mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-06-10 11:04:21 +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
708 B
XML
14 lines
708 B
XML
<svg width="5" height="7" viewBox="0 0 5 7" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M1.77003 6.5L4.34146 3.5L1.77003 0.5L0.5 0.5L0.5 6.5L1.77003 6.5Z" fill="url(#paint0_linear_445_7514)" stroke="url(#paint1_linear_445_7514)" stroke-linecap="round"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear_445_7514" x1="1" y1="1" x2="3.5" y2="3.5" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#659ED9"/>
|
|
<stop offset="1" stop-color="#4B72C1"/>
|
|
</linearGradient>
|
|
<linearGradient id="paint1_linear_445_7514" x1="-8.34742e-08" y1="5.96244e-08" x2="5.42412" y2="6.65429" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#498AD3"/>
|
|
<stop offset="1" stop-color="#314AAD"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|