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
738 B
XML
11 lines
738 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_303_8919)"/>
|
|
<path d="M4.17993 5.69092V7.5H2.99707V2.24854H4.8501C6.17334 2.24854 6.83496 2.8064 6.83496 3.92212C6.83496 4.44946 6.64453 4.87671 6.26367 5.20386C5.88525 5.52856 5.37866 5.69092 4.7439 5.69092H4.17993ZM4.17993 3.15674V4.7937H4.64502C5.2749 4.7937 5.58984 4.51782 5.58984 3.96606C5.58984 3.42651 5.2749 3.15674 4.64502 3.15674H4.17993Z" fill="white"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear_303_8919" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#058E91"/>
|
|
<stop offset="1" stop-color="#02696D"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|