New icons: user-search and user-round-search (#1620)

* user-search and user-search-2 icons

* updated user-search icons

* Update icons/user-search.json

Co-authored-by: Jakob Guddas <github@jguddas.de>

* Update icons/user-search-2.json

Co-authored-by: Jakob Guddas <github@jguddas.de>

* Renamed user-search-2 to user-round-search.

---------

Co-authored-by: Jakob Guddas <github@jguddas.de>
Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
James Vickery
2023-12-15 11:21:07 +00:00
committed by GitHub
parent a5ea3a5368
commit 494f7953c8
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jmsv",
"karsa-mistmere"
],
"tags": [
"person",
"account",
"contact",
"find",
"scan",
"magnifier",
"magnifying glass"
],
"categories": [
"account",
"social"
]
}

View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="10" cy="8" r="5" />
<path d="M2 21a8 8 0 0 1 10.434-7.62" />
<circle cx="18" cy="18" r="3" />
<path d="m22 22-1.9-1.9" />
</svg>

After

Width:  |  Height:  |  Size: 350 B

24
icons/user-search.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jmsv",
"jguddas",
"colebemis",
"csandman",
"ericfennis",
"karsa-mistmere"
],
"tags": [
"person",
"account",
"contact",
"find",
"scan",
"magnifier",
"magnifying glass"
],
"categories": [
"account",
"social"
]
}

16
icons/user-search.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="10" cy="7" r="4" />
<path d="M10.3 15H7a4 4 0 0 0-4 4v2" />
<circle cx="17" cy="17" r="3" />
<path d="m21 21-1.9-1.9" />
</svg>

After

Width:  |  Height:  |  Size: 349 B