diff options
author | codecalm <codecalm@gmail.com> | 2020-06-01 00:49:04 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-06-01 00:49:04 +0200 |
commit | e33833c1bcb6dfb84a9d570a991a373f51bd902c (patch) | |
tree | bd4851d2eb2c5c77f20fc852248d0f8922d9be5c /src/_icons/direction.svg | |
parent | New icon: `hexagon` (diff) | |
download | tabler-icons-e33833c1bcb6dfb84a9d570a991a373f51bd902c.tar.xz |
2 new icons: `direction-horizontal`, `direction`
Diffstat (limited to 'src/_icons/direction.svg')
-rw-r--r-- | src/_icons/direction.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_icons/direction.svg b/src/_icons/direction.svg new file mode 100644 index 00000000..52114aa4 --- /dev/null +++ b/src/_icons/direction.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M9 10l3 -3l3 3" /> + <path d="M9 14l3 3l3 -3" /> +</svg> |