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="Google Play" 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="#fbbc04" d="m336 333h-77V179h77l72 42a40 40 0 011 70"/><path fill="#34a853" d="m109 108c5-25 35-41 61-25l166 96-78 78"/><path fill="#ea4335" d="m170 429c-26 16-56 0-61-25l150-148 77 77"/><path fill="#4285f4" d="m109.3 106.4Q108 112 108 116v280q0 5 1.3 9.7L259 256"/></svg>

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 420 B