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.
15 lines
744 B
XML
15 lines
744 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" fill="url(#paint0_radial_3_1070)" stroke="url(#paint1_linear_3_1070)"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 3V2H4V3H5V4H4V5H3V4H2V3H3Z" fill="white"/>
|
|
<defs>
|
|
<radialGradient id="paint0_radial_3_1070" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1 1) rotate(45) scale(5.65685)">
|
|
<stop stop-color="#B4D495"/>
|
|
<stop offset="1" stop-color="#87B960"/>
|
|
</radialGradient>
|
|
<linearGradient id="paint1_linear_3_1070" x1="6" y1="6" x2="1" y2="1" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#376B19"/>
|
|
<stop offset="1" stop-color="#5A9438"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|