blob: b7f8f877a1525d4524b36accb01bcd3897429721 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!--
tags: [vector, placement, among, within, step, into, navigation, flow, movement, route]
category: Arrows
version: "1.20"
unicode: "ece0"
-->
<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 3l0 12" />
<path d="M16 11l-4 4" />
<path d="M8 11l4 4" />
<path d="M11 20a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
</svg>
|