14 lines
571 B
XML
14 lines
571 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none" color="#fff">
|
||
|
|
<g transform="translate(40.96,40.96) scale(17.920000) translate(-0.00,-0.00)">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="0">
|
||
|
|
<stop offset="0%" stop-color="white" stop-opacity="1"/>
|
||
|
|
<stop offset="100%" stop-color="white" stop-opacity="0.1"/>
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect x="3" y="7" width="18" height="10" rx="1" fill="url(#g)" stroke="currentColor" stroke-width="1.80"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|
||
|
|
|