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="WordPress" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#05a8da"/><path d="m109 191a160 159 90 0077 210Zm227 162q30-86 29-109t-22-54c-19-33 4-54 21-53a160 161 90 00-243 31q28 0 53-2a6 6 90 013 13l-19 2 58 174 35-106-25-69-16-1a3 3 90 010-13q42 4 84 0a3 3 90 013 13l-19 1zm-77-83-49 140a167 164 90 0099-2Zm128-19q15-40 10-72a163 165 90 01-60 216zM257 449a193 193 90 10-2 0zm-2-11a182 182 90 112 0Z" fill="#fff"/></svg>

Before

Width:  |  Height:  |  Size: 494 B

After

Width:  |  Height:  |  Size: 488 B