aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 17:40:35 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 17:40:35 +0100
commit090299f69badc65a6ca806da36b32f14d249f568 (patch)
tree2295b40238ba8b437f3b1aa01b8803a3622af618 /_icons
parentuser (diff)
downloadtabler-icons-090299f69badc65a6ca806da36b32f14d249f568.tar.xz
switch icons
Diffstat (limited to '_icons')
-rw-r--r--_icons/swich-horizontal.svg8
-rw-r--r--_icons/switch-vertical.svg10
-rw-r--r--_icons/user-check.svg4
-rw-r--r--_icons/user-minus.svg4
-rw-r--r--_icons/user-plus.svg4
-rw-r--r--_icons/user-x.svg4
-rw-r--r--_icons/user.svg2
7 files changed, 27 insertions, 9 deletions
diff --git a/_icons/swich-horizontal.svg b/_icons/swich-horizontal.svg
new file mode 100644
index 0000000..8527d4b
--- /dev/null
+++ b/_icons/swich-horizontal.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <polyline points="16 3 20 7 16 11"/>
+ <polyline points="10 7 20 7"/>
+ <polyline points="8 13 4 17 8 21"/>
+ <polyline points="4 17 13 17"/>
+</svg>
diff --git a/_icons/switch-vertical.svg b/_icons/switch-vertical.svg
new file mode 100644
index 0000000..d648649
--- /dev/null
+++ b/_icons/switch-vertical.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <g>
+ <polyline points="3 8 7 4 11 8"/>
+ <polyline points="7 4 7 13"/>
+ <polyline points="13 16 17 20 21 16"/>
+ <polyline points="17 10 17 20"/>
+ </g>
+</svg>
diff --git a/_icons/user-check.svg b/_icons/user-check.svg
index a9a5b1d..53ee727 100644
--- a/_icons/user-check.svg
+++ b/_icons/user-check.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <circle cx="9" cy="7" r="4"></circle>
- <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
+ <circle cx="8.5" cy="7" r="4"></circle>
+ <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<polyline points="16 11 18 13 22 9"/>
</svg>
diff --git a/_icons/user-minus.svg b/_icons/user-minus.svg
index 76df9b3..30e984d 100644
--- a/_icons/user-minus.svg
+++ b/_icons/user-minus.svg
@@ -1,7 +1,7 @@
---
---
<svg>
- <circle cx="9" cy="7" r="4"></circle>
- <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
+ <circle cx="8.5" cy="7" r="4"></circle>
+ <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<line x1="16" y1="11" x2="22" y2="11"></line>
</svg>
diff --git a/_icons/user-plus.svg b/_icons/user-plus.svg
index d9725d5..3d065db 100644
--- a/_icons/user-plus.svg
+++ b/_icons/user-plus.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <circle cx="9" cy="7" r="4"></circle>
- <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
+ <circle cx="8.5" cy="7" r="4"></circle>
+ <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<line x1="16" y1="11" x2="22" y2="11"></line>
<line x1="19" y1="8" x2="19" y2="14"></line>
</svg>
diff --git a/_icons/user-x.svg b/_icons/user-x.svg
index c85dc74..9df7c03 100644
--- a/_icons/user-x.svg
+++ b/_icons/user-x.svg
@@ -1,8 +1,8 @@
---
---
<svg>
- <circle cx="9" cy="7" r="4"></circle>
- <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
+ <circle cx="8.5" cy="7" r="4"></circle>
+ <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
<line x1="17" y1="9" x2="21" y2="13" />
<line x1="17" y1="13" x2="21" y2="9" />
</svg>
diff --git a/_icons/user.svg b/_icons/user.svg
index 0483d65..6fe5c17 100644
--- a/_icons/user.svg
+++ b/_icons/user.svg
@@ -2,5 +2,5 @@
---
<svg>
<circle cx="12" cy="7" r="4"></circle>
- <path d="M4 21v-2a4 4 0 014-4h8a4 4 0 014 4v2" />
+ <path d="M5.5 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
</svg>