Skip to content

Commit

Permalink
vdurmont#162: add female/male sign emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
ccostin93 committed Dec 1, 2020
1 parent 9a90624 commit 0686e9c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/resources/emojis.json
Original file line number Diff line number Diff line change
Expand Up @@ -16802,5 +16802,23 @@
"jolly_roger"
],
"tags": []
},
{
"emojiChar": "♀️️",
"emoji": "\u2640\ufe0f",
"description": "female sign",
"aliases": [
"female_sign"
],
"tags": []
},
{
"emojiChar": "♂️",
"emoji": "\u2642\ufe0f",
"description": "male sign",
"aliases": [
"male_sign"
],
"tags": []
}
]

0 comments on commit 0686e9c

Please sign in to comment.