21 lines
439 B
XML
21 lines
439 B
XML
<!--
|
|
category: Arrows
|
|
tags: [indicator, navigation, direction, toggle, switch, movement, select, option, upward, downward]
|
|
version: "2.31"
|
|
unicode: "fc44"
|
|
-->
|
|
<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="M18 10l-6 -6l-6 6h12" />
|
|
<path d="M18 14l-6 6l-6 -6h12" />
|
|
</svg>
|