blob: 5d2ed8ce6a39761dddc04467bf6f4f3e3459ecb7 (
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, outside, except, step, out, navigation, flow, movement, route]
category: Arrows
version: "1.20"
unicode: "ece1"
-->
<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 7l-4 -4" />
<path d="M8 7l4 -4" />
<path d="M11 20a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
</svg>
|