aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-07 19:28:29 +0200
committercodecalm <codecalm@gmail.com>2020-04-07 19:28:29 +0200
commitdfcdd0ffc55f051e2a03262b19298996bdd725ad (patch)
treeac91856ae36044e3a8d43ae46d983c2c43286f1c
parentnew icons, rotate, checks (diff)
downloadtabler-icons-dfcdd0ffc55f051e2a03262b19298996bdd725ad.tar.xz
new icons: accessible, float, disabled-2
-rw-r--r--src/_icons/accessible.svg7
-rw-r--r--src/_icons/disabled-2.svg8
-rw-r--r--src/_icons/float-center.svg11
-rw-r--r--src/_icons/float-left.svg9
-rw-r--r--src/_icons/float-right.svg9
5 files changed, 44 insertions, 0 deletions
diff --git a/src/_icons/accessible.svg b/src/_icons/accessible.svg
new file mode 100644
index 0000000..6bc6f90
--- /dev/null
+++ b/src/_icons/accessible.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <circle cx="12" cy="12" r="9" />
+ <path d="M10 16.5l2 -3l2 3m-2 -3v-2l3 -1m-6 0l3 1" />
+ <circle cx="12" cy="7.5" r=".5" />
+</svg>
diff --git a/src/_icons/disabled-2.svg b/src/_icons/disabled-2.svg
new file mode 100644
index 0000000..131a9dc
--- /dev/null
+++ b/src/_icons/disabled-2.svg
@@ -0,0 +1,8 @@
+---
+tags: [wheelchair, accessible]
+---
+<svg>
+ <circle cx="17" cy="6" r="2" />
+ <path d="M9 11a4.97 4.97 0 1 0 3.95 7.95" />
+ <path d="M19 20l-4 -5h-4l3 -5l-4 -3l-4 1" />
+</svg>
diff --git a/src/_icons/float-center.svg b/src/_icons/float-center.svg
new file mode 100644
index 0000000..09ed83d
--- /dev/null
+++ b/src/_icons/float-center.svg
@@ -0,0 +1,11 @@
+---
+---
+<svg>
+ <rect width="6" height="6" x="9" y="5" rx="1" />
+ <line x1="4" y1="7" x2="5" y2="7" />
+ <line x1="4" y1="11" x2="5" y2="11" />
+ <line x1="19" y1="7" x2="20" y2="7" />
+ <line x1="19" y1="11" x2="20" y2="11" />
+ <line x1="4" y1="15" x2="20" y2="15" />
+ <line x1="4" y1="19" x2="20" y2="19" />
+</svg>
diff --git a/src/_icons/float-left.svg b/src/_icons/float-left.svg
new file mode 100644
index 0000000..ea7c05b
--- /dev/null
+++ b/src/_icons/float-left.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <rect width="6" height="6" x="4" y="5" rx="1" />
+ <line x1="14" y1="7" x2="20" y2="7" />
+ <line x1="14" y1="11" x2="20" y2="11" />
+ <line x1="4" y1="15" x2="20" y2="15" />
+ <line x1="4" y1="19" x2="20" y2="19" />
+</svg>
diff --git a/src/_icons/float-right.svg b/src/_icons/float-right.svg
new file mode 100644
index 0000000..4953e77
--- /dev/null
+++ b/src/_icons/float-right.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <rect width="6" height="6" x="14" y="5" rx="1" />
+ <line x1="4" y1="7" x2="10" y2="7" />
+ <line x1="4" y1="11" x2="10" y2="11" />
+ <line x1="4" y1="15" x2="20" y2="15" />
+ <line x1="4" y1="19" x2="20" y2="19" />
+</svg>