diff options
Diffstat (limited to 'src/content/img/icon/lock/light.svg')
-rw-r--r-- | src/content/img/icon/lock/light.svg | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/content/img/icon/lock/light.svg b/src/content/img/icon/lock/light.svg new file mode 100644 index 0000000..61a2d11 --- /dev/null +++ b/src/content/img/icon/lock/light.svg @@ -0,0 +1,38 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 16 9 + V 6 + C 16 4.34315 14.6569 3 13 3 + H 11 + C 9.34315 3 8 4.34315 8 6 + V 9 + M 16 9 + H 8 + M 16 9 + C 17.6569 9 19 10.3431 19 12 + V 18 + C 19 19.6569 17.6569 21 16 21 + H 8 + C 6.34315 21 5 19.6569 5 18 + V 12 + C 5 10.3431 6.34315 9 8 9 + M 12 14 + V 17 + M 13 14 + C 13 14.5523 12.5523 15 12 15 + C 11.4477 15 11 14.5523 11 14 + C 11 13.4477 11.4477 13 12 13 + C 12.5523 13 13 13.4477 13 14 + Z + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |