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 | |
parent | New icon: `hexagon` (diff) | |
download | tabler-icons-e33833c1bcb6dfb84a9d570a991a373f51bd902c.tar.xz |
2 new icons: `direction-horizontal`, `direction`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/direction-horizontal.svg | 6 | ||||
-rw-r--r-- | src/_icons/direction.svg | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/direction-horizontal.svg b/src/_icons/direction-horizontal.svg new file mode 100644 index 00000000..ab236968 --- /dev/null +++ b/src/_icons/direction-horizontal.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M10 9l-3 3l3 3" /> + <path d="M14 9l3 3l-3 3" /> +</svg> 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> |