8 lines
604 B
XML
8 lines
604 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="4" fill="#3b82f6"/>
|
|
<path d="M16 8 L12 12 L16 16 M16 8 L20 12 L16 16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<path d="M8 16 L12 20 L8 24 M8 16 L12 12 L8 8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<path d="M24 16 L20 20 L24 24 M24 16 L20 12 L24 8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
<circle cx="16" cy="16" r="2" fill="white"/>
|
|
</svg>
|
|
|