mirror of
https://github.com/homarr-labs/dashboard-icons.git
synced 2025-09-23 07:53:23 +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:
parent
278777a0cf
commit
59fb4c9e10
776 changed files with 60774 additions and 776 deletions
|
@ -1 +1,20 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 100 100"><defs><linearGradient id="a" x1="80" x2="0" y1="0" y2="0" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#c1c1f6;stop-opacity:1"/><stop offset="1" style="stop-color:#1a1a97;stop-opacity:1"/></linearGradient><linearGradient id="c" x1="80" x2="0" y1="0" y2="0" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#d1d1f6;stop-opacity:1"/><stop offset="1" style="stop-color:#1a1a97;stop-opacity:1"/></linearGradient><filter id="b" x="0" y="0"><feGaussianBlur in="SourceGraphic" stdDeviation="1.2"/></filter></defs><path d="M49.99 2A48 48 0 1 0 51 2z" style="fill:url(#a)"/><path d="M73 7.5A48 48 0 0 1 98.2 44c-1-10-20 0-10 6q10 10-20-10-3-3-15 0c25 0 0 20 0 20q-10-20-15-10c10-10-10 10 0-25 4-3 4 0 17-3-2-5 0-6 0-12l4-3zM20 80c4 4 10 0 15 0 3 0-5 8 2 16a48 48 0 0 0 20 1c3-5-7-10-3-23-6-6-5 15-20-10-3-12-14-6-12 10" filter="url(#b)" style="fill:url(#c)"/></svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<defs>
|
||||
<filter id="filter1" x="0" y="0">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="1.2" />
|
||||
</filter>
|
||||
<linearGradient x1="80" y1="0" x2="0" y2="0" id="Gradient0" gradientUnits="userSpaceOnUse">
|
||||
<stop style="stop-color:#C1C1F6;stop-opacity:1" offset="0" />
|
||||
<stop style="stop-color:#1A1A97;stop-opacity:1" offset="1" />
|
||||
</linearGradient>
|
||||
<linearGradient x1="80" y1="0" x2="0" y2="0" id="Gradient1" gradientUnits="userSpaceOnUse">
|
||||
<stop style="stop-color:#D1D1F6;stop-opacity:1" offset="0" />
|
||||
<stop style="stop-color:#1A1A97;stop-opacity:1" offset="1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<path style="fill:url(#Gradient0)" d="M 49.99,2 A 48,48 0 1 0 51,2 z"/>
|
||||
<path style="fill:url(#Gradient1);" filter="url(#filter1)" d="M 73,7.5 A 48,48 0 0 1 98.2,44 c -1,-10 -20,0 -10,6 q 10,10 -20,-10 q -3,-3 -15,0 c 25,0 0,20 0,20 q -10,-20 -15,-10 c 10,-10 -10,10 0,-25 c 4,-3 4,0 17,-3 c -2,-5 0,-6 0,-12 l 4,-3 z M 20,80 c 4,4 10,0 15,0 c 3,0 -5,8 2,16 a 48,48 0 0 0 20,1 c 3,-5 -7,-10 -3,-23 c -6,-6 -5,15 -20,-10 c -3,-12, -14,-6 -12,10 "/>
|
||||
|
||||
</svg>
|
Before Width: | Height: | Size: 981 B After Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue