23 lines
474 B
XML
23 lines
474 B
XML
<!--
|
|
tags: [direction, east, arrows, right, navigation, flow, movement, route, path, pointers]
|
|
category: Arrows
|
|
version: "1.35"
|
|
unicode: "edb3"
|
|
-->
|
|
<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="M21 17l-18 0" />
|
|
<path d="M18 4l3 3l-3 3" />
|
|
<path d="M18 20l3 -3l-3 -3" />
|
|
<path d="M21 7l-18 0" />
|
|
</svg>
|