diff options
Diffstat (limited to 'src/icons/map-pin.svg')
-rw-r--r-- | src/icons/map-pin.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/map-pin.svg b/src/icons/map-pin.svg new file mode 100644 index 00000000..df55c452 --- /dev/null +++ b/src/icons/map-pin.svg @@ -0,0 +1,10 @@ +--- +category: Map +tags: [navigation, location, travel, pin, position, marker] +version: "1.0" +unicode: "eae8" +--- +<svg> + <circle cx="12" cy="11" r="3" /> + <path d="M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z" /> +</svg> |