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="Backbone" role="img"
viewBox="0 0 512 512" fill="#0071b5"><rect
width="512" height="512"
viewBox="0 0 512 512" fill="#0071b5"><path
d="m0 0H512V512H0"
fill="#fff"/><g stroke="#848484" stroke-width="2"><path d="M380 102v167l-124 70v-48l83-47v-74l-83 47v-44l124-71"/><path fill="#002a41" d="M132 102v167l124 70v-48l-83-47v-74l83 47v-44l-124-71M380 410V243l-124-70v48l83 47v71l-83-48v48l124 71"/><path d="M132 410V243l124-70v48l-83 47v71l83-48v48l-124 71"/></g></svg>

Before

Width:  |  Height:  |  Size: 454 B

After

Width:  |  Height:  |  Size: 448 B