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/Layout add.svg
Simon Priet 354a863b51
feat(#220): add & remove decorators (#221)
* fix(#220): Replace inner shadow to radial gradient for remove decorator

And update all related icons that use this decorator accordingly

* fix(#220): Replace inner shadow by radial gradient for add decorator

Update all icons using the add decorator accordingly.

* fix(#220): Remove duplicate files

Remove Font delete and Style delete files as they are reworked
2025-03-14 01:03:02 +01:00

35 lines
1.9 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_199_4109)">
<rect x="1.5" y="1.5" width="13" height="13" rx="1.5" fill="white"/>
<rect x="1.5" y="1.5" width="13" height="13" rx="1.5" fill="white"/>
<rect x="1.5" y="1.5" width="13" height="13" rx="1.5" fill="white"/>
<rect x="1.5" y="1.5" width="13" height="13" rx="1.5" stroke="url(#paint0_linear_199_4109)"/>
<rect x="7.5" y="7.5" width="5" height="5" fill="#E6ECF5" stroke="#CDD9EB" stroke-linejoin="round"/>
<rect x="3.5" y="7.5" width="2" height="5" fill="#75A0CD" stroke="url(#paint1_linear_199_4109)" stroke-linejoin="round"/>
<rect x="3.5" y="3.5" width="9" height="2" fill="#C2DBF4" stroke="#85B7E9" stroke-linejoin="round"/>
<circle cx="12.5" cy="12.5" r="3" fill="url(#paint2_radial_199_4109)" stroke="url(#paint3_linear_199_4109)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 12V11H13V12H14V13H13V14H12V13H11V12H12Z" fill="white"/>
</g>
<defs>
<linearGradient id="paint0_linear_199_4109" x1="8" y1="1" x2="8" y2="15" gradientUnits="userSpaceOnUse">
<stop stop-color="#5F90CC"/>
<stop offset="1" stop-color="#4E6FA6"/>
</linearGradient>
<linearGradient id="paint1_linear_199_4109" x1="5" y1="12" x2="2.5" y2="9.5" gradientUnits="userSpaceOnUse">
<stop stop-color="#2B64AD"/>
<stop offset="1" stop-color="#547FBC"/>
</linearGradient>
<radialGradient id="paint2_radial_199_4109" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(10 10) rotate(45) scale(5.65685)">
<stop stop-color="#B4D495"/>
<stop offset="1" stop-color="#87B960"/>
</radialGradient>
<linearGradient id="paint3_linear_199_4109" x1="15" y1="15" x2="10" y2="10" gradientUnits="userSpaceOnUse">
<stop stop-color="#376B19"/>
<stop offset="1" stop-color="#5A9438"/>
</linearGradient>
<clipPath id="clip0_199_4109">
<rect width="16" height="16" fill="white"/>
</clipPath>
</defs>
</svg>