emoji

 avatar
unknown
dart
3 years ago
21 kB
5
Indexable
/// Emoji Version
const int version = 1;

final List<String> people = [
  "grinning",
  "grimacing",
  "grin",
  "joy",
  "smiley",
  "smile",
  "sweat_smile",
  "laughing",
  "innocent",
  "wink",
  "blush",
  "slight_smile",
  "upside_down",
  "relaxed",
  "yum",
  "relieved",
  "heart_eyes",
  "kissing_heart",
  "kissing",
  "kissing_smiling_eyes",
  "kissing_closed_eyes",
  "stuck_out_tongue_winking_eye",
  "stuck_out_tongue_closed_eyes",
  "stuck_out_tongue",
  "money_mouth",
  "nerd",
  "sunglasses",
  "hugging",
  "smirk",
  "no_mouth",
  "neutral_face",
  "expressionless",
  "unamused",
  "rolling_eyes",
  "thinking",
  "flushed",
  "disappointed",
  "worried",
  "angry",
  "rage",
  "pensive",
  "confused",
  "slight_frown",
  "frowning2",
  "persevere",
  "confounded",
  "tired_face",
  "weary",
  "triumph",
  "open_mouth",
  "scream",
  "fearful",
  "cold_sweat",
  "hushed",
  "frowning",
  "anguished",
  "cry",
  "disappointed_relieved",
  "sleepy",
  "sweat",
  "sob",
  "dizzy_face",
  "astonished",
  "zipper_mouth",
  "mask",
  "thermometer_face",
  "head_bandage",
  "sleeping",
  "zzz",
  "poop",
  "smiling_imp",
  "imp",
  "japanese_ogre",
  "japanese_goblin",
  "skull",
  "ghost",
  "alien",
  "robot",
  "smiley_cat",
  "smile_cat",
  "joy_cat",
  "heart_eyes_cat",
  "smirk_cat",
  "kissing_cat",
  "scream_cat",
  "crying_cat_face",
  "pouting_cat",
  "raised_hands",
  "clap",
  "wave",
  "thumbsup",
  "thumbsdown",
  "punch",
  "fist",
  "v",
  "ok_hand",
  "raised_hand",
  "open_hands",
  "muscle",
  "pray",
  "point_up",
  "point_up_2",
  "point_down",
  "point_left",
  "point_right",
  "middle_finger",
  "hand_splayed",
  "metal",
  "vulcan",
  "writing_hand",
  "nail_care",
  "lips",
  "tongue",
  "ear",
  "nose",
  "eye",
  "eyes",
  "bust_in_silhouette",
  "busts_in_silhouette",
  "speaking_head",
  "baby",
  "boy",
  "girl",
  "man",
  "woman",
  "person_with_blond_hair",
  "older_man",
  "older_woman",
  "man_with_gua_pi_mao",
  "man_with_turban",
  "cop",
  "construction_worker",
  "guardsman",
  "spy",
  "santa",
  "angel",
  "princess",
  "bride_with_veil",
  "walking",
  "runner",
  "dancer",
  "dancers",
  "couple",
  "two_men_holding_hands",
  "two_women_holding_hands",
  "bow",
  "information_desk_person",
  "no_good",
  "ok_woman",
  "raising_hand",
  "person_with_pouting_face",
  "person_frowning",
  "haircut",
  "massage",
  "couple_with_heart",
  "couple_ww",
  "couple_mm",
  "couplekiss",
  "kiss_ww",
  "kiss_mm",
  "family",
  "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",
  "womans_clothes",
  "shirt",
  "jeans",
  "necktie",
  "dress",
  "bikini",
  "kimono",
  "lipstick",
  "kiss",
  "footprints",
  "high_heel",
  "sandal",
  "boot",
  "mans_shoe",
  "athletic_shoe",
  "womans_hat",
  "tophat",
  "helmet_with_cross",
  "mortar_board",
  "crown",
  "school_satchel",
  "pouch",
  "purse",
  "handbag",
  "briefcase",
  "eyeglasses",
  "dark_sunglasses",
  "ring",
  "closed_umbrella",
  "cowboy",
  "clown",
  "nauseated_face",
  "rofl",
  "drooling_face",
  "lying_face",
  "sneezing_face",
  "prince",
  "man_in_tuxedo",
  "mrs_claus",
  "face_palm",
  "shrug",
  "selfie",
  "man_dancing",
  "call_me",
  "raised_back_of_hand",
  "left_facing_fist",
  "right_facing_fist",
  "handshake",
  "fingers_crossed",
  "pregnant_woman"
];

