🐛 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 4" viewBox="0 0 120 120"><path fill="#3264ad" d="M60 91.76A16.76 16.76 0 0 0 76.75 75h7.72A24.48 24.48 0 0 1 60 99.48Zm0-63.52A16.74 16.74 0 1 0 76.72 45 16.74 16.74 0 0 0 60 28.24m0 41.19A24.46 24.46 0 1 1 84.44 45 24.48 24.48 0 0 1 60 69.43"/></svg>
<svg id="Layer_4" data-name="Layer 4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><path d="M60,91.76A16.76,16.76,0,0,0,76.75,75h7.72A24.48,24.48,0,0,1,60,99.48Z" fill="#3264ad"/><path d="M60,28.24A16.74,16.74,0,1,0,76.72,45,16.74,16.74,0,0,0,60,28.24m0,41.19A24.46,24.46,0,1,1,84.44,45,24.48,24.48,0,0,1,60,69.43" fill="#3264ad"/></svg>

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 349 B