1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-10-28 16:10:30 +01: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,66 @@
<svg xmlns="http://www.w3.org/2000/svg" width="18.9" height="30" viewBox="0 0 63 100"><defs><linearGradient id="a" x1="82.85" x2="51.26" y1="30.41" y2="105.9" gradientTransform="matrix(1 0 0 -1 -22.41 110.97)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#6c56cc"/><stop offset="1" stop-color="#9785e5"/></linearGradient></defs><path fill="#34208c" d="m0 45.45 19.57 45.02L47.35 100l5.09-10.2L63 26.39 44.61 0l-31.7 17.52z"/><path fill="url(#a)" d="M16.43 35.7 47.35 100l5.09-10.2L63 26.39 43.44 14.41z" style="fill:url(#a)"/><path fill="#af9ff4" d="m44.61 0-1.17 14.41L63 26.39z"/><path fill="#4a37a0" d="m12.91 17.52 3.52 18.18 27.01-21.29L44.61 0zM47.35 100 16.43 35.7l3.14 54.77z"/></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 62.999999 100"
width="18.9"
height="30"
version="1.1"
id="svg19">
<metadata
id="metadata23">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs7">
<linearGradient
id="a"
x1="82.849998"
y1="30.41"
x2="51.259998"
y2="105.9"
gradientTransform="matrix(1,0,0,-1,-22.41,110.97)"
gradientUnits="userSpaceOnUse">
<stop
offset="0"
stop-color="#6c56cc"
id="stop2" />
<stop
offset="1"
stop-color="#9785e5"
id="stop4" />
</linearGradient>
</defs>
<polygon
points="0,45.45 19.57,90.47 47.35,100 52.44,89.8 63,26.39 44.61,0 12.91,17.52 "
fill="#34208c"
id="polygon9" />
<polygon
points="16.43,35.7 47.35,100 52.44,89.8 63,26.39 43.44,14.41 "
fill="url(#a)"
id="polygon11"
style="fill:url(#a)" />
<polygon
points="44.61,0 43.44,14.41 63,26.39 "
fill="#af9ff4"
id="polygon13" />
<polygon
points="12.91,17.52 16.43,35.7 43.44,14.41 44.61,0 "
fill="#4a37a0"
id="polygon15" />
<polygon
points="47.35,100 16.43,35.7 19.57,90.47 "
fill="#4a37a0"
id="polygon17" />
</svg>

Before

Width:  |  Height:  |  Size: 707 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After