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="OpenStreetMap" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#fff"/><path d="M127 173l61.5 18-18 61.5-61.5-18" fill="#c6e0ad" id="a"/><path d="M336.5 331.5l60 -17-17 60-60 17" fill="#a5d383" id="b"/><use href="#a" x="139.5" y="139.5"/><use href="#b" x="-140"/><use href="#b" x="-140" y="-140"/><use href="#a" x="281" y="-367" transform="rotate(58)"/><use href="#b" transform="rotate(90)" x="-75" y="-502"/><use href="#b" transform="rotate(90)" x="-215" y="-502"/><use href="#a" x="88" y="-323" transform="rotate(58)"/><rect fill="#75570f" stroke="#fff" stroke-width="18" transform="rotate(135)" x="45" y="-405" width="174" height="89" rx="30"/><ellipse stroke="#fff" stroke-width="18" cx="314" cy="195" rx="115" ry=""/><ellipse stroke="#fff" stroke-width="15" cx="314" cy="195" fill="#c6e0ad" rx="82" ry=""/><rect transform="rotate(45)" x="343" y="18" width="35" height="35"/></svg>

Before

Width:  |  Height:  |  Size: 958 B

After

Width:  |  Height:  |  Size: 952 B