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

Add 15.1 keywords #224

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
155 changes: 154 additions & 1 deletion dist/emoji-en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -12994,5 +12994,158 @@
"internet",
"contactless",
"signal"
],
"🙂‍↔️": [
"head shaking horizontally",
"disapprove",
"indiffernt",
"left"
],
"🙂‍↕️": [
"head shaking vertically",
"down",
"nod"
],
"🚶‍➡️": [
"person walking facing right",
"peerson",
"exercise"
],
"🚶‍♀️‍➡️": [
"woman walking facing right",
"person",
"exercise"
],
"🚶‍♂️‍➡️": [
"man walking facing right",
"person",
"exercise"
],
"🧎‍➡️": [
"person kneeling facing right",
"pray"
],
"🧎‍♀️‍➡️": [
"woman kneeling facing right",
"pray",
"worship"
],
"🧎‍♂️‍➡️": [
"man kneeling facing right",
"pray",
"worship"
],
"🧑‍🦯‍➡️": [
"person with white cane facing right",
"walk",
"walk",
"visually impaired",
"blind"
],
"👨‍🦯‍➡️": [
"man with white cane facing right",
"visually impaired",
"blind",
"walk",
"stick"
],
"👩‍🦯‍➡️": [
"woman with white cane facing right",
"stick",
"visually impaired",
"blind"
],
"🧑‍🦼‍➡️": [
"person in motorized wheelchair facing right",
"accessibility",
"disability"
],
"👨‍🦼‍➡️": [
"man in motorized wheelchair facing right",
"disability",
"accessibility",
"mobility"
],
"👩‍🦼‍➡️": [
"woman in motorized wheelchair facing right",
"mobility",
"accessibility",
"disability"
],
"🧑‍🦽‍➡️": [
"person in manual wheelchair facing right",
"mobility",
"accessibility",
"disability"
],
"👨‍🦽‍➡️": [
"man in manual wheelchair facing right",
"mobility",
"accessibility",
"disability"
],
"👩‍🦽‍➡️": [
"woman in manual wheelchair facing right",
"disability",
"mobility",
"accessibility"
],
"🏃‍➡️": [
"person running facing right",
"exercise",
"jog"
],
"🏃‍♀️‍➡️": [
"woman running facing right",
"exercise",
"jog"
],
"🏃‍♂️‍➡️": [
"man running facing right",
"jog",
"exercise"
],
"🧑‍🧑‍🧒": [
"family adult, adult, child",
"kid",
"parents"
],
"🧑‍🧑‍🧒‍🧒": [
"family adult, adult, child, child",
"children",
"parents"
],
"🧑‍🧒": [
"family adult, child",
"parent",
"kid"
],
"🧑‍🧒‍🧒": [
"family adult, child, child",
"parent",
"children"
],
"🐦‍🔥": [
"phoenix",
"immortal",
"bird",
"mythtical",
"reborn"
],
"🍋‍🟩": [
"lime",
"fruit",
"acidic",
"citric"
],
"🍄‍🟫": [
"brown mushroom",
"toadstool",
"fungus"
],
"⛓️‍💥": [
"broken chain",
"constraint",
"break"
]
}
}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prettier": "^1.18.2",
"promptly": "^3.2.0",
"tape": "^5.1.1",
"unicode-emoji-json": "0.5.0",
"unicode-emoji-json": "0.6.0",
"xml2json": "^0.7.1"
}
}
Loading