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="Fritz!" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#f8ec17"/><use xlink:href="#a" x="4" y="3.5"/><g fill="#e2001a"><path id="a" d="m44 188v119h34v-42h29v-28H78v-21h32v-29zm75 136h33v-87h6c3 0 10 4 10 12s-6 15-16 23l34 56q13-10 26-24l-27-32c14-11 17-20 16-30s-5-17-16-22-27-7-65-5zm93-114v88h34V191h-25l4 16zm68 31v83h33v-83l28 1h2v-30h-93v30h2zm56 56h88v-30q-26 1.5-40 0l43-80q-34-2-84-2v30q13-1 36-1v1zm109-3 18-15-15-18-18 15zm15-33 8.5-56-28-2-3.5 57z" stroke="#000" stroke-width="2.6"/></g></svg>

Before

Width:  |  Height:  |  Size: 622 B

After

Width:  |  Height:  |  Size: 616 B