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
784 B
XML
16 lines
784 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_2255)"/>
|
|
<circle cx="3.5" cy="3.5" r="3" stroke="url(#paint1_linear_67_2255)" 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_2255" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6 6) rotate(-135) scale(7.07107)">
|
|
<stop stop-color="#FF21F4"/>
|
|
<stop offset="1" stop-color="#FAA1F5"/>
|
|
</radialGradient>
|
|
<linearGradient id="paint1_linear_67_2255" x1="6" y1="6" x2="1" y2="1" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#7F1D84"/>
|
|
<stop offset="1" stop-color="#FB45FB"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|