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"
aria-label="Discord" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512" fill="#fff"/><path id="a" fill="#5865f2" d="M257 129q-26 0-42 3l-10-20q-39 6-77 24-67 102-54 211 41 31 93 47 12-16 20-32-24-10-31-16l7-5q49 21 95 21zm-62 175a34 37 0 111 0"/><use href="#a" transform="matrix(-1 0 0 1 512 0)"/></svg>
viewBox="0 0 512 512"><path
d="m0 0H512V512H0" fill="#fff"/><path id="a" fill="#5865f2" d="M257 129q-26 0-42 3l-10-20q-39 6-77 24-67 102-54 211 41 31 93 47 12-16 20-32-24-10-31-16l7-5q49 21 95 21zm-62 175a34 37 0 111 0"/><use href="#a" transform="matrix(-1 0 0 1 512 0)"/></svg>

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 350 B