Change background rects to paths

Saves 6 bytes per icon
This commit is contained in:
kuubeu
2023-09-12 18:18:28 +02:00
parent 93ef8439a9
commit 3f057e5c5d
354 changed files with 1066 additions and 1070 deletions

View File

@@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="JavaScript" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#f7df1e"/><path d="m324 370q17 29 45 29 35 0 35-27c0-11-15-21-39-31q-67-22-66-75c0-36 27-64 70-64q48 0 68 39l-37 24q-12-22-31-21-22 1-23 21c0 14 9 20 39 33 43 17 67 36 67 77q-3 65-79 67-63 0-89-49zm-170 4c8 13 13 25 33 25q24 0 24-30V203h48v164q-1 71-72 72-53-1-72-44z"/></svg>

Before

Width:  |  Height:  |  Size: 410 B

After

Width:  |  Height:  |  Size: 404 B