aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-03 00:41:46 +0100
committercodecalm <codecalm@gmail.com>2020-03-03 00:41:46 +0100
commit7a2ec07f26abff0c7921e16b1dbec72bd2582876 (patch)
tree785797cf086cb67c166e6602b8b5ac1a2057d3b3 /_icons
parentphone icons (diff)
downloadtabler-icons-7a2ec07f26abff0c7921e16b1dbec72bd2582876.tar.xz
dots, directions, send
Diffstat (limited to '_icons')
-rw-r--r--_icons/directions.svg9
-rw-r--r--_icons/dots-circle-horizontal.svg8
-rw-r--r--_icons/dots-vertical.svg (renamed from _icons/more-vertical.svg)0
-rw-r--r--_icons/dots.svg (renamed from _icons/more.svg)0
-rw-r--r--_icons/send.svg6
5 files changed, 23 insertions, 0 deletions
diff --git a/_icons/directions.svg b/_icons/directions.svg
new file mode 100644
index 0000000..c4b3fd2
--- /dev/null
+++ b/_icons/directions.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <polyline points="8 5 19 5 21 7 19 9 8 9 8 5" />
+ <polyline points="14 13 14 17 6 17 4 15 6 13 14 13" />
+ <line x1="12" y1="22" x2="12" y2="17" />
+ <line x1="12" y1="13" x2="12" y2="9" />
+ <line x1="12" y1="5" x2="12" y2="3" />
+</svg>
diff --git a/_icons/dots-circle-horizontal.svg b/_icons/dots-circle-horizontal.svg
new file mode 100644
index 0000000..04becc4
--- /dev/null
+++ b/_icons/dots-circle-horizontal.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <line x1="8" y1="12" x2="8" y2="12.01" />
+ <line x1="12" y1="12" x2="12" y2="12.01" />
+ <line x1="16" y1="12" x2="16" y2="12.01" />
+</svg>
diff --git a/_icons/more-vertical.svg b/_icons/dots-vertical.svg
index 9a17439..9a17439 100644
--- a/_icons/more-vertical.svg
+++ b/_icons/dots-vertical.svg
diff --git a/_icons/more.svg b/_icons/dots.svg
index b2ef8cd..b2ef8cd 100644
--- a/_icons/more.svg
+++ b/_icons/dots.svg
diff --git a/_icons/send.svg b/_icons/send.svg
new file mode 100644
index 0000000..0f7575a
--- /dev/null
+++ b/_icons/send.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <line x1="10" y1="14" x2="21" y2="3" />
+ <path d="M21 3L14.5 21a.55 .55 0 01-1 0L10 14L3 10.5a.55 .55 0 010 -1L21 3" />
+</svg>