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:
Martin Vítek
2025-07-28 15:07:27 +02:00
committed by GitHub
parent 7d6998941d
commit 379d1b1002
2 changed files with 39 additions and 0 deletions

24
icons/user-star.json Normal file
View 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
View 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