22 lines
560 B
XML
22 lines
560 B
XML
<!--
|
|
tags: [direction, east, arrows, join, navigation, flow, movement, route, path, 2]
|
|
category: Arrows
|
|
version: "1.35"
|
|
unicode: "edae"
|
|
-->
|
|
<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="M3 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448" />
|
|
<path d="M3 17h1.95a5.854 5.854 0 0 0 4.798 -2.5a5.854 5.854 0 0 1 4.798 -2.5h5.454" />
|
|
<path d="M18 15l3 -3l-3 -3" />
|
|
</svg>
|