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="TripAdvisor" 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="#fcc40f" stroke="#000a12" stroke-width="17" d="M93 202a195 151 0 0 1 326 0v56h-326"/><g transform="translate(256 257)"><g id="a" fill="#000a12"><path d="M2 0h-33v45l31 47M-173-49c3-12-19-46-19-48h77"/><circle cx="-97" cy="0" r="97"/><circle cx="-97" cy="0" r="78" fill="#fff"/><circle cx="-97" cy="0" r="50"/><circle cx="-97" cy="0" r="33" fill="#fff"/></g><use xlink:href="#a" transform="scale(-1 1)"/><circle cx="-97" cy="0" r="17" fill="#ef6a45"/><circle cx="97" cy="0" r="17" fill="#00b087"/></g></svg>

Before

Width:  |  Height:  |  Size: 703 B

After

Width:  |  Height:  |  Size: 697 B