1
0
mirror of https://github.com/SimonPistache/famfamfam-silk-svg.git synced 2025-06-08 01:54:20 +02:00
Simon Priet 7e782cfbff
feat(#162): Upload decorator iconset (#163)
* feat(#162): add all decorators

* fix(#179): Figma Angular gradient translate as CSS conic-gradient

* fix(#220): Replace inner shadow with radial gradient

* fix(#178): Remove diamond inner shadow

It has been replaced with radial gradient

* docs: Update ReadMe with decorators list

Also update icon list to include all recent fixes.
This is a BREAKING CHANGE.
2025-03-14 17:21:13 +01:00

16 lines
825 B
XML

<svg width="7" height="7" viewBox="0 0 7 7" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="3.5" cy="3.5" r="3.5" fill="url(#paint0_radial_67_1749)"/>
<circle cx="3.5" cy="3.5" r="3" stroke="url(#paint1_linear_67_1749)" stroke-opacity="0.66"/>
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
<defs>
<radialGradient id="paint0_radial_67_1749" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
<stop offset="0.33125" stop-color="#6EC2F5"/>
<stop offset="1" stop-color="#E0EEFC"/>
</radialGradient>
<linearGradient id="paint1_linear_67_1749" x1="0" y1="0" x2="7" y2="7" gradientUnits="userSpaceOnUse">
<stop stop-color="#00A1F9"/>
<stop offset="1" stop-color="#0082BB" stop-opacity="0.835294"/>
</linearGradient>
</defs>
</svg>