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="Guilded" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#f5c400"/><path d="M90 130C90 243.4 120.6 370.6 256 426 351.5 392.6 396.5 308.4 414 233H216C220 262 231.7 281 250 300H316C305 321 279 341.5 256 353 204.5 327 167.6 265.6 164 197H419.5A210 285 0 00424 130z" fill="#2d2d32"/></svg>

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 353 B