diff options
Diffstat (limited to 'src/content/img/icon/user/dark.svg')
-rw-r--r-- | src/content/img/icon/user/dark.svg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/content/img/icon/user/dark.svg b/src/content/img/icon/user/dark.svg new file mode 100644 index 0000000..12cdd00 --- /dev/null +++ b/src/content/img/icon/user/dark.svg @@ -0,0 +1,26 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 5 20 + V 19 + C 5 16.2386 7.23858 14 10 14 + H 14 + C 16.7614 14 19 16.2386 19 19 + V 20 + M 16 7 + C 16 9.20914 14.2091 11 12 11 + C 9.79086 11 8 9.20914 8 7 + C 8 4.79086 9.79086 3 12 3 + C 14.2091 3 16 4.79086 16 7 + Z + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" +/> +</svg> |