10 lines
248 B
XML
10 lines
248 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<path
|
|
d="M12 3v11m0 0 4-4m-4 4-4-4M5 17v3h14v-3"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
stroke-width="1.5"
|
|
/>
|
|
</svg>
|