diff options
author | codecalm <codecalm@gmail.com> | 2020-04-07 19:28:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-07 19:28:29 +0200 |
commit | dfcdd0ffc55f051e2a03262b19298996bdd725ad (patch) | |
tree | ac91856ae36044e3a8d43ae46d983c2c43286f1c | |
parent | new icons, rotate, checks (diff) | |
download | tabler-icons-dfcdd0ffc55f051e2a03262b19298996bdd725ad.tar.xz |
new icons: accessible, float, disabled-2
-rw-r--r-- | src/_icons/accessible.svg | 7 | ||||
-rw-r--r-- | src/_icons/disabled-2.svg | 8 | ||||
-rw-r--r-- | src/_icons/float-center.svg | 11 | ||||
-rw-r--r-- | src/_icons/float-left.svg | 9 | ||||
-rw-r--r-- | src/_icons/float-right.svg | 9 |
5 files changed, 44 insertions, 0 deletions
diff --git a/src/_icons/accessible.svg b/src/_icons/accessible.svg new file mode 100644 index 00000000..6bc6f907 --- /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 00000000..131a9dcf --- /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 00000000..09ed83d6 --- /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 00000000..ea7c05b8 --- /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 00000000..4953e77d --- /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> |