final List<String> nature = [
  "dog",
  "cat",
  "mouse",
  "hamster",
  "rabbit",
  "bear",
  "panda_face",
  "koala",
  "tiger",
  "lion_face",
  "cow",
  "pig",
  "pig_nose",
  "frog",
  "octopus",
  "monkey_face",
  "see_no_evil",
  "hear_no_evil",
  "speak_no_evil",
  "monkey",
  "chicken",
  "penguin",
  "bird",
  "baby_chick",
  "hatching_chick",
  "hatched_chick",
  "wolf",
  "boar",
  "horse",
  "unicorn",
  "bee",
  "bug",
  "snail",
  "beetle",
  "ant",
  "spider",
  "scorpion",
  "crab",
  "snake",
  "turtle",
  "tropical_fish",
  "fish",
  "blowfish",
  "dolphin",
  "whale",
  "whale2",
  "crocodile",
  "leopard",
  "tiger2",
  "water_buffalo",
  "ox",
  "cow2",
  "dromedary_camel",
  "camel",
  "elephant",
  "goat",
  "ram",
  "sheep",
  "racehorse",
  "pig2",
  "rat",
  "mouse2",
  "rooster",
  "turkey",
  "dove",
  "dog2",
  "poodle",
  "cat2",
  "rabbit2",
  "chipmunk",
  "feet",
  "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",
  "ear_of_rice",
  "hibiscus",
  "sunflower",
  "rose",
  "tulip",
  "blossom",
  "cherry_blossom",
  "bouquet",
  "mushroom",
  "chestnut",
  "jack_o_lantern",
  "shell",
  "spider_web",
  "earth_americas",
  "earth_africa",
  "earth_asia",
  "full_moon",
  "waning_gibbous_moon",
  "last_quarter_moon",
  "waning_crescent_moon",
  "new_moon",
  "waxing_crescent_moon",
  "first_quarter_moon",
  "waxing_gibbous_moon",
  "new_moon_with_face",
  "full_moon_with_face",
  "first_quarter_moon_with_face",
  "last_quarter_moon_with_face",
  "sun_with_face",
  "crescent_moon",
  "star",
  "star2",
  "dizzy",
  "sparkles",
  "comet",
  "sunny",
  "white_sun_small_cloud",
  "partly_sunny",
  "white_sun_cloud",
  "white_sun_rain_cloud",
  "cloud",
  "cloud_rain",
  "thunder_cloud_rain",
  "cloud_lightning",
  "zap",
  "fire",
  "boom",
  "snowflake",
  "cloud_snow",
  "snowman2",
  "snowman",
  "wind_blowing_face",
  "dash",
  "cloud_tornado",
  "fog",
  "umbrella2",
  "umbrella",
  "droplet",
  "sweat_drops",
  "ocean",
  "eagle",
  "duck",
  "bat",
  "shark",
  "owl",
  "fox",
  "butterfly",
  "deer",
  "gorilla",
  "lizard",
  "rhino",
  "wilted_rose",
  "shrimp",
  "squid"
];

final List<String> food = [
  "green_apple",
  "apple",
  "pear",
  "tangerine",
  "lemon",
  "banana",
  "watermelon",
  "grapes",
  "strawberry",
  "melon",
  "cherries",
  "peach",
  "pineapple",
  "tomato",
  "eggplant",
  "hot_pepper",
  "corn",
  "sweet_potato",
  "honey_pot",
  "bread",
  "cheese",
  "poultry_leg",
  "meat_on_bone",
  "fried_shrimp",
  "cooking",
  "hamburger",
  "fries",
  "hotdog",
  "pizza",
  "spaghetti",
  "taco",
  "burrito",
  "ramen",
  "stew",
  "fish_cake",
  "sushi",
  "bento",
  "curry",
  "rice_ball",
  "rice",
  "rice_cracker",
  "oden",
  "dango",
  "shaved_ice",
  "ice_cream",
  "icecream",
  "cake",
  "birthday",
  "custard",
  "candy",
  "lollipop",
  "chocolate_bar",
  "popcorn",
  "doughnut",
  "cookie",
  "beer",
  "beers",
  "wine_glass",
  "cocktail",
  "tropical_drink",
  "champagne",
  "sake",
  "tea",
  "coffee",
  "baby_bottle",
  "fork_and_knife",
  "fork_knife_plate",
  "croissant",
  "avocado",
  "cucumber",
  "bacon",
  "potato",
  "carrot",
  "french_bread",
  "salad",
  "shallow_pan_of_food",
  "stuffed_flatbread",
  "champagne_glass",
  "tumbler_glass",
  "spoon",
  "egg",
  "milk",
  "peanuts",
  "kiwi",
  "pancakes"
];

