Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(icons): added person and reworked person-standing icon #2496

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
9 changes: 6 additions & 3 deletions icons/person-standing.json → icons/person-arms-out.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"mittalyashu",
"ericfennis"
"jamiemlaw",
"jguddas"
],
"tags": [

Check notice on line 7 in icons/person-arms-out.json

View workflow job for this annotation

GitHub Actions / Lint Contributors

Contributors have changed!

Don't add people who have only performed automatic optimizations. + "aliases": [ + "person-standing" + ], @@ -16,3 +18,0 @@ - ], - "aliases": [ - "person-standing" @@ -20 +20 @@ +}
"people",
"human",
"accessibility",
Expand All @@ -13,5 +13,8 @@
"categories": [
"accessibility",
"people"
],
"aliases": [
"person-standing"
]
}
}
9 changes: 5 additions & 4 deletions icons/person-standing.svg → icons/person-arms-out.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions icons/person.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw",
"jguddas"
],
"tags": [
"people",
"human",
"stick figure",
"man",
"men",
"women",
"woman"
],
"categories": [
"accessibility",
"people"
]
}
17 changes: 17 additions & 0 deletions icons/person.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading