diff options
Diffstat (limited to 'src/content/img/icon/user-remove/dark.svg')
-rw-r--r-- | src/content/img/icon/user-remove/dark.svg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/content/img/icon/user-remove/dark.svg b/src/content/img/icon/user-remove/dark.svg new file mode 100644 index 0000000..2a3127b --- /dev/null +++ b/src/content/img/icon/user-remove/dark.svg @@ -0,0 +1,32 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 4 20 + V 19 + C 4 16.2386 6.23858 14 9 14 + H 12.75 + M 16 15 + L 18.5 17.5 + M 18.5 17.5 + L 21 20 + M 18.5 17.5 + L 21 15 + M 18.5 17.5 + L 16 20 + M 15 7 + C 15 9.20914 13.2091 11 11 11 + C 8.79086 11 7 9.20914 7 7 + C 7 4.79086 8.79086 3 11 3 + C 13.2091 3 15 4.79086 15 7 + Z + " + stroke="white" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |