diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d54a64ed34..4c2137f54a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,11 +28,11 @@ jobs: with: # https://github.com/actions/checkout/issues/881 ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} - - name: Use JDK 17 + - name: Use JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options - java-version: '17' + java-version: '21' - name: Configure gradle uses: gradle/actions/setup-gradle@v3 with: @@ -57,11 +57,11 @@ jobs: with: # https://github.com/actions/checkout/issues/881 ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref }} - - name: Use JDK 17 + - name: Use JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options - java-version: '17' + java-version: '21' - name: Configure gradle uses: gradle/actions/setup-gradle@v3 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 67a165a107..ef73114455 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -20,11 +20,11 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.8 - - name: Use JDK 17 + - name: Use JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options - java-version: '17' + java-version: '21' - name: Configure gradle uses: gradle/actions/setup-gradle@v3 with: diff --git a/.github/workflows/post-pr.yml b/.github/workflows/post-pr.yml index 023945c4ee..c05e63a2db 100644 --- a/.github/workflows/post-pr.yml +++ b/.github/workflows/post-pr.yml @@ -44,11 +44,11 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.8 - - name: Use JDK 17 + - name: Use JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options - java-version: '17' + java-version: '21' - name: Configure gradle uses: gradle/actions/setup-gradle@v3 with: diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index c943cff5b6..7af7e55786 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -25,11 +25,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Use JDK 17 + - name: Use JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options - java-version: '17' + java-version: '21' - name: Configure gradle uses: gradle/actions/setup-gradle@v3 with: @@ -48,11 +48,11 @@ jobs: cancel-in-progress: true steps: - uses: actions/checkout@v4 - - name: Use JDK 17 + - name: Use JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options - java-version: '17' + java-version: '21' - name: Configure gradle uses: gradle/actions/setup-gradle@v3 with: @@ -102,11 +102,11 @@ jobs: cancel-in-progress: true steps: - uses: actions/checkout@v4 - - name: Use JDK 17 + - name: Use JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options - java-version: '17' + java-version: '21' - name: Configure gradle uses: gradle/actions/setup-gradle@v3 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ffe703c606..9078ee5698 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,11 +29,11 @@ jobs: with: lfs: true fetch-depth: 0 - - name: Use JDK 17 + - name: Use JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' # See 'Supported distributions' for available options - java-version: '17' + java-version: '21' - name: Configure gradle uses: gradle/actions/setup-gradle@v3 with: @@ -139,11 +139,11 @@ jobs: # cancel-in-progress: true # steps: # - uses: actions/checkout@v4 -# - name: Use JDK 17 +# - name: Use JDK 21 # uses: actions/setup-java@v4 # with: # distribution: 'temurin' # See 'Supported distributions' for available options -# java-version: '17' +# java-version: '21' # - name: Configure gradle # uses: gradle/actions/setup-gradle@v3 # with: diff --git a/build.gradle b/build.gradle index 2e4b5b5817..182211d18f 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ plugins { // ktlint Plugin id "org.jlleitschuh.gradle.ktlint" version "11.3.2" // Detekt - id "io.gitlab.arturbosch.detekt" version "1.22.0" + id "io.gitlab.arturbosch.detekt" version "1.23.7" // Ksp id "com.google.devtools.ksp" version "1.9.24-1.0.20" diff --git a/dependencies.gradle b/dependencies.gradle index 0f18443f22..1a99376a79 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -2,9 +2,9 @@ ext.versions = [ 'minSdk' : 21, 'compileSdk' : 34, 'targetSdk' : 34, - 'sourceCompat' : JavaVersion.VERSION_17, - 'targetCompat' : JavaVersion.VERSION_17, - 'jvmTarget' : "17", + 'sourceCompat' : JavaVersion.VERSION_21, + 'targetCompat' : JavaVersion.VERSION_21, + 'jvmTarget' : "21", ] def gradle = "8.4.2" diff --git a/dependencies_groups.gradle b/dependencies_groups.gradle index 4b69468e06..3024963bf8 100644 --- a/dependencies_groups.gradle +++ b/dependencies_groups.gradle @@ -203,6 +203,7 @@ ext.groups = [ 'org.jacoco', 'org.java-websocket', 'org.jcodec', + 'org.jcommander', 'org.jetbrains', 'org.jetbrains.dokka', 'org.jetbrains.intellij.deps', @@ -229,6 +230,7 @@ ext.groups = [ 'org.reactivestreams', 'org.robolectric', 'org.slf4j', + 'org.snakeyaml', 'org.sonatype.oss', 'org.testng', 'org.threeten', diff --git a/library/external/realmfieldnameshelper/build.gradle b/library/external/realmfieldnameshelper/build.gradle index 79e66702dd..ab828f7d70 100644 --- a/library/external/realmfieldnameshelper/build.gradle +++ b/library/external/realmfieldnameshelper/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'kotlin' apply plugin: 'java' sourceCompatibility = versions.sourceCompat -targetCompatibility = versions.sourceCompat +targetCompatibility = versions.targetCompat dependencies { implementation 'com.squareup:javapoet:1.13.0' diff --git a/library/external/textdrawable/build.gradle b/library/external/textdrawable/build.gradle index 5eb27bf6aa..dcaf2d76cc 100644 --- a/library/external/textdrawable/build.gradle +++ b/library/external/textdrawable/build.gradle @@ -1,7 +1,5 @@ apply plugin: 'com.android.library' -apply plugin: 'com.android.library' - android { namespace "com.amulyakhare.textdrawable" diff --git a/library/ui-strings/src/main/res/values/strings.xml b/library/ui-strings/src/main/res/values/strings.xml index 30e6ef673e..7c0c7bda7a 100644 --- a/library/ui-strings/src/main/res/values/strings.xml +++ b/library/ui-strings/src/main/res/values/strings.xml @@ -652,6 +652,8 @@ Ending call… + Microphone in use + Information diff --git a/tools/detekt/detekt.yml b/tools/detekt/detekt.yml index 62a4fc408f..c2a6552004 100644 --- a/tools/detekt/detekt.yml +++ b/tools/detekt/detekt.yml @@ -25,6 +25,8 @@ style: active: false UseCheckOrError: active: false + UnusedPrivateProperty: + active: false empty-blocks: EmptyFunctionBlock: @@ -75,6 +77,8 @@ naming: performance: SpreadOperator: active: false + ForEachOnRange: + active: false # Note: all rules for `comments` are disabled by default, but I put them here to be aware of their existence comments: @@ -91,7 +95,7 @@ comments: EndOfSentenceFormat: active: true OutdatedDocumentation: - active: true + active: false UndocumentedPublicClass: active: false UndocumentedPublicFunction: diff --git a/tools/emojis/emoji_picker_datasource_formatted.json b/tools/emojis/emoji_picker_datasource_formatted.json index 8c07646289..1f68b2c00b 100644 --- a/tools/emojis/emoji_picker_datasource_formatted.json +++ b/tools/emojis/emoji_picker_datasource_formatted.json @@ -1979,7 +1979,8 @@ "smiling", "teeth", "joy", - ":D" + ":D", + "smiley" ] }, "grinning-face-with-big-eyes": { @@ -2003,7 +2004,8 @@ "haha", ":D", ":)", - "funny" + "funny", + "smiley" ] }, "grinning-face-with-smiling-eyes": { @@ -2027,7 +2029,9 @@ "haha", "like", ":D", - ":)" + ":)", + "pleased", + "smiley" ] }, "beaming-face-with-smiling-eyes": { @@ -2071,7 +2075,11 @@ "joy", "satisfied", "glad", - "XD" + "XD", + "big", + "grin", + "laughing", + "tightly" ] }, "grinning-face-with-sweat": { @@ -2094,7 +2102,8 @@ "hot", "happy", "laugh", - "relief" + "relief", + "exercise" ] }, "rolling-on-the-floor-laughing": { @@ -2117,7 +2126,8 @@ "roflmao", "rolling", "tear", - "laughing" + "laughing", + "rotfl" ] }, "face-with-tears-of-joy": { @@ -2142,7 +2152,8 @@ "cry", "tears", "weep", - "happytears" + "happytears", + "laughing" ] }, "slightly-smiling-face": { @@ -2153,7 +2164,9 @@ "happy", "slightly", "smile", - "smiling" + "smiling", + "fine", + "this" ] }, "upsidedown-face": { @@ -2166,7 +2179,8 @@ "upside-down", "upside_down_face", "flipped", - "silly" + "silly", + "sarcasm" ] }, "melting-face": { @@ -2185,7 +2199,8 @@ "melt", "melting", "sarcasm", - "sarcastic" + "sarcastic", + "dread" ] }, "winking-face": { @@ -2206,7 +2221,8 @@ "secret", ";)", "smile", - "eye" + "eye", + "winky" ] }, "smiling-face-with-smiling-eyes": { @@ -2226,7 +2242,10 @@ "crush", "embarrassed", "shy", - "joy" + "joy", + "^^", + "proud", + "smiley" ] }, "smiling-face-with-halo": { @@ -2271,7 +2290,9 @@ "like", "affection", "valentines", - "infatuation" + "infatuation", + "eyes", + "three" ] }, "smiling-face-with-hearteyes": { @@ -2298,7 +2319,8 @@ "valentines", "infatuation", "crush", - "heart" + "heart", + "shaped" ] }, "starstruck": { @@ -2315,7 +2337,8 @@ "starry-eyed", "wow", "star_struck", - "starry" + "starry", + "eyed" ] }, "face-blowing-a-kiss": { @@ -2341,7 +2364,10 @@ "like", "affection", "valentines", - "infatuation" + "infatuation", + "blow", + "kissing", + "throwing" ] }, "kissing-face": { @@ -2363,7 +2389,10 @@ "like", "3", "valentines", - "infatuation" + "infatuation", + "duck", + "kissy", + "whistling" ] }, "smiling-face": { @@ -2378,7 +2407,10 @@ "smiling", "blush", "massage", - "happiness" + "happiness", + "pleased", + "smiley", + "white" ] }, "kissing-face-with-closed-eyes": { @@ -2405,7 +2437,8 @@ "affection", "valentines", "infatuation", - "kiss" + "kiss", + "kissy" ] }, "kissing-face-with-smiling-eyes": { @@ -2430,7 +2463,10 @@ "smiling", "affection", "valentines", - "infatuation" + "infatuation", + "kissy", + "whistle", + "whistling" ] }, "smiling-face-with-tear": { @@ -2477,7 +2513,11 @@ "tongue", "silly", "nom", - "savouring" + "savouring", + "goofy", + "lick", + "licking", + "lips" ] }, "face-with-tongue": { @@ -2496,7 +2536,10 @@ "childish", "playful", "mischievous", - "smile" + "smile", + "cheeky", + "out", + "stuck" ] }, "winking-face-with-tongue": { @@ -2523,7 +2566,10 @@ "childish", "playful", "mischievous", - "smile" + "smile", + "out", + "silly", + "stuck" ] }, "zany-face": { @@ -2537,7 +2583,12 @@ "goofy", "large", "small", - "zany" + "zany", + "excited", + "grinning", + "one", + "wacky", + "wild" ] }, "squinting-face-with-tongue": { @@ -2560,7 +2611,10 @@ "prank", "playful", "mischievous", - "smile" + "smile", + "out", + "stuck", + "tightly" ] }, "moneymouth-face": { @@ -2574,7 +2628,9 @@ "paid", "money_mouth_face", "rich", - "dollar" + "dollar", + "eyes", + "sign" ] }, "smiling-face-with-open-hands": { @@ -2588,7 +2644,8 @@ "open", "smiling", "hugging_face", - "smile" + "smile", + "hugs" ] }, "face-with-hand-over-mouth": { @@ -2607,7 +2664,12 @@ "sudden", "surprise", "whoops", - "sudden realization" + "sudden realization", + "blushing", + "covering", + "eyes", + "quiet", + "smiling" ] }, "face-with-open-eyes-and-hand-over-mouth": { @@ -2663,7 +2725,13 @@ "shh", "shush", "shushing", - "shhh" + "shhh", + "closed", + "covering", + "finger", + "hush", + "lips", + "silence" ] }, "thinking-face": { @@ -2679,7 +2747,11 @@ "thinking", "wondering", "hmmm", - "think" + "think", + "shade", + "thinker", + "throwing", + "thumb" ] }, "saluting-face": { @@ -2696,7 +2768,9 @@ "saluting", "sir", "troops", - "yes" + "yes", + "ok", + "sunny" ] }, "zippermouth-face": { @@ -2713,7 +2787,10 @@ "zipper", "zipper-mouth", "zipper_mouth_face", - "sealed" + "sealed", + "hush", + "lips", + "silence" ] }, "face-with-raised-eyebrow": { @@ -2736,7 +2813,10 @@ "what", "mild surprise", "scepticism", - "suspicious" + "suspicious", + "colbert", + "one", + "rock" ] }, "neutral-face": { @@ -2760,7 +2840,9 @@ "unimpressed", "whatever", "indifference", - ":|" + ":|", + "faced", + "mouth" ] }, "expressionless-face": { @@ -2785,7 +2867,9 @@ "whatever", "indifferent", "-_-", - "deadpan" + "deadpan", + "mouth", + "unexpressive" ] }, "face-without-mouth": { @@ -2803,7 +2887,8 @@ "secret", "silence", "silent", - "speechless" + "speechless", + "no" ] }, "dotted-line-face": { @@ -2838,7 +2923,12 @@ "head", "shower", "steam", - "dream" + "dream", + "brain", + "forgetful", + "haze", + "impractical", + "unrealistic" ] }, "smirking-face": { @@ -2864,7 +2954,10 @@ "smile", "mean", "prank", - "sarcasm" + "sarcasm", + "flirting", + "sexual", + "suggestive" ] }, "unamused-face": { @@ -2893,7 +2986,9 @@ "unimpressed", "skeptical", "dubious", - "side_eye" + "side_eye", + "dissatisfied", + "meh" ] }, "face-with-rolling-eyes": { @@ -2907,7 +3002,9 @@ "shade", "ugh", "whatever", - "frustrated" + "frustrated", + "eye", + "roll" ] }, "grimacing-face": { @@ -2923,7 +3020,15 @@ "grinning", "smile", "smiling", - "teeth" + "teeth", + "#1 best", + "eek", + "foot", + "friend", + "mouth", + "mutual", + "nervous", + "snapchat" ] }, "face-exhaling": { @@ -2956,7 +3061,9 @@ "liar", "lie", "lying", - "pinocchio" + "pinocchio", + "long", + "nose" ] }, "shaking-face": { @@ -3018,7 +3125,10 @@ "relaxed", "phew", "massage", - "happiness" + "happiness", + "content", + "pleased", + "whew" ] }, "pensive-face": { @@ -3037,7 +3147,9 @@ "sad", "sucks", "depressed", - "upset" + "upset", + "sadface", + "sorrowful" ] }, "sleepy-face": { @@ -3054,7 +3166,11 @@ "sleepy", "tired", "rest", - "nap" + "nap", + "bubble", + "side", + "snot", + "tear" ] }, "drooling-face": { @@ -3062,7 +3178,8 @@ "b": "1F924", "j": [ "drooling", - "face" + "face", + "drool" ] }, "sleeping-face": { @@ -3082,7 +3199,8 @@ "whatever", "yawn", "zzz", - "sleepy" + "sleepy", + "snoring" ] }, "face-with-bags-under-eyes": { @@ -3118,7 +3236,9 @@ "sick", "ill", "disease", - "covid" + "covid", + "coronavirus", + "surgical" ] }, "face-with-thermometer": { @@ -3147,7 +3267,8 @@ "ouch", "face_with_head_bandage", "injured", - "clumsy" + "clumsy", + "bandaged" ] }, "nauseated-face": { @@ -3162,7 +3283,11 @@ "vomit", "green", "throw up", - "ill" + "ill", + "barf", + "disgust", + "disgusted", + "green face" ] }, "face-vomiting": { @@ -3179,7 +3304,11 @@ "throw", "up", "vomit", - "vomiting" + "vomiting", + "ill", + "mouth", + "open", + "throwing" ] }, "sneezing-face": { @@ -3193,7 +3322,8 @@ "sick", "sneeze", "sneezing", - "allergy" + "allergy", + "achoo" ] }, "hot-face": { @@ -3210,7 +3340,8 @@ "stroke", "sweating", "tongue", - "red" + "red", + "overheated" ] }, "cold-face": { @@ -3226,7 +3357,8 @@ "icicles", "subzero", "teeth", - "frozen" + "frozen", + "ice" ] }, "woozy-face": { @@ -3242,7 +3374,8 @@ "tipsy", "uneven", "wavy", - "woozy" + "woozy", + "groggy" ] }, "face-with-crossedout-eyes": { @@ -3262,7 +3395,10 @@ "dizzy_face", "spent", "unconscious", - "xox" + "xox", + "cross", + "crossed", + "spiral eyes" ] }, "face-with-spiral-eyes": { @@ -3300,7 +3436,10 @@ "no", "shocked", "way", - "face" + "face", + "blowing", + "explosion", + "mad" ] }, "cowboy-hat-face": { @@ -3373,7 +3512,16 @@ "swag", "win", "summer", - "sunglass" + "sunglass", + "best", + "eye", + "eyewear", + "friends", + "glasses", + "mutual", + "snapchat", + "sun", + "weather" ] }, "nerd-face": { @@ -3391,7 +3539,8 @@ "nerd", "smart", "nerdy", - "dork" + "dork", + "smiling" ] }, "face-with-monocle": { @@ -3427,7 +3576,10 @@ "huh", "weird", "hmmm", - ":/" + ":/", + "nonplussed", + "puzzled", + "s" ] }, "face-with-diagonal-mouth": { @@ -3470,7 +3622,8 @@ "worried", "worry", "concern", - ":(" + ":(", + "sadface" ] }, "slightly-frowning-face": { @@ -3483,7 +3636,8 @@ "sad", "slightly", "disappointed", - "upset" + "upset", + "unhappy" ] }, "frowning-face": { @@ -3494,7 +3648,10 @@ "frown", "frowning", "sad", - "upset" + "upset", + "megafrown", + "unhappy", + "white" ] }, "face-with-open-mouth": { @@ -3533,7 +3690,10 @@ "whoa", "woah", "woo", - "shh" + "shh", + "silence", + "speechless", + "surprise" ] }, "astonished-face": { @@ -3550,7 +3710,11 @@ "way", "xox", "surprised", - "poisoned" + "poisoned", + "amazed", + "drunk face", + "gasp", + "gasping" ] }, "flushed-face": { @@ -3575,7 +3739,12 @@ "wow", "blush", "shy", - "flattered" + "flattered", + "blushing", + "eyes", + "open", + "shame", + "wide" ] }, "pleading-face": { @@ -3596,7 +3765,9 @@ "why", "cry", "tears", - "grievance" + "grievance", + "glossy", + "simp" ] }, "face-holding-back-tears": { @@ -3619,7 +3790,8 @@ "resist", "sad", "tears", - "touched" + "touched", + "angry" ] }, "frowning-face-with-open-mouth": { @@ -3638,7 +3810,8 @@ "surprise", "what", "wow", - "aw" + "aw", + "yawning" ] }, "anguished-face": { @@ -3656,7 +3829,8 @@ "what", "wow", "stunned", - "nervous" + "nervous", + "pained" ] }, "fearful-face": { @@ -3672,7 +3846,10 @@ "scared", "worried", "terrified", - "nervous" + "nervous", + "oops", + "shocked", + "surprised" ] }, "anxious-face-with-sweat": { @@ -3690,7 +3867,8 @@ "rushed", "scared", "sweat", - "yikes" + "yikes", + "concerned face" ] }, "sad-but-relieved-face": { @@ -3710,7 +3888,8 @@ "time", "whew", "phew", - "nervous" + "nervous", + "eyebrow" ] }, "crying-face": { @@ -3768,7 +3947,10 @@ "shocked", "surprised", "woah", - "omg" + "omg", + "alone", + "home", + "horror" ] }, "confounded-face": { @@ -3788,7 +3970,10 @@ "sick", "unwell", "oops", - ":S" + ":S", + "mouth", + "quivering", + "scrunched" ] }, "persevering-face": { @@ -3805,7 +3990,11 @@ "sick", "no", "upset", - "oops" + "oops", + "eyes", + "helpless", + "scrunched", + "struggling" ] }, "disappointed-face": { @@ -3823,7 +4012,8 @@ "unhappy", "upset", "depressed", - ":(" + ":(", + "sadface" ] }, "downcast-face-with-sweat": { @@ -3843,7 +4033,9 @@ "yikes", "hot", "tired", - "exercise" + "exercise", + "hard", + "work" ] }, "weary-face": { @@ -3863,7 +4055,9 @@ "unhappy", "weary", "frustrated", - "upset" + "upset", + "distraught", + "wailing" ] }, "tired-face": { @@ -3880,7 +4074,11 @@ "sick", "whine", "upset", - "frustrated" + "frustrated", + "distraught", + "exhausted", + "fed", + "up" ] }, "yawning-face": { @@ -3923,7 +4121,13 @@ "gas", "phew", "proud", - "pride" + "pride", + "airing", + "frustrated", + "grievances", + "look", + "smug", + "steaming" ] }, "enraged-face": { @@ -3945,7 +4149,9 @@ "upset", "pouting_face", "hate", - "despise" + "despise", + "grumpy", + "pout" ] }, "angry-face": { @@ -3964,7 +4170,8 @@ "shade", "unhappy", "upset", - "annoyed" + "annoyed", + "grumpy" ] }, "face-with-symbols-on-mouth": { @@ -3981,7 +4188,12 @@ "swearing", "symbols", "profanity", - "expletive" + "expletive", + "covering", + "foul", + "grawlix", + "over", + "serious" ] }, "smiling-face-with-horns": { @@ -4000,7 +4212,10 @@ "shade", "smile", "smiling", - "tale" + "tale", + "happy", + "imp", + "red devil" ] }, "angry-face-with-horns": { @@ -4020,7 +4235,9 @@ "mischievous", "purple", "shade", - "tale" + "tale", + "goblin", + "sad" ] }, "skull": { @@ -4039,7 +4256,11 @@ "tale", "yolo", "skeleton", - "creepy" + "creepy", + "danger", + "grey", + "halloween", + "poison" ] }, "skull-and-crossbones": { @@ -4058,7 +4279,9 @@ "deadly", "scary", "pirate", - "evil" + "evil", + "body", + "halloween" ] }, "pile-of-poo": { @@ -4084,7 +4307,11 @@ "hankey", "shitface", "fail", - "shit" + "shit", + "crap", + "dirt", + "dog", + "smiling" ] }, "clown-face": { @@ -4114,7 +4341,8 @@ "halloween", "creepy", "demon", - "japanese_ogre" + "japanese_ogre", + "oni" ] }, "goblin": { @@ -4135,7 +4363,10 @@ "evil", "scary", "creepy", - "japanese_goblin" + "japanese_goblin", + "long", + "nose", + "tengu" ] }, "ghost": { @@ -4155,7 +4386,9 @@ "scary", "silly", "tale", - "spooky" + "spooky", + "disappear", + "ghoul" ] }, "alien": { @@ -4175,7 +4408,8 @@ "UFO", "paul", "weird", - "outer_space" + "outer_space", + "et" ] }, "alien-monster": { @@ -4198,7 +4432,10 @@ "tale", "ufo", "arcade", - "play" + "play", + "invader", + "retro", + "video" ] }, "robot": { @@ -4225,7 +4462,8 @@ "smile", "smiling", "cats", - "happy" + "happy", + "smiley" ] }, "grinning-cat-with-smiling-eyes": { @@ -4241,7 +4479,8 @@ "grinning", "smile", "smiling", - "cats" + "cats", + "happy" ] }, "cat-with-tears-of-joy": { @@ -4279,7 +4518,9 @@ "like", "affection", "cats", - "valentines" + "valentines", + "loving cat", + "shaped" ] }, "cat-with-wry-smile": { @@ -4293,7 +4534,8 @@ "smile", "wry", "cats", - "smirk" + "smirk", + "smirking" ] }, "kissing-cat": { @@ -4324,7 +4566,10 @@ "cats", "munch", "scared", - "scream" + "scream", + "fear", + "horror", + "screaming" ] }, "crying-cat": { @@ -4341,7 +4586,8 @@ "tears", "weep", "cats", - "upset" + "upset", + "sad cat" ] }, "pouting-cat": { @@ -4352,7 +4598,8 @@ "cat", "face", "pouting", - "cats" + "cats", + "grumpy" ] }, "seenoevil-monkey": { @@ -4377,7 +4624,13 @@ "see_no_evil_monkey", "animal", "nature", - "haha" + "haha", + "blind", + "covering", + "eyes", + "ignore", + "mizaru", + "not" ] }, "hearnoevil-monkey": { @@ -4400,7 +4653,10 @@ "shh", "tmi", "hear_no_evil_monkey", - "nature" + "nature", + "covering", + "deaf", + "kikazaru" ] }, "speaknoevil-monkey": { @@ -4423,7 +4679,13 @@ "stealth", "speak_no_evil_monkey", "nature", - "omg" + "omg", + "covering", + "hush", + "iwazaru", + "mouth", + "mute", + "no speaking" ] }, "love-letter": { @@ -4440,7 +4702,8 @@ "like", "affection", "envelope", - "valentines" + "valentines", + "note" ] }, "heart-with-arrow": { @@ -4460,7 +4723,8 @@ "valentine", "like", "affection", - "valentines" + "valentines", + "lovestruck" ] }, "heart-with-ribbon": { @@ -4477,7 +4741,11 @@ "valentine", "xoxo", "love", - "valentines" + "valentines", + "box", + "chocolate", + "chocolates", + "gift" ] }, "sparkling-heart": { @@ -4499,7 +4767,9 @@ "love", "like", "affection", - "valentines" + "valentines", + "sparkly", + "stars heart" ] }, "growing-heart": { @@ -4522,7 +4792,9 @@ "love", "affection", "valentines", - "pink" + "pink", + "multiple", + "triple" ] }, "beating-heart": { @@ -4542,7 +4814,9 @@ "like", "affection", "valentines", - "pink" + "pink", + "alarm", + "wifi" ] }, "revolving-hearts": { @@ -4559,7 +4833,8 @@ "love", "like", "affection", - "valentines" + "valentines", + "two" ] }, "two-hearts": { @@ -4581,7 +4856,9 @@ "xoxo", "like", "affection", - "valentines" + "valentines", + "pink", + "small" ] }, "heart-decoration": { @@ -4610,7 +4887,13 @@ "mark", "punctuation", "decoration", - "love" + "love", + "above", + "an", + "as", + "dot", + "ornament", + "red" ] }, "broken-heart": { @@ -4626,7 +4909,9 @@ "lonely", "sad", "sorry", - "heartbreak" + "heartbreak", + "breaking", + "brokenhearted" ] }, "heart-on-fire": { @@ -4656,7 +4941,10 @@ "well", "broken heart", "bandage", - "wounded" + "wounded", + "bandaged", + "healing", + "unbroken" ] }, "red-heart": { @@ -4668,7 +4956,9 @@ "love", "red", "like", - "valentines" + "valentines", + "black", + "heavy" ] }, "pink-heart": { @@ -4715,7 +5005,10 @@ "yellow", "like", "affection", - "valentines" + "valentines", + "bf", + "gold", + "snapchat" ] }, "green-heart": { @@ -4731,7 +5024,8 @@ "romantic", "like", "affection", - "valentines" + "valentines", + "nct" ] }, "blue-heart": { @@ -4747,7 +5041,9 @@ "romance", "like", "affection", - "valentines" + "valentines", + "brand", + "neutral" ] }, "light-blue-heart": { @@ -4784,7 +5080,9 @@ "purple", "like", "affection", - "valentines" + "valentines", + "bts", + "emoji" ] }, "brown-heart": { @@ -4804,7 +5102,8 @@ "black", "evil", "heart", - "wicked" + "wicked", + "dark" ] }, "grey-heart": { @@ -4851,7 +5150,8 @@ "love", "like", "affection", - "valentines" + "valentines", + "lipstick" ] }, "hundred-points": { @@ -4879,7 +5179,8 @@ "exam", "quiz", "test", - "pass" + "pass", + "symbol" ] }, "anger-symbol": { @@ -4891,7 +5192,10 @@ "comic", "mad", "symbol", - "upset" + "upset", + "pop", + "sign", + "vein" ] }, "collision": { @@ -4904,7 +5208,12 @@ "comic", "explode", "explosion", - "blown" + "blown", + "bang", + "impact", + "red", + "spark", + "symbol" ] }, "dizzy": { @@ -4918,7 +5227,9 @@ "stars", "sparkle", "shoot", - "magic" + "magic", + "circle", + "symbol" ] }, "sweat-droplets": { @@ -4937,7 +5248,9 @@ "wet", "work", "workout", - "oops" + "oops", + "plewds", + "symbol" ] }, "dashing-away": { @@ -4959,7 +5272,12 @@ "wind", "air", "shoo", - "puff" + "puff", + "blow", + "gust", + "steam", + "symbol", + "vaping" ] }, "hole": { @@ -4984,7 +5302,9 @@ "text", "typing", "words", - "chatting" + "chatting", + "chat", + "comment" ] }, "eye-in-speech-bubble": { @@ -4996,7 +5316,9 @@ "eye", "speech", "witness", - "info" + "info", + "am", + "i" ] }, "left-speech-bubble": { @@ -5026,7 +5348,9 @@ "right", "caption", "speech", - "thinking" + "thinking", + "zag", + "zig" ] }, "thought-balloon": { @@ -5064,7 +5388,11 @@ "sleeping", "sleepy", "tired", - "dream" + "dream", + "bedtime", + "boring", + "sign", + "symbol" ] }, "waving-hand": { @@ -5092,7 +5420,9 @@ "goodbye", "solong", "farewell", - "palm" + "palm", + "body", + "sign" ] }, "raised-back-of-hand": { @@ -5103,7 +5433,8 @@ "backhand", "hand", "raised", - "fingers" + "fingers", + "body" ] }, "hand-with-fingers-splayed": { @@ -5116,7 +5447,9 @@ "raised", "splayed", "stop", - "palm" + "palm", + "body", + "five" ] }, "raised-hand": { @@ -5132,7 +5465,8 @@ "fingers", "highfive", "palm", - "ban" + "ban", + "body" ] }, "vulcan-salute": { @@ -5146,7 +5480,15 @@ "Vulcan", "fingers", "spock", - "star trek" + "star trek", + "between", + "body", + "middle", + "part", + "prosper", + "raised", + "ring", + "split" ] }, "rightwards-hand": { @@ -5283,7 +5625,9 @@ "fingers", "limbs", "perfect", - "ok" + "ok", + "body", + "sign" ] }, "pinched-fingers": { @@ -5305,7 +5649,12 @@ "zip", "size", "tiny", - "small" + "small", + "che", + "finger", + "ma", + "purse", + "vuoi" ] }, "pinching-hand": { @@ -5321,7 +5670,8 @@ "small", "sort", "tiny", - "size" + "size", + "body" ] }, "victory-hand": { @@ -5334,7 +5684,11 @@ "victory", "fingers", "ohyeah", - "two" + "two", + "air", + "body", + "quotes", + "sign" ] }, "crossed-fingers": { @@ -5348,7 +5702,11 @@ "hand", "luck", "good", - "lucky" + "lucky", + "body", + "hopeful", + "index", + "middle" ] }, "hand-with-index-finger-and-thumb-crossed": { @@ -5380,7 +5738,11 @@ "love-you", "three", "you", - "love_you_gesture" + "love_you_gesture", + "body", + "i", + "ily", + "sign" ] }, "sign-of-the-horns": { @@ -5395,7 +5757,11 @@ "fingers", "evil_eye", "sign_of_horns", - "rock_on" + "rock_on", + "body", + "devil", + "heavy", + "metal" ] }, "call-me-hand": { @@ -5410,7 +5776,10 @@ "Shaka", "hands", "gesture", - "shaka" + "shaka", + "body", + "phone", + "sign" ] }, "backhand-index-pointing-left": { @@ -5425,7 +5794,9 @@ "point", "pointing", "direction", - "fingers" + "fingers", + "body", + "white" ] }, "backhand-index-pointing-right": { @@ -5440,7 +5811,9 @@ "pointing", "right", "fingers", - "direction" + "direction", + "body", + "white" ] }, "backhand-index-pointing-up": { @@ -5455,7 +5828,10 @@ "pointing", "up", "fingers", - "direction" + "direction", + "body", + "middle", + "white" ] }, "middle-finger": { @@ -5467,7 +5843,15 @@ "middle", "fingers", "rude", - "flipping" + "flipping", + "bird", + "body", + "dito", + "extended", + "fu", + "medio", + "middle finger", + "reversed" ] }, "backhand-index-pointing-down": { @@ -5482,7 +5866,9 @@ "point", "pointing", "fingers", - "direction" + "direction", + "body", + "white" ] }, "index-pointing-up": { @@ -5497,7 +5883,10 @@ "this", "up", "fingers", - "direction" + "direction", + "body", + "secret", + "white" ] }, "index-pointing-at-the-viewer": { @@ -5512,7 +5901,8 @@ "poke", "viewer", "you", - "recruit" + "recruit", + "point" ] }, "thumbs-up": { @@ -5530,7 +5920,11 @@ "awesome", "agree", "accept", - "cool" + "cool", + "approve", + "body", + "ok", + "sign" ] }, "thumbs-down": { @@ -5547,7 +5941,11 @@ "nope", "thumb", "thumbs", - "thumbsdown" + "thumbsdown", + "body", + "bury", + "disapprove", + "sign" ] }, "raised-fist": { @@ -5561,7 +5959,10 @@ "raised", "solidarity", "fingers", - "grasp" + "grasp", + "body", + "power", + "pump" ] }, "oncoming-fist": { @@ -5587,7 +5988,13 @@ "angry", "violence", "hit", - "attack" + "attack", + "body", + "brofist", + "closed", + "facepunch", + "fisted", + "sign" ] }, "leftfacing-fist": { @@ -5599,7 +6006,9 @@ "leftwards", "left_facing_fist", "hand", - "fistbump" + "fistbump", + "body", + "bump" ] }, "rightfacing-fist": { @@ -5611,7 +6020,10 @@ "rightwards", "right_facing_fist", "hand", - "fistbump" + "fistbump", + "body", + "bump", + "right fist" ] }, "clapping-hands": { @@ -5635,7 +6047,11 @@ "well", "yay", "hands", - "praise" + "praise", + "body", + "golf", + "round", + "sign" ] }, "raising-hands": { @@ -5650,7 +6066,17 @@ "praise", "raised", "raising", - "yea" + "yea", + "air", + "arms", + "banzai", + "body", + "both", + "festivus", + "hallelujah", + "miracle", + "person", + "two" ] }, "heart-hands": { @@ -5677,7 +6103,9 @@ "open", "swerve", "fingers", - "butterfly" + "butterfly", + "body", + "sign" ] }, "palms-up-together": { @@ -5694,7 +6122,9 @@ "up", "wish", "cupped hands", - "gesture" + "gesture", + "body", + "facing" ] }, "handshake": { @@ -5705,7 +6135,9 @@ "deal", "hand", "meeting", - "shake" + "shake", + "hands", + "shaking" ] }, "folded-hands": { @@ -5731,7 +6163,12 @@ "wish", "namaste", "highfive", - "thank you" + "thank you", + "body", + "person", + "prayer", + "pressed", + "together" ] }, "writing-hand": { @@ -5743,7 +6180,8 @@ "writing", "lower_left_ballpoint_pen", "stationery", - "compose" + "compose", + "body" ] }, "nail-polish": { @@ -5763,7 +6201,10 @@ "beauty", "finger", "fashion", - "slay" + "slay", + "body", + "fingers", + "nonchalant" ] }, "selfie": { @@ -5771,7 +6212,9 @@ "b": "1F933", "j": [ "camera", - "phone" + "phone", + "arm", + "hand" ] }, "flexed-biceps": { @@ -5795,7 +6238,15 @@ "strong", "weightlift", "hand", - "summer" + "summer", + "bicep", + "body", + "comic", + "feats", + "flexing", + "muscles", + "strength", + "workout" ] }, "mechanical-arm": { @@ -5805,7 +6256,8 @@ "accessibility", "arm", "mechanical", - "prosthetic" + "prosthetic", + "body" ] }, "mechanical-leg": { @@ -5815,7 +6267,8 @@ "accessibility", "leg", "mechanical", - "prosthetic" + "prosthetic", + "body" ] }, "leg": { @@ -5826,7 +6279,8 @@ "foot", "kick", "knee", - "limb" + "limb", + "body" ] }, "foot": { @@ -5836,7 +6290,8 @@ "ankle", "feet", "kick", - "stomp" + "stomp", + "body" ] }, "ear": { @@ -5850,7 +6305,8 @@ "listen", "listening", "sound", - "face" + "face", + "nose" ] }, "ear-with-hearing-aid": { @@ -5861,7 +6317,8 @@ "aid", "ear", "hard", - "hearing" + "hearing", + "body" ] }, "nose": { @@ -5874,7 +6331,10 @@ "odor", "smell", "smells", - "sniff" + "sniff", + "smelling", + "sniffing", + "stinky" ] }, "brain": { @@ -5882,7 +6342,9 @@ "b": "1F9E0", "j": [ "intelligent", - "smart" + "smart", + "body", + "organ" ] }, "anatomical-heart": { @@ -5921,7 +6383,8 @@ "dentist", "pearly", "teeth", - "white" + "white", + "body" ] }, "bone": { @@ -5931,7 +6394,8 @@ "bones", "dog", "skeleton", - "wishbone" + "wishbone", + "body" ] }, "eyes": { @@ -5950,7 +6414,10 @@ "seeing", "watch", "stalk", - "peek" + "peek", + "eyeballs", + "shifty", + "wide" ] }, "eye": { @@ -5964,7 +6431,8 @@ "look", "see", "watch", - "stare" + "stare", + "single" ] }, "tongue": { @@ -5975,7 +6443,9 @@ "lick", "slurp", "mouth", - "playful" + "playful", + "out", + "taste" ] }, "mouth": { @@ -6037,7 +6507,14 @@ "kid", "young", "younger", - "gender-neutral" + "gender-neutral", + "boy", + "gender", + "girl", + "inclusive", + "neutral", + "person", + "unspecified" ] }, "boy": { @@ -6072,7 +6549,10 @@ "zodiac", "female", "woman", - "teenager" + "teenager", + "maiden", + "virgin", + "virgo" ] }, "person": { @@ -6080,7 +6560,17 @@ "b": "1F9D1", "j": [ "adult", - "gender-neutral" + "gender-neutral", + "female", + "gender", + "inclusive", + "male", + "man", + "men", + "neutral", + "unspecified", + "woman", + "women" ] }, "person-blond-hair": { @@ -6091,7 +6581,10 @@ "blond-haired", "human", "person", - "hairstyle" + "hairstyle", + "blonde", + "haired", + "man" ] }, "man": { @@ -6106,7 +6599,9 @@ "guy", "classy", "sir", - "moustache" + "moustache", + "male", + "men" ] }, "person-beard": { @@ -6129,7 +6624,10 @@ "bearded", "man", "whiskers", - "facial hair" + "facial hair", + "bewhiskered", + "male", + "men" ] }, "woman-beard": { @@ -6140,7 +6638,10 @@ "bearded", "whiskers", "woman", - "facial hair" + "facial hair", + "bewhiskered", + "female", + "women" ] }, "man-red-hair": { @@ -6151,7 +6652,12 @@ "bro", "man", "red hair", - "hairstyle" + "hairstyle", + "ginger", + "haired", + "male", + "men", + "redhead" ] }, "man-curly-hair": { @@ -6162,7 +6668,10 @@ "bro", "curly hair", "man", - "hairstyle" + "hairstyle", + "haired", + "male", + "men" ] }, "man-white-hair": { @@ -6174,7 +6683,10 @@ "man", "white hair", "old", - "elder" + "elder", + "haired", + "male", + "men" ] }, "man-bald": { @@ -6185,7 +6697,11 @@ "bald", "bro", "man", - "hairless" + "hairless", + "hair", + "male", + "men", + "no" ] }, "woman": { @@ -6195,7 +6711,9 @@ "adult", "lady", "female", - "girls" + "girls", + "women", + "yellow" ] }, "woman-red-hair": { @@ -6206,7 +6724,12 @@ "lady", "red hair", "woman", - "hairstyle" + "hairstyle", + "female", + "ginger", + "haired", + "redhead", + "women" ] }, "person-red-hair": { @@ -6216,7 +6739,10 @@ "adult", "person", "red hair", - "hairstyle" + "hairstyle", + "gender", + "haired", + "unspecified" ] }, "woman-curly-hair": { @@ -6227,7 +6753,10 @@ "curly hair", "lady", "woman", - "hairstyle" + "hairstyle", + "female", + "haired", + "women" ] }, "person-curly-hair": { @@ -6237,7 +6766,10 @@ "adult", "curly hair", "person", - "hairstyle" + "hairstyle", + "gender", + "haired", + "unspecified" ] }, "woman-white-hair": { @@ -6249,7 +6781,10 @@ "white hair", "woman", "old", - "elder" + "elder", + "female", + "haired", + "women" ] }, "person-white-hair": { @@ -6260,7 +6795,10 @@ "person", "white hair", "elder", - "old" + "old", + "gender", + "haired", + "unspecified" ] }, "woman-bald": { @@ -6271,7 +6809,11 @@ "bald", "lady", "woman", - "hairless" + "hairless", + "female", + "hair", + "no", + "women" ] }, "person-bald": { @@ -6281,7 +6823,11 @@ "adult", "bald", "person", - "hairless" + "hairless", + "gender", + "hair", + "no", + "unspecified" ] }, "woman-blond-hair": { @@ -6295,7 +6841,9 @@ "woman", "female", "girl", - "person" + "person", + "haired", + "women" ] }, "man-blond-hair": { @@ -6310,7 +6858,9 @@ "boy", "blonde", "guy", - "person" + "person", + "haired", + "men" ] }, "older-person": { @@ -6326,7 +6876,16 @@ "human", "elder", "senior", - "gender-neutral" + "gender-neutral", + "female", + "gender", + "male", + "man", + "men", + "neutral", + "unspecified", + "woman", + "women" ] }, "old-man": { @@ -6346,7 +6905,8 @@ "male", "men", "elder", - "senior" + "senior", + "older" ] }, "old-woman": { @@ -6366,7 +6926,9 @@ "female", "women", "elder", - "senior" + "senior", + "nanna", + "older" ] }, "person-frowning": { @@ -6384,7 +6946,9 @@ "irritated", "person", "upset", - "worried" + "worried", + "sad", + "woman" ] }, "man-frowning": { @@ -6407,7 +6971,8 @@ "sad", "depressed", "discouraged", - "unhappy" + "unhappy", + "men" ] }, "woman-frowning": { @@ -6430,7 +6995,8 @@ "sad", "depressed", "discouraged", - "unhappy" + "unhappy", + "women" ] }, "person-pouting": { @@ -6446,7 +7012,13 @@ "scowl", "sulk", "upset", - "whine" + "whine", + "blank", + "face", + "fed", + "gesture", + "look", + "up" ] }, "man-pouting": { @@ -6464,7 +7036,9 @@ "upset", "whine", "male", - "boy" + "boy", + "gesture", + "men" ] }, "woman-pouting": { @@ -6482,7 +7056,9 @@ "whine", "woman", "female", - "girl" + "girl", + "gesture", + "women" ] }, "person-gesturing-no": { @@ -6496,7 +7072,17 @@ "not", "person", "prohibit", - "decline" + "decline", + "arms", + "deal", + "denied", + "face", + "good", + "halt", + "ok", + "prohibited", + "stop", + "x" ] }, "man-gesturing-no": { @@ -6512,7 +7098,15 @@ "prohibit", "male", "boy", - "nope" + "nope", + "denied", + "good", + "halt", + "men", + "ng", + "ok", + "prohibited", + "stop" ] }, "woman-gesturing-no": { @@ -6528,7 +7122,15 @@ "woman", "female", "girl", - "nope" + "nope", + "denied", + "good", + "halt", + "ng", + "ok", + "prohibited", + "stop", + "women" ] }, "person-gesturing-ok": { @@ -6542,7 +7144,11 @@ "OK", "omg", "person", - "agree" + "agree", + "ballerina", + "face", + "hands", + "head" ] }, "man-gesturing-ok": { @@ -6597,7 +7203,17 @@ "seriously", "tipping", "whatever", - "information" + "information", + "attendant", + "bellhop", + "concierge", + "desk", + "female", + "girl", + "hair", + "help", + "woman", + "women" ] }, "man-tipping-hand": { @@ -6619,7 +7235,10 @@ "male", "boy", "human", - "information" + "information", + "desk", + "help", + "men" ] }, "woman-tipping-hand": { @@ -6641,7 +7260,10 @@ "female", "girl", "human", - "information" + "information", + "desk", + "help", + "women" ] }, "person-raising-hand": { @@ -6657,7 +7279,12 @@ "pick", "question", "raise", - "raising" + "raising", + "answering", + "happy", + "one", + "raised", + "up" ] }, "man-raising-hand": { @@ -6675,7 +7302,11 @@ "raise", "raising", "male", - "boy" + "boy", + "happy", + "men", + "one", + "raised" ] }, "woman-raising-hand": { @@ -6693,7 +7324,11 @@ "raising", "woman", "female", - "girl" + "girl", + "happy", + "one", + "raised", + "women" ] }, "deaf-person": { @@ -6717,7 +7352,9 @@ "ear", "gesture", "hear", - "man" + "man", + "male", + "men" ] }, "deaf-woman": { @@ -6729,7 +7366,9 @@ "ear", "gesture", "hear", - "woman" + "woman", + "female", + "women" ] }, "person-bowing": { @@ -6750,7 +7389,15 @@ "pity", "regret", "sorry", - "respectiful" + "respectiful", + "boy", + "cute", + "deeply", + "dogeza", + "man", + "massage", + "respect", + "thanks" ] }, "man-bowing": { @@ -6772,7 +7419,11 @@ "regret", "sorry", "male", - "boy" + "boy", + "deeply", + "men", + "respect", + "thanks" ] }, "woman-bowing": { @@ -6794,7 +7445,11 @@ "sorry", "woman", "female", - "girl" + "girl", + "deeply", + "respect", + "thanks", + "women" ] }, "person-facepalming": { @@ -6813,7 +7468,12 @@ "person", "shock", "smh", - "disappointed" + "disappointed", + "face", + "head", + "hitting", + "palm", + "picard" ] }, "man-facepalming": { @@ -6833,7 +7493,10 @@ "shock", "smh", "male", - "boy" + "boy", + "face", + "men", + "palm" ] }, "woman-facepalming": { @@ -6853,7 +7516,10 @@ "smh", "woman", "female", - "girl" + "girl", + "face", + "palm", + "women" ] }, "person-shrugging": { @@ -6873,7 +7539,9 @@ "shrugging", "whatever", "who", - "regardless" + "regardless", + "shruggie", + "¯\\" ] }, "man-shrugging": { @@ -6896,7 +7564,8 @@ "male", "boy", "confused", - "indifferent" + "indifferent", + "men" ] }, "woman-shrugging": { @@ -6919,7 +7588,8 @@ "female", "girl", "confused", - "indifferent" + "indifferent", + "women" ] }, "health-worker": { @@ -6932,7 +7602,11 @@ "nurse", "therapist", "worker", - "hospital" + "hospital", + "dentist", + "md", + "physician", + "professional" ] }, "man-health-worker": { @@ -6946,7 +7620,13 @@ "nurse", "therapist", "worker", - "human" + "human", + "dentist", + "male", + "md", + "men", + "physician", + "professional" ] }, "woman-health-worker": { @@ -6960,7 +7640,13 @@ "therapist", "woman", "worker", - "human" + "human", + "dentist", + "female", + "md", + "physician", + "professional", + "women" ] }, "student": { @@ -6968,7 +7654,10 @@ "b": "1F9D1-200D-1F393", "j": [ "graduate", - "learn" + "learn", + "education", + "pupil", + "school" ] }, "man-student": { @@ -6978,7 +7667,13 @@ "graduate", "man", "student", - "human" + "human", + "education", + "graduation", + "male", + "men", + "pupil", + "school" ] }, "woman-student": { @@ -6988,7 +7683,13 @@ "graduate", "student", "woman", - "human" + "human", + "education", + "female", + "graduation", + "pupil", + "school", + "women" ] }, "teacher": { @@ -6997,7 +7698,9 @@ "j": [ "instructor", "lecturer", - "professor" + "professor", + "education", + "educator" ] }, "man-teacher": { @@ -7009,7 +7712,12 @@ "man", "professor", "teacher", - "human" + "human", + "education", + "educator", + "male", + "men", + "school" ] }, "woman-teacher": { @@ -7021,7 +7729,12 @@ "professor", "teacher", "woman", - "human" + "human", + "education", + "educator", + "female", + "school", + "women" ] }, "judge": { @@ -7030,7 +7743,8 @@ "j": [ "justice", "law", - "scales" + "scales", + "court" ] }, "man-judge": { @@ -7043,7 +7757,9 @@ "man", "scales", "court", - "human" + "human", + "male", + "men" ] }, "woman-judge": { @@ -7056,7 +7772,9 @@ "scales", "woman", "court", - "human" + "human", + "female", + "women" ] }, "farmer": { @@ -7065,7 +7783,10 @@ "j": [ "gardener", "rancher", - "crops" + "crops", + "farm", + "farming", + "worker" ] }, "man-farmer": { @@ -7076,7 +7797,12 @@ "gardener", "man", "rancher", - "human" + "human", + "farm", + "farming", + "male", + "men", + "worker" ] }, "woman-farmer": { @@ -7087,7 +7813,12 @@ "gardener", "rancher", "woman", - "human" + "human", + "farm", + "farming", + "female", + "women", + "worker" ] }, "cook": { @@ -7097,7 +7828,9 @@ "chef", "food", "kitchen", - "culinary" + "culinary", + "cooking", + "service" ] }, "man-cook": { @@ -7107,7 +7840,12 @@ "chef", "cook", "man", - "human" + "human", + "cooking", + "food", + "male", + "men", + "service" ] }, "woman-cook": { @@ -7117,7 +7855,12 @@ "chef", "cook", "woman", - "human" + "human", + "cooking", + "female", + "food", + "service", + "women" ] }, "mechanic": { @@ -7128,7 +7871,9 @@ "plumber", "tradesperson", "worker", - "technician" + "technician", + "person", + "repair" ] }, "man-mechanic": { @@ -7141,7 +7886,11 @@ "plumber", "tradesperson", "human", - "wrench" + "wrench", + "male", + "men", + "person", + "repair" ] }, "woman-mechanic": { @@ -7154,7 +7903,11 @@ "tradesperson", "woman", "human", - "wrench" + "wrench", + "female", + "person", + "repair", + "women" ] }, "factory-worker": { @@ -7165,7 +7918,8 @@ "factory", "industrial", "worker", - "labor" + "labor", + "welder" ] }, "man-factory-worker": { @@ -7177,7 +7931,10 @@ "industrial", "man", "worker", - "human" + "human", + "male", + "men", + "welder" ] }, "woman-factory-worker": { @@ -7189,7 +7946,10 @@ "industrial", "woman", "worker", - "human" + "human", + "female", + "welder", + "women" ] }, "office-worker": { @@ -7201,7 +7961,12 @@ "manager", "office", "white-collar", - "worker" + "worker", + "accountant", + "adviser", + "analyst", + "banker", + "clerk" ] }, "man-office-worker": { @@ -7215,7 +7980,16 @@ "office", "white-collar", "worker", - "human" + "human", + "accountant", + "adviser", + "analyst", + "banker", + "businessman", + "ceo", + "clerk", + "male", + "men" ] }, "woman-office-worker": { @@ -7229,7 +8003,16 @@ "white-collar", "woman", "worker", - "human" + "human", + "accountant", + "adviser", + "analyst", + "banker", + "businesswoman", + "ceo", + "clerk", + "female", + "women" ] }, "scientist": { @@ -7241,7 +8024,9 @@ "engineer", "mathematician", "physicist", - "chemistry" + "chemistry", + "lab", + "technician" ] }, "man-scientist": { @@ -7255,7 +8040,12 @@ "mathematician", "physicist", "scientist", - "human" + "human", + "lab", + "male", + "men", + "research", + "technician" ] }, "woman-scientist": { @@ -7269,7 +8059,12 @@ "physicist", "scientist", "woman", - "human" + "human", + "female", + "lab", + "research", + "technician", + "women" ] }, "technologist": { @@ -7280,7 +8075,10 @@ "computer", "developer", "inventor", - "software" + "software", + "engineer", + "laptop", + "technology" ] }, "man-technologist": { @@ -7297,7 +8095,11 @@ "engineer", "programmer", "human", - "laptop" + "laptop", + "blogger", + "male", + "men", + "technology" ] }, "woman-technologist": { @@ -7314,7 +8116,11 @@ "engineer", "programmer", "human", - "laptop" + "laptop", + "blogger", + "female", + "technology", + "women" ] }, "singer": { @@ -7328,7 +8134,10 @@ "star", "song", "artist", - "performer" + "performer", + "music", + "musician", + "rocker" ] }, "man-singer": { @@ -7342,7 +8151,15 @@ "rockstar", "singer", "star", - "human" + "human", + "aladdin", + "bowie", + "male", + "men", + "music", + "musician", + "rocker", + "sane" ] }, "woman-singer": { @@ -7356,7 +8173,12 @@ "singer", "star", "woman", - "human" + "human", + "female", + "music", + "musician", + "rocker", + "women" ] }, "artist": { @@ -7366,7 +8188,10 @@ "palette", "painting", "draw", - "creativity" + "creativity", + "art", + "paint", + "painter" ] }, "man-artist": { @@ -7377,7 +8202,11 @@ "man", "palette", "painter", - "human" + "human", + "art", + "male", + "men", + "paint" ] }, "woman-artist": { @@ -7388,7 +8217,11 @@ "palette", "woman", "painter", - "human" + "human", + "art", + "female", + "paint", + "women" ] }, "pilot": { @@ -7397,7 +8230,9 @@ "j": [ "plane", "fly", - "airplane" + "airplane", + "aviation", + "aviator" ] }, "man-pilot": { @@ -7408,7 +8243,11 @@ "pilot", "plane", "aviator", - "human" + "human", + "airplane", + "aviation", + "male", + "men" ] }, "woman-pilot": { @@ -7419,7 +8258,11 @@ "plane", "woman", "aviator", - "human" + "human", + "airplane", + "aviation", + "female", + "women" ] }, "astronaut": { @@ -7428,7 +8271,10 @@ "j": [ "rocket", "space", - "outerspace" + "outerspace", + "moon", + "planets", + "stars" ] }, "man-astronaut": { @@ -7439,7 +8285,13 @@ "man", "rocket", "space", - "human" + "human", + "cosmonaut", + "male", + "men", + "moon", + "planets", + "stars" ] }, "woman-astronaut": { @@ -7450,7 +8302,13 @@ "rocket", "space", "woman", - "human" + "human", + "cosmonaut", + "female", + "moon", + "planets", + "stars", + "women" ] }, "firefighter": { @@ -7470,7 +8328,9 @@ "firetruck", "man", "fireman", - "human" + "human", + "male", + "men" ] }, "woman-firefighter": { @@ -7482,7 +8342,9 @@ "firetruck", "woman", "fireman", - "human" + "human", + "female", + "women" ] }, "police-officer": { @@ -7498,7 +8360,9 @@ "over", "police", "pulled", - "undercover" + "undercover", + "policeman", + "policewoman" ] }, "man-police-officer": { @@ -7518,7 +8382,10 @@ "undercover", "legal", "enforcement", - "911" + "911", + "male", + "men", + "policeman" ] }, "woman-police-officer": { @@ -7539,7 +8406,9 @@ "legal", "enforcement", "911", - "female" + "female", + "policewoman", + "women" ] }, "detective": { @@ -7548,7 +8417,10 @@ "j": [ "sleuth", "spy", - "human" + "human", + "eye", + "or", + "private" ] }, "man-detective": { @@ -7559,7 +8431,9 @@ "man", "sleuth", "spy", - "crime" + "crime", + "male", + "men" ] }, "woman-detective": { @@ -7571,7 +8445,8 @@ "spy", "woman", "human", - "female" + "female", + "women" ] }, "guard": { @@ -7582,7 +8457,10 @@ "helmet", "london", "palace", - "protect" + "protect", + "british", + "foot", + "guardsman" ] }, "man-guard": { @@ -7600,7 +8478,9 @@ "british", "male", "guy", - "royal" + "royal", + "guardsman", + "men" ] }, "woman-guard": { @@ -7617,7 +8497,10 @@ "gb", "british", "female", - "royal" + "royal", + "guardsman", + "guardswoman", + "women" ] }, "ninja": { @@ -7655,7 +8538,12 @@ "repair", "work", "worker", - "labor" + "labor", + "builder", + "face", + "hard", + "helmet", + "safety" ] }, "man-construction-worker": { @@ -7677,7 +8565,9 @@ "human", "wip", "guy", - "labor" + "labor", + "helmet", + "men" ] }, "woman-construction-worker": { @@ -7699,7 +8589,9 @@ "female", "human", "wip", - "labor" + "labor", + "helmet", + "women" ] }, "person-with-crown": { @@ -7730,7 +8622,8 @@ "tale", "boy", "man", - "male" + "male", + "men" ] }, "princess": { @@ -7748,7 +8641,10 @@ "girl", "woman", "female", - "blond" + "blond", + "blonde", + "tiara", + "women" ] }, "person-wearing-turban": { @@ -7758,7 +8654,11 @@ "person", "turban", "wearing", - "headdress" + "headdress", + "arab", + "man", + "muslim", + "sikh" ] }, "man-wearing-turban": { @@ -7771,7 +8671,8 @@ "male", "indian", "hinduism", - "arabs" + "arabs", + "men" ] }, "woman-wearing-turban": { @@ -7784,7 +8685,8 @@ "female", "indian", "hinduism", - "arabs" + "arabs", + "women" ] }, "person-with-skullcap": { @@ -7803,7 +8705,8 @@ "man_with_skullcap", "male", "boy", - "chinese" + "chinese", + "asian" ] }, "woman-with-headscarf": { @@ -7833,7 +8736,10 @@ "man_in_tuxedo", "couple", "marriage", - "groom" + "groom", + "male", + "men", + "suit" ] }, "man-in-tuxedo": { @@ -7845,7 +8751,11 @@ "man", "tuxedo", "wedding", - "fashion" + "fashion", + "male", + "men", + "person", + "suit" ] }, "woman-in-tuxedo": { @@ -7856,7 +8766,9 @@ "tuxedo", "wedding", "woman", - "fashion" + "fashion", + "female", + "women" ] }, "person-with-veil": { @@ -7880,7 +8792,10 @@ "man", "veil", "wedding", - "marriage" + "marriage", + "bride", + "male", + "men" ] }, "woman-with-veil": { @@ -7891,7 +8806,9 @@ "veil", "wedding", "woman", - "marriage" + "marriage", + "female", + "women" ] }, "pregnant-woman": { @@ -7900,7 +8817,11 @@ "j": [ "pregnant", "woman", - "baby" + "baby", + "female", + "pregnancy", + "pregnant lady", + "women" ] }, "pregnant-man": { @@ -7942,7 +8863,12 @@ "mother", "nursing", "woman", - "breast_feeding" + "breast_feeding", + "child", + "female", + "infant", + "milk", + "women" ] }, "woman-feeding-baby": { @@ -7959,7 +8885,13 @@ "nursing", "woman", "birth", - "food" + "food", + "bottle", + "child", + "female", + "infant", + "milk", + "women" ] }, "man-feeding-baby": { @@ -7976,7 +8908,13 @@ "newborn", "nursing", "birth", - "food" + "food", + "bottle", + "child", + "infant", + "male", + "men", + "milk" ] }, "person-feeding-baby": { @@ -7991,7 +8929,11 @@ "nursing", "parent", "birth", - "food" + "food", + "bottle", + "child", + "infant", + "milk" ] }, "baby-angel": { @@ -8008,7 +8950,10 @@ "tale", "heaven", "wings", - "halo" + "halo", + "cherub", + "cupid", + "putto" ] }, "santa-claus": { @@ -8029,7 +8974,12 @@ "festival", "man", "male", - "father christmas" + "father christmas", + "activity", + "men", + "nicholas", + "saint", + "sinterklaas" ] }, "mrs-claus": { @@ -8050,7 +9000,10 @@ "xmas", "woman", "female", - "mother christmas" + "mother christmas", + "activity", + "mrs.", + "women" ] }, "mx-claus": { @@ -8068,7 +9021,9 @@ "santa", "tale", "xmas", - "christmas" + "christmas", + "activity", + "mx." ] }, "superhero": { @@ -8078,7 +9033,10 @@ "good", "hero", "superpower", - "marvel" + "marvel", + "fantasy", + "heroine", + "superpowers" ] }, "man-superhero": { @@ -8091,7 +9049,9 @@ "superhero", "superpower", "male", - "superpowers" + "superpowers", + "fantasy", + "men" ] }, "woman-superhero": { @@ -8105,7 +9065,9 @@ "superpower", "woman", "female", - "superpowers" + "superpowers", + "fantasy", + "women" ] }, "supervillain": { @@ -8117,7 +9079,9 @@ "evil", "superpower", "villain", - "marvel" + "marvel", + "fantasy", + "superpowers" ] }, "man-supervillain": { @@ -8133,7 +9097,9 @@ "villain", "male", "hero", - "superpowers" + "superpowers", + "fantasy", + "men" ] }, "woman-supervillain": { @@ -8149,7 +9115,9 @@ "woman", "female", "heroine", - "superpowers" + "superpowers", + "fantasy", + "women" ] }, "mage": { @@ -8184,7 +9152,8 @@ "summon", "witch", "wizard", - "male" + "male", + "men" ] }, "woman-mage": { @@ -8203,7 +9172,8 @@ "witch", "wizard", "woman", - "female" + "female", + "women" ] }, "fairy": { @@ -8217,7 +9187,10 @@ "pixie", "tale", "wings", - "magical" + "magical", + "oberon", + "puck", + "titania" ] }, "man-fairy": { @@ -8235,7 +9208,10 @@ "Puck", "tale", "wings", - "male" + "male", + "men", + "oberon", + "puck" ] }, "woman-fairy": { @@ -8252,7 +9228,9 @@ "Titania", "wings", "woman", - "female" + "female", + "titania", + "women" ] }, "vampire": { @@ -8267,7 +9245,9 @@ "supernatural", "teeth", "undead", - "twilight" + "twilight", + "dracula", + "fantasy" ] }, "man-vampire": { @@ -8284,7 +9264,9 @@ "undead", "vampire", "male", - "dracula" + "dracula", + "fantasy", + "men" ] }, "woman-vampire": { @@ -8300,7 +9282,10 @@ "undead", "vampire", "woman", - "female" + "female", + "fantasy", + "unded", + "women" ] }, "merperson": { @@ -8315,7 +9300,11 @@ "siren", "trident", "mermaid", - "merman" + "merman", + "fantasy", + "merboy", + "mergirl", + "merwoman" ] }, "merman": { @@ -8334,7 +9323,10 @@ "Triton", "man", "male", - "triton" + "triton", + "fantasy", + "men", + "mermaid" ] }, "mermaid": { @@ -8351,7 +9343,9 @@ "trident", "woman", "female", - "ariel" + "ariel", + "fantasy", + "women" ] }, "elf": { @@ -8365,7 +9359,10 @@ "magic", "magical", "myth", - "LOTR style" + "LOTR style", + "ears", + "legolas", + "pointed" ] }, "man-elf": { @@ -8381,7 +9378,10 @@ "magical", "man", "myth", - "male" + "male", + "ears", + "men", + "pointed" ] }, "woman-elf": { @@ -8397,7 +9397,10 @@ "magical", "myth", "woman", - "female" + "female", + "ears", + "pointed", + "women" ] }, "genie": { @@ -8412,7 +9415,9 @@ "rub", "wishes", "(non-human color)", - "magical" + "magical", + "djinni", + "jinni" ] }, "man-genie": { @@ -8428,7 +9433,8 @@ "myth", "rub", "wishes", - "male" + "male", + "men" ] }, "woman-genie": { @@ -8444,7 +9450,8 @@ "rub", "wishes", "woman", - "female" + "female", + "women" ] }, "zombie": { @@ -8458,7 +9465,8 @@ "scary", "undead", "walking", - "(non-human color)" + "(non-human color)", + "fantasy" ] }, "man-zombie": { @@ -8476,7 +9484,9 @@ "zombie", "male", "dracula", - "walking dead" + "walking dead", + "fantasy", + "men" ] }, "woman-zombie": { @@ -8493,7 +9503,9 @@ "woman", "zombie", "female", - "walking dead" + "walking dead", + "fantasy", + "women" ] }, "troll": { @@ -8524,7 +9536,9 @@ "spa", "tension", "therapy", - "treatment" + "treatment", + "head", + "massaging" ] }, "man-getting-massage": { @@ -8546,7 +9560,8 @@ "treatment", "male", "boy", - "head" + "head", + "men" ] }, "woman-getting-massage": { @@ -8568,7 +9583,8 @@ "woman", "female", "girl", - "head" + "head", + "women" ] }, "person-getting-haircut": { @@ -8587,7 +9603,9 @@ "person", "shears", "style", - "hairstyle" + "hairstyle", + "cutting", + "hairdresser" ] }, "man-getting-haircut": { @@ -8608,7 +9626,8 @@ "shears", "style", "male", - "boy" + "boy", + "men" ] }, "woman-getting-haircut": { @@ -8629,7 +9648,8 @@ "style", "woman", "female", - "girl" + "girl", + "women" ] }, "person-walking": { @@ -8647,7 +9667,8 @@ "stroll", "walk", "walking", - "move" + "move", + "walker" ] }, "man-walking": { @@ -8666,7 +9687,9 @@ "walking", "human", "feet", - "steps" + "steps", + "male", + "men" ] }, "woman-walking": { @@ -8687,7 +9710,8 @@ "human", "feet", "steps", - "female" + "female", + "women" ] }, "person-walking-facing-right": { @@ -8763,7 +9787,9 @@ "man", "stand", "standing", - "still" + "still", + "male", + "men" ] }, "woman-standing": { @@ -8773,7 +9799,9 @@ "stand", "standing", "woman", - "still" + "still", + "female", + "women" ] }, "person-kneeling": { @@ -8797,7 +9825,9 @@ "knees", "man", "pray", - "respectful" + "respectful", + "male", + "men" ] }, "woman-kneeling": { @@ -8809,7 +9839,9 @@ "knees", "woman", "respectful", - "pray" + "pray", + "female", + "women" ] }, "person-kneeling-facing-right": { @@ -8884,7 +9916,9 @@ "man", "probing", "white", - "man_with_probing_cane" + "man_with_probing_cane", + "male", + "men" ] }, "man-with-white-cane-facing-right": { @@ -8912,7 +9946,9 @@ "probing", "white", "woman", - "woman_with_probing_cane" + "woman_with_probing_cane", + "female", + "women" ] }, "woman-with-white-cane-facing-right": { @@ -8959,7 +9995,9 @@ "man", "motorized", "wheelchair", - "disability" + "disability", + "male", + "men" ] }, "man-in-motorized-wheelchair-facing-right": { @@ -8982,7 +10020,9 @@ "motorized", "wheelchair", "woman", - "disability" + "disability", + "female", + "women" ] }, "woman-in-motorized-wheelchair-facing-right": { @@ -9028,7 +10068,9 @@ "man", "manual", "wheelchair", - "disability" + "disability", + "male", + "men" ] }, "man-in-manual-wheelchair-facing-right": { @@ -9051,7 +10093,9 @@ "manual", "wheelchair", "woman", - "disability" + "disability", + "female", + "women" ] }, "woman-in-manual-wheelchair-facing-right": { @@ -9080,7 +10124,11 @@ "racing", "run", "rush", - "speed" + "speed", + "exercise", + "jogging", + "runner", + "workout" ] }, "man-running": { @@ -9100,7 +10148,11 @@ "speed", "walking", "exercise", - "running" + "running", + "male", + "men", + "runner", + "workout" ] }, "woman-running": { @@ -9121,7 +10173,11 @@ "walking", "exercise", "running", - "female" + "female", + "boy", + "runner", + "women", + "workout" ] }, "person-running-facing-right": { @@ -9199,7 +10255,10 @@ "woman", "female", "girl", - "fun" + "fun", + "dress", + "red", + "women" ] }, "man-dancing": { @@ -9220,7 +10279,9 @@ "tango", "male", "boy", - "fun" + "fun", + "disco", + "men" ] }, "person-in-suit-levitating": { @@ -9234,7 +10295,14 @@ "man_in_suit_levitating", "levitate", "hover", - "jump" + "jump", + "boy", + "hovering", + "jabsco", + "male", + "men", + "rude", + "walt" ] }, "people-with-bunny-ears": { @@ -9257,7 +10325,10 @@ "twin", "twinsies", "perform", - "costume" + "costume", + "dancing", + "wearing", + "women" ] }, "men-with-bunny-ears": { @@ -9281,7 +10352,10 @@ "twin", "twinsies", "male", - "boys" + "boys", + "dancing", + "man", + "wearing" ] }, "women-with-bunny-ears": { @@ -9305,7 +10379,9 @@ "twinsies", "women", "female", - "girls" + "girls", + "dancing", + "wearing" ] }, "person-in-steamy-room": { @@ -9343,7 +10419,9 @@ "steambath", "unwind", "male", - "steamroom" + "steamroom", + "hamam", + "men" ] }, "woman-in-steamy-room": { @@ -9362,7 +10440,9 @@ "unwind", "woman", "female", - "steamroom" + "steamroom", + "hamam", + "women" ] }, "person-climbing": { @@ -9377,7 +10457,8 @@ "rock", "scale", "up", - "sport" + "sport", + "bouldering" ] }, "man-climbing": { @@ -9394,7 +10475,9 @@ "up", "sports", "hobby", - "male" + "male", + "bouldering", + "men" ] }, "woman-climbing": { @@ -9411,7 +10494,9 @@ "woman", "sports", "hobby", - "female" + "female", + "bouldering", + "women" ] }, "person-fencing": { @@ -9439,7 +10524,8 @@ "betting", "competition", "gambling", - "luck" + "luck", + "race" ] }, "skier": { @@ -9461,7 +10547,8 @@ "snowboard", "sport", "sports", - "winter" + "winter", + "snowboarding" ] }, "person-golfing": { @@ -9481,7 +10568,9 @@ "range", "tee", "sports", - "business" + "business", + "club", + "golfer" ] }, "man-golfing": { @@ -9500,7 +10589,10 @@ "putt", "range", "tee", - "sport" + "sport", + "golfer", + "male", + "men" ] }, "woman-golfing": { @@ -9521,7 +10613,9 @@ "woman", "sports", "business", - "female" + "female", + "golfer", + "women" ] }, "person-surfing": { @@ -9555,7 +10649,9 @@ "waves", "sports", "sea", - "summer" + "summer", + "male", + "men" ] }, "woman-surfing": { @@ -9575,7 +10671,8 @@ "sea", "summer", "woman", - "female" + "female", + "women" ] }, "person-rowing-boat": { @@ -9596,7 +10693,9 @@ "rowboat", "rowing", "sport", - "move" + "move", + "paddles", + "vehicle" ] }, "man-rowing-boat": { @@ -9619,7 +10718,10 @@ "sports", "hobby", "water", - "ship" + "ship", + "male", + "men", + "vehicle" ] }, "woman-rowing-boat": { @@ -9643,7 +10745,9 @@ "hobby", "water", "ship", - "female" + "female", + "vehicle", + "women" ] }, "person-swimming": { @@ -9676,7 +10780,9 @@ "human", "athlete", "water", - "summer" + "summer", + "male", + "men" ] }, "woman-swimming": { @@ -9697,7 +10803,8 @@ "water", "summer", "woman", - "female" + "female", + "women" ] }, "person-bouncing-ball": { @@ -9732,7 +10839,9 @@ "net", "player", "throw", - "sport" + "sport", + "male", + "men" ] }, "woman-bouncing-ball": { @@ -9751,7 +10860,8 @@ "woman", "sports", "human", - "female" + "female", + "women" ] }, "person-lifting-weights": { @@ -9771,7 +10881,8 @@ "workout", "sports", "training", - "exercise" + "exercise", + "gym" ] }, "man-lifting-weights": { @@ -9789,7 +10900,10 @@ "weightlifter", "weights", "workout", - "sport" + "sport", + "gym", + "male", + "men" ] }, "woman-lifting-weights": { @@ -9810,7 +10924,9 @@ "sports", "training", "exercise", - "female" + "female", + "gym", + "women" ] }, "person-biking": { @@ -9844,7 +10960,9 @@ "sport", "sports", "exercise", - "hipster" + "hipster", + "male", + "men" ] }, "woman-biking": { @@ -9863,7 +10981,8 @@ "sports", "exercise", "hipster", - "female" + "female", + "women" ] }, "person-mountain-biking": { @@ -9880,7 +10999,8 @@ "person", "riding", "sport", - "move" + "move", + "biker" ] }, "man-mountain-biking": { @@ -9900,7 +11020,10 @@ "transportation", "sports", "human", - "race" + "race", + "biker", + "male", + "men" ] }, "woman-mountain-biking": { @@ -9921,7 +11044,9 @@ "sports", "human", "race", - "female" + "female", + "biker", + "women" ] }, "person-cartwheeling": { @@ -9938,7 +11063,9 @@ "person", "somersault", "sport", - "gymnastic" + "gymnastic", + "doing", + "gymnast" ] }, "man-cartwheeling": { @@ -9953,7 +11080,10 @@ "gymnastics", "happy", "man", - "somersault" + "somersault", + "doing", + "male", + "men" ] }, "woman-cartwheeling": { @@ -9968,7 +11098,10 @@ "gymnastics", "happy", "somersault", - "woman" + "woman", + "doing", + "female", + "women" ] }, "people-wrestling": { @@ -9983,7 +11116,9 @@ "tournament", "wrestle", "wrestling", - "sport" + "sport", + "wrestler", + "wrestlers" ] }, "men-wrestling": { @@ -9999,7 +11134,10 @@ "wrestle", "wrestling", "sports", - "wrestlers" + "wrestlers", + "male", + "man", + "wrestler" ] }, "women-wrestling": { @@ -10015,7 +11153,10 @@ "wrestle", "wrestling", "sports", - "wrestlers" + "wrestlers", + "female", + "woman", + "wrestler" ] }, "person-playing-water-polo": { @@ -10043,7 +11184,9 @@ "water", "waterpolo", "sports", - "pool" + "pool", + "male", + "men" ] }, "woman-playing-water-polo": { @@ -10058,7 +11201,9 @@ "waterpolo", "woman", "sports", - "pool" + "pool", + "female", + "women" ] }, "person-playing-handball": { @@ -10097,7 +11242,9 @@ "sport", "throw", "toss", - "sports" + "sports", + "male", + "men" ] }, "woman-playing-handball": { @@ -10117,7 +11264,9 @@ "throw", "toss", "woman", - "sports" + "sports", + "female", + "women" ] }, "person-juggling": { @@ -10134,7 +11283,8 @@ "multitask", "person", "skill", - "performance" + "performance", + "juggler" ] }, "man-juggling": { @@ -10150,7 +11300,10 @@ "man", "manage", "multitask", - "skill" + "skill", + "juggler", + "male", + "men" ] }, "woman-juggling": { @@ -10166,7 +11319,10 @@ "manage", "multitask", "skill", - "woman" + "woman", + "female", + "juggler", + "women" ] }, "person-in-lotus-position": { @@ -10207,7 +11363,8 @@ "yogi", "zen", "male", - "mindfulness" + "mindfulness", + "men" ] }, "woman-in-lotus-position": { @@ -10228,7 +11385,8 @@ "yogi", "zen", "female", - "mindfulness" + "mindfulness", + "women" ] }, "person-taking-bath": { @@ -10242,7 +11400,9 @@ "tub", "clean", "shower", - "bathroom" + "bathroom", + "bathing", + "hot" ] }, "person-in-bed": { @@ -10260,7 +11420,9 @@ "sleep", "tired", "zzz", - "rest" + "rest", + "accommodation", + "sleeping" ] }, "people-holding-hands": { @@ -10278,7 +11440,12 @@ "hold", "people", "twins", - "friendship" + "friendship", + "date", + "gender", + "inclusive", + "neutral", + "nonconforming" ] }, "women-holding-hands": { @@ -10304,7 +11471,13 @@ "like", "female", "people", - "human" + "human", + "date", + "lesbian", + "lgbt", + "pride", + "two", + "woman" ] }, "woman-and-man-holding-hands": { @@ -10331,7 +11504,13 @@ "like", "affection", "valentines", - "marriage" + "marriage", + "female", + "heterosexual", + "male", + "men", + "straight", + "women" ] }, "men-holding-hands": { @@ -10357,7 +11536,14 @@ "bromance", "friendship", "people", - "human" + "human", + "date", + "gay", + "lgbt", + "male", + "man", + "pride", + "two" ] }, "kiss": { @@ -10380,7 +11566,17 @@ "pair", "valentines", "like", - "marriage" + "marriage", + "couplekiss", + "female", + "gender", + "kissing", + "male", + "man", + "men", + "neutral", + "woman", + "women" ] }, "kiss-woman-man": { @@ -10402,7 +11598,13 @@ "romance", "together", "woman", - "xoxo" + "xoxo", + "couplekiss", + "female", + "kissing", + "male", + "men", + "women" ] }, "kiss-man-man": { @@ -10427,7 +11629,15 @@ "pair", "valentines", "like", - "marriage" + "marriage", + "couplekiss", + "gay", + "kissing", + "lgbt", + "male", + "men", + "pride", + "two" ] }, "kiss-woman-woman": { @@ -10452,7 +11662,15 @@ "pair", "valentines", "like", - "marriage" + "marriage", + "couplekiss", + "female", + "kissing", + "lesbian", + "lgbt", + "pride", + "two", + "women" ] }, "couple-with-heart": { @@ -10477,7 +11695,16 @@ "affection", "human", "valentines", - "marriage" + "marriage", + "female", + "gender", + "loving", + "male", + "man", + "men", + "neutral", + "woman", + "women" ] }, "couple-with-heart-woman-man": { @@ -10498,7 +11725,11 @@ "romance", "together", "woman", - "you" + "you", + "female", + "male", + "men", + "women" ] }, "couple-with-heart-man-man": { @@ -10524,7 +11755,13 @@ "affection", "human", "valentines", - "marriage" + "marriage", + "gay", + "lgbt", + "male", + "men", + "pride", + "two" ] }, "couple-with-heart-woman-woman": { @@ -10550,7 +11787,13 @@ "affection", "human", "valentines", - "marriage" + "marriage", + "female", + "lesbian", + "lgbt", + "pride", + "two", + "women" ] }, "family-man-woman-boy": { @@ -10562,7 +11805,10 @@ "family", "man", "woman", - "love" + "love", + "father", + "mother", + "son" ] }, "family-man-woman-girl": { @@ -10577,7 +11823,14 @@ "home", "parents", "people", - "human" + "human", + "daughter", + "father", + "female", + "male", + "men", + "mother", + "women" ] }, "family-man-woman-girl-boy": { @@ -10594,7 +11847,15 @@ "parents", "people", "human", - "children" + "children", + "daughter", + "father", + "female", + "male", + "men", + "mother", + "son", + "women" ] }, "family-man-woman-boy-boy": { @@ -10610,7 +11871,15 @@ "parents", "people", "human", - "children" + "children", + "father", + "female", + "male", + "men", + "mother", + "sons", + "two", + "women" ] }, "family-man-woman-girl-girl": { @@ -10626,7 +11895,15 @@ "parents", "people", "human", - "children" + "children", + "daughters", + "father", + "female", + "male", + "men", + "mother", + "two", + "women" ] }, "family-man-man-boy": { @@ -10641,7 +11918,16 @@ "parents", "people", "human", - "children" + "children", + "father", + "fathers", + "gay", + "lgbt", + "male", + "men", + "pride", + "son", + "two" ] }, "family-man-man-girl": { @@ -10656,7 +11942,16 @@ "parents", "people", "human", - "children" + "children", + "daughter", + "father", + "fathers", + "gay", + "lgbt", + "male", + "men", + "pride", + "two" ] }, "family-man-man-girl-boy": { @@ -10672,7 +11967,17 @@ "parents", "people", "human", - "children" + "children", + "daughter", + "father", + "fathers", + "gay", + "lgbt", + "male", + "men", + "pride", + "son", + "two" ] }, "family-man-man-boy-boy": { @@ -10687,7 +11992,16 @@ "parents", "people", "human", - "children" + "children", + "father", + "fathers", + "gay", + "lgbt", + "male", + "men", + "pride", + "sons", + "two" ] }, "family-man-man-girl-girl": { @@ -10702,7 +12016,16 @@ "parents", "people", "human", - "children" + "children", + "daughters", + "father", + "fathers", + "gay", + "lgbt", + "male", + "men", + "pride", + "two" ] }, "family-woman-woman-boy": { @@ -10717,7 +12040,16 @@ "parents", "people", "human", - "children" + "children", + "female", + "lesbian", + "lgbt", + "mother", + "mothers", + "pride", + "son", + "two", + "women" ] }, "family-woman-woman-girl": { @@ -10732,7 +12064,16 @@ "parents", "people", "human", - "children" + "children", + "daughter", + "female", + "lesbian", + "lgbt", + "mother", + "mothers", + "pride", + "two", + "women" ] }, "family-woman-woman-girl-boy": { @@ -10748,7 +12089,17 @@ "parents", "people", "human", - "children" + "children", + "daughter", + "female", + "lesbian", + "lgbt", + "mother", + "mothers", + "pride", + "son", + "two", + "women" ] }, "family-woman-woman-boy-boy": { @@ -10763,7 +12114,16 @@ "parents", "people", "human", - "children" + "children", + "female", + "lesbian", + "lgbt", + "mother", + "mothers", + "pride", + "sons", + "two", + "women" ] }, "family-woman-woman-girl-girl": { @@ -10778,7 +12138,16 @@ "parents", "people", "human", - "children" + "children", + "daughters", + "female", + "lesbian", + "lgbt", + "mother", + "mothers", + "pride", + "two", + "women" ] }, "family-man-boy": { @@ -10792,7 +12161,11 @@ "home", "parent", "people", - "human" + "human", + "father", + "male", + "men", + "son" ] }, "family-man-boy-boy": { @@ -10807,7 +12180,12 @@ "parent", "people", "human", - "children" + "children", + "father", + "male", + "men", + "sons", + "two" ] }, "family-man-girl": { @@ -10821,7 +12199,11 @@ "home", "parent", "people", - "human" + "human", + "daughter", + "father", + "female", + "male" ] }, "family-man-girl-boy": { @@ -10837,7 +12219,12 @@ "parent", "people", "human", - "children" + "children", + "daughter", + "father", + "male", + "men", + "son" ] }, "family-man-girl-girl": { @@ -10852,7 +12239,12 @@ "parent", "people", "human", - "children" + "children", + "daughters", + "father", + "female", + "male", + "two" ] }, "family-woman-boy": { @@ -10866,7 +12258,11 @@ "home", "parent", "people", - "human" + "human", + "female", + "mother", + "son", + "women" ] }, "family-woman-boy-boy": { @@ -10881,7 +12277,12 @@ "parent", "people", "human", - "children" + "children", + "female", + "mother", + "sons", + "two", + "women" ] }, "family-woman-girl": { @@ -10895,7 +12296,11 @@ "home", "parent", "people", - "human" + "human", + "daughter", + "female", + "mother", + "women" ] }, "family-woman-girl-boy": { @@ -10911,7 +12316,12 @@ "parent", "people", "human", - "children" + "children", + "daughter", + "female", + "male", + "mother", + "son" ] }, "family-woman-girl-girl": { @@ -10926,7 +12336,12 @@ "parent", "people", "human", - "children" + "children", + "daughters", + "female", + "mother", + "two", + "women" ] }, "speaking-head": { @@ -10943,7 +12358,10 @@ "human", "sing", "say", - "talk" + "talk", + "mansplaining", + "shout", + "shouting" ] }, "bust-in-silhouette": { @@ -10975,7 +12393,11 @@ "person", "human", "group", - "team" + "team", + "shadows", + "silhouettes", + "two", + "users" ] }, "people-hugging": { @@ -11008,7 +12430,14 @@ "father", "mother", "people", - "human" + "human", + "boy", + "female", + "male", + "man", + "men", + "woman", + "women" ] }, "family-adult-adult-child": { @@ -11072,7 +12501,10 @@ "feet", "tracking", "walking", - "beach" + "beach", + "body", + "footsteps", + "tracks" ] }, "fingerprint": { @@ -11142,7 +12574,8 @@ "face", "monkey", "nature", - "circus" + "circus", + "head" ] }, "monkey": { @@ -11152,7 +12585,8 @@ "animal", "banana", "nature", - "circus" + "circus", + "cheeky" ] }, "gorilla": { @@ -11201,7 +12635,9 @@ "nature", "friend", "doge", - "faithful" + "faithful", + "dog2", + "doggo" ] }, "guide-dog": { @@ -11212,7 +12648,9 @@ "animal", "blind", "dog", - "guide" + "guide", + "eye", + "seeing" ] }, "service-dog": { @@ -11236,7 +12674,10 @@ "fluffy", "101", "nature", - "pet" + "pet", + "miniature", + "standard", + "toy" ] }, "wolf": { @@ -11265,7 +12706,8 @@ "animal", "curious", "sly", - "nature" + "nature", + "face" ] }, "cat-face": { @@ -11291,7 +12733,11 @@ "cats", "kitten", "pet", - "meow" + "meow", + "cat2", + "domestic", + "feline", + "housecat" ] }, "black-cat": { @@ -11306,7 +12752,8 @@ "meow", "unlucky", "superstition", - "luck" + "luck", + "pet" ] }, "lion": { @@ -11324,7 +12771,8 @@ "safari", "strong", "zodiac", - "nature" + "nature", + "leo" ] }, "tiger-face": { @@ -11340,7 +12788,8 @@ "danger", "wild", "nature", - "roar" + "roar", + "cute" ] }, "tiger": { @@ -11353,7 +12802,9 @@ "predator", "zoo", "nature", - "roar" + "roar", + "bengal", + "tiger2" ] }, "leopard": { @@ -11365,7 +12816,9 @@ "cat", "predator", "zoo", - "nature" + "nature", + "african", + "jaguar" ] }, "horse-face": { @@ -11380,7 +12833,8 @@ "horse", "horses", "brown", - "nature" + "nature", + "head" ] }, "moose": { @@ -11423,7 +12877,9 @@ "racehorse", "racing", "gamble", - "luck" + "luck", + "galloping", + "speed" ] }, "unicorn": { @@ -11444,7 +12900,8 @@ "stripe", "nature", "stripes", - "safari" + "safari", + "face" ] }, "deer": { @@ -11454,7 +12911,10 @@ "animal", "nature", "horns", - "venison" + "venison", + "buck", + "reindeer", + "stag" ] }, "bison": { @@ -11480,7 +12940,8 @@ "moo", "beef", "ox", - "nature" + "nature", + "happy" ] }, "ox": { @@ -11494,7 +12955,11 @@ "Taurus", "zodiac", "cow", - "beef" + "beef", + "bullock", + "oxen", + "steer", + "taurus" ] }, "water-buffalo": { @@ -11507,7 +12972,8 @@ "zoo", "nature", "ox", - "cow" + "cow", + "domestic" ] }, "cow": { @@ -11521,7 +12987,9 @@ "moo", "beef", "ox", - "nature" + "nature", + "cow2", + "dairy" ] }, "pig-face": { @@ -11535,7 +13003,8 @@ "pig", "pork", "oink", - "nature" + "nature", + "head" ] }, "pig": { @@ -11547,7 +13016,9 @@ "farm", "pork", "sow", - "nature" + "nature", + "hog", + "pig2" ] }, "boar": { @@ -11556,7 +13027,9 @@ "j": [ "animal", "pig", - "nature" + "nature", + "warthog", + "wild" ] }, "pig-nose": { @@ -11584,7 +13057,8 @@ "sheep", "zodiac", "zoo", - "nature" + "nature", + "aries" ] }, "ewe": { @@ -11612,7 +13086,8 @@ "farm", "milk", "zodiac", - "nature" + "nature", + "capricorn" ] }, "camel": { @@ -11624,7 +13099,9 @@ "dromedary", "hump", "one", - "hot" + "hot", + "arabian", + "bump" ] }, "twohump-camel": { @@ -11640,7 +13117,9 @@ "two-hump", "two_hump_camel", "nature", - "hot" + "hot", + "asian", + "bump" ] }, "llama": { @@ -11662,7 +13141,8 @@ "animal", "spots", "nature", - "safari" + "safari", + "face" ] }, "elephant": { @@ -11686,7 +13166,9 @@ "tusk", "wooly", "elephant", - "tusks" + "tusks", + "extinct", + "woolly" ] }, "rhinoceros": { @@ -11695,7 +13177,8 @@ "j": [ "animal", "nature", - "horn" + "horn", + "rhino" ] }, "hippopotamus": { @@ -11726,7 +13209,10 @@ "animal", "animals", "nature", - "rodent" + "rodent", + "dormouse", + "mice", + "mouse2" ] }, "rat": { @@ -11759,7 +13245,8 @@ "rabbit", "nature", "spring", - "magic" + "magic", + "easter" ] }, "rabbit": { @@ -11771,7 +13258,8 @@ "pet", "nature", "magic", - "spring" + "spring", + "rabbit2" ] }, "chipmunk": { @@ -11800,7 +13288,8 @@ "j": [ "animal", "spiny", - "nature" + "nature", + "face" ] }, "bat": { @@ -11810,7 +13299,8 @@ "animal", "vampire", "nature", - "blind" + "blind", + "batman" ] }, "bear": { @@ -11823,7 +13313,8 @@ "growl", "honey", "nature", - "wild" + "wild", + "teddy" ] }, "polar-bear": { @@ -11834,7 +13325,8 @@ "arctic", "bear", "polar", - "white" + "white", + "face" ] }, "koala": { @@ -11884,7 +13376,8 @@ "b": "1F9A8", "j": [ "animal", - "stink" + "stink", + "smelly" ] }, "kangaroo": { @@ -11897,7 +13390,8 @@ "marsupial", "nature", "australia", - "hop" + "hop", + "roo" ] }, "badger": { @@ -11924,7 +13418,9 @@ "footprints", "dog", "cat", - "pet" + "pet", + "kitten", + "puppy" ] }, "turkey": { @@ -11934,7 +13430,8 @@ "bird", "gobble", "thanksgiving", - "animal" + "animal", + "wild" ] }, "chicken": { @@ -11945,7 +13442,8 @@ "bird", "ornithology", "cluck", - "nature" + "nature", + "hen" ] }, "rooster": { @@ -11956,7 +13454,9 @@ "bird", "ornithology", "nature", - "chicken" + "chicken", + "cock", + "cockerel" ] }, "hatching-chick": { @@ -11982,7 +13482,8 @@ "bird", "chick", "ornithology", - "chicken" + "chicken", + "yellow" ] }, "frontfacing-baby-chick": { @@ -11997,7 +13498,9 @@ "newborn", "ornithology", "front_facing_baby_chick", - "chicken" + "chicken", + "hatched", + "standing" ] }, "bird": { @@ -12041,7 +13544,8 @@ "animal", "bird", "ornithology", - "nature" + "nature", + "bald" ] }, "duck": { @@ -12088,7 +13592,10 @@ "bird", "extinction", "large", - "ornithology" + "ornithology", + "extinct", + "mauritius", + "obsolete" ] }, "feather": { @@ -12236,7 +13743,8 @@ "nature", "reptile", "lizard", - "alligator" + "alligator", + "croc" ] }, "turtle": { @@ -12256,7 +13764,8 @@ "j": [ "animal", "reptile", - "nature" + "nature", + "gecko" ] }, "snake": { @@ -12271,7 +13780,8 @@ "evil", "nature", "hiss", - "python" + "python", + "ophiuchus" ] }, "dragon-face": { @@ -12287,7 +13797,8 @@ "myth", "nature", "chinese", - "green" + "green", + "head" ] }, "dragon": { @@ -12345,7 +13856,8 @@ "spouting", "whale", "nature", - "sea" + "sea", + "cute" ] }, "whale": { @@ -12356,7 +13868,8 @@ "beach", "ocean", "nature", - "sea" + "sea", + "whale2" ] }, "dolphin": { @@ -12395,7 +13908,9 @@ "Pisces", "zodiac", "food", - "nature" + "nature", + "freshwater", + "pisces" ] }, "tropical-fish": { @@ -12409,7 +13924,9 @@ "swim", "ocean", "beach", - "nemo" + "nemo", + "blue", + "yellow" ] }, "blowfish": { @@ -12421,7 +13938,9 @@ "nature", "food", "sea", - "ocean" + "ocean", + "fugu", + "pufferfish" ] }, "shark": { @@ -12435,7 +13954,9 @@ "ocean", "jaws", "fins", - "beach" + "beach", + "great", + "white" ] }, "octopus": { @@ -12460,7 +13981,8 @@ "sea", "shell", "spiral", - "nature" + "nature", + "seashell" ] }, "coral": { @@ -12501,7 +14023,8 @@ "Cancer", "zodiac", "animal", - "crustacean" + "crustacean", + "cancer" ] }, "lobster": { @@ -12525,7 +14048,8 @@ "animal", "ocean", "nature", - "seafood" + "seafood", + "prawn" ] }, "squid": { @@ -12537,7 +14061,8 @@ "mollusk", "nature", "ocean", - "sea" + "sea", + "molusc" ] }, "oyster": { @@ -12581,7 +14106,8 @@ "garden", "insect", "nature", - "worm" + "worm", + "caterpillar" ] }, "ant": { @@ -12629,7 +14155,8 @@ "lady", "ladybird", "ladybug", - "nature" + "nature", + "bug" ] }, "cricket": { @@ -12641,7 +14168,8 @@ "grasshopper", "insect", "Orthoptera", - "chirp" + "chirp", + "orthoptera" ] }, "cockroach": { @@ -12673,7 +14201,9 @@ "animal", "insect", "arachnid", - "silk" + "silk", + "cobweb", + "spiderweb" ] }, "scorpion": { @@ -12684,7 +14214,9 @@ "Scorpius", "zodiac", "animal", - "arachnid" + "arachnid", + "scorpio", + "scorpius" ] }, "mosquito": { @@ -12733,7 +14265,11 @@ "science", "virus", "germs", - "covid" + "covid", + "cell", + "coronavirus", + "germ", + "microorganism" ] }, "bouquet": { @@ -12762,7 +14298,9 @@ "plant", "spring", "springtime", - "nature" + "nature", + "pink", + "sakura" ] }, "white-flower": { @@ -12772,7 +14310,14 @@ "flower", "white", "japanese", - "spring" + "spring", + "blossom", + "cherry", + "doily", + "done", + "paper", + "stamp", + "well" ] }, "lotus": { @@ -12787,7 +14332,11 @@ "peace", "purity", "serenity", - "meditation" + "meditation", + "buddhism", + "hinduism", + "india", + "vietnam" ] }, "rosette": { @@ -12825,7 +14374,9 @@ "wilted", "plant", "nature", - "rose" + "rose", + "dead", + "drooping" ] }, "hibiscus": { @@ -12848,7 +14399,8 @@ "plant", "sun", "nature", - "fall" + "fall", + "yellow" ] }, "blossom": { @@ -12861,7 +14413,9 @@ "plant", "nature", "flowers", - "yellow" + "yellow", + "blossoming flower", + "daisy" ] }, "tulip": { @@ -12908,7 +14462,8 @@ "nature", "grass", "lawn", - "spring" + "spring", + "sprouting" ] }, "potted-plant": { @@ -12922,7 +14477,10 @@ "plant", "pot", "potted", - "greenery" + "greenery", + "boring", + "houseplant", + "useless" ] }, "evergreen-tree": { @@ -12935,7 +14493,9 @@ "pine", "tree", "plant", - "nature" + "nature", + "fir", + "wood" ] }, "deciduous-tree": { @@ -12949,7 +14509,9 @@ "shedding", "tree", "plant", - "nature" + "nature", + "rounded", + "wood" ] }, "palm-tree": { @@ -12964,7 +14526,8 @@ "vegetable", "nature", "summer", - "mojito" + "mojito", + "coconut" ] }, "cactus": { @@ -12988,7 +14551,10 @@ "plant", "rice", "sheaf", - "nature" + "nature", + "crop", + "farming", + "wheat" ] }, "herb": { @@ -13001,7 +14567,8 @@ "medicine", "weed", "grass", - "lawn" + "lawn", + "crop" ] }, "shamrock": { @@ -13012,7 +14579,8 @@ "plant", "vegetable", "nature", - "clover" + "clover", + "trefoil" ] }, "four-leaf-clover": { @@ -13028,7 +14596,9 @@ "lucky", "plant", "vegetable", - "nature" + "nature", + "ireland", + "luck" ] }, "maple-leaf": { @@ -13042,7 +14612,9 @@ "plant", "vegetable", "ca", - "fall" + "fall", + "canada", + "canadian" ] }, "fallen-leaf": { @@ -13057,7 +14629,8 @@ "nature", "plant", "vegetable", - "leaves" + "leaves", + "brown" ] }, "leaf-fluttering-in-wind": { @@ -13075,7 +14648,9 @@ "vegetable", "grass", "lawn", - "spring" + "spring", + "green", + "leaves" ] }, "empty-nest": { @@ -13109,7 +14684,8 @@ "fungus", "toadstool", "plant", - "vegetable" + "vegetable", + "shroom" ] }, "leafless-tree": { @@ -13136,7 +14712,8 @@ "fruit", "grape", "food", - "wine" + "wine", + "plant" ] }, "melon": { @@ -13146,7 +14723,10 @@ "cantaloupe", "fruit", "nature", - "food" + "food", + "honeydew", + "muskmelon", + "plant" ] }, "watermelon": { @@ -13156,7 +14736,8 @@ "fruit", "food", "picnic", - "summer" + "summer", + "plant" ] }, "tangerine": { @@ -13170,7 +14751,9 @@ "orange", "vitamin", "food", - "nature" + "nature", + "mandarin", + "plant" ] }, "lemon": { @@ -13180,7 +14763,9 @@ "citrus", "fruit", "sour", - "nature" + "nature", + "lemonade", + "plant" ] }, "lime": { @@ -13213,7 +14798,9 @@ "fruit", "potassium", "food", - "monkey" + "monkey", + "plant", + "plantain" ] }, "pineapple": { @@ -13225,7 +14812,8 @@ "pina", "tropical", "nature", - "food" + "food", + "plant" ] }, "mango": { @@ -13249,7 +14837,9 @@ "red", "ripe", "mac", - "school" + "school", + "delicious", + "plant" ] }, "green-apple": { @@ -13259,7 +14849,12 @@ "apple", "fruit", "green", - "nature" + "nature", + "delicious", + "golden", + "granny", + "plant", + "smith" ] }, "pear": { @@ -13268,7 +14863,8 @@ "j": [ "fruit", "nature", - "food" + "food", + "plant" ] }, "peach": { @@ -13277,7 +14873,10 @@ "j": [ "fruit", "nature", - "food" + "food", + "bottom", + "butt", + "plant" ] }, "cherries": { @@ -13288,7 +14887,9 @@ "cherry", "fruit", "red", - "food" + "food", + "plant", + "wild" ] }, "strawberry": { @@ -13298,7 +14899,8 @@ "berry", "fruit", "food", - "nature" + "nature", + "plant" ] }, "blueberries": { @@ -13320,7 +14922,10 @@ "j": [ "food", "fruit", - "kiwi" + "kiwi", + "chinese", + "gooseberry", + "kiwifruit" ] }, "tomato": { @@ -13330,7 +14935,8 @@ "food", "fruit", "vegetable", - "nature" + "nature", + "plant" ] }, "olive": { @@ -13338,7 +14944,8 @@ "b": "1FAD2", "j": [ "food", - "fruit" + "fruit", + "olives" ] }, "coconut": { @@ -13350,7 +14957,8 @@ "piña", "fruit", "nature", - "food" + "food", + "cocoanut" ] }, "avocado": { @@ -13368,7 +14976,10 @@ "aubergine", "vegetable", "nature", - "food" + "food", + "phallic", + "plant", + "purple" ] }, "potato": { @@ -13379,7 +14990,9 @@ "vegetable", "tuber", "vegatable", - "starch" + "starch", + "baked", + "idaho" ] }, "carrot": { @@ -13403,7 +15016,8 @@ "maze", "food", "vegetable", - "plant" + "plant", + "cob" ] }, "hot-pepper": { @@ -13415,7 +15029,8 @@ "food", "spicy", "chilli", - "chili" + "chili", + "plant" ] }, "bell-pepper": { @@ -13438,7 +15053,8 @@ "food", "pickle", "vegetable", - "fruit" + "fruit", + "gherkin" ] }, "leafy-green": { @@ -13457,7 +15073,11 @@ "food", "vegetable", "plant", - "bok choy" + "bok choy", + "chinese", + "cos", + "greens", + "romaine" ] }, "broccoli": { @@ -13478,7 +15098,9 @@ "flavoring", "food", "spice", - "cook" + "cook", + "plant", + "vegetable" ] }, "onion": { @@ -13488,7 +15110,9 @@ "flavoring", "cook", "food", - "spice" + "spice", + "plant", + "vegetable" ] }, "peanuts": { @@ -13498,7 +15122,8 @@ "food", "nut", "peanut", - "vegetable" + "vegetable", + "nuts" ] }, "beans": { @@ -13518,7 +15143,9 @@ "almond", "plant", "food", - "squirrel" + "squirrel", + "acorn", + "nut" ] }, "ginger-root": { @@ -13642,7 +15269,8 @@ "naan", "pita", "flour", - "bakery" + "bakery", + "flat" ] }, "pretzel": { @@ -13654,7 +15282,9 @@ "food", "bread", "germany", - "bakery" + "bakery", + "soft", + "twist" ] }, "bagel": { @@ -13666,7 +15296,9 @@ "breakfast", "schmear", "food", - "jewish_bakery" + "jewish_bakery", + "cheese", + "cream" ] }, "pancakes": { @@ -13680,7 +15312,8 @@ "pancake", "flapjacks", "hotcakes", - "brunch" + "brunch", + "crêpes" ] }, "waffle": { @@ -13713,7 +15346,10 @@ "meat", "good", "food", - "drumstick" + "drumstick", + "barbecue", + "bbq", + "manga" ] }, "poultry-leg": { @@ -13756,7 +15392,8 @@ "meat", "pork", "pig", - "brunch" + "brunch", + "rashers" ] }, "hamburger": { @@ -13787,7 +15424,8 @@ "chips", "snack", "fast food", - "potato" + "potato", + "mcdonald's" ] }, "pizza": { @@ -13813,7 +15451,9 @@ "hotdog", "sausage", "food", - "america" + "america", + "redhot", + "wiener" ] }, "sandwich": { @@ -13824,7 +15464,11 @@ "food", "lunch", "toast", - "bakery" + "bakery", + "cheese", + "deli", + "meat", + "vegetables" ] }, "taco": { @@ -13852,7 +15496,8 @@ "mexican", "pamonha", "wrapped", - "masa" + "masa", + "tamal" ] }, "stuffed-flatbread": { @@ -13865,7 +15510,11 @@ "gyro", "kebab", "stuffed", - "mediterranean" + "mediterranean", + "doner", + "pita", + "sandwich", + "shawarma" ] }, "falafel": { @@ -13875,7 +15524,8 @@ "chickpea", "meatball", "food", - "mediterranean" + "mediterranean", + "falfel" ] }, "egg": { @@ -13904,7 +15554,8 @@ "up", "food", "kitchen", - "skillet" + "skillet", + "fried" ] }, "shallow-pan-of-food": { @@ -13917,7 +15568,8 @@ "pan", "shallow", "cooking", - "skillet" + "skillet", + "curry" ] }, "pot-of-food": { @@ -13929,7 +15581,8 @@ "soup", "stew", "meat", - "hot pot" + "hot pot", + "bowl" ] }, "fondue": { @@ -13941,7 +15594,8 @@ "food", "melted", "pot", - "ski" + "ski", + "swiss" ] }, "bowl-with-spoon": { @@ -13955,7 +15609,8 @@ "oatmeal", "porridge", "spoon", - "food" + "food", + "tableware" ] }, "green-salad": { @@ -13981,7 +15636,8 @@ "movie theater", "films", "snack", - "drama" + "drama", + "popping" ] }, "butter": { @@ -14014,7 +15670,10 @@ "canned", "food", "soup", - "tomatoes" + "tomatoes", + "preserve", + "tin", + "tinned" ] }, "bento-box": { @@ -14060,7 +15719,10 @@ "cooked", "food", "rice", - "asian" + "asian", + "boiled", + "bowl", + "steamed" ] }, "curry-rice": { @@ -14087,7 +15749,8 @@ "ramen", "soup", "steaming", - "japanese" + "japanese", + "noodles" ] }, "spaghetti": { @@ -14111,7 +15774,9 @@ "roasted", "sweet", "nature", - "plant" + "plant", + "goguma", + "yam" ] }, "oden": { @@ -14134,7 +15799,9 @@ "food", "fish", "japanese", - "rice" + "rice", + "sashimi", + "seafood" ] }, "fried-shrimp": { @@ -14168,7 +15835,9 @@ "pink", "kamaboko", "surimi", - "ramen" + "ramen", + "design", + "fishcake" ] }, "moon-cake": { @@ -14181,7 +15850,8 @@ "moon", "yuèbǐng", "food", - "dessert" + "dessert", + "mooncake" ] }, "dango": { @@ -14196,7 +15866,11 @@ "food", "japanese", "barbecue", - "meat" + "meat", + "balls", + "green", + "pink", + "white" ] }, "dumpling": { @@ -14234,7 +15908,11 @@ "oyster", "pail", "takeout", - "leftovers" + "leftovers", + "chinese", + "container", + "out", + "take" ] }, "soft-ice-cream": { @@ -14251,7 +15929,9 @@ "soft", "sweet", "hot", - "summer" + "summer", + "mr.", + "whippy" ] }, "shaved-ice": { @@ -14264,7 +15944,9 @@ "shaved", "sweet", "hot", - "summer" + "summer", + "cone", + "snow" ] }, "ice-cream": { @@ -14277,7 +15959,8 @@ "ice", "restaurant", "sweet", - "hot" + "hot", + "bowl" ] }, "doughnut": { @@ -14302,7 +15985,8 @@ "sweet", "food", "snack", - "oreo" + "oreo", + "biscuit" ] }, "birthday-cake": { @@ -14317,7 +16001,9 @@ "happy", "pastry", "sweet", - "food" + "food", + "candles", + "party" ] }, "shortcake": { @@ -14329,7 +16015,9 @@ "pastry", "slice", "sweet", - "food" + "food", + "piece", + "strawberry" ] }, "cupcake": { @@ -14342,7 +16030,10 @@ "sugar", "sweet", "treat", - "food" + "food", + "cake", + "fairy", + "pastry" ] }, "pie": { @@ -14357,7 +16048,8 @@ "pumpkin", "slice", "food", - "dessert" + "dessert", + "sweet" ] }, "chocolate-bar": { @@ -14399,7 +16091,9 @@ "food", "restaurant", "sweet", - "snack" + "snack", + "lollypop", + "sucker" ] }, "custard": { @@ -14410,7 +16104,9 @@ "pudding", "sweet", "food", - "flan" + "flan", + "caramel", + "creme" ] }, "honey-pot": { @@ -14443,7 +16139,8 @@ "milk", "newborn", "food", - "container" + "container", + "feeding" ] }, "glass-of-milk": { @@ -14473,7 +16170,8 @@ "tea", "latte", "espresso", - "mug" + "mug", + "chocolate" ] }, "teapot": { @@ -14485,7 +16183,8 @@ "food", "pot", "tea", - "hot" + "hot", + "kettle" ] }, "teacup-without-handle": { @@ -14502,7 +16201,8 @@ "bowl", "breakfast", "green", - "british" + "british", + "matcha" ] }, "sake": { @@ -14519,7 +16219,8 @@ "drunk", "japanese", "alcohol", - "booze" + "booze", + "rice" ] }, "bottle-with-popping-cork": { @@ -14532,7 +16233,11 @@ "drink", "popping", "wine", - "celebration" + "celebration", + "bubbly", + "champagne", + "party", + "sparkling" ] }, "wine-glass": { @@ -14550,7 +16255,8 @@ "glass", "restaurant", "wine", - "drunk" + "drunk", + "red" ] }, "cocktail-glass": { @@ -14595,7 +16301,11 @@ "beverage", "summer", "beach", - "mojito" + "mojito", + "fruit", + "punch", + "tiki", + "vacation" ] }, "beer-mug": { @@ -14644,7 +16354,9 @@ "drunk", "party", "pub", - "summer" + "summer", + "beers", + "mug" ] }, "clinking-glasses": { @@ -14663,7 +16375,8 @@ "cheers", "wine", "champagne", - "toast" + "toast", + "celebration" ] }, "tumbler-glass": { @@ -14682,7 +16395,8 @@ "drunk", "alcohol", "booze", - "bourbon" + "bourbon", + "rum" ] }, "pouring-liquid": { @@ -14714,7 +16428,12 @@ "soft", "straw", "water", - "soft drink" + "soft drink", + "go", + "milkshake", + "pop", + "smoothie", + "tableware" ] }, "bubble-tea": { @@ -14729,7 +16448,9 @@ "tea", "taiwan", "milk tea", - "straw" + "straw", + "momi", + "tapioca" ] }, "beverage-box": { @@ -14750,7 +16471,12 @@ "j": [ "drink", "tea", - "beverage" + "beverage", + "bombilla", + "chimarrão", + "cimarrón", + "maté", + "yerba" ] }, "ice": { @@ -14786,7 +16512,10 @@ "food", "meal", "lunch", - "restaurant" + "restaurant", + "cutlery", + "dining", + "tableware" ] }, "fork-and-knife": { @@ -14809,7 +16538,9 @@ "restaurant", "yum", "yummy", - "kitchen" + "kitchen", + "silverware", + "tableware" ] }, "spoon": { @@ -14834,7 +16565,10 @@ "tool", "weapon", "blade", - "cutlery" + "cutlery", + "butchers", + "chop", + "cut" ] }, "jar": { @@ -14861,7 +16595,8 @@ "weapon", "zodiac", "vase", - "jar" + "jar", + "aquarius" ] }, "globe-showing-europeafrica": { @@ -14876,7 +16611,8 @@ "showing", "world", "globe_showing_europe_africa", - "international" + "international", + "planet" ] }, "globe-showing-americas": { @@ -14889,7 +16625,8 @@ "showing", "world", "USA", - "international" + "international", + "planet" ] }, "globe-showing-asiaaustralia": { @@ -14905,7 +16642,8 @@ "world", "globe_showing_asia_australia", "east", - "international" + "international", + "planet" ] }, "globe-with-meridians": { @@ -14921,7 +16659,10 @@ "worldwide", "international", "interweb", - "i18n" + "i18n", + "global", + "wide", + "www" ] }, "world-map": { @@ -14931,7 +16672,8 @@ "map", "world", "location", - "direction" + "direction", + "travel" ] }, "map-of-japan": { @@ -14943,7 +16685,8 @@ "nation", "country", "japanese", - "asia" + "asia", + "silhouette" ] }, "compass": { @@ -14988,7 +16731,8 @@ "mountain", "nature", "photo", - "disaster" + "disaster", + "weather" ] }, "mount-fuji": { @@ -15000,7 +16744,10 @@ "mountain", "nature", "photo", - "japanese" + "japanese", + "capped", + "san", + "snow" ] }, "camping": { @@ -15009,7 +16756,8 @@ "j": [ "photo", "outdoors", - "tent" + "tent", + "campsite" ] }, "beach-with-umbrella": { @@ -15064,7 +16812,9 @@ "place", "sports", "concert", - "venue" + "venue", + "grandstand", + "sport" ] }, "classical-building": { @@ -15097,7 +16847,8 @@ "bricks", "clay", "mortar", - "wall" + "wall", + "construction" ] }, "rock": { @@ -15108,7 +16859,8 @@ "heavy", "solid", "stone", - "tough" + "tough", + "construction" ] }, "wood": { @@ -15119,7 +16871,8 @@ "lumber", "timber", "nature", - "trunk" + "trunk", + "construction" ] }, "hut": { @@ -15140,7 +16893,9 @@ "j": [ "house", "buildings", - "photo" + "photo", + "building", + "group" ] }, "derelict-house": { @@ -15153,7 +16908,10 @@ "abandon", "evict", "broken", - "building" + "building", + "abandoned", + "haunted", + "old" ] }, "house": { @@ -15189,7 +16947,8 @@ "suburbia", "where", "plant", - "nature" + "nature", + "tree" ] }, "office-building": { @@ -15202,7 +16961,9 @@ "job", "office", "bureau", - "work" + "work", + "high", + "rise" ] }, "japanese-post-office": { @@ -15214,7 +16975,10 @@ "office", "post", "envelope", - "communication" + "communication", + "japan", + "mark", + "postal" ] }, "post-office": { @@ -15225,7 +16989,8 @@ "European", "office", "post", - "email" + "email", + "european" ] }, "hospital": { @@ -15236,7 +17001,12 @@ "doctor", "medicine", "health", - "surgery" + "surgery", + "cross", + "emergency", + "medical", + "red", + "room" ] }, "bank": { @@ -15248,7 +17018,10 @@ "sales", "cash", "business", - "enterprise" + "enterprise", + "bakkureru", + "bk", + "branch" ] }, "hotel": { @@ -15257,7 +17030,9 @@ "j": [ "building", "accomodation", - "checkin" + "checkin", + "accommodation", + "h" ] }, "love-hotel": { @@ -15269,7 +17044,9 @@ "love", "like", "affection", - "dating" + "dating", + "heart", + "hospital" ] }, "convenience-store": { @@ -15282,7 +17059,14 @@ "hours", "store", "shopping", - "groceries" + "groceries", + "corner", + "e", + "eleven®", + "hour", + "kwik", + "mart", + "shop" ] }, "school": { @@ -15293,7 +17077,12 @@ "student", "education", "learn", - "teach" + "teach", + "clock", + "elementary", + "high", + "middle", + "tower" ] }, "department-store": { @@ -15304,7 +17093,9 @@ "department", "store", "shopping", - "mall" + "mall", + "center", + "shops" ] }, "factory": { @@ -15314,7 +17105,9 @@ "building", "industry", "pollution", - "smoke" + "smoke", + "industrial", + "smog" ] }, "japanese-castle": { @@ -15324,7 +17117,8 @@ "building", "castle", "Japanese", - "photo" + "photo", + "fortress" ] }, "castle": { @@ -15334,7 +17128,9 @@ "building", "European", "royalty", - "history" + "history", + "european", + "turrets" ] }, "wedding": { @@ -15351,7 +17147,10 @@ "couple", "marriage", "bride", - "groom" + "groom", + "activity", + "church", + "heart" ] }, "tokyo-tower": { @@ -15361,7 +17160,9 @@ "Tokyo", "tower", "photo", - "japanese" + "japanese", + "eiffel", + "red" ] }, "statue-of-liberty": { @@ -15390,7 +17191,8 @@ "cross", "religion", "building", - "christ" + "christ", + "christian" ] }, "mosque": { @@ -15402,7 +17204,10 @@ "Muslim", "religion", "worship", - "minaret" + "minaret", + "domed", + "muslim", + "roof" ] }, "hindu-temple": { @@ -15424,7 +17229,9 @@ "religion", "temple", "worship", - "jewish" + "jewish", + "jew", + "synagog" ] }, "shinto-shrine": { @@ -15436,7 +17243,10 @@ "shrine", "temple", "japan", - "kyoto" + "kyoto", + "kami", + "michi", + "no" ] }, "kaaba": { @@ -15449,7 +17259,8 @@ "religion", "umrah", "mecca", - "mosque" + "mosque", + "muslim" ] }, "fountain": { @@ -15459,7 +17270,9 @@ "photo", "summer", "water", - "fresh" + "fresh", + "feature", + "park" ] }, "tent": { @@ -15477,7 +17290,13 @@ "j": [ "fog", "photo", - "mountain" + "mountain", + "bridge", + "city", + "fog bridge", + "karl", + "under", + "weather" ] }, "night-with-stars": { @@ -15489,7 +17308,9 @@ "stars", "evening", "city", - "downtown" + "downtown", + "starry", + "weather" ] }, "cityscape": { @@ -15499,7 +17320,9 @@ "city", "photo", "night life", - "urban" + "urban", + "building", + "skyline" ] }, "sunrise-over-mountains": { @@ -15513,7 +17336,9 @@ "sunrise", "view", "vacation", - "photo" + "photo", + "mountain", + "weather" ] }, "sunrise": { @@ -15525,7 +17350,9 @@ "sun", "view", "vacation", - "photo" + "photo", + "sunset", + "weather" ] }, "cityscape-at-dusk": { @@ -15543,7 +17370,9 @@ "sunset", "photo", "sky", - "buildings" + "buildings", + "orange", + "weather" ] }, "sunset": { @@ -15555,7 +17384,12 @@ "sun", "photo", "good morning", - "dawn" + "dawn", + "buildings", + "city", + "over", + "sunrise", + "weather" ] }, "bridge-at-night": { @@ -15566,7 +17400,10 @@ "bridge", "night", "photo", - "sanfrancisco" + "sanfrancisco", + "gate", + "golden", + "weather" ] }, "hot-springs": { @@ -15579,7 +17416,9 @@ "steaming", "bath", "warm", - "relax" + "relax", + "onsen", + "steam" ] }, "carousel-horse": { @@ -15590,7 +17429,12 @@ "entertainment", "horse", "photo", - "carnival" + "carnival", + "activity", + "fairground", + "go", + "merry", + "round" ] }, "playground-slide": { @@ -15619,7 +17463,12 @@ "wheel", "photo", "carnival", - "londoneye" + "londoneye", + "activity", + "big", + "entertainment", + "fairground", + "observation" ] }, "roller-coaster": { @@ -15634,7 +17483,10 @@ "carnival", "playground", "photo", - "fun" + "fun", + "activity", + "entertainment", + "rollercoaster" ] }, "barber-pole": { @@ -15649,7 +17501,11 @@ "shave", "hair", "salon", - "style" + "style", + "barber's", + "hairdresser", + "shop", + "stripes" ] }, "circus-tent": { @@ -15660,7 +17516,11 @@ "tent", "festival", "carnival", - "party" + "party", + "activity", + "big", + "entertainment", + "top" ] }, "locomotive": { @@ -15690,7 +17550,11 @@ "travel", "trolleybus", "transportation", - "vehicle" + "vehicle", + "carriage", + "railcar", + "railroad", + "wagon" ] }, "highspeed-train": { @@ -15704,7 +17568,9 @@ "train", "high_speed_train", "transportation", - "vehicle" + "vehicle", + "bullettrain", + "side" ] }, "bullet-train": { @@ -15722,7 +17588,10 @@ "transportation", "vehicle", "fast", - "public" + "public", + "bullettrain", + "front", + "high" ] }, "train": { @@ -15733,7 +17602,12 @@ "choo", "railway", "transportation", - "vehicle" + "vehicle", + "diesel", + "electric", + "passenger", + "regular", + "train2" ] }, "metro": { @@ -15746,7 +17620,9 @@ "blue-square", "mrt", "underground", - "tube" + "tube", + "train", + "vehicle" ] }, "light-rail": { @@ -15770,7 +17646,8 @@ "train", "transportation", "vehicle", - "public" + "public", + "platform" ] }, "tram": { @@ -15799,7 +17676,9 @@ "railway", "trip", "transportation", - "vehicle" + "vehicle", + "funicular", + "train" ] }, "tram-car": { @@ -15815,7 +17694,8 @@ "vehicle", "carriage", "public", - "travel" + "travel", + "train" ] }, "bus": { @@ -15836,7 +17716,8 @@ "cars", "oncoming", "vehicle", - "transportation" + "transportation", + "front" ] }, "trolleybus": { @@ -15848,7 +17729,8 @@ "trolley", "bart", "transportation", - "vehicle" + "vehicle", + "electric bus" ] }, "minibus": { @@ -15860,7 +17742,10 @@ "van", "vehicle", "car", - "transportation" + "transportation", + "minivan", + "mover", + "people" ] }, "ambulance": { @@ -15883,7 +17768,8 @@ "truck", "transportation", "cars", - "vehicle" + "vehicle", + "department" ] }, "police-car": { @@ -15900,7 +17786,9 @@ "transportation", "law", "legal", - "enforcement" + "enforcement", + "cop", + "side" ] }, "oncoming-police-car": { @@ -15914,7 +17802,9 @@ "law", "legal", "enforcement", - "911" + "911", + "front of", + "🚓 cop" ] }, "taxi": { @@ -15929,7 +17819,11 @@ "yellow", "uber", "cars", - "transportation" + "transportation", + "new", + "side", + "taxicab", + "york" ] }, "oncoming-taxi": { @@ -15945,7 +17839,9 @@ "taxi", "yellow", "vehicle", - "uber" + "uber", + "front", + "taxicab" ] }, "automobile": { @@ -15956,7 +17852,8 @@ "driving", "vehicle", "red", - "transportation" + "transportation", + "side" ] }, "oncoming-automobile": { @@ -15969,7 +17866,8 @@ "drove", "oncoming", "vehicle", - "transportation" + "transportation", + "front" ] }, "sport-utility-vehicle": { @@ -15983,7 +17881,11 @@ "sportutility", "utility", "vehicle", - "transportation" + "transportation", + "blue", + "campervan", + "motorhome", + "rv" ] }, "pickup-truck": { @@ -15996,7 +17898,8 @@ "pick-up", "pickup", "transportation", - "truck" + "truck", + "vehicle" ] }, "delivery-truck": { @@ -16026,7 +17929,8 @@ "vehicle", "cars", "transportation", - "express" + "express", + "green" ] }, "tractor": { @@ -16036,7 +17940,8 @@ "vehicle", "car", "farming", - "agriculture" + "agriculture", + "farm" ] }, "racing-car": { @@ -16050,7 +17955,8 @@ "race", "fast", "formula", - "f1" + "f1", + "one" ] }, "motorcycle": { @@ -16060,7 +17966,8 @@ "racing", "race", "sports", - "fast" + "fast", + "motorbike" ] }, "motor-scooter": { @@ -16071,7 +17978,9 @@ "scooter", "vehicle", "vespa", - "sasha" + "sasha", + "bike", + "cycle" ] }, "manual-wheelchair": { @@ -16118,7 +18027,9 @@ "spinning", "sports", "exercise", - "hipster" + "hipster", + "push", + "vehicle" ] }, "kick-scooter": { @@ -16151,7 +18062,9 @@ "skates", "sport", "footwear", - "sports" + "sports", + "derby", + "inline" ] }, "bus-stop": { @@ -16206,7 +18119,8 @@ "pump", "station", "gas station", - "petroleum" + "petroleum", + "petrol" ] }, "wheel": { @@ -16239,7 +18153,13 @@ "error", "pinged", "law", - "legal" + "legal", + "cars", + "car’s", + "emergency light", + "flashing", + "rotating", + "vehicle" ] }, "horizontal-traffic-light": { @@ -16269,7 +18189,8 @@ "traffic", "vertical", "transportation", - "driving" + "driving", + "semaphore" ] }, "stop-sign": { @@ -16289,7 +18210,12 @@ "wip", "progress", "caution", - "warning" + "warning", + "black", + "roadwork", + "sign", + "striped", + "yellow" ] }, "anchor": { @@ -16300,7 +18226,10 @@ "tool", "ferry", "sea", - "boat" + "boat", + "admiralty", + "fisherman", + "pattern" ] }, "ring-buoy": { @@ -16334,7 +18263,9 @@ "ship", "summer", "transportation", - "water" + "water", + "dinghy", + "vehicle" ] }, "canoe": { @@ -16360,7 +18291,9 @@ "travel", "ship", "transportation", - "vehicle" + "vehicle", + "motorboat", + "powerboat" ] }, "passenger-ship": { @@ -16371,7 +18304,8 @@ "ship", "yacht", "cruise", - "ferry" + "ferry", + "vehicle" ] }, "ferry": { @@ -16391,7 +18325,8 @@ "boat", "motor", "motorboat", - "ship" + "ship", + "vehicle" ] }, "ship": { @@ -16403,7 +18338,9 @@ "travel", "transportation", "titanic", - "deploy" + "deploy", + "cruise", + "vehicle" ] }, "airplane": { @@ -16447,7 +18384,10 @@ "plane", "airport", "flight", - "landing" + "landing", + "off", + "taking", + "vehicle" ] }, "airplane-arrival": { @@ -16463,7 +18403,8 @@ "plane", "airport", "flight", - "boarding" + "boarding", + "vehicle" ] }, "parachute": { @@ -16474,7 +18415,8 @@ "parasail", "skydive", "fly", - "glide" + "glide", + "hang" ] }, "seat": { @@ -16487,7 +18429,9 @@ "transport", "bus", "flight", - "fly" + "fly", + "aeroplane", + "train" ] }, "helicopter": { @@ -16551,7 +18495,9 @@ "orbit", "spaceflight", "NASA", - "ISS" + "ISS", + "artificial", + "vehicle" ] }, "rocket": { @@ -16567,7 +18513,9 @@ "NASA", "outer space", "outer_space", - "fly" + "fly", + "shuttle", + "vehicle" ] }, "flying-saucer": { @@ -16582,7 +18530,11 @@ "UFO", "transportation", "vehicle", - "ufo" + "ufo", + "alien", + "extraterrestrial", + "fantasy", + "space" ] }, "bellhop-bell": { @@ -16647,7 +18599,11 @@ "j": [ "clock", "time", - "accessories" + "accessories", + "apple", + "timepiece", + "wrist", + "wristwatch" ] }, "alarm-clock": { @@ -16661,7 +18617,8 @@ "late", "time", "waiting", - "wake" + "wake", + "morning" ] }, "stopwatch": { @@ -16710,7 +18667,10 @@ "midday", "late", "early", - "schedule" + "schedule", + "clock12", + "face", + "oclock" ] }, "twelvethirty": { @@ -16731,7 +18691,9 @@ "1230", "late", "early", - "schedule" + "schedule", + "clock1230", + "face" ] }, "one-oclock": { @@ -16750,7 +18712,10 @@ "1300", "late", "early", - "schedule" + "schedule", + "clock1", + "face", + "oclock" ] }, "onethirty": { @@ -16771,7 +18736,9 @@ "1330", "late", "early", - "schedule" + "schedule", + "clock130", + "face" ] }, "two-oclock": { @@ -16790,7 +18757,10 @@ "1400", "late", "early", - "schedule" + "schedule", + "clock2", + "face", + "oclock" ] }, "twothirty": { @@ -16811,7 +18781,9 @@ "1430", "late", "early", - "schedule" + "schedule", + "clock230", + "face" ] }, "three-oclock": { @@ -16830,7 +18802,10 @@ "1500", "late", "early", - "schedule" + "schedule", + "clock3", + "face", + "oclock" ] }, "threethirty": { @@ -16851,7 +18826,9 @@ "1530", "late", "early", - "schedule" + "schedule", + "clock330", + "face" ] }, "four-oclock": { @@ -16870,7 +18847,10 @@ "1600", "late", "early", - "schedule" + "schedule", + "clock4", + "face", + "oclock" ] }, "fourthirty": { @@ -16891,7 +18871,9 @@ "1630", "late", "early", - "schedule" + "schedule", + "clock430", + "face" ] }, "five-oclock": { @@ -16910,7 +18892,10 @@ "1700", "late", "early", - "schedule" + "schedule", + "clock5", + "face", + "oclock" ] }, "fivethirty": { @@ -16931,7 +18916,9 @@ "1730", "late", "early", - "schedule" + "schedule", + "clock530", + "face" ] }, "six-oclock": { @@ -16952,7 +18939,10 @@ "early", "schedule", "dawn", - "dusk" + "dusk", + "clock6", + "face", + "oclock" ] }, "sixthirty": { @@ -16973,7 +18963,9 @@ "time", "late", "early", - "schedule" + "schedule", + "clock630", + "face" ] }, "seven-oclock": { @@ -16993,7 +18985,10 @@ "time", "late", "early", - "schedule" + "schedule", + "clock7", + "face", + "oclock" ] }, "seventhirty": { @@ -17014,7 +19009,9 @@ "time", "late", "early", - "schedule" + "schedule", + "clock730", + "face" ] }, "eight-oclock": { @@ -17033,7 +19030,10 @@ "2000", "late", "early", - "schedule" + "schedule", + "clock8", + "face", + "oclock" ] }, "eightthirty": { @@ -17054,7 +19054,9 @@ "2030", "late", "early", - "schedule" + "schedule", + "clock830", + "face" ] }, "nine-oclock": { @@ -17073,7 +19075,10 @@ "2100", "late", "early", - "schedule" + "schedule", + "clock9", + "face", + "oclock" ] }, "ninethirty": { @@ -17094,7 +19099,9 @@ "2130", "late", "early", - "schedule" + "schedule", + "clock930", + "face" ] }, "ten-oclock": { @@ -17114,7 +19121,10 @@ "time", "late", "early", - "schedule" + "schedule", + "clock10", + "face", + "oclock" ] }, "tenthirty": { @@ -17135,7 +19145,9 @@ "2230", "late", "early", - "schedule" + "schedule", + "clock1030", + "face" ] }, "eleven-oclock": { @@ -17154,7 +19166,10 @@ "2300", "late", "early", - "schedule" + "schedule", + "clock11", + "face", + "oclock" ] }, "eleventhirty": { @@ -17175,7 +19190,9 @@ "2330", "late", "early", - "schedule" + "schedule", + "clock1130", + "face" ] }, "new-moon": { @@ -17191,7 +19208,12 @@ "planet", "night", "evening", - "sleep" + "sleep", + "eclipse", + "shadow moon", + "solar", + "symbol", + "weather" ] }, "waxing-crescent-moon": { @@ -17208,7 +19230,9 @@ "planet", "night", "evening", - "sleep" + "sleep", + "symbol", + "weather" ] }, "first-quarter-moon": { @@ -17224,7 +19248,9 @@ "planet", "night", "evening", - "sleep" + "sleep", + "symbol", + "weather" ] }, "waxing-gibbous-moon": { @@ -17242,7 +19268,9 @@ "twilight", "planet", "evening", - "sleep" + "sleep", + "symbol", + "weather" ] }, "full-moon": { @@ -17258,7 +19286,9 @@ "planet", "night", "evening", - "sleep" + "sleep", + "symbol", + "weather" ] }, "waning-gibbous-moon": { @@ -17275,7 +19305,9 @@ "night", "evening", "sleep", - "waxing_gibbous_moon" + "waxing_gibbous_moon", + "symbol", + "weather" ] }, "last-quarter-moon": { @@ -17291,7 +19323,9 @@ "planet", "night", "evening", - "sleep" + "sleep", + "symbol", + "weather" ] }, "waning-crescent-moon": { @@ -17307,7 +19341,9 @@ "planet", "night", "evening", - "sleep" + "sleep", + "symbol", + "weather" ] }, "crescent-moon": { @@ -17322,7 +19358,8 @@ "sleep", "sky", "evening", - "magic" + "magic", + "weather" ] }, "new-moon-face": { @@ -17338,7 +19375,11 @@ "planet", "night", "evening", - "sleep" + "sleep", + "creepy", + "dark", + "molester", + "weather" ] }, "first-quarter-moon-face": { @@ -17355,7 +19396,8 @@ "planet", "night", "evening", - "sleep" + "sleep", + "weather" ] }, "last-quarter-moon-face": { @@ -17373,7 +19415,8 @@ "space", "night", "evening", - "sleep" + "sleep", + "weather" ] }, "thermometer": { @@ -17399,7 +19442,9 @@ "brightness", "summer", "beach", - "spring" + "spring", + "black", + "sunshine" ] }, "full-moon-face": { @@ -17416,7 +19461,11 @@ "space", "night", "evening", - "sleep" + "sleep", + "moonface", + "smiley", + "smiling", + "weather" ] }, "sun-with-face": { @@ -17435,7 +19484,12 @@ "weather", "nature", "morning", - "sky" + "sky", + "smiley", + "smiling", + "space", + "summer", + "sunface" ] }, "ringed-planet": { @@ -17446,7 +19500,9 @@ "ringed", "saturn", "saturnine", - "outerspace" + "outerspace", + "planets", + "space" ] }, "star": { @@ -17458,7 +19514,8 @@ "stars", "white", "night", - "yellow" + "yellow", + "gold" ] }, "glowing-star": { @@ -17475,7 +19532,8 @@ "win", "awesome", "good", - "magic" + "magic", + "star2" ] }, "shooting-star": { @@ -17487,7 +19545,14 @@ "shooting", "space", "star", - "photo" + "photo", + "activity", + "meteoroid", + "stars", + "upon", + "when", + "wish", + "you" ] }, "milky-way": { @@ -17498,7 +19563,12 @@ "space", "way", "photo", - "stars" + "stars", + "galaxy", + "night", + "sky", + "universe", + "weather" ] }, "cloud": { @@ -17506,7 +19576,9 @@ "b": "2601-FE0F", "j": [ "weather", - "sky" + "sky", + "cloudy", + "overcast" ] }, "sun-behind-cloud": { @@ -17521,7 +19593,9 @@ "nature", "morning", "fall", - "spring" + "spring", + "partly", + "sunny" ] }, "cloud-with-lightning-and-rain": { @@ -17543,7 +19617,8 @@ "behind", "cloud", "sun", - "weather" + "weather", + "white" ] }, "sun-behind-large-cloud": { @@ -17553,7 +19628,8 @@ "behind", "cloud", "sun", - "weather" + "weather", + "white" ] }, "sun-behind-rain-cloud": { @@ -17564,7 +19640,8 @@ "cloud", "rain", "sun", - "weather" + "weather", + "white" ] }, "cloud-with-rain": { @@ -17624,7 +19701,11 @@ "face", "wind", "gust", - "air" + "air", + "blowing", + "mother", + "nature", + "weather" ] }, "cyclone": { @@ -17669,7 +19750,8 @@ "unicorn_face", "photo", "sky", - "spring" + "spring", + "primary" ] }, "closed-umbrella": { @@ -17681,7 +19763,9 @@ "rain", "umbrella", "weather", - "drizzle" + "drizzle", + "collapsed umbrella", + "pink" ] }, "umbrella": { @@ -17691,7 +19775,8 @@ "clothing", "rain", "weather", - "spring" + "spring", + "open" ] }, "umbrella-with-rain-drops": { @@ -17705,7 +19790,8 @@ "umbrella", "weather", "rainy", - "spring" + "spring", + "raining" ] }, "umbrella-on-ground": { @@ -17717,7 +19803,9 @@ "sun", "umbrella", "weather", - "summer" + "summer", + "beach", + "parasol" ] }, "high-voltage": { @@ -17736,7 +19824,8 @@ "zap", "weather", "lightning bolt", - "fast" + "fast", + "sign" ] }, "snowflake": { @@ -17749,7 +19838,8 @@ "winter", "season", "christmas", - "xmas" + "xmas", + "snowing" ] }, "snowman": { @@ -17764,7 +19854,9 @@ "weather", "christmas", "xmas", - "frozen" + "frozen", + "snowflakes", + "snowing" ] }, "snowman-without-snow": { @@ -17781,7 +19873,9 @@ "christmas", "xmas", "frozen", - "without_snow" + "without_snow", + "frosty", + "olaf" ] }, "comet": { @@ -17802,7 +19896,8 @@ "lit", "litaf", "tool", - "cook" + "cook", + "snapstreak" ] }, "droplet": { @@ -17836,7 +19931,10 @@ "wave", "sea", "tsunami", - "disaster" + "disaster", + "beach", + "waves", + "weather" ] }, "jackolantern": { @@ -17852,7 +19950,10 @@ "jack_o_lantern", "light", "creepy", - "fall" + "fall", + "activity", + "entertainment", + "gourd" ] }, "christmas-tree": { @@ -17865,7 +19966,10 @@ "festival", "vacation", "december", - "xmas" + "xmas", + "activity", + "entertainment", + "xmas tree" ] }, "fireworks": { @@ -17879,7 +19983,9 @@ "photo", "festival", "carnival", - "congratulations" + "congratulations", + "activity", + "explosion" ] }, "sparkler": { @@ -17892,7 +19998,12 @@ "sparkle", "stars", "night", - "shine" + "shine", + "activity", + "entertainment", + "firework", + "hanabi", + "senko" ] }, "firecracker": { @@ -17925,7 +20036,9 @@ "shiny", "cool", "awesome", - "good" + "good", + "entertainment", + "glitter" ] }, "balloon": { @@ -17936,7 +20049,10 @@ "celebrate", "celebration", "party", - "circus" + "circus", + "activity", + "entertainment", + "red" ] }, "party-popper": { @@ -17955,7 +20071,10 @@ "woohoo", "congratulations", "magic", - "circus" + "circus", + "activity", + "entertainment", + "hat" ] }, "confetti-ball": { @@ -17970,7 +20089,9 @@ "woohoo", "festival", "birthday", - "circus" + "circus", + "activity", + "entertainment" ] }, "tanabata-tree": { @@ -17989,7 +20110,10 @@ "bamboo", "wish", "star_festival", - "tanzaku" + "tanzaku", + "activity", + "entertainment", + "japanese" ] }, "pine-decoration": { @@ -18006,7 +20130,10 @@ "nature", "vegetable", "panda", - "new_years" + "new_years", + "activity", + "kadomatsu", + "year" ] }, "japanese-dolls": { @@ -18020,7 +20147,11 @@ "Japanese", "japanese", "toy", - "kimono" + "kimono", + "activity", + "entertainment", + "hinamatsuri", + "imperial" ] }, "carp-streamer": { @@ -18033,7 +20164,13 @@ "fish", "japanese", "koinobori", - "banner" + "banner", + "activity", + "entertainment", + "flag", + "flags", + "socks", + "wind" ] }, "wind-chime": { @@ -18046,7 +20183,11 @@ "wind", "nature", "ding", - "spring" + "spring", + "activity", + "entertainment", + "furin", + "jellyfish" ] }, "moon-viewing-ceremony": { @@ -18060,7 +20201,17 @@ "photo", "japan", "asia", - "tsukimi" + "tsukimi", + "activity", + "autumn", + "dumplings", + "entertainment", + "festival", + "grass", + "harvest", + "mid", + "rice", + "scene" ] }, "red-envelope": { @@ -18075,7 +20226,10 @@ "luck", "money", "red", - "see" + "see", + "ang", + "packet", + "pao" ] }, "ribbon": { @@ -18086,7 +20240,8 @@ "decoration", "pink", "girl", - "bowtie" + "bowtie", + "bow" ] }, "wrapped-gift": { @@ -18102,7 +20257,8 @@ "present", "surprise", "wrapped", - "xmas" + "xmas", + "entertainment" ] }, "reminder-ribbon": { @@ -18127,7 +20283,8 @@ "tickets", "sports", "concert", - "entrance" + "entrance", + "entertainment" ] }, "ticket": { @@ -18138,7 +20295,11 @@ "stub", "event", "concert", - "pass" + "pass", + "activity", + "entertainment", + "tour", + "world" ] }, "military-medal": { @@ -18150,7 +20311,9 @@ "medal", "military", "winning", - "army" + "army", + "decoration", + "medallion" ] }, "trophy": { @@ -18169,7 +20332,10 @@ "contest", "place", "ftw", - "ceremony" + "ceremony", + "championship", + "winner", + "winners" ] }, "sports-medal": { @@ -18240,7 +20406,8 @@ "ball", "sport", "sports", - "balls" + "balls", + "softball" ] }, "softball": { @@ -18251,7 +20418,9 @@ "glove", "sports", "underarm", - "balls" + "balls", + "game", + "sport" ] }, "basketball": { @@ -18263,7 +20432,8 @@ "sport", "sports", "balls", - "NBA" + "NBA", + "orange" ] }, "volleyball": { @@ -18288,7 +20458,9 @@ "super", "sports", "balls", - "NFL" + "NFL", + "gridiron", + "superbowl" ] }, "rugby-football": { @@ -18300,7 +20472,9 @@ "rugby", "sport", "sports", - "team" + "team", + "league", + "union" ] }, "tennis": { @@ -18312,7 +20486,8 @@ "sport", "sports", "balls", - "green" + "green", + "racket" ] }, "flying-disc": { @@ -18323,7 +20498,10 @@ "flying", "ultimate", "sports", - "frisbee" + "frisbee", + "game", + "golf", + "sport" ] }, "bowling": { @@ -18336,7 +20514,11 @@ "strike", "sports", "fun", - "play" + "play", + "pin", + "pins", + "skittles", + "ten" ] }, "cricket-game": { @@ -18347,7 +20529,8 @@ "bat", "cricket", "game", - "sports" + "sports", + "field" ] }, "field-hockey": { @@ -18381,7 +20564,9 @@ "ball", "goal", "sports", - "stick" + "stick", + "game", + "sport" ] }, "ping-pong": { @@ -18476,7 +20661,8 @@ "sport", "food", "hobby", - "summer" + "summer", + "rod" ] }, "diving-mask": { @@ -18500,7 +20686,9 @@ "sash", "shirt", "play", - "pageant" + "pageant", + "marathon", + "singlet" ] }, "skis": { @@ -18512,7 +20700,9 @@ "sport", "sports", "winter", - "cold" + "cold", + "boot", + "skiing" ] }, "sled": { @@ -18550,7 +20740,11 @@ "target", "direct_hit", "play", - "bar" + "bar", + "activity", + "archery", + "darts", + "eye" ] }, "yoyo": { @@ -18569,7 +20763,8 @@ "j": [ "fly", "soar", - "wind" + "wind", + "toy" ] }, "water-pistol": { @@ -18583,7 +20778,9 @@ "tool", "water", "weapon", - "violence" + "violence", + "shoot", + "squirt" ] }, "pool-8-ball": { @@ -18599,7 +20796,10 @@ "pool", "hobby", "luck", - "magic" + "magic", + "billiards", + "cue", + "snooker" ] }, "crystal-ball": { @@ -18619,7 +20819,10 @@ "disco", "party", "circus", - "fortune_teller" + "fortune_teller", + "clairvoyant", + "psychic", + "purple" ] }, "magic-wand": { @@ -18645,7 +20848,12 @@ "video", "play", "console", - "PS4" + "PS4", + "gamepad", + "playstation", + "u", + "wii", + "xbox" ] }, "joystick": { @@ -18655,7 +20863,8 @@ "game", "video", "videogame", - "play" + "play", + "entertainment" ] }, "slot-machine": { @@ -18672,7 +20881,9 @@ "bet", "vegas", "fruit machine", - "luck" + "luck", + "activity", + "poker" ] }, "game-die": { @@ -18686,7 +20897,8 @@ "random", "tabletop", "play", - "luck" + "luck", + "gambling" ] }, "puzzle-piece": { @@ -18754,7 +20966,8 @@ "matryoshka", "nesting", "russia", - "toy" + "toy", + "russian" ] }, "spade-suit": { @@ -18768,7 +20981,9 @@ "poker", "cards", "suits", - "magic" + "magic", + "black", + "spades" ] }, "heart-suit": { @@ -18784,7 +20999,8 @@ "poker", "cards", "magic", - "suits" + "suits", + "black" ] }, "diamond-suit": { @@ -18798,7 +21014,9 @@ "poker", "cards", "magic", - "suits" + "suits", + "black", + "diamonds" ] }, "club-suit": { @@ -18813,7 +21031,8 @@ "poker", "cards", "magic", - "suits" + "suits", + "black" ] }, "chess-pawn": { @@ -18823,7 +21042,10 @@ "chess", "dupe", "expendable", - "pawn" + "pawn", + "black", + "game", + "piece" ] }, "joker": { @@ -18836,7 +21058,10 @@ "poker", "cards", "play", - "magic" + "magic", + "black", + "entertainment", + "playing" ] }, "mahjong-red-dragon": { @@ -18849,7 +21074,8 @@ "red", "play", "chinese", - "kanji" + "kanji", + "tile" ] }, "flower-playing-cards": { @@ -18863,7 +21089,14 @@ "Japanese", "playing", "sunset", - "red" + "red", + "activity", + "deck", + "entertainment", + "hanafuda", + "hwatu", + "japanese", + "of cards" ] }, "performing-arts": { @@ -18881,7 +21114,14 @@ "theatre", "thespian", "acting", - "drama" + "drama", + "activity", + "comedy", + "greek", + "logo", + "masks", + "theatre masks", + "tragedy" ] }, "framed-picture": { @@ -18915,7 +21155,8 @@ "design", "paint", "draw", - "colors" + "colors", + "activity" ] }, "thread": { @@ -18925,7 +21166,8 @@ "needle", "sewing", "spool", - "string" + "string", + "crafts" ] }, "sewing-needle": { @@ -18948,7 +21190,8 @@ "j": [ "ball", "crochet", - "knit" + "knit", + "crafts" ] }, "knot": { @@ -19004,7 +21247,8 @@ "swimming", "welding", "eyes", - "safety" + "safety", + "clothing" ] }, "lab-coat": { @@ -19020,7 +21264,8 @@ "lab", "scientist", "white", - "chemist" + "chemist", + "clothing" ] }, "safety-vest": { @@ -19066,7 +21311,8 @@ "t_shirt", "fashion", "cloth", - "tee" + "tee", + "polo" ] }, "jeans": { @@ -19095,7 +21341,8 @@ "neck", "up", "winter", - "clothes" + "clothes", + "clothing" ] }, "gloves": { @@ -19105,7 +21352,8 @@ "hand", "hands", "winter", - "clothes" + "clothes", + "clothing" ] }, "coat": { @@ -19116,7 +21364,8 @@ "bundle", "cold", "jacket", - "up" + "up", + "clothing" ] }, "socks": { @@ -19125,7 +21374,9 @@ "j": [ "stocking", "stockings", - "clothes" + "clothes", + "clothing", + "pair" ] }, "dress": { @@ -19137,7 +21388,9 @@ "dressed", "fancy", "shopping", - "fashion" + "fashion", + "gown", + "skirt" ] }, "kimono": { @@ -19150,7 +21403,9 @@ "fashion", "women", "female", - "japanese" + "japanese", + "dressing", + "gown" ] }, "sari": { @@ -19158,7 +21413,9 @@ "b": "1F97B", "j": [ "clothing", - "dress" + "dress", + "saree", + "shari" ] }, "onepiece-swimsuit": { @@ -19170,7 +21427,9 @@ "suit", "swimsuit", "one_piece_swimsuit", - "fashion" + "fashion", + "clothing", + "swim" ] }, "briefs": { @@ -19182,7 +21441,9 @@ "suit", "swimsuit", "underwear", - "clothing" + "clothing", + "brief", + "swim" ] }, "shorts": { @@ -19194,7 +21455,8 @@ "suit", "swimsuit", "underwear", - "clothing" + "clothing", + "swim" ] }, "bikini": { @@ -19212,7 +21474,9 @@ "woman", "girl", "fashion", - "summer" + "summer", + "bathers", + "swimsuit" ] }, "womans-clothes": { @@ -19233,7 +21497,9 @@ "woman_s_clothes", "fashion", "shopping_bags", - "female" + "female", + "pink", + "womans" ] }, "folding-hand-fan": { @@ -19252,7 +21518,8 @@ "hand", "hot", "shy", - "flamenco" + "flamenco", + "sensu" ] }, "purse": { @@ -19269,7 +21536,8 @@ "fashion", "accessories", "money", - "sales" + "sales", + "wallet" ] }, "handbag": { @@ -19285,7 +21553,8 @@ "shopping", "fashion", "accessory", - "accessories" + "accessories", + "women’s" ] }, "clutch-bag": { @@ -19301,7 +21570,8 @@ "pouch", "purse", "accessories", - "shopping" + "shopping", + "small" ] }, "shopping-bags": { @@ -19328,7 +21598,8 @@ "rucksack", "satchel", "school", - "student" + "student", + "activity" ] }, "thong-sandal": { @@ -19345,7 +21616,9 @@ "thongs", "zōri", "footwear", - "summer" + "summer", + "flops", + "jandals" ] }, "mans-shoe": { @@ -19365,7 +21638,9 @@ "shopping", "man_s_shoe", "fashion", - "male" + "male", + "dress", + "mans" ] }, "running-shoe": { @@ -19384,7 +21659,10 @@ "sneaker", "tennis", "sports", - "sneakers" + "sneakers", + "runner", + "sport", + "trainer" ] }, "hiking-boot": { @@ -19397,7 +21675,8 @@ "camping", "hiking", "outdoors", - "shoe" + "shoe", + "clothing" ] }, "flat-shoe": { @@ -19410,7 +21689,9 @@ "flats", "shoe", "slip-on", - "slipper" + "slipper", + "clothing", + "woman’s" ] }, "highheeled-shoe": { @@ -19446,7 +21727,10 @@ "woman_s_sandal", "shoes", "fashion", - "flip flops" + "flip flops", + "heeled", + "sandals", + "womans" ] }, "ballet-shoes": { @@ -19455,7 +21739,10 @@ "j": [ "ballet", "dance", - "shoes" + "shoes", + "clothing", + "pointe", + "shoe" ] }, "womans-boot": { @@ -19472,7 +21759,13 @@ "woman", "woman’s", "woman_s_boot", - "fashion" + "fashion", + "boots", + "cowgirl", + "heeled", + "high", + "knee", + "womans" ] }, "hair-pick": { @@ -19521,7 +21814,10 @@ "accessories", "female", "lady", - "spring" + "spring", + "bow", + "ladies", + "womans" ] }, "top-hat": { @@ -19538,7 +21834,11 @@ "tophat", "gentleman", "classy", - "circus" + "circus", + "activity", + "entertainment", + "groom", + "wear" ] }, "graduation-cap": { @@ -19557,7 +21857,13 @@ "degree", "university", "legal", - "learn" + "learn", + "academic", + "activity", + "board", + "graduate", + "mortar", + "square" ] }, "billed-cap": { @@ -19570,7 +21876,8 @@ "cap", "dad", "hat", - "baseball cap" + "baseball cap", + "clothing" ] }, "military-helmet": { @@ -19599,7 +21906,8 @@ "worker’s", "rescue_worker_s_helmet", "construction", - "build" + "build", + "white" ] }, "prayer-beads": { @@ -19612,7 +21920,8 @@ "prayer", "religion", "dhikr", - "religious" + "religious", + "rosary" ] }, "lipstick": { @@ -19625,7 +21934,9 @@ "female", "girl", "fashion", - "woman" + "woman", + "gloss", + "lip" ] }, "ring": { @@ -19662,7 +21973,8 @@ "wedding", "blue", "ruby", - "jewelry" + "jewelry", + "gemstone" ] }, "muted-speaker": { @@ -19676,7 +21988,10 @@ "sound", "speaker", "volume", - "silence" + "silence", + "cancellation", + "off", + "stroke" ] }, "speaker-low-volume": { @@ -19700,7 +22015,11 @@ "sound", "speaker", "volume", - "broadcast" + "broadcast", + "low", + "one", + "reduce", + "wave" ] }, "speaker-high-volume": { @@ -19715,7 +22034,11 @@ "volume", "noise", "noisy", - "broadcast" + "broadcast", + "entertainment", + "increase", + "three", + "waves" ] }, "loudspeaker": { @@ -19727,7 +22050,12 @@ "loud", "public", "sound", - "volume" + "volume", + "announcement", + "bullhorn", + "megaphone", + "pa", + "system" ] }, "megaphone": { @@ -19737,7 +22065,10 @@ "cheering", "sound", "speaker", - "volume" + "volume", + "bullhorn", + "communication", + "mega" ] }, "postal-horn": { @@ -19748,7 +22079,11 @@ "post", "postal", "instrument", - "music" + "music", + "bugle", + "communication", + "entertainment", + "french" ] }, "bell": { @@ -19761,7 +22096,10 @@ "notification", "christmas", "xmas", - "chime" + "chime", + "liberty", + "ringer", + "wedding" ] }, "bell-with-slash": { @@ -19778,7 +22116,14 @@ "silent", "slash", "sound", - "volume" + "volume", + "cancellation", + "disabled", + "muted", + "notifications", + "off", + "ringer", + "stroke" ] }, "musical-score": { @@ -19791,7 +22136,10 @@ "score", "treble", "clef", - "compose" + "compose", + "activity", + "entertainment", + "sheet" ] }, "musical-note": { @@ -19803,7 +22151,14 @@ "note", "sound", "score", - "tone" + "tone", + "activity", + "beamed", + "eighth", + "entertainment", + "notes", + "pair", + "quavers" ] }, "musical-notes": { @@ -19815,7 +22170,11 @@ "note", "notes", "sound", - "score" + "score", + "activity", + "entertainment", + "multiple", + "singing" ] }, "studio-microphone": { @@ -19829,7 +22188,8 @@ "sing", "recording", "artist", - "talkshow" + "talkshow", + "podcast" ] }, "level-slider": { @@ -19862,7 +22222,10 @@ "sing", "sound", "PA", - "talkshow" + "talkshow", + "activity", + "entertainment", + "singing" ] }, "headphone": { @@ -19873,7 +22236,13 @@ "sound", "music", "score", - "gadgets" + "gadgets", + "activity", + "earphone", + "earphones", + "entertainment", + "headphones", + "ipod" ] }, "radio": { @@ -19886,7 +22255,9 @@ "communication", "music", "podcast", - "program" + "program", + "digital", + "wireless" ] }, "saxophone": { @@ -19897,7 +22268,9 @@ "music", "sax", "jazz", - "blues" + "blues", + "activity", + "entertainment" ] }, "accordion": { @@ -19909,7 +22282,8 @@ "instrument", "music", "squeeze", - "squeezebox" + "squeezebox", + "accordian" ] }, "guitar": { @@ -19918,7 +22292,13 @@ "j": [ "instrument", "music", - "strat" + "strat", + "acoustic guitar", + "activity", + "bass", + "electric", + "entertainment", + "rock" ] }, "musical-keyboard": { @@ -19930,7 +22310,9 @@ "music", "musical", "piano", - "compose" + "compose", + "activity", + "entertainment" ] }, "trumpet": { @@ -19939,7 +22321,11 @@ "j": [ "instrument", "music", - "brass" + "brass", + "activity", + "entertainment", + "horn", + "jazz" ] }, "violin": { @@ -19949,7 +22335,13 @@ "instrument", "music", "orchestra", - "symphony" + "symphony", + "activity", + "entertainment", + "quartet", + "smallest", + "string", + "world’s" ] }, "banjo": { @@ -19958,7 +22350,10 @@ "j": [ "music", "stringed", - "instructment" + "instructment", + "activity", + "entertainment", + "instrument" ] }, "drum": { @@ -19981,7 +22376,8 @@ "instrument", "long", "rhythm", - "music" + "music", + "djembe" ] }, "maracas": { @@ -20042,7 +22438,9 @@ "technology", "apple", "gadgets", - "dial" + "dial", + "iphone", + "smartphone" ] }, "mobile-phone-with-arrow": { @@ -20059,7 +22457,11 @@ "receive", "telephone", "iphone", - "incoming" + "incoming", + "calling", + "left", + "pointing", + "rightwards" ] }, "telephone": { @@ -20069,7 +22471,9 @@ "phone", "technology", "communication", - "dial" + "dial", + "black", + "rotary" ] }, "telephone-receiver": { @@ -20082,7 +22486,9 @@ "telephone", "voip", "technology", - "dial" + "dial", + "call", + "handset" ] }, "pager": { @@ -20092,7 +22498,9 @@ "communication", "bbcall", "oldschool", - "90s" + "90s", + "beeper", + "bleeper" ] }, "fax-machine": { @@ -20102,7 +22510,8 @@ "communication", "fax", "machine", - "technology" + "technology", + "facsimile" ] }, "battery": { @@ -20111,7 +22520,9 @@ "j": [ "power", "energy", - "sustain" + "sustain", + "aa", + "phone" ] }, "low-battery": { @@ -20124,7 +22535,9 @@ "energy", "low", "power", - "dead" + "dead", + "no", + "red" ] }, "electric-plug": { @@ -20135,7 +22548,10 @@ "electricity", "plug", "charger", - "power" + "power", + "ac", + "adaptor", + "cable" ] }, "laptop": { @@ -20149,7 +22565,9 @@ "technology", "screen", "display", - "monitor" + "monitor", + "desktop", + "notebook" ] }, "desktop-computer": { @@ -20161,7 +22579,8 @@ "monitor", "technology", "computing", - "screen" + "screen", + "imac" ] }, "printer": { @@ -20190,7 +22609,9 @@ "j": [ "computer", "mouse", - "click" + "click", + "button", + "three" ] }, "trackball": { @@ -20213,7 +22634,9 @@ "technology", "record", "data", - "90s" + "90s", + "entertainment", + "minidisc" ] }, "floppy-disk": { @@ -20242,7 +22665,10 @@ "optical", "technology", "disc", - "90s" + "90s", + "cd", + "compact", + "rom" ] }, "dvd": { @@ -20255,7 +22681,10 @@ "disk", "DVD", "optical", - "disc" + "disc", + "entertainment", + "rom", + "video" ] }, "abacus": { @@ -20263,7 +22692,11 @@ "b": "1F9EE", "j": [ "calculation", - "calculator" + "calculator", + "count", + "counting", + "frame", + "math" ] }, "movie-camera": { @@ -20276,7 +22709,10 @@ "film", "hollywood", "movie", - "record" + "record", + "activity", + "entertainment", + "video" ] }, "film-frames": { @@ -20286,7 +22722,9 @@ "cinema", "film", "frames", - "movie" + "movie", + "entertainment", + "strip" ] }, "film-projector": { @@ -20299,7 +22737,8 @@ "projector", "video", "tape", - "record" + "record", + "entertainment" ] }, "clapper-board": { @@ -20311,7 +22750,12 @@ "clapper", "movie", "film", - "record" + "record", + "activity", + "clapboard", + "director", + "entertainment", + "slate" ] }, "television": { @@ -20323,7 +22767,8 @@ "technology", "program", "oldschool", - "show" + "show", + "entertainment" ] }, "camera": { @@ -20337,7 +22782,9 @@ "trip", "video", "gadgets", - "photography" + "photography", + "digital", + "entertainment" ] }, "camera-with-flash": { @@ -20348,7 +22795,8 @@ "flash", "video", "photography", - "gadgets" + "gadgets", + "photo" ] }, "video-camera": { @@ -20360,7 +22808,8 @@ "tbt", "video", "film", - "record" + "record", + "entertainment" ] }, "videocassette": { @@ -20376,7 +22825,8 @@ "record", "oldschool", "90s", - "80s" + "80s", + "entertainment" ] }, "magnifying-glass-tilted-left": { @@ -20394,7 +22844,11 @@ "tool", "zoom", "find", - "detective" + "detective", + "icon", + "mag", + "magnifier", + "pointing" ] }, "magnifying-glass-tilted-right": { @@ -20413,7 +22867,11 @@ "tool", "zoom", "find", - "detective" + "detective", + "icon", + "mag", + "magnifier", + "pointing" ] }, "candle": { @@ -20462,7 +22920,10 @@ "red", "restaurant", "halloween", - "spooky" + "spooky", + "asian", + "izakaya", + "japanese" ] }, "diya-lamp": { @@ -20506,7 +22967,8 @@ "library", "knowledge", "textbook", - "learn" + "learn", + "red" ] }, "open-book": { @@ -20524,7 +22986,8 @@ "read", "literature", "learn", - "study" + "study", + "novel" ] }, "green-book": { @@ -20539,7 +23002,8 @@ "reading", "read", "knowledge", - "study" + "study", + "textbook" ] }, "blue-book": { @@ -20555,7 +23019,8 @@ "read", "knowledge", "learn", - "study" + "study", + "textbook" ] }, "orange-book": { @@ -20587,7 +23052,9 @@ "reading", "school", "study", - "literature" + "literature", + "pile", + "stack" ] }, "notebook": { @@ -20598,7 +23065,11 @@ "record", "notes", "paper", - "study" + "study", + "black", + "book", + "composition", + "white" ] }, "ledger": { @@ -20607,7 +23078,12 @@ "j": [ "notebook", "notes", - "paper" + "paper", + "binder", + "book", + "bound", + "spiral", + "yellow" ] }, "page-with-curl": { @@ -20619,7 +23095,9 @@ "page", "paper", "documents", - "office" + "office", + "curled", + "curly page" ] }, "scroll": { @@ -20629,7 +23107,10 @@ "paper", "documents", "ancient", - "history" + "history", + "degree", + "document", + "parchment" ] }, "page-facing-up": { @@ -20643,7 +23124,8 @@ "up", "documents", "office", - "information" + "information", + "printed" ] }, "newspaper": { @@ -20668,7 +23150,9 @@ "rolled-up", "rolled_up_newspaper", "press", - "headline" + "headline", + "delivery", + "roll" ] }, "bookmark-tabs": { @@ -20692,7 +23176,9 @@ "mark", "favorite", "label", - "save" + "save", + "price", + "tag" ] }, "label": { @@ -20725,7 +23211,9 @@ "win", "payment", "coins", - "sale" + "sale", + "cream", + "moneybags" ] }, "coin": { @@ -20756,7 +23244,9 @@ "yen", "sales", "japanese", - "dollar" + "dollar", + "banknotes", + "sign" ] }, "dollar-banknote": { @@ -20770,7 +23260,10 @@ "dollar", "money", "note", - "sales" + "sales", + "american", + "banknotes", + "sign" ] }, "euro-banknote": { @@ -20787,7 +23280,9 @@ "note", "rich", "sales", - "dollar" + "dollar", + "banknotes", + "sign" ] }, "pound-banknote": { @@ -20809,7 +23304,11 @@ "sales", "bills", "uk", - "england" + "england", + "banknotes", + "quid", + "sign", + "twenty" ] }, "money-with-wings": { @@ -20830,7 +23329,9 @@ "wings", "bills", "payment", - "sale" + "sale", + "flying", + "losing" ] }, "credit-card": { @@ -20848,7 +23349,13 @@ "dollar", "bill", "payment", - "shopping" + "shopping", + "amex", + "club", + "diners", + "mastercard", + "subscription", + "visa" ] }, "receipt": { @@ -20881,7 +23388,11 @@ "yen", "green-square", "presentation", - "stats" + "stats", + "exchange", + "rate", + "sign", + "upwards" ] }, "envelope": { @@ -20893,7 +23404,8 @@ "letter", "postal", "inbox", - "communication" + "communication", + "✉ letter" ] }, "email": { @@ -20905,7 +23417,8 @@ "mail", "e_mail", "communication", - "inbox" + "inbox", + "symbol" ] }, "incoming-envelope": { @@ -20921,7 +23434,10 @@ "mail", "receive", "sent", - "inbox" + "inbox", + "communication", + "fast", + "lines" ] }, "envelope-with-arrow": { @@ -20938,7 +23454,10 @@ "mail", "outgoing", "send", - "sent" + "sent", + "above", + "downwards", + "insert" ] }, "outbox-tray": { @@ -20952,7 +23471,8 @@ "outbox", "sent", "tray", - "inbox" + "inbox", + "communication" ] }, "inbox-tray": { @@ -20967,7 +23487,8 @@ "receive", "tray", "zero", - "documents" + "documents", + "communication" ] }, "package": { @@ -21041,7 +23562,9 @@ "open", "postbox", "email", - "inbox" + "inbox", + "communication", + "no" ] }, "postbox": { @@ -21052,7 +23575,8 @@ "mailbox", "email", "letter", - "envelope" + "envelope", + "communication" ] }, "ballot-box-with-ballot": { @@ -21062,7 +23586,8 @@ "ballot", "box", "election", - "vote" + "vote", + "voting" ] }, "pencil": { @@ -21074,7 +23599,9 @@ "paper", "writing", "school", - "study" + "study", + "lead", + "pencil2" ] }, "black-nib": { @@ -21086,7 +23613,9 @@ "pen", "stationery", "writing", - "write" + "write", + "fountain", + "✒ fountain" ] }, "fountain-pen": { @@ -21097,7 +23626,10 @@ "pen", "stationery", "writing", - "write" + "write", + "communication", + "left", + "lower" ] }, "pen": { @@ -21107,7 +23639,10 @@ "ballpoint", "stationery", "writing", - "write" + "write", + "communication", + "left", + "lower" ] }, "paintbrush": { @@ -21117,7 +23652,11 @@ "painting", "drawing", "creativity", - "art" + "art", + "brush", + "communication", + "left", + "lower" ] }, "crayon": { @@ -21125,7 +23664,10 @@ "b": "1F58D-FE0F", "j": [ "drawing", - "creativity" + "creativity", + "communication", + "left", + "lower" ] }, "memo": { @@ -21146,7 +23688,10 @@ "quiz", "test", "study", - "compose" + "compose", + "document", + "memorandum", + "note" ] }, "briefcase": { @@ -21160,7 +23705,8 @@ "law", "legal", "job", - "career" + "career", + "suitcase" ] }, "file-folder": { @@ -21171,7 +23717,10 @@ "folder", "documents", "business", - "office" + "office", + "closed", + "directory", + "manilla" ] }, "open-file-folder": { @@ -21202,7 +23751,11 @@ "b": "1F4C5", "j": [ "date", - "schedule" + "schedule", + "day", + "emoji", + "july", + "world" ] }, "tearoff-calendar": { @@ -21214,7 +23767,9 @@ "tear_off_calendar", "schedule", "date", - "planning" + "planning", + "day", + "desk" ] }, "spiral-notepad": { @@ -21251,7 +23806,8 @@ "rolodex", "school", "business", - "stationery" + "stationery", + "system" ] }, "chart-increasing": { @@ -21275,7 +23831,11 @@ "money", "sales", "good", - "success" + "success", + "metrics", + "pointing", + "positive chart", + "upwards" ] }, "chart-decreasing": { @@ -21298,7 +23858,11 @@ "money", "sales", "bad", - "failure" + "failure", + "downwards", + "down pointing", + "metrics", + "negative chart" ] }, "bar-chart": { @@ -21310,7 +23874,8 @@ "data", "graph", "presentation", - "stats" + "stats", + "metrics" ] }, "clipboard": { @@ -21332,7 +23897,10 @@ "pin", "stationery", "mark", - "here" + "here", + "location", + "tack", + "thumb" ] }, "round-pushpin": { @@ -21345,7 +23913,9 @@ "pushpin", "round", "stationery", - "here" + "here", + "dropped", + "red" ] }, "paperclip": { @@ -21353,7 +23923,8 @@ "b": "1F4CE", "j": [ "documents", - "stationery" + "stationery", + "clippy" ] }, "linked-paperclips": { @@ -21365,7 +23936,8 @@ "paperclip", "paperclips", "documents", - "stationery" + "stationery", + "communication" ] }, "straight-ruler": { @@ -21412,7 +23984,8 @@ "cutting", "paper", "tool", - "stationery" + "stationery", + "black" ] }, "card-file-box": { @@ -21447,7 +24020,10 @@ "waste", "bin", "rubbish", - "toss" + "toss", + "basket", + "litter", + "wastepaper" ] }, "locked": { @@ -21471,7 +24047,8 @@ "open", "unlock", "privacy", - "security" + "security", + "padlock" ] }, "locked-with-pen": { @@ -21485,7 +24062,9 @@ "pen", "privacy", "security", - "secret" + "secret", + "fountain", + "lock with" ] }, "locked-with-key": { @@ -21511,7 +24090,8 @@ "major", "password", "unlock", - "door" + "door", + "gold" ] }, "old-key": { @@ -21536,7 +24116,9 @@ "tool", "tools", "build", - "create" + "create", + "claw", + "handyman" ] }, "axe": { @@ -21560,7 +24142,8 @@ "mining", "tool", "tools", - "dig" + "dig", + "pickaxe" ] }, "hammer-and-pick": { @@ -21624,7 +24207,8 @@ "j": [ "rebound", "repercussion", - "weapon" + "weapon", + "australia" ] }, "bow-and-arrow": { @@ -21639,7 +24223,8 @@ "tool", "weapon", "zodiac", - "sports" + "sports", + "sagittarius" ] }, "shield": { @@ -21662,7 +24247,8 @@ "saw", "tool", "trim", - "chop" + "chop", + "hand" ] }, "wrench": { @@ -21702,7 +24288,8 @@ "tool", "handy", "tools", - "fix" + "fix", + "screw" ] }, "gear": { @@ -21720,7 +24307,10 @@ "j": [ "compress", "tool", - "vice" + "vice", + "compression", + "table", + "winzip" ] }, "balance-scale": { @@ -21736,7 +24326,8 @@ "weight", "zodiac", "law", - "fairness" + "fairness", + "libra" ] }, "white-cane": { @@ -21757,7 +24348,11 @@ "j": [ "links", "rings", - "url" + "url", + "chain", + "hyperlink", + "linked", + "symbol" ] }, "broken-chain": { @@ -21792,7 +24387,9 @@ "ensnare", "point", "selling", - "tools" + "tools", + "fishing", + "tool" ] }, "toolbox": { @@ -21830,7 +24427,8 @@ "climb", "rung", "step", - "tools" + "tools", + "tool" ] }, "shovel": { @@ -21893,7 +24491,9 @@ "evolution", "gene", "genetics", - "life" + "life", + "double", + "helix" ] }, "microscope": { @@ -21906,7 +24506,9 @@ "tool", "laboratory", "zoomin", - "study" + "study", + "investigate", + "magnify" ] }, "telescope": { @@ -21920,7 +24522,8 @@ "stars", "space", "zoom", - "astronomy" + "astronomy", + "stargazing" ] }, "satellite-antenna": { @@ -21936,7 +24539,8 @@ "communication", "future", "radio", - "space" + "space", + "signal" ] }, "syringe": { @@ -21955,7 +24559,8 @@ "hospital", "drugs", "blood", - "nurse" + "nurse", + "vaccine" ] }, "drop-of-blood": { @@ -21972,7 +24577,8 @@ "period", "hurt", "harm", - "wound" + "wound", + "doctor" ] }, "pill": { @@ -21988,7 +24594,9 @@ "vitamin", "health", "pharmacy", - "drug" + "drug", + "capsule", + "tablet" ] }, "adhesive-bandage": { @@ -21997,7 +24605,12 @@ "j": [ "adhesive", "bandage", - "heal" + "heal", + "aid", + "band", + "doctor", + "medicine", + "plaster" ] }, "crutch": { @@ -22036,7 +24649,9 @@ "skeleton", "skull", "x-ray", - "medicine" + "medicine", + "ray", + "x" ] }, "door": { @@ -22048,7 +24663,8 @@ "front", "house", "entry", - "exit" + "exit", + "doorway" ] }, "elevator": { @@ -22080,7 +24696,8 @@ "opening", "transparent", "view", - "scenery" + "scenery", + "glass" ] }, "bed": { @@ -22089,7 +24706,8 @@ "j": [ "hotel", "sleep", - "rest" + "rest", + "bedroom" ] }, "couch-and-lamp": { @@ -22100,7 +24718,10 @@ "hotel", "lamp", "read", - "chill" + "chill", + "lounge", + "settee", + "sofa" ] }, "chair": { @@ -22120,7 +24741,8 @@ "restroom", "wc", "washroom", - "potty" + "potty", + "loo" ] }, "plunger": { @@ -22141,7 +24763,9 @@ "j": [ "water", "clean", - "bathroom" + "bathroom", + "bath", + "head" ] }, "bathtub": { @@ -22151,7 +24775,8 @@ "bath", "clean", "shower", - "bathroom" + "bathroom", + "bubble" ] }, "mouse-trap": { @@ -22164,7 +24789,8 @@ "mouse", "mousetrap", "snare", - "trap" + "trap", + "rodent" ] }, "razor": { @@ -22204,7 +24830,9 @@ "j": [ "cleaning", "sweeping", - "witch" + "witch", + "brush", + "sweep" ] }, "basket": { @@ -22315,7 +24943,9 @@ "kills", "tobacco", "joint", - "smoke" + "smoke", + "activity", + "symbol" ] }, "coffin": { @@ -22346,7 +24976,8 @@ "rip", "tomb", "tombstone", - "death" + "death", + "halloween" ] }, "funeral-urn": { @@ -22359,7 +24990,8 @@ "urn", "dead", "die", - "rip" + "rip", + "vase" ] }, "nazar-amulet": { @@ -22372,7 +25004,10 @@ "charm", "evil-eye", "nazar", - "talisman" + "talisman", + "boncuğu", + "evil", + "eye" ] }, "hamsa": { @@ -22389,7 +25024,10 @@ "palm", "protect", "protection", - "religion" + "religion", + "fatima", + "mary", + "miriam" ] }, "moai": { @@ -22402,7 +25040,10 @@ "stoneface", "travel", "rock", - "easter island" + "easter island", + "carving", + "human", + "stone" ] }, "placard": { @@ -22416,7 +25057,9 @@ "plaque", "protest", "sign", - "announcement" + "announcement", + "lawn", + "post" ] }, "identification-card": { @@ -22429,7 +25072,8 @@ "ID", "identification", "license", - "security" + "security", + "id" ] }, "atm-sign": { @@ -22445,7 +25089,8 @@ "teller", "sales", "blue-square", - "payment" + "payment", + "machine" ] }, "litter-in-bin-sign": { @@ -22458,7 +25103,14 @@ "sign", "blue-square", "human", - "info" + "info", + "its", + "litterbox", + "person", + "place", + "put", + "symbol", + "trash" ] }, "potable-water": { @@ -22472,7 +25124,12 @@ "liquid", "restroom", "cleaning", - "faucet" + "faucet", + "drink", + "symbol", + "tap", + "thirst", + "thirsty" ] }, "wheelchair-symbol": { @@ -22485,7 +25142,9 @@ "wheelchair", "blue-square", "disabled", - "accessibility" + "accessibility", + "accessible", + "bathroom" ] }, "mens-room": { @@ -22504,7 +25163,9 @@ "wc", "blue-square", "gender", - "male" + "male", + "mens", + "symbol" ] }, "womens-room": { @@ -22523,7 +25184,11 @@ "purple-square", "female", "loo", - "gender" + "gender", + "symbol", + "wc", + "womens", + "womens toilet" ] }, "restroom": { @@ -22537,7 +25202,8 @@ "blue-square", "refresh", "wc", - "gender" + "gender", + "sign" ] }, "baby-symbol": { @@ -22548,7 +25214,10 @@ "changing", "symbol", "orange-square", - "child" + "child", + "change", + "nursery", + "station" ] }, "water-closet": { @@ -22562,7 +25231,8 @@ "toilet", "water", "WC", - "blue-square" + "blue-square", + "wc" ] }, "passport-control": { @@ -22572,7 +25242,8 @@ "control", "passport", "custom", - "blue-square" + "blue-square", + "border" ] }, "customs": { @@ -22616,7 +25287,11 @@ "locker", "luggage", "blue-square", - "travel" + "travel", + "bag with", + "key", + "locked", + "suitcase" ] }, "warning": { @@ -22629,7 +25304,9 @@ "alert", "error", "problem", - "issue" + "issue", + "sign", + "symbol" ] }, "children-crossing": { @@ -22646,7 +25323,8 @@ "danger", "sign", "driving", - "yellow-diamond" + "yellow-diamond", + "kids" ] }, "no-entry": { @@ -22685,7 +25363,14 @@ "limit", "denied", "disallow", - "circle" + "circle", + "backslash", + "banned", + "block", + "crossed", + "red", + "restricted", + "sign" ] }, "no-bicycles": { @@ -22701,7 +25386,9 @@ "prohibited", "no_bikes", "cyclist", - "circle" + "circle", + "sign", + "vehicle" ] }, "no-smoking": { @@ -22716,7 +25403,9 @@ "smoking", "cigarette", "blue-square", - "smell" + "smell", + "sign", + "symbol" ] }, "no-littering": { @@ -22732,7 +25421,9 @@ "trash", "bin", "garbage", - "circle" + "circle", + "do", + "symbol" ] }, "nonpotable-water": { @@ -22748,7 +25439,12 @@ "drink", "faucet", "tap", - "circle" + "circle", + "drinking", + "forbidden", + "no", + "not", + "symbol" ] }, "no-pedestrians": { @@ -22764,7 +25460,8 @@ "rules", "crossing", "walking", - "circle" + "circle", + "people" ] }, "no-mobile-phones": { @@ -22782,7 +25479,9 @@ "telephone", "iphone", "mute", - "circle" + "circle", + "communication", + "smartphones" ] }, "no-one-under-eighteen": { @@ -22803,7 +25502,9 @@ "pub", "night", "minor", - "circle" + "circle", + "nsfw", + "symbol" ] }, "radioactive": { @@ -22812,7 +25513,10 @@ "j": [ "sign", "nuclear", - "danger" + "danger", + "international", + "radiation", + "symbol" ] }, "biohazard": { @@ -22834,7 +25538,10 @@ "up", "blue-square", "continue", - "top" + "top", + "black", + "pointing", + "upwards" ] }, "upright-arrow": { @@ -22849,7 +25556,10 @@ "up_right_arrow", "blue-square", "point", - "diagonal" + "diagonal", + "east", + "north", + "upper" ] }, "right-arrow": { @@ -22862,7 +25572,11 @@ "east", "right", "blue-square", - "next" + "next", + "black", + "pointing", + "rightwards", + "right arrow" ] }, "downright-arrow": { @@ -22876,7 +25590,11 @@ "southeast", "down_right_arrow", "blue-square", - "diagonal" + "diagonal", + "east", + "lower", + "right arrow", + "south" ] }, "down-arrow": { @@ -22889,7 +25607,11 @@ "down", "south", "blue-square", - "bottom" + "bottom", + "black", + "downwards", + "down arrow", + "pointing" ] }, "downleft-arrow": { @@ -22903,7 +25625,11 @@ "southwest", "down_left_arrow", "blue-square", - "diagonal" + "diagonal", + "left arrow", + "lower", + "south", + "west" ] }, "left-arrow": { @@ -22917,7 +25643,11 @@ "west", "blue-square", "previous", - "back" + "back", + "black", + "leftwards", + "left arrow", + "pointing" ] }, "upleft-arrow": { @@ -22932,7 +25662,11 @@ "up_left_arrow", "blue-square", "point", - "diagonal" + "diagonal", + "left arrow", + "north", + "upper", + "west" ] }, "updown-arrow": { @@ -22945,7 +25679,10 @@ "blue-square", "direction", "way", - "vertical" + "vertical", + "arrows", + "intercardinal", + "northwest" ] }, "leftright-arrow": { @@ -22958,7 +25695,9 @@ "shape", "direction", "horizontal", - "sideways" + "sideways", + "arrows", + "horizontal arrows" ] }, "right-arrow-curving-left": { @@ -22973,7 +25712,12 @@ "return", "blue-square", "undo", - "enter" + "enter", + "curved", + "email", + "hook", + "leftwards", + "reply" ] }, "left-arrow-curving-right": { @@ -22987,7 +25731,12 @@ "blue-square", "return", "rotate", - "direction" + "direction", + "email", + "forward", + "hook", + "rightwards", + "right curved" ] }, "right-arrow-curving-up": { @@ -23000,7 +25749,12 @@ "up", "blue-square", "direction", - "top" + "top", + "heading", + "pointing", + "rightwards", + "then", + "upwards" ] }, "right-arrow-curving-down": { @@ -23013,7 +25767,13 @@ "right", "blue-square", "direction", - "bottom" + "bottom", + "curved", + "downwards", + "heading", + "pointing", + "rightwards", + "then" ] }, "clockwise-vertical-arrows": { @@ -23029,7 +25789,11 @@ "sync", "cycle", "round", - "repeat" + "repeat", + "circle", + "downwards", + "open", + "upwards" ] }, "counterclockwise-arrows-button": { @@ -23048,7 +25812,14 @@ "vu", "blue-square", "sync", - "cycle" + "cycle", + "circle", + "downwards", + "open", + "rotate", + "switch", + "upwards", + "withershins" ] }, "back-arrow": { @@ -23058,7 +25829,9 @@ "arrow", "BACK", "words", - "return" + "return", + "above", + "leftwards" ] }, "end-arrow": { @@ -23067,7 +25840,9 @@ "j": [ "arrow", "END", - "words" + "words", + "above", + "leftwards" ] }, "on-arrow": { @@ -23077,7 +25852,12 @@ "arrow", "mark", "ON!", - "words" + "words", + "above", + "exclamation", + "left", + "on!", + "right" ] }, "soon-arrow": { @@ -23088,7 +25868,9 @@ "brb", "omw", "SOON", - "words" + "words", + "above", + "rightwards" ] }, "top-arrow": { @@ -23100,7 +25882,9 @@ "TOP", "up", "words", - "blue-square" + "blue-square", + "above", + "upwards" ] }, "place-of-worship": { @@ -23113,7 +25897,9 @@ "worship", "church", "temple", - "prayer" + "prayer", + "building", + "religious" ] }, "atom-symbol": { @@ -23137,7 +25923,12 @@ "hinduism", "buddhism", "sikhism", - "jainism" + "jainism", + "aumkara", + "hindu", + "omkara", + "pranava", + "symbol" ] }, "star-of-david": { @@ -23149,7 +25940,10 @@ "Jewish", "judaism", "religion", - "star" + "star", + "jew", + "jewish", + "magen" ] }, "wheel-of-dharma": { @@ -23163,7 +25957,9 @@ "hinduism", "buddhism", "sikhism", - "jainism" + "jainism", + "buddhist", + "helm" ] }, "yin-yang": { @@ -23191,7 +25987,8 @@ "cross", "latin", "religion", - "christianity" + "christianity", + "christian" ] }, "orthodox-cross": { @@ -23202,7 +25999,8 @@ "cross", "orthodox", "religion", - "suppedaneum" + "suppedaneum", + "christian" ] }, "star-and-crescent": { @@ -23214,7 +26012,8 @@ "Muslim", "ramadan", "religion", - "star" + "star", + "muslim" ] }, "peace-symbol": { @@ -23225,7 +26024,8 @@ "peace", "peaceful", "symbol", - "hippie" + "hippie", + "sign" ] }, "menorah": { @@ -23238,7 +26038,10 @@ "jewish", "judaism", "religion", - "candles" + "candles", + "branches", + "chanukiah", + "nine" ] }, "dotted-sixpointed-star": { @@ -23254,7 +26057,9 @@ "dotted_six_pointed_star", "purple-square", "religion", - "hexagram" + "hexagram", + "dot", + "middle" ] }, "khanda": { @@ -23339,7 +26144,9 @@ "zodiac", "sign", "purple-square", - "astrology" + "astrology", + "maiden", + "virgin" ] }, "libra": { @@ -23366,7 +26173,8 @@ "zodiac", "sign", "purple-square", - "astrology" + "astrology", + "scorpius" ] }, "sagittarius": { @@ -23443,7 +26251,11 @@ "tracks", "blue-square", "music", - "random" + "random", + "arrows", + "rightwards", + "symbol", + "twisted" ] }, "repeat-button": { @@ -23455,7 +26267,14 @@ "clockwise", "repeat", "loop", - "record" + "record", + "arrows", + "circle", + "leftwards", + "open", + "retweet", + "rightwards", + "symbol" ] }, "repeat-single-button": { @@ -23469,7 +26288,18 @@ "repeat", "single", "blue-square", - "loop" + "loop", + "arrows", + "circle", + "circled", + "leftwards", + "number", + "one", + "open", + "overlay", + "rightwards", + "symbol", + "track" ] }, "play-button": { @@ -23482,7 +26312,11 @@ "right", "triangle", "blue-square", - "direction" + "direction", + "black", + "forward", + "pointing", + "right triangle" ] }, "fastforward-button": { @@ -23499,7 +26333,12 @@ "blue-square", "play", "speed", - "continue" + "continue", + "black", + "pointing", + "right", + "symbol", + "triangle" ] }, "next-track-button": { @@ -23513,7 +26352,15 @@ "track", "triangle", "forward", - "blue-square" + "blue-square", + "bar", + "black", + "double", + "pointing", + "right", + "skip", + "symbol", + "vertical" ] }, "play-or-pause-button": { @@ -23526,7 +26373,14 @@ "play", "right", "triangle", - "blue-square" + "blue-square", + "bar", + "black", + "double", + "play/pause", + "pointing", + "symbol", + "vertical" ] }, "reverse-button": { @@ -23539,7 +26393,10 @@ "reverse", "triangle", "blue-square", - "direction" + "direction", + "backward", + "black", + "pointing" ] }, "fast-reverse-button": { @@ -23553,7 +26410,12 @@ "reverse", "rewind", "play", - "blue-square" + "blue-square", + "black", + "left", + "pointing", + "symbol", + "triangle" ] }, "last-track-button": { @@ -23567,7 +26429,15 @@ "scene", "track", "triangle", - "backward" + "backward", + "bar", + "black", + "double", + "left", + "pointing", + "skip", + "symbol", + "vertical" ] }, "upwards-button": { @@ -23584,7 +26454,9 @@ "direction", "point", "forward", - "top" + "top", + "pointing", + "small" ] }, "fast-up-button": { @@ -23598,7 +26470,10 @@ "up", "blue-square", "direction", - "top" + "top", + "black", + "pointing", + "triangle" ] }, "downwards-button": { @@ -23612,7 +26487,10 @@ "red", "blue-square", "direction", - "bottom" + "bottom", + "pointing", + "small", + "triangle" ] }, "fast-down-button": { @@ -23626,7 +26504,10 @@ "fast", "blue-square", "direction", - "bottom" + "bottom", + "black", + "pointing", + "triangle" ] }, "pause-button": { @@ -23638,7 +26519,8 @@ "double", "pause", "vertical", - "blue-square" + "blue-square", + "symbol" ] }, "stop-button": { @@ -23648,7 +26530,10 @@ "button", "square", "stop", - "blue-square" + "blue-square", + "black", + "for", + "symbol" ] }, "record-button": { @@ -23658,7 +26543,10 @@ "button", "circle", "record", - "blue-square" + "blue-square", + "black", + "for", + "symbol" ] }, "eject-button": { @@ -23667,7 +26555,8 @@ "j": [ "button", "eject", - "blue-square" + "blue-square", + "symbol" ] }, "cinema": { @@ -23681,7 +26570,12 @@ "record", "curtain", "stage", - "theater" + "theater", + "activity", + "entertainment", + "movies", + "screen", + "symbol" ] }, "dim-button": { @@ -23695,7 +26589,9 @@ "sun", "afternoon", "warm", - "summer" + "summer", + "decrease", + "symbol" ] }, "bright-button": { @@ -23706,7 +26602,10 @@ "brightness", "button", "light", - "sun" + "sun", + "high", + "increase", + "symbol" ] }, "antenna-bars": { @@ -23727,7 +26626,10 @@ "internet", "connection", "wifi", - "bluetooth" + "bluetooth", + "cellular", + "stairs", + "strength" ] }, "wireless": { @@ -23760,7 +26662,9 @@ "phone", "telephone", "vibration", - "orange-square" + "orange-square", + "heart", + "silent" ] }, "mobile-phone-off": { @@ -23775,7 +26679,8 @@ "mute", "orange-square", "silence", - "quiet" + "quiet", + "communication" ] }, "female-sign": { @@ -23787,7 +26692,9 @@ "woman", "women", "lady", - "girl" + "girl", + "symbol", + "venus" ] }, "male-sign": { @@ -23798,7 +26705,9 @@ "man", "sign", "boy", - "men" + "men", + "mars", + "symbol" ] }, "transgender-symbol": { @@ -23807,7 +26716,13 @@ "j": [ "symbol", "transgender", - "lgbtq" + "lgbtq", + "female", + "lgbt", + "male", + "pride", + "sign", + "stroke" ] }, "multiply": { @@ -23821,7 +26736,9 @@ "x", "multiplication_sign", "math", - "calculation" + "calculation", + "heavy", + "symbol" ] }, "plus": { @@ -23834,7 +26751,9 @@ "calculation", "addition", "more", - "increase" + "increase", + "heavy", + "symbol" ] }, "minus": { @@ -23849,7 +26768,8 @@ "minus_sign", "calculation", "subtract", - "less" + "less", + "symbol" ] }, "divide": { @@ -23862,7 +26782,8 @@ "math", "sign", "division_sign", - "calculation" + "calculation", + "symbol" ] }, "heavy-equals-sign": { @@ -23884,7 +26805,10 @@ "j": [ "forever", "unbounded", - "universal" + "universal", + "paper", + "permanent", + "sign" ] }, "double-exclamation-mark": { @@ -23898,7 +26822,8 @@ "exclamation", "mark", "punctuation", - "surprise" + "surprise", + "red" ] }, "exclamation-question-mark": { @@ -23914,7 +26839,8 @@ "punctuation", "question", "wat", - "surprise" + "surprise", + "red" ] }, "red-question-mark": { @@ -23928,7 +26854,9 @@ "red", "question_mark", "doubt", - "confused" + "confused", + "black", + "ornament" ] }, "white-question-mark": { @@ -23944,7 +26872,9 @@ "doubts", "gray", "huh", - "confused" + "confused", + "grey", + "ornament" ] }, "white-exclamation-mark": { @@ -23960,7 +26890,9 @@ "surprise", "gray", "wow", - "warning" + "warning", + "grey", + "ornament" ] }, "red-exclamation-mark": { @@ -23977,7 +26909,9 @@ "danger", "surprise", "wow", - "warning" + "warning", + "bang", + "symbol" ] }, "wavy-dash": { @@ -23992,7 +26926,8 @@ "moustache", "mustache", "squiggle", - "scribble" + "scribble", + "wave" ] }, "currency-exchange": { @@ -24037,7 +26972,13 @@ "staff", "symbol", "health", - "hospital" + "hospital", + "asclepius", + "asklepios", + "care", + "doctor", + "rod", + "snake" ] }, "recycling-symbol": { @@ -24050,7 +26991,11 @@ "arrow", "environment", "garbage", - "trash" + "trash", + "black", + "green", + "logo", + "universal" ] }, "fleurdelis": { @@ -24061,7 +27006,11 @@ "knights", "fleur_de_lis", "decorative", - "scout" + "scout", + "new", + "orleans", + "saints", + "scouts" ] }, "trident-emblem": { @@ -24075,7 +27024,8 @@ "tool", "trident", "weapon", - "spear" + "spear", + "pitchfork" ] }, "name-badge": { @@ -24085,7 +27035,9 @@ "badge", "name", "fire", - "forbid" + "forbid", + "tag", + "tofu" ] }, "japanese-symbol-for-beginner": { @@ -24101,7 +27053,9 @@ "tool", "yellow", "badge", - "shield" + "shield", + "mark", + "shoshinsha" ] }, "hollow-red-circle": { @@ -24114,7 +27068,9 @@ "large", "o", "red", - "round" + "round", + "correct", + "mark" ] }, "check-mark-button": { @@ -24137,7 +27093,11 @@ "agree", "vote", "election", - "answer" + "answer", + "green", + "heavy", + "symbol", + "white" ] }, "check-box-with-check": { @@ -24158,7 +27118,9 @@ "black-square", "vote", "election", - "yes" + "yes", + "checkbox", + "mark" ] }, "check-mark": { @@ -24210,7 +27172,9 @@ "x", "green-square", "no", - "deny" + "deny", + "negative", + "squared" ] }, "curly-loop": { @@ -24223,7 +27187,8 @@ "scribble", "draw", "shape", - "squiggle" + "squiggle", + "curling" ] }, "double-curly-loop": { @@ -24235,7 +27200,9 @@ "double", "loop", "tape", - "cassette" + "cassette", + "curling", + "voicemail" ] }, "part-alternation-mark": { @@ -24250,7 +27217,9 @@ "stats", "business", "economics", - "bad" + "bad", + "m", + "mcdonald’s" ] }, "eightspoked-asterisk": { @@ -24276,7 +27245,9 @@ "eight_pointed_star", "orange-square", "shape", - "polygon" + "polygon", + "black", + "orange" ] }, "sparkle": { @@ -24300,7 +27271,9 @@ "license", "circle", "law", - "legal" + "legal", + "c", + "sign" ] }, "registered": { @@ -24309,7 +27282,9 @@ "j": [ "R", "alphabet", - "circle" + "circle", + "r", + "sign" ] }, "trade-mark": { @@ -24322,7 +27297,9 @@ "trademark", "brand", "law", - "legal" + "legal", + "sign", + "tm" ] }, "splatter": { @@ -24345,7 +27322,8 @@ "b": "002A-FE0F-20E3", "j": [ "keycap_", - "star" + "star", + "asterisk" ] }, "keycap-0": { @@ -24357,7 +27335,8 @@ "numbers", "blue-square", "null", - "zero" + "zero", + "digit" ] }, "keycap-1": { @@ -24368,7 +27347,8 @@ "blue-square", "numbers", "1", - "one" + "one", + "digit" ] }, "keycap-2": { @@ -24380,7 +27360,8 @@ "2", "prime", "blue-square", - "two" + "two", + "digit" ] }, "keycap-3": { @@ -24392,7 +27373,8 @@ "numbers", "prime", "blue-square", - "three" + "three", + "digit" ] }, "keycap-4": { @@ -24403,7 +27385,8 @@ "4", "numbers", "blue-square", - "four" + "four", + "digit" ] }, "keycap-5": { @@ -24415,7 +27398,8 @@ "numbers", "blue-square", "prime", - "five" + "five", + "digit" ] }, "keycap-6": { @@ -24426,7 +27410,8 @@ "6", "numbers", "blue-square", - "six" + "six", + "digit" ] }, "keycap-7": { @@ -24438,7 +27423,8 @@ "numbers", "blue-square", "prime", - "seven" + "seven", + "digit" ] }, "keycap-8": { @@ -24449,7 +27435,8 @@ "8", "blue-square", "numbers", - "eight" + "eight", + "digit" ] }, "keycap-9": { @@ -24460,7 +27447,8 @@ "blue-square", "numbers", "9", - "nine" + "nine", + "digit" ] }, "keycap-10": { @@ -24471,7 +27459,8 @@ "numbers", "10", "blue-square", - "ten" + "ten", + "number" ] }, "input-latin-uppercase": { @@ -24485,7 +27474,11 @@ "uppercase", "alphabet", "words", - "blue-square" + "blue-square", + "abcd", + "capital", + "for", + "symbol" ] }, "input-latin-lowercase": { @@ -24498,7 +27491,10 @@ "letters", "lowercase", "blue-square", - "alphabet" + "alphabet", + "for", + "small", + "symbol" ] }, "input-numbers": { @@ -24512,7 +27508,10 @@ "1", "2", "3", - "4" + "4", + "for", + "numeric", + "symbol" ] }, "input-symbols": { @@ -24531,7 +27530,10 @@ "ampersand", "percent", "glyphs", - "characters" + "characters", + "for", + "symbol", + "symbol input" ] }, "input-latin-letters": { @@ -24543,7 +27545,9 @@ "input", "latin", "letters", - "blue-square" + "blue-square", + "for", + "symbol" ] }, "a-button-blood-type": { @@ -24556,7 +27560,11 @@ "a_button", "red-square", "alphabet", - "letter" + "letter", + "capital", + "latin", + "negative", + "squared" ] }, "ab-button-blood-type": { @@ -24569,7 +27577,9 @@ "type", "ab_button", "red-square", - "alphabet" + "alphabet", + "negative", + "squared" ] }, "b-button-blood-type": { @@ -24583,7 +27593,11 @@ "b_button", "red-square", "alphabet", - "letter" + "letter", + "capital", + "latin", + "negative", + "squared" ] }, "cl-button": { @@ -24594,7 +27608,10 @@ "CL", "alphabet", "words", - "red-square" + "red-square", + "clear", + "sign", + "squared" ] }, "cool-button": { @@ -24604,7 +27621,10 @@ "button", "COOL", "words", - "blue-square" + "blue-square", + "sign", + "square", + "squared" ] }, "free-button": { @@ -24614,7 +27634,9 @@ "button", "FREE", "blue-square", - "words" + "words", + "sign", + "squared" ] }, "information": { @@ -24624,7 +27646,12 @@ "I", "blue-square", "alphabet", - "letter" + "letter", + "i", + "info", + "lowercase", + "source", + "tourist" ] }, "id-button": { @@ -24635,7 +27662,10 @@ "ID", "identity", "purple-square", - "words" + "words", + "identification", + "sign", + "squared" ] }, "circled-m": { @@ -24647,7 +27677,10 @@ "M", "alphabet", "blue-circle", - "letter" + "letter", + "capital", + "latin", + "metro" ] }, "new-button": { @@ -24658,7 +27691,10 @@ "NEW", "blue-square", "words", - "start" + "start", + "fresh", + "sign", + "squared" ] }, "ng-button": { @@ -24670,7 +27706,12 @@ "blue-square", "words", "shape", - "icon" + "icon", + "blooper", + "good", + "no", + "sign", + "squared" ] }, "o-button-blood-type": { @@ -24684,7 +27725,12 @@ "o_button", "alphabet", "red-square", - "letter" + "letter", + "capital", + "latin", + "negative", + "o2", + "squared" ] }, "ok-button": { @@ -24697,7 +27743,10 @@ "good", "agree", "yes", - "blue-square" + "blue-square", + "sign", + "square", + "squared" ] }, "p-button": { @@ -24710,7 +27759,12 @@ "cars", "blue-square", "alphabet", - "letter" + "letter", + "capital", + "latin", + "negative", + "sign", + "squared" ] }, "sos-button": { @@ -24723,7 +27777,11 @@ "red-square", "words", "emergency", - "911" + "911", + "distress", + "sign", + "signal", + "squared" ] }, "up-button": { @@ -24736,7 +27794,12 @@ "UP!", "blue-square", "above", - "high" + "high", + "exclamation", + "level", + "sign", + "squared", + "up!" ] }, "vs-button": { @@ -24747,7 +27810,8 @@ "versus", "VS", "words", - "orange-square" + "orange-square", + "squared" ] }, "japanese-here-button": { @@ -24760,7 +27824,13 @@ "katakana", "blue-square", "japanese", - "destination" + "destination", + "koko", + "meaning", + "sign", + "squared", + "word", + "“here”" ] }, "japanese-service-charge-button": { @@ -24773,7 +27843,15 @@ "katakana", "service", "japanese", - "blue-square" + "blue-square", + "charge”", + "meaning", + "or", + "sa", + "sign", + "squared", + "“service", + "“service”" ] }, "japanese-monthly-amount-button": { @@ -24790,7 +27868,16 @@ "moon", "japanese", "orange-square", - "kanji" + "kanji", + "amount”", + "cjk", + "meaning", + "radical", + "sign", + "squared", + "u6708", + "unified", + "“monthly" ] }, "japanese-not-free-of-charge-button": { @@ -24806,7 +27893,17 @@ "orange-square", "chinese", "have", - "kanji" + "kanji", + "charge”", + "cjk", + "exist", + "meaning", + "own", + "sign", + "squared", + "u6709", + "unified", + "“not" ] }, "japanese-reserved-button": { @@ -24820,7 +27917,15 @@ "chinese", "point", "green-square", - "kanji" + "kanji", + "cjk", + "finger", + "meaning", + "sign", + "squared", + "u6307", + "unified", + "“reserved”" ] }, "japanese-bargain-button": { @@ -24835,7 +27940,13 @@ "kanji", "obtain", "get", - "circle" + "circle", + "acquire", + "advantage", + "circled", + "meaning", + "sign", + "“bargain”" ] }, "japanese-discount-button": { @@ -24850,7 +27961,16 @@ "divide", "chinese", "kanji", - "pink-square" + "pink-square", + "bargain", + "cjk", + "meaning", + "sale", + "sign", + "squared", + "u5272", + "unified", + "“discount”" ] }, "japanese-free-of-charge-button": { @@ -24866,7 +27986,17 @@ "chinese", "kanji", "japanese", - "orange-square" + "orange-square", + "charge”", + "cjk", + "lacking", + "meaning", + "negation", + "sign", + "squared", + "u7121", + "unified", + "“free" ] }, "japanese-prohibited-button": { @@ -24883,7 +28013,16 @@ "forbidden", "limit", "restricted", - "red-square" + "red-square", + "cjk", + "forbid", + "meaning", + "prohibit", + "sign", + "squared", + "u7981", + "unified", + "“prohibited”" ] }, "japanese-acceptable-button": { @@ -24900,7 +28039,12 @@ "kanji", "agree", "yes", - "orange-circle" + "orange-circle", + "accept", + "circled", + "meaning", + "sign", + "“acceptable”" ] }, "japanese-application-button": { @@ -24914,7 +28058,18 @@ "chinese", "japanese", "kanji", - "orange-square" + "orange-square", + "apply", + "cjk", + "form", + "meaning", + "monkey", + "request", + "sign", + "squared", + "u7533", + "unified", + "“application”" ] }, "japanese-passing-grade-button": { @@ -24930,7 +28085,17 @@ "chinese", "join", "kanji", - "red-square" + "red-square", + "agreement", + "cjk", + "grade”", + "meaning", + "sign", + "squared", + "together", + "u5408", + "unified", + "“passing" ] }, "japanese-vacancy-button": { @@ -24946,7 +28111,16 @@ "chinese", "empty", "sky", - "blue-square" + "blue-square", + "7a7a", + "available", + "cjk", + "meaning", + "sign", + "squared", + "u7a7a", + "unified", + "“vacancy”" ] }, "japanese-congratulations-button": { @@ -24960,7 +28134,13 @@ "chinese", "kanji", "japanese", - "red-circle" + "red-circle", + "circled", + "congratulate", + "congratulation", + "meaning", + "sign", + "“congratulations”" ] }, "japanese-secret-button": { @@ -24975,7 +28155,11 @@ "chinese", "sshh", "kanji", - "red-circle" + "red-circle", + "circled", + "meaning", + "sign", + "“secret”" ] }, "japanese-open-for-business-button": { @@ -24989,7 +28173,19 @@ "open", "japanese", "opening hours", - "orange-square" + "orange-square", + "55b6", + "business”", + "chinese", + "cjk", + "meaning", + "operating", + "sign", + "squared", + "u55b6", + "unified", + "work", + "“open" ] }, "japanese-no-vacancy-button": { @@ -25005,7 +28201,18 @@ "chinese", "japanese", "red-square", - "kanji" + "kanji", + "6e80", + "cjk", + "fullness", + "meaning", + "sign", + "squared", + "u6e80", + "unified", + "vacancy”", + "“full;", + "“no" ] }, "red-circle": { @@ -25017,7 +28224,8 @@ "red", "shape", "error", - "danger" + "danger", + "large" ] }, "orange-circle": { @@ -25026,7 +28234,9 @@ "j": [ "circle", "orange", - "round" + "round", + "geometric", + "large" ] }, "yellow-circle": { @@ -25035,7 +28245,9 @@ "j": [ "circle", "yellow", - "round" + "round", + "geometric", + "large" ] }, "green-circle": { @@ -25044,7 +28256,9 @@ "j": [ "circle", "green", - "round" + "round", + "geometric", + "large" ] }, "blue-circle": { @@ -25056,7 +28270,8 @@ "geometric", "shape", "icon", - "button" + "button", + "large" ] }, "purple-circle": { @@ -25065,7 +28280,9 @@ "j": [ "circle", "purple", - "round" + "round", + "geometric", + "large" ] }, "brown-circle": { @@ -25074,7 +28291,9 @@ "j": [ "brown", "circle", - "round" + "round", + "geometric", + "large" ] }, "black-circle": { @@ -25086,7 +28305,8 @@ "geometric", "shape", "button", - "round" + "round", + "medium" ] }, "white-circle": { @@ -25097,7 +28317,8 @@ "geometric", "white", "shape", - "round" + "round", + "medium" ] }, "red-square": { @@ -25107,7 +28328,9 @@ "card", "penalty", "red", - "square" + "square", + "geometric", + "large" ] }, "orange-square": { @@ -25115,7 +28338,9 @@ "b": "1F7E7", "j": [ "orange", - "square" + "square", + "geometric", + "large" ] }, "yellow-square": { @@ -25125,7 +28350,9 @@ "card", "penalty", "square", - "yellow" + "yellow", + "geometric", + "large" ] }, "green-square": { @@ -25133,7 +28360,9 @@ "b": "1F7E9", "j": [ "green", - "square" + "square", + "geometric", + "large" ] }, "blue-square": { @@ -25141,7 +28370,9 @@ "b": "1F7E6", "j": [ "blue", - "square" + "square", + "geometric", + "large" ] }, "purple-square": { @@ -25149,7 +28380,9 @@ "b": "1F7EA", "j": [ "purple", - "square" + "square", + "geometric", + "large" ] }, "brown-square": { @@ -25157,7 +28390,9 @@ "b": "1F7EB", "j": [ "brown", - "square" + "square", + "geometric", + "large" ] }, "black-large-square": { @@ -25329,7 +28564,9 @@ "up", "shape", "direction", - "top" + "top", + "pointing", + "small" ] }, "red-triangle-pointed-down": { @@ -25343,7 +28580,9 @@ "triangle", "shape", "direction", - "bottom" + "bottom", + "pointing", + "small" ] }, "diamond-with-a-dot": { @@ -25358,7 +28597,12 @@ "blue", "gem", "crystal", - "fancy" + "fancy", + "cuteness", + "flower", + "inside", + "kawaii", + "shape" ] }, "radio-button": { @@ -25416,7 +28660,10 @@ "win", "contest", "finishline", - "gokart" + "gokart", + "girl", + "grid", + "milestone" ] }, "triangular-flag": { @@ -25430,7 +28677,9 @@ "triangular", "mark", "milestone", - "place" + "place", + "pole", + "red" ] }, "crossed-flags": { @@ -25445,7 +28694,10 @@ "japanese", "nation", "country", - "border" + "border", + "activity", + "flag", + "two" ] }, "black-flag": { @@ -25506,7 +28758,9 @@ "transgender", "white", "pride", - "lgbtq" + "lgbtq", + "lgbt", + "trans" ] }, "pirate-flag": { @@ -25521,7 +28775,9 @@ "treasure", "skull", "crossbones", - "banner" + "banner", + "jolly", + "roger" ] }, "flag-ascension-island": { @@ -25540,7 +28796,8 @@ "nation", "country", "banner", - "andorra" + "andorra", + "andorran" ] }, "flag-united-arab-emirates": { @@ -25554,7 +28811,9 @@ "nation", "country", "banner", - "united_arab_emirates" + "united_arab_emirates", + "emirati", + "uae" ] }, "flag-afghanistan": { @@ -25566,7 +28825,8 @@ "nation", "country", "banner", - "afghanistan" + "afghanistan", + "afghan" ] }, "flag-antigua--barbuda": { @@ -25592,7 +28852,8 @@ "nation", "country", "banner", - "anguilla" + "anguilla", + "anguillan" ] }, "flag-albania": { @@ -25604,7 +28865,8 @@ "nation", "country", "banner", - "albania" + "albania", + "albanian" ] }, "flag-armenia": { @@ -25616,7 +28878,8 @@ "nation", "country", "banner", - "armenia" + "armenia", + "armenian" ] }, "flag-angola": { @@ -25628,7 +28891,8 @@ "nation", "country", "banner", - "angola" + "angola", + "angolan" ] }, "flag-antarctica": { @@ -25640,7 +28904,8 @@ "nation", "country", "banner", - "antarctica" + "antarctica", + "antarctic" ] }, "flag-argentina": { @@ -25652,7 +28917,8 @@ "nation", "country", "banner", - "argentina" + "argentina", + "argentinian" ] }, "flag-american-samoa": { @@ -25665,7 +28931,8 @@ "nation", "country", "banner", - "american_samoa" + "american_samoa", + "samoan" ] }, "flag-austria": { @@ -25677,7 +28944,8 @@ "nation", "country", "banner", - "austria" + "austria", + "austrian" ] }, "flag-australia": { @@ -25689,7 +28957,11 @@ "nation", "country", "banner", - "australia" + "australia", + "aussie", + "australian", + "heard", + "mcdonald" ] }, "flag-aruba": { @@ -25701,7 +28973,8 @@ "nation", "country", "banner", - "aruba" + "aruba", + "aruban" ] }, "flag-land-islands": { @@ -25727,7 +29000,8 @@ "nation", "country", "banner", - "azerbaijan" + "azerbaijan", + "azerbaijani" ] }, "flag-bosnia--herzegovina": { @@ -25753,7 +29027,9 @@ "nation", "country", "banner", - "barbados" + "barbados", + "bajan", + "barbadian" ] }, "flag-bangladesh": { @@ -25765,7 +29041,8 @@ "nation", "country", "banner", - "bangladesh" + "bangladesh", + "bangladeshi" ] }, "flag-belgium": { @@ -25777,7 +29054,8 @@ "nation", "country", "banner", - "belgium" + "belgium", + "belgian" ] }, "flag-burkina-faso": { @@ -25790,7 +29068,8 @@ "nation", "country", "banner", - "burkina_faso" + "burkina_faso", + "burkinabe" ] }, "flag-bulgaria": { @@ -25802,7 +29081,8 @@ "nation", "country", "banner", - "bulgaria" + "bulgaria", + "bulgarian" ] }, "flag-bahrain": { @@ -25814,7 +29094,9 @@ "nation", "country", "banner", - "bahrain" + "bahrain", + "bahrainian", + "bahrani" ] }, "flag-burundi": { @@ -25826,7 +29108,8 @@ "nation", "country", "banner", - "burundi" + "burundi", + "burundian" ] }, "flag-benin": { @@ -25838,7 +29121,8 @@ "nation", "country", "banner", - "benin" + "benin", + "beninese" ] }, "flag-st-barthlemy": { @@ -25852,7 +29136,8 @@ "nation", "country", "banner", - "st_barthelemy" + "st_barthelemy", + "st." ] }, "flag-bermuda": { @@ -25864,7 +29149,8 @@ "nation", "country", "banner", - "bermuda" + "bermuda", + "bermudan flag" ] }, "flag-brunei": { @@ -25877,7 +29163,8 @@ "nation", "country", "banner", - "brunei" + "brunei", + "bruneian" ] }, "flag-bolivia": { @@ -25889,7 +29176,8 @@ "nation", "country", "banner", - "bolivia" + "bolivia", + "bolivian" ] }, "flag-caribbean-netherlands": { @@ -25901,7 +29189,10 @@ "nation", "country", "banner", - "caribbean_netherlands" + "caribbean_netherlands", + "eustatius", + "saba", + "sint" ] }, "flag-brazil": { @@ -25913,7 +29204,10 @@ "nation", "country", "banner", - "brazil" + "brazil", + "brasil", + "brazilian", + "for" ] }, "flag-bahamas": { @@ -25925,7 +29219,8 @@ "nation", "country", "banner", - "bahamas" + "bahamas", + "bahamian" ] }, "flag-bhutan": { @@ -25937,7 +29232,8 @@ "nation", "country", "banner", - "bhutan" + "bhutan", + "bhutanese" ] }, "flag-bouvet-island": { @@ -25957,7 +29253,8 @@ "nation", "country", "banner", - "botswana" + "botswana", + "batswana" ] }, "flag-belarus": { @@ -25969,7 +29266,8 @@ "nation", "country", "banner", - "belarus" + "belarus", + "belarusian" ] }, "flag-belize": { @@ -25981,7 +29279,8 @@ "nation", "country", "banner", - "belize" + "belize", + "belizean" ] }, "flag-canada": { @@ -25993,7 +29292,8 @@ "nation", "country", "banner", - "canada" + "canada", + "canadian" ] }, "flag-cocos-keeling-islands": { @@ -26008,7 +29308,8 @@ "nation", "country", "banner", - "cocos_islands" + "cocos_islands", + "island" ] }, "flag-congo--kinshasa": { @@ -26023,7 +29324,8 @@ "nation", "country", "banner", - "congo_kinshasa" + "congo_kinshasa", + "drc" ] }, "flag-central-african-republic": { @@ -26050,7 +29352,8 @@ "nation", "country", "banner", - "congo_brazzaville" + "congo_brazzaville", + "republic" ] }, "flag-switzerland": { @@ -26062,7 +29365,10 @@ "nation", "country", "banner", - "switzerland" + "switzerland", + "cross", + "red", + "swiss" ] }, "flag-cte-divoire": { @@ -26076,7 +29382,10 @@ "nation", "country", "banner", - "cote_d_ivoire" + "cote_d_ivoire", + "côte", + "divoire", + "d’ivoire" ] }, "flag-cook-islands": { @@ -26089,7 +29398,9 @@ "nation", "country", "banner", - "cook_islands" + "cook_islands", + "island", + "islander" ] }, "flag-chile": { @@ -26100,7 +29411,8 @@ "nation", "country", "banner", - "chile" + "chile", + "chilean" ] }, "flag-cameroon": { @@ -26112,7 +29424,8 @@ "nation", "country", "banner", - "cameroon" + "cameroon", + "cameroonian" ] }, "flag-china": { @@ -26125,7 +29438,12 @@ "prc", "country", "nation", - "banner" + "banner", + "cn", + "indicator", + "letters", + "regional", + "symbol" ] }, "flag-colombia": { @@ -26137,7 +29455,8 @@ "nation", "country", "banner", - "colombia" + "colombia", + "colombian" ] }, "flag-clipperton-island": { @@ -26164,7 +29483,8 @@ "nation", "country", "banner", - "costa_rica" + "costa_rica", + "rican" ] }, "flag-cuba": { @@ -26176,7 +29496,8 @@ "nation", "country", "banner", - "cuba" + "cuba", + "cuban" ] }, "flag-cape-verde": { @@ -26189,7 +29510,8 @@ "nation", "country", "banner", - "cape_verde" + "cape_verde", + "verdian" ] }, "flag-curaao": { @@ -26202,7 +29524,9 @@ "nation", "country", "banner", - "curacao" + "curacao", + "antilles", + "curaçaoan" ] }, "flag-christmas-island": { @@ -26227,7 +29551,8 @@ "nation", "country", "banner", - "cyprus" + "cyprus", + "cypriot" ] }, "flag-czechia": { @@ -26239,7 +29564,9 @@ "nation", "country", "banner", - "czechia" + "czechia", + "czech", + "republic" ] }, "flag-germany": { @@ -26251,7 +29578,13 @@ "nation", "country", "banner", - "germany" + "germany", + "de", + "deutsch", + "indicator", + "letters", + "regional", + "symbol" ] }, "flag-diego-garcia": { @@ -26270,7 +29603,8 @@ "nation", "country", "banner", - "djibouti" + "djibouti", + "djiboutian" ] }, "flag-denmark": { @@ -26282,7 +29616,8 @@ "nation", "country", "banner", - "denmark" + "denmark", + "danish" ] }, "flag-dominica": { @@ -26307,7 +29642,9 @@ "nation", "country", "banner", - "dominican_republic" + "dominican_republic", + "dom", + "rep" ] }, "flag-algeria": { @@ -26319,7 +29656,8 @@ "nation", "country", "banner", - "algeria" + "algeria", + "algerian" ] }, "flag-ceuta--melilla": { @@ -26339,7 +29677,8 @@ "nation", "country", "banner", - "ecuador" + "ecuador", + "ecuadorian" ] }, "flag-estonia": { @@ -26351,7 +29690,8 @@ "nation", "country", "banner", - "estonia" + "estonia", + "estonian" ] }, "flag-egypt": { @@ -26363,7 +29703,8 @@ "nation", "country", "banner", - "egypt" + "egypt", + "egyptian" ] }, "flag-western-sahara": { @@ -26376,7 +29717,9 @@ "nation", "country", "banner", - "western_sahara" + "western_sahara", + "saharan", + "west" ] }, "flag-eritrea": { @@ -26388,7 +29731,8 @@ "nation", "country", "banner", - "eritrea" + "eritrea", + "eritrean" ] }, "flag-spain": { @@ -26399,7 +29743,15 @@ "spain", "nation", "country", - "banner" + "banner", + "ceuta", + "es", + "indicator", + "letters", + "melilla", + "regional", + "spanish", + "symbol" ] }, "flag-ethiopia": { @@ -26411,7 +29763,8 @@ "nation", "country", "banner", - "ethiopia" + "ethiopia", + "ethiopian" ] }, "flag-european-union": { @@ -26421,7 +29774,8 @@ "flag", "european", "union", - "banner" + "banner", + "eu" ] }, "flag-finland": { @@ -26433,7 +29787,8 @@ "nation", "country", "banner", - "finland" + "finland", + "finnish" ] }, "flag-fiji": { @@ -26445,7 +29800,8 @@ "nation", "country", "banner", - "fiji" + "fiji", + "fijian" ] }, "flag-falkland-islands": { @@ -26459,7 +29815,11 @@ "nation", "country", "banner", - "falkland_islands" + "falkland_islands", + "falklander", + "falklands", + "island", + "islas" ] }, "flag-micronesia": { @@ -26472,7 +29832,8 @@ "states", "nation", "country", - "banner" + "banner", + "micronesian" ] }, "flag-faroe-islands": { @@ -26485,7 +29846,9 @@ "nation", "country", "banner", - "faroe_islands" + "faroe_islands", + "island", + "islander" ] }, "flag-france": { @@ -26497,7 +29860,17 @@ "nation", "france", "french", - "country" + "country", + "clipperton", + "fr", + "indicator", + "island", + "letters", + "martin", + "regional", + "saint", + "st.", + "symbol" ] }, "flag-gabon": { @@ -26509,7 +29882,8 @@ "nation", "country", "banner", - "gabon" + "gabon", + "gabonese" ] }, "flag-united-kingdom": { @@ -26531,7 +29905,11 @@ "english", "england", "union jack", - "united_kingdom" + "united_kingdom", + "cornwall", + "gb", + "scotland", + "wales" ] }, "flag-grenada": { @@ -26543,7 +29921,8 @@ "nation", "country", "banner", - "grenada" + "grenada", + "grenadian" ] }, "flag-georgia": { @@ -26555,7 +29934,8 @@ "nation", "country", "banner", - "georgia" + "georgia", + "georgian" ] }, "flag-french-guiana": { @@ -26568,7 +29948,8 @@ "nation", "country", "banner", - "french_guiana" + "french_guiana", + "guinean" ] }, "flag-guernsey": { @@ -26592,7 +29973,8 @@ "nation", "country", "banner", - "ghana" + "ghana", + "ghanaian" ] }, "flag-gibraltar": { @@ -26604,7 +29986,8 @@ "nation", "country", "banner", - "gibraltar" + "gibraltar", + "gibraltarian" ] }, "flag-greenland": { @@ -26616,7 +29999,8 @@ "nation", "country", "banner", - "greenland" + "greenland", + "greenlandic" ] }, "flag-gambia": { @@ -26628,7 +30012,8 @@ "nation", "country", "banner", - "gambia" + "gambia", + "gambian flag" ] }, "flag-guinea": { @@ -26640,7 +30025,8 @@ "nation", "country", "banner", - "guinea" + "guinea", + "guinean" ] }, "flag-guadeloupe": { @@ -26652,7 +30038,8 @@ "nation", "country", "banner", - "guadeloupe" + "guadeloupe", + "guadeloupean" ] }, "flag-equatorial-guinea": { @@ -26665,7 +30052,9 @@ "nation", "country", "banner", - "equatorial_guinea" + "equatorial_guinea", + "equatoguinean", + "guinean" ] }, "flag-greece": { @@ -26677,7 +30066,8 @@ "nation", "country", "banner", - "greece" + "greece", + "greek" ] }, "flag-south-georgia--south-sandwich-islands": { @@ -26693,7 +30083,8 @@ "nation", "country", "banner", - "south_georgia_south_sandwich_islands" + "south_georgia_south_sandwich_islands", + "island" ] }, "flag-guatemala": { @@ -26705,7 +30096,8 @@ "nation", "country", "banner", - "guatemala" + "guatemala", + "guatemalan" ] }, "flag-guam": { @@ -26717,7 +30109,9 @@ "nation", "country", "banner", - "guam" + "guam", + "chamorro", + "guamanian" ] }, "flag-guineabissau": { @@ -26743,7 +30137,8 @@ "nation", "country", "banner", - "guyana" + "guyana", + "guyanese" ] }, "flag-hong-kong-sar-china": { @@ -26776,7 +30171,8 @@ "nation", "country", "banner", - "honduras" + "honduras", + "honduran" ] }, "flag-croatia": { @@ -26788,7 +30184,8 @@ "nation", "country", "banner", - "croatia" + "croatia", + "croatian" ] }, "flag-haiti": { @@ -26800,7 +30197,8 @@ "nation", "country", "banner", - "haiti" + "haiti", + "haitian" ] }, "flag-hungary": { @@ -26812,7 +30210,8 @@ "nation", "country", "banner", - "hungary" + "hungary", + "hungarian" ] }, "flag-canary-islands": { @@ -26825,7 +30224,8 @@ "nation", "country", "banner", - "canary_islands" + "canary_islands", + "island" ] }, "flag-indonesia": { @@ -26836,7 +30236,8 @@ "nation", "country", "banner", - "indonesia" + "indonesia", + "indonesian" ] }, "flag-ireland": { @@ -26848,7 +30249,8 @@ "nation", "country", "banner", - "ireland" + "ireland", + "irish flag" ] }, "flag-israel": { @@ -26860,7 +30262,8 @@ "nation", "country", "banner", - "israel" + "israel", + "israeli" ] }, "flag-isle-of-man": { @@ -26873,7 +30276,8 @@ "nation", "country", "banner", - "isle_of_man" + "isle_of_man", + "manx" ] }, "flag-india": { @@ -26885,7 +30289,8 @@ "nation", "country", "banner", - "india" + "india", + "indian" ] }, "flag-british-indian-ocean-territory": { @@ -26900,7 +30305,11 @@ "nation", "country", "banner", - "british_indian_ocean_territory" + "british_indian_ocean_territory", + "chagos", + "diego", + "garcia", + "island" ] }, "flag-iraq": { @@ -26912,7 +30321,8 @@ "nation", "country", "banner", - "iraq" + "iraq", + "iraqi" ] }, "flag-iran": { @@ -26925,7 +30335,8 @@ "republic", "nation", "country", - "banner" + "banner", + "iranian flag" ] }, "flag-iceland": { @@ -26937,7 +30348,8 @@ "nation", "country", "banner", - "iceland" + "iceland", + "icelandic" ] }, "flag-italy": { @@ -26948,7 +30360,12 @@ "italy", "nation", "country", - "banner" + "banner", + "indicator", + "italian", + "letters", + "regional", + "symbol" ] }, "flag-jersey": { @@ -26972,7 +30389,8 @@ "nation", "country", "banner", - "jamaica" + "jamaica", + "jamaican flag" ] }, "flag-jordan": { @@ -26984,7 +30402,8 @@ "nation", "country", "banner", - "jordan" + "jordan", + "jordanian" ] }, "flag-japan": { @@ -26998,7 +30417,11 @@ "banner", "japan", "jp", - "ja" + "ja", + "indicator", + "letters", + "regional", + "symbol" ] }, "flag-kenya": { @@ -27010,7 +30433,8 @@ "nation", "country", "banner", - "kenya" + "kenya", + "kenyan" ] }, "flag-kyrgyzstan": { @@ -27022,7 +30446,8 @@ "nation", "country", "banner", - "kyrgyzstan" + "kyrgyzstan", + "kyrgyzstani" ] }, "flag-cambodia": { @@ -27034,7 +30459,8 @@ "nation", "country", "banner", - "cambodia" + "cambodia", + "cambodian" ] }, "flag-kiribati": { @@ -27046,7 +30472,8 @@ "nation", "country", "banner", - "kiribati" + "kiribati", + "i" ] }, "flag-comoros": { @@ -27058,7 +30485,8 @@ "nation", "country", "banner", - "comoros" + "comoros", + "comoran" ] }, "flag-st-kitts--nevis": { @@ -27073,7 +30501,8 @@ "nation", "country", "banner", - "st_kitts_nevis" + "st_kitts_nevis", + "st." ] }, "flag-north-korea": { @@ -27086,7 +30515,8 @@ "nation", "country", "banner", - "north_korea" + "north_korea", + "korean" ] }, "flag-south-korea": { @@ -27099,7 +30529,13 @@ "nation", "country", "banner", - "south_korea" + "south_korea", + "indicator", + "korean", + "kr", + "letters", + "regional", + "symbol" ] }, "flag-kuwait": { @@ -27111,7 +30547,8 @@ "nation", "country", "banner", - "kuwait" + "kuwait", + "kuwaiti" ] }, "flag-cayman-islands": { @@ -27124,7 +30561,9 @@ "nation", "country", "banner", - "cayman_islands" + "cayman_islands", + "caymanian", + "island" ] }, "flag-kazakhstan": { @@ -27136,7 +30575,9 @@ "nation", "country", "banner", - "kazakhstan" + "kazakhstan", + "kazakh", + "kazakhstani" ] }, "flag-laos": { @@ -27150,7 +30591,8 @@ "nation", "country", "banner", - "laos" + "laos", + "laotian" ] }, "flag-lebanon": { @@ -27162,7 +30604,8 @@ "nation", "country", "banner", - "lebanon" + "lebanon", + "lebanese" ] }, "flag-st-lucia": { @@ -27175,7 +30618,8 @@ "nation", "country", "banner", - "st_lucia" + "st_lucia", + "st." ] }, "flag-liechtenstein": { @@ -27187,7 +30631,8 @@ "nation", "country", "banner", - "liechtenstein" + "liechtenstein", + "liechtensteiner" ] }, "flag-sri-lanka": { @@ -27200,7 +30645,8 @@ "nation", "country", "banner", - "sri_lanka" + "sri_lanka", + "lankan" ] }, "flag-liberia": { @@ -27212,7 +30658,8 @@ "nation", "country", "banner", - "liberia" + "liberia", + "liberian" ] }, "flag-lesotho": { @@ -27224,7 +30671,8 @@ "nation", "country", "banner", - "lesotho" + "lesotho", + "basotho" ] }, "flag-lithuania": { @@ -27236,7 +30684,8 @@ "nation", "country", "banner", - "lithuania" + "lithuania", + "lithuanian" ] }, "flag-luxembourg": { @@ -27248,7 +30697,8 @@ "nation", "country", "banner", - "luxembourg" + "luxembourg", + "luxembourger" ] }, "flag-latvia": { @@ -27260,7 +30710,8 @@ "nation", "country", "banner", - "latvia" + "latvia", + "latvian" ] }, "flag-libya": { @@ -27272,7 +30723,8 @@ "nation", "country", "banner", - "libya" + "libya", + "libyan" ] }, "flag-morocco": { @@ -27284,7 +30736,8 @@ "nation", "country", "banner", - "morocco" + "morocco", + "moroccan" ] }, "flag-monaco": { @@ -27296,7 +30749,8 @@ "nation", "country", "banner", - "monaco" + "monaco", + "monégasque" ] }, "flag-moldova": { @@ -27308,7 +30762,8 @@ "republic", "nation", "country", - "banner" + "banner", + "moldovan" ] }, "flag-montenegro": { @@ -27320,14 +30775,16 @@ "nation", "country", "banner", - "montenegro" + "montenegro", + "montenegrin" ] }, "flag-st-martin": { "a": "Flag: St. Martin", "b": "1F1F2-1F1EB", "j": [ - "flag" + "flag", + "st." ] }, "flag-madagascar": { @@ -27339,7 +30796,8 @@ "nation", "country", "banner", - "madagascar" + "madagascar", + "madagascan" ] }, "flag-marshall-islands": { @@ -27352,7 +30810,9 @@ "nation", "country", "banner", - "marshall_islands" + "marshall_islands", + "island", + "marshallese" ] }, "flag-north-macedonia": { @@ -27364,7 +30824,8 @@ "nation", "country", "banner", - "north_macedonia" + "north_macedonia", + "macedonian" ] }, "flag-mali": { @@ -27376,7 +30837,8 @@ "nation", "country", "banner", - "mali" + "mali", + "malian" ] }, "flag-myanmar-burma": { @@ -27389,7 +30851,11 @@ "nation", "country", "banner", - "myanmar" + "myanmar", + "burma", + "burmese", + "for", + "myanmarese flag" ] }, "flag-mongolia": { @@ -27401,7 +30867,8 @@ "nation", "country", "banner", - "mongolia" + "mongolia", + "mongolian" ] }, "flag-macao-sar-china": { @@ -27413,7 +30880,9 @@ "nation", "country", "banner", - "macao_sar_china" + "macao_sar_china", + "macanese flag", + "macau" ] }, "flag-northern-mariana-islands": { @@ -27427,7 +30896,10 @@ "nation", "country", "banner", - "northern_mariana_islands" + "northern_mariana_islands", + "island", + "micronesian", + "north" ] }, "flag-martinique": { @@ -27439,7 +30911,10 @@ "nation", "country", "banner", - "martinique" + "martinique", + "martiniquais flag", + "of martinique", + "snake" ] }, "flag-mauritania": { @@ -27451,7 +30926,8 @@ "nation", "country", "banner", - "mauritania" + "mauritania", + "mauritanian" ] }, "flag-montserrat": { @@ -27463,7 +30939,8 @@ "nation", "country", "banner", - "montserrat" + "montserrat", + "montserratian" ] }, "flag-malta": { @@ -27475,7 +30952,8 @@ "nation", "country", "banner", - "malta" + "malta", + "maltese" ] }, "flag-mauritius": { @@ -27487,7 +30965,8 @@ "nation", "country", "banner", - "mauritius" + "mauritius", + "mauritian" ] }, "flag-maldives": { @@ -27499,7 +30978,8 @@ "nation", "country", "banner", - "maldives" + "maldives", + "maldivian" ] }, "flag-malawi": { @@ -27511,7 +30991,8 @@ "nation", "country", "banner", - "malawi" + "malawi", + "malawian flag" ] }, "flag-mexico": { @@ -27523,7 +31004,8 @@ "nation", "country", "banner", - "mexico" + "mexico", + "mexican" ] }, "flag-malaysia": { @@ -27535,7 +31017,8 @@ "nation", "country", "banner", - "malaysia" + "malaysia", + "malaysian" ] }, "flag-mozambique": { @@ -27547,7 +31030,8 @@ "nation", "country", "banner", - "mozambique" + "mozambique", + "mozambican" ] }, "flag-namibia": { @@ -27559,7 +31043,8 @@ "nation", "country", "banner", - "namibia" + "namibia", + "namibian" ] }, "flag-new-caledonia": { @@ -27572,7 +31057,8 @@ "nation", "country", "banner", - "new_caledonia" + "new_caledonia", + "caledonian" ] }, "flag-niger": { @@ -27584,7 +31070,8 @@ "nation", "country", "banner", - "niger" + "niger", + "nigerien flag" ] }, "flag-norfolk-island": { @@ -27608,7 +31095,8 @@ "nation", "country", "banner", - "nigeria" + "nigeria", + "nigerian" ] }, "flag-nicaragua": { @@ -27620,7 +31108,8 @@ "nation", "country", "banner", - "nicaragua" + "nicaragua", + "nicaraguan" ] }, "flag-netherlands": { @@ -27632,7 +31121,8 @@ "nation", "country", "banner", - "netherlands" + "netherlands", + "dutch" ] }, "flag-norway": { @@ -27644,7 +31134,12 @@ "nation", "country", "banner", - "norway" + "norway", + "bouvet", + "jan", + "mayen", + "norwegian", + "svalbard" ] }, "flag-nepal": { @@ -27656,7 +31151,8 @@ "nation", "country", "banner", - "nepal" + "nepal", + "nepalese" ] }, "flag-nauru": { @@ -27668,7 +31164,8 @@ "nation", "country", "banner", - "nauru" + "nauru", + "nauruan" ] }, "flag-niue": { @@ -27680,7 +31177,8 @@ "nation", "country", "banner", - "niue" + "niue", + "niuean" ] }, "flag-new-zealand": { @@ -27693,7 +31191,8 @@ "nation", "country", "banner", - "new_zealand" + "new_zealand", + "kiwi" ] }, "flag-oman": { @@ -27705,7 +31204,8 @@ "nation", "country", "banner", - "oman" + "oman", + "omani" ] }, "flag-panama": { @@ -27717,7 +31217,8 @@ "nation", "country", "banner", - "panama" + "panama", + "panamanian" ] }, "flag-peru": { @@ -27729,7 +31230,8 @@ "nation", "country", "banner", - "peru" + "peru", + "peruvian" ] }, "flag-french-polynesia": { @@ -27742,7 +31244,8 @@ "nation", "country", "banner", - "french_polynesia" + "french_polynesia", + "polynesian" ] }, "flag-papua-new-guinea": { @@ -27756,7 +31259,9 @@ "nation", "country", "banner", - "papua_new_guinea" + "papua_new_guinea", + "guinean", + "png" ] }, "flag-philippines": { @@ -27780,7 +31285,8 @@ "nation", "country", "banner", - "pakistan" + "pakistan", + "pakistani" ] }, "flag-poland": { @@ -27792,7 +31298,8 @@ "nation", "country", "banner", - "poland" + "poland", + "polish" ] }, "flag-st-pierre--miquelon": { @@ -27807,7 +31314,8 @@ "nation", "country", "banner", - "st_pierre_miquelon" + "st_pierre_miquelon", + "st." ] }, "flag-pitcairn-islands": { @@ -27819,7 +31327,8 @@ "nation", "country", "banner", - "pitcairn_islands" + "pitcairn_islands", + "island" ] }, "flag-puerto-rico": { @@ -27832,7 +31341,8 @@ "nation", "country", "banner", - "puerto_rico" + "puerto_rico", + "rican" ] }, "flag-palestinian-territories": { @@ -27858,7 +31368,8 @@ "nation", "country", "banner", - "portugal" + "portugal", + "portugese" ] }, "flag-palau": { @@ -27870,7 +31381,8 @@ "nation", "country", "banner", - "palau" + "palau", + "palauan" ] }, "flag-paraguay": { @@ -27882,7 +31394,8 @@ "nation", "country", "banner", - "paraguay" + "paraguay", + "paraguayan" ] }, "flag-qatar": { @@ -27894,7 +31407,8 @@ "nation", "country", "banner", - "qatar" + "qatar", + "qatari" ] }, "flag-runion": { @@ -27907,7 +31421,8 @@ "nation", "country", "banner", - "reunion" + "reunion", + "réunionnais" ] }, "flag-romania": { @@ -27919,7 +31434,8 @@ "nation", "country", "banner", - "romania" + "romania", + "romanian" ] }, "flag-serbia": { @@ -27931,7 +31447,8 @@ "nation", "country", "banner", - "serbia" + "serbia", + "serbian flag" ] }, "flag-russia": { @@ -27944,7 +31461,12 @@ "nation", "country", "banner", - "russia" + "russia", + "indicator", + "letters", + "regional", + "ru", + "symbol" ] }, "flag-rwanda": { @@ -27956,7 +31478,8 @@ "nation", "country", "banner", - "rwanda" + "rwanda", + "rwandan" ] }, "flag-saudi-arabia": { @@ -27967,7 +31490,8 @@ "nation", "country", "banner", - "saudi_arabia" + "saudi_arabia", + "arabian flag" ] }, "flag-solomon-islands": { @@ -27980,7 +31504,9 @@ "nation", "country", "banner", - "solomon_islands" + "solomon_islands", + "island", + "islander flag" ] }, "flag-seychelles": { @@ -27992,7 +31518,8 @@ "nation", "country", "banner", - "seychelles" + "seychelles", + "seychellois flag" ] }, "flag-sudan": { @@ -28004,7 +31531,8 @@ "nation", "country", "banner", - "sudan" + "sudan", + "sudanese" ] }, "flag-sweden": { @@ -28016,7 +31544,8 @@ "nation", "country", "banner", - "sweden" + "sweden", + "swedish" ] }, "flag-singapore": { @@ -28028,7 +31557,8 @@ "nation", "country", "banner", - "singapore" + "singapore", + "singaporean" ] }, "flag-st-helena": { @@ -28044,7 +31574,8 @@ "nation", "country", "banner", - "st_helena" + "st_helena", + "st." ] }, "flag-slovenia": { @@ -28056,7 +31587,8 @@ "nation", "country", "banner", - "slovenia" + "slovenia", + "slovenian" ] }, "flag-svalbard--jan-mayen": { @@ -28076,7 +31608,9 @@ "nation", "country", "banner", - "slovakia" + "slovakia", + "slovakian", + "slovak flag" ] }, "flag-sierra-leone": { @@ -28089,7 +31623,8 @@ "nation", "country", "banner", - "sierra_leone" + "sierra_leone", + "leonean" ] }, "flag-san-marino": { @@ -28102,7 +31637,8 @@ "nation", "country", "banner", - "san_marino" + "san_marino", + "sammarinese" ] }, "flag-senegal": { @@ -28114,7 +31650,8 @@ "nation", "country", "banner", - "senegal" + "senegal", + "sengalese" ] }, "flag-somalia": { @@ -28126,7 +31663,8 @@ "nation", "country", "banner", - "somalia" + "somalia", + "somalian flag" ] }, "flag-suriname": { @@ -28138,7 +31676,8 @@ "nation", "country", "banner", - "suriname" + "suriname", + "surinamer" ] }, "flag-south-sudan": { @@ -28151,7 +31690,8 @@ "nation", "country", "banner", - "south_sudan" + "south_sudan", + "sudanese flag" ] }, "flag-so-tom--prncipe": { @@ -28166,7 +31706,10 @@ "nation", "country", "banner", - "sao_tome_principe" + "sao_tome_principe", + "príncipe", + "são", + "tomé" ] }, "flag-el-salvador": { @@ -28179,7 +31722,8 @@ "nation", "country", "banner", - "el_salvador" + "el_salvador", + "salvadoran" ] }, "flag-sint-maarten": { @@ -28219,7 +31763,8 @@ "nation", "country", "banner", - "eswatini" + "eswatini", + "swaziland" ] }, "flag-tristan-da-cunha": { @@ -28241,7 +31786,8 @@ "nation", "country", "banner", - "turks_caicos_islands" + "turks_caicos_islands", + "island" ] }, "flag-chad": { @@ -28253,7 +31799,8 @@ "nation", "country", "banner", - "chad" + "chad", + "chadian" ] }, "flag-french-southern-territories": { @@ -28267,7 +31814,9 @@ "nation", "country", "banner", - "french_southern_territories" + "french_southern_territories", + "antarctic", + "lands" ] }, "flag-togo": { @@ -28279,7 +31828,8 @@ "nation", "country", "banner", - "togo" + "togo", + "togolese" ] }, "flag-thailand": { @@ -28291,7 +31841,8 @@ "nation", "country", "banner", - "thailand" + "thailand", + "thai" ] }, "flag-tajikistan": { @@ -28303,7 +31854,8 @@ "nation", "country", "banner", - "tajikistan" + "tajikistan", + "tajik" ] }, "flag-tokelau": { @@ -28315,7 +31867,8 @@ "nation", "country", "banner", - "tokelau" + "tokelau", + "tokelauan" ] }, "flag-timorleste": { @@ -28329,7 +31882,10 @@ "nation", "country", "banner", - "timor_leste" + "timor_leste", + "east", + "leste flag", + "timorese" ] }, "flag-turkmenistan": { @@ -28340,7 +31896,8 @@ "nation", "country", "banner", - "turkmenistan" + "turkmenistan", + "turkmen" ] }, "flag-tunisia": { @@ -28352,7 +31909,8 @@ "nation", "country", "banner", - "tunisia" + "tunisia", + "tunisian" ] }, "flag-tonga": { @@ -28364,7 +31922,8 @@ "nation", "country", "banner", - "tonga" + "tonga", + "tongan flag" ] }, "flag-trkiye": { @@ -28376,7 +31935,10 @@ "turkey", "nation", "country", - "banner" + "banner", + "tr", + "turkish flag", + "türkiye" ] }, "flag-trinidad--tobago": { @@ -28401,7 +31963,8 @@ "nation", "country", "banner", - "tuvalu" + "tuvalu", + "tuvaluan" ] }, "flag-taiwan": { @@ -28413,7 +31976,9 @@ "nation", "country", "banner", - "taiwan" + "taiwan", + "china", + "taiwanese" ] }, "flag-tanzania": { @@ -28426,7 +31991,8 @@ "republic", "nation", "country", - "banner" + "banner", + "tanzanian" ] }, "flag-ukraine": { @@ -28438,7 +32004,8 @@ "nation", "country", "banner", - "ukraine" + "ukraine", + "ukrainian" ] }, "flag-uganda": { @@ -28450,7 +32017,8 @@ "nation", "country", "banner", - "uganda" + "uganda", + "ugandan flag" ] }, "flag-us-outlying-islands": { @@ -28458,7 +32026,9 @@ "b": "1F1FA-1F1F2", "j": [ "flag", - "flag_u_s_outlying_islands" + "flag_u_s_outlying_islands", + "u.s.", + "us" ] }, "flag-united-nations": { @@ -28481,7 +32051,16 @@ "nation", "country", "banner", - "united_states" + "united_states", + "american", + "indicator", + "islands", + "letters", + "outlying", + "regional", + "symbol", + "us", + "usa" ] }, "flag-uruguay": { @@ -28493,7 +32072,8 @@ "nation", "country", "banner", - "uruguay" + "uruguay", + "uruguayan" ] }, "flag-uzbekistan": { @@ -28505,7 +32085,9 @@ "nation", "country", "banner", - "uzbekistan" + "uzbekistan", + "uzbek", + "uzbekistani" ] }, "flag-vatican-city": { @@ -28518,7 +32100,8 @@ "nation", "country", "banner", - "vatican_city" + "vatican_city", + "vanticanien" ] }, "flag-st-vincent--grenadines": { @@ -28533,7 +32116,8 @@ "nation", "country", "banner", - "st_vincent_grenadines" + "st_vincent_grenadines", + "st." ] }, "flag-venezuela": { @@ -28547,7 +32131,8 @@ "nation", "country", "banner", - "venezuela" + "venezuela", + "venezuelan" ] }, "flag-british-virgin-islands": { @@ -28562,7 +32147,9 @@ "nation", "country", "banner", - "british_virgin_islands" + "british_virgin_islands", + "island", + "islander" ] }, "flag-us-virgin-islands": { @@ -28577,7 +32164,14 @@ "nation", "country", "banner", - "u_s_virgin_islands" + "u_s_virgin_islands", + "america", + "island", + "islander", + "states", + "u.s.", + "united", + "usa" ] }, "flag-vietnam": { @@ -28590,7 +32184,8 @@ "nation", "country", "banner", - "vietnam" + "vietnam", + "vietnamese" ] }, "flag-vanuatu": { @@ -28602,7 +32197,9 @@ "nation", "country", "banner", - "vanuatu" + "vanuatu", + "ni", + "vanuatu flag" ] }, "flag-wallis--futuna": { @@ -28628,7 +32225,8 @@ "nation", "country", "banner", - "samoa" + "samoa", + "samoan flag" ] }, "flag-kosovo": { @@ -28640,7 +32238,8 @@ "nation", "country", "banner", - "kosovo" + "kosovo", + "kosovar" ] }, "flag-yemen": { @@ -28652,7 +32251,8 @@ "nation", "country", "banner", - "yemen" + "yemen", + "yemeni flag" ] }, "flag-mayotte": { @@ -28677,7 +32277,8 @@ "nation", "country", "banner", - "south_africa" + "south_africa", + "african flag" ] }, "flag-zambia": { @@ -28689,7 +32290,8 @@ "nation", "country", "banner", - "zambia" + "zambia", + "zambian" ] }, "flag-zimbabwe": { @@ -28701,7 +32303,9 @@ "nation", "country", "banner", - "zimbabwe" + "zimbabwe", + "zim", + "zimbabwean flag" ] }, "flag-england": { @@ -28709,7 +32313,10 @@ "b": "1F3F4-E0067-E0062-E0065-E006E-E0067-E007F", "j": [ "flag", - "english" + "english", + "cross", + "george's", + "st" ] }, "flag-scotland": { @@ -28717,7 +32324,11 @@ "b": "1F3F4-E0067-E0062-E0073-E0063-E0074-E007F", "j": [ "flag", - "scottish" + "scottish", + "andrew's", + "cross", + "saltire", + "st" ] }, "flag-wales": { @@ -28725,7 +32336,14 @@ "b": "1F3F4-E0067-E0062-E0077-E006C-E0073-E007F", "j": [ "flag", - "welsh" + "welsh", + "baner", + "cymru", + "ddraig", + "dragon", + "goch", + "red", + "y" ] } }, diff --git a/vector/src/main/AndroidManifest.xml b/vector/src/main/AndroidManifest.xml index 746653a18f..56abe98703 100644 --- a/vector/src/main/AndroidManifest.xml +++ b/vector/src/main/AndroidManifest.xml @@ -56,6 +56,9 @@ + + + + + +