blob: e912393c4f00e806848fb3c5c04340e075b3e16b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!--
category: System
tags: [move, up, down, shift, exchange, switch, vertical, navigate, change, direction]
version: "2.29"
unicode: "fc1e"
-->
<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="M10 4v16l-6 -5.5" />
<path d="M14 20v-16l6 5.5" />
</svg>
|