diff --git a/.docs/emojiinfo.md b/.docs/emojiinfo.md new file mode 100644 index 0000000..1473e59 --- /dev/null +++ b/.docs/emojiinfo.md @@ -0,0 +1,19 @@ +# EmojiInfo + +EmojiInfo allows you to retrieve information about an emoji. + +## Installation + +```bash +[p]repo add seacogs https://www.coastalcommits.com/SeaswimmerTheFsh/SeaCogs +[p]cog install seacogs emojiinfo +[p]cog load emojiinfo +``` + +## Commands + +### emoji + +- Usage: `[p]emoji [ephemeral]` + +Retrieve information about the provided emoji. If `ephemeral` is provided and the command is used as a slash command, the response will be sent as an ephemeral message. diff --git a/.forgejo/workflows/config/.pylintrc b/.forgejo/workflows/config/.pylintrc index 2dd59c9..94010af 100644 --- a/.forgejo/workflows/config/.pylintrc +++ b/.forgejo/workflows/config/.pylintrc @@ -18,4 +18,5 @@ import-self, relative-beyond-top-level, too-many-instance-attributes, - duplicate-code + duplicate-code, + too-many-nested-blocks diff --git a/aurora/aurora.py b/aurora/aurora.py index 1efb03c..37da97c 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -20,6 +20,7 @@ from redbot.core.app_commands import Choice from redbot.core.bot import Red from redbot.core.commands.converter import parse_relativedelta, parse_timedelta from redbot.core.utils.chat_formatting import box, error, humanize_list, humanize_timedelta, warning +from redbot.core.utils.chat_formatting import box, error, humanize_list, humanize_timedelta, warning from .importers.aurora import ImportAuroraView from .importers.galacticbot import ImportGalacticBotView diff --git a/aurora/utilities/factory.py b/aurora/utilities/factory.py index c30ef1b..491f8c3 100644 --- a/aurora/utilities/factory.py +++ b/aurora/utilities/factory.py @@ -290,6 +290,10 @@ async def evidenceformat_factory(moderation: Moderation) -> str: if moderation.duration is not None: content += f"\nDuration: {humanize_timedelta(timedelta=moderation.duration)}" + if moderation.role_id: + role = await moderation.get_role() + content += "\nRole: " + (role.name if role is not None else moderation.role_id) + content += f"\nReason: {moderation.reason}" for key, value in moderation.metadata.items(): diff --git a/backup/backup.py b/backup/backup.py index 7fe9b4d..6202e3a 100644 --- a/backup/backup.py +++ b/backup/backup.py @@ -100,7 +100,7 @@ class Backup(commands.Cog): except (json.JSONDecodeError, IndexError): try: export = json.loads(await ctx.message.reference.resolved.attachments[0].read()) - except (json.JSONDecodeError, IndexError): + except (json.JSONDecodeError, IndexError, AttributeError): await ctx.send(error("Please provide a valid JSON export file.")) return diff --git a/emojiinfo/__init__.py b/emojiinfo/__init__.py new file mode 100644 index 0000000..fb9994a --- /dev/null +++ b/emojiinfo/__init__.py @@ -0,0 +1,5 @@ +from .emojiinfo import EmojiInfo + + +async def setup(bot): + await bot.add_cog(EmojiInfo(bot)) diff --git a/emojiinfo/data/emojis.json b/emojiinfo/data/emojis.json new file mode 100644 index 0000000..dadae4c --- /dev/null +++ b/emojiinfo/data/emojis.json @@ -0,0 +1,5309 @@ +{ + "people": { + "grinning": "๐Ÿ˜€", + "smiley": "๐Ÿ˜ƒ", + "smile": "๐Ÿ˜„", + "grin": "๐Ÿ˜", + "laughing": "๐Ÿ˜†", + "satisfied": "๐Ÿ˜†", + "sweat_smile": "๐Ÿ˜…", + "joy": "๐Ÿ˜‚", + "rofl": "๐Ÿคฃ", + "rolling_on_the_floor_laughing": "๐Ÿคฃ", + "relaxed": "โ˜บ๏ธ", + "blush": "๐Ÿ˜Š", + "innocent": "๐Ÿ˜‡", + "slight_smile": "๐Ÿ™‚", + "slightly_smiling_face": "๐Ÿ™‚", + "upside_down": "๐Ÿ™ƒ", + "upside_down_face": "๐Ÿ™ƒ", + "wink": "๐Ÿ˜‰", + "relieved": "๐Ÿ˜Œ", + "smiling_face_with_tear": "๐Ÿฅฒ", + "heart_eyes": "๐Ÿ˜", + "smiling_face_with_3_hearts": "๐Ÿฅฐ", + "kissing_heart": "๐Ÿ˜˜", + "kissing": "๐Ÿ˜—", + "kissing_smiling_eyes": "๐Ÿ˜™", + "kissing_closed_eyes": "๐Ÿ˜š", + "yum": "๐Ÿ˜‹", + "stuck_out_tongue": "๐Ÿ˜›", + "stuck_out_tongue_closed_eyes": "๐Ÿ˜", + "stuck_out_tongue_winking_eye": "๐Ÿ˜œ", + "zany_face": "๐Ÿคช", + "face_with_raised_eyebrow": "๐Ÿคจ", + "face_with_monocle": "๐Ÿง", + "nerd": "๐Ÿค“", + "nerd_face": "๐Ÿค“", + "sunglasses": "๐Ÿ˜Ž", + "star_struck": "๐Ÿคฉ", + "partying_face": "๐Ÿฅณ", + "smirk": "๐Ÿ˜", + "unamused": "๐Ÿ˜’", + "disappointed": "๐Ÿ˜ž", + "pensive": "๐Ÿ˜”", + "worried": "๐Ÿ˜Ÿ", + "confused": "๐Ÿ˜•", + "slight_frown": "๐Ÿ™", + "slightly_frowning_face": "๐Ÿ™", + "frowning2": "โ˜น๏ธ", + "white_frowning_face": "โ˜น๏ธ", + "persevere": "๐Ÿ˜ฃ", + "confounded": "๐Ÿ˜–", + "tired_face": "๐Ÿ˜ซ", + "weary": "๐Ÿ˜ฉ", + "pleading_face": "๐Ÿฅบ", + "cry": "๐Ÿ˜ข", + "sob": "๐Ÿ˜ญ", + "triumph": "๐Ÿ˜ค", + "face_exhaling": "๐Ÿ˜ฎโ€๐Ÿ’จ", + "angry": "๐Ÿ˜ ", + "rage": "๐Ÿ˜ก", + "face_with_symbols_over_mouth": "๐Ÿคฌ", + "exploding_head": "๐Ÿคฏ", + "flushed": "๐Ÿ˜ณ", + "face_in_clouds": "๐Ÿ˜ถโ€๐ŸŒซ๏ธ", + "hot_face": "๐Ÿฅต", + "cold_face": "๐Ÿฅถ", + "scream": "๐Ÿ˜ฑ", + "fearful": "๐Ÿ˜จ", + "cold_sweat": "๐Ÿ˜ฐ", + "disappointed_relieved": "๐Ÿ˜ฅ", + "sweat": "๐Ÿ˜“", + "hugging": "๐Ÿค—", + "hugging_face": "๐Ÿค—", + "thinking": "๐Ÿค”", + "thinking_face": "๐Ÿค”", + "face_with_hand_over_mouth": "๐Ÿคญ", + "yawning_face": "๐Ÿฅฑ", + "shushing_face": "๐Ÿคซ", + "lying_face": "๐Ÿคฅ", + "liar": "๐Ÿคฅ", + "no_mouth": "๐Ÿ˜ถ", + "neutral_face": "๐Ÿ˜", + "expressionless": "๐Ÿ˜‘", + "grimacing": "๐Ÿ˜ฌ", + "rolling_eyes": "๐Ÿ™„", + "face_with_rolling_eyes": "๐Ÿ™„", + "hushed": "๐Ÿ˜ฏ", + "frowning": "๐Ÿ˜ฆ", + "anguished": "๐Ÿ˜ง", + "open_mouth": "๐Ÿ˜ฎ", + "astonished": "๐Ÿ˜ฒ", + "sleeping": "๐Ÿ˜ด", + "drooling_face": "๐Ÿคค", + "drool": "๐Ÿคค", + "sleepy": "๐Ÿ˜ช", + "dizzy_face": "๐Ÿ˜ต", + "face_with_spiral_eyes": "๐Ÿ˜ตโ€๐Ÿ’ซ", + "zipper_mouth": "๐Ÿค", + "zipper_mouth_face": "๐Ÿค", + "woozy_face": "๐Ÿฅด", + "nauseated_face": "๐Ÿคข", + "sick": "๐Ÿคข", + "face_vomiting": "๐Ÿคฎ", + "sneezing_face": "๐Ÿคง", + "sneeze": "๐Ÿคง", + "mask": "๐Ÿ˜ท", + "thermometer_face": "๐Ÿค’", + "face_with_thermometer": "๐Ÿค’", + "head_bandage": "๐Ÿค•", + "face_with_head_bandage": "๐Ÿค•", + "money_mouth": "๐Ÿค‘", + "money_mouth_face": "๐Ÿค‘", + "cowboy": "๐Ÿค ", + "face_with_cowboy_hat": "๐Ÿค ", + "disguised_face": "๐Ÿฅธ", + "smiling_imp": "๐Ÿ˜ˆ", + "imp": "๐Ÿ‘ฟ", + "japanese_ogre": "๐Ÿ‘น", + "japanese_goblin": "๐Ÿ‘บ", + "clown": "๐Ÿคก", + "clown_face": "๐Ÿคก", + "poop": "๐Ÿ’ฉ", + "shit": "๐Ÿ’ฉ", + "hankey": "๐Ÿ’ฉ", + "poo": "๐Ÿ’ฉ", + "ghost": "๐Ÿ‘ป", + "skull": "๐Ÿ’€", + "skeleton": "๐Ÿ’€", + "skull_crossbones": "โ˜ ๏ธ", + "skull_and_crossbones": "โ˜ ๏ธ", + "alien": "๐Ÿ‘ฝ", + "space_invader": "๐Ÿ‘พ", + "robot": "๐Ÿค–", + "robot_face": "๐Ÿค–", + "jack_o_lantern": "๐ŸŽƒ", + "smiley_cat": "๐Ÿ˜บ", + "smile_cat": "๐Ÿ˜ธ", + "joy_cat": "๐Ÿ˜น", + "heart_eyes_cat": "๐Ÿ˜ป", + "smirk_cat": "๐Ÿ˜ผ", + "kissing_cat": "๐Ÿ˜ฝ", + "scream_cat": "๐Ÿ™€", + "crying_cat_face": "๐Ÿ˜ฟ", + "pouting_cat": "๐Ÿ˜พ", + "palms_up_together": "๐Ÿคฒ", + "palms_up_together_tone1": "๐Ÿคฒ๐Ÿป", + "palms_up_together_light_skin_tone": "๐Ÿคฒ๐Ÿป", + "palms_up_together_tone2": "๐Ÿคฒ๐Ÿผ", + "palms_up_together_medium_light_skin_tone": "๐Ÿคฒ๐Ÿผ", + "palms_up_together_tone3": "๐Ÿคฒ๐Ÿฝ", + "palms_up_together_medium_skin_tone": "๐Ÿคฒ๐Ÿฝ", + "palms_up_together_tone4": "๐Ÿคฒ๐Ÿพ", + "palms_up_together_medium_dark_skin_tone": "๐Ÿคฒ๐Ÿพ", + "palms_up_together_tone5": "๐Ÿคฒ๐Ÿฟ", + "palms_up_together_dark_skin_tone": "๐Ÿคฒ๐Ÿฟ", + "open_hands": "๐Ÿ‘", + "open_hands_tone1": "๐Ÿ‘๐Ÿป", + "open_hands_tone2": "๐Ÿ‘๐Ÿผ", + "open_hands_tone3": "๐Ÿ‘๐Ÿฝ", + "open_hands_tone4": "๐Ÿ‘๐Ÿพ", + "open_hands_tone5": "๐Ÿ‘๐Ÿฟ", + "raised_hands": "๐Ÿ™Œ", + "raised_hands_tone1": "๐Ÿ™Œ๐Ÿป", + "raised_hands_tone2": "๐Ÿ™Œ๐Ÿผ", + "raised_hands_tone3": "๐Ÿ™Œ๐Ÿฝ", + "raised_hands_tone4": "๐Ÿ™Œ๐Ÿพ", + "raised_hands_tone5": "๐Ÿ™Œ๐Ÿฟ", + "clap": "๐Ÿ‘", + "clap_tone1": "๐Ÿ‘๐Ÿป", + "clap_tone2": "๐Ÿ‘๐Ÿผ", + "clap_tone3": "๐Ÿ‘๐Ÿฝ", + "clap_tone4": "๐Ÿ‘๐Ÿพ", + "clap_tone5": "๐Ÿ‘๐Ÿฟ", + "handshake": "๐Ÿค", + "shaking_hands": "๐Ÿค", + "thumbsup": "๐Ÿ‘", + "+1": "๐Ÿ‘", + "thumbup": "๐Ÿ‘", + "thumbsup_tone1": "๐Ÿ‘๐Ÿป", + "+1_tone1": "๐Ÿ‘๐Ÿป", + "thumbup_tone1": "๐Ÿ‘๐Ÿป", + "thumbsup_tone2": "๐Ÿ‘๐Ÿผ", + "+1_tone2": "๐Ÿ‘๐Ÿผ", + "thumbup_tone2": "๐Ÿ‘๐Ÿผ", + "thumbsup_tone3": "๐Ÿ‘๐Ÿฝ", + "+1_tone3": "๐Ÿ‘๐Ÿฝ", + "thumbup_tone3": "๐Ÿ‘๐Ÿฝ", + "thumbsup_tone4": "๐Ÿ‘๐Ÿพ", + "+1_tone4": "๐Ÿ‘๐Ÿพ", + "thumbup_tone4": "๐Ÿ‘๐Ÿพ", + "thumbsup_tone5": "๐Ÿ‘๐Ÿฟ", + "+1_tone5": "๐Ÿ‘๐Ÿฟ", + "thumbup_tone5": "๐Ÿ‘๐Ÿฟ", + "thumbsdown": "๐Ÿ‘Ž", + "-1": "๐Ÿ‘Ž", + "thumbdown": "๐Ÿ‘Ž", + "thumbsdown_tone1": "๐Ÿ‘Ž๐Ÿป", + "_1_tone1": "๐Ÿ‘Ž๐Ÿป", + "thumbdown_tone1": "๐Ÿ‘Ž๐Ÿป", + "thumbsdown_tone2": "๐Ÿ‘Ž๐Ÿผ", + "_1_tone2": "๐Ÿ‘Ž๐Ÿผ", + "thumbdown_tone2": "๐Ÿ‘Ž๐Ÿผ", + "thumbsdown_tone3": "๐Ÿ‘Ž๐Ÿฝ", + "_1_tone3": "๐Ÿ‘Ž๐Ÿฝ", + "thumbdown_tone3": "๐Ÿ‘Ž๐Ÿฝ", + "thumbsdown_tone4": "๐Ÿ‘Ž๐Ÿพ", + "_1_tone4": "๐Ÿ‘Ž๐Ÿพ", + "thumbdown_tone4": "๐Ÿ‘Ž๐Ÿพ", + "thumbsdown_tone5": "๐Ÿ‘Ž๐Ÿฟ", + "_1_tone5": "๐Ÿ‘Ž๐Ÿฟ", + "thumbdown_tone5": "๐Ÿ‘Ž๐Ÿฟ", + "punch": "๐Ÿ‘Š", + "punch_tone1": "๐Ÿ‘Š๐Ÿป", + "punch_tone2": "๐Ÿ‘Š๐Ÿผ", + "punch_tone3": "๐Ÿ‘Š๐Ÿฝ", + "punch_tone4": "๐Ÿ‘Š๐Ÿพ", + "punch_tone5": "๐Ÿ‘Š๐Ÿฟ", + "fist": "โœŠ", + "fist_tone1": "โœŠ๐Ÿป", + "fist_tone2": "โœŠ๐Ÿผ", + "fist_tone3": "โœŠ๐Ÿฝ", + "fist_tone4": "โœŠ๐Ÿพ", + "fist_tone5": "โœŠ๐Ÿฟ", + "left_facing_fist": "๐Ÿค›", + "left_fist": "๐Ÿค›", + "left_facing_fist_tone1": "๐Ÿค›๐Ÿป", + "left_fist_tone1": "๐Ÿค›๐Ÿป", + "left_facing_fist_tone2": "๐Ÿค›๐Ÿผ", + "left_fist_tone2": "๐Ÿค›๐Ÿผ", + "left_facing_fist_tone3": "๐Ÿค›๐Ÿฝ", + "left_fist_tone3": "๐Ÿค›๐Ÿฝ", + "left_facing_fist_tone4": "๐Ÿค›๐Ÿพ", + "left_fist_tone4": "๐Ÿค›๐Ÿพ", + "left_facing_fist_tone5": "๐Ÿค›๐Ÿฟ", + "left_fist_tone5": "๐Ÿค›๐Ÿฟ", + "right_facing_fist": "๐Ÿคœ", + "right_fist": "๐Ÿคœ", + "right_facing_fist_tone1": "๐Ÿคœ๐Ÿป", + "right_fist_tone1": "๐Ÿคœ๐Ÿป", + "right_facing_fist_tone2": "๐Ÿคœ๐Ÿผ", + "right_fist_tone2": "๐Ÿคœ๐Ÿผ", + "right_facing_fist_tone3": "๐Ÿคœ๐Ÿฝ", + "right_fist_tone3": "๐Ÿคœ๐Ÿฝ", + "right_facing_fist_tone4": "๐Ÿคœ๐Ÿพ", + "right_fist_tone4": "๐Ÿคœ๐Ÿพ", + "right_facing_fist_tone5": "๐Ÿคœ๐Ÿฟ", + "right_fist_tone5": "๐Ÿคœ๐Ÿฟ", + "fingers_crossed": "๐Ÿคž", + "hand_with_index_and_middle_finger_crossed": "๐Ÿคž", + "fingers_crossed_tone1": "๐Ÿคž๐Ÿป", + "hand_with_index_and_middle_fingers_crossed_tone1": "๐Ÿคž๐Ÿป", + "fingers_crossed_tone2": "๐Ÿคž๐Ÿผ", + "hand_with_index_and_middle_fingers_crossed_tone2": "๐Ÿคž๐Ÿผ", + "fingers_crossed_tone3": "๐Ÿคž๐Ÿฝ", + "hand_with_index_and_middle_fingers_crossed_tone3": "๐Ÿคž๐Ÿฝ", + "fingers_crossed_tone4": "๐Ÿคž๐Ÿพ", + "hand_with_index_and_middle_fingers_crossed_tone4": "๐Ÿคž๐Ÿพ", + "fingers_crossed_tone5": "๐Ÿคž๐Ÿฟ", + "hand_with_index_and_middle_fingers_crossed_tone5": "๐Ÿคž๐Ÿฟ", + "v": "โœŒ๏ธ", + "v_tone1": "โœŒ๐Ÿป", + "v_tone2": "โœŒ๐Ÿผ", + "v_tone3": "โœŒ๐Ÿฝ", + "v_tone4": "โœŒ๐Ÿพ", + "v_tone5": "โœŒ๐Ÿฟ", + "love_you_gesture": "๐ŸคŸ", + "love_you_gesture_tone1": "๐ŸคŸ๐Ÿป", + "love_you_gesture_light_skin_tone": "๐ŸคŸ๐Ÿป", + "love_you_gesture_tone2": "๐ŸคŸ๐Ÿผ", + "love_you_gesture_medium_light_skin_tone": "๐ŸคŸ๐Ÿผ", + "love_you_gesture_tone3": "๐ŸคŸ๐Ÿฝ", + "love_you_gesture_medium_skin_tone": "๐ŸคŸ๐Ÿฝ", + "love_you_gesture_tone4": "๐ŸคŸ๐Ÿพ", + "love_you_gesture_medium_dark_skin_tone": "๐ŸคŸ๐Ÿพ", + "love_you_gesture_tone5": "๐ŸคŸ๐Ÿฟ", + "love_you_gesture_dark_skin_tone": "๐ŸคŸ๐Ÿฟ", + "metal": "๐Ÿค˜", + "sign_of_the_horns": "๐Ÿค˜", + "metal_tone1": "๐Ÿค˜๐Ÿป", + "sign_of_the_horns_tone1": "๐Ÿค˜๐Ÿป", + "metal_tone2": "๐Ÿค˜๐Ÿผ", + "sign_of_the_horns_tone2": "๐Ÿค˜๐Ÿผ", + "metal_tone3": "๐Ÿค˜๐Ÿฝ", + "sign_of_the_horns_tone3": "๐Ÿค˜๐Ÿฝ", + "metal_tone4": "๐Ÿค˜๐Ÿพ", + "sign_of_the_horns_tone4": "๐Ÿค˜๐Ÿพ", + "metal_tone5": "๐Ÿค˜๐Ÿฟ", + "sign_of_the_horns_tone5": "๐Ÿค˜๐Ÿฟ", + "ok_hand": "๐Ÿ‘Œ", + "ok_hand_tone1": "๐Ÿ‘Œ๐Ÿป", + "ok_hand_tone2": "๐Ÿ‘Œ๐Ÿผ", + "ok_hand_tone3": "๐Ÿ‘Œ๐Ÿฝ", + "ok_hand_tone4": "๐Ÿ‘Œ๐Ÿพ", + "ok_hand_tone5": "๐Ÿ‘Œ๐Ÿฟ", + "pinching_hand": "๐Ÿค", + "pinching_hand_tone1": "๐Ÿค๐Ÿป", + "pinching_hand_light_skin_tone": "๐Ÿค๐Ÿป", + "pinching_hand_tone2": "๐Ÿค๐Ÿผ", + "pinching_hand_medium_light_skin_tone": "๐Ÿค๐Ÿผ", + "pinching_hand_tone3": "๐Ÿค๐Ÿฝ", + "pinching_hand_medium_skin_tone": "๐Ÿค๐Ÿฝ", + "pinching_hand_tone4": "๐Ÿค๐Ÿพ", + "pinching_hand_medium_dark_skin_tone": "๐Ÿค๐Ÿพ", + "pinching_hand_tone5": "๐Ÿค๐Ÿฟ", + "pinching_hand_dark_skin_tone": "๐Ÿค๐Ÿฟ", + "pinched_fingers": "๐ŸคŒ", + "pinched_fingers_tone2": "๐ŸคŒ๐Ÿผ", + "pinched_fingers_medium_light_skin_tone": "๐ŸคŒ๐Ÿผ", + "pinched_fingers_tone1": "๐ŸคŒ๐Ÿป", + "pinched_fingers_light_skin_tone": "๐ŸคŒ๐Ÿป", + "pinched_fingers_tone3": "๐ŸคŒ๐Ÿฝ", + "pinched_fingers_medium_skin_tone": "๐ŸคŒ๐Ÿฝ", + "pinched_fingers_tone4": "๐ŸคŒ๐Ÿพ", + "pinched_fingers_medium_dark_skin_tone": "๐ŸคŒ๐Ÿพ", + "pinched_fingers_tone5": "๐ŸคŒ๐Ÿฟ", + "pinched_fingers_dark_skin_tone": "๐ŸคŒ๐Ÿฟ", + "point_left": "๐Ÿ‘ˆ", + "point_left_tone1": "๐Ÿ‘ˆ๐Ÿป", + "point_left_tone2": "๐Ÿ‘ˆ๐Ÿผ", + "point_left_tone3": "๐Ÿ‘ˆ๐Ÿฝ", + "point_left_tone4": "๐Ÿ‘ˆ๐Ÿพ", + "point_left_tone5": "๐Ÿ‘ˆ๐Ÿฟ", + "point_right": "๐Ÿ‘‰", + "point_right_tone1": "๐Ÿ‘‰๐Ÿป", + "point_right_tone2": "๐Ÿ‘‰๐Ÿผ", + "point_right_tone3": "๐Ÿ‘‰๐Ÿฝ", + "point_right_tone4": "๐Ÿ‘‰๐Ÿพ", + "point_right_tone5": "๐Ÿ‘‰๐Ÿฟ", + "point_up_2": "๐Ÿ‘†", + "point_up_2_tone1": "๐Ÿ‘†๐Ÿป", + "point_up_2_tone2": "๐Ÿ‘†๐Ÿผ", + "point_up_2_tone3": "๐Ÿ‘†๐Ÿฝ", + "point_up_2_tone4": "๐Ÿ‘†๐Ÿพ", + "point_up_2_tone5": "๐Ÿ‘†๐Ÿฟ", + "point_down": "๐Ÿ‘‡", + "point_down_tone1": "๐Ÿ‘‡๐Ÿป", + "point_down_tone2": "๐Ÿ‘‡๐Ÿผ", + "point_down_tone3": "๐Ÿ‘‡๐Ÿฝ", + "point_down_tone4": "๐Ÿ‘‡๐Ÿพ", + "point_down_tone5": "๐Ÿ‘‡๐Ÿฟ", + "point_up": "โ˜๏ธ", + "point_up_tone1": "โ˜๐Ÿป", + "point_up_tone2": "โ˜๐Ÿผ", + "point_up_tone3": "โ˜๐Ÿฝ", + "point_up_tone4": "โ˜๐Ÿพ", + "point_up_tone5": "โ˜๐Ÿฟ", + "raised_hand": "โœ‹", + "raised_hand_tone1": "โœ‹๐Ÿป", + "raised_hand_tone2": "โœ‹๐Ÿผ", + "raised_hand_tone3": "โœ‹๐Ÿฝ", + "raised_hand_tone4": "โœ‹๐Ÿพ", + "raised_hand_tone5": "โœ‹๐Ÿฟ", + "raised_back_of_hand": "๐Ÿคš", + "back_of_hand": "๐Ÿคš", + "raised_back_of_hand_tone1": "๐Ÿคš๐Ÿป", + "back_of_hand_tone1": "๐Ÿคš๐Ÿป", + "raised_back_of_hand_tone2": "๐Ÿคš๐Ÿผ", + "back_of_hand_tone2": "๐Ÿคš๐Ÿผ", + "raised_back_of_hand_tone3": "๐Ÿคš๐Ÿฝ", + "back_of_hand_tone3": "๐Ÿคš๐Ÿฝ", + "raised_back_of_hand_tone4": "๐Ÿคš๐Ÿพ", + "back_of_hand_tone4": "๐Ÿคš๐Ÿพ", + "raised_back_of_hand_tone5": "๐Ÿคš๐Ÿฟ", + "back_of_hand_tone5": "๐Ÿคš๐Ÿฟ", + "hand_splayed": "๐Ÿ–๏ธ", + "raised_hand_with_fingers_splayed": "๐Ÿ–๏ธ", + "hand_splayed_tone1": "๐Ÿ–๐Ÿป", + "raised_hand_with_fingers_splayed_tone1": "๐Ÿ–๐Ÿป", + "hand_splayed_tone2": "๐Ÿ–๐Ÿผ", + "raised_hand_with_fingers_splayed_tone2": "๐Ÿ–๐Ÿผ", + "hand_splayed_tone3": "๐Ÿ–๐Ÿฝ", + "raised_hand_with_fingers_splayed_tone3": "๐Ÿ–๐Ÿฝ", + "hand_splayed_tone4": "๐Ÿ–๐Ÿพ", + "raised_hand_with_fingers_splayed_tone4": "๐Ÿ–๐Ÿพ", + "hand_splayed_tone5": "๐Ÿ–๐Ÿฟ", + "raised_hand_with_fingers_splayed_tone5": "๐Ÿ–๐Ÿฟ", + "vulcan": "๐Ÿ––", + "raised_hand_with_part_between_middle_and_ring_fingers": "๐Ÿ––", + "vulcan_tone1": "๐Ÿ––๐Ÿป", + "raised_hand_with_part_between_middle_and_ring_fingers_tone1": "๐Ÿ––๐Ÿป", + "vulcan_tone2": "๐Ÿ––๐Ÿผ", + "raised_hand_with_part_between_middle_and_ring_fingers_tone2": "๐Ÿ––๐Ÿผ", + "vulcan_tone3": "๐Ÿ––๐Ÿฝ", + "raised_hand_with_part_between_middle_and_ring_fingers_tone3": "๐Ÿ––๐Ÿฝ", + "vulcan_tone4": "๐Ÿ––๐Ÿพ", + "raised_hand_with_part_between_middle_and_ring_fingers_tone4": "๐Ÿ––๐Ÿพ", + "vulcan_tone5": "๐Ÿ––๐Ÿฟ", + "raised_hand_with_part_between_middle_and_ring_fingers_tone5": "๐Ÿ––๐Ÿฟ", + "wave": "๐Ÿ‘‹", + "wave_tone1": "๐Ÿ‘‹๐Ÿป", + "wave_tone2": "๐Ÿ‘‹๐Ÿผ", + "wave_tone3": "๐Ÿ‘‹๐Ÿฝ", + "wave_tone4": "๐Ÿ‘‹๐Ÿพ", + "wave_tone5": "๐Ÿ‘‹๐Ÿฟ", + "call_me": "๐Ÿค™", + "call_me_hand": "๐Ÿค™", + "call_me_tone1": "๐Ÿค™๐Ÿป", + "call_me_hand_tone1": "๐Ÿค™๐Ÿป", + "call_me_tone2": "๐Ÿค™๐Ÿผ", + "call_me_hand_tone2": "๐Ÿค™๐Ÿผ", + "call_me_tone3": "๐Ÿค™๐Ÿฝ", + "call_me_hand_tone3": "๐Ÿค™๐Ÿฝ", + "call_me_tone4": "๐Ÿค™๐Ÿพ", + "call_me_hand_tone4": "๐Ÿค™๐Ÿพ", + "call_me_tone5": "๐Ÿค™๐Ÿฟ", + "call_me_hand_tone5": "๐Ÿค™๐Ÿฟ", + "muscle": "๐Ÿ’ช", + "muscle_tone1": "๐Ÿ’ช๐Ÿป", + "muscle_tone2": "๐Ÿ’ช๐Ÿผ", + "muscle_tone3": "๐Ÿ’ช๐Ÿฝ", + "muscle_tone4": "๐Ÿ’ช๐Ÿพ", + "muscle_tone5": "๐Ÿ’ช๐Ÿฟ", + "mechanical_arm": "๐Ÿฆพ", + "middle_finger": "๐Ÿ–•", + "reversed_hand_with_middle_finger_extended": "๐Ÿ–•", + "middle_finger_tone1": "๐Ÿ–•๐Ÿป", + "reversed_hand_with_middle_finger_extended_tone1": "๐Ÿ–•๐Ÿป", + "middle_finger_tone2": "๐Ÿ–•๐Ÿผ", + "reversed_hand_with_middle_finger_extended_tone2": "๐Ÿ–•๐Ÿผ", + "middle_finger_tone3": "๐Ÿ–•๐Ÿฝ", + "reversed_hand_with_middle_finger_extended_tone3": "๐Ÿ–•๐Ÿฝ", + "middle_finger_tone4": "๐Ÿ–•๐Ÿพ", + "reversed_hand_with_middle_finger_extended_tone4": "๐Ÿ–•๐Ÿพ", + "middle_finger_tone5": "๐Ÿ–•๐Ÿฟ", + "reversed_hand_with_middle_finger_extended_tone5": "๐Ÿ–•๐Ÿฟ", + "writing_hand": "โœ๏ธ", + "writing_hand_tone1": "โœ๐Ÿป", + "writing_hand_tone2": "โœ๐Ÿผ", + "writing_hand_tone3": "โœ๐Ÿฝ", + "writing_hand_tone4": "โœ๐Ÿพ", + "writing_hand_tone5": "โœ๐Ÿฟ", + "pray": "๐Ÿ™", + "pray_tone1": "๐Ÿ™๐Ÿป", + "pray_tone2": "๐Ÿ™๐Ÿผ", + "pray_tone3": "๐Ÿ™๐Ÿฝ", + "pray_tone4": "๐Ÿ™๐Ÿพ", + "pray_tone5": "๐Ÿ™๐Ÿฟ", + "foot": "๐Ÿฆถ", + "foot_tone1": "๐Ÿฆถ๐Ÿป", + "foot_light_skin_tone": "๐Ÿฆถ๐Ÿป", + "foot_tone2": "๐Ÿฆถ๐Ÿผ", + "foot_medium_light_skin_tone": "๐Ÿฆถ๐Ÿผ", + "foot_tone3": "๐Ÿฆถ๐Ÿฝ", + "foot_medium_skin_tone": "๐Ÿฆถ๐Ÿฝ", + "foot_tone4": "๐Ÿฆถ๐Ÿพ", + "foot_medium_dark_skin_tone": "๐Ÿฆถ๐Ÿพ", + "foot_tone5": "๐Ÿฆถ๐Ÿฟ", + "foot_dark_skin_tone": "๐Ÿฆถ๐Ÿฟ", + "leg": "๐Ÿฆต", + "leg_tone1": "๐Ÿฆต๐Ÿป", + "leg_light_skin_tone": "๐Ÿฆต๐Ÿป", + "leg_tone2": "๐Ÿฆต๐Ÿผ", + "leg_medium_light_skin_tone": "๐Ÿฆต๐Ÿผ", + "leg_tone3": "๐Ÿฆต๐Ÿฝ", + "leg_medium_skin_tone": "๐Ÿฆต๐Ÿฝ", + "leg_tone4": "๐Ÿฆต๐Ÿพ", + "leg_medium_dark_skin_tone": "๐Ÿฆต๐Ÿพ", + "leg_tone5": "๐Ÿฆต๐Ÿฟ", + "leg_dark_skin_tone": "๐Ÿฆต๐Ÿฟ", + "mechanical_leg": "๐Ÿฆฟ", + "lipstick": "๐Ÿ’„", + "kiss": "๐Ÿ’‹", + "lips": "๐Ÿ‘„", + "tooth": "๐Ÿฆท", + "tongue": "๐Ÿ‘…", + "ear": "๐Ÿ‘‚", + "ear_tone1": "๐Ÿ‘‚๐Ÿป", + "ear_tone2": "๐Ÿ‘‚๐Ÿผ", + "ear_tone3": "๐Ÿ‘‚๐Ÿฝ", + "ear_tone4": "๐Ÿ‘‚๐Ÿพ", + "ear_tone5": "๐Ÿ‘‚๐Ÿฟ", + "ear_with_hearing_aid": "๐Ÿฆป", + "ear_with_hearing_aid_tone1": "๐Ÿฆป๐Ÿป", + "ear_with_hearing_aid_light_skin_tone": "๐Ÿฆป๐Ÿป", + "ear_with_hearing_aid_tone2": "๐Ÿฆป๐Ÿผ", + "ear_with_hearing_aid_medium_light_skin_tone": "๐Ÿฆป๐Ÿผ", + "ear_with_hearing_aid_tone3": "๐Ÿฆป๐Ÿฝ", + "ear_with_hearing_aid_medium_skin_tone": "๐Ÿฆป๐Ÿฝ", + "ear_with_hearing_aid_tone4": "๐Ÿฆป๐Ÿพ", + "ear_with_hearing_aid_medium_dark_skin_tone": "๐Ÿฆป๐Ÿพ", + "ear_with_hearing_aid_tone5": "๐Ÿฆป๐Ÿฟ", + "ear_with_hearing_aid_dark_skin_tone": "๐Ÿฆป๐Ÿฟ", + "nose": "๐Ÿ‘ƒ", + "nose_tone1": "๐Ÿ‘ƒ๐Ÿป", + "nose_tone2": "๐Ÿ‘ƒ๐Ÿผ", + "nose_tone3": "๐Ÿ‘ƒ๐Ÿฝ", + "nose_tone4": "๐Ÿ‘ƒ๐Ÿพ", + "nose_tone5": "๐Ÿ‘ƒ๐Ÿฟ", + "footprints": "๐Ÿ‘ฃ", + "eye": "๐Ÿ‘๏ธ", + "eyes": "๐Ÿ‘€", + "brain": "๐Ÿง ", + "anatomical_heart": "๐Ÿซ€", + "lungs": "๐Ÿซ", + "bone": "๐Ÿฆด", + "speaking_head": "๐Ÿ—ฃ๏ธ", + "speaking_head_in_silhouette": "๐Ÿ—ฃ๏ธ", + "bust_in_silhouette": "๐Ÿ‘ค", + "busts_in_silhouette": "๐Ÿ‘ฅ", + "people_hugging": "๐Ÿซ‚", + "baby": "๐Ÿ‘ถ", + "baby_tone1": "๐Ÿ‘ถ๐Ÿป", + "baby_tone2": "๐Ÿ‘ถ๐Ÿผ", + "baby_tone3": "๐Ÿ‘ถ๐Ÿฝ", + "baby_tone4": "๐Ÿ‘ถ๐Ÿพ", + "baby_tone5": "๐Ÿ‘ถ๐Ÿฟ", + "girl": "๐Ÿ‘ง", + "girl_tone1": "๐Ÿ‘ง๐Ÿป", + "girl_tone2": "๐Ÿ‘ง๐Ÿผ", + "girl_tone3": "๐Ÿ‘ง๐Ÿฝ", + "girl_tone4": "๐Ÿ‘ง๐Ÿพ", + "girl_tone5": "๐Ÿ‘ง๐Ÿฟ", + "child": "๐Ÿง’", + "child_tone1": "๐Ÿง’๐Ÿป", + "child_light_skin_tone": "๐Ÿง’๐Ÿป", + "child_tone2": "๐Ÿง’๐Ÿผ", + "child_medium_light_skin_tone": "๐Ÿง’๐Ÿผ", + "child_tone3": "๐Ÿง’๐Ÿฝ", + "child_medium_skin_tone": "๐Ÿง’๐Ÿฝ", + "child_tone4": "๐Ÿง’๐Ÿพ", + "child_medium_dark_skin_tone": "๐Ÿง’๐Ÿพ", + "child_tone5": "๐Ÿง’๐Ÿฟ", + "child_dark_skin_tone": "๐Ÿง’๐Ÿฟ", + "boy": "๐Ÿ‘ฆ", + "boy_tone1": "๐Ÿ‘ฆ๐Ÿป", + "boy_tone2": "๐Ÿ‘ฆ๐Ÿผ", + "boy_tone3": "๐Ÿ‘ฆ๐Ÿฝ", + "boy_tone4": "๐Ÿ‘ฆ๐Ÿพ", + "boy_tone5": "๐Ÿ‘ฆ๐Ÿฟ", + "woman": "๐Ÿ‘ฉ", + "woman_tone1": "๐Ÿ‘ฉ๐Ÿป", + "woman_tone2": "๐Ÿ‘ฉ๐Ÿผ", + "woman_tone3": "๐Ÿ‘ฉ๐Ÿฝ", + "woman_tone4": "๐Ÿ‘ฉ๐Ÿพ", + "woman_tone5": "๐Ÿ‘ฉ๐Ÿฟ", + "adult": "๐Ÿง‘", + "adult_tone1": "๐Ÿง‘๐Ÿป", + "adult_light_skin_tone": "๐Ÿง‘๐Ÿป", + "adult_tone2": "๐Ÿง‘๐Ÿผ", + "adult_medium_light_skin_tone": "๐Ÿง‘๐Ÿผ", + "adult_tone3": "๐Ÿง‘๐Ÿฝ", + "adult_medium_skin_tone": "๐Ÿง‘๐Ÿฝ", + "adult_tone4": "๐Ÿง‘๐Ÿพ", + "adult_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพ", + "adult_tone5": "๐Ÿง‘๐Ÿฟ", + "adult_dark_skin_tone": "๐Ÿง‘๐Ÿฟ", + "man": "๐Ÿ‘จ", + "man_tone1": "๐Ÿ‘จ๐Ÿป", + "man_tone2": "๐Ÿ‘จ๐Ÿผ", + "man_tone3": "๐Ÿ‘จ๐Ÿฝ", + "man_tone4": "๐Ÿ‘จ๐Ÿพ", + "man_tone5": "๐Ÿ‘จ๐Ÿฟ", + "person_curly_hair": "๐Ÿง‘โ€๐Ÿฆฑ", + "person_tone1_curly_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฑ", + "person_light_skin_tone_curly_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฑ", + "person_tone2_curly_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฑ", + "person_medium_light_skin_tone_curly_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฑ", + "person_tone3_curly_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฑ", + "person_medium_skin_tone_curly_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฑ", + "person_tone4_curly_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฑ", + "person_medium_dark_skin_tone_curly_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฑ", + "person_tone5_curly_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฑ", + "person_dark_skin_tone_curly_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฑ", + "woman_curly_haired": "๐Ÿ‘ฉโ€๐Ÿฆฑ", + "woman_curly_haired_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฑ", + "woman_curly_haired_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฑ", + "woman_curly_haired_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฑ", + "woman_curly_haired_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฑ", + "woman_curly_haired_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฑ", + "woman_curly_haired_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฑ", + "woman_curly_haired_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฑ", + "woman_curly_haired_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฑ", + "woman_curly_haired_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฑ", + "woman_curly_haired_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฑ", + "man_curly_haired": "๐Ÿ‘จโ€๐Ÿฆฑ", + "man_curly_haired_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฑ", + "man_curly_haired_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฑ", + "man_curly_haired_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฑ", + "man_curly_haired_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฑ", + "man_curly_haired_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ", + "man_curly_haired_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ", + "man_curly_haired_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฑ", + "man_curly_haired_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฑ", + "man_curly_haired_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฑ", + "man_curly_haired_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฑ", + "person_red_hair": "๐Ÿง‘โ€๐Ÿฆฐ", + "person_tone1_red_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฐ", + "person_light_skin_tone_red_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฐ", + "person_tone2_red_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฐ", + "person_medium_light_skin_tone_red_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฐ", + "person_tone3_red_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฐ", + "person_medium_skin_tone_red_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฐ", + "person_tone4_red_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฐ", + "person_medium_dark_skin_tone_red_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฐ", + "person_tone5_red_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฐ", + "person_dark_skin_tone_red_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฐ", + "woman_red_haired": "๐Ÿ‘ฉโ€๐Ÿฆฐ", + "woman_red_haired_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฐ", + "woman_red_haired_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฐ", + "woman_red_haired_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฐ", + "woman_red_haired_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฐ", + "woman_red_haired_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฐ", + "woman_red_haired_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฐ", + "woman_red_haired_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฐ", + "woman_red_haired_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฐ", + "woman_red_haired_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฐ", + "woman_red_haired_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฐ", + "man_red_haired": "๐Ÿ‘จโ€๐Ÿฆฐ", + "man_red_haired_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฐ", + "man_red_haired_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฐ", + "man_red_haired_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฐ", + "man_red_haired_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฐ", + "man_red_haired_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฐ", + "man_red_haired_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฐ", + "man_red_haired_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฐ", + "man_red_haired_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฐ", + "man_red_haired_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฐ", + "man_red_haired_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฐ", + "blond_haired_woman": "๐Ÿ‘ฑโ€โ™€๏ธ", + "blond_haired_woman_tone1": "๐Ÿ‘ฑ๐Ÿปโ€โ™€๏ธ", + "blond_haired_woman_light_skin_tone": "๐Ÿ‘ฑ๐Ÿปโ€โ™€๏ธ", + "blond_haired_woman_tone2": "๐Ÿ‘ฑ๐Ÿผโ€โ™€๏ธ", + "blond_haired_woman_medium_light_skin_tone": "๐Ÿ‘ฑ๐Ÿผโ€โ™€๏ธ", + "blond_haired_woman_tone3": "๐Ÿ‘ฑ๐Ÿฝโ€โ™€๏ธ", + "blond_haired_woman_medium_skin_tone": "๐Ÿ‘ฑ๐Ÿฝโ€โ™€๏ธ", + "blond_haired_woman_tone4": "๐Ÿ‘ฑ๐Ÿพโ€โ™€๏ธ", + "blond_haired_woman_medium_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿพโ€โ™€๏ธ", + "blond_haired_woman_tone5": "๐Ÿ‘ฑ๐Ÿฟโ€โ™€๏ธ", + "blond_haired_woman_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿฟโ€โ™€๏ธ", + "blond_haired_person": "๐Ÿ‘ฑ", + "person_with_blond_hair": "๐Ÿ‘ฑ", + "blond_haired_person_tone1": "๐Ÿ‘ฑ๐Ÿป", + "person_with_blond_hair_tone1": "๐Ÿ‘ฑ๐Ÿป", + "blond_haired_person_tone2": "๐Ÿ‘ฑ๐Ÿผ", + "person_with_blond_hair_tone2": "๐Ÿ‘ฑ๐Ÿผ", + "blond_haired_person_tone3": "๐Ÿ‘ฑ๐Ÿฝ", + "person_with_blond_hair_tone3": "๐Ÿ‘ฑ๐Ÿฝ", + "blond_haired_person_tone4": "๐Ÿ‘ฑ๐Ÿพ", + "person_with_blond_hair_tone4": "๐Ÿ‘ฑ๐Ÿพ", + "blond_haired_person_tone5": "๐Ÿ‘ฑ๐Ÿฟ", + "person_with_blond_hair_tone5": "๐Ÿ‘ฑ๐Ÿฟ", + "blond_haired_man": "๐Ÿ‘ฑโ€โ™‚๏ธ", + "blond_haired_man_tone1": "๐Ÿ‘ฑ๐Ÿปโ€โ™‚๏ธ", + "blond_haired_man_light_skin_tone": "๐Ÿ‘ฑ๐Ÿปโ€โ™‚๏ธ", + "blond_haired_man_tone2": "๐Ÿ‘ฑ๐Ÿผโ€โ™‚๏ธ", + "blond_haired_man_medium_light_skin_tone": "๐Ÿ‘ฑ๐Ÿผโ€โ™‚๏ธ", + "blond_haired_man_tone3": "๐Ÿ‘ฑ๐Ÿฝโ€โ™‚๏ธ", + "blond_haired_man_medium_skin_tone": "๐Ÿ‘ฑ๐Ÿฝโ€โ™‚๏ธ", + "blond_haired_man_tone4": "๐Ÿ‘ฑ๐Ÿพโ€โ™‚๏ธ", + "blond_haired_man_medium_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿพโ€โ™‚๏ธ", + "blond_haired_man_tone5": "๐Ÿ‘ฑ๐Ÿฟโ€โ™‚๏ธ", + "blond_haired_man_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿฟโ€โ™‚๏ธ", + "person_white_hair": "๐Ÿง‘โ€๐Ÿฆณ", + "person_tone1_white_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆณ", + "person_light_skin_tone_white_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆณ", + "person_tone2_white_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆณ", + "person_medium_light_skin_tone_white_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆณ", + "person_tone3_white_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆณ", + "person_medium_skin_tone_white_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆณ", + "person_tone4_white_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆณ", + "person_medium_dark_skin_tone_white_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆณ", + "person_tone5_white_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆณ", + "person_dark_skin_tone_white_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆณ", + "woman_white_haired": "๐Ÿ‘ฉโ€๐Ÿฆณ", + "woman_white_haired_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆณ", + "woman_white_haired_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆณ", + "woman_white_haired_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆณ", + "woman_white_haired_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆณ", + "woman_white_haired_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆณ", + "woman_white_haired_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆณ", + "woman_white_haired_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆณ", + "woman_white_haired_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆณ", + "woman_white_haired_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆณ", + "woman_white_haired_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆณ", + "man_white_haired": "๐Ÿ‘จโ€๐Ÿฆณ", + "man_white_haired_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆณ", + "man_white_haired_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆณ", + "man_white_haired_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆณ", + "man_white_haired_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆณ", + "man_white_haired_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆณ", + "man_white_haired_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆณ", + "man_white_haired_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆณ", + "man_white_haired_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆณ", + "man_white_haired_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆณ", + "man_white_haired_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆณ", + "person_bald": "๐Ÿง‘โ€๐Ÿฆฒ", + "person_tone1_bald": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฒ", + "person_light_skin_tone_bald": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฒ", + "person_tone2_bald": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฒ", + "person_medium_light_skin_tone_bald": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฒ", + "person_tone3_bald": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฒ", + "person_medium_skin_tone_bald": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฒ", + "person_tone4_bald": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฒ", + "person_medium_dark_skin_tone_bald": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฒ", + "person_tone5_bald": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฒ", + "person_dark_skin_tone_bald": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฒ", + "woman_bald": "๐Ÿ‘ฉโ€๐Ÿฆฒ", + "woman_bald_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฒ", + "woman_bald_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฒ", + "woman_bald_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฒ", + "woman_bald_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฒ", + "woman_bald_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฒ", + "woman_bald_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฒ", + "woman_bald_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฒ", + "woman_bald_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฒ", + "woman_bald_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฒ", + "woman_bald_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฒ", + "man_bald": "๐Ÿ‘จโ€๐Ÿฆฒ", + "man_bald_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฒ", + "man_bald_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฒ", + "man_bald_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฒ", + "man_bald_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฒ", + "man_bald_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฒ", + "man_bald_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฒ", + "man_bald_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฒ", + "man_bald_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฒ", + "man_bald_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฒ", + "man_bald_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฒ", + "bearded_person": "๐Ÿง”", + "bearded_person_tone1": "๐Ÿง”๐Ÿป", + "bearded_person_light_skin_tone": "๐Ÿง”๐Ÿป", + "bearded_person_tone2": "๐Ÿง”๐Ÿผ", + "bearded_person_medium_light_skin_tone": "๐Ÿง”๐Ÿผ", + "bearded_person_tone3": "๐Ÿง”๐Ÿฝ", + "bearded_person_medium_skin_tone": "๐Ÿง”๐Ÿฝ", + "bearded_person_tone4": "๐Ÿง”๐Ÿพ", + "bearded_person_medium_dark_skin_tone": "๐Ÿง”๐Ÿพ", + "bearded_person_tone5": "๐Ÿง”๐Ÿฟ", + "bearded_person_dark_skin_tone": "๐Ÿง”๐Ÿฟ", + "man_beard": "๐Ÿง”โ€โ™‚๏ธ", + "man_tone1_beard": "๐Ÿง”๐Ÿปโ€โ™‚๏ธ", + "man_light_skin_tone_beard": "๐Ÿง”๐Ÿปโ€โ™‚๏ธ", + "man_tone2_beard": "๐Ÿง”๐Ÿผโ€โ™‚๏ธ", + "man_medium_light_skin_tone_beard": "๐Ÿง”๐Ÿผโ€โ™‚๏ธ", + "man_tone3_beard": "๐Ÿง”๐Ÿฝโ€โ™‚๏ธ", + "man_medium_skin_tone_beard": "๐Ÿง”๐Ÿฝโ€โ™‚๏ธ", + "man_tone4_beard": "๐Ÿง”๐Ÿพโ€โ™‚๏ธ", + "man_medium_dark_skin_tone_beard": "๐Ÿง”๐Ÿพโ€โ™‚๏ธ", + "man_tone5_beard": "๐Ÿง”๐Ÿฟโ€โ™‚๏ธ", + "man_dark_skin_tone_beard": "๐Ÿง”๐Ÿฟโ€โ™‚๏ธ", + "woman_beard": "๐Ÿง”โ€โ™€๏ธ", + "woman_tone1_beard": "๐Ÿง”๐Ÿปโ€โ™€๏ธ", + "woman_light_skin_tone_beard": "๐Ÿง”๐Ÿปโ€โ™€๏ธ", + "woman_tone2_beard": "๐Ÿง”๐Ÿผโ€โ™€๏ธ", + "woman_medium_light_skin_tone_beard": "๐Ÿง”๐Ÿผโ€โ™€๏ธ", + "woman_tone3_beard": "๐Ÿง”๐Ÿฝโ€โ™€๏ธ", + "woman_medium_skin_tone_beard": "๐Ÿง”๐Ÿฝโ€โ™€๏ธ", + "woman_tone4_beard": "๐Ÿง”๐Ÿพโ€โ™€๏ธ", + "woman_medium_dark_skin_tone_beard": "๐Ÿง”๐Ÿพโ€โ™€๏ธ", + "woman_tone5_beard": "๐Ÿง”๐Ÿฟโ€โ™€๏ธ", + "woman_dark_skin_tone_beard": "๐Ÿง”๐Ÿฟโ€โ™€๏ธ", + "older_woman": "๐Ÿ‘ต", + "grandma": "๐Ÿ‘ต", + "older_woman_tone1": "๐Ÿ‘ต๐Ÿป", + "grandma_tone1": "๐Ÿ‘ต๐Ÿป", + "older_woman_tone2": "๐Ÿ‘ต๐Ÿผ", + "grandma_tone2": "๐Ÿ‘ต๐Ÿผ", + "older_woman_tone3": "๐Ÿ‘ต๐Ÿฝ", + "grandma_tone3": "๐Ÿ‘ต๐Ÿฝ", + "older_woman_tone4": "๐Ÿ‘ต๐Ÿพ", + "grandma_tone4": "๐Ÿ‘ต๐Ÿพ", + "older_woman_tone5": "๐Ÿ‘ต๐Ÿฟ", + "grandma_tone5": "๐Ÿ‘ต๐Ÿฟ", + "older_adult": "๐Ÿง“", + "older_adult_tone1": "๐Ÿง“๐Ÿป", + "older_adult_light_skin_tone": "๐Ÿง“๐Ÿป", + "older_adult_tone2": "๐Ÿง“๐Ÿผ", + "older_adult_medium_light_skin_tone": "๐Ÿง“๐Ÿผ", + "older_adult_tone3": "๐Ÿง“๐Ÿฝ", + "older_adult_medium_skin_tone": "๐Ÿง“๐Ÿฝ", + "older_adult_tone4": "๐Ÿง“๐Ÿพ", + "older_adult_medium_dark_skin_tone": "๐Ÿง“๐Ÿพ", + "older_adult_tone5": "๐Ÿง“๐Ÿฟ", + "older_adult_dark_skin_tone": "๐Ÿง“๐Ÿฟ", + "older_man": "๐Ÿ‘ด", + "older_man_tone1": "๐Ÿ‘ด๐Ÿป", + "older_man_tone2": "๐Ÿ‘ด๐Ÿผ", + "older_man_tone3": "๐Ÿ‘ด๐Ÿฝ", + "older_man_tone4": "๐Ÿ‘ด๐Ÿพ", + "older_man_tone5": "๐Ÿ‘ด๐Ÿฟ", + "man_with_chinese_cap": "๐Ÿ‘ฒ", + "man_with_gua_pi_mao": "๐Ÿ‘ฒ", + "man_with_chinese_cap_tone1": "๐Ÿ‘ฒ๐Ÿป", + "man_with_gua_pi_mao_tone1": "๐Ÿ‘ฒ๐Ÿป", + "man_with_chinese_cap_tone2": "๐Ÿ‘ฒ๐Ÿผ", + "man_with_gua_pi_mao_tone2": "๐Ÿ‘ฒ๐Ÿผ", + "man_with_chinese_cap_tone3": "๐Ÿ‘ฒ๐Ÿฝ", + "man_with_gua_pi_mao_tone3": "๐Ÿ‘ฒ๐Ÿฝ", + "man_with_chinese_cap_tone4": "๐Ÿ‘ฒ๐Ÿพ", + "man_with_gua_pi_mao_tone4": "๐Ÿ‘ฒ๐Ÿพ", + "man_with_chinese_cap_tone5": "๐Ÿ‘ฒ๐Ÿฟ", + "man_with_gua_pi_mao_tone5": "๐Ÿ‘ฒ๐Ÿฟ", + "person_wearing_turban": "๐Ÿ‘ณ", + "man_with_turban": "๐Ÿ‘ณ", + "person_wearing_turban_tone1": "๐Ÿ‘ณ๐Ÿป", + "man_with_turban_tone1": "๐Ÿ‘ณ๐Ÿป", + "person_wearing_turban_tone2": "๐Ÿ‘ณ๐Ÿผ", + "man_with_turban_tone2": "๐Ÿ‘ณ๐Ÿผ", + "person_wearing_turban_tone3": "๐Ÿ‘ณ๐Ÿฝ", + "man_with_turban_tone3": "๐Ÿ‘ณ๐Ÿฝ", + "person_wearing_turban_tone4": "๐Ÿ‘ณ๐Ÿพ", + "man_with_turban_tone4": "๐Ÿ‘ณ๐Ÿพ", + "person_wearing_turban_tone5": "๐Ÿ‘ณ๐Ÿฟ", + "man_with_turban_tone5": "๐Ÿ‘ณ๐Ÿฟ", + "woman_wearing_turban": "๐Ÿ‘ณโ€โ™€๏ธ", + "woman_wearing_turban_tone1": "๐Ÿ‘ณ๐Ÿปโ€โ™€๏ธ", + "woman_wearing_turban_light_skin_tone": "๐Ÿ‘ณ๐Ÿปโ€โ™€๏ธ", + "woman_wearing_turban_tone2": "๐Ÿ‘ณ๐Ÿผโ€โ™€๏ธ", + "woman_wearing_turban_medium_light_skin_tone": "๐Ÿ‘ณ๐Ÿผโ€โ™€๏ธ", + "woman_wearing_turban_tone3": "๐Ÿ‘ณ๐Ÿฝโ€โ™€๏ธ", + "woman_wearing_turban_medium_skin_tone": "๐Ÿ‘ณ๐Ÿฝโ€โ™€๏ธ", + "woman_wearing_turban_tone4": "๐Ÿ‘ณ๐Ÿพโ€โ™€๏ธ", + "woman_wearing_turban_medium_dark_skin_tone": "๐Ÿ‘ณ๐Ÿพโ€โ™€๏ธ", + "woman_wearing_turban_tone5": "๐Ÿ‘ณ๐Ÿฟโ€โ™€๏ธ", + "woman_wearing_turban_dark_skin_tone": "๐Ÿ‘ณ๐Ÿฟโ€โ™€๏ธ", + "man_wearing_turban": "๐Ÿ‘ณโ€โ™‚๏ธ", + "man_wearing_turban_tone1": "๐Ÿ‘ณ๐Ÿปโ€โ™‚๏ธ", + "man_wearing_turban_light_skin_tone": "๐Ÿ‘ณ๐Ÿปโ€โ™‚๏ธ", + "man_wearing_turban_tone2": "๐Ÿ‘ณ๐Ÿผโ€โ™‚๏ธ", + "man_wearing_turban_medium_light_skin_tone": "๐Ÿ‘ณ๐Ÿผโ€โ™‚๏ธ", + "man_wearing_turban_tone3": "๐Ÿ‘ณ๐Ÿฝโ€โ™‚๏ธ", + "man_wearing_turban_medium_skin_tone": "๐Ÿ‘ณ๐Ÿฝโ€โ™‚๏ธ", + "man_wearing_turban_tone4": "๐Ÿ‘ณ๐Ÿพโ€โ™‚๏ธ", + "man_wearing_turban_medium_dark_skin_tone": "๐Ÿ‘ณ๐Ÿพโ€โ™‚๏ธ", + "man_wearing_turban_tone5": "๐Ÿ‘ณ๐Ÿฟโ€โ™‚๏ธ", + "man_wearing_turban_dark_skin_tone": "๐Ÿ‘ณ๐Ÿฟโ€โ™‚๏ธ", + "woman_with_headscarf": "๐Ÿง•", + "woman_with_headscarf_tone1": "๐Ÿง•๐Ÿป", + "woman_with_headscarf_light_skin_tone": "๐Ÿง•๐Ÿป", + "woman_with_headscarf_tone2": "๐Ÿง•๐Ÿผ", + "woman_with_headscarf_medium_light_skin_tone": "๐Ÿง•๐Ÿผ", + "woman_with_headscarf_tone3": "๐Ÿง•๐Ÿฝ", + "woman_with_headscarf_medium_skin_tone": "๐Ÿง•๐Ÿฝ", + "woman_with_headscarf_tone4": "๐Ÿง•๐Ÿพ", + "woman_with_headscarf_medium_dark_skin_tone": "๐Ÿง•๐Ÿพ", + "woman_with_headscarf_tone5": "๐Ÿง•๐Ÿฟ", + "woman_with_headscarf_dark_skin_tone": "๐Ÿง•๐Ÿฟ", + "police_officer": "๐Ÿ‘ฎ", + "cop": "๐Ÿ‘ฎ", + "police_officer_tone1": "๐Ÿ‘ฎ๐Ÿป", + "cop_tone1": "๐Ÿ‘ฎ๐Ÿป", + "police_officer_tone2": "๐Ÿ‘ฎ๐Ÿผ", + "cop_tone2": "๐Ÿ‘ฎ๐Ÿผ", + "police_officer_tone3": "๐Ÿ‘ฎ๐Ÿฝ", + "cop_tone3": "๐Ÿ‘ฎ๐Ÿฝ", + "police_officer_tone4": "๐Ÿ‘ฎ๐Ÿพ", + "cop_tone4": "๐Ÿ‘ฎ๐Ÿพ", + "police_officer_tone5": "๐Ÿ‘ฎ๐Ÿฟ", + "cop_tone5": "๐Ÿ‘ฎ๐Ÿฟ", + "woman_police_officer": "๐Ÿ‘ฎโ€โ™€๏ธ", + "woman_police_officer_tone1": "๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ", + "woman_police_officer_light_skin_tone": "๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ", + "woman_police_officer_tone2": "๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ", + "woman_police_officer_medium_light_skin_tone": "๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ", + "woman_police_officer_tone3": "๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ", + "woman_police_officer_medium_skin_tone": "๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ", + "woman_police_officer_tone4": "๐Ÿ‘ฎ๐Ÿพโ€โ™€๏ธ", + "woman_police_officer_medium_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿพโ€โ™€๏ธ", + "woman_police_officer_tone5": "๐Ÿ‘ฎ๐Ÿฟโ€โ™€๏ธ", + "woman_police_officer_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿฟโ€โ™€๏ธ", + "man_police_officer": "๐Ÿ‘ฎโ€โ™‚๏ธ", + "man_police_officer_tone1": "๐Ÿ‘ฎ๐Ÿปโ€โ™‚๏ธ", + "man_police_officer_light_skin_tone": "๐Ÿ‘ฎ๐Ÿปโ€โ™‚๏ธ", + "man_police_officer_tone2": "๐Ÿ‘ฎ๐Ÿผโ€โ™‚๏ธ", + "man_police_officer_medium_light_skin_tone": "๐Ÿ‘ฎ๐Ÿผโ€โ™‚๏ธ", + "man_police_officer_tone3": "๐Ÿ‘ฎ๐Ÿฝโ€โ™‚๏ธ", + "man_police_officer_medium_skin_tone": "๐Ÿ‘ฎ๐Ÿฝโ€โ™‚๏ธ", + "man_police_officer_tone4": "๐Ÿ‘ฎ๐Ÿพโ€โ™‚๏ธ", + "man_police_officer_medium_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿพโ€โ™‚๏ธ", + "man_police_officer_tone5": "๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ", + "man_police_officer_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ", + "construction_worker": "๐Ÿ‘ท", + "construction_worker_tone1": "๐Ÿ‘ท๐Ÿป", + "construction_worker_tone2": "๐Ÿ‘ท๐Ÿผ", + "construction_worker_tone3": "๐Ÿ‘ท๐Ÿฝ", + "construction_worker_tone4": "๐Ÿ‘ท๐Ÿพ", + "construction_worker_tone5": "๐Ÿ‘ท๐Ÿฟ", + "woman_construction_worker": "๐Ÿ‘ทโ€โ™€๏ธ", + "woman_construction_worker_tone1": "๐Ÿ‘ท๐Ÿปโ€โ™€๏ธ", + "woman_construction_worker_light_skin_tone": "๐Ÿ‘ท๐Ÿปโ€โ™€๏ธ", + "woman_construction_worker_tone2": "๐Ÿ‘ท๐Ÿผโ€โ™€๏ธ", + "woman_construction_worker_medium_light_skin_tone": "๐Ÿ‘ท๐Ÿผโ€โ™€๏ธ", + "woman_construction_worker_tone3": "๐Ÿ‘ท๐Ÿฝโ€โ™€๏ธ", + "woman_construction_worker_medium_skin_tone": "๐Ÿ‘ท๐Ÿฝโ€โ™€๏ธ", + "woman_construction_worker_tone4": "๐Ÿ‘ท๐Ÿพโ€โ™€๏ธ", + "woman_construction_worker_medium_dark_skin_tone": "๐Ÿ‘ท๐Ÿพโ€โ™€๏ธ", + "woman_construction_worker_tone5": "๐Ÿ‘ท๐Ÿฟโ€โ™€๏ธ", + "woman_construction_worker_dark_skin_tone": "๐Ÿ‘ท๐Ÿฟโ€โ™€๏ธ", + "man_construction_worker": "๐Ÿ‘ทโ€โ™‚๏ธ", + "man_construction_worker_tone1": "๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ", + "man_construction_worker_light_skin_tone": "๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ", + "man_construction_worker_tone2": "๐Ÿ‘ท๐Ÿผโ€โ™‚๏ธ", + "man_construction_worker_medium_light_skin_tone": "๐Ÿ‘ท๐Ÿผโ€โ™‚๏ธ", + "man_construction_worker_tone3": "๐Ÿ‘ท๐Ÿฝโ€โ™‚๏ธ", + "man_construction_worker_medium_skin_tone": "๐Ÿ‘ท๐Ÿฝโ€โ™‚๏ธ", + "man_construction_worker_tone4": "๐Ÿ‘ท๐Ÿพโ€โ™‚๏ธ", + "man_construction_worker_medium_dark_skin_tone": "๐Ÿ‘ท๐Ÿพโ€โ™‚๏ธ", + "man_construction_worker_tone5": "๐Ÿ‘ท๐Ÿฟโ€โ™‚๏ธ", + "man_construction_worker_dark_skin_tone": "๐Ÿ‘ท๐Ÿฟโ€โ™‚๏ธ", + "guard": "๐Ÿ’‚", + "guardsman": "๐Ÿ’‚", + "guard_tone1": "๐Ÿ’‚๐Ÿป", + "guardsman_tone1": "๐Ÿ’‚๐Ÿป", + "guard_tone2": "๐Ÿ’‚๐Ÿผ", + "guardsman_tone2": "๐Ÿ’‚๐Ÿผ", + "guard_tone3": "๐Ÿ’‚๐Ÿฝ", + "guardsman_tone3": "๐Ÿ’‚๐Ÿฝ", + "guard_tone4": "๐Ÿ’‚๐Ÿพ", + "guardsman_tone4": "๐Ÿ’‚๐Ÿพ", + "guard_tone5": "๐Ÿ’‚๐Ÿฟ", + "guardsman_tone5": "๐Ÿ’‚๐Ÿฟ", + "woman_guard": "๐Ÿ’‚โ€โ™€๏ธ", + "woman_guard_tone1": "๐Ÿ’‚๐Ÿปโ€โ™€๏ธ", + "woman_guard_light_skin_tone": "๐Ÿ’‚๐Ÿปโ€โ™€๏ธ", + "woman_guard_tone2": "๐Ÿ’‚๐Ÿผโ€โ™€๏ธ", + "woman_guard_medium_light_skin_tone": "๐Ÿ’‚๐Ÿผโ€โ™€๏ธ", + "woman_guard_tone3": "๐Ÿ’‚๐Ÿฝโ€โ™€๏ธ", + "woman_guard_medium_skin_tone": "๐Ÿ’‚๐Ÿฝโ€โ™€๏ธ", + "woman_guard_tone4": "๐Ÿ’‚๐Ÿพโ€โ™€๏ธ", + "woman_guard_medium_dark_skin_tone": "๐Ÿ’‚๐Ÿพโ€โ™€๏ธ", + "woman_guard_tone5": "๐Ÿ’‚๐Ÿฟโ€โ™€๏ธ", + "woman_guard_dark_skin_tone": "๐Ÿ’‚๐Ÿฟโ€โ™€๏ธ", + "man_guard": "๐Ÿ’‚โ€โ™‚๏ธ", + "man_guard_tone1": "๐Ÿ’‚๐Ÿปโ€โ™‚๏ธ", + "man_guard_light_skin_tone": "๐Ÿ’‚๐Ÿปโ€โ™‚๏ธ", + "man_guard_tone2": "๐Ÿ’‚๐Ÿผโ€โ™‚๏ธ", + "man_guard_medium_light_skin_tone": "๐Ÿ’‚๐Ÿผโ€โ™‚๏ธ", + "man_guard_tone3": "๐Ÿ’‚๐Ÿฝโ€โ™‚๏ธ", + "man_guard_medium_skin_tone": "๐Ÿ’‚๐Ÿฝโ€โ™‚๏ธ", + "man_guard_tone4": "๐Ÿ’‚๐Ÿพโ€โ™‚๏ธ", + "man_guard_medium_dark_skin_tone": "๐Ÿ’‚๐Ÿพโ€โ™‚๏ธ", + "man_guard_tone5": "๐Ÿ’‚๐Ÿฟโ€โ™‚๏ธ", + "man_guard_dark_skin_tone": "๐Ÿ’‚๐Ÿฟโ€โ™‚๏ธ", + "detective": "๐Ÿ•ต๏ธ", + "spy": "๐Ÿ•ต๏ธ", + "sleuth_or_spy": "๐Ÿ•ต๏ธ", + "detective_tone1": "๐Ÿ•ต๐Ÿป", + "spy_tone1": "๐Ÿ•ต๐Ÿป", + "sleuth_or_spy_tone1": "๐Ÿ•ต๐Ÿป", + "detective_tone2": "๐Ÿ•ต๐Ÿผ", + "spy_tone2": "๐Ÿ•ต๐Ÿผ", + "sleuth_or_spy_tone2": "๐Ÿ•ต๐Ÿผ", + "detective_tone3": "๐Ÿ•ต๐Ÿฝ", + "spy_tone3": "๐Ÿ•ต๐Ÿฝ", + "sleuth_or_spy_tone3": "๐Ÿ•ต๐Ÿฝ", + "detective_tone4": "๐Ÿ•ต๐Ÿพ", + "spy_tone4": "๐Ÿ•ต๐Ÿพ", + "sleuth_or_spy_tone4": "๐Ÿ•ต๐Ÿพ", + "detective_tone5": "๐Ÿ•ต๐Ÿฟ", + "spy_tone5": "๐Ÿ•ต๐Ÿฟ", + "sleuth_or_spy_tone5": "๐Ÿ•ต๐Ÿฟ", + "woman_detective": "๐Ÿ•ต๏ธโ€โ™€๏ธ", + "woman_detective_tone1": "๐Ÿ•ต๐Ÿปโ€โ™€๏ธ", + "woman_detective_light_skin_tone": "๐Ÿ•ต๐Ÿปโ€โ™€๏ธ", + "woman_detective_tone2": "๐Ÿ•ต๐Ÿผโ€โ™€๏ธ", + "woman_detective_medium_light_skin_tone": "๐Ÿ•ต๐Ÿผโ€โ™€๏ธ", + "woman_detective_tone3": "๐Ÿ•ต๐Ÿฝโ€โ™€๏ธ", + "woman_detective_medium_skin_tone": "๐Ÿ•ต๐Ÿฝโ€โ™€๏ธ", + "woman_detective_tone4": "๐Ÿ•ต๐Ÿพโ€โ™€๏ธ", + "woman_detective_medium_dark_skin_tone": "๐Ÿ•ต๐Ÿพโ€โ™€๏ธ", + "woman_detective_tone5": "๐Ÿ•ต๐Ÿฟโ€โ™€๏ธ", + "woman_detective_dark_skin_tone": "๐Ÿ•ต๐Ÿฟโ€โ™€๏ธ", + "man_detective": "๐Ÿ•ต๏ธโ€โ™‚๏ธ", + "man_detective_tone1": "๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ", + "man_detective_light_skin_tone": "๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ", + "man_detective_tone2": "๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ", + "man_detective_medium_light_skin_tone": "๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ", + "man_detective_tone3": "๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ", + "man_detective_medium_skin_tone": "๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ", + "man_detective_tone4": "๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ", + "man_detective_medium_dark_skin_tone": "๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ", + "man_detective_tone5": "๐Ÿ•ต๐Ÿฟโ€โ™‚๏ธ", + "man_detective_dark_skin_tone": "๐Ÿ•ต๐Ÿฟโ€โ™‚๏ธ", + "health_worker": "๐Ÿง‘โ€โš•๏ธ", + "health_worker_tone1": "๐Ÿง‘๐Ÿปโ€โš•๏ธ", + "health_worker_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โš•๏ธ", + "health_worker_tone2": "๐Ÿง‘๐Ÿผโ€โš•๏ธ", + "health_worker_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โš•๏ธ", + "health_worker_tone3": "๐Ÿง‘๐Ÿฝโ€โš•๏ธ", + "health_worker_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€โš•๏ธ", + "health_worker_tone4": "๐Ÿง‘๐Ÿพโ€โš•๏ธ", + "health_worker_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โš•๏ธ", + "health_worker_tone5": "๐Ÿง‘๐Ÿฟโ€โš•๏ธ", + "health_worker_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โš•๏ธ", + "woman_health_worker": "๐Ÿ‘ฉโ€โš•๏ธ", + "woman_health_worker_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ", + "woman_health_worker_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ", + "woman_health_worker_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โš•๏ธ", + "woman_health_worker_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โš•๏ธ", + "woman_health_worker_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โš•๏ธ", + "woman_health_worker_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โš•๏ธ", + "woman_health_worker_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ", + "woman_health_worker_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ", + "woman_health_worker_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โš•๏ธ", + "woman_health_worker_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โš•๏ธ", + "man_health_worker": "๐Ÿ‘จโ€โš•๏ธ", + "man_health_worker_tone1": "๐Ÿ‘จ๐Ÿปโ€โš•๏ธ", + "man_health_worker_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โš•๏ธ", + "man_health_worker_tone2": "๐Ÿ‘จ๐Ÿผโ€โš•๏ธ", + "man_health_worker_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โš•๏ธ", + "man_health_worker_tone3": "๐Ÿ‘จ๐Ÿฝโ€โš•๏ธ", + "man_health_worker_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โš•๏ธ", + "man_health_worker_tone4": "๐Ÿ‘จ๐Ÿพโ€โš•๏ธ", + "man_health_worker_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โš•๏ธ", + "man_health_worker_tone5": "๐Ÿ‘จ๐Ÿฟโ€โš•๏ธ", + "man_health_worker_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โš•๏ธ", + "farmer": "๐Ÿง‘โ€๐ŸŒพ", + "farmer_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŒพ", + "farmer_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŒพ", + "farmer_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŒพ", + "farmer_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŒพ", + "farmer_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŒพ", + "farmer_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŒพ", + "farmer_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŒพ", + "farmer_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŒพ", + "farmer_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŒพ", + "farmer_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŒพ", + "woman_farmer": "๐Ÿ‘ฉโ€๐ŸŒพ", + "woman_farmer_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ", + "woman_farmer_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ", + "woman_farmer_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŒพ", + "woman_farmer_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŒพ", + "woman_farmer_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŒพ", + "woman_farmer_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŒพ", + "woman_farmer_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŒพ", + "woman_farmer_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŒพ", + "woman_farmer_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŒพ", + "woman_farmer_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŒพ", + "man_farmer": "๐Ÿ‘จโ€๐ŸŒพ", + "man_farmer_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŒพ", + "man_farmer_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŒพ", + "man_farmer_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŒพ", + "man_farmer_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŒพ", + "man_farmer_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŒพ", + "man_farmer_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŒพ", + "man_farmer_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ", + "man_farmer_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ", + "man_farmer_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŒพ", + "man_farmer_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŒพ", + "cook": "๐Ÿง‘โ€๐Ÿณ", + "cook_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿณ", + "cook_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿณ", + "cook_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿณ", + "cook_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿณ", + "cook_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿณ", + "cook_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿณ", + "cook_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿณ", + "cook_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿณ", + "cook_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿณ", + "cook_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿณ", + "woman_cook": "๐Ÿ‘ฉโ€๐Ÿณ", + "woman_cook_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ", + "woman_cook_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ", + "woman_cook_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿณ", + "woman_cook_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿณ", + "woman_cook_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ", + "woman_cook_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ", + "woman_cook_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿณ", + "woman_cook_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿณ", + "woman_cook_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿณ", + "woman_cook_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿณ", + "man_cook": "๐Ÿ‘จโ€๐Ÿณ", + "man_cook_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿณ", + "man_cook_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿณ", + "man_cook_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿณ", + "man_cook_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿณ", + "man_cook_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿณ", + "man_cook_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿณ", + "man_cook_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿณ", + "man_cook_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿณ", + "man_cook_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿณ", + "man_cook_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿณ", + "student": "๐Ÿง‘โ€๐ŸŽ“", + "student_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽ“", + "student_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽ“", + "student_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽ“", + "student_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽ“", + "student_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ“", + "student_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ“", + "student_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽ“", + "student_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽ“", + "student_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ“", + "student_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ“", + "woman_student": "๐Ÿ‘ฉโ€๐ŸŽ“", + "woman_student_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“", + "woman_student_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“", + "woman_student_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“", + "woman_student_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“", + "woman_student_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽ“", + "woman_student_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽ“", + "woman_student_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“", + "woman_student_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“", + "woman_student_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“", + "woman_student_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“", + "man_student": "๐Ÿ‘จโ€๐ŸŽ“", + "man_student_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“", + "man_student_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“", + "man_student_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽ“", + "man_student_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽ“", + "man_student_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“", + "man_student_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“", + "man_student_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽ“", + "man_student_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽ“", + "man_student_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽ“", + "man_student_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽ“", + "singer": "๐Ÿง‘โ€๐ŸŽค", + "singer_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽค", + "singer_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽค", + "singer_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽค", + "singer_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽค", + "singer_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽค", + "singer_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽค", + "singer_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽค", + "singer_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽค", + "singer_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽค", + "singer_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽค", + "woman_singer": "๐Ÿ‘ฉโ€๐ŸŽค", + "woman_singer_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽค", + "woman_singer_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽค", + "woman_singer_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽค", + "woman_singer_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽค", + "woman_singer_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽค", + "woman_singer_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽค", + "woman_singer_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽค", + "woman_singer_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽค", + "woman_singer_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽค", + "woman_singer_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽค", + "man_singer": "๐Ÿ‘จโ€๐ŸŽค", + "man_singer_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽค", + "man_singer_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽค", + "man_singer_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽค", + "man_singer_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽค", + "man_singer_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽค", + "man_singer_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽค", + "man_singer_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽค", + "man_singer_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽค", + "man_singer_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽค", + "man_singer_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽค", + "teacher": "๐Ÿง‘โ€๐Ÿซ", + "teacher_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿซ", + "teacher_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿซ", + "teacher_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿซ", + "teacher_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿซ", + "teacher_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿซ", + "teacher_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿซ", + "teacher_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿซ", + "teacher_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿซ", + "teacher_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿซ", + "teacher_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿซ", + "woman_teacher": "๐Ÿ‘ฉโ€๐Ÿซ", + "woman_teacher_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ", + "woman_teacher_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ", + "woman_teacher_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿซ", + "woman_teacher_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿซ", + "woman_teacher_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿซ", + "woman_teacher_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿซ", + "woman_teacher_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ", + "woman_teacher_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ", + "woman_teacher_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ", + "woman_teacher_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ", + "man_teacher": "๐Ÿ‘จโ€๐Ÿซ", + "man_teacher_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿซ", + "man_teacher_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿซ", + "man_teacher_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿซ", + "man_teacher_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿซ", + "man_teacher_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ", + "man_teacher_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ", + "man_teacher_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿซ", + "man_teacher_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿซ", + "man_teacher_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿซ", + "man_teacher_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿซ", + "factory_worker": "๐Ÿง‘โ€๐Ÿญ", + "factory_worker_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿญ", + "factory_worker_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿญ", + "factory_worker_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿญ", + "factory_worker_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿญ", + "factory_worker_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿญ", + "factory_worker_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿญ", + "factory_worker_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿญ", + "factory_worker_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿญ", + "factory_worker_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿญ", + "factory_worker_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿญ", + "woman_factory_worker": "๐Ÿ‘ฉโ€๐Ÿญ", + "woman_factory_worker_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ", + "woman_factory_worker_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ", + "woman_factory_worker_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ", + "woman_factory_worker_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ", + "woman_factory_worker_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿญ", + "woman_factory_worker_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿญ", + "woman_factory_worker_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿญ", + "woman_factory_worker_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿญ", + "woman_factory_worker_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿญ", + "woman_factory_worker_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿญ", + "man_factory_worker": "๐Ÿ‘จโ€๐Ÿญ", + "man_factory_worker_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿญ", + "man_factory_worker_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿญ", + "man_factory_worker_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿญ", + "man_factory_worker_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿญ", + "man_factory_worker_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿญ", + "man_factory_worker_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿญ", + "man_factory_worker_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿญ", + "man_factory_worker_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿญ", + "man_factory_worker_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ", + "man_factory_worker_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ", + "technologist": "๐Ÿง‘โ€๐Ÿ’ป", + "technologist_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ป", + "technologist_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ป", + "technologist_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ป", + "technologist_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ป", + "technologist_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป", + "technologist_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป", + "technologist_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ป", + "technologist_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ป", + "technologist_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ป", + "technologist_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ป", + "woman_technologist": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "woman_technologist_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป", + "woman_technologist_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป", + "woman_technologist_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป", + "woman_technologist_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป", + "woman_technologist_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป", + "woman_technologist_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป", + "woman_technologist_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป", + "woman_technologist_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป", + "woman_technologist_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป", + "woman_technologist_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป", + "man_technologist": "๐Ÿ‘จโ€๐Ÿ’ป", + "man_technologist_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป", + "man_technologist_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป", + "man_technologist_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป", + "man_technologist_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป", + "man_technologist_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป", + "man_technologist_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป", + "man_technologist_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป", + "man_technologist_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป", + "man_technologist_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป", + "man_technologist_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป", + "office_worker": "๐Ÿง‘โ€๐Ÿ’ผ", + "office_worker_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ", + "office_worker_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ", + "office_worker_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ผ", + "office_worker_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ผ", + "office_worker_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ผ", + "office_worker_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ผ", + "office_worker_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ผ", + "office_worker_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ผ", + "office_worker_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ผ", + "office_worker_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ผ", + "woman_office_worker": "๐Ÿ‘ฉโ€๐Ÿ’ผ", + "woman_office_worker_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ", + "woman_office_worker_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ", + "woman_office_worker_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ", + "woman_office_worker_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ", + "woman_office_worker_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ", + "woman_office_worker_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ", + "woman_office_worker_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ผ", + "woman_office_worker_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ผ", + "woman_office_worker_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ", + "woman_office_worker_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ", + "man_office_worker": "๐Ÿ‘จโ€๐Ÿ’ผ", + "man_office_worker_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ", + "man_office_worker_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ", + "man_office_worker_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", + "man_office_worker_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", + "man_office_worker_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ", + "man_office_worker_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ", + "man_office_worker_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ", + "man_office_worker_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ", + "man_office_worker_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ผ", + "man_office_worker_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ผ", + "mechanic": "๐Ÿง‘โ€๐Ÿ”ง", + "mechanic_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ง", + "mechanic_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ง", + "mechanic_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ง", + "mechanic_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ง", + "mechanic_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ง", + "mechanic_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ง", + "mechanic_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ง", + "mechanic_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ง", + "mechanic_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ง", + "mechanic_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ง", + "woman_mechanic": "๐Ÿ‘ฉโ€๐Ÿ”ง", + "woman_mechanic_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง", + "woman_mechanic_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง", + "woman_mechanic_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ง", + "woman_mechanic_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ง", + "woman_mechanic_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ง", + "woman_mechanic_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ง", + "woman_mechanic_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง", + "woman_mechanic_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง", + "woman_mechanic_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง", + "woman_mechanic_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง", + "man_mechanic": "๐Ÿ‘จโ€๐Ÿ”ง", + "man_mechanic_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง", + "man_mechanic_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง", + "man_mechanic_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง", + "man_mechanic_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง", + "man_mechanic_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ง", + "man_mechanic_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ง", + "man_mechanic_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง", + "man_mechanic_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง", + "man_mechanic_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ง", + "man_mechanic_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ง", + "scientist": "๐Ÿง‘โ€๐Ÿ”ฌ", + "scientist_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ฌ", + "scientist_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ฌ", + "scientist_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ฌ", + "scientist_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ฌ", + "scientist_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ฌ", + "scientist_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ฌ", + "scientist_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ฌ", + "scientist_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ฌ", + "scientist_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ฌ", + "scientist_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ฌ", + "woman_scientist": "๐Ÿ‘ฉโ€๐Ÿ”ฌ", + "woman_scientist_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ", + "woman_scientist_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ", + "woman_scientist_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ", + "woman_scientist_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ", + "woman_scientist_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ", + "woman_scientist_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ", + "woman_scientist_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ", + "woman_scientist_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ", + "woman_scientist_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ", + "woman_scientist_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ", + "man_scientist": "๐Ÿ‘จโ€๐Ÿ”ฌ", + "man_scientist_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ", + "man_scientist_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ", + "man_scientist_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ", + "man_scientist_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ", + "man_scientist_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ", + "man_scientist_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ", + "man_scientist_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ", + "man_scientist_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ", + "man_scientist_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ฌ", + "man_scientist_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ฌ", + "artist": "๐Ÿง‘โ€๐ŸŽจ", + "artist_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽจ", + "artist_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽจ", + "artist_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽจ", + "artist_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽจ", + "artist_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽจ", + "artist_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽจ", + "artist_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽจ", + "artist_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽจ", + "artist_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽจ", + "artist_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽจ", + "woman_artist": "๐Ÿ‘ฉโ€๐ŸŽจ", + "woman_artist_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ", + "woman_artist_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ", + "woman_artist_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ", + "woman_artist_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ", + "woman_artist_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽจ", + "woman_artist_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽจ", + "woman_artist_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽจ", + "woman_artist_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽจ", + "woman_artist_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽจ", + "woman_artist_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽจ", + "man_artist": "๐Ÿ‘จโ€๐ŸŽจ", + "man_artist_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ", + "man_artist_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ", + "man_artist_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽจ", + "man_artist_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽจ", + "man_artist_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ", + "man_artist_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ", + "man_artist_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽจ", + "man_artist_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽจ", + "man_artist_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽจ", + "man_artist_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽจ", + "firefighter": "๐Ÿง‘โ€๐Ÿš’", + "firefighter_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿš’", + "firefighter_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿš’", + "firefighter_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿš’", + "firefighter_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿš’", + "firefighter_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿš’", + "firefighter_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿš’", + "firefighter_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿš’", + "firefighter_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿš’", + "firefighter_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿš’", + "firefighter_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿš’", + "woman_firefighter": "๐Ÿ‘ฉโ€๐Ÿš’", + "woman_firefighter_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš’", + "woman_firefighter_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš’", + "woman_firefighter_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš’", + "woman_firefighter_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš’", + "woman_firefighter_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš’", + "woman_firefighter_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš’", + "woman_firefighter_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš’", + "woman_firefighter_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš’", + "woman_firefighter_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš’", + "woman_firefighter_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš’", + "man_firefighter": "๐Ÿ‘จโ€๐Ÿš’", + "man_firefighter_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš’", + "man_firefighter_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš’", + "man_firefighter_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš’", + "man_firefighter_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš’", + "man_firefighter_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš’", + "man_firefighter_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš’", + "man_firefighter_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš’", + "man_firefighter_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš’", + "man_firefighter_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš’", + "man_firefighter_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš’", + "pilot": "๐Ÿง‘โ€โœˆ๏ธ", + "pilot_tone1": "๐Ÿง‘๐Ÿปโ€โœˆ๏ธ", + "pilot_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โœˆ๏ธ", + "pilot_tone2": "๐Ÿง‘๐Ÿผโ€โœˆ๏ธ", + "pilot_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โœˆ๏ธ", + "pilot_tone3": "๐Ÿง‘๐Ÿฝโ€โœˆ๏ธ", + "pilot_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€โœˆ๏ธ", + "pilot_tone4": "๐Ÿง‘๐Ÿพโ€โœˆ๏ธ", + "pilot_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โœˆ๏ธ", + "pilot_tone5": "๐Ÿง‘๐Ÿฟโ€โœˆ๏ธ", + "pilot_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โœˆ๏ธ", + "woman_pilot": "๐Ÿ‘ฉโ€โœˆ๏ธ", + "woman_pilot_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โœˆ๏ธ", + "woman_pilot_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โœˆ๏ธ", + "woman_pilot_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โœˆ๏ธ", + "woman_pilot_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โœˆ๏ธ", + "woman_pilot_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โœˆ๏ธ", + "woman_pilot_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โœˆ๏ธ", + "woman_pilot_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โœˆ๏ธ", + "woman_pilot_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โœˆ๏ธ", + "woman_pilot_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โœˆ๏ธ", + "woman_pilot_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โœˆ๏ธ", + "man_pilot": "๐Ÿ‘จโ€โœˆ๏ธ", + "man_pilot_tone1": "๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ", + "man_pilot_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ", + "man_pilot_tone2": "๐Ÿ‘จ๐Ÿผโ€โœˆ๏ธ", + "man_pilot_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โœˆ๏ธ", + "man_pilot_tone3": "๐Ÿ‘จ๐Ÿฝโ€โœˆ๏ธ", + "man_pilot_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โœˆ๏ธ", + "man_pilot_tone4": "๐Ÿ‘จ๐Ÿพโ€โœˆ๏ธ", + "man_pilot_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โœˆ๏ธ", + "man_pilot_tone5": "๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ", + "man_pilot_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ", + "astronaut": "๐Ÿง‘โ€๐Ÿš€", + "astronaut_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿš€", + "astronaut_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿš€", + "astronaut_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿš€", + "astronaut_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿš€", + "astronaut_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿš€", + "astronaut_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿš€", + "astronaut_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿš€", + "astronaut_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿš€", + "astronaut_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿš€", + "astronaut_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿš€", + "woman_astronaut": "๐Ÿ‘ฉโ€๐Ÿš€", + "woman_astronaut_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš€", + "woman_astronaut_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš€", + "woman_astronaut_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš€", + "woman_astronaut_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš€", + "woman_astronaut_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš€", + "woman_astronaut_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš€", + "woman_astronaut_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš€", + "woman_astronaut_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš€", + "woman_astronaut_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš€", + "woman_astronaut_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš€", + "man_astronaut": "๐Ÿ‘จโ€๐Ÿš€", + "man_astronaut_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš€", + "man_astronaut_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš€", + "man_astronaut_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš€", + "man_astronaut_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš€", + "man_astronaut_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš€", + "man_astronaut_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš€", + "man_astronaut_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš€", + "man_astronaut_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš€", + "man_astronaut_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš€", + "man_astronaut_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš€", + "judge": "๐Ÿง‘โ€โš–๏ธ", + "judge_tone1": "๐Ÿง‘๐Ÿปโ€โš–๏ธ", + "judge_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โš–๏ธ", + "judge_tone2": "๐Ÿง‘๐Ÿผโ€โš–๏ธ", + "judge_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โš–๏ธ", + "judge_tone3": "๐Ÿง‘๐Ÿฝโ€โš–๏ธ", + "judge_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€โš–๏ธ", + "judge_tone4": "๐Ÿง‘๐Ÿพโ€โš–๏ธ", + "judge_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โš–๏ธ", + "judge_tone5": "๐Ÿง‘๐Ÿฟโ€โš–๏ธ", + "judge_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โš–๏ธ", + "woman_judge": "๐Ÿ‘ฉโ€โš–๏ธ", + "woman_judge_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ", + "woman_judge_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ", + "woman_judge_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ", + "woman_judge_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ", + "woman_judge_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โš–๏ธ", + "woman_judge_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โš–๏ธ", + "woman_judge_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โš–๏ธ", + "woman_judge_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โš–๏ธ", + "woman_judge_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โš–๏ธ", + "woman_judge_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โš–๏ธ", + "man_judge": "๐Ÿ‘จโ€โš–๏ธ", + "man_judge_tone1": "๐Ÿ‘จ๐Ÿปโ€โš–๏ธ", + "man_judge_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โš–๏ธ", + "man_judge_tone2": "๐Ÿ‘จ๐Ÿผโ€โš–๏ธ", + "man_judge_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โš–๏ธ", + "man_judge_tone3": "๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ", + "man_judge_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ", + "man_judge_tone4": "๐Ÿ‘จ๐Ÿพโ€โš–๏ธ", + "man_judge_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โš–๏ธ", + "man_judge_tone5": "๐Ÿ‘จ๐Ÿฟโ€โš–๏ธ", + "man_judge_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โš–๏ธ", + "person_with_veil": "๐Ÿ‘ฐ", + "person_with_veil_tone1": "๐Ÿ‘ฐ๐Ÿป", + "person_with_veil_tone2": "๐Ÿ‘ฐ๐Ÿผ", + "person_with_veil_tone3": "๐Ÿ‘ฐ๐Ÿฝ", + "person_with_veil_tone4": "๐Ÿ‘ฐ๐Ÿพ", + "person_with_veil_tone5": "๐Ÿ‘ฐ๐Ÿฟ", + "woman_with_veil": "๐Ÿ‘ฐโ€โ™€๏ธ", + "bride_with_veil": "๐Ÿ‘ฐโ€โ™€๏ธ", + "woman_with_veil_tone1": "๐Ÿ‘ฐ๐Ÿปโ€โ™€๏ธ", + "woman_with_veil_light_skin_tone": "๐Ÿ‘ฐ๐Ÿปโ€โ™€๏ธ", + "woman_with_veil_tone2": "๐Ÿ‘ฐ๐Ÿผโ€โ™€๏ธ", + "woman_with_veil_medium_light_skin_tone": "๐Ÿ‘ฐ๐Ÿผโ€โ™€๏ธ", + "woman_with_veil_tone3": "๐Ÿ‘ฐ๐Ÿฝโ€โ™€๏ธ", + "woman_with_veil_medium_skin_tone": "๐Ÿ‘ฐ๐Ÿฝโ€โ™€๏ธ", + "woman_with_veil_tone4": "๐Ÿ‘ฐ๐Ÿพโ€โ™€๏ธ", + "woman_with_veil_medium_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿพโ€โ™€๏ธ", + "woman_with_veil_tone5": "๐Ÿ‘ฐ๐Ÿฟโ€โ™€๏ธ", + "woman_with_veil_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿฟโ€โ™€๏ธ", + "man_with_veil": "๐Ÿ‘ฐโ€โ™‚๏ธ", + "man_with_veil_tone1": "๐Ÿ‘ฐ๐Ÿปโ€โ™‚๏ธ", + "man_with_veil_light_skin_tone": "๐Ÿ‘ฐ๐Ÿปโ€โ™‚๏ธ", + "man_with_veil_tone2": "๐Ÿ‘ฐ๐Ÿผโ€โ™‚๏ธ", + "man_with_veil_medium_light_skin_tone": "๐Ÿ‘ฐ๐Ÿผโ€โ™‚๏ธ", + "man_with_veil_tone3": "๐Ÿ‘ฐ๐Ÿฝโ€โ™‚๏ธ", + "man_with_veil_medium_skin_tone": "๐Ÿ‘ฐ๐Ÿฝโ€โ™‚๏ธ", + "man_with_veil_tone4": "๐Ÿ‘ฐ๐Ÿพโ€โ™‚๏ธ", + "man_with_veil_medium_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿพโ€โ™‚๏ธ", + "man_with_veil_tone5": "๐Ÿ‘ฐ๐Ÿฟโ€โ™‚๏ธ", + "man_with_veil_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿฟโ€โ™‚๏ธ", + "person_in_tuxedo": "๐Ÿคต", + "person_in_tuxedo_tone1": "๐Ÿคต๐Ÿป", + "tuxedo_tone1": "๐Ÿคต๐Ÿป", + "person_in_tuxedo_tone2": "๐Ÿคต๐Ÿผ", + "tuxedo_tone2": "๐Ÿคต๐Ÿผ", + "person_in_tuxedo_tone3": "๐Ÿคต๐Ÿฝ", + "tuxedo_tone3": "๐Ÿคต๐Ÿฝ", + "person_in_tuxedo_tone4": "๐Ÿคต๐Ÿพ", + "tuxedo_tone4": "๐Ÿคต๐Ÿพ", + "person_in_tuxedo_tone5": "๐Ÿคต๐Ÿฟ", + "tuxedo_tone5": "๐Ÿคต๐Ÿฟ", + "woman_in_tuxedo": "๐Ÿคตโ€โ™€๏ธ", + "woman_in_tuxedo_tone1": "๐Ÿคต๐Ÿปโ€โ™€๏ธ", + "woman_in_tuxedo_light_skin_tone": "๐Ÿคต๐Ÿปโ€โ™€๏ธ", + "woman_in_tuxedo_tone2": "๐Ÿคต๐Ÿผโ€โ™€๏ธ", + "woman_in_tuxedo_medium_light_skin_tone": "๐Ÿคต๐Ÿผโ€โ™€๏ธ", + "woman_in_tuxedo_tone3": "๐Ÿคต๐Ÿฝโ€โ™€๏ธ", + "woman_in_tuxedo_medium_skin_tone": "๐Ÿคต๐Ÿฝโ€โ™€๏ธ", + "woman_in_tuxedo_tone4": "๐Ÿคต๐Ÿพโ€โ™€๏ธ", + "woman_in_tuxedo_medium_dark_skin_tone": "๐Ÿคต๐Ÿพโ€โ™€๏ธ", + "woman_in_tuxedo_tone5": "๐Ÿคต๐Ÿฟโ€โ™€๏ธ", + "woman_in_tuxedo_dark_skin_tone": "๐Ÿคต๐Ÿฟโ€โ™€๏ธ", + "man_in_tuxedo": "๐Ÿคตโ€โ™‚๏ธ", + "man_in_tuxedo_tone1": "๐Ÿคต๐Ÿปโ€โ™‚๏ธ", + "man_in_tuxedo_light_skin_tone": "๐Ÿคต๐Ÿปโ€โ™‚๏ธ", + "man_in_tuxedo_tone2": "๐Ÿคต๐Ÿผโ€โ™‚๏ธ", + "man_in_tuxedo_medium_light_skin_tone": "๐Ÿคต๐Ÿผโ€โ™‚๏ธ", + "man_in_tuxedo_tone3": "๐Ÿคต๐Ÿฝโ€โ™‚๏ธ", + "man_in_tuxedo_medium_skin_tone": "๐Ÿคต๐Ÿฝโ€โ™‚๏ธ", + "man_in_tuxedo_tone4": "๐Ÿคต๐Ÿพโ€โ™‚๏ธ", + "man_in_tuxedo_medium_dark_skin_tone": "๐Ÿคต๐Ÿพโ€โ™‚๏ธ", + "man_in_tuxedo_tone5": "๐Ÿคต๐Ÿฟโ€โ™‚๏ธ", + "man_in_tuxedo_dark_skin_tone": "๐Ÿคต๐Ÿฟโ€โ™‚๏ธ", + "princess": "๐Ÿ‘ธ", + "princess_tone1": "๐Ÿ‘ธ๐Ÿป", + "princess_tone2": "๐Ÿ‘ธ๐Ÿผ", + "princess_tone3": "๐Ÿ‘ธ๐Ÿฝ", + "princess_tone4": "๐Ÿ‘ธ๐Ÿพ", + "princess_tone5": "๐Ÿ‘ธ๐Ÿฟ", + "prince": "๐Ÿคด", + "prince_tone1": "๐Ÿคด๐Ÿป", + "prince_tone2": "๐Ÿคด๐Ÿผ", + "prince_tone3": "๐Ÿคด๐Ÿฝ", + "prince_tone4": "๐Ÿคด๐Ÿพ", + "prince_tone5": "๐Ÿคด๐Ÿฟ", + "superhero": "๐Ÿฆธ", + "superhero_tone1": "๐Ÿฆธ๐Ÿป", + "superhero_light_skin_tone": "๐Ÿฆธ๐Ÿป", + "superhero_tone2": "๐Ÿฆธ๐Ÿผ", + "superhero_medium_light_skin_tone": "๐Ÿฆธ๐Ÿผ", + "superhero_tone3": "๐Ÿฆธ๐Ÿฝ", + "superhero_medium_skin_tone": "๐Ÿฆธ๐Ÿฝ", + "superhero_tone4": "๐Ÿฆธ๐Ÿพ", + "superhero_medium_dark_skin_tone": "๐Ÿฆธ๐Ÿพ", + "superhero_tone5": "๐Ÿฆธ๐Ÿฟ", + "superhero_dark_skin_tone": "๐Ÿฆธ๐Ÿฟ", + "woman_superhero": "๐Ÿฆธโ€โ™€๏ธ", + "woman_superhero_tone1": "๐Ÿฆธ๐Ÿปโ€โ™€๏ธ", + "woman_superhero_light_skin_tone": "๐Ÿฆธ๐Ÿปโ€โ™€๏ธ", + "woman_superhero_tone2": "๐Ÿฆธ๐Ÿผโ€โ™€๏ธ", + "woman_superhero_medium_light_skin_tone": "๐Ÿฆธ๐Ÿผโ€โ™€๏ธ", + "woman_superhero_tone3": "๐Ÿฆธ๐Ÿฝโ€โ™€๏ธ", + "woman_superhero_medium_skin_tone": "๐Ÿฆธ๐Ÿฝโ€โ™€๏ธ", + "woman_superhero_tone4": "๐Ÿฆธ๐Ÿพโ€โ™€๏ธ", + "woman_superhero_medium_dark_skin_tone": "๐Ÿฆธ๐Ÿพโ€โ™€๏ธ", + "woman_superhero_tone5": "๐Ÿฆธ๐Ÿฟโ€โ™€๏ธ", + "woman_superhero_dark_skin_tone": "๐Ÿฆธ๐Ÿฟโ€โ™€๏ธ", + "man_superhero": "๐Ÿฆธโ€โ™‚๏ธ", + "man_superhero_tone1": "๐Ÿฆธ๐Ÿปโ€โ™‚๏ธ", + "man_superhero_light_skin_tone": "๐Ÿฆธ๐Ÿปโ€โ™‚๏ธ", + "man_superhero_tone2": "๐Ÿฆธ๐Ÿผโ€โ™‚๏ธ", + "man_superhero_medium_light_skin_tone": "๐Ÿฆธ๐Ÿผโ€โ™‚๏ธ", + "man_superhero_tone3": "๐Ÿฆธ๐Ÿฝโ€โ™‚๏ธ", + "man_superhero_medium_skin_tone": "๐Ÿฆธ๐Ÿฝโ€โ™‚๏ธ", + "man_superhero_tone4": "๐Ÿฆธ๐Ÿพโ€โ™‚๏ธ", + "man_superhero_medium_dark_skin_tone": "๐Ÿฆธ๐Ÿพโ€โ™‚๏ธ", + "man_superhero_tone5": "๐Ÿฆธ๐Ÿฟโ€โ™‚๏ธ", + "man_superhero_dark_skin_tone": "๐Ÿฆธ๐Ÿฟโ€โ™‚๏ธ", + "supervillain": "๐Ÿฆน", + "supervillain_tone1": "๐Ÿฆน๐Ÿป", + "supervillain_light_skin_tone": "๐Ÿฆน๐Ÿป", + "supervillain_tone2": "๐Ÿฆน๐Ÿผ", + "supervillain_medium_light_skin_tone": "๐Ÿฆน๐Ÿผ", + "supervillain_tone3": "๐Ÿฆน๐Ÿฝ", + "supervillain_medium_skin_tone": "๐Ÿฆน๐Ÿฝ", + "supervillain_tone4": "๐Ÿฆน๐Ÿพ", + "supervillain_medium_dark_skin_tone": "๐Ÿฆน๐Ÿพ", + "supervillain_tone5": "๐Ÿฆน๐Ÿฟ", + "supervillain_dark_skin_tone": "๐Ÿฆน๐Ÿฟ", + "woman_supervillain": "๐Ÿฆนโ€โ™€๏ธ", + "woman_supervillain_tone1": "๐Ÿฆน๐Ÿปโ€โ™€๏ธ", + "woman_supervillain_light_skin_tone": "๐Ÿฆน๐Ÿปโ€โ™€๏ธ", + "woman_supervillain_tone2": "๐Ÿฆน๐Ÿผโ€โ™€๏ธ", + "woman_supervillain_medium_light_skin_tone": "๐Ÿฆน๐Ÿผโ€โ™€๏ธ", + "woman_supervillain_tone3": "๐Ÿฆน๐Ÿฝโ€โ™€๏ธ", + "woman_supervillain_medium_skin_tone": "๐Ÿฆน๐Ÿฝโ€โ™€๏ธ", + "woman_supervillain_tone4": "๐Ÿฆน๐Ÿพโ€โ™€๏ธ", + "woman_supervillain_medium_dark_skin_tone": "๐Ÿฆน๐Ÿพโ€โ™€๏ธ", + "woman_supervillain_tone5": "๐Ÿฆน๐Ÿฟโ€โ™€๏ธ", + "woman_supervillain_dark_skin_tone": "๐Ÿฆน๐Ÿฟโ€โ™€๏ธ", + "man_supervillain": "๐Ÿฆนโ€โ™‚๏ธ", + "man_supervillain_tone1": "๐Ÿฆน๐Ÿปโ€โ™‚๏ธ", + "man_supervillain_light_skin_tone": "๐Ÿฆน๐Ÿปโ€โ™‚๏ธ", + "man_supervillain_tone2": "๐Ÿฆน๐Ÿผโ€โ™‚๏ธ", + "man_supervillain_medium_light_skin_tone": "๐Ÿฆน๐Ÿผโ€โ™‚๏ธ", + "man_supervillain_tone3": "๐Ÿฆน๐Ÿฝโ€โ™‚๏ธ", + "man_supervillain_medium_skin_tone": "๐Ÿฆน๐Ÿฝโ€โ™‚๏ธ", + "man_supervillain_tone4": "๐Ÿฆน๐Ÿพโ€โ™‚๏ธ", + "man_supervillain_medium_dark_skin_tone": "๐Ÿฆน๐Ÿพโ€โ™‚๏ธ", + "man_supervillain_tone5": "๐Ÿฆน๐Ÿฟโ€โ™‚๏ธ", + "man_supervillain_dark_skin_tone": "๐Ÿฆน๐Ÿฟโ€โ™‚๏ธ", + "ninja": "๐Ÿฅท", + "ninja_tone1": "๐Ÿฅท๐Ÿป", + "ninja_light_skin_tone": "๐Ÿฅท๐Ÿป", + "ninja_tone2": "๐Ÿฅท๐Ÿผ", + "ninja_medium_light_skin_tone": "๐Ÿฅท๐Ÿผ", + "ninja_tone3": "๐Ÿฅท๐Ÿฝ", + "ninja_medium_skin_tone": "๐Ÿฅท๐Ÿฝ", + "ninja_tone4": "๐Ÿฅท๐Ÿพ", + "ninja_medium_dark_skin_tone": "๐Ÿฅท๐Ÿพ", + "ninja_tone5": "๐Ÿฅท๐Ÿฟ", + "ninja_dark_skin_tone": "๐Ÿฅท๐Ÿฟ", + "mx_claus": "๐Ÿง‘โ€๐ŸŽ„", + "mx_claus_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽ„", + "mx_claus_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽ„", + "mx_claus_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽ„", + "mx_claus_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽ„", + "mx_claus_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ„", + "mx_claus_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ„", + "mx_claus_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽ„", + "mx_claus_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽ„", + "mx_claus_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ„", + "mx_claus_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ„", + "mrs_claus": "๐Ÿคถ", + "mother_christmas": "๐Ÿคถ", + "mrs_claus_tone1": "๐Ÿคถ๐Ÿป", + "mother_christmas_tone1": "๐Ÿคถ๐Ÿป", + "mrs_claus_tone2": "๐Ÿคถ๐Ÿผ", + "mother_christmas_tone2": "๐Ÿคถ๐Ÿผ", + "mrs_claus_tone3": "๐Ÿคถ๐Ÿฝ", + "mother_christmas_tone3": "๐Ÿคถ๐Ÿฝ", + "mrs_claus_tone4": "๐Ÿคถ๐Ÿพ", + "mother_christmas_tone4": "๐Ÿคถ๐Ÿพ", + "mrs_claus_tone5": "๐Ÿคถ๐Ÿฟ", + "mother_christmas_tone5": "๐Ÿคถ๐Ÿฟ", + "santa": "๐ŸŽ…", + "santa_tone1": "๐ŸŽ…๐Ÿป", + "santa_tone2": "๐ŸŽ…๐Ÿผ", + "santa_tone3": "๐ŸŽ…๐Ÿฝ", + "santa_tone4": "๐ŸŽ…๐Ÿพ", + "santa_tone5": "๐ŸŽ…๐Ÿฟ", + "mage": "๐Ÿง™", + "mage_tone1": "๐Ÿง™๐Ÿป", + "mage_light_skin_tone": "๐Ÿง™๐Ÿป", + "mage_tone2": "๐Ÿง™๐Ÿผ", + "mage_medium_light_skin_tone": "๐Ÿง™๐Ÿผ", + "mage_tone3": "๐Ÿง™๐Ÿฝ", + "mage_medium_skin_tone": "๐Ÿง™๐Ÿฝ", + "mage_tone4": "๐Ÿง™๐Ÿพ", + "mage_medium_dark_skin_tone": "๐Ÿง™๐Ÿพ", + "mage_tone5": "๐Ÿง™๐Ÿฟ", + "mage_dark_skin_tone": "๐Ÿง™๐Ÿฟ", + "woman_mage": "๐Ÿง™โ€โ™€๏ธ", + "woman_mage_tone1": "๐Ÿง™๐Ÿปโ€โ™€๏ธ", + "woman_mage_light_skin_tone": "๐Ÿง™๐Ÿปโ€โ™€๏ธ", + "woman_mage_tone2": "๐Ÿง™๐Ÿผโ€โ™€๏ธ", + "woman_mage_medium_light_skin_tone": "๐Ÿง™๐Ÿผโ€โ™€๏ธ", + "woman_mage_tone3": "๐Ÿง™๐Ÿฝโ€โ™€๏ธ", + "woman_mage_medium_skin_tone": "๐Ÿง™๐Ÿฝโ€โ™€๏ธ", + "woman_mage_tone4": "๐Ÿง™๐Ÿพโ€โ™€๏ธ", + "woman_mage_medium_dark_skin_tone": "๐Ÿง™๐Ÿพโ€โ™€๏ธ", + "woman_mage_tone5": "๐Ÿง™๐Ÿฟโ€โ™€๏ธ", + "woman_mage_dark_skin_tone": "๐Ÿง™๐Ÿฟโ€โ™€๏ธ", + "man_mage": "๐Ÿง™โ€โ™‚๏ธ", + "man_mage_tone1": "๐Ÿง™๐Ÿปโ€โ™‚๏ธ", + "man_mage_light_skin_tone": "๐Ÿง™๐Ÿปโ€โ™‚๏ธ", + "man_mage_tone2": "๐Ÿง™๐Ÿผโ€โ™‚๏ธ", + "man_mage_medium_light_skin_tone": "๐Ÿง™๐Ÿผโ€โ™‚๏ธ", + "man_mage_tone3": "๐Ÿง™๐Ÿฝโ€โ™‚๏ธ", + "man_mage_medium_skin_tone": "๐Ÿง™๐Ÿฝโ€โ™‚๏ธ", + "man_mage_tone4": "๐Ÿง™๐Ÿพโ€โ™‚๏ธ", + "man_mage_medium_dark_skin_tone": "๐Ÿง™๐Ÿพโ€โ™‚๏ธ", + "man_mage_tone5": "๐Ÿง™๐Ÿฟโ€โ™‚๏ธ", + "man_mage_dark_skin_tone": "๐Ÿง™๐Ÿฟโ€โ™‚๏ธ", + "elf": "๐Ÿง", + "elf_tone1": "๐Ÿง๐Ÿป", + "elf_light_skin_tone": "๐Ÿง๐Ÿป", + "elf_tone2": "๐Ÿง๐Ÿผ", + "elf_medium_light_skin_tone": "๐Ÿง๐Ÿผ", + "elf_tone3": "๐Ÿง๐Ÿฝ", + "elf_medium_skin_tone": "๐Ÿง๐Ÿฝ", + "elf_tone4": "๐Ÿง๐Ÿพ", + "elf_medium_dark_skin_tone": "๐Ÿง๐Ÿพ", + "elf_tone5": "๐Ÿง๐Ÿฟ", + "elf_dark_skin_tone": "๐Ÿง๐Ÿฟ", + "woman_elf": "๐Ÿงโ€โ™€๏ธ", + "woman_elf_tone1": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "woman_elf_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "woman_elf_tone2": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "woman_elf_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "woman_elf_tone3": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "woman_elf_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "woman_elf_tone4": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "woman_elf_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "woman_elf_tone5": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "woman_elf_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "man_elf": "๐Ÿงโ€โ™‚๏ธ", + "man_elf_tone1": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "man_elf_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "man_elf_tone2": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "man_elf_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "man_elf_tone3": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "man_elf_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "man_elf_tone4": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "man_elf_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "man_elf_tone5": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "man_elf_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "vampire": "๐Ÿง›", + "vampire_tone1": "๐Ÿง›๐Ÿป", + "vampire_light_skin_tone": "๐Ÿง›๐Ÿป", + "vampire_tone2": "๐Ÿง›๐Ÿผ", + "vampire_medium_light_skin_tone": "๐Ÿง›๐Ÿผ", + "vampire_tone3": "๐Ÿง›๐Ÿฝ", + "vampire_medium_skin_tone": "๐Ÿง›๐Ÿฝ", + "vampire_tone4": "๐Ÿง›๐Ÿพ", + "vampire_medium_dark_skin_tone": "๐Ÿง›๐Ÿพ", + "vampire_tone5": "๐Ÿง›๐Ÿฟ", + "vampire_dark_skin_tone": "๐Ÿง›๐Ÿฟ", + "woman_vampire": "๐Ÿง›โ€โ™€๏ธ", + "woman_vampire_tone1": "๐Ÿง›๐Ÿปโ€โ™€๏ธ", + "woman_vampire_light_skin_tone": "๐Ÿง›๐Ÿปโ€โ™€๏ธ", + "woman_vampire_tone2": "๐Ÿง›๐Ÿผโ€โ™€๏ธ", + "woman_vampire_medium_light_skin_tone": "๐Ÿง›๐Ÿผโ€โ™€๏ธ", + "woman_vampire_tone3": "๐Ÿง›๐Ÿฝโ€โ™€๏ธ", + "woman_vampire_medium_skin_tone": "๐Ÿง›๐Ÿฝโ€โ™€๏ธ", + "woman_vampire_tone4": "๐Ÿง›๐Ÿพโ€โ™€๏ธ", + "woman_vampire_medium_dark_skin_tone": "๐Ÿง›๐Ÿพโ€โ™€๏ธ", + "woman_vampire_tone5": "๐Ÿง›๐Ÿฟโ€โ™€๏ธ", + "woman_vampire_dark_skin_tone": "๐Ÿง›๐Ÿฟโ€โ™€๏ธ", + "man_vampire": "๐Ÿง›โ€โ™‚๏ธ", + "man_vampire_tone1": "๐Ÿง›๐Ÿปโ€โ™‚๏ธ", + "man_vampire_light_skin_tone": "๐Ÿง›๐Ÿปโ€โ™‚๏ธ", + "man_vampire_tone2": "๐Ÿง›๐Ÿผโ€โ™‚๏ธ", + "man_vampire_medium_light_skin_tone": "๐Ÿง›๐Ÿผโ€โ™‚๏ธ", + "man_vampire_tone3": "๐Ÿง›๐Ÿฝโ€โ™‚๏ธ", + "man_vampire_medium_skin_tone": "๐Ÿง›๐Ÿฝโ€โ™‚๏ธ", + "man_vampire_tone4": "๐Ÿง›๐Ÿพโ€โ™‚๏ธ", + "man_vampire_medium_dark_skin_tone": "๐Ÿง›๐Ÿพโ€โ™‚๏ธ", + "man_vampire_tone5": "๐Ÿง›๐Ÿฟโ€โ™‚๏ธ", + "man_vampire_dark_skin_tone": "๐Ÿง›๐Ÿฟโ€โ™‚๏ธ", + "zombie": "๐ŸงŸ", + "woman_zombie": "๐ŸงŸโ€โ™€๏ธ", + "man_zombie": "๐ŸงŸโ€โ™‚๏ธ", + "genie": "๐Ÿงž", + "woman_genie": "๐Ÿงžโ€โ™€๏ธ", + "man_genie": "๐Ÿงžโ€โ™‚๏ธ", + "merperson": "๐Ÿงœ", + "merperson_tone1": "๐Ÿงœ๐Ÿป", + "merperson_light_skin_tone": "๐Ÿงœ๐Ÿป", + "merperson_tone2": "๐Ÿงœ๐Ÿผ", + "merperson_medium_light_skin_tone": "๐Ÿงœ๐Ÿผ", + "merperson_tone3": "๐Ÿงœ๐Ÿฝ", + "merperson_medium_skin_tone": "๐Ÿงœ๐Ÿฝ", + "merperson_tone4": "๐Ÿงœ๐Ÿพ", + "merperson_medium_dark_skin_tone": "๐Ÿงœ๐Ÿพ", + "merperson_tone5": "๐Ÿงœ๐Ÿฟ", + "merperson_dark_skin_tone": "๐Ÿงœ๐Ÿฟ", + "mermaid": "๐Ÿงœโ€โ™€๏ธ", + "mermaid_tone1": "๐Ÿงœ๐Ÿปโ€โ™€๏ธ", + "mermaid_light_skin_tone": "๐Ÿงœ๐Ÿปโ€โ™€๏ธ", + "mermaid_tone2": "๐Ÿงœ๐Ÿผโ€โ™€๏ธ", + "mermaid_medium_light_skin_tone": "๐Ÿงœ๐Ÿผโ€โ™€๏ธ", + "mermaid_tone3": "๐Ÿงœ๐Ÿฝโ€โ™€๏ธ", + "mermaid_medium_skin_tone": "๐Ÿงœ๐Ÿฝโ€โ™€๏ธ", + "mermaid_tone4": "๐Ÿงœ๐Ÿพโ€โ™€๏ธ", + "mermaid_medium_dark_skin_tone": "๐Ÿงœ๐Ÿพโ€โ™€๏ธ", + "mermaid_tone5": "๐Ÿงœ๐Ÿฟโ€โ™€๏ธ", + "mermaid_dark_skin_tone": "๐Ÿงœ๐Ÿฟโ€โ™€๏ธ", + "merman": "๐Ÿงœโ€โ™‚๏ธ", + "merman_tone1": "๐Ÿงœ๐Ÿปโ€โ™‚๏ธ", + "merman_light_skin_tone": "๐Ÿงœ๐Ÿปโ€โ™‚๏ธ", + "merman_tone2": "๐Ÿงœ๐Ÿผโ€โ™‚๏ธ", + "merman_medium_light_skin_tone": "๐Ÿงœ๐Ÿผโ€โ™‚๏ธ", + "merman_tone3": "๐Ÿงœ๐Ÿฝโ€โ™‚๏ธ", + "merman_medium_skin_tone": "๐Ÿงœ๐Ÿฝโ€โ™‚๏ธ", + "merman_tone4": "๐Ÿงœ๐Ÿพโ€โ™‚๏ธ", + "merman_medium_dark_skin_tone": "๐Ÿงœ๐Ÿพโ€โ™‚๏ธ", + "merman_tone5": "๐Ÿงœ๐Ÿฟโ€โ™‚๏ธ", + "merman_dark_skin_tone": "๐Ÿงœ๐Ÿฟโ€โ™‚๏ธ", + "fairy": "๐Ÿงš", + "fairy_tone1": "๐Ÿงš๐Ÿป", + "fairy_light_skin_tone": "๐Ÿงš๐Ÿป", + "fairy_tone2": "๐Ÿงš๐Ÿผ", + "fairy_medium_light_skin_tone": "๐Ÿงš๐Ÿผ", + "fairy_tone3": "๐Ÿงš๐Ÿฝ", + "fairy_medium_skin_tone": "๐Ÿงš๐Ÿฝ", + "fairy_tone4": "๐Ÿงš๐Ÿพ", + "fairy_medium_dark_skin_tone": "๐Ÿงš๐Ÿพ", + "fairy_tone5": "๐Ÿงš๐Ÿฟ", + "fairy_dark_skin_tone": "๐Ÿงš๐Ÿฟ", + "woman_fairy": "๐Ÿงšโ€โ™€๏ธ", + "woman_fairy_tone1": "๐Ÿงš๐Ÿปโ€โ™€๏ธ", + "woman_fairy_light_skin_tone": "๐Ÿงš๐Ÿปโ€โ™€๏ธ", + "woman_fairy_tone2": "๐Ÿงš๐Ÿผโ€โ™€๏ธ", + "woman_fairy_medium_light_skin_tone": "๐Ÿงš๐Ÿผโ€โ™€๏ธ", + "woman_fairy_tone3": "๐Ÿงš๐Ÿฝโ€โ™€๏ธ", + "woman_fairy_medium_skin_tone": "๐Ÿงš๐Ÿฝโ€โ™€๏ธ", + "woman_fairy_tone4": "๐Ÿงš๐Ÿพโ€โ™€๏ธ", + "woman_fairy_medium_dark_skin_tone": "๐Ÿงš๐Ÿพโ€โ™€๏ธ", + "woman_fairy_tone5": "๐Ÿงš๐Ÿฟโ€โ™€๏ธ", + "woman_fairy_dark_skin_tone": "๐Ÿงš๐Ÿฟโ€โ™€๏ธ", + "man_fairy": "๐Ÿงšโ€โ™‚๏ธ", + "man_fairy_tone1": "๐Ÿงš๐Ÿปโ€โ™‚๏ธ", + "man_fairy_light_skin_tone": "๐Ÿงš๐Ÿปโ€โ™‚๏ธ", + "man_fairy_tone2": "๐Ÿงš๐Ÿผโ€โ™‚๏ธ", + "man_fairy_medium_light_skin_tone": "๐Ÿงš๐Ÿผโ€โ™‚๏ธ", + "man_fairy_tone3": "๐Ÿงš๐Ÿฝโ€โ™‚๏ธ", + "man_fairy_medium_skin_tone": "๐Ÿงš๐Ÿฝโ€โ™‚๏ธ", + "man_fairy_tone4": "๐Ÿงš๐Ÿพโ€โ™‚๏ธ", + "man_fairy_medium_dark_skin_tone": "๐Ÿงš๐Ÿพโ€โ™‚๏ธ", + "man_fairy_tone5": "๐Ÿงš๐Ÿฟโ€โ™‚๏ธ", + "man_fairy_dark_skin_tone": "๐Ÿงš๐Ÿฟโ€โ™‚๏ธ", + "angel": "๐Ÿ‘ผ", + "angel_tone1": "๐Ÿ‘ผ๐Ÿป", + "angel_tone2": "๐Ÿ‘ผ๐Ÿผ", + "angel_tone3": "๐Ÿ‘ผ๐Ÿฝ", + "angel_tone4": "๐Ÿ‘ผ๐Ÿพ", + "angel_tone5": "๐Ÿ‘ผ๐Ÿฟ", + "pregnant_woman": "๐Ÿคฐ", + "expecting_woman": "๐Ÿคฐ", + "pregnant_woman_tone1": "๐Ÿคฐ๐Ÿป", + "expecting_woman_tone1": "๐Ÿคฐ๐Ÿป", + "pregnant_woman_tone2": "๐Ÿคฐ๐Ÿผ", + "expecting_woman_tone2": "๐Ÿคฐ๐Ÿผ", + "pregnant_woman_tone3": "๐Ÿคฐ๐Ÿฝ", + "expecting_woman_tone3": "๐Ÿคฐ๐Ÿฝ", + "pregnant_woman_tone4": "๐Ÿคฐ๐Ÿพ", + "expecting_woman_tone4": "๐Ÿคฐ๐Ÿพ", + "pregnant_woman_tone5": "๐Ÿคฐ๐Ÿฟ", + "expecting_woman_tone5": "๐Ÿคฐ๐Ÿฟ", + "breast_feeding": "๐Ÿคฑ", + "breast_feeding_tone1": "๐Ÿคฑ๐Ÿป", + "breast_feeding_light_skin_tone": "๐Ÿคฑ๐Ÿป", + "breast_feeding_tone2": "๐Ÿคฑ๐Ÿผ", + "breast_feeding_medium_light_skin_tone": "๐Ÿคฑ๐Ÿผ", + "breast_feeding_tone3": "๐Ÿคฑ๐Ÿฝ", + "breast_feeding_medium_skin_tone": "๐Ÿคฑ๐Ÿฝ", + "breast_feeding_tone4": "๐Ÿคฑ๐Ÿพ", + "breast_feeding_medium_dark_skin_tone": "๐Ÿคฑ๐Ÿพ", + "breast_feeding_tone5": "๐Ÿคฑ๐Ÿฟ", + "breast_feeding_dark_skin_tone": "๐Ÿคฑ๐Ÿฟ", + "person_feeding_baby": "๐Ÿง‘โ€๐Ÿผ", + "person_feeding_baby_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿผ", + "person_feeding_baby_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿผ", + "person_feeding_baby_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿผ", + "person_feeding_baby_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿผ", + "person_feeding_baby_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿผ", + "person_feeding_baby_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿผ", + "person_feeding_baby_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿผ", + "person_feeding_baby_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿผ", + "person_feeding_baby_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿผ", + "person_feeding_baby_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿผ", + "woman_feeding_baby": "๐Ÿ‘ฉโ€๐Ÿผ", + "woman_feeding_baby_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿผ", + "woman_feeding_baby_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿผ", + "woman_feeding_baby_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿผ", + "woman_feeding_baby_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿผ", + "woman_feeding_baby_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿผ", + "woman_feeding_baby_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿผ", + "woman_feeding_baby_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿผ", + "woman_feeding_baby_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿผ", + "woman_feeding_baby_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿผ", + "woman_feeding_baby_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿผ", + "man_feeding_baby": "๐Ÿ‘จโ€๐Ÿผ", + "man_feeding_baby_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿผ", + "man_feeding_baby_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿผ", + "man_feeding_baby_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿผ", + "man_feeding_baby_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿผ", + "man_feeding_baby_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿผ", + "man_feeding_baby_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿผ", + "man_feeding_baby_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿผ", + "man_feeding_baby_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿผ", + "man_feeding_baby_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿผ", + "man_feeding_baby_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿผ", + "person_bowing": "๐Ÿ™‡", + "bow": "๐Ÿ™‡", + "person_bowing_tone1": "๐Ÿ™‡๐Ÿป", + "bow_tone1": "๐Ÿ™‡๐Ÿป", + "person_bowing_tone2": "๐Ÿ™‡๐Ÿผ", + "bow_tone2": "๐Ÿ™‡๐Ÿผ", + "person_bowing_tone3": "๐Ÿ™‡๐Ÿฝ", + "bow_tone3": "๐Ÿ™‡๐Ÿฝ", + "person_bowing_tone4": "๐Ÿ™‡๐Ÿพ", + "bow_tone4": "๐Ÿ™‡๐Ÿพ", + "person_bowing_tone5": "๐Ÿ™‡๐Ÿฟ", + "bow_tone5": "๐Ÿ™‡๐Ÿฟ", + "woman_bowing": "๐Ÿ™‡โ€โ™€๏ธ", + "woman_bowing_tone1": "๐Ÿ™‡๐Ÿปโ€โ™€๏ธ", + "woman_bowing_light_skin_tone": "๐Ÿ™‡๐Ÿปโ€โ™€๏ธ", + "woman_bowing_tone2": "๐Ÿ™‡๐Ÿผโ€โ™€๏ธ", + "woman_bowing_medium_light_skin_tone": "๐Ÿ™‡๐Ÿผโ€โ™€๏ธ", + "woman_bowing_tone3": "๐Ÿ™‡๐Ÿฝโ€โ™€๏ธ", + "woman_bowing_medium_skin_tone": "๐Ÿ™‡๐Ÿฝโ€โ™€๏ธ", + "woman_bowing_tone4": "๐Ÿ™‡๐Ÿพโ€โ™€๏ธ", + "woman_bowing_medium_dark_skin_tone": "๐Ÿ™‡๐Ÿพโ€โ™€๏ธ", + "woman_bowing_tone5": "๐Ÿ™‡๐Ÿฟโ€โ™€๏ธ", + "woman_bowing_dark_skin_tone": "๐Ÿ™‡๐Ÿฟโ€โ™€๏ธ", + "man_bowing": "๐Ÿ™‡โ€โ™‚๏ธ", + "man_bowing_tone1": "๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ", + "man_bowing_light_skin_tone": "๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ", + "man_bowing_tone2": "๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ", + "man_bowing_medium_light_skin_tone": "๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ", + "man_bowing_tone3": "๐Ÿ™‡๐Ÿฝโ€โ™‚๏ธ", + "man_bowing_medium_skin_tone": "๐Ÿ™‡๐Ÿฝโ€โ™‚๏ธ", + "man_bowing_tone4": "๐Ÿ™‡๐Ÿพโ€โ™‚๏ธ", + "man_bowing_medium_dark_skin_tone": "๐Ÿ™‡๐Ÿพโ€โ™‚๏ธ", + "man_bowing_tone5": "๐Ÿ™‡๐Ÿฟโ€โ™‚๏ธ", + "man_bowing_dark_skin_tone": "๐Ÿ™‡๐Ÿฟโ€โ™‚๏ธ", + "person_tipping_hand": "๐Ÿ’", + "information_desk_person": "๐Ÿ’", + "person_tipping_hand_tone1": "๐Ÿ’๐Ÿป", + "information_desk_person_tone1": "๐Ÿ’๐Ÿป", + "person_tipping_hand_tone2": "๐Ÿ’๐Ÿผ", + "information_desk_person_tone2": "๐Ÿ’๐Ÿผ", + "person_tipping_hand_tone3": "๐Ÿ’๐Ÿฝ", + "information_desk_person_tone3": "๐Ÿ’๐Ÿฝ", + "person_tipping_hand_tone4": "๐Ÿ’๐Ÿพ", + "information_desk_person_tone4": "๐Ÿ’๐Ÿพ", + "person_tipping_hand_tone5": "๐Ÿ’๐Ÿฟ", + "information_desk_person_tone5": "๐Ÿ’๐Ÿฟ", + "woman_tipping_hand": "๐Ÿ’โ€โ™€๏ธ", + "woman_tipping_hand_tone1": "๐Ÿ’๐Ÿปโ€โ™€๏ธ", + "woman_tipping_hand_light_skin_tone": "๐Ÿ’๐Ÿปโ€โ™€๏ธ", + "woman_tipping_hand_tone2": "๐Ÿ’๐Ÿผโ€โ™€๏ธ", + "woman_tipping_hand_medium_light_skin_tone": "๐Ÿ’๐Ÿผโ€โ™€๏ธ", + "woman_tipping_hand_tone3": "๐Ÿ’๐Ÿฝโ€โ™€๏ธ", + "woman_tipping_hand_medium_skin_tone": "๐Ÿ’๐Ÿฝโ€โ™€๏ธ", + "woman_tipping_hand_tone4": "๐Ÿ’๐Ÿพโ€โ™€๏ธ", + "woman_tipping_hand_medium_dark_skin_tone": "๐Ÿ’๐Ÿพโ€โ™€๏ธ", + "woman_tipping_hand_tone5": "๐Ÿ’๐Ÿฟโ€โ™€๏ธ", + "woman_tipping_hand_dark_skin_tone": "๐Ÿ’๐Ÿฟโ€โ™€๏ธ", + "man_tipping_hand": "๐Ÿ’โ€โ™‚๏ธ", + "man_tipping_hand_tone1": "๐Ÿ’๐Ÿปโ€โ™‚๏ธ", + "man_tipping_hand_light_skin_tone": "๐Ÿ’๐Ÿปโ€โ™‚๏ธ", + "man_tipping_hand_tone2": "๐Ÿ’๐Ÿผโ€โ™‚๏ธ", + "man_tipping_hand_medium_light_skin_tone": "๐Ÿ’๐Ÿผโ€โ™‚๏ธ", + "man_tipping_hand_tone3": "๐Ÿ’๐Ÿฝโ€โ™‚๏ธ", + "man_tipping_hand_medium_skin_tone": "๐Ÿ’๐Ÿฝโ€โ™‚๏ธ", + "man_tipping_hand_tone4": "๐Ÿ’๐Ÿพโ€โ™‚๏ธ", + "man_tipping_hand_medium_dark_skin_tone": "๐Ÿ’๐Ÿพโ€โ™‚๏ธ", + "man_tipping_hand_tone5": "๐Ÿ’๐Ÿฟโ€โ™‚๏ธ", + "man_tipping_hand_dark_skin_tone": "๐Ÿ’๐Ÿฟโ€โ™‚๏ธ", + "person_gesturing_no": "๐Ÿ™…", + "no_good": "๐Ÿ™…", + "person_gesturing_no_tone1": "๐Ÿ™…๐Ÿป", + "no_good_tone1": "๐Ÿ™…๐Ÿป", + "person_gesturing_no_tone2": "๐Ÿ™…๐Ÿผ", + "no_good_tone2": "๐Ÿ™…๐Ÿผ", + "person_gesturing_no_tone3": "๐Ÿ™…๐Ÿฝ", + "no_good_tone3": "๐Ÿ™…๐Ÿฝ", + "person_gesturing_no_tone4": "๐Ÿ™…๐Ÿพ", + "no_good_tone4": "๐Ÿ™…๐Ÿพ", + "person_gesturing_no_tone5": "๐Ÿ™…๐Ÿฟ", + "no_good_tone5": "๐Ÿ™…๐Ÿฟ", + "woman_gesturing_no": "๐Ÿ™…โ€โ™€๏ธ", + "woman_gesturing_no_tone1": "๐Ÿ™…๐Ÿปโ€โ™€๏ธ", + "woman_gesturing_no_light_skin_tone": "๐Ÿ™…๐Ÿปโ€โ™€๏ธ", + "woman_gesturing_no_tone2": "๐Ÿ™…๐Ÿผโ€โ™€๏ธ", + "woman_gesturing_no_medium_light_skin_tone": "๐Ÿ™…๐Ÿผโ€โ™€๏ธ", + "woman_gesturing_no_tone3": "๐Ÿ™…๐Ÿฝโ€โ™€๏ธ", + "woman_gesturing_no_medium_skin_tone": "๐Ÿ™…๐Ÿฝโ€โ™€๏ธ", + "woman_gesturing_no_tone4": "๐Ÿ™…๐Ÿพโ€โ™€๏ธ", + "woman_gesturing_no_medium_dark_skin_tone": "๐Ÿ™…๐Ÿพโ€โ™€๏ธ", + "woman_gesturing_no_tone5": "๐Ÿ™…๐Ÿฟโ€โ™€๏ธ", + "woman_gesturing_no_dark_skin_tone": "๐Ÿ™…๐Ÿฟโ€โ™€๏ธ", + "man_gesturing_no": "๐Ÿ™…โ€โ™‚๏ธ", + "man_gesturing_no_tone1": "๐Ÿ™…๐Ÿปโ€โ™‚๏ธ", + "man_gesturing_no_light_skin_tone": "๐Ÿ™…๐Ÿปโ€โ™‚๏ธ", + "man_gesturing_no_tone2": "๐Ÿ™…๐Ÿผโ€โ™‚๏ธ", + "man_gesturing_no_medium_light_skin_tone": "๐Ÿ™…๐Ÿผโ€โ™‚๏ธ", + "man_gesturing_no_tone3": "๐Ÿ™…๐Ÿฝโ€โ™‚๏ธ", + "man_gesturing_no_medium_skin_tone": "๐Ÿ™…๐Ÿฝโ€โ™‚๏ธ", + "man_gesturing_no_tone4": "๐Ÿ™…๐Ÿพโ€โ™‚๏ธ", + "man_gesturing_no_medium_dark_skin_tone": "๐Ÿ™…๐Ÿพโ€โ™‚๏ธ", + "man_gesturing_no_tone5": "๐Ÿ™…๐Ÿฟโ€โ™‚๏ธ", + "man_gesturing_no_dark_skin_tone": "๐Ÿ™…๐Ÿฟโ€โ™‚๏ธ", + "person_gesturing_ok": "๐Ÿ™†", + "ok_woman": "๐Ÿ™†", + "person_gesturing_ok_tone1": "๐Ÿ™†๐Ÿป", + "ok_woman_tone1": "๐Ÿ™†๐Ÿป", + "person_gesturing_ok_tone2": "๐Ÿ™†๐Ÿผ", + "ok_woman_tone2": "๐Ÿ™†๐Ÿผ", + "person_gesturing_ok_tone3": "๐Ÿ™†๐Ÿฝ", + "ok_woman_tone3": "๐Ÿ™†๐Ÿฝ", + "person_gesturing_ok_tone4": "๐Ÿ™†๐Ÿพ", + "ok_woman_tone4": "๐Ÿ™†๐Ÿพ", + "person_gesturing_ok_tone5": "๐Ÿ™†๐Ÿฟ", + "ok_woman_tone5": "๐Ÿ™†๐Ÿฟ", + "woman_gesturing_ok": "๐Ÿ™†โ€โ™€๏ธ", + "woman_gesturing_ok_tone1": "๐Ÿ™†๐Ÿปโ€โ™€๏ธ", + "woman_gesturing_ok_light_skin_tone": "๐Ÿ™†๐Ÿปโ€โ™€๏ธ", + "woman_gesturing_ok_tone2": "๐Ÿ™†๐Ÿผโ€โ™€๏ธ", + "woman_gesturing_ok_medium_light_skin_tone": "๐Ÿ™†๐Ÿผโ€โ™€๏ธ", + "woman_gesturing_ok_tone3": "๐Ÿ™†๐Ÿฝโ€โ™€๏ธ", + "woman_gesturing_ok_medium_skin_tone": "๐Ÿ™†๐Ÿฝโ€โ™€๏ธ", + "woman_gesturing_ok_tone4": "๐Ÿ™†๐Ÿพโ€โ™€๏ธ", + "woman_gesturing_ok_medium_dark_skin_tone": "๐Ÿ™†๐Ÿพโ€โ™€๏ธ", + "woman_gesturing_ok_tone5": "๐Ÿ™†๐Ÿฟโ€โ™€๏ธ", + "woman_gesturing_ok_dark_skin_tone": "๐Ÿ™†๐Ÿฟโ€โ™€๏ธ", + "man_gesturing_ok": "๐Ÿ™†โ€โ™‚๏ธ", + "man_gesturing_ok_tone1": "๐Ÿ™†๐Ÿปโ€โ™‚๏ธ", + "man_gesturing_ok_light_skin_tone": "๐Ÿ™†๐Ÿปโ€โ™‚๏ธ", + "man_gesturing_ok_tone2": "๐Ÿ™†๐Ÿผโ€โ™‚๏ธ", + "man_gesturing_ok_medium_light_skin_tone": "๐Ÿ™†๐Ÿผโ€โ™‚๏ธ", + "man_gesturing_ok_tone3": "๐Ÿ™†๐Ÿฝโ€โ™‚๏ธ", + "man_gesturing_ok_medium_skin_tone": "๐Ÿ™†๐Ÿฝโ€โ™‚๏ธ", + "man_gesturing_ok_tone4": "๐Ÿ™†๐Ÿพโ€โ™‚๏ธ", + "man_gesturing_ok_medium_dark_skin_tone": "๐Ÿ™†๐Ÿพโ€โ™‚๏ธ", + "man_gesturing_ok_tone5": "๐Ÿ™†๐Ÿฟโ€โ™‚๏ธ", + "man_gesturing_ok_dark_skin_tone": "๐Ÿ™†๐Ÿฟโ€โ™‚๏ธ", + "person_raising_hand": "๐Ÿ™‹", + "raising_hand": "๐Ÿ™‹", + "person_raising_hand_tone1": "๐Ÿ™‹๐Ÿป", + "raising_hand_tone1": "๐Ÿ™‹๐Ÿป", + "person_raising_hand_tone2": "๐Ÿ™‹๐Ÿผ", + "raising_hand_tone2": "๐Ÿ™‹๐Ÿผ", + "person_raising_hand_tone3": "๐Ÿ™‹๐Ÿฝ", + "raising_hand_tone3": "๐Ÿ™‹๐Ÿฝ", + "person_raising_hand_tone4": "๐Ÿ™‹๐Ÿพ", + "raising_hand_tone4": "๐Ÿ™‹๐Ÿพ", + "person_raising_hand_tone5": "๐Ÿ™‹๐Ÿฟ", + "raising_hand_tone5": "๐Ÿ™‹๐Ÿฟ", + "woman_raising_hand": "๐Ÿ™‹โ€โ™€๏ธ", + "woman_raising_hand_tone1": "๐Ÿ™‹๐Ÿปโ€โ™€๏ธ", + "woman_raising_hand_light_skin_tone": "๐Ÿ™‹๐Ÿปโ€โ™€๏ธ", + "woman_raising_hand_tone2": "๐Ÿ™‹๐Ÿผโ€โ™€๏ธ", + "woman_raising_hand_medium_light_skin_tone": "๐Ÿ™‹๐Ÿผโ€โ™€๏ธ", + "woman_raising_hand_tone3": "๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ", + "woman_raising_hand_medium_skin_tone": "๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ", + "woman_raising_hand_tone4": "๐Ÿ™‹๐Ÿพโ€โ™€๏ธ", + "woman_raising_hand_medium_dark_skin_tone": "๐Ÿ™‹๐Ÿพโ€โ™€๏ธ", + "woman_raising_hand_tone5": "๐Ÿ™‹๐Ÿฟโ€โ™€๏ธ", + "woman_raising_hand_dark_skin_tone": "๐Ÿ™‹๐Ÿฟโ€โ™€๏ธ", + "man_raising_hand": "๐Ÿ™‹โ€โ™‚๏ธ", + "man_raising_hand_tone1": "๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ", + "man_raising_hand_light_skin_tone": "๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ", + "man_raising_hand_tone2": "๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ", + "man_raising_hand_medium_light_skin_tone": "๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ", + "man_raising_hand_tone3": "๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ", + "man_raising_hand_medium_skin_tone": "๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ", + "man_raising_hand_tone4": "๐Ÿ™‹๐Ÿพโ€โ™‚๏ธ", + "man_raising_hand_medium_dark_skin_tone": "๐Ÿ™‹๐Ÿพโ€โ™‚๏ธ", + "man_raising_hand_tone5": "๐Ÿ™‹๐Ÿฟโ€โ™‚๏ธ", + "man_raising_hand_dark_skin_tone": "๐Ÿ™‹๐Ÿฟโ€โ™‚๏ธ", + "deaf_person": "๐Ÿง", + "deaf_person_tone1": "๐Ÿง๐Ÿป", + "deaf_person_light_skin_tone": "๐Ÿง๐Ÿป", + "deaf_person_tone2": "๐Ÿง๐Ÿผ", + "deaf_person_medium_light_skin_tone": "๐Ÿง๐Ÿผ", + "deaf_person_tone3": "๐Ÿง๐Ÿฝ", + "deaf_person_medium_skin_tone": "๐Ÿง๐Ÿฝ", + "deaf_person_tone4": "๐Ÿง๐Ÿพ", + "deaf_person_medium_dark_skin_tone": "๐Ÿง๐Ÿพ", + "deaf_person_tone5": "๐Ÿง๐Ÿฟ", + "deaf_person_dark_skin_tone": "๐Ÿง๐Ÿฟ", + "deaf_woman": "๐Ÿงโ€โ™€๏ธ", + "deaf_woman_tone1": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "deaf_woman_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "deaf_woman_tone2": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "deaf_woman_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "deaf_woman_tone3": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "deaf_woman_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "deaf_woman_tone4": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "deaf_woman_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "deaf_woman_tone5": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "deaf_woman_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "deaf_man": "๐Ÿงโ€โ™‚๏ธ", + "deaf_man_tone1": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "deaf_man_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "deaf_man_tone2": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "deaf_man_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "deaf_man_tone3": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "deaf_man_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "deaf_man_tone4": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "deaf_man_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "deaf_man_tone5": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "deaf_man_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "person_facepalming": "๐Ÿคฆ", + "face_palm": "๐Ÿคฆ", + "facepalm": "๐Ÿคฆ", + "person_facepalming_tone1": "๐Ÿคฆ๐Ÿป", + "face_palm_tone1": "๐Ÿคฆ๐Ÿป", + "facepalm_tone1": "๐Ÿคฆ๐Ÿป", + "person_facepalming_tone2": "๐Ÿคฆ๐Ÿผ", + "face_palm_tone2": "๐Ÿคฆ๐Ÿผ", + "facepalm_tone2": "๐Ÿคฆ๐Ÿผ", + "person_facepalming_tone3": "๐Ÿคฆ๐Ÿฝ", + "face_palm_tone3": "๐Ÿคฆ๐Ÿฝ", + "facepalm_tone3": "๐Ÿคฆ๐Ÿฝ", + "person_facepalming_tone4": "๐Ÿคฆ๐Ÿพ", + "face_palm_tone4": "๐Ÿคฆ๐Ÿพ", + "facepalm_tone4": "๐Ÿคฆ๐Ÿพ", + "person_facepalming_tone5": "๐Ÿคฆ๐Ÿฟ", + "face_palm_tone5": "๐Ÿคฆ๐Ÿฟ", + "facepalm_tone5": "๐Ÿคฆ๐Ÿฟ", + "woman_facepalming": "๐Ÿคฆโ€โ™€๏ธ", + "woman_facepalming_tone1": "๐Ÿคฆ๐Ÿปโ€โ™€๏ธ", + "woman_facepalming_light_skin_tone": "๐Ÿคฆ๐Ÿปโ€โ™€๏ธ", + "woman_facepalming_tone2": "๐Ÿคฆ๐Ÿผโ€โ™€๏ธ", + "woman_facepalming_medium_light_skin_tone": "๐Ÿคฆ๐Ÿผโ€โ™€๏ธ", + "woman_facepalming_tone3": "๐Ÿคฆ๐Ÿฝโ€โ™€๏ธ", + "woman_facepalming_medium_skin_tone": "๐Ÿคฆ๐Ÿฝโ€โ™€๏ธ", + "woman_facepalming_tone4": "๐Ÿคฆ๐Ÿพโ€โ™€๏ธ", + "woman_facepalming_medium_dark_skin_tone": "๐Ÿคฆ๐Ÿพโ€โ™€๏ธ", + "woman_facepalming_tone5": "๐Ÿคฆ๐Ÿฟโ€โ™€๏ธ", + "woman_facepalming_dark_skin_tone": "๐Ÿคฆ๐Ÿฟโ€โ™€๏ธ", + "man_facepalming": "๐Ÿคฆโ€โ™‚๏ธ", + "man_facepalming_tone1": "๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ", + "man_facepalming_light_skin_tone": "๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ", + "man_facepalming_tone2": "๐Ÿคฆ๐Ÿผโ€โ™‚๏ธ", + "man_facepalming_medium_light_skin_tone": "๐Ÿคฆ๐Ÿผโ€โ™‚๏ธ", + "man_facepalming_tone3": "๐Ÿคฆ๐Ÿฝโ€โ™‚๏ธ", + "man_facepalming_medium_skin_tone": "๐Ÿคฆ๐Ÿฝโ€โ™‚๏ธ", + "man_facepalming_tone4": "๐Ÿคฆ๐Ÿพโ€โ™‚๏ธ", + "man_facepalming_medium_dark_skin_tone": "๐Ÿคฆ๐Ÿพโ€โ™‚๏ธ", + "man_facepalming_tone5": "๐Ÿคฆ๐Ÿฟโ€โ™‚๏ธ", + "man_facepalming_dark_skin_tone": "๐Ÿคฆ๐Ÿฟโ€โ™‚๏ธ", + "person_shrugging": "๐Ÿคท", + "shrug": "๐Ÿคท", + "person_shrugging_tone1": "๐Ÿคท๐Ÿป", + "shrug_tone1": "๐Ÿคท๐Ÿป", + "person_shrugging_tone2": "๐Ÿคท๐Ÿผ", + "shrug_tone2": "๐Ÿคท๐Ÿผ", + "person_shrugging_tone3": "๐Ÿคท๐Ÿฝ", + "shrug_tone3": "๐Ÿคท๐Ÿฝ", + "person_shrugging_tone4": "๐Ÿคท๐Ÿพ", + "shrug_tone4": "๐Ÿคท๐Ÿพ", + "person_shrugging_tone5": "๐Ÿคท๐Ÿฟ", + "shrug_tone5": "๐Ÿคท๐Ÿฟ", + "woman_shrugging": "๐Ÿคทโ€โ™€๏ธ", + "woman_shrugging_tone1": "๐Ÿคท๐Ÿปโ€โ™€๏ธ", + "woman_shrugging_light_skin_tone": "๐Ÿคท๐Ÿปโ€โ™€๏ธ", + "woman_shrugging_tone2": "๐Ÿคท๐Ÿผโ€โ™€๏ธ", + "woman_shrugging_medium_light_skin_tone": "๐Ÿคท๐Ÿผโ€โ™€๏ธ", + "woman_shrugging_tone3": "๐Ÿคท๐Ÿฝโ€โ™€๏ธ", + "woman_shrugging_medium_skin_tone": "๐Ÿคท๐Ÿฝโ€โ™€๏ธ", + "woman_shrugging_tone4": "๐Ÿคท๐Ÿพโ€โ™€๏ธ", + "woman_shrugging_medium_dark_skin_tone": "๐Ÿคท๐Ÿพโ€โ™€๏ธ", + "woman_shrugging_tone5": "๐Ÿคท๐Ÿฟโ€โ™€๏ธ", + "woman_shrugging_dark_skin_tone": "๐Ÿคท๐Ÿฟโ€โ™€๏ธ", + "man_shrugging": "๐Ÿคทโ€โ™‚๏ธ", + "man_shrugging_tone1": "๐Ÿคท๐Ÿปโ€โ™‚๏ธ", + "man_shrugging_light_skin_tone": "๐Ÿคท๐Ÿปโ€โ™‚๏ธ", + "man_shrugging_tone2": "๐Ÿคท๐Ÿผโ€โ™‚๏ธ", + "man_shrugging_medium_light_skin_tone": "๐Ÿคท๐Ÿผโ€โ™‚๏ธ", + "man_shrugging_tone3": "๐Ÿคท๐Ÿฝโ€โ™‚๏ธ", + "man_shrugging_medium_skin_tone": "๐Ÿคท๐Ÿฝโ€โ™‚๏ธ", + "man_shrugging_tone4": "๐Ÿคท๐Ÿพโ€โ™‚๏ธ", + "man_shrugging_medium_dark_skin_tone": "๐Ÿคท๐Ÿพโ€โ™‚๏ธ", + "man_shrugging_tone5": "๐Ÿคท๐Ÿฟโ€โ™‚๏ธ", + "man_shrugging_dark_skin_tone": "๐Ÿคท๐Ÿฟโ€โ™‚๏ธ", + "person_pouting": "๐Ÿ™Ž", + "person_with_pouting_face": "๐Ÿ™Ž", + "person_pouting_tone1": "๐Ÿ™Ž๐Ÿป", + "person_with_pouting_face_tone1": "๐Ÿ™Ž๐Ÿป", + "person_pouting_tone2": "๐Ÿ™Ž๐Ÿผ", + "person_with_pouting_face_tone2": "๐Ÿ™Ž๐Ÿผ", + "person_pouting_tone3": "๐Ÿ™Ž๐Ÿฝ", + "person_with_pouting_face_tone3": "๐Ÿ™Ž๐Ÿฝ", + "person_pouting_tone4": "๐Ÿ™Ž๐Ÿพ", + "person_with_pouting_face_tone4": "๐Ÿ™Ž๐Ÿพ", + "person_pouting_tone5": "๐Ÿ™Ž๐Ÿฟ", + "person_with_pouting_face_tone5": "๐Ÿ™Ž๐Ÿฟ", + "woman_pouting": "๐Ÿ™Žโ€โ™€๏ธ", + "woman_pouting_tone1": "๐Ÿ™Ž๐Ÿปโ€โ™€๏ธ", + "woman_pouting_light_skin_tone": "๐Ÿ™Ž๐Ÿปโ€โ™€๏ธ", + "woman_pouting_tone2": "๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ", + "woman_pouting_medium_light_skin_tone": "๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ", + "woman_pouting_tone3": "๐Ÿ™Ž๐Ÿฝโ€โ™€๏ธ", + "woman_pouting_medium_skin_tone": "๐Ÿ™Ž๐Ÿฝโ€โ™€๏ธ", + "woman_pouting_tone4": "๐Ÿ™Ž๐Ÿพโ€โ™€๏ธ", + "woman_pouting_medium_dark_skin_tone": "๐Ÿ™Ž๐Ÿพโ€โ™€๏ธ", + "woman_pouting_tone5": "๐Ÿ™Ž๐Ÿฟโ€โ™€๏ธ", + "woman_pouting_dark_skin_tone": "๐Ÿ™Ž๐Ÿฟโ€โ™€๏ธ", + "man_pouting": "๐Ÿ™Žโ€โ™‚๏ธ", + "man_pouting_tone1": "๐Ÿ™Ž๐Ÿปโ€โ™‚๏ธ", + "man_pouting_light_skin_tone": "๐Ÿ™Ž๐Ÿปโ€โ™‚๏ธ", + "man_pouting_tone2": "๐Ÿ™Ž๐Ÿผโ€โ™‚๏ธ", + "man_pouting_medium_light_skin_tone": "๐Ÿ™Ž๐Ÿผโ€โ™‚๏ธ", + "man_pouting_tone3": "๐Ÿ™Ž๐Ÿฝโ€โ™‚๏ธ", + "man_pouting_medium_skin_tone": "๐Ÿ™Ž๐Ÿฝโ€โ™‚๏ธ", + "man_pouting_tone4": "๐Ÿ™Ž๐Ÿพโ€โ™‚๏ธ", + "man_pouting_medium_dark_skin_tone": "๐Ÿ™Ž๐Ÿพโ€โ™‚๏ธ", + "man_pouting_tone5": "๐Ÿ™Ž๐Ÿฟโ€โ™‚๏ธ", + "man_pouting_dark_skin_tone": "๐Ÿ™Ž๐Ÿฟโ€โ™‚๏ธ", + "person_frowning": "๐Ÿ™", + "person_frowning_tone1": "๐Ÿ™๐Ÿป", + "person_frowning_tone2": "๐Ÿ™๐Ÿผ", + "person_frowning_tone3": "๐Ÿ™๐Ÿฝ", + "person_frowning_tone4": "๐Ÿ™๐Ÿพ", + "person_frowning_tone5": "๐Ÿ™๐Ÿฟ", + "woman_frowning": "๐Ÿ™โ€โ™€๏ธ", + "woman_frowning_tone1": "๐Ÿ™๐Ÿปโ€โ™€๏ธ", + "woman_frowning_light_skin_tone": "๐Ÿ™๐Ÿปโ€โ™€๏ธ", + "woman_frowning_tone2": "๐Ÿ™๐Ÿผโ€โ™€๏ธ", + "woman_frowning_medium_light_skin_tone": "๐Ÿ™๐Ÿผโ€โ™€๏ธ", + "woman_frowning_tone3": "๐Ÿ™๐Ÿฝโ€โ™€๏ธ", + "woman_frowning_medium_skin_tone": "๐Ÿ™๐Ÿฝโ€โ™€๏ธ", + "woman_frowning_tone4": "๐Ÿ™๐Ÿพโ€โ™€๏ธ", + "woman_frowning_medium_dark_skin_tone": "๐Ÿ™๐Ÿพโ€โ™€๏ธ", + "woman_frowning_tone5": "๐Ÿ™๐Ÿฟโ€โ™€๏ธ", + "woman_frowning_dark_skin_tone": "๐Ÿ™๐Ÿฟโ€โ™€๏ธ", + "man_frowning": "๐Ÿ™โ€โ™‚๏ธ", + "man_frowning_tone1": "๐Ÿ™๐Ÿปโ€โ™‚๏ธ", + "man_frowning_light_skin_tone": "๐Ÿ™๐Ÿปโ€โ™‚๏ธ", + "man_frowning_tone2": "๐Ÿ™๐Ÿผโ€โ™‚๏ธ", + "man_frowning_medium_light_skin_tone": "๐Ÿ™๐Ÿผโ€โ™‚๏ธ", + "man_frowning_tone3": "๐Ÿ™๐Ÿฝโ€โ™‚๏ธ", + "man_frowning_medium_skin_tone": "๐Ÿ™๐Ÿฝโ€โ™‚๏ธ", + "man_frowning_tone4": "๐Ÿ™๐Ÿพโ€โ™‚๏ธ", + "man_frowning_medium_dark_skin_tone": "๐Ÿ™๐Ÿพโ€โ™‚๏ธ", + "man_frowning_tone5": "๐Ÿ™๐Ÿฟโ€โ™‚๏ธ", + "man_frowning_dark_skin_tone": "๐Ÿ™๐Ÿฟโ€โ™‚๏ธ", + "person_getting_haircut": "๐Ÿ’‡", + "haircut": "๐Ÿ’‡", + "person_getting_haircut_tone1": "๐Ÿ’‡๐Ÿป", + "haircut_tone1": "๐Ÿ’‡๐Ÿป", + "person_getting_haircut_tone2": "๐Ÿ’‡๐Ÿผ", + "haircut_tone2": "๐Ÿ’‡๐Ÿผ", + "person_getting_haircut_tone3": "๐Ÿ’‡๐Ÿฝ", + "haircut_tone3": "๐Ÿ’‡๐Ÿฝ", + "person_getting_haircut_tone4": "๐Ÿ’‡๐Ÿพ", + "haircut_tone4": "๐Ÿ’‡๐Ÿพ", + "person_getting_haircut_tone5": "๐Ÿ’‡๐Ÿฟ", + "haircut_tone5": "๐Ÿ’‡๐Ÿฟ", + "woman_getting_haircut": "๐Ÿ’‡โ€โ™€๏ธ", + "woman_getting_haircut_tone1": "๐Ÿ’‡๐Ÿปโ€โ™€๏ธ", + "woman_getting_haircut_light_skin_tone": "๐Ÿ’‡๐Ÿปโ€โ™€๏ธ", + "woman_getting_haircut_tone2": "๐Ÿ’‡๐Ÿผโ€โ™€๏ธ", + "woman_getting_haircut_medium_light_skin_tone": "๐Ÿ’‡๐Ÿผโ€โ™€๏ธ", + "woman_getting_haircut_tone3": "๐Ÿ’‡๐Ÿฝโ€โ™€๏ธ", + "woman_getting_haircut_medium_skin_tone": "๐Ÿ’‡๐Ÿฝโ€โ™€๏ธ", + "woman_getting_haircut_tone4": "๐Ÿ’‡๐Ÿพโ€โ™€๏ธ", + "woman_getting_haircut_medium_dark_skin_tone": "๐Ÿ’‡๐Ÿพโ€โ™€๏ธ", + "woman_getting_haircut_tone5": "๐Ÿ’‡๐Ÿฟโ€โ™€๏ธ", + "woman_getting_haircut_dark_skin_tone": "๐Ÿ’‡๐Ÿฟโ€โ™€๏ธ", + "man_getting_haircut": "๐Ÿ’‡โ€โ™‚๏ธ", + "man_getting_haircut_tone1": "๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ", + "man_getting_haircut_light_skin_tone": "๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ", + "man_getting_haircut_tone2": "๐Ÿ’‡๐Ÿผโ€โ™‚๏ธ", + "man_getting_haircut_medium_light_skin_tone": "๐Ÿ’‡๐Ÿผโ€โ™‚๏ธ", + "man_getting_haircut_tone3": "๐Ÿ’‡๐Ÿฝโ€โ™‚๏ธ", + "man_getting_haircut_medium_skin_tone": "๐Ÿ’‡๐Ÿฝโ€โ™‚๏ธ", + "man_getting_haircut_tone4": "๐Ÿ’‡๐Ÿพโ€โ™‚๏ธ", + "man_getting_haircut_medium_dark_skin_tone": "๐Ÿ’‡๐Ÿพโ€โ™‚๏ธ", + "man_getting_haircut_tone5": "๐Ÿ’‡๐Ÿฟโ€โ™‚๏ธ", + "man_getting_haircut_dark_skin_tone": "๐Ÿ’‡๐Ÿฟโ€โ™‚๏ธ", + "person_getting_massage": "๐Ÿ’†", + "massage": "๐Ÿ’†", + "person_getting_massage_tone1": "๐Ÿ’†๐Ÿป", + "massage_tone1": "๐Ÿ’†๐Ÿป", + "person_getting_massage_tone2": "๐Ÿ’†๐Ÿผ", + "massage_tone2": "๐Ÿ’†๐Ÿผ", + "person_getting_massage_tone3": "๐Ÿ’†๐Ÿฝ", + "massage_tone3": "๐Ÿ’†๐Ÿฝ", + "person_getting_massage_tone4": "๐Ÿ’†๐Ÿพ", + "massage_tone4": "๐Ÿ’†๐Ÿพ", + "person_getting_massage_tone5": "๐Ÿ’†๐Ÿฟ", + "massage_tone5": "๐Ÿ’†๐Ÿฟ", + "woman_getting_face_massage": "๐Ÿ’†โ€โ™€๏ธ", + "woman_getting_face_massage_tone1": "๐Ÿ’†๐Ÿปโ€โ™€๏ธ", + "woman_getting_face_massage_light_skin_tone": "๐Ÿ’†๐Ÿปโ€โ™€๏ธ", + "woman_getting_face_massage_tone2": "๐Ÿ’†๐Ÿผโ€โ™€๏ธ", + "woman_getting_face_massage_medium_light_skin_tone": "๐Ÿ’†๐Ÿผโ€โ™€๏ธ", + "woman_getting_face_massage_tone3": "๐Ÿ’†๐Ÿฝโ€โ™€๏ธ", + "woman_getting_face_massage_medium_skin_tone": "๐Ÿ’†๐Ÿฝโ€โ™€๏ธ", + "woman_getting_face_massage_tone4": "๐Ÿ’†๐Ÿพโ€โ™€๏ธ", + "woman_getting_face_massage_medium_dark_skin_tone": "๐Ÿ’†๐Ÿพโ€โ™€๏ธ", + "woman_getting_face_massage_tone5": "๐Ÿ’†๐Ÿฟโ€โ™€๏ธ", + "woman_getting_face_massage_dark_skin_tone": "๐Ÿ’†๐Ÿฟโ€โ™€๏ธ", + "man_getting_face_massage": "๐Ÿ’†โ€โ™‚๏ธ", + "man_getting_face_massage_tone1": "๐Ÿ’†๐Ÿปโ€โ™‚๏ธ", + "man_getting_face_massage_light_skin_tone": "๐Ÿ’†๐Ÿปโ€โ™‚๏ธ", + "man_getting_face_massage_tone2": "๐Ÿ’†๐Ÿผโ€โ™‚๏ธ", + "man_getting_face_massage_medium_light_skin_tone": "๐Ÿ’†๐Ÿผโ€โ™‚๏ธ", + "man_getting_face_massage_tone3": "๐Ÿ’†๐Ÿฝโ€โ™‚๏ธ", + "man_getting_face_massage_medium_skin_tone": "๐Ÿ’†๐Ÿฝโ€โ™‚๏ธ", + "man_getting_face_massage_tone4": "๐Ÿ’†๐Ÿพโ€โ™‚๏ธ", + "man_getting_face_massage_medium_dark_skin_tone": "๐Ÿ’†๐Ÿพโ€โ™‚๏ธ", + "man_getting_face_massage_tone5": "๐Ÿ’†๐Ÿฟโ€โ™‚๏ธ", + "man_getting_face_massage_dark_skin_tone": "๐Ÿ’†๐Ÿฟโ€โ™‚๏ธ", + "person_in_steamy_room": "๐Ÿง–", + "person_in_steamy_room_tone1": "๐Ÿง–๐Ÿป", + "person_in_steamy_room_light_skin_tone": "๐Ÿง–๐Ÿป", + "person_in_steamy_room_tone2": "๐Ÿง–๐Ÿผ", + "person_in_steamy_room_medium_light_skin_tone": "๐Ÿง–๐Ÿผ", + "person_in_steamy_room_tone3": "๐Ÿง–๐Ÿฝ", + "person_in_steamy_room_medium_skin_tone": "๐Ÿง–๐Ÿฝ", + "person_in_steamy_room_tone4": "๐Ÿง–๐Ÿพ", + "person_in_steamy_room_medium_dark_skin_tone": "๐Ÿง–๐Ÿพ", + "person_in_steamy_room_tone5": "๐Ÿง–๐Ÿฟ", + "person_in_steamy_room_dark_skin_tone": "๐Ÿง–๐Ÿฟ", + "woman_in_steamy_room": "๐Ÿง–โ€โ™€๏ธ", + "woman_in_steamy_room_tone1": "๐Ÿง–๐Ÿปโ€โ™€๏ธ", + "woman_in_steamy_room_light_skin_tone": "๐Ÿง–๐Ÿปโ€โ™€๏ธ", + "woman_in_steamy_room_tone2": "๐Ÿง–๐Ÿผโ€โ™€๏ธ", + "woman_in_steamy_room_medium_light_skin_tone": "๐Ÿง–๐Ÿผโ€โ™€๏ธ", + "woman_in_steamy_room_tone3": "๐Ÿง–๐Ÿฝโ€โ™€๏ธ", + "woman_in_steamy_room_medium_skin_tone": "๐Ÿง–๐Ÿฝโ€โ™€๏ธ", + "woman_in_steamy_room_tone4": "๐Ÿง–๐Ÿพโ€โ™€๏ธ", + "woman_in_steamy_room_medium_dark_skin_tone": "๐Ÿง–๐Ÿพโ€โ™€๏ธ", + "woman_in_steamy_room_tone5": "๐Ÿง–๐Ÿฟโ€โ™€๏ธ", + "woman_in_steamy_room_dark_skin_tone": "๐Ÿง–๐Ÿฟโ€โ™€๏ธ", + "man_in_steamy_room": "๐Ÿง–โ€โ™‚๏ธ", + "man_in_steamy_room_tone1": "๐Ÿง–๐Ÿปโ€โ™‚๏ธ", + "man_in_steamy_room_light_skin_tone": "๐Ÿง–๐Ÿปโ€โ™‚๏ธ", + "man_in_steamy_room_tone2": "๐Ÿง–๐Ÿผโ€โ™‚๏ธ", + "man_in_steamy_room_medium_light_skin_tone": "๐Ÿง–๐Ÿผโ€โ™‚๏ธ", + "man_in_steamy_room_tone3": "๐Ÿง–๐Ÿฝโ€โ™‚๏ธ", + "man_in_steamy_room_medium_skin_tone": "๐Ÿง–๐Ÿฝโ€โ™‚๏ธ", + "man_in_steamy_room_tone4": "๐Ÿง–๐Ÿพโ€โ™‚๏ธ", + "man_in_steamy_room_medium_dark_skin_tone": "๐Ÿง–๐Ÿพโ€โ™‚๏ธ", + "man_in_steamy_room_tone5": "๐Ÿง–๐Ÿฟโ€โ™‚๏ธ", + "man_in_steamy_room_dark_skin_tone": "๐Ÿง–๐Ÿฟโ€โ™‚๏ธ", + "nail_care": "๐Ÿ’…", + "nail_care_tone1": "๐Ÿ’…๐Ÿป", + "nail_care_tone2": "๐Ÿ’…๐Ÿผ", + "nail_care_tone3": "๐Ÿ’…๐Ÿฝ", + "nail_care_tone4": "๐Ÿ’…๐Ÿพ", + "nail_care_tone5": "๐Ÿ’…๐Ÿฟ", + "selfie": "๐Ÿคณ", + "selfie_tone1": "๐Ÿคณ๐Ÿป", + "selfie_tone2": "๐Ÿคณ๐Ÿผ", + "selfie_tone3": "๐Ÿคณ๐Ÿฝ", + "selfie_tone4": "๐Ÿคณ๐Ÿพ", + "selfie_tone5": "๐Ÿคณ๐Ÿฟ", + "dancer": "๐Ÿ’ƒ", + "dancer_tone1": "๐Ÿ’ƒ๐Ÿป", + "dancer_tone2": "๐Ÿ’ƒ๐Ÿผ", + "dancer_tone3": "๐Ÿ’ƒ๐Ÿฝ", + "dancer_tone4": "๐Ÿ’ƒ๐Ÿพ", + "dancer_tone5": "๐Ÿ’ƒ๐Ÿฟ", + "man_dancing": "๐Ÿ•บ", + "male_dancer": "๐Ÿ•บ", + "man_dancing_tone1": "๐Ÿ•บ๐Ÿป", + "male_dancer_tone1": "๐Ÿ•บ๐Ÿป", + "man_dancing_tone2": "๐Ÿ•บ๐Ÿผ", + "male_dancer_tone2": "๐Ÿ•บ๐Ÿผ", + "man_dancing_tone3": "๐Ÿ•บ๐Ÿฝ", + "male_dancer_tone3": "๐Ÿ•บ๐Ÿฝ", + "man_dancing_tone5": "๐Ÿ•บ๐Ÿฟ", + "male_dancer_tone5": "๐Ÿ•บ๐Ÿฟ", + "man_dancing_tone4": "๐Ÿ•บ๐Ÿพ", + "male_dancer_tone4": "๐Ÿ•บ๐Ÿพ", + "people_with_bunny_ears_partying": "๐Ÿ‘ฏ", + "dancers": "๐Ÿ‘ฏ", + "women_with_bunny_ears_partying": "๐Ÿ‘ฏโ€โ™€๏ธ", + "men_with_bunny_ears_partying": "๐Ÿ‘ฏโ€โ™‚๏ธ", + "levitate": "๐Ÿ•ด๏ธ", + "man_in_business_suit_levitating": "๐Ÿ•ด๏ธ", + "levitate_tone1": "๐Ÿ•ด๐Ÿป", + "man_in_business_suit_levitating_tone1": "๐Ÿ•ด๐Ÿป", + "man_in_business_suit_levitating_light_skin_tone": "๐Ÿ•ด๐Ÿป", + "levitate_tone2": "๐Ÿ•ด๐Ÿผ", + "man_in_business_suit_levitating_tone2": "๐Ÿ•ด๐Ÿผ", + "man_in_business_suit_levitating_medium_light_skin_tone": "๐Ÿ•ด๐Ÿผ", + "levitate_tone3": "๐Ÿ•ด๐Ÿฝ", + "man_in_business_suit_levitating_tone3": "๐Ÿ•ด๐Ÿฝ", + "man_in_business_suit_levitating_medium_skin_tone": "๐Ÿ•ด๐Ÿฝ", + "levitate_tone4": "๐Ÿ•ด๐Ÿพ", + "man_in_business_suit_levitating_tone4": "๐Ÿ•ด๐Ÿพ", + "man_in_business_suit_levitating_medium_dark_skin_tone": "๐Ÿ•ด๐Ÿพ", + "levitate_tone5": "๐Ÿ•ด๐Ÿฟ", + "man_in_business_suit_levitating_tone5": "๐Ÿ•ด๐Ÿฟ", + "man_in_business_suit_levitating_dark_skin_tone": "๐Ÿ•ด๐Ÿฟ", + "person_in_manual_wheelchair": "๐Ÿง‘โ€๐Ÿฆฝ", + "person_in_manual_wheelchair_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair": "๐Ÿ‘ฉโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝ", + "man_in_manual_wheelchair": "๐Ÿ‘จโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝ", + "person_in_motorized_wheelchair": "๐Ÿง‘โ€๐Ÿฆผ", + "person_in_motorized_wheelchair_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair": "๐Ÿ‘ฉโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผ", + "man_in_motorized_wheelchair": "๐Ÿ‘จโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผ", + "person_walking": "๐Ÿšถ", + "walking": "๐Ÿšถ", + "person_walking_tone1": "๐Ÿšถ๐Ÿป", + "walking_tone1": "๐Ÿšถ๐Ÿป", + "person_walking_tone2": "๐Ÿšถ๐Ÿผ", + "walking_tone2": "๐Ÿšถ๐Ÿผ", + "person_walking_tone3": "๐Ÿšถ๐Ÿฝ", + "walking_tone3": "๐Ÿšถ๐Ÿฝ", + "person_walking_tone4": "๐Ÿšถ๐Ÿพ", + "walking_tone4": "๐Ÿšถ๐Ÿพ", + "person_walking_tone5": "๐Ÿšถ๐Ÿฟ", + "walking_tone5": "๐Ÿšถ๐Ÿฟ", + "woman_walking": "๐Ÿšถโ€โ™€๏ธ", + "woman_walking_tone1": "๐Ÿšถ๐Ÿปโ€โ™€๏ธ", + "woman_walking_light_skin_tone": "๐Ÿšถ๐Ÿปโ€โ™€๏ธ", + "woman_walking_tone2": "๐Ÿšถ๐Ÿผโ€โ™€๏ธ", + "woman_walking_medium_light_skin_tone": "๐Ÿšถ๐Ÿผโ€โ™€๏ธ", + "woman_walking_tone3": "๐Ÿšถ๐Ÿฝโ€โ™€๏ธ", + "woman_walking_medium_skin_tone": "๐Ÿšถ๐Ÿฝโ€โ™€๏ธ", + "woman_walking_tone4": "๐Ÿšถ๐Ÿพโ€โ™€๏ธ", + "woman_walking_medium_dark_skin_tone": "๐Ÿšถ๐Ÿพโ€โ™€๏ธ", + "woman_walking_tone5": "๐Ÿšถ๐Ÿฟโ€โ™€๏ธ", + "woman_walking_dark_skin_tone": "๐Ÿšถ๐Ÿฟโ€โ™€๏ธ", + "man_walking": "๐Ÿšถโ€โ™‚๏ธ", + "man_walking_tone1": "๐Ÿšถ๐Ÿปโ€โ™‚๏ธ", + "man_walking_light_skin_tone": "๐Ÿšถ๐Ÿปโ€โ™‚๏ธ", + "man_walking_tone2": "๐Ÿšถ๐Ÿผโ€โ™‚๏ธ", + "man_walking_medium_light_skin_tone": "๐Ÿšถ๐Ÿผโ€โ™‚๏ธ", + "man_walking_tone3": "๐Ÿšถ๐Ÿฝโ€โ™‚๏ธ", + "man_walking_medium_skin_tone": "๐Ÿšถ๐Ÿฝโ€โ™‚๏ธ", + "man_walking_tone4": "๐Ÿšถ๐Ÿพโ€โ™‚๏ธ", + "man_walking_medium_dark_skin_tone": "๐Ÿšถ๐Ÿพโ€โ™‚๏ธ", + "man_walking_tone5": "๐Ÿšถ๐Ÿฟโ€โ™‚๏ธ", + "man_walking_dark_skin_tone": "๐Ÿšถ๐Ÿฟโ€โ™‚๏ธ", + "person_with_probing_cane": "๐Ÿง‘โ€๐Ÿฆฏ", + "person_with_probing_cane_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฏ", + "person_with_probing_cane_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฏ", + "person_with_probing_cane_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฏ", + "person_with_probing_cane_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฏ", + "person_with_probing_cane_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏ", + "person_with_probing_cane_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏ", + "person_with_probing_cane_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฏ", + "person_with_probing_cane_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฏ", + "person_with_probing_cane_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏ", + "person_with_probing_cane_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏ", + "woman_with_probing_cane": "๐Ÿ‘ฉโ€๐Ÿฆฏ", + "woman_with_probing_cane_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏ", + "woman_with_probing_cane_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏ", + "woman_with_probing_cane_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏ", + "woman_with_probing_cane_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏ", + "woman_with_probing_cane_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏ", + "woman_with_probing_cane_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏ", + "woman_with_probing_cane_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏ", + "woman_with_probing_cane_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏ", + "woman_with_probing_cane_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏ", + "woman_with_probing_cane_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏ", + "man_with_probing_cane": "๐Ÿ‘จโ€๐Ÿฆฏ", + "man_with_probing_cane_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏ", + "man_with_probing_cane_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏ", + "man_with_probing_cane_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏ", + "man_with_probing_cane_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏ", + "man_with_probing_cane_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏ", + "man_with_probing_cane_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏ", + "man_with_probing_cane_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏ", + "man_with_probing_cane_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏ", + "man_with_probing_cane_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏ", + "man_with_probing_cane_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏ", + "person_kneeling": "๐ŸงŽ", + "person_kneeling_tone1": "๐ŸงŽ๐Ÿป", + "person_kneeling_light_skin_tone": "๐ŸงŽ๐Ÿป", + "person_kneeling_tone2": "๐ŸงŽ๐Ÿผ", + "person_kneeling_medium_light_skin_tone": "๐ŸงŽ๐Ÿผ", + "person_kneeling_tone3": "๐ŸงŽ๐Ÿฝ", + "person_kneeling_medium_skin_tone": "๐ŸงŽ๐Ÿฝ", + "person_kneeling_tone4": "๐ŸงŽ๐Ÿพ", + "person_kneeling_medium_dark_skin_tone": "๐ŸงŽ๐Ÿพ", + "person_kneeling_tone5": "๐ŸงŽ๐Ÿฟ", + "person_kneeling_dark_skin_tone": "๐ŸงŽ๐Ÿฟ", + "woman_kneeling": "๐ŸงŽโ€โ™€๏ธ", + "woman_kneeling_tone1": "๐ŸงŽ๐Ÿปโ€โ™€๏ธ", + "woman_kneeling_light_skin_tone": "๐ŸงŽ๐Ÿปโ€โ™€๏ธ", + "woman_kneeling_tone2": "๐ŸงŽ๐Ÿผโ€โ™€๏ธ", + "woman_kneeling_medium_light_skin_tone": "๐ŸงŽ๐Ÿผโ€โ™€๏ธ", + "woman_kneeling_tone3": "๐ŸงŽ๐Ÿฝโ€โ™€๏ธ", + "woman_kneeling_medium_skin_tone": "๐ŸงŽ๐Ÿฝโ€โ™€๏ธ", + "woman_kneeling_tone4": "๐ŸงŽ๐Ÿพโ€โ™€๏ธ", + "woman_kneeling_medium_dark_skin_tone": "๐ŸงŽ๐Ÿพโ€โ™€๏ธ", + "woman_kneeling_tone5": "๐ŸงŽ๐Ÿฟโ€โ™€๏ธ", + "woman_kneeling_dark_skin_tone": "๐ŸงŽ๐Ÿฟโ€โ™€๏ธ", + "man_kneeling": "๐ŸงŽโ€โ™‚๏ธ", + "man_kneeling_tone1": "๐ŸงŽ๐Ÿปโ€โ™‚๏ธ", + "man_kneeling_light_skin_tone": "๐ŸงŽ๐Ÿปโ€โ™‚๏ธ", + "man_kneeling_tone2": "๐ŸงŽ๐Ÿผโ€โ™‚๏ธ", + "man_kneeling_medium_light_skin_tone": "๐ŸงŽ๐Ÿผโ€โ™‚๏ธ", + "man_kneeling_tone3": "๐ŸงŽ๐Ÿฝโ€โ™‚๏ธ", + "man_kneeling_medium_skin_tone": "๐ŸงŽ๐Ÿฝโ€โ™‚๏ธ", + "man_kneeling_tone4": "๐ŸงŽ๐Ÿพโ€โ™‚๏ธ", + "man_kneeling_medium_dark_skin_tone": "๐ŸงŽ๐Ÿพโ€โ™‚๏ธ", + "man_kneeling_tone5": "๐ŸงŽ๐Ÿฟโ€โ™‚๏ธ", + "man_kneeling_dark_skin_tone": "๐ŸงŽ๐Ÿฟโ€โ™‚๏ธ", + "person_running": "๐Ÿƒ", + "runner": "๐Ÿƒ", + "person_running_tone1": "๐Ÿƒ๐Ÿป", + "runner_tone1": "๐Ÿƒ๐Ÿป", + "person_running_tone2": "๐Ÿƒ๐Ÿผ", + "runner_tone2": "๐Ÿƒ๐Ÿผ", + "person_running_tone3": "๐Ÿƒ๐Ÿฝ", + "runner_tone3": "๐Ÿƒ๐Ÿฝ", + "person_running_tone4": "๐Ÿƒ๐Ÿพ", + "runner_tone4": "๐Ÿƒ๐Ÿพ", + "person_running_tone5": "๐Ÿƒ๐Ÿฟ", + "runner_tone5": "๐Ÿƒ๐Ÿฟ", + "woman_running": "๐Ÿƒโ€โ™€๏ธ", + "woman_running_tone1": "๐Ÿƒ๐Ÿปโ€โ™€๏ธ", + "woman_running_light_skin_tone": "๐Ÿƒ๐Ÿปโ€โ™€๏ธ", + "woman_running_tone2": "๐Ÿƒ๐Ÿผโ€โ™€๏ธ", + "woman_running_medium_light_skin_tone": "๐Ÿƒ๐Ÿผโ€โ™€๏ธ", + "woman_running_tone3": "๐Ÿƒ๐Ÿฝโ€โ™€๏ธ", + "woman_running_medium_skin_tone": "๐Ÿƒ๐Ÿฝโ€โ™€๏ธ", + "woman_running_tone4": "๐Ÿƒ๐Ÿพโ€โ™€๏ธ", + "woman_running_medium_dark_skin_tone": "๐Ÿƒ๐Ÿพโ€โ™€๏ธ", + "woman_running_tone5": "๐Ÿƒ๐Ÿฟโ€โ™€๏ธ", + "woman_running_dark_skin_tone": "๐Ÿƒ๐Ÿฟโ€โ™€๏ธ", + "man_running": "๐Ÿƒโ€โ™‚๏ธ", + "man_running_tone1": "๐Ÿƒ๐Ÿปโ€โ™‚๏ธ", + "man_running_light_skin_tone": "๐Ÿƒ๐Ÿปโ€โ™‚๏ธ", + "man_running_tone2": "๐Ÿƒ๐Ÿผโ€โ™‚๏ธ", + "man_running_medium_light_skin_tone": "๐Ÿƒ๐Ÿผโ€โ™‚๏ธ", + "man_running_tone3": "๐Ÿƒ๐Ÿฝโ€โ™‚๏ธ", + "man_running_medium_skin_tone": "๐Ÿƒ๐Ÿฝโ€โ™‚๏ธ", + "man_running_tone4": "๐Ÿƒ๐Ÿพโ€โ™‚๏ธ", + "man_running_medium_dark_skin_tone": "๐Ÿƒ๐Ÿพโ€โ™‚๏ธ", + "man_running_tone5": "๐Ÿƒ๐Ÿฟโ€โ™‚๏ธ", + "man_running_dark_skin_tone": "๐Ÿƒ๐Ÿฟโ€โ™‚๏ธ", + "person_standing": "๐Ÿง", + "person_standing_tone1": "๐Ÿง๐Ÿป", + "person_standing_light_skin_tone": "๐Ÿง๐Ÿป", + "person_standing_tone2": "๐Ÿง๐Ÿผ", + "person_standing_medium_light_skin_tone": "๐Ÿง๐Ÿผ", + "person_standing_tone3": "๐Ÿง๐Ÿฝ", + "person_standing_medium_skin_tone": "๐Ÿง๐Ÿฝ", + "person_standing_tone4": "๐Ÿง๐Ÿพ", + "person_standing_medium_dark_skin_tone": "๐Ÿง๐Ÿพ", + "person_standing_tone5": "๐Ÿง๐Ÿฟ", + "person_standing_dark_skin_tone": "๐Ÿง๐Ÿฟ", + "woman_standing": "๐Ÿงโ€โ™€๏ธ", + "woman_standing_tone1": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "woman_standing_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "woman_standing_tone2": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "woman_standing_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "woman_standing_tone3": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "woman_standing_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "woman_standing_tone4": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "woman_standing_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "woman_standing_tone5": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "woman_standing_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "man_standing": "๐Ÿงโ€โ™‚๏ธ", + "man_standing_tone1": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "man_standing_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "man_standing_tone2": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "man_standing_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "man_standing_tone3": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "man_standing_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "man_standing_tone4": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "man_standing_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "man_standing_tone5": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "man_standing_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "people_holding_hands": "๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘", + "people_holding_hands_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_tone1_tone2": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_tone1_tone3": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_tone1_tone4": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_tone1_tone5": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_tone2_tone1": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_tone2_tone3": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_tone2_tone4": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_tone2_tone5": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_tone3_tone1": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_tone3_tone2": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_tone3_tone4": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_tone3_tone5": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_tone4_tone1": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_tone4_tone2": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_tone4_tone3": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_tone4_tone5": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_tone5_tone1": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_tone5_tone2": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_tone5_tone3": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_tone5_tone4": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "couple": "๐Ÿ‘ซ", + "woman_and_man_holding_hands_tone1": "๐Ÿ‘ซ๐Ÿป", + "woman_and_man_holding_hands_light_skin_tone": "๐Ÿ‘ซ๐Ÿป", + "woman_and_man_holding_hands_tone1_tone2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_tone1_tone3": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_tone1_tone4": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_tone1_tone5": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_tone2_tone1": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_tone2": "๐Ÿ‘ซ๐Ÿผ", + "woman_and_man_holding_hands_medium_light_skin_tone": "๐Ÿ‘ซ๐Ÿผ", + "woman_and_man_holding_hands_tone2_tone3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_tone2_tone4": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_tone2_tone5": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_tone3_tone1": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_tone3_tone2": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_tone3": "๐Ÿ‘ซ๐Ÿฝ", + "woman_and_man_holding_hands_medium_skin_tone": "๐Ÿ‘ซ๐Ÿฝ", + "woman_and_man_holding_hands_tone3_tone4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_tone3_tone5": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_tone4_tone1": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_tone4_tone2": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_tone4_tone3": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_tone4": "๐Ÿ‘ซ๐Ÿพ", + "woman_and_man_holding_hands_medium_dark_skin_tone": "๐Ÿ‘ซ๐Ÿพ", + "woman_and_man_holding_hands_tone4_tone5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_tone5_tone1": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_tone5_tone2": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_tone5_tone3": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_tone5_tone4": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_tone5": "๐Ÿ‘ซ๐Ÿฟ", + "woman_and_man_holding_hands_dark_skin_tone": "๐Ÿ‘ซ๐Ÿฟ", + "two_women_holding_hands": "๐Ÿ‘ญ", + "women_holding_hands_tone1": "๐Ÿ‘ญ๐Ÿป", + "women_holding_hands_light_skin_tone": "๐Ÿ‘ญ๐Ÿป", + "women_holding_hands_tone1_tone2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_tone1_tone3": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_tone1_tone4": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_tone1_tone5": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_tone2_tone1": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_tone2": "๐Ÿ‘ญ๐Ÿผ", + "women_holding_hands_medium_light_skin_tone": "๐Ÿ‘ญ๐Ÿผ", + "women_holding_hands_tone2_tone3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_tone2_tone4": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_tone2_tone5": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_tone3_tone1": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_tone3_tone2": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_tone3": "๐Ÿ‘ญ๐Ÿฝ", + "women_holding_hands_medium_skin_tone": "๐Ÿ‘ญ๐Ÿฝ", + "women_holding_hands_tone3_tone4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_tone3_tone5": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_tone4_tone1": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_tone4_tone2": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_tone4_tone3": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_tone4": "๐Ÿ‘ญ๐Ÿพ", + "women_holding_hands_medium_dark_skin_tone": "๐Ÿ‘ญ๐Ÿพ", + "women_holding_hands_tone4_tone5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_tone5_tone1": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_tone5_tone2": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_tone5_tone3": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_tone5_tone4": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_tone5": "๐Ÿ‘ญ๐Ÿฟ", + "women_holding_hands_dark_skin_tone": "๐Ÿ‘ญ๐Ÿฟ", + "two_men_holding_hands": "๐Ÿ‘ฌ", + "men_holding_hands_tone1": "๐Ÿ‘ฌ๐Ÿป", + "men_holding_hands_light_skin_tone": "๐Ÿ‘ฌ๐Ÿป", + "men_holding_hands_tone1_tone2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_tone1_tone3": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_tone1_tone4": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_tone1_tone5": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_tone2_tone1": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_tone2": "๐Ÿ‘ฌ๐Ÿผ", + "men_holding_hands_medium_light_skin_tone": "๐Ÿ‘ฌ๐Ÿผ", + "men_holding_hands_tone2_tone3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_tone2_tone4": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_tone2_tone5": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_tone3_tone1": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_tone3_tone2": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_tone3": "๐Ÿ‘ฌ๐Ÿฝ", + "men_holding_hands_medium_skin_tone": "๐Ÿ‘ฌ๐Ÿฝ", + "men_holding_hands_tone3_tone4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_tone3_tone5": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_tone4_tone1": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_tone4_tone2": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_tone4_tone3": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_tone4": "๐Ÿ‘ฌ๐Ÿพ", + "men_holding_hands_medium_dark_skin_tone": "๐Ÿ‘ฌ๐Ÿพ", + "men_holding_hands_tone4_tone5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_tone5_tone1": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_tone5_tone2": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_tone5_tone3": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_tone5_tone4": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_tone5": "๐Ÿ‘ฌ๐Ÿฟ", + "men_holding_hands_dark_skin_tone": "๐Ÿ‘ฌ๐Ÿฟ", + "couple_with_heart": "๐Ÿ’‘", + "couple_with_heart_tone1": "๐Ÿ’‘๐Ÿป", + "couple_with_heart_light_skin_tone": "๐Ÿ’‘๐Ÿป", + "couple_with_heart_person_person_tone1_tone2": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿผ", + "couple_with_heart_person_person_light_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿผ", + "couple_with_heart_person_person_tone1_tone3": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ", + "couple_with_heart_person_person_light_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ", + "couple_with_heart_person_person_tone1_tone4": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿพ", + "couple_with_heart_person_person_light_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿพ", + "couple_with_heart_person_person_tone1_tone5": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ", + "couple_with_heart_person_person_light_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ", + "couple_with_heart_person_person_tone2_tone1": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿป", + "couple_with_heart_person_person_medium_light_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿป", + "couple_with_heart_tone2": "๐Ÿ’‘๐Ÿผ", + "couple_with_heart_medium_light_skin_tone": "๐Ÿ’‘๐Ÿผ", + "couple_with_heart_person_person_tone2_tone3": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ", + "couple_with_heart_person_person_medium_light_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ", + "couple_with_heart_person_person_tone2_tone4": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿพ", + "couple_with_heart_person_person_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿพ", + "couple_with_heart_person_person_tone2_tone5": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ", + "couple_with_heart_person_person_medium_light_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ", + "couple_with_heart_person_person_tone3_tone1": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿป", + "couple_with_heart_person_person_medium_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿป", + "couple_with_heart_person_person_tone3_tone2": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿผ", + "couple_with_heart_person_person_medium_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿผ", + "couple_with_heart_tone3": "๐Ÿ’‘๐Ÿฝ", + "couple_with_heart_medium_skin_tone": "๐Ÿ’‘๐Ÿฝ", + "couple_with_heart_person_person_tone3_tone4": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿพ", + "couple_with_heart_person_person_medium_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿพ", + "couple_with_heart_person_person_tone3_tone5": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ", + "couple_with_heart_person_person_medium_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ", + "couple_with_heart_person_person_tone4_tone1": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿป", + "couple_with_heart_person_person_medium_dark_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿป", + "couple_with_heart_person_person_tone4_tone2": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿผ", + "couple_with_heart_person_person_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿผ", + "couple_with_heart_person_person_tone4_tone3": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ", + "couple_with_heart_person_person_medium_dark_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ", + "couple_with_heart_tone4": "๐Ÿ’‘๐Ÿพ", + "couple_with_heart_medium_dark_skin_tone": "๐Ÿ’‘๐Ÿพ", + "couple_with_heart_person_person_tone4_tone5": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ", + "couple_with_heart_person_person_medium_dark_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿง‘๐Ÿฟ", + "couple_with_heart_person_person_tone5_tone1": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿป", + "couple_with_heart_person_person_dark_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿป", + "couple_with_heart_person_person_tone5_tone2": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿผ", + "couple_with_heart_person_person_dark_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿผ", + "couple_with_heart_person_person_tone5_tone3": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ", + "couple_with_heart_person_person_dark_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿฝ", + "couple_with_heart_person_person_tone5_tone4": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿพ", + "couple_with_heart_person_person_dark_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿง‘๐Ÿพ", + "couple_with_heart_tone5": "๐Ÿ’‘๐Ÿฟ", + "couple_with_heart_dark_skin_tone": "๐Ÿ’‘๐Ÿฟ", + "couple_with_heart_woman_man": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ", + "couple_with_heart_woman_man_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_woman_man_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_woman_man_tone1_tone2": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_woman_man_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_woman_man_tone1_tone3": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_woman_man_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_woman_man_tone1_tone4": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_woman_man_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_woman_man_tone1_tone5": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_woman_man_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_woman_man_tone2_tone1": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_woman_man_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_woman_man_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_woman_man_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_woman_man_tone2_tone3": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_woman_man_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_woman_man_tone2_tone4": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_woman_man_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_woman_man_tone2_tone5": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_woman_man_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_woman_man_tone3_tone1": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_woman_man_medium_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_woman_man_tone3_tone2": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_woman_man_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_woman_man_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_woman_man_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_woman_man_tone3_tone4": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_woman_man_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_woman_man_tone3_tone5": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_woman_man_medium_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_woman_man_tone4_tone1": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_woman_man_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_woman_man_tone4_tone2": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_woman_man_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_woman_man_tone4_tone3": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_woman_man_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_woman_man_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_woman_man_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_woman_man_tone4_tone5": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_woman_man_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_woman_man_tone5_tone1": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_woman_man_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_woman_man_tone5_tone2": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_woman_man_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_woman_man_tone5_tone3": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_woman_man_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_woman_man_tone5_tone4": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_woman_man_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_woman_man_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_woman_man_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ", + "couple_with_heart_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ", + "couple_with_heart_woman_woman_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป", + "couple_with_heart_woman_woman_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป", + "couple_with_heart_woman_woman_tone1_tone2": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ", + "couple_with_heart_woman_woman_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ", + "couple_with_heart_woman_woman_tone1_tone3": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ", + "couple_with_heart_woman_woman_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ", + "couple_with_heart_woman_woman_tone1_tone4": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ", + "couple_with_heart_woman_woman_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ", + "couple_with_heart_woman_woman_tone1_tone5": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ", + "couple_with_heart_woman_woman_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ", + "couple_with_heart_woman_woman_tone2_tone1": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป", + "couple_with_heart_woman_woman_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป", + "couple_with_heart_woman_woman_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ", + "couple_with_heart_woman_woman_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ", + "couple_with_heart_woman_woman_tone2_tone3": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ", + "couple_with_heart_woman_woman_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ", + "couple_with_heart_woman_woman_tone2_tone4": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ", + "couple_with_heart_woman_woman_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ", + "couple_with_heart_woman_woman_tone2_tone5": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ", + "couple_with_heart_woman_woman_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ", + "couple_with_heart_woman_woman_tone3_tone1": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป", + "couple_with_heart_woman_woman_medium_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป", + "couple_with_heart_woman_woman_tone3_tone2": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ", + "couple_with_heart_woman_woman_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ", + "couple_with_heart_woman_woman_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ", + "couple_with_heart_woman_woman_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ", + "couple_with_heart_woman_woman_tone3_tone4": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ", + "couple_with_heart_woman_woman_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ", + "couple_with_heart_woman_woman_tone3_tone5": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ", + "couple_with_heart_woman_woman_medium_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ", + "couple_with_heart_woman_woman_tone4_tone1": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป", + "couple_with_heart_woman_woman_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป", + "couple_with_heart_woman_woman_tone4_tone2": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ", + "couple_with_heart_woman_woman_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ", + "couple_with_heart_woman_woman_tone4_tone3": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ", + "couple_with_heart_woman_woman_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ", + "couple_with_heart_woman_woman_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ", + "couple_with_heart_woman_woman_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ", + "couple_with_heart_woman_woman_tone4_tone5": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ", + "couple_with_heart_woman_woman_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ", + "couple_with_heart_woman_woman_tone5_tone1": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป", + "couple_with_heart_woman_woman_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿป", + "couple_with_heart_woman_woman_tone5_tone2": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ", + "couple_with_heart_woman_woman_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿผ", + "couple_with_heart_woman_woman_tone5_tone3": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ", + "couple_with_heart_woman_woman_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฝ", + "couple_with_heart_woman_woman_tone5_tone4": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ", + "couple_with_heart_woman_woman_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿพ", + "couple_with_heart_woman_woman_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ", + "couple_with_heart_woman_woman_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘ฉ๐Ÿฟ", + "couple_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ", + "couple_with_heart_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ", + "couple_with_heart_man_man_tone1": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_man_man_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_man_man_tone1_tone2": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_man_man_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_man_man_tone1_tone3": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_man_man_light_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_man_man_tone1_tone4": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_man_man_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_man_man_tone1_tone5": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_man_man_light_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_man_man_tone2_tone1": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_man_man_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_man_man_tone2": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_man_man_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_man_man_tone2_tone3": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_man_man_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_man_man_tone2_tone4": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_man_man_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_man_man_tone2_tone5": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_man_man_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_man_man_tone3_tone1": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_man_man_medium_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_man_man_tone3_tone2": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_man_man_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_man_man_tone3": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_man_man_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_man_man_tone3_tone4": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_man_man_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_man_man_tone3_tone5": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_man_man_medium_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_man_man_tone4_tone1": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_man_man_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_man_man_tone4_tone2": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_man_man_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_man_man_tone4_tone3": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_man_man_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_man_man_tone4": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_man_man_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_man_man_tone4_tone5": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_man_man_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_man_man_tone5_tone1": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_man_man_dark_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿป", + "couple_with_heart_man_man_tone5_tone2": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_man_man_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿผ", + "couple_with_heart_man_man_tone5_tone3": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_man_man_dark_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฝ", + "couple_with_heart_man_man_tone5_tone4": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_man_man_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿพ", + "couple_with_heart_man_man_tone5": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couple_with_heart_man_man_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ‘จ๐Ÿฟ", + "couplekiss": "๐Ÿ’", + "kiss_person_person_tone5_tone4": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ", + "kiss_person_person_dark_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ", + "kiss_tone1": "๐Ÿ’๐Ÿป", + "kiss_light_skin_tone": "๐Ÿ’๐Ÿป", + "kiss_person_person_tone1_tone2": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ", + "kiss_person_person_light_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ", + "kiss_person_person_tone1_tone3": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ", + "kiss_person_person_light_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ", + "kiss_person_person_tone1_tone4": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ", + "kiss_person_person_light_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ", + "kiss_person_person_tone1_tone5": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ", + "kiss_person_person_light_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ", + "kiss_person_person_tone2_tone1": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป", + "kiss_person_person_medium_light_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป", + "kiss_tone2": "๐Ÿ’๐Ÿผ", + "kiss_medium_light_skin_tone": "๐Ÿ’๐Ÿผ", + "kiss_person_person_tone2_tone3": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ", + "kiss_person_person_medium_light_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ", + "kiss_person_person_tone2_tone4": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ", + "kiss_person_person_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ", + "kiss_person_person_tone2_tone5": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ", + "kiss_person_person_medium_light_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ", + "kiss_person_person_tone3_tone1": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป", + "kiss_person_person_medium_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป", + "kiss_person_person_tone3_tone2": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ", + "kiss_person_person_medium_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ", + "kiss_tone3": "๐Ÿ’๐Ÿฝ", + "kiss_medium_skin_tone": "๐Ÿ’๐Ÿฝ", + "kiss_person_person_tone3_tone4": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ", + "kiss_person_person_medium_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿพ", + "kiss_person_person_tone3_tone5": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ", + "kiss_person_person_medium_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ", + "kiss_person_person_tone4_tone1": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป", + "kiss_person_person_medium_dark_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป", + "kiss_person_person_tone4_tone2": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ", + "kiss_person_person_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ", + "kiss_person_person_tone4_tone3": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ", + "kiss_person_person_medium_dark_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ", + "kiss_tone4": "๐Ÿ’๐Ÿพ", + "kiss_medium_dark_skin_tone": "๐Ÿ’๐Ÿพ", + "kiss_person_person_tone4_tone5": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ", + "kiss_person_person_medium_dark_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฟ", + "kiss_person_person_tone5_tone1": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป", + "kiss_person_person_dark_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿป", + "kiss_person_person_tone5_tone2": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ", + "kiss_person_person_dark_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿผ", + "kiss_person_person_tone5_tone3": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ", + "kiss_person_person_dark_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿง‘๐Ÿฝ", + "kiss_tone5": "๐Ÿ’๐Ÿฟ", + "kiss_dark_skin_tone": "๐Ÿ’๐Ÿฟ", + "kiss_woman_man": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", + "kiss_woman_man_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_woman_man_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_woman_man_tone1_tone2": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_woman_man_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_woman_man_tone1_tone3": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_woman_man_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_woman_man_tone1_tone4": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_woman_man_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_woman_man_tone1_tone5": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_woman_man_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_woman_man_tone2_tone1": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_woman_man_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_woman_man_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_woman_man_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_woman_man_tone2_tone3": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_woman_man_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_woman_man_tone2_tone4": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_woman_man_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_woman_man_tone2_tone5": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_woman_man_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_woman_man_tone3_tone1": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_woman_man_medium_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_woman_man_tone3_tone2": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_woman_man_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_woman_man_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_woman_man_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_woman_man_tone3_tone4": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_woman_man_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_woman_man_tone3_tone5": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_woman_man_medium_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_woman_man_tone4_tone1": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_woman_man_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_woman_man_tone4_tone2": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_woman_man_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_woman_man_tone4_tone3": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_woman_man_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_woman_man_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_woman_man_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_woman_man_tone4_tone5": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_woman_man_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_woman_man_tone5_tone1": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_woman_man_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_woman_man_tone5_tone2": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_woman_man_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_woman_man_tone5_tone3": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_woman_man_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_woman_man_tone5_tone4": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_woman_man_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_woman_man_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_woman_man_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ", + "couplekiss_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ", + "kiss_woman_woman_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป", + "kiss_woman_woman_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป", + "kiss_woman_woman_tone1_tone2": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ", + "kiss_woman_woman_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ", + "kiss_woman_woman_tone1_tone3": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ", + "kiss_woman_woman_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ", + "kiss_woman_woman_tone1_tone4": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ", + "kiss_woman_woman_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ", + "kiss_woman_woman_tone1_tone5": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ", + "kiss_woman_woman_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ", + "kiss_woman_woman_tone2_tone1": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป", + "kiss_woman_woman_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป", + "kiss_woman_woman_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ", + "kiss_woman_woman_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ", + "kiss_woman_woman_tone2_tone3": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ", + "kiss_woman_woman_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ", + "kiss_woman_woman_tone2_tone4": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ", + "kiss_woman_woman_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ", + "kiss_woman_woman_tone2_tone5": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ", + "kiss_woman_woman_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ", + "kiss_woman_woman_tone3_tone1": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป", + "kiss_woman_woman_medium_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป", + "kiss_woman_woman_tone3_tone2": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ", + "kiss_woman_woman_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ", + "kiss_woman_woman_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ", + "kiss_woman_woman_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ", + "kiss_woman_woman_tone3_tone4": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ", + "kiss_woman_woman_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ", + "kiss_woman_woman_tone3_tone5": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ", + "kiss_woman_woman_medium_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ", + "kiss_woman_woman_tone4_tone1": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป", + "kiss_woman_woman_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป", + "kiss_woman_woman_tone4_tone2": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ", + "kiss_woman_woman_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ", + "kiss_woman_woman_tone4_tone3": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ", + "kiss_woman_woman_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ", + "kiss_woman_woman_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ", + "kiss_woman_woman_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ", + "kiss_woman_woman_tone4_tone5": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ", + "kiss_woman_woman_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ", + "kiss_woman_woman_tone5_tone1": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป", + "kiss_woman_woman_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿป", + "kiss_woman_woman_tone5_tone2": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ", + "kiss_woman_woman_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿผ", + "kiss_woman_woman_tone5_tone3": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ", + "kiss_woman_woman_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฝ", + "kiss_woman_woman_tone5_tone4": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ", + "kiss_woman_woman_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿพ", + "kiss_woman_woman_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ", + "kiss_woman_woman_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ๐Ÿฟ", + "kiss_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", + "couplekiss_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", + "kiss_man_man_tone1": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_man_man_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_man_man_tone1_tone2": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_man_man_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_man_man_tone1_tone3": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_man_man_light_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_man_man_tone1_tone4": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_man_man_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_man_man_tone1_tone5": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_man_man_light_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_man_man_tone2_tone1": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_man_man_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_man_man_tone2": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_man_man_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_man_man_tone2_tone3": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_man_man_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_man_man_tone2_tone4": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_man_man_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_man_man_tone2_tone5": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_man_man_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_man_man_tone3_tone1": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_man_man_medium_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_man_man_tone3_tone2": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_man_man_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_man_man_tone3": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_man_man_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_man_man_tone3_tone4": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_man_man_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_man_man_tone3_tone5": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_man_man_medium_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_man_man_tone4_tone1": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_man_man_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_man_man_tone4_tone2": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_man_man_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_man_man_tone4_tone3": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_man_man_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_man_man_tone4": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_man_man_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_man_man_tone4_tone5": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_man_man_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_man_man_tone5_tone1": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_man_man_dark_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿป", + "kiss_man_man_tone5_tone2": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_man_man_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿผ", + "kiss_man_man_tone5_tone3": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_man_man_dark_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฝ", + "kiss_man_man_tone5_tone4": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_man_man_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿพ", + "kiss_man_man_tone5": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "kiss_man_man_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ๐Ÿฟ", + "family": "๐Ÿ‘ช", + "family_man_woman_boy": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ", + "family_mwg": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", + "family_mwgb": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_mwbb": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_mwgg": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "family_wwb": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ", + "family_wwg": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", + "family_wwgb": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_wwbb": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_wwgg": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "family_mmb": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ", + "family_mmg": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง", + "family_mmgb": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_mmbb": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_mmgg": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "family_woman_boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฆ", + "family_woman_girl": "๐Ÿ‘ฉโ€๐Ÿ‘ง", + "family_woman_girl_boy": "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_woman_boy_boy": "๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_woman_girl_girl": "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "family_man_boy": "๐Ÿ‘จโ€๐Ÿ‘ฆ", + "family_man_girl": "๐Ÿ‘จโ€๐Ÿ‘ง", + "family_man_girl_boy": "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_man_boy_boy": "๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_man_girl_girl": "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "yarn": "๐Ÿงถ", + "thread": "๐Ÿงต", + "coat": "๐Ÿงฅ", + "lab_coat": "๐Ÿฅผ", + "safety_vest": "๐Ÿฆบ", + "womans_clothes": "๐Ÿ‘š", + "shirt": "๐Ÿ‘•", + "jeans": "๐Ÿ‘–", + "briefs": "๐Ÿฉฒ", + "shorts": "๐Ÿฉณ", + "necktie": "๐Ÿ‘”", + "dress": "๐Ÿ‘—", + "bikini": "๐Ÿ‘™", + "one_piece_swimsuit": "๐Ÿฉฑ", + "kimono": "๐Ÿ‘˜", + "sari": "๐Ÿฅป", + "womans_flat_shoe": "๐Ÿฅฟ", + "high_heel": "๐Ÿ‘ ", + "sandal": "๐Ÿ‘ก", + "boot": "๐Ÿ‘ข", + "mans_shoe": "๐Ÿ‘ž", + "athletic_shoe": "๐Ÿ‘Ÿ", + "hiking_boot": "๐Ÿฅพ", + "thong_sandal": "๐Ÿฉด", + "socks": "๐Ÿงฆ", + "gloves": "๐Ÿงค", + "scarf": "๐Ÿงฃ", + "tophat": "๐ŸŽฉ", + "billed_cap": "๐Ÿงข", + "womans_hat": "๐Ÿ‘’", + "mortar_board": "๐ŸŽ“", + "helmet_with_cross": "โ›‘๏ธ", + "helmet_with_white_cross": "โ›‘๏ธ", + "military_helmet": "๐Ÿช–", + "crown": "๐Ÿ‘‘", + "ring": "๐Ÿ’", + "pouch": "๐Ÿ‘", + "purse": "๐Ÿ‘›", + "handbag": "๐Ÿ‘œ", + "briefcase": "๐Ÿ’ผ", + "school_satchel": "๐ŸŽ’", + "luggage": "๐Ÿงณ", + "eyeglasses": "๐Ÿ‘“", + "dark_sunglasses": "๐Ÿ•ถ๏ธ", + "goggles": "๐Ÿฅฝ", + "closed_umbrella": "๐ŸŒ‚" + }, + "nature": { + "dog": "๐Ÿถ", + "cat": "๐Ÿฑ", + "mouse": "๐Ÿญ", + "hamster": "๐Ÿน", + "rabbit": "๐Ÿฐ", + "fox": "๐ŸฆŠ", + "fox_face": "๐ŸฆŠ", + "bear": "๐Ÿป", + "panda_face": "๐Ÿผ", + "polar_bear": "๐Ÿปโ€โ„๏ธ", + "koala": "๐Ÿจ", + "tiger": "๐Ÿฏ", + "lion_face": "๐Ÿฆ", + "lion": "๐Ÿฆ", + "cow": "๐Ÿฎ", + "pig": "๐Ÿท", + "pig_nose": "๐Ÿฝ", + "frog": "๐Ÿธ", + "monkey_face": "๐Ÿต", + "see_no_evil": "๐Ÿ™ˆ", + "hear_no_evil": "๐Ÿ™‰", + "speak_no_evil": "๐Ÿ™Š", + "monkey": "๐Ÿ’", + "chicken": "๐Ÿ”", + "penguin": "๐Ÿง", + "bird": "๐Ÿฆ", + "baby_chick": "๐Ÿค", + "hatching_chick": "๐Ÿฃ", + "hatched_chick": "๐Ÿฅ", + "duck": "๐Ÿฆ†", + "dodo": "๐Ÿฆค", + "eagle": "๐Ÿฆ…", + "owl": "๐Ÿฆ‰", + "bat": "๐Ÿฆ‡", + "wolf": "๐Ÿบ", + "boar": "๐Ÿ—", + "horse": "๐Ÿด", + "unicorn": "๐Ÿฆ„", + "unicorn_face": "๐Ÿฆ„", + "bee": "๐Ÿ", + "bug": "๐Ÿ›", + "butterfly": "๐Ÿฆ‹", + "snail": "๐ŸŒ", + "worm": "๐Ÿชฑ", + "lady_beetle": "๐Ÿž", + "ant": "๐Ÿœ", + "fly": "๐Ÿชฐ", + "mosquito": "๐ŸฆŸ", + "cockroach": "๐Ÿชณ", + "beetle": "๐Ÿชฒ", + "cricket": "๐Ÿฆ—", + "spider": "๐Ÿ•ท๏ธ", + "spider_web": "๐Ÿ•ธ๏ธ", + "scorpion": "๐Ÿฆ‚", + "turtle": "๐Ÿข", + "snake": "๐Ÿ", + "lizard": "๐ŸฆŽ", + "t_rex": "๐Ÿฆ–", + "sauropod": "๐Ÿฆ•", + "octopus": "๐Ÿ™", + "squid": "๐Ÿฆ‘", + "shrimp": "๐Ÿฆ", + "lobster": "๐Ÿฆž", + "crab": "๐Ÿฆ€", + "blowfish": "๐Ÿก", + "tropical_fish": "๐Ÿ ", + "fish": "๐ŸŸ", + "seal": "๐Ÿฆญ", + "dolphin": "๐Ÿฌ", + "whale": "๐Ÿณ", + "whale2": "๐Ÿ‹", + "shark": "๐Ÿฆˆ", + "crocodile": "๐ŸŠ", + "tiger2": "๐Ÿ…", + "leopard": "๐Ÿ†", + "zebra": "๐Ÿฆ“", + "gorilla": "๐Ÿฆ", + "orangutan": "๐Ÿฆง", + "elephant": "๐Ÿ˜", + "mammoth": "๐Ÿฆฃ", + "bison": "๐Ÿฆฌ", + "hippopotamus": "๐Ÿฆ›", + "rhino": "๐Ÿฆ", + "rhinoceros": "๐Ÿฆ", + "dromedary_camel": "๐Ÿช", + "camel": "๐Ÿซ", + "giraffe": "๐Ÿฆ’", + "kangaroo": "๐Ÿฆ˜", + "water_buffalo": "๐Ÿƒ", + "ox": "๐Ÿ‚", + "cow2": "๐Ÿ„", + "racehorse": "๐ŸŽ", + "pig2": "๐Ÿ–", + "ram": "๐Ÿ", + "sheep": "๐Ÿ‘", + "llama": "๐Ÿฆ™", + "goat": "๐Ÿ", + "deer": "๐ŸฆŒ", + "dog2": "๐Ÿ•", + "poodle": "๐Ÿฉ", + "guide_dog": "๐Ÿฆฎ", + "service_dog": "๐Ÿ•โ€๐Ÿฆบ", + "cat2": "๐Ÿˆ", + "black_cat": "๐Ÿˆโ€โฌ›", + "rooster": "๐Ÿ“", + "turkey": "๐Ÿฆƒ", + "peacock": "๐Ÿฆš", + "parrot": "๐Ÿฆœ", + "swan": "๐Ÿฆข", + "flamingo": "๐Ÿฆฉ", + "dove": "๐Ÿ•Š๏ธ", + "dove_of_peace": "๐Ÿ•Š๏ธ", + "rabbit2": "๐Ÿ‡", + "raccoon": "๐Ÿฆ", + "skunk": "๐Ÿฆจ", + "badger": "๐Ÿฆก", + "beaver": "๐Ÿฆซ", + "otter": "๐Ÿฆฆ", + "sloth": "๐Ÿฆฅ", + "mouse2": "๐Ÿ", + "rat": "๐Ÿ€", + "chipmunk": "๐Ÿฟ๏ธ", + "hedgehog": "๐Ÿฆ”", + "feet": "๐Ÿพ", + "paw_prints": "๐Ÿพ", + "dragon": "๐Ÿ‰", + "dragon_face": "๐Ÿฒ", + "cactus": "๐ŸŒต", + "christmas_tree": "๐ŸŽ„", + "evergreen_tree": "๐ŸŒฒ", + "deciduous_tree": "๐ŸŒณ", + "palm_tree": "๐ŸŒด", + "seedling": "๐ŸŒฑ", + "herb": "๐ŸŒฟ", + "shamrock": "โ˜˜๏ธ", + "four_leaf_clover": "๐Ÿ€", + "bamboo": "๐ŸŽ", + "tanabata_tree": "๐ŸŽ‹", + "leaves": "๐Ÿƒ", + "fallen_leaf": "๐Ÿ‚", + "maple_leaf": "๐Ÿ", + "feather": "๐Ÿชถ", + "mushroom": "๐Ÿ„", + "shell": "๐Ÿš", + "rock": "๐Ÿชจ", + "wood": "๐Ÿชต", + "ear_of_rice": "๐ŸŒพ", + "potted_plant": "๐Ÿชด", + "bouquet": "๐Ÿ’", + "tulip": "๐ŸŒท", + "rose": "๐ŸŒน", + "wilted_rose": "๐Ÿฅ€", + "wilted_flower": "๐Ÿฅ€", + "hibiscus": "๐ŸŒบ", + "cherry_blossom": "๐ŸŒธ", + "blossom": "๐ŸŒผ", + "sunflower": "๐ŸŒป", + "sun_with_face": "๐ŸŒž", + "full_moon_with_face": "๐ŸŒ", + "first_quarter_moon_with_face": "๐ŸŒ›", + "last_quarter_moon_with_face": "๐ŸŒœ", + "new_moon_with_face": "๐ŸŒš", + "full_moon": "๐ŸŒ•", + "waning_gibbous_moon": "๐ŸŒ–", + "last_quarter_moon": "๐ŸŒ—", + "waning_crescent_moon": "๐ŸŒ˜", + "new_moon": "๐ŸŒ‘", + "waxing_crescent_moon": "๐ŸŒ’", + "first_quarter_moon": "๐ŸŒ“", + "waxing_gibbous_moon": "๐ŸŒ”", + "crescent_moon": "๐ŸŒ™", + "earth_americas": "๐ŸŒŽ", + "earth_africa": "๐ŸŒ", + "earth_asia": "๐ŸŒ", + "ringed_planet": "๐Ÿช", + "dizzy": "๐Ÿ’ซ", + "star": "โญ", + "star2": "๐ŸŒŸ", + "sparkles": "โœจ", + "zap": "โšก", + "comet": "โ˜„๏ธ", + "boom": "๐Ÿ’ฅ", + "fire": "๐Ÿ”ฅ", + "flame": "๐Ÿ”ฅ", + "cloud_tornado": "๐ŸŒช๏ธ", + "cloud_with_tornado": "๐ŸŒช๏ธ", + "rainbow": "๐ŸŒˆ", + "sunny": "โ˜€๏ธ", + "white_sun_small_cloud": "๐ŸŒค๏ธ", + "white_sun_with_small_cloud": "๐ŸŒค๏ธ", + "partly_sunny": "โ›…", + "white_sun_cloud": "๐ŸŒฅ๏ธ", + "white_sun_behind_cloud": "๐ŸŒฅ๏ธ", + "cloud": "โ˜๏ธ", + "white_sun_rain_cloud": "๐ŸŒฆ๏ธ", + "white_sun_behind_cloud_with_rain": "๐ŸŒฆ๏ธ", + "cloud_rain": "๐ŸŒง๏ธ", + "cloud_with_rain": "๐ŸŒง๏ธ", + "thunder_cloud_rain": "โ›ˆ๏ธ", + "thunder_cloud_and_rain": "โ›ˆ๏ธ", + "cloud_lightning": "๐ŸŒฉ๏ธ", + "cloud_with_lightning": "๐ŸŒฉ๏ธ", + "cloud_snow": "๐ŸŒจ๏ธ", + "cloud_with_snow": "๐ŸŒจ๏ธ", + "snowflake": "โ„๏ธ", + "snowman2": "โ˜ƒ๏ธ", + "snowman": "โ›„", + "wind_blowing_face": "๐ŸŒฌ๏ธ", + "dash": "๐Ÿ’จ", + "droplet": "๐Ÿ’ง", + "sweat_drops": "๐Ÿ’ฆ", + "umbrella": "โ˜”", + "umbrella2": "โ˜‚๏ธ", + "ocean": "๐ŸŒŠ", + "fog": "๐ŸŒซ๏ธ" + }, + "food": { + "green_apple": "๐Ÿ", + "apple": "๐ŸŽ", + "pear": "๐Ÿ", + "tangerine": "๐ŸŠ", + "lemon": "๐Ÿ‹", + "banana": "๐ŸŒ", + "watermelon": "๐Ÿ‰", + "grapes": "๐Ÿ‡", + "blueberries": "๐Ÿซ", + "strawberry": "๐Ÿ“", + "melon": "๐Ÿˆ", + "cherries": "๐Ÿ’", + "peach": "๐Ÿ‘", + "mango": "๐Ÿฅญ", + "pineapple": "๐Ÿ", + "coconut": "๐Ÿฅฅ", + "kiwi": "๐Ÿฅ", + "kiwifruit": "๐Ÿฅ", + "tomato": "๐Ÿ…", + "eggplant": "๐Ÿ†", + "avocado": "๐Ÿฅ‘", + "olive": "๐Ÿซ’", + "broccoli": "๐Ÿฅฆ", + "leafy_green": "๐Ÿฅฌ", + "bell_pepper": "๐Ÿซ‘", + "cucumber": "๐Ÿฅ’", + "hot_pepper": "๐ŸŒถ๏ธ", + "corn": "๐ŸŒฝ", + "carrot": "๐Ÿฅ•", + "garlic": "๐Ÿง„", + "onion": "๐Ÿง…", + "potato": "๐Ÿฅ”", + "sweet_potato": "๐Ÿ ", + "croissant": "๐Ÿฅ", + "bagel": "๐Ÿฅฏ", + "bread": "๐Ÿž", + "french_bread": "๐Ÿฅ–", + "baguette_bread": "๐Ÿฅ–", + "flatbread": "๐Ÿซ“", + "pretzel": "๐Ÿฅจ", + "cheese": "๐Ÿง€", + "cheese_wedge": "๐Ÿง€", + "egg": "๐Ÿฅš", + "cooking": "๐Ÿณ", + "butter": "๐Ÿงˆ", + "pancakes": "๐Ÿฅž", + "waffle": "๐Ÿง‡", + "bacon": "๐Ÿฅ“", + "cut_of_meat": "๐Ÿฅฉ", + "poultry_leg": "๐Ÿ—", + "meat_on_bone": "๐Ÿ–", + "hotdog": "๐ŸŒญ", + "hot_dog": "๐ŸŒญ", + "hamburger": "๐Ÿ”", + "fries": "๐ŸŸ", + "pizza": "๐Ÿ•", + "sandwich": "๐Ÿฅช", + "stuffed_flatbread": "๐Ÿฅ™", + "stuffed_pita": "๐Ÿฅ™", + "falafel": "๐Ÿง†", + "taco": "๐ŸŒฎ", + "burrito": "๐ŸŒฏ", + "tamale": "๐Ÿซ”", + "salad": "๐Ÿฅ—", + "green_salad": "๐Ÿฅ—", + "shallow_pan_of_food": "๐Ÿฅ˜", + "paella": "๐Ÿฅ˜", + "fondue": "๐Ÿซ•", + "canned_food": "๐Ÿฅซ", + "spaghetti": "๐Ÿ", + "ramen": "๐Ÿœ", + "stew": "๐Ÿฒ", + "curry": "๐Ÿ›", + "sushi": "๐Ÿฃ", + "bento": "๐Ÿฑ", + "dumpling": "๐ŸฅŸ", + "oyster": "๐Ÿฆช", + "fried_shrimp": "๐Ÿค", + "rice_ball": "๐Ÿ™", + "rice": "๐Ÿš", + "rice_cracker": "๐Ÿ˜", + "fish_cake": "๐Ÿฅ", + "fortune_cookie": "๐Ÿฅ ", + "moon_cake": "๐Ÿฅฎ", + "oden": "๐Ÿข", + "dango": "๐Ÿก", + "shaved_ice": "๐Ÿง", + "ice_cream": "๐Ÿจ", + "icecream": "๐Ÿฆ", + "pie": "๐Ÿฅง", + "cupcake": "๐Ÿง", + "cake": "๐Ÿฐ", + "birthday": "๐ŸŽ‚", + "custard": "๐Ÿฎ", + "pudding": "๐Ÿฎ", + "flan": "๐Ÿฎ", + "lollipop": "๐Ÿญ", + "candy": "๐Ÿฌ", + "chocolate_bar": "๐Ÿซ", + "popcorn": "๐Ÿฟ", + "doughnut": "๐Ÿฉ", + "cookie": "๐Ÿช", + "chestnut": "๐ŸŒฐ", + "peanuts": "๐Ÿฅœ", + "shelled_peanut": "๐Ÿฅœ", + "honey_pot": "๐Ÿฏ", + "milk": "๐Ÿฅ›", + "glass_of_milk": "๐Ÿฅ›", + "baby_bottle": "๐Ÿผ", + "coffee": "โ˜•", + "tea": "๐Ÿต", + "teapot": "๐Ÿซ–", + "mate": "๐Ÿง‰", + "bubble_tea": "๐Ÿง‹", + "beverage_box": "๐Ÿงƒ", + "cup_with_straw": "๐Ÿฅค", + "sake": "๐Ÿถ", + "beer": "๐Ÿบ", + "beers": "๐Ÿป", + "champagne_glass": "๐Ÿฅ‚", + "clinking_glass": "๐Ÿฅ‚", + "wine_glass": "๐Ÿท", + "tumbler_glass": "๐Ÿฅƒ", + "whisky": "๐Ÿฅƒ", + "cocktail": "๐Ÿธ", + "tropical_drink": "๐Ÿน", + "champagne": "๐Ÿพ", + "bottle_with_popping_cork": "๐Ÿพ", + "ice_cube": "๐ŸงŠ", + "spoon": "๐Ÿฅ„", + "fork_and_knife": "๐Ÿด", + "fork_knife_plate": "๐Ÿฝ๏ธ", + "fork_and_knife_with_plate": "๐Ÿฝ๏ธ", + "bowl_with_spoon": "๐Ÿฅฃ", + "takeout_box": "๐Ÿฅก", + "chopsticks": "๐Ÿฅข", + "salt": "๐Ÿง‚" + }, + "activity": { + "soccer": "โšฝ", + "basketball": "๐Ÿ€", + "football": "๐Ÿˆ", + "baseball": "โšพ", + "softball": "๐ŸฅŽ", + "tennis": "๐ŸŽพ", + "volleyball": "๐Ÿ", + "rugby_football": "๐Ÿ‰", + "flying_disc": "๐Ÿฅ", + "boomerang": "๐Ÿชƒ", + "8ball": "๐ŸŽฑ", + "yo_yo": "๐Ÿช€", + "ping_pong": "๐Ÿ“", + "table_tennis": "๐Ÿ“", + "badminton": "๐Ÿธ", + "hockey": "๐Ÿ’", + "field_hockey": "๐Ÿ‘", + "lacrosse": "๐Ÿฅ", + "cricket_game": "๐Ÿ", + "cricket_bat_ball": "๐Ÿ", + "goal": "๐Ÿฅ…", + "goal_net": "๐Ÿฅ…", + "golf": "โ›ณ", + "kite": "๐Ÿช", + "bow_and_arrow": "๐Ÿน", + "archery": "๐Ÿน", + "fishing_pole_and_fish": "๐ŸŽฃ", + "diving_mask": "๐Ÿคฟ", + "boxing_glove": "๐ŸฅŠ", + "boxing_gloves": "๐ŸฅŠ", + "martial_arts_uniform": "๐Ÿฅ‹", + "karate_uniform": "๐Ÿฅ‹", + "running_shirt_with_sash": "๐ŸŽฝ", + "skateboard": "๐Ÿ›น", + "roller_skate": "๐Ÿ›ผ", + "sled": "๐Ÿ›ท", + "ice_skate": "โ›ธ๏ธ", + "curling_stone": "๐ŸฅŒ", + "ski": "๐ŸŽฟ", + "skier": "โ›ท๏ธ", + "snowboarder": "๐Ÿ‚", + "snowboarder_tone1": "๐Ÿ‚๐Ÿป", + "snowboarder_light_skin_tone": "๐Ÿ‚๐Ÿป", + "snowboarder_tone2": "๐Ÿ‚๐Ÿผ", + "snowboarder_medium_light_skin_tone": "๐Ÿ‚๐Ÿผ", + "snowboarder_tone3": "๐Ÿ‚๐Ÿฝ", + "snowboarder_medium_skin_tone": "๐Ÿ‚๐Ÿฝ", + "snowboarder_tone4": "๐Ÿ‚๐Ÿพ", + "snowboarder_medium_dark_skin_tone": "๐Ÿ‚๐Ÿพ", + "snowboarder_tone5": "๐Ÿ‚๐Ÿฟ", + "snowboarder_dark_skin_tone": "๐Ÿ‚๐Ÿฟ", + "parachute": "๐Ÿช‚", + "person_lifting_weights": "๐Ÿ‹๏ธ", + "lifter": "๐Ÿ‹๏ธ", + "weight_lifter": "๐Ÿ‹๏ธ", + "person_lifting_weights_tone1": "๐Ÿ‹๐Ÿป", + "lifter_tone1": "๐Ÿ‹๐Ÿป", + "weight_lifter_tone1": "๐Ÿ‹๐Ÿป", + "person_lifting_weights_tone2": "๐Ÿ‹๐Ÿผ", + "lifter_tone2": "๐Ÿ‹๐Ÿผ", + "weight_lifter_tone2": "๐Ÿ‹๐Ÿผ", + "person_lifting_weights_tone3": "๐Ÿ‹๐Ÿฝ", + "lifter_tone3": "๐Ÿ‹๐Ÿฝ", + "weight_lifter_tone3": "๐Ÿ‹๐Ÿฝ", + "person_lifting_weights_tone4": "๐Ÿ‹๐Ÿพ", + "lifter_tone4": "๐Ÿ‹๐Ÿพ", + "weight_lifter_tone4": "๐Ÿ‹๐Ÿพ", + "person_lifting_weights_tone5": "๐Ÿ‹๐Ÿฟ", + "lifter_tone5": "๐Ÿ‹๐Ÿฟ", + "weight_lifter_tone5": "๐Ÿ‹๐Ÿฟ", + "woman_lifting_weights": "๐Ÿ‹๏ธโ€โ™€๏ธ", + "woman_lifting_weights_tone1": "๐Ÿ‹๐Ÿปโ€โ™€๏ธ", + "woman_lifting_weights_light_skin_tone": "๐Ÿ‹๐Ÿปโ€โ™€๏ธ", + "woman_lifting_weights_tone2": "๐Ÿ‹๐Ÿผโ€โ™€๏ธ", + "woman_lifting_weights_medium_light_skin_tone": "๐Ÿ‹๐Ÿผโ€โ™€๏ธ", + "woman_lifting_weights_tone3": "๐Ÿ‹๐Ÿฝโ€โ™€๏ธ", + "woman_lifting_weights_medium_skin_tone": "๐Ÿ‹๐Ÿฝโ€โ™€๏ธ", + "woman_lifting_weights_tone4": "๐Ÿ‹๐Ÿพโ€โ™€๏ธ", + "woman_lifting_weights_medium_dark_skin_tone": "๐Ÿ‹๐Ÿพโ€โ™€๏ธ", + "woman_lifting_weights_tone5": "๐Ÿ‹๐Ÿฟโ€โ™€๏ธ", + "woman_lifting_weights_dark_skin_tone": "๐Ÿ‹๐Ÿฟโ€โ™€๏ธ", + "man_lifting_weights": "๐Ÿ‹๏ธโ€โ™‚๏ธ", + "man_lifting_weights_tone1": "๐Ÿ‹๐Ÿปโ€โ™‚๏ธ", + "man_lifting_weights_light_skin_tone": "๐Ÿ‹๐Ÿปโ€โ™‚๏ธ", + "man_lifting_weights_tone2": "๐Ÿ‹๐Ÿผโ€โ™‚๏ธ", + "man_lifting_weights_medium_light_skin_tone": "๐Ÿ‹๐Ÿผโ€โ™‚๏ธ", + "man_lifting_weights_tone3": "๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ", + "man_lifting_weights_medium_skin_tone": "๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ", + "man_lifting_weights_tone4": "๐Ÿ‹๐Ÿพโ€โ™‚๏ธ", + "man_lifting_weights_medium_dark_skin_tone": "๐Ÿ‹๐Ÿพโ€โ™‚๏ธ", + "man_lifting_weights_tone5": "๐Ÿ‹๐Ÿฟโ€โ™‚๏ธ", + "man_lifting_weights_dark_skin_tone": "๐Ÿ‹๐Ÿฟโ€โ™‚๏ธ", + "people_wrestling": "๐Ÿคผ", + "wrestlers": "๐Ÿคผ", + "wrestling": "๐Ÿคผ", + "women_wrestling": "๐Ÿคผโ€โ™€๏ธ", + "men_wrestling": "๐Ÿคผโ€โ™‚๏ธ", + "person_doing_cartwheel": "๐Ÿคธ", + "cartwheel": "๐Ÿคธ", + "person_doing_cartwheel_tone1": "๐Ÿคธ๐Ÿป", + "cartwheel_tone1": "๐Ÿคธ๐Ÿป", + "person_doing_cartwheel_tone2": "๐Ÿคธ๐Ÿผ", + "cartwheel_tone2": "๐Ÿคธ๐Ÿผ", + "person_doing_cartwheel_tone3": "๐Ÿคธ๐Ÿฝ", + "cartwheel_tone3": "๐Ÿคธ๐Ÿฝ", + "person_doing_cartwheel_tone4": "๐Ÿคธ๐Ÿพ", + "cartwheel_tone4": "๐Ÿคธ๐Ÿพ", + "person_doing_cartwheel_tone5": "๐Ÿคธ๐Ÿฟ", + "cartwheel_tone5": "๐Ÿคธ๐Ÿฟ", + "woman_cartwheeling": "๐Ÿคธโ€โ™€๏ธ", + "woman_cartwheeling_tone1": "๐Ÿคธ๐Ÿปโ€โ™€๏ธ", + "woman_cartwheeling_light_skin_tone": "๐Ÿคธ๐Ÿปโ€โ™€๏ธ", + "woman_cartwheeling_tone2": "๐Ÿคธ๐Ÿผโ€โ™€๏ธ", + "woman_cartwheeling_medium_light_skin_tone": "๐Ÿคธ๐Ÿผโ€โ™€๏ธ", + "woman_cartwheeling_tone3": "๐Ÿคธ๐Ÿฝโ€โ™€๏ธ", + "woman_cartwheeling_medium_skin_tone": "๐Ÿคธ๐Ÿฝโ€โ™€๏ธ", + "woman_cartwheeling_tone4": "๐Ÿคธ๐Ÿพโ€โ™€๏ธ", + "woman_cartwheeling_medium_dark_skin_tone": "๐Ÿคธ๐Ÿพโ€โ™€๏ธ", + "woman_cartwheeling_tone5": "๐Ÿคธ๐Ÿฟโ€โ™€๏ธ", + "woman_cartwheeling_dark_skin_tone": "๐Ÿคธ๐Ÿฟโ€โ™€๏ธ", + "man_cartwheeling": "๐Ÿคธโ€โ™‚๏ธ", + "man_cartwheeling_tone1": "๐Ÿคธ๐Ÿปโ€โ™‚๏ธ", + "man_cartwheeling_light_skin_tone": "๐Ÿคธ๐Ÿปโ€โ™‚๏ธ", + "man_cartwheeling_tone2": "๐Ÿคธ๐Ÿผโ€โ™‚๏ธ", + "man_cartwheeling_medium_light_skin_tone": "๐Ÿคธ๐Ÿผโ€โ™‚๏ธ", + "man_cartwheeling_tone3": "๐Ÿคธ๐Ÿฝโ€โ™‚๏ธ", + "man_cartwheeling_medium_skin_tone": "๐Ÿคธ๐Ÿฝโ€โ™‚๏ธ", + "man_cartwheeling_tone4": "๐Ÿคธ๐Ÿพโ€โ™‚๏ธ", + "man_cartwheeling_medium_dark_skin_tone": "๐Ÿคธ๐Ÿพโ€โ™‚๏ธ", + "man_cartwheeling_tone5": "๐Ÿคธ๐Ÿฟโ€โ™‚๏ธ", + "man_cartwheeling_dark_skin_tone": "๐Ÿคธ๐Ÿฟโ€โ™‚๏ธ", + "person_bouncing_ball": "โ›น๏ธ", + "basketball_player": "โ›น๏ธ", + "person_with_ball": "โ›น๏ธ", + "person_bouncing_ball_tone1": "โ›น๐Ÿป", + "basketball_player_tone1": "โ›น๐Ÿป", + "person_with_ball_tone1": "โ›น๐Ÿป", + "person_bouncing_ball_tone2": "โ›น๐Ÿผ", + "basketball_player_tone2": "โ›น๐Ÿผ", + "person_with_ball_tone2": "โ›น๐Ÿผ", + "person_bouncing_ball_tone3": "โ›น๐Ÿฝ", + "basketball_player_tone3": "โ›น๐Ÿฝ", + "person_with_ball_tone3": "โ›น๐Ÿฝ", + "person_bouncing_ball_tone4": "โ›น๐Ÿพ", + "basketball_player_tone4": "โ›น๐Ÿพ", + "person_with_ball_tone4": "โ›น๐Ÿพ", + "person_bouncing_ball_tone5": "โ›น๐Ÿฟ", + "basketball_player_tone5": "โ›น๐Ÿฟ", + "person_with_ball_tone5": "โ›น๐Ÿฟ", + "woman_bouncing_ball": "โ›น๏ธโ€โ™€๏ธ", + "woman_bouncing_ball_tone1": "โ›น๐Ÿปโ€โ™€๏ธ", + "woman_bouncing_ball_light_skin_tone": "โ›น๐Ÿปโ€โ™€๏ธ", + "woman_bouncing_ball_tone2": "โ›น๐Ÿผโ€โ™€๏ธ", + "woman_bouncing_ball_medium_light_skin_tone": "โ›น๐Ÿผโ€โ™€๏ธ", + "woman_bouncing_ball_tone3": "โ›น๐Ÿฝโ€โ™€๏ธ", + "woman_bouncing_ball_medium_skin_tone": "โ›น๐Ÿฝโ€โ™€๏ธ", + "woman_bouncing_ball_tone4": "โ›น๐Ÿพโ€โ™€๏ธ", + "woman_bouncing_ball_medium_dark_skin_tone": "โ›น๐Ÿพโ€โ™€๏ธ", + "woman_bouncing_ball_tone5": "โ›น๐Ÿฟโ€โ™€๏ธ", + "woman_bouncing_ball_dark_skin_tone": "โ›น๐Ÿฟโ€โ™€๏ธ", + "man_bouncing_ball": "โ›น๏ธโ€โ™‚๏ธ", + "man_bouncing_ball_tone1": "โ›น๐Ÿปโ€โ™‚๏ธ", + "man_bouncing_ball_light_skin_tone": "โ›น๐Ÿปโ€โ™‚๏ธ", + "man_bouncing_ball_tone2": "โ›น๐Ÿผโ€โ™‚๏ธ", + "man_bouncing_ball_medium_light_skin_tone": "โ›น๐Ÿผโ€โ™‚๏ธ", + "man_bouncing_ball_tone3": "โ›น๐Ÿฝโ€โ™‚๏ธ", + "man_bouncing_ball_medium_skin_tone": "โ›น๐Ÿฝโ€โ™‚๏ธ", + "man_bouncing_ball_tone4": "โ›น๐Ÿพโ€โ™‚๏ธ", + "man_bouncing_ball_medium_dark_skin_tone": "โ›น๐Ÿพโ€โ™‚๏ธ", + "man_bouncing_ball_tone5": "โ›น๐Ÿฟโ€โ™‚๏ธ", + "man_bouncing_ball_dark_skin_tone": "โ›น๐Ÿฟโ€โ™‚๏ธ", + "person_fencing": "๐Ÿคบ", + "fencer": "๐Ÿคบ", + "fencing": "๐Ÿคบ", + "person_playing_handball": "๐Ÿคพ", + "handball": "๐Ÿคพ", + "person_playing_handball_tone1": "๐Ÿคพ๐Ÿป", + "handball_tone1": "๐Ÿคพ๐Ÿป", + "person_playing_handball_tone2": "๐Ÿคพ๐Ÿผ", + "handball_tone2": "๐Ÿคพ๐Ÿผ", + "person_playing_handball_tone3": "๐Ÿคพ๐Ÿฝ", + "handball_tone3": "๐Ÿคพ๐Ÿฝ", + "person_playing_handball_tone4": "๐Ÿคพ๐Ÿพ", + "handball_tone4": "๐Ÿคพ๐Ÿพ", + "person_playing_handball_tone5": "๐Ÿคพ๐Ÿฟ", + "handball_tone5": "๐Ÿคพ๐Ÿฟ", + "woman_playing_handball": "๐Ÿคพโ€โ™€๏ธ", + "woman_playing_handball_tone1": "๐Ÿคพ๐Ÿปโ€โ™€๏ธ", + "woman_playing_handball_light_skin_tone": "๐Ÿคพ๐Ÿปโ€โ™€๏ธ", + "woman_playing_handball_tone2": "๐Ÿคพ๐Ÿผโ€โ™€๏ธ", + "woman_playing_handball_medium_light_skin_tone": "๐Ÿคพ๐Ÿผโ€โ™€๏ธ", + "woman_playing_handball_tone3": "๐Ÿคพ๐Ÿฝโ€โ™€๏ธ", + "woman_playing_handball_medium_skin_tone": "๐Ÿคพ๐Ÿฝโ€โ™€๏ธ", + "woman_playing_handball_tone4": "๐Ÿคพ๐Ÿพโ€โ™€๏ธ", + "woman_playing_handball_medium_dark_skin_tone": "๐Ÿคพ๐Ÿพโ€โ™€๏ธ", + "woman_playing_handball_tone5": "๐Ÿคพ๐Ÿฟโ€โ™€๏ธ", + "woman_playing_handball_dark_skin_tone": "๐Ÿคพ๐Ÿฟโ€โ™€๏ธ", + "man_playing_handball": "๐Ÿคพโ€โ™‚๏ธ", + "man_playing_handball_tone1": "๐Ÿคพ๐Ÿปโ€โ™‚๏ธ", + "man_playing_handball_light_skin_tone": "๐Ÿคพ๐Ÿปโ€โ™‚๏ธ", + "man_playing_handball_tone2": "๐Ÿคพ๐Ÿผโ€โ™‚๏ธ", + "man_playing_handball_medium_light_skin_tone": "๐Ÿคพ๐Ÿผโ€โ™‚๏ธ", + "man_playing_handball_tone3": "๐Ÿคพ๐Ÿฝโ€โ™‚๏ธ", + "man_playing_handball_medium_skin_tone": "๐Ÿคพ๐Ÿฝโ€โ™‚๏ธ", + "man_playing_handball_tone4": "๐Ÿคพ๐Ÿพโ€โ™‚๏ธ", + "man_playing_handball_medium_dark_skin_tone": "๐Ÿคพ๐Ÿพโ€โ™‚๏ธ", + "man_playing_handball_tone5": "๐Ÿคพ๐Ÿฟโ€โ™‚๏ธ", + "man_playing_handball_dark_skin_tone": "๐Ÿคพ๐Ÿฟโ€โ™‚๏ธ", + "person_golfing": "๐ŸŒ๏ธ", + "golfer": "๐ŸŒ๏ธ", + "person_golfing_tone1": "๐ŸŒ๐Ÿป", + "person_golfing_light_skin_tone": "๐ŸŒ๐Ÿป", + "person_golfing_tone2": "๐ŸŒ๐Ÿผ", + "person_golfing_medium_light_skin_tone": "๐ŸŒ๐Ÿผ", + "person_golfing_tone3": "๐ŸŒ๐Ÿฝ", + "person_golfing_medium_skin_tone": "๐ŸŒ๐Ÿฝ", + "person_golfing_tone4": "๐ŸŒ๐Ÿพ", + "person_golfing_medium_dark_skin_tone": "๐ŸŒ๐Ÿพ", + "person_golfing_tone5": "๐ŸŒ๐Ÿฟ", + "person_golfing_dark_skin_tone": "๐ŸŒ๐Ÿฟ", + "woman_golfing": "๐ŸŒ๏ธโ€โ™€๏ธ", + "woman_golfing_tone1": "๐ŸŒ๐Ÿปโ€โ™€๏ธ", + "woman_golfing_light_skin_tone": "๐ŸŒ๐Ÿปโ€โ™€๏ธ", + "woman_golfing_tone2": "๐ŸŒ๐Ÿผโ€โ™€๏ธ", + "woman_golfing_medium_light_skin_tone": "๐ŸŒ๐Ÿผโ€โ™€๏ธ", + "woman_golfing_tone3": "๐ŸŒ๐Ÿฝโ€โ™€๏ธ", + "woman_golfing_medium_skin_tone": "๐ŸŒ๐Ÿฝโ€โ™€๏ธ", + "woman_golfing_tone4": "๐ŸŒ๐Ÿพโ€โ™€๏ธ", + "woman_golfing_medium_dark_skin_tone": "๐ŸŒ๐Ÿพโ€โ™€๏ธ", + "woman_golfing_tone5": "๐ŸŒ๐Ÿฟโ€โ™€๏ธ", + "woman_golfing_dark_skin_tone": "๐ŸŒ๐Ÿฟโ€โ™€๏ธ", + "man_golfing": "๐ŸŒ๏ธโ€โ™‚๏ธ", + "man_golfing_tone1": "๐ŸŒ๐Ÿปโ€โ™‚๏ธ", + "man_golfing_light_skin_tone": "๐ŸŒ๐Ÿปโ€โ™‚๏ธ", + "man_golfing_tone2": "๐ŸŒ๐Ÿผโ€โ™‚๏ธ", + "man_golfing_medium_light_skin_tone": "๐ŸŒ๐Ÿผโ€โ™‚๏ธ", + "man_golfing_tone3": "๐ŸŒ๐Ÿฝโ€โ™‚๏ธ", + "man_golfing_medium_skin_tone": "๐ŸŒ๐Ÿฝโ€โ™‚๏ธ", + "man_golfing_tone4": "๐ŸŒ๐Ÿพโ€โ™‚๏ธ", + "man_golfing_medium_dark_skin_tone": "๐ŸŒ๐Ÿพโ€โ™‚๏ธ", + "man_golfing_tone5": "๐ŸŒ๐Ÿฟโ€โ™‚๏ธ", + "man_golfing_dark_skin_tone": "๐ŸŒ๐Ÿฟโ€โ™‚๏ธ", + "horse_racing": "๐Ÿ‡", + "horse_racing_tone1": "๐Ÿ‡๐Ÿป", + "horse_racing_tone2": "๐Ÿ‡๐Ÿผ", + "horse_racing_tone3": "๐Ÿ‡๐Ÿฝ", + "horse_racing_tone4": "๐Ÿ‡๐Ÿพ", + "horse_racing_tone5": "๐Ÿ‡๐Ÿฟ", + "person_in_lotus_position": "๐Ÿง˜", + "person_in_lotus_position_tone1": "๐Ÿง˜๐Ÿป", + "person_in_lotus_position_light_skin_tone": "๐Ÿง˜๐Ÿป", + "person_in_lotus_position_tone2": "๐Ÿง˜๐Ÿผ", + "person_in_lotus_position_medium_light_skin_tone": "๐Ÿง˜๐Ÿผ", + "person_in_lotus_position_tone3": "๐Ÿง˜๐Ÿฝ", + "person_in_lotus_position_medium_skin_tone": "๐Ÿง˜๐Ÿฝ", + "person_in_lotus_position_tone4": "๐Ÿง˜๐Ÿพ", + "person_in_lotus_position_medium_dark_skin_tone": "๐Ÿง˜๐Ÿพ", + "person_in_lotus_position_tone5": "๐Ÿง˜๐Ÿฟ", + "person_in_lotus_position_dark_skin_tone": "๐Ÿง˜๐Ÿฟ", + "woman_in_lotus_position": "๐Ÿง˜โ€โ™€๏ธ", + "woman_in_lotus_position_tone1": "๐Ÿง˜๐Ÿปโ€โ™€๏ธ", + "woman_in_lotus_position_light_skin_tone": "๐Ÿง˜๐Ÿปโ€โ™€๏ธ", + "woman_in_lotus_position_tone2": "๐Ÿง˜๐Ÿผโ€โ™€๏ธ", + "woman_in_lotus_position_medium_light_skin_tone": "๐Ÿง˜๐Ÿผโ€โ™€๏ธ", + "woman_in_lotus_position_tone3": "๐Ÿง˜๐Ÿฝโ€โ™€๏ธ", + "woman_in_lotus_position_medium_skin_tone": "๐Ÿง˜๐Ÿฝโ€โ™€๏ธ", + "woman_in_lotus_position_tone4": "๐Ÿง˜๐Ÿพโ€โ™€๏ธ", + "woman_in_lotus_position_medium_dark_skin_tone": "๐Ÿง˜๐Ÿพโ€โ™€๏ธ", + "woman_in_lotus_position_tone5": "๐Ÿง˜๐Ÿฟโ€โ™€๏ธ", + "woman_in_lotus_position_dark_skin_tone": "๐Ÿง˜๐Ÿฟโ€โ™€๏ธ", + "man_in_lotus_position": "๐Ÿง˜โ€โ™‚๏ธ", + "man_in_lotus_position_tone1": "๐Ÿง˜๐Ÿปโ€โ™‚๏ธ", + "man_in_lotus_position_light_skin_tone": "๐Ÿง˜๐Ÿปโ€โ™‚๏ธ", + "man_in_lotus_position_tone2": "๐Ÿง˜๐Ÿผโ€โ™‚๏ธ", + "man_in_lotus_position_medium_light_skin_tone": "๐Ÿง˜๐Ÿผโ€โ™‚๏ธ", + "man_in_lotus_position_tone3": "๐Ÿง˜๐Ÿฝโ€โ™‚๏ธ", + "man_in_lotus_position_medium_skin_tone": "๐Ÿง˜๐Ÿฝโ€โ™‚๏ธ", + "man_in_lotus_position_tone4": "๐Ÿง˜๐Ÿพโ€โ™‚๏ธ", + "man_in_lotus_position_medium_dark_skin_tone": "๐Ÿง˜๐Ÿพโ€โ™‚๏ธ", + "man_in_lotus_position_tone5": "๐Ÿง˜๐Ÿฟโ€โ™‚๏ธ", + "man_in_lotus_position_dark_skin_tone": "๐Ÿง˜๐Ÿฟโ€โ™‚๏ธ", + "person_surfing": "๐Ÿ„", + "surfer": "๐Ÿ„", + "person_surfing_tone1": "๐Ÿ„๐Ÿป", + "surfer_tone1": "๐Ÿ„๐Ÿป", + "person_surfing_tone2": "๐Ÿ„๐Ÿผ", + "surfer_tone2": "๐Ÿ„๐Ÿผ", + "person_surfing_tone3": "๐Ÿ„๐Ÿฝ", + "surfer_tone3": "๐Ÿ„๐Ÿฝ", + "person_surfing_tone4": "๐Ÿ„๐Ÿพ", + "surfer_tone4": "๐Ÿ„๐Ÿพ", + "person_surfing_tone5": "๐Ÿ„๐Ÿฟ", + "surfer_tone5": "๐Ÿ„๐Ÿฟ", + "woman_surfing": "๐Ÿ„โ€โ™€๏ธ", + "woman_surfing_tone1": "๐Ÿ„๐Ÿปโ€โ™€๏ธ", + "woman_surfing_light_skin_tone": "๐Ÿ„๐Ÿปโ€โ™€๏ธ", + "woman_surfing_tone2": "๐Ÿ„๐Ÿผโ€โ™€๏ธ", + "woman_surfing_medium_light_skin_tone": "๐Ÿ„๐Ÿผโ€โ™€๏ธ", + "woman_surfing_tone3": "๐Ÿ„๐Ÿฝโ€โ™€๏ธ", + "woman_surfing_medium_skin_tone": "๐Ÿ„๐Ÿฝโ€โ™€๏ธ", + "woman_surfing_tone4": "๐Ÿ„๐Ÿพโ€โ™€๏ธ", + "woman_surfing_medium_dark_skin_tone": "๐Ÿ„๐Ÿพโ€โ™€๏ธ", + "woman_surfing_tone5": "๐Ÿ„๐Ÿฟโ€โ™€๏ธ", + "woman_surfing_dark_skin_tone": "๐Ÿ„๐Ÿฟโ€โ™€๏ธ", + "man_surfing": "๐Ÿ„โ€โ™‚๏ธ", + "man_surfing_tone1": "๐Ÿ„๐Ÿปโ€โ™‚๏ธ", + "man_surfing_light_skin_tone": "๐Ÿ„๐Ÿปโ€โ™‚๏ธ", + "man_surfing_tone2": "๐Ÿ„๐Ÿผโ€โ™‚๏ธ", + "man_surfing_medium_light_skin_tone": "๐Ÿ„๐Ÿผโ€โ™‚๏ธ", + "man_surfing_tone3": "๐Ÿ„๐Ÿฝโ€โ™‚๏ธ", + "man_surfing_medium_skin_tone": "๐Ÿ„๐Ÿฝโ€โ™‚๏ธ", + "man_surfing_tone4": "๐Ÿ„๐Ÿพโ€โ™‚๏ธ", + "man_surfing_medium_dark_skin_tone": "๐Ÿ„๐Ÿพโ€โ™‚๏ธ", + "man_surfing_tone5": "๐Ÿ„๐Ÿฟโ€โ™‚๏ธ", + "man_surfing_dark_skin_tone": "๐Ÿ„๐Ÿฟโ€โ™‚๏ธ", + "person_swimming": "๐ŸŠ", + "swimmer": "๐ŸŠ", + "person_swimming_tone1": "๐ŸŠ๐Ÿป", + "swimmer_tone1": "๐ŸŠ๐Ÿป", + "person_swimming_tone2": "๐ŸŠ๐Ÿผ", + "swimmer_tone2": "๐ŸŠ๐Ÿผ", + "person_swimming_tone3": "๐ŸŠ๐Ÿฝ", + "swimmer_tone3": "๐ŸŠ๐Ÿฝ", + "person_swimming_tone4": "๐ŸŠ๐Ÿพ", + "swimmer_tone4": "๐ŸŠ๐Ÿพ", + "person_swimming_tone5": "๐ŸŠ๐Ÿฟ", + "swimmer_tone5": "๐ŸŠ๐Ÿฟ", + "woman_swimming": "๐ŸŠโ€โ™€๏ธ", + "woman_swimming_tone1": "๐ŸŠ๐Ÿปโ€โ™€๏ธ", + "woman_swimming_light_skin_tone": "๐ŸŠ๐Ÿปโ€โ™€๏ธ", + "woman_swimming_tone2": "๐ŸŠ๐Ÿผโ€โ™€๏ธ", + "woman_swimming_medium_light_skin_tone": "๐ŸŠ๐Ÿผโ€โ™€๏ธ", + "woman_swimming_tone3": "๐ŸŠ๐Ÿฝโ€โ™€๏ธ", + "woman_swimming_medium_skin_tone": "๐ŸŠ๐Ÿฝโ€โ™€๏ธ", + "woman_swimming_tone4": "๐ŸŠ๐Ÿพโ€โ™€๏ธ", + "woman_swimming_medium_dark_skin_tone": "๐ŸŠ๐Ÿพโ€โ™€๏ธ", + "woman_swimming_tone5": "๐ŸŠ๐Ÿฟโ€โ™€๏ธ", + "woman_swimming_dark_skin_tone": "๐ŸŠ๐Ÿฟโ€โ™€๏ธ", + "man_swimming": "๐ŸŠโ€โ™‚๏ธ", + "man_swimming_tone1": "๐ŸŠ๐Ÿปโ€โ™‚๏ธ", + "man_swimming_light_skin_tone": "๐ŸŠ๐Ÿปโ€โ™‚๏ธ", + "man_swimming_tone2": "๐ŸŠ๐Ÿผโ€โ™‚๏ธ", + "man_swimming_medium_light_skin_tone": "๐ŸŠ๐Ÿผโ€โ™‚๏ธ", + "man_swimming_tone3": "๐ŸŠ๐Ÿฝโ€โ™‚๏ธ", + "man_swimming_medium_skin_tone": "๐ŸŠ๐Ÿฝโ€โ™‚๏ธ", + "man_swimming_tone4": "๐ŸŠ๐Ÿพโ€โ™‚๏ธ", + "man_swimming_medium_dark_skin_tone": "๐ŸŠ๐Ÿพโ€โ™‚๏ธ", + "man_swimming_tone5": "๐ŸŠ๐Ÿฟโ€โ™‚๏ธ", + "man_swimming_dark_skin_tone": "๐ŸŠ๐Ÿฟโ€โ™‚๏ธ", + "person_playing_water_polo": "๐Ÿคฝ", + "water_polo": "๐Ÿคฝ", + "person_playing_water_polo_tone1": "๐Ÿคฝ๐Ÿป", + "water_polo_tone1": "๐Ÿคฝ๐Ÿป", + "person_playing_water_polo_tone2": "๐Ÿคฝ๐Ÿผ", + "water_polo_tone2": "๐Ÿคฝ๐Ÿผ", + "person_playing_water_polo_tone3": "๐Ÿคฝ๐Ÿฝ", + "water_polo_tone3": "๐Ÿคฝ๐Ÿฝ", + "person_playing_water_polo_tone4": "๐Ÿคฝ๐Ÿพ", + "water_polo_tone4": "๐Ÿคฝ๐Ÿพ", + "person_playing_water_polo_tone5": "๐Ÿคฝ๐Ÿฟ", + "water_polo_tone5": "๐Ÿคฝ๐Ÿฟ", + "woman_playing_water_polo": "๐Ÿคฝโ€โ™€๏ธ", + "woman_playing_water_polo_tone1": "๐Ÿคฝ๐Ÿปโ€โ™€๏ธ", + "woman_playing_water_polo_light_skin_tone": "๐Ÿคฝ๐Ÿปโ€โ™€๏ธ", + "woman_playing_water_polo_tone2": "๐Ÿคฝ๐Ÿผโ€โ™€๏ธ", + "woman_playing_water_polo_medium_light_skin_tone": "๐Ÿคฝ๐Ÿผโ€โ™€๏ธ", + "woman_playing_water_polo_tone3": "๐Ÿคฝ๐Ÿฝโ€โ™€๏ธ", + "woman_playing_water_polo_medium_skin_tone": "๐Ÿคฝ๐Ÿฝโ€โ™€๏ธ", + "woman_playing_water_polo_tone4": "๐Ÿคฝ๐Ÿพโ€โ™€๏ธ", + "woman_playing_water_polo_medium_dark_skin_tone": "๐Ÿคฝ๐Ÿพโ€โ™€๏ธ", + "woman_playing_water_polo_tone5": "๐Ÿคฝ๐Ÿฟโ€โ™€๏ธ", + "woman_playing_water_polo_dark_skin_tone": "๐Ÿคฝ๐Ÿฟโ€โ™€๏ธ", + "man_playing_water_polo": "๐Ÿคฝโ€โ™‚๏ธ", + "man_playing_water_polo_tone1": "๐Ÿคฝ๐Ÿปโ€โ™‚๏ธ", + "man_playing_water_polo_light_skin_tone": "๐Ÿคฝ๐Ÿปโ€โ™‚๏ธ", + "man_playing_water_polo_tone2": "๐Ÿคฝ๐Ÿผโ€โ™‚๏ธ", + "man_playing_water_polo_medium_light_skin_tone": "๐Ÿคฝ๐Ÿผโ€โ™‚๏ธ", + "man_playing_water_polo_tone3": "๐Ÿคฝ๐Ÿฝโ€โ™‚๏ธ", + "man_playing_water_polo_medium_skin_tone": "๐Ÿคฝ๐Ÿฝโ€โ™‚๏ธ", + "man_playing_water_polo_tone4": "๐Ÿคฝ๐Ÿพโ€โ™‚๏ธ", + "man_playing_water_polo_medium_dark_skin_tone": "๐Ÿคฝ๐Ÿพโ€โ™‚๏ธ", + "man_playing_water_polo_tone5": "๐Ÿคฝ๐Ÿฟโ€โ™‚๏ธ", + "man_playing_water_polo_dark_skin_tone": "๐Ÿคฝ๐Ÿฟโ€โ™‚๏ธ", + "person_rowing_boat": "๐Ÿšฃ", + "rowboat": "๐Ÿšฃ", + "person_rowing_boat_tone1": "๐Ÿšฃ๐Ÿป", + "rowboat_tone1": "๐Ÿšฃ๐Ÿป", + "person_rowing_boat_tone2": "๐Ÿšฃ๐Ÿผ", + "rowboat_tone2": "๐Ÿšฃ๐Ÿผ", + "person_rowing_boat_tone3": "๐Ÿšฃ๐Ÿฝ", + "rowboat_tone3": "๐Ÿšฃ๐Ÿฝ", + "person_rowing_boat_tone4": "๐Ÿšฃ๐Ÿพ", + "rowboat_tone4": "๐Ÿšฃ๐Ÿพ", + "person_rowing_boat_tone5": "๐Ÿšฃ๐Ÿฟ", + "rowboat_tone5": "๐Ÿšฃ๐Ÿฟ", + "woman_rowing_boat": "๐Ÿšฃโ€โ™€๏ธ", + "woman_rowing_boat_tone1": "๐Ÿšฃ๐Ÿปโ€โ™€๏ธ", + "woman_rowing_boat_light_skin_tone": "๐Ÿšฃ๐Ÿปโ€โ™€๏ธ", + "woman_rowing_boat_tone2": "๐Ÿšฃ๐Ÿผโ€โ™€๏ธ", + "woman_rowing_boat_medium_light_skin_tone": "๐Ÿšฃ๐Ÿผโ€โ™€๏ธ", + "woman_rowing_boat_tone3": "๐Ÿšฃ๐Ÿฝโ€โ™€๏ธ", + "woman_rowing_boat_medium_skin_tone": "๐Ÿšฃ๐Ÿฝโ€โ™€๏ธ", + "woman_rowing_boat_tone4": "๐Ÿšฃ๐Ÿพโ€โ™€๏ธ", + "woman_rowing_boat_medium_dark_skin_tone": "๐Ÿšฃ๐Ÿพโ€โ™€๏ธ", + "woman_rowing_boat_tone5": "๐Ÿšฃ๐Ÿฟโ€โ™€๏ธ", + "woman_rowing_boat_dark_skin_tone": "๐Ÿšฃ๐Ÿฟโ€โ™€๏ธ", + "man_rowing_boat": "๐Ÿšฃโ€โ™‚๏ธ", + "man_rowing_boat_tone1": "๐Ÿšฃ๐Ÿปโ€โ™‚๏ธ", + "man_rowing_boat_light_skin_tone": "๐Ÿšฃ๐Ÿปโ€โ™‚๏ธ", + "man_rowing_boat_tone2": "๐Ÿšฃ๐Ÿผโ€โ™‚๏ธ", + "man_rowing_boat_medium_light_skin_tone": "๐Ÿšฃ๐Ÿผโ€โ™‚๏ธ", + "man_rowing_boat_tone3": "๐Ÿšฃ๐Ÿฝโ€โ™‚๏ธ", + "man_rowing_boat_medium_skin_tone": "๐Ÿšฃ๐Ÿฝโ€โ™‚๏ธ", + "man_rowing_boat_tone4": "๐Ÿšฃ๐Ÿพโ€โ™‚๏ธ", + "man_rowing_boat_medium_dark_skin_tone": "๐Ÿšฃ๐Ÿพโ€โ™‚๏ธ", + "man_rowing_boat_tone5": "๐Ÿšฃ๐Ÿฟโ€โ™‚๏ธ", + "man_rowing_boat_dark_skin_tone": "๐Ÿšฃ๐Ÿฟโ€โ™‚๏ธ", + "person_climbing": "๐Ÿง—", + "person_climbing_tone1": "๐Ÿง—๐Ÿป", + "person_climbing_light_skin_tone": "๐Ÿง—๐Ÿป", + "person_climbing_tone2": "๐Ÿง—๐Ÿผ", + "person_climbing_medium_light_skin_tone": "๐Ÿง—๐Ÿผ", + "person_climbing_tone3": "๐Ÿง—๐Ÿฝ", + "person_climbing_medium_skin_tone": "๐Ÿง—๐Ÿฝ", + "person_climbing_tone4": "๐Ÿง—๐Ÿพ", + "person_climbing_medium_dark_skin_tone": "๐Ÿง—๐Ÿพ", + "person_climbing_tone5": "๐Ÿง—๐Ÿฟ", + "person_climbing_dark_skin_tone": "๐Ÿง—๐Ÿฟ", + "woman_climbing": "๐Ÿง—โ€โ™€๏ธ", + "woman_climbing_tone1": "๐Ÿง—๐Ÿปโ€โ™€๏ธ", + "woman_climbing_light_skin_tone": "๐Ÿง—๐Ÿปโ€โ™€๏ธ", + "woman_climbing_tone2": "๐Ÿง—๐Ÿผโ€โ™€๏ธ", + "woman_climbing_medium_light_skin_tone": "๐Ÿง—๐Ÿผโ€โ™€๏ธ", + "woman_climbing_tone3": "๐Ÿง—๐Ÿฝโ€โ™€๏ธ", + "woman_climbing_medium_skin_tone": "๐Ÿง—๐Ÿฝโ€โ™€๏ธ", + "woman_climbing_tone4": "๐Ÿง—๐Ÿพโ€โ™€๏ธ", + "woman_climbing_medium_dark_skin_tone": "๐Ÿง—๐Ÿพโ€โ™€๏ธ", + "woman_climbing_tone5": "๐Ÿง—๐Ÿฟโ€โ™€๏ธ", + "woman_climbing_dark_skin_tone": "๐Ÿง—๐Ÿฟโ€โ™€๏ธ", + "man_climbing": "๐Ÿง—โ€โ™‚๏ธ", + "man_climbing_tone1": "๐Ÿง—๐Ÿปโ€โ™‚๏ธ", + "man_climbing_light_skin_tone": "๐Ÿง—๐Ÿปโ€โ™‚๏ธ", + "man_climbing_tone2": "๐Ÿง—๐Ÿผโ€โ™‚๏ธ", + "man_climbing_medium_light_skin_tone": "๐Ÿง—๐Ÿผโ€โ™‚๏ธ", + "man_climbing_tone3": "๐Ÿง—๐Ÿฝโ€โ™‚๏ธ", + "man_climbing_medium_skin_tone": "๐Ÿง—๐Ÿฝโ€โ™‚๏ธ", + "man_climbing_tone4": "๐Ÿง—๐Ÿพโ€โ™‚๏ธ", + "man_climbing_medium_dark_skin_tone": "๐Ÿง—๐Ÿพโ€โ™‚๏ธ", + "man_climbing_tone5": "๐Ÿง—๐Ÿฟโ€โ™‚๏ธ", + "man_climbing_dark_skin_tone": "๐Ÿง—๐Ÿฟโ€โ™‚๏ธ", + "person_mountain_biking": "๐Ÿšต", + "mountain_bicyclist": "๐Ÿšต", + "person_mountain_biking_tone1": "๐Ÿšต๐Ÿป", + "mountain_bicyclist_tone1": "๐Ÿšต๐Ÿป", + "person_mountain_biking_tone2": "๐Ÿšต๐Ÿผ", + "mountain_bicyclist_tone2": "๐Ÿšต๐Ÿผ", + "person_mountain_biking_tone3": "๐Ÿšต๐Ÿฝ", + "mountain_bicyclist_tone3": "๐Ÿšต๐Ÿฝ", + "person_mountain_biking_tone4": "๐Ÿšต๐Ÿพ", + "mountain_bicyclist_tone4": "๐Ÿšต๐Ÿพ", + "person_mountain_biking_tone5": "๐Ÿšต๐Ÿฟ", + "mountain_bicyclist_tone5": "๐Ÿšต๐Ÿฟ", + "woman_mountain_biking": "๐Ÿšตโ€โ™€๏ธ", + "woman_mountain_biking_tone1": "๐Ÿšต๐Ÿปโ€โ™€๏ธ", + "woman_mountain_biking_light_skin_tone": "๐Ÿšต๐Ÿปโ€โ™€๏ธ", + "woman_mountain_biking_tone2": "๐Ÿšต๐Ÿผโ€โ™€๏ธ", + "woman_mountain_biking_medium_light_skin_tone": "๐Ÿšต๐Ÿผโ€โ™€๏ธ", + "woman_mountain_biking_tone3": "๐Ÿšต๐Ÿฝโ€โ™€๏ธ", + "woman_mountain_biking_medium_skin_tone": "๐Ÿšต๐Ÿฝโ€โ™€๏ธ", + "woman_mountain_biking_tone4": "๐Ÿšต๐Ÿพโ€โ™€๏ธ", + "woman_mountain_biking_medium_dark_skin_tone": "๐Ÿšต๐Ÿพโ€โ™€๏ธ", + "woman_mountain_biking_tone5": "๐Ÿšต๐Ÿฟโ€โ™€๏ธ", + "woman_mountain_biking_dark_skin_tone": "๐Ÿšต๐Ÿฟโ€โ™€๏ธ", + "man_mountain_biking": "๐Ÿšตโ€โ™‚๏ธ", + "man_mountain_biking_tone1": "๐Ÿšต๐Ÿปโ€โ™‚๏ธ", + "man_mountain_biking_light_skin_tone": "๐Ÿšต๐Ÿปโ€โ™‚๏ธ", + "man_mountain_biking_tone2": "๐Ÿšต๐Ÿผโ€โ™‚๏ธ", + "man_mountain_biking_medium_light_skin_tone": "๐Ÿšต๐Ÿผโ€โ™‚๏ธ", + "man_mountain_biking_tone3": "๐Ÿšต๐Ÿฝโ€โ™‚๏ธ", + "man_mountain_biking_medium_skin_tone": "๐Ÿšต๐Ÿฝโ€โ™‚๏ธ", + "man_mountain_biking_tone4": "๐Ÿšต๐Ÿพโ€โ™‚๏ธ", + "man_mountain_biking_medium_dark_skin_tone": "๐Ÿšต๐Ÿพโ€โ™‚๏ธ", + "man_mountain_biking_tone5": "๐Ÿšต๐Ÿฟโ€โ™‚๏ธ", + "man_mountain_biking_dark_skin_tone": "๐Ÿšต๐Ÿฟโ€โ™‚๏ธ", + "person_biking": "๐Ÿšด", + "bicyclist": "๐Ÿšด", + "person_biking_tone1": "๐Ÿšด๐Ÿป", + "bicyclist_tone1": "๐Ÿšด๐Ÿป", + "person_biking_tone2": "๐Ÿšด๐Ÿผ", + "bicyclist_tone2": "๐Ÿšด๐Ÿผ", + "person_biking_tone3": "๐Ÿšด๐Ÿฝ", + "bicyclist_tone3": "๐Ÿšด๐Ÿฝ", + "person_biking_tone4": "๐Ÿšด๐Ÿพ", + "bicyclist_tone4": "๐Ÿšด๐Ÿพ", + "person_biking_tone5": "๐Ÿšด๐Ÿฟ", + "bicyclist_tone5": "๐Ÿšด๐Ÿฟ", + "woman_biking": "๐Ÿšดโ€โ™€๏ธ", + "woman_biking_tone1": "๐Ÿšด๐Ÿปโ€โ™€๏ธ", + "woman_biking_light_skin_tone": "๐Ÿšด๐Ÿปโ€โ™€๏ธ", + "woman_biking_tone2": "๐Ÿšด๐Ÿผโ€โ™€๏ธ", + "woman_biking_medium_light_skin_tone": "๐Ÿšด๐Ÿผโ€โ™€๏ธ", + "woman_biking_tone3": "๐Ÿšด๐Ÿฝโ€โ™€๏ธ", + "woman_biking_medium_skin_tone": "๐Ÿšด๐Ÿฝโ€โ™€๏ธ", + "woman_biking_tone4": "๐Ÿšด๐Ÿพโ€โ™€๏ธ", + "woman_biking_medium_dark_skin_tone": "๐Ÿšด๐Ÿพโ€โ™€๏ธ", + "woman_biking_tone5": "๐Ÿšด๐Ÿฟโ€โ™€๏ธ", + "woman_biking_dark_skin_tone": "๐Ÿšด๐Ÿฟโ€โ™€๏ธ", + "man_biking": "๐Ÿšดโ€โ™‚๏ธ", + "man_biking_tone1": "๐Ÿšด๐Ÿปโ€โ™‚๏ธ", + "man_biking_light_skin_tone": "๐Ÿšด๐Ÿปโ€โ™‚๏ธ", + "man_biking_tone2": "๐Ÿšด๐Ÿผโ€โ™‚๏ธ", + "man_biking_medium_light_skin_tone": "๐Ÿšด๐Ÿผโ€โ™‚๏ธ", + "man_biking_tone3": "๐Ÿšด๐Ÿฝโ€โ™‚๏ธ", + "man_biking_medium_skin_tone": "๐Ÿšด๐Ÿฝโ€โ™‚๏ธ", + "man_biking_tone4": "๐Ÿšด๐Ÿพโ€โ™‚๏ธ", + "man_biking_medium_dark_skin_tone": "๐Ÿšด๐Ÿพโ€โ™‚๏ธ", + "man_biking_tone5": "๐Ÿšด๐Ÿฟโ€โ™‚๏ธ", + "man_biking_dark_skin_tone": "๐Ÿšด๐Ÿฟโ€โ™‚๏ธ", + "trophy": "๐Ÿ†", + "first_place": "๐Ÿฅ‡", + "first_place_medal": "๐Ÿฅ‡", + "second_place": "๐Ÿฅˆ", + "second_place_medal": "๐Ÿฅˆ", + "third_place": "๐Ÿฅ‰", + "third_place_medal": "๐Ÿฅ‰", + "medal": "๐Ÿ…", + "sports_medal": "๐Ÿ…", + "military_medal": "๐ŸŽ–๏ธ", + "rosette": "๐Ÿต๏ธ", + "reminder_ribbon": "๐ŸŽ—๏ธ", + "ticket": "๐ŸŽซ", + "tickets": "๐ŸŽŸ๏ธ", + "admission_tickets": "๐ŸŽŸ๏ธ", + "circus_tent": "๐ŸŽช", + "person_juggling": "๐Ÿคน", + "juggling": "๐Ÿคน", + "juggler": "๐Ÿคน", + "person_juggling_tone1": "๐Ÿคน๐Ÿป", + "juggling_tone1": "๐Ÿคน๐Ÿป", + "juggler_tone1": "๐Ÿคน๐Ÿป", + "person_juggling_tone2": "๐Ÿคน๐Ÿผ", + "juggling_tone2": "๐Ÿคน๐Ÿผ", + "juggler_tone2": "๐Ÿคน๐Ÿผ", + "person_juggling_tone3": "๐Ÿคน๐Ÿฝ", + "juggling_tone3": "๐Ÿคน๐Ÿฝ", + "juggler_tone3": "๐Ÿคน๐Ÿฝ", + "person_juggling_tone4": "๐Ÿคน๐Ÿพ", + "juggling_tone4": "๐Ÿคน๐Ÿพ", + "juggler_tone4": "๐Ÿคน๐Ÿพ", + "person_juggling_tone5": "๐Ÿคน๐Ÿฟ", + "juggling_tone5": "๐Ÿคน๐Ÿฟ", + "juggler_tone5": "๐Ÿคน๐Ÿฟ", + "woman_juggling": "๐Ÿคนโ€โ™€๏ธ", + "woman_juggling_tone1": "๐Ÿคน๐Ÿปโ€โ™€๏ธ", + "woman_juggling_light_skin_tone": "๐Ÿคน๐Ÿปโ€โ™€๏ธ", + "woman_juggling_tone2": "๐Ÿคน๐Ÿผโ€โ™€๏ธ", + "woman_juggling_medium_light_skin_tone": "๐Ÿคน๐Ÿผโ€โ™€๏ธ", + "woman_juggling_tone3": "๐Ÿคน๐Ÿฝโ€โ™€๏ธ", + "woman_juggling_medium_skin_tone": "๐Ÿคน๐Ÿฝโ€โ™€๏ธ", + "woman_juggling_tone4": "๐Ÿคน๐Ÿพโ€โ™€๏ธ", + "woman_juggling_medium_dark_skin_tone": "๐Ÿคน๐Ÿพโ€โ™€๏ธ", + "woman_juggling_tone5": "๐Ÿคน๐Ÿฟโ€โ™€๏ธ", + "woman_juggling_dark_skin_tone": "๐Ÿคน๐Ÿฟโ€โ™€๏ธ", + "man_juggling": "๐Ÿคนโ€โ™‚๏ธ", + "man_juggling_tone1": "๐Ÿคน๐Ÿปโ€โ™‚๏ธ", + "man_juggling_light_skin_tone": "๐Ÿคน๐Ÿปโ€โ™‚๏ธ", + "man_juggling_tone2": "๐Ÿคน๐Ÿผโ€โ™‚๏ธ", + "man_juggling_medium_light_skin_tone": "๐Ÿคน๐Ÿผโ€โ™‚๏ธ", + "man_juggling_tone3": "๐Ÿคน๐Ÿฝโ€โ™‚๏ธ", + "man_juggling_medium_skin_tone": "๐Ÿคน๐Ÿฝโ€โ™‚๏ธ", + "man_juggling_tone4": "๐Ÿคน๐Ÿพโ€โ™‚๏ธ", + "man_juggling_medium_dark_skin_tone": "๐Ÿคน๐Ÿพโ€โ™‚๏ธ", + "man_juggling_tone5": "๐Ÿคน๐Ÿฟโ€โ™‚๏ธ", + "man_juggling_dark_skin_tone": "๐Ÿคน๐Ÿฟโ€โ™‚๏ธ", + "performing_arts": "๐ŸŽญ", + "ballet_shoes": "๐Ÿฉฐ", + "art": "๐ŸŽจ", + "clapper": "๐ŸŽฌ", + "microphone": "๐ŸŽค", + "headphones": "๐ŸŽง", + "musical_score": "๐ŸŽผ", + "musical_keyboard": "๐ŸŽน", + "drum": "๐Ÿฅ", + "drum_with_drumsticks": "๐Ÿฅ", + "long_drum": "๐Ÿช˜", + "saxophone": "๐ŸŽท", + "trumpet": "๐ŸŽบ", + "guitar": "๐ŸŽธ", + "banjo": "๐Ÿช•", + "violin": "๐ŸŽป", + "accordion": "๐Ÿช—", + "game_die": "๐ŸŽฒ", + "chess_pawn": "โ™Ÿ๏ธ", + "dart": "๐ŸŽฏ", + "bowling": "๐ŸŽณ", + "video_game": "๐ŸŽฎ", + "slot_machine": "๐ŸŽฐ", + "jigsaw": "๐Ÿงฉ" + }, + "travel": { + "red_car": "๐Ÿš—", + "taxi": "๐Ÿš•", + "blue_car": "๐Ÿš™", + "pickup_truck": "๐Ÿ›ป", + "bus": "๐ŸšŒ", + "trolleybus": "๐ŸšŽ", + "race_car": "๐ŸŽ๏ธ", + "racing_car": "๐ŸŽ๏ธ", + "police_car": "๐Ÿš“", + "ambulance": "๐Ÿš‘", + "fire_engine": "๐Ÿš’", + "minibus": "๐Ÿš", + "truck": "๐Ÿšš", + "articulated_lorry": "๐Ÿš›", + "tractor": "๐Ÿšœ", + "probing_cane": "๐Ÿฆฏ", + "manual_wheelchair": "๐Ÿฆฝ", + "motorized_wheelchair": "๐Ÿฆผ", + "scooter": "๐Ÿ›ด", + "bike": "๐Ÿšฒ", + "motor_scooter": "๐Ÿ›ต", + "motorbike": "๐Ÿ›ต", + "motorcycle": "๐Ÿ๏ธ", + "racing_motorcycle": "๐Ÿ๏ธ", + "auto_rickshaw": "๐Ÿ›บ", + "rotating_light": "๐Ÿšจ", + "oncoming_police_car": "๐Ÿš”", + "oncoming_bus": "๐Ÿš", + "oncoming_automobile": "๐Ÿš˜", + "oncoming_taxi": "๐Ÿš–", + "aerial_tramway": "๐Ÿšก", + "mountain_cableway": "๐Ÿš ", + "suspension_railway": "๐ŸšŸ", + "railway_car": "๐Ÿšƒ", + "train": "๐Ÿš‹", + "mountain_railway": "๐Ÿšž", + "monorail": "๐Ÿš", + "bullettrain_side": "๐Ÿš„", + "bullettrain_front": "๐Ÿš…", + "light_rail": "๐Ÿšˆ", + "steam_locomotive": "๐Ÿš‚", + "train2": "๐Ÿš†", + "metro": "๐Ÿš‡", + "tram": "๐ŸšŠ", + "station": "๐Ÿš‰", + "airplane": "โœˆ๏ธ", + "airplane_departure": "๐Ÿ›ซ", + "airplane_arriving": "๐Ÿ›ฌ", + "airplane_small": "๐Ÿ›ฉ๏ธ", + "small_airplane": "๐Ÿ›ฉ๏ธ", + "seat": "๐Ÿ’บ", + "satellite_orbital": "๐Ÿ›ฐ๏ธ", + "rocket": "๐Ÿš€", + "flying_saucer": "๐Ÿ›ธ", + "helicopter": "๐Ÿš", + "canoe": "๐Ÿ›ถ", + "kayak": "๐Ÿ›ถ", + "sailboat": "โ›ต", + "speedboat": "๐Ÿšค", + "motorboat": "๐Ÿ›ฅ๏ธ", + "cruise_ship": "๐Ÿ›ณ๏ธ", + "passenger_ship": "๐Ÿ›ณ๏ธ", + "ferry": "โ›ด๏ธ", + "ship": "๐Ÿšข", + "anchor": "โš“", + "fuelpump": "โ›ฝ", + "construction": "๐Ÿšง", + "vertical_traffic_light": "๐Ÿšฆ", + "traffic_light": "๐Ÿšฅ", + "busstop": "๐Ÿš", + "map": "๐Ÿ—บ๏ธ", + "world_map": "๐Ÿ—บ๏ธ", + "moyai": "๐Ÿ—ฟ", + "statue_of_liberty": "๐Ÿ—ฝ", + "tokyo_tower": "๐Ÿ—ผ", + "european_castle": "๐Ÿฐ", + "japanese_castle": "๐Ÿฏ", + "stadium": "๐ŸŸ๏ธ", + "ferris_wheel": "๐ŸŽก", + "roller_coaster": "๐ŸŽข", + "carousel_horse": "๐ŸŽ ", + "fountain": "โ›ฒ", + "beach_umbrella": "โ›ฑ๏ธ", + "umbrella_on_ground": "โ›ฑ๏ธ", + "beach": "๐Ÿ–๏ธ", + "beach_with_umbrella": "๐Ÿ–๏ธ", + "island": "๐Ÿ๏ธ", + "desert_island": "๐Ÿ๏ธ", + "desert": "๐Ÿœ๏ธ", + "volcano": "๐ŸŒ‹", + "mountain": "โ›ฐ๏ธ", + "mountain_snow": "๐Ÿ”๏ธ", + "snow_capped_mountain": "๐Ÿ”๏ธ", + "mount_fuji": "๐Ÿ—ป", + "camping": "๐Ÿ•๏ธ", + "tent": "โ›บ", + "house": "๐Ÿ ", + "house_with_garden": "๐Ÿก", + "homes": "๐Ÿ˜๏ธ", + "house_buildings": "๐Ÿ˜๏ธ", + "house_abandoned": "๐Ÿš๏ธ", + "derelict_house_building": "๐Ÿš๏ธ", + "hut": "๐Ÿ›–", + "construction_site": "๐Ÿ—๏ธ", + "building_construction": "๐Ÿ—๏ธ", + "factory": "๐Ÿญ", + "office": "๐Ÿข", + "department_store": "๐Ÿฌ", + "post_office": "๐Ÿฃ", + "european_post_office": "๐Ÿค", + "hospital": "๐Ÿฅ", + "bank": "๐Ÿฆ", + "hotel": "๐Ÿจ", + "convenience_store": "๐Ÿช", + "school": "๐Ÿซ", + "love_hotel": "๐Ÿฉ", + "wedding": "๐Ÿ’’", + "classical_building": "๐Ÿ›๏ธ", + "church": "โ›ช", + "mosque": "๐Ÿ•Œ", + "synagogue": "๐Ÿ•", + "hindu_temple": "๐Ÿ›•", + "kaaba": "๐Ÿ•‹", + "shinto_shrine": "โ›ฉ๏ธ", + "railway_track": "๐Ÿ›ค๏ธ", + "railroad_track": "๐Ÿ›ค๏ธ", + "motorway": "๐Ÿ›ฃ๏ธ", + "japan": "๐Ÿ—พ", + "rice_scene": "๐ŸŽ‘", + "park": "๐Ÿž๏ธ", + "national_park": "๐Ÿž๏ธ", + "sunrise": "๐ŸŒ…", + "sunrise_over_mountains": "๐ŸŒ„", + "stars": "๐ŸŒ ", + "sparkler": "๐ŸŽ‡", + "fireworks": "๐ŸŽ†", + "city_sunset": "๐ŸŒ‡", + "city_sunrise": "๐ŸŒ‡", + "city_dusk": "๐ŸŒ†", + "cityscape": "๐Ÿ™๏ธ", + "night_with_stars": "๐ŸŒƒ", + "milky_way": "๐ŸŒŒ", + "bridge_at_night": "๐ŸŒ‰", + "foggy": "๐ŸŒ" + }, + "objects": { + "watch": "โŒš", + "mobile_phone": "๐Ÿ“ฑ", + "iphone": "๐Ÿ“ฑ", + "calling": "๐Ÿ“ฒ", + "computer": "๐Ÿ’ป", + "keyboard": "โŒจ๏ธ", + "desktop": "๐Ÿ–ฅ๏ธ", + "desktop_computer": "๐Ÿ–ฅ๏ธ", + "printer": "๐Ÿ–จ๏ธ", + "mouse_three_button": "๐Ÿ–ฑ๏ธ", + "three_button_mouse": "๐Ÿ–ฑ๏ธ", + "trackball": "๐Ÿ–ฒ๏ธ", + "joystick": "๐Ÿ•น๏ธ", + "compression": "๐Ÿ—œ๏ธ", + "minidisc": "๐Ÿ’ฝ", + "floppy_disk": "๐Ÿ’พ", + "cd": "๐Ÿ’ฟ", + "dvd": "๐Ÿ“€", + "vhs": "๐Ÿ“ผ", + "camera": "๐Ÿ“ท", + "camera_with_flash": "๐Ÿ“ธ", + "video_camera": "๐Ÿ“น", + "movie_camera": "๐ŸŽฅ", + "projector": "๐Ÿ“ฝ๏ธ", + "film_projector": "๐Ÿ“ฝ๏ธ", + "film_frames": "๐ŸŽž๏ธ", + "telephone_receiver": "๐Ÿ“ž", + "telephone": "โ˜Ž๏ธ", + "pager": "๐Ÿ“Ÿ", + "fax": "๐Ÿ“ ", + "tv": "๐Ÿ“บ", + "radio": "๐Ÿ“ป", + "microphone2": "๐ŸŽ™๏ธ", + "studio_microphone": "๐ŸŽ™๏ธ", + "level_slider": "๐ŸŽš๏ธ", + "control_knobs": "๐ŸŽ›๏ธ", + "compass": "๐Ÿงญ", + "stopwatch": "โฑ๏ธ", + "timer": "โฒ๏ธ", + "timer_clock": "โฒ๏ธ", + "alarm_clock": "โฐ", + "clock": "๐Ÿ•ฐ๏ธ", + "mantlepiece_clock": "๐Ÿ•ฐ๏ธ", + "hourglass": "โŒ›", + "hourglass_flowing_sand": "โณ", + "satellite": "๐Ÿ“ก", + "battery": "๐Ÿ”‹", + "electric_plug": "๐Ÿ”Œ", + "bulb": "๐Ÿ’ก", + "flashlight": "๐Ÿ”ฆ", + "candle": "๐Ÿ•ฏ๏ธ", + "diya_lamp": "๐Ÿช”", + "fire_extinguisher": "๐Ÿงฏ", + "oil": "๐Ÿ›ข๏ธ", + "oil_drum": "๐Ÿ›ข๏ธ", + "money_with_wings": "๐Ÿ’ธ", + "dollar": "๐Ÿ’ต", + "yen": "๐Ÿ’ด", + "euro": "๐Ÿ’ถ", + "pound": "๐Ÿ’ท", + "coin": "๐Ÿช™", + "moneybag": "๐Ÿ’ฐ", + "credit_card": "๐Ÿ’ณ", + "gem": "๐Ÿ’Ž", + "scales": "โš–๏ธ", + "ladder": "๐Ÿชœ", + "toolbox": "๐Ÿงฐ", + "screwdriver": "๐Ÿช›", + "wrench": "๐Ÿ”ง", + "hammer": "๐Ÿ”จ", + "hammer_pick": "โš’๏ธ", + "hammer_and_pick": "โš’๏ธ", + "tools": "๐Ÿ› ๏ธ", + "hammer_and_wrench": "๐Ÿ› ๏ธ", + "pick": "โ›๏ธ", + "nut_and_bolt": "๐Ÿ”ฉ", + "gear": "โš™๏ธ", + "bricks": "๐Ÿงฑ", + "chains": "โ›“๏ธ", + "hook": "๐Ÿช", + "knot": "๐Ÿชข", + "magnet": "๐Ÿงฒ", + "gun": "๐Ÿ”ซ", + "bomb": "๐Ÿ’ฃ", + "firecracker": "๐Ÿงจ", + "axe": "๐Ÿช“", + "carpentry_saw": "๐Ÿชš", + "knife": "๐Ÿ”ช", + "dagger": "๐Ÿ—ก๏ธ", + "dagger_knife": "๐Ÿ—ก๏ธ", + "crossed_swords": "โš”๏ธ", + "shield": "๐Ÿ›ก๏ธ", + "smoking": "๐Ÿšฌ", + "coffin": "โšฐ๏ธ", + "headstone": "๐Ÿชฆ", + "urn": "โšฑ๏ธ", + "funeral_urn": "โšฑ๏ธ", + "amphora": "๐Ÿบ", + "magic_wand": "๐Ÿช„", + "crystal_ball": "๐Ÿ”ฎ", + "prayer_beads": "๐Ÿ“ฟ", + "nazar_amulet": "๐Ÿงฟ", + "barber": "๐Ÿ’ˆ", + "alembic": "โš—๏ธ", + "telescope": "๐Ÿ”ญ", + "microscope": "๐Ÿ”ฌ", + "hole": "๐Ÿ•ณ๏ธ", + "window": "๐ŸชŸ", + "adhesive_bandage": "๐Ÿฉน", + "stethoscope": "๐Ÿฉบ", + "pill": "๐Ÿ’Š", + "syringe": "๐Ÿ’‰", + "drop_of_blood": "๐Ÿฉธ", + "dna": "๐Ÿงฌ", + "microbe": "๐Ÿฆ ", + "petri_dish": "๐Ÿงซ", + "test_tube": "๐Ÿงช", + "thermometer": "๐ŸŒก๏ธ", + "mouse_trap": "๐Ÿชค", + "broom": "๐Ÿงน", + "basket": "๐Ÿงบ", + "sewing_needle": "๐Ÿชก", + "roll_of_paper": "๐Ÿงป", + "toilet": "๐Ÿšฝ", + "plunger": "๐Ÿช ", + "bucket": "๐Ÿชฃ", + "potable_water": "๐Ÿšฐ", + "shower": "๐Ÿšฟ", + "bathtub": "๐Ÿ›", + "bath": "๐Ÿ›€", + "bath_tone1": "๐Ÿ›€๐Ÿป", + "bath_tone2": "๐Ÿ›€๐Ÿผ", + "bath_tone3": "๐Ÿ›€๐Ÿฝ", + "bath_tone4": "๐Ÿ›€๐Ÿพ", + "bath_tone5": "๐Ÿ›€๐Ÿฟ", + "toothbrush": "๐Ÿชฅ", + "soap": "๐Ÿงผ", + "razor": "๐Ÿช’", + "sponge": "๐Ÿงฝ", + "squeeze_bottle": "๐Ÿงด", + "bellhop": "๐Ÿ›Ž๏ธ", + "bellhop_bell": "๐Ÿ›Ž๏ธ", + "key": "๐Ÿ”‘", + "key2": "๐Ÿ—๏ธ", + "old_key": "๐Ÿ—๏ธ", + "door": "๐Ÿšช", + "chair": "๐Ÿช‘", + "mirror": "๐Ÿชž", + "couch": "๐Ÿ›‹๏ธ", + "couch_and_lamp": "๐Ÿ›‹๏ธ", + "bed": "๐Ÿ›๏ธ", + "sleeping_accommodation": "๐Ÿ›Œ", + "person_in_bed_tone1": "๐Ÿ›Œ๐Ÿป", + "person_in_bed_light_skin_tone": "๐Ÿ›Œ๐Ÿป", + "person_in_bed_tone2": "๐Ÿ›Œ๐Ÿผ", + "person_in_bed_medium_light_skin_tone": "๐Ÿ›Œ๐Ÿผ", + "person_in_bed_tone3": "๐Ÿ›Œ๐Ÿฝ", + "person_in_bed_medium_skin_tone": "๐Ÿ›Œ๐Ÿฝ", + "person_in_bed_tone4": "๐Ÿ›Œ๐Ÿพ", + "person_in_bed_medium_dark_skin_tone": "๐Ÿ›Œ๐Ÿพ", + "person_in_bed_tone5": "๐Ÿ›Œ๐Ÿฟ", + "person_in_bed_dark_skin_tone": "๐Ÿ›Œ๐Ÿฟ", + "teddy_bear": "๐Ÿงธ", + "frame_photo": "๐Ÿ–ผ๏ธ", + "frame_with_picture": "๐Ÿ–ผ๏ธ", + "shopping_bags": "๐Ÿ›๏ธ", + "shopping_cart": "๐Ÿ›’", + "shopping_trolley": "๐Ÿ›’", + "gift": "๐ŸŽ", + "balloon": "๐ŸŽˆ", + "flags": "๐ŸŽ", + "ribbon": "๐ŸŽ€", + "confetti_ball": "๐ŸŽŠ", + "tada": "๐ŸŽ‰", + "piรฑata": "๐Ÿช…", + "nesting_dolls": "๐Ÿช†", + "dolls": "๐ŸŽŽ", + "izakaya_lantern": "๐Ÿฎ", + "wind_chime": "๐ŸŽ", + "red_envelope": "๐Ÿงง", + "envelope": "โœ‰๏ธ", + "envelope_with_arrow": "๐Ÿ“ฉ", + "incoming_envelope": "๐Ÿ“จ", + "e_mail": "๐Ÿ“ง", + "email": "๐Ÿ“ง", + "love_letter": "๐Ÿ’Œ", + "inbox_tray": "๐Ÿ“ฅ", + "outbox_tray": "๐Ÿ“ค", + "package": "๐Ÿ“ฆ", + "label": "๐Ÿท๏ธ", + "mailbox_closed": "๐Ÿ“ช", + "mailbox": "๐Ÿ“ซ", + "mailbox_with_mail": "๐Ÿ“ฌ", + "mailbox_with_no_mail": "๐Ÿ“ญ", + "postbox": "๐Ÿ“ฎ", + "postal_horn": "๐Ÿ“ฏ", + "placard": "๐Ÿชง", + "scroll": "๐Ÿ“œ", + "page_with_curl": "๐Ÿ“ƒ", + "page_facing_up": "๐Ÿ“„", + "bookmark_tabs": "๐Ÿ“‘", + "receipt": "๐Ÿงพ", + "bar_chart": "๐Ÿ“Š", + "chart_with_upwards_trend": "๐Ÿ“ˆ", + "chart_with_downwards_trend": "๐Ÿ“‰", + "notepad_spiral": "๐Ÿ—’๏ธ", + "spiral_note_pad": "๐Ÿ—’๏ธ", + "calendar_spiral": "๐Ÿ—“๏ธ", + "spiral_calendar_pad": "๐Ÿ—“๏ธ", + "calendar": "๐Ÿ“†", + "date": "๐Ÿ“…", + "wastebasket": "๐Ÿ—‘๏ธ", + "card_index": "๐Ÿ“‡", + "card_box": "๐Ÿ—ƒ๏ธ", + "card_file_box": "๐Ÿ—ƒ๏ธ", + "ballot_box": "๐Ÿ—ณ๏ธ", + "ballot_box_with_ballot": "๐Ÿ—ณ๏ธ", + "file_cabinet": "๐Ÿ—„๏ธ", + "clipboard": "๐Ÿ“‹", + "file_folder": "๐Ÿ“", + "open_file_folder": "๐Ÿ“‚", + "dividers": "๐Ÿ—‚๏ธ", + "card_index_dividers": "๐Ÿ—‚๏ธ", + "newspaper2": "๐Ÿ—ž๏ธ", + "rolled_up_newspaper": "๐Ÿ—ž๏ธ", + "newspaper": "๐Ÿ“ฐ", + "notebook": "๐Ÿ““", + "notebook_with_decorative_cover": "๐Ÿ“”", + "ledger": "๐Ÿ“’", + "closed_book": "๐Ÿ“•", + "green_book": "๐Ÿ“—", + "blue_book": "๐Ÿ“˜", + "orange_book": "๐Ÿ“™", + "books": "๐Ÿ“š", + "book": "๐Ÿ“–", + "bookmark": "๐Ÿ”–", + "safety_pin": "๐Ÿงท", + "link": "๐Ÿ”—", + "paperclip": "๐Ÿ“Ž", + "paperclips": "๐Ÿ–‡๏ธ", + "linked_paperclips": "๐Ÿ–‡๏ธ", + "triangular_ruler": "๐Ÿ“", + "straight_ruler": "๐Ÿ“", + "abacus": "๐Ÿงฎ", + "pushpin": "๐Ÿ“Œ", + "round_pushpin": "๐Ÿ“", + "scissors": "โœ‚๏ธ", + "pen_ballpoint": "๐Ÿ–Š๏ธ", + "lower_left_ballpoint_pen": "๐Ÿ–Š๏ธ", + "pen_fountain": "๐Ÿ–‹๏ธ", + "lower_left_fountain_pen": "๐Ÿ–‹๏ธ", + "black_nib": "โœ’๏ธ", + "paintbrush": "๐Ÿ–Œ๏ธ", + "lower_left_paintbrush": "๐Ÿ–Œ๏ธ", + "crayon": "๐Ÿ–๏ธ", + "lower_left_crayon": "๐Ÿ–๏ธ", + "pencil": "๐Ÿ“", + "memo": "๐Ÿ“", + "pencil2": "โœ๏ธ", + "mag": "๐Ÿ”", + "mag_right": "๐Ÿ”Ž", + "lock_with_ink_pen": "๐Ÿ”", + "closed_lock_with_key": "๐Ÿ”", + "lock": "๐Ÿ”’", + "unlock": "๐Ÿ”“" + }, + "symbols": { + "100": "๐Ÿ’ฏ", + "1234": "๐Ÿ”ข", + "heart": "โค๏ธ", + "orange_heart": "๐Ÿงก", + "yellow_heart": "๐Ÿ’›", + "green_heart": "๐Ÿ’š", + "blue_heart": "๐Ÿ’™", + "purple_heart": "๐Ÿ’œ", + "black_heart": "๐Ÿ–ค", + "brown_heart": "๐ŸคŽ", + "white_heart": "๐Ÿค", + "broken_heart": "๐Ÿ’”", + "heart_exclamation": "โฃ๏ธ", + "heavy_heart_exclamation_mark_ornament": "โฃ๏ธ", + "two_hearts": "๐Ÿ’•", + "revolving_hearts": "๐Ÿ’ž", + "heartbeat": "๐Ÿ’“", + "heartpulse": "๐Ÿ’—", + "sparkling_heart": "๐Ÿ’–", + "cupid": "๐Ÿ’˜", + "gift_heart": "๐Ÿ’", + "mending_heart": "โค๏ธโ€๐Ÿฉน", + "heart_on_fire": "โค๏ธโ€๐Ÿ”ฅ", + "heart_decoration": "๐Ÿ’Ÿ", + "peace": "โ˜ฎ๏ธ", + "peace_symbol": "โ˜ฎ๏ธ", + "cross": "โœ๏ธ", + "latin_cross": "โœ๏ธ", + "star_and_crescent": "โ˜ช๏ธ", + "om_symbol": "๐Ÿ•‰๏ธ", + "wheel_of_dharma": "โ˜ธ๏ธ", + "star_of_david": "โœก๏ธ", + "six_pointed_star": "๐Ÿ”ฏ", + "menorah": "๐Ÿ•Ž", + "yin_yang": "โ˜ฏ๏ธ", + "orthodox_cross": "โ˜ฆ๏ธ", + "place_of_worship": "๐Ÿ›", + "worship_symbol": "๐Ÿ›", + "ophiuchus": "โ›Ž", + "aries": "โ™ˆ", + "taurus": "โ™‰", + "gemini": "โ™Š", + "cancer": "โ™‹", + "leo": "โ™Œ", + "virgo": "โ™", + "libra": "โ™Ž", + "scorpius": "โ™", + "sagittarius": "โ™", + "capricorn": "โ™‘", + "aquarius": "โ™’", + "pisces": "โ™“", + "id": "๐Ÿ†”", + "atom": "โš›๏ธ", + "atom_symbol": "โš›๏ธ", + "accept": "๐Ÿ‰‘", + "radioactive": "โ˜ข๏ธ", + "radioactive_sign": "โ˜ข๏ธ", + "biohazard": "โ˜ฃ๏ธ", + "biohazard_sign": "โ˜ฃ๏ธ", + "mobile_phone_off": "๐Ÿ“ด", + "vibration_mode": "๐Ÿ“ณ", + "u6709": "๐Ÿˆถ", + "u7121": "๐Ÿˆš", + "u7533": "๐Ÿˆธ", + "u55b6": "๐Ÿˆบ", + "u6708": "๐Ÿˆท๏ธ", + "eight_pointed_black_star": "โœด๏ธ", + "vs": "๐Ÿ†š", + "white_flower": "๐Ÿ’ฎ", + "ideograph_advantage": "๐Ÿ‰", + "secret": "ใŠ™๏ธ", + "congratulations": "ใŠ—๏ธ", + "u5408": "๐Ÿˆด", + "u6e80": "๐Ÿˆต", + "u5272": "๐Ÿˆน", + "u7981": "๐Ÿˆฒ", + "a": "๐Ÿ…ฐ๏ธ", + "b": "๐Ÿ…ฑ๏ธ", + "ab": "๐Ÿ†Ž", + "cl": "๐Ÿ†‘", + "o2": "๐Ÿ…พ๏ธ", + "sos": "๐Ÿ†˜", + "x": "โŒ", + "o": "โญ•", + "octagonal_sign": "๐Ÿ›‘", + "stop_sign": "๐Ÿ›‘", + "no_entry": "โ›”", + "name_badge": "๐Ÿ“›", + "no_entry_sign": "๐Ÿšซ", + "anger": "๐Ÿ’ข", + "hotsprings": "โ™จ๏ธ", + "no_pedestrians": "๐Ÿšท", + "do_not_litter": "๐Ÿšฏ", + "no_bicycles": "๐Ÿšณ", + "non_potable_water": "๐Ÿšฑ", + "underage": "๐Ÿ”ž", + "no_mobile_phones": "๐Ÿ“ต", + "no_smoking": "๐Ÿšญ", + "exclamation": "โ—", + "grey_exclamation": "โ•", + "question": "โ“", + "grey_question": "โ”", + "bangbang": "โ€ผ๏ธ", + "interrobang": "โ‰๏ธ", + "low_brightness": "๐Ÿ”…", + "high_brightness": "๐Ÿ”†", + "part_alternation_mark": "ใ€ฝ๏ธ", + "warning": "โš ๏ธ", + "children_crossing": "๐Ÿšธ", + "trident": "๐Ÿ”ฑ", + "fleur_de_lis": "โšœ๏ธ", + "beginner": "๐Ÿ”ฐ", + "recycle": "โ™ป๏ธ", + "white_check_mark": "โœ…", + "u6307": "๐Ÿˆฏ", + "chart": "๐Ÿ’น", + "sparkle": "โ‡๏ธ", + "eight_spoked_asterisk": "โœณ๏ธ", + "negative_squared_cross_mark": "โŽ", + "globe_with_meridians": "๐ŸŒ", + "diamond_shape_with_a_dot_inside": "๐Ÿ’ ", + "m": "โ“‚๏ธ", + "cyclone": "๐ŸŒ€", + "zzz": "๐Ÿ’ค", + "atm": "๐Ÿง", + "wc": "๐Ÿšพ", + "wheelchair": "โ™ฟ", + "parking": "๐Ÿ…ฟ๏ธ", + "u7a7a": "๐Ÿˆณ", + "sa": "๐Ÿˆ‚๏ธ", + "passport_control": "๐Ÿ›‚", + "customs": "๐Ÿ›ƒ", + "baggage_claim": "๐Ÿ›„", + "left_luggage": "๐Ÿ›…", + "elevator": "๐Ÿ›—", + "mens": "๐Ÿšน", + "womens": "๐Ÿšบ", + "baby_symbol": "๐Ÿšผ", + "restroom": "๐Ÿšป", + "put_litter_in_its_place": "๐Ÿšฎ", + "cinema": "๐ŸŽฆ", + "signal_strength": "๐Ÿ“ถ", + "koko": "๐Ÿˆ", + "symbols": "๐Ÿ”ฃ", + "information_source": "โ„น๏ธ", + "abc": "๐Ÿ”ค", + "abcd": "๐Ÿ”ก", + "capital_abcd": "๐Ÿ” ", + "ng": "๐Ÿ†–", + "ok": "๐Ÿ†—", + "up": "๐Ÿ†™", + "cool": "๐Ÿ†’", + "new": "๐Ÿ†•", + "free": "๐Ÿ†“", + "zero": "0๏ธโƒฃ", + "one": "1๏ธโƒฃ", + "two": "2๏ธโƒฃ", + "three": "3๏ธโƒฃ", + "four": "4๏ธโƒฃ", + "five": "5๏ธโƒฃ", + "six": "6๏ธโƒฃ", + "seven": "7๏ธโƒฃ", + "eight": "8๏ธโƒฃ", + "nine": "9๏ธโƒฃ", + "keycap_ten": "๐Ÿ”Ÿ", + "hash": "#๏ธโƒฃ", + "asterisk": "*๏ธโƒฃ", + "keycap_asterisk": "*๏ธโƒฃ", + "eject": "โ๏ธ", + "eject_symbol": "โ๏ธ", + "arrow_forward": "โ–ถ๏ธ", + "pause_button": "โธ๏ธ", + "double_vertical_bar": "โธ๏ธ", + "play_pause": "โฏ๏ธ", + "stop_button": "โน๏ธ", + "record_button": "โบ๏ธ", + "track_next": "โญ๏ธ", + "next_track": "โญ๏ธ", + "track_previous": "โฎ๏ธ", + "previous_track": "โฎ๏ธ", + "fast_forward": "โฉ", + "rewind": "โช", + "arrow_double_up": "โซ", + "arrow_double_down": "โฌ", + "arrow_backward": "โ—€๏ธ", + "arrow_up_small": "๐Ÿ”ผ", + "arrow_down_small": "๐Ÿ”ฝ", + "arrow_right": "โžก๏ธ", + "arrow_left": "โฌ…๏ธ", + "arrow_up": "โฌ†๏ธ", + "arrow_down": "โฌ‡๏ธ", + "arrow_upper_right": "โ†—๏ธ", + "arrow_lower_right": "โ†˜๏ธ", + "arrow_lower_left": "โ†™๏ธ", + "arrow_upper_left": "โ†–๏ธ", + "arrow_up_down": "โ†•๏ธ", + "left_right_arrow": "โ†”๏ธ", + "arrow_right_hook": "โ†ช๏ธ", + "leftwards_arrow_with_hook": "โ†ฉ๏ธ", + "arrow_heading_up": "โคด๏ธ", + "arrow_heading_down": "โคต๏ธ", + "twisted_rightwards_arrows": "๐Ÿ”€", + "repeat": "๐Ÿ”", + "repeat_one": "๐Ÿ”‚", + "arrows_counterclockwise": "๐Ÿ”„", + "arrows_clockwise": "๐Ÿ”ƒ", + "musical_note": "๐ŸŽต", + "notes": "๐ŸŽถ", + "heavy_plus_sign": "โž•", + "heavy_minus_sign": "โž–", + "heavy_division_sign": "โž—", + "heavy_multiplication_x": "โœ–๏ธ", + "infinity": "โ™พ๏ธ", + "heavy_dollar_sign": "๐Ÿ’ฒ", + "currency_exchange": "๐Ÿ’ฑ", + "tm": "โ„ข๏ธ", + "copyright": "ยฉ๏ธ", + "registered": "ยฎ๏ธ", + "wavy_dash": "ใ€ฐ๏ธ", + "curly_loop": "โžฐ", + "loop": "โžฟ", + "end": "๐Ÿ”š", + "back": "๐Ÿ”™", + "on": "๐Ÿ”›", + "top": "๐Ÿ”", + "soon": "๐Ÿ”œ", + "heavy_check_mark": "โœ”๏ธ", + "ballot_box_with_check": "โ˜‘๏ธ", + "radio_button": "๐Ÿ”˜", + "white_circle": "โšช", + "black_circle": "โšซ", + "red_circle": "๐Ÿ”ด", + "blue_circle": "๐Ÿ”ต", + "brown_circle": "๐ŸŸค", + "purple_circle": "๐ŸŸฃ", + "green_circle": "๐ŸŸข", + "yellow_circle": "๐ŸŸก", + "orange_circle": "๐ŸŸ ", + "small_red_triangle": "๐Ÿ”บ", + "small_red_triangle_down": "๐Ÿ”ป", + "small_orange_diamond": "๐Ÿ”ธ", + "small_blue_diamond": "๐Ÿ”น", + "large_orange_diamond": "๐Ÿ”ถ", + "large_blue_diamond": "๐Ÿ”ท", + "white_square_button": "๐Ÿ”ณ", + "black_square_button": "๐Ÿ”ฒ", + "black_small_square": "โ–ช๏ธ", + "white_small_square": "โ–ซ๏ธ", + "black_medium_small_square": "โ—พ", + "white_medium_small_square": "โ—ฝ", + "black_medium_square": "โ—ผ๏ธ", + "white_medium_square": "โ—ป๏ธ", + "black_large_square": "โฌ›", + "white_large_square": "โฌœ", + "orange_square": "๐ŸŸง", + "blue_square": "๐ŸŸฆ", + "red_square": "๐ŸŸฅ", + "brown_square": "๐ŸŸซ", + "purple_square": "๐ŸŸช", + "green_square": "๐ŸŸฉ", + "yellow_square": "๐ŸŸจ", + "speaker": "๐Ÿ”ˆ", + "mute": "๐Ÿ”‡", + "sound": "๐Ÿ”‰", + "loud_sound": "๐Ÿ”Š", + "bell": "๐Ÿ””", + "no_bell": "๐Ÿ”•", + "mega": "๐Ÿ“ฃ", + "loudspeaker": "๐Ÿ“ข", + "speech_left": "๐Ÿ—จ๏ธ", + "left_speech_bubble": "๐Ÿ—จ๏ธ", + "eye_in_speech_bubble": "๐Ÿ‘โ€๐Ÿ—จ", + "speech_balloon": "๐Ÿ’ฌ", + "thought_balloon": "๐Ÿ’ญ", + "anger_right": "๐Ÿ—ฏ๏ธ", + "right_anger_bubble": "๐Ÿ—ฏ๏ธ", + "spades": "โ™ ๏ธ", + "clubs": "โ™ฃ๏ธ", + "hearts": "โ™ฅ๏ธ", + "diamonds": "โ™ฆ๏ธ", + "black_joker": "๐Ÿƒ", + "flower_playing_cards": "๐ŸŽด", + "mahjong": "๐Ÿ€„", + "clock1": "๐Ÿ•", + "clock2": "๐Ÿ•‘", + "clock3": "๐Ÿ•’", + "clock4": "๐Ÿ•“", + "clock5": "๐Ÿ•”", + "clock6": "๐Ÿ••", + "clock7": "๐Ÿ•–", + "clock8": "๐Ÿ•—", + "clock9": "๐Ÿ•˜", + "clock10": "๐Ÿ•™", + "clock11": "๐Ÿ•š", + "clock12": "๐Ÿ•›", + "clock130": "๐Ÿ•œ", + "clock230": "๐Ÿ•", + "clock330": "๐Ÿ•ž", + "clock430": "๐Ÿ•Ÿ", + "clock530": "๐Ÿ• ", + "clock630": "๐Ÿ•ก", + "clock730": "๐Ÿ•ข", + "clock830": "๐Ÿ•ฃ", + "clock930": "๐Ÿ•ค", + "clock1030": "๐Ÿ•ฅ", + "clock1130": "๐Ÿ•ฆ", + "clock1230": "๐Ÿ•ง", + "female_sign": "โ™€๏ธ", + "male_sign": "โ™‚๏ธ", + "transgender_symbol": "โšง", + "medical_symbol": "โš•๏ธ", + "regional_indicator_z": "๐Ÿ‡ฟ", + "regional_indicator_y": "๐Ÿ‡พ", + "regional_indicator_x": "๐Ÿ‡ฝ", + "regional_indicator_w": "๐Ÿ‡ผ", + "regional_indicator_v": "๐Ÿ‡ป", + "regional_indicator_u": "๐Ÿ‡บ", + "regional_indicator_t": "๐Ÿ‡น", + "regional_indicator_s": "๐Ÿ‡ธ", + "regional_indicator_r": "๐Ÿ‡ท", + "regional_indicator_q": "๐Ÿ‡ถ", + "regional_indicator_p": "๐Ÿ‡ต", + "regional_indicator_o": "๐Ÿ‡ด", + "regional_indicator_n": "๐Ÿ‡ณ", + "regional_indicator_m": "๐Ÿ‡ฒ", + "regional_indicator_l": "๐Ÿ‡ฑ", + "regional_indicator_k": "๐Ÿ‡ฐ", + "regional_indicator_j": "๐Ÿ‡ฏ", + "regional_indicator_i": "๐Ÿ‡ฎ", + "regional_indicator_h": "๐Ÿ‡ญ", + "regional_indicator_g": "๐Ÿ‡ฌ", + "regional_indicator_f": "๐Ÿ‡ซ", + "regional_indicator_e": "๐Ÿ‡ช", + "regional_indicator_d": "๐Ÿ‡ฉ", + "regional_indicator_c": "๐Ÿ‡จ", + "regional_indicator_b": "๐Ÿ‡ง", + "regional_indicator_a": "๐Ÿ‡ฆ" + }, + "flags": { + "flag_white": "๐Ÿณ๏ธ", + "flag_black": "๐Ÿด", + "checkered_flag": "๐Ÿ", + "triangular_flag_on_post": "๐Ÿšฉ", + "rainbow_flag": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "gay_pride_flag": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "transgender_flag": "๐Ÿณ๏ธโ€โšง๏ธ", + "pirate_flag": "๐Ÿดโ€โ˜ ๏ธ", + "flag_af": "๐Ÿ‡ฆ๐Ÿ‡ซ", + "flag_ax": "๐Ÿ‡ฆ๐Ÿ‡ฝ", + "flag_al": "๐Ÿ‡ฆ๐Ÿ‡ฑ", + "flag_dz": "๐Ÿ‡ฉ๐Ÿ‡ฟ", + "flag_as": "๐Ÿ‡ฆ๐Ÿ‡ธ", + "flag_ad": "๐Ÿ‡ฆ๐Ÿ‡ฉ", + "flag_ao": "๐Ÿ‡ฆ๐Ÿ‡ด", + "flag_ai": "๐Ÿ‡ฆ๐Ÿ‡ฎ", + "flag_aq": "๐Ÿ‡ฆ๐Ÿ‡ถ", + "flag_ag": "๐Ÿ‡ฆ๐Ÿ‡ฌ", + "flag_ar": "๐Ÿ‡ฆ๐Ÿ‡ท", + "flag_am": "๐Ÿ‡ฆ๐Ÿ‡ฒ", + "flag_aw": "๐Ÿ‡ฆ๐Ÿ‡ผ", + "flag_au": "๐Ÿ‡ฆ๐Ÿ‡บ", + "flag_at": "๐Ÿ‡ฆ๐Ÿ‡น", + "flag_az": "๐Ÿ‡ฆ๐Ÿ‡ฟ", + "flag_bs": "๐Ÿ‡ง๐Ÿ‡ธ", + "flag_bh": "๐Ÿ‡ง๐Ÿ‡ญ", + "flag_bd": "๐Ÿ‡ง๐Ÿ‡ฉ", + "flag_bb": "๐Ÿ‡ง๐Ÿ‡ง", + "flag_by": "๐Ÿ‡ง๐Ÿ‡พ", + "flag_be": "๐Ÿ‡ง๐Ÿ‡ช", + "flag_bz": "๐Ÿ‡ง๐Ÿ‡ฟ", + "flag_bj": "๐Ÿ‡ง๐Ÿ‡ฏ", + "flag_bm": "๐Ÿ‡ง๐Ÿ‡ฒ", + "flag_bt": "๐Ÿ‡ง๐Ÿ‡น", + "flag_bo": "๐Ÿ‡ง๐Ÿ‡ด", + "flag_ba": "๐Ÿ‡ง๐Ÿ‡ฆ", + "flag_bw": "๐Ÿ‡ง๐Ÿ‡ผ", + "flag_br": "๐Ÿ‡ง๐Ÿ‡ท", + "flag_io": "๐Ÿ‡ฎ๐Ÿ‡ด", + "flag_vg": "๐Ÿ‡ป๐Ÿ‡ฌ", + "flag_bn": "๐Ÿ‡ง๐Ÿ‡ณ", + "flag_bg": "๐Ÿ‡ง๐Ÿ‡ฌ", + "flag_bf": "๐Ÿ‡ง๐Ÿ‡ซ", + "flag_bi": "๐Ÿ‡ง๐Ÿ‡ฎ", + "flag_kh": "๐Ÿ‡ฐ๐Ÿ‡ญ", + "flag_cm": "๐Ÿ‡จ๐Ÿ‡ฒ", + "flag_ca": "๐Ÿ‡จ๐Ÿ‡ฆ", + "flag_ic": "๐Ÿ‡ฎ๐Ÿ‡จ", + "flag_cv": "๐Ÿ‡จ๐Ÿ‡ป", + "flag_bq": "๐Ÿ‡ง๐Ÿ‡ถ", + "flag_ky": "๐Ÿ‡ฐ๐Ÿ‡พ", + "flag_cf": "๐Ÿ‡จ๐Ÿ‡ซ", + "flag_td": "๐Ÿ‡น๐Ÿ‡ฉ", + "flag_cl": "๐Ÿ‡จ๐Ÿ‡ฑ", + "flag_cn": "๐Ÿ‡จ๐Ÿ‡ณ", + "flag_cx": "๐Ÿ‡จ๐Ÿ‡ฝ", + "flag_cc": "๐Ÿ‡จ๐Ÿ‡จ", + "flag_co": "๐Ÿ‡จ๐Ÿ‡ด", + "flag_km": "๐Ÿ‡ฐ๐Ÿ‡ฒ", + "flag_cg": "๐Ÿ‡จ๐Ÿ‡ฌ", + "flag_cd": "๐Ÿ‡จ๐Ÿ‡ฉ", + "flag_ck": "๐Ÿ‡จ๐Ÿ‡ฐ", + "flag_cr": "๐Ÿ‡จ๐Ÿ‡ท", + "flag_ci": "๐Ÿ‡จ๐Ÿ‡ฎ", + "flag_hr": "๐Ÿ‡ญ๐Ÿ‡ท", + "flag_cu": "๐Ÿ‡จ๐Ÿ‡บ", + "flag_cw": "๐Ÿ‡จ๐Ÿ‡ผ", + "flag_cy": "๐Ÿ‡จ๐Ÿ‡พ", + "flag_cz": "๐Ÿ‡จ๐Ÿ‡ฟ", + "flag_dk": "๐Ÿ‡ฉ๐Ÿ‡ฐ", + "flag_dj": "๐Ÿ‡ฉ๐Ÿ‡ฏ", + "flag_dm": "๐Ÿ‡ฉ๐Ÿ‡ฒ", + "flag_do": "๐Ÿ‡ฉ๐Ÿ‡ด", + "flag_ec": "๐Ÿ‡ช๐Ÿ‡จ", + "flag_eg": "๐Ÿ‡ช๐Ÿ‡ฌ", + "flag_sv": "๐Ÿ‡ธ๐Ÿ‡ป", + "flag_gq": "๐Ÿ‡ฌ๐Ÿ‡ถ", + "flag_er": "๐Ÿ‡ช๐Ÿ‡ท", + "flag_ee": "๐Ÿ‡ช๐Ÿ‡ช", + "flag_et": "๐Ÿ‡ช๐Ÿ‡น", + "flag_eu": "๐Ÿ‡ช๐Ÿ‡บ", + "flag_fk": "๐Ÿ‡ซ๐Ÿ‡ฐ", + "flag_fo": "๐Ÿ‡ซ๐Ÿ‡ด", + "flag_fj": "๐Ÿ‡ซ๐Ÿ‡ฏ", + "flag_fi": "๐Ÿ‡ซ๐Ÿ‡ฎ", + "flag_fr": "๐Ÿ‡ซ๐Ÿ‡ท", + "flag_gf": "๐Ÿ‡ฌ๐Ÿ‡ซ", + "flag_pf": "๐Ÿ‡ต๐Ÿ‡ซ", + "flag_tf": "๐Ÿ‡น๐Ÿ‡ซ", + "flag_ga": "๐Ÿ‡ฌ๐Ÿ‡ฆ", + "flag_gm": "๐Ÿ‡ฌ๐Ÿ‡ฒ", + "flag_ge": "๐Ÿ‡ฌ๐Ÿ‡ช", + "flag_de": "๐Ÿ‡ฉ๐Ÿ‡ช", + "flag_gh": "๐Ÿ‡ฌ๐Ÿ‡ญ", + "flag_gi": "๐Ÿ‡ฌ๐Ÿ‡ฎ", + "flag_gr": "๐Ÿ‡ฌ๐Ÿ‡ท", + "flag_gl": "๐Ÿ‡ฌ๐Ÿ‡ฑ", + "flag_gd": "๐Ÿ‡ฌ๐Ÿ‡ฉ", + "flag_gp": "๐Ÿ‡ฌ๐Ÿ‡ต", + "flag_gu": "๐Ÿ‡ฌ๐Ÿ‡บ", + "flag_gt": "๐Ÿ‡ฌ๐Ÿ‡น", + "flag_gg": "๐Ÿ‡ฌ๐Ÿ‡ฌ", + "flag_gn": "๐Ÿ‡ฌ๐Ÿ‡ณ", + "flag_gw": "๐Ÿ‡ฌ๐Ÿ‡ผ", + "flag_gy": "๐Ÿ‡ฌ๐Ÿ‡พ", + "flag_ht": "๐Ÿ‡ญ๐Ÿ‡น", + "flag_hn": "๐Ÿ‡ญ๐Ÿ‡ณ", + "flag_hk": "๐Ÿ‡ญ๐Ÿ‡ฐ", + "flag_hu": "๐Ÿ‡ญ๐Ÿ‡บ", + "flag_is": "๐Ÿ‡ฎ๐Ÿ‡ธ", + "flag_in": "๐Ÿ‡ฎ๐Ÿ‡ณ", + "flag_id": "๐Ÿ‡ฎ๐Ÿ‡ฉ", + "flag_ir": "๐Ÿ‡ฎ๐Ÿ‡ท", + "flag_iq": "๐Ÿ‡ฎ๐Ÿ‡ถ", + "flag_ie": "๐Ÿ‡ฎ๐Ÿ‡ช", + "flag_im": "๐Ÿ‡ฎ๐Ÿ‡ฒ", + "flag_il": "๐Ÿ‡ฎ๐Ÿ‡ฑ", + "flag_it": "๐Ÿ‡ฎ๐Ÿ‡น", + "flag_jm": "๐Ÿ‡ฏ๐Ÿ‡ฒ", + "flag_jp": "๐Ÿ‡ฏ๐Ÿ‡ต", + "crossed_flags": "๐ŸŽŒ", + "flag_je": "๐Ÿ‡ฏ๐Ÿ‡ช", + "flag_jo": "๐Ÿ‡ฏ๐Ÿ‡ด", + "flag_kz": "๐Ÿ‡ฐ๐Ÿ‡ฟ", + "flag_ke": "๐Ÿ‡ฐ๐Ÿ‡ช", + "flag_ki": "๐Ÿ‡ฐ๐Ÿ‡ฎ", + "flag_xk": "๐Ÿ‡ฝ๐Ÿ‡ฐ", + "flag_kw": "๐Ÿ‡ฐ๐Ÿ‡ผ", + "flag_kg": "๐Ÿ‡ฐ๐Ÿ‡ฌ", + "flag_la": "๐Ÿ‡ฑ๐Ÿ‡ฆ", + "flag_lv": "๐Ÿ‡ฑ๐Ÿ‡ป", + "flag_lb": "๐Ÿ‡ฑ๐Ÿ‡ง", + "flag_ls": "๐Ÿ‡ฑ๐Ÿ‡ธ", + "flag_lr": "๐Ÿ‡ฑ๐Ÿ‡ท", + "flag_ly": "๐Ÿ‡ฑ๐Ÿ‡พ", + "flag_li": "๐Ÿ‡ฑ๐Ÿ‡ฎ", + "flag_lt": "๐Ÿ‡ฑ๐Ÿ‡น", + "flag_lu": "๐Ÿ‡ฑ๐Ÿ‡บ", + "flag_mo": "๐Ÿ‡ฒ๐Ÿ‡ด", + "flag_mk": "๐Ÿ‡ฒ๐Ÿ‡ฐ", + "flag_mg": "๐Ÿ‡ฒ๐Ÿ‡ฌ", + "flag_mw": "๐Ÿ‡ฒ๐Ÿ‡ผ", + "flag_my": "๐Ÿ‡ฒ๐Ÿ‡พ", + "flag_mv": "๐Ÿ‡ฒ๐Ÿ‡ป", + "flag_ml": "๐Ÿ‡ฒ๐Ÿ‡ฑ", + "flag_mt": "๐Ÿ‡ฒ๐Ÿ‡น", + "flag_mh": "๐Ÿ‡ฒ๐Ÿ‡ญ", + "flag_mq": "๐Ÿ‡ฒ๐Ÿ‡ถ", + "flag_mr": "๐Ÿ‡ฒ๐Ÿ‡ท", + "flag_mu": "๐Ÿ‡ฒ๐Ÿ‡บ", + "flag_yt": "๐Ÿ‡พ๐Ÿ‡น", + "flag_mx": "๐Ÿ‡ฒ๐Ÿ‡ฝ", + "flag_fm": "๐Ÿ‡ซ๐Ÿ‡ฒ", + "flag_md": "๐Ÿ‡ฒ๐Ÿ‡ฉ", + "flag_mc": "๐Ÿ‡ฒ๐Ÿ‡จ", + "flag_mn": "๐Ÿ‡ฒ๐Ÿ‡ณ", + "flag_me": "๐Ÿ‡ฒ๐Ÿ‡ช", + "flag_ms": "๐Ÿ‡ฒ๐Ÿ‡ธ", + "flag_ma": "๐Ÿ‡ฒ๐Ÿ‡ฆ", + "flag_mz": "๐Ÿ‡ฒ๐Ÿ‡ฟ", + "flag_mm": "๐Ÿ‡ฒ๐Ÿ‡ฒ", + "flag_na": "๐Ÿ‡ณ๐Ÿ‡ฆ", + "flag_nr": "๐Ÿ‡ณ๐Ÿ‡ท", + "flag_np": "๐Ÿ‡ณ๐Ÿ‡ต", + "flag_nl": "๐Ÿ‡ณ๐Ÿ‡ฑ", + "flag_nc": "๐Ÿ‡ณ๐Ÿ‡จ", + "flag_nz": "๐Ÿ‡ณ๐Ÿ‡ฟ", + "flag_ni": "๐Ÿ‡ณ๐Ÿ‡ฎ", + "flag_ne": "๐Ÿ‡ณ๐Ÿ‡ช", + "flag_ng": "๐Ÿ‡ณ๐Ÿ‡ฌ", + "flag_nu": "๐Ÿ‡ณ๐Ÿ‡บ", + "flag_nf": "๐Ÿ‡ณ๐Ÿ‡ซ", + "flag_kp": "๐Ÿ‡ฐ๐Ÿ‡ต", + "flag_mp": "๐Ÿ‡ฒ๐Ÿ‡ต", + "flag_no": "๐Ÿ‡ณ๐Ÿ‡ด", + "flag_om": "๐Ÿ‡ด๐Ÿ‡ฒ", + "flag_pk": "๐Ÿ‡ต๐Ÿ‡ฐ", + "flag_pw": "๐Ÿ‡ต๐Ÿ‡ผ", + "flag_ps": "๐Ÿ‡ต๐Ÿ‡ธ", + "flag_pa": "๐Ÿ‡ต๐Ÿ‡ฆ", + "flag_pg": "๐Ÿ‡ต๐Ÿ‡ฌ", + "flag_py": "๐Ÿ‡ต๐Ÿ‡พ", + "flag_pe": "๐Ÿ‡ต๐Ÿ‡ช", + "flag_ph": "๐Ÿ‡ต๐Ÿ‡ญ", + "flag_pn": "๐Ÿ‡ต๐Ÿ‡ณ", + "flag_pl": "๐Ÿ‡ต๐Ÿ‡ฑ", + "flag_pt": "๐Ÿ‡ต๐Ÿ‡น", + "flag_pr": "๐Ÿ‡ต๐Ÿ‡ท", + "flag_qa": "๐Ÿ‡ถ๐Ÿ‡ฆ", + "flag_re": "๐Ÿ‡ท๐Ÿ‡ช", + "flag_ro": "๐Ÿ‡ท๐Ÿ‡ด", + "flag_ru": "๐Ÿ‡ท๐Ÿ‡บ", + "flag_rw": "๐Ÿ‡ท๐Ÿ‡ผ", + "flag_ws": "๐Ÿ‡ผ๐Ÿ‡ธ", + "flag_sm": "๐Ÿ‡ธ๐Ÿ‡ฒ", + "flag_st": "๐Ÿ‡ธ๐Ÿ‡น", + "flag_sa": "๐Ÿ‡ธ๐Ÿ‡ฆ", + "flag_sn": "๐Ÿ‡ธ๐Ÿ‡ณ", + "flag_rs": "๐Ÿ‡ท๐Ÿ‡ธ", + "flag_sc": "๐Ÿ‡ธ๐Ÿ‡จ", + "flag_sl": "๐Ÿ‡ธ๐Ÿ‡ฑ", + "flag_sg": "๐Ÿ‡ธ๐Ÿ‡ฌ", + "flag_sx": "๐Ÿ‡ธ๐Ÿ‡ฝ", + "flag_sk": "๐Ÿ‡ธ๐Ÿ‡ฐ", + "flag_si": "๐Ÿ‡ธ๐Ÿ‡ฎ", + "flag_gs": "๐Ÿ‡ฌ๐Ÿ‡ธ", + "flag_sb": "๐Ÿ‡ธ๐Ÿ‡ง", + "flag_so": "๐Ÿ‡ธ๐Ÿ‡ด", + "flag_za": "๐Ÿ‡ฟ๐Ÿ‡ฆ", + "flag_kr": "๐Ÿ‡ฐ๐Ÿ‡ท", + "flag_ss": "๐Ÿ‡ธ๐Ÿ‡ธ", + "flag_es": "๐Ÿ‡ช๐Ÿ‡ธ", + "flag_lk": "๐Ÿ‡ฑ๐Ÿ‡ฐ", + "flag_bl": "๐Ÿ‡ง๐Ÿ‡ฑ", + "flag_sh": "๐Ÿ‡ธ๐Ÿ‡ญ", + "flag_kn": "๐Ÿ‡ฐ๐Ÿ‡ณ", + "flag_lc": "๐Ÿ‡ฑ๐Ÿ‡จ", + "flag_pm": "๐Ÿ‡ต๐Ÿ‡ฒ", + "flag_vc": "๐Ÿ‡ป๐Ÿ‡จ", + "flag_sd": "๐Ÿ‡ธ๐Ÿ‡ฉ", + "flag_sr": "๐Ÿ‡ธ๐Ÿ‡ท", + "flag_sz": "๐Ÿ‡ธ๐Ÿ‡ฟ", + "flag_se": "๐Ÿ‡ธ๐Ÿ‡ช", + "flag_ch": "๐Ÿ‡จ๐Ÿ‡ญ", + "flag_sy": "๐Ÿ‡ธ๐Ÿ‡พ", + "flag_tw": "๐Ÿ‡น๐Ÿ‡ผ", + "flag_tj": "๐Ÿ‡น๐Ÿ‡ฏ", + "flag_tz": "๐Ÿ‡น๐Ÿ‡ฟ", + "flag_th": "๐Ÿ‡น๐Ÿ‡ญ", + "flag_tl": "๐Ÿ‡น๐Ÿ‡ฑ", + "flag_tg": "๐Ÿ‡น๐Ÿ‡ฌ", + "flag_tk": "๐Ÿ‡น๐Ÿ‡ฐ", + "flag_to": "๐Ÿ‡น๐Ÿ‡ด", + "flag_tt": "๐Ÿ‡น๐Ÿ‡น", + "flag_tn": "๐Ÿ‡น๐Ÿ‡ณ", + "flag_tr": "๐Ÿ‡น๐Ÿ‡ท", + "flag_tm": "๐Ÿ‡น๐Ÿ‡ฒ", + "flag_tc": "๐Ÿ‡น๐Ÿ‡จ", + "flag_vi": "๐Ÿ‡ป๐Ÿ‡ฎ", + "flag_tv": "๐Ÿ‡น๐Ÿ‡ป", + "flag_ug": "๐Ÿ‡บ๐Ÿ‡ฌ", + "flag_ua": "๐Ÿ‡บ๐Ÿ‡ฆ", + "flag_ae": "๐Ÿ‡ฆ๐Ÿ‡ช", + "flag_gb": "๐Ÿ‡ฌ๐Ÿ‡ง", + "england": "๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ", + "scotland": "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ", + "wales": "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ", + "flag_us": "๐Ÿ‡บ๐Ÿ‡ธ", + "flag_uy": "๐Ÿ‡บ๐Ÿ‡พ", + "flag_uz": "๐Ÿ‡บ๐Ÿ‡ฟ", + "flag_vu": "๐Ÿ‡ป๐Ÿ‡บ", + "flag_va": "๐Ÿ‡ป๐Ÿ‡ฆ", + "flag_ve": "๐Ÿ‡ป๐Ÿ‡ช", + "flag_vn": "๐Ÿ‡ป๐Ÿ‡ณ", + "flag_wf": "๐Ÿ‡ผ๐Ÿ‡ซ", + "flag_eh": "๐Ÿ‡ช๐Ÿ‡ญ", + "flag_ye": "๐Ÿ‡พ๐Ÿ‡ช", + "flag_zm": "๐Ÿ‡ฟ๐Ÿ‡ฒ", + "flag_zw": "๐Ÿ‡ฟ๐Ÿ‡ผ", + "flag_ac": "๐Ÿ‡ฆ๐Ÿ‡จ", + "flag_bv": "๐Ÿ‡ง๐Ÿ‡ป", + "flag_cp": "๐Ÿ‡จ๐Ÿ‡ต", + "flag_ea": "๐Ÿ‡ช๐Ÿ‡ฆ", + "flag_dg": "๐Ÿ‡ฉ๐Ÿ‡ฌ", + "flag_hm": "๐Ÿ‡ญ๐Ÿ‡ฒ", + "flag_mf": "๐Ÿ‡ฒ๐Ÿ‡ซ", + "flag_sj": "๐Ÿ‡ธ๐Ÿ‡ฏ", + "flag_ta": "๐Ÿ‡น๐Ÿ‡ฆ", + "flag_um": "๐Ÿ‡บ๐Ÿ‡ฒ", + "united_nations": "๐Ÿ‡บ๐Ÿ‡ณ" + } +} diff --git a/emojiinfo/emojiinfo.py b/emojiinfo/emojiinfo.py new file mode 100644 index 0000000..7413e6e --- /dev/null +++ b/emojiinfo/emojiinfo.py @@ -0,0 +1,129 @@ +import io +from typing import Any, Literal + +import aiohttp +import discord +from colorthief import ColorThief +from red_commons.logging import RedTraceLogger, getLogger +from redbot.core import app_commands, commands +from redbot.core.bot import Red +from redbot.core.utils.chat_formatting import bold, humanize_list + +from .model import PartialEmoji + + +class EmojiInfo(commands.Cog): + """Retrieve information about emojis.""" + + __author__: list[str] = ["SeaswimmerTheFsh"] + __version__: str = "1.0.0" + __documentation__: str = "https://seacogs.coastalcommits.com/emojiinfo/" + + def __init__(self, bot: Red) -> None: + super().__init__() + self.bot: Red = bot + self.logger: RedTraceLogger = getLogger(name="red.SeaCogs.Emoji") + + def format_help_for_context(self, ctx: commands.Context) -> str: + pre_processed: Any | Literal[''] = super().format_help_for_context(ctx) or "" + n: Literal['\n'] | Literal[''] = "\n" if "\n\n" not in pre_processed else "" + text: list[str] = [ + f"{pre_processed}{n}", + f"Cog Version: **{self.__version__}**", + f"Author: {humanize_list(items=self.__author__)}", + f"Documentation: {self.__documentation__}", + ] + return "\n".join(text) + + async def fetch_twemoji(self, unicode_emoji) -> str: + base_url = "https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/72x72/" + emoji_codepoint = "-".join([hex(ord(char))[2:] for char in unicode_emoji]) + segments = emoji_codepoint.split("-") + valid_segments = [seg for seg in segments if len(seg) >= 4] + emoji_url = f"{base_url}{valid_segments[0]}.png" + return emoji_url + + async def fetch_primary_color(self, emoji_url: str) -> discord.Color | None: + async with aiohttp.ClientSession() as session: + async with session.get(emoji_url) as response: + if response.status != 200: + return None + image = await response.read() + dominant_color = ColorThief(io.BytesIO(image)).get_color(quality=1) + color = discord.Color.from_rgb(*dominant_color) + return color + + async def get_emoji_info(self, emoji: PartialEmoji) -> tuple[str, str]: + if emoji.is_unicode_emoji(): + try: + emoji_url = await self.fetch_twemoji(unicode_emoji=emoji.name) + except IndexError as e: + raise e + else: + emoji_url = emoji.url + + if emoji.id is not None: + emoji_id = f"{bold('ID:')} `{emoji.id}`\n" + markdown = f"`<{'a' if emoji.animated else ''}:{emoji.name}:{emoji.id}>`" + name = f"{bold('Name:')} {emoji.name}\n" + aliases = "" + group = "" + else: + emoji_id = "" + markdown = f"`{emoji}`" + name = f"{bold('Name:')} {emoji.aliases.pop(0)}\n" + aliases = f"{bold('Aliases:')} {', '.join(emoji.aliases)}\n" if emoji.aliases else "" + group = f"{bold('Group:')} {emoji.group}\n" + + return ( + f"{name}" + f"{emoji_id}" + f"{bold('Native:')} {emoji.is_unicode_emoji()}\n" + f"{group}" + f"{aliases}" + f"{bold('Animated:')} {emoji.animated}\n" + f"{bold('Markdown:')} {markdown}\n" + f"{bold('URL:')} [Click Here]({emoji_url})" + ), emoji_url + + @app_commands.command(name="emoji") + @app_commands.describe( + emoji="What emoji would you like to get information on?", + ephemeral="Would you like the response to be hidden?" + ) + async def emoji_slash(self, interaction: discord.Interaction, emoji: str, ephemeral: bool = True) -> None: + """Retrieve information about an emoji.""" + await interaction.response.defer(ephemeral=ephemeral) + + try: + emoji: PartialEmoji = PartialEmoji.from_str(self, value=emoji) + string, emoji_url, = await self.get_emoji_info(emoji) + self.logger.verbose(f"Emoji:\n{string}") + except (IndexError, UnboundLocalError): + return await interaction.followup.send("Please provide a valid emoji!") + + if await self.bot.embed_requested(channel=interaction.channel): + embed = embed = discord.Embed(title="Emoji Information", description=string, color = await self.fetch_primary_color(emoji_url) or await self.bot.get_embed_color(interaction.channel)) + embed.set_thumbnail(url=emoji_url) + + await interaction.followup.send(embed=embed) + else: + await interaction.followup.send(content=string) + + @commands.command(name="emoji") + async def emoji(self, ctx: commands.Context, *, emoji: str) -> None: + """Retrieve information about an emoji.""" + try: + emoji: PartialEmoji = PartialEmoji.from_str(self, value=emoji) + string, emoji_url, = await self.get_emoji_info(emoji) + self.logger.verbose(f"Emoji:\n{string}") + except (IndexError, UnboundLocalError): + return await ctx.send("Please provide a valid emoji!") + + if await ctx.embed_requested(): + embed = embed = discord.Embed(title="Emoji Information", description=string, color = await self.fetch_primary_color(emoji_url) or await ctx.embed_color) + embed.set_thumbnail(url=emoji_url) + + await ctx.send(embed=embed) + else: + await ctx.send(content=string) diff --git a/emojiinfo/info.json b/emojiinfo/info.json new file mode 100644 index 0000000..febea9b --- /dev/null +++ b/emojiinfo/info.json @@ -0,0 +1,16 @@ +{ + "author" : ["SeaswimmerTheFsh (seasw.)"], + "install_msg" : "Thank you for installing Emoji!", + "name" : "Emoji", + "short" : "Retrieve information about emojis.", + "description" : "Retrieve information about emojis.", + "end_user_data_statement" : "This cog does not store end user data.", + "hidden": false, + "disabled": false, + "min_bot_version": "3.5.0", + "min_python_version": [3, 10, 0], + "requirements": ["colorthief"], + "tags": [ + "utility" + ] +} diff --git a/emojiinfo/model.py b/emojiinfo/model.py new file mode 100644 index 0000000..af457d1 --- /dev/null +++ b/emojiinfo/model.py @@ -0,0 +1,90 @@ +import json + +import discord +from redbot.core import commands, data_manager + + +class PartialEmoji(discord.PartialEmoji): + """Represents a "partial" emoji. Subclasses `discord.PartialEmoji` + + .. container:: operations + + .. describe:: x == y + + Checks if two emoji are the same. + + .. describe:: x != y + + Checks if two emoji are not the same. + + .. describe:: hash(x) + + Return the emoji's hash. + + .. describe:: str(x) + + Returns the emoji rendered for discord. + + Attributes + ----------- + name: Optional[:class:`str`] + The custom emoji name, if applicable, or the unicode codepoint + of the non-custom emoji. This can be ``None`` if the emoji + got deleted (e.g. removing a reaction with a deleted emoji). + animated: :class:`bool` + Whether the emoji is animated or not. + id: Optional[:class:`int`] + The ID of the custom emoji, if applicable. + group: Optional[:class:`str`] + The group name of the emoji if it is a native emoji. + """ + + def __init__(self, *, name: str, animated: bool = False, id: int | None = None, group: str | None = None, aliases: list | None = None) -> None: # pylint: disable=redefined-builtin + super().__init__(name=name, animated=animated, id=id) + self.group = group + self.aliases = aliases + + @classmethod + def from_str(cls, coginstance: commands.Cog, value: str) -> "PartialEmoji": + """Converts a Discord string representation of an emoji to a :class:`PartialEmoji`. + + The formats accepted are: + + - ``a:name:id`` + - ```` + - ``name:id`` + - ``<:name:id>`` + + If the format does not match then it is assumed to be a unicode emoji. + + .. versionadded:: 2.0 + + Parameters + ------------ + value: :class:`str` + The string representation of an emoji. + + Returns + -------- + :class:`PartialEmoji` + The partial emoji from this string. + """ + match = cls._CUSTOM_EMOJI_RE.match(value) + if match is not None: + groups = match.groupdict() + animated = bool(groups['animated']) + emoji_id = int(groups['id']) + name = groups['name'] + return cls(name=name, animated=animated, id=emoji_id) + + path: data_manager.Path = data_manager.bundled_data_path(coginstance) / "emojis.json" + with open(path, "r", encoding="UTF-8") as file: + emojis: dict = json.load(file) + emoji_aliases = [] + for dict_name, group in emojis.items(): + for k, v in group.items(): + if v == value: + emoji_group = dict_name + if k not in emoji_aliases: + emoji_aliases.append(k) + return cls(name=value, animated=False, id=None, group=emoji_group, aliases=emoji_aliases) diff --git a/info.json b/info.json index 04f29ab..816e30b 100644 --- a/info.json +++ b/info.json @@ -3,7 +3,7 @@ "SeaswimmerTheFsh (seasw.)" ], "install_msg": "Thanks for installing my repo!\n\nIf you have any issues with any of the cogs, please create an issue [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs/issues) or join my [Discord Server](https://discord.gg/eMUMe77Yb8 ).", - "name": "SeaCogs", + "index_name": "sea-cogs", "short": "Various cogs for Red, by SeaswimmerTheFsh (seasw.)", "description": "Various cogs for Red, by SeaswimmerTheFsh (seasw.)" } diff --git a/mkdocs.yml b/mkdocs.yml index c769609..2777b5f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,6 +18,7 @@ nav: - Configuration: aurora/configuration.md - Bible: bible.md - Backup: backup.md + - EmojiInfo: emojiinfo.md - Nerdify: nerdify.md - Pterodactyl: - pterodactyl/index.md diff --git a/poetry.lock b/poetry.lock index 6f6d265..96437ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -125,13 +125,13 @@ frozenlist = ">=1.1.0" [[package]] name = "annotated-types" -version = "0.6.0" +version = "0.7.0" description = "Reusable constraint types to use with typing.Annotated" optional = false python-versions = ">=3.8" files = [ - {file = "annotated_types-0.6.0-py3-none-any.whl", hash = "sha256:0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43"}, - {file = "annotated_types-0.6.0.tar.gz", hash = "sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d"}, + {file = "annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53"}, + {file = "annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"}, ] [[package]] @@ -211,13 +211,13 @@ test = ["coverage", "mypy", "pexpect", "ruff", "wheel"] [[package]] name = "astroid" -version = "3.1.0" +version = "3.2.2" description = "An abstract syntax tree for Python with inference support." optional = false python-versions = ">=3.8.0" files = [ - {file = "astroid-3.1.0-py3-none-any.whl", hash = "sha256:951798f922990137ac090c53af473db7ab4e70c770e6d7fae0cec59f74411819"}, - {file = "astroid-3.1.0.tar.gz", hash = "sha256:ac248253bfa4bd924a0de213707e7ebeeb3138abeb48d798784ead1e56d419d4"}, + {file = "astroid-3.2.2-py3-none-any.whl", hash = "sha256:e8a0083b4bb28fcffb6207a3bfc9e5d0a68be951dd7e336d5dcf639c682388c0"}, + {file = "astroid-3.2.2.tar.gz", hash = "sha256:8ead48e31b92b2e217b6c9733a21afafe479d52d6e164dd25fb1a770c7c3cf94"}, ] [[package]] @@ -253,6 +253,27 @@ files = [ [package.extras] dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"] +[[package]] +name = "beautifulsoup4" +version = "4.12.3" +description = "Screen-scraping library" +optional = false +python-versions = ">=3.6.0" +files = [ + {file = "beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed"}, + {file = "beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051"}, +] + +[package.dependencies] +soupsieve = ">1.2" + +[package.extras] +cchardet = ["cchardet"] +chardet = ["chardet"] +charset-normalizer = ["charset-normalizer"] +html5lib = ["html5lib"] +lxml = ["lxml"] + [[package]] name = "brotli" version = "1.1.0" @@ -388,13 +409,13 @@ test = ["flake8", "isort", "pytest"] [[package]] name = "certifi" -version = "2024.2.2" +version = "2024.6.2" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.2.2-py3-none-any.whl", hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"}, - {file = "certifi-2024.2.2.tar.gz", hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"}, + {file = "certifi-2024.6.2-py3-none-any.whl", hash = "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56"}, + {file = "certifi-2024.6.2.tar.gz", hash = "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516"}, ] [[package]] @@ -585,6 +606,20 @@ files = [ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] +[[package]] +name = "colorthief" +version = "0.2.1" +description = "A module for grabbing the color palette from an image." +optional = false +python-versions = "*" +files = [ + {file = "colorthief-0.2.1-py2.py3-none-any.whl", hash = "sha256:b04fc8ce5cf9c888768745e29cb19b7b688d5711af6fba26e8057debabec56b9"}, + {file = "colorthief-0.2.1.tar.gz", hash = "sha256:079cb0c95bdd669c4643e2f7494de13b0b6029d5cdbe2d74d5d3c3386bd57221"}, +] + +[package.dependencies] +Pillow = "*" + [[package]] name = "contextlib2" version = "21.6.0" @@ -809,13 +844,13 @@ test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", [[package]] name = "griffe" -version = "0.44.0" +version = "0.45.2" description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API." optional = false python-versions = ">=3.8" files = [ - {file = "griffe-0.44.0-py3-none-any.whl", hash = "sha256:8a4471c469ba980b87c843f1168850ce39d0c1d0c7be140dca2480f76c8e5446"}, - {file = "griffe-0.44.0.tar.gz", hash = "sha256:34aee1571042f9bf00529bc715de4516fb6f482b164e90d030300601009e0223"}, + {file = "griffe-0.45.2-py3-none-any.whl", hash = "sha256:297ec8530d0c68e5b98ff86fb588ebc3aa3559bb5dc21f3caea8d9542a350133"}, + {file = "griffe-0.45.2.tar.gz", hash = "sha256:83ce7dcaafd8cb7f43cbf1a455155015a1eb624b1ffd93249e5e1c4a22b2fdb2"}, ] [package.dependencies] @@ -848,13 +883,13 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "jinja2" -version = "3.1.3" +version = "3.1.4" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "Jinja2-3.1.3-py3-none-any.whl", hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa"}, - {file = "Jinja2-3.1.3.tar.gz", hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90"}, + {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, + {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, ] [package.dependencies] @@ -902,6 +937,21 @@ profiling = ["gprof2dot"] rtd = ["jupyter_sphinx", "mdit-py-plugins", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"] testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] +[[package]] +name = "markdownify" +version = "0.12.1" +description = "Convert HTML to markdown." +optional = false +python-versions = "*" +files = [ + {file = "markdownify-0.12.1-py3-none-any.whl", hash = "sha256:a3805abd8166dbb7b27783c5599d91f54f10d79894b2621404d85b333c7ce561"}, + {file = "markdownify-0.12.1.tar.gz", hash = "sha256:1fb08c618b30e0ee7a31a39b998f44a18fb28ab254f55f4af06b6d35a2179e27"}, +] + +[package.dependencies] +beautifulsoup4 = ">=4.9,<5" +six = ">=1.15,<2" + [[package]] name = "markupsafe" version = "2.1.5" @@ -1507,13 +1557,13 @@ xmp = ["defusedxml"] [[package]] name = "pipx" -version = "1.5.0" +version = "1.6.0" description = "Install and Run Python Applications in Isolated Environments" optional = false python-versions = ">=3.8" files = [ - {file = "pipx-1.5.0-py3-none-any.whl", hash = "sha256:801a55a9d58004bb18a464f668508e79fbffc22deb6f07982832d3ce3ff3756d"}, - {file = "pipx-1.5.0.tar.gz", hash = "sha256:2371af2b772954cdb5c1dbfa0170219e3d2c09d9ff9b18e975f65562eeb7ab0a"}, + {file = "pipx-1.6.0-py3-none-any.whl", hash = "sha256:760889dc3aeed7bf4024973bf22ca0c2a891003f52389159ab5cb0c57d9ebff4"}, + {file = "pipx-1.6.0.tar.gz", hash = "sha256:840610e00103e3d49ae24b6b51804b60988851a5dd65468adb71e5a97e2699b2"}, ] [package.dependencies] @@ -1521,7 +1571,7 @@ argcomplete = ">=1.9.4" colorama = {version = ">=0.4.4", markers = "sys_platform == \"win32\""} packaging = ">=20" platformdirs = ">=2.1" -userpath = ">=1.6,<1.9.0 || >1.9.0" +userpath = ">=1.6,<1.9 || >1.9" [[package]] name = "platformdirs" @@ -1593,18 +1643,18 @@ files = [ [[package]] name = "pydantic" -version = "2.7.1" +version = "2.7.3" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.7.1-py3-none-any.whl", hash = "sha256:e029badca45266732a9a79898a15ae2e8b14840b1eabbb25844be28f0b33f3d5"}, - {file = "pydantic-2.7.1.tar.gz", hash = "sha256:e9dbb5eada8abe4d9ae5f46b9939aead650cd2b68f249bb3a8139dbe125803cc"}, + {file = "pydantic-2.7.3-py3-none-any.whl", hash = "sha256:ea91b002777bf643bb20dd717c028ec43216b24a6001a280f83877fd2655d0b4"}, + {file = "pydantic-2.7.3.tar.gz", hash = "sha256:c46c76a40bb1296728d7a8b99aa73dd70a48c3510111ff290034f860c99c419e"}, ] [package.dependencies] annotated-types = ">=0.4.0" -pydantic-core = "2.18.2" +pydantic-core = "2.18.4" typing-extensions = ">=4.6.1" [package.extras] @@ -1612,90 +1662,90 @@ email = ["email-validator (>=2.0.0)"] [[package]] name = "pydantic-core" -version = "2.18.2" +version = "2.18.4" description = "Core functionality for Pydantic validation and serialization" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic_core-2.18.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:9e08e867b306f525802df7cd16c44ff5ebbe747ff0ca6cf3fde7f36c05a59a81"}, - {file = "pydantic_core-2.18.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f0a21cbaa69900cbe1a2e7cad2aa74ac3cf21b10c3efb0fa0b80305274c0e8a2"}, - {file = "pydantic_core-2.18.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0680b1f1f11fda801397de52c36ce38ef1c1dc841a0927a94f226dea29c3ae3d"}, - {file = "pydantic_core-2.18.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:95b9d5e72481d3780ba3442eac863eae92ae43a5f3adb5b4d0a1de89d42bb250"}, - {file = "pydantic_core-2.18.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c4fcf5cd9c4b655ad666ca332b9a081112cd7a58a8b5a6ca7a3104bc950f2038"}, - {file = "pydantic_core-2.18.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b5155ff768083cb1d62f3e143b49a8a3432e6789a3abee8acd005c3c7af1c74"}, - {file = "pydantic_core-2.18.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:553ef617b6836fc7e4df130bb851e32fe357ce36336d897fd6646d6058d980af"}, - {file = "pydantic_core-2.18.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b89ed9eb7d616ef5714e5590e6cf7f23b02d0d539767d33561e3675d6f9e3857"}, - {file = "pydantic_core-2.18.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:75f7e9488238e920ab6204399ded280dc4c307d034f3924cd7f90a38b1829563"}, - {file = "pydantic_core-2.18.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ef26c9e94a8c04a1b2924149a9cb081836913818e55681722d7f29af88fe7b38"}, - {file = "pydantic_core-2.18.2-cp310-none-win32.whl", hash = "sha256:182245ff6b0039e82b6bb585ed55a64d7c81c560715d1bad0cbad6dfa07b4027"}, - {file = "pydantic_core-2.18.2-cp310-none-win_amd64.whl", hash = "sha256:e23ec367a948b6d812301afc1b13f8094ab7b2c280af66ef450efc357d2ae543"}, - {file = "pydantic_core-2.18.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:219da3f096d50a157f33645a1cf31c0ad1fe829a92181dd1311022f986e5fbe3"}, - {file = "pydantic_core-2.18.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:cc1cfd88a64e012b74e94cd00bbe0f9c6df57049c97f02bb07d39e9c852e19a4"}, - {file = "pydantic_core-2.18.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:05b7133a6e6aeb8df37d6f413f7705a37ab4031597f64ab56384c94d98fa0e90"}, - {file = "pydantic_core-2.18.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:224c421235f6102e8737032483f43c1a8cfb1d2f45740c44166219599358c2cd"}, - {file = "pydantic_core-2.18.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b14d82cdb934e99dda6d9d60dc84a24379820176cc4a0d123f88df319ae9c150"}, - {file = "pydantic_core-2.18.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2728b01246a3bba6de144f9e3115b532ee44bd6cf39795194fb75491824a1413"}, - {file = "pydantic_core-2.18.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:470b94480bb5ee929f5acba6995251ada5e059a5ef3e0dfc63cca287283ebfa6"}, - {file = "pydantic_core-2.18.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:997abc4df705d1295a42f95b4eec4950a37ad8ae46d913caeee117b6b198811c"}, - {file = "pydantic_core-2.18.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:75250dbc5290e3f1a0f4618db35e51a165186f9034eff158f3d490b3fed9f8a0"}, - {file = "pydantic_core-2.18.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:4456f2dca97c425231d7315737d45239b2b51a50dc2b6f0c2bb181fce6207664"}, - {file = "pydantic_core-2.18.2-cp311-none-win32.whl", hash = "sha256:269322dcc3d8bdb69f054681edff86276b2ff972447863cf34c8b860f5188e2e"}, - {file = "pydantic_core-2.18.2-cp311-none-win_amd64.whl", hash = "sha256:800d60565aec896f25bc3cfa56d2277d52d5182af08162f7954f938c06dc4ee3"}, - {file = "pydantic_core-2.18.2-cp311-none-win_arm64.whl", hash = "sha256:1404c69d6a676245199767ba4f633cce5f4ad4181f9d0ccb0577e1f66cf4c46d"}, - {file = "pydantic_core-2.18.2-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:fb2bd7be70c0fe4dfd32c951bc813d9fe6ebcbfdd15a07527796c8204bd36242"}, - {file = "pydantic_core-2.18.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6132dd3bd52838acddca05a72aafb6eab6536aa145e923bb50f45e78b7251043"}, - {file = "pydantic_core-2.18.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7d904828195733c183d20a54230c0df0eb46ec746ea1a666730787353e87182"}, - {file = "pydantic_core-2.18.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c9bd70772c720142be1020eac55f8143a34ec9f82d75a8e7a07852023e46617f"}, - {file = "pydantic_core-2.18.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2b8ed04b3582771764538f7ee7001b02e1170223cf9b75dff0bc698fadb00cf3"}, - {file = "pydantic_core-2.18.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e6dac87ddb34aaec85f873d737e9d06a3555a1cc1a8e0c44b7f8d5daeb89d86f"}, - {file = "pydantic_core-2.18.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7ca4ae5a27ad7a4ee5170aebce1574b375de390bc01284f87b18d43a3984df72"}, - {file = "pydantic_core-2.18.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:886eec03591b7cf058467a70a87733b35f44707bd86cf64a615584fd72488b7c"}, - {file = "pydantic_core-2.18.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:ca7b0c1f1c983e064caa85f3792dd2fe3526b3505378874afa84baf662e12241"}, - {file = "pydantic_core-2.18.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4b4356d3538c3649337df4074e81b85f0616b79731fe22dd11b99499b2ebbdf3"}, - {file = "pydantic_core-2.18.2-cp312-none-win32.whl", hash = "sha256:8b172601454f2d7701121bbec3425dd71efcb787a027edf49724c9cefc14c038"}, - {file = "pydantic_core-2.18.2-cp312-none-win_amd64.whl", hash = "sha256:b1bd7e47b1558ea872bd16c8502c414f9e90dcf12f1395129d7bb42a09a95438"}, - {file = "pydantic_core-2.18.2-cp312-none-win_arm64.whl", hash = "sha256:98758d627ff397e752bc339272c14c98199c613f922d4a384ddc07526c86a2ec"}, - {file = "pydantic_core-2.18.2-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:9fdad8e35f278b2c3eb77cbdc5c0a49dada440657bf738d6905ce106dc1de439"}, - {file = "pydantic_core-2.18.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:1d90c3265ae107f91a4f279f4d6f6f1d4907ac76c6868b27dc7fb33688cfb347"}, - {file = "pydantic_core-2.18.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:390193c770399861d8df9670fb0d1874f330c79caaca4642332df7c682bf6b91"}, - {file = "pydantic_core-2.18.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:82d5d4d78e4448683cb467897fe24e2b74bb7b973a541ea1dcfec1d3cbce39fb"}, - {file = "pydantic_core-2.18.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4774f3184d2ef3e14e8693194f661dea5a4d6ca4e3dc8e39786d33a94865cefd"}, - {file = "pydantic_core-2.18.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d4d938ec0adf5167cb335acb25a4ee69a8107e4984f8fbd2e897021d9e4ca21b"}, - {file = "pydantic_core-2.18.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e0e8b1be28239fc64a88a8189d1df7fad8be8c1ae47fcc33e43d4be15f99cc70"}, - {file = "pydantic_core-2.18.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:868649da93e5a3d5eacc2b5b3b9235c98ccdbfd443832f31e075f54419e1b96b"}, - {file = "pydantic_core-2.18.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:78363590ef93d5d226ba21a90a03ea89a20738ee5b7da83d771d283fd8a56761"}, - {file = "pydantic_core-2.18.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:852e966fbd035a6468fc0a3496589b45e2208ec7ca95c26470a54daed82a0788"}, - {file = "pydantic_core-2.18.2-cp38-none-win32.whl", hash = "sha256:6a46e22a707e7ad4484ac9ee9f290f9d501df45954184e23fc29408dfad61350"}, - {file = "pydantic_core-2.18.2-cp38-none-win_amd64.whl", hash = "sha256:d91cb5ea8b11607cc757675051f61b3d93f15eca3cefb3e6c704a5d6e8440f4e"}, - {file = "pydantic_core-2.18.2-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:ae0a8a797a5e56c053610fa7be147993fe50960fa43609ff2a9552b0e07013e8"}, - {file = "pydantic_core-2.18.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:042473b6280246b1dbf530559246f6842b56119c2926d1e52b631bdc46075f2a"}, - {file = "pydantic_core-2.18.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a388a77e629b9ec814c1b1e6b3b595fe521d2cdc625fcca26fbc2d44c816804"}, - {file = "pydantic_core-2.18.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e25add29b8f3b233ae90ccef2d902d0ae0432eb0d45370fe315d1a5cf231004b"}, - {file = "pydantic_core-2.18.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f459a5ce8434614dfd39bbebf1041952ae01da6bed9855008cb33b875cb024c0"}, - {file = "pydantic_core-2.18.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:eff2de745698eb46eeb51193a9f41d67d834d50e424aef27df2fcdee1b153845"}, - {file = "pydantic_core-2.18.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a8309f67285bdfe65c372ea3722b7a5642680f3dba538566340a9d36e920b5f0"}, - {file = "pydantic_core-2.18.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f93a8a2e3938ff656a7c1bc57193b1319960ac015b6e87d76c76bf14fe0244b4"}, - {file = "pydantic_core-2.18.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:22057013c8c1e272eb8d0eebc796701167d8377441ec894a8fed1af64a0bf399"}, - {file = "pydantic_core-2.18.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:cfeecd1ac6cc1fb2692c3d5110781c965aabd4ec5d32799773ca7b1456ac636b"}, - {file = "pydantic_core-2.18.2-cp39-none-win32.whl", hash = "sha256:0d69b4c2f6bb3e130dba60d34c0845ba31b69babdd3f78f7c0c8fae5021a253e"}, - {file = "pydantic_core-2.18.2-cp39-none-win_amd64.whl", hash = "sha256:d9319e499827271b09b4e411905b24a426b8fb69464dfa1696258f53a3334641"}, - {file = "pydantic_core-2.18.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:a1874c6dd4113308bd0eb568418e6114b252afe44319ead2b4081e9b9521fe75"}, - {file = "pydantic_core-2.18.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:ccdd111c03bfd3666bd2472b674c6899550e09e9f298954cfc896ab92b5b0e6d"}, - {file = "pydantic_core-2.18.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e18609ceaa6eed63753037fc06ebb16041d17d28199ae5aba0052c51449650a9"}, - {file = "pydantic_core-2.18.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e5c584d357c4e2baf0ff7baf44f4994be121e16a2c88918a5817331fc7599d7"}, - {file = "pydantic_core-2.18.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:43f0f463cf89ace478de71a318b1b4f05ebc456a9b9300d027b4b57c1a2064fb"}, - {file = "pydantic_core-2.18.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:e1b395e58b10b73b07b7cf740d728dd4ff9365ac46c18751bf8b3d8cca8f625a"}, - {file = "pydantic_core-2.18.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:0098300eebb1c837271d3d1a2cd2911e7c11b396eac9661655ee524a7f10587b"}, - {file = "pydantic_core-2.18.2-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:36789b70d613fbac0a25bb07ab3d9dba4d2e38af609c020cf4d888d165ee0bf3"}, - {file = "pydantic_core-2.18.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:3f9a801e7c8f1ef8718da265bba008fa121243dfe37c1cea17840b0944dfd72c"}, - {file = "pydantic_core-2.18.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:3a6515ebc6e69d85502b4951d89131ca4e036078ea35533bb76327f8424531ce"}, - {file = "pydantic_core-2.18.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:20aca1e2298c56ececfd8ed159ae4dde2df0781988c97ef77d5c16ff4bd5b400"}, - {file = "pydantic_core-2.18.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:223ee893d77a310a0391dca6df00f70bbc2f36a71a895cecd9a0e762dc37b349"}, - {file = "pydantic_core-2.18.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2334ce8c673ee93a1d6a65bd90327588387ba073c17e61bf19b4fd97d688d63c"}, - {file = "pydantic_core-2.18.2-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:cbca948f2d14b09d20268cda7b0367723d79063f26c4ffc523af9042cad95592"}, - {file = "pydantic_core-2.18.2-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:b3ef08e20ec49e02d5c6717a91bb5af9b20f1805583cb0adfe9ba2c6b505b5ae"}, - {file = "pydantic_core-2.18.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:c6fdc8627910eed0c01aed6a390a252fe3ea6d472ee70fdde56273f198938374"}, - {file = "pydantic_core-2.18.2.tar.gz", hash = "sha256:2e29d20810dfc3043ee13ac7d9e25105799817683348823f305ab3f349b9386e"}, + {file = "pydantic_core-2.18.4-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:f76d0ad001edd426b92233d45c746fd08f467d56100fd8f30e9ace4b005266e4"}, + {file = "pydantic_core-2.18.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:59ff3e89f4eaf14050c8022011862df275b552caef8082e37b542b066ce1ff26"}, + {file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a55b5b16c839df1070bc113c1f7f94a0af4433fcfa1b41799ce7606e5c79ce0a"}, + {file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4d0dcc59664fcb8974b356fe0a18a672d6d7cf9f54746c05f43275fc48636851"}, + {file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8951eee36c57cd128f779e641e21eb40bc5073eb28b2d23f33eb0ef14ffb3f5d"}, + {file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4701b19f7e3a06ea655513f7938de6f108123bf7c86bbebb1196eb9bd35cf724"}, + {file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e00a3f196329e08e43d99b79b286d60ce46bed10f2280d25a1718399457e06be"}, + {file = "pydantic_core-2.18.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:97736815b9cc893b2b7f663628e63f436018b75f44854c8027040e05230eeddb"}, + {file = "pydantic_core-2.18.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6891a2ae0e8692679c07728819b6e2b822fb30ca7445f67bbf6509b25a96332c"}, + {file = "pydantic_core-2.18.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:bc4ff9805858bd54d1a20efff925ccd89c9d2e7cf4986144b30802bf78091c3e"}, + {file = "pydantic_core-2.18.4-cp310-none-win32.whl", hash = "sha256:1b4de2e51bbcb61fdebd0ab86ef28062704f62c82bbf4addc4e37fa4b00b7cbc"}, + {file = "pydantic_core-2.18.4-cp310-none-win_amd64.whl", hash = "sha256:6a750aec7bf431517a9fd78cb93c97b9b0c496090fee84a47a0d23668976b4b0"}, + {file = "pydantic_core-2.18.4-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:942ba11e7dfb66dc70f9ae66b33452f51ac7bb90676da39a7345e99ffb55402d"}, + {file = "pydantic_core-2.18.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b2ebef0e0b4454320274f5e83a41844c63438fdc874ea40a8b5b4ecb7693f1c4"}, + {file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a642295cd0c8df1b86fc3dced1d067874c353a188dc8e0f744626d49e9aa51c4"}, + {file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5f09baa656c904807e832cf9cce799c6460c450c4ad80803517032da0cd062e2"}, + {file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:98906207f29bc2c459ff64fa007afd10a8c8ac080f7e4d5beff4c97086a3dabd"}, + {file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:19894b95aacfa98e7cb093cd7881a0c76f55731efad31073db4521e2b6ff5b7d"}, + {file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0fbbdc827fe5e42e4d196c746b890b3d72876bdbf160b0eafe9f0334525119c8"}, + {file = "pydantic_core-2.18.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f85d05aa0918283cf29a30b547b4df2fbb56b45b135f9e35b6807cb28bc47951"}, + {file = "pydantic_core-2.18.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e85637bc8fe81ddb73fda9e56bab24560bdddfa98aa64f87aaa4e4b6730c23d2"}, + {file = "pydantic_core-2.18.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:2f5966897e5461f818e136b8451d0551a2e77259eb0f73a837027b47dc95dab9"}, + {file = "pydantic_core-2.18.4-cp311-none-win32.whl", hash = "sha256:44c7486a4228413c317952e9d89598bcdfb06399735e49e0f8df643e1ccd0558"}, + {file = "pydantic_core-2.18.4-cp311-none-win_amd64.whl", hash = "sha256:8a7164fe2005d03c64fd3b85649891cd4953a8de53107940bf272500ba8a788b"}, + {file = "pydantic_core-2.18.4-cp311-none-win_arm64.whl", hash = "sha256:4e99bc050fe65c450344421017f98298a97cefc18c53bb2f7b3531eb39bc7805"}, + {file = "pydantic_core-2.18.4-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:6f5c4d41b2771c730ea1c34e458e781b18cc668d194958e0112455fff4e402b2"}, + {file = "pydantic_core-2.18.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2fdf2156aa3d017fddf8aea5adfba9f777db1d6022d392b682d2a8329e087cef"}, + {file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4748321b5078216070b151d5271ef3e7cc905ab170bbfd27d5c83ee3ec436695"}, + {file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:847a35c4d58721c5dc3dba599878ebbdfd96784f3fb8bb2c356e123bdcd73f34"}, + {file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3c40d4eaad41f78e3bbda31b89edc46a3f3dc6e171bf0ecf097ff7a0ffff7cb1"}, + {file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:21a5e440dbe315ab9825fcd459b8814bb92b27c974cbc23c3e8baa2b76890077"}, + {file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01dd777215e2aa86dfd664daed5957704b769e726626393438f9c87690ce78c3"}, + {file = "pydantic_core-2.18.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4b06beb3b3f1479d32befd1f3079cc47b34fa2da62457cdf6c963393340b56e9"}, + {file = "pydantic_core-2.18.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:564d7922e4b13a16b98772441879fcdcbe82ff50daa622d681dd682175ea918c"}, + {file = "pydantic_core-2.18.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:0eb2a4f660fcd8e2b1c90ad566db2b98d7f3f4717c64fe0a83e0adb39766d5b8"}, + {file = "pydantic_core-2.18.4-cp312-none-win32.whl", hash = "sha256:8b8bab4c97248095ae0c4455b5a1cd1cdd96e4e4769306ab19dda135ea4cdb07"}, + {file = "pydantic_core-2.18.4-cp312-none-win_amd64.whl", hash = "sha256:14601cdb733d741b8958224030e2bfe21a4a881fb3dd6fbb21f071cabd48fa0a"}, + {file = "pydantic_core-2.18.4-cp312-none-win_arm64.whl", hash = "sha256:c1322d7dd74713dcc157a2b7898a564ab091ca6c58302d5c7b4c07296e3fd00f"}, + {file = "pydantic_core-2.18.4-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:823be1deb01793da05ecb0484d6c9e20baebb39bd42b5d72636ae9cf8350dbd2"}, + {file = "pydantic_core-2.18.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ebef0dd9bf9b812bf75bda96743f2a6c5734a02092ae7f721c048d156d5fabae"}, + {file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ae1d6df168efb88d7d522664693607b80b4080be6750c913eefb77e34c12c71a"}, + {file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f9899c94762343f2cc2fc64c13e7cae4c3cc65cdfc87dd810a31654c9b7358cc"}, + {file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:99457f184ad90235cfe8461c4d70ab7dd2680e28821c29eca00252ba90308c78"}, + {file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:18f469a3d2a2fdafe99296a87e8a4c37748b5080a26b806a707f25a902c040a8"}, + {file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b7cdf28938ac6b8b49ae5e92f2735056a7ba99c9b110a474473fd71185c1af5d"}, + {file = "pydantic_core-2.18.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:938cb21650855054dc54dfd9120a851c974f95450f00683399006aa6e8abb057"}, + {file = "pydantic_core-2.18.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:44cd83ab6a51da80fb5adbd9560e26018e2ac7826f9626bc06ca3dc074cd198b"}, + {file = "pydantic_core-2.18.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:972658f4a72d02b8abfa2581d92d59f59897d2e9f7e708fdabe922f9087773af"}, + {file = "pydantic_core-2.18.4-cp38-none-win32.whl", hash = "sha256:1d886dc848e60cb7666f771e406acae54ab279b9f1e4143babc9c2258213daa2"}, + {file = "pydantic_core-2.18.4-cp38-none-win_amd64.whl", hash = "sha256:bb4462bd43c2460774914b8525f79b00f8f407c945d50881568f294c1d9b4443"}, + {file = "pydantic_core-2.18.4-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:44a688331d4a4e2129140a8118479443bd6f1905231138971372fcde37e43528"}, + {file = "pydantic_core-2.18.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a2fdd81edd64342c85ac7cf2753ccae0b79bf2dfa063785503cb85a7d3593223"}, + {file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:86110d7e1907ab36691f80b33eb2da87d780f4739ae773e5fc83fb272f88825f"}, + {file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:46387e38bd641b3ee5ce247563b60c5ca098da9c56c75c157a05eaa0933ed154"}, + {file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:123c3cec203e3f5ac7b000bd82235f1a3eced8665b63d18be751f115588fea30"}, + {file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dc1803ac5c32ec324c5261c7209e8f8ce88e83254c4e1aebdc8b0a39f9ddb443"}, + {file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:53db086f9f6ab2b4061958d9c276d1dbe3690e8dd727d6abf2321d6cce37fa94"}, + {file = "pydantic_core-2.18.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:abc267fa9837245cc28ea6929f19fa335f3dc330a35d2e45509b6566dc18be23"}, + {file = "pydantic_core-2.18.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:a0d829524aaefdebccb869eed855e2d04c21d2d7479b6cada7ace5448416597b"}, + {file = "pydantic_core-2.18.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:509daade3b8649f80d4e5ff21aa5673e4ebe58590b25fe42fac5f0f52c6f034a"}, + {file = "pydantic_core-2.18.4-cp39-none-win32.whl", hash = "sha256:ca26a1e73c48cfc54c4a76ff78df3727b9d9f4ccc8dbee4ae3f73306a591676d"}, + {file = "pydantic_core-2.18.4-cp39-none-win_amd64.whl", hash = "sha256:c67598100338d5d985db1b3d21f3619ef392e185e71b8d52bceacc4a7771ea7e"}, + {file = "pydantic_core-2.18.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:574d92eac874f7f4db0ca653514d823a0d22e2354359d0759e3f6a406db5d55d"}, + {file = "pydantic_core-2.18.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:1f4d26ceb5eb9eed4af91bebeae4b06c3fb28966ca3a8fb765208cf6b51102ab"}, + {file = "pydantic_core-2.18.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77450e6d20016ec41f43ca4a6c63e9fdde03f0ae3fe90e7c27bdbeaece8b1ed4"}, + {file = "pydantic_core-2.18.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d323a01da91851a4f17bf592faf46149c9169d68430b3146dcba2bb5e5719abc"}, + {file = "pydantic_core-2.18.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:43d447dd2ae072a0065389092a231283f62d960030ecd27565672bd40746c507"}, + {file = "pydantic_core-2.18.4-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:578e24f761f3b425834f297b9935e1ce2e30f51400964ce4801002435a1b41ef"}, + {file = "pydantic_core-2.18.4-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:81b5efb2f126454586d0f40c4d834010979cb80785173d1586df845a632e4e6d"}, + {file = "pydantic_core-2.18.4-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:ab86ce7c8f9bea87b9d12c7f0af71102acbf5ecbc66c17796cff45dae54ef9a5"}, + {file = "pydantic_core-2.18.4-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:90afc12421df2b1b4dcc975f814e21bc1754640d502a2fbcc6d41e77af5ec312"}, + {file = "pydantic_core-2.18.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:51991a89639a912c17bef4b45c87bd83593aee0437d8102556af4885811d59f5"}, + {file = "pydantic_core-2.18.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:293afe532740370aba8c060882f7d26cfd00c94cae32fd2e212a3a6e3b7bc15e"}, + {file = "pydantic_core-2.18.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b48ece5bde2e768197a2d0f6e925f9d7e3e826f0ad2271120f8144a9db18d5c8"}, + {file = "pydantic_core-2.18.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:eae237477a873ab46e8dd748e515c72c0c804fb380fbe6c85533c7de51f23a8f"}, + {file = "pydantic_core-2.18.4-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:834b5230b5dfc0c1ec37b2fda433b271cbbc0e507560b5d1588e2cc1148cf1ce"}, + {file = "pydantic_core-2.18.4-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:e858ac0a25074ba4bce653f9b5d0a85b7456eaddadc0ce82d3878c22489fa4ee"}, + {file = "pydantic_core-2.18.4-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:2fd41f6eff4c20778d717af1cc50eca52f5afe7805ee530a4fbd0bae284f16e9"}, + {file = "pydantic_core-2.18.4.tar.gz", hash = "sha256:ec3beeada09ff865c344ff3bc2f427f5e6c26401cc6113d77e372c3fdac73864"}, ] [package.dependencies] @@ -1718,17 +1768,17 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "3.1.0" +version = "3.2.2" description = "python code static checker" optional = false python-versions = ">=3.8.0" files = [ - {file = "pylint-3.1.0-py3-none-any.whl", hash = "sha256:507a5b60953874766d8a366e8e8c7af63e058b26345cfcb5f91f89d987fd6b74"}, - {file = "pylint-3.1.0.tar.gz", hash = "sha256:6a69beb4a6f63debebaab0a3477ecd0f559aa726af4954fc948c51f7a2549e23"}, + {file = "pylint-3.2.2-py3-none-any.whl", hash = "sha256:3f8788ab20bb8383e06dd2233e50f8e08949cfd9574804564803441a4946eab4"}, + {file = "pylint-3.2.2.tar.gz", hash = "sha256:d068ca1dfd735fb92a07d33cb8f288adc0f6bc1287a139ca2425366f7cbe38f8"}, ] [package.dependencies] -astroid = ">=3.1.0,<=3.2.0-dev0" +astroid = ">=3.2.2,<=3.3.0-dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = {version = ">=0.3.6", markers = "python_version >= \"3.11\""} isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" @@ -2050,101 +2100,101 @@ test = ["pytest (>=7)", "pytest-asyncio (>=0.19)"] [[package]] name = "regex" -version = "2024.4.28" +version = "2024.5.15" description = "Alternative regular expression module, to replace re." optional = false python-versions = ">=3.8" files = [ - {file = "regex-2024.4.28-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:cd196d056b40af073d95a2879678585f0b74ad35190fac04ca67954c582c6b61"}, - {file = "regex-2024.4.28-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8bb381f777351bd534462f63e1c6afb10a7caa9fa2a421ae22c26e796fe31b1f"}, - {file = "regex-2024.4.28-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:47af45b6153522733aa6e92543938e97a70ce0900649ba626cf5aad290b737b6"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99d6a550425cc51c656331af0e2b1651e90eaaa23fb4acde577cf15068e2e20f"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bf29304a8011feb58913c382902fde3395957a47645bf848eea695839aa101b7"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:92da587eee39a52c91aebea8b850e4e4f095fe5928d415cb7ed656b3460ae79a"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6277d426e2f31bdbacb377d17a7475e32b2d7d1f02faaecc48d8e370c6a3ff31"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:28e1f28d07220c0f3da0e8fcd5a115bbb53f8b55cecf9bec0c946eb9a059a94c"}, - {file = "regex-2024.4.28-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:aaa179975a64790c1f2701ac562b5eeb733946eeb036b5bcca05c8d928a62f10"}, - {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:6f435946b7bf7a1b438b4e6b149b947c837cb23c704e780c19ba3e6855dbbdd3"}, - {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:19d6c11bf35a6ad077eb23852827f91c804eeb71ecb85db4ee1386825b9dc4db"}, - {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:fdae0120cddc839eb8e3c15faa8ad541cc6d906d3eb24d82fb041cfe2807bc1e"}, - {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:e672cf9caaf669053121f1766d659a8813bd547edef6e009205378faf45c67b8"}, - {file = "regex-2024.4.28-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f57515750d07e14743db55d59759893fdb21d2668f39e549a7d6cad5d70f9fea"}, - {file = "regex-2024.4.28-cp310-cp310-win32.whl", hash = "sha256:a1409c4eccb6981c7baabc8888d3550df518add6e06fe74fa1d9312c1838652d"}, - {file = "regex-2024.4.28-cp310-cp310-win_amd64.whl", hash = "sha256:1f687a28640f763f23f8a9801fe9e1b37338bb1ca5d564ddd41619458f1f22d1"}, - {file = "regex-2024.4.28-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:84077821c85f222362b72fdc44f7a3a13587a013a45cf14534df1cbbdc9a6796"}, - {file = "regex-2024.4.28-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b45d4503de8f4f3dc02f1d28a9b039e5504a02cc18906cfe744c11def942e9eb"}, - {file = "regex-2024.4.28-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:457c2cd5a646dd4ed536c92b535d73548fb8e216ebee602aa9f48e068fc393f3"}, - {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b51739ddfd013c6f657b55a508de8b9ea78b56d22b236052c3a85a675102dc6"}, - {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:459226445c7d7454981c4c0ce0ad1a72e1e751c3e417f305722bbcee6697e06a"}, - {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:670fa596984b08a4a769491cbdf22350431970d0112e03d7e4eeaecaafcd0fec"}, - {file = "regex-2024.4.28-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe00f4fe11c8a521b173e6324d862ee7ee3412bf7107570c9b564fe1119b56fb"}, - {file = "regex-2024.4.28-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:36f392dc7763fe7924575475736bddf9ab9f7a66b920932d0ea50c2ded2f5636"}, - {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:23a412b7b1a7063f81a742463f38821097b6a37ce1e5b89dd8e871d14dbfd86b"}, - {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:f1d6e4b7b2ae3a6a9df53efbf199e4bfcff0959dbdb5fd9ced34d4407348e39a"}, - {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:499334ad139557de97cbc4347ee921c0e2b5e9c0f009859e74f3f77918339257"}, - {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:0940038bec2fe9e26b203d636c44d31dd8766abc1fe66262da6484bd82461ccf"}, - {file = "regex-2024.4.28-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:66372c2a01782c5fe8e04bff4a2a0121a9897e19223d9eab30c54c50b2ebeb7f"}, - {file = "regex-2024.4.28-cp311-cp311-win32.whl", hash = "sha256:c77d10ec3c1cf328b2f501ca32583625987ea0f23a0c2a49b37a39ee5c4c4630"}, - {file = "regex-2024.4.28-cp311-cp311-win_amd64.whl", hash = "sha256:fc0916c4295c64d6890a46e02d4482bb5ccf33bf1a824c0eaa9e83b148291f90"}, - {file = "regex-2024.4.28-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:08a1749f04fee2811c7617fdd46d2e46d09106fa8f475c884b65c01326eb15c5"}, - {file = "regex-2024.4.28-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b8eb28995771c087a73338f695a08c9abfdf723d185e57b97f6175c5051ff1ae"}, - {file = "regex-2024.4.28-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:dd7ef715ccb8040954d44cfeff17e6b8e9f79c8019daae2fd30a8806ef5435c0"}, - {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb0315a2b26fde4005a7c401707c5352df274460f2f85b209cf6024271373013"}, - {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f2fc053228a6bd3a17a9b0a3f15c3ab3cf95727b00557e92e1cfe094b88cc662"}, - {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7fe9739a686dc44733d52d6e4f7b9c77b285e49edf8570754b322bca6b85b4cc"}, - {file = "regex-2024.4.28-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a74fcf77d979364f9b69fcf8200849ca29a374973dc193a7317698aa37d8b01c"}, - {file = "regex-2024.4.28-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:965fd0cf4694d76f6564896b422724ec7b959ef927a7cb187fc6b3f4e4f59833"}, - {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:2fef0b38c34ae675fcbb1b5db760d40c3fc3612cfa186e9e50df5782cac02bcd"}, - {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bc365ce25f6c7c5ed70e4bc674f9137f52b7dd6a125037f9132a7be52b8a252f"}, - {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:ac69b394764bb857429b031d29d9604842bc4cbfd964d764b1af1868eeebc4f0"}, - {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:144a1fc54765f5c5c36d6d4b073299832aa1ec6a746a6452c3ee7b46b3d3b11d"}, - {file = "regex-2024.4.28-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2630ca4e152c221072fd4a56d4622b5ada876f668ecd24d5ab62544ae6793ed6"}, - {file = "regex-2024.4.28-cp312-cp312-win32.whl", hash = "sha256:7f3502f03b4da52bbe8ba962621daa846f38489cae5c4a7b5d738f15f6443d17"}, - {file = "regex-2024.4.28-cp312-cp312-win_amd64.whl", hash = "sha256:0dd3f69098511e71880fb00f5815db9ed0ef62c05775395968299cb400aeab82"}, - {file = "regex-2024.4.28-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:374f690e1dd0dbdcddea4a5c9bdd97632cf656c69113f7cd6a361f2a67221cb6"}, - {file = "regex-2024.4.28-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:25f87ae6b96374db20f180eab083aafe419b194e96e4f282c40191e71980c666"}, - {file = "regex-2024.4.28-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:5dbc1bcc7413eebe5f18196e22804a3be1bfdfc7e2afd415e12c068624d48247"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f85151ec5a232335f1be022b09fbbe459042ea1951d8a48fef251223fc67eee1"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:57ba112e5530530fd175ed550373eb263db4ca98b5f00694d73b18b9a02e7185"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:224803b74aab56aa7be313f92a8d9911dcade37e5f167db62a738d0c85fdac4b"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a54a047b607fd2d2d52a05e6ad294602f1e0dec2291152b745870afc47c1397"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a2a512d623f1f2d01d881513af9fc6a7c46e5cfffb7dc50c38ce959f9246c94"}, - {file = "regex-2024.4.28-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c06bf3f38f0707592898428636cbb75d0a846651b053a1cf748763e3063a6925"}, - {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:1031a5e7b048ee371ab3653aad3030ecfad6ee9ecdc85f0242c57751a05b0ac4"}, - {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:d7a353ebfa7154c871a35caca7bfd8f9e18666829a1dc187115b80e35a29393e"}, - {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:7e76b9cfbf5ced1aca15a0e5b6f229344d9b3123439ffce552b11faab0114a02"}, - {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:5ce479ecc068bc2a74cb98dd8dba99e070d1b2f4a8371a7dfe631f85db70fe6e"}, - {file = "regex-2024.4.28-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7d77b6f63f806578c604dca209280e4c54f0fa9a8128bb8d2cc5fb6f99da4150"}, - {file = "regex-2024.4.28-cp38-cp38-win32.whl", hash = "sha256:d84308f097d7a513359757c69707ad339da799e53b7393819ec2ea36bc4beb58"}, - {file = "regex-2024.4.28-cp38-cp38-win_amd64.whl", hash = "sha256:2cc1b87bba1dd1a898e664a31012725e48af826bf3971e786c53e32e02adae6c"}, - {file = "regex-2024.4.28-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7413167c507a768eafb5424413c5b2f515c606be5bb4ef8c5dee43925aa5718b"}, - {file = "regex-2024.4.28-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:108e2dcf0b53a7c4ab8986842a8edcb8ab2e59919a74ff51c296772e8e74d0ae"}, - {file = "regex-2024.4.28-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f1c5742c31ba7d72f2dedf7968998730664b45e38827637e0f04a2ac7de2f5f1"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ecc6148228c9ae25ce403eade13a0961de1cb016bdb35c6eafd8e7b87ad028b1"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b7d893c8cf0e2429b823ef1a1d360a25950ed11f0e2a9df2b5198821832e1947"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4290035b169578ffbbfa50d904d26bec16a94526071ebec3dadbebf67a26b25e"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:44a22ae1cfd82e4ffa2066eb3390777dc79468f866f0625261a93e44cdf6482b"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd24fd140b69f0b0bcc9165c397e9b2e89ecbeda83303abf2a072609f60239e2"}, - {file = "regex-2024.4.28-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:39fb166d2196413bead229cd64a2ffd6ec78ebab83fff7d2701103cf9f4dfd26"}, - {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9301cc6db4d83d2c0719f7fcda37229691745168bf6ae849bea2e85fc769175d"}, - {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7c3d389e8d76a49923683123730c33e9553063d9041658f23897f0b396b2386f"}, - {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:99ef6289b62042500d581170d06e17f5353b111a15aa6b25b05b91c6886df8fc"}, - {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:b91d529b47798c016d4b4c1d06cc826ac40d196da54f0de3c519f5a297c5076a"}, - {file = "regex-2024.4.28-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:43548ad74ea50456e1c68d3c67fff3de64c6edb85bcd511d1136f9b5376fc9d1"}, - {file = "regex-2024.4.28-cp39-cp39-win32.whl", hash = "sha256:05d9b6578a22db7dedb4df81451f360395828b04f4513980b6bd7a1412c679cc"}, - {file = "regex-2024.4.28-cp39-cp39-win_amd64.whl", hash = "sha256:3986217ec830c2109875be740531feb8ddafe0dfa49767cdcd072ed7e8927962"}, - {file = "regex-2024.4.28.tar.gz", hash = "sha256:83ab366777ea45d58f72593adf35d36ca911ea8bd838483c1823b883a121b0e4"}, + {file = "regex-2024.5.15-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a81e3cfbae20378d75185171587cbf756015ccb14840702944f014e0d93ea09f"}, + {file = "regex-2024.5.15-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7b59138b219ffa8979013be7bc85bb60c6f7b7575df3d56dc1e403a438c7a3f6"}, + {file = "regex-2024.5.15-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a0bd000c6e266927cb7a1bc39d55be95c4b4f65c5be53e659537537e019232b1"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5eaa7ddaf517aa095fa8da0b5015c44d03da83f5bd49c87961e3c997daed0de7"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ba68168daedb2c0bab7fd7e00ced5ba90aebf91024dea3c88ad5063c2a562cca"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6e8d717bca3a6e2064fc3a08df5cbe366369f4b052dcd21b7416e6d71620dca1"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1337b7dbef9b2f71121cdbf1e97e40de33ff114801263b275aafd75303bd62b5"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f9ebd0a36102fcad2f03696e8af4ae682793a5d30b46c647eaf280d6cfb32796"}, + {file = "regex-2024.5.15-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:9efa1a32ad3a3ea112224897cdaeb6aa00381627f567179c0314f7b65d354c62"}, + {file = "regex-2024.5.15-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:1595f2d10dff3d805e054ebdc41c124753631b6a471b976963c7b28543cf13b0"}, + {file = "regex-2024.5.15-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:b802512f3e1f480f41ab5f2cfc0e2f761f08a1f41092d6718868082fc0d27143"}, + {file = "regex-2024.5.15-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:a0981022dccabca811e8171f913de05720590c915b033b7e601f35ce4ea7019f"}, + {file = "regex-2024.5.15-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:19068a6a79cf99a19ccefa44610491e9ca02c2be3305c7760d3831d38a467a6f"}, + {file = "regex-2024.5.15-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:1b5269484f6126eee5e687785e83c6b60aad7663dafe842b34691157e5083e53"}, + {file = "regex-2024.5.15-cp310-cp310-win32.whl", hash = "sha256:ada150c5adfa8fbcbf321c30c751dc67d2f12f15bd183ffe4ec7cde351d945b3"}, + {file = "regex-2024.5.15-cp310-cp310-win_amd64.whl", hash = "sha256:ac394ff680fc46b97487941f5e6ae49a9f30ea41c6c6804832063f14b2a5a145"}, + {file = "regex-2024.5.15-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f5b1dff3ad008dccf18e652283f5e5339d70bf8ba7c98bf848ac33db10f7bc7a"}, + {file = "regex-2024.5.15-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c6a2b494a76983df8e3d3feea9b9ffdd558b247e60b92f877f93a1ff43d26656"}, + {file = "regex-2024.5.15-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a32b96f15c8ab2e7d27655969a23895eb799de3665fa94349f3b2fbfd547236f"}, + {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:10002e86e6068d9e1c91eae8295ef690f02f913c57db120b58fdd35a6bb1af35"}, + {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ec54d5afa89c19c6dd8541a133be51ee1017a38b412b1321ccb8d6ddbeb4cf7d"}, + {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:10e4ce0dca9ae7a66e6089bb29355d4432caed736acae36fef0fdd7879f0b0cb"}, + {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3e507ff1e74373c4d3038195fdd2af30d297b4f0950eeda6f515ae3d84a1770f"}, + {file = "regex-2024.5.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d1f059a4d795e646e1c37665b9d06062c62d0e8cc3c511fe01315973a6542e40"}, + {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:0721931ad5fe0dda45d07f9820b90b2148ccdd8e45bb9e9b42a146cb4f695649"}, + {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:833616ddc75ad595dee848ad984d067f2f31be645d603e4d158bba656bbf516c"}, + {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:287eb7f54fc81546346207c533ad3c2c51a8d61075127d7f6d79aaf96cdee890"}, + {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:19dfb1c504781a136a80ecd1fff9f16dddf5bb43cec6871778c8a907a085bb3d"}, + {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:119af6e56dce35e8dfb5222573b50c89e5508d94d55713c75126b753f834de68"}, + {file = "regex-2024.5.15-cp311-cp311-win32.whl", hash = "sha256:1c1c174d6ec38d6c8a7504087358ce9213d4332f6293a94fbf5249992ba54efa"}, + {file = "regex-2024.5.15-cp311-cp311-win_amd64.whl", hash = "sha256:9e717956dcfd656f5055cc70996ee2cc82ac5149517fc8e1b60261b907740201"}, + {file = "regex-2024.5.15-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:632b01153e5248c134007209b5c6348a544ce96c46005d8456de1d552455b014"}, + {file = "regex-2024.5.15-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e64198f6b856d48192bf921421fdd8ad8eb35e179086e99e99f711957ffedd6e"}, + {file = "regex-2024.5.15-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:68811ab14087b2f6e0fc0c2bae9ad689ea3584cad6917fc57be6a48bbd012c49"}, + {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8ec0c2fea1e886a19c3bee0cd19d862b3aa75dcdfb42ebe8ed30708df64687a"}, + {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d0c0c0003c10f54a591d220997dd27d953cd9ccc1a7294b40a4be5312be8797b"}, + {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2431b9e263af1953c55abbd3e2efca67ca80a3de8a0437cb58e2421f8184717a"}, + {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a605586358893b483976cffc1723fb0f83e526e8f14c6e6614e75919d9862cf"}, + {file = "regex-2024.5.15-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:391d7f7f1e409d192dba8bcd42d3e4cf9e598f3979cdaed6ab11288da88cb9f2"}, + {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9ff11639a8d98969c863d4617595eb5425fd12f7c5ef6621a4b74b71ed8726d5"}, + {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:4eee78a04e6c67e8391edd4dad3279828dd66ac4b79570ec998e2155d2e59fd5"}, + {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:8fe45aa3f4aa57faabbc9cb46a93363edd6197cbc43523daea044e9ff2fea83e"}, + {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:d0a3d8d6acf0c78a1fff0e210d224b821081330b8524e3e2bc5a68ef6ab5803d"}, + {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c486b4106066d502495b3025a0a7251bf37ea9540433940a23419461ab9f2a80"}, + {file = "regex-2024.5.15-cp312-cp312-win32.whl", hash = "sha256:c49e15eac7c149f3670b3e27f1f28a2c1ddeccd3a2812cba953e01be2ab9b5fe"}, + {file = "regex-2024.5.15-cp312-cp312-win_amd64.whl", hash = "sha256:673b5a6da4557b975c6c90198588181029c60793835ce02f497ea817ff647cb2"}, + {file = "regex-2024.5.15-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:87e2a9c29e672fc65523fb47a90d429b70ef72b901b4e4b1bd42387caf0d6835"}, + {file = "regex-2024.5.15-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c3bea0ba8b73b71b37ac833a7f3fd53825924165da6a924aec78c13032f20850"}, + {file = "regex-2024.5.15-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:bfc4f82cabe54f1e7f206fd3d30fda143f84a63fe7d64a81558d6e5f2e5aaba9"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5bb9425fe881d578aeca0b2b4b3d314ec88738706f66f219c194d67179337cb"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:64c65783e96e563103d641760664125e91bd85d8e49566ee560ded4da0d3e704"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cf2430df4148b08fb4324b848672514b1385ae3807651f3567871f130a728cc3"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5397de3219a8b08ae9540c48f602996aa6b0b65d5a61683e233af8605c42b0f2"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:455705d34b4154a80ead722f4f185b04c4237e8e8e33f265cd0798d0e44825fa"}, + {file = "regex-2024.5.15-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:b2b6f1b3bb6f640c1a92be3bbfbcb18657b125b99ecf141fb3310b5282c7d4ed"}, + {file = "regex-2024.5.15-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:3ad070b823ca5890cab606c940522d05d3d22395d432f4aaaf9d5b1653e47ced"}, + {file = "regex-2024.5.15-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:5b5467acbfc153847d5adb21e21e29847bcb5870e65c94c9206d20eb4e99a384"}, + {file = "regex-2024.5.15-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:e6662686aeb633ad65be2a42b4cb00178b3fbf7b91878f9446075c404ada552f"}, + {file = "regex-2024.5.15-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:2b4c884767504c0e2401babe8b5b7aea9148680d2e157fa28f01529d1f7fcf67"}, + {file = "regex-2024.5.15-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:3cd7874d57f13bf70078f1ff02b8b0aa48d5b9ed25fc48547516c6aba36f5741"}, + {file = "regex-2024.5.15-cp38-cp38-win32.whl", hash = "sha256:e4682f5ba31f475d58884045c1a97a860a007d44938c4c0895f41d64481edbc9"}, + {file = "regex-2024.5.15-cp38-cp38-win_amd64.whl", hash = "sha256:d99ceffa25ac45d150e30bd9ed14ec6039f2aad0ffa6bb87a5936f5782fc1569"}, + {file = "regex-2024.5.15-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:13cdaf31bed30a1e1c2453ef6015aa0983e1366fad2667657dbcac7b02f67133"}, + {file = "regex-2024.5.15-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:cac27dcaa821ca271855a32188aa61d12decb6fe45ffe3e722401fe61e323cd1"}, + {file = "regex-2024.5.15-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:7dbe2467273b875ea2de38ded4eba86cbcbc9a1a6d0aa11dcf7bd2e67859c435"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:64f18a9a3513a99c4bef0e3efd4c4a5b11228b48aa80743be822b71e132ae4f5"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d347a741ea871c2e278fde6c48f85136c96b8659b632fb57a7d1ce1872547600"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1878b8301ed011704aea4c806a3cadbd76f84dece1ec09cc9e4dc934cfa5d4da"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4babf07ad476aaf7830d77000874d7611704a7fcf68c9c2ad151f5d94ae4bfc4"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:35cb514e137cb3488bce23352af3e12fb0dbedd1ee6e60da053c69fb1b29cc6c"}, + {file = "regex-2024.5.15-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cdd09d47c0b2efee9378679f8510ee6955d329424c659ab3c5e3a6edea696294"}, + {file = "regex-2024.5.15-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:72d7a99cd6b8f958e85fc6ca5b37c4303294954eac1376535b03c2a43eb72629"}, + {file = "regex-2024.5.15-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:a094801d379ab20c2135529948cb84d417a2169b9bdceda2a36f5f10977ebc16"}, + {file = "regex-2024.5.15-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:c0c18345010870e58238790a6779a1219b4d97bd2e77e1140e8ee5d14df071aa"}, + {file = "regex-2024.5.15-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:16093f563098448ff6b1fa68170e4acbef94e6b6a4e25e10eae8598bb1694b5d"}, + {file = "regex-2024.5.15-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:e38a7d4e8f633a33b4c7350fbd8bad3b70bf81439ac67ac38916c4a86b465456"}, + {file = "regex-2024.5.15-cp39-cp39-win32.whl", hash = "sha256:71a455a3c584a88f654b64feccc1e25876066c4f5ef26cd6dd711308aa538694"}, + {file = "regex-2024.5.15-cp39-cp39-win_amd64.whl", hash = "sha256:cab12877a9bdafde5500206d1020a584355a97884dfd388af3699e9137bf7388"}, + {file = "regex-2024.5.15.tar.gz", hash = "sha256:d3ee02d9e5f482cc8309134a91eeaacbdd2261ba111b0fef3748eeb4913e6a2c"}, ] [[package]] name = "requests" -version = "2.31.0" +version = "2.32.3" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -2237,6 +2287,17 @@ files = [ {file = "smmap-5.0.1.tar.gz", hash = "sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62"}, ] +[[package]] +name = "soupsieve" +version = "2.5" +description = "A modern CSS selector implementation for Beautiful Soup." +optional = false +python-versions = ">=3.8" +files = [ + {file = "soupsieve-2.5-py3-none-any.whl", hash = "sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7"}, + {file = "soupsieve-2.5.tar.gz", hash = "sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690"}, +] + [[package]] name = "tinycss2" version = "1.3.0" @@ -2257,13 +2318,13 @@ test = ["pytest", "ruff"] [[package]] name = "tomlkit" -version = "0.12.4" +version = "0.12.5" description = "Style preserving TOML library" optional = false python-versions = ">=3.7" files = [ - {file = "tomlkit-0.12.4-py3-none-any.whl", hash = "sha256:5cd82d48a3dd89dee1f9d64420aa20ae65cfbd00668d6f094d7578a78efbb77b"}, - {file = "tomlkit-0.12.4.tar.gz", hash = "sha256:7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3"}, + {file = "tomlkit-0.12.5-py3-none-any.whl", hash = "sha256:af914f5a9c59ed9d0762c7b64d3b5d5df007448eb9cd2edc8a46b1eafead172f"}, + {file = "tomlkit-0.12.5.tar.gz", hash = "sha256:eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c"}, ] [[package]] @@ -2354,40 +2415,43 @@ test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)" [[package]] name = "watchdog" -version = "4.0.0" +version = "4.0.1" description = "Filesystem events monitoring" optional = false python-versions = ">=3.8" files = [ - {file = "watchdog-4.0.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:39cb34b1f1afbf23e9562501673e7146777efe95da24fab5707b88f7fb11649b"}, - {file = "watchdog-4.0.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c522392acc5e962bcac3b22b9592493ffd06d1fc5d755954e6be9f4990de932b"}, - {file = "watchdog-4.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6c47bdd680009b11c9ac382163e05ca43baf4127954c5f6d0250e7d772d2b80c"}, - {file = "watchdog-4.0.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:8350d4055505412a426b6ad8c521bc7d367d1637a762c70fdd93a3a0d595990b"}, - {file = "watchdog-4.0.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c17d98799f32e3f55f181f19dd2021d762eb38fdd381b4a748b9f5a36738e935"}, - {file = "watchdog-4.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4986db5e8880b0e6b7cd52ba36255d4793bf5cdc95bd6264806c233173b1ec0b"}, - {file = "watchdog-4.0.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:11e12fafb13372e18ca1bbf12d50f593e7280646687463dd47730fd4f4d5d257"}, - {file = "watchdog-4.0.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:5369136a6474678e02426bd984466343924d1df8e2fd94a9b443cb7e3aa20d19"}, - {file = "watchdog-4.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:76ad8484379695f3fe46228962017a7e1337e9acadafed67eb20aabb175df98b"}, - {file = "watchdog-4.0.0-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:45cc09cc4c3b43fb10b59ef4d07318d9a3ecdbff03abd2e36e77b6dd9f9a5c85"}, - {file = "watchdog-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:eed82cdf79cd7f0232e2fdc1ad05b06a5e102a43e331f7d041e5f0e0a34a51c4"}, - {file = "watchdog-4.0.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ba30a896166f0fee83183cec913298151b73164160d965af2e93a20bbd2ab605"}, - {file = "watchdog-4.0.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:d18d7f18a47de6863cd480734613502904611730f8def45fc52a5d97503e5101"}, - {file = "watchdog-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2895bf0518361a9728773083908801a376743bcc37dfa252b801af8fd281b1ca"}, - {file = "watchdog-4.0.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:87e9df830022488e235dd601478c15ad73a0389628588ba0b028cb74eb72fed8"}, - {file = "watchdog-4.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:6e949a8a94186bced05b6508faa61b7adacc911115664ccb1923b9ad1f1ccf7b"}, - {file = "watchdog-4.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:6a4db54edea37d1058b08947c789a2354ee02972ed5d1e0dca9b0b820f4c7f92"}, - {file = "watchdog-4.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d31481ccf4694a8416b681544c23bd271f5a123162ab603c7d7d2dd7dd901a07"}, - {file = "watchdog-4.0.0-py3-none-manylinux2014_aarch64.whl", hash = "sha256:8fec441f5adcf81dd240a5fe78e3d83767999771630b5ddfc5867827a34fa3d3"}, - {file = "watchdog-4.0.0-py3-none-manylinux2014_armv7l.whl", hash = "sha256:6a9c71a0b02985b4b0b6d14b875a6c86ddea2fdbebd0c9a720a806a8bbffc69f"}, - {file = "watchdog-4.0.0-py3-none-manylinux2014_i686.whl", hash = "sha256:557ba04c816d23ce98a06e70af6abaa0485f6d94994ec78a42b05d1c03dcbd50"}, - {file = "watchdog-4.0.0-py3-none-manylinux2014_ppc64.whl", hash = "sha256:d0f9bd1fd919134d459d8abf954f63886745f4660ef66480b9d753a7c9d40927"}, - {file = "watchdog-4.0.0-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:f9b2fdca47dc855516b2d66eef3c39f2672cbf7e7a42e7e67ad2cbfcd6ba107d"}, - {file = "watchdog-4.0.0-py3-none-manylinux2014_s390x.whl", hash = "sha256:73c7a935e62033bd5e8f0da33a4dcb763da2361921a69a5a95aaf6c93aa03a87"}, - {file = "watchdog-4.0.0-py3-none-manylinux2014_x86_64.whl", hash = "sha256:6a80d5cae8c265842c7419c560b9961561556c4361b297b4c431903f8c33b269"}, - {file = "watchdog-4.0.0-py3-none-win32.whl", hash = "sha256:8f9a542c979df62098ae9c58b19e03ad3df1c9d8c6895d96c0d51da17b243b1c"}, - {file = "watchdog-4.0.0-py3-none-win_amd64.whl", hash = "sha256:f970663fa4f7e80401a7b0cbeec00fa801bf0287d93d48368fc3e6fa32716245"}, - {file = "watchdog-4.0.0-py3-none-win_ia64.whl", hash = "sha256:9a03e16e55465177d416699331b0f3564138f1807ecc5f2de9d55d8f188d08c7"}, - {file = "watchdog-4.0.0.tar.gz", hash = "sha256:e3e7065cbdabe6183ab82199d7a4f6b3ba0a438c5a512a68559846ccb76a78ec"}, + {file = "watchdog-4.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:da2dfdaa8006eb6a71051795856bedd97e5b03e57da96f98e375682c48850645"}, + {file = "watchdog-4.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e93f451f2dfa433d97765ca2634628b789b49ba8b504fdde5837cdcf25fdb53b"}, + {file = "watchdog-4.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ef0107bbb6a55f5be727cfc2ef945d5676b97bffb8425650dadbb184be9f9a2b"}, + {file = "watchdog-4.0.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:17e32f147d8bf9657e0922c0940bcde863b894cd871dbb694beb6704cfbd2fb5"}, + {file = "watchdog-4.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:03e70d2df2258fb6cb0e95bbdbe06c16e608af94a3ffbd2b90c3f1e83eb10767"}, + {file = "watchdog-4.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:123587af84260c991dc5f62a6e7ef3d1c57dfddc99faacee508c71d287248459"}, + {file = "watchdog-4.0.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:093b23e6906a8b97051191a4a0c73a77ecc958121d42346274c6af6520dec175"}, + {file = "watchdog-4.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:611be3904f9843f0529c35a3ff3fd617449463cb4b73b1633950b3d97fa4bfb7"}, + {file = "watchdog-4.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:62c613ad689ddcb11707f030e722fa929f322ef7e4f18f5335d2b73c61a85c28"}, + {file = "watchdog-4.0.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:d4925e4bf7b9bddd1c3de13c9b8a2cdb89a468f640e66fbfabaf735bd85b3e35"}, + {file = "watchdog-4.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:cad0bbd66cd59fc474b4a4376bc5ac3fc698723510cbb64091c2a793b18654db"}, + {file = "watchdog-4.0.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a3c2c317a8fb53e5b3d25790553796105501a235343f5d2bf23bb8649c2c8709"}, + {file = "watchdog-4.0.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:c9904904b6564d4ee8a1ed820db76185a3c96e05560c776c79a6ce5ab71888ba"}, + {file = "watchdog-4.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:667f3c579e813fcbad1b784db7a1aaa96524bed53437e119f6a2f5de4db04235"}, + {file = "watchdog-4.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:d10a681c9a1d5a77e75c48a3b8e1a9f2ae2928eda463e8d33660437705659682"}, + {file = "watchdog-4.0.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0144c0ea9997b92615af1d94afc0c217e07ce2c14912c7b1a5731776329fcfc7"}, + {file = "watchdog-4.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:998d2be6976a0ee3a81fb8e2777900c28641fb5bfbd0c84717d89bca0addcdc5"}, + {file = "watchdog-4.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:e7921319fe4430b11278d924ef66d4daa469fafb1da679a2e48c935fa27af193"}, + {file = "watchdog-4.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:f0de0f284248ab40188f23380b03b59126d1479cd59940f2a34f8852db710625"}, + {file = "watchdog-4.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:bca36be5707e81b9e6ce3208d92d95540d4ca244c006b61511753583c81c70dd"}, + {file = "watchdog-4.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:ab998f567ebdf6b1da7dc1e5accfaa7c6992244629c0fdaef062f43249bd8dee"}, + {file = "watchdog-4.0.1-py3-none-manylinux2014_aarch64.whl", hash = "sha256:dddba7ca1c807045323b6af4ff80f5ddc4d654c8bce8317dde1bd96b128ed253"}, + {file = "watchdog-4.0.1-py3-none-manylinux2014_armv7l.whl", hash = "sha256:4513ec234c68b14d4161440e07f995f231be21a09329051e67a2118a7a612d2d"}, + {file = "watchdog-4.0.1-py3-none-manylinux2014_i686.whl", hash = "sha256:4107ac5ab936a63952dea2a46a734a23230aa2f6f9db1291bf171dac3ebd53c6"}, + {file = "watchdog-4.0.1-py3-none-manylinux2014_ppc64.whl", hash = "sha256:6e8c70d2cd745daec2a08734d9f63092b793ad97612470a0ee4cbb8f5f705c57"}, + {file = "watchdog-4.0.1-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:f27279d060e2ab24c0aa98363ff906d2386aa6c4dc2f1a374655d4e02a6c5e5e"}, + {file = "watchdog-4.0.1-py3-none-manylinux2014_s390x.whl", hash = "sha256:f8affdf3c0f0466e69f5b3917cdd042f89c8c63aebdb9f7c078996f607cdb0f5"}, + {file = "watchdog-4.0.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:ac7041b385f04c047fcc2951dc001671dee1b7e0615cde772e84b01fbf68ee84"}, + {file = "watchdog-4.0.1-py3-none-win32.whl", hash = "sha256:206afc3d964f9a233e6ad34618ec60b9837d0582b500b63687e34011e15bb429"}, + {file = "watchdog-4.0.1-py3-none-win_amd64.whl", hash = "sha256:7577b3c43e5909623149f76b099ac49a1a01ca4e167d1785c76eb52fa585745a"}, + {file = "watchdog-4.0.1-py3-none-win_ia64.whl", hash = "sha256:d7b9f5f3299e8dd230880b6c55504a1f69cf1e4316275d1b215ebdd8187ec88d"}, + {file = "watchdog-4.0.1.tar.gz", hash = "sha256:eebaacf674fa25511e8867028d281e602ee6500045b57f43b08778082f7f8b44"}, ] [package.extras] @@ -2591,4 +2655,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "25dce93989e94b49932b4f5bb8489eb37b2e9aa5860679f7150e2beca8b0471c" +content-hash = "3f732c0b0b0eb2a31fb9484c7cf699cd3c26474d6779528102af4c509a48351e" diff --git a/pyproject.toml b/pyproject.toml index 507b821..a2f2034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,9 @@ websockets = "^12.0" pillow = "^10.3.0" numpy = "^1.26.4" pydantic = "^2.7.1" +colorthief = "^0.2.1" +beautifulsoup4 = "^4.12.3" +markdownify = "^0.12.1" [tool.poetry.group.dev] optional = true diff --git a/seautils/__init__.py b/seautils/__init__.py new file mode 100644 index 0000000..dd217b4 --- /dev/null +++ b/seautils/__init__.py @@ -0,0 +1,5 @@ +from .seautils import SeaUtils + + +async def setup(bot): + await bot.add_cog(SeaUtils(bot)) diff --git a/seautils/info.json b/seautils/info.json new file mode 100644 index 0000000..7356137 --- /dev/null +++ b/seautils/info.json @@ -0,0 +1,13 @@ +{ + "author" : ["SeaswimmerTheFsh (seasw.)"], + "install_msg" : "Thank you for installing SeaUtils!\nYou can find the source code of this cog [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs).", + "name" : "SeaUtils", + "short" : "A collection of useful utilities.", + "description" : "A collection of useful utilities.", + "end_user_data_statement" : "This cog does not store end user data.", + "hidden": true, + "disabled": false, + "min_bot_version": "3.5.0", + "min_python_version": [3, 8, 0], + "requirements": ["beautifulsoup4", "markdownify"] +} diff --git a/seautils/seautils.py b/seautils/seautils.py new file mode 100644 index 0000000..304fd70 --- /dev/null +++ b/seautils/seautils.py @@ -0,0 +1,248 @@ +# _____ _ +# / ____| (_) +# | (___ ___ __ _ _____ ___ _ __ ___ _ __ ___ ___ _ __ +# \___ \ / _ \/ _` / __\ \ /\ / / | '_ ` _ \| '_ ` _ \ / _ \ '__| +# ____) | __/ (_| \__ \\ V V /| | | | | | | | | | | | __/ | +# |_____/ \___|\__,_|___/ \_/\_/ |_|_| |_| |_|_| |_| |_|\___|_| + +import asyncio +import inspect +import operator +import re +from asyncio.subprocess import Process +from functools import partial, partialmethod +from typing import Any + +import aiohttp +import yaml +from bs4 import BeautifulSoup +from discord import Color, Embed, app_commands +from discord.utils import CachedSlotProperty, cached_property +from markdownify import MarkdownConverter +from redbot.core import commands +from redbot.core.bot import Red +from redbot.core.dev_commands import cleanup_code +from redbot.core.utils import chat_formatting as cf +from redbot.core.utils.views import SimpleMenu + + +def md(soup: BeautifulSoup, **options) -> Any | str: + return MarkdownConverter(**options).convert_soup(soup=soup) + +def format_rfc_text(text: str, number: int) -> str: + one: str = re.sub(r"\(\.\/rfc(\d+)", r"(https://www.rfc-editor.org/rfc/rfc\1.html", text) + two: str = re.sub(r"\((#(?:section|page)-\d+(?:.\d+)?)\)", f"(https://www.rfc-editor.org/rfc/rfc{number}.html\1)", one) + three: str = re.sub(r"\n{3,}", "\n\n", two) + return three + +class SeaUtils(commands.Cog): + """A collection of random utilities.""" + + __author__ = ["SeaswimmerTheFsh"] + __version__ = "1.0.0" + + def __init__(self, bot: Red) -> None: + self.bot = bot + + def format_help_for_context(self, ctx: commands.Context) -> str: + pre_processed = super().format_help_for_context(ctx=ctx) or "" + n = "\n" if "\n\n" not in pre_processed else "" + text = [ + f"{pre_processed}{n}", + f"Cog Version: **{self.__version__}**", + f"Author: {cf.humanize_list(items=self.__author__)}" + ] + return "\n".join(text) + + def format_src(self, obj: Any) -> str: + """A large portion of this code is repurposed from Zephyrkul's RTFS cog. + https://github.com/Zephyrkul/FluffyCogs/blob/master/rtfs/rtfs.py""" + obj = inspect.unwrap(func=obj) + src: Any = getattr(obj, "__func__", obj) + if isinstance(obj, (commands.Command, app_commands.Command)): + src = obj.callback + elif isinstance(obj, (partial, partialmethod)): + src = obj.func + elif isinstance(obj, property): + src = obj.fget + elif isinstance(obj, (cached_property, CachedSlotProperty)): + src = obj.function + return inspect.getsource(object=src) + + @commands.command(aliases=["source", "src", "code", "showsource"]) + @commands.is_owner() + async def showcode(self, ctx: commands.Context, *, object: str) -> None: # pylint: disable=redefined-builtin + """Show the code for a particular object.""" + try: + if object.startswith("/") and (obj := ctx.bot.tree.get_command(object[1:])): + text = self.format_src(obj) + elif obj := ctx.bot.get_cog(object): + text = self.format_src(type(obj)) + elif obj := ctx.bot.get_command(object): + text = self.format_src(obj) + temp_content = cf.pagify( + text=cleanup_code(text), + escape_mass_mentions=True, + page_length = 1977 + ) + content = [] + max_i = operator.length_hint(temp_content) + i = 1 + for page in temp_content: + content.append(f"**Page {i}/{max_i}**\n{cf.box(page, lang='py')}") + i += 1 + await SimpleMenu(pages=content, disable_after_timeout=True, timeout=180).start(ctx) + except (OSError, AttributeError, UnboundLocalError): + if ctx.embed_requested(): + embed = Embed(title="Object not found!", color=await ctx.embed_color()) + await ctx.send(embed=embed, reference=ctx.message.to_reference(fail_if_not_exists=False)) + else: + await ctx.send(content="Object not found!", reference=ctx.message.to_reference(fail_if_not_exists=False)) + + @commands.command(name='dig', aliases=['dnslookup', 'nslookup']) + @commands.is_owner() + async def dig(self, ctx: commands.Context, name: str, record_type: str | None = None, server: str | None = None, port: int = 53) -> None: + """Retrieve DNS information for a domain. + + Uses `dig` to perform a DNS query. Will fall back to `nslookup` if `dig` is not installed on the system. + `nslookup` does not provide as much information as `dig`, so only the `name` parameter will be used if `nslookup` is used. + Will return the A, AAAA, and CNAME records for a domain by default. You can specify a different record type with the `type` parameter.""" + command_opts: list[str | int] = ['dig'] + query_types: list[str] = [record_type] if record_type else ['A', 'AAAA', 'CNAME'] + if server: + command_opts.extend(['@', server]) + for query_type in query_types: + command_opts.extend([name, query_type]) + command_opts.extend(['-p', str(port), '+yaml']) + + try: + process: Process = await asyncio.create_subprocess_exec(*command_opts, stdout=asyncio.subprocess.PIPE, stderr=asyncio.subprocess.PIPE) + stdout, stderr = await process.communicate() + if stderr: + await ctx.maybe_send_embed(message="An error was encountered!\n" + cf.box(text=stderr.decode())) + else: + data = yaml.safe_load(stdout.decode()) + message_data: dict = data[0]['message'] + response_data: dict = message_data['response_message_data'] + if ctx.embed_requested(): + embed = Embed( + title="DNS Query Result", + color=await ctx.embed_color(), + timestamp=message_data['response_time'] + ) + embed.add_field(name="Response Address", value=message_data['response_address'], inline=True) + embed.add_field(name="Response Port", value=message_data['response_port'], inline=True) + embed.add_field(name="Query Address", value=message_data['query_address'], inline=True) + embed.add_field(name="Query Port", value=message_data['query_port'], inline=True) + embed.add_field(name="Status", value=response_data['status'], inline=True) + embed.add_field(name="Flags", value=response_data['flags'], inline=True) + + if response_data.get('status') != 'NOERROR': + embed.colour = Color.red() + embed.description = cf.error("Dig query did not return `NOERROR` status.") + + questions = [] + answers = [] + authorities = [] + for m in data: + response = m['message']['response_message_data'] + if 'QUESTION_SECTION' in response: + for question in response['QUESTION_SECTION']: + if question not in questions: + questions.append(question) + + if 'ANSWER_SECTION' in response: + for answer in response['ANSWER_SECTION']: + if answer not in answers: + answers.append(answer) + + if 'AUTHORITY_SECTION' in response: + for authority in response['AUTHORITY_SECTION']: + if authority not in authorities: + authorities.append(authority) + + if questions: + question_section = "\n".join(questions) + embed.add_field(name="Question Section", value=f"{cf.box(text=question_section, lang='prolog')}", inline=False) + + if answers: + answer_section = "\n".join(answers) + if len(answer_section) > 1024: + embed.description = cf.warning("Answer section is too long to fit within embed field, falling back to description.") + cf.box(answer_section) + else: + embed.add_field(name="Answer Section", value=f"{cf.box(text=answer_section, lang='prolog')}", inline=False) + + if authorities: + authority_section = "\n".join(authorities) + embed.add_field(name="Authority Section", value=f"{cf.box(text=authority_section, lang='prolog')}", inline=False) + await ctx.send(embed=embed) + else: + await ctx.send(content=cf.box(text=stdout, lang='yaml')) + except (FileNotFoundError): + try: + ns_process = await asyncio.create_subprocess_exec('nslookup', name, stdout=asyncio.subprocess.PIPE, stderr=asyncio.subprocess.PIPE) + ns_stdout, ns_stderr = await ns_process.communicate() + if ns_stderr: + await ctx.maybe_send_embed(message="An error was encountered!\n" + cf.box(text=ns_stderr.decode())) + else: + warning = cf.warning("`dig` is not installed! Defaulting to `nslookup`.\nThis command provides more information when `dig` is installed on the system.\n") + if await ctx.embed_requested(): + embed = Embed( + title="DNS Query Result", + color=await ctx.embed_color(), + timestamp=ctx.message.created_at + ) + embed.description = warning + cf.box(text=ns_stdout.decode()) + await ctx.send(embed=embed) + else: + await ctx.send(content = warning + cf.box(text=ns_stdout.decode())) + except (FileNotFoundError): + await ctx.maybe_send_embed(message=cf.error("Neither `dig` nor `nslookup` are installed on the system. Unable to resolve DNS query.")) + + @commands.command() + async def rfc(self, ctx: commands.Context, number: int) -> None: + """Retrieve the text of an RFC document. + + This command uses the [RFC Editor website](https://www.rfc-editor.org/) to fetch the text of an RFC document. + A [Request for Comments (RFC)](https://en.wikipedia.org/wiki/Request_for_Comments) is a publication in a series from the principal technical development and standards-setting bodies for the [Internet](https://en.wikipedia.org/wiki/Internet), most prominently the [Internet Engineering Task Force](https://en.wikipedia.org/wiki/Internet_Engineering_Task_Force). An RFC is authored by individuals or groups of engineers and [computer scientists](https://en.wikipedia.org/wiki/Computer_scientist) in the form of a [memorandum](https://en.wikipedia.org/wiki/Memorandum) describing methods, behaviors, research, or innovations applicable to the working of the Internet and Internet-connected systems. It is submitted either for [peer review](https://en.wikipedia.org/wiki/Peer_review) or to convey new concepts, information, or, occasionally, engineering humor.""" # noqa: E501 + url = f"https://www.rfc-editor.org/rfc/rfc{number}.html" + datatracker_url = f"https://datatracker.ietf.org/doc/rfc{number}" + async with aiohttp.ClientSession() as session: + async with session.get(url=url) as response: + if response.status == 200: + html = await response.text() + soup = BeautifulSoup(html, 'html.parser') + pre_tags = soup.find_all('pre') + content: list[Embed | str] = [] + for pre_tag in pre_tags: + text = format_rfc_text(md(pre_tag), number) + if len(text) > 4096: + pagified_text = cf.pagify(text, delims=["\n\n"], page_length=4096) + for page in pagified_text: + if await ctx.embed_requested(): + embed = Embed( + title=f"RFC Document {number}", + url=datatracker_url, + description=page, + color=await ctx.embed_color() + ) + content.append(embed) + else: + content.append(page) + else: + if await ctx.embed_requested(): + embed = Embed( + title=f"RFC Document {number}", + url=datatracker_url, + description=text, + color=await ctx.embed_color() + ) + content.append(embed) + else: + content.append(text) + if await ctx.embed_requested(): + for embed in content: + embed.set_footer(text=f"Page {content.index(embed) + 1}/{len(content)}") + await SimpleMenu(pages=content, disable_after_timeout=True, timeout=300).start(ctx) + else: + await ctx.maybe_send_embed(content=cf.error(f"An error occurred while fetching RFC {number}. Status code: {response.status}."))