Skip to content

Commit

Permalink
feat(icons): Add gender icons (#2607)
Browse files Browse the repository at this point in the history
* Add gender icons

* Rename `nonbinary.*` to `non-binary.*`

* Update icon categories

* Remove `neuter` icon

Pending additional use cases or significant demand

* Add more gender-related tags

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
  • Loading branch information
jamiemlaw and ericfennis authored Feb 7, 2025
1 parent eb15856 commit e28426a
Show file tree
Hide file tree
Showing 14 changed files with 222 additions and 0 deletions.
16 changes: 16 additions & 0 deletions icons/circle-small.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw"
],
"tags": [
"shape",
"bullet",
"gender",
"genderless"
],
"categories": [
"shapes",
"medical"
]
}
13 changes: 13 additions & 0 deletions icons/circle-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/mars-stroke.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw"
],
"tags": [
"gender",
"androgyne",
"transgender"
],
"categories": [
"medical"
]
}
16 changes: 16 additions & 0 deletions icons/mars-stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions icons/mars.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jguddas",
"jamiemlaw"
],
"tags": [
"gender",
"sex",
"male",
"masculine",
"man",
"boy"
],
"categories": [
"medical"
]
}
15 changes: 15 additions & 0 deletions icons/mars.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/non-binary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw"
],
"tags": [
"gender",
"nonbinary",
"enby"
],
"categories": [
"medical"
]
}
16 changes: 16 additions & 0 deletions icons/non-binary.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions icons/transgender.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw"
],
"tags": [
"gender",
"inclusive"
],
"categories": [
"medical",
"accessibility"
]
}
20 changes: 20 additions & 0 deletions icons/transgender.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions icons/venus-and-mars.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw"
],
"tags": [
"gender",
"sex",
"intersex",
"androgynous",
"hermaphrodite"
],
"categories": [
"medical"
]
}
17 changes: 17 additions & 0 deletions icons/venus-and-mars.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions icons/venus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jguddas",
"jamiemlaw"
],
"tags": [
"gender",
"sex",
"female",
"feminine",
"woman",
"girl"
],
"categories": [
"medical"
]
}
15 changes: 15 additions & 0 deletions icons/venus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e28426a

Please # to comment.