mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 12:47:41 +01:00
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:
20
icons/user-round-search.json
Normal file
20
icons/user-round-search.json
Normal 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"
|
||||
]
|
||||
}
|
||||
16
icons/user-round-search.svg
Normal file
16
icons/user-round-search.svg
Normal 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
24
icons/user-search.json
Normal 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
16
icons/user-search.svg
Normal 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 |
Reference in New Issue
Block a user