blob: d20e5dad19ed7eea9a1800c777681a02e33416da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!--
tags: [direction, right, left, west, east, arrows, diff, navigation, flow, movement]
category: Arrows
version: "1.79"
unicode: "f296"
-->
<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 16h10" />
<path d="M11 16l4 4" />
<path d="M11 16l4 -4" />
<path d="M13 8h-10" />
<path d="M13 8l-4 4" />
<path d="M13 8l-4 -4" />
</svg>
|