diff options
Diffstat (limited to '_icons/map.svg')
-rw-r--r-- | _icons/map.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_icons/map.svg b/_icons/map.svg index 32a28a1..042d195 100644 --- a/_icons/map.svg +++ b/_icons/map.svg @@ -1,7 +1,7 @@ --- --- <svg> - <polyline points="3 4 9 7 15 4 21 7 21 20 15 17 9 20 3 17 3 4" /> - <line x1="9" y1="7" x2="9" y2="20" /> - <line x1="15" y1="4" x2="15" y2="17" /> + <polyline points="3 7 9 4 15 7 21 4 21 17 15 20 9 17 3 20 3 7" /> + <line x1="9" y1="4" x2="9" y2="17" /> + <line x1="15" y1="7" x2="15" y2="20" /> </svg> |