6 lines
336 B
XML
6 lines
336 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
|
<rect width="32" height="32" rx="6" fill="#2563eb"/>
|
|
<path d="M16 8v11m0 0l-4-4m4 4l4-4" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M9 24h14" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
|
</svg>
|