aboutsummaryrefslogtreecommitdiff
path: root/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-01 21:17:47 +0100
committercodecalm <codecalm@gmail.com>2020-03-01 21:17:47 +0100
commitda78e940ea2188ee5a8ab8c3f9a5ab4b7c2df970 (patch)
treebf87534c98d81b102c40ffc83eaf465e3ca12a16 /_icons
parentbattery fixes (diff)
downloadtabler-icons-da78e940ea2188ee5a8ab8c3f9a5ab4b7c2df970.tar.xz
lock
Diffstat (limited to '_icons')
-rw-r--r--_icons/battery-charging.svg1
-rw-r--r--_icons/lock-open.svg7
-rw-r--r--_icons/lock.svg7
3 files changed, 14 insertions, 1 deletions
diff --git a/_icons/battery-charging.svg b/_icons/battery-charging.svg
index 415fc89..a8173e3 100644
--- a/_icons/battery-charging.svg
+++ b/_icons/battery-charging.svg
@@ -4,5 +4,4 @@
<path d="M7 7H6a2 2 0 00-2 2v6a2 2 0 002 2h2m7-10h2a2 2 0 012 2v6a2 2 0 01-2 2h-1" />
<rect x="19" y="10" width="1" height="4" ></rect>
<polyline points="11 8 10 12 13 12 12 16"></polyline>
-
</svg>
diff --git a/_icons/lock-open.svg b/_icons/lock-open.svg
new file mode 100644
index 0000000..d63702d
--- /dev/null
+++ b/_icons/lock-open.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="5" y="11" width="14" height="10" rx="2"></rect>
+ <polyline points="12 15 12 17"></polyline>
+ <path d="M8 11v-5a4 4 0 018 0"></path>
+</svg>
diff --git a/_icons/lock.svg b/_icons/lock.svg
new file mode 100644
index 0000000..834c321
--- /dev/null
+++ b/_icons/lock.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <rect x="5" y="11" width="14" height="10" rx="2"></rect>
+ <polyline points="12 15 12 17"></polyline>
+ <path d="M8 11v-4a4 4 0 018 0v4"></path>
+</svg>