15 lines
394 B
XML
15 lines
394 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="5" fill="#1a1918"/>
|
|
<polyline
|
|
points="7,10 18,16 7,22"
|
|
fill="none"
|
|
stroke="#e8870a"
|
|
stroke-width="3.5"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"/>
|
|
<line x1="20" y1="22" x2="27" y2="22"
|
|
stroke="#e8870a"
|
|
stroke-width="3.5"
|
|
stroke-linecap="round"/>
|
|
</svg>
|