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="MongoDB" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
viewBox="0 0 512 512"><path
d="m0 0H512V512H0"
fill="#00ed64"/><path fill="#001e2b" d="m249.7 460.8q-3-27-4.3-47c-2-1-168-126-24-311.7q19-23 34-44.5c.3-.4.8-.5 1.2 0q17 24 32 42c147 185-18 312-22 314q-2 25-4.4 47.2m-15.7-60.4q2 3 9.5 9.7 7-6 9.5-9.7l-9-202.2c0-.7-1-.7-1 0"/></svg>

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 353 B