diff options
author | codecalm <codecalm@gmail.com> | 2020-03-03 23:45:23 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-04 15:45:23 +0100 |
commit | 0690fb8c4d1dc1e14e6920e2b7983dfb57751ffe (patch) | |
tree | 6fc5e70332005474821595150584bb824d94cdf7 /_icons/map.svg | |
parent | cloud icons (diff) | |
download | tabler-icons-0690fb8c4d1dc1e14e6920e2b7983dfb57751ffe.tar.xz |
next part of icons
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 32a28a15..042d1953 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> |