final List<String> activity = [
  "soccer",
  "basketball",
  "football",
  "baseball",
  "tennis",
  "volleyball",
  "rugby_football",
  "8ball",
  "golf",
  "golfer",
  "ping_pong",
  "badminton",
  "hockey",
  "field_hockey",
  "cricket",
  "ski",
  "skier",
  "snowboarder",
  "ice_skate",
  "bow_and_arrow",
  "fishing_pole_and_fish",
  "rowboat",
  "swimmer",
  "surfer",
  "bath",
  "basketball_player",
  "lifter",
  "bicyclist",
  "mountain_bicyclist",
  "horse_racing",
  "levitate",
  "trophy",
  "running_shirt_with_sash",
  "medal",
  "military_medal",
  "reminder_ribbon",
  "rosette",
  "ticket",
  "tickets",
  "performing_arts",
  "art",
  "circus_tent",
  "microphone",
  "headphones",
  "musical_score",
  "musical_keyboard",
  "saxophone",
  "trumpet",
  "guitar",
  "violin",
  "clapper",
  "video_game",
  "space_invader",
  "dart",
  "game_die",
  "slot_machine",
  "bowling",
  "cartwheel",
  "juggling",
  "wrestlers",
  "boxing_glove",
  "martial_arts_uniform",
  "water_polo",
  "handball",
  "goal",
  "fencer",
  "first_place",
  "second_place",
  "third_place",
  "drum"
];

final List<String> travel = [
  "red_car",
  "taxi",
  "blue_car",
  "bus",
  "trolleybus",
  "race_car",
  "police_car",
  "ambulance",
  "fire_engine",
  "minibus",
  "truck",
  "articulated_lorry",
  "tractor",
  "motorcycle",
  "bike",
  "rotating_light",
  "oncoming_police_car",
  "oncoming_bus",
  "oncoming_automobile",
  "oncoming_taxi",
  "aerial_tramway",
  "mountain_cableway",
  "suspension_railway",
  "railway_car",
  "train",
  "monorail",
  "bullettrain_side",
  "bullettrain_front",
  "light_rail",
  "mountain_railway",
  "steam_locomotive",
  "train2",
  "metro",
  "tram",
  "station",
  "helicopter",
  "airplane_small",
  "airplane",
  "airplane_departure",
  "airplane_arriving",
  "sailboat",
  "motorboat",
  "speedboat",
  "ferry",
  "cruise_ship",
  "rocket",
  "satellite_orbital",
  "seat",
  "anchor",
  "construction",
  "fuelpump",
  "busstop",
  "vertical_traffic_light",
  "traffic_light",
  "checkered_flag",
  "ship",
  "ferris_wheel",
  "roller_coaster",
  "carousel_horse",
  "construction_site",
  "foggy",
  "tokyo_tower",
  "factory",
  "fountain",
  "rice_scene",
  "mountain",
  "mountain_snow",
  "mount_fuji",
  "volcano",
  "japan",
  "camping",
  "tent",
  "park",
  "motorway",
  "railway_track",
  "sunrise",
  "sunrise_over_mountains",
  "desert",
  "beach",
  "island",
  "city_sunset",
  "city_dusk",
  "cityscape",
  "night_with_stars",
  "bridge_at_night",
  "milky_way",
  "stars",
  "sparkler",
  "fireworks",
  "rainbow",
  "homes",
  "european_castle",
  "japanese_castle",
  "stadium",
  "statue_of_liberty",
  "house",
  "house_with_garden",
  "house_abandoned",
  "office",
  "department_store",
  "post_office",
  "european_post_office",
  "hospital",
  "bank",
  "hotel",
  "convenience_store",
  "school",
  "love_hotel",
  "wedding",
  "classical_building",
  "church",
  "mosque",
  "synagogue",
  "kaaba",
  "shinto_shrine",
  "shopping_cart",
  "scooter",
  "motor_scooter",
  "canoe"
];

final List<String> object = [
  "watch",
  "iphone",
  "calling",
  "computer",
  "keyboard",
  "desktop",
  "printer",
  "mouse_three_button",
  "trackball",
  "joystick",
  "compression",
  "minidisc",
  "floppy_disk",
  "cd",
  "dvd",
  "vhs",
  "camera",
  "camera_with_flash",
  "video_camera",
  "movie_camera",
  "projector",
  "film_frames",
  "telephone_receiver",
  "telephone",
  "pager",
  "fax",
  "tv",
  "radio",
  "microphone2",
  "level_slider",
  "control_knobs",
  "stopwatch",
  "timer",
  "alarm_clock",
  "clock",
  "hourglass_flowing_sand",
  "hourglass",
  "satellite",
  "battery",
  "electric_plug",
  "bulb",
  "flashlight",
  "candle",
  "wastebasket",
  "oil",
  "money_with_wings",
  "dollar",
  "yen",
  "euro",
  "pound",
  "moneybag",
  "credit_card",
  "gem",
  "scales",
  "wrench",
  "hammer",
  "hammer_pick",
  "tools",
  "pick",
  "nut_and_bolt",
  "gear",
  "chains",
  "gun",
  "bomb",
  "knife",
  "dagger",
  "crossed_swords",
  "shield",
  "smoking",
  "skull_crossbones",
  "coffin",
  "urn",
  "amphora",
  "crystal_ball",
  "prayer_beads",
  "barber",
  "alembic",
  "telescope",
  "microscope",
  "hole",
  "pill",
  "syringe",
  "thermometer",
  "label",
  "bookmark",
  "toilet",
  "shower",
  "bathtub",
  "key",
  "key2",
  "couch",
  "sleeping_accommodation",
  "bed",
  "door",
  "bellhop",
  "frame_photo",
  "map",
  "beach_umbrella",
  "moyai",
  "shopping_bags",
  "balloon",
  "flags",
  "ribbon",
  "gift",
  "confetti_ball",
  "tada",
  "dolls",
  "wind_chime",
  "crossed_flags",
  "izakaya_lantern",
  "envelope",
  "envelope_with_arrow",
  "incoming_envelope",
  "e-mail",
  "love_letter",
  "postbox",
  "mailbox_closed",
  "mailbox",
  "mailbox_with_mail",
  "mailbox_with_no_mail",
  "package",
  "postal_horn",
  "inbox_tray",
  "outbox_tray",
  "scroll",
  "page_with_curl",
  "bookmark_tabs",
  "bar_chart",
  "chart_with_upwards_trend",
  "chart_with_downwards_trend",
  "page_facing_up",
  "date",
  "calendar",
  "calendar_spiral",
  "card_index",
  "card_box",
  "ballot_box",
  "file_cabinet",
  "clipboard",
  "notepad_spiral",
  "file_folder",
  "open_file_folder",
  "dividers",
  "newspaper2",
  "newspaper",
  "notebook",
  "closed_book",
  "green_book",
  "blue_book",
  "orange_book",
  "notebook_with_decorative_cover",
  "ledger",
  "books",
  "book",
  "link",
  "paperclip",
  "paperclips",
  "scissors",
  "triangular_ruler",
  "straight_ruler",
  "pushpin",
  "round_pushpin",
  "triangular_flag_on_post",
  "flag_white",
  "flag_black",
  "closed_lock_with_key",
  "lock",
  "unlock",
  "lock_with_ink_pen",
  "pen_ballpoint",
  "pen_fountain",
  "black_nib",
  "pencil",
  "pencil2",
  "crayon",
  "paintbrush",
  "mag",
  "mag_right"
];

