🐛 Fixes broken SVGs (#424)

Sorry for the bigger file sizes now, but all SVG compression methods I have tried have resulted into broken SVGs :(
This commit is contained in:
Bjorn Lammers
2023-06-07 14:02:28 +02:00
committed by GitHub
parent 278777a0cf
commit 59fb4c9e10
776 changed files with 60774 additions and 776 deletions
+1 -1
View File
@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 41.57 41.57"><rect width="41.57" height="41.57" rx="9.13" style="fill:#0f0f0f"/><path d="m9.93 6.31 3.54 3.55a13.77 13.77 0 0 1 14.62 0l3.55-3.55v4.34l-1.13 1.13a13.94 13.94 0 0 1 3.33 5.38h-3.1a10.87 10.87 0 1 0 .8 5.79h-9.31l-2.89-2.89h15.12a13.94 13.94 0 0 1 .08 1.45 13.76 13.76 0 1 1-23.48-9.73l-1.13-1.13Z" style="fill:#ffc600;fill-rule:evenodd"/></svg>
<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 41.57 41.57"> <defs> <style>.cls-1{fill:#0f0f0f;}.cls-2{fill:#ffc600;fill-rule:evenodd;}</style> </defs> <rect class="cls-1" width="41.57" height="41.57" rx="9.13"></rect> <path class="cls-2" d="M9.93,6.31l3.54,3.55a13.77,13.77,0,0,1,14.62,0l3.55-3.55v4.34l-1.13,1.13a13.94,13.94,0,0,1,3.33,5.38h-3.1a10.87,10.87,0,1,0,.8,5.79H22.23l-2.89-2.89H34.46a13.94,13.94,0,0,1,.08,1.45,13.76,13.76,0,1,1-23.48-9.73L9.93,10.65Z"></path> </svg>

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 559 B