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="PowerShell" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#fff"/><linearGradient id="b" x1="0" x2=".9" y1=".2" y2=".73"><stop stop-color="#c7e6ff" offset="0"/><stop stop-color="#a9c8ff" offset="1"/></linearGradient><linearGradient id="a" x1="0" x2=".9" y1=".2" y2=".73"><stop stop-color="#2d4664" offset="0"/><stop stop-color="#29405b" offset=".17"/><stop stop-color="#1e2f43" offset=".45"/><stop stop-color="#0c131b" offset=".8"/><stop offset="1"/></linearGradient><g transform="skewX(-13)"><rect x="143" y="104" width="344" height="304" rx="21" fill="url(#b)" opacity=".8"/><rect x="148" y="107.5" width="334" height="297" rx="17" fill="url(#a)"/></g><use xlink:href="#c" x="3" y="3.5" stroke="#2c5591"/><g stroke="#fff"><g id="c" fill="none" stroke-linecap="round"><path d="m195 155 91 97m0 0-139 100" stroke-width="35"/><path d="m254 349h74" stroke-width="30"/></g></g></svg>

Before

Width:  |  Height:  |  Size: 998 B

After

Width:  |  Height:  |  Size: 992 B