FIX: adds new emojis into correct groups
This commit is contained in:
parent
59e5911b02
commit
76a55fd138
|
@ -27,7 +27,9 @@ const groups = [
|
||||||
"relaxed",
|
"relaxed",
|
||||||
"slightly_smiling_face",
|
"slightly_smiling_face",
|
||||||
"hugs",
|
"hugs",
|
||||||
|
"star_struck",
|
||||||
"thinking",
|
"thinking",
|
||||||
|
"face_with_raised_eyebrow",
|
||||||
"neutral_face",
|
"neutral_face",
|
||||||
"expressionless",
|
"expressionless",
|
||||||
"no_mouth",
|
"no_mouth",
|
||||||
|
@ -65,22 +67,29 @@ const groups = [
|
||||||
"anguished",
|
"anguished",
|
||||||
"fearful",
|
"fearful",
|
||||||
"weary",
|
"weary",
|
||||||
|
"exploding_head",
|
||||||
"grimacing",
|
"grimacing",
|
||||||
"cold_sweat",
|
"cold_sweat",
|
||||||
"scream",
|
"scream",
|
||||||
"flushed",
|
"flushed",
|
||||||
|
"crazy_face",
|
||||||
"dizzy_face",
|
"dizzy_face",
|
||||||
"rage",
|
"rage",
|
||||||
"angry",
|
"angry",
|
||||||
|
"face_with_symbols_over_mouth",
|
||||||
"mask",
|
"mask",
|
||||||
"face_with_thermometer",
|
"face_with_thermometer",
|
||||||
"face_with_head_bandage",
|
"face_with_head_bandage",
|
||||||
"nauseated_face",
|
"nauseated_face",
|
||||||
|
"face_vomiting",
|
||||||
"sneezing_face",
|
"sneezing_face",
|
||||||
"innocent",
|
"innocent",
|
||||||
"cowboy_hat_face",
|
"cowboy_hat_face",
|
||||||
"clown_face",
|
"clown_face",
|
||||||
"lying_face",
|
"lying_face",
|
||||||
|
"sushing_face",
|
||||||
|
"face_with_hand_over_mouth",
|
||||||
|
"face_with_monocle",
|
||||||
"nerd_face",
|
"nerd_face",
|
||||||
"smiling_imp",
|
"smiling_imp",
|
||||||
"imp",
|
"imp",
|
||||||
|
@ -106,10 +115,13 @@ const groups = [
|
||||||
"hear_no_evil",
|
"hear_no_evil",
|
||||||
"speak_no_evil",
|
"speak_no_evil",
|
||||||
"baby",
|
"baby",
|
||||||
|
"child",
|
||||||
"boy",
|
"boy",
|
||||||
"girl",
|
"girl",
|
||||||
|
"adult",
|
||||||
"man",
|
"man",
|
||||||
"woman",
|
"woman",
|
||||||
|
"older_adult",
|
||||||
"older_man",
|
"older_man",
|
||||||
"older_woman",
|
"older_woman",
|
||||||
"man_health_worker",
|
"man_health_worker",
|
||||||
|
@ -157,14 +169,24 @@ const groups = [
|
||||||
"man_with_turban",
|
"man_with_turban",
|
||||||
"woman_with_turban",
|
"woman_with_turban",
|
||||||
"man_with_gua_pi_mao",
|
"man_with_gua_pi_mao",
|
||||||
|
"woman_with_headscarf",
|
||||||
|
"bearded_person",
|
||||||
"blonde_man",
|
"blonde_man",
|
||||||
"blonde_woman",
|
"blonde_woman",
|
||||||
"man_in_tuxedo",
|
"man_in_tuxedo",
|
||||||
"bride_with_veil",
|
"bride_with_veil",
|
||||||
"pregnant_woman",
|
"pregnant_woman",
|
||||||
|
"breast_feeding",
|
||||||
"angel",
|
"angel",
|
||||||
"santa",
|
"santa",
|
||||||
"mrs_claus",
|
"mrs_claus",
|
||||||
|
"mage",
|
||||||
|
"fairy",
|
||||||
|
"vampire",
|
||||||
|
"merperson",
|
||||||
|
"elf",
|
||||||
|
"genie",
|
||||||
|
"zombie",
|
||||||
"frowning_woman",
|
"frowning_woman",
|
||||||
"frowning_man",
|
"frowning_man",
|
||||||
"pouting_woman",
|
"pouting_woman",
|
||||||
|
@ -233,18 +255,20 @@ const groups = [
|
||||||
"raised_hand_with_fingers_splayed",
|
"raised_hand_with_fingers_splayed",
|
||||||
"raised_hand",
|
"raised_hand",
|
||||||
"ok_hand",
|
"ok_hand",
|
||||||
"thumbsup",
|
"+1",
|
||||||
"thumbsdown",
|
"-1",
|
||||||
"fist",
|
"fist",
|
||||||
"facepunch",
|
"facepunch",
|
||||||
"fist_left",
|
"fist_left",
|
||||||
"fist_right",
|
"fist_right",
|
||||||
"raised_back_of_hand",
|
"raised_back_of_hand",
|
||||||
"wave",
|
"wave",
|
||||||
|
"love_you_gesture",
|
||||||
"writing_hand",
|
"writing_hand",
|
||||||
"clap",
|
"clap",
|
||||||
"open_hands",
|
"open_hands",
|
||||||
"raised_hands",
|
"raised_hands",
|
||||||
|
"palms_up_together",
|
||||||
"pray",
|
"pray",
|
||||||
"handshake",
|
"handshake",
|
||||||
"nail_care",
|
"nail_care",
|
||||||
|
@ -253,6 +277,7 @@ const groups = [
|
||||||
"footprints",
|
"footprints",
|
||||||
"eyes",
|
"eyes",
|
||||||
"eye",
|
"eye",
|
||||||
|
"brain",
|
||||||
"tongue",
|
"tongue",
|
||||||
"lips"
|
"lips"
|
||||||
]
|
]
|
||||||
|
@ -279,6 +304,7 @@ const groups = [
|
||||||
"horse",
|
"horse",
|
||||||
"racehorse",
|
"racehorse",
|
||||||
"unicorn",
|
"unicorn",
|
||||||
|
"zebra",
|
||||||
"deer",
|
"deer",
|
||||||
"cow",
|
"cow",
|
||||||
"ox",
|
"ox",
|
||||||
|
@ -293,6 +319,7 @@ const groups = [
|
||||||
"goat",
|
"goat",
|
||||||
"dromedary_camel",
|
"dromedary_camel",
|
||||||
"camel",
|
"camel",
|
||||||
|
"giraffe",
|
||||||
"elephant",
|
"elephant",
|
||||||
"rhinoceros",
|
"rhinoceros",
|
||||||
"mouse",
|
"mouse",
|
||||||
|
@ -302,6 +329,7 @@ const groups = [
|
||||||
"rabbit",
|
"rabbit",
|
||||||
"rabbit2",
|
"rabbit2",
|
||||||
"chipmunk",
|
"chipmunk",
|
||||||
|
"hedgehog",
|
||||||
"bat",
|
"bat",
|
||||||
"bear",
|
"bear",
|
||||||
"koala",
|
"koala",
|
||||||
|
@ -326,6 +354,8 @@ const groups = [
|
||||||
"snake",
|
"snake",
|
||||||
"dragon_face",
|
"dragon_face",
|
||||||
"dragon",
|
"dragon",
|
||||||
|
"sauropod",
|
||||||
|
"t_rex",
|
||||||
"whale",
|
"whale",
|
||||||
"whale2",
|
"whale2",
|
||||||
"dolphin",
|
"dolphin",
|
||||||
|
@ -344,6 +374,7 @@ const groups = [
|
||||||
"ant",
|
"ant",
|
||||||
"honeybee",
|
"honeybee",
|
||||||
"beetle",
|
"beetle",
|
||||||
|
"cricket",
|
||||||
"spider",
|
"spider",
|
||||||
"spider_web",
|
"spider_web",
|
||||||
"scorpion",
|
"scorpion",
|
||||||
|
@ -436,6 +467,7 @@ const groups = [
|
||||||
"strawberry",
|
"strawberry",
|
||||||
"kiwi_fruit",
|
"kiwi_fruit",
|
||||||
"tomato",
|
"tomato",
|
||||||
|
"coconut",
|
||||||
"avocado",
|
"avocado",
|
||||||
"eggplant",
|
"eggplant",
|
||||||
"potato",
|
"potato",
|
||||||
|
@ -443,21 +475,25 @@ const groups = [
|
||||||
"corn",
|
"corn",
|
||||||
"hot_pepper",
|
"hot_pepper",
|
||||||
"cucumber",
|
"cucumber",
|
||||||
|
"broccoli",
|
||||||
"mushroom",
|
"mushroom",
|
||||||
"peanuts",
|
"peanuts",
|
||||||
"chestnut",
|
"chestnut",
|
||||||
"bread",
|
"bread",
|
||||||
"croissant",
|
"croissant",
|
||||||
"baguette_bread",
|
"baguette_bread",
|
||||||
|
"pretzel",
|
||||||
"pancakes",
|
"pancakes",
|
||||||
"cheese",
|
"cheese",
|
||||||
"meat_on_bone",
|
"meat_on_bone",
|
||||||
"poultry_leg",
|
"poultry_leg",
|
||||||
|
"cut_of_meat",
|
||||||
"bacon",
|
"bacon",
|
||||||
"hamburger",
|
"hamburger",
|
||||||
"fries",
|
"fries",
|
||||||
"pizza",
|
"pizza",
|
||||||
"hotdog",
|
"hotdog",
|
||||||
|
"sandwich",
|
||||||
"taco",
|
"taco",
|
||||||
"burrito",
|
"burrito",
|
||||||
"stuffed_flatbread",
|
"stuffed_flatbread",
|
||||||
|
@ -465,8 +501,10 @@ const groups = [
|
||||||
"fried_egg",
|
"fried_egg",
|
||||||
"shallow_pan_of_food",
|
"shallow_pan_of_food",
|
||||||
"stew",
|
"stew",
|
||||||
|
"bowl_with_spoon",
|
||||||
"green_salad",
|
"green_salad",
|
||||||
"popcorn",
|
"popcorn",
|
||||||
|
"canned_food",
|
||||||
"bento",
|
"bento",
|
||||||
"rice_cracker",
|
"rice_cracker",
|
||||||
"rice_ball",
|
"rice_ball",
|
||||||
|
@ -480,6 +518,9 @@ const groups = [
|
||||||
"fried_shrimp",
|
"fried_shrimp",
|
||||||
"fish_cake",
|
"fish_cake",
|
||||||
"dango",
|
"dango",
|
||||||
|
"dumpling",
|
||||||
|
"fortune_cookie",
|
||||||
|
"takeout_box",
|
||||||
"icecream",
|
"icecream",
|
||||||
"shaved_ice",
|
"shaved_ice",
|
||||||
"ice_cream",
|
"ice_cream",
|
||||||
|
@ -487,6 +528,7 @@ const groups = [
|
||||||
"cookie",
|
"cookie",
|
||||||
"birthday",
|
"birthday",
|
||||||
"cake",
|
"cake",
|
||||||
|
"pie",
|
||||||
"chocolate_bar",
|
"chocolate_bar",
|
||||||
"candy",
|
"candy",
|
||||||
"lollipop",
|
"lollipop",
|
||||||
|
@ -505,6 +547,8 @@ const groups = [
|
||||||
"beers",
|
"beers",
|
||||||
"clinking_glasses",
|
"clinking_glasses",
|
||||||
"tumbler_glass",
|
"tumbler_glass",
|
||||||
|
"cup_with_straw",
|
||||||
|
"chopsticks",
|
||||||
"plate_with_cutlery",
|
"plate_with_cutlery",
|
||||||
"fork_and_knife",
|
"fork_and_knife",
|
||||||
"spoon",
|
"spoon",
|
||||||
|
@ -547,6 +591,7 @@ const groups = [
|
||||||
"blue_heart",
|
"blue_heart",
|
||||||
"green_heart",
|
"green_heart",
|
||||||
"yellow_heart",
|
"yellow_heart",
|
||||||
|
"orange_heart",
|
||||||
"purple_heart",
|
"purple_heart",
|
||||||
"black_heart",
|
"black_heart",
|
||||||
"gift_heart",
|
"gift_heart",
|
||||||
|
@ -585,6 +630,9 @@ const groups = [
|
||||||
"man_dancing",
|
"man_dancing",
|
||||||
"dancing_women",
|
"dancing_women",
|
||||||
"dancing_men",
|
"dancing_men",
|
||||||
|
"person_in_steamy_room",
|
||||||
|
"person_climbing",
|
||||||
|
"person_in_lotus_position",
|
||||||
"bath",
|
"bath",
|
||||||
"sleeping_bed",
|
"sleeping_bed",
|
||||||
"business_suit_levitating",
|
"business_suit_levitating",
|
||||||
|
@ -646,6 +694,8 @@ const groups = [
|
||||||
"fishing_pole_and_fish",
|
"fishing_pole_and_fish",
|
||||||
"running_shirt_with_sash",
|
"running_shirt_with_sash",
|
||||||
"ski",
|
"ski",
|
||||||
|
"sled",
|
||||||
|
"curling_stone",
|
||||||
"video_game",
|
"video_game",
|
||||||
"joystick",
|
"joystick",
|
||||||
"game_die",
|
"game_die",
|
||||||
|
@ -801,6 +851,7 @@ const groups = [
|
||||||
"aerial_tramway",
|
"aerial_tramway",
|
||||||
"artificial_satellite",
|
"artificial_satellite",
|
||||||
"rocket",
|
"rocket",
|
||||||
|
"flying_saucer",
|
||||||
"bellhop_bell",
|
"bellhop_bell",
|
||||||
"door",
|
"door",
|
||||||
"bed",
|
"bed",
|
||||||
|
@ -814,6 +865,7 @@ const groups = [
|
||||||
"black_flag",
|
"black_flag",
|
||||||
"white_flag",
|
"white_flag",
|
||||||
"rainbow_flag",
|
"rainbow_flag",
|
||||||
|
"ascension_island",
|
||||||
"andorra",
|
"andorra",
|
||||||
"united_arab_emirates",
|
"united_arab_emirates",
|
||||||
"afghanistan",
|
"afghanistan",
|
||||||
|
@ -847,6 +899,7 @@ const groups = [
|
||||||
"brazil",
|
"brazil",
|
||||||
"bahamas",
|
"bahamas",
|
||||||
"bhutan",
|
"bhutan",
|
||||||
|
"bouvet_island",
|
||||||
"botswana",
|
"botswana",
|
||||||
"belarus",
|
"belarus",
|
||||||
"belize",
|
"belize",
|
||||||
|
@ -862,6 +915,7 @@ const groups = [
|
||||||
"cameroon",
|
"cameroon",
|
||||||
"cn",
|
"cn",
|
||||||
"colombia",
|
"colombia",
|
||||||
|
"clipperton_island",
|
||||||
"costa_rica",
|
"costa_rica",
|
||||||
"cuba",
|
"cuba",
|
||||||
"cape_verde",
|
"cape_verde",
|
||||||
|
@ -870,11 +924,13 @@ const groups = [
|
||||||
"cyprus",
|
"cyprus",
|
||||||
"czech_republic",
|
"czech_republic",
|
||||||
"de",
|
"de",
|
||||||
|
"diego_garcia",
|
||||||
"djibouti",
|
"djibouti",
|
||||||
"denmark",
|
"denmark",
|
||||||
"dominica",
|
"dominica",
|
||||||
"dominican_republic",
|
"dominican_republic",
|
||||||
"algeria",
|
"algeria",
|
||||||
|
"ceuta_and_melilla",
|
||||||
"ecuador",
|
"ecuador",
|
||||||
"estonia",
|
"estonia",
|
||||||
"egypt",
|
"egypt",
|
||||||
|
@ -909,6 +965,7 @@ const groups = [
|
||||||
"guinea_bissau",
|
"guinea_bissau",
|
||||||
"guyana",
|
"guyana",
|
||||||
"hong_kong",
|
"hong_kong",
|
||||||
|
"heard_and_mc_donald_islands",
|
||||||
"honduras",
|
"honduras",
|
||||||
"croatia",
|
"croatia",
|
||||||
"haiti",
|
"haiti",
|
||||||
|
@ -954,6 +1011,7 @@ const groups = [
|
||||||
"monaco",
|
"monaco",
|
||||||
"moldova",
|
"moldova",
|
||||||
"montenegro",
|
"montenegro",
|
||||||
|
"st_martin",
|
||||||
"madagascar",
|
"madagascar",
|
||||||
"marshall_islands",
|
"marshall_islands",
|
||||||
"macedonia",
|
"macedonia",
|
||||||
|
@ -1013,6 +1071,7 @@ const groups = [
|
||||||
"singapore",
|
"singapore",
|
||||||
"st_helena",
|
"st_helena",
|
||||||
"slovenia",
|
"slovenia",
|
||||||
|
"svalbard_and_jan_mayen",
|
||||||
"slovakia",
|
"slovakia",
|
||||||
"sierra_leone",
|
"sierra_leone",
|
||||||
"san_marino",
|
"san_marino",
|
||||||
|
@ -1025,6 +1084,7 @@ const groups = [
|
||||||
"sint_maarten",
|
"sint_maarten",
|
||||||
"syria",
|
"syria",
|
||||||
"swaziland",
|
"swaziland",
|
||||||
|
"tristan_da_cunha",
|
||||||
"turks_caicos_islands",
|
"turks_caicos_islands",
|
||||||
"chad",
|
"chad",
|
||||||
"french_southern_territories",
|
"french_southern_territories",
|
||||||
|
@ -1043,6 +1103,8 @@ const groups = [
|
||||||
"tanzania",
|
"tanzania",
|
||||||
"ukraine",
|
"ukraine",
|
||||||
"uganda",
|
"uganda",
|
||||||
|
"us_outlying_islands",
|
||||||
|
"united_nations",
|
||||||
"us",
|
"us",
|
||||||
"uruguay",
|
"uruguay",
|
||||||
"uzbekistan",
|
"uzbekistan",
|
||||||
|
@ -1073,6 +1135,10 @@ const groups = [
|
||||||
"necktie",
|
"necktie",
|
||||||
"tshirt",
|
"tshirt",
|
||||||
"jeans",
|
"jeans",
|
||||||
|
"scarf",
|
||||||
|
"gloves",
|
||||||
|
"coat",
|
||||||
|
"socks",
|
||||||
"dress",
|
"dress",
|
||||||
"kimono",
|
"kimono",
|
||||||
"bikini",
|
"bikini",
|
||||||
|
@ -1091,6 +1157,7 @@ const groups = [
|
||||||
"womans_hat",
|
"womans_hat",
|
||||||
"tophat",
|
"tophat",
|
||||||
"mortar_board",
|
"mortar_board",
|
||||||
|
"billed_cap",
|
||||||
"rescue_worker_helmet",
|
"rescue_worker_helmet",
|
||||||
"prayer_beads",
|
"prayer_beads",
|
||||||
"lipstick",
|
"lipstick",
|
||||||
|
|
Loading…
Reference in New Issue