blob: 479fa1954864ee7fef899f3f01df7253f62a9e0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!--
tags: [toggle, left, right, arrows, switch, horizontal, navigation, flow, movement, route]
category: Arrows
version: "1.0"
unicode: "eb31"
-->
<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="M16 3l4 4l-4 4" />
<path d="M10 7l10 0" />
<path d="M8 13l-4 4l4 4" />
<path d="M4 17l9 0" />
</svg>
|