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.
11 lines
488 B
XML
11 lines
488 B
XML
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="10" height="10" rx="1" fill="url(#paint0_linear_145_3789)"/>
|
|
<path d="M6.79102 3.21167H5.29321V7.5H4.10669V3.21167H2.61621V2.24854H6.79102V3.21167Z" fill="white"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear_145_3789" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#5A62C3"/>
|
|
<stop offset="1" stop-color="#3A41AC"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|