diff options
Diffstat (limited to 'src/content/img/icon/user-group/light.svg')
-rw-r--r-- | src/content/img/icon/user-group/light.svg | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/content/img/icon/user-group/light.svg b/src/content/img/icon/user-group/light.svg new file mode 100644 index 0000000..dd713ee --- /dev/null +++ b/src/content/img/icon/user-group/light.svg @@ -0,0 +1,33 @@ +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 24 24" + fill="none" +> + <path + d=" + M 3 19 + V 18 + C 3 15.7909 4.79086 14 7 14 + H 11 + C 13.2091 14 15 15.7909 15 18 + V 19 + M 15 11 + C 16.6569 11 18 9.65685 18 8 + C 18 6.34315 16.6569 5 15 5 + M 21 19 + V 18 + C 21 15.7909 19.2091 14 17 14 + H 16.5 + M 12 8 + C 12 9.65685 10.6569 11 9 11 + C 7.34315 11 6 9.65685 6 8 + C 6 6.34315 7.34315 5 9 5 + C 10.6569 5 12 6.34315 12 8 + Z + " + stroke="black" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |