diff options
author | codecalm <codecalm@gmail.com> | 2020-10-01 13:51:54 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-01 13:51:54 +0200 |
commit | 045e8c7d8e3e3fdce03736c0781de7947f6099cc (patch) | |
tree | b4b1a7bdc1b7689f0fb498c0a7c9da95c3b5d063 /src/_icons | |
parent | 2 new icons: `star-off`, `sun-off` (diff) | |
download | tabler-icons-045e8c7d8e3e3fdce03736c0781de7947f6099cc.tar.xz |
`map-pins` icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/map-pins.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/map-pins.svg b/src/_icons/map-pins.svg new file mode 100644 index 00000000..c2d4601f --- /dev/null +++ b/src/_icons/map-pins.svg @@ -0,0 +1,9 @@ +--- +category: Map +--- +<svg> + <path d="M10.828 9.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z" /> + <line x1="8" y1="7" x2="8" y2="7.01" /> + <path d="M18.828 17.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z" /> + <line x1="16" y1="15" x2="16" y2="15.01" /> +</svg> |