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.
10 lines
563 B
XML
10 lines
563 B
XML
<svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 6C5 3.23858 2.76142 1 0 1V0C3.31371 0 6 2.68629 6 6H5ZM0 2V3C1.65685 3 3 4.34315 3 6H4C4 3.79086 2.20914 2 0 2ZM2 6C2 4.89543 1.10457 4 0 4V6H2Z" fill="url(#paint0_linear_67_2377)" fill-opacity="0.831373"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear_67_2377" x1="0" y1="0" x2="6" y2="6" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#FF8F16"/>
|
|
<stop offset="1" stop-color="#FF540F"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|