22 lines
455 B
XML
22 lines
455 B
XML
<!--
|
|
tags: [direction, north, arrow, square, pointer, top, increase, navigation, flow, rectangular]
|
|
category: Arrows
|
|
version: "1.35"
|
|
unicode: "eda6"
|
|
-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M12 17l0 -14" />
|
|
<path d="M15 6l-3 -3l-3 3" />
|
|
<path d="M10 21v-4h4v4l-4 0" />
|
|
</svg>
|