25 lines
518 B
XML
25 lines
518 B
XML
<!--
|
|
tags: [arrow, move, merge, fold, navigation, flow, movement, route, path]
|
|
category: Arrows
|
|
version: "1.30"
|
|
unicode: "ed56"
|
|
-->
|
|
<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 3v6l3 -3m-6 0l3 3" />
|
|
<path d="M12 21v-6l3 3m-6 0l3 -3" />
|
|
<path d="M4 12l1 0" />
|
|
<path d="M9 12l1 0" />
|
|
<path d="M14 12l1 0" />
|
|
<path d="M19 12l1 0" />
|
|
</svg>
|