1
0
mirror of https://github.com/SimonPistache/famfamfam-silk-svg.git synced 2025-06-08 01:54:20 +02:00
famfamfam-silk-svg/icons/Exclamation.svg
Simon Priet 37c12a26a7
fix(#178): inset shadow fix (#214)
* fix(#178): Changed inset shadow to radial gradient on base_circle

* fix(#178): Changed inset shadow to radial gradient for bullet decorators

* fix(#178): Reset base_circle of Help and Info icons to component state

* fix(#178): Reset base circle of Delete and Exclamation to component state

* fix(#178): Add more border to the base_circle for Controls icons

* fix(#178): Put key square variant in a full icon
2025-03-13 15:35:31 +01:00

23 lines
1.4 KiB
XML

<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_81_4050)">
<circle cx="8" cy="8" r="6.5" fill="url(#paint0_radial_81_4050)"/>
<circle cx="8" cy="8" r="6.5" stroke="url(#paint1_linear_81_4050)"/>
<circle cx="8" cy="8" r="6.5" stroke="#8E2F00" stroke-opacity="0.2"/>
<circle cx="8" cy="8" r="5.5" stroke="white" stroke-opacity="0.66"/>
<path d="M9.16401 4.094L8.87801 8.78H7.16201L6.87601 4.094H9.16401ZM8.02001 9.704C8.33535 9.704 8.60301 9.81767 8.82301 10.045C9.04301 10.265 9.15301 10.529 9.15301 10.837C9.15301 11.145 9.04301 11.4127 8.82301 11.64C8.60301 11.86 8.33535 11.97 8.02001 11.97C7.70468 11.97 7.43701 11.86 7.21701 11.64C6.99701 11.4127 6.88701 11.145 6.88701 10.837C6.88701 10.529 6.99701 10.265 7.21701 10.045C7.43701 9.81767 7.70468 9.704 8.02001 9.704Z" fill="white"/>
</g>
<defs>
<radialGradient id="paint0_radial_81_4050" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13 13) rotate(-135) scale(14.1421)">
<stop offset="0.330063" stop-color="#E15D52"/>
<stop offset="1" stop-color="#F58263"/>
</radialGradient>
<linearGradient id="paint1_linear_81_4050" x1="13" y1="13" x2="3" y2="3" gradientUnits="userSpaceOnUse">
<stop stop-color="#BF4228"/>
<stop offset="1" stop-color="#F78066"/>
</linearGradient>
<clipPath id="clip0_81_4050">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>