1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-10-03 12:50:36 +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,18 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="enable-background:new 0 0 256 256" viewBox="0 0 256 256"><circle cx="128" cy="128" r="128" style="fill:#fff"/><circle cx="128" cy="128" r="108" style="fill:#69b53f"/><path d="M58 63v90c.1 22.1 17.9 39.9 40 40h60c22.1-.1 39.9-17.9 40-40v-50c-.1-16.5-13.5-29.9-30-30-7.4 0-14.5 2.8-20 7.9-5.5-5-12.6-7.8-20-7.9-16.5.1-29.9 13.5-30 30v50h20v-50c0-5.5 4.5-10 10-10s10 4.5 10 10v50h20v-50c0-5.5 4.5-10 10-10s10 4.5 10 10v50c.1 11-8.8 19.9-19.7 20H98c-11 .1-19.9-8.8-20-19.7V63H58z" style="fill:#f8f8f8"/></svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
.st1{fill:#69B53F;}
.st2{fill:#F8F8F8;}
</style>
<g>
<circle class="st0" cx="128" cy="128" r="128"/>
<circle class="st1" cx="128" cy="128" r="108"/>
<path id="_x3C_Path_x3E_" class="st2" d="M58,63v90c0.1,22.1,17.9,39.9,40,40h60c22.1-0.1,39.9-17.9,40-40v-50
c-0.1-16.5-13.5-29.9-30-30c-7.4,0-14.5,2.8-20,7.9c-5.5-5-12.6-7.8-20-7.9c-16.5,0.1-29.9,13.5-30,30v50h20v-50
c0-5.5,4.5-10,10-10c5.5,0,10,4.5,10,10v50h20v-50c0-5.5,4.5-10,10-10s10,4.5,10,10v50c0.1,11-8.8,19.9-19.7,20c-0.1,0-0.2,0-0.3,0
H98c-11,0.1-19.9-8.8-20-19.7c0-0.1,0-0.2,0-0.3V63H58z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 573 B

After

Width:  |  Height:  |  Size: 967 B

Before After
Before After