diff options
Diffstat (limited to 'dist/icons/map-pin.html')
-rw-r--r-- | dist/icons/map-pin.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/icons/map-pin.html b/dist/icons/map-pin.html new file mode 100644 index 00000000..9b551ef3 --- /dev/null +++ b/dist/icons/map-pin.html @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-map-pin" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <circle cx="12" cy="11" r="3" /> + <path d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z" /> +</svg> + + |