21 lines
457 B
XML
21 lines
457 B
XML
<!--
|
|
tags: [banner, pin, report, map, warning, alert, flag, location, navigation, geography]
|
|
category: Map
|
|
version: "1.0"
|
|
unicode: "eaa6"
|
|
-->
|
|
<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="M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9a5 5 0 0 1 -7 0a5 5 0 0 0 -7 0v-9" />
|
|
<path d="M5 21v-7" />
|
|
</svg>
|