22 lines
466 B
XML
22 lines
466 B
XML
<!--
|
|
tags: [navigation, direction, upward, advance, double, path, interface, ui, movement, arrow]
|
|
category: Arrows
|
|
version: "2.11"
|
|
unicode: "f9ef"
|
|
-->
|
|
<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="M11 14l4 -4l-4 -4" />
|
|
<path d="M16 14l4 -4l-4 -4" />
|
|
<path d="M15 10h-7a4 4 0 1 0 0 8h1" />
|
|
</svg>
|