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,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
aria-label="GateHub" role="img"
viewBox="0 0 512 512" fill="#232323"><rect
width="512" height="512"/><g id="g"><circle cx="83" cy="256" r="36" stroke="#f7f6f2" stroke-width="15" fill="none"/><rect x="169" y="250" width="88" height="13" fill="#9d9fa7"/></g><use xlink:href="#g" transform="rotate(120 256 256)"/><use xlink:href="#g" transform="rotate(240 256 256)"/></svg>
viewBox="0 0 512 512" fill="#232323"><path
d="m0 0H512V512H0"/><g id="g"><circle cx="83" cy="256" r="36" stroke="#f7f6f2" stroke-width="15" fill="none"/><rect x="169" y="250" width="88" height="13" fill="#9d9fa7"/></g><use xlink:href="#g" transform="rotate(120 256 256)"/><use xlink:href="#g" transform="rotate(240 256 256)"/></svg>

Before

Width:  |  Height:  |  Size: 453 B

After

Width:  |  Height:  |  Size: 447 B