diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/battery-charging.svg | 1 | ||||
-rw-r--r-- | _icons/lock-open.svg | 7 | ||||
-rw-r--r-- | _icons/lock.svg | 7 |
3 files changed, 14 insertions, 1 deletions
diff --git a/_icons/battery-charging.svg b/_icons/battery-charging.svg index 415fc897..a8173e31 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 00000000..d63702d6 --- /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 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> |