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.
14 lines
647 B
XML
14 lines
647 B
XML
<svg width="7" height="3" viewBox="0 0 7 3" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="0.5" y="0.5" width="6" height="2" fill="url(#paint0_linear_440_7023)" stroke="url(#paint1_linear_440_7023)" stroke-linejoin="round"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear_440_7023" x1="1" y1="1.5" x2="6" y2="1.5" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#F2A795"/>
|
|
<stop offset="1" stop-color="#E88C82"/>
|
|
</linearGradient>
|
|
<linearGradient id="paint1_linear_440_7023" x1="1" y1="1.5" x2="6" y2="1.5" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#FC6F6D"/>
|
|
<stop offset="1" stop-color="#EC1A23"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|