diff options
author | codecalm <codecalm@gmail.com> | 2022-08-11 12:13:57 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-11 12:13:57 +0200 |
commit | 83aa41b5a9ae85f2bfa70cda6a1626b1f132e83c (patch) | |
tree | d677dccfb74d323db2c36bb5b99550f426271648 /src/_icons/navigation.svg | |
parent | Release 1.80.0 (diff) | |
download | tabler-icons-83aa41b5a9ae85f2bfa70cda6a1626b1f132e83c.tar.xz |
18 new icons: `arrow-move-down`, `arrow-move-left`, `arrow-move-right`, `arrow-move-up`, `coin-bitcoin`, `coin-euro`, `coin-pound`, `coin-rupee`, `coin-yen`, `coin-yuan`, `location-broken`, `mood-look-left`, `mood-look-right`, `mood-sing`, `navigation`, `packages`, `tower-off`, `tower`
Fixed icons: `coin-off`, `coin`
Diffstat (limited to 'src/_icons/navigation.svg')
-rw-r--r-- | src/_icons/navigation.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_icons/navigation.svg b/src/_icons/navigation.svg new file mode 100644 index 00000000..c0730d5e --- /dev/null +++ b/src/_icons/navigation.svg @@ -0,0 +1,6 @@ +--- +category: Map +--- +<svg> + <path d="M12 18.5l7.265 2.463a0.535 .535 0 0 0 .57 -.116a0.548 .548 0 0 0 .134 -.572l-7.969 -17.275l-7.97 17.275a0.547 .547 0 0 0 .135 .572a0.535 .535 0 0 0 .57 .116l7.265 -2.463" /> +</svg> |