20 lines
409 B
XML
20 lines
409 B
XML
<!--
|
|
tags: [point, turn, next, redo, right, arrow, forward, direction, pointer, navigation]
|
|
category: Arrows
|
|
version: "1.1"
|
|
unicode: "ea17"
|
|
-->
|
|
<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 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1" />
|
|
</svg>
|