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.
11 lines
1.2 KiB
XML
11 lines
1.2 KiB
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_3801)"/>
|
|
<path d="M4.97437 7.59155C4.22241 7.59155 3.60962 7.34741 3.13599 6.85913C2.66235 6.36841 2.42554 5.72998 2.42554 4.94385C2.42554 4.11377 2.66602 3.44238 3.14697 2.92969C3.62793 2.41699 4.26514 2.16064 5.05859 2.16064C5.80811 2.16064 6.41357 2.40601 6.875 2.89673C7.33887 3.38745 7.5708 4.03442 7.5708 4.83765C7.5708 5.66284 7.33032 6.32812 6.84937 6.8335C6.37085 7.33887 5.74585 7.59155 4.97437 7.59155ZM5.02563 3.17871C4.6106 3.17871 4.28101 3.33496 4.03687 3.64746C3.79272 3.95752 3.67065 4.3689 3.67065 4.88159C3.67065 5.40161 3.79272 5.81299 4.03687 6.11572C4.28101 6.41846 4.60083 6.56982 4.99634 6.56982C5.40405 6.56982 5.72754 6.42334 5.9668 6.13037C6.20605 5.83496 6.32568 5.42603 6.32568 4.90356C6.32568 4.35913 6.20972 3.93555 5.97778 3.63281C5.74585 3.33008 5.42847 3.17871 5.02563 3.17871Z" fill="white"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear_145_3801" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#1785D9"/>
|
|
<stop offset="1" stop-color="#0A63C9"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|