mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-06-08 01:54:20 +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.
16 lines
825 B
XML
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>
|