mirror of https://github.com/voidlizard/hbs2
16 lines
399 B
XML
16 lines
399 B
XML
<svg xmlns="http://www.w3.org/2000/svg"
|
|
class="icon icon-tabler icon-tabler-arrow-back-up"
|
|
width="20"
|
|
height="20"
|
|
viewBox="0 0 24 24"
|
|
stroke-width="2"
|
|
stroke="#000000"
|
|
fill="none"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round">
|
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
<path d="M9 14l-4 -4l4 -4" />
|
|
<path d="M5 10h11a4 4 0 1 1 0 8h-1" />
|
|
</svg>
|
|
|