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 956f111..32a28a1 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"/> - <polyline points="9 7 9 20"/> - <polyline points="15 4 15 17"/> + <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" /> </svg> |