25 lines
513 B
XML
25 lines
513 B
XML
<!--
|
|
tags: [direction, north, top, arrows, transfer, increase, navigation, flow, rise, upward]
|
|
category: Arrows
|
|
version: "1.82"
|
|
unicode: "f2cd"
|
|
-->
|
|
<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="M7 21v-6" />
|
|
<path d="M20 6l-3 -3l-3 3" />
|
|
<path d="M17 3v18" />
|
|
<path d="M10 18l-3 3l-3 -3" />
|
|
<path d="M7 3v2" />
|
|
<path d="M7 9v2" />
|
|
</svg>
|