diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-20 22:48:04 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-20 22:48:04 +0100 |
commit | 5ef3250994d21954ae3736f42611268bbe03ad0e (patch) | |
tree | 66c27e68b376d25e3719c309e30f34ba54f1804a /resources/icons | |
parent | Pass correct background color to username separator (diff) | |
download | nheko-5ef3250994d21954ae3736f42611268bbe03ad0e.tar.xz |
Add a filter for direct chats
fixes #317
Diffstat (limited to 'resources/icons')
-rw-r--r-- | resources/icons/ui/people.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/icons/ui/people.svg b/resources/icons/ui/people.svg new file mode 100644 index 00000000..7c284050 --- /dev/null +++ b/resources/icons/ui/people.svg @@ -0,0 +1 @@ +<svg width="32" height="32" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 13.999 13 14a2 2 0 0 1 1.995 1.85L15 16v1.5C14.999 21 11.284 22 8.5 22c-2.722 0-6.335-.956-6.495-4.27L2 17.5v-1.501c0-1.054.816-1.918 1.85-1.995L4 14ZM15.22 14H20c1.054 0 1.918.816 1.994 1.85L22 16v1c-.001 3.062-2.858 4-5 4a7.16 7.16 0 0 1-2.14-.322c.336-.386.607-.827.802-1.327A6.19 6.19 0 0 0 17 19.5l.267-.006c.985-.043 3.086-.363 3.226-2.289L20.5 17v-1a.501.501 0 0 0-.41-.492L20 15.5h-4.051a2.957 2.957 0 0 0-.595-1.34L15.22 14H20h-4.78ZM4 15.499l-.1.01a.51.51 0 0 0-.254.136.506.506 0 0 0-.136.253l-.01.101V17.5c0 1.009.45 1.722 1.417 2.242.826.445 2.003.714 3.266.753l.317.005.317-.005c1.263-.039 2.439-.308 3.266-.753.906-.488 1.359-1.145 1.412-2.057l.005-.186V16a.501.501 0 0 0-.41-.492L13 15.5l-9-.001ZM8.5 3a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm9 2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7Zm-9-.5c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3Zm9 2c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2Z" fill="#212121"/></svg> |