aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 22:02:02 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 22:02:02 +0100
commitf63cec2220801adf9ed3d15953126f9cf59377ff (patch)
tree5b214ca3f8cb87294655265ff424f140a5d2c4fb /_icons
parentcamera, cash, magnet (diff)
downloadtabler-icons-f63cec2220801adf9ed3d15953126f9cf59377ff.tar.xz
clipboards
Diffstat (limited to '_icons')
-rw-r--r--_icons/battery-1.svg1
-rw-r--r--_icons/battery-2.svg1
-rw-r--r--_icons/battery-3.svg1
-rw-r--r--_icons/battery-4.svg1
-rw-r--r--_icons/battery-charging.svg1
-rw-r--r--_icons/battery-empty.svg1
-rw-r--r--_icons/clipboard-check.svg7
-rw-r--r--_icons/clipboard-x.svg7
-rw-r--r--_icons/file-check.svg2
-rw-r--r--_icons/file-x.svg3
-rw-r--r--_icons/user-check.svg2
-rw-r--r--_icons/user-x.svg3
12 files changed, 24 insertions, 6 deletions
diff --git a/_icons/battery-1.svg b/_icons/battery-1.svg
index cbebab9..c082d7e 100644
--- a/_icons/battery-1.svg
+++ b/_icons/battery-1.svg
@@ -1,4 +1,5 @@
---
+group: battery
---
<svg>
<rect x="4" y="7" width="15" height="10" rx="2"></rect>
diff --git a/_icons/battery-2.svg b/_icons/battery-2.svg
index 56a0f12..6b8743a 100644
--- a/_icons/battery-2.svg
+++ b/_icons/battery-2.svg
@@ -1,4 +1,5 @@
---
+group: battery
---
<svg>
<rect x="4" y="7" width="15" height="10" rx="2"></rect>
diff --git a/_icons/battery-3.svg b/_icons/battery-3.svg
index c1f1e71..5b3cd20 100644
--- a/_icons/battery-3.svg
+++ b/_icons/battery-3.svg
@@ -1,4 +1,5 @@
---
+group: battery
---
<svg>
<rect x="4" y="7" width="15" height="10" rx="2"></rect>
diff --git a/_icons/battery-4.svg b/_icons/battery-4.svg
index ebfbe33..122b75e 100644
--- a/_icons/battery-4.svg
+++ b/_icons/battery-4.svg
@@ -1,4 +1,5 @@
---
+group: battery
---
<svg>
<rect x="4" y="7" width="15" height="10" rx="2"></rect>
diff --git a/_icons/battery-charging.svg b/_icons/battery-charging.svg
index a8173e3..4075605 100644
--- a/_icons/battery-charging.svg
+++ b/_icons/battery-charging.svg
@@ -1,4 +1,5 @@
---
+group: battery
---
<svg>
<path d="M7 7H6a2 2 0 00-2 2v6a2 2 0 002 2h2m7-10h2a2 2 0 012 2v6a2 2 0 01-2 2h-1" />
diff --git a/_icons/battery-empty.svg b/_icons/battery-empty.svg
index c06639f..cd1d273 100644
--- a/_icons/battery-empty.svg
+++ b/_icons/battery-empty.svg
@@ -1,4 +1,5 @@
---
+group: battery
---
<svg>
<rect x="4" y="7" width="15" height="10" rx="2"></rect>
diff --git a/_icons/clipboard-check.svg b/_icons/clipboard-check.svg
new file mode 100644
index 0000000..74d887d
--- /dev/null
+++ b/_icons/clipboard-check.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" />
+ <rect x="9" y="3" width="6" height="4" rx="2" />
+ <path d="M9 14l2 2l4 -4"></path>
+</svg>
diff --git a/_icons/clipboard-x.svg b/_icons/clipboard-x.svg
new file mode 100644
index 0000000..779a414
--- /dev/null
+++ b/_icons/clipboard-x.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2" />
+ <rect x="9" y="3" width="6" height="4" rx="2" />
+ <path d="M10 12l4 4m0 -4l-4 4"></path>
+</svg>
diff --git a/_icons/file-check.svg b/_icons/file-check.svg
index 12a0573..03c29b4 100644
--- a/_icons/file-check.svg
+++ b/_icons/file-check.svg
@@ -3,5 +3,5 @@
<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"/>
- <polyline points="9 15 11 17 15 13"/>
+ <path d="M9 15l2 2l4 -4"></path>
</svg>
diff --git a/_icons/file-x.svg b/_icons/file-x.svg
index 5b769a4..a2c8d4d 100644
--- a/_icons/file-x.svg
+++ b/_icons/file-x.svg
@@ -3,6 +3,5 @@
<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="10" y1="12" x2="14" y2="16" />
- <line x1="10" y1="16" x2="14" y2="12" />
+ <path d="M10 12l4 4m0 -4l-4 4"></path>
</svg>
diff --git a/_icons/user-check.svg b/_icons/user-check.svg
index 53ee727..80c32b8 100644
--- a/_icons/user-check.svg
+++ b/_icons/user-check.svg
@@ -3,5 +3,5 @@
<svg>
<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"/>
+ <path d="M16 11l2 2l4 -4"></path>
</svg>
diff --git a/_icons/user-x.svg b/_icons/user-x.svg
index 9df7c03..4a62aa0 100644
--- a/_icons/user-x.svg
+++ b/_icons/user-x.svg
@@ -3,6 +3,5 @@
<svg>
<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" />
+ <path d="M17 9l4 4m0 -4l-4 4"></path>
</svg>