1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-10-07 14:50:24 +02:00

🐛 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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
776 changed files with 60774 additions and 776 deletions

View file

@ -1 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256"><g fill="#35bf5c"><path d="M0 0v256h72V72h92V0z"/><path d="M92 92v164h72V92zm92-92v256h72V0z"/></g></svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg height="256" viewBox="0 0 256 256" width="256" xmlns="http://www.w3.org/2000/svg">
<g fill="#35bf5c" transform="scale(4)">
<path d="m0 0v64h18v-46h23v-18z"/>
<path d="m23 23v41h18v-41z"/>
<path d="m46 0v64h18v-64z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 281 B

Before After
Before After