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="Blender" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#fff"/><path fill="#265787" d="m310 215a52 48 0 11-1 0"/><path fill="#ea7600" d="m175 273a134 123-5 10220-92L274 88q-14-10-30 0-14 11-2 23l50 41H138q-23 2-27 19c-3 11 7 20 19 20h78L75 293q-29 21-16 42 16 19 44-3zm133-83a82 75 2 11-1 0z"/></svg>

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 369 B