diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 00:30:31 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 00:30:31 +0100 |
commit | f2cf30fddd98a79b4a716cd5241d9494c7818dc7 (patch) | |
tree | 583d6fde68b1bd80f92fc21f7ca1ad1318527c09 /src/_icons | |
parent | laptop icon (diff) | |
download | tabler-icons-f2cf30fddd98a79b4a716cd5241d9494c7818dc7.tar.xz |
caret icons
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/caret-down.svg | 5 | ||||
-rw-r--r-- | src/_icons/caret-left.svg | 5 | ||||
-rw-r--r-- | src/_icons/caret-right.svg | 5 | ||||
-rw-r--r-- | src/_icons/caret-up.svg | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/src/_icons/caret-down.svg b/src/_icons/caret-down.svg new file mode 100644 index 00000000..5dac94e6 --- /dev/null +++ b/src/_icons/caret-down.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 15l-6-6l-6 6h12" transform="rotate(180 12 12)" /> +</svg> diff --git a/src/_icons/caret-left.svg b/src/_icons/caret-left.svg new file mode 100644 index 00000000..37811e98 --- /dev/null +++ b/src/_icons/caret-left.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 15l-6-6l-6 6h12" transform="rotate(270 12 12)" /> +</svg> diff --git a/src/_icons/caret-right.svg b/src/_icons/caret-right.svg new file mode 100644 index 00000000..547cd882 --- /dev/null +++ b/src/_icons/caret-right.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 15l-6-6l-6 6h12" transform="rotate(90 12 12)" /> +</svg> diff --git a/src/_icons/caret-up.svg b/src/_icons/caret-up.svg new file mode 100644 index 00000000..65f76047 --- /dev/null +++ b/src/_icons/caret-up.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M18 15l-6-6l-6 6h12" /> +</svg> |