🐛 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

View File

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path fill="#4caf50" d="M6 6v24.75S6.093 42 17.25 42H42v-8H19s-8-.125-8-8V6H6z"/><path fill="#455a64" d="M15 6h6l7.5 18L36 6h6L32 30h-7z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px"><path fill="#4caf50" d="M6,6v24.75C6,30.75,6.093,42,17.25,42S42,42,42,42v-8H19c0,0-8-0.125-8-8s0-20,0-20H6z"/><path fill="#455a64" d="M15 6L21 6 28.5 24 36 6 42 6 32 30 25 30z"/></svg>

Before

Width:  |  Height:  |  Size: 208 B

After

Width:  |  Height:  |  Size: 272 B