mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-06-08 01:54:20 +02:00
* 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
12 lines
598 B
XML
12 lines
598 B
XML
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="8.5" cy="8.5" r="3.5" fill="url(#paint0_radial_99_12592)"/>
|
|
<circle cx="8.5" cy="8.5" r="3" stroke="#A8A8A8" stroke-opacity="0.66"/>
|
|
<circle cx="8.5" cy="8.5" r="2" stroke="white" stroke-opacity="0.33"/>
|
|
<defs>
|
|
<radialGradient id="paint0_radial_99_12592" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11 11) rotate(-135) scale(7.07107)">
|
|
<stop offset="0.329722" stop-color="#C1C1C1"/>
|
|
<stop offset="1" stop-color="white"/>
|
|
</radialGradient>
|
|
</defs>
|
|
</svg>
|