blob: 46d28ce6244b293793d299be9fc64606903e6234 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" viewBox="0 0 16 16">
<defs>
<radialGradient id="radialGradient4475" cx="8" cy="8" r="7" fx="8" fy="8" gradientUnits="userSpaceOnUse">
<stop style="stop-color:#e26da9;stop-opacity:0" offset="0" stop-opacity=".2"/>
<stop style="stop-color:#e26da9" offset="1"/>
</radialGradient>
</defs>
<path style="fill:url(#radialGradient4475)" d="M 1 1 L 1 15 L 15 15 L 15 1 L 1 1 z"/>
</svg>
|