blob: b3044b0a807562dfa45d0ee9e3b5085ba2ed4289 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!--
tags: [bottom, proceed, swipe, next, arrow, narrow, down, dashed, direction, pointer]
category: Arrows
version: "3.19"
unicode: "10068"
-->
<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 5v.5m0 3v1.5m0 3v6" />
<path d="M16 15l-4 4" />
<path d="M8 15l4 4" />
</svg>
|