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
670 B
XML
11 lines
670 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_8916)"/>
|
|
<path d="M7.58179 7.5H6.29272L5.91919 6.33179H4.05151L3.68164 7.5H2.3999L4.31152 2.24854H5.71411L7.58179 7.5ZM5.64819 5.42358L5.08423 3.65845C5.04272 3.52661 5.01343 3.36914 4.99634 3.18604H4.96704C4.95483 3.33984 4.92432 3.49243 4.87549 3.6438L4.3042 5.42358H5.64819Z" fill="white"/>
|
|
<defs>
|
|
<linearGradient id="paint0_linear_303_8916" x1="0" y1="0" x2="10" y2="10" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="#AF2031"/>
|
|
<stop offset="1" stop-color="#881421"/>
|
|
</linearGradient>
|
|
</defs>
|
|
</svg>
|