21 lines
420 B
XML
21 lines
420 B
XML
<!--
|
|
tags: [point, turn, next, redo, right, arrow, forward, direction, pointer, top]
|
|
category: Arrows
|
|
version: "1.3"
|
|
unicode: "eb78"
|
|
-->
|
|
<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="M15 14l4 -4l-4 -4" />
|
|
<path d="M19 10h-11a4 4 0 1 0 0 8h1" />
|
|
</svg>
|