diff options
Diffstat (limited to 'src/content/img/icon/password/light.svg')
-rw-r--r-- | src/content/img/icon/password/light.svg | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/src/content/img/icon/password/light.svg b/src/content/img/icon/password/light.svg new file mode 100644 index 0000000..e967263 --- /dev/null +++ b/src/content/img/icon/password/light.svg @@ -0,0 +1,60 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 9 17.5 + C 9 18.8807 7.88071 20 6.5 20 + C 5.11929 20 4 18.8807 4 17.5 + C 4 16.1193 5.11929 15 6.5 15 + C 7.88071 15 9 16.1193 9 17.5 + Z + M 9 17.5 + H 15.125 + M 19 20 + V 17.75 + C 19 17.6119 18.8881 17.5 18.75 17.5 + M 15.125 17.5 + H 18.75 + M 15.125 17.5 + V 20 + M 18.75 17.5 + L 18.75 17.5 + Z + M 5 11 + H 19 + C 20.1046 11 21 10.1046 21 9 + V 6 + C 21 4.89543 20.1046 4 19 4 + H 5 + C 3.89543 4 3 4.89543 3 6 + V 9 + C 3 10.1046 3.89543 11 5 11 + Z + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> + <circle + cx="7.5" + cy="7.5" + r="1.5" + fill="black" + /> + <circle + cx="12" + cy="7.5" + r="1.5" + fill="black" + /> + <circle + cx="16.5" + cy="7.5" + r="1.5" + fill="black" + /> +</svg> |