mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 12:57:45 +01:00
feat(icons): added user-star icon (#3331)
* Added icons/user-star.svg * Added icons/user-star.json * enlarge star in user-star icon --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
24
icons/user-star.json
Normal file
24
icons/user-star.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"colebemis",
|
||||
"csandman",
|
||||
"ericfennis",
|
||||
"karsa-mistmere",
|
||||
"jguddas",
|
||||
"MArtytraM99"
|
||||
],
|
||||
"tags": [
|
||||
"person",
|
||||
"account",
|
||||
"favorite",
|
||||
"contact",
|
||||
"like",
|
||||
"review",
|
||||
"rating",
|
||||
"admin"
|
||||
],
|
||||
"categories": [
|
||||
"account"
|
||||
]
|
||||
}
|
||||
15
icons/user-star.svg
Normal file
15
icons/user-star.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<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"
|
||||
>
|
||||
<path d="M8.5 15H7a4 4 0 0 0-4 4v2" />
|
||||
<path d="M16.5 12.903a.229.229 0 0 1 .41 0l.997 2.022a.92.92 0 0 0 .69.501l2.23.326a.229.229 0 0 1 .127.392l-1.613 1.57a.92.92 0 0 0-.264.812l.381 2.22a.229.229 0 0 1-.333.241L17.13 19.94a.92.92 0 0 0-.853 0l-1.993 1.048a.229.229 0 0 1-.333-.242l.38-2.22a.92.92 0 0 0-.264-.81l-1.613-1.571a.229.229 0 0 1 .127-.392l2.23-.326a.92.92 0 0 0 .69-.501z" />
|
||||
<circle cx="10" cy="7" r="4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 637 B |
Reference in New Issue
Block a user