8 lines
417 B
XML
8 lines
417 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||
|
|
<rect width="32" height="32" rx="7" fill="#6366f1"/>
|
||
|
|
<g stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none">
|
||
|
|
<path d="M16 5.5V26.5M7 10.75 25 21.25M25 10.75 7 21.25"/>
|
||
|
|
<path d="M16 9.5l3-2M16 9.5l-3-2M16 22.5l3 2M16 22.5l-3 2M9.5 12l-.4-3.4M22.5 12l.4-3.4M9.5 20l-.4 3.4M22.5 20l.4 3.4"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|