mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-06-10 11:04:21 +02:00
* 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.
12 lines
586 B
XML
12 lines
586 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_3_1264)"/>
|
|
<circle cx="3.5" cy="3.5" r="3" stroke="#9BBDE2" stroke-opacity="0.66"/>
|
|
<circle cx="3.5" cy="3.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
|
<defs>
|
|
<radialGradient id="paint0_radial_3_1264" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
|
<stop offset="0.33" stop-color="#B0D2F3"/>
|
|
<stop offset="1" stop-color="#E0EEFC"/>
|
|
</radialGradient>
|
|
</defs>
|
|
</svg>
|