14 lines
561 B
XML
14 lines
561 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||
|
|
<circle cx="16" cy="16" r="8" fill="#4F46E5"/>
|
||
|
|
<g stroke="#4F46E5" stroke-width="2.5" stroke-linecap="round">
|
||
|
|
<line x1="16" y1="2" x2="16" y2="6"/>
|
||
|
|
<line x1="16" y1="26" x2="16" y2="30"/>
|
||
|
|
<line x1="2" y1="16" x2="6" y2="16"/>
|
||
|
|
<line x1="26" y1="16" x2="30" y2="16"/>
|
||
|
|
<line x1="6.1" y1="6.1" x2="8.9" y2="8.9"/>
|
||
|
|
<line x1="23.1" y1="23.1" x2="25.9" y2="25.9"/>
|
||
|
|
<line x1="6.1" y1="25.9" x2="8.9" y2="23.1"/>
|
||
|
|
<line x1="23.1" y1="8.9" x2="25.9" y2="6.1"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|