7 lines
300 B
XML
7 lines
300 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect x="1" y="1" width="30" height="30" rx="7" fill="#58a6ff"/>
|
|
<path d="M8 10 L11.5 22 L16 14.5 L20.5 22 L24 10"
|
|
fill="none" stroke="#0f1117" stroke-width="3.1"
|
|
stroke-linejoin="round" stroke-linecap="round"/>
|
|
</svg>
|