aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 17:13:14 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 17:13:14 +0100
commit520189162b763e664e689c21b15417bb4579a8fa (patch)
tree3ea6534879991985d7fe426791452c8c873b75ef
parentfiles (diff)
downloadtabler-icons-520189162b763e664e689c21b15417bb4579a8fa.tar.xz
user
-rw-r--r--_icons/file-text.svg9
-rw-r--r--_icons/user-check.svg7
-rw-r--r--_icons/user-minus.svg7
-rw-r--r--_icons/user-plus.svg4
-rw-r--r--_icons/user-x.svg8
5 files changed, 33 insertions, 2 deletions
diff --git a/_icons/file-text.svg b/_icons/file-text.svg
new file mode 100644
index 0000000..92efa8f
--- /dev/null
+++ b/_icons/file-text.svg
@@ -0,0 +1,9 @@
+---
+---
+<svg>
+ <polyline points="14 3 14 8 19 8"/>
+ <path d="M17 21H7a2 2 0 01-2-2V5a2 2 0 012-2h7l5 5v11a2 2 0 01-2 2z"/>
+ <line x1="9" y1="9" x2="10" y2="9" />
+ <line x1="9" y1="13" x2="15" y2="13" />
+ <line x1="9" y1="17" x2="15" y2="17" />
+</svg>
diff --git a/_icons/user-check.svg b/_icons/user-check.svg
new file mode 100644
index 0000000..a9a5b1d
--- /dev/null
+++ b/_icons/user-check.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <circle cx="9" cy="7" r="4"></circle>
+ <path d="M3 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
new file mode 100644
index 0000000..76df9b3
--- /dev/null
+++ b/_icons/user-minus.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <circle cx="9" cy="7" r="4"></circle>
+ <path d="M3 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 950a865..d9725d5 100644
--- a/_icons/user-plus.svg
+++ b/_icons/user-plus.svg
@@ -3,6 +3,6 @@
<svg>
<circle cx="9" cy="7" r="4"></circle>
<path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" />
- <line x1="15" y1="11" x2="21" y2="11"></line>
- <line x1="18" y1="8" x2="18" y2="14"></line>
+ <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
new file mode 100644
index 0000000..c85dc74
--- /dev/null
+++ b/_icons/user-x.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <circle cx="9" cy="7" r="4"></circle>
+ <path d="M3 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>