Skip to content

Commit

Permalink
Add gender icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemlaw committed Nov 12, 2024
1 parent 88c757f commit 949ebcc
Show file tree
Hide file tree
Showing 16 changed files with 253 additions and 0 deletions.
18 changes: 18 additions & 0 deletions icons/circle-small.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw"
],
"tags": [
"shape",
"bullet",
"gender",
"genderless"
],
"categories": [
"shapes",
"medical",
"accessibility",
"people"
]
}
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.
16 changes: 16 additions & 0 deletions icons/mars-stroke.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw"
],
"tags": [
"gender",
"androgyne",
"transgender"
],
"categories": [
"medical",
"accessibility",
"people"
]
}
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.
17 changes: 17 additions & 0 deletions icons/mars.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jguddas",
"jamiemlaw"
],
"tags": [
"gender",
"male",
"man"
],
"categories": [
"medical",
"accessibility",
"people"
]
}
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/neuter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw"
],
"tags": [
"gender"
],
"categories": [
"medical",
"accessibility",
"people"
]
}
14 changes: 14 additions & 0 deletions icons/neuter.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/nonbinary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{

Check failure on line 1 in icons/nonbinary.json

View workflow job for this annotation

GitHub Actions / lint-filenames

Unknown word (nonbinary)
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw"
],
"tags": [
"gender"
],
"categories": [
"medical",
"accessibility",
"people"
]
}
16 changes: 16 additions & 0 deletions icons/nonbinary.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"
],
"categories": [
"medical",
"accessibility",
"people"
]
}
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.
17 changes: 17 additions & 0 deletions icons/venus-and-mars.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jamiemlaw"
],
"tags": [
"gender",
"intersex",
"androgynous",
"hermaphrodite"
],
"categories": [
"medical",
"accessibility",
"people"
]
}
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.
17 changes: 17 additions & 0 deletions icons/venus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"jguddas",
"jamiemlaw"
],
"tags": [
"gender",
"female",
"woman"
],
"categories": [
"medical",
"accessibility",
"people"
]
}
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 949ebcc

Please sign in to comment.