diff options
Diffstat (limited to 'icons/map-pin.svg')
-rw-r--r-- | icons/map-pin.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/icons/map-pin.svg b/icons/map-pin.svg index 9b551ef3..f2d4672d 100644 --- a/icons/map-pin.svg +++ b/icons/map-pin.svg @@ -1,6 +1,7 @@ <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"> + <rect x="0" y="0" width="24" height="24" stroke="none"></rect> <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" /> + <path d="M17.657 16.657L13.414 20.9a1.998 1.998 0 0 1 -2.827 0l-4.244-4.243a8 8 0 1 1 11.314 0z" /> </svg> |