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,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="Tox" role="img"
viewBox="0 0 512 512"
fill="#232323"><rect
width="512" height="512"
fill="#232323"><path
d="m0 0H512V512H0"
/><g fill="#f0f0f0"><rect height="270" rx="90" width="180" x="166" y="65"/><rect height="220" rx="18" width="294" x="109" y="207"/></g><ellipse cx="256" cy="156" rx="59" ry="56"/><path d="m307 129c26 40-12 91-49 113 6-9 11-19 12-31m-4 113c18 6 29 21 29 44 0 8-7 14-15 14h-48c-8 0-15-6-15-14 0-23 11-38 29-44"/><circle cx="256" cy="297" r="29"/></svg>

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 480 B