diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 23:39:11 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 23:39:11 +0100 |
commit | bcaf3d0a3dd1a7e8a9b4053719b69b7240dc58e1 (patch) | |
tree | b39433571c5518fc3170d7c97d252c1fc51f35ed /_icons/map.svg | |
parent | battery fixes (diff) | |
download | tabler-icons-bcaf3d0a3dd1a7e8a9b4053719b69b7240dc58e1.tar.xz |
weather icons
Diffstat (limited to '_icons/map.svg')
-rw-r--r-- | _icons/map.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_icons/map.svg b/_icons/map.svg new file mode 100644 index 00000000..8d8e8aac --- /dev/null +++ b/_icons/map.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="3 4 9 7 15 4 21 7 21 20 15 17 9 20 3 17 3 4"></polyline> + <polyline points="9 7 9 20"></polyline> + <polyline points="15 4 15 17"></polyline> +</svg> |