From 650c8ab167bae7ae5f062a46c6072158fd3610af Mon Sep 17 00:00:00 2001 From: Cole Bemis <colebemis@gmail.com> Date: Fri, 9 Jun 2017 18:22:28 -0700 Subject: [PATCH] feat: Add `users` icon Closes #81 --- icons/core/users.svg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 icons/core/users.svg diff --git a/icons/core/users.svg b/icons/core/users.svg new file mode 100644 index 0000000..ea39ea3 --- /dev/null +++ b/icons/core/users.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> + <path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <circle cx="9" cy="7" r="4" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path d="M23 21v-2a4 4 0 0 0-3-3.87" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> + <path d="M16 3.13a4 4 0 0 1 0 7.75" fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/> +</svg> -- 2.21.0