blob: 2540b441ff5c6235194c7c1beb983ed853afe02f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!--
tags: [travel, navigation, discover, directions, location, geography, place, position]
category: Map
version: "1.0"
unicode: "ea8e"
-->
<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="M12 21v-4" />
<path d="M12 13v-4" />
<path d="M12 5v-2" />
<path d="M10 21h4" />
<path d="M8 5v4h11l2 -2l-2 -2l-11 0" />
<path d="M14 13v4h-8l-2 -2l2 -2l8 0" />
</svg>
|