🐛 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" viewBox="0 0 90 90"><g fill="none"><path fill="#216DB6" d="M0 0h90v90H0z"/><path fill="#FFF" d="M46.846 62.317 70.896 21H19.104L43.15 62.317a2.14 2.14 0 0 0 1.848 1.055 2.14 2.14 0 0 0 1.848-1.055ZM19 71h15.215L19 44.857zm36.785 0H71V44.857z"/></g></svg>
<svg viewBox="0 0 90 90" xmlns="http://www.w3.org/2000/svg"><g fill="none"><path fill="#216DB6" d="M0 0h90v90H0z"/><path d="M46.846 62.317 70.896 21H19.104L43.15 62.317a2.14 2.14 0 0 0 1.848 1.055 2.14 2.14 0 0 0 1.848-1.055ZM19 71h15.215L19 44.857zm36.785 0H71V44.857z" fill="#FFF"/></g></svg>

Before

Width:  |  Height:  |  Size: 294 B

After

Width:  |  Height:  |  Size: 294 B