21 lines
426 B
XML
21 lines
426 B
XML
<!--
|
|
category: System
|
|
tags: [travel, navigation discover, plane, direction, horizontal, way, route, path, course, heading]
|
|
version: "1.8"
|
|
unicode: "ebfa"
|
|
-->
|
|
<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="M10 9l-3 3l3 3" />
|
|
<path d="M14 9l3 3l-3 3" />
|
|
</svg>
|