🐛 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" viewBox="0 0 48 48"><path fill="#f0047f" d="M24 0C10.729 0 0 10.729 0 24s10.729 24 24 24 24-10.73 24-24V0z"/><path fill="#fff" stroke="#f0047f" stroke-width=".495" d="M23.224 24.742V41.57c-9.108-.385-16.442-7.72-16.828-16.828zm1.519.033H41.57c-.385 9.108-7.72 16.442-16.827 16.828zm0-1.551V6.388h16.836v16.836z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="#f0047f" d="M24 0C10.729 0 0 10.729 0 24s10.729 24 24 24 24-10.73 24-24V0z"/><g fill="#fff" stroke="#f0047f"><path stroke-width=".49515" d="M23.224 24.742V41.57c-9.108-.385-16.442-7.72-16.828-16.828zM24.743 24.775H41.57c-.385 9.108-7.72 16.442-16.827 16.828zM24.743 23.224V6.388h16.836v16.836z"/></g></svg>

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 379 B