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" xmlns:xlink="http://www.w3.org/1999/xlink"
aria-label="Briar" role="img"
viewBox="0 0 512 512" fill="#87c214"><rect
width="512" height="512"
viewBox="0 0 512 512" fill="#87c214"><path
d="m0 0H512V512H0"
fill="#fff"/><g id="b"><path id="a" d="m145.7 134.5V100a27.4 27.8-3 0127.4-27.8H186a27.4 27.8-3 0127.4 27.8v34.5m0 89.5v185.2c0 15-12.4 27.4-27.4 27.4h-12.9a27.4 27.4 0 01-27.4-27.4V224"/><use xlink:href="#a" transform="rotate(180 256 256)"/></g><use xlink:href="#b" fill="#95d220" transform="rotate(90 256 256)"/></svg>

Before

Width:  |  Height:  |  Size: 501 B

After

Width:  |  Height:  |  Size: 495 B