diff --git a/LICENSE b/LICENSE index 644e0ce..43b667d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 Jack Wong +Copyright (c) 2018 CRIMX Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 00a7e7c..171352f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A Hexo plugin that adds emoji support, using [Github Emojis API][ghemojis]. Check out the [Emoji Cheat Sheet](http://www.webpagefx.com/tools/emoji-cheat-sheet/) for all the emojis it supports. +V2 is not compatible with [V1](https://github.com/crimx/hexo-filter-github-emojis/tree/e52ceb8b18a7b06916b6cb0a887b218d49a7ab92). V1 replaces codepoints with `` tags. While V2 makes the font transparent and displays emojis with `background-image`. + ## Installation ``` bash @@ -23,63 +25,69 @@ You can configure this plugin in `_config.yml`. Default options: githubEmojis: enable: true className: github-emoji - unicode: false + inject: true styles: - localEmojis: + customEmojis: ``` -The filter will try to download the latest version of [Github Emojis][ghemojis] list. If the network is unavailable or too slow it will use the backup version. - -- **className** - Image class name. For :sparkles: `:sparkles:` the filter will generate something like this: +- **className** - Image class name. For example :sparkles: `:sparkles:` the filter will generate something like this: ```html - :sparkles: + ``` -- **unicode** - If you set this option to true, the filter will generate something like this: +- **inject** - If true, the filter will inject proper inline styles and a script to fallback when image loading fails. If you can modify script files and style files, you may turn this off and add them yourself. ```html - + ``` - Then you can fallback to image with JavaScript. For example, with jQuery: + + A script tag will be appended, the className changes according to the options: - ```javascript - $('span.github-emoji').each(function (i, emoji) { - var $emoji = $(emoji) - var codepoint = $emoji.html() - $('') - .on('error', function () { - // image loading failed - $emoji.html(codepoint) - }) - .prop('alt', $emoji.attr('title')) - .prop('src', $emoji.data('src')) - .appendTo($emoji.empty()) - }) + ```html + ``` -- **styles** - inline styles for the images. For example: +- **styles** - inline styles. For example: ```yaml githubEmojis: styles: - display: inline - vertical-align: bottom + font-size: 2em + font-weight: bold ``` outputs: ```html - + ``` -- **localEmojis** - You can specify your own list. An object or JSON string is valid. The filter will first check the `localEmojis` then fallback to the [Github Emojis][ghemojis] list. +- **customEmojis** - You can specify your own list. An object or JSON string is valid. The filter will first check the `customEmojis` then fallback to the [Github Emojis][ghemojis] list. For example: ```yaml githubEmojis: - localEmojis: + customEmojis: arrow_left: https://path/to/arrow_left.png arrow_right: https://path/to/arrow_right.png ``` @@ -88,7 +96,7 @@ The filter will try to download the latest version of [Github Emojis][ghemojis] ```yaml githubEmojis: - localEmojis: + customEmojis: man_juggling: src: https://path/to/man_juggling.png codepoints: ["1f939", "2642"] diff --git a/emojis.json b/emojis.json index 024bdb4..c497d5c 100644 --- a/emojis.json +++ b/emojis.json @@ -1,9389 +1,9389 @@ { - "100": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4af.png?v7", - "codepoints": [ - "1f4af" - ] - }, - "1234": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f522.png?v7", - "codepoints": [ - "1f522" - ] - }, - "+1": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png?v7", - "codepoints": [ - "1f44d" - ] - }, - "-1": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44e.png?v7", - "codepoints": [ - "1f44e" - ] - }, - "1st_place_medal": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f947.png?v7", - "codepoints": [ - "1f947" - ] - }, - "2nd_place_medal": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f948.png?v7", - "codepoints": [ - "1f948" - ] - }, - "3rd_place_medal": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f949.png?v7", - "codepoints": [ - "1f949" - ] - }, - "8ball": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b1.png?v7", - "codepoints": [ - "1f3b1" - ] - }, - "a": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f170.png?v7", - "codepoints": [ - "1f170" - ] - }, - "ab": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f18e.png?v7", - "codepoints": [ - "1f18e" - ] - }, - "abc": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f524.png?v7", - "codepoints": [ - "1f524" - ] - }, - "abcd": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f521.png?v7", - "codepoints": [ - "1f521" - ] - }, - "accept": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f251.png?v7", - "codepoints": [ - "1f251" - ] - }, - "aerial_tramway": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a1.png?v7", - "codepoints": [ - "1f6a1" - ] - }, - "afghanistan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1eb.png?v7", - "codepoints": [ - "1f1e6", - "1f1eb" - ] - }, - "airplane": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2708.png?v7", - "codepoints": [ - "2708" - ] - }, - "aland_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1fd.png?v7", - "codepoints": [ - "1f1e6", - "1f1fd" - ] - }, - "alarm_clock": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f0.png?v7", - "codepoints": [ - "23f0" - ] - }, - "albania": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f1.png?v7", - "codepoints": [ - "1f1e6", - "1f1f1" - ] - }, - "alembic": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2697.png?v7", - "codepoints": [ - "2697" - ] - }, - "algeria": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1ff.png?v7", - "codepoints": [ - "1f1e9", - "1f1ff" - ] - }, - "alien": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47d.png?v7", - "codepoints": [ - "1f47d" - ] - }, - "ambulance": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f691.png?v7", - "codepoints": [ - "1f691" - ] - }, - "american_samoa": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f8.png?v7", - "codepoints": [ - "1f1e6", - "1f1f8" - ] - }, - "amphora": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3fa.png?v7", - "codepoints": [ - "1f3fa" - ] - }, - "anchor": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2693.png?v7", - "codepoints": [ - "2693" - ] - }, - "andorra": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1e9.png?v7", - "codepoints": [ - "1f1e6", - "1f1e9" - ] - }, - "angel": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47c.png?v7", - "codepoints": [ - "1f47c" - ] - }, - "anger": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a2.png?v7", - "codepoints": [ - "1f4a2" - ] - }, - "angola": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f4.png?v7", - "codepoints": [ - "1f1e6", - "1f1f4" - ] - }, - "angry": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f620.png?v7", - "codepoints": [ - "1f620" - ] - }, - "anguilla": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ee.png?v7", - "codepoints": [ - "1f1e6", - "1f1ee" - ] - }, - "anguished": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f627.png?v7", - "codepoints": [ - "1f627" - ] - }, - "ant": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41c.png?v7", - "codepoints": [ - "1f41c" - ] - }, - "antarctica": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f6.png?v7", - "codepoints": [ - "1f1e6", - "1f1f6" - ] - }, - "antigua_barbuda": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ec.png?v7", - "codepoints": [ - "1f1e6", - "1f1ec" - ] - }, - "apple": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34e.png?v7", - "codepoints": [ - "1f34e" - ] - }, - "aquarius": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2652.png?v7", - "codepoints": [ - "2652" - ] - }, - "argentina": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f7.png?v7", - "codepoints": [ - "1f1e6", - "1f1f7" - ] - }, - "aries": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2648.png?v7", - "codepoints": [ - "2648" - ] - }, - "armenia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f2.png?v7", - "codepoints": [ - "1f1e6", - "1f1f2" - ] - }, - "arrow_backward": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25c0.png?v7", - "codepoints": [ - "25c0" - ] - }, - "arrow_double_down": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ec.png?v7", - "codepoints": [ - "23ec" - ] - }, - "arrow_double_up": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23eb.png?v7", - "codepoints": [ - "23eb" - ] - }, - "arrow_down": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b07.png?v7", - "codepoints": [ - "2b07" - ] - }, - "arrow_down_small": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53d.png?v7", - "codepoints": [ - "1f53d" - ] - }, - "arrow_forward": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25b6.png?v7", - "codepoints": [ - "25b6" - ] - }, - "arrow_heading_down": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2935.png?v7", - "codepoints": [ - "2935" - ] - }, - "arrow_heading_up": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2934.png?v7", - "codepoints": [ - "2934" - ] - }, - "arrow_left": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b05.png?v7", - "codepoints": [ - "2b05" - ] - }, - "arrow_lower_left": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2199.png?v7", - "codepoints": [ - "2199" - ] - }, - "arrow_lower_right": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2198.png?v7", - "codepoints": [ - "2198" - ] - }, - "arrow_right": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/27a1.png?v7", - "codepoints": [ - "27a1" - ] - }, - "arrow_right_hook": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/21aa.png?v7", - "codepoints": [ - "21aa" - ] - }, - "arrow_up": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b06.png?v7", - "codepoints": [ - "2b06" - ] - }, - "arrow_up_down": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2195.png?v7", - "codepoints": [ - "2195" - ] - }, - "arrow_up_small": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53c.png?v7", - "codepoints": [ - "1f53c" - ] - }, - "arrow_upper_left": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2196.png?v7", - "codepoints": [ - "2196" - ] - }, - "arrow_upper_right": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2197.png?v7", - "codepoints": [ - "2197" - ] - }, - "arrows_clockwise": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f503.png?v7", - "codepoints": [ - "1f503" - ] - }, - "arrows_counterclockwise": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f504.png?v7", - "codepoints": [ - "1f504" - ] - }, - "art": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a8.png?v7", - "codepoints": [ - "1f3a8" - ] - }, - "articulated_lorry": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69b.png?v7", - "codepoints": [ - "1f69b" - ] - }, - "artificial_satellite": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f0.png?v7", - "codepoints": [ - "1f6f0" - ] - }, - "aruba": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1fc.png?v7", - "codepoints": [ - "1f1e6", - "1f1fc" - ] - }, - "asterisk": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/002a-20e3.png?v7", - "codepoints": [ - "002a", - "20e3" - ] - }, - "astonished": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f632.png?v7", - "codepoints": [ - "1f632" - ] - }, - "athletic_shoe": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45f.png?v7", - "codepoints": [ - "1f45f" - ] - }, - "atm": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e7.png?v7", - "codepoints": [ - "1f3e7" - ] - }, - "atom_symbol": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/269b.png?v7", - "codepoints": [ - "269b" - ] - }, - "australia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1fa.png?v7", - "codepoints": [ - "1f1e6", - "1f1fa" - ] - }, - "austria": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f9.png?v7", - "codepoints": [ - "1f1e6", - "1f1f9" - ] - }, - "avocado": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f951.png?v7", - "codepoints": [ - "1f951" - ] - }, - "azerbaijan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ff.png?v7", - "codepoints": [ - "1f1e6", - "1f1ff" - ] - }, - "b": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f171.png?v7", - "codepoints": [ - "1f171" - ] - }, - "baby": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f476.png?v7", - "codepoints": [ - "1f476" - ] - }, - "baby_bottle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37c.png?v7", - "codepoints": [ - "1f37c" - ] - }, - "baby_chick": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f424.png?v7", - "codepoints": [ - "1f424" - ] - }, - "baby_symbol": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bc.png?v7", - "codepoints": [ - "1f6bc" - ] - }, - "back": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f519.png?v7", - "codepoints": [ - "1f519" - ] - }, - "bacon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f953.png?v7", - "codepoints": [ - "1f953" - ] - }, - "badminton": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f8.png?v7", - "codepoints": [ - "1f3f8" - ] - }, - "baggage_claim": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c4.png?v7", - "codepoints": [ - "1f6c4" - ] - }, - "baguette_bread": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f956.png?v7", - "codepoints": [ - "1f956" - ] - }, - "bahamas": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f8.png?v7", - "codepoints": [ - "1f1e7", - "1f1f8" - ] - }, - "bahrain": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ed.png?v7", - "codepoints": [ - "1f1e7", - "1f1ed" - ] - }, - "balance_scale": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2696.png?v7", - "codepoints": [ - "2696" - ] - }, - "balloon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f388.png?v7", - "codepoints": [ - "1f388" - ] - }, - "ballot_box": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5f3.png?v7", - "codepoints": [ - "1f5f3" - ] - }, - "ballot_box_with_check": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2611.png?v7", - "codepoints": [ - "2611" - ] - }, - "bamboo": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38d.png?v7", - "codepoints": [ - "1f38d" - ] - }, - "banana": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34c.png?v7", - "codepoints": [ - "1f34c" - ] - }, - "bangbang": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/203c.png?v7", - "codepoints": [ - "203c" - ] - }, - "bangladesh": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1e9.png?v7", - "codepoints": [ - "1f1e7", - "1f1e9" - ] - }, - "bank": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e6.png?v7", - "codepoints": [ - "1f3e6" - ] - }, - "bar_chart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ca.png?v7", - "codepoints": [ - "1f4ca" - ] - }, - "barbados": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1e7.png?v7", - "codepoints": [ - "1f1e7", - "1f1e7" - ] - }, - "barber": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f488.png?v7", - "codepoints": [ - "1f488" - ] - }, - "baseball": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26be.png?v7", - "codepoints": [ - "26be" - ] - }, - "basecamp": { - "src": "https://assets-cdn.github.com/images/icons/emoji/basecamp.png?v7" - }, - "basecampy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/basecampy.png?v7" - }, - "basketball": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c0.png?v7", - "codepoints": [ - "1f3c0" - ] - }, - "basketball_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f9.png?v7", - "codepoints": [ - "26f9" - ] - }, - "basketball_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f9-2640.png?v7", - "codepoints": [ - "26f9", - "2640" - ] - }, - "bat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f987.png?v7", - "codepoints": [ - "1f987" - ] - }, - "bath": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c0.png?v7", - "codepoints": [ - "1f6c0" - ] - }, - "bathtub": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c1.png?v7", - "codepoints": [ - "1f6c1" - ] - }, - "battery": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50b.png?v7", - "codepoints": [ - "1f50b" - ] - }, - "beach_umbrella": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d6.png?v7", - "codepoints": [ - "1f3d6" - ] - }, - "bear": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43b.png?v7", - "codepoints": [ - "1f43b" - ] - }, - "bed": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cf.png?v7", - "codepoints": [ - "1f6cf" - ] - }, - "bee": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41d.png?v7", - "codepoints": [ - "1f41d" - ] - }, - "beer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37a.png?v7", - "codepoints": [ - "1f37a" - ] - }, - "beers": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37b.png?v7", - "codepoints": [ - "1f37b" - ] - }, - "beetle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41e.png?v7", - "codepoints": [ - "1f41e" - ] - }, - "beginner": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f530.png?v7", - "codepoints": [ - "1f530" - ] - }, - "belarus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1fe.png?v7", - "codepoints": [ - "1f1e7", - "1f1fe" - ] - }, - "belgium": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ea.png?v7", - "codepoints": [ - "1f1e7", - "1f1ea" - ] - }, - "belize": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ff.png?v7", - "codepoints": [ - "1f1e7", - "1f1ff" - ] - }, - "bell": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f514.png?v7", - "codepoints": [ - "1f514" - ] - }, - "bellhop_bell": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ce.png?v7", - "codepoints": [ - "1f6ce" - ] - }, - "benin": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ef.png?v7", - "codepoints": [ - "1f1e7", - "1f1ef" - ] - }, - "bento": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f371.png?v7", - "codepoints": [ - "1f371" - ] - }, - "bermuda": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f2.png?v7", - "codepoints": [ - "1f1e7", - "1f1f2" - ] - }, - "bhutan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f9.png?v7", - "codepoints": [ - "1f1e7", - "1f1f9" - ] - }, - "bicyclist": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b4.png?v7", - "codepoints": [ - "1f6b4" - ] - }, - "bike": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b2.png?v7", - "codepoints": [ - "1f6b2" - ] - }, - "biking_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b4.png?v7", - "codepoints": [ - "1f6b4" - ] - }, - "biking_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b4-2640.png?v7", - "codepoints": [ - "1f6b4", - "2640" - ] - }, - "bikini": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f459.png?v7", - "codepoints": [ - "1f459" - ] - }, - "biohazard": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2623.png?v7", - "codepoints": [ - "2623" - ] - }, - "bird": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f426.png?v7", - "codepoints": [ - "1f426" - ] - }, - "birthday": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f382.png?v7", - "codepoints": [ - "1f382" - ] - }, - "black_circle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26ab.png?v7", - "codepoints": [ - "26ab" - ] - }, - "black_flag": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f4.png?v7", - "codepoints": [ - "1f3f4" - ] - }, - "black_heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5a4.png?v7", - "codepoints": [ - "1f5a4" - ] - }, - "black_joker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f0cf.png?v7", - "codepoints": [ - "1f0cf" - ] - }, - "black_large_square": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b1b.png?v7", - "codepoints": [ - "2b1b" - ] - }, - "black_medium_small_square": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fe.png?v7", - "codepoints": [ - "25fe" - ] - }, - "black_medium_square": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fc.png?v7", - "codepoints": [ - "25fc" - ] - }, - "black_nib": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2712.png?v7", - "codepoints": [ - "2712" - ] - }, - "black_small_square": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25aa.png?v7", - "codepoints": [ - "25aa" - ] - }, - "black_square_button": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f532.png?v7", - "codepoints": [ - "1f532" - ] - }, - "blonde_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f471.png?v7", - "codepoints": [ - "1f471" - ] - }, - "blonde_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f471-2640.png?v7", - "codepoints": [ - "1f471", - "2640" - ] - }, - "blossom": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33c.png?v7", - "codepoints": [ - "1f33c" - ] - }, - "blowfish": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f421.png?v7", - "codepoints": [ - "1f421" - ] - }, - "blue_book": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d8.png?v7", - "codepoints": [ - "1f4d8" - ] - }, - "blue_car": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f699.png?v7", - "codepoints": [ - "1f699" - ] - }, - "blue_heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f499.png?v7", - "codepoints": [ - "1f499" - ] - }, - "blush": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60a.png?v7", - "codepoints": [ - "1f60a" - ] - }, - "boar": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f417.png?v7", - "codepoints": [ - "1f417" - ] - }, - "boat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f5.png?v7", - "codepoints": [ - "26f5" - ] - }, - "bolivia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f4.png?v7", - "codepoints": [ - "1f1e7", - "1f1f4" - ] - }, - "bomb": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a3.png?v7", - "codepoints": [ - "1f4a3" - ] - }, - "book": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d6.png?v7", - "codepoints": [ - "1f4d6" - ] - }, - "bookmark": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f516.png?v7", - "codepoints": [ - "1f516" - ] - }, - "bookmark_tabs": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d1.png?v7", - "codepoints": [ - "1f4d1" - ] - }, - "books": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4da.png?v7", - "codepoints": [ - "1f4da" - ] - }, - "boom": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a5.png?v7", - "codepoints": [ - "1f4a5" - ] - }, - "boot": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f462.png?v7", - "codepoints": [ - "1f462" - ] - }, - "bosnia_herzegovina": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1e6.png?v7", - "codepoints": [ - "1f1e7", - "1f1e6" - ] - }, - "botswana": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1fc.png?v7", - "codepoints": [ - "1f1e7", - "1f1fc" - ] - }, - "bouquet": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f490.png?v7", - "codepoints": [ - "1f490" - ] - }, - "bow": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f647.png?v7", - "codepoints": [ - "1f647" - ] - }, - "bow_and_arrow": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f9.png?v7", - "codepoints": [ - "1f3f9" - ] - }, - "bowing_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f647.png?v7", - "codepoints": [ - "1f647" - ] - }, - "bowing_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f647-2640.png?v7", - "codepoints": [ - "1f647", - "2640" - ] - }, - "bowling": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b3.png?v7", - "codepoints": [ - "1f3b3" - ] - }, - "bowtie": { - "src": "https://assets-cdn.github.com/images/icons/emoji/bowtie.png?v7" - }, - "boxing_glove": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f94a.png?v7", - "codepoints": [ - "1f94a" - ] - }, - "boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f466.png?v7", - "codepoints": [ - "1f466" - ] - }, - "brazil": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f7.png?v7", - "codepoints": [ - "1f1e7", - "1f1f7" - ] - }, - "bread": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35e.png?v7", - "codepoints": [ - "1f35e" - ] - }, - "bride_with_veil": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f470.png?v7", - "codepoints": [ - "1f470" - ] - }, - "bridge_at_night": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f309.png?v7", - "codepoints": [ - "1f309" - ] - }, - "briefcase": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bc.png?v7", - "codepoints": [ - "1f4bc" - ] - }, - "british_indian_ocean_territory": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f4.png?v7", - "codepoints": [ - "1f1ee", - "1f1f4" - ] - }, - "british_virgin_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1ec.png?v7", - "codepoints": [ - "1f1fb", - "1f1ec" - ] - }, - "broken_heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f494.png?v7", - "codepoints": [ - "1f494" - ] - }, - "brunei": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f3.png?v7", - "codepoints": [ - "1f1e7", - "1f1f3" - ] - }, - "bug": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41b.png?v7", - "codepoints": [ - "1f41b" - ] - }, - "building_construction": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d7.png?v7", - "codepoints": [ - "1f3d7" - ] - }, - "bulb": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a1.png?v7", - "codepoints": [ - "1f4a1" - ] - }, - "bulgaria": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ec.png?v7", - "codepoints": [ - "1f1e7", - "1f1ec" - ] - }, - "bullettrain_front": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f685.png?v7", - "codepoints": [ - "1f685" - ] - }, - "bullettrain_side": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f684.png?v7", - "codepoints": [ - "1f684" - ] - }, - "burkina_faso": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1eb.png?v7", - "codepoints": [ - "1f1e7", - "1f1eb" - ] - }, - "burrito": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32f.png?v7", - "codepoints": [ - "1f32f" - ] - }, - "burundi": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ee.png?v7", - "codepoints": [ - "1f1e7", - "1f1ee" - ] - }, - "bus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68c.png?v7", - "codepoints": [ - "1f68c" - ] - }, - "business_suit_levitating": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f574.png?v7", - "codepoints": [ - "1f574" - ] - }, - "busstop": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68f.png?v7", - "codepoints": [ - "1f68f" - ] - }, - "bust_in_silhouette": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f464.png?v7", - "codepoints": [ - "1f464" - ] - }, - "busts_in_silhouette": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f465.png?v7", - "codepoints": [ - "1f465" - ] - }, - "butterfly": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98b.png?v7", - "codepoints": [ - "1f98b" - ] - }, - "cactus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f335.png?v7", - "codepoints": [ - "1f335" - ] - }, - "cake": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f370.png?v7", - "codepoints": [ - "1f370" - ] - }, - "calendar": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c6.png?v7", - "codepoints": [ - "1f4c6" - ] - }, - "call_me_hand": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f919.png?v7", - "codepoints": [ - "1f919" - ] - }, - "calling": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f2.png?v7", - "codepoints": [ - "1f4f2" - ] - }, - "cambodia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ed.png?v7", - "codepoints": [ - "1f1f0", - "1f1ed" - ] - }, - "camel": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42b.png?v7", - "codepoints": [ - "1f42b" - ] - }, - "camera": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f7.png?v7", - "codepoints": [ - "1f4f7" - ] - }, - "camera_flash": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f8.png?v7", - "codepoints": [ - "1f4f8" - ] - }, - "cameroon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f2.png?v7", - "codepoints": [ - "1f1e8", - "1f1f2" - ] - }, - "camping": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d5.png?v7", - "codepoints": [ - "1f3d5" - ] - }, - "canada": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1e6.png?v7", - "codepoints": [ - "1f1e8", - "1f1e6" - ] - }, - "canary_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1e8.png?v7", - "codepoints": [ - "1f1ee", - "1f1e8" - ] - }, - "cancer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264b.png?v7", - "codepoints": [ - "264b" - ] - }, - "candle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f56f.png?v7", - "codepoints": [ - "1f56f" - ] - }, - "candy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36c.png?v7", - "codepoints": [ - "1f36c" - ] - }, - "canoe": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f6.png?v7", - "codepoints": [ - "1f6f6" - ] - }, - "cape_verde": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fb.png?v7", - "codepoints": [ - "1f1e8", - "1f1fb" - ] - }, - "capital_abcd": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f520.png?v7", - "codepoints": [ - "1f520" - ] - }, - "capricorn": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2651.png?v7", - "codepoints": [ - "2651" - ] - }, - "car": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f697.png?v7", - "codepoints": [ - "1f697" - ] - }, - "card_file_box": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5c3.png?v7", - "codepoints": [ - "1f5c3" - ] - }, - "card_index": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c7.png?v7", - "codepoints": [ - "1f4c7" - ] - }, - "card_index_dividers": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5c2.png?v7", - "codepoints": [ - "1f5c2" - ] - }, - "caribbean_netherlands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f6.png?v7", - "codepoints": [ - "1f1e7", - "1f1f6" - ] - }, - "carousel_horse": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a0.png?v7", - "codepoints": [ - "1f3a0" - ] - }, - "carrot": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f955.png?v7", - "codepoints": [ - "1f955" - ] - }, - "cat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f431.png?v7", - "codepoints": [ - "1f431" - ] - }, - "cat2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f408.png?v7", - "codepoints": [ - "1f408" - ] - }, - "cayman_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1fe.png?v7", - "codepoints": [ - "1f1f0", - "1f1fe" - ] - }, - "cd": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bf.png?v7", - "codepoints": [ - "1f4bf" - ] - }, - "central_african_republic": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1eb.png?v7", - "codepoints": [ - "1f1e8", - "1f1eb" - ] - }, - "chad": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1e9.png?v7", - "codepoints": [ - "1f1f9", - "1f1e9" - ] - }, - "chains": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26d3.png?v7", - "codepoints": [ - "26d3" - ] - }, - "champagne": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37e.png?v7", - "codepoints": [ - "1f37e" - ] - }, - "chart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b9.png?v7", - "codepoints": [ - "1f4b9" - ] - }, - "chart_with_downwards_trend": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c9.png?v7", - "codepoints": [ - "1f4c9" - ] - }, - "chart_with_upwards_trend": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c8.png?v7", - "codepoints": [ - "1f4c8" - ] - }, - "checkered_flag": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c1.png?v7", - "codepoints": [ - "1f3c1" - ] - }, - "cheese": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f9c0.png?v7", - "codepoints": [ - "1f9c0" - ] - }, - "cherries": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f352.png?v7", - "codepoints": [ - "1f352" - ] - }, - "cherry_blossom": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f338.png?v7", - "codepoints": [ - "1f338" - ] - }, - "chestnut": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f330.png?v7", - "codepoints": [ - "1f330" - ] - }, - "chicken": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f414.png?v7", - "codepoints": [ - "1f414" - ] - }, - "children_crossing": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b8.png?v7", - "codepoints": [ - "1f6b8" - ] - }, - "chile": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f1.png?v7", - "codepoints": [ - "1f1e8", - "1f1f1" - ] - }, - "chipmunk": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43f.png?v7", - "codepoints": [ - "1f43f" - ] - }, - "chocolate_bar": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36b.png?v7", - "codepoints": [ - "1f36b" - ] - }, - "christmas_island": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fd.png?v7", - "codepoints": [ - "1f1e8", - "1f1fd" - ] - }, - "christmas_tree": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f384.png?v7", - "codepoints": [ - "1f384" - ] - }, - "church": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26ea.png?v7", - "codepoints": [ - "26ea" - ] - }, - "cinema": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a6.png?v7", - "codepoints": [ - "1f3a6" - ] - }, - "circus_tent": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3aa.png?v7", - "codepoints": [ - "1f3aa" - ] - }, - "city_sunrise": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f307.png?v7", - "codepoints": [ - "1f307" - ] - }, - "city_sunset": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f306.png?v7", - "codepoints": [ - "1f306" - ] - }, - "cityscape": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d9.png?v7", - "codepoints": [ - "1f3d9" - ] - }, - "cl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f191.png?v7", - "codepoints": [ - "1f191" - ] - }, - "clamp": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5dc.png?v7", - "codepoints": [ - "1f5dc" - ] - }, - "clap": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44f.png?v7", - "codepoints": [ - "1f44f" - ] - }, - "clapper": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ac.png?v7", - "codepoints": [ - "1f3ac" - ] - }, - "classical_building": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3db.png?v7", - "codepoints": [ - "1f3db" - ] - }, - "clinking_glasses": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f942.png?v7", - "codepoints": [ - "1f942" - ] - }, - "clipboard": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cb.png?v7", - "codepoints": [ - "1f4cb" - ] - }, - "clock1": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f550.png?v7", - "codepoints": [ - "1f550" - ] - }, - "clock10": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f559.png?v7", - "codepoints": [ - "1f559" - ] - }, - "clock1030": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f565.png?v7", - "codepoints": [ - "1f565" - ] - }, - "clock11": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55a.png?v7", - "codepoints": [ - "1f55a" - ] - }, - "clock1130": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f566.png?v7", - "codepoints": [ - "1f566" - ] - }, - "clock12": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55b.png?v7", - "codepoints": [ - "1f55b" - ] - }, - "clock1230": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f567.png?v7", - "codepoints": [ - "1f567" - ] - }, - "clock130": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55c.png?v7", - "codepoints": [ - "1f55c" - ] - }, - "clock2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f551.png?v7", - "codepoints": [ - "1f551" - ] - }, - "clock230": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55d.png?v7", - "codepoints": [ - "1f55d" - ] - }, - "clock3": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f552.png?v7", - "codepoints": [ - "1f552" - ] - }, - "clock330": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55e.png?v7", - "codepoints": [ - "1f55e" - ] - }, - "clock4": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f553.png?v7", - "codepoints": [ - "1f553" - ] - }, - "clock430": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55f.png?v7", - "codepoints": [ - "1f55f" - ] - }, - "clock5": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f554.png?v7", - "codepoints": [ - "1f554" - ] - }, - "clock530": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f560.png?v7", - "codepoints": [ - "1f560" - ] - }, - "clock6": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f555.png?v7", - "codepoints": [ - "1f555" - ] - }, - "clock630": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f561.png?v7", - "codepoints": [ - "1f561" - ] - }, - "clock7": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f556.png?v7", - "codepoints": [ - "1f556" - ] - }, - "clock730": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f562.png?v7", - "codepoints": [ - "1f562" - ] - }, - "clock8": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f557.png?v7", - "codepoints": [ - "1f557" - ] - }, - "clock830": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f563.png?v7", - "codepoints": [ - "1f563" - ] - }, - "clock9": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f558.png?v7", - "codepoints": [ - "1f558" - ] - }, - "clock930": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f564.png?v7", - "codepoints": [ - "1f564" - ] - }, - "closed_book": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d5.png?v7", - "codepoints": [ - "1f4d5" - ] - }, - "closed_lock_with_key": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f510.png?v7", - "codepoints": [ - "1f510" - ] - }, - "closed_umbrella": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f302.png?v7", - "codepoints": [ - "1f302" - ] - }, - "cloud": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2601.png?v7", - "codepoints": [ - "2601" - ] - }, - "cloud_with_lightning": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f329.png?v7", - "codepoints": [ - "1f329" - ] - }, - "cloud_with_lightning_and_rain": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26c8.png?v7", - "codepoints": [ - "26c8" - ] - }, - "cloud_with_rain": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f327.png?v7", - "codepoints": [ - "1f327" - ] - }, - "cloud_with_snow": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f328.png?v7", - "codepoints": [ - "1f328" - ] - }, - "clown_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f921.png?v7", - "codepoints": [ - "1f921" - ] - }, - "clubs": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2663.png?v7", - "codepoints": [ - "2663" - ] - }, - "cn": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f3.png?v7", - "codepoints": [ - "1f1e8", - "1f1f3" - ] - }, - "cocktail": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f378.png?v7", - "codepoints": [ - "1f378" - ] - }, - "cocos_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1e8.png?v7", - "codepoints": [ - "1f1e8", - "1f1e8" - ] - }, - "coffee": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2615.png?v7", - "codepoints": [ - "2615" - ] - }, - "coffin": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26b0.png?v7", - "codepoints": [ - "26b0" - ] - }, - "cold_sweat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f630.png?v7", - "codepoints": [ - "1f630" - ] - }, - "collision": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a5.png?v7", - "codepoints": [ - "1f4a5" - ] - }, - "colombia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f4.png?v7", - "codepoints": [ - "1f1e8", - "1f1f4" - ] - }, - "comet": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2604.png?v7", - "codepoints": [ - "2604" - ] - }, - "comoros": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f2.png?v7", - "codepoints": [ - "1f1f0", - "1f1f2" - ] - }, - "computer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png?v7", - "codepoints": [ - "1f4bb" - ] - }, - "computer_mouse": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5b1.png?v7", - "codepoints": [ - "1f5b1" - ] - }, - "confetti_ball": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38a.png?v7", - "codepoints": [ - "1f38a" - ] - }, - "confounded": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f616.png?v7", - "codepoints": [ - "1f616" - ] - }, - "confused": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f615.png?v7", - "codepoints": [ - "1f615" - ] - }, - "congo_brazzaville": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ec.png?v7", - "codepoints": [ - "1f1e8", - "1f1ec" - ] - }, - "congo_kinshasa": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1e9.png?v7", - "codepoints": [ - "1f1e8", - "1f1e9" - ] - }, - "congratulations": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/3297.png?v7", - "codepoints": [ - "3297" - ] - }, - "construction": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a7.png?v7", - "codepoints": [ - "1f6a7" - ] - }, - "construction_worker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f477.png?v7", - "codepoints": [ - "1f477" - ] - }, - "construction_worker_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f477.png?v7", - "codepoints": [ - "1f477" - ] - }, - "construction_worker_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f477-2640.png?v7", - "codepoints": [ - "1f477", - "2640" - ] - }, - "control_knobs": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39b.png?v7", - "codepoints": [ - "1f39b" - ] - }, - "convenience_store": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ea.png?v7", - "codepoints": [ - "1f3ea" - ] - }, - "cook_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f0.png?v7", - "codepoints": [ - "1f1e8", - "1f1f0" - ] - }, - "cookie": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36a.png?v7", - "codepoints": [ - "1f36a" - ] - }, - "cool": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f192.png?v7", - "codepoints": [ - "1f192" - ] - }, - "cop": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46e.png?v7", - "codepoints": [ - "1f46e" - ] - }, - "copyright": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/00a9.png?v7", - "codepoints": [ - "00a9" - ] - }, - "corn": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33d.png?v7", - "codepoints": [ - "1f33d" - ] - }, - "costa_rica": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f7.png?v7", - "codepoints": [ - "1f1e8", - "1f1f7" - ] - }, - "cote_divoire": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ee.png?v7", - "codepoints": [ - "1f1e8", - "1f1ee" - ] - }, - "couch_and_lamp": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cb.png?v7", - "codepoints": [ - "1f6cb" - ] - }, - "couple": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46b.png?v7", - "codepoints": [ - "1f46b" - ] - }, - "couple_with_heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f491.png?v7", - "codepoints": [ - "1f491" - ] - }, - "couple_with_heart_man_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2764-1f468.png?v7", - "codepoints": [ - "1f468", - "2764", - "1f468" - ] - }, - "couple_with_heart_woman_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f491.png?v7", - "codepoints": [ - "1f491" - ] - }, - "couple_with_heart_woman_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2764-1f469.png?v7", - "codepoints": [ - "1f469", - "2764", - "1f469" - ] - }, - "couplekiss_man_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2764-1f48b-1f468.png?v7", - "codepoints": [ - "1f468", - "2764", - "1f48b", - "1f468" - ] - }, - "couplekiss_man_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48f.png?v7", - "codepoints": [ - "1f48f" - ] - }, - "couplekiss_woman_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2764-1f48b-1f469.png?v7", - "codepoints": [ - "1f469", - "2764", - "1f48b", - "1f469" - ] - }, - "cow": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42e.png?v7", - "codepoints": [ - "1f42e" - ] - }, - "cow2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f404.png?v7", - "codepoints": [ - "1f404" - ] - }, - "cowboy_hat_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f920.png?v7", - "codepoints": [ - "1f920" - ] - }, - "crab": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f980.png?v7", - "codepoints": [ - "1f980" - ] - }, - "crayon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58d.png?v7", - "codepoints": [ - "1f58d" - ] - }, - "credit_card": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b3.png?v7", - "codepoints": [ - "1f4b3" - ] - }, - "crescent_moon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f319.png?v7", - "codepoints": [ - "1f319" - ] - }, - "cricket": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cf.png?v7", - "codepoints": [ - "1f3cf" - ] - }, - "croatia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f7.png?v7", - "codepoints": [ - "1f1ed", - "1f1f7" - ] - }, - "crocodile": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40a.png?v7", - "codepoints": [ - "1f40a" - ] - }, - "croissant": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f950.png?v7", - "codepoints": [ - "1f950" - ] - }, - "crossed_fingers": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91e.png?v7", - "codepoints": [ - "1f91e" - ] - }, - "crossed_flags": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38c.png?v7", - "codepoints": [ - "1f38c" - ] - }, - "crossed_swords": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2694.png?v7", - "codepoints": [ - "2694" - ] - }, - "crown": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f451.png?v7", - "codepoints": [ - "1f451" - ] - }, - "cry": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f622.png?v7", - "codepoints": [ - "1f622" - ] - }, - "crying_cat_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63f.png?v7", - "codepoints": [ - "1f63f" - ] - }, - "crystal_ball": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52e.png?v7", - "codepoints": [ - "1f52e" - ] - }, - "cuba": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fa.png?v7", - "codepoints": [ - "1f1e8", - "1f1fa" - ] - }, - "cucumber": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f952.png?v7", - "codepoints": [ - "1f952" - ] - }, - "cupid": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f498.png?v7", - "codepoints": [ - "1f498" - ] - }, - "curacao": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fc.png?v7", - "codepoints": [ - "1f1e8", - "1f1fc" - ] - }, - "curly_loop": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/27b0.png?v7", - "codepoints": [ - "27b0" - ] - }, - "currency_exchange": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b1.png?v7", - "codepoints": [ - "1f4b1" - ] - }, - "curry": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35b.png?v7", - "codepoints": [ - "1f35b" - ] - }, - "custard": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36e.png?v7", - "codepoints": [ - "1f36e" - ] - }, - "customs": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c3.png?v7", - "codepoints": [ - "1f6c3" - ] - }, - "cyclone": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f300.png?v7", - "codepoints": [ - "1f300" - ] - }, - "cyprus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fe.png?v7", - "codepoints": [ - "1f1e8", - "1f1fe" - ] - }, - "czech_republic": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ff.png?v7", - "codepoints": [ - "1f1e8", - "1f1ff" - ] - }, - "dagger": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5e1.png?v7", - "codepoints": [ - "1f5e1" - ] - }, - "dancer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f483.png?v7", - "codepoints": [ - "1f483" - ] - }, - "dancers": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46f.png?v7", - "codepoints": [ - "1f46f" - ] - }, - "dancing_men": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46f-2642.png?v7", - "codepoints": [ - "1f46f", - "2642" - ] - }, - "dancing_women": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46f.png?v7", - "codepoints": [ - "1f46f" - ] - }, - "dango": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f361.png?v7", - "codepoints": [ - "1f361" - ] - }, - "dark_sunglasses": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f576.png?v7", - "codepoints": [ - "1f576" - ] - }, - "dart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3af.png?v7", - "codepoints": [ - "1f3af" - ] - }, - "dash": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a8.png?v7", - "codepoints": [ - "1f4a8" - ] - }, - "date": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c5.png?v7", - "codepoints": [ - "1f4c5" - ] - }, - "de": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1ea.png?v7", - "codepoints": [ - "1f1e9", - "1f1ea" - ] - }, - "deciduous_tree": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f333.png?v7", - "codepoints": [ - "1f333" - ] - }, - "deer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98c.png?v7", - "codepoints": [ - "1f98c" - ] - }, - "denmark": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1f0.png?v7", - "codepoints": [ - "1f1e9", - "1f1f0" - ] - }, - "department_store": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ec.png?v7", - "codepoints": [ - "1f3ec" - ] - }, - "derelict_house": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3da.png?v7", - "codepoints": [ - "1f3da" - ] - }, - "desert": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3dc.png?v7", - "codepoints": [ - "1f3dc" - ] - }, - "desert_island": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3dd.png?v7", - "codepoints": [ - "1f3dd" - ] - }, - "desktop_computer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5a5.png?v7", - "codepoints": [ - "1f5a5" - ] - }, - "detective": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f575.png?v7", - "codepoints": [ - "1f575" - ] - }, - "diamond_shape_with_a_dot_inside": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a0.png?v7", - "codepoints": [ - "1f4a0" - ] - }, - "diamonds": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2666.png?v7", - "codepoints": [ - "2666" - ] - }, - "disappointed": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61e.png?v7", - "codepoints": [ - "1f61e" - ] - }, - "disappointed_relieved": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f625.png?v7", - "codepoints": [ - "1f625" - ] - }, - "dizzy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ab.png?v7", - "codepoints": [ - "1f4ab" - ] - }, - "dizzy_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f635.png?v7", - "codepoints": [ - "1f635" - ] - }, - "djibouti": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1ef.png?v7", - "codepoints": [ - "1f1e9", - "1f1ef" - ] - }, - "do_not_litter": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6af.png?v7", - "codepoints": [ - "1f6af" - ] - }, - "dog": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f436.png?v7", - "codepoints": [ - "1f436" - ] - }, - "dog2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f415.png?v7", - "codepoints": [ - "1f415" - ] - }, - "dollar": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b5.png?v7", - "codepoints": [ - "1f4b5" - ] - }, - "dolls": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38e.png?v7", - "codepoints": [ - "1f38e" - ] - }, - "dolphin": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42c.png?v7", - "codepoints": [ - "1f42c" - ] - }, - "dominica": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1f2.png?v7", - "codepoints": [ - "1f1e9", - "1f1f2" - ] - }, - "dominican_republic": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1f4.png?v7", - "codepoints": [ - "1f1e9", - "1f1f4" - ] - }, - "door": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6aa.png?v7", - "codepoints": [ - "1f6aa" - ] - }, - "doughnut": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f369.png?v7", - "codepoints": [ - "1f369" - ] - }, - "dove": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54a.png?v7", - "codepoints": [ - "1f54a" - ] - }, - "dragon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f409.png?v7", - "codepoints": [ - "1f409" - ] - }, - "dragon_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f432.png?v7", - "codepoints": [ - "1f432" - ] - }, - "dress": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f457.png?v7", - "codepoints": [ - "1f457" - ] - }, - "dromedary_camel": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42a.png?v7", - "codepoints": [ - "1f42a" - ] - }, - "drooling_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f924.png?v7", - "codepoints": [ - "1f924" - ] - }, - "droplet": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a7.png?v7", - "codepoints": [ - "1f4a7" - ] - }, - "drum": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f941.png?v7", - "codepoints": [ - "1f941" - ] - }, - "duck": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f986.png?v7", - "codepoints": [ - "1f986" - ] - }, - "dvd": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c0.png?v7", - "codepoints": [ - "1f4c0" - ] - }, - "e-mail": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e7.png?v7", - "codepoints": [ - "1f4e7" - ] - }, - "eagle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f985.png?v7", - "codepoints": [ - "1f985" - ] - }, - "ear": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f442.png?v7", - "codepoints": [ - "1f442" - ] - }, - "ear_of_rice": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33e.png?v7", - "codepoints": [ - "1f33e" - ] - }, - "earth_africa": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30d.png?v7", - "codepoints": [ - "1f30d" - ] - }, - "earth_americas": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30e.png?v7", - "codepoints": [ - "1f30e" - ] - }, - "earth_asia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30f.png?v7", - "codepoints": [ - "1f30f" - ] - }, - "ecuador": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1e8.png?v7", - "codepoints": [ - "1f1ea", - "1f1e8" - ] - }, - "egg": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95a.png?v7", - "codepoints": [ - "1f95a" - ] - }, - "eggplant": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f346.png?v7", - "codepoints": [ - "1f346" - ] - }, - "egypt": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1ec.png?v7", - "codepoints": [ - "1f1ea", - "1f1ec" - ] - }, - "eight": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0038-20e3.png?v7", - "codepoints": [ - "0038", - "20e3" - ] - }, - "eight_pointed_black_star": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2734.png?v7", - "codepoints": [ - "2734" - ] - }, - "eight_spoked_asterisk": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2733.png?v7", - "codepoints": [ - "2733" - ] - }, - "el_salvador": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1fb.png?v7", - "codepoints": [ - "1f1f8", - "1f1fb" - ] - }, - "electric_plug": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50c.png?v7", - "codepoints": [ - "1f50c" - ] - }, - "elephant": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f418.png?v7", - "codepoints": [ - "1f418" - ] - }, - "email": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2709.png?v7", - "codepoints": [ - "2709" - ] - }, - "end": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51a.png?v7", - "codepoints": [ - "1f51a" - ] - }, - "envelope": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2709.png?v7", - "codepoints": [ - "2709" - ] - }, - "envelope_with_arrow": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e9.png?v7", - "codepoints": [ - "1f4e9" - ] - }, - "equatorial_guinea": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f6.png?v7", - "codepoints": [ - "1f1ec", - "1f1f6" - ] - }, - "eritrea": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1f7.png?v7", - "codepoints": [ - "1f1ea", - "1f1f7" - ] - }, - "es": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1f8.png?v7", - "codepoints": [ - "1f1ea", - "1f1f8" - ] - }, - "estonia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1ea.png?v7", - "codepoints": [ - "1f1ea", - "1f1ea" - ] - }, - "ethiopia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1f9.png?v7", - "codepoints": [ - "1f1ea", - "1f1f9" - ] - }, - "eu": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1fa.png?v7", - "codepoints": [ - "1f1ea", - "1f1fa" - ] - }, - "euro": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b6.png?v7", - "codepoints": [ - "1f4b6" - ] - }, - "european_castle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f0.png?v7", - "codepoints": [ - "1f3f0" - ] - }, - "european_post_office": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e4.png?v7", - "codepoints": [ - "1f3e4" - ] - }, - "european_union": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1fa.png?v7", - "codepoints": [ - "1f1ea", - "1f1fa" - ] - }, - "evergreen_tree": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f332.png?v7", - "codepoints": [ - "1f332" - ] - }, - "exclamation": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2757.png?v7", - "codepoints": [ - "2757" - ] - }, - "expressionless": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f611.png?v7", - "codepoints": [ - "1f611" - ] - }, - "eye": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f441.png?v7", - "codepoints": [ - "1f441" - ] - }, - "eye_speech_bubble": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f441-1f5e8.png?v7", - "codepoints": [ - "1f441", - "1f5e8" - ] - }, - "eyeglasses": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f453.png?v7", - "codepoints": [ - "1f453" - ] - }, - "eyes": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f440.png?v7", - "codepoints": [ - "1f440" - ] - }, - "face_with_head_bandage": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f915.png?v7", - "codepoints": [ - "1f915" - ] - }, - "face_with_thermometer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f912.png?v7", - "codepoints": [ - "1f912" - ] - }, - "facepunch": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44a.png?v7", - "codepoints": [ - "1f44a" - ] - }, - "factory": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ed.png?v7", - "codepoints": [ - "1f3ed" - ] - }, - "falkland_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f0.png?v7", - "codepoints": [ - "1f1eb", - "1f1f0" - ] - }, - "fallen_leaf": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f342.png?v7", - "codepoints": [ - "1f342" - ] - }, - "family": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46a.png?v7", - "codepoints": [ - "1f46a" - ] - }, - "family_man_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f466.png?v7", - "codepoints": [ - "1f468", - "1f466" - ] - }, - "family_man_boy_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f466-1f466.png?v7", - "codepoints": [ - "1f468", - "1f466", - "1f466" - ] - }, - "family_man_girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f467.png?v7", - "codepoints": [ - "1f468", - "1f467" - ] - }, - "family_man_girl_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f467-1f466.png?v7", - "codepoints": [ - "1f468", - "1f467", - "1f466" - ] - }, - "family_man_girl_girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f467-1f467.png?v7", - "codepoints": [ - "1f468", - "1f467", - "1f467" - ] - }, - "family_man_man_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f466.png?v7", - "codepoints": [ - "1f468", - "1f468", - "1f466" - ] - }, - "family_man_man_boy_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f466-1f466.png?v7", - "codepoints": [ - "1f468", - "1f468", - "1f466", - "1f466" - ] - }, - "family_man_man_girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f467.png?v7", - "codepoints": [ - "1f468", - "1f468", - "1f467" - ] - }, - "family_man_man_girl_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f467-1f466.png?v7", - "codepoints": [ - "1f468", - "1f468", - "1f467", - "1f466" - ] - }, - "family_man_man_girl_girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f467-1f467.png?v7", - "codepoints": [ - "1f468", - "1f468", - "1f467", - "1f467" - ] - }, - "family_man_woman_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46a.png?v7", - "codepoints": [ - "1f46a" - ] - }, - "family_man_woman_boy_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f466-1f466.png?v7", - "codepoints": [ - "1f468", - "1f469", - "1f466", - "1f466" - ] - }, - "family_man_woman_girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f467.png?v7", - "codepoints": [ - "1f468", - "1f469", - "1f467" - ] - }, - "family_man_woman_girl_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f467-1f466.png?v7", - "codepoints": [ - "1f468", - "1f469", - "1f467", - "1f466" - ] - }, - "family_man_woman_girl_girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f467-1f467.png?v7", - "codepoints": [ - "1f468", - "1f469", - "1f467", - "1f467" - ] - }, - "family_woman_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f466.png?v7", - "codepoints": [ - "1f469", - "1f466" - ] - }, - "family_woman_boy_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f466-1f466.png?v7", - "codepoints": [ - "1f469", - "1f466", - "1f466" - ] - }, - "family_woman_girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f467.png?v7", - "codepoints": [ - "1f469", - "1f467" - ] - }, - "family_woman_girl_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f467-1f466.png?v7", - "codepoints": [ - "1f469", - "1f467", - "1f466" - ] - }, - "family_woman_girl_girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f467-1f467.png?v7", - "codepoints": [ - "1f469", - "1f467", - "1f467" - ] - }, - "family_woman_woman_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f466.png?v7", - "codepoints": [ - "1f469", - "1f469", - "1f466" - ] - }, - "family_woman_woman_boy_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f466-1f466.png?v7", - "codepoints": [ - "1f469", - "1f469", - "1f466", - "1f466" - ] - }, - "family_woman_woman_girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f467.png?v7", - "codepoints": [ - "1f469", - "1f469", - "1f467" - ] - }, - "family_woman_woman_girl_boy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f467-1f466.png?v7", - "codepoints": [ - "1f469", - "1f469", - "1f467", - "1f466" - ] - }, - "family_woman_woman_girl_girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f467-1f467.png?v7", - "codepoints": [ - "1f469", - "1f469", - "1f467", - "1f467" - ] - }, - "faroe_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f4.png?v7", - "codepoints": [ - "1f1eb", - "1f1f4" - ] - }, - "fast_forward": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23e9.png?v7", - "codepoints": [ - "23e9" - ] - }, - "fax": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e0.png?v7", - "codepoints": [ - "1f4e0" - ] - }, - "fearful": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f628.png?v7", - "codepoints": [ - "1f628" - ] - }, - "feelsgood": { - "src": "https://assets-cdn.github.com/images/icons/emoji/feelsgood.png?v7" - }, - "feet": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43e.png?v7", - "codepoints": [ - "1f43e" - ] - }, - "female_detective": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f575-2640.png?v7", - "codepoints": [ - "1f575", - "2640" - ] - }, - "ferris_wheel": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a1.png?v7", - "codepoints": [ - "1f3a1" - ] - }, - "ferry": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f4.png?v7", - "codepoints": [ - "26f4" - ] - }, - "field_hockey": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d1.png?v7", - "codepoints": [ - "1f3d1" - ] - }, - "fiji": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1ef.png?v7", - "codepoints": [ - "1f1eb", - "1f1ef" - ] - }, - "file_cabinet": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5c4.png?v7", - "codepoints": [ - "1f5c4" - ] - }, - "file_folder": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c1.png?v7", - "codepoints": [ - "1f4c1" - ] - }, - "film_projector": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fd.png?v7", - "codepoints": [ - "1f4fd" - ] - }, - "film_strip": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39e.png?v7", - "codepoints": [ - "1f39e" - ] - }, - "finland": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1ee.png?v7", - "codepoints": [ - "1f1eb", - "1f1ee" - ] - }, - "finnadie": { - "src": "https://assets-cdn.github.com/images/icons/emoji/finnadie.png?v7" - }, - "fire": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f525.png?v7", - "codepoints": [ - "1f525" - ] - }, - "fire_engine": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f692.png?v7", - "codepoints": [ - "1f692" - ] - }, - "fireworks": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f386.png?v7", - "codepoints": [ - "1f386" - ] - }, - "first_quarter_moon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f313.png?v7", - "codepoints": [ - "1f313" - ] - }, - "first_quarter_moon_with_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31b.png?v7", - "codepoints": [ - "1f31b" - ] - }, - "fish": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41f.png?v7", - "codepoints": [ - "1f41f" - ] - }, - "fish_cake": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f365.png?v7", - "codepoints": [ - "1f365" - ] - }, - "fishing_pole_and_fish": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a3.png?v7", - "codepoints": [ - "1f3a3" - ] - }, - "fist": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270a.png?v7", - "codepoints": [ - "270a" - ] - }, - "fist_left": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91b.png?v7", - "codepoints": [ - "1f91b" - ] - }, - "fist_oncoming": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44a.png?v7", - "codepoints": [ - "1f44a" - ] - }, - "fist_raised": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270a.png?v7", - "codepoints": [ - "270a" - ] - }, - "fist_right": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91c.png?v7", - "codepoints": [ - "1f91c" - ] - }, - "five": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0035-20e3.png?v7", - "codepoints": [ - "0035", - "20e3" - ] - }, - "flags": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38f.png?v7", - "codepoints": [ - "1f38f" - ] - }, - "flashlight": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f526.png?v7", - "codepoints": [ - "1f526" - ] - }, - "fleur_de_lis": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/269c.png?v7", - "codepoints": [ - "269c" - ] - }, - "flight_arrival": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ec.png?v7", - "codepoints": [ - "1f6ec" - ] - }, - "flight_departure": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6eb.png?v7", - "codepoints": [ - "1f6eb" - ] - }, - "flipper": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42c.png?v7", - "codepoints": [ - "1f42c" - ] - }, - "floppy_disk": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4be.png?v7", - "codepoints": [ - "1f4be" - ] - }, - "flower_playing_cards": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b4.png?v7", - "codepoints": [ - "1f3b4" - ] - }, - "flushed": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f633.png?v7", - "codepoints": [ - "1f633" - ] - }, - "fog": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32b.png?v7", - "codepoints": [ - "1f32b" - ] - }, - "foggy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f301.png?v7", - "codepoints": [ - "1f301" - ] - }, - "football": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c8.png?v7", - "codepoints": [ - "1f3c8" - ] - }, - "footprints": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f463.png?v7", - "codepoints": [ - "1f463" - ] - }, - "fork_and_knife": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f374.png?v7", - "codepoints": [ - "1f374" - ] - }, - "fountain": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f2.png?v7", - "codepoints": [ - "26f2" - ] - }, - "fountain_pen": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58b.png?v7", - "codepoints": [ - "1f58b" - ] - }, - "four": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0034-20e3.png?v7", - "codepoints": [ - "0034", - "20e3" - ] - }, - "four_leaf_clover": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f340.png?v7", - "codepoints": [ - "1f340" - ] - }, - "fox_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98a.png?v7", - "codepoints": [ - "1f98a" - ] - }, - "fr": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f7.png?v7", - "codepoints": [ - "1f1eb", - "1f1f7" - ] - }, - "framed_picture": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5bc.png?v7", - "codepoints": [ - "1f5bc" - ] - }, - "free": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f193.png?v7", - "codepoints": [ - "1f193" - ] - }, - "french_guiana": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1eb.png?v7", - "codepoints": [ - "1f1ec", - "1f1eb" - ] - }, - "french_polynesia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1eb.png?v7", - "codepoints": [ - "1f1f5", - "1f1eb" - ] - }, - "french_southern_territories": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1eb.png?v7", - "codepoints": [ - "1f1f9", - "1f1eb" - ] - }, - "fried_egg": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f373.png?v7", - "codepoints": [ - "1f373" - ] - }, - "fried_shrimp": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f364.png?v7", - "codepoints": [ - "1f364" - ] - }, - "fries": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35f.png?v7", - "codepoints": [ - "1f35f" - ] - }, - "frog": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f438.png?v7", - "codepoints": [ - "1f438" - ] - }, - "frowning": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f626.png?v7", - "codepoints": [ - "1f626" - ] - }, - "frowning_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2639.png?v7", - "codepoints": [ - "2639" - ] - }, - "frowning_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64d-2642.png?v7", - "codepoints": [ - "1f64d", - "2642" - ] - }, - "frowning_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64d.png?v7", - "codepoints": [ - "1f64d" - ] - }, - "fu": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f595.png?v7", - "codepoints": [ - "1f595" - ] - }, - "fuelpump": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26fd.png?v7", - "codepoints": [ - "26fd" - ] - }, - "full_moon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f315.png?v7", - "codepoints": [ - "1f315" - ] - }, - "full_moon_with_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31d.png?v7", - "codepoints": [ - "1f31d" - ] - }, - "funeral_urn": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26b1.png?v7", - "codepoints": [ - "26b1" - ] - }, - "gabon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e6.png?v7", - "codepoints": [ - "1f1ec", - "1f1e6" - ] - }, - "gambia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f2.png?v7", - "codepoints": [ - "1f1ec", - "1f1f2" - ] - }, - "game_die": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b2.png?v7", - "codepoints": [ - "1f3b2" - ] - }, - "gb": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e7.png?v7", - "codepoints": [ - "1f1ec", - "1f1e7" - ] - }, - "gear": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2699.png?v7", - "codepoints": [ - "2699" - ] - }, - "gem": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48e.png?v7", - "codepoints": [ - "1f48e" - ] - }, - "gemini": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264a.png?v7", - "codepoints": [ - "264a" - ] - }, - "georgia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ea.png?v7", - "codepoints": [ - "1f1ec", - "1f1ea" - ] - }, - "ghana": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ed.png?v7", - "codepoints": [ - "1f1ec", - "1f1ed" - ] - }, - "ghost": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47b.png?v7", - "codepoints": [ - "1f47b" - ] - }, - "gibraltar": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ee.png?v7", - "codepoints": [ - "1f1ec", - "1f1ee" - ] - }, - "gift": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f381.png?v7", - "codepoints": [ - "1f381" - ] - }, - "gift_heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49d.png?v7", - "codepoints": [ - "1f49d" - ] - }, - "girl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f467.png?v7", - "codepoints": [ - "1f467" - ] - }, - "globe_with_meridians": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f310.png?v7", - "codepoints": [ - "1f310" - ] - }, - "goal_net": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f945.png?v7", - "codepoints": [ - "1f945" - ] - }, - "goat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f410.png?v7", - "codepoints": [ - "1f410" - ] - }, - "goberserk": { - "src": "https://assets-cdn.github.com/images/icons/emoji/goberserk.png?v7" - }, - "godmode": { - "src": "https://assets-cdn.github.com/images/icons/emoji/godmode.png?v7" - }, - "golf": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f3.png?v7", - "codepoints": [ - "26f3" - ] - }, - "golfing_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cc.png?v7", - "codepoints": [ - "1f3cc" - ] - }, - "golfing_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cc-2640.png?v7", - "codepoints": [ - "1f3cc", - "2640" - ] - }, - "gorilla": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98d.png?v7", - "codepoints": [ - "1f98d" - ] - }, - "grapes": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f347.png?v7", - "codepoints": [ - "1f347" - ] - }, - "greece": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f7.png?v7", - "codepoints": [ - "1f1ec", - "1f1f7" - ] - }, - "green_apple": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34f.png?v7", - "codepoints": [ - "1f34f" - ] - }, - "green_book": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d7.png?v7", - "codepoints": [ - "1f4d7" - ] - }, - "green_heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49a.png?v7", - "codepoints": [ - "1f49a" - ] - }, - "green_salad": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f957.png?v7", - "codepoints": [ - "1f957" - ] - }, - "greenland": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f1.png?v7", - "codepoints": [ - "1f1ec", - "1f1f1" - ] - }, - "grenada": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e9.png?v7", - "codepoints": [ - "1f1ec", - "1f1e9" - ] - }, - "grey_exclamation": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2755.png?v7", - "codepoints": [ - "2755" - ] - }, - "grey_question": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2754.png?v7", - "codepoints": [ - "2754" - ] - }, - "grimacing": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62c.png?v7", - "codepoints": [ - "1f62c" - ] - }, - "grin": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f601.png?v7", - "codepoints": [ - "1f601" - ] - }, - "grinning": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f600.png?v7", - "codepoints": [ - "1f600" - ] - }, - "guadeloupe": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f5.png?v7", - "codepoints": [ - "1f1ec", - "1f1f5" - ] - }, - "guam": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1fa.png?v7", - "codepoints": [ - "1f1ec", - "1f1fa" - ] - }, - "guardsman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f482.png?v7", - "codepoints": [ - "1f482" - ] - }, - "guardswoman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f482-2640.png?v7", - "codepoints": [ - "1f482", - "2640" - ] - }, - "guatemala": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f9.png?v7", - "codepoints": [ - "1f1ec", - "1f1f9" - ] - }, - "guernsey": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ec.png?v7", - "codepoints": [ - "1f1ec", - "1f1ec" - ] - }, - "guinea": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f3.png?v7", - "codepoints": [ - "1f1ec", - "1f1f3" - ] - }, - "guinea_bissau": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1fc.png?v7", - "codepoints": [ - "1f1ec", - "1f1fc" - ] - }, - "guitar": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b8.png?v7", - "codepoints": [ - "1f3b8" - ] - }, - "gun": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52b.png?v7", - "codepoints": [ - "1f52b" - ] - }, - "guyana": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1fe.png?v7", - "codepoints": [ - "1f1ec", - "1f1fe" - ] - }, - "haircut": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f487.png?v7", - "codepoints": [ - "1f487" - ] - }, - "haircut_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f487-2642.png?v7", - "codepoints": [ - "1f487", - "2642" - ] - }, - "haircut_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f487.png?v7", - "codepoints": [ - "1f487" - ] - }, - "haiti": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f9.png?v7", - "codepoints": [ - "1f1ed", - "1f1f9" - ] - }, - "hamburger": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f354.png?v7", - "codepoints": [ - "1f354" - ] - }, - "hammer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f528.png?v7", - "codepoints": [ - "1f528" - ] - }, - "hammer_and_pick": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2692.png?v7", - "codepoints": [ - "2692" - ] - }, - "hammer_and_wrench": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e0.png?v7", - "codepoints": [ - "1f6e0" - ] - }, - "hamster": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f439.png?v7", - "codepoints": [ - "1f439" - ] - }, - "hand": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270b.png?v7", - "codepoints": [ - "270b" - ] - }, - "handbag": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45c.png?v7", - "codepoints": [ - "1f45c" - ] - }, - "handshake": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91d.png?v7", - "codepoints": [ - "1f91d" - ] - }, - "hankey": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a9.png?v7", - "codepoints": [ - "1f4a9" - ] - }, - "hash": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0023-20e3.png?v7", - "codepoints": [ - "0023", - "20e3" - ] - }, - "hatched_chick": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f425.png?v7", - "codepoints": [ - "1f425" - ] - }, - "hatching_chick": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f423.png?v7", - "codepoints": [ - "1f423" - ] - }, - "headphones": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a7.png?v7", - "codepoints": [ - "1f3a7" - ] - }, - "hear_no_evil": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f649.png?v7", - "codepoints": [ - "1f649" - ] - }, - "heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2764.png?v7", - "codepoints": [ - "2764" - ] - }, - "heart_decoration": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49f.png?v7", - "codepoints": [ - "1f49f" - ] - }, - "heart_eyes": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60d.png?v7", - "codepoints": [ - "1f60d" - ] - }, - "heart_eyes_cat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63b.png?v7", - "codepoints": [ - "1f63b" - ] - }, - "heartbeat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f493.png?v7", - "codepoints": [ - "1f493" - ] - }, - "heartpulse": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f497.png?v7", - "codepoints": [ - "1f497" - ] - }, - "hearts": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2665.png?v7", - "codepoints": [ - "2665" - ] - }, - "heavy_check_mark": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2714.png?v7", - "codepoints": [ - "2714" - ] - }, - "heavy_division_sign": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2797.png?v7", - "codepoints": [ - "2797" - ] - }, - "heavy_dollar_sign": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b2.png?v7", - "codepoints": [ - "1f4b2" - ] - }, - "heavy_exclamation_mark": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2757.png?v7", - "codepoints": [ - "2757" - ] - }, - "heavy_heart_exclamation": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2763.png?v7", - "codepoints": [ - "2763" - ] - }, - "heavy_minus_sign": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2796.png?v7", - "codepoints": [ - "2796" - ] - }, - "heavy_multiplication_x": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2716.png?v7", - "codepoints": [ - "2716" - ] - }, - "heavy_plus_sign": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2795.png?v7", - "codepoints": [ - "2795" - ] - }, - "helicopter": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f681.png?v7", - "codepoints": [ - "1f681" - ] - }, - "herb": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33f.png?v7", - "codepoints": [ - "1f33f" - ] - }, - "hibiscus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33a.png?v7", - "codepoints": [ - "1f33a" - ] - }, - "high_brightness": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f506.png?v7", - "codepoints": [ - "1f506" - ] - }, - "high_heel": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f460.png?v7", - "codepoints": [ - "1f460" - ] - }, - "hocho": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52a.png?v7", - "codepoints": [ - "1f52a" - ] - }, - "hole": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f573.png?v7", - "codepoints": [ - "1f573" - ] - }, - "honduras": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f3.png?v7", - "codepoints": [ - "1f1ed", - "1f1f3" - ] - }, - "honey_pot": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36f.png?v7", - "codepoints": [ - "1f36f" - ] - }, - "honeybee": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41d.png?v7", - "codepoints": [ - "1f41d" - ] - }, - "hong_kong": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f0.png?v7", - "codepoints": [ - "1f1ed", - "1f1f0" - ] - }, - "horse": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f434.png?v7", - "codepoints": [ - "1f434" - ] - }, - "horse_racing": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c7.png?v7", - "codepoints": [ - "1f3c7" - ] - }, - "hospital": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e5.png?v7", - "codepoints": [ - "1f3e5" - ] - }, - "hot_pepper": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f336.png?v7", - "codepoints": [ - "1f336" - ] - }, - "hotdog": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32d.png?v7", - "codepoints": [ - "1f32d" - ] - }, - "hotel": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e8.png?v7", - "codepoints": [ - "1f3e8" - ] - }, - "hotsprings": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2668.png?v7", - "codepoints": [ - "2668" - ] - }, - "hourglass": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/231b.png?v7", - "codepoints": [ - "231b" - ] - }, - "hourglass_flowing_sand": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f3.png?v7", - "codepoints": [ - "23f3" - ] - }, - "house": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e0.png?v7", - "codepoints": [ - "1f3e0" - ] - }, - "house_with_garden": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e1.png?v7", - "codepoints": [ - "1f3e1" - ] - }, - "houses": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d8.png?v7", - "codepoints": [ - "1f3d8" - ] - }, - "hugs": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f917.png?v7", - "codepoints": [ - "1f917" - ] - }, - "hungary": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1fa.png?v7", - "codepoints": [ - "1f1ed", - "1f1fa" - ] - }, - "hurtrealbad": { - "src": "https://assets-cdn.github.com/images/icons/emoji/hurtrealbad.png?v7" - }, - "hushed": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62f.png?v7", - "codepoints": [ - "1f62f" - ] - }, - "ice_cream": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f368.png?v7", - "codepoints": [ - "1f368" - ] - }, - "ice_hockey": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d2.png?v7", - "codepoints": [ - "1f3d2" - ] - }, - "ice_skate": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f8.png?v7", - "codepoints": [ - "26f8" - ] - }, - "icecream": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f366.png?v7", - "codepoints": [ - "1f366" - ] - }, - "iceland": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f8.png?v7", - "codepoints": [ - "1f1ee", - "1f1f8" - ] - }, - "id": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f194.png?v7", - "codepoints": [ - "1f194" - ] - }, - "ideograph_advantage": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f250.png?v7", - "codepoints": [ - "1f250" - ] - }, - "imp": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47f.png?v7", - "codepoints": [ - "1f47f" - ] - }, - "inbox_tray": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e5.png?v7", - "codepoints": [ - "1f4e5" - ] - }, - "incoming_envelope": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e8.png?v7", - "codepoints": [ - "1f4e8" - ] - }, - "india": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f3.png?v7", - "codepoints": [ - "1f1ee", - "1f1f3" - ] - }, - "indonesia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1e9.png?v7", - "codepoints": [ - "1f1ee", - "1f1e9" - ] - }, - "information_desk_person": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f481.png?v7", - "codepoints": [ - "1f481" - ] - }, - "information_source": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2139.png?v7", - "codepoints": [ - "2139" - ] - }, - "innocent": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f607.png?v7", - "codepoints": [ - "1f607" - ] - }, - "interrobang": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2049.png?v7", - "codepoints": [ - "2049" - ] - }, - "iphone": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f1.png?v7", - "codepoints": [ - "1f4f1" - ] - }, - "iran": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f7.png?v7", - "codepoints": [ - "1f1ee", - "1f1f7" - ] - }, - "iraq": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f6.png?v7", - "codepoints": [ - "1f1ee", - "1f1f6" - ] - }, - "ireland": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1ea.png?v7", - "codepoints": [ - "1f1ee", - "1f1ea" - ] - }, - "isle_of_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f2.png?v7", - "codepoints": [ - "1f1ee", - "1f1f2" - ] - }, - "israel": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f1.png?v7", - "codepoints": [ - "1f1ee", - "1f1f1" - ] - }, - "it": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f9.png?v7", - "codepoints": [ - "1f1ee", - "1f1f9" - ] - }, - "izakaya_lantern": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ee.png?v7", - "codepoints": [ - "1f3ee" - ] - }, - "jack_o_lantern": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f383.png?v7", - "codepoints": [ - "1f383" - ] - }, - "jamaica": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1f2.png?v7", - "codepoints": [ - "1f1ef", - "1f1f2" - ] - }, - "japan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fe.png?v7", - "codepoints": [ - "1f5fe" - ] - }, - "japanese_castle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ef.png?v7", - "codepoints": [ - "1f3ef" - ] - }, - "japanese_goblin": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47a.png?v7", - "codepoints": [ - "1f47a" - ] - }, - "japanese_ogre": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f479.png?v7", - "codepoints": [ - "1f479" - ] - }, - "jeans": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f456.png?v7", - "codepoints": [ - "1f456" - ] - }, - "jersey": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1ea.png?v7", - "codepoints": [ - "1f1ef", - "1f1ea" - ] - }, - "jordan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1f4.png?v7", - "codepoints": [ - "1f1ef", - "1f1f4" - ] - }, - "joy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f602.png?v7", - "codepoints": [ - "1f602" - ] - }, - "joy_cat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f639.png?v7", - "codepoints": [ - "1f639" - ] - }, - "joystick": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f579.png?v7", - "codepoints": [ - "1f579" - ] - }, - "jp": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1f5.png?v7", - "codepoints": [ - "1f1ef", - "1f1f5" - ] - }, - "kaaba": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54b.png?v7", - "codepoints": [ - "1f54b" - ] - }, - "kazakhstan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ff.png?v7", - "codepoints": [ - "1f1f0", - "1f1ff" - ] - }, - "kenya": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ea.png?v7", - "codepoints": [ - "1f1f0", - "1f1ea" - ] - }, - "key": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f511.png?v7", - "codepoints": [ - "1f511" - ] - }, - "keyboard": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2328.png?v7", - "codepoints": [ - "2328" - ] - }, - "keycap_ten": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51f.png?v7", - "codepoints": [ - "1f51f" - ] - }, - "kick_scooter": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f4.png?v7", - "codepoints": [ - "1f6f4" - ] - }, - "kimono": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f458.png?v7", - "codepoints": [ - "1f458" - ] - }, - "kiribati": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ee.png?v7", - "codepoints": [ - "1f1f0", - "1f1ee" - ] - }, - "kiss": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48b.png?v7", - "codepoints": [ - "1f48b" - ] - }, - "kissing": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f617.png?v7", - "codepoints": [ - "1f617" - ] - }, - "kissing_cat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63d.png?v7", - "codepoints": [ - "1f63d" - ] - }, - "kissing_closed_eyes": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61a.png?v7", - "codepoints": [ - "1f61a" - ] - }, - "kissing_heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f618.png?v7", - "codepoints": [ - "1f618" - ] - }, - "kissing_smiling_eyes": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f619.png?v7", - "codepoints": [ - "1f619" - ] - }, - "kiwi_fruit": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95d.png?v7", - "codepoints": [ - "1f95d" - ] - }, - "knife": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52a.png?v7", - "codepoints": [ - "1f52a" - ] - }, - "koala": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f428.png?v7", - "codepoints": [ - "1f428" - ] - }, - "koko": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f201.png?v7", - "codepoints": [ - "1f201" - ] - }, - "kosovo": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fd-1f1f0.png?v7", - "codepoints": [ - "1f1fd", - "1f1f0" - ] - }, - "kr": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f7.png?v7", - "codepoints": [ - "1f1f0", - "1f1f7" - ] - }, - "kuwait": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1fc.png?v7", - "codepoints": [ - "1f1f0", - "1f1fc" - ] - }, - "kyrgyzstan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ec.png?v7", - "codepoints": [ - "1f1f0", - "1f1ec" - ] - }, - "label": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f7.png?v7", - "codepoints": [ - "1f3f7" - ] - }, - "lantern": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ee.png?v7", - "codepoints": [ - "1f3ee" - ] - }, - "laos": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1e6.png?v7", - "codepoints": [ - "1f1f1", - "1f1e6" - ] - }, - "large_blue_circle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f535.png?v7", - "codepoints": [ - "1f535" - ] - }, - "large_blue_diamond": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f537.png?v7", - "codepoints": [ - "1f537" - ] - }, - "large_orange_diamond": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f536.png?v7", - "codepoints": [ - "1f536" - ] - }, - "last_quarter_moon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f317.png?v7", - "codepoints": [ - "1f317" - ] - }, - "last_quarter_moon_with_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31c.png?v7", - "codepoints": [ - "1f31c" - ] - }, - "latin_cross": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/271d.png?v7", - "codepoints": [ - "271d" - ] - }, - "latvia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1fb.png?v7", - "codepoints": [ - "1f1f1", - "1f1fb" - ] - }, - "laughing": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f606.png?v7", - "codepoints": [ - "1f606" - ] - }, - "leaves": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f343.png?v7", - "codepoints": [ - "1f343" - ] - }, - "lebanon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1e7.png?v7", - "codepoints": [ - "1f1f1", - "1f1e7" - ] - }, - "ledger": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d2.png?v7", - "codepoints": [ - "1f4d2" - ] - }, - "left_luggage": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c5.png?v7", - "codepoints": [ - "1f6c5" - ] - }, - "left_right_arrow": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2194.png?v7", - "codepoints": [ - "2194" - ] - }, - "leftwards_arrow_with_hook": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/21a9.png?v7", - "codepoints": [ - "21a9" - ] - }, - "lemon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34b.png?v7", - "codepoints": [ - "1f34b" - ] - }, - "leo": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264c.png?v7", - "codepoints": [ - "264c" - ] - }, - "leopard": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f406.png?v7", - "codepoints": [ - "1f406" - ] - }, - "lesotho": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f8.png?v7", - "codepoints": [ - "1f1f1", - "1f1f8" - ] - }, - "level_slider": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39a.png?v7", - "codepoints": [ - "1f39a" - ] - }, - "liberia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f7.png?v7", - "codepoints": [ - "1f1f1", - "1f1f7" - ] - }, - "libra": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264e.png?v7", - "codepoints": [ - "264e" - ] - }, - "libya": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1fe.png?v7", - "codepoints": [ - "1f1f1", - "1f1fe" - ] - }, - "liechtenstein": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1ee.png?v7", - "codepoints": [ - "1f1f1", - "1f1ee" - ] - }, - "light_rail": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f688.png?v7", - "codepoints": [ - "1f688" - ] - }, - "link": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f517.png?v7", - "codepoints": [ - "1f517" - ] - }, - "lion": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f981.png?v7", - "codepoints": [ - "1f981" - ] - }, - "lips": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f444.png?v7", - "codepoints": [ - "1f444" - ] - }, - "lipstick": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f484.png?v7", - "codepoints": [ - "1f484" - ] - }, - "lithuania": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f9.png?v7", - "codepoints": [ - "1f1f1", - "1f1f9" - ] - }, - "lizard": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98e.png?v7", - "codepoints": [ - "1f98e" - ] - }, - "lock": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f512.png?v7", - "codepoints": [ - "1f512" - ] - }, - "lock_with_ink_pen": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50f.png?v7", - "codepoints": [ - "1f50f" - ] - }, - "lollipop": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36d.png?v7", - "codepoints": [ - "1f36d" - ] - }, - "loop": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/27bf.png?v7", - "codepoints": [ - "27bf" - ] - }, - "loud_sound": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50a.png?v7", - "codepoints": [ - "1f50a" - ] - }, - "loudspeaker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e2.png?v7", - "codepoints": [ - "1f4e2" - ] - }, - "love_hotel": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e9.png?v7", - "codepoints": [ - "1f3e9" - ] - }, - "love_letter": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48c.png?v7", - "codepoints": [ - "1f48c" - ] - }, - "low_brightness": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f505.png?v7", - "codepoints": [ - "1f505" - ] - }, - "luxembourg": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1fa.png?v7", - "codepoints": [ - "1f1f1", - "1f1fa" - ] - }, - "lying_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f925.png?v7", - "codepoints": [ - "1f925" - ] - }, - "m": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/24c2.png?v7", - "codepoints": [ - "24c2" - ] - }, - "macau": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f4.png?v7", - "codepoints": [ - "1f1f2", - "1f1f4" - ] - }, - "macedonia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f0.png?v7", - "codepoints": [ - "1f1f2", - "1f1f0" - ] - }, - "madagascar": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ec.png?v7", - "codepoints": [ - "1f1f2", - "1f1ec" - ] - }, - "mag": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50d.png?v7", - "codepoints": [ - "1f50d" - ] - }, - "mag_right": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50e.png?v7", - "codepoints": [ - "1f50e" - ] - }, - "mahjong": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f004.png?v7", - "codepoints": [ - "1f004" - ] - }, - "mailbox": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4eb.png?v7", - "codepoints": [ - "1f4eb" - ] - }, - "mailbox_closed": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ea.png?v7", - "codepoints": [ - "1f4ea" - ] - }, - "mailbox_with_mail": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ec.png?v7", - "codepoints": [ - "1f4ec" - ] - }, - "mailbox_with_no_mail": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ed.png?v7", - "codepoints": [ - "1f4ed" - ] - }, - "malawi": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fc.png?v7", - "codepoints": [ - "1f1f2", - "1f1fc" - ] - }, - "malaysia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fe.png?v7", - "codepoints": [ - "1f1f2", - "1f1fe" - ] - }, - "maldives": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fb.png?v7", - "codepoints": [ - "1f1f2", - "1f1fb" - ] - }, - "male_detective": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f575.png?v7", - "codepoints": [ - "1f575" - ] - }, - "mali": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f1.png?v7", - "codepoints": [ - "1f1f2", - "1f1f1" - ] - }, - "malta": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f9.png?v7", - "codepoints": [ - "1f1f2", - "1f1f9" - ] - }, - "man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468.png?v7", - "codepoints": [ - "1f468" - ] - }, - "man_artist": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3a8.png?v7", - "codepoints": [ - "1f468", - "1f3a8" - ] - }, - "man_astronaut": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f680.png?v7", - "codepoints": [ - "1f468", - "1f680" - ] - }, - "man_cartwheeling": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f938-2642.png?v7", - "codepoints": [ - "1f938", - "2642" - ] - }, - "man_cook": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f373.png?v7", - "codepoints": [ - "1f468", - "1f373" - ] - }, - "man_dancing": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f57a.png?v7", - "codepoints": [ - "1f57a" - ] - }, - "man_facepalming": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f926-2642.png?v7", - "codepoints": [ - "1f926", - "2642" - ] - }, - "man_factory_worker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3ed.png?v7", - "codepoints": [ - "1f468", - "1f3ed" - ] - }, - "man_farmer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f33e.png?v7", - "codepoints": [ - "1f468", - "1f33e" - ] - }, - "man_firefighter": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f692.png?v7", - "codepoints": [ - "1f468", - "1f692" - ] - }, - "man_health_worker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2695.png?v7", - "codepoints": [ - "1f468", - "2695" - ] - }, - "man_in_tuxedo": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f935.png?v7", - "codepoints": [ - "1f935" - ] - }, - "man_judge": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2696.png?v7", - "codepoints": [ - "1f468", - "2696" - ] - }, - "man_juggling": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f939-2642.png?v7", - "codepoints": [ - "1f939", - "2642" - ] - }, - "man_mechanic": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f527.png?v7", - "codepoints": [ - "1f468", - "1f527" - ] - }, - "man_office_worker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f4bc.png?v7", - "codepoints": [ - "1f468", - "1f4bc" - ] - }, - "man_pilot": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2708.png?v7", - "codepoints": [ - "1f468", - "2708" - ] - }, - "man_playing_handball": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93e-2642.png?v7", - "codepoints": [ - "1f93e", - "2642" - ] - }, - "man_playing_water_polo": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93d-2642.png?v7", - "codepoints": [ - "1f93d", - "2642" - ] - }, - "man_scientist": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f52c.png?v7", - "codepoints": [ - "1f468", - "1f52c" - ] - }, - "man_shrugging": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f937-2642.png?v7", - "codepoints": [ - "1f937", - "2642" - ] - }, - "man_singer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3a4.png?v7", - "codepoints": [ - "1f468", - "1f3a4" - ] - }, - "man_student": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f393.png?v7", - "codepoints": [ - "1f468", - "1f393" - ] - }, - "man_teacher": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3eb.png?v7", - "codepoints": [ - "1f468", - "1f3eb" - ] - }, - "man_technologist": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f4bb.png?v7", - "codepoints": [ - "1f468", - "1f4bb" - ] - }, - "man_with_gua_pi_mao": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f472.png?v7", - "codepoints": [ - "1f472" - ] - }, - "man_with_turban": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f473.png?v7", - "codepoints": [ - "1f473" - ] - }, - "mandarin": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34a.png?v7", - "codepoints": [ - "1f34a" - ] - }, - "mans_shoe": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45e.png?v7", - "codepoints": [ - "1f45e" - ] - }, - "mantelpiece_clock": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f570.png?v7", - "codepoints": [ - "1f570" - ] - }, - "maple_leaf": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f341.png?v7", - "codepoints": [ - "1f341" - ] - }, - "marshall_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ed.png?v7", - "codepoints": [ - "1f1f2", - "1f1ed" - ] - }, - "martial_arts_uniform": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f94b.png?v7", - "codepoints": [ - "1f94b" - ] - }, - "martinique": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f6.png?v7", - "codepoints": [ - "1f1f2", - "1f1f6" - ] - }, - "mask": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f637.png?v7", - "codepoints": [ - "1f637" - ] - }, - "massage": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f486.png?v7", - "codepoints": [ - "1f486" - ] - }, - "massage_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f486-2642.png?v7", - "codepoints": [ - "1f486", - "2642" - ] - }, - "massage_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f486.png?v7", - "codepoints": [ - "1f486" - ] - }, - "mauritania": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f7.png?v7", - "codepoints": [ - "1f1f2", - "1f1f7" - ] - }, - "mauritius": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fa.png?v7", - "codepoints": [ - "1f1f2", - "1f1fa" - ] - }, - "mayotte": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fe-1f1f9.png?v7", - "codepoints": [ - "1f1fe", - "1f1f9" - ] - }, - "meat_on_bone": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f356.png?v7", - "codepoints": [ - "1f356" - ] - }, - "medal_military": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f396.png?v7", - "codepoints": [ - "1f396" - ] - }, - "medal_sports": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c5.png?v7", - "codepoints": [ - "1f3c5" - ] - }, - "mega": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e3.png?v7", - "codepoints": [ - "1f4e3" - ] - }, - "melon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f348.png?v7", - "codepoints": [ - "1f348" - ] - }, - "memo": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png?v7", - "codepoints": [ - "1f4dd" - ] - }, - "men_wrestling": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93c-2642.png?v7", - "codepoints": [ - "1f93c", - "2642" - ] - }, - "menorah": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54e.png?v7", - "codepoints": [ - "1f54e" - ] - }, - "mens": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b9.png?v7", - "codepoints": [ - "1f6b9" - ] - }, - "metal": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f918.png?v7", - "codepoints": [ - "1f918" - ] - }, - "metro": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f687.png?v7", - "codepoints": [ - "1f687" - ] - }, - "mexico": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fd.png?v7", - "codepoints": [ - "1f1f2", - "1f1fd" - ] - }, - "micronesia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f2.png?v7", - "codepoints": [ - "1f1eb", - "1f1f2" - ] - }, - "microphone": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a4.png?v7", - "codepoints": [ - "1f3a4" - ] - }, - "microscope": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52c.png?v7", - "codepoints": [ - "1f52c" - ] - }, - "middle_finger": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f595.png?v7", - "codepoints": [ - "1f595" - ] - }, - "milk_glass": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95b.png?v7", - "codepoints": [ - "1f95b" - ] - }, - "milky_way": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30c.png?v7", - "codepoints": [ - "1f30c" - ] - }, - "minibus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f690.png?v7", - "codepoints": [ - "1f690" - ] - }, - "minidisc": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bd.png?v7", - "codepoints": [ - "1f4bd" - ] - }, - "mobile_phone_off": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f4.png?v7", - "codepoints": [ - "1f4f4" - ] - }, - "moldova": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1e9.png?v7", - "codepoints": [ - "1f1f2", - "1f1e9" - ] - }, - "monaco": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1e8.png?v7", - "codepoints": [ - "1f1f2", - "1f1e8" - ] - }, - "money_mouth_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f911.png?v7", - "codepoints": [ - "1f911" - ] - }, - "money_with_wings": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b8.png?v7", - "codepoints": [ - "1f4b8" - ] - }, - "moneybag": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b0.png?v7", - "codepoints": [ - "1f4b0" - ] - }, - "mongolia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f3.png?v7", - "codepoints": [ - "1f1f2", - "1f1f3" - ] - }, - "monkey": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f412.png?v7", - "codepoints": [ - "1f412" - ] - }, - "monkey_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f435.png?v7", - "codepoints": [ - "1f435" - ] - }, - "monorail": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69d.png?v7", - "codepoints": [ - "1f69d" - ] - }, - "montenegro": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ea.png?v7", - "codepoints": [ - "1f1f2", - "1f1ea" - ] - }, - "montserrat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f8.png?v7", - "codepoints": [ - "1f1f2", - "1f1f8" - ] - }, - "moon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f314.png?v7", - "codepoints": [ - "1f314" - ] - }, - "morocco": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1e6.png?v7", - "codepoints": [ - "1f1f2", - "1f1e6" - ] - }, - "mortar_board": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f393.png?v7", - "codepoints": [ - "1f393" - ] - }, - "mosque": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54c.png?v7", - "codepoints": [ - "1f54c" - ] - }, - "motor_boat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e5.png?v7", - "codepoints": [ - "1f6e5" - ] - }, - "motor_scooter": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f5.png?v7", - "codepoints": [ - "1f6f5" - ] - }, - "motorcycle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cd.png?v7", - "codepoints": [ - "1f3cd" - ] - }, - "motorway": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e3.png?v7", - "codepoints": [ - "1f6e3" - ] - }, - "mount_fuji": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fb.png?v7", - "codepoints": [ - "1f5fb" - ] - }, - "mountain": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f0.png?v7", - "codepoints": [ - "26f0" - ] - }, - "mountain_bicyclist": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b5.png?v7", - "codepoints": [ - "1f6b5" - ] - }, - "mountain_biking_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b5.png?v7", - "codepoints": [ - "1f6b5" - ] - }, - "mountain_biking_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b5-2640.png?v7", - "codepoints": [ - "1f6b5", - "2640" - ] - }, - "mountain_cableway": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a0.png?v7", - "codepoints": [ - "1f6a0" - ] - }, - "mountain_railway": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69e.png?v7", - "codepoints": [ - "1f69e" - ] - }, - "mountain_snow": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d4.png?v7", - "codepoints": [ - "1f3d4" - ] - }, - "mouse": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42d.png?v7", - "codepoints": [ - "1f42d" - ] - }, - "mouse2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f401.png?v7", - "codepoints": [ - "1f401" - ] - }, - "movie_camera": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a5.png?v7", - "codepoints": [ - "1f3a5" - ] - }, - "moyai": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5ff.png?v7", - "codepoints": [ - "1f5ff" - ] - }, - "mozambique": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ff.png?v7", - "codepoints": [ - "1f1f2", - "1f1ff" - ] - }, - "mrs_claus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f936.png?v7", - "codepoints": [ - "1f936" - ] - }, - "muscle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4aa.png?v7", - "codepoints": [ - "1f4aa" - ] - }, - "mushroom": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f344.png?v7", - "codepoints": [ - "1f344" - ] - }, - "musical_keyboard": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b9.png?v7", - "codepoints": [ - "1f3b9" - ] - }, - "musical_note": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b5.png?v7", - "codepoints": [ - "1f3b5" - ] - }, - "musical_score": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bc.png?v7", - "codepoints": [ - "1f3bc" - ] - }, - "mute": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f507.png?v7", - "codepoints": [ - "1f507" - ] - }, - "myanmar": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f2.png?v7", - "codepoints": [ - "1f1f2", - "1f1f2" - ] - }, - "nail_care": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f485.png?v7", - "codepoints": [ - "1f485" - ] - }, - "name_badge": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4db.png?v7", - "codepoints": [ - "1f4db" - ] - }, - "namibia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1e6.png?v7", - "codepoints": [ - "1f1f3", - "1f1e6" - ] - }, - "national_park": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3de.png?v7", - "codepoints": [ - "1f3de" - ] - }, - "nauru": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f7.png?v7", - "codepoints": [ - "1f1f3", - "1f1f7" - ] - }, - "nauseated_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f922.png?v7", - "codepoints": [ - "1f922" - ] - }, - "neckbeard": { - "src": "https://assets-cdn.github.com/images/icons/emoji/neckbeard.png?v7" - }, - "necktie": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f454.png?v7", - "codepoints": [ - "1f454" - ] - }, - "negative_squared_cross_mark": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/274e.png?v7", - "codepoints": [ - "274e" - ] - }, - "nepal": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f5.png?v7", - "codepoints": [ - "1f1f3", - "1f1f5" - ] - }, - "nerd_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f913.png?v7", - "codepoints": [ - "1f913" - ] - }, - "netherlands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f1.png?v7", - "codepoints": [ - "1f1f3", - "1f1f1" - ] - }, - "neutral_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f610.png?v7", - "codepoints": [ - "1f610" - ] - }, - "new": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f195.png?v7", - "codepoints": [ - "1f195" - ] - }, - "new_caledonia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1e8.png?v7", - "codepoints": [ - "1f1f3", - "1f1e8" - ] - }, - "new_moon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f311.png?v7", - "codepoints": [ - "1f311" - ] - }, - "new_moon_with_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31a.png?v7", - "codepoints": [ - "1f31a" - ] - }, - "new_zealand": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ff.png?v7", - "codepoints": [ - "1f1f3", - "1f1ff" - ] - }, - "newspaper": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f0.png?v7", - "codepoints": [ - "1f4f0" - ] - }, - "newspaper_roll": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5de.png?v7", - "codepoints": [ - "1f5de" - ] - }, - "next_track_button": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ed.png?v7", - "codepoints": [ - "23ed" - ] - }, - "ng": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f196.png?v7", - "codepoints": [ - "1f196" - ] - }, - "ng_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645-2642.png?v7", - "codepoints": [ - "1f645", - "2642" - ] - }, - "ng_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645.png?v7", - "codepoints": [ - "1f645" - ] - }, - "nicaragua": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ee.png?v7", - "codepoints": [ - "1f1f3", - "1f1ee" - ] - }, - "niger": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ea.png?v7", - "codepoints": [ - "1f1f3", - "1f1ea" - ] - }, - "nigeria": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ec.png?v7", - "codepoints": [ - "1f1f3", - "1f1ec" - ] - }, - "night_with_stars": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f303.png?v7", - "codepoints": [ - "1f303" - ] - }, - "nine": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0039-20e3.png?v7", - "codepoints": [ - "0039", - "20e3" - ] - }, - "niue": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1fa.png?v7", - "codepoints": [ - "1f1f3", - "1f1fa" - ] - }, - "no_bell": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f515.png?v7", - "codepoints": [ - "1f515" - ] - }, - "no_bicycles": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b3.png?v7", - "codepoints": [ - "1f6b3" - ] - }, - "no_entry": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26d4.png?v7", - "codepoints": [ - "26d4" - ] - }, - "no_entry_sign": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ab.png?v7", - "codepoints": [ - "1f6ab" - ] - }, - "no_good": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645.png?v7", - "codepoints": [ - "1f645" - ] - }, - "no_good_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645-2642.png?v7", - "codepoints": [ - "1f645", - "2642" - ] - }, - "no_good_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645.png?v7", - "codepoints": [ - "1f645" - ] - }, - "no_mobile_phones": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f5.png?v7", - "codepoints": [ - "1f4f5" - ] - }, - "no_mouth": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f636.png?v7", - "codepoints": [ - "1f636" - ] - }, - "no_pedestrians": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b7.png?v7", - "codepoints": [ - "1f6b7" - ] - }, - "no_smoking": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ad.png?v7", - "codepoints": [ - "1f6ad" - ] - }, - "non-potable_water": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b1.png?v7", - "codepoints": [ - "1f6b1" - ] - }, - "norfolk_island": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1eb.png?v7", - "codepoints": [ - "1f1f3", - "1f1eb" - ] - }, - "north_korea": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f5.png?v7", - "codepoints": [ - "1f1f0", - "1f1f5" - ] - }, - "northern_mariana_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f5.png?v7", - "codepoints": [ - "1f1f2", - "1f1f5" - ] - }, - "norway": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f4.png?v7", - "codepoints": [ - "1f1f3", - "1f1f4" - ] - }, - "nose": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f443.png?v7", - "codepoints": [ - "1f443" - ] - }, - "notebook": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d3.png?v7", - "codepoints": [ - "1f4d3" - ] - }, - "notebook_with_decorative_cover": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d4.png?v7", - "codepoints": [ - "1f4d4" - ] - }, - "notes": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b6.png?v7", - "codepoints": [ - "1f3b6" - ] - }, - "nut_and_bolt": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f529.png?v7", - "codepoints": [ - "1f529" - ] - }, - "o": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b55.png?v7", - "codepoints": [ - "2b55" - ] - }, - "o2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f17e.png?v7", - "codepoints": [ - "1f17e" - ] - }, - "ocean": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30a.png?v7", - "codepoints": [ - "1f30a" - ] - }, - "octocat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/octocat.png?v7" - }, - "octopus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f419.png?v7", - "codepoints": [ - "1f419" - ] - }, - "oden": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f362.png?v7", - "codepoints": [ - "1f362" - ] - }, - "office": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e2.png?v7", - "codepoints": [ - "1f3e2" - ] - }, - "oil_drum": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e2.png?v7", - "codepoints": [ - "1f6e2" - ] - }, - "ok": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f197.png?v7", - "codepoints": [ - "1f197" - ] - }, - "ok_hand": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44c.png?v7", - "codepoints": [ - "1f44c" - ] - }, - "ok_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f646-2642.png?v7", - "codepoints": [ - "1f646", - "2642" - ] - }, - "ok_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f646.png?v7", - "codepoints": [ - "1f646" - ] - }, - "old_key": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5dd.png?v7", - "codepoints": [ - "1f5dd" - ] - }, - "older_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f474.png?v7", - "codepoints": [ - "1f474" - ] - }, - "older_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f475.png?v7", - "codepoints": [ - "1f475" - ] - }, - "om": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f549.png?v7", - "codepoints": [ - "1f549" - ] - }, - "oman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f4-1f1f2.png?v7", - "codepoints": [ - "1f1f4", - "1f1f2" - ] - }, - "on": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51b.png?v7", - "codepoints": [ - "1f51b" - ] - }, - "oncoming_automobile": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f698.png?v7", - "codepoints": [ - "1f698" - ] - }, - "oncoming_bus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68d.png?v7", - "codepoints": [ - "1f68d" - ] - }, - "oncoming_police_car": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f694.png?v7", - "codepoints": [ - "1f694" - ] - }, - "oncoming_taxi": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f696.png?v7", - "codepoints": [ - "1f696" - ] - }, - "one": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0031-20e3.png?v7", - "codepoints": [ - "0031", - "20e3" - ] - }, - "open_book": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d6.png?v7", - "codepoints": [ - "1f4d6" - ] - }, - "open_file_folder": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c2.png?v7", - "codepoints": [ - "1f4c2" - ] - }, - "open_hands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f450.png?v7", - "codepoints": [ - "1f450" - ] - }, - "open_mouth": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62e.png?v7", - "codepoints": [ - "1f62e" - ] - }, - "open_umbrella": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2602.png?v7", - "codepoints": [ - "2602" - ] - }, - "ophiuchus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26ce.png?v7", - "codepoints": [ - "26ce" - ] - }, - "orange": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34a.png?v7", - "codepoints": [ - "1f34a" - ] - }, - "orange_book": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d9.png?v7", - "codepoints": [ - "1f4d9" - ] - }, - "orthodox_cross": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2626.png?v7", - "codepoints": [ - "2626" - ] - }, - "outbox_tray": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e4.png?v7", - "codepoints": [ - "1f4e4" - ] - }, - "owl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f989.png?v7", - "codepoints": [ - "1f989" - ] - }, - "ox": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f402.png?v7", - "codepoints": [ - "1f402" - ] - }, - "package": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e6.png?v7", - "codepoints": [ - "1f4e6" - ] - }, - "page_facing_up": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c4.png?v7", - "codepoints": [ - "1f4c4" - ] - }, - "page_with_curl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c3.png?v7", - "codepoints": [ - "1f4c3" - ] - }, - "pager": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4df.png?v7", - "codepoints": [ - "1f4df" - ] - }, - "paintbrush": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58c.png?v7", - "codepoints": [ - "1f58c" - ] - }, - "pakistan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f0.png?v7", - "codepoints": [ - "1f1f5", - "1f1f0" - ] - }, - "palau": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1fc.png?v7", - "codepoints": [ - "1f1f5", - "1f1fc" - ] - }, - "palestinian_territories": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f8.png?v7", - "codepoints": [ - "1f1f5", - "1f1f8" - ] - }, - "palm_tree": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f334.png?v7", - "codepoints": [ - "1f334" - ] - }, - "panama": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1e6.png?v7", - "codepoints": [ - "1f1f5", - "1f1e6" - ] - }, - "pancakes": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95e.png?v7", - "codepoints": [ - "1f95e" - ] - }, - "panda_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43c.png?v7", - "codepoints": [ - "1f43c" - ] - }, - "paperclip": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ce.png?v7", - "codepoints": [ - "1f4ce" - ] - }, - "paperclips": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f587.png?v7", - "codepoints": [ - "1f587" - ] - }, - "papua_new_guinea": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1ec.png?v7", - "codepoints": [ - "1f1f5", - "1f1ec" - ] - }, - "paraguay": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1fe.png?v7", - "codepoints": [ - "1f1f5", - "1f1fe" - ] - }, - "parasol_on_ground": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f1.png?v7", - "codepoints": [ - "26f1" - ] - }, - "parking": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f17f.png?v7", - "codepoints": [ - "1f17f" - ] - }, - "part_alternation_mark": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/303d.png?v7", - "codepoints": [ - "303d" - ] - }, - "partly_sunny": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26c5.png?v7", - "codepoints": [ - "26c5" - ] - }, - "passenger_ship": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f3.png?v7", - "codepoints": [ - "1f6f3" - ] - }, - "passport_control": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c2.png?v7", - "codepoints": [ - "1f6c2" - ] - }, - "pause_button": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f8.png?v7", - "codepoints": [ - "23f8" - ] - }, - "paw_prints": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43e.png?v7", - "codepoints": [ - "1f43e" - ] - }, - "peace_symbol": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/262e.png?v7", - "codepoints": [ - "262e" - ] - }, - "peach": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f351.png?v7", - "codepoints": [ - "1f351" - ] - }, - "peanuts": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95c.png?v7", - "codepoints": [ - "1f95c" - ] - }, - "pear": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f350.png?v7", - "codepoints": [ - "1f350" - ] - }, - "pen": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58a.png?v7", - "codepoints": [ - "1f58a" - ] - }, - "pencil": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png?v7", - "codepoints": [ - "1f4dd" - ] - }, - "pencil2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270f.png?v7", - "codepoints": [ - "270f" - ] - }, - "penguin": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f427.png?v7", - "codepoints": [ - "1f427" - ] - }, - "pensive": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f614.png?v7", - "codepoints": [ - "1f614" - ] - }, - "performing_arts": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ad.png?v7", - "codepoints": [ - "1f3ad" - ] - }, - "persevere": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f623.png?v7", - "codepoints": [ - "1f623" - ] - }, - "person_fencing": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93a.png?v7", - "codepoints": [ - "1f93a" - ] - }, - "person_frowning": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64d.png?v7", - "codepoints": [ - "1f64d" - ] - }, - "person_with_blond_hair": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f471.png?v7", - "codepoints": [ - "1f471" - ] - }, - "person_with_pouting_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64e.png?v7", - "codepoints": [ - "1f64e" - ] - }, - "peru": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1ea.png?v7", - "codepoints": [ - "1f1f5", - "1f1ea" - ] - }, - "philippines": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1ed.png?v7", - "codepoints": [ - "1f1f5", - "1f1ed" - ] - }, - "phone": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/260e.png?v7", - "codepoints": [ - "260e" - ] - }, - "pick": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26cf.png?v7", - "codepoints": [ - "26cf" - ] - }, - "pig": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f437.png?v7", - "codepoints": [ - "1f437" - ] - }, - "pig2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f416.png?v7", - "codepoints": [ - "1f416" - ] - }, - "pig_nose": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43d.png?v7", - "codepoints": [ - "1f43d" - ] - }, - "pill": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48a.png?v7", - "codepoints": [ - "1f48a" - ] - }, - "pineapple": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34d.png?v7", - "codepoints": [ - "1f34d" - ] - }, - "ping_pong": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d3.png?v7", - "codepoints": [ - "1f3d3" - ] - }, - "pisces": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2653.png?v7", - "codepoints": [ - "2653" - ] - }, - "pitcairn_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f3.png?v7", - "codepoints": [ - "1f1f5", - "1f1f3" - ] - }, - "pizza": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f355.png?v7", - "codepoints": [ - "1f355" - ] - }, - "place_of_worship": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6d0.png?v7", - "codepoints": [ - "1f6d0" - ] - }, - "plate_with_cutlery": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37d.png?v7", - "codepoints": [ - "1f37d" - ] - }, - "play_or_pause_button": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ef.png?v7", - "codepoints": [ - "23ef" - ] - }, - "point_down": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f447.png?v7", - "codepoints": [ - "1f447" - ] - }, - "point_left": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f448.png?v7", - "codepoints": [ - "1f448" - ] - }, - "point_right": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f449.png?v7", - "codepoints": [ - "1f449" - ] - }, - "point_up": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/261d.png?v7", - "codepoints": [ - "261d" - ] - }, - "point_up_2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f446.png?v7", - "codepoints": [ - "1f446" - ] - }, - "poland": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f1.png?v7", - "codepoints": [ - "1f1f5", - "1f1f1" - ] - }, - "police_car": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f693.png?v7", - "codepoints": [ - "1f693" - ] - }, - "policeman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46e.png?v7", - "codepoints": [ - "1f46e" - ] - }, - "policewoman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46e-2640.png?v7", - "codepoints": [ - "1f46e", - "2640" - ] - }, - "poodle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f429.png?v7", - "codepoints": [ - "1f429" - ] - }, - "poop": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a9.png?v7", - "codepoints": [ - "1f4a9" - ] - }, - "popcorn": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37f.png?v7", - "codepoints": [ - "1f37f" - ] - }, - "portugal": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f9.png?v7", - "codepoints": [ - "1f1f5", - "1f1f9" - ] - }, - "post_office": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e3.png?v7", - "codepoints": [ - "1f3e3" - ] - }, - "postal_horn": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ef.png?v7", - "codepoints": [ - "1f4ef" - ] - }, - "postbox": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ee.png?v7", - "codepoints": [ - "1f4ee" - ] - }, - "potable_water": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b0.png?v7", - "codepoints": [ - "1f6b0" - ] - }, - "potato": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f954.png?v7", - "codepoints": [ - "1f954" - ] - }, - "pouch": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45d.png?v7", - "codepoints": [ - "1f45d" - ] - }, - "poultry_leg": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f357.png?v7", - "codepoints": [ - "1f357" - ] - }, - "pound": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b7.png?v7", - "codepoints": [ - "1f4b7" - ] - }, - "pout": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f621.png?v7", - "codepoints": [ - "1f621" - ] - }, - "pouting_cat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63e.png?v7", - "codepoints": [ - "1f63e" - ] - }, - "pouting_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64e-2642.png?v7", - "codepoints": [ - "1f64e", - "2642" - ] - }, - "pouting_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64e.png?v7", - "codepoints": [ - "1f64e" - ] - }, - "pray": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64f.png?v7", - "codepoints": [ - "1f64f" - ] - }, - "prayer_beads": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ff.png?v7", - "codepoints": [ - "1f4ff" - ] - }, - "pregnant_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f930.png?v7", - "codepoints": [ - "1f930" - ] - }, - "previous_track_button": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ee.png?v7", - "codepoints": [ - "23ee" - ] - }, - "prince": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f934.png?v7", - "codepoints": [ - "1f934" - ] - }, - "princess": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f478.png?v7", - "codepoints": [ - "1f478" - ] - }, - "printer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5a8.png?v7", - "codepoints": [ - "1f5a8" - ] - }, - "puerto_rico": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f7.png?v7", - "codepoints": [ - "1f1f5", - "1f1f7" - ] - }, - "punch": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44a.png?v7", - "codepoints": [ - "1f44a" - ] - }, - "purple_heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49c.png?v7", - "codepoints": [ - "1f49c" - ] - }, - "purse": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45b.png?v7", - "codepoints": [ - "1f45b" - ] - }, - "pushpin": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cc.png?v7", - "codepoints": [ - "1f4cc" - ] - }, - "put_litter_in_its_place": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ae.png?v7", - "codepoints": [ - "1f6ae" - ] - }, - "qatar": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f6-1f1e6.png?v7", - "codepoints": [ - "1f1f6", - "1f1e6" - ] - }, - "question": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2753.png?v7", - "codepoints": [ - "2753" - ] - }, - "rabbit": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f430.png?v7", - "codepoints": [ - "1f430" - ] - }, - "rabbit2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f407.png?v7", - "codepoints": [ - "1f407" - ] - }, - "racehorse": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40e.png?v7", - "codepoints": [ - "1f40e" - ] - }, - "racing_car": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ce.png?v7", - "codepoints": [ - "1f3ce" - ] - }, - "radio": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fb.png?v7", - "codepoints": [ - "1f4fb" - ] - }, - "radio_button": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f518.png?v7", - "codepoints": [ - "1f518" - ] - }, - "radioactive": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2622.png?v7", - "codepoints": [ - "2622" - ] - }, - "rage": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f621.png?v7", - "codepoints": [ - "1f621" - ] - }, - "rage1": { - "src": "https://assets-cdn.github.com/images/icons/emoji/rage1.png?v7" - }, - "rage2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/rage2.png?v7" - }, - "rage3": { - "src": "https://assets-cdn.github.com/images/icons/emoji/rage3.png?v7" - }, - "rage4": { - "src": "https://assets-cdn.github.com/images/icons/emoji/rage4.png?v7" - }, - "railway_car": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f683.png?v7", - "codepoints": [ - "1f683" - ] - }, - "railway_track": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e4.png?v7", - "codepoints": [ - "1f6e4" - ] - }, - "rainbow": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f308.png?v7", - "codepoints": [ - "1f308" - ] - }, - "rainbow_flag": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f3-1f308.png?v7", - "codepoints": [ - "1f3f3", - "1f308" - ] - }, - "raised_back_of_hand": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91a.png?v7", - "codepoints": [ - "1f91a" - ] - }, - "raised_hand": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270b.png?v7", - "codepoints": [ - "270b" - ] - }, - "raised_hand_with_fingers_splayed": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f590.png?v7", - "codepoints": [ - "1f590" - ] - }, - "raised_hands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64c.png?v7", - "codepoints": [ - "1f64c" - ] - }, - "raising_hand": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64b.png?v7", - "codepoints": [ - "1f64b" - ] - }, - "raising_hand_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64b-2642.png?v7", - "codepoints": [ - "1f64b", - "2642" - ] - }, - "raising_hand_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64b.png?v7", - "codepoints": [ - "1f64b" - ] - }, - "ram": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40f.png?v7", - "codepoints": [ - "1f40f" - ] - }, - "ramen": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35c.png?v7", - "codepoints": [ - "1f35c" - ] - }, - "rat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f400.png?v7", - "codepoints": [ - "1f400" - ] - }, - "record_button": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23fa.png?v7", - "codepoints": [ - "23fa" - ] - }, - "recycle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/267b.png?v7", - "codepoints": [ - "267b" - ] - }, - "red_car": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f697.png?v7", - "codepoints": [ - "1f697" - ] - }, - "red_circle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f534.png?v7", - "codepoints": [ - "1f534" - ] - }, - "registered": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/00ae.png?v7", - "codepoints": [ - "00ae" - ] - }, - "relaxed": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/263a.png?v7", - "codepoints": [ - "263a" - ] - }, - "relieved": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60c.png?v7", - "codepoints": [ - "1f60c" - ] - }, - "reminder_ribbon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f397.png?v7", - "codepoints": [ - "1f397" - ] - }, - "repeat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f501.png?v7", - "codepoints": [ - "1f501" - ] - }, - "repeat_one": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f502.png?v7", - "codepoints": [ - "1f502" - ] - }, - "rescue_worker_helmet": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26d1.png?v7", - "codepoints": [ - "26d1" - ] - }, - "restroom": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bb.png?v7", - "codepoints": [ - "1f6bb" - ] - }, - "reunion": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1ea.png?v7", - "codepoints": [ - "1f1f7", - "1f1ea" - ] - }, - "revolving_hearts": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49e.png?v7", - "codepoints": [ - "1f49e" - ] - }, - "rewind": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ea.png?v7", - "codepoints": [ - "23ea" - ] - }, - "rhinoceros": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98f.png?v7", - "codepoints": [ - "1f98f" - ] - }, - "ribbon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f380.png?v7", - "codepoints": [ - "1f380" - ] - }, - "rice": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35a.png?v7", - "codepoints": [ - "1f35a" - ] - }, - "rice_ball": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f359.png?v7", - "codepoints": [ - "1f359" - ] - }, - "rice_cracker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f358.png?v7", - "codepoints": [ - "1f358" - ] - }, - "rice_scene": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f391.png?v7", - "codepoints": [ - "1f391" - ] - }, - "right_anger_bubble": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5ef.png?v7", - "codepoints": [ - "1f5ef" - ] - }, - "ring": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48d.png?v7", - "codepoints": [ - "1f48d" - ] - }, - "robot": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f916.png?v7", - "codepoints": [ - "1f916" - ] - }, - "rocket": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f680.png?v7", - "codepoints": [ - "1f680" - ] - }, - "rofl": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f923.png?v7", - "codepoints": [ - "1f923" - ] - }, - "roll_eyes": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f644.png?v7", - "codepoints": [ - "1f644" - ] - }, - "roller_coaster": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a2.png?v7", - "codepoints": [ - "1f3a2" - ] - }, - "romania": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1f4.png?v7", - "codepoints": [ - "1f1f7", - "1f1f4" - ] - }, - "rooster": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f413.png?v7", - "codepoints": [ - "1f413" - ] - }, - "rose": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f339.png?v7", - "codepoints": [ - "1f339" - ] - }, - "rosette": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f5.png?v7", - "codepoints": [ - "1f3f5" - ] - }, - "rotating_light": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a8.png?v7", - "codepoints": [ - "1f6a8" - ] - }, - "round_pushpin": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cd.png?v7", - "codepoints": [ - "1f4cd" - ] - }, - "rowboat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a3.png?v7", - "codepoints": [ - "1f6a3" - ] - }, - "rowing_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a3.png?v7", - "codepoints": [ - "1f6a3" - ] - }, - "rowing_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a3-2640.png?v7", - "codepoints": [ - "1f6a3", - "2640" - ] - }, - "ru": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1fa.png?v7", - "codepoints": [ - "1f1f7", - "1f1fa" - ] - }, - "rugby_football": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c9.png?v7", - "codepoints": [ - "1f3c9" - ] - }, - "runner": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3.png?v7", - "codepoints": [ - "1f3c3" - ] - }, - "running": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3.png?v7", - "codepoints": [ - "1f3c3" - ] - }, - "running_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3.png?v7", - "codepoints": [ - "1f3c3" - ] - }, - "running_shirt_with_sash": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bd.png?v7", - "codepoints": [ - "1f3bd" - ] - }, - "running_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3-2640.png?v7", - "codepoints": [ - "1f3c3", - "2640" - ] - }, - "rwanda": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1fc.png?v7", - "codepoints": [ - "1f1f7", - "1f1fc" - ] - }, - "sa": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f202.png?v7", - "codepoints": [ - "1f202" - ] - }, - "sagittarius": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2650.png?v7", - "codepoints": [ - "2650" - ] - }, - "sailboat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f5.png?v7", - "codepoints": [ - "26f5" - ] - }, - "sake": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f376.png?v7", - "codepoints": [ - "1f376" - ] - }, - "samoa": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fc-1f1f8.png?v7", - "codepoints": [ - "1f1fc", - "1f1f8" - ] - }, - "san_marino": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f2.png?v7", - "codepoints": [ - "1f1f8", - "1f1f2" - ] - }, - "sandal": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f461.png?v7", - "codepoints": [ - "1f461" - ] - }, - "santa": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f385.png?v7", - "codepoints": [ - "1f385" - ] - }, - "sao_tome_principe": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f9.png?v7", - "codepoints": [ - "1f1f8", - "1f1f9" - ] - }, - "satellite": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e1.png?v7", - "codepoints": [ - "1f4e1" - ] - }, - "satisfied": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f606.png?v7", - "codepoints": [ - "1f606" - ] - }, - "saudi_arabia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e6.png?v7", - "codepoints": [ - "1f1f8", - "1f1e6" - ] - }, - "saxophone": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b7.png?v7", - "codepoints": [ - "1f3b7" - ] - }, - "school": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3eb.png?v7", - "codepoints": [ - "1f3eb" - ] - }, - "school_satchel": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f392.png?v7", - "codepoints": [ - "1f392" - ] - }, - "scissors": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2702.png?v7", - "codepoints": [ - "2702" - ] - }, - "scorpion": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f982.png?v7", - "codepoints": [ - "1f982" - ] - }, - "scorpius": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264f.png?v7", - "codepoints": [ - "264f" - ] - }, - "scream": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f631.png?v7", - "codepoints": [ - "1f631" - ] - }, - "scream_cat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f640.png?v7", - "codepoints": [ - "1f640" - ] - }, - "scroll": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dc.png?v7", - "codepoints": [ - "1f4dc" - ] - }, - "seat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ba.png?v7", - "codepoints": [ - "1f4ba" - ] - }, - "secret": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/3299.png?v7", - "codepoints": [ - "3299" - ] - }, - "see_no_evil": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f648.png?v7", - "codepoints": [ - "1f648" - ] - }, - "seedling": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f331.png?v7", - "codepoints": [ - "1f331" - ] - }, - "selfie": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f933.png?v7", - "codepoints": [ - "1f933" - ] - }, - "senegal": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f3.png?v7", - "codepoints": [ - "1f1f8", - "1f1f3" - ] - }, - "serbia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1f8.png?v7", - "codepoints": [ - "1f1f7", - "1f1f8" - ] - }, - "seven": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0037-20e3.png?v7", - "codepoints": [ - "0037", - "20e3" - ] - }, - "seychelles": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e8.png?v7", - "codepoints": [ - "1f1f8", - "1f1e8" - ] - }, - "shallow_pan_of_food": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f958.png?v7", - "codepoints": [ - "1f958" - ] - }, - "shamrock": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2618.png?v7", - "codepoints": [ - "2618" - ] - }, - "shark": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f988.png?v7", - "codepoints": [ - "1f988" - ] - }, - "shaved_ice": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f367.png?v7", - "codepoints": [ - "1f367" - ] - }, - "sheep": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f411.png?v7", - "codepoints": [ - "1f411" - ] - }, - "shell": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41a.png?v7", - "codepoints": [ - "1f41a" - ] - }, - "shield": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e1.png?v7", - "codepoints": [ - "1f6e1" - ] - }, - "shinto_shrine": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26e9.png?v7", - "codepoints": [ - "26e9" - ] - }, - "ship": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a2.png?v7", - "codepoints": [ - "1f6a2" - ] - }, - "shipit": { - "src": "https://assets-cdn.github.com/images/icons/emoji/shipit.png?v7" - }, - "shirt": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f455.png?v7", - "codepoints": [ - "1f455" - ] - }, - "shit": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a9.png?v7", - "codepoints": [ - "1f4a9" - ] - }, - "shoe": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45e.png?v7", - "codepoints": [ - "1f45e" - ] - }, - "shopping": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cd.png?v7", - "codepoints": [ - "1f6cd" - ] - }, - "shopping_cart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6d2.png?v7", - "codepoints": [ - "1f6d2" - ] - }, - "shower": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bf.png?v7", - "codepoints": [ - "1f6bf" - ] - }, - "shrimp": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f990.png?v7", - "codepoints": [ - "1f990" - ] - }, - "sierra_leone": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f1.png?v7", - "codepoints": [ - "1f1f8", - "1f1f1" - ] - }, - "signal_strength": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f6.png?v7", - "codepoints": [ - "1f4f6" - ] - }, - "singapore": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ec.png?v7", - "codepoints": [ - "1f1f8", - "1f1ec" - ] - }, - "sint_maarten": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1fd.png?v7", - "codepoints": [ - "1f1f8", - "1f1fd" - ] - }, - "six": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0036-20e3.png?v7", - "codepoints": [ - "0036", - "20e3" - ] - }, - "six_pointed_star": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52f.png?v7", - "codepoints": [ - "1f52f" - ] - }, - "ski": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bf.png?v7", - "codepoints": [ - "1f3bf" - ] - }, - "skier": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f7.png?v7", - "codepoints": [ - "26f7" - ] - }, - "skull": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f480.png?v7", - "codepoints": [ - "1f480" - ] - }, - "skull_and_crossbones": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2620.png?v7", - "codepoints": [ - "2620" - ] - }, - "sleeping": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f634.png?v7", - "codepoints": [ - "1f634" - ] - }, - "sleeping_bed": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cc.png?v7", - "codepoints": [ - "1f6cc" - ] - }, - "sleepy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62a.png?v7", - "codepoints": [ - "1f62a" - ] - }, - "slightly_frowning_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f641.png?v7", - "codepoints": [ - "1f641" - ] - }, - "slightly_smiling_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f642.png?v7", - "codepoints": [ - "1f642" - ] - }, - "slot_machine": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b0.png?v7", - "codepoints": [ - "1f3b0" - ] - }, - "slovakia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f0.png?v7", - "codepoints": [ - "1f1f8", - "1f1f0" - ] - }, - "slovenia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ee.png?v7", - "codepoints": [ - "1f1f8", - "1f1ee" - ] - }, - "small_airplane": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e9.png?v7", - "codepoints": [ - "1f6e9" - ] - }, - "small_blue_diamond": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f539.png?v7", - "codepoints": [ - "1f539" - ] - }, - "small_orange_diamond": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f538.png?v7", - "codepoints": [ - "1f538" - ] - }, - "small_red_triangle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53a.png?v7", - "codepoints": [ - "1f53a" - ] - }, - "small_red_triangle_down": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53b.png?v7", - "codepoints": [ - "1f53b" - ] - }, - "smile": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f604.png?v7", - "codepoints": [ - "1f604" - ] - }, - "smile_cat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f638.png?v7", - "codepoints": [ - "1f638" - ] - }, - "smiley": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f603.png?v7", - "codepoints": [ - "1f603" - ] - }, - "smiley_cat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63a.png?v7", - "codepoints": [ - "1f63a" - ] - }, - "smiling_imp": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f608.png?v7", - "codepoints": [ - "1f608" - ] - }, - "smirk": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60f.png?v7", - "codepoints": [ - "1f60f" - ] - }, - "smirk_cat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63c.png?v7", - "codepoints": [ - "1f63c" - ] - }, - "smoking": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ac.png?v7", - "codepoints": [ - "1f6ac" - ] - }, - "snail": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40c.png?v7", - "codepoints": [ - "1f40c" - ] - }, - "snake": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40d.png?v7", - "codepoints": [ - "1f40d" - ] - }, - "sneezing_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f927.png?v7", - "codepoints": [ - "1f927" - ] - }, - "snowboarder": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c2.png?v7", - "codepoints": [ - "1f3c2" - ] - }, - "snowflake": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2744.png?v7", - "codepoints": [ - "2744" - ] - }, - "snowman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26c4.png?v7", - "codepoints": [ - "26c4" - ] - }, - "snowman_with_snow": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2603.png?v7", - "codepoints": [ - "2603" - ] - }, - "sob": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62d.png?v7", - "codepoints": [ - "1f62d" - ] - }, - "soccer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26bd.png?v7", - "codepoints": [ - "26bd" - ] - }, - "solomon_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e7.png?v7", - "codepoints": [ - "1f1f8", - "1f1e7" - ] - }, - "somalia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f4.png?v7", - "codepoints": [ - "1f1f8", - "1f1f4" - ] - }, - "soon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51c.png?v7", - "codepoints": [ - "1f51c" - ] - }, - "sos": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f198.png?v7", - "codepoints": [ - "1f198" - ] - }, - "sound": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f509.png?v7", - "codepoints": [ - "1f509" - ] - }, - "south_africa": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ff-1f1e6.png?v7", - "codepoints": [ - "1f1ff", - "1f1e6" - ] - }, - "south_georgia_south_sandwich_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f8.png?v7", - "codepoints": [ - "1f1ec", - "1f1f8" - ] - }, - "south_sudan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f8.png?v7", - "codepoints": [ - "1f1f8", - "1f1f8" - ] - }, - "space_invader": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47e.png?v7", - "codepoints": [ - "1f47e" - ] - }, - "spades": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2660.png?v7", - "codepoints": [ - "2660" - ] - }, - "spaghetti": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35d.png?v7", - "codepoints": [ - "1f35d" - ] - }, - "sparkle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2747.png?v7", - "codepoints": [ - "2747" - ] - }, - "sparkler": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f387.png?v7", - "codepoints": [ - "1f387" - ] - }, - "sparkles": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2728.png?v7", - "codepoints": [ - "2728" - ] - }, - "sparkling_heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f496.png?v7", - "codepoints": [ - "1f496" - ] - }, - "speak_no_evil": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64a.png?v7", - "codepoints": [ - "1f64a" - ] - }, - "speaker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f508.png?v7", - "codepoints": [ - "1f508" - ] - }, - "speaking_head": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5e3.png?v7", - "codepoints": [ - "1f5e3" - ] - }, - "speech_balloon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ac.png?v7", - "codepoints": [ - "1f4ac" - ] - }, - "speedboat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a4.png?v7", - "codepoints": [ - "1f6a4" - ] - }, - "spider": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f577.png?v7", - "codepoints": [ - "1f577" - ] - }, - "spider_web": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f578.png?v7", - "codepoints": [ - "1f578" - ] - }, - "spiral_calendar": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5d3.png?v7", - "codepoints": [ - "1f5d3" - ] - }, - "spiral_notepad": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5d2.png?v7", - "codepoints": [ - "1f5d2" - ] - }, - "spoon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f944.png?v7", - "codepoints": [ - "1f944" - ] - }, - "squid": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f991.png?v7", - "codepoints": [ - "1f991" - ] - }, - "squirrel": { - "src": "https://assets-cdn.github.com/images/icons/emoji/shipit.png?v7" - }, - "sri_lanka": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f0.png?v7", - "codepoints": [ - "1f1f1", - "1f1f0" - ] - }, - "st_barthelemy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f1.png?v7", - "codepoints": [ - "1f1e7", - "1f1f1" - ] - }, - "st_helena": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ed.png?v7", - "codepoints": [ - "1f1f8", - "1f1ed" - ] - }, - "st_kitts_nevis": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f3.png?v7", - "codepoints": [ - "1f1f0", - "1f1f3" - ] - }, - "st_lucia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1e8.png?v7", - "codepoints": [ - "1f1f1", - "1f1e8" - ] - }, - "st_pierre_miquelon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f2.png?v7", - "codepoints": [ - "1f1f5", - "1f1f2" - ] - }, - "st_vincent_grenadines": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1e8.png?v7", - "codepoints": [ - "1f1fb", - "1f1e8" - ] - }, - "stadium": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3df.png?v7", - "codepoints": [ - "1f3df" - ] - }, - "star": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b50.png?v7", - "codepoints": [ - "2b50" - ] - }, - "star2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31f.png?v7", - "codepoints": [ - "1f31f" - ] - }, - "star_and_crescent": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/262a.png?v7", - "codepoints": [ - "262a" - ] - }, - "star_of_david": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2721.png?v7", - "codepoints": [ - "2721" - ] - }, - "stars": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f320.png?v7", - "codepoints": [ - "1f320" - ] - }, - "station": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f689.png?v7", - "codepoints": [ - "1f689" - ] - }, - "statue_of_liberty": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fd.png?v7", - "codepoints": [ - "1f5fd" - ] - }, - "steam_locomotive": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f682.png?v7", - "codepoints": [ - "1f682" - ] - }, - "stew": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f372.png?v7", - "codepoints": [ - "1f372" - ] - }, - "stop_button": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f9.png?v7", - "codepoints": [ - "23f9" - ] - }, - "stop_sign": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6d1.png?v7", - "codepoints": [ - "1f6d1" - ] - }, - "stopwatch": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f1.png?v7", - "codepoints": [ - "23f1" - ] - }, - "straight_ruler": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cf.png?v7", - "codepoints": [ - "1f4cf" - ] - }, - "strawberry": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f353.png?v7", - "codepoints": [ - "1f353" - ] - }, - "stuck_out_tongue": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61b.png?v7", - "codepoints": [ - "1f61b" - ] - }, - "stuck_out_tongue_closed_eyes": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61d.png?v7", - "codepoints": [ - "1f61d" - ] - }, - "stuck_out_tongue_winking_eye": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61c.png?v7", - "codepoints": [ - "1f61c" - ] - }, - "studio_microphone": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f399.png?v7", - "codepoints": [ - "1f399" - ] - }, - "stuffed_flatbread": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f959.png?v7", - "codepoints": [ - "1f959" - ] - }, - "sudan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e9.png?v7", - "codepoints": [ - "1f1f8", - "1f1e9" - ] - }, - "sun_behind_large_cloud": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f325.png?v7", - "codepoints": [ - "1f325" - ] - }, - "sun_behind_rain_cloud": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f326.png?v7", - "codepoints": [ - "1f326" - ] - }, - "sun_behind_small_cloud": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f324.png?v7", - "codepoints": [ - "1f324" - ] - }, - "sun_with_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31e.png?v7", - "codepoints": [ - "1f31e" - ] - }, - "sunflower": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33b.png?v7", - "codepoints": [ - "1f33b" - ] - }, - "sunglasses": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60e.png?v7", - "codepoints": [ - "1f60e" - ] - }, - "sunny": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2600.png?v7", - "codepoints": [ - "2600" - ] - }, - "sunrise": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f305.png?v7", - "codepoints": [ - "1f305" - ] - }, - "sunrise_over_mountains": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f304.png?v7", - "codepoints": [ - "1f304" - ] - }, - "surfer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c4.png?v7", - "codepoints": [ - "1f3c4" - ] - }, - "surfing_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c4.png?v7", - "codepoints": [ - "1f3c4" - ] - }, - "surfing_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c4-2640.png?v7", - "codepoints": [ - "1f3c4", - "2640" - ] - }, - "suriname": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f7.png?v7", - "codepoints": [ - "1f1f8", - "1f1f7" - ] - }, - "sushi": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f363.png?v7", - "codepoints": [ - "1f363" - ] - }, - "suspect": { - "src": "https://assets-cdn.github.com/images/icons/emoji/suspect.png?v7" - }, - "suspension_railway": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69f.png?v7", - "codepoints": [ - "1f69f" - ] - }, - "swaziland": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ff.png?v7", - "codepoints": [ - "1f1f8", - "1f1ff" - ] - }, - "sweat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f613.png?v7", - "codepoints": [ - "1f613" - ] - }, - "sweat_drops": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a6.png?v7", - "codepoints": [ - "1f4a6" - ] - }, - "sweat_smile": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f605.png?v7", - "codepoints": [ - "1f605" - ] - }, - "sweden": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ea.png?v7", - "codepoints": [ - "1f1f8", - "1f1ea" - ] - }, - "sweet_potato": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f360.png?v7", - "codepoints": [ - "1f360" - ] - }, - "swimmer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ca.png?v7", - "codepoints": [ - "1f3ca" - ] - }, - "swimming_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ca.png?v7", - "codepoints": [ - "1f3ca" - ] - }, - "swimming_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ca-2640.png?v7", - "codepoints": [ - "1f3ca", - "2640" - ] - }, - "switzerland": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ed.png?v7", - "codepoints": [ - "1f1e8", - "1f1ed" - ] - }, - "symbols": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f523.png?v7", - "codepoints": [ - "1f523" - ] - }, - "synagogue": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54d.png?v7", - "codepoints": [ - "1f54d" - ] - }, - "syria": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1fe.png?v7", - "codepoints": [ - "1f1f8", - "1f1fe" - ] - }, - "syringe": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f489.png?v7", - "codepoints": [ - "1f489" - ] - }, - "taco": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32e.png?v7", - "codepoints": [ - "1f32e" - ] - }, - "tada": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f389.png?v7", - "codepoints": [ - "1f389" - ] - }, - "taiwan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1fc.png?v7", - "codepoints": [ - "1f1f9", - "1f1fc" - ] - }, - "tajikistan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ef.png?v7", - "codepoints": [ - "1f1f9", - "1f1ef" - ] - }, - "tanabata_tree": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38b.png?v7", - "codepoints": [ - "1f38b" - ] - }, - "tangerine": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34a.png?v7", - "codepoints": [ - "1f34a" - ] - }, - "tanzania": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ff.png?v7", - "codepoints": [ - "1f1f9", - "1f1ff" - ] - }, - "taurus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2649.png?v7", - "codepoints": [ - "2649" - ] - }, - "taxi": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f695.png?v7", - "codepoints": [ - "1f695" - ] - }, - "tea": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f375.png?v7", - "codepoints": [ - "1f375" - ] - }, - "telephone": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/260e.png?v7", - "codepoints": [ - "260e" - ] - }, - "telephone_receiver": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4de.png?v7", - "codepoints": [ - "1f4de" - ] - }, - "telescope": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52d.png?v7", - "codepoints": [ - "1f52d" - ] - }, - "tennis": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3be.png?v7", - "codepoints": [ - "1f3be" - ] - }, - "tent": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26fa.png?v7", - "codepoints": [ - "26fa" - ] - }, - "thailand": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ed.png?v7", - "codepoints": [ - "1f1f9", - "1f1ed" - ] - }, - "thermometer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f321.png?v7", - "codepoints": [ - "1f321" - ] - }, - "thinking": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f914.png?v7", - "codepoints": [ - "1f914" - ] - }, - "thought_balloon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ad.png?v7", - "codepoints": [ - "1f4ad" - ] - }, - "three": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0033-20e3.png?v7", - "codepoints": [ - "0033", - "20e3" - ] - }, - "thumbsdown": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44e.png?v7", - "codepoints": [ - "1f44e" - ] - }, - "thumbsup": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png?v7", - "codepoints": [ - "1f44d" - ] - }, - "ticket": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ab.png?v7", - "codepoints": [ - "1f3ab" - ] - }, - "tickets": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39f.png?v7", - "codepoints": [ - "1f39f" - ] - }, - "tiger": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42f.png?v7", - "codepoints": [ - "1f42f" - ] - }, - "tiger2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f405.png?v7", - "codepoints": [ - "1f405" - ] - }, - "timer_clock": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f2.png?v7", - "codepoints": [ - "23f2" - ] - }, - "timor_leste": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f1.png?v7", - "codepoints": [ - "1f1f9", - "1f1f1" - ] - }, - "tipping_hand_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f481-2642.png?v7", - "codepoints": [ - "1f481", - "2642" - ] - }, - "tipping_hand_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f481.png?v7", - "codepoints": [ - "1f481" - ] - }, - "tired_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62b.png?v7", - "codepoints": [ - "1f62b" - ] - }, - "tm": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2122.png?v7", - "codepoints": [ - "2122" - ] - }, - "togo": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ec.png?v7", - "codepoints": [ - "1f1f9", - "1f1ec" - ] - }, - "toilet": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bd.png?v7", - "codepoints": [ - "1f6bd" - ] - }, - "tokelau": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f0.png?v7", - "codepoints": [ - "1f1f9", - "1f1f0" - ] - }, - "tokyo_tower": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fc.png?v7", - "codepoints": [ - "1f5fc" - ] - }, - "tomato": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f345.png?v7", - "codepoints": [ - "1f345" - ] - }, - "tonga": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f4.png?v7", - "codepoints": [ - "1f1f9", - "1f1f4" - ] - }, - "tongue": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f445.png?v7", - "codepoints": [ - "1f445" - ] - }, - "top": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51d.png?v7", - "codepoints": [ - "1f51d" - ] - }, - "tophat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a9.png?v7", - "codepoints": [ - "1f3a9" - ] - }, - "tornado": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32a.png?v7", - "codepoints": [ - "1f32a" - ] - }, - "tr": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f7.png?v7", - "codepoints": [ - "1f1f9", - "1f1f7" - ] - }, - "trackball": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5b2.png?v7", - "codepoints": [ - "1f5b2" - ] - }, - "tractor": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69c.png?v7", - "codepoints": [ - "1f69c" - ] - }, - "traffic_light": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a5.png?v7", - "codepoints": [ - "1f6a5" - ] - }, - "train": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68b.png?v7", - "codepoints": [ - "1f68b" - ] - }, - "train2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f686.png?v7", - "codepoints": [ - "1f686" - ] - }, - "tram": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68a.png?v7", - "codepoints": [ - "1f68a" - ] - }, - "triangular_flag_on_post": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a9.png?v7", - "codepoints": [ - "1f6a9" - ] - }, - "triangular_ruler": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d0.png?v7", - "codepoints": [ - "1f4d0" - ] - }, - "trident": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f531.png?v7", - "codepoints": [ - "1f531" - ] - }, - "trinidad_tobago": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f9.png?v7", - "codepoints": [ - "1f1f9", - "1f1f9" - ] - }, - "triumph": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f624.png?v7", - "codepoints": [ - "1f624" - ] - }, - "trolleybus": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68e.png?v7", - "codepoints": [ - "1f68e" - ] - }, - "trollface": { - "src": "https://assets-cdn.github.com/images/icons/emoji/trollface.png?v7" - }, - "trophy": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c6.png?v7", - "codepoints": [ - "1f3c6" - ] - }, - "tropical_drink": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f379.png?v7", - "codepoints": [ - "1f379" - ] - }, - "tropical_fish": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f420.png?v7", - "codepoints": [ - "1f420" - ] - }, - "truck": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69a.png?v7", - "codepoints": [ - "1f69a" - ] - }, - "trumpet": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ba.png?v7", - "codepoints": [ - "1f3ba" - ] - }, - "tshirt": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f455.png?v7", - "codepoints": [ - "1f455" - ] - }, - "tulip": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f337.png?v7", - "codepoints": [ - "1f337" - ] - }, - "tumbler_glass": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f943.png?v7", - "codepoints": [ - "1f943" - ] - }, - "tunisia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f3.png?v7", - "codepoints": [ - "1f1f9", - "1f1f3" - ] - }, - "turkey": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f983.png?v7", - "codepoints": [ - "1f983" - ] - }, - "turkmenistan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f2.png?v7", - "codepoints": [ - "1f1f9", - "1f1f2" - ] - }, - "turks_caicos_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1e8.png?v7", - "codepoints": [ - "1f1f9", - "1f1e8" - ] - }, - "turtle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f422.png?v7", - "codepoints": [ - "1f422" - ] - }, - "tuvalu": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1fb.png?v7", - "codepoints": [ - "1f1f9", - "1f1fb" - ] - }, - "tv": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fa.png?v7", - "codepoints": [ - "1f4fa" - ] - }, - "twisted_rightwards_arrows": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f500.png?v7", - "codepoints": [ - "1f500" - ] - }, - "two": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0032-20e3.png?v7", - "codepoints": [ - "0032", - "20e3" - ] - }, - "two_hearts": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f495.png?v7", - "codepoints": [ - "1f495" - ] - }, - "two_men_holding_hands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46c.png?v7", - "codepoints": [ - "1f46c" - ] - }, - "two_women_holding_hands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46d.png?v7", - "codepoints": [ - "1f46d" - ] - }, - "u5272": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f239.png?v7", - "codepoints": [ - "1f239" - ] - }, - "u5408": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f234.png?v7", - "codepoints": [ - "1f234" - ] - }, - "u55b6": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f23a.png?v7", - "codepoints": [ - "1f23a" - ] - }, - "u6307": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f22f.png?v7", - "codepoints": [ - "1f22f" - ] - }, - "u6708": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f237.png?v7", - "codepoints": [ - "1f237" - ] - }, - "u6709": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f236.png?v7", - "codepoints": [ - "1f236" - ] - }, - "u6e80": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f235.png?v7", - "codepoints": [ - "1f235" - ] - }, - "u7121": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f21a.png?v7", - "codepoints": [ - "1f21a" - ] - }, - "u7533": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f238.png?v7", - "codepoints": [ - "1f238" - ] - }, - "u7981": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f232.png?v7", - "codepoints": [ - "1f232" - ] - }, - "u7a7a": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f233.png?v7", - "codepoints": [ - "1f233" - ] - }, - "uganda": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1ec.png?v7", - "codepoints": [ - "1f1fa", - "1f1ec" - ] - }, - "uk": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e7.png?v7", - "codepoints": [ - "1f1ec", - "1f1e7" - ] - }, - "ukraine": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1e6.png?v7", - "codepoints": [ - "1f1fa", - "1f1e6" - ] - }, - "umbrella": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2614.png?v7", - "codepoints": [ - "2614" - ] - }, - "unamused": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f612.png?v7", - "codepoints": [ - "1f612" - ] - }, - "underage": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51e.png?v7", - "codepoints": [ - "1f51e" - ] - }, - "unicorn": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f984.png?v7", - "codepoints": [ - "1f984" - ] - }, - "united_arab_emirates": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ea.png?v7", - "codepoints": [ - "1f1e6", - "1f1ea" - ] - }, - "unlock": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f513.png?v7", - "codepoints": [ - "1f513" - ] - }, - "up": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f199.png?v7", - "codepoints": [ - "1f199" - ] - }, - "upside_down_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f643.png?v7", - "codepoints": [ - "1f643" - ] - }, - "uruguay": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1fe.png?v7", - "codepoints": [ - "1f1fa", - "1f1fe" - ] - }, - "us": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1f8.png?v7", - "codepoints": [ - "1f1fa", - "1f1f8" - ] - }, - "us_virgin_islands": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1ee.png?v7", - "codepoints": [ - "1f1fb", - "1f1ee" - ] - }, - "uzbekistan": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1ff.png?v7", - "codepoints": [ - "1f1fa", - "1f1ff" - ] - }, - "v": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270c.png?v7", - "codepoints": [ - "270c" - ] - }, - "vanuatu": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1fa.png?v7", - "codepoints": [ - "1f1fb", - "1f1fa" - ] - }, - "vatican_city": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1e6.png?v7", - "codepoints": [ - "1f1fb", - "1f1e6" - ] - }, - "venezuela": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1ea.png?v7", - "codepoints": [ - "1f1fb", - "1f1ea" - ] - }, - "vertical_traffic_light": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a6.png?v7", - "codepoints": [ - "1f6a6" - ] - }, - "vhs": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fc.png?v7", - "codepoints": [ - "1f4fc" - ] - }, - "vibration_mode": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f3.png?v7", - "codepoints": [ - "1f4f3" - ] - }, - "video_camera": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f9.png?v7", - "codepoints": [ - "1f4f9" - ] - }, - "video_game": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ae.png?v7", - "codepoints": [ - "1f3ae" - ] - }, - "vietnam": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1f3.png?v7", - "codepoints": [ - "1f1fb", - "1f1f3" - ] - }, - "violin": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bb.png?v7", - "codepoints": [ - "1f3bb" - ] - }, - "virgo": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264d.png?v7", - "codepoints": [ - "264d" - ] - }, - "volcano": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30b.png?v7", - "codepoints": [ - "1f30b" - ] - }, - "volleyball": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d0.png?v7", - "codepoints": [ - "1f3d0" - ] - }, - "vs": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f19a.png?v7", - "codepoints": [ - "1f19a" - ] - }, - "vulcan_salute": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f596.png?v7", - "codepoints": [ - "1f596" - ] - }, - "walking": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b6.png?v7", - "codepoints": [ - "1f6b6" - ] - }, - "walking_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b6.png?v7", - "codepoints": [ - "1f6b6" - ] - }, - "walking_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b6-2640.png?v7", - "codepoints": [ - "1f6b6", - "2640" - ] - }, - "wallis_futuna": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fc-1f1eb.png?v7", - "codepoints": [ - "1f1fc", - "1f1eb" - ] - }, - "waning_crescent_moon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f318.png?v7", - "codepoints": [ - "1f318" - ] - }, - "waning_gibbous_moon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f316.png?v7", - "codepoints": [ - "1f316" - ] - }, - "warning": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26a0.png?v7", - "codepoints": [ - "26a0" - ] - }, - "wastebasket": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5d1.png?v7", - "codepoints": [ - "1f5d1" - ] - }, - "watch": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/231a.png?v7", - "codepoints": [ - "231a" - ] - }, - "water_buffalo": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f403.png?v7", - "codepoints": [ - "1f403" - ] - }, - "watermelon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f349.png?v7", - "codepoints": [ - "1f349" - ] - }, - "wave": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44b.png?v7", - "codepoints": [ - "1f44b" - ] - }, - "wavy_dash": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/3030.png?v7", - "codepoints": [ - "3030" - ] - }, - "waxing_crescent_moon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f312.png?v7", - "codepoints": [ - "1f312" - ] - }, - "waxing_gibbous_moon": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f314.png?v7", - "codepoints": [ - "1f314" - ] - }, - "wc": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6be.png?v7", - "codepoints": [ - "1f6be" - ] - }, - "weary": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f629.png?v7", - "codepoints": [ - "1f629" - ] - }, - "wedding": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f492.png?v7", - "codepoints": [ - "1f492" - ] - }, - "weight_lifting_man": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cb.png?v7", - "codepoints": [ - "1f3cb" - ] - }, - "weight_lifting_woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cb-2640.png?v7", - "codepoints": [ - "1f3cb", - "2640" - ] - }, - "western_sahara": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1ed.png?v7", - "codepoints": [ - "1f1ea", - "1f1ed" - ] - }, - "whale": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f433.png?v7", - "codepoints": [ - "1f433" - ] - }, - "whale2": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40b.png?v7", - "codepoints": [ - "1f40b" - ] - }, - "wheel_of_dharma": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2638.png?v7", - "codepoints": [ - "2638" - ] - }, - "wheelchair": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/267f.png?v7", - "codepoints": [ - "267f" - ] - }, - "white_check_mark": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2705.png?v7", - "codepoints": [ - "2705" - ] - }, - "white_circle": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26aa.png?v7", - "codepoints": [ - "26aa" - ] - }, - "white_flag": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f3.png?v7", - "codepoints": [ - "1f3f3" - ] - }, - "white_flower": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ae.png?v7", - "codepoints": [ - "1f4ae" - ] - }, - "white_large_square": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b1c.png?v7", - "codepoints": [ - "2b1c" - ] - }, - "white_medium_small_square": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fd.png?v7", - "codepoints": [ - "25fd" - ] - }, - "white_medium_square": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fb.png?v7", - "codepoints": [ - "25fb" - ] - }, - "white_small_square": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25ab.png?v7", - "codepoints": [ - "25ab" - ] - }, - "white_square_button": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f533.png?v7", - "codepoints": [ - "1f533" - ] - }, - "wilted_flower": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f940.png?v7", - "codepoints": [ - "1f940" - ] - }, - "wind_chime": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f390.png?v7", - "codepoints": [ - "1f390" - ] - }, - "wind_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32c.png?v7", - "codepoints": [ - "1f32c" - ] - }, - "wine_glass": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f377.png?v7", - "codepoints": [ - "1f377" - ] - }, - "wink": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f609.png?v7", - "codepoints": [ - "1f609" - ] - }, - "wolf": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43a.png?v7", - "codepoints": [ - "1f43a" - ] - }, - "woman": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469.png?v7", - "codepoints": [ - "1f469" - ] - }, - "woman_artist": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3a8.png?v7", - "codepoints": [ - "1f469", - "1f3a8" - ] - }, - "woman_astronaut": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f680.png?v7", - "codepoints": [ - "1f469", - "1f680" - ] - }, - "woman_cartwheeling": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f938-2640.png?v7", - "codepoints": [ - "1f938", - "2640" - ] - }, - "woman_cook": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f373.png?v7", - "codepoints": [ - "1f469", - "1f373" - ] - }, - "woman_facepalming": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f926-2640.png?v7", - "codepoints": [ - "1f926", - "2640" - ] - }, - "woman_factory_worker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3ed.png?v7", - "codepoints": [ - "1f469", - "1f3ed" - ] - }, - "woman_farmer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f33e.png?v7", - "codepoints": [ - "1f469", - "1f33e" - ] - }, - "woman_firefighter": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f692.png?v7", - "codepoints": [ - "1f469", - "1f692" - ] - }, - "woman_health_worker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2695.png?v7", - "codepoints": [ - "1f469", - "2695" - ] - }, - "woman_judge": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2696.png?v7", - "codepoints": [ - "1f469", - "2696" - ] - }, - "woman_juggling": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f939-2640.png?v7", - "codepoints": [ - "1f939", - "2640" - ] - }, - "woman_mechanic": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f527.png?v7", - "codepoints": [ - "1f469", - "1f527" - ] - }, - "woman_office_worker": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f4bc.png?v7", - "codepoints": [ - "1f469", - "1f4bc" - ] - }, - "woman_pilot": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2708.png?v7", - "codepoints": [ - "1f469", - "2708" - ] - }, - "woman_playing_handball": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93e-2640.png?v7", - "codepoints": [ - "1f93e", - "2640" - ] - }, - "woman_playing_water_polo": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93d-2640.png?v7", - "codepoints": [ - "1f93d", - "2640" - ] - }, - "woman_scientist": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f52c.png?v7", - "codepoints": [ - "1f469", - "1f52c" - ] - }, - "woman_shrugging": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f937-2640.png?v7", - "codepoints": [ - "1f937", - "2640" - ] - }, - "woman_singer": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3a4.png?v7", - "codepoints": [ - "1f469", - "1f3a4" - ] - }, - "woman_student": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f393.png?v7", - "codepoints": [ - "1f469", - "1f393" - ] - }, - "woman_teacher": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3eb.png?v7", - "codepoints": [ - "1f469", - "1f3eb" - ] - }, - "woman_technologist": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f4bb.png?v7", - "codepoints": [ - "1f469", - "1f4bb" - ] - }, - "woman_with_turban": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f473-2640.png?v7", - "codepoints": [ - "1f473", - "2640" - ] - }, - "womans_clothes": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45a.png?v7", - "codepoints": [ - "1f45a" - ] - }, - "womans_hat": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f452.png?v7", - "codepoints": [ - "1f452" - ] - }, - "women_wrestling": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93c-2640.png?v7", - "codepoints": [ - "1f93c", - "2640" - ] - }, - "womens": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ba.png?v7", - "codepoints": [ - "1f6ba" - ] - }, - "world_map": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fa.png?v7", - "codepoints": [ - "1f5fa" - ] - }, - "worried": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61f.png?v7", - "codepoints": [ - "1f61f" - ] - }, - "wrench": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f527.png?v7", - "codepoints": [ - "1f527" - ] - }, - "writing_hand": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270d.png?v7", - "codepoints": [ - "270d" - ] - }, - "x": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/274c.png?v7", - "codepoints": [ - "274c" - ] - }, - "yellow_heart": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49b.png?v7", - "codepoints": [ - "1f49b" - ] - }, - "yemen": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fe-1f1ea.png?v7", - "codepoints": [ - "1f1fe", - "1f1ea" - ] - }, - "yen": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b4.png?v7", - "codepoints": [ - "1f4b4" - ] - }, - "yin_yang": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/262f.png?v7", - "codepoints": [ - "262f" - ] - }, - "yum": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60b.png?v7", - "codepoints": [ - "1f60b" - ] - }, - "zambia": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ff-1f1f2.png?v7", - "codepoints": [ - "1f1ff", - "1f1f2" - ] - }, - "zap": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26a1.png?v7", - "codepoints": [ - "26a1" - ] - }, - "zero": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0030-20e3.png?v7", - "codepoints": [ - "0030", - "20e3" - ] - }, - "zimbabwe": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ff-1f1fc.png?v7", - "codepoints": [ - "1f1ff", - "1f1fc" - ] - }, - "zipper_mouth_face": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f910.png?v7", - "codepoints": [ - "1f910" - ] - }, - "zzz": { - "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a4.png?v7", - "codepoints": [ - "1f4a4" - ] - }, - "atom": { - "src": "https://assets-cdn.github.com/images/icons/emoji/atom.png?v7" - }, - "electron": { - "src": "https://assets-cdn.github.com/images/icons/emoji/electron.png?v7" - } + "100": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4af.png?v8", + "codepoints": [ + "1f4af" + ] + }, + "1234": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f522.png?v8", + "codepoints": [ + "1f522" + ] + }, + "+1": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png?v8", + "codepoints": [ + "1f44d" + ] + }, + "-1": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44e.png?v8", + "codepoints": [ + "1f44e" + ] + }, + "1st_place_medal": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f947.png?v8", + "codepoints": [ + "1f947" + ] + }, + "2nd_place_medal": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f948.png?v8", + "codepoints": [ + "1f948" + ] + }, + "3rd_place_medal": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f949.png?v8", + "codepoints": [ + "1f949" + ] + }, + "8ball": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b1.png?v8", + "codepoints": [ + "1f3b1" + ] + }, + "a": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f170.png?v8", + "codepoints": [ + "1f170" + ] + }, + "ab": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f18e.png?v8", + "codepoints": [ + "1f18e" + ] + }, + "abc": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f524.png?v8", + "codepoints": [ + "1f524" + ] + }, + "abcd": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f521.png?v8", + "codepoints": [ + "1f521" + ] + }, + "accept": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f251.png?v8", + "codepoints": [ + "1f251" + ] + }, + "aerial_tramway": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a1.png?v8", + "codepoints": [ + "1f6a1" + ] + }, + "afghanistan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1eb.png?v8", + "codepoints": [ + "1f1e6", + "1f1eb" + ] + }, + "airplane": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2708.png?v8", + "codepoints": [ + "2708" + ] + }, + "aland_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1fd.png?v8", + "codepoints": [ + "1f1e6", + "1f1fd" + ] + }, + "alarm_clock": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f0.png?v8", + "codepoints": [ + "23f0" + ] + }, + "albania": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f1.png?v8", + "codepoints": [ + "1f1e6", + "1f1f1" + ] + }, + "alembic": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2697.png?v8", + "codepoints": [ + "2697" + ] + }, + "algeria": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1ff.png?v8", + "codepoints": [ + "1f1e9", + "1f1ff" + ] + }, + "alien": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47d.png?v8", + "codepoints": [ + "1f47d" + ] + }, + "ambulance": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f691.png?v8", + "codepoints": [ + "1f691" + ] + }, + "american_samoa": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f8.png?v8", + "codepoints": [ + "1f1e6", + "1f1f8" + ] + }, + "amphora": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3fa.png?v8", + "codepoints": [ + "1f3fa" + ] + }, + "anchor": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2693.png?v8", + "codepoints": [ + "2693" + ] + }, + "andorra": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1e9.png?v8", + "codepoints": [ + "1f1e6", + "1f1e9" + ] + }, + "angel": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47c.png?v8", + "codepoints": [ + "1f47c" + ] + }, + "anger": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a2.png?v8", + "codepoints": [ + "1f4a2" + ] + }, + "angola": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f4.png?v8", + "codepoints": [ + "1f1e6", + "1f1f4" + ] + }, + "angry": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f620.png?v8", + "codepoints": [ + "1f620" + ] + }, + "anguilla": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ee.png?v8", + "codepoints": [ + "1f1e6", + "1f1ee" + ] + }, + "anguished": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f627.png?v8", + "codepoints": [ + "1f627" + ] + }, + "ant": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41c.png?v8", + "codepoints": [ + "1f41c" + ] + }, + "antarctica": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f6.png?v8", + "codepoints": [ + "1f1e6", + "1f1f6" + ] + }, + "antigua_barbuda": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ec.png?v8", + "codepoints": [ + "1f1e6", + "1f1ec" + ] + }, + "apple": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34e.png?v8", + "codepoints": [ + "1f34e" + ] + }, + "aquarius": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2652.png?v8", + "codepoints": [ + "2652" + ] + }, + "argentina": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f7.png?v8", + "codepoints": [ + "1f1e6", + "1f1f7" + ] + }, + "aries": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2648.png?v8", + "codepoints": [ + "2648" + ] + }, + "armenia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f2.png?v8", + "codepoints": [ + "1f1e6", + "1f1f2" + ] + }, + "arrow_backward": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25c0.png?v8", + "codepoints": [ + "25c0" + ] + }, + "arrow_double_down": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ec.png?v8", + "codepoints": [ + "23ec" + ] + }, + "arrow_double_up": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23eb.png?v8", + "codepoints": [ + "23eb" + ] + }, + "arrow_down": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b07.png?v8", + "codepoints": [ + "2b07" + ] + }, + "arrow_down_small": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53d.png?v8", + "codepoints": [ + "1f53d" + ] + }, + "arrow_forward": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25b6.png?v8", + "codepoints": [ + "25b6" + ] + }, + "arrow_heading_down": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2935.png?v8", + "codepoints": [ + "2935" + ] + }, + "arrow_heading_up": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2934.png?v8", + "codepoints": [ + "2934" + ] + }, + "arrow_left": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b05.png?v8", + "codepoints": [ + "2b05" + ] + }, + "arrow_lower_left": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2199.png?v8", + "codepoints": [ + "2199" + ] + }, + "arrow_lower_right": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2198.png?v8", + "codepoints": [ + "2198" + ] + }, + "arrow_right": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/27a1.png?v8", + "codepoints": [ + "27a1" + ] + }, + "arrow_right_hook": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/21aa.png?v8", + "codepoints": [ + "21aa" + ] + }, + "arrow_up": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b06.png?v8", + "codepoints": [ + "2b06" + ] + }, + "arrow_up_down": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2195.png?v8", + "codepoints": [ + "2195" + ] + }, + "arrow_up_small": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53c.png?v8", + "codepoints": [ + "1f53c" + ] + }, + "arrow_upper_left": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2196.png?v8", + "codepoints": [ + "2196" + ] + }, + "arrow_upper_right": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2197.png?v8", + "codepoints": [ + "2197" + ] + }, + "arrows_clockwise": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f503.png?v8", + "codepoints": [ + "1f503" + ] + }, + "arrows_counterclockwise": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f504.png?v8", + "codepoints": [ + "1f504" + ] + }, + "art": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a8.png?v8", + "codepoints": [ + "1f3a8" + ] + }, + "articulated_lorry": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69b.png?v8", + "codepoints": [ + "1f69b" + ] + }, + "artificial_satellite": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f0.png?v8", + "codepoints": [ + "1f6f0" + ] + }, + "aruba": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1fc.png?v8", + "codepoints": [ + "1f1e6", + "1f1fc" + ] + }, + "asterisk": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/002a-20e3.png?v8", + "codepoints": [ + "002a", + "20e3" + ] + }, + "astonished": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f632.png?v8", + "codepoints": [ + "1f632" + ] + }, + "athletic_shoe": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45f.png?v8", + "codepoints": [ + "1f45f" + ] + }, + "atm": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e7.png?v8", + "codepoints": [ + "1f3e7" + ] + }, + "atom_symbol": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/269b.png?v8", + "codepoints": [ + "269b" + ] + }, + "australia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1fa.png?v8", + "codepoints": [ + "1f1e6", + "1f1fa" + ] + }, + "austria": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f9.png?v8", + "codepoints": [ + "1f1e6", + "1f1f9" + ] + }, + "avocado": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f951.png?v8", + "codepoints": [ + "1f951" + ] + }, + "azerbaijan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ff.png?v8", + "codepoints": [ + "1f1e6", + "1f1ff" + ] + }, + "b": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f171.png?v8", + "codepoints": [ + "1f171" + ] + }, + "baby": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f476.png?v8", + "codepoints": [ + "1f476" + ] + }, + "baby_bottle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37c.png?v8", + "codepoints": [ + "1f37c" + ] + }, + "baby_chick": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f424.png?v8", + "codepoints": [ + "1f424" + ] + }, + "baby_symbol": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bc.png?v8", + "codepoints": [ + "1f6bc" + ] + }, + "back": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f519.png?v8", + "codepoints": [ + "1f519" + ] + }, + "bacon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f953.png?v8", + "codepoints": [ + "1f953" + ] + }, + "badminton": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f8.png?v8", + "codepoints": [ + "1f3f8" + ] + }, + "baggage_claim": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c4.png?v8", + "codepoints": [ + "1f6c4" + ] + }, + "baguette_bread": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f956.png?v8", + "codepoints": [ + "1f956" + ] + }, + "bahamas": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f8.png?v8", + "codepoints": [ + "1f1e7", + "1f1f8" + ] + }, + "bahrain": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ed.png?v8", + "codepoints": [ + "1f1e7", + "1f1ed" + ] + }, + "balance_scale": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2696.png?v8", + "codepoints": [ + "2696" + ] + }, + "balloon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f388.png?v8", + "codepoints": [ + "1f388" + ] + }, + "ballot_box": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5f3.png?v8", + "codepoints": [ + "1f5f3" + ] + }, + "ballot_box_with_check": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2611.png?v8", + "codepoints": [ + "2611" + ] + }, + "bamboo": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38d.png?v8", + "codepoints": [ + "1f38d" + ] + }, + "banana": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34c.png?v8", + "codepoints": [ + "1f34c" + ] + }, + "bangbang": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/203c.png?v8", + "codepoints": [ + "203c" + ] + }, + "bangladesh": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1e9.png?v8", + "codepoints": [ + "1f1e7", + "1f1e9" + ] + }, + "bank": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e6.png?v8", + "codepoints": [ + "1f3e6" + ] + }, + "bar_chart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ca.png?v8", + "codepoints": [ + "1f4ca" + ] + }, + "barbados": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1e7.png?v8", + "codepoints": [ + "1f1e7", + "1f1e7" + ] + }, + "barber": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f488.png?v8", + "codepoints": [ + "1f488" + ] + }, + "baseball": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26be.png?v8", + "codepoints": [ + "26be" + ] + }, + "basecamp": { + "src": "https://assets-cdn.github.com/images/icons/emoji/basecamp.png?v8" + }, + "basecampy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/basecampy.png?v8" + }, + "basketball": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c0.png?v8", + "codepoints": [ + "1f3c0" + ] + }, + "basketball_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f9.png?v8", + "codepoints": [ + "26f9" + ] + }, + "basketball_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f9-2640.png?v8", + "codepoints": [ + "26f9", + "2640" + ] + }, + "bat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f987.png?v8", + "codepoints": [ + "1f987" + ] + }, + "bath": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c0.png?v8", + "codepoints": [ + "1f6c0" + ] + }, + "bathtub": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c1.png?v8", + "codepoints": [ + "1f6c1" + ] + }, + "battery": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50b.png?v8", + "codepoints": [ + "1f50b" + ] + }, + "beach_umbrella": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d6.png?v8", + "codepoints": [ + "1f3d6" + ] + }, + "bear": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43b.png?v8", + "codepoints": [ + "1f43b" + ] + }, + "bed": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cf.png?v8", + "codepoints": [ + "1f6cf" + ] + }, + "bee": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41d.png?v8", + "codepoints": [ + "1f41d" + ] + }, + "beer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37a.png?v8", + "codepoints": [ + "1f37a" + ] + }, + "beers": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37b.png?v8", + "codepoints": [ + "1f37b" + ] + }, + "beetle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41e.png?v8", + "codepoints": [ + "1f41e" + ] + }, + "beginner": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f530.png?v8", + "codepoints": [ + "1f530" + ] + }, + "belarus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1fe.png?v8", + "codepoints": [ + "1f1e7", + "1f1fe" + ] + }, + "belgium": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ea.png?v8", + "codepoints": [ + "1f1e7", + "1f1ea" + ] + }, + "belize": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ff.png?v8", + "codepoints": [ + "1f1e7", + "1f1ff" + ] + }, + "bell": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f514.png?v8", + "codepoints": [ + "1f514" + ] + }, + "bellhop_bell": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ce.png?v8", + "codepoints": [ + "1f6ce" + ] + }, + "benin": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ef.png?v8", + "codepoints": [ + "1f1e7", + "1f1ef" + ] + }, + "bento": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f371.png?v8", + "codepoints": [ + "1f371" + ] + }, + "bermuda": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f2.png?v8", + "codepoints": [ + "1f1e7", + "1f1f2" + ] + }, + "bhutan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f9.png?v8", + "codepoints": [ + "1f1e7", + "1f1f9" + ] + }, + "bicyclist": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b4.png?v8", + "codepoints": [ + "1f6b4" + ] + }, + "bike": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b2.png?v8", + "codepoints": [ + "1f6b2" + ] + }, + "biking_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b4.png?v8", + "codepoints": [ + "1f6b4" + ] + }, + "biking_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b4-2640.png?v8", + "codepoints": [ + "1f6b4", + "2640" + ] + }, + "bikini": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f459.png?v8", + "codepoints": [ + "1f459" + ] + }, + "biohazard": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2623.png?v8", + "codepoints": [ + "2623" + ] + }, + "bird": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f426.png?v8", + "codepoints": [ + "1f426" + ] + }, + "birthday": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f382.png?v8", + "codepoints": [ + "1f382" + ] + }, + "black_circle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26ab.png?v8", + "codepoints": [ + "26ab" + ] + }, + "black_flag": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f4.png?v8", + "codepoints": [ + "1f3f4" + ] + }, + "black_heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5a4.png?v8", + "codepoints": [ + "1f5a4" + ] + }, + "black_joker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f0cf.png?v8", + "codepoints": [ + "1f0cf" + ] + }, + "black_large_square": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b1b.png?v8", + "codepoints": [ + "2b1b" + ] + }, + "black_medium_small_square": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fe.png?v8", + "codepoints": [ + "25fe" + ] + }, + "black_medium_square": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fc.png?v8", + "codepoints": [ + "25fc" + ] + }, + "black_nib": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2712.png?v8", + "codepoints": [ + "2712" + ] + }, + "black_small_square": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25aa.png?v8", + "codepoints": [ + "25aa" + ] + }, + "black_square_button": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f532.png?v8", + "codepoints": [ + "1f532" + ] + }, + "blonde_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f471.png?v8", + "codepoints": [ + "1f471" + ] + }, + "blonde_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f471-2640.png?v8", + "codepoints": [ + "1f471", + "2640" + ] + }, + "blossom": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33c.png?v8", + "codepoints": [ + "1f33c" + ] + }, + "blowfish": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f421.png?v8", + "codepoints": [ + "1f421" + ] + }, + "blue_book": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d8.png?v8", + "codepoints": [ + "1f4d8" + ] + }, + "blue_car": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f699.png?v8", + "codepoints": [ + "1f699" + ] + }, + "blue_heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f499.png?v8", + "codepoints": [ + "1f499" + ] + }, + "blush": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60a.png?v8", + "codepoints": [ + "1f60a" + ] + }, + "boar": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f417.png?v8", + "codepoints": [ + "1f417" + ] + }, + "boat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f5.png?v8", + "codepoints": [ + "26f5" + ] + }, + "bolivia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f4.png?v8", + "codepoints": [ + "1f1e7", + "1f1f4" + ] + }, + "bomb": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a3.png?v8", + "codepoints": [ + "1f4a3" + ] + }, + "book": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d6.png?v8", + "codepoints": [ + "1f4d6" + ] + }, + "bookmark": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f516.png?v8", + "codepoints": [ + "1f516" + ] + }, + "bookmark_tabs": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d1.png?v8", + "codepoints": [ + "1f4d1" + ] + }, + "books": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4da.png?v8", + "codepoints": [ + "1f4da" + ] + }, + "boom": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a5.png?v8", + "codepoints": [ + "1f4a5" + ] + }, + "boot": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f462.png?v8", + "codepoints": [ + "1f462" + ] + }, + "bosnia_herzegovina": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1e6.png?v8", + "codepoints": [ + "1f1e7", + "1f1e6" + ] + }, + "botswana": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1fc.png?v8", + "codepoints": [ + "1f1e7", + "1f1fc" + ] + }, + "bouquet": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f490.png?v8", + "codepoints": [ + "1f490" + ] + }, + "bow": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f647.png?v8", + "codepoints": [ + "1f647" + ] + }, + "bow_and_arrow": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f9.png?v8", + "codepoints": [ + "1f3f9" + ] + }, + "bowing_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f647.png?v8", + "codepoints": [ + "1f647" + ] + }, + "bowing_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f647-2640.png?v8", + "codepoints": [ + "1f647", + "2640" + ] + }, + "bowling": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b3.png?v8", + "codepoints": [ + "1f3b3" + ] + }, + "bowtie": { + "src": "https://assets-cdn.github.com/images/icons/emoji/bowtie.png?v8" + }, + "boxing_glove": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f94a.png?v8", + "codepoints": [ + "1f94a" + ] + }, + "boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f466.png?v8", + "codepoints": [ + "1f466" + ] + }, + "brazil": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f7.png?v8", + "codepoints": [ + "1f1e7", + "1f1f7" + ] + }, + "bread": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35e.png?v8", + "codepoints": [ + "1f35e" + ] + }, + "bride_with_veil": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f470.png?v8", + "codepoints": [ + "1f470" + ] + }, + "bridge_at_night": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f309.png?v8", + "codepoints": [ + "1f309" + ] + }, + "briefcase": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bc.png?v8", + "codepoints": [ + "1f4bc" + ] + }, + "british_indian_ocean_territory": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f4.png?v8", + "codepoints": [ + "1f1ee", + "1f1f4" + ] + }, + "british_virgin_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1ec.png?v8", + "codepoints": [ + "1f1fb", + "1f1ec" + ] + }, + "broken_heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f494.png?v8", + "codepoints": [ + "1f494" + ] + }, + "brunei": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f3.png?v8", + "codepoints": [ + "1f1e7", + "1f1f3" + ] + }, + "bug": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41b.png?v8", + "codepoints": [ + "1f41b" + ] + }, + "building_construction": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d7.png?v8", + "codepoints": [ + "1f3d7" + ] + }, + "bulb": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a1.png?v8", + "codepoints": [ + "1f4a1" + ] + }, + "bulgaria": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ec.png?v8", + "codepoints": [ + "1f1e7", + "1f1ec" + ] + }, + "bullettrain_front": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f685.png?v8", + "codepoints": [ + "1f685" + ] + }, + "bullettrain_side": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f684.png?v8", + "codepoints": [ + "1f684" + ] + }, + "burkina_faso": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1eb.png?v8", + "codepoints": [ + "1f1e7", + "1f1eb" + ] + }, + "burrito": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32f.png?v8", + "codepoints": [ + "1f32f" + ] + }, + "burundi": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ee.png?v8", + "codepoints": [ + "1f1e7", + "1f1ee" + ] + }, + "bus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68c.png?v8", + "codepoints": [ + "1f68c" + ] + }, + "business_suit_levitating": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f574.png?v8", + "codepoints": [ + "1f574" + ] + }, + "busstop": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68f.png?v8", + "codepoints": [ + "1f68f" + ] + }, + "bust_in_silhouette": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f464.png?v8", + "codepoints": [ + "1f464" + ] + }, + "busts_in_silhouette": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f465.png?v8", + "codepoints": [ + "1f465" + ] + }, + "butterfly": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98b.png?v8", + "codepoints": [ + "1f98b" + ] + }, + "cactus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f335.png?v8", + "codepoints": [ + "1f335" + ] + }, + "cake": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f370.png?v8", + "codepoints": [ + "1f370" + ] + }, + "calendar": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c6.png?v8", + "codepoints": [ + "1f4c6" + ] + }, + "call_me_hand": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f919.png?v8", + "codepoints": [ + "1f919" + ] + }, + "calling": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f2.png?v8", + "codepoints": [ + "1f4f2" + ] + }, + "cambodia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ed.png?v8", + "codepoints": [ + "1f1f0", + "1f1ed" + ] + }, + "camel": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42b.png?v8", + "codepoints": [ + "1f42b" + ] + }, + "camera": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f7.png?v8", + "codepoints": [ + "1f4f7" + ] + }, + "camera_flash": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f8.png?v8", + "codepoints": [ + "1f4f8" + ] + }, + "cameroon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f2.png?v8", + "codepoints": [ + "1f1e8", + "1f1f2" + ] + }, + "camping": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d5.png?v8", + "codepoints": [ + "1f3d5" + ] + }, + "canada": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1e6.png?v8", + "codepoints": [ + "1f1e8", + "1f1e6" + ] + }, + "canary_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1e8.png?v8", + "codepoints": [ + "1f1ee", + "1f1e8" + ] + }, + "cancer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264b.png?v8", + "codepoints": [ + "264b" + ] + }, + "candle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f56f.png?v8", + "codepoints": [ + "1f56f" + ] + }, + "candy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36c.png?v8", + "codepoints": [ + "1f36c" + ] + }, + "canoe": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f6.png?v8", + "codepoints": [ + "1f6f6" + ] + }, + "cape_verde": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fb.png?v8", + "codepoints": [ + "1f1e8", + "1f1fb" + ] + }, + "capital_abcd": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f520.png?v8", + "codepoints": [ + "1f520" + ] + }, + "capricorn": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2651.png?v8", + "codepoints": [ + "2651" + ] + }, + "car": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f697.png?v8", + "codepoints": [ + "1f697" + ] + }, + "card_file_box": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5c3.png?v8", + "codepoints": [ + "1f5c3" + ] + }, + "card_index": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c7.png?v8", + "codepoints": [ + "1f4c7" + ] + }, + "card_index_dividers": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5c2.png?v8", + "codepoints": [ + "1f5c2" + ] + }, + "caribbean_netherlands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f6.png?v8", + "codepoints": [ + "1f1e7", + "1f1f6" + ] + }, + "carousel_horse": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a0.png?v8", + "codepoints": [ + "1f3a0" + ] + }, + "carrot": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f955.png?v8", + "codepoints": [ + "1f955" + ] + }, + "cat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f431.png?v8", + "codepoints": [ + "1f431" + ] + }, + "cat2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f408.png?v8", + "codepoints": [ + "1f408" + ] + }, + "cayman_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1fe.png?v8", + "codepoints": [ + "1f1f0", + "1f1fe" + ] + }, + "cd": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bf.png?v8", + "codepoints": [ + "1f4bf" + ] + }, + "central_african_republic": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1eb.png?v8", + "codepoints": [ + "1f1e8", + "1f1eb" + ] + }, + "chad": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1e9.png?v8", + "codepoints": [ + "1f1f9", + "1f1e9" + ] + }, + "chains": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26d3.png?v8", + "codepoints": [ + "26d3" + ] + }, + "champagne": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37e.png?v8", + "codepoints": [ + "1f37e" + ] + }, + "chart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b9.png?v8", + "codepoints": [ + "1f4b9" + ] + }, + "chart_with_downwards_trend": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c9.png?v8", + "codepoints": [ + "1f4c9" + ] + }, + "chart_with_upwards_trend": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c8.png?v8", + "codepoints": [ + "1f4c8" + ] + }, + "checkered_flag": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c1.png?v8", + "codepoints": [ + "1f3c1" + ] + }, + "cheese": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f9c0.png?v8", + "codepoints": [ + "1f9c0" + ] + }, + "cherries": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f352.png?v8", + "codepoints": [ + "1f352" + ] + }, + "cherry_blossom": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f338.png?v8", + "codepoints": [ + "1f338" + ] + }, + "chestnut": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f330.png?v8", + "codepoints": [ + "1f330" + ] + }, + "chicken": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f414.png?v8", + "codepoints": [ + "1f414" + ] + }, + "children_crossing": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b8.png?v8", + "codepoints": [ + "1f6b8" + ] + }, + "chile": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f1.png?v8", + "codepoints": [ + "1f1e8", + "1f1f1" + ] + }, + "chipmunk": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43f.png?v8", + "codepoints": [ + "1f43f" + ] + }, + "chocolate_bar": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36b.png?v8", + "codepoints": [ + "1f36b" + ] + }, + "christmas_island": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fd.png?v8", + "codepoints": [ + "1f1e8", + "1f1fd" + ] + }, + "christmas_tree": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f384.png?v8", + "codepoints": [ + "1f384" + ] + }, + "church": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26ea.png?v8", + "codepoints": [ + "26ea" + ] + }, + "cinema": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a6.png?v8", + "codepoints": [ + "1f3a6" + ] + }, + "circus_tent": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3aa.png?v8", + "codepoints": [ + "1f3aa" + ] + }, + "city_sunrise": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f307.png?v8", + "codepoints": [ + "1f307" + ] + }, + "city_sunset": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f306.png?v8", + "codepoints": [ + "1f306" + ] + }, + "cityscape": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d9.png?v8", + "codepoints": [ + "1f3d9" + ] + }, + "cl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f191.png?v8", + "codepoints": [ + "1f191" + ] + }, + "clamp": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5dc.png?v8", + "codepoints": [ + "1f5dc" + ] + }, + "clap": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44f.png?v8", + "codepoints": [ + "1f44f" + ] + }, + "clapper": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ac.png?v8", + "codepoints": [ + "1f3ac" + ] + }, + "classical_building": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3db.png?v8", + "codepoints": [ + "1f3db" + ] + }, + "clinking_glasses": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f942.png?v8", + "codepoints": [ + "1f942" + ] + }, + "clipboard": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cb.png?v8", + "codepoints": [ + "1f4cb" + ] + }, + "clock1": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f550.png?v8", + "codepoints": [ + "1f550" + ] + }, + "clock10": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f559.png?v8", + "codepoints": [ + "1f559" + ] + }, + "clock1030": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f565.png?v8", + "codepoints": [ + "1f565" + ] + }, + "clock11": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55a.png?v8", + "codepoints": [ + "1f55a" + ] + }, + "clock1130": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f566.png?v8", + "codepoints": [ + "1f566" + ] + }, + "clock12": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55b.png?v8", + "codepoints": [ + "1f55b" + ] + }, + "clock1230": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f567.png?v8", + "codepoints": [ + "1f567" + ] + }, + "clock130": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55c.png?v8", + "codepoints": [ + "1f55c" + ] + }, + "clock2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f551.png?v8", + "codepoints": [ + "1f551" + ] + }, + "clock230": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55d.png?v8", + "codepoints": [ + "1f55d" + ] + }, + "clock3": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f552.png?v8", + "codepoints": [ + "1f552" + ] + }, + "clock330": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55e.png?v8", + "codepoints": [ + "1f55e" + ] + }, + "clock4": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f553.png?v8", + "codepoints": [ + "1f553" + ] + }, + "clock430": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55f.png?v8", + "codepoints": [ + "1f55f" + ] + }, + "clock5": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f554.png?v8", + "codepoints": [ + "1f554" + ] + }, + "clock530": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f560.png?v8", + "codepoints": [ + "1f560" + ] + }, + "clock6": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f555.png?v8", + "codepoints": [ + "1f555" + ] + }, + "clock630": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f561.png?v8", + "codepoints": [ + "1f561" + ] + }, + "clock7": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f556.png?v8", + "codepoints": [ + "1f556" + ] + }, + "clock730": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f562.png?v8", + "codepoints": [ + "1f562" + ] + }, + "clock8": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f557.png?v8", + "codepoints": [ + "1f557" + ] + }, + "clock830": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f563.png?v8", + "codepoints": [ + "1f563" + ] + }, + "clock9": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f558.png?v8", + "codepoints": [ + "1f558" + ] + }, + "clock930": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f564.png?v8", + "codepoints": [ + "1f564" + ] + }, + "closed_book": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d5.png?v8", + "codepoints": [ + "1f4d5" + ] + }, + "closed_lock_with_key": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f510.png?v8", + "codepoints": [ + "1f510" + ] + }, + "closed_umbrella": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f302.png?v8", + "codepoints": [ + "1f302" + ] + }, + "cloud": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2601.png?v8", + "codepoints": [ + "2601" + ] + }, + "cloud_with_lightning": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f329.png?v8", + "codepoints": [ + "1f329" + ] + }, + "cloud_with_lightning_and_rain": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26c8.png?v8", + "codepoints": [ + "26c8" + ] + }, + "cloud_with_rain": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f327.png?v8", + "codepoints": [ + "1f327" + ] + }, + "cloud_with_snow": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f328.png?v8", + "codepoints": [ + "1f328" + ] + }, + "clown_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f921.png?v8", + "codepoints": [ + "1f921" + ] + }, + "clubs": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2663.png?v8", + "codepoints": [ + "2663" + ] + }, + "cn": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f3.png?v8", + "codepoints": [ + "1f1e8", + "1f1f3" + ] + }, + "cocktail": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f378.png?v8", + "codepoints": [ + "1f378" + ] + }, + "cocos_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1e8.png?v8", + "codepoints": [ + "1f1e8", + "1f1e8" + ] + }, + "coffee": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2615.png?v8", + "codepoints": [ + "2615" + ] + }, + "coffin": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26b0.png?v8", + "codepoints": [ + "26b0" + ] + }, + "cold_sweat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f630.png?v8", + "codepoints": [ + "1f630" + ] + }, + "collision": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a5.png?v8", + "codepoints": [ + "1f4a5" + ] + }, + "colombia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f4.png?v8", + "codepoints": [ + "1f1e8", + "1f1f4" + ] + }, + "comet": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2604.png?v8", + "codepoints": [ + "2604" + ] + }, + "comoros": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f2.png?v8", + "codepoints": [ + "1f1f0", + "1f1f2" + ] + }, + "computer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png?v8", + "codepoints": [ + "1f4bb" + ] + }, + "computer_mouse": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5b1.png?v8", + "codepoints": [ + "1f5b1" + ] + }, + "confetti_ball": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38a.png?v8", + "codepoints": [ + "1f38a" + ] + }, + "confounded": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f616.png?v8", + "codepoints": [ + "1f616" + ] + }, + "confused": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f615.png?v8", + "codepoints": [ + "1f615" + ] + }, + "congo_brazzaville": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ec.png?v8", + "codepoints": [ + "1f1e8", + "1f1ec" + ] + }, + "congo_kinshasa": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1e9.png?v8", + "codepoints": [ + "1f1e8", + "1f1e9" + ] + }, + "congratulations": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/3297.png?v8", + "codepoints": [ + "3297" + ] + }, + "construction": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a7.png?v8", + "codepoints": [ + "1f6a7" + ] + }, + "construction_worker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f477.png?v8", + "codepoints": [ + "1f477" + ] + }, + "construction_worker_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f477.png?v8", + "codepoints": [ + "1f477" + ] + }, + "construction_worker_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f477-2640.png?v8", + "codepoints": [ + "1f477", + "2640" + ] + }, + "control_knobs": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39b.png?v8", + "codepoints": [ + "1f39b" + ] + }, + "convenience_store": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ea.png?v8", + "codepoints": [ + "1f3ea" + ] + }, + "cook_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f0.png?v8", + "codepoints": [ + "1f1e8", + "1f1f0" + ] + }, + "cookie": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36a.png?v8", + "codepoints": [ + "1f36a" + ] + }, + "cool": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f192.png?v8", + "codepoints": [ + "1f192" + ] + }, + "cop": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46e.png?v8", + "codepoints": [ + "1f46e" + ] + }, + "copyright": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/00a9.png?v8", + "codepoints": [ + "00a9" + ] + }, + "corn": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33d.png?v8", + "codepoints": [ + "1f33d" + ] + }, + "costa_rica": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f7.png?v8", + "codepoints": [ + "1f1e8", + "1f1f7" + ] + }, + "cote_divoire": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ee.png?v8", + "codepoints": [ + "1f1e8", + "1f1ee" + ] + }, + "couch_and_lamp": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cb.png?v8", + "codepoints": [ + "1f6cb" + ] + }, + "couple": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46b.png?v8", + "codepoints": [ + "1f46b" + ] + }, + "couple_with_heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f491.png?v8", + "codepoints": [ + "1f491" + ] + }, + "couple_with_heart_man_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2764-1f468.png?v8", + "codepoints": [ + "1f468", + "2764", + "1f468" + ] + }, + "couple_with_heart_woman_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f491.png?v8", + "codepoints": [ + "1f491" + ] + }, + "couple_with_heart_woman_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2764-1f469.png?v8", + "codepoints": [ + "1f469", + "2764", + "1f469" + ] + }, + "couplekiss_man_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2764-1f48b-1f468.png?v8", + "codepoints": [ + "1f468", + "2764", + "1f48b", + "1f468" + ] + }, + "couplekiss_man_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48f.png?v8", + "codepoints": [ + "1f48f" + ] + }, + "couplekiss_woman_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2764-1f48b-1f469.png?v8", + "codepoints": [ + "1f469", + "2764", + "1f48b", + "1f469" + ] + }, + "cow": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42e.png?v8", + "codepoints": [ + "1f42e" + ] + }, + "cow2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f404.png?v8", + "codepoints": [ + "1f404" + ] + }, + "cowboy_hat_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f920.png?v8", + "codepoints": [ + "1f920" + ] + }, + "crab": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f980.png?v8", + "codepoints": [ + "1f980" + ] + }, + "crayon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58d.png?v8", + "codepoints": [ + "1f58d" + ] + }, + "credit_card": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b3.png?v8", + "codepoints": [ + "1f4b3" + ] + }, + "crescent_moon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f319.png?v8", + "codepoints": [ + "1f319" + ] + }, + "cricket": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cf.png?v8", + "codepoints": [ + "1f3cf" + ] + }, + "croatia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f7.png?v8", + "codepoints": [ + "1f1ed", + "1f1f7" + ] + }, + "crocodile": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40a.png?v8", + "codepoints": [ + "1f40a" + ] + }, + "croissant": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f950.png?v8", + "codepoints": [ + "1f950" + ] + }, + "crossed_fingers": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91e.png?v8", + "codepoints": [ + "1f91e" + ] + }, + "crossed_flags": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38c.png?v8", + "codepoints": [ + "1f38c" + ] + }, + "crossed_swords": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2694.png?v8", + "codepoints": [ + "2694" + ] + }, + "crown": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f451.png?v8", + "codepoints": [ + "1f451" + ] + }, + "cry": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f622.png?v8", + "codepoints": [ + "1f622" + ] + }, + "crying_cat_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63f.png?v8", + "codepoints": [ + "1f63f" + ] + }, + "crystal_ball": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52e.png?v8", + "codepoints": [ + "1f52e" + ] + }, + "cuba": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fa.png?v8", + "codepoints": [ + "1f1e8", + "1f1fa" + ] + }, + "cucumber": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f952.png?v8", + "codepoints": [ + "1f952" + ] + }, + "cupid": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f498.png?v8", + "codepoints": [ + "1f498" + ] + }, + "curacao": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fc.png?v8", + "codepoints": [ + "1f1e8", + "1f1fc" + ] + }, + "curly_loop": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/27b0.png?v8", + "codepoints": [ + "27b0" + ] + }, + "currency_exchange": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b1.png?v8", + "codepoints": [ + "1f4b1" + ] + }, + "curry": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35b.png?v8", + "codepoints": [ + "1f35b" + ] + }, + "custard": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36e.png?v8", + "codepoints": [ + "1f36e" + ] + }, + "customs": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c3.png?v8", + "codepoints": [ + "1f6c3" + ] + }, + "cyclone": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f300.png?v8", + "codepoints": [ + "1f300" + ] + }, + "cyprus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fe.png?v8", + "codepoints": [ + "1f1e8", + "1f1fe" + ] + }, + "czech_republic": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ff.png?v8", + "codepoints": [ + "1f1e8", + "1f1ff" + ] + }, + "dagger": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5e1.png?v8", + "codepoints": [ + "1f5e1" + ] + }, + "dancer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f483.png?v8", + "codepoints": [ + "1f483" + ] + }, + "dancers": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46f.png?v8", + "codepoints": [ + "1f46f" + ] + }, + "dancing_men": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46f-2642.png?v8", + "codepoints": [ + "1f46f", + "2642" + ] + }, + "dancing_women": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46f.png?v8", + "codepoints": [ + "1f46f" + ] + }, + "dango": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f361.png?v8", + "codepoints": [ + "1f361" + ] + }, + "dark_sunglasses": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f576.png?v8", + "codepoints": [ + "1f576" + ] + }, + "dart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3af.png?v8", + "codepoints": [ + "1f3af" + ] + }, + "dash": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a8.png?v8", + "codepoints": [ + "1f4a8" + ] + }, + "date": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c5.png?v8", + "codepoints": [ + "1f4c5" + ] + }, + "de": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1ea.png?v8", + "codepoints": [ + "1f1e9", + "1f1ea" + ] + }, + "deciduous_tree": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f333.png?v8", + "codepoints": [ + "1f333" + ] + }, + "deer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98c.png?v8", + "codepoints": [ + "1f98c" + ] + }, + "denmark": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1f0.png?v8", + "codepoints": [ + "1f1e9", + "1f1f0" + ] + }, + "department_store": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ec.png?v8", + "codepoints": [ + "1f3ec" + ] + }, + "derelict_house": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3da.png?v8", + "codepoints": [ + "1f3da" + ] + }, + "desert": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3dc.png?v8", + "codepoints": [ + "1f3dc" + ] + }, + "desert_island": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3dd.png?v8", + "codepoints": [ + "1f3dd" + ] + }, + "desktop_computer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5a5.png?v8", + "codepoints": [ + "1f5a5" + ] + }, + "detective": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f575.png?v8", + "codepoints": [ + "1f575" + ] + }, + "diamond_shape_with_a_dot_inside": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a0.png?v8", + "codepoints": [ + "1f4a0" + ] + }, + "diamonds": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2666.png?v8", + "codepoints": [ + "2666" + ] + }, + "disappointed": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61e.png?v8", + "codepoints": [ + "1f61e" + ] + }, + "disappointed_relieved": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f625.png?v8", + "codepoints": [ + "1f625" + ] + }, + "dizzy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ab.png?v8", + "codepoints": [ + "1f4ab" + ] + }, + "dizzy_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f635.png?v8", + "codepoints": [ + "1f635" + ] + }, + "djibouti": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1ef.png?v8", + "codepoints": [ + "1f1e9", + "1f1ef" + ] + }, + "do_not_litter": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6af.png?v8", + "codepoints": [ + "1f6af" + ] + }, + "dog": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f436.png?v8", + "codepoints": [ + "1f436" + ] + }, + "dog2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f415.png?v8", + "codepoints": [ + "1f415" + ] + }, + "dollar": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b5.png?v8", + "codepoints": [ + "1f4b5" + ] + }, + "dolls": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38e.png?v8", + "codepoints": [ + "1f38e" + ] + }, + "dolphin": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42c.png?v8", + "codepoints": [ + "1f42c" + ] + }, + "dominica": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1f2.png?v8", + "codepoints": [ + "1f1e9", + "1f1f2" + ] + }, + "dominican_republic": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1f4.png?v8", + "codepoints": [ + "1f1e9", + "1f1f4" + ] + }, + "door": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6aa.png?v8", + "codepoints": [ + "1f6aa" + ] + }, + "doughnut": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f369.png?v8", + "codepoints": [ + "1f369" + ] + }, + "dove": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54a.png?v8", + "codepoints": [ + "1f54a" + ] + }, + "dragon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f409.png?v8", + "codepoints": [ + "1f409" + ] + }, + "dragon_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f432.png?v8", + "codepoints": [ + "1f432" + ] + }, + "dress": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f457.png?v8", + "codepoints": [ + "1f457" + ] + }, + "dromedary_camel": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42a.png?v8", + "codepoints": [ + "1f42a" + ] + }, + "drooling_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f924.png?v8", + "codepoints": [ + "1f924" + ] + }, + "droplet": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a7.png?v8", + "codepoints": [ + "1f4a7" + ] + }, + "drum": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f941.png?v8", + "codepoints": [ + "1f941" + ] + }, + "duck": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f986.png?v8", + "codepoints": [ + "1f986" + ] + }, + "dvd": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c0.png?v8", + "codepoints": [ + "1f4c0" + ] + }, + "e-mail": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e7.png?v8", + "codepoints": [ + "1f4e7" + ] + }, + "eagle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f985.png?v8", + "codepoints": [ + "1f985" + ] + }, + "ear": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f442.png?v8", + "codepoints": [ + "1f442" + ] + }, + "ear_of_rice": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33e.png?v8", + "codepoints": [ + "1f33e" + ] + }, + "earth_africa": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30d.png?v8", + "codepoints": [ + "1f30d" + ] + }, + "earth_americas": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30e.png?v8", + "codepoints": [ + "1f30e" + ] + }, + "earth_asia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30f.png?v8", + "codepoints": [ + "1f30f" + ] + }, + "ecuador": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1e8.png?v8", + "codepoints": [ + "1f1ea", + "1f1e8" + ] + }, + "egg": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95a.png?v8", + "codepoints": [ + "1f95a" + ] + }, + "eggplant": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f346.png?v8", + "codepoints": [ + "1f346" + ] + }, + "egypt": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1ec.png?v8", + "codepoints": [ + "1f1ea", + "1f1ec" + ] + }, + "eight": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0038-20e3.png?v8", + "codepoints": [ + "0038", + "20e3" + ] + }, + "eight_pointed_black_star": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2734.png?v8", + "codepoints": [ + "2734" + ] + }, + "eight_spoked_asterisk": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2733.png?v8", + "codepoints": [ + "2733" + ] + }, + "el_salvador": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1fb.png?v8", + "codepoints": [ + "1f1f8", + "1f1fb" + ] + }, + "electric_plug": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50c.png?v8", + "codepoints": [ + "1f50c" + ] + }, + "elephant": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f418.png?v8", + "codepoints": [ + "1f418" + ] + }, + "email": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2709.png?v8", + "codepoints": [ + "2709" + ] + }, + "end": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51a.png?v8", + "codepoints": [ + "1f51a" + ] + }, + "envelope": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2709.png?v8", + "codepoints": [ + "2709" + ] + }, + "envelope_with_arrow": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e9.png?v8", + "codepoints": [ + "1f4e9" + ] + }, + "equatorial_guinea": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f6.png?v8", + "codepoints": [ + "1f1ec", + "1f1f6" + ] + }, + "eritrea": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1f7.png?v8", + "codepoints": [ + "1f1ea", + "1f1f7" + ] + }, + "es": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1f8.png?v8", + "codepoints": [ + "1f1ea", + "1f1f8" + ] + }, + "estonia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1ea.png?v8", + "codepoints": [ + "1f1ea", + "1f1ea" + ] + }, + "ethiopia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1f9.png?v8", + "codepoints": [ + "1f1ea", + "1f1f9" + ] + }, + "eu": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1fa.png?v8", + "codepoints": [ + "1f1ea", + "1f1fa" + ] + }, + "euro": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b6.png?v8", + "codepoints": [ + "1f4b6" + ] + }, + "european_castle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f0.png?v8", + "codepoints": [ + "1f3f0" + ] + }, + "european_post_office": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e4.png?v8", + "codepoints": [ + "1f3e4" + ] + }, + "european_union": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1fa.png?v8", + "codepoints": [ + "1f1ea", + "1f1fa" + ] + }, + "evergreen_tree": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f332.png?v8", + "codepoints": [ + "1f332" + ] + }, + "exclamation": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2757.png?v8", + "codepoints": [ + "2757" + ] + }, + "expressionless": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f611.png?v8", + "codepoints": [ + "1f611" + ] + }, + "eye": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f441.png?v8", + "codepoints": [ + "1f441" + ] + }, + "eye_speech_bubble": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f441-1f5e8.png?v8", + "codepoints": [ + "1f441", + "1f5e8" + ] + }, + "eyeglasses": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f453.png?v8", + "codepoints": [ + "1f453" + ] + }, + "eyes": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f440.png?v8", + "codepoints": [ + "1f440" + ] + }, + "face_with_head_bandage": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f915.png?v8", + "codepoints": [ + "1f915" + ] + }, + "face_with_thermometer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f912.png?v8", + "codepoints": [ + "1f912" + ] + }, + "facepunch": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44a.png?v8", + "codepoints": [ + "1f44a" + ] + }, + "factory": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ed.png?v8", + "codepoints": [ + "1f3ed" + ] + }, + "falkland_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f0.png?v8", + "codepoints": [ + "1f1eb", + "1f1f0" + ] + }, + "fallen_leaf": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f342.png?v8", + "codepoints": [ + "1f342" + ] + }, + "family": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46a.png?v8", + "codepoints": [ + "1f46a" + ] + }, + "family_man_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f466.png?v8", + "codepoints": [ + "1f468", + "1f466" + ] + }, + "family_man_boy_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f466-1f466.png?v8", + "codepoints": [ + "1f468", + "1f466", + "1f466" + ] + }, + "family_man_girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f467.png?v8", + "codepoints": [ + "1f468", + "1f467" + ] + }, + "family_man_girl_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f467-1f466.png?v8", + "codepoints": [ + "1f468", + "1f467", + "1f466" + ] + }, + "family_man_girl_girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f467-1f467.png?v8", + "codepoints": [ + "1f468", + "1f467", + "1f467" + ] + }, + "family_man_man_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f466.png?v8", + "codepoints": [ + "1f468", + "1f468", + "1f466" + ] + }, + "family_man_man_boy_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f466-1f466.png?v8", + "codepoints": [ + "1f468", + "1f468", + "1f466", + "1f466" + ] + }, + "family_man_man_girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f467.png?v8", + "codepoints": [ + "1f468", + "1f468", + "1f467" + ] + }, + "family_man_man_girl_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f467-1f466.png?v8", + "codepoints": [ + "1f468", + "1f468", + "1f467", + "1f466" + ] + }, + "family_man_man_girl_girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f467-1f467.png?v8", + "codepoints": [ + "1f468", + "1f468", + "1f467", + "1f467" + ] + }, + "family_man_woman_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46a.png?v8", + "codepoints": [ + "1f46a" + ] + }, + "family_man_woman_boy_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f466-1f466.png?v8", + "codepoints": [ + "1f468", + "1f469", + "1f466", + "1f466" + ] + }, + "family_man_woman_girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f467.png?v8", + "codepoints": [ + "1f468", + "1f469", + "1f467" + ] + }, + "family_man_woman_girl_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f467-1f466.png?v8", + "codepoints": [ + "1f468", + "1f469", + "1f467", + "1f466" + ] + }, + "family_man_woman_girl_girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f467-1f467.png?v8", + "codepoints": [ + "1f468", + "1f469", + "1f467", + "1f467" + ] + }, + "family_woman_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f466.png?v8", + "codepoints": [ + "1f469", + "1f466" + ] + }, + "family_woman_boy_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f466-1f466.png?v8", + "codepoints": [ + "1f469", + "1f466", + "1f466" + ] + }, + "family_woman_girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f467.png?v8", + "codepoints": [ + "1f469", + "1f467" + ] + }, + "family_woman_girl_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f467-1f466.png?v8", + "codepoints": [ + "1f469", + "1f467", + "1f466" + ] + }, + "family_woman_girl_girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f467-1f467.png?v8", + "codepoints": [ + "1f469", + "1f467", + "1f467" + ] + }, + "family_woman_woman_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f466.png?v8", + "codepoints": [ + "1f469", + "1f469", + "1f466" + ] + }, + "family_woman_woman_boy_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f466-1f466.png?v8", + "codepoints": [ + "1f469", + "1f469", + "1f466", + "1f466" + ] + }, + "family_woman_woman_girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f467.png?v8", + "codepoints": [ + "1f469", + "1f469", + "1f467" + ] + }, + "family_woman_woman_girl_boy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f467-1f466.png?v8", + "codepoints": [ + "1f469", + "1f469", + "1f467", + "1f466" + ] + }, + "family_woman_woman_girl_girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f467-1f467.png?v8", + "codepoints": [ + "1f469", + "1f469", + "1f467", + "1f467" + ] + }, + "faroe_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f4.png?v8", + "codepoints": [ + "1f1eb", + "1f1f4" + ] + }, + "fast_forward": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23e9.png?v8", + "codepoints": [ + "23e9" + ] + }, + "fax": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e0.png?v8", + "codepoints": [ + "1f4e0" + ] + }, + "fearful": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f628.png?v8", + "codepoints": [ + "1f628" + ] + }, + "feelsgood": { + "src": "https://assets-cdn.github.com/images/icons/emoji/feelsgood.png?v8" + }, + "feet": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43e.png?v8", + "codepoints": [ + "1f43e" + ] + }, + "female_detective": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f575-2640.png?v8", + "codepoints": [ + "1f575", + "2640" + ] + }, + "ferris_wheel": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a1.png?v8", + "codepoints": [ + "1f3a1" + ] + }, + "ferry": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f4.png?v8", + "codepoints": [ + "26f4" + ] + }, + "field_hockey": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d1.png?v8", + "codepoints": [ + "1f3d1" + ] + }, + "fiji": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1ef.png?v8", + "codepoints": [ + "1f1eb", + "1f1ef" + ] + }, + "file_cabinet": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5c4.png?v8", + "codepoints": [ + "1f5c4" + ] + }, + "file_folder": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c1.png?v8", + "codepoints": [ + "1f4c1" + ] + }, + "film_projector": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fd.png?v8", + "codepoints": [ + "1f4fd" + ] + }, + "film_strip": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39e.png?v8", + "codepoints": [ + "1f39e" + ] + }, + "finland": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1ee.png?v8", + "codepoints": [ + "1f1eb", + "1f1ee" + ] + }, + "finnadie": { + "src": "https://assets-cdn.github.com/images/icons/emoji/finnadie.png?v8" + }, + "fire": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f525.png?v8", + "codepoints": [ + "1f525" + ] + }, + "fire_engine": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f692.png?v8", + "codepoints": [ + "1f692" + ] + }, + "fireworks": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f386.png?v8", + "codepoints": [ + "1f386" + ] + }, + "first_quarter_moon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f313.png?v8", + "codepoints": [ + "1f313" + ] + }, + "first_quarter_moon_with_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31b.png?v8", + "codepoints": [ + "1f31b" + ] + }, + "fish": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41f.png?v8", + "codepoints": [ + "1f41f" + ] + }, + "fish_cake": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f365.png?v8", + "codepoints": [ + "1f365" + ] + }, + "fishing_pole_and_fish": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a3.png?v8", + "codepoints": [ + "1f3a3" + ] + }, + "fist": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270a.png?v8", + "codepoints": [ + "270a" + ] + }, + "fist_left": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91b.png?v8", + "codepoints": [ + "1f91b" + ] + }, + "fist_oncoming": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44a.png?v8", + "codepoints": [ + "1f44a" + ] + }, + "fist_raised": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270a.png?v8", + "codepoints": [ + "270a" + ] + }, + "fist_right": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91c.png?v8", + "codepoints": [ + "1f91c" + ] + }, + "five": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0035-20e3.png?v8", + "codepoints": [ + "0035", + "20e3" + ] + }, + "flags": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38f.png?v8", + "codepoints": [ + "1f38f" + ] + }, + "flashlight": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f526.png?v8", + "codepoints": [ + "1f526" + ] + }, + "fleur_de_lis": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/269c.png?v8", + "codepoints": [ + "269c" + ] + }, + "flight_arrival": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ec.png?v8", + "codepoints": [ + "1f6ec" + ] + }, + "flight_departure": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6eb.png?v8", + "codepoints": [ + "1f6eb" + ] + }, + "flipper": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42c.png?v8", + "codepoints": [ + "1f42c" + ] + }, + "floppy_disk": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4be.png?v8", + "codepoints": [ + "1f4be" + ] + }, + "flower_playing_cards": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b4.png?v8", + "codepoints": [ + "1f3b4" + ] + }, + "flushed": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f633.png?v8", + "codepoints": [ + "1f633" + ] + }, + "fog": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32b.png?v8", + "codepoints": [ + "1f32b" + ] + }, + "foggy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f301.png?v8", + "codepoints": [ + "1f301" + ] + }, + "football": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c8.png?v8", + "codepoints": [ + "1f3c8" + ] + }, + "footprints": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f463.png?v8", + "codepoints": [ + "1f463" + ] + }, + "fork_and_knife": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f374.png?v8", + "codepoints": [ + "1f374" + ] + }, + "fountain": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f2.png?v8", + "codepoints": [ + "26f2" + ] + }, + "fountain_pen": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58b.png?v8", + "codepoints": [ + "1f58b" + ] + }, + "four": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0034-20e3.png?v8", + "codepoints": [ + "0034", + "20e3" + ] + }, + "four_leaf_clover": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f340.png?v8", + "codepoints": [ + "1f340" + ] + }, + "fox_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98a.png?v8", + "codepoints": [ + "1f98a" + ] + }, + "fr": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f7.png?v8", + "codepoints": [ + "1f1eb", + "1f1f7" + ] + }, + "framed_picture": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5bc.png?v8", + "codepoints": [ + "1f5bc" + ] + }, + "free": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f193.png?v8", + "codepoints": [ + "1f193" + ] + }, + "french_guiana": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1eb.png?v8", + "codepoints": [ + "1f1ec", + "1f1eb" + ] + }, + "french_polynesia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1eb.png?v8", + "codepoints": [ + "1f1f5", + "1f1eb" + ] + }, + "french_southern_territories": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1eb.png?v8", + "codepoints": [ + "1f1f9", + "1f1eb" + ] + }, + "fried_egg": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f373.png?v8", + "codepoints": [ + "1f373" + ] + }, + "fried_shrimp": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f364.png?v8", + "codepoints": [ + "1f364" + ] + }, + "fries": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35f.png?v8", + "codepoints": [ + "1f35f" + ] + }, + "frog": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f438.png?v8", + "codepoints": [ + "1f438" + ] + }, + "frowning": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f626.png?v8", + "codepoints": [ + "1f626" + ] + }, + "frowning_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2639.png?v8", + "codepoints": [ + "2639" + ] + }, + "frowning_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64d-2642.png?v8", + "codepoints": [ + "1f64d", + "2642" + ] + }, + "frowning_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64d.png?v8", + "codepoints": [ + "1f64d" + ] + }, + "fu": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f595.png?v8", + "codepoints": [ + "1f595" + ] + }, + "fuelpump": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26fd.png?v8", + "codepoints": [ + "26fd" + ] + }, + "full_moon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f315.png?v8", + "codepoints": [ + "1f315" + ] + }, + "full_moon_with_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31d.png?v8", + "codepoints": [ + "1f31d" + ] + }, + "funeral_urn": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26b1.png?v8", + "codepoints": [ + "26b1" + ] + }, + "gabon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e6.png?v8", + "codepoints": [ + "1f1ec", + "1f1e6" + ] + }, + "gambia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f2.png?v8", + "codepoints": [ + "1f1ec", + "1f1f2" + ] + }, + "game_die": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b2.png?v8", + "codepoints": [ + "1f3b2" + ] + }, + "gb": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e7.png?v8", + "codepoints": [ + "1f1ec", + "1f1e7" + ] + }, + "gear": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2699.png?v8", + "codepoints": [ + "2699" + ] + }, + "gem": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48e.png?v8", + "codepoints": [ + "1f48e" + ] + }, + "gemini": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264a.png?v8", + "codepoints": [ + "264a" + ] + }, + "georgia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ea.png?v8", + "codepoints": [ + "1f1ec", + "1f1ea" + ] + }, + "ghana": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ed.png?v8", + "codepoints": [ + "1f1ec", + "1f1ed" + ] + }, + "ghost": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47b.png?v8", + "codepoints": [ + "1f47b" + ] + }, + "gibraltar": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ee.png?v8", + "codepoints": [ + "1f1ec", + "1f1ee" + ] + }, + "gift": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f381.png?v8", + "codepoints": [ + "1f381" + ] + }, + "gift_heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49d.png?v8", + "codepoints": [ + "1f49d" + ] + }, + "girl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f467.png?v8", + "codepoints": [ + "1f467" + ] + }, + "globe_with_meridians": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f310.png?v8", + "codepoints": [ + "1f310" + ] + }, + "goal_net": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f945.png?v8", + "codepoints": [ + "1f945" + ] + }, + "goat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f410.png?v8", + "codepoints": [ + "1f410" + ] + }, + "goberserk": { + "src": "https://assets-cdn.github.com/images/icons/emoji/goberserk.png?v8" + }, + "godmode": { + "src": "https://assets-cdn.github.com/images/icons/emoji/godmode.png?v8" + }, + "golf": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f3.png?v8", + "codepoints": [ + "26f3" + ] + }, + "golfing_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cc.png?v8", + "codepoints": [ + "1f3cc" + ] + }, + "golfing_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cc-2640.png?v8", + "codepoints": [ + "1f3cc", + "2640" + ] + }, + "gorilla": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98d.png?v8", + "codepoints": [ + "1f98d" + ] + }, + "grapes": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f347.png?v8", + "codepoints": [ + "1f347" + ] + }, + "greece": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f7.png?v8", + "codepoints": [ + "1f1ec", + "1f1f7" + ] + }, + "green_apple": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34f.png?v8", + "codepoints": [ + "1f34f" + ] + }, + "green_book": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d7.png?v8", + "codepoints": [ + "1f4d7" + ] + }, + "green_heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49a.png?v8", + "codepoints": [ + "1f49a" + ] + }, + "green_salad": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f957.png?v8", + "codepoints": [ + "1f957" + ] + }, + "greenland": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f1.png?v8", + "codepoints": [ + "1f1ec", + "1f1f1" + ] + }, + "grenada": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e9.png?v8", + "codepoints": [ + "1f1ec", + "1f1e9" + ] + }, + "grey_exclamation": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2755.png?v8", + "codepoints": [ + "2755" + ] + }, + "grey_question": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2754.png?v8", + "codepoints": [ + "2754" + ] + }, + "grimacing": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62c.png?v8", + "codepoints": [ + "1f62c" + ] + }, + "grin": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f601.png?v8", + "codepoints": [ + "1f601" + ] + }, + "grinning": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f600.png?v8", + "codepoints": [ + "1f600" + ] + }, + "guadeloupe": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f5.png?v8", + "codepoints": [ + "1f1ec", + "1f1f5" + ] + }, + "guam": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1fa.png?v8", + "codepoints": [ + "1f1ec", + "1f1fa" + ] + }, + "guardsman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f482.png?v8", + "codepoints": [ + "1f482" + ] + }, + "guardswoman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f482-2640.png?v8", + "codepoints": [ + "1f482", + "2640" + ] + }, + "guatemala": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f9.png?v8", + "codepoints": [ + "1f1ec", + "1f1f9" + ] + }, + "guernsey": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ec.png?v8", + "codepoints": [ + "1f1ec", + "1f1ec" + ] + }, + "guinea": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f3.png?v8", + "codepoints": [ + "1f1ec", + "1f1f3" + ] + }, + "guinea_bissau": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1fc.png?v8", + "codepoints": [ + "1f1ec", + "1f1fc" + ] + }, + "guitar": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b8.png?v8", + "codepoints": [ + "1f3b8" + ] + }, + "gun": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52b.png?v8", + "codepoints": [ + "1f52b" + ] + }, + "guyana": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1fe.png?v8", + "codepoints": [ + "1f1ec", + "1f1fe" + ] + }, + "haircut": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f487.png?v8", + "codepoints": [ + "1f487" + ] + }, + "haircut_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f487-2642.png?v8", + "codepoints": [ + "1f487", + "2642" + ] + }, + "haircut_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f487.png?v8", + "codepoints": [ + "1f487" + ] + }, + "haiti": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f9.png?v8", + "codepoints": [ + "1f1ed", + "1f1f9" + ] + }, + "hamburger": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f354.png?v8", + "codepoints": [ + "1f354" + ] + }, + "hammer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f528.png?v8", + "codepoints": [ + "1f528" + ] + }, + "hammer_and_pick": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2692.png?v8", + "codepoints": [ + "2692" + ] + }, + "hammer_and_wrench": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e0.png?v8", + "codepoints": [ + "1f6e0" + ] + }, + "hamster": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f439.png?v8", + "codepoints": [ + "1f439" + ] + }, + "hand": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270b.png?v8", + "codepoints": [ + "270b" + ] + }, + "handbag": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45c.png?v8", + "codepoints": [ + "1f45c" + ] + }, + "handshake": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91d.png?v8", + "codepoints": [ + "1f91d" + ] + }, + "hankey": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a9.png?v8", + "codepoints": [ + "1f4a9" + ] + }, + "hash": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0023-20e3.png?v8", + "codepoints": [ + "0023", + "20e3" + ] + }, + "hatched_chick": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f425.png?v8", + "codepoints": [ + "1f425" + ] + }, + "hatching_chick": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f423.png?v8", + "codepoints": [ + "1f423" + ] + }, + "headphones": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a7.png?v8", + "codepoints": [ + "1f3a7" + ] + }, + "hear_no_evil": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f649.png?v8", + "codepoints": [ + "1f649" + ] + }, + "heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2764.png?v8", + "codepoints": [ + "2764" + ] + }, + "heart_decoration": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49f.png?v8", + "codepoints": [ + "1f49f" + ] + }, + "heart_eyes": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60d.png?v8", + "codepoints": [ + "1f60d" + ] + }, + "heart_eyes_cat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63b.png?v8", + "codepoints": [ + "1f63b" + ] + }, + "heartbeat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f493.png?v8", + "codepoints": [ + "1f493" + ] + }, + "heartpulse": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f497.png?v8", + "codepoints": [ + "1f497" + ] + }, + "hearts": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2665.png?v8", + "codepoints": [ + "2665" + ] + }, + "heavy_check_mark": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2714.png?v8", + "codepoints": [ + "2714" + ] + }, + "heavy_division_sign": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2797.png?v8", + "codepoints": [ + "2797" + ] + }, + "heavy_dollar_sign": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b2.png?v8", + "codepoints": [ + "1f4b2" + ] + }, + "heavy_exclamation_mark": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2757.png?v8", + "codepoints": [ + "2757" + ] + }, + "heavy_heart_exclamation": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2763.png?v8", + "codepoints": [ + "2763" + ] + }, + "heavy_minus_sign": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2796.png?v8", + "codepoints": [ + "2796" + ] + }, + "heavy_multiplication_x": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2716.png?v8", + "codepoints": [ + "2716" + ] + }, + "heavy_plus_sign": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2795.png?v8", + "codepoints": [ + "2795" + ] + }, + "helicopter": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f681.png?v8", + "codepoints": [ + "1f681" + ] + }, + "herb": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33f.png?v8", + "codepoints": [ + "1f33f" + ] + }, + "hibiscus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33a.png?v8", + "codepoints": [ + "1f33a" + ] + }, + "high_brightness": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f506.png?v8", + "codepoints": [ + "1f506" + ] + }, + "high_heel": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f460.png?v8", + "codepoints": [ + "1f460" + ] + }, + "hocho": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52a.png?v8", + "codepoints": [ + "1f52a" + ] + }, + "hole": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f573.png?v8", + "codepoints": [ + "1f573" + ] + }, + "honduras": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f3.png?v8", + "codepoints": [ + "1f1ed", + "1f1f3" + ] + }, + "honey_pot": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36f.png?v8", + "codepoints": [ + "1f36f" + ] + }, + "honeybee": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41d.png?v8", + "codepoints": [ + "1f41d" + ] + }, + "hong_kong": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f0.png?v8", + "codepoints": [ + "1f1ed", + "1f1f0" + ] + }, + "horse": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f434.png?v8", + "codepoints": [ + "1f434" + ] + }, + "horse_racing": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c7.png?v8", + "codepoints": [ + "1f3c7" + ] + }, + "hospital": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e5.png?v8", + "codepoints": [ + "1f3e5" + ] + }, + "hot_pepper": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f336.png?v8", + "codepoints": [ + "1f336" + ] + }, + "hotdog": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32d.png?v8", + "codepoints": [ + "1f32d" + ] + }, + "hotel": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e8.png?v8", + "codepoints": [ + "1f3e8" + ] + }, + "hotsprings": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2668.png?v8", + "codepoints": [ + "2668" + ] + }, + "hourglass": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/231b.png?v8", + "codepoints": [ + "231b" + ] + }, + "hourglass_flowing_sand": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f3.png?v8", + "codepoints": [ + "23f3" + ] + }, + "house": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e0.png?v8", + "codepoints": [ + "1f3e0" + ] + }, + "house_with_garden": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e1.png?v8", + "codepoints": [ + "1f3e1" + ] + }, + "houses": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d8.png?v8", + "codepoints": [ + "1f3d8" + ] + }, + "hugs": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f917.png?v8", + "codepoints": [ + "1f917" + ] + }, + "hungary": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1fa.png?v8", + "codepoints": [ + "1f1ed", + "1f1fa" + ] + }, + "hurtrealbad": { + "src": "https://assets-cdn.github.com/images/icons/emoji/hurtrealbad.png?v8" + }, + "hushed": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62f.png?v8", + "codepoints": [ + "1f62f" + ] + }, + "ice_cream": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f368.png?v8", + "codepoints": [ + "1f368" + ] + }, + "ice_hockey": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d2.png?v8", + "codepoints": [ + "1f3d2" + ] + }, + "ice_skate": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f8.png?v8", + "codepoints": [ + "26f8" + ] + }, + "icecream": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f366.png?v8", + "codepoints": [ + "1f366" + ] + }, + "iceland": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f8.png?v8", + "codepoints": [ + "1f1ee", + "1f1f8" + ] + }, + "id": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f194.png?v8", + "codepoints": [ + "1f194" + ] + }, + "ideograph_advantage": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f250.png?v8", + "codepoints": [ + "1f250" + ] + }, + "imp": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47f.png?v8", + "codepoints": [ + "1f47f" + ] + }, + "inbox_tray": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e5.png?v8", + "codepoints": [ + "1f4e5" + ] + }, + "incoming_envelope": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e8.png?v8", + "codepoints": [ + "1f4e8" + ] + }, + "india": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f3.png?v8", + "codepoints": [ + "1f1ee", + "1f1f3" + ] + }, + "indonesia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1e9.png?v8", + "codepoints": [ + "1f1ee", + "1f1e9" + ] + }, + "information_desk_person": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f481.png?v8", + "codepoints": [ + "1f481" + ] + }, + "information_source": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2139.png?v8", + "codepoints": [ + "2139" + ] + }, + "innocent": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f607.png?v8", + "codepoints": [ + "1f607" + ] + }, + "interrobang": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2049.png?v8", + "codepoints": [ + "2049" + ] + }, + "iphone": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f1.png?v8", + "codepoints": [ + "1f4f1" + ] + }, + "iran": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f7.png?v8", + "codepoints": [ + "1f1ee", + "1f1f7" + ] + }, + "iraq": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f6.png?v8", + "codepoints": [ + "1f1ee", + "1f1f6" + ] + }, + "ireland": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1ea.png?v8", + "codepoints": [ + "1f1ee", + "1f1ea" + ] + }, + "isle_of_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f2.png?v8", + "codepoints": [ + "1f1ee", + "1f1f2" + ] + }, + "israel": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f1.png?v8", + "codepoints": [ + "1f1ee", + "1f1f1" + ] + }, + "it": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f9.png?v8", + "codepoints": [ + "1f1ee", + "1f1f9" + ] + }, + "izakaya_lantern": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ee.png?v8", + "codepoints": [ + "1f3ee" + ] + }, + "jack_o_lantern": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f383.png?v8", + "codepoints": [ + "1f383" + ] + }, + "jamaica": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1f2.png?v8", + "codepoints": [ + "1f1ef", + "1f1f2" + ] + }, + "japan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fe.png?v8", + "codepoints": [ + "1f5fe" + ] + }, + "japanese_castle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ef.png?v8", + "codepoints": [ + "1f3ef" + ] + }, + "japanese_goblin": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47a.png?v8", + "codepoints": [ + "1f47a" + ] + }, + "japanese_ogre": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f479.png?v8", + "codepoints": [ + "1f479" + ] + }, + "jeans": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f456.png?v8", + "codepoints": [ + "1f456" + ] + }, + "jersey": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1ea.png?v8", + "codepoints": [ + "1f1ef", + "1f1ea" + ] + }, + "jordan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1f4.png?v8", + "codepoints": [ + "1f1ef", + "1f1f4" + ] + }, + "joy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f602.png?v8", + "codepoints": [ + "1f602" + ] + }, + "joy_cat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f639.png?v8", + "codepoints": [ + "1f639" + ] + }, + "joystick": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f579.png?v8", + "codepoints": [ + "1f579" + ] + }, + "jp": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1f5.png?v8", + "codepoints": [ + "1f1ef", + "1f1f5" + ] + }, + "kaaba": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54b.png?v8", + "codepoints": [ + "1f54b" + ] + }, + "kazakhstan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ff.png?v8", + "codepoints": [ + "1f1f0", + "1f1ff" + ] + }, + "kenya": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ea.png?v8", + "codepoints": [ + "1f1f0", + "1f1ea" + ] + }, + "key": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f511.png?v8", + "codepoints": [ + "1f511" + ] + }, + "keyboard": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2328.png?v8", + "codepoints": [ + "2328" + ] + }, + "keycap_ten": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51f.png?v8", + "codepoints": [ + "1f51f" + ] + }, + "kick_scooter": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f4.png?v8", + "codepoints": [ + "1f6f4" + ] + }, + "kimono": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f458.png?v8", + "codepoints": [ + "1f458" + ] + }, + "kiribati": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ee.png?v8", + "codepoints": [ + "1f1f0", + "1f1ee" + ] + }, + "kiss": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48b.png?v8", + "codepoints": [ + "1f48b" + ] + }, + "kissing": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f617.png?v8", + "codepoints": [ + "1f617" + ] + }, + "kissing_cat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63d.png?v8", + "codepoints": [ + "1f63d" + ] + }, + "kissing_closed_eyes": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61a.png?v8", + "codepoints": [ + "1f61a" + ] + }, + "kissing_heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f618.png?v8", + "codepoints": [ + "1f618" + ] + }, + "kissing_smiling_eyes": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f619.png?v8", + "codepoints": [ + "1f619" + ] + }, + "kiwi_fruit": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95d.png?v8", + "codepoints": [ + "1f95d" + ] + }, + "knife": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52a.png?v8", + "codepoints": [ + "1f52a" + ] + }, + "koala": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f428.png?v8", + "codepoints": [ + "1f428" + ] + }, + "koko": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f201.png?v8", + "codepoints": [ + "1f201" + ] + }, + "kosovo": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fd-1f1f0.png?v8", + "codepoints": [ + "1f1fd", + "1f1f0" + ] + }, + "kr": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f7.png?v8", + "codepoints": [ + "1f1f0", + "1f1f7" + ] + }, + "kuwait": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1fc.png?v8", + "codepoints": [ + "1f1f0", + "1f1fc" + ] + }, + "kyrgyzstan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ec.png?v8", + "codepoints": [ + "1f1f0", + "1f1ec" + ] + }, + "label": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f7.png?v8", + "codepoints": [ + "1f3f7" + ] + }, + "lantern": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ee.png?v8", + "codepoints": [ + "1f3ee" + ] + }, + "laos": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1e6.png?v8", + "codepoints": [ + "1f1f1", + "1f1e6" + ] + }, + "large_blue_circle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f535.png?v8", + "codepoints": [ + "1f535" + ] + }, + "large_blue_diamond": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f537.png?v8", + "codepoints": [ + "1f537" + ] + }, + "large_orange_diamond": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f536.png?v8", + "codepoints": [ + "1f536" + ] + }, + "last_quarter_moon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f317.png?v8", + "codepoints": [ + "1f317" + ] + }, + "last_quarter_moon_with_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31c.png?v8", + "codepoints": [ + "1f31c" + ] + }, + "latin_cross": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/271d.png?v8", + "codepoints": [ + "271d" + ] + }, + "latvia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1fb.png?v8", + "codepoints": [ + "1f1f1", + "1f1fb" + ] + }, + "laughing": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f606.png?v8", + "codepoints": [ + "1f606" + ] + }, + "leaves": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f343.png?v8", + "codepoints": [ + "1f343" + ] + }, + "lebanon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1e7.png?v8", + "codepoints": [ + "1f1f1", + "1f1e7" + ] + }, + "ledger": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d2.png?v8", + "codepoints": [ + "1f4d2" + ] + }, + "left_luggage": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c5.png?v8", + "codepoints": [ + "1f6c5" + ] + }, + "left_right_arrow": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2194.png?v8", + "codepoints": [ + "2194" + ] + }, + "leftwards_arrow_with_hook": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/21a9.png?v8", + "codepoints": [ + "21a9" + ] + }, + "lemon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34b.png?v8", + "codepoints": [ + "1f34b" + ] + }, + "leo": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264c.png?v8", + "codepoints": [ + "264c" + ] + }, + "leopard": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f406.png?v8", + "codepoints": [ + "1f406" + ] + }, + "lesotho": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f8.png?v8", + "codepoints": [ + "1f1f1", + "1f1f8" + ] + }, + "level_slider": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39a.png?v8", + "codepoints": [ + "1f39a" + ] + }, + "liberia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f7.png?v8", + "codepoints": [ + "1f1f1", + "1f1f7" + ] + }, + "libra": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264e.png?v8", + "codepoints": [ + "264e" + ] + }, + "libya": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1fe.png?v8", + "codepoints": [ + "1f1f1", + "1f1fe" + ] + }, + "liechtenstein": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1ee.png?v8", + "codepoints": [ + "1f1f1", + "1f1ee" + ] + }, + "light_rail": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f688.png?v8", + "codepoints": [ + "1f688" + ] + }, + "link": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f517.png?v8", + "codepoints": [ + "1f517" + ] + }, + "lion": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f981.png?v8", + "codepoints": [ + "1f981" + ] + }, + "lips": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f444.png?v8", + "codepoints": [ + "1f444" + ] + }, + "lipstick": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f484.png?v8", + "codepoints": [ + "1f484" + ] + }, + "lithuania": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f9.png?v8", + "codepoints": [ + "1f1f1", + "1f1f9" + ] + }, + "lizard": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98e.png?v8", + "codepoints": [ + "1f98e" + ] + }, + "lock": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f512.png?v8", + "codepoints": [ + "1f512" + ] + }, + "lock_with_ink_pen": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50f.png?v8", + "codepoints": [ + "1f50f" + ] + }, + "lollipop": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36d.png?v8", + "codepoints": [ + "1f36d" + ] + }, + "loop": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/27bf.png?v8", + "codepoints": [ + "27bf" + ] + }, + "loud_sound": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50a.png?v8", + "codepoints": [ + "1f50a" + ] + }, + "loudspeaker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e2.png?v8", + "codepoints": [ + "1f4e2" + ] + }, + "love_hotel": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e9.png?v8", + "codepoints": [ + "1f3e9" + ] + }, + "love_letter": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48c.png?v8", + "codepoints": [ + "1f48c" + ] + }, + "low_brightness": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f505.png?v8", + "codepoints": [ + "1f505" + ] + }, + "luxembourg": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1fa.png?v8", + "codepoints": [ + "1f1f1", + "1f1fa" + ] + }, + "lying_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f925.png?v8", + "codepoints": [ + "1f925" + ] + }, + "m": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/24c2.png?v8", + "codepoints": [ + "24c2" + ] + }, + "macau": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f4.png?v8", + "codepoints": [ + "1f1f2", + "1f1f4" + ] + }, + "macedonia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f0.png?v8", + "codepoints": [ + "1f1f2", + "1f1f0" + ] + }, + "madagascar": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ec.png?v8", + "codepoints": [ + "1f1f2", + "1f1ec" + ] + }, + "mag": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50d.png?v8", + "codepoints": [ + "1f50d" + ] + }, + "mag_right": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50e.png?v8", + "codepoints": [ + "1f50e" + ] + }, + "mahjong": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f004.png?v8", + "codepoints": [ + "1f004" + ] + }, + "mailbox": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4eb.png?v8", + "codepoints": [ + "1f4eb" + ] + }, + "mailbox_closed": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ea.png?v8", + "codepoints": [ + "1f4ea" + ] + }, + "mailbox_with_mail": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ec.png?v8", + "codepoints": [ + "1f4ec" + ] + }, + "mailbox_with_no_mail": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ed.png?v8", + "codepoints": [ + "1f4ed" + ] + }, + "malawi": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fc.png?v8", + "codepoints": [ + "1f1f2", + "1f1fc" + ] + }, + "malaysia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fe.png?v8", + "codepoints": [ + "1f1f2", + "1f1fe" + ] + }, + "maldives": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fb.png?v8", + "codepoints": [ + "1f1f2", + "1f1fb" + ] + }, + "male_detective": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f575.png?v8", + "codepoints": [ + "1f575" + ] + }, + "mali": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f1.png?v8", + "codepoints": [ + "1f1f2", + "1f1f1" + ] + }, + "malta": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f9.png?v8", + "codepoints": [ + "1f1f2", + "1f1f9" + ] + }, + "man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468.png?v8", + "codepoints": [ + "1f468" + ] + }, + "man_artist": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3a8.png?v8", + "codepoints": [ + "1f468", + "1f3a8" + ] + }, + "man_astronaut": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f680.png?v8", + "codepoints": [ + "1f468", + "1f680" + ] + }, + "man_cartwheeling": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f938-2642.png?v8", + "codepoints": [ + "1f938", + "2642" + ] + }, + "man_cook": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f373.png?v8", + "codepoints": [ + "1f468", + "1f373" + ] + }, + "man_dancing": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f57a.png?v8", + "codepoints": [ + "1f57a" + ] + }, + "man_facepalming": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f926-2642.png?v8", + "codepoints": [ + "1f926", + "2642" + ] + }, + "man_factory_worker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3ed.png?v8", + "codepoints": [ + "1f468", + "1f3ed" + ] + }, + "man_farmer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f33e.png?v8", + "codepoints": [ + "1f468", + "1f33e" + ] + }, + "man_firefighter": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f692.png?v8", + "codepoints": [ + "1f468", + "1f692" + ] + }, + "man_health_worker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2695.png?v8", + "codepoints": [ + "1f468", + "2695" + ] + }, + "man_in_tuxedo": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f935.png?v8", + "codepoints": [ + "1f935" + ] + }, + "man_judge": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2696.png?v8", + "codepoints": [ + "1f468", + "2696" + ] + }, + "man_juggling": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f939-2642.png?v8", + "codepoints": [ + "1f939", + "2642" + ] + }, + "man_mechanic": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f527.png?v8", + "codepoints": [ + "1f468", + "1f527" + ] + }, + "man_office_worker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f4bc.png?v8", + "codepoints": [ + "1f468", + "1f4bc" + ] + }, + "man_pilot": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2708.png?v8", + "codepoints": [ + "1f468", + "2708" + ] + }, + "man_playing_handball": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93e-2642.png?v8", + "codepoints": [ + "1f93e", + "2642" + ] + }, + "man_playing_water_polo": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93d-2642.png?v8", + "codepoints": [ + "1f93d", + "2642" + ] + }, + "man_scientist": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f52c.png?v8", + "codepoints": [ + "1f468", + "1f52c" + ] + }, + "man_shrugging": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f937-2642.png?v8", + "codepoints": [ + "1f937", + "2642" + ] + }, + "man_singer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3a4.png?v8", + "codepoints": [ + "1f468", + "1f3a4" + ] + }, + "man_student": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f393.png?v8", + "codepoints": [ + "1f468", + "1f393" + ] + }, + "man_teacher": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3eb.png?v8", + "codepoints": [ + "1f468", + "1f3eb" + ] + }, + "man_technologist": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f4bb.png?v8", + "codepoints": [ + "1f468", + "1f4bb" + ] + }, + "man_with_gua_pi_mao": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f472.png?v8", + "codepoints": [ + "1f472" + ] + }, + "man_with_turban": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f473.png?v8", + "codepoints": [ + "1f473" + ] + }, + "mandarin": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34a.png?v8", + "codepoints": [ + "1f34a" + ] + }, + "mans_shoe": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45e.png?v8", + "codepoints": [ + "1f45e" + ] + }, + "mantelpiece_clock": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f570.png?v8", + "codepoints": [ + "1f570" + ] + }, + "maple_leaf": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f341.png?v8", + "codepoints": [ + "1f341" + ] + }, + "marshall_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ed.png?v8", + "codepoints": [ + "1f1f2", + "1f1ed" + ] + }, + "martial_arts_uniform": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f94b.png?v8", + "codepoints": [ + "1f94b" + ] + }, + "martinique": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f6.png?v8", + "codepoints": [ + "1f1f2", + "1f1f6" + ] + }, + "mask": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f637.png?v8", + "codepoints": [ + "1f637" + ] + }, + "massage": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f486.png?v8", + "codepoints": [ + "1f486" + ] + }, + "massage_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f486-2642.png?v8", + "codepoints": [ + "1f486", + "2642" + ] + }, + "massage_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f486.png?v8", + "codepoints": [ + "1f486" + ] + }, + "mauritania": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f7.png?v8", + "codepoints": [ + "1f1f2", + "1f1f7" + ] + }, + "mauritius": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fa.png?v8", + "codepoints": [ + "1f1f2", + "1f1fa" + ] + }, + "mayotte": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fe-1f1f9.png?v8", + "codepoints": [ + "1f1fe", + "1f1f9" + ] + }, + "meat_on_bone": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f356.png?v8", + "codepoints": [ + "1f356" + ] + }, + "medal_military": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f396.png?v8", + "codepoints": [ + "1f396" + ] + }, + "medal_sports": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c5.png?v8", + "codepoints": [ + "1f3c5" + ] + }, + "mega": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e3.png?v8", + "codepoints": [ + "1f4e3" + ] + }, + "melon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f348.png?v8", + "codepoints": [ + "1f348" + ] + }, + "memo": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png?v8", + "codepoints": [ + "1f4dd" + ] + }, + "men_wrestling": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93c-2642.png?v8", + "codepoints": [ + "1f93c", + "2642" + ] + }, + "menorah": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54e.png?v8", + "codepoints": [ + "1f54e" + ] + }, + "mens": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b9.png?v8", + "codepoints": [ + "1f6b9" + ] + }, + "metal": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f918.png?v8", + "codepoints": [ + "1f918" + ] + }, + "metro": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f687.png?v8", + "codepoints": [ + "1f687" + ] + }, + "mexico": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fd.png?v8", + "codepoints": [ + "1f1f2", + "1f1fd" + ] + }, + "micronesia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f2.png?v8", + "codepoints": [ + "1f1eb", + "1f1f2" + ] + }, + "microphone": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a4.png?v8", + "codepoints": [ + "1f3a4" + ] + }, + "microscope": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52c.png?v8", + "codepoints": [ + "1f52c" + ] + }, + "middle_finger": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f595.png?v8", + "codepoints": [ + "1f595" + ] + }, + "milk_glass": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95b.png?v8", + "codepoints": [ + "1f95b" + ] + }, + "milky_way": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30c.png?v8", + "codepoints": [ + "1f30c" + ] + }, + "minibus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f690.png?v8", + "codepoints": [ + "1f690" + ] + }, + "minidisc": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bd.png?v8", + "codepoints": [ + "1f4bd" + ] + }, + "mobile_phone_off": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f4.png?v8", + "codepoints": [ + "1f4f4" + ] + }, + "moldova": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1e9.png?v8", + "codepoints": [ + "1f1f2", + "1f1e9" + ] + }, + "monaco": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1e8.png?v8", + "codepoints": [ + "1f1f2", + "1f1e8" + ] + }, + "money_mouth_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f911.png?v8", + "codepoints": [ + "1f911" + ] + }, + "money_with_wings": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b8.png?v8", + "codepoints": [ + "1f4b8" + ] + }, + "moneybag": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b0.png?v8", + "codepoints": [ + "1f4b0" + ] + }, + "mongolia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f3.png?v8", + "codepoints": [ + "1f1f2", + "1f1f3" + ] + }, + "monkey": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f412.png?v8", + "codepoints": [ + "1f412" + ] + }, + "monkey_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f435.png?v8", + "codepoints": [ + "1f435" + ] + }, + "monorail": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69d.png?v8", + "codepoints": [ + "1f69d" + ] + }, + "montenegro": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ea.png?v8", + "codepoints": [ + "1f1f2", + "1f1ea" + ] + }, + "montserrat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f8.png?v8", + "codepoints": [ + "1f1f2", + "1f1f8" + ] + }, + "moon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f314.png?v8", + "codepoints": [ + "1f314" + ] + }, + "morocco": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1e6.png?v8", + "codepoints": [ + "1f1f2", + "1f1e6" + ] + }, + "mortar_board": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f393.png?v8", + "codepoints": [ + "1f393" + ] + }, + "mosque": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54c.png?v8", + "codepoints": [ + "1f54c" + ] + }, + "motor_boat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e5.png?v8", + "codepoints": [ + "1f6e5" + ] + }, + "motor_scooter": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f5.png?v8", + "codepoints": [ + "1f6f5" + ] + }, + "motorcycle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cd.png?v8", + "codepoints": [ + "1f3cd" + ] + }, + "motorway": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e3.png?v8", + "codepoints": [ + "1f6e3" + ] + }, + "mount_fuji": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fb.png?v8", + "codepoints": [ + "1f5fb" + ] + }, + "mountain": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f0.png?v8", + "codepoints": [ + "26f0" + ] + }, + "mountain_bicyclist": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b5.png?v8", + "codepoints": [ + "1f6b5" + ] + }, + "mountain_biking_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b5.png?v8", + "codepoints": [ + "1f6b5" + ] + }, + "mountain_biking_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b5-2640.png?v8", + "codepoints": [ + "1f6b5", + "2640" + ] + }, + "mountain_cableway": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a0.png?v8", + "codepoints": [ + "1f6a0" + ] + }, + "mountain_railway": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69e.png?v8", + "codepoints": [ + "1f69e" + ] + }, + "mountain_snow": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d4.png?v8", + "codepoints": [ + "1f3d4" + ] + }, + "mouse": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42d.png?v8", + "codepoints": [ + "1f42d" + ] + }, + "mouse2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f401.png?v8", + "codepoints": [ + "1f401" + ] + }, + "movie_camera": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a5.png?v8", + "codepoints": [ + "1f3a5" + ] + }, + "moyai": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5ff.png?v8", + "codepoints": [ + "1f5ff" + ] + }, + "mozambique": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ff.png?v8", + "codepoints": [ + "1f1f2", + "1f1ff" + ] + }, + "mrs_claus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f936.png?v8", + "codepoints": [ + "1f936" + ] + }, + "muscle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4aa.png?v8", + "codepoints": [ + "1f4aa" + ] + }, + "mushroom": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f344.png?v8", + "codepoints": [ + "1f344" + ] + }, + "musical_keyboard": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b9.png?v8", + "codepoints": [ + "1f3b9" + ] + }, + "musical_note": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b5.png?v8", + "codepoints": [ + "1f3b5" + ] + }, + "musical_score": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bc.png?v8", + "codepoints": [ + "1f3bc" + ] + }, + "mute": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f507.png?v8", + "codepoints": [ + "1f507" + ] + }, + "myanmar": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f2.png?v8", + "codepoints": [ + "1f1f2", + "1f1f2" + ] + }, + "nail_care": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f485.png?v8", + "codepoints": [ + "1f485" + ] + }, + "name_badge": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4db.png?v8", + "codepoints": [ + "1f4db" + ] + }, + "namibia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1e6.png?v8", + "codepoints": [ + "1f1f3", + "1f1e6" + ] + }, + "national_park": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3de.png?v8", + "codepoints": [ + "1f3de" + ] + }, + "nauru": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f7.png?v8", + "codepoints": [ + "1f1f3", + "1f1f7" + ] + }, + "nauseated_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f922.png?v8", + "codepoints": [ + "1f922" + ] + }, + "neckbeard": { + "src": "https://assets-cdn.github.com/images/icons/emoji/neckbeard.png?v8" + }, + "necktie": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f454.png?v8", + "codepoints": [ + "1f454" + ] + }, + "negative_squared_cross_mark": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/274e.png?v8", + "codepoints": [ + "274e" + ] + }, + "nepal": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f5.png?v8", + "codepoints": [ + "1f1f3", + "1f1f5" + ] + }, + "nerd_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f913.png?v8", + "codepoints": [ + "1f913" + ] + }, + "netherlands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f1.png?v8", + "codepoints": [ + "1f1f3", + "1f1f1" + ] + }, + "neutral_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f610.png?v8", + "codepoints": [ + "1f610" + ] + }, + "new": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f195.png?v8", + "codepoints": [ + "1f195" + ] + }, + "new_caledonia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1e8.png?v8", + "codepoints": [ + "1f1f3", + "1f1e8" + ] + }, + "new_moon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f311.png?v8", + "codepoints": [ + "1f311" + ] + }, + "new_moon_with_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31a.png?v8", + "codepoints": [ + "1f31a" + ] + }, + "new_zealand": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ff.png?v8", + "codepoints": [ + "1f1f3", + "1f1ff" + ] + }, + "newspaper": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f0.png?v8", + "codepoints": [ + "1f4f0" + ] + }, + "newspaper_roll": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5de.png?v8", + "codepoints": [ + "1f5de" + ] + }, + "next_track_button": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ed.png?v8", + "codepoints": [ + "23ed" + ] + }, + "ng": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f196.png?v8", + "codepoints": [ + "1f196" + ] + }, + "ng_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645-2642.png?v8", + "codepoints": [ + "1f645", + "2642" + ] + }, + "ng_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645.png?v8", + "codepoints": [ + "1f645" + ] + }, + "nicaragua": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ee.png?v8", + "codepoints": [ + "1f1f3", + "1f1ee" + ] + }, + "niger": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ea.png?v8", + "codepoints": [ + "1f1f3", + "1f1ea" + ] + }, + "nigeria": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ec.png?v8", + "codepoints": [ + "1f1f3", + "1f1ec" + ] + }, + "night_with_stars": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f303.png?v8", + "codepoints": [ + "1f303" + ] + }, + "nine": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0039-20e3.png?v8", + "codepoints": [ + "0039", + "20e3" + ] + }, + "niue": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1fa.png?v8", + "codepoints": [ + "1f1f3", + "1f1fa" + ] + }, + "no_bell": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f515.png?v8", + "codepoints": [ + "1f515" + ] + }, + "no_bicycles": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b3.png?v8", + "codepoints": [ + "1f6b3" + ] + }, + "no_entry": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26d4.png?v8", + "codepoints": [ + "26d4" + ] + }, + "no_entry_sign": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ab.png?v8", + "codepoints": [ + "1f6ab" + ] + }, + "no_good": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645.png?v8", + "codepoints": [ + "1f645" + ] + }, + "no_good_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645-2642.png?v8", + "codepoints": [ + "1f645", + "2642" + ] + }, + "no_good_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645.png?v8", + "codepoints": [ + "1f645" + ] + }, + "no_mobile_phones": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f5.png?v8", + "codepoints": [ + "1f4f5" + ] + }, + "no_mouth": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f636.png?v8", + "codepoints": [ + "1f636" + ] + }, + "no_pedestrians": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b7.png?v8", + "codepoints": [ + "1f6b7" + ] + }, + "no_smoking": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ad.png?v8", + "codepoints": [ + "1f6ad" + ] + }, + "non-potable_water": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b1.png?v8", + "codepoints": [ + "1f6b1" + ] + }, + "norfolk_island": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1eb.png?v8", + "codepoints": [ + "1f1f3", + "1f1eb" + ] + }, + "north_korea": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f5.png?v8", + "codepoints": [ + "1f1f0", + "1f1f5" + ] + }, + "northern_mariana_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f5.png?v8", + "codepoints": [ + "1f1f2", + "1f1f5" + ] + }, + "norway": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f4.png?v8", + "codepoints": [ + "1f1f3", + "1f1f4" + ] + }, + "nose": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f443.png?v8", + "codepoints": [ + "1f443" + ] + }, + "notebook": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d3.png?v8", + "codepoints": [ + "1f4d3" + ] + }, + "notebook_with_decorative_cover": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d4.png?v8", + "codepoints": [ + "1f4d4" + ] + }, + "notes": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b6.png?v8", + "codepoints": [ + "1f3b6" + ] + }, + "nut_and_bolt": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f529.png?v8", + "codepoints": [ + "1f529" + ] + }, + "o": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b55.png?v8", + "codepoints": [ + "2b55" + ] + }, + "o2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f17e.png?v8", + "codepoints": [ + "1f17e" + ] + }, + "ocean": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30a.png?v8", + "codepoints": [ + "1f30a" + ] + }, + "octocat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/octocat.png?v8" + }, + "octopus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f419.png?v8", + "codepoints": [ + "1f419" + ] + }, + "oden": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f362.png?v8", + "codepoints": [ + "1f362" + ] + }, + "office": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e2.png?v8", + "codepoints": [ + "1f3e2" + ] + }, + "oil_drum": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e2.png?v8", + "codepoints": [ + "1f6e2" + ] + }, + "ok": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f197.png?v8", + "codepoints": [ + "1f197" + ] + }, + "ok_hand": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44c.png?v8", + "codepoints": [ + "1f44c" + ] + }, + "ok_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f646-2642.png?v8", + "codepoints": [ + "1f646", + "2642" + ] + }, + "ok_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f646.png?v8", + "codepoints": [ + "1f646" + ] + }, + "old_key": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5dd.png?v8", + "codepoints": [ + "1f5dd" + ] + }, + "older_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f474.png?v8", + "codepoints": [ + "1f474" + ] + }, + "older_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f475.png?v8", + "codepoints": [ + "1f475" + ] + }, + "om": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f549.png?v8", + "codepoints": [ + "1f549" + ] + }, + "oman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f4-1f1f2.png?v8", + "codepoints": [ + "1f1f4", + "1f1f2" + ] + }, + "on": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51b.png?v8", + "codepoints": [ + "1f51b" + ] + }, + "oncoming_automobile": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f698.png?v8", + "codepoints": [ + "1f698" + ] + }, + "oncoming_bus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68d.png?v8", + "codepoints": [ + "1f68d" + ] + }, + "oncoming_police_car": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f694.png?v8", + "codepoints": [ + "1f694" + ] + }, + "oncoming_taxi": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f696.png?v8", + "codepoints": [ + "1f696" + ] + }, + "one": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0031-20e3.png?v8", + "codepoints": [ + "0031", + "20e3" + ] + }, + "open_book": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d6.png?v8", + "codepoints": [ + "1f4d6" + ] + }, + "open_file_folder": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c2.png?v8", + "codepoints": [ + "1f4c2" + ] + }, + "open_hands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f450.png?v8", + "codepoints": [ + "1f450" + ] + }, + "open_mouth": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62e.png?v8", + "codepoints": [ + "1f62e" + ] + }, + "open_umbrella": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2602.png?v8", + "codepoints": [ + "2602" + ] + }, + "ophiuchus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26ce.png?v8", + "codepoints": [ + "26ce" + ] + }, + "orange": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34a.png?v8", + "codepoints": [ + "1f34a" + ] + }, + "orange_book": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d9.png?v8", + "codepoints": [ + "1f4d9" + ] + }, + "orthodox_cross": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2626.png?v8", + "codepoints": [ + "2626" + ] + }, + "outbox_tray": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e4.png?v8", + "codepoints": [ + "1f4e4" + ] + }, + "owl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f989.png?v8", + "codepoints": [ + "1f989" + ] + }, + "ox": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f402.png?v8", + "codepoints": [ + "1f402" + ] + }, + "package": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e6.png?v8", + "codepoints": [ + "1f4e6" + ] + }, + "page_facing_up": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c4.png?v8", + "codepoints": [ + "1f4c4" + ] + }, + "page_with_curl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c3.png?v8", + "codepoints": [ + "1f4c3" + ] + }, + "pager": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4df.png?v8", + "codepoints": [ + "1f4df" + ] + }, + "paintbrush": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58c.png?v8", + "codepoints": [ + "1f58c" + ] + }, + "pakistan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f0.png?v8", + "codepoints": [ + "1f1f5", + "1f1f0" + ] + }, + "palau": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1fc.png?v8", + "codepoints": [ + "1f1f5", + "1f1fc" + ] + }, + "palestinian_territories": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f8.png?v8", + "codepoints": [ + "1f1f5", + "1f1f8" + ] + }, + "palm_tree": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f334.png?v8", + "codepoints": [ + "1f334" + ] + }, + "panama": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1e6.png?v8", + "codepoints": [ + "1f1f5", + "1f1e6" + ] + }, + "pancakes": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95e.png?v8", + "codepoints": [ + "1f95e" + ] + }, + "panda_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43c.png?v8", + "codepoints": [ + "1f43c" + ] + }, + "paperclip": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ce.png?v8", + "codepoints": [ + "1f4ce" + ] + }, + "paperclips": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f587.png?v8", + "codepoints": [ + "1f587" + ] + }, + "papua_new_guinea": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1ec.png?v8", + "codepoints": [ + "1f1f5", + "1f1ec" + ] + }, + "paraguay": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1fe.png?v8", + "codepoints": [ + "1f1f5", + "1f1fe" + ] + }, + "parasol_on_ground": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f1.png?v8", + "codepoints": [ + "26f1" + ] + }, + "parking": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f17f.png?v8", + "codepoints": [ + "1f17f" + ] + }, + "part_alternation_mark": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/303d.png?v8", + "codepoints": [ + "303d" + ] + }, + "partly_sunny": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26c5.png?v8", + "codepoints": [ + "26c5" + ] + }, + "passenger_ship": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f3.png?v8", + "codepoints": [ + "1f6f3" + ] + }, + "passport_control": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c2.png?v8", + "codepoints": [ + "1f6c2" + ] + }, + "pause_button": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f8.png?v8", + "codepoints": [ + "23f8" + ] + }, + "paw_prints": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43e.png?v8", + "codepoints": [ + "1f43e" + ] + }, + "peace_symbol": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/262e.png?v8", + "codepoints": [ + "262e" + ] + }, + "peach": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f351.png?v8", + "codepoints": [ + "1f351" + ] + }, + "peanuts": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95c.png?v8", + "codepoints": [ + "1f95c" + ] + }, + "pear": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f350.png?v8", + "codepoints": [ + "1f350" + ] + }, + "pen": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58a.png?v8", + "codepoints": [ + "1f58a" + ] + }, + "pencil": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png?v8", + "codepoints": [ + "1f4dd" + ] + }, + "pencil2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270f.png?v8", + "codepoints": [ + "270f" + ] + }, + "penguin": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f427.png?v8", + "codepoints": [ + "1f427" + ] + }, + "pensive": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f614.png?v8", + "codepoints": [ + "1f614" + ] + }, + "performing_arts": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ad.png?v8", + "codepoints": [ + "1f3ad" + ] + }, + "persevere": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f623.png?v8", + "codepoints": [ + "1f623" + ] + }, + "person_fencing": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93a.png?v8", + "codepoints": [ + "1f93a" + ] + }, + "person_frowning": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64d.png?v8", + "codepoints": [ + "1f64d" + ] + }, + "person_with_blond_hair": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f471.png?v8", + "codepoints": [ + "1f471" + ] + }, + "person_with_pouting_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64e.png?v8", + "codepoints": [ + "1f64e" + ] + }, + "peru": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1ea.png?v8", + "codepoints": [ + "1f1f5", + "1f1ea" + ] + }, + "philippines": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1ed.png?v8", + "codepoints": [ + "1f1f5", + "1f1ed" + ] + }, + "phone": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/260e.png?v8", + "codepoints": [ + "260e" + ] + }, + "pick": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26cf.png?v8", + "codepoints": [ + "26cf" + ] + }, + "pig": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f437.png?v8", + "codepoints": [ + "1f437" + ] + }, + "pig2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f416.png?v8", + "codepoints": [ + "1f416" + ] + }, + "pig_nose": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43d.png?v8", + "codepoints": [ + "1f43d" + ] + }, + "pill": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48a.png?v8", + "codepoints": [ + "1f48a" + ] + }, + "pineapple": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34d.png?v8", + "codepoints": [ + "1f34d" + ] + }, + "ping_pong": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d3.png?v8", + "codepoints": [ + "1f3d3" + ] + }, + "pisces": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2653.png?v8", + "codepoints": [ + "2653" + ] + }, + "pitcairn_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f3.png?v8", + "codepoints": [ + "1f1f5", + "1f1f3" + ] + }, + "pizza": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f355.png?v8", + "codepoints": [ + "1f355" + ] + }, + "place_of_worship": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6d0.png?v8", + "codepoints": [ + "1f6d0" + ] + }, + "plate_with_cutlery": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37d.png?v8", + "codepoints": [ + "1f37d" + ] + }, + "play_or_pause_button": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ef.png?v8", + "codepoints": [ + "23ef" + ] + }, + "point_down": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f447.png?v8", + "codepoints": [ + "1f447" + ] + }, + "point_left": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f448.png?v8", + "codepoints": [ + "1f448" + ] + }, + "point_right": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f449.png?v8", + "codepoints": [ + "1f449" + ] + }, + "point_up": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/261d.png?v8", + "codepoints": [ + "261d" + ] + }, + "point_up_2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f446.png?v8", + "codepoints": [ + "1f446" + ] + }, + "poland": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f1.png?v8", + "codepoints": [ + "1f1f5", + "1f1f1" + ] + }, + "police_car": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f693.png?v8", + "codepoints": [ + "1f693" + ] + }, + "policeman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46e.png?v8", + "codepoints": [ + "1f46e" + ] + }, + "policewoman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46e-2640.png?v8", + "codepoints": [ + "1f46e", + "2640" + ] + }, + "poodle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f429.png?v8", + "codepoints": [ + "1f429" + ] + }, + "poop": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a9.png?v8", + "codepoints": [ + "1f4a9" + ] + }, + "popcorn": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37f.png?v8", + "codepoints": [ + "1f37f" + ] + }, + "portugal": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f9.png?v8", + "codepoints": [ + "1f1f5", + "1f1f9" + ] + }, + "post_office": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e3.png?v8", + "codepoints": [ + "1f3e3" + ] + }, + "postal_horn": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ef.png?v8", + "codepoints": [ + "1f4ef" + ] + }, + "postbox": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ee.png?v8", + "codepoints": [ + "1f4ee" + ] + }, + "potable_water": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b0.png?v8", + "codepoints": [ + "1f6b0" + ] + }, + "potato": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f954.png?v8", + "codepoints": [ + "1f954" + ] + }, + "pouch": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45d.png?v8", + "codepoints": [ + "1f45d" + ] + }, + "poultry_leg": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f357.png?v8", + "codepoints": [ + "1f357" + ] + }, + "pound": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b7.png?v8", + "codepoints": [ + "1f4b7" + ] + }, + "pout": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f621.png?v8", + "codepoints": [ + "1f621" + ] + }, + "pouting_cat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63e.png?v8", + "codepoints": [ + "1f63e" + ] + }, + "pouting_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64e-2642.png?v8", + "codepoints": [ + "1f64e", + "2642" + ] + }, + "pouting_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64e.png?v8", + "codepoints": [ + "1f64e" + ] + }, + "pray": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64f.png?v8", + "codepoints": [ + "1f64f" + ] + }, + "prayer_beads": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ff.png?v8", + "codepoints": [ + "1f4ff" + ] + }, + "pregnant_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f930.png?v8", + "codepoints": [ + "1f930" + ] + }, + "previous_track_button": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ee.png?v8", + "codepoints": [ + "23ee" + ] + }, + "prince": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f934.png?v8", + "codepoints": [ + "1f934" + ] + }, + "princess": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f478.png?v8", + "codepoints": [ + "1f478" + ] + }, + "printer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5a8.png?v8", + "codepoints": [ + "1f5a8" + ] + }, + "puerto_rico": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f7.png?v8", + "codepoints": [ + "1f1f5", + "1f1f7" + ] + }, + "punch": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44a.png?v8", + "codepoints": [ + "1f44a" + ] + }, + "purple_heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49c.png?v8", + "codepoints": [ + "1f49c" + ] + }, + "purse": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45b.png?v8", + "codepoints": [ + "1f45b" + ] + }, + "pushpin": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cc.png?v8", + "codepoints": [ + "1f4cc" + ] + }, + "put_litter_in_its_place": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ae.png?v8", + "codepoints": [ + "1f6ae" + ] + }, + "qatar": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f6-1f1e6.png?v8", + "codepoints": [ + "1f1f6", + "1f1e6" + ] + }, + "question": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2753.png?v8", + "codepoints": [ + "2753" + ] + }, + "rabbit": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f430.png?v8", + "codepoints": [ + "1f430" + ] + }, + "rabbit2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f407.png?v8", + "codepoints": [ + "1f407" + ] + }, + "racehorse": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40e.png?v8", + "codepoints": [ + "1f40e" + ] + }, + "racing_car": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ce.png?v8", + "codepoints": [ + "1f3ce" + ] + }, + "radio": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fb.png?v8", + "codepoints": [ + "1f4fb" + ] + }, + "radio_button": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f518.png?v8", + "codepoints": [ + "1f518" + ] + }, + "radioactive": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2622.png?v8", + "codepoints": [ + "2622" + ] + }, + "rage": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f621.png?v8", + "codepoints": [ + "1f621" + ] + }, + "rage1": { + "src": "https://assets-cdn.github.com/images/icons/emoji/rage1.png?v8" + }, + "rage2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/rage2.png?v8" + }, + "rage3": { + "src": "https://assets-cdn.github.com/images/icons/emoji/rage3.png?v8" + }, + "rage4": { + "src": "https://assets-cdn.github.com/images/icons/emoji/rage4.png?v8" + }, + "railway_car": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f683.png?v8", + "codepoints": [ + "1f683" + ] + }, + "railway_track": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e4.png?v8", + "codepoints": [ + "1f6e4" + ] + }, + "rainbow": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f308.png?v8", + "codepoints": [ + "1f308" + ] + }, + "rainbow_flag": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f3-1f308.png?v8", + "codepoints": [ + "1f3f3", + "1f308" + ] + }, + "raised_back_of_hand": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91a.png?v8", + "codepoints": [ + "1f91a" + ] + }, + "raised_hand": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270b.png?v8", + "codepoints": [ + "270b" + ] + }, + "raised_hand_with_fingers_splayed": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f590.png?v8", + "codepoints": [ + "1f590" + ] + }, + "raised_hands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64c.png?v8", + "codepoints": [ + "1f64c" + ] + }, + "raising_hand": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64b.png?v8", + "codepoints": [ + "1f64b" + ] + }, + "raising_hand_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64b-2642.png?v8", + "codepoints": [ + "1f64b", + "2642" + ] + }, + "raising_hand_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64b.png?v8", + "codepoints": [ + "1f64b" + ] + }, + "ram": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40f.png?v8", + "codepoints": [ + "1f40f" + ] + }, + "ramen": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35c.png?v8", + "codepoints": [ + "1f35c" + ] + }, + "rat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f400.png?v8", + "codepoints": [ + "1f400" + ] + }, + "record_button": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23fa.png?v8", + "codepoints": [ + "23fa" + ] + }, + "recycle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/267b.png?v8", + "codepoints": [ + "267b" + ] + }, + "red_car": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f697.png?v8", + "codepoints": [ + "1f697" + ] + }, + "red_circle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f534.png?v8", + "codepoints": [ + "1f534" + ] + }, + "registered": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/00ae.png?v8", + "codepoints": [ + "00ae" + ] + }, + "relaxed": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/263a.png?v8", + "codepoints": [ + "263a" + ] + }, + "relieved": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60c.png?v8", + "codepoints": [ + "1f60c" + ] + }, + "reminder_ribbon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f397.png?v8", + "codepoints": [ + "1f397" + ] + }, + "repeat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f501.png?v8", + "codepoints": [ + "1f501" + ] + }, + "repeat_one": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f502.png?v8", + "codepoints": [ + "1f502" + ] + }, + "rescue_worker_helmet": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26d1.png?v8", + "codepoints": [ + "26d1" + ] + }, + "restroom": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bb.png?v8", + "codepoints": [ + "1f6bb" + ] + }, + "reunion": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1ea.png?v8", + "codepoints": [ + "1f1f7", + "1f1ea" + ] + }, + "revolving_hearts": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49e.png?v8", + "codepoints": [ + "1f49e" + ] + }, + "rewind": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ea.png?v8", + "codepoints": [ + "23ea" + ] + }, + "rhinoceros": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98f.png?v8", + "codepoints": [ + "1f98f" + ] + }, + "ribbon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f380.png?v8", + "codepoints": [ + "1f380" + ] + }, + "rice": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35a.png?v8", + "codepoints": [ + "1f35a" + ] + }, + "rice_ball": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f359.png?v8", + "codepoints": [ + "1f359" + ] + }, + "rice_cracker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f358.png?v8", + "codepoints": [ + "1f358" + ] + }, + "rice_scene": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f391.png?v8", + "codepoints": [ + "1f391" + ] + }, + "right_anger_bubble": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5ef.png?v8", + "codepoints": [ + "1f5ef" + ] + }, + "ring": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48d.png?v8", + "codepoints": [ + "1f48d" + ] + }, + "robot": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f916.png?v8", + "codepoints": [ + "1f916" + ] + }, + "rocket": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f680.png?v8", + "codepoints": [ + "1f680" + ] + }, + "rofl": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f923.png?v8", + "codepoints": [ + "1f923" + ] + }, + "roll_eyes": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f644.png?v8", + "codepoints": [ + "1f644" + ] + }, + "roller_coaster": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a2.png?v8", + "codepoints": [ + "1f3a2" + ] + }, + "romania": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1f4.png?v8", + "codepoints": [ + "1f1f7", + "1f1f4" + ] + }, + "rooster": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f413.png?v8", + "codepoints": [ + "1f413" + ] + }, + "rose": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f339.png?v8", + "codepoints": [ + "1f339" + ] + }, + "rosette": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f5.png?v8", + "codepoints": [ + "1f3f5" + ] + }, + "rotating_light": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a8.png?v8", + "codepoints": [ + "1f6a8" + ] + }, + "round_pushpin": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cd.png?v8", + "codepoints": [ + "1f4cd" + ] + }, + "rowboat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a3.png?v8", + "codepoints": [ + "1f6a3" + ] + }, + "rowing_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a3.png?v8", + "codepoints": [ + "1f6a3" + ] + }, + "rowing_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a3-2640.png?v8", + "codepoints": [ + "1f6a3", + "2640" + ] + }, + "ru": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1fa.png?v8", + "codepoints": [ + "1f1f7", + "1f1fa" + ] + }, + "rugby_football": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c9.png?v8", + "codepoints": [ + "1f3c9" + ] + }, + "runner": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3.png?v8", + "codepoints": [ + "1f3c3" + ] + }, + "running": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3.png?v8", + "codepoints": [ + "1f3c3" + ] + }, + "running_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3.png?v8", + "codepoints": [ + "1f3c3" + ] + }, + "running_shirt_with_sash": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bd.png?v8", + "codepoints": [ + "1f3bd" + ] + }, + "running_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3-2640.png?v8", + "codepoints": [ + "1f3c3", + "2640" + ] + }, + "rwanda": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1fc.png?v8", + "codepoints": [ + "1f1f7", + "1f1fc" + ] + }, + "sa": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f202.png?v8", + "codepoints": [ + "1f202" + ] + }, + "sagittarius": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2650.png?v8", + "codepoints": [ + "2650" + ] + }, + "sailboat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f5.png?v8", + "codepoints": [ + "26f5" + ] + }, + "sake": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f376.png?v8", + "codepoints": [ + "1f376" + ] + }, + "samoa": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fc-1f1f8.png?v8", + "codepoints": [ + "1f1fc", + "1f1f8" + ] + }, + "san_marino": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f2.png?v8", + "codepoints": [ + "1f1f8", + "1f1f2" + ] + }, + "sandal": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f461.png?v8", + "codepoints": [ + "1f461" + ] + }, + "santa": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f385.png?v8", + "codepoints": [ + "1f385" + ] + }, + "sao_tome_principe": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f9.png?v8", + "codepoints": [ + "1f1f8", + "1f1f9" + ] + }, + "satellite": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e1.png?v8", + "codepoints": [ + "1f4e1" + ] + }, + "satisfied": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f606.png?v8", + "codepoints": [ + "1f606" + ] + }, + "saudi_arabia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e6.png?v8", + "codepoints": [ + "1f1f8", + "1f1e6" + ] + }, + "saxophone": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b7.png?v8", + "codepoints": [ + "1f3b7" + ] + }, + "school": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3eb.png?v8", + "codepoints": [ + "1f3eb" + ] + }, + "school_satchel": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f392.png?v8", + "codepoints": [ + "1f392" + ] + }, + "scissors": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2702.png?v8", + "codepoints": [ + "2702" + ] + }, + "scorpion": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f982.png?v8", + "codepoints": [ + "1f982" + ] + }, + "scorpius": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264f.png?v8", + "codepoints": [ + "264f" + ] + }, + "scream": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f631.png?v8", + "codepoints": [ + "1f631" + ] + }, + "scream_cat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f640.png?v8", + "codepoints": [ + "1f640" + ] + }, + "scroll": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dc.png?v8", + "codepoints": [ + "1f4dc" + ] + }, + "seat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ba.png?v8", + "codepoints": [ + "1f4ba" + ] + }, + "secret": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/3299.png?v8", + "codepoints": [ + "3299" + ] + }, + "see_no_evil": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f648.png?v8", + "codepoints": [ + "1f648" + ] + }, + "seedling": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f331.png?v8", + "codepoints": [ + "1f331" + ] + }, + "selfie": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f933.png?v8", + "codepoints": [ + "1f933" + ] + }, + "senegal": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f3.png?v8", + "codepoints": [ + "1f1f8", + "1f1f3" + ] + }, + "serbia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1f8.png?v8", + "codepoints": [ + "1f1f7", + "1f1f8" + ] + }, + "seven": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0037-20e3.png?v8", + "codepoints": [ + "0037", + "20e3" + ] + }, + "seychelles": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e8.png?v8", + "codepoints": [ + "1f1f8", + "1f1e8" + ] + }, + "shallow_pan_of_food": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f958.png?v8", + "codepoints": [ + "1f958" + ] + }, + "shamrock": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2618.png?v8", + "codepoints": [ + "2618" + ] + }, + "shark": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f988.png?v8", + "codepoints": [ + "1f988" + ] + }, + "shaved_ice": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f367.png?v8", + "codepoints": [ + "1f367" + ] + }, + "sheep": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f411.png?v8", + "codepoints": [ + "1f411" + ] + }, + "shell": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41a.png?v8", + "codepoints": [ + "1f41a" + ] + }, + "shield": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e1.png?v8", + "codepoints": [ + "1f6e1" + ] + }, + "shinto_shrine": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26e9.png?v8", + "codepoints": [ + "26e9" + ] + }, + "ship": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a2.png?v8", + "codepoints": [ + "1f6a2" + ] + }, + "shipit": { + "src": "https://assets-cdn.github.com/images/icons/emoji/shipit.png?v8" + }, + "shirt": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f455.png?v8", + "codepoints": [ + "1f455" + ] + }, + "shit": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a9.png?v8", + "codepoints": [ + "1f4a9" + ] + }, + "shoe": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45e.png?v8", + "codepoints": [ + "1f45e" + ] + }, + "shopping": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cd.png?v8", + "codepoints": [ + "1f6cd" + ] + }, + "shopping_cart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6d2.png?v8", + "codepoints": [ + "1f6d2" + ] + }, + "shower": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bf.png?v8", + "codepoints": [ + "1f6bf" + ] + }, + "shrimp": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f990.png?v8", + "codepoints": [ + "1f990" + ] + }, + "sierra_leone": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f1.png?v8", + "codepoints": [ + "1f1f8", + "1f1f1" + ] + }, + "signal_strength": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f6.png?v8", + "codepoints": [ + "1f4f6" + ] + }, + "singapore": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ec.png?v8", + "codepoints": [ + "1f1f8", + "1f1ec" + ] + }, + "sint_maarten": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1fd.png?v8", + "codepoints": [ + "1f1f8", + "1f1fd" + ] + }, + "six": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0036-20e3.png?v8", + "codepoints": [ + "0036", + "20e3" + ] + }, + "six_pointed_star": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52f.png?v8", + "codepoints": [ + "1f52f" + ] + }, + "ski": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bf.png?v8", + "codepoints": [ + "1f3bf" + ] + }, + "skier": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f7.png?v8", + "codepoints": [ + "26f7" + ] + }, + "skull": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f480.png?v8", + "codepoints": [ + "1f480" + ] + }, + "skull_and_crossbones": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2620.png?v8", + "codepoints": [ + "2620" + ] + }, + "sleeping": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f634.png?v8", + "codepoints": [ + "1f634" + ] + }, + "sleeping_bed": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cc.png?v8", + "codepoints": [ + "1f6cc" + ] + }, + "sleepy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62a.png?v8", + "codepoints": [ + "1f62a" + ] + }, + "slightly_frowning_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f641.png?v8", + "codepoints": [ + "1f641" + ] + }, + "slightly_smiling_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f642.png?v8", + "codepoints": [ + "1f642" + ] + }, + "slot_machine": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b0.png?v8", + "codepoints": [ + "1f3b0" + ] + }, + "slovakia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f0.png?v8", + "codepoints": [ + "1f1f8", + "1f1f0" + ] + }, + "slovenia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ee.png?v8", + "codepoints": [ + "1f1f8", + "1f1ee" + ] + }, + "small_airplane": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e9.png?v8", + "codepoints": [ + "1f6e9" + ] + }, + "small_blue_diamond": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f539.png?v8", + "codepoints": [ + "1f539" + ] + }, + "small_orange_diamond": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f538.png?v8", + "codepoints": [ + "1f538" + ] + }, + "small_red_triangle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53a.png?v8", + "codepoints": [ + "1f53a" + ] + }, + "small_red_triangle_down": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53b.png?v8", + "codepoints": [ + "1f53b" + ] + }, + "smile": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f604.png?v8", + "codepoints": [ + "1f604" + ] + }, + "smile_cat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f638.png?v8", + "codepoints": [ + "1f638" + ] + }, + "smiley": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f603.png?v8", + "codepoints": [ + "1f603" + ] + }, + "smiley_cat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63a.png?v8", + "codepoints": [ + "1f63a" + ] + }, + "smiling_imp": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f608.png?v8", + "codepoints": [ + "1f608" + ] + }, + "smirk": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60f.png?v8", + "codepoints": [ + "1f60f" + ] + }, + "smirk_cat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63c.png?v8", + "codepoints": [ + "1f63c" + ] + }, + "smoking": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ac.png?v8", + "codepoints": [ + "1f6ac" + ] + }, + "snail": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40c.png?v8", + "codepoints": [ + "1f40c" + ] + }, + "snake": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40d.png?v8", + "codepoints": [ + "1f40d" + ] + }, + "sneezing_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f927.png?v8", + "codepoints": [ + "1f927" + ] + }, + "snowboarder": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c2.png?v8", + "codepoints": [ + "1f3c2" + ] + }, + "snowflake": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2744.png?v8", + "codepoints": [ + "2744" + ] + }, + "snowman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26c4.png?v8", + "codepoints": [ + "26c4" + ] + }, + "snowman_with_snow": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2603.png?v8", + "codepoints": [ + "2603" + ] + }, + "sob": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62d.png?v8", + "codepoints": [ + "1f62d" + ] + }, + "soccer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26bd.png?v8", + "codepoints": [ + "26bd" + ] + }, + "solomon_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e7.png?v8", + "codepoints": [ + "1f1f8", + "1f1e7" + ] + }, + "somalia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f4.png?v8", + "codepoints": [ + "1f1f8", + "1f1f4" + ] + }, + "soon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51c.png?v8", + "codepoints": [ + "1f51c" + ] + }, + "sos": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f198.png?v8", + "codepoints": [ + "1f198" + ] + }, + "sound": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f509.png?v8", + "codepoints": [ + "1f509" + ] + }, + "south_africa": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ff-1f1e6.png?v8", + "codepoints": [ + "1f1ff", + "1f1e6" + ] + }, + "south_georgia_south_sandwich_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f8.png?v8", + "codepoints": [ + "1f1ec", + "1f1f8" + ] + }, + "south_sudan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f8.png?v8", + "codepoints": [ + "1f1f8", + "1f1f8" + ] + }, + "space_invader": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47e.png?v8", + "codepoints": [ + "1f47e" + ] + }, + "spades": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2660.png?v8", + "codepoints": [ + "2660" + ] + }, + "spaghetti": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35d.png?v8", + "codepoints": [ + "1f35d" + ] + }, + "sparkle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2747.png?v8", + "codepoints": [ + "2747" + ] + }, + "sparkler": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f387.png?v8", + "codepoints": [ + "1f387" + ] + }, + "sparkles": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2728.png?v8", + "codepoints": [ + "2728" + ] + }, + "sparkling_heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f496.png?v8", + "codepoints": [ + "1f496" + ] + }, + "speak_no_evil": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64a.png?v8", + "codepoints": [ + "1f64a" + ] + }, + "speaker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f508.png?v8", + "codepoints": [ + "1f508" + ] + }, + "speaking_head": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5e3.png?v8", + "codepoints": [ + "1f5e3" + ] + }, + "speech_balloon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ac.png?v8", + "codepoints": [ + "1f4ac" + ] + }, + "speedboat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a4.png?v8", + "codepoints": [ + "1f6a4" + ] + }, + "spider": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f577.png?v8", + "codepoints": [ + "1f577" + ] + }, + "spider_web": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f578.png?v8", + "codepoints": [ + "1f578" + ] + }, + "spiral_calendar": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5d3.png?v8", + "codepoints": [ + "1f5d3" + ] + }, + "spiral_notepad": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5d2.png?v8", + "codepoints": [ + "1f5d2" + ] + }, + "spoon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f944.png?v8", + "codepoints": [ + "1f944" + ] + }, + "squid": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f991.png?v8", + "codepoints": [ + "1f991" + ] + }, + "squirrel": { + "src": "https://assets-cdn.github.com/images/icons/emoji/shipit.png?v8" + }, + "sri_lanka": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f0.png?v8", + "codepoints": [ + "1f1f1", + "1f1f0" + ] + }, + "st_barthelemy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f1.png?v8", + "codepoints": [ + "1f1e7", + "1f1f1" + ] + }, + "st_helena": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ed.png?v8", + "codepoints": [ + "1f1f8", + "1f1ed" + ] + }, + "st_kitts_nevis": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f3.png?v8", + "codepoints": [ + "1f1f0", + "1f1f3" + ] + }, + "st_lucia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1e8.png?v8", + "codepoints": [ + "1f1f1", + "1f1e8" + ] + }, + "st_pierre_miquelon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f2.png?v8", + "codepoints": [ + "1f1f5", + "1f1f2" + ] + }, + "st_vincent_grenadines": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1e8.png?v8", + "codepoints": [ + "1f1fb", + "1f1e8" + ] + }, + "stadium": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3df.png?v8", + "codepoints": [ + "1f3df" + ] + }, + "star": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b50.png?v8", + "codepoints": [ + "2b50" + ] + }, + "star2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31f.png?v8", + "codepoints": [ + "1f31f" + ] + }, + "star_and_crescent": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/262a.png?v8", + "codepoints": [ + "262a" + ] + }, + "star_of_david": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2721.png?v8", + "codepoints": [ + "2721" + ] + }, + "stars": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f320.png?v8", + "codepoints": [ + "1f320" + ] + }, + "station": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f689.png?v8", + "codepoints": [ + "1f689" + ] + }, + "statue_of_liberty": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fd.png?v8", + "codepoints": [ + "1f5fd" + ] + }, + "steam_locomotive": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f682.png?v8", + "codepoints": [ + "1f682" + ] + }, + "stew": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f372.png?v8", + "codepoints": [ + "1f372" + ] + }, + "stop_button": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f9.png?v8", + "codepoints": [ + "23f9" + ] + }, + "stop_sign": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6d1.png?v8", + "codepoints": [ + "1f6d1" + ] + }, + "stopwatch": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f1.png?v8", + "codepoints": [ + "23f1" + ] + }, + "straight_ruler": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cf.png?v8", + "codepoints": [ + "1f4cf" + ] + }, + "strawberry": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f353.png?v8", + "codepoints": [ + "1f353" + ] + }, + "stuck_out_tongue": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61b.png?v8", + "codepoints": [ + "1f61b" + ] + }, + "stuck_out_tongue_closed_eyes": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61d.png?v8", + "codepoints": [ + "1f61d" + ] + }, + "stuck_out_tongue_winking_eye": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61c.png?v8", + "codepoints": [ + "1f61c" + ] + }, + "studio_microphone": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f399.png?v8", + "codepoints": [ + "1f399" + ] + }, + "stuffed_flatbread": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f959.png?v8", + "codepoints": [ + "1f959" + ] + }, + "sudan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e9.png?v8", + "codepoints": [ + "1f1f8", + "1f1e9" + ] + }, + "sun_behind_large_cloud": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f325.png?v8", + "codepoints": [ + "1f325" + ] + }, + "sun_behind_rain_cloud": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f326.png?v8", + "codepoints": [ + "1f326" + ] + }, + "sun_behind_small_cloud": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f324.png?v8", + "codepoints": [ + "1f324" + ] + }, + "sun_with_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31e.png?v8", + "codepoints": [ + "1f31e" + ] + }, + "sunflower": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33b.png?v8", + "codepoints": [ + "1f33b" + ] + }, + "sunglasses": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60e.png?v8", + "codepoints": [ + "1f60e" + ] + }, + "sunny": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2600.png?v8", + "codepoints": [ + "2600" + ] + }, + "sunrise": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f305.png?v8", + "codepoints": [ + "1f305" + ] + }, + "sunrise_over_mountains": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f304.png?v8", + "codepoints": [ + "1f304" + ] + }, + "surfer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c4.png?v8", + "codepoints": [ + "1f3c4" + ] + }, + "surfing_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c4.png?v8", + "codepoints": [ + "1f3c4" + ] + }, + "surfing_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c4-2640.png?v8", + "codepoints": [ + "1f3c4", + "2640" + ] + }, + "suriname": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f7.png?v8", + "codepoints": [ + "1f1f8", + "1f1f7" + ] + }, + "sushi": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f363.png?v8", + "codepoints": [ + "1f363" + ] + }, + "suspect": { + "src": "https://assets-cdn.github.com/images/icons/emoji/suspect.png?v8" + }, + "suspension_railway": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69f.png?v8", + "codepoints": [ + "1f69f" + ] + }, + "swaziland": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ff.png?v8", + "codepoints": [ + "1f1f8", + "1f1ff" + ] + }, + "sweat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f613.png?v8", + "codepoints": [ + "1f613" + ] + }, + "sweat_drops": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a6.png?v8", + "codepoints": [ + "1f4a6" + ] + }, + "sweat_smile": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f605.png?v8", + "codepoints": [ + "1f605" + ] + }, + "sweden": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ea.png?v8", + "codepoints": [ + "1f1f8", + "1f1ea" + ] + }, + "sweet_potato": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f360.png?v8", + "codepoints": [ + "1f360" + ] + }, + "swimmer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ca.png?v8", + "codepoints": [ + "1f3ca" + ] + }, + "swimming_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ca.png?v8", + "codepoints": [ + "1f3ca" + ] + }, + "swimming_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ca-2640.png?v8", + "codepoints": [ + "1f3ca", + "2640" + ] + }, + "switzerland": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ed.png?v8", + "codepoints": [ + "1f1e8", + "1f1ed" + ] + }, + "symbols": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f523.png?v8", + "codepoints": [ + "1f523" + ] + }, + "synagogue": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54d.png?v8", + "codepoints": [ + "1f54d" + ] + }, + "syria": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1fe.png?v8", + "codepoints": [ + "1f1f8", + "1f1fe" + ] + }, + "syringe": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f489.png?v8", + "codepoints": [ + "1f489" + ] + }, + "taco": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32e.png?v8", + "codepoints": [ + "1f32e" + ] + }, + "tada": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f389.png?v8", + "codepoints": [ + "1f389" + ] + }, + "taiwan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1fc.png?v8", + "codepoints": [ + "1f1f9", + "1f1fc" + ] + }, + "tajikistan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ef.png?v8", + "codepoints": [ + "1f1f9", + "1f1ef" + ] + }, + "tanabata_tree": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38b.png?v8", + "codepoints": [ + "1f38b" + ] + }, + "tangerine": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34a.png?v8", + "codepoints": [ + "1f34a" + ] + }, + "tanzania": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ff.png?v8", + "codepoints": [ + "1f1f9", + "1f1ff" + ] + }, + "taurus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2649.png?v8", + "codepoints": [ + "2649" + ] + }, + "taxi": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f695.png?v8", + "codepoints": [ + "1f695" + ] + }, + "tea": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f375.png?v8", + "codepoints": [ + "1f375" + ] + }, + "telephone": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/260e.png?v8", + "codepoints": [ + "260e" + ] + }, + "telephone_receiver": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4de.png?v8", + "codepoints": [ + "1f4de" + ] + }, + "telescope": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52d.png?v8", + "codepoints": [ + "1f52d" + ] + }, + "tennis": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3be.png?v8", + "codepoints": [ + "1f3be" + ] + }, + "tent": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26fa.png?v8", + "codepoints": [ + "26fa" + ] + }, + "thailand": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ed.png?v8", + "codepoints": [ + "1f1f9", + "1f1ed" + ] + }, + "thermometer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f321.png?v8", + "codepoints": [ + "1f321" + ] + }, + "thinking": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f914.png?v8", + "codepoints": [ + "1f914" + ] + }, + "thought_balloon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ad.png?v8", + "codepoints": [ + "1f4ad" + ] + }, + "three": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0033-20e3.png?v8", + "codepoints": [ + "0033", + "20e3" + ] + }, + "thumbsdown": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44e.png?v8", + "codepoints": [ + "1f44e" + ] + }, + "thumbsup": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png?v8", + "codepoints": [ + "1f44d" + ] + }, + "ticket": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ab.png?v8", + "codepoints": [ + "1f3ab" + ] + }, + "tickets": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39f.png?v8", + "codepoints": [ + "1f39f" + ] + }, + "tiger": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42f.png?v8", + "codepoints": [ + "1f42f" + ] + }, + "tiger2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f405.png?v8", + "codepoints": [ + "1f405" + ] + }, + "timer_clock": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f2.png?v8", + "codepoints": [ + "23f2" + ] + }, + "timor_leste": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f1.png?v8", + "codepoints": [ + "1f1f9", + "1f1f1" + ] + }, + "tipping_hand_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f481-2642.png?v8", + "codepoints": [ + "1f481", + "2642" + ] + }, + "tipping_hand_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f481.png?v8", + "codepoints": [ + "1f481" + ] + }, + "tired_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62b.png?v8", + "codepoints": [ + "1f62b" + ] + }, + "tm": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2122.png?v8", + "codepoints": [ + "2122" + ] + }, + "togo": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ec.png?v8", + "codepoints": [ + "1f1f9", + "1f1ec" + ] + }, + "toilet": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bd.png?v8", + "codepoints": [ + "1f6bd" + ] + }, + "tokelau": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f0.png?v8", + "codepoints": [ + "1f1f9", + "1f1f0" + ] + }, + "tokyo_tower": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fc.png?v8", + "codepoints": [ + "1f5fc" + ] + }, + "tomato": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f345.png?v8", + "codepoints": [ + "1f345" + ] + }, + "tonga": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f4.png?v8", + "codepoints": [ + "1f1f9", + "1f1f4" + ] + }, + "tongue": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f445.png?v8", + "codepoints": [ + "1f445" + ] + }, + "top": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51d.png?v8", + "codepoints": [ + "1f51d" + ] + }, + "tophat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a9.png?v8", + "codepoints": [ + "1f3a9" + ] + }, + "tornado": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32a.png?v8", + "codepoints": [ + "1f32a" + ] + }, + "tr": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f7.png?v8", + "codepoints": [ + "1f1f9", + "1f1f7" + ] + }, + "trackball": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5b2.png?v8", + "codepoints": [ + "1f5b2" + ] + }, + "tractor": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69c.png?v8", + "codepoints": [ + "1f69c" + ] + }, + "traffic_light": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a5.png?v8", + "codepoints": [ + "1f6a5" + ] + }, + "train": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68b.png?v8", + "codepoints": [ + "1f68b" + ] + }, + "train2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f686.png?v8", + "codepoints": [ + "1f686" + ] + }, + "tram": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68a.png?v8", + "codepoints": [ + "1f68a" + ] + }, + "triangular_flag_on_post": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a9.png?v8", + "codepoints": [ + "1f6a9" + ] + }, + "triangular_ruler": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d0.png?v8", + "codepoints": [ + "1f4d0" + ] + }, + "trident": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f531.png?v8", + "codepoints": [ + "1f531" + ] + }, + "trinidad_tobago": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f9.png?v8", + "codepoints": [ + "1f1f9", + "1f1f9" + ] + }, + "triumph": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f624.png?v8", + "codepoints": [ + "1f624" + ] + }, + "trolleybus": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68e.png?v8", + "codepoints": [ + "1f68e" + ] + }, + "trollface": { + "src": "https://assets-cdn.github.com/images/icons/emoji/trollface.png?v8" + }, + "trophy": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c6.png?v8", + "codepoints": [ + "1f3c6" + ] + }, + "tropical_drink": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f379.png?v8", + "codepoints": [ + "1f379" + ] + }, + "tropical_fish": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f420.png?v8", + "codepoints": [ + "1f420" + ] + }, + "truck": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69a.png?v8", + "codepoints": [ + "1f69a" + ] + }, + "trumpet": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ba.png?v8", + "codepoints": [ + "1f3ba" + ] + }, + "tshirt": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f455.png?v8", + "codepoints": [ + "1f455" + ] + }, + "tulip": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f337.png?v8", + "codepoints": [ + "1f337" + ] + }, + "tumbler_glass": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f943.png?v8", + "codepoints": [ + "1f943" + ] + }, + "tunisia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f3.png?v8", + "codepoints": [ + "1f1f9", + "1f1f3" + ] + }, + "turkey": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f983.png?v8", + "codepoints": [ + "1f983" + ] + }, + "turkmenistan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f2.png?v8", + "codepoints": [ + "1f1f9", + "1f1f2" + ] + }, + "turks_caicos_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1e8.png?v8", + "codepoints": [ + "1f1f9", + "1f1e8" + ] + }, + "turtle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f422.png?v8", + "codepoints": [ + "1f422" + ] + }, + "tuvalu": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1fb.png?v8", + "codepoints": [ + "1f1f9", + "1f1fb" + ] + }, + "tv": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fa.png?v8", + "codepoints": [ + "1f4fa" + ] + }, + "twisted_rightwards_arrows": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f500.png?v8", + "codepoints": [ + "1f500" + ] + }, + "two": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0032-20e3.png?v8", + "codepoints": [ + "0032", + "20e3" + ] + }, + "two_hearts": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f495.png?v8", + "codepoints": [ + "1f495" + ] + }, + "two_men_holding_hands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46c.png?v8", + "codepoints": [ + "1f46c" + ] + }, + "two_women_holding_hands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46d.png?v8", + "codepoints": [ + "1f46d" + ] + }, + "u5272": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f239.png?v8", + "codepoints": [ + "1f239" + ] + }, + "u5408": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f234.png?v8", + "codepoints": [ + "1f234" + ] + }, + "u55b6": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f23a.png?v8", + "codepoints": [ + "1f23a" + ] + }, + "u6307": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f22f.png?v8", + "codepoints": [ + "1f22f" + ] + }, + "u6708": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f237.png?v8", + "codepoints": [ + "1f237" + ] + }, + "u6709": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f236.png?v8", + "codepoints": [ + "1f236" + ] + }, + "u6e80": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f235.png?v8", + "codepoints": [ + "1f235" + ] + }, + "u7121": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f21a.png?v8", + "codepoints": [ + "1f21a" + ] + }, + "u7533": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f238.png?v8", + "codepoints": [ + "1f238" + ] + }, + "u7981": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f232.png?v8", + "codepoints": [ + "1f232" + ] + }, + "u7a7a": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f233.png?v8", + "codepoints": [ + "1f233" + ] + }, + "uganda": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1ec.png?v8", + "codepoints": [ + "1f1fa", + "1f1ec" + ] + }, + "uk": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e7.png?v8", + "codepoints": [ + "1f1ec", + "1f1e7" + ] + }, + "ukraine": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1e6.png?v8", + "codepoints": [ + "1f1fa", + "1f1e6" + ] + }, + "umbrella": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2614.png?v8", + "codepoints": [ + "2614" + ] + }, + "unamused": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f612.png?v8", + "codepoints": [ + "1f612" + ] + }, + "underage": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51e.png?v8", + "codepoints": [ + "1f51e" + ] + }, + "unicorn": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f984.png?v8", + "codepoints": [ + "1f984" + ] + }, + "united_arab_emirates": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ea.png?v8", + "codepoints": [ + "1f1e6", + "1f1ea" + ] + }, + "unlock": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f513.png?v8", + "codepoints": [ + "1f513" + ] + }, + "up": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f199.png?v8", + "codepoints": [ + "1f199" + ] + }, + "upside_down_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f643.png?v8", + "codepoints": [ + "1f643" + ] + }, + "uruguay": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1fe.png?v8", + "codepoints": [ + "1f1fa", + "1f1fe" + ] + }, + "us": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1f8.png?v8", + "codepoints": [ + "1f1fa", + "1f1f8" + ] + }, + "us_virgin_islands": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1ee.png?v8", + "codepoints": [ + "1f1fb", + "1f1ee" + ] + }, + "uzbekistan": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1ff.png?v8", + "codepoints": [ + "1f1fa", + "1f1ff" + ] + }, + "v": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270c.png?v8", + "codepoints": [ + "270c" + ] + }, + "vanuatu": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1fa.png?v8", + "codepoints": [ + "1f1fb", + "1f1fa" + ] + }, + "vatican_city": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1e6.png?v8", + "codepoints": [ + "1f1fb", + "1f1e6" + ] + }, + "venezuela": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1ea.png?v8", + "codepoints": [ + "1f1fb", + "1f1ea" + ] + }, + "vertical_traffic_light": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a6.png?v8", + "codepoints": [ + "1f6a6" + ] + }, + "vhs": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fc.png?v8", + "codepoints": [ + "1f4fc" + ] + }, + "vibration_mode": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f3.png?v8", + "codepoints": [ + "1f4f3" + ] + }, + "video_camera": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f9.png?v8", + "codepoints": [ + "1f4f9" + ] + }, + "video_game": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ae.png?v8", + "codepoints": [ + "1f3ae" + ] + }, + "vietnam": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1f3.png?v8", + "codepoints": [ + "1f1fb", + "1f1f3" + ] + }, + "violin": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bb.png?v8", + "codepoints": [ + "1f3bb" + ] + }, + "virgo": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/264d.png?v8", + "codepoints": [ + "264d" + ] + }, + "volcano": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30b.png?v8", + "codepoints": [ + "1f30b" + ] + }, + "volleyball": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d0.png?v8", + "codepoints": [ + "1f3d0" + ] + }, + "vs": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f19a.png?v8", + "codepoints": [ + "1f19a" + ] + }, + "vulcan_salute": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f596.png?v8", + "codepoints": [ + "1f596" + ] + }, + "walking": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b6.png?v8", + "codepoints": [ + "1f6b6" + ] + }, + "walking_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b6.png?v8", + "codepoints": [ + "1f6b6" + ] + }, + "walking_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b6-2640.png?v8", + "codepoints": [ + "1f6b6", + "2640" + ] + }, + "wallis_futuna": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fc-1f1eb.png?v8", + "codepoints": [ + "1f1fc", + "1f1eb" + ] + }, + "waning_crescent_moon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f318.png?v8", + "codepoints": [ + "1f318" + ] + }, + "waning_gibbous_moon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f316.png?v8", + "codepoints": [ + "1f316" + ] + }, + "warning": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26a0.png?v8", + "codepoints": [ + "26a0" + ] + }, + "wastebasket": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5d1.png?v8", + "codepoints": [ + "1f5d1" + ] + }, + "watch": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/231a.png?v8", + "codepoints": [ + "231a" + ] + }, + "water_buffalo": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f403.png?v8", + "codepoints": [ + "1f403" + ] + }, + "watermelon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f349.png?v8", + "codepoints": [ + "1f349" + ] + }, + "wave": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44b.png?v8", + "codepoints": [ + "1f44b" + ] + }, + "wavy_dash": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/3030.png?v8", + "codepoints": [ + "3030" + ] + }, + "waxing_crescent_moon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f312.png?v8", + "codepoints": [ + "1f312" + ] + }, + "waxing_gibbous_moon": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f314.png?v8", + "codepoints": [ + "1f314" + ] + }, + "wc": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6be.png?v8", + "codepoints": [ + "1f6be" + ] + }, + "weary": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f629.png?v8", + "codepoints": [ + "1f629" + ] + }, + "wedding": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f492.png?v8", + "codepoints": [ + "1f492" + ] + }, + "weight_lifting_man": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cb.png?v8", + "codepoints": [ + "1f3cb" + ] + }, + "weight_lifting_woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cb-2640.png?v8", + "codepoints": [ + "1f3cb", + "2640" + ] + }, + "western_sahara": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1ed.png?v8", + "codepoints": [ + "1f1ea", + "1f1ed" + ] + }, + "whale": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f433.png?v8", + "codepoints": [ + "1f433" + ] + }, + "whale2": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40b.png?v8", + "codepoints": [ + "1f40b" + ] + }, + "wheel_of_dharma": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2638.png?v8", + "codepoints": [ + "2638" + ] + }, + "wheelchair": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/267f.png?v8", + "codepoints": [ + "267f" + ] + }, + "white_check_mark": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2705.png?v8", + "codepoints": [ + "2705" + ] + }, + "white_circle": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26aa.png?v8", + "codepoints": [ + "26aa" + ] + }, + "white_flag": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f3.png?v8", + "codepoints": [ + "1f3f3" + ] + }, + "white_flower": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ae.png?v8", + "codepoints": [ + "1f4ae" + ] + }, + "white_large_square": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b1c.png?v8", + "codepoints": [ + "2b1c" + ] + }, + "white_medium_small_square": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fd.png?v8", + "codepoints": [ + "25fd" + ] + }, + "white_medium_square": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fb.png?v8", + "codepoints": [ + "25fb" + ] + }, + "white_small_square": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/25ab.png?v8", + "codepoints": [ + "25ab" + ] + }, + "white_square_button": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f533.png?v8", + "codepoints": [ + "1f533" + ] + }, + "wilted_flower": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f940.png?v8", + "codepoints": [ + "1f940" + ] + }, + "wind_chime": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f390.png?v8", + "codepoints": [ + "1f390" + ] + }, + "wind_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32c.png?v8", + "codepoints": [ + "1f32c" + ] + }, + "wine_glass": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f377.png?v8", + "codepoints": [ + "1f377" + ] + }, + "wink": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f609.png?v8", + "codepoints": [ + "1f609" + ] + }, + "wolf": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43a.png?v8", + "codepoints": [ + "1f43a" + ] + }, + "woman": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469.png?v8", + "codepoints": [ + "1f469" + ] + }, + "woman_artist": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3a8.png?v8", + "codepoints": [ + "1f469", + "1f3a8" + ] + }, + "woman_astronaut": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f680.png?v8", + "codepoints": [ + "1f469", + "1f680" + ] + }, + "woman_cartwheeling": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f938-2640.png?v8", + "codepoints": [ + "1f938", + "2640" + ] + }, + "woman_cook": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f373.png?v8", + "codepoints": [ + "1f469", + "1f373" + ] + }, + "woman_facepalming": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f926-2640.png?v8", + "codepoints": [ + "1f926", + "2640" + ] + }, + "woman_factory_worker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3ed.png?v8", + "codepoints": [ + "1f469", + "1f3ed" + ] + }, + "woman_farmer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f33e.png?v8", + "codepoints": [ + "1f469", + "1f33e" + ] + }, + "woman_firefighter": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f692.png?v8", + "codepoints": [ + "1f469", + "1f692" + ] + }, + "woman_health_worker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2695.png?v8", + "codepoints": [ + "1f469", + "2695" + ] + }, + "woman_judge": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2696.png?v8", + "codepoints": [ + "1f469", + "2696" + ] + }, + "woman_juggling": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f939-2640.png?v8", + "codepoints": [ + "1f939", + "2640" + ] + }, + "woman_mechanic": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f527.png?v8", + "codepoints": [ + "1f469", + "1f527" + ] + }, + "woman_office_worker": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f4bc.png?v8", + "codepoints": [ + "1f469", + "1f4bc" + ] + }, + "woman_pilot": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2708.png?v8", + "codepoints": [ + "1f469", + "2708" + ] + }, + "woman_playing_handball": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93e-2640.png?v8", + "codepoints": [ + "1f93e", + "2640" + ] + }, + "woman_playing_water_polo": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93d-2640.png?v8", + "codepoints": [ + "1f93d", + "2640" + ] + }, + "woman_scientist": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f52c.png?v8", + "codepoints": [ + "1f469", + "1f52c" + ] + }, + "woman_shrugging": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f937-2640.png?v8", + "codepoints": [ + "1f937", + "2640" + ] + }, + "woman_singer": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3a4.png?v8", + "codepoints": [ + "1f469", + "1f3a4" + ] + }, + "woman_student": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f393.png?v8", + "codepoints": [ + "1f469", + "1f393" + ] + }, + "woman_teacher": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3eb.png?v8", + "codepoints": [ + "1f469", + "1f3eb" + ] + }, + "woman_technologist": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f4bb.png?v8", + "codepoints": [ + "1f469", + "1f4bb" + ] + }, + "woman_with_turban": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f473-2640.png?v8", + "codepoints": [ + "1f473", + "2640" + ] + }, + "womans_clothes": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45a.png?v8", + "codepoints": [ + "1f45a" + ] + }, + "womans_hat": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f452.png?v8", + "codepoints": [ + "1f452" + ] + }, + "women_wrestling": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93c-2640.png?v8", + "codepoints": [ + "1f93c", + "2640" + ] + }, + "womens": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ba.png?v8", + "codepoints": [ + "1f6ba" + ] + }, + "world_map": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fa.png?v8", + "codepoints": [ + "1f5fa" + ] + }, + "worried": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61f.png?v8", + "codepoints": [ + "1f61f" + ] + }, + "wrench": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f527.png?v8", + "codepoints": [ + "1f527" + ] + }, + "writing_hand": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/270d.png?v8", + "codepoints": [ + "270d" + ] + }, + "x": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/274c.png?v8", + "codepoints": [ + "274c" + ] + }, + "yellow_heart": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49b.png?v8", + "codepoints": [ + "1f49b" + ] + }, + "yemen": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fe-1f1ea.png?v8", + "codepoints": [ + "1f1fe", + "1f1ea" + ] + }, + "yen": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b4.png?v8", + "codepoints": [ + "1f4b4" + ] + }, + "yin_yang": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/262f.png?v8", + "codepoints": [ + "262f" + ] + }, + "yum": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60b.png?v8", + "codepoints": [ + "1f60b" + ] + }, + "zambia": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ff-1f1f2.png?v8", + "codepoints": [ + "1f1ff", + "1f1f2" + ] + }, + "zap": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/26a1.png?v8", + "codepoints": [ + "26a1" + ] + }, + "zero": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/0030-20e3.png?v8", + "codepoints": [ + "0030", + "20e3" + ] + }, + "zimbabwe": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ff-1f1fc.png?v8", + "codepoints": [ + "1f1ff", + "1f1fc" + ] + }, + "zipper_mouth_face": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f910.png?v8", + "codepoints": [ + "1f910" + ] + }, + "zzz": { + "src": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a4.png?v8", + "codepoints": [ + "1f4a4" + ] + }, + "atom": { + "src": "https://assets-cdn.github.com/images/icons/emoji/atom.png?v8" + }, + "electron": { + "src": "https://assets-cdn.github.com/images/icons/emoji/electron.png?v8" + } } \ No newline at end of file diff --git a/index.js b/index.js index b852e01..aa5ebc1 100644 --- a/index.js +++ b/index.js @@ -1,136 +1,138 @@ 'use strict' /* global hexo */ -var _ = require('lodash') +const _ = require('lodash') +const path = require('path') +const fs = require('fs') +const cheerio = require('cheerio') var options = _.assign({ enable: true, - unicode: false, + inject: true, version: 'latest', - className: 'github-emoji' + className: 'github-emoji', }, hexo.config.githubEmojis) if (options.enable !== false) { - var path = require('path') - var url = require('url') - var fs = require('fs') - var request = require('request') - var randomUa = require('random-ua') + const emojis = _.assign( + {}, + require('./emojis.json'), + loadCustomEmojis(options.customEmojis || options.localEmojis), + ) - // fallback - var fallbackEmojis = require('./emojis.json') + fs.writeFile( + path.join(__dirname, 'emojis.json'), + JSON.stringify(emojis, null, ' '), + function (err) { err && console.warn(err) }, + ) - // load custom emojis - var localEmojis = options.localEmojis - // JSON string - if (_.isString(localEmojis)) { - try { - localEmojis = JSON.parse(localEmojis) - Object.keys(localEmojis).forEach(function (name) { - if (_.isString(localEmojis[name])) { - localEmojis[name] = { - src: localEmojis[name] - } - } - }) - } catch (SyntaxError) { - localEmojis = {} - console.warn('filter-github-emojis: local emojis error') + hexo.extend.filter.register('after_post_render', data => { + if (!options.inject && data['no-emoji']) { return data } + + const $ = cheerio.load(data.content) + + if (options.inject) { + $('body').append(``) } - } - if (!_.isObject(localEmojis)) { - localEmojis = {} - } - Object.keys(localEmojis).forEach(function (name) { - var codepoints = localEmojis[name].codepoints - if (codepoints && !_.isArray(codepoints)) { - localEmojis[name].codepoints = codepoints.split(' ') + + if (!data['no-emoji']) { + replaceColons($('body')[0], $, emojis) } - }) - var emojis = _.assign(fallbackEmojis, localEmojis) - - // get the latest github version - request({ - url: 'https://api.github.com/emojis', - headers: { - 'User-Agent': randomUa.generate() - }, - json: true - }, function (error, response, body) { - if (!error && response.statusCode === 200) { - if (_.isObject(body)) { - var latestEmojis = {} - Object.keys(body).forEach(function (name) { - latestEmojis[name] = { src: body[name] } - if (body[name].indexOf('unicode') !== -1) { - // list of unicode code points - latestEmojis[name].codepoints = path.parse(url.parse(body[name]).pathname).name.split('-') - } - }) - var githubEmojis = _.assign(fallbackEmojis, latestEmojis) - emojis = _.assign(githubEmojis, localEmojis) - // update local backup - fs.writeFile( - path.join(__dirname, 'emojis.json'), - JSON.stringify(githubEmojis, null, '\t'), - function (err) { err && console.warn(err) } - ) - } - } - }) - - hexo.extend.filter.register('before_post_render', function (data) { - if (data['no-emoji']) { return data } - data.content = data.content.replace(/:(\w+):/ig, function (match, p1) { - if (emojis[p1]) { - return getRender(p1); - } else { - return match - } - }) + data.content = $('body').html() return data }) - hexo.extend.helper.register('github_emoji', function (name) { - return getRender(name) - }) + hexo.extend.helper.register('github_emoji', name => renderEmoji(emojis, name)) + hexo.extend.tag.register('github_emoji', args => renderEmoji(emojis, args[0])) +} - hexo.extend.tag.register('github_emoji', function(args){ - return getRender(args[0]) - }) - - function getRender (emojiName) { - emojiName = String(emojiName) - if (!emojis[emojiName]) { return emojiName } - - var styles = '' - if (_.isObject(options.styles)) { - // inline styles - styles = 'style="' + - Object.keys(options.styles) - .filter(function (k) { return _.isString(options.styles[k]) }) - .map(function (k) { return k + ':' + options.styles[k] }) - .join(';') + - '"' +function replaceColons (node, $, emojis) { + node.children.forEach(child => { + if (child.type === 'text') { + const content = child.data.replace( + /:(\w+):/ig, + (match, p1) => emojis[p1] ? renderEmoji(emojis, p1) : match, + ) + if (content !== child.data) { + $(child).replaceWith($.parseHTML(content)) + } + } else if (child.type === 'tag') { + if (child.name !== 'pre' && child.name !== 'code') { + replaceColons(child, $, emojis) + } } + }) +} - var codepoints = emojis[emojiName].codepoints - if (options.unicode && codepoints) { - codepoints = codepoints.map(function (code) { - return '&#x' + code + ';' - }).join('') - - return '' + codepoints + '' - } else { - return '' + emojiName + '' +function loadCustomEmojis (customEmojis) { + // JSON string + if (_.isString(customEmojis)) { + try { + customEmojis = JSON.parse(customEmojis) + Object.keys(customEmojis).forEach(name => { + if (_.isString(customEmojis[name])) { + customEmojis[name] = { + src: customEmojis[name], + } + } + }) + } catch (err) { + customEmojis = {} + console.warn('hexo-filter-github-emojis: Custom emojis not valid. Skipped.') } } + + if (!_.isObject(customEmojis)) { + customEmojis = {} + } + + Object.values(customEmojis).forEach(emoji => { + if (emoji.codepoints && !_.isArray(emoji.codepoints)) { + emoji.codepoints = emoji.codepoints.split(' ') + } + }) +} + +function renderEmoji (emojis, name) { + if (!emojis[name]) { return name } + + const styles = _.isObject(options.styles) + ? Object.keys(options.styles) + .filter(k => _.isString(options.styles[k])) + .map(k => k + ':' + options.styles[k]) + : [] + + if (options.inject) { + styles.push( + 'color: transparent', + `background:no-repeat url(${emojis[name].src}) center/contain`, + ) + } else { + styles.push(`background-image:url(${emojis[name].src})`) + } + + const codepoints = emojis[name].codepoints + ? emojis[name].codepoints.map(c => `&#x${c};`).join('') + : ' ' + + return `${codepoints}` } diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..f7c8321 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,513 @@ +{ + "name": "hexo-filter-github-emojis", + "version": "2.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@types/node": { + "version": "10.11.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.11.4.tgz", + "integrity": "sha512-ojnbBiKkZFYRfQpmtnnWTMw+rzGp/JiystjluW9jgN3VzRwilXddJ6aGQ9V/7iuDG06SBgn7ozW9k3zcAnYjYQ==" + }, + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "requires": { + "co": "^4.6.0", + "fast-deep-equal": "^1.0.0", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.3.0" + } + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "requires": { + "safer-buffer": "~2.1.0" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" + }, + "aws4": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "optional": true, + "requires": { + "tweetnacl": "^0.14.3" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" + }, + "cheerio": { + "version": "1.0.0-rc.2", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz", + "integrity": "sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs=", + "requires": { + "css-select": "~1.2.0", + "dom-serializer": "~0.1.0", + "entities": "~1.1.1", + "htmlparser2": "^3.9.1", + "lodash": "^4.15.0", + "parse5": "^3.0.1" + } + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=" + }, + "combined-stream": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz", + "integrity": "sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" + }, + "css-select": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", + "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", + "requires": { + "boolbase": "~1.0.0", + "css-what": "2.1", + "domutils": "1.5.1", + "nth-check": "~1.0.1" + } + }, + "css-what": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz", + "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0=" + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "dom-serializer": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", + "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=", + "requires": { + "domelementtype": "~1.1.1", + "entities": "~1.1.1" + }, + "dependencies": { + "domelementtype": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", + "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=" + } + } + }, + "domelementtype": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", + "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=" + }, + "domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "optional": true, + "requires": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "entities": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", + "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=" + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" + }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=" + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" + }, + "form-data": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", + "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "1.0.6", + "mime-types": "^2.1.12" + }, + "dependencies": { + "combined-stream": { + "version": "1.0.6", + "resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", + "requires": { + "delayed-stream": "~1.0.0" + } + } + } + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "requires": { + "assert-plus": "^1.0.0" + } + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" + }, + "har-validator": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz", + "integrity": "sha512-+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==", + "requires": { + "ajv": "^5.3.0", + "har-schema": "^2.0.0" + } + }, + "htmlparser2": { + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz", + "integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=", + "requires": { + "domelementtype": "^1.3.0", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^2.0.2" + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "requires": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "optional": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=" + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "lodash": { + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + }, + "mime-db": { + "version": "1.36.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.36.0.tgz", + "integrity": "sha512-L+xvyD9MkoYMXb1jAmzI/lWYAxAMCPvIBSWur0PZ5nOf5euahRLVqH//FKW9mWp2lkqUgYiXPgkzfMUFi4zVDw==" + }, + "mime-types": { + "version": "2.1.20", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.20.tgz", + "integrity": "sha512-HrkrPaP9vGuWbLK1B1FfgAkbqNjIuy4eHlIYnFi7kamZyLLrGlo2mpcx0bBmNpKqBtYtAfGbodDddIgddSJC2A==", + "requires": { + "mime-db": "~1.36.0" + } + }, + "nth-check": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz", + "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=", + "requires": { + "boolbase": "~1.0.0" + } + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" + }, + "parse5": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz", + "integrity": "sha512-rgO9Zg5LLLkfJF9E6CCmXlSE4UVceloys8JrFqCcHloC3usd/kJCyPDwH2SOlzix2j3xaP9sUX3e8+kvkuleAA==", + "requires": { + "@types/node": "*" + } + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==" + }, + "psl": { + "version": "1.1.29", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz", + "integrity": "sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==" + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" + }, + "random-ua": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/random-ua/-/random-ua-0.0.6.tgz", + "integrity": "sha1-63CQG3Kk/guNOrdSprJRIuQMCtc=" + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "request": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", + "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", + "requires": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.0", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.4.3", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sshpk": { + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz", + "integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=", + "requires": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "tough-cookie": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", + "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", + "requires": { + "psl": "^1.1.24", + "punycode": "^1.4.1" + } + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "optional": true + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + }, + "uuid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "requires": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + } + } +} diff --git a/package.json b/package.json index dddd86f..3de41c3 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "hexo-filter-github-emojis", - "version": "1.4.4", + "version": "2.0.0", "description": "A Hexo plugin that adds emojis support, using Github Emojis API", "main": "index", "repository": "crimx/hexo-filter-github-emojis", + "engines": { + "node": ">=8.0.0" + }, "keywords": [ "hexo", "hexo filter", @@ -16,6 +19,7 @@ "author": "CRIMX (http://blog.crimx.com)", "license": "MIT", "dependencies": { + "cheerio": "^1.0.0-rc.2", "lodash": "^4.17.4", "random-ua": "0.0.6", "request": "^2.83.0" diff --git a/update-emojis.js b/update-emojis.js new file mode 100644 index 0000000..62cf63c --- /dev/null +++ b/update-emojis.js @@ -0,0 +1,47 @@ +const _ = require('lodash') +const path = require('path') +const fs = require('fs') +const request = require('request') +const randomUa = require('random-ua') + +// get the latest github version +request({ + url: 'https://api.github.com/emojis', + headers: { + 'User-Agent': randomUa.generate(), + }, + json: true, +}, function (error, response, json) { + if (response.statusCode === 304) { return } + if (error || !_.isObject(json)) { + console.error('Failded to download Github emojis.') + console.log(error, response, json) + return + } + + const latestEmojis = Object.keys(json).reduce((emojis, name) => { + emojis[name] = { src: json[name] } + + const match = /\/unicode\/(\S+)\./.exec(json[name]) + if (match) { + emojis[name].codepoints = match[1].split('-') + } + + return emojis + }, {}) + + const emojis = _.assign({}, require('./emojis.json'), latestEmojis) + + // update local backup + fs.writeFile( + path.join(__dirname, 'emojis.json'), + JSON.stringify(emojis, null, ' '), + function (err) { + if (err) { + console.warn(err) + } else { + console.log(`Update ${Object.keys(emojis).length} emojis`) + } + }, + ) +})