diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 21:17:47 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 21:17:47 +0100 |
commit | da78e940ea2188ee5a8ab8c3f9a5ab4b7c2df970 (patch) | |
tree | bf87534c98d81b102c40ffc83eaf465e3ca12a16 /_icons/lock.svg | |
parent | battery fixes (diff) | |
download | tabler-icons-da78e940ea2188ee5a8ab8c3f9a5ab4b7c2df970.tar.xz |
lock
Diffstat (limited to '_icons/lock.svg')
-rw-r--r-- | _icons/lock.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_icons/lock.svg b/_icons/lock.svg new file mode 100644 index 00000000..834c321e --- /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> |