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="coinpot" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#e0e0e0"/><defs><g id="c"><path d="M0 0h84v13Q42 18 0 13" fill="#ffd54e"/><ellipse cx="42" rx="42" ry="3" fill="#c6a900"/></g></defs><g transform="translate(78,255)"><g id="s"><use href="#c"/><use y="18" href="#c"/><use y="36" href="#c"/><use y="54" href="#c"/><use y="72" href="#c"/></g></g><use x="174" y="202" href="#s"/><use x="174" y="256" href="#s"/><use x="269" y="173" href="#s"/><use x="269" y="245" href="#s"/><path d="M62 328C152 366 261 332 385 233v150H62" fill="#e0e0e0"/><path d="M62 335C152 373 261 339 385 240l-13-10l77-28l-17 73l-13-11C203 413 132 367 62 335" fill="#03a9f3"/></svg>

Before

Width:  |  Height:  |  Size: 730 B

After

Width:  |  Height:  |  Size: 724 B