final List<String> symbols = [
  "100",
  "1234",
  "heart",
  "yellow_heart",
  "green_heart",
  "blue_heart",
  "purple_heart",
  "broken_heart",
  "heart_exclamation",
  "two_hearts",
  "revolving_hearts",
  "heartbeat",
  "heartpulse",
  "sparkling_heart",
  "cupid",
  "gift_heart",
  "heart_decoration",
  "peace",
  "cross",
  "star_and_crescent",
  "om_symbol",
  "wheel_of_dharma",
  "star_of_david",
  "six_pointed_star",
  "menorah",
  "yin_yang",
  "orthodox_cross",
  "place_of_worship",
  "ophiuchus",
  "aries",
  "taurus",
  "gemini",
  "cancer",
  "leo",
  "virgo",
  "libra",
  "scorpius",
  "sagittarius",
  "capricorn",
  "aquarius",
  "pisces",
  "id",
  "atom",
  "u7a7a",
  "u5272",
  "radioactive",
  "biohazard",
  "mobile_phone_off",
  "vibration_mode",
  "u6709",
  "u7121",
  "u7533",
  "u55b6",
  "u6708",
  "eight_pointed_black_star",
  "vs",
  "accept",
  "white_flower",
  "ideograph_advantage",
  "secret",
  "congratulations",
  "u5408",
  "u6e80",
  "u7981",
  "a",
  "b",
  "ab",
  "cl",
  "o2",
  "sos",
  "no_entry",
  "name_badge",
  "no_entry_sign",
  "x",
  "o",
  "anger",
  "hotsprings",
  "no_pedestrians",
  "do_not_litter",
  "no_bicycles",
  "non-potable_water",
  "underage",
  "no_mobile_phones",
  "exclamation",
  "grey_exclamation",
  "question",
  "grey_question",
  "bangbang",
  "interrobang",
  "low_brightness",
  "high_brightness",
  "trident",
  "fleur-de-lis",
  "part_alternation_mark",
  "warning",
  "children_crossing",
  "beginner",
  "recycle",
  "u6307",
  "chart",
  "sparkle",
  "eight_spoked_asterisk",
  "negative_squared_cross_mark",
  "white_check_mark",
  "diamond_shape_with_a_dot_inside",
  "cyclone",
  "loop",
  "globe_with_meridians",
  "m",
  "atm",
  "sa",
  "passport_control",
  "customs",
  "baggage_claim",
  "left_luggage",
  "wheelchair",
  "no_smoking",
  "wc",
  "parking",
  "potable_water",
  "mens",
  "womens",
  "baby_symbol",
  "restroom",
  "put_litter_in_its_place",
  "cinema",
  "signal_strength",
  "koko",
  "ng",
  "ok",
  "up",
  "cool",
  "new",
  "free",
  "zero",
  "one",
  "two",
  "three",
  "four",
  "five",
  "six",
  "seven",
  "eight",
  "nine",
  "keycap_ten",
  "arrow_forward",
  "pause_button",
  "play_pause",
  "stop_button",
  "record_button",
  "track_next",
  "track_previous",
  "fast_forward",
  "rewind",
  "twisted_rightwards_arrows",
  "repeat",
  "repeat_one",
  "arrow_backward",
  "arrow_up_small",
  "arrow_down_small",
  "arrow_double_up",
  "arrow_double_down",
  "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",
  "arrows_counterclockwise",
  "arrow_right_hook",
  "leftwards_arrow_with_hook",
  "arrow_heading_up",
  "arrow_heading_down",
  "hash",
  "asterisk",
  "information_source",
  "abc",
  "abcd",
  "capital_abcd",
  "symbols",
  "musical_note",
  "notes",
  "wavy_dash",
  "curly_loop",
  "heavy_check_mark",
  "arrows_clockwise",
  "heavy_plus_sign",
  "heavy_minus_sign",
  "heavy_division_sign",
  "heavy_multiplication_x",
  "heavy_dollar_sign",
  "currency_exchange",
  "copyright",
  "registered",
  "tm",
  "end",
  "back",
  "on",
  "top",
  "soon",
  "ballot_box_with_check",
  "radio_button",
  "white_circle",
  "black_circle",
  "red_circle",
  "large_blue_circle",
  "small_orange_diamond",
  "small_blue_diamond",
  "large_orange_diamond",
  "large_blue_diamond",
  "small_red_triangle",
  "black_small_square",
  "white_small_square",
  "black_large_square",
  "white_large_square",
  "small_red_triangle_down",
  "black_medium_square",
  "white_medium_square",
  "black_medium_small_square",
  "white_medium_small_square",
  "black_square_button",
  "white_square_button",
  "speaker",
  "sound",
  "loud_sound",
  "mute",
  "mega",
  "loudspeaker",
  "bell",
  "no_bell",
  "black_joker",
  "mahjong",
  "spades",
  "clubs",
  "hearts",
  "diamonds",
  "flower_playing_cards",
  "thought_balloon",
  "anger_right",
  "speech_balloon",
  "clock1",
  "clock2",
  "clock3",
  "clock4",
  "clock5",
  "clock6",
  "clock7",
  "clock8",
  "clock9",
  "clock10",
  "clock11",
  "clock12",
  "clock130",
  "clock230",
  "clock330",
  "clock430",
  "clock530",
  "clock630",
  "clock730",
  "clock830",
  "clock930",
  "clock1030",
  "clock1130",
  "clock1230",
  "eye_in_speech_bubble",
  "speech_left",
  "eject",
  "black_heart",
  "octagonal_sign",
  "asterisk_symbol",
  "pound_symbol",
  "digit_nine",
  "digit_eight",
  "digit_seven",
  "digit_six",
  "digit_five",
  "digit_four",
  "digit_three",
  "digit_two",
  "digit_one",
  "digit_zero",
  "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"
];

final List<String> flags = [
  "flag-ac",
  "flag-af",
  "flag-al",
  "flag-dz",
  "flag-ad",
  "flag-ao",
  "flag-ai",
  "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-bn",
  "flag-bg",
  "flag-bf",
  "flag-bi",
  "flag-cv",
  "flag-kh",
  "flag-cm",
  "flag-ca",
  "flag-ky",
  "flag-cf",
  "flag-td",
  "flag-cl",
  "flag-cn",
  "flag-co",
  "flag-km",
  "flag-cg",
  "flag-cd",
  "flag-cr",
  "flag-hr",
  "flag-cu",
  "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-fo",
  "flag-fj",
  "flag-fi",
  "flag-fr",
  "flag-pf",
  "flag-ga",
  "flag-gm",
  "flag-ge",
  "flag-de",
  "flag-gh",
  "flag-gi",
  "flag-gr",
  "flag-gl",
  "flag-gd",
  "flag-gu",
  "flag-gt",
  "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-il",
  "flag-it",
  "flag-ci",
  "flag-jm",
  "flag-jp",
  "flag-je",
  "flag-jo",
  "flag-kz",
  "flag-ke",
  "flag-ki",
  "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-mr",
  "flag-mu",
  "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-nz",
  "flag-ni",
  "flag-ne",
  "flag-ng",
  "flag-nu",
  "flag-kp",
  "flag-no",
  "flag-om",
  "flag-pk",
  "flag-pw",
  "flag-ps",
  "flag-pa",
  "flag-pg",
  "flag-py",
  "flag-pe",
  "flag-ph",
  "flag-pl",
  "flag-pt",
  "flag-pr",
  "flag-qa",
  "flag-ro",
  "flag-ru",
  "flag-rw",
  "flag-sh",
  "flag-kn",
  "flag-lc",
  "flag-vc",
  "flag-ws",
  "flag-sm",
  "flag-st",
  "flag-sa",
  "flag-sn",
  "flag-rs",
  "flag-sc",
  "flag-sl",
  "flag-sg",
  "flag-sk",
  "flag-si",
  "flag-sb",
  "flag-so",
  "flag-za",
  "flag-kr",
  "flag-es",
  "flag-lk",
  "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-to",
  "flag-tt",
  "flag-tn",
  "flag-tr",
  "flag-tm",
  "flag-tv",
  "flag-ug",
  "flag-ua",
  "flag-ae",
  "flag-gb",
  "flag-us",
  "flag-vi",
  "flag-uy",
  "flag-uz",
  "flag-vu",
  "flag-va",
  "flag-ve",
  "flag-vn",
  "flag-ye",
  "flag-zm",
  "flag-zw",
  "flag-ax",
  "flag-ta",
  "flag-io",
  "flag-cx",
  "flag-cc",
  "flag-gg",
  "flag-im",
  "flag-nf",
  "flag-pn",
  "flag-tk",
  "flag-bv",
  "flag-hm",
  "flag-sj",
  "flag-um",
  "flag-ic",
  "flag-cp",
  "flag-as",
  "flag-aq",
  "flag-vg",
  "flag-ck",
  "flag-cw",
  "flag-eu",
  "flag-mp",
  "flag-sx",
  "flag-ss",
  "flag-tc"
];