diff --git a/README.md b/README.md index 12e3a5276..09623db9f 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ When storing user inputted text in your database, say from a guestbook or throug We've teamed up with [JSDelivr](http://www.jsdelivr.com/#!emojione) to provide a simple way to install these emoji on any javascript-enabled website. Add the following script and stylesheet links to the head of your webpage: ``` - - + + ``` Alternatively, CDNjs is also available as a [CDN Host for Emoji One](https://cdnjs.com/libraries/emojione). @@ -62,19 +62,19 @@ Below there are some examples of how you will actually use the libraries to conv ### Javascript Conversion -**[.toShort\(str\)](http://git.emojione.com/demos/2.1.4/jstoshort.html)** - _native unicode -> shortnames_ +**[.toShort\(str\)](http://git.emojione.com/demos/2.2.0/jstoshort.html)** - _native unicode -> shortnames_ This demo shows you how to take native unicode emoji input, such as that from your mobile device, and translate it to their corresponding shortnames. (we recommend this for database storage) -**[.shortnameToImage\(str\)](http://git.emojione.com/demos/2.1.4/jsshortnametoimage.html)** - _shortname -> images_ +**[.shortnameToImage\(str\)](http://git.emojione.com/demos/2.2.0/jsshortnametoimage.html)** - _shortname -> images_ This demo shows you how to take input containing only shortnames and translate it directly to Emoji One images. (when displaying the unified input to clients) -**[.unicodeToImage\(str\)](http://git.emojione.com/demos/2.1.4/jsunicodetoimage.html)** - _native unicode -> images_ +**[.unicodeToImage\(str\)](http://git.emojione.com/demos/2.2.0/jsunicodetoimage.html)** - _native unicode -> images_ This demo shows you how to take native unicode emoji input, such as that from your mobile device, and translate it directly to Emoji One images. (would be great for a live editor preview) -**[.toImage\(str\)](http://git.emojione.com/demos/2.1.4/jstoimage.html)** - _native unicode + shortnames -> images (mixed input)_ +**[.toImage\(str\)](http://git.emojione.com/demos/2.2.0/jstoimage.html)** - _native unicode + shortnames -> images (mixed input)_ This demo shows you how to take input containing both native unicode emoji and shortnames, and translate it into Emoji One images for display. @@ -83,19 +83,19 @@ This demo shows you how to take input containing both native unicode emoji and s ##### As of version 1.4.1 this library syntax has changed. -**[toShort\($str\)](http://git.emojione.com/demos/2.1.4/phptoshort.php)** - _native unicode -> shortnames_ +**[toShort\($str\)](http://git.emojione.com/demos/2.2.0/phptoshort.php)** - _native unicode -> shortnames_ This demo shows you how to take native unicode emoji input, such as that from your mobile device, and translate it to their corresponding shortnames. (we recommend this for database storage) -**[shortnameToImage\($str\)](http://git.emojione.com/demos/2.1.4/phpshortnametoimage.php)** - _shortname -> images_ +**[shortnameToImage\($str\)](http://git.emojione.com/demos/2.2.0/phpshortnametoimage.php)** - _shortname -> images_ This demo shows you how to take input containing only shortnames and translate it directly to Emoji One images. (when displaying the unified input to clients) -**[unicodeToImage\($str\)](http://git.emojione.com/demos/2.1.4/phpunicodetoimage.php)** - _native unicode -> images_ +**[unicodeToImage\($str\)](http://git.emojione.com/demos/2.2.0/phpunicodetoimage.php)** - _native unicode -> images_ This demo shows you how to take native unicode emoji input, such as that from your mobile device, and translate it directly to Emoji One images. (would be great for a live editor preview) -**[toImage\($str\)](http://git.emojione.com/demos/2.1.4/phptoimage.php)** - _native unicode + shortnames -> images (mixed input)_ +**[toImage\($str\)](http://git.emojione.com/demos/2.2.0/phptoimage.php)** - _native unicode + shortnames -> images (mixed input)_ This demo shows you how to take input containing both native unicode emoji and shortnames, and translate it into Emoji One images for display. @@ -134,39 +134,39 @@ Or ### Extras -**[shortnameToUnicode(str)](http://git.emojione.com/demos/2.1.4/shortnametounicode.html)** +**[shortnameToUnicode(str)](http://git.emojione.com/demos/2.2.0/shortnametounicode.html)** Change from shortnames to native unicode emoji. -**[Shortname Autocomplete](http://git.emojione.com/demos/2.1.4/autocomplete.html)** +**[Shortname Autocomplete](http://git.emojione.com/demos/2.2.0/autocomplete.html)** Easily add shortname autocomplete functionality to any text input on your page. -**[ASCII Smiley Conversion](http://git.emojione.com/demos/2.1.4/ascii-smileys.html)** +**[ASCII Smiley Conversion](http://git.emojione.com/demos/2.2.0/ascii-smileys.html)** With one quick step you can start converting common ASCII smileys to their corresponding images. -**[Alternate Alt Tags](http://git.emojione.com/demos/2.1.4/alternate-alt-tags.html)** +**[Alternate Alt Tags](http://git.emojione.com/demos/2.2.0/alternate-alt-tags.html)** Change from the native unicode emoji in the resulting alt tags to their shortnames instead. -**[Live Preview Box](http://git.emojione.com/demos/2.1.4/live-preview.html)** +**[Live Preview Box](http://git.emojione.com/demos/2.2.0/live-preview.html)** Display converted Emoji in a preview box as the user is typing. -**[Conversion HTML Class](http://git.emojione.com/demos/2.1.4/class-convert.html)** +**[Conversion HTML Class](http://git.emojione.com/demos/2.2.0/class-convert.html)** Stick a class of .emojione-convert on any HTML element and automatically convert native unicode emoji and/or shortnames to images after page load. -**[Convert on Form Submission](http://git.emojione.com/demos/2.1.4/convert-on-submit.html)** +**[Convert on Form Submission](http://git.emojione.com/demos/2.2.0/convert-on-submit.html)** Converts unicode input to shortnames once the user submits the form. -**[Sprites (PNG)](http://git.emojione.com/demos/2.1.4/sprites-png.html)** +**[Sprites (PNG)](http://git.emojione.com/demos/2.2.0/sprites-png.html)** With an additional CSS file you can use Emoji One as resizable PNG sprites (up to 64x64). -**[Sprites (SVG)](http://git.emojione.com/demos/2.1.4/sprites-svg.html)** +**[Sprites (SVG)](http://git.emojione.com/demos/2.2.0/sprites-svg.html)** This sprite method requires no extra CSS, and is infinitely resizable. diff --git a/assets/png/0023-20e3.png b/assets/png/0023-20e3.png index 98bbd1ae0..6e26f0070 100644 Binary files a/assets/png/0023-20e3.png and b/assets/png/0023-20e3.png differ diff --git a/assets/png/002a-20e3.png b/assets/png/002a-20e3.png index 7e1d79099..2f8e51138 100644 Binary files a/assets/png/002a-20e3.png and b/assets/png/002a-20e3.png differ diff --git a/assets/png/0030-20e3.png b/assets/png/0030-20e3.png index 5195fe761..13aca83e0 100644 Binary files a/assets/png/0030-20e3.png and b/assets/png/0030-20e3.png differ diff --git a/assets/png/0031-20e3.png b/assets/png/0031-20e3.png index a1f9e7c20..e6d84b801 100644 Binary files a/assets/png/0031-20e3.png and b/assets/png/0031-20e3.png differ diff --git a/assets/png/0032-20e3.png b/assets/png/0032-20e3.png index f3f4cdb20..927339c9b 100644 Binary files a/assets/png/0032-20e3.png and b/assets/png/0032-20e3.png differ diff --git a/assets/png/0033-20e3.png b/assets/png/0033-20e3.png index c836bdfd6..dbaa6183e 100644 Binary files a/assets/png/0033-20e3.png and b/assets/png/0033-20e3.png differ diff --git a/assets/png/0034-20e3.png b/assets/png/0034-20e3.png index 14c343875..b0e914aac 100644 Binary files a/assets/png/0034-20e3.png and b/assets/png/0034-20e3.png differ diff --git a/assets/png/0035-20e3.png b/assets/png/0035-20e3.png index 3ade94c08..d14371f3f 100644 Binary files a/assets/png/0035-20e3.png and b/assets/png/0035-20e3.png differ diff --git a/assets/png/0036-20e3.png b/assets/png/0036-20e3.png index 9ec6fcfc4..371b3acef 100644 Binary files a/assets/png/0036-20e3.png and b/assets/png/0036-20e3.png differ diff --git a/assets/png/0037-20e3.png b/assets/png/0037-20e3.png index c32ddf52e..9b3476ae7 100644 Binary files a/assets/png/0037-20e3.png and b/assets/png/0037-20e3.png differ diff --git a/assets/png/0038-20e3.png b/assets/png/0038-20e3.png index edfad6771..8c95874d4 100644 Binary files a/assets/png/0038-20e3.png and b/assets/png/0038-20e3.png differ diff --git a/assets/png/0039-20e3.png b/assets/png/0039-20e3.png index f4c6bfabd..9fce3d1ec 100644 Binary files a/assets/png/0039-20e3.png and b/assets/png/0039-20e3.png differ diff --git a/assets/png/00a9.png b/assets/png/00a9.png index c9fc58848..6b9a6adbf 100644 Binary files a/assets/png/00a9.png and b/assets/png/00a9.png differ diff --git a/assets/png/00ae.png b/assets/png/00ae.png index 6fc86a4e8..53ef9f2d4 100644 Binary files a/assets/png/00ae.png and b/assets/png/00ae.png differ diff --git a/assets/png/1f004.png b/assets/png/1f004.png index 2101f016c..66fd32025 100644 Binary files a/assets/png/1f004.png and b/assets/png/1f004.png differ diff --git a/assets/png/1f0cf.png b/assets/png/1f0cf.png index 43514f1ab..3d0924b68 100644 Binary files a/assets/png/1f0cf.png and b/assets/png/1f0cf.png differ diff --git a/assets/png/1f170.png b/assets/png/1f170.png index ee0119bda..8603ff05a 100644 Binary files a/assets/png/1f170.png and b/assets/png/1f170.png differ diff --git a/assets/png/1f171.png b/assets/png/1f171.png index c1646d2f5..25875bc6a 100644 Binary files a/assets/png/1f171.png and b/assets/png/1f171.png differ diff --git a/assets/png/1f17e.png b/assets/png/1f17e.png index 36a772b6c..73278ba19 100644 Binary files a/assets/png/1f17e.png and b/assets/png/1f17e.png differ diff --git a/assets/png/1f17f.png b/assets/png/1f17f.png index d2e154b9e..7be7dac27 100644 Binary files a/assets/png/1f17f.png and b/assets/png/1f17f.png differ diff --git a/assets/png/1f18e.png b/assets/png/1f18e.png index 368925462..d9f2d17de 100644 Binary files a/assets/png/1f18e.png and b/assets/png/1f18e.png differ diff --git a/assets/png/1f191.png b/assets/png/1f191.png index 9a6f23d93..8b01b4343 100644 Binary files a/assets/png/1f191.png and b/assets/png/1f191.png differ diff --git a/assets/png/1f192.png b/assets/png/1f192.png index 9d0f2e3cf..74674978d 100644 Binary files a/assets/png/1f192.png and b/assets/png/1f192.png differ diff --git a/assets/png/1f193.png b/assets/png/1f193.png index 8384ce31a..b71956eb4 100644 Binary files a/assets/png/1f193.png and b/assets/png/1f193.png differ diff --git a/assets/png/1f194.png b/assets/png/1f194.png index 372d2e345..5bf69bf7b 100644 Binary files a/assets/png/1f194.png and b/assets/png/1f194.png differ diff --git a/assets/png/1f195.png b/assets/png/1f195.png index ad7521205..b4f85488d 100644 Binary files a/assets/png/1f195.png and b/assets/png/1f195.png differ diff --git a/assets/png/1f196.png b/assets/png/1f196.png index 8a2e0489e..ee8d20f5e 100644 Binary files a/assets/png/1f196.png and b/assets/png/1f196.png differ diff --git a/assets/png/1f197.png b/assets/png/1f197.png index 06eeb4717..d0d775532 100644 Binary files a/assets/png/1f197.png and b/assets/png/1f197.png differ diff --git a/assets/png/1f198.png b/assets/png/1f198.png index 21a862ef9..d7d8c9953 100644 Binary files a/assets/png/1f198.png and b/assets/png/1f198.png differ diff --git a/assets/png/1f199.png b/assets/png/1f199.png index 0bff34b59..0d42142ba 100644 Binary files a/assets/png/1f199.png and b/assets/png/1f199.png differ diff --git a/assets/png/1f19a.png b/assets/png/1f19a.png index 7a5a9a737..e1180f4a4 100644 Binary files a/assets/png/1f19a.png and b/assets/png/1f19a.png differ diff --git a/assets/png/1f1e6-1f1e8.png b/assets/png/1f1e6-1f1e8.png index b89c0c046..286239920 100644 Binary files a/assets/png/1f1e6-1f1e8.png and b/assets/png/1f1e6-1f1e8.png differ diff --git a/assets/png/1f1e6-1f1e9.png b/assets/png/1f1e6-1f1e9.png index 3a5ae408f..20f4b14e8 100644 Binary files a/assets/png/1f1e6-1f1e9.png and b/assets/png/1f1e6-1f1e9.png differ diff --git a/assets/png/1f1e6-1f1ea.png b/assets/png/1f1e6-1f1ea.png index ff5049f0c..d16ffe4b8 100644 Binary files a/assets/png/1f1e6-1f1ea.png and b/assets/png/1f1e6-1f1ea.png differ diff --git a/assets/png/1f1e6-1f1eb.png b/assets/png/1f1e6-1f1eb.png index 2291c80c4..a51533b55 100644 Binary files a/assets/png/1f1e6-1f1eb.png and b/assets/png/1f1e6-1f1eb.png differ diff --git a/assets/png/1f1e6-1f1ec.png b/assets/png/1f1e6-1f1ec.png index 77446f56b..07f2ce397 100644 Binary files a/assets/png/1f1e6-1f1ec.png and b/assets/png/1f1e6-1f1ec.png differ diff --git a/assets/png/1f1e6-1f1ee.png b/assets/png/1f1e6-1f1ee.png index b76e3c57e..500b5ab09 100644 Binary files a/assets/png/1f1e6-1f1ee.png and b/assets/png/1f1e6-1f1ee.png differ diff --git a/assets/png/1f1e6-1f1f1.png b/assets/png/1f1e6-1f1f1.png index d74b39c49..03a20132c 100644 Binary files a/assets/png/1f1e6-1f1f1.png and b/assets/png/1f1e6-1f1f1.png differ diff --git a/assets/png/1f1e6-1f1f2.png b/assets/png/1f1e6-1f1f2.png index a70f12d7d..2ad60a273 100644 Binary files a/assets/png/1f1e6-1f1f2.png and b/assets/png/1f1e6-1f1f2.png differ diff --git a/assets/png/1f1e6-1f1f4.png b/assets/png/1f1e6-1f1f4.png index 43fbb42c1..cb46c31f8 100644 Binary files a/assets/png/1f1e6-1f1f4.png and b/assets/png/1f1e6-1f1f4.png differ diff --git a/assets/png/1f1e6-1f1f6.png b/assets/png/1f1e6-1f1f6.png index 88a5346b3..b272021d3 100644 Binary files a/assets/png/1f1e6-1f1f6.png and b/assets/png/1f1e6-1f1f6.png differ diff --git a/assets/png/1f1e6-1f1f7.png b/assets/png/1f1e6-1f1f7.png index e8e90dc3b..73136caf3 100644 Binary files a/assets/png/1f1e6-1f1f7.png and b/assets/png/1f1e6-1f1f7.png differ diff --git a/assets/png/1f1e6-1f1f8.png b/assets/png/1f1e6-1f1f8.png index 9d57ee18d..3db45a0d9 100644 Binary files a/assets/png/1f1e6-1f1f8.png and b/assets/png/1f1e6-1f1f8.png differ diff --git a/assets/png/1f1e6-1f1f9.png b/assets/png/1f1e6-1f1f9.png index 1eacc4fa5..c43769dcb 100644 Binary files a/assets/png/1f1e6-1f1f9.png and b/assets/png/1f1e6-1f1f9.png differ diff --git a/assets/png/1f1e6-1f1fa.png b/assets/png/1f1e6-1f1fa.png index 1bd65d995..7794309c7 100644 Binary files a/assets/png/1f1e6-1f1fa.png and b/assets/png/1f1e6-1f1fa.png differ diff --git a/assets/png/1f1e6-1f1fc.png b/assets/png/1f1e6-1f1fc.png index e92b0307e..02c840d12 100644 Binary files a/assets/png/1f1e6-1f1fc.png and b/assets/png/1f1e6-1f1fc.png differ diff --git a/assets/png/1f1e6-1f1fd.png b/assets/png/1f1e6-1f1fd.png index 57b7c86b7..fc5466174 100644 Binary files a/assets/png/1f1e6-1f1fd.png and b/assets/png/1f1e6-1f1fd.png differ diff --git a/assets/png/1f1e6-1f1ff.png b/assets/png/1f1e6-1f1ff.png index 5c55462f0..89d3d15fd 100644 Binary files a/assets/png/1f1e6-1f1ff.png and b/assets/png/1f1e6-1f1ff.png differ diff --git a/assets/png/1f1e7-1f1e6.png b/assets/png/1f1e7-1f1e6.png index 7fd740dc9..25fe407e1 100644 Binary files a/assets/png/1f1e7-1f1e6.png and b/assets/png/1f1e7-1f1e6.png differ diff --git a/assets/png/1f1e7-1f1e7.png b/assets/png/1f1e7-1f1e7.png index 8844c64f3..bccd8c5c9 100644 Binary files a/assets/png/1f1e7-1f1e7.png and b/assets/png/1f1e7-1f1e7.png differ diff --git a/assets/png/1f1e7-1f1e9.png b/assets/png/1f1e7-1f1e9.png index 98ff34421..b0597a314 100644 Binary files a/assets/png/1f1e7-1f1e9.png and b/assets/png/1f1e7-1f1e9.png differ diff --git a/assets/png/1f1e7-1f1ea.png b/assets/png/1f1e7-1f1ea.png index 0803f26e9..551f086e3 100644 Binary files a/assets/png/1f1e7-1f1ea.png and b/assets/png/1f1e7-1f1ea.png differ diff --git a/assets/png/1f1e7-1f1eb.png b/assets/png/1f1e7-1f1eb.png index 5188fe503..444d4829f 100644 Binary files a/assets/png/1f1e7-1f1eb.png and b/assets/png/1f1e7-1f1eb.png differ diff --git a/assets/png/1f1e7-1f1ec.png b/assets/png/1f1e7-1f1ec.png index 268e95c85..821eee5e1 100644 Binary files a/assets/png/1f1e7-1f1ec.png and b/assets/png/1f1e7-1f1ec.png differ diff --git a/assets/png/1f1e7-1f1ed.png b/assets/png/1f1e7-1f1ed.png index c19823f53..f33724249 100644 Binary files a/assets/png/1f1e7-1f1ed.png and b/assets/png/1f1e7-1f1ed.png differ diff --git a/assets/png/1f1e7-1f1ee.png b/assets/png/1f1e7-1f1ee.png index b18ac44eb..ea20ac932 100644 Binary files a/assets/png/1f1e7-1f1ee.png and b/assets/png/1f1e7-1f1ee.png differ diff --git a/assets/png/1f1e7-1f1ef.png b/assets/png/1f1e7-1f1ef.png index 40c830248..7cca4f804 100644 Binary files a/assets/png/1f1e7-1f1ef.png and b/assets/png/1f1e7-1f1ef.png differ diff --git a/assets/png/1f1e7-1f1f1.png b/assets/png/1f1e7-1f1f1.png index cb7248a8d..1082e7899 100644 Binary files a/assets/png/1f1e7-1f1f1.png and b/assets/png/1f1e7-1f1f1.png differ diff --git a/assets/png/1f1e7-1f1f2.png b/assets/png/1f1e7-1f1f2.png index 31cf9adf0..ab8cafdac 100644 Binary files a/assets/png/1f1e7-1f1f2.png and b/assets/png/1f1e7-1f1f2.png differ diff --git a/assets/png/1f1e7-1f1f3.png b/assets/png/1f1e7-1f1f3.png index 22dfba970..caa9329a8 100644 Binary files a/assets/png/1f1e7-1f1f3.png and b/assets/png/1f1e7-1f1f3.png differ diff --git a/assets/png/1f1e7-1f1f4.png b/assets/png/1f1e7-1f1f4.png index d079ff479..98af62b3d 100644 Binary files a/assets/png/1f1e7-1f1f4.png and b/assets/png/1f1e7-1f1f4.png differ diff --git a/assets/png/1f1e7-1f1f6.png b/assets/png/1f1e7-1f1f6.png index 8abf4fb6b..cb978ef9d 100644 Binary files a/assets/png/1f1e7-1f1f6.png and b/assets/png/1f1e7-1f1f6.png differ diff --git a/assets/png/1f1e7-1f1f7.png b/assets/png/1f1e7-1f1f7.png index ae82eb596..b139366a4 100644 Binary files a/assets/png/1f1e7-1f1f7.png and b/assets/png/1f1e7-1f1f7.png differ diff --git a/assets/png/1f1e7-1f1f8.png b/assets/png/1f1e7-1f1f8.png index 3855a8536..d36bcd2fb 100644 Binary files a/assets/png/1f1e7-1f1f8.png and b/assets/png/1f1e7-1f1f8.png differ diff --git a/assets/png/1f1e7-1f1f9.png b/assets/png/1f1e7-1f1f9.png index 736cc2b6e..ed57aa036 100644 Binary files a/assets/png/1f1e7-1f1f9.png and b/assets/png/1f1e7-1f1f9.png differ diff --git a/assets/png/1f1e7-1f1fb.png b/assets/png/1f1e7-1f1fb.png index f85834d0f..5884e6482 100644 Binary files a/assets/png/1f1e7-1f1fb.png and b/assets/png/1f1e7-1f1fb.png differ diff --git a/assets/png/1f1e7-1f1fc.png b/assets/png/1f1e7-1f1fc.png index 84474f6fe..cb12f3473 100644 Binary files a/assets/png/1f1e7-1f1fc.png and b/assets/png/1f1e7-1f1fc.png differ diff --git a/assets/png/1f1e7-1f1fe.png b/assets/png/1f1e7-1f1fe.png index be3b3d890..859c05beb 100644 Binary files a/assets/png/1f1e7-1f1fe.png and b/assets/png/1f1e7-1f1fe.png differ diff --git a/assets/png/1f1e7-1f1ff.png b/assets/png/1f1e7-1f1ff.png index f991dfa11..34761cd03 100644 Binary files a/assets/png/1f1e7-1f1ff.png and b/assets/png/1f1e7-1f1ff.png differ diff --git a/assets/png/1f1e8-1f1e6.png b/assets/png/1f1e8-1f1e6.png index 4a679bee3..7c5b390e8 100644 Binary files a/assets/png/1f1e8-1f1e6.png and b/assets/png/1f1e8-1f1e6.png differ diff --git a/assets/png/1f1e8-1f1e8.png b/assets/png/1f1e8-1f1e8.png index 72a07b481..b6555a23d 100644 Binary files a/assets/png/1f1e8-1f1e8.png and b/assets/png/1f1e8-1f1e8.png differ diff --git a/assets/png/1f1e8-1f1e9.png b/assets/png/1f1e8-1f1e9.png index 82cee84ca..fa9200977 100644 Binary files a/assets/png/1f1e8-1f1e9.png and b/assets/png/1f1e8-1f1e9.png differ diff --git a/assets/png/1f1e8-1f1eb.png b/assets/png/1f1e8-1f1eb.png index f2c564220..b969ae29e 100644 Binary files a/assets/png/1f1e8-1f1eb.png and b/assets/png/1f1e8-1f1eb.png differ diff --git a/assets/png/1f1e8-1f1ec.png b/assets/png/1f1e8-1f1ec.png index 0e11c12d7..3a38a40a9 100644 Binary files a/assets/png/1f1e8-1f1ec.png and b/assets/png/1f1e8-1f1ec.png differ diff --git a/assets/png/1f1e8-1f1ee.png b/assets/png/1f1e8-1f1ee.png index bd6d29e89..e3b4d15c7 100644 Binary files a/assets/png/1f1e8-1f1ee.png and b/assets/png/1f1e8-1f1ee.png differ diff --git a/assets/png/1f1e8-1f1f0.png b/assets/png/1f1e8-1f1f0.png index bf21fd37d..b6b53dbc1 100644 Binary files a/assets/png/1f1e8-1f1f0.png and b/assets/png/1f1e8-1f1f0.png differ diff --git a/assets/png/1f1e8-1f1f1.png b/assets/png/1f1e8-1f1f1.png index 1ffca75e4..c9390da54 100644 Binary files a/assets/png/1f1e8-1f1f1.png and b/assets/png/1f1e8-1f1f1.png differ diff --git a/assets/png/1f1e8-1f1f2.png b/assets/png/1f1e8-1f1f2.png index cf6259fb2..2d3f6ec45 100644 Binary files a/assets/png/1f1e8-1f1f2.png and b/assets/png/1f1e8-1f1f2.png differ diff --git a/assets/png/1f1e8-1f1f3.png b/assets/png/1f1e8-1f1f3.png index 6df674029..0a7f350a6 100644 Binary files a/assets/png/1f1e8-1f1f3.png and b/assets/png/1f1e8-1f1f3.png differ diff --git a/assets/png/1f1e8-1f1f4.png b/assets/png/1f1e8-1f1f4.png index fc264c23f..7e0f5e0dc 100644 Binary files a/assets/png/1f1e8-1f1f4.png and b/assets/png/1f1e8-1f1f4.png differ diff --git a/assets/png/1f1e8-1f1f5.png b/assets/png/1f1e8-1f1f5.png index 0ba299c4f..70c761036 100644 Binary files a/assets/png/1f1e8-1f1f5.png and b/assets/png/1f1e8-1f1f5.png differ diff --git a/assets/png/1f1e8-1f1f7.png b/assets/png/1f1e8-1f1f7.png index ebca1a61f..a5fce1265 100644 Binary files a/assets/png/1f1e8-1f1f7.png and b/assets/png/1f1e8-1f1f7.png differ diff --git a/assets/png/1f1e8-1f1fa.png b/assets/png/1f1e8-1f1fa.png index 8f092232c..447328f7d 100644 Binary files a/assets/png/1f1e8-1f1fa.png and b/assets/png/1f1e8-1f1fa.png differ diff --git a/assets/png/1f1e8-1f1fb.png b/assets/png/1f1e8-1f1fb.png index c16374c3f..43faf4d64 100644 Binary files a/assets/png/1f1e8-1f1fb.png and b/assets/png/1f1e8-1f1fb.png differ diff --git a/assets/png/1f1e8-1f1fc.png b/assets/png/1f1e8-1f1fc.png index 956146aa7..eb39e8d00 100644 Binary files a/assets/png/1f1e8-1f1fc.png and b/assets/png/1f1e8-1f1fc.png differ diff --git a/assets/png/1f1e8-1f1fd.png b/assets/png/1f1e8-1f1fd.png index 51346ff8d..09d21359f 100644 Binary files a/assets/png/1f1e8-1f1fd.png and b/assets/png/1f1e8-1f1fd.png differ diff --git a/assets/png/1f1e8-1f1fe.png b/assets/png/1f1e8-1f1fe.png index 339566e44..154a7aa31 100644 Binary files a/assets/png/1f1e8-1f1fe.png and b/assets/png/1f1e8-1f1fe.png differ diff --git a/assets/png/1f1e8-1f1ff.png b/assets/png/1f1e8-1f1ff.png index ada370754..9737ca223 100644 Binary files a/assets/png/1f1e8-1f1ff.png and b/assets/png/1f1e8-1f1ff.png differ diff --git a/assets/png/1f1e9-1f1ea.png b/assets/png/1f1e9-1f1ea.png index 146fd03cb..98ed76b3b 100644 Binary files a/assets/png/1f1e9-1f1ea.png and b/assets/png/1f1e9-1f1ea.png differ diff --git a/assets/png/1f1e9-1f1ec.png b/assets/png/1f1e9-1f1ec.png index 3314cf43b..aae927d14 100644 Binary files a/assets/png/1f1e9-1f1ec.png and b/assets/png/1f1e9-1f1ec.png differ diff --git a/assets/png/1f1e9-1f1ef.png b/assets/png/1f1e9-1f1ef.png index 1f192c692..73c2a2acb 100644 Binary files a/assets/png/1f1e9-1f1ef.png and b/assets/png/1f1e9-1f1ef.png differ diff --git a/assets/png/1f1e9-1f1f0.png b/assets/png/1f1e9-1f1f0.png index 66e14c3cc..e5a60b062 100644 Binary files a/assets/png/1f1e9-1f1f0.png and b/assets/png/1f1e9-1f1f0.png differ diff --git a/assets/png/1f1e9-1f1f2.png b/assets/png/1f1e9-1f1f2.png index 089875709..50f8a5398 100644 Binary files a/assets/png/1f1e9-1f1f2.png and b/assets/png/1f1e9-1f1f2.png differ diff --git a/assets/png/1f1e9-1f1f4.png b/assets/png/1f1e9-1f1f4.png index b34d0a47c..037a45d7c 100644 Binary files a/assets/png/1f1e9-1f1f4.png and b/assets/png/1f1e9-1f1f4.png differ diff --git a/assets/png/1f1e9-1f1ff.png b/assets/png/1f1e9-1f1ff.png index 85d252d96..24945b10f 100644 Binary files a/assets/png/1f1e9-1f1ff.png and b/assets/png/1f1e9-1f1ff.png differ diff --git a/assets/png/1f1ea-1f1e6.png b/assets/png/1f1ea-1f1e6.png index 72aac9e48..356ff3478 100644 Binary files a/assets/png/1f1ea-1f1e6.png and b/assets/png/1f1ea-1f1e6.png differ diff --git a/assets/png/1f1ea-1f1e8.png b/assets/png/1f1ea-1f1e8.png index 7ef819710..138145946 100644 Binary files a/assets/png/1f1ea-1f1e8.png and b/assets/png/1f1ea-1f1e8.png differ diff --git a/assets/png/1f1ea-1f1ea.png b/assets/png/1f1ea-1f1ea.png index c0eabb69c..84f317e77 100644 Binary files a/assets/png/1f1ea-1f1ea.png and b/assets/png/1f1ea-1f1ea.png differ diff --git a/assets/png/1f1ea-1f1ec.png b/assets/png/1f1ea-1f1ec.png index 576b4d4da..57786064a 100644 Binary files a/assets/png/1f1ea-1f1ec.png and b/assets/png/1f1ea-1f1ec.png differ diff --git a/assets/png/1f1ea-1f1ed.png b/assets/png/1f1ea-1f1ed.png index 0c69557fb..4d7a76687 100644 Binary files a/assets/png/1f1ea-1f1ed.png and b/assets/png/1f1ea-1f1ed.png differ diff --git a/assets/png/1f1ea-1f1f7.png b/assets/png/1f1ea-1f1f7.png index 635d68b8d..0c3c724c1 100644 Binary files a/assets/png/1f1ea-1f1f7.png and b/assets/png/1f1ea-1f1f7.png differ diff --git a/assets/png/1f1ea-1f1f8.png b/assets/png/1f1ea-1f1f8.png index b08133c14..3e73597a2 100644 Binary files a/assets/png/1f1ea-1f1f8.png and b/assets/png/1f1ea-1f1f8.png differ diff --git a/assets/png/1f1ea-1f1f9.png b/assets/png/1f1ea-1f1f9.png index b914d5c08..9560a134c 100644 Binary files a/assets/png/1f1ea-1f1f9.png and b/assets/png/1f1ea-1f1f9.png differ diff --git a/assets/png/1f1ea-1f1fa.png b/assets/png/1f1ea-1f1fa.png index 69d4671be..0b456cf33 100644 Binary files a/assets/png/1f1ea-1f1fa.png and b/assets/png/1f1ea-1f1fa.png differ diff --git a/assets/png/1f1eb-1f1ee.png b/assets/png/1f1eb-1f1ee.png index 745d72eb3..ebcf58abf 100644 Binary files a/assets/png/1f1eb-1f1ee.png and b/assets/png/1f1eb-1f1ee.png differ diff --git a/assets/png/1f1eb-1f1ef.png b/assets/png/1f1eb-1f1ef.png index afeb01a8d..9cc8c37fe 100644 Binary files a/assets/png/1f1eb-1f1ef.png and b/assets/png/1f1eb-1f1ef.png differ diff --git a/assets/png/1f1eb-1f1f0.png b/assets/png/1f1eb-1f1f0.png index ee66f3d8a..61372fd25 100644 Binary files a/assets/png/1f1eb-1f1f0.png and b/assets/png/1f1eb-1f1f0.png differ diff --git a/assets/png/1f1eb-1f1f2.png b/assets/png/1f1eb-1f1f2.png index 6ccd62e65..0889825c8 100644 Binary files a/assets/png/1f1eb-1f1f2.png and b/assets/png/1f1eb-1f1f2.png differ diff --git a/assets/png/1f1eb-1f1f4.png b/assets/png/1f1eb-1f1f4.png index b163ecc7b..9a4431b08 100644 Binary files a/assets/png/1f1eb-1f1f4.png and b/assets/png/1f1eb-1f1f4.png differ diff --git a/assets/png/1f1eb-1f1f7.png b/assets/png/1f1eb-1f1f7.png index e82bff89c..62ca19c3f 100644 Binary files a/assets/png/1f1eb-1f1f7.png and b/assets/png/1f1eb-1f1f7.png differ diff --git a/assets/png/1f1ec-1f1e6.png b/assets/png/1f1ec-1f1e6.png index 6d7e2a75a..2e68e527a 100644 Binary files a/assets/png/1f1ec-1f1e6.png and b/assets/png/1f1ec-1f1e6.png differ diff --git a/assets/png/1f1ec-1f1e7.png b/assets/png/1f1ec-1f1e7.png index 594fda36a..3ed10f623 100644 Binary files a/assets/png/1f1ec-1f1e7.png and b/assets/png/1f1ec-1f1e7.png differ diff --git a/assets/png/1f1ec-1f1e9.png b/assets/png/1f1ec-1f1e9.png index dbf0c7fed..527aad338 100644 Binary files a/assets/png/1f1ec-1f1e9.png and b/assets/png/1f1ec-1f1e9.png differ diff --git a/assets/png/1f1ec-1f1ea.png b/assets/png/1f1ec-1f1ea.png index efdd03c0f..a75d14248 100644 Binary files a/assets/png/1f1ec-1f1ea.png and b/assets/png/1f1ec-1f1ea.png differ diff --git a/assets/png/1f1ec-1f1eb.png b/assets/png/1f1ec-1f1eb.png index ec074ba1e..0cf96f327 100644 Binary files a/assets/png/1f1ec-1f1eb.png and b/assets/png/1f1ec-1f1eb.png differ diff --git a/assets/png/1f1ec-1f1ec.png b/assets/png/1f1ec-1f1ec.png index 6736124be..970002c7f 100644 Binary files a/assets/png/1f1ec-1f1ec.png and b/assets/png/1f1ec-1f1ec.png differ diff --git a/assets/png/1f1ec-1f1ed.png b/assets/png/1f1ec-1f1ed.png index a712d2e2e..f31b5eb7b 100644 Binary files a/assets/png/1f1ec-1f1ed.png and b/assets/png/1f1ec-1f1ed.png differ diff --git a/assets/png/1f1ec-1f1ee.png b/assets/png/1f1ec-1f1ee.png index c4ccb3924..e554a2a1d 100644 Binary files a/assets/png/1f1ec-1f1ee.png and b/assets/png/1f1ec-1f1ee.png differ diff --git a/assets/png/1f1ec-1f1f1.png b/assets/png/1f1ec-1f1f1.png index a685945c5..2e795dd4e 100644 Binary files a/assets/png/1f1ec-1f1f1.png and b/assets/png/1f1ec-1f1f1.png differ diff --git a/assets/png/1f1ec-1f1f2.png b/assets/png/1f1ec-1f1f2.png index 25e47e732..bb69c0975 100644 Binary files a/assets/png/1f1ec-1f1f2.png and b/assets/png/1f1ec-1f1f2.png differ diff --git a/assets/png/1f1ec-1f1f3.png b/assets/png/1f1ec-1f1f3.png index bd6065cf0..1981f61db 100644 Binary files a/assets/png/1f1ec-1f1f3.png and b/assets/png/1f1ec-1f1f3.png differ diff --git a/assets/png/1f1ec-1f1f5.png b/assets/png/1f1ec-1f1f5.png index 8d5d5a148..10e42e672 100644 Binary files a/assets/png/1f1ec-1f1f5.png and b/assets/png/1f1ec-1f1f5.png differ diff --git a/assets/png/1f1ec-1f1f6.png b/assets/png/1f1ec-1f1f6.png index 186a80ddb..11475e61e 100644 Binary files a/assets/png/1f1ec-1f1f6.png and b/assets/png/1f1ec-1f1f6.png differ diff --git a/assets/png/1f1ec-1f1f7.png b/assets/png/1f1ec-1f1f7.png index cf2d093b5..0f6bb1b6b 100644 Binary files a/assets/png/1f1ec-1f1f7.png and b/assets/png/1f1ec-1f1f7.png differ diff --git a/assets/png/1f1ec-1f1f8.png b/assets/png/1f1ec-1f1f8.png index 481e7aa92..6fc927804 100644 Binary files a/assets/png/1f1ec-1f1f8.png and b/assets/png/1f1ec-1f1f8.png differ diff --git a/assets/png/1f1ec-1f1f9.png b/assets/png/1f1ec-1f1f9.png index 453d727ee..7213d4139 100644 Binary files a/assets/png/1f1ec-1f1f9.png and b/assets/png/1f1ec-1f1f9.png differ diff --git a/assets/png/1f1ec-1f1fa.png b/assets/png/1f1ec-1f1fa.png index 2f32a6f37..4027549ca 100644 Binary files a/assets/png/1f1ec-1f1fa.png and b/assets/png/1f1ec-1f1fa.png differ diff --git a/assets/png/1f1ec-1f1fc.png b/assets/png/1f1ec-1f1fc.png index 446c4e86b..6357f6225 100644 Binary files a/assets/png/1f1ec-1f1fc.png and b/assets/png/1f1ec-1f1fc.png differ diff --git a/assets/png/1f1ec-1f1fe.png b/assets/png/1f1ec-1f1fe.png index 0be57d9ee..746e2fb7e 100644 Binary files a/assets/png/1f1ec-1f1fe.png and b/assets/png/1f1ec-1f1fe.png differ diff --git a/assets/png/1f1ed-1f1f0.png b/assets/png/1f1ed-1f1f0.png index 676631ea4..cf0c7151b 100644 Binary files a/assets/png/1f1ed-1f1f0.png and b/assets/png/1f1ed-1f1f0.png differ diff --git a/assets/png/1f1ed-1f1f2.png b/assets/png/1f1ed-1f1f2.png index 1e468f6d4..b613509e4 100644 Binary files a/assets/png/1f1ed-1f1f2.png and b/assets/png/1f1ed-1f1f2.png differ diff --git a/assets/png/1f1ed-1f1f3.png b/assets/png/1f1ed-1f1f3.png index f45dd539a..402cdcefd 100644 Binary files a/assets/png/1f1ed-1f1f3.png and b/assets/png/1f1ed-1f1f3.png differ diff --git a/assets/png/1f1ed-1f1f7.png b/assets/png/1f1ed-1f1f7.png index 30560b451..46f4f06b4 100644 Binary files a/assets/png/1f1ed-1f1f7.png and b/assets/png/1f1ed-1f1f7.png differ diff --git a/assets/png/1f1ed-1f1f9.png b/assets/png/1f1ed-1f1f9.png index b8022c1bb..d8d0c8884 100644 Binary files a/assets/png/1f1ed-1f1f9.png and b/assets/png/1f1ed-1f1f9.png differ diff --git a/assets/png/1f1ed-1f1fa.png b/assets/png/1f1ed-1f1fa.png index 7cf964fa4..a898de636 100644 Binary files a/assets/png/1f1ed-1f1fa.png and b/assets/png/1f1ed-1f1fa.png differ diff --git a/assets/png/1f1ee-1f1e8.png b/assets/png/1f1ee-1f1e8.png index 62a38edaa..69fd990aa 100644 Binary files a/assets/png/1f1ee-1f1e8.png and b/assets/png/1f1ee-1f1e8.png differ diff --git a/assets/png/1f1ee-1f1e9.png b/assets/png/1f1ee-1f1e9.png index e8f4772d1..85b4c063a 100644 Binary files a/assets/png/1f1ee-1f1e9.png and b/assets/png/1f1ee-1f1e9.png differ diff --git a/assets/png/1f1ee-1f1ea.png b/assets/png/1f1ee-1f1ea.png index 841b99d9c..a28295838 100644 Binary files a/assets/png/1f1ee-1f1ea.png and b/assets/png/1f1ee-1f1ea.png differ diff --git a/assets/png/1f1ee-1f1f1.png b/assets/png/1f1ee-1f1f1.png index 1b6714655..85c410d45 100644 Binary files a/assets/png/1f1ee-1f1f1.png and b/assets/png/1f1ee-1f1f1.png differ diff --git a/assets/png/1f1ee-1f1f2.png b/assets/png/1f1ee-1f1f2.png index cabffb4a8..60a2458e3 100644 Binary files a/assets/png/1f1ee-1f1f2.png and b/assets/png/1f1ee-1f1f2.png differ diff --git a/assets/png/1f1ee-1f1f3.png b/assets/png/1f1ee-1f1f3.png index a33028753..feccc8952 100644 Binary files a/assets/png/1f1ee-1f1f3.png and b/assets/png/1f1ee-1f1f3.png differ diff --git a/assets/png/1f1ee-1f1f4.png b/assets/png/1f1ee-1f1f4.png index 95dda8bc0..aae927d14 100644 Binary files a/assets/png/1f1ee-1f1f4.png and b/assets/png/1f1ee-1f1f4.png differ diff --git a/assets/png/1f1ee-1f1f6.png b/assets/png/1f1ee-1f1f6.png index 07ff813a0..41fd1db6f 100644 Binary files a/assets/png/1f1ee-1f1f6.png and b/assets/png/1f1ee-1f1f6.png differ diff --git a/assets/png/1f1ee-1f1f7.png b/assets/png/1f1ee-1f1f7.png index d0f33d188..ff7aaf62b 100644 Binary files a/assets/png/1f1ee-1f1f7.png and b/assets/png/1f1ee-1f1f7.png differ diff --git a/assets/png/1f1ee-1f1f8.png b/assets/png/1f1ee-1f1f8.png index 4a2f1b484..ad8d4131d 100644 Binary files a/assets/png/1f1ee-1f1f8.png and b/assets/png/1f1ee-1f1f8.png differ diff --git a/assets/png/1f1ee-1f1f9.png b/assets/png/1f1ee-1f1f9.png index 1509c6078..f21563ec5 100644 Binary files a/assets/png/1f1ee-1f1f9.png and b/assets/png/1f1ee-1f1f9.png differ diff --git a/assets/png/1f1ef-1f1ea.png b/assets/png/1f1ef-1f1ea.png index e2bb3c150..198a918f6 100644 Binary files a/assets/png/1f1ef-1f1ea.png and b/assets/png/1f1ef-1f1ea.png differ diff --git a/assets/png/1f1ef-1f1f2.png b/assets/png/1f1ef-1f1f2.png index 1f60e3aea..f84e4f9e8 100644 Binary files a/assets/png/1f1ef-1f1f2.png and b/assets/png/1f1ef-1f1f2.png differ diff --git a/assets/png/1f1ef-1f1f4.png b/assets/png/1f1ef-1f1f4.png index 2d2ee9c69..20bfa147e 100644 Binary files a/assets/png/1f1ef-1f1f4.png and b/assets/png/1f1ef-1f1f4.png differ diff --git a/assets/png/1f1ef-1f1f5.png b/assets/png/1f1ef-1f1f5.png index 370f2b35e..8d8838e47 100644 Binary files a/assets/png/1f1ef-1f1f5.png and b/assets/png/1f1ef-1f1f5.png differ diff --git a/assets/png/1f1f0-1f1ea.png b/assets/png/1f1f0-1f1ea.png index c91282183..9e417ab30 100644 Binary files a/assets/png/1f1f0-1f1ea.png and b/assets/png/1f1f0-1f1ea.png differ diff --git a/assets/png/1f1f0-1f1ec.png b/assets/png/1f1f0-1f1ec.png index 3222287ac..2f2d848fe 100644 Binary files a/assets/png/1f1f0-1f1ec.png and b/assets/png/1f1f0-1f1ec.png differ diff --git a/assets/png/1f1f0-1f1ed.png b/assets/png/1f1f0-1f1ed.png index 15a59f3d9..9a2877dd6 100644 Binary files a/assets/png/1f1f0-1f1ed.png and b/assets/png/1f1f0-1f1ed.png differ diff --git a/assets/png/1f1f0-1f1ee.png b/assets/png/1f1f0-1f1ee.png index c9db78de1..10e507e32 100644 Binary files a/assets/png/1f1f0-1f1ee.png and b/assets/png/1f1f0-1f1ee.png differ diff --git a/assets/png/1f1f0-1f1f2.png b/assets/png/1f1f0-1f1f2.png index ee26e3000..bd5a0588e 100644 Binary files a/assets/png/1f1f0-1f1f2.png and b/assets/png/1f1f0-1f1f2.png differ diff --git a/assets/png/1f1f0-1f1f3.png b/assets/png/1f1f0-1f1f3.png index 3ddc7f6dd..776207c96 100644 Binary files a/assets/png/1f1f0-1f1f3.png and b/assets/png/1f1f0-1f1f3.png differ diff --git a/assets/png/1f1f0-1f1f5.png b/assets/png/1f1f0-1f1f5.png index 94e667d00..6b3fd89ea 100644 Binary files a/assets/png/1f1f0-1f1f5.png and b/assets/png/1f1f0-1f1f5.png differ diff --git a/assets/png/1f1f0-1f1f7.png b/assets/png/1f1f0-1f1f7.png index 53c26e072..833a88116 100644 Binary files a/assets/png/1f1f0-1f1f7.png and b/assets/png/1f1f0-1f1f7.png differ diff --git a/assets/png/1f1f0-1f1fc.png b/assets/png/1f1f0-1f1fc.png index 8d54d18db..4d19bfa6c 100644 Binary files a/assets/png/1f1f0-1f1fc.png and b/assets/png/1f1f0-1f1fc.png differ diff --git a/assets/png/1f1f0-1f1fe.png b/assets/png/1f1f0-1f1fe.png index 8d723c739..40daa4da5 100644 Binary files a/assets/png/1f1f0-1f1fe.png and b/assets/png/1f1f0-1f1fe.png differ diff --git a/assets/png/1f1f0-1f1ff.png b/assets/png/1f1f0-1f1ff.png index af94b0513..2f97a8fd3 100644 Binary files a/assets/png/1f1f0-1f1ff.png and b/assets/png/1f1f0-1f1ff.png differ diff --git a/assets/png/1f1f1-1f1e6.png b/assets/png/1f1f1-1f1e6.png index 184983d57..4d4179f34 100644 Binary files a/assets/png/1f1f1-1f1e6.png and b/assets/png/1f1f1-1f1e6.png differ diff --git a/assets/png/1f1f1-1f1e7.png b/assets/png/1f1f1-1f1e7.png index 0df296a9d..3d5944670 100644 Binary files a/assets/png/1f1f1-1f1e7.png and b/assets/png/1f1f1-1f1e7.png differ diff --git a/assets/png/1f1f1-1f1e8.png b/assets/png/1f1f1-1f1e8.png index d2ef65358..45547b1e4 100644 Binary files a/assets/png/1f1f1-1f1e8.png and b/assets/png/1f1f1-1f1e8.png differ diff --git a/assets/png/1f1f1-1f1ee.png b/assets/png/1f1f1-1f1ee.png index d18476b0c..0eafa6a22 100644 Binary files a/assets/png/1f1f1-1f1ee.png and b/assets/png/1f1f1-1f1ee.png differ diff --git a/assets/png/1f1f1-1f1f0.png b/assets/png/1f1f1-1f1f0.png index 0685da8e0..ab4fe10c4 100644 Binary files a/assets/png/1f1f1-1f1f0.png and b/assets/png/1f1f1-1f1f0.png differ diff --git a/assets/png/1f1f1-1f1f7.png b/assets/png/1f1f1-1f1f7.png index 76e1d25f0..f66f267fe 100644 Binary files a/assets/png/1f1f1-1f1f7.png and b/assets/png/1f1f1-1f1f7.png differ diff --git a/assets/png/1f1f1-1f1f8.png b/assets/png/1f1f1-1f1f8.png index 569959ed6..24745631e 100644 Binary files a/assets/png/1f1f1-1f1f8.png and b/assets/png/1f1f1-1f1f8.png differ diff --git a/assets/png/1f1f1-1f1f9.png b/assets/png/1f1f1-1f1f9.png index e2a1a054b..d644b56d6 100644 Binary files a/assets/png/1f1f1-1f1f9.png and b/assets/png/1f1f1-1f1f9.png differ diff --git a/assets/png/1f1f1-1f1fa.png b/assets/png/1f1f1-1f1fa.png index c15081035..a2df9c929 100644 Binary files a/assets/png/1f1f1-1f1fa.png and b/assets/png/1f1f1-1f1fa.png differ diff --git a/assets/png/1f1f1-1f1fb.png b/assets/png/1f1f1-1f1fb.png index 26563330f..ae680d5f0 100644 Binary files a/assets/png/1f1f1-1f1fb.png and b/assets/png/1f1f1-1f1fb.png differ diff --git a/assets/png/1f1f1-1f1fe.png b/assets/png/1f1f1-1f1fe.png index 511235c21..f6e77b0f3 100644 Binary files a/assets/png/1f1f1-1f1fe.png and b/assets/png/1f1f1-1f1fe.png differ diff --git a/assets/png/1f1f2-1f1e6.png b/assets/png/1f1f2-1f1e6.png index 305c729f6..c4a056722 100644 Binary files a/assets/png/1f1f2-1f1e6.png and b/assets/png/1f1f2-1f1e6.png differ diff --git a/assets/png/1f1f2-1f1e8.png b/assets/png/1f1f2-1f1e8.png index 04557a38c..d479eab98 100644 Binary files a/assets/png/1f1f2-1f1e8.png and b/assets/png/1f1f2-1f1e8.png differ diff --git a/assets/png/1f1f2-1f1e9.png b/assets/png/1f1f2-1f1e9.png index ba8fa6591..a7a725398 100644 Binary files a/assets/png/1f1f2-1f1e9.png and b/assets/png/1f1f2-1f1e9.png differ diff --git a/assets/png/1f1f2-1f1ea.png b/assets/png/1f1f2-1f1ea.png index 6a56984fe..7c771e7e1 100644 Binary files a/assets/png/1f1f2-1f1ea.png and b/assets/png/1f1f2-1f1ea.png differ diff --git a/assets/png/1f1f2-1f1eb.png b/assets/png/1f1f2-1f1eb.png index 0ba299c4f..70c761036 100644 Binary files a/assets/png/1f1f2-1f1eb.png and b/assets/png/1f1f2-1f1eb.png differ diff --git a/assets/png/1f1f2-1f1ec.png b/assets/png/1f1f2-1f1ec.png index 75110404f..2f3ccdda7 100644 Binary files a/assets/png/1f1f2-1f1ec.png and b/assets/png/1f1f2-1f1ec.png differ diff --git a/assets/png/1f1f2-1f1ed.png b/assets/png/1f1f2-1f1ed.png index 578e73000..598016481 100644 Binary files a/assets/png/1f1f2-1f1ed.png and b/assets/png/1f1f2-1f1ed.png differ diff --git a/assets/png/1f1f2-1f1f0.png b/assets/png/1f1f2-1f1f0.png index 35e312b1c..7ba775ee7 100644 Binary files a/assets/png/1f1f2-1f1f0.png and b/assets/png/1f1f2-1f1f0.png differ diff --git a/assets/png/1f1f2-1f1f1.png b/assets/png/1f1f2-1f1f1.png index 85f0e05ce..683437854 100644 Binary files a/assets/png/1f1f2-1f1f1.png and b/assets/png/1f1f2-1f1f1.png differ diff --git a/assets/png/1f1f2-1f1f2.png b/assets/png/1f1f2-1f1f2.png index 310357548..37dc7d715 100644 Binary files a/assets/png/1f1f2-1f1f2.png and b/assets/png/1f1f2-1f1f2.png differ diff --git a/assets/png/1f1f2-1f1f3.png b/assets/png/1f1f2-1f1f3.png index e46dcee6b..1f146bbcd 100644 Binary files a/assets/png/1f1f2-1f1f3.png and b/assets/png/1f1f2-1f1f3.png differ diff --git a/assets/png/1f1f2-1f1f4.png b/assets/png/1f1f2-1f1f4.png index 9d048a74c..7edde31f6 100644 Binary files a/assets/png/1f1f2-1f1f4.png and b/assets/png/1f1f2-1f1f4.png differ diff --git a/assets/png/1f1f2-1f1f5.png b/assets/png/1f1f2-1f1f5.png index c06816bab..17ec1c441 100644 Binary files a/assets/png/1f1f2-1f1f5.png and b/assets/png/1f1f2-1f1f5.png differ diff --git a/assets/png/1f1f2-1f1f6.png b/assets/png/1f1f2-1f1f6.png index dfc4f025a..1e672dc90 100644 Binary files a/assets/png/1f1f2-1f1f6.png and b/assets/png/1f1f2-1f1f6.png differ diff --git a/assets/png/1f1f2-1f1f7.png b/assets/png/1f1f2-1f1f7.png index 902df662e..f87de46ef 100644 Binary files a/assets/png/1f1f2-1f1f7.png and b/assets/png/1f1f2-1f1f7.png differ diff --git a/assets/png/1f1f2-1f1f8.png b/assets/png/1f1f2-1f1f8.png index 5afa01fdd..480b0d4eb 100644 Binary files a/assets/png/1f1f2-1f1f8.png and b/assets/png/1f1f2-1f1f8.png differ diff --git a/assets/png/1f1f2-1f1f9.png b/assets/png/1f1f2-1f1f9.png index 992a5aede..c9e1dbdce 100644 Binary files a/assets/png/1f1f2-1f1f9.png and b/assets/png/1f1f2-1f1f9.png differ diff --git a/assets/png/1f1f2-1f1fa.png b/assets/png/1f1f2-1f1fa.png index 147bbb5f6..55b33cb7c 100644 Binary files a/assets/png/1f1f2-1f1fa.png and b/assets/png/1f1f2-1f1fa.png differ diff --git a/assets/png/1f1f2-1f1fb.png b/assets/png/1f1f2-1f1fb.png index 13890f621..ce5867126 100644 Binary files a/assets/png/1f1f2-1f1fb.png and b/assets/png/1f1f2-1f1fb.png differ diff --git a/assets/png/1f1f2-1f1fc.png b/assets/png/1f1f2-1f1fc.png index aeeb616b0..003d85484 100644 Binary files a/assets/png/1f1f2-1f1fc.png and b/assets/png/1f1f2-1f1fc.png differ diff --git a/assets/png/1f1f2-1f1fd.png b/assets/png/1f1f2-1f1fd.png index dc51aab94..42572bcd0 100644 Binary files a/assets/png/1f1f2-1f1fd.png and b/assets/png/1f1f2-1f1fd.png differ diff --git a/assets/png/1f1f2-1f1fe.png b/assets/png/1f1f2-1f1fe.png index 717db8acc..17526c267 100644 Binary files a/assets/png/1f1f2-1f1fe.png and b/assets/png/1f1f2-1f1fe.png differ diff --git a/assets/png/1f1f2-1f1ff.png b/assets/png/1f1f2-1f1ff.png index c84b2d43e..2352a78e7 100644 Binary files a/assets/png/1f1f2-1f1ff.png and b/assets/png/1f1f2-1f1ff.png differ diff --git a/assets/png/1f1f3-1f1e6.png b/assets/png/1f1f3-1f1e6.png index bcecd405f..ed31c3df0 100644 Binary files a/assets/png/1f1f3-1f1e6.png and b/assets/png/1f1f3-1f1e6.png differ diff --git a/assets/png/1f1f3-1f1e8.png b/assets/png/1f1f3-1f1e8.png index 71fd330fc..90b3afebf 100644 Binary files a/assets/png/1f1f3-1f1e8.png and b/assets/png/1f1f3-1f1e8.png differ diff --git a/assets/png/1f1f3-1f1ea.png b/assets/png/1f1f3-1f1ea.png index 3bcbb34a4..f98a1173c 100644 Binary files a/assets/png/1f1f3-1f1ea.png and b/assets/png/1f1f3-1f1ea.png differ diff --git a/assets/png/1f1f3-1f1eb.png b/assets/png/1f1f3-1f1eb.png index 26a273dd3..9099e7674 100644 Binary files a/assets/png/1f1f3-1f1eb.png and b/assets/png/1f1f3-1f1eb.png differ diff --git a/assets/png/1f1f3-1f1ec.png b/assets/png/1f1f3-1f1ec.png index b76e215f1..ea0abeff1 100644 Binary files a/assets/png/1f1f3-1f1ec.png and b/assets/png/1f1f3-1f1ec.png differ diff --git a/assets/png/1f1f3-1f1ee.png b/assets/png/1f1f3-1f1ee.png index 20eb63c4a..772920dfa 100644 Binary files a/assets/png/1f1f3-1f1ee.png and b/assets/png/1f1f3-1f1ee.png differ diff --git a/assets/png/1f1f3-1f1f1.png b/assets/png/1f1f3-1f1f1.png index 9046a1f29..83a0e817e 100644 Binary files a/assets/png/1f1f3-1f1f1.png and b/assets/png/1f1f3-1f1f1.png differ diff --git a/assets/png/1f1f3-1f1f4.png b/assets/png/1f1f3-1f1f4.png index 1291263a0..99d3142eb 100644 Binary files a/assets/png/1f1f3-1f1f4.png and b/assets/png/1f1f3-1f1f4.png differ diff --git a/assets/png/1f1f3-1f1f5.png b/assets/png/1f1f3-1f1f5.png index 1d7af912a..87425a8df 100644 Binary files a/assets/png/1f1f3-1f1f5.png and b/assets/png/1f1f3-1f1f5.png differ diff --git a/assets/png/1f1f3-1f1f7.png b/assets/png/1f1f3-1f1f7.png index 7ca37444c..b3e3a5d56 100644 Binary files a/assets/png/1f1f3-1f1f7.png and b/assets/png/1f1f3-1f1f7.png differ diff --git a/assets/png/1f1f3-1f1fa.png b/assets/png/1f1f3-1f1fa.png index 340149e36..f03614443 100644 Binary files a/assets/png/1f1f3-1f1fa.png and b/assets/png/1f1f3-1f1fa.png differ diff --git a/assets/png/1f1f3-1f1ff.png b/assets/png/1f1f3-1f1ff.png index aa3b6ce54..a4eeeab9c 100644 Binary files a/assets/png/1f1f3-1f1ff.png and b/assets/png/1f1f3-1f1ff.png differ diff --git a/assets/png/1f1f4-1f1f2.png b/assets/png/1f1f4-1f1f2.png index 78d28ec6e..ea824ba31 100644 Binary files a/assets/png/1f1f4-1f1f2.png and b/assets/png/1f1f4-1f1f2.png differ diff --git a/assets/png/1f1f5-1f1e6.png b/assets/png/1f1f5-1f1e6.png index 69927d2a7..c3091d898 100644 Binary files a/assets/png/1f1f5-1f1e6.png and b/assets/png/1f1f5-1f1e6.png differ diff --git a/assets/png/1f1f5-1f1ea.png b/assets/png/1f1f5-1f1ea.png index 08c99e721..39223aa9d 100644 Binary files a/assets/png/1f1f5-1f1ea.png and b/assets/png/1f1f5-1f1ea.png differ diff --git a/assets/png/1f1f5-1f1eb.png b/assets/png/1f1f5-1f1eb.png index fd0b5ee56..113445f8f 100644 Binary files a/assets/png/1f1f5-1f1eb.png and b/assets/png/1f1f5-1f1eb.png differ diff --git a/assets/png/1f1f5-1f1ec.png b/assets/png/1f1f5-1f1ec.png index cb5bb1d08..825e9dcb7 100644 Binary files a/assets/png/1f1f5-1f1ec.png and b/assets/png/1f1f5-1f1ec.png differ diff --git a/assets/png/1f1f5-1f1ed.png b/assets/png/1f1f5-1f1ed.png index dd3da641a..8260e15bd 100644 Binary files a/assets/png/1f1f5-1f1ed.png and b/assets/png/1f1f5-1f1ed.png differ diff --git a/assets/png/1f1f5-1f1f0.png b/assets/png/1f1f5-1f1f0.png index 062ae2835..a7b6a1c50 100644 Binary files a/assets/png/1f1f5-1f1f0.png and b/assets/png/1f1f5-1f1f0.png differ diff --git a/assets/png/1f1f5-1f1f1.png b/assets/png/1f1f5-1f1f1.png index 9e2a86c91..19de2edec 100644 Binary files a/assets/png/1f1f5-1f1f1.png and b/assets/png/1f1f5-1f1f1.png differ diff --git a/assets/png/1f1f5-1f1f2.png b/assets/png/1f1f5-1f1f2.png index 888ae4f92..2ca605541 100644 Binary files a/assets/png/1f1f5-1f1f2.png and b/assets/png/1f1f5-1f1f2.png differ diff --git a/assets/png/1f1f5-1f1f3.png b/assets/png/1f1f5-1f1f3.png index cb4e17840..f2263b154 100644 Binary files a/assets/png/1f1f5-1f1f3.png and b/assets/png/1f1f5-1f1f3.png differ diff --git a/assets/png/1f1f5-1f1f7.png b/assets/png/1f1f5-1f1f7.png index 36ea299a2..d0209cddb 100644 Binary files a/assets/png/1f1f5-1f1f7.png and b/assets/png/1f1f5-1f1f7.png differ diff --git a/assets/png/1f1f5-1f1f8.png b/assets/png/1f1f5-1f1f8.png index d632d570a..7ccab0977 100644 Binary files a/assets/png/1f1f5-1f1f8.png and b/assets/png/1f1f5-1f1f8.png differ diff --git a/assets/png/1f1f5-1f1f9.png b/assets/png/1f1f5-1f1f9.png index d98b74610..cc93f27c6 100644 Binary files a/assets/png/1f1f5-1f1f9.png and b/assets/png/1f1f5-1f1f9.png differ diff --git a/assets/png/1f1f5-1f1fc.png b/assets/png/1f1f5-1f1fc.png index 4912f182b..154b2f12d 100644 Binary files a/assets/png/1f1f5-1f1fc.png and b/assets/png/1f1f5-1f1fc.png differ diff --git a/assets/png/1f1f5-1f1fe.png b/assets/png/1f1f5-1f1fe.png index 3fda06760..662ad2f6f 100644 Binary files a/assets/png/1f1f5-1f1fe.png and b/assets/png/1f1f5-1f1fe.png differ diff --git a/assets/png/1f1f6-1f1e6.png b/assets/png/1f1f6-1f1e6.png index fd67504ba..a01d8b05c 100644 Binary files a/assets/png/1f1f6-1f1e6.png and b/assets/png/1f1f6-1f1e6.png differ diff --git a/assets/png/1f1f7-1f1ea.png b/assets/png/1f1f7-1f1ea.png index ccdb186d1..57f2bbe9d 100644 Binary files a/assets/png/1f1f7-1f1ea.png and b/assets/png/1f1f7-1f1ea.png differ diff --git a/assets/png/1f1f7-1f1f4.png b/assets/png/1f1f7-1f1f4.png index 3a5ff8d00..3e48c4477 100644 Binary files a/assets/png/1f1f7-1f1f4.png and b/assets/png/1f1f7-1f1f4.png differ diff --git a/assets/png/1f1f7-1f1f8.png b/assets/png/1f1f7-1f1f8.png index e611fbfb7..9df6c9a52 100644 Binary files a/assets/png/1f1f7-1f1f8.png and b/assets/png/1f1f7-1f1f8.png differ diff --git a/assets/png/1f1f7-1f1fa.png b/assets/png/1f1f7-1f1fa.png index ca29c5f39..e50c9db90 100644 Binary files a/assets/png/1f1f7-1f1fa.png and b/assets/png/1f1f7-1f1fa.png differ diff --git a/assets/png/1f1f7-1f1fc.png b/assets/png/1f1f7-1f1fc.png index c8e5654f9..c238c874e 100644 Binary files a/assets/png/1f1f7-1f1fc.png and b/assets/png/1f1f7-1f1fc.png differ diff --git a/assets/png/1f1f8-1f1e6.png b/assets/png/1f1f8-1f1e6.png index ffbfc5277..4941be7d1 100644 Binary files a/assets/png/1f1f8-1f1e6.png and b/assets/png/1f1f8-1f1e6.png differ diff --git a/assets/png/1f1f8-1f1e7.png b/assets/png/1f1f8-1f1e7.png index cd07babb6..7d8f1ac61 100644 Binary files a/assets/png/1f1f8-1f1e7.png and b/assets/png/1f1f8-1f1e7.png differ diff --git a/assets/png/1f1f8-1f1e8.png b/assets/png/1f1f8-1f1e8.png index 071c85f9f..6ae4d9076 100644 Binary files a/assets/png/1f1f8-1f1e8.png and b/assets/png/1f1f8-1f1e8.png differ diff --git a/assets/png/1f1f8-1f1e9.png b/assets/png/1f1f8-1f1e9.png index bba386583..963be1b36 100644 Binary files a/assets/png/1f1f8-1f1e9.png and b/assets/png/1f1f8-1f1e9.png differ diff --git a/assets/png/1f1f8-1f1ea.png b/assets/png/1f1f8-1f1ea.png index b0cf10fc9..fc0d0e0ce 100644 Binary files a/assets/png/1f1f8-1f1ea.png and b/assets/png/1f1f8-1f1ea.png differ diff --git a/assets/png/1f1f8-1f1ec.png b/assets/png/1f1f8-1f1ec.png index f275bccda..de3c7737c 100644 Binary files a/assets/png/1f1f8-1f1ec.png and b/assets/png/1f1f8-1f1ec.png differ diff --git a/assets/png/1f1f8-1f1ed.png b/assets/png/1f1f8-1f1ed.png index 7dc9f8776..40cd9e44e 100644 Binary files a/assets/png/1f1f8-1f1ed.png and b/assets/png/1f1f8-1f1ed.png differ diff --git a/assets/png/1f1f8-1f1ee.png b/assets/png/1f1f8-1f1ee.png index 12d957714..e308999db 100644 Binary files a/assets/png/1f1f8-1f1ee.png and b/assets/png/1f1f8-1f1ee.png differ diff --git a/assets/png/1f1f8-1f1ef.png b/assets/png/1f1f8-1f1ef.png index 50f0b71db..5884e6482 100644 Binary files a/assets/png/1f1f8-1f1ef.png and b/assets/png/1f1f8-1f1ef.png differ diff --git a/assets/png/1f1f8-1f1f0.png b/assets/png/1f1f8-1f1f0.png index e475dda6a..4259d0e14 100644 Binary files a/assets/png/1f1f8-1f1f0.png and b/assets/png/1f1f8-1f1f0.png differ diff --git a/assets/png/1f1f8-1f1f1.png b/assets/png/1f1f8-1f1f1.png index cbf298746..d2cc68830 100644 Binary files a/assets/png/1f1f8-1f1f1.png and b/assets/png/1f1f8-1f1f1.png differ diff --git a/assets/png/1f1f8-1f1f2.png b/assets/png/1f1f8-1f1f2.png index 47ee9137e..03b870875 100644 Binary files a/assets/png/1f1f8-1f1f2.png and b/assets/png/1f1f8-1f1f2.png differ diff --git a/assets/png/1f1f8-1f1f3.png b/assets/png/1f1f8-1f1f3.png index 8c6102326..5368bbe93 100644 Binary files a/assets/png/1f1f8-1f1f3.png and b/assets/png/1f1f8-1f1f3.png differ diff --git a/assets/png/1f1f8-1f1f4.png b/assets/png/1f1f8-1f1f4.png index c5b9e6140..68a059736 100644 Binary files a/assets/png/1f1f8-1f1f4.png and b/assets/png/1f1f8-1f1f4.png differ diff --git a/assets/png/1f1f8-1f1f7.png b/assets/png/1f1f8-1f1f7.png index 7c0c4dfc7..d32513270 100644 Binary files a/assets/png/1f1f8-1f1f7.png and b/assets/png/1f1f8-1f1f7.png differ diff --git a/assets/png/1f1f8-1f1f8.png b/assets/png/1f1f8-1f1f8.png index 23f1ad4af..122977e79 100644 Binary files a/assets/png/1f1f8-1f1f8.png and b/assets/png/1f1f8-1f1f8.png differ diff --git a/assets/png/1f1f8-1f1f9.png b/assets/png/1f1f8-1f1f9.png index b074ff3a0..f83a863d6 100644 Binary files a/assets/png/1f1f8-1f1f9.png and b/assets/png/1f1f8-1f1f9.png differ diff --git a/assets/png/1f1f8-1f1fb.png b/assets/png/1f1f8-1f1fb.png index 6121158ee..efb83e2f2 100644 Binary files a/assets/png/1f1f8-1f1fb.png and b/assets/png/1f1f8-1f1fb.png differ diff --git a/assets/png/1f1f8-1f1fd.png b/assets/png/1f1f8-1f1fd.png index c6a62f8cc..94b760fbe 100644 Binary files a/assets/png/1f1f8-1f1fd.png and b/assets/png/1f1f8-1f1fd.png differ diff --git a/assets/png/1f1f8-1f1fe.png b/assets/png/1f1f8-1f1fe.png index 7f29b8276..09a8ee8f7 100644 Binary files a/assets/png/1f1f8-1f1fe.png and b/assets/png/1f1f8-1f1fe.png differ diff --git a/assets/png/1f1f8-1f1ff.png b/assets/png/1f1f8-1f1ff.png index 7e2f9c7e2..f74e82ea1 100644 Binary files a/assets/png/1f1f8-1f1ff.png and b/assets/png/1f1f8-1f1ff.png differ diff --git a/assets/png/1f1f9-1f1e6.png b/assets/png/1f1f9-1f1e6.png index fd93bb93a..b44283e90 100644 Binary files a/assets/png/1f1f9-1f1e6.png and b/assets/png/1f1f9-1f1e6.png differ diff --git a/assets/png/1f1f9-1f1e8.png b/assets/png/1f1f9-1f1e8.png index b8e5b1433..156b33d1b 100644 Binary files a/assets/png/1f1f9-1f1e8.png and b/assets/png/1f1f9-1f1e8.png differ diff --git a/assets/png/1f1f9-1f1e9.png b/assets/png/1f1f9-1f1e9.png index 5b8b06697..ebe7f5928 100644 Binary files a/assets/png/1f1f9-1f1e9.png and b/assets/png/1f1f9-1f1e9.png differ diff --git a/assets/png/1f1f9-1f1eb.png b/assets/png/1f1f9-1f1eb.png index 2fa340442..a1a3ad68e 100644 Binary files a/assets/png/1f1f9-1f1eb.png and b/assets/png/1f1f9-1f1eb.png differ diff --git a/assets/png/1f1f9-1f1ec.png b/assets/png/1f1f9-1f1ec.png index 8c9fd51c4..826b73c9a 100644 Binary files a/assets/png/1f1f9-1f1ec.png and b/assets/png/1f1f9-1f1ec.png differ diff --git a/assets/png/1f1f9-1f1ed.png b/assets/png/1f1f9-1f1ed.png index 9ec0450d2..93ff542c5 100644 Binary files a/assets/png/1f1f9-1f1ed.png and b/assets/png/1f1f9-1f1ed.png differ diff --git a/assets/png/1f1f9-1f1ef.png b/assets/png/1f1f9-1f1ef.png index c0091dad7..7a8a0b619 100644 Binary files a/assets/png/1f1f9-1f1ef.png and b/assets/png/1f1f9-1f1ef.png differ diff --git a/assets/png/1f1f9-1f1f0.png b/assets/png/1f1f9-1f1f0.png index e9ee3b874..2fa5a21b1 100644 Binary files a/assets/png/1f1f9-1f1f0.png and b/assets/png/1f1f9-1f1f0.png differ diff --git a/assets/png/1f1f9-1f1f1.png b/assets/png/1f1f9-1f1f1.png index c7e8115c9..5b120eccc 100644 Binary files a/assets/png/1f1f9-1f1f1.png and b/assets/png/1f1f9-1f1f1.png differ diff --git a/assets/png/1f1f9-1f1f2.png b/assets/png/1f1f9-1f1f2.png index 47ced5484..c3c4f5323 100644 Binary files a/assets/png/1f1f9-1f1f2.png and b/assets/png/1f1f9-1f1f2.png differ diff --git a/assets/png/1f1f9-1f1f3.png b/assets/png/1f1f9-1f1f3.png index 98b42c170..58ef16122 100644 Binary files a/assets/png/1f1f9-1f1f3.png and b/assets/png/1f1f9-1f1f3.png differ diff --git a/assets/png/1f1f9-1f1f4.png b/assets/png/1f1f9-1f1f4.png index 5a68bdc4c..1ffa7bb9d 100644 Binary files a/assets/png/1f1f9-1f1f4.png and b/assets/png/1f1f9-1f1f4.png differ diff --git a/assets/png/1f1f9-1f1f7.png b/assets/png/1f1f9-1f1f7.png index ac3470d3d..325251fae 100644 Binary files a/assets/png/1f1f9-1f1f7.png and b/assets/png/1f1f9-1f1f7.png differ diff --git a/assets/png/1f1f9-1f1f9.png b/assets/png/1f1f9-1f1f9.png index 9741f0309..ed3bb39a3 100644 Binary files a/assets/png/1f1f9-1f1f9.png and b/assets/png/1f1f9-1f1f9.png differ diff --git a/assets/png/1f1f9-1f1fb.png b/assets/png/1f1f9-1f1fb.png index 83a096502..e82c65c7b 100644 Binary files a/assets/png/1f1f9-1f1fb.png and b/assets/png/1f1f9-1f1fb.png differ diff --git a/assets/png/1f1f9-1f1fc.png b/assets/png/1f1f9-1f1fc.png index 0a006102f..3a8f00b59 100644 Binary files a/assets/png/1f1f9-1f1fc.png and b/assets/png/1f1f9-1f1fc.png differ diff --git a/assets/png/1f1f9-1f1ff.png b/assets/png/1f1f9-1f1ff.png index 47c22e003..2a020853d 100644 Binary files a/assets/png/1f1f9-1f1ff.png and b/assets/png/1f1f9-1f1ff.png differ diff --git a/assets/png/1f1fa-1f1e6.png b/assets/png/1f1fa-1f1e6.png index eec9a8c87..cd84d1bbd 100644 Binary files a/assets/png/1f1fa-1f1e6.png and b/assets/png/1f1fa-1f1e6.png differ diff --git a/assets/png/1f1fa-1f1ec.png b/assets/png/1f1fa-1f1ec.png index c1065f702..dc97690eb 100644 Binary files a/assets/png/1f1fa-1f1ec.png and b/assets/png/1f1fa-1f1ec.png differ diff --git a/assets/png/1f1fa-1f1f2.png b/assets/png/1f1fa-1f1f2.png index 7700a9f6e..4a7ee3cdf 100644 Binary files a/assets/png/1f1fa-1f1f2.png and b/assets/png/1f1fa-1f1f2.png differ diff --git a/assets/png/1f1fa-1f1f8.png b/assets/png/1f1fa-1f1f8.png index cdd61ff83..9f7303058 100644 Binary files a/assets/png/1f1fa-1f1f8.png and b/assets/png/1f1fa-1f1f8.png differ diff --git a/assets/png/1f1fa-1f1fe.png b/assets/png/1f1fa-1f1fe.png index 32ab04edf..b8002a697 100644 Binary files a/assets/png/1f1fa-1f1fe.png and b/assets/png/1f1fa-1f1fe.png differ diff --git a/assets/png/1f1fa-1f1ff.png b/assets/png/1f1fa-1f1ff.png index be1be3ba6..d56ca9bc4 100644 Binary files a/assets/png/1f1fa-1f1ff.png and b/assets/png/1f1fa-1f1ff.png differ diff --git a/assets/png/1f1fb-1f1e6.png b/assets/png/1f1fb-1f1e6.png index 93fe626f5..ddaf5e314 100644 Binary files a/assets/png/1f1fb-1f1e6.png and b/assets/png/1f1fb-1f1e6.png differ diff --git a/assets/png/1f1fb-1f1e8.png b/assets/png/1f1fb-1f1e8.png index 01d3f44d9..43703c62a 100644 Binary files a/assets/png/1f1fb-1f1e8.png and b/assets/png/1f1fb-1f1e8.png differ diff --git a/assets/png/1f1fb-1f1ea.png b/assets/png/1f1fb-1f1ea.png index 2b1d2ab07..1b6279682 100644 Binary files a/assets/png/1f1fb-1f1ea.png and b/assets/png/1f1fb-1f1ea.png differ diff --git a/assets/png/1f1fb-1f1ec.png b/assets/png/1f1fb-1f1ec.png index aabd627f2..536f780f1 100644 Binary files a/assets/png/1f1fb-1f1ec.png and b/assets/png/1f1fb-1f1ec.png differ diff --git a/assets/png/1f1fb-1f1ee.png b/assets/png/1f1fb-1f1ee.png index 31c9a13fb..64102012c 100644 Binary files a/assets/png/1f1fb-1f1ee.png and b/assets/png/1f1fb-1f1ee.png differ diff --git a/assets/png/1f1fb-1f1f3.png b/assets/png/1f1fb-1f1f3.png index fe885083e..427036046 100644 Binary files a/assets/png/1f1fb-1f1f3.png and b/assets/png/1f1fb-1f1f3.png differ diff --git a/assets/png/1f1fb-1f1fa.png b/assets/png/1f1fb-1f1fa.png index e61e8a771..706eba440 100644 Binary files a/assets/png/1f1fb-1f1fa.png and b/assets/png/1f1fb-1f1fa.png differ diff --git a/assets/png/1f1fc-1f1eb.png b/assets/png/1f1fc-1f1eb.png index 0ba299c4f..70c761036 100644 Binary files a/assets/png/1f1fc-1f1eb.png and b/assets/png/1f1fc-1f1eb.png differ diff --git a/assets/png/1f1fc-1f1f8.png b/assets/png/1f1fc-1f1f8.png index 67ed7598f..a1ea07031 100644 Binary files a/assets/png/1f1fc-1f1f8.png and b/assets/png/1f1fc-1f1f8.png differ diff --git a/assets/png/1f1fd-1f1f0.png b/assets/png/1f1fd-1f1f0.png index d268b2314..e587a4466 100644 Binary files a/assets/png/1f1fd-1f1f0.png and b/assets/png/1f1fd-1f1f0.png differ diff --git a/assets/png/1f1fe-1f1ea.png b/assets/png/1f1fe-1f1ea.png index 63748b418..eadfebd5f 100644 Binary files a/assets/png/1f1fe-1f1ea.png and b/assets/png/1f1fe-1f1ea.png differ diff --git a/assets/png/1f1fe-1f1f9.png b/assets/png/1f1fe-1f1f9.png index 096ee4990..c81fa6d88 100644 Binary files a/assets/png/1f1fe-1f1f9.png and b/assets/png/1f1fe-1f1f9.png differ diff --git a/assets/png/1f1ff-1f1e6.png b/assets/png/1f1ff-1f1e6.png index 46e6aef8d..f397ef507 100644 Binary files a/assets/png/1f1ff-1f1e6.png and b/assets/png/1f1ff-1f1e6.png differ diff --git a/assets/png/1f1ff-1f1f2.png b/assets/png/1f1ff-1f1f2.png index 886c4b75c..2494a31f6 100644 Binary files a/assets/png/1f1ff-1f1f2.png and b/assets/png/1f1ff-1f1f2.png differ diff --git a/assets/png/1f1ff-1f1fc.png b/assets/png/1f1ff-1f1fc.png index 13df85d5c..e09b9652b 100644 Binary files a/assets/png/1f1ff-1f1fc.png and b/assets/png/1f1ff-1f1fc.png differ diff --git a/assets/png/1f201.png b/assets/png/1f201.png index cf42327e7..6450eb44d 100644 Binary files a/assets/png/1f201.png and b/assets/png/1f201.png differ diff --git a/assets/png/1f202.png b/assets/png/1f202.png index 9f2c18da0..900f96332 100644 Binary files a/assets/png/1f202.png and b/assets/png/1f202.png differ diff --git a/assets/png/1f21a.png b/assets/png/1f21a.png index a34f8e14e..d3a19b420 100644 Binary files a/assets/png/1f21a.png and b/assets/png/1f21a.png differ diff --git a/assets/png/1f22f.png b/assets/png/1f22f.png index cc05933cf..078e23e4f 100644 Binary files a/assets/png/1f22f.png and b/assets/png/1f22f.png differ diff --git a/assets/png/1f232.png b/assets/png/1f232.png index d9a960eb6..4c704e034 100644 Binary files a/assets/png/1f232.png and b/assets/png/1f232.png differ diff --git a/assets/png/1f233.png b/assets/png/1f233.png index bafa8f289..47966c1ea 100644 Binary files a/assets/png/1f233.png and b/assets/png/1f233.png differ diff --git a/assets/png/1f234.png b/assets/png/1f234.png index a944bd63a..8375ad9d9 100644 Binary files a/assets/png/1f234.png and b/assets/png/1f234.png differ diff --git a/assets/png/1f235.png b/assets/png/1f235.png index 0a097aa30..f9dea8b88 100644 Binary files a/assets/png/1f235.png and b/assets/png/1f235.png differ diff --git a/assets/png/1f236.png b/assets/png/1f236.png index f0706a498..a4510de41 100644 Binary files a/assets/png/1f236.png and b/assets/png/1f236.png differ diff --git a/assets/png/1f237.png b/assets/png/1f237.png index 6d1a9d73e..c41bd36a2 100644 Binary files a/assets/png/1f237.png and b/assets/png/1f237.png differ diff --git a/assets/png/1f238.png b/assets/png/1f238.png index e837aaeed..6b7af0ee2 100644 Binary files a/assets/png/1f238.png and b/assets/png/1f238.png differ diff --git a/assets/png/1f239.png b/assets/png/1f239.png index 964476e6a..c4f837fe6 100644 Binary files a/assets/png/1f239.png and b/assets/png/1f239.png differ diff --git a/assets/png/1f23a.png b/assets/png/1f23a.png index e29fc84ce..d21cb30ea 100644 Binary files a/assets/png/1f23a.png and b/assets/png/1f23a.png differ diff --git a/assets/png/1f250.png b/assets/png/1f250.png index 7e2823111..0c0d589ca 100644 Binary files a/assets/png/1f250.png and b/assets/png/1f250.png differ diff --git a/assets/png/1f251.png b/assets/png/1f251.png index 7750d0b52..8afd7ce99 100644 Binary files a/assets/png/1f251.png and b/assets/png/1f251.png differ diff --git a/assets/png/1f300.png b/assets/png/1f300.png index ca00cbe94..ff00b1afe 100644 Binary files a/assets/png/1f300.png and b/assets/png/1f300.png differ diff --git a/assets/png/1f301.png b/assets/png/1f301.png index e0cb53ab1..57702d8d3 100644 Binary files a/assets/png/1f301.png and b/assets/png/1f301.png differ diff --git a/assets/png/1f302.png b/assets/png/1f302.png index 134e9798b..ecefba9e4 100644 Binary files a/assets/png/1f302.png and b/assets/png/1f302.png differ diff --git a/assets/png/1f303.png b/assets/png/1f303.png index 1464f19e2..ca2018f45 100644 Binary files a/assets/png/1f303.png and b/assets/png/1f303.png differ diff --git a/assets/png/1f304.png b/assets/png/1f304.png index 65850e99f..2b9930734 100644 Binary files a/assets/png/1f304.png and b/assets/png/1f304.png differ diff --git a/assets/png/1f305.png b/assets/png/1f305.png index c136efd4f..4ad36003c 100644 Binary files a/assets/png/1f305.png and b/assets/png/1f305.png differ diff --git a/assets/png/1f306.png b/assets/png/1f306.png index 6b68e75e7..80cdff7cf 100644 Binary files a/assets/png/1f306.png and b/assets/png/1f306.png differ diff --git a/assets/png/1f307.png b/assets/png/1f307.png index 015a004b4..7cded0ba5 100644 Binary files a/assets/png/1f307.png and b/assets/png/1f307.png differ diff --git a/assets/png/1f308.png b/assets/png/1f308.png index a3799ff95..154735d71 100644 Binary files a/assets/png/1f308.png and b/assets/png/1f308.png differ diff --git a/assets/png/1f309.png b/assets/png/1f309.png index a536f9681..1d444e0be 100644 Binary files a/assets/png/1f309.png and b/assets/png/1f309.png differ diff --git a/assets/png/1f30a.png b/assets/png/1f30a.png index 62d8ff192..45ff1e877 100644 Binary files a/assets/png/1f30a.png and b/assets/png/1f30a.png differ diff --git a/assets/png/1f30b.png b/assets/png/1f30b.png index ab6848414..931d56929 100644 Binary files a/assets/png/1f30b.png and b/assets/png/1f30b.png differ diff --git a/assets/png/1f30c.png b/assets/png/1f30c.png index e8751ff34..b2b8ac59c 100644 Binary files a/assets/png/1f30c.png and b/assets/png/1f30c.png differ diff --git a/assets/png/1f30d.png b/assets/png/1f30d.png index ec779c147..66c3348c2 100644 Binary files a/assets/png/1f30d.png and b/assets/png/1f30d.png differ diff --git a/assets/png/1f30e.png b/assets/png/1f30e.png index 9a4ef8b94..538c3cddd 100644 Binary files a/assets/png/1f30e.png and b/assets/png/1f30e.png differ diff --git a/assets/png/1f30f.png b/assets/png/1f30f.png index 95545da24..d8df97fec 100644 Binary files a/assets/png/1f30f.png and b/assets/png/1f30f.png differ diff --git a/assets/png/1f310.png b/assets/png/1f310.png index 7158e4648..82450c1a4 100644 Binary files a/assets/png/1f310.png and b/assets/png/1f310.png differ diff --git a/assets/png/1f311.png b/assets/png/1f311.png index 4f1b3d36c..ecff72caa 100644 Binary files a/assets/png/1f311.png and b/assets/png/1f311.png differ diff --git a/assets/png/1f312.png b/assets/png/1f312.png index 834d15745..687125173 100644 Binary files a/assets/png/1f312.png and b/assets/png/1f312.png differ diff --git a/assets/png/1f313.png b/assets/png/1f313.png index a2035d655..5dccaf72a 100644 Binary files a/assets/png/1f313.png and b/assets/png/1f313.png differ diff --git a/assets/png/1f314.png b/assets/png/1f314.png index 87b71c63e..3a8081563 100644 Binary files a/assets/png/1f314.png and b/assets/png/1f314.png differ diff --git a/assets/png/1f315.png b/assets/png/1f315.png index f94a145b5..c9a2d6aa7 100644 Binary files a/assets/png/1f315.png and b/assets/png/1f315.png differ diff --git a/assets/png/1f316.png b/assets/png/1f316.png index 6286937d1..24e162661 100644 Binary files a/assets/png/1f316.png and b/assets/png/1f316.png differ diff --git a/assets/png/1f317.png b/assets/png/1f317.png index 298ec1222..0842a0dd4 100644 Binary files a/assets/png/1f317.png and b/assets/png/1f317.png differ diff --git a/assets/png/1f318.png b/assets/png/1f318.png index ba4228d24..cf68706b8 100644 Binary files a/assets/png/1f318.png and b/assets/png/1f318.png differ diff --git a/assets/png/1f319.png b/assets/png/1f319.png index 1aaea61b4..765420ece 100644 Binary files a/assets/png/1f319.png and b/assets/png/1f319.png differ diff --git a/assets/png/1f31a.png b/assets/png/1f31a.png index 50d4c2c79..150dd1240 100644 Binary files a/assets/png/1f31a.png and b/assets/png/1f31a.png differ diff --git a/assets/png/1f31b.png b/assets/png/1f31b.png index b7e35945b..cd8a3d7ac 100644 Binary files a/assets/png/1f31b.png and b/assets/png/1f31b.png differ diff --git a/assets/png/1f31c.png b/assets/png/1f31c.png index 483af46b1..94099343c 100644 Binary files a/assets/png/1f31c.png and b/assets/png/1f31c.png differ diff --git a/assets/png/1f31d.png b/assets/png/1f31d.png index 4ae9cf69e..a5c25bbaf 100644 Binary files a/assets/png/1f31d.png and b/assets/png/1f31d.png differ diff --git a/assets/png/1f31e.png b/assets/png/1f31e.png index 1d99a418d..14a4ea971 100644 Binary files a/assets/png/1f31e.png and b/assets/png/1f31e.png differ diff --git a/assets/png/1f31f.png b/assets/png/1f31f.png index 9bfc60f08..2f5cba592 100644 Binary files a/assets/png/1f31f.png and b/assets/png/1f31f.png differ diff --git a/assets/png/1f320.png b/assets/png/1f320.png index 63edfb678..aa45384d1 100644 Binary files a/assets/png/1f320.png and b/assets/png/1f320.png differ diff --git a/assets/png/1f321.png b/assets/png/1f321.png index 17fcc576e..b11473924 100644 Binary files a/assets/png/1f321.png and b/assets/png/1f321.png differ diff --git a/assets/png/1f324.png b/assets/png/1f324.png index dca889891..cead0bfa5 100644 Binary files a/assets/png/1f324.png and b/assets/png/1f324.png differ diff --git a/assets/png/1f325.png b/assets/png/1f325.png index 91ccd808e..0a4cc1002 100644 Binary files a/assets/png/1f325.png and b/assets/png/1f325.png differ diff --git a/assets/png/1f326.png b/assets/png/1f326.png index cc0524d39..491f9ca48 100644 Binary files a/assets/png/1f326.png and b/assets/png/1f326.png differ diff --git a/assets/png/1f327.png b/assets/png/1f327.png index d59576526..385685e05 100644 Binary files a/assets/png/1f327.png and b/assets/png/1f327.png differ diff --git a/assets/png/1f328.png b/assets/png/1f328.png index b37f49a79..9720384eb 100644 Binary files a/assets/png/1f328.png and b/assets/png/1f328.png differ diff --git a/assets/png/1f329.png b/assets/png/1f329.png index dad249a94..0831e88aa 100644 Binary files a/assets/png/1f329.png and b/assets/png/1f329.png differ diff --git a/assets/png/1f32a.png b/assets/png/1f32a.png index 00bb97ae0..4821c89da 100644 Binary files a/assets/png/1f32a.png and b/assets/png/1f32a.png differ diff --git a/assets/png/1f32b.png b/assets/png/1f32b.png index c8ac38ace..4e73c2de2 100644 Binary files a/assets/png/1f32b.png and b/assets/png/1f32b.png differ diff --git a/assets/png/1f32c.png b/assets/png/1f32c.png index 6b933af8e..df81b652e 100644 Binary files a/assets/png/1f32c.png and b/assets/png/1f32c.png differ diff --git a/assets/png/1f32d.png b/assets/png/1f32d.png index 224b69ae2..3c3354d94 100644 Binary files a/assets/png/1f32d.png and b/assets/png/1f32d.png differ diff --git a/assets/png/1f32e.png b/assets/png/1f32e.png index 1fd586251..10e847a46 100644 Binary files a/assets/png/1f32e.png and b/assets/png/1f32e.png differ diff --git a/assets/png/1f32f.png b/assets/png/1f32f.png index cffa8af7c..02bd5601d 100644 Binary files a/assets/png/1f32f.png and b/assets/png/1f32f.png differ diff --git a/assets/png/1f330.png b/assets/png/1f330.png index 11dfd3bf0..e9fb40468 100644 Binary files a/assets/png/1f330.png and b/assets/png/1f330.png differ diff --git a/assets/png/1f331.png b/assets/png/1f331.png index c521d291e..ae0948bcf 100644 Binary files a/assets/png/1f331.png and b/assets/png/1f331.png differ diff --git a/assets/png/1f332.png b/assets/png/1f332.png index 192003cff..f679d8dd7 100644 Binary files a/assets/png/1f332.png and b/assets/png/1f332.png differ diff --git a/assets/png/1f333.png b/assets/png/1f333.png index eaf2e6ecb..785fc1c30 100644 Binary files a/assets/png/1f333.png and b/assets/png/1f333.png differ diff --git a/assets/png/1f334.png b/assets/png/1f334.png index 4e15250e6..4bbb10f4f 100644 Binary files a/assets/png/1f334.png and b/assets/png/1f334.png differ diff --git a/assets/png/1f335.png b/assets/png/1f335.png index 293d37957..9b48ccf3d 100644 Binary files a/assets/png/1f335.png and b/assets/png/1f335.png differ diff --git a/assets/png/1f336.png b/assets/png/1f336.png index 631fa923c..266675bd5 100644 Binary files a/assets/png/1f336.png and b/assets/png/1f336.png differ diff --git a/assets/png/1f337.png b/assets/png/1f337.png index 107c83a93..f799d75c1 100644 Binary files a/assets/png/1f337.png and b/assets/png/1f337.png differ diff --git a/assets/png/1f338.png b/assets/png/1f338.png index 4a65d44a8..282f3e7bc 100644 Binary files a/assets/png/1f338.png and b/assets/png/1f338.png differ diff --git a/assets/png/1f339.png b/assets/png/1f339.png index 951211fba..52c286d31 100644 Binary files a/assets/png/1f339.png and b/assets/png/1f339.png differ diff --git a/assets/png/1f33a.png b/assets/png/1f33a.png index d9da9d93a..39dd35242 100644 Binary files a/assets/png/1f33a.png and b/assets/png/1f33a.png differ diff --git a/assets/png/1f33b.png b/assets/png/1f33b.png index 88896be99..08cc07761 100644 Binary files a/assets/png/1f33b.png and b/assets/png/1f33b.png differ diff --git a/assets/png/1f33c.png b/assets/png/1f33c.png index b253b95c7..4083026c1 100644 Binary files a/assets/png/1f33c.png and b/assets/png/1f33c.png differ diff --git a/assets/png/1f33d.png b/assets/png/1f33d.png index a3c8b720a..36e201279 100644 Binary files a/assets/png/1f33d.png and b/assets/png/1f33d.png differ diff --git a/assets/png/1f33e.png b/assets/png/1f33e.png index 411e32cbb..3564d9d64 100644 Binary files a/assets/png/1f33e.png and b/assets/png/1f33e.png differ diff --git a/assets/png/1f33f.png b/assets/png/1f33f.png index f90f3e9b8..d984d1562 100644 Binary files a/assets/png/1f33f.png and b/assets/png/1f33f.png differ diff --git a/assets/png/1f340.png b/assets/png/1f340.png index 15aa1215b..fdedfcc2b 100644 Binary files a/assets/png/1f340.png and b/assets/png/1f340.png differ diff --git a/assets/png/1f341.png b/assets/png/1f341.png index 089481e97..c49acea67 100644 Binary files a/assets/png/1f341.png and b/assets/png/1f341.png differ diff --git a/assets/png/1f342.png b/assets/png/1f342.png index 5716c0409..0d60e7bdf 100644 Binary files a/assets/png/1f342.png and b/assets/png/1f342.png differ diff --git a/assets/png/1f343.png b/assets/png/1f343.png index 2a381dce0..1e43e1af8 100644 Binary files a/assets/png/1f343.png and b/assets/png/1f343.png differ diff --git a/assets/png/1f344.png b/assets/png/1f344.png index 4c98e97dc..dd85742ba 100644 Binary files a/assets/png/1f344.png and b/assets/png/1f344.png differ diff --git a/assets/png/1f345.png b/assets/png/1f345.png index 520bd1cfc..497da8f6b 100644 Binary files a/assets/png/1f345.png and b/assets/png/1f345.png differ diff --git a/assets/png/1f346.png b/assets/png/1f346.png index 0df730746..fafd7c1a1 100644 Binary files a/assets/png/1f346.png and b/assets/png/1f346.png differ diff --git a/assets/png/1f347.png b/assets/png/1f347.png index a47f9501f..30d222188 100644 Binary files a/assets/png/1f347.png and b/assets/png/1f347.png differ diff --git a/assets/png/1f348.png b/assets/png/1f348.png index 96973519e..c01232d41 100644 Binary files a/assets/png/1f348.png and b/assets/png/1f348.png differ diff --git a/assets/png/1f349.png b/assets/png/1f349.png index 7e71e5681..0761488b4 100644 Binary files a/assets/png/1f349.png and b/assets/png/1f349.png differ diff --git a/assets/png/1f34a.png b/assets/png/1f34a.png index 5f293990c..ab14e5378 100644 Binary files a/assets/png/1f34a.png and b/assets/png/1f34a.png differ diff --git a/assets/png/1f34b.png b/assets/png/1f34b.png index d636f0842..9a7d95ca2 100644 Binary files a/assets/png/1f34b.png and b/assets/png/1f34b.png differ diff --git a/assets/png/1f34c.png b/assets/png/1f34c.png index 4c1114799..f49872795 100644 Binary files a/assets/png/1f34c.png and b/assets/png/1f34c.png differ diff --git a/assets/png/1f34d.png b/assets/png/1f34d.png index 6eed98ad7..c89a16064 100644 Binary files a/assets/png/1f34d.png and b/assets/png/1f34d.png differ diff --git a/assets/png/1f34e.png b/assets/png/1f34e.png index e1ed3ef3a..da650c60f 100644 Binary files a/assets/png/1f34e.png and b/assets/png/1f34e.png differ diff --git a/assets/png/1f34f.png b/assets/png/1f34f.png index 6e0351d6e..5fd51bd39 100644 Binary files a/assets/png/1f34f.png and b/assets/png/1f34f.png differ diff --git a/assets/png/1f350.png b/assets/png/1f350.png index 1536e6f5d..3869f718b 100644 Binary files a/assets/png/1f350.png and b/assets/png/1f350.png differ diff --git a/assets/png/1f351.png b/assets/png/1f351.png index 734e97185..9ab57cbb7 100644 Binary files a/assets/png/1f351.png and b/assets/png/1f351.png differ diff --git a/assets/png/1f352.png b/assets/png/1f352.png index 6f719dbee..9b10cbaac 100644 Binary files a/assets/png/1f352.png and b/assets/png/1f352.png differ diff --git a/assets/png/1f353.png b/assets/png/1f353.png index 2d95183a2..7bb86f0b2 100644 Binary files a/assets/png/1f353.png and b/assets/png/1f353.png differ diff --git a/assets/png/1f354.png b/assets/png/1f354.png index fd40a6c7d..3573b28a1 100644 Binary files a/assets/png/1f354.png and b/assets/png/1f354.png differ diff --git a/assets/png/1f355.png b/assets/png/1f355.png index b327b4fb4..e07365cb3 100644 Binary files a/assets/png/1f355.png and b/assets/png/1f355.png differ diff --git a/assets/png/1f356.png b/assets/png/1f356.png index fe2d26436..b20a59d16 100644 Binary files a/assets/png/1f356.png and b/assets/png/1f356.png differ diff --git a/assets/png/1f357.png b/assets/png/1f357.png index 869f0c327..eea4a53a2 100644 Binary files a/assets/png/1f357.png and b/assets/png/1f357.png differ diff --git a/assets/png/1f358.png b/assets/png/1f358.png index 667aeec93..7fbd08e4f 100644 Binary files a/assets/png/1f358.png and b/assets/png/1f358.png differ diff --git a/assets/png/1f359.png b/assets/png/1f359.png index 9ddaa0d0d..d3d8ee25c 100644 Binary files a/assets/png/1f359.png and b/assets/png/1f359.png differ diff --git a/assets/png/1f35a.png b/assets/png/1f35a.png index 721e65673..6e3ac7956 100644 Binary files a/assets/png/1f35a.png and b/assets/png/1f35a.png differ diff --git a/assets/png/1f35b.png b/assets/png/1f35b.png index b3d29fa04..69657ca81 100644 Binary files a/assets/png/1f35b.png and b/assets/png/1f35b.png differ diff --git a/assets/png/1f35c.png b/assets/png/1f35c.png index 26d0dde2f..c1cb7cd73 100644 Binary files a/assets/png/1f35c.png and b/assets/png/1f35c.png differ diff --git a/assets/png/1f35d.png b/assets/png/1f35d.png index 55476e97d..89c24a321 100644 Binary files a/assets/png/1f35d.png and b/assets/png/1f35d.png differ diff --git a/assets/png/1f35e.png b/assets/png/1f35e.png index 6456ba589..6676510aa 100644 Binary files a/assets/png/1f35e.png and b/assets/png/1f35e.png differ diff --git a/assets/png/1f35f.png b/assets/png/1f35f.png index 3b621f47f..4e2a4caac 100644 Binary files a/assets/png/1f35f.png and b/assets/png/1f35f.png differ diff --git a/assets/png/1f360.png b/assets/png/1f360.png index 71490421c..92a425f2e 100644 Binary files a/assets/png/1f360.png and b/assets/png/1f360.png differ diff --git a/assets/png/1f361.png b/assets/png/1f361.png index 13b123625..f73f37b01 100644 Binary files a/assets/png/1f361.png and b/assets/png/1f361.png differ diff --git a/assets/png/1f362.png b/assets/png/1f362.png index 680e46475..d38a849fe 100644 Binary files a/assets/png/1f362.png and b/assets/png/1f362.png differ diff --git a/assets/png/1f363.png b/assets/png/1f363.png index 97ce29c0d..f171fd2f7 100644 Binary files a/assets/png/1f363.png and b/assets/png/1f363.png differ diff --git a/assets/png/1f364.png b/assets/png/1f364.png index 8a5470de9..752ba7f13 100644 Binary files a/assets/png/1f364.png and b/assets/png/1f364.png differ diff --git a/assets/png/1f365.png b/assets/png/1f365.png index 4f104ec0c..157bded65 100644 Binary files a/assets/png/1f365.png and b/assets/png/1f365.png differ diff --git a/assets/png/1f366.png b/assets/png/1f366.png index 97e95f13f..8f6546e31 100644 Binary files a/assets/png/1f366.png and b/assets/png/1f366.png differ diff --git a/assets/png/1f367.png b/assets/png/1f367.png index df8e270d6..36dfb53ca 100644 Binary files a/assets/png/1f367.png and b/assets/png/1f367.png differ diff --git a/assets/png/1f368.png b/assets/png/1f368.png index d1383cfcd..94267b9c4 100644 Binary files a/assets/png/1f368.png and b/assets/png/1f368.png differ diff --git a/assets/png/1f369.png b/assets/png/1f369.png index 09672d95d..0ca4cd0bd 100644 Binary files a/assets/png/1f369.png and b/assets/png/1f369.png differ diff --git a/assets/png/1f36a.png b/assets/png/1f36a.png index 3a553e20b..1b6bcb155 100644 Binary files a/assets/png/1f36a.png and b/assets/png/1f36a.png differ diff --git a/assets/png/1f36b.png b/assets/png/1f36b.png index 4be0d008d..318bbd40e 100644 Binary files a/assets/png/1f36b.png and b/assets/png/1f36b.png differ diff --git a/assets/png/1f36c.png b/assets/png/1f36c.png index 1798e0821..8c67ace3a 100644 Binary files a/assets/png/1f36c.png and b/assets/png/1f36c.png differ diff --git a/assets/png/1f36d.png b/assets/png/1f36d.png index a9c4f9ec9..ad76d7bf9 100644 Binary files a/assets/png/1f36d.png and b/assets/png/1f36d.png differ diff --git a/assets/png/1f36e.png b/assets/png/1f36e.png index cc8d5f249..fa3df67b8 100644 Binary files a/assets/png/1f36e.png and b/assets/png/1f36e.png differ diff --git a/assets/png/1f36f.png b/assets/png/1f36f.png index f5b9cb9a7..9d8f59295 100644 Binary files a/assets/png/1f36f.png and b/assets/png/1f36f.png differ diff --git a/assets/png/1f370.png b/assets/png/1f370.png index 17a82abb5..4368177be 100644 Binary files a/assets/png/1f370.png and b/assets/png/1f370.png differ diff --git a/assets/png/1f371.png b/assets/png/1f371.png index a1fd49c26..83d41ca7e 100644 Binary files a/assets/png/1f371.png and b/assets/png/1f371.png differ diff --git a/assets/png/1f372.png b/assets/png/1f372.png index 6c49aae22..6b3f010c1 100644 Binary files a/assets/png/1f372.png and b/assets/png/1f372.png differ diff --git a/assets/png/1f373.png b/assets/png/1f373.png index 0155e16ce..918c98057 100644 Binary files a/assets/png/1f373.png and b/assets/png/1f373.png differ diff --git a/assets/png/1f374.png b/assets/png/1f374.png index 4ed96e48a..09f1feaea 100644 Binary files a/assets/png/1f374.png and b/assets/png/1f374.png differ diff --git a/assets/png/1f375.png b/assets/png/1f375.png index 9245f2934..b53b98f0c 100644 Binary files a/assets/png/1f375.png and b/assets/png/1f375.png differ diff --git a/assets/png/1f376.png b/assets/png/1f376.png index 922ee4258..2933f5672 100644 Binary files a/assets/png/1f376.png and b/assets/png/1f376.png differ diff --git a/assets/png/1f377.png b/assets/png/1f377.png index 827565f44..3cc986891 100644 Binary files a/assets/png/1f377.png and b/assets/png/1f377.png differ diff --git a/assets/png/1f378.png b/assets/png/1f378.png index b662fcad6..2e50c57e9 100644 Binary files a/assets/png/1f378.png and b/assets/png/1f378.png differ diff --git a/assets/png/1f379.png b/assets/png/1f379.png index 9d9ccb93c..cd714f81b 100644 Binary files a/assets/png/1f379.png and b/assets/png/1f379.png differ diff --git a/assets/png/1f37a.png b/assets/png/1f37a.png index 688586a34..b6d73dc0b 100644 Binary files a/assets/png/1f37a.png and b/assets/png/1f37a.png differ diff --git a/assets/png/1f37b.png b/assets/png/1f37b.png index d8cb2da83..b55deb66b 100644 Binary files a/assets/png/1f37b.png and b/assets/png/1f37b.png differ diff --git a/assets/png/1f37c.png b/assets/png/1f37c.png index 83b9c9937..2bd105241 100644 Binary files a/assets/png/1f37c.png and b/assets/png/1f37c.png differ diff --git a/assets/png/1f37d.png b/assets/png/1f37d.png index ab8b6db26..7411755f7 100644 Binary files a/assets/png/1f37d.png and b/assets/png/1f37d.png differ diff --git a/assets/png/1f37e.png b/assets/png/1f37e.png index 02e10ffe6..285a79a93 100644 Binary files a/assets/png/1f37e.png and b/assets/png/1f37e.png differ diff --git a/assets/png/1f37f.png b/assets/png/1f37f.png index 72ea4768f..36853e381 100644 Binary files a/assets/png/1f37f.png and b/assets/png/1f37f.png differ diff --git a/assets/png/1f380.png b/assets/png/1f380.png index 28c72542f..0f253c3d8 100644 Binary files a/assets/png/1f380.png and b/assets/png/1f380.png differ diff --git a/assets/png/1f381.png b/assets/png/1f381.png index fde5668dc..844e21645 100644 Binary files a/assets/png/1f381.png and b/assets/png/1f381.png differ diff --git a/assets/png/1f382.png b/assets/png/1f382.png index df71160da..317e9a419 100644 Binary files a/assets/png/1f382.png and b/assets/png/1f382.png differ diff --git a/assets/png/1f383.png b/assets/png/1f383.png index a6717aca3..44c3fc0ae 100644 Binary files a/assets/png/1f383.png and b/assets/png/1f383.png differ diff --git a/assets/png/1f384.png b/assets/png/1f384.png index 75b4e4ba8..4197d37a5 100644 Binary files a/assets/png/1f384.png and b/assets/png/1f384.png differ diff --git a/assets/png/1f385-1f3fb.png b/assets/png/1f385-1f3fb.png index 9a3ff8de4..5233ffb71 100644 Binary files a/assets/png/1f385-1f3fb.png and b/assets/png/1f385-1f3fb.png differ diff --git a/assets/png/1f385-1f3fc.png b/assets/png/1f385-1f3fc.png index f287d3a69..4e8454381 100644 Binary files a/assets/png/1f385-1f3fc.png and b/assets/png/1f385-1f3fc.png differ diff --git a/assets/png/1f385-1f3fd.png b/assets/png/1f385-1f3fd.png index 4a7120dca..7fc4f33b6 100644 Binary files a/assets/png/1f385-1f3fd.png and b/assets/png/1f385-1f3fd.png differ diff --git a/assets/png/1f385-1f3fe.png b/assets/png/1f385-1f3fe.png index c7138b8fe..d1d5a1513 100644 Binary files a/assets/png/1f385-1f3fe.png and b/assets/png/1f385-1f3fe.png differ diff --git a/assets/png/1f385-1f3ff.png b/assets/png/1f385-1f3ff.png index 65f29871b..4d697a01f 100644 Binary files a/assets/png/1f385-1f3ff.png and b/assets/png/1f385-1f3ff.png differ diff --git a/assets/png/1f385.png b/assets/png/1f385.png index a9ea587a6..bc83ab80d 100644 Binary files a/assets/png/1f385.png and b/assets/png/1f385.png differ diff --git a/assets/png/1f386.png b/assets/png/1f386.png index 1c5407976..176c8b582 100644 Binary files a/assets/png/1f386.png and b/assets/png/1f386.png differ diff --git a/assets/png/1f387.png b/assets/png/1f387.png index a4f474de1..30339cd6e 100644 Binary files a/assets/png/1f387.png and b/assets/png/1f387.png differ diff --git a/assets/png/1f388.png b/assets/png/1f388.png index 6fc2df684..07916fe6d 100644 Binary files a/assets/png/1f388.png and b/assets/png/1f388.png differ diff --git a/assets/png/1f389.png b/assets/png/1f389.png index 046dba4e4..0244d60f2 100644 Binary files a/assets/png/1f389.png and b/assets/png/1f389.png differ diff --git a/assets/png/1f38a.png b/assets/png/1f38a.png index 33d9899ba..ba4fd9b12 100644 Binary files a/assets/png/1f38a.png and b/assets/png/1f38a.png differ diff --git a/assets/png/1f38b.png b/assets/png/1f38b.png index db237a57a..46fcb3a1a 100644 Binary files a/assets/png/1f38b.png and b/assets/png/1f38b.png differ diff --git a/assets/png/1f38c.png b/assets/png/1f38c.png index db47bacaa..273bd0f0f 100644 Binary files a/assets/png/1f38c.png and b/assets/png/1f38c.png differ diff --git a/assets/png/1f38d.png b/assets/png/1f38d.png index a1f11397b..5d5e0e728 100644 Binary files a/assets/png/1f38d.png and b/assets/png/1f38d.png differ diff --git a/assets/png/1f38e.png b/assets/png/1f38e.png index cf3409e72..109556151 100644 Binary files a/assets/png/1f38e.png and b/assets/png/1f38e.png differ diff --git a/assets/png/1f38f.png b/assets/png/1f38f.png index 1ad8ef426..3b451035a 100644 Binary files a/assets/png/1f38f.png and b/assets/png/1f38f.png differ diff --git a/assets/png/1f390.png b/assets/png/1f390.png index dcc248fa8..3c9ef3a95 100644 Binary files a/assets/png/1f390.png and b/assets/png/1f390.png differ diff --git a/assets/png/1f391.png b/assets/png/1f391.png index 0fd5b9308..1a2842659 100644 Binary files a/assets/png/1f391.png and b/assets/png/1f391.png differ diff --git a/assets/png/1f392.png b/assets/png/1f392.png index a4c0ce0bc..9997c86e7 100644 Binary files a/assets/png/1f392.png and b/assets/png/1f392.png differ diff --git a/assets/png/1f393.png b/assets/png/1f393.png index 16c636d80..8b17ddd9d 100644 Binary files a/assets/png/1f393.png and b/assets/png/1f393.png differ diff --git a/assets/png/1f396.png b/assets/png/1f396.png index 306cd8ba4..ecd3fb035 100644 Binary files a/assets/png/1f396.png and b/assets/png/1f396.png differ diff --git a/assets/png/1f397.png b/assets/png/1f397.png index 03b3b74a7..3988bbd09 100644 Binary files a/assets/png/1f397.png and b/assets/png/1f397.png differ diff --git a/assets/png/1f399.png b/assets/png/1f399.png index 8d9ba97d2..cd9167654 100644 Binary files a/assets/png/1f399.png and b/assets/png/1f399.png differ diff --git a/assets/png/1f39a.png b/assets/png/1f39a.png index b436f7297..720a3b341 100644 Binary files a/assets/png/1f39a.png and b/assets/png/1f39a.png differ diff --git a/assets/png/1f39b.png b/assets/png/1f39b.png index 0e34de2e6..6635ac93b 100644 Binary files a/assets/png/1f39b.png and b/assets/png/1f39b.png differ diff --git a/assets/png/1f39e.png b/assets/png/1f39e.png index 1cce24b31..30143aedb 100644 Binary files a/assets/png/1f39e.png and b/assets/png/1f39e.png differ diff --git a/assets/png/1f39f.png b/assets/png/1f39f.png index 61866239d..e510f4a7a 100644 Binary files a/assets/png/1f39f.png and b/assets/png/1f39f.png differ diff --git a/assets/png/1f3a0.png b/assets/png/1f3a0.png index a1e497872..a17074edf 100644 Binary files a/assets/png/1f3a0.png and b/assets/png/1f3a0.png differ diff --git a/assets/png/1f3a1.png b/assets/png/1f3a1.png index 571536f30..55c8ff047 100644 Binary files a/assets/png/1f3a1.png and b/assets/png/1f3a1.png differ diff --git a/assets/png/1f3a2.png b/assets/png/1f3a2.png index 08b594861..5b849e071 100644 Binary files a/assets/png/1f3a2.png and b/assets/png/1f3a2.png differ diff --git a/assets/png/1f3a3.png b/assets/png/1f3a3.png index 87082484e..dfcdf07eb 100644 Binary files a/assets/png/1f3a3.png and b/assets/png/1f3a3.png differ diff --git a/assets/png/1f3a4.png b/assets/png/1f3a4.png index 9cf936463..d4e6b0def 100644 Binary files a/assets/png/1f3a4.png and b/assets/png/1f3a4.png differ diff --git a/assets/png/1f3a5.png b/assets/png/1f3a5.png index c3d131c91..4e73b1301 100644 Binary files a/assets/png/1f3a5.png and b/assets/png/1f3a5.png differ diff --git a/assets/png/1f3a6.png b/assets/png/1f3a6.png index 2a07754a9..65f27b386 100644 Binary files a/assets/png/1f3a6.png and b/assets/png/1f3a6.png differ diff --git a/assets/png/1f3a7.png b/assets/png/1f3a7.png index 60a58a279..e9fd34041 100644 Binary files a/assets/png/1f3a7.png and b/assets/png/1f3a7.png differ diff --git a/assets/png/1f3a8.png b/assets/png/1f3a8.png index d989e34d9..bd6afe9ff 100644 Binary files a/assets/png/1f3a8.png and b/assets/png/1f3a8.png differ diff --git a/assets/png/1f3a9.png b/assets/png/1f3a9.png index 158b710c1..131b657b1 100644 Binary files a/assets/png/1f3a9.png and b/assets/png/1f3a9.png differ diff --git a/assets/png/1f3aa.png b/assets/png/1f3aa.png index 281c9bfef..b0379775b 100644 Binary files a/assets/png/1f3aa.png and b/assets/png/1f3aa.png differ diff --git a/assets/png/1f3ab.png b/assets/png/1f3ab.png index f565244da..605936bb6 100644 Binary files a/assets/png/1f3ab.png and b/assets/png/1f3ab.png differ diff --git a/assets/png/1f3ac.png b/assets/png/1f3ac.png index 9bd61ff1b..813908831 100644 Binary files a/assets/png/1f3ac.png and b/assets/png/1f3ac.png differ diff --git a/assets/png/1f3ad.png b/assets/png/1f3ad.png index 8b6568c90..685441fda 100644 Binary files a/assets/png/1f3ad.png and b/assets/png/1f3ad.png differ diff --git a/assets/png/1f3ae.png b/assets/png/1f3ae.png index 62f7302cf..316a9106a 100644 Binary files a/assets/png/1f3ae.png and b/assets/png/1f3ae.png differ diff --git a/assets/png/1f3af.png b/assets/png/1f3af.png index a62b83fb7..f6704aeb8 100644 Binary files a/assets/png/1f3af.png and b/assets/png/1f3af.png differ diff --git a/assets/png/1f3b0.png b/assets/png/1f3b0.png index 29d5d780e..ee71b6c26 100644 Binary files a/assets/png/1f3b0.png and b/assets/png/1f3b0.png differ diff --git a/assets/png/1f3b1.png b/assets/png/1f3b1.png index 8da65823d..38ca662ed 100644 Binary files a/assets/png/1f3b1.png and b/assets/png/1f3b1.png differ diff --git a/assets/png/1f3b2.png b/assets/png/1f3b2.png index 1ab63e842..ad3626fe5 100644 Binary files a/assets/png/1f3b2.png and b/assets/png/1f3b2.png differ diff --git a/assets/png/1f3b3.png b/assets/png/1f3b3.png index 8c5eb9358..63add89e5 100644 Binary files a/assets/png/1f3b3.png and b/assets/png/1f3b3.png differ diff --git a/assets/png/1f3b4.png b/assets/png/1f3b4.png index 8c1fe583a..6766b044d 100644 Binary files a/assets/png/1f3b4.png and b/assets/png/1f3b4.png differ diff --git a/assets/png/1f3b5.png b/assets/png/1f3b5.png index 58fa1317c..06691ef61 100644 Binary files a/assets/png/1f3b5.png and b/assets/png/1f3b5.png differ diff --git a/assets/png/1f3b6.png b/assets/png/1f3b6.png index 70663d31f..57d499aa1 100644 Binary files a/assets/png/1f3b6.png and b/assets/png/1f3b6.png differ diff --git a/assets/png/1f3b7.png b/assets/png/1f3b7.png index 2935ebb2f..a392faec2 100644 Binary files a/assets/png/1f3b7.png and b/assets/png/1f3b7.png differ diff --git a/assets/png/1f3b8.png b/assets/png/1f3b8.png index 0f94c3241..43d752f1e 100644 Binary files a/assets/png/1f3b8.png and b/assets/png/1f3b8.png differ diff --git a/assets/png/1f3b9.png b/assets/png/1f3b9.png index a5d8aa1cf..442b74568 100644 Binary files a/assets/png/1f3b9.png and b/assets/png/1f3b9.png differ diff --git a/assets/png/1f3ba.png b/assets/png/1f3ba.png index 50614b12c..864ccbcd0 100644 Binary files a/assets/png/1f3ba.png and b/assets/png/1f3ba.png differ diff --git a/assets/png/1f3bb.png b/assets/png/1f3bb.png index 5c1ba6995..e1e76cce2 100644 Binary files a/assets/png/1f3bb.png and b/assets/png/1f3bb.png differ diff --git a/assets/png/1f3bc.png b/assets/png/1f3bc.png index 602a5c7fe..47dc05a8e 100644 Binary files a/assets/png/1f3bc.png and b/assets/png/1f3bc.png differ diff --git a/assets/png/1f3bd.png b/assets/png/1f3bd.png index 79df4a83c..6d83c06b8 100644 Binary files a/assets/png/1f3bd.png and b/assets/png/1f3bd.png differ diff --git a/assets/png/1f3be.png b/assets/png/1f3be.png index d30454e74..7e68ba8f3 100644 Binary files a/assets/png/1f3be.png and b/assets/png/1f3be.png differ diff --git a/assets/png/1f3bf.png b/assets/png/1f3bf.png index 0d4501b53..4a2d2c123 100644 Binary files a/assets/png/1f3bf.png and b/assets/png/1f3bf.png differ diff --git a/assets/png/1f3c0.png b/assets/png/1f3c0.png index f51c2ce85..64c76b79c 100644 Binary files a/assets/png/1f3c0.png and b/assets/png/1f3c0.png differ diff --git a/assets/png/1f3c1.png b/assets/png/1f3c1.png index d7b5d0323..5a71eecb8 100644 Binary files a/assets/png/1f3c1.png and b/assets/png/1f3c1.png differ diff --git a/assets/png/1f3c2.png b/assets/png/1f3c2.png index 8981172ff..6361c0f2c 100644 Binary files a/assets/png/1f3c2.png and b/assets/png/1f3c2.png differ diff --git a/assets/png/1f3c3-1f3fb.png b/assets/png/1f3c3-1f3fb.png index 8b4117e09..9355239a5 100644 Binary files a/assets/png/1f3c3-1f3fb.png and b/assets/png/1f3c3-1f3fb.png differ diff --git a/assets/png/1f3c3-1f3fc.png b/assets/png/1f3c3-1f3fc.png index 5eb140639..6112fd5c3 100644 Binary files a/assets/png/1f3c3-1f3fc.png and b/assets/png/1f3c3-1f3fc.png differ diff --git a/assets/png/1f3c3-1f3fd.png b/assets/png/1f3c3-1f3fd.png index 614f05128..625ec708f 100644 Binary files a/assets/png/1f3c3-1f3fd.png and b/assets/png/1f3c3-1f3fd.png differ diff --git a/assets/png/1f3c3-1f3fe.png b/assets/png/1f3c3-1f3fe.png index cc8f95723..242f1b563 100644 Binary files a/assets/png/1f3c3-1f3fe.png and b/assets/png/1f3c3-1f3fe.png differ diff --git a/assets/png/1f3c3-1f3ff.png b/assets/png/1f3c3-1f3ff.png index 0bde5dd54..2976c6f01 100644 Binary files a/assets/png/1f3c3-1f3ff.png and b/assets/png/1f3c3-1f3ff.png differ diff --git a/assets/png/1f3c3.png b/assets/png/1f3c3.png index 3b7f125b1..e91491597 100644 Binary files a/assets/png/1f3c3.png and b/assets/png/1f3c3.png differ diff --git a/assets/png/1f3c4-1f3fb.png b/assets/png/1f3c4-1f3fb.png index 954a4d11b..b5faaa524 100644 Binary files a/assets/png/1f3c4-1f3fb.png and b/assets/png/1f3c4-1f3fb.png differ diff --git a/assets/png/1f3c4-1f3fc.png b/assets/png/1f3c4-1f3fc.png index faeafa942..6d92e412f 100644 Binary files a/assets/png/1f3c4-1f3fc.png and b/assets/png/1f3c4-1f3fc.png differ diff --git a/assets/png/1f3c4-1f3fd.png b/assets/png/1f3c4-1f3fd.png index 8b4a525a0..f05ef5949 100644 Binary files a/assets/png/1f3c4-1f3fd.png and b/assets/png/1f3c4-1f3fd.png differ diff --git a/assets/png/1f3c4-1f3fe.png b/assets/png/1f3c4-1f3fe.png index 9f4116d9a..35e143d19 100644 Binary files a/assets/png/1f3c4-1f3fe.png and b/assets/png/1f3c4-1f3fe.png differ diff --git a/assets/png/1f3c4-1f3ff.png b/assets/png/1f3c4-1f3ff.png index fb1268282..38917658e 100644 Binary files a/assets/png/1f3c4-1f3ff.png and b/assets/png/1f3c4-1f3ff.png differ diff --git a/assets/png/1f3c4.png b/assets/png/1f3c4.png index 52626db97..3ab017adf 100644 Binary files a/assets/png/1f3c4.png and b/assets/png/1f3c4.png differ diff --git a/assets/png/1f3c5.png b/assets/png/1f3c5.png index 280bc07a9..b85896b14 100644 Binary files a/assets/png/1f3c5.png and b/assets/png/1f3c5.png differ diff --git a/assets/png/1f3c6.png b/assets/png/1f3c6.png index a1f576ba8..ac2895c18 100644 Binary files a/assets/png/1f3c6.png and b/assets/png/1f3c6.png differ diff --git a/assets/png/1f3c7-1f3fb.png b/assets/png/1f3c7-1f3fb.png index 5fdc9bff4..e9bf4092e 100644 Binary files a/assets/png/1f3c7-1f3fb.png and b/assets/png/1f3c7-1f3fb.png differ diff --git a/assets/png/1f3c7-1f3fc.png b/assets/png/1f3c7-1f3fc.png index 169a5da88..031bbc3d8 100644 Binary files a/assets/png/1f3c7-1f3fc.png and b/assets/png/1f3c7-1f3fc.png differ diff --git a/assets/png/1f3c7-1f3fd.png b/assets/png/1f3c7-1f3fd.png index 7c8bf76ef..b40ef891f 100644 Binary files a/assets/png/1f3c7-1f3fd.png and b/assets/png/1f3c7-1f3fd.png differ diff --git a/assets/png/1f3c7-1f3fe.png b/assets/png/1f3c7-1f3fe.png index f9dafc349..e286cb850 100644 Binary files a/assets/png/1f3c7-1f3fe.png and b/assets/png/1f3c7-1f3fe.png differ diff --git a/assets/png/1f3c7-1f3ff.png b/assets/png/1f3c7-1f3ff.png index bb2823c7a..453c51c60 100644 Binary files a/assets/png/1f3c7-1f3ff.png and b/assets/png/1f3c7-1f3ff.png differ diff --git a/assets/png/1f3c7.png b/assets/png/1f3c7.png index 548372cd8..addf9edac 100644 Binary files a/assets/png/1f3c7.png and b/assets/png/1f3c7.png differ diff --git a/assets/png/1f3c8.png b/assets/png/1f3c8.png index cde0a6eb3..10366f41f 100644 Binary files a/assets/png/1f3c8.png and b/assets/png/1f3c8.png differ diff --git a/assets/png/1f3c9.png b/assets/png/1f3c9.png index 83a044a07..b18722734 100644 Binary files a/assets/png/1f3c9.png and b/assets/png/1f3c9.png differ diff --git a/assets/png/1f3ca-1f3fb.png b/assets/png/1f3ca-1f3fb.png index 80c1b0516..38441c9ca 100644 Binary files a/assets/png/1f3ca-1f3fb.png and b/assets/png/1f3ca-1f3fb.png differ diff --git a/assets/png/1f3ca-1f3fc.png b/assets/png/1f3ca-1f3fc.png index fc083f1f8..b0d431124 100644 Binary files a/assets/png/1f3ca-1f3fc.png and b/assets/png/1f3ca-1f3fc.png differ diff --git a/assets/png/1f3ca-1f3fd.png b/assets/png/1f3ca-1f3fd.png index fe01711f3..211e77e2a 100644 Binary files a/assets/png/1f3ca-1f3fd.png and b/assets/png/1f3ca-1f3fd.png differ diff --git a/assets/png/1f3ca-1f3fe.png b/assets/png/1f3ca-1f3fe.png index 3d4512e1b..f34c34db9 100644 Binary files a/assets/png/1f3ca-1f3fe.png and b/assets/png/1f3ca-1f3fe.png differ diff --git a/assets/png/1f3ca-1f3ff.png b/assets/png/1f3ca-1f3ff.png index c328ad329..3e9231ff8 100644 Binary files a/assets/png/1f3ca-1f3ff.png and b/assets/png/1f3ca-1f3ff.png differ diff --git a/assets/png/1f3ca.png b/assets/png/1f3ca.png index ce96d3592..55b4d72f9 100644 Binary files a/assets/png/1f3ca.png and b/assets/png/1f3ca.png differ diff --git a/assets/png/1f3cb-1f3fb.png b/assets/png/1f3cb-1f3fb.png index 862afc488..febaad123 100644 Binary files a/assets/png/1f3cb-1f3fb.png and b/assets/png/1f3cb-1f3fb.png differ diff --git a/assets/png/1f3cb-1f3fc.png b/assets/png/1f3cb-1f3fc.png index 32b40abb1..27ae794a1 100644 Binary files a/assets/png/1f3cb-1f3fc.png and b/assets/png/1f3cb-1f3fc.png differ diff --git a/assets/png/1f3cb-1f3fd.png b/assets/png/1f3cb-1f3fd.png index 9e566128a..45c4c22c7 100644 Binary files a/assets/png/1f3cb-1f3fd.png and b/assets/png/1f3cb-1f3fd.png differ diff --git a/assets/png/1f3cb-1f3fe.png b/assets/png/1f3cb-1f3fe.png index ffe4b0c84..67dd21d24 100644 Binary files a/assets/png/1f3cb-1f3fe.png and b/assets/png/1f3cb-1f3fe.png differ diff --git a/assets/png/1f3cb-1f3ff.png b/assets/png/1f3cb-1f3ff.png index 0b2520e42..fa0152038 100644 Binary files a/assets/png/1f3cb-1f3ff.png and b/assets/png/1f3cb-1f3ff.png differ diff --git a/assets/png/1f3cb.png b/assets/png/1f3cb.png index 00c92caec..afdeaa476 100644 Binary files a/assets/png/1f3cb.png and b/assets/png/1f3cb.png differ diff --git a/assets/png/1f3cc.png b/assets/png/1f3cc.png index a4dcdc5b4..39c552de8 100644 Binary files a/assets/png/1f3cc.png and b/assets/png/1f3cc.png differ diff --git a/assets/png/1f3cd.png b/assets/png/1f3cd.png index 01647e26f..3d1d567e8 100644 Binary files a/assets/png/1f3cd.png and b/assets/png/1f3cd.png differ diff --git a/assets/png/1f3ce.png b/assets/png/1f3ce.png index 5769b4a4e..fe3f045f4 100644 Binary files a/assets/png/1f3ce.png and b/assets/png/1f3ce.png differ diff --git a/assets/png/1f3cf.png b/assets/png/1f3cf.png index 4008ee1cc..d602294a2 100644 Binary files a/assets/png/1f3cf.png and b/assets/png/1f3cf.png differ diff --git a/assets/png/1f3d0.png b/assets/png/1f3d0.png index cb7a142d4..7a0e49d4b 100644 Binary files a/assets/png/1f3d0.png and b/assets/png/1f3d0.png differ diff --git a/assets/png/1f3d1.png b/assets/png/1f3d1.png index 0041de9a6..839637716 100644 Binary files a/assets/png/1f3d1.png and b/assets/png/1f3d1.png differ diff --git a/assets/png/1f3d2.png b/assets/png/1f3d2.png index 08d4234e4..be94e9cbf 100644 Binary files a/assets/png/1f3d2.png and b/assets/png/1f3d2.png differ diff --git a/assets/png/1f3d3.png b/assets/png/1f3d3.png index 5bb1f058b..ff3c51727 100644 Binary files a/assets/png/1f3d3.png and b/assets/png/1f3d3.png differ diff --git a/assets/png/1f3d4.png b/assets/png/1f3d4.png index 364a4cf93..76e1cfd83 100644 Binary files a/assets/png/1f3d4.png and b/assets/png/1f3d4.png differ diff --git a/assets/png/1f3d5.png b/assets/png/1f3d5.png index 2e664e01f..d589cc1f4 100644 Binary files a/assets/png/1f3d5.png and b/assets/png/1f3d5.png differ diff --git a/assets/png/1f3d6.png b/assets/png/1f3d6.png index e4066df5d..69108c8ea 100644 Binary files a/assets/png/1f3d6.png and b/assets/png/1f3d6.png differ diff --git a/assets/png/1f3d7.png b/assets/png/1f3d7.png index 41b5428d9..8206a20f6 100644 Binary files a/assets/png/1f3d7.png and b/assets/png/1f3d7.png differ diff --git a/assets/png/1f3d8.png b/assets/png/1f3d8.png index 77fd2f37f..6ab4a2a26 100644 Binary files a/assets/png/1f3d8.png and b/assets/png/1f3d8.png differ diff --git a/assets/png/1f3d9.png b/assets/png/1f3d9.png index ba4d423a3..d7b9844a0 100644 Binary files a/assets/png/1f3d9.png and b/assets/png/1f3d9.png differ diff --git a/assets/png/1f3da.png b/assets/png/1f3da.png index f4eb8e5c8..c55e81de9 100644 Binary files a/assets/png/1f3da.png and b/assets/png/1f3da.png differ diff --git a/assets/png/1f3db.png b/assets/png/1f3db.png index 7eff07717..de7b559da 100644 Binary files a/assets/png/1f3db.png and b/assets/png/1f3db.png differ diff --git a/assets/png/1f3dc.png b/assets/png/1f3dc.png index 9c0246ca6..e9966ff8c 100644 Binary files a/assets/png/1f3dc.png and b/assets/png/1f3dc.png differ diff --git a/assets/png/1f3dd.png b/assets/png/1f3dd.png index d12333d1d..7fd834389 100644 Binary files a/assets/png/1f3dd.png and b/assets/png/1f3dd.png differ diff --git a/assets/png/1f3de.png b/assets/png/1f3de.png index da1aa47f9..63ec70163 100644 Binary files a/assets/png/1f3de.png and b/assets/png/1f3de.png differ diff --git a/assets/png/1f3df.png b/assets/png/1f3df.png index cf586e1eb..00cd6db5e 100644 Binary files a/assets/png/1f3df.png and b/assets/png/1f3df.png differ diff --git a/assets/png/1f3e0.png b/assets/png/1f3e0.png index d4e606e09..01c98a0ba 100644 Binary files a/assets/png/1f3e0.png and b/assets/png/1f3e0.png differ diff --git a/assets/png/1f3e1.png b/assets/png/1f3e1.png index 6088ed181..0aae41598 100644 Binary files a/assets/png/1f3e1.png and b/assets/png/1f3e1.png differ diff --git a/assets/png/1f3e2.png b/assets/png/1f3e2.png index aeb7fa135..7eee927d1 100644 Binary files a/assets/png/1f3e2.png and b/assets/png/1f3e2.png differ diff --git a/assets/png/1f3e3.png b/assets/png/1f3e3.png index ca04686ba..a23848f9a 100644 Binary files a/assets/png/1f3e3.png and b/assets/png/1f3e3.png differ diff --git a/assets/png/1f3e4.png b/assets/png/1f3e4.png index 0f6b3d4f6..3745aff8d 100644 Binary files a/assets/png/1f3e4.png and b/assets/png/1f3e4.png differ diff --git a/assets/png/1f3e5.png b/assets/png/1f3e5.png index 0f57fba9b..1cbce4ae7 100644 Binary files a/assets/png/1f3e5.png and b/assets/png/1f3e5.png differ diff --git a/assets/png/1f3e6.png b/assets/png/1f3e6.png index ed762660b..dffdcef36 100644 Binary files a/assets/png/1f3e6.png and b/assets/png/1f3e6.png differ diff --git a/assets/png/1f3e7.png b/assets/png/1f3e7.png index 13d4257ee..4d935307b 100644 Binary files a/assets/png/1f3e7.png and b/assets/png/1f3e7.png differ diff --git a/assets/png/1f3e8.png b/assets/png/1f3e8.png index f85544805..ea8f4c497 100644 Binary files a/assets/png/1f3e8.png and b/assets/png/1f3e8.png differ diff --git a/assets/png/1f3e9.png b/assets/png/1f3e9.png index 4f186204f..5e136be6f 100644 Binary files a/assets/png/1f3e9.png and b/assets/png/1f3e9.png differ diff --git a/assets/png/1f3ea.png b/assets/png/1f3ea.png index 116c52c5f..26b53b566 100644 Binary files a/assets/png/1f3ea.png and b/assets/png/1f3ea.png differ diff --git a/assets/png/1f3eb.png b/assets/png/1f3eb.png index a72b73ba9..269759534 100644 Binary files a/assets/png/1f3eb.png and b/assets/png/1f3eb.png differ diff --git a/assets/png/1f3ec.png b/assets/png/1f3ec.png index 8650aa11b..58867c7a6 100644 Binary files a/assets/png/1f3ec.png and b/assets/png/1f3ec.png differ diff --git a/assets/png/1f3ed.png b/assets/png/1f3ed.png index 3fed32f2e..e1d2ddf4a 100644 Binary files a/assets/png/1f3ed.png and b/assets/png/1f3ed.png differ diff --git a/assets/png/1f3ee.png b/assets/png/1f3ee.png index b955764e7..dfd933f6f 100644 Binary files a/assets/png/1f3ee.png and b/assets/png/1f3ee.png differ diff --git a/assets/png/1f3ef.png b/assets/png/1f3ef.png index 50d89119a..64b4e33a1 100644 Binary files a/assets/png/1f3ef.png and b/assets/png/1f3ef.png differ diff --git a/assets/png/1f3f0.png b/assets/png/1f3f0.png index 9ed56eece..888d11332 100644 Binary files a/assets/png/1f3f0.png and b/assets/png/1f3f0.png differ diff --git a/assets/png/1f3f3.png b/assets/png/1f3f3.png index 7a322bea9..86d6e96d5 100644 Binary files a/assets/png/1f3f3.png and b/assets/png/1f3f3.png differ diff --git a/assets/png/1f3f4.png b/assets/png/1f3f4.png index bee906d83..0e28d05d5 100644 Binary files a/assets/png/1f3f4.png and b/assets/png/1f3f4.png differ diff --git a/assets/png/1f3f5.png b/assets/png/1f3f5.png index 954770b7d..8030e494b 100644 Binary files a/assets/png/1f3f5.png and b/assets/png/1f3f5.png differ diff --git a/assets/png/1f3f7.png b/assets/png/1f3f7.png index 205d3d0cd..d41c9b4f1 100644 Binary files a/assets/png/1f3f7.png and b/assets/png/1f3f7.png differ diff --git a/assets/png/1f3f8.png b/assets/png/1f3f8.png index 23c479d43..7ba157089 100644 Binary files a/assets/png/1f3f8.png and b/assets/png/1f3f8.png differ diff --git a/assets/png/1f3f9.png b/assets/png/1f3f9.png index 08e1445e1..6a538bf47 100644 Binary files a/assets/png/1f3f9.png and b/assets/png/1f3f9.png differ diff --git a/assets/png/1f3fa.png b/assets/png/1f3fa.png index fee1cdd0a..96de50560 100644 Binary files a/assets/png/1f3fa.png and b/assets/png/1f3fa.png differ diff --git a/assets/png/1f3fb.png b/assets/png/1f3fb.png deleted file mode 100644 index c395f3d0d..000000000 Binary files a/assets/png/1f3fb.png and /dev/null differ diff --git a/assets/png/1f3fc.png b/assets/png/1f3fc.png deleted file mode 100644 index 080847431..000000000 Binary files a/assets/png/1f3fc.png and /dev/null differ diff --git a/assets/png/1f3fd.png b/assets/png/1f3fd.png deleted file mode 100644 index 482dd4034..000000000 Binary files a/assets/png/1f3fd.png and /dev/null differ diff --git a/assets/png/1f3fe.png b/assets/png/1f3fe.png deleted file mode 100644 index 5cae8bb20..000000000 Binary files a/assets/png/1f3fe.png and /dev/null differ diff --git a/assets/png/1f3ff.png b/assets/png/1f3ff.png deleted file mode 100644 index 49d1a8c3a..000000000 Binary files a/assets/png/1f3ff.png and /dev/null differ diff --git a/assets/png/1f400.png b/assets/png/1f400.png index a243b2e09..86219144f 100644 Binary files a/assets/png/1f400.png and b/assets/png/1f400.png differ diff --git a/assets/png/1f401.png b/assets/png/1f401.png index 380798a7c..20fb041f0 100644 Binary files a/assets/png/1f401.png and b/assets/png/1f401.png differ diff --git a/assets/png/1f402.png b/assets/png/1f402.png index e0cccc311..badf5708f 100644 Binary files a/assets/png/1f402.png and b/assets/png/1f402.png differ diff --git a/assets/png/1f403.png b/assets/png/1f403.png index 7766b1fe4..80446615c 100644 Binary files a/assets/png/1f403.png and b/assets/png/1f403.png differ diff --git a/assets/png/1f404.png b/assets/png/1f404.png index c4e444ac2..4d0ca534f 100644 Binary files a/assets/png/1f404.png and b/assets/png/1f404.png differ diff --git a/assets/png/1f405.png b/assets/png/1f405.png index 8d4270a78..871a8b74d 100644 Binary files a/assets/png/1f405.png and b/assets/png/1f405.png differ diff --git a/assets/png/1f406.png b/assets/png/1f406.png index 85e082aac..8aac3d494 100644 Binary files a/assets/png/1f406.png and b/assets/png/1f406.png differ diff --git a/assets/png/1f407.png b/assets/png/1f407.png index 85d0446de..2c8a29c64 100644 Binary files a/assets/png/1f407.png and b/assets/png/1f407.png differ diff --git a/assets/png/1f408.png b/assets/png/1f408.png index d87d5c89f..46abe8cbc 100644 Binary files a/assets/png/1f408.png and b/assets/png/1f408.png differ diff --git a/assets/png/1f409.png b/assets/png/1f409.png index e41637185..d6311cf54 100644 Binary files a/assets/png/1f409.png and b/assets/png/1f409.png differ diff --git a/assets/png/1f40a.png b/assets/png/1f40a.png index 69474092a..3005c46f1 100644 Binary files a/assets/png/1f40a.png and b/assets/png/1f40a.png differ diff --git a/assets/png/1f40b.png b/assets/png/1f40b.png index 81c96779f..0df9d3c73 100644 Binary files a/assets/png/1f40b.png and b/assets/png/1f40b.png differ diff --git a/assets/png/1f40c.png b/assets/png/1f40c.png index d6e5a75c4..f4ea071e2 100644 Binary files a/assets/png/1f40c.png and b/assets/png/1f40c.png differ diff --git a/assets/png/1f40d.png b/assets/png/1f40d.png index 204999d63..d0278a28d 100644 Binary files a/assets/png/1f40d.png and b/assets/png/1f40d.png differ diff --git a/assets/png/1f40e.png b/assets/png/1f40e.png index 74359eddf..b3e73cc89 100644 Binary files a/assets/png/1f40e.png and b/assets/png/1f40e.png differ diff --git a/assets/png/1f40f.png b/assets/png/1f40f.png index 3a1f3da42..52a44464c 100644 Binary files a/assets/png/1f40f.png and b/assets/png/1f40f.png differ diff --git a/assets/png/1f410.png b/assets/png/1f410.png index 911e45835..f9d9e38a1 100644 Binary files a/assets/png/1f410.png and b/assets/png/1f410.png differ diff --git a/assets/png/1f411.png b/assets/png/1f411.png index e12cb2dc3..102b8a52b 100644 Binary files a/assets/png/1f411.png and b/assets/png/1f411.png differ diff --git a/assets/png/1f412.png b/assets/png/1f412.png index 212df0909..9fae29448 100644 Binary files a/assets/png/1f412.png and b/assets/png/1f412.png differ diff --git a/assets/png/1f413.png b/assets/png/1f413.png index 83efb01b3..bbf2bbff9 100644 Binary files a/assets/png/1f413.png and b/assets/png/1f413.png differ diff --git a/assets/png/1f414.png b/assets/png/1f414.png index 754f3c263..9a6992e55 100644 Binary files a/assets/png/1f414.png and b/assets/png/1f414.png differ diff --git a/assets/png/1f415.png b/assets/png/1f415.png index 77e336086..976143dbd 100644 Binary files a/assets/png/1f415.png and b/assets/png/1f415.png differ diff --git a/assets/png/1f416.png b/assets/png/1f416.png index 138880f03..5f31c1a2d 100644 Binary files a/assets/png/1f416.png and b/assets/png/1f416.png differ diff --git a/assets/png/1f417.png b/assets/png/1f417.png index 24cb10d2d..fead97263 100644 Binary files a/assets/png/1f417.png and b/assets/png/1f417.png differ diff --git a/assets/png/1f418.png b/assets/png/1f418.png index 67531c5af..b8a6d1405 100644 Binary files a/assets/png/1f418.png and b/assets/png/1f418.png differ diff --git a/assets/png/1f419.png b/assets/png/1f419.png index f5fc8577b..72c84074a 100644 Binary files a/assets/png/1f419.png and b/assets/png/1f419.png differ diff --git a/assets/png/1f41a.png b/assets/png/1f41a.png index b5c1e04fb..55721629f 100644 Binary files a/assets/png/1f41a.png and b/assets/png/1f41a.png differ diff --git a/assets/png/1f41b.png b/assets/png/1f41b.png index 8e965ca36..e64e72f25 100644 Binary files a/assets/png/1f41b.png and b/assets/png/1f41b.png differ diff --git a/assets/png/1f41c.png b/assets/png/1f41c.png index 0e5657f74..994127ed6 100644 Binary files a/assets/png/1f41c.png and b/assets/png/1f41c.png differ diff --git a/assets/png/1f41d.png b/assets/png/1f41d.png index f93b728c5..461560600 100644 Binary files a/assets/png/1f41d.png and b/assets/png/1f41d.png differ diff --git a/assets/png/1f41e.png b/assets/png/1f41e.png index 2b8ec685f..3d93174d7 100644 Binary files a/assets/png/1f41e.png and b/assets/png/1f41e.png differ diff --git a/assets/png/1f41f.png b/assets/png/1f41f.png index 811fd3183..c2d2faaac 100644 Binary files a/assets/png/1f41f.png and b/assets/png/1f41f.png differ diff --git a/assets/png/1f420.png b/assets/png/1f420.png index bbe448d8a..252105235 100644 Binary files a/assets/png/1f420.png and b/assets/png/1f420.png differ diff --git a/assets/png/1f421.png b/assets/png/1f421.png index d44b995dd..a10f4f84e 100644 Binary files a/assets/png/1f421.png and b/assets/png/1f421.png differ diff --git a/assets/png/1f422.png b/assets/png/1f422.png index 9f61cea7d..c22f7519f 100644 Binary files a/assets/png/1f422.png and b/assets/png/1f422.png differ diff --git a/assets/png/1f423.png b/assets/png/1f423.png index 0f3709fc5..c5b0e8f3b 100644 Binary files a/assets/png/1f423.png and b/assets/png/1f423.png differ diff --git a/assets/png/1f424.png b/assets/png/1f424.png index 2b44f6d8c..dccd96576 100644 Binary files a/assets/png/1f424.png and b/assets/png/1f424.png differ diff --git a/assets/png/1f425.png b/assets/png/1f425.png index b7697f8c1..31dfb511e 100644 Binary files a/assets/png/1f425.png and b/assets/png/1f425.png differ diff --git a/assets/png/1f426.png b/assets/png/1f426.png index 96bb54375..e201c22be 100644 Binary files a/assets/png/1f426.png and b/assets/png/1f426.png differ diff --git a/assets/png/1f427.png b/assets/png/1f427.png index 5284558c1..c0064fb97 100644 Binary files a/assets/png/1f427.png and b/assets/png/1f427.png differ diff --git a/assets/png/1f428.png b/assets/png/1f428.png index a0a0a221f..a0aa437a9 100644 Binary files a/assets/png/1f428.png and b/assets/png/1f428.png differ diff --git a/assets/png/1f429.png b/assets/png/1f429.png index 5e04d912e..8ec39e396 100644 Binary files a/assets/png/1f429.png and b/assets/png/1f429.png differ diff --git a/assets/png/1f42a.png b/assets/png/1f42a.png index f9bba446a..5271637c7 100644 Binary files a/assets/png/1f42a.png and b/assets/png/1f42a.png differ diff --git a/assets/png/1f42b.png b/assets/png/1f42b.png index db5d5165f..b421d07a8 100644 Binary files a/assets/png/1f42b.png and b/assets/png/1f42b.png differ diff --git a/assets/png/1f42c.png b/assets/png/1f42c.png index 499e71aca..814348090 100644 Binary files a/assets/png/1f42c.png and b/assets/png/1f42c.png differ diff --git a/assets/png/1f42d.png b/assets/png/1f42d.png index c8024abc9..50afcd326 100644 Binary files a/assets/png/1f42d.png and b/assets/png/1f42d.png differ diff --git a/assets/png/1f42e.png b/assets/png/1f42e.png index 930df4b4c..718a3986d 100644 Binary files a/assets/png/1f42e.png and b/assets/png/1f42e.png differ diff --git a/assets/png/1f42f.png b/assets/png/1f42f.png index c7d3a6ff4..a4d3ef086 100644 Binary files a/assets/png/1f42f.png and b/assets/png/1f42f.png differ diff --git a/assets/png/1f430.png b/assets/png/1f430.png index b52692d14..ea75ab042 100644 Binary files a/assets/png/1f430.png and b/assets/png/1f430.png differ diff --git a/assets/png/1f431.png b/assets/png/1f431.png index 90fc05d83..efd82c2ab 100644 Binary files a/assets/png/1f431.png and b/assets/png/1f431.png differ diff --git a/assets/png/1f432.png b/assets/png/1f432.png index c5d56650d..3c2720446 100644 Binary files a/assets/png/1f432.png and b/assets/png/1f432.png differ diff --git a/assets/png/1f433.png b/assets/png/1f433.png index 38b461014..9f19b4425 100644 Binary files a/assets/png/1f433.png and b/assets/png/1f433.png differ diff --git a/assets/png/1f434.png b/assets/png/1f434.png index 341620c76..7cb1172f4 100644 Binary files a/assets/png/1f434.png and b/assets/png/1f434.png differ diff --git a/assets/png/1f435.png b/assets/png/1f435.png index 6e7ddfab0..7cab9b91a 100644 Binary files a/assets/png/1f435.png and b/assets/png/1f435.png differ diff --git a/assets/png/1f436.png b/assets/png/1f436.png index dc20c5d92..281b81d58 100644 Binary files a/assets/png/1f436.png and b/assets/png/1f436.png differ diff --git a/assets/png/1f437.png b/assets/png/1f437.png index d95a2f928..afe05ca16 100644 Binary files a/assets/png/1f437.png and b/assets/png/1f437.png differ diff --git a/assets/png/1f438.png b/assets/png/1f438.png index 89640405e..8825d1ad5 100644 Binary files a/assets/png/1f438.png and b/assets/png/1f438.png differ diff --git a/assets/png/1f439.png b/assets/png/1f439.png index 970d66280..9a04388e4 100644 Binary files a/assets/png/1f439.png and b/assets/png/1f439.png differ diff --git a/assets/png/1f43a.png b/assets/png/1f43a.png index 01dc3b092..ba7220f2d 100644 Binary files a/assets/png/1f43a.png and b/assets/png/1f43a.png differ diff --git a/assets/png/1f43b.png b/assets/png/1f43b.png index 6317161f2..272d56bbb 100644 Binary files a/assets/png/1f43b.png and b/assets/png/1f43b.png differ diff --git a/assets/png/1f43c.png b/assets/png/1f43c.png index ce40ea959..978382775 100644 Binary files a/assets/png/1f43c.png and b/assets/png/1f43c.png differ diff --git a/assets/png/1f43d.png b/assets/png/1f43d.png index 1c21b5057..3610ae4a9 100644 Binary files a/assets/png/1f43d.png and b/assets/png/1f43d.png differ diff --git a/assets/png/1f43e.png b/assets/png/1f43e.png index 3ec848e1a..5fe568cee 100644 Binary files a/assets/png/1f43e.png and b/assets/png/1f43e.png differ diff --git a/assets/png/1f43f.png b/assets/png/1f43f.png index 847d652d9..2aac560cb 100644 Binary files a/assets/png/1f43f.png and b/assets/png/1f43f.png differ diff --git a/assets/png/1f440.png b/assets/png/1f440.png index 67be37294..2102ada7e 100644 Binary files a/assets/png/1f440.png and b/assets/png/1f440.png differ diff --git a/assets/png/1f441-1f5e8.png b/assets/png/1f441-1f5e8.png index 3cf74f74d..21bd22bbc 100644 Binary files a/assets/png/1f441-1f5e8.png and b/assets/png/1f441-1f5e8.png differ diff --git a/assets/png/1f441.png b/assets/png/1f441.png index 6b74f5488..9d989cdd3 100644 Binary files a/assets/png/1f441.png and b/assets/png/1f441.png differ diff --git a/assets/png/1f442-1f3fb.png b/assets/png/1f442-1f3fb.png index 831ffb50d..d09e1e419 100644 Binary files a/assets/png/1f442-1f3fb.png and b/assets/png/1f442-1f3fb.png differ diff --git a/assets/png/1f442-1f3fc.png b/assets/png/1f442-1f3fc.png index f8ff471db..300d60a99 100644 Binary files a/assets/png/1f442-1f3fc.png and b/assets/png/1f442-1f3fc.png differ diff --git a/assets/png/1f442-1f3fd.png b/assets/png/1f442-1f3fd.png index 8adc1330f..2a56eebe4 100644 Binary files a/assets/png/1f442-1f3fd.png and b/assets/png/1f442-1f3fd.png differ diff --git a/assets/png/1f442-1f3fe.png b/assets/png/1f442-1f3fe.png index b9007f910..bd270f776 100644 Binary files a/assets/png/1f442-1f3fe.png and b/assets/png/1f442-1f3fe.png differ diff --git a/assets/png/1f442-1f3ff.png b/assets/png/1f442-1f3ff.png index a77a08728..b96bb441d 100644 Binary files a/assets/png/1f442-1f3ff.png and b/assets/png/1f442-1f3ff.png differ diff --git a/assets/png/1f442.png b/assets/png/1f442.png index aa69fe4f4..f84f9ff15 100644 Binary files a/assets/png/1f442.png and b/assets/png/1f442.png differ diff --git a/assets/png/1f443-1f3fb.png b/assets/png/1f443-1f3fb.png index 8054e3afb..8008d1750 100644 Binary files a/assets/png/1f443-1f3fb.png and b/assets/png/1f443-1f3fb.png differ diff --git a/assets/png/1f443-1f3fc.png b/assets/png/1f443-1f3fc.png index bf41c27d7..ac17f26e8 100644 Binary files a/assets/png/1f443-1f3fc.png and b/assets/png/1f443-1f3fc.png differ diff --git a/assets/png/1f443-1f3fd.png b/assets/png/1f443-1f3fd.png index f06b89e2b..d8b6cbe0f 100644 Binary files a/assets/png/1f443-1f3fd.png and b/assets/png/1f443-1f3fd.png differ diff --git a/assets/png/1f443-1f3fe.png b/assets/png/1f443-1f3fe.png index e6a0ac2e7..004b2631e 100644 Binary files a/assets/png/1f443-1f3fe.png and b/assets/png/1f443-1f3fe.png differ diff --git a/assets/png/1f443-1f3ff.png b/assets/png/1f443-1f3ff.png index 28867147c..7b33821f6 100644 Binary files a/assets/png/1f443-1f3ff.png and b/assets/png/1f443-1f3ff.png differ diff --git a/assets/png/1f443.png b/assets/png/1f443.png index a1f59a9d6..2f04ac5f9 100644 Binary files a/assets/png/1f443.png and b/assets/png/1f443.png differ diff --git a/assets/png/1f444.png b/assets/png/1f444.png index 113451a69..35f3cc200 100644 Binary files a/assets/png/1f444.png and b/assets/png/1f444.png differ diff --git a/assets/png/1f445.png b/assets/png/1f445.png index 6e9407e58..70ce9c122 100644 Binary files a/assets/png/1f445.png and b/assets/png/1f445.png differ diff --git a/assets/png/1f446-1f3fb.png b/assets/png/1f446-1f3fb.png index 4f71252e0..a12a7e784 100644 Binary files a/assets/png/1f446-1f3fb.png and b/assets/png/1f446-1f3fb.png differ diff --git a/assets/png/1f446-1f3fc.png b/assets/png/1f446-1f3fc.png index f1b968b2e..cdff40cea 100644 Binary files a/assets/png/1f446-1f3fc.png and b/assets/png/1f446-1f3fc.png differ diff --git a/assets/png/1f446-1f3fd.png b/assets/png/1f446-1f3fd.png index 32c63939d..a07ce9e5a 100644 Binary files a/assets/png/1f446-1f3fd.png and b/assets/png/1f446-1f3fd.png differ diff --git a/assets/png/1f446-1f3fe.png b/assets/png/1f446-1f3fe.png index 25661223c..4f86c88ba 100644 Binary files a/assets/png/1f446-1f3fe.png and b/assets/png/1f446-1f3fe.png differ diff --git a/assets/png/1f446-1f3ff.png b/assets/png/1f446-1f3ff.png index edd8cd4ec..ed1b26c35 100644 Binary files a/assets/png/1f446-1f3ff.png and b/assets/png/1f446-1f3ff.png differ diff --git a/assets/png/1f446.png b/assets/png/1f446.png index 114ba9dcc..bc496dfea 100644 Binary files a/assets/png/1f446.png and b/assets/png/1f446.png differ diff --git a/assets/png/1f447-1f3fb.png b/assets/png/1f447-1f3fb.png index a9bffd020..140f157d8 100644 Binary files a/assets/png/1f447-1f3fb.png and b/assets/png/1f447-1f3fb.png differ diff --git a/assets/png/1f447-1f3fc.png b/assets/png/1f447-1f3fc.png index 0291ca409..d518544f7 100644 Binary files a/assets/png/1f447-1f3fc.png and b/assets/png/1f447-1f3fc.png differ diff --git a/assets/png/1f447-1f3fd.png b/assets/png/1f447-1f3fd.png index b203cc96f..018b688b8 100644 Binary files a/assets/png/1f447-1f3fd.png and b/assets/png/1f447-1f3fd.png differ diff --git a/assets/png/1f447-1f3fe.png b/assets/png/1f447-1f3fe.png index 175a8b5df..98845bf6f 100644 Binary files a/assets/png/1f447-1f3fe.png and b/assets/png/1f447-1f3fe.png differ diff --git a/assets/png/1f447-1f3ff.png b/assets/png/1f447-1f3ff.png index 01a3d3a7d..9a9b039a9 100644 Binary files a/assets/png/1f447-1f3ff.png and b/assets/png/1f447-1f3ff.png differ diff --git a/assets/png/1f447.png b/assets/png/1f447.png index 66384be14..00d3d13ab 100644 Binary files a/assets/png/1f447.png and b/assets/png/1f447.png differ diff --git a/assets/png/1f448-1f3fb.png b/assets/png/1f448-1f3fb.png index 69c8e9dd7..88e2c3060 100644 Binary files a/assets/png/1f448-1f3fb.png and b/assets/png/1f448-1f3fb.png differ diff --git a/assets/png/1f448-1f3fc.png b/assets/png/1f448-1f3fc.png index 57a2f213e..d3c89d87c 100644 Binary files a/assets/png/1f448-1f3fc.png and b/assets/png/1f448-1f3fc.png differ diff --git a/assets/png/1f448-1f3fd.png b/assets/png/1f448-1f3fd.png index 611a5880b..b23b91673 100644 Binary files a/assets/png/1f448-1f3fd.png and b/assets/png/1f448-1f3fd.png differ diff --git a/assets/png/1f448-1f3fe.png b/assets/png/1f448-1f3fe.png index 1325ec2eb..3093f325c 100644 Binary files a/assets/png/1f448-1f3fe.png and b/assets/png/1f448-1f3fe.png differ diff --git a/assets/png/1f448-1f3ff.png b/assets/png/1f448-1f3ff.png index c7d71f10c..2b4cbfa12 100644 Binary files a/assets/png/1f448-1f3ff.png and b/assets/png/1f448-1f3ff.png differ diff --git a/assets/png/1f448.png b/assets/png/1f448.png index 75ab37918..599fa2e3c 100644 Binary files a/assets/png/1f448.png and b/assets/png/1f448.png differ diff --git a/assets/png/1f449-1f3fb.png b/assets/png/1f449-1f3fb.png index b19a62da5..4a28c6bbc 100644 Binary files a/assets/png/1f449-1f3fb.png and b/assets/png/1f449-1f3fb.png differ diff --git a/assets/png/1f449-1f3fc.png b/assets/png/1f449-1f3fc.png index 419991091..7cb132317 100644 Binary files a/assets/png/1f449-1f3fc.png and b/assets/png/1f449-1f3fc.png differ diff --git a/assets/png/1f449-1f3fd.png b/assets/png/1f449-1f3fd.png index 33eabee6d..5514807d7 100644 Binary files a/assets/png/1f449-1f3fd.png and b/assets/png/1f449-1f3fd.png differ diff --git a/assets/png/1f449-1f3fe.png b/assets/png/1f449-1f3fe.png index b914381c4..b8541d644 100644 Binary files a/assets/png/1f449-1f3fe.png and b/assets/png/1f449-1f3fe.png differ diff --git a/assets/png/1f449-1f3ff.png b/assets/png/1f449-1f3ff.png index 416470d10..1b7aab07b 100644 Binary files a/assets/png/1f449-1f3ff.png and b/assets/png/1f449-1f3ff.png differ diff --git a/assets/png/1f449.png b/assets/png/1f449.png index 05a022c09..93a3cd34a 100644 Binary files a/assets/png/1f449.png and b/assets/png/1f449.png differ diff --git a/assets/png/1f44a-1f3fb.png b/assets/png/1f44a-1f3fb.png index 0f9b25679..93c7d17fb 100644 Binary files a/assets/png/1f44a-1f3fb.png and b/assets/png/1f44a-1f3fb.png differ diff --git a/assets/png/1f44a-1f3fc.png b/assets/png/1f44a-1f3fc.png index 5830c6ffe..c0a1af6e1 100644 Binary files a/assets/png/1f44a-1f3fc.png and b/assets/png/1f44a-1f3fc.png differ diff --git a/assets/png/1f44a-1f3fd.png b/assets/png/1f44a-1f3fd.png index f359ff485..1458b0212 100644 Binary files a/assets/png/1f44a-1f3fd.png and b/assets/png/1f44a-1f3fd.png differ diff --git a/assets/png/1f44a-1f3fe.png b/assets/png/1f44a-1f3fe.png index f8e1699a4..c1466bfcd 100644 Binary files a/assets/png/1f44a-1f3fe.png and b/assets/png/1f44a-1f3fe.png differ diff --git a/assets/png/1f44a-1f3ff.png b/assets/png/1f44a-1f3ff.png index 332b74ce0..00b4ddb89 100644 Binary files a/assets/png/1f44a-1f3ff.png and b/assets/png/1f44a-1f3ff.png differ diff --git a/assets/png/1f44a.png b/assets/png/1f44a.png index 56dd7c27e..b14ca5f52 100644 Binary files a/assets/png/1f44a.png and b/assets/png/1f44a.png differ diff --git a/assets/png/1f44b-1f3fb.png b/assets/png/1f44b-1f3fb.png index 128441b8d..6b2b34b10 100644 Binary files a/assets/png/1f44b-1f3fb.png and b/assets/png/1f44b-1f3fb.png differ diff --git a/assets/png/1f44b-1f3fc.png b/assets/png/1f44b-1f3fc.png index 8065dd4b9..b85711973 100644 Binary files a/assets/png/1f44b-1f3fc.png and b/assets/png/1f44b-1f3fc.png differ diff --git a/assets/png/1f44b-1f3fd.png b/assets/png/1f44b-1f3fd.png index 019adb52b..6283b670f 100644 Binary files a/assets/png/1f44b-1f3fd.png and b/assets/png/1f44b-1f3fd.png differ diff --git a/assets/png/1f44b-1f3fe.png b/assets/png/1f44b-1f3fe.png index 4751a4957..fe6b2baa7 100644 Binary files a/assets/png/1f44b-1f3fe.png and b/assets/png/1f44b-1f3fe.png differ diff --git a/assets/png/1f44b-1f3ff.png b/assets/png/1f44b-1f3ff.png index 9f118cd43..4bd168ebb 100644 Binary files a/assets/png/1f44b-1f3ff.png and b/assets/png/1f44b-1f3ff.png differ diff --git a/assets/png/1f44b.png b/assets/png/1f44b.png index 545c2e799..e0cd79b45 100644 Binary files a/assets/png/1f44b.png and b/assets/png/1f44b.png differ diff --git a/assets/png/1f44c-1f3fb.png b/assets/png/1f44c-1f3fb.png index 0f9760505..cecf7b2ab 100644 Binary files a/assets/png/1f44c-1f3fb.png and b/assets/png/1f44c-1f3fb.png differ diff --git a/assets/png/1f44c-1f3fc.png b/assets/png/1f44c-1f3fc.png index ceb53c61f..c19239bcd 100644 Binary files a/assets/png/1f44c-1f3fc.png and b/assets/png/1f44c-1f3fc.png differ diff --git a/assets/png/1f44c-1f3fd.png b/assets/png/1f44c-1f3fd.png index 983d09eb8..94b65b03e 100644 Binary files a/assets/png/1f44c-1f3fd.png and b/assets/png/1f44c-1f3fd.png differ diff --git a/assets/png/1f44c-1f3fe.png b/assets/png/1f44c-1f3fe.png index beb6bd8e9..03d26f08e 100644 Binary files a/assets/png/1f44c-1f3fe.png and b/assets/png/1f44c-1f3fe.png differ diff --git a/assets/png/1f44c-1f3ff.png b/assets/png/1f44c-1f3ff.png index 50d9c5029..d4b240863 100644 Binary files a/assets/png/1f44c-1f3ff.png and b/assets/png/1f44c-1f3ff.png differ diff --git a/assets/png/1f44c.png b/assets/png/1f44c.png index 641aceb9b..028d69b0d 100644 Binary files a/assets/png/1f44c.png and b/assets/png/1f44c.png differ diff --git a/assets/png/1f44d-1f3fb.png b/assets/png/1f44d-1f3fb.png index fc4e8be54..39684cd5c 100644 Binary files a/assets/png/1f44d-1f3fb.png and b/assets/png/1f44d-1f3fb.png differ diff --git a/assets/png/1f44d-1f3fc.png b/assets/png/1f44d-1f3fc.png index c1217722f..a9b597235 100644 Binary files a/assets/png/1f44d-1f3fc.png and b/assets/png/1f44d-1f3fc.png differ diff --git a/assets/png/1f44d-1f3fd.png b/assets/png/1f44d-1f3fd.png index d9d5ba44b..c5e291670 100644 Binary files a/assets/png/1f44d-1f3fd.png and b/assets/png/1f44d-1f3fd.png differ diff --git a/assets/png/1f44d-1f3fe.png b/assets/png/1f44d-1f3fe.png index 9da407a5c..5bf4857a8 100644 Binary files a/assets/png/1f44d-1f3fe.png and b/assets/png/1f44d-1f3fe.png differ diff --git a/assets/png/1f44d-1f3ff.png b/assets/png/1f44d-1f3ff.png index 2ce711851..d829f787c 100644 Binary files a/assets/png/1f44d-1f3ff.png and b/assets/png/1f44d-1f3ff.png differ diff --git a/assets/png/1f44d.png b/assets/png/1f44d.png index b18c3608f..f9e6f13a3 100644 Binary files a/assets/png/1f44d.png and b/assets/png/1f44d.png differ diff --git a/assets/png/1f44e-1f3fb.png b/assets/png/1f44e-1f3fb.png index 81766c546..a1631af8e 100644 Binary files a/assets/png/1f44e-1f3fb.png and b/assets/png/1f44e-1f3fb.png differ diff --git a/assets/png/1f44e-1f3fc.png b/assets/png/1f44e-1f3fc.png index 11d3915fa..85fff82d5 100644 Binary files a/assets/png/1f44e-1f3fc.png and b/assets/png/1f44e-1f3fc.png differ diff --git a/assets/png/1f44e-1f3fd.png b/assets/png/1f44e-1f3fd.png index 52a76cca1..eeba3be80 100644 Binary files a/assets/png/1f44e-1f3fd.png and b/assets/png/1f44e-1f3fd.png differ diff --git a/assets/png/1f44e-1f3fe.png b/assets/png/1f44e-1f3fe.png index 2a9b3a809..1addafdae 100644 Binary files a/assets/png/1f44e-1f3fe.png and b/assets/png/1f44e-1f3fe.png differ diff --git a/assets/png/1f44e-1f3ff.png b/assets/png/1f44e-1f3ff.png index 597023b75..37ec07b57 100644 Binary files a/assets/png/1f44e-1f3ff.png and b/assets/png/1f44e-1f3ff.png differ diff --git a/assets/png/1f44e.png b/assets/png/1f44e.png index abdd1b34e..b63da2f20 100644 Binary files a/assets/png/1f44e.png and b/assets/png/1f44e.png differ diff --git a/assets/png/1f44f-1f3fb.png b/assets/png/1f44f-1f3fb.png index 324bbe4cb..de4bc837b 100644 Binary files a/assets/png/1f44f-1f3fb.png and b/assets/png/1f44f-1f3fb.png differ diff --git a/assets/png/1f44f-1f3fc.png b/assets/png/1f44f-1f3fc.png index 8cc3478c8..1323de775 100644 Binary files a/assets/png/1f44f-1f3fc.png and b/assets/png/1f44f-1f3fc.png differ diff --git a/assets/png/1f44f-1f3fd.png b/assets/png/1f44f-1f3fd.png index 1ea93393e..d448ca19d 100644 Binary files a/assets/png/1f44f-1f3fd.png and b/assets/png/1f44f-1f3fd.png differ diff --git a/assets/png/1f44f-1f3fe.png b/assets/png/1f44f-1f3fe.png index 5184f2435..c49f44ee9 100644 Binary files a/assets/png/1f44f-1f3fe.png and b/assets/png/1f44f-1f3fe.png differ diff --git a/assets/png/1f44f-1f3ff.png b/assets/png/1f44f-1f3ff.png index adecbf663..29ee9bdf3 100644 Binary files a/assets/png/1f44f-1f3ff.png and b/assets/png/1f44f-1f3ff.png differ diff --git a/assets/png/1f44f.png b/assets/png/1f44f.png index 02b98c6a4..b0ffe9289 100644 Binary files a/assets/png/1f44f.png and b/assets/png/1f44f.png differ diff --git a/assets/png/1f450-1f3fb.png b/assets/png/1f450-1f3fb.png index 4ecf8d585..352d2614f 100644 Binary files a/assets/png/1f450-1f3fb.png and b/assets/png/1f450-1f3fb.png differ diff --git a/assets/png/1f450-1f3fc.png b/assets/png/1f450-1f3fc.png index fad1cf984..70824a50c 100644 Binary files a/assets/png/1f450-1f3fc.png and b/assets/png/1f450-1f3fc.png differ diff --git a/assets/png/1f450-1f3fd.png b/assets/png/1f450-1f3fd.png index 43e2cd800..d7d136bd3 100644 Binary files a/assets/png/1f450-1f3fd.png and b/assets/png/1f450-1f3fd.png differ diff --git a/assets/png/1f450-1f3fe.png b/assets/png/1f450-1f3fe.png index 8dcfd2c5d..df4eaa711 100644 Binary files a/assets/png/1f450-1f3fe.png and b/assets/png/1f450-1f3fe.png differ diff --git a/assets/png/1f450-1f3ff.png b/assets/png/1f450-1f3ff.png index 91f7422e0..7dc04eaeb 100644 Binary files a/assets/png/1f450-1f3ff.png and b/assets/png/1f450-1f3ff.png differ diff --git a/assets/png/1f450.png b/assets/png/1f450.png index 7bf2dff25..1cf75c910 100644 Binary files a/assets/png/1f450.png and b/assets/png/1f450.png differ diff --git a/assets/png/1f451.png b/assets/png/1f451.png index c64a01e79..93b82d92f 100644 Binary files a/assets/png/1f451.png and b/assets/png/1f451.png differ diff --git a/assets/png/1f452.png b/assets/png/1f452.png index 09aa19c13..b837b6a2e 100644 Binary files a/assets/png/1f452.png and b/assets/png/1f452.png differ diff --git a/assets/png/1f453.png b/assets/png/1f453.png index 0a9bfbac5..865d8274a 100644 Binary files a/assets/png/1f453.png and b/assets/png/1f453.png differ diff --git a/assets/png/1f454.png b/assets/png/1f454.png index 3478d2305..1804e7f3f 100644 Binary files a/assets/png/1f454.png and b/assets/png/1f454.png differ diff --git a/assets/png/1f455.png b/assets/png/1f455.png index 0cd2461fb..af08dec8b 100644 Binary files a/assets/png/1f455.png and b/assets/png/1f455.png differ diff --git a/assets/png/1f456.png b/assets/png/1f456.png index 96eb28169..2a6869d67 100644 Binary files a/assets/png/1f456.png and b/assets/png/1f456.png differ diff --git a/assets/png/1f457.png b/assets/png/1f457.png index 8ddb17165..a697ca5c5 100644 Binary files a/assets/png/1f457.png and b/assets/png/1f457.png differ diff --git a/assets/png/1f458.png b/assets/png/1f458.png index b33b8e8d2..abe851115 100644 Binary files a/assets/png/1f458.png and b/assets/png/1f458.png differ diff --git a/assets/png/1f459.png b/assets/png/1f459.png index 71346f893..77a8a0aae 100644 Binary files a/assets/png/1f459.png and b/assets/png/1f459.png differ diff --git a/assets/png/1f45a.png b/assets/png/1f45a.png index dd6696052..01410dc81 100644 Binary files a/assets/png/1f45a.png and b/assets/png/1f45a.png differ diff --git a/assets/png/1f45b.png b/assets/png/1f45b.png index 2cf489ebe..981346193 100644 Binary files a/assets/png/1f45b.png and b/assets/png/1f45b.png differ diff --git a/assets/png/1f45c.png b/assets/png/1f45c.png index 7d6887e53..cbf75c5d2 100644 Binary files a/assets/png/1f45c.png and b/assets/png/1f45c.png differ diff --git a/assets/png/1f45d.png b/assets/png/1f45d.png index 49e0844d3..8795c6c66 100644 Binary files a/assets/png/1f45d.png and b/assets/png/1f45d.png differ diff --git a/assets/png/1f45e.png b/assets/png/1f45e.png index c70b5b5b6..4bf754103 100644 Binary files a/assets/png/1f45e.png and b/assets/png/1f45e.png differ diff --git a/assets/png/1f45f.png b/assets/png/1f45f.png index 8c3d068bb..423fa07dd 100644 Binary files a/assets/png/1f45f.png and b/assets/png/1f45f.png differ diff --git a/assets/png/1f460.png b/assets/png/1f460.png index 3a06da355..b331cbccc 100644 Binary files a/assets/png/1f460.png and b/assets/png/1f460.png differ diff --git a/assets/png/1f461.png b/assets/png/1f461.png index 1e5eb36c7..9d9f5122b 100644 Binary files a/assets/png/1f461.png and b/assets/png/1f461.png differ diff --git a/assets/png/1f462.png b/assets/png/1f462.png index 22ea9f2af..11f1065ed 100644 Binary files a/assets/png/1f462.png and b/assets/png/1f462.png differ diff --git a/assets/png/1f463.png b/assets/png/1f463.png index 5ca16b431..b2673c5a1 100644 Binary files a/assets/png/1f463.png and b/assets/png/1f463.png differ diff --git a/assets/png/1f464.png b/assets/png/1f464.png index 29b9c7056..123b2cbe1 100644 Binary files a/assets/png/1f464.png and b/assets/png/1f464.png differ diff --git a/assets/png/1f465.png b/assets/png/1f465.png index ef44f058e..d7656860a 100644 Binary files a/assets/png/1f465.png and b/assets/png/1f465.png differ diff --git a/assets/png/1f466-1f3fb.png b/assets/png/1f466-1f3fb.png index 6a24f762d..2fc436ea5 100644 Binary files a/assets/png/1f466-1f3fb.png and b/assets/png/1f466-1f3fb.png differ diff --git a/assets/png/1f466-1f3fc.png b/assets/png/1f466-1f3fc.png index 0b9936981..09a5f18d3 100644 Binary files a/assets/png/1f466-1f3fc.png and b/assets/png/1f466-1f3fc.png differ diff --git a/assets/png/1f466-1f3fd.png b/assets/png/1f466-1f3fd.png index a805e71c0..3cfe675dd 100644 Binary files a/assets/png/1f466-1f3fd.png and b/assets/png/1f466-1f3fd.png differ diff --git a/assets/png/1f466-1f3fe.png b/assets/png/1f466-1f3fe.png index f0c888cbc..780be0ace 100644 Binary files a/assets/png/1f466-1f3fe.png and b/assets/png/1f466-1f3fe.png differ diff --git a/assets/png/1f466-1f3ff.png b/assets/png/1f466-1f3ff.png index ddea4e09c..f32fe22e3 100644 Binary files a/assets/png/1f466-1f3ff.png and b/assets/png/1f466-1f3ff.png differ diff --git a/assets/png/1f466.png b/assets/png/1f466.png index 6b8a79bf4..8ecfb0a4e 100644 Binary files a/assets/png/1f466.png and b/assets/png/1f466.png differ diff --git a/assets/png/1f467-1f3fb.png b/assets/png/1f467-1f3fb.png index bbfb7bcce..bb667e886 100644 Binary files a/assets/png/1f467-1f3fb.png and b/assets/png/1f467-1f3fb.png differ diff --git a/assets/png/1f467-1f3fc.png b/assets/png/1f467-1f3fc.png index 4f33c15a4..a59ed4a3f 100644 Binary files a/assets/png/1f467-1f3fc.png and b/assets/png/1f467-1f3fc.png differ diff --git a/assets/png/1f467-1f3fd.png b/assets/png/1f467-1f3fd.png index 38f19c3bc..517e7f2a7 100644 Binary files a/assets/png/1f467-1f3fd.png and b/assets/png/1f467-1f3fd.png differ diff --git a/assets/png/1f467-1f3fe.png b/assets/png/1f467-1f3fe.png index fb04eae92..542d96c84 100644 Binary files a/assets/png/1f467-1f3fe.png and b/assets/png/1f467-1f3fe.png differ diff --git a/assets/png/1f467-1f3ff.png b/assets/png/1f467-1f3ff.png index ee9b80280..66b7c28c2 100644 Binary files a/assets/png/1f467-1f3ff.png and b/assets/png/1f467-1f3ff.png differ diff --git a/assets/png/1f467.png b/assets/png/1f467.png index ef5237083..dc1d4d08b 100644 Binary files a/assets/png/1f467.png and b/assets/png/1f467.png differ diff --git a/assets/png/1f468-1f3fb.png b/assets/png/1f468-1f3fb.png index a57389fca..bb86e963a 100644 Binary files a/assets/png/1f468-1f3fb.png and b/assets/png/1f468-1f3fb.png differ diff --git a/assets/png/1f468-1f3fc.png b/assets/png/1f468-1f3fc.png index cc44d409c..fdeeaff46 100644 Binary files a/assets/png/1f468-1f3fc.png and b/assets/png/1f468-1f3fc.png differ diff --git a/assets/png/1f468-1f3fd.png b/assets/png/1f468-1f3fd.png index ab0e432b2..7ae0b5df9 100644 Binary files a/assets/png/1f468-1f3fd.png and b/assets/png/1f468-1f3fd.png differ diff --git a/assets/png/1f468-1f3fe.png b/assets/png/1f468-1f3fe.png index 419cf7210..db14cde99 100644 Binary files a/assets/png/1f468-1f3fe.png and b/assets/png/1f468-1f3fe.png differ diff --git a/assets/png/1f468-1f3ff.png b/assets/png/1f468-1f3ff.png index 4af4915ba..7c67a7052 100644 Binary files a/assets/png/1f468-1f3ff.png and b/assets/png/1f468-1f3ff.png differ diff --git a/assets/png/1f468-1f468-1f466-1f466.png b/assets/png/1f468-1f468-1f466-1f466.png index 39e42c2bc..81e6c0fc0 100644 Binary files a/assets/png/1f468-1f468-1f466-1f466.png and b/assets/png/1f468-1f468-1f466-1f466.png differ diff --git a/assets/png/1f468-1f468-1f466.png b/assets/png/1f468-1f468-1f466.png index 410558557..7a2e4e2c4 100644 Binary files a/assets/png/1f468-1f468-1f466.png and b/assets/png/1f468-1f468-1f466.png differ diff --git a/assets/png/1f468-1f468-1f467-1f466.png b/assets/png/1f468-1f468-1f467-1f466.png index f5794e7f7..41e351666 100644 Binary files a/assets/png/1f468-1f468-1f467-1f466.png and b/assets/png/1f468-1f468-1f467-1f466.png differ diff --git a/assets/png/1f468-1f468-1f467-1f467.png b/assets/png/1f468-1f468-1f467-1f467.png index 52b3caf36..8e8ccfe6c 100644 Binary files a/assets/png/1f468-1f468-1f467-1f467.png and b/assets/png/1f468-1f468-1f467-1f467.png differ diff --git a/assets/png/1f468-1f468-1f467.png b/assets/png/1f468-1f468-1f467.png index e086c1796..932a85e1f 100644 Binary files a/assets/png/1f468-1f468-1f467.png and b/assets/png/1f468-1f468-1f467.png differ diff --git a/assets/png/1f468-1f469-1f466-1f466.png b/assets/png/1f468-1f469-1f466-1f466.png index 631ffef95..b544fbe57 100644 Binary files a/assets/png/1f468-1f469-1f466-1f466.png and b/assets/png/1f468-1f469-1f466-1f466.png differ diff --git a/assets/png/1f468-1f469-1f467-1f466.png b/assets/png/1f468-1f469-1f467-1f466.png index b12cb7993..40dbf1f7a 100644 Binary files a/assets/png/1f468-1f469-1f467-1f466.png and b/assets/png/1f468-1f469-1f467-1f466.png differ diff --git a/assets/png/1f468-1f469-1f467-1f467.png b/assets/png/1f468-1f469-1f467-1f467.png index 77bce768e..bfefa4879 100644 Binary files a/assets/png/1f468-1f469-1f467-1f467.png and b/assets/png/1f468-1f469-1f467-1f467.png differ diff --git a/assets/png/1f468-1f469-1f467.png b/assets/png/1f468-1f469-1f467.png index 5f073d294..71d2681c3 100644 Binary files a/assets/png/1f468-1f469-1f467.png and b/assets/png/1f468-1f469-1f467.png differ diff --git a/assets/png/1f468-2764-1f468.png b/assets/png/1f468-2764-1f468.png index c2eddbef6..8759fa5db 100644 Binary files a/assets/png/1f468-2764-1f468.png and b/assets/png/1f468-2764-1f468.png differ diff --git a/assets/png/1f468-2764-1f48b-1f468.png b/assets/png/1f468-2764-1f48b-1f468.png index 8b6a6081a..a9a0edae1 100644 Binary files a/assets/png/1f468-2764-1f48b-1f468.png and b/assets/png/1f468-2764-1f48b-1f468.png differ diff --git a/assets/png/1f468.png b/assets/png/1f468.png index 9aff27dd0..857a02e51 100644 Binary files a/assets/png/1f468.png and b/assets/png/1f468.png differ diff --git a/assets/png/1f469-1f3fb.png b/assets/png/1f469-1f3fb.png index f75316f96..ff089b888 100644 Binary files a/assets/png/1f469-1f3fb.png and b/assets/png/1f469-1f3fb.png differ diff --git a/assets/png/1f469-1f3fc.png b/assets/png/1f469-1f3fc.png index 756e48cbe..0719c3780 100644 Binary files a/assets/png/1f469-1f3fc.png and b/assets/png/1f469-1f3fc.png differ diff --git a/assets/png/1f469-1f3fd.png b/assets/png/1f469-1f3fd.png index f5f9ca616..5672e2fd5 100644 Binary files a/assets/png/1f469-1f3fd.png and b/assets/png/1f469-1f3fd.png differ diff --git a/assets/png/1f469-1f3fe.png b/assets/png/1f469-1f3fe.png index 72818fb11..5754aab55 100644 Binary files a/assets/png/1f469-1f3fe.png and b/assets/png/1f469-1f3fe.png differ diff --git a/assets/png/1f469-1f3ff.png b/assets/png/1f469-1f3ff.png index c52d1dc22..fc252af3a 100644 Binary files a/assets/png/1f469-1f3ff.png and b/assets/png/1f469-1f3ff.png differ diff --git a/assets/png/1f469-1f469-1f466-1f466.png b/assets/png/1f469-1f469-1f466-1f466.png index a691a2508..6c6ba45e7 100644 Binary files a/assets/png/1f469-1f469-1f466-1f466.png and b/assets/png/1f469-1f469-1f466-1f466.png differ diff --git a/assets/png/1f469-1f469-1f466.png b/assets/png/1f469-1f469-1f466.png index 9c58b8388..836feae7c 100644 Binary files a/assets/png/1f469-1f469-1f466.png and b/assets/png/1f469-1f469-1f466.png differ diff --git a/assets/png/1f469-1f469-1f467-1f466.png b/assets/png/1f469-1f469-1f467-1f466.png index e5020d05b..284d29ab5 100644 Binary files a/assets/png/1f469-1f469-1f467-1f466.png and b/assets/png/1f469-1f469-1f467-1f466.png differ diff --git a/assets/png/1f469-1f469-1f467-1f467.png b/assets/png/1f469-1f469-1f467-1f467.png index e92478b78..d8d3f49b8 100644 Binary files a/assets/png/1f469-1f469-1f467-1f467.png and b/assets/png/1f469-1f469-1f467-1f467.png differ diff --git a/assets/png/1f469-1f469-1f467.png b/assets/png/1f469-1f469-1f467.png index d1d3011bc..41225c6fa 100644 Binary files a/assets/png/1f469-1f469-1f467.png and b/assets/png/1f469-1f469-1f467.png differ diff --git a/assets/png/1f469-2764-1f469.png b/assets/png/1f469-2764-1f469.png index 0e0fc74c9..08fdabcdc 100644 Binary files a/assets/png/1f469-2764-1f469.png and b/assets/png/1f469-2764-1f469.png differ diff --git a/assets/png/1f469-2764-1f48b-1f469.png b/assets/png/1f469-2764-1f48b-1f469.png index 902563083..fdac73cbb 100644 Binary files a/assets/png/1f469-2764-1f48b-1f469.png and b/assets/png/1f469-2764-1f48b-1f469.png differ diff --git a/assets/png/1f469.png b/assets/png/1f469.png index aa3dddda3..ece440e7a 100644 Binary files a/assets/png/1f469.png and b/assets/png/1f469.png differ diff --git a/assets/png/1f46a.png b/assets/png/1f46a.png index 52738da10..264219657 100644 Binary files a/assets/png/1f46a.png and b/assets/png/1f46a.png differ diff --git a/assets/png/1f46b.png b/assets/png/1f46b.png index 77b428dfc..960323f3c 100644 Binary files a/assets/png/1f46b.png and b/assets/png/1f46b.png differ diff --git a/assets/png/1f46c.png b/assets/png/1f46c.png index ee9ad91a9..a511fda82 100644 Binary files a/assets/png/1f46c.png and b/assets/png/1f46c.png differ diff --git a/assets/png/1f46d.png b/assets/png/1f46d.png index fd370e7ce..b077cd3e4 100644 Binary files a/assets/png/1f46d.png and b/assets/png/1f46d.png differ diff --git a/assets/png/1f46e-1f3fb.png b/assets/png/1f46e-1f3fb.png index 1a065b5f7..6ccba3879 100644 Binary files a/assets/png/1f46e-1f3fb.png and b/assets/png/1f46e-1f3fb.png differ diff --git a/assets/png/1f46e-1f3fc.png b/assets/png/1f46e-1f3fc.png index b3151a823..7814ea9f5 100644 Binary files a/assets/png/1f46e-1f3fc.png and b/assets/png/1f46e-1f3fc.png differ diff --git a/assets/png/1f46e-1f3fd.png b/assets/png/1f46e-1f3fd.png index b0bd67f4c..d78e88ec8 100644 Binary files a/assets/png/1f46e-1f3fd.png and b/assets/png/1f46e-1f3fd.png differ diff --git a/assets/png/1f46e-1f3fe.png b/assets/png/1f46e-1f3fe.png index 7c6604434..2e13c5083 100644 Binary files a/assets/png/1f46e-1f3fe.png and b/assets/png/1f46e-1f3fe.png differ diff --git a/assets/png/1f46e-1f3ff.png b/assets/png/1f46e-1f3ff.png index 149da6281..2980d61cc 100644 Binary files a/assets/png/1f46e-1f3ff.png and b/assets/png/1f46e-1f3ff.png differ diff --git a/assets/png/1f46e.png b/assets/png/1f46e.png index 3960c04c8..0b16d7c17 100644 Binary files a/assets/png/1f46e.png and b/assets/png/1f46e.png differ diff --git a/assets/png/1f46f.png b/assets/png/1f46f.png index e247cdafe..67e6ffacb 100644 Binary files a/assets/png/1f46f.png and b/assets/png/1f46f.png differ diff --git a/assets/png/1f470-1f3fb.png b/assets/png/1f470-1f3fb.png index 462acd559..c4fb141ae 100644 Binary files a/assets/png/1f470-1f3fb.png and b/assets/png/1f470-1f3fb.png differ diff --git a/assets/png/1f470-1f3fc.png b/assets/png/1f470-1f3fc.png index 33a1164d5..c248769fc 100644 Binary files a/assets/png/1f470-1f3fc.png and b/assets/png/1f470-1f3fc.png differ diff --git a/assets/png/1f470-1f3fd.png b/assets/png/1f470-1f3fd.png index 209206f74..962c0a6ee 100644 Binary files a/assets/png/1f470-1f3fd.png and b/assets/png/1f470-1f3fd.png differ diff --git a/assets/png/1f470-1f3fe.png b/assets/png/1f470-1f3fe.png index e64eab6ae..740ca208c 100644 Binary files a/assets/png/1f470-1f3fe.png and b/assets/png/1f470-1f3fe.png differ diff --git a/assets/png/1f470-1f3ff.png b/assets/png/1f470-1f3ff.png index 00b3f53d8..5cc559858 100644 Binary files a/assets/png/1f470-1f3ff.png and b/assets/png/1f470-1f3ff.png differ diff --git a/assets/png/1f470.png b/assets/png/1f470.png index cd4e49ef3..eaf4bd978 100644 Binary files a/assets/png/1f470.png and b/assets/png/1f470.png differ diff --git a/assets/png/1f471-1f3fb.png b/assets/png/1f471-1f3fb.png index a26cab333..7d18ef244 100644 Binary files a/assets/png/1f471-1f3fb.png and b/assets/png/1f471-1f3fb.png differ diff --git a/assets/png/1f471-1f3fc.png b/assets/png/1f471-1f3fc.png index 295f21823..dae130731 100644 Binary files a/assets/png/1f471-1f3fc.png and b/assets/png/1f471-1f3fc.png differ diff --git a/assets/png/1f471-1f3fd.png b/assets/png/1f471-1f3fd.png index bd251c588..684677e8e 100644 Binary files a/assets/png/1f471-1f3fd.png and b/assets/png/1f471-1f3fd.png differ diff --git a/assets/png/1f471-1f3fe.png b/assets/png/1f471-1f3fe.png index e32fc246b..012be0b51 100644 Binary files a/assets/png/1f471-1f3fe.png and b/assets/png/1f471-1f3fe.png differ diff --git a/assets/png/1f471-1f3ff.png b/assets/png/1f471-1f3ff.png index 92556509c..d4ecc4cf4 100644 Binary files a/assets/png/1f471-1f3ff.png and b/assets/png/1f471-1f3ff.png differ diff --git a/assets/png/1f471.png b/assets/png/1f471.png index c93747cd5..ad6f01a7d 100644 Binary files a/assets/png/1f471.png and b/assets/png/1f471.png differ diff --git a/assets/png/1f472-1f3fb.png b/assets/png/1f472-1f3fb.png index a08690d76..5b7b3def1 100644 Binary files a/assets/png/1f472-1f3fb.png and b/assets/png/1f472-1f3fb.png differ diff --git a/assets/png/1f472-1f3fc.png b/assets/png/1f472-1f3fc.png index 4dfa9e0d1..c8b9cf87f 100644 Binary files a/assets/png/1f472-1f3fc.png and b/assets/png/1f472-1f3fc.png differ diff --git a/assets/png/1f472-1f3fd.png b/assets/png/1f472-1f3fd.png index 43e647e21..effdd0c4c 100644 Binary files a/assets/png/1f472-1f3fd.png and b/assets/png/1f472-1f3fd.png differ diff --git a/assets/png/1f472-1f3fe.png b/assets/png/1f472-1f3fe.png index 4ab7dd765..f885ff46f 100644 Binary files a/assets/png/1f472-1f3fe.png and b/assets/png/1f472-1f3fe.png differ diff --git a/assets/png/1f472-1f3ff.png b/assets/png/1f472-1f3ff.png index 384e8d5b8..a6d55ca13 100644 Binary files a/assets/png/1f472-1f3ff.png and b/assets/png/1f472-1f3ff.png differ diff --git a/assets/png/1f472.png b/assets/png/1f472.png index c312ebb57..7841e1360 100644 Binary files a/assets/png/1f472.png and b/assets/png/1f472.png differ diff --git a/assets/png/1f473-1f3fb.png b/assets/png/1f473-1f3fb.png index 6f1e898ca..1e12ee4b2 100644 Binary files a/assets/png/1f473-1f3fb.png and b/assets/png/1f473-1f3fb.png differ diff --git a/assets/png/1f473-1f3fc.png b/assets/png/1f473-1f3fc.png index 161e777b0..37de4cceb 100644 Binary files a/assets/png/1f473-1f3fc.png and b/assets/png/1f473-1f3fc.png differ diff --git a/assets/png/1f473-1f3fd.png b/assets/png/1f473-1f3fd.png index a0cfab635..f607afd34 100644 Binary files a/assets/png/1f473-1f3fd.png and b/assets/png/1f473-1f3fd.png differ diff --git a/assets/png/1f473-1f3fe.png b/assets/png/1f473-1f3fe.png index 69c0c5233..c05695888 100644 Binary files a/assets/png/1f473-1f3fe.png and b/assets/png/1f473-1f3fe.png differ diff --git a/assets/png/1f473-1f3ff.png b/assets/png/1f473-1f3ff.png index abecb2fc4..4b4ff6472 100644 Binary files a/assets/png/1f473-1f3ff.png and b/assets/png/1f473-1f3ff.png differ diff --git a/assets/png/1f473.png b/assets/png/1f473.png index 337dba9f9..51cf047f9 100644 Binary files a/assets/png/1f473.png and b/assets/png/1f473.png differ diff --git a/assets/png/1f474-1f3fb.png b/assets/png/1f474-1f3fb.png index 8e210753a..ab459baac 100644 Binary files a/assets/png/1f474-1f3fb.png and b/assets/png/1f474-1f3fb.png differ diff --git a/assets/png/1f474-1f3fc.png b/assets/png/1f474-1f3fc.png index faeaedffc..f4dfc7694 100644 Binary files a/assets/png/1f474-1f3fc.png and b/assets/png/1f474-1f3fc.png differ diff --git a/assets/png/1f474-1f3fd.png b/assets/png/1f474-1f3fd.png index 81ab537b6..5ffd11792 100644 Binary files a/assets/png/1f474-1f3fd.png and b/assets/png/1f474-1f3fd.png differ diff --git a/assets/png/1f474-1f3fe.png b/assets/png/1f474-1f3fe.png index a1496a474..b350a764b 100644 Binary files a/assets/png/1f474-1f3fe.png and b/assets/png/1f474-1f3fe.png differ diff --git a/assets/png/1f474-1f3ff.png b/assets/png/1f474-1f3ff.png index 805c29363..05fe24a17 100644 Binary files a/assets/png/1f474-1f3ff.png and b/assets/png/1f474-1f3ff.png differ diff --git a/assets/png/1f474.png b/assets/png/1f474.png index 0d2d3fcb4..4ace4e6f3 100644 Binary files a/assets/png/1f474.png and b/assets/png/1f474.png differ diff --git a/assets/png/1f475-1f3fb.png b/assets/png/1f475-1f3fb.png index 1a51c9398..b49e82140 100644 Binary files a/assets/png/1f475-1f3fb.png and b/assets/png/1f475-1f3fb.png differ diff --git a/assets/png/1f475-1f3fc.png b/assets/png/1f475-1f3fc.png index e1c4fc086..e86bf5ab3 100644 Binary files a/assets/png/1f475-1f3fc.png and b/assets/png/1f475-1f3fc.png differ diff --git a/assets/png/1f475-1f3fd.png b/assets/png/1f475-1f3fd.png index bdbd14542..83fc14b08 100644 Binary files a/assets/png/1f475-1f3fd.png and b/assets/png/1f475-1f3fd.png differ diff --git a/assets/png/1f475-1f3fe.png b/assets/png/1f475-1f3fe.png index 086628db1..e4aa8a424 100644 Binary files a/assets/png/1f475-1f3fe.png and b/assets/png/1f475-1f3fe.png differ diff --git a/assets/png/1f475-1f3ff.png b/assets/png/1f475-1f3ff.png index 98d3fa9e6..4009012bb 100644 Binary files a/assets/png/1f475-1f3ff.png and b/assets/png/1f475-1f3ff.png differ diff --git a/assets/png/1f475.png b/assets/png/1f475.png index 11b874638..52dc49871 100644 Binary files a/assets/png/1f475.png and b/assets/png/1f475.png differ diff --git a/assets/png/1f476-1f3fb.png b/assets/png/1f476-1f3fb.png index 4694d5aa4..d20911d40 100644 Binary files a/assets/png/1f476-1f3fb.png and b/assets/png/1f476-1f3fb.png differ diff --git a/assets/png/1f476-1f3fc.png b/assets/png/1f476-1f3fc.png index b563eb9ee..b0a9b30ed 100644 Binary files a/assets/png/1f476-1f3fc.png and b/assets/png/1f476-1f3fc.png differ diff --git a/assets/png/1f476-1f3fd.png b/assets/png/1f476-1f3fd.png index f58bc4ac0..7de5286fa 100644 Binary files a/assets/png/1f476-1f3fd.png and b/assets/png/1f476-1f3fd.png differ diff --git a/assets/png/1f476-1f3fe.png b/assets/png/1f476-1f3fe.png index 0b201fd62..9b7a86ac6 100644 Binary files a/assets/png/1f476-1f3fe.png and b/assets/png/1f476-1f3fe.png differ diff --git a/assets/png/1f476-1f3ff.png b/assets/png/1f476-1f3ff.png index 80486e469..fe1be34cb 100644 Binary files a/assets/png/1f476-1f3ff.png and b/assets/png/1f476-1f3ff.png differ diff --git a/assets/png/1f476.png b/assets/png/1f476.png index 9830498f6..a4af92c63 100644 Binary files a/assets/png/1f476.png and b/assets/png/1f476.png differ diff --git a/assets/png/1f477-1f3fb.png b/assets/png/1f477-1f3fb.png index 5258cddec..2f24a2bab 100644 Binary files a/assets/png/1f477-1f3fb.png and b/assets/png/1f477-1f3fb.png differ diff --git a/assets/png/1f477-1f3fc.png b/assets/png/1f477-1f3fc.png index b48cd4160..93c8fec5a 100644 Binary files a/assets/png/1f477-1f3fc.png and b/assets/png/1f477-1f3fc.png differ diff --git a/assets/png/1f477-1f3fd.png b/assets/png/1f477-1f3fd.png index 6051443e4..abc1f2af2 100644 Binary files a/assets/png/1f477-1f3fd.png and b/assets/png/1f477-1f3fd.png differ diff --git a/assets/png/1f477-1f3fe.png b/assets/png/1f477-1f3fe.png index 36fec354b..eed83289a 100644 Binary files a/assets/png/1f477-1f3fe.png and b/assets/png/1f477-1f3fe.png differ diff --git a/assets/png/1f477-1f3ff.png b/assets/png/1f477-1f3ff.png index 78bf7cce5..acbb220b8 100644 Binary files a/assets/png/1f477-1f3ff.png and b/assets/png/1f477-1f3ff.png differ diff --git a/assets/png/1f477.png b/assets/png/1f477.png index ac0c96cf5..a9970a890 100644 Binary files a/assets/png/1f477.png and b/assets/png/1f477.png differ diff --git a/assets/png/1f478-1f3fb.png b/assets/png/1f478-1f3fb.png index 787cf10f4..c28078cdc 100644 Binary files a/assets/png/1f478-1f3fb.png and b/assets/png/1f478-1f3fb.png differ diff --git a/assets/png/1f478-1f3fc.png b/assets/png/1f478-1f3fc.png index 33a36591f..dcd20e6ec 100644 Binary files a/assets/png/1f478-1f3fc.png and b/assets/png/1f478-1f3fc.png differ diff --git a/assets/png/1f478-1f3fd.png b/assets/png/1f478-1f3fd.png index 4561d0ca4..cde6f315c 100644 Binary files a/assets/png/1f478-1f3fd.png and b/assets/png/1f478-1f3fd.png differ diff --git a/assets/png/1f478-1f3fe.png b/assets/png/1f478-1f3fe.png index 9211b7542..c71e69caa 100644 Binary files a/assets/png/1f478-1f3fe.png and b/assets/png/1f478-1f3fe.png differ diff --git a/assets/png/1f478-1f3ff.png b/assets/png/1f478-1f3ff.png index bff6788c7..063e26459 100644 Binary files a/assets/png/1f478-1f3ff.png and b/assets/png/1f478-1f3ff.png differ diff --git a/assets/png/1f478.png b/assets/png/1f478.png index 708db961e..879e9fa8c 100644 Binary files a/assets/png/1f478.png and b/assets/png/1f478.png differ diff --git a/assets/png/1f479.png b/assets/png/1f479.png index 837de842c..fe8670fda 100644 Binary files a/assets/png/1f479.png and b/assets/png/1f479.png differ diff --git a/assets/png/1f47a.png b/assets/png/1f47a.png index dbe38b66d..515c6a225 100644 Binary files a/assets/png/1f47a.png and b/assets/png/1f47a.png differ diff --git a/assets/png/1f47b.png b/assets/png/1f47b.png index 626205645..5650bc0ed 100644 Binary files a/assets/png/1f47b.png and b/assets/png/1f47b.png differ diff --git a/assets/png/1f47c-1f3fb.png b/assets/png/1f47c-1f3fb.png index a14d29cfa..391694dc0 100644 Binary files a/assets/png/1f47c-1f3fb.png and b/assets/png/1f47c-1f3fb.png differ diff --git a/assets/png/1f47c-1f3fc.png b/assets/png/1f47c-1f3fc.png index 2272f6d78..700cbe6ed 100644 Binary files a/assets/png/1f47c-1f3fc.png and b/assets/png/1f47c-1f3fc.png differ diff --git a/assets/png/1f47c-1f3fd.png b/assets/png/1f47c-1f3fd.png index ea2ce58a1..be597437d 100644 Binary files a/assets/png/1f47c-1f3fd.png and b/assets/png/1f47c-1f3fd.png differ diff --git a/assets/png/1f47c-1f3fe.png b/assets/png/1f47c-1f3fe.png index c297bc8f8..b06d3c853 100644 Binary files a/assets/png/1f47c-1f3fe.png and b/assets/png/1f47c-1f3fe.png differ diff --git a/assets/png/1f47c-1f3ff.png b/assets/png/1f47c-1f3ff.png index 31d167512..17bd677e3 100644 Binary files a/assets/png/1f47c-1f3ff.png and b/assets/png/1f47c-1f3ff.png differ diff --git a/assets/png/1f47c.png b/assets/png/1f47c.png index 7226e7d2b..66ea97a3b 100644 Binary files a/assets/png/1f47c.png and b/assets/png/1f47c.png differ diff --git a/assets/png/1f47d.png b/assets/png/1f47d.png index ff6c4bf36..3b90e9743 100644 Binary files a/assets/png/1f47d.png and b/assets/png/1f47d.png differ diff --git a/assets/png/1f47e.png b/assets/png/1f47e.png index 40c1feb57..2e73f5f32 100644 Binary files a/assets/png/1f47e.png and b/assets/png/1f47e.png differ diff --git a/assets/png/1f47f.png b/assets/png/1f47f.png index c3b4cc5d8..9f9a96055 100644 Binary files a/assets/png/1f47f.png and b/assets/png/1f47f.png differ diff --git a/assets/png/1f480.png b/assets/png/1f480.png index ebc043ead..26abb1729 100644 Binary files a/assets/png/1f480.png and b/assets/png/1f480.png differ diff --git a/assets/png/1f481-1f3fb.png b/assets/png/1f481-1f3fb.png index aa116c6b5..3d9e22479 100644 Binary files a/assets/png/1f481-1f3fb.png and b/assets/png/1f481-1f3fb.png differ diff --git a/assets/png/1f481-1f3fc.png b/assets/png/1f481-1f3fc.png index 1944c6487..879e8b796 100644 Binary files a/assets/png/1f481-1f3fc.png and b/assets/png/1f481-1f3fc.png differ diff --git a/assets/png/1f481-1f3fd.png b/assets/png/1f481-1f3fd.png index 3d0a4b22f..307514eab 100644 Binary files a/assets/png/1f481-1f3fd.png and b/assets/png/1f481-1f3fd.png differ diff --git a/assets/png/1f481-1f3fe.png b/assets/png/1f481-1f3fe.png index 88d354348..297395dcb 100644 Binary files a/assets/png/1f481-1f3fe.png and b/assets/png/1f481-1f3fe.png differ diff --git a/assets/png/1f481-1f3ff.png b/assets/png/1f481-1f3ff.png index 0c8e7f1b2..26f8f22b2 100644 Binary files a/assets/png/1f481-1f3ff.png and b/assets/png/1f481-1f3ff.png differ diff --git a/assets/png/1f481.png b/assets/png/1f481.png index 7f064b27f..55fc6294d 100644 Binary files a/assets/png/1f481.png and b/assets/png/1f481.png differ diff --git a/assets/png/1f482-1f3fb.png b/assets/png/1f482-1f3fb.png index 8f3b43a43..cea9ba274 100644 Binary files a/assets/png/1f482-1f3fb.png and b/assets/png/1f482-1f3fb.png differ diff --git a/assets/png/1f482-1f3fc.png b/assets/png/1f482-1f3fc.png index ef2938dd8..037464e40 100644 Binary files a/assets/png/1f482-1f3fc.png and b/assets/png/1f482-1f3fc.png differ diff --git a/assets/png/1f482-1f3fd.png b/assets/png/1f482-1f3fd.png index 42d373fd5..0f6726fbe 100644 Binary files a/assets/png/1f482-1f3fd.png and b/assets/png/1f482-1f3fd.png differ diff --git a/assets/png/1f482-1f3fe.png b/assets/png/1f482-1f3fe.png index d31121025..85fcf9a3b 100644 Binary files a/assets/png/1f482-1f3fe.png and b/assets/png/1f482-1f3fe.png differ diff --git a/assets/png/1f482-1f3ff.png b/assets/png/1f482-1f3ff.png index 349567e39..e5f9ca7d5 100644 Binary files a/assets/png/1f482-1f3ff.png and b/assets/png/1f482-1f3ff.png differ diff --git a/assets/png/1f482.png b/assets/png/1f482.png index 853d7cf9e..8d7ab3c47 100644 Binary files a/assets/png/1f482.png and b/assets/png/1f482.png differ diff --git a/assets/png/1f483-1f3fb.png b/assets/png/1f483-1f3fb.png index 410363840..2c7b11c3a 100644 Binary files a/assets/png/1f483-1f3fb.png and b/assets/png/1f483-1f3fb.png differ diff --git a/assets/png/1f483-1f3fc.png b/assets/png/1f483-1f3fc.png index da183ef46..cb04b1f90 100644 Binary files a/assets/png/1f483-1f3fc.png and b/assets/png/1f483-1f3fc.png differ diff --git a/assets/png/1f483-1f3fd.png b/assets/png/1f483-1f3fd.png index 65ea6e030..98c5bca7b 100644 Binary files a/assets/png/1f483-1f3fd.png and b/assets/png/1f483-1f3fd.png differ diff --git a/assets/png/1f483-1f3fe.png b/assets/png/1f483-1f3fe.png index e2d66d770..fdb1e00cb 100644 Binary files a/assets/png/1f483-1f3fe.png and b/assets/png/1f483-1f3fe.png differ diff --git a/assets/png/1f483-1f3ff.png b/assets/png/1f483-1f3ff.png index 2fc947f82..0e34e0e23 100644 Binary files a/assets/png/1f483-1f3ff.png and b/assets/png/1f483-1f3ff.png differ diff --git a/assets/png/1f483.png b/assets/png/1f483.png index 3be061f41..04b166991 100644 Binary files a/assets/png/1f483.png and b/assets/png/1f483.png differ diff --git a/assets/png/1f484.png b/assets/png/1f484.png index 92a09f5df..61a0c084c 100644 Binary files a/assets/png/1f484.png and b/assets/png/1f484.png differ diff --git a/assets/png/1f485-1f3fb.png b/assets/png/1f485-1f3fb.png index f7173fa2d..26e883dd2 100644 Binary files a/assets/png/1f485-1f3fb.png and b/assets/png/1f485-1f3fb.png differ diff --git a/assets/png/1f485-1f3fc.png b/assets/png/1f485-1f3fc.png index 4081a0f80..61257b47e 100644 Binary files a/assets/png/1f485-1f3fc.png and b/assets/png/1f485-1f3fc.png differ diff --git a/assets/png/1f485-1f3fd.png b/assets/png/1f485-1f3fd.png index d05c30f0c..29871b05f 100644 Binary files a/assets/png/1f485-1f3fd.png and b/assets/png/1f485-1f3fd.png differ diff --git a/assets/png/1f485-1f3fe.png b/assets/png/1f485-1f3fe.png index 939a4133e..2881de0b1 100644 Binary files a/assets/png/1f485-1f3fe.png and b/assets/png/1f485-1f3fe.png differ diff --git a/assets/png/1f485-1f3ff.png b/assets/png/1f485-1f3ff.png index 0c3b1c43e..a0b7c0a45 100644 Binary files a/assets/png/1f485-1f3ff.png and b/assets/png/1f485-1f3ff.png differ diff --git a/assets/png/1f485.png b/assets/png/1f485.png index afe8b233a..aa52af705 100644 Binary files a/assets/png/1f485.png and b/assets/png/1f485.png differ diff --git a/assets/png/1f486-1f3fb.png b/assets/png/1f486-1f3fb.png index 6873266ec..e0f415d31 100644 Binary files a/assets/png/1f486-1f3fb.png and b/assets/png/1f486-1f3fb.png differ diff --git a/assets/png/1f486-1f3fc.png b/assets/png/1f486-1f3fc.png index 11edb5e3f..0bb244a27 100644 Binary files a/assets/png/1f486-1f3fc.png and b/assets/png/1f486-1f3fc.png differ diff --git a/assets/png/1f486-1f3fd.png b/assets/png/1f486-1f3fd.png index 5e1ce1843..a117ee81a 100644 Binary files a/assets/png/1f486-1f3fd.png and b/assets/png/1f486-1f3fd.png differ diff --git a/assets/png/1f486-1f3fe.png b/assets/png/1f486-1f3fe.png index 38f90f0c4..6f42ab017 100644 Binary files a/assets/png/1f486-1f3fe.png and b/assets/png/1f486-1f3fe.png differ diff --git a/assets/png/1f486-1f3ff.png b/assets/png/1f486-1f3ff.png index f84461e14..6a388c0d0 100644 Binary files a/assets/png/1f486-1f3ff.png and b/assets/png/1f486-1f3ff.png differ diff --git a/assets/png/1f486.png b/assets/png/1f486.png index 7049e758a..b91d845e3 100644 Binary files a/assets/png/1f486.png and b/assets/png/1f486.png differ diff --git a/assets/png/1f487-1f3fb.png b/assets/png/1f487-1f3fb.png index 9b55e5f50..c743b74ab 100644 Binary files a/assets/png/1f487-1f3fb.png and b/assets/png/1f487-1f3fb.png differ diff --git a/assets/png/1f487-1f3fc.png b/assets/png/1f487-1f3fc.png index 3ad86666a..f144f8e55 100644 Binary files a/assets/png/1f487-1f3fc.png and b/assets/png/1f487-1f3fc.png differ diff --git a/assets/png/1f487-1f3fd.png b/assets/png/1f487-1f3fd.png index aa6f623f0..d5ad19563 100644 Binary files a/assets/png/1f487-1f3fd.png and b/assets/png/1f487-1f3fd.png differ diff --git a/assets/png/1f487-1f3fe.png b/assets/png/1f487-1f3fe.png index e4d0d5861..244fd3af0 100644 Binary files a/assets/png/1f487-1f3fe.png and b/assets/png/1f487-1f3fe.png differ diff --git a/assets/png/1f487-1f3ff.png b/assets/png/1f487-1f3ff.png index a377fca66..20a94a886 100644 Binary files a/assets/png/1f487-1f3ff.png and b/assets/png/1f487-1f3ff.png differ diff --git a/assets/png/1f487.png b/assets/png/1f487.png index 7a1cb195b..91266b129 100644 Binary files a/assets/png/1f487.png and b/assets/png/1f487.png differ diff --git a/assets/png/1f488.png b/assets/png/1f488.png index e59cf573b..896f4d716 100644 Binary files a/assets/png/1f488.png and b/assets/png/1f488.png differ diff --git a/assets/png/1f489.png b/assets/png/1f489.png index 2b87799a0..71c1a9528 100644 Binary files a/assets/png/1f489.png and b/assets/png/1f489.png differ diff --git a/assets/png/1f48a.png b/assets/png/1f48a.png index 98a162771..1d4530e77 100644 Binary files a/assets/png/1f48a.png and b/assets/png/1f48a.png differ diff --git a/assets/png/1f48b.png b/assets/png/1f48b.png index 4b326a2f8..85e6dcfc4 100644 Binary files a/assets/png/1f48b.png and b/assets/png/1f48b.png differ diff --git a/assets/png/1f48c.png b/assets/png/1f48c.png index 2a8719513..3c3c767e7 100644 Binary files a/assets/png/1f48c.png and b/assets/png/1f48c.png differ diff --git a/assets/png/1f48d.png b/assets/png/1f48d.png index 9f05805c0..87d227adb 100644 Binary files a/assets/png/1f48d.png and b/assets/png/1f48d.png differ diff --git a/assets/png/1f48e.png b/assets/png/1f48e.png index b3c111178..db122d26a 100644 Binary files a/assets/png/1f48e.png and b/assets/png/1f48e.png differ diff --git a/assets/png/1f48f.png b/assets/png/1f48f.png index f66ea0d1d..9aa519da9 100644 Binary files a/assets/png/1f48f.png and b/assets/png/1f48f.png differ diff --git a/assets/png/1f490.png b/assets/png/1f490.png index 2b9c29988..11455af6d 100644 Binary files a/assets/png/1f490.png and b/assets/png/1f490.png differ diff --git a/assets/png/1f491.png b/assets/png/1f491.png index f0ca6da67..62111601b 100644 Binary files a/assets/png/1f491.png and b/assets/png/1f491.png differ diff --git a/assets/png/1f492.png b/assets/png/1f492.png index 89cbd5c63..d0d8aa0bf 100644 Binary files a/assets/png/1f492.png and b/assets/png/1f492.png differ diff --git a/assets/png/1f493.png b/assets/png/1f493.png index 33ec17d46..0bcf2d1d5 100644 Binary files a/assets/png/1f493.png and b/assets/png/1f493.png differ diff --git a/assets/png/1f494.png b/assets/png/1f494.png index e87a3a719..718e26ee1 100644 Binary files a/assets/png/1f494.png and b/assets/png/1f494.png differ diff --git a/assets/png/1f495.png b/assets/png/1f495.png index c05b32530..4d8c33860 100644 Binary files a/assets/png/1f495.png and b/assets/png/1f495.png differ diff --git a/assets/png/1f496.png b/assets/png/1f496.png index 9a74d17a1..670926945 100644 Binary files a/assets/png/1f496.png and b/assets/png/1f496.png differ diff --git a/assets/png/1f497.png b/assets/png/1f497.png index 49a26888e..d6e694e97 100644 Binary files a/assets/png/1f497.png and b/assets/png/1f497.png differ diff --git a/assets/png/1f498.png b/assets/png/1f498.png index 3816fa325..2df0078dd 100644 Binary files a/assets/png/1f498.png and b/assets/png/1f498.png differ diff --git a/assets/png/1f499.png b/assets/png/1f499.png index 963558cdd..bdf1287e5 100644 Binary files a/assets/png/1f499.png and b/assets/png/1f499.png differ diff --git a/assets/png/1f49a.png b/assets/png/1f49a.png index 81889b54d..c52d60a58 100644 Binary files a/assets/png/1f49a.png and b/assets/png/1f49a.png differ diff --git a/assets/png/1f49b.png b/assets/png/1f49b.png index ccbdd17f4..7901a9d01 100644 Binary files a/assets/png/1f49b.png and b/assets/png/1f49b.png differ diff --git a/assets/png/1f49c.png b/assets/png/1f49c.png index 247144680..95c53a9ad 100644 Binary files a/assets/png/1f49c.png and b/assets/png/1f49c.png differ diff --git a/assets/png/1f49d.png b/assets/png/1f49d.png index d10193dab..902ceafe4 100644 Binary files a/assets/png/1f49d.png and b/assets/png/1f49d.png differ diff --git a/assets/png/1f49e.png b/assets/png/1f49e.png index fc121d0d2..7b9d1948f 100644 Binary files a/assets/png/1f49e.png and b/assets/png/1f49e.png differ diff --git a/assets/png/1f49f.png b/assets/png/1f49f.png index e0e21fc19..5443f60bc 100644 Binary files a/assets/png/1f49f.png and b/assets/png/1f49f.png differ diff --git a/assets/png/1f4a0.png b/assets/png/1f4a0.png index 837b3b2c4..2a22a26d1 100644 Binary files a/assets/png/1f4a0.png and b/assets/png/1f4a0.png differ diff --git a/assets/png/1f4a1.png b/assets/png/1f4a1.png index 680b50b4d..38e32e02d 100644 Binary files a/assets/png/1f4a1.png and b/assets/png/1f4a1.png differ diff --git a/assets/png/1f4a2.png b/assets/png/1f4a2.png index d150fec8f..d63c2e000 100644 Binary files a/assets/png/1f4a2.png and b/assets/png/1f4a2.png differ diff --git a/assets/png/1f4a3.png b/assets/png/1f4a3.png index b116393cd..c7f8f81c9 100644 Binary files a/assets/png/1f4a3.png and b/assets/png/1f4a3.png differ diff --git a/assets/png/1f4a4.png b/assets/png/1f4a4.png index c5bce270c..9bc72b446 100644 Binary files a/assets/png/1f4a4.png and b/assets/png/1f4a4.png differ diff --git a/assets/png/1f4a5.png b/assets/png/1f4a5.png index 10e63fd39..9b0f027b1 100644 Binary files a/assets/png/1f4a5.png and b/assets/png/1f4a5.png differ diff --git a/assets/png/1f4a6.png b/assets/png/1f4a6.png index 192f37867..4106117eb 100644 Binary files a/assets/png/1f4a6.png and b/assets/png/1f4a6.png differ diff --git a/assets/png/1f4a7.png b/assets/png/1f4a7.png index 8a3db8820..71241ec30 100644 Binary files a/assets/png/1f4a7.png and b/assets/png/1f4a7.png differ diff --git a/assets/png/1f4a8.png b/assets/png/1f4a8.png index a2660a40e..064b8525c 100644 Binary files a/assets/png/1f4a8.png and b/assets/png/1f4a8.png differ diff --git a/assets/png/1f4a9.png b/assets/png/1f4a9.png index 9d5c759f2..10b15e72d 100644 Binary files a/assets/png/1f4a9.png and b/assets/png/1f4a9.png differ diff --git a/assets/png/1f4aa-1f3fb.png b/assets/png/1f4aa-1f3fb.png index f71253471..1522942ce 100644 Binary files a/assets/png/1f4aa-1f3fb.png and b/assets/png/1f4aa-1f3fb.png differ diff --git a/assets/png/1f4aa-1f3fc.png b/assets/png/1f4aa-1f3fc.png index 43ecc67e3..569c6e832 100644 Binary files a/assets/png/1f4aa-1f3fc.png and b/assets/png/1f4aa-1f3fc.png differ diff --git a/assets/png/1f4aa-1f3fd.png b/assets/png/1f4aa-1f3fd.png index 73ecf6a08..0a76b00fa 100644 Binary files a/assets/png/1f4aa-1f3fd.png and b/assets/png/1f4aa-1f3fd.png differ diff --git a/assets/png/1f4aa-1f3fe.png b/assets/png/1f4aa-1f3fe.png index 4c5a060c3..f0cf31328 100644 Binary files a/assets/png/1f4aa-1f3fe.png and b/assets/png/1f4aa-1f3fe.png differ diff --git a/assets/png/1f4aa-1f3ff.png b/assets/png/1f4aa-1f3ff.png index 0a57dde78..4fda92460 100644 Binary files a/assets/png/1f4aa-1f3ff.png and b/assets/png/1f4aa-1f3ff.png differ diff --git a/assets/png/1f4aa.png b/assets/png/1f4aa.png index ba7cd5b6a..7e67c1880 100644 Binary files a/assets/png/1f4aa.png and b/assets/png/1f4aa.png differ diff --git a/assets/png/1f4ab.png b/assets/png/1f4ab.png index 371b8da83..85f52efad 100644 Binary files a/assets/png/1f4ab.png and b/assets/png/1f4ab.png differ diff --git a/assets/png/1f4ac.png b/assets/png/1f4ac.png index ee5473391..a34ef7417 100644 Binary files a/assets/png/1f4ac.png and b/assets/png/1f4ac.png differ diff --git a/assets/png/1f4ad.png b/assets/png/1f4ad.png index e8fb5c700..72fe8fa70 100644 Binary files a/assets/png/1f4ad.png and b/assets/png/1f4ad.png differ diff --git a/assets/png/1f4ae.png b/assets/png/1f4ae.png index 795ef5ff2..d6af8b600 100644 Binary files a/assets/png/1f4ae.png and b/assets/png/1f4ae.png differ diff --git a/assets/png/1f4af.png b/assets/png/1f4af.png index b1e7cbb9f..6903ff030 100644 Binary files a/assets/png/1f4af.png and b/assets/png/1f4af.png differ diff --git a/assets/png/1f4b0.png b/assets/png/1f4b0.png index d0f094b47..b9296be09 100644 Binary files a/assets/png/1f4b0.png and b/assets/png/1f4b0.png differ diff --git a/assets/png/1f4b1.png b/assets/png/1f4b1.png index 0f92eeeb1..4d46c6050 100644 Binary files a/assets/png/1f4b1.png and b/assets/png/1f4b1.png differ diff --git a/assets/png/1f4b2.png b/assets/png/1f4b2.png index 7f50bfa76..ef2c2e205 100644 Binary files a/assets/png/1f4b2.png and b/assets/png/1f4b2.png differ diff --git a/assets/png/1f4b3.png b/assets/png/1f4b3.png index ed15d418c..372777d5c 100644 Binary files a/assets/png/1f4b3.png and b/assets/png/1f4b3.png differ diff --git a/assets/png/1f4b4.png b/assets/png/1f4b4.png index b68e1dc85..63ee4799d 100644 Binary files a/assets/png/1f4b4.png and b/assets/png/1f4b4.png differ diff --git a/assets/png/1f4b5.png b/assets/png/1f4b5.png index 83feea326..a9904c282 100644 Binary files a/assets/png/1f4b5.png and b/assets/png/1f4b5.png differ diff --git a/assets/png/1f4b6.png b/assets/png/1f4b6.png index 4d6201b2b..a49020820 100644 Binary files a/assets/png/1f4b6.png and b/assets/png/1f4b6.png differ diff --git a/assets/png/1f4b7.png b/assets/png/1f4b7.png index 1145363fa..a0d4c4099 100644 Binary files a/assets/png/1f4b7.png and b/assets/png/1f4b7.png differ diff --git a/assets/png/1f4b8.png b/assets/png/1f4b8.png index 77e441f79..f022b04b3 100644 Binary files a/assets/png/1f4b8.png and b/assets/png/1f4b8.png differ diff --git a/assets/png/1f4b9.png b/assets/png/1f4b9.png index a4f232153..9773f03be 100644 Binary files a/assets/png/1f4b9.png and b/assets/png/1f4b9.png differ diff --git a/assets/png/1f4ba.png b/assets/png/1f4ba.png index df237bc09..a6d72d95a 100644 Binary files a/assets/png/1f4ba.png and b/assets/png/1f4ba.png differ diff --git a/assets/png/1f4bb.png b/assets/png/1f4bb.png index eb90e65d6..c1fee27e3 100644 Binary files a/assets/png/1f4bb.png and b/assets/png/1f4bb.png differ diff --git a/assets/png/1f4bc.png b/assets/png/1f4bc.png index 0e911ca42..b9912ba21 100644 Binary files a/assets/png/1f4bc.png and b/assets/png/1f4bc.png differ diff --git a/assets/png/1f4bd.png b/assets/png/1f4bd.png index 76441b23d..9fa94cfbe 100644 Binary files a/assets/png/1f4bd.png and b/assets/png/1f4bd.png differ diff --git a/assets/png/1f4be.png b/assets/png/1f4be.png index a257b9e78..072a76d3c 100644 Binary files a/assets/png/1f4be.png and b/assets/png/1f4be.png differ diff --git a/assets/png/1f4bf.png b/assets/png/1f4bf.png index 87e74a0a6..e6b01449c 100644 Binary files a/assets/png/1f4bf.png and b/assets/png/1f4bf.png differ diff --git a/assets/png/1f4c0.png b/assets/png/1f4c0.png index 13dffae55..045a6f7a0 100644 Binary files a/assets/png/1f4c0.png and b/assets/png/1f4c0.png differ diff --git a/assets/png/1f4c1.png b/assets/png/1f4c1.png index 763a6fb1e..addedaf08 100644 Binary files a/assets/png/1f4c1.png and b/assets/png/1f4c1.png differ diff --git a/assets/png/1f4c2.png b/assets/png/1f4c2.png index 3de65470d..3993b0922 100644 Binary files a/assets/png/1f4c2.png and b/assets/png/1f4c2.png differ diff --git a/assets/png/1f4c3.png b/assets/png/1f4c3.png index 51bb0ec32..06355319c 100644 Binary files a/assets/png/1f4c3.png and b/assets/png/1f4c3.png differ diff --git a/assets/png/1f4c4.png b/assets/png/1f4c4.png index a891ca36b..ba4ed757e 100644 Binary files a/assets/png/1f4c4.png and b/assets/png/1f4c4.png differ diff --git a/assets/png/1f4c5.png b/assets/png/1f4c5.png index 723bb0e84..f05b3da97 100644 Binary files a/assets/png/1f4c5.png and b/assets/png/1f4c5.png differ diff --git a/assets/png/1f4c6.png b/assets/png/1f4c6.png index 77546fb1c..47353b744 100644 Binary files a/assets/png/1f4c6.png and b/assets/png/1f4c6.png differ diff --git a/assets/png/1f4c7.png b/assets/png/1f4c7.png index 8c66ab350..151e11cb3 100644 Binary files a/assets/png/1f4c7.png and b/assets/png/1f4c7.png differ diff --git a/assets/png/1f4c8.png b/assets/png/1f4c8.png index 3de27c9fd..f13cfcf99 100644 Binary files a/assets/png/1f4c8.png and b/assets/png/1f4c8.png differ diff --git a/assets/png/1f4c9.png b/assets/png/1f4c9.png index c034de04f..5222ec72d 100644 Binary files a/assets/png/1f4c9.png and b/assets/png/1f4c9.png differ diff --git a/assets/png/1f4ca.png b/assets/png/1f4ca.png index 925b5496a..53c894550 100644 Binary files a/assets/png/1f4ca.png and b/assets/png/1f4ca.png differ diff --git a/assets/png/1f4cb.png b/assets/png/1f4cb.png index 061145843..7edcfc525 100644 Binary files a/assets/png/1f4cb.png and b/assets/png/1f4cb.png differ diff --git a/assets/png/1f4cc.png b/assets/png/1f4cc.png index 26fbd68ff..57e07d7f4 100644 Binary files a/assets/png/1f4cc.png and b/assets/png/1f4cc.png differ diff --git a/assets/png/1f4cd.png b/assets/png/1f4cd.png index 9255ae44c..28b9d7286 100644 Binary files a/assets/png/1f4cd.png and b/assets/png/1f4cd.png differ diff --git a/assets/png/1f4ce.png b/assets/png/1f4ce.png index 6cb96eba8..8cd8d4f87 100644 Binary files a/assets/png/1f4ce.png and b/assets/png/1f4ce.png differ diff --git a/assets/png/1f4cf.png b/assets/png/1f4cf.png index 5780e858c..1017b7433 100644 Binary files a/assets/png/1f4cf.png and b/assets/png/1f4cf.png differ diff --git a/assets/png/1f4d0.png b/assets/png/1f4d0.png index c49d29426..77dee9ee8 100644 Binary files a/assets/png/1f4d0.png and b/assets/png/1f4d0.png differ diff --git a/assets/png/1f4d1.png b/assets/png/1f4d1.png index 653dadb3d..f8d9e01b4 100644 Binary files a/assets/png/1f4d1.png and b/assets/png/1f4d1.png differ diff --git a/assets/png/1f4d2.png b/assets/png/1f4d2.png index 0a4d44ddd..13e7561a4 100644 Binary files a/assets/png/1f4d2.png and b/assets/png/1f4d2.png differ diff --git a/assets/png/1f4d3.png b/assets/png/1f4d3.png index 456155d71..f6c28b491 100644 Binary files a/assets/png/1f4d3.png and b/assets/png/1f4d3.png differ diff --git a/assets/png/1f4d4.png b/assets/png/1f4d4.png index 1c4602b9b..03f566b6d 100644 Binary files a/assets/png/1f4d4.png and b/assets/png/1f4d4.png differ diff --git a/assets/png/1f4d5.png b/assets/png/1f4d5.png index a19abb36c..6395cf215 100644 Binary files a/assets/png/1f4d5.png and b/assets/png/1f4d5.png differ diff --git a/assets/png/1f4d6.png b/assets/png/1f4d6.png index 56a4a8c2d..0f4447ed3 100644 Binary files a/assets/png/1f4d6.png and b/assets/png/1f4d6.png differ diff --git a/assets/png/1f4d7.png b/assets/png/1f4d7.png index d3bcc1c4f..e5e411cf3 100644 Binary files a/assets/png/1f4d7.png and b/assets/png/1f4d7.png differ diff --git a/assets/png/1f4d8.png b/assets/png/1f4d8.png index da34096e5..e1e455401 100644 Binary files a/assets/png/1f4d8.png and b/assets/png/1f4d8.png differ diff --git a/assets/png/1f4d9.png b/assets/png/1f4d9.png index 4c20ec6e2..ab40e6ae6 100644 Binary files a/assets/png/1f4d9.png and b/assets/png/1f4d9.png differ diff --git a/assets/png/1f4da.png b/assets/png/1f4da.png index 31410e6a9..59a8bafeb 100644 Binary files a/assets/png/1f4da.png and b/assets/png/1f4da.png differ diff --git a/assets/png/1f4db.png b/assets/png/1f4db.png index 1b68b6ff5..ec5ee213e 100644 Binary files a/assets/png/1f4db.png and b/assets/png/1f4db.png differ diff --git a/assets/png/1f4dc.png b/assets/png/1f4dc.png index fc499bacf..50ee5dcd4 100644 Binary files a/assets/png/1f4dc.png and b/assets/png/1f4dc.png differ diff --git a/assets/png/1f4dd.png b/assets/png/1f4dd.png index 68728275a..edc6155e1 100644 Binary files a/assets/png/1f4dd.png and b/assets/png/1f4dd.png differ diff --git a/assets/png/1f4de.png b/assets/png/1f4de.png index f5ad08784..69388316c 100644 Binary files a/assets/png/1f4de.png and b/assets/png/1f4de.png differ diff --git a/assets/png/1f4df.png b/assets/png/1f4df.png index d024637ea..b24b99306 100644 Binary files a/assets/png/1f4df.png and b/assets/png/1f4df.png differ diff --git a/assets/png/1f4e0.png b/assets/png/1f4e0.png index 09b3e886a..6f929e294 100644 Binary files a/assets/png/1f4e0.png and b/assets/png/1f4e0.png differ diff --git a/assets/png/1f4e1.png b/assets/png/1f4e1.png index d7f0d19d3..db0372795 100644 Binary files a/assets/png/1f4e1.png and b/assets/png/1f4e1.png differ diff --git a/assets/png/1f4e2.png b/assets/png/1f4e2.png index 0de5cb55c..5fd76a95b 100644 Binary files a/assets/png/1f4e2.png and b/assets/png/1f4e2.png differ diff --git a/assets/png/1f4e3.png b/assets/png/1f4e3.png index 7cec35b75..4e6735188 100644 Binary files a/assets/png/1f4e3.png and b/assets/png/1f4e3.png differ diff --git a/assets/png/1f4e4.png b/assets/png/1f4e4.png index 68daa4767..46493ed5b 100644 Binary files a/assets/png/1f4e4.png and b/assets/png/1f4e4.png differ diff --git a/assets/png/1f4e5.png b/assets/png/1f4e5.png index 78dab8b9d..41a6be2b0 100644 Binary files a/assets/png/1f4e5.png and b/assets/png/1f4e5.png differ diff --git a/assets/png/1f4e6.png b/assets/png/1f4e6.png index d2c22bb09..85431756a 100644 Binary files a/assets/png/1f4e6.png and b/assets/png/1f4e6.png differ diff --git a/assets/png/1f4e7.png b/assets/png/1f4e7.png index f19e94ed7..d22e654a2 100644 Binary files a/assets/png/1f4e7.png and b/assets/png/1f4e7.png differ diff --git a/assets/png/1f4e8.png b/assets/png/1f4e8.png index 0aee71be5..fd22e8818 100644 Binary files a/assets/png/1f4e8.png and b/assets/png/1f4e8.png differ diff --git a/assets/png/1f4e9.png b/assets/png/1f4e9.png index 0f7aaacae..7448a6b76 100644 Binary files a/assets/png/1f4e9.png and b/assets/png/1f4e9.png differ diff --git a/assets/png/1f4ea.png b/assets/png/1f4ea.png index cddd3b275..ddc705db0 100644 Binary files a/assets/png/1f4ea.png and b/assets/png/1f4ea.png differ diff --git a/assets/png/1f4eb.png b/assets/png/1f4eb.png index 48f587c3f..ef5174e40 100644 Binary files a/assets/png/1f4eb.png and b/assets/png/1f4eb.png differ diff --git a/assets/png/1f4ec.png b/assets/png/1f4ec.png index e2ed93dfc..5460616a5 100644 Binary files a/assets/png/1f4ec.png and b/assets/png/1f4ec.png differ diff --git a/assets/png/1f4ed.png b/assets/png/1f4ed.png index 06ae596c3..f9aeee6b1 100644 Binary files a/assets/png/1f4ed.png and b/assets/png/1f4ed.png differ diff --git a/assets/png/1f4ee.png b/assets/png/1f4ee.png index 1e86d9cd3..07c9c4ab3 100644 Binary files a/assets/png/1f4ee.png and b/assets/png/1f4ee.png differ diff --git a/assets/png/1f4ef.png b/assets/png/1f4ef.png index e5e7b86da..c173b8dbd 100644 Binary files a/assets/png/1f4ef.png and b/assets/png/1f4ef.png differ diff --git a/assets/png/1f4f0.png b/assets/png/1f4f0.png index f6269f335..2aa8f060b 100644 Binary files a/assets/png/1f4f0.png and b/assets/png/1f4f0.png differ diff --git a/assets/png/1f4f1.png b/assets/png/1f4f1.png index 2d338167f..fd377acf8 100644 Binary files a/assets/png/1f4f1.png and b/assets/png/1f4f1.png differ diff --git a/assets/png/1f4f2.png b/assets/png/1f4f2.png index 6528363d3..e2f308f8e 100644 Binary files a/assets/png/1f4f2.png and b/assets/png/1f4f2.png differ diff --git a/assets/png/1f4f3.png b/assets/png/1f4f3.png index a3c86b155..cc46510e4 100644 Binary files a/assets/png/1f4f3.png and b/assets/png/1f4f3.png differ diff --git a/assets/png/1f4f4.png b/assets/png/1f4f4.png index cb5d77ef3..8b661ec1c 100644 Binary files a/assets/png/1f4f4.png and b/assets/png/1f4f4.png differ diff --git a/assets/png/1f4f5.png b/assets/png/1f4f5.png index 5f1a31fd7..7b1ae6ea5 100644 Binary files a/assets/png/1f4f5.png and b/assets/png/1f4f5.png differ diff --git a/assets/png/1f4f6.png b/assets/png/1f4f6.png index 40dcfb2d5..ee2b5a4b5 100644 Binary files a/assets/png/1f4f6.png and b/assets/png/1f4f6.png differ diff --git a/assets/png/1f4f7.png b/assets/png/1f4f7.png index 6a11bb95d..0a3429f72 100644 Binary files a/assets/png/1f4f7.png and b/assets/png/1f4f7.png differ diff --git a/assets/png/1f4f8.png b/assets/png/1f4f8.png index 83b4682fc..27471da20 100644 Binary files a/assets/png/1f4f8.png and b/assets/png/1f4f8.png differ diff --git a/assets/png/1f4f9.png b/assets/png/1f4f9.png index 10b6c9b3b..85b300d42 100644 Binary files a/assets/png/1f4f9.png and b/assets/png/1f4f9.png differ diff --git a/assets/png/1f4fa.png b/assets/png/1f4fa.png index b518c128b..999f1fb5c 100644 Binary files a/assets/png/1f4fa.png and b/assets/png/1f4fa.png differ diff --git a/assets/png/1f4fb.png b/assets/png/1f4fb.png index ca24271e0..dec381fa2 100644 Binary files a/assets/png/1f4fb.png and b/assets/png/1f4fb.png differ diff --git a/assets/png/1f4fc.png b/assets/png/1f4fc.png index 4a9873d24..b9eb78ecd 100644 Binary files a/assets/png/1f4fc.png and b/assets/png/1f4fc.png differ diff --git a/assets/png/1f4fd.png b/assets/png/1f4fd.png index 87452aa4b..ce9ab0daa 100644 Binary files a/assets/png/1f4fd.png and b/assets/png/1f4fd.png differ diff --git a/assets/png/1f4ff.png b/assets/png/1f4ff.png index 16ebde84a..a4b6dfcc6 100644 Binary files a/assets/png/1f4ff.png and b/assets/png/1f4ff.png differ diff --git a/assets/png/1f500.png b/assets/png/1f500.png index 50c4de38e..5904badde 100644 Binary files a/assets/png/1f500.png and b/assets/png/1f500.png differ diff --git a/assets/png/1f501.png b/assets/png/1f501.png index dbd1c313f..540ce4e0f 100644 Binary files a/assets/png/1f501.png and b/assets/png/1f501.png differ diff --git a/assets/png/1f502.png b/assets/png/1f502.png index 28aee78e3..9567e8333 100644 Binary files a/assets/png/1f502.png and b/assets/png/1f502.png differ diff --git a/assets/png/1f503.png b/assets/png/1f503.png index 8733e4bfd..26e49c383 100644 Binary files a/assets/png/1f503.png and b/assets/png/1f503.png differ diff --git a/assets/png/1f504.png b/assets/png/1f504.png index 56fbfd344..8d06d8e09 100644 Binary files a/assets/png/1f504.png and b/assets/png/1f504.png differ diff --git a/assets/png/1f505.png b/assets/png/1f505.png index d09c863d2..543011d39 100644 Binary files a/assets/png/1f505.png and b/assets/png/1f505.png differ diff --git a/assets/png/1f506.png b/assets/png/1f506.png index 857fec58e..c41f2d5fd 100644 Binary files a/assets/png/1f506.png and b/assets/png/1f506.png differ diff --git a/assets/png/1f507.png b/assets/png/1f507.png index fab2ce9d4..7c1788e50 100644 Binary files a/assets/png/1f507.png and b/assets/png/1f507.png differ diff --git a/assets/png/1f508.png b/assets/png/1f508.png index 56c88fb27..7bcffb8fc 100644 Binary files a/assets/png/1f508.png and b/assets/png/1f508.png differ diff --git a/assets/png/1f509.png b/assets/png/1f509.png index f414f108b..e75ddca53 100644 Binary files a/assets/png/1f509.png and b/assets/png/1f509.png differ diff --git a/assets/png/1f50a.png b/assets/png/1f50a.png index 40f2bf282..8370033a5 100644 Binary files a/assets/png/1f50a.png and b/assets/png/1f50a.png differ diff --git a/assets/png/1f50b.png b/assets/png/1f50b.png index a1c4cf2ae..f593e2bdb 100644 Binary files a/assets/png/1f50b.png and b/assets/png/1f50b.png differ diff --git a/assets/png/1f50c.png b/assets/png/1f50c.png index 6afd8452f..31d1eb215 100644 Binary files a/assets/png/1f50c.png and b/assets/png/1f50c.png differ diff --git a/assets/png/1f50d.png b/assets/png/1f50d.png index 72a18b37b..55487156a 100644 Binary files a/assets/png/1f50d.png and b/assets/png/1f50d.png differ diff --git a/assets/png/1f50e.png b/assets/png/1f50e.png index 426274270..0f4b1bca8 100644 Binary files a/assets/png/1f50e.png and b/assets/png/1f50e.png differ diff --git a/assets/png/1f50f.png b/assets/png/1f50f.png index 8c94b3f7f..19a07d162 100644 Binary files a/assets/png/1f50f.png and b/assets/png/1f50f.png differ diff --git a/assets/png/1f510.png b/assets/png/1f510.png index 4e4b67a30..1c1cd5d07 100644 Binary files a/assets/png/1f510.png and b/assets/png/1f510.png differ diff --git a/assets/png/1f511.png b/assets/png/1f511.png index 13601a4ff..319cd1b88 100644 Binary files a/assets/png/1f511.png and b/assets/png/1f511.png differ diff --git a/assets/png/1f512.png b/assets/png/1f512.png index 5bf6e1880..5a739c466 100644 Binary files a/assets/png/1f512.png and b/assets/png/1f512.png differ diff --git a/assets/png/1f513.png b/assets/png/1f513.png index ecc816dbf..4a74a6939 100644 Binary files a/assets/png/1f513.png and b/assets/png/1f513.png differ diff --git a/assets/png/1f514.png b/assets/png/1f514.png index 1ef1a1568..5b3b04619 100644 Binary files a/assets/png/1f514.png and b/assets/png/1f514.png differ diff --git a/assets/png/1f515.png b/assets/png/1f515.png index 9f688c507..15cb38dd1 100644 Binary files a/assets/png/1f515.png and b/assets/png/1f515.png differ diff --git a/assets/png/1f516.png b/assets/png/1f516.png index 298a433ac..bbb444611 100644 Binary files a/assets/png/1f516.png and b/assets/png/1f516.png differ diff --git a/assets/png/1f517.png b/assets/png/1f517.png index 42eb8d912..ae20f0f8e 100644 Binary files a/assets/png/1f517.png and b/assets/png/1f517.png differ diff --git a/assets/png/1f518.png b/assets/png/1f518.png index b7d253bb4..3a23449d9 100644 Binary files a/assets/png/1f518.png and b/assets/png/1f518.png differ diff --git a/assets/png/1f519.png b/assets/png/1f519.png index 86445dd8f..d32c5d4f1 100644 Binary files a/assets/png/1f519.png and b/assets/png/1f519.png differ diff --git a/assets/png/1f51a.png b/assets/png/1f51a.png index 80a266310..ef3ccd5f3 100644 Binary files a/assets/png/1f51a.png and b/assets/png/1f51a.png differ diff --git a/assets/png/1f51b.png b/assets/png/1f51b.png index 33971e893..a0c371ae2 100644 Binary files a/assets/png/1f51b.png and b/assets/png/1f51b.png differ diff --git a/assets/png/1f51c.png b/assets/png/1f51c.png index 637cb99c8..8cdfd8669 100644 Binary files a/assets/png/1f51c.png and b/assets/png/1f51c.png differ diff --git a/assets/png/1f51d.png b/assets/png/1f51d.png index f9533b61d..49dea8c08 100644 Binary files a/assets/png/1f51d.png and b/assets/png/1f51d.png differ diff --git a/assets/png/1f51e.png b/assets/png/1f51e.png index db6334e85..6dfe6da51 100644 Binary files a/assets/png/1f51e.png and b/assets/png/1f51e.png differ diff --git a/assets/png/1f51f.png b/assets/png/1f51f.png index ea9109e26..782d40049 100644 Binary files a/assets/png/1f51f.png and b/assets/png/1f51f.png differ diff --git a/assets/png/1f520.png b/assets/png/1f520.png index c9f277d7e..fe9482d2d 100644 Binary files a/assets/png/1f520.png and b/assets/png/1f520.png differ diff --git a/assets/png/1f521.png b/assets/png/1f521.png index 013595c78..0996a8705 100644 Binary files a/assets/png/1f521.png and b/assets/png/1f521.png differ diff --git a/assets/png/1f522.png b/assets/png/1f522.png index 83febf7ca..248dc7e55 100644 Binary files a/assets/png/1f522.png and b/assets/png/1f522.png differ diff --git a/assets/png/1f523.png b/assets/png/1f523.png index 3738eeb24..ac2fc1f35 100644 Binary files a/assets/png/1f523.png and b/assets/png/1f523.png differ diff --git a/assets/png/1f524.png b/assets/png/1f524.png index 3e2f8e3fa..7688de692 100644 Binary files a/assets/png/1f524.png and b/assets/png/1f524.png differ diff --git a/assets/png/1f525.png b/assets/png/1f525.png index 826a7147a..bd3775a46 100644 Binary files a/assets/png/1f525.png and b/assets/png/1f525.png differ diff --git a/assets/png/1f526.png b/assets/png/1f526.png index 61f4b538c..eee36c250 100644 Binary files a/assets/png/1f526.png and b/assets/png/1f526.png differ diff --git a/assets/png/1f527.png b/assets/png/1f527.png index b6293ca0f..c16b74396 100644 Binary files a/assets/png/1f527.png and b/assets/png/1f527.png differ diff --git a/assets/png/1f528.png b/assets/png/1f528.png index 5d33a5565..00736cce4 100644 Binary files a/assets/png/1f528.png and b/assets/png/1f528.png differ diff --git a/assets/png/1f529.png b/assets/png/1f529.png index 116c5887b..4b9ae1553 100644 Binary files a/assets/png/1f529.png and b/assets/png/1f529.png differ diff --git a/assets/png/1f52a.png b/assets/png/1f52a.png index fb470f996..1acb9f307 100644 Binary files a/assets/png/1f52a.png and b/assets/png/1f52a.png differ diff --git a/assets/png/1f52b.png b/assets/png/1f52b.png index 99012c214..89c5c244c 100644 Binary files a/assets/png/1f52b.png and b/assets/png/1f52b.png differ diff --git a/assets/png/1f52c.png b/assets/png/1f52c.png index f459ac34e..90f5acf6a 100644 Binary files a/assets/png/1f52c.png and b/assets/png/1f52c.png differ diff --git a/assets/png/1f52d.png b/assets/png/1f52d.png index ed921f149..d63154614 100644 Binary files a/assets/png/1f52d.png and b/assets/png/1f52d.png differ diff --git a/assets/png/1f52e.png b/assets/png/1f52e.png index 52440b07c..485d5c888 100644 Binary files a/assets/png/1f52e.png and b/assets/png/1f52e.png differ diff --git a/assets/png/1f52f.png b/assets/png/1f52f.png index 263160411..2eb170745 100644 Binary files a/assets/png/1f52f.png and b/assets/png/1f52f.png differ diff --git a/assets/png/1f530.png b/assets/png/1f530.png index d1254562e..bc434fb7c 100644 Binary files a/assets/png/1f530.png and b/assets/png/1f530.png differ diff --git a/assets/png/1f531.png b/assets/png/1f531.png index 4c8b0ff3f..777a1dad1 100644 Binary files a/assets/png/1f531.png and b/assets/png/1f531.png differ diff --git a/assets/png/1f532.png b/assets/png/1f532.png index 243b9450b..a78fc2f6b 100644 Binary files a/assets/png/1f532.png and b/assets/png/1f532.png differ diff --git a/assets/png/1f533.png b/assets/png/1f533.png index f2327ba26..934b1cedf 100644 Binary files a/assets/png/1f533.png and b/assets/png/1f533.png differ diff --git a/assets/png/1f535.png b/assets/png/1f535.png index 22467ac68..84078ef31 100644 Binary files a/assets/png/1f535.png and b/assets/png/1f535.png differ diff --git a/assets/png/1f536.png b/assets/png/1f536.png index 69effe302..73ff0ac36 100644 Binary files a/assets/png/1f536.png and b/assets/png/1f536.png differ diff --git a/assets/png/1f537.png b/assets/png/1f537.png index af5b0c4cf..416a58bd5 100644 Binary files a/assets/png/1f537.png and b/assets/png/1f537.png differ diff --git a/assets/png/1f538.png b/assets/png/1f538.png index ba58bcc10..e1c6ed9b2 100644 Binary files a/assets/png/1f538.png and b/assets/png/1f538.png differ diff --git a/assets/png/1f539.png b/assets/png/1f539.png index f6e21b59a..b86b5bc4d 100644 Binary files a/assets/png/1f539.png and b/assets/png/1f539.png differ diff --git a/assets/png/1f53a.png b/assets/png/1f53a.png index 39e58ef40..785887c19 100644 Binary files a/assets/png/1f53a.png and b/assets/png/1f53a.png differ diff --git a/assets/png/1f53b.png b/assets/png/1f53b.png index 9c0ac11b1..a83beff19 100644 Binary files a/assets/png/1f53b.png and b/assets/png/1f53b.png differ diff --git a/assets/png/1f53c.png b/assets/png/1f53c.png index 1aa5dd9f3..20a13dcd5 100644 Binary files a/assets/png/1f53c.png and b/assets/png/1f53c.png differ diff --git a/assets/png/1f53d.png b/assets/png/1f53d.png index 996939b47..5870b9a22 100644 Binary files a/assets/png/1f53d.png and b/assets/png/1f53d.png differ diff --git a/assets/png/1f549.png b/assets/png/1f549.png index 78a24e70a..a35c63c45 100644 Binary files a/assets/png/1f549.png and b/assets/png/1f549.png differ diff --git a/assets/png/1f54a.png b/assets/png/1f54a.png index c5c9611ef..9580c4917 100644 Binary files a/assets/png/1f54a.png and b/assets/png/1f54a.png differ diff --git a/assets/png/1f54b.png b/assets/png/1f54b.png index 4cc753e37..1778c1138 100644 Binary files a/assets/png/1f54b.png and b/assets/png/1f54b.png differ diff --git a/assets/png/1f54c.png b/assets/png/1f54c.png index 4e3dd287c..ef770b26d 100644 Binary files a/assets/png/1f54c.png and b/assets/png/1f54c.png differ diff --git a/assets/png/1f54d.png b/assets/png/1f54d.png index aee1c7abf..ee347904c 100644 Binary files a/assets/png/1f54d.png and b/assets/png/1f54d.png differ diff --git a/assets/png/1f54e.png b/assets/png/1f54e.png index 5371194b3..b42973628 100644 Binary files a/assets/png/1f54e.png and b/assets/png/1f54e.png differ diff --git a/assets/png/1f550.png b/assets/png/1f550.png index 719bc5c05..d6e34941f 100644 Binary files a/assets/png/1f550.png and b/assets/png/1f550.png differ diff --git a/assets/png/1f551.png b/assets/png/1f551.png index b41005846..a54253d7d 100644 Binary files a/assets/png/1f551.png and b/assets/png/1f551.png differ diff --git a/assets/png/1f552.png b/assets/png/1f552.png index a56ce9ad3..27ec4b1f5 100644 Binary files a/assets/png/1f552.png and b/assets/png/1f552.png differ diff --git a/assets/png/1f553.png b/assets/png/1f553.png index 115225a05..60a1ef4cc 100644 Binary files a/assets/png/1f553.png and b/assets/png/1f553.png differ diff --git a/assets/png/1f554.png b/assets/png/1f554.png index 8d27d19b2..c9382d1e0 100644 Binary files a/assets/png/1f554.png and b/assets/png/1f554.png differ diff --git a/assets/png/1f555.png b/assets/png/1f555.png index fb98b5fce..8fd5d3f5b 100644 Binary files a/assets/png/1f555.png and b/assets/png/1f555.png differ diff --git a/assets/png/1f556.png b/assets/png/1f556.png index a824483e9..8c7084036 100644 Binary files a/assets/png/1f556.png and b/assets/png/1f556.png differ diff --git a/assets/png/1f557.png b/assets/png/1f557.png index 052663ac7..fcddf722e 100644 Binary files a/assets/png/1f557.png and b/assets/png/1f557.png differ diff --git a/assets/png/1f558.png b/assets/png/1f558.png index 89ae9ae77..dfbe01179 100644 Binary files a/assets/png/1f558.png and b/assets/png/1f558.png differ diff --git a/assets/png/1f559.png b/assets/png/1f559.png index 90ab52716..e62b245cd 100644 Binary files a/assets/png/1f559.png and b/assets/png/1f559.png differ diff --git a/assets/png/1f55a.png b/assets/png/1f55a.png index ac7968c76..098334527 100644 Binary files a/assets/png/1f55a.png and b/assets/png/1f55a.png differ diff --git a/assets/png/1f55b.png b/assets/png/1f55b.png index bb090ce8c..e61caa4b3 100644 Binary files a/assets/png/1f55b.png and b/assets/png/1f55b.png differ diff --git a/assets/png/1f55c.png b/assets/png/1f55c.png index 466b734ff..86b7689b8 100644 Binary files a/assets/png/1f55c.png and b/assets/png/1f55c.png differ diff --git a/assets/png/1f55d.png b/assets/png/1f55d.png index 3d5f18c1e..7a787e018 100644 Binary files a/assets/png/1f55d.png and b/assets/png/1f55d.png differ diff --git a/assets/png/1f55e.png b/assets/png/1f55e.png index ee0799b69..c6860395c 100644 Binary files a/assets/png/1f55e.png and b/assets/png/1f55e.png differ diff --git a/assets/png/1f55f.png b/assets/png/1f55f.png index 6e5c7479f..3c05b3621 100644 Binary files a/assets/png/1f55f.png and b/assets/png/1f55f.png differ diff --git a/assets/png/1f560.png b/assets/png/1f560.png index 0814ba426..c21fa926d 100644 Binary files a/assets/png/1f560.png and b/assets/png/1f560.png differ diff --git a/assets/png/1f561.png b/assets/png/1f561.png index 788bfe8d0..2aec87fef 100644 Binary files a/assets/png/1f561.png and b/assets/png/1f561.png differ diff --git a/assets/png/1f562.png b/assets/png/1f562.png index 3c34ec525..f7a1135e0 100644 Binary files a/assets/png/1f562.png and b/assets/png/1f562.png differ diff --git a/assets/png/1f563.png b/assets/png/1f563.png index faa2301f3..799b4aebc 100644 Binary files a/assets/png/1f563.png and b/assets/png/1f563.png differ diff --git a/assets/png/1f564.png b/assets/png/1f564.png index 342ddc1e4..4a2092ee6 100644 Binary files a/assets/png/1f564.png and b/assets/png/1f564.png differ diff --git a/assets/png/1f565.png b/assets/png/1f565.png index 13a1cbd08..0802b3c65 100644 Binary files a/assets/png/1f565.png and b/assets/png/1f565.png differ diff --git a/assets/png/1f566.png b/assets/png/1f566.png index 7be126ffe..d970d03b8 100644 Binary files a/assets/png/1f566.png and b/assets/png/1f566.png differ diff --git a/assets/png/1f567.png b/assets/png/1f567.png index dc754b507..f2b1d2617 100644 Binary files a/assets/png/1f567.png and b/assets/png/1f567.png differ diff --git a/assets/png/1f56f.png b/assets/png/1f56f.png index 526bf3c9b..0b56444e3 100644 Binary files a/assets/png/1f56f.png and b/assets/png/1f56f.png differ diff --git a/assets/png/1f570.png b/assets/png/1f570.png index d0ec8b1d2..ffdb451e3 100644 Binary files a/assets/png/1f570.png and b/assets/png/1f570.png differ diff --git a/assets/png/1f573.png b/assets/png/1f573.png index 12fef27a0..517d2ae0d 100644 Binary files a/assets/png/1f573.png and b/assets/png/1f573.png differ diff --git a/assets/png/1f574.png b/assets/png/1f574.png index 639cb34f7..3dc315a3d 100644 Binary files a/assets/png/1f574.png and b/assets/png/1f574.png differ diff --git a/assets/png/1f575-1f3fb.png b/assets/png/1f575-1f3fb.png index 0974095f5..2d1c022ca 100644 Binary files a/assets/png/1f575-1f3fb.png and b/assets/png/1f575-1f3fb.png differ diff --git a/assets/png/1f575-1f3fc.png b/assets/png/1f575-1f3fc.png index 59403ab21..548b9c26f 100644 Binary files a/assets/png/1f575-1f3fc.png and b/assets/png/1f575-1f3fc.png differ diff --git a/assets/png/1f575-1f3fd.png b/assets/png/1f575-1f3fd.png index faba85736..b023f4b18 100644 Binary files a/assets/png/1f575-1f3fd.png and b/assets/png/1f575-1f3fd.png differ diff --git a/assets/png/1f575-1f3fe.png b/assets/png/1f575-1f3fe.png index f7d84d903..d8300af49 100644 Binary files a/assets/png/1f575-1f3fe.png and b/assets/png/1f575-1f3fe.png differ diff --git a/assets/png/1f575-1f3ff.png b/assets/png/1f575-1f3ff.png index ff255624e..ca1462595 100644 Binary files a/assets/png/1f575-1f3ff.png and b/assets/png/1f575-1f3ff.png differ diff --git a/assets/png/1f575.png b/assets/png/1f575.png index 71198e604..a729e9584 100644 Binary files a/assets/png/1f575.png and b/assets/png/1f575.png differ diff --git a/assets/png/1f576.png b/assets/png/1f576.png index babd845e2..b1b6db0ac 100644 Binary files a/assets/png/1f576.png and b/assets/png/1f576.png differ diff --git a/assets/png/1f577.png b/assets/png/1f577.png index e8fabdcac..3849fa90b 100644 Binary files a/assets/png/1f577.png and b/assets/png/1f577.png differ diff --git a/assets/png/1f578.png b/assets/png/1f578.png index b068ae736..ba448ee7f 100644 Binary files a/assets/png/1f578.png and b/assets/png/1f578.png differ diff --git a/assets/png/1f579.png b/assets/png/1f579.png index 3d2e5b8f4..1ee190543 100644 Binary files a/assets/png/1f579.png and b/assets/png/1f579.png differ diff --git a/assets/png/1f587.png b/assets/png/1f587.png index 43834857f..76021e8c7 100644 Binary files a/assets/png/1f587.png and b/assets/png/1f587.png differ diff --git a/assets/png/1f58a.png b/assets/png/1f58a.png index 18e8295b4..6ef7a3424 100644 Binary files a/assets/png/1f58a.png and b/assets/png/1f58a.png differ diff --git a/assets/png/1f58b.png b/assets/png/1f58b.png index 0b11b69de..3ca4bd2c2 100644 Binary files a/assets/png/1f58b.png and b/assets/png/1f58b.png differ diff --git a/assets/png/1f58c.png b/assets/png/1f58c.png index b6c156c40..28bffbaa3 100644 Binary files a/assets/png/1f58c.png and b/assets/png/1f58c.png differ diff --git a/assets/png/1f58d.png b/assets/png/1f58d.png index 13a966912..8d7b427aa 100644 Binary files a/assets/png/1f58d.png and b/assets/png/1f58d.png differ diff --git a/assets/png/1f590-1f3fb.png b/assets/png/1f590-1f3fb.png index bdafa72f4..a7888e6bd 100644 Binary files a/assets/png/1f590-1f3fb.png and b/assets/png/1f590-1f3fb.png differ diff --git a/assets/png/1f590-1f3fc.png b/assets/png/1f590-1f3fc.png index b95e0386e..cc10fbc27 100644 Binary files a/assets/png/1f590-1f3fc.png and b/assets/png/1f590-1f3fc.png differ diff --git a/assets/png/1f590-1f3fd.png b/assets/png/1f590-1f3fd.png index 22b807245..707236ae8 100644 Binary files a/assets/png/1f590-1f3fd.png and b/assets/png/1f590-1f3fd.png differ diff --git a/assets/png/1f590-1f3fe.png b/assets/png/1f590-1f3fe.png index 9c64bd7ab..1430df9c6 100644 Binary files a/assets/png/1f590-1f3fe.png and b/assets/png/1f590-1f3fe.png differ diff --git a/assets/png/1f590-1f3ff.png b/assets/png/1f590-1f3ff.png index 174907f3c..80bec971b 100644 Binary files a/assets/png/1f590-1f3ff.png and b/assets/png/1f590-1f3ff.png differ diff --git a/assets/png/1f590.png b/assets/png/1f590.png index 904d6c3ef..fb5ae8ebb 100644 Binary files a/assets/png/1f590.png and b/assets/png/1f590.png differ diff --git a/assets/png/1f595-1f3fb.png b/assets/png/1f595-1f3fb.png index 152596be6..61ef12a15 100644 Binary files a/assets/png/1f595-1f3fb.png and b/assets/png/1f595-1f3fb.png differ diff --git a/assets/png/1f595-1f3fc.png b/assets/png/1f595-1f3fc.png index 58839c8e4..c31a69be9 100644 Binary files a/assets/png/1f595-1f3fc.png and b/assets/png/1f595-1f3fc.png differ diff --git a/assets/png/1f595-1f3fd.png b/assets/png/1f595-1f3fd.png index 143f209cc..73ac216ce 100644 Binary files a/assets/png/1f595-1f3fd.png and b/assets/png/1f595-1f3fd.png differ diff --git a/assets/png/1f595-1f3fe.png b/assets/png/1f595-1f3fe.png index 3c24c9c59..80b8ab770 100644 Binary files a/assets/png/1f595-1f3fe.png and b/assets/png/1f595-1f3fe.png differ diff --git a/assets/png/1f595-1f3ff.png b/assets/png/1f595-1f3ff.png index 006627625..a8826b196 100644 Binary files a/assets/png/1f595-1f3ff.png and b/assets/png/1f595-1f3ff.png differ diff --git a/assets/png/1f595.png b/assets/png/1f595.png index 8d17a0749..697f7a25e 100644 Binary files a/assets/png/1f595.png and b/assets/png/1f595.png differ diff --git a/assets/png/1f596-1f3fb.png b/assets/png/1f596-1f3fb.png index 7aa0ae27a..8aff5d8fa 100644 Binary files a/assets/png/1f596-1f3fb.png and b/assets/png/1f596-1f3fb.png differ diff --git a/assets/png/1f596-1f3fc.png b/assets/png/1f596-1f3fc.png index 123daf1a0..82b7ad519 100644 Binary files a/assets/png/1f596-1f3fc.png and b/assets/png/1f596-1f3fc.png differ diff --git a/assets/png/1f596-1f3fd.png b/assets/png/1f596-1f3fd.png index 19bd12c7e..d1400e1dd 100644 Binary files a/assets/png/1f596-1f3fd.png and b/assets/png/1f596-1f3fd.png differ diff --git a/assets/png/1f596-1f3fe.png b/assets/png/1f596-1f3fe.png index da008efa9..47e2b2801 100644 Binary files a/assets/png/1f596-1f3fe.png and b/assets/png/1f596-1f3fe.png differ diff --git a/assets/png/1f596-1f3ff.png b/assets/png/1f596-1f3ff.png index 6500dfe93..60b5c6077 100644 Binary files a/assets/png/1f596-1f3ff.png and b/assets/png/1f596-1f3ff.png differ diff --git a/assets/png/1f596.png b/assets/png/1f596.png index 3781c0296..54728bcaf 100644 Binary files a/assets/png/1f596.png and b/assets/png/1f596.png differ diff --git a/assets/png/1f5a5.png b/assets/png/1f5a5.png index 21e41e3d0..909bd42b5 100644 Binary files a/assets/png/1f5a5.png and b/assets/png/1f5a5.png differ diff --git a/assets/png/1f5a8.png b/assets/png/1f5a8.png index 9db067852..027c830f0 100644 Binary files a/assets/png/1f5a8.png and b/assets/png/1f5a8.png differ diff --git a/assets/png/1f5b1.png b/assets/png/1f5b1.png index 998898375..e84e96ff6 100644 Binary files a/assets/png/1f5b1.png and b/assets/png/1f5b1.png differ diff --git a/assets/png/1f5b2.png b/assets/png/1f5b2.png index db07e86ae..3bea84ad7 100644 Binary files a/assets/png/1f5b2.png and b/assets/png/1f5b2.png differ diff --git a/assets/png/1f5bc.png b/assets/png/1f5bc.png index 5d8a1604e..9fe84607b 100644 Binary files a/assets/png/1f5bc.png and b/assets/png/1f5bc.png differ diff --git a/assets/png/1f5c2.png b/assets/png/1f5c2.png index 8f162232c..46a7e403f 100644 Binary files a/assets/png/1f5c2.png and b/assets/png/1f5c2.png differ diff --git a/assets/png/1f5c3.png b/assets/png/1f5c3.png index 1b5154099..f2e764ce5 100644 Binary files a/assets/png/1f5c3.png and b/assets/png/1f5c3.png differ diff --git a/assets/png/1f5c4.png b/assets/png/1f5c4.png index d0b2d2287..fddc65dde 100644 Binary files a/assets/png/1f5c4.png and b/assets/png/1f5c4.png differ diff --git a/assets/png/1f5d1.png b/assets/png/1f5d1.png index 6ee0ed622..2b3c484b4 100644 Binary files a/assets/png/1f5d1.png and b/assets/png/1f5d1.png differ diff --git a/assets/png/1f5d2.png b/assets/png/1f5d2.png index d6a5248f2..85faa10d8 100644 Binary files a/assets/png/1f5d2.png and b/assets/png/1f5d2.png differ diff --git a/assets/png/1f5d3.png b/assets/png/1f5d3.png index 11eac7eea..dec8d49bf 100644 Binary files a/assets/png/1f5d3.png and b/assets/png/1f5d3.png differ diff --git a/assets/png/1f5dc.png b/assets/png/1f5dc.png index 86f936292..d7eda7f36 100644 Binary files a/assets/png/1f5dc.png and b/assets/png/1f5dc.png differ diff --git a/assets/png/1f5dd.png b/assets/png/1f5dd.png index 4aa859e37..e11d706c6 100644 Binary files a/assets/png/1f5dd.png and b/assets/png/1f5dd.png differ diff --git a/assets/png/1f5de.png b/assets/png/1f5de.png index edff6b8ee..f64748df2 100644 Binary files a/assets/png/1f5de.png and b/assets/png/1f5de.png differ diff --git a/assets/png/1f5e1.png b/assets/png/1f5e1.png index 75aba89a6..66e97b0aa 100644 Binary files a/assets/png/1f5e1.png and b/assets/png/1f5e1.png differ diff --git a/assets/png/1f5e3.png b/assets/png/1f5e3.png index ca7fb62b2..2df93aaae 100644 Binary files a/assets/png/1f5e3.png and b/assets/png/1f5e3.png differ diff --git a/assets/png/1f5ef.png b/assets/png/1f5ef.png index 27e07f23c..f5c97c4d2 100644 Binary files a/assets/png/1f5ef.png and b/assets/png/1f5ef.png differ diff --git a/assets/png/1f5f3.png b/assets/png/1f5f3.png index 317a85924..9b6767aea 100644 Binary files a/assets/png/1f5f3.png and b/assets/png/1f5f3.png differ diff --git a/assets/png/1f5fa.png b/assets/png/1f5fa.png index 94925145d..15efe32c7 100644 Binary files a/assets/png/1f5fa.png and b/assets/png/1f5fa.png differ diff --git a/assets/png/1f5fb.png b/assets/png/1f5fb.png index 0f9bc1aca..88a547524 100644 Binary files a/assets/png/1f5fb.png and b/assets/png/1f5fb.png differ diff --git a/assets/png/1f5fc.png b/assets/png/1f5fc.png index 059eedc3c..37df7fc65 100644 Binary files a/assets/png/1f5fc.png and b/assets/png/1f5fc.png differ diff --git a/assets/png/1f5fd.png b/assets/png/1f5fd.png index d8a3b9a59..05df8289b 100644 Binary files a/assets/png/1f5fd.png and b/assets/png/1f5fd.png differ diff --git a/assets/png/1f5fe.png b/assets/png/1f5fe.png index 40dd18079..d86d0a59e 100644 Binary files a/assets/png/1f5fe.png and b/assets/png/1f5fe.png differ diff --git a/assets/png/1f5ff.png b/assets/png/1f5ff.png index 87911b97a..e6a7779c4 100644 Binary files a/assets/png/1f5ff.png and b/assets/png/1f5ff.png differ diff --git a/assets/png/1f600.png b/assets/png/1f600.png index 5457c7bec..3e8e0dab7 100644 Binary files a/assets/png/1f600.png and b/assets/png/1f600.png differ diff --git a/assets/png/1f601.png b/assets/png/1f601.png index 1449a4d40..418d94c81 100644 Binary files a/assets/png/1f601.png and b/assets/png/1f601.png differ diff --git a/assets/png/1f602.png b/assets/png/1f602.png index 6fcbc8709..0ba3b1859 100644 Binary files a/assets/png/1f602.png and b/assets/png/1f602.png differ diff --git a/assets/png/1f603.png b/assets/png/1f603.png index 5e69b434f..30957a659 100644 Binary files a/assets/png/1f603.png and b/assets/png/1f603.png differ diff --git a/assets/png/1f604.png b/assets/png/1f604.png index 5a0490e99..aa47ffe97 100644 Binary files a/assets/png/1f604.png and b/assets/png/1f604.png differ diff --git a/assets/png/1f605.png b/assets/png/1f605.png index 8472063f7..cb18d9c89 100644 Binary files a/assets/png/1f605.png and b/assets/png/1f605.png differ diff --git a/assets/png/1f606.png b/assets/png/1f606.png index d3360150b..d94e9505b 100644 Binary files a/assets/png/1f606.png and b/assets/png/1f606.png differ diff --git a/assets/png/1f607.png b/assets/png/1f607.png index b2d700479..57f515112 100644 Binary files a/assets/png/1f607.png and b/assets/png/1f607.png differ diff --git a/assets/png/1f608.png b/assets/png/1f608.png index fa7baa6e1..cc2c5f1ec 100644 Binary files a/assets/png/1f608.png and b/assets/png/1f608.png differ diff --git a/assets/png/1f609.png b/assets/png/1f609.png index f69e1f87f..7ea7810a3 100644 Binary files a/assets/png/1f609.png and b/assets/png/1f609.png differ diff --git a/assets/png/1f60a.png b/assets/png/1f60a.png index 41f4fd3b1..aac1a424a 100644 Binary files a/assets/png/1f60a.png and b/assets/png/1f60a.png differ diff --git a/assets/png/1f60b.png b/assets/png/1f60b.png index e99c1e5c7..2df15753c 100644 Binary files a/assets/png/1f60b.png and b/assets/png/1f60b.png differ diff --git a/assets/png/1f60c.png b/assets/png/1f60c.png index 0ff7e2364..715ad0bf5 100644 Binary files a/assets/png/1f60c.png and b/assets/png/1f60c.png differ diff --git a/assets/png/1f60d.png b/assets/png/1f60d.png index af21d68e9..73fbee29d 100644 Binary files a/assets/png/1f60d.png and b/assets/png/1f60d.png differ diff --git a/assets/png/1f60e.png b/assets/png/1f60e.png index bd9aa8cd5..200117351 100644 Binary files a/assets/png/1f60e.png and b/assets/png/1f60e.png differ diff --git a/assets/png/1f60f.png b/assets/png/1f60f.png index 1014a7d8b..878521099 100644 Binary files a/assets/png/1f60f.png and b/assets/png/1f60f.png differ diff --git a/assets/png/1f610.png b/assets/png/1f610.png index 590d790bd..065d193af 100644 Binary files a/assets/png/1f610.png and b/assets/png/1f610.png differ diff --git a/assets/png/1f611.png b/assets/png/1f611.png index e93769e07..2954017f6 100644 Binary files a/assets/png/1f611.png and b/assets/png/1f611.png differ diff --git a/assets/png/1f612.png b/assets/png/1f612.png index 075e950e3..25e3677f2 100644 Binary files a/assets/png/1f612.png and b/assets/png/1f612.png differ diff --git a/assets/png/1f613.png b/assets/png/1f613.png index 6703e64ba..f0dae7b78 100644 Binary files a/assets/png/1f613.png and b/assets/png/1f613.png differ diff --git a/assets/png/1f614.png b/assets/png/1f614.png index 84afe365f..490fb5669 100644 Binary files a/assets/png/1f614.png and b/assets/png/1f614.png differ diff --git a/assets/png/1f615.png b/assets/png/1f615.png index 7dbfab943..502b6bf0e 100644 Binary files a/assets/png/1f615.png and b/assets/png/1f615.png differ diff --git a/assets/png/1f616.png b/assets/png/1f616.png index 978686f79..aa4b29e93 100644 Binary files a/assets/png/1f616.png and b/assets/png/1f616.png differ diff --git a/assets/png/1f617.png b/assets/png/1f617.png index 8493c0053..39d325fd8 100644 Binary files a/assets/png/1f617.png and b/assets/png/1f617.png differ diff --git a/assets/png/1f618.png b/assets/png/1f618.png index 40ccac78d..0ff808fd6 100644 Binary files a/assets/png/1f618.png and b/assets/png/1f618.png differ diff --git a/assets/png/1f619.png b/assets/png/1f619.png index 533e9b707..e181f1709 100644 Binary files a/assets/png/1f619.png and b/assets/png/1f619.png differ diff --git a/assets/png/1f61a.png b/assets/png/1f61a.png index 24cc48384..b684d7d4d 100644 Binary files a/assets/png/1f61a.png and b/assets/png/1f61a.png differ diff --git a/assets/png/1f61b.png b/assets/png/1f61b.png index 09207a610..25757341f 100644 Binary files a/assets/png/1f61b.png and b/assets/png/1f61b.png differ diff --git a/assets/png/1f61c.png b/assets/png/1f61c.png index b03460bbf..4817eaa3d 100644 Binary files a/assets/png/1f61c.png and b/assets/png/1f61c.png differ diff --git a/assets/png/1f61d.png b/assets/png/1f61d.png index 747ec0c02..5c0401e9b 100644 Binary files a/assets/png/1f61d.png and b/assets/png/1f61d.png differ diff --git a/assets/png/1f61e.png b/assets/png/1f61e.png index d64131e4a..efe4e67e2 100644 Binary files a/assets/png/1f61e.png and b/assets/png/1f61e.png differ diff --git a/assets/png/1f61f.png b/assets/png/1f61f.png index eae356632..7074afcf5 100644 Binary files a/assets/png/1f61f.png and b/assets/png/1f61f.png differ diff --git a/assets/png/1f620.png b/assets/png/1f620.png index 757cb72d0..cfc4a6ecd 100644 Binary files a/assets/png/1f620.png and b/assets/png/1f620.png differ diff --git a/assets/png/1f621.png b/assets/png/1f621.png index 8af9ea000..9d739bd40 100644 Binary files a/assets/png/1f621.png and b/assets/png/1f621.png differ diff --git a/assets/png/1f622.png b/assets/png/1f622.png index 41b889255..b7877f8a1 100644 Binary files a/assets/png/1f622.png and b/assets/png/1f622.png differ diff --git a/assets/png/1f623.png b/assets/png/1f623.png index 19ae7dd83..646a05fe9 100644 Binary files a/assets/png/1f623.png and b/assets/png/1f623.png differ diff --git a/assets/png/1f624.png b/assets/png/1f624.png index 51d59491f..0be7a5019 100644 Binary files a/assets/png/1f624.png and b/assets/png/1f624.png differ diff --git a/assets/png/1f625.png b/assets/png/1f625.png index 20983086b..aef864d2b 100644 Binary files a/assets/png/1f625.png and b/assets/png/1f625.png differ diff --git a/assets/png/1f626.png b/assets/png/1f626.png index 4587cf6f2..43ab6b0a1 100644 Binary files a/assets/png/1f626.png and b/assets/png/1f626.png differ diff --git a/assets/png/1f627.png b/assets/png/1f627.png index c8e673383..f99026a3b 100644 Binary files a/assets/png/1f627.png and b/assets/png/1f627.png differ diff --git a/assets/png/1f628.png b/assets/png/1f628.png index 27709d0ca..eb8b347ce 100644 Binary files a/assets/png/1f628.png and b/assets/png/1f628.png differ diff --git a/assets/png/1f629.png b/assets/png/1f629.png index 465ccdf97..98bfbd24a 100644 Binary files a/assets/png/1f629.png and b/assets/png/1f629.png differ diff --git a/assets/png/1f62a.png b/assets/png/1f62a.png index ad2dfec8d..836b41077 100644 Binary files a/assets/png/1f62a.png and b/assets/png/1f62a.png differ diff --git a/assets/png/1f62b.png b/assets/png/1f62b.png index a9b02cfaa..4e01eff5b 100644 Binary files a/assets/png/1f62b.png and b/assets/png/1f62b.png differ diff --git a/assets/png/1f62c.png b/assets/png/1f62c.png index 7f907969a..871b2f071 100644 Binary files a/assets/png/1f62c.png and b/assets/png/1f62c.png differ diff --git a/assets/png/1f62d.png b/assets/png/1f62d.png index 574110d6a..52e3517a1 100644 Binary files a/assets/png/1f62d.png and b/assets/png/1f62d.png differ diff --git a/assets/png/1f62e.png b/assets/png/1f62e.png index b78e2b12a..a62cd27e1 100644 Binary files a/assets/png/1f62e.png and b/assets/png/1f62e.png differ diff --git a/assets/png/1f62f.png b/assets/png/1f62f.png index 70ab9ccaa..cad0e2313 100644 Binary files a/assets/png/1f62f.png and b/assets/png/1f62f.png differ diff --git a/assets/png/1f630.png b/assets/png/1f630.png index 263f80332..85b2231bb 100644 Binary files a/assets/png/1f630.png and b/assets/png/1f630.png differ diff --git a/assets/png/1f631.png b/assets/png/1f631.png index d72d1a21d..c3bea9f25 100644 Binary files a/assets/png/1f631.png and b/assets/png/1f631.png differ diff --git a/assets/png/1f632.png b/assets/png/1f632.png index 209ababbe..bd0ac55ec 100644 Binary files a/assets/png/1f632.png and b/assets/png/1f632.png differ diff --git a/assets/png/1f633.png b/assets/png/1f633.png index 72e76fab9..829220bc4 100644 Binary files a/assets/png/1f633.png and b/assets/png/1f633.png differ diff --git a/assets/png/1f634.png b/assets/png/1f634.png index 3cb76b8ac..9ecf600d6 100644 Binary files a/assets/png/1f634.png and b/assets/png/1f634.png differ diff --git a/assets/png/1f635.png b/assets/png/1f635.png index ead8e901b..3120316ab 100644 Binary files a/assets/png/1f635.png and b/assets/png/1f635.png differ diff --git a/assets/png/1f636.png b/assets/png/1f636.png index 72fed851f..b642f6c11 100644 Binary files a/assets/png/1f636.png and b/assets/png/1f636.png differ diff --git a/assets/png/1f637.png b/assets/png/1f637.png index 5de9cf9af..1e800acd1 100644 Binary files a/assets/png/1f637.png and b/assets/png/1f637.png differ diff --git a/assets/png/1f638.png b/assets/png/1f638.png index d37a8c574..6f25f11dd 100644 Binary files a/assets/png/1f638.png and b/assets/png/1f638.png differ diff --git a/assets/png/1f639.png b/assets/png/1f639.png index 9f7aefe9b..aac353179 100644 Binary files a/assets/png/1f639.png and b/assets/png/1f639.png differ diff --git a/assets/png/1f63a.png b/assets/png/1f63a.png index 71f936dbe..163b57a34 100644 Binary files a/assets/png/1f63a.png and b/assets/png/1f63a.png differ diff --git a/assets/png/1f63b.png b/assets/png/1f63b.png index 28faee75e..bc5a833f9 100644 Binary files a/assets/png/1f63b.png and b/assets/png/1f63b.png differ diff --git a/assets/png/1f63c.png b/assets/png/1f63c.png index 0caa616ce..9ac5954c1 100644 Binary files a/assets/png/1f63c.png and b/assets/png/1f63c.png differ diff --git a/assets/png/1f63d.png b/assets/png/1f63d.png index 2350d4bbd..6e0bcc775 100644 Binary files a/assets/png/1f63d.png and b/assets/png/1f63d.png differ diff --git a/assets/png/1f63e.png b/assets/png/1f63e.png index 809b2840a..41ddfeab4 100644 Binary files a/assets/png/1f63e.png and b/assets/png/1f63e.png differ diff --git a/assets/png/1f63f.png b/assets/png/1f63f.png index b00d0355d..b4f49715e 100644 Binary files a/assets/png/1f63f.png and b/assets/png/1f63f.png differ diff --git a/assets/png/1f640.png b/assets/png/1f640.png index 9133f7615..15803ad8e 100644 Binary files a/assets/png/1f640.png and b/assets/png/1f640.png differ diff --git a/assets/png/1f641.png b/assets/png/1f641.png index 4647a2f25..b2f1d983d 100644 Binary files a/assets/png/1f641.png and b/assets/png/1f641.png differ diff --git a/assets/png/1f642.png b/assets/png/1f642.png index 11876302f..ddd7d65dd 100644 Binary files a/assets/png/1f642.png and b/assets/png/1f642.png differ diff --git a/assets/png/1f643.png b/assets/png/1f643.png index 9515e6f4f..128f31c98 100644 Binary files a/assets/png/1f643.png and b/assets/png/1f643.png differ diff --git a/assets/png/1f644.png b/assets/png/1f644.png index 2782fd08c..2f77b9fc3 100644 Binary files a/assets/png/1f644.png and b/assets/png/1f644.png differ diff --git a/assets/png/1f645-1f3fb.png b/assets/png/1f645-1f3fb.png index 727dfbe0a..5c1a3cbb8 100644 Binary files a/assets/png/1f645-1f3fb.png and b/assets/png/1f645-1f3fb.png differ diff --git a/assets/png/1f645-1f3fc.png b/assets/png/1f645-1f3fc.png index 3304afe88..80d8021f8 100644 Binary files a/assets/png/1f645-1f3fc.png and b/assets/png/1f645-1f3fc.png differ diff --git a/assets/png/1f645-1f3fd.png b/assets/png/1f645-1f3fd.png index 150a7765f..635e6a008 100644 Binary files a/assets/png/1f645-1f3fd.png and b/assets/png/1f645-1f3fd.png differ diff --git a/assets/png/1f645-1f3fe.png b/assets/png/1f645-1f3fe.png index 38cd9f39b..b96e412a3 100644 Binary files a/assets/png/1f645-1f3fe.png and b/assets/png/1f645-1f3fe.png differ diff --git a/assets/png/1f645-1f3ff.png b/assets/png/1f645-1f3ff.png index f28d86173..9a7084afa 100644 Binary files a/assets/png/1f645-1f3ff.png and b/assets/png/1f645-1f3ff.png differ diff --git a/assets/png/1f645.png b/assets/png/1f645.png index 869bea578..ed5771003 100644 Binary files a/assets/png/1f645.png and b/assets/png/1f645.png differ diff --git a/assets/png/1f646-1f3fb.png b/assets/png/1f646-1f3fb.png index 73193761a..c99543e78 100644 Binary files a/assets/png/1f646-1f3fb.png and b/assets/png/1f646-1f3fb.png differ diff --git a/assets/png/1f646-1f3fc.png b/assets/png/1f646-1f3fc.png index 253290f78..ad5fae813 100644 Binary files a/assets/png/1f646-1f3fc.png and b/assets/png/1f646-1f3fc.png differ diff --git a/assets/png/1f646-1f3fd.png b/assets/png/1f646-1f3fd.png index 746fc58b6..51bf4fab4 100644 Binary files a/assets/png/1f646-1f3fd.png and b/assets/png/1f646-1f3fd.png differ diff --git a/assets/png/1f646-1f3fe.png b/assets/png/1f646-1f3fe.png index 105b6c397..ee3f9dc64 100644 Binary files a/assets/png/1f646-1f3fe.png and b/assets/png/1f646-1f3fe.png differ diff --git a/assets/png/1f646-1f3ff.png b/assets/png/1f646-1f3ff.png index bb27385f1..62a9d9237 100644 Binary files a/assets/png/1f646-1f3ff.png and b/assets/png/1f646-1f3ff.png differ diff --git a/assets/png/1f646.png b/assets/png/1f646.png index 10b5a343f..90a2c7469 100644 Binary files a/assets/png/1f646.png and b/assets/png/1f646.png differ diff --git a/assets/png/1f647-1f3fb.png b/assets/png/1f647-1f3fb.png index 4fefde5d3..87afb7b54 100644 Binary files a/assets/png/1f647-1f3fb.png and b/assets/png/1f647-1f3fb.png differ diff --git a/assets/png/1f647-1f3fc.png b/assets/png/1f647-1f3fc.png index 07b43cdc3..3ccf7dc08 100644 Binary files a/assets/png/1f647-1f3fc.png and b/assets/png/1f647-1f3fc.png differ diff --git a/assets/png/1f647-1f3fd.png b/assets/png/1f647-1f3fd.png index d0e5b8dd1..8b9eb64f9 100644 Binary files a/assets/png/1f647-1f3fd.png and b/assets/png/1f647-1f3fd.png differ diff --git a/assets/png/1f647-1f3fe.png b/assets/png/1f647-1f3fe.png index 5e2087fcb..683795ff4 100644 Binary files a/assets/png/1f647-1f3fe.png and b/assets/png/1f647-1f3fe.png differ diff --git a/assets/png/1f647-1f3ff.png b/assets/png/1f647-1f3ff.png index 2b2219d05..7969d9717 100644 Binary files a/assets/png/1f647-1f3ff.png and b/assets/png/1f647-1f3ff.png differ diff --git a/assets/png/1f647.png b/assets/png/1f647.png index 84b810c52..d8f793088 100644 Binary files a/assets/png/1f647.png and b/assets/png/1f647.png differ diff --git a/assets/png/1f648.png b/assets/png/1f648.png index 598af4a2a..5187e4745 100644 Binary files a/assets/png/1f648.png and b/assets/png/1f648.png differ diff --git a/assets/png/1f649.png b/assets/png/1f649.png index 674aa257b..74b6be0c6 100644 Binary files a/assets/png/1f649.png and b/assets/png/1f649.png differ diff --git a/assets/png/1f64a.png b/assets/png/1f64a.png index 5c12eeba2..9d9e07c97 100644 Binary files a/assets/png/1f64a.png and b/assets/png/1f64a.png differ diff --git a/assets/png/1f64b-1f3fb.png b/assets/png/1f64b-1f3fb.png index fb90baff5..1c90e3e26 100644 Binary files a/assets/png/1f64b-1f3fb.png and b/assets/png/1f64b-1f3fb.png differ diff --git a/assets/png/1f64b-1f3fc.png b/assets/png/1f64b-1f3fc.png index c7f12e9aa..82c3ef2bf 100644 Binary files a/assets/png/1f64b-1f3fc.png and b/assets/png/1f64b-1f3fc.png differ diff --git a/assets/png/1f64b-1f3fd.png b/assets/png/1f64b-1f3fd.png index 6103a74f9..1b1da2aa0 100644 Binary files a/assets/png/1f64b-1f3fd.png and b/assets/png/1f64b-1f3fd.png differ diff --git a/assets/png/1f64b-1f3fe.png b/assets/png/1f64b-1f3fe.png index 68351f60d..e453855c0 100644 Binary files a/assets/png/1f64b-1f3fe.png and b/assets/png/1f64b-1f3fe.png differ diff --git a/assets/png/1f64b-1f3ff.png b/assets/png/1f64b-1f3ff.png index 49c97786b..b86200fd8 100644 Binary files a/assets/png/1f64b-1f3ff.png and b/assets/png/1f64b-1f3ff.png differ diff --git a/assets/png/1f64b.png b/assets/png/1f64b.png index aab7e50da..2880708c0 100644 Binary files a/assets/png/1f64b.png and b/assets/png/1f64b.png differ diff --git a/assets/png/1f64c-1f3fb.png b/assets/png/1f64c-1f3fb.png index 56f291183..1168b8236 100644 Binary files a/assets/png/1f64c-1f3fb.png and b/assets/png/1f64c-1f3fb.png differ diff --git a/assets/png/1f64c-1f3fc.png b/assets/png/1f64c-1f3fc.png index 070047ca1..322de6229 100644 Binary files a/assets/png/1f64c-1f3fc.png and b/assets/png/1f64c-1f3fc.png differ diff --git a/assets/png/1f64c-1f3fd.png b/assets/png/1f64c-1f3fd.png index 4a678d34b..2aa24e05a 100644 Binary files a/assets/png/1f64c-1f3fd.png and b/assets/png/1f64c-1f3fd.png differ diff --git a/assets/png/1f64c-1f3fe.png b/assets/png/1f64c-1f3fe.png index 8ecd3f9ea..f31bf0db9 100644 Binary files a/assets/png/1f64c-1f3fe.png and b/assets/png/1f64c-1f3fe.png differ diff --git a/assets/png/1f64c-1f3ff.png b/assets/png/1f64c-1f3ff.png index 7f9612142..5e95067f9 100644 Binary files a/assets/png/1f64c-1f3ff.png and b/assets/png/1f64c-1f3ff.png differ diff --git a/assets/png/1f64c.png b/assets/png/1f64c.png index 27826a1f4..c0155f728 100644 Binary files a/assets/png/1f64c.png and b/assets/png/1f64c.png differ diff --git a/assets/png/1f64d-1f3fb.png b/assets/png/1f64d-1f3fb.png index c86dfeba8..21d3bb439 100644 Binary files a/assets/png/1f64d-1f3fb.png and b/assets/png/1f64d-1f3fb.png differ diff --git a/assets/png/1f64d-1f3fc.png b/assets/png/1f64d-1f3fc.png index 799bb6814..973f5fc83 100644 Binary files a/assets/png/1f64d-1f3fc.png and b/assets/png/1f64d-1f3fc.png differ diff --git a/assets/png/1f64d-1f3fd.png b/assets/png/1f64d-1f3fd.png index 23a3b0bb6..41fbcc788 100644 Binary files a/assets/png/1f64d-1f3fd.png and b/assets/png/1f64d-1f3fd.png differ diff --git a/assets/png/1f64d-1f3fe.png b/assets/png/1f64d-1f3fe.png index 07a6da511..5a37c7410 100644 Binary files a/assets/png/1f64d-1f3fe.png and b/assets/png/1f64d-1f3fe.png differ diff --git a/assets/png/1f64d-1f3ff.png b/assets/png/1f64d-1f3ff.png index 811927374..e08141f3e 100644 Binary files a/assets/png/1f64d-1f3ff.png and b/assets/png/1f64d-1f3ff.png differ diff --git a/assets/png/1f64d.png b/assets/png/1f64d.png index 326663ff2..579324959 100644 Binary files a/assets/png/1f64d.png and b/assets/png/1f64d.png differ diff --git a/assets/png/1f64e-1f3fb.png b/assets/png/1f64e-1f3fb.png index ff7fe1bfd..57e826b75 100644 Binary files a/assets/png/1f64e-1f3fb.png and b/assets/png/1f64e-1f3fb.png differ diff --git a/assets/png/1f64e-1f3fc.png b/assets/png/1f64e-1f3fc.png index 05fd90d99..3f317c0c2 100644 Binary files a/assets/png/1f64e-1f3fc.png and b/assets/png/1f64e-1f3fc.png differ diff --git a/assets/png/1f64e-1f3fd.png b/assets/png/1f64e-1f3fd.png index 2f80c1aa2..d2fbb6c20 100644 Binary files a/assets/png/1f64e-1f3fd.png and b/assets/png/1f64e-1f3fd.png differ diff --git a/assets/png/1f64e-1f3fe.png b/assets/png/1f64e-1f3fe.png index 079ecd87d..643ceb4a5 100644 Binary files a/assets/png/1f64e-1f3fe.png and b/assets/png/1f64e-1f3fe.png differ diff --git a/assets/png/1f64e-1f3ff.png b/assets/png/1f64e-1f3ff.png index bb0fc7216..b2eb6859c 100644 Binary files a/assets/png/1f64e-1f3ff.png and b/assets/png/1f64e-1f3ff.png differ diff --git a/assets/png/1f64e.png b/assets/png/1f64e.png index bb404ca93..10eb05710 100644 Binary files a/assets/png/1f64e.png and b/assets/png/1f64e.png differ diff --git a/assets/png/1f64f-1f3fb.png b/assets/png/1f64f-1f3fb.png index 05ca24670..060ef2571 100644 Binary files a/assets/png/1f64f-1f3fb.png and b/assets/png/1f64f-1f3fb.png differ diff --git a/assets/png/1f64f-1f3fc.png b/assets/png/1f64f-1f3fc.png index 3bab6dc95..56dc607c0 100644 Binary files a/assets/png/1f64f-1f3fc.png and b/assets/png/1f64f-1f3fc.png differ diff --git a/assets/png/1f64f-1f3fd.png b/assets/png/1f64f-1f3fd.png index 9710ad245..0f33b8620 100644 Binary files a/assets/png/1f64f-1f3fd.png and b/assets/png/1f64f-1f3fd.png differ diff --git a/assets/png/1f64f-1f3fe.png b/assets/png/1f64f-1f3fe.png index bcaa95f1a..2ea8dc116 100644 Binary files a/assets/png/1f64f-1f3fe.png and b/assets/png/1f64f-1f3fe.png differ diff --git a/assets/png/1f64f-1f3ff.png b/assets/png/1f64f-1f3ff.png index 3f0b535f5..2128a6c47 100644 Binary files a/assets/png/1f64f-1f3ff.png and b/assets/png/1f64f-1f3ff.png differ diff --git a/assets/png/1f64f.png b/assets/png/1f64f.png index 9f2974ece..8347f2435 100644 Binary files a/assets/png/1f64f.png and b/assets/png/1f64f.png differ diff --git a/assets/png/1f680.png b/assets/png/1f680.png index 3f00579ad..0d8da089a 100644 Binary files a/assets/png/1f680.png and b/assets/png/1f680.png differ diff --git a/assets/png/1f681.png b/assets/png/1f681.png index 8ca9d0fd6..7ec5f39a5 100644 Binary files a/assets/png/1f681.png and b/assets/png/1f681.png differ diff --git a/assets/png/1f682.png b/assets/png/1f682.png index 50a039462..9ac0d999c 100644 Binary files a/assets/png/1f682.png and b/assets/png/1f682.png differ diff --git a/assets/png/1f683.png b/assets/png/1f683.png index c813d145b..a9acbf130 100644 Binary files a/assets/png/1f683.png and b/assets/png/1f683.png differ diff --git a/assets/png/1f684.png b/assets/png/1f684.png index 75eea394d..ed61c67bf 100644 Binary files a/assets/png/1f684.png and b/assets/png/1f684.png differ diff --git a/assets/png/1f685.png b/assets/png/1f685.png index ff6206efc..4f698e056 100644 Binary files a/assets/png/1f685.png and b/assets/png/1f685.png differ diff --git a/assets/png/1f686.png b/assets/png/1f686.png index 282c18f4b..367c7bc5d 100644 Binary files a/assets/png/1f686.png and b/assets/png/1f686.png differ diff --git a/assets/png/1f687.png b/assets/png/1f687.png index 75566e372..1de8f0551 100644 Binary files a/assets/png/1f687.png and b/assets/png/1f687.png differ diff --git a/assets/png/1f688.png b/assets/png/1f688.png index 54cd96faf..a64829f50 100644 Binary files a/assets/png/1f688.png and b/assets/png/1f688.png differ diff --git a/assets/png/1f689.png b/assets/png/1f689.png index 69ee7525f..5c26fee52 100644 Binary files a/assets/png/1f689.png and b/assets/png/1f689.png differ diff --git a/assets/png/1f68a.png b/assets/png/1f68a.png index f497f758d..b6f0e6903 100644 Binary files a/assets/png/1f68a.png and b/assets/png/1f68a.png differ diff --git a/assets/png/1f68b.png b/assets/png/1f68b.png index cb6a47075..3c80321f7 100644 Binary files a/assets/png/1f68b.png and b/assets/png/1f68b.png differ diff --git a/assets/png/1f68c.png b/assets/png/1f68c.png index 0a5db9f7b..641ddc56c 100644 Binary files a/assets/png/1f68c.png and b/assets/png/1f68c.png differ diff --git a/assets/png/1f68d.png b/assets/png/1f68d.png index d8d072854..ad91e256c 100644 Binary files a/assets/png/1f68d.png and b/assets/png/1f68d.png differ diff --git a/assets/png/1f68e.png b/assets/png/1f68e.png index 9fe21dab2..139a9931b 100644 Binary files a/assets/png/1f68e.png and b/assets/png/1f68e.png differ diff --git a/assets/png/1f68f.png b/assets/png/1f68f.png index b4f32e88e..b2b62208b 100644 Binary files a/assets/png/1f68f.png and b/assets/png/1f68f.png differ diff --git a/assets/png/1f690.png b/assets/png/1f690.png index 1f341abaa..c60dd8f47 100644 Binary files a/assets/png/1f690.png and b/assets/png/1f690.png differ diff --git a/assets/png/1f691.png b/assets/png/1f691.png index 92889cf94..6fb8076d7 100644 Binary files a/assets/png/1f691.png and b/assets/png/1f691.png differ diff --git a/assets/png/1f692.png b/assets/png/1f692.png index da64cf9a5..2cd45b7cf 100644 Binary files a/assets/png/1f692.png and b/assets/png/1f692.png differ diff --git a/assets/png/1f693.png b/assets/png/1f693.png index 9cbdc8f10..3da4253de 100644 Binary files a/assets/png/1f693.png and b/assets/png/1f693.png differ diff --git a/assets/png/1f694.png b/assets/png/1f694.png index 6b2096613..c9109c85b 100644 Binary files a/assets/png/1f694.png and b/assets/png/1f694.png differ diff --git a/assets/png/1f695.png b/assets/png/1f695.png index 9017d5b5a..55f4cc847 100644 Binary files a/assets/png/1f695.png and b/assets/png/1f695.png differ diff --git a/assets/png/1f696.png b/assets/png/1f696.png index 6ed7b242f..fea14e458 100644 Binary files a/assets/png/1f696.png and b/assets/png/1f696.png differ diff --git a/assets/png/1f697.png b/assets/png/1f697.png index 2be3b332d..b3e6a774d 100644 Binary files a/assets/png/1f697.png and b/assets/png/1f697.png differ diff --git a/assets/png/1f698.png b/assets/png/1f698.png index 17da48089..3c7e1d52e 100644 Binary files a/assets/png/1f698.png and b/assets/png/1f698.png differ diff --git a/assets/png/1f699.png b/assets/png/1f699.png index 88981249c..e8ba817d3 100644 Binary files a/assets/png/1f699.png and b/assets/png/1f699.png differ diff --git a/assets/png/1f69a.png b/assets/png/1f69a.png index 3604755c0..130de047f 100644 Binary files a/assets/png/1f69a.png and b/assets/png/1f69a.png differ diff --git a/assets/png/1f69b.png b/assets/png/1f69b.png index 2fef38b03..c82173171 100644 Binary files a/assets/png/1f69b.png and b/assets/png/1f69b.png differ diff --git a/assets/png/1f69c.png b/assets/png/1f69c.png index 464c67af3..c1bf8cae4 100644 Binary files a/assets/png/1f69c.png and b/assets/png/1f69c.png differ diff --git a/assets/png/1f69d.png b/assets/png/1f69d.png index 5e4eface3..11eb1f574 100644 Binary files a/assets/png/1f69d.png and b/assets/png/1f69d.png differ diff --git a/assets/png/1f69e.png b/assets/png/1f69e.png index 51f05e0ef..ade2218e4 100644 Binary files a/assets/png/1f69e.png and b/assets/png/1f69e.png differ diff --git a/assets/png/1f69f.png b/assets/png/1f69f.png index eabcceccd..a59d5f48c 100644 Binary files a/assets/png/1f69f.png and b/assets/png/1f69f.png differ diff --git a/assets/png/1f6a0.png b/assets/png/1f6a0.png index ccde11c1b..1dea73ca5 100644 Binary files a/assets/png/1f6a0.png and b/assets/png/1f6a0.png differ diff --git a/assets/png/1f6a1.png b/assets/png/1f6a1.png index 8afef20f1..3eb4b61bf 100644 Binary files a/assets/png/1f6a1.png and b/assets/png/1f6a1.png differ diff --git a/assets/png/1f6a2.png b/assets/png/1f6a2.png index f5256c433..62d54f7d6 100644 Binary files a/assets/png/1f6a2.png and b/assets/png/1f6a2.png differ diff --git a/assets/png/1f6a3-1f3fb.png b/assets/png/1f6a3-1f3fb.png index c70a0cb8e..5e5d18548 100644 Binary files a/assets/png/1f6a3-1f3fb.png and b/assets/png/1f6a3-1f3fb.png differ diff --git a/assets/png/1f6a3-1f3fc.png b/assets/png/1f6a3-1f3fc.png index cc10a4b27..9b123ef88 100644 Binary files a/assets/png/1f6a3-1f3fc.png and b/assets/png/1f6a3-1f3fc.png differ diff --git a/assets/png/1f6a3-1f3fd.png b/assets/png/1f6a3-1f3fd.png index efcb2812a..8ebd89a55 100644 Binary files a/assets/png/1f6a3-1f3fd.png and b/assets/png/1f6a3-1f3fd.png differ diff --git a/assets/png/1f6a3-1f3fe.png b/assets/png/1f6a3-1f3fe.png index 940c23841..2b0d04f87 100644 Binary files a/assets/png/1f6a3-1f3fe.png and b/assets/png/1f6a3-1f3fe.png differ diff --git a/assets/png/1f6a3-1f3ff.png b/assets/png/1f6a3-1f3ff.png index 3102aa265..b346f2dfc 100644 Binary files a/assets/png/1f6a3-1f3ff.png and b/assets/png/1f6a3-1f3ff.png differ diff --git a/assets/png/1f6a3.png b/assets/png/1f6a3.png index 7c5ca57f5..dd4dfc095 100644 Binary files a/assets/png/1f6a3.png and b/assets/png/1f6a3.png differ diff --git a/assets/png/1f6a4.png b/assets/png/1f6a4.png index 841158d51..74059d12d 100644 Binary files a/assets/png/1f6a4.png and b/assets/png/1f6a4.png differ diff --git a/assets/png/1f6a5.png b/assets/png/1f6a5.png index b84e4b2d3..6b312285b 100644 Binary files a/assets/png/1f6a5.png and b/assets/png/1f6a5.png differ diff --git a/assets/png/1f6a6.png b/assets/png/1f6a6.png index 1fcba9327..8085973ee 100644 Binary files a/assets/png/1f6a6.png and b/assets/png/1f6a6.png differ diff --git a/assets/png/1f6a7.png b/assets/png/1f6a7.png index 5e037efcb..ef8db5f47 100644 Binary files a/assets/png/1f6a7.png and b/assets/png/1f6a7.png differ diff --git a/assets/png/1f6a8.png b/assets/png/1f6a8.png index f2555b0b6..cad66b0af 100644 Binary files a/assets/png/1f6a8.png and b/assets/png/1f6a8.png differ diff --git a/assets/png/1f6a9.png b/assets/png/1f6a9.png index 12274b264..c12d8b068 100644 Binary files a/assets/png/1f6a9.png and b/assets/png/1f6a9.png differ diff --git a/assets/png/1f6aa.png b/assets/png/1f6aa.png index 159352e16..36ae3e274 100644 Binary files a/assets/png/1f6aa.png and b/assets/png/1f6aa.png differ diff --git a/assets/png/1f6ab.png b/assets/png/1f6ab.png index cc65ecb04..d2efd65e7 100644 Binary files a/assets/png/1f6ab.png and b/assets/png/1f6ab.png differ diff --git a/assets/png/1f6ac.png b/assets/png/1f6ac.png index da747a8fb..910f648c8 100644 Binary files a/assets/png/1f6ac.png and b/assets/png/1f6ac.png differ diff --git a/assets/png/1f6ad.png b/assets/png/1f6ad.png index 062504ba3..586b8d29d 100644 Binary files a/assets/png/1f6ad.png and b/assets/png/1f6ad.png differ diff --git a/assets/png/1f6ae.png b/assets/png/1f6ae.png index c08b7f60d..82a84f9a3 100644 Binary files a/assets/png/1f6ae.png and b/assets/png/1f6ae.png differ diff --git a/assets/png/1f6af.png b/assets/png/1f6af.png index c2e135735..341d2575f 100644 Binary files a/assets/png/1f6af.png and b/assets/png/1f6af.png differ diff --git a/assets/png/1f6b0.png b/assets/png/1f6b0.png index 9c97e4603..2c6100494 100644 Binary files a/assets/png/1f6b0.png and b/assets/png/1f6b0.png differ diff --git a/assets/png/1f6b1.png b/assets/png/1f6b1.png index 9fa3247f7..827d4193f 100644 Binary files a/assets/png/1f6b1.png and b/assets/png/1f6b1.png differ diff --git a/assets/png/1f6b2.png b/assets/png/1f6b2.png index bdcda0a64..556ed70f1 100644 Binary files a/assets/png/1f6b2.png and b/assets/png/1f6b2.png differ diff --git a/assets/png/1f6b3.png b/assets/png/1f6b3.png index 6eec64a02..19c85421c 100644 Binary files a/assets/png/1f6b3.png and b/assets/png/1f6b3.png differ diff --git a/assets/png/1f6b4-1f3fb.png b/assets/png/1f6b4-1f3fb.png index 9d63bbeba..decc2f728 100644 Binary files a/assets/png/1f6b4-1f3fb.png and b/assets/png/1f6b4-1f3fb.png differ diff --git a/assets/png/1f6b4-1f3fc.png b/assets/png/1f6b4-1f3fc.png index ca53788f4..0067717b8 100644 Binary files a/assets/png/1f6b4-1f3fc.png and b/assets/png/1f6b4-1f3fc.png differ diff --git a/assets/png/1f6b4-1f3fd.png b/assets/png/1f6b4-1f3fd.png index 609cacecc..a4f7b5e27 100644 Binary files a/assets/png/1f6b4-1f3fd.png and b/assets/png/1f6b4-1f3fd.png differ diff --git a/assets/png/1f6b4-1f3fe.png b/assets/png/1f6b4-1f3fe.png index 5897cc3bc..a3c8a797d 100644 Binary files a/assets/png/1f6b4-1f3fe.png and b/assets/png/1f6b4-1f3fe.png differ diff --git a/assets/png/1f6b4-1f3ff.png b/assets/png/1f6b4-1f3ff.png index 4c79c39b0..1606a8740 100644 Binary files a/assets/png/1f6b4-1f3ff.png and b/assets/png/1f6b4-1f3ff.png differ diff --git a/assets/png/1f6b4.png b/assets/png/1f6b4.png index 3e21a4f73..9274da110 100644 Binary files a/assets/png/1f6b4.png and b/assets/png/1f6b4.png differ diff --git a/assets/png/1f6b5-1f3fb.png b/assets/png/1f6b5-1f3fb.png index 889930aef..e9f1daf5e 100644 Binary files a/assets/png/1f6b5-1f3fb.png and b/assets/png/1f6b5-1f3fb.png differ diff --git a/assets/png/1f6b5-1f3fc.png b/assets/png/1f6b5-1f3fc.png index 4e22a92d0..555b9e29d 100644 Binary files a/assets/png/1f6b5-1f3fc.png and b/assets/png/1f6b5-1f3fc.png differ diff --git a/assets/png/1f6b5-1f3fd.png b/assets/png/1f6b5-1f3fd.png index 7c459fc0e..7df5508ec 100644 Binary files a/assets/png/1f6b5-1f3fd.png and b/assets/png/1f6b5-1f3fd.png differ diff --git a/assets/png/1f6b5-1f3fe.png b/assets/png/1f6b5-1f3fe.png index e12a22cb2..f94b34506 100644 Binary files a/assets/png/1f6b5-1f3fe.png and b/assets/png/1f6b5-1f3fe.png differ diff --git a/assets/png/1f6b5-1f3ff.png b/assets/png/1f6b5-1f3ff.png index 067935224..16a45861e 100644 Binary files a/assets/png/1f6b5-1f3ff.png and b/assets/png/1f6b5-1f3ff.png differ diff --git a/assets/png/1f6b5.png b/assets/png/1f6b5.png index 55251742d..41d3dc3ac 100644 Binary files a/assets/png/1f6b5.png and b/assets/png/1f6b5.png differ diff --git a/assets/png/1f6b6-1f3fb.png b/assets/png/1f6b6-1f3fb.png index 4f29cebe1..4e391b45a 100644 Binary files a/assets/png/1f6b6-1f3fb.png and b/assets/png/1f6b6-1f3fb.png differ diff --git a/assets/png/1f6b6-1f3fc.png b/assets/png/1f6b6-1f3fc.png index a83e57698..31f94a1bc 100644 Binary files a/assets/png/1f6b6-1f3fc.png and b/assets/png/1f6b6-1f3fc.png differ diff --git a/assets/png/1f6b6-1f3fd.png b/assets/png/1f6b6-1f3fd.png index f464d9d73..f7ed8e39c 100644 Binary files a/assets/png/1f6b6-1f3fd.png and b/assets/png/1f6b6-1f3fd.png differ diff --git a/assets/png/1f6b6-1f3fe.png b/assets/png/1f6b6-1f3fe.png index fef0166e5..e58dc04c7 100644 Binary files a/assets/png/1f6b6-1f3fe.png and b/assets/png/1f6b6-1f3fe.png differ diff --git a/assets/png/1f6b6-1f3ff.png b/assets/png/1f6b6-1f3ff.png index e1023b5ad..ba4e1b58f 100644 Binary files a/assets/png/1f6b6-1f3ff.png and b/assets/png/1f6b6-1f3ff.png differ diff --git a/assets/png/1f6b6.png b/assets/png/1f6b6.png index b74c90f74..06dc169a3 100644 Binary files a/assets/png/1f6b6.png and b/assets/png/1f6b6.png differ diff --git a/assets/png/1f6b7.png b/assets/png/1f6b7.png index 23d59fdd4..286aa577a 100644 Binary files a/assets/png/1f6b7.png and b/assets/png/1f6b7.png differ diff --git a/assets/png/1f6b8.png b/assets/png/1f6b8.png index 8d5ed8ac8..fa4c091c7 100644 Binary files a/assets/png/1f6b8.png and b/assets/png/1f6b8.png differ diff --git a/assets/png/1f6b9.png b/assets/png/1f6b9.png index a1e3b6e7a..f5a1e1ba0 100644 Binary files a/assets/png/1f6b9.png and b/assets/png/1f6b9.png differ diff --git a/assets/png/1f6ba.png b/assets/png/1f6ba.png index 6267b430c..d4ecc22e7 100644 Binary files a/assets/png/1f6ba.png and b/assets/png/1f6ba.png differ diff --git a/assets/png/1f6bb.png b/assets/png/1f6bb.png index 3fec5f8fa..9588e0f0e 100644 Binary files a/assets/png/1f6bb.png and b/assets/png/1f6bb.png differ diff --git a/assets/png/1f6bc.png b/assets/png/1f6bc.png index 27f6f9238..64a10b717 100644 Binary files a/assets/png/1f6bc.png and b/assets/png/1f6bc.png differ diff --git a/assets/png/1f6bd.png b/assets/png/1f6bd.png index b879cb67b..1392f7618 100644 Binary files a/assets/png/1f6bd.png and b/assets/png/1f6bd.png differ diff --git a/assets/png/1f6be.png b/assets/png/1f6be.png index 5e915bd15..aa433e84b 100644 Binary files a/assets/png/1f6be.png and b/assets/png/1f6be.png differ diff --git a/assets/png/1f6bf.png b/assets/png/1f6bf.png index ccbc7d207..156776a2e 100644 Binary files a/assets/png/1f6bf.png and b/assets/png/1f6bf.png differ diff --git a/assets/png/1f6c0-1f3fb.png b/assets/png/1f6c0-1f3fb.png index 7ac38b9ad..2152eabf2 100644 Binary files a/assets/png/1f6c0-1f3fb.png and b/assets/png/1f6c0-1f3fb.png differ diff --git a/assets/png/1f6c0-1f3fc.png b/assets/png/1f6c0-1f3fc.png index 313a9428d..2102e6133 100644 Binary files a/assets/png/1f6c0-1f3fc.png and b/assets/png/1f6c0-1f3fc.png differ diff --git a/assets/png/1f6c0-1f3fd.png b/assets/png/1f6c0-1f3fd.png index fcbed50a8..fae66181e 100644 Binary files a/assets/png/1f6c0-1f3fd.png and b/assets/png/1f6c0-1f3fd.png differ diff --git a/assets/png/1f6c0-1f3fe.png b/assets/png/1f6c0-1f3fe.png index 53dc11c82..1f8959d0d 100644 Binary files a/assets/png/1f6c0-1f3fe.png and b/assets/png/1f6c0-1f3fe.png differ diff --git a/assets/png/1f6c0-1f3ff.png b/assets/png/1f6c0-1f3ff.png index a1c040618..c8a08e84f 100644 Binary files a/assets/png/1f6c0-1f3ff.png and b/assets/png/1f6c0-1f3ff.png differ diff --git a/assets/png/1f6c0.png b/assets/png/1f6c0.png index 8909ea8bd..43fba5c8a 100644 Binary files a/assets/png/1f6c0.png and b/assets/png/1f6c0.png differ diff --git a/assets/png/1f6c1.png b/assets/png/1f6c1.png index 922e209e1..9a5f09361 100644 Binary files a/assets/png/1f6c1.png and b/assets/png/1f6c1.png differ diff --git a/assets/png/1f6c2.png b/assets/png/1f6c2.png index d1c438c38..079e34ee4 100644 Binary files a/assets/png/1f6c2.png and b/assets/png/1f6c2.png differ diff --git a/assets/png/1f6c3.png b/assets/png/1f6c3.png index a86b84928..21b7ce2c6 100644 Binary files a/assets/png/1f6c3.png and b/assets/png/1f6c3.png differ diff --git a/assets/png/1f6c4.png b/assets/png/1f6c4.png index 8ea57601c..409b593e7 100644 Binary files a/assets/png/1f6c4.png and b/assets/png/1f6c4.png differ diff --git a/assets/png/1f6c5.png b/assets/png/1f6c5.png index 92d2a7114..887b23f3f 100644 Binary files a/assets/png/1f6c5.png and b/assets/png/1f6c5.png differ diff --git a/assets/png/1f6cb.png b/assets/png/1f6cb.png index 3596db675..27b19b13b 100644 Binary files a/assets/png/1f6cb.png and b/assets/png/1f6cb.png differ diff --git a/assets/png/1f6cc.png b/assets/png/1f6cc.png index b906709bb..c739e7fb6 100644 Binary files a/assets/png/1f6cc.png and b/assets/png/1f6cc.png differ diff --git a/assets/png/1f6cd.png b/assets/png/1f6cd.png index a62cf6965..99f2a2b13 100644 Binary files a/assets/png/1f6cd.png and b/assets/png/1f6cd.png differ diff --git a/assets/png/1f6ce.png b/assets/png/1f6ce.png index 3a64e17f1..6b3297cea 100644 Binary files a/assets/png/1f6ce.png and b/assets/png/1f6ce.png differ diff --git a/assets/png/1f6cf.png b/assets/png/1f6cf.png index 8893f3525..86f964e24 100644 Binary files a/assets/png/1f6cf.png and b/assets/png/1f6cf.png differ diff --git a/assets/png/1f6d0.png b/assets/png/1f6d0.png index f61486cb2..207d59cce 100644 Binary files a/assets/png/1f6d0.png and b/assets/png/1f6d0.png differ diff --git a/assets/png/1f6e0.png b/assets/png/1f6e0.png index 3723b4a29..3c6049273 100644 Binary files a/assets/png/1f6e0.png and b/assets/png/1f6e0.png differ diff --git a/assets/png/1f6e1.png b/assets/png/1f6e1.png index 4dcc1d191..610bf033c 100644 Binary files a/assets/png/1f6e1.png and b/assets/png/1f6e1.png differ diff --git a/assets/png/1f6e2.png b/assets/png/1f6e2.png index 90b4179c0..c4c4d42da 100644 Binary files a/assets/png/1f6e2.png and b/assets/png/1f6e2.png differ diff --git a/assets/png/1f6e3.png b/assets/png/1f6e3.png index 71a736c5a..8c3d3d03e 100644 Binary files a/assets/png/1f6e3.png and b/assets/png/1f6e3.png differ diff --git a/assets/png/1f6e4.png b/assets/png/1f6e4.png index 0c4825cf8..e1a7a0d14 100644 Binary files a/assets/png/1f6e4.png and b/assets/png/1f6e4.png differ diff --git a/assets/png/1f6e5.png b/assets/png/1f6e5.png index 76b237073..0506db1a4 100644 Binary files a/assets/png/1f6e5.png and b/assets/png/1f6e5.png differ diff --git a/assets/png/1f6e9.png b/assets/png/1f6e9.png index 232813549..b731b15e3 100644 Binary files a/assets/png/1f6e9.png and b/assets/png/1f6e9.png differ diff --git a/assets/png/1f6eb.png b/assets/png/1f6eb.png index d8fa08b50..a5766f9f4 100644 Binary files a/assets/png/1f6eb.png and b/assets/png/1f6eb.png differ diff --git a/assets/png/1f6ec.png b/assets/png/1f6ec.png index 0d1695270..d66841962 100644 Binary files a/assets/png/1f6ec.png and b/assets/png/1f6ec.png differ diff --git a/assets/png/1f6f0.png b/assets/png/1f6f0.png index 7e1223d57..4ba55d6e2 100644 Binary files a/assets/png/1f6f0.png and b/assets/png/1f6f0.png differ diff --git a/assets/png/1f6f3.png b/assets/png/1f6f3.png index 265f78ab5..19d4acbe4 100644 Binary files a/assets/png/1f6f3.png and b/assets/png/1f6f3.png differ diff --git a/assets/png/1f910.png b/assets/png/1f910.png index 2ddaf4549..f8ced2502 100644 Binary files a/assets/png/1f910.png and b/assets/png/1f910.png differ diff --git a/assets/png/1f911.png b/assets/png/1f911.png index 3b812a15d..75fd1e90c 100644 Binary files a/assets/png/1f911.png and b/assets/png/1f911.png differ diff --git a/assets/png/1f912.png b/assets/png/1f912.png index caa967740..8fc573875 100644 Binary files a/assets/png/1f912.png and b/assets/png/1f912.png differ diff --git a/assets/png/1f913.png b/assets/png/1f913.png index 87344a967..7820bd581 100644 Binary files a/assets/png/1f913.png and b/assets/png/1f913.png differ diff --git a/assets/png/1f914.png b/assets/png/1f914.png index 46977686a..c18f6fd14 100644 Binary files a/assets/png/1f914.png and b/assets/png/1f914.png differ diff --git a/assets/png/1f915.png b/assets/png/1f915.png index e88b48914..0be723085 100644 Binary files a/assets/png/1f915.png and b/assets/png/1f915.png differ diff --git a/assets/png/1f916.png b/assets/png/1f916.png index 80ea47107..7cc62612c 100644 Binary files a/assets/png/1f916.png and b/assets/png/1f916.png differ diff --git a/assets/png/1f917.png b/assets/png/1f917.png index cb26c2c52..5bba6dc6d 100644 Binary files a/assets/png/1f917.png and b/assets/png/1f917.png differ diff --git a/assets/png/1f918-1f3fb.png b/assets/png/1f918-1f3fb.png index 37783219e..c080d2add 100644 Binary files a/assets/png/1f918-1f3fb.png and b/assets/png/1f918-1f3fb.png differ diff --git a/assets/png/1f918-1f3fc.png b/assets/png/1f918-1f3fc.png index eac3b7a5d..12313529b 100644 Binary files a/assets/png/1f918-1f3fc.png and b/assets/png/1f918-1f3fc.png differ diff --git a/assets/png/1f918-1f3fd.png b/assets/png/1f918-1f3fd.png index 40f406402..ca9be6ae6 100644 Binary files a/assets/png/1f918-1f3fd.png and b/assets/png/1f918-1f3fd.png differ diff --git a/assets/png/1f918-1f3fe.png b/assets/png/1f918-1f3fe.png index f0bd5d28c..abe28cbf8 100644 Binary files a/assets/png/1f918-1f3fe.png and b/assets/png/1f918-1f3fe.png differ diff --git a/assets/png/1f918-1f3ff.png b/assets/png/1f918-1f3ff.png index cfc5c72dc..0c6b5dd34 100644 Binary files a/assets/png/1f918-1f3ff.png and b/assets/png/1f918-1f3ff.png differ diff --git a/assets/png/1f918.png b/assets/png/1f918.png index 1b4b3b1e0..4aa6e7e0a 100644 Binary files a/assets/png/1f918.png and b/assets/png/1f918.png differ diff --git a/assets/png/1f980.png b/assets/png/1f980.png index f3c8a6d70..19f3047ab 100644 Binary files a/assets/png/1f980.png and b/assets/png/1f980.png differ diff --git a/assets/png/1f981.png b/assets/png/1f981.png index 47a20a69a..5062ab47e 100644 Binary files a/assets/png/1f981.png and b/assets/png/1f981.png differ diff --git a/assets/png/1f982.png b/assets/png/1f982.png index a8fec65a5..449a6b281 100644 Binary files a/assets/png/1f982.png and b/assets/png/1f982.png differ diff --git a/assets/png/1f983.png b/assets/png/1f983.png index 8f4f36335..344af94c9 100644 Binary files a/assets/png/1f983.png and b/assets/png/1f983.png differ diff --git a/assets/png/1f984.png b/assets/png/1f984.png index dca45abbd..05a97969f 100644 Binary files a/assets/png/1f984.png and b/assets/png/1f984.png differ diff --git a/assets/png/1f9c0.png b/assets/png/1f9c0.png index 9034258d1..00e997622 100644 Binary files a/assets/png/1f9c0.png and b/assets/png/1f9c0.png differ diff --git a/assets/png/203c.png b/assets/png/203c.png index 6aafa3098..58a9c528f 100644 Binary files a/assets/png/203c.png and b/assets/png/203c.png differ diff --git a/assets/png/2049.png b/assets/png/2049.png index 4572910c5..509813e9b 100644 Binary files a/assets/png/2049.png and b/assets/png/2049.png differ diff --git a/assets/png/2122.png b/assets/png/2122.png index f9d7d5976..7a0c44a2c 100644 Binary files a/assets/png/2122.png and b/assets/png/2122.png differ diff --git a/assets/png/2139.png b/assets/png/2139.png index bb6761356..871f2db93 100644 Binary files a/assets/png/2139.png and b/assets/png/2139.png differ diff --git a/assets/png/2194.png b/assets/png/2194.png index 8254cf281..7937f24f2 100644 Binary files a/assets/png/2194.png and b/assets/png/2194.png differ diff --git a/assets/png/2195.png b/assets/png/2195.png index 16e0f09c4..dfa32b971 100644 Binary files a/assets/png/2195.png and b/assets/png/2195.png differ diff --git a/assets/png/2196.png b/assets/png/2196.png index 5abfcfcb2..f38718fbe 100644 Binary files a/assets/png/2196.png and b/assets/png/2196.png differ diff --git a/assets/png/2197.png b/assets/png/2197.png index cd627d50f..c43e12d0f 100644 Binary files a/assets/png/2197.png and b/assets/png/2197.png differ diff --git a/assets/png/2198.png b/assets/png/2198.png index 6f4e71a3e..7e807da73 100644 Binary files a/assets/png/2198.png and b/assets/png/2198.png differ diff --git a/assets/png/2199.png b/assets/png/2199.png index c10ae1b8d..88b377160 100644 Binary files a/assets/png/2199.png and b/assets/png/2199.png differ diff --git a/assets/png/21a9.png b/assets/png/21a9.png index eb21e8fe9..ba45c2ad9 100644 Binary files a/assets/png/21a9.png and b/assets/png/21a9.png differ diff --git a/assets/png/21aa.png b/assets/png/21aa.png index 3ec25cb2f..e7258ad32 100644 Binary files a/assets/png/21aa.png and b/assets/png/21aa.png differ diff --git a/assets/png/231a.png b/assets/png/231a.png index 64b85a7b0..64819bc6e 100644 Binary files a/assets/png/231a.png and b/assets/png/231a.png differ diff --git a/assets/png/231b.png b/assets/png/231b.png index 8e0c243d5..a5db2d1d3 100644 Binary files a/assets/png/231b.png and b/assets/png/231b.png differ diff --git a/assets/png/2328.png b/assets/png/2328.png index 752afc124..75027cb9a 100644 Binary files a/assets/png/2328.png and b/assets/png/2328.png differ diff --git a/assets/png/23e9.png b/assets/png/23e9.png index f972404b3..c406fedfd 100644 Binary files a/assets/png/23e9.png and b/assets/png/23e9.png differ diff --git a/assets/png/23ea.png b/assets/png/23ea.png index 2186ea1c7..e22e2bd3d 100644 Binary files a/assets/png/23ea.png and b/assets/png/23ea.png differ diff --git a/assets/png/23eb.png b/assets/png/23eb.png index 4aa766347..13543d5ee 100644 Binary files a/assets/png/23eb.png and b/assets/png/23eb.png differ diff --git a/assets/png/23ec.png b/assets/png/23ec.png index 1b5d68dda..90193bfcb 100644 Binary files a/assets/png/23ec.png and b/assets/png/23ec.png differ diff --git a/assets/png/23ed.png b/assets/png/23ed.png index 508e48001..f8880d33b 100644 Binary files a/assets/png/23ed.png and b/assets/png/23ed.png differ diff --git a/assets/png/23ee.png b/assets/png/23ee.png index fec672478..1ffd0566c 100644 Binary files a/assets/png/23ee.png and b/assets/png/23ee.png differ diff --git a/assets/png/23ef.png b/assets/png/23ef.png index 617619659..a9f857139 100644 Binary files a/assets/png/23ef.png and b/assets/png/23ef.png differ diff --git a/assets/png/23f0.png b/assets/png/23f0.png index 1af1606b5..cdbc2fbb9 100644 Binary files a/assets/png/23f0.png and b/assets/png/23f0.png differ diff --git a/assets/png/23f1.png b/assets/png/23f1.png index d1eb4696e..8fae1c9a8 100644 Binary files a/assets/png/23f1.png and b/assets/png/23f1.png differ diff --git a/assets/png/23f2.png b/assets/png/23f2.png index 161640a80..8a3be574c 100644 Binary files a/assets/png/23f2.png and b/assets/png/23f2.png differ diff --git a/assets/png/23f3.png b/assets/png/23f3.png index 4d8a345b9..b93b15ed6 100644 Binary files a/assets/png/23f3.png and b/assets/png/23f3.png differ diff --git a/assets/png/23f8.png b/assets/png/23f8.png index b66c56af7..4f07e7ebf 100644 Binary files a/assets/png/23f8.png and b/assets/png/23f8.png differ diff --git a/assets/png/23f9.png b/assets/png/23f9.png index 66a897432..cfa99988a 100644 Binary files a/assets/png/23f9.png and b/assets/png/23f9.png differ diff --git a/assets/png/23fa.png b/assets/png/23fa.png index b62b87170..ada52830f 100644 Binary files a/assets/png/23fa.png and b/assets/png/23fa.png differ diff --git a/assets/png/24c2.png b/assets/png/24c2.png index bc63871c7..8a3506fc1 100644 Binary files a/assets/png/24c2.png and b/assets/png/24c2.png differ diff --git a/assets/png/25aa.png b/assets/png/25aa.png index 6f2997d05..48595d3e1 100644 Binary files a/assets/png/25aa.png and b/assets/png/25aa.png differ diff --git a/assets/png/25ab.png b/assets/png/25ab.png index 7202305eb..d7ebdb0c0 100644 Binary files a/assets/png/25ab.png and b/assets/png/25ab.png differ diff --git a/assets/png/25b6.png b/assets/png/25b6.png index 658d153f6..4e2b68285 100644 Binary files a/assets/png/25b6.png and b/assets/png/25b6.png differ diff --git a/assets/png/25c0.png b/assets/png/25c0.png index 7f3ec8268..ee38e3b03 100644 Binary files a/assets/png/25c0.png and b/assets/png/25c0.png differ diff --git a/assets/png/25fb.png b/assets/png/25fb.png index 450a998d9..8daacf570 100644 Binary files a/assets/png/25fb.png and b/assets/png/25fb.png differ diff --git a/assets/png/25fc.png b/assets/png/25fc.png index 9c7b82af9..05a30a6aa 100644 Binary files a/assets/png/25fc.png and b/assets/png/25fc.png differ diff --git a/assets/png/25fd.png b/assets/png/25fd.png index 255d65f13..ae8741267 100644 Binary files a/assets/png/25fd.png and b/assets/png/25fd.png differ diff --git a/assets/png/25fe.png b/assets/png/25fe.png index 2fee7749a..39765bba6 100644 Binary files a/assets/png/25fe.png and b/assets/png/25fe.png differ diff --git a/assets/png/2600.png b/assets/png/2600.png index 8d5b75f92..fd521ae31 100644 Binary files a/assets/png/2600.png and b/assets/png/2600.png differ diff --git a/assets/png/2601.png b/assets/png/2601.png index 5c23db4a1..5b4f57f77 100644 Binary files a/assets/png/2601.png and b/assets/png/2601.png differ diff --git a/assets/png/2602.png b/assets/png/2602.png index 592970209..97fe859e7 100644 Binary files a/assets/png/2602.png and b/assets/png/2602.png differ diff --git a/assets/png/2603.png b/assets/png/2603.png index b585602a1..896f28502 100644 Binary files a/assets/png/2603.png and b/assets/png/2603.png differ diff --git a/assets/png/2604.png b/assets/png/2604.png index cc20d03c6..a99751f79 100644 Binary files a/assets/png/2604.png and b/assets/png/2604.png differ diff --git a/assets/png/260e.png b/assets/png/260e.png index 6b24aad5a..a1e69f566 100644 Binary files a/assets/png/260e.png and b/assets/png/260e.png differ diff --git a/assets/png/2611.png b/assets/png/2611.png index 3f5565417..284d95738 100644 Binary files a/assets/png/2611.png and b/assets/png/2611.png differ diff --git a/assets/png/2614.png b/assets/png/2614.png index 7529d5b07..5b35b7ff6 100644 Binary files a/assets/png/2614.png and b/assets/png/2614.png differ diff --git a/assets/png/2615.png b/assets/png/2615.png index b9579d5d8..553061471 100644 Binary files a/assets/png/2615.png and b/assets/png/2615.png differ diff --git a/assets/png/2618.png b/assets/png/2618.png index 896d688fb..f202aecfe 100644 Binary files a/assets/png/2618.png and b/assets/png/2618.png differ diff --git a/assets/png/261d-1f3fb.png b/assets/png/261d-1f3fb.png index 0fd101d66..6a9db21d6 100644 Binary files a/assets/png/261d-1f3fb.png and b/assets/png/261d-1f3fb.png differ diff --git a/assets/png/261d-1f3fc.png b/assets/png/261d-1f3fc.png index 6be6e85ed..15aa9ea0e 100644 Binary files a/assets/png/261d-1f3fc.png and b/assets/png/261d-1f3fc.png differ diff --git a/assets/png/261d-1f3fd.png b/assets/png/261d-1f3fd.png index 6211e92fb..652b73a9c 100644 Binary files a/assets/png/261d-1f3fd.png and b/assets/png/261d-1f3fd.png differ diff --git a/assets/png/261d-1f3fe.png b/assets/png/261d-1f3fe.png index 4250a6f1c..692bad926 100644 Binary files a/assets/png/261d-1f3fe.png and b/assets/png/261d-1f3fe.png differ diff --git a/assets/png/261d-1f3ff.png b/assets/png/261d-1f3ff.png index 8565ddc40..1e1b10fb7 100644 Binary files a/assets/png/261d-1f3ff.png and b/assets/png/261d-1f3ff.png differ diff --git a/assets/png/261d.png b/assets/png/261d.png index e465b2883..f4978ff0f 100644 Binary files a/assets/png/261d.png and b/assets/png/261d.png differ diff --git a/assets/png/2620.png b/assets/png/2620.png index 53c30416e..b459df922 100644 Binary files a/assets/png/2620.png and b/assets/png/2620.png differ diff --git a/assets/png/2622.png b/assets/png/2622.png index 5f62a9d94..3b46199fe 100644 Binary files a/assets/png/2622.png and b/assets/png/2622.png differ diff --git a/assets/png/2623.png b/assets/png/2623.png index 9c3e4e989..007b4fc2d 100644 Binary files a/assets/png/2623.png and b/assets/png/2623.png differ diff --git a/assets/png/2626.png b/assets/png/2626.png index 35af165d8..0530e33a4 100644 Binary files a/assets/png/2626.png and b/assets/png/2626.png differ diff --git a/assets/png/262a.png b/assets/png/262a.png index 56ab46280..e18263645 100644 Binary files a/assets/png/262a.png and b/assets/png/262a.png differ diff --git a/assets/png/262e.png b/assets/png/262e.png index 2dfb7fdef..86033faf4 100644 Binary files a/assets/png/262e.png and b/assets/png/262e.png differ diff --git a/assets/png/262f.png b/assets/png/262f.png index e8769c4c4..f2900f633 100644 Binary files a/assets/png/262f.png and b/assets/png/262f.png differ diff --git a/assets/png/2638.png b/assets/png/2638.png index 5e150fe3d..3666db001 100644 Binary files a/assets/png/2638.png and b/assets/png/2638.png differ diff --git a/assets/png/2639.png b/assets/png/2639.png index 9a1cae3bf..6ae71f233 100644 Binary files a/assets/png/2639.png and b/assets/png/2639.png differ diff --git a/assets/png/263a.png b/assets/png/263a.png index a9a5dd643..e9e53c03d 100644 Binary files a/assets/png/263a.png and b/assets/png/263a.png differ diff --git a/assets/png/2648.png b/assets/png/2648.png index 38e4f541c..21a189d0e 100644 Binary files a/assets/png/2648.png and b/assets/png/2648.png differ diff --git a/assets/png/2649.png b/assets/png/2649.png index 5de3278c4..b2a370df4 100644 Binary files a/assets/png/2649.png and b/assets/png/2649.png differ diff --git a/assets/png/264a.png b/assets/png/264a.png index 82906d93e..1a09698cf 100644 Binary files a/assets/png/264a.png and b/assets/png/264a.png differ diff --git a/assets/png/264b.png b/assets/png/264b.png index 0d27b205f..a64af07cb 100644 Binary files a/assets/png/264b.png and b/assets/png/264b.png differ diff --git a/assets/png/264c.png b/assets/png/264c.png index 0e682844b..30158d34d 100644 Binary files a/assets/png/264c.png and b/assets/png/264c.png differ diff --git a/assets/png/264d.png b/assets/png/264d.png index 67ef83a85..a6b56c2cb 100644 Binary files a/assets/png/264d.png and b/assets/png/264d.png differ diff --git a/assets/png/264e.png b/assets/png/264e.png index 8cdf14fa5..8fd133a35 100644 Binary files a/assets/png/264e.png and b/assets/png/264e.png differ diff --git a/assets/png/264f.png b/assets/png/264f.png index 98f733ef5..c31a99204 100644 Binary files a/assets/png/264f.png and b/assets/png/264f.png differ diff --git a/assets/png/2650.png b/assets/png/2650.png index c6179c45e..f8d94ff29 100644 Binary files a/assets/png/2650.png and b/assets/png/2650.png differ diff --git a/assets/png/2651.png b/assets/png/2651.png index 9420b4c55..6293d31d4 100644 Binary files a/assets/png/2651.png and b/assets/png/2651.png differ diff --git a/assets/png/2652.png b/assets/png/2652.png index bff8ab133..641a4f688 100644 Binary files a/assets/png/2652.png and b/assets/png/2652.png differ diff --git a/assets/png/2653.png b/assets/png/2653.png index 8d6684a33..7f6f646a9 100644 Binary files a/assets/png/2653.png and b/assets/png/2653.png differ diff --git a/assets/png/2660.png b/assets/png/2660.png index 66b9c2701..f822f184c 100644 Binary files a/assets/png/2660.png and b/assets/png/2660.png differ diff --git a/assets/png/2663.png b/assets/png/2663.png index 9535b067e..4f2abf791 100644 Binary files a/assets/png/2663.png and b/assets/png/2663.png differ diff --git a/assets/png/2665.png b/assets/png/2665.png index 841e76ee2..393c3ed52 100644 Binary files a/assets/png/2665.png and b/assets/png/2665.png differ diff --git a/assets/png/2666.png b/assets/png/2666.png index 3e75e683e..1f25f51f9 100644 Binary files a/assets/png/2666.png and b/assets/png/2666.png differ diff --git a/assets/png/2668.png b/assets/png/2668.png index dcf3e1036..3d9df2d94 100644 Binary files a/assets/png/2668.png and b/assets/png/2668.png differ diff --git a/assets/png/267b.png b/assets/png/267b.png index 0d63d9168..9221f095c 100644 Binary files a/assets/png/267b.png and b/assets/png/267b.png differ diff --git a/assets/png/267f.png b/assets/png/267f.png index ec8436244..4e5b2698e 100644 Binary files a/assets/png/267f.png and b/assets/png/267f.png differ diff --git a/assets/png/2692.png b/assets/png/2692.png index ea496d644..3bee30ec5 100644 Binary files a/assets/png/2692.png and b/assets/png/2692.png differ diff --git a/assets/png/2693.png b/assets/png/2693.png index b54927431..b036f70a0 100644 Binary files a/assets/png/2693.png and b/assets/png/2693.png differ diff --git a/assets/png/2694.png b/assets/png/2694.png index 7e992fa3c..907e96071 100644 Binary files a/assets/png/2694.png and b/assets/png/2694.png differ diff --git a/assets/png/2696.png b/assets/png/2696.png index 3c88977da..0757eda16 100644 Binary files a/assets/png/2696.png and b/assets/png/2696.png differ diff --git a/assets/png/2697.png b/assets/png/2697.png index 82b4e9629..307a73242 100644 Binary files a/assets/png/2697.png and b/assets/png/2697.png differ diff --git a/assets/png/2699.png b/assets/png/2699.png index 7f45be679..2a1cc2c0f 100644 Binary files a/assets/png/2699.png and b/assets/png/2699.png differ diff --git a/assets/png/269b.png b/assets/png/269b.png index 93d562366..5f4567aa0 100644 Binary files a/assets/png/269b.png and b/assets/png/269b.png differ diff --git a/assets/png/269c.png b/assets/png/269c.png index f3b9deaa1..c9250d27f 100644 Binary files a/assets/png/269c.png and b/assets/png/269c.png differ diff --git a/assets/png/26a0.png b/assets/png/26a0.png index 2228676f6..35691c2ed 100644 Binary files a/assets/png/26a0.png and b/assets/png/26a0.png differ diff --git a/assets/png/26a1.png b/assets/png/26a1.png index d3497a887..47e68e48e 100644 Binary files a/assets/png/26a1.png and b/assets/png/26a1.png differ diff --git a/assets/png/26b0.png b/assets/png/26b0.png index 06e59a721..fb2932aa5 100644 Binary files a/assets/png/26b0.png and b/assets/png/26b0.png differ diff --git a/assets/png/26b1.png b/assets/png/26b1.png index 9d934bad0..6b5b35034 100644 Binary files a/assets/png/26b1.png and b/assets/png/26b1.png differ diff --git a/assets/png/26bd.png b/assets/png/26bd.png index c0f98767f..28cfa218d 100644 Binary files a/assets/png/26bd.png and b/assets/png/26bd.png differ diff --git a/assets/png/26be.png b/assets/png/26be.png index 26aa409ae..f8463f153 100644 Binary files a/assets/png/26be.png and b/assets/png/26be.png differ diff --git a/assets/png/26c4.png b/assets/png/26c4.png index a6e5096e4..20c177c2a 100644 Binary files a/assets/png/26c4.png and b/assets/png/26c4.png differ diff --git a/assets/png/26c5.png b/assets/png/26c5.png index 58607b358..a55e59c34 100644 Binary files a/assets/png/26c5.png and b/assets/png/26c5.png differ diff --git a/assets/png/26c8.png b/assets/png/26c8.png index ac224dace..31a26a1b6 100644 Binary files a/assets/png/26c8.png and b/assets/png/26c8.png differ diff --git a/assets/png/26ce.png b/assets/png/26ce.png index ee86c5416..0a780a700 100644 Binary files a/assets/png/26ce.png and b/assets/png/26ce.png differ diff --git a/assets/png/26cf.png b/assets/png/26cf.png index 525a5c69d..6370fe6d7 100644 Binary files a/assets/png/26cf.png and b/assets/png/26cf.png differ diff --git a/assets/png/26d1.png b/assets/png/26d1.png index 22efa363c..7140a6760 100644 Binary files a/assets/png/26d1.png and b/assets/png/26d1.png differ diff --git a/assets/png/26d3.png b/assets/png/26d3.png index d743480f9..57f46139a 100644 Binary files a/assets/png/26d3.png and b/assets/png/26d3.png differ diff --git a/assets/png/26d4.png b/assets/png/26d4.png index c5bdaaa6f..476800fc5 100644 Binary files a/assets/png/26d4.png and b/assets/png/26d4.png differ diff --git a/assets/png/26e9.png b/assets/png/26e9.png index cdf913cba..5a344975b 100644 Binary files a/assets/png/26e9.png and b/assets/png/26e9.png differ diff --git a/assets/png/26ea.png b/assets/png/26ea.png index d6f8051ef..8242fd272 100644 Binary files a/assets/png/26ea.png and b/assets/png/26ea.png differ diff --git a/assets/png/26f0.png b/assets/png/26f0.png index 688bb2053..6722ebdd2 100644 Binary files a/assets/png/26f0.png and b/assets/png/26f0.png differ diff --git a/assets/png/26f1.png b/assets/png/26f1.png index f1f55d8ca..220a74f81 100644 Binary files a/assets/png/26f1.png and b/assets/png/26f1.png differ diff --git a/assets/png/26f2.png b/assets/png/26f2.png index 3ba22808a..293f5d91c 100644 Binary files a/assets/png/26f2.png and b/assets/png/26f2.png differ diff --git a/assets/png/26f3.png b/assets/png/26f3.png index 27bb3f157..f65a21d8a 100644 Binary files a/assets/png/26f3.png and b/assets/png/26f3.png differ diff --git a/assets/png/26f4.png b/assets/png/26f4.png index 665d74489..41816b3ae 100644 Binary files a/assets/png/26f4.png and b/assets/png/26f4.png differ diff --git a/assets/png/26f5.png b/assets/png/26f5.png index a0221e8de..772ef11da 100644 Binary files a/assets/png/26f5.png and b/assets/png/26f5.png differ diff --git a/assets/png/26f7.png b/assets/png/26f7.png index 9a142f93b..2eb3bdce2 100644 Binary files a/assets/png/26f7.png and b/assets/png/26f7.png differ diff --git a/assets/png/26f8.png b/assets/png/26f8.png index 58014d585..8c449b0c0 100644 Binary files a/assets/png/26f8.png and b/assets/png/26f8.png differ diff --git a/assets/png/26f9-1f3fb.png b/assets/png/26f9-1f3fb.png index ebe3c8965..cd12c7ab9 100644 Binary files a/assets/png/26f9-1f3fb.png and b/assets/png/26f9-1f3fb.png differ diff --git a/assets/png/26f9-1f3fc.png b/assets/png/26f9-1f3fc.png index 88e18e10b..f892fd596 100644 Binary files a/assets/png/26f9-1f3fc.png and b/assets/png/26f9-1f3fc.png differ diff --git a/assets/png/26f9-1f3fd.png b/assets/png/26f9-1f3fd.png index 856228d1e..e109997a9 100644 Binary files a/assets/png/26f9-1f3fd.png and b/assets/png/26f9-1f3fd.png differ diff --git a/assets/png/26f9-1f3fe.png b/assets/png/26f9-1f3fe.png index 8bc1a2262..3b90b946a 100644 Binary files a/assets/png/26f9-1f3fe.png and b/assets/png/26f9-1f3fe.png differ diff --git a/assets/png/26f9-1f3ff.png b/assets/png/26f9-1f3ff.png index 2d8230c3e..bafed7828 100644 Binary files a/assets/png/26f9-1f3ff.png and b/assets/png/26f9-1f3ff.png differ diff --git a/assets/png/26f9.png b/assets/png/26f9.png index 86d50801c..8ce90c5ca 100644 Binary files a/assets/png/26f9.png and b/assets/png/26f9.png differ diff --git a/assets/png/26fa.png b/assets/png/26fa.png index 992e31c6e..3fddcfc56 100644 Binary files a/assets/png/26fa.png and b/assets/png/26fa.png differ diff --git a/assets/png/26fd.png b/assets/png/26fd.png index 9a5d1dc2b..05b187944 100644 Binary files a/assets/png/26fd.png and b/assets/png/26fd.png differ diff --git a/assets/png/2702.png b/assets/png/2702.png index 79778e78b..270571c8c 100644 Binary files a/assets/png/2702.png and b/assets/png/2702.png differ diff --git a/assets/png/2705.png b/assets/png/2705.png index cce9fabef..e55f087e5 100644 Binary files a/assets/png/2705.png and b/assets/png/2705.png differ diff --git a/assets/png/2708.png b/assets/png/2708.png index 0cf8432fb..268d2ac3c 100644 Binary files a/assets/png/2708.png and b/assets/png/2708.png differ diff --git a/assets/png/2709.png b/assets/png/2709.png index 84a7fa12c..ec77ac375 100644 Binary files a/assets/png/2709.png and b/assets/png/2709.png differ diff --git a/assets/png/270a-1f3fb.png b/assets/png/270a-1f3fb.png index 7f045f01b..02809e2dd 100644 Binary files a/assets/png/270a-1f3fb.png and b/assets/png/270a-1f3fb.png differ diff --git a/assets/png/270a-1f3fc.png b/assets/png/270a-1f3fc.png index c8353ec1d..5de348103 100644 Binary files a/assets/png/270a-1f3fc.png and b/assets/png/270a-1f3fc.png differ diff --git a/assets/png/270a-1f3fd.png b/assets/png/270a-1f3fd.png index bbf9b56aa..0d5240129 100644 Binary files a/assets/png/270a-1f3fd.png and b/assets/png/270a-1f3fd.png differ diff --git a/assets/png/270a-1f3fe.png b/assets/png/270a-1f3fe.png index c8a40da97..a95c0dd63 100644 Binary files a/assets/png/270a-1f3fe.png and b/assets/png/270a-1f3fe.png differ diff --git a/assets/png/270a-1f3ff.png b/assets/png/270a-1f3ff.png index 69ef75110..a2f092fd8 100644 Binary files a/assets/png/270a-1f3ff.png and b/assets/png/270a-1f3ff.png differ diff --git a/assets/png/270a.png b/assets/png/270a.png index 6e9f068df..de33592bf 100644 Binary files a/assets/png/270a.png and b/assets/png/270a.png differ diff --git a/assets/png/270b-1f3fb.png b/assets/png/270b-1f3fb.png index 2018a80ab..3b752902c 100644 Binary files a/assets/png/270b-1f3fb.png and b/assets/png/270b-1f3fb.png differ diff --git a/assets/png/270b-1f3fc.png b/assets/png/270b-1f3fc.png index 034118df9..44e2a514c 100644 Binary files a/assets/png/270b-1f3fc.png and b/assets/png/270b-1f3fc.png differ diff --git a/assets/png/270b-1f3fd.png b/assets/png/270b-1f3fd.png index fdef2cd89..5bb62a752 100644 Binary files a/assets/png/270b-1f3fd.png and b/assets/png/270b-1f3fd.png differ diff --git a/assets/png/270b-1f3fe.png b/assets/png/270b-1f3fe.png index 727c1d5c1..c7f8c9ec2 100644 Binary files a/assets/png/270b-1f3fe.png and b/assets/png/270b-1f3fe.png differ diff --git a/assets/png/270b-1f3ff.png b/assets/png/270b-1f3ff.png index 96fd88954..c601b58a7 100644 Binary files a/assets/png/270b-1f3ff.png and b/assets/png/270b-1f3ff.png differ diff --git a/assets/png/270b.png b/assets/png/270b.png index 5df16ee64..6b2954315 100644 Binary files a/assets/png/270b.png and b/assets/png/270b.png differ diff --git a/assets/png/270c-1f3fb.png b/assets/png/270c-1f3fb.png index 4aa0b300a..6ac54a745 100644 Binary files a/assets/png/270c-1f3fb.png and b/assets/png/270c-1f3fb.png differ diff --git a/assets/png/270c-1f3fc.png b/assets/png/270c-1f3fc.png index eaab6b59d..6dd966986 100644 Binary files a/assets/png/270c-1f3fc.png and b/assets/png/270c-1f3fc.png differ diff --git a/assets/png/270c-1f3fd.png b/assets/png/270c-1f3fd.png index 1464ab2cf..a615e53f0 100644 Binary files a/assets/png/270c-1f3fd.png and b/assets/png/270c-1f3fd.png differ diff --git a/assets/png/270c-1f3fe.png b/assets/png/270c-1f3fe.png index 509908511..33a34bd5a 100644 Binary files a/assets/png/270c-1f3fe.png and b/assets/png/270c-1f3fe.png differ diff --git a/assets/png/270c-1f3ff.png b/assets/png/270c-1f3ff.png index 4297bf295..45ad14b6c 100644 Binary files a/assets/png/270c-1f3ff.png and b/assets/png/270c-1f3ff.png differ diff --git a/assets/png/270c.png b/assets/png/270c.png index 7bff36024..70c5516ff 100644 Binary files a/assets/png/270c.png and b/assets/png/270c.png differ diff --git a/assets/png/270d-1f3fb.png b/assets/png/270d-1f3fb.png index ab79e1605..7923d8ebb 100644 Binary files a/assets/png/270d-1f3fb.png and b/assets/png/270d-1f3fb.png differ diff --git a/assets/png/270d-1f3fc.png b/assets/png/270d-1f3fc.png index 4215f48eb..bcb304e15 100644 Binary files a/assets/png/270d-1f3fc.png and b/assets/png/270d-1f3fc.png differ diff --git a/assets/png/270d-1f3fd.png b/assets/png/270d-1f3fd.png index ca20e729d..fd885fd2d 100644 Binary files a/assets/png/270d-1f3fd.png and b/assets/png/270d-1f3fd.png differ diff --git a/assets/png/270d-1f3fe.png b/assets/png/270d-1f3fe.png index ec1887439..d065b8c64 100644 Binary files a/assets/png/270d-1f3fe.png and b/assets/png/270d-1f3fe.png differ diff --git a/assets/png/270d-1f3ff.png b/assets/png/270d-1f3ff.png index c8eff469b..a44b3dd75 100644 Binary files a/assets/png/270d-1f3ff.png and b/assets/png/270d-1f3ff.png differ diff --git a/assets/png/270d.png b/assets/png/270d.png index c49c6987d..85639f8ac 100644 Binary files a/assets/png/270d.png and b/assets/png/270d.png differ diff --git a/assets/png/270f.png b/assets/png/270f.png index c9201d26a..3833d590f 100644 Binary files a/assets/png/270f.png and b/assets/png/270f.png differ diff --git a/assets/png/2712.png b/assets/png/2712.png index eea6da3e0..872d0ae15 100644 Binary files a/assets/png/2712.png and b/assets/png/2712.png differ diff --git a/assets/png/2714.png b/assets/png/2714.png index 72b85e6c9..03bd69537 100644 Binary files a/assets/png/2714.png and b/assets/png/2714.png differ diff --git a/assets/png/2716.png b/assets/png/2716.png index 82f87ab49..e47cc1b68 100644 Binary files a/assets/png/2716.png and b/assets/png/2716.png differ diff --git a/assets/png/271d.png b/assets/png/271d.png index 0465804bd..42b10e822 100644 Binary files a/assets/png/271d.png and b/assets/png/271d.png differ diff --git a/assets/png/2721.png b/assets/png/2721.png index 49b3f9965..fc59d0dde 100644 Binary files a/assets/png/2721.png and b/assets/png/2721.png differ diff --git a/assets/png/2728.png b/assets/png/2728.png index d434e36e5..169bc10b0 100644 Binary files a/assets/png/2728.png and b/assets/png/2728.png differ diff --git a/assets/png/2733.png b/assets/png/2733.png index 98cd150a4..3307ffa62 100644 Binary files a/assets/png/2733.png and b/assets/png/2733.png differ diff --git a/assets/png/2734.png b/assets/png/2734.png index 8114c07a0..820179bda 100644 Binary files a/assets/png/2734.png and b/assets/png/2734.png differ diff --git a/assets/png/2744.png b/assets/png/2744.png index f56722540..db319a77e 100644 Binary files a/assets/png/2744.png and b/assets/png/2744.png differ diff --git a/assets/png/2747.png b/assets/png/2747.png index d9a9730dc..6aa7b6ec9 100644 Binary files a/assets/png/2747.png and b/assets/png/2747.png differ diff --git a/assets/png/274c.png b/assets/png/274c.png index 5dde31ccc..9f9ed0f7a 100644 Binary files a/assets/png/274c.png and b/assets/png/274c.png differ diff --git a/assets/png/274e.png b/assets/png/274e.png index b5279a638..dae487f1f 100644 Binary files a/assets/png/274e.png and b/assets/png/274e.png differ diff --git a/assets/png/2753.png b/assets/png/2753.png index e85f2bbfc..5a58f3458 100644 Binary files a/assets/png/2753.png and b/assets/png/2753.png differ diff --git a/assets/png/2754.png b/assets/png/2754.png index fb909c1c6..6e7824c75 100644 Binary files a/assets/png/2754.png and b/assets/png/2754.png differ diff --git a/assets/png/2755.png b/assets/png/2755.png index 61fa1943f..9b64da8bf 100644 Binary files a/assets/png/2755.png and b/assets/png/2755.png differ diff --git a/assets/png/2757.png b/assets/png/2757.png index 085c28d79..2c1440642 100644 Binary files a/assets/png/2757.png and b/assets/png/2757.png differ diff --git a/assets/png/2763.png b/assets/png/2763.png index 8882bff81..91b520be4 100644 Binary files a/assets/png/2763.png and b/assets/png/2763.png differ diff --git a/assets/png/2764.png b/assets/png/2764.png index d6bb21663..638cb72dc 100644 Binary files a/assets/png/2764.png and b/assets/png/2764.png differ diff --git a/assets/png/2795.png b/assets/png/2795.png index cd616bc7d..40799798a 100644 Binary files a/assets/png/2795.png and b/assets/png/2795.png differ diff --git a/assets/png/2796.png b/assets/png/2796.png index 10333ded5..054211caf 100644 Binary files a/assets/png/2796.png and b/assets/png/2796.png differ diff --git a/assets/png/2797.png b/assets/png/2797.png index 124340b8a..df32ab21b 100644 Binary files a/assets/png/2797.png and b/assets/png/2797.png differ diff --git a/assets/png/27a1.png b/assets/png/27a1.png index 5d069483d..4755670b5 100644 Binary files a/assets/png/27a1.png and b/assets/png/27a1.png differ diff --git a/assets/png/27b0.png b/assets/png/27b0.png index 0f61fc4b1..440aa56d5 100644 Binary files a/assets/png/27b0.png and b/assets/png/27b0.png differ diff --git a/assets/png/27bf.png b/assets/png/27bf.png index a93b9f12e..0b82c8fe3 100644 Binary files a/assets/png/27bf.png and b/assets/png/27bf.png differ diff --git a/assets/png/2934.png b/assets/png/2934.png index 38dd859e3..f29bfcfc0 100644 Binary files a/assets/png/2934.png and b/assets/png/2934.png differ diff --git a/assets/png/2935.png b/assets/png/2935.png index af6ffe71f..2d9d24bca 100644 Binary files a/assets/png/2935.png and b/assets/png/2935.png differ diff --git a/assets/png/2b05.png b/assets/png/2b05.png index 7eb3f2605..8c685e0a8 100644 Binary files a/assets/png/2b05.png and b/assets/png/2b05.png differ diff --git a/assets/png/2b06.png b/assets/png/2b06.png index b094562b8..af8218a87 100644 Binary files a/assets/png/2b06.png and b/assets/png/2b06.png differ diff --git a/assets/png/2b07.png b/assets/png/2b07.png index 59841a619..b8eefd0b1 100644 Binary files a/assets/png/2b07.png and b/assets/png/2b07.png differ diff --git a/assets/png/2b1b.png b/assets/png/2b1b.png index 3b702f6d2..162f2bb42 100644 Binary files a/assets/png/2b1b.png and b/assets/png/2b1b.png differ diff --git a/assets/png/2b1c.png b/assets/png/2b1c.png index 69fb7b274..6f06c1c79 100644 Binary files a/assets/png/2b1c.png and b/assets/png/2b1c.png differ diff --git a/assets/png/2b50.png b/assets/png/2b50.png index 14b707b9b..c93094707 100644 Binary files a/assets/png/2b50.png and b/assets/png/2b50.png differ diff --git a/assets/png/2b55.png b/assets/png/2b55.png index b873c55b8..3fe75ce46 100644 Binary files a/assets/png/2b55.png and b/assets/png/2b55.png differ diff --git a/assets/png/3030.png b/assets/png/3030.png index bc9275f5b..001c8d6e4 100644 Binary files a/assets/png/3030.png and b/assets/png/3030.png differ diff --git a/assets/png/303d.png b/assets/png/303d.png index e2d854f48..70453d415 100644 Binary files a/assets/png/303d.png and b/assets/png/303d.png differ diff --git a/assets/png/3297.png b/assets/png/3297.png index 10bb3c783..ba8c89d95 100644 Binary files a/assets/png/3297.png and b/assets/png/3297.png differ diff --git a/assets/png/3299.png b/assets/png/3299.png index d79022df3..5fd72608e 100644 Binary files a/assets/png/3299.png and b/assets/png/3299.png differ diff --git a/assets/png_128x128/0023-20e3.png b/assets/png_128x128/0023-20e3.png index a74db4035..e5a40207b 100644 Binary files a/assets/png_128x128/0023-20e3.png and b/assets/png_128x128/0023-20e3.png differ diff --git a/assets/png_128x128/002a-20e3.png b/assets/png_128x128/002a-20e3.png index 9e25f6a98..44ec7efbe 100644 Binary files a/assets/png_128x128/002a-20e3.png and b/assets/png_128x128/002a-20e3.png differ diff --git a/assets/png_128x128/0030-20e3.png b/assets/png_128x128/0030-20e3.png index e0a3be533..10b26465f 100644 Binary files a/assets/png_128x128/0030-20e3.png and b/assets/png_128x128/0030-20e3.png differ diff --git a/assets/png_128x128/0031-20e3.png b/assets/png_128x128/0031-20e3.png index a00830342..ef15454f1 100644 Binary files a/assets/png_128x128/0031-20e3.png and b/assets/png_128x128/0031-20e3.png differ diff --git a/assets/png_128x128/0032-20e3.png b/assets/png_128x128/0032-20e3.png index 9528021fb..9a04f3376 100644 Binary files a/assets/png_128x128/0032-20e3.png and b/assets/png_128x128/0032-20e3.png differ diff --git a/assets/png_128x128/0033-20e3.png b/assets/png_128x128/0033-20e3.png index 70db6a715..f49e4dafe 100644 Binary files a/assets/png_128x128/0033-20e3.png and b/assets/png_128x128/0033-20e3.png differ diff --git a/assets/png_128x128/0034-20e3.png b/assets/png_128x128/0034-20e3.png index 112bfc494..10c5f34e0 100644 Binary files a/assets/png_128x128/0034-20e3.png and b/assets/png_128x128/0034-20e3.png differ diff --git a/assets/png_128x128/0035-20e3.png b/assets/png_128x128/0035-20e3.png index c8971848e..99ef10ad5 100644 Binary files a/assets/png_128x128/0035-20e3.png and b/assets/png_128x128/0035-20e3.png differ diff --git a/assets/png_128x128/0036-20e3.png b/assets/png_128x128/0036-20e3.png index 61519befe..233d34b76 100644 Binary files a/assets/png_128x128/0036-20e3.png and b/assets/png_128x128/0036-20e3.png differ diff --git a/assets/png_128x128/0037-20e3.png b/assets/png_128x128/0037-20e3.png index 30bd4f269..89124b65b 100644 Binary files a/assets/png_128x128/0037-20e3.png and b/assets/png_128x128/0037-20e3.png differ diff --git a/assets/png_128x128/0038-20e3.png b/assets/png_128x128/0038-20e3.png index 8af83ae83..9ee8e8d6a 100644 Binary files a/assets/png_128x128/0038-20e3.png and b/assets/png_128x128/0038-20e3.png differ diff --git a/assets/png_128x128/0039-20e3.png b/assets/png_128x128/0039-20e3.png index cd5100ec8..ec3ac1cbe 100644 Binary files a/assets/png_128x128/0039-20e3.png and b/assets/png_128x128/0039-20e3.png differ diff --git a/assets/png_128x128/00a9.png b/assets/png_128x128/00a9.png index 3db68457d..41e4fdc5c 100644 Binary files a/assets/png_128x128/00a9.png and b/assets/png_128x128/00a9.png differ diff --git a/assets/png_128x128/00ae.png b/assets/png_128x128/00ae.png index 54f75fd52..5ebab95a1 100644 Binary files a/assets/png_128x128/00ae.png and b/assets/png_128x128/00ae.png differ diff --git a/assets/png_128x128/1f004.png b/assets/png_128x128/1f004.png index e2ea335de..565140468 100644 Binary files a/assets/png_128x128/1f004.png and b/assets/png_128x128/1f004.png differ diff --git a/assets/png_128x128/1f0cf.png b/assets/png_128x128/1f0cf.png index 9e4c8045b..9d67ae829 100644 Binary files a/assets/png_128x128/1f0cf.png and b/assets/png_128x128/1f0cf.png differ diff --git a/assets/png_128x128/1f170.png b/assets/png_128x128/1f170.png index 9bcc9f97c..f392ea03d 100644 Binary files a/assets/png_128x128/1f170.png and b/assets/png_128x128/1f170.png differ diff --git a/assets/png_128x128/1f171.png b/assets/png_128x128/1f171.png index 6d6191912..9b8dcd9d3 100644 Binary files a/assets/png_128x128/1f171.png and b/assets/png_128x128/1f171.png differ diff --git a/assets/png_128x128/1f17e.png b/assets/png_128x128/1f17e.png index 2638e0a4a..ec94b2315 100644 Binary files a/assets/png_128x128/1f17e.png and b/assets/png_128x128/1f17e.png differ diff --git a/assets/png_128x128/1f17f.png b/assets/png_128x128/1f17f.png index a5360546f..26b5983dc 100644 Binary files a/assets/png_128x128/1f17f.png and b/assets/png_128x128/1f17f.png differ diff --git a/assets/png_128x128/1f18e.png b/assets/png_128x128/1f18e.png index 651da4130..f9eeec940 100644 Binary files a/assets/png_128x128/1f18e.png and b/assets/png_128x128/1f18e.png differ diff --git a/assets/png_128x128/1f191.png b/assets/png_128x128/1f191.png index 105637fc7..7748ea9cf 100644 Binary files a/assets/png_128x128/1f191.png and b/assets/png_128x128/1f191.png differ diff --git a/assets/png_128x128/1f192.png b/assets/png_128x128/1f192.png index 50b305f61..5b4069c4f 100644 Binary files a/assets/png_128x128/1f192.png and b/assets/png_128x128/1f192.png differ diff --git a/assets/png_128x128/1f193.png b/assets/png_128x128/1f193.png index 862a54a1a..1b61043f4 100644 Binary files a/assets/png_128x128/1f193.png and b/assets/png_128x128/1f193.png differ diff --git a/assets/png_128x128/1f194.png b/assets/png_128x128/1f194.png index 711fcca29..aafb7f357 100644 Binary files a/assets/png_128x128/1f194.png and b/assets/png_128x128/1f194.png differ diff --git a/assets/png_128x128/1f195.png b/assets/png_128x128/1f195.png index e4078e033..60897861c 100644 Binary files a/assets/png_128x128/1f195.png and b/assets/png_128x128/1f195.png differ diff --git a/assets/png_128x128/1f196.png b/assets/png_128x128/1f196.png index 739aa318a..036dcc8aa 100644 Binary files a/assets/png_128x128/1f196.png and b/assets/png_128x128/1f196.png differ diff --git a/assets/png_128x128/1f197.png b/assets/png_128x128/1f197.png index 4d4b6958a..fae5ae91b 100644 Binary files a/assets/png_128x128/1f197.png and b/assets/png_128x128/1f197.png differ diff --git a/assets/png_128x128/1f198.png b/assets/png_128x128/1f198.png index 36d7285c3..fbd61cb51 100644 Binary files a/assets/png_128x128/1f198.png and b/assets/png_128x128/1f198.png differ diff --git a/assets/png_128x128/1f199.png b/assets/png_128x128/1f199.png index 102a2bcfc..1e5a3f1b1 100644 Binary files a/assets/png_128x128/1f199.png and b/assets/png_128x128/1f199.png differ diff --git a/assets/png_128x128/1f19a.png b/assets/png_128x128/1f19a.png index efd96fd73..c6a4cd85a 100644 Binary files a/assets/png_128x128/1f19a.png and b/assets/png_128x128/1f19a.png differ diff --git a/assets/png_128x128/1f1e6-1f1e8.png b/assets/png_128x128/1f1e6-1f1e8.png index a97f3e9d8..73c255443 100644 Binary files a/assets/png_128x128/1f1e6-1f1e8.png and b/assets/png_128x128/1f1e6-1f1e8.png differ diff --git a/assets/png_128x128/1f1e6-1f1e9.png b/assets/png_128x128/1f1e6-1f1e9.png index 428b7d3c0..5f379f712 100644 Binary files a/assets/png_128x128/1f1e6-1f1e9.png and b/assets/png_128x128/1f1e6-1f1e9.png differ diff --git a/assets/png_128x128/1f1e6-1f1ea.png b/assets/png_128x128/1f1e6-1f1ea.png index 13657aa8a..2e2704128 100644 Binary files a/assets/png_128x128/1f1e6-1f1ea.png and b/assets/png_128x128/1f1e6-1f1ea.png differ diff --git a/assets/png_128x128/1f1e6-1f1eb.png b/assets/png_128x128/1f1e6-1f1eb.png index f2d0ede7a..06c43a6b6 100644 Binary files a/assets/png_128x128/1f1e6-1f1eb.png and b/assets/png_128x128/1f1e6-1f1eb.png differ diff --git a/assets/png_128x128/1f1e6-1f1ec.png b/assets/png_128x128/1f1e6-1f1ec.png index e1b4489d8..01b59284e 100644 Binary files a/assets/png_128x128/1f1e6-1f1ec.png and b/assets/png_128x128/1f1e6-1f1ec.png differ diff --git a/assets/png_128x128/1f1e6-1f1ee.png b/assets/png_128x128/1f1e6-1f1ee.png index 0faa175c6..ffcae0ab7 100644 Binary files a/assets/png_128x128/1f1e6-1f1ee.png and b/assets/png_128x128/1f1e6-1f1ee.png differ diff --git a/assets/png_128x128/1f1e6-1f1f1.png b/assets/png_128x128/1f1e6-1f1f1.png index 35a88364d..bdf68aabb 100644 Binary files a/assets/png_128x128/1f1e6-1f1f1.png and b/assets/png_128x128/1f1e6-1f1f1.png differ diff --git a/assets/png_128x128/1f1e6-1f1f2.png b/assets/png_128x128/1f1e6-1f1f2.png index 5a46f4db3..014cd642b 100644 Binary files a/assets/png_128x128/1f1e6-1f1f2.png and b/assets/png_128x128/1f1e6-1f1f2.png differ diff --git a/assets/png_128x128/1f1e6-1f1f4.png b/assets/png_128x128/1f1e6-1f1f4.png index b6d5a7ac0..faa8dbb19 100644 Binary files a/assets/png_128x128/1f1e6-1f1f4.png and b/assets/png_128x128/1f1e6-1f1f4.png differ diff --git a/assets/png_128x128/1f1e6-1f1f6.png b/assets/png_128x128/1f1e6-1f1f6.png index 7ee5250ce..dd0c91207 100644 Binary files a/assets/png_128x128/1f1e6-1f1f6.png and b/assets/png_128x128/1f1e6-1f1f6.png differ diff --git a/assets/png_128x128/1f1e6-1f1f7.png b/assets/png_128x128/1f1e6-1f1f7.png index cd9fa3ad1..635346008 100644 Binary files a/assets/png_128x128/1f1e6-1f1f7.png and b/assets/png_128x128/1f1e6-1f1f7.png differ diff --git a/assets/png_128x128/1f1e6-1f1f8.png b/assets/png_128x128/1f1e6-1f1f8.png index d44ad84f1..3e245f6d2 100644 Binary files a/assets/png_128x128/1f1e6-1f1f8.png and b/assets/png_128x128/1f1e6-1f1f8.png differ diff --git a/assets/png_128x128/1f1e6-1f1f9.png b/assets/png_128x128/1f1e6-1f1f9.png index 95b657c36..b33375f75 100644 Binary files a/assets/png_128x128/1f1e6-1f1f9.png and b/assets/png_128x128/1f1e6-1f1f9.png differ diff --git a/assets/png_128x128/1f1e6-1f1fa.png b/assets/png_128x128/1f1e6-1f1fa.png index 2b597aa4c..c9e6cdb0f 100644 Binary files a/assets/png_128x128/1f1e6-1f1fa.png and b/assets/png_128x128/1f1e6-1f1fa.png differ diff --git a/assets/png_128x128/1f1e6-1f1fc.png b/assets/png_128x128/1f1e6-1f1fc.png index 9a899f72d..839a1c9b0 100644 Binary files a/assets/png_128x128/1f1e6-1f1fc.png and b/assets/png_128x128/1f1e6-1f1fc.png differ diff --git a/assets/png_128x128/1f1e6-1f1fd.png b/assets/png_128x128/1f1e6-1f1fd.png index 75eeabc88..71049decd 100644 Binary files a/assets/png_128x128/1f1e6-1f1fd.png and b/assets/png_128x128/1f1e6-1f1fd.png differ diff --git a/assets/png_128x128/1f1e6-1f1ff.png b/assets/png_128x128/1f1e6-1f1ff.png index 37eeaa182..4d86920f5 100644 Binary files a/assets/png_128x128/1f1e6-1f1ff.png and b/assets/png_128x128/1f1e6-1f1ff.png differ diff --git a/assets/png_128x128/1f1e7-1f1e6.png b/assets/png_128x128/1f1e7-1f1e6.png index f83bf8368..672bc9948 100644 Binary files a/assets/png_128x128/1f1e7-1f1e6.png and b/assets/png_128x128/1f1e7-1f1e6.png differ diff --git a/assets/png_128x128/1f1e7-1f1e7.png b/assets/png_128x128/1f1e7-1f1e7.png index 18045432c..03323e811 100644 Binary files a/assets/png_128x128/1f1e7-1f1e7.png and b/assets/png_128x128/1f1e7-1f1e7.png differ diff --git a/assets/png_128x128/1f1e7-1f1e9.png b/assets/png_128x128/1f1e7-1f1e9.png index 105caf802..b28f11a7a 100644 Binary files a/assets/png_128x128/1f1e7-1f1e9.png and b/assets/png_128x128/1f1e7-1f1e9.png differ diff --git a/assets/png_128x128/1f1e7-1f1ea.png b/assets/png_128x128/1f1e7-1f1ea.png index b62af6a4b..c361e5115 100644 Binary files a/assets/png_128x128/1f1e7-1f1ea.png and b/assets/png_128x128/1f1e7-1f1ea.png differ diff --git a/assets/png_128x128/1f1e7-1f1eb.png b/assets/png_128x128/1f1e7-1f1eb.png index a34aa6b18..ccb7c5278 100644 Binary files a/assets/png_128x128/1f1e7-1f1eb.png and b/assets/png_128x128/1f1e7-1f1eb.png differ diff --git a/assets/png_128x128/1f1e7-1f1ec.png b/assets/png_128x128/1f1e7-1f1ec.png index d500865bb..065e0a6d4 100644 Binary files a/assets/png_128x128/1f1e7-1f1ec.png and b/assets/png_128x128/1f1e7-1f1ec.png differ diff --git a/assets/png_128x128/1f1e7-1f1ed.png b/assets/png_128x128/1f1e7-1f1ed.png index 0e0988667..da7c4ed20 100644 Binary files a/assets/png_128x128/1f1e7-1f1ed.png and b/assets/png_128x128/1f1e7-1f1ed.png differ diff --git a/assets/png_128x128/1f1e7-1f1ee.png b/assets/png_128x128/1f1e7-1f1ee.png index 85616ecda..b65bd40ca 100644 Binary files a/assets/png_128x128/1f1e7-1f1ee.png and b/assets/png_128x128/1f1e7-1f1ee.png differ diff --git a/assets/png_128x128/1f1e7-1f1ef.png b/assets/png_128x128/1f1e7-1f1ef.png index d016ed265..31ff08af5 100644 Binary files a/assets/png_128x128/1f1e7-1f1ef.png and b/assets/png_128x128/1f1e7-1f1ef.png differ diff --git a/assets/png_128x128/1f1e7-1f1f1.png b/assets/png_128x128/1f1e7-1f1f1.png index b0f8b77f9..ce4b1124e 100644 Binary files a/assets/png_128x128/1f1e7-1f1f1.png and b/assets/png_128x128/1f1e7-1f1f1.png differ diff --git a/assets/png_128x128/1f1e7-1f1f2.png b/assets/png_128x128/1f1e7-1f1f2.png index 5cd068537..d76b5b668 100644 Binary files a/assets/png_128x128/1f1e7-1f1f2.png and b/assets/png_128x128/1f1e7-1f1f2.png differ diff --git a/assets/png_128x128/1f1e7-1f1f3.png b/assets/png_128x128/1f1e7-1f1f3.png index c5da91a14..2911b8c38 100644 Binary files a/assets/png_128x128/1f1e7-1f1f3.png and b/assets/png_128x128/1f1e7-1f1f3.png differ diff --git a/assets/png_128x128/1f1e7-1f1f4.png b/assets/png_128x128/1f1e7-1f1f4.png index 2875972ca..35bb909f5 100644 Binary files a/assets/png_128x128/1f1e7-1f1f4.png and b/assets/png_128x128/1f1e7-1f1f4.png differ diff --git a/assets/png_128x128/1f1e7-1f1f6.png b/assets/png_128x128/1f1e7-1f1f6.png index ecdc14eb1..e9652afc8 100644 Binary files a/assets/png_128x128/1f1e7-1f1f6.png and b/assets/png_128x128/1f1e7-1f1f6.png differ diff --git a/assets/png_128x128/1f1e7-1f1f7.png b/assets/png_128x128/1f1e7-1f1f7.png index bcaaa12c3..1f5e85c4d 100644 Binary files a/assets/png_128x128/1f1e7-1f1f7.png and b/assets/png_128x128/1f1e7-1f1f7.png differ diff --git a/assets/png_128x128/1f1e7-1f1f8.png b/assets/png_128x128/1f1e7-1f1f8.png index f1c01c04c..c6cee612a 100644 Binary files a/assets/png_128x128/1f1e7-1f1f8.png and b/assets/png_128x128/1f1e7-1f1f8.png differ diff --git a/assets/png_128x128/1f1e7-1f1f9.png b/assets/png_128x128/1f1e7-1f1f9.png index 56a1f85ee..e7f465270 100644 Binary files a/assets/png_128x128/1f1e7-1f1f9.png and b/assets/png_128x128/1f1e7-1f1f9.png differ diff --git a/assets/png_128x128/1f1e7-1f1fb.png b/assets/png_128x128/1f1e7-1f1fb.png index 6d69cb6ae..d3cdd451e 100644 Binary files a/assets/png_128x128/1f1e7-1f1fb.png and b/assets/png_128x128/1f1e7-1f1fb.png differ diff --git a/assets/png_128x128/1f1e7-1f1fc.png b/assets/png_128x128/1f1e7-1f1fc.png index 8b5b43a95..a9e0fa183 100644 Binary files a/assets/png_128x128/1f1e7-1f1fc.png and b/assets/png_128x128/1f1e7-1f1fc.png differ diff --git a/assets/png_128x128/1f1e7-1f1fe.png b/assets/png_128x128/1f1e7-1f1fe.png index a010bf5b4..b833e2389 100644 Binary files a/assets/png_128x128/1f1e7-1f1fe.png and b/assets/png_128x128/1f1e7-1f1fe.png differ diff --git a/assets/png_128x128/1f1e7-1f1ff.png b/assets/png_128x128/1f1e7-1f1ff.png index fa2d9da76..85513056f 100644 Binary files a/assets/png_128x128/1f1e7-1f1ff.png and b/assets/png_128x128/1f1e7-1f1ff.png differ diff --git a/assets/png_128x128/1f1e8-1f1e6.png b/assets/png_128x128/1f1e8-1f1e6.png index 3a54612fb..f9e05c893 100644 Binary files a/assets/png_128x128/1f1e8-1f1e6.png and b/assets/png_128x128/1f1e8-1f1e6.png differ diff --git a/assets/png_128x128/1f1e8-1f1e8.png b/assets/png_128x128/1f1e8-1f1e8.png index 2ceb7bb90..6f1345c5f 100644 Binary files a/assets/png_128x128/1f1e8-1f1e8.png and b/assets/png_128x128/1f1e8-1f1e8.png differ diff --git a/assets/png_128x128/1f1e8-1f1e9.png b/assets/png_128x128/1f1e8-1f1e9.png index 0ae251d3b..5baaee94d 100644 Binary files a/assets/png_128x128/1f1e8-1f1e9.png and b/assets/png_128x128/1f1e8-1f1e9.png differ diff --git a/assets/png_128x128/1f1e8-1f1eb.png b/assets/png_128x128/1f1e8-1f1eb.png index f6431487a..78314d604 100644 Binary files a/assets/png_128x128/1f1e8-1f1eb.png and b/assets/png_128x128/1f1e8-1f1eb.png differ diff --git a/assets/png_128x128/1f1e8-1f1ec.png b/assets/png_128x128/1f1e8-1f1ec.png index 46824f521..67d8d0096 100644 Binary files a/assets/png_128x128/1f1e8-1f1ec.png and b/assets/png_128x128/1f1e8-1f1ec.png differ diff --git a/assets/png_128x128/1f1e8-1f1ed.png b/assets/png_128x128/1f1e8-1f1ed.png index 8aa31a974..371062e2d 100644 Binary files a/assets/png_128x128/1f1e8-1f1ed.png and b/assets/png_128x128/1f1e8-1f1ed.png differ diff --git a/assets/png_128x128/1f1e8-1f1ee.png b/assets/png_128x128/1f1e8-1f1ee.png index 34cb23c60..316daa6b2 100644 Binary files a/assets/png_128x128/1f1e8-1f1ee.png and b/assets/png_128x128/1f1e8-1f1ee.png differ diff --git a/assets/png_128x128/1f1e8-1f1f0.png b/assets/png_128x128/1f1e8-1f1f0.png index 45858d118..25cbb7748 100644 Binary files a/assets/png_128x128/1f1e8-1f1f0.png and b/assets/png_128x128/1f1e8-1f1f0.png differ diff --git a/assets/png_128x128/1f1e8-1f1f1.png b/assets/png_128x128/1f1e8-1f1f1.png index 12c9a9e9c..83711072d 100644 Binary files a/assets/png_128x128/1f1e8-1f1f1.png and b/assets/png_128x128/1f1e8-1f1f1.png differ diff --git a/assets/png_128x128/1f1e8-1f1f2.png b/assets/png_128x128/1f1e8-1f1f2.png index 0163d2455..c0f2738e4 100644 Binary files a/assets/png_128x128/1f1e8-1f1f2.png and b/assets/png_128x128/1f1e8-1f1f2.png differ diff --git a/assets/png_128x128/1f1e8-1f1f3.png b/assets/png_128x128/1f1e8-1f1f3.png index f33b86343..6a47b1178 100644 Binary files a/assets/png_128x128/1f1e8-1f1f3.png and b/assets/png_128x128/1f1e8-1f1f3.png differ diff --git a/assets/png_128x128/1f1e8-1f1f4.png b/assets/png_128x128/1f1e8-1f1f4.png index 09a3541f6..2715cd08d 100644 Binary files a/assets/png_128x128/1f1e8-1f1f4.png and b/assets/png_128x128/1f1e8-1f1f4.png differ diff --git a/assets/png_128x128/1f1e8-1f1f5.png b/assets/png_128x128/1f1e8-1f1f5.png index 43dc6fe12..3f161550c 100644 Binary files a/assets/png_128x128/1f1e8-1f1f5.png and b/assets/png_128x128/1f1e8-1f1f5.png differ diff --git a/assets/png_128x128/1f1e8-1f1f7.png b/assets/png_128x128/1f1e8-1f1f7.png index d320f55d9..9aba50283 100644 Binary files a/assets/png_128x128/1f1e8-1f1f7.png and b/assets/png_128x128/1f1e8-1f1f7.png differ diff --git a/assets/png_128x128/1f1e8-1f1fa.png b/assets/png_128x128/1f1e8-1f1fa.png index d2d05fd4d..2b76d5b43 100644 Binary files a/assets/png_128x128/1f1e8-1f1fa.png and b/assets/png_128x128/1f1e8-1f1fa.png differ diff --git a/assets/png_128x128/1f1e8-1f1fb.png b/assets/png_128x128/1f1e8-1f1fb.png index 17b0359a5..367520731 100644 Binary files a/assets/png_128x128/1f1e8-1f1fb.png and b/assets/png_128x128/1f1e8-1f1fb.png differ diff --git a/assets/png_128x128/1f1e8-1f1fc.png b/assets/png_128x128/1f1e8-1f1fc.png index 93e4821a9..da55f83b2 100644 Binary files a/assets/png_128x128/1f1e8-1f1fc.png and b/assets/png_128x128/1f1e8-1f1fc.png differ diff --git a/assets/png_128x128/1f1e8-1f1fd.png b/assets/png_128x128/1f1e8-1f1fd.png index 7f2692f4b..edc11b3b7 100644 Binary files a/assets/png_128x128/1f1e8-1f1fd.png and b/assets/png_128x128/1f1e8-1f1fd.png differ diff --git a/assets/png_128x128/1f1e8-1f1fe.png b/assets/png_128x128/1f1e8-1f1fe.png index d4f9c0ded..cbbd4906e 100644 Binary files a/assets/png_128x128/1f1e8-1f1fe.png and b/assets/png_128x128/1f1e8-1f1fe.png differ diff --git a/assets/png_128x128/1f1e8-1f1ff.png b/assets/png_128x128/1f1e8-1f1ff.png index 3e73ae913..42fea8758 100644 Binary files a/assets/png_128x128/1f1e8-1f1ff.png and b/assets/png_128x128/1f1e8-1f1ff.png differ diff --git a/assets/png_128x128/1f1e9-1f1ea.png b/assets/png_128x128/1f1e9-1f1ea.png index 45448304e..c50875195 100644 Binary files a/assets/png_128x128/1f1e9-1f1ea.png and b/assets/png_128x128/1f1e9-1f1ea.png differ diff --git a/assets/png_128x128/1f1e9-1f1ec.png b/assets/png_128x128/1f1e9-1f1ec.png index 631ffc407..9c9759905 100644 Binary files a/assets/png_128x128/1f1e9-1f1ec.png and b/assets/png_128x128/1f1e9-1f1ec.png differ diff --git a/assets/png_128x128/1f1e9-1f1ef.png b/assets/png_128x128/1f1e9-1f1ef.png index 00f4fd500..da3c801bf 100644 Binary files a/assets/png_128x128/1f1e9-1f1ef.png and b/assets/png_128x128/1f1e9-1f1ef.png differ diff --git a/assets/png_128x128/1f1e9-1f1f0.png b/assets/png_128x128/1f1e9-1f1f0.png index 251944812..ac216b372 100644 Binary files a/assets/png_128x128/1f1e9-1f1f0.png and b/assets/png_128x128/1f1e9-1f1f0.png differ diff --git a/assets/png_128x128/1f1e9-1f1f2.png b/assets/png_128x128/1f1e9-1f1f2.png index 3495982b3..8b5fa42f4 100644 Binary files a/assets/png_128x128/1f1e9-1f1f2.png and b/assets/png_128x128/1f1e9-1f1f2.png differ diff --git a/assets/png_128x128/1f1e9-1f1f4.png b/assets/png_128x128/1f1e9-1f1f4.png index 7851b91bb..95b45d9d3 100644 Binary files a/assets/png_128x128/1f1e9-1f1f4.png and b/assets/png_128x128/1f1e9-1f1f4.png differ diff --git a/assets/png_128x128/1f1e9-1f1ff.png b/assets/png_128x128/1f1e9-1f1ff.png index 84dcfb01b..70ae74245 100644 Binary files a/assets/png_128x128/1f1e9-1f1ff.png and b/assets/png_128x128/1f1e9-1f1ff.png differ diff --git a/assets/png_128x128/1f1ea-1f1e6.png b/assets/png_128x128/1f1ea-1f1e6.png index a68504738..8d8c44da6 100644 Binary files a/assets/png_128x128/1f1ea-1f1e6.png and b/assets/png_128x128/1f1ea-1f1e6.png differ diff --git a/assets/png_128x128/1f1ea-1f1e8.png b/assets/png_128x128/1f1ea-1f1e8.png index 2043a6a4a..dee6bcbc9 100644 Binary files a/assets/png_128x128/1f1ea-1f1e8.png and b/assets/png_128x128/1f1ea-1f1e8.png differ diff --git a/assets/png_128x128/1f1ea-1f1ea.png b/assets/png_128x128/1f1ea-1f1ea.png index 93ed54bd0..e2c9ed50c 100644 Binary files a/assets/png_128x128/1f1ea-1f1ea.png and b/assets/png_128x128/1f1ea-1f1ea.png differ diff --git a/assets/png_128x128/1f1ea-1f1ec.png b/assets/png_128x128/1f1ea-1f1ec.png index 634aab9b9..fdfde1ec0 100644 Binary files a/assets/png_128x128/1f1ea-1f1ec.png and b/assets/png_128x128/1f1ea-1f1ec.png differ diff --git a/assets/png_128x128/1f1ea-1f1ed.png b/assets/png_128x128/1f1ea-1f1ed.png index 003cedfc6..44ea8f091 100644 Binary files a/assets/png_128x128/1f1ea-1f1ed.png and b/assets/png_128x128/1f1ea-1f1ed.png differ diff --git a/assets/png_128x128/1f1ea-1f1f7.png b/assets/png_128x128/1f1ea-1f1f7.png index a0caeac5a..4fa76b55c 100644 Binary files a/assets/png_128x128/1f1ea-1f1f7.png and b/assets/png_128x128/1f1ea-1f1f7.png differ diff --git a/assets/png_128x128/1f1ea-1f1f8.png b/assets/png_128x128/1f1ea-1f1f8.png index 3baa03cc2..fcdd87fad 100644 Binary files a/assets/png_128x128/1f1ea-1f1f8.png and b/assets/png_128x128/1f1ea-1f1f8.png differ diff --git a/assets/png_128x128/1f1ea-1f1f9.png b/assets/png_128x128/1f1ea-1f1f9.png index 1f4c60a49..5f09e9b60 100644 Binary files a/assets/png_128x128/1f1ea-1f1f9.png and b/assets/png_128x128/1f1ea-1f1f9.png differ diff --git a/assets/png_128x128/1f1ea-1f1fa.png b/assets/png_128x128/1f1ea-1f1fa.png index d48c569ec..63aa48b4a 100644 Binary files a/assets/png_128x128/1f1ea-1f1fa.png and b/assets/png_128x128/1f1ea-1f1fa.png differ diff --git a/assets/png_128x128/1f1eb-1f1ee.png b/assets/png_128x128/1f1eb-1f1ee.png index 66ce18899..50c49f7ef 100644 Binary files a/assets/png_128x128/1f1eb-1f1ee.png and b/assets/png_128x128/1f1eb-1f1ee.png differ diff --git a/assets/png_128x128/1f1eb-1f1ef.png b/assets/png_128x128/1f1eb-1f1ef.png index 5673b2a3e..0a46bbe19 100644 Binary files a/assets/png_128x128/1f1eb-1f1ef.png and b/assets/png_128x128/1f1eb-1f1ef.png differ diff --git a/assets/png_128x128/1f1eb-1f1f0.png b/assets/png_128x128/1f1eb-1f1f0.png index 933a006fb..411f392b9 100644 Binary files a/assets/png_128x128/1f1eb-1f1f0.png and b/assets/png_128x128/1f1eb-1f1f0.png differ diff --git a/assets/png_128x128/1f1eb-1f1f2.png b/assets/png_128x128/1f1eb-1f1f2.png index b22ebb3ec..6c8d15b14 100644 Binary files a/assets/png_128x128/1f1eb-1f1f2.png and b/assets/png_128x128/1f1eb-1f1f2.png differ diff --git a/assets/png_128x128/1f1eb-1f1f4.png b/assets/png_128x128/1f1eb-1f1f4.png index 8bc18e429..4d2f8e3c8 100644 Binary files a/assets/png_128x128/1f1eb-1f1f4.png and b/assets/png_128x128/1f1eb-1f1f4.png differ diff --git a/assets/png_128x128/1f1eb-1f1f7.png b/assets/png_128x128/1f1eb-1f1f7.png index c0d3a73bc..1e653236b 100644 Binary files a/assets/png_128x128/1f1eb-1f1f7.png and b/assets/png_128x128/1f1eb-1f1f7.png differ diff --git a/assets/png_128x128/1f1ec-1f1e6.png b/assets/png_128x128/1f1ec-1f1e6.png index 92e7ed009..bd4ea4570 100644 Binary files a/assets/png_128x128/1f1ec-1f1e6.png and b/assets/png_128x128/1f1ec-1f1e6.png differ diff --git a/assets/png_128x128/1f1ec-1f1e7.png b/assets/png_128x128/1f1ec-1f1e7.png index 728a6b54b..7198cc38c 100644 Binary files a/assets/png_128x128/1f1ec-1f1e7.png and b/assets/png_128x128/1f1ec-1f1e7.png differ diff --git a/assets/png_128x128/1f1ec-1f1e9.png b/assets/png_128x128/1f1ec-1f1e9.png index 6be4b01e7..000f2a4f5 100644 Binary files a/assets/png_128x128/1f1ec-1f1e9.png and b/assets/png_128x128/1f1ec-1f1e9.png differ diff --git a/assets/png_128x128/1f1ec-1f1ea.png b/assets/png_128x128/1f1ec-1f1ea.png index af650ffd6..d1428ea98 100644 Binary files a/assets/png_128x128/1f1ec-1f1ea.png and b/assets/png_128x128/1f1ec-1f1ea.png differ diff --git a/assets/png_128x128/1f1ec-1f1eb.png b/assets/png_128x128/1f1ec-1f1eb.png index fb4684c70..1e804b534 100644 Binary files a/assets/png_128x128/1f1ec-1f1eb.png and b/assets/png_128x128/1f1ec-1f1eb.png differ diff --git a/assets/png_128x128/1f1ec-1f1ec.png b/assets/png_128x128/1f1ec-1f1ec.png index fe0ee5fae..479b22826 100644 Binary files a/assets/png_128x128/1f1ec-1f1ec.png and b/assets/png_128x128/1f1ec-1f1ec.png differ diff --git a/assets/png_128x128/1f1ec-1f1ed.png b/assets/png_128x128/1f1ec-1f1ed.png index 83aed9226..6086e9871 100644 Binary files a/assets/png_128x128/1f1ec-1f1ed.png and b/assets/png_128x128/1f1ec-1f1ed.png differ diff --git a/assets/png_128x128/1f1ec-1f1ee.png b/assets/png_128x128/1f1ec-1f1ee.png index d225d02f3..6fdf76e09 100644 Binary files a/assets/png_128x128/1f1ec-1f1ee.png and b/assets/png_128x128/1f1ec-1f1ee.png differ diff --git a/assets/png_128x128/1f1ec-1f1f1.png b/assets/png_128x128/1f1ec-1f1f1.png index 766cae531..9eddf5b4e 100644 Binary files a/assets/png_128x128/1f1ec-1f1f1.png and b/assets/png_128x128/1f1ec-1f1f1.png differ diff --git a/assets/png_128x128/1f1ec-1f1f2.png b/assets/png_128x128/1f1ec-1f1f2.png index 25a40016b..0e88b1764 100644 Binary files a/assets/png_128x128/1f1ec-1f1f2.png and b/assets/png_128x128/1f1ec-1f1f2.png differ diff --git a/assets/png_128x128/1f1ec-1f1f3.png b/assets/png_128x128/1f1ec-1f1f3.png index 03b4a216d..08692c5b9 100644 Binary files a/assets/png_128x128/1f1ec-1f1f3.png and b/assets/png_128x128/1f1ec-1f1f3.png differ diff --git a/assets/png_128x128/1f1ec-1f1f5.png b/assets/png_128x128/1f1ec-1f1f5.png index c802caaf0..7f1a9640f 100644 Binary files a/assets/png_128x128/1f1ec-1f1f5.png and b/assets/png_128x128/1f1ec-1f1f5.png differ diff --git a/assets/png_128x128/1f1ec-1f1f6.png b/assets/png_128x128/1f1ec-1f1f6.png index 030a6dde8..4d2b8952e 100644 Binary files a/assets/png_128x128/1f1ec-1f1f6.png and b/assets/png_128x128/1f1ec-1f1f6.png differ diff --git a/assets/png_128x128/1f1ec-1f1f7.png b/assets/png_128x128/1f1ec-1f1f7.png index 5228fe80e..1e8c8ebcf 100644 Binary files a/assets/png_128x128/1f1ec-1f1f7.png and b/assets/png_128x128/1f1ec-1f1f7.png differ diff --git a/assets/png_128x128/1f1ec-1f1f8.png b/assets/png_128x128/1f1ec-1f1f8.png index 88f9b62b9..62940e2a3 100644 Binary files a/assets/png_128x128/1f1ec-1f1f8.png and b/assets/png_128x128/1f1ec-1f1f8.png differ diff --git a/assets/png_128x128/1f1ec-1f1f9.png b/assets/png_128x128/1f1ec-1f1f9.png index a00579f45..1e7e0f544 100644 Binary files a/assets/png_128x128/1f1ec-1f1f9.png and b/assets/png_128x128/1f1ec-1f1f9.png differ diff --git a/assets/png_128x128/1f1ec-1f1fa.png b/assets/png_128x128/1f1ec-1f1fa.png index a78ae1fb1..6a4d0dc03 100644 Binary files a/assets/png_128x128/1f1ec-1f1fa.png and b/assets/png_128x128/1f1ec-1f1fa.png differ diff --git a/assets/png_128x128/1f1ec-1f1fc.png b/assets/png_128x128/1f1ec-1f1fc.png index cdd022603..415bfcafe 100644 Binary files a/assets/png_128x128/1f1ec-1f1fc.png and b/assets/png_128x128/1f1ec-1f1fc.png differ diff --git a/assets/png_128x128/1f1ec-1f1fe.png b/assets/png_128x128/1f1ec-1f1fe.png index a66a1ea3d..70327e0c8 100644 Binary files a/assets/png_128x128/1f1ec-1f1fe.png and b/assets/png_128x128/1f1ec-1f1fe.png differ diff --git a/assets/png_128x128/1f1ed-1f1f0.png b/assets/png_128x128/1f1ed-1f1f0.png index 00d73f714..35999c1ae 100644 Binary files a/assets/png_128x128/1f1ed-1f1f0.png and b/assets/png_128x128/1f1ed-1f1f0.png differ diff --git a/assets/png_128x128/1f1ed-1f1f2.png b/assets/png_128x128/1f1ed-1f1f2.png index b813fd7b5..fe20ee230 100644 Binary files a/assets/png_128x128/1f1ed-1f1f2.png and b/assets/png_128x128/1f1ed-1f1f2.png differ diff --git a/assets/png_128x128/1f1ed-1f1f3.png b/assets/png_128x128/1f1ed-1f1f3.png index a22d6dae2..fa9c5f327 100644 Binary files a/assets/png_128x128/1f1ed-1f1f3.png and b/assets/png_128x128/1f1ed-1f1f3.png differ diff --git a/assets/png_128x128/1f1ed-1f1f7.png b/assets/png_128x128/1f1ed-1f1f7.png index 667045545..03f1b629a 100644 Binary files a/assets/png_128x128/1f1ed-1f1f7.png and b/assets/png_128x128/1f1ed-1f1f7.png differ diff --git a/assets/png_128x128/1f1ed-1f1f9.png b/assets/png_128x128/1f1ed-1f1f9.png index 608a88585..ec04dca62 100644 Binary files a/assets/png_128x128/1f1ed-1f1f9.png and b/assets/png_128x128/1f1ed-1f1f9.png differ diff --git a/assets/png_128x128/1f1ed-1f1fa.png b/assets/png_128x128/1f1ed-1f1fa.png index 149d4bc2f..dbd6478f0 100644 Binary files a/assets/png_128x128/1f1ed-1f1fa.png and b/assets/png_128x128/1f1ed-1f1fa.png differ diff --git a/assets/png_128x128/1f1ee-1f1e8.png b/assets/png_128x128/1f1ee-1f1e8.png index c73fb0e93..dc80b86ca 100644 Binary files a/assets/png_128x128/1f1ee-1f1e8.png and b/assets/png_128x128/1f1ee-1f1e8.png differ diff --git a/assets/png_128x128/1f1ee-1f1e9.png b/assets/png_128x128/1f1ee-1f1e9.png index e617a4cfe..46e813f24 100644 Binary files a/assets/png_128x128/1f1ee-1f1e9.png and b/assets/png_128x128/1f1ee-1f1e9.png differ diff --git a/assets/png_128x128/1f1ee-1f1ea.png b/assets/png_128x128/1f1ee-1f1ea.png index e97fd014b..1cd674d2d 100644 Binary files a/assets/png_128x128/1f1ee-1f1ea.png and b/assets/png_128x128/1f1ee-1f1ea.png differ diff --git a/assets/png_128x128/1f1ee-1f1f1.png b/assets/png_128x128/1f1ee-1f1f1.png index 67e136175..8301d130f 100644 Binary files a/assets/png_128x128/1f1ee-1f1f1.png and b/assets/png_128x128/1f1ee-1f1f1.png differ diff --git a/assets/png_128x128/1f1ee-1f1f2.png b/assets/png_128x128/1f1ee-1f1f2.png index 5ed0f34e5..2cfe63fa9 100644 Binary files a/assets/png_128x128/1f1ee-1f1f2.png and b/assets/png_128x128/1f1ee-1f1f2.png differ diff --git a/assets/png_128x128/1f1ee-1f1f3.png b/assets/png_128x128/1f1ee-1f1f3.png index e7e9e8fcb..b25ef94e5 100644 Binary files a/assets/png_128x128/1f1ee-1f1f3.png and b/assets/png_128x128/1f1ee-1f1f3.png differ diff --git a/assets/png_128x128/1f1ee-1f1f4.png b/assets/png_128x128/1f1ee-1f1f4.png index e34c1505f..9c9759905 100644 Binary files a/assets/png_128x128/1f1ee-1f1f4.png and b/assets/png_128x128/1f1ee-1f1f4.png differ diff --git a/assets/png_128x128/1f1ee-1f1f6.png b/assets/png_128x128/1f1ee-1f1f6.png index f3f3955ce..0c15e640a 100644 Binary files a/assets/png_128x128/1f1ee-1f1f6.png and b/assets/png_128x128/1f1ee-1f1f6.png differ diff --git a/assets/png_128x128/1f1ee-1f1f7.png b/assets/png_128x128/1f1ee-1f1f7.png index 6ea9147bd..7b9e55f6b 100644 Binary files a/assets/png_128x128/1f1ee-1f1f7.png and b/assets/png_128x128/1f1ee-1f1f7.png differ diff --git a/assets/png_128x128/1f1ee-1f1f8.png b/assets/png_128x128/1f1ee-1f1f8.png index 4c316743a..5403fa314 100644 Binary files a/assets/png_128x128/1f1ee-1f1f8.png and b/assets/png_128x128/1f1ee-1f1f8.png differ diff --git a/assets/png_128x128/1f1ee-1f1f9.png b/assets/png_128x128/1f1ee-1f1f9.png index 628bbec6d..eb83c29f1 100644 Binary files a/assets/png_128x128/1f1ee-1f1f9.png and b/assets/png_128x128/1f1ee-1f1f9.png differ diff --git a/assets/png_128x128/1f1ef-1f1ea.png b/assets/png_128x128/1f1ef-1f1ea.png index d28a293b7..262abe274 100644 Binary files a/assets/png_128x128/1f1ef-1f1ea.png and b/assets/png_128x128/1f1ef-1f1ea.png differ diff --git a/assets/png_128x128/1f1ef-1f1f2.png b/assets/png_128x128/1f1ef-1f1f2.png index 9855fa8e6..388fdfce7 100644 Binary files a/assets/png_128x128/1f1ef-1f1f2.png and b/assets/png_128x128/1f1ef-1f1f2.png differ diff --git a/assets/png_128x128/1f1ef-1f1f4.png b/assets/png_128x128/1f1ef-1f1f4.png index ef9b3e03f..5e3806ad1 100644 Binary files a/assets/png_128x128/1f1ef-1f1f4.png and b/assets/png_128x128/1f1ef-1f1f4.png differ diff --git a/assets/png_128x128/1f1ef-1f1f5.png b/assets/png_128x128/1f1ef-1f1f5.png index 00066dc9f..31864ad94 100644 Binary files a/assets/png_128x128/1f1ef-1f1f5.png and b/assets/png_128x128/1f1ef-1f1f5.png differ diff --git a/assets/png_128x128/1f1f0-1f1ea.png b/assets/png_128x128/1f1f0-1f1ea.png index d21c6373b..599685b6b 100644 Binary files a/assets/png_128x128/1f1f0-1f1ea.png and b/assets/png_128x128/1f1f0-1f1ea.png differ diff --git a/assets/png_128x128/1f1f0-1f1ec.png b/assets/png_128x128/1f1f0-1f1ec.png index 9216a6c0d..7315e645b 100644 Binary files a/assets/png_128x128/1f1f0-1f1ec.png and b/assets/png_128x128/1f1f0-1f1ec.png differ diff --git a/assets/png_128x128/1f1f0-1f1ed.png b/assets/png_128x128/1f1f0-1f1ed.png index 2c26d147e..92e721170 100644 Binary files a/assets/png_128x128/1f1f0-1f1ed.png and b/assets/png_128x128/1f1f0-1f1ed.png differ diff --git a/assets/png_128x128/1f1f0-1f1ee.png b/assets/png_128x128/1f1f0-1f1ee.png index b456d13c8..ecc3b9ace 100644 Binary files a/assets/png_128x128/1f1f0-1f1ee.png and b/assets/png_128x128/1f1f0-1f1ee.png differ diff --git a/assets/png_128x128/1f1f0-1f1f2.png b/assets/png_128x128/1f1f0-1f1f2.png index 8761bfe0a..e308f1a90 100644 Binary files a/assets/png_128x128/1f1f0-1f1f2.png and b/assets/png_128x128/1f1f0-1f1f2.png differ diff --git a/assets/png_128x128/1f1f0-1f1f3.png b/assets/png_128x128/1f1f0-1f1f3.png index 23dc75dae..7fa11da2b 100644 Binary files a/assets/png_128x128/1f1f0-1f1f3.png and b/assets/png_128x128/1f1f0-1f1f3.png differ diff --git a/assets/png_128x128/1f1f0-1f1f5.png b/assets/png_128x128/1f1f0-1f1f5.png index 495aaf449..5a1db9f38 100644 Binary files a/assets/png_128x128/1f1f0-1f1f5.png and b/assets/png_128x128/1f1f0-1f1f5.png differ diff --git a/assets/png_128x128/1f1f0-1f1f7.png b/assets/png_128x128/1f1f0-1f1f7.png index 834c18729..d8b3982c1 100644 Binary files a/assets/png_128x128/1f1f0-1f1f7.png and b/assets/png_128x128/1f1f0-1f1f7.png differ diff --git a/assets/png_128x128/1f1f0-1f1fc.png b/assets/png_128x128/1f1f0-1f1fc.png index 9f67dda23..f42d7430b 100644 Binary files a/assets/png_128x128/1f1f0-1f1fc.png and b/assets/png_128x128/1f1f0-1f1fc.png differ diff --git a/assets/png_128x128/1f1f0-1f1fe.png b/assets/png_128x128/1f1f0-1f1fe.png index 5ccac0e51..ee9ba8205 100644 Binary files a/assets/png_128x128/1f1f0-1f1fe.png and b/assets/png_128x128/1f1f0-1f1fe.png differ diff --git a/assets/png_128x128/1f1f0-1f1ff.png b/assets/png_128x128/1f1f0-1f1ff.png index d0d69af86..c11bfcb44 100644 Binary files a/assets/png_128x128/1f1f0-1f1ff.png and b/assets/png_128x128/1f1f0-1f1ff.png differ diff --git a/assets/png_128x128/1f1f1-1f1e6.png b/assets/png_128x128/1f1f1-1f1e6.png index a75a9bbd7..f00c92ecd 100644 Binary files a/assets/png_128x128/1f1f1-1f1e6.png and b/assets/png_128x128/1f1f1-1f1e6.png differ diff --git a/assets/png_128x128/1f1f1-1f1e7.png b/assets/png_128x128/1f1f1-1f1e7.png index 2941f5c0a..08b27cc14 100644 Binary files a/assets/png_128x128/1f1f1-1f1e7.png and b/assets/png_128x128/1f1f1-1f1e7.png differ diff --git a/assets/png_128x128/1f1f1-1f1e8.png b/assets/png_128x128/1f1f1-1f1e8.png index b1b7694da..dd0ae1a1a 100644 Binary files a/assets/png_128x128/1f1f1-1f1e8.png and b/assets/png_128x128/1f1f1-1f1e8.png differ diff --git a/assets/png_128x128/1f1f1-1f1ee.png b/assets/png_128x128/1f1f1-1f1ee.png index 25384e2c3..fce752d01 100644 Binary files a/assets/png_128x128/1f1f1-1f1ee.png and b/assets/png_128x128/1f1f1-1f1ee.png differ diff --git a/assets/png_128x128/1f1f1-1f1f0.png b/assets/png_128x128/1f1f1-1f1f0.png index 5d73efa71..736e0cedf 100644 Binary files a/assets/png_128x128/1f1f1-1f1f0.png and b/assets/png_128x128/1f1f1-1f1f0.png differ diff --git a/assets/png_128x128/1f1f1-1f1f7.png b/assets/png_128x128/1f1f1-1f1f7.png index b28af40b7..0b8b475ac 100644 Binary files a/assets/png_128x128/1f1f1-1f1f7.png and b/assets/png_128x128/1f1f1-1f1f7.png differ diff --git a/assets/png_128x128/1f1f1-1f1f8.png b/assets/png_128x128/1f1f1-1f1f8.png index 33eabf134..044780207 100644 Binary files a/assets/png_128x128/1f1f1-1f1f8.png and b/assets/png_128x128/1f1f1-1f1f8.png differ diff --git a/assets/png_128x128/1f1f1-1f1f9.png b/assets/png_128x128/1f1f1-1f1f9.png index f85bab650..eeb4a3df0 100644 Binary files a/assets/png_128x128/1f1f1-1f1f9.png and b/assets/png_128x128/1f1f1-1f1f9.png differ diff --git a/assets/png_128x128/1f1f1-1f1fa.png b/assets/png_128x128/1f1f1-1f1fa.png index d0cec7e60..ef6c73c38 100644 Binary files a/assets/png_128x128/1f1f1-1f1fa.png and b/assets/png_128x128/1f1f1-1f1fa.png differ diff --git a/assets/png_128x128/1f1f1-1f1fb.png b/assets/png_128x128/1f1f1-1f1fb.png index 539445676..eb945dc34 100644 Binary files a/assets/png_128x128/1f1f1-1f1fb.png and b/assets/png_128x128/1f1f1-1f1fb.png differ diff --git a/assets/png_128x128/1f1f1-1f1fe.png b/assets/png_128x128/1f1f1-1f1fe.png index 048f55d26..794c43539 100644 Binary files a/assets/png_128x128/1f1f1-1f1fe.png and b/assets/png_128x128/1f1f1-1f1fe.png differ diff --git a/assets/png_128x128/1f1f2-1f1e6.png b/assets/png_128x128/1f1f2-1f1e6.png index 4aad99cd1..3ecadb7c1 100644 Binary files a/assets/png_128x128/1f1f2-1f1e6.png and b/assets/png_128x128/1f1f2-1f1e6.png differ diff --git a/assets/png_128x128/1f1f2-1f1e8.png b/assets/png_128x128/1f1f2-1f1e8.png index 246d5edb4..b25cdb451 100644 Binary files a/assets/png_128x128/1f1f2-1f1e8.png and b/assets/png_128x128/1f1f2-1f1e8.png differ diff --git a/assets/png_128x128/1f1f2-1f1e9.png b/assets/png_128x128/1f1f2-1f1e9.png index e16b7a35b..7a9e46a46 100644 Binary files a/assets/png_128x128/1f1f2-1f1e9.png and b/assets/png_128x128/1f1f2-1f1e9.png differ diff --git a/assets/png_128x128/1f1f2-1f1ea.png b/assets/png_128x128/1f1f2-1f1ea.png index 9e10cf3be..87af85efb 100644 Binary files a/assets/png_128x128/1f1f2-1f1ea.png and b/assets/png_128x128/1f1f2-1f1ea.png differ diff --git a/assets/png_128x128/1f1f2-1f1eb.png b/assets/png_128x128/1f1f2-1f1eb.png index 5dfbd2060..3f161550c 100644 Binary files a/assets/png_128x128/1f1f2-1f1eb.png and b/assets/png_128x128/1f1f2-1f1eb.png differ diff --git a/assets/png_128x128/1f1f2-1f1ec.png b/assets/png_128x128/1f1f2-1f1ec.png index dec12e7d3..0419c9d69 100644 Binary files a/assets/png_128x128/1f1f2-1f1ec.png and b/assets/png_128x128/1f1f2-1f1ec.png differ diff --git a/assets/png_128x128/1f1f2-1f1ed.png b/assets/png_128x128/1f1f2-1f1ed.png index d5c94f042..5de20b16e 100644 Binary files a/assets/png_128x128/1f1f2-1f1ed.png and b/assets/png_128x128/1f1f2-1f1ed.png differ diff --git a/assets/png_128x128/1f1f2-1f1f0.png b/assets/png_128x128/1f1f2-1f1f0.png index dcdc32565..bcf35e5d7 100644 Binary files a/assets/png_128x128/1f1f2-1f1f0.png and b/assets/png_128x128/1f1f2-1f1f0.png differ diff --git a/assets/png_128x128/1f1f2-1f1f1.png b/assets/png_128x128/1f1f2-1f1f1.png index 3953b643b..b7119dc3c 100644 Binary files a/assets/png_128x128/1f1f2-1f1f1.png and b/assets/png_128x128/1f1f2-1f1f1.png differ diff --git a/assets/png_128x128/1f1f2-1f1f2.png b/assets/png_128x128/1f1f2-1f1f2.png index 3fd5bc279..4132b0c56 100644 Binary files a/assets/png_128x128/1f1f2-1f1f2.png and b/assets/png_128x128/1f1f2-1f1f2.png differ diff --git a/assets/png_128x128/1f1f2-1f1f3.png b/assets/png_128x128/1f1f2-1f1f3.png index aa858981b..629d6e372 100644 Binary files a/assets/png_128x128/1f1f2-1f1f3.png and b/assets/png_128x128/1f1f2-1f1f3.png differ diff --git a/assets/png_128x128/1f1f2-1f1f4.png b/assets/png_128x128/1f1f2-1f1f4.png index f6372e62a..72a5eea27 100644 Binary files a/assets/png_128x128/1f1f2-1f1f4.png and b/assets/png_128x128/1f1f2-1f1f4.png differ diff --git a/assets/png_128x128/1f1f2-1f1f5.png b/assets/png_128x128/1f1f2-1f1f5.png index 770096ee8..ffff9afac 100644 Binary files a/assets/png_128x128/1f1f2-1f1f5.png and b/assets/png_128x128/1f1f2-1f1f5.png differ diff --git a/assets/png_128x128/1f1f2-1f1f6.png b/assets/png_128x128/1f1f2-1f1f6.png index 0d3cb97fe..1c8f4c389 100644 Binary files a/assets/png_128x128/1f1f2-1f1f6.png and b/assets/png_128x128/1f1f2-1f1f6.png differ diff --git a/assets/png_128x128/1f1f2-1f1f7.png b/assets/png_128x128/1f1f2-1f1f7.png index 18347d340..32b43b0f3 100644 Binary files a/assets/png_128x128/1f1f2-1f1f7.png and b/assets/png_128x128/1f1f2-1f1f7.png differ diff --git a/assets/png_128x128/1f1f2-1f1f8.png b/assets/png_128x128/1f1f2-1f1f8.png index ccc56a4bf..f589119f7 100644 Binary files a/assets/png_128x128/1f1f2-1f1f8.png and b/assets/png_128x128/1f1f2-1f1f8.png differ diff --git a/assets/png_128x128/1f1f2-1f1f9.png b/assets/png_128x128/1f1f2-1f1f9.png index ec7cd9962..39d0aa647 100644 Binary files a/assets/png_128x128/1f1f2-1f1f9.png and b/assets/png_128x128/1f1f2-1f1f9.png differ diff --git a/assets/png_128x128/1f1f2-1f1fa.png b/assets/png_128x128/1f1f2-1f1fa.png index af88f1856..6f6fe59ad 100644 Binary files a/assets/png_128x128/1f1f2-1f1fa.png and b/assets/png_128x128/1f1f2-1f1fa.png differ diff --git a/assets/png_128x128/1f1f2-1f1fb.png b/assets/png_128x128/1f1f2-1f1fb.png index fd406f635..8166fe3c8 100644 Binary files a/assets/png_128x128/1f1f2-1f1fb.png and b/assets/png_128x128/1f1f2-1f1fb.png differ diff --git a/assets/png_128x128/1f1f2-1f1fc.png b/assets/png_128x128/1f1f2-1f1fc.png index 9c1f7d56f..d2dd90b99 100644 Binary files a/assets/png_128x128/1f1f2-1f1fc.png and b/assets/png_128x128/1f1f2-1f1fc.png differ diff --git a/assets/png_128x128/1f1f2-1f1fd.png b/assets/png_128x128/1f1f2-1f1fd.png index 3dfdaf827..99c03c47b 100644 Binary files a/assets/png_128x128/1f1f2-1f1fd.png and b/assets/png_128x128/1f1f2-1f1fd.png differ diff --git a/assets/png_128x128/1f1f2-1f1fe.png b/assets/png_128x128/1f1f2-1f1fe.png index cc3d656ac..21a4646c9 100644 Binary files a/assets/png_128x128/1f1f2-1f1fe.png and b/assets/png_128x128/1f1f2-1f1fe.png differ diff --git a/assets/png_128x128/1f1f2-1f1ff.png b/assets/png_128x128/1f1f2-1f1ff.png index d170a4962..c274525eb 100644 Binary files a/assets/png_128x128/1f1f2-1f1ff.png and b/assets/png_128x128/1f1f2-1f1ff.png differ diff --git a/assets/png_128x128/1f1f3-1f1e6.png b/assets/png_128x128/1f1f3-1f1e6.png index 2c2135f9d..b10e04b8f 100644 Binary files a/assets/png_128x128/1f1f3-1f1e6.png and b/assets/png_128x128/1f1f3-1f1e6.png differ diff --git a/assets/png_128x128/1f1f3-1f1e8.png b/assets/png_128x128/1f1f3-1f1e8.png index 2cc3524a9..e1827a086 100644 Binary files a/assets/png_128x128/1f1f3-1f1e8.png and b/assets/png_128x128/1f1f3-1f1e8.png differ diff --git a/assets/png_128x128/1f1f3-1f1ea.png b/assets/png_128x128/1f1f3-1f1ea.png index 3744ccd3f..9c6e772b3 100644 Binary files a/assets/png_128x128/1f1f3-1f1ea.png and b/assets/png_128x128/1f1f3-1f1ea.png differ diff --git a/assets/png_128x128/1f1f3-1f1eb.png b/assets/png_128x128/1f1f3-1f1eb.png index 26ee7c96b..069518da3 100644 Binary files a/assets/png_128x128/1f1f3-1f1eb.png and b/assets/png_128x128/1f1f3-1f1eb.png differ diff --git a/assets/png_128x128/1f1f3-1f1ec.png b/assets/png_128x128/1f1f3-1f1ec.png index df0c2c167..0b2bae689 100644 Binary files a/assets/png_128x128/1f1f3-1f1ec.png and b/assets/png_128x128/1f1f3-1f1ec.png differ diff --git a/assets/png_128x128/1f1f3-1f1ee.png b/assets/png_128x128/1f1f3-1f1ee.png index fe7846a19..3ac53f164 100644 Binary files a/assets/png_128x128/1f1f3-1f1ee.png and b/assets/png_128x128/1f1f3-1f1ee.png differ diff --git a/assets/png_128x128/1f1f3-1f1f1.png b/assets/png_128x128/1f1f3-1f1f1.png index 943d0f0a4..2c37821e3 100644 Binary files a/assets/png_128x128/1f1f3-1f1f1.png and b/assets/png_128x128/1f1f3-1f1f1.png differ diff --git a/assets/png_128x128/1f1f3-1f1f4.png b/assets/png_128x128/1f1f3-1f1f4.png index b8849b2f9..ad63fc887 100644 Binary files a/assets/png_128x128/1f1f3-1f1f4.png and b/assets/png_128x128/1f1f3-1f1f4.png differ diff --git a/assets/png_128x128/1f1f3-1f1f5.png b/assets/png_128x128/1f1f3-1f1f5.png index f0e69947f..5a8544039 100644 Binary files a/assets/png_128x128/1f1f3-1f1f5.png and b/assets/png_128x128/1f1f3-1f1f5.png differ diff --git a/assets/png_128x128/1f1f3-1f1f7.png b/assets/png_128x128/1f1f3-1f1f7.png index 2806c738d..3e2daf191 100644 Binary files a/assets/png_128x128/1f1f3-1f1f7.png and b/assets/png_128x128/1f1f3-1f1f7.png differ diff --git a/assets/png_128x128/1f1f3-1f1fa.png b/assets/png_128x128/1f1f3-1f1fa.png index 7ff64e3b7..979878ada 100644 Binary files a/assets/png_128x128/1f1f3-1f1fa.png and b/assets/png_128x128/1f1f3-1f1fa.png differ diff --git a/assets/png_128x128/1f1f3-1f1ff.png b/assets/png_128x128/1f1f3-1f1ff.png index 0bcbf03e2..03892f111 100644 Binary files a/assets/png_128x128/1f1f3-1f1ff.png and b/assets/png_128x128/1f1f3-1f1ff.png differ diff --git a/assets/png_128x128/1f1f4-1f1f2.png b/assets/png_128x128/1f1f4-1f1f2.png index cc3323531..91589d0dd 100644 Binary files a/assets/png_128x128/1f1f4-1f1f2.png and b/assets/png_128x128/1f1f4-1f1f2.png differ diff --git a/assets/png_128x128/1f1f5-1f1e6.png b/assets/png_128x128/1f1f5-1f1e6.png index 227fb4e81..aa1afde6b 100644 Binary files a/assets/png_128x128/1f1f5-1f1e6.png and b/assets/png_128x128/1f1f5-1f1e6.png differ diff --git a/assets/png_128x128/1f1f5-1f1ea.png b/assets/png_128x128/1f1f5-1f1ea.png index 8a789d5b6..11c71a1ce 100644 Binary files a/assets/png_128x128/1f1f5-1f1ea.png and b/assets/png_128x128/1f1f5-1f1ea.png differ diff --git a/assets/png_128x128/1f1f5-1f1eb.png b/assets/png_128x128/1f1f5-1f1eb.png index 9afba3da2..7d52fe3b2 100644 Binary files a/assets/png_128x128/1f1f5-1f1eb.png and b/assets/png_128x128/1f1f5-1f1eb.png differ diff --git a/assets/png_128x128/1f1f5-1f1ec.png b/assets/png_128x128/1f1f5-1f1ec.png index 2575b9c05..0560f1d16 100644 Binary files a/assets/png_128x128/1f1f5-1f1ec.png and b/assets/png_128x128/1f1f5-1f1ec.png differ diff --git a/assets/png_128x128/1f1f5-1f1ed.png b/assets/png_128x128/1f1f5-1f1ed.png index 6ed112d5b..856b97c92 100644 Binary files a/assets/png_128x128/1f1f5-1f1ed.png and b/assets/png_128x128/1f1f5-1f1ed.png differ diff --git a/assets/png_128x128/1f1f5-1f1f0.png b/assets/png_128x128/1f1f5-1f1f0.png index 0f82b4e9d..acdb5f0ee 100644 Binary files a/assets/png_128x128/1f1f5-1f1f0.png and b/assets/png_128x128/1f1f5-1f1f0.png differ diff --git a/assets/png_128x128/1f1f5-1f1f1.png b/assets/png_128x128/1f1f5-1f1f1.png index e4744ecb8..8d1bb4f2e 100644 Binary files a/assets/png_128x128/1f1f5-1f1f1.png and b/assets/png_128x128/1f1f5-1f1f1.png differ diff --git a/assets/png_128x128/1f1f5-1f1f2.png b/assets/png_128x128/1f1f5-1f1f2.png index daad4ce68..8c171ede2 100644 Binary files a/assets/png_128x128/1f1f5-1f1f2.png and b/assets/png_128x128/1f1f5-1f1f2.png differ diff --git a/assets/png_128x128/1f1f5-1f1f3.png b/assets/png_128x128/1f1f5-1f1f3.png index 4a75eb968..9633ed7af 100644 Binary files a/assets/png_128x128/1f1f5-1f1f3.png and b/assets/png_128x128/1f1f5-1f1f3.png differ diff --git a/assets/png_128x128/1f1f5-1f1f7.png b/assets/png_128x128/1f1f5-1f1f7.png index b140cf315..fd4e23123 100644 Binary files a/assets/png_128x128/1f1f5-1f1f7.png and b/assets/png_128x128/1f1f5-1f1f7.png differ diff --git a/assets/png_128x128/1f1f5-1f1f8.png b/assets/png_128x128/1f1f5-1f1f8.png index f5634134d..e1d4e1763 100644 Binary files a/assets/png_128x128/1f1f5-1f1f8.png and b/assets/png_128x128/1f1f5-1f1f8.png differ diff --git a/assets/png_128x128/1f1f5-1f1f9.png b/assets/png_128x128/1f1f5-1f1f9.png index ed830cc4e..f8fef1af4 100644 Binary files a/assets/png_128x128/1f1f5-1f1f9.png and b/assets/png_128x128/1f1f5-1f1f9.png differ diff --git a/assets/png_128x128/1f1f5-1f1fc.png b/assets/png_128x128/1f1f5-1f1fc.png index 051bdcc73..5f2d85a26 100644 Binary files a/assets/png_128x128/1f1f5-1f1fc.png and b/assets/png_128x128/1f1f5-1f1fc.png differ diff --git a/assets/png_128x128/1f1f5-1f1fe.png b/assets/png_128x128/1f1f5-1f1fe.png index 28a8fe870..1986caa58 100644 Binary files a/assets/png_128x128/1f1f5-1f1fe.png and b/assets/png_128x128/1f1f5-1f1fe.png differ diff --git a/assets/png_128x128/1f1f6-1f1e6.png b/assets/png_128x128/1f1f6-1f1e6.png index f55f4fe3c..a3093e630 100644 Binary files a/assets/png_128x128/1f1f6-1f1e6.png and b/assets/png_128x128/1f1f6-1f1e6.png differ diff --git a/assets/png_128x128/1f1f7-1f1ea.png b/assets/png_128x128/1f1f7-1f1ea.png index 6dc4365fc..ef74c5847 100644 Binary files a/assets/png_128x128/1f1f7-1f1ea.png and b/assets/png_128x128/1f1f7-1f1ea.png differ diff --git a/assets/png_128x128/1f1f7-1f1f4.png b/assets/png_128x128/1f1f7-1f1f4.png index 112f8200b..445422253 100644 Binary files a/assets/png_128x128/1f1f7-1f1f4.png and b/assets/png_128x128/1f1f7-1f1f4.png differ diff --git a/assets/png_128x128/1f1f7-1f1f8.png b/assets/png_128x128/1f1f7-1f1f8.png index f30a932c5..7cae672e6 100644 Binary files a/assets/png_128x128/1f1f7-1f1f8.png and b/assets/png_128x128/1f1f7-1f1f8.png differ diff --git a/assets/png_128x128/1f1f7-1f1fa.png b/assets/png_128x128/1f1f7-1f1fa.png index 8a9419e4e..07a605973 100644 Binary files a/assets/png_128x128/1f1f7-1f1fa.png and b/assets/png_128x128/1f1f7-1f1fa.png differ diff --git a/assets/png_128x128/1f1f7-1f1fc.png b/assets/png_128x128/1f1f7-1f1fc.png index 69f6560dd..b9276e7c3 100644 Binary files a/assets/png_128x128/1f1f7-1f1fc.png and b/assets/png_128x128/1f1f7-1f1fc.png differ diff --git a/assets/png_128x128/1f1f8-1f1e6.png b/assets/png_128x128/1f1f8-1f1e6.png index 8b591b733..d06701848 100644 Binary files a/assets/png_128x128/1f1f8-1f1e6.png and b/assets/png_128x128/1f1f8-1f1e6.png differ diff --git a/assets/png_128x128/1f1f8-1f1e7.png b/assets/png_128x128/1f1f8-1f1e7.png index 3743c8d34..eecbf0a94 100644 Binary files a/assets/png_128x128/1f1f8-1f1e7.png and b/assets/png_128x128/1f1f8-1f1e7.png differ diff --git a/assets/png_128x128/1f1f8-1f1e8.png b/assets/png_128x128/1f1f8-1f1e8.png index 0fc22fa67..f170c3bb5 100644 Binary files a/assets/png_128x128/1f1f8-1f1e8.png and b/assets/png_128x128/1f1f8-1f1e8.png differ diff --git a/assets/png_128x128/1f1f8-1f1e9.png b/assets/png_128x128/1f1f8-1f1e9.png index df6012d57..a9bba6fd7 100644 Binary files a/assets/png_128x128/1f1f8-1f1e9.png and b/assets/png_128x128/1f1f8-1f1e9.png differ diff --git a/assets/png_128x128/1f1f8-1f1ea.png b/assets/png_128x128/1f1f8-1f1ea.png index 80174a750..f9ffeaee6 100644 Binary files a/assets/png_128x128/1f1f8-1f1ea.png and b/assets/png_128x128/1f1f8-1f1ea.png differ diff --git a/assets/png_128x128/1f1f8-1f1ec.png b/assets/png_128x128/1f1f8-1f1ec.png index 40f9790af..b391859ac 100644 Binary files a/assets/png_128x128/1f1f8-1f1ec.png and b/assets/png_128x128/1f1f8-1f1ec.png differ diff --git a/assets/png_128x128/1f1f8-1f1ed.png b/assets/png_128x128/1f1f8-1f1ed.png index 5500475f6..fac541a00 100644 Binary files a/assets/png_128x128/1f1f8-1f1ed.png and b/assets/png_128x128/1f1f8-1f1ed.png differ diff --git a/assets/png_128x128/1f1f8-1f1ee.png b/assets/png_128x128/1f1f8-1f1ee.png index 23d75cd7b..35aba830e 100644 Binary files a/assets/png_128x128/1f1f8-1f1ee.png and b/assets/png_128x128/1f1f8-1f1ee.png differ diff --git a/assets/png_128x128/1f1f8-1f1ef.png b/assets/png_128x128/1f1f8-1f1ef.png index f44f1699c..d3cdd451e 100644 Binary files a/assets/png_128x128/1f1f8-1f1ef.png and b/assets/png_128x128/1f1f8-1f1ef.png differ diff --git a/assets/png_128x128/1f1f8-1f1f0.png b/assets/png_128x128/1f1f8-1f1f0.png index d709f3aab..626931d3f 100644 Binary files a/assets/png_128x128/1f1f8-1f1f0.png and b/assets/png_128x128/1f1f8-1f1f0.png differ diff --git a/assets/png_128x128/1f1f8-1f1f1.png b/assets/png_128x128/1f1f8-1f1f1.png index 93b671a47..ff47ec4d7 100644 Binary files a/assets/png_128x128/1f1f8-1f1f1.png and b/assets/png_128x128/1f1f8-1f1f1.png differ diff --git a/assets/png_128x128/1f1f8-1f1f2.png b/assets/png_128x128/1f1f8-1f1f2.png index 37119f25f..b527eb2b4 100644 Binary files a/assets/png_128x128/1f1f8-1f1f2.png and b/assets/png_128x128/1f1f8-1f1f2.png differ diff --git a/assets/png_128x128/1f1f8-1f1f3.png b/assets/png_128x128/1f1f8-1f1f3.png index 8a879d309..b69f37742 100644 Binary files a/assets/png_128x128/1f1f8-1f1f3.png and b/assets/png_128x128/1f1f8-1f1f3.png differ diff --git a/assets/png_128x128/1f1f8-1f1f4.png b/assets/png_128x128/1f1f8-1f1f4.png index b4d003f79..966c318e7 100644 Binary files a/assets/png_128x128/1f1f8-1f1f4.png and b/assets/png_128x128/1f1f8-1f1f4.png differ diff --git a/assets/png_128x128/1f1f8-1f1f7.png b/assets/png_128x128/1f1f8-1f1f7.png index ed441d4c2..8e1802666 100644 Binary files a/assets/png_128x128/1f1f8-1f1f7.png and b/assets/png_128x128/1f1f8-1f1f7.png differ diff --git a/assets/png_128x128/1f1f8-1f1f8.png b/assets/png_128x128/1f1f8-1f1f8.png index fbdb2498d..3c562352e 100644 Binary files a/assets/png_128x128/1f1f8-1f1f8.png and b/assets/png_128x128/1f1f8-1f1f8.png differ diff --git a/assets/png_128x128/1f1f8-1f1f9.png b/assets/png_128x128/1f1f8-1f1f9.png index 60fcbb344..4b8890c7d 100644 Binary files a/assets/png_128x128/1f1f8-1f1f9.png and b/assets/png_128x128/1f1f8-1f1f9.png differ diff --git a/assets/png_128x128/1f1f8-1f1fb.png b/assets/png_128x128/1f1f8-1f1fb.png index 7387d76b0..1f24b6152 100644 Binary files a/assets/png_128x128/1f1f8-1f1fb.png and b/assets/png_128x128/1f1f8-1f1fb.png differ diff --git a/assets/png_128x128/1f1f8-1f1fd.png b/assets/png_128x128/1f1f8-1f1fd.png index 9a2432686..da0b10f0b 100644 Binary files a/assets/png_128x128/1f1f8-1f1fd.png and b/assets/png_128x128/1f1f8-1f1fd.png differ diff --git a/assets/png_128x128/1f1f8-1f1fe.png b/assets/png_128x128/1f1f8-1f1fe.png index 877edb697..b4d8a87cd 100644 Binary files a/assets/png_128x128/1f1f8-1f1fe.png and b/assets/png_128x128/1f1f8-1f1fe.png differ diff --git a/assets/png_128x128/1f1f8-1f1ff.png b/assets/png_128x128/1f1f8-1f1ff.png index 3c1d4d022..791cbc70a 100644 Binary files a/assets/png_128x128/1f1f8-1f1ff.png and b/assets/png_128x128/1f1f8-1f1ff.png differ diff --git a/assets/png_128x128/1f1f9-1f1e6.png b/assets/png_128x128/1f1f9-1f1e6.png index 68f080fe8..e932d2a35 100644 Binary files a/assets/png_128x128/1f1f9-1f1e6.png and b/assets/png_128x128/1f1f9-1f1e6.png differ diff --git a/assets/png_128x128/1f1f9-1f1e8.png b/assets/png_128x128/1f1f9-1f1e8.png index f1412d078..229eb8f26 100644 Binary files a/assets/png_128x128/1f1f9-1f1e8.png and b/assets/png_128x128/1f1f9-1f1e8.png differ diff --git a/assets/png_128x128/1f1f9-1f1e9.png b/assets/png_128x128/1f1f9-1f1e9.png index fe59c990b..fa638ce74 100644 Binary files a/assets/png_128x128/1f1f9-1f1e9.png and b/assets/png_128x128/1f1f9-1f1e9.png differ diff --git a/assets/png_128x128/1f1f9-1f1eb.png b/assets/png_128x128/1f1f9-1f1eb.png index c6e16b8fa..87309bf0c 100644 Binary files a/assets/png_128x128/1f1f9-1f1eb.png and b/assets/png_128x128/1f1f9-1f1eb.png differ diff --git a/assets/png_128x128/1f1f9-1f1ec.png b/assets/png_128x128/1f1f9-1f1ec.png index 948c45c91..73953f645 100644 Binary files a/assets/png_128x128/1f1f9-1f1ec.png and b/assets/png_128x128/1f1f9-1f1ec.png differ diff --git a/assets/png_128x128/1f1f9-1f1ed.png b/assets/png_128x128/1f1f9-1f1ed.png index 31e58293a..ffe0917ec 100644 Binary files a/assets/png_128x128/1f1f9-1f1ed.png and b/assets/png_128x128/1f1f9-1f1ed.png differ diff --git a/assets/png_128x128/1f1f9-1f1ef.png b/assets/png_128x128/1f1f9-1f1ef.png index d6f08df00..3fc054c53 100644 Binary files a/assets/png_128x128/1f1f9-1f1ef.png and b/assets/png_128x128/1f1f9-1f1ef.png differ diff --git a/assets/png_128x128/1f1f9-1f1f0.png b/assets/png_128x128/1f1f9-1f1f0.png index 517e93b4f..283407deb 100644 Binary files a/assets/png_128x128/1f1f9-1f1f0.png and b/assets/png_128x128/1f1f9-1f1f0.png differ diff --git a/assets/png_128x128/1f1f9-1f1f1.png b/assets/png_128x128/1f1f9-1f1f1.png index 9c91958a5..c17193272 100644 Binary files a/assets/png_128x128/1f1f9-1f1f1.png and b/assets/png_128x128/1f1f9-1f1f1.png differ diff --git a/assets/png_128x128/1f1f9-1f1f2.png b/assets/png_128x128/1f1f9-1f1f2.png index cd9efef40..ce4fef6b0 100644 Binary files a/assets/png_128x128/1f1f9-1f1f2.png and b/assets/png_128x128/1f1f9-1f1f2.png differ diff --git a/assets/png_128x128/1f1f9-1f1f3.png b/assets/png_128x128/1f1f9-1f1f3.png index 858bc8b3b..13b679d1e 100644 Binary files a/assets/png_128x128/1f1f9-1f1f3.png and b/assets/png_128x128/1f1f9-1f1f3.png differ diff --git a/assets/png_128x128/1f1f9-1f1f4.png b/assets/png_128x128/1f1f9-1f1f4.png index 7281e13ce..2d6c22e78 100644 Binary files a/assets/png_128x128/1f1f9-1f1f4.png and b/assets/png_128x128/1f1f9-1f1f4.png differ diff --git a/assets/png_128x128/1f1f9-1f1f7.png b/assets/png_128x128/1f1f9-1f1f7.png index 6cff8e300..f35de449d 100644 Binary files a/assets/png_128x128/1f1f9-1f1f7.png and b/assets/png_128x128/1f1f9-1f1f7.png differ diff --git a/assets/png_128x128/1f1f9-1f1f9.png b/assets/png_128x128/1f1f9-1f1f9.png index 59972f399..824b503aa 100644 Binary files a/assets/png_128x128/1f1f9-1f1f9.png and b/assets/png_128x128/1f1f9-1f1f9.png differ diff --git a/assets/png_128x128/1f1f9-1f1fb.png b/assets/png_128x128/1f1f9-1f1fb.png index 53cfb09f1..1a74b799b 100644 Binary files a/assets/png_128x128/1f1f9-1f1fb.png and b/assets/png_128x128/1f1f9-1f1fb.png differ diff --git a/assets/png_128x128/1f1f9-1f1fc.png b/assets/png_128x128/1f1f9-1f1fc.png index e0f8b9b21..e9a32a4db 100644 Binary files a/assets/png_128x128/1f1f9-1f1fc.png and b/assets/png_128x128/1f1f9-1f1fc.png differ diff --git a/assets/png_128x128/1f1f9-1f1ff.png b/assets/png_128x128/1f1f9-1f1ff.png index bad4a036e..4837d8d6c 100644 Binary files a/assets/png_128x128/1f1f9-1f1ff.png and b/assets/png_128x128/1f1f9-1f1ff.png differ diff --git a/assets/png_128x128/1f1fa-1f1e6.png b/assets/png_128x128/1f1fa-1f1e6.png index 18a9c4457..455f22e8f 100644 Binary files a/assets/png_128x128/1f1fa-1f1e6.png and b/assets/png_128x128/1f1fa-1f1e6.png differ diff --git a/assets/png_128x128/1f1fa-1f1ec.png b/assets/png_128x128/1f1fa-1f1ec.png index d0d1bf61f..a86e98b61 100644 Binary files a/assets/png_128x128/1f1fa-1f1ec.png and b/assets/png_128x128/1f1fa-1f1ec.png differ diff --git a/assets/png_128x128/1f1fa-1f1f2.png b/assets/png_128x128/1f1fa-1f1f2.png index 5f4af9313..c76409c51 100644 Binary files a/assets/png_128x128/1f1fa-1f1f2.png and b/assets/png_128x128/1f1fa-1f1f2.png differ diff --git a/assets/png_128x128/1f1fa-1f1f8.png b/assets/png_128x128/1f1fa-1f1f8.png index 9348d336d..7b207544d 100644 Binary files a/assets/png_128x128/1f1fa-1f1f8.png and b/assets/png_128x128/1f1fa-1f1f8.png differ diff --git a/assets/png_128x128/1f1fa-1f1fe.png b/assets/png_128x128/1f1fa-1f1fe.png index 5329714f7..4f3f12dde 100644 Binary files a/assets/png_128x128/1f1fa-1f1fe.png and b/assets/png_128x128/1f1fa-1f1fe.png differ diff --git a/assets/png_128x128/1f1fa-1f1ff.png b/assets/png_128x128/1f1fa-1f1ff.png index dbe42bf72..a076349cb 100644 Binary files a/assets/png_128x128/1f1fa-1f1ff.png and b/assets/png_128x128/1f1fa-1f1ff.png differ diff --git a/assets/png_128x128/1f1fb-1f1e6.png b/assets/png_128x128/1f1fb-1f1e6.png index 0c73eab64..e6806e3e5 100644 Binary files a/assets/png_128x128/1f1fb-1f1e6.png and b/assets/png_128x128/1f1fb-1f1e6.png differ diff --git a/assets/png_128x128/1f1fb-1f1e8.png b/assets/png_128x128/1f1fb-1f1e8.png index aa9ab3258..d5dce1903 100644 Binary files a/assets/png_128x128/1f1fb-1f1e8.png and b/assets/png_128x128/1f1fb-1f1e8.png differ diff --git a/assets/png_128x128/1f1fb-1f1ea.png b/assets/png_128x128/1f1fb-1f1ea.png index cc7435839..d802e4eb3 100644 Binary files a/assets/png_128x128/1f1fb-1f1ea.png and b/assets/png_128x128/1f1fb-1f1ea.png differ diff --git a/assets/png_128x128/1f1fb-1f1ec.png b/assets/png_128x128/1f1fb-1f1ec.png index a5d66f883..52bfefae6 100644 Binary files a/assets/png_128x128/1f1fb-1f1ec.png and b/assets/png_128x128/1f1fb-1f1ec.png differ diff --git a/assets/png_128x128/1f1fb-1f1ee.png b/assets/png_128x128/1f1fb-1f1ee.png index 0375815c9..8efaf1408 100644 Binary files a/assets/png_128x128/1f1fb-1f1ee.png and b/assets/png_128x128/1f1fb-1f1ee.png differ diff --git a/assets/png_128x128/1f1fb-1f1f3.png b/assets/png_128x128/1f1fb-1f1f3.png index 655a9ef40..a4e45b389 100644 Binary files a/assets/png_128x128/1f1fb-1f1f3.png and b/assets/png_128x128/1f1fb-1f1f3.png differ diff --git a/assets/png_128x128/1f1fb-1f1fa.png b/assets/png_128x128/1f1fb-1f1fa.png index 2996940ea..748321003 100644 Binary files a/assets/png_128x128/1f1fb-1f1fa.png and b/assets/png_128x128/1f1fb-1f1fa.png differ diff --git a/assets/png_128x128/1f1fc-1f1eb.png b/assets/png_128x128/1f1fc-1f1eb.png index b57e8813f..3f161550c 100644 Binary files a/assets/png_128x128/1f1fc-1f1eb.png and b/assets/png_128x128/1f1fc-1f1eb.png differ diff --git a/assets/png_128x128/1f1fc-1f1f8.png b/assets/png_128x128/1f1fc-1f1f8.png index 6640bf588..a45a1b2b5 100644 Binary files a/assets/png_128x128/1f1fc-1f1f8.png and b/assets/png_128x128/1f1fc-1f1f8.png differ diff --git a/assets/png_128x128/1f1fd-1f1f0.png b/assets/png_128x128/1f1fd-1f1f0.png index a92126050..651103cf7 100644 Binary files a/assets/png_128x128/1f1fd-1f1f0.png and b/assets/png_128x128/1f1fd-1f1f0.png differ diff --git a/assets/png_128x128/1f1fe-1f1ea.png b/assets/png_128x128/1f1fe-1f1ea.png index 4ad3a424e..135772c62 100644 Binary files a/assets/png_128x128/1f1fe-1f1ea.png and b/assets/png_128x128/1f1fe-1f1ea.png differ diff --git a/assets/png_128x128/1f1fe-1f1f9.png b/assets/png_128x128/1f1fe-1f1f9.png index 2072f9adc..01fa9670c 100644 Binary files a/assets/png_128x128/1f1fe-1f1f9.png and b/assets/png_128x128/1f1fe-1f1f9.png differ diff --git a/assets/png_128x128/1f1ff-1f1e6.png b/assets/png_128x128/1f1ff-1f1e6.png index 83241d7a6..770470850 100644 Binary files a/assets/png_128x128/1f1ff-1f1e6.png and b/assets/png_128x128/1f1ff-1f1e6.png differ diff --git a/assets/png_128x128/1f1ff-1f1f2.png b/assets/png_128x128/1f1ff-1f1f2.png index 56844c738..7423266aa 100644 Binary files a/assets/png_128x128/1f1ff-1f1f2.png and b/assets/png_128x128/1f1ff-1f1f2.png differ diff --git a/assets/png_128x128/1f1ff-1f1fc.png b/assets/png_128x128/1f1ff-1f1fc.png index 5f9aff567..38d5ab399 100644 Binary files a/assets/png_128x128/1f1ff-1f1fc.png and b/assets/png_128x128/1f1ff-1f1fc.png differ diff --git a/assets/png_128x128/1f201.png b/assets/png_128x128/1f201.png index 613aa1900..85cd2498d 100644 Binary files a/assets/png_128x128/1f201.png and b/assets/png_128x128/1f201.png differ diff --git a/assets/png_128x128/1f202.png b/assets/png_128x128/1f202.png index 9362a3ee7..e30ac77b6 100644 Binary files a/assets/png_128x128/1f202.png and b/assets/png_128x128/1f202.png differ diff --git a/assets/png_128x128/1f21a.png b/assets/png_128x128/1f21a.png index da1073e29..62bb70571 100644 Binary files a/assets/png_128x128/1f21a.png and b/assets/png_128x128/1f21a.png differ diff --git a/assets/png_128x128/1f22f.png b/assets/png_128x128/1f22f.png index 8623a346b..6ec130826 100644 Binary files a/assets/png_128x128/1f22f.png and b/assets/png_128x128/1f22f.png differ diff --git a/assets/png_128x128/1f232.png b/assets/png_128x128/1f232.png index 939675ab9..152ccdb54 100644 Binary files a/assets/png_128x128/1f232.png and b/assets/png_128x128/1f232.png differ diff --git a/assets/png_128x128/1f233.png b/assets/png_128x128/1f233.png index 353bf8da3..824996f2a 100644 Binary files a/assets/png_128x128/1f233.png and b/assets/png_128x128/1f233.png differ diff --git a/assets/png_128x128/1f234.png b/assets/png_128x128/1f234.png index 7184931ab..f120a2607 100644 Binary files a/assets/png_128x128/1f234.png and b/assets/png_128x128/1f234.png differ diff --git a/assets/png_128x128/1f235.png b/assets/png_128x128/1f235.png index 04a986e7f..acd160035 100644 Binary files a/assets/png_128x128/1f235.png and b/assets/png_128x128/1f235.png differ diff --git a/assets/png_128x128/1f236.png b/assets/png_128x128/1f236.png index fbc1d5bf8..b4d085e2f 100644 Binary files a/assets/png_128x128/1f236.png and b/assets/png_128x128/1f236.png differ diff --git a/assets/png_128x128/1f237.png b/assets/png_128x128/1f237.png index 26eafb43b..b1d70e7bb 100644 Binary files a/assets/png_128x128/1f237.png and b/assets/png_128x128/1f237.png differ diff --git a/assets/png_128x128/1f238.png b/assets/png_128x128/1f238.png index e3da8b277..f5f4004ce 100644 Binary files a/assets/png_128x128/1f238.png and b/assets/png_128x128/1f238.png differ diff --git a/assets/png_128x128/1f239.png b/assets/png_128x128/1f239.png index 0f949d1e8..f3ac5bfe7 100644 Binary files a/assets/png_128x128/1f239.png and b/assets/png_128x128/1f239.png differ diff --git a/assets/png_128x128/1f23a.png b/assets/png_128x128/1f23a.png index 84d242e20..b7f6cf5be 100644 Binary files a/assets/png_128x128/1f23a.png and b/assets/png_128x128/1f23a.png differ diff --git a/assets/png_128x128/1f250.png b/assets/png_128x128/1f250.png index fbfe2dc16..8ce7b765b 100644 Binary files a/assets/png_128x128/1f250.png and b/assets/png_128x128/1f250.png differ diff --git a/assets/png_128x128/1f251.png b/assets/png_128x128/1f251.png index fae0ad8a2..6de4e5850 100644 Binary files a/assets/png_128x128/1f251.png and b/assets/png_128x128/1f251.png differ diff --git a/assets/png_128x128/1f300.png b/assets/png_128x128/1f300.png index 4454a8184..a7fe23884 100644 Binary files a/assets/png_128x128/1f300.png and b/assets/png_128x128/1f300.png differ diff --git a/assets/png_128x128/1f301.png b/assets/png_128x128/1f301.png index 9b3435a36..9d5adcf92 100644 Binary files a/assets/png_128x128/1f301.png and b/assets/png_128x128/1f301.png differ diff --git a/assets/png_128x128/1f302.png b/assets/png_128x128/1f302.png index 89f3235da..426170913 100644 Binary files a/assets/png_128x128/1f302.png and b/assets/png_128x128/1f302.png differ diff --git a/assets/png_128x128/1f303.png b/assets/png_128x128/1f303.png index a5a1971b9..170b5976a 100644 Binary files a/assets/png_128x128/1f303.png and b/assets/png_128x128/1f303.png differ diff --git a/assets/png_128x128/1f304.png b/assets/png_128x128/1f304.png index 96f7876af..1df546223 100644 Binary files a/assets/png_128x128/1f304.png and b/assets/png_128x128/1f304.png differ diff --git a/assets/png_128x128/1f305.png b/assets/png_128x128/1f305.png index d2355acb9..05e2939da 100644 Binary files a/assets/png_128x128/1f305.png and b/assets/png_128x128/1f305.png differ diff --git a/assets/png_128x128/1f306.png b/assets/png_128x128/1f306.png index 7b8ef21ac..cb215145f 100644 Binary files a/assets/png_128x128/1f306.png and b/assets/png_128x128/1f306.png differ diff --git a/assets/png_128x128/1f307.png b/assets/png_128x128/1f307.png index e4d049d7c..a26144c02 100644 Binary files a/assets/png_128x128/1f307.png and b/assets/png_128x128/1f307.png differ diff --git a/assets/png_128x128/1f308.png b/assets/png_128x128/1f308.png index 9eb14e580..608029e47 100644 Binary files a/assets/png_128x128/1f308.png and b/assets/png_128x128/1f308.png differ diff --git a/assets/png_128x128/1f309.png b/assets/png_128x128/1f309.png index 69480ab27..d7c2982d2 100644 Binary files a/assets/png_128x128/1f309.png and b/assets/png_128x128/1f309.png differ diff --git a/assets/png_128x128/1f30a.png b/assets/png_128x128/1f30a.png index fa6f1b72d..8cafd4b64 100644 Binary files a/assets/png_128x128/1f30a.png and b/assets/png_128x128/1f30a.png differ diff --git a/assets/png_128x128/1f30b.png b/assets/png_128x128/1f30b.png index 6d8e382bd..ef8986d2d 100644 Binary files a/assets/png_128x128/1f30b.png and b/assets/png_128x128/1f30b.png differ diff --git a/assets/png_128x128/1f30c.png b/assets/png_128x128/1f30c.png index ffe1d2c64..d99db3b29 100644 Binary files a/assets/png_128x128/1f30c.png and b/assets/png_128x128/1f30c.png differ diff --git a/assets/png_128x128/1f30d.png b/assets/png_128x128/1f30d.png index 6671f0466..566dc801a 100644 Binary files a/assets/png_128x128/1f30d.png and b/assets/png_128x128/1f30d.png differ diff --git a/assets/png_128x128/1f30e.png b/assets/png_128x128/1f30e.png index 67df553db..cf85fb777 100644 Binary files a/assets/png_128x128/1f30e.png and b/assets/png_128x128/1f30e.png differ diff --git a/assets/png_128x128/1f30f.png b/assets/png_128x128/1f30f.png index 8e33a4d7c..903cbcd6b 100644 Binary files a/assets/png_128x128/1f30f.png and b/assets/png_128x128/1f30f.png differ diff --git a/assets/png_128x128/1f310.png b/assets/png_128x128/1f310.png index 6b1a90f5d..dc9b7c04e 100644 Binary files a/assets/png_128x128/1f310.png and b/assets/png_128x128/1f310.png differ diff --git a/assets/png_128x128/1f311.png b/assets/png_128x128/1f311.png index 124259bc1..e8b2abe48 100644 Binary files a/assets/png_128x128/1f311.png and b/assets/png_128x128/1f311.png differ diff --git a/assets/png_128x128/1f312.png b/assets/png_128x128/1f312.png index 5dd035657..5e4a073cd 100644 Binary files a/assets/png_128x128/1f312.png and b/assets/png_128x128/1f312.png differ diff --git a/assets/png_128x128/1f313.png b/assets/png_128x128/1f313.png index 7ff639b36..db3a823ff 100644 Binary files a/assets/png_128x128/1f313.png and b/assets/png_128x128/1f313.png differ diff --git a/assets/png_128x128/1f314.png b/assets/png_128x128/1f314.png index 5a0482303..3a8084056 100644 Binary files a/assets/png_128x128/1f314.png and b/assets/png_128x128/1f314.png differ diff --git a/assets/png_128x128/1f315.png b/assets/png_128x128/1f315.png index d2a419541..de3ced3a7 100644 Binary files a/assets/png_128x128/1f315.png and b/assets/png_128x128/1f315.png differ diff --git a/assets/png_128x128/1f316.png b/assets/png_128x128/1f316.png index 42cd2e500..471474254 100644 Binary files a/assets/png_128x128/1f316.png and b/assets/png_128x128/1f316.png differ diff --git a/assets/png_128x128/1f317.png b/assets/png_128x128/1f317.png index b1efc5421..536f0b0bb 100644 Binary files a/assets/png_128x128/1f317.png and b/assets/png_128x128/1f317.png differ diff --git a/assets/png_128x128/1f318.png b/assets/png_128x128/1f318.png index eebd8b44c..b4b7433f8 100644 Binary files a/assets/png_128x128/1f318.png and b/assets/png_128x128/1f318.png differ diff --git a/assets/png_128x128/1f319.png b/assets/png_128x128/1f319.png index 4271cf2e3..66638e607 100644 Binary files a/assets/png_128x128/1f319.png and b/assets/png_128x128/1f319.png differ diff --git a/assets/png_128x128/1f31a.png b/assets/png_128x128/1f31a.png index 503d06a03..8686cacb6 100644 Binary files a/assets/png_128x128/1f31a.png and b/assets/png_128x128/1f31a.png differ diff --git a/assets/png_128x128/1f31b.png b/assets/png_128x128/1f31b.png index dbbc5ded5..c631a10b6 100644 Binary files a/assets/png_128x128/1f31b.png and b/assets/png_128x128/1f31b.png differ diff --git a/assets/png_128x128/1f31c.png b/assets/png_128x128/1f31c.png index 4f7f1461f..86aedce07 100644 Binary files a/assets/png_128x128/1f31c.png and b/assets/png_128x128/1f31c.png differ diff --git a/assets/png_128x128/1f31d.png b/assets/png_128x128/1f31d.png index 9225146a4..bd9f5190b 100644 Binary files a/assets/png_128x128/1f31d.png and b/assets/png_128x128/1f31d.png differ diff --git a/assets/png_128x128/1f31e.png b/assets/png_128x128/1f31e.png index 56f8187ee..a83cf22d2 100644 Binary files a/assets/png_128x128/1f31e.png and b/assets/png_128x128/1f31e.png differ diff --git a/assets/png_128x128/1f31f.png b/assets/png_128x128/1f31f.png index 8b5a6bd95..c32cf0fb5 100644 Binary files a/assets/png_128x128/1f31f.png and b/assets/png_128x128/1f31f.png differ diff --git a/assets/png_128x128/1f320.png b/assets/png_128x128/1f320.png index ba487d345..c9a219403 100644 Binary files a/assets/png_128x128/1f320.png and b/assets/png_128x128/1f320.png differ diff --git a/assets/png_128x128/1f321.png b/assets/png_128x128/1f321.png index 4a36178c3..ddfc56438 100644 Binary files a/assets/png_128x128/1f321.png and b/assets/png_128x128/1f321.png differ diff --git a/assets/png_128x128/1f324.png b/assets/png_128x128/1f324.png index 090c3690c..59531125b 100644 Binary files a/assets/png_128x128/1f324.png and b/assets/png_128x128/1f324.png differ diff --git a/assets/png_128x128/1f325.png b/assets/png_128x128/1f325.png index 127d24a1b..85c199476 100644 Binary files a/assets/png_128x128/1f325.png and b/assets/png_128x128/1f325.png differ diff --git a/assets/png_128x128/1f326.png b/assets/png_128x128/1f326.png index 8da8e5014..3e2d0f22f 100644 Binary files a/assets/png_128x128/1f326.png and b/assets/png_128x128/1f326.png differ diff --git a/assets/png_128x128/1f327.png b/assets/png_128x128/1f327.png index 573f034a1..53d4f6904 100644 Binary files a/assets/png_128x128/1f327.png and b/assets/png_128x128/1f327.png differ diff --git a/assets/png_128x128/1f328.png b/assets/png_128x128/1f328.png index 507c0bd33..7cde45229 100644 Binary files a/assets/png_128x128/1f328.png and b/assets/png_128x128/1f328.png differ diff --git a/assets/png_128x128/1f329.png b/assets/png_128x128/1f329.png index 7b307ad79..804e29262 100644 Binary files a/assets/png_128x128/1f329.png and b/assets/png_128x128/1f329.png differ diff --git a/assets/png_128x128/1f32a.png b/assets/png_128x128/1f32a.png index 92b1e81f6..e536db4b3 100644 Binary files a/assets/png_128x128/1f32a.png and b/assets/png_128x128/1f32a.png differ diff --git a/assets/png_128x128/1f32b.png b/assets/png_128x128/1f32b.png index e7a750eec..71503950f 100644 Binary files a/assets/png_128x128/1f32b.png and b/assets/png_128x128/1f32b.png differ diff --git a/assets/png_128x128/1f32c.png b/assets/png_128x128/1f32c.png index 4693db012..63dbc6b8d 100644 Binary files a/assets/png_128x128/1f32c.png and b/assets/png_128x128/1f32c.png differ diff --git a/assets/png_128x128/1f32d.png b/assets/png_128x128/1f32d.png index d88153f39..e78f90254 100644 Binary files a/assets/png_128x128/1f32d.png and b/assets/png_128x128/1f32d.png differ diff --git a/assets/png_128x128/1f32e.png b/assets/png_128x128/1f32e.png index 6e13cceed..474fe68cb 100644 Binary files a/assets/png_128x128/1f32e.png and b/assets/png_128x128/1f32e.png differ diff --git a/assets/png_128x128/1f32f.png b/assets/png_128x128/1f32f.png index 47a73bd4b..2feeb8ea1 100644 Binary files a/assets/png_128x128/1f32f.png and b/assets/png_128x128/1f32f.png differ diff --git a/assets/png_128x128/1f330.png b/assets/png_128x128/1f330.png index 4bd84d023..24a1186be 100644 Binary files a/assets/png_128x128/1f330.png and b/assets/png_128x128/1f330.png differ diff --git a/assets/png_128x128/1f331.png b/assets/png_128x128/1f331.png index 2ca806239..6427535f8 100644 Binary files a/assets/png_128x128/1f331.png and b/assets/png_128x128/1f331.png differ diff --git a/assets/png_128x128/1f332.png b/assets/png_128x128/1f332.png index 671e72015..7567f1f3b 100644 Binary files a/assets/png_128x128/1f332.png and b/assets/png_128x128/1f332.png differ diff --git a/assets/png_128x128/1f333.png b/assets/png_128x128/1f333.png index 05527e428..f7b031686 100644 Binary files a/assets/png_128x128/1f333.png and b/assets/png_128x128/1f333.png differ diff --git a/assets/png_128x128/1f334.png b/assets/png_128x128/1f334.png index bdeb86ded..b79a6c676 100644 Binary files a/assets/png_128x128/1f334.png and b/assets/png_128x128/1f334.png differ diff --git a/assets/png_128x128/1f335.png b/assets/png_128x128/1f335.png index aa08c9384..7aa23add1 100644 Binary files a/assets/png_128x128/1f335.png and b/assets/png_128x128/1f335.png differ diff --git a/assets/png_128x128/1f336.png b/assets/png_128x128/1f336.png index 989b83e4c..85d10df84 100644 Binary files a/assets/png_128x128/1f336.png and b/assets/png_128x128/1f336.png differ diff --git a/assets/png_128x128/1f337.png b/assets/png_128x128/1f337.png index 5f2f416dd..5e630a482 100644 Binary files a/assets/png_128x128/1f337.png and b/assets/png_128x128/1f337.png differ diff --git a/assets/png_128x128/1f338.png b/assets/png_128x128/1f338.png index bfe91bc48..4758cc20d 100644 Binary files a/assets/png_128x128/1f338.png and b/assets/png_128x128/1f338.png differ diff --git a/assets/png_128x128/1f339.png b/assets/png_128x128/1f339.png index cf2329b10..d191180d1 100644 Binary files a/assets/png_128x128/1f339.png and b/assets/png_128x128/1f339.png differ diff --git a/assets/png_128x128/1f33a.png b/assets/png_128x128/1f33a.png index 1ec52d097..2d88cdd9e 100644 Binary files a/assets/png_128x128/1f33a.png and b/assets/png_128x128/1f33a.png differ diff --git a/assets/png_128x128/1f33b.png b/assets/png_128x128/1f33b.png index 336c0d4fe..f831ac31f 100644 Binary files a/assets/png_128x128/1f33b.png and b/assets/png_128x128/1f33b.png differ diff --git a/assets/png_128x128/1f33c.png b/assets/png_128x128/1f33c.png index afeb60438..571d60438 100644 Binary files a/assets/png_128x128/1f33c.png and b/assets/png_128x128/1f33c.png differ diff --git a/assets/png_128x128/1f33d.png b/assets/png_128x128/1f33d.png index b573c6f46..2e3c65e0c 100644 Binary files a/assets/png_128x128/1f33d.png and b/assets/png_128x128/1f33d.png differ diff --git a/assets/png_128x128/1f33e.png b/assets/png_128x128/1f33e.png index e3ee11366..dd82c3c3a 100644 Binary files a/assets/png_128x128/1f33e.png and b/assets/png_128x128/1f33e.png differ diff --git a/assets/png_128x128/1f33f.png b/assets/png_128x128/1f33f.png index a670e769c..e60892215 100644 Binary files a/assets/png_128x128/1f33f.png and b/assets/png_128x128/1f33f.png differ diff --git a/assets/png_128x128/1f340.png b/assets/png_128x128/1f340.png index 8219d85a2..3e682ab69 100644 Binary files a/assets/png_128x128/1f340.png and b/assets/png_128x128/1f340.png differ diff --git a/assets/png_128x128/1f341.png b/assets/png_128x128/1f341.png index fd09c6fdd..5d5f839f9 100644 Binary files a/assets/png_128x128/1f341.png and b/assets/png_128x128/1f341.png differ diff --git a/assets/png_128x128/1f342.png b/assets/png_128x128/1f342.png index 7a9072c13..79ef98359 100644 Binary files a/assets/png_128x128/1f342.png and b/assets/png_128x128/1f342.png differ diff --git a/assets/png_128x128/1f343.png b/assets/png_128x128/1f343.png index dc9d34b53..39594c762 100644 Binary files a/assets/png_128x128/1f343.png and b/assets/png_128x128/1f343.png differ diff --git a/assets/png_128x128/1f344.png b/assets/png_128x128/1f344.png index 22f47ce6a..cc2e201e5 100644 Binary files a/assets/png_128x128/1f344.png and b/assets/png_128x128/1f344.png differ diff --git a/assets/png_128x128/1f345.png b/assets/png_128x128/1f345.png index abdfe4ad4..5f8e56270 100644 Binary files a/assets/png_128x128/1f345.png and b/assets/png_128x128/1f345.png differ diff --git a/assets/png_128x128/1f346.png b/assets/png_128x128/1f346.png index b67df63e7..595ece667 100644 Binary files a/assets/png_128x128/1f346.png and b/assets/png_128x128/1f346.png differ diff --git a/assets/png_128x128/1f347.png b/assets/png_128x128/1f347.png index bde234aaf..6bb241e17 100644 Binary files a/assets/png_128x128/1f347.png and b/assets/png_128x128/1f347.png differ diff --git a/assets/png_128x128/1f348.png b/assets/png_128x128/1f348.png index cebb3e4da..c598566dc 100644 Binary files a/assets/png_128x128/1f348.png and b/assets/png_128x128/1f348.png differ diff --git a/assets/png_128x128/1f349.png b/assets/png_128x128/1f349.png index 53501c6fe..1693d6867 100644 Binary files a/assets/png_128x128/1f349.png and b/assets/png_128x128/1f349.png differ diff --git a/assets/png_128x128/1f34a.png b/assets/png_128x128/1f34a.png index 0a697ecac..039ca5a00 100644 Binary files a/assets/png_128x128/1f34a.png and b/assets/png_128x128/1f34a.png differ diff --git a/assets/png_128x128/1f34b.png b/assets/png_128x128/1f34b.png index b056e9cc9..84b11f3f0 100644 Binary files a/assets/png_128x128/1f34b.png and b/assets/png_128x128/1f34b.png differ diff --git a/assets/png_128x128/1f34c.png b/assets/png_128x128/1f34c.png index bbb0d8b61..ea41995ed 100644 Binary files a/assets/png_128x128/1f34c.png and b/assets/png_128x128/1f34c.png differ diff --git a/assets/png_128x128/1f34d.png b/assets/png_128x128/1f34d.png index 12a3ae457..1470ef904 100644 Binary files a/assets/png_128x128/1f34d.png and b/assets/png_128x128/1f34d.png differ diff --git a/assets/png_128x128/1f34e.png b/assets/png_128x128/1f34e.png index 079c2a19e..2b81fdb4f 100644 Binary files a/assets/png_128x128/1f34e.png and b/assets/png_128x128/1f34e.png differ diff --git a/assets/png_128x128/1f34f.png b/assets/png_128x128/1f34f.png index 62b28f115..26bf76c53 100644 Binary files a/assets/png_128x128/1f34f.png and b/assets/png_128x128/1f34f.png differ diff --git a/assets/png_128x128/1f350.png b/assets/png_128x128/1f350.png index ef402e445..af1f0a9e4 100644 Binary files a/assets/png_128x128/1f350.png and b/assets/png_128x128/1f350.png differ diff --git a/assets/png_128x128/1f351.png b/assets/png_128x128/1f351.png index ce593ebdc..187e02c41 100644 Binary files a/assets/png_128x128/1f351.png and b/assets/png_128x128/1f351.png differ diff --git a/assets/png_128x128/1f352.png b/assets/png_128x128/1f352.png index 8da996429..c1f01ee6b 100644 Binary files a/assets/png_128x128/1f352.png and b/assets/png_128x128/1f352.png differ diff --git a/assets/png_128x128/1f353.png b/assets/png_128x128/1f353.png index bdf72af1a..eebebd997 100644 Binary files a/assets/png_128x128/1f353.png and b/assets/png_128x128/1f353.png differ diff --git a/assets/png_128x128/1f354.png b/assets/png_128x128/1f354.png index abae09861..f429f12aa 100644 Binary files a/assets/png_128x128/1f354.png and b/assets/png_128x128/1f354.png differ diff --git a/assets/png_128x128/1f355.png b/assets/png_128x128/1f355.png index 691156e5c..c2028d9c4 100644 Binary files a/assets/png_128x128/1f355.png and b/assets/png_128x128/1f355.png differ diff --git a/assets/png_128x128/1f356.png b/assets/png_128x128/1f356.png index 382db5c82..632e16364 100644 Binary files a/assets/png_128x128/1f356.png and b/assets/png_128x128/1f356.png differ diff --git a/assets/png_128x128/1f357.png b/assets/png_128x128/1f357.png index 89f577b5a..3be3dc804 100644 Binary files a/assets/png_128x128/1f357.png and b/assets/png_128x128/1f357.png differ diff --git a/assets/png_128x128/1f358.png b/assets/png_128x128/1f358.png index 34d2ba50e..2e89acf0f 100644 Binary files a/assets/png_128x128/1f358.png and b/assets/png_128x128/1f358.png differ diff --git a/assets/png_128x128/1f359.png b/assets/png_128x128/1f359.png index c283750eb..159b01045 100644 Binary files a/assets/png_128x128/1f359.png and b/assets/png_128x128/1f359.png differ diff --git a/assets/png_128x128/1f35a.png b/assets/png_128x128/1f35a.png index 84e3539ca..fdf269f32 100644 Binary files a/assets/png_128x128/1f35a.png and b/assets/png_128x128/1f35a.png differ diff --git a/assets/png_128x128/1f35b.png b/assets/png_128x128/1f35b.png index 8bdfd98e4..1eca514f1 100644 Binary files a/assets/png_128x128/1f35b.png and b/assets/png_128x128/1f35b.png differ diff --git a/assets/png_128x128/1f35c.png b/assets/png_128x128/1f35c.png index 7ccb324d7..e59025942 100644 Binary files a/assets/png_128x128/1f35c.png and b/assets/png_128x128/1f35c.png differ diff --git a/assets/png_128x128/1f35d.png b/assets/png_128x128/1f35d.png index 8eb4aa1f3..5dbbe4eb9 100644 Binary files a/assets/png_128x128/1f35d.png and b/assets/png_128x128/1f35d.png differ diff --git a/assets/png_128x128/1f35e.png b/assets/png_128x128/1f35e.png index 442babf02..7b6ade6c1 100644 Binary files a/assets/png_128x128/1f35e.png and b/assets/png_128x128/1f35e.png differ diff --git a/assets/png_128x128/1f35f.png b/assets/png_128x128/1f35f.png index c74177dd6..e8c11e07a 100644 Binary files a/assets/png_128x128/1f35f.png and b/assets/png_128x128/1f35f.png differ diff --git a/assets/png_128x128/1f360.png b/assets/png_128x128/1f360.png index 70a4b9d92..df1b378bf 100644 Binary files a/assets/png_128x128/1f360.png and b/assets/png_128x128/1f360.png differ diff --git a/assets/png_128x128/1f361.png b/assets/png_128x128/1f361.png index 069899656..63e19a2e4 100644 Binary files a/assets/png_128x128/1f361.png and b/assets/png_128x128/1f361.png differ diff --git a/assets/png_128x128/1f362.png b/assets/png_128x128/1f362.png index a1beaed22..4c42b9dd6 100644 Binary files a/assets/png_128x128/1f362.png and b/assets/png_128x128/1f362.png differ diff --git a/assets/png_128x128/1f363.png b/assets/png_128x128/1f363.png index 947762850..33f116c8b 100644 Binary files a/assets/png_128x128/1f363.png and b/assets/png_128x128/1f363.png differ diff --git a/assets/png_128x128/1f364.png b/assets/png_128x128/1f364.png index 2a61a2a34..34ef1fedb 100644 Binary files a/assets/png_128x128/1f364.png and b/assets/png_128x128/1f364.png differ diff --git a/assets/png_128x128/1f365.png b/assets/png_128x128/1f365.png index c2023daec..9c059931e 100644 Binary files a/assets/png_128x128/1f365.png and b/assets/png_128x128/1f365.png differ diff --git a/assets/png_128x128/1f366.png b/assets/png_128x128/1f366.png index d92c3c5b7..1370eafe8 100644 Binary files a/assets/png_128x128/1f366.png and b/assets/png_128x128/1f366.png differ diff --git a/assets/png_128x128/1f367.png b/assets/png_128x128/1f367.png index 3e3b04b60..455ea88b9 100644 Binary files a/assets/png_128x128/1f367.png and b/assets/png_128x128/1f367.png differ diff --git a/assets/png_128x128/1f368.png b/assets/png_128x128/1f368.png index a3af6e9b1..1ab9a52bb 100644 Binary files a/assets/png_128x128/1f368.png and b/assets/png_128x128/1f368.png differ diff --git a/assets/png_128x128/1f369.png b/assets/png_128x128/1f369.png index 565b500a0..5514e1156 100644 Binary files a/assets/png_128x128/1f369.png and b/assets/png_128x128/1f369.png differ diff --git a/assets/png_128x128/1f36a.png b/assets/png_128x128/1f36a.png index 8110e26f6..e1f67b3ee 100644 Binary files a/assets/png_128x128/1f36a.png and b/assets/png_128x128/1f36a.png differ diff --git a/assets/png_128x128/1f36b.png b/assets/png_128x128/1f36b.png index a304aaee5..f159974ed 100644 Binary files a/assets/png_128x128/1f36b.png and b/assets/png_128x128/1f36b.png differ diff --git a/assets/png_128x128/1f36c.png b/assets/png_128x128/1f36c.png index 8ee604641..cd3a22c1a 100644 Binary files a/assets/png_128x128/1f36c.png and b/assets/png_128x128/1f36c.png differ diff --git a/assets/png_128x128/1f36d.png b/assets/png_128x128/1f36d.png index a3ef5175e..63b70a03b 100644 Binary files a/assets/png_128x128/1f36d.png and b/assets/png_128x128/1f36d.png differ diff --git a/assets/png_128x128/1f36e.png b/assets/png_128x128/1f36e.png index 65ba1b8b7..8427128d0 100644 Binary files a/assets/png_128x128/1f36e.png and b/assets/png_128x128/1f36e.png differ diff --git a/assets/png_128x128/1f36f.png b/assets/png_128x128/1f36f.png index 9e5712051..1d4e98d43 100644 Binary files a/assets/png_128x128/1f36f.png and b/assets/png_128x128/1f36f.png differ diff --git a/assets/png_128x128/1f370.png b/assets/png_128x128/1f370.png index 50761fb65..b99b7b9b6 100644 Binary files a/assets/png_128x128/1f370.png and b/assets/png_128x128/1f370.png differ diff --git a/assets/png_128x128/1f371.png b/assets/png_128x128/1f371.png index dfa7e74f9..847938227 100644 Binary files a/assets/png_128x128/1f371.png and b/assets/png_128x128/1f371.png differ diff --git a/assets/png_128x128/1f372.png b/assets/png_128x128/1f372.png index 45682b59d..99b28ca53 100644 Binary files a/assets/png_128x128/1f372.png and b/assets/png_128x128/1f372.png differ diff --git a/assets/png_128x128/1f373.png b/assets/png_128x128/1f373.png index 512173235..77084a92c 100644 Binary files a/assets/png_128x128/1f373.png and b/assets/png_128x128/1f373.png differ diff --git a/assets/png_128x128/1f374.png b/assets/png_128x128/1f374.png index 8031d9bc6..d357d78b7 100644 Binary files a/assets/png_128x128/1f374.png and b/assets/png_128x128/1f374.png differ diff --git a/assets/png_128x128/1f375.png b/assets/png_128x128/1f375.png index df95ab6f8..7394fabd9 100644 Binary files a/assets/png_128x128/1f375.png and b/assets/png_128x128/1f375.png differ diff --git a/assets/png_128x128/1f376.png b/assets/png_128x128/1f376.png index efaeac4b0..b9f6330fd 100644 Binary files a/assets/png_128x128/1f376.png and b/assets/png_128x128/1f376.png differ diff --git a/assets/png_128x128/1f377.png b/assets/png_128x128/1f377.png index a70fd883c..db23174d2 100644 Binary files a/assets/png_128x128/1f377.png and b/assets/png_128x128/1f377.png differ diff --git a/assets/png_128x128/1f378.png b/assets/png_128x128/1f378.png index 2d42450b8..77da11309 100644 Binary files a/assets/png_128x128/1f378.png and b/assets/png_128x128/1f378.png differ diff --git a/assets/png_128x128/1f379.png b/assets/png_128x128/1f379.png index 202815d82..bfd9698c7 100644 Binary files a/assets/png_128x128/1f379.png and b/assets/png_128x128/1f379.png differ diff --git a/assets/png_128x128/1f37a.png b/assets/png_128x128/1f37a.png index 82601d7b7..7537ea9f5 100644 Binary files a/assets/png_128x128/1f37a.png and b/assets/png_128x128/1f37a.png differ diff --git a/assets/png_128x128/1f37b.png b/assets/png_128x128/1f37b.png index 92786aa14..dea8d077a 100644 Binary files a/assets/png_128x128/1f37b.png and b/assets/png_128x128/1f37b.png differ diff --git a/assets/png_128x128/1f37c.png b/assets/png_128x128/1f37c.png index a65826ec4..0f8cc30ce 100644 Binary files a/assets/png_128x128/1f37c.png and b/assets/png_128x128/1f37c.png differ diff --git a/assets/png_128x128/1f37d.png b/assets/png_128x128/1f37d.png index 6a4bad00a..882cb306d 100644 Binary files a/assets/png_128x128/1f37d.png and b/assets/png_128x128/1f37d.png differ diff --git a/assets/png_128x128/1f37e.png b/assets/png_128x128/1f37e.png index 0d9d6719d..1332672b4 100644 Binary files a/assets/png_128x128/1f37e.png and b/assets/png_128x128/1f37e.png differ diff --git a/assets/png_128x128/1f37f.png b/assets/png_128x128/1f37f.png index 1f372711e..2c8dbdb76 100644 Binary files a/assets/png_128x128/1f37f.png and b/assets/png_128x128/1f37f.png differ diff --git a/assets/png_128x128/1f380.png b/assets/png_128x128/1f380.png index 4262a4370..3140dfcac 100644 Binary files a/assets/png_128x128/1f380.png and b/assets/png_128x128/1f380.png differ diff --git a/assets/png_128x128/1f381.png b/assets/png_128x128/1f381.png index 908bb91fe..ea99edd59 100644 Binary files a/assets/png_128x128/1f381.png and b/assets/png_128x128/1f381.png differ diff --git a/assets/png_128x128/1f382.png b/assets/png_128x128/1f382.png index b0dbd45d4..5a271343d 100644 Binary files a/assets/png_128x128/1f382.png and b/assets/png_128x128/1f382.png differ diff --git a/assets/png_128x128/1f383.png b/assets/png_128x128/1f383.png index 5c4f77478..025865d72 100644 Binary files a/assets/png_128x128/1f383.png and b/assets/png_128x128/1f383.png differ diff --git a/assets/png_128x128/1f384.png b/assets/png_128x128/1f384.png index b7195f85b..540411f8a 100644 Binary files a/assets/png_128x128/1f384.png and b/assets/png_128x128/1f384.png differ diff --git a/assets/png_128x128/1f385-1f3fb.png b/assets/png_128x128/1f385-1f3fb.png index e336beaa9..ca03752d1 100644 Binary files a/assets/png_128x128/1f385-1f3fb.png and b/assets/png_128x128/1f385-1f3fb.png differ diff --git a/assets/png_128x128/1f385-1f3fc.png b/assets/png_128x128/1f385-1f3fc.png index 434769f9d..266e96459 100644 Binary files a/assets/png_128x128/1f385-1f3fc.png and b/assets/png_128x128/1f385-1f3fc.png differ diff --git a/assets/png_128x128/1f385-1f3fd.png b/assets/png_128x128/1f385-1f3fd.png index 83c330382..f1a766180 100644 Binary files a/assets/png_128x128/1f385-1f3fd.png and b/assets/png_128x128/1f385-1f3fd.png differ diff --git a/assets/png_128x128/1f385-1f3fe.png b/assets/png_128x128/1f385-1f3fe.png index a48d021f8..ef8e3c948 100644 Binary files a/assets/png_128x128/1f385-1f3fe.png and b/assets/png_128x128/1f385-1f3fe.png differ diff --git a/assets/png_128x128/1f385-1f3ff.png b/assets/png_128x128/1f385-1f3ff.png index c52414e32..71e197fe5 100644 Binary files a/assets/png_128x128/1f385-1f3ff.png and b/assets/png_128x128/1f385-1f3ff.png differ diff --git a/assets/png_128x128/1f385.png b/assets/png_128x128/1f385.png index 821386131..b3a55a76a 100644 Binary files a/assets/png_128x128/1f385.png and b/assets/png_128x128/1f385.png differ diff --git a/assets/png_128x128/1f386.png b/assets/png_128x128/1f386.png index f50ae62e8..78b0f9608 100644 Binary files a/assets/png_128x128/1f386.png and b/assets/png_128x128/1f386.png differ diff --git a/assets/png_128x128/1f387.png b/assets/png_128x128/1f387.png index dc149f704..e4fdc8251 100644 Binary files a/assets/png_128x128/1f387.png and b/assets/png_128x128/1f387.png differ diff --git a/assets/png_128x128/1f388.png b/assets/png_128x128/1f388.png index 6acb834f3..6d6769948 100644 Binary files a/assets/png_128x128/1f388.png and b/assets/png_128x128/1f388.png differ diff --git a/assets/png_128x128/1f389.png b/assets/png_128x128/1f389.png index 4a8f71c44..dcd4086aa 100644 Binary files a/assets/png_128x128/1f389.png and b/assets/png_128x128/1f389.png differ diff --git a/assets/png_128x128/1f38a.png b/assets/png_128x128/1f38a.png index 00fcd1500..386c51d59 100644 Binary files a/assets/png_128x128/1f38a.png and b/assets/png_128x128/1f38a.png differ diff --git a/assets/png_128x128/1f38b.png b/assets/png_128x128/1f38b.png index 0a57fdda9..c86175c46 100644 Binary files a/assets/png_128x128/1f38b.png and b/assets/png_128x128/1f38b.png differ diff --git a/assets/png_128x128/1f38c.png b/assets/png_128x128/1f38c.png index 4c3961ace..dd7ce5089 100644 Binary files a/assets/png_128x128/1f38c.png and b/assets/png_128x128/1f38c.png differ diff --git a/assets/png_128x128/1f38d.png b/assets/png_128x128/1f38d.png index c7313f575..7c4de604b 100644 Binary files a/assets/png_128x128/1f38d.png and b/assets/png_128x128/1f38d.png differ diff --git a/assets/png_128x128/1f38e.png b/assets/png_128x128/1f38e.png index d2c8f818f..9e49f20ac 100644 Binary files a/assets/png_128x128/1f38e.png and b/assets/png_128x128/1f38e.png differ diff --git a/assets/png_128x128/1f38f.png b/assets/png_128x128/1f38f.png index 668ed91db..14f457778 100644 Binary files a/assets/png_128x128/1f38f.png and b/assets/png_128x128/1f38f.png differ diff --git a/assets/png_128x128/1f390.png b/assets/png_128x128/1f390.png index 315188390..6bb364d27 100644 Binary files a/assets/png_128x128/1f390.png and b/assets/png_128x128/1f390.png differ diff --git a/assets/png_128x128/1f391.png b/assets/png_128x128/1f391.png index 424bbbc83..119965826 100644 Binary files a/assets/png_128x128/1f391.png and b/assets/png_128x128/1f391.png differ diff --git a/assets/png_128x128/1f392.png b/assets/png_128x128/1f392.png index 1e649dd35..f3793dd6a 100644 Binary files a/assets/png_128x128/1f392.png and b/assets/png_128x128/1f392.png differ diff --git a/assets/png_128x128/1f393.png b/assets/png_128x128/1f393.png index 54a7ab20e..0ba29f5ca 100644 Binary files a/assets/png_128x128/1f393.png and b/assets/png_128x128/1f393.png differ diff --git a/assets/png_128x128/1f396.png b/assets/png_128x128/1f396.png index 479d92005..37a4f2eb3 100644 Binary files a/assets/png_128x128/1f396.png and b/assets/png_128x128/1f396.png differ diff --git a/assets/png_128x128/1f397.png b/assets/png_128x128/1f397.png index 5ad0f63b0..2c075f473 100644 Binary files a/assets/png_128x128/1f397.png and b/assets/png_128x128/1f397.png differ diff --git a/assets/png_128x128/1f399.png b/assets/png_128x128/1f399.png index 07ecc143b..58093ed41 100644 Binary files a/assets/png_128x128/1f399.png and b/assets/png_128x128/1f399.png differ diff --git a/assets/png_128x128/1f39a.png b/assets/png_128x128/1f39a.png index 63e031d9b..a5693a1dc 100644 Binary files a/assets/png_128x128/1f39a.png and b/assets/png_128x128/1f39a.png differ diff --git a/assets/png_128x128/1f39b.png b/assets/png_128x128/1f39b.png index ecb4cb313..f8ee3f064 100644 Binary files a/assets/png_128x128/1f39b.png and b/assets/png_128x128/1f39b.png differ diff --git a/assets/png_128x128/1f39e.png b/assets/png_128x128/1f39e.png index 2a451adf6..ace4e55fc 100644 Binary files a/assets/png_128x128/1f39e.png and b/assets/png_128x128/1f39e.png differ diff --git a/assets/png_128x128/1f39f.png b/assets/png_128x128/1f39f.png index b75812a90..66e90d8a5 100644 Binary files a/assets/png_128x128/1f39f.png and b/assets/png_128x128/1f39f.png differ diff --git a/assets/png_128x128/1f3a0.png b/assets/png_128x128/1f3a0.png index eea37b863..ca5b331eb 100644 Binary files a/assets/png_128x128/1f3a0.png and b/assets/png_128x128/1f3a0.png differ diff --git a/assets/png_128x128/1f3a1.png b/assets/png_128x128/1f3a1.png index 4dd09064a..a83a01a0e 100644 Binary files a/assets/png_128x128/1f3a1.png and b/assets/png_128x128/1f3a1.png differ diff --git a/assets/png_128x128/1f3a2.png b/assets/png_128x128/1f3a2.png index 7c53c73ea..c58949d70 100644 Binary files a/assets/png_128x128/1f3a2.png and b/assets/png_128x128/1f3a2.png differ diff --git a/assets/png_128x128/1f3a3.png b/assets/png_128x128/1f3a3.png index 6aab89bd3..3399ef8ce 100644 Binary files a/assets/png_128x128/1f3a3.png and b/assets/png_128x128/1f3a3.png differ diff --git a/assets/png_128x128/1f3a4.png b/assets/png_128x128/1f3a4.png index bbf688397..14222f9d7 100644 Binary files a/assets/png_128x128/1f3a4.png and b/assets/png_128x128/1f3a4.png differ diff --git a/assets/png_128x128/1f3a5.png b/assets/png_128x128/1f3a5.png index f5d3b9270..4cb16eec2 100644 Binary files a/assets/png_128x128/1f3a5.png and b/assets/png_128x128/1f3a5.png differ diff --git a/assets/png_128x128/1f3a6.png b/assets/png_128x128/1f3a6.png index 4b6d1e72e..620a7ec65 100644 Binary files a/assets/png_128x128/1f3a6.png and b/assets/png_128x128/1f3a6.png differ diff --git a/assets/png_128x128/1f3a7.png b/assets/png_128x128/1f3a7.png index ecc9d2c13..377ba1ff2 100644 Binary files a/assets/png_128x128/1f3a7.png and b/assets/png_128x128/1f3a7.png differ diff --git a/assets/png_128x128/1f3a8.png b/assets/png_128x128/1f3a8.png index 14ef2ca8e..f5f2480f4 100644 Binary files a/assets/png_128x128/1f3a8.png and b/assets/png_128x128/1f3a8.png differ diff --git a/assets/png_128x128/1f3a9.png b/assets/png_128x128/1f3a9.png index ba7250a8e..b13a4bd04 100644 Binary files a/assets/png_128x128/1f3a9.png and b/assets/png_128x128/1f3a9.png differ diff --git a/assets/png_128x128/1f3aa.png b/assets/png_128x128/1f3aa.png index 67b07b122..3484cc28e 100644 Binary files a/assets/png_128x128/1f3aa.png and b/assets/png_128x128/1f3aa.png differ diff --git a/assets/png_128x128/1f3ab.png b/assets/png_128x128/1f3ab.png index 10fc734fb..7423cdddd 100644 Binary files a/assets/png_128x128/1f3ab.png and b/assets/png_128x128/1f3ab.png differ diff --git a/assets/png_128x128/1f3ac.png b/assets/png_128x128/1f3ac.png index d1a23940c..e47797873 100644 Binary files a/assets/png_128x128/1f3ac.png and b/assets/png_128x128/1f3ac.png differ diff --git a/assets/png_128x128/1f3ad.png b/assets/png_128x128/1f3ad.png index 74635d93a..e6b51421c 100644 Binary files a/assets/png_128x128/1f3ad.png and b/assets/png_128x128/1f3ad.png differ diff --git a/assets/png_128x128/1f3ae.png b/assets/png_128x128/1f3ae.png index df96a5826..9e12e9702 100644 Binary files a/assets/png_128x128/1f3ae.png and b/assets/png_128x128/1f3ae.png differ diff --git a/assets/png_128x128/1f3af.png b/assets/png_128x128/1f3af.png index 983b3a1b7..7c82850bc 100644 Binary files a/assets/png_128x128/1f3af.png and b/assets/png_128x128/1f3af.png differ diff --git a/assets/png_128x128/1f3b0.png b/assets/png_128x128/1f3b0.png index 32fefab38..7a1034c5e 100644 Binary files a/assets/png_128x128/1f3b0.png and b/assets/png_128x128/1f3b0.png differ diff --git a/assets/png_128x128/1f3b1.png b/assets/png_128x128/1f3b1.png index cfa7a4152..df4ac3182 100644 Binary files a/assets/png_128x128/1f3b1.png and b/assets/png_128x128/1f3b1.png differ diff --git a/assets/png_128x128/1f3b2.png b/assets/png_128x128/1f3b2.png index 262cfa5e7..4507fae12 100644 Binary files a/assets/png_128x128/1f3b2.png and b/assets/png_128x128/1f3b2.png differ diff --git a/assets/png_128x128/1f3b3.png b/assets/png_128x128/1f3b3.png index ad9db77aa..ab75be5e1 100644 Binary files a/assets/png_128x128/1f3b3.png and b/assets/png_128x128/1f3b3.png differ diff --git a/assets/png_128x128/1f3b4.png b/assets/png_128x128/1f3b4.png index 2aecdf667..d08ec5e97 100644 Binary files a/assets/png_128x128/1f3b4.png and b/assets/png_128x128/1f3b4.png differ diff --git a/assets/png_128x128/1f3b5.png b/assets/png_128x128/1f3b5.png index a0b231bcf..a2ca094b1 100644 Binary files a/assets/png_128x128/1f3b5.png and b/assets/png_128x128/1f3b5.png differ diff --git a/assets/png_128x128/1f3b6.png b/assets/png_128x128/1f3b6.png index 33da2301f..edfac6218 100644 Binary files a/assets/png_128x128/1f3b6.png and b/assets/png_128x128/1f3b6.png differ diff --git a/assets/png_128x128/1f3b7.png b/assets/png_128x128/1f3b7.png index 47ee40072..7eda7df5b 100644 Binary files a/assets/png_128x128/1f3b7.png and b/assets/png_128x128/1f3b7.png differ diff --git a/assets/png_128x128/1f3b8.png b/assets/png_128x128/1f3b8.png index 4b85af3dd..9050a03c8 100644 Binary files a/assets/png_128x128/1f3b8.png and b/assets/png_128x128/1f3b8.png differ diff --git a/assets/png_128x128/1f3b9.png b/assets/png_128x128/1f3b9.png index 5e7d42660..6e0786fd6 100644 Binary files a/assets/png_128x128/1f3b9.png and b/assets/png_128x128/1f3b9.png differ diff --git a/assets/png_128x128/1f3ba.png b/assets/png_128x128/1f3ba.png index 577656ea8..95f227d82 100644 Binary files a/assets/png_128x128/1f3ba.png and b/assets/png_128x128/1f3ba.png differ diff --git a/assets/png_128x128/1f3bb.png b/assets/png_128x128/1f3bb.png index 6a3579558..5e76d77b0 100644 Binary files a/assets/png_128x128/1f3bb.png and b/assets/png_128x128/1f3bb.png differ diff --git a/assets/png_128x128/1f3bc.png b/assets/png_128x128/1f3bc.png index 72af51885..0baf16f6d 100644 Binary files a/assets/png_128x128/1f3bc.png and b/assets/png_128x128/1f3bc.png differ diff --git a/assets/png_128x128/1f3bd.png b/assets/png_128x128/1f3bd.png index c7e326aaa..821e92ab8 100644 Binary files a/assets/png_128x128/1f3bd.png and b/assets/png_128x128/1f3bd.png differ diff --git a/assets/png_128x128/1f3be.png b/assets/png_128x128/1f3be.png index 1dc6ac585..32f451d67 100644 Binary files a/assets/png_128x128/1f3be.png and b/assets/png_128x128/1f3be.png differ diff --git a/assets/png_128x128/1f3bf.png b/assets/png_128x128/1f3bf.png index 3507b982a..7a9eb3d61 100644 Binary files a/assets/png_128x128/1f3bf.png and b/assets/png_128x128/1f3bf.png differ diff --git a/assets/png_128x128/1f3c0.png b/assets/png_128x128/1f3c0.png index ef5217609..77659cfaf 100644 Binary files a/assets/png_128x128/1f3c0.png and b/assets/png_128x128/1f3c0.png differ diff --git a/assets/png_128x128/1f3c1.png b/assets/png_128x128/1f3c1.png index 9317a4694..99602d7bc 100644 Binary files a/assets/png_128x128/1f3c1.png and b/assets/png_128x128/1f3c1.png differ diff --git a/assets/png_128x128/1f3c2.png b/assets/png_128x128/1f3c2.png index c405017f6..b7c9198cc 100644 Binary files a/assets/png_128x128/1f3c2.png and b/assets/png_128x128/1f3c2.png differ diff --git a/assets/png_128x128/1f3c3-1f3fb.png b/assets/png_128x128/1f3c3-1f3fb.png index 6a9d138f7..dd5035d67 100644 Binary files a/assets/png_128x128/1f3c3-1f3fb.png and b/assets/png_128x128/1f3c3-1f3fb.png differ diff --git a/assets/png_128x128/1f3c3-1f3fc.png b/assets/png_128x128/1f3c3-1f3fc.png index 66fc30c7a..1bb4e4e5d 100644 Binary files a/assets/png_128x128/1f3c3-1f3fc.png and b/assets/png_128x128/1f3c3-1f3fc.png differ diff --git a/assets/png_128x128/1f3c3-1f3fd.png b/assets/png_128x128/1f3c3-1f3fd.png index 31df69db0..6cb4c70e7 100644 Binary files a/assets/png_128x128/1f3c3-1f3fd.png and b/assets/png_128x128/1f3c3-1f3fd.png differ diff --git a/assets/png_128x128/1f3c3-1f3fe.png b/assets/png_128x128/1f3c3-1f3fe.png index 8125b5589..4b70e087e 100644 Binary files a/assets/png_128x128/1f3c3-1f3fe.png and b/assets/png_128x128/1f3c3-1f3fe.png differ diff --git a/assets/png_128x128/1f3c3-1f3ff.png b/assets/png_128x128/1f3c3-1f3ff.png index a1ac00bfe..2ff2a8fd4 100644 Binary files a/assets/png_128x128/1f3c3-1f3ff.png and b/assets/png_128x128/1f3c3-1f3ff.png differ diff --git a/assets/png_128x128/1f3c3.png b/assets/png_128x128/1f3c3.png index f23b6562b..5e440ed24 100644 Binary files a/assets/png_128x128/1f3c3.png and b/assets/png_128x128/1f3c3.png differ diff --git a/assets/png_128x128/1f3c4-1f3fb.png b/assets/png_128x128/1f3c4-1f3fb.png index 37b13b8ff..f168a8a80 100644 Binary files a/assets/png_128x128/1f3c4-1f3fb.png and b/assets/png_128x128/1f3c4-1f3fb.png differ diff --git a/assets/png_128x128/1f3c4-1f3fc.png b/assets/png_128x128/1f3c4-1f3fc.png index cf4f80e48..4a7a96ae9 100644 Binary files a/assets/png_128x128/1f3c4-1f3fc.png and b/assets/png_128x128/1f3c4-1f3fc.png differ diff --git a/assets/png_128x128/1f3c4-1f3fd.png b/assets/png_128x128/1f3c4-1f3fd.png index 506c6c411..451ffc387 100644 Binary files a/assets/png_128x128/1f3c4-1f3fd.png and b/assets/png_128x128/1f3c4-1f3fd.png differ diff --git a/assets/png_128x128/1f3c4-1f3fe.png b/assets/png_128x128/1f3c4-1f3fe.png index c90f77c9c..355323acc 100644 Binary files a/assets/png_128x128/1f3c4-1f3fe.png and b/assets/png_128x128/1f3c4-1f3fe.png differ diff --git a/assets/png_128x128/1f3c4-1f3ff.png b/assets/png_128x128/1f3c4-1f3ff.png index 200423d7b..707cbd08c 100644 Binary files a/assets/png_128x128/1f3c4-1f3ff.png and b/assets/png_128x128/1f3c4-1f3ff.png differ diff --git a/assets/png_128x128/1f3c4.png b/assets/png_128x128/1f3c4.png index f3d2c45cc..b9c24e303 100644 Binary files a/assets/png_128x128/1f3c4.png and b/assets/png_128x128/1f3c4.png differ diff --git a/assets/png_128x128/1f3c5.png b/assets/png_128x128/1f3c5.png index 1a8e0001c..cc24360fe 100644 Binary files a/assets/png_128x128/1f3c5.png and b/assets/png_128x128/1f3c5.png differ diff --git a/assets/png_128x128/1f3c6.png b/assets/png_128x128/1f3c6.png index 1a3e8410b..9da8bd7bb 100644 Binary files a/assets/png_128x128/1f3c6.png and b/assets/png_128x128/1f3c6.png differ diff --git a/assets/png_128x128/1f3c7-1f3fb.png b/assets/png_128x128/1f3c7-1f3fb.png index 3b59e8fd2..b3609dcfc 100644 Binary files a/assets/png_128x128/1f3c7-1f3fb.png and b/assets/png_128x128/1f3c7-1f3fb.png differ diff --git a/assets/png_128x128/1f3c7-1f3fc.png b/assets/png_128x128/1f3c7-1f3fc.png index dce2b4d82..89220253b 100644 Binary files a/assets/png_128x128/1f3c7-1f3fc.png and b/assets/png_128x128/1f3c7-1f3fc.png differ diff --git a/assets/png_128x128/1f3c7-1f3fd.png b/assets/png_128x128/1f3c7-1f3fd.png index 027a119d5..508d22038 100644 Binary files a/assets/png_128x128/1f3c7-1f3fd.png and b/assets/png_128x128/1f3c7-1f3fd.png differ diff --git a/assets/png_128x128/1f3c7-1f3fe.png b/assets/png_128x128/1f3c7-1f3fe.png index 488dd3f4c..d26422a9f 100644 Binary files a/assets/png_128x128/1f3c7-1f3fe.png and b/assets/png_128x128/1f3c7-1f3fe.png differ diff --git a/assets/png_128x128/1f3c7-1f3ff.png b/assets/png_128x128/1f3c7-1f3ff.png index 454874288..9c1504360 100644 Binary files a/assets/png_128x128/1f3c7-1f3ff.png and b/assets/png_128x128/1f3c7-1f3ff.png differ diff --git a/assets/png_128x128/1f3c7.png b/assets/png_128x128/1f3c7.png index e4614fc1b..8d616713b 100644 Binary files a/assets/png_128x128/1f3c7.png and b/assets/png_128x128/1f3c7.png differ diff --git a/assets/png_128x128/1f3c8.png b/assets/png_128x128/1f3c8.png index 9c1bebb32..38f089157 100644 Binary files a/assets/png_128x128/1f3c8.png and b/assets/png_128x128/1f3c8.png differ diff --git a/assets/png_128x128/1f3c9.png b/assets/png_128x128/1f3c9.png index 65e9b25b5..02a781147 100644 Binary files a/assets/png_128x128/1f3c9.png and b/assets/png_128x128/1f3c9.png differ diff --git a/assets/png_128x128/1f3ca-1f3fb.png b/assets/png_128x128/1f3ca-1f3fb.png index aef3be643..68c1e93f0 100644 Binary files a/assets/png_128x128/1f3ca-1f3fb.png and b/assets/png_128x128/1f3ca-1f3fb.png differ diff --git a/assets/png_128x128/1f3ca-1f3fc.png b/assets/png_128x128/1f3ca-1f3fc.png index c450aae79..d858f0554 100644 Binary files a/assets/png_128x128/1f3ca-1f3fc.png and b/assets/png_128x128/1f3ca-1f3fc.png differ diff --git a/assets/png_128x128/1f3ca-1f3fd.png b/assets/png_128x128/1f3ca-1f3fd.png index 0d8953204..fc9286690 100644 Binary files a/assets/png_128x128/1f3ca-1f3fd.png and b/assets/png_128x128/1f3ca-1f3fd.png differ diff --git a/assets/png_128x128/1f3ca-1f3fe.png b/assets/png_128x128/1f3ca-1f3fe.png index 6928fa166..f72ec042f 100644 Binary files a/assets/png_128x128/1f3ca-1f3fe.png and b/assets/png_128x128/1f3ca-1f3fe.png differ diff --git a/assets/png_128x128/1f3ca-1f3ff.png b/assets/png_128x128/1f3ca-1f3ff.png index c1299e688..922bad289 100644 Binary files a/assets/png_128x128/1f3ca-1f3ff.png and b/assets/png_128x128/1f3ca-1f3ff.png differ diff --git a/assets/png_128x128/1f3ca.png b/assets/png_128x128/1f3ca.png index 32d0f51a9..97600898e 100644 Binary files a/assets/png_128x128/1f3ca.png and b/assets/png_128x128/1f3ca.png differ diff --git a/assets/png_128x128/1f3cb-1f3fb.png b/assets/png_128x128/1f3cb-1f3fb.png index 5ff374569..1f1987569 100644 Binary files a/assets/png_128x128/1f3cb-1f3fb.png and b/assets/png_128x128/1f3cb-1f3fb.png differ diff --git a/assets/png_128x128/1f3cb-1f3fc.png b/assets/png_128x128/1f3cb-1f3fc.png index 8e2b1d666..f3cd5b34c 100644 Binary files a/assets/png_128x128/1f3cb-1f3fc.png and b/assets/png_128x128/1f3cb-1f3fc.png differ diff --git a/assets/png_128x128/1f3cb-1f3fd.png b/assets/png_128x128/1f3cb-1f3fd.png index d45782681..9aa3c6ee0 100644 Binary files a/assets/png_128x128/1f3cb-1f3fd.png and b/assets/png_128x128/1f3cb-1f3fd.png differ diff --git a/assets/png_128x128/1f3cb-1f3fe.png b/assets/png_128x128/1f3cb-1f3fe.png index ef935d1e5..e20c74aad 100644 Binary files a/assets/png_128x128/1f3cb-1f3fe.png and b/assets/png_128x128/1f3cb-1f3fe.png differ diff --git a/assets/png_128x128/1f3cb-1f3ff.png b/assets/png_128x128/1f3cb-1f3ff.png index 1b925ed1d..6b3a5b4f1 100644 Binary files a/assets/png_128x128/1f3cb-1f3ff.png and b/assets/png_128x128/1f3cb-1f3ff.png differ diff --git a/assets/png_128x128/1f3cb.png b/assets/png_128x128/1f3cb.png index 941492ffe..97edb9423 100644 Binary files a/assets/png_128x128/1f3cb.png and b/assets/png_128x128/1f3cb.png differ diff --git a/assets/png_128x128/1f3cc.png b/assets/png_128x128/1f3cc.png index fc2f6f1b8..b2fa87241 100644 Binary files a/assets/png_128x128/1f3cc.png and b/assets/png_128x128/1f3cc.png differ diff --git a/assets/png_128x128/1f3cd.png b/assets/png_128x128/1f3cd.png index b075fcd4c..ebc9f3362 100644 Binary files a/assets/png_128x128/1f3cd.png and b/assets/png_128x128/1f3cd.png differ diff --git a/assets/png_128x128/1f3ce.png b/assets/png_128x128/1f3ce.png index 7c41d0c5e..62ff9a0a0 100644 Binary files a/assets/png_128x128/1f3ce.png and b/assets/png_128x128/1f3ce.png differ diff --git a/assets/png_128x128/1f3cf.png b/assets/png_128x128/1f3cf.png index c653ad980..e44ab309f 100644 Binary files a/assets/png_128x128/1f3cf.png and b/assets/png_128x128/1f3cf.png differ diff --git a/assets/png_128x128/1f3d0.png b/assets/png_128x128/1f3d0.png index 0907a9ca3..efe864c73 100644 Binary files a/assets/png_128x128/1f3d0.png and b/assets/png_128x128/1f3d0.png differ diff --git a/assets/png_128x128/1f3d1.png b/assets/png_128x128/1f3d1.png index 3323fd285..fd96d7867 100644 Binary files a/assets/png_128x128/1f3d1.png and b/assets/png_128x128/1f3d1.png differ diff --git a/assets/png_128x128/1f3d2.png b/assets/png_128x128/1f3d2.png index 0937c48d7..4d28f8ffb 100644 Binary files a/assets/png_128x128/1f3d2.png and b/assets/png_128x128/1f3d2.png differ diff --git a/assets/png_128x128/1f3d3.png b/assets/png_128x128/1f3d3.png index 1bcc79b90..4018b178b 100644 Binary files a/assets/png_128x128/1f3d3.png and b/assets/png_128x128/1f3d3.png differ diff --git a/assets/png_128x128/1f3d4.png b/assets/png_128x128/1f3d4.png index 787d87e40..2d8eac0a6 100644 Binary files a/assets/png_128x128/1f3d4.png and b/assets/png_128x128/1f3d4.png differ diff --git a/assets/png_128x128/1f3d5.png b/assets/png_128x128/1f3d5.png index 41f96ddb6..ba59a740f 100644 Binary files a/assets/png_128x128/1f3d5.png and b/assets/png_128x128/1f3d5.png differ diff --git a/assets/png_128x128/1f3d6.png b/assets/png_128x128/1f3d6.png index df4df9c0c..973001e30 100644 Binary files a/assets/png_128x128/1f3d6.png and b/assets/png_128x128/1f3d6.png differ diff --git a/assets/png_128x128/1f3d7.png b/assets/png_128x128/1f3d7.png index 804b4ff87..d33f98fa2 100644 Binary files a/assets/png_128x128/1f3d7.png and b/assets/png_128x128/1f3d7.png differ diff --git a/assets/png_128x128/1f3d8.png b/assets/png_128x128/1f3d8.png index 454e38ff3..3b58b0c10 100644 Binary files a/assets/png_128x128/1f3d8.png and b/assets/png_128x128/1f3d8.png differ diff --git a/assets/png_128x128/1f3d9.png b/assets/png_128x128/1f3d9.png index 7c1de6d87..fec8c7bca 100644 Binary files a/assets/png_128x128/1f3d9.png and b/assets/png_128x128/1f3d9.png differ diff --git a/assets/png_128x128/1f3da.png b/assets/png_128x128/1f3da.png index 4330003bb..37d450bbf 100644 Binary files a/assets/png_128x128/1f3da.png and b/assets/png_128x128/1f3da.png differ diff --git a/assets/png_128x128/1f3db.png b/assets/png_128x128/1f3db.png index f35ffe7ce..4a2148954 100644 Binary files a/assets/png_128x128/1f3db.png and b/assets/png_128x128/1f3db.png differ diff --git a/assets/png_128x128/1f3dc.png b/assets/png_128x128/1f3dc.png index d80ce138d..a9301625b 100644 Binary files a/assets/png_128x128/1f3dc.png and b/assets/png_128x128/1f3dc.png differ diff --git a/assets/png_128x128/1f3dd.png b/assets/png_128x128/1f3dd.png index b7c4868b6..4c73bd98c 100644 Binary files a/assets/png_128x128/1f3dd.png and b/assets/png_128x128/1f3dd.png differ diff --git a/assets/png_128x128/1f3de.png b/assets/png_128x128/1f3de.png index 6734b35d8..5cf4c90bc 100644 Binary files a/assets/png_128x128/1f3de.png and b/assets/png_128x128/1f3de.png differ diff --git a/assets/png_128x128/1f3df.png b/assets/png_128x128/1f3df.png index 9f6979d68..24fa75075 100644 Binary files a/assets/png_128x128/1f3df.png and b/assets/png_128x128/1f3df.png differ diff --git a/assets/png_128x128/1f3e0.png b/assets/png_128x128/1f3e0.png index 64b48ab5d..c4f475c5c 100644 Binary files a/assets/png_128x128/1f3e0.png and b/assets/png_128x128/1f3e0.png differ diff --git a/assets/png_128x128/1f3e1.png b/assets/png_128x128/1f3e1.png index 9ab9b99c7..cb665190c 100644 Binary files a/assets/png_128x128/1f3e1.png and b/assets/png_128x128/1f3e1.png differ diff --git a/assets/png_128x128/1f3e2.png b/assets/png_128x128/1f3e2.png index c2b96b78b..fe0743dd8 100644 Binary files a/assets/png_128x128/1f3e2.png and b/assets/png_128x128/1f3e2.png differ diff --git a/assets/png_128x128/1f3e3.png b/assets/png_128x128/1f3e3.png index 6dcfb4357..4ad2a2391 100644 Binary files a/assets/png_128x128/1f3e3.png and b/assets/png_128x128/1f3e3.png differ diff --git a/assets/png_128x128/1f3e4.png b/assets/png_128x128/1f3e4.png index f9b03d777..3d2154122 100644 Binary files a/assets/png_128x128/1f3e4.png and b/assets/png_128x128/1f3e4.png differ diff --git a/assets/png_128x128/1f3e5.png b/assets/png_128x128/1f3e5.png index b9f86cc72..e0c693892 100644 Binary files a/assets/png_128x128/1f3e5.png and b/assets/png_128x128/1f3e5.png differ diff --git a/assets/png_128x128/1f3e6.png b/assets/png_128x128/1f3e6.png index 8f17c6746..c9a237c56 100644 Binary files a/assets/png_128x128/1f3e6.png and b/assets/png_128x128/1f3e6.png differ diff --git a/assets/png_128x128/1f3e7.png b/assets/png_128x128/1f3e7.png index 97e816ad8..5c610bef5 100644 Binary files a/assets/png_128x128/1f3e7.png and b/assets/png_128x128/1f3e7.png differ diff --git a/assets/png_128x128/1f3e8.png b/assets/png_128x128/1f3e8.png index 6e9cc6d28..362419540 100644 Binary files a/assets/png_128x128/1f3e8.png and b/assets/png_128x128/1f3e8.png differ diff --git a/assets/png_128x128/1f3e9.png b/assets/png_128x128/1f3e9.png index f17e8b57c..1c45d5960 100644 Binary files a/assets/png_128x128/1f3e9.png and b/assets/png_128x128/1f3e9.png differ diff --git a/assets/png_128x128/1f3ea.png b/assets/png_128x128/1f3ea.png index 47fece3cb..40c9db27a 100644 Binary files a/assets/png_128x128/1f3ea.png and b/assets/png_128x128/1f3ea.png differ diff --git a/assets/png_128x128/1f3eb.png b/assets/png_128x128/1f3eb.png index 422770609..7ee05cd7c 100644 Binary files a/assets/png_128x128/1f3eb.png and b/assets/png_128x128/1f3eb.png differ diff --git a/assets/png_128x128/1f3ec.png b/assets/png_128x128/1f3ec.png index 9517428f4..1951b7a38 100644 Binary files a/assets/png_128x128/1f3ec.png and b/assets/png_128x128/1f3ec.png differ diff --git a/assets/png_128x128/1f3ed.png b/assets/png_128x128/1f3ed.png index b666a96ef..753dda09e 100644 Binary files a/assets/png_128x128/1f3ed.png and b/assets/png_128x128/1f3ed.png differ diff --git a/assets/png_128x128/1f3ee.png b/assets/png_128x128/1f3ee.png index 35d8a50d8..706675ee4 100644 Binary files a/assets/png_128x128/1f3ee.png and b/assets/png_128x128/1f3ee.png differ diff --git a/assets/png_128x128/1f3ef.png b/assets/png_128x128/1f3ef.png index 26cde73e9..4a3c7dec8 100644 Binary files a/assets/png_128x128/1f3ef.png and b/assets/png_128x128/1f3ef.png differ diff --git a/assets/png_128x128/1f3f0.png b/assets/png_128x128/1f3f0.png index 6374913d2..11376cb90 100644 Binary files a/assets/png_128x128/1f3f0.png and b/assets/png_128x128/1f3f0.png differ diff --git a/assets/png_128x128/1f3f3.png b/assets/png_128x128/1f3f3.png index 1584ab1a1..fe3201d3c 100644 Binary files a/assets/png_128x128/1f3f3.png and b/assets/png_128x128/1f3f3.png differ diff --git a/assets/png_128x128/1f3f4.png b/assets/png_128x128/1f3f4.png index e5225bdfe..4b395bbdf 100644 Binary files a/assets/png_128x128/1f3f4.png and b/assets/png_128x128/1f3f4.png differ diff --git a/assets/png_128x128/1f3f5.png b/assets/png_128x128/1f3f5.png index 0f41b3762..e4d605226 100644 Binary files a/assets/png_128x128/1f3f5.png and b/assets/png_128x128/1f3f5.png differ diff --git a/assets/png_128x128/1f3f7.png b/assets/png_128x128/1f3f7.png index 03da665dc..01c500c88 100644 Binary files a/assets/png_128x128/1f3f7.png and b/assets/png_128x128/1f3f7.png differ diff --git a/assets/png_128x128/1f3f8.png b/assets/png_128x128/1f3f8.png index 5fbef0c6d..9736e37ba 100644 Binary files a/assets/png_128x128/1f3f8.png and b/assets/png_128x128/1f3f8.png differ diff --git a/assets/png_128x128/1f3f9.png b/assets/png_128x128/1f3f9.png index 38dd96cde..b89278af4 100644 Binary files a/assets/png_128x128/1f3f9.png and b/assets/png_128x128/1f3f9.png differ diff --git a/assets/png_128x128/1f3fa.png b/assets/png_128x128/1f3fa.png index 75e269abe..022262620 100644 Binary files a/assets/png_128x128/1f3fa.png and b/assets/png_128x128/1f3fa.png differ diff --git a/assets/png_128x128/1f3fb.png b/assets/png_128x128/1f3fb.png deleted file mode 100644 index f13f0de53..000000000 Binary files a/assets/png_128x128/1f3fb.png and /dev/null differ diff --git a/assets/png_128x128/1f3fc.png b/assets/png_128x128/1f3fc.png deleted file mode 100644 index b87c95d2d..000000000 Binary files a/assets/png_128x128/1f3fc.png and /dev/null differ diff --git a/assets/png_128x128/1f3fd.png b/assets/png_128x128/1f3fd.png deleted file mode 100644 index b5aebdd95..000000000 Binary files a/assets/png_128x128/1f3fd.png and /dev/null differ diff --git a/assets/png_128x128/1f3fe.png b/assets/png_128x128/1f3fe.png deleted file mode 100644 index 016f3b60d..000000000 Binary files a/assets/png_128x128/1f3fe.png and /dev/null differ diff --git a/assets/png_128x128/1f3ff.png b/assets/png_128x128/1f3ff.png deleted file mode 100644 index e31395aae..000000000 Binary files a/assets/png_128x128/1f3ff.png and /dev/null differ diff --git a/assets/png_128x128/1f400.png b/assets/png_128x128/1f400.png index 1cbdff1ae..a5e1834ea 100644 Binary files a/assets/png_128x128/1f400.png and b/assets/png_128x128/1f400.png differ diff --git a/assets/png_128x128/1f401.png b/assets/png_128x128/1f401.png index 87de4d6b5..0fa335b8b 100644 Binary files a/assets/png_128x128/1f401.png and b/assets/png_128x128/1f401.png differ diff --git a/assets/png_128x128/1f402.png b/assets/png_128x128/1f402.png index 9f242eb79..c0f8fd82a 100644 Binary files a/assets/png_128x128/1f402.png and b/assets/png_128x128/1f402.png differ diff --git a/assets/png_128x128/1f403.png b/assets/png_128x128/1f403.png index ea495daff..60b5f59a8 100644 Binary files a/assets/png_128x128/1f403.png and b/assets/png_128x128/1f403.png differ diff --git a/assets/png_128x128/1f404.png b/assets/png_128x128/1f404.png index ea552e37e..c4b1754bb 100644 Binary files a/assets/png_128x128/1f404.png and b/assets/png_128x128/1f404.png differ diff --git a/assets/png_128x128/1f405.png b/assets/png_128x128/1f405.png index 56418ba7d..e15258443 100644 Binary files a/assets/png_128x128/1f405.png and b/assets/png_128x128/1f405.png differ diff --git a/assets/png_128x128/1f406.png b/assets/png_128x128/1f406.png index 1256aceb4..d6f9221af 100644 Binary files a/assets/png_128x128/1f406.png and b/assets/png_128x128/1f406.png differ diff --git a/assets/png_128x128/1f407.png b/assets/png_128x128/1f407.png index ada597179..a496e6d67 100644 Binary files a/assets/png_128x128/1f407.png and b/assets/png_128x128/1f407.png differ diff --git a/assets/png_128x128/1f408.png b/assets/png_128x128/1f408.png index ffe9a44df..4e3f0568b 100644 Binary files a/assets/png_128x128/1f408.png and b/assets/png_128x128/1f408.png differ diff --git a/assets/png_128x128/1f409.png b/assets/png_128x128/1f409.png index ded96f067..145cb1ca1 100644 Binary files a/assets/png_128x128/1f409.png and b/assets/png_128x128/1f409.png differ diff --git a/assets/png_128x128/1f40a.png b/assets/png_128x128/1f40a.png index 663b6e23c..3e4bf8883 100644 Binary files a/assets/png_128x128/1f40a.png and b/assets/png_128x128/1f40a.png differ diff --git a/assets/png_128x128/1f40b.png b/assets/png_128x128/1f40b.png index 0dc342242..d11000965 100644 Binary files a/assets/png_128x128/1f40b.png and b/assets/png_128x128/1f40b.png differ diff --git a/assets/png_128x128/1f40c.png b/assets/png_128x128/1f40c.png index d3889e79b..4fcdf2ea3 100644 Binary files a/assets/png_128x128/1f40c.png and b/assets/png_128x128/1f40c.png differ diff --git a/assets/png_128x128/1f40d.png b/assets/png_128x128/1f40d.png index 59188edb9..c42d8acb6 100644 Binary files a/assets/png_128x128/1f40d.png and b/assets/png_128x128/1f40d.png differ diff --git a/assets/png_128x128/1f40e.png b/assets/png_128x128/1f40e.png index 343dc4d3d..13de352a7 100644 Binary files a/assets/png_128x128/1f40e.png and b/assets/png_128x128/1f40e.png differ diff --git a/assets/png_128x128/1f40f.png b/assets/png_128x128/1f40f.png index dd8835b1c..4a7fbc33a 100644 Binary files a/assets/png_128x128/1f40f.png and b/assets/png_128x128/1f40f.png differ diff --git a/assets/png_128x128/1f410.png b/assets/png_128x128/1f410.png index 2781392a0..7846bc96c 100644 Binary files a/assets/png_128x128/1f410.png and b/assets/png_128x128/1f410.png differ diff --git a/assets/png_128x128/1f411.png b/assets/png_128x128/1f411.png index 5231f2ff0..b6c68d662 100644 Binary files a/assets/png_128x128/1f411.png and b/assets/png_128x128/1f411.png differ diff --git a/assets/png_128x128/1f412.png b/assets/png_128x128/1f412.png index 526d71767..79d9b1413 100644 Binary files a/assets/png_128x128/1f412.png and b/assets/png_128x128/1f412.png differ diff --git a/assets/png_128x128/1f413.png b/assets/png_128x128/1f413.png index 4a289cbba..ae8d9e929 100644 Binary files a/assets/png_128x128/1f413.png and b/assets/png_128x128/1f413.png differ diff --git a/assets/png_128x128/1f414.png b/assets/png_128x128/1f414.png index c1d456c83..4a154fa50 100644 Binary files a/assets/png_128x128/1f414.png and b/assets/png_128x128/1f414.png differ diff --git a/assets/png_128x128/1f415.png b/assets/png_128x128/1f415.png index 7e3c86a8e..7c5f386f0 100644 Binary files a/assets/png_128x128/1f415.png and b/assets/png_128x128/1f415.png differ diff --git a/assets/png_128x128/1f416.png b/assets/png_128x128/1f416.png index b20af2e2c..917cdc04b 100644 Binary files a/assets/png_128x128/1f416.png and b/assets/png_128x128/1f416.png differ diff --git a/assets/png_128x128/1f417.png b/assets/png_128x128/1f417.png index 4cc1c4d0e..53ba80070 100644 Binary files a/assets/png_128x128/1f417.png and b/assets/png_128x128/1f417.png differ diff --git a/assets/png_128x128/1f418.png b/assets/png_128x128/1f418.png index ff891095f..0c5bc38eb 100644 Binary files a/assets/png_128x128/1f418.png and b/assets/png_128x128/1f418.png differ diff --git a/assets/png_128x128/1f419.png b/assets/png_128x128/1f419.png index 07d8be407..7b7e1e0f9 100644 Binary files a/assets/png_128x128/1f419.png and b/assets/png_128x128/1f419.png differ diff --git a/assets/png_128x128/1f41a.png b/assets/png_128x128/1f41a.png index e1fc7a898..5761b0961 100644 Binary files a/assets/png_128x128/1f41a.png and b/assets/png_128x128/1f41a.png differ diff --git a/assets/png_128x128/1f41b.png b/assets/png_128x128/1f41b.png index f31abb255..d45e31dad 100644 Binary files a/assets/png_128x128/1f41b.png and b/assets/png_128x128/1f41b.png differ diff --git a/assets/png_128x128/1f41c.png b/assets/png_128x128/1f41c.png index a5f6d0e42..6daa2a917 100644 Binary files a/assets/png_128x128/1f41c.png and b/assets/png_128x128/1f41c.png differ diff --git a/assets/png_128x128/1f41d.png b/assets/png_128x128/1f41d.png index bc3d6e406..bfc4a26cb 100644 Binary files a/assets/png_128x128/1f41d.png and b/assets/png_128x128/1f41d.png differ diff --git a/assets/png_128x128/1f41e.png b/assets/png_128x128/1f41e.png index c7db4ec2f..07a2591a9 100644 Binary files a/assets/png_128x128/1f41e.png and b/assets/png_128x128/1f41e.png differ diff --git a/assets/png_128x128/1f41f.png b/assets/png_128x128/1f41f.png index 4df9ffe59..148534dac 100644 Binary files a/assets/png_128x128/1f41f.png and b/assets/png_128x128/1f41f.png differ diff --git a/assets/png_128x128/1f420.png b/assets/png_128x128/1f420.png index bb8be60e4..d3b7d864b 100644 Binary files a/assets/png_128x128/1f420.png and b/assets/png_128x128/1f420.png differ diff --git a/assets/png_128x128/1f421.png b/assets/png_128x128/1f421.png index 2f4a20a7e..387d33f3f 100644 Binary files a/assets/png_128x128/1f421.png and b/assets/png_128x128/1f421.png differ diff --git a/assets/png_128x128/1f422.png b/assets/png_128x128/1f422.png index 7fdf944d0..67a901942 100644 Binary files a/assets/png_128x128/1f422.png and b/assets/png_128x128/1f422.png differ diff --git a/assets/png_128x128/1f423.png b/assets/png_128x128/1f423.png index d32996fda..1a84332cb 100644 Binary files a/assets/png_128x128/1f423.png and b/assets/png_128x128/1f423.png differ diff --git a/assets/png_128x128/1f424.png b/assets/png_128x128/1f424.png index 7bbbc00eb..cd5ec7226 100644 Binary files a/assets/png_128x128/1f424.png and b/assets/png_128x128/1f424.png differ diff --git a/assets/png_128x128/1f425.png b/assets/png_128x128/1f425.png index b8bc2bd79..7b98a977e 100644 Binary files a/assets/png_128x128/1f425.png and b/assets/png_128x128/1f425.png differ diff --git a/assets/png_128x128/1f426.png b/assets/png_128x128/1f426.png index 34a5e1cff..8a8a26b45 100644 Binary files a/assets/png_128x128/1f426.png and b/assets/png_128x128/1f426.png differ diff --git a/assets/png_128x128/1f427.png b/assets/png_128x128/1f427.png index e206f55ae..abb06bd1e 100644 Binary files a/assets/png_128x128/1f427.png and b/assets/png_128x128/1f427.png differ diff --git a/assets/png_128x128/1f428.png b/assets/png_128x128/1f428.png index 407c18b1f..91bc52fbd 100644 Binary files a/assets/png_128x128/1f428.png and b/assets/png_128x128/1f428.png differ diff --git a/assets/png_128x128/1f429.png b/assets/png_128x128/1f429.png index f6cfd0230..f610f4ae6 100644 Binary files a/assets/png_128x128/1f429.png and b/assets/png_128x128/1f429.png differ diff --git a/assets/png_128x128/1f42a.png b/assets/png_128x128/1f42a.png index cf3e1852a..ba1307297 100644 Binary files a/assets/png_128x128/1f42a.png and b/assets/png_128x128/1f42a.png differ diff --git a/assets/png_128x128/1f42b.png b/assets/png_128x128/1f42b.png index 7807e235c..f0a47c456 100644 Binary files a/assets/png_128x128/1f42b.png and b/assets/png_128x128/1f42b.png differ diff --git a/assets/png_128x128/1f42c.png b/assets/png_128x128/1f42c.png index 6b6a7bdc7..9c70f0144 100644 Binary files a/assets/png_128x128/1f42c.png and b/assets/png_128x128/1f42c.png differ diff --git a/assets/png_128x128/1f42d.png b/assets/png_128x128/1f42d.png index bb008fb3b..6a7a35c9f 100644 Binary files a/assets/png_128x128/1f42d.png and b/assets/png_128x128/1f42d.png differ diff --git a/assets/png_128x128/1f42e.png b/assets/png_128x128/1f42e.png index 5e1eb06df..a366bb735 100644 Binary files a/assets/png_128x128/1f42e.png and b/assets/png_128x128/1f42e.png differ diff --git a/assets/png_128x128/1f42f.png b/assets/png_128x128/1f42f.png index bdfef6a4b..c1d82c19a 100644 Binary files a/assets/png_128x128/1f42f.png and b/assets/png_128x128/1f42f.png differ diff --git a/assets/png_128x128/1f430.png b/assets/png_128x128/1f430.png index d785658c7..3dbb43d48 100644 Binary files a/assets/png_128x128/1f430.png and b/assets/png_128x128/1f430.png differ diff --git a/assets/png_128x128/1f431.png b/assets/png_128x128/1f431.png index 9d28da333..2d66c3ef6 100644 Binary files a/assets/png_128x128/1f431.png and b/assets/png_128x128/1f431.png differ diff --git a/assets/png_128x128/1f432.png b/assets/png_128x128/1f432.png index 079c71813..26ef1c216 100644 Binary files a/assets/png_128x128/1f432.png and b/assets/png_128x128/1f432.png differ diff --git a/assets/png_128x128/1f433.png b/assets/png_128x128/1f433.png index e2c34ed96..9a719b093 100644 Binary files a/assets/png_128x128/1f433.png and b/assets/png_128x128/1f433.png differ diff --git a/assets/png_128x128/1f434.png b/assets/png_128x128/1f434.png index 1403ae244..6eed03b4b 100644 Binary files a/assets/png_128x128/1f434.png and b/assets/png_128x128/1f434.png differ diff --git a/assets/png_128x128/1f435.png b/assets/png_128x128/1f435.png index 0c4ebf4fc..2e8da4e9c 100644 Binary files a/assets/png_128x128/1f435.png and b/assets/png_128x128/1f435.png differ diff --git a/assets/png_128x128/1f436.png b/assets/png_128x128/1f436.png index 66c34c5d9..99d4d94e0 100644 Binary files a/assets/png_128x128/1f436.png and b/assets/png_128x128/1f436.png differ diff --git a/assets/png_128x128/1f437.png b/assets/png_128x128/1f437.png index 46cb819ca..c4ec0a585 100644 Binary files a/assets/png_128x128/1f437.png and b/assets/png_128x128/1f437.png differ diff --git a/assets/png_128x128/1f438.png b/assets/png_128x128/1f438.png index 6fc416cbe..74c2e4248 100644 Binary files a/assets/png_128x128/1f438.png and b/assets/png_128x128/1f438.png differ diff --git a/assets/png_128x128/1f439.png b/assets/png_128x128/1f439.png index c0eba65f5..6ca2e589f 100644 Binary files a/assets/png_128x128/1f439.png and b/assets/png_128x128/1f439.png differ diff --git a/assets/png_128x128/1f43a.png b/assets/png_128x128/1f43a.png index dd96f3b93..d6e07284c 100644 Binary files a/assets/png_128x128/1f43a.png and b/assets/png_128x128/1f43a.png differ diff --git a/assets/png_128x128/1f43b.png b/assets/png_128x128/1f43b.png index aeff3ff45..0e5c470c9 100644 Binary files a/assets/png_128x128/1f43b.png and b/assets/png_128x128/1f43b.png differ diff --git a/assets/png_128x128/1f43c.png b/assets/png_128x128/1f43c.png index 080c4a5ad..265040e11 100644 Binary files a/assets/png_128x128/1f43c.png and b/assets/png_128x128/1f43c.png differ diff --git a/assets/png_128x128/1f43d.png b/assets/png_128x128/1f43d.png index 9ee4457e2..4e8bf3894 100644 Binary files a/assets/png_128x128/1f43d.png and b/assets/png_128x128/1f43d.png differ diff --git a/assets/png_128x128/1f43e.png b/assets/png_128x128/1f43e.png index 2ed507825..1aef244f3 100644 Binary files a/assets/png_128x128/1f43e.png and b/assets/png_128x128/1f43e.png differ diff --git a/assets/png_128x128/1f43f.png b/assets/png_128x128/1f43f.png index bd1037eb0..8a7cbfb3a 100644 Binary files a/assets/png_128x128/1f43f.png and b/assets/png_128x128/1f43f.png differ diff --git a/assets/png_128x128/1f440.png b/assets/png_128x128/1f440.png index b64cadae6..1597d4526 100644 Binary files a/assets/png_128x128/1f440.png and b/assets/png_128x128/1f440.png differ diff --git a/assets/png_128x128/1f441-1f5e8.png b/assets/png_128x128/1f441-1f5e8.png index fba8e3907..c0b17d03a 100644 Binary files a/assets/png_128x128/1f441-1f5e8.png and b/assets/png_128x128/1f441-1f5e8.png differ diff --git a/assets/png_128x128/1f441.png b/assets/png_128x128/1f441.png index 59f3fc4a8..700385e93 100644 Binary files a/assets/png_128x128/1f441.png and b/assets/png_128x128/1f441.png differ diff --git a/assets/png_128x128/1f442-1f3fb.png b/assets/png_128x128/1f442-1f3fb.png index 45710bf34..749a73810 100644 Binary files a/assets/png_128x128/1f442-1f3fb.png and b/assets/png_128x128/1f442-1f3fb.png differ diff --git a/assets/png_128x128/1f442-1f3fc.png b/assets/png_128x128/1f442-1f3fc.png index f7425df22..3304ddb89 100644 Binary files a/assets/png_128x128/1f442-1f3fc.png and b/assets/png_128x128/1f442-1f3fc.png differ diff --git a/assets/png_128x128/1f442-1f3fd.png b/assets/png_128x128/1f442-1f3fd.png index 3235ba65f..2a68f8893 100644 Binary files a/assets/png_128x128/1f442-1f3fd.png and b/assets/png_128x128/1f442-1f3fd.png differ diff --git a/assets/png_128x128/1f442-1f3fe.png b/assets/png_128x128/1f442-1f3fe.png index 1e23364d6..a6e3d68ef 100644 Binary files a/assets/png_128x128/1f442-1f3fe.png and b/assets/png_128x128/1f442-1f3fe.png differ diff --git a/assets/png_128x128/1f442-1f3ff.png b/assets/png_128x128/1f442-1f3ff.png index d620b0c8e..a76c9a6f0 100644 Binary files a/assets/png_128x128/1f442-1f3ff.png and b/assets/png_128x128/1f442-1f3ff.png differ diff --git a/assets/png_128x128/1f442.png b/assets/png_128x128/1f442.png index b4da2f1b6..138c94674 100644 Binary files a/assets/png_128x128/1f442.png and b/assets/png_128x128/1f442.png differ diff --git a/assets/png_128x128/1f443-1f3fb.png b/assets/png_128x128/1f443-1f3fb.png index f8933cbfb..aff64adb1 100644 Binary files a/assets/png_128x128/1f443-1f3fb.png and b/assets/png_128x128/1f443-1f3fb.png differ diff --git a/assets/png_128x128/1f443-1f3fc.png b/assets/png_128x128/1f443-1f3fc.png index 2c0332a86..9ee589637 100644 Binary files a/assets/png_128x128/1f443-1f3fc.png and b/assets/png_128x128/1f443-1f3fc.png differ diff --git a/assets/png_128x128/1f443-1f3fd.png b/assets/png_128x128/1f443-1f3fd.png index af735c61c..89400bec3 100644 Binary files a/assets/png_128x128/1f443-1f3fd.png and b/assets/png_128x128/1f443-1f3fd.png differ diff --git a/assets/png_128x128/1f443-1f3fe.png b/assets/png_128x128/1f443-1f3fe.png index 13bd06b0d..aa4751862 100644 Binary files a/assets/png_128x128/1f443-1f3fe.png and b/assets/png_128x128/1f443-1f3fe.png differ diff --git a/assets/png_128x128/1f443-1f3ff.png b/assets/png_128x128/1f443-1f3ff.png index f77520afb..83b5e4b3c 100644 Binary files a/assets/png_128x128/1f443-1f3ff.png and b/assets/png_128x128/1f443-1f3ff.png differ diff --git a/assets/png_128x128/1f443.png b/assets/png_128x128/1f443.png index bbfe366d1..5650ca32c 100644 Binary files a/assets/png_128x128/1f443.png and b/assets/png_128x128/1f443.png differ diff --git a/assets/png_128x128/1f444.png b/assets/png_128x128/1f444.png index 5eb1124dd..150d0238d 100644 Binary files a/assets/png_128x128/1f444.png and b/assets/png_128x128/1f444.png differ diff --git a/assets/png_128x128/1f445.png b/assets/png_128x128/1f445.png index 0c3ffe02f..fd78d209f 100644 Binary files a/assets/png_128x128/1f445.png and b/assets/png_128x128/1f445.png differ diff --git a/assets/png_128x128/1f446-1f3fb.png b/assets/png_128x128/1f446-1f3fb.png index d50acf1f5..c2b7ac400 100644 Binary files a/assets/png_128x128/1f446-1f3fb.png and b/assets/png_128x128/1f446-1f3fb.png differ diff --git a/assets/png_128x128/1f446-1f3fc.png b/assets/png_128x128/1f446-1f3fc.png index a9f42880c..8955811d9 100644 Binary files a/assets/png_128x128/1f446-1f3fc.png and b/assets/png_128x128/1f446-1f3fc.png differ diff --git a/assets/png_128x128/1f446-1f3fd.png b/assets/png_128x128/1f446-1f3fd.png index 385046baa..40c0e5eca 100644 Binary files a/assets/png_128x128/1f446-1f3fd.png and b/assets/png_128x128/1f446-1f3fd.png differ diff --git a/assets/png_128x128/1f446-1f3fe.png b/assets/png_128x128/1f446-1f3fe.png index 481064e83..dde67d4b0 100644 Binary files a/assets/png_128x128/1f446-1f3fe.png and b/assets/png_128x128/1f446-1f3fe.png differ diff --git a/assets/png_128x128/1f446-1f3ff.png b/assets/png_128x128/1f446-1f3ff.png index dfc5cf1d3..a3128649a 100644 Binary files a/assets/png_128x128/1f446-1f3ff.png and b/assets/png_128x128/1f446-1f3ff.png differ diff --git a/assets/png_128x128/1f446.png b/assets/png_128x128/1f446.png index 8ab189ddf..69bf151d6 100644 Binary files a/assets/png_128x128/1f446.png and b/assets/png_128x128/1f446.png differ diff --git a/assets/png_128x128/1f447-1f3fb.png b/assets/png_128x128/1f447-1f3fb.png index eea8e99ee..6125a503e 100644 Binary files a/assets/png_128x128/1f447-1f3fb.png and b/assets/png_128x128/1f447-1f3fb.png differ diff --git a/assets/png_128x128/1f447-1f3fc.png b/assets/png_128x128/1f447-1f3fc.png index 4900a0189..9e0cb1ce6 100644 Binary files a/assets/png_128x128/1f447-1f3fc.png and b/assets/png_128x128/1f447-1f3fc.png differ diff --git a/assets/png_128x128/1f447-1f3fd.png b/assets/png_128x128/1f447-1f3fd.png index a206369fb..bc225fb4b 100644 Binary files a/assets/png_128x128/1f447-1f3fd.png and b/assets/png_128x128/1f447-1f3fd.png differ diff --git a/assets/png_128x128/1f447-1f3fe.png b/assets/png_128x128/1f447-1f3fe.png index 209e293c9..f3b726085 100644 Binary files a/assets/png_128x128/1f447-1f3fe.png and b/assets/png_128x128/1f447-1f3fe.png differ diff --git a/assets/png_128x128/1f447-1f3ff.png b/assets/png_128x128/1f447-1f3ff.png index 6ff0e5046..fa82c5507 100644 Binary files a/assets/png_128x128/1f447-1f3ff.png and b/assets/png_128x128/1f447-1f3ff.png differ diff --git a/assets/png_128x128/1f447.png b/assets/png_128x128/1f447.png index 37d285c26..048e7c2d2 100644 Binary files a/assets/png_128x128/1f447.png and b/assets/png_128x128/1f447.png differ diff --git a/assets/png_128x128/1f448-1f3fb.png b/assets/png_128x128/1f448-1f3fb.png index ca5b88e00..fa1e3b4be 100644 Binary files a/assets/png_128x128/1f448-1f3fb.png and b/assets/png_128x128/1f448-1f3fb.png differ diff --git a/assets/png_128x128/1f448-1f3fc.png b/assets/png_128x128/1f448-1f3fc.png index cd95abc6f..2c5c61b8b 100644 Binary files a/assets/png_128x128/1f448-1f3fc.png and b/assets/png_128x128/1f448-1f3fc.png differ diff --git a/assets/png_128x128/1f448-1f3fd.png b/assets/png_128x128/1f448-1f3fd.png index 278299d5e..94521561c 100644 Binary files a/assets/png_128x128/1f448-1f3fd.png and b/assets/png_128x128/1f448-1f3fd.png differ diff --git a/assets/png_128x128/1f448-1f3fe.png b/assets/png_128x128/1f448-1f3fe.png index 6caf7a984..204597bf0 100644 Binary files a/assets/png_128x128/1f448-1f3fe.png and b/assets/png_128x128/1f448-1f3fe.png differ diff --git a/assets/png_128x128/1f448-1f3ff.png b/assets/png_128x128/1f448-1f3ff.png index 251492440..b119d86d2 100644 Binary files a/assets/png_128x128/1f448-1f3ff.png and b/assets/png_128x128/1f448-1f3ff.png differ diff --git a/assets/png_128x128/1f448.png b/assets/png_128x128/1f448.png index 280faa659..e8bce2f37 100644 Binary files a/assets/png_128x128/1f448.png and b/assets/png_128x128/1f448.png differ diff --git a/assets/png_128x128/1f449-1f3fb.png b/assets/png_128x128/1f449-1f3fb.png index 83bd01adc..df3dca9e2 100644 Binary files a/assets/png_128x128/1f449-1f3fb.png and b/assets/png_128x128/1f449-1f3fb.png differ diff --git a/assets/png_128x128/1f449-1f3fc.png b/assets/png_128x128/1f449-1f3fc.png index d3b72b93e..33fd5d4e2 100644 Binary files a/assets/png_128x128/1f449-1f3fc.png and b/assets/png_128x128/1f449-1f3fc.png differ diff --git a/assets/png_128x128/1f449-1f3fd.png b/assets/png_128x128/1f449-1f3fd.png index caf8a6f13..4a06abbf1 100644 Binary files a/assets/png_128x128/1f449-1f3fd.png and b/assets/png_128x128/1f449-1f3fd.png differ diff --git a/assets/png_128x128/1f449-1f3fe.png b/assets/png_128x128/1f449-1f3fe.png index 87d358b81..066b80779 100644 Binary files a/assets/png_128x128/1f449-1f3fe.png and b/assets/png_128x128/1f449-1f3fe.png differ diff --git a/assets/png_128x128/1f449-1f3ff.png b/assets/png_128x128/1f449-1f3ff.png index 244dab7ea..89389a225 100644 Binary files a/assets/png_128x128/1f449-1f3ff.png and b/assets/png_128x128/1f449-1f3ff.png differ diff --git a/assets/png_128x128/1f449.png b/assets/png_128x128/1f449.png index 7fadc7074..4f316eab6 100644 Binary files a/assets/png_128x128/1f449.png and b/assets/png_128x128/1f449.png differ diff --git a/assets/png_128x128/1f44a-1f3fb.png b/assets/png_128x128/1f44a-1f3fb.png index adfdba66f..cad6d7976 100644 Binary files a/assets/png_128x128/1f44a-1f3fb.png and b/assets/png_128x128/1f44a-1f3fb.png differ diff --git a/assets/png_128x128/1f44a-1f3fc.png b/assets/png_128x128/1f44a-1f3fc.png index 0d123f20e..4f69309ab 100644 Binary files a/assets/png_128x128/1f44a-1f3fc.png and b/assets/png_128x128/1f44a-1f3fc.png differ diff --git a/assets/png_128x128/1f44a-1f3fd.png b/assets/png_128x128/1f44a-1f3fd.png index da6a55813..a7d44a3c0 100644 Binary files a/assets/png_128x128/1f44a-1f3fd.png and b/assets/png_128x128/1f44a-1f3fd.png differ diff --git a/assets/png_128x128/1f44a-1f3fe.png b/assets/png_128x128/1f44a-1f3fe.png index f4fe6d154..e7dc1cea0 100644 Binary files a/assets/png_128x128/1f44a-1f3fe.png and b/assets/png_128x128/1f44a-1f3fe.png differ diff --git a/assets/png_128x128/1f44a-1f3ff.png b/assets/png_128x128/1f44a-1f3ff.png index 41b37c247..da00b4435 100644 Binary files a/assets/png_128x128/1f44a-1f3ff.png and b/assets/png_128x128/1f44a-1f3ff.png differ diff --git a/assets/png_128x128/1f44a.png b/assets/png_128x128/1f44a.png index ee417c0a5..f0903beba 100644 Binary files a/assets/png_128x128/1f44a.png and b/assets/png_128x128/1f44a.png differ diff --git a/assets/png_128x128/1f44b-1f3fb.png b/assets/png_128x128/1f44b-1f3fb.png index 2f31ae249..d1867ad43 100644 Binary files a/assets/png_128x128/1f44b-1f3fb.png and b/assets/png_128x128/1f44b-1f3fb.png differ diff --git a/assets/png_128x128/1f44b-1f3fc.png b/assets/png_128x128/1f44b-1f3fc.png index 5d7591484..0d816035b 100644 Binary files a/assets/png_128x128/1f44b-1f3fc.png and b/assets/png_128x128/1f44b-1f3fc.png differ diff --git a/assets/png_128x128/1f44b-1f3fd.png b/assets/png_128x128/1f44b-1f3fd.png index c454d415e..4129f6407 100644 Binary files a/assets/png_128x128/1f44b-1f3fd.png and b/assets/png_128x128/1f44b-1f3fd.png differ diff --git a/assets/png_128x128/1f44b-1f3fe.png b/assets/png_128x128/1f44b-1f3fe.png index dc11bef53..cf7e9f44a 100644 Binary files a/assets/png_128x128/1f44b-1f3fe.png and b/assets/png_128x128/1f44b-1f3fe.png differ diff --git a/assets/png_128x128/1f44b-1f3ff.png b/assets/png_128x128/1f44b-1f3ff.png index 26016ebcd..cd65e5ca5 100644 Binary files a/assets/png_128x128/1f44b-1f3ff.png and b/assets/png_128x128/1f44b-1f3ff.png differ diff --git a/assets/png_128x128/1f44b.png b/assets/png_128x128/1f44b.png index 2486ecf23..5912e3359 100644 Binary files a/assets/png_128x128/1f44b.png and b/assets/png_128x128/1f44b.png differ diff --git a/assets/png_128x128/1f44c-1f3fb.png b/assets/png_128x128/1f44c-1f3fb.png index 65b8c40b0..ed9af55b2 100644 Binary files a/assets/png_128x128/1f44c-1f3fb.png and b/assets/png_128x128/1f44c-1f3fb.png differ diff --git a/assets/png_128x128/1f44c-1f3fc.png b/assets/png_128x128/1f44c-1f3fc.png index a25538820..da465205b 100644 Binary files a/assets/png_128x128/1f44c-1f3fc.png and b/assets/png_128x128/1f44c-1f3fc.png differ diff --git a/assets/png_128x128/1f44c-1f3fd.png b/assets/png_128x128/1f44c-1f3fd.png index a0286d78d..a24645b78 100644 Binary files a/assets/png_128x128/1f44c-1f3fd.png and b/assets/png_128x128/1f44c-1f3fd.png differ diff --git a/assets/png_128x128/1f44c-1f3fe.png b/assets/png_128x128/1f44c-1f3fe.png index 5ac2e80b5..fd945f988 100644 Binary files a/assets/png_128x128/1f44c-1f3fe.png and b/assets/png_128x128/1f44c-1f3fe.png differ diff --git a/assets/png_128x128/1f44c-1f3ff.png b/assets/png_128x128/1f44c-1f3ff.png index a9ab4c080..6dbffd9e8 100644 Binary files a/assets/png_128x128/1f44c-1f3ff.png and b/assets/png_128x128/1f44c-1f3ff.png differ diff --git a/assets/png_128x128/1f44c.png b/assets/png_128x128/1f44c.png index 5af8e7988..7840efce8 100644 Binary files a/assets/png_128x128/1f44c.png and b/assets/png_128x128/1f44c.png differ diff --git a/assets/png_128x128/1f44d-1f3fb.png b/assets/png_128x128/1f44d-1f3fb.png index af66a49d8..842581449 100644 Binary files a/assets/png_128x128/1f44d-1f3fb.png and b/assets/png_128x128/1f44d-1f3fb.png differ diff --git a/assets/png_128x128/1f44d-1f3fc.png b/assets/png_128x128/1f44d-1f3fc.png index d9dc51255..93ff69094 100644 Binary files a/assets/png_128x128/1f44d-1f3fc.png and b/assets/png_128x128/1f44d-1f3fc.png differ diff --git a/assets/png_128x128/1f44d-1f3fd.png b/assets/png_128x128/1f44d-1f3fd.png index b5a9dbcda..3dca1ac24 100644 Binary files a/assets/png_128x128/1f44d-1f3fd.png and b/assets/png_128x128/1f44d-1f3fd.png differ diff --git a/assets/png_128x128/1f44d-1f3fe.png b/assets/png_128x128/1f44d-1f3fe.png index 0ff7ab119..5e565f713 100644 Binary files a/assets/png_128x128/1f44d-1f3fe.png and b/assets/png_128x128/1f44d-1f3fe.png differ diff --git a/assets/png_128x128/1f44d-1f3ff.png b/assets/png_128x128/1f44d-1f3ff.png index a63811237..88af8d50c 100644 Binary files a/assets/png_128x128/1f44d-1f3ff.png and b/assets/png_128x128/1f44d-1f3ff.png differ diff --git a/assets/png_128x128/1f44d.png b/assets/png_128x128/1f44d.png index 039bc2104..d00463630 100644 Binary files a/assets/png_128x128/1f44d.png and b/assets/png_128x128/1f44d.png differ diff --git a/assets/png_128x128/1f44e-1f3fb.png b/assets/png_128x128/1f44e-1f3fb.png index cafdbe2c0..de4f02050 100644 Binary files a/assets/png_128x128/1f44e-1f3fb.png and b/assets/png_128x128/1f44e-1f3fb.png differ diff --git a/assets/png_128x128/1f44e-1f3fc.png b/assets/png_128x128/1f44e-1f3fc.png index 250caabce..65bc6972f 100644 Binary files a/assets/png_128x128/1f44e-1f3fc.png and b/assets/png_128x128/1f44e-1f3fc.png differ diff --git a/assets/png_128x128/1f44e-1f3fd.png b/assets/png_128x128/1f44e-1f3fd.png index 5612487b9..febf22bfe 100644 Binary files a/assets/png_128x128/1f44e-1f3fd.png and b/assets/png_128x128/1f44e-1f3fd.png differ diff --git a/assets/png_128x128/1f44e-1f3fe.png b/assets/png_128x128/1f44e-1f3fe.png index 1bf3391fa..47bd1aa6c 100644 Binary files a/assets/png_128x128/1f44e-1f3fe.png and b/assets/png_128x128/1f44e-1f3fe.png differ diff --git a/assets/png_128x128/1f44e-1f3ff.png b/assets/png_128x128/1f44e-1f3ff.png index eef0c171e..de618462d 100644 Binary files a/assets/png_128x128/1f44e-1f3ff.png and b/assets/png_128x128/1f44e-1f3ff.png differ diff --git a/assets/png_128x128/1f44e.png b/assets/png_128x128/1f44e.png index 17aad9c75..44d65d85b 100644 Binary files a/assets/png_128x128/1f44e.png and b/assets/png_128x128/1f44e.png differ diff --git a/assets/png_128x128/1f44f-1f3fb.png b/assets/png_128x128/1f44f-1f3fb.png index 61b5791ac..4d1581d52 100644 Binary files a/assets/png_128x128/1f44f-1f3fb.png and b/assets/png_128x128/1f44f-1f3fb.png differ diff --git a/assets/png_128x128/1f44f-1f3fc.png b/assets/png_128x128/1f44f-1f3fc.png index 1387f5056..bcce23350 100644 Binary files a/assets/png_128x128/1f44f-1f3fc.png and b/assets/png_128x128/1f44f-1f3fc.png differ diff --git a/assets/png_128x128/1f44f-1f3fd.png b/assets/png_128x128/1f44f-1f3fd.png index c39063d78..4db4efdee 100644 Binary files a/assets/png_128x128/1f44f-1f3fd.png and b/assets/png_128x128/1f44f-1f3fd.png differ diff --git a/assets/png_128x128/1f44f-1f3fe.png b/assets/png_128x128/1f44f-1f3fe.png index e7d34a46f..05b440e51 100644 Binary files a/assets/png_128x128/1f44f-1f3fe.png and b/assets/png_128x128/1f44f-1f3fe.png differ diff --git a/assets/png_128x128/1f44f-1f3ff.png b/assets/png_128x128/1f44f-1f3ff.png index dd82cdd15..d8eca825e 100644 Binary files a/assets/png_128x128/1f44f-1f3ff.png and b/assets/png_128x128/1f44f-1f3ff.png differ diff --git a/assets/png_128x128/1f44f.png b/assets/png_128x128/1f44f.png index d19b4a78d..6bdae981e 100644 Binary files a/assets/png_128x128/1f44f.png and b/assets/png_128x128/1f44f.png differ diff --git a/assets/png_128x128/1f450-1f3fb.png b/assets/png_128x128/1f450-1f3fb.png index 174ad8d4c..01ec2d285 100644 Binary files a/assets/png_128x128/1f450-1f3fb.png and b/assets/png_128x128/1f450-1f3fb.png differ diff --git a/assets/png_128x128/1f450-1f3fc.png b/assets/png_128x128/1f450-1f3fc.png index 0279b2342..1342016a4 100644 Binary files a/assets/png_128x128/1f450-1f3fc.png and b/assets/png_128x128/1f450-1f3fc.png differ diff --git a/assets/png_128x128/1f450-1f3fd.png b/assets/png_128x128/1f450-1f3fd.png index ba5fcc733..6f923454e 100644 Binary files a/assets/png_128x128/1f450-1f3fd.png and b/assets/png_128x128/1f450-1f3fd.png differ diff --git a/assets/png_128x128/1f450-1f3fe.png b/assets/png_128x128/1f450-1f3fe.png index 9c057db34..eee10c6e7 100644 Binary files a/assets/png_128x128/1f450-1f3fe.png and b/assets/png_128x128/1f450-1f3fe.png differ diff --git a/assets/png_128x128/1f450-1f3ff.png b/assets/png_128x128/1f450-1f3ff.png index 7604f4d3b..a59e03f56 100644 Binary files a/assets/png_128x128/1f450-1f3ff.png and b/assets/png_128x128/1f450-1f3ff.png differ diff --git a/assets/png_128x128/1f450.png b/assets/png_128x128/1f450.png index 26eb1fc3c..69b589f14 100644 Binary files a/assets/png_128x128/1f450.png and b/assets/png_128x128/1f450.png differ diff --git a/assets/png_128x128/1f451.png b/assets/png_128x128/1f451.png index 9050f08e7..ae0bcea6d 100644 Binary files a/assets/png_128x128/1f451.png and b/assets/png_128x128/1f451.png differ diff --git a/assets/png_128x128/1f452.png b/assets/png_128x128/1f452.png index 8b2deb4cc..fd8d55c00 100644 Binary files a/assets/png_128x128/1f452.png and b/assets/png_128x128/1f452.png differ diff --git a/assets/png_128x128/1f453.png b/assets/png_128x128/1f453.png index f0c2dde81..3cf0d3ec1 100644 Binary files a/assets/png_128x128/1f453.png and b/assets/png_128x128/1f453.png differ diff --git a/assets/png_128x128/1f454.png b/assets/png_128x128/1f454.png index 01bd8d277..67fe52c9a 100644 Binary files a/assets/png_128x128/1f454.png and b/assets/png_128x128/1f454.png differ diff --git a/assets/png_128x128/1f455.png b/assets/png_128x128/1f455.png index fef1bc315..ad6d35316 100644 Binary files a/assets/png_128x128/1f455.png and b/assets/png_128x128/1f455.png differ diff --git a/assets/png_128x128/1f456.png b/assets/png_128x128/1f456.png index 6a2efe3d1..6616e8781 100644 Binary files a/assets/png_128x128/1f456.png and b/assets/png_128x128/1f456.png differ diff --git a/assets/png_128x128/1f457.png b/assets/png_128x128/1f457.png index c79eb9b10..88a9ec350 100644 Binary files a/assets/png_128x128/1f457.png and b/assets/png_128x128/1f457.png differ diff --git a/assets/png_128x128/1f458.png b/assets/png_128x128/1f458.png index e2ab169ae..e3651282f 100644 Binary files a/assets/png_128x128/1f458.png and b/assets/png_128x128/1f458.png differ diff --git a/assets/png_128x128/1f459.png b/assets/png_128x128/1f459.png index 942acab0a..239412826 100644 Binary files a/assets/png_128x128/1f459.png and b/assets/png_128x128/1f459.png differ diff --git a/assets/png_128x128/1f45a.png b/assets/png_128x128/1f45a.png index 638301982..c01158b69 100644 Binary files a/assets/png_128x128/1f45a.png and b/assets/png_128x128/1f45a.png differ diff --git a/assets/png_128x128/1f45b.png b/assets/png_128x128/1f45b.png index f5564e271..59bc6d72d 100644 Binary files a/assets/png_128x128/1f45b.png and b/assets/png_128x128/1f45b.png differ diff --git a/assets/png_128x128/1f45c.png b/assets/png_128x128/1f45c.png index 429a6903a..dfab5a09d 100644 Binary files a/assets/png_128x128/1f45c.png and b/assets/png_128x128/1f45c.png differ diff --git a/assets/png_128x128/1f45d.png b/assets/png_128x128/1f45d.png index 906bc0ce8..e4a38cbea 100644 Binary files a/assets/png_128x128/1f45d.png and b/assets/png_128x128/1f45d.png differ diff --git a/assets/png_128x128/1f45e.png b/assets/png_128x128/1f45e.png index a94a0a4f8..cd6dcb59b 100644 Binary files a/assets/png_128x128/1f45e.png and b/assets/png_128x128/1f45e.png differ diff --git a/assets/png_128x128/1f45f.png b/assets/png_128x128/1f45f.png index e30d2849e..68646699e 100644 Binary files a/assets/png_128x128/1f45f.png and b/assets/png_128x128/1f45f.png differ diff --git a/assets/png_128x128/1f460.png b/assets/png_128x128/1f460.png index 2f56d7912..5165ac155 100644 Binary files a/assets/png_128x128/1f460.png and b/assets/png_128x128/1f460.png differ diff --git a/assets/png_128x128/1f461.png b/assets/png_128x128/1f461.png index 138b5863f..d37f4dbab 100644 Binary files a/assets/png_128x128/1f461.png and b/assets/png_128x128/1f461.png differ diff --git a/assets/png_128x128/1f462.png b/assets/png_128x128/1f462.png index f5a33e41f..e9794bae7 100644 Binary files a/assets/png_128x128/1f462.png and b/assets/png_128x128/1f462.png differ diff --git a/assets/png_128x128/1f463.png b/assets/png_128x128/1f463.png index a8e356dbc..d3d4ffb43 100644 Binary files a/assets/png_128x128/1f463.png and b/assets/png_128x128/1f463.png differ diff --git a/assets/png_128x128/1f464.png b/assets/png_128x128/1f464.png index c690743a5..8b063e418 100644 Binary files a/assets/png_128x128/1f464.png and b/assets/png_128x128/1f464.png differ diff --git a/assets/png_128x128/1f465.png b/assets/png_128x128/1f465.png index 22a169f2e..d60df8dcf 100644 Binary files a/assets/png_128x128/1f465.png and b/assets/png_128x128/1f465.png differ diff --git a/assets/png_128x128/1f466-1f3fb.png b/assets/png_128x128/1f466-1f3fb.png index 82aed4ad9..66c809405 100644 Binary files a/assets/png_128x128/1f466-1f3fb.png and b/assets/png_128x128/1f466-1f3fb.png differ diff --git a/assets/png_128x128/1f466-1f3fc.png b/assets/png_128x128/1f466-1f3fc.png index b100178e3..4be9e06ae 100644 Binary files a/assets/png_128x128/1f466-1f3fc.png and b/assets/png_128x128/1f466-1f3fc.png differ diff --git a/assets/png_128x128/1f466-1f3fd.png b/assets/png_128x128/1f466-1f3fd.png index d9893f188..4e82a21c6 100644 Binary files a/assets/png_128x128/1f466-1f3fd.png and b/assets/png_128x128/1f466-1f3fd.png differ diff --git a/assets/png_128x128/1f466-1f3fe.png b/assets/png_128x128/1f466-1f3fe.png index 0ddc6338b..cc253732a 100644 Binary files a/assets/png_128x128/1f466-1f3fe.png and b/assets/png_128x128/1f466-1f3fe.png differ diff --git a/assets/png_128x128/1f466-1f3ff.png b/assets/png_128x128/1f466-1f3ff.png index d90882016..9cf89af2a 100644 Binary files a/assets/png_128x128/1f466-1f3ff.png and b/assets/png_128x128/1f466-1f3ff.png differ diff --git a/assets/png_128x128/1f466.png b/assets/png_128x128/1f466.png index 980c74bf6..9475169b3 100644 Binary files a/assets/png_128x128/1f466.png and b/assets/png_128x128/1f466.png differ diff --git a/assets/png_128x128/1f467-1f3fb.png b/assets/png_128x128/1f467-1f3fb.png index 2d33ae60a..9a07961b8 100644 Binary files a/assets/png_128x128/1f467-1f3fb.png and b/assets/png_128x128/1f467-1f3fb.png differ diff --git a/assets/png_128x128/1f467-1f3fc.png b/assets/png_128x128/1f467-1f3fc.png index fb58ac6d6..005d363d5 100644 Binary files a/assets/png_128x128/1f467-1f3fc.png and b/assets/png_128x128/1f467-1f3fc.png differ diff --git a/assets/png_128x128/1f467-1f3fd.png b/assets/png_128x128/1f467-1f3fd.png index 363e10223..ba5b30245 100644 Binary files a/assets/png_128x128/1f467-1f3fd.png and b/assets/png_128x128/1f467-1f3fd.png differ diff --git a/assets/png_128x128/1f467-1f3fe.png b/assets/png_128x128/1f467-1f3fe.png index 87abe89ba..3e8e99a88 100644 Binary files a/assets/png_128x128/1f467-1f3fe.png and b/assets/png_128x128/1f467-1f3fe.png differ diff --git a/assets/png_128x128/1f467-1f3ff.png b/assets/png_128x128/1f467-1f3ff.png index 9e6e4cc5b..82ecf8260 100644 Binary files a/assets/png_128x128/1f467-1f3ff.png and b/assets/png_128x128/1f467-1f3ff.png differ diff --git a/assets/png_128x128/1f467.png b/assets/png_128x128/1f467.png index 6c577ec4c..3648bbc5b 100644 Binary files a/assets/png_128x128/1f467.png and b/assets/png_128x128/1f467.png differ diff --git a/assets/png_128x128/1f468-1f3fb.png b/assets/png_128x128/1f468-1f3fb.png index c04e6ea51..183c0f430 100644 Binary files a/assets/png_128x128/1f468-1f3fb.png and b/assets/png_128x128/1f468-1f3fb.png differ diff --git a/assets/png_128x128/1f468-1f3fc.png b/assets/png_128x128/1f468-1f3fc.png index 58110e112..f3696c413 100644 Binary files a/assets/png_128x128/1f468-1f3fc.png and b/assets/png_128x128/1f468-1f3fc.png differ diff --git a/assets/png_128x128/1f468-1f3fd.png b/assets/png_128x128/1f468-1f3fd.png index 86ac1808a..7651de15f 100644 Binary files a/assets/png_128x128/1f468-1f3fd.png and b/assets/png_128x128/1f468-1f3fd.png differ diff --git a/assets/png_128x128/1f468-1f3fe.png b/assets/png_128x128/1f468-1f3fe.png index cb92c4dc2..751505e3a 100644 Binary files a/assets/png_128x128/1f468-1f3fe.png and b/assets/png_128x128/1f468-1f3fe.png differ diff --git a/assets/png_128x128/1f468-1f3ff.png b/assets/png_128x128/1f468-1f3ff.png index 7ad69a92d..a22aa2cfb 100644 Binary files a/assets/png_128x128/1f468-1f3ff.png and b/assets/png_128x128/1f468-1f3ff.png differ diff --git a/assets/png_128x128/1f468-1f468-1f466-1f466.png b/assets/png_128x128/1f468-1f468-1f466-1f466.png index 312ea436d..a9f59b28e 100644 Binary files a/assets/png_128x128/1f468-1f468-1f466-1f466.png and b/assets/png_128x128/1f468-1f468-1f466-1f466.png differ diff --git a/assets/png_128x128/1f468-1f468-1f466.png b/assets/png_128x128/1f468-1f468-1f466.png index f2b12d7b9..95af7d24c 100644 Binary files a/assets/png_128x128/1f468-1f468-1f466.png and b/assets/png_128x128/1f468-1f468-1f466.png differ diff --git a/assets/png_128x128/1f468-1f468-1f467-1f466.png b/assets/png_128x128/1f468-1f468-1f467-1f466.png index 9ba1370cd..10ab5994d 100644 Binary files a/assets/png_128x128/1f468-1f468-1f467-1f466.png and b/assets/png_128x128/1f468-1f468-1f467-1f466.png differ diff --git a/assets/png_128x128/1f468-1f468-1f467-1f467.png b/assets/png_128x128/1f468-1f468-1f467-1f467.png index a553255f1..34c7721ee 100644 Binary files a/assets/png_128x128/1f468-1f468-1f467-1f467.png and b/assets/png_128x128/1f468-1f468-1f467-1f467.png differ diff --git a/assets/png_128x128/1f468-1f468-1f467.png b/assets/png_128x128/1f468-1f468-1f467.png index ec8b3fed5..750f45aab 100644 Binary files a/assets/png_128x128/1f468-1f468-1f467.png and b/assets/png_128x128/1f468-1f468-1f467.png differ diff --git a/assets/png_128x128/1f468-1f469-1f466-1f466.png b/assets/png_128x128/1f468-1f469-1f466-1f466.png index 2ba02bba0..470602ecf 100644 Binary files a/assets/png_128x128/1f468-1f469-1f466-1f466.png and b/assets/png_128x128/1f468-1f469-1f466-1f466.png differ diff --git a/assets/png_128x128/1f468-1f469-1f467-1f466.png b/assets/png_128x128/1f468-1f469-1f467-1f466.png index c47f05038..7c24c5aa0 100644 Binary files a/assets/png_128x128/1f468-1f469-1f467-1f466.png and b/assets/png_128x128/1f468-1f469-1f467-1f466.png differ diff --git a/assets/png_128x128/1f468-1f469-1f467-1f467.png b/assets/png_128x128/1f468-1f469-1f467-1f467.png index 62c2293d4..f4d0165e7 100644 Binary files a/assets/png_128x128/1f468-1f469-1f467-1f467.png and b/assets/png_128x128/1f468-1f469-1f467-1f467.png differ diff --git a/assets/png_128x128/1f468-1f469-1f467.png b/assets/png_128x128/1f468-1f469-1f467.png index 24ad71743..739fa7375 100644 Binary files a/assets/png_128x128/1f468-1f469-1f467.png and b/assets/png_128x128/1f468-1f469-1f467.png differ diff --git a/assets/png_128x128/1f468-2764-1f468.png b/assets/png_128x128/1f468-2764-1f468.png index 946e29887..ea9c5e44f 100644 Binary files a/assets/png_128x128/1f468-2764-1f468.png and b/assets/png_128x128/1f468-2764-1f468.png differ diff --git a/assets/png_128x128/1f468-2764-1f48b-1f468.png b/assets/png_128x128/1f468-2764-1f48b-1f468.png index f0bedc481..6a39d240c 100644 Binary files a/assets/png_128x128/1f468-2764-1f48b-1f468.png and b/assets/png_128x128/1f468-2764-1f48b-1f468.png differ diff --git a/assets/png_128x128/1f468.png b/assets/png_128x128/1f468.png index 5e95c7da2..11188989c 100644 Binary files a/assets/png_128x128/1f468.png and b/assets/png_128x128/1f468.png differ diff --git a/assets/png_128x128/1f469-1f3fb.png b/assets/png_128x128/1f469-1f3fb.png index 54ba711f1..70bda70d8 100644 Binary files a/assets/png_128x128/1f469-1f3fb.png and b/assets/png_128x128/1f469-1f3fb.png differ diff --git a/assets/png_128x128/1f469-1f3fc.png b/assets/png_128x128/1f469-1f3fc.png index ee69b264f..8f16bb992 100644 Binary files a/assets/png_128x128/1f469-1f3fc.png and b/assets/png_128x128/1f469-1f3fc.png differ diff --git a/assets/png_128x128/1f469-1f3fd.png b/assets/png_128x128/1f469-1f3fd.png index 91ea8b025..7dc3b013b 100644 Binary files a/assets/png_128x128/1f469-1f3fd.png and b/assets/png_128x128/1f469-1f3fd.png differ diff --git a/assets/png_128x128/1f469-1f3fe.png b/assets/png_128x128/1f469-1f3fe.png index 2013ebd29..34f15d611 100644 Binary files a/assets/png_128x128/1f469-1f3fe.png and b/assets/png_128x128/1f469-1f3fe.png differ diff --git a/assets/png_128x128/1f469-1f3ff.png b/assets/png_128x128/1f469-1f3ff.png index ec4b666db..f60e05a2f 100644 Binary files a/assets/png_128x128/1f469-1f3ff.png and b/assets/png_128x128/1f469-1f3ff.png differ diff --git a/assets/png_128x128/1f469-1f469-1f466-1f466.png b/assets/png_128x128/1f469-1f469-1f466-1f466.png index e4e87e173..13ba28dc8 100644 Binary files a/assets/png_128x128/1f469-1f469-1f466-1f466.png and b/assets/png_128x128/1f469-1f469-1f466-1f466.png differ diff --git a/assets/png_128x128/1f469-1f469-1f466.png b/assets/png_128x128/1f469-1f469-1f466.png index 2f97749fe..7f644c7f9 100644 Binary files a/assets/png_128x128/1f469-1f469-1f466.png and b/assets/png_128x128/1f469-1f469-1f466.png differ diff --git a/assets/png_128x128/1f469-1f469-1f467-1f466.png b/assets/png_128x128/1f469-1f469-1f467-1f466.png index c9cc6f326..820bd8a74 100644 Binary files a/assets/png_128x128/1f469-1f469-1f467-1f466.png and b/assets/png_128x128/1f469-1f469-1f467-1f466.png differ diff --git a/assets/png_128x128/1f469-1f469-1f467-1f467.png b/assets/png_128x128/1f469-1f469-1f467-1f467.png index 91f9bd93b..2ffa7c71c 100644 Binary files a/assets/png_128x128/1f469-1f469-1f467-1f467.png and b/assets/png_128x128/1f469-1f469-1f467-1f467.png differ diff --git a/assets/png_128x128/1f469-1f469-1f467.png b/assets/png_128x128/1f469-1f469-1f467.png index 6d46e3c5c..1e9208e59 100644 Binary files a/assets/png_128x128/1f469-1f469-1f467.png and b/assets/png_128x128/1f469-1f469-1f467.png differ diff --git a/assets/png_128x128/1f469-2764-1f469.png b/assets/png_128x128/1f469-2764-1f469.png index 47a76d889..ec6db9f1f 100644 Binary files a/assets/png_128x128/1f469-2764-1f469.png and b/assets/png_128x128/1f469-2764-1f469.png differ diff --git a/assets/png_128x128/1f469-2764-1f48b-1f469.png b/assets/png_128x128/1f469-2764-1f48b-1f469.png index 2f7d837d9..5752d23c7 100644 Binary files a/assets/png_128x128/1f469-2764-1f48b-1f469.png and b/assets/png_128x128/1f469-2764-1f48b-1f469.png differ diff --git a/assets/png_128x128/1f469.png b/assets/png_128x128/1f469.png index 6e3c11935..9726600cc 100644 Binary files a/assets/png_128x128/1f469.png and b/assets/png_128x128/1f469.png differ diff --git a/assets/png_128x128/1f46a.png b/assets/png_128x128/1f46a.png index a186e66bb..dbc350611 100644 Binary files a/assets/png_128x128/1f46a.png and b/assets/png_128x128/1f46a.png differ diff --git a/assets/png_128x128/1f46b.png b/assets/png_128x128/1f46b.png index 497ad4206..e98a22b49 100644 Binary files a/assets/png_128x128/1f46b.png and b/assets/png_128x128/1f46b.png differ diff --git a/assets/png_128x128/1f46c.png b/assets/png_128x128/1f46c.png index 317360e49..5f768cbcb 100644 Binary files a/assets/png_128x128/1f46c.png and b/assets/png_128x128/1f46c.png differ diff --git a/assets/png_128x128/1f46d.png b/assets/png_128x128/1f46d.png index e7aa8c9a3..f0163dcdf 100644 Binary files a/assets/png_128x128/1f46d.png and b/assets/png_128x128/1f46d.png differ diff --git a/assets/png_128x128/1f46e-1f3fb.png b/assets/png_128x128/1f46e-1f3fb.png index 451e2df20..135fdaeec 100644 Binary files a/assets/png_128x128/1f46e-1f3fb.png and b/assets/png_128x128/1f46e-1f3fb.png differ diff --git a/assets/png_128x128/1f46e-1f3fc.png b/assets/png_128x128/1f46e-1f3fc.png index 1f828aef8..170b79c36 100644 Binary files a/assets/png_128x128/1f46e-1f3fc.png and b/assets/png_128x128/1f46e-1f3fc.png differ diff --git a/assets/png_128x128/1f46e-1f3fd.png b/assets/png_128x128/1f46e-1f3fd.png index 4d2600cb3..40d17ec26 100644 Binary files a/assets/png_128x128/1f46e-1f3fd.png and b/assets/png_128x128/1f46e-1f3fd.png differ diff --git a/assets/png_128x128/1f46e-1f3fe.png b/assets/png_128x128/1f46e-1f3fe.png index 6201f7b8d..d47acd83a 100644 Binary files a/assets/png_128x128/1f46e-1f3fe.png and b/assets/png_128x128/1f46e-1f3fe.png differ diff --git a/assets/png_128x128/1f46e-1f3ff.png b/assets/png_128x128/1f46e-1f3ff.png index e69833496..ca6cd7418 100644 Binary files a/assets/png_128x128/1f46e-1f3ff.png and b/assets/png_128x128/1f46e-1f3ff.png differ diff --git a/assets/png_128x128/1f46e.png b/assets/png_128x128/1f46e.png index 206f46a16..6c7745f92 100644 Binary files a/assets/png_128x128/1f46e.png and b/assets/png_128x128/1f46e.png differ diff --git a/assets/png_128x128/1f46f.png b/assets/png_128x128/1f46f.png index 04c9c308c..bcfb745c6 100644 Binary files a/assets/png_128x128/1f46f.png and b/assets/png_128x128/1f46f.png differ diff --git a/assets/png_128x128/1f470-1f3fb.png b/assets/png_128x128/1f470-1f3fb.png index 6ba84768e..522871b73 100644 Binary files a/assets/png_128x128/1f470-1f3fb.png and b/assets/png_128x128/1f470-1f3fb.png differ diff --git a/assets/png_128x128/1f470-1f3fc.png b/assets/png_128x128/1f470-1f3fc.png index d5413a92c..a500171a1 100644 Binary files a/assets/png_128x128/1f470-1f3fc.png and b/assets/png_128x128/1f470-1f3fc.png differ diff --git a/assets/png_128x128/1f470-1f3fd.png b/assets/png_128x128/1f470-1f3fd.png index 91572fdcc..82a8e5319 100644 Binary files a/assets/png_128x128/1f470-1f3fd.png and b/assets/png_128x128/1f470-1f3fd.png differ diff --git a/assets/png_128x128/1f470-1f3fe.png b/assets/png_128x128/1f470-1f3fe.png index fa695e520..c6b27117f 100644 Binary files a/assets/png_128x128/1f470-1f3fe.png and b/assets/png_128x128/1f470-1f3fe.png differ diff --git a/assets/png_128x128/1f470-1f3ff.png b/assets/png_128x128/1f470-1f3ff.png index d0c495a0d..25fa7d0ea 100644 Binary files a/assets/png_128x128/1f470-1f3ff.png and b/assets/png_128x128/1f470-1f3ff.png differ diff --git a/assets/png_128x128/1f470.png b/assets/png_128x128/1f470.png index 17f0b8d87..dcc1d1a88 100644 Binary files a/assets/png_128x128/1f470.png and b/assets/png_128x128/1f470.png differ diff --git a/assets/png_128x128/1f471-1f3fb.png b/assets/png_128x128/1f471-1f3fb.png index f01e5440a..c5313d955 100644 Binary files a/assets/png_128x128/1f471-1f3fb.png and b/assets/png_128x128/1f471-1f3fb.png differ diff --git a/assets/png_128x128/1f471-1f3fc.png b/assets/png_128x128/1f471-1f3fc.png index 0aa5ca9bb..88dc8609a 100644 Binary files a/assets/png_128x128/1f471-1f3fc.png and b/assets/png_128x128/1f471-1f3fc.png differ diff --git a/assets/png_128x128/1f471-1f3fd.png b/assets/png_128x128/1f471-1f3fd.png index e94a45b7a..47452ba52 100644 Binary files a/assets/png_128x128/1f471-1f3fd.png and b/assets/png_128x128/1f471-1f3fd.png differ diff --git a/assets/png_128x128/1f471-1f3fe.png b/assets/png_128x128/1f471-1f3fe.png index 07b3c19be..1e5291b3b 100644 Binary files a/assets/png_128x128/1f471-1f3fe.png and b/assets/png_128x128/1f471-1f3fe.png differ diff --git a/assets/png_128x128/1f471-1f3ff.png b/assets/png_128x128/1f471-1f3ff.png index c0a130bfd..2d16ed62b 100644 Binary files a/assets/png_128x128/1f471-1f3ff.png and b/assets/png_128x128/1f471-1f3ff.png differ diff --git a/assets/png_128x128/1f471.png b/assets/png_128x128/1f471.png index 3837b22fa..3e81542c8 100644 Binary files a/assets/png_128x128/1f471.png and b/assets/png_128x128/1f471.png differ diff --git a/assets/png_128x128/1f472-1f3fb.png b/assets/png_128x128/1f472-1f3fb.png index 9a7767574..08bdb3c31 100644 Binary files a/assets/png_128x128/1f472-1f3fb.png and b/assets/png_128x128/1f472-1f3fb.png differ diff --git a/assets/png_128x128/1f472-1f3fc.png b/assets/png_128x128/1f472-1f3fc.png index f62486875..015bed0c4 100644 Binary files a/assets/png_128x128/1f472-1f3fc.png and b/assets/png_128x128/1f472-1f3fc.png differ diff --git a/assets/png_128x128/1f472-1f3fd.png b/assets/png_128x128/1f472-1f3fd.png index 6954335bc..485f2d00a 100644 Binary files a/assets/png_128x128/1f472-1f3fd.png and b/assets/png_128x128/1f472-1f3fd.png differ diff --git a/assets/png_128x128/1f472-1f3fe.png b/assets/png_128x128/1f472-1f3fe.png index 1f539a804..3573876db 100644 Binary files a/assets/png_128x128/1f472-1f3fe.png and b/assets/png_128x128/1f472-1f3fe.png differ diff --git a/assets/png_128x128/1f472-1f3ff.png b/assets/png_128x128/1f472-1f3ff.png index 92756e8c3..cc10ea2d7 100644 Binary files a/assets/png_128x128/1f472-1f3ff.png and b/assets/png_128x128/1f472-1f3ff.png differ diff --git a/assets/png_128x128/1f472.png b/assets/png_128x128/1f472.png index 381f3e00f..3c1562ca1 100644 Binary files a/assets/png_128x128/1f472.png and b/assets/png_128x128/1f472.png differ diff --git a/assets/png_128x128/1f473-1f3fb.png b/assets/png_128x128/1f473-1f3fb.png index 1f339f0e6..7fee7cf09 100644 Binary files a/assets/png_128x128/1f473-1f3fb.png and b/assets/png_128x128/1f473-1f3fb.png differ diff --git a/assets/png_128x128/1f473-1f3fc.png b/assets/png_128x128/1f473-1f3fc.png index a8cb9e402..3697c9894 100644 Binary files a/assets/png_128x128/1f473-1f3fc.png and b/assets/png_128x128/1f473-1f3fc.png differ diff --git a/assets/png_128x128/1f473-1f3fd.png b/assets/png_128x128/1f473-1f3fd.png index 754b5083d..c75e2923c 100644 Binary files a/assets/png_128x128/1f473-1f3fd.png and b/assets/png_128x128/1f473-1f3fd.png differ diff --git a/assets/png_128x128/1f473-1f3fe.png b/assets/png_128x128/1f473-1f3fe.png index a0f15cb68..b323d6119 100644 Binary files a/assets/png_128x128/1f473-1f3fe.png and b/assets/png_128x128/1f473-1f3fe.png differ diff --git a/assets/png_128x128/1f473-1f3ff.png b/assets/png_128x128/1f473-1f3ff.png index 315657c90..120213eb8 100644 Binary files a/assets/png_128x128/1f473-1f3ff.png and b/assets/png_128x128/1f473-1f3ff.png differ diff --git a/assets/png_128x128/1f473.png b/assets/png_128x128/1f473.png index fad8c9149..d8e26f704 100644 Binary files a/assets/png_128x128/1f473.png and b/assets/png_128x128/1f473.png differ diff --git a/assets/png_128x128/1f474-1f3fb.png b/assets/png_128x128/1f474-1f3fb.png index e1e7a9f8e..870f5970f 100644 Binary files a/assets/png_128x128/1f474-1f3fb.png and b/assets/png_128x128/1f474-1f3fb.png differ diff --git a/assets/png_128x128/1f474-1f3fc.png b/assets/png_128x128/1f474-1f3fc.png index 40c58cbfd..9a41be340 100644 Binary files a/assets/png_128x128/1f474-1f3fc.png and b/assets/png_128x128/1f474-1f3fc.png differ diff --git a/assets/png_128x128/1f474-1f3fd.png b/assets/png_128x128/1f474-1f3fd.png index ed1e2fa59..859317225 100644 Binary files a/assets/png_128x128/1f474-1f3fd.png and b/assets/png_128x128/1f474-1f3fd.png differ diff --git a/assets/png_128x128/1f474-1f3fe.png b/assets/png_128x128/1f474-1f3fe.png index 3c5374e9d..c2376a915 100644 Binary files a/assets/png_128x128/1f474-1f3fe.png and b/assets/png_128x128/1f474-1f3fe.png differ diff --git a/assets/png_128x128/1f474-1f3ff.png b/assets/png_128x128/1f474-1f3ff.png index d5372db9c..158adfe2e 100644 Binary files a/assets/png_128x128/1f474-1f3ff.png and b/assets/png_128x128/1f474-1f3ff.png differ diff --git a/assets/png_128x128/1f474.png b/assets/png_128x128/1f474.png index 7ce82b56c..ffe9508a1 100644 Binary files a/assets/png_128x128/1f474.png and b/assets/png_128x128/1f474.png differ diff --git a/assets/png_128x128/1f475-1f3fb.png b/assets/png_128x128/1f475-1f3fb.png index 1b5765169..aa617d42b 100644 Binary files a/assets/png_128x128/1f475-1f3fb.png and b/assets/png_128x128/1f475-1f3fb.png differ diff --git a/assets/png_128x128/1f475-1f3fc.png b/assets/png_128x128/1f475-1f3fc.png index 2140646bb..d1e4280f6 100644 Binary files a/assets/png_128x128/1f475-1f3fc.png and b/assets/png_128x128/1f475-1f3fc.png differ diff --git a/assets/png_128x128/1f475-1f3fd.png b/assets/png_128x128/1f475-1f3fd.png index b27f51d76..b5d5b451d 100644 Binary files a/assets/png_128x128/1f475-1f3fd.png and b/assets/png_128x128/1f475-1f3fd.png differ diff --git a/assets/png_128x128/1f475-1f3fe.png b/assets/png_128x128/1f475-1f3fe.png index ba57035c0..e8b312165 100644 Binary files a/assets/png_128x128/1f475-1f3fe.png and b/assets/png_128x128/1f475-1f3fe.png differ diff --git a/assets/png_128x128/1f475-1f3ff.png b/assets/png_128x128/1f475-1f3ff.png index e33016318..834bec3dc 100644 Binary files a/assets/png_128x128/1f475-1f3ff.png and b/assets/png_128x128/1f475-1f3ff.png differ diff --git a/assets/png_128x128/1f475.png b/assets/png_128x128/1f475.png index 97cf8598a..1217594a2 100644 Binary files a/assets/png_128x128/1f475.png and b/assets/png_128x128/1f475.png differ diff --git a/assets/png_128x128/1f476-1f3fb.png b/assets/png_128x128/1f476-1f3fb.png index fdff3e7c3..81afda350 100644 Binary files a/assets/png_128x128/1f476-1f3fb.png and b/assets/png_128x128/1f476-1f3fb.png differ diff --git a/assets/png_128x128/1f476-1f3fc.png b/assets/png_128x128/1f476-1f3fc.png index ffbd774cb..d448625eb 100644 Binary files a/assets/png_128x128/1f476-1f3fc.png and b/assets/png_128x128/1f476-1f3fc.png differ diff --git a/assets/png_128x128/1f476-1f3fd.png b/assets/png_128x128/1f476-1f3fd.png index 4fb48fbf0..7a5ac6f26 100644 Binary files a/assets/png_128x128/1f476-1f3fd.png and b/assets/png_128x128/1f476-1f3fd.png differ diff --git a/assets/png_128x128/1f476-1f3fe.png b/assets/png_128x128/1f476-1f3fe.png index 68ea0f9f3..2ae5e85cc 100644 Binary files a/assets/png_128x128/1f476-1f3fe.png and b/assets/png_128x128/1f476-1f3fe.png differ diff --git a/assets/png_128x128/1f476-1f3ff.png b/assets/png_128x128/1f476-1f3ff.png index e61b40088..f42b82916 100644 Binary files a/assets/png_128x128/1f476-1f3ff.png and b/assets/png_128x128/1f476-1f3ff.png differ diff --git a/assets/png_128x128/1f476.png b/assets/png_128x128/1f476.png index c135487d2..037e01136 100644 Binary files a/assets/png_128x128/1f476.png and b/assets/png_128x128/1f476.png differ diff --git a/assets/png_128x128/1f477-1f3fb.png b/assets/png_128x128/1f477-1f3fb.png index a83b9875a..e8f2faaaf 100644 Binary files a/assets/png_128x128/1f477-1f3fb.png and b/assets/png_128x128/1f477-1f3fb.png differ diff --git a/assets/png_128x128/1f477-1f3fc.png b/assets/png_128x128/1f477-1f3fc.png index 40bb67954..36a06d1c5 100644 Binary files a/assets/png_128x128/1f477-1f3fc.png and b/assets/png_128x128/1f477-1f3fc.png differ diff --git a/assets/png_128x128/1f477-1f3fd.png b/assets/png_128x128/1f477-1f3fd.png index 94f5b1ab2..82ec8e816 100644 Binary files a/assets/png_128x128/1f477-1f3fd.png and b/assets/png_128x128/1f477-1f3fd.png differ diff --git a/assets/png_128x128/1f477-1f3fe.png b/assets/png_128x128/1f477-1f3fe.png index 6fcf53a14..ab1d11046 100644 Binary files a/assets/png_128x128/1f477-1f3fe.png and b/assets/png_128x128/1f477-1f3fe.png differ diff --git a/assets/png_128x128/1f477-1f3ff.png b/assets/png_128x128/1f477-1f3ff.png index 013358b4e..d452a3e4d 100644 Binary files a/assets/png_128x128/1f477-1f3ff.png and b/assets/png_128x128/1f477-1f3ff.png differ diff --git a/assets/png_128x128/1f477.png b/assets/png_128x128/1f477.png index 27bce8003..473da3fc6 100644 Binary files a/assets/png_128x128/1f477.png and b/assets/png_128x128/1f477.png differ diff --git a/assets/png_128x128/1f478-1f3fb.png b/assets/png_128x128/1f478-1f3fb.png index be24bb559..29725c558 100644 Binary files a/assets/png_128x128/1f478-1f3fb.png and b/assets/png_128x128/1f478-1f3fb.png differ diff --git a/assets/png_128x128/1f478-1f3fc.png b/assets/png_128x128/1f478-1f3fc.png index 0cd1594f4..6bd238cee 100644 Binary files a/assets/png_128x128/1f478-1f3fc.png and b/assets/png_128x128/1f478-1f3fc.png differ diff --git a/assets/png_128x128/1f478-1f3fd.png b/assets/png_128x128/1f478-1f3fd.png index 7c9f2e317..097217857 100644 Binary files a/assets/png_128x128/1f478-1f3fd.png and b/assets/png_128x128/1f478-1f3fd.png differ diff --git a/assets/png_128x128/1f478-1f3fe.png b/assets/png_128x128/1f478-1f3fe.png index c0a913b75..e0552c657 100644 Binary files a/assets/png_128x128/1f478-1f3fe.png and b/assets/png_128x128/1f478-1f3fe.png differ diff --git a/assets/png_128x128/1f478-1f3ff.png b/assets/png_128x128/1f478-1f3ff.png index c5f596c41..6a5457630 100644 Binary files a/assets/png_128x128/1f478-1f3ff.png and b/assets/png_128x128/1f478-1f3ff.png differ diff --git a/assets/png_128x128/1f478.png b/assets/png_128x128/1f478.png index d4ca91390..894ef2463 100644 Binary files a/assets/png_128x128/1f478.png and b/assets/png_128x128/1f478.png differ diff --git a/assets/png_128x128/1f479.png b/assets/png_128x128/1f479.png index 82dc72eec..4d11f1980 100644 Binary files a/assets/png_128x128/1f479.png and b/assets/png_128x128/1f479.png differ diff --git a/assets/png_128x128/1f47a.png b/assets/png_128x128/1f47a.png index 2b4079e5c..2c6df4fd0 100644 Binary files a/assets/png_128x128/1f47a.png and b/assets/png_128x128/1f47a.png differ diff --git a/assets/png_128x128/1f47b.png b/assets/png_128x128/1f47b.png index fb8cbc7de..d831bf5e6 100644 Binary files a/assets/png_128x128/1f47b.png and b/assets/png_128x128/1f47b.png differ diff --git a/assets/png_128x128/1f47c-1f3fb.png b/assets/png_128x128/1f47c-1f3fb.png index 65f4ec45b..1e911507c 100644 Binary files a/assets/png_128x128/1f47c-1f3fb.png and b/assets/png_128x128/1f47c-1f3fb.png differ diff --git a/assets/png_128x128/1f47c-1f3fc.png b/assets/png_128x128/1f47c-1f3fc.png index bcf74ead2..e45d5432a 100644 Binary files a/assets/png_128x128/1f47c-1f3fc.png and b/assets/png_128x128/1f47c-1f3fc.png differ diff --git a/assets/png_128x128/1f47c-1f3fd.png b/assets/png_128x128/1f47c-1f3fd.png index 2f411e4ae..1d25569e6 100644 Binary files a/assets/png_128x128/1f47c-1f3fd.png and b/assets/png_128x128/1f47c-1f3fd.png differ diff --git a/assets/png_128x128/1f47c-1f3fe.png b/assets/png_128x128/1f47c-1f3fe.png index 12ab17abb..398499f25 100644 Binary files a/assets/png_128x128/1f47c-1f3fe.png and b/assets/png_128x128/1f47c-1f3fe.png differ diff --git a/assets/png_128x128/1f47c-1f3ff.png b/assets/png_128x128/1f47c-1f3ff.png index c2ce5c220..00986119b 100644 Binary files a/assets/png_128x128/1f47c-1f3ff.png and b/assets/png_128x128/1f47c-1f3ff.png differ diff --git a/assets/png_128x128/1f47c.png b/assets/png_128x128/1f47c.png index b02d5b509..5f5e8f7d9 100644 Binary files a/assets/png_128x128/1f47c.png and b/assets/png_128x128/1f47c.png differ diff --git a/assets/png_128x128/1f47d.png b/assets/png_128x128/1f47d.png index e80edc58c..c4cce0d46 100644 Binary files a/assets/png_128x128/1f47d.png and b/assets/png_128x128/1f47d.png differ diff --git a/assets/png_128x128/1f47e.png b/assets/png_128x128/1f47e.png index 9c18c6a36..ebbc99f96 100644 Binary files a/assets/png_128x128/1f47e.png and b/assets/png_128x128/1f47e.png differ diff --git a/assets/png_128x128/1f47f.png b/assets/png_128x128/1f47f.png index 83bc50e6b..b94ab3354 100644 Binary files a/assets/png_128x128/1f47f.png and b/assets/png_128x128/1f47f.png differ diff --git a/assets/png_128x128/1f480.png b/assets/png_128x128/1f480.png index 2253b3138..211b2fc8b 100644 Binary files a/assets/png_128x128/1f480.png and b/assets/png_128x128/1f480.png differ diff --git a/assets/png_128x128/1f481-1f3fb.png b/assets/png_128x128/1f481-1f3fb.png index d68a7ca5e..7233c317b 100644 Binary files a/assets/png_128x128/1f481-1f3fb.png and b/assets/png_128x128/1f481-1f3fb.png differ diff --git a/assets/png_128x128/1f481-1f3fc.png b/assets/png_128x128/1f481-1f3fc.png index b6262717c..a8e9505c7 100644 Binary files a/assets/png_128x128/1f481-1f3fc.png and b/assets/png_128x128/1f481-1f3fc.png differ diff --git a/assets/png_128x128/1f481-1f3fd.png b/assets/png_128x128/1f481-1f3fd.png index 98f8e4073..b1474291e 100644 Binary files a/assets/png_128x128/1f481-1f3fd.png and b/assets/png_128x128/1f481-1f3fd.png differ diff --git a/assets/png_128x128/1f481-1f3fe.png b/assets/png_128x128/1f481-1f3fe.png index 9a34a2f41..fd07e6f81 100644 Binary files a/assets/png_128x128/1f481-1f3fe.png and b/assets/png_128x128/1f481-1f3fe.png differ diff --git a/assets/png_128x128/1f481-1f3ff.png b/assets/png_128x128/1f481-1f3ff.png index 134297bb1..1bd136bec 100644 Binary files a/assets/png_128x128/1f481-1f3ff.png and b/assets/png_128x128/1f481-1f3ff.png differ diff --git a/assets/png_128x128/1f481.png b/assets/png_128x128/1f481.png index af340ca3f..d43e1ae4f 100644 Binary files a/assets/png_128x128/1f481.png and b/assets/png_128x128/1f481.png differ diff --git a/assets/png_128x128/1f482-1f3fb.png b/assets/png_128x128/1f482-1f3fb.png index 035fc2e92..e37eb95a7 100644 Binary files a/assets/png_128x128/1f482-1f3fb.png and b/assets/png_128x128/1f482-1f3fb.png differ diff --git a/assets/png_128x128/1f482-1f3fc.png b/assets/png_128x128/1f482-1f3fc.png index fe0dfc717..49f2712fa 100644 Binary files a/assets/png_128x128/1f482-1f3fc.png and b/assets/png_128x128/1f482-1f3fc.png differ diff --git a/assets/png_128x128/1f482-1f3fd.png b/assets/png_128x128/1f482-1f3fd.png index 63dc5df54..704ca59cc 100644 Binary files a/assets/png_128x128/1f482-1f3fd.png and b/assets/png_128x128/1f482-1f3fd.png differ diff --git a/assets/png_128x128/1f482-1f3fe.png b/assets/png_128x128/1f482-1f3fe.png index bace7617b..e4bf69121 100644 Binary files a/assets/png_128x128/1f482-1f3fe.png and b/assets/png_128x128/1f482-1f3fe.png differ diff --git a/assets/png_128x128/1f482-1f3ff.png b/assets/png_128x128/1f482-1f3ff.png index 25d5ce43b..dfc46946f 100644 Binary files a/assets/png_128x128/1f482-1f3ff.png and b/assets/png_128x128/1f482-1f3ff.png differ diff --git a/assets/png_128x128/1f482.png b/assets/png_128x128/1f482.png index 2f9abc34a..52b9b1703 100644 Binary files a/assets/png_128x128/1f482.png and b/assets/png_128x128/1f482.png differ diff --git a/assets/png_128x128/1f483-1f3fb.png b/assets/png_128x128/1f483-1f3fb.png index c57f16870..9da9aacfc 100644 Binary files a/assets/png_128x128/1f483-1f3fb.png and b/assets/png_128x128/1f483-1f3fb.png differ diff --git a/assets/png_128x128/1f483-1f3fc.png b/assets/png_128x128/1f483-1f3fc.png index c0289fb90..cce954305 100644 Binary files a/assets/png_128x128/1f483-1f3fc.png and b/assets/png_128x128/1f483-1f3fc.png differ diff --git a/assets/png_128x128/1f483-1f3fd.png b/assets/png_128x128/1f483-1f3fd.png index 53f6c025d..5e40320b3 100644 Binary files a/assets/png_128x128/1f483-1f3fd.png and b/assets/png_128x128/1f483-1f3fd.png differ diff --git a/assets/png_128x128/1f483-1f3fe.png b/assets/png_128x128/1f483-1f3fe.png index a6130788d..6a172dacd 100644 Binary files a/assets/png_128x128/1f483-1f3fe.png and b/assets/png_128x128/1f483-1f3fe.png differ diff --git a/assets/png_128x128/1f483-1f3ff.png b/assets/png_128x128/1f483-1f3ff.png index 79f1ca017..8ffc69201 100644 Binary files a/assets/png_128x128/1f483-1f3ff.png and b/assets/png_128x128/1f483-1f3ff.png differ diff --git a/assets/png_128x128/1f483.png b/assets/png_128x128/1f483.png index 3879526ab..a35384301 100644 Binary files a/assets/png_128x128/1f483.png and b/assets/png_128x128/1f483.png differ diff --git a/assets/png_128x128/1f484.png b/assets/png_128x128/1f484.png index dc1053408..291b09a0b 100644 Binary files a/assets/png_128x128/1f484.png and b/assets/png_128x128/1f484.png differ diff --git a/assets/png_128x128/1f485-1f3fb.png b/assets/png_128x128/1f485-1f3fb.png index a2a7d15c6..585f071cb 100644 Binary files a/assets/png_128x128/1f485-1f3fb.png and b/assets/png_128x128/1f485-1f3fb.png differ diff --git a/assets/png_128x128/1f485-1f3fc.png b/assets/png_128x128/1f485-1f3fc.png index b27bd657c..c320821f5 100644 Binary files a/assets/png_128x128/1f485-1f3fc.png and b/assets/png_128x128/1f485-1f3fc.png differ diff --git a/assets/png_128x128/1f485-1f3fd.png b/assets/png_128x128/1f485-1f3fd.png index ac3e19ffd..d441a41bf 100644 Binary files a/assets/png_128x128/1f485-1f3fd.png and b/assets/png_128x128/1f485-1f3fd.png differ diff --git a/assets/png_128x128/1f485-1f3fe.png b/assets/png_128x128/1f485-1f3fe.png index 51ab2cb92..396688f65 100644 Binary files a/assets/png_128x128/1f485-1f3fe.png and b/assets/png_128x128/1f485-1f3fe.png differ diff --git a/assets/png_128x128/1f485-1f3ff.png b/assets/png_128x128/1f485-1f3ff.png index 3b848ae41..eb009a1e0 100644 Binary files a/assets/png_128x128/1f485-1f3ff.png and b/assets/png_128x128/1f485-1f3ff.png differ diff --git a/assets/png_128x128/1f485.png b/assets/png_128x128/1f485.png index 67ab76f51..f41114e24 100644 Binary files a/assets/png_128x128/1f485.png and b/assets/png_128x128/1f485.png differ diff --git a/assets/png_128x128/1f486-1f3fb.png b/assets/png_128x128/1f486-1f3fb.png index a2631c487..72e4b5203 100644 Binary files a/assets/png_128x128/1f486-1f3fb.png and b/assets/png_128x128/1f486-1f3fb.png differ diff --git a/assets/png_128x128/1f486-1f3fc.png b/assets/png_128x128/1f486-1f3fc.png index 7ec79c470..7caca937b 100644 Binary files a/assets/png_128x128/1f486-1f3fc.png and b/assets/png_128x128/1f486-1f3fc.png differ diff --git a/assets/png_128x128/1f486-1f3fd.png b/assets/png_128x128/1f486-1f3fd.png index fd2533b20..835c8ba3e 100644 Binary files a/assets/png_128x128/1f486-1f3fd.png and b/assets/png_128x128/1f486-1f3fd.png differ diff --git a/assets/png_128x128/1f486-1f3fe.png b/assets/png_128x128/1f486-1f3fe.png index d38e6a5c1..c1a20fec4 100644 Binary files a/assets/png_128x128/1f486-1f3fe.png and b/assets/png_128x128/1f486-1f3fe.png differ diff --git a/assets/png_128x128/1f486-1f3ff.png b/assets/png_128x128/1f486-1f3ff.png index a934f2de4..a608ea9f4 100644 Binary files a/assets/png_128x128/1f486-1f3ff.png and b/assets/png_128x128/1f486-1f3ff.png differ diff --git a/assets/png_128x128/1f486.png b/assets/png_128x128/1f486.png index d866a9547..42d79dd35 100644 Binary files a/assets/png_128x128/1f486.png and b/assets/png_128x128/1f486.png differ diff --git a/assets/png_128x128/1f487-1f3fb.png b/assets/png_128x128/1f487-1f3fb.png index 790ac67ec..82186b249 100644 Binary files a/assets/png_128x128/1f487-1f3fb.png and b/assets/png_128x128/1f487-1f3fb.png differ diff --git a/assets/png_128x128/1f487-1f3fc.png b/assets/png_128x128/1f487-1f3fc.png index ff0ee31b6..b3874f50f 100644 Binary files a/assets/png_128x128/1f487-1f3fc.png and b/assets/png_128x128/1f487-1f3fc.png differ diff --git a/assets/png_128x128/1f487-1f3fd.png b/assets/png_128x128/1f487-1f3fd.png index a4f500d21..bea96e0cb 100644 Binary files a/assets/png_128x128/1f487-1f3fd.png and b/assets/png_128x128/1f487-1f3fd.png differ diff --git a/assets/png_128x128/1f487-1f3fe.png b/assets/png_128x128/1f487-1f3fe.png index e45e0411a..78e402a68 100644 Binary files a/assets/png_128x128/1f487-1f3fe.png and b/assets/png_128x128/1f487-1f3fe.png differ diff --git a/assets/png_128x128/1f487-1f3ff.png b/assets/png_128x128/1f487-1f3ff.png index 9fa221e0d..ba360f82f 100644 Binary files a/assets/png_128x128/1f487-1f3ff.png and b/assets/png_128x128/1f487-1f3ff.png differ diff --git a/assets/png_128x128/1f487.png b/assets/png_128x128/1f487.png index c28dc75ff..5c3124ae1 100644 Binary files a/assets/png_128x128/1f487.png and b/assets/png_128x128/1f487.png differ diff --git a/assets/png_128x128/1f488.png b/assets/png_128x128/1f488.png index f79677135..c4bdc6cd0 100644 Binary files a/assets/png_128x128/1f488.png and b/assets/png_128x128/1f488.png differ diff --git a/assets/png_128x128/1f489.png b/assets/png_128x128/1f489.png index 9e222b1a6..34c3ec02e 100644 Binary files a/assets/png_128x128/1f489.png and b/assets/png_128x128/1f489.png differ diff --git a/assets/png_128x128/1f48a.png b/assets/png_128x128/1f48a.png index 24201f8bf..900257266 100644 Binary files a/assets/png_128x128/1f48a.png and b/assets/png_128x128/1f48a.png differ diff --git a/assets/png_128x128/1f48b.png b/assets/png_128x128/1f48b.png index 0a291fcfd..46839fa5a 100644 Binary files a/assets/png_128x128/1f48b.png and b/assets/png_128x128/1f48b.png differ diff --git a/assets/png_128x128/1f48c.png b/assets/png_128x128/1f48c.png index aaa7b598e..f17fddd72 100644 Binary files a/assets/png_128x128/1f48c.png and b/assets/png_128x128/1f48c.png differ diff --git a/assets/png_128x128/1f48d.png b/assets/png_128x128/1f48d.png index 02bfcadfc..b6e6d895a 100644 Binary files a/assets/png_128x128/1f48d.png and b/assets/png_128x128/1f48d.png differ diff --git a/assets/png_128x128/1f48e.png b/assets/png_128x128/1f48e.png index d90a8ba05..2c2fd540a 100644 Binary files a/assets/png_128x128/1f48e.png and b/assets/png_128x128/1f48e.png differ diff --git a/assets/png_128x128/1f48f.png b/assets/png_128x128/1f48f.png index e14a60270..9500803d9 100644 Binary files a/assets/png_128x128/1f48f.png and b/assets/png_128x128/1f48f.png differ diff --git a/assets/png_128x128/1f490.png b/assets/png_128x128/1f490.png index 277303e67..e3df8b288 100644 Binary files a/assets/png_128x128/1f490.png and b/assets/png_128x128/1f490.png differ diff --git a/assets/png_128x128/1f491.png b/assets/png_128x128/1f491.png index 91da483a7..4cf7c0a60 100644 Binary files a/assets/png_128x128/1f491.png and b/assets/png_128x128/1f491.png differ diff --git a/assets/png_128x128/1f492.png b/assets/png_128x128/1f492.png index 4b9cd30eb..416b2bc9e 100644 Binary files a/assets/png_128x128/1f492.png and b/assets/png_128x128/1f492.png differ diff --git a/assets/png_128x128/1f493.png b/assets/png_128x128/1f493.png index 00febf385..c7c20266d 100644 Binary files a/assets/png_128x128/1f493.png and b/assets/png_128x128/1f493.png differ diff --git a/assets/png_128x128/1f494.png b/assets/png_128x128/1f494.png index ff2a24bdb..29ef136aa 100644 Binary files a/assets/png_128x128/1f494.png and b/assets/png_128x128/1f494.png differ diff --git a/assets/png_128x128/1f495.png b/assets/png_128x128/1f495.png index cc9426089..46912f88d 100644 Binary files a/assets/png_128x128/1f495.png and b/assets/png_128x128/1f495.png differ diff --git a/assets/png_128x128/1f496.png b/assets/png_128x128/1f496.png index 281650a33..9eb2538f5 100644 Binary files a/assets/png_128x128/1f496.png and b/assets/png_128x128/1f496.png differ diff --git a/assets/png_128x128/1f497.png b/assets/png_128x128/1f497.png index f33da7b95..9d44a4dfd 100644 Binary files a/assets/png_128x128/1f497.png and b/assets/png_128x128/1f497.png differ diff --git a/assets/png_128x128/1f498.png b/assets/png_128x128/1f498.png index b87e969ba..01c47a756 100644 Binary files a/assets/png_128x128/1f498.png and b/assets/png_128x128/1f498.png differ diff --git a/assets/png_128x128/1f499.png b/assets/png_128x128/1f499.png index 83b8ebeb3..99b3ae769 100644 Binary files a/assets/png_128x128/1f499.png and b/assets/png_128x128/1f499.png differ diff --git a/assets/png_128x128/1f49a.png b/assets/png_128x128/1f49a.png index af4eadfac..451565f4f 100644 Binary files a/assets/png_128x128/1f49a.png and b/assets/png_128x128/1f49a.png differ diff --git a/assets/png_128x128/1f49b.png b/assets/png_128x128/1f49b.png index 10fc9592b..078a45a72 100644 Binary files a/assets/png_128x128/1f49b.png and b/assets/png_128x128/1f49b.png differ diff --git a/assets/png_128x128/1f49c.png b/assets/png_128x128/1f49c.png index 4c5cc129e..bc5a4e644 100644 Binary files a/assets/png_128x128/1f49c.png and b/assets/png_128x128/1f49c.png differ diff --git a/assets/png_128x128/1f49d.png b/assets/png_128x128/1f49d.png index 5074c073f..806e7dbc7 100644 Binary files a/assets/png_128x128/1f49d.png and b/assets/png_128x128/1f49d.png differ diff --git a/assets/png_128x128/1f49e.png b/assets/png_128x128/1f49e.png index ec5fad8f2..1350b7f12 100644 Binary files a/assets/png_128x128/1f49e.png and b/assets/png_128x128/1f49e.png differ diff --git a/assets/png_128x128/1f49f.png b/assets/png_128x128/1f49f.png index ca124d10b..9076e6f05 100644 Binary files a/assets/png_128x128/1f49f.png and b/assets/png_128x128/1f49f.png differ diff --git a/assets/png_128x128/1f4a0.png b/assets/png_128x128/1f4a0.png index af030020c..d0adb85c1 100644 Binary files a/assets/png_128x128/1f4a0.png and b/assets/png_128x128/1f4a0.png differ diff --git a/assets/png_128x128/1f4a1.png b/assets/png_128x128/1f4a1.png index cf135c4ef..f135eb671 100644 Binary files a/assets/png_128x128/1f4a1.png and b/assets/png_128x128/1f4a1.png differ diff --git a/assets/png_128x128/1f4a2.png b/assets/png_128x128/1f4a2.png index 2f4a8aff5..d20973032 100644 Binary files a/assets/png_128x128/1f4a2.png and b/assets/png_128x128/1f4a2.png differ diff --git a/assets/png_128x128/1f4a3.png b/assets/png_128x128/1f4a3.png index a9bdb53c7..a11a3e416 100644 Binary files a/assets/png_128x128/1f4a3.png and b/assets/png_128x128/1f4a3.png differ diff --git a/assets/png_128x128/1f4a4.png b/assets/png_128x128/1f4a4.png index cb6195a8f..3e8ca258d 100644 Binary files a/assets/png_128x128/1f4a4.png and b/assets/png_128x128/1f4a4.png differ diff --git a/assets/png_128x128/1f4a5.png b/assets/png_128x128/1f4a5.png index 13d643fbf..df00b061a 100644 Binary files a/assets/png_128x128/1f4a5.png and b/assets/png_128x128/1f4a5.png differ diff --git a/assets/png_128x128/1f4a6.png b/assets/png_128x128/1f4a6.png index 95aa5855a..34a6b5243 100644 Binary files a/assets/png_128x128/1f4a6.png and b/assets/png_128x128/1f4a6.png differ diff --git a/assets/png_128x128/1f4a7.png b/assets/png_128x128/1f4a7.png index 612bd78e7..4cbc7b4dd 100644 Binary files a/assets/png_128x128/1f4a7.png and b/assets/png_128x128/1f4a7.png differ diff --git a/assets/png_128x128/1f4a8.png b/assets/png_128x128/1f4a8.png index e14b4c3ff..3c17d71cf 100644 Binary files a/assets/png_128x128/1f4a8.png and b/assets/png_128x128/1f4a8.png differ diff --git a/assets/png_128x128/1f4a9.png b/assets/png_128x128/1f4a9.png index fe55889c3..68a3a92a1 100644 Binary files a/assets/png_128x128/1f4a9.png and b/assets/png_128x128/1f4a9.png differ diff --git a/assets/png_128x128/1f4aa-1f3fb.png b/assets/png_128x128/1f4aa-1f3fb.png index e9856932d..5a3345cf3 100644 Binary files a/assets/png_128x128/1f4aa-1f3fb.png and b/assets/png_128x128/1f4aa-1f3fb.png differ diff --git a/assets/png_128x128/1f4aa-1f3fc.png b/assets/png_128x128/1f4aa-1f3fc.png index f1aac4a1e..e8a47618e 100644 Binary files a/assets/png_128x128/1f4aa-1f3fc.png and b/assets/png_128x128/1f4aa-1f3fc.png differ diff --git a/assets/png_128x128/1f4aa-1f3fd.png b/assets/png_128x128/1f4aa-1f3fd.png index e9a8ae66e..684470ecb 100644 Binary files a/assets/png_128x128/1f4aa-1f3fd.png and b/assets/png_128x128/1f4aa-1f3fd.png differ diff --git a/assets/png_128x128/1f4aa-1f3fe.png b/assets/png_128x128/1f4aa-1f3fe.png index d59097874..8acd48b9c 100644 Binary files a/assets/png_128x128/1f4aa-1f3fe.png and b/assets/png_128x128/1f4aa-1f3fe.png differ diff --git a/assets/png_128x128/1f4aa-1f3ff.png b/assets/png_128x128/1f4aa-1f3ff.png index 1f81a9371..99b19c1e6 100644 Binary files a/assets/png_128x128/1f4aa-1f3ff.png and b/assets/png_128x128/1f4aa-1f3ff.png differ diff --git a/assets/png_128x128/1f4aa.png b/assets/png_128x128/1f4aa.png index 077dbc117..c68150d70 100644 Binary files a/assets/png_128x128/1f4aa.png and b/assets/png_128x128/1f4aa.png differ diff --git a/assets/png_128x128/1f4ab.png b/assets/png_128x128/1f4ab.png index 92ceef76b..9debc89ea 100644 Binary files a/assets/png_128x128/1f4ab.png and b/assets/png_128x128/1f4ab.png differ diff --git a/assets/png_128x128/1f4ac.png b/assets/png_128x128/1f4ac.png index 59c6f32c4..788200dee 100644 Binary files a/assets/png_128x128/1f4ac.png and b/assets/png_128x128/1f4ac.png differ diff --git a/assets/png_128x128/1f4ad.png b/assets/png_128x128/1f4ad.png index 0b7a12aae..3d50b7ff6 100644 Binary files a/assets/png_128x128/1f4ad.png and b/assets/png_128x128/1f4ad.png differ diff --git a/assets/png_128x128/1f4ae.png b/assets/png_128x128/1f4ae.png index 4b905c201..d41e048f7 100644 Binary files a/assets/png_128x128/1f4ae.png and b/assets/png_128x128/1f4ae.png differ diff --git a/assets/png_128x128/1f4af.png b/assets/png_128x128/1f4af.png index 108b14c93..6365260e6 100644 Binary files a/assets/png_128x128/1f4af.png and b/assets/png_128x128/1f4af.png differ diff --git a/assets/png_128x128/1f4b0.png b/assets/png_128x128/1f4b0.png index 851ec045e..f40fb6a1b 100644 Binary files a/assets/png_128x128/1f4b0.png and b/assets/png_128x128/1f4b0.png differ diff --git a/assets/png_128x128/1f4b1.png b/assets/png_128x128/1f4b1.png index a7b3dd261..30c5a403e 100644 Binary files a/assets/png_128x128/1f4b1.png and b/assets/png_128x128/1f4b1.png differ diff --git a/assets/png_128x128/1f4b2.png b/assets/png_128x128/1f4b2.png index d7c7742ca..0c7b7c8ec 100644 Binary files a/assets/png_128x128/1f4b2.png and b/assets/png_128x128/1f4b2.png differ diff --git a/assets/png_128x128/1f4b3.png b/assets/png_128x128/1f4b3.png index c07c4c781..e4e7799bc 100644 Binary files a/assets/png_128x128/1f4b3.png and b/assets/png_128x128/1f4b3.png differ diff --git a/assets/png_128x128/1f4b4.png b/assets/png_128x128/1f4b4.png index ac48db1cd..6f834319e 100644 Binary files a/assets/png_128x128/1f4b4.png and b/assets/png_128x128/1f4b4.png differ diff --git a/assets/png_128x128/1f4b5.png b/assets/png_128x128/1f4b5.png index 9992f3369..8cd8bedfb 100644 Binary files a/assets/png_128x128/1f4b5.png and b/assets/png_128x128/1f4b5.png differ diff --git a/assets/png_128x128/1f4b6.png b/assets/png_128x128/1f4b6.png index df75585fa..e5a8ed375 100644 Binary files a/assets/png_128x128/1f4b6.png and b/assets/png_128x128/1f4b6.png differ diff --git a/assets/png_128x128/1f4b7.png b/assets/png_128x128/1f4b7.png index b1c5ce354..34f4323ab 100644 Binary files a/assets/png_128x128/1f4b7.png and b/assets/png_128x128/1f4b7.png differ diff --git a/assets/png_128x128/1f4b8.png b/assets/png_128x128/1f4b8.png index 118c5d208..b6ba44146 100644 Binary files a/assets/png_128x128/1f4b8.png and b/assets/png_128x128/1f4b8.png differ diff --git a/assets/png_128x128/1f4b9.png b/assets/png_128x128/1f4b9.png index b1fc031cc..30bb36400 100644 Binary files a/assets/png_128x128/1f4b9.png and b/assets/png_128x128/1f4b9.png differ diff --git a/assets/png_128x128/1f4ba.png b/assets/png_128x128/1f4ba.png index fcc196579..22d7d7fb5 100644 Binary files a/assets/png_128x128/1f4ba.png and b/assets/png_128x128/1f4ba.png differ diff --git a/assets/png_128x128/1f4bb.png b/assets/png_128x128/1f4bb.png index d9d15ed50..d3c6d1a78 100644 Binary files a/assets/png_128x128/1f4bb.png and b/assets/png_128x128/1f4bb.png differ diff --git a/assets/png_128x128/1f4bc.png b/assets/png_128x128/1f4bc.png index 590ece9b5..66b7dac32 100644 Binary files a/assets/png_128x128/1f4bc.png and b/assets/png_128x128/1f4bc.png differ diff --git a/assets/png_128x128/1f4bd.png b/assets/png_128x128/1f4bd.png index f25423364..0545c2c6f 100644 Binary files a/assets/png_128x128/1f4bd.png and b/assets/png_128x128/1f4bd.png differ diff --git a/assets/png_128x128/1f4be.png b/assets/png_128x128/1f4be.png index 20d72c07f..2c9bb4738 100644 Binary files a/assets/png_128x128/1f4be.png and b/assets/png_128x128/1f4be.png differ diff --git a/assets/png_128x128/1f4bf.png b/assets/png_128x128/1f4bf.png index 48adc30d6..00062a601 100644 Binary files a/assets/png_128x128/1f4bf.png and b/assets/png_128x128/1f4bf.png differ diff --git a/assets/png_128x128/1f4c0.png b/assets/png_128x128/1f4c0.png index 5c2cb5684..c4aeb34ac 100644 Binary files a/assets/png_128x128/1f4c0.png and b/assets/png_128x128/1f4c0.png differ diff --git a/assets/png_128x128/1f4c1.png b/assets/png_128x128/1f4c1.png index 05809d760..1ba2f0d90 100644 Binary files a/assets/png_128x128/1f4c1.png and b/assets/png_128x128/1f4c1.png differ diff --git a/assets/png_128x128/1f4c2.png b/assets/png_128x128/1f4c2.png index f420a4a65..fb267b253 100644 Binary files a/assets/png_128x128/1f4c2.png and b/assets/png_128x128/1f4c2.png differ diff --git a/assets/png_128x128/1f4c3.png b/assets/png_128x128/1f4c3.png index 59bd5fcd8..e9af6a613 100644 Binary files a/assets/png_128x128/1f4c3.png and b/assets/png_128x128/1f4c3.png differ diff --git a/assets/png_128x128/1f4c4.png b/assets/png_128x128/1f4c4.png index c92e109a4..0e93a09b8 100644 Binary files a/assets/png_128x128/1f4c4.png and b/assets/png_128x128/1f4c4.png differ diff --git a/assets/png_128x128/1f4c5.png b/assets/png_128x128/1f4c5.png index 794eae2ad..1cf7a3abe 100644 Binary files a/assets/png_128x128/1f4c5.png and b/assets/png_128x128/1f4c5.png differ diff --git a/assets/png_128x128/1f4c6.png b/assets/png_128x128/1f4c6.png index 7c9d1ee22..c5d2cb90b 100644 Binary files a/assets/png_128x128/1f4c6.png and b/assets/png_128x128/1f4c6.png differ diff --git a/assets/png_128x128/1f4c7.png b/assets/png_128x128/1f4c7.png index 24420efb2..fe568953e 100644 Binary files a/assets/png_128x128/1f4c7.png and b/assets/png_128x128/1f4c7.png differ diff --git a/assets/png_128x128/1f4c8.png b/assets/png_128x128/1f4c8.png index 99c56d159..c5c0001c0 100644 Binary files a/assets/png_128x128/1f4c8.png and b/assets/png_128x128/1f4c8.png differ diff --git a/assets/png_128x128/1f4c9.png b/assets/png_128x128/1f4c9.png index ffc7c3edb..017aab1f5 100644 Binary files a/assets/png_128x128/1f4c9.png and b/assets/png_128x128/1f4c9.png differ diff --git a/assets/png_128x128/1f4ca.png b/assets/png_128x128/1f4ca.png index d5470ebff..0d0eac279 100644 Binary files a/assets/png_128x128/1f4ca.png and b/assets/png_128x128/1f4ca.png differ diff --git a/assets/png_128x128/1f4cb.png b/assets/png_128x128/1f4cb.png index 0e509150b..89b294c25 100644 Binary files a/assets/png_128x128/1f4cb.png and b/assets/png_128x128/1f4cb.png differ diff --git a/assets/png_128x128/1f4cc.png b/assets/png_128x128/1f4cc.png index da18f8126..32feee83a 100644 Binary files a/assets/png_128x128/1f4cc.png and b/assets/png_128x128/1f4cc.png differ diff --git a/assets/png_128x128/1f4cd.png b/assets/png_128x128/1f4cd.png index 77b1d9a54..62684de4f 100644 Binary files a/assets/png_128x128/1f4cd.png and b/assets/png_128x128/1f4cd.png differ diff --git a/assets/png_128x128/1f4ce.png b/assets/png_128x128/1f4ce.png index 365e96fa6..38212540b 100644 Binary files a/assets/png_128x128/1f4ce.png and b/assets/png_128x128/1f4ce.png differ diff --git a/assets/png_128x128/1f4cf.png b/assets/png_128x128/1f4cf.png index d82a39568..cc572d092 100644 Binary files a/assets/png_128x128/1f4cf.png and b/assets/png_128x128/1f4cf.png differ diff --git a/assets/png_128x128/1f4d0.png b/assets/png_128x128/1f4d0.png index 13d4bf7d5..e8bf7170b 100644 Binary files a/assets/png_128x128/1f4d0.png and b/assets/png_128x128/1f4d0.png differ diff --git a/assets/png_128x128/1f4d1.png b/assets/png_128x128/1f4d1.png index 68d343ab7..c727d23b4 100644 Binary files a/assets/png_128x128/1f4d1.png and b/assets/png_128x128/1f4d1.png differ diff --git a/assets/png_128x128/1f4d2.png b/assets/png_128x128/1f4d2.png index 0de360184..1d4417390 100644 Binary files a/assets/png_128x128/1f4d2.png and b/assets/png_128x128/1f4d2.png differ diff --git a/assets/png_128x128/1f4d3.png b/assets/png_128x128/1f4d3.png index 0491153fc..a9144f7be 100644 Binary files a/assets/png_128x128/1f4d3.png and b/assets/png_128x128/1f4d3.png differ diff --git a/assets/png_128x128/1f4d4.png b/assets/png_128x128/1f4d4.png index 7c7be0aca..d80a26203 100644 Binary files a/assets/png_128x128/1f4d4.png and b/assets/png_128x128/1f4d4.png differ diff --git a/assets/png_128x128/1f4d5.png b/assets/png_128x128/1f4d5.png index 480d7745e..b87c72057 100644 Binary files a/assets/png_128x128/1f4d5.png and b/assets/png_128x128/1f4d5.png differ diff --git a/assets/png_128x128/1f4d6.png b/assets/png_128x128/1f4d6.png index 57a6596aa..8f066c695 100644 Binary files a/assets/png_128x128/1f4d6.png and b/assets/png_128x128/1f4d6.png differ diff --git a/assets/png_128x128/1f4d7.png b/assets/png_128x128/1f4d7.png index 19bdfa929..fe0e521cd 100644 Binary files a/assets/png_128x128/1f4d7.png and b/assets/png_128x128/1f4d7.png differ diff --git a/assets/png_128x128/1f4d8.png b/assets/png_128x128/1f4d8.png index 4ba993bac..4d7d6bf00 100644 Binary files a/assets/png_128x128/1f4d8.png and b/assets/png_128x128/1f4d8.png differ diff --git a/assets/png_128x128/1f4d9.png b/assets/png_128x128/1f4d9.png index ef472b0e6..ff824083f 100644 Binary files a/assets/png_128x128/1f4d9.png and b/assets/png_128x128/1f4d9.png differ diff --git a/assets/png_128x128/1f4da.png b/assets/png_128x128/1f4da.png index 566af9ed2..ba4459e50 100644 Binary files a/assets/png_128x128/1f4da.png and b/assets/png_128x128/1f4da.png differ diff --git a/assets/png_128x128/1f4db.png b/assets/png_128x128/1f4db.png index 77b9f0a3a..b72b82c46 100644 Binary files a/assets/png_128x128/1f4db.png and b/assets/png_128x128/1f4db.png differ diff --git a/assets/png_128x128/1f4dc.png b/assets/png_128x128/1f4dc.png index cc0806687..d76d35d83 100644 Binary files a/assets/png_128x128/1f4dc.png and b/assets/png_128x128/1f4dc.png differ diff --git a/assets/png_128x128/1f4dd.png b/assets/png_128x128/1f4dd.png index fa8199bfd..6201dc5b1 100644 Binary files a/assets/png_128x128/1f4dd.png and b/assets/png_128x128/1f4dd.png differ diff --git a/assets/png_128x128/1f4de.png b/assets/png_128x128/1f4de.png index 4c68cb47e..9266f65bb 100644 Binary files a/assets/png_128x128/1f4de.png and b/assets/png_128x128/1f4de.png differ diff --git a/assets/png_128x128/1f4df.png b/assets/png_128x128/1f4df.png index 8c839fce9..5a229f5f9 100644 Binary files a/assets/png_128x128/1f4df.png and b/assets/png_128x128/1f4df.png differ diff --git a/assets/png_128x128/1f4e0.png b/assets/png_128x128/1f4e0.png index 4991fa8b1..bb4abb01f 100644 Binary files a/assets/png_128x128/1f4e0.png and b/assets/png_128x128/1f4e0.png differ diff --git a/assets/png_128x128/1f4e1.png b/assets/png_128x128/1f4e1.png index 4fc5c3782..480bd821f 100644 Binary files a/assets/png_128x128/1f4e1.png and b/assets/png_128x128/1f4e1.png differ diff --git a/assets/png_128x128/1f4e2.png b/assets/png_128x128/1f4e2.png index c7eea02f8..833f4e98f 100644 Binary files a/assets/png_128x128/1f4e2.png and b/assets/png_128x128/1f4e2.png differ diff --git a/assets/png_128x128/1f4e3.png b/assets/png_128x128/1f4e3.png index 02dcb7887..31b2edb7d 100644 Binary files a/assets/png_128x128/1f4e3.png and b/assets/png_128x128/1f4e3.png differ diff --git a/assets/png_128x128/1f4e4.png b/assets/png_128x128/1f4e4.png index 2f19dcb15..416a503f3 100644 Binary files a/assets/png_128x128/1f4e4.png and b/assets/png_128x128/1f4e4.png differ diff --git a/assets/png_128x128/1f4e5.png b/assets/png_128x128/1f4e5.png index 84c81cadf..cba2c685b 100644 Binary files a/assets/png_128x128/1f4e5.png and b/assets/png_128x128/1f4e5.png differ diff --git a/assets/png_128x128/1f4e6.png b/assets/png_128x128/1f4e6.png index 272afec27..bae08871c 100644 Binary files a/assets/png_128x128/1f4e6.png and b/assets/png_128x128/1f4e6.png differ diff --git a/assets/png_128x128/1f4e7.png b/assets/png_128x128/1f4e7.png index 80811209a..931aef209 100644 Binary files a/assets/png_128x128/1f4e7.png and b/assets/png_128x128/1f4e7.png differ diff --git a/assets/png_128x128/1f4e8.png b/assets/png_128x128/1f4e8.png index ba4060fb7..36edf2e38 100644 Binary files a/assets/png_128x128/1f4e8.png and b/assets/png_128x128/1f4e8.png differ diff --git a/assets/png_128x128/1f4e9.png b/assets/png_128x128/1f4e9.png index 713ce23dc..9755b4bbc 100644 Binary files a/assets/png_128x128/1f4e9.png and b/assets/png_128x128/1f4e9.png differ diff --git a/assets/png_128x128/1f4ea.png b/assets/png_128x128/1f4ea.png index bd3c0e79a..1e8a18b61 100644 Binary files a/assets/png_128x128/1f4ea.png and b/assets/png_128x128/1f4ea.png differ diff --git a/assets/png_128x128/1f4eb.png b/assets/png_128x128/1f4eb.png index 5a26ff718..e2ec15f4b 100644 Binary files a/assets/png_128x128/1f4eb.png and b/assets/png_128x128/1f4eb.png differ diff --git a/assets/png_128x128/1f4ec.png b/assets/png_128x128/1f4ec.png index 5e8d61644..ac0917a0d 100644 Binary files a/assets/png_128x128/1f4ec.png and b/assets/png_128x128/1f4ec.png differ diff --git a/assets/png_128x128/1f4ed.png b/assets/png_128x128/1f4ed.png index 6800c9838..5e26aca72 100644 Binary files a/assets/png_128x128/1f4ed.png and b/assets/png_128x128/1f4ed.png differ diff --git a/assets/png_128x128/1f4ee.png b/assets/png_128x128/1f4ee.png index 39ea7089f..2d3a0bdb4 100644 Binary files a/assets/png_128x128/1f4ee.png and b/assets/png_128x128/1f4ee.png differ diff --git a/assets/png_128x128/1f4ef.png b/assets/png_128x128/1f4ef.png index c466838ed..b158e04ab 100644 Binary files a/assets/png_128x128/1f4ef.png and b/assets/png_128x128/1f4ef.png differ diff --git a/assets/png_128x128/1f4f0.png b/assets/png_128x128/1f4f0.png index 98a93befe..1b7ff561a 100644 Binary files a/assets/png_128x128/1f4f0.png and b/assets/png_128x128/1f4f0.png differ diff --git a/assets/png_128x128/1f4f1.png b/assets/png_128x128/1f4f1.png index f38907baf..0447407aa 100644 Binary files a/assets/png_128x128/1f4f1.png and b/assets/png_128x128/1f4f1.png differ diff --git a/assets/png_128x128/1f4f2.png b/assets/png_128x128/1f4f2.png index bc96995c7..ce0ae793c 100644 Binary files a/assets/png_128x128/1f4f2.png and b/assets/png_128x128/1f4f2.png differ diff --git a/assets/png_128x128/1f4f3.png b/assets/png_128x128/1f4f3.png index 12700433a..74cb992d9 100644 Binary files a/assets/png_128x128/1f4f3.png and b/assets/png_128x128/1f4f3.png differ diff --git a/assets/png_128x128/1f4f4.png b/assets/png_128x128/1f4f4.png index a119e087e..eb52f490a 100644 Binary files a/assets/png_128x128/1f4f4.png and b/assets/png_128x128/1f4f4.png differ diff --git a/assets/png_128x128/1f4f5.png b/assets/png_128x128/1f4f5.png index 06f5120a2..92c814099 100644 Binary files a/assets/png_128x128/1f4f5.png and b/assets/png_128x128/1f4f5.png differ diff --git a/assets/png_128x128/1f4f6.png b/assets/png_128x128/1f4f6.png index a4c9278dc..92ca19e30 100644 Binary files a/assets/png_128x128/1f4f6.png and b/assets/png_128x128/1f4f6.png differ diff --git a/assets/png_128x128/1f4f7.png b/assets/png_128x128/1f4f7.png index d7e6668c0..202ea65e1 100644 Binary files a/assets/png_128x128/1f4f7.png and b/assets/png_128x128/1f4f7.png differ diff --git a/assets/png_128x128/1f4f8.png b/assets/png_128x128/1f4f8.png index 1c9c719ce..d8fc30e28 100644 Binary files a/assets/png_128x128/1f4f8.png and b/assets/png_128x128/1f4f8.png differ diff --git a/assets/png_128x128/1f4f9.png b/assets/png_128x128/1f4f9.png index eb074d36f..0dd3a40b8 100644 Binary files a/assets/png_128x128/1f4f9.png and b/assets/png_128x128/1f4f9.png differ diff --git a/assets/png_128x128/1f4fa.png b/assets/png_128x128/1f4fa.png index 4c9c24ffd..2767e4ec9 100644 Binary files a/assets/png_128x128/1f4fa.png and b/assets/png_128x128/1f4fa.png differ diff --git a/assets/png_128x128/1f4fb.png b/assets/png_128x128/1f4fb.png index 652e19c47..80fa365c0 100644 Binary files a/assets/png_128x128/1f4fb.png and b/assets/png_128x128/1f4fb.png differ diff --git a/assets/png_128x128/1f4fc.png b/assets/png_128x128/1f4fc.png index 5c81415a3..838219ed0 100644 Binary files a/assets/png_128x128/1f4fc.png and b/assets/png_128x128/1f4fc.png differ diff --git a/assets/png_128x128/1f4fd.png b/assets/png_128x128/1f4fd.png index dc1a0b664..e7baad155 100644 Binary files a/assets/png_128x128/1f4fd.png and b/assets/png_128x128/1f4fd.png differ diff --git a/assets/png_128x128/1f4ff.png b/assets/png_128x128/1f4ff.png index 45286c973..aebd0244d 100644 Binary files a/assets/png_128x128/1f4ff.png and b/assets/png_128x128/1f4ff.png differ diff --git a/assets/png_128x128/1f500.png b/assets/png_128x128/1f500.png index 9770a4a9f..17e068ece 100644 Binary files a/assets/png_128x128/1f500.png and b/assets/png_128x128/1f500.png differ diff --git a/assets/png_128x128/1f501.png b/assets/png_128x128/1f501.png index 0429d3ad4..ec6f88d96 100644 Binary files a/assets/png_128x128/1f501.png and b/assets/png_128x128/1f501.png differ diff --git a/assets/png_128x128/1f502.png b/assets/png_128x128/1f502.png index 4d4451371..b42c39b79 100644 Binary files a/assets/png_128x128/1f502.png and b/assets/png_128x128/1f502.png differ diff --git a/assets/png_128x128/1f503.png b/assets/png_128x128/1f503.png index f3628d916..218bf8d89 100644 Binary files a/assets/png_128x128/1f503.png and b/assets/png_128x128/1f503.png differ diff --git a/assets/png_128x128/1f504.png b/assets/png_128x128/1f504.png index 3c16ec606..a3678aab4 100644 Binary files a/assets/png_128x128/1f504.png and b/assets/png_128x128/1f504.png differ diff --git a/assets/png_128x128/1f505.png b/assets/png_128x128/1f505.png index 738b42749..ad7a31e1e 100644 Binary files a/assets/png_128x128/1f505.png and b/assets/png_128x128/1f505.png differ diff --git a/assets/png_128x128/1f506.png b/assets/png_128x128/1f506.png index ef0a23555..761ec2625 100644 Binary files a/assets/png_128x128/1f506.png and b/assets/png_128x128/1f506.png differ diff --git a/assets/png_128x128/1f507.png b/assets/png_128x128/1f507.png index 97272b86c..279c7cd53 100644 Binary files a/assets/png_128x128/1f507.png and b/assets/png_128x128/1f507.png differ diff --git a/assets/png_128x128/1f508.png b/assets/png_128x128/1f508.png index 31a5be407..84e44175f 100644 Binary files a/assets/png_128x128/1f508.png and b/assets/png_128x128/1f508.png differ diff --git a/assets/png_128x128/1f509.png b/assets/png_128x128/1f509.png index 221ab2dd3..7ae5ff29d 100644 Binary files a/assets/png_128x128/1f509.png and b/assets/png_128x128/1f509.png differ diff --git a/assets/png_128x128/1f50a.png b/assets/png_128x128/1f50a.png index 02cc5c445..4d84ed730 100644 Binary files a/assets/png_128x128/1f50a.png and b/assets/png_128x128/1f50a.png differ diff --git a/assets/png_128x128/1f50b.png b/assets/png_128x128/1f50b.png index 4a941314e..7054d5fe4 100644 Binary files a/assets/png_128x128/1f50b.png and b/assets/png_128x128/1f50b.png differ diff --git a/assets/png_128x128/1f50c.png b/assets/png_128x128/1f50c.png index 9d0c08a1c..e1ef6612d 100644 Binary files a/assets/png_128x128/1f50c.png and b/assets/png_128x128/1f50c.png differ diff --git a/assets/png_128x128/1f50d.png b/assets/png_128x128/1f50d.png index 8c9750455..bf14e9fdb 100644 Binary files a/assets/png_128x128/1f50d.png and b/assets/png_128x128/1f50d.png differ diff --git a/assets/png_128x128/1f50e.png b/assets/png_128x128/1f50e.png index 88a92efea..7110796eb 100644 Binary files a/assets/png_128x128/1f50e.png and b/assets/png_128x128/1f50e.png differ diff --git a/assets/png_128x128/1f50f.png b/assets/png_128x128/1f50f.png index ed7534f24..caa6cb37b 100644 Binary files a/assets/png_128x128/1f50f.png and b/assets/png_128x128/1f50f.png differ diff --git a/assets/png_128x128/1f510.png b/assets/png_128x128/1f510.png index ebbde3dae..651601704 100644 Binary files a/assets/png_128x128/1f510.png and b/assets/png_128x128/1f510.png differ diff --git a/assets/png_128x128/1f511.png b/assets/png_128x128/1f511.png index 7ae187e8e..c05199e8c 100644 Binary files a/assets/png_128x128/1f511.png and b/assets/png_128x128/1f511.png differ diff --git a/assets/png_128x128/1f512.png b/assets/png_128x128/1f512.png index 86a9c860c..c16e944b6 100644 Binary files a/assets/png_128x128/1f512.png and b/assets/png_128x128/1f512.png differ diff --git a/assets/png_128x128/1f513.png b/assets/png_128x128/1f513.png index 1e21d062c..0f51976f3 100644 Binary files a/assets/png_128x128/1f513.png and b/assets/png_128x128/1f513.png differ diff --git a/assets/png_128x128/1f514.png b/assets/png_128x128/1f514.png index 0cba3c110..499b93e5d 100644 Binary files a/assets/png_128x128/1f514.png and b/assets/png_128x128/1f514.png differ diff --git a/assets/png_128x128/1f515.png b/assets/png_128x128/1f515.png index bc4b33d41..652d9cdfc 100644 Binary files a/assets/png_128x128/1f515.png and b/assets/png_128x128/1f515.png differ diff --git a/assets/png_128x128/1f516.png b/assets/png_128x128/1f516.png index 3f7af4365..0b67fdd71 100644 Binary files a/assets/png_128x128/1f516.png and b/assets/png_128x128/1f516.png differ diff --git a/assets/png_128x128/1f517.png b/assets/png_128x128/1f517.png index b1de59c64..93d201faa 100644 Binary files a/assets/png_128x128/1f517.png and b/assets/png_128x128/1f517.png differ diff --git a/assets/png_128x128/1f518.png b/assets/png_128x128/1f518.png index 01334f39a..51cf5b8ba 100644 Binary files a/assets/png_128x128/1f518.png and b/assets/png_128x128/1f518.png differ diff --git a/assets/png_128x128/1f519.png b/assets/png_128x128/1f519.png index 3be1de789..42ce57b89 100644 Binary files a/assets/png_128x128/1f519.png and b/assets/png_128x128/1f519.png differ diff --git a/assets/png_128x128/1f51a.png b/assets/png_128x128/1f51a.png index 9f2e471f7..85ae6f268 100644 Binary files a/assets/png_128x128/1f51a.png and b/assets/png_128x128/1f51a.png differ diff --git a/assets/png_128x128/1f51b.png b/assets/png_128x128/1f51b.png index b3cf439ac..d71e946ac 100644 Binary files a/assets/png_128x128/1f51b.png and b/assets/png_128x128/1f51b.png differ diff --git a/assets/png_128x128/1f51c.png b/assets/png_128x128/1f51c.png index 060ce4947..fce31f61d 100644 Binary files a/assets/png_128x128/1f51c.png and b/assets/png_128x128/1f51c.png differ diff --git a/assets/png_128x128/1f51d.png b/assets/png_128x128/1f51d.png index 1be2871db..ffddc07a8 100644 Binary files a/assets/png_128x128/1f51d.png and b/assets/png_128x128/1f51d.png differ diff --git a/assets/png_128x128/1f51e.png b/assets/png_128x128/1f51e.png index 8ffa9614b..328c2ce6e 100644 Binary files a/assets/png_128x128/1f51e.png and b/assets/png_128x128/1f51e.png differ diff --git a/assets/png_128x128/1f51f.png b/assets/png_128x128/1f51f.png index 772f6a91a..93486d743 100644 Binary files a/assets/png_128x128/1f51f.png and b/assets/png_128x128/1f51f.png differ diff --git a/assets/png_128x128/1f520.png b/assets/png_128x128/1f520.png index f51b85641..015724e7f 100644 Binary files a/assets/png_128x128/1f520.png and b/assets/png_128x128/1f520.png differ diff --git a/assets/png_128x128/1f521.png b/assets/png_128x128/1f521.png index 8f7d2a9e9..5709798c3 100644 Binary files a/assets/png_128x128/1f521.png and b/assets/png_128x128/1f521.png differ diff --git a/assets/png_128x128/1f522.png b/assets/png_128x128/1f522.png index 06f4f900d..faeb8ce29 100644 Binary files a/assets/png_128x128/1f522.png and b/assets/png_128x128/1f522.png differ diff --git a/assets/png_128x128/1f523.png b/assets/png_128x128/1f523.png index fc8991cfc..7b35ba967 100644 Binary files a/assets/png_128x128/1f523.png and b/assets/png_128x128/1f523.png differ diff --git a/assets/png_128x128/1f524.png b/assets/png_128x128/1f524.png index 2db01607c..4b17f92ef 100644 Binary files a/assets/png_128x128/1f524.png and b/assets/png_128x128/1f524.png differ diff --git a/assets/png_128x128/1f525.png b/assets/png_128x128/1f525.png index 85ffc675a..da27e60fe 100644 Binary files a/assets/png_128x128/1f525.png and b/assets/png_128x128/1f525.png differ diff --git a/assets/png_128x128/1f526.png b/assets/png_128x128/1f526.png index b8162c256..c841b4ca3 100644 Binary files a/assets/png_128x128/1f526.png and b/assets/png_128x128/1f526.png differ diff --git a/assets/png_128x128/1f527.png b/assets/png_128x128/1f527.png index 98dd78c98..4d05ad625 100644 Binary files a/assets/png_128x128/1f527.png and b/assets/png_128x128/1f527.png differ diff --git a/assets/png_128x128/1f528.png b/assets/png_128x128/1f528.png index 1e55a4106..04c51b57f 100644 Binary files a/assets/png_128x128/1f528.png and b/assets/png_128x128/1f528.png differ diff --git a/assets/png_128x128/1f529.png b/assets/png_128x128/1f529.png index 57256a87b..1fc5b12df 100644 Binary files a/assets/png_128x128/1f529.png and b/assets/png_128x128/1f529.png differ diff --git a/assets/png_128x128/1f52a.png b/assets/png_128x128/1f52a.png index 572e116e7..13eab5fdc 100644 Binary files a/assets/png_128x128/1f52a.png and b/assets/png_128x128/1f52a.png differ diff --git a/assets/png_128x128/1f52b.png b/assets/png_128x128/1f52b.png index 762e987ab..4022ba168 100644 Binary files a/assets/png_128x128/1f52b.png and b/assets/png_128x128/1f52b.png differ diff --git a/assets/png_128x128/1f52c.png b/assets/png_128x128/1f52c.png index 52f38105a..e54204147 100644 Binary files a/assets/png_128x128/1f52c.png and b/assets/png_128x128/1f52c.png differ diff --git a/assets/png_128x128/1f52d.png b/assets/png_128x128/1f52d.png index 32e562654..30c93be35 100644 Binary files a/assets/png_128x128/1f52d.png and b/assets/png_128x128/1f52d.png differ diff --git a/assets/png_128x128/1f52e.png b/assets/png_128x128/1f52e.png index aec5ed4cb..d7e3122a9 100644 Binary files a/assets/png_128x128/1f52e.png and b/assets/png_128x128/1f52e.png differ diff --git a/assets/png_128x128/1f52f.png b/assets/png_128x128/1f52f.png index 37557015d..1b0597162 100644 Binary files a/assets/png_128x128/1f52f.png and b/assets/png_128x128/1f52f.png differ diff --git a/assets/png_128x128/1f530.png b/assets/png_128x128/1f530.png index d0c5a6612..062c1210c 100644 Binary files a/assets/png_128x128/1f530.png and b/assets/png_128x128/1f530.png differ diff --git a/assets/png_128x128/1f531.png b/assets/png_128x128/1f531.png index b0feecd38..5dcf6b867 100644 Binary files a/assets/png_128x128/1f531.png and b/assets/png_128x128/1f531.png differ diff --git a/assets/png_128x128/1f532.png b/assets/png_128x128/1f532.png index afa10793e..001feb614 100644 Binary files a/assets/png_128x128/1f532.png and b/assets/png_128x128/1f532.png differ diff --git a/assets/png_128x128/1f533.png b/assets/png_128x128/1f533.png index b7ab0bdc4..dd78a115c 100644 Binary files a/assets/png_128x128/1f533.png and b/assets/png_128x128/1f533.png differ diff --git a/assets/png_128x128/1f534.png b/assets/png_128x128/1f534.png index 45b2c415e..c0f438f06 100644 Binary files a/assets/png_128x128/1f534.png and b/assets/png_128x128/1f534.png differ diff --git a/assets/png_128x128/1f535.png b/assets/png_128x128/1f535.png index 449455900..71bad7686 100644 Binary files a/assets/png_128x128/1f535.png and b/assets/png_128x128/1f535.png differ diff --git a/assets/png_128x128/1f536.png b/assets/png_128x128/1f536.png index 64b7f9a28..447ef3968 100644 Binary files a/assets/png_128x128/1f536.png and b/assets/png_128x128/1f536.png differ diff --git a/assets/png_128x128/1f537.png b/assets/png_128x128/1f537.png index dca605769..a467f0c4a 100644 Binary files a/assets/png_128x128/1f537.png and b/assets/png_128x128/1f537.png differ diff --git a/assets/png_128x128/1f538.png b/assets/png_128x128/1f538.png index f35a6106f..08cb9b094 100644 Binary files a/assets/png_128x128/1f538.png and b/assets/png_128x128/1f538.png differ diff --git a/assets/png_128x128/1f539.png b/assets/png_128x128/1f539.png index f09d1e24d..4ee2e778f 100644 Binary files a/assets/png_128x128/1f539.png and b/assets/png_128x128/1f539.png differ diff --git a/assets/png_128x128/1f53a.png b/assets/png_128x128/1f53a.png index 4cb6bf11c..94e3053c8 100644 Binary files a/assets/png_128x128/1f53a.png and b/assets/png_128x128/1f53a.png differ diff --git a/assets/png_128x128/1f53b.png b/assets/png_128x128/1f53b.png index 206286208..b734ca8f6 100644 Binary files a/assets/png_128x128/1f53b.png and b/assets/png_128x128/1f53b.png differ diff --git a/assets/png_128x128/1f53c.png b/assets/png_128x128/1f53c.png index bcb6f4ac1..e22a1f4be 100644 Binary files a/assets/png_128x128/1f53c.png and b/assets/png_128x128/1f53c.png differ diff --git a/assets/png_128x128/1f53d.png b/assets/png_128x128/1f53d.png index 1ea8becd2..83c7f9151 100644 Binary files a/assets/png_128x128/1f53d.png and b/assets/png_128x128/1f53d.png differ diff --git a/assets/png_128x128/1f549.png b/assets/png_128x128/1f549.png index 8b06de096..f15ee3214 100644 Binary files a/assets/png_128x128/1f549.png and b/assets/png_128x128/1f549.png differ diff --git a/assets/png_128x128/1f54a.png b/assets/png_128x128/1f54a.png index b224ad633..2d256f70a 100644 Binary files a/assets/png_128x128/1f54a.png and b/assets/png_128x128/1f54a.png differ diff --git a/assets/png_128x128/1f54b.png b/assets/png_128x128/1f54b.png index 4fc708ee1..75b7aa9c2 100644 Binary files a/assets/png_128x128/1f54b.png and b/assets/png_128x128/1f54b.png differ diff --git a/assets/png_128x128/1f54c.png b/assets/png_128x128/1f54c.png index 2658e22a3..4d9f37bf3 100644 Binary files a/assets/png_128x128/1f54c.png and b/assets/png_128x128/1f54c.png differ diff --git a/assets/png_128x128/1f54d.png b/assets/png_128x128/1f54d.png index 8552caa50..f75f31906 100644 Binary files a/assets/png_128x128/1f54d.png and b/assets/png_128x128/1f54d.png differ diff --git a/assets/png_128x128/1f54e.png b/assets/png_128x128/1f54e.png index 830477dcf..dc431a718 100644 Binary files a/assets/png_128x128/1f54e.png and b/assets/png_128x128/1f54e.png differ diff --git a/assets/png_128x128/1f550.png b/assets/png_128x128/1f550.png index 255e86738..c62eaf63b 100644 Binary files a/assets/png_128x128/1f550.png and b/assets/png_128x128/1f550.png differ diff --git a/assets/png_128x128/1f551.png b/assets/png_128x128/1f551.png index 4e5dbf734..43f5b22af 100644 Binary files a/assets/png_128x128/1f551.png and b/assets/png_128x128/1f551.png differ diff --git a/assets/png_128x128/1f552.png b/assets/png_128x128/1f552.png index 515309ea2..9c56934f5 100644 Binary files a/assets/png_128x128/1f552.png and b/assets/png_128x128/1f552.png differ diff --git a/assets/png_128x128/1f553.png b/assets/png_128x128/1f553.png index d95197bd3..aba38eade 100644 Binary files a/assets/png_128x128/1f553.png and b/assets/png_128x128/1f553.png differ diff --git a/assets/png_128x128/1f554.png b/assets/png_128x128/1f554.png index eaebd3b9a..d0abef22b 100644 Binary files a/assets/png_128x128/1f554.png and b/assets/png_128x128/1f554.png differ diff --git a/assets/png_128x128/1f555.png b/assets/png_128x128/1f555.png index a4a430556..45e50e92d 100644 Binary files a/assets/png_128x128/1f555.png and b/assets/png_128x128/1f555.png differ diff --git a/assets/png_128x128/1f556.png b/assets/png_128x128/1f556.png index 44ef915d2..af329b0e2 100644 Binary files a/assets/png_128x128/1f556.png and b/assets/png_128x128/1f556.png differ diff --git a/assets/png_128x128/1f557.png b/assets/png_128x128/1f557.png index 1e2a8b344..53890a5a8 100644 Binary files a/assets/png_128x128/1f557.png and b/assets/png_128x128/1f557.png differ diff --git a/assets/png_128x128/1f558.png b/assets/png_128x128/1f558.png index 90fada8d5..093ca96fe 100644 Binary files a/assets/png_128x128/1f558.png and b/assets/png_128x128/1f558.png differ diff --git a/assets/png_128x128/1f559.png b/assets/png_128x128/1f559.png index cc00aa063..b9011fa59 100644 Binary files a/assets/png_128x128/1f559.png and b/assets/png_128x128/1f559.png differ diff --git a/assets/png_128x128/1f55a.png b/assets/png_128x128/1f55a.png index 9067c3d3d..c3067263f 100644 Binary files a/assets/png_128x128/1f55a.png and b/assets/png_128x128/1f55a.png differ diff --git a/assets/png_128x128/1f55b.png b/assets/png_128x128/1f55b.png index 903936a0a..fb33a5b13 100644 Binary files a/assets/png_128x128/1f55b.png and b/assets/png_128x128/1f55b.png differ diff --git a/assets/png_128x128/1f55c.png b/assets/png_128x128/1f55c.png index 32e2523d9..983621622 100644 Binary files a/assets/png_128x128/1f55c.png and b/assets/png_128x128/1f55c.png differ diff --git a/assets/png_128x128/1f55d.png b/assets/png_128x128/1f55d.png index 025f8e007..d3d06e18d 100644 Binary files a/assets/png_128x128/1f55d.png and b/assets/png_128x128/1f55d.png differ diff --git a/assets/png_128x128/1f55e.png b/assets/png_128x128/1f55e.png index 97d104526..bb0de1c19 100644 Binary files a/assets/png_128x128/1f55e.png and b/assets/png_128x128/1f55e.png differ diff --git a/assets/png_128x128/1f55f.png b/assets/png_128x128/1f55f.png index a002bbae4..66144225c 100644 Binary files a/assets/png_128x128/1f55f.png and b/assets/png_128x128/1f55f.png differ diff --git a/assets/png_128x128/1f560.png b/assets/png_128x128/1f560.png index 880d9657e..983f0a266 100644 Binary files a/assets/png_128x128/1f560.png and b/assets/png_128x128/1f560.png differ diff --git a/assets/png_128x128/1f561.png b/assets/png_128x128/1f561.png index e133ebc5c..b90db435c 100644 Binary files a/assets/png_128x128/1f561.png and b/assets/png_128x128/1f561.png differ diff --git a/assets/png_128x128/1f562.png b/assets/png_128x128/1f562.png index a658c6a64..4a4ca4a4e 100644 Binary files a/assets/png_128x128/1f562.png and b/assets/png_128x128/1f562.png differ diff --git a/assets/png_128x128/1f563.png b/assets/png_128x128/1f563.png index 208cccf6d..3989aaf82 100644 Binary files a/assets/png_128x128/1f563.png and b/assets/png_128x128/1f563.png differ diff --git a/assets/png_128x128/1f564.png b/assets/png_128x128/1f564.png index c95eb3603..f6ffdf2cb 100644 Binary files a/assets/png_128x128/1f564.png and b/assets/png_128x128/1f564.png differ diff --git a/assets/png_128x128/1f565.png b/assets/png_128x128/1f565.png index a41f4aca5..18a11803c 100644 Binary files a/assets/png_128x128/1f565.png and b/assets/png_128x128/1f565.png differ diff --git a/assets/png_128x128/1f566.png b/assets/png_128x128/1f566.png index e5b0ea889..b1c6cf6ec 100644 Binary files a/assets/png_128x128/1f566.png and b/assets/png_128x128/1f566.png differ diff --git a/assets/png_128x128/1f567.png b/assets/png_128x128/1f567.png index 57727a27d..e5056702a 100644 Binary files a/assets/png_128x128/1f567.png and b/assets/png_128x128/1f567.png differ diff --git a/assets/png_128x128/1f56f.png b/assets/png_128x128/1f56f.png index f4d7331da..1dd140eec 100644 Binary files a/assets/png_128x128/1f56f.png and b/assets/png_128x128/1f56f.png differ diff --git a/assets/png_128x128/1f570.png b/assets/png_128x128/1f570.png index 02a5c0f68..cb3018ba7 100644 Binary files a/assets/png_128x128/1f570.png and b/assets/png_128x128/1f570.png differ diff --git a/assets/png_128x128/1f573.png b/assets/png_128x128/1f573.png index 417922d26..a7475d260 100644 Binary files a/assets/png_128x128/1f573.png and b/assets/png_128x128/1f573.png differ diff --git a/assets/png_128x128/1f574.png b/assets/png_128x128/1f574.png index 9c6df0e6a..07ec5dc57 100644 Binary files a/assets/png_128x128/1f574.png and b/assets/png_128x128/1f574.png differ diff --git a/assets/png_128x128/1f575-1f3fb.png b/assets/png_128x128/1f575-1f3fb.png index ddc304a8e..32ebcdb6b 100644 Binary files a/assets/png_128x128/1f575-1f3fb.png and b/assets/png_128x128/1f575-1f3fb.png differ diff --git a/assets/png_128x128/1f575-1f3fc.png b/assets/png_128x128/1f575-1f3fc.png index 5626434b1..b85711425 100644 Binary files a/assets/png_128x128/1f575-1f3fc.png and b/assets/png_128x128/1f575-1f3fc.png differ diff --git a/assets/png_128x128/1f575-1f3fd.png b/assets/png_128x128/1f575-1f3fd.png index c22331ee8..3e8ffadf3 100644 Binary files a/assets/png_128x128/1f575-1f3fd.png and b/assets/png_128x128/1f575-1f3fd.png differ diff --git a/assets/png_128x128/1f575-1f3fe.png b/assets/png_128x128/1f575-1f3fe.png index 300b650c9..dc88003a2 100644 Binary files a/assets/png_128x128/1f575-1f3fe.png and b/assets/png_128x128/1f575-1f3fe.png differ diff --git a/assets/png_128x128/1f575-1f3ff.png b/assets/png_128x128/1f575-1f3ff.png index 4f0b3b5e1..88ad0ddd1 100644 Binary files a/assets/png_128x128/1f575-1f3ff.png and b/assets/png_128x128/1f575-1f3ff.png differ diff --git a/assets/png_128x128/1f575.png b/assets/png_128x128/1f575.png index c8ab15461..e15738b63 100644 Binary files a/assets/png_128x128/1f575.png and b/assets/png_128x128/1f575.png differ diff --git a/assets/png_128x128/1f576.png b/assets/png_128x128/1f576.png index dec8f5c5a..29cb3672c 100644 Binary files a/assets/png_128x128/1f576.png and b/assets/png_128x128/1f576.png differ diff --git a/assets/png_128x128/1f577.png b/assets/png_128x128/1f577.png index 6277c3ff8..d84e21f8e 100644 Binary files a/assets/png_128x128/1f577.png and b/assets/png_128x128/1f577.png differ diff --git a/assets/png_128x128/1f578.png b/assets/png_128x128/1f578.png index 4b1ccf571..1d3581a2c 100644 Binary files a/assets/png_128x128/1f578.png and b/assets/png_128x128/1f578.png differ diff --git a/assets/png_128x128/1f579.png b/assets/png_128x128/1f579.png index 9e1f96672..82ddedd5b 100644 Binary files a/assets/png_128x128/1f579.png and b/assets/png_128x128/1f579.png differ diff --git a/assets/png_128x128/1f587.png b/assets/png_128x128/1f587.png index 66e8f8d44..05d02d7c0 100644 Binary files a/assets/png_128x128/1f587.png and b/assets/png_128x128/1f587.png differ diff --git a/assets/png_128x128/1f58a.png b/assets/png_128x128/1f58a.png index 4e76b8917..f863d8daa 100644 Binary files a/assets/png_128x128/1f58a.png and b/assets/png_128x128/1f58a.png differ diff --git a/assets/png_128x128/1f58b.png b/assets/png_128x128/1f58b.png index 68c5efb1c..93a5f7575 100644 Binary files a/assets/png_128x128/1f58b.png and b/assets/png_128x128/1f58b.png differ diff --git a/assets/png_128x128/1f58c.png b/assets/png_128x128/1f58c.png index 7b12bb3ad..2b89b886d 100644 Binary files a/assets/png_128x128/1f58c.png and b/assets/png_128x128/1f58c.png differ diff --git a/assets/png_128x128/1f58d.png b/assets/png_128x128/1f58d.png index 1c50ea410..bfcd6adc1 100644 Binary files a/assets/png_128x128/1f58d.png and b/assets/png_128x128/1f58d.png differ diff --git a/assets/png_128x128/1f590-1f3fb.png b/assets/png_128x128/1f590-1f3fb.png index 3ca12f371..18ea6ed71 100644 Binary files a/assets/png_128x128/1f590-1f3fb.png and b/assets/png_128x128/1f590-1f3fb.png differ diff --git a/assets/png_128x128/1f590-1f3fc.png b/assets/png_128x128/1f590-1f3fc.png index 2cbb0eec2..619ee50d2 100644 Binary files a/assets/png_128x128/1f590-1f3fc.png and b/assets/png_128x128/1f590-1f3fc.png differ diff --git a/assets/png_128x128/1f590-1f3fd.png b/assets/png_128x128/1f590-1f3fd.png index 2e76bc216..2b67c092f 100644 Binary files a/assets/png_128x128/1f590-1f3fd.png and b/assets/png_128x128/1f590-1f3fd.png differ diff --git a/assets/png_128x128/1f590-1f3fe.png b/assets/png_128x128/1f590-1f3fe.png index 840b11b2e..d18318da9 100644 Binary files a/assets/png_128x128/1f590-1f3fe.png and b/assets/png_128x128/1f590-1f3fe.png differ diff --git a/assets/png_128x128/1f590-1f3ff.png b/assets/png_128x128/1f590-1f3ff.png index 8019f8dae..e4ec8c1cb 100644 Binary files a/assets/png_128x128/1f590-1f3ff.png and b/assets/png_128x128/1f590-1f3ff.png differ diff --git a/assets/png_128x128/1f590.png b/assets/png_128x128/1f590.png index ef463975c..4e3a2f9f2 100644 Binary files a/assets/png_128x128/1f590.png and b/assets/png_128x128/1f590.png differ diff --git a/assets/png_128x128/1f595-1f3fb.png b/assets/png_128x128/1f595-1f3fb.png index 69c6e6d4e..79198946b 100644 Binary files a/assets/png_128x128/1f595-1f3fb.png and b/assets/png_128x128/1f595-1f3fb.png differ diff --git a/assets/png_128x128/1f595-1f3fc.png b/assets/png_128x128/1f595-1f3fc.png index 5ad27b98c..07a1904ee 100644 Binary files a/assets/png_128x128/1f595-1f3fc.png and b/assets/png_128x128/1f595-1f3fc.png differ diff --git a/assets/png_128x128/1f595-1f3fd.png b/assets/png_128x128/1f595-1f3fd.png index 92e375196..1d9f1c08e 100644 Binary files a/assets/png_128x128/1f595-1f3fd.png and b/assets/png_128x128/1f595-1f3fd.png differ diff --git a/assets/png_128x128/1f595-1f3fe.png b/assets/png_128x128/1f595-1f3fe.png index e9743bea5..0a8b0d194 100644 Binary files a/assets/png_128x128/1f595-1f3fe.png and b/assets/png_128x128/1f595-1f3fe.png differ diff --git a/assets/png_128x128/1f595-1f3ff.png b/assets/png_128x128/1f595-1f3ff.png index dad39c873..f6eba64cf 100644 Binary files a/assets/png_128x128/1f595-1f3ff.png and b/assets/png_128x128/1f595-1f3ff.png differ diff --git a/assets/png_128x128/1f595.png b/assets/png_128x128/1f595.png index 722288687..e04de4dea 100644 Binary files a/assets/png_128x128/1f595.png and b/assets/png_128x128/1f595.png differ diff --git a/assets/png_128x128/1f596-1f3fb.png b/assets/png_128x128/1f596-1f3fb.png index 4fe15af75..1739c5d79 100644 Binary files a/assets/png_128x128/1f596-1f3fb.png and b/assets/png_128x128/1f596-1f3fb.png differ diff --git a/assets/png_128x128/1f596-1f3fc.png b/assets/png_128x128/1f596-1f3fc.png index 5be2d721b..5418fb699 100644 Binary files a/assets/png_128x128/1f596-1f3fc.png and b/assets/png_128x128/1f596-1f3fc.png differ diff --git a/assets/png_128x128/1f596-1f3fd.png b/assets/png_128x128/1f596-1f3fd.png index 8ec445726..65b068c17 100644 Binary files a/assets/png_128x128/1f596-1f3fd.png and b/assets/png_128x128/1f596-1f3fd.png differ diff --git a/assets/png_128x128/1f596-1f3fe.png b/assets/png_128x128/1f596-1f3fe.png index 7e6b1867f..c2f5b3da6 100644 Binary files a/assets/png_128x128/1f596-1f3fe.png and b/assets/png_128x128/1f596-1f3fe.png differ diff --git a/assets/png_128x128/1f596-1f3ff.png b/assets/png_128x128/1f596-1f3ff.png index 8c21476f4..a9f4c2d4c 100644 Binary files a/assets/png_128x128/1f596-1f3ff.png and b/assets/png_128x128/1f596-1f3ff.png differ diff --git a/assets/png_128x128/1f596.png b/assets/png_128x128/1f596.png index 980ebc15a..9221c6f2a 100644 Binary files a/assets/png_128x128/1f596.png and b/assets/png_128x128/1f596.png differ diff --git a/assets/png_128x128/1f5a5.png b/assets/png_128x128/1f5a5.png index 44896e214..92f094d0b 100644 Binary files a/assets/png_128x128/1f5a5.png and b/assets/png_128x128/1f5a5.png differ diff --git a/assets/png_128x128/1f5a8.png b/assets/png_128x128/1f5a8.png index 694083e22..6b2b0a706 100644 Binary files a/assets/png_128x128/1f5a8.png and b/assets/png_128x128/1f5a8.png differ diff --git a/assets/png_128x128/1f5b1.png b/assets/png_128x128/1f5b1.png index 63f0184e0..d5d670e81 100644 Binary files a/assets/png_128x128/1f5b1.png and b/assets/png_128x128/1f5b1.png differ diff --git a/assets/png_128x128/1f5b2.png b/assets/png_128x128/1f5b2.png index b2a68708d..9f4e47bd0 100644 Binary files a/assets/png_128x128/1f5b2.png and b/assets/png_128x128/1f5b2.png differ diff --git a/assets/png_128x128/1f5bc.png b/assets/png_128x128/1f5bc.png index 72d13cec5..c620748b0 100644 Binary files a/assets/png_128x128/1f5bc.png and b/assets/png_128x128/1f5bc.png differ diff --git a/assets/png_128x128/1f5c2.png b/assets/png_128x128/1f5c2.png index ea47d9c61..bee1d1176 100644 Binary files a/assets/png_128x128/1f5c2.png and b/assets/png_128x128/1f5c2.png differ diff --git a/assets/png_128x128/1f5c3.png b/assets/png_128x128/1f5c3.png index 80374f596..5239f2bd7 100644 Binary files a/assets/png_128x128/1f5c3.png and b/assets/png_128x128/1f5c3.png differ diff --git a/assets/png_128x128/1f5c4.png b/assets/png_128x128/1f5c4.png index e033f0fd8..1426e13f0 100644 Binary files a/assets/png_128x128/1f5c4.png and b/assets/png_128x128/1f5c4.png differ diff --git a/assets/png_128x128/1f5d1.png b/assets/png_128x128/1f5d1.png index 0abffbf8e..68d8fe87a 100644 Binary files a/assets/png_128x128/1f5d1.png and b/assets/png_128x128/1f5d1.png differ diff --git a/assets/png_128x128/1f5d2.png b/assets/png_128x128/1f5d2.png index 99cab5ff4..d3d565ed8 100644 Binary files a/assets/png_128x128/1f5d2.png and b/assets/png_128x128/1f5d2.png differ diff --git a/assets/png_128x128/1f5d3.png b/assets/png_128x128/1f5d3.png index 4c9a3207a..a9dcb929a 100644 Binary files a/assets/png_128x128/1f5d3.png and b/assets/png_128x128/1f5d3.png differ diff --git a/assets/png_128x128/1f5dc.png b/assets/png_128x128/1f5dc.png index 4e418a97b..897d3c272 100644 Binary files a/assets/png_128x128/1f5dc.png and b/assets/png_128x128/1f5dc.png differ diff --git a/assets/png_128x128/1f5dd.png b/assets/png_128x128/1f5dd.png index fce00066f..0677dbdcf 100644 Binary files a/assets/png_128x128/1f5dd.png and b/assets/png_128x128/1f5dd.png differ diff --git a/assets/png_128x128/1f5de.png b/assets/png_128x128/1f5de.png index 641f91217..f0011eea6 100644 Binary files a/assets/png_128x128/1f5de.png and b/assets/png_128x128/1f5de.png differ diff --git a/assets/png_128x128/1f5e1.png b/assets/png_128x128/1f5e1.png index 0d14504eb..5f29d0905 100644 Binary files a/assets/png_128x128/1f5e1.png and b/assets/png_128x128/1f5e1.png differ diff --git a/assets/png_128x128/1f5e3.png b/assets/png_128x128/1f5e3.png index aa89e2cf0..9ed5e02bb 100644 Binary files a/assets/png_128x128/1f5e3.png and b/assets/png_128x128/1f5e3.png differ diff --git a/assets/png_128x128/1f5ef.png b/assets/png_128x128/1f5ef.png index ca50a761a..99bfb0857 100644 Binary files a/assets/png_128x128/1f5ef.png and b/assets/png_128x128/1f5ef.png differ diff --git a/assets/png_128x128/1f5f3.png b/assets/png_128x128/1f5f3.png index d56285643..316375be4 100644 Binary files a/assets/png_128x128/1f5f3.png and b/assets/png_128x128/1f5f3.png differ diff --git a/assets/png_128x128/1f5fa.png b/assets/png_128x128/1f5fa.png index 975b5944f..babf583b3 100644 Binary files a/assets/png_128x128/1f5fa.png and b/assets/png_128x128/1f5fa.png differ diff --git a/assets/png_128x128/1f5fb.png b/assets/png_128x128/1f5fb.png index f2962ffff..f4cc211d6 100644 Binary files a/assets/png_128x128/1f5fb.png and b/assets/png_128x128/1f5fb.png differ diff --git a/assets/png_128x128/1f5fc.png b/assets/png_128x128/1f5fc.png index a84405a3b..bae20334e 100644 Binary files a/assets/png_128x128/1f5fc.png and b/assets/png_128x128/1f5fc.png differ diff --git a/assets/png_128x128/1f5fd.png b/assets/png_128x128/1f5fd.png index b457544ca..142e0a545 100644 Binary files a/assets/png_128x128/1f5fd.png and b/assets/png_128x128/1f5fd.png differ diff --git a/assets/png_128x128/1f5fe.png b/assets/png_128x128/1f5fe.png index 416d09bcc..1e1d9b22d 100644 Binary files a/assets/png_128x128/1f5fe.png and b/assets/png_128x128/1f5fe.png differ diff --git a/assets/png_128x128/1f5ff.png b/assets/png_128x128/1f5ff.png index 06f5dc19e..e46aacb77 100644 Binary files a/assets/png_128x128/1f5ff.png and b/assets/png_128x128/1f5ff.png differ diff --git a/assets/png_128x128/1f600.png b/assets/png_128x128/1f600.png index d06fdb00d..14977316b 100644 Binary files a/assets/png_128x128/1f600.png and b/assets/png_128x128/1f600.png differ diff --git a/assets/png_128x128/1f601.png b/assets/png_128x128/1f601.png index 1c230cf6c..070fb2f79 100644 Binary files a/assets/png_128x128/1f601.png and b/assets/png_128x128/1f601.png differ diff --git a/assets/png_128x128/1f602.png b/assets/png_128x128/1f602.png index ff9c0622e..3e72bcb5b 100644 Binary files a/assets/png_128x128/1f602.png and b/assets/png_128x128/1f602.png differ diff --git a/assets/png_128x128/1f603.png b/assets/png_128x128/1f603.png index 6657082e1..ed749129c 100644 Binary files a/assets/png_128x128/1f603.png and b/assets/png_128x128/1f603.png differ diff --git a/assets/png_128x128/1f604.png b/assets/png_128x128/1f604.png index 380376414..9d68a91dc 100644 Binary files a/assets/png_128x128/1f604.png and b/assets/png_128x128/1f604.png differ diff --git a/assets/png_128x128/1f605.png b/assets/png_128x128/1f605.png index 40b53338f..9f1e1229b 100644 Binary files a/assets/png_128x128/1f605.png and b/assets/png_128x128/1f605.png differ diff --git a/assets/png_128x128/1f606.png b/assets/png_128x128/1f606.png index 9a1605cfc..b3e8a2142 100644 Binary files a/assets/png_128x128/1f606.png and b/assets/png_128x128/1f606.png differ diff --git a/assets/png_128x128/1f607.png b/assets/png_128x128/1f607.png index cb2461d7f..9577df587 100644 Binary files a/assets/png_128x128/1f607.png and b/assets/png_128x128/1f607.png differ diff --git a/assets/png_128x128/1f608.png b/assets/png_128x128/1f608.png index 0e6c79aba..a1c21400a 100644 Binary files a/assets/png_128x128/1f608.png and b/assets/png_128x128/1f608.png differ diff --git a/assets/png_128x128/1f609.png b/assets/png_128x128/1f609.png index 5045c7c49..e3546fa0b 100644 Binary files a/assets/png_128x128/1f609.png and b/assets/png_128x128/1f609.png differ diff --git a/assets/png_128x128/1f60a.png b/assets/png_128x128/1f60a.png index 337459623..8987c1752 100644 Binary files a/assets/png_128x128/1f60a.png and b/assets/png_128x128/1f60a.png differ diff --git a/assets/png_128x128/1f60b.png b/assets/png_128x128/1f60b.png index d3011938c..f42ccb123 100644 Binary files a/assets/png_128x128/1f60b.png and b/assets/png_128x128/1f60b.png differ diff --git a/assets/png_128x128/1f60c.png b/assets/png_128x128/1f60c.png index a708fc9c5..b23a9fd70 100644 Binary files a/assets/png_128x128/1f60c.png and b/assets/png_128x128/1f60c.png differ diff --git a/assets/png_128x128/1f60d.png b/assets/png_128x128/1f60d.png index c3e03c9b2..c04226e40 100644 Binary files a/assets/png_128x128/1f60d.png and b/assets/png_128x128/1f60d.png differ diff --git a/assets/png_128x128/1f60e.png b/assets/png_128x128/1f60e.png index b43c2dbdc..ca40c012c 100644 Binary files a/assets/png_128x128/1f60e.png and b/assets/png_128x128/1f60e.png differ diff --git a/assets/png_128x128/1f60f.png b/assets/png_128x128/1f60f.png index 1adf6525a..05564bf85 100644 Binary files a/assets/png_128x128/1f60f.png and b/assets/png_128x128/1f60f.png differ diff --git a/assets/png_128x128/1f610.png b/assets/png_128x128/1f610.png index 34176d8da..e7a33e748 100644 Binary files a/assets/png_128x128/1f610.png and b/assets/png_128x128/1f610.png differ diff --git a/assets/png_128x128/1f611.png b/assets/png_128x128/1f611.png index 193fa46a3..56632bd48 100644 Binary files a/assets/png_128x128/1f611.png and b/assets/png_128x128/1f611.png differ diff --git a/assets/png_128x128/1f612.png b/assets/png_128x128/1f612.png index 9944c4917..2aa576ecb 100644 Binary files a/assets/png_128x128/1f612.png and b/assets/png_128x128/1f612.png differ diff --git a/assets/png_128x128/1f613.png b/assets/png_128x128/1f613.png index 7f9e0d853..64d3df98a 100644 Binary files a/assets/png_128x128/1f613.png and b/assets/png_128x128/1f613.png differ diff --git a/assets/png_128x128/1f614.png b/assets/png_128x128/1f614.png index 0972b29bb..907ee4aab 100644 Binary files a/assets/png_128x128/1f614.png and b/assets/png_128x128/1f614.png differ diff --git a/assets/png_128x128/1f615.png b/assets/png_128x128/1f615.png index fa0733cb2..e1334a633 100644 Binary files a/assets/png_128x128/1f615.png and b/assets/png_128x128/1f615.png differ diff --git a/assets/png_128x128/1f616.png b/assets/png_128x128/1f616.png index d179163a2..3f0863605 100644 Binary files a/assets/png_128x128/1f616.png and b/assets/png_128x128/1f616.png differ diff --git a/assets/png_128x128/1f617.png b/assets/png_128x128/1f617.png index ff22025b0..a82aec617 100644 Binary files a/assets/png_128x128/1f617.png and b/assets/png_128x128/1f617.png differ diff --git a/assets/png_128x128/1f618.png b/assets/png_128x128/1f618.png index cbda9da35..132908029 100644 Binary files a/assets/png_128x128/1f618.png and b/assets/png_128x128/1f618.png differ diff --git a/assets/png_128x128/1f619.png b/assets/png_128x128/1f619.png index 99f56267e..cccb0fbaf 100644 Binary files a/assets/png_128x128/1f619.png and b/assets/png_128x128/1f619.png differ diff --git a/assets/png_128x128/1f61a.png b/assets/png_128x128/1f61a.png index cdcf75496..10ccd17ea 100644 Binary files a/assets/png_128x128/1f61a.png and b/assets/png_128x128/1f61a.png differ diff --git a/assets/png_128x128/1f61b.png b/assets/png_128x128/1f61b.png index d45d7edb0..45e7f0376 100644 Binary files a/assets/png_128x128/1f61b.png and b/assets/png_128x128/1f61b.png differ diff --git a/assets/png_128x128/1f61c.png b/assets/png_128x128/1f61c.png index 33a0695d4..c45f6ddd3 100644 Binary files a/assets/png_128x128/1f61c.png and b/assets/png_128x128/1f61c.png differ diff --git a/assets/png_128x128/1f61d.png b/assets/png_128x128/1f61d.png index 638da0507..cebc75bf9 100644 Binary files a/assets/png_128x128/1f61d.png and b/assets/png_128x128/1f61d.png differ diff --git a/assets/png_128x128/1f61e.png b/assets/png_128x128/1f61e.png index 7d1dd2c4f..694619d06 100644 Binary files a/assets/png_128x128/1f61e.png and b/assets/png_128x128/1f61e.png differ diff --git a/assets/png_128x128/1f61f.png b/assets/png_128x128/1f61f.png index f33242018..feaea2ea4 100644 Binary files a/assets/png_128x128/1f61f.png and b/assets/png_128x128/1f61f.png differ diff --git a/assets/png_128x128/1f620.png b/assets/png_128x128/1f620.png index ca0d9594c..7be611fc3 100644 Binary files a/assets/png_128x128/1f620.png and b/assets/png_128x128/1f620.png differ diff --git a/assets/png_128x128/1f621.png b/assets/png_128x128/1f621.png index ed7ec05f7..21b188866 100644 Binary files a/assets/png_128x128/1f621.png and b/assets/png_128x128/1f621.png differ diff --git a/assets/png_128x128/1f622.png b/assets/png_128x128/1f622.png index f15c9f779..22dc44cf7 100644 Binary files a/assets/png_128x128/1f622.png and b/assets/png_128x128/1f622.png differ diff --git a/assets/png_128x128/1f623.png b/assets/png_128x128/1f623.png index 090b6e726..5e6f0016b 100644 Binary files a/assets/png_128x128/1f623.png and b/assets/png_128x128/1f623.png differ diff --git a/assets/png_128x128/1f624.png b/assets/png_128x128/1f624.png index 3c1939994..13b5a0fe2 100644 Binary files a/assets/png_128x128/1f624.png and b/assets/png_128x128/1f624.png differ diff --git a/assets/png_128x128/1f625.png b/assets/png_128x128/1f625.png index 8da910fc0..bcd7a7498 100644 Binary files a/assets/png_128x128/1f625.png and b/assets/png_128x128/1f625.png differ diff --git a/assets/png_128x128/1f626.png b/assets/png_128x128/1f626.png index 7d98fe079..01a77fb12 100644 Binary files a/assets/png_128x128/1f626.png and b/assets/png_128x128/1f626.png differ diff --git a/assets/png_128x128/1f627.png b/assets/png_128x128/1f627.png index e4d86fe64..9693d781e 100644 Binary files a/assets/png_128x128/1f627.png and b/assets/png_128x128/1f627.png differ diff --git a/assets/png_128x128/1f628.png b/assets/png_128x128/1f628.png index 2bd0b345e..df1c8c784 100644 Binary files a/assets/png_128x128/1f628.png and b/assets/png_128x128/1f628.png differ diff --git a/assets/png_128x128/1f629.png b/assets/png_128x128/1f629.png index ba2b84c9e..342b483ea 100644 Binary files a/assets/png_128x128/1f629.png and b/assets/png_128x128/1f629.png differ diff --git a/assets/png_128x128/1f62a.png b/assets/png_128x128/1f62a.png index 291ea52d8..de1cf9836 100644 Binary files a/assets/png_128x128/1f62a.png and b/assets/png_128x128/1f62a.png differ diff --git a/assets/png_128x128/1f62b.png b/assets/png_128x128/1f62b.png index 3c462ec2c..380ffaebc 100644 Binary files a/assets/png_128x128/1f62b.png and b/assets/png_128x128/1f62b.png differ diff --git a/assets/png_128x128/1f62c.png b/assets/png_128x128/1f62c.png index 91aa3a36c..5168afca6 100644 Binary files a/assets/png_128x128/1f62c.png and b/assets/png_128x128/1f62c.png differ diff --git a/assets/png_128x128/1f62d.png b/assets/png_128x128/1f62d.png index 2815a29cb..a482e3e61 100644 Binary files a/assets/png_128x128/1f62d.png and b/assets/png_128x128/1f62d.png differ diff --git a/assets/png_128x128/1f62e.png b/assets/png_128x128/1f62e.png index 3dc2fd928..8aa772546 100644 Binary files a/assets/png_128x128/1f62e.png and b/assets/png_128x128/1f62e.png differ diff --git a/assets/png_128x128/1f62f.png b/assets/png_128x128/1f62f.png index 3583a18d3..5b1730805 100644 Binary files a/assets/png_128x128/1f62f.png and b/assets/png_128x128/1f62f.png differ diff --git a/assets/png_128x128/1f630.png b/assets/png_128x128/1f630.png index 0047d85c1..547152890 100644 Binary files a/assets/png_128x128/1f630.png and b/assets/png_128x128/1f630.png differ diff --git a/assets/png_128x128/1f631.png b/assets/png_128x128/1f631.png index eae68273e..cfc7d9687 100644 Binary files a/assets/png_128x128/1f631.png and b/assets/png_128x128/1f631.png differ diff --git a/assets/png_128x128/1f632.png b/assets/png_128x128/1f632.png index 2c1684c5f..ea7df12d4 100644 Binary files a/assets/png_128x128/1f632.png and b/assets/png_128x128/1f632.png differ diff --git a/assets/png_128x128/1f633.png b/assets/png_128x128/1f633.png index 123128d7d..50892a6b9 100644 Binary files a/assets/png_128x128/1f633.png and b/assets/png_128x128/1f633.png differ diff --git a/assets/png_128x128/1f634.png b/assets/png_128x128/1f634.png index 1475b48cb..a5d0775ca 100644 Binary files a/assets/png_128x128/1f634.png and b/assets/png_128x128/1f634.png differ diff --git a/assets/png_128x128/1f635.png b/assets/png_128x128/1f635.png index 63e2843c9..c363bec1d 100644 Binary files a/assets/png_128x128/1f635.png and b/assets/png_128x128/1f635.png differ diff --git a/assets/png_128x128/1f636.png b/assets/png_128x128/1f636.png index 8df89ba42..684485dfb 100644 Binary files a/assets/png_128x128/1f636.png and b/assets/png_128x128/1f636.png differ diff --git a/assets/png_128x128/1f637.png b/assets/png_128x128/1f637.png index 830bdcef3..a7ad5f02e 100644 Binary files a/assets/png_128x128/1f637.png and b/assets/png_128x128/1f637.png differ diff --git a/assets/png_128x128/1f638.png b/assets/png_128x128/1f638.png index d52bbab05..1fcf5e418 100644 Binary files a/assets/png_128x128/1f638.png and b/assets/png_128x128/1f638.png differ diff --git a/assets/png_128x128/1f639.png b/assets/png_128x128/1f639.png index 54b623795..a6355e1ab 100644 Binary files a/assets/png_128x128/1f639.png and b/assets/png_128x128/1f639.png differ diff --git a/assets/png_128x128/1f63a.png b/assets/png_128x128/1f63a.png index 9c1f98ceb..bd33afd1d 100644 Binary files a/assets/png_128x128/1f63a.png and b/assets/png_128x128/1f63a.png differ diff --git a/assets/png_128x128/1f63b.png b/assets/png_128x128/1f63b.png index ae462b6e9..46c6a0ded 100644 Binary files a/assets/png_128x128/1f63b.png and b/assets/png_128x128/1f63b.png differ diff --git a/assets/png_128x128/1f63c.png b/assets/png_128x128/1f63c.png index 0e00720b0..5ab152b36 100644 Binary files a/assets/png_128x128/1f63c.png and b/assets/png_128x128/1f63c.png differ diff --git a/assets/png_128x128/1f63d.png b/assets/png_128x128/1f63d.png index 5bdd08502..d95ae2720 100644 Binary files a/assets/png_128x128/1f63d.png and b/assets/png_128x128/1f63d.png differ diff --git a/assets/png_128x128/1f63e.png b/assets/png_128x128/1f63e.png index 877336386..632c375fb 100644 Binary files a/assets/png_128x128/1f63e.png and b/assets/png_128x128/1f63e.png differ diff --git a/assets/png_128x128/1f63f.png b/assets/png_128x128/1f63f.png index 97e1a9919..bb4e9387f 100644 Binary files a/assets/png_128x128/1f63f.png and b/assets/png_128x128/1f63f.png differ diff --git a/assets/png_128x128/1f640.png b/assets/png_128x128/1f640.png index 8bc9e0ed0..ebe6786a9 100644 Binary files a/assets/png_128x128/1f640.png and b/assets/png_128x128/1f640.png differ diff --git a/assets/png_128x128/1f641.png b/assets/png_128x128/1f641.png index dba1fa29a..6a0078721 100644 Binary files a/assets/png_128x128/1f641.png and b/assets/png_128x128/1f641.png differ diff --git a/assets/png_128x128/1f642.png b/assets/png_128x128/1f642.png index c34ea51c5..bd9c1c64d 100644 Binary files a/assets/png_128x128/1f642.png and b/assets/png_128x128/1f642.png differ diff --git a/assets/png_128x128/1f643.png b/assets/png_128x128/1f643.png index c57ebe0a2..9d0f616d9 100644 Binary files a/assets/png_128x128/1f643.png and b/assets/png_128x128/1f643.png differ diff --git a/assets/png_128x128/1f644.png b/assets/png_128x128/1f644.png index 996b45ffd..26a082572 100644 Binary files a/assets/png_128x128/1f644.png and b/assets/png_128x128/1f644.png differ diff --git a/assets/png_128x128/1f645-1f3fb.png b/assets/png_128x128/1f645-1f3fb.png index d46cddef8..fd180579a 100644 Binary files a/assets/png_128x128/1f645-1f3fb.png and b/assets/png_128x128/1f645-1f3fb.png differ diff --git a/assets/png_128x128/1f645-1f3fc.png b/assets/png_128x128/1f645-1f3fc.png index 6d6a50a70..3ecc1bdb8 100644 Binary files a/assets/png_128x128/1f645-1f3fc.png and b/assets/png_128x128/1f645-1f3fc.png differ diff --git a/assets/png_128x128/1f645-1f3fd.png b/assets/png_128x128/1f645-1f3fd.png index 5f8c56d12..e34a58624 100644 Binary files a/assets/png_128x128/1f645-1f3fd.png and b/assets/png_128x128/1f645-1f3fd.png differ diff --git a/assets/png_128x128/1f645-1f3fe.png b/assets/png_128x128/1f645-1f3fe.png index 85924104b..a02d57765 100644 Binary files a/assets/png_128x128/1f645-1f3fe.png and b/assets/png_128x128/1f645-1f3fe.png differ diff --git a/assets/png_128x128/1f645-1f3ff.png b/assets/png_128x128/1f645-1f3ff.png index 3a9d862c5..3fcdc895b 100644 Binary files a/assets/png_128x128/1f645-1f3ff.png and b/assets/png_128x128/1f645-1f3ff.png differ diff --git a/assets/png_128x128/1f645.png b/assets/png_128x128/1f645.png index 1a11e9a37..f601a9f80 100644 Binary files a/assets/png_128x128/1f645.png and b/assets/png_128x128/1f645.png differ diff --git a/assets/png_128x128/1f646-1f3fb.png b/assets/png_128x128/1f646-1f3fb.png index 8a64496af..a9fcb52d1 100644 Binary files a/assets/png_128x128/1f646-1f3fb.png and b/assets/png_128x128/1f646-1f3fb.png differ diff --git a/assets/png_128x128/1f646-1f3fc.png b/assets/png_128x128/1f646-1f3fc.png index 39f1101f1..1c1906a88 100644 Binary files a/assets/png_128x128/1f646-1f3fc.png and b/assets/png_128x128/1f646-1f3fc.png differ diff --git a/assets/png_128x128/1f646-1f3fd.png b/assets/png_128x128/1f646-1f3fd.png index 5743f8520..936cc8124 100644 Binary files a/assets/png_128x128/1f646-1f3fd.png and b/assets/png_128x128/1f646-1f3fd.png differ diff --git a/assets/png_128x128/1f646-1f3fe.png b/assets/png_128x128/1f646-1f3fe.png index 61317f638..fb15371e9 100644 Binary files a/assets/png_128x128/1f646-1f3fe.png and b/assets/png_128x128/1f646-1f3fe.png differ diff --git a/assets/png_128x128/1f646-1f3ff.png b/assets/png_128x128/1f646-1f3ff.png index e2a4c45f1..5947ace54 100644 Binary files a/assets/png_128x128/1f646-1f3ff.png and b/assets/png_128x128/1f646-1f3ff.png differ diff --git a/assets/png_128x128/1f646.png b/assets/png_128x128/1f646.png index 61b37a188..370cc8fb3 100644 Binary files a/assets/png_128x128/1f646.png and b/assets/png_128x128/1f646.png differ diff --git a/assets/png_128x128/1f647-1f3fb.png b/assets/png_128x128/1f647-1f3fb.png index f289fa10a..aaad3fd07 100644 Binary files a/assets/png_128x128/1f647-1f3fb.png and b/assets/png_128x128/1f647-1f3fb.png differ diff --git a/assets/png_128x128/1f647-1f3fc.png b/assets/png_128x128/1f647-1f3fc.png index 4ab18e778..0c62d1a67 100644 Binary files a/assets/png_128x128/1f647-1f3fc.png and b/assets/png_128x128/1f647-1f3fc.png differ diff --git a/assets/png_128x128/1f647-1f3fd.png b/assets/png_128x128/1f647-1f3fd.png index 86581ccbb..fa792efb5 100644 Binary files a/assets/png_128x128/1f647-1f3fd.png and b/assets/png_128x128/1f647-1f3fd.png differ diff --git a/assets/png_128x128/1f647-1f3fe.png b/assets/png_128x128/1f647-1f3fe.png index df2d66e6b..46067f69a 100644 Binary files a/assets/png_128x128/1f647-1f3fe.png and b/assets/png_128x128/1f647-1f3fe.png differ diff --git a/assets/png_128x128/1f647-1f3ff.png b/assets/png_128x128/1f647-1f3ff.png index 246b02bf4..32e5bc7f0 100644 Binary files a/assets/png_128x128/1f647-1f3ff.png and b/assets/png_128x128/1f647-1f3ff.png differ diff --git a/assets/png_128x128/1f647.png b/assets/png_128x128/1f647.png index cdeb4c928..7c510fea5 100644 Binary files a/assets/png_128x128/1f647.png and b/assets/png_128x128/1f647.png differ diff --git a/assets/png_128x128/1f648.png b/assets/png_128x128/1f648.png index cc67da332..630c4f353 100644 Binary files a/assets/png_128x128/1f648.png and b/assets/png_128x128/1f648.png differ diff --git a/assets/png_128x128/1f649.png b/assets/png_128x128/1f649.png index 57d009f6b..a4f425da5 100644 Binary files a/assets/png_128x128/1f649.png and b/assets/png_128x128/1f649.png differ diff --git a/assets/png_128x128/1f64a.png b/assets/png_128x128/1f64a.png index ebe69bce6..17d83f5e5 100644 Binary files a/assets/png_128x128/1f64a.png and b/assets/png_128x128/1f64a.png differ diff --git a/assets/png_128x128/1f64b-1f3fb.png b/assets/png_128x128/1f64b-1f3fb.png index 802441bc9..0e2c217c0 100644 Binary files a/assets/png_128x128/1f64b-1f3fb.png and b/assets/png_128x128/1f64b-1f3fb.png differ diff --git a/assets/png_128x128/1f64b-1f3fc.png b/assets/png_128x128/1f64b-1f3fc.png index a2eeca7a4..9ee22e517 100644 Binary files a/assets/png_128x128/1f64b-1f3fc.png and b/assets/png_128x128/1f64b-1f3fc.png differ diff --git a/assets/png_128x128/1f64b-1f3fd.png b/assets/png_128x128/1f64b-1f3fd.png index 6031fe8f2..7efee050e 100644 Binary files a/assets/png_128x128/1f64b-1f3fd.png and b/assets/png_128x128/1f64b-1f3fd.png differ diff --git a/assets/png_128x128/1f64b-1f3fe.png b/assets/png_128x128/1f64b-1f3fe.png index 22712d4c4..8ab42577b 100644 Binary files a/assets/png_128x128/1f64b-1f3fe.png and b/assets/png_128x128/1f64b-1f3fe.png differ diff --git a/assets/png_128x128/1f64b-1f3ff.png b/assets/png_128x128/1f64b-1f3ff.png index fdeb31797..e676067a9 100644 Binary files a/assets/png_128x128/1f64b-1f3ff.png and b/assets/png_128x128/1f64b-1f3ff.png differ diff --git a/assets/png_128x128/1f64b.png b/assets/png_128x128/1f64b.png index 466a7774b..5565216f1 100644 Binary files a/assets/png_128x128/1f64b.png and b/assets/png_128x128/1f64b.png differ diff --git a/assets/png_128x128/1f64c-1f3fb.png b/assets/png_128x128/1f64c-1f3fb.png index b794b6e81..8a10cd660 100644 Binary files a/assets/png_128x128/1f64c-1f3fb.png and b/assets/png_128x128/1f64c-1f3fb.png differ diff --git a/assets/png_128x128/1f64c-1f3fc.png b/assets/png_128x128/1f64c-1f3fc.png index 85cbdbf63..51a576a5e 100644 Binary files a/assets/png_128x128/1f64c-1f3fc.png and b/assets/png_128x128/1f64c-1f3fc.png differ diff --git a/assets/png_128x128/1f64c-1f3fd.png b/assets/png_128x128/1f64c-1f3fd.png index c74c92b08..eeb7fc58e 100644 Binary files a/assets/png_128x128/1f64c-1f3fd.png and b/assets/png_128x128/1f64c-1f3fd.png differ diff --git a/assets/png_128x128/1f64c-1f3fe.png b/assets/png_128x128/1f64c-1f3fe.png index e5bc37add..ea2425ba1 100644 Binary files a/assets/png_128x128/1f64c-1f3fe.png and b/assets/png_128x128/1f64c-1f3fe.png differ diff --git a/assets/png_128x128/1f64c-1f3ff.png b/assets/png_128x128/1f64c-1f3ff.png index a46557047..59844fc58 100644 Binary files a/assets/png_128x128/1f64c-1f3ff.png and b/assets/png_128x128/1f64c-1f3ff.png differ diff --git a/assets/png_128x128/1f64c.png b/assets/png_128x128/1f64c.png index c60e61ef9..1acc091b3 100644 Binary files a/assets/png_128x128/1f64c.png and b/assets/png_128x128/1f64c.png differ diff --git a/assets/png_128x128/1f64d-1f3fb.png b/assets/png_128x128/1f64d-1f3fb.png index 609d7efaf..f36ae3ea9 100644 Binary files a/assets/png_128x128/1f64d-1f3fb.png and b/assets/png_128x128/1f64d-1f3fb.png differ diff --git a/assets/png_128x128/1f64d-1f3fc.png b/assets/png_128x128/1f64d-1f3fc.png index ccc85433f..ff6d4e7f5 100644 Binary files a/assets/png_128x128/1f64d-1f3fc.png and b/assets/png_128x128/1f64d-1f3fc.png differ diff --git a/assets/png_128x128/1f64d-1f3fd.png b/assets/png_128x128/1f64d-1f3fd.png index 2d2666ac1..52647f9f4 100644 Binary files a/assets/png_128x128/1f64d-1f3fd.png and b/assets/png_128x128/1f64d-1f3fd.png differ diff --git a/assets/png_128x128/1f64d-1f3fe.png b/assets/png_128x128/1f64d-1f3fe.png index 09ad6e2c2..0d47b1b13 100644 Binary files a/assets/png_128x128/1f64d-1f3fe.png and b/assets/png_128x128/1f64d-1f3fe.png differ diff --git a/assets/png_128x128/1f64d-1f3ff.png b/assets/png_128x128/1f64d-1f3ff.png index f815b548d..0b6eff589 100644 Binary files a/assets/png_128x128/1f64d-1f3ff.png and b/assets/png_128x128/1f64d-1f3ff.png differ diff --git a/assets/png_128x128/1f64d.png b/assets/png_128x128/1f64d.png index 79c5dfefb..ef9d9b1e4 100644 Binary files a/assets/png_128x128/1f64d.png and b/assets/png_128x128/1f64d.png differ diff --git a/assets/png_128x128/1f64e-1f3fb.png b/assets/png_128x128/1f64e-1f3fb.png index 04539921b..0034b34bc 100644 Binary files a/assets/png_128x128/1f64e-1f3fb.png and b/assets/png_128x128/1f64e-1f3fb.png differ diff --git a/assets/png_128x128/1f64e-1f3fc.png b/assets/png_128x128/1f64e-1f3fc.png index db4a31d2b..39f20bdae 100644 Binary files a/assets/png_128x128/1f64e-1f3fc.png and b/assets/png_128x128/1f64e-1f3fc.png differ diff --git a/assets/png_128x128/1f64e-1f3fd.png b/assets/png_128x128/1f64e-1f3fd.png index 5dc5a9079..72910c27d 100644 Binary files a/assets/png_128x128/1f64e-1f3fd.png and b/assets/png_128x128/1f64e-1f3fd.png differ diff --git a/assets/png_128x128/1f64e-1f3fe.png b/assets/png_128x128/1f64e-1f3fe.png index 1f147a493..23bd49d27 100644 Binary files a/assets/png_128x128/1f64e-1f3fe.png and b/assets/png_128x128/1f64e-1f3fe.png differ diff --git a/assets/png_128x128/1f64e-1f3ff.png b/assets/png_128x128/1f64e-1f3ff.png index 023dd466e..0662d8f11 100644 Binary files a/assets/png_128x128/1f64e-1f3ff.png and b/assets/png_128x128/1f64e-1f3ff.png differ diff --git a/assets/png_128x128/1f64e.png b/assets/png_128x128/1f64e.png index db8333db5..2fe2c9d9f 100644 Binary files a/assets/png_128x128/1f64e.png and b/assets/png_128x128/1f64e.png differ diff --git a/assets/png_128x128/1f64f-1f3fb.png b/assets/png_128x128/1f64f-1f3fb.png index 718f2f711..b09e14fdd 100644 Binary files a/assets/png_128x128/1f64f-1f3fb.png and b/assets/png_128x128/1f64f-1f3fb.png differ diff --git a/assets/png_128x128/1f64f-1f3fc.png b/assets/png_128x128/1f64f-1f3fc.png index 540168cf6..f1b4da7e9 100644 Binary files a/assets/png_128x128/1f64f-1f3fc.png and b/assets/png_128x128/1f64f-1f3fc.png differ diff --git a/assets/png_128x128/1f64f-1f3fd.png b/assets/png_128x128/1f64f-1f3fd.png index e435a737b..285db034f 100644 Binary files a/assets/png_128x128/1f64f-1f3fd.png and b/assets/png_128x128/1f64f-1f3fd.png differ diff --git a/assets/png_128x128/1f64f-1f3fe.png b/assets/png_128x128/1f64f-1f3fe.png index 2689b94b7..6b5269235 100644 Binary files a/assets/png_128x128/1f64f-1f3fe.png and b/assets/png_128x128/1f64f-1f3fe.png differ diff --git a/assets/png_128x128/1f64f-1f3ff.png b/assets/png_128x128/1f64f-1f3ff.png index f42a00fdd..8d95f3865 100644 Binary files a/assets/png_128x128/1f64f-1f3ff.png and b/assets/png_128x128/1f64f-1f3ff.png differ diff --git a/assets/png_128x128/1f64f.png b/assets/png_128x128/1f64f.png index 7fcd74d9d..63430d654 100644 Binary files a/assets/png_128x128/1f64f.png and b/assets/png_128x128/1f64f.png differ diff --git a/assets/png_128x128/1f680.png b/assets/png_128x128/1f680.png index 0b7e00c15..d73f71f8e 100644 Binary files a/assets/png_128x128/1f680.png and b/assets/png_128x128/1f680.png differ diff --git a/assets/png_128x128/1f681.png b/assets/png_128x128/1f681.png index 3409be621..2bb62ece4 100644 Binary files a/assets/png_128x128/1f681.png and b/assets/png_128x128/1f681.png differ diff --git a/assets/png_128x128/1f682.png b/assets/png_128x128/1f682.png index 73e5286b9..74bf3da9a 100644 Binary files a/assets/png_128x128/1f682.png and b/assets/png_128x128/1f682.png differ diff --git a/assets/png_128x128/1f683.png b/assets/png_128x128/1f683.png index e796d8278..cd48aeac5 100644 Binary files a/assets/png_128x128/1f683.png and b/assets/png_128x128/1f683.png differ diff --git a/assets/png_128x128/1f684.png b/assets/png_128x128/1f684.png index dd4e44e0c..f6d6724f5 100644 Binary files a/assets/png_128x128/1f684.png and b/assets/png_128x128/1f684.png differ diff --git a/assets/png_128x128/1f685.png b/assets/png_128x128/1f685.png index d3e101fda..d7c38f027 100644 Binary files a/assets/png_128x128/1f685.png and b/assets/png_128x128/1f685.png differ diff --git a/assets/png_128x128/1f686.png b/assets/png_128x128/1f686.png index 19ff9da46..48ea95e98 100644 Binary files a/assets/png_128x128/1f686.png and b/assets/png_128x128/1f686.png differ diff --git a/assets/png_128x128/1f687.png b/assets/png_128x128/1f687.png index a7393a3fe..6fd1dd8ca 100644 Binary files a/assets/png_128x128/1f687.png and b/assets/png_128x128/1f687.png differ diff --git a/assets/png_128x128/1f688.png b/assets/png_128x128/1f688.png index 87215ffe3..3d52cb96f 100644 Binary files a/assets/png_128x128/1f688.png and b/assets/png_128x128/1f688.png differ diff --git a/assets/png_128x128/1f689.png b/assets/png_128x128/1f689.png index 7f136ebae..80f658c3f 100644 Binary files a/assets/png_128x128/1f689.png and b/assets/png_128x128/1f689.png differ diff --git a/assets/png_128x128/1f68a.png b/assets/png_128x128/1f68a.png index 99453070f..256a732e0 100644 Binary files a/assets/png_128x128/1f68a.png and b/assets/png_128x128/1f68a.png differ diff --git a/assets/png_128x128/1f68b.png b/assets/png_128x128/1f68b.png index 116f2058e..7ee101462 100644 Binary files a/assets/png_128x128/1f68b.png and b/assets/png_128x128/1f68b.png differ diff --git a/assets/png_128x128/1f68c.png b/assets/png_128x128/1f68c.png index 83ed999f6..cdf0a7f5d 100644 Binary files a/assets/png_128x128/1f68c.png and b/assets/png_128x128/1f68c.png differ diff --git a/assets/png_128x128/1f68d.png b/assets/png_128x128/1f68d.png index 3c28c57f6..9d92b9d0d 100644 Binary files a/assets/png_128x128/1f68d.png and b/assets/png_128x128/1f68d.png differ diff --git a/assets/png_128x128/1f68e.png b/assets/png_128x128/1f68e.png index 214ca2b23..9fdb5a565 100644 Binary files a/assets/png_128x128/1f68e.png and b/assets/png_128x128/1f68e.png differ diff --git a/assets/png_128x128/1f68f.png b/assets/png_128x128/1f68f.png index 8c826a560..711b70fcb 100644 Binary files a/assets/png_128x128/1f68f.png and b/assets/png_128x128/1f68f.png differ diff --git a/assets/png_128x128/1f690.png b/assets/png_128x128/1f690.png index 189d5fdc1..691803779 100644 Binary files a/assets/png_128x128/1f690.png and b/assets/png_128x128/1f690.png differ diff --git a/assets/png_128x128/1f691.png b/assets/png_128x128/1f691.png index a58cfaaba..505835c9e 100644 Binary files a/assets/png_128x128/1f691.png and b/assets/png_128x128/1f691.png differ diff --git a/assets/png_128x128/1f692.png b/assets/png_128x128/1f692.png index 68b28f200..95accbd73 100644 Binary files a/assets/png_128x128/1f692.png and b/assets/png_128x128/1f692.png differ diff --git a/assets/png_128x128/1f693.png b/assets/png_128x128/1f693.png index 1f50f526e..bf0e8f3d9 100644 Binary files a/assets/png_128x128/1f693.png and b/assets/png_128x128/1f693.png differ diff --git a/assets/png_128x128/1f694.png b/assets/png_128x128/1f694.png index 141fc33b2..9592c7895 100644 Binary files a/assets/png_128x128/1f694.png and b/assets/png_128x128/1f694.png differ diff --git a/assets/png_128x128/1f695.png b/assets/png_128x128/1f695.png index 96413b61a..20eb50fe5 100644 Binary files a/assets/png_128x128/1f695.png and b/assets/png_128x128/1f695.png differ diff --git a/assets/png_128x128/1f696.png b/assets/png_128x128/1f696.png index 70c55ce32..c9165edff 100644 Binary files a/assets/png_128x128/1f696.png and b/assets/png_128x128/1f696.png differ diff --git a/assets/png_128x128/1f697.png b/assets/png_128x128/1f697.png index 8b266e05c..bf3c53e5d 100644 Binary files a/assets/png_128x128/1f697.png and b/assets/png_128x128/1f697.png differ diff --git a/assets/png_128x128/1f698.png b/assets/png_128x128/1f698.png index c3344224a..ce1c84c10 100644 Binary files a/assets/png_128x128/1f698.png and b/assets/png_128x128/1f698.png differ diff --git a/assets/png_128x128/1f699.png b/assets/png_128x128/1f699.png index 0e7c368cb..19fd26c0b 100644 Binary files a/assets/png_128x128/1f699.png and b/assets/png_128x128/1f699.png differ diff --git a/assets/png_128x128/1f69a.png b/assets/png_128x128/1f69a.png index 8ae804af0..9e320f960 100644 Binary files a/assets/png_128x128/1f69a.png and b/assets/png_128x128/1f69a.png differ diff --git a/assets/png_128x128/1f69b.png b/assets/png_128x128/1f69b.png index a5abd41c1..83d7c5216 100644 Binary files a/assets/png_128x128/1f69b.png and b/assets/png_128x128/1f69b.png differ diff --git a/assets/png_128x128/1f69c.png b/assets/png_128x128/1f69c.png index a8687e5a2..c202f374d 100644 Binary files a/assets/png_128x128/1f69c.png and b/assets/png_128x128/1f69c.png differ diff --git a/assets/png_128x128/1f69d.png b/assets/png_128x128/1f69d.png index ea5cfb0a1..a11896b00 100644 Binary files a/assets/png_128x128/1f69d.png and b/assets/png_128x128/1f69d.png differ diff --git a/assets/png_128x128/1f69e.png b/assets/png_128x128/1f69e.png index 0eb201a7e..bf370e5f7 100644 Binary files a/assets/png_128x128/1f69e.png and b/assets/png_128x128/1f69e.png differ diff --git a/assets/png_128x128/1f69f.png b/assets/png_128x128/1f69f.png index 1870f5c5e..d68a727b9 100644 Binary files a/assets/png_128x128/1f69f.png and b/assets/png_128x128/1f69f.png differ diff --git a/assets/png_128x128/1f6a0.png b/assets/png_128x128/1f6a0.png index 40f66c3e7..4aa6f693a 100644 Binary files a/assets/png_128x128/1f6a0.png and b/assets/png_128x128/1f6a0.png differ diff --git a/assets/png_128x128/1f6a1.png b/assets/png_128x128/1f6a1.png index 897e71714..4230199bd 100644 Binary files a/assets/png_128x128/1f6a1.png and b/assets/png_128x128/1f6a1.png differ diff --git a/assets/png_128x128/1f6a2.png b/assets/png_128x128/1f6a2.png index 7a1e07ee0..eda0f44e0 100644 Binary files a/assets/png_128x128/1f6a2.png and b/assets/png_128x128/1f6a2.png differ diff --git a/assets/png_128x128/1f6a3-1f3fb.png b/assets/png_128x128/1f6a3-1f3fb.png index bae886d09..3d1f62ee2 100644 Binary files a/assets/png_128x128/1f6a3-1f3fb.png and b/assets/png_128x128/1f6a3-1f3fb.png differ diff --git a/assets/png_128x128/1f6a3-1f3fc.png b/assets/png_128x128/1f6a3-1f3fc.png index 39269fbb9..51c4382cd 100644 Binary files a/assets/png_128x128/1f6a3-1f3fc.png and b/assets/png_128x128/1f6a3-1f3fc.png differ diff --git a/assets/png_128x128/1f6a3-1f3fd.png b/assets/png_128x128/1f6a3-1f3fd.png index e85d84b74..36262d19d 100644 Binary files a/assets/png_128x128/1f6a3-1f3fd.png and b/assets/png_128x128/1f6a3-1f3fd.png differ diff --git a/assets/png_128x128/1f6a3-1f3fe.png b/assets/png_128x128/1f6a3-1f3fe.png index 7e437a07a..1c7891fed 100644 Binary files a/assets/png_128x128/1f6a3-1f3fe.png and b/assets/png_128x128/1f6a3-1f3fe.png differ diff --git a/assets/png_128x128/1f6a3-1f3ff.png b/assets/png_128x128/1f6a3-1f3ff.png index c5e7a3c7d..4a2c2f0d1 100644 Binary files a/assets/png_128x128/1f6a3-1f3ff.png and b/assets/png_128x128/1f6a3-1f3ff.png differ diff --git a/assets/png_128x128/1f6a3.png b/assets/png_128x128/1f6a3.png index 495f668a1..e3bec25d4 100644 Binary files a/assets/png_128x128/1f6a3.png and b/assets/png_128x128/1f6a3.png differ diff --git a/assets/png_128x128/1f6a4.png b/assets/png_128x128/1f6a4.png index 2f5ea904a..bb34594f4 100644 Binary files a/assets/png_128x128/1f6a4.png and b/assets/png_128x128/1f6a4.png differ diff --git a/assets/png_128x128/1f6a5.png b/assets/png_128x128/1f6a5.png index 574dd6ab6..774de9ad4 100644 Binary files a/assets/png_128x128/1f6a5.png and b/assets/png_128x128/1f6a5.png differ diff --git a/assets/png_128x128/1f6a6.png b/assets/png_128x128/1f6a6.png index 8e7d95d52..77be610cc 100644 Binary files a/assets/png_128x128/1f6a6.png and b/assets/png_128x128/1f6a6.png differ diff --git a/assets/png_128x128/1f6a7.png b/assets/png_128x128/1f6a7.png index c3bafad7c..b11c025dc 100644 Binary files a/assets/png_128x128/1f6a7.png and b/assets/png_128x128/1f6a7.png differ diff --git a/assets/png_128x128/1f6a8.png b/assets/png_128x128/1f6a8.png index 01ff51bea..834ac8916 100644 Binary files a/assets/png_128x128/1f6a8.png and b/assets/png_128x128/1f6a8.png differ diff --git a/assets/png_128x128/1f6a9.png b/assets/png_128x128/1f6a9.png index a8571470b..7ff28a527 100644 Binary files a/assets/png_128x128/1f6a9.png and b/assets/png_128x128/1f6a9.png differ diff --git a/assets/png_128x128/1f6aa.png b/assets/png_128x128/1f6aa.png index 7965437d5..557173725 100644 Binary files a/assets/png_128x128/1f6aa.png and b/assets/png_128x128/1f6aa.png differ diff --git a/assets/png_128x128/1f6ab.png b/assets/png_128x128/1f6ab.png index 2aa60e842..dcf7dea5b 100644 Binary files a/assets/png_128x128/1f6ab.png and b/assets/png_128x128/1f6ab.png differ diff --git a/assets/png_128x128/1f6ac.png b/assets/png_128x128/1f6ac.png index bb7e3cdcf..142a4f40d 100644 Binary files a/assets/png_128x128/1f6ac.png and b/assets/png_128x128/1f6ac.png differ diff --git a/assets/png_128x128/1f6ad.png b/assets/png_128x128/1f6ad.png index 633617d6d..ed4f96a4e 100644 Binary files a/assets/png_128x128/1f6ad.png and b/assets/png_128x128/1f6ad.png differ diff --git a/assets/png_128x128/1f6ae.png b/assets/png_128x128/1f6ae.png index 4f7842a9e..2d958b09c 100644 Binary files a/assets/png_128x128/1f6ae.png and b/assets/png_128x128/1f6ae.png differ diff --git a/assets/png_128x128/1f6af.png b/assets/png_128x128/1f6af.png index 5b66d3e05..683b9ad5c 100644 Binary files a/assets/png_128x128/1f6af.png and b/assets/png_128x128/1f6af.png differ diff --git a/assets/png_128x128/1f6b0.png b/assets/png_128x128/1f6b0.png index 52733e7d2..868c6edcf 100644 Binary files a/assets/png_128x128/1f6b0.png and b/assets/png_128x128/1f6b0.png differ diff --git a/assets/png_128x128/1f6b1.png b/assets/png_128x128/1f6b1.png index 58a24124d..e579ddd01 100644 Binary files a/assets/png_128x128/1f6b1.png and b/assets/png_128x128/1f6b1.png differ diff --git a/assets/png_128x128/1f6b2.png b/assets/png_128x128/1f6b2.png index 2af10092f..7ce496dbc 100644 Binary files a/assets/png_128x128/1f6b2.png and b/assets/png_128x128/1f6b2.png differ diff --git a/assets/png_128x128/1f6b3.png b/assets/png_128x128/1f6b3.png index 3b07177ac..d87a1fa0b 100644 Binary files a/assets/png_128x128/1f6b3.png and b/assets/png_128x128/1f6b3.png differ diff --git a/assets/png_128x128/1f6b4-1f3fb.png b/assets/png_128x128/1f6b4-1f3fb.png index edfa5cc11..4b28fe854 100644 Binary files a/assets/png_128x128/1f6b4-1f3fb.png and b/assets/png_128x128/1f6b4-1f3fb.png differ diff --git a/assets/png_128x128/1f6b4-1f3fc.png b/assets/png_128x128/1f6b4-1f3fc.png index 6bb3aef92..8a1b859e1 100644 Binary files a/assets/png_128x128/1f6b4-1f3fc.png and b/assets/png_128x128/1f6b4-1f3fc.png differ diff --git a/assets/png_128x128/1f6b4-1f3fd.png b/assets/png_128x128/1f6b4-1f3fd.png index 94b0e194f..2bba06b5f 100644 Binary files a/assets/png_128x128/1f6b4-1f3fd.png and b/assets/png_128x128/1f6b4-1f3fd.png differ diff --git a/assets/png_128x128/1f6b4-1f3fe.png b/assets/png_128x128/1f6b4-1f3fe.png index d3758fa2c..8002925e5 100644 Binary files a/assets/png_128x128/1f6b4-1f3fe.png and b/assets/png_128x128/1f6b4-1f3fe.png differ diff --git a/assets/png_128x128/1f6b4-1f3ff.png b/assets/png_128x128/1f6b4-1f3ff.png index 900d4d29b..e93c72b61 100644 Binary files a/assets/png_128x128/1f6b4-1f3ff.png and b/assets/png_128x128/1f6b4-1f3ff.png differ diff --git a/assets/png_128x128/1f6b4.png b/assets/png_128x128/1f6b4.png index 963dd831a..cfe10fd28 100644 Binary files a/assets/png_128x128/1f6b4.png and b/assets/png_128x128/1f6b4.png differ diff --git a/assets/png_128x128/1f6b5-1f3fb.png b/assets/png_128x128/1f6b5-1f3fb.png index aea1af2bf..810860e96 100644 Binary files a/assets/png_128x128/1f6b5-1f3fb.png and b/assets/png_128x128/1f6b5-1f3fb.png differ diff --git a/assets/png_128x128/1f6b5-1f3fc.png b/assets/png_128x128/1f6b5-1f3fc.png index f7fecc1b5..a47944fea 100644 Binary files a/assets/png_128x128/1f6b5-1f3fc.png and b/assets/png_128x128/1f6b5-1f3fc.png differ diff --git a/assets/png_128x128/1f6b5-1f3fd.png b/assets/png_128x128/1f6b5-1f3fd.png index 9b00af493..c35bf3891 100644 Binary files a/assets/png_128x128/1f6b5-1f3fd.png and b/assets/png_128x128/1f6b5-1f3fd.png differ diff --git a/assets/png_128x128/1f6b5-1f3fe.png b/assets/png_128x128/1f6b5-1f3fe.png index 3aba44119..d8c16dbe0 100644 Binary files a/assets/png_128x128/1f6b5-1f3fe.png and b/assets/png_128x128/1f6b5-1f3fe.png differ diff --git a/assets/png_128x128/1f6b5-1f3ff.png b/assets/png_128x128/1f6b5-1f3ff.png index 57fe18c4e..14bc09eb7 100644 Binary files a/assets/png_128x128/1f6b5-1f3ff.png and b/assets/png_128x128/1f6b5-1f3ff.png differ diff --git a/assets/png_128x128/1f6b5.png b/assets/png_128x128/1f6b5.png index fc1a250ea..92f32afea 100644 Binary files a/assets/png_128x128/1f6b5.png and b/assets/png_128x128/1f6b5.png differ diff --git a/assets/png_128x128/1f6b6-1f3fb.png b/assets/png_128x128/1f6b6-1f3fb.png index 7ae6d2286..920112ed3 100644 Binary files a/assets/png_128x128/1f6b6-1f3fb.png and b/assets/png_128x128/1f6b6-1f3fb.png differ diff --git a/assets/png_128x128/1f6b6-1f3fc.png b/assets/png_128x128/1f6b6-1f3fc.png index 31c87d945..00243acfc 100644 Binary files a/assets/png_128x128/1f6b6-1f3fc.png and b/assets/png_128x128/1f6b6-1f3fc.png differ diff --git a/assets/png_128x128/1f6b6-1f3fd.png b/assets/png_128x128/1f6b6-1f3fd.png index f68628924..ddc1c75a9 100644 Binary files a/assets/png_128x128/1f6b6-1f3fd.png and b/assets/png_128x128/1f6b6-1f3fd.png differ diff --git a/assets/png_128x128/1f6b6-1f3fe.png b/assets/png_128x128/1f6b6-1f3fe.png index 9c50a11cf..1181f165f 100644 Binary files a/assets/png_128x128/1f6b6-1f3fe.png and b/assets/png_128x128/1f6b6-1f3fe.png differ diff --git a/assets/png_128x128/1f6b6-1f3ff.png b/assets/png_128x128/1f6b6-1f3ff.png index 4ed6c4594..604744872 100644 Binary files a/assets/png_128x128/1f6b6-1f3ff.png and b/assets/png_128x128/1f6b6-1f3ff.png differ diff --git a/assets/png_128x128/1f6b6.png b/assets/png_128x128/1f6b6.png index 9cf0ccac0..2568925b4 100644 Binary files a/assets/png_128x128/1f6b6.png and b/assets/png_128x128/1f6b6.png differ diff --git a/assets/png_128x128/1f6b7.png b/assets/png_128x128/1f6b7.png index 5689fc16d..e8e3957ac 100644 Binary files a/assets/png_128x128/1f6b7.png and b/assets/png_128x128/1f6b7.png differ diff --git a/assets/png_128x128/1f6b8.png b/assets/png_128x128/1f6b8.png index 9ddfe41f3..40a08ba0f 100644 Binary files a/assets/png_128x128/1f6b8.png and b/assets/png_128x128/1f6b8.png differ diff --git a/assets/png_128x128/1f6b9.png b/assets/png_128x128/1f6b9.png index d3ab7b9aa..2665cfd86 100644 Binary files a/assets/png_128x128/1f6b9.png and b/assets/png_128x128/1f6b9.png differ diff --git a/assets/png_128x128/1f6ba.png b/assets/png_128x128/1f6ba.png index 615a97590..a85da6608 100644 Binary files a/assets/png_128x128/1f6ba.png and b/assets/png_128x128/1f6ba.png differ diff --git a/assets/png_128x128/1f6bb.png b/assets/png_128x128/1f6bb.png index 16bfcd48f..5b1dd33e3 100644 Binary files a/assets/png_128x128/1f6bb.png and b/assets/png_128x128/1f6bb.png differ diff --git a/assets/png_128x128/1f6bc.png b/assets/png_128x128/1f6bc.png index 7bc5af8fc..43d1e6039 100644 Binary files a/assets/png_128x128/1f6bc.png and b/assets/png_128x128/1f6bc.png differ diff --git a/assets/png_128x128/1f6bd.png b/assets/png_128x128/1f6bd.png index 382cc623a..e0cd7eb56 100644 Binary files a/assets/png_128x128/1f6bd.png and b/assets/png_128x128/1f6bd.png differ diff --git a/assets/png_128x128/1f6be.png b/assets/png_128x128/1f6be.png index 57449a276..0ac21a823 100644 Binary files a/assets/png_128x128/1f6be.png and b/assets/png_128x128/1f6be.png differ diff --git a/assets/png_128x128/1f6bf.png b/assets/png_128x128/1f6bf.png index c4ad413ea..49cda5bd5 100644 Binary files a/assets/png_128x128/1f6bf.png and b/assets/png_128x128/1f6bf.png differ diff --git a/assets/png_128x128/1f6c0-1f3fb.png b/assets/png_128x128/1f6c0-1f3fb.png index 9ec2e7694..7df75b594 100644 Binary files a/assets/png_128x128/1f6c0-1f3fb.png and b/assets/png_128x128/1f6c0-1f3fb.png differ diff --git a/assets/png_128x128/1f6c0-1f3fc.png b/assets/png_128x128/1f6c0-1f3fc.png index 7692dca69..ec4858e86 100644 Binary files a/assets/png_128x128/1f6c0-1f3fc.png and b/assets/png_128x128/1f6c0-1f3fc.png differ diff --git a/assets/png_128x128/1f6c0-1f3fd.png b/assets/png_128x128/1f6c0-1f3fd.png index 437c0b6f2..5b0523bce 100644 Binary files a/assets/png_128x128/1f6c0-1f3fd.png and b/assets/png_128x128/1f6c0-1f3fd.png differ diff --git a/assets/png_128x128/1f6c0-1f3fe.png b/assets/png_128x128/1f6c0-1f3fe.png index 448e6c9bf..70e0a6db0 100644 Binary files a/assets/png_128x128/1f6c0-1f3fe.png and b/assets/png_128x128/1f6c0-1f3fe.png differ diff --git a/assets/png_128x128/1f6c0-1f3ff.png b/assets/png_128x128/1f6c0-1f3ff.png index d7225ba92..c00f1a4a0 100644 Binary files a/assets/png_128x128/1f6c0-1f3ff.png and b/assets/png_128x128/1f6c0-1f3ff.png differ diff --git a/assets/png_128x128/1f6c0.png b/assets/png_128x128/1f6c0.png index 379bf2095..17c5a8d96 100644 Binary files a/assets/png_128x128/1f6c0.png and b/assets/png_128x128/1f6c0.png differ diff --git a/assets/png_128x128/1f6c1.png b/assets/png_128x128/1f6c1.png index f1a1c7068..72d0102fd 100644 Binary files a/assets/png_128x128/1f6c1.png and b/assets/png_128x128/1f6c1.png differ diff --git a/assets/png_128x128/1f6c2.png b/assets/png_128x128/1f6c2.png index a7ae9ebd8..a4d99b6d8 100644 Binary files a/assets/png_128x128/1f6c2.png and b/assets/png_128x128/1f6c2.png differ diff --git a/assets/png_128x128/1f6c3.png b/assets/png_128x128/1f6c3.png index 4a2eafc8f..5a75660f9 100644 Binary files a/assets/png_128x128/1f6c3.png and b/assets/png_128x128/1f6c3.png differ diff --git a/assets/png_128x128/1f6c4.png b/assets/png_128x128/1f6c4.png index d9160cad6..f7e3cab9a 100644 Binary files a/assets/png_128x128/1f6c4.png and b/assets/png_128x128/1f6c4.png differ diff --git a/assets/png_128x128/1f6c5.png b/assets/png_128x128/1f6c5.png index a247d39da..4f413173f 100644 Binary files a/assets/png_128x128/1f6c5.png and b/assets/png_128x128/1f6c5.png differ diff --git a/assets/png_128x128/1f6cb.png b/assets/png_128x128/1f6cb.png index 8fdf1577b..2370ce411 100644 Binary files a/assets/png_128x128/1f6cb.png and b/assets/png_128x128/1f6cb.png differ diff --git a/assets/png_128x128/1f6cc.png b/assets/png_128x128/1f6cc.png index b241f2745..5397f5fd8 100644 Binary files a/assets/png_128x128/1f6cc.png and b/assets/png_128x128/1f6cc.png differ diff --git a/assets/png_128x128/1f6cd.png b/assets/png_128x128/1f6cd.png index 85e0b1d9b..d4968c373 100644 Binary files a/assets/png_128x128/1f6cd.png and b/assets/png_128x128/1f6cd.png differ diff --git a/assets/png_128x128/1f6ce.png b/assets/png_128x128/1f6ce.png index 7e955783a..d94dd90c1 100644 Binary files a/assets/png_128x128/1f6ce.png and b/assets/png_128x128/1f6ce.png differ diff --git a/assets/png_128x128/1f6cf.png b/assets/png_128x128/1f6cf.png index f954ccb3e..a26a5eb87 100644 Binary files a/assets/png_128x128/1f6cf.png and b/assets/png_128x128/1f6cf.png differ diff --git a/assets/png_128x128/1f6d0.png b/assets/png_128x128/1f6d0.png index abf271ba6..6c3a655d6 100644 Binary files a/assets/png_128x128/1f6d0.png and b/assets/png_128x128/1f6d0.png differ diff --git a/assets/png_128x128/1f6e0.png b/assets/png_128x128/1f6e0.png index 14d824b21..4c919aa73 100644 Binary files a/assets/png_128x128/1f6e0.png and b/assets/png_128x128/1f6e0.png differ diff --git a/assets/png_128x128/1f6e1.png b/assets/png_128x128/1f6e1.png index cf56d2e6b..e18444255 100644 Binary files a/assets/png_128x128/1f6e1.png and b/assets/png_128x128/1f6e1.png differ diff --git a/assets/png_128x128/1f6e2.png b/assets/png_128x128/1f6e2.png index e12ddd3e4..dcb06de83 100644 Binary files a/assets/png_128x128/1f6e2.png and b/assets/png_128x128/1f6e2.png differ diff --git a/assets/png_128x128/1f6e3.png b/assets/png_128x128/1f6e3.png index 1f426c45b..1a6df9ec3 100644 Binary files a/assets/png_128x128/1f6e3.png and b/assets/png_128x128/1f6e3.png differ diff --git a/assets/png_128x128/1f6e4.png b/assets/png_128x128/1f6e4.png index 54ed5b9d7..317ec8abc 100644 Binary files a/assets/png_128x128/1f6e4.png and b/assets/png_128x128/1f6e4.png differ diff --git a/assets/png_128x128/1f6e5.png b/assets/png_128x128/1f6e5.png index e8b0e9638..043c0e28f 100644 Binary files a/assets/png_128x128/1f6e5.png and b/assets/png_128x128/1f6e5.png differ diff --git a/assets/png_128x128/1f6e9.png b/assets/png_128x128/1f6e9.png index e8a15cb8c..91a807446 100644 Binary files a/assets/png_128x128/1f6e9.png and b/assets/png_128x128/1f6e9.png differ diff --git a/assets/png_128x128/1f6eb.png b/assets/png_128x128/1f6eb.png index 043ee8029..646b454dc 100644 Binary files a/assets/png_128x128/1f6eb.png and b/assets/png_128x128/1f6eb.png differ diff --git a/assets/png_128x128/1f6ec.png b/assets/png_128x128/1f6ec.png index d8a3defe2..e6fd3548c 100644 Binary files a/assets/png_128x128/1f6ec.png and b/assets/png_128x128/1f6ec.png differ diff --git a/assets/png_128x128/1f6f0.png b/assets/png_128x128/1f6f0.png index b03e1df1c..41814aa91 100644 Binary files a/assets/png_128x128/1f6f0.png and b/assets/png_128x128/1f6f0.png differ diff --git a/assets/png_128x128/1f6f3.png b/assets/png_128x128/1f6f3.png index 88d19f483..c653035d0 100644 Binary files a/assets/png_128x128/1f6f3.png and b/assets/png_128x128/1f6f3.png differ diff --git a/assets/png_128x128/1f910.png b/assets/png_128x128/1f910.png index af4cd54c6..8b02db861 100644 Binary files a/assets/png_128x128/1f910.png and b/assets/png_128x128/1f910.png differ diff --git a/assets/png_128x128/1f911.png b/assets/png_128x128/1f911.png index 77090a035..c891ecb6d 100644 Binary files a/assets/png_128x128/1f911.png and b/assets/png_128x128/1f911.png differ diff --git a/assets/png_128x128/1f912.png b/assets/png_128x128/1f912.png index e28b07967..8604ab458 100644 Binary files a/assets/png_128x128/1f912.png and b/assets/png_128x128/1f912.png differ diff --git a/assets/png_128x128/1f913.png b/assets/png_128x128/1f913.png index 1e3a89032..1e7cc0b89 100644 Binary files a/assets/png_128x128/1f913.png and b/assets/png_128x128/1f913.png differ diff --git a/assets/png_128x128/1f914.png b/assets/png_128x128/1f914.png index 1e744bf0d..2715f9bd1 100644 Binary files a/assets/png_128x128/1f914.png and b/assets/png_128x128/1f914.png differ diff --git a/assets/png_128x128/1f915.png b/assets/png_128x128/1f915.png index 8bb60327f..5acd999c8 100644 Binary files a/assets/png_128x128/1f915.png and b/assets/png_128x128/1f915.png differ diff --git a/assets/png_128x128/1f916.png b/assets/png_128x128/1f916.png index da4c26a35..8bf2220ea 100644 Binary files a/assets/png_128x128/1f916.png and b/assets/png_128x128/1f916.png differ diff --git a/assets/png_128x128/1f917.png b/assets/png_128x128/1f917.png index f75250b33..f458fc547 100644 Binary files a/assets/png_128x128/1f917.png and b/assets/png_128x128/1f917.png differ diff --git a/assets/png_128x128/1f918-1f3fb.png b/assets/png_128x128/1f918-1f3fb.png index 906c9652e..00c350a5e 100644 Binary files a/assets/png_128x128/1f918-1f3fb.png and b/assets/png_128x128/1f918-1f3fb.png differ diff --git a/assets/png_128x128/1f918-1f3fc.png b/assets/png_128x128/1f918-1f3fc.png index 62c4e3ebe..dae0da041 100644 Binary files a/assets/png_128x128/1f918-1f3fc.png and b/assets/png_128x128/1f918-1f3fc.png differ diff --git a/assets/png_128x128/1f918-1f3fd.png b/assets/png_128x128/1f918-1f3fd.png index eda12d4ca..86ef0d57e 100644 Binary files a/assets/png_128x128/1f918-1f3fd.png and b/assets/png_128x128/1f918-1f3fd.png differ diff --git a/assets/png_128x128/1f918-1f3fe.png b/assets/png_128x128/1f918-1f3fe.png index 2aff6eebf..93064e6fe 100644 Binary files a/assets/png_128x128/1f918-1f3fe.png and b/assets/png_128x128/1f918-1f3fe.png differ diff --git a/assets/png_128x128/1f918-1f3ff.png b/assets/png_128x128/1f918-1f3ff.png index 0b1caa617..e38ad191d 100644 Binary files a/assets/png_128x128/1f918-1f3ff.png and b/assets/png_128x128/1f918-1f3ff.png differ diff --git a/assets/png_128x128/1f918.png b/assets/png_128x128/1f918.png index f9d736313..8d6e84df1 100644 Binary files a/assets/png_128x128/1f918.png and b/assets/png_128x128/1f918.png differ diff --git a/assets/png_128x128/1f980.png b/assets/png_128x128/1f980.png index 19d59c510..131793391 100644 Binary files a/assets/png_128x128/1f980.png and b/assets/png_128x128/1f980.png differ diff --git a/assets/png_128x128/1f981.png b/assets/png_128x128/1f981.png index 3220f0efc..9fed1d926 100644 Binary files a/assets/png_128x128/1f981.png and b/assets/png_128x128/1f981.png differ diff --git a/assets/png_128x128/1f982.png b/assets/png_128x128/1f982.png index 7cacf3a4c..891fd4d14 100644 Binary files a/assets/png_128x128/1f982.png and b/assets/png_128x128/1f982.png differ diff --git a/assets/png_128x128/1f983.png b/assets/png_128x128/1f983.png index 360734146..74d432682 100644 Binary files a/assets/png_128x128/1f983.png and b/assets/png_128x128/1f983.png differ diff --git a/assets/png_128x128/1f984.png b/assets/png_128x128/1f984.png index bffd3e805..14bebd865 100644 Binary files a/assets/png_128x128/1f984.png and b/assets/png_128x128/1f984.png differ diff --git a/assets/png_128x128/1f9c0.png b/assets/png_128x128/1f9c0.png index 6e741445d..33b159d8f 100644 Binary files a/assets/png_128x128/1f9c0.png and b/assets/png_128x128/1f9c0.png differ diff --git a/assets/png_128x128/203c.png b/assets/png_128x128/203c.png index caf5770c8..7a2179c73 100644 Binary files a/assets/png_128x128/203c.png and b/assets/png_128x128/203c.png differ diff --git a/assets/png_128x128/2049.png b/assets/png_128x128/2049.png index 96b0bb698..595bc377c 100644 Binary files a/assets/png_128x128/2049.png and b/assets/png_128x128/2049.png differ diff --git a/assets/png_128x128/2122.png b/assets/png_128x128/2122.png index 8cbcd6a09..875e35b0b 100644 Binary files a/assets/png_128x128/2122.png and b/assets/png_128x128/2122.png differ diff --git a/assets/png_128x128/2139.png b/assets/png_128x128/2139.png index f45ffeaa2..d075b907a 100644 Binary files a/assets/png_128x128/2139.png and b/assets/png_128x128/2139.png differ diff --git a/assets/png_128x128/2194.png b/assets/png_128x128/2194.png index 8f2821d47..cb0c0fc83 100644 Binary files a/assets/png_128x128/2194.png and b/assets/png_128x128/2194.png differ diff --git a/assets/png_128x128/2195.png b/assets/png_128x128/2195.png index 43b9516cd..758dd9104 100644 Binary files a/assets/png_128x128/2195.png and b/assets/png_128x128/2195.png differ diff --git a/assets/png_128x128/2196.png b/assets/png_128x128/2196.png index 21d4d356e..a4a7ad8d5 100644 Binary files a/assets/png_128x128/2196.png and b/assets/png_128x128/2196.png differ diff --git a/assets/png_128x128/2197.png b/assets/png_128x128/2197.png index a4522a5eb..049dca9bb 100644 Binary files a/assets/png_128x128/2197.png and b/assets/png_128x128/2197.png differ diff --git a/assets/png_128x128/2198.png b/assets/png_128x128/2198.png index d4cc60adb..6c9148e0a 100644 Binary files a/assets/png_128x128/2198.png and b/assets/png_128x128/2198.png differ diff --git a/assets/png_128x128/2199.png b/assets/png_128x128/2199.png index 5bde24002..6996c29f5 100644 Binary files a/assets/png_128x128/2199.png and b/assets/png_128x128/2199.png differ diff --git a/assets/png_128x128/21a9.png b/assets/png_128x128/21a9.png index 8ccdaedcb..09ee74d73 100644 Binary files a/assets/png_128x128/21a9.png and b/assets/png_128x128/21a9.png differ diff --git a/assets/png_128x128/21aa.png b/assets/png_128x128/21aa.png index b73eff00e..35094cad5 100644 Binary files a/assets/png_128x128/21aa.png and b/assets/png_128x128/21aa.png differ diff --git a/assets/png_128x128/231a.png b/assets/png_128x128/231a.png index 336667448..50633aead 100644 Binary files a/assets/png_128x128/231a.png and b/assets/png_128x128/231a.png differ diff --git a/assets/png_128x128/231b.png b/assets/png_128x128/231b.png index 372f42519..91c73afc7 100644 Binary files a/assets/png_128x128/231b.png and b/assets/png_128x128/231b.png differ diff --git a/assets/png_128x128/2328.png b/assets/png_128x128/2328.png index 578de6766..c8178c6a8 100644 Binary files a/assets/png_128x128/2328.png and b/assets/png_128x128/2328.png differ diff --git a/assets/png_128x128/23e9.png b/assets/png_128x128/23e9.png index ef2b148ba..32c20cdbf 100644 Binary files a/assets/png_128x128/23e9.png and b/assets/png_128x128/23e9.png differ diff --git a/assets/png_128x128/23ea.png b/assets/png_128x128/23ea.png index e2a86f8bd..167d7cf3f 100644 Binary files a/assets/png_128x128/23ea.png and b/assets/png_128x128/23ea.png differ diff --git a/assets/png_128x128/23eb.png b/assets/png_128x128/23eb.png index 856c0a68b..bab252776 100644 Binary files a/assets/png_128x128/23eb.png and b/assets/png_128x128/23eb.png differ diff --git a/assets/png_128x128/23ec.png b/assets/png_128x128/23ec.png index 90c1ce347..8d259b168 100644 Binary files a/assets/png_128x128/23ec.png and b/assets/png_128x128/23ec.png differ diff --git a/assets/png_128x128/23ed.png b/assets/png_128x128/23ed.png index e61b62e4b..f059a0f17 100644 Binary files a/assets/png_128x128/23ed.png and b/assets/png_128x128/23ed.png differ diff --git a/assets/png_128x128/23ee.png b/assets/png_128x128/23ee.png index 0d421896b..e2f4541d3 100644 Binary files a/assets/png_128x128/23ee.png and b/assets/png_128x128/23ee.png differ diff --git a/assets/png_128x128/23ef.png b/assets/png_128x128/23ef.png index 4b22b73f4..c3e770f07 100644 Binary files a/assets/png_128x128/23ef.png and b/assets/png_128x128/23ef.png differ diff --git a/assets/png_128x128/23f0.png b/assets/png_128x128/23f0.png index 1234cdfe3..10459a0b7 100644 Binary files a/assets/png_128x128/23f0.png and b/assets/png_128x128/23f0.png differ diff --git a/assets/png_128x128/23f1.png b/assets/png_128x128/23f1.png index c2e861830..eb557df2d 100644 Binary files a/assets/png_128x128/23f1.png and b/assets/png_128x128/23f1.png differ diff --git a/assets/png_128x128/23f2.png b/assets/png_128x128/23f2.png index 1578ee526..ce1bcaec6 100644 Binary files a/assets/png_128x128/23f2.png and b/assets/png_128x128/23f2.png differ diff --git a/assets/png_128x128/23f3.png b/assets/png_128x128/23f3.png index 4219bb250..1f61ebd62 100644 Binary files a/assets/png_128x128/23f3.png and b/assets/png_128x128/23f3.png differ diff --git a/assets/png_128x128/23f8.png b/assets/png_128x128/23f8.png index 7a7218ef7..261ded0be 100644 Binary files a/assets/png_128x128/23f8.png and b/assets/png_128x128/23f8.png differ diff --git a/assets/png_128x128/23f9.png b/assets/png_128x128/23f9.png index 5dbf05ad3..d32bcc5ce 100644 Binary files a/assets/png_128x128/23f9.png and b/assets/png_128x128/23f9.png differ diff --git a/assets/png_128x128/23fa.png b/assets/png_128x128/23fa.png index 0792a92fd..5d198612a 100644 Binary files a/assets/png_128x128/23fa.png and b/assets/png_128x128/23fa.png differ diff --git a/assets/png_128x128/24c2.png b/assets/png_128x128/24c2.png index 481b3dcdc..7ecf9fad5 100644 Binary files a/assets/png_128x128/24c2.png and b/assets/png_128x128/24c2.png differ diff --git a/assets/png_128x128/25aa.png b/assets/png_128x128/25aa.png index fdfb538fc..829c0472b 100644 Binary files a/assets/png_128x128/25aa.png and b/assets/png_128x128/25aa.png differ diff --git a/assets/png_128x128/25ab.png b/assets/png_128x128/25ab.png index bda532957..fdd79cabb 100644 Binary files a/assets/png_128x128/25ab.png and b/assets/png_128x128/25ab.png differ diff --git a/assets/png_128x128/25b6.png b/assets/png_128x128/25b6.png index b2ecaf392..c78132070 100644 Binary files a/assets/png_128x128/25b6.png and b/assets/png_128x128/25b6.png differ diff --git a/assets/png_128x128/25c0.png b/assets/png_128x128/25c0.png index 0708994cc..34d0e6070 100644 Binary files a/assets/png_128x128/25c0.png and b/assets/png_128x128/25c0.png differ diff --git a/assets/png_128x128/25fb.png b/assets/png_128x128/25fb.png index bb882010c..957aed8ad 100644 Binary files a/assets/png_128x128/25fb.png and b/assets/png_128x128/25fb.png differ diff --git a/assets/png_128x128/25fc.png b/assets/png_128x128/25fc.png index 282c3d4c3..7a20632ba 100644 Binary files a/assets/png_128x128/25fc.png and b/assets/png_128x128/25fc.png differ diff --git a/assets/png_128x128/25fd.png b/assets/png_128x128/25fd.png index c84986c83..b5f66eb44 100644 Binary files a/assets/png_128x128/25fd.png and b/assets/png_128x128/25fd.png differ diff --git a/assets/png_128x128/25fe.png b/assets/png_128x128/25fe.png index fe4df1d03..49f53193f 100644 Binary files a/assets/png_128x128/25fe.png and b/assets/png_128x128/25fe.png differ diff --git a/assets/png_128x128/2600.png b/assets/png_128x128/2600.png index ea182702d..91668ef15 100644 Binary files a/assets/png_128x128/2600.png and b/assets/png_128x128/2600.png differ diff --git a/assets/png_128x128/2601.png b/assets/png_128x128/2601.png index ca3c2d9c2..b589fcb22 100644 Binary files a/assets/png_128x128/2601.png and b/assets/png_128x128/2601.png differ diff --git a/assets/png_128x128/2602.png b/assets/png_128x128/2602.png index 04161bb82..df748ea5b 100644 Binary files a/assets/png_128x128/2602.png and b/assets/png_128x128/2602.png differ diff --git a/assets/png_128x128/2603.png b/assets/png_128x128/2603.png index 5c3c3f5e8..2d65fed78 100644 Binary files a/assets/png_128x128/2603.png and b/assets/png_128x128/2603.png differ diff --git a/assets/png_128x128/2604.png b/assets/png_128x128/2604.png index 0985a2071..a4e7bf2e9 100644 Binary files a/assets/png_128x128/2604.png and b/assets/png_128x128/2604.png differ diff --git a/assets/png_128x128/260e.png b/assets/png_128x128/260e.png index 188fe167b..58c27f581 100644 Binary files a/assets/png_128x128/260e.png and b/assets/png_128x128/260e.png differ diff --git a/assets/png_128x128/2611.png b/assets/png_128x128/2611.png index b54744530..737fb3785 100644 Binary files a/assets/png_128x128/2611.png and b/assets/png_128x128/2611.png differ diff --git a/assets/png_128x128/2614.png b/assets/png_128x128/2614.png index eb58ef66a..bc6863858 100644 Binary files a/assets/png_128x128/2614.png and b/assets/png_128x128/2614.png differ diff --git a/assets/png_128x128/2615.png b/assets/png_128x128/2615.png index 95a9cf283..9c745dfaf 100644 Binary files a/assets/png_128x128/2615.png and b/assets/png_128x128/2615.png differ diff --git a/assets/png_128x128/2618.png b/assets/png_128x128/2618.png index e28a68931..77208a354 100644 Binary files a/assets/png_128x128/2618.png and b/assets/png_128x128/2618.png differ diff --git a/assets/png_128x128/261d-1f3fb.png b/assets/png_128x128/261d-1f3fb.png index 4dfa125b3..b647ab694 100644 Binary files a/assets/png_128x128/261d-1f3fb.png and b/assets/png_128x128/261d-1f3fb.png differ diff --git a/assets/png_128x128/261d-1f3fc.png b/assets/png_128x128/261d-1f3fc.png index b8b7df4c8..fa20292aa 100644 Binary files a/assets/png_128x128/261d-1f3fc.png and b/assets/png_128x128/261d-1f3fc.png differ diff --git a/assets/png_128x128/261d-1f3fd.png b/assets/png_128x128/261d-1f3fd.png index 1986b27fb..937a5147d 100644 Binary files a/assets/png_128x128/261d-1f3fd.png and b/assets/png_128x128/261d-1f3fd.png differ diff --git a/assets/png_128x128/261d-1f3fe.png b/assets/png_128x128/261d-1f3fe.png index 2bb2e4001..7489e30aa 100644 Binary files a/assets/png_128x128/261d-1f3fe.png and b/assets/png_128x128/261d-1f3fe.png differ diff --git a/assets/png_128x128/261d-1f3ff.png b/assets/png_128x128/261d-1f3ff.png index 4340239ba..36049bc5a 100644 Binary files a/assets/png_128x128/261d-1f3ff.png and b/assets/png_128x128/261d-1f3ff.png differ diff --git a/assets/png_128x128/261d.png b/assets/png_128x128/261d.png index fb2b828fa..02e32950d 100644 Binary files a/assets/png_128x128/261d.png and b/assets/png_128x128/261d.png differ diff --git a/assets/png_128x128/2620.png b/assets/png_128x128/2620.png index 7ea099d34..f99c27084 100644 Binary files a/assets/png_128x128/2620.png and b/assets/png_128x128/2620.png differ diff --git a/assets/png_128x128/2622.png b/assets/png_128x128/2622.png index a6ab1217a..cecb9be62 100644 Binary files a/assets/png_128x128/2622.png and b/assets/png_128x128/2622.png differ diff --git a/assets/png_128x128/2623.png b/assets/png_128x128/2623.png index 421668341..e4aa38ed9 100644 Binary files a/assets/png_128x128/2623.png and b/assets/png_128x128/2623.png differ diff --git a/assets/png_128x128/2626.png b/assets/png_128x128/2626.png index a8c53ba10..dbb39e52f 100644 Binary files a/assets/png_128x128/2626.png and b/assets/png_128x128/2626.png differ diff --git a/assets/png_128x128/262a.png b/assets/png_128x128/262a.png index c462d718f..64fd105a2 100644 Binary files a/assets/png_128x128/262a.png and b/assets/png_128x128/262a.png differ diff --git a/assets/png_128x128/262e.png b/assets/png_128x128/262e.png index b1d0fcb91..dee9cf8ea 100644 Binary files a/assets/png_128x128/262e.png and b/assets/png_128x128/262e.png differ diff --git a/assets/png_128x128/262f.png b/assets/png_128x128/262f.png index af5b8e94f..4900f0f55 100644 Binary files a/assets/png_128x128/262f.png and b/assets/png_128x128/262f.png differ diff --git a/assets/png_128x128/2638.png b/assets/png_128x128/2638.png index 4fdd460b2..734a9c8ef 100644 Binary files a/assets/png_128x128/2638.png and b/assets/png_128x128/2638.png differ diff --git a/assets/png_128x128/2639.png b/assets/png_128x128/2639.png index 349ed34e9..275e4e53d 100644 Binary files a/assets/png_128x128/2639.png and b/assets/png_128x128/2639.png differ diff --git a/assets/png_128x128/263a.png b/assets/png_128x128/263a.png index bcb083ee6..0f4028fe8 100644 Binary files a/assets/png_128x128/263a.png and b/assets/png_128x128/263a.png differ diff --git a/assets/png_128x128/2648.png b/assets/png_128x128/2648.png index cfda08f3c..bdc21bd2d 100644 Binary files a/assets/png_128x128/2648.png and b/assets/png_128x128/2648.png differ diff --git a/assets/png_128x128/2649.png b/assets/png_128x128/2649.png index 9a6f3170d..b962c361b 100644 Binary files a/assets/png_128x128/2649.png and b/assets/png_128x128/2649.png differ diff --git a/assets/png_128x128/264a.png b/assets/png_128x128/264a.png index 58425f109..5c69ae50d 100644 Binary files a/assets/png_128x128/264a.png and b/assets/png_128x128/264a.png differ diff --git a/assets/png_128x128/264b.png b/assets/png_128x128/264b.png index 7d4315050..024336a2b 100644 Binary files a/assets/png_128x128/264b.png and b/assets/png_128x128/264b.png differ diff --git a/assets/png_128x128/264c.png b/assets/png_128x128/264c.png index 642261863..55f218bb6 100644 Binary files a/assets/png_128x128/264c.png and b/assets/png_128x128/264c.png differ diff --git a/assets/png_128x128/264d.png b/assets/png_128x128/264d.png index 52a8378cb..20d2889e4 100644 Binary files a/assets/png_128x128/264d.png and b/assets/png_128x128/264d.png differ diff --git a/assets/png_128x128/264e.png b/assets/png_128x128/264e.png index b32b46738..8373c0fbe 100644 Binary files a/assets/png_128x128/264e.png and b/assets/png_128x128/264e.png differ diff --git a/assets/png_128x128/264f.png b/assets/png_128x128/264f.png index 8d0effcf0..287728dfc 100644 Binary files a/assets/png_128x128/264f.png and b/assets/png_128x128/264f.png differ diff --git a/assets/png_128x128/2650.png b/assets/png_128x128/2650.png index 0ae0790a3..024000347 100644 Binary files a/assets/png_128x128/2650.png and b/assets/png_128x128/2650.png differ diff --git a/assets/png_128x128/2651.png b/assets/png_128x128/2651.png index 97a155454..fbf579b71 100644 Binary files a/assets/png_128x128/2651.png and b/assets/png_128x128/2651.png differ diff --git a/assets/png_128x128/2652.png b/assets/png_128x128/2652.png index 56117c4d1..13c5ec92d 100644 Binary files a/assets/png_128x128/2652.png and b/assets/png_128x128/2652.png differ diff --git a/assets/png_128x128/2653.png b/assets/png_128x128/2653.png index 66daf4107..18989eaf4 100644 Binary files a/assets/png_128x128/2653.png and b/assets/png_128x128/2653.png differ diff --git a/assets/png_128x128/2660.png b/assets/png_128x128/2660.png index 4e85dbe31..8d21c4a1a 100644 Binary files a/assets/png_128x128/2660.png and b/assets/png_128x128/2660.png differ diff --git a/assets/png_128x128/2663.png b/assets/png_128x128/2663.png index be5dc700e..c2048a8b4 100644 Binary files a/assets/png_128x128/2663.png and b/assets/png_128x128/2663.png differ diff --git a/assets/png_128x128/2665.png b/assets/png_128x128/2665.png index abd4e664b..05bc2e6b9 100644 Binary files a/assets/png_128x128/2665.png and b/assets/png_128x128/2665.png differ diff --git a/assets/png_128x128/2666.png b/assets/png_128x128/2666.png index 71d520b24..cd9de4b39 100644 Binary files a/assets/png_128x128/2666.png and b/assets/png_128x128/2666.png differ diff --git a/assets/png_128x128/2668.png b/assets/png_128x128/2668.png index af11e0258..d523f39ba 100644 Binary files a/assets/png_128x128/2668.png and b/assets/png_128x128/2668.png differ diff --git a/assets/png_128x128/267b.png b/assets/png_128x128/267b.png index 7c6abd2f6..350e1d44b 100644 Binary files a/assets/png_128x128/267b.png and b/assets/png_128x128/267b.png differ diff --git a/assets/png_128x128/267f.png b/assets/png_128x128/267f.png index 07c7aa1d6..576376169 100644 Binary files a/assets/png_128x128/267f.png and b/assets/png_128x128/267f.png differ diff --git a/assets/png_128x128/2692.png b/assets/png_128x128/2692.png index da76af106..3b502c86b 100644 Binary files a/assets/png_128x128/2692.png and b/assets/png_128x128/2692.png differ diff --git a/assets/png_128x128/2693.png b/assets/png_128x128/2693.png index 10a9a6f88..130587588 100644 Binary files a/assets/png_128x128/2693.png and b/assets/png_128x128/2693.png differ diff --git a/assets/png_128x128/2694.png b/assets/png_128x128/2694.png index 6ad0cc97d..d0fa3f1f9 100644 Binary files a/assets/png_128x128/2694.png and b/assets/png_128x128/2694.png differ diff --git a/assets/png_128x128/2696.png b/assets/png_128x128/2696.png index 5a86e859e..bbcde2be8 100644 Binary files a/assets/png_128x128/2696.png and b/assets/png_128x128/2696.png differ diff --git a/assets/png_128x128/2697.png b/assets/png_128x128/2697.png index 388d877aa..646e06df0 100644 Binary files a/assets/png_128x128/2697.png and b/assets/png_128x128/2697.png differ diff --git a/assets/png_128x128/2699.png b/assets/png_128x128/2699.png index f8ac4ef1e..6d5d3c34e 100644 Binary files a/assets/png_128x128/2699.png and b/assets/png_128x128/2699.png differ diff --git a/assets/png_128x128/269b.png b/assets/png_128x128/269b.png index 3552bea79..5a7b8677e 100644 Binary files a/assets/png_128x128/269b.png and b/assets/png_128x128/269b.png differ diff --git a/assets/png_128x128/269c.png b/assets/png_128x128/269c.png index ede28a6e6..358daab40 100644 Binary files a/assets/png_128x128/269c.png and b/assets/png_128x128/269c.png differ diff --git a/assets/png_128x128/26a0.png b/assets/png_128x128/26a0.png index c376a7081..a83a0824a 100644 Binary files a/assets/png_128x128/26a0.png and b/assets/png_128x128/26a0.png differ diff --git a/assets/png_128x128/26a1.png b/assets/png_128x128/26a1.png index 52702e053..064d51435 100644 Binary files a/assets/png_128x128/26a1.png and b/assets/png_128x128/26a1.png differ diff --git a/assets/png_128x128/26ab.png b/assets/png_128x128/26ab.png index 0792a92fd..9adf31bd1 100644 Binary files a/assets/png_128x128/26ab.png and b/assets/png_128x128/26ab.png differ diff --git a/assets/png_128x128/26b0.png b/assets/png_128x128/26b0.png index 9b7911a86..e87179627 100644 Binary files a/assets/png_128x128/26b0.png and b/assets/png_128x128/26b0.png differ diff --git a/assets/png_128x128/26b1.png b/assets/png_128x128/26b1.png index ce01d6c3e..532463fcc 100644 Binary files a/assets/png_128x128/26b1.png and b/assets/png_128x128/26b1.png differ diff --git a/assets/png_128x128/26bd.png b/assets/png_128x128/26bd.png index aea0be2fa..b13637241 100644 Binary files a/assets/png_128x128/26bd.png and b/assets/png_128x128/26bd.png differ diff --git a/assets/png_128x128/26be.png b/assets/png_128x128/26be.png index 73fa23d61..a97b8b328 100644 Binary files a/assets/png_128x128/26be.png and b/assets/png_128x128/26be.png differ diff --git a/assets/png_128x128/26c4.png b/assets/png_128x128/26c4.png index 5a8c8c25e..dc9c2a92e 100644 Binary files a/assets/png_128x128/26c4.png and b/assets/png_128x128/26c4.png differ diff --git a/assets/png_128x128/26c5.png b/assets/png_128x128/26c5.png index 39b60ffec..e38c0fc9d 100644 Binary files a/assets/png_128x128/26c5.png and b/assets/png_128x128/26c5.png differ diff --git a/assets/png_128x128/26c8.png b/assets/png_128x128/26c8.png index d55af0b12..8c964542a 100644 Binary files a/assets/png_128x128/26c8.png and b/assets/png_128x128/26c8.png differ diff --git a/assets/png_128x128/26ce.png b/assets/png_128x128/26ce.png index 50ec176d3..9b1f02fbe 100644 Binary files a/assets/png_128x128/26ce.png and b/assets/png_128x128/26ce.png differ diff --git a/assets/png_128x128/26cf.png b/assets/png_128x128/26cf.png index 9d2187829..0119d5608 100644 Binary files a/assets/png_128x128/26cf.png and b/assets/png_128x128/26cf.png differ diff --git a/assets/png_128x128/26d1.png b/assets/png_128x128/26d1.png index df68072be..cf7187370 100644 Binary files a/assets/png_128x128/26d1.png and b/assets/png_128x128/26d1.png differ diff --git a/assets/png_128x128/26d3.png b/assets/png_128x128/26d3.png index 7f3fd3a83..6a32a6e41 100644 Binary files a/assets/png_128x128/26d3.png and b/assets/png_128x128/26d3.png differ diff --git a/assets/png_128x128/26d4.png b/assets/png_128x128/26d4.png index 594c3be0f..f41b17f61 100644 Binary files a/assets/png_128x128/26d4.png and b/assets/png_128x128/26d4.png differ diff --git a/assets/png_128x128/26e9.png b/assets/png_128x128/26e9.png index 6e05fb932..56aea39ac 100644 Binary files a/assets/png_128x128/26e9.png and b/assets/png_128x128/26e9.png differ diff --git a/assets/png_128x128/26ea.png b/assets/png_128x128/26ea.png index 3a36ed5be..60814f0b7 100644 Binary files a/assets/png_128x128/26ea.png and b/assets/png_128x128/26ea.png differ diff --git a/assets/png_128x128/26f0.png b/assets/png_128x128/26f0.png index b7b91b1a1..c15f8d9f2 100644 Binary files a/assets/png_128x128/26f0.png and b/assets/png_128x128/26f0.png differ diff --git a/assets/png_128x128/26f1.png b/assets/png_128x128/26f1.png index b7f495a48..d24c1a3c5 100644 Binary files a/assets/png_128x128/26f1.png and b/assets/png_128x128/26f1.png differ diff --git a/assets/png_128x128/26f2.png b/assets/png_128x128/26f2.png index daae2eaa7..3e4907b14 100644 Binary files a/assets/png_128x128/26f2.png and b/assets/png_128x128/26f2.png differ diff --git a/assets/png_128x128/26f3.png b/assets/png_128x128/26f3.png index 63ef4e2a5..157d00214 100644 Binary files a/assets/png_128x128/26f3.png and b/assets/png_128x128/26f3.png differ diff --git a/assets/png_128x128/26f4.png b/assets/png_128x128/26f4.png index 0b00c96e8..11b90de0b 100644 Binary files a/assets/png_128x128/26f4.png and b/assets/png_128x128/26f4.png differ diff --git a/assets/png_128x128/26f5.png b/assets/png_128x128/26f5.png index c9859a2e8..009db7730 100644 Binary files a/assets/png_128x128/26f5.png and b/assets/png_128x128/26f5.png differ diff --git a/assets/png_128x128/26f7.png b/assets/png_128x128/26f7.png index 0887833e2..c9fffeb6a 100644 Binary files a/assets/png_128x128/26f7.png and b/assets/png_128x128/26f7.png differ diff --git a/assets/png_128x128/26f8.png b/assets/png_128x128/26f8.png index f8933c893..229fed9a8 100644 Binary files a/assets/png_128x128/26f8.png and b/assets/png_128x128/26f8.png differ diff --git a/assets/png_128x128/26f9-1f3fb.png b/assets/png_128x128/26f9-1f3fb.png index 56dd6f587..48b3970f0 100644 Binary files a/assets/png_128x128/26f9-1f3fb.png and b/assets/png_128x128/26f9-1f3fb.png differ diff --git a/assets/png_128x128/26f9-1f3fc.png b/assets/png_128x128/26f9-1f3fc.png index 3874e7a22..4a16fc627 100644 Binary files a/assets/png_128x128/26f9-1f3fc.png and b/assets/png_128x128/26f9-1f3fc.png differ diff --git a/assets/png_128x128/26f9-1f3fd.png b/assets/png_128x128/26f9-1f3fd.png index 86e047ba5..00fa5ddd8 100644 Binary files a/assets/png_128x128/26f9-1f3fd.png and b/assets/png_128x128/26f9-1f3fd.png differ diff --git a/assets/png_128x128/26f9-1f3fe.png b/assets/png_128x128/26f9-1f3fe.png index fb2bdde43..2fa079d5e 100644 Binary files a/assets/png_128x128/26f9-1f3fe.png and b/assets/png_128x128/26f9-1f3fe.png differ diff --git a/assets/png_128x128/26f9-1f3ff.png b/assets/png_128x128/26f9-1f3ff.png index 6023df569..be9e0bece 100644 Binary files a/assets/png_128x128/26f9-1f3ff.png and b/assets/png_128x128/26f9-1f3ff.png differ diff --git a/assets/png_128x128/26f9.png b/assets/png_128x128/26f9.png index 104dec1ae..225084ffe 100644 Binary files a/assets/png_128x128/26f9.png and b/assets/png_128x128/26f9.png differ diff --git a/assets/png_128x128/26fa.png b/assets/png_128x128/26fa.png index 3c961ff64..f2a27d35d 100644 Binary files a/assets/png_128x128/26fa.png and b/assets/png_128x128/26fa.png differ diff --git a/assets/png_128x128/26fd.png b/assets/png_128x128/26fd.png index 0f401d06a..7fc55b20d 100644 Binary files a/assets/png_128x128/26fd.png and b/assets/png_128x128/26fd.png differ diff --git a/assets/png_128x128/2702.png b/assets/png_128x128/2702.png index 89fe4a30e..8dd9a7d76 100644 Binary files a/assets/png_128x128/2702.png and b/assets/png_128x128/2702.png differ diff --git a/assets/png_128x128/2705.png b/assets/png_128x128/2705.png index fee1121ae..6fd363689 100644 Binary files a/assets/png_128x128/2705.png and b/assets/png_128x128/2705.png differ diff --git a/assets/png_128x128/2708.png b/assets/png_128x128/2708.png index ada3fa0f4..fb965c308 100644 Binary files a/assets/png_128x128/2708.png and b/assets/png_128x128/2708.png differ diff --git a/assets/png_128x128/2709.png b/assets/png_128x128/2709.png index 71d7b52be..9fb16c7b0 100644 Binary files a/assets/png_128x128/2709.png and b/assets/png_128x128/2709.png differ diff --git a/assets/png_128x128/270a-1f3fb.png b/assets/png_128x128/270a-1f3fb.png index f0563238f..ecc0e4579 100644 Binary files a/assets/png_128x128/270a-1f3fb.png and b/assets/png_128x128/270a-1f3fb.png differ diff --git a/assets/png_128x128/270a-1f3fc.png b/assets/png_128x128/270a-1f3fc.png index dca972ce0..3452f18f4 100644 Binary files a/assets/png_128x128/270a-1f3fc.png and b/assets/png_128x128/270a-1f3fc.png differ diff --git a/assets/png_128x128/270a-1f3fd.png b/assets/png_128x128/270a-1f3fd.png index 05d79bf46..5127211a5 100644 Binary files a/assets/png_128x128/270a-1f3fd.png and b/assets/png_128x128/270a-1f3fd.png differ diff --git a/assets/png_128x128/270a-1f3fe.png b/assets/png_128x128/270a-1f3fe.png index 3141425d5..3641681ca 100644 Binary files a/assets/png_128x128/270a-1f3fe.png and b/assets/png_128x128/270a-1f3fe.png differ diff --git a/assets/png_128x128/270a-1f3ff.png b/assets/png_128x128/270a-1f3ff.png index 7dc0c5c61..ad41e3e77 100644 Binary files a/assets/png_128x128/270a-1f3ff.png and b/assets/png_128x128/270a-1f3ff.png differ diff --git a/assets/png_128x128/270a.png b/assets/png_128x128/270a.png index 071b2441e..885102354 100644 Binary files a/assets/png_128x128/270a.png and b/assets/png_128x128/270a.png differ diff --git a/assets/png_128x128/270b-1f3fb.png b/assets/png_128x128/270b-1f3fb.png index 3adc03e12..7fc0a9a69 100644 Binary files a/assets/png_128x128/270b-1f3fb.png and b/assets/png_128x128/270b-1f3fb.png differ diff --git a/assets/png_128x128/270b-1f3fc.png b/assets/png_128x128/270b-1f3fc.png index 126fe2dc6..f11117afa 100644 Binary files a/assets/png_128x128/270b-1f3fc.png and b/assets/png_128x128/270b-1f3fc.png differ diff --git a/assets/png_128x128/270b-1f3fd.png b/assets/png_128x128/270b-1f3fd.png index 8b90198cf..a840fe451 100644 Binary files a/assets/png_128x128/270b-1f3fd.png and b/assets/png_128x128/270b-1f3fd.png differ diff --git a/assets/png_128x128/270b-1f3fe.png b/assets/png_128x128/270b-1f3fe.png index 383d75e10..f329100ad 100644 Binary files a/assets/png_128x128/270b-1f3fe.png and b/assets/png_128x128/270b-1f3fe.png differ diff --git a/assets/png_128x128/270b-1f3ff.png b/assets/png_128x128/270b-1f3ff.png index 43e54d914..ea542beb9 100644 Binary files a/assets/png_128x128/270b-1f3ff.png and b/assets/png_128x128/270b-1f3ff.png differ diff --git a/assets/png_128x128/270b.png b/assets/png_128x128/270b.png index 124ac1a5d..f22a729c6 100644 Binary files a/assets/png_128x128/270b.png and b/assets/png_128x128/270b.png differ diff --git a/assets/png_128x128/270c-1f3fb.png b/assets/png_128x128/270c-1f3fb.png index eb7f9ccba..86f8e4eae 100644 Binary files a/assets/png_128x128/270c-1f3fb.png and b/assets/png_128x128/270c-1f3fb.png differ diff --git a/assets/png_128x128/270c-1f3fc.png b/assets/png_128x128/270c-1f3fc.png index 765b55d25..90bd0ebd1 100644 Binary files a/assets/png_128x128/270c-1f3fc.png and b/assets/png_128x128/270c-1f3fc.png differ diff --git a/assets/png_128x128/270c-1f3fd.png b/assets/png_128x128/270c-1f3fd.png index 2317768f0..05f497218 100644 Binary files a/assets/png_128x128/270c-1f3fd.png and b/assets/png_128x128/270c-1f3fd.png differ diff --git a/assets/png_128x128/270c-1f3fe.png b/assets/png_128x128/270c-1f3fe.png index 63d544e44..53a201faf 100644 Binary files a/assets/png_128x128/270c-1f3fe.png and b/assets/png_128x128/270c-1f3fe.png differ diff --git a/assets/png_128x128/270c-1f3ff.png b/assets/png_128x128/270c-1f3ff.png index 83ea67831..c35a55015 100644 Binary files a/assets/png_128x128/270c-1f3ff.png and b/assets/png_128x128/270c-1f3ff.png differ diff --git a/assets/png_128x128/270c.png b/assets/png_128x128/270c.png index 8476d8729..6413e0c82 100644 Binary files a/assets/png_128x128/270c.png and b/assets/png_128x128/270c.png differ diff --git a/assets/png_128x128/270d-1f3fb.png b/assets/png_128x128/270d-1f3fb.png index d8f829b2e..4ad903a57 100644 Binary files a/assets/png_128x128/270d-1f3fb.png and b/assets/png_128x128/270d-1f3fb.png differ diff --git a/assets/png_128x128/270d-1f3fc.png b/assets/png_128x128/270d-1f3fc.png index 76df2a6ab..dc0f26d69 100644 Binary files a/assets/png_128x128/270d-1f3fc.png and b/assets/png_128x128/270d-1f3fc.png differ diff --git a/assets/png_128x128/270d-1f3fd.png b/assets/png_128x128/270d-1f3fd.png index 3a4c91331..8ac677ab6 100644 Binary files a/assets/png_128x128/270d-1f3fd.png and b/assets/png_128x128/270d-1f3fd.png differ diff --git a/assets/png_128x128/270d-1f3fe.png b/assets/png_128x128/270d-1f3fe.png index 798bc807a..86507b18d 100644 Binary files a/assets/png_128x128/270d-1f3fe.png and b/assets/png_128x128/270d-1f3fe.png differ diff --git a/assets/png_128x128/270d-1f3ff.png b/assets/png_128x128/270d-1f3ff.png index 27019bba6..6a9b83bde 100644 Binary files a/assets/png_128x128/270d-1f3ff.png and b/assets/png_128x128/270d-1f3ff.png differ diff --git a/assets/png_128x128/270d.png b/assets/png_128x128/270d.png index e11c7fc06..88c62e3ed 100644 Binary files a/assets/png_128x128/270d.png and b/assets/png_128x128/270d.png differ diff --git a/assets/png_128x128/270f.png b/assets/png_128x128/270f.png index b414bc273..df1ac668f 100644 Binary files a/assets/png_128x128/270f.png and b/assets/png_128x128/270f.png differ diff --git a/assets/png_128x128/2712.png b/assets/png_128x128/2712.png index 38bcfe563..8c0a1f720 100644 Binary files a/assets/png_128x128/2712.png and b/assets/png_128x128/2712.png differ diff --git a/assets/png_128x128/2714.png b/assets/png_128x128/2714.png index d7f61248f..a46c405b0 100644 Binary files a/assets/png_128x128/2714.png and b/assets/png_128x128/2714.png differ diff --git a/assets/png_128x128/2716.png b/assets/png_128x128/2716.png index 866c0f964..39889d1e6 100644 Binary files a/assets/png_128x128/2716.png and b/assets/png_128x128/2716.png differ diff --git a/assets/png_128x128/271d.png b/assets/png_128x128/271d.png index 638c57cdb..aa96941bc 100644 Binary files a/assets/png_128x128/271d.png and b/assets/png_128x128/271d.png differ diff --git a/assets/png_128x128/2721.png b/assets/png_128x128/2721.png index 7ab049d40..654383a50 100644 Binary files a/assets/png_128x128/2721.png and b/assets/png_128x128/2721.png differ diff --git a/assets/png_128x128/2728.png b/assets/png_128x128/2728.png index 5abbc039e..17544d50d 100644 Binary files a/assets/png_128x128/2728.png and b/assets/png_128x128/2728.png differ diff --git a/assets/png_128x128/2733.png b/assets/png_128x128/2733.png index 2a1ac4187..c1838c820 100644 Binary files a/assets/png_128x128/2733.png and b/assets/png_128x128/2733.png differ diff --git a/assets/png_128x128/2734.png b/assets/png_128x128/2734.png index 5ee7c2270..d8d822172 100644 Binary files a/assets/png_128x128/2734.png and b/assets/png_128x128/2734.png differ diff --git a/assets/png_128x128/2744.png b/assets/png_128x128/2744.png index 27c94db10..00e75b9c4 100644 Binary files a/assets/png_128x128/2744.png and b/assets/png_128x128/2744.png differ diff --git a/assets/png_128x128/2747.png b/assets/png_128x128/2747.png index 2e2e693b9..8b2d5e31a 100644 Binary files a/assets/png_128x128/2747.png and b/assets/png_128x128/2747.png differ diff --git a/assets/png_128x128/274c.png b/assets/png_128x128/274c.png index 8c8b38388..d16069655 100644 Binary files a/assets/png_128x128/274c.png and b/assets/png_128x128/274c.png differ diff --git a/assets/png_128x128/274e.png b/assets/png_128x128/274e.png index d859094b2..47218b7e3 100644 Binary files a/assets/png_128x128/274e.png and b/assets/png_128x128/274e.png differ diff --git a/assets/png_128x128/2753.png b/assets/png_128x128/2753.png index 884fbbf2e..db697c9f5 100644 Binary files a/assets/png_128x128/2753.png and b/assets/png_128x128/2753.png differ diff --git a/assets/png_128x128/2754.png b/assets/png_128x128/2754.png index 120d34f0b..43e57f13b 100644 Binary files a/assets/png_128x128/2754.png and b/assets/png_128x128/2754.png differ diff --git a/assets/png_128x128/2755.png b/assets/png_128x128/2755.png index 76696c8aa..509ea675d 100644 Binary files a/assets/png_128x128/2755.png and b/assets/png_128x128/2755.png differ diff --git a/assets/png_128x128/2757.png b/assets/png_128x128/2757.png index 72d966d12..c74ef4dcf 100644 Binary files a/assets/png_128x128/2757.png and b/assets/png_128x128/2757.png differ diff --git a/assets/png_128x128/2763.png b/assets/png_128x128/2763.png index a7df9c3b3..a08c7328c 100644 Binary files a/assets/png_128x128/2763.png and b/assets/png_128x128/2763.png differ diff --git a/assets/png_128x128/2764.png b/assets/png_128x128/2764.png index ffbbfcdae..96fa34cdc 100644 Binary files a/assets/png_128x128/2764.png and b/assets/png_128x128/2764.png differ diff --git a/assets/png_128x128/2795.png b/assets/png_128x128/2795.png index 79482157c..58bebdac8 100644 Binary files a/assets/png_128x128/2795.png and b/assets/png_128x128/2795.png differ diff --git a/assets/png_128x128/2796.png b/assets/png_128x128/2796.png index 38c545c9b..ccead485a 100644 Binary files a/assets/png_128x128/2796.png and b/assets/png_128x128/2796.png differ diff --git a/assets/png_128x128/2797.png b/assets/png_128x128/2797.png index 04ae05db2..46cab6624 100644 Binary files a/assets/png_128x128/2797.png and b/assets/png_128x128/2797.png differ diff --git a/assets/png_128x128/27a1.png b/assets/png_128x128/27a1.png index 67ef9321c..4493e60c0 100644 Binary files a/assets/png_128x128/27a1.png and b/assets/png_128x128/27a1.png differ diff --git a/assets/png_128x128/27b0.png b/assets/png_128x128/27b0.png index a2fc2477d..d844ebc37 100644 Binary files a/assets/png_128x128/27b0.png and b/assets/png_128x128/27b0.png differ diff --git a/assets/png_128x128/27bf.png b/assets/png_128x128/27bf.png index 080cb8d95..dd4dbfbf0 100644 Binary files a/assets/png_128x128/27bf.png and b/assets/png_128x128/27bf.png differ diff --git a/assets/png_128x128/2934.png b/assets/png_128x128/2934.png index ffdf8ca33..9bfc54fcc 100644 Binary files a/assets/png_128x128/2934.png and b/assets/png_128x128/2934.png differ diff --git a/assets/png_128x128/2935.png b/assets/png_128x128/2935.png index c66dc0928..a0c7e40f5 100644 Binary files a/assets/png_128x128/2935.png and b/assets/png_128x128/2935.png differ diff --git a/assets/png_128x128/2b05.png b/assets/png_128x128/2b05.png index c6cb923b4..20f936fce 100644 Binary files a/assets/png_128x128/2b05.png and b/assets/png_128x128/2b05.png differ diff --git a/assets/png_128x128/2b06.png b/assets/png_128x128/2b06.png index a677bcb3e..cf2ead862 100644 Binary files a/assets/png_128x128/2b06.png and b/assets/png_128x128/2b06.png differ diff --git a/assets/png_128x128/2b07.png b/assets/png_128x128/2b07.png index e18ed23db..7cc4bbba4 100644 Binary files a/assets/png_128x128/2b07.png and b/assets/png_128x128/2b07.png differ diff --git a/assets/png_128x128/2b1b.png b/assets/png_128x128/2b1b.png index 443736872..08dcff3e5 100644 Binary files a/assets/png_128x128/2b1b.png and b/assets/png_128x128/2b1b.png differ diff --git a/assets/png_128x128/2b1c.png b/assets/png_128x128/2b1c.png index b7f0d1480..65c09cc79 100644 Binary files a/assets/png_128x128/2b1c.png and b/assets/png_128x128/2b1c.png differ diff --git a/assets/png_128x128/2b50.png b/assets/png_128x128/2b50.png index 83865c78e..9e7712812 100644 Binary files a/assets/png_128x128/2b50.png and b/assets/png_128x128/2b50.png differ diff --git a/assets/png_128x128/2b55.png b/assets/png_128x128/2b55.png index 74d77fe4b..1bf007a4c 100644 Binary files a/assets/png_128x128/2b55.png and b/assets/png_128x128/2b55.png differ diff --git a/assets/png_128x128/3030.png b/assets/png_128x128/3030.png index 82c9dbb2f..94e9c1daf 100644 Binary files a/assets/png_128x128/3030.png and b/assets/png_128x128/3030.png differ diff --git a/assets/png_128x128/303d.png b/assets/png_128x128/303d.png index 857549113..4b91c4ebd 100644 Binary files a/assets/png_128x128/303d.png and b/assets/png_128x128/303d.png differ diff --git a/assets/png_128x128/3297.png b/assets/png_128x128/3297.png index 5a3a720be..01a8e5df4 100644 Binary files a/assets/png_128x128/3297.png and b/assets/png_128x128/3297.png differ diff --git a/assets/png_128x128/3299.png b/assets/png_128x128/3299.png index 56b56a3e9..fffed90af 100644 Binary files a/assets/png_128x128/3299.png and b/assets/png_128x128/3299.png differ diff --git a/assets/png_512x512/0023-20e3.png b/assets/png_512x512/0023-20e3.png index 9e55fd4d1..23099aaf7 100644 Binary files a/assets/png_512x512/0023-20e3.png and b/assets/png_512x512/0023-20e3.png differ diff --git a/assets/png_512x512/002a-20e3.png b/assets/png_512x512/002a-20e3.png index 9ecfa3bec..331d3a0e1 100644 Binary files a/assets/png_512x512/002a-20e3.png and b/assets/png_512x512/002a-20e3.png differ diff --git a/assets/png_512x512/0030-20e3.png b/assets/png_512x512/0030-20e3.png index b12e4ab88..ed83f4aae 100644 Binary files a/assets/png_512x512/0030-20e3.png and b/assets/png_512x512/0030-20e3.png differ diff --git a/assets/png_512x512/0031-20e3.png b/assets/png_512x512/0031-20e3.png index 10bdac520..ff167e8a8 100644 Binary files a/assets/png_512x512/0031-20e3.png and b/assets/png_512x512/0031-20e3.png differ diff --git a/assets/png_512x512/0032-20e3.png b/assets/png_512x512/0032-20e3.png index 44e165274..db82df040 100644 Binary files a/assets/png_512x512/0032-20e3.png and b/assets/png_512x512/0032-20e3.png differ diff --git a/assets/png_512x512/0033-20e3.png b/assets/png_512x512/0033-20e3.png index 52ea7013e..810545976 100644 Binary files a/assets/png_512x512/0033-20e3.png and b/assets/png_512x512/0033-20e3.png differ diff --git a/assets/png_512x512/0034-20e3.png b/assets/png_512x512/0034-20e3.png index 8160bd41a..c6768f908 100644 Binary files a/assets/png_512x512/0034-20e3.png and b/assets/png_512x512/0034-20e3.png differ diff --git a/assets/png_512x512/0035-20e3.png b/assets/png_512x512/0035-20e3.png index 99f30b398..946a88cda 100644 Binary files a/assets/png_512x512/0035-20e3.png and b/assets/png_512x512/0035-20e3.png differ diff --git a/assets/png_512x512/0036-20e3.png b/assets/png_512x512/0036-20e3.png index dd6263678..7a328cd02 100644 Binary files a/assets/png_512x512/0036-20e3.png and b/assets/png_512x512/0036-20e3.png differ diff --git a/assets/png_512x512/0037-20e3.png b/assets/png_512x512/0037-20e3.png index 3977334f4..054d828e1 100644 Binary files a/assets/png_512x512/0037-20e3.png and b/assets/png_512x512/0037-20e3.png differ diff --git a/assets/png_512x512/0038-20e3.png b/assets/png_512x512/0038-20e3.png index b109f93e7..791620be0 100644 Binary files a/assets/png_512x512/0038-20e3.png and b/assets/png_512x512/0038-20e3.png differ diff --git a/assets/png_512x512/0039-20e3.png b/assets/png_512x512/0039-20e3.png index 5f0c31e73..f0f8ea69d 100644 Binary files a/assets/png_512x512/0039-20e3.png and b/assets/png_512x512/0039-20e3.png differ diff --git a/assets/png_512x512/00a9.png b/assets/png_512x512/00a9.png index 729070913..04c08ba18 100644 Binary files a/assets/png_512x512/00a9.png and b/assets/png_512x512/00a9.png differ diff --git a/assets/png_512x512/00ae.png b/assets/png_512x512/00ae.png index a2946b7d0..f4c550aa7 100644 Binary files a/assets/png_512x512/00ae.png and b/assets/png_512x512/00ae.png differ diff --git a/assets/png_512x512/1f004.png b/assets/png_512x512/1f004.png index 644894544..d9eaa291c 100644 Binary files a/assets/png_512x512/1f004.png and b/assets/png_512x512/1f004.png differ diff --git a/assets/png_512x512/1f0cf.png b/assets/png_512x512/1f0cf.png index 3f82fa9c0..c81fa2ac4 100644 Binary files a/assets/png_512x512/1f0cf.png and b/assets/png_512x512/1f0cf.png differ diff --git a/assets/png_512x512/1f170.png b/assets/png_512x512/1f170.png index 9b20ae40e..08c0c99ec 100644 Binary files a/assets/png_512x512/1f170.png and b/assets/png_512x512/1f170.png differ diff --git a/assets/png_512x512/1f171.png b/assets/png_512x512/1f171.png index 3a51f1b17..70fe515a5 100644 Binary files a/assets/png_512x512/1f171.png and b/assets/png_512x512/1f171.png differ diff --git a/assets/png_512x512/1f17e.png b/assets/png_512x512/1f17e.png index a5f73ebc2..64af20f70 100644 Binary files a/assets/png_512x512/1f17e.png and b/assets/png_512x512/1f17e.png differ diff --git a/assets/png_512x512/1f17f.png b/assets/png_512x512/1f17f.png index 4cc3a1e77..fcdb96819 100644 Binary files a/assets/png_512x512/1f17f.png and b/assets/png_512x512/1f17f.png differ diff --git a/assets/png_512x512/1f18e.png b/assets/png_512x512/1f18e.png index 71e5e664a..e06964a41 100644 Binary files a/assets/png_512x512/1f18e.png and b/assets/png_512x512/1f18e.png differ diff --git a/assets/png_512x512/1f191.png b/assets/png_512x512/1f191.png index 60179d2c4..9e8e8c64b 100644 Binary files a/assets/png_512x512/1f191.png and b/assets/png_512x512/1f191.png differ diff --git a/assets/png_512x512/1f192.png b/assets/png_512x512/1f192.png index f22e07629..794124194 100644 Binary files a/assets/png_512x512/1f192.png and b/assets/png_512x512/1f192.png differ diff --git a/assets/png_512x512/1f193.png b/assets/png_512x512/1f193.png index ee507acea..3e77ca2e0 100644 Binary files a/assets/png_512x512/1f193.png and b/assets/png_512x512/1f193.png differ diff --git a/assets/png_512x512/1f194.png b/assets/png_512x512/1f194.png index 47bb58482..73d0a2b03 100644 Binary files a/assets/png_512x512/1f194.png and b/assets/png_512x512/1f194.png differ diff --git a/assets/png_512x512/1f195.png b/assets/png_512x512/1f195.png index 726435439..64c444b5a 100644 Binary files a/assets/png_512x512/1f195.png and b/assets/png_512x512/1f195.png differ diff --git a/assets/png_512x512/1f196.png b/assets/png_512x512/1f196.png index 06b135dd1..0b162841c 100644 Binary files a/assets/png_512x512/1f196.png and b/assets/png_512x512/1f196.png differ diff --git a/assets/png_512x512/1f197.png b/assets/png_512x512/1f197.png index 78cae7df7..3a5c36f71 100644 Binary files a/assets/png_512x512/1f197.png and b/assets/png_512x512/1f197.png differ diff --git a/assets/png_512x512/1f198.png b/assets/png_512x512/1f198.png index 27c6f2596..311c2619c 100644 Binary files a/assets/png_512x512/1f198.png and b/assets/png_512x512/1f198.png differ diff --git a/assets/png_512x512/1f199.png b/assets/png_512x512/1f199.png index 10adb82e1..fb2ca4a8b 100644 Binary files a/assets/png_512x512/1f199.png and b/assets/png_512x512/1f199.png differ diff --git a/assets/png_512x512/1f19a.png b/assets/png_512x512/1f19a.png index 299a7d12e..767307672 100644 Binary files a/assets/png_512x512/1f19a.png and b/assets/png_512x512/1f19a.png differ diff --git a/assets/png_512x512/1f1e6-1f1e8.png b/assets/png_512x512/1f1e6-1f1e8.png index 9ce810905..57f916e02 100644 Binary files a/assets/png_512x512/1f1e6-1f1e8.png and b/assets/png_512x512/1f1e6-1f1e8.png differ diff --git a/assets/png_512x512/1f1e6-1f1e9.png b/assets/png_512x512/1f1e6-1f1e9.png index b7529c37e..23592db37 100644 Binary files a/assets/png_512x512/1f1e6-1f1e9.png and b/assets/png_512x512/1f1e6-1f1e9.png differ diff --git a/assets/png_512x512/1f1e6-1f1ea.png b/assets/png_512x512/1f1e6-1f1ea.png index 751e01433..ae8490117 100644 Binary files a/assets/png_512x512/1f1e6-1f1ea.png and b/assets/png_512x512/1f1e6-1f1ea.png differ diff --git a/assets/png_512x512/1f1e6-1f1eb.png b/assets/png_512x512/1f1e6-1f1eb.png index ad41f2b0a..da203b31b 100644 Binary files a/assets/png_512x512/1f1e6-1f1eb.png and b/assets/png_512x512/1f1e6-1f1eb.png differ diff --git a/assets/png_512x512/1f1e6-1f1ec.png b/assets/png_512x512/1f1e6-1f1ec.png index 117a84205..cde7ce696 100644 Binary files a/assets/png_512x512/1f1e6-1f1ec.png and b/assets/png_512x512/1f1e6-1f1ec.png differ diff --git a/assets/png_512x512/1f1e6-1f1ee.png b/assets/png_512x512/1f1e6-1f1ee.png index 0ea77d471..c99dfacbb 100644 Binary files a/assets/png_512x512/1f1e6-1f1ee.png and b/assets/png_512x512/1f1e6-1f1ee.png differ diff --git a/assets/png_512x512/1f1e6-1f1f1.png b/assets/png_512x512/1f1e6-1f1f1.png index f48155a2d..be84c84a5 100644 Binary files a/assets/png_512x512/1f1e6-1f1f1.png and b/assets/png_512x512/1f1e6-1f1f1.png differ diff --git a/assets/png_512x512/1f1e6-1f1f2.png b/assets/png_512x512/1f1e6-1f1f2.png index 0ad069118..82c07286d 100644 Binary files a/assets/png_512x512/1f1e6-1f1f2.png and b/assets/png_512x512/1f1e6-1f1f2.png differ diff --git a/assets/png_512x512/1f1e6-1f1f4.png b/assets/png_512x512/1f1e6-1f1f4.png index 0f037a85b..70ecf29fe 100644 Binary files a/assets/png_512x512/1f1e6-1f1f4.png and b/assets/png_512x512/1f1e6-1f1f4.png differ diff --git a/assets/png_512x512/1f1e6-1f1f6.png b/assets/png_512x512/1f1e6-1f1f6.png index 610ea982a..0b1c9591e 100644 Binary files a/assets/png_512x512/1f1e6-1f1f6.png and b/assets/png_512x512/1f1e6-1f1f6.png differ diff --git a/assets/png_512x512/1f1e6-1f1f7.png b/assets/png_512x512/1f1e6-1f1f7.png index 28a68ce11..d8a9daa7e 100644 Binary files a/assets/png_512x512/1f1e6-1f1f7.png and b/assets/png_512x512/1f1e6-1f1f7.png differ diff --git a/assets/png_512x512/1f1e6-1f1f8.png b/assets/png_512x512/1f1e6-1f1f8.png index dbf3a966f..2fabd024b 100644 Binary files a/assets/png_512x512/1f1e6-1f1f8.png and b/assets/png_512x512/1f1e6-1f1f8.png differ diff --git a/assets/png_512x512/1f1e6-1f1f9.png b/assets/png_512x512/1f1e6-1f1f9.png index 447ec7dad..1e1593773 100644 Binary files a/assets/png_512x512/1f1e6-1f1f9.png and b/assets/png_512x512/1f1e6-1f1f9.png differ diff --git a/assets/png_512x512/1f1e6-1f1fa.png b/assets/png_512x512/1f1e6-1f1fa.png index 773facdec..5f08a920e 100644 Binary files a/assets/png_512x512/1f1e6-1f1fa.png and b/assets/png_512x512/1f1e6-1f1fa.png differ diff --git a/assets/png_512x512/1f1e6-1f1fc.png b/assets/png_512x512/1f1e6-1f1fc.png index 6ef2dc2a9..e47e1b632 100644 Binary files a/assets/png_512x512/1f1e6-1f1fc.png and b/assets/png_512x512/1f1e6-1f1fc.png differ diff --git a/assets/png_512x512/1f1e6-1f1fd.png b/assets/png_512x512/1f1e6-1f1fd.png index f20b11567..0e1d5ce01 100644 Binary files a/assets/png_512x512/1f1e6-1f1fd.png and b/assets/png_512x512/1f1e6-1f1fd.png differ diff --git a/assets/png_512x512/1f1e6-1f1ff.png b/assets/png_512x512/1f1e6-1f1ff.png index 4b258cec5..419f2322f 100644 Binary files a/assets/png_512x512/1f1e6-1f1ff.png and b/assets/png_512x512/1f1e6-1f1ff.png differ diff --git a/assets/png_512x512/1f1e7-1f1e6.png b/assets/png_512x512/1f1e7-1f1e6.png index cfb1d074c..8b525af70 100644 Binary files a/assets/png_512x512/1f1e7-1f1e6.png and b/assets/png_512x512/1f1e7-1f1e6.png differ diff --git a/assets/png_512x512/1f1e7-1f1e7.png b/assets/png_512x512/1f1e7-1f1e7.png index ba3657f72..d7b5d12d3 100644 Binary files a/assets/png_512x512/1f1e7-1f1e7.png and b/assets/png_512x512/1f1e7-1f1e7.png differ diff --git a/assets/png_512x512/1f1e7-1f1e9.png b/assets/png_512x512/1f1e7-1f1e9.png index 29f14126e..385e4d5f8 100644 Binary files a/assets/png_512x512/1f1e7-1f1e9.png and b/assets/png_512x512/1f1e7-1f1e9.png differ diff --git a/assets/png_512x512/1f1e7-1f1ea.png b/assets/png_512x512/1f1e7-1f1ea.png index 27146cf1b..0b03e5b99 100644 Binary files a/assets/png_512x512/1f1e7-1f1ea.png and b/assets/png_512x512/1f1e7-1f1ea.png differ diff --git a/assets/png_512x512/1f1e7-1f1eb.png b/assets/png_512x512/1f1e7-1f1eb.png index df2ac5ad2..1b287c52b 100644 Binary files a/assets/png_512x512/1f1e7-1f1eb.png and b/assets/png_512x512/1f1e7-1f1eb.png differ diff --git a/assets/png_512x512/1f1e7-1f1ec.png b/assets/png_512x512/1f1e7-1f1ec.png index ca28be8e0..68b7513a0 100644 Binary files a/assets/png_512x512/1f1e7-1f1ec.png and b/assets/png_512x512/1f1e7-1f1ec.png differ diff --git a/assets/png_512x512/1f1e7-1f1ed.png b/assets/png_512x512/1f1e7-1f1ed.png index 99046aa11..652942709 100644 Binary files a/assets/png_512x512/1f1e7-1f1ed.png and b/assets/png_512x512/1f1e7-1f1ed.png differ diff --git a/assets/png_512x512/1f1e7-1f1ee.png b/assets/png_512x512/1f1e7-1f1ee.png index e3830b5f5..411931937 100644 Binary files a/assets/png_512x512/1f1e7-1f1ee.png and b/assets/png_512x512/1f1e7-1f1ee.png differ diff --git a/assets/png_512x512/1f1e7-1f1ef.png b/assets/png_512x512/1f1e7-1f1ef.png index 0ad62b57e..255d85414 100644 Binary files a/assets/png_512x512/1f1e7-1f1ef.png and b/assets/png_512x512/1f1e7-1f1ef.png differ diff --git a/assets/png_512x512/1f1e7-1f1f1.png b/assets/png_512x512/1f1e7-1f1f1.png index 0c14c77a6..762e006a4 100644 Binary files a/assets/png_512x512/1f1e7-1f1f1.png and b/assets/png_512x512/1f1e7-1f1f1.png differ diff --git a/assets/png_512x512/1f1e7-1f1f2.png b/assets/png_512x512/1f1e7-1f1f2.png index d6ac90c1c..e7ecf5bed 100644 Binary files a/assets/png_512x512/1f1e7-1f1f2.png and b/assets/png_512x512/1f1e7-1f1f2.png differ diff --git a/assets/png_512x512/1f1e7-1f1f3.png b/assets/png_512x512/1f1e7-1f1f3.png index 0b6794ec0..1cad8af0d 100644 Binary files a/assets/png_512x512/1f1e7-1f1f3.png and b/assets/png_512x512/1f1e7-1f1f3.png differ diff --git a/assets/png_512x512/1f1e7-1f1f4.png b/assets/png_512x512/1f1e7-1f1f4.png index 35ff9c69c..9d25958ba 100644 Binary files a/assets/png_512x512/1f1e7-1f1f4.png and b/assets/png_512x512/1f1e7-1f1f4.png differ diff --git a/assets/png_512x512/1f1e7-1f1f6.png b/assets/png_512x512/1f1e7-1f1f6.png index 604a9c1f5..bf1fc7071 100644 Binary files a/assets/png_512x512/1f1e7-1f1f6.png and b/assets/png_512x512/1f1e7-1f1f6.png differ diff --git a/assets/png_512x512/1f1e7-1f1f7.png b/assets/png_512x512/1f1e7-1f1f7.png index b0e2e4fa2..76522bfa8 100644 Binary files a/assets/png_512x512/1f1e7-1f1f7.png and b/assets/png_512x512/1f1e7-1f1f7.png differ diff --git a/assets/png_512x512/1f1e7-1f1f8.png b/assets/png_512x512/1f1e7-1f1f8.png index 5e0bdf43b..dc5292ef2 100644 Binary files a/assets/png_512x512/1f1e7-1f1f8.png and b/assets/png_512x512/1f1e7-1f1f8.png differ diff --git a/assets/png_512x512/1f1e7-1f1f9.png b/assets/png_512x512/1f1e7-1f1f9.png index 4deecbe2b..f04a43a94 100644 Binary files a/assets/png_512x512/1f1e7-1f1f9.png and b/assets/png_512x512/1f1e7-1f1f9.png differ diff --git a/assets/png_512x512/1f1e7-1f1fb.png b/assets/png_512x512/1f1e7-1f1fb.png index 35a1c9945..d7c3d3b9e 100644 Binary files a/assets/png_512x512/1f1e7-1f1fb.png and b/assets/png_512x512/1f1e7-1f1fb.png differ diff --git a/assets/png_512x512/1f1e7-1f1fc.png b/assets/png_512x512/1f1e7-1f1fc.png index 5e1f05567..b1eec6eb6 100644 Binary files a/assets/png_512x512/1f1e7-1f1fc.png and b/assets/png_512x512/1f1e7-1f1fc.png differ diff --git a/assets/png_512x512/1f1e7-1f1fe.png b/assets/png_512x512/1f1e7-1f1fe.png index a94406848..ee80bd44b 100644 Binary files a/assets/png_512x512/1f1e7-1f1fe.png and b/assets/png_512x512/1f1e7-1f1fe.png differ diff --git a/assets/png_512x512/1f1e7-1f1ff.png b/assets/png_512x512/1f1e7-1f1ff.png index 12dde97a7..6822a879a 100644 Binary files a/assets/png_512x512/1f1e7-1f1ff.png and b/assets/png_512x512/1f1e7-1f1ff.png differ diff --git a/assets/png_512x512/1f1e8-1f1e6.png b/assets/png_512x512/1f1e8-1f1e6.png index 3e7cf2461..6a3bde103 100644 Binary files a/assets/png_512x512/1f1e8-1f1e6.png and b/assets/png_512x512/1f1e8-1f1e6.png differ diff --git a/assets/png_512x512/1f1e8-1f1e8.png b/assets/png_512x512/1f1e8-1f1e8.png index c08195adf..262297aa2 100644 Binary files a/assets/png_512x512/1f1e8-1f1e8.png and b/assets/png_512x512/1f1e8-1f1e8.png differ diff --git a/assets/png_512x512/1f1e8-1f1e9.png b/assets/png_512x512/1f1e8-1f1e9.png index 54e54843f..9fcf252a2 100644 Binary files a/assets/png_512x512/1f1e8-1f1e9.png and b/assets/png_512x512/1f1e8-1f1e9.png differ diff --git a/assets/png_512x512/1f1e8-1f1eb.png b/assets/png_512x512/1f1e8-1f1eb.png index 8eda05d83..b0a1915aa 100644 Binary files a/assets/png_512x512/1f1e8-1f1eb.png and b/assets/png_512x512/1f1e8-1f1eb.png differ diff --git a/assets/png_512x512/1f1e8-1f1ec.png b/assets/png_512x512/1f1e8-1f1ec.png index 7485d7835..3e3787549 100644 Binary files a/assets/png_512x512/1f1e8-1f1ec.png and b/assets/png_512x512/1f1e8-1f1ec.png differ diff --git a/assets/png_512x512/1f1e8-1f1ed.png b/assets/png_512x512/1f1e8-1f1ed.png index 65709166d..ff7e45103 100644 Binary files a/assets/png_512x512/1f1e8-1f1ed.png and b/assets/png_512x512/1f1e8-1f1ed.png differ diff --git a/assets/png_512x512/1f1e8-1f1ee.png b/assets/png_512x512/1f1e8-1f1ee.png index 540f679a2..c8788cfb5 100644 Binary files a/assets/png_512x512/1f1e8-1f1ee.png and b/assets/png_512x512/1f1e8-1f1ee.png differ diff --git a/assets/png_512x512/1f1e8-1f1f0.png b/assets/png_512x512/1f1e8-1f1f0.png index 71cce505d..9a764a0fa 100644 Binary files a/assets/png_512x512/1f1e8-1f1f0.png and b/assets/png_512x512/1f1e8-1f1f0.png differ diff --git a/assets/png_512x512/1f1e8-1f1f1.png b/assets/png_512x512/1f1e8-1f1f1.png index 45cbbd6c1..4afb7d9ff 100644 Binary files a/assets/png_512x512/1f1e8-1f1f1.png and b/assets/png_512x512/1f1e8-1f1f1.png differ diff --git a/assets/png_512x512/1f1e8-1f1f2.png b/assets/png_512x512/1f1e8-1f1f2.png index ba93441a6..fae2e6e20 100644 Binary files a/assets/png_512x512/1f1e8-1f1f2.png and b/assets/png_512x512/1f1e8-1f1f2.png differ diff --git a/assets/png_512x512/1f1e8-1f1f3.png b/assets/png_512x512/1f1e8-1f1f3.png index e99943462..6ccd621cc 100644 Binary files a/assets/png_512x512/1f1e8-1f1f3.png and b/assets/png_512x512/1f1e8-1f1f3.png differ diff --git a/assets/png_512x512/1f1e8-1f1f4.png b/assets/png_512x512/1f1e8-1f1f4.png index e6892ab2b..0f57483cd 100644 Binary files a/assets/png_512x512/1f1e8-1f1f4.png and b/assets/png_512x512/1f1e8-1f1f4.png differ diff --git a/assets/png_512x512/1f1e8-1f1f5.png b/assets/png_512x512/1f1e8-1f1f5.png index bcd7b75c0..d25ac61ff 100644 Binary files a/assets/png_512x512/1f1e8-1f1f5.png and b/assets/png_512x512/1f1e8-1f1f5.png differ diff --git a/assets/png_512x512/1f1e8-1f1f7.png b/assets/png_512x512/1f1e8-1f1f7.png index d138d2062..37d0b95f1 100644 Binary files a/assets/png_512x512/1f1e8-1f1f7.png and b/assets/png_512x512/1f1e8-1f1f7.png differ diff --git a/assets/png_512x512/1f1e8-1f1fa.png b/assets/png_512x512/1f1e8-1f1fa.png index e0fad2671..e96201c83 100644 Binary files a/assets/png_512x512/1f1e8-1f1fa.png and b/assets/png_512x512/1f1e8-1f1fa.png differ diff --git a/assets/png_512x512/1f1e8-1f1fb.png b/assets/png_512x512/1f1e8-1f1fb.png index 20db18733..08bf0f7eb 100644 Binary files a/assets/png_512x512/1f1e8-1f1fb.png and b/assets/png_512x512/1f1e8-1f1fb.png differ diff --git a/assets/png_512x512/1f1e8-1f1fc.png b/assets/png_512x512/1f1e8-1f1fc.png index a7cec4a1c..4ecd8be92 100644 Binary files a/assets/png_512x512/1f1e8-1f1fc.png and b/assets/png_512x512/1f1e8-1f1fc.png differ diff --git a/assets/png_512x512/1f1e8-1f1fd.png b/assets/png_512x512/1f1e8-1f1fd.png index 6aea5d009..0a455fd7b 100644 Binary files a/assets/png_512x512/1f1e8-1f1fd.png and b/assets/png_512x512/1f1e8-1f1fd.png differ diff --git a/assets/png_512x512/1f1e8-1f1fe.png b/assets/png_512x512/1f1e8-1f1fe.png index da3924e96..d682d2ab5 100644 Binary files a/assets/png_512x512/1f1e8-1f1fe.png and b/assets/png_512x512/1f1e8-1f1fe.png differ diff --git a/assets/png_512x512/1f1e8-1f1ff.png b/assets/png_512x512/1f1e8-1f1ff.png index fed4e03bc..ff23888d0 100644 Binary files a/assets/png_512x512/1f1e8-1f1ff.png and b/assets/png_512x512/1f1e8-1f1ff.png differ diff --git a/assets/png_512x512/1f1e9-1f1ea.png b/assets/png_512x512/1f1e9-1f1ea.png index 626280c14..20dd93f9a 100644 Binary files a/assets/png_512x512/1f1e9-1f1ea.png and b/assets/png_512x512/1f1e9-1f1ea.png differ diff --git a/assets/png_512x512/1f1e9-1f1ec.png b/assets/png_512x512/1f1e9-1f1ec.png index 5c8b26951..a8700d686 100644 Binary files a/assets/png_512x512/1f1e9-1f1ec.png and b/assets/png_512x512/1f1e9-1f1ec.png differ diff --git a/assets/png_512x512/1f1e9-1f1ef.png b/assets/png_512x512/1f1e9-1f1ef.png index 28944dbe9..f9d1971ec 100644 Binary files a/assets/png_512x512/1f1e9-1f1ef.png and b/assets/png_512x512/1f1e9-1f1ef.png differ diff --git a/assets/png_512x512/1f1e9-1f1f0.png b/assets/png_512x512/1f1e9-1f1f0.png index 62136f89e..a5059d4d0 100644 Binary files a/assets/png_512x512/1f1e9-1f1f0.png and b/assets/png_512x512/1f1e9-1f1f0.png differ diff --git a/assets/png_512x512/1f1e9-1f1f2.png b/assets/png_512x512/1f1e9-1f1f2.png index c9dbff72c..a224292f5 100644 Binary files a/assets/png_512x512/1f1e9-1f1f2.png and b/assets/png_512x512/1f1e9-1f1f2.png differ diff --git a/assets/png_512x512/1f1e9-1f1f4.png b/assets/png_512x512/1f1e9-1f1f4.png index 427d9c963..f5a245665 100644 Binary files a/assets/png_512x512/1f1e9-1f1f4.png and b/assets/png_512x512/1f1e9-1f1f4.png differ diff --git a/assets/png_512x512/1f1e9-1f1ff.png b/assets/png_512x512/1f1e9-1f1ff.png index 0c0dab5cd..df7ee8f67 100644 Binary files a/assets/png_512x512/1f1e9-1f1ff.png and b/assets/png_512x512/1f1e9-1f1ff.png differ diff --git a/assets/png_512x512/1f1ea-1f1e6.png b/assets/png_512x512/1f1ea-1f1e6.png index 7f0a13e81..f2ada1dbe 100644 Binary files a/assets/png_512x512/1f1ea-1f1e6.png and b/assets/png_512x512/1f1ea-1f1e6.png differ diff --git a/assets/png_512x512/1f1ea-1f1e8.png b/assets/png_512x512/1f1ea-1f1e8.png index 22c1f715a..050a2ad15 100644 Binary files a/assets/png_512x512/1f1ea-1f1e8.png and b/assets/png_512x512/1f1ea-1f1e8.png differ diff --git a/assets/png_512x512/1f1ea-1f1ea.png b/assets/png_512x512/1f1ea-1f1ea.png index 28c05823e..249cd647a 100644 Binary files a/assets/png_512x512/1f1ea-1f1ea.png and b/assets/png_512x512/1f1ea-1f1ea.png differ diff --git a/assets/png_512x512/1f1ea-1f1ec.png b/assets/png_512x512/1f1ea-1f1ec.png index b4bd08db8..e60651226 100644 Binary files a/assets/png_512x512/1f1ea-1f1ec.png and b/assets/png_512x512/1f1ea-1f1ec.png differ diff --git a/assets/png_512x512/1f1ea-1f1ed.png b/assets/png_512x512/1f1ea-1f1ed.png index 09e5db199..60e657321 100644 Binary files a/assets/png_512x512/1f1ea-1f1ed.png and b/assets/png_512x512/1f1ea-1f1ed.png differ diff --git a/assets/png_512x512/1f1ea-1f1f7.png b/assets/png_512x512/1f1ea-1f1f7.png index 0cc7c018d..44c8b3f74 100644 Binary files a/assets/png_512x512/1f1ea-1f1f7.png and b/assets/png_512x512/1f1ea-1f1f7.png differ diff --git a/assets/png_512x512/1f1ea-1f1f8.png b/assets/png_512x512/1f1ea-1f1f8.png index 9b313facb..9abacb400 100644 Binary files a/assets/png_512x512/1f1ea-1f1f8.png and b/assets/png_512x512/1f1ea-1f1f8.png differ diff --git a/assets/png_512x512/1f1ea-1f1f9.png b/assets/png_512x512/1f1ea-1f1f9.png index e5f8f2089..7d85b4b61 100644 Binary files a/assets/png_512x512/1f1ea-1f1f9.png and b/assets/png_512x512/1f1ea-1f1f9.png differ diff --git a/assets/png_512x512/1f1ea-1f1fa.png b/assets/png_512x512/1f1ea-1f1fa.png index f3d3f770b..b730f2459 100644 Binary files a/assets/png_512x512/1f1ea-1f1fa.png and b/assets/png_512x512/1f1ea-1f1fa.png differ diff --git a/assets/png_512x512/1f1eb-1f1ee.png b/assets/png_512x512/1f1eb-1f1ee.png index 4dc5cc0ef..4490682f4 100644 Binary files a/assets/png_512x512/1f1eb-1f1ee.png and b/assets/png_512x512/1f1eb-1f1ee.png differ diff --git a/assets/png_512x512/1f1eb-1f1ef.png b/assets/png_512x512/1f1eb-1f1ef.png index f647f9fc3..21c87aded 100644 Binary files a/assets/png_512x512/1f1eb-1f1ef.png and b/assets/png_512x512/1f1eb-1f1ef.png differ diff --git a/assets/png_512x512/1f1eb-1f1f0.png b/assets/png_512x512/1f1eb-1f1f0.png index 185de7a61..511c1e588 100644 Binary files a/assets/png_512x512/1f1eb-1f1f0.png and b/assets/png_512x512/1f1eb-1f1f0.png differ diff --git a/assets/png_512x512/1f1eb-1f1f2.png b/assets/png_512x512/1f1eb-1f1f2.png index bde568b71..2b473e930 100644 Binary files a/assets/png_512x512/1f1eb-1f1f2.png and b/assets/png_512x512/1f1eb-1f1f2.png differ diff --git a/assets/png_512x512/1f1eb-1f1f4.png b/assets/png_512x512/1f1eb-1f1f4.png index a971aaa73..d0b92e3ea 100644 Binary files a/assets/png_512x512/1f1eb-1f1f4.png and b/assets/png_512x512/1f1eb-1f1f4.png differ diff --git a/assets/png_512x512/1f1eb-1f1f7.png b/assets/png_512x512/1f1eb-1f1f7.png index c3eaaa4ac..d255d644b 100644 Binary files a/assets/png_512x512/1f1eb-1f1f7.png and b/assets/png_512x512/1f1eb-1f1f7.png differ diff --git a/assets/png_512x512/1f1ec-1f1e6.png b/assets/png_512x512/1f1ec-1f1e6.png index d6f5105b3..99690f174 100644 Binary files a/assets/png_512x512/1f1ec-1f1e6.png and b/assets/png_512x512/1f1ec-1f1e6.png differ diff --git a/assets/png_512x512/1f1ec-1f1e7.png b/assets/png_512x512/1f1ec-1f1e7.png index ff576c779..e7b7a9aaa 100644 Binary files a/assets/png_512x512/1f1ec-1f1e7.png and b/assets/png_512x512/1f1ec-1f1e7.png differ diff --git a/assets/png_512x512/1f1ec-1f1e9.png b/assets/png_512x512/1f1ec-1f1e9.png index 017db5be4..b6d5def5c 100644 Binary files a/assets/png_512x512/1f1ec-1f1e9.png and b/assets/png_512x512/1f1ec-1f1e9.png differ diff --git a/assets/png_512x512/1f1ec-1f1ea.png b/assets/png_512x512/1f1ec-1f1ea.png index dce5f313e..8c88ca417 100644 Binary files a/assets/png_512x512/1f1ec-1f1ea.png and b/assets/png_512x512/1f1ec-1f1ea.png differ diff --git a/assets/png_512x512/1f1ec-1f1eb.png b/assets/png_512x512/1f1ec-1f1eb.png index 856695f63..467ea0d74 100644 Binary files a/assets/png_512x512/1f1ec-1f1eb.png and b/assets/png_512x512/1f1ec-1f1eb.png differ diff --git a/assets/png_512x512/1f1ec-1f1ec.png b/assets/png_512x512/1f1ec-1f1ec.png index 531a42963..4911dd5c4 100644 Binary files a/assets/png_512x512/1f1ec-1f1ec.png and b/assets/png_512x512/1f1ec-1f1ec.png differ diff --git a/assets/png_512x512/1f1ec-1f1ed.png b/assets/png_512x512/1f1ec-1f1ed.png index 516d4dac1..4b11f9b7c 100644 Binary files a/assets/png_512x512/1f1ec-1f1ed.png and b/assets/png_512x512/1f1ec-1f1ed.png differ diff --git a/assets/png_512x512/1f1ec-1f1ee.png b/assets/png_512x512/1f1ec-1f1ee.png index 6bb2510b4..db70bcc18 100644 Binary files a/assets/png_512x512/1f1ec-1f1ee.png and b/assets/png_512x512/1f1ec-1f1ee.png differ diff --git a/assets/png_512x512/1f1ec-1f1f1.png b/assets/png_512x512/1f1ec-1f1f1.png index 9d1acfee3..5f1a99211 100644 Binary files a/assets/png_512x512/1f1ec-1f1f1.png and b/assets/png_512x512/1f1ec-1f1f1.png differ diff --git a/assets/png_512x512/1f1ec-1f1f2.png b/assets/png_512x512/1f1ec-1f1f2.png index c2d6f96a9..ded911621 100644 Binary files a/assets/png_512x512/1f1ec-1f1f2.png and b/assets/png_512x512/1f1ec-1f1f2.png differ diff --git a/assets/png_512x512/1f1ec-1f1f3.png b/assets/png_512x512/1f1ec-1f1f3.png index 740bcbcaf..25b3cfb59 100644 Binary files a/assets/png_512x512/1f1ec-1f1f3.png and b/assets/png_512x512/1f1ec-1f1f3.png differ diff --git a/assets/png_512x512/1f1ec-1f1f5.png b/assets/png_512x512/1f1ec-1f1f5.png index 2af881e3b..5f59b2645 100644 Binary files a/assets/png_512x512/1f1ec-1f1f5.png and b/assets/png_512x512/1f1ec-1f1f5.png differ diff --git a/assets/png_512x512/1f1ec-1f1f6.png b/assets/png_512x512/1f1ec-1f1f6.png index 79c143428..6a5ec1f9f 100644 Binary files a/assets/png_512x512/1f1ec-1f1f6.png and b/assets/png_512x512/1f1ec-1f1f6.png differ diff --git a/assets/png_512x512/1f1ec-1f1f7.png b/assets/png_512x512/1f1ec-1f1f7.png index df5c7131c..2a1335c0c 100644 Binary files a/assets/png_512x512/1f1ec-1f1f7.png and b/assets/png_512x512/1f1ec-1f1f7.png differ diff --git a/assets/png_512x512/1f1ec-1f1f8.png b/assets/png_512x512/1f1ec-1f1f8.png index e70023168..19ad21baa 100644 Binary files a/assets/png_512x512/1f1ec-1f1f8.png and b/assets/png_512x512/1f1ec-1f1f8.png differ diff --git a/assets/png_512x512/1f1ec-1f1f9.png b/assets/png_512x512/1f1ec-1f1f9.png index d7b4b1dad..a60402452 100644 Binary files a/assets/png_512x512/1f1ec-1f1f9.png and b/assets/png_512x512/1f1ec-1f1f9.png differ diff --git a/assets/png_512x512/1f1ec-1f1fa.png b/assets/png_512x512/1f1ec-1f1fa.png index 05f059e28..380e9a71e 100644 Binary files a/assets/png_512x512/1f1ec-1f1fa.png and b/assets/png_512x512/1f1ec-1f1fa.png differ diff --git a/assets/png_512x512/1f1ec-1f1fc.png b/assets/png_512x512/1f1ec-1f1fc.png index 83a5a7c8a..b8c49d70d 100644 Binary files a/assets/png_512x512/1f1ec-1f1fc.png and b/assets/png_512x512/1f1ec-1f1fc.png differ diff --git a/assets/png_512x512/1f1ec-1f1fe.png b/assets/png_512x512/1f1ec-1f1fe.png index 515ff89b3..871269b7e 100644 Binary files a/assets/png_512x512/1f1ec-1f1fe.png and b/assets/png_512x512/1f1ec-1f1fe.png differ diff --git a/assets/png_512x512/1f1ed-1f1f0.png b/assets/png_512x512/1f1ed-1f1f0.png index a69700c2f..6c7fd8e77 100644 Binary files a/assets/png_512x512/1f1ed-1f1f0.png and b/assets/png_512x512/1f1ed-1f1f0.png differ diff --git a/assets/png_512x512/1f1ed-1f1f2.png b/assets/png_512x512/1f1ed-1f1f2.png index 1d5e3b161..00f43ef54 100644 Binary files a/assets/png_512x512/1f1ed-1f1f2.png and b/assets/png_512x512/1f1ed-1f1f2.png differ diff --git a/assets/png_512x512/1f1ed-1f1f3.png b/assets/png_512x512/1f1ed-1f1f3.png index 0e1c2e268..dbebe158d 100644 Binary files a/assets/png_512x512/1f1ed-1f1f3.png and b/assets/png_512x512/1f1ed-1f1f3.png differ diff --git a/assets/png_512x512/1f1ed-1f1f7.png b/assets/png_512x512/1f1ed-1f1f7.png index f9e0cab16..f78116cb1 100644 Binary files a/assets/png_512x512/1f1ed-1f1f7.png and b/assets/png_512x512/1f1ed-1f1f7.png differ diff --git a/assets/png_512x512/1f1ed-1f1f9.png b/assets/png_512x512/1f1ed-1f1f9.png index 8d12a93ef..6eb68589c 100644 Binary files a/assets/png_512x512/1f1ed-1f1f9.png and b/assets/png_512x512/1f1ed-1f1f9.png differ diff --git a/assets/png_512x512/1f1ed-1f1fa.png b/assets/png_512x512/1f1ed-1f1fa.png index e892c5c03..f8e406fef 100644 Binary files a/assets/png_512x512/1f1ed-1f1fa.png and b/assets/png_512x512/1f1ed-1f1fa.png differ diff --git a/assets/png_512x512/1f1ee-1f1e8.png b/assets/png_512x512/1f1ee-1f1e8.png index 035f9ea77..d11591274 100644 Binary files a/assets/png_512x512/1f1ee-1f1e8.png and b/assets/png_512x512/1f1ee-1f1e8.png differ diff --git a/assets/png_512x512/1f1ee-1f1e9.png b/assets/png_512x512/1f1ee-1f1e9.png index bdb1e74fc..b5833667c 100644 Binary files a/assets/png_512x512/1f1ee-1f1e9.png and b/assets/png_512x512/1f1ee-1f1e9.png differ diff --git a/assets/png_512x512/1f1ee-1f1ea.png b/assets/png_512x512/1f1ee-1f1ea.png index b849e64d2..0fcfd781c 100644 Binary files a/assets/png_512x512/1f1ee-1f1ea.png and b/assets/png_512x512/1f1ee-1f1ea.png differ diff --git a/assets/png_512x512/1f1ee-1f1f1.png b/assets/png_512x512/1f1ee-1f1f1.png index 5c38f69f2..d74ec361d 100644 Binary files a/assets/png_512x512/1f1ee-1f1f1.png and b/assets/png_512x512/1f1ee-1f1f1.png differ diff --git a/assets/png_512x512/1f1ee-1f1f2.png b/assets/png_512x512/1f1ee-1f1f2.png index a651cc6a4..6d82f119b 100644 Binary files a/assets/png_512x512/1f1ee-1f1f2.png and b/assets/png_512x512/1f1ee-1f1f2.png differ diff --git a/assets/png_512x512/1f1ee-1f1f3.png b/assets/png_512x512/1f1ee-1f1f3.png index ecb45cf1b..6e2313a02 100644 Binary files a/assets/png_512x512/1f1ee-1f1f3.png and b/assets/png_512x512/1f1ee-1f1f3.png differ diff --git a/assets/png_512x512/1f1ee-1f1f4.png b/assets/png_512x512/1f1ee-1f1f4.png index 5c8b26951..a8700d686 100644 Binary files a/assets/png_512x512/1f1ee-1f1f4.png and b/assets/png_512x512/1f1ee-1f1f4.png differ diff --git a/assets/png_512x512/1f1ee-1f1f6.png b/assets/png_512x512/1f1ee-1f1f6.png index 3afcfd427..724e34353 100644 Binary files a/assets/png_512x512/1f1ee-1f1f6.png and b/assets/png_512x512/1f1ee-1f1f6.png differ diff --git a/assets/png_512x512/1f1ee-1f1f7.png b/assets/png_512x512/1f1ee-1f1f7.png index 5302f836d..08f6210e4 100644 Binary files a/assets/png_512x512/1f1ee-1f1f7.png and b/assets/png_512x512/1f1ee-1f1f7.png differ diff --git a/assets/png_512x512/1f1ee-1f1f8.png b/assets/png_512x512/1f1ee-1f1f8.png index a57be2b12..9497e271e 100644 Binary files a/assets/png_512x512/1f1ee-1f1f8.png and b/assets/png_512x512/1f1ee-1f1f8.png differ diff --git a/assets/png_512x512/1f1ee-1f1f9.png b/assets/png_512x512/1f1ee-1f1f9.png index 1abdf4b16..cdac18055 100644 Binary files a/assets/png_512x512/1f1ee-1f1f9.png and b/assets/png_512x512/1f1ee-1f1f9.png differ diff --git a/assets/png_512x512/1f1ef-1f1ea.png b/assets/png_512x512/1f1ef-1f1ea.png index 07f773dc3..cc997db63 100644 Binary files a/assets/png_512x512/1f1ef-1f1ea.png and b/assets/png_512x512/1f1ef-1f1ea.png differ diff --git a/assets/png_512x512/1f1ef-1f1f2.png b/assets/png_512x512/1f1ef-1f1f2.png index f4223e3e3..c84f50b01 100644 Binary files a/assets/png_512x512/1f1ef-1f1f2.png and b/assets/png_512x512/1f1ef-1f1f2.png differ diff --git a/assets/png_512x512/1f1ef-1f1f4.png b/assets/png_512x512/1f1ef-1f1f4.png index f77b75a84..bf4185c54 100644 Binary files a/assets/png_512x512/1f1ef-1f1f4.png and b/assets/png_512x512/1f1ef-1f1f4.png differ diff --git a/assets/png_512x512/1f1ef-1f1f5.png b/assets/png_512x512/1f1ef-1f1f5.png index 6d17ccd3b..fad5d53ec 100644 Binary files a/assets/png_512x512/1f1ef-1f1f5.png and b/assets/png_512x512/1f1ef-1f1f5.png differ diff --git a/assets/png_512x512/1f1f0-1f1ea.png b/assets/png_512x512/1f1f0-1f1ea.png index 81b7967a7..030323efa 100644 Binary files a/assets/png_512x512/1f1f0-1f1ea.png and b/assets/png_512x512/1f1f0-1f1ea.png differ diff --git a/assets/png_512x512/1f1f0-1f1ec.png b/assets/png_512x512/1f1f0-1f1ec.png index bfdfbaecc..3ee53a500 100644 Binary files a/assets/png_512x512/1f1f0-1f1ec.png and b/assets/png_512x512/1f1f0-1f1ec.png differ diff --git a/assets/png_512x512/1f1f0-1f1ed.png b/assets/png_512x512/1f1f0-1f1ed.png index 11bc9747e..69f5acafb 100644 Binary files a/assets/png_512x512/1f1f0-1f1ed.png and b/assets/png_512x512/1f1f0-1f1ed.png differ diff --git a/assets/png_512x512/1f1f0-1f1ee.png b/assets/png_512x512/1f1f0-1f1ee.png index 721f870fe..183f7917f 100644 Binary files a/assets/png_512x512/1f1f0-1f1ee.png and b/assets/png_512x512/1f1f0-1f1ee.png differ diff --git a/assets/png_512x512/1f1f0-1f1f2.png b/assets/png_512x512/1f1f0-1f1f2.png index 5e132cfd1..147212b2a 100644 Binary files a/assets/png_512x512/1f1f0-1f1f2.png and b/assets/png_512x512/1f1f0-1f1f2.png differ diff --git a/assets/png_512x512/1f1f0-1f1f3.png b/assets/png_512x512/1f1f0-1f1f3.png index b8a4ac0bf..5600b0584 100644 Binary files a/assets/png_512x512/1f1f0-1f1f3.png and b/assets/png_512x512/1f1f0-1f1f3.png differ diff --git a/assets/png_512x512/1f1f0-1f1f5.png b/assets/png_512x512/1f1f0-1f1f5.png index 96121a761..00a99326f 100644 Binary files a/assets/png_512x512/1f1f0-1f1f5.png and b/assets/png_512x512/1f1f0-1f1f5.png differ diff --git a/assets/png_512x512/1f1f0-1f1f7.png b/assets/png_512x512/1f1f0-1f1f7.png index 8ec6d5571..8727c9397 100644 Binary files a/assets/png_512x512/1f1f0-1f1f7.png and b/assets/png_512x512/1f1f0-1f1f7.png differ diff --git a/assets/png_512x512/1f1f0-1f1fc.png b/assets/png_512x512/1f1f0-1f1fc.png index 194c6e97f..516f97b09 100644 Binary files a/assets/png_512x512/1f1f0-1f1fc.png and b/assets/png_512x512/1f1f0-1f1fc.png differ diff --git a/assets/png_512x512/1f1f0-1f1fe.png b/assets/png_512x512/1f1f0-1f1fe.png index 94262876a..d5961c01b 100644 Binary files a/assets/png_512x512/1f1f0-1f1fe.png and b/assets/png_512x512/1f1f0-1f1fe.png differ diff --git a/assets/png_512x512/1f1f0-1f1ff.png b/assets/png_512x512/1f1f0-1f1ff.png index 0a81a9bfa..0c4eaf9b4 100644 Binary files a/assets/png_512x512/1f1f0-1f1ff.png and b/assets/png_512x512/1f1f0-1f1ff.png differ diff --git a/assets/png_512x512/1f1f1-1f1e6.png b/assets/png_512x512/1f1f1-1f1e6.png index 7902e9f00..d0fefdb5e 100644 Binary files a/assets/png_512x512/1f1f1-1f1e6.png and b/assets/png_512x512/1f1f1-1f1e6.png differ diff --git a/assets/png_512x512/1f1f1-1f1e7.png b/assets/png_512x512/1f1f1-1f1e7.png index b49955032..89aa945ae 100644 Binary files a/assets/png_512x512/1f1f1-1f1e7.png and b/assets/png_512x512/1f1f1-1f1e7.png differ diff --git a/assets/png_512x512/1f1f1-1f1e8.png b/assets/png_512x512/1f1f1-1f1e8.png index bc13253d6..f25fb8bba 100644 Binary files a/assets/png_512x512/1f1f1-1f1e8.png and b/assets/png_512x512/1f1f1-1f1e8.png differ diff --git a/assets/png_512x512/1f1f1-1f1ee.png b/assets/png_512x512/1f1f1-1f1ee.png index 5ab2f2820..0da615e7a 100644 Binary files a/assets/png_512x512/1f1f1-1f1ee.png and b/assets/png_512x512/1f1f1-1f1ee.png differ diff --git a/assets/png_512x512/1f1f1-1f1f0.png b/assets/png_512x512/1f1f1-1f1f0.png index 706d9c124..e3aebcb8b 100644 Binary files a/assets/png_512x512/1f1f1-1f1f0.png and b/assets/png_512x512/1f1f1-1f1f0.png differ diff --git a/assets/png_512x512/1f1f1-1f1f7.png b/assets/png_512x512/1f1f1-1f1f7.png index a96bdb3b6..f3f588fb1 100644 Binary files a/assets/png_512x512/1f1f1-1f1f7.png and b/assets/png_512x512/1f1f1-1f1f7.png differ diff --git a/assets/png_512x512/1f1f1-1f1f8.png b/assets/png_512x512/1f1f1-1f1f8.png index 1fd33faac..9a9749221 100644 Binary files a/assets/png_512x512/1f1f1-1f1f8.png and b/assets/png_512x512/1f1f1-1f1f8.png differ diff --git a/assets/png_512x512/1f1f1-1f1f9.png b/assets/png_512x512/1f1f1-1f1f9.png index f7e335df0..7f3953c45 100644 Binary files a/assets/png_512x512/1f1f1-1f1f9.png and b/assets/png_512x512/1f1f1-1f1f9.png differ diff --git a/assets/png_512x512/1f1f1-1f1fa.png b/assets/png_512x512/1f1f1-1f1fa.png index a8cc4e84c..4b4e4cd5d 100644 Binary files a/assets/png_512x512/1f1f1-1f1fa.png and b/assets/png_512x512/1f1f1-1f1fa.png differ diff --git a/assets/png_512x512/1f1f1-1f1fb.png b/assets/png_512x512/1f1f1-1f1fb.png index e1a2e012a..b82750d23 100644 Binary files a/assets/png_512x512/1f1f1-1f1fb.png and b/assets/png_512x512/1f1f1-1f1fb.png differ diff --git a/assets/png_512x512/1f1f1-1f1fe.png b/assets/png_512x512/1f1f1-1f1fe.png index 16ac19662..2328e3df2 100644 Binary files a/assets/png_512x512/1f1f1-1f1fe.png and b/assets/png_512x512/1f1f1-1f1fe.png differ diff --git a/assets/png_512x512/1f1f2-1f1e6.png b/assets/png_512x512/1f1f2-1f1e6.png index 51a57f1ac..b593bad7d 100644 Binary files a/assets/png_512x512/1f1f2-1f1e6.png and b/assets/png_512x512/1f1f2-1f1e6.png differ diff --git a/assets/png_512x512/1f1f2-1f1e8.png b/assets/png_512x512/1f1f2-1f1e8.png index 203871082..61faff486 100644 Binary files a/assets/png_512x512/1f1f2-1f1e8.png and b/assets/png_512x512/1f1f2-1f1e8.png differ diff --git a/assets/png_512x512/1f1f2-1f1e9.png b/assets/png_512x512/1f1f2-1f1e9.png index b31dc3387..40895b75f 100644 Binary files a/assets/png_512x512/1f1f2-1f1e9.png and b/assets/png_512x512/1f1f2-1f1e9.png differ diff --git a/assets/png_512x512/1f1f2-1f1ea.png b/assets/png_512x512/1f1f2-1f1ea.png index de069049c..78905562d 100644 Binary files a/assets/png_512x512/1f1f2-1f1ea.png and b/assets/png_512x512/1f1f2-1f1ea.png differ diff --git a/assets/png_512x512/1f1f2-1f1eb.png b/assets/png_512x512/1f1f2-1f1eb.png index bcd7b75c0..d25ac61ff 100644 Binary files a/assets/png_512x512/1f1f2-1f1eb.png and b/assets/png_512x512/1f1f2-1f1eb.png differ diff --git a/assets/png_512x512/1f1f2-1f1ec.png b/assets/png_512x512/1f1f2-1f1ec.png index 96effdc8e..0990c818a 100644 Binary files a/assets/png_512x512/1f1f2-1f1ec.png and b/assets/png_512x512/1f1f2-1f1ec.png differ diff --git a/assets/png_512x512/1f1f2-1f1ed.png b/assets/png_512x512/1f1f2-1f1ed.png index 05993df35..a9be6cca8 100644 Binary files a/assets/png_512x512/1f1f2-1f1ed.png and b/assets/png_512x512/1f1f2-1f1ed.png differ diff --git a/assets/png_512x512/1f1f2-1f1f0.png b/assets/png_512x512/1f1f2-1f1f0.png index 9eb0b893f..8f7c54250 100644 Binary files a/assets/png_512x512/1f1f2-1f1f0.png and b/assets/png_512x512/1f1f2-1f1f0.png differ diff --git a/assets/png_512x512/1f1f2-1f1f1.png b/assets/png_512x512/1f1f2-1f1f1.png index a77621221..16c6a8cb0 100644 Binary files a/assets/png_512x512/1f1f2-1f1f1.png and b/assets/png_512x512/1f1f2-1f1f1.png differ diff --git a/assets/png_512x512/1f1f2-1f1f2.png b/assets/png_512x512/1f1f2-1f1f2.png index 690ad9963..d60fedc46 100644 Binary files a/assets/png_512x512/1f1f2-1f1f2.png and b/assets/png_512x512/1f1f2-1f1f2.png differ diff --git a/assets/png_512x512/1f1f2-1f1f3.png b/assets/png_512x512/1f1f2-1f1f3.png index d65f0399d..e42aa65c6 100644 Binary files a/assets/png_512x512/1f1f2-1f1f3.png and b/assets/png_512x512/1f1f2-1f1f3.png differ diff --git a/assets/png_512x512/1f1f2-1f1f4.png b/assets/png_512x512/1f1f2-1f1f4.png index f154171cc..ce9a4df46 100644 Binary files a/assets/png_512x512/1f1f2-1f1f4.png and b/assets/png_512x512/1f1f2-1f1f4.png differ diff --git a/assets/png_512x512/1f1f2-1f1f5.png b/assets/png_512x512/1f1f2-1f1f5.png index 090e9f50b..9854e46c7 100644 Binary files a/assets/png_512x512/1f1f2-1f1f5.png and b/assets/png_512x512/1f1f2-1f1f5.png differ diff --git a/assets/png_512x512/1f1f2-1f1f6.png b/assets/png_512x512/1f1f2-1f1f6.png index fb57a051c..d28d9eaa3 100644 Binary files a/assets/png_512x512/1f1f2-1f1f6.png and b/assets/png_512x512/1f1f2-1f1f6.png differ diff --git a/assets/png_512x512/1f1f2-1f1f7.png b/assets/png_512x512/1f1f2-1f1f7.png index a33edc3d8..9234d9ff9 100644 Binary files a/assets/png_512x512/1f1f2-1f1f7.png and b/assets/png_512x512/1f1f2-1f1f7.png differ diff --git a/assets/png_512x512/1f1f2-1f1f8.png b/assets/png_512x512/1f1f2-1f1f8.png index 5e4121629..402137a47 100644 Binary files a/assets/png_512x512/1f1f2-1f1f8.png and b/assets/png_512x512/1f1f2-1f1f8.png differ diff --git a/assets/png_512x512/1f1f2-1f1f9.png b/assets/png_512x512/1f1f2-1f1f9.png index 6df4d49aa..29a56b094 100644 Binary files a/assets/png_512x512/1f1f2-1f1f9.png and b/assets/png_512x512/1f1f2-1f1f9.png differ diff --git a/assets/png_512x512/1f1f2-1f1fa.png b/assets/png_512x512/1f1f2-1f1fa.png index 44e405ce7..730e78409 100644 Binary files a/assets/png_512x512/1f1f2-1f1fa.png and b/assets/png_512x512/1f1f2-1f1fa.png differ diff --git a/assets/png_512x512/1f1f2-1f1fb.png b/assets/png_512x512/1f1f2-1f1fb.png index bd2d4dfc5..ddd8725de 100644 Binary files a/assets/png_512x512/1f1f2-1f1fb.png and b/assets/png_512x512/1f1f2-1f1fb.png differ diff --git a/assets/png_512x512/1f1f2-1f1fc.png b/assets/png_512x512/1f1f2-1f1fc.png index 461c0a58d..d7b3df7da 100644 Binary files a/assets/png_512x512/1f1f2-1f1fc.png and b/assets/png_512x512/1f1f2-1f1fc.png differ diff --git a/assets/png_512x512/1f1f2-1f1fd.png b/assets/png_512x512/1f1f2-1f1fd.png index 7b4d326bb..965c9576b 100644 Binary files a/assets/png_512x512/1f1f2-1f1fd.png and b/assets/png_512x512/1f1f2-1f1fd.png differ diff --git a/assets/png_512x512/1f1f2-1f1fe.png b/assets/png_512x512/1f1f2-1f1fe.png index f031bccf2..bc8e76347 100644 Binary files a/assets/png_512x512/1f1f2-1f1fe.png and b/assets/png_512x512/1f1f2-1f1fe.png differ diff --git a/assets/png_512x512/1f1f2-1f1ff.png b/assets/png_512x512/1f1f2-1f1ff.png index 15111ab23..e46d0da76 100644 Binary files a/assets/png_512x512/1f1f2-1f1ff.png and b/assets/png_512x512/1f1f2-1f1ff.png differ diff --git a/assets/png_512x512/1f1f3-1f1e6.png b/assets/png_512x512/1f1f3-1f1e6.png index 4beeb1ba6..0049c88e0 100644 Binary files a/assets/png_512x512/1f1f3-1f1e6.png and b/assets/png_512x512/1f1f3-1f1e6.png differ diff --git a/assets/png_512x512/1f1f3-1f1e8.png b/assets/png_512x512/1f1f3-1f1e8.png index 9a5b38acc..f4312117b 100644 Binary files a/assets/png_512x512/1f1f3-1f1e8.png and b/assets/png_512x512/1f1f3-1f1e8.png differ diff --git a/assets/png_512x512/1f1f3-1f1ea.png b/assets/png_512x512/1f1f3-1f1ea.png index f34d4916c..034d2ebf3 100644 Binary files a/assets/png_512x512/1f1f3-1f1ea.png and b/assets/png_512x512/1f1f3-1f1ea.png differ diff --git a/assets/png_512x512/1f1f3-1f1eb.png b/assets/png_512x512/1f1f3-1f1eb.png index 4df4e954d..153079355 100644 Binary files a/assets/png_512x512/1f1f3-1f1eb.png and b/assets/png_512x512/1f1f3-1f1eb.png differ diff --git a/assets/png_512x512/1f1f3-1f1ec.png b/assets/png_512x512/1f1f3-1f1ec.png index 216a1f3dc..eb59c7b43 100644 Binary files a/assets/png_512x512/1f1f3-1f1ec.png and b/assets/png_512x512/1f1f3-1f1ec.png differ diff --git a/assets/png_512x512/1f1f3-1f1ee.png b/assets/png_512x512/1f1f3-1f1ee.png index 17c69a02a..688e78970 100644 Binary files a/assets/png_512x512/1f1f3-1f1ee.png and b/assets/png_512x512/1f1f3-1f1ee.png differ diff --git a/assets/png_512x512/1f1f3-1f1f1.png b/assets/png_512x512/1f1f3-1f1f1.png index b1c76f238..75a187375 100644 Binary files a/assets/png_512x512/1f1f3-1f1f1.png and b/assets/png_512x512/1f1f3-1f1f1.png differ diff --git a/assets/png_512x512/1f1f3-1f1f4.png b/assets/png_512x512/1f1f3-1f1f4.png index 8a1c5e1b5..21905e9a4 100644 Binary files a/assets/png_512x512/1f1f3-1f1f4.png and b/assets/png_512x512/1f1f3-1f1f4.png differ diff --git a/assets/png_512x512/1f1f3-1f1f5.png b/assets/png_512x512/1f1f3-1f1f5.png index 111ae1f0a..6dea24ba6 100644 Binary files a/assets/png_512x512/1f1f3-1f1f5.png and b/assets/png_512x512/1f1f3-1f1f5.png differ diff --git a/assets/png_512x512/1f1f3-1f1f7.png b/assets/png_512x512/1f1f3-1f1f7.png index 82ad42ce9..dbc333c80 100644 Binary files a/assets/png_512x512/1f1f3-1f1f7.png and b/assets/png_512x512/1f1f3-1f1f7.png differ diff --git a/assets/png_512x512/1f1f3-1f1fa.png b/assets/png_512x512/1f1f3-1f1fa.png index 15c5ea3ec..d73da183c 100644 Binary files a/assets/png_512x512/1f1f3-1f1fa.png and b/assets/png_512x512/1f1f3-1f1fa.png differ diff --git a/assets/png_512x512/1f1f3-1f1ff.png b/assets/png_512x512/1f1f3-1f1ff.png index d1dcd6478..3fbf571e7 100644 Binary files a/assets/png_512x512/1f1f3-1f1ff.png and b/assets/png_512x512/1f1f3-1f1ff.png differ diff --git a/assets/png_512x512/1f1f4-1f1f2.png b/assets/png_512x512/1f1f4-1f1f2.png index 4f8ff473a..3410bd007 100644 Binary files a/assets/png_512x512/1f1f4-1f1f2.png and b/assets/png_512x512/1f1f4-1f1f2.png differ diff --git a/assets/png_512x512/1f1f5-1f1e6.png b/assets/png_512x512/1f1f5-1f1e6.png index 1c9147159..cf8ae9f62 100644 Binary files a/assets/png_512x512/1f1f5-1f1e6.png and b/assets/png_512x512/1f1f5-1f1e6.png differ diff --git a/assets/png_512x512/1f1f5-1f1ea.png b/assets/png_512x512/1f1f5-1f1ea.png index 63415a9e2..7bbaa02c0 100644 Binary files a/assets/png_512x512/1f1f5-1f1ea.png and b/assets/png_512x512/1f1f5-1f1ea.png differ diff --git a/assets/png_512x512/1f1f5-1f1eb.png b/assets/png_512x512/1f1f5-1f1eb.png index cb5d623ef..579094fff 100644 Binary files a/assets/png_512x512/1f1f5-1f1eb.png and b/assets/png_512x512/1f1f5-1f1eb.png differ diff --git a/assets/png_512x512/1f1f5-1f1ec.png b/assets/png_512x512/1f1f5-1f1ec.png index ec2069d36..04779c493 100644 Binary files a/assets/png_512x512/1f1f5-1f1ec.png and b/assets/png_512x512/1f1f5-1f1ec.png differ diff --git a/assets/png_512x512/1f1f5-1f1ed.png b/assets/png_512x512/1f1f5-1f1ed.png index 29e18a813..819eb0d97 100644 Binary files a/assets/png_512x512/1f1f5-1f1ed.png and b/assets/png_512x512/1f1f5-1f1ed.png differ diff --git a/assets/png_512x512/1f1f5-1f1f0.png b/assets/png_512x512/1f1f5-1f1f0.png index db7046bae..b4865c5c8 100644 Binary files a/assets/png_512x512/1f1f5-1f1f0.png and b/assets/png_512x512/1f1f5-1f1f0.png differ diff --git a/assets/png_512x512/1f1f5-1f1f1.png b/assets/png_512x512/1f1f5-1f1f1.png index 36b17e174..9f2ff9e39 100644 Binary files a/assets/png_512x512/1f1f5-1f1f1.png and b/assets/png_512x512/1f1f5-1f1f1.png differ diff --git a/assets/png_512x512/1f1f5-1f1f2.png b/assets/png_512x512/1f1f5-1f1f2.png index ca4d8cb30..cf979652c 100644 Binary files a/assets/png_512x512/1f1f5-1f1f2.png and b/assets/png_512x512/1f1f5-1f1f2.png differ diff --git a/assets/png_512x512/1f1f5-1f1f3.png b/assets/png_512x512/1f1f5-1f1f3.png index 3b64d4f3c..6b885426b 100644 Binary files a/assets/png_512x512/1f1f5-1f1f3.png and b/assets/png_512x512/1f1f5-1f1f3.png differ diff --git a/assets/png_512x512/1f1f5-1f1f7.png b/assets/png_512x512/1f1f5-1f1f7.png index d6b1a55cf..49b430d87 100644 Binary files a/assets/png_512x512/1f1f5-1f1f7.png and b/assets/png_512x512/1f1f5-1f1f7.png differ diff --git a/assets/png_512x512/1f1f5-1f1f8.png b/assets/png_512x512/1f1f5-1f1f8.png index 3680ea5d6..401aead48 100644 Binary files a/assets/png_512x512/1f1f5-1f1f8.png and b/assets/png_512x512/1f1f5-1f1f8.png differ diff --git a/assets/png_512x512/1f1f5-1f1f9.png b/assets/png_512x512/1f1f5-1f1f9.png index 9d6094c0c..2a871c39b 100644 Binary files a/assets/png_512x512/1f1f5-1f1f9.png and b/assets/png_512x512/1f1f5-1f1f9.png differ diff --git a/assets/png_512x512/1f1f5-1f1fc.png b/assets/png_512x512/1f1f5-1f1fc.png index 868669af9..3384c9dfe 100644 Binary files a/assets/png_512x512/1f1f5-1f1fc.png and b/assets/png_512x512/1f1f5-1f1fc.png differ diff --git a/assets/png_512x512/1f1f5-1f1fe.png b/assets/png_512x512/1f1f5-1f1fe.png index 7b56daeef..98d893cde 100644 Binary files a/assets/png_512x512/1f1f5-1f1fe.png and b/assets/png_512x512/1f1f5-1f1fe.png differ diff --git a/assets/png_512x512/1f1f6-1f1e6.png b/assets/png_512x512/1f1f6-1f1e6.png index e47e3a5bd..5a1e7d39c 100644 Binary files a/assets/png_512x512/1f1f6-1f1e6.png and b/assets/png_512x512/1f1f6-1f1e6.png differ diff --git a/assets/png_512x512/1f1f7-1f1ea.png b/assets/png_512x512/1f1f7-1f1ea.png index 7115900d8..5a0012679 100644 Binary files a/assets/png_512x512/1f1f7-1f1ea.png and b/assets/png_512x512/1f1f7-1f1ea.png differ diff --git a/assets/png_512x512/1f1f7-1f1f4.png b/assets/png_512x512/1f1f7-1f1f4.png index 0433e5dac..de3028838 100644 Binary files a/assets/png_512x512/1f1f7-1f1f4.png and b/assets/png_512x512/1f1f7-1f1f4.png differ diff --git a/assets/png_512x512/1f1f7-1f1f8.png b/assets/png_512x512/1f1f7-1f1f8.png index 5776eda28..db62416ca 100644 Binary files a/assets/png_512x512/1f1f7-1f1f8.png and b/assets/png_512x512/1f1f7-1f1f8.png differ diff --git a/assets/png_512x512/1f1f7-1f1fa.png b/assets/png_512x512/1f1f7-1f1fa.png index c8773a775..6ac371f74 100644 Binary files a/assets/png_512x512/1f1f7-1f1fa.png and b/assets/png_512x512/1f1f7-1f1fa.png differ diff --git a/assets/png_512x512/1f1f7-1f1fc.png b/assets/png_512x512/1f1f7-1f1fc.png index 5bcaa8325..065178dc8 100644 Binary files a/assets/png_512x512/1f1f7-1f1fc.png and b/assets/png_512x512/1f1f7-1f1fc.png differ diff --git a/assets/png_512x512/1f1f8-1f1e6.png b/assets/png_512x512/1f1f8-1f1e6.png index 06bd266c5..9f198ce38 100644 Binary files a/assets/png_512x512/1f1f8-1f1e6.png and b/assets/png_512x512/1f1f8-1f1e6.png differ diff --git a/assets/png_512x512/1f1f8-1f1e7.png b/assets/png_512x512/1f1f8-1f1e7.png index 61a63cd66..1f08d84d8 100644 Binary files a/assets/png_512x512/1f1f8-1f1e7.png and b/assets/png_512x512/1f1f8-1f1e7.png differ diff --git a/assets/png_512x512/1f1f8-1f1e8.png b/assets/png_512x512/1f1f8-1f1e8.png index 6ea31c365..4b77bf8df 100644 Binary files a/assets/png_512x512/1f1f8-1f1e8.png and b/assets/png_512x512/1f1f8-1f1e8.png differ diff --git a/assets/png_512x512/1f1f8-1f1e9.png b/assets/png_512x512/1f1f8-1f1e9.png index 46c0b2cc9..9ccaaf9fd 100644 Binary files a/assets/png_512x512/1f1f8-1f1e9.png and b/assets/png_512x512/1f1f8-1f1e9.png differ diff --git a/assets/png_512x512/1f1f8-1f1ea.png b/assets/png_512x512/1f1f8-1f1ea.png index e352f86bf..16e8d0024 100644 Binary files a/assets/png_512x512/1f1f8-1f1ea.png and b/assets/png_512x512/1f1f8-1f1ea.png differ diff --git a/assets/png_512x512/1f1f8-1f1ec.png b/assets/png_512x512/1f1f8-1f1ec.png index 579cf24c3..75422b162 100644 Binary files a/assets/png_512x512/1f1f8-1f1ec.png and b/assets/png_512x512/1f1f8-1f1ec.png differ diff --git a/assets/png_512x512/1f1f8-1f1ed.png b/assets/png_512x512/1f1f8-1f1ed.png index b309c6734..83f3dc59f 100644 Binary files a/assets/png_512x512/1f1f8-1f1ed.png and b/assets/png_512x512/1f1f8-1f1ed.png differ diff --git a/assets/png_512x512/1f1f8-1f1ee.png b/assets/png_512x512/1f1f8-1f1ee.png index ac8de4f09..2b18e2c7c 100644 Binary files a/assets/png_512x512/1f1f8-1f1ee.png and b/assets/png_512x512/1f1f8-1f1ee.png differ diff --git a/assets/png_512x512/1f1f8-1f1ef.png b/assets/png_512x512/1f1f8-1f1ef.png index 4c08f5cf0..d7c3d3b9e 100644 Binary files a/assets/png_512x512/1f1f8-1f1ef.png and b/assets/png_512x512/1f1f8-1f1ef.png differ diff --git a/assets/png_512x512/1f1f8-1f1f0.png b/assets/png_512x512/1f1f8-1f1f0.png index 8069d581c..b4e229805 100644 Binary files a/assets/png_512x512/1f1f8-1f1f0.png and b/assets/png_512x512/1f1f8-1f1f0.png differ diff --git a/assets/png_512x512/1f1f8-1f1f1.png b/assets/png_512x512/1f1f8-1f1f1.png index d7ef1a978..4659f377e 100644 Binary files a/assets/png_512x512/1f1f8-1f1f1.png and b/assets/png_512x512/1f1f8-1f1f1.png differ diff --git a/assets/png_512x512/1f1f8-1f1f2.png b/assets/png_512x512/1f1f8-1f1f2.png index 29abcbe61..2fb4e1296 100644 Binary files a/assets/png_512x512/1f1f8-1f1f2.png and b/assets/png_512x512/1f1f8-1f1f2.png differ diff --git a/assets/png_512x512/1f1f8-1f1f3.png b/assets/png_512x512/1f1f8-1f1f3.png index 63a1d3e51..b294ac4b6 100644 Binary files a/assets/png_512x512/1f1f8-1f1f3.png and b/assets/png_512x512/1f1f8-1f1f3.png differ diff --git a/assets/png_512x512/1f1f8-1f1f4.png b/assets/png_512x512/1f1f8-1f1f4.png index 8b8724404..e6a354bb3 100644 Binary files a/assets/png_512x512/1f1f8-1f1f4.png and b/assets/png_512x512/1f1f8-1f1f4.png differ diff --git a/assets/png_512x512/1f1f8-1f1f7.png b/assets/png_512x512/1f1f8-1f1f7.png index d1c5b4c2c..0f0baad73 100644 Binary files a/assets/png_512x512/1f1f8-1f1f7.png and b/assets/png_512x512/1f1f8-1f1f7.png differ diff --git a/assets/png_512x512/1f1f8-1f1f8.png b/assets/png_512x512/1f1f8-1f1f8.png index 515ebfd0f..0b13b12d4 100644 Binary files a/assets/png_512x512/1f1f8-1f1f8.png and b/assets/png_512x512/1f1f8-1f1f8.png differ diff --git a/assets/png_512x512/1f1f8-1f1f9.png b/assets/png_512x512/1f1f8-1f1f9.png index a7ff44a25..ca44c4d90 100644 Binary files a/assets/png_512x512/1f1f8-1f1f9.png and b/assets/png_512x512/1f1f8-1f1f9.png differ diff --git a/assets/png_512x512/1f1f8-1f1fb.png b/assets/png_512x512/1f1f8-1f1fb.png index 32f46726b..718f491d5 100644 Binary files a/assets/png_512x512/1f1f8-1f1fb.png and b/assets/png_512x512/1f1f8-1f1fb.png differ diff --git a/assets/png_512x512/1f1f8-1f1fd.png b/assets/png_512x512/1f1f8-1f1fd.png index b319130bf..daf7513ba 100644 Binary files a/assets/png_512x512/1f1f8-1f1fd.png and b/assets/png_512x512/1f1f8-1f1fd.png differ diff --git a/assets/png_512x512/1f1f8-1f1fe.png b/assets/png_512x512/1f1f8-1f1fe.png index 6d28c0a45..f0a4d4405 100644 Binary files a/assets/png_512x512/1f1f8-1f1fe.png and b/assets/png_512x512/1f1f8-1f1fe.png differ diff --git a/assets/png_512x512/1f1f8-1f1ff.png b/assets/png_512x512/1f1f8-1f1ff.png index b042faf15..2a99fedd1 100644 Binary files a/assets/png_512x512/1f1f8-1f1ff.png and b/assets/png_512x512/1f1f8-1f1ff.png differ diff --git a/assets/png_512x512/1f1f9-1f1e6.png b/assets/png_512x512/1f1f9-1f1e6.png index 06a8fe330..6bf53d81d 100644 Binary files a/assets/png_512x512/1f1f9-1f1e6.png and b/assets/png_512x512/1f1f9-1f1e6.png differ diff --git a/assets/png_512x512/1f1f9-1f1e8.png b/assets/png_512x512/1f1f9-1f1e8.png index 2534a0f8c..6cfa75819 100644 Binary files a/assets/png_512x512/1f1f9-1f1e8.png and b/assets/png_512x512/1f1f9-1f1e8.png differ diff --git a/assets/png_512x512/1f1f9-1f1e9.png b/assets/png_512x512/1f1f9-1f1e9.png index d5f53fec5..e5af53d8e 100644 Binary files a/assets/png_512x512/1f1f9-1f1e9.png and b/assets/png_512x512/1f1f9-1f1e9.png differ diff --git a/assets/png_512x512/1f1f9-1f1eb.png b/assets/png_512x512/1f1f9-1f1eb.png index 510eeb105..89ea88272 100644 Binary files a/assets/png_512x512/1f1f9-1f1eb.png and b/assets/png_512x512/1f1f9-1f1eb.png differ diff --git a/assets/png_512x512/1f1f9-1f1ec.png b/assets/png_512x512/1f1f9-1f1ec.png index e2d430f24..cd441b721 100644 Binary files a/assets/png_512x512/1f1f9-1f1ec.png and b/assets/png_512x512/1f1f9-1f1ec.png differ diff --git a/assets/png_512x512/1f1f9-1f1ed.png b/assets/png_512x512/1f1f9-1f1ed.png index 1980a22fc..1faf8371a 100644 Binary files a/assets/png_512x512/1f1f9-1f1ed.png and b/assets/png_512x512/1f1f9-1f1ed.png differ diff --git a/assets/png_512x512/1f1f9-1f1ef.png b/assets/png_512x512/1f1f9-1f1ef.png index 8d7d798e5..a7e62381a 100644 Binary files a/assets/png_512x512/1f1f9-1f1ef.png and b/assets/png_512x512/1f1f9-1f1ef.png differ diff --git a/assets/png_512x512/1f1f9-1f1f0.png b/assets/png_512x512/1f1f9-1f1f0.png index 1c741a31e..4cadd54e1 100644 Binary files a/assets/png_512x512/1f1f9-1f1f0.png and b/assets/png_512x512/1f1f9-1f1f0.png differ diff --git a/assets/png_512x512/1f1f9-1f1f1.png b/assets/png_512x512/1f1f9-1f1f1.png index e3ba9e4a1..7aabd8821 100644 Binary files a/assets/png_512x512/1f1f9-1f1f1.png and b/assets/png_512x512/1f1f9-1f1f1.png differ diff --git a/assets/png_512x512/1f1f9-1f1f2.png b/assets/png_512x512/1f1f9-1f1f2.png index 1126b94ca..ab48a3a80 100644 Binary files a/assets/png_512x512/1f1f9-1f1f2.png and b/assets/png_512x512/1f1f9-1f1f2.png differ diff --git a/assets/png_512x512/1f1f9-1f1f3.png b/assets/png_512x512/1f1f9-1f1f3.png index 31a439ff4..74cae9ee8 100644 Binary files a/assets/png_512x512/1f1f9-1f1f3.png and b/assets/png_512x512/1f1f9-1f1f3.png differ diff --git a/assets/png_512x512/1f1f9-1f1f4.png b/assets/png_512x512/1f1f9-1f1f4.png index d854c3c02..3b51a54f7 100644 Binary files a/assets/png_512x512/1f1f9-1f1f4.png and b/assets/png_512x512/1f1f9-1f1f4.png differ diff --git a/assets/png_512x512/1f1f9-1f1f7.png b/assets/png_512x512/1f1f9-1f1f7.png index ea3f81951..58afeb9b9 100644 Binary files a/assets/png_512x512/1f1f9-1f1f7.png and b/assets/png_512x512/1f1f9-1f1f7.png differ diff --git a/assets/png_512x512/1f1f9-1f1f9.png b/assets/png_512x512/1f1f9-1f1f9.png index ce24095a7..173238313 100644 Binary files a/assets/png_512x512/1f1f9-1f1f9.png and b/assets/png_512x512/1f1f9-1f1f9.png differ diff --git a/assets/png_512x512/1f1f9-1f1fb.png b/assets/png_512x512/1f1f9-1f1fb.png index 5b8a5976d..1b84d1152 100644 Binary files a/assets/png_512x512/1f1f9-1f1fb.png and b/assets/png_512x512/1f1f9-1f1fb.png differ diff --git a/assets/png_512x512/1f1f9-1f1fc.png b/assets/png_512x512/1f1f9-1f1fc.png index 0b9b807d9..dc2b5201d 100644 Binary files a/assets/png_512x512/1f1f9-1f1fc.png and b/assets/png_512x512/1f1f9-1f1fc.png differ diff --git a/assets/png_512x512/1f1f9-1f1ff.png b/assets/png_512x512/1f1f9-1f1ff.png index 7b4955f54..fdffce5cd 100644 Binary files a/assets/png_512x512/1f1f9-1f1ff.png and b/assets/png_512x512/1f1f9-1f1ff.png differ diff --git a/assets/png_512x512/1f1fa-1f1e6.png b/assets/png_512x512/1f1fa-1f1e6.png index 6e1c95699..2e50f3196 100644 Binary files a/assets/png_512x512/1f1fa-1f1e6.png and b/assets/png_512x512/1f1fa-1f1e6.png differ diff --git a/assets/png_512x512/1f1fa-1f1ec.png b/assets/png_512x512/1f1fa-1f1ec.png index 9f02a2c7e..aa06a4e97 100644 Binary files a/assets/png_512x512/1f1fa-1f1ec.png and b/assets/png_512x512/1f1fa-1f1ec.png differ diff --git a/assets/png_512x512/1f1fa-1f1f2.png b/assets/png_512x512/1f1fa-1f1f2.png index 457b3eecd..1521f9d44 100644 Binary files a/assets/png_512x512/1f1fa-1f1f2.png and b/assets/png_512x512/1f1fa-1f1f2.png differ diff --git a/assets/png_512x512/1f1fa-1f1f8.png b/assets/png_512x512/1f1fa-1f1f8.png index 0cb57e305..868cd262f 100644 Binary files a/assets/png_512x512/1f1fa-1f1f8.png and b/assets/png_512x512/1f1fa-1f1f8.png differ diff --git a/assets/png_512x512/1f1fa-1f1fe.png b/assets/png_512x512/1f1fa-1f1fe.png index 5832c77a4..160c56adc 100644 Binary files a/assets/png_512x512/1f1fa-1f1fe.png and b/assets/png_512x512/1f1fa-1f1fe.png differ diff --git a/assets/png_512x512/1f1fa-1f1ff.png b/assets/png_512x512/1f1fa-1f1ff.png index 76e5ad9a9..e78a83fc5 100644 Binary files a/assets/png_512x512/1f1fa-1f1ff.png and b/assets/png_512x512/1f1fa-1f1ff.png differ diff --git a/assets/png_512x512/1f1fb-1f1e6.png b/assets/png_512x512/1f1fb-1f1e6.png index 91b13ffc2..57750591f 100644 Binary files a/assets/png_512x512/1f1fb-1f1e6.png and b/assets/png_512x512/1f1fb-1f1e6.png differ diff --git a/assets/png_512x512/1f1fb-1f1e8.png b/assets/png_512x512/1f1fb-1f1e8.png index fb01430dc..a238df84b 100644 Binary files a/assets/png_512x512/1f1fb-1f1e8.png and b/assets/png_512x512/1f1fb-1f1e8.png differ diff --git a/assets/png_512x512/1f1fb-1f1ea.png b/assets/png_512x512/1f1fb-1f1ea.png index 19be9ec7e..279d68e40 100644 Binary files a/assets/png_512x512/1f1fb-1f1ea.png and b/assets/png_512x512/1f1fb-1f1ea.png differ diff --git a/assets/png_512x512/1f1fb-1f1ec.png b/assets/png_512x512/1f1fb-1f1ec.png index d8a79cbd8..d5febe1b1 100644 Binary files a/assets/png_512x512/1f1fb-1f1ec.png and b/assets/png_512x512/1f1fb-1f1ec.png differ diff --git a/assets/png_512x512/1f1fb-1f1ee.png b/assets/png_512x512/1f1fb-1f1ee.png index 10b767f5c..dd06e65a8 100644 Binary files a/assets/png_512x512/1f1fb-1f1ee.png and b/assets/png_512x512/1f1fb-1f1ee.png differ diff --git a/assets/png_512x512/1f1fb-1f1f3.png b/assets/png_512x512/1f1fb-1f1f3.png index 6bb1a3cb0..91e44db62 100644 Binary files a/assets/png_512x512/1f1fb-1f1f3.png and b/assets/png_512x512/1f1fb-1f1f3.png differ diff --git a/assets/png_512x512/1f1fb-1f1fa.png b/assets/png_512x512/1f1fb-1f1fa.png index 87386d2e6..b308063b3 100644 Binary files a/assets/png_512x512/1f1fb-1f1fa.png and b/assets/png_512x512/1f1fb-1f1fa.png differ diff --git a/assets/png_512x512/1f1fc-1f1eb.png b/assets/png_512x512/1f1fc-1f1eb.png index 3aa480dd6..d25ac61ff 100644 Binary files a/assets/png_512x512/1f1fc-1f1eb.png and b/assets/png_512x512/1f1fc-1f1eb.png differ diff --git a/assets/png_512x512/1f1fc-1f1f8.png b/assets/png_512x512/1f1fc-1f1f8.png index 33eef5d58..79174bb3e 100644 Binary files a/assets/png_512x512/1f1fc-1f1f8.png and b/assets/png_512x512/1f1fc-1f1f8.png differ diff --git a/assets/png_512x512/1f1fd-1f1f0.png b/assets/png_512x512/1f1fd-1f1f0.png index 9c171f01f..277db0deb 100644 Binary files a/assets/png_512x512/1f1fd-1f1f0.png and b/assets/png_512x512/1f1fd-1f1f0.png differ diff --git a/assets/png_512x512/1f1fe-1f1ea.png b/assets/png_512x512/1f1fe-1f1ea.png index 07a69fc95..234e13ed9 100644 Binary files a/assets/png_512x512/1f1fe-1f1ea.png and b/assets/png_512x512/1f1fe-1f1ea.png differ diff --git a/assets/png_512x512/1f1fe-1f1f9.png b/assets/png_512x512/1f1fe-1f1f9.png index 4e85f6001..7a13609e1 100644 Binary files a/assets/png_512x512/1f1fe-1f1f9.png and b/assets/png_512x512/1f1fe-1f1f9.png differ diff --git a/assets/png_512x512/1f1ff-1f1e6.png b/assets/png_512x512/1f1ff-1f1e6.png index dec5520fe..08a491a30 100644 Binary files a/assets/png_512x512/1f1ff-1f1e6.png and b/assets/png_512x512/1f1ff-1f1e6.png differ diff --git a/assets/png_512x512/1f1ff-1f1f2.png b/assets/png_512x512/1f1ff-1f1f2.png index f62706167..9e697e3d9 100644 Binary files a/assets/png_512x512/1f1ff-1f1f2.png and b/assets/png_512x512/1f1ff-1f1f2.png differ diff --git a/assets/png_512x512/1f1ff-1f1fc.png b/assets/png_512x512/1f1ff-1f1fc.png index 959c83e6c..847d5d7d4 100644 Binary files a/assets/png_512x512/1f1ff-1f1fc.png and b/assets/png_512x512/1f1ff-1f1fc.png differ diff --git a/assets/png_512x512/1f201.png b/assets/png_512x512/1f201.png index f672f1b50..94dc030d1 100644 Binary files a/assets/png_512x512/1f201.png and b/assets/png_512x512/1f201.png differ diff --git a/assets/png_512x512/1f202.png b/assets/png_512x512/1f202.png index 0691cafa5..f7b05e6dd 100644 Binary files a/assets/png_512x512/1f202.png and b/assets/png_512x512/1f202.png differ diff --git a/assets/png_512x512/1f21a.png b/assets/png_512x512/1f21a.png index a9e0152b6..6a7055265 100644 Binary files a/assets/png_512x512/1f21a.png and b/assets/png_512x512/1f21a.png differ diff --git a/assets/png_512x512/1f22f.png b/assets/png_512x512/1f22f.png index 375fa36f2..adf70bca8 100644 Binary files a/assets/png_512x512/1f22f.png and b/assets/png_512x512/1f22f.png differ diff --git a/assets/png_512x512/1f232.png b/assets/png_512x512/1f232.png index b25140743..836572185 100644 Binary files a/assets/png_512x512/1f232.png and b/assets/png_512x512/1f232.png differ diff --git a/assets/png_512x512/1f233.png b/assets/png_512x512/1f233.png index 0c8525aad..5472633e6 100644 Binary files a/assets/png_512x512/1f233.png and b/assets/png_512x512/1f233.png differ diff --git a/assets/png_512x512/1f234.png b/assets/png_512x512/1f234.png index f27f3d4a5..d302e2824 100644 Binary files a/assets/png_512x512/1f234.png and b/assets/png_512x512/1f234.png differ diff --git a/assets/png_512x512/1f235.png b/assets/png_512x512/1f235.png index 91a2961f3..d80c4f3e5 100644 Binary files a/assets/png_512x512/1f235.png and b/assets/png_512x512/1f235.png differ diff --git a/assets/png_512x512/1f236.png b/assets/png_512x512/1f236.png index d9619d29e..6a1b18f60 100644 Binary files a/assets/png_512x512/1f236.png and b/assets/png_512x512/1f236.png differ diff --git a/assets/png_512x512/1f237.png b/assets/png_512x512/1f237.png index 5adede8db..1c69fdf2f 100644 Binary files a/assets/png_512x512/1f237.png and b/assets/png_512x512/1f237.png differ diff --git a/assets/png_512x512/1f238.png b/assets/png_512x512/1f238.png index 2fab2285d..9f4f64ae4 100644 Binary files a/assets/png_512x512/1f238.png and b/assets/png_512x512/1f238.png differ diff --git a/assets/png_512x512/1f239.png b/assets/png_512x512/1f239.png index 48a00c756..2ab3e99de 100644 Binary files a/assets/png_512x512/1f239.png and b/assets/png_512x512/1f239.png differ diff --git a/assets/png_512x512/1f23a.png b/assets/png_512x512/1f23a.png index ff20c2dd9..7aae24629 100644 Binary files a/assets/png_512x512/1f23a.png and b/assets/png_512x512/1f23a.png differ diff --git a/assets/png_512x512/1f250.png b/assets/png_512x512/1f250.png index 244826574..9fa5dfe8c 100644 Binary files a/assets/png_512x512/1f250.png and b/assets/png_512x512/1f250.png differ diff --git a/assets/png_512x512/1f251.png b/assets/png_512x512/1f251.png index 593ced8bf..b5395de32 100644 Binary files a/assets/png_512x512/1f251.png and b/assets/png_512x512/1f251.png differ diff --git a/assets/png_512x512/1f300.png b/assets/png_512x512/1f300.png index 50162021b..fd7af7f50 100644 Binary files a/assets/png_512x512/1f300.png and b/assets/png_512x512/1f300.png differ diff --git a/assets/png_512x512/1f301.png b/assets/png_512x512/1f301.png index 52296f2aa..8e26277f3 100644 Binary files a/assets/png_512x512/1f301.png and b/assets/png_512x512/1f301.png differ diff --git a/assets/png_512x512/1f302.png b/assets/png_512x512/1f302.png index 985888ee4..d6fc469d8 100644 Binary files a/assets/png_512x512/1f302.png and b/assets/png_512x512/1f302.png differ diff --git a/assets/png_512x512/1f303.png b/assets/png_512x512/1f303.png index 87ec00a71..e3ef56bcb 100644 Binary files a/assets/png_512x512/1f303.png and b/assets/png_512x512/1f303.png differ diff --git a/assets/png_512x512/1f304.png b/assets/png_512x512/1f304.png index bbf6ff4d6..8797fef4c 100644 Binary files a/assets/png_512x512/1f304.png and b/assets/png_512x512/1f304.png differ diff --git a/assets/png_512x512/1f305.png b/assets/png_512x512/1f305.png index 9c4c4e758..7c659a932 100644 Binary files a/assets/png_512x512/1f305.png and b/assets/png_512x512/1f305.png differ diff --git a/assets/png_512x512/1f306.png b/assets/png_512x512/1f306.png index e9cae65d1..0c5a7bd5f 100644 Binary files a/assets/png_512x512/1f306.png and b/assets/png_512x512/1f306.png differ diff --git a/assets/png_512x512/1f307.png b/assets/png_512x512/1f307.png index d50fe314d..27a8bffad 100644 Binary files a/assets/png_512x512/1f307.png and b/assets/png_512x512/1f307.png differ diff --git a/assets/png_512x512/1f308.png b/assets/png_512x512/1f308.png index 6f3afec25..e2de9f17e 100644 Binary files a/assets/png_512x512/1f308.png and b/assets/png_512x512/1f308.png differ diff --git a/assets/png_512x512/1f309.png b/assets/png_512x512/1f309.png index 468113b41..dd6b82d8b 100644 Binary files a/assets/png_512x512/1f309.png and b/assets/png_512x512/1f309.png differ diff --git a/assets/png_512x512/1f30a.png b/assets/png_512x512/1f30a.png index 66af2b089..118770310 100644 Binary files a/assets/png_512x512/1f30a.png and b/assets/png_512x512/1f30a.png differ diff --git a/assets/png_512x512/1f30b.png b/assets/png_512x512/1f30b.png index 8caac1c2d..dfd8e7a61 100644 Binary files a/assets/png_512x512/1f30b.png and b/assets/png_512x512/1f30b.png differ diff --git a/assets/png_512x512/1f30c.png b/assets/png_512x512/1f30c.png index c27b6d28e..7b827dba3 100644 Binary files a/assets/png_512x512/1f30c.png and b/assets/png_512x512/1f30c.png differ diff --git a/assets/png_512x512/1f30d.png b/assets/png_512x512/1f30d.png index ea9f06dcb..ade0ad021 100644 Binary files a/assets/png_512x512/1f30d.png and b/assets/png_512x512/1f30d.png differ diff --git a/assets/png_512x512/1f30e.png b/assets/png_512x512/1f30e.png index 67babfe06..6ffc0e798 100644 Binary files a/assets/png_512x512/1f30e.png and b/assets/png_512x512/1f30e.png differ diff --git a/assets/png_512x512/1f30f.png b/assets/png_512x512/1f30f.png index f82bd4c49..eba4b8212 100644 Binary files a/assets/png_512x512/1f30f.png and b/assets/png_512x512/1f30f.png differ diff --git a/assets/png_512x512/1f310.png b/assets/png_512x512/1f310.png index be2cfb772..06af7ce07 100644 Binary files a/assets/png_512x512/1f310.png and b/assets/png_512x512/1f310.png differ diff --git a/assets/png_512x512/1f311.png b/assets/png_512x512/1f311.png index 89216bc65..64addd8ee 100644 Binary files a/assets/png_512x512/1f311.png and b/assets/png_512x512/1f311.png differ diff --git a/assets/png_512x512/1f312.png b/assets/png_512x512/1f312.png index 3faaaa39e..048225318 100644 Binary files a/assets/png_512x512/1f312.png and b/assets/png_512x512/1f312.png differ diff --git a/assets/png_512x512/1f313.png b/assets/png_512x512/1f313.png index 49e9d383b..4833fe3da 100644 Binary files a/assets/png_512x512/1f313.png and b/assets/png_512x512/1f313.png differ diff --git a/assets/png_512x512/1f314.png b/assets/png_512x512/1f314.png index 85f815803..4ff660db5 100644 Binary files a/assets/png_512x512/1f314.png and b/assets/png_512x512/1f314.png differ diff --git a/assets/png_512x512/1f315.png b/assets/png_512x512/1f315.png index bd6643979..84244c487 100644 Binary files a/assets/png_512x512/1f315.png and b/assets/png_512x512/1f315.png differ diff --git a/assets/png_512x512/1f316.png b/assets/png_512x512/1f316.png index ab563f3fa..76ae02e23 100644 Binary files a/assets/png_512x512/1f316.png and b/assets/png_512x512/1f316.png differ diff --git a/assets/png_512x512/1f317.png b/assets/png_512x512/1f317.png index 92ef2f43f..a34c7b909 100644 Binary files a/assets/png_512x512/1f317.png and b/assets/png_512x512/1f317.png differ diff --git a/assets/png_512x512/1f318.png b/assets/png_512x512/1f318.png index 252f64ccb..fae52b9a0 100644 Binary files a/assets/png_512x512/1f318.png and b/assets/png_512x512/1f318.png differ diff --git a/assets/png_512x512/1f319.png b/assets/png_512x512/1f319.png index 3329556eb..691eff972 100644 Binary files a/assets/png_512x512/1f319.png and b/assets/png_512x512/1f319.png differ diff --git a/assets/png_512x512/1f31a.png b/assets/png_512x512/1f31a.png index 6ed3639c2..d7dd54de3 100644 Binary files a/assets/png_512x512/1f31a.png and b/assets/png_512x512/1f31a.png differ diff --git a/assets/png_512x512/1f31b.png b/assets/png_512x512/1f31b.png index 0348d4920..443f7b19d 100644 Binary files a/assets/png_512x512/1f31b.png and b/assets/png_512x512/1f31b.png differ diff --git a/assets/png_512x512/1f31c.png b/assets/png_512x512/1f31c.png index 48a90e4aa..11de1caad 100644 Binary files a/assets/png_512x512/1f31c.png and b/assets/png_512x512/1f31c.png differ diff --git a/assets/png_512x512/1f31d.png b/assets/png_512x512/1f31d.png index 47764d32f..095201065 100644 Binary files a/assets/png_512x512/1f31d.png and b/assets/png_512x512/1f31d.png differ diff --git a/assets/png_512x512/1f31e.png b/assets/png_512x512/1f31e.png index a586a5bfd..af11d24a6 100644 Binary files a/assets/png_512x512/1f31e.png and b/assets/png_512x512/1f31e.png differ diff --git a/assets/png_512x512/1f31f.png b/assets/png_512x512/1f31f.png index 80e37da41..c83568d57 100644 Binary files a/assets/png_512x512/1f31f.png and b/assets/png_512x512/1f31f.png differ diff --git a/assets/png_512x512/1f320.png b/assets/png_512x512/1f320.png index 7bc7f7f9e..d9211fb86 100644 Binary files a/assets/png_512x512/1f320.png and b/assets/png_512x512/1f320.png differ diff --git a/assets/png_512x512/1f321.png b/assets/png_512x512/1f321.png index dccc7789b..1899c51bd 100644 Binary files a/assets/png_512x512/1f321.png and b/assets/png_512x512/1f321.png differ diff --git a/assets/png_512x512/1f324.png b/assets/png_512x512/1f324.png index 14c046ed0..004e742de 100644 Binary files a/assets/png_512x512/1f324.png and b/assets/png_512x512/1f324.png differ diff --git a/assets/png_512x512/1f325.png b/assets/png_512x512/1f325.png index 81872d412..6088c99b3 100644 Binary files a/assets/png_512x512/1f325.png and b/assets/png_512x512/1f325.png differ diff --git a/assets/png_512x512/1f326.png b/assets/png_512x512/1f326.png index e1a93033d..536e2aafc 100644 Binary files a/assets/png_512x512/1f326.png and b/assets/png_512x512/1f326.png differ diff --git a/assets/png_512x512/1f327.png b/assets/png_512x512/1f327.png index 44994ea24..2e6b844da 100644 Binary files a/assets/png_512x512/1f327.png and b/assets/png_512x512/1f327.png differ diff --git a/assets/png_512x512/1f328.png b/assets/png_512x512/1f328.png index 70f838bc5..165a73edb 100644 Binary files a/assets/png_512x512/1f328.png and b/assets/png_512x512/1f328.png differ diff --git a/assets/png_512x512/1f329.png b/assets/png_512x512/1f329.png index 795ac1626..ceee5e834 100644 Binary files a/assets/png_512x512/1f329.png and b/assets/png_512x512/1f329.png differ diff --git a/assets/png_512x512/1f32a.png b/assets/png_512x512/1f32a.png index f1cef6266..2146f458c 100644 Binary files a/assets/png_512x512/1f32a.png and b/assets/png_512x512/1f32a.png differ diff --git a/assets/png_512x512/1f32b.png b/assets/png_512x512/1f32b.png index 7880188ac..87fc9983c 100644 Binary files a/assets/png_512x512/1f32b.png and b/assets/png_512x512/1f32b.png differ diff --git a/assets/png_512x512/1f32c.png b/assets/png_512x512/1f32c.png index 2eb2edde1..c38e7c871 100644 Binary files a/assets/png_512x512/1f32c.png and b/assets/png_512x512/1f32c.png differ diff --git a/assets/png_512x512/1f32d.png b/assets/png_512x512/1f32d.png index 882409504..3b2b824f4 100644 Binary files a/assets/png_512x512/1f32d.png and b/assets/png_512x512/1f32d.png differ diff --git a/assets/png_512x512/1f32e.png b/assets/png_512x512/1f32e.png index 1c0ff2378..46f173710 100644 Binary files a/assets/png_512x512/1f32e.png and b/assets/png_512x512/1f32e.png differ diff --git a/assets/png_512x512/1f32f.png b/assets/png_512x512/1f32f.png index bdd60e216..90b7be88f 100644 Binary files a/assets/png_512x512/1f32f.png and b/assets/png_512x512/1f32f.png differ diff --git a/assets/png_512x512/1f330.png b/assets/png_512x512/1f330.png index d448b14d8..36eee08e8 100644 Binary files a/assets/png_512x512/1f330.png and b/assets/png_512x512/1f330.png differ diff --git a/assets/png_512x512/1f331.png b/assets/png_512x512/1f331.png index 20d216f61..978d1a3d3 100644 Binary files a/assets/png_512x512/1f331.png and b/assets/png_512x512/1f331.png differ diff --git a/assets/png_512x512/1f332.png b/assets/png_512x512/1f332.png index babbc14c4..57da4a752 100644 Binary files a/assets/png_512x512/1f332.png and b/assets/png_512x512/1f332.png differ diff --git a/assets/png_512x512/1f333.png b/assets/png_512x512/1f333.png index 5a5297d18..0b6c8967a 100644 Binary files a/assets/png_512x512/1f333.png and b/assets/png_512x512/1f333.png differ diff --git a/assets/png_512x512/1f334.png b/assets/png_512x512/1f334.png index f6330af17..529839236 100644 Binary files a/assets/png_512x512/1f334.png and b/assets/png_512x512/1f334.png differ diff --git a/assets/png_512x512/1f335.png b/assets/png_512x512/1f335.png index c07b9da25..31976fa81 100644 Binary files a/assets/png_512x512/1f335.png and b/assets/png_512x512/1f335.png differ diff --git a/assets/png_512x512/1f336.png b/assets/png_512x512/1f336.png index cebf7e827..0d217a064 100644 Binary files a/assets/png_512x512/1f336.png and b/assets/png_512x512/1f336.png differ diff --git a/assets/png_512x512/1f337.png b/assets/png_512x512/1f337.png index dd8c31799..994baf38e 100644 Binary files a/assets/png_512x512/1f337.png and b/assets/png_512x512/1f337.png differ diff --git a/assets/png_512x512/1f338.png b/assets/png_512x512/1f338.png index 2e7fc88c5..4d9e4a06b 100644 Binary files a/assets/png_512x512/1f338.png and b/assets/png_512x512/1f338.png differ diff --git a/assets/png_512x512/1f339.png b/assets/png_512x512/1f339.png index eb4a6ee95..d14d2fb33 100644 Binary files a/assets/png_512x512/1f339.png and b/assets/png_512x512/1f339.png differ diff --git a/assets/png_512x512/1f33a.png b/assets/png_512x512/1f33a.png index 45b765937..e89cb9334 100644 Binary files a/assets/png_512x512/1f33a.png and b/assets/png_512x512/1f33a.png differ diff --git a/assets/png_512x512/1f33b.png b/assets/png_512x512/1f33b.png index 38f415147..47632b20b 100644 Binary files a/assets/png_512x512/1f33b.png and b/assets/png_512x512/1f33b.png differ diff --git a/assets/png_512x512/1f33c.png b/assets/png_512x512/1f33c.png index 17aef7c66..1e191d9c9 100644 Binary files a/assets/png_512x512/1f33c.png and b/assets/png_512x512/1f33c.png differ diff --git a/assets/png_512x512/1f33d.png b/assets/png_512x512/1f33d.png index 1800d8ded..f43cbb097 100644 Binary files a/assets/png_512x512/1f33d.png and b/assets/png_512x512/1f33d.png differ diff --git a/assets/png_512x512/1f33e.png b/assets/png_512x512/1f33e.png index 4ea71eca5..ff28bcdf6 100644 Binary files a/assets/png_512x512/1f33e.png and b/assets/png_512x512/1f33e.png differ diff --git a/assets/png_512x512/1f33f.png b/assets/png_512x512/1f33f.png index ad5c3935e..1d567b065 100644 Binary files a/assets/png_512x512/1f33f.png and b/assets/png_512x512/1f33f.png differ diff --git a/assets/png_512x512/1f340.png b/assets/png_512x512/1f340.png index ff23ab3a9..ebb16d1a5 100644 Binary files a/assets/png_512x512/1f340.png and b/assets/png_512x512/1f340.png differ diff --git a/assets/png_512x512/1f341.png b/assets/png_512x512/1f341.png index 5de0b5218..38a7a3caa 100644 Binary files a/assets/png_512x512/1f341.png and b/assets/png_512x512/1f341.png differ diff --git a/assets/png_512x512/1f342.png b/assets/png_512x512/1f342.png index a172e23a4..10e2f720d 100644 Binary files a/assets/png_512x512/1f342.png and b/assets/png_512x512/1f342.png differ diff --git a/assets/png_512x512/1f343.png b/assets/png_512x512/1f343.png index 5a2321500..079105ef6 100644 Binary files a/assets/png_512x512/1f343.png and b/assets/png_512x512/1f343.png differ diff --git a/assets/png_512x512/1f344.png b/assets/png_512x512/1f344.png index 7bc5da04c..81d99933f 100644 Binary files a/assets/png_512x512/1f344.png and b/assets/png_512x512/1f344.png differ diff --git a/assets/png_512x512/1f345.png b/assets/png_512x512/1f345.png index 48cc001ee..144473a3a 100644 Binary files a/assets/png_512x512/1f345.png and b/assets/png_512x512/1f345.png differ diff --git a/assets/png_512x512/1f346.png b/assets/png_512x512/1f346.png index e72faa904..a107aaa67 100644 Binary files a/assets/png_512x512/1f346.png and b/assets/png_512x512/1f346.png differ diff --git a/assets/png_512x512/1f347.png b/assets/png_512x512/1f347.png index e76a66d9e..6b4151f7a 100644 Binary files a/assets/png_512x512/1f347.png and b/assets/png_512x512/1f347.png differ diff --git a/assets/png_512x512/1f348.png b/assets/png_512x512/1f348.png index ac622a415..3399cb673 100644 Binary files a/assets/png_512x512/1f348.png and b/assets/png_512x512/1f348.png differ diff --git a/assets/png_512x512/1f349.png b/assets/png_512x512/1f349.png index 5c07589ae..e4cb240c1 100644 Binary files a/assets/png_512x512/1f349.png and b/assets/png_512x512/1f349.png differ diff --git a/assets/png_512x512/1f34a.png b/assets/png_512x512/1f34a.png index e42c48d27..82104c76d 100644 Binary files a/assets/png_512x512/1f34a.png and b/assets/png_512x512/1f34a.png differ diff --git a/assets/png_512x512/1f34b.png b/assets/png_512x512/1f34b.png index 6cdaeae7d..188429707 100644 Binary files a/assets/png_512x512/1f34b.png and b/assets/png_512x512/1f34b.png differ diff --git a/assets/png_512x512/1f34c.png b/assets/png_512x512/1f34c.png index 7cdfaa37a..f389d8f66 100644 Binary files a/assets/png_512x512/1f34c.png and b/assets/png_512x512/1f34c.png differ diff --git a/assets/png_512x512/1f34d.png b/assets/png_512x512/1f34d.png index c08028f56..c5379ed65 100644 Binary files a/assets/png_512x512/1f34d.png and b/assets/png_512x512/1f34d.png differ diff --git a/assets/png_512x512/1f34e.png b/assets/png_512x512/1f34e.png index 7272f0716..dff5fd6b0 100644 Binary files a/assets/png_512x512/1f34e.png and b/assets/png_512x512/1f34e.png differ diff --git a/assets/png_512x512/1f34f.png b/assets/png_512x512/1f34f.png index 44febf40b..6f1ee48d0 100644 Binary files a/assets/png_512x512/1f34f.png and b/assets/png_512x512/1f34f.png differ diff --git a/assets/png_512x512/1f350.png b/assets/png_512x512/1f350.png index 23d73d3d8..de381b2aa 100644 Binary files a/assets/png_512x512/1f350.png and b/assets/png_512x512/1f350.png differ diff --git a/assets/png_512x512/1f351.png b/assets/png_512x512/1f351.png index f5dd41717..9b05f4f7f 100644 Binary files a/assets/png_512x512/1f351.png and b/assets/png_512x512/1f351.png differ diff --git a/assets/png_512x512/1f352.png b/assets/png_512x512/1f352.png index aed75001f..b40688eb9 100644 Binary files a/assets/png_512x512/1f352.png and b/assets/png_512x512/1f352.png differ diff --git a/assets/png_512x512/1f353.png b/assets/png_512x512/1f353.png index 7d6a11635..46c22a076 100644 Binary files a/assets/png_512x512/1f353.png and b/assets/png_512x512/1f353.png differ diff --git a/assets/png_512x512/1f354.png b/assets/png_512x512/1f354.png index 47186f1d3..4ed1483fd 100644 Binary files a/assets/png_512x512/1f354.png and b/assets/png_512x512/1f354.png differ diff --git a/assets/png_512x512/1f355.png b/assets/png_512x512/1f355.png index 02aef47f0..8e08f2be5 100644 Binary files a/assets/png_512x512/1f355.png and b/assets/png_512x512/1f355.png differ diff --git a/assets/png_512x512/1f356.png b/assets/png_512x512/1f356.png index 489fee040..94347c7bc 100644 Binary files a/assets/png_512x512/1f356.png and b/assets/png_512x512/1f356.png differ diff --git a/assets/png_512x512/1f357.png b/assets/png_512x512/1f357.png index b2d0b5d61..28ee13552 100644 Binary files a/assets/png_512x512/1f357.png and b/assets/png_512x512/1f357.png differ diff --git a/assets/png_512x512/1f358.png b/assets/png_512x512/1f358.png index 372d3492e..3ed1eea6e 100644 Binary files a/assets/png_512x512/1f358.png and b/assets/png_512x512/1f358.png differ diff --git a/assets/png_512x512/1f359.png b/assets/png_512x512/1f359.png index 7f3090faf..0b84ea248 100644 Binary files a/assets/png_512x512/1f359.png and b/assets/png_512x512/1f359.png differ diff --git a/assets/png_512x512/1f35a.png b/assets/png_512x512/1f35a.png index 32cd908fb..85ed533e1 100644 Binary files a/assets/png_512x512/1f35a.png and b/assets/png_512x512/1f35a.png differ diff --git a/assets/png_512x512/1f35b.png b/assets/png_512x512/1f35b.png index 830d72022..961299011 100644 Binary files a/assets/png_512x512/1f35b.png and b/assets/png_512x512/1f35b.png differ diff --git a/assets/png_512x512/1f35c.png b/assets/png_512x512/1f35c.png index 5b67f5150..9d912d556 100644 Binary files a/assets/png_512x512/1f35c.png and b/assets/png_512x512/1f35c.png differ diff --git a/assets/png_512x512/1f35d.png b/assets/png_512x512/1f35d.png index 4e65555c5..0571d43eb 100644 Binary files a/assets/png_512x512/1f35d.png and b/assets/png_512x512/1f35d.png differ diff --git a/assets/png_512x512/1f35e.png b/assets/png_512x512/1f35e.png index ac6527c50..8b3d11d61 100644 Binary files a/assets/png_512x512/1f35e.png and b/assets/png_512x512/1f35e.png differ diff --git a/assets/png_512x512/1f35f.png b/assets/png_512x512/1f35f.png index 2aab0b26d..d77102587 100644 Binary files a/assets/png_512x512/1f35f.png and b/assets/png_512x512/1f35f.png differ diff --git a/assets/png_512x512/1f360.png b/assets/png_512x512/1f360.png index 37ce8544a..7b41ac9ba 100644 Binary files a/assets/png_512x512/1f360.png and b/assets/png_512x512/1f360.png differ diff --git a/assets/png_512x512/1f361.png b/assets/png_512x512/1f361.png index 32ce9a073..1c9cfac30 100644 Binary files a/assets/png_512x512/1f361.png and b/assets/png_512x512/1f361.png differ diff --git a/assets/png_512x512/1f362.png b/assets/png_512x512/1f362.png index 765447acb..380143a63 100644 Binary files a/assets/png_512x512/1f362.png and b/assets/png_512x512/1f362.png differ diff --git a/assets/png_512x512/1f363.png b/assets/png_512x512/1f363.png index 39026c1d2..b43b3b36a 100644 Binary files a/assets/png_512x512/1f363.png and b/assets/png_512x512/1f363.png differ diff --git a/assets/png_512x512/1f364.png b/assets/png_512x512/1f364.png index b5fd69a34..9733072a0 100644 Binary files a/assets/png_512x512/1f364.png and b/assets/png_512x512/1f364.png differ diff --git a/assets/png_512x512/1f365.png b/assets/png_512x512/1f365.png index 6044b783c..84f047aa8 100644 Binary files a/assets/png_512x512/1f365.png and b/assets/png_512x512/1f365.png differ diff --git a/assets/png_512x512/1f366.png b/assets/png_512x512/1f366.png index 7ebfd2f7d..b79e51967 100644 Binary files a/assets/png_512x512/1f366.png and b/assets/png_512x512/1f366.png differ diff --git a/assets/png_512x512/1f367.png b/assets/png_512x512/1f367.png index 0904c8857..fe0ff0acd 100644 Binary files a/assets/png_512x512/1f367.png and b/assets/png_512x512/1f367.png differ diff --git a/assets/png_512x512/1f368.png b/assets/png_512x512/1f368.png index a0aea7aed..3abfaabab 100644 Binary files a/assets/png_512x512/1f368.png and b/assets/png_512x512/1f368.png differ diff --git a/assets/png_512x512/1f369.png b/assets/png_512x512/1f369.png index 926ea5fdb..e07bb827e 100644 Binary files a/assets/png_512x512/1f369.png and b/assets/png_512x512/1f369.png differ diff --git a/assets/png_512x512/1f36a.png b/assets/png_512x512/1f36a.png index 3384ca5c8..4d65b1430 100644 Binary files a/assets/png_512x512/1f36a.png and b/assets/png_512x512/1f36a.png differ diff --git a/assets/png_512x512/1f36b.png b/assets/png_512x512/1f36b.png index 220ef6381..cddbeafaf 100644 Binary files a/assets/png_512x512/1f36b.png and b/assets/png_512x512/1f36b.png differ diff --git a/assets/png_512x512/1f36c.png b/assets/png_512x512/1f36c.png index 1ce182519..9649fea21 100644 Binary files a/assets/png_512x512/1f36c.png and b/assets/png_512x512/1f36c.png differ diff --git a/assets/png_512x512/1f36d.png b/assets/png_512x512/1f36d.png index a4dd6d33c..eb0ebdb39 100644 Binary files a/assets/png_512x512/1f36d.png and b/assets/png_512x512/1f36d.png differ diff --git a/assets/png_512x512/1f36e.png b/assets/png_512x512/1f36e.png index c5dd65bac..30f16a588 100644 Binary files a/assets/png_512x512/1f36e.png and b/assets/png_512x512/1f36e.png differ diff --git a/assets/png_512x512/1f36f.png b/assets/png_512x512/1f36f.png index d73e23d8b..8665dbdcc 100644 Binary files a/assets/png_512x512/1f36f.png and b/assets/png_512x512/1f36f.png differ diff --git a/assets/png_512x512/1f370.png b/assets/png_512x512/1f370.png index 51d63eb52..0c814e8f5 100644 Binary files a/assets/png_512x512/1f370.png and b/assets/png_512x512/1f370.png differ diff --git a/assets/png_512x512/1f371.png b/assets/png_512x512/1f371.png index f670792a8..0e7f808af 100644 Binary files a/assets/png_512x512/1f371.png and b/assets/png_512x512/1f371.png differ diff --git a/assets/png_512x512/1f372.png b/assets/png_512x512/1f372.png index b19f8c4d5..4acb8cef0 100644 Binary files a/assets/png_512x512/1f372.png and b/assets/png_512x512/1f372.png differ diff --git a/assets/png_512x512/1f373.png b/assets/png_512x512/1f373.png index 9bfcfbe6d..aa8d52780 100644 Binary files a/assets/png_512x512/1f373.png and b/assets/png_512x512/1f373.png differ diff --git a/assets/png_512x512/1f374.png b/assets/png_512x512/1f374.png index 84fcb9c7e..277f1931d 100644 Binary files a/assets/png_512x512/1f374.png and b/assets/png_512x512/1f374.png differ diff --git a/assets/png_512x512/1f375.png b/assets/png_512x512/1f375.png index e2e1c09fe..9512b8440 100644 Binary files a/assets/png_512x512/1f375.png and b/assets/png_512x512/1f375.png differ diff --git a/assets/png_512x512/1f376.png b/assets/png_512x512/1f376.png index 819449b18..ed7c434f4 100644 Binary files a/assets/png_512x512/1f376.png and b/assets/png_512x512/1f376.png differ diff --git a/assets/png_512x512/1f377.png b/assets/png_512x512/1f377.png index 9207f3d54..ea9957562 100644 Binary files a/assets/png_512x512/1f377.png and b/assets/png_512x512/1f377.png differ diff --git a/assets/png_512x512/1f378.png b/assets/png_512x512/1f378.png index f8d3337db..6c9b4b77b 100644 Binary files a/assets/png_512x512/1f378.png and b/assets/png_512x512/1f378.png differ diff --git a/assets/png_512x512/1f379.png b/assets/png_512x512/1f379.png index 5498ce2f2..2740d44a2 100644 Binary files a/assets/png_512x512/1f379.png and b/assets/png_512x512/1f379.png differ diff --git a/assets/png_512x512/1f37a.png b/assets/png_512x512/1f37a.png index f2b6f869c..5dc1bce74 100644 Binary files a/assets/png_512x512/1f37a.png and b/assets/png_512x512/1f37a.png differ diff --git a/assets/png_512x512/1f37b.png b/assets/png_512x512/1f37b.png index 8231d3a5c..6e32054b6 100644 Binary files a/assets/png_512x512/1f37b.png and b/assets/png_512x512/1f37b.png differ diff --git a/assets/png_512x512/1f37c.png b/assets/png_512x512/1f37c.png index 7f3e1fd9c..2c1b9a2d6 100644 Binary files a/assets/png_512x512/1f37c.png and b/assets/png_512x512/1f37c.png differ diff --git a/assets/png_512x512/1f37d.png b/assets/png_512x512/1f37d.png index 15aa39609..62d342782 100644 Binary files a/assets/png_512x512/1f37d.png and b/assets/png_512x512/1f37d.png differ diff --git a/assets/png_512x512/1f37e.png b/assets/png_512x512/1f37e.png index c7b744f5e..fe8787fb6 100644 Binary files a/assets/png_512x512/1f37e.png and b/assets/png_512x512/1f37e.png differ diff --git a/assets/png_512x512/1f37f.png b/assets/png_512x512/1f37f.png index 40a56a875..85293f99c 100644 Binary files a/assets/png_512x512/1f37f.png and b/assets/png_512x512/1f37f.png differ diff --git a/assets/png_512x512/1f380.png b/assets/png_512x512/1f380.png index 4676f19b5..236630e1f 100644 Binary files a/assets/png_512x512/1f380.png and b/assets/png_512x512/1f380.png differ diff --git a/assets/png_512x512/1f381.png b/assets/png_512x512/1f381.png index 727494859..d748f4e11 100644 Binary files a/assets/png_512x512/1f381.png and b/assets/png_512x512/1f381.png differ diff --git a/assets/png_512x512/1f382.png b/assets/png_512x512/1f382.png index e8a288c55..b7c0833cd 100644 Binary files a/assets/png_512x512/1f382.png and b/assets/png_512x512/1f382.png differ diff --git a/assets/png_512x512/1f383.png b/assets/png_512x512/1f383.png index abfe6f520..374175ca1 100644 Binary files a/assets/png_512x512/1f383.png and b/assets/png_512x512/1f383.png differ diff --git a/assets/png_512x512/1f384.png b/assets/png_512x512/1f384.png index fca39652c..43f76beb8 100644 Binary files a/assets/png_512x512/1f384.png and b/assets/png_512x512/1f384.png differ diff --git a/assets/png_512x512/1f385-1f3fb.png b/assets/png_512x512/1f385-1f3fb.png index 8c7210ec9..9a474a2ae 100644 Binary files a/assets/png_512x512/1f385-1f3fb.png and b/assets/png_512x512/1f385-1f3fb.png differ diff --git a/assets/png_512x512/1f385-1f3fc.png b/assets/png_512x512/1f385-1f3fc.png index 50d9e654c..1ee1ab37c 100644 Binary files a/assets/png_512x512/1f385-1f3fc.png and b/assets/png_512x512/1f385-1f3fc.png differ diff --git a/assets/png_512x512/1f385-1f3fd.png b/assets/png_512x512/1f385-1f3fd.png index 021bb1ef3..991484709 100644 Binary files a/assets/png_512x512/1f385-1f3fd.png and b/assets/png_512x512/1f385-1f3fd.png differ diff --git a/assets/png_512x512/1f385-1f3fe.png b/assets/png_512x512/1f385-1f3fe.png index f6b55e32d..e7683bb6f 100644 Binary files a/assets/png_512x512/1f385-1f3fe.png and b/assets/png_512x512/1f385-1f3fe.png differ diff --git a/assets/png_512x512/1f385-1f3ff.png b/assets/png_512x512/1f385-1f3ff.png index 736da9864..04bd98736 100644 Binary files a/assets/png_512x512/1f385-1f3ff.png and b/assets/png_512x512/1f385-1f3ff.png differ diff --git a/assets/png_512x512/1f385.png b/assets/png_512x512/1f385.png index d211f06bf..de0309fda 100644 Binary files a/assets/png_512x512/1f385.png and b/assets/png_512x512/1f385.png differ diff --git a/assets/png_512x512/1f386.png b/assets/png_512x512/1f386.png index 16a70b970..b85a4af7f 100644 Binary files a/assets/png_512x512/1f386.png and b/assets/png_512x512/1f386.png differ diff --git a/assets/png_512x512/1f387.png b/assets/png_512x512/1f387.png index d00e7f8d6..09161dfd7 100644 Binary files a/assets/png_512x512/1f387.png and b/assets/png_512x512/1f387.png differ diff --git a/assets/png_512x512/1f388.png b/assets/png_512x512/1f388.png index 643b036eb..ad77cf7a5 100644 Binary files a/assets/png_512x512/1f388.png and b/assets/png_512x512/1f388.png differ diff --git a/assets/png_512x512/1f389.png b/assets/png_512x512/1f389.png index 3f4080028..15bbb7600 100644 Binary files a/assets/png_512x512/1f389.png and b/assets/png_512x512/1f389.png differ diff --git a/assets/png_512x512/1f38a.png b/assets/png_512x512/1f38a.png index 1f665f2a5..4f4b3d8f4 100644 Binary files a/assets/png_512x512/1f38a.png and b/assets/png_512x512/1f38a.png differ diff --git a/assets/png_512x512/1f38b.png b/assets/png_512x512/1f38b.png index 925e58ca7..d3d84e4dd 100644 Binary files a/assets/png_512x512/1f38b.png and b/assets/png_512x512/1f38b.png differ diff --git a/assets/png_512x512/1f38c.png b/assets/png_512x512/1f38c.png index e97a90e54..8a2d9acd7 100644 Binary files a/assets/png_512x512/1f38c.png and b/assets/png_512x512/1f38c.png differ diff --git a/assets/png_512x512/1f38d.png b/assets/png_512x512/1f38d.png index 020b16a15..ef6cc240b 100644 Binary files a/assets/png_512x512/1f38d.png and b/assets/png_512x512/1f38d.png differ diff --git a/assets/png_512x512/1f38e.png b/assets/png_512x512/1f38e.png index 766eede9c..331173e90 100644 Binary files a/assets/png_512x512/1f38e.png and b/assets/png_512x512/1f38e.png differ diff --git a/assets/png_512x512/1f38f.png b/assets/png_512x512/1f38f.png index 4ea0bede5..0c5aa12c1 100644 Binary files a/assets/png_512x512/1f38f.png and b/assets/png_512x512/1f38f.png differ diff --git a/assets/png_512x512/1f390.png b/assets/png_512x512/1f390.png index 2cb95dc2a..d91fc3474 100644 Binary files a/assets/png_512x512/1f390.png and b/assets/png_512x512/1f390.png differ diff --git a/assets/png_512x512/1f391.png b/assets/png_512x512/1f391.png index 7269934d3..06082e0ae 100644 Binary files a/assets/png_512x512/1f391.png and b/assets/png_512x512/1f391.png differ diff --git a/assets/png_512x512/1f392.png b/assets/png_512x512/1f392.png index fa16672d1..a4814e297 100644 Binary files a/assets/png_512x512/1f392.png and b/assets/png_512x512/1f392.png differ diff --git a/assets/png_512x512/1f393.png b/assets/png_512x512/1f393.png index 15096d81c..b45c492f0 100644 Binary files a/assets/png_512x512/1f393.png and b/assets/png_512x512/1f393.png differ diff --git a/assets/png_512x512/1f396.png b/assets/png_512x512/1f396.png index 1037f0e3c..fd0ffc5bf 100644 Binary files a/assets/png_512x512/1f396.png and b/assets/png_512x512/1f396.png differ diff --git a/assets/png_512x512/1f397.png b/assets/png_512x512/1f397.png index cf55189ee..75ef0d0e3 100644 Binary files a/assets/png_512x512/1f397.png and b/assets/png_512x512/1f397.png differ diff --git a/assets/png_512x512/1f399.png b/assets/png_512x512/1f399.png index 9a341ec30..4752ef310 100644 Binary files a/assets/png_512x512/1f399.png and b/assets/png_512x512/1f399.png differ diff --git a/assets/png_512x512/1f39a.png b/assets/png_512x512/1f39a.png index 7f3df8892..b12741026 100644 Binary files a/assets/png_512x512/1f39a.png and b/assets/png_512x512/1f39a.png differ diff --git a/assets/png_512x512/1f39b.png b/assets/png_512x512/1f39b.png index fdfcef02c..2788f93c7 100644 Binary files a/assets/png_512x512/1f39b.png and b/assets/png_512x512/1f39b.png differ diff --git a/assets/png_512x512/1f39e.png b/assets/png_512x512/1f39e.png index cee822a77..e52400a16 100644 Binary files a/assets/png_512x512/1f39e.png and b/assets/png_512x512/1f39e.png differ diff --git a/assets/png_512x512/1f39f.png b/assets/png_512x512/1f39f.png index f26b71616..b6729778b 100644 Binary files a/assets/png_512x512/1f39f.png and b/assets/png_512x512/1f39f.png differ diff --git a/assets/png_512x512/1f3a0.png b/assets/png_512x512/1f3a0.png index 91af9136a..8c30eaa28 100644 Binary files a/assets/png_512x512/1f3a0.png and b/assets/png_512x512/1f3a0.png differ diff --git a/assets/png_512x512/1f3a1.png b/assets/png_512x512/1f3a1.png index 3f2583e8f..ef3b04630 100644 Binary files a/assets/png_512x512/1f3a1.png and b/assets/png_512x512/1f3a1.png differ diff --git a/assets/png_512x512/1f3a2.png b/assets/png_512x512/1f3a2.png index d1bd2dcc5..f0a52af9d 100644 Binary files a/assets/png_512x512/1f3a2.png and b/assets/png_512x512/1f3a2.png differ diff --git a/assets/png_512x512/1f3a3.png b/assets/png_512x512/1f3a3.png index 38943d1b6..4e12d598a 100644 Binary files a/assets/png_512x512/1f3a3.png and b/assets/png_512x512/1f3a3.png differ diff --git a/assets/png_512x512/1f3a4.png b/assets/png_512x512/1f3a4.png index 485b14f47..14d97a594 100644 Binary files a/assets/png_512x512/1f3a4.png and b/assets/png_512x512/1f3a4.png differ diff --git a/assets/png_512x512/1f3a5.png b/assets/png_512x512/1f3a5.png index d1cc6947f..ec92fe8f0 100644 Binary files a/assets/png_512x512/1f3a5.png and b/assets/png_512x512/1f3a5.png differ diff --git a/assets/png_512x512/1f3a6.png b/assets/png_512x512/1f3a6.png index f5e654b6a..53e23d749 100644 Binary files a/assets/png_512x512/1f3a6.png and b/assets/png_512x512/1f3a6.png differ diff --git a/assets/png_512x512/1f3a7.png b/assets/png_512x512/1f3a7.png index 09df3422e..60c117e8e 100644 Binary files a/assets/png_512x512/1f3a7.png and b/assets/png_512x512/1f3a7.png differ diff --git a/assets/png_512x512/1f3a8.png b/assets/png_512x512/1f3a8.png index dc17c74f3..2da5b365c 100644 Binary files a/assets/png_512x512/1f3a8.png and b/assets/png_512x512/1f3a8.png differ diff --git a/assets/png_512x512/1f3a9.png b/assets/png_512x512/1f3a9.png index a01078142..6de362fd3 100644 Binary files a/assets/png_512x512/1f3a9.png and b/assets/png_512x512/1f3a9.png differ diff --git a/assets/png_512x512/1f3aa.png b/assets/png_512x512/1f3aa.png index caeac6eaf..24a6b60b1 100644 Binary files a/assets/png_512x512/1f3aa.png and b/assets/png_512x512/1f3aa.png differ diff --git a/assets/png_512x512/1f3ab.png b/assets/png_512x512/1f3ab.png index 5a65bb5dd..283242016 100644 Binary files a/assets/png_512x512/1f3ab.png and b/assets/png_512x512/1f3ab.png differ diff --git a/assets/png_512x512/1f3ac.png b/assets/png_512x512/1f3ac.png index ae6b5f7c2..0e60a966e 100644 Binary files a/assets/png_512x512/1f3ac.png and b/assets/png_512x512/1f3ac.png differ diff --git a/assets/png_512x512/1f3ad.png b/assets/png_512x512/1f3ad.png index 1ceab2bbc..17f6f4892 100644 Binary files a/assets/png_512x512/1f3ad.png and b/assets/png_512x512/1f3ad.png differ diff --git a/assets/png_512x512/1f3ae.png b/assets/png_512x512/1f3ae.png index 01b26bc21..704ffa3ec 100644 Binary files a/assets/png_512x512/1f3ae.png and b/assets/png_512x512/1f3ae.png differ diff --git a/assets/png_512x512/1f3af.png b/assets/png_512x512/1f3af.png index c52b9456e..5bd77cc9f 100644 Binary files a/assets/png_512x512/1f3af.png and b/assets/png_512x512/1f3af.png differ diff --git a/assets/png_512x512/1f3b0.png b/assets/png_512x512/1f3b0.png index af915a08e..a493b9814 100644 Binary files a/assets/png_512x512/1f3b0.png and b/assets/png_512x512/1f3b0.png differ diff --git a/assets/png_512x512/1f3b1.png b/assets/png_512x512/1f3b1.png index 2a10f0026..73b11a7c5 100644 Binary files a/assets/png_512x512/1f3b1.png and b/assets/png_512x512/1f3b1.png differ diff --git a/assets/png_512x512/1f3b2.png b/assets/png_512x512/1f3b2.png index c89b52d53..2067cc227 100644 Binary files a/assets/png_512x512/1f3b2.png and b/assets/png_512x512/1f3b2.png differ diff --git a/assets/png_512x512/1f3b3.png b/assets/png_512x512/1f3b3.png index 895dc94bd..7a2dc2a9e 100644 Binary files a/assets/png_512x512/1f3b3.png and b/assets/png_512x512/1f3b3.png differ diff --git a/assets/png_512x512/1f3b4.png b/assets/png_512x512/1f3b4.png index 225b042b2..5d2c2dcc8 100644 Binary files a/assets/png_512x512/1f3b4.png and b/assets/png_512x512/1f3b4.png differ diff --git a/assets/png_512x512/1f3b5.png b/assets/png_512x512/1f3b5.png index a05d04676..9c6664b7d 100644 Binary files a/assets/png_512x512/1f3b5.png and b/assets/png_512x512/1f3b5.png differ diff --git a/assets/png_512x512/1f3b6.png b/assets/png_512x512/1f3b6.png index c54a7114d..5b6d9db9b 100644 Binary files a/assets/png_512x512/1f3b6.png and b/assets/png_512x512/1f3b6.png differ diff --git a/assets/png_512x512/1f3b7.png b/assets/png_512x512/1f3b7.png index ac89260dd..a31808f2b 100644 Binary files a/assets/png_512x512/1f3b7.png and b/assets/png_512x512/1f3b7.png differ diff --git a/assets/png_512x512/1f3b8.png b/assets/png_512x512/1f3b8.png index e994cd3d6..8d6651254 100644 Binary files a/assets/png_512x512/1f3b8.png and b/assets/png_512x512/1f3b8.png differ diff --git a/assets/png_512x512/1f3b9.png b/assets/png_512x512/1f3b9.png index 93352cef0..bd667e6f4 100644 Binary files a/assets/png_512x512/1f3b9.png and b/assets/png_512x512/1f3b9.png differ diff --git a/assets/png_512x512/1f3ba.png b/assets/png_512x512/1f3ba.png index 908741868..76f566fc0 100644 Binary files a/assets/png_512x512/1f3ba.png and b/assets/png_512x512/1f3ba.png differ diff --git a/assets/png_512x512/1f3bb.png b/assets/png_512x512/1f3bb.png index f5cacb890..dec6d2f2f 100644 Binary files a/assets/png_512x512/1f3bb.png and b/assets/png_512x512/1f3bb.png differ diff --git a/assets/png_512x512/1f3bc.png b/assets/png_512x512/1f3bc.png index 53bd819e4..9a9ae19ec 100644 Binary files a/assets/png_512x512/1f3bc.png and b/assets/png_512x512/1f3bc.png differ diff --git a/assets/png_512x512/1f3bd.png b/assets/png_512x512/1f3bd.png index a7d4f56fb..7958646f4 100644 Binary files a/assets/png_512x512/1f3bd.png and b/assets/png_512x512/1f3bd.png differ diff --git a/assets/png_512x512/1f3be.png b/assets/png_512x512/1f3be.png index 921481269..29a644105 100644 Binary files a/assets/png_512x512/1f3be.png and b/assets/png_512x512/1f3be.png differ diff --git a/assets/png_512x512/1f3bf.png b/assets/png_512x512/1f3bf.png index f40c88481..5973bea64 100644 Binary files a/assets/png_512x512/1f3bf.png and b/assets/png_512x512/1f3bf.png differ diff --git a/assets/png_512x512/1f3c0.png b/assets/png_512x512/1f3c0.png index d5bb6ef47..b65cceb66 100644 Binary files a/assets/png_512x512/1f3c0.png and b/assets/png_512x512/1f3c0.png differ diff --git a/assets/png_512x512/1f3c1.png b/assets/png_512x512/1f3c1.png index 2459698e5..10636877d 100644 Binary files a/assets/png_512x512/1f3c1.png and b/assets/png_512x512/1f3c1.png differ diff --git a/assets/png_512x512/1f3c2.png b/assets/png_512x512/1f3c2.png index 000296b3d..682679391 100644 Binary files a/assets/png_512x512/1f3c2.png and b/assets/png_512x512/1f3c2.png differ diff --git a/assets/png_512x512/1f3c3-1f3fb.png b/assets/png_512x512/1f3c3-1f3fb.png index f4b349e31..0e81276a0 100644 Binary files a/assets/png_512x512/1f3c3-1f3fb.png and b/assets/png_512x512/1f3c3-1f3fb.png differ diff --git a/assets/png_512x512/1f3c3-1f3fc.png b/assets/png_512x512/1f3c3-1f3fc.png index 66f62402c..c86bd9606 100644 Binary files a/assets/png_512x512/1f3c3-1f3fc.png and b/assets/png_512x512/1f3c3-1f3fc.png differ diff --git a/assets/png_512x512/1f3c3-1f3fd.png b/assets/png_512x512/1f3c3-1f3fd.png index 4d0326a5a..648b47ad7 100644 Binary files a/assets/png_512x512/1f3c3-1f3fd.png and b/assets/png_512x512/1f3c3-1f3fd.png differ diff --git a/assets/png_512x512/1f3c3-1f3fe.png b/assets/png_512x512/1f3c3-1f3fe.png index 29c34848b..b993a01a3 100644 Binary files a/assets/png_512x512/1f3c3-1f3fe.png and b/assets/png_512x512/1f3c3-1f3fe.png differ diff --git a/assets/png_512x512/1f3c3-1f3ff.png b/assets/png_512x512/1f3c3-1f3ff.png index e790a2a04..1310e2b56 100644 Binary files a/assets/png_512x512/1f3c3-1f3ff.png and b/assets/png_512x512/1f3c3-1f3ff.png differ diff --git a/assets/png_512x512/1f3c3.png b/assets/png_512x512/1f3c3.png index d101eba09..8116e2547 100644 Binary files a/assets/png_512x512/1f3c3.png and b/assets/png_512x512/1f3c3.png differ diff --git a/assets/png_512x512/1f3c4-1f3fb.png b/assets/png_512x512/1f3c4-1f3fb.png index 6b0075acf..f687e3a84 100644 Binary files a/assets/png_512x512/1f3c4-1f3fb.png and b/assets/png_512x512/1f3c4-1f3fb.png differ diff --git a/assets/png_512x512/1f3c4-1f3fc.png b/assets/png_512x512/1f3c4-1f3fc.png index e6e5e12ee..48a55039c 100644 Binary files a/assets/png_512x512/1f3c4-1f3fc.png and b/assets/png_512x512/1f3c4-1f3fc.png differ diff --git a/assets/png_512x512/1f3c4-1f3fd.png b/assets/png_512x512/1f3c4-1f3fd.png index 2136503a8..4ad420c37 100644 Binary files a/assets/png_512x512/1f3c4-1f3fd.png and b/assets/png_512x512/1f3c4-1f3fd.png differ diff --git a/assets/png_512x512/1f3c4-1f3fe.png b/assets/png_512x512/1f3c4-1f3fe.png index 4e6f2fe43..ef25f56dd 100644 Binary files a/assets/png_512x512/1f3c4-1f3fe.png and b/assets/png_512x512/1f3c4-1f3fe.png differ diff --git a/assets/png_512x512/1f3c4-1f3ff.png b/assets/png_512x512/1f3c4-1f3ff.png index f306fd99c..9fc890721 100644 Binary files a/assets/png_512x512/1f3c4-1f3ff.png and b/assets/png_512x512/1f3c4-1f3ff.png differ diff --git a/assets/png_512x512/1f3c4.png b/assets/png_512x512/1f3c4.png index 00356fed4..f1a1d5386 100644 Binary files a/assets/png_512x512/1f3c4.png and b/assets/png_512x512/1f3c4.png differ diff --git a/assets/png_512x512/1f3c5.png b/assets/png_512x512/1f3c5.png index e7a452f17..62c7b5026 100644 Binary files a/assets/png_512x512/1f3c5.png and b/assets/png_512x512/1f3c5.png differ diff --git a/assets/png_512x512/1f3c6.png b/assets/png_512x512/1f3c6.png index c2da868b7..2f874f519 100644 Binary files a/assets/png_512x512/1f3c6.png and b/assets/png_512x512/1f3c6.png differ diff --git a/assets/png_512x512/1f3c7-1f3fb.png b/assets/png_512x512/1f3c7-1f3fb.png index f42e615b1..ff03845a7 100644 Binary files a/assets/png_512x512/1f3c7-1f3fb.png and b/assets/png_512x512/1f3c7-1f3fb.png differ diff --git a/assets/png_512x512/1f3c7-1f3fc.png b/assets/png_512x512/1f3c7-1f3fc.png index 2a1e19331..35c19b2b3 100644 Binary files a/assets/png_512x512/1f3c7-1f3fc.png and b/assets/png_512x512/1f3c7-1f3fc.png differ diff --git a/assets/png_512x512/1f3c7-1f3fd.png b/assets/png_512x512/1f3c7-1f3fd.png index 6b5d4ac31..a5838595c 100644 Binary files a/assets/png_512x512/1f3c7-1f3fd.png and b/assets/png_512x512/1f3c7-1f3fd.png differ diff --git a/assets/png_512x512/1f3c7-1f3fe.png b/assets/png_512x512/1f3c7-1f3fe.png index b1e4b08be..ed9e16335 100644 Binary files a/assets/png_512x512/1f3c7-1f3fe.png and b/assets/png_512x512/1f3c7-1f3fe.png differ diff --git a/assets/png_512x512/1f3c7-1f3ff.png b/assets/png_512x512/1f3c7-1f3ff.png index 25e1539b8..7e2901b22 100644 Binary files a/assets/png_512x512/1f3c7-1f3ff.png and b/assets/png_512x512/1f3c7-1f3ff.png differ diff --git a/assets/png_512x512/1f3c7.png b/assets/png_512x512/1f3c7.png index c34d2c85a..cc813f59c 100644 Binary files a/assets/png_512x512/1f3c7.png and b/assets/png_512x512/1f3c7.png differ diff --git a/assets/png_512x512/1f3c8.png b/assets/png_512x512/1f3c8.png index ef375e1c7..b42f739e0 100644 Binary files a/assets/png_512x512/1f3c8.png and b/assets/png_512x512/1f3c8.png differ diff --git a/assets/png_512x512/1f3c9.png b/assets/png_512x512/1f3c9.png index a6117564d..713cb3673 100644 Binary files a/assets/png_512x512/1f3c9.png and b/assets/png_512x512/1f3c9.png differ diff --git a/assets/png_512x512/1f3ca-1f3fb.png b/assets/png_512x512/1f3ca-1f3fb.png index 149862014..33767a6ff 100644 Binary files a/assets/png_512x512/1f3ca-1f3fb.png and b/assets/png_512x512/1f3ca-1f3fb.png differ diff --git a/assets/png_512x512/1f3ca-1f3fc.png b/assets/png_512x512/1f3ca-1f3fc.png index 689ac8905..66f5644fa 100644 Binary files a/assets/png_512x512/1f3ca-1f3fc.png and b/assets/png_512x512/1f3ca-1f3fc.png differ diff --git a/assets/png_512x512/1f3ca-1f3fd.png b/assets/png_512x512/1f3ca-1f3fd.png index 3b0249f28..a25203874 100644 Binary files a/assets/png_512x512/1f3ca-1f3fd.png and b/assets/png_512x512/1f3ca-1f3fd.png differ diff --git a/assets/png_512x512/1f3ca-1f3fe.png b/assets/png_512x512/1f3ca-1f3fe.png index 1bd5c1419..7dcdf2508 100644 Binary files a/assets/png_512x512/1f3ca-1f3fe.png and b/assets/png_512x512/1f3ca-1f3fe.png differ diff --git a/assets/png_512x512/1f3ca-1f3ff.png b/assets/png_512x512/1f3ca-1f3ff.png index e6288dd1b..338d983de 100644 Binary files a/assets/png_512x512/1f3ca-1f3ff.png and b/assets/png_512x512/1f3ca-1f3ff.png differ diff --git a/assets/png_512x512/1f3ca.png b/assets/png_512x512/1f3ca.png index 72d1803d9..68d52dbff 100644 Binary files a/assets/png_512x512/1f3ca.png and b/assets/png_512x512/1f3ca.png differ diff --git a/assets/png_512x512/1f3cb-1f3fb.png b/assets/png_512x512/1f3cb-1f3fb.png index 700ff17fb..3495b9ae5 100644 Binary files a/assets/png_512x512/1f3cb-1f3fb.png and b/assets/png_512x512/1f3cb-1f3fb.png differ diff --git a/assets/png_512x512/1f3cb-1f3fc.png b/assets/png_512x512/1f3cb-1f3fc.png index bbd017c62..070099693 100644 Binary files a/assets/png_512x512/1f3cb-1f3fc.png and b/assets/png_512x512/1f3cb-1f3fc.png differ diff --git a/assets/png_512x512/1f3cb-1f3fd.png b/assets/png_512x512/1f3cb-1f3fd.png index 2557ea53f..18320d505 100644 Binary files a/assets/png_512x512/1f3cb-1f3fd.png and b/assets/png_512x512/1f3cb-1f3fd.png differ diff --git a/assets/png_512x512/1f3cb-1f3fe.png b/assets/png_512x512/1f3cb-1f3fe.png index 93e330fdf..9f76afb9b 100644 Binary files a/assets/png_512x512/1f3cb-1f3fe.png and b/assets/png_512x512/1f3cb-1f3fe.png differ diff --git a/assets/png_512x512/1f3cb-1f3ff.png b/assets/png_512x512/1f3cb-1f3ff.png index 56906fc7f..6913fcb30 100644 Binary files a/assets/png_512x512/1f3cb-1f3ff.png and b/assets/png_512x512/1f3cb-1f3ff.png differ diff --git a/assets/png_512x512/1f3cb.png b/assets/png_512x512/1f3cb.png index 731ef086c..d42a346f1 100644 Binary files a/assets/png_512x512/1f3cb.png and b/assets/png_512x512/1f3cb.png differ diff --git a/assets/png_512x512/1f3cc.png b/assets/png_512x512/1f3cc.png index 83b66e8bf..675ae3f7e 100644 Binary files a/assets/png_512x512/1f3cc.png and b/assets/png_512x512/1f3cc.png differ diff --git a/assets/png_512x512/1f3cd.png b/assets/png_512x512/1f3cd.png index e5d96ca83..82275c324 100644 Binary files a/assets/png_512x512/1f3cd.png and b/assets/png_512x512/1f3cd.png differ diff --git a/assets/png_512x512/1f3ce.png b/assets/png_512x512/1f3ce.png index 117ca9163..954eedf98 100644 Binary files a/assets/png_512x512/1f3ce.png and b/assets/png_512x512/1f3ce.png differ diff --git a/assets/png_512x512/1f3cf.png b/assets/png_512x512/1f3cf.png index b859704cf..408aedd87 100644 Binary files a/assets/png_512x512/1f3cf.png and b/assets/png_512x512/1f3cf.png differ diff --git a/assets/png_512x512/1f3d0.png b/assets/png_512x512/1f3d0.png index 3ab8ec658..2ffd78356 100644 Binary files a/assets/png_512x512/1f3d0.png and b/assets/png_512x512/1f3d0.png differ diff --git a/assets/png_512x512/1f3d1.png b/assets/png_512x512/1f3d1.png index 71528642e..45891cf48 100644 Binary files a/assets/png_512x512/1f3d1.png and b/assets/png_512x512/1f3d1.png differ diff --git a/assets/png_512x512/1f3d2.png b/assets/png_512x512/1f3d2.png index 7c0b87ca6..7cdb4dd48 100644 Binary files a/assets/png_512x512/1f3d2.png and b/assets/png_512x512/1f3d2.png differ diff --git a/assets/png_512x512/1f3d3.png b/assets/png_512x512/1f3d3.png index 02ab4ed8e..97754b652 100644 Binary files a/assets/png_512x512/1f3d3.png and b/assets/png_512x512/1f3d3.png differ diff --git a/assets/png_512x512/1f3d4.png b/assets/png_512x512/1f3d4.png index 986cf3b5c..4aa7afa7d 100644 Binary files a/assets/png_512x512/1f3d4.png and b/assets/png_512x512/1f3d4.png differ diff --git a/assets/png_512x512/1f3d5.png b/assets/png_512x512/1f3d5.png index 17dd26af1..25c27499c 100644 Binary files a/assets/png_512x512/1f3d5.png and b/assets/png_512x512/1f3d5.png differ diff --git a/assets/png_512x512/1f3d6.png b/assets/png_512x512/1f3d6.png index b640e3a84..6921fc153 100644 Binary files a/assets/png_512x512/1f3d6.png and b/assets/png_512x512/1f3d6.png differ diff --git a/assets/png_512x512/1f3d7.png b/assets/png_512x512/1f3d7.png index a51b66a4a..db2aab3f1 100644 Binary files a/assets/png_512x512/1f3d7.png and b/assets/png_512x512/1f3d7.png differ diff --git a/assets/png_512x512/1f3d8.png b/assets/png_512x512/1f3d8.png index e7a1d601e..c96f3f0b3 100644 Binary files a/assets/png_512x512/1f3d8.png and b/assets/png_512x512/1f3d8.png differ diff --git a/assets/png_512x512/1f3d9.png b/assets/png_512x512/1f3d9.png index 0202f7297..7df960f70 100644 Binary files a/assets/png_512x512/1f3d9.png and b/assets/png_512x512/1f3d9.png differ diff --git a/assets/png_512x512/1f3da.png b/assets/png_512x512/1f3da.png index e2efd2995..a6abe9ce6 100644 Binary files a/assets/png_512x512/1f3da.png and b/assets/png_512x512/1f3da.png differ diff --git a/assets/png_512x512/1f3db.png b/assets/png_512x512/1f3db.png index 2450234e3..655a6c96a 100644 Binary files a/assets/png_512x512/1f3db.png and b/assets/png_512x512/1f3db.png differ diff --git a/assets/png_512x512/1f3dc.png b/assets/png_512x512/1f3dc.png index 9e2c4c023..ce93da270 100644 Binary files a/assets/png_512x512/1f3dc.png and b/assets/png_512x512/1f3dc.png differ diff --git a/assets/png_512x512/1f3dd.png b/assets/png_512x512/1f3dd.png index 0540d1e86..9cffb7756 100644 Binary files a/assets/png_512x512/1f3dd.png and b/assets/png_512x512/1f3dd.png differ diff --git a/assets/png_512x512/1f3de.png b/assets/png_512x512/1f3de.png index 589dc4beb..626bc38b3 100644 Binary files a/assets/png_512x512/1f3de.png and b/assets/png_512x512/1f3de.png differ diff --git a/assets/png_512x512/1f3df.png b/assets/png_512x512/1f3df.png index bd605642c..ab3fdec86 100644 Binary files a/assets/png_512x512/1f3df.png and b/assets/png_512x512/1f3df.png differ diff --git a/assets/png_512x512/1f3e0.png b/assets/png_512x512/1f3e0.png index acc6585bd..acb7bbc7b 100644 Binary files a/assets/png_512x512/1f3e0.png and b/assets/png_512x512/1f3e0.png differ diff --git a/assets/png_512x512/1f3e1.png b/assets/png_512x512/1f3e1.png index d066b6797..277e14492 100644 Binary files a/assets/png_512x512/1f3e1.png and b/assets/png_512x512/1f3e1.png differ diff --git a/assets/png_512x512/1f3e2.png b/assets/png_512x512/1f3e2.png index 72d280c22..29a2464bc 100644 Binary files a/assets/png_512x512/1f3e2.png and b/assets/png_512x512/1f3e2.png differ diff --git a/assets/png_512x512/1f3e3.png b/assets/png_512x512/1f3e3.png index 52f190efd..0c34c1684 100644 Binary files a/assets/png_512x512/1f3e3.png and b/assets/png_512x512/1f3e3.png differ diff --git a/assets/png_512x512/1f3e4.png b/assets/png_512x512/1f3e4.png index 3eefbc68b..0b46e3889 100644 Binary files a/assets/png_512x512/1f3e4.png and b/assets/png_512x512/1f3e4.png differ diff --git a/assets/png_512x512/1f3e5.png b/assets/png_512x512/1f3e5.png index 8eae09370..e3f5085f4 100644 Binary files a/assets/png_512x512/1f3e5.png and b/assets/png_512x512/1f3e5.png differ diff --git a/assets/png_512x512/1f3e6.png b/assets/png_512x512/1f3e6.png index 781093866..ec716b82c 100644 Binary files a/assets/png_512x512/1f3e6.png and b/assets/png_512x512/1f3e6.png differ diff --git a/assets/png_512x512/1f3e7.png b/assets/png_512x512/1f3e7.png index c075050fa..91d61ee67 100644 Binary files a/assets/png_512x512/1f3e7.png and b/assets/png_512x512/1f3e7.png differ diff --git a/assets/png_512x512/1f3e8.png b/assets/png_512x512/1f3e8.png index 20dbbb26a..1ec4a338b 100644 Binary files a/assets/png_512x512/1f3e8.png and b/assets/png_512x512/1f3e8.png differ diff --git a/assets/png_512x512/1f3e9.png b/assets/png_512x512/1f3e9.png index 0c6a77977..90bef73aa 100644 Binary files a/assets/png_512x512/1f3e9.png and b/assets/png_512x512/1f3e9.png differ diff --git a/assets/png_512x512/1f3ea.png b/assets/png_512x512/1f3ea.png index 1ffd86f1e..f28975406 100644 Binary files a/assets/png_512x512/1f3ea.png and b/assets/png_512x512/1f3ea.png differ diff --git a/assets/png_512x512/1f3eb.png b/assets/png_512x512/1f3eb.png index 8568d94e4..bfd1d5091 100644 Binary files a/assets/png_512x512/1f3eb.png and b/assets/png_512x512/1f3eb.png differ diff --git a/assets/png_512x512/1f3ec.png b/assets/png_512x512/1f3ec.png index 682f662c6..79a6aba04 100644 Binary files a/assets/png_512x512/1f3ec.png and b/assets/png_512x512/1f3ec.png differ diff --git a/assets/png_512x512/1f3ed.png b/assets/png_512x512/1f3ed.png index 9b56a04c6..08dd56906 100644 Binary files a/assets/png_512x512/1f3ed.png and b/assets/png_512x512/1f3ed.png differ diff --git a/assets/png_512x512/1f3ee.png b/assets/png_512x512/1f3ee.png index 514d14b82..2ce0a1791 100644 Binary files a/assets/png_512x512/1f3ee.png and b/assets/png_512x512/1f3ee.png differ diff --git a/assets/png_512x512/1f3ef.png b/assets/png_512x512/1f3ef.png index 020fe9c25..1dde535e8 100644 Binary files a/assets/png_512x512/1f3ef.png and b/assets/png_512x512/1f3ef.png differ diff --git a/assets/png_512x512/1f3f0.png b/assets/png_512x512/1f3f0.png index b7ca7c322..4b16b092d 100644 Binary files a/assets/png_512x512/1f3f0.png and b/assets/png_512x512/1f3f0.png differ diff --git a/assets/png_512x512/1f3f3.png b/assets/png_512x512/1f3f3.png index 092a84d25..72cc596b0 100644 Binary files a/assets/png_512x512/1f3f3.png and b/assets/png_512x512/1f3f3.png differ diff --git a/assets/png_512x512/1f3f4.png b/assets/png_512x512/1f3f4.png index c2a2b495e..e057a8172 100644 Binary files a/assets/png_512x512/1f3f4.png and b/assets/png_512x512/1f3f4.png differ diff --git a/assets/png_512x512/1f3f5.png b/assets/png_512x512/1f3f5.png index 48a442b8b..ff00388ca 100644 Binary files a/assets/png_512x512/1f3f5.png and b/assets/png_512x512/1f3f5.png differ diff --git a/assets/png_512x512/1f3f7.png b/assets/png_512x512/1f3f7.png index abfbe46ac..272d88b3d 100644 Binary files a/assets/png_512x512/1f3f7.png and b/assets/png_512x512/1f3f7.png differ diff --git a/assets/png_512x512/1f3f8.png b/assets/png_512x512/1f3f8.png index f413455c9..87d199833 100644 Binary files a/assets/png_512x512/1f3f8.png and b/assets/png_512x512/1f3f8.png differ diff --git a/assets/png_512x512/1f3f9.png b/assets/png_512x512/1f3f9.png index cfce4cf36..b52a76bac 100644 Binary files a/assets/png_512x512/1f3f9.png and b/assets/png_512x512/1f3f9.png differ diff --git a/assets/png_512x512/1f3fa.png b/assets/png_512x512/1f3fa.png index e416ed8ba..9efddf5ef 100644 Binary files a/assets/png_512x512/1f3fa.png and b/assets/png_512x512/1f3fa.png differ diff --git a/assets/png_512x512/1f3fb.png b/assets/png_512x512/1f3fb.png deleted file mode 100644 index b885007f2..000000000 Binary files a/assets/png_512x512/1f3fb.png and /dev/null differ diff --git a/assets/png_512x512/1f3fc.png b/assets/png_512x512/1f3fc.png deleted file mode 100644 index a4792de72..000000000 Binary files a/assets/png_512x512/1f3fc.png and /dev/null differ diff --git a/assets/png_512x512/1f3fd.png b/assets/png_512x512/1f3fd.png deleted file mode 100644 index 2cc5cf5a6..000000000 Binary files a/assets/png_512x512/1f3fd.png and /dev/null differ diff --git a/assets/png_512x512/1f3fe.png b/assets/png_512x512/1f3fe.png deleted file mode 100644 index f2bfaf40f..000000000 Binary files a/assets/png_512x512/1f3fe.png and /dev/null differ diff --git a/assets/png_512x512/1f3ff.png b/assets/png_512x512/1f3ff.png deleted file mode 100644 index 6dd928268..000000000 Binary files a/assets/png_512x512/1f3ff.png and /dev/null differ diff --git a/assets/png_512x512/1f400.png b/assets/png_512x512/1f400.png index cd38bcd32..a33bf9012 100644 Binary files a/assets/png_512x512/1f400.png and b/assets/png_512x512/1f400.png differ diff --git a/assets/png_512x512/1f401.png b/assets/png_512x512/1f401.png index 3ea16e353..3a752746d 100644 Binary files a/assets/png_512x512/1f401.png and b/assets/png_512x512/1f401.png differ diff --git a/assets/png_512x512/1f402.png b/assets/png_512x512/1f402.png index 4a0cc98ca..94cf3389a 100644 Binary files a/assets/png_512x512/1f402.png and b/assets/png_512x512/1f402.png differ diff --git a/assets/png_512x512/1f403.png b/assets/png_512x512/1f403.png index e4bc30fea..bade256e3 100644 Binary files a/assets/png_512x512/1f403.png and b/assets/png_512x512/1f403.png differ diff --git a/assets/png_512x512/1f404.png b/assets/png_512x512/1f404.png index c7a83718b..1711eefe8 100644 Binary files a/assets/png_512x512/1f404.png and b/assets/png_512x512/1f404.png differ diff --git a/assets/png_512x512/1f405.png b/assets/png_512x512/1f405.png index 75a6e7f9a..cc4ed7a3c 100644 Binary files a/assets/png_512x512/1f405.png and b/assets/png_512x512/1f405.png differ diff --git a/assets/png_512x512/1f406.png b/assets/png_512x512/1f406.png index 0d8163c3b..c21d56d08 100644 Binary files a/assets/png_512x512/1f406.png and b/assets/png_512x512/1f406.png differ diff --git a/assets/png_512x512/1f407.png b/assets/png_512x512/1f407.png index f948f7b68..172747101 100644 Binary files a/assets/png_512x512/1f407.png and b/assets/png_512x512/1f407.png differ diff --git a/assets/png_512x512/1f408.png b/assets/png_512x512/1f408.png index 9818d9646..28aede8ef 100644 Binary files a/assets/png_512x512/1f408.png and b/assets/png_512x512/1f408.png differ diff --git a/assets/png_512x512/1f409.png b/assets/png_512x512/1f409.png index ebe85c89c..2a3edd9f2 100644 Binary files a/assets/png_512x512/1f409.png and b/assets/png_512x512/1f409.png differ diff --git a/assets/png_512x512/1f40a.png b/assets/png_512x512/1f40a.png index bd88e5ead..2d3b86343 100644 Binary files a/assets/png_512x512/1f40a.png and b/assets/png_512x512/1f40a.png differ diff --git a/assets/png_512x512/1f40b.png b/assets/png_512x512/1f40b.png index d21875fd5..7e2a72822 100644 Binary files a/assets/png_512x512/1f40b.png and b/assets/png_512x512/1f40b.png differ diff --git a/assets/png_512x512/1f40c.png b/assets/png_512x512/1f40c.png index 1ed2f4701..534a0034a 100644 Binary files a/assets/png_512x512/1f40c.png and b/assets/png_512x512/1f40c.png differ diff --git a/assets/png_512x512/1f40d.png b/assets/png_512x512/1f40d.png index 197b4498c..8638df149 100644 Binary files a/assets/png_512x512/1f40d.png and b/assets/png_512x512/1f40d.png differ diff --git a/assets/png_512x512/1f40e.png b/assets/png_512x512/1f40e.png index 338e23fa2..a53664bba 100644 Binary files a/assets/png_512x512/1f40e.png and b/assets/png_512x512/1f40e.png differ diff --git a/assets/png_512x512/1f40f.png b/assets/png_512x512/1f40f.png index 4dda080fb..41f9265aa 100644 Binary files a/assets/png_512x512/1f40f.png and b/assets/png_512x512/1f40f.png differ diff --git a/assets/png_512x512/1f410.png b/assets/png_512x512/1f410.png index 87498e803..d8b3b526d 100644 Binary files a/assets/png_512x512/1f410.png and b/assets/png_512x512/1f410.png differ diff --git a/assets/png_512x512/1f411.png b/assets/png_512x512/1f411.png index 1f30b5635..325285d7d 100644 Binary files a/assets/png_512x512/1f411.png and b/assets/png_512x512/1f411.png differ diff --git a/assets/png_512x512/1f412.png b/assets/png_512x512/1f412.png index 0f637d2b8..14593d895 100644 Binary files a/assets/png_512x512/1f412.png and b/assets/png_512x512/1f412.png differ diff --git a/assets/png_512x512/1f413.png b/assets/png_512x512/1f413.png index 00d917fc7..008299a94 100644 Binary files a/assets/png_512x512/1f413.png and b/assets/png_512x512/1f413.png differ diff --git a/assets/png_512x512/1f414.png b/assets/png_512x512/1f414.png index 46162fe3c..afaa3f388 100644 Binary files a/assets/png_512x512/1f414.png and b/assets/png_512x512/1f414.png differ diff --git a/assets/png_512x512/1f415.png b/assets/png_512x512/1f415.png index 2cf3b7817..5e38574d0 100644 Binary files a/assets/png_512x512/1f415.png and b/assets/png_512x512/1f415.png differ diff --git a/assets/png_512x512/1f416.png b/assets/png_512x512/1f416.png index 019c066a8..e8fd34c51 100644 Binary files a/assets/png_512x512/1f416.png and b/assets/png_512x512/1f416.png differ diff --git a/assets/png_512x512/1f417.png b/assets/png_512x512/1f417.png index d765dfca2..49fff5a0d 100644 Binary files a/assets/png_512x512/1f417.png and b/assets/png_512x512/1f417.png differ diff --git a/assets/png_512x512/1f418.png b/assets/png_512x512/1f418.png index 75adbf7f0..e2779cf1d 100644 Binary files a/assets/png_512x512/1f418.png and b/assets/png_512x512/1f418.png differ diff --git a/assets/png_512x512/1f419.png b/assets/png_512x512/1f419.png index 9891fd367..9a54d8b84 100644 Binary files a/assets/png_512x512/1f419.png and b/assets/png_512x512/1f419.png differ diff --git a/assets/png_512x512/1f41a.png b/assets/png_512x512/1f41a.png index 72b1b1385..49ad7b848 100644 Binary files a/assets/png_512x512/1f41a.png and b/assets/png_512x512/1f41a.png differ diff --git a/assets/png_512x512/1f41b.png b/assets/png_512x512/1f41b.png index fcfbcde0a..655450673 100644 Binary files a/assets/png_512x512/1f41b.png and b/assets/png_512x512/1f41b.png differ diff --git a/assets/png_512x512/1f41c.png b/assets/png_512x512/1f41c.png index e5b4956d6..0bb4bff79 100644 Binary files a/assets/png_512x512/1f41c.png and b/assets/png_512x512/1f41c.png differ diff --git a/assets/png_512x512/1f41d.png b/assets/png_512x512/1f41d.png index 934d6bff7..0a49ce707 100644 Binary files a/assets/png_512x512/1f41d.png and b/assets/png_512x512/1f41d.png differ diff --git a/assets/png_512x512/1f41e.png b/assets/png_512x512/1f41e.png index 6d68f12f7..63ffed085 100644 Binary files a/assets/png_512x512/1f41e.png and b/assets/png_512x512/1f41e.png differ diff --git a/assets/png_512x512/1f41f.png b/assets/png_512x512/1f41f.png index d0682816c..93810db61 100644 Binary files a/assets/png_512x512/1f41f.png and b/assets/png_512x512/1f41f.png differ diff --git a/assets/png_512x512/1f420.png b/assets/png_512x512/1f420.png index 7a301b800..fcfead2bd 100644 Binary files a/assets/png_512x512/1f420.png and b/assets/png_512x512/1f420.png differ diff --git a/assets/png_512x512/1f421.png b/assets/png_512x512/1f421.png index 2ca3eee6c..8aa7764e0 100644 Binary files a/assets/png_512x512/1f421.png and b/assets/png_512x512/1f421.png differ diff --git a/assets/png_512x512/1f422.png b/assets/png_512x512/1f422.png index e8870bc82..be78ed407 100644 Binary files a/assets/png_512x512/1f422.png and b/assets/png_512x512/1f422.png differ diff --git a/assets/png_512x512/1f423.png b/assets/png_512x512/1f423.png index 0bb169222..01a7fd3fb 100644 Binary files a/assets/png_512x512/1f423.png and b/assets/png_512x512/1f423.png differ diff --git a/assets/png_512x512/1f424.png b/assets/png_512x512/1f424.png index e8ad298f5..be4e11f3c 100644 Binary files a/assets/png_512x512/1f424.png and b/assets/png_512x512/1f424.png differ diff --git a/assets/png_512x512/1f425.png b/assets/png_512x512/1f425.png index 535c14b4f..fe31d7cbe 100644 Binary files a/assets/png_512x512/1f425.png and b/assets/png_512x512/1f425.png differ diff --git a/assets/png_512x512/1f426.png b/assets/png_512x512/1f426.png index 4a99824eb..d6ea47035 100644 Binary files a/assets/png_512x512/1f426.png and b/assets/png_512x512/1f426.png differ diff --git a/assets/png_512x512/1f427.png b/assets/png_512x512/1f427.png index 6e9751364..ae2e559c9 100644 Binary files a/assets/png_512x512/1f427.png and b/assets/png_512x512/1f427.png differ diff --git a/assets/png_512x512/1f428.png b/assets/png_512x512/1f428.png index c5aa89287..e6e076ec5 100644 Binary files a/assets/png_512x512/1f428.png and b/assets/png_512x512/1f428.png differ diff --git a/assets/png_512x512/1f429.png b/assets/png_512x512/1f429.png index 30d0ce36e..2d79d5cb4 100644 Binary files a/assets/png_512x512/1f429.png and b/assets/png_512x512/1f429.png differ diff --git a/assets/png_512x512/1f42a.png b/assets/png_512x512/1f42a.png index 4cde230de..1e85276bb 100644 Binary files a/assets/png_512x512/1f42a.png and b/assets/png_512x512/1f42a.png differ diff --git a/assets/png_512x512/1f42b.png b/assets/png_512x512/1f42b.png index 3d83d8b32..1e756fa02 100644 Binary files a/assets/png_512x512/1f42b.png and b/assets/png_512x512/1f42b.png differ diff --git a/assets/png_512x512/1f42c.png b/assets/png_512x512/1f42c.png index dbe236722..c6e7f826a 100644 Binary files a/assets/png_512x512/1f42c.png and b/assets/png_512x512/1f42c.png differ diff --git a/assets/png_512x512/1f42d.png b/assets/png_512x512/1f42d.png index c874728b0..b77f60afd 100644 Binary files a/assets/png_512x512/1f42d.png and b/assets/png_512x512/1f42d.png differ diff --git a/assets/png_512x512/1f42e.png b/assets/png_512x512/1f42e.png index e8e9e8f52..47167c551 100644 Binary files a/assets/png_512x512/1f42e.png and b/assets/png_512x512/1f42e.png differ diff --git a/assets/png_512x512/1f42f.png b/assets/png_512x512/1f42f.png index 0cb9b9e0a..aac2706fd 100644 Binary files a/assets/png_512x512/1f42f.png and b/assets/png_512x512/1f42f.png differ diff --git a/assets/png_512x512/1f430.png b/assets/png_512x512/1f430.png index c64002f99..2fb1d7afa 100644 Binary files a/assets/png_512x512/1f430.png and b/assets/png_512x512/1f430.png differ diff --git a/assets/png_512x512/1f431.png b/assets/png_512x512/1f431.png index ac3259b6f..6a651344e 100644 Binary files a/assets/png_512x512/1f431.png and b/assets/png_512x512/1f431.png differ diff --git a/assets/png_512x512/1f432.png b/assets/png_512x512/1f432.png index 4ae3aae0d..5054a82c5 100644 Binary files a/assets/png_512x512/1f432.png and b/assets/png_512x512/1f432.png differ diff --git a/assets/png_512x512/1f433.png b/assets/png_512x512/1f433.png index 64330c131..2b863b85e 100644 Binary files a/assets/png_512x512/1f433.png and b/assets/png_512x512/1f433.png differ diff --git a/assets/png_512x512/1f434.png b/assets/png_512x512/1f434.png index 7bc880ac8..f7d3f0e13 100644 Binary files a/assets/png_512x512/1f434.png and b/assets/png_512x512/1f434.png differ diff --git a/assets/png_512x512/1f435.png b/assets/png_512x512/1f435.png index a580cf51f..e4fbb1536 100644 Binary files a/assets/png_512x512/1f435.png and b/assets/png_512x512/1f435.png differ diff --git a/assets/png_512x512/1f436.png b/assets/png_512x512/1f436.png index 5dc1868e2..bbe432c9d 100644 Binary files a/assets/png_512x512/1f436.png and b/assets/png_512x512/1f436.png differ diff --git a/assets/png_512x512/1f437.png b/assets/png_512x512/1f437.png index 15d353afa..535e1d1a0 100644 Binary files a/assets/png_512x512/1f437.png and b/assets/png_512x512/1f437.png differ diff --git a/assets/png_512x512/1f438.png b/assets/png_512x512/1f438.png index 89baa9118..c1f2027e4 100644 Binary files a/assets/png_512x512/1f438.png and b/assets/png_512x512/1f438.png differ diff --git a/assets/png_512x512/1f439.png b/assets/png_512x512/1f439.png index 79aa9f699..06f02fc06 100644 Binary files a/assets/png_512x512/1f439.png and b/assets/png_512x512/1f439.png differ diff --git a/assets/png_512x512/1f43a.png b/assets/png_512x512/1f43a.png index 1012a3f33..e8cc24fe0 100644 Binary files a/assets/png_512x512/1f43a.png and b/assets/png_512x512/1f43a.png differ diff --git a/assets/png_512x512/1f43b.png b/assets/png_512x512/1f43b.png index f31c6aca1..0757490f4 100644 Binary files a/assets/png_512x512/1f43b.png and b/assets/png_512x512/1f43b.png differ diff --git a/assets/png_512x512/1f43c.png b/assets/png_512x512/1f43c.png index 260795045..930793e17 100644 Binary files a/assets/png_512x512/1f43c.png and b/assets/png_512x512/1f43c.png differ diff --git a/assets/png_512x512/1f43d.png b/assets/png_512x512/1f43d.png index e544c09c0..c5eb4b304 100644 Binary files a/assets/png_512x512/1f43d.png and b/assets/png_512x512/1f43d.png differ diff --git a/assets/png_512x512/1f43e.png b/assets/png_512x512/1f43e.png index 760b9bfc6..c6bad4ac4 100644 Binary files a/assets/png_512x512/1f43e.png and b/assets/png_512x512/1f43e.png differ diff --git a/assets/png_512x512/1f43f.png b/assets/png_512x512/1f43f.png index a16e15d76..6e4038a7f 100644 Binary files a/assets/png_512x512/1f43f.png and b/assets/png_512x512/1f43f.png differ diff --git a/assets/png_512x512/1f440.png b/assets/png_512x512/1f440.png index 099da3be1..222c4c9d0 100644 Binary files a/assets/png_512x512/1f440.png and b/assets/png_512x512/1f440.png differ diff --git a/assets/png_512x512/1f441-1f5e8.png b/assets/png_512x512/1f441-1f5e8.png index 1534cf40a..6926f3703 100644 Binary files a/assets/png_512x512/1f441-1f5e8.png and b/assets/png_512x512/1f441-1f5e8.png differ diff --git a/assets/png_512x512/1f441.png b/assets/png_512x512/1f441.png index 2a8975ec4..55449b6b8 100644 Binary files a/assets/png_512x512/1f441.png and b/assets/png_512x512/1f441.png differ diff --git a/assets/png_512x512/1f442-1f3fb.png b/assets/png_512x512/1f442-1f3fb.png index 2f747d2f1..249968bac 100644 Binary files a/assets/png_512x512/1f442-1f3fb.png and b/assets/png_512x512/1f442-1f3fb.png differ diff --git a/assets/png_512x512/1f442-1f3fc.png b/assets/png_512x512/1f442-1f3fc.png index fd12733a4..af9fe4739 100644 Binary files a/assets/png_512x512/1f442-1f3fc.png and b/assets/png_512x512/1f442-1f3fc.png differ diff --git a/assets/png_512x512/1f442-1f3fd.png b/assets/png_512x512/1f442-1f3fd.png index 452dd0a64..87ce7a5b6 100644 Binary files a/assets/png_512x512/1f442-1f3fd.png and b/assets/png_512x512/1f442-1f3fd.png differ diff --git a/assets/png_512x512/1f442-1f3fe.png b/assets/png_512x512/1f442-1f3fe.png index c50f4f45f..334244a66 100644 Binary files a/assets/png_512x512/1f442-1f3fe.png and b/assets/png_512x512/1f442-1f3fe.png differ diff --git a/assets/png_512x512/1f442-1f3ff.png b/assets/png_512x512/1f442-1f3ff.png index 24056a450..f0ce1c4f9 100644 Binary files a/assets/png_512x512/1f442-1f3ff.png and b/assets/png_512x512/1f442-1f3ff.png differ diff --git a/assets/png_512x512/1f442.png b/assets/png_512x512/1f442.png index ecfb74d2e..4d1e66dae 100644 Binary files a/assets/png_512x512/1f442.png and b/assets/png_512x512/1f442.png differ diff --git a/assets/png_512x512/1f443-1f3fb.png b/assets/png_512x512/1f443-1f3fb.png index ec5f2d8ba..73cef064d 100644 Binary files a/assets/png_512x512/1f443-1f3fb.png and b/assets/png_512x512/1f443-1f3fb.png differ diff --git a/assets/png_512x512/1f443-1f3fc.png b/assets/png_512x512/1f443-1f3fc.png index 57e7b92b2..59b71d51f 100644 Binary files a/assets/png_512x512/1f443-1f3fc.png and b/assets/png_512x512/1f443-1f3fc.png differ diff --git a/assets/png_512x512/1f443-1f3fd.png b/assets/png_512x512/1f443-1f3fd.png index b606fc43c..2dc5e4bd5 100644 Binary files a/assets/png_512x512/1f443-1f3fd.png and b/assets/png_512x512/1f443-1f3fd.png differ diff --git a/assets/png_512x512/1f443-1f3fe.png b/assets/png_512x512/1f443-1f3fe.png index 5c03e96d8..7b36e1a28 100644 Binary files a/assets/png_512x512/1f443-1f3fe.png and b/assets/png_512x512/1f443-1f3fe.png differ diff --git a/assets/png_512x512/1f443-1f3ff.png b/assets/png_512x512/1f443-1f3ff.png index 2628bd8f2..5814f0173 100644 Binary files a/assets/png_512x512/1f443-1f3ff.png and b/assets/png_512x512/1f443-1f3ff.png differ diff --git a/assets/png_512x512/1f443.png b/assets/png_512x512/1f443.png index 35af611ca..beca21c77 100644 Binary files a/assets/png_512x512/1f443.png and b/assets/png_512x512/1f443.png differ diff --git a/assets/png_512x512/1f444.png b/assets/png_512x512/1f444.png index eb8e70bb1..468eb2763 100644 Binary files a/assets/png_512x512/1f444.png and b/assets/png_512x512/1f444.png differ diff --git a/assets/png_512x512/1f445.png b/assets/png_512x512/1f445.png index d373c27c5..62c7eb87d 100644 Binary files a/assets/png_512x512/1f445.png and b/assets/png_512x512/1f445.png differ diff --git a/assets/png_512x512/1f446-1f3fb.png b/assets/png_512x512/1f446-1f3fb.png index 8cb69de8c..395bba05e 100644 Binary files a/assets/png_512x512/1f446-1f3fb.png and b/assets/png_512x512/1f446-1f3fb.png differ diff --git a/assets/png_512x512/1f446-1f3fc.png b/assets/png_512x512/1f446-1f3fc.png index 82baafa40..6b94ad75f 100644 Binary files a/assets/png_512x512/1f446-1f3fc.png and b/assets/png_512x512/1f446-1f3fc.png differ diff --git a/assets/png_512x512/1f446-1f3fd.png b/assets/png_512x512/1f446-1f3fd.png index 2926839f6..f0a6f8e6b 100644 Binary files a/assets/png_512x512/1f446-1f3fd.png and b/assets/png_512x512/1f446-1f3fd.png differ diff --git a/assets/png_512x512/1f446-1f3fe.png b/assets/png_512x512/1f446-1f3fe.png index 5ff48464f..490ec4505 100644 Binary files a/assets/png_512x512/1f446-1f3fe.png and b/assets/png_512x512/1f446-1f3fe.png differ diff --git a/assets/png_512x512/1f446-1f3ff.png b/assets/png_512x512/1f446-1f3ff.png index 646b471fc..4a5c2b0f9 100644 Binary files a/assets/png_512x512/1f446-1f3ff.png and b/assets/png_512x512/1f446-1f3ff.png differ diff --git a/assets/png_512x512/1f446.png b/assets/png_512x512/1f446.png index e57348a55..b04386bb7 100644 Binary files a/assets/png_512x512/1f446.png and b/assets/png_512x512/1f446.png differ diff --git a/assets/png_512x512/1f447-1f3fb.png b/assets/png_512x512/1f447-1f3fb.png index 82dce43f1..70caca940 100644 Binary files a/assets/png_512x512/1f447-1f3fb.png and b/assets/png_512x512/1f447-1f3fb.png differ diff --git a/assets/png_512x512/1f447-1f3fc.png b/assets/png_512x512/1f447-1f3fc.png index 2639fd398..19fcc6375 100644 Binary files a/assets/png_512x512/1f447-1f3fc.png and b/assets/png_512x512/1f447-1f3fc.png differ diff --git a/assets/png_512x512/1f447-1f3fd.png b/assets/png_512x512/1f447-1f3fd.png index e44d20c93..ecc457caf 100644 Binary files a/assets/png_512x512/1f447-1f3fd.png and b/assets/png_512x512/1f447-1f3fd.png differ diff --git a/assets/png_512x512/1f447-1f3fe.png b/assets/png_512x512/1f447-1f3fe.png index f03e863a3..2141afcef 100644 Binary files a/assets/png_512x512/1f447-1f3fe.png and b/assets/png_512x512/1f447-1f3fe.png differ diff --git a/assets/png_512x512/1f447-1f3ff.png b/assets/png_512x512/1f447-1f3ff.png index 7c4807685..bae84ae76 100644 Binary files a/assets/png_512x512/1f447-1f3ff.png and b/assets/png_512x512/1f447-1f3ff.png differ diff --git a/assets/png_512x512/1f447.png b/assets/png_512x512/1f447.png index 84372c9b5..c13e0c5fa 100644 Binary files a/assets/png_512x512/1f447.png and b/assets/png_512x512/1f447.png differ diff --git a/assets/png_512x512/1f448-1f3fb.png b/assets/png_512x512/1f448-1f3fb.png index 54e5318ee..388233732 100644 Binary files a/assets/png_512x512/1f448-1f3fb.png and b/assets/png_512x512/1f448-1f3fb.png differ diff --git a/assets/png_512x512/1f448-1f3fc.png b/assets/png_512x512/1f448-1f3fc.png index c7b2068b5..2ee1f8dce 100644 Binary files a/assets/png_512x512/1f448-1f3fc.png and b/assets/png_512x512/1f448-1f3fc.png differ diff --git a/assets/png_512x512/1f448-1f3fd.png b/assets/png_512x512/1f448-1f3fd.png index 799a57a01..829c1a372 100644 Binary files a/assets/png_512x512/1f448-1f3fd.png and b/assets/png_512x512/1f448-1f3fd.png differ diff --git a/assets/png_512x512/1f448-1f3fe.png b/assets/png_512x512/1f448-1f3fe.png index 09e9fc623..ae5e154ee 100644 Binary files a/assets/png_512x512/1f448-1f3fe.png and b/assets/png_512x512/1f448-1f3fe.png differ diff --git a/assets/png_512x512/1f448-1f3ff.png b/assets/png_512x512/1f448-1f3ff.png index 3724cbf4b..fd75a3eef 100644 Binary files a/assets/png_512x512/1f448-1f3ff.png and b/assets/png_512x512/1f448-1f3ff.png differ diff --git a/assets/png_512x512/1f448.png b/assets/png_512x512/1f448.png index a0e1e66c7..0d8ebd1b6 100644 Binary files a/assets/png_512x512/1f448.png and b/assets/png_512x512/1f448.png differ diff --git a/assets/png_512x512/1f449-1f3fb.png b/assets/png_512x512/1f449-1f3fb.png index a21cacf90..c3cb074e3 100644 Binary files a/assets/png_512x512/1f449-1f3fb.png and b/assets/png_512x512/1f449-1f3fb.png differ diff --git a/assets/png_512x512/1f449-1f3fc.png b/assets/png_512x512/1f449-1f3fc.png index 35d41e725..4da11c773 100644 Binary files a/assets/png_512x512/1f449-1f3fc.png and b/assets/png_512x512/1f449-1f3fc.png differ diff --git a/assets/png_512x512/1f449-1f3fd.png b/assets/png_512x512/1f449-1f3fd.png index dc0f5351c..82c53ec18 100644 Binary files a/assets/png_512x512/1f449-1f3fd.png and b/assets/png_512x512/1f449-1f3fd.png differ diff --git a/assets/png_512x512/1f449-1f3fe.png b/assets/png_512x512/1f449-1f3fe.png index d5c4c120f..151345ce2 100644 Binary files a/assets/png_512x512/1f449-1f3fe.png and b/assets/png_512x512/1f449-1f3fe.png differ diff --git a/assets/png_512x512/1f449-1f3ff.png b/assets/png_512x512/1f449-1f3ff.png index 52367249e..12ded4e1d 100644 Binary files a/assets/png_512x512/1f449-1f3ff.png and b/assets/png_512x512/1f449-1f3ff.png differ diff --git a/assets/png_512x512/1f449.png b/assets/png_512x512/1f449.png index 65cd72d0b..aa23b09b3 100644 Binary files a/assets/png_512x512/1f449.png and b/assets/png_512x512/1f449.png differ diff --git a/assets/png_512x512/1f44a-1f3fb.png b/assets/png_512x512/1f44a-1f3fb.png index ab6226f57..07f6a9158 100644 Binary files a/assets/png_512x512/1f44a-1f3fb.png and b/assets/png_512x512/1f44a-1f3fb.png differ diff --git a/assets/png_512x512/1f44a-1f3fc.png b/assets/png_512x512/1f44a-1f3fc.png index cbfe8f023..7155b38de 100644 Binary files a/assets/png_512x512/1f44a-1f3fc.png and b/assets/png_512x512/1f44a-1f3fc.png differ diff --git a/assets/png_512x512/1f44a-1f3fd.png b/assets/png_512x512/1f44a-1f3fd.png index c63e438e3..1669b02ba 100644 Binary files a/assets/png_512x512/1f44a-1f3fd.png and b/assets/png_512x512/1f44a-1f3fd.png differ diff --git a/assets/png_512x512/1f44a-1f3fe.png b/assets/png_512x512/1f44a-1f3fe.png index b578eba88..01d71f66f 100644 Binary files a/assets/png_512x512/1f44a-1f3fe.png and b/assets/png_512x512/1f44a-1f3fe.png differ diff --git a/assets/png_512x512/1f44a-1f3ff.png b/assets/png_512x512/1f44a-1f3ff.png index 37a9a3536..7e26fb0fc 100644 Binary files a/assets/png_512x512/1f44a-1f3ff.png and b/assets/png_512x512/1f44a-1f3ff.png differ diff --git a/assets/png_512x512/1f44a.png b/assets/png_512x512/1f44a.png index 32d39b88a..5f0fb83fa 100644 Binary files a/assets/png_512x512/1f44a.png and b/assets/png_512x512/1f44a.png differ diff --git a/assets/png_512x512/1f44b-1f3fb.png b/assets/png_512x512/1f44b-1f3fb.png index 9ce7360f9..15c1583b5 100644 Binary files a/assets/png_512x512/1f44b-1f3fb.png and b/assets/png_512x512/1f44b-1f3fb.png differ diff --git a/assets/png_512x512/1f44b-1f3fc.png b/assets/png_512x512/1f44b-1f3fc.png index 5842718e3..5c689d08c 100644 Binary files a/assets/png_512x512/1f44b-1f3fc.png and b/assets/png_512x512/1f44b-1f3fc.png differ diff --git a/assets/png_512x512/1f44b-1f3fd.png b/assets/png_512x512/1f44b-1f3fd.png index 34a68895a..041316725 100644 Binary files a/assets/png_512x512/1f44b-1f3fd.png and b/assets/png_512x512/1f44b-1f3fd.png differ diff --git a/assets/png_512x512/1f44b-1f3fe.png b/assets/png_512x512/1f44b-1f3fe.png index b64f511f1..dfde88546 100644 Binary files a/assets/png_512x512/1f44b-1f3fe.png and b/assets/png_512x512/1f44b-1f3fe.png differ diff --git a/assets/png_512x512/1f44b-1f3ff.png b/assets/png_512x512/1f44b-1f3ff.png index edce6f80a..f5a40c816 100644 Binary files a/assets/png_512x512/1f44b-1f3ff.png and b/assets/png_512x512/1f44b-1f3ff.png differ diff --git a/assets/png_512x512/1f44b.png b/assets/png_512x512/1f44b.png index 358313c50..52c820c4d 100644 Binary files a/assets/png_512x512/1f44b.png and b/assets/png_512x512/1f44b.png differ diff --git a/assets/png_512x512/1f44c-1f3fb.png b/assets/png_512x512/1f44c-1f3fb.png index d54482ba5..7a119d15f 100644 Binary files a/assets/png_512x512/1f44c-1f3fb.png and b/assets/png_512x512/1f44c-1f3fb.png differ diff --git a/assets/png_512x512/1f44c-1f3fc.png b/assets/png_512x512/1f44c-1f3fc.png index 50d8c895c..579c47dc4 100644 Binary files a/assets/png_512x512/1f44c-1f3fc.png and b/assets/png_512x512/1f44c-1f3fc.png differ diff --git a/assets/png_512x512/1f44c-1f3fd.png b/assets/png_512x512/1f44c-1f3fd.png index d73667c60..ba4456b71 100644 Binary files a/assets/png_512x512/1f44c-1f3fd.png and b/assets/png_512x512/1f44c-1f3fd.png differ diff --git a/assets/png_512x512/1f44c-1f3fe.png b/assets/png_512x512/1f44c-1f3fe.png index 5d7bd1fe9..e32a5c5d9 100644 Binary files a/assets/png_512x512/1f44c-1f3fe.png and b/assets/png_512x512/1f44c-1f3fe.png differ diff --git a/assets/png_512x512/1f44c-1f3ff.png b/assets/png_512x512/1f44c-1f3ff.png index 33519a2d6..0c40c7084 100644 Binary files a/assets/png_512x512/1f44c-1f3ff.png and b/assets/png_512x512/1f44c-1f3ff.png differ diff --git a/assets/png_512x512/1f44c.png b/assets/png_512x512/1f44c.png index d47f682b1..09d8b4b84 100644 Binary files a/assets/png_512x512/1f44c.png and b/assets/png_512x512/1f44c.png differ diff --git a/assets/png_512x512/1f44d-1f3fb.png b/assets/png_512x512/1f44d-1f3fb.png index 090dae878..bbe45ff2c 100644 Binary files a/assets/png_512x512/1f44d-1f3fb.png and b/assets/png_512x512/1f44d-1f3fb.png differ diff --git a/assets/png_512x512/1f44d-1f3fc.png b/assets/png_512x512/1f44d-1f3fc.png index b6a2a63d5..2f8f49345 100644 Binary files a/assets/png_512x512/1f44d-1f3fc.png and b/assets/png_512x512/1f44d-1f3fc.png differ diff --git a/assets/png_512x512/1f44d-1f3fd.png b/assets/png_512x512/1f44d-1f3fd.png index 7e77d47db..ab14615ed 100644 Binary files a/assets/png_512x512/1f44d-1f3fd.png and b/assets/png_512x512/1f44d-1f3fd.png differ diff --git a/assets/png_512x512/1f44d-1f3fe.png b/assets/png_512x512/1f44d-1f3fe.png index abff27910..c8f219286 100644 Binary files a/assets/png_512x512/1f44d-1f3fe.png and b/assets/png_512x512/1f44d-1f3fe.png differ diff --git a/assets/png_512x512/1f44d-1f3ff.png b/assets/png_512x512/1f44d-1f3ff.png index 696367777..0708efe69 100644 Binary files a/assets/png_512x512/1f44d-1f3ff.png and b/assets/png_512x512/1f44d-1f3ff.png differ diff --git a/assets/png_512x512/1f44d.png b/assets/png_512x512/1f44d.png index 5325b4b9a..ac623a57a 100644 Binary files a/assets/png_512x512/1f44d.png and b/assets/png_512x512/1f44d.png differ diff --git a/assets/png_512x512/1f44e-1f3fb.png b/assets/png_512x512/1f44e-1f3fb.png index 1a3b98f38..227117a03 100644 Binary files a/assets/png_512x512/1f44e-1f3fb.png and b/assets/png_512x512/1f44e-1f3fb.png differ diff --git a/assets/png_512x512/1f44e-1f3fc.png b/assets/png_512x512/1f44e-1f3fc.png index 975356a31..612802cf5 100644 Binary files a/assets/png_512x512/1f44e-1f3fc.png and b/assets/png_512x512/1f44e-1f3fc.png differ diff --git a/assets/png_512x512/1f44e-1f3fd.png b/assets/png_512x512/1f44e-1f3fd.png index 8bffb7477..586acc359 100644 Binary files a/assets/png_512x512/1f44e-1f3fd.png and b/assets/png_512x512/1f44e-1f3fd.png differ diff --git a/assets/png_512x512/1f44e-1f3fe.png b/assets/png_512x512/1f44e-1f3fe.png index 757bd8914..988404f15 100644 Binary files a/assets/png_512x512/1f44e-1f3fe.png and b/assets/png_512x512/1f44e-1f3fe.png differ diff --git a/assets/png_512x512/1f44e-1f3ff.png b/assets/png_512x512/1f44e-1f3ff.png index 745fd579d..c99952367 100644 Binary files a/assets/png_512x512/1f44e-1f3ff.png and b/assets/png_512x512/1f44e-1f3ff.png differ diff --git a/assets/png_512x512/1f44e.png b/assets/png_512x512/1f44e.png index d8c36fdec..3ac4d0a51 100644 Binary files a/assets/png_512x512/1f44e.png and b/assets/png_512x512/1f44e.png differ diff --git a/assets/png_512x512/1f44f-1f3fb.png b/assets/png_512x512/1f44f-1f3fb.png index 1089318f0..92749b5f7 100644 Binary files a/assets/png_512x512/1f44f-1f3fb.png and b/assets/png_512x512/1f44f-1f3fb.png differ diff --git a/assets/png_512x512/1f44f-1f3fc.png b/assets/png_512x512/1f44f-1f3fc.png index f427d3f53..c46657d70 100644 Binary files a/assets/png_512x512/1f44f-1f3fc.png and b/assets/png_512x512/1f44f-1f3fc.png differ diff --git a/assets/png_512x512/1f44f-1f3fd.png b/assets/png_512x512/1f44f-1f3fd.png index be17436f0..434c6f892 100644 Binary files a/assets/png_512x512/1f44f-1f3fd.png and b/assets/png_512x512/1f44f-1f3fd.png differ diff --git a/assets/png_512x512/1f44f-1f3fe.png b/assets/png_512x512/1f44f-1f3fe.png index aa811894a..6ce83550c 100644 Binary files a/assets/png_512x512/1f44f-1f3fe.png and b/assets/png_512x512/1f44f-1f3fe.png differ diff --git a/assets/png_512x512/1f44f-1f3ff.png b/assets/png_512x512/1f44f-1f3ff.png index c3d78dce4..892615cee 100644 Binary files a/assets/png_512x512/1f44f-1f3ff.png and b/assets/png_512x512/1f44f-1f3ff.png differ diff --git a/assets/png_512x512/1f44f.png b/assets/png_512x512/1f44f.png index bf96693da..68a413461 100644 Binary files a/assets/png_512x512/1f44f.png and b/assets/png_512x512/1f44f.png differ diff --git a/assets/png_512x512/1f450-1f3fb.png b/assets/png_512x512/1f450-1f3fb.png index c7a12d1b4..4f3681160 100644 Binary files a/assets/png_512x512/1f450-1f3fb.png and b/assets/png_512x512/1f450-1f3fb.png differ diff --git a/assets/png_512x512/1f450-1f3fc.png b/assets/png_512x512/1f450-1f3fc.png index 3277ef0a3..2b0d8a342 100644 Binary files a/assets/png_512x512/1f450-1f3fc.png and b/assets/png_512x512/1f450-1f3fc.png differ diff --git a/assets/png_512x512/1f450-1f3fd.png b/assets/png_512x512/1f450-1f3fd.png index bcf46c87a..c9dbf0c26 100644 Binary files a/assets/png_512x512/1f450-1f3fd.png and b/assets/png_512x512/1f450-1f3fd.png differ diff --git a/assets/png_512x512/1f450-1f3fe.png b/assets/png_512x512/1f450-1f3fe.png index 28485ce32..d9cd7206a 100644 Binary files a/assets/png_512x512/1f450-1f3fe.png and b/assets/png_512x512/1f450-1f3fe.png differ diff --git a/assets/png_512x512/1f450-1f3ff.png b/assets/png_512x512/1f450-1f3ff.png index 2f0d90aa7..b5854a72f 100644 Binary files a/assets/png_512x512/1f450-1f3ff.png and b/assets/png_512x512/1f450-1f3ff.png differ diff --git a/assets/png_512x512/1f450.png b/assets/png_512x512/1f450.png index 2d9519e10..34f8d3acf 100644 Binary files a/assets/png_512x512/1f450.png and b/assets/png_512x512/1f450.png differ diff --git a/assets/png_512x512/1f451.png b/assets/png_512x512/1f451.png index 4271b7a28..9b9e8ff16 100644 Binary files a/assets/png_512x512/1f451.png and b/assets/png_512x512/1f451.png differ diff --git a/assets/png_512x512/1f452.png b/assets/png_512x512/1f452.png index eec0d9c22..198e9c8a8 100644 Binary files a/assets/png_512x512/1f452.png and b/assets/png_512x512/1f452.png differ diff --git a/assets/png_512x512/1f453.png b/assets/png_512x512/1f453.png index 85cabe32e..f0cb81b26 100644 Binary files a/assets/png_512x512/1f453.png and b/assets/png_512x512/1f453.png differ diff --git a/assets/png_512x512/1f454.png b/assets/png_512x512/1f454.png index 1dd18ec52..a7b916120 100644 Binary files a/assets/png_512x512/1f454.png and b/assets/png_512x512/1f454.png differ diff --git a/assets/png_512x512/1f455.png b/assets/png_512x512/1f455.png index 37ad32192..583fcd163 100644 Binary files a/assets/png_512x512/1f455.png and b/assets/png_512x512/1f455.png differ diff --git a/assets/png_512x512/1f456.png b/assets/png_512x512/1f456.png index 2304006d4..5342e65b8 100644 Binary files a/assets/png_512x512/1f456.png and b/assets/png_512x512/1f456.png differ diff --git a/assets/png_512x512/1f457.png b/assets/png_512x512/1f457.png index 774f9d535..5f794ab7c 100644 Binary files a/assets/png_512x512/1f457.png and b/assets/png_512x512/1f457.png differ diff --git a/assets/png_512x512/1f458.png b/assets/png_512x512/1f458.png index 0e1ba2a6c..5d5fda901 100644 Binary files a/assets/png_512x512/1f458.png and b/assets/png_512x512/1f458.png differ diff --git a/assets/png_512x512/1f459.png b/assets/png_512x512/1f459.png index 22ecdd953..d15144987 100644 Binary files a/assets/png_512x512/1f459.png and b/assets/png_512x512/1f459.png differ diff --git a/assets/png_512x512/1f45a.png b/assets/png_512x512/1f45a.png index 4cad9d5cc..0b9265688 100644 Binary files a/assets/png_512x512/1f45a.png and b/assets/png_512x512/1f45a.png differ diff --git a/assets/png_512x512/1f45b.png b/assets/png_512x512/1f45b.png index 6c4e72642..eb52748ef 100644 Binary files a/assets/png_512x512/1f45b.png and b/assets/png_512x512/1f45b.png differ diff --git a/assets/png_512x512/1f45c.png b/assets/png_512x512/1f45c.png index 1f763cb70..4653b7217 100644 Binary files a/assets/png_512x512/1f45c.png and b/assets/png_512x512/1f45c.png differ diff --git a/assets/png_512x512/1f45d.png b/assets/png_512x512/1f45d.png index 1dd6da0ab..2dfdf2452 100644 Binary files a/assets/png_512x512/1f45d.png and b/assets/png_512x512/1f45d.png differ diff --git a/assets/png_512x512/1f45e.png b/assets/png_512x512/1f45e.png index cd94cef9b..4d379d299 100644 Binary files a/assets/png_512x512/1f45e.png and b/assets/png_512x512/1f45e.png differ diff --git a/assets/png_512x512/1f45f.png b/assets/png_512x512/1f45f.png index 387673d2a..5c810e98a 100644 Binary files a/assets/png_512x512/1f45f.png and b/assets/png_512x512/1f45f.png differ diff --git a/assets/png_512x512/1f460.png b/assets/png_512x512/1f460.png index 9814ef389..7d2d66966 100644 Binary files a/assets/png_512x512/1f460.png and b/assets/png_512x512/1f460.png differ diff --git a/assets/png_512x512/1f461.png b/assets/png_512x512/1f461.png index 26eda60d1..95916dc34 100644 Binary files a/assets/png_512x512/1f461.png and b/assets/png_512x512/1f461.png differ diff --git a/assets/png_512x512/1f462.png b/assets/png_512x512/1f462.png index be5454b32..e9d1b0bce 100644 Binary files a/assets/png_512x512/1f462.png and b/assets/png_512x512/1f462.png differ diff --git a/assets/png_512x512/1f463.png b/assets/png_512x512/1f463.png index 75ba0bb5e..68d24fffb 100644 Binary files a/assets/png_512x512/1f463.png and b/assets/png_512x512/1f463.png differ diff --git a/assets/png_512x512/1f464.png b/assets/png_512x512/1f464.png index 836ba6f38..8f98217f2 100644 Binary files a/assets/png_512x512/1f464.png and b/assets/png_512x512/1f464.png differ diff --git a/assets/png_512x512/1f465.png b/assets/png_512x512/1f465.png index bc172f8ca..3955686ec 100644 Binary files a/assets/png_512x512/1f465.png and b/assets/png_512x512/1f465.png differ diff --git a/assets/png_512x512/1f466-1f3fb.png b/assets/png_512x512/1f466-1f3fb.png index 3aae54d98..95a995232 100644 Binary files a/assets/png_512x512/1f466-1f3fb.png and b/assets/png_512x512/1f466-1f3fb.png differ diff --git a/assets/png_512x512/1f466-1f3fc.png b/assets/png_512x512/1f466-1f3fc.png index c825bb632..3adfe95e8 100644 Binary files a/assets/png_512x512/1f466-1f3fc.png and b/assets/png_512x512/1f466-1f3fc.png differ diff --git a/assets/png_512x512/1f466-1f3fd.png b/assets/png_512x512/1f466-1f3fd.png index b9db46df2..32ef2f32d 100644 Binary files a/assets/png_512x512/1f466-1f3fd.png and b/assets/png_512x512/1f466-1f3fd.png differ diff --git a/assets/png_512x512/1f466-1f3fe.png b/assets/png_512x512/1f466-1f3fe.png index 2dea17fd0..27a794212 100644 Binary files a/assets/png_512x512/1f466-1f3fe.png and b/assets/png_512x512/1f466-1f3fe.png differ diff --git a/assets/png_512x512/1f466-1f3ff.png b/assets/png_512x512/1f466-1f3ff.png index adf0231f6..08613726e 100644 Binary files a/assets/png_512x512/1f466-1f3ff.png and b/assets/png_512x512/1f466-1f3ff.png differ diff --git a/assets/png_512x512/1f466.png b/assets/png_512x512/1f466.png index 7ce67f7e2..937aea820 100644 Binary files a/assets/png_512x512/1f466.png and b/assets/png_512x512/1f466.png differ diff --git a/assets/png_512x512/1f467-1f3fb.png b/assets/png_512x512/1f467-1f3fb.png index 015bb61b0..163a17a85 100644 Binary files a/assets/png_512x512/1f467-1f3fb.png and b/assets/png_512x512/1f467-1f3fb.png differ diff --git a/assets/png_512x512/1f467-1f3fc.png b/assets/png_512x512/1f467-1f3fc.png index fb73970d2..c6f08d0a7 100644 Binary files a/assets/png_512x512/1f467-1f3fc.png and b/assets/png_512x512/1f467-1f3fc.png differ diff --git a/assets/png_512x512/1f467-1f3fd.png b/assets/png_512x512/1f467-1f3fd.png index 7314488b9..72a74f7d4 100644 Binary files a/assets/png_512x512/1f467-1f3fd.png and b/assets/png_512x512/1f467-1f3fd.png differ diff --git a/assets/png_512x512/1f467-1f3fe.png b/assets/png_512x512/1f467-1f3fe.png index 7d06f96d6..4f000582f 100644 Binary files a/assets/png_512x512/1f467-1f3fe.png and b/assets/png_512x512/1f467-1f3fe.png differ diff --git a/assets/png_512x512/1f467-1f3ff.png b/assets/png_512x512/1f467-1f3ff.png index 926b6346c..89c5d892f 100644 Binary files a/assets/png_512x512/1f467-1f3ff.png and b/assets/png_512x512/1f467-1f3ff.png differ diff --git a/assets/png_512x512/1f467.png b/assets/png_512x512/1f467.png index fd4d38ba3..0ef63a8ed 100644 Binary files a/assets/png_512x512/1f467.png and b/assets/png_512x512/1f467.png differ diff --git a/assets/png_512x512/1f468-1f3fb.png b/assets/png_512x512/1f468-1f3fb.png index 0ae505852..82206456c 100644 Binary files a/assets/png_512x512/1f468-1f3fb.png and b/assets/png_512x512/1f468-1f3fb.png differ diff --git a/assets/png_512x512/1f468-1f3fc.png b/assets/png_512x512/1f468-1f3fc.png index 6cc6e3796..42a01e2c5 100644 Binary files a/assets/png_512x512/1f468-1f3fc.png and b/assets/png_512x512/1f468-1f3fc.png differ diff --git a/assets/png_512x512/1f468-1f3fd.png b/assets/png_512x512/1f468-1f3fd.png index 075db2bea..bdcdacc21 100644 Binary files a/assets/png_512x512/1f468-1f3fd.png and b/assets/png_512x512/1f468-1f3fd.png differ diff --git a/assets/png_512x512/1f468-1f3fe.png b/assets/png_512x512/1f468-1f3fe.png index 09dcde6bd..63cf6c5ce 100644 Binary files a/assets/png_512x512/1f468-1f3fe.png and b/assets/png_512x512/1f468-1f3fe.png differ diff --git a/assets/png_512x512/1f468-1f3ff.png b/assets/png_512x512/1f468-1f3ff.png index 76f5e24ae..4b0f71254 100644 Binary files a/assets/png_512x512/1f468-1f3ff.png and b/assets/png_512x512/1f468-1f3ff.png differ diff --git a/assets/png_512x512/1f468-1f468-1f466-1f466.png b/assets/png_512x512/1f468-1f468-1f466-1f466.png index b48f0d53c..38c6afbfc 100644 Binary files a/assets/png_512x512/1f468-1f468-1f466-1f466.png and b/assets/png_512x512/1f468-1f468-1f466-1f466.png differ diff --git a/assets/png_512x512/1f468-1f468-1f466.png b/assets/png_512x512/1f468-1f468-1f466.png index 7a480c349..790744daa 100644 Binary files a/assets/png_512x512/1f468-1f468-1f466.png and b/assets/png_512x512/1f468-1f468-1f466.png differ diff --git a/assets/png_512x512/1f468-1f468-1f467-1f466.png b/assets/png_512x512/1f468-1f468-1f467-1f466.png index 9c076288f..056ef81c4 100644 Binary files a/assets/png_512x512/1f468-1f468-1f467-1f466.png and b/assets/png_512x512/1f468-1f468-1f467-1f466.png differ diff --git a/assets/png_512x512/1f468-1f468-1f467-1f467.png b/assets/png_512x512/1f468-1f468-1f467-1f467.png index adc9bacc1..0752480a5 100644 Binary files a/assets/png_512x512/1f468-1f468-1f467-1f467.png and b/assets/png_512x512/1f468-1f468-1f467-1f467.png differ diff --git a/assets/png_512x512/1f468-1f468-1f467.png b/assets/png_512x512/1f468-1f468-1f467.png index 7224e0fab..c2234c273 100644 Binary files a/assets/png_512x512/1f468-1f468-1f467.png and b/assets/png_512x512/1f468-1f468-1f467.png differ diff --git a/assets/png_512x512/1f468-1f469-1f466-1f466.png b/assets/png_512x512/1f468-1f469-1f466-1f466.png index b353d90e4..6f8bebd0d 100644 Binary files a/assets/png_512x512/1f468-1f469-1f466-1f466.png and b/assets/png_512x512/1f468-1f469-1f466-1f466.png differ diff --git a/assets/png_512x512/1f468-1f469-1f467-1f466.png b/assets/png_512x512/1f468-1f469-1f467-1f466.png index 2f0a52390..f6e38a93b 100644 Binary files a/assets/png_512x512/1f468-1f469-1f467-1f466.png and b/assets/png_512x512/1f468-1f469-1f467-1f466.png differ diff --git a/assets/png_512x512/1f468-1f469-1f467-1f467.png b/assets/png_512x512/1f468-1f469-1f467-1f467.png index 6e16f1b94..da1057be1 100644 Binary files a/assets/png_512x512/1f468-1f469-1f467-1f467.png and b/assets/png_512x512/1f468-1f469-1f467-1f467.png differ diff --git a/assets/png_512x512/1f468-1f469-1f467.png b/assets/png_512x512/1f468-1f469-1f467.png index ac94e463d..81d2f5a36 100644 Binary files a/assets/png_512x512/1f468-1f469-1f467.png and b/assets/png_512x512/1f468-1f469-1f467.png differ diff --git a/assets/png_512x512/1f468-2764-1f468.png b/assets/png_512x512/1f468-2764-1f468.png index 22f028cd5..ebe87df2e 100644 Binary files a/assets/png_512x512/1f468-2764-1f468.png and b/assets/png_512x512/1f468-2764-1f468.png differ diff --git a/assets/png_512x512/1f468-2764-1f48b-1f468.png b/assets/png_512x512/1f468-2764-1f48b-1f468.png index d103cbcfe..70a6b5925 100644 Binary files a/assets/png_512x512/1f468-2764-1f48b-1f468.png and b/assets/png_512x512/1f468-2764-1f48b-1f468.png differ diff --git a/assets/png_512x512/1f468.png b/assets/png_512x512/1f468.png index 4765974d5..56023f891 100644 Binary files a/assets/png_512x512/1f468.png and b/assets/png_512x512/1f468.png differ diff --git a/assets/png_512x512/1f469-1f3fb.png b/assets/png_512x512/1f469-1f3fb.png index 5eeda541c..030c7c855 100644 Binary files a/assets/png_512x512/1f469-1f3fb.png and b/assets/png_512x512/1f469-1f3fb.png differ diff --git a/assets/png_512x512/1f469-1f3fc.png b/assets/png_512x512/1f469-1f3fc.png index 5ee2c5179..782840bcb 100644 Binary files a/assets/png_512x512/1f469-1f3fc.png and b/assets/png_512x512/1f469-1f3fc.png differ diff --git a/assets/png_512x512/1f469-1f3fd.png b/assets/png_512x512/1f469-1f3fd.png index 8726ca27b..e2d429883 100644 Binary files a/assets/png_512x512/1f469-1f3fd.png and b/assets/png_512x512/1f469-1f3fd.png differ diff --git a/assets/png_512x512/1f469-1f3fe.png b/assets/png_512x512/1f469-1f3fe.png index 3e3205665..44bfc0d19 100644 Binary files a/assets/png_512x512/1f469-1f3fe.png and b/assets/png_512x512/1f469-1f3fe.png differ diff --git a/assets/png_512x512/1f469-1f3ff.png b/assets/png_512x512/1f469-1f3ff.png index 829bf4d1a..1688c84b5 100644 Binary files a/assets/png_512x512/1f469-1f3ff.png and b/assets/png_512x512/1f469-1f3ff.png differ diff --git a/assets/png_512x512/1f469-1f469-1f466-1f466.png b/assets/png_512x512/1f469-1f469-1f466-1f466.png index 2e9e3207f..d44dc8c84 100644 Binary files a/assets/png_512x512/1f469-1f469-1f466-1f466.png and b/assets/png_512x512/1f469-1f469-1f466-1f466.png differ diff --git a/assets/png_512x512/1f469-1f469-1f466.png b/assets/png_512x512/1f469-1f469-1f466.png index c7b6a252f..1519c9036 100644 Binary files a/assets/png_512x512/1f469-1f469-1f466.png and b/assets/png_512x512/1f469-1f469-1f466.png differ diff --git a/assets/png_512x512/1f469-1f469-1f467-1f466.png b/assets/png_512x512/1f469-1f469-1f467-1f466.png index b4ecb1c61..6f7902e57 100644 Binary files a/assets/png_512x512/1f469-1f469-1f467-1f466.png and b/assets/png_512x512/1f469-1f469-1f467-1f466.png differ diff --git a/assets/png_512x512/1f469-1f469-1f467-1f467.png b/assets/png_512x512/1f469-1f469-1f467-1f467.png index 9799f9cf0..2555bddb6 100644 Binary files a/assets/png_512x512/1f469-1f469-1f467-1f467.png and b/assets/png_512x512/1f469-1f469-1f467-1f467.png differ diff --git a/assets/png_512x512/1f469-1f469-1f467.png b/assets/png_512x512/1f469-1f469-1f467.png index ac64af8b9..9faab7881 100644 Binary files a/assets/png_512x512/1f469-1f469-1f467.png and b/assets/png_512x512/1f469-1f469-1f467.png differ diff --git a/assets/png_512x512/1f469-2764-1f469.png b/assets/png_512x512/1f469-2764-1f469.png index 3fe80a080..264afa9f7 100644 Binary files a/assets/png_512x512/1f469-2764-1f469.png and b/assets/png_512x512/1f469-2764-1f469.png differ diff --git a/assets/png_512x512/1f469-2764-1f48b-1f469.png b/assets/png_512x512/1f469-2764-1f48b-1f469.png index 2fc0ecb98..fc3f17b73 100644 Binary files a/assets/png_512x512/1f469-2764-1f48b-1f469.png and b/assets/png_512x512/1f469-2764-1f48b-1f469.png differ diff --git a/assets/png_512x512/1f469.png b/assets/png_512x512/1f469.png index 4dec73647..b5dbc1aab 100644 Binary files a/assets/png_512x512/1f469.png and b/assets/png_512x512/1f469.png differ diff --git a/assets/png_512x512/1f46a.png b/assets/png_512x512/1f46a.png index b3fa52add..70ae455e0 100644 Binary files a/assets/png_512x512/1f46a.png and b/assets/png_512x512/1f46a.png differ diff --git a/assets/png_512x512/1f46b.png b/assets/png_512x512/1f46b.png index 24fcc9718..a268af6b2 100644 Binary files a/assets/png_512x512/1f46b.png and b/assets/png_512x512/1f46b.png differ diff --git a/assets/png_512x512/1f46c.png b/assets/png_512x512/1f46c.png index 81413f104..68dd630f9 100644 Binary files a/assets/png_512x512/1f46c.png and b/assets/png_512x512/1f46c.png differ diff --git a/assets/png_512x512/1f46d.png b/assets/png_512x512/1f46d.png index c7088401e..c027857d1 100644 Binary files a/assets/png_512x512/1f46d.png and b/assets/png_512x512/1f46d.png differ diff --git a/assets/png_512x512/1f46e-1f3fb.png b/assets/png_512x512/1f46e-1f3fb.png index 631c3f02b..676e690d9 100644 Binary files a/assets/png_512x512/1f46e-1f3fb.png and b/assets/png_512x512/1f46e-1f3fb.png differ diff --git a/assets/png_512x512/1f46e-1f3fc.png b/assets/png_512x512/1f46e-1f3fc.png index 92a401911..fa9a13b4f 100644 Binary files a/assets/png_512x512/1f46e-1f3fc.png and b/assets/png_512x512/1f46e-1f3fc.png differ diff --git a/assets/png_512x512/1f46e-1f3fd.png b/assets/png_512x512/1f46e-1f3fd.png index f8ee13022..2e3501e2f 100644 Binary files a/assets/png_512x512/1f46e-1f3fd.png and b/assets/png_512x512/1f46e-1f3fd.png differ diff --git a/assets/png_512x512/1f46e-1f3fe.png b/assets/png_512x512/1f46e-1f3fe.png index c32b419ac..fdf5f2b3f 100644 Binary files a/assets/png_512x512/1f46e-1f3fe.png and b/assets/png_512x512/1f46e-1f3fe.png differ diff --git a/assets/png_512x512/1f46e-1f3ff.png b/assets/png_512x512/1f46e-1f3ff.png index a467a64ad..a1c1d1e77 100644 Binary files a/assets/png_512x512/1f46e-1f3ff.png and b/assets/png_512x512/1f46e-1f3ff.png differ diff --git a/assets/png_512x512/1f46e.png b/assets/png_512x512/1f46e.png index 06e8a9040..15e8ae2b3 100644 Binary files a/assets/png_512x512/1f46e.png and b/assets/png_512x512/1f46e.png differ diff --git a/assets/png_512x512/1f46f.png b/assets/png_512x512/1f46f.png index 5740db656..d91eb4f67 100644 Binary files a/assets/png_512x512/1f46f.png and b/assets/png_512x512/1f46f.png differ diff --git a/assets/png_512x512/1f470-1f3fb.png b/assets/png_512x512/1f470-1f3fb.png index 61e4ff7ef..969f10947 100644 Binary files a/assets/png_512x512/1f470-1f3fb.png and b/assets/png_512x512/1f470-1f3fb.png differ diff --git a/assets/png_512x512/1f470-1f3fc.png b/assets/png_512x512/1f470-1f3fc.png index d518be2e8..fe2ef4776 100644 Binary files a/assets/png_512x512/1f470-1f3fc.png and b/assets/png_512x512/1f470-1f3fc.png differ diff --git a/assets/png_512x512/1f470-1f3fd.png b/assets/png_512x512/1f470-1f3fd.png index bb95e73e3..1203638a6 100644 Binary files a/assets/png_512x512/1f470-1f3fd.png and b/assets/png_512x512/1f470-1f3fd.png differ diff --git a/assets/png_512x512/1f470-1f3fe.png b/assets/png_512x512/1f470-1f3fe.png index 614549744..930388f68 100644 Binary files a/assets/png_512x512/1f470-1f3fe.png and b/assets/png_512x512/1f470-1f3fe.png differ diff --git a/assets/png_512x512/1f470-1f3ff.png b/assets/png_512x512/1f470-1f3ff.png index dc0ca3b8b..299b2e0ad 100644 Binary files a/assets/png_512x512/1f470-1f3ff.png and b/assets/png_512x512/1f470-1f3ff.png differ diff --git a/assets/png_512x512/1f470.png b/assets/png_512x512/1f470.png index 79594bced..2ace85033 100644 Binary files a/assets/png_512x512/1f470.png and b/assets/png_512x512/1f470.png differ diff --git a/assets/png_512x512/1f471-1f3fb.png b/assets/png_512x512/1f471-1f3fb.png index c5e7d83df..81637ca95 100644 Binary files a/assets/png_512x512/1f471-1f3fb.png and b/assets/png_512x512/1f471-1f3fb.png differ diff --git a/assets/png_512x512/1f471-1f3fc.png b/assets/png_512x512/1f471-1f3fc.png index 432e3f459..9a5d25835 100644 Binary files a/assets/png_512x512/1f471-1f3fc.png and b/assets/png_512x512/1f471-1f3fc.png differ diff --git a/assets/png_512x512/1f471-1f3fd.png b/assets/png_512x512/1f471-1f3fd.png index fbe1e50e3..6b05f0ef1 100644 Binary files a/assets/png_512x512/1f471-1f3fd.png and b/assets/png_512x512/1f471-1f3fd.png differ diff --git a/assets/png_512x512/1f471-1f3fe.png b/assets/png_512x512/1f471-1f3fe.png index dc4579b1c..bfba7692a 100644 Binary files a/assets/png_512x512/1f471-1f3fe.png and b/assets/png_512x512/1f471-1f3fe.png differ diff --git a/assets/png_512x512/1f471-1f3ff.png b/assets/png_512x512/1f471-1f3ff.png index f92811189..625d256fa 100644 Binary files a/assets/png_512x512/1f471-1f3ff.png and b/assets/png_512x512/1f471-1f3ff.png differ diff --git a/assets/png_512x512/1f471.png b/assets/png_512x512/1f471.png index ec3ea8ad5..c4f8d6f66 100644 Binary files a/assets/png_512x512/1f471.png and b/assets/png_512x512/1f471.png differ diff --git a/assets/png_512x512/1f472-1f3fb.png b/assets/png_512x512/1f472-1f3fb.png index 1fb939437..2ee2ce2ab 100644 Binary files a/assets/png_512x512/1f472-1f3fb.png and b/assets/png_512x512/1f472-1f3fb.png differ diff --git a/assets/png_512x512/1f472-1f3fc.png b/assets/png_512x512/1f472-1f3fc.png index 6725c1d89..b969185bb 100644 Binary files a/assets/png_512x512/1f472-1f3fc.png and b/assets/png_512x512/1f472-1f3fc.png differ diff --git a/assets/png_512x512/1f472-1f3fd.png b/assets/png_512x512/1f472-1f3fd.png index 20de19440..320c59a84 100644 Binary files a/assets/png_512x512/1f472-1f3fd.png and b/assets/png_512x512/1f472-1f3fd.png differ diff --git a/assets/png_512x512/1f472-1f3fe.png b/assets/png_512x512/1f472-1f3fe.png index 3562204da..8925bcc1e 100644 Binary files a/assets/png_512x512/1f472-1f3fe.png and b/assets/png_512x512/1f472-1f3fe.png differ diff --git a/assets/png_512x512/1f472-1f3ff.png b/assets/png_512x512/1f472-1f3ff.png index 8e7226993..1c0bda742 100644 Binary files a/assets/png_512x512/1f472-1f3ff.png and b/assets/png_512x512/1f472-1f3ff.png differ diff --git a/assets/png_512x512/1f472.png b/assets/png_512x512/1f472.png index ce100842b..e8e96b1cf 100644 Binary files a/assets/png_512x512/1f472.png and b/assets/png_512x512/1f472.png differ diff --git a/assets/png_512x512/1f473-1f3fb.png b/assets/png_512x512/1f473-1f3fb.png index ad5b13eba..bb9d877de 100644 Binary files a/assets/png_512x512/1f473-1f3fb.png and b/assets/png_512x512/1f473-1f3fb.png differ diff --git a/assets/png_512x512/1f473-1f3fc.png b/assets/png_512x512/1f473-1f3fc.png index 8d3f61435..6fd3e53cd 100644 Binary files a/assets/png_512x512/1f473-1f3fc.png and b/assets/png_512x512/1f473-1f3fc.png differ diff --git a/assets/png_512x512/1f473-1f3fd.png b/assets/png_512x512/1f473-1f3fd.png index 7ef46aa38..9b8626b45 100644 Binary files a/assets/png_512x512/1f473-1f3fd.png and b/assets/png_512x512/1f473-1f3fd.png differ diff --git a/assets/png_512x512/1f473-1f3fe.png b/assets/png_512x512/1f473-1f3fe.png index d04157dcf..1c1a8f58e 100644 Binary files a/assets/png_512x512/1f473-1f3fe.png and b/assets/png_512x512/1f473-1f3fe.png differ diff --git a/assets/png_512x512/1f473-1f3ff.png b/assets/png_512x512/1f473-1f3ff.png index 194669121..6e207ab0d 100644 Binary files a/assets/png_512x512/1f473-1f3ff.png and b/assets/png_512x512/1f473-1f3ff.png differ diff --git a/assets/png_512x512/1f473.png b/assets/png_512x512/1f473.png index e0f797235..67219910c 100644 Binary files a/assets/png_512x512/1f473.png and b/assets/png_512x512/1f473.png differ diff --git a/assets/png_512x512/1f474-1f3fb.png b/assets/png_512x512/1f474-1f3fb.png index 3c701d643..200139c37 100644 Binary files a/assets/png_512x512/1f474-1f3fb.png and b/assets/png_512x512/1f474-1f3fb.png differ diff --git a/assets/png_512x512/1f474-1f3fc.png b/assets/png_512x512/1f474-1f3fc.png index 89b281767..a914d5828 100644 Binary files a/assets/png_512x512/1f474-1f3fc.png and b/assets/png_512x512/1f474-1f3fc.png differ diff --git a/assets/png_512x512/1f474-1f3fd.png b/assets/png_512x512/1f474-1f3fd.png index 043d6fc9e..9f086365b 100644 Binary files a/assets/png_512x512/1f474-1f3fd.png and b/assets/png_512x512/1f474-1f3fd.png differ diff --git a/assets/png_512x512/1f474-1f3fe.png b/assets/png_512x512/1f474-1f3fe.png index cbde32d8d..d552eb3b4 100644 Binary files a/assets/png_512x512/1f474-1f3fe.png and b/assets/png_512x512/1f474-1f3fe.png differ diff --git a/assets/png_512x512/1f474-1f3ff.png b/assets/png_512x512/1f474-1f3ff.png index 242dd959f..c8dfc6500 100644 Binary files a/assets/png_512x512/1f474-1f3ff.png and b/assets/png_512x512/1f474-1f3ff.png differ diff --git a/assets/png_512x512/1f474.png b/assets/png_512x512/1f474.png index 6b5cfd311..cbcd9950f 100644 Binary files a/assets/png_512x512/1f474.png and b/assets/png_512x512/1f474.png differ diff --git a/assets/png_512x512/1f475-1f3fb.png b/assets/png_512x512/1f475-1f3fb.png index 79923c7f9..88126e777 100644 Binary files a/assets/png_512x512/1f475-1f3fb.png and b/assets/png_512x512/1f475-1f3fb.png differ diff --git a/assets/png_512x512/1f475-1f3fc.png b/assets/png_512x512/1f475-1f3fc.png index 17fea859b..ce5795019 100644 Binary files a/assets/png_512x512/1f475-1f3fc.png and b/assets/png_512x512/1f475-1f3fc.png differ diff --git a/assets/png_512x512/1f475-1f3fd.png b/assets/png_512x512/1f475-1f3fd.png index 1f189bdfa..edaf858e2 100644 Binary files a/assets/png_512x512/1f475-1f3fd.png and b/assets/png_512x512/1f475-1f3fd.png differ diff --git a/assets/png_512x512/1f475-1f3fe.png b/assets/png_512x512/1f475-1f3fe.png index ca1021e2c..620c45f13 100644 Binary files a/assets/png_512x512/1f475-1f3fe.png and b/assets/png_512x512/1f475-1f3fe.png differ diff --git a/assets/png_512x512/1f475-1f3ff.png b/assets/png_512x512/1f475-1f3ff.png index 7ac6901dd..0cb43c90f 100644 Binary files a/assets/png_512x512/1f475-1f3ff.png and b/assets/png_512x512/1f475-1f3ff.png differ diff --git a/assets/png_512x512/1f475.png b/assets/png_512x512/1f475.png index ca7b4ebc4..e3ef33438 100644 Binary files a/assets/png_512x512/1f475.png and b/assets/png_512x512/1f475.png differ diff --git a/assets/png_512x512/1f476-1f3fb.png b/assets/png_512x512/1f476-1f3fb.png index 779643538..1b3a0e1e0 100644 Binary files a/assets/png_512x512/1f476-1f3fb.png and b/assets/png_512x512/1f476-1f3fb.png differ diff --git a/assets/png_512x512/1f476-1f3fc.png b/assets/png_512x512/1f476-1f3fc.png index 217cf7eac..41fe9bb34 100644 Binary files a/assets/png_512x512/1f476-1f3fc.png and b/assets/png_512x512/1f476-1f3fc.png differ diff --git a/assets/png_512x512/1f476-1f3fd.png b/assets/png_512x512/1f476-1f3fd.png index 4b28feb0c..84d92df68 100644 Binary files a/assets/png_512x512/1f476-1f3fd.png and b/assets/png_512x512/1f476-1f3fd.png differ diff --git a/assets/png_512x512/1f476-1f3fe.png b/assets/png_512x512/1f476-1f3fe.png index 17c6b92c2..36c4aa678 100644 Binary files a/assets/png_512x512/1f476-1f3fe.png and b/assets/png_512x512/1f476-1f3fe.png differ diff --git a/assets/png_512x512/1f476-1f3ff.png b/assets/png_512x512/1f476-1f3ff.png index e007bcdd8..b93c36c2c 100644 Binary files a/assets/png_512x512/1f476-1f3ff.png and b/assets/png_512x512/1f476-1f3ff.png differ diff --git a/assets/png_512x512/1f476.png b/assets/png_512x512/1f476.png index 956a741ab..9c140b3ad 100644 Binary files a/assets/png_512x512/1f476.png and b/assets/png_512x512/1f476.png differ diff --git a/assets/png_512x512/1f477-1f3fb.png b/assets/png_512x512/1f477-1f3fb.png index e4e838434..0ba158b75 100644 Binary files a/assets/png_512x512/1f477-1f3fb.png and b/assets/png_512x512/1f477-1f3fb.png differ diff --git a/assets/png_512x512/1f477-1f3fc.png b/assets/png_512x512/1f477-1f3fc.png index 286c0fdad..a9df48d4e 100644 Binary files a/assets/png_512x512/1f477-1f3fc.png and b/assets/png_512x512/1f477-1f3fc.png differ diff --git a/assets/png_512x512/1f477-1f3fd.png b/assets/png_512x512/1f477-1f3fd.png index 2273f9ae1..f83726da0 100644 Binary files a/assets/png_512x512/1f477-1f3fd.png and b/assets/png_512x512/1f477-1f3fd.png differ diff --git a/assets/png_512x512/1f477-1f3fe.png b/assets/png_512x512/1f477-1f3fe.png index 22fff40b1..216b2e95a 100644 Binary files a/assets/png_512x512/1f477-1f3fe.png and b/assets/png_512x512/1f477-1f3fe.png differ diff --git a/assets/png_512x512/1f477-1f3ff.png b/assets/png_512x512/1f477-1f3ff.png index ea71fab7b..a5a47b0c1 100644 Binary files a/assets/png_512x512/1f477-1f3ff.png and b/assets/png_512x512/1f477-1f3ff.png differ diff --git a/assets/png_512x512/1f477.png b/assets/png_512x512/1f477.png index a9d174d08..5baac5413 100644 Binary files a/assets/png_512x512/1f477.png and b/assets/png_512x512/1f477.png differ diff --git a/assets/png_512x512/1f478-1f3fb.png b/assets/png_512x512/1f478-1f3fb.png index 7932f8fb3..ba3b8992e 100644 Binary files a/assets/png_512x512/1f478-1f3fb.png and b/assets/png_512x512/1f478-1f3fb.png differ diff --git a/assets/png_512x512/1f478-1f3fc.png b/assets/png_512x512/1f478-1f3fc.png index 2f2e3505a..a9825debd 100644 Binary files a/assets/png_512x512/1f478-1f3fc.png and b/assets/png_512x512/1f478-1f3fc.png differ diff --git a/assets/png_512x512/1f478-1f3fd.png b/assets/png_512x512/1f478-1f3fd.png index b335b9981..4cfaf92f8 100644 Binary files a/assets/png_512x512/1f478-1f3fd.png and b/assets/png_512x512/1f478-1f3fd.png differ diff --git a/assets/png_512x512/1f478-1f3fe.png b/assets/png_512x512/1f478-1f3fe.png index 7de7b8f66..ea309b4d5 100644 Binary files a/assets/png_512x512/1f478-1f3fe.png and b/assets/png_512x512/1f478-1f3fe.png differ diff --git a/assets/png_512x512/1f478-1f3ff.png b/assets/png_512x512/1f478-1f3ff.png index 5f1e5d41c..c5441d7cd 100644 Binary files a/assets/png_512x512/1f478-1f3ff.png and b/assets/png_512x512/1f478-1f3ff.png differ diff --git a/assets/png_512x512/1f478.png b/assets/png_512x512/1f478.png index 17c38d5e2..990085d64 100644 Binary files a/assets/png_512x512/1f478.png and b/assets/png_512x512/1f478.png differ diff --git a/assets/png_512x512/1f479.png b/assets/png_512x512/1f479.png index dfa913e16..97ddfa08d 100644 Binary files a/assets/png_512x512/1f479.png and b/assets/png_512x512/1f479.png differ diff --git a/assets/png_512x512/1f47a.png b/assets/png_512x512/1f47a.png index 8394a91ba..84d81e32f 100644 Binary files a/assets/png_512x512/1f47a.png and b/assets/png_512x512/1f47a.png differ diff --git a/assets/png_512x512/1f47b.png b/assets/png_512x512/1f47b.png index ca210b8d3..38f158a3a 100644 Binary files a/assets/png_512x512/1f47b.png and b/assets/png_512x512/1f47b.png differ diff --git a/assets/png_512x512/1f47c-1f3fb.png b/assets/png_512x512/1f47c-1f3fb.png index 62e0e3fd3..57248cd1c 100644 Binary files a/assets/png_512x512/1f47c-1f3fb.png and b/assets/png_512x512/1f47c-1f3fb.png differ diff --git a/assets/png_512x512/1f47c-1f3fc.png b/assets/png_512x512/1f47c-1f3fc.png index e127e1bcb..56c0c4ae6 100644 Binary files a/assets/png_512x512/1f47c-1f3fc.png and b/assets/png_512x512/1f47c-1f3fc.png differ diff --git a/assets/png_512x512/1f47c-1f3fd.png b/assets/png_512x512/1f47c-1f3fd.png index 0ca555812..66aa8abbd 100644 Binary files a/assets/png_512x512/1f47c-1f3fd.png and b/assets/png_512x512/1f47c-1f3fd.png differ diff --git a/assets/png_512x512/1f47c-1f3fe.png b/assets/png_512x512/1f47c-1f3fe.png index ba82d27da..ae02428ca 100644 Binary files a/assets/png_512x512/1f47c-1f3fe.png and b/assets/png_512x512/1f47c-1f3fe.png differ diff --git a/assets/png_512x512/1f47c-1f3ff.png b/assets/png_512x512/1f47c-1f3ff.png index 15b22b799..5215a81cc 100644 Binary files a/assets/png_512x512/1f47c-1f3ff.png and b/assets/png_512x512/1f47c-1f3ff.png differ diff --git a/assets/png_512x512/1f47c.png b/assets/png_512x512/1f47c.png index bf1eb8859..7aff41f10 100644 Binary files a/assets/png_512x512/1f47c.png and b/assets/png_512x512/1f47c.png differ diff --git a/assets/png_512x512/1f47d.png b/assets/png_512x512/1f47d.png index c6e773a19..c23221dd5 100644 Binary files a/assets/png_512x512/1f47d.png and b/assets/png_512x512/1f47d.png differ diff --git a/assets/png_512x512/1f47e.png b/assets/png_512x512/1f47e.png index db17e431c..83766886a 100644 Binary files a/assets/png_512x512/1f47e.png and b/assets/png_512x512/1f47e.png differ diff --git a/assets/png_512x512/1f47f.png b/assets/png_512x512/1f47f.png index 47c74ac2a..96f4d7277 100644 Binary files a/assets/png_512x512/1f47f.png and b/assets/png_512x512/1f47f.png differ diff --git a/assets/png_512x512/1f480.png b/assets/png_512x512/1f480.png index 8fca9d9a5..2c3ce3876 100644 Binary files a/assets/png_512x512/1f480.png and b/assets/png_512x512/1f480.png differ diff --git a/assets/png_512x512/1f481-1f3fb.png b/assets/png_512x512/1f481-1f3fb.png index aea634ed9..273d0a468 100644 Binary files a/assets/png_512x512/1f481-1f3fb.png and b/assets/png_512x512/1f481-1f3fb.png differ diff --git a/assets/png_512x512/1f481-1f3fc.png b/assets/png_512x512/1f481-1f3fc.png index 7d74ce0e5..17f506e18 100644 Binary files a/assets/png_512x512/1f481-1f3fc.png and b/assets/png_512x512/1f481-1f3fc.png differ diff --git a/assets/png_512x512/1f481-1f3fd.png b/assets/png_512x512/1f481-1f3fd.png index e369d8320..8256aa8d2 100644 Binary files a/assets/png_512x512/1f481-1f3fd.png and b/assets/png_512x512/1f481-1f3fd.png differ diff --git a/assets/png_512x512/1f481-1f3fe.png b/assets/png_512x512/1f481-1f3fe.png index 7a96b1b53..c225b5d4a 100644 Binary files a/assets/png_512x512/1f481-1f3fe.png and b/assets/png_512x512/1f481-1f3fe.png differ diff --git a/assets/png_512x512/1f481-1f3ff.png b/assets/png_512x512/1f481-1f3ff.png index 7f1813435..d73a8bbd2 100644 Binary files a/assets/png_512x512/1f481-1f3ff.png and b/assets/png_512x512/1f481-1f3ff.png differ diff --git a/assets/png_512x512/1f481.png b/assets/png_512x512/1f481.png index 726e8f36c..df7b99a24 100644 Binary files a/assets/png_512x512/1f481.png and b/assets/png_512x512/1f481.png differ diff --git a/assets/png_512x512/1f482-1f3fb.png b/assets/png_512x512/1f482-1f3fb.png index 7720d1b10..1edca857d 100644 Binary files a/assets/png_512x512/1f482-1f3fb.png and b/assets/png_512x512/1f482-1f3fb.png differ diff --git a/assets/png_512x512/1f482-1f3fc.png b/assets/png_512x512/1f482-1f3fc.png index adba95ded..9b32a3bbe 100644 Binary files a/assets/png_512x512/1f482-1f3fc.png and b/assets/png_512x512/1f482-1f3fc.png differ diff --git a/assets/png_512x512/1f482-1f3fd.png b/assets/png_512x512/1f482-1f3fd.png index 84447bc80..c108d7c51 100644 Binary files a/assets/png_512x512/1f482-1f3fd.png and b/assets/png_512x512/1f482-1f3fd.png differ diff --git a/assets/png_512x512/1f482-1f3fe.png b/assets/png_512x512/1f482-1f3fe.png index f63d5ee60..f7ef8aae2 100644 Binary files a/assets/png_512x512/1f482-1f3fe.png and b/assets/png_512x512/1f482-1f3fe.png differ diff --git a/assets/png_512x512/1f482-1f3ff.png b/assets/png_512x512/1f482-1f3ff.png index e42256727..36e743e59 100644 Binary files a/assets/png_512x512/1f482-1f3ff.png and b/assets/png_512x512/1f482-1f3ff.png differ diff --git a/assets/png_512x512/1f482.png b/assets/png_512x512/1f482.png index c8f37abe6..29884da01 100644 Binary files a/assets/png_512x512/1f482.png and b/assets/png_512x512/1f482.png differ diff --git a/assets/png_512x512/1f483-1f3fb.png b/assets/png_512x512/1f483-1f3fb.png index ef19184ba..2e33f7fc7 100644 Binary files a/assets/png_512x512/1f483-1f3fb.png and b/assets/png_512x512/1f483-1f3fb.png differ diff --git a/assets/png_512x512/1f483-1f3fc.png b/assets/png_512x512/1f483-1f3fc.png index 27f48334f..576d108f3 100644 Binary files a/assets/png_512x512/1f483-1f3fc.png and b/assets/png_512x512/1f483-1f3fc.png differ diff --git a/assets/png_512x512/1f483-1f3fd.png b/assets/png_512x512/1f483-1f3fd.png index a4860582b..5494982d9 100644 Binary files a/assets/png_512x512/1f483-1f3fd.png and b/assets/png_512x512/1f483-1f3fd.png differ diff --git a/assets/png_512x512/1f483-1f3fe.png b/assets/png_512x512/1f483-1f3fe.png index 0af9d7a1b..b2dc3e6ee 100644 Binary files a/assets/png_512x512/1f483-1f3fe.png and b/assets/png_512x512/1f483-1f3fe.png differ diff --git a/assets/png_512x512/1f483-1f3ff.png b/assets/png_512x512/1f483-1f3ff.png index 0c0ff122b..9abb266e9 100644 Binary files a/assets/png_512x512/1f483-1f3ff.png and b/assets/png_512x512/1f483-1f3ff.png differ diff --git a/assets/png_512x512/1f483.png b/assets/png_512x512/1f483.png index b269b444e..d0e97fec6 100644 Binary files a/assets/png_512x512/1f483.png and b/assets/png_512x512/1f483.png differ diff --git a/assets/png_512x512/1f484.png b/assets/png_512x512/1f484.png index f6f0ef08e..91d816f71 100644 Binary files a/assets/png_512x512/1f484.png and b/assets/png_512x512/1f484.png differ diff --git a/assets/png_512x512/1f485-1f3fb.png b/assets/png_512x512/1f485-1f3fb.png index ac19ff8a8..fa874e8f4 100644 Binary files a/assets/png_512x512/1f485-1f3fb.png and b/assets/png_512x512/1f485-1f3fb.png differ diff --git a/assets/png_512x512/1f485-1f3fc.png b/assets/png_512x512/1f485-1f3fc.png index 5b5bb93d4..ad38ed16c 100644 Binary files a/assets/png_512x512/1f485-1f3fc.png and b/assets/png_512x512/1f485-1f3fc.png differ diff --git a/assets/png_512x512/1f485-1f3fd.png b/assets/png_512x512/1f485-1f3fd.png index 985bef21c..651c0511e 100644 Binary files a/assets/png_512x512/1f485-1f3fd.png and b/assets/png_512x512/1f485-1f3fd.png differ diff --git a/assets/png_512x512/1f485-1f3fe.png b/assets/png_512x512/1f485-1f3fe.png index 0eca27829..bdb1260fd 100644 Binary files a/assets/png_512x512/1f485-1f3fe.png and b/assets/png_512x512/1f485-1f3fe.png differ diff --git a/assets/png_512x512/1f485-1f3ff.png b/assets/png_512x512/1f485-1f3ff.png index 8b1805f20..3ff303cd8 100644 Binary files a/assets/png_512x512/1f485-1f3ff.png and b/assets/png_512x512/1f485-1f3ff.png differ diff --git a/assets/png_512x512/1f485.png b/assets/png_512x512/1f485.png index 9ef6eefe1..feb2599a6 100644 Binary files a/assets/png_512x512/1f485.png and b/assets/png_512x512/1f485.png differ diff --git a/assets/png_512x512/1f486-1f3fb.png b/assets/png_512x512/1f486-1f3fb.png index 478a83943..3c25a9485 100644 Binary files a/assets/png_512x512/1f486-1f3fb.png and b/assets/png_512x512/1f486-1f3fb.png differ diff --git a/assets/png_512x512/1f486-1f3fc.png b/assets/png_512x512/1f486-1f3fc.png index b8e425b08..28e9c13a6 100644 Binary files a/assets/png_512x512/1f486-1f3fc.png and b/assets/png_512x512/1f486-1f3fc.png differ diff --git a/assets/png_512x512/1f486-1f3fd.png b/assets/png_512x512/1f486-1f3fd.png index 906808bd7..b4d3b54d4 100644 Binary files a/assets/png_512x512/1f486-1f3fd.png and b/assets/png_512x512/1f486-1f3fd.png differ diff --git a/assets/png_512x512/1f486-1f3fe.png b/assets/png_512x512/1f486-1f3fe.png index fb9462bf6..e70ea6574 100644 Binary files a/assets/png_512x512/1f486-1f3fe.png and b/assets/png_512x512/1f486-1f3fe.png differ diff --git a/assets/png_512x512/1f486-1f3ff.png b/assets/png_512x512/1f486-1f3ff.png index b98361557..0d8cdac94 100644 Binary files a/assets/png_512x512/1f486-1f3ff.png and b/assets/png_512x512/1f486-1f3ff.png differ diff --git a/assets/png_512x512/1f486.png b/assets/png_512x512/1f486.png index 23138888a..f4a5e9dcc 100644 Binary files a/assets/png_512x512/1f486.png and b/assets/png_512x512/1f486.png differ diff --git a/assets/png_512x512/1f487-1f3fb.png b/assets/png_512x512/1f487-1f3fb.png index c84fa56d6..f15fcabf4 100644 Binary files a/assets/png_512x512/1f487-1f3fb.png and b/assets/png_512x512/1f487-1f3fb.png differ diff --git a/assets/png_512x512/1f487-1f3fc.png b/assets/png_512x512/1f487-1f3fc.png index 3e4b47670..1942acbd2 100644 Binary files a/assets/png_512x512/1f487-1f3fc.png and b/assets/png_512x512/1f487-1f3fc.png differ diff --git a/assets/png_512x512/1f487-1f3fd.png b/assets/png_512x512/1f487-1f3fd.png index ee2acbfe4..54b70fceb 100644 Binary files a/assets/png_512x512/1f487-1f3fd.png and b/assets/png_512x512/1f487-1f3fd.png differ diff --git a/assets/png_512x512/1f487-1f3fe.png b/assets/png_512x512/1f487-1f3fe.png index 6548bbc85..d58cef6db 100644 Binary files a/assets/png_512x512/1f487-1f3fe.png and b/assets/png_512x512/1f487-1f3fe.png differ diff --git a/assets/png_512x512/1f487-1f3ff.png b/assets/png_512x512/1f487-1f3ff.png index 62ec76000..6bba9d1d0 100644 Binary files a/assets/png_512x512/1f487-1f3ff.png and b/assets/png_512x512/1f487-1f3ff.png differ diff --git a/assets/png_512x512/1f487.png b/assets/png_512x512/1f487.png index 9f9723b91..f21567e6d 100644 Binary files a/assets/png_512x512/1f487.png and b/assets/png_512x512/1f487.png differ diff --git a/assets/png_512x512/1f488.png b/assets/png_512x512/1f488.png index 8c07195c6..50dbf757d 100644 Binary files a/assets/png_512x512/1f488.png and b/assets/png_512x512/1f488.png differ diff --git a/assets/png_512x512/1f489.png b/assets/png_512x512/1f489.png index e2b88452b..36887e679 100644 Binary files a/assets/png_512x512/1f489.png and b/assets/png_512x512/1f489.png differ diff --git a/assets/png_512x512/1f48a.png b/assets/png_512x512/1f48a.png index 968ef0f75..681294d84 100644 Binary files a/assets/png_512x512/1f48a.png and b/assets/png_512x512/1f48a.png differ diff --git a/assets/png_512x512/1f48b.png b/assets/png_512x512/1f48b.png index 7666d2ed1..c6a15ab87 100644 Binary files a/assets/png_512x512/1f48b.png and b/assets/png_512x512/1f48b.png differ diff --git a/assets/png_512x512/1f48c.png b/assets/png_512x512/1f48c.png index 9cef2a54d..5e8e8c1fd 100644 Binary files a/assets/png_512x512/1f48c.png and b/assets/png_512x512/1f48c.png differ diff --git a/assets/png_512x512/1f48d.png b/assets/png_512x512/1f48d.png index bca0c948c..d34f170cd 100644 Binary files a/assets/png_512x512/1f48d.png and b/assets/png_512x512/1f48d.png differ diff --git a/assets/png_512x512/1f48e.png b/assets/png_512x512/1f48e.png index 2f76acd0e..329dfba7a 100644 Binary files a/assets/png_512x512/1f48e.png and b/assets/png_512x512/1f48e.png differ diff --git a/assets/png_512x512/1f48f.png b/assets/png_512x512/1f48f.png index 30f1be2e0..9865f364c 100644 Binary files a/assets/png_512x512/1f48f.png and b/assets/png_512x512/1f48f.png differ diff --git a/assets/png_512x512/1f490.png b/assets/png_512x512/1f490.png index 9558c861b..065ba9d77 100644 Binary files a/assets/png_512x512/1f490.png and b/assets/png_512x512/1f490.png differ diff --git a/assets/png_512x512/1f491.png b/assets/png_512x512/1f491.png index 3f8ec20d2..4f5ae1009 100644 Binary files a/assets/png_512x512/1f491.png and b/assets/png_512x512/1f491.png differ diff --git a/assets/png_512x512/1f492.png b/assets/png_512x512/1f492.png index 67734d6aa..5dffb4ea7 100644 Binary files a/assets/png_512x512/1f492.png and b/assets/png_512x512/1f492.png differ diff --git a/assets/png_512x512/1f493.png b/assets/png_512x512/1f493.png index 6df250df7..2a5c6966a 100644 Binary files a/assets/png_512x512/1f493.png and b/assets/png_512x512/1f493.png differ diff --git a/assets/png_512x512/1f494.png b/assets/png_512x512/1f494.png index 914c86729..fb07f4b5a 100644 Binary files a/assets/png_512x512/1f494.png and b/assets/png_512x512/1f494.png differ diff --git a/assets/png_512x512/1f495.png b/assets/png_512x512/1f495.png index 466592a19..eaebebb43 100644 Binary files a/assets/png_512x512/1f495.png and b/assets/png_512x512/1f495.png differ diff --git a/assets/png_512x512/1f496.png b/assets/png_512x512/1f496.png index 660f6ee31..24d3a7775 100644 Binary files a/assets/png_512x512/1f496.png and b/assets/png_512x512/1f496.png differ diff --git a/assets/png_512x512/1f497.png b/assets/png_512x512/1f497.png index b5cd20ace..2717638d8 100644 Binary files a/assets/png_512x512/1f497.png and b/assets/png_512x512/1f497.png differ diff --git a/assets/png_512x512/1f498.png b/assets/png_512x512/1f498.png index 43c05d263..87d01f6ec 100644 Binary files a/assets/png_512x512/1f498.png and b/assets/png_512x512/1f498.png differ diff --git a/assets/png_512x512/1f499.png b/assets/png_512x512/1f499.png index 48df7847f..61cfe238b 100644 Binary files a/assets/png_512x512/1f499.png and b/assets/png_512x512/1f499.png differ diff --git a/assets/png_512x512/1f49a.png b/assets/png_512x512/1f49a.png index 8f00d73dc..75109cb0b 100644 Binary files a/assets/png_512x512/1f49a.png and b/assets/png_512x512/1f49a.png differ diff --git a/assets/png_512x512/1f49b.png b/assets/png_512x512/1f49b.png index 940407962..cfe44736a 100644 Binary files a/assets/png_512x512/1f49b.png and b/assets/png_512x512/1f49b.png differ diff --git a/assets/png_512x512/1f49c.png b/assets/png_512x512/1f49c.png index f6e61afaf..5460b67b7 100644 Binary files a/assets/png_512x512/1f49c.png and b/assets/png_512x512/1f49c.png differ diff --git a/assets/png_512x512/1f49d.png b/assets/png_512x512/1f49d.png index 217ef1b3d..fa94bbaa6 100644 Binary files a/assets/png_512x512/1f49d.png and b/assets/png_512x512/1f49d.png differ diff --git a/assets/png_512x512/1f49e.png b/assets/png_512x512/1f49e.png index 8e8540eea..e67ef9ad4 100644 Binary files a/assets/png_512x512/1f49e.png and b/assets/png_512x512/1f49e.png differ diff --git a/assets/png_512x512/1f49f.png b/assets/png_512x512/1f49f.png index 118a5da32..e3f4ded87 100644 Binary files a/assets/png_512x512/1f49f.png and b/assets/png_512x512/1f49f.png differ diff --git a/assets/png_512x512/1f4a0.png b/assets/png_512x512/1f4a0.png index a005ce757..d55db8ba1 100644 Binary files a/assets/png_512x512/1f4a0.png and b/assets/png_512x512/1f4a0.png differ diff --git a/assets/png_512x512/1f4a1.png b/assets/png_512x512/1f4a1.png index 1f5fe9ca9..d978c64dd 100644 Binary files a/assets/png_512x512/1f4a1.png and b/assets/png_512x512/1f4a1.png differ diff --git a/assets/png_512x512/1f4a2.png b/assets/png_512x512/1f4a2.png index 61d64492f..9cf19e5fc 100644 Binary files a/assets/png_512x512/1f4a2.png and b/assets/png_512x512/1f4a2.png differ diff --git a/assets/png_512x512/1f4a3.png b/assets/png_512x512/1f4a3.png index 35dd048a0..e932cff3a 100644 Binary files a/assets/png_512x512/1f4a3.png and b/assets/png_512x512/1f4a3.png differ diff --git a/assets/png_512x512/1f4a4.png b/assets/png_512x512/1f4a4.png index af1efc1ca..dfc1b8f03 100644 Binary files a/assets/png_512x512/1f4a4.png and b/assets/png_512x512/1f4a4.png differ diff --git a/assets/png_512x512/1f4a5.png b/assets/png_512x512/1f4a5.png index 1237b279b..70eafd494 100644 Binary files a/assets/png_512x512/1f4a5.png and b/assets/png_512x512/1f4a5.png differ diff --git a/assets/png_512x512/1f4a6.png b/assets/png_512x512/1f4a6.png index 9234145ff..ad3b68558 100644 Binary files a/assets/png_512x512/1f4a6.png and b/assets/png_512x512/1f4a6.png differ diff --git a/assets/png_512x512/1f4a7.png b/assets/png_512x512/1f4a7.png index 4241629cc..d89023627 100644 Binary files a/assets/png_512x512/1f4a7.png and b/assets/png_512x512/1f4a7.png differ diff --git a/assets/png_512x512/1f4a8.png b/assets/png_512x512/1f4a8.png index ae85390f2..921a21d3e 100644 Binary files a/assets/png_512x512/1f4a8.png and b/assets/png_512x512/1f4a8.png differ diff --git a/assets/png_512x512/1f4a9.png b/assets/png_512x512/1f4a9.png index ffe36a9c6..8598fd924 100644 Binary files a/assets/png_512x512/1f4a9.png and b/assets/png_512x512/1f4a9.png differ diff --git a/assets/png_512x512/1f4aa-1f3fb.png b/assets/png_512x512/1f4aa-1f3fb.png index c4572e5c0..f93ec6b85 100644 Binary files a/assets/png_512x512/1f4aa-1f3fb.png and b/assets/png_512x512/1f4aa-1f3fb.png differ diff --git a/assets/png_512x512/1f4aa-1f3fc.png b/assets/png_512x512/1f4aa-1f3fc.png index bd55fd9ab..38caab21e 100644 Binary files a/assets/png_512x512/1f4aa-1f3fc.png and b/assets/png_512x512/1f4aa-1f3fc.png differ diff --git a/assets/png_512x512/1f4aa-1f3fd.png b/assets/png_512x512/1f4aa-1f3fd.png index 66b408697..e115a2398 100644 Binary files a/assets/png_512x512/1f4aa-1f3fd.png and b/assets/png_512x512/1f4aa-1f3fd.png differ diff --git a/assets/png_512x512/1f4aa-1f3fe.png b/assets/png_512x512/1f4aa-1f3fe.png index e9ea0dfa3..743730846 100644 Binary files a/assets/png_512x512/1f4aa-1f3fe.png and b/assets/png_512x512/1f4aa-1f3fe.png differ diff --git a/assets/png_512x512/1f4aa-1f3ff.png b/assets/png_512x512/1f4aa-1f3ff.png index 434612bf0..e68763969 100644 Binary files a/assets/png_512x512/1f4aa-1f3ff.png and b/assets/png_512x512/1f4aa-1f3ff.png differ diff --git a/assets/png_512x512/1f4aa.png b/assets/png_512x512/1f4aa.png index 426e0381d..851c24a36 100644 Binary files a/assets/png_512x512/1f4aa.png and b/assets/png_512x512/1f4aa.png differ diff --git a/assets/png_512x512/1f4ab.png b/assets/png_512x512/1f4ab.png index b64371cf6..2728a6c01 100644 Binary files a/assets/png_512x512/1f4ab.png and b/assets/png_512x512/1f4ab.png differ diff --git a/assets/png_512x512/1f4ac.png b/assets/png_512x512/1f4ac.png index 358b310d6..08800a5bd 100644 Binary files a/assets/png_512x512/1f4ac.png and b/assets/png_512x512/1f4ac.png differ diff --git a/assets/png_512x512/1f4ad.png b/assets/png_512x512/1f4ad.png index 0b8b0a6b0..4e2c34b55 100644 Binary files a/assets/png_512x512/1f4ad.png and b/assets/png_512x512/1f4ad.png differ diff --git a/assets/png_512x512/1f4ae.png b/assets/png_512x512/1f4ae.png index cd1baa002..c92f3c85a 100644 Binary files a/assets/png_512x512/1f4ae.png and b/assets/png_512x512/1f4ae.png differ diff --git a/assets/png_512x512/1f4af.png b/assets/png_512x512/1f4af.png index 2150cb426..429b32e62 100644 Binary files a/assets/png_512x512/1f4af.png and b/assets/png_512x512/1f4af.png differ diff --git a/assets/png_512x512/1f4b0.png b/assets/png_512x512/1f4b0.png index 55dfe75c1..3fa666402 100644 Binary files a/assets/png_512x512/1f4b0.png and b/assets/png_512x512/1f4b0.png differ diff --git a/assets/png_512x512/1f4b1.png b/assets/png_512x512/1f4b1.png index 2423f2ff7..41390f3f8 100644 Binary files a/assets/png_512x512/1f4b1.png and b/assets/png_512x512/1f4b1.png differ diff --git a/assets/png_512x512/1f4b2.png b/assets/png_512x512/1f4b2.png index 8c4074727..3e1012a77 100644 Binary files a/assets/png_512x512/1f4b2.png and b/assets/png_512x512/1f4b2.png differ diff --git a/assets/png_512x512/1f4b3.png b/assets/png_512x512/1f4b3.png index e7254cd8e..5e75ea4dd 100644 Binary files a/assets/png_512x512/1f4b3.png and b/assets/png_512x512/1f4b3.png differ diff --git a/assets/png_512x512/1f4b4.png b/assets/png_512x512/1f4b4.png index 2f45473ed..906ef4969 100644 Binary files a/assets/png_512x512/1f4b4.png and b/assets/png_512x512/1f4b4.png differ diff --git a/assets/png_512x512/1f4b5.png b/assets/png_512x512/1f4b5.png index 7b367b39b..452df23f3 100644 Binary files a/assets/png_512x512/1f4b5.png and b/assets/png_512x512/1f4b5.png differ diff --git a/assets/png_512x512/1f4b6.png b/assets/png_512x512/1f4b6.png index 631bef3fe..f632b0d4d 100644 Binary files a/assets/png_512x512/1f4b6.png and b/assets/png_512x512/1f4b6.png differ diff --git a/assets/png_512x512/1f4b7.png b/assets/png_512x512/1f4b7.png index b88aef594..95f24326d 100644 Binary files a/assets/png_512x512/1f4b7.png and b/assets/png_512x512/1f4b7.png differ diff --git a/assets/png_512x512/1f4b8.png b/assets/png_512x512/1f4b8.png index 43ad55cbe..1e0bdf1a2 100644 Binary files a/assets/png_512x512/1f4b8.png and b/assets/png_512x512/1f4b8.png differ diff --git a/assets/png_512x512/1f4b9.png b/assets/png_512x512/1f4b9.png index 0db2d1b37..af31408c6 100644 Binary files a/assets/png_512x512/1f4b9.png and b/assets/png_512x512/1f4b9.png differ diff --git a/assets/png_512x512/1f4ba.png b/assets/png_512x512/1f4ba.png index 4935522b4..161e6f37c 100644 Binary files a/assets/png_512x512/1f4ba.png and b/assets/png_512x512/1f4ba.png differ diff --git a/assets/png_512x512/1f4bb.png b/assets/png_512x512/1f4bb.png index 456ed4b47..835751d5b 100644 Binary files a/assets/png_512x512/1f4bb.png and b/assets/png_512x512/1f4bb.png differ diff --git a/assets/png_512x512/1f4bc.png b/assets/png_512x512/1f4bc.png index 438ae6a07..4f5fb296c 100644 Binary files a/assets/png_512x512/1f4bc.png and b/assets/png_512x512/1f4bc.png differ diff --git a/assets/png_512x512/1f4bd.png b/assets/png_512x512/1f4bd.png index 7924ab157..6c14a8a7d 100644 Binary files a/assets/png_512x512/1f4bd.png and b/assets/png_512x512/1f4bd.png differ diff --git a/assets/png_512x512/1f4be.png b/assets/png_512x512/1f4be.png index 83dcbab3e..22214ae36 100644 Binary files a/assets/png_512x512/1f4be.png and b/assets/png_512x512/1f4be.png differ diff --git a/assets/png_512x512/1f4bf.png b/assets/png_512x512/1f4bf.png index a78a17f6a..be6104f47 100644 Binary files a/assets/png_512x512/1f4bf.png and b/assets/png_512x512/1f4bf.png differ diff --git a/assets/png_512x512/1f4c0.png b/assets/png_512x512/1f4c0.png index 490fe209e..6ea9b37fa 100644 Binary files a/assets/png_512x512/1f4c0.png and b/assets/png_512x512/1f4c0.png differ diff --git a/assets/png_512x512/1f4c1.png b/assets/png_512x512/1f4c1.png index fd19d41ce..0ac94af84 100644 Binary files a/assets/png_512x512/1f4c1.png and b/assets/png_512x512/1f4c1.png differ diff --git a/assets/png_512x512/1f4c2.png b/assets/png_512x512/1f4c2.png index 6097270c1..600fa13a0 100644 Binary files a/assets/png_512x512/1f4c2.png and b/assets/png_512x512/1f4c2.png differ diff --git a/assets/png_512x512/1f4c3.png b/assets/png_512x512/1f4c3.png index dc10dd29f..0ad86a41e 100644 Binary files a/assets/png_512x512/1f4c3.png and b/assets/png_512x512/1f4c3.png differ diff --git a/assets/png_512x512/1f4c4.png b/assets/png_512x512/1f4c4.png index b121885fe..5c29b2a4f 100644 Binary files a/assets/png_512x512/1f4c4.png and b/assets/png_512x512/1f4c4.png differ diff --git a/assets/png_512x512/1f4c5.png b/assets/png_512x512/1f4c5.png index 31e81f701..09fea3f73 100644 Binary files a/assets/png_512x512/1f4c5.png and b/assets/png_512x512/1f4c5.png differ diff --git a/assets/png_512x512/1f4c6.png b/assets/png_512x512/1f4c6.png index 488bc0104..48c267804 100644 Binary files a/assets/png_512x512/1f4c6.png and b/assets/png_512x512/1f4c6.png differ diff --git a/assets/png_512x512/1f4c7.png b/assets/png_512x512/1f4c7.png index 97ed96543..348810241 100644 Binary files a/assets/png_512x512/1f4c7.png and b/assets/png_512x512/1f4c7.png differ diff --git a/assets/png_512x512/1f4c8.png b/assets/png_512x512/1f4c8.png index 91081a4b3..4dd2b7100 100644 Binary files a/assets/png_512x512/1f4c8.png and b/assets/png_512x512/1f4c8.png differ diff --git a/assets/png_512x512/1f4c9.png b/assets/png_512x512/1f4c9.png index 50779952e..62f5f3adc 100644 Binary files a/assets/png_512x512/1f4c9.png and b/assets/png_512x512/1f4c9.png differ diff --git a/assets/png_512x512/1f4ca.png b/assets/png_512x512/1f4ca.png index 0fce44e2a..4532e7f26 100644 Binary files a/assets/png_512x512/1f4ca.png and b/assets/png_512x512/1f4ca.png differ diff --git a/assets/png_512x512/1f4cb.png b/assets/png_512x512/1f4cb.png index a57d07e5a..7279975c7 100644 Binary files a/assets/png_512x512/1f4cb.png and b/assets/png_512x512/1f4cb.png differ diff --git a/assets/png_512x512/1f4cc.png b/assets/png_512x512/1f4cc.png index 6196bf786..246e2b5d6 100644 Binary files a/assets/png_512x512/1f4cc.png and b/assets/png_512x512/1f4cc.png differ diff --git a/assets/png_512x512/1f4cd.png b/assets/png_512x512/1f4cd.png index fcb48d404..62c7a6516 100644 Binary files a/assets/png_512x512/1f4cd.png and b/assets/png_512x512/1f4cd.png differ diff --git a/assets/png_512x512/1f4ce.png b/assets/png_512x512/1f4ce.png index 39f30dc38..a213d6d75 100644 Binary files a/assets/png_512x512/1f4ce.png and b/assets/png_512x512/1f4ce.png differ diff --git a/assets/png_512x512/1f4cf.png b/assets/png_512x512/1f4cf.png index 9aa10b084..8e52777b8 100644 Binary files a/assets/png_512x512/1f4cf.png and b/assets/png_512x512/1f4cf.png differ diff --git a/assets/png_512x512/1f4d0.png b/assets/png_512x512/1f4d0.png index 0f5db916d..ff9b49030 100644 Binary files a/assets/png_512x512/1f4d0.png and b/assets/png_512x512/1f4d0.png differ diff --git a/assets/png_512x512/1f4d1.png b/assets/png_512x512/1f4d1.png index 7573a132b..ef8322252 100644 Binary files a/assets/png_512x512/1f4d1.png and b/assets/png_512x512/1f4d1.png differ diff --git a/assets/png_512x512/1f4d2.png b/assets/png_512x512/1f4d2.png index 0600df577..dab5f1865 100644 Binary files a/assets/png_512x512/1f4d2.png and b/assets/png_512x512/1f4d2.png differ diff --git a/assets/png_512x512/1f4d3.png b/assets/png_512x512/1f4d3.png index af8d22495..60e26799a 100644 Binary files a/assets/png_512x512/1f4d3.png and b/assets/png_512x512/1f4d3.png differ diff --git a/assets/png_512x512/1f4d4.png b/assets/png_512x512/1f4d4.png index 1bdc036ff..1b0cac96d 100644 Binary files a/assets/png_512x512/1f4d4.png and b/assets/png_512x512/1f4d4.png differ diff --git a/assets/png_512x512/1f4d5.png b/assets/png_512x512/1f4d5.png index fc22f16ed..b87327395 100644 Binary files a/assets/png_512x512/1f4d5.png and b/assets/png_512x512/1f4d5.png differ diff --git a/assets/png_512x512/1f4d6.png b/assets/png_512x512/1f4d6.png index 7caa773a7..d8b63362c 100644 Binary files a/assets/png_512x512/1f4d6.png and b/assets/png_512x512/1f4d6.png differ diff --git a/assets/png_512x512/1f4d7.png b/assets/png_512x512/1f4d7.png index 434b7fff6..9473fd785 100644 Binary files a/assets/png_512x512/1f4d7.png and b/assets/png_512x512/1f4d7.png differ diff --git a/assets/png_512x512/1f4d8.png b/assets/png_512x512/1f4d8.png index 19187aef0..a1314d2ad 100644 Binary files a/assets/png_512x512/1f4d8.png and b/assets/png_512x512/1f4d8.png differ diff --git a/assets/png_512x512/1f4d9.png b/assets/png_512x512/1f4d9.png index f87ad63e2..7cc0d0d9b 100644 Binary files a/assets/png_512x512/1f4d9.png and b/assets/png_512x512/1f4d9.png differ diff --git a/assets/png_512x512/1f4da.png b/assets/png_512x512/1f4da.png index 2bf23d0c6..71decbe9a 100644 Binary files a/assets/png_512x512/1f4da.png and b/assets/png_512x512/1f4da.png differ diff --git a/assets/png_512x512/1f4db.png b/assets/png_512x512/1f4db.png index 493bca589..31aff5df7 100644 Binary files a/assets/png_512x512/1f4db.png and b/assets/png_512x512/1f4db.png differ diff --git a/assets/png_512x512/1f4dc.png b/assets/png_512x512/1f4dc.png index f9539ab0c..3ff42f9ba 100644 Binary files a/assets/png_512x512/1f4dc.png and b/assets/png_512x512/1f4dc.png differ diff --git a/assets/png_512x512/1f4dd.png b/assets/png_512x512/1f4dd.png index e8dc9d69c..5290e5794 100644 Binary files a/assets/png_512x512/1f4dd.png and b/assets/png_512x512/1f4dd.png differ diff --git a/assets/png_512x512/1f4de.png b/assets/png_512x512/1f4de.png index e2279c895..dd62c35af 100644 Binary files a/assets/png_512x512/1f4de.png and b/assets/png_512x512/1f4de.png differ diff --git a/assets/png_512x512/1f4df.png b/assets/png_512x512/1f4df.png index 554edd0f9..ccd526254 100644 Binary files a/assets/png_512x512/1f4df.png and b/assets/png_512x512/1f4df.png differ diff --git a/assets/png_512x512/1f4e0.png b/assets/png_512x512/1f4e0.png index 3021f6096..f33451da7 100644 Binary files a/assets/png_512x512/1f4e0.png and b/assets/png_512x512/1f4e0.png differ diff --git a/assets/png_512x512/1f4e1.png b/assets/png_512x512/1f4e1.png index 7eeee0bbc..644fba01a 100644 Binary files a/assets/png_512x512/1f4e1.png and b/assets/png_512x512/1f4e1.png differ diff --git a/assets/png_512x512/1f4e2.png b/assets/png_512x512/1f4e2.png index 5c2a6859c..66c18f5b6 100644 Binary files a/assets/png_512x512/1f4e2.png and b/assets/png_512x512/1f4e2.png differ diff --git a/assets/png_512x512/1f4e3.png b/assets/png_512x512/1f4e3.png index 1d0ba9c94..a0f1fe7dc 100644 Binary files a/assets/png_512x512/1f4e3.png and b/assets/png_512x512/1f4e3.png differ diff --git a/assets/png_512x512/1f4e4.png b/assets/png_512x512/1f4e4.png index d15746c03..f7199da99 100644 Binary files a/assets/png_512x512/1f4e4.png and b/assets/png_512x512/1f4e4.png differ diff --git a/assets/png_512x512/1f4e5.png b/assets/png_512x512/1f4e5.png index da8b6d187..2377d7c44 100644 Binary files a/assets/png_512x512/1f4e5.png and b/assets/png_512x512/1f4e5.png differ diff --git a/assets/png_512x512/1f4e6.png b/assets/png_512x512/1f4e6.png index ab3a4a18c..1e71589cf 100644 Binary files a/assets/png_512x512/1f4e6.png and b/assets/png_512x512/1f4e6.png differ diff --git a/assets/png_512x512/1f4e7.png b/assets/png_512x512/1f4e7.png index 29bbc91f8..8e7ee891d 100644 Binary files a/assets/png_512x512/1f4e7.png and b/assets/png_512x512/1f4e7.png differ diff --git a/assets/png_512x512/1f4e8.png b/assets/png_512x512/1f4e8.png index 01caab7e5..f905f5b77 100644 Binary files a/assets/png_512x512/1f4e8.png and b/assets/png_512x512/1f4e8.png differ diff --git a/assets/png_512x512/1f4e9.png b/assets/png_512x512/1f4e9.png index 274f5d180..7067ae7c6 100644 Binary files a/assets/png_512x512/1f4e9.png and b/assets/png_512x512/1f4e9.png differ diff --git a/assets/png_512x512/1f4ea.png b/assets/png_512x512/1f4ea.png index 03e6c1d29..4dafaf0c9 100644 Binary files a/assets/png_512x512/1f4ea.png and b/assets/png_512x512/1f4ea.png differ diff --git a/assets/png_512x512/1f4eb.png b/assets/png_512x512/1f4eb.png index 553543eb2..f2f20a2b2 100644 Binary files a/assets/png_512x512/1f4eb.png and b/assets/png_512x512/1f4eb.png differ diff --git a/assets/png_512x512/1f4ec.png b/assets/png_512x512/1f4ec.png index b48894604..d2cadf79c 100644 Binary files a/assets/png_512x512/1f4ec.png and b/assets/png_512x512/1f4ec.png differ diff --git a/assets/png_512x512/1f4ed.png b/assets/png_512x512/1f4ed.png index 2f76c938b..2c5aa5fb7 100644 Binary files a/assets/png_512x512/1f4ed.png and b/assets/png_512x512/1f4ed.png differ diff --git a/assets/png_512x512/1f4ee.png b/assets/png_512x512/1f4ee.png index 58fe0089f..797cf637f 100644 Binary files a/assets/png_512x512/1f4ee.png and b/assets/png_512x512/1f4ee.png differ diff --git a/assets/png_512x512/1f4ef.png b/assets/png_512x512/1f4ef.png index b890f8283..ef56271f4 100644 Binary files a/assets/png_512x512/1f4ef.png and b/assets/png_512x512/1f4ef.png differ diff --git a/assets/png_512x512/1f4f0.png b/assets/png_512x512/1f4f0.png index 39d81123a..cbb6e70ff 100644 Binary files a/assets/png_512x512/1f4f0.png and b/assets/png_512x512/1f4f0.png differ diff --git a/assets/png_512x512/1f4f1.png b/assets/png_512x512/1f4f1.png index 972783b22..e9d2bb781 100644 Binary files a/assets/png_512x512/1f4f1.png and b/assets/png_512x512/1f4f1.png differ diff --git a/assets/png_512x512/1f4f2.png b/assets/png_512x512/1f4f2.png index 6c787b028..47bbc712b 100644 Binary files a/assets/png_512x512/1f4f2.png and b/assets/png_512x512/1f4f2.png differ diff --git a/assets/png_512x512/1f4f3.png b/assets/png_512x512/1f4f3.png index 24624f6da..199214511 100644 Binary files a/assets/png_512x512/1f4f3.png and b/assets/png_512x512/1f4f3.png differ diff --git a/assets/png_512x512/1f4f4.png b/assets/png_512x512/1f4f4.png index 346111cf3..8be86b927 100644 Binary files a/assets/png_512x512/1f4f4.png and b/assets/png_512x512/1f4f4.png differ diff --git a/assets/png_512x512/1f4f5.png b/assets/png_512x512/1f4f5.png index 231ab0d2e..67a34499b 100644 Binary files a/assets/png_512x512/1f4f5.png and b/assets/png_512x512/1f4f5.png differ diff --git a/assets/png_512x512/1f4f6.png b/assets/png_512x512/1f4f6.png index 491609b97..fe997dbd2 100644 Binary files a/assets/png_512x512/1f4f6.png and b/assets/png_512x512/1f4f6.png differ diff --git a/assets/png_512x512/1f4f7.png b/assets/png_512x512/1f4f7.png index fa4bfd4ac..678e1004e 100644 Binary files a/assets/png_512x512/1f4f7.png and b/assets/png_512x512/1f4f7.png differ diff --git a/assets/png_512x512/1f4f8.png b/assets/png_512x512/1f4f8.png index 1504c18fa..cc2babccb 100644 Binary files a/assets/png_512x512/1f4f8.png and b/assets/png_512x512/1f4f8.png differ diff --git a/assets/png_512x512/1f4f9.png b/assets/png_512x512/1f4f9.png index 3edf6b8c1..90ac70420 100644 Binary files a/assets/png_512x512/1f4f9.png and b/assets/png_512x512/1f4f9.png differ diff --git a/assets/png_512x512/1f4fa.png b/assets/png_512x512/1f4fa.png index dca799343..29fe731ee 100644 Binary files a/assets/png_512x512/1f4fa.png and b/assets/png_512x512/1f4fa.png differ diff --git a/assets/png_512x512/1f4fb.png b/assets/png_512x512/1f4fb.png index 9f6fec9ee..3fe2416d8 100644 Binary files a/assets/png_512x512/1f4fb.png and b/assets/png_512x512/1f4fb.png differ diff --git a/assets/png_512x512/1f4fc.png b/assets/png_512x512/1f4fc.png index fb1371dd3..25b19f998 100644 Binary files a/assets/png_512x512/1f4fc.png and b/assets/png_512x512/1f4fc.png differ diff --git a/assets/png_512x512/1f4fd.png b/assets/png_512x512/1f4fd.png index 1da634bfe..9c373ae6c 100644 Binary files a/assets/png_512x512/1f4fd.png and b/assets/png_512x512/1f4fd.png differ diff --git a/assets/png_512x512/1f4ff.png b/assets/png_512x512/1f4ff.png index c0730b7f3..fec636684 100644 Binary files a/assets/png_512x512/1f4ff.png and b/assets/png_512x512/1f4ff.png differ diff --git a/assets/png_512x512/1f500.png b/assets/png_512x512/1f500.png index f4b447e97..286923fbe 100644 Binary files a/assets/png_512x512/1f500.png and b/assets/png_512x512/1f500.png differ diff --git a/assets/png_512x512/1f501.png b/assets/png_512x512/1f501.png index 6f54a2f75..3b883bdfa 100644 Binary files a/assets/png_512x512/1f501.png and b/assets/png_512x512/1f501.png differ diff --git a/assets/png_512x512/1f502.png b/assets/png_512x512/1f502.png index 115d21172..655f62d8e 100644 Binary files a/assets/png_512x512/1f502.png and b/assets/png_512x512/1f502.png differ diff --git a/assets/png_512x512/1f503.png b/assets/png_512x512/1f503.png index 9b41b0a8b..373215129 100644 Binary files a/assets/png_512x512/1f503.png and b/assets/png_512x512/1f503.png differ diff --git a/assets/png_512x512/1f504.png b/assets/png_512x512/1f504.png index 7583f47e1..acb57ca00 100644 Binary files a/assets/png_512x512/1f504.png and b/assets/png_512x512/1f504.png differ diff --git a/assets/png_512x512/1f505.png b/assets/png_512x512/1f505.png index e72c5e4b1..092dfe246 100644 Binary files a/assets/png_512x512/1f505.png and b/assets/png_512x512/1f505.png differ diff --git a/assets/png_512x512/1f506.png b/assets/png_512x512/1f506.png index 04eb4b95a..07cc62cf5 100644 Binary files a/assets/png_512x512/1f506.png and b/assets/png_512x512/1f506.png differ diff --git a/assets/png_512x512/1f507.png b/assets/png_512x512/1f507.png index 360cdde33..5b1d95309 100644 Binary files a/assets/png_512x512/1f507.png and b/assets/png_512x512/1f507.png differ diff --git a/assets/png_512x512/1f508.png b/assets/png_512x512/1f508.png index 0297c1a27..8bde8905d 100644 Binary files a/assets/png_512x512/1f508.png and b/assets/png_512x512/1f508.png differ diff --git a/assets/png_512x512/1f509.png b/assets/png_512x512/1f509.png index c68da0826..fab8385d2 100644 Binary files a/assets/png_512x512/1f509.png and b/assets/png_512x512/1f509.png differ diff --git a/assets/png_512x512/1f50a.png b/assets/png_512x512/1f50a.png index e29a26e60..f12f82ed5 100644 Binary files a/assets/png_512x512/1f50a.png and b/assets/png_512x512/1f50a.png differ diff --git a/assets/png_512x512/1f50b.png b/assets/png_512x512/1f50b.png index 79bfca553..a85939299 100644 Binary files a/assets/png_512x512/1f50b.png and b/assets/png_512x512/1f50b.png differ diff --git a/assets/png_512x512/1f50c.png b/assets/png_512x512/1f50c.png index eec4b9987..bf9224c0c 100644 Binary files a/assets/png_512x512/1f50c.png and b/assets/png_512x512/1f50c.png differ diff --git a/assets/png_512x512/1f50d.png b/assets/png_512x512/1f50d.png index 29ac39cb9..577be7c70 100644 Binary files a/assets/png_512x512/1f50d.png and b/assets/png_512x512/1f50d.png differ diff --git a/assets/png_512x512/1f50e.png b/assets/png_512x512/1f50e.png index c9584ca7c..3ab30173e 100644 Binary files a/assets/png_512x512/1f50e.png and b/assets/png_512x512/1f50e.png differ diff --git a/assets/png_512x512/1f50f.png b/assets/png_512x512/1f50f.png index 068c78f3d..c48037f1c 100644 Binary files a/assets/png_512x512/1f50f.png and b/assets/png_512x512/1f50f.png differ diff --git a/assets/png_512x512/1f510.png b/assets/png_512x512/1f510.png index 979dc8263..19b105763 100644 Binary files a/assets/png_512x512/1f510.png and b/assets/png_512x512/1f510.png differ diff --git a/assets/png_512x512/1f511.png b/assets/png_512x512/1f511.png index b166f9462..3a1f199cc 100644 Binary files a/assets/png_512x512/1f511.png and b/assets/png_512x512/1f511.png differ diff --git a/assets/png_512x512/1f512.png b/assets/png_512x512/1f512.png index 902df597b..76d39d5d5 100644 Binary files a/assets/png_512x512/1f512.png and b/assets/png_512x512/1f512.png differ diff --git a/assets/png_512x512/1f513.png b/assets/png_512x512/1f513.png index ff917eaad..3f61ad45c 100644 Binary files a/assets/png_512x512/1f513.png and b/assets/png_512x512/1f513.png differ diff --git a/assets/png_512x512/1f514.png b/assets/png_512x512/1f514.png index 5de8b37bc..a7cb8b8a3 100644 Binary files a/assets/png_512x512/1f514.png and b/assets/png_512x512/1f514.png differ diff --git a/assets/png_512x512/1f515.png b/assets/png_512x512/1f515.png index e6f2487da..73491c9c6 100644 Binary files a/assets/png_512x512/1f515.png and b/assets/png_512x512/1f515.png differ diff --git a/assets/png_512x512/1f516.png b/assets/png_512x512/1f516.png index a9a47d85f..96b159bb1 100644 Binary files a/assets/png_512x512/1f516.png and b/assets/png_512x512/1f516.png differ diff --git a/assets/png_512x512/1f517.png b/assets/png_512x512/1f517.png index 8638aba52..21de9199a 100644 Binary files a/assets/png_512x512/1f517.png and b/assets/png_512x512/1f517.png differ diff --git a/assets/png_512x512/1f518.png b/assets/png_512x512/1f518.png index fc4012bcb..153c50c5f 100644 Binary files a/assets/png_512x512/1f518.png and b/assets/png_512x512/1f518.png differ diff --git a/assets/png_512x512/1f519.png b/assets/png_512x512/1f519.png index a514f34de..61d5db2d7 100644 Binary files a/assets/png_512x512/1f519.png and b/assets/png_512x512/1f519.png differ diff --git a/assets/png_512x512/1f51a.png b/assets/png_512x512/1f51a.png index f2e5d1a62..72bca95e4 100644 Binary files a/assets/png_512x512/1f51a.png and b/assets/png_512x512/1f51a.png differ diff --git a/assets/png_512x512/1f51b.png b/assets/png_512x512/1f51b.png index fd0d4fe22..ccd5be07a 100644 Binary files a/assets/png_512x512/1f51b.png and b/assets/png_512x512/1f51b.png differ diff --git a/assets/png_512x512/1f51c.png b/assets/png_512x512/1f51c.png index d7c5a22a8..e68044961 100644 Binary files a/assets/png_512x512/1f51c.png and b/assets/png_512x512/1f51c.png differ diff --git a/assets/png_512x512/1f51d.png b/assets/png_512x512/1f51d.png index 199f1c9d8..66ef03ecc 100644 Binary files a/assets/png_512x512/1f51d.png and b/assets/png_512x512/1f51d.png differ diff --git a/assets/png_512x512/1f51e.png b/assets/png_512x512/1f51e.png index c99143962..34faf3c9e 100644 Binary files a/assets/png_512x512/1f51e.png and b/assets/png_512x512/1f51e.png differ diff --git a/assets/png_512x512/1f51f.png b/assets/png_512x512/1f51f.png index 1c45aa2dc..ed6c20734 100644 Binary files a/assets/png_512x512/1f51f.png and b/assets/png_512x512/1f51f.png differ diff --git a/assets/png_512x512/1f520.png b/assets/png_512x512/1f520.png index ebffeae49..c77011fb7 100644 Binary files a/assets/png_512x512/1f520.png and b/assets/png_512x512/1f520.png differ diff --git a/assets/png_512x512/1f521.png b/assets/png_512x512/1f521.png index b084e7a94..7dc93b144 100644 Binary files a/assets/png_512x512/1f521.png and b/assets/png_512x512/1f521.png differ diff --git a/assets/png_512x512/1f522.png b/assets/png_512x512/1f522.png index dca889d2f..b43acf24a 100644 Binary files a/assets/png_512x512/1f522.png and b/assets/png_512x512/1f522.png differ diff --git a/assets/png_512x512/1f523.png b/assets/png_512x512/1f523.png index 399e4db4a..cc32027f7 100644 Binary files a/assets/png_512x512/1f523.png and b/assets/png_512x512/1f523.png differ diff --git a/assets/png_512x512/1f524.png b/assets/png_512x512/1f524.png index 0f5e1d363..ba95b8386 100644 Binary files a/assets/png_512x512/1f524.png and b/assets/png_512x512/1f524.png differ diff --git a/assets/png_512x512/1f525.png b/assets/png_512x512/1f525.png index 455fed2dd..5b96c094f 100644 Binary files a/assets/png_512x512/1f525.png and b/assets/png_512x512/1f525.png differ diff --git a/assets/png_512x512/1f526.png b/assets/png_512x512/1f526.png index 1c1d8ef8d..f153b2048 100644 Binary files a/assets/png_512x512/1f526.png and b/assets/png_512x512/1f526.png differ diff --git a/assets/png_512x512/1f527.png b/assets/png_512x512/1f527.png index 897d53b21..8b379a2b7 100644 Binary files a/assets/png_512x512/1f527.png and b/assets/png_512x512/1f527.png differ diff --git a/assets/png_512x512/1f528.png b/assets/png_512x512/1f528.png index 2ef256e73..faef689d7 100644 Binary files a/assets/png_512x512/1f528.png and b/assets/png_512x512/1f528.png differ diff --git a/assets/png_512x512/1f529.png b/assets/png_512x512/1f529.png index a635197b4..08805d4aa 100644 Binary files a/assets/png_512x512/1f529.png and b/assets/png_512x512/1f529.png differ diff --git a/assets/png_512x512/1f52a.png b/assets/png_512x512/1f52a.png index e21c8c68b..55a49fd5a 100644 Binary files a/assets/png_512x512/1f52a.png and b/assets/png_512x512/1f52a.png differ diff --git a/assets/png_512x512/1f52b.png b/assets/png_512x512/1f52b.png index 0c2722aaa..86168108d 100644 Binary files a/assets/png_512x512/1f52b.png and b/assets/png_512x512/1f52b.png differ diff --git a/assets/png_512x512/1f52c.png b/assets/png_512x512/1f52c.png index 1289e12fd..9bdf7b16f 100644 Binary files a/assets/png_512x512/1f52c.png and b/assets/png_512x512/1f52c.png differ diff --git a/assets/png_512x512/1f52d.png b/assets/png_512x512/1f52d.png index 41a41ffb1..cdd6ef6d5 100644 Binary files a/assets/png_512x512/1f52d.png and b/assets/png_512x512/1f52d.png differ diff --git a/assets/png_512x512/1f52e.png b/assets/png_512x512/1f52e.png index 993f1c1a1..2c0b5fe9c 100644 Binary files a/assets/png_512x512/1f52e.png and b/assets/png_512x512/1f52e.png differ diff --git a/assets/png_512x512/1f52f.png b/assets/png_512x512/1f52f.png index 378e04b5e..f948a2f9b 100644 Binary files a/assets/png_512x512/1f52f.png and b/assets/png_512x512/1f52f.png differ diff --git a/assets/png_512x512/1f530.png b/assets/png_512x512/1f530.png index a2c779154..19d162a64 100644 Binary files a/assets/png_512x512/1f530.png and b/assets/png_512x512/1f530.png differ diff --git a/assets/png_512x512/1f531.png b/assets/png_512x512/1f531.png index db5850a9f..a84a32195 100644 Binary files a/assets/png_512x512/1f531.png and b/assets/png_512x512/1f531.png differ diff --git a/assets/png_512x512/1f532.png b/assets/png_512x512/1f532.png index 2a1b7c193..4e6f6b896 100644 Binary files a/assets/png_512x512/1f532.png and b/assets/png_512x512/1f532.png differ diff --git a/assets/png_512x512/1f533.png b/assets/png_512x512/1f533.png index a914bd55a..d0d6cf36c 100644 Binary files a/assets/png_512x512/1f533.png and b/assets/png_512x512/1f533.png differ diff --git a/assets/png_512x512/1f534.png b/assets/png_512x512/1f534.png index 1880c1a40..874b3706e 100644 Binary files a/assets/png_512x512/1f534.png and b/assets/png_512x512/1f534.png differ diff --git a/assets/png_512x512/1f535.png b/assets/png_512x512/1f535.png index a1e7959fb..c206753e4 100644 Binary files a/assets/png_512x512/1f535.png and b/assets/png_512x512/1f535.png differ diff --git a/assets/png_512x512/1f536.png b/assets/png_512x512/1f536.png index 88778652a..67a69e5bc 100644 Binary files a/assets/png_512x512/1f536.png and b/assets/png_512x512/1f536.png differ diff --git a/assets/png_512x512/1f537.png b/assets/png_512x512/1f537.png index 0204d2a6b..c547f9531 100644 Binary files a/assets/png_512x512/1f537.png and b/assets/png_512x512/1f537.png differ diff --git a/assets/png_512x512/1f538.png b/assets/png_512x512/1f538.png index 3ee0d6030..f074b7056 100644 Binary files a/assets/png_512x512/1f538.png and b/assets/png_512x512/1f538.png differ diff --git a/assets/png_512x512/1f539.png b/assets/png_512x512/1f539.png index bead2c1af..cc04e00be 100644 Binary files a/assets/png_512x512/1f539.png and b/assets/png_512x512/1f539.png differ diff --git a/assets/png_512x512/1f53a.png b/assets/png_512x512/1f53a.png index fa4e0f9a8..e71838ccc 100644 Binary files a/assets/png_512x512/1f53a.png and b/assets/png_512x512/1f53a.png differ diff --git a/assets/png_512x512/1f53b.png b/assets/png_512x512/1f53b.png index 789ac3212..b7507ebdd 100644 Binary files a/assets/png_512x512/1f53b.png and b/assets/png_512x512/1f53b.png differ diff --git a/assets/png_512x512/1f53c.png b/assets/png_512x512/1f53c.png index 7a7204804..c46941723 100644 Binary files a/assets/png_512x512/1f53c.png and b/assets/png_512x512/1f53c.png differ diff --git a/assets/png_512x512/1f53d.png b/assets/png_512x512/1f53d.png index 6e385035b..55c320389 100644 Binary files a/assets/png_512x512/1f53d.png and b/assets/png_512x512/1f53d.png differ diff --git a/assets/png_512x512/1f549.png b/assets/png_512x512/1f549.png index 0bf6f9ad8..a62e4b0d8 100644 Binary files a/assets/png_512x512/1f549.png and b/assets/png_512x512/1f549.png differ diff --git a/assets/png_512x512/1f54a.png b/assets/png_512x512/1f54a.png index 91d33e3fc..2f72aa66b 100644 Binary files a/assets/png_512x512/1f54a.png and b/assets/png_512x512/1f54a.png differ diff --git a/assets/png_512x512/1f54b.png b/assets/png_512x512/1f54b.png index bd4f4aa17..330164b91 100644 Binary files a/assets/png_512x512/1f54b.png and b/assets/png_512x512/1f54b.png differ diff --git a/assets/png_512x512/1f54c.png b/assets/png_512x512/1f54c.png index 46abd9f37..bb50bfa13 100644 Binary files a/assets/png_512x512/1f54c.png and b/assets/png_512x512/1f54c.png differ diff --git a/assets/png_512x512/1f54d.png b/assets/png_512x512/1f54d.png index 83d079a39..283a117f1 100644 Binary files a/assets/png_512x512/1f54d.png and b/assets/png_512x512/1f54d.png differ diff --git a/assets/png_512x512/1f54e.png b/assets/png_512x512/1f54e.png index b6347a07c..80db34103 100644 Binary files a/assets/png_512x512/1f54e.png and b/assets/png_512x512/1f54e.png differ diff --git a/assets/png_512x512/1f550.png b/assets/png_512x512/1f550.png index 73eb7caf2..28b662e54 100644 Binary files a/assets/png_512x512/1f550.png and b/assets/png_512x512/1f550.png differ diff --git a/assets/png_512x512/1f551.png b/assets/png_512x512/1f551.png index ede783a24..e1b2b5ec4 100644 Binary files a/assets/png_512x512/1f551.png and b/assets/png_512x512/1f551.png differ diff --git a/assets/png_512x512/1f552.png b/assets/png_512x512/1f552.png index c9fdd1bfb..b62def64c 100644 Binary files a/assets/png_512x512/1f552.png and b/assets/png_512x512/1f552.png differ diff --git a/assets/png_512x512/1f553.png b/assets/png_512x512/1f553.png index 78252d7a3..0e49b9586 100644 Binary files a/assets/png_512x512/1f553.png and b/assets/png_512x512/1f553.png differ diff --git a/assets/png_512x512/1f554.png b/assets/png_512x512/1f554.png index 2435f0562..825a76828 100644 Binary files a/assets/png_512x512/1f554.png and b/assets/png_512x512/1f554.png differ diff --git a/assets/png_512x512/1f555.png b/assets/png_512x512/1f555.png index aac87ab07..c8aed54b2 100644 Binary files a/assets/png_512x512/1f555.png and b/assets/png_512x512/1f555.png differ diff --git a/assets/png_512x512/1f556.png b/assets/png_512x512/1f556.png index 1aebc38eb..c61d7fe42 100644 Binary files a/assets/png_512x512/1f556.png and b/assets/png_512x512/1f556.png differ diff --git a/assets/png_512x512/1f557.png b/assets/png_512x512/1f557.png index f98334e80..7c484a659 100644 Binary files a/assets/png_512x512/1f557.png and b/assets/png_512x512/1f557.png differ diff --git a/assets/png_512x512/1f558.png b/assets/png_512x512/1f558.png index db851b119..739ef47c3 100644 Binary files a/assets/png_512x512/1f558.png and b/assets/png_512x512/1f558.png differ diff --git a/assets/png_512x512/1f559.png b/assets/png_512x512/1f559.png index cdc355db4..48b2b2b70 100644 Binary files a/assets/png_512x512/1f559.png and b/assets/png_512x512/1f559.png differ diff --git a/assets/png_512x512/1f55a.png b/assets/png_512x512/1f55a.png index a6dfa0f8f..6cea69c06 100644 Binary files a/assets/png_512x512/1f55a.png and b/assets/png_512x512/1f55a.png differ diff --git a/assets/png_512x512/1f55b.png b/assets/png_512x512/1f55b.png index 47d9bcd0f..cad084207 100644 Binary files a/assets/png_512x512/1f55b.png and b/assets/png_512x512/1f55b.png differ diff --git a/assets/png_512x512/1f55c.png b/assets/png_512x512/1f55c.png index 3e2b245b5..6c1229cb0 100644 Binary files a/assets/png_512x512/1f55c.png and b/assets/png_512x512/1f55c.png differ diff --git a/assets/png_512x512/1f55d.png b/assets/png_512x512/1f55d.png index 17d38efa3..1b6ffff9b 100644 Binary files a/assets/png_512x512/1f55d.png and b/assets/png_512x512/1f55d.png differ diff --git a/assets/png_512x512/1f55e.png b/assets/png_512x512/1f55e.png index 79973774c..08053f158 100644 Binary files a/assets/png_512x512/1f55e.png and b/assets/png_512x512/1f55e.png differ diff --git a/assets/png_512x512/1f55f.png b/assets/png_512x512/1f55f.png index 3213379a3..03b01dce5 100644 Binary files a/assets/png_512x512/1f55f.png and b/assets/png_512x512/1f55f.png differ diff --git a/assets/png_512x512/1f560.png b/assets/png_512x512/1f560.png index f0caa1999..ab459561f 100644 Binary files a/assets/png_512x512/1f560.png and b/assets/png_512x512/1f560.png differ diff --git a/assets/png_512x512/1f561.png b/assets/png_512x512/1f561.png index 1f2a97c29..c51a83696 100644 Binary files a/assets/png_512x512/1f561.png and b/assets/png_512x512/1f561.png differ diff --git a/assets/png_512x512/1f562.png b/assets/png_512x512/1f562.png index acd745357..e1f4e9f0a 100644 Binary files a/assets/png_512x512/1f562.png and b/assets/png_512x512/1f562.png differ diff --git a/assets/png_512x512/1f563.png b/assets/png_512x512/1f563.png index 957bd241f..93fd86927 100644 Binary files a/assets/png_512x512/1f563.png and b/assets/png_512x512/1f563.png differ diff --git a/assets/png_512x512/1f564.png b/assets/png_512x512/1f564.png index c7add45db..8e2406d16 100644 Binary files a/assets/png_512x512/1f564.png and b/assets/png_512x512/1f564.png differ diff --git a/assets/png_512x512/1f565.png b/assets/png_512x512/1f565.png index 0c9ee26f7..2243dace3 100644 Binary files a/assets/png_512x512/1f565.png and b/assets/png_512x512/1f565.png differ diff --git a/assets/png_512x512/1f566.png b/assets/png_512x512/1f566.png index fdac666c5..5120ea7fa 100644 Binary files a/assets/png_512x512/1f566.png and b/assets/png_512x512/1f566.png differ diff --git a/assets/png_512x512/1f567.png b/assets/png_512x512/1f567.png index cfcbf83dd..bd04cb17a 100644 Binary files a/assets/png_512x512/1f567.png and b/assets/png_512x512/1f567.png differ diff --git a/assets/png_512x512/1f56f.png b/assets/png_512x512/1f56f.png index 4e1b38d55..703996b20 100644 Binary files a/assets/png_512x512/1f56f.png and b/assets/png_512x512/1f56f.png differ diff --git a/assets/png_512x512/1f570.png b/assets/png_512x512/1f570.png index 28bd02de4..3b6a5275f 100644 Binary files a/assets/png_512x512/1f570.png and b/assets/png_512x512/1f570.png differ diff --git a/assets/png_512x512/1f573.png b/assets/png_512x512/1f573.png index aa8b5d12d..c2ffb2ad0 100644 Binary files a/assets/png_512x512/1f573.png and b/assets/png_512x512/1f573.png differ diff --git a/assets/png_512x512/1f574.png b/assets/png_512x512/1f574.png index edf90e2e7..70b20e5d5 100644 Binary files a/assets/png_512x512/1f574.png and b/assets/png_512x512/1f574.png differ diff --git a/assets/png_512x512/1f575-1f3fb.png b/assets/png_512x512/1f575-1f3fb.png index a1ffcb7f3..8b55eb1fa 100644 Binary files a/assets/png_512x512/1f575-1f3fb.png and b/assets/png_512x512/1f575-1f3fb.png differ diff --git a/assets/png_512x512/1f575-1f3fc.png b/assets/png_512x512/1f575-1f3fc.png index bc920ad09..5898105b2 100644 Binary files a/assets/png_512x512/1f575-1f3fc.png and b/assets/png_512x512/1f575-1f3fc.png differ diff --git a/assets/png_512x512/1f575-1f3fd.png b/assets/png_512x512/1f575-1f3fd.png index 289dcefa3..16c1e5681 100644 Binary files a/assets/png_512x512/1f575-1f3fd.png and b/assets/png_512x512/1f575-1f3fd.png differ diff --git a/assets/png_512x512/1f575-1f3fe.png b/assets/png_512x512/1f575-1f3fe.png index 12422ec26..86e070829 100644 Binary files a/assets/png_512x512/1f575-1f3fe.png and b/assets/png_512x512/1f575-1f3fe.png differ diff --git a/assets/png_512x512/1f575-1f3ff.png b/assets/png_512x512/1f575-1f3ff.png index bb7ecee1d..b18610613 100644 Binary files a/assets/png_512x512/1f575-1f3ff.png and b/assets/png_512x512/1f575-1f3ff.png differ diff --git a/assets/png_512x512/1f575.png b/assets/png_512x512/1f575.png index 6b8a994c5..bf4cd601f 100644 Binary files a/assets/png_512x512/1f575.png and b/assets/png_512x512/1f575.png differ diff --git a/assets/png_512x512/1f576.png b/assets/png_512x512/1f576.png index 9661b1ebe..b2039a091 100644 Binary files a/assets/png_512x512/1f576.png and b/assets/png_512x512/1f576.png differ diff --git a/assets/png_512x512/1f577.png b/assets/png_512x512/1f577.png index d73ee40d4..30b521fac 100644 Binary files a/assets/png_512x512/1f577.png and b/assets/png_512x512/1f577.png differ diff --git a/assets/png_512x512/1f578.png b/assets/png_512x512/1f578.png index b0e4eb4f9..99260f430 100644 Binary files a/assets/png_512x512/1f578.png and b/assets/png_512x512/1f578.png differ diff --git a/assets/png_512x512/1f579.png b/assets/png_512x512/1f579.png index fbff34f18..03124e29a 100644 Binary files a/assets/png_512x512/1f579.png and b/assets/png_512x512/1f579.png differ diff --git a/assets/png_512x512/1f587.png b/assets/png_512x512/1f587.png index 0ceca8596..983ae388f 100644 Binary files a/assets/png_512x512/1f587.png and b/assets/png_512x512/1f587.png differ diff --git a/assets/png_512x512/1f58a.png b/assets/png_512x512/1f58a.png index 1d28e4886..3137a1b1d 100644 Binary files a/assets/png_512x512/1f58a.png and b/assets/png_512x512/1f58a.png differ diff --git a/assets/png_512x512/1f58b.png b/assets/png_512x512/1f58b.png index 1714c7870..58ed36863 100644 Binary files a/assets/png_512x512/1f58b.png and b/assets/png_512x512/1f58b.png differ diff --git a/assets/png_512x512/1f58c.png b/assets/png_512x512/1f58c.png index 71ebff3a5..f73f0a15c 100644 Binary files a/assets/png_512x512/1f58c.png and b/assets/png_512x512/1f58c.png differ diff --git a/assets/png_512x512/1f58d.png b/assets/png_512x512/1f58d.png index 2009b496e..cab85bf1d 100644 Binary files a/assets/png_512x512/1f58d.png and b/assets/png_512x512/1f58d.png differ diff --git a/assets/png_512x512/1f590-1f3fb.png b/assets/png_512x512/1f590-1f3fb.png index 63b91621d..04622a19e 100644 Binary files a/assets/png_512x512/1f590-1f3fb.png and b/assets/png_512x512/1f590-1f3fb.png differ diff --git a/assets/png_512x512/1f590-1f3fc.png b/assets/png_512x512/1f590-1f3fc.png index 785b7e58f..fa707733f 100644 Binary files a/assets/png_512x512/1f590-1f3fc.png and b/assets/png_512x512/1f590-1f3fc.png differ diff --git a/assets/png_512x512/1f590-1f3fd.png b/assets/png_512x512/1f590-1f3fd.png index 41bdb614e..c91c8b0b6 100644 Binary files a/assets/png_512x512/1f590-1f3fd.png and b/assets/png_512x512/1f590-1f3fd.png differ diff --git a/assets/png_512x512/1f590-1f3fe.png b/assets/png_512x512/1f590-1f3fe.png index 522b16879..58dd341ae 100644 Binary files a/assets/png_512x512/1f590-1f3fe.png and b/assets/png_512x512/1f590-1f3fe.png differ diff --git a/assets/png_512x512/1f590-1f3ff.png b/assets/png_512x512/1f590-1f3ff.png index ec803c374..f8264195c 100644 Binary files a/assets/png_512x512/1f590-1f3ff.png and b/assets/png_512x512/1f590-1f3ff.png differ diff --git a/assets/png_512x512/1f590.png b/assets/png_512x512/1f590.png index 32a46b1da..b50de2522 100644 Binary files a/assets/png_512x512/1f590.png and b/assets/png_512x512/1f590.png differ diff --git a/assets/png_512x512/1f595-1f3fb.png b/assets/png_512x512/1f595-1f3fb.png index 3c7fa2309..56f1d7737 100644 Binary files a/assets/png_512x512/1f595-1f3fb.png and b/assets/png_512x512/1f595-1f3fb.png differ diff --git a/assets/png_512x512/1f595-1f3fc.png b/assets/png_512x512/1f595-1f3fc.png index 0b7ff9d9b..4df8ba597 100644 Binary files a/assets/png_512x512/1f595-1f3fc.png and b/assets/png_512x512/1f595-1f3fc.png differ diff --git a/assets/png_512x512/1f595-1f3fd.png b/assets/png_512x512/1f595-1f3fd.png index 5cb0cb4fe..5dcbce0ae 100644 Binary files a/assets/png_512x512/1f595-1f3fd.png and b/assets/png_512x512/1f595-1f3fd.png differ diff --git a/assets/png_512x512/1f595-1f3fe.png b/assets/png_512x512/1f595-1f3fe.png index fded04840..06ac66f6e 100644 Binary files a/assets/png_512x512/1f595-1f3fe.png and b/assets/png_512x512/1f595-1f3fe.png differ diff --git a/assets/png_512x512/1f595-1f3ff.png b/assets/png_512x512/1f595-1f3ff.png index c0e917e5b..d4f601ff0 100644 Binary files a/assets/png_512x512/1f595-1f3ff.png and b/assets/png_512x512/1f595-1f3ff.png differ diff --git a/assets/png_512x512/1f595.png b/assets/png_512x512/1f595.png index 2111d377f..cdb91e12e 100644 Binary files a/assets/png_512x512/1f595.png and b/assets/png_512x512/1f595.png differ diff --git a/assets/png_512x512/1f596-1f3fb.png b/assets/png_512x512/1f596-1f3fb.png index 4874ed6ed..9e93ec341 100644 Binary files a/assets/png_512x512/1f596-1f3fb.png and b/assets/png_512x512/1f596-1f3fb.png differ diff --git a/assets/png_512x512/1f596-1f3fc.png b/assets/png_512x512/1f596-1f3fc.png index 374af58e9..981af958a 100644 Binary files a/assets/png_512x512/1f596-1f3fc.png and b/assets/png_512x512/1f596-1f3fc.png differ diff --git a/assets/png_512x512/1f596-1f3fd.png b/assets/png_512x512/1f596-1f3fd.png index b3bf6ab23..c26c1a222 100644 Binary files a/assets/png_512x512/1f596-1f3fd.png and b/assets/png_512x512/1f596-1f3fd.png differ diff --git a/assets/png_512x512/1f596-1f3fe.png b/assets/png_512x512/1f596-1f3fe.png index f91fa4b32..fcfed8cc8 100644 Binary files a/assets/png_512x512/1f596-1f3fe.png and b/assets/png_512x512/1f596-1f3fe.png differ diff --git a/assets/png_512x512/1f596-1f3ff.png b/assets/png_512x512/1f596-1f3ff.png index 5ae38cf7a..b2418b77f 100644 Binary files a/assets/png_512x512/1f596-1f3ff.png and b/assets/png_512x512/1f596-1f3ff.png differ diff --git a/assets/png_512x512/1f596.png b/assets/png_512x512/1f596.png index 73fc1ec41..0ee93d829 100644 Binary files a/assets/png_512x512/1f596.png and b/assets/png_512x512/1f596.png differ diff --git a/assets/png_512x512/1f5a5.png b/assets/png_512x512/1f5a5.png index c8f7c4ab8..058cd619c 100644 Binary files a/assets/png_512x512/1f5a5.png and b/assets/png_512x512/1f5a5.png differ diff --git a/assets/png_512x512/1f5a8.png b/assets/png_512x512/1f5a8.png index 0565d36fb..77c673fb7 100644 Binary files a/assets/png_512x512/1f5a8.png and b/assets/png_512x512/1f5a8.png differ diff --git a/assets/png_512x512/1f5b1.png b/assets/png_512x512/1f5b1.png index 076a1d9d6..ba79589df 100644 Binary files a/assets/png_512x512/1f5b1.png and b/assets/png_512x512/1f5b1.png differ diff --git a/assets/png_512x512/1f5b2.png b/assets/png_512x512/1f5b2.png index 821b7691a..9c7eb98ed 100644 Binary files a/assets/png_512x512/1f5b2.png and b/assets/png_512x512/1f5b2.png differ diff --git a/assets/png_512x512/1f5bc.png b/assets/png_512x512/1f5bc.png index 77e24d54f..c4f43a05b 100644 Binary files a/assets/png_512x512/1f5bc.png and b/assets/png_512x512/1f5bc.png differ diff --git a/assets/png_512x512/1f5c2.png b/assets/png_512x512/1f5c2.png index b03d99c63..b6eeaefe6 100644 Binary files a/assets/png_512x512/1f5c2.png and b/assets/png_512x512/1f5c2.png differ diff --git a/assets/png_512x512/1f5c3.png b/assets/png_512x512/1f5c3.png index 5d05d1cba..b44ad15ae 100644 Binary files a/assets/png_512x512/1f5c3.png and b/assets/png_512x512/1f5c3.png differ diff --git a/assets/png_512x512/1f5c4.png b/assets/png_512x512/1f5c4.png index a09d4765e..10e072909 100644 Binary files a/assets/png_512x512/1f5c4.png and b/assets/png_512x512/1f5c4.png differ diff --git a/assets/png_512x512/1f5d1.png b/assets/png_512x512/1f5d1.png index 86a334bd8..33e5b036c 100644 Binary files a/assets/png_512x512/1f5d1.png and b/assets/png_512x512/1f5d1.png differ diff --git a/assets/png_512x512/1f5d2.png b/assets/png_512x512/1f5d2.png index 338ab9b11..ce322aed4 100644 Binary files a/assets/png_512x512/1f5d2.png and b/assets/png_512x512/1f5d2.png differ diff --git a/assets/png_512x512/1f5d3.png b/assets/png_512x512/1f5d3.png index 1746b2993..53c71efc6 100644 Binary files a/assets/png_512x512/1f5d3.png and b/assets/png_512x512/1f5d3.png differ diff --git a/assets/png_512x512/1f5dc.png b/assets/png_512x512/1f5dc.png index 43c443e22..fa61a11b4 100644 Binary files a/assets/png_512x512/1f5dc.png and b/assets/png_512x512/1f5dc.png differ diff --git a/assets/png_512x512/1f5dd.png b/assets/png_512x512/1f5dd.png index f6ea17519..d2813bc6f 100644 Binary files a/assets/png_512x512/1f5dd.png and b/assets/png_512x512/1f5dd.png differ diff --git a/assets/png_512x512/1f5de.png b/assets/png_512x512/1f5de.png index 2d1271dca..afb518ac3 100644 Binary files a/assets/png_512x512/1f5de.png and b/assets/png_512x512/1f5de.png differ diff --git a/assets/png_512x512/1f5e1.png b/assets/png_512x512/1f5e1.png index d132cc967..dcdaffb8c 100644 Binary files a/assets/png_512x512/1f5e1.png and b/assets/png_512x512/1f5e1.png differ diff --git a/assets/png_512x512/1f5e3.png b/assets/png_512x512/1f5e3.png index d1c7b8015..83f495a80 100644 Binary files a/assets/png_512x512/1f5e3.png and b/assets/png_512x512/1f5e3.png differ diff --git a/assets/png_512x512/1f5ef.png b/assets/png_512x512/1f5ef.png index 1c28c8d26..4c84e1137 100644 Binary files a/assets/png_512x512/1f5ef.png and b/assets/png_512x512/1f5ef.png differ diff --git a/assets/png_512x512/1f5f3.png b/assets/png_512x512/1f5f3.png index 2a92dcd30..c3a167e75 100644 Binary files a/assets/png_512x512/1f5f3.png and b/assets/png_512x512/1f5f3.png differ diff --git a/assets/png_512x512/1f5fa.png b/assets/png_512x512/1f5fa.png index 5be64fcbb..73c0ee3cf 100644 Binary files a/assets/png_512x512/1f5fa.png and b/assets/png_512x512/1f5fa.png differ diff --git a/assets/png_512x512/1f5fb.png b/assets/png_512x512/1f5fb.png index 6a2c7ad37..1796abef4 100644 Binary files a/assets/png_512x512/1f5fb.png and b/assets/png_512x512/1f5fb.png differ diff --git a/assets/png_512x512/1f5fc.png b/assets/png_512x512/1f5fc.png index eef5c182d..09f31ceae 100644 Binary files a/assets/png_512x512/1f5fc.png and b/assets/png_512x512/1f5fc.png differ diff --git a/assets/png_512x512/1f5fd.png b/assets/png_512x512/1f5fd.png index 4e47c717f..e53499b88 100644 Binary files a/assets/png_512x512/1f5fd.png and b/assets/png_512x512/1f5fd.png differ diff --git a/assets/png_512x512/1f5fe.png b/assets/png_512x512/1f5fe.png index 141dad32a..c48455526 100644 Binary files a/assets/png_512x512/1f5fe.png and b/assets/png_512x512/1f5fe.png differ diff --git a/assets/png_512x512/1f5ff.png b/assets/png_512x512/1f5ff.png index 180540541..38e4ff1a8 100644 Binary files a/assets/png_512x512/1f5ff.png and b/assets/png_512x512/1f5ff.png differ diff --git a/assets/png_512x512/1f600.png b/assets/png_512x512/1f600.png index 1382e5e09..0e39f723a 100644 Binary files a/assets/png_512x512/1f600.png and b/assets/png_512x512/1f600.png differ diff --git a/assets/png_512x512/1f601.png b/assets/png_512x512/1f601.png index 18d6c1be7..eabe2ca49 100644 Binary files a/assets/png_512x512/1f601.png and b/assets/png_512x512/1f601.png differ diff --git a/assets/png_512x512/1f602.png b/assets/png_512x512/1f602.png index c374c7098..fcd6b4249 100644 Binary files a/assets/png_512x512/1f602.png and b/assets/png_512x512/1f602.png differ diff --git a/assets/png_512x512/1f603.png b/assets/png_512x512/1f603.png index c0c645fd6..a982c3218 100644 Binary files a/assets/png_512x512/1f603.png and b/assets/png_512x512/1f603.png differ diff --git a/assets/png_512x512/1f604.png b/assets/png_512x512/1f604.png index 920d1ef18..5e9b5de70 100644 Binary files a/assets/png_512x512/1f604.png and b/assets/png_512x512/1f604.png differ diff --git a/assets/png_512x512/1f605.png b/assets/png_512x512/1f605.png index ba648aad1..82c404fc2 100644 Binary files a/assets/png_512x512/1f605.png and b/assets/png_512x512/1f605.png differ diff --git a/assets/png_512x512/1f606.png b/assets/png_512x512/1f606.png index 4f9fe6ecf..693fdd784 100644 Binary files a/assets/png_512x512/1f606.png and b/assets/png_512x512/1f606.png differ diff --git a/assets/png_512x512/1f607.png b/assets/png_512x512/1f607.png index e25c5eba5..97119eafc 100644 Binary files a/assets/png_512x512/1f607.png and b/assets/png_512x512/1f607.png differ diff --git a/assets/png_512x512/1f608.png b/assets/png_512x512/1f608.png index 4fa029b18..53d8eb6f4 100644 Binary files a/assets/png_512x512/1f608.png and b/assets/png_512x512/1f608.png differ diff --git a/assets/png_512x512/1f609.png b/assets/png_512x512/1f609.png index 80487e0ff..05f6a02bc 100644 Binary files a/assets/png_512x512/1f609.png and b/assets/png_512x512/1f609.png differ diff --git a/assets/png_512x512/1f60a.png b/assets/png_512x512/1f60a.png index 31db7ff1e..993a3d08c 100644 Binary files a/assets/png_512x512/1f60a.png and b/assets/png_512x512/1f60a.png differ diff --git a/assets/png_512x512/1f60b.png b/assets/png_512x512/1f60b.png index 32b2149cd..c29a4fb8e 100644 Binary files a/assets/png_512x512/1f60b.png and b/assets/png_512x512/1f60b.png differ diff --git a/assets/png_512x512/1f60c.png b/assets/png_512x512/1f60c.png index 80cf8f3d3..f2520416e 100644 Binary files a/assets/png_512x512/1f60c.png and b/assets/png_512x512/1f60c.png differ diff --git a/assets/png_512x512/1f60d.png b/assets/png_512x512/1f60d.png index 2fe8e15a6..c104cd9b7 100644 Binary files a/assets/png_512x512/1f60d.png and b/assets/png_512x512/1f60d.png differ diff --git a/assets/png_512x512/1f60e.png b/assets/png_512x512/1f60e.png index 2fd2723a5..b85224946 100644 Binary files a/assets/png_512x512/1f60e.png and b/assets/png_512x512/1f60e.png differ diff --git a/assets/png_512x512/1f60f.png b/assets/png_512x512/1f60f.png index b04b82748..25c91b5d6 100644 Binary files a/assets/png_512x512/1f60f.png and b/assets/png_512x512/1f60f.png differ diff --git a/assets/png_512x512/1f610.png b/assets/png_512x512/1f610.png index ec574844f..6c50b9cc4 100644 Binary files a/assets/png_512x512/1f610.png and b/assets/png_512x512/1f610.png differ diff --git a/assets/png_512x512/1f611.png b/assets/png_512x512/1f611.png index 60636f26c..fc1d229be 100644 Binary files a/assets/png_512x512/1f611.png and b/assets/png_512x512/1f611.png differ diff --git a/assets/png_512x512/1f612.png b/assets/png_512x512/1f612.png index d9180325c..03ed8afaa 100644 Binary files a/assets/png_512x512/1f612.png and b/assets/png_512x512/1f612.png differ diff --git a/assets/png_512x512/1f613.png b/assets/png_512x512/1f613.png index 073093155..89585fd43 100644 Binary files a/assets/png_512x512/1f613.png and b/assets/png_512x512/1f613.png differ diff --git a/assets/png_512x512/1f614.png b/assets/png_512x512/1f614.png index d075f0d95..4a41df403 100644 Binary files a/assets/png_512x512/1f614.png and b/assets/png_512x512/1f614.png differ diff --git a/assets/png_512x512/1f615.png b/assets/png_512x512/1f615.png index 0a2d20cea..07ef80303 100644 Binary files a/assets/png_512x512/1f615.png and b/assets/png_512x512/1f615.png differ diff --git a/assets/png_512x512/1f616.png b/assets/png_512x512/1f616.png index 7dc9e39ef..c3ae09507 100644 Binary files a/assets/png_512x512/1f616.png and b/assets/png_512x512/1f616.png differ diff --git a/assets/png_512x512/1f617.png b/assets/png_512x512/1f617.png index 1cd2b22a1..cb5fa9557 100644 Binary files a/assets/png_512x512/1f617.png and b/assets/png_512x512/1f617.png differ diff --git a/assets/png_512x512/1f618.png b/assets/png_512x512/1f618.png index 6b3ea70ce..78df20c8e 100644 Binary files a/assets/png_512x512/1f618.png and b/assets/png_512x512/1f618.png differ diff --git a/assets/png_512x512/1f619.png b/assets/png_512x512/1f619.png index c01a70bd7..29624b17e 100644 Binary files a/assets/png_512x512/1f619.png and b/assets/png_512x512/1f619.png differ diff --git a/assets/png_512x512/1f61a.png b/assets/png_512x512/1f61a.png index 67c2baedb..7bfd2c60f 100644 Binary files a/assets/png_512x512/1f61a.png and b/assets/png_512x512/1f61a.png differ diff --git a/assets/png_512x512/1f61b.png b/assets/png_512x512/1f61b.png index cd5580ab4..ea78675d1 100644 Binary files a/assets/png_512x512/1f61b.png and b/assets/png_512x512/1f61b.png differ diff --git a/assets/png_512x512/1f61c.png b/assets/png_512x512/1f61c.png index e8533803e..6313fd358 100644 Binary files a/assets/png_512x512/1f61c.png and b/assets/png_512x512/1f61c.png differ diff --git a/assets/png_512x512/1f61d.png b/assets/png_512x512/1f61d.png index 087792065..d82d31384 100644 Binary files a/assets/png_512x512/1f61d.png and b/assets/png_512x512/1f61d.png differ diff --git a/assets/png_512x512/1f61e.png b/assets/png_512x512/1f61e.png index 7b42f75bf..be9ed6776 100644 Binary files a/assets/png_512x512/1f61e.png and b/assets/png_512x512/1f61e.png differ diff --git a/assets/png_512x512/1f61f.png b/assets/png_512x512/1f61f.png index e8df72e00..a81141b18 100644 Binary files a/assets/png_512x512/1f61f.png and b/assets/png_512x512/1f61f.png differ diff --git a/assets/png_512x512/1f620.png b/assets/png_512x512/1f620.png index e083db9e5..31a2e1314 100644 Binary files a/assets/png_512x512/1f620.png and b/assets/png_512x512/1f620.png differ diff --git a/assets/png_512x512/1f621.png b/assets/png_512x512/1f621.png index 60476a327..ba984645e 100644 Binary files a/assets/png_512x512/1f621.png and b/assets/png_512x512/1f621.png differ diff --git a/assets/png_512x512/1f622.png b/assets/png_512x512/1f622.png index af365995b..096ccc865 100644 Binary files a/assets/png_512x512/1f622.png and b/assets/png_512x512/1f622.png differ diff --git a/assets/png_512x512/1f623.png b/assets/png_512x512/1f623.png index 6f8722191..bf61cef50 100644 Binary files a/assets/png_512x512/1f623.png and b/assets/png_512x512/1f623.png differ diff --git a/assets/png_512x512/1f624.png b/assets/png_512x512/1f624.png index 5dd8565e1..9a677413c 100644 Binary files a/assets/png_512x512/1f624.png and b/assets/png_512x512/1f624.png differ diff --git a/assets/png_512x512/1f625.png b/assets/png_512x512/1f625.png index 92c09d468..c357fe6eb 100644 Binary files a/assets/png_512x512/1f625.png and b/assets/png_512x512/1f625.png differ diff --git a/assets/png_512x512/1f626.png b/assets/png_512x512/1f626.png index be1d7c57b..6eead3f16 100644 Binary files a/assets/png_512x512/1f626.png and b/assets/png_512x512/1f626.png differ diff --git a/assets/png_512x512/1f627.png b/assets/png_512x512/1f627.png index 0d4f3e307..475827121 100644 Binary files a/assets/png_512x512/1f627.png and b/assets/png_512x512/1f627.png differ diff --git a/assets/png_512x512/1f628.png b/assets/png_512x512/1f628.png index d46126781..a2c6fff6c 100644 Binary files a/assets/png_512x512/1f628.png and b/assets/png_512x512/1f628.png differ diff --git a/assets/png_512x512/1f629.png b/assets/png_512x512/1f629.png index 1acf56337..61fca78e8 100644 Binary files a/assets/png_512x512/1f629.png and b/assets/png_512x512/1f629.png differ diff --git a/assets/png_512x512/1f62a.png b/assets/png_512x512/1f62a.png index 2404a1d68..e8466e409 100644 Binary files a/assets/png_512x512/1f62a.png and b/assets/png_512x512/1f62a.png differ diff --git a/assets/png_512x512/1f62b.png b/assets/png_512x512/1f62b.png index 8396363f5..d1625c617 100644 Binary files a/assets/png_512x512/1f62b.png and b/assets/png_512x512/1f62b.png differ diff --git a/assets/png_512x512/1f62c.png b/assets/png_512x512/1f62c.png index a0b747c7c..cb34f0645 100644 Binary files a/assets/png_512x512/1f62c.png and b/assets/png_512x512/1f62c.png differ diff --git a/assets/png_512x512/1f62d.png b/assets/png_512x512/1f62d.png index f2376a47e..def212e32 100644 Binary files a/assets/png_512x512/1f62d.png and b/assets/png_512x512/1f62d.png differ diff --git a/assets/png_512x512/1f62e.png b/assets/png_512x512/1f62e.png index 94594f71b..147359b1c 100644 Binary files a/assets/png_512x512/1f62e.png and b/assets/png_512x512/1f62e.png differ diff --git a/assets/png_512x512/1f62f.png b/assets/png_512x512/1f62f.png index 5f4b3c91b..142984d0d 100644 Binary files a/assets/png_512x512/1f62f.png and b/assets/png_512x512/1f62f.png differ diff --git a/assets/png_512x512/1f630.png b/assets/png_512x512/1f630.png index 0da7dd5f8..d41ad0988 100644 Binary files a/assets/png_512x512/1f630.png and b/assets/png_512x512/1f630.png differ diff --git a/assets/png_512x512/1f631.png b/assets/png_512x512/1f631.png index 4a8fc7c0d..f83677caf 100644 Binary files a/assets/png_512x512/1f631.png and b/assets/png_512x512/1f631.png differ diff --git a/assets/png_512x512/1f632.png b/assets/png_512x512/1f632.png index 44e188bd9..3e2eb5f74 100644 Binary files a/assets/png_512x512/1f632.png and b/assets/png_512x512/1f632.png differ diff --git a/assets/png_512x512/1f633.png b/assets/png_512x512/1f633.png index 56c0cb70c..8f3a7af29 100644 Binary files a/assets/png_512x512/1f633.png and b/assets/png_512x512/1f633.png differ diff --git a/assets/png_512x512/1f634.png b/assets/png_512x512/1f634.png index 6ff78d9f9..d50bb299e 100644 Binary files a/assets/png_512x512/1f634.png and b/assets/png_512x512/1f634.png differ diff --git a/assets/png_512x512/1f635.png b/assets/png_512x512/1f635.png index 08120dde2..ea5655937 100644 Binary files a/assets/png_512x512/1f635.png and b/assets/png_512x512/1f635.png differ diff --git a/assets/png_512x512/1f636.png b/assets/png_512x512/1f636.png index 3cdc60ca2..9f63bac70 100644 Binary files a/assets/png_512x512/1f636.png and b/assets/png_512x512/1f636.png differ diff --git a/assets/png_512x512/1f637.png b/assets/png_512x512/1f637.png index 9a0bd2cb9..9338bb445 100644 Binary files a/assets/png_512x512/1f637.png and b/assets/png_512x512/1f637.png differ diff --git a/assets/png_512x512/1f638.png b/assets/png_512x512/1f638.png index 77ff0fdb9..970260303 100644 Binary files a/assets/png_512x512/1f638.png and b/assets/png_512x512/1f638.png differ diff --git a/assets/png_512x512/1f639.png b/assets/png_512x512/1f639.png index dfab387d9..fcc11be7c 100644 Binary files a/assets/png_512x512/1f639.png and b/assets/png_512x512/1f639.png differ diff --git a/assets/png_512x512/1f63a.png b/assets/png_512x512/1f63a.png index b8bf8acfd..4fa1306e9 100644 Binary files a/assets/png_512x512/1f63a.png and b/assets/png_512x512/1f63a.png differ diff --git a/assets/png_512x512/1f63b.png b/assets/png_512x512/1f63b.png index 31ddd0f87..2b7768636 100644 Binary files a/assets/png_512x512/1f63b.png and b/assets/png_512x512/1f63b.png differ diff --git a/assets/png_512x512/1f63c.png b/assets/png_512x512/1f63c.png index 5c4ce83b8..d3f0651cd 100644 Binary files a/assets/png_512x512/1f63c.png and b/assets/png_512x512/1f63c.png differ diff --git a/assets/png_512x512/1f63d.png b/assets/png_512x512/1f63d.png index 3e3375748..9a7f4f731 100644 Binary files a/assets/png_512x512/1f63d.png and b/assets/png_512x512/1f63d.png differ diff --git a/assets/png_512x512/1f63e.png b/assets/png_512x512/1f63e.png index fbf08f573..23089121e 100644 Binary files a/assets/png_512x512/1f63e.png and b/assets/png_512x512/1f63e.png differ diff --git a/assets/png_512x512/1f63f.png b/assets/png_512x512/1f63f.png index 76078c19b..e3cb56d01 100644 Binary files a/assets/png_512x512/1f63f.png and b/assets/png_512x512/1f63f.png differ diff --git a/assets/png_512x512/1f640.png b/assets/png_512x512/1f640.png index c248bf044..573637e0f 100644 Binary files a/assets/png_512x512/1f640.png and b/assets/png_512x512/1f640.png differ diff --git a/assets/png_512x512/1f641.png b/assets/png_512x512/1f641.png index 0345a8fa3..88db73a98 100644 Binary files a/assets/png_512x512/1f641.png and b/assets/png_512x512/1f641.png differ diff --git a/assets/png_512x512/1f642.png b/assets/png_512x512/1f642.png index 550163591..731d5558d 100644 Binary files a/assets/png_512x512/1f642.png and b/assets/png_512x512/1f642.png differ diff --git a/assets/png_512x512/1f643.png b/assets/png_512x512/1f643.png index 7e95cc8e7..0ae05feff 100644 Binary files a/assets/png_512x512/1f643.png and b/assets/png_512x512/1f643.png differ diff --git a/assets/png_512x512/1f644.png b/assets/png_512x512/1f644.png index 56c2757e5..4d3e022b6 100644 Binary files a/assets/png_512x512/1f644.png and b/assets/png_512x512/1f644.png differ diff --git a/assets/png_512x512/1f645-1f3fb.png b/assets/png_512x512/1f645-1f3fb.png index c9c5eb1fc..c5decba06 100644 Binary files a/assets/png_512x512/1f645-1f3fb.png and b/assets/png_512x512/1f645-1f3fb.png differ diff --git a/assets/png_512x512/1f645-1f3fc.png b/assets/png_512x512/1f645-1f3fc.png index 1051b5926..5b85475b4 100644 Binary files a/assets/png_512x512/1f645-1f3fc.png and b/assets/png_512x512/1f645-1f3fc.png differ diff --git a/assets/png_512x512/1f645-1f3fd.png b/assets/png_512x512/1f645-1f3fd.png index 5f55025c3..e98e21c4a 100644 Binary files a/assets/png_512x512/1f645-1f3fd.png and b/assets/png_512x512/1f645-1f3fd.png differ diff --git a/assets/png_512x512/1f645-1f3fe.png b/assets/png_512x512/1f645-1f3fe.png index 24e74417c..d9f172da8 100644 Binary files a/assets/png_512x512/1f645-1f3fe.png and b/assets/png_512x512/1f645-1f3fe.png differ diff --git a/assets/png_512x512/1f645-1f3ff.png b/assets/png_512x512/1f645-1f3ff.png index 8a49d85f2..818e92633 100644 Binary files a/assets/png_512x512/1f645-1f3ff.png and b/assets/png_512x512/1f645-1f3ff.png differ diff --git a/assets/png_512x512/1f645.png b/assets/png_512x512/1f645.png index b64bf86ec..d327fcf3e 100644 Binary files a/assets/png_512x512/1f645.png and b/assets/png_512x512/1f645.png differ diff --git a/assets/png_512x512/1f646-1f3fb.png b/assets/png_512x512/1f646-1f3fb.png index 089f4ccad..54a382d27 100644 Binary files a/assets/png_512x512/1f646-1f3fb.png and b/assets/png_512x512/1f646-1f3fb.png differ diff --git a/assets/png_512x512/1f646-1f3fc.png b/assets/png_512x512/1f646-1f3fc.png index fcc889800..3fc6d270c 100644 Binary files a/assets/png_512x512/1f646-1f3fc.png and b/assets/png_512x512/1f646-1f3fc.png differ diff --git a/assets/png_512x512/1f646-1f3fd.png b/assets/png_512x512/1f646-1f3fd.png index b69b410de..52235a6e3 100644 Binary files a/assets/png_512x512/1f646-1f3fd.png and b/assets/png_512x512/1f646-1f3fd.png differ diff --git a/assets/png_512x512/1f646-1f3fe.png b/assets/png_512x512/1f646-1f3fe.png index d2654677d..e042aadfe 100644 Binary files a/assets/png_512x512/1f646-1f3fe.png and b/assets/png_512x512/1f646-1f3fe.png differ diff --git a/assets/png_512x512/1f646-1f3ff.png b/assets/png_512x512/1f646-1f3ff.png index 4c0a85abf..3bdce8a7b 100644 Binary files a/assets/png_512x512/1f646-1f3ff.png and b/assets/png_512x512/1f646-1f3ff.png differ diff --git a/assets/png_512x512/1f646.png b/assets/png_512x512/1f646.png index 465338c06..0d12bfa8d 100644 Binary files a/assets/png_512x512/1f646.png and b/assets/png_512x512/1f646.png differ diff --git a/assets/png_512x512/1f647-1f3fb.png b/assets/png_512x512/1f647-1f3fb.png index ea8a1631f..5c9d4631b 100644 Binary files a/assets/png_512x512/1f647-1f3fb.png and b/assets/png_512x512/1f647-1f3fb.png differ diff --git a/assets/png_512x512/1f647-1f3fc.png b/assets/png_512x512/1f647-1f3fc.png index abfb0af7c..a4f777e3e 100644 Binary files a/assets/png_512x512/1f647-1f3fc.png and b/assets/png_512x512/1f647-1f3fc.png differ diff --git a/assets/png_512x512/1f647-1f3fd.png b/assets/png_512x512/1f647-1f3fd.png index 802295a66..744a452f7 100644 Binary files a/assets/png_512x512/1f647-1f3fd.png and b/assets/png_512x512/1f647-1f3fd.png differ diff --git a/assets/png_512x512/1f647-1f3fe.png b/assets/png_512x512/1f647-1f3fe.png index aef87449b..54b2e279b 100644 Binary files a/assets/png_512x512/1f647-1f3fe.png and b/assets/png_512x512/1f647-1f3fe.png differ diff --git a/assets/png_512x512/1f647-1f3ff.png b/assets/png_512x512/1f647-1f3ff.png index 9dd578f81..fc136cf29 100644 Binary files a/assets/png_512x512/1f647-1f3ff.png and b/assets/png_512x512/1f647-1f3ff.png differ diff --git a/assets/png_512x512/1f647.png b/assets/png_512x512/1f647.png index c724ebdae..6c18c5f3f 100644 Binary files a/assets/png_512x512/1f647.png and b/assets/png_512x512/1f647.png differ diff --git a/assets/png_512x512/1f648.png b/assets/png_512x512/1f648.png index 817ea3670..c00b2667b 100644 Binary files a/assets/png_512x512/1f648.png and b/assets/png_512x512/1f648.png differ diff --git a/assets/png_512x512/1f649.png b/assets/png_512x512/1f649.png index 46386f659..e6c210498 100644 Binary files a/assets/png_512x512/1f649.png and b/assets/png_512x512/1f649.png differ diff --git a/assets/png_512x512/1f64a.png b/assets/png_512x512/1f64a.png index 9bf186457..50ca70f6c 100644 Binary files a/assets/png_512x512/1f64a.png and b/assets/png_512x512/1f64a.png differ diff --git a/assets/png_512x512/1f64b-1f3fb.png b/assets/png_512x512/1f64b-1f3fb.png index a389e4518..06de98690 100644 Binary files a/assets/png_512x512/1f64b-1f3fb.png and b/assets/png_512x512/1f64b-1f3fb.png differ diff --git a/assets/png_512x512/1f64b-1f3fc.png b/assets/png_512x512/1f64b-1f3fc.png index 212355c4f..44d94bce3 100644 Binary files a/assets/png_512x512/1f64b-1f3fc.png and b/assets/png_512x512/1f64b-1f3fc.png differ diff --git a/assets/png_512x512/1f64b-1f3fd.png b/assets/png_512x512/1f64b-1f3fd.png index 3cf7669d2..e2762ae3f 100644 Binary files a/assets/png_512x512/1f64b-1f3fd.png and b/assets/png_512x512/1f64b-1f3fd.png differ diff --git a/assets/png_512x512/1f64b-1f3fe.png b/assets/png_512x512/1f64b-1f3fe.png index d95fc09d1..148cf85a8 100644 Binary files a/assets/png_512x512/1f64b-1f3fe.png and b/assets/png_512x512/1f64b-1f3fe.png differ diff --git a/assets/png_512x512/1f64b-1f3ff.png b/assets/png_512x512/1f64b-1f3ff.png index 4afba1098..4e3ae7a5a 100644 Binary files a/assets/png_512x512/1f64b-1f3ff.png and b/assets/png_512x512/1f64b-1f3ff.png differ diff --git a/assets/png_512x512/1f64b.png b/assets/png_512x512/1f64b.png index 58fde9197..052af0bd4 100644 Binary files a/assets/png_512x512/1f64b.png and b/assets/png_512x512/1f64b.png differ diff --git a/assets/png_512x512/1f64c-1f3fb.png b/assets/png_512x512/1f64c-1f3fb.png index cee079100..3b1bfd156 100644 Binary files a/assets/png_512x512/1f64c-1f3fb.png and b/assets/png_512x512/1f64c-1f3fb.png differ diff --git a/assets/png_512x512/1f64c-1f3fc.png b/assets/png_512x512/1f64c-1f3fc.png index 1e553c346..5cbb08e0e 100644 Binary files a/assets/png_512x512/1f64c-1f3fc.png and b/assets/png_512x512/1f64c-1f3fc.png differ diff --git a/assets/png_512x512/1f64c-1f3fd.png b/assets/png_512x512/1f64c-1f3fd.png index f338e5eaa..1a19ba636 100644 Binary files a/assets/png_512x512/1f64c-1f3fd.png and b/assets/png_512x512/1f64c-1f3fd.png differ diff --git a/assets/png_512x512/1f64c-1f3fe.png b/assets/png_512x512/1f64c-1f3fe.png index acb22126f..86939b75c 100644 Binary files a/assets/png_512x512/1f64c-1f3fe.png and b/assets/png_512x512/1f64c-1f3fe.png differ diff --git a/assets/png_512x512/1f64c-1f3ff.png b/assets/png_512x512/1f64c-1f3ff.png index 3e6aff566..d7545893a 100644 Binary files a/assets/png_512x512/1f64c-1f3ff.png and b/assets/png_512x512/1f64c-1f3ff.png differ diff --git a/assets/png_512x512/1f64c.png b/assets/png_512x512/1f64c.png index db8848533..c6b0d9fcc 100644 Binary files a/assets/png_512x512/1f64c.png and b/assets/png_512x512/1f64c.png differ diff --git a/assets/png_512x512/1f64d-1f3fb.png b/assets/png_512x512/1f64d-1f3fb.png index 7eb3d7339..04320ca26 100644 Binary files a/assets/png_512x512/1f64d-1f3fb.png and b/assets/png_512x512/1f64d-1f3fb.png differ diff --git a/assets/png_512x512/1f64d-1f3fc.png b/assets/png_512x512/1f64d-1f3fc.png index 7703ccb60..de56f1495 100644 Binary files a/assets/png_512x512/1f64d-1f3fc.png and b/assets/png_512x512/1f64d-1f3fc.png differ diff --git a/assets/png_512x512/1f64d-1f3fd.png b/assets/png_512x512/1f64d-1f3fd.png index 615fcfac6..47a760d16 100644 Binary files a/assets/png_512x512/1f64d-1f3fd.png and b/assets/png_512x512/1f64d-1f3fd.png differ diff --git a/assets/png_512x512/1f64d-1f3fe.png b/assets/png_512x512/1f64d-1f3fe.png index f5c2c983a..dfc004098 100644 Binary files a/assets/png_512x512/1f64d-1f3fe.png and b/assets/png_512x512/1f64d-1f3fe.png differ diff --git a/assets/png_512x512/1f64d-1f3ff.png b/assets/png_512x512/1f64d-1f3ff.png index cb26ed5b0..6ecc7c442 100644 Binary files a/assets/png_512x512/1f64d-1f3ff.png and b/assets/png_512x512/1f64d-1f3ff.png differ diff --git a/assets/png_512x512/1f64d.png b/assets/png_512x512/1f64d.png index d070337b6..4cd039d3c 100644 Binary files a/assets/png_512x512/1f64d.png and b/assets/png_512x512/1f64d.png differ diff --git a/assets/png_512x512/1f64e-1f3fb.png b/assets/png_512x512/1f64e-1f3fb.png index e6484d21e..b121f8625 100644 Binary files a/assets/png_512x512/1f64e-1f3fb.png and b/assets/png_512x512/1f64e-1f3fb.png differ diff --git a/assets/png_512x512/1f64e-1f3fc.png b/assets/png_512x512/1f64e-1f3fc.png index 7c3ab427c..aa7476aae 100644 Binary files a/assets/png_512x512/1f64e-1f3fc.png and b/assets/png_512x512/1f64e-1f3fc.png differ diff --git a/assets/png_512x512/1f64e-1f3fd.png b/assets/png_512x512/1f64e-1f3fd.png index ced8d4a5a..27961d8ed 100644 Binary files a/assets/png_512x512/1f64e-1f3fd.png and b/assets/png_512x512/1f64e-1f3fd.png differ diff --git a/assets/png_512x512/1f64e-1f3fe.png b/assets/png_512x512/1f64e-1f3fe.png index 6a8d0cc16..3dd49e574 100644 Binary files a/assets/png_512x512/1f64e-1f3fe.png and b/assets/png_512x512/1f64e-1f3fe.png differ diff --git a/assets/png_512x512/1f64e-1f3ff.png b/assets/png_512x512/1f64e-1f3ff.png index 11a18621d..166a740a9 100644 Binary files a/assets/png_512x512/1f64e-1f3ff.png and b/assets/png_512x512/1f64e-1f3ff.png differ diff --git a/assets/png_512x512/1f64e.png b/assets/png_512x512/1f64e.png index 5b817c3c5..4363f39f7 100644 Binary files a/assets/png_512x512/1f64e.png and b/assets/png_512x512/1f64e.png differ diff --git a/assets/png_512x512/1f64f-1f3fb.png b/assets/png_512x512/1f64f-1f3fb.png index 4905efe73..1e5d154c8 100644 Binary files a/assets/png_512x512/1f64f-1f3fb.png and b/assets/png_512x512/1f64f-1f3fb.png differ diff --git a/assets/png_512x512/1f64f-1f3fc.png b/assets/png_512x512/1f64f-1f3fc.png index 37e716761..51e1442d6 100644 Binary files a/assets/png_512x512/1f64f-1f3fc.png and b/assets/png_512x512/1f64f-1f3fc.png differ diff --git a/assets/png_512x512/1f64f-1f3fd.png b/assets/png_512x512/1f64f-1f3fd.png index fa8acf5f3..fd784488d 100644 Binary files a/assets/png_512x512/1f64f-1f3fd.png and b/assets/png_512x512/1f64f-1f3fd.png differ diff --git a/assets/png_512x512/1f64f-1f3fe.png b/assets/png_512x512/1f64f-1f3fe.png index 974746c55..54e8d761c 100644 Binary files a/assets/png_512x512/1f64f-1f3fe.png and b/assets/png_512x512/1f64f-1f3fe.png differ diff --git a/assets/png_512x512/1f64f-1f3ff.png b/assets/png_512x512/1f64f-1f3ff.png index 36601b1d8..def04b3ef 100644 Binary files a/assets/png_512x512/1f64f-1f3ff.png and b/assets/png_512x512/1f64f-1f3ff.png differ diff --git a/assets/png_512x512/1f64f.png b/assets/png_512x512/1f64f.png index cc65ff9a6..9505a9ac1 100644 Binary files a/assets/png_512x512/1f64f.png and b/assets/png_512x512/1f64f.png differ diff --git a/assets/png_512x512/1f680.png b/assets/png_512x512/1f680.png index b3b463ca2..e8776549e 100644 Binary files a/assets/png_512x512/1f680.png and b/assets/png_512x512/1f680.png differ diff --git a/assets/png_512x512/1f681.png b/assets/png_512x512/1f681.png index 6863fb48f..e33555c1f 100644 Binary files a/assets/png_512x512/1f681.png and b/assets/png_512x512/1f681.png differ diff --git a/assets/png_512x512/1f682.png b/assets/png_512x512/1f682.png index b6aad4bcb..176747186 100644 Binary files a/assets/png_512x512/1f682.png and b/assets/png_512x512/1f682.png differ diff --git a/assets/png_512x512/1f683.png b/assets/png_512x512/1f683.png index c8d1fddbf..e82e2aff4 100644 Binary files a/assets/png_512x512/1f683.png and b/assets/png_512x512/1f683.png differ diff --git a/assets/png_512x512/1f684.png b/assets/png_512x512/1f684.png index 37b709473..02e20d346 100644 Binary files a/assets/png_512x512/1f684.png and b/assets/png_512x512/1f684.png differ diff --git a/assets/png_512x512/1f685.png b/assets/png_512x512/1f685.png index 661134a3a..34e83394e 100644 Binary files a/assets/png_512x512/1f685.png and b/assets/png_512x512/1f685.png differ diff --git a/assets/png_512x512/1f686.png b/assets/png_512x512/1f686.png index 8f6a96eda..52f5f70ef 100644 Binary files a/assets/png_512x512/1f686.png and b/assets/png_512x512/1f686.png differ diff --git a/assets/png_512x512/1f687.png b/assets/png_512x512/1f687.png index 326929344..88ee4cdf5 100644 Binary files a/assets/png_512x512/1f687.png and b/assets/png_512x512/1f687.png differ diff --git a/assets/png_512x512/1f688.png b/assets/png_512x512/1f688.png index 2fd708196..2a87eebf2 100644 Binary files a/assets/png_512x512/1f688.png and b/assets/png_512x512/1f688.png differ diff --git a/assets/png_512x512/1f689.png b/assets/png_512x512/1f689.png index 36a94b552..2a70a0466 100644 Binary files a/assets/png_512x512/1f689.png and b/assets/png_512x512/1f689.png differ diff --git a/assets/png_512x512/1f68a.png b/assets/png_512x512/1f68a.png index cfd6b3ef3..251d2af26 100644 Binary files a/assets/png_512x512/1f68a.png and b/assets/png_512x512/1f68a.png differ diff --git a/assets/png_512x512/1f68b.png b/assets/png_512x512/1f68b.png index 925ab2d9f..761746c05 100644 Binary files a/assets/png_512x512/1f68b.png and b/assets/png_512x512/1f68b.png differ diff --git a/assets/png_512x512/1f68c.png b/assets/png_512x512/1f68c.png index fbf4c0855..c20d43b08 100644 Binary files a/assets/png_512x512/1f68c.png and b/assets/png_512x512/1f68c.png differ diff --git a/assets/png_512x512/1f68d.png b/assets/png_512x512/1f68d.png index 666fd1621..a571873db 100644 Binary files a/assets/png_512x512/1f68d.png and b/assets/png_512x512/1f68d.png differ diff --git a/assets/png_512x512/1f68e.png b/assets/png_512x512/1f68e.png index d20740ec3..91ef62dec 100644 Binary files a/assets/png_512x512/1f68e.png and b/assets/png_512x512/1f68e.png differ diff --git a/assets/png_512x512/1f68f.png b/assets/png_512x512/1f68f.png index 62f84086e..99885d91e 100644 Binary files a/assets/png_512x512/1f68f.png and b/assets/png_512x512/1f68f.png differ diff --git a/assets/png_512x512/1f690.png b/assets/png_512x512/1f690.png index abe1cf849..c19b575cd 100644 Binary files a/assets/png_512x512/1f690.png and b/assets/png_512x512/1f690.png differ diff --git a/assets/png_512x512/1f691.png b/assets/png_512x512/1f691.png index 52f57ac89..acd67fd55 100644 Binary files a/assets/png_512x512/1f691.png and b/assets/png_512x512/1f691.png differ diff --git a/assets/png_512x512/1f692.png b/assets/png_512x512/1f692.png index 7e0af128a..a6fc85dc9 100644 Binary files a/assets/png_512x512/1f692.png and b/assets/png_512x512/1f692.png differ diff --git a/assets/png_512x512/1f693.png b/assets/png_512x512/1f693.png index ce4f7a0d2..db7661174 100644 Binary files a/assets/png_512x512/1f693.png and b/assets/png_512x512/1f693.png differ diff --git a/assets/png_512x512/1f694.png b/assets/png_512x512/1f694.png index c26952391..df2242cef 100644 Binary files a/assets/png_512x512/1f694.png and b/assets/png_512x512/1f694.png differ diff --git a/assets/png_512x512/1f695.png b/assets/png_512x512/1f695.png index 3be51f31b..96987ae4f 100644 Binary files a/assets/png_512x512/1f695.png and b/assets/png_512x512/1f695.png differ diff --git a/assets/png_512x512/1f696.png b/assets/png_512x512/1f696.png index 17b0b82c3..f790ce848 100644 Binary files a/assets/png_512x512/1f696.png and b/assets/png_512x512/1f696.png differ diff --git a/assets/png_512x512/1f697.png b/assets/png_512x512/1f697.png index a8fd9f413..23c5f68d9 100644 Binary files a/assets/png_512x512/1f697.png and b/assets/png_512x512/1f697.png differ diff --git a/assets/png_512x512/1f698.png b/assets/png_512x512/1f698.png index 0aed6deab..f52011080 100644 Binary files a/assets/png_512x512/1f698.png and b/assets/png_512x512/1f698.png differ diff --git a/assets/png_512x512/1f699.png b/assets/png_512x512/1f699.png index ab9667338..be04490d3 100644 Binary files a/assets/png_512x512/1f699.png and b/assets/png_512x512/1f699.png differ diff --git a/assets/png_512x512/1f69a.png b/assets/png_512x512/1f69a.png index e8ea7255d..f2033754b 100644 Binary files a/assets/png_512x512/1f69a.png and b/assets/png_512x512/1f69a.png differ diff --git a/assets/png_512x512/1f69b.png b/assets/png_512x512/1f69b.png index c1580e20f..c86c70fe0 100644 Binary files a/assets/png_512x512/1f69b.png and b/assets/png_512x512/1f69b.png differ diff --git a/assets/png_512x512/1f69c.png b/assets/png_512x512/1f69c.png index 7791b4981..d0069e779 100644 Binary files a/assets/png_512x512/1f69c.png and b/assets/png_512x512/1f69c.png differ diff --git a/assets/png_512x512/1f69d.png b/assets/png_512x512/1f69d.png index eb70ec41f..0022f6b61 100644 Binary files a/assets/png_512x512/1f69d.png and b/assets/png_512x512/1f69d.png differ diff --git a/assets/png_512x512/1f69e.png b/assets/png_512x512/1f69e.png index 21f1b86f6..6aad0992b 100644 Binary files a/assets/png_512x512/1f69e.png and b/assets/png_512x512/1f69e.png differ diff --git a/assets/png_512x512/1f69f.png b/assets/png_512x512/1f69f.png index c0fb313c9..c64b8dddc 100644 Binary files a/assets/png_512x512/1f69f.png and b/assets/png_512x512/1f69f.png differ diff --git a/assets/png_512x512/1f6a0.png b/assets/png_512x512/1f6a0.png index 60f819914..b95115b85 100644 Binary files a/assets/png_512x512/1f6a0.png and b/assets/png_512x512/1f6a0.png differ diff --git a/assets/png_512x512/1f6a1.png b/assets/png_512x512/1f6a1.png index cb9cd0f41..3b9ee6297 100644 Binary files a/assets/png_512x512/1f6a1.png and b/assets/png_512x512/1f6a1.png differ diff --git a/assets/png_512x512/1f6a2.png b/assets/png_512x512/1f6a2.png index 573dfc131..edcdaf9c8 100644 Binary files a/assets/png_512x512/1f6a2.png and b/assets/png_512x512/1f6a2.png differ diff --git a/assets/png_512x512/1f6a3-1f3fb.png b/assets/png_512x512/1f6a3-1f3fb.png index 1b0e4211f..320f4b222 100644 Binary files a/assets/png_512x512/1f6a3-1f3fb.png and b/assets/png_512x512/1f6a3-1f3fb.png differ diff --git a/assets/png_512x512/1f6a3-1f3fc.png b/assets/png_512x512/1f6a3-1f3fc.png index 68d6cf2f7..9a0d209c1 100644 Binary files a/assets/png_512x512/1f6a3-1f3fc.png and b/assets/png_512x512/1f6a3-1f3fc.png differ diff --git a/assets/png_512x512/1f6a3-1f3fd.png b/assets/png_512x512/1f6a3-1f3fd.png index 159833cf2..e9112499d 100644 Binary files a/assets/png_512x512/1f6a3-1f3fd.png and b/assets/png_512x512/1f6a3-1f3fd.png differ diff --git a/assets/png_512x512/1f6a3-1f3fe.png b/assets/png_512x512/1f6a3-1f3fe.png index a5a1d67ba..073b3e299 100644 Binary files a/assets/png_512x512/1f6a3-1f3fe.png and b/assets/png_512x512/1f6a3-1f3fe.png differ diff --git a/assets/png_512x512/1f6a3-1f3ff.png b/assets/png_512x512/1f6a3-1f3ff.png index 18235d731..1ca17e79d 100644 Binary files a/assets/png_512x512/1f6a3-1f3ff.png and b/assets/png_512x512/1f6a3-1f3ff.png differ diff --git a/assets/png_512x512/1f6a3.png b/assets/png_512x512/1f6a3.png index 22b28ed44..f8cc8456e 100644 Binary files a/assets/png_512x512/1f6a3.png and b/assets/png_512x512/1f6a3.png differ diff --git a/assets/png_512x512/1f6a4.png b/assets/png_512x512/1f6a4.png index c61920af0..9a5b257d2 100644 Binary files a/assets/png_512x512/1f6a4.png and b/assets/png_512x512/1f6a4.png differ diff --git a/assets/png_512x512/1f6a5.png b/assets/png_512x512/1f6a5.png index a2ff45051..14918c89b 100644 Binary files a/assets/png_512x512/1f6a5.png and b/assets/png_512x512/1f6a5.png differ diff --git a/assets/png_512x512/1f6a6.png b/assets/png_512x512/1f6a6.png index 3ff04d7af..8b23c8307 100644 Binary files a/assets/png_512x512/1f6a6.png and b/assets/png_512x512/1f6a6.png differ diff --git a/assets/png_512x512/1f6a7.png b/assets/png_512x512/1f6a7.png index 9e78bbd11..9e4116f67 100644 Binary files a/assets/png_512x512/1f6a7.png and b/assets/png_512x512/1f6a7.png differ diff --git a/assets/png_512x512/1f6a8.png b/assets/png_512x512/1f6a8.png index e3feb1822..d379c9c4c 100644 Binary files a/assets/png_512x512/1f6a8.png and b/assets/png_512x512/1f6a8.png differ diff --git a/assets/png_512x512/1f6a9.png b/assets/png_512x512/1f6a9.png index acf1e5fb8..c2b77b9ad 100644 Binary files a/assets/png_512x512/1f6a9.png and b/assets/png_512x512/1f6a9.png differ diff --git a/assets/png_512x512/1f6aa.png b/assets/png_512x512/1f6aa.png index 923a120a0..80685afa0 100644 Binary files a/assets/png_512x512/1f6aa.png and b/assets/png_512x512/1f6aa.png differ diff --git a/assets/png_512x512/1f6ab.png b/assets/png_512x512/1f6ab.png index 667d1cdab..7b6db3cca 100644 Binary files a/assets/png_512x512/1f6ab.png and b/assets/png_512x512/1f6ab.png differ diff --git a/assets/png_512x512/1f6ac.png b/assets/png_512x512/1f6ac.png index 2b85fb952..79314b69d 100644 Binary files a/assets/png_512x512/1f6ac.png and b/assets/png_512x512/1f6ac.png differ diff --git a/assets/png_512x512/1f6ad.png b/assets/png_512x512/1f6ad.png index ddd9dae15..63f82eb6f 100644 Binary files a/assets/png_512x512/1f6ad.png and b/assets/png_512x512/1f6ad.png differ diff --git a/assets/png_512x512/1f6ae.png b/assets/png_512x512/1f6ae.png index 743cdc79a..e5a0fc0e3 100644 Binary files a/assets/png_512x512/1f6ae.png and b/assets/png_512x512/1f6ae.png differ diff --git a/assets/png_512x512/1f6af.png b/assets/png_512x512/1f6af.png index fdc21322d..a89a3a485 100644 Binary files a/assets/png_512x512/1f6af.png and b/assets/png_512x512/1f6af.png differ diff --git a/assets/png_512x512/1f6b0.png b/assets/png_512x512/1f6b0.png index e9394511b..9a0051edf 100644 Binary files a/assets/png_512x512/1f6b0.png and b/assets/png_512x512/1f6b0.png differ diff --git a/assets/png_512x512/1f6b1.png b/assets/png_512x512/1f6b1.png index bbaa00dee..5547bcc51 100644 Binary files a/assets/png_512x512/1f6b1.png and b/assets/png_512x512/1f6b1.png differ diff --git a/assets/png_512x512/1f6b2.png b/assets/png_512x512/1f6b2.png index ed46a4605..3558b98b8 100644 Binary files a/assets/png_512x512/1f6b2.png and b/assets/png_512x512/1f6b2.png differ diff --git a/assets/png_512x512/1f6b3.png b/assets/png_512x512/1f6b3.png index c9b439c62..f5536b28b 100644 Binary files a/assets/png_512x512/1f6b3.png and b/assets/png_512x512/1f6b3.png differ diff --git a/assets/png_512x512/1f6b4-1f3fb.png b/assets/png_512x512/1f6b4-1f3fb.png index 38fcdd8bf..0037f9c95 100644 Binary files a/assets/png_512x512/1f6b4-1f3fb.png and b/assets/png_512x512/1f6b4-1f3fb.png differ diff --git a/assets/png_512x512/1f6b4-1f3fc.png b/assets/png_512x512/1f6b4-1f3fc.png index 0361339aa..3e312633e 100644 Binary files a/assets/png_512x512/1f6b4-1f3fc.png and b/assets/png_512x512/1f6b4-1f3fc.png differ diff --git a/assets/png_512x512/1f6b4-1f3fd.png b/assets/png_512x512/1f6b4-1f3fd.png index 74ae954b5..eb19df99b 100644 Binary files a/assets/png_512x512/1f6b4-1f3fd.png and b/assets/png_512x512/1f6b4-1f3fd.png differ diff --git a/assets/png_512x512/1f6b4-1f3fe.png b/assets/png_512x512/1f6b4-1f3fe.png index 74d9a48b5..e6b1fc111 100644 Binary files a/assets/png_512x512/1f6b4-1f3fe.png and b/assets/png_512x512/1f6b4-1f3fe.png differ diff --git a/assets/png_512x512/1f6b4-1f3ff.png b/assets/png_512x512/1f6b4-1f3ff.png index 69dd624b5..25557b0ca 100644 Binary files a/assets/png_512x512/1f6b4-1f3ff.png and b/assets/png_512x512/1f6b4-1f3ff.png differ diff --git a/assets/png_512x512/1f6b4.png b/assets/png_512x512/1f6b4.png index 76fa68f21..166e7e90f 100644 Binary files a/assets/png_512x512/1f6b4.png and b/assets/png_512x512/1f6b4.png differ diff --git a/assets/png_512x512/1f6b5-1f3fb.png b/assets/png_512x512/1f6b5-1f3fb.png index 04fc852ef..1ab600ded 100644 Binary files a/assets/png_512x512/1f6b5-1f3fb.png and b/assets/png_512x512/1f6b5-1f3fb.png differ diff --git a/assets/png_512x512/1f6b5-1f3fc.png b/assets/png_512x512/1f6b5-1f3fc.png index 4a6365fd2..7476dc5a2 100644 Binary files a/assets/png_512x512/1f6b5-1f3fc.png and b/assets/png_512x512/1f6b5-1f3fc.png differ diff --git a/assets/png_512x512/1f6b5-1f3fd.png b/assets/png_512x512/1f6b5-1f3fd.png index 161ba283f..a4112b16d 100644 Binary files a/assets/png_512x512/1f6b5-1f3fd.png and b/assets/png_512x512/1f6b5-1f3fd.png differ diff --git a/assets/png_512x512/1f6b5-1f3fe.png b/assets/png_512x512/1f6b5-1f3fe.png index 11d2afb28..b97ccc900 100644 Binary files a/assets/png_512x512/1f6b5-1f3fe.png and b/assets/png_512x512/1f6b5-1f3fe.png differ diff --git a/assets/png_512x512/1f6b5-1f3ff.png b/assets/png_512x512/1f6b5-1f3ff.png index 79a6d8c6c..7b8acd22d 100644 Binary files a/assets/png_512x512/1f6b5-1f3ff.png and b/assets/png_512x512/1f6b5-1f3ff.png differ diff --git a/assets/png_512x512/1f6b5.png b/assets/png_512x512/1f6b5.png index 3bf14a48f..df3355726 100644 Binary files a/assets/png_512x512/1f6b5.png and b/assets/png_512x512/1f6b5.png differ diff --git a/assets/png_512x512/1f6b6-1f3fb.png b/assets/png_512x512/1f6b6-1f3fb.png index 20b4d678b..4a3f2f6fb 100644 Binary files a/assets/png_512x512/1f6b6-1f3fb.png and b/assets/png_512x512/1f6b6-1f3fb.png differ diff --git a/assets/png_512x512/1f6b6-1f3fc.png b/assets/png_512x512/1f6b6-1f3fc.png index 3f514850c..1e2b91275 100644 Binary files a/assets/png_512x512/1f6b6-1f3fc.png and b/assets/png_512x512/1f6b6-1f3fc.png differ diff --git a/assets/png_512x512/1f6b6-1f3fd.png b/assets/png_512x512/1f6b6-1f3fd.png index c2d8692de..ab68011cc 100644 Binary files a/assets/png_512x512/1f6b6-1f3fd.png and b/assets/png_512x512/1f6b6-1f3fd.png differ diff --git a/assets/png_512x512/1f6b6-1f3fe.png b/assets/png_512x512/1f6b6-1f3fe.png index 760d93155..64fb8e518 100644 Binary files a/assets/png_512x512/1f6b6-1f3fe.png and b/assets/png_512x512/1f6b6-1f3fe.png differ diff --git a/assets/png_512x512/1f6b6-1f3ff.png b/assets/png_512x512/1f6b6-1f3ff.png index 0b4c243a8..0d24573fc 100644 Binary files a/assets/png_512x512/1f6b6-1f3ff.png and b/assets/png_512x512/1f6b6-1f3ff.png differ diff --git a/assets/png_512x512/1f6b6.png b/assets/png_512x512/1f6b6.png index 0917b5fa4..d935d975f 100644 Binary files a/assets/png_512x512/1f6b6.png and b/assets/png_512x512/1f6b6.png differ diff --git a/assets/png_512x512/1f6b7.png b/assets/png_512x512/1f6b7.png index 983548581..657d329a0 100644 Binary files a/assets/png_512x512/1f6b7.png and b/assets/png_512x512/1f6b7.png differ diff --git a/assets/png_512x512/1f6b8.png b/assets/png_512x512/1f6b8.png index d1897e6ce..1b0416fb3 100644 Binary files a/assets/png_512x512/1f6b8.png and b/assets/png_512x512/1f6b8.png differ diff --git a/assets/png_512x512/1f6b9.png b/assets/png_512x512/1f6b9.png index eecfe9002..894a18b2f 100644 Binary files a/assets/png_512x512/1f6b9.png and b/assets/png_512x512/1f6b9.png differ diff --git a/assets/png_512x512/1f6ba.png b/assets/png_512x512/1f6ba.png index 0360d3ff0..1d6c8e073 100644 Binary files a/assets/png_512x512/1f6ba.png and b/assets/png_512x512/1f6ba.png differ diff --git a/assets/png_512x512/1f6bb.png b/assets/png_512x512/1f6bb.png index ab87b8f8f..5d8602f53 100644 Binary files a/assets/png_512x512/1f6bb.png and b/assets/png_512x512/1f6bb.png differ diff --git a/assets/png_512x512/1f6bc.png b/assets/png_512x512/1f6bc.png index 2417a4885..b947e8eab 100644 Binary files a/assets/png_512x512/1f6bc.png and b/assets/png_512x512/1f6bc.png differ diff --git a/assets/png_512x512/1f6bd.png b/assets/png_512x512/1f6bd.png index dfd79a5aa..74514fa9e 100644 Binary files a/assets/png_512x512/1f6bd.png and b/assets/png_512x512/1f6bd.png differ diff --git a/assets/png_512x512/1f6be.png b/assets/png_512x512/1f6be.png index 69302aecd..b0361938f 100644 Binary files a/assets/png_512x512/1f6be.png and b/assets/png_512x512/1f6be.png differ diff --git a/assets/png_512x512/1f6bf.png b/assets/png_512x512/1f6bf.png index 6ea242ad6..188faf0e6 100644 Binary files a/assets/png_512x512/1f6bf.png and b/assets/png_512x512/1f6bf.png differ diff --git a/assets/png_512x512/1f6c0-1f3fb.png b/assets/png_512x512/1f6c0-1f3fb.png index 5f28aef2f..611d2be35 100644 Binary files a/assets/png_512x512/1f6c0-1f3fb.png and b/assets/png_512x512/1f6c0-1f3fb.png differ diff --git a/assets/png_512x512/1f6c0-1f3fc.png b/assets/png_512x512/1f6c0-1f3fc.png index 6707ec657..116b4ef7f 100644 Binary files a/assets/png_512x512/1f6c0-1f3fc.png and b/assets/png_512x512/1f6c0-1f3fc.png differ diff --git a/assets/png_512x512/1f6c0-1f3fd.png b/assets/png_512x512/1f6c0-1f3fd.png index 2b2388729..e417a2a5f 100644 Binary files a/assets/png_512x512/1f6c0-1f3fd.png and b/assets/png_512x512/1f6c0-1f3fd.png differ diff --git a/assets/png_512x512/1f6c0-1f3fe.png b/assets/png_512x512/1f6c0-1f3fe.png index 8727c2f79..7509f1f6b 100644 Binary files a/assets/png_512x512/1f6c0-1f3fe.png and b/assets/png_512x512/1f6c0-1f3fe.png differ diff --git a/assets/png_512x512/1f6c0-1f3ff.png b/assets/png_512x512/1f6c0-1f3ff.png index 7a2b93f64..86d4eb58e 100644 Binary files a/assets/png_512x512/1f6c0-1f3ff.png and b/assets/png_512x512/1f6c0-1f3ff.png differ diff --git a/assets/png_512x512/1f6c0.png b/assets/png_512x512/1f6c0.png index 0349f07c7..e104e7836 100644 Binary files a/assets/png_512x512/1f6c0.png and b/assets/png_512x512/1f6c0.png differ diff --git a/assets/png_512x512/1f6c1.png b/assets/png_512x512/1f6c1.png index 970b528e4..8fbe11f72 100644 Binary files a/assets/png_512x512/1f6c1.png and b/assets/png_512x512/1f6c1.png differ diff --git a/assets/png_512x512/1f6c2.png b/assets/png_512x512/1f6c2.png index 9f60c644e..278a2381a 100644 Binary files a/assets/png_512x512/1f6c2.png and b/assets/png_512x512/1f6c2.png differ diff --git a/assets/png_512x512/1f6c3.png b/assets/png_512x512/1f6c3.png index 3c1db4fe6..fdfc46578 100644 Binary files a/assets/png_512x512/1f6c3.png and b/assets/png_512x512/1f6c3.png differ diff --git a/assets/png_512x512/1f6c4.png b/assets/png_512x512/1f6c4.png index 1fc026c54..9ceaa9330 100644 Binary files a/assets/png_512x512/1f6c4.png and b/assets/png_512x512/1f6c4.png differ diff --git a/assets/png_512x512/1f6c5.png b/assets/png_512x512/1f6c5.png index 54e0eaa25..269432968 100644 Binary files a/assets/png_512x512/1f6c5.png and b/assets/png_512x512/1f6c5.png differ diff --git a/assets/png_512x512/1f6cb.png b/assets/png_512x512/1f6cb.png index 1644619cf..9c104f8af 100644 Binary files a/assets/png_512x512/1f6cb.png and b/assets/png_512x512/1f6cb.png differ diff --git a/assets/png_512x512/1f6cc.png b/assets/png_512x512/1f6cc.png index 044c2ae85..a01cc4470 100644 Binary files a/assets/png_512x512/1f6cc.png and b/assets/png_512x512/1f6cc.png differ diff --git a/assets/png_512x512/1f6cd.png b/assets/png_512x512/1f6cd.png index 882d51eed..0107b56ff 100644 Binary files a/assets/png_512x512/1f6cd.png and b/assets/png_512x512/1f6cd.png differ diff --git a/assets/png_512x512/1f6ce.png b/assets/png_512x512/1f6ce.png index 959348ef3..bb89f40ed 100644 Binary files a/assets/png_512x512/1f6ce.png and b/assets/png_512x512/1f6ce.png differ diff --git a/assets/png_512x512/1f6cf.png b/assets/png_512x512/1f6cf.png index f02c03522..887eca5a2 100644 Binary files a/assets/png_512x512/1f6cf.png and b/assets/png_512x512/1f6cf.png differ diff --git a/assets/png_512x512/1f6d0.png b/assets/png_512x512/1f6d0.png index a9a84803c..28f5d3d00 100644 Binary files a/assets/png_512x512/1f6d0.png and b/assets/png_512x512/1f6d0.png differ diff --git a/assets/png_512x512/1f6e0.png b/assets/png_512x512/1f6e0.png index 24a195322..b223e7f2c 100644 Binary files a/assets/png_512x512/1f6e0.png and b/assets/png_512x512/1f6e0.png differ diff --git a/assets/png_512x512/1f6e1.png b/assets/png_512x512/1f6e1.png index b9f3a5a7c..18ccc63ad 100644 Binary files a/assets/png_512x512/1f6e1.png and b/assets/png_512x512/1f6e1.png differ diff --git a/assets/png_512x512/1f6e2.png b/assets/png_512x512/1f6e2.png index cda5e0a0a..aec913ad7 100644 Binary files a/assets/png_512x512/1f6e2.png and b/assets/png_512x512/1f6e2.png differ diff --git a/assets/png_512x512/1f6e3.png b/assets/png_512x512/1f6e3.png index 16a888f1b..f8c7e82e4 100644 Binary files a/assets/png_512x512/1f6e3.png and b/assets/png_512x512/1f6e3.png differ diff --git a/assets/png_512x512/1f6e4.png b/assets/png_512x512/1f6e4.png index 38be2429d..72a920f35 100644 Binary files a/assets/png_512x512/1f6e4.png and b/assets/png_512x512/1f6e4.png differ diff --git a/assets/png_512x512/1f6e5.png b/assets/png_512x512/1f6e5.png index 54a695bbf..5b705705a 100644 Binary files a/assets/png_512x512/1f6e5.png and b/assets/png_512x512/1f6e5.png differ diff --git a/assets/png_512x512/1f6e9.png b/assets/png_512x512/1f6e9.png index 3d8a08f1a..a2f67fcb5 100644 Binary files a/assets/png_512x512/1f6e9.png and b/assets/png_512x512/1f6e9.png differ diff --git a/assets/png_512x512/1f6eb.png b/assets/png_512x512/1f6eb.png index 08b5e942c..9d16f9e1e 100644 Binary files a/assets/png_512x512/1f6eb.png and b/assets/png_512x512/1f6eb.png differ diff --git a/assets/png_512x512/1f6ec.png b/assets/png_512x512/1f6ec.png index 01d2d3574..fc6056a36 100644 Binary files a/assets/png_512x512/1f6ec.png and b/assets/png_512x512/1f6ec.png differ diff --git a/assets/png_512x512/1f6f0.png b/assets/png_512x512/1f6f0.png index 8057b7afc..ff3814b41 100644 Binary files a/assets/png_512x512/1f6f0.png and b/assets/png_512x512/1f6f0.png differ diff --git a/assets/png_512x512/1f6f3.png b/assets/png_512x512/1f6f3.png index 1e2671cba..79a0025f8 100644 Binary files a/assets/png_512x512/1f6f3.png and b/assets/png_512x512/1f6f3.png differ diff --git a/assets/png_512x512/1f910.png b/assets/png_512x512/1f910.png index 9eadbd8e0..cfc5611e7 100644 Binary files a/assets/png_512x512/1f910.png and b/assets/png_512x512/1f910.png differ diff --git a/assets/png_512x512/1f911.png b/assets/png_512x512/1f911.png index bd1cc864b..a488e1e32 100644 Binary files a/assets/png_512x512/1f911.png and b/assets/png_512x512/1f911.png differ diff --git a/assets/png_512x512/1f912.png b/assets/png_512x512/1f912.png index dc3492f78..2efa23b5a 100644 Binary files a/assets/png_512x512/1f912.png and b/assets/png_512x512/1f912.png differ diff --git a/assets/png_512x512/1f913.png b/assets/png_512x512/1f913.png index a9259eb51..99643a68e 100644 Binary files a/assets/png_512x512/1f913.png and b/assets/png_512x512/1f913.png differ diff --git a/assets/png_512x512/1f914.png b/assets/png_512x512/1f914.png index f87c7bd88..6e7b8c2aa 100644 Binary files a/assets/png_512x512/1f914.png and b/assets/png_512x512/1f914.png differ diff --git a/assets/png_512x512/1f915.png b/assets/png_512x512/1f915.png index 1afd642dc..fa319da15 100644 Binary files a/assets/png_512x512/1f915.png and b/assets/png_512x512/1f915.png differ diff --git a/assets/png_512x512/1f916.png b/assets/png_512x512/1f916.png index f00dccf83..5d9a770ce 100644 Binary files a/assets/png_512x512/1f916.png and b/assets/png_512x512/1f916.png differ diff --git a/assets/png_512x512/1f917.png b/assets/png_512x512/1f917.png index c4d6f4186..f87722f97 100644 Binary files a/assets/png_512x512/1f917.png and b/assets/png_512x512/1f917.png differ diff --git a/assets/png_512x512/1f918-1f3fb.png b/assets/png_512x512/1f918-1f3fb.png index 45c8576a9..67aefbee3 100644 Binary files a/assets/png_512x512/1f918-1f3fb.png and b/assets/png_512x512/1f918-1f3fb.png differ diff --git a/assets/png_512x512/1f918-1f3fc.png b/assets/png_512x512/1f918-1f3fc.png index db14b8e63..00e7f4d35 100644 Binary files a/assets/png_512x512/1f918-1f3fc.png and b/assets/png_512x512/1f918-1f3fc.png differ diff --git a/assets/png_512x512/1f918-1f3fd.png b/assets/png_512x512/1f918-1f3fd.png index 6bb569efb..60a3a62bc 100644 Binary files a/assets/png_512x512/1f918-1f3fd.png and b/assets/png_512x512/1f918-1f3fd.png differ diff --git a/assets/png_512x512/1f918-1f3fe.png b/assets/png_512x512/1f918-1f3fe.png index c14c547c0..9409a3830 100644 Binary files a/assets/png_512x512/1f918-1f3fe.png and b/assets/png_512x512/1f918-1f3fe.png differ diff --git a/assets/png_512x512/1f918-1f3ff.png b/assets/png_512x512/1f918-1f3ff.png index 0bdd0b834..e26f98a47 100644 Binary files a/assets/png_512x512/1f918-1f3ff.png and b/assets/png_512x512/1f918-1f3ff.png differ diff --git a/assets/png_512x512/1f918.png b/assets/png_512x512/1f918.png index d08d12e8f..9cbf5ffeb 100644 Binary files a/assets/png_512x512/1f918.png and b/assets/png_512x512/1f918.png differ diff --git a/assets/png_512x512/1f980.png b/assets/png_512x512/1f980.png index edc30fa88..7d578afb4 100644 Binary files a/assets/png_512x512/1f980.png and b/assets/png_512x512/1f980.png differ diff --git a/assets/png_512x512/1f981.png b/assets/png_512x512/1f981.png index 11c57b820..ad8ed702a 100644 Binary files a/assets/png_512x512/1f981.png and b/assets/png_512x512/1f981.png differ diff --git a/assets/png_512x512/1f982.png b/assets/png_512x512/1f982.png index a8dc9cdb0..1593a39df 100644 Binary files a/assets/png_512x512/1f982.png and b/assets/png_512x512/1f982.png differ diff --git a/assets/png_512x512/1f983.png b/assets/png_512x512/1f983.png index 457813363..dcefb2911 100644 Binary files a/assets/png_512x512/1f983.png and b/assets/png_512x512/1f983.png differ diff --git a/assets/png_512x512/1f984.png b/assets/png_512x512/1f984.png index 4f5a620e5..8fc920985 100644 Binary files a/assets/png_512x512/1f984.png and b/assets/png_512x512/1f984.png differ diff --git a/assets/png_512x512/1f9c0.png b/assets/png_512x512/1f9c0.png index dce8f6ab6..e2efacc35 100644 Binary files a/assets/png_512x512/1f9c0.png and b/assets/png_512x512/1f9c0.png differ diff --git a/assets/png_512x512/203c.png b/assets/png_512x512/203c.png index 1345fd01c..ca30fb185 100644 Binary files a/assets/png_512x512/203c.png and b/assets/png_512x512/203c.png differ diff --git a/assets/png_512x512/2049.png b/assets/png_512x512/2049.png index 2810e88c8..8eb33e375 100644 Binary files a/assets/png_512x512/2049.png and b/assets/png_512x512/2049.png differ diff --git a/assets/png_512x512/2122.png b/assets/png_512x512/2122.png index 1868c87fc..0417eee9c 100644 Binary files a/assets/png_512x512/2122.png and b/assets/png_512x512/2122.png differ diff --git a/assets/png_512x512/2139.png b/assets/png_512x512/2139.png index 96eba5ed0..a6b68ee6f 100644 Binary files a/assets/png_512x512/2139.png and b/assets/png_512x512/2139.png differ diff --git a/assets/png_512x512/2194.png b/assets/png_512x512/2194.png index 145b7728a..13b0078b2 100644 Binary files a/assets/png_512x512/2194.png and b/assets/png_512x512/2194.png differ diff --git a/assets/png_512x512/2195.png b/assets/png_512x512/2195.png index 506b9dd75..d81869bcd 100644 Binary files a/assets/png_512x512/2195.png and b/assets/png_512x512/2195.png differ diff --git a/assets/png_512x512/2196.png b/assets/png_512x512/2196.png index 2fa91e010..de2a78cb6 100644 Binary files a/assets/png_512x512/2196.png and b/assets/png_512x512/2196.png differ diff --git a/assets/png_512x512/2197.png b/assets/png_512x512/2197.png index c02ea995c..ce26f3a3e 100644 Binary files a/assets/png_512x512/2197.png and b/assets/png_512x512/2197.png differ diff --git a/assets/png_512x512/2198.png b/assets/png_512x512/2198.png index 662286c7e..48d8598c3 100644 Binary files a/assets/png_512x512/2198.png and b/assets/png_512x512/2198.png differ diff --git a/assets/png_512x512/2199.png b/assets/png_512x512/2199.png index 06aa80c66..8e5622fae 100644 Binary files a/assets/png_512x512/2199.png and b/assets/png_512x512/2199.png differ diff --git a/assets/png_512x512/21a9.png b/assets/png_512x512/21a9.png index 0500ed57d..94bc51ced 100644 Binary files a/assets/png_512x512/21a9.png and b/assets/png_512x512/21a9.png differ diff --git a/assets/png_512x512/21aa.png b/assets/png_512x512/21aa.png index 17f5e142b..3818702d6 100644 Binary files a/assets/png_512x512/21aa.png and b/assets/png_512x512/21aa.png differ diff --git a/assets/png_512x512/231a.png b/assets/png_512x512/231a.png index 62024d173..d2229df26 100644 Binary files a/assets/png_512x512/231a.png and b/assets/png_512x512/231a.png differ diff --git a/assets/png_512x512/231b.png b/assets/png_512x512/231b.png index 498f260c2..3173478f3 100644 Binary files a/assets/png_512x512/231b.png and b/assets/png_512x512/231b.png differ diff --git a/assets/png_512x512/2328.png b/assets/png_512x512/2328.png index dae2912f1..da7b57bc6 100644 Binary files a/assets/png_512x512/2328.png and b/assets/png_512x512/2328.png differ diff --git a/assets/png_512x512/23e9.png b/assets/png_512x512/23e9.png index 3d375037a..49c62be84 100644 Binary files a/assets/png_512x512/23e9.png and b/assets/png_512x512/23e9.png differ diff --git a/assets/png_512x512/23ea.png b/assets/png_512x512/23ea.png index 87d0d9a58..8b5be4bf2 100644 Binary files a/assets/png_512x512/23ea.png and b/assets/png_512x512/23ea.png differ diff --git a/assets/png_512x512/23eb.png b/assets/png_512x512/23eb.png index 6ca771d40..2c6badbb4 100644 Binary files a/assets/png_512x512/23eb.png and b/assets/png_512x512/23eb.png differ diff --git a/assets/png_512x512/23ec.png b/assets/png_512x512/23ec.png index b4af3bcc1..2799e2615 100644 Binary files a/assets/png_512x512/23ec.png and b/assets/png_512x512/23ec.png differ diff --git a/assets/png_512x512/23ed.png b/assets/png_512x512/23ed.png index 7f909a333..db3a91fea 100644 Binary files a/assets/png_512x512/23ed.png and b/assets/png_512x512/23ed.png differ diff --git a/assets/png_512x512/23ee.png b/assets/png_512x512/23ee.png index 9b307ee32..2b9b9d41a 100644 Binary files a/assets/png_512x512/23ee.png and b/assets/png_512x512/23ee.png differ diff --git a/assets/png_512x512/23ef.png b/assets/png_512x512/23ef.png index 312c79cc7..cdf75b1e5 100644 Binary files a/assets/png_512x512/23ef.png and b/assets/png_512x512/23ef.png differ diff --git a/assets/png_512x512/23f0.png b/assets/png_512x512/23f0.png index fa01ca8d8..0e68550a1 100644 Binary files a/assets/png_512x512/23f0.png and b/assets/png_512x512/23f0.png differ diff --git a/assets/png_512x512/23f1.png b/assets/png_512x512/23f1.png index 4d322b2da..0bba0e762 100644 Binary files a/assets/png_512x512/23f1.png and b/assets/png_512x512/23f1.png differ diff --git a/assets/png_512x512/23f2.png b/assets/png_512x512/23f2.png index e14242431..9a40c7cf5 100644 Binary files a/assets/png_512x512/23f2.png and b/assets/png_512x512/23f2.png differ diff --git a/assets/png_512x512/23f3.png b/assets/png_512x512/23f3.png index 9bdfc8c2a..36873093c 100644 Binary files a/assets/png_512x512/23f3.png and b/assets/png_512x512/23f3.png differ diff --git a/assets/png_512x512/23f8.png b/assets/png_512x512/23f8.png index cf4de8d07..cd702e0a6 100644 Binary files a/assets/png_512x512/23f8.png and b/assets/png_512x512/23f8.png differ diff --git a/assets/png_512x512/23f9.png b/assets/png_512x512/23f9.png index 01adc4050..57c75b50f 100644 Binary files a/assets/png_512x512/23f9.png and b/assets/png_512x512/23f9.png differ diff --git a/assets/png_512x512/23fa.png b/assets/png_512x512/23fa.png index 2304d0472..4675e35ab 100644 Binary files a/assets/png_512x512/23fa.png and b/assets/png_512x512/23fa.png differ diff --git a/assets/png_512x512/24c2.png b/assets/png_512x512/24c2.png index b5e0117e1..c7c1d73e2 100644 Binary files a/assets/png_512x512/24c2.png and b/assets/png_512x512/24c2.png differ diff --git a/assets/png_512x512/25aa.png b/assets/png_512x512/25aa.png index 00e34397e..362d6ae36 100644 Binary files a/assets/png_512x512/25aa.png and b/assets/png_512x512/25aa.png differ diff --git a/assets/png_512x512/25ab.png b/assets/png_512x512/25ab.png index 201d926d8..881e4bdca 100644 Binary files a/assets/png_512x512/25ab.png and b/assets/png_512x512/25ab.png differ diff --git a/assets/png_512x512/25b6.png b/assets/png_512x512/25b6.png index 938d2cfd3..97fd926c6 100644 Binary files a/assets/png_512x512/25b6.png and b/assets/png_512x512/25b6.png differ diff --git a/assets/png_512x512/25c0.png b/assets/png_512x512/25c0.png index 9b8ce2513..f80a92085 100644 Binary files a/assets/png_512x512/25c0.png and b/assets/png_512x512/25c0.png differ diff --git a/assets/png_512x512/25fb.png b/assets/png_512x512/25fb.png index e6ce83daf..40782c1e1 100644 Binary files a/assets/png_512x512/25fb.png and b/assets/png_512x512/25fb.png differ diff --git a/assets/png_512x512/25fc.png b/assets/png_512x512/25fc.png index 3046882d0..857b4ff69 100644 Binary files a/assets/png_512x512/25fc.png and b/assets/png_512x512/25fc.png differ diff --git a/assets/png_512x512/25fd.png b/assets/png_512x512/25fd.png index 9e7793218..c9ac53538 100644 Binary files a/assets/png_512x512/25fd.png and b/assets/png_512x512/25fd.png differ diff --git a/assets/png_512x512/25fe.png b/assets/png_512x512/25fe.png index 7348446ca..ffedf3c0a 100644 Binary files a/assets/png_512x512/25fe.png and b/assets/png_512x512/25fe.png differ diff --git a/assets/png_512x512/2600.png b/assets/png_512x512/2600.png index 1d8f29b56..f40781dca 100644 Binary files a/assets/png_512x512/2600.png and b/assets/png_512x512/2600.png differ diff --git a/assets/png_512x512/2601.png b/assets/png_512x512/2601.png index b9e355e80..d3bcb9de6 100644 Binary files a/assets/png_512x512/2601.png and b/assets/png_512x512/2601.png differ diff --git a/assets/png_512x512/2602.png b/assets/png_512x512/2602.png index 598e64f4a..13b01d463 100644 Binary files a/assets/png_512x512/2602.png and b/assets/png_512x512/2602.png differ diff --git a/assets/png_512x512/2603.png b/assets/png_512x512/2603.png index 98c1855a0..df8342780 100644 Binary files a/assets/png_512x512/2603.png and b/assets/png_512x512/2603.png differ diff --git a/assets/png_512x512/2604.png b/assets/png_512x512/2604.png index 628768b0f..bbf4b208b 100644 Binary files a/assets/png_512x512/2604.png and b/assets/png_512x512/2604.png differ diff --git a/assets/png_512x512/260e.png b/assets/png_512x512/260e.png index b745bd307..04c8e5c45 100644 Binary files a/assets/png_512x512/260e.png and b/assets/png_512x512/260e.png differ diff --git a/assets/png_512x512/2611.png b/assets/png_512x512/2611.png index 94952de51..a495aa623 100644 Binary files a/assets/png_512x512/2611.png and b/assets/png_512x512/2611.png differ diff --git a/assets/png_512x512/2614.png b/assets/png_512x512/2614.png index 569f1ad49..b2672c34a 100644 Binary files a/assets/png_512x512/2614.png and b/assets/png_512x512/2614.png differ diff --git a/assets/png_512x512/2615.png b/assets/png_512x512/2615.png index 6ac790974..ba6ff9622 100644 Binary files a/assets/png_512x512/2615.png and b/assets/png_512x512/2615.png differ diff --git a/assets/png_512x512/2618.png b/assets/png_512x512/2618.png index 9b1a7bd9d..4e11e3949 100644 Binary files a/assets/png_512x512/2618.png and b/assets/png_512x512/2618.png differ diff --git a/assets/png_512x512/261d-1f3fb.png b/assets/png_512x512/261d-1f3fb.png index ab4d75187..870e10fc0 100644 Binary files a/assets/png_512x512/261d-1f3fb.png and b/assets/png_512x512/261d-1f3fb.png differ diff --git a/assets/png_512x512/261d-1f3fc.png b/assets/png_512x512/261d-1f3fc.png index 7815b8304..9b82d2d42 100644 Binary files a/assets/png_512x512/261d-1f3fc.png and b/assets/png_512x512/261d-1f3fc.png differ diff --git a/assets/png_512x512/261d-1f3fd.png b/assets/png_512x512/261d-1f3fd.png index 3bcd13a27..f1c5eab5f 100644 Binary files a/assets/png_512x512/261d-1f3fd.png and b/assets/png_512x512/261d-1f3fd.png differ diff --git a/assets/png_512x512/261d-1f3fe.png b/assets/png_512x512/261d-1f3fe.png index 9c6178d5f..08254ab0e 100644 Binary files a/assets/png_512x512/261d-1f3fe.png and b/assets/png_512x512/261d-1f3fe.png differ diff --git a/assets/png_512x512/261d-1f3ff.png b/assets/png_512x512/261d-1f3ff.png index e503545f7..15ae99ac9 100644 Binary files a/assets/png_512x512/261d-1f3ff.png and b/assets/png_512x512/261d-1f3ff.png differ diff --git a/assets/png_512x512/261d.png b/assets/png_512x512/261d.png index 63cd80341..1fadd84ba 100644 Binary files a/assets/png_512x512/261d.png and b/assets/png_512x512/261d.png differ diff --git a/assets/png_512x512/2620.png b/assets/png_512x512/2620.png index 1e929cb4f..004ae3472 100644 Binary files a/assets/png_512x512/2620.png and b/assets/png_512x512/2620.png differ diff --git a/assets/png_512x512/2622.png b/assets/png_512x512/2622.png index f51841406..d9e883fb5 100644 Binary files a/assets/png_512x512/2622.png and b/assets/png_512x512/2622.png differ diff --git a/assets/png_512x512/2623.png b/assets/png_512x512/2623.png index fee6bf269..9016c2cbb 100644 Binary files a/assets/png_512x512/2623.png and b/assets/png_512x512/2623.png differ diff --git a/assets/png_512x512/2626.png b/assets/png_512x512/2626.png index e568d2737..cf24237db 100644 Binary files a/assets/png_512x512/2626.png and b/assets/png_512x512/2626.png differ diff --git a/assets/png_512x512/262a.png b/assets/png_512x512/262a.png index b7c95b863..0a7c7bd16 100644 Binary files a/assets/png_512x512/262a.png and b/assets/png_512x512/262a.png differ diff --git a/assets/png_512x512/262e.png b/assets/png_512x512/262e.png index e72c9f644..26e4bcd10 100644 Binary files a/assets/png_512x512/262e.png and b/assets/png_512x512/262e.png differ diff --git a/assets/png_512x512/262f.png b/assets/png_512x512/262f.png index bb5fd8681..d5696556e 100644 Binary files a/assets/png_512x512/262f.png and b/assets/png_512x512/262f.png differ diff --git a/assets/png_512x512/2638.png b/assets/png_512x512/2638.png index 22d32e020..252239a05 100644 Binary files a/assets/png_512x512/2638.png and b/assets/png_512x512/2638.png differ diff --git a/assets/png_512x512/2639.png b/assets/png_512x512/2639.png index 015ce6ae1..9ed27df4b 100644 Binary files a/assets/png_512x512/2639.png and b/assets/png_512x512/2639.png differ diff --git a/assets/png_512x512/263a.png b/assets/png_512x512/263a.png index 5a462a8c4..1a60ba9bd 100644 Binary files a/assets/png_512x512/263a.png and b/assets/png_512x512/263a.png differ diff --git a/assets/png_512x512/2648.png b/assets/png_512x512/2648.png index 841055178..5aed0bc56 100644 Binary files a/assets/png_512x512/2648.png and b/assets/png_512x512/2648.png differ diff --git a/assets/png_512x512/2649.png b/assets/png_512x512/2649.png index 209503492..ed2c4b616 100644 Binary files a/assets/png_512x512/2649.png and b/assets/png_512x512/2649.png differ diff --git a/assets/png_512x512/264a.png b/assets/png_512x512/264a.png index c7d38ae3f..d5aad0183 100644 Binary files a/assets/png_512x512/264a.png and b/assets/png_512x512/264a.png differ diff --git a/assets/png_512x512/264b.png b/assets/png_512x512/264b.png index 0b6bdc68d..4deb2966d 100644 Binary files a/assets/png_512x512/264b.png and b/assets/png_512x512/264b.png differ diff --git a/assets/png_512x512/264c.png b/assets/png_512x512/264c.png index c42ed62d0..42c066311 100644 Binary files a/assets/png_512x512/264c.png and b/assets/png_512x512/264c.png differ diff --git a/assets/png_512x512/264d.png b/assets/png_512x512/264d.png index 827b9bb3f..405632de6 100644 Binary files a/assets/png_512x512/264d.png and b/assets/png_512x512/264d.png differ diff --git a/assets/png_512x512/264e.png b/assets/png_512x512/264e.png index 52119b3c3..87777a7cb 100644 Binary files a/assets/png_512x512/264e.png and b/assets/png_512x512/264e.png differ diff --git a/assets/png_512x512/264f.png b/assets/png_512x512/264f.png index 3c8e300c4..79da6f415 100644 Binary files a/assets/png_512x512/264f.png and b/assets/png_512x512/264f.png differ diff --git a/assets/png_512x512/2650.png b/assets/png_512x512/2650.png index 94b7aef0b..3cd7d33ae 100644 Binary files a/assets/png_512x512/2650.png and b/assets/png_512x512/2650.png differ diff --git a/assets/png_512x512/2651.png b/assets/png_512x512/2651.png index 4700fa554..bda1960f0 100644 Binary files a/assets/png_512x512/2651.png and b/assets/png_512x512/2651.png differ diff --git a/assets/png_512x512/2652.png b/assets/png_512x512/2652.png index 7a9b992e7..aaaf428ee 100644 Binary files a/assets/png_512x512/2652.png and b/assets/png_512x512/2652.png differ diff --git a/assets/png_512x512/2653.png b/assets/png_512x512/2653.png index 2c4c93f74..7a8942bc1 100644 Binary files a/assets/png_512x512/2653.png and b/assets/png_512x512/2653.png differ diff --git a/assets/png_512x512/2660.png b/assets/png_512x512/2660.png index 292f92fd6..c898765e3 100644 Binary files a/assets/png_512x512/2660.png and b/assets/png_512x512/2660.png differ diff --git a/assets/png_512x512/2663.png b/assets/png_512x512/2663.png index f09f3a523..a8d810282 100644 Binary files a/assets/png_512x512/2663.png and b/assets/png_512x512/2663.png differ diff --git a/assets/png_512x512/2665.png b/assets/png_512x512/2665.png index 8850ad5e3..a974d453b 100644 Binary files a/assets/png_512x512/2665.png and b/assets/png_512x512/2665.png differ diff --git a/assets/png_512x512/2666.png b/assets/png_512x512/2666.png index 10cfa73e8..ab433e8de 100644 Binary files a/assets/png_512x512/2666.png and b/assets/png_512x512/2666.png differ diff --git a/assets/png_512x512/2668.png b/assets/png_512x512/2668.png index cb574c55b..2db258aae 100644 Binary files a/assets/png_512x512/2668.png and b/assets/png_512x512/2668.png differ diff --git a/assets/png_512x512/267b.png b/assets/png_512x512/267b.png index 1881a9497..64a1b7bd9 100644 Binary files a/assets/png_512x512/267b.png and b/assets/png_512x512/267b.png differ diff --git a/assets/png_512x512/267f.png b/assets/png_512x512/267f.png index d7f04805f..27e2440e3 100644 Binary files a/assets/png_512x512/267f.png and b/assets/png_512x512/267f.png differ diff --git a/assets/png_512x512/2692.png b/assets/png_512x512/2692.png index 5e9a76f26..39e866379 100644 Binary files a/assets/png_512x512/2692.png and b/assets/png_512x512/2692.png differ diff --git a/assets/png_512x512/2693.png b/assets/png_512x512/2693.png index 0c93f2401..bba271ea3 100644 Binary files a/assets/png_512x512/2693.png and b/assets/png_512x512/2693.png differ diff --git a/assets/png_512x512/2694.png b/assets/png_512x512/2694.png index 594a78d43..cf85a2dd0 100644 Binary files a/assets/png_512x512/2694.png and b/assets/png_512x512/2694.png differ diff --git a/assets/png_512x512/2696.png b/assets/png_512x512/2696.png index 76acda0f0..c77da0784 100644 Binary files a/assets/png_512x512/2696.png and b/assets/png_512x512/2696.png differ diff --git a/assets/png_512x512/2697.png b/assets/png_512x512/2697.png index 0f6cd1f26..4ffee3622 100644 Binary files a/assets/png_512x512/2697.png and b/assets/png_512x512/2697.png differ diff --git a/assets/png_512x512/2699.png b/assets/png_512x512/2699.png index 5d643d8ff..1e0142f13 100644 Binary files a/assets/png_512x512/2699.png and b/assets/png_512x512/2699.png differ diff --git a/assets/png_512x512/269b.png b/assets/png_512x512/269b.png index 55a903e51..28c68e0de 100644 Binary files a/assets/png_512x512/269b.png and b/assets/png_512x512/269b.png differ diff --git a/assets/png_512x512/269c.png b/assets/png_512x512/269c.png index b84162d85..370eecbd0 100644 Binary files a/assets/png_512x512/269c.png and b/assets/png_512x512/269c.png differ diff --git a/assets/png_512x512/26a0.png b/assets/png_512x512/26a0.png index de356fea9..3cf8bba86 100644 Binary files a/assets/png_512x512/26a0.png and b/assets/png_512x512/26a0.png differ diff --git a/assets/png_512x512/26a1.png b/assets/png_512x512/26a1.png index 76ab8512c..2d206e55d 100644 Binary files a/assets/png_512x512/26a1.png and b/assets/png_512x512/26a1.png differ diff --git a/assets/png_512x512/26aa.png b/assets/png_512x512/26aa.png index deb9c97de..288978581 100644 Binary files a/assets/png_512x512/26aa.png and b/assets/png_512x512/26aa.png differ diff --git a/assets/png_512x512/26ab.png b/assets/png_512x512/26ab.png index 2304d0472..867939207 100644 Binary files a/assets/png_512x512/26ab.png and b/assets/png_512x512/26ab.png differ diff --git a/assets/png_512x512/26b0.png b/assets/png_512x512/26b0.png index c9b7a4de2..0d0c20f1d 100644 Binary files a/assets/png_512x512/26b0.png and b/assets/png_512x512/26b0.png differ diff --git a/assets/png_512x512/26b1.png b/assets/png_512x512/26b1.png index ee41205a6..4f9ce3807 100644 Binary files a/assets/png_512x512/26b1.png and b/assets/png_512x512/26b1.png differ diff --git a/assets/png_512x512/26bd.png b/assets/png_512x512/26bd.png index 428658e8b..4b4281f67 100644 Binary files a/assets/png_512x512/26bd.png and b/assets/png_512x512/26bd.png differ diff --git a/assets/png_512x512/26be.png b/assets/png_512x512/26be.png index 84ae2e57e..a53a5e2e1 100644 Binary files a/assets/png_512x512/26be.png and b/assets/png_512x512/26be.png differ diff --git a/assets/png_512x512/26c4.png b/assets/png_512x512/26c4.png index 88117f4ab..00e1483db 100644 Binary files a/assets/png_512x512/26c4.png and b/assets/png_512x512/26c4.png differ diff --git a/assets/png_512x512/26c5.png b/assets/png_512x512/26c5.png index 896ae028e..b4b38564d 100644 Binary files a/assets/png_512x512/26c5.png and b/assets/png_512x512/26c5.png differ diff --git a/assets/png_512x512/26c8.png b/assets/png_512x512/26c8.png index 6574ea59c..a5dc7f969 100644 Binary files a/assets/png_512x512/26c8.png and b/assets/png_512x512/26c8.png differ diff --git a/assets/png_512x512/26ce.png b/assets/png_512x512/26ce.png index 67934f1aa..fca2bad40 100644 Binary files a/assets/png_512x512/26ce.png and b/assets/png_512x512/26ce.png differ diff --git a/assets/png_512x512/26cf.png b/assets/png_512x512/26cf.png index 793782cf6..d59fbca95 100644 Binary files a/assets/png_512x512/26cf.png and b/assets/png_512x512/26cf.png differ diff --git a/assets/png_512x512/26d1.png b/assets/png_512x512/26d1.png index cfc6a72ca..0273f067d 100644 Binary files a/assets/png_512x512/26d1.png and b/assets/png_512x512/26d1.png differ diff --git a/assets/png_512x512/26d3.png b/assets/png_512x512/26d3.png index b7c869d82..3cce962f9 100644 Binary files a/assets/png_512x512/26d3.png and b/assets/png_512x512/26d3.png differ diff --git a/assets/png_512x512/26d4.png b/assets/png_512x512/26d4.png index 00675222c..58caaa0e1 100644 Binary files a/assets/png_512x512/26d4.png and b/assets/png_512x512/26d4.png differ diff --git a/assets/png_512x512/26e9.png b/assets/png_512x512/26e9.png index 446c35345..c88ac6659 100644 Binary files a/assets/png_512x512/26e9.png and b/assets/png_512x512/26e9.png differ diff --git a/assets/png_512x512/26ea.png b/assets/png_512x512/26ea.png index d1872f4dc..647fe73b7 100644 Binary files a/assets/png_512x512/26ea.png and b/assets/png_512x512/26ea.png differ diff --git a/assets/png_512x512/26f0.png b/assets/png_512x512/26f0.png index 20c5b000b..187529c04 100644 Binary files a/assets/png_512x512/26f0.png and b/assets/png_512x512/26f0.png differ diff --git a/assets/png_512x512/26f1.png b/assets/png_512x512/26f1.png index 5fe8a209e..6142a642a 100644 Binary files a/assets/png_512x512/26f1.png and b/assets/png_512x512/26f1.png differ diff --git a/assets/png_512x512/26f2.png b/assets/png_512x512/26f2.png index 5a651ce24..e63adf6da 100644 Binary files a/assets/png_512x512/26f2.png and b/assets/png_512x512/26f2.png differ diff --git a/assets/png_512x512/26f3.png b/assets/png_512x512/26f3.png index 0f73b12d4..c4dd428cb 100644 Binary files a/assets/png_512x512/26f3.png and b/assets/png_512x512/26f3.png differ diff --git a/assets/png_512x512/26f4.png b/assets/png_512x512/26f4.png index be88293ba..ce3f319d2 100644 Binary files a/assets/png_512x512/26f4.png and b/assets/png_512x512/26f4.png differ diff --git a/assets/png_512x512/26f5.png b/assets/png_512x512/26f5.png index 0fd150128..2042c7eca 100644 Binary files a/assets/png_512x512/26f5.png and b/assets/png_512x512/26f5.png differ diff --git a/assets/png_512x512/26f7.png b/assets/png_512x512/26f7.png index f9ceaef7d..d39135c30 100644 Binary files a/assets/png_512x512/26f7.png and b/assets/png_512x512/26f7.png differ diff --git a/assets/png_512x512/26f8.png b/assets/png_512x512/26f8.png index 331880394..2fce64da1 100644 Binary files a/assets/png_512x512/26f8.png and b/assets/png_512x512/26f8.png differ diff --git a/assets/png_512x512/26f9-1f3fb.png b/assets/png_512x512/26f9-1f3fb.png index 7a8504526..519a296d8 100644 Binary files a/assets/png_512x512/26f9-1f3fb.png and b/assets/png_512x512/26f9-1f3fb.png differ diff --git a/assets/png_512x512/26f9-1f3fc.png b/assets/png_512x512/26f9-1f3fc.png index 73d63524f..6f24bd4e1 100644 Binary files a/assets/png_512x512/26f9-1f3fc.png and b/assets/png_512x512/26f9-1f3fc.png differ diff --git a/assets/png_512x512/26f9-1f3fd.png b/assets/png_512x512/26f9-1f3fd.png index 6dc7219a8..bc77e1012 100644 Binary files a/assets/png_512x512/26f9-1f3fd.png and b/assets/png_512x512/26f9-1f3fd.png differ diff --git a/assets/png_512x512/26f9-1f3fe.png b/assets/png_512x512/26f9-1f3fe.png index 11772d350..a52970ea6 100644 Binary files a/assets/png_512x512/26f9-1f3fe.png and b/assets/png_512x512/26f9-1f3fe.png differ diff --git a/assets/png_512x512/26f9-1f3ff.png b/assets/png_512x512/26f9-1f3ff.png index 1c4e178b5..91e233ff1 100644 Binary files a/assets/png_512x512/26f9-1f3ff.png and b/assets/png_512x512/26f9-1f3ff.png differ diff --git a/assets/png_512x512/26f9.png b/assets/png_512x512/26f9.png index 96a6f7161..1b1f0cf48 100644 Binary files a/assets/png_512x512/26f9.png and b/assets/png_512x512/26f9.png differ diff --git a/assets/png_512x512/26fa.png b/assets/png_512x512/26fa.png index 7f4880c8a..6d1dddeb3 100644 Binary files a/assets/png_512x512/26fa.png and b/assets/png_512x512/26fa.png differ diff --git a/assets/png_512x512/26fd.png b/assets/png_512x512/26fd.png index 92dd52ade..78514f8ac 100644 Binary files a/assets/png_512x512/26fd.png and b/assets/png_512x512/26fd.png differ diff --git a/assets/png_512x512/2702.png b/assets/png_512x512/2702.png index 780bcc1fd..0dec6c5d8 100644 Binary files a/assets/png_512x512/2702.png and b/assets/png_512x512/2702.png differ diff --git a/assets/png_512x512/2705.png b/assets/png_512x512/2705.png index e25c0f2ca..5277f4691 100644 Binary files a/assets/png_512x512/2705.png and b/assets/png_512x512/2705.png differ diff --git a/assets/png_512x512/2708.png b/assets/png_512x512/2708.png index 5ef9d5331..82bf889ba 100644 Binary files a/assets/png_512x512/2708.png and b/assets/png_512x512/2708.png differ diff --git a/assets/png_512x512/2709.png b/assets/png_512x512/2709.png index cd5b8bdf0..2064e5013 100644 Binary files a/assets/png_512x512/2709.png and b/assets/png_512x512/2709.png differ diff --git a/assets/png_512x512/270a-1f3fb.png b/assets/png_512x512/270a-1f3fb.png index fdd749d3f..0650fcfd6 100644 Binary files a/assets/png_512x512/270a-1f3fb.png and b/assets/png_512x512/270a-1f3fb.png differ diff --git a/assets/png_512x512/270a-1f3fc.png b/assets/png_512x512/270a-1f3fc.png index 882520034..499936a61 100644 Binary files a/assets/png_512x512/270a-1f3fc.png and b/assets/png_512x512/270a-1f3fc.png differ diff --git a/assets/png_512x512/270a-1f3fd.png b/assets/png_512x512/270a-1f3fd.png index 99d573ae3..7a9b098b9 100644 Binary files a/assets/png_512x512/270a-1f3fd.png and b/assets/png_512x512/270a-1f3fd.png differ diff --git a/assets/png_512x512/270a-1f3fe.png b/assets/png_512x512/270a-1f3fe.png index ac04d05d0..e922b3257 100644 Binary files a/assets/png_512x512/270a-1f3fe.png and b/assets/png_512x512/270a-1f3fe.png differ diff --git a/assets/png_512x512/270a-1f3ff.png b/assets/png_512x512/270a-1f3ff.png index 0f64b6fcb..c604c90d4 100644 Binary files a/assets/png_512x512/270a-1f3ff.png and b/assets/png_512x512/270a-1f3ff.png differ diff --git a/assets/png_512x512/270a.png b/assets/png_512x512/270a.png index e5451b975..d9dfe30b9 100644 Binary files a/assets/png_512x512/270a.png and b/assets/png_512x512/270a.png differ diff --git a/assets/png_512x512/270b-1f3fb.png b/assets/png_512x512/270b-1f3fb.png index 0b22f477b..c24d2301a 100644 Binary files a/assets/png_512x512/270b-1f3fb.png and b/assets/png_512x512/270b-1f3fb.png differ diff --git a/assets/png_512x512/270b-1f3fc.png b/assets/png_512x512/270b-1f3fc.png index aac4f615c..feb1827ac 100644 Binary files a/assets/png_512x512/270b-1f3fc.png and b/assets/png_512x512/270b-1f3fc.png differ diff --git a/assets/png_512x512/270b-1f3fd.png b/assets/png_512x512/270b-1f3fd.png index c3bae7bd8..20a478889 100644 Binary files a/assets/png_512x512/270b-1f3fd.png and b/assets/png_512x512/270b-1f3fd.png differ diff --git a/assets/png_512x512/270b-1f3fe.png b/assets/png_512x512/270b-1f3fe.png index a2d45641b..8314bf675 100644 Binary files a/assets/png_512x512/270b-1f3fe.png and b/assets/png_512x512/270b-1f3fe.png differ diff --git a/assets/png_512x512/270b-1f3ff.png b/assets/png_512x512/270b-1f3ff.png index 0c304d18e..4a48b0d98 100644 Binary files a/assets/png_512x512/270b-1f3ff.png and b/assets/png_512x512/270b-1f3ff.png differ diff --git a/assets/png_512x512/270b.png b/assets/png_512x512/270b.png index 8daf1f0fa..4d07993f9 100644 Binary files a/assets/png_512x512/270b.png and b/assets/png_512x512/270b.png differ diff --git a/assets/png_512x512/270c-1f3fb.png b/assets/png_512x512/270c-1f3fb.png index 44ca20ade..fb8043c6f 100644 Binary files a/assets/png_512x512/270c-1f3fb.png and b/assets/png_512x512/270c-1f3fb.png differ diff --git a/assets/png_512x512/270c-1f3fc.png b/assets/png_512x512/270c-1f3fc.png index 9ea3d91df..e25aff58d 100644 Binary files a/assets/png_512x512/270c-1f3fc.png and b/assets/png_512x512/270c-1f3fc.png differ diff --git a/assets/png_512x512/270c-1f3fd.png b/assets/png_512x512/270c-1f3fd.png index 7e67714ea..aeb7981b4 100644 Binary files a/assets/png_512x512/270c-1f3fd.png and b/assets/png_512x512/270c-1f3fd.png differ diff --git a/assets/png_512x512/270c-1f3fe.png b/assets/png_512x512/270c-1f3fe.png index 3e8450337..5d8df3c80 100644 Binary files a/assets/png_512x512/270c-1f3fe.png and b/assets/png_512x512/270c-1f3fe.png differ diff --git a/assets/png_512x512/270c-1f3ff.png b/assets/png_512x512/270c-1f3ff.png index ef1a1ec5a..f52189a8f 100644 Binary files a/assets/png_512x512/270c-1f3ff.png and b/assets/png_512x512/270c-1f3ff.png differ diff --git a/assets/png_512x512/270c.png b/assets/png_512x512/270c.png index dd2c8d52d..3e07f97d8 100644 Binary files a/assets/png_512x512/270c.png and b/assets/png_512x512/270c.png differ diff --git a/assets/png_512x512/270d-1f3fb.png b/assets/png_512x512/270d-1f3fb.png index ca0080002..da043b520 100644 Binary files a/assets/png_512x512/270d-1f3fb.png and b/assets/png_512x512/270d-1f3fb.png differ diff --git a/assets/png_512x512/270d-1f3fc.png b/assets/png_512x512/270d-1f3fc.png index b31b2b3ce..792d1b5fd 100644 Binary files a/assets/png_512x512/270d-1f3fc.png and b/assets/png_512x512/270d-1f3fc.png differ diff --git a/assets/png_512x512/270d-1f3fd.png b/assets/png_512x512/270d-1f3fd.png index df2947214..2eff86e60 100644 Binary files a/assets/png_512x512/270d-1f3fd.png and b/assets/png_512x512/270d-1f3fd.png differ diff --git a/assets/png_512x512/270d-1f3fe.png b/assets/png_512x512/270d-1f3fe.png index e83812713..68cb32ffd 100644 Binary files a/assets/png_512x512/270d-1f3fe.png and b/assets/png_512x512/270d-1f3fe.png differ diff --git a/assets/png_512x512/270d-1f3ff.png b/assets/png_512x512/270d-1f3ff.png index 2e367662e..b620b261b 100644 Binary files a/assets/png_512x512/270d-1f3ff.png and b/assets/png_512x512/270d-1f3ff.png differ diff --git a/assets/png_512x512/270d.png b/assets/png_512x512/270d.png index 9c9db54c1..a0197fd4b 100644 Binary files a/assets/png_512x512/270d.png and b/assets/png_512x512/270d.png differ diff --git a/assets/png_512x512/270f.png b/assets/png_512x512/270f.png index c0b5acc65..ad77d492b 100644 Binary files a/assets/png_512x512/270f.png and b/assets/png_512x512/270f.png differ diff --git a/assets/png_512x512/2712.png b/assets/png_512x512/2712.png index 3cb8eb457..3f8bac9cb 100644 Binary files a/assets/png_512x512/2712.png and b/assets/png_512x512/2712.png differ diff --git a/assets/png_512x512/2714.png b/assets/png_512x512/2714.png index 1cffd711c..8e56d3908 100644 Binary files a/assets/png_512x512/2714.png and b/assets/png_512x512/2714.png differ diff --git a/assets/png_512x512/2716.png b/assets/png_512x512/2716.png index 9ac8468b0..2d9f7d0cb 100644 Binary files a/assets/png_512x512/2716.png and b/assets/png_512x512/2716.png differ diff --git a/assets/png_512x512/271d.png b/assets/png_512x512/271d.png index f946796c3..1e72a5d66 100644 Binary files a/assets/png_512x512/271d.png and b/assets/png_512x512/271d.png differ diff --git a/assets/png_512x512/2721.png b/assets/png_512x512/2721.png index 9969d4848..ac6066b49 100644 Binary files a/assets/png_512x512/2721.png and b/assets/png_512x512/2721.png differ diff --git a/assets/png_512x512/2728.png b/assets/png_512x512/2728.png index 8d4b8d017..94075ab7f 100644 Binary files a/assets/png_512x512/2728.png and b/assets/png_512x512/2728.png differ diff --git a/assets/png_512x512/2733.png b/assets/png_512x512/2733.png index b18daf677..7af1e106f 100644 Binary files a/assets/png_512x512/2733.png and b/assets/png_512x512/2733.png differ diff --git a/assets/png_512x512/2734.png b/assets/png_512x512/2734.png index f901c21db..4203765a1 100644 Binary files a/assets/png_512x512/2734.png and b/assets/png_512x512/2734.png differ diff --git a/assets/png_512x512/2744.png b/assets/png_512x512/2744.png index 0af8b2263..bffcd3015 100644 Binary files a/assets/png_512x512/2744.png and b/assets/png_512x512/2744.png differ diff --git a/assets/png_512x512/2747.png b/assets/png_512x512/2747.png index efafd44b2..872b3a69f 100644 Binary files a/assets/png_512x512/2747.png and b/assets/png_512x512/2747.png differ diff --git a/assets/png_512x512/274c.png b/assets/png_512x512/274c.png index cab116636..51b3f06fb 100644 Binary files a/assets/png_512x512/274c.png and b/assets/png_512x512/274c.png differ diff --git a/assets/png_512x512/274e.png b/assets/png_512x512/274e.png index 9f7582363..bd8032364 100644 Binary files a/assets/png_512x512/274e.png and b/assets/png_512x512/274e.png differ diff --git a/assets/png_512x512/2753.png b/assets/png_512x512/2753.png index 60f2d0612..bd01807ee 100644 Binary files a/assets/png_512x512/2753.png and b/assets/png_512x512/2753.png differ diff --git a/assets/png_512x512/2754.png b/assets/png_512x512/2754.png index 560257eef..3b332fd32 100644 Binary files a/assets/png_512x512/2754.png and b/assets/png_512x512/2754.png differ diff --git a/assets/png_512x512/2755.png b/assets/png_512x512/2755.png index 1c303b94c..281537e36 100644 Binary files a/assets/png_512x512/2755.png and b/assets/png_512x512/2755.png differ diff --git a/assets/png_512x512/2757.png b/assets/png_512x512/2757.png index ddd812421..5df3420aa 100644 Binary files a/assets/png_512x512/2757.png and b/assets/png_512x512/2757.png differ diff --git a/assets/png_512x512/2763.png b/assets/png_512x512/2763.png index 58dd55416..d30aa747e 100644 Binary files a/assets/png_512x512/2763.png and b/assets/png_512x512/2763.png differ diff --git a/assets/png_512x512/2764.png b/assets/png_512x512/2764.png index 41e170b83..49fa6947b 100644 Binary files a/assets/png_512x512/2764.png and b/assets/png_512x512/2764.png differ diff --git a/assets/png_512x512/2795.png b/assets/png_512x512/2795.png index 443ca79a7..3f1d22059 100644 Binary files a/assets/png_512x512/2795.png and b/assets/png_512x512/2795.png differ diff --git a/assets/png_512x512/2796.png b/assets/png_512x512/2796.png index ca9c81dc4..9413ab1ee 100644 Binary files a/assets/png_512x512/2796.png and b/assets/png_512x512/2796.png differ diff --git a/assets/png_512x512/2797.png b/assets/png_512x512/2797.png index 2d07bb8cc..9f97b40d4 100644 Binary files a/assets/png_512x512/2797.png and b/assets/png_512x512/2797.png differ diff --git a/assets/png_512x512/27a1.png b/assets/png_512x512/27a1.png index 14e8e0766..309f10ca0 100644 Binary files a/assets/png_512x512/27a1.png and b/assets/png_512x512/27a1.png differ diff --git a/assets/png_512x512/27b0.png b/assets/png_512x512/27b0.png index 0d147a88b..5fa9b0820 100644 Binary files a/assets/png_512x512/27b0.png and b/assets/png_512x512/27b0.png differ diff --git a/assets/png_512x512/27bf.png b/assets/png_512x512/27bf.png index 34b6fed3c..bd5f495b7 100644 Binary files a/assets/png_512x512/27bf.png and b/assets/png_512x512/27bf.png differ diff --git a/assets/png_512x512/2934.png b/assets/png_512x512/2934.png index a37626666..5ea303309 100644 Binary files a/assets/png_512x512/2934.png and b/assets/png_512x512/2934.png differ diff --git a/assets/png_512x512/2935.png b/assets/png_512x512/2935.png index 5b44aca37..72ae1c3fe 100644 Binary files a/assets/png_512x512/2935.png and b/assets/png_512x512/2935.png differ diff --git a/assets/png_512x512/2b05.png b/assets/png_512x512/2b05.png index d0fe974be..78e77e210 100644 Binary files a/assets/png_512x512/2b05.png and b/assets/png_512x512/2b05.png differ diff --git a/assets/png_512x512/2b06.png b/assets/png_512x512/2b06.png index c1f83c803..f3aa9bac4 100644 Binary files a/assets/png_512x512/2b06.png and b/assets/png_512x512/2b06.png differ diff --git a/assets/png_512x512/2b07.png b/assets/png_512x512/2b07.png index b56a98a07..cc1fdcd15 100644 Binary files a/assets/png_512x512/2b07.png and b/assets/png_512x512/2b07.png differ diff --git a/assets/png_512x512/2b1b.png b/assets/png_512x512/2b1b.png index a360c4baa..54e61b184 100644 Binary files a/assets/png_512x512/2b1b.png and b/assets/png_512x512/2b1b.png differ diff --git a/assets/png_512x512/2b1c.png b/assets/png_512x512/2b1c.png index a94a65ac3..87220726c 100644 Binary files a/assets/png_512x512/2b1c.png and b/assets/png_512x512/2b1c.png differ diff --git a/assets/png_512x512/2b50.png b/assets/png_512x512/2b50.png index d91e70de8..ec260a80e 100644 Binary files a/assets/png_512x512/2b50.png and b/assets/png_512x512/2b50.png differ diff --git a/assets/png_512x512/2b55.png b/assets/png_512x512/2b55.png index 9a4268baf..ce51990ff 100644 Binary files a/assets/png_512x512/2b55.png and b/assets/png_512x512/2b55.png differ diff --git a/assets/png_512x512/3030.png b/assets/png_512x512/3030.png index 25b064eb0..99bd1755b 100644 Binary files a/assets/png_512x512/3030.png and b/assets/png_512x512/3030.png differ diff --git a/assets/png_512x512/303d.png b/assets/png_512x512/303d.png index d9d18b5da..196e73dfd 100644 Binary files a/assets/png_512x512/303d.png and b/assets/png_512x512/303d.png differ diff --git a/assets/png_512x512/3297.png b/assets/png_512x512/3297.png index c2f6596cd..f0322a0ee 100644 Binary files a/assets/png_512x512/3297.png and b/assets/png_512x512/3297.png differ diff --git a/assets/png_512x512/3299.png b/assets/png_512x512/3299.png index 6c9d47212..60978a5d8 100644 Binary files a/assets/png_512x512/3299.png and b/assets/png_512x512/3299.png differ diff --git a/assets/sprites/emojione.sprites.css b/assets/sprites/emojione.sprites.css index 22a7ca873..9732ba7fa 100644 --- a/assets/sprites/emojione.sprites.css +++ b/assets/sprites/emojione.sprites.css @@ -1 +1 @@ -.emojione{text-indent:-9999em;image-rendering:optimizeQuality;font-size:inherit;height:64px;width:64px;top:-3px;position:relative;display:inline-block;margin:0 .15em;line-height:normal;vertical-align:middle;background-image:url(emojione.sprites.png);background-repeat:no-repeat}.emojione-0023-20e3{background-position:-65px 0}.emojione-002a-20e3{background-position:-1365px -1820px}.emojione-0030-20e3{background-position:0 -65px}.emojione-0031-20e3{background-position:-65px -65px}.emojione-0032-20e3{background-position:-130px 0}.emojione-0033-20e3{background-position:-130px -65px}.emojione-0034-20e3{background-position:0 -130px}.emojione-0035-20e3{background-position:-65px -130px}.emojione-0036-20e3{background-position:-130px -130px}.emojione-0037-20e3{background-position:-195px 0}.emojione-0038-20e3{background-position:-195px -65px}.emojione-0039-20e3{background-position:-195px -130px}.emojione-00a9{background-position:0 -195px}.emojione-00ae{background-position:-65px -195px}.emojione-1f004{background-position:-130px -195px}.emojione-1f0cf{background-position:-195px -195px}.emojione-1f170{background-position:-260px 0}.emojione-1f171{background-position:-260px -65px}.emojione-1f17e{background-position:-260px -130px}.emojione-1f17f{background-position:-260px -195px}.emojione-1f18e{background-position:0 -260px}.emojione-1f191{background-position:-65px -260px}.emojione-1f192{background-position:-130px -260px}.emojione-1f193{background-position:-195px -260px}.emojione-1f194{background-position:-260px -260px}.emojione-1f195{background-position:-325px 0}.emojione-1f196{background-position:-325px -65px}.emojione-1f197{background-position:-325px -130px}.emojione-1f198{background-position:-325px -195px}.emojione-1f199{background-position:-325px -260px}.emojione-1f19a{background-position:0 -325px}.emojione-1f1e6-1f1e8{background-position:-65px -325px}.emojione-1f1e6-1f1e9{background-position:-130px -325px}.emojione-1f1e6-1f1ea{background-position:-195px -325px}.emojione-1f1e6-1f1eb{background-position:-260px -325px}.emojione-1f1e6-1f1ec{background-position:-325px -325px}.emojione-1f1e6-1f1ee{background-position:-390px 0}.emojione-1f1e6-1f1f1{background-position:-390px -65px}.emojione-1f1e6-1f1f2{background-position:-390px -130px}.emojione-1f1e6-1f1f4{background-position:-390px -195px}.emojione-1f1e6-1f1f6{background-position:-390px -260px}.emojione-1f1e6-1f1f7{background-position:-390px -325px}.emojione-1f1e6-1f1f8{background-position:0 -390px}.emojione-1f1e6-1f1f9{background-position:-65px -390px}.emojione-1f1e6-1f1fa{background-position:-130px -390px}.emojione-1f1e6-1f1fc{background-position:-195px -390px}.emojione-1f1e6-1f1fd{background-position:-260px -390px}.emojione-1f1e6-1f1ff{background-position:-325px -390px}.emojione-1f1e7-1f1e6{background-position:-390px -390px}.emojione-1f1e7-1f1e7{background-position:-455px 0}.emojione-1f1e7-1f1e9{background-position:-455px -65px}.emojione-1f1e7-1f1ea{background-position:-455px -130px}.emojione-1f1e7-1f1eb{background-position:-455px -195px}.emojione-1f1e7-1f1ec{background-position:-455px -260px}.emojione-1f1e7-1f1ed{background-position:-455px -325px}.emojione-1f1e7-1f1ee{background-position:-455px -390px}.emojione-1f1e7-1f1ef{background-position:0 -455px}.emojione-1f1e7-1f1f1{background-position:-65px -455px}.emojione-1f1e7-1f1f2{background-position:-130px -455px}.emojione-1f1e7-1f1f3{background-position:-195px -455px}.emojione-1f1e7-1f1f4{background-position:-260px -455px}.emojione-1f1e7-1f1f6{background-position:-325px -455px}.emojione-1f1e7-1f1f7{background-position:-390px -455px}.emojione-1f1e7-1f1f8{background-position:-455px -455px}.emojione-1f1e7-1f1f9{background-position:-520px 0}.emojione-1f1e7-1f1fb{background-position:-520px -65px}.emojione-1f1e7-1f1fc{background-position:-520px -130px}.emojione-1f1e7-1f1fe{background-position:-520px -195px}.emojione-1f1e7-1f1ff{background-position:-520px -260px}.emojione-1f1e8-1f1e6{background-position:-520px -325px}.emojione-1f1e8-1f1e8{background-position:-520px -390px}.emojione-1f1e8-1f1e9{background-position:-520px -455px}.emojione-1f1e8-1f1eb{background-position:0 -520px}.emojione-1f1e8-1f1ec{background-position:-65px -520px}.emojione-1f1e8-1f1ed{background-position:-130px -520px}.emojione-1f1e8-1f1ee{background-position:-195px -520px}.emojione-1f1e8-1f1f0{background-position:-260px -520px}.emojione-1f1e8-1f1f1{background-position:-325px -520px}.emojione-1f1e8-1f1f2{background-position:-390px -520px}.emojione-1f1e8-1f1f3{background-position:-455px -520px}.emojione-1f1e8-1f1f4{background-position:-520px -520px}.emojione-1f1e8-1f1f5{background-position:-585px 0}.emojione-1f1e8-1f1f7{background-position:-585px -65px}.emojione-1f1e8-1f1fa{background-position:-585px -130px}.emojione-1f1e8-1f1fb{background-position:-585px -195px}.emojione-1f1e8-1f1fc{background-position:-585px -260px}.emojione-1f1e8-1f1fd{background-position:-585px -325px}.emojione-1f1e8-1f1fe{background-position:-585px -390px}.emojione-1f1e8-1f1ff{background-position:-585px -455px}.emojione-1f1e9-1f1ea{background-position:-585px -520px}.emojione-1f1e9-1f1ec{background-position:0 -585px}.emojione-1f1e9-1f1ef{background-position:-65px -585px}.emojione-1f1e9-1f1f0{background-position:-130px -585px}.emojione-1f1e9-1f1f2{background-position:-195px -585px}.emojione-1f1e9-1f1f4{background-position:-260px -585px}.emojione-1f1e9-1f1ff{background-position:-325px -585px}.emojione-1f1ea-1f1e6{background-position:-390px -585px}.emojione-1f1ea-1f1e8{background-position:-455px -585px}.emojione-1f1ea-1f1ea{background-position:-520px -585px}.emojione-1f1ea-1f1ec{background-position:-585px -585px}.emojione-1f1ea-1f1ed{background-position:-650px 0}.emojione-1f1ea-1f1f7{background-position:-650px -65px}.emojione-1f1ea-1f1f8{background-position:-650px -130px}.emojione-1f1ea-1f1f9{background-position:-650px -195px}.emojione-1f1ea-1f1fa{background-position:-650px -260px}.emojione-1f1eb-1f1ee{background-position:-650px -325px}.emojione-1f1eb-1f1ef{background-position:-650px -390px}.emojione-1f1eb-1f1f0{background-position:-650px -455px}.emojione-1f1eb-1f1f2{background-position:-650px -520px}.emojione-1f1eb-1f1f4{background-position:-650px -585px}.emojione-1f1eb-1f1f7{background-position:0 -650px}.emojione-1f1ec-1f1e6{background-position:-65px -650px}.emojione-1f1ec-1f1e7{background-position:-130px -650px}.emojione-1f1ec-1f1e9{background-position:-195px -650px}.emojione-1f1ec-1f1ea{background-position:-260px -650px}.emojione-1f1ec-1f1eb{background-position:-325px -650px}.emojione-1f1ec-1f1ec{background-position:-390px -650px}.emojione-1f1ec-1f1ed{background-position:-455px -650px}.emojione-1f1ec-1f1ee{background-position:-520px -650px}.emojione-1f1ec-1f1f1{background-position:-585px -650px}.emojione-1f1ec-1f1f2{background-position:-650px -650px}.emojione-1f1ec-1f1f3{background-position:-715px 0}.emojione-1f1ec-1f1f5{background-position:-715px -65px}.emojione-1f1ec-1f1f6{background-position:-715px -130px}.emojione-1f1ec-1f1f7{background-position:-715px -195px}.emojione-1f1ec-1f1f8{background-position:-715px -260px}.emojione-1f1ec-1f1f9{background-position:-715px -325px}.emojione-1f1ec-1f1fa{background-position:-715px -390px}.emojione-1f1ec-1f1fc{background-position:-715px -455px}.emojione-1f1ec-1f1fe{background-position:-715px -520px}.emojione-1f1ed-1f1f0{background-position:-715px -585px}.emojione-1f1ed-1f1f2{background-position:-715px -650px}.emojione-1f1ed-1f1f3{background-position:0 -715px}.emojione-1f1ed-1f1f7{background-position:-65px -715px}.emojione-1f1ed-1f1f9{background-position:-130px -715px}.emojione-1f1ed-1f1fa{background-position:-195px -715px}.emojione-1f1ee-1f1e8{background-position:-260px -715px}.emojione-1f1ee-1f1e9{background-position:-325px -715px}.emojione-1f1ee-1f1ea{background-position:-390px -715px}.emojione-1f1ee-1f1f1{background-position:-455px -715px}.emojione-1f1ee-1f1f2{background-position:-520px -715px}.emojione-1f1ee-1f1f3{background-position:-585px -715px}.emojione-1f1ee-1f1f4{background-position:-650px -715px}.emojione-1f1ee-1f1f6{background-position:-715px -715px}.emojione-1f1ee-1f1f7{background-position:-780px 0}.emojione-1f1ee-1f1f8{background-position:-780px -65px}.emojione-1f1ee-1f1f9{background-position:-780px -130px}.emojione-1f1ef-1f1ea{background-position:-780px -195px}.emojione-1f1ef-1f1f2{background-position:-780px -260px}.emojione-1f1ef-1f1f4{background-position:-780px -325px}.emojione-1f1ef-1f1f5{background-position:-780px -390px}.emojione-1f1f0-1f1ea{background-position:-780px -455px}.emojione-1f1f0-1f1ec{background-position:-780px -520px}.emojione-1f1f0-1f1ed{background-position:-780px -585px}.emojione-1f1f0-1f1ee{background-position:-780px -650px}.emojione-1f1f0-1f1f2{background-position:-780px -715px}.emojione-1f1f0-1f1f3{background-position:0 -780px}.emojione-1f1f0-1f1f5{background-position:-65px -780px}.emojione-1f1f0-1f1f7{background-position:-130px -780px}.emojione-1f1f0-1f1fc{background-position:-195px -780px}.emojione-1f1f0-1f1fe{background-position:-260px -780px}.emojione-1f1f0-1f1ff{background-position:-325px -780px}.emojione-1f1f1-1f1e6{background-position:-390px -780px}.emojione-1f1f1-1f1e7{background-position:-455px -780px}.emojione-1f1f1-1f1e8{background-position:-520px -780px}.emojione-1f1f1-1f1ee{background-position:-585px -780px}.emojione-1f1f1-1f1f0{background-position:-650px -780px}.emojione-1f1f1-1f1f7{background-position:-715px -780px}.emojione-1f1f1-1f1f8{background-position:-780px -780px}.emojione-1f1f1-1f1f9{background-position:-845px 0}.emojione-1f1f1-1f1fa{background-position:-845px -65px}.emojione-1f1f1-1f1fb{background-position:-845px -130px}.emojione-1f1f1-1f1fe{background-position:-845px -195px}.emojione-1f1f2-1f1e6{background-position:-845px -260px}.emojione-1f1f2-1f1e8{background-position:-845px -325px}.emojione-1f1f2-1f1e9{background-position:-845px -390px}.emojione-1f1f2-1f1ea{background-position:-845px -455px}.emojione-1f1f2-1f1eb{background-position:-845px -520px}.emojione-1f1f2-1f1ec{background-position:-845px -585px}.emojione-1f1f2-1f1ed{background-position:-845px -650px}.emojione-1f1f2-1f1f0{background-position:-845px -715px}.emojione-1f1f2-1f1f1{background-position:-845px -780px}.emojione-1f1f2-1f1f2{background-position:0 -845px}.emojione-1f1f2-1f1f3{background-position:-65px -845px}.emojione-1f1f2-1f1f4{background-position:-130px -845px}.emojione-1f1f2-1f1f5{background-position:-195px -845px}.emojione-1f1f2-1f1f6{background-position:-260px -845px}.emojione-1f1f2-1f1f7{background-position:-325px -845px}.emojione-1f1f2-1f1f8{background-position:-390px -845px}.emojione-1f1f2-1f1f9{background-position:-455px -845px}.emojione-1f1f2-1f1fa{background-position:-520px -845px}.emojione-1f1f2-1f1fb{background-position:-585px -845px}.emojione-1f1f2-1f1fc{background-position:-650px -845px}.emojione-1f1f2-1f1fd{background-position:-715px -845px}.emojione-1f1f2-1f1fe{background-position:-780px -845px}.emojione-1f1f2-1f1ff{background-position:-845px -845px}.emojione-1f1f3-1f1e6{background-position:-910px 0}.emojione-1f1f3-1f1e8{background-position:-910px -65px}.emojione-1f1f3-1f1ea{background-position:-910px -130px}.emojione-1f1f3-1f1eb{background-position:-910px -195px}.emojione-1f1f3-1f1ec{background-position:-910px -260px}.emojione-1f1f3-1f1ee{background-position:-910px -325px}.emojione-1f1f3-1f1f1{background-position:-910px -390px}.emojione-1f1f3-1f1f4{background-position:-910px -455px}.emojione-1f1f3-1f1f5{background-position:-910px -520px}.emojione-1f1f3-1f1f7{background-position:-910px -585px}.emojione-1f1f3-1f1fa{background-position:-910px -650px}.emojione-1f1f3-1f1ff{background-position:-910px -715px}.emojione-1f1f4-1f1f2{background-position:-910px -780px}.emojione-1f1f5-1f1e6{background-position:-910px -845px}.emojione-1f1f5-1f1ea{background-position:0 -910px}.emojione-1f1f5-1f1eb{background-position:-65px -910px}.emojione-1f1f5-1f1ec{background-position:-130px -910px}.emojione-1f1f5-1f1ed{background-position:-195px -910px}.emojione-1f1f5-1f1f0{background-position:-260px -910px}.emojione-1f1f5-1f1f1{background-position:-325px -910px}.emojione-1f1f5-1f1f2{background-position:-390px -910px}.emojione-1f1f5-1f1f3{background-position:-455px -910px}.emojione-1f1f5-1f1f7{background-position:-520px -910px}.emojione-1f1f5-1f1f8{background-position:-585px -910px}.emojione-1f1f5-1f1f9{background-position:-650px -910px}.emojione-1f1f5-1f1fc{background-position:-715px -910px}.emojione-1f1f5-1f1fe{background-position:-780px -910px}.emojione-1f1f6-1f1e6{background-position:-845px -910px}.emojione-1f1f7-1f1ea{background-position:-910px -910px}.emojione-1f1f7-1f1f4{background-position:-975px 0}.emojione-1f1f7-1f1f8{background-position:-975px -65px}.emojione-1f1f7-1f1fa{background-position:-975px -130px}.emojione-1f1f7-1f1fc{background-position:-975px -195px}.emojione-1f1f8-1f1e6{background-position:-975px -260px}.emojione-1f1f8-1f1e7{background-position:-975px -325px}.emojione-1f1f8-1f1e8{background-position:-975px -390px}.emojione-1f1f8-1f1e9{background-position:-975px -455px}.emojione-1f1f8-1f1ea{background-position:-975px -520px}.emojione-1f1f8-1f1ec{background-position:-975px -585px}.emojione-1f1f8-1f1ed{background-position:-975px -650px}.emojione-1f1f8-1f1ee{background-position:-975px -715px}.emojione-1f1f8-1f1ef{background-position:-975px -780px}.emojione-1f1f8-1f1f0{background-position:-975px -845px}.emojione-1f1f8-1f1f1{background-position:-975px -910px}.emojione-1f1f8-1f1f2{background-position:0 -975px}.emojione-1f1f8-1f1f3{background-position:-65px -975px}.emojione-1f1f8-1f1f4{background-position:-130px -975px}.emojione-1f1f8-1f1f7{background-position:-195px -975px}.emojione-1f1f8-1f1f8{background-position:-260px -975px}.emojione-1f1f8-1f1f9{background-position:-325px -975px}.emojione-1f1f8-1f1fb{background-position:-390px -975px}.emojione-1f1f8-1f1fd{background-position:-455px -975px}.emojione-1f1f8-1f1fe{background-position:-520px -975px}.emojione-1f1f8-1f1ff{background-position:-585px -975px}.emojione-1f1f9-1f1e6{background-position:-650px -975px}.emojione-1f1f9-1f1e8{background-position:-715px -975px}.emojione-1f1f9-1f1e9{background-position:-780px -975px}.emojione-1f1f9-1f1eb{background-position:-845px -975px}.emojione-1f1f9-1f1ec{background-position:-910px -975px}.emojione-1f1f9-1f1ed{background-position:-975px -975px}.emojione-1f1f9-1f1ef{background-position:-1040px 0}.emojione-1f1f9-1f1f0{background-position:-1040px -65px}.emojione-1f1f9-1f1f1{background-position:-1040px -130px}.emojione-1f1f9-1f1f2{background-position:-1040px -195px}.emojione-1f1f9-1f1f3{background-position:-1040px -260px}.emojione-1f1f9-1f1f4{background-position:-1040px -325px}.emojione-1f1f9-1f1f7{background-position:-1040px -390px}.emojione-1f1f9-1f1f9{background-position:-1040px -455px}.emojione-1f1f9-1f1fb{background-position:-1040px -520px}.emojione-1f1f9-1f1fc{background-position:-1040px -585px}.emojione-1f1f9-1f1ff{background-position:-1040px -650px}.emojione-1f1fa-1f1e6{background-position:-1040px -715px}.emojione-1f1fa-1f1ec{background-position:-1040px -780px}.emojione-1f1fa-1f1f2{background-position:-1040px -845px}.emojione-1f1fa-1f1f8{background-position:-1040px -910px}.emojione-1f1fa-1f1fe{background-position:-1040px -975px}.emojione-1f1fa-1f1ff{background-position:0 -1040px}.emojione-1f1fb-1f1e6{background-position:-65px -1040px}.emojione-1f1fb-1f1e8{background-position:-130px -1040px}.emojione-1f1fb-1f1ea{background-position:-195px -1040px}.emojione-1f1fb-1f1ec{background-position:-260px -1040px}.emojione-1f1fb-1f1ee{background-position:-325px -1040px}.emojione-1f1fb-1f1f3{background-position:-390px -1040px}.emojione-1f1fb-1f1fa{background-position:-455px -1040px}.emojione-1f1fc-1f1eb{background-position:-520px -1040px}.emojione-1f1fc-1f1f8{background-position:-585px -1040px}.emojione-1f1fd-1f1f0{background-position:-650px -1040px}.emojione-1f1fe-1f1ea{background-position:-715px -1040px}.emojione-1f1fe-1f1f9{background-position:-780px -1040px}.emojione-1f1ff-1f1e6{background-position:-845px -1040px}.emojione-1f1ff-1f1f2{background-position:-910px -1040px}.emojione-1f1ff-1f1fc{background-position:-975px -1040px}.emojione-1f201{background-position:-1040px -1040px}.emojione-1f202{background-position:-1105px 0}.emojione-1f21a{background-position:-1105px -65px}.emojione-1f22f{background-position:-1105px -130px}.emojione-1f232{background-position:-1105px -195px}.emojione-1f233{background-position:-1105px -260px}.emojione-1f234{background-position:-1105px -325px}.emojione-1f235{background-position:-1105px -390px}.emojione-1f236{background-position:-1105px -455px}.emojione-1f237{background-position:-1105px -520px}.emojione-1f238{background-position:-1105px -585px}.emojione-1f239{background-position:-1105px -650px}.emojione-1f23a{background-position:-1105px -715px}.emojione-1f250{background-position:-1105px -780px}.emojione-1f251{background-position:-1105px -845px}.emojione-1f300{background-position:-1105px -910px}.emojione-1f301{background-position:-1105px -975px}.emojione-1f302{background-position:-1105px -1040px}.emojione-1f303{background-position:0 -1105px}.emojione-1f304{background-position:-65px -1105px}.emojione-1f305{background-position:-130px -1105px}.emojione-1f306{background-position:-195px -1105px}.emojione-1f307{background-position:-260px -1105px}.emojione-1f308{background-position:-325px -1105px}.emojione-1f309{background-position:-390px -1105px}.emojione-1f30a{background-position:-455px -1105px}.emojione-1f30b{background-position:-520px -1105px}.emojione-1f30c{background-position:-585px -1105px}.emojione-1f30d{background-position:-650px -1105px}.emojione-1f30e{background-position:-715px -1105px}.emojione-1f30f{background-position:-780px -1105px}.emojione-1f310{background-position:-845px -1105px}.emojione-1f311{background-position:-910px -1105px}.emojione-1f312{background-position:-975px -1105px}.emojione-1f313{background-position:-1040px -1105px}.emojione-1f314{background-position:-1105px -1105px}.emojione-1f315{background-position:-1170px 0}.emojione-1f316{background-position:-1170px -65px}.emojione-1f317{background-position:-1170px -130px}.emojione-1f318{background-position:-1170px -195px}.emojione-1f319{background-position:-1170px -260px}.emojione-1f31a{background-position:-1170px -325px}.emojione-1f31b{background-position:-1170px -390px}.emojione-1f31c{background-position:-1170px -455px}.emojione-1f31d{background-position:-1170px -520px}.emojione-1f31e{background-position:-1170px -585px}.emojione-1f31f{background-position:-1170px -650px}.emojione-1f320{background-position:-1170px -715px}.emojione-1f321{background-position:-1170px -780px}.emojione-1f324{background-position:-1170px -845px}.emojione-1f325{background-position:-1170px -910px}.emojione-1f326{background-position:-1170px -975px}.emojione-1f327{background-position:-1170px -1040px}.emojione-1f328{background-position:-1170px -1105px}.emojione-1f329{background-position:0 -1170px}.emojione-1f32a{background-position:-65px -1170px}.emojione-1f32b{background-position:-130px -1170px}.emojione-1f32c{background-position:-195px -1170px}.emojione-1f32d{background-position:-260px -1170px}.emojione-1f32e{background-position:-325px -1170px}.emojione-1f32f{background-position:-390px -1170px}.emojione-1f330{background-position:-455px -1170px}.emojione-1f331{background-position:-520px -1170px}.emojione-1f332{background-position:-585px -1170px}.emojione-1f333{background-position:-650px -1170px}.emojione-1f334{background-position:-715px -1170px}.emojione-1f335{background-position:-780px -1170px}.emojione-1f336{background-position:-845px -1170px}.emojione-1f337{background-position:-910px -1170px}.emojione-1f338{background-position:-975px -1170px}.emojione-1f339{background-position:-1040px -1170px}.emojione-1f33a{background-position:-1105px -1170px}.emojione-1f33b{background-position:-1170px -1170px}.emojione-1f33c{background-position:-1235px 0}.emojione-1f33d{background-position:-1235px -65px}.emojione-1f33e{background-position:-1235px -130px}.emojione-1f33f{background-position:-1235px -195px}.emojione-1f340{background-position:-1235px -260px}.emojione-1f341{background-position:-1235px -325px}.emojione-1f342{background-position:-1235px -390px}.emojione-1f343{background-position:-1235px -455px}.emojione-1f344{background-position:-1235px -520px}.emojione-1f345{background-position:-1235px -585px}.emojione-1f346{background-position:-1235px -650px}.emojione-1f347{background-position:-1235px -715px}.emojione-1f348{background-position:-1235px -780px}.emojione-1f349{background-position:-1235px -845px}.emojione-1f34a{background-position:-1235px -910px}.emojione-1f34b{background-position:-1235px -975px}.emojione-1f34c{background-position:-1235px -1040px}.emojione-1f34d{background-position:-1235px -1105px}.emojione-1f34e{background-position:-1235px -1170px}.emojione-1f34f{background-position:0 -1235px}.emojione-1f350{background-position:-65px -1235px}.emojione-1f351{background-position:-130px -1235px}.emojione-1f352{background-position:-195px -1235px}.emojione-1f353{background-position:-260px -1235px}.emojione-1f354{background-position:-325px -1235px}.emojione-1f355{background-position:-390px -1235px}.emojione-1f356{background-position:-455px -1235px}.emojione-1f357{background-position:-520px -1235px}.emojione-1f358{background-position:-585px -1235px}.emojione-1f359{background-position:-650px -1235px}.emojione-1f35a{background-position:-715px -1235px}.emojione-1f35b{background-position:-780px -1235px}.emojione-1f35c{background-position:-845px -1235px}.emojione-1f35d{background-position:-910px -1235px}.emojione-1f35e{background-position:-975px -1235px}.emojione-1f35f{background-position:-1040px -1235px}.emojione-1f360{background-position:-1105px -1235px}.emojione-1f361{background-position:-1170px -1235px}.emojione-1f362{background-position:-1235px -1235px}.emojione-1f363{background-position:-1300px 0}.emojione-1f364{background-position:-1300px -65px}.emojione-1f365{background-position:-1300px -130px}.emojione-1f366{background-position:-1300px -195px}.emojione-1f367{background-position:-1300px -260px}.emojione-1f368{background-position:-1300px -325px}.emojione-1f369{background-position:-1300px -390px}.emojione-1f36a{background-position:-1300px -455px}.emojione-1f36b{background-position:-1300px -520px}.emojione-1f36c{background-position:-1300px -585px}.emojione-1f36d{background-position:-1300px -650px}.emojione-1f36e{background-position:-1300px -715px}.emojione-1f36f{background-position:-1300px -780px}.emojione-1f370{background-position:-1300px -845px}.emojione-1f371{background-position:-1300px -910px}.emojione-1f372{background-position:-1300px -975px}.emojione-1f373{background-position:-1300px -1040px}.emojione-1f374{background-position:-1300px -1105px}.emojione-1f375{background-position:-1300px -1170px}.emojione-1f376{background-position:-1300px -1235px}.emojione-1f377{background-position:0 -1300px}.emojione-1f378{background-position:-65px -1300px}.emojione-1f379{background-position:-130px -1300px}.emojione-1f37a{background-position:-195px -1300px}.emojione-1f37b{background-position:-260px -1300px}.emojione-1f37c{background-position:-325px -1300px}.emojione-1f37d{background-position:-390px -1300px}.emojione-1f37e{background-position:-455px -1300px}.emojione-1f37f{background-position:-520px -1300px}.emojione-1f380{background-position:-585px -1300px}.emojione-1f381{background-position:-650px -1300px}.emojione-1f382{background-position:-715px -1300px}.emojione-1f383{background-position:-780px -1300px}.emojione-1f384{background-position:-845px -1300px}.emojione-1f385-1f3fb{background-position:-910px -1300px}.emojione-1f385-1f3fc{background-position:-975px -1300px}.emojione-1f385-1f3fd{background-position:-1040px -1300px}.emojione-1f385-1f3fe{background-position:-1105px -1300px}.emojione-1f385-1f3ff{background-position:-1170px -1300px}.emojione-1f385{background-position:-1235px -1300px}.emojione-1f386{background-position:-1300px -1300px}.emojione-1f387{background-position:-1365px 0}.emojione-1f388{background-position:-1365px -65px}.emojione-1f389{background-position:-1365px -130px}.emojione-1f38a{background-position:-1365px -195px}.emojione-1f38b{background-position:-1365px -260px}.emojione-1f38c{background-position:-1365px -325px}.emojione-1f38d{background-position:-1365px -390px}.emojione-1f38e{background-position:-1365px -455px}.emojione-1f38f{background-position:-1365px -520px}.emojione-1f390{background-position:-1365px -585px}.emojione-1f391{background-position:-1365px -650px}.emojione-1f392{background-position:-1365px -715px}.emojione-1f393{background-position:-1365px -780px}.emojione-1f396{background-position:-1365px -845px}.emojione-1f397{background-position:-1365px -910px}.emojione-1f399{background-position:-1365px -975px}.emojione-1f39a{background-position:-1365px -1040px}.emojione-1f39b{background-position:-1365px -1105px}.emojione-1f39e{background-position:-1365px -1170px}.emojione-1f39f{background-position:-1365px -1235px}.emojione-1f3a0{background-position:-1365px -1300px}.emojione-1f3a1{background-position:0 -1365px}.emojione-1f3a2{background-position:-65px -1365px}.emojione-1f3a3{background-position:-130px -1365px}.emojione-1f3a4{background-position:-195px -1365px}.emojione-1f3a5{background-position:-260px -1365px}.emojione-1f3a6{background-position:-325px -1365px}.emojione-1f3a7{background-position:-390px -1365px}.emojione-1f3a8{background-position:-455px -1365px}.emojione-1f3a9{background-position:-520px -1365px}.emojione-1f3aa{background-position:-585px -1365px}.emojione-1f3ab{background-position:-650px -1365px}.emojione-1f3ac{background-position:-715px -1365px}.emojione-1f3ad{background-position:-780px -1365px}.emojione-1f3ae{background-position:-845px -1365px}.emojione-1f3af{background-position:-910px -1365px}.emojione-1f3b0{background-position:-975px -1365px}.emojione-1f3b1{background-position:-1040px -1365px}.emojione-1f3b2{background-position:-1105px -1365px}.emojione-1f3b3{background-position:-1170px -1365px}.emojione-1f3b4{background-position:-1235px -1365px}.emojione-1f3b5{background-position:-1300px -1365px}.emojione-1f3b6{background-position:-1365px -1365px}.emojione-1f3b7{background-position:-1430px 0}.emojione-1f3b8{background-position:-1430px -65px}.emojione-1f3b9{background-position:-1430px -130px}.emojione-1f3ba{background-position:-1430px -195px}.emojione-1f3bb{background-position:-1430px -260px}.emojione-1f3bc{background-position:-1430px -325px}.emojione-1f3bd{background-position:-1430px -390px}.emojione-1f3be{background-position:-1430px -455px}.emojione-1f3bf{background-position:-1430px -520px}.emojione-1f3c0{background-position:-1430px -585px}.emojione-1f3c1{background-position:-1430px -650px}.emojione-1f3c2{background-position:-1430px -715px}.emojione-1f3c3-1f3fb{background-position:-1430px -780px}.emojione-1f3c3-1f3fc{background-position:-1430px -845px}.emojione-1f3c3-1f3fd{background-position:-1430px -910px}.emojione-1f3c3-1f3fe{background-position:-1430px -975px}.emojione-1f3c3-1f3ff{background-position:-1430px -1040px}.emojione-1f3c3{background-position:-1430px -1105px}.emojione-1f3c4-1f3fb{background-position:-1430px -1170px}.emojione-1f3c4-1f3fc{background-position:-1430px -1235px}.emojione-1f3c4-1f3fd{background-position:-1430px -1300px}.emojione-1f3c4-1f3fe{background-position:-1430px -1365px}.emojione-1f3c4-1f3ff{background-position:0 -1430px}.emojione-1f3c4{background-position:-65px -1430px}.emojione-1f3c5{background-position:-130px -1430px}.emojione-1f3c6{background-position:-195px -1430px}.emojione-1f3c7-1f3fb{background-position:-260px -1430px}.emojione-1f3c7-1f3fc{background-position:-325px -1430px}.emojione-1f3c7-1f3fd{background-position:-390px -1430px}.emojione-1f3c7-1f3fe{background-position:-455px -1430px}.emojione-1f3c7-1f3ff{background-position:-520px -1430px}.emojione-1f3c7{background-position:-585px -1430px}.emojione-1f3c8{background-position:-650px -1430px}.emojione-1f3c9{background-position:-715px -1430px}.emojione-1f3ca-1f3fb{background-position:-780px -1430px}.emojione-1f3ca-1f3fc{background-position:-845px -1430px}.emojione-1f3ca-1f3fd{background-position:-910px -1430px}.emojione-1f3ca-1f3fe{background-position:-975px -1430px}.emojione-1f3ca-1f3ff{background-position:-1040px -1430px}.emojione-1f3ca{background-position:-1105px -1430px}.emojione-1f3cb-1f3fb{background-position:-1170px -1430px}.emojione-1f3cb-1f3fc{background-position:-1235px -1430px}.emojione-1f3cb-1f3fd{background-position:-1300px -1430px}.emojione-1f3cb-1f3fe{background-position:-1365px -1430px}.emojione-1f3cb-1f3ff{background-position:-1430px -1430px}.emojione-1f3cb{background-position:-1495px 0}.emojione-1f3cc{background-position:-1495px -65px}.emojione-1f3cd{background-position:-1495px -130px}.emojione-1f3ce{background-position:-1495px -195px}.emojione-1f3cf{background-position:-1495px -260px}.emojione-1f3d0{background-position:-1495px -325px}.emojione-1f3d1{background-position:-1495px -390px}.emojione-1f3d2{background-position:-1495px -455px}.emojione-1f3d3{background-position:-1495px -520px}.emojione-1f3d4{background-position:-1495px -585px}.emojione-1f3d5{background-position:-1495px -650px}.emojione-1f3d6{background-position:-1495px -715px}.emojione-1f3d7{background-position:-1495px -780px}.emojione-1f3d8{background-position:-1495px -845px}.emojione-1f3d9{background-position:-1495px -910px}.emojione-1f3da{background-position:-1495px -975px}.emojione-1f3db{background-position:-1495px -1040px}.emojione-1f3dc{background-position:-1495px -1105px}.emojione-1f3dd{background-position:-1495px -1170px}.emojione-1f3de{background-position:-1495px -1235px}.emojione-1f3df{background-position:-1495px -1300px}.emojione-1f3e0{background-position:-1495px -1365px}.emojione-1f3e1{background-position:-1495px -1430px}.emojione-1f3e2{background-position:0 -1495px}.emojione-1f3e3{background-position:-65px -1495px}.emojione-1f3e4{background-position:-130px -1495px}.emojione-1f3e5{background-position:-195px -1495px}.emojione-1f3e6{background-position:-260px -1495px}.emojione-1f3e7{background-position:-325px -1495px}.emojione-1f3e8{background-position:-390px -1495px}.emojione-1f3e9{background-position:-455px -1495px}.emojione-1f3ea{background-position:-520px -1495px}.emojione-1f3eb{background-position:-585px -1495px}.emojione-1f3ec{background-position:-650px -1495px}.emojione-1f3ed{background-position:-715px -1495px}.emojione-1f3ee{background-position:-780px -1495px}.emojione-1f3ef{background-position:-845px -1495px}.emojione-1f3f0{background-position:-910px -1495px}.emojione-1f3f3{background-position:-975px -1495px}.emojione-1f3f4{background-position:-1040px -1495px}.emojione-1f3f5{background-position:-1105px -1495px}.emojione-1f3f7{background-position:-1170px -1495px}.emojione-1f3f8{background-position:-1235px -1495px}.emojione-1f3f9{background-position:-1300px -1495px}.emojione-1f3fa{background-position:-1365px -1495px}.emojione-1f3fb{background-position:-1430px -1495px}.emojione-1f3fc{background-position:-1495px -1495px}.emojione-1f3fd{background-position:-1560px 0}.emojione-1f3fe{background-position:-1560px -65px}.emojione-1f3ff{background-position:-1560px -130px}.emojione-1f400{background-position:-1560px -195px}.emojione-1f401{background-position:-1560px -260px}.emojione-1f402{background-position:-1560px -325px}.emojione-1f403{background-position:-1560px -390px}.emojione-1f404{background-position:-1560px -455px}.emojione-1f405{background-position:-1560px -520px}.emojione-1f406{background-position:-1560px -585px}.emojione-1f407{background-position:-1560px -650px}.emojione-1f408{background-position:-1560px -715px}.emojione-1f409{background-position:-1560px -780px}.emojione-1f40a{background-position:-1560px -845px}.emojione-1f40b{background-position:-1560px -910px}.emojione-1f40c{background-position:-1560px -975px}.emojione-1f40d{background-position:-1560px -1040px}.emojione-1f40e{background-position:-1560px -1105px}.emojione-1f40f{background-position:-1560px -1170px}.emojione-1f410{background-position:-1560px -1235px}.emojione-1f411{background-position:-1560px -1300px}.emojione-1f412{background-position:-1560px -1365px}.emojione-1f413{background-position:-1560px -1430px}.emojione-1f414{background-position:-1560px -1495px}.emojione-1f415{background-position:0 -1560px}.emojione-1f416{background-position:-65px -1560px}.emojione-1f417{background-position:-130px -1560px}.emojione-1f418{background-position:-195px -1560px}.emojione-1f419{background-position:-260px -1560px}.emojione-1f41a{background-position:-325px -1560px}.emojione-1f41b{background-position:-390px -1560px}.emojione-1f41c{background-position:-455px -1560px}.emojione-1f41d{background-position:-520px -1560px}.emojione-1f41e{background-position:-585px -1560px}.emojione-1f41f{background-position:-650px -1560px}.emojione-1f420{background-position:-715px -1560px}.emojione-1f421{background-position:-780px -1560px}.emojione-1f422{background-position:-845px -1560px}.emojione-1f423{background-position:-910px -1560px}.emojione-1f424{background-position:-975px -1560px}.emojione-1f425{background-position:-1040px -1560px}.emojione-1f426{background-position:-1105px -1560px}.emojione-1f427{background-position:-1170px -1560px}.emojione-1f428{background-position:-1235px -1560px}.emojione-1f429{background-position:-1300px -1560px}.emojione-1f42a{background-position:-1365px -1560px}.emojione-1f42b{background-position:-1430px -1560px}.emojione-1f42c{background-position:-1495px -1560px}.emojione-1f42d{background-position:-1560px -1560px}.emojione-1f42e{background-position:-1625px 0}.emojione-1f42f{background-position:-1625px -65px}.emojione-1f430{background-position:-1625px -130px}.emojione-1f431{background-position:-1625px -195px}.emojione-1f432{background-position:-1625px -260px}.emojione-1f433{background-position:-1625px -325px}.emojione-1f434{background-position:-1625px -390px}.emojione-1f435{background-position:-1625px -455px}.emojione-1f436{background-position:-1625px -520px}.emojione-1f437{background-position:-1625px -585px}.emojione-1f438{background-position:-1625px -650px}.emojione-1f439{background-position:-1625px -715px}.emojione-1f43a{background-position:-1625px -780px}.emojione-1f43b{background-position:-1625px -845px}.emojione-1f43c{background-position:-1625px -910px}.emojione-1f43d{background-position:-1625px -975px}.emojione-1f43e{background-position:-1625px -1040px}.emojione-1f43f{background-position:-1625px -1105px}.emojione-1f440{background-position:-1625px -1170px}.emojione-1f441-1f5e8{background-position:-1625px -1235px}.emojione-1f441{background-position:-1625px -1300px}.emojione-1f442-1f3fb{background-position:-1625px -1365px}.emojione-1f442-1f3fc{background-position:-1625px -1430px}.emojione-1f442-1f3fd{background-position:-1625px -1495px}.emojione-1f442-1f3fe{background-position:-1625px -1560px}.emojione-1f442-1f3ff{background-position:0 -1625px}.emojione-1f442{background-position:-65px -1625px}.emojione-1f443-1f3fb{background-position:-130px -1625px}.emojione-1f443-1f3fc{background-position:-195px -1625px}.emojione-1f443-1f3fd{background-position:-260px -1625px}.emojione-1f443-1f3fe{background-position:-325px -1625px}.emojione-1f443-1f3ff{background-position:-390px -1625px}.emojione-1f443{background-position:-455px -1625px}.emojione-1f444{background-position:-520px -1625px}.emojione-1f445{background-position:-585px -1625px}.emojione-1f446-1f3fb{background-position:-650px -1625px}.emojione-1f446-1f3fc{background-position:-715px -1625px}.emojione-1f446-1f3fd{background-position:-780px -1625px}.emojione-1f446-1f3fe{background-position:-845px -1625px}.emojione-1f446-1f3ff{background-position:-910px -1625px}.emojione-1f446{background-position:-975px -1625px}.emojione-1f447-1f3fb{background-position:-1040px -1625px}.emojione-1f447-1f3fc{background-position:-1105px -1625px}.emojione-1f447-1f3fd{background-position:-1170px -1625px}.emojione-1f447-1f3fe{background-position:-1235px -1625px}.emojione-1f447-1f3ff{background-position:-1300px -1625px}.emojione-1f447{background-position:-1365px -1625px}.emojione-1f448-1f3fb{background-position:-1430px -1625px}.emojione-1f448-1f3fc{background-position:-1495px -1625px}.emojione-1f448-1f3fd{background-position:-1560px -1625px}.emojione-1f448-1f3fe{background-position:-1625px -1625px}.emojione-1f448-1f3ff{background-position:-1690px 0}.emojione-1f448{background-position:-1690px -65px}.emojione-1f449-1f3fb{background-position:-1690px -130px}.emojione-1f449-1f3fc{background-position:-1690px -195px}.emojione-1f449-1f3fd{background-position:-1690px -260px}.emojione-1f449-1f3fe{background-position:-1690px -325px}.emojione-1f449-1f3ff{background-position:-1690px -390px}.emojione-1f449{background-position:-1690px -455px}.emojione-1f44a-1f3fb{background-position:-1690px -520px}.emojione-1f44a-1f3fc{background-position:-1690px -585px}.emojione-1f44a-1f3fd{background-position:-1690px -650px}.emojione-1f44a-1f3fe{background-position:-1690px -715px}.emojione-1f44a-1f3ff{background-position:-1690px -780px}.emojione-1f44a{background-position:-1690px -845px}.emojione-1f44b-1f3fb{background-position:-1690px -910px}.emojione-1f44b-1f3fc{background-position:-1690px -975px}.emojione-1f44b-1f3fd{background-position:-1690px -1040px}.emojione-1f44b-1f3fe{background-position:-1690px -1105px}.emojione-1f44b-1f3ff{background-position:-1690px -1170px}.emojione-1f44b{background-position:-1690px -1235px}.emojione-1f44c-1f3fb{background-position:-1690px -1300px}.emojione-1f44c-1f3fc{background-position:-1690px -1365px}.emojione-1f44c-1f3fd{background-position:-1690px -1430px}.emojione-1f44c-1f3fe{background-position:-1690px -1495px}.emojione-1f44c-1f3ff{background-position:-1690px -1560px}.emojione-1f44c{background-position:-1690px -1625px}.emojione-1f44d-1f3fb{background-position:0 -1690px}.emojione-1f44d-1f3fc{background-position:-65px -1690px}.emojione-1f44d-1f3fd{background-position:-130px -1690px}.emojione-1f44d-1f3fe{background-position:-195px -1690px}.emojione-1f44d-1f3ff{background-position:-260px -1690px}.emojione-1f44d{background-position:-325px -1690px}.emojione-1f44e-1f3fb{background-position:-390px -1690px}.emojione-1f44e-1f3fc{background-position:-455px -1690px}.emojione-1f44e-1f3fd{background-position:-520px -1690px}.emojione-1f44e-1f3fe{background-position:-585px -1690px}.emojione-1f44e-1f3ff{background-position:-650px -1690px}.emojione-1f44e{background-position:-715px -1690px}.emojione-1f44f-1f3fb{background-position:-780px -1690px}.emojione-1f44f-1f3fc{background-position:-845px -1690px}.emojione-1f44f-1f3fd{background-position:-910px -1690px}.emojione-1f44f-1f3fe{background-position:-975px -1690px}.emojione-1f44f-1f3ff{background-position:-1040px -1690px}.emojione-1f44f{background-position:-1105px -1690px}.emojione-1f450-1f3fb{background-position:-1170px -1690px}.emojione-1f450-1f3fc{background-position:-1235px -1690px}.emojione-1f450-1f3fd{background-position:-1300px -1690px}.emojione-1f450-1f3fe{background-position:-1365px -1690px}.emojione-1f450-1f3ff{background-position:-1430px -1690px}.emojione-1f450{background-position:-1495px -1690px}.emojione-1f451{background-position:-1560px -1690px}.emojione-1f452{background-position:-1625px -1690px}.emojione-1f453{background-position:-1690px -1690px}.emojione-1f454{background-position:-1755px 0}.emojione-1f455{background-position:-1755px -65px}.emojione-1f456{background-position:-1755px -130px}.emojione-1f457{background-position:-1755px -195px}.emojione-1f458{background-position:-1755px -260px}.emojione-1f459{background-position:-1755px -325px}.emojione-1f45a{background-position:-1755px -390px}.emojione-1f45b{background-position:-1755px -455px}.emojione-1f45c{background-position:-1755px -520px}.emojione-1f45d{background-position:-1755px -585px}.emojione-1f45e{background-position:-1755px -650px}.emojione-1f45f{background-position:-1755px -715px}.emojione-1f460{background-position:-1755px -780px}.emojione-1f461{background-position:-1755px -845px}.emojione-1f462{background-position:-1755px -910px}.emojione-1f463{background-position:-1755px -975px}.emojione-1f464{background-position:-1755px -1040px}.emojione-1f465{background-position:-1755px -1105px}.emojione-1f466-1f3fb{background-position:-1755px -1170px}.emojione-1f466-1f3fc{background-position:-1755px -1235px}.emojione-1f466-1f3fd{background-position:-1755px -1300px}.emojione-1f466-1f3fe{background-position:-1755px -1365px}.emojione-1f466-1f3ff{background-position:-1755px -1430px}.emojione-1f466{background-position:-1755px -1495px}.emojione-1f467-1f3fb{background-position:-1755px -1560px}.emojione-1f467-1f3fc{background-position:-1755px -1625px}.emojione-1f467-1f3fd{background-position:-1755px -1690px}.emojione-1f467-1f3fe{background-position:0 -1755px}.emojione-1f467-1f3ff{background-position:-65px -1755px}.emojione-1f467{background-position:-130px -1755px}.emojione-1f468-1f3fb{background-position:-195px -1755px}.emojione-1f468-1f3fc{background-position:-260px -1755px}.emojione-1f468-1f3fd{background-position:-325px -1755px}.emojione-1f468-1f3fe{background-position:-390px -1755px}.emojione-1f468-1f3ff{background-position:-455px -1755px}.emojione-1f468-1f468-1f466-1f466{background-position:-520px -1755px}.emojione-1f468-1f468-1f466{background-position:-585px -1755px}.emojione-1f468-1f468-1f467-1f466{background-position:-650px -1755px}.emojione-1f468-1f468-1f467-1f467{background-position:-715px -1755px}.emojione-1f468-1f468-1f467{background-position:-780px -1755px}.emojione-1f468-1f469-1f466-1f466{background-position:-845px -1755px}.emojione-1f468-1f469-1f467-1f466{background-position:-910px -1755px}.emojione-1f468-1f469-1f467-1f467{background-position:-975px -1755px}.emojione-1f468-1f469-1f467{background-position:-1040px -1755px}.emojione-1f468-2764-1f468{background-position:-1105px -1755px}.emojione-1f468-2764-1f48b-1f468{background-position:-1170px -1755px}.emojione-1f468{background-position:-1235px -1755px}.emojione-1f469-1f3fb{background-position:-1300px -1755px}.emojione-1f469-1f3fc{background-position:-1365px -1755px}.emojione-1f469-1f3fd{background-position:-1430px -1755px}.emojione-1f469-1f3fe{background-position:-1495px -1755px}.emojione-1f469-1f3ff{background-position:-1560px -1755px}.emojione-1f469-1f469-1f466-1f466{background-position:-1625px -1755px}.emojione-1f469-1f469-1f466{background-position:-1690px -1755px}.emojione-1f469-1f469-1f467-1f466{background-position:-1755px -1755px}.emojione-1f469-1f469-1f467-1f467{background-position:-1820px 0}.emojione-1f469-1f469-1f467{background-position:-1820px -65px}.emojione-1f469-2764-1f469{background-position:-1820px -130px}.emojione-1f469-2764-1f48b-1f469{background-position:-1820px -195px}.emojione-1f469{background-position:-1820px -260px}.emojione-1f46a{background-position:-1820px -325px}.emojione-1f46b{background-position:-1820px -390px}.emojione-1f46c{background-position:-1820px -455px}.emojione-1f46d{background-position:-1820px -520px}.emojione-1f46e-1f3fb{background-position:-1820px -585px}.emojione-1f46e-1f3fc{background-position:-1820px -650px}.emojione-1f46e-1f3fd{background-position:-1820px -715px}.emojione-1f46e-1f3fe{background-position:-1820px -780px}.emojione-1f46e-1f3ff{background-position:-1820px -845px}.emojione-1f46e{background-position:-1820px -910px}.emojione-1f46f{background-position:-1820px -975px}.emojione-1f470-1f3fb{background-position:-1820px -1040px}.emojione-1f470-1f3fc{background-position:-1820px -1105px}.emojione-1f470-1f3fd{background-position:-1820px -1170px}.emojione-1f470-1f3fe{background-position:-1820px -1235px}.emojione-1f470-1f3ff{background-position:-1820px -1300px}.emojione-1f470{background-position:-1820px -1365px}.emojione-1f471-1f3fb{background-position:-1820px -1430px}.emojione-1f471-1f3fc{background-position:-1820px -1495px}.emojione-1f471-1f3fd{background-position:-1820px -1560px}.emojione-1f471-1f3fe{background-position:-1820px -1625px}.emojione-1f471-1f3ff{background-position:-1820px -1690px}.emojione-1f471{background-position:-1820px -1755px}.emojione-1f472-1f3fb{background-position:0 -1820px}.emojione-1f472-1f3fc{background-position:-65px -1820px}.emojione-1f472-1f3fd{background-position:-130px -1820px}.emojione-1f472-1f3fe{background-position:-195px -1820px}.emojione-1f472-1f3ff{background-position:-260px -1820px}.emojione-1f472{background-position:-325px -1820px}.emojione-1f473-1f3fb{background-position:-390px -1820px}.emojione-1f473-1f3fc{background-position:-455px -1820px}.emojione-1f473-1f3fd{background-position:-520px -1820px}.emojione-1f473-1f3fe{background-position:-585px -1820px}.emojione-1f473-1f3ff{background-position:-650px -1820px}.emojione-1f473{background-position:-715px -1820px}.emojione-1f474-1f3fb{background-position:-780px -1820px}.emojione-1f474-1f3fc{background-position:-845px -1820px}.emojione-1f474-1f3fd{background-position:-910px -1820px}.emojione-1f474-1f3fe{background-position:-975px -1820px}.emojione-1f474-1f3ff{background-position:-1040px -1820px}.emojione-1f474{background-position:-1105px -1820px}.emojione-1f475-1f3fb{background-position:-1170px -1820px}.emojione-1f475-1f3fc{background-position:-1235px -1820px}.emojione-1f475-1f3fd{background-position:-1300px -1820px}.emojione-1f475-1f3fe{background-position:0 0}.emojione-1f475-1f3ff{background-position:-1430px -1820px}.emojione-1f475{background-position:-1495px -1820px}.emojione-1f476-1f3fb{background-position:-1560px -1820px}.emojione-1f476-1f3fc{background-position:-1625px -1820px}.emojione-1f476-1f3fd{background-position:-1690px -1820px}.emojione-1f476-1f3fe{background-position:-1755px -1820px}.emojione-1f476-1f3ff{background-position:-1820px -1820px}.emojione-1f476{background-position:-1885px 0}.emojione-1f477-1f3fb{background-position:-1885px -65px}.emojione-1f477-1f3fc{background-position:-1885px -130px}.emojione-1f477-1f3fd{background-position:-1885px -195px}.emojione-1f477-1f3fe{background-position:-1885px -260px}.emojione-1f477-1f3ff{background-position:-1885px -325px}.emojione-1f477{background-position:-1885px -390px}.emojione-1f478-1f3fb{background-position:-1885px -455px}.emojione-1f478-1f3fc{background-position:-1885px -520px}.emojione-1f478-1f3fd{background-position:-1885px -585px}.emojione-1f478-1f3fe{background-position:-1885px -650px}.emojione-1f478-1f3ff{background-position:-1885px -715px}.emojione-1f478{background-position:-1885px -780px}.emojione-1f479{background-position:-1885px -845px}.emojione-1f47a{background-position:-1885px -910px}.emojione-1f47b{background-position:-1885px -975px}.emojione-1f47c-1f3fb{background-position:-1885px -1040px}.emojione-1f47c-1f3fc{background-position:-1885px -1105px}.emojione-1f47c-1f3fd{background-position:-1885px -1170px}.emojione-1f47c-1f3fe{background-position:-1885px -1235px}.emojione-1f47c-1f3ff{background-position:-1885px -1300px}.emojione-1f47c{background-position:-1885px -1365px}.emojione-1f47d{background-position:-1885px -1430px}.emojione-1f47e{background-position:-1885px -1495px}.emojione-1f47f{background-position:-1885px -1560px}.emojione-1f480{background-position:-1885px -1625px}.emojione-1f481-1f3fb{background-position:-1885px -1690px}.emojione-1f481-1f3fc{background-position:-1885px -1755px}.emojione-1f481-1f3fd{background-position:-1885px -1820px}.emojione-1f481-1f3fe{background-position:0 -1885px}.emojione-1f481-1f3ff{background-position:-65px -1885px}.emojione-1f481{background-position:-130px -1885px}.emojione-1f482-1f3fb{background-position:-195px -1885px}.emojione-1f482-1f3fc{background-position:-260px -1885px}.emojione-1f482-1f3fd{background-position:-325px -1885px}.emojione-1f482-1f3fe{background-position:-390px -1885px}.emojione-1f482-1f3ff{background-position:-455px -1885px}.emojione-1f482{background-position:-520px -1885px}.emojione-1f483-1f3fb{background-position:-585px -1885px}.emojione-1f483-1f3fc{background-position:-650px -1885px}.emojione-1f483-1f3fd{background-position:-715px -1885px}.emojione-1f483-1f3fe{background-position:-780px -1885px}.emojione-1f483-1f3ff{background-position:-845px -1885px}.emojione-1f483{background-position:-910px -1885px}.emojione-1f484{background-position:-975px -1885px}.emojione-1f485-1f3fb{background-position:-1040px -1885px}.emojione-1f485-1f3fc{background-position:-1105px -1885px}.emojione-1f485-1f3fd{background-position:-1170px -1885px}.emojione-1f485-1f3fe{background-position:-1235px -1885px}.emojione-1f485-1f3ff{background-position:-1300px -1885px}.emojione-1f485{background-position:-1365px -1885px}.emojione-1f486-1f3fb{background-position:-1430px -1885px}.emojione-1f486-1f3fc{background-position:-1495px -1885px}.emojione-1f486-1f3fd{background-position:-1560px -1885px}.emojione-1f486-1f3fe{background-position:-1625px -1885px}.emojione-1f486-1f3ff{background-position:-1690px -1885px}.emojione-1f486{background-position:-1755px -1885px}.emojione-1f487-1f3fb{background-position:-1820px -1885px}.emojione-1f487-1f3fc{background-position:-1885px -1885px}.emojione-1f487-1f3fd{background-position:-1950px 0}.emojione-1f487-1f3fe{background-position:-1950px -65px}.emojione-1f487-1f3ff{background-position:-1950px -130px}.emojione-1f487{background-position:-1950px -195px}.emojione-1f488{background-position:-1950px -260px}.emojione-1f489{background-position:-1950px -325px}.emojione-1f48a{background-position:-1950px -390px}.emojione-1f48b{background-position:-1950px -455px}.emojione-1f48c{background-position:-1950px -520px}.emojione-1f48d{background-position:-1950px -585px}.emojione-1f48e{background-position:-1950px -650px}.emojione-1f48f{background-position:-1950px -715px}.emojione-1f490{background-position:-1950px -780px}.emojione-1f491{background-position:-1950px -845px}.emojione-1f492{background-position:-1950px -910px}.emojione-1f493{background-position:-1950px -975px}.emojione-1f494{background-position:-1950px -1040px}.emojione-1f495{background-position:-1950px -1105px}.emojione-1f496{background-position:-1950px -1170px}.emojione-1f497{background-position:-1950px -1235px}.emojione-1f498{background-position:-1950px -1300px}.emojione-1f499{background-position:-1950px -1365px}.emojione-1f49a{background-position:-1950px -1430px}.emojione-1f49b{background-position:-1950px -1495px}.emojione-1f49c{background-position:-1950px -1560px}.emojione-1f49d{background-position:-1950px -1625px}.emojione-1f49e{background-position:-1950px -1690px}.emojione-1f49f{background-position:-1950px -1755px}.emojione-1f4a0{background-position:-1950px -1820px}.emojione-1f4a1{background-position:-1950px -1885px}.emojione-1f4a2{background-position:0 -1950px}.emojione-1f4a3{background-position:-65px -1950px}.emojione-1f4a4{background-position:-130px -1950px}.emojione-1f4a5{background-position:-195px -1950px}.emojione-1f4a6{background-position:-260px -1950px}.emojione-1f4a7{background-position:-325px -1950px}.emojione-1f4a8{background-position:-390px -1950px}.emojione-1f4a9{background-position:-455px -1950px}.emojione-1f4aa-1f3fb{background-position:-520px -1950px}.emojione-1f4aa-1f3fc{background-position:-585px -1950px}.emojione-1f4aa-1f3fd{background-position:-650px -1950px}.emojione-1f4aa-1f3fe{background-position:-715px -1950px}.emojione-1f4aa-1f3ff{background-position:-780px -1950px}.emojione-1f4aa{background-position:-845px -1950px}.emojione-1f4ab{background-position:-910px -1950px}.emojione-1f4ac{background-position:-975px -1950px}.emojione-1f4ad{background-position:-1040px -1950px}.emojione-1f4ae{background-position:-1105px -1950px}.emojione-1f4af{background-position:-1170px -1950px}.emojione-1f4b0{background-position:-1235px -1950px}.emojione-1f4b1{background-position:-1300px -1950px}.emojione-1f4b2{background-position:-1365px -1950px}.emojione-1f4b3{background-position:-1430px -1950px}.emojione-1f4b4{background-position:-1495px -1950px}.emojione-1f4b5{background-position:-1560px -1950px}.emojione-1f4b6{background-position:-1625px -1950px}.emojione-1f4b7{background-position:-1690px -1950px}.emojione-1f4b8{background-position:-1755px -1950px}.emojione-1f4b9{background-position:-1820px -1950px}.emojione-1f4ba{background-position:-1885px -1950px}.emojione-1f4bb{background-position:-1950px -1950px}.emojione-1f4bc{background-position:-2015px 0}.emojione-1f4bd{background-position:-2015px -65px}.emojione-1f4be{background-position:-2015px -130px}.emojione-1f4bf{background-position:-2015px -195px}.emojione-1f4c0{background-position:-2015px -260px}.emojione-1f4c1{background-position:-2015px -325px}.emojione-1f4c2{background-position:-2015px -390px}.emojione-1f4c3{background-position:-2015px -455px}.emojione-1f4c4{background-position:-2015px -520px}.emojione-1f4c5{background-position:-2015px -585px}.emojione-1f4c6{background-position:-2015px -650px}.emojione-1f4c7{background-position:-2015px -715px}.emojione-1f4c8{background-position:-2015px -780px}.emojione-1f4c9{background-position:-2015px -845px}.emojione-1f4ca{background-position:-2015px -910px}.emojione-1f4cb{background-position:-2015px -975px}.emojione-1f4cc{background-position:-2015px -1040px}.emojione-1f4cd{background-position:-2015px -1105px}.emojione-1f4ce{background-position:-2015px -1170px}.emojione-1f4cf{background-position:-2015px -1235px}.emojione-1f4d0{background-position:-2015px -1300px}.emojione-1f4d1{background-position:-2015px -1365px}.emojione-1f4d2{background-position:-2015px -1430px}.emojione-1f4d3{background-position:-2015px -1495px}.emojione-1f4d4{background-position:-2015px -1560px}.emojione-1f4d5{background-position:-2015px -1625px}.emojione-1f4d6{background-position:-2015px -1690px}.emojione-1f4d7{background-position:-2015px -1755px}.emojione-1f4d8{background-position:-2015px -1820px}.emojione-1f4d9{background-position:-2015px -1885px}.emojione-1f4da{background-position:-2015px -1950px}.emojione-1f4db{background-position:0 -2015px}.emojione-1f4dc{background-position:-65px -2015px}.emojione-1f4dd{background-position:-130px -2015px}.emojione-1f4de{background-position:-195px -2015px}.emojione-1f4df{background-position:-260px -2015px}.emojione-1f4e0{background-position:-325px -2015px}.emojione-1f4e1{background-position:-390px -2015px}.emojione-1f4e2{background-position:-455px -2015px}.emojione-1f4e3{background-position:-520px -2015px}.emojione-1f4e4{background-position:-585px -2015px}.emojione-1f4e5{background-position:-650px -2015px}.emojione-1f4e6{background-position:-715px -2015px}.emojione-1f4e7{background-position:-780px -2015px}.emojione-1f4e8{background-position:-845px -2015px}.emojione-1f4e9{background-position:-910px -2015px}.emojione-1f4ea{background-position:-975px -2015px}.emojione-1f4eb{background-position:-1040px -2015px}.emojione-1f4ec{background-position:-1105px -2015px}.emojione-1f4ed{background-position:-1170px -2015px}.emojione-1f4ee{background-position:-1235px -2015px}.emojione-1f4ef{background-position:-1300px -2015px}.emojione-1f4f0{background-position:-1365px -2015px}.emojione-1f4f1{background-position:-1430px -2015px}.emojione-1f4f2{background-position:-1495px -2015px}.emojione-1f4f3{background-position:-1560px -2015px}.emojione-1f4f4{background-position:-1625px -2015px}.emojione-1f4f5{background-position:-1690px -2015px}.emojione-1f4f6{background-position:-1755px -2015px}.emojione-1f4f7{background-position:-1820px -2015px}.emojione-1f4f8{background-position:-1885px -2015px}.emojione-1f4f9{background-position:-1950px -2015px}.emojione-1f4fa{background-position:-2015px -2015px}.emojione-1f4fb{background-position:-2080px 0}.emojione-1f4fc{background-position:-2080px -65px}.emojione-1f4fd{background-position:-2080px -130px}.emojione-1f4ff{background-position:-2080px -195px}.emojione-1f500{background-position:-2080px -260px}.emojione-1f501{background-position:-2080px -325px}.emojione-1f502{background-position:-2080px -390px}.emojione-1f503{background-position:-2080px -455px}.emojione-1f504{background-position:-2080px -520px}.emojione-1f505{background-position:-2080px -585px}.emojione-1f506{background-position:-2080px -650px}.emojione-1f507{background-position:-2080px -715px}.emojione-1f508{background-position:-2080px -780px}.emojione-1f509{background-position:-2080px -845px}.emojione-1f50a{background-position:-2080px -910px}.emojione-1f50b{background-position:-2080px -975px}.emojione-1f50c{background-position:-2080px -1040px}.emojione-1f50d{background-position:-2080px -1105px}.emojione-1f50e{background-position:-2080px -1170px}.emojione-1f50f{background-position:-2080px -1235px}.emojione-1f510{background-position:-2080px -1300px}.emojione-1f511{background-position:-2080px -1365px}.emojione-1f512{background-position:-2080px -1430px}.emojione-1f513{background-position:-2080px -1495px}.emojione-1f514{background-position:-2080px -1560px}.emojione-1f515{background-position:-2080px -1625px}.emojione-1f516{background-position:-2080px -1690px}.emojione-1f517{background-position:-2080px -1755px}.emojione-1f518{background-position:-2080px -1820px}.emojione-1f519{background-position:-2080px -1885px}.emojione-1f51a{background-position:-2080px -1950px}.emojione-1f51b{background-position:-2080px -2015px}.emojione-1f51c{background-position:0 -2080px}.emojione-1f51d{background-position:-65px -2080px}.emojione-1f51e{background-position:-130px -2080px}.emojione-1f51f{background-position:-195px -2080px}.emojione-1f520{background-position:-260px -2080px}.emojione-1f521{background-position:-325px -2080px}.emojione-1f522{background-position:-390px -2080px}.emojione-1f523{background-position:-455px -2080px}.emojione-1f524{background-position:-520px -2080px}.emojione-1f525{background-position:-585px -2080px}.emojione-1f526{background-position:-650px -2080px}.emojione-1f527{background-position:-715px -2080px}.emojione-1f528{background-position:-780px -2080px}.emojione-1f529{background-position:-845px -2080px}.emojione-1f52a{background-position:-910px -2080px}.emojione-1f52b{background-position:-975px -2080px}.emojione-1f52c{background-position:-1040px -2080px}.emojione-1f52d{background-position:-1105px -2080px}.emojione-1f52e{background-position:-1170px -2080px}.emojione-1f52f{background-position:-1235px -2080px}.emojione-1f530{background-position:-1300px -2080px}.emojione-1f531{background-position:-1365px -2080px}.emojione-1f532{background-position:-1430px -2080px}.emojione-1f533{background-position:-1495px -2080px}.emojione-1f534{background-position:-1560px -2080px}.emojione-1f535{background-position:-1625px -2080px}.emojione-1f536{background-position:-1690px -2080px}.emojione-1f537{background-position:-1755px -2080px}.emojione-1f538{background-position:-1820px -2080px}.emojione-1f539{background-position:-1885px -2080px}.emojione-1f53a{background-position:-1950px -2080px}.emojione-1f53b{background-position:-2015px -2080px}.emojione-1f53c{background-position:-2080px -2080px}.emojione-1f53d{background-position:-2145px 0}.emojione-1f549{background-position:-2145px -65px}.emojione-1f54a{background-position:-2145px -130px}.emojione-1f54b{background-position:-2145px -195px}.emojione-1f54c{background-position:-2145px -260px}.emojione-1f54d{background-position:-2145px -325px}.emojione-1f54e{background-position:-2145px -390px}.emojione-1f550{background-position:-2145px -455px}.emojione-1f551{background-position:-2145px -520px}.emojione-1f552{background-position:-2145px -585px}.emojione-1f553{background-position:-2145px -650px}.emojione-1f554{background-position:-2145px -715px}.emojione-1f555{background-position:-2145px -780px}.emojione-1f556{background-position:-2145px -845px}.emojione-1f557{background-position:-2145px -910px}.emojione-1f558{background-position:-2145px -975px}.emojione-1f559{background-position:-2145px -1040px}.emojione-1f55a{background-position:-2145px -1105px}.emojione-1f55b{background-position:-2145px -1170px}.emojione-1f55c{background-position:-2145px -1235px}.emojione-1f55d{background-position:-2145px -1300px}.emojione-1f55e{background-position:-2145px -1365px}.emojione-1f55f{background-position:-2145px -1430px}.emojione-1f560{background-position:-2145px -1495px}.emojione-1f561{background-position:-2145px -1560px}.emojione-1f562{background-position:-2145px -1625px}.emojione-1f563{background-position:-2145px -1690px}.emojione-1f564{background-position:-2145px -1755px}.emojione-1f565{background-position:-2145px -1820px}.emojione-1f566{background-position:-2145px -1885px}.emojione-1f567{background-position:-2145px -1950px}.emojione-1f56f{background-position:-2145px -2015px}.emojione-1f570{background-position:-2145px -2080px}.emojione-1f573{background-position:0 -2145px}.emojione-1f574{background-position:-65px -2145px}.emojione-1f575-1f3fb{background-position:-130px -2145px}.emojione-1f575-1f3fc{background-position:-195px -2145px}.emojione-1f575-1f3fd{background-position:-260px -2145px}.emojione-1f575-1f3fe{background-position:-325px -2145px}.emojione-1f575-1f3ff{background-position:-390px -2145px}.emojione-1f575{background-position:-455px -2145px}.emojione-1f576{background-position:-520px -2145px}.emojione-1f577{background-position:-585px -2145px}.emojione-1f578{background-position:-650px -2145px}.emojione-1f579{background-position:-715px -2145px}.emojione-1f587{background-position:-780px -2145px}.emojione-1f58a{background-position:-845px -2145px}.emojione-1f58b{background-position:-910px -2145px}.emojione-1f58c{background-position:-975px -2145px}.emojione-1f58d{background-position:-1040px -2145px}.emojione-1f590-1f3fb{background-position:-1105px -2145px}.emojione-1f590-1f3fc{background-position:-1170px -2145px}.emojione-1f590-1f3fd{background-position:-1235px -2145px}.emojione-1f590-1f3fe{background-position:-1300px -2145px}.emojione-1f590-1f3ff{background-position:-1365px -2145px}.emojione-1f590{background-position:-1430px -2145px}.emojione-1f595-1f3fb{background-position:-1495px -2145px}.emojione-1f595-1f3fc{background-position:-1560px -2145px}.emojione-1f595-1f3fd{background-position:-1625px -2145px}.emojione-1f595-1f3fe{background-position:-1690px -2145px}.emojione-1f595-1f3ff{background-position:-1755px -2145px}.emojione-1f595{background-position:-1820px -2145px}.emojione-1f596-1f3fb{background-position:-1885px -2145px}.emojione-1f596-1f3fc{background-position:-1950px -2145px}.emojione-1f596-1f3fd{background-position:-2015px -2145px}.emojione-1f596-1f3fe{background-position:-2080px -2145px}.emojione-1f596-1f3ff{background-position:-2145px -2145px}.emojione-1f596{background-position:-2210px 0}.emojione-1f5a5{background-position:-2210px -65px}.emojione-1f5a8{background-position:-2210px -130px}.emojione-1f5b1{background-position:-2210px -195px}.emojione-1f5b2{background-position:-2210px -260px}.emojione-1f5bc{background-position:-2210px -325px}.emojione-1f5c2{background-position:-2210px -390px}.emojione-1f5c3{background-position:-2210px -455px}.emojione-1f5c4{background-position:-2210px -520px}.emojione-1f5d1{background-position:-2210px -585px}.emojione-1f5d2{background-position:-2210px -650px}.emojione-1f5d3{background-position:-2210px -715px}.emojione-1f5dc{background-position:-2210px -780px}.emojione-1f5dd{background-position:-2210px -845px}.emojione-1f5de{background-position:-2210px -910px}.emojione-1f5e1{background-position:-2210px -975px}.emojione-1f5e3{background-position:-2210px -1040px}.emojione-1f5ef{background-position:-2210px -1105px}.emojione-1f5f3{background-position:-2210px -1170px}.emojione-1f5fa{background-position:-2210px -1235px}.emojione-1f5fb{background-position:-2210px -1300px}.emojione-1f5fc{background-position:-2210px -1365px}.emojione-1f5fd{background-position:-2210px -1430px}.emojione-1f5fe{background-position:-2210px -1495px}.emojione-1f5ff{background-position:-2210px -1560px}.emojione-1f600{background-position:-2210px -1625px}.emojione-1f601{background-position:-2210px -1690px}.emojione-1f602{background-position:-2210px -1755px}.emojione-1f603{background-position:-2210px -1820px}.emojione-1f604{background-position:-2210px -1885px}.emojione-1f605{background-position:-2210px -1950px}.emojione-1f606{background-position:-2210px -2015px}.emojione-1f607{background-position:-2210px -2080px}.emojione-1f608{background-position:-2210px -2145px}.emojione-1f609{background-position:0 -2210px}.emojione-1f60a{background-position:-65px -2210px}.emojione-1f60b{background-position:-130px -2210px}.emojione-1f60c{background-position:-195px -2210px}.emojione-1f60d{background-position:-260px -2210px}.emojione-1f60e{background-position:-325px -2210px}.emojione-1f60f{background-position:-390px -2210px}.emojione-1f610{background-position:-455px -2210px}.emojione-1f611{background-position:-520px -2210px}.emojione-1f612{background-position:-585px -2210px}.emojione-1f613{background-position:-650px -2210px}.emojione-1f614{background-position:-715px -2210px}.emojione-1f615{background-position:-780px -2210px}.emojione-1f616{background-position:-845px -2210px}.emojione-1f617{background-position:-910px -2210px}.emojione-1f618{background-position:-975px -2210px}.emojione-1f619{background-position:-1040px -2210px}.emojione-1f61a{background-position:-1105px -2210px}.emojione-1f61b{background-position:-1170px -2210px}.emojione-1f61c{background-position:-1235px -2210px}.emojione-1f61d{background-position:-1300px -2210px}.emojione-1f61e{background-position:-1365px -2210px}.emojione-1f61f{background-position:-1430px -2210px}.emojione-1f620{background-position:-1495px -2210px}.emojione-1f621{background-position:-1560px -2210px}.emojione-1f622{background-position:-1625px -2210px}.emojione-1f623{background-position:-1690px -2210px}.emojione-1f624{background-position:-1755px -2210px}.emojione-1f625{background-position:-1820px -2210px}.emojione-1f626{background-position:-1885px -2210px}.emojione-1f627{background-position:-1950px -2210px}.emojione-1f628{background-position:-2015px -2210px}.emojione-1f629{background-position:-2080px -2210px}.emojione-1f62a{background-position:-2145px -2210px}.emojione-1f62b{background-position:-2210px -2210px}.emojione-1f62c{background-position:-2275px 0}.emojione-1f62d{background-position:-2275px -65px}.emojione-1f62e{background-position:-2275px -130px}.emojione-1f62f{background-position:-2275px -195px}.emojione-1f630{background-position:-2275px -260px}.emojione-1f631{background-position:-2275px -325px}.emojione-1f632{background-position:-2275px -390px}.emojione-1f633{background-position:-2275px -455px}.emojione-1f634{background-position:-2275px -520px}.emojione-1f635{background-position:-2275px -585px}.emojione-1f636{background-position:-2275px -650px}.emojione-1f637{background-position:-2275px -715px}.emojione-1f638{background-position:-2275px -780px}.emojione-1f639{background-position:-2275px -845px}.emojione-1f63a{background-position:-2275px -910px}.emojione-1f63b{background-position:-2275px -975px}.emojione-1f63c{background-position:-2275px -1040px}.emojione-1f63d{background-position:-2275px -1105px}.emojione-1f63e{background-position:-2275px -1170px}.emojione-1f63f{background-position:-2275px -1235px}.emojione-1f640{background-position:-2275px -1300px}.emojione-1f641{background-position:-2275px -1365px}.emojione-1f642{background-position:-2275px -1430px}.emojione-1f643{background-position:-2275px -1495px}.emojione-1f644{background-position:-2275px -1560px}.emojione-1f645-1f3fb{background-position:-2275px -1625px}.emojione-1f645-1f3fc{background-position:-2275px -1690px}.emojione-1f645-1f3fd{background-position:-2275px -1755px}.emojione-1f645-1f3fe{background-position:-2275px -1820px}.emojione-1f645-1f3ff{background-position:-2275px -1885px}.emojione-1f645{background-position:-2275px -1950px}.emojione-1f646-1f3fb{background-position:-2275px -2015px}.emojione-1f646-1f3fc{background-position:-2275px -2080px}.emojione-1f646-1f3fd{background-position:-2275px -2145px}.emojione-1f646-1f3fe{background-position:-2275px -2210px}.emojione-1f646-1f3ff{background-position:0 -2275px}.emojione-1f646{background-position:-65px -2275px}.emojione-1f647-1f3fb{background-position:-130px -2275px}.emojione-1f647-1f3fc{background-position:-195px -2275px}.emojione-1f647-1f3fd{background-position:-260px -2275px}.emojione-1f647-1f3fe{background-position:-325px -2275px}.emojione-1f647-1f3ff{background-position:-390px -2275px}.emojione-1f647{background-position:-455px -2275px}.emojione-1f648{background-position:-520px -2275px}.emojione-1f649{background-position:-585px -2275px}.emojione-1f64a{background-position:-650px -2275px}.emojione-1f64b-1f3fb{background-position:-715px -2275px}.emojione-1f64b-1f3fc{background-position:-780px -2275px}.emojione-1f64b-1f3fd{background-position:-845px -2275px}.emojione-1f64b-1f3fe{background-position:-910px -2275px}.emojione-1f64b-1f3ff{background-position:-975px -2275px}.emojione-1f64b{background-position:-1040px -2275px}.emojione-1f64c-1f3fb{background-position:-1105px -2275px}.emojione-1f64c-1f3fc{background-position:-1170px -2275px}.emojione-1f64c-1f3fd{background-position:-1235px -2275px}.emojione-1f64c-1f3fe{background-position:-1300px -2275px}.emojione-1f64c-1f3ff{background-position:-1365px -2275px}.emojione-1f64c{background-position:-1430px -2275px}.emojione-1f64d-1f3fb{background-position:-1495px -2275px}.emojione-1f64d-1f3fc{background-position:-1560px -2275px}.emojione-1f64d-1f3fd{background-position:-1625px -2275px}.emojione-1f64d-1f3fe{background-position:-1690px -2275px}.emojione-1f64d-1f3ff{background-position:-1755px -2275px}.emojione-1f64d{background-position:-1820px -2275px}.emojione-1f64e-1f3fb{background-position:-1885px -2275px}.emojione-1f64e-1f3fc{background-position:-1950px -2275px}.emojione-1f64e-1f3fd{background-position:-2015px -2275px}.emojione-1f64e-1f3fe{background-position:-2080px -2275px}.emojione-1f64e-1f3ff{background-position:-2145px -2275px}.emojione-1f64e{background-position:-2210px -2275px}.emojione-1f64f-1f3fb{background-position:-2275px -2275px}.emojione-1f64f-1f3fc{background-position:-2340px 0}.emojione-1f64f-1f3fd{background-position:-2340px -65px}.emojione-1f64f-1f3fe{background-position:-2340px -130px}.emojione-1f64f-1f3ff{background-position:-2340px -195px}.emojione-1f64f{background-position:-2340px -260px}.emojione-1f680{background-position:-2340px -325px}.emojione-1f681{background-position:-2340px -390px}.emojione-1f682{background-position:-2340px -455px}.emojione-1f683{background-position:-2340px -520px}.emojione-1f684{background-position:-2340px -585px}.emojione-1f685{background-position:-2340px -650px}.emojione-1f686{background-position:-2340px -715px}.emojione-1f687{background-position:-2340px -780px}.emojione-1f688{background-position:-2340px -845px}.emojione-1f689{background-position:-2340px -910px}.emojione-1f68a{background-position:-2340px -975px}.emojione-1f68b{background-position:-2340px -1040px}.emojione-1f68c{background-position:-2340px -1105px}.emojione-1f68d{background-position:-2340px -1170px}.emojione-1f68e{background-position:-2340px -1235px}.emojione-1f68f{background-position:-2340px -1300px}.emojione-1f690{background-position:-2340px -1365px}.emojione-1f691{background-position:-2340px -1430px}.emojione-1f692{background-position:-2340px -1495px}.emojione-1f693{background-position:-2340px -1560px}.emojione-1f694{background-position:-2340px -1625px}.emojione-1f695{background-position:-2340px -1690px}.emojione-1f696{background-position:-2340px -1755px}.emojione-1f697{background-position:-2340px -1820px}.emojione-1f698{background-position:-2340px -1885px}.emojione-1f699{background-position:-2340px -1950px}.emojione-1f69a{background-position:-2340px -2015px}.emojione-1f69b{background-position:-2340px -2080px}.emojione-1f69c{background-position:-2340px -2145px}.emojione-1f69d{background-position:-2340px -2210px}.emojione-1f69e{background-position:-2340px -2275px}.emojione-1f69f{background-position:0 -2340px}.emojione-1f6a0{background-position:-65px -2340px}.emojione-1f6a1{background-position:-130px -2340px}.emojione-1f6a2{background-position:-195px -2340px}.emojione-1f6a3-1f3fb{background-position:-260px -2340px}.emojione-1f6a3-1f3fc{background-position:-325px -2340px}.emojione-1f6a3-1f3fd{background-position:-390px -2340px}.emojione-1f6a3-1f3fe{background-position:-455px -2340px}.emojione-1f6a3-1f3ff{background-position:-520px -2340px}.emojione-1f6a3{background-position:-585px -2340px}.emojione-1f6a4{background-position:-650px -2340px}.emojione-1f6a5{background-position:-715px -2340px}.emojione-1f6a6{background-position:-780px -2340px}.emojione-1f6a7{background-position:-845px -2340px}.emojione-1f6a8{background-position:-910px -2340px}.emojione-1f6a9{background-position:-975px -2340px}.emojione-1f6aa{background-position:-1040px -2340px}.emojione-1f6ab{background-position:-1105px -2340px}.emojione-1f6ac{background-position:-1170px -2340px}.emojione-1f6ad{background-position:-1235px -2340px}.emojione-1f6ae{background-position:-1300px -2340px}.emojione-1f6af{background-position:-1365px -2340px}.emojione-1f6b0{background-position:-1430px -2340px}.emojione-1f6b1{background-position:-1495px -2340px}.emojione-1f6b2{background-position:-1560px -2340px}.emojione-1f6b3{background-position:-1625px -2340px}.emojione-1f6b4-1f3fb{background-position:-1690px -2340px}.emojione-1f6b4-1f3fc{background-position:-1755px -2340px}.emojione-1f6b4-1f3fd{background-position:-1820px -2340px}.emojione-1f6b4-1f3fe{background-position:-1885px -2340px}.emojione-1f6b4-1f3ff{background-position:-1950px -2340px}.emojione-1f6b4{background-position:-2015px -2340px}.emojione-1f6b5-1f3fb{background-position:-2080px -2340px}.emojione-1f6b5-1f3fc{background-position:-2145px -2340px}.emojione-1f6b5-1f3fd{background-position:-2210px -2340px}.emojione-1f6b5-1f3fe{background-position:-2275px -2340px}.emojione-1f6b5-1f3ff{background-position:-2340px -2340px}.emojione-1f6b5{background-position:-2405px 0}.emojione-1f6b6-1f3fb{background-position:-2405px -65px}.emojione-1f6b6-1f3fc{background-position:-2405px -130px}.emojione-1f6b6-1f3fd{background-position:-2405px -195px}.emojione-1f6b6-1f3fe{background-position:-2405px -260px}.emojione-1f6b6-1f3ff{background-position:-2405px -325px}.emojione-1f6b6{background-position:-2405px -390px}.emojione-1f6b7{background-position:-2405px -455px}.emojione-1f6b8{background-position:-2405px -520px}.emojione-1f6b9{background-position:-2405px -585px}.emojione-1f6ba{background-position:-2405px -650px}.emojione-1f6bb{background-position:-2405px -715px}.emojione-1f6bc{background-position:-2405px -780px}.emojione-1f6bd{background-position:-2405px -845px}.emojione-1f6be{background-position:-2405px -910px}.emojione-1f6bf{background-position:-2405px -975px}.emojione-1f6c0-1f3fb{background-position:-2405px -1040px}.emojione-1f6c0-1f3fc{background-position:-2405px -1105px}.emojione-1f6c0-1f3fd{background-position:-2405px -1170px}.emojione-1f6c0-1f3fe{background-position:-2405px -1235px}.emojione-1f6c0-1f3ff{background-position:-2405px -1300px}.emojione-1f6c0{background-position:-2405px -1365px}.emojione-1f6c1{background-position:-2405px -1430px}.emojione-1f6c2{background-position:-2405px -1495px}.emojione-1f6c3{background-position:-2405px -1560px}.emojione-1f6c4{background-position:-2405px -1625px}.emojione-1f6c5{background-position:-2405px -1690px}.emojione-1f6cb{background-position:-2405px -1755px}.emojione-1f6cc{background-position:-2405px -1820px}.emojione-1f6cd{background-position:-2405px -1885px}.emojione-1f6ce{background-position:-2405px -1950px}.emojione-1f6cf{background-position:-2405px -2015px}.emojione-1f6d0{background-position:-2405px -2080px}.emojione-1f6e0{background-position:-2405px -2145px}.emojione-1f6e1{background-position:-2405px -2210px}.emojione-1f6e2{background-position:-2405px -2275px}.emojione-1f6e3{background-position:-2405px -2340px}.emojione-1f6e4{background-position:0 -2405px}.emojione-1f6e5{background-position:-65px -2405px}.emojione-1f6e9{background-position:-130px -2405px}.emojione-1f6eb{background-position:-195px -2405px}.emojione-1f6ec{background-position:-260px -2405px}.emojione-1f6f0{background-position:-325px -2405px}.emojione-1f6f3{background-position:-390px -2405px}.emojione-1f910{background-position:-455px -2405px}.emojione-1f911{background-position:-520px -2405px}.emojione-1f912{background-position:-585px -2405px}.emojione-1f913{background-position:-650px -2405px}.emojione-1f914{background-position:-715px -2405px}.emojione-1f915{background-position:-780px -2405px}.emojione-1f916{background-position:-845px -2405px}.emojione-1f917{background-position:-910px -2405px}.emojione-1f918-1f3fb{background-position:-975px -2405px}.emojione-1f918-1f3fc{background-position:-1040px -2405px}.emojione-1f918-1f3fd{background-position:-1105px -2405px}.emojione-1f918-1f3fe{background-position:-1170px -2405px}.emojione-1f918-1f3ff{background-position:-1235px -2405px}.emojione-1f918{background-position:-1300px -2405px}.emojione-1f980{background-position:-1365px -2405px}.emojione-1f981{background-position:-1430px -2405px}.emojione-1f982{background-position:-1495px -2405px}.emojione-1f983{background-position:-1560px -2405px}.emojione-1f984{background-position:-1625px -2405px}.emojione-1f9c0{background-position:-1690px -2405px}.emojione-203c{background-position:-1755px -2405px}.emojione-2049{background-position:-1820px -2405px}.emojione-2122{background-position:-1885px -2405px}.emojione-2139{background-position:-1950px -2405px}.emojione-2194{background-position:-2015px -2405px}.emojione-2195{background-position:-2080px -2405px}.emojione-2196{background-position:-2145px -2405px}.emojione-2197{background-position:-2210px -2405px}.emojione-2198{background-position:-2275px -2405px}.emojione-2199{background-position:-2340px -2405px}.emojione-21a9{background-position:-2405px -2405px}.emojione-21aa{background-position:-2470px 0}.emojione-231a{background-position:-2470px -65px}.emojione-231b{background-position:-2470px -130px}.emojione-2328{background-position:-2470px -195px}.emojione-23e9{background-position:-2470px -260px}.emojione-23ea{background-position:-2470px -325px}.emojione-23eb{background-position:-2470px -390px}.emojione-23ec{background-position:-2470px -455px}.emojione-23ed{background-position:-2470px -520px}.emojione-23ee{background-position:-2470px -585px}.emojione-23ef{background-position:-2470px -650px}.emojione-23f0{background-position:-2470px -715px}.emojione-23f1{background-position:-2470px -780px}.emojione-23f2{background-position:-2470px -845px}.emojione-23f3{background-position:-2470px -910px}.emojione-23f8{background-position:-2470px -975px}.emojione-23f9{background-position:-2470px -1040px}.emojione-23fa{background-position:-2470px -1105px}.emojione-24c2{background-position:-2470px -1170px}.emojione-25aa{background-position:-2470px -1235px}.emojione-25ab{background-position:-2470px -1300px}.emojione-25b6{background-position:-2470px -1365px}.emojione-25c0{background-position:-2470px -1430px}.emojione-25fb{background-position:-2470px -1495px}.emojione-25fc{background-position:-2470px -1560px}.emojione-25fd{background-position:-2470px -1625px}.emojione-25fe{background-position:-2470px -1690px}.emojione-2600{background-position:-2470px -1755px}.emojione-2601{background-position:-2470px -1820px}.emojione-2602{background-position:-2470px -1885px}.emojione-2603{background-position:-2470px -1950px}.emojione-2604{background-position:-2470px -2015px}.emojione-260e{background-position:-2470px -2080px}.emojione-2611{background-position:-2470px -2145px}.emojione-2614{background-position:-2470px -2210px}.emojione-2615{background-position:-2470px -2275px}.emojione-2618{background-position:-2470px -2340px}.emojione-261d-1f3fb{background-position:-2470px -2405px}.emojione-261d-1f3fc{background-position:0 -2470px}.emojione-261d-1f3fd{background-position:-65px -2470px}.emojione-261d-1f3fe{background-position:-130px -2470px}.emojione-261d-1f3ff{background-position:-195px -2470px}.emojione-261d{background-position:-260px -2470px}.emojione-2620{background-position:-325px -2470px}.emojione-2622{background-position:-390px -2470px}.emojione-2623{background-position:-455px -2470px}.emojione-2626{background-position:-520px -2470px}.emojione-262a{background-position:-585px -2470px}.emojione-262e{background-position:-650px -2470px}.emojione-262f{background-position:-715px -2470px}.emojione-2638{background-position:-780px -2470px}.emojione-2639{background-position:-845px -2470px}.emojione-263a{background-position:-910px -2470px}.emojione-2648{background-position:-975px -2470px}.emojione-2649{background-position:-1040px -2470px}.emojione-264a{background-position:-1105px -2470px}.emojione-264b{background-position:-1170px -2470px}.emojione-264c{background-position:-1235px -2470px}.emojione-264d{background-position:-1300px -2470px}.emojione-264e{background-position:-1365px -2470px}.emojione-264f{background-position:-1430px -2470px}.emojione-2650{background-position:-1495px -2470px}.emojione-2651{background-position:-1560px -2470px}.emojione-2652{background-position:-1625px -2470px}.emojione-2653{background-position:-1690px -2470px}.emojione-2660{background-position:-1755px -2470px}.emojione-2663{background-position:-1820px -2470px}.emojione-2665{background-position:-1885px -2470px}.emojione-2666{background-position:-1950px -2470px}.emojione-2668{background-position:-2015px -2470px}.emojione-267b{background-position:-2080px -2470px}.emojione-267f{background-position:-2145px -2470px}.emojione-2692{background-position:-2210px -2470px}.emojione-2693{background-position:-2275px -2470px}.emojione-2694{background-position:-2340px -2470px}.emojione-2696{background-position:-2405px -2470px}.emojione-2697{background-position:-2470px -2470px}.emojione-2699{background-position:-2535px 0}.emojione-269b{background-position:-2535px -65px}.emojione-269c{background-position:-2535px -130px}.emojione-26a0{background-position:-2535px -195px}.emojione-26a1{background-position:-2535px -260px}.emojione-26aa{background-position:-2535px -325px}.emojione-26ab{background-position:-2535px -390px}.emojione-26b0{background-position:-2535px -455px}.emojione-26b1{background-position:-2535px -520px}.emojione-26bd{background-position:-2535px -585px}.emojione-26be{background-position:-2535px -650px}.emojione-26c4{background-position:-2535px -715px}.emojione-26c5{background-position:-2535px -780px}.emojione-26c8{background-position:-2535px -845px}.emojione-26ce{background-position:-2535px -910px}.emojione-26cf{background-position:-2535px -975px}.emojione-26d1{background-position:-2535px -1040px}.emojione-26d3{background-position:-2535px -1105px}.emojione-26d4{background-position:-2535px -1170px}.emojione-26e9{background-position:-2535px -1235px}.emojione-26ea{background-position:-2535px -1300px}.emojione-26f0{background-position:-2535px -1365px}.emojione-26f1{background-position:-2535px -1430px}.emojione-26f2{background-position:-2535px -1495px}.emojione-26f3{background-position:-2535px -1560px}.emojione-26f4{background-position:-2535px -1625px}.emojione-26f5{background-position:-2535px -1690px}.emojione-26f7{background-position:-2535px -1755px}.emojione-26f8{background-position:-2535px -1820px}.emojione-26f9-1f3fb{background-position:-2535px -1885px}.emojione-26f9-1f3fc{background-position:-2535px -1950px}.emojione-26f9-1f3fd{background-position:-2535px -2015px}.emojione-26f9-1f3fe{background-position:-2535px -2080px}.emojione-26f9-1f3ff{background-position:-2535px -2145px}.emojione-26f9{background-position:-2535px -2210px}.emojione-26fa{background-position:-2535px -2275px}.emojione-26fd{background-position:-2535px -2340px}.emojione-2702{background-position:-2535px -2405px}.emojione-2705{background-position:-2535px -2470px}.emojione-2708{background-position:0 -2535px}.emojione-2709{background-position:-65px -2535px}.emojione-270a-1f3fb{background-position:-130px -2535px}.emojione-270a-1f3fc{background-position:-195px -2535px}.emojione-270a-1f3fd{background-position:-260px -2535px}.emojione-270a-1f3fe{background-position:-325px -2535px}.emojione-270a-1f3ff{background-position:-390px -2535px}.emojione-270a{background-position:-455px -2535px}.emojione-270b-1f3fb{background-position:-520px -2535px}.emojione-270b-1f3fc{background-position:-585px -2535px}.emojione-270b-1f3fd{background-position:-650px -2535px}.emojione-270b-1f3fe{background-position:-715px -2535px}.emojione-270b-1f3ff{background-position:-780px -2535px}.emojione-270b{background-position:-845px -2535px}.emojione-270c-1f3fb{background-position:-910px -2535px}.emojione-270c-1f3fc{background-position:-975px -2535px}.emojione-270c-1f3fd{background-position:-1040px -2535px}.emojione-270c-1f3fe{background-position:-1105px -2535px}.emojione-270c-1f3ff{background-position:-1170px -2535px}.emojione-270c{background-position:-1235px -2535px}.emojione-270d-1f3fb{background-position:-1300px -2535px}.emojione-270d-1f3fc{background-position:-1365px -2535px}.emojione-270d-1f3fd{background-position:-1430px -2535px}.emojione-270d-1f3fe{background-position:-1495px -2535px}.emojione-270d-1f3ff{background-position:-1560px -2535px}.emojione-270d{background-position:-1625px -2535px}.emojione-270f{background-position:-1690px -2535px}.emojione-2712{background-position:-1755px -2535px}.emojione-2714{background-position:-1820px -2535px}.emojione-2716{background-position:-1885px -2535px}.emojione-271d{background-position:-1950px -2535px}.emojione-2721{background-position:-2015px -2535px}.emojione-2728{background-position:-2080px -2535px}.emojione-2733{background-position:-2145px -2535px}.emojione-2734{background-position:-2210px -2535px}.emojione-2744{background-position:-2275px -2535px}.emojione-2747{background-position:-2340px -2535px}.emojione-274c{background-position:-2405px -2535px}.emojione-274e{background-position:-2470px -2535px}.emojione-2753{background-position:-2535px -2535px}.emojione-2754{background-position:-2600px 0}.emojione-2755{background-position:-2600px -65px}.emojione-2757{background-position:-2600px -130px}.emojione-2763{background-position:-2600px -195px}.emojione-2764{background-position:-2600px -260px}.emojione-2795{background-position:-2600px -325px}.emojione-2796{background-position:-2600px -390px}.emojione-2797{background-position:-2600px -455px}.emojione-27a1{background-position:-2600px -520px}.emojione-27b0{background-position:-2600px -585px}.emojione-27bf{background-position:-2600px -650px}.emojione-2934{background-position:-2600px -715px}.emojione-2935{background-position:-2600px -780px}.emojione-2b05{background-position:-2600px -845px}.emojione-2b06{background-position:-2600px -910px}.emojione-2b07{background-position:-2600px -975px}.emojione-2b1b{background-position:-2600px -1040px}.emojione-2b1c{background-position:-2600px -1105px}.emojione-2b50{background-position:-2600px -1170px}.emojione-2b55{background-position:-2600px -1235px}.emojione-3030{background-position:-2600px -1300px}.emojione-303d{background-position:-2600px -1365px}.emojione-3297{background-position:-2600px -1430px}.emojione-3299{background-position:-2600px -1495px} \ No newline at end of file +.emojione{text-indent:-9999em;image-rendering:optimizeQuality;font-size:inherit;height:64px;width:64px;top:-3px;position:relative;display:inline-block;margin:0 .15em;line-height:normal;vertical-align:middle;background-image:url(emojione.sprites.png);background-repeat:no-repeat}.emojione-0023-20e3{background-position:-65px 0}.emojione-0023{background-position:-1625px -1820px}.emojione-002a-20e3{background-position:0 -65px}.emojione-002a{background-position:-65px -65px}.emojione-0030-20e3{background-position:-130px 0}.emojione-0030{background-position:-130px -65px}.emojione-0031-20e3{background-position:0 -130px}.emojione-0031{background-position:-65px -130px}.emojione-0032-20e3{background-position:-130px -130px}.emojione-0032{background-position:-195px 0}.emojione-0033-20e3{background-position:-195px -65px}.emojione-0033{background-position:-195px -130px}.emojione-0034-20e3{background-position:0 -195px}.emojione-0034{background-position:-65px -195px}.emojione-0035-20e3{background-position:-130px -195px}.emojione-0035{background-position:-195px -195px}.emojione-0036-20e3{background-position:-260px 0}.emojione-0036{background-position:-260px -65px}.emojione-0037-20e3{background-position:-260px -130px}.emojione-0037{background-position:-260px -195px}.emojione-0038-20e3{background-position:0 -260px}.emojione-0038{background-position:-65px -260px}.emojione-0039-20e3{background-position:-130px -260px}.emojione-0039{background-position:-195px -260px}.emojione-00a9{background-position:-260px -260px}.emojione-00ae{background-position:-325px 0}.emojione-1f004{background-position:-325px -65px}.emojione-1f0cf{background-position:-325px -130px}.emojione-1f170{background-position:-325px -195px}.emojione-1f171{background-position:-325px -260px}.emojione-1f17e{background-position:0 -325px}.emojione-1f17f{background-position:-65px -325px}.emojione-1f18e{background-position:-130px -325px}.emojione-1f191{background-position:-195px -325px}.emojione-1f192{background-position:-260px -325px}.emojione-1f193{background-position:-325px -325px}.emojione-1f194{background-position:-390px 0}.emojione-1f195{background-position:-390px -65px}.emojione-1f196{background-position:-390px -130px}.emojione-1f197{background-position:-390px -195px}.emojione-1f198{background-position:-390px -260px}.emojione-1f199{background-position:-390px -325px}.emojione-1f19a{background-position:0 -390px}.emojione-1f1e6-1f1e8{background-position:-65px -390px}.emojione-1f1e6-1f1e9{background-position:-130px -390px}.emojione-1f1e6-1f1ea{background-position:-195px -390px}.emojione-1f1e6-1f1eb{background-position:-260px -390px}.emojione-1f1e6-1f1ec{background-position:-325px -390px}.emojione-1f1e6-1f1ee{background-position:-390px -390px}.emojione-1f1e6-1f1f1{background-position:-455px 0}.emojione-1f1e6-1f1f2{background-position:-455px -65px}.emojione-1f1e6-1f1f4{background-position:-455px -130px}.emojione-1f1e6-1f1f6{background-position:-455px -195px}.emojione-1f1e6-1f1f7{background-position:-455px -260px}.emojione-1f1e6-1f1f8{background-position:-455px -325px}.emojione-1f1e6-1f1f9{background-position:-455px -390px}.emojione-1f1e6-1f1fa{background-position:0 -455px}.emojione-1f1e6-1f1fc{background-position:-65px -455px}.emojione-1f1e6-1f1fd{background-position:-130px -455px}.emojione-1f1e6-1f1ff{background-position:-195px -455px}.emojione-1f1e6{background-position:-260px -455px}.emojione-1f1e7-1f1e6{background-position:-325px -455px}.emojione-1f1e7-1f1e7{background-position:-390px -455px}.emojione-1f1e7-1f1e9{background-position:-455px -455px}.emojione-1f1e7-1f1ea{background-position:-520px 0}.emojione-1f1e7-1f1eb{background-position:-520px -65px}.emojione-1f1e7-1f1ec{background-position:-520px -130px}.emojione-1f1e7-1f1ed{background-position:-520px -195px}.emojione-1f1e7-1f1ee{background-position:-520px -260px}.emojione-1f1e7-1f1ef{background-position:-520px -325px}.emojione-1f1e7-1f1f1{background-position:-520px -390px}.emojione-1f1e7-1f1f2{background-position:-520px -455px}.emojione-1f1e7-1f1f3{background-position:0 -520px}.emojione-1f1e7-1f1f4{background-position:-65px -520px}.emojione-1f1e7-1f1f6{background-position:-130px -520px}.emojione-1f1e7-1f1f7{background-position:-195px -520px}.emojione-1f1e7-1f1f8{background-position:-260px -520px}.emojione-1f1e7-1f1f9{background-position:-325px -520px}.emojione-1f1e7-1f1fb{background-position:-390px -520px}.emojione-1f1e7-1f1fc{background-position:-455px -520px}.emojione-1f1e7-1f1fe{background-position:-520px -520px}.emojione-1f1e7-1f1ff{background-position:-585px 0}.emojione-1f1e7{background-position:-585px -65px}.emojione-1f1e8-1f1e6{background-position:-585px -130px}.emojione-1f1e8-1f1e8{background-position:-585px -195px}.emojione-1f1e8-1f1e9{background-position:-585px -260px}.emojione-1f1e8-1f1eb{background-position:-585px -325px}.emojione-1f1e8-1f1ec{background-position:-585px -390px}.emojione-1f1e8-1f1ed{background-position:-585px -455px}.emojione-1f1e8-1f1ee{background-position:-585px -520px}.emojione-1f1e8-1f1f0{background-position:0 -585px}.emojione-1f1e8-1f1f1{background-position:-65px -585px}.emojione-1f1e8-1f1f2{background-position:-130px -585px}.emojione-1f1e8-1f1f3{background-position:-195px -585px}.emojione-1f1e8-1f1f4{background-position:-260px -585px}.emojione-1f1e8-1f1f5{background-position:-325px -585px}.emojione-1f1e8-1f1f7{background-position:-390px -585px}.emojione-1f1e8-1f1fa{background-position:-455px -585px}.emojione-1f1e8-1f1fb{background-position:-520px -585px}.emojione-1f1e8-1f1fc{background-position:-585px -585px}.emojione-1f1e8-1f1fd{background-position:-650px 0}.emojione-1f1e8-1f1fe{background-position:-650px -65px}.emojione-1f1e8-1f1ff{background-position:-650px -130px}.emojione-1f1e8{background-position:-650px -195px}.emojione-1f1e9-1f1ea{background-position:-650px -260px}.emojione-1f1e9-1f1ec{background-position:-650px -325px}.emojione-1f1e9-1f1ef{background-position:-650px -390px}.emojione-1f1e9-1f1f0{background-position:-650px -455px}.emojione-1f1e9-1f1f2{background-position:-650px -520px}.emojione-1f1e9-1f1f4{background-position:-650px -585px}.emojione-1f1e9-1f1ff{background-position:0 -650px}.emojione-1f1e9{background-position:-65px -650px}.emojione-1f1ea-1f1e6{background-position:-130px -650px}.emojione-1f1ea-1f1e8{background-position:-195px -650px}.emojione-1f1ea-1f1ea{background-position:-260px -650px}.emojione-1f1ea-1f1ec{background-position:-325px -650px}.emojione-1f1ea-1f1ed{background-position:-390px -650px}.emojione-1f1ea-1f1f7{background-position:-455px -650px}.emojione-1f1ea-1f1f8{background-position:-520px -650px}.emojione-1f1ea-1f1f9{background-position:-585px -650px}.emojione-1f1ea-1f1fa{background-position:-650px -650px}.emojione-1f1ea{background-position:-715px 0}.emojione-1f1eb-1f1ee{background-position:-715px -65px}.emojione-1f1eb-1f1ef{background-position:-715px -130px}.emojione-1f1eb-1f1f0{background-position:-715px -195px}.emojione-1f1eb-1f1f2{background-position:-715px -260px}.emojione-1f1eb-1f1f4{background-position:-715px -325px}.emojione-1f1eb-1f1f7{background-position:-715px -390px}.emojione-1f1eb{background-position:-715px -455px}.emojione-1f1ec-1f1e6{background-position:-715px -520px}.emojione-1f1ec-1f1e7{background-position:-715px -585px}.emojione-1f1ec-1f1e9{background-position:-715px -650px}.emojione-1f1ec-1f1ea{background-position:0 -715px}.emojione-1f1ec-1f1eb{background-position:-65px -715px}.emojione-1f1ec-1f1ec{background-position:-130px -715px}.emojione-1f1ec-1f1ed{background-position:-195px -715px}.emojione-1f1ec-1f1ee{background-position:-260px -715px}.emojione-1f1ec-1f1f1{background-position:-325px -715px}.emojione-1f1ec-1f1f2{background-position:-390px -715px}.emojione-1f1ec-1f1f3{background-position:-455px -715px}.emojione-1f1ec-1f1f5{background-position:-520px -715px}.emojione-1f1ec-1f1f6{background-position:-585px -715px}.emojione-1f1ec-1f1f7{background-position:-650px -715px}.emojione-1f1ec-1f1f8{background-position:-715px -715px}.emojione-1f1ec-1f1f9{background-position:-780px 0}.emojione-1f1ec-1f1fa{background-position:-780px -65px}.emojione-1f1ec-1f1fc{background-position:-780px -130px}.emojione-1f1ec-1f1fe{background-position:-780px -195px}.emojione-1f1ec{background-position:-780px -260px}.emojione-1f1ed-1f1f0{background-position:-780px -325px}.emojione-1f1ed-1f1f2{background-position:-780px -390px}.emojione-1f1ed-1f1f3{background-position:-780px -455px}.emojione-1f1ed-1f1f7{background-position:-780px -520px}.emojione-1f1ed-1f1f9{background-position:-780px -585px}.emojione-1f1ed-1f1fa{background-position:-780px -650px}.emojione-1f1ed{background-position:-780px -715px}.emojione-1f1ee-1f1e8{background-position:0 -780px}.emojione-1f1ee-1f1e9{background-position:-65px -780px}.emojione-1f1ee-1f1ea{background-position:-130px -780px}.emojione-1f1ee-1f1f1{background-position:-195px -780px}.emojione-1f1ee-1f1f2{background-position:-260px -780px}.emojione-1f1ee-1f1f3{background-position:-325px -780px}.emojione-1f1ee-1f1f4{background-position:-390px -780px}.emojione-1f1ee-1f1f6{background-position:-455px -780px}.emojione-1f1ee-1f1f7{background-position:-520px -780px}.emojione-1f1ee-1f1f8{background-position:-585px -780px}.emojione-1f1ee-1f1f9{background-position:-650px -780px}.emojione-1f1ee{background-position:-715px -780px}.emojione-1f1ef-1f1ea{background-position:-780px -780px}.emojione-1f1ef-1f1f2{background-position:-845px 0}.emojione-1f1ef-1f1f4{background-position:-845px -65px}.emojione-1f1ef-1f1f5{background-position:-845px -130px}.emojione-1f1ef{background-position:-845px -195px}.emojione-1f1f0-1f1ea{background-position:-845px -260px}.emojione-1f1f0-1f1ec{background-position:-845px -325px}.emojione-1f1f0-1f1ed{background-position:-845px -390px}.emojione-1f1f0-1f1ee{background-position:-845px -455px}.emojione-1f1f0-1f1f2{background-position:-845px -520px}.emojione-1f1f0-1f1f3{background-position:-845px -585px}.emojione-1f1f0-1f1f5{background-position:-845px -650px}.emojione-1f1f0-1f1f7{background-position:-845px -715px}.emojione-1f1f0-1f1fc{background-position:-845px -780px}.emojione-1f1f0-1f1fe{background-position:0 -845px}.emojione-1f1f0-1f1ff{background-position:-65px -845px}.emojione-1f1f0{background-position:-130px -845px}.emojione-1f1f1-1f1e6{background-position:-195px -845px}.emojione-1f1f1-1f1e7{background-position:-260px -845px}.emojione-1f1f1-1f1e8{background-position:-325px -845px}.emojione-1f1f1-1f1ee{background-position:-390px -845px}.emojione-1f1f1-1f1f0{background-position:-455px -845px}.emojione-1f1f1-1f1f7{background-position:-520px -845px}.emojione-1f1f1-1f1f8{background-position:-585px -845px}.emojione-1f1f1-1f1f9{background-position:-650px -845px}.emojione-1f1f1-1f1fa{background-position:-715px -845px}.emojione-1f1f1-1f1fb{background-position:-780px -845px}.emojione-1f1f1-1f1fe{background-position:-845px -845px}.emojione-1f1f1{background-position:-910px 0}.emojione-1f1f2-1f1e6{background-position:-910px -65px}.emojione-1f1f2-1f1e8{background-position:-910px -130px}.emojione-1f1f2-1f1e9{background-position:-910px -195px}.emojione-1f1f2-1f1ea{background-position:-910px -260px}.emojione-1f1f2-1f1eb{background-position:-910px -325px}.emojione-1f1f2-1f1ec{background-position:-910px -390px}.emojione-1f1f2-1f1ed{background-position:-910px -455px}.emojione-1f1f2-1f1f0{background-position:-910px -520px}.emojione-1f1f2-1f1f1{background-position:-910px -585px}.emojione-1f1f2-1f1f2{background-position:-910px -650px}.emojione-1f1f2-1f1f3{background-position:-910px -715px}.emojione-1f1f2-1f1f4{background-position:-910px -780px}.emojione-1f1f2-1f1f5{background-position:-910px -845px}.emojione-1f1f2-1f1f6{background-position:0 -910px}.emojione-1f1f2-1f1f7{background-position:-65px -910px}.emojione-1f1f2-1f1f8{background-position:-130px -910px}.emojione-1f1f2-1f1f9{background-position:-195px -910px}.emojione-1f1f2-1f1fa{background-position:-260px -910px}.emojione-1f1f2-1f1fb{background-position:-325px -910px}.emojione-1f1f2-1f1fc{background-position:-390px -910px}.emojione-1f1f2-1f1fd{background-position:-455px -910px}.emojione-1f1f2-1f1fe{background-position:-520px -910px}.emojione-1f1f2-1f1ff{background-position:-585px -910px}.emojione-1f1f2{background-position:-650px -910px}.emojione-1f1f3-1f1e6{background-position:-715px -910px}.emojione-1f1f3-1f1e8{background-position:-780px -910px}.emojione-1f1f3-1f1ea{background-position:-845px -910px}.emojione-1f1f3-1f1eb{background-position:-910px -910px}.emojione-1f1f3-1f1ec{background-position:-975px 0}.emojione-1f1f3-1f1ee{background-position:-975px -65px}.emojione-1f1f3-1f1f1{background-position:-975px -130px}.emojione-1f1f3-1f1f4{background-position:-975px -195px}.emojione-1f1f3-1f1f5{background-position:-975px -260px}.emojione-1f1f3-1f1f7{background-position:-975px -325px}.emojione-1f1f3-1f1fa{background-position:-975px -390px}.emojione-1f1f3-1f1ff{background-position:-975px -455px}.emojione-1f1f3{background-position:-975px -520px}.emojione-1f1f4-1f1f2{background-position:-975px -585px}.emojione-1f1f4{background-position:-975px -650px}.emojione-1f1f5-1f1e6{background-position:-975px -715px}.emojione-1f1f5-1f1ea{background-position:-975px -780px}.emojione-1f1f5-1f1eb{background-position:-975px -845px}.emojione-1f1f5-1f1ec{background-position:-975px -910px}.emojione-1f1f5-1f1ed{background-position:0 -975px}.emojione-1f1f5-1f1f0{background-position:-65px -975px}.emojione-1f1f5-1f1f1{background-position:-130px -975px}.emojione-1f1f5-1f1f2{background-position:-195px -975px}.emojione-1f1f5-1f1f3{background-position:-260px -975px}.emojione-1f1f5-1f1f7{background-position:-325px -975px}.emojione-1f1f5-1f1f8{background-position:-390px -975px}.emojione-1f1f5-1f1f9{background-position:-455px -975px}.emojione-1f1f5-1f1fc{background-position:-520px -975px}.emojione-1f1f5-1f1fe{background-position:-585px -975px}.emojione-1f1f5{background-position:-650px -975px}.emojione-1f1f6-1f1e6{background-position:-715px -975px}.emojione-1f1f6{background-position:-780px -975px}.emojione-1f1f7-1f1ea{background-position:-845px -975px}.emojione-1f1f7-1f1f4{background-position:-910px -975px}.emojione-1f1f7-1f1f8{background-position:-975px -975px}.emojione-1f1f7-1f1fa{background-position:-1040px 0}.emojione-1f1f7-1f1fc{background-position:-1040px -65px}.emojione-1f1f7{background-position:-1040px -130px}.emojione-1f1f8-1f1e6{background-position:-1040px -195px}.emojione-1f1f8-1f1e7{background-position:-1040px -260px}.emojione-1f1f8-1f1e8{background-position:-1040px -325px}.emojione-1f1f8-1f1e9{background-position:-1040px -390px}.emojione-1f1f8-1f1ea{background-position:-1040px -455px}.emojione-1f1f8-1f1ec{background-position:-1040px -520px}.emojione-1f1f8-1f1ed{background-position:-1040px -585px}.emojione-1f1f8-1f1ee{background-position:-1040px -650px}.emojione-1f1f8-1f1ef{background-position:-1040px -715px}.emojione-1f1f8-1f1f0{background-position:-1040px -780px}.emojione-1f1f8-1f1f1{background-position:-1040px -845px}.emojione-1f1f8-1f1f2{background-position:-1040px -910px}.emojione-1f1f8-1f1f3{background-position:-1040px -975px}.emojione-1f1f8-1f1f4{background-position:0 -1040px}.emojione-1f1f8-1f1f7{background-position:-65px -1040px}.emojione-1f1f8-1f1f8{background-position:-130px -1040px}.emojione-1f1f8-1f1f9{background-position:-195px -1040px}.emojione-1f1f8-1f1fb{background-position:-260px -1040px}.emojione-1f1f8-1f1fd{background-position:-325px -1040px}.emojione-1f1f8-1f1fe{background-position:-390px -1040px}.emojione-1f1f8-1f1ff{background-position:-455px -1040px}.emojione-1f1f8{background-position:-520px -1040px}.emojione-1f1f9-1f1e6{background-position:-585px -1040px}.emojione-1f1f9-1f1e8{background-position:-650px -1040px}.emojione-1f1f9-1f1e9{background-position:-715px -1040px}.emojione-1f1f9-1f1eb{background-position:-780px -1040px}.emojione-1f1f9-1f1ec{background-position:-845px -1040px}.emojione-1f1f9-1f1ed{background-position:-910px -1040px}.emojione-1f1f9-1f1ef{background-position:-975px -1040px}.emojione-1f1f9-1f1f0{background-position:-1040px -1040px}.emojione-1f1f9-1f1f1{background-position:-1105px 0}.emojione-1f1f9-1f1f2{background-position:-1105px -65px}.emojione-1f1f9-1f1f3{background-position:-1105px -130px}.emojione-1f1f9-1f1f4{background-position:-1105px -195px}.emojione-1f1f9-1f1f7{background-position:-1105px -260px}.emojione-1f1f9-1f1f9{background-position:-1105px -325px}.emojione-1f1f9-1f1fb{background-position:-1105px -390px}.emojione-1f1f9-1f1fc{background-position:-1105px -455px}.emojione-1f1f9-1f1ff{background-position:-1105px -520px}.emojione-1f1f9{background-position:-1105px -585px}.emojione-1f1fa-1f1e6{background-position:-1105px -650px}.emojione-1f1fa-1f1ec{background-position:-1105px -715px}.emojione-1f1fa-1f1f2{background-position:-1105px -780px}.emojione-1f1fa-1f1f8{background-position:-1105px -845px}.emojione-1f1fa-1f1fe{background-position:-1105px -910px}.emojione-1f1fa-1f1ff{background-position:-1105px -975px}.emojione-1f1fa{background-position:-1105px -1040px}.emojione-1f1fb-1f1e6{background-position:0 -1105px}.emojione-1f1fb-1f1e8{background-position:-65px -1105px}.emojione-1f1fb-1f1ea{background-position:-130px -1105px}.emojione-1f1fb-1f1ec{background-position:-195px -1105px}.emojione-1f1fb-1f1ee{background-position:-260px -1105px}.emojione-1f1fb-1f1f3{background-position:-325px -1105px}.emojione-1f1fb-1f1fa{background-position:-390px -1105px}.emojione-1f1fb{background-position:-455px -1105px}.emojione-1f1fc-1f1eb{background-position:-520px -1105px}.emojione-1f1fc-1f1f8{background-position:-585px -1105px}.emojione-1f1fc{background-position:-650px -1105px}.emojione-1f1fd-1f1f0{background-position:-715px -1105px}.emojione-1f1fd{background-position:-780px -1105px}.emojione-1f1fe-1f1ea{background-position:-845px -1105px}.emojione-1f1fe-1f1f9{background-position:-910px -1105px}.emojione-1f1fe{background-position:-975px -1105px}.emojione-1f1ff-1f1e6{background-position:-1040px -1105px}.emojione-1f1ff-1f1f2{background-position:-1105px -1105px}.emojione-1f1ff-1f1fc{background-position:-1170px 0}.emojione-1f1ff{background-position:-1170px -65px}.emojione-1f201{background-position:-1170px -130px}.emojione-1f202{background-position:-1170px -195px}.emojione-1f21a{background-position:-1170px -260px}.emojione-1f22f{background-position:-1170px -325px}.emojione-1f232{background-position:-1170px -390px}.emojione-1f233{background-position:-1170px -455px}.emojione-1f234{background-position:-1170px -520px}.emojione-1f235{background-position:-1170px -585px}.emojione-1f236{background-position:-1170px -650px}.emojione-1f237{background-position:-1170px -715px}.emojione-1f238{background-position:-1170px -780px}.emojione-1f239{background-position:-1170px -845px}.emojione-1f23a{background-position:-1170px -910px}.emojione-1f250{background-position:-1170px -975px}.emojione-1f251{background-position:-1170px -1040px}.emojione-1f300{background-position:-1170px -1105px}.emojione-1f301{background-position:0 -1170px}.emojione-1f302{background-position:-65px -1170px}.emojione-1f303{background-position:-130px -1170px}.emojione-1f304{background-position:-195px -1170px}.emojione-1f305{background-position:-260px -1170px}.emojione-1f306{background-position:-325px -1170px}.emojione-1f307{background-position:-390px -1170px}.emojione-1f308{background-position:-455px -1170px}.emojione-1f309{background-position:-520px -1170px}.emojione-1f30a{background-position:-585px -1170px}.emojione-1f30b{background-position:-650px -1170px}.emojione-1f30c{background-position:-715px -1170px}.emojione-1f30d{background-position:-780px -1170px}.emojione-1f30e{background-position:-845px -1170px}.emojione-1f30f{background-position:-910px -1170px}.emojione-1f310{background-position:-975px -1170px}.emojione-1f311{background-position:-1040px -1170px}.emojione-1f312{background-position:-1105px -1170px}.emojione-1f313{background-position:-1170px -1170px}.emojione-1f314{background-position:-1235px 0}.emojione-1f315{background-position:-1235px -65px}.emojione-1f316{background-position:-1235px -130px}.emojione-1f317{background-position:-1235px -195px}.emojione-1f318{background-position:-1235px -260px}.emojione-1f319{background-position:-1235px -325px}.emojione-1f31a{background-position:-1235px -390px}.emojione-1f31b{background-position:-1235px -455px}.emojione-1f31c{background-position:-1235px -520px}.emojione-1f31d{background-position:-1235px -585px}.emojione-1f31e{background-position:-1235px -650px}.emojione-1f31f{background-position:-1235px -715px}.emojione-1f320{background-position:-1235px -780px}.emojione-1f321{background-position:-1235px -845px}.emojione-1f324{background-position:-1235px -910px}.emojione-1f325{background-position:-1235px -975px}.emojione-1f326{background-position:-1235px -1040px}.emojione-1f327{background-position:-1235px -1105px}.emojione-1f328{background-position:-1235px -1170px}.emojione-1f329{background-position:0 -1235px}.emojione-1f32a{background-position:-65px -1235px}.emojione-1f32b{background-position:-130px -1235px}.emojione-1f32c{background-position:-195px -1235px}.emojione-1f32d{background-position:-260px -1235px}.emojione-1f32e{background-position:-325px -1235px}.emojione-1f32f{background-position:-390px -1235px}.emojione-1f330{background-position:-455px -1235px}.emojione-1f331{background-position:-520px -1235px}.emojione-1f332{background-position:-585px -1235px}.emojione-1f333{background-position:-650px -1235px}.emojione-1f334{background-position:-715px -1235px}.emojione-1f335{background-position:-780px -1235px}.emojione-1f336{background-position:-845px -1235px}.emojione-1f337{background-position:-910px -1235px}.emojione-1f338{background-position:-975px -1235px}.emojione-1f339{background-position:-1040px -1235px}.emojione-1f33a{background-position:-1105px -1235px}.emojione-1f33b{background-position:-1170px -1235px}.emojione-1f33c{background-position:-1235px -1235px}.emojione-1f33d{background-position:-1300px 0}.emojione-1f33e{background-position:-1300px -65px}.emojione-1f33f{background-position:-1300px -130px}.emojione-1f340{background-position:-1300px -195px}.emojione-1f341{background-position:-1300px -260px}.emojione-1f342{background-position:-1300px -325px}.emojione-1f343{background-position:-1300px -390px}.emojione-1f344{background-position:-1300px -455px}.emojione-1f345{background-position:-1300px -520px}.emojione-1f346{background-position:-1300px -585px}.emojione-1f347{background-position:-1300px -650px}.emojione-1f348{background-position:-1300px -715px}.emojione-1f349{background-position:-1300px -780px}.emojione-1f34a{background-position:-1300px -845px}.emojione-1f34b{background-position:-1300px -910px}.emojione-1f34c{background-position:-1300px -975px}.emojione-1f34d{background-position:-1300px -1040px}.emojione-1f34e{background-position:-1300px -1105px}.emojione-1f34f{background-position:-1300px -1170px}.emojione-1f350{background-position:-1300px -1235px}.emojione-1f351{background-position:0 -1300px}.emojione-1f352{background-position:-65px -1300px}.emojione-1f353{background-position:-130px -1300px}.emojione-1f354{background-position:-195px -1300px}.emojione-1f355{background-position:-260px -1300px}.emojione-1f356{background-position:-325px -1300px}.emojione-1f357{background-position:-390px -1300px}.emojione-1f358{background-position:-455px -1300px}.emojione-1f359{background-position:-520px -1300px}.emojione-1f35a{background-position:-585px -1300px}.emojione-1f35b{background-position:-650px -1300px}.emojione-1f35c{background-position:-715px -1300px}.emojione-1f35d{background-position:-780px -1300px}.emojione-1f35e{background-position:-845px -1300px}.emojione-1f35f{background-position:-910px -1300px}.emojione-1f360{background-position:-975px -1300px}.emojione-1f361{background-position:-1040px -1300px}.emojione-1f362{background-position:-1105px -1300px}.emojione-1f363{background-position:-1170px -1300px}.emojione-1f364{background-position:-1235px -1300px}.emojione-1f365{background-position:-1300px -1300px}.emojione-1f366{background-position:-1365px 0}.emojione-1f367{background-position:-1365px -65px}.emojione-1f368{background-position:-1365px -130px}.emojione-1f369{background-position:-1365px -195px}.emojione-1f36a{background-position:-1365px -260px}.emojione-1f36b{background-position:-1365px -325px}.emojione-1f36c{background-position:-1365px -390px}.emojione-1f36d{background-position:-1365px -455px}.emojione-1f36e{background-position:-1365px -520px}.emojione-1f36f{background-position:-1365px -585px}.emojione-1f370{background-position:-1365px -650px}.emojione-1f371{background-position:-1365px -715px}.emojione-1f372{background-position:-1365px -780px}.emojione-1f373{background-position:-1365px -845px}.emojione-1f374{background-position:-1365px -910px}.emojione-1f375{background-position:-1365px -975px}.emojione-1f376{background-position:-1365px -1040px}.emojione-1f377{background-position:-1365px -1105px}.emojione-1f378{background-position:-1365px -1170px}.emojione-1f379{background-position:-1365px -1235px}.emojione-1f37a{background-position:-1365px -1300px}.emojione-1f37b{background-position:0 -1365px}.emojione-1f37c{background-position:-65px -1365px}.emojione-1f37d{background-position:-130px -1365px}.emojione-1f37e{background-position:-195px -1365px}.emojione-1f37f{background-position:-260px -1365px}.emojione-1f380{background-position:-325px -1365px}.emojione-1f381{background-position:-390px -1365px}.emojione-1f382{background-position:-455px -1365px}.emojione-1f383{background-position:-520px -1365px}.emojione-1f384{background-position:-585px -1365px}.emojione-1f385-1f3fb{background-position:-650px -1365px}.emojione-1f385-1f3fc{background-position:-715px -1365px}.emojione-1f385-1f3fd{background-position:-780px -1365px}.emojione-1f385-1f3fe{background-position:-845px -1365px}.emojione-1f385-1f3ff{background-position:-910px -1365px}.emojione-1f385{background-position:-975px -1365px}.emojione-1f386{background-position:-1040px -1365px}.emojione-1f387{background-position:-1105px -1365px}.emojione-1f388{background-position:-1170px -1365px}.emojione-1f389{background-position:-1235px -1365px}.emojione-1f38a{background-position:-1300px -1365px}.emojione-1f38b{background-position:-1365px -1365px}.emojione-1f38c{background-position:-1430px 0}.emojione-1f38d{background-position:-1430px -65px}.emojione-1f38e{background-position:-1430px -130px}.emojione-1f38f{background-position:-1430px -195px}.emojione-1f390{background-position:-1430px -260px}.emojione-1f391{background-position:-1430px -325px}.emojione-1f392{background-position:-1430px -390px}.emojione-1f393{background-position:-1430px -455px}.emojione-1f396{background-position:-1430px -520px}.emojione-1f397{background-position:-1430px -585px}.emojione-1f399{background-position:-1430px -650px}.emojione-1f39a{background-position:-1430px -715px}.emojione-1f39b{background-position:-1430px -780px}.emojione-1f39e{background-position:-1430px -845px}.emojione-1f39f{background-position:-1430px -910px}.emojione-1f3a0{background-position:-1430px -975px}.emojione-1f3a1{background-position:-1430px -1040px}.emojione-1f3a2{background-position:-1430px -1105px}.emojione-1f3a3{background-position:-1430px -1170px}.emojione-1f3a4{background-position:-1430px -1235px}.emojione-1f3a5{background-position:-1430px -1300px}.emojione-1f3a6{background-position:-1430px -1365px}.emojione-1f3a7{background-position:0 -1430px}.emojione-1f3a8{background-position:-65px -1430px}.emojione-1f3a9{background-position:-130px -1430px}.emojione-1f3aa{background-position:-195px -1430px}.emojione-1f3ab{background-position:-260px -1430px}.emojione-1f3ac{background-position:-325px -1430px}.emojione-1f3ad{background-position:-390px -1430px}.emojione-1f3ae{background-position:-455px -1430px}.emojione-1f3af{background-position:-520px -1430px}.emojione-1f3b0{background-position:-585px -1430px}.emojione-1f3b1{background-position:-650px -1430px}.emojione-1f3b2{background-position:-715px -1430px}.emojione-1f3b3{background-position:-780px -1430px}.emojione-1f3b4{background-position:-845px -1430px}.emojione-1f3b5{background-position:-910px -1430px}.emojione-1f3b6{background-position:-975px -1430px}.emojione-1f3b7{background-position:-1040px -1430px}.emojione-1f3b8{background-position:-1105px -1430px}.emojione-1f3b9{background-position:-1170px -1430px}.emojione-1f3ba{background-position:-1235px -1430px}.emojione-1f3bb{background-position:-1300px -1430px}.emojione-1f3bc{background-position:-1365px -1430px}.emojione-1f3bd{background-position:-1430px -1430px}.emojione-1f3be{background-position:-1495px 0}.emojione-1f3bf{background-position:-1495px -65px}.emojione-1f3c0{background-position:-1495px -130px}.emojione-1f3c1{background-position:-1495px -195px}.emojione-1f3c2{background-position:-1495px -260px}.emojione-1f3c3-1f3fb{background-position:-1495px -325px}.emojione-1f3c3-1f3fc{background-position:-1495px -390px}.emojione-1f3c3-1f3fd{background-position:-1495px -455px}.emojione-1f3c3-1f3fe{background-position:-1495px -520px}.emojione-1f3c3-1f3ff{background-position:-1495px -585px}.emojione-1f3c3{background-position:-1495px -650px}.emojione-1f3c4-1f3fb{background-position:-1495px -715px}.emojione-1f3c4-1f3fc{background-position:-1495px -780px}.emojione-1f3c4-1f3fd{background-position:-1495px -845px}.emojione-1f3c4-1f3fe{background-position:-1495px -910px}.emojione-1f3c4-1f3ff{background-position:-1495px -975px}.emojione-1f3c4{background-position:-1495px -1040px}.emojione-1f3c5{background-position:-1495px -1105px}.emojione-1f3c6{background-position:-1495px -1170px}.emojione-1f3c7-1f3fb{background-position:-1495px -1235px}.emojione-1f3c7-1f3fc{background-position:-1495px -1300px}.emojione-1f3c7-1f3fd{background-position:-1495px -1365px}.emojione-1f3c7-1f3fe{background-position:-1495px -1430px}.emojione-1f3c7-1f3ff{background-position:0 -1495px}.emojione-1f3c7{background-position:-65px -1495px}.emojione-1f3c8{background-position:-130px -1495px}.emojione-1f3c9{background-position:-195px -1495px}.emojione-1f3ca-1f3fb{background-position:-260px -1495px}.emojione-1f3ca-1f3fc{background-position:-325px -1495px}.emojione-1f3ca-1f3fd{background-position:-390px -1495px}.emojione-1f3ca-1f3fe{background-position:-455px -1495px}.emojione-1f3ca-1f3ff{background-position:-520px -1495px}.emojione-1f3ca{background-position:-585px -1495px}.emojione-1f3cb-1f3fb{background-position:-650px -1495px}.emojione-1f3cb-1f3fc{background-position:-715px -1495px}.emojione-1f3cb-1f3fd{background-position:-780px -1495px}.emojione-1f3cb-1f3fe{background-position:-845px -1495px}.emojione-1f3cb-1f3ff{background-position:-910px -1495px}.emojione-1f3cb{background-position:-975px -1495px}.emojione-1f3cc{background-position:-1040px -1495px}.emojione-1f3cd{background-position:-1105px -1495px}.emojione-1f3ce{background-position:-1170px -1495px}.emojione-1f3cf{background-position:-1235px -1495px}.emojione-1f3d0{background-position:-1300px -1495px}.emojione-1f3d1{background-position:-1365px -1495px}.emojione-1f3d2{background-position:-1430px -1495px}.emojione-1f3d3{background-position:-1495px -1495px}.emojione-1f3d4{background-position:-1560px 0}.emojione-1f3d5{background-position:-1560px -65px}.emojione-1f3d6{background-position:-1560px -130px}.emojione-1f3d7{background-position:-1560px -195px}.emojione-1f3d8{background-position:-1560px -260px}.emojione-1f3d9{background-position:-1560px -325px}.emojione-1f3da{background-position:-1560px -390px}.emojione-1f3db{background-position:-1560px -455px}.emojione-1f3dc{background-position:-1560px -520px}.emojione-1f3dd{background-position:-1560px -585px}.emojione-1f3de{background-position:-1560px -650px}.emojione-1f3df{background-position:-1560px -715px}.emojione-1f3e0{background-position:-1560px -780px}.emojione-1f3e1{background-position:-1560px -845px}.emojione-1f3e2{background-position:-1560px -910px}.emojione-1f3e3{background-position:-1560px -975px}.emojione-1f3e4{background-position:-1560px -1040px}.emojione-1f3e5{background-position:-1560px -1105px}.emojione-1f3e6{background-position:-1560px -1170px}.emojione-1f3e7{background-position:-1560px -1235px}.emojione-1f3e8{background-position:-1560px -1300px}.emojione-1f3e9{background-position:-1560px -1365px}.emojione-1f3ea{background-position:-1560px -1430px}.emojione-1f3eb{background-position:-1560px -1495px}.emojione-1f3ec{background-position:0 -1560px}.emojione-1f3ed{background-position:-65px -1560px}.emojione-1f3ee{background-position:-130px -1560px}.emojione-1f3ef{background-position:-195px -1560px}.emojione-1f3f0{background-position:-260px -1560px}.emojione-1f3f3{background-position:-325px -1560px}.emojione-1f3f4{background-position:-390px -1560px}.emojione-1f3f5{background-position:-455px -1560px}.emojione-1f3f7{background-position:-520px -1560px}.emojione-1f3f8{background-position:-585px -1560px}.emojione-1f3f9{background-position:-650px -1560px}.emojione-1f3fa{background-position:-715px -1560px}.emojione-1f400{background-position:-780px -1560px}.emojione-1f401{background-position:-845px -1560px}.emojione-1f402{background-position:-910px -1560px}.emojione-1f403{background-position:-975px -1560px}.emojione-1f404{background-position:-1040px -1560px}.emojione-1f405{background-position:-1105px -1560px}.emojione-1f406{background-position:-1170px -1560px}.emojione-1f407{background-position:-1235px -1560px}.emojione-1f408{background-position:-1300px -1560px}.emojione-1f409{background-position:-1365px -1560px}.emojione-1f40a{background-position:-1430px -1560px}.emojione-1f40b{background-position:-1495px -1560px}.emojione-1f40c{background-position:-1560px -1560px}.emojione-1f40d{background-position:-1625px 0}.emojione-1f40e{background-position:-1625px -65px}.emojione-1f40f{background-position:-1625px -130px}.emojione-1f410{background-position:-1625px -195px}.emojione-1f411{background-position:-1625px -260px}.emojione-1f412{background-position:-1625px -325px}.emojione-1f413{background-position:-1625px -390px}.emojione-1f414{background-position:-1625px -455px}.emojione-1f415{background-position:-1625px -520px}.emojione-1f416{background-position:-1625px -585px}.emojione-1f417{background-position:-1625px -650px}.emojione-1f418{background-position:-1625px -715px}.emojione-1f419{background-position:-1625px -780px}.emojione-1f41a{background-position:-1625px -845px}.emojione-1f41b{background-position:-1625px -910px}.emojione-1f41c{background-position:-1625px -975px}.emojione-1f41d{background-position:-1625px -1040px}.emojione-1f41e{background-position:-1625px -1105px}.emojione-1f41f{background-position:-1625px -1170px}.emojione-1f420{background-position:-1625px -1235px}.emojione-1f421{background-position:-1625px -1300px}.emojione-1f422{background-position:-1625px -1365px}.emojione-1f423{background-position:-1625px -1430px}.emojione-1f424{background-position:-1625px -1495px}.emojione-1f425{background-position:-1625px -1560px}.emojione-1f426{background-position:0 -1625px}.emojione-1f427{background-position:-65px -1625px}.emojione-1f428{background-position:-130px -1625px}.emojione-1f429{background-position:-195px -1625px}.emojione-1f42a{background-position:-260px -1625px}.emojione-1f42b{background-position:-325px -1625px}.emojione-1f42c{background-position:-390px -1625px}.emojione-1f42d{background-position:-455px -1625px}.emojione-1f42e{background-position:-520px -1625px}.emojione-1f42f{background-position:-585px -1625px}.emojione-1f430{background-position:-650px -1625px}.emojione-1f431{background-position:-715px -1625px}.emojione-1f432{background-position:-780px -1625px}.emojione-1f433{background-position:-845px -1625px}.emojione-1f434{background-position:-910px -1625px}.emojione-1f435{background-position:-975px -1625px}.emojione-1f436{background-position:-1040px -1625px}.emojione-1f437{background-position:-1105px -1625px}.emojione-1f438{background-position:-1170px -1625px}.emojione-1f439{background-position:-1235px -1625px}.emojione-1f43a{background-position:-1300px -1625px}.emojione-1f43b{background-position:-1365px -1625px}.emojione-1f43c{background-position:-1430px -1625px}.emojione-1f43d{background-position:-1495px -1625px}.emojione-1f43e{background-position:-1560px -1625px}.emojione-1f43f{background-position:-1625px -1625px}.emojione-1f440{background-position:-1690px 0}.emojione-1f441-1f5e8{background-position:-1690px -65px}.emojione-1f441{background-position:-1690px -130px}.emojione-1f442-1f3fb{background-position:-1690px -195px}.emojione-1f442-1f3fc{background-position:-1690px -260px}.emojione-1f442-1f3fd{background-position:-1690px -325px}.emojione-1f442-1f3fe{background-position:-1690px -390px}.emojione-1f442-1f3ff{background-position:-1690px -455px}.emojione-1f442{background-position:-1690px -520px}.emojione-1f443-1f3fb{background-position:-1690px -585px}.emojione-1f443-1f3fc{background-position:-1690px -650px}.emojione-1f443-1f3fd{background-position:-1690px -715px}.emojione-1f443-1f3fe{background-position:-1690px -780px}.emojione-1f443-1f3ff{background-position:-1690px -845px}.emojione-1f443{background-position:-1690px -910px}.emojione-1f444{background-position:-1690px -975px}.emojione-1f445{background-position:-1690px -1040px}.emojione-1f446-1f3fb{background-position:-1690px -1105px}.emojione-1f446-1f3fc{background-position:-1690px -1170px}.emojione-1f446-1f3fd{background-position:-1690px -1235px}.emojione-1f446-1f3fe{background-position:-1690px -1300px}.emojione-1f446-1f3ff{background-position:-1690px -1365px}.emojione-1f446{background-position:-1690px -1430px}.emojione-1f447-1f3fb{background-position:-1690px -1495px}.emojione-1f447-1f3fc{background-position:-1690px -1560px}.emojione-1f447-1f3fd{background-position:-1690px -1625px}.emojione-1f447-1f3fe{background-position:0 -1690px}.emojione-1f447-1f3ff{background-position:-65px -1690px}.emojione-1f447{background-position:-130px -1690px}.emojione-1f448-1f3fb{background-position:-195px -1690px}.emojione-1f448-1f3fc{background-position:-260px -1690px}.emojione-1f448-1f3fd{background-position:-325px -1690px}.emojione-1f448-1f3fe{background-position:-390px -1690px}.emojione-1f448-1f3ff{background-position:-455px -1690px}.emojione-1f448{background-position:-520px -1690px}.emojione-1f449-1f3fb{background-position:-585px -1690px}.emojione-1f449-1f3fc{background-position:-650px -1690px}.emojione-1f449-1f3fd{background-position:-715px -1690px}.emojione-1f449-1f3fe{background-position:-780px -1690px}.emojione-1f449-1f3ff{background-position:-845px -1690px}.emojione-1f449{background-position:-910px -1690px}.emojione-1f44a-1f3fb{background-position:-975px -1690px}.emojione-1f44a-1f3fc{background-position:-1040px -1690px}.emojione-1f44a-1f3fd{background-position:-1105px -1690px}.emojione-1f44a-1f3fe{background-position:-1170px -1690px}.emojione-1f44a-1f3ff{background-position:-1235px -1690px}.emojione-1f44a{background-position:-1300px -1690px}.emojione-1f44b-1f3fb{background-position:-1365px -1690px}.emojione-1f44b-1f3fc{background-position:-1430px -1690px}.emojione-1f44b-1f3fd{background-position:-1495px -1690px}.emojione-1f44b-1f3fe{background-position:-1560px -1690px}.emojione-1f44b-1f3ff{background-position:-1625px -1690px}.emojione-1f44b{background-position:-1690px -1690px}.emojione-1f44c-1f3fb{background-position:-1755px 0}.emojione-1f44c-1f3fc{background-position:-1755px -65px}.emojione-1f44c-1f3fd{background-position:-1755px -130px}.emojione-1f44c-1f3fe{background-position:-1755px -195px}.emojione-1f44c-1f3ff{background-position:-1755px -260px}.emojione-1f44c{background-position:-1755px -325px}.emojione-1f44d-1f3fb{background-position:-1755px -390px}.emojione-1f44d-1f3fc{background-position:-1755px -455px}.emojione-1f44d-1f3fd{background-position:-1755px -520px}.emojione-1f44d-1f3fe{background-position:-1755px -585px}.emojione-1f44d-1f3ff{background-position:-1755px -650px}.emojione-1f44d{background-position:-1755px -715px}.emojione-1f44e-1f3fb{background-position:-1755px -780px}.emojione-1f44e-1f3fc{background-position:-1755px -845px}.emojione-1f44e-1f3fd{background-position:-1755px -910px}.emojione-1f44e-1f3fe{background-position:-1755px -975px}.emojione-1f44e-1f3ff{background-position:-1755px -1040px}.emojione-1f44e{background-position:-1755px -1105px}.emojione-1f44f-1f3fb{background-position:-1755px -1170px}.emojione-1f44f-1f3fc{background-position:-1755px -1235px}.emojione-1f44f-1f3fd{background-position:-1755px -1300px}.emojione-1f44f-1f3fe{background-position:-1755px -1365px}.emojione-1f44f-1f3ff{background-position:-1755px -1430px}.emojione-1f44f{background-position:-1755px -1495px}.emojione-1f450-1f3fb{background-position:-1755px -1560px}.emojione-1f450-1f3fc{background-position:-1755px -1625px}.emojione-1f450-1f3fd{background-position:-1755px -1690px}.emojione-1f450-1f3fe{background-position:0 -1755px}.emojione-1f450-1f3ff{background-position:-65px -1755px}.emojione-1f450{background-position:-130px -1755px}.emojione-1f451{background-position:-195px -1755px}.emojione-1f452{background-position:-260px -1755px}.emojione-1f453{background-position:-325px -1755px}.emojione-1f454{background-position:-390px -1755px}.emojione-1f455{background-position:-455px -1755px}.emojione-1f456{background-position:-520px -1755px}.emojione-1f457{background-position:-585px -1755px}.emojione-1f458{background-position:-650px -1755px}.emojione-1f459{background-position:-715px -1755px}.emojione-1f45a{background-position:-780px -1755px}.emojione-1f45b{background-position:-845px -1755px}.emojione-1f45c{background-position:-910px -1755px}.emojione-1f45d{background-position:-975px -1755px}.emojione-1f45e{background-position:-1040px -1755px}.emojione-1f45f{background-position:-1105px -1755px}.emojione-1f460{background-position:-1170px -1755px}.emojione-1f461{background-position:-1235px -1755px}.emojione-1f462{background-position:-1300px -1755px}.emojione-1f463{background-position:-1365px -1755px}.emojione-1f464{background-position:-1430px -1755px}.emojione-1f465{background-position:-1495px -1755px}.emojione-1f466-1f3fb{background-position:-1560px -1755px}.emojione-1f466-1f3fc{background-position:-1625px -1755px}.emojione-1f466-1f3fd{background-position:-1690px -1755px}.emojione-1f466-1f3fe{background-position:-1755px -1755px}.emojione-1f466-1f3ff{background-position:-1820px 0}.emojione-1f466{background-position:-1820px -65px}.emojione-1f467-1f3fb{background-position:-1820px -130px}.emojione-1f467-1f3fc{background-position:-1820px -195px}.emojione-1f467-1f3fd{background-position:-1820px -260px}.emojione-1f467-1f3fe{background-position:-1820px -325px}.emojione-1f467-1f3ff{background-position:-1820px -390px}.emojione-1f467{background-position:-1820px -455px}.emojione-1f468-1f3fb{background-position:-1820px -520px}.emojione-1f468-1f3fc{background-position:-1820px -585px}.emojione-1f468-1f3fd{background-position:-1820px -650px}.emojione-1f468-1f3fe{background-position:-1820px -715px}.emojione-1f468-1f3ff{background-position:-1820px -780px}.emojione-1f468-1f468-1f466-1f466{background-position:-1820px -845px}.emojione-1f468-1f468-1f466{background-position:-1820px -910px}.emojione-1f468-1f468-1f467-1f466{background-position:-1820px -975px}.emojione-1f468-1f468-1f467-1f467{background-position:-1820px -1040px}.emojione-1f468-1f468-1f467{background-position:-1820px -1105px}.emojione-1f468-1f469-1f466-1f466{background-position:-1820px -1170px}.emojione-1f468-1f469-1f467-1f466{background-position:-1820px -1235px}.emojione-1f468-1f469-1f467-1f467{background-position:-1820px -1300px}.emojione-1f468-1f469-1f467{background-position:-1820px -1365px}.emojione-1f468-2764-1f468{background-position:-1820px -1430px}.emojione-1f468-2764-1f48b-1f468{background-position:-1820px -1495px}.emojione-1f468{background-position:-1820px -1560px}.emojione-1f469-1f3fb{background-position:-1820px -1625px}.emojione-1f469-1f3fc{background-position:-1820px -1690px}.emojione-1f469-1f3fd{background-position:-1820px -1755px}.emojione-1f469-1f3fe{background-position:0 -1820px}.emojione-1f469-1f3ff{background-position:-65px -1820px}.emojione-1f469-1f469-1f466-1f466{background-position:-130px -1820px}.emojione-1f469-1f469-1f466{background-position:-195px -1820px}.emojione-1f469-1f469-1f467-1f466{background-position:-260px -1820px}.emojione-1f469-1f469-1f467-1f467{background-position:-325px -1820px}.emojione-1f469-1f469-1f467{background-position:-390px -1820px}.emojione-1f469-2764-1f469{background-position:-455px -1820px}.emojione-1f469-2764-1f48b-1f469{background-position:-520px -1820px}.emojione-1f469{background-position:-585px -1820px}.emojione-1f46a{background-position:-650px -1820px}.emojione-1f46b{background-position:-715px -1820px}.emojione-1f46c{background-position:-780px -1820px}.emojione-1f46d{background-position:-845px -1820px}.emojione-1f46e-1f3fb{background-position:-910px -1820px}.emojione-1f46e-1f3fc{background-position:-975px -1820px}.emojione-1f46e-1f3fd{background-position:-1040px -1820px}.emojione-1f46e-1f3fe{background-position:-1105px -1820px}.emojione-1f46e-1f3ff{background-position:-1170px -1820px}.emojione-1f46e{background-position:-1235px -1820px}.emojione-1f46f{background-position:-1300px -1820px}.emojione-1f470-1f3fb{background-position:-1365px -1820px}.emojione-1f470-1f3fc{background-position:-1430px -1820px}.emojione-1f470-1f3fd{background-position:-1495px -1820px}.emojione-1f470-1f3fe{background-position:-1560px -1820px}.emojione-1f470-1f3ff{background-position:0 0}.emojione-1f470{background-position:-1690px -1820px}.emojione-1f471-1f3fb{background-position:-1755px -1820px}.emojione-1f471-1f3fc{background-position:-1820px -1820px}.emojione-1f471-1f3fd{background-position:-1885px 0}.emojione-1f471-1f3fe{background-position:-1885px -65px}.emojione-1f471-1f3ff{background-position:-1885px -130px}.emojione-1f471{background-position:-1885px -195px}.emojione-1f472-1f3fb{background-position:-1885px -260px}.emojione-1f472-1f3fc{background-position:-1885px -325px}.emojione-1f472-1f3fd{background-position:-1885px -390px}.emojione-1f472-1f3fe{background-position:-1885px -455px}.emojione-1f472-1f3ff{background-position:-1885px -520px}.emojione-1f472{background-position:-1885px -585px}.emojione-1f473-1f3fb{background-position:-1885px -650px}.emojione-1f473-1f3fc{background-position:-1885px -715px}.emojione-1f473-1f3fd{background-position:-1885px -780px}.emojione-1f473-1f3fe{background-position:-1885px -845px}.emojione-1f473-1f3ff{background-position:-1885px -910px}.emojione-1f473{background-position:-1885px -975px}.emojione-1f474-1f3fb{background-position:-1885px -1040px}.emojione-1f474-1f3fc{background-position:-1885px -1105px}.emojione-1f474-1f3fd{background-position:-1885px -1170px}.emojione-1f474-1f3fe{background-position:-1885px -1235px}.emojione-1f474-1f3ff{background-position:-1885px -1300px}.emojione-1f474{background-position:-1885px -1365px}.emojione-1f475-1f3fb{background-position:-1885px -1430px}.emojione-1f475-1f3fc{background-position:-1885px -1495px}.emojione-1f475-1f3fd{background-position:-1885px -1560px}.emojione-1f475-1f3fe{background-position:-1885px -1625px}.emojione-1f475-1f3ff{background-position:-1885px -1690px}.emojione-1f475{background-position:-1885px -1755px}.emojione-1f476-1f3fb{background-position:-1885px -1820px}.emojione-1f476-1f3fc{background-position:0 -1885px}.emojione-1f476-1f3fd{background-position:-65px -1885px}.emojione-1f476-1f3fe{background-position:-130px -1885px}.emojione-1f476-1f3ff{background-position:-195px -1885px}.emojione-1f476{background-position:-260px -1885px}.emojione-1f477-1f3fb{background-position:-325px -1885px}.emojione-1f477-1f3fc{background-position:-390px -1885px}.emojione-1f477-1f3fd{background-position:-455px -1885px}.emojione-1f477-1f3fe{background-position:-520px -1885px}.emojione-1f477-1f3ff{background-position:-585px -1885px}.emojione-1f477{background-position:-650px -1885px}.emojione-1f478-1f3fb{background-position:-715px -1885px}.emojione-1f478-1f3fc{background-position:-780px -1885px}.emojione-1f478-1f3fd{background-position:-845px -1885px}.emojione-1f478-1f3fe{background-position:-910px -1885px}.emojione-1f478-1f3ff{background-position:-975px -1885px}.emojione-1f478{background-position:-1040px -1885px}.emojione-1f479{background-position:-1105px -1885px}.emojione-1f47a{background-position:-1170px -1885px}.emojione-1f47b{background-position:-1235px -1885px}.emojione-1f47c-1f3fb{background-position:-1300px -1885px}.emojione-1f47c-1f3fc{background-position:-1365px -1885px}.emojione-1f47c-1f3fd{background-position:-1430px -1885px}.emojione-1f47c-1f3fe{background-position:-1495px -1885px}.emojione-1f47c-1f3ff{background-position:-1560px -1885px}.emojione-1f47c{background-position:-1625px -1885px}.emojione-1f47d{background-position:-1690px -1885px}.emojione-1f47e{background-position:-1755px -1885px}.emojione-1f47f{background-position:-1820px -1885px}.emojione-1f480{background-position:-1885px -1885px}.emojione-1f481-1f3fb{background-position:-1950px 0}.emojione-1f481-1f3fc{background-position:-1950px -65px}.emojione-1f481-1f3fd{background-position:-1950px -130px}.emojione-1f481-1f3fe{background-position:-1950px -195px}.emojione-1f481-1f3ff{background-position:-1950px -260px}.emojione-1f481{background-position:-1950px -325px}.emojione-1f482-1f3fb{background-position:-1950px -390px}.emojione-1f482-1f3fc{background-position:-1950px -455px}.emojione-1f482-1f3fd{background-position:-1950px -520px}.emojione-1f482-1f3fe{background-position:-1950px -585px}.emojione-1f482-1f3ff{background-position:-1950px -650px}.emojione-1f482{background-position:-1950px -715px}.emojione-1f483-1f3fb{background-position:-1950px -780px}.emojione-1f483-1f3fc{background-position:-1950px -845px}.emojione-1f483-1f3fd{background-position:-1950px -910px}.emojione-1f483-1f3fe{background-position:-1950px -975px}.emojione-1f483-1f3ff{background-position:-1950px -1040px}.emojione-1f483{background-position:-1950px -1105px}.emojione-1f484{background-position:-1950px -1170px}.emojione-1f485-1f3fb{background-position:-1950px -1235px}.emojione-1f485-1f3fc{background-position:-1950px -1300px}.emojione-1f485-1f3fd{background-position:-1950px -1365px}.emojione-1f485-1f3fe{background-position:-1950px -1430px}.emojione-1f485-1f3ff{background-position:-1950px -1495px}.emojione-1f485{background-position:-1950px -1560px}.emojione-1f486-1f3fb{background-position:-1950px -1625px}.emojione-1f486-1f3fc{background-position:-1950px -1690px}.emojione-1f486-1f3fd{background-position:-1950px -1755px}.emojione-1f486-1f3fe{background-position:-1950px -1820px}.emojione-1f486-1f3ff{background-position:-1950px -1885px}.emojione-1f486{background-position:0 -1950px}.emojione-1f487-1f3fb{background-position:-65px -1950px}.emojione-1f487-1f3fc{background-position:-130px -1950px}.emojione-1f487-1f3fd{background-position:-195px -1950px}.emojione-1f487-1f3fe{background-position:-260px -1950px}.emojione-1f487-1f3ff{background-position:-325px -1950px}.emojione-1f487{background-position:-390px -1950px}.emojione-1f488{background-position:-455px -1950px}.emojione-1f489{background-position:-520px -1950px}.emojione-1f48a{background-position:-585px -1950px}.emojione-1f48b{background-position:-650px -1950px}.emojione-1f48c{background-position:-715px -1950px}.emojione-1f48d{background-position:-780px -1950px}.emojione-1f48e{background-position:-845px -1950px}.emojione-1f48f{background-position:-910px -1950px}.emojione-1f490{background-position:-975px -1950px}.emojione-1f491{background-position:-1040px -1950px}.emojione-1f492{background-position:-1105px -1950px}.emojione-1f493{background-position:-1170px -1950px}.emojione-1f494{background-position:-1235px -1950px}.emojione-1f495{background-position:-1300px -1950px}.emojione-1f496{background-position:-1365px -1950px}.emojione-1f497{background-position:-1430px -1950px}.emojione-1f498{background-position:-1495px -1950px}.emojione-1f499{background-position:-1560px -1950px}.emojione-1f49a{background-position:-1625px -1950px}.emojione-1f49b{background-position:-1690px -1950px}.emojione-1f49c{background-position:-1755px -1950px}.emojione-1f49d{background-position:-1820px -1950px}.emojione-1f49e{background-position:-1885px -1950px}.emojione-1f49f{background-position:-1950px -1950px}.emojione-1f4a0{background-position:-2015px 0}.emojione-1f4a1{background-position:-2015px -65px}.emojione-1f4a2{background-position:-2015px -130px}.emojione-1f4a3{background-position:-2015px -195px}.emojione-1f4a4{background-position:-2015px -260px}.emojione-1f4a5{background-position:-2015px -325px}.emojione-1f4a6{background-position:-2015px -390px}.emojione-1f4a7{background-position:-2015px -455px}.emojione-1f4a8{background-position:-2015px -520px}.emojione-1f4a9{background-position:-2015px -585px}.emojione-1f4aa-1f3fb{background-position:-2015px -650px}.emojione-1f4aa-1f3fc{background-position:-2015px -715px}.emojione-1f4aa-1f3fd{background-position:-2015px -780px}.emojione-1f4aa-1f3fe{background-position:-2015px -845px}.emojione-1f4aa-1f3ff{background-position:-2015px -910px}.emojione-1f4aa{background-position:-2015px -975px}.emojione-1f4ab{background-position:-2015px -1040px}.emojione-1f4ac{background-position:-2015px -1105px}.emojione-1f4ad{background-position:-2015px -1170px}.emojione-1f4ae{background-position:-2015px -1235px}.emojione-1f4af{background-position:-2015px -1300px}.emojione-1f4b0{background-position:-2015px -1365px}.emojione-1f4b1{background-position:-2015px -1430px}.emojione-1f4b2{background-position:-2015px -1495px}.emojione-1f4b3{background-position:-2015px -1560px}.emojione-1f4b4{background-position:-2015px -1625px}.emojione-1f4b5{background-position:-2015px -1690px}.emojione-1f4b6{background-position:-2015px -1755px}.emojione-1f4b7{background-position:-2015px -1820px}.emojione-1f4b8{background-position:-2015px -1885px}.emojione-1f4b9{background-position:-2015px -1950px}.emojione-1f4ba{background-position:0 -2015px}.emojione-1f4bb{background-position:-65px -2015px}.emojione-1f4bc{background-position:-130px -2015px}.emojione-1f4bd{background-position:-195px -2015px}.emojione-1f4be{background-position:-260px -2015px}.emojione-1f4bf{background-position:-325px -2015px}.emojione-1f4c0{background-position:-390px -2015px}.emojione-1f4c1{background-position:-455px -2015px}.emojione-1f4c2{background-position:-520px -2015px}.emojione-1f4c3{background-position:-585px -2015px}.emojione-1f4c4{background-position:-650px -2015px}.emojione-1f4c5{background-position:-715px -2015px}.emojione-1f4c6{background-position:-780px -2015px}.emojione-1f4c7{background-position:-845px -2015px}.emojione-1f4c8{background-position:-910px -2015px}.emojione-1f4c9{background-position:-975px -2015px}.emojione-1f4ca{background-position:-1040px -2015px}.emojione-1f4cb{background-position:-1105px -2015px}.emojione-1f4cc{background-position:-1170px -2015px}.emojione-1f4cd{background-position:-1235px -2015px}.emojione-1f4ce{background-position:-1300px -2015px}.emojione-1f4cf{background-position:-1365px -2015px}.emojione-1f4d0{background-position:-1430px -2015px}.emojione-1f4d1{background-position:-1495px -2015px}.emojione-1f4d2{background-position:-1560px -2015px}.emojione-1f4d3{background-position:-1625px -2015px}.emojione-1f4d4{background-position:-1690px -2015px}.emojione-1f4d5{background-position:-1755px -2015px}.emojione-1f4d6{background-position:-1820px -2015px}.emojione-1f4d7{background-position:-1885px -2015px}.emojione-1f4d8{background-position:-1950px -2015px}.emojione-1f4d9{background-position:-2015px -2015px}.emojione-1f4da{background-position:-2080px 0}.emojione-1f4db{background-position:-2080px -65px}.emojione-1f4dc{background-position:-2080px -130px}.emojione-1f4dd{background-position:-2080px -195px}.emojione-1f4de{background-position:-2080px -260px}.emojione-1f4df{background-position:-2080px -325px}.emojione-1f4e0{background-position:-2080px -390px}.emojione-1f4e1{background-position:-2080px -455px}.emojione-1f4e2{background-position:-2080px -520px}.emojione-1f4e3{background-position:-2080px -585px}.emojione-1f4e4{background-position:-2080px -650px}.emojione-1f4e5{background-position:-2080px -715px}.emojione-1f4e6{background-position:-2080px -780px}.emojione-1f4e7{background-position:-2080px -845px}.emojione-1f4e8{background-position:-2080px -910px}.emojione-1f4e9{background-position:-2080px -975px}.emojione-1f4ea{background-position:-2080px -1040px}.emojione-1f4eb{background-position:-2080px -1105px}.emojione-1f4ec{background-position:-2080px -1170px}.emojione-1f4ed{background-position:-2080px -1235px}.emojione-1f4ee{background-position:-2080px -1300px}.emojione-1f4ef{background-position:-2080px -1365px}.emojione-1f4f0{background-position:-2080px -1430px}.emojione-1f4f1{background-position:-2080px -1495px}.emojione-1f4f2{background-position:-2080px -1560px}.emojione-1f4f3{background-position:-2080px -1625px}.emojione-1f4f4{background-position:-2080px -1690px}.emojione-1f4f5{background-position:-2080px -1755px}.emojione-1f4f6{background-position:-2080px -1820px}.emojione-1f4f7{background-position:-2080px -1885px}.emojione-1f4f8{background-position:-2080px -1950px}.emojione-1f4f9{background-position:-2080px -2015px}.emojione-1f4fa{background-position:0 -2080px}.emojione-1f4fb{background-position:-65px -2080px}.emojione-1f4fc{background-position:-130px -2080px}.emojione-1f4fd{background-position:-195px -2080px}.emojione-1f4ff{background-position:-260px -2080px}.emojione-1f500{background-position:-325px -2080px}.emojione-1f501{background-position:-390px -2080px}.emojione-1f502{background-position:-455px -2080px}.emojione-1f503{background-position:-520px -2080px}.emojione-1f504{background-position:-585px -2080px}.emojione-1f505{background-position:-650px -2080px}.emojione-1f506{background-position:-715px -2080px}.emojione-1f507{background-position:-780px -2080px}.emojione-1f508{background-position:-845px -2080px}.emojione-1f509{background-position:-910px -2080px}.emojione-1f50a{background-position:-975px -2080px}.emojione-1f50b{background-position:-1040px -2080px}.emojione-1f50c{background-position:-1105px -2080px}.emojione-1f50d{background-position:-1170px -2080px}.emojione-1f50e{background-position:-1235px -2080px}.emojione-1f50f{background-position:-1300px -2080px}.emojione-1f510{background-position:-1365px -2080px}.emojione-1f511{background-position:-1430px -2080px}.emojione-1f512{background-position:-1495px -2080px}.emojione-1f513{background-position:-1560px -2080px}.emojione-1f514{background-position:-1625px -2080px}.emojione-1f515{background-position:-1690px -2080px}.emojione-1f516{background-position:-1755px -2080px}.emojione-1f517{background-position:-1820px -2080px}.emojione-1f518{background-position:-1885px -2080px}.emojione-1f519{background-position:-1950px -2080px}.emojione-1f51a{background-position:-2015px -2080px}.emojione-1f51b{background-position:-2080px -2080px}.emojione-1f51c{background-position:-2145px 0}.emojione-1f51d{background-position:-2145px -65px}.emojione-1f51e{background-position:-2145px -130px}.emojione-1f51f{background-position:-2145px -195px}.emojione-1f520{background-position:-2145px -260px}.emojione-1f521{background-position:-2145px -325px}.emojione-1f522{background-position:-2145px -390px}.emojione-1f523{background-position:-2145px -455px}.emojione-1f524{background-position:-2145px -520px}.emojione-1f525{background-position:-2145px -585px}.emojione-1f526{background-position:-2145px -650px}.emojione-1f527{background-position:-2145px -715px}.emojione-1f528{background-position:-2145px -780px}.emojione-1f529{background-position:-2145px -845px}.emojione-1f52a{background-position:-2145px -910px}.emojione-1f52b{background-position:-2145px -975px}.emojione-1f52c{background-position:-2145px -1040px}.emojione-1f52d{background-position:-2145px -1105px}.emojione-1f52e{background-position:-2145px -1170px}.emojione-1f52f{background-position:-2145px -1235px}.emojione-1f530{background-position:-2145px -1300px}.emojione-1f531{background-position:-2145px -1365px}.emojione-1f532{background-position:-2145px -1430px}.emojione-1f533{background-position:-2145px -1495px}.emojione-1f534{background-position:-2145px -1560px}.emojione-1f535{background-position:-2145px -1625px}.emojione-1f536{background-position:-2145px -1690px}.emojione-1f537{background-position:-2145px -1755px}.emojione-1f538{background-position:-2145px -1820px}.emojione-1f539{background-position:-2145px -1885px}.emojione-1f53a{background-position:-2145px -1950px}.emojione-1f53b{background-position:-2145px -2015px}.emojione-1f53c{background-position:-2145px -2080px}.emojione-1f53d{background-position:0 -2145px}.emojione-1f549{background-position:-65px -2145px}.emojione-1f54a{background-position:-130px -2145px}.emojione-1f54b{background-position:-195px -2145px}.emojione-1f54c{background-position:-260px -2145px}.emojione-1f54d{background-position:-325px -2145px}.emojione-1f54e{background-position:-390px -2145px}.emojione-1f550{background-position:-455px -2145px}.emojione-1f551{background-position:-520px -2145px}.emojione-1f552{background-position:-585px -2145px}.emojione-1f553{background-position:-650px -2145px}.emojione-1f554{background-position:-715px -2145px}.emojione-1f555{background-position:-780px -2145px}.emojione-1f556{background-position:-845px -2145px}.emojione-1f557{background-position:-910px -2145px}.emojione-1f558{background-position:-975px -2145px}.emojione-1f559{background-position:-1040px -2145px}.emojione-1f55a{background-position:-1105px -2145px}.emojione-1f55b{background-position:-1170px -2145px}.emojione-1f55c{background-position:-1235px -2145px}.emojione-1f55d{background-position:-1300px -2145px}.emojione-1f55e{background-position:-1365px -2145px}.emojione-1f55f{background-position:-1430px -2145px}.emojione-1f560{background-position:-1495px -2145px}.emojione-1f561{background-position:-1560px -2145px}.emojione-1f562{background-position:-1625px -2145px}.emojione-1f563{background-position:-1690px -2145px}.emojione-1f564{background-position:-1755px -2145px}.emojione-1f565{background-position:-1820px -2145px}.emojione-1f566{background-position:-1885px -2145px}.emojione-1f567{background-position:-1950px -2145px}.emojione-1f56f{background-position:-2015px -2145px}.emojione-1f570{background-position:-2080px -2145px}.emojione-1f573{background-position:-2145px -2145px}.emojione-1f574{background-position:-2210px 0}.emojione-1f575-1f3fb{background-position:-2210px -65px}.emojione-1f575-1f3fc{background-position:-2210px -130px}.emojione-1f575-1f3fd{background-position:-2210px -195px}.emojione-1f575-1f3fe{background-position:-2210px -260px}.emojione-1f575-1f3ff{background-position:-2210px -325px}.emojione-1f575{background-position:-2210px -390px}.emojione-1f576{background-position:-2210px -455px}.emojione-1f577{background-position:-2210px -520px}.emojione-1f578{background-position:-2210px -585px}.emojione-1f579{background-position:-2210px -650px}.emojione-1f57a-1f3fb{background-position:-2210px -715px}.emojione-1f57a-1f3fc{background-position:-2210px -780px}.emojione-1f57a-1f3fd{background-position:-2210px -845px}.emojione-1f57a-1f3fe{background-position:-2210px -910px}.emojione-1f57a-1f3ff{background-position:-2210px -975px}.emojione-1f57a{background-position:-2210px -1040px}.emojione-1f587{background-position:-2210px -1105px}.emojione-1f58a{background-position:-2210px -1170px}.emojione-1f58b{background-position:-2210px -1235px}.emojione-1f58c{background-position:-2210px -1300px}.emojione-1f58d{background-position:-2210px -1365px}.emojione-1f590-1f3fb{background-position:-2210px -1430px}.emojione-1f590-1f3fc{background-position:-2210px -1495px}.emojione-1f590-1f3fd{background-position:-2210px -1560px}.emojione-1f590-1f3fe{background-position:-2210px -1625px}.emojione-1f590-1f3ff{background-position:-2210px -1690px}.emojione-1f590{background-position:-2210px -1755px}.emojione-1f595-1f3fb{background-position:-2210px -1820px}.emojione-1f595-1f3fc{background-position:-2210px -1885px}.emojione-1f595-1f3fd{background-position:-2210px -1950px}.emojione-1f595-1f3fe{background-position:-2210px -2015px}.emojione-1f595-1f3ff{background-position:-2210px -2080px}.emojione-1f595{background-position:-2210px -2145px}.emojione-1f596-1f3fb{background-position:0 -2210px}.emojione-1f596-1f3fc{background-position:-65px -2210px}.emojione-1f596-1f3fd{background-position:-130px -2210px}.emojione-1f596-1f3fe{background-position:-195px -2210px}.emojione-1f596-1f3ff{background-position:-260px -2210px}.emojione-1f596{background-position:-325px -2210px}.emojione-1f5a4{background-position:-390px -2210px}.emojione-1f5a5{background-position:-455px -2210px}.emojione-1f5a8{background-position:-520px -2210px}.emojione-1f5b1{background-position:-585px -2210px}.emojione-1f5b2{background-position:-650px -2210px}.emojione-1f5bc{background-position:-715px -2210px}.emojione-1f5c2{background-position:-780px -2210px}.emojione-1f5c3{background-position:-845px -2210px}.emojione-1f5c4{background-position:-910px -2210px}.emojione-1f5d1{background-position:-975px -2210px}.emojione-1f5d2{background-position:-1040px -2210px}.emojione-1f5d3{background-position:-1105px -2210px}.emojione-1f5dc{background-position:-1170px -2210px}.emojione-1f5dd{background-position:-1235px -2210px}.emojione-1f5de{background-position:-1300px -2210px}.emojione-1f5e1{background-position:-1365px -2210px}.emojione-1f5e3{background-position:-1430px -2210px}.emojione-1f5e8{background-position:-1495px -2210px}.emojione-1f5ef{background-position:-1560px -2210px}.emojione-1f5f3{background-position:-1625px -2210px}.emojione-1f5fa{background-position:-1690px -2210px}.emojione-1f5fb{background-position:-1755px -2210px}.emojione-1f5fc{background-position:-1820px -2210px}.emojione-1f5fd{background-position:-1885px -2210px}.emojione-1f5fe{background-position:-1950px -2210px}.emojione-1f5ff{background-position:-2015px -2210px}.emojione-1f600{background-position:-2080px -2210px}.emojione-1f601{background-position:-2145px -2210px}.emojione-1f602{background-position:-2210px -2210px}.emojione-1f603{background-position:-2275px 0}.emojione-1f604{background-position:-2275px -65px}.emojione-1f605{background-position:-2275px -130px}.emojione-1f606{background-position:-2275px -195px}.emojione-1f607{background-position:-2275px -260px}.emojione-1f608{background-position:-2275px -325px}.emojione-1f609{background-position:-2275px -390px}.emojione-1f60a{background-position:-2275px -455px}.emojione-1f60b{background-position:-2275px -520px}.emojione-1f60c{background-position:-2275px -585px}.emojione-1f60d{background-position:-2275px -650px}.emojione-1f60e{background-position:-2275px -715px}.emojione-1f60f{background-position:-2275px -780px}.emojione-1f610{background-position:-2275px -845px}.emojione-1f611{background-position:-2275px -910px}.emojione-1f612{background-position:-2275px -975px}.emojione-1f613{background-position:-2275px -1040px}.emojione-1f614{background-position:-2275px -1105px}.emojione-1f615{background-position:-2275px -1170px}.emojione-1f616{background-position:-2275px -1235px}.emojione-1f617{background-position:-2275px -1300px}.emojione-1f618{background-position:-2275px -1365px}.emojione-1f619{background-position:-2275px -1430px}.emojione-1f61a{background-position:-2275px -1495px}.emojione-1f61b{background-position:-2275px -1560px}.emojione-1f61c{background-position:-2275px -1625px}.emojione-1f61d{background-position:-2275px -1690px}.emojione-1f61e{background-position:-2275px -1755px}.emojione-1f61f{background-position:-2275px -1820px}.emojione-1f620{background-position:-2275px -1885px}.emojione-1f621{background-position:-2275px -1950px}.emojione-1f622{background-position:-2275px -2015px}.emojione-1f623{background-position:-2275px -2080px}.emojione-1f624{background-position:-2275px -2145px}.emojione-1f625{background-position:-2275px -2210px}.emojione-1f626{background-position:0 -2275px}.emojione-1f627{background-position:-65px -2275px}.emojione-1f628{background-position:-130px -2275px}.emojione-1f629{background-position:-195px -2275px}.emojione-1f62a{background-position:-260px -2275px}.emojione-1f62b{background-position:-325px -2275px}.emojione-1f62c{background-position:-390px -2275px}.emojione-1f62d{background-position:-455px -2275px}.emojione-1f62e{background-position:-520px -2275px}.emojione-1f62f{background-position:-585px -2275px}.emojione-1f630{background-position:-650px -2275px}.emojione-1f631{background-position:-715px -2275px}.emojione-1f632{background-position:-780px -2275px}.emojione-1f633{background-position:-845px -2275px}.emojione-1f634{background-position:-910px -2275px}.emojione-1f635{background-position:-975px -2275px}.emojione-1f636{background-position:-1040px -2275px}.emojione-1f637{background-position:-1105px -2275px}.emojione-1f638{background-position:-1170px -2275px}.emojione-1f639{background-position:-1235px -2275px}.emojione-1f63a{background-position:-1300px -2275px}.emojione-1f63b{background-position:-1365px -2275px}.emojione-1f63c{background-position:-1430px -2275px}.emojione-1f63d{background-position:-1495px -2275px}.emojione-1f63e{background-position:-1560px -2275px}.emojione-1f63f{background-position:-1625px -2275px}.emojione-1f640{background-position:-1690px -2275px}.emojione-1f641{background-position:-1755px -2275px}.emojione-1f642{background-position:-1820px -2275px}.emojione-1f643{background-position:-1885px -2275px}.emojione-1f644{background-position:-1950px -2275px}.emojione-1f645-1f3fb{background-position:-2015px -2275px}.emojione-1f645-1f3fc{background-position:-2080px -2275px}.emojione-1f645-1f3fd{background-position:-2145px -2275px}.emojione-1f645-1f3fe{background-position:-2210px -2275px}.emojione-1f645-1f3ff{background-position:-2275px -2275px}.emojione-1f645{background-position:-2340px 0}.emojione-1f646-1f3fb{background-position:-2340px -65px}.emojione-1f646-1f3fc{background-position:-2340px -130px}.emojione-1f646-1f3fd{background-position:-2340px -195px}.emojione-1f646-1f3fe{background-position:-2340px -260px}.emojione-1f646-1f3ff{background-position:-2340px -325px}.emojione-1f646{background-position:-2340px -390px}.emojione-1f647-1f3fb{background-position:-2340px -455px}.emojione-1f647-1f3fc{background-position:-2340px -520px}.emojione-1f647-1f3fd{background-position:-2340px -585px}.emojione-1f647-1f3fe{background-position:-2340px -650px}.emojione-1f647-1f3ff{background-position:-2340px -715px}.emojione-1f647{background-position:-2340px -780px}.emojione-1f648{background-position:-2340px -845px}.emojione-1f649{background-position:-2340px -910px}.emojione-1f64a{background-position:-2340px -975px}.emojione-1f64b-1f3fb{background-position:-2340px -1040px}.emojione-1f64b-1f3fc{background-position:-2340px -1105px}.emojione-1f64b-1f3fd{background-position:-2340px -1170px}.emojione-1f64b-1f3fe{background-position:-2340px -1235px}.emojione-1f64b-1f3ff{background-position:-2340px -1300px}.emojione-1f64b{background-position:-2340px -1365px}.emojione-1f64c-1f3fb{background-position:-2340px -1430px}.emojione-1f64c-1f3fc{background-position:-2340px -1495px}.emojione-1f64c-1f3fd{background-position:-2340px -1560px}.emojione-1f64c-1f3fe{background-position:-2340px -1625px}.emojione-1f64c-1f3ff{background-position:-2340px -1690px}.emojione-1f64c{background-position:-2340px -1755px}.emojione-1f64d-1f3fb{background-position:-2340px -1820px}.emojione-1f64d-1f3fc{background-position:-2340px -1885px}.emojione-1f64d-1f3fd{background-position:-2340px -1950px}.emojione-1f64d-1f3fe{background-position:-2340px -2015px}.emojione-1f64d-1f3ff{background-position:-2340px -2080px}.emojione-1f64d{background-position:-2340px -2145px}.emojione-1f64e-1f3fb{background-position:-2340px -2210px}.emojione-1f64e-1f3fc{background-position:-2340px -2275px}.emojione-1f64e-1f3fd{background-position:0 -2340px}.emojione-1f64e-1f3fe{background-position:-65px -2340px}.emojione-1f64e-1f3ff{background-position:-130px -2340px}.emojione-1f64e{background-position:-195px -2340px}.emojione-1f64f-1f3fb{background-position:-260px -2340px}.emojione-1f64f-1f3fc{background-position:-325px -2340px}.emojione-1f64f-1f3fd{background-position:-390px -2340px}.emojione-1f64f-1f3fe{background-position:-455px -2340px}.emojione-1f64f-1f3ff{background-position:-520px -2340px}.emojione-1f64f{background-position:-585px -2340px}.emojione-1f680{background-position:-650px -2340px}.emojione-1f681{background-position:-715px -2340px}.emojione-1f682{background-position:-780px -2340px}.emojione-1f683{background-position:-845px -2340px}.emojione-1f684{background-position:-910px -2340px}.emojione-1f685{background-position:-975px -2340px}.emojione-1f686{background-position:-1040px -2340px}.emojione-1f687{background-position:-1105px -2340px}.emojione-1f688{background-position:-1170px -2340px}.emojione-1f689{background-position:-1235px -2340px}.emojione-1f68a{background-position:-1300px -2340px}.emojione-1f68b{background-position:-1365px -2340px}.emojione-1f68c{background-position:-1430px -2340px}.emojione-1f68d{background-position:-1495px -2340px}.emojione-1f68e{background-position:-1560px -2340px}.emojione-1f68f{background-position:-1625px -2340px}.emojione-1f690{background-position:-1690px -2340px}.emojione-1f691{background-position:-1755px -2340px}.emojione-1f692{background-position:-1820px -2340px}.emojione-1f693{background-position:-1885px -2340px}.emojione-1f694{background-position:-1950px -2340px}.emojione-1f695{background-position:-2015px -2340px}.emojione-1f696{background-position:-2080px -2340px}.emojione-1f697{background-position:-2145px -2340px}.emojione-1f698{background-position:-2210px -2340px}.emojione-1f699{background-position:-2275px -2340px}.emojione-1f69a{background-position:-2340px -2340px}.emojione-1f69b{background-position:-2405px 0}.emojione-1f69c{background-position:-2405px -65px}.emojione-1f69d{background-position:-2405px -130px}.emojione-1f69e{background-position:-2405px -195px}.emojione-1f69f{background-position:-2405px -260px}.emojione-1f6a0{background-position:-2405px -325px}.emojione-1f6a1{background-position:-2405px -390px}.emojione-1f6a2{background-position:-2405px -455px}.emojione-1f6a3-1f3fb{background-position:-2405px -520px}.emojione-1f6a3-1f3fc{background-position:-2405px -585px}.emojione-1f6a3-1f3fd{background-position:-2405px -650px}.emojione-1f6a3-1f3fe{background-position:-2405px -715px}.emojione-1f6a3-1f3ff{background-position:-2405px -780px}.emojione-1f6a3{background-position:-2405px -845px}.emojione-1f6a4{background-position:-2405px -910px}.emojione-1f6a5{background-position:-2405px -975px}.emojione-1f6a6{background-position:-2405px -1040px}.emojione-1f6a7{background-position:-2405px -1105px}.emojione-1f6a8{background-position:-2405px -1170px}.emojione-1f6a9{background-position:-2405px -1235px}.emojione-1f6aa{background-position:-2405px -1300px}.emojione-1f6ab{background-position:-2405px -1365px}.emojione-1f6ac{background-position:-2405px -1430px}.emojione-1f6ad{background-position:-2405px -1495px}.emojione-1f6ae{background-position:-2405px -1560px}.emojione-1f6af{background-position:-2405px -1625px}.emojione-1f6b0{background-position:-2405px -1690px}.emojione-1f6b1{background-position:-2405px -1755px}.emojione-1f6b2{background-position:-2405px -1820px}.emojione-1f6b3{background-position:-2405px -1885px}.emojione-1f6b4-1f3fb{background-position:-2405px -1950px}.emojione-1f6b4-1f3fc{background-position:-2405px -2015px}.emojione-1f6b4-1f3fd{background-position:-2405px -2080px}.emojione-1f6b4-1f3fe{background-position:-2405px -2145px}.emojione-1f6b4-1f3ff{background-position:-2405px -2210px}.emojione-1f6b4{background-position:-2405px -2275px}.emojione-1f6b5-1f3fb{background-position:-2405px -2340px}.emojione-1f6b5-1f3fc{background-position:0 -2405px}.emojione-1f6b5-1f3fd{background-position:-65px -2405px}.emojione-1f6b5-1f3fe{background-position:-130px -2405px}.emojione-1f6b5-1f3ff{background-position:-195px -2405px}.emojione-1f6b5{background-position:-260px -2405px}.emojione-1f6b6-1f3fb{background-position:-325px -2405px}.emojione-1f6b6-1f3fc{background-position:-390px -2405px}.emojione-1f6b6-1f3fd{background-position:-455px -2405px}.emojione-1f6b6-1f3fe{background-position:-520px -2405px}.emojione-1f6b6-1f3ff{background-position:-585px -2405px}.emojione-1f6b6{background-position:-650px -2405px}.emojione-1f6b7{background-position:-715px -2405px}.emojione-1f6b8{background-position:-780px -2405px}.emojione-1f6b9{background-position:-845px -2405px}.emojione-1f6ba{background-position:-910px -2405px}.emojione-1f6bb{background-position:-975px -2405px}.emojione-1f6bc{background-position:-1040px -2405px}.emojione-1f6bd{background-position:-1105px -2405px}.emojione-1f6be{background-position:-1170px -2405px}.emojione-1f6bf{background-position:-1235px -2405px}.emojione-1f6c0-1f3fb{background-position:-1300px -2405px}.emojione-1f6c0-1f3fc{background-position:-1365px -2405px}.emojione-1f6c0-1f3fd{background-position:-1430px -2405px}.emojione-1f6c0-1f3fe{background-position:-1495px -2405px}.emojione-1f6c0-1f3ff{background-position:-1560px -2405px}.emojione-1f6c0{background-position:-1625px -2405px}.emojione-1f6c1{background-position:-1690px -2405px}.emojione-1f6c2{background-position:-1755px -2405px}.emojione-1f6c3{background-position:-1820px -2405px}.emojione-1f6c4{background-position:-1885px -2405px}.emojione-1f6c5{background-position:-1950px -2405px}.emojione-1f6cb{background-position:-2015px -2405px}.emojione-1f6cc{background-position:-2080px -2405px}.emojione-1f6cd{background-position:-2145px -2405px}.emojione-1f6ce{background-position:-2210px -2405px}.emojione-1f6cf{background-position:-2275px -2405px}.emojione-1f6d0{background-position:-2340px -2405px}.emojione-1f6d1{background-position:-2405px -2405px}.emojione-1f6d2{background-position:-2470px 0}.emojione-1f6e0{background-position:-2470px -65px}.emojione-1f6e1{background-position:-2470px -130px}.emojione-1f6e2{background-position:-2470px -195px}.emojione-1f6e3{background-position:-2470px -260px}.emojione-1f6e4{background-position:-2470px -325px}.emojione-1f6e5{background-position:-2470px -390px}.emojione-1f6e9{background-position:-2470px -455px}.emojione-1f6eb{background-position:-2470px -520px}.emojione-1f6ec{background-position:-2470px -585px}.emojione-1f6f0{background-position:-2470px -650px}.emojione-1f6f3{background-position:-2470px -715px}.emojione-1f6f4{background-position:-2470px -780px}.emojione-1f6f5{background-position:-2470px -845px}.emojione-1f6f6{background-position:-2470px -910px}.emojione-1f910{background-position:-2470px -975px}.emojione-1f911{background-position:-2470px -1040px}.emojione-1f912{background-position:-2470px -1105px}.emojione-1f913{background-position:-2470px -1170px}.emojione-1f914{background-position:-2470px -1235px}.emojione-1f915{background-position:-2470px -1300px}.emojione-1f916{background-position:-2470px -1365px}.emojione-1f917{background-position:-2470px -1430px}.emojione-1f918-1f3fb{background-position:-2470px -1495px}.emojione-1f918-1f3fc{background-position:-2470px -1560px}.emojione-1f918-1f3fd{background-position:-2470px -1625px}.emojione-1f918-1f3fe{background-position:-2470px -1690px}.emojione-1f918-1f3ff{background-position:-2470px -1755px}.emojione-1f918{background-position:-2470px -1820px}.emojione-1f919-1f3fb{background-position:-2470px -1885px}.emojione-1f919-1f3fc{background-position:-2470px -1950px}.emojione-1f919-1f3fd{background-position:-2470px -2015px}.emojione-1f919-1f3fe{background-position:-2470px -2080px}.emojione-1f919-1f3ff{background-position:-2470px -2145px}.emojione-1f919{background-position:-2470px -2210px}.emojione-1f91a-1f3fb{background-position:-2470px -2275px}.emojione-1f91a-1f3fc{background-position:-2470px -2340px}.emojione-1f91a-1f3fd{background-position:-2470px -2405px}.emojione-1f91a-1f3fe{background-position:0 -2470px}.emojione-1f91a-1f3ff{background-position:-65px -2470px}.emojione-1f91a{background-position:-130px -2470px}.emojione-1f91b-1f3fb{background-position:-195px -2470px}.emojione-1f91b-1f3fc{background-position:-260px -2470px}.emojione-1f91b-1f3fd{background-position:-325px -2470px}.emojione-1f91b-1f3fe{background-position:-390px -2470px}.emojione-1f91b-1f3ff{background-position:-455px -2470px}.emojione-1f91b{background-position:-520px -2470px}.emojione-1f91c-1f3fb{background-position:-585px -2470px}.emojione-1f91c-1f3fc{background-position:-650px -2470px}.emojione-1f91c-1f3fd{background-position:-715px -2470px}.emojione-1f91c-1f3fe{background-position:-780px -2470px}.emojione-1f91c-1f3ff{background-position:-845px -2470px}.emojione-1f91c{background-position:-910px -2470px}.emojione-1f91d-1f3fb{background-position:-975px -2470px}.emojione-1f91d-1f3fc{background-position:-1040px -2470px}.emojione-1f91d-1f3fd{background-position:-1105px -2470px}.emojione-1f91d-1f3fe{background-position:-1170px -2470px}.emojione-1f91d-1f3ff{background-position:-1235px -2470px}.emojione-1f91d{background-position:-1300px -2470px}.emojione-1f91e-1f3fb{background-position:-1365px -2470px}.emojione-1f91e-1f3fc{background-position:-1430px -2470px}.emojione-1f91e-1f3fd{background-position:-1495px -2470px}.emojione-1f91e-1f3fe{background-position:-1560px -2470px}.emojione-1f91e-1f3ff{background-position:-1625px -2470px}.emojione-1f91e{background-position:-1690px -2470px}.emojione-1f920{background-position:-1755px -2470px}.emojione-1f921{background-position:-1820px -2470px}.emojione-1f922{background-position:-1885px -2470px}.emojione-1f923{background-position:-1950px -2470px}.emojione-1f924{background-position:-2015px -2470px}.emojione-1f925{background-position:-2080px -2470px}.emojione-1f926-1f3fb{background-position:-2145px -2470px}.emojione-1f926-1f3fc{background-position:-2210px -2470px}.emojione-1f926-1f3fd{background-position:-2275px -2470px}.emojione-1f926-1f3fe{background-position:-2340px -2470px}.emojione-1f926-1f3ff{background-position:-2405px -2470px}.emojione-1f926{background-position:-2470px -2470px}.emojione-1f927{background-position:-2535px 0}.emojione-1f930-1f3fb{background-position:-2535px -65px}.emojione-1f930-1f3fc{background-position:-2535px -130px}.emojione-1f930-1f3fd{background-position:-2535px -195px}.emojione-1f930-1f3fe{background-position:-2535px -260px}.emojione-1f930-1f3ff{background-position:-2535px -325px}.emojione-1f930{background-position:-2535px -390px}.emojione-1f933-1f3fb{background-position:-2535px -455px}.emojione-1f933-1f3fc{background-position:-2535px -520px}.emojione-1f933-1f3fd{background-position:-2535px -585px}.emojione-1f933-1f3fe{background-position:-2535px -650px}.emojione-1f933-1f3ff{background-position:-2535px -715px}.emojione-1f933{background-position:-2535px -780px}.emojione-1f934-1f3fb{background-position:-2535px -845px}.emojione-1f934-1f3fc{background-position:-2535px -910px}.emojione-1f934-1f3fd{background-position:-2535px -975px}.emojione-1f934-1f3fe{background-position:-2535px -1040px}.emojione-1f934-1f3ff{background-position:-2535px -1105px}.emojione-1f934{background-position:-2535px -1170px}.emojione-1f935-1f3fb{background-position:-2535px -1235px}.emojione-1f935-1f3fc{background-position:-2535px -1300px}.emojione-1f935-1f3fd{background-position:-2535px -1365px}.emojione-1f935-1f3fe{background-position:-2535px -1430px}.emojione-1f935-1f3ff{background-position:-2535px -1495px}.emojione-1f935{background-position:-2535px -1560px}.emojione-1f936-1f3fb{background-position:-2535px -1625px}.emojione-1f936-1f3fc{background-position:-2535px -1690px}.emojione-1f936-1f3fd{background-position:-2535px -1755px}.emojione-1f936-1f3fe{background-position:-2535px -1820px}.emojione-1f936-1f3ff{background-position:-2535px -1885px}.emojione-1f936{background-position:-2535px -1950px}.emojione-1f937-1f3fb{background-position:-2535px -2015px}.emojione-1f937-1f3fc{background-position:-2535px -2080px}.emojione-1f937-1f3fd{background-position:-2535px -2145px}.emojione-1f937-1f3fe{background-position:-2535px -2210px}.emojione-1f937-1f3ff{background-position:-2535px -2275px}.emojione-1f937{background-position:-2535px -2340px}.emojione-1f938-1f3fb{background-position:-2535px -2405px}.emojione-1f938-1f3fc{background-position:-2535px -2470px}.emojione-1f938-1f3fd{background-position:0 -2535px}.emojione-1f938-1f3fe{background-position:-65px -2535px}.emojione-1f938-1f3ff{background-position:-130px -2535px}.emojione-1f938{background-position:-195px -2535px}.emojione-1f939-1f3fb{background-position:-260px -2535px}.emojione-1f939-1f3fc{background-position:-325px -2535px}.emojione-1f939-1f3fd{background-position:-390px -2535px}.emojione-1f939-1f3fe{background-position:-455px -2535px}.emojione-1f939-1f3ff{background-position:-520px -2535px}.emojione-1f939{background-position:-585px -2535px}.emojione-1f93a{background-position:-650px -2535px}.emojione-1f93b-1f3fb{background-position:-715px -2535px}.emojione-1f93b-1f3fc{background-position:-780px -2535px}.emojione-1f93b-1f3fd{background-position:-845px -2535px}.emojione-1f93b-1f3fe{background-position:-910px -2535px}.emojione-1f93b-1f3ff{background-position:-975px -2535px}.emojione-1f93b{background-position:-1040px -2535px}.emojione-1f93c-1f3fb{background-position:-1105px -2535px}.emojione-1f93c-1f3fc{background-position:-1170px -2535px}.emojione-1f93c-1f3fd{background-position:-1235px -2535px}.emojione-1f93c-1f3fe{background-position:-1300px -2535px}.emojione-1f93c-1f3ff{background-position:-1365px -2535px}.emojione-1f93c{background-position:-1430px -2535px}.emojione-1f93d-1f3fb{background-position:-1495px -2535px}.emojione-1f93d-1f3fc{background-position:-1560px -2535px}.emojione-1f93d-1f3fd{background-position:-1625px -2535px}.emojione-1f93d-1f3fe{background-position:-1690px -2535px}.emojione-1f93d-1f3ff{background-position:-1755px -2535px}.emojione-1f93d{background-position:-1820px -2535px}.emojione-1f93e-1f3fb{background-position:-1885px -2535px}.emojione-1f93e-1f3fc{background-position:-1950px -2535px}.emojione-1f93e-1f3fd{background-position:-2015px -2535px}.emojione-1f93e-1f3fe{background-position:-2080px -2535px}.emojione-1f93e-1f3ff{background-position:-2145px -2535px}.emojione-1f93e{background-position:-2210px -2535px}.emojione-1f93f{background-position:-2275px -2535px}.emojione-1f940{background-position:-2340px -2535px}.emojione-1f942{background-position:-2405px -2535px}.emojione-1f943{background-position:-2470px -2535px}.emojione-1f944{background-position:-2535px -2535px}.emojione-1f945{background-position:-2600px 0}.emojione-1f946{background-position:-2600px -65px}.emojione-1f947{background-position:-2600px -130px}.emojione-1f948{background-position:-2600px -195px}.emojione-1f949{background-position:-2600px -260px}.emojione-1f950{background-position:-2600px -325px}.emojione-1f951{background-position:-2600px -390px}.emojione-1f952{background-position:-2600px -455px}.emojione-1f953{background-position:-2600px -520px}.emojione-1f954{background-position:-2600px -585px}.emojione-1f955{background-position:-2600px -650px}.emojione-1f956{background-position:-2600px -715px}.emojione-1f957{background-position:-2600px -780px}.emojione-1f958{background-position:-2600px -845px}.emojione-1f959{background-position:-2600px -910px}.emojione-1f95a{background-position:-2600px -975px}.emojione-1f95b{background-position:-2600px -1040px}.emojione-1f95c{background-position:-2600px -1105px}.emojione-1f95d{background-position:-2600px -1170px}.emojione-1f95e{background-position:-2600px -1235px}.emojione-1f960{background-position:-2600px -1300px}.emojione-1f961{background-position:-2600px -1365px}.emojione-1f980{background-position:-2600px -1430px}.emojione-1f981{background-position:-2600px -1495px}.emojione-1f982{background-position:-2600px -1560px}.emojione-1f983{background-position:-2600px -1625px}.emojione-1f984{background-position:-2600px -1690px}.emojione-1f985{background-position:-2600px -1755px}.emojione-1f986{background-position:-2600px -1820px}.emojione-1f987{background-position:-2600px -1885px}.emojione-1f988{background-position:-2600px -1950px}.emojione-1f989{background-position:-2600px -2015px}.emojione-1f98a{background-position:-2600px -2080px}.emojione-1f98b{background-position:-2600px -2145px}.emojione-1f98c{background-position:-2600px -2210px}.emojione-1f98d{background-position:-2600px -2275px}.emojione-1f98e{background-position:-2600px -2340px}.emojione-1f98f{background-position:-2600px -2405px}.emojione-1f990{background-position:-2600px -2470px}.emojione-1f991{background-position:-2600px -2535px}.emojione-1f9c0{background-position:0 -2600px}.emojione-203c{background-position:-65px -2600px}.emojione-2049{background-position:-130px -2600px}.emojione-2122{background-position:-195px -2600px}.emojione-2139{background-position:-260px -2600px}.emojione-2194{background-position:-325px -2600px}.emojione-2195{background-position:-390px -2600px}.emojione-2196{background-position:-455px -2600px}.emojione-2197{background-position:-520px -2600px}.emojione-2198{background-position:-585px -2600px}.emojione-2199{background-position:-650px -2600px}.emojione-21a9{background-position:-715px -2600px}.emojione-21aa{background-position:-780px -2600px}.emojione-231a{background-position:-845px -2600px}.emojione-231b{background-position:-910px -2600px}.emojione-2328{background-position:-975px -2600px}.emojione-23cf{background-position:-1040px -2600px}.emojione-23e9{background-position:-1105px -2600px}.emojione-23ea{background-position:-1170px -2600px}.emojione-23eb{background-position:-1235px -2600px}.emojione-23ec{background-position:-1300px -2600px}.emojione-23ed{background-position:-1365px -2600px}.emojione-23ee{background-position:-1430px -2600px}.emojione-23ef{background-position:-1495px -2600px}.emojione-23f0{background-position:-1560px -2600px}.emojione-23f1{background-position:-1625px -2600px}.emojione-23f2{background-position:-1690px -2600px}.emojione-23f3{background-position:-1755px -2600px}.emojione-23f8{background-position:-1820px -2600px}.emojione-23f9{background-position:-1885px -2600px}.emojione-23fa{background-position:-1950px -2600px}.emojione-24c2{background-position:-2015px -2600px}.emojione-25aa{background-position:-2080px -2600px}.emojione-25ab{background-position:-2145px -2600px}.emojione-25b6{background-position:-2210px -2600px}.emojione-25c0{background-position:-2275px -2600px}.emojione-25fb{background-position:-2340px -2600px}.emojione-25fc{background-position:-2405px -2600px}.emojione-25fd{background-position:-2470px -2600px}.emojione-25fe{background-position:-2535px -2600px}.emojione-2600{background-position:-2600px -2600px}.emojione-2601{background-position:-2665px 0}.emojione-2602{background-position:-2665px -65px}.emojione-2603{background-position:-2665px -130px}.emojione-2604{background-position:-2665px -195px}.emojione-260e{background-position:-2665px -260px}.emojione-2611{background-position:-2665px -325px}.emojione-2614{background-position:-2665px -390px}.emojione-2615{background-position:-2665px -455px}.emojione-2618{background-position:-2665px -520px}.emojione-261d-1f3fb{background-position:-2665px -585px}.emojione-261d-1f3fc{background-position:-2665px -650px}.emojione-261d-1f3fd{background-position:-2665px -715px}.emojione-261d-1f3fe{background-position:-2665px -780px}.emojione-261d-1f3ff{background-position:-2665px -845px}.emojione-261d{background-position:-2665px -910px}.emojione-2620{background-position:-2665px -975px}.emojione-2622{background-position:-2665px -1040px}.emojione-2623{background-position:-2665px -1105px}.emojione-2626{background-position:-2665px -1170px}.emojione-262a{background-position:-2665px -1235px}.emojione-262e{background-position:-2665px -1300px}.emojione-262f{background-position:-2665px -1365px}.emojione-2638{background-position:-2665px -1430px}.emojione-2639{background-position:-2665px -1495px}.emojione-263a{background-position:-2665px -1560px}.emojione-2648{background-position:-2665px -1625px}.emojione-2649{background-position:-2665px -1690px}.emojione-264a{background-position:-2665px -1755px}.emojione-264b{background-position:-2665px -1820px}.emojione-264c{background-position:-2665px -1885px}.emojione-264d{background-position:-2665px -1950px}.emojione-264e{background-position:-2665px -2015px}.emojione-264f{background-position:-2665px -2080px}.emojione-2650{background-position:-2665px -2145px}.emojione-2651{background-position:-2665px -2210px}.emojione-2652{background-position:-2665px -2275px}.emojione-2653{background-position:-2665px -2340px}.emojione-2660{background-position:-2665px -2405px}.emojione-2663{background-position:-2665px -2470px}.emojione-2665{background-position:-2665px -2535px}.emojione-2666{background-position:-2665px -2600px}.emojione-2668{background-position:0 -2665px}.emojione-267b{background-position:-65px -2665px}.emojione-267f{background-position:-130px -2665px}.emojione-2692{background-position:-195px -2665px}.emojione-2693{background-position:-260px -2665px}.emojione-2694{background-position:-325px -2665px}.emojione-2696{background-position:-390px -2665px}.emojione-2697{background-position:-455px -2665px}.emojione-2699{background-position:-520px -2665px}.emojione-269b{background-position:-585px -2665px}.emojione-269c{background-position:-650px -2665px}.emojione-26a0{background-position:-715px -2665px}.emojione-26a1{background-position:-780px -2665px}.emojione-26aa{background-position:-845px -2665px}.emojione-26ab{background-position:-910px -2665px}.emojione-26b0{background-position:-975px -2665px}.emojione-26b1{background-position:-1040px -2665px}.emojione-26bd{background-position:-1105px -2665px}.emojione-26be{background-position:-1170px -2665px}.emojione-26c4{background-position:-1235px -2665px}.emojione-26c5{background-position:-1300px -2665px}.emojione-26c8{background-position:-1365px -2665px}.emojione-26ce{background-position:-1430px -2665px}.emojione-26cf{background-position:-1495px -2665px}.emojione-26d1{background-position:-1560px -2665px}.emojione-26d3{background-position:-1625px -2665px}.emojione-26d4{background-position:-1690px -2665px}.emojione-26e9{background-position:-1755px -2665px}.emojione-26ea{background-position:-1820px -2665px}.emojione-26f0{background-position:-1885px -2665px}.emojione-26f1{background-position:-1950px -2665px}.emojione-26f2{background-position:-2015px -2665px}.emojione-26f3{background-position:-2080px -2665px}.emojione-26f4{background-position:-2145px -2665px}.emojione-26f5{background-position:-2210px -2665px}.emojione-26f7{background-position:-2275px -2665px}.emojione-26f8{background-position:-2340px -2665px}.emojione-26f9-1f3fb{background-position:-2405px -2665px}.emojione-26f9-1f3fc{background-position:-2470px -2665px}.emojione-26f9-1f3fd{background-position:-2535px -2665px}.emojione-26f9-1f3fe{background-position:-2600px -2665px}.emojione-26f9-1f3ff{background-position:-2665px -2665px}.emojione-26f9{background-position:-2730px 0}.emojione-26fa{background-position:-2730px -65px}.emojione-26fd{background-position:-2730px -130px}.emojione-2702{background-position:-2730px -195px}.emojione-2705{background-position:-2730px -260px}.emojione-2708{background-position:-2730px -325px}.emojione-2709{background-position:-2730px -390px}.emojione-270a-1f3fb{background-position:-2730px -455px}.emojione-270a-1f3fc{background-position:-2730px -520px}.emojione-270a-1f3fd{background-position:-2730px -585px}.emojione-270a-1f3fe{background-position:-2730px -650px}.emojione-270a-1f3ff{background-position:-2730px -715px}.emojione-270a{background-position:-2730px -780px}.emojione-270b-1f3fb{background-position:-2730px -845px}.emojione-270b-1f3fc{background-position:-2730px -910px}.emojione-270b-1f3fd{background-position:-2730px -975px}.emojione-270b-1f3fe{background-position:-2730px -1040px}.emojione-270b-1f3ff{background-position:-2730px -1105px}.emojione-270b{background-position:-2730px -1170px}.emojione-270c-1f3fb{background-position:-2730px -1235px}.emojione-270c-1f3fc{background-position:-2730px -1300px}.emojione-270c-1f3fd{background-position:-2730px -1365px}.emojione-270c-1f3fe{background-position:-2730px -1430px}.emojione-270c-1f3ff{background-position:-2730px -1495px}.emojione-270c{background-position:-2730px -1560px}.emojione-270d-1f3fb{background-position:-2730px -1625px}.emojione-270d-1f3fc{background-position:-2730px -1690px}.emojione-270d-1f3fd{background-position:-2730px -1755px}.emojione-270d-1f3fe{background-position:-2730px -1820px}.emojione-270d-1f3ff{background-position:-2730px -1885px}.emojione-270d{background-position:-2730px -1950px}.emojione-270f{background-position:-2730px -2015px}.emojione-2712{background-position:-2730px -2080px}.emojione-2714{background-position:-2730px -2145px}.emojione-2716{background-position:-2730px -2210px}.emojione-271d{background-position:-2730px -2275px}.emojione-2721{background-position:-2730px -2340px}.emojione-2728{background-position:-2730px -2405px}.emojione-2733{background-position:-2730px -2470px}.emojione-2734{background-position:-2730px -2535px}.emojione-2744{background-position:-2730px -2600px}.emojione-2747{background-position:-2730px -2665px}.emojione-274c{background-position:0 -2730px}.emojione-274e{background-position:-65px -2730px}.emojione-2753{background-position:-130px -2730px}.emojione-2754{background-position:-195px -2730px}.emojione-2755{background-position:-260px -2730px}.emojione-2757{background-position:-325px -2730px}.emojione-2763{background-position:-390px -2730px}.emojione-2764{background-position:-455px -2730px}.emojione-2795{background-position:-520px -2730px}.emojione-2796{background-position:-585px -2730px}.emojione-2797{background-position:-650px -2730px}.emojione-27a1{background-position:-715px -2730px}.emojione-27b0{background-position:-780px -2730px}.emojione-27bf{background-position:-845px -2730px}.emojione-2934{background-position:-910px -2730px}.emojione-2935{background-position:-975px -2730px}.emojione-2b05{background-position:-1040px -2730px}.emojione-2b06{background-position:-1105px -2730px}.emojione-2b07{background-position:-1170px -2730px}.emojione-2b1b{background-position:-1235px -2730px}.emojione-2b1c{background-position:-1300px -2730px}.emojione-2b50{background-position:-1365px -2730px}.emojione-2b55{background-position:-1430px -2730px}.emojione-3030{background-position:-1495px -2730px}.emojione-303d{background-position:-1560px -2730px}.emojione-3297{background-position:-1625px -2730px}.emojione-3299{background-position:-1690px -2730px} \ No newline at end of file diff --git a/assets/sprites/emojione.sprites.png b/assets/sprites/emojione.sprites.png index b8c9be5df..787040990 100644 Binary files a/assets/sprites/emojione.sprites.png and b/assets/sprites/emojione.sprites.png differ diff --git a/assets/sprites/emojione.sprites.svg b/assets/sprites/emojione.sprites.svg index 9f852d4bb..7daee7dce 100644 --- a/assets/sprites/emojione.sprites.svg +++ b/assets/sprites/emojione.sprites.svg @@ -1,305 +1 @@ -0023-20e3002a-20e30030-20e30031-20e30032-20e30033-20e30034-20e30035-20e30036-20e30037-20e30038-20e30039-20e300a900ae1f0041f0cf1f1701f1711f17e1f17f1f18e1f1911f1921f1931f1941f1951f1961f1971f1981f1991f19a1f1e6-1f1e81f1e6-1f1e91f1e6-1f1ea1f1e6-1f1eb1f1e6-1f1ec1f1e6-1f1ee1f1e6-1f1f11f1e6-1f1f21f1e6-1f1f41f1e6-1f1f61f1e6-1f1f71f1e6-1f1f81f1e6-1f1f91f1e6-1f1fa1f1e6-1f1fc1f1e6-1f1fd1f1e6-1f1ff1f1e7-1f1e61f1e7-1f1e71f1e7-1f1e91f1e7-1f1ea1f1e7-1f1eb1f1e7-1f1ec1f1e7-1f1ed1f1e7-1f1ee1f1e7-1f1ef1f1e7-1f1f11f1e7-1f1f21f1e7-1f1f31f1e7-1f1f41f1e7-1f1f61f1e7-1f1f71f1e7-1f1f81f1e7-1f1f91f1e7-1f1fb1f1e7-1f1fc1f1e7-1f1fe1f1e7-1f1ff1f1e8-1f1e61f1e8-1f1e81f1e8-1f1e91f1e8-1f1eb1f1e8-1f1ec1f1e8-1f1ed1f1e8-1f1ee1f1e8-1f1f01f1e8-1f1f11f1e8-1f1f21f1e8-1f1f31f1e8-1f1f41f1e8-1f1f51f1e8-1f1f71f1e8-1f1fa1f1e8-1f1fb1f1e8-1f1fc1f1e8-1f1fd1f1e8-1f1fe1f1e8-1f1ff1f1e9-1f1ea1f1e9-1f1ec1f1e9-1f1ef1f1e9-1f1f01f1e9-1f1f21f1e9-1f1f41f1e9-1f1ff1f1ea-1f1e61f1ea-1f1e81f1ea-1f1ea1f1ea-1f1ec1f1ea-1f1ed1f1ea-1f1f71f1ea-1f1f81f1ea-1f1f91f1ea-1f1fa1f1eb-1f1ee1f1eb-1f1ef1f1eb-1f1f01f1eb-1f1f21f1eb-1f1f41f1eb-1f1f71f1ec-1f1e61f1ec-1f1e71f1ec-1f1e91f1ec-1f1ea1f1ec-1f1eb1f1ec-1f1ec1f1ec-1f1ed1f1ec-1f1ee1f1ec-1f1f11f1ec-1f1f21f1ec-1f1f31f1ec-1f1f51f1ec-1f1f61f1ec-1f1f71f1ec-1f1f81f1ec-1f1f91f1ec-1f1fa1f1ec-1f1fc1f1ec-1f1fe1f1ed-1f1f01f1ed-1f1f21f1ed-1f1f31f1ed-1f1f71f1ed-1f1f91f1ed-1f1fa1f1ee-1f1e81f1ee-1f1e91f1ee-1f1ea1f1ee-1f1f11f1ee-1f1f21f1ee-1f1f31f1ee-1f1f41f1ee-1f1f61f1ee-1f1f71f1ee-1f1f81f1ee-1f1f91f1ef-1f1ea1f1ef-1f1f21f1ef-1f1f41f1ef-1f1f51f1f0-1f1ea1f1f0-1f1ec1f1f0-1f1ed1f1f0-1f1ee1f1f0-1f1f21f1f0-1f1f31f1f0-1f1f51f1f0-1f1f71f1f0-1f1fc1f1f0-1f1fe1f1f0-1f1ff1f1f1-1f1e61f1f1-1f1e71f1f1-1f1e81f1f1-1f1ee1f1f1-1f1f01f1f1-1f1f71f1f1-1f1f81f1f1-1f1f91f1f1-1f1fa1f1f1-1f1fb1f1f1-1f1fe1f1f2-1f1e61f1f2-1f1e81f1f2-1f1e91f1f2-1f1ea1f1f2-1f1eb1f1f2-1f1ec1f1f2-1f1ed1f1f2-1f1f01f1f2-1f1f11f1f2-1f1f21f1f2-1f1f31f1f2-1f1f41f1f2-1f1f51f1f2-1f1f61f1f2-1f1f71f1f2-1f1f81f1f2-1f1f91f1f2-1f1fa1f1f2-1f1fb1f1f2-1f1fc1f1f2-1f1fd1f1f2-1f1fe1f1f2-1f1ff1f1f3-1f1e61f1f3-1f1e81f1f3-1f1ea1f1f3-1f1eb1f1f3-1f1ec1f1f3-1f1ee1f1f3-1f1f11f1f3-1f1f41f1f3-1f1f51f1f3-1f1f71f1f3-1f1fa1f1f3-1f1ff1f1f4-1f1f21f1f5-1f1e61f1f5-1f1ea1f1f5-1f1eb1f1f5-1f1ec1f1f5-1f1ed1f1f5-1f1f01f1f5-1f1f11f1f5-1f1f21f1f5-1f1f31f1f5-1f1f71f1f5-1f1f81f1f5-1f1f91f1f5-1f1fc1f1f5-1f1fe1f1f6-1f1e61f1f7-1f1ea1f1f7-1f1f41f1f7-1f1f81f1f7-1f1fa1f1f7-1f1fc1f1f8-1f1e61f1f8-1f1e71f1f8-1f1e81f1f8-1f1e91f1f8-1f1ea1f1f8-1f1ec1f1f8-1f1ed1f1f8-1f1ee1f1f8-1f1ef1f1f8-1f1f01f1f8-1f1f11f1f8-1f1f21f1f8-1f1f31f1f8-1f1f41f1f8-1f1f71f1f8-1f1f81f1f8-1f1f91f1f8-1f1fb1f1f8-1f1fd1f1f8-1f1fe1f1f8-1f1ff1f1f9-1f1e61f1f9-1f1e81f1f9-1f1e91f1f9-1f1eb1f1f9-1f1ec1f1f9-1f1ed1f1f9-1f1ef1f1f9-1f1f01f1f9-1f1f11f1f9-1f1f21f1f9-1f1f31f1f9-1f1f41f1f9-1f1f71f1f9-1f1f91f1f9-1f1fb1f1f9-1f1fc1f1f9-1f1ff1f1fa-1f1e61f1fa-1f1ec1f1fa-1f1f21f1fa-1f1f81f1fa-1f1fe1f1fa-1f1ff1f1fb-1f1e61f1fb-1f1e81f1fb-1f1ea1f1fb-1f1ec1f1fb-1f1ee1f1fb-1f1f31f1fb-1f1fa1f1fc-1f1eb1f1fc-1f1f81f1fd-1f1f01f1fe-1f1ea1f1fe-1f1f91f1ff-1f1e61f1ff-1f1f21f1ff-1f1fc1f2011f2021f21a1f22f1f2321f2331f2341f2351f2361f2371f2381f2391f23a1f2501f2511f3001f3011f3021f3031f3041f3051f3061f3071f3081f3091f30a1f30b1f30c1f30d1f30e1f30f1f3101f3111f3121f3131f3141f3151f3161f3171f3181f3191f31a1f31b1f31c1f31d1f31e1f31f1f3201f3211f3241f3251f3261f3271f3281f3291f32a1f32b1f32c1f32d1f32e1f32f1f3301f3311f3321f3331f3341f3351f3361f3371f3381f3391f33a1f33b1f33c1f33d1f33e1f33f1f3401f3411f3421f3431f3441f3451f3461f3471f3481f3491f34a1f34b1f34c1f34d1f34e1f34f1f3501f3511f3521f3531f3541f3551f3561f3571f3581f3591f35a1f35b1f35c1f35d1f35e1f35f1f3601f3611f3621f3631f3641f3651f3661f3671f3681f3691f36a1f36b1f36c1f36d1f36e1f36f1f3701f3711f3721f3731f3741f3751f3761f3771f3781f3791f37a1f37b1f37c1f37d1f37e1f37f1f3801f3811f3821f3831f3841f385-1f3fb1f385-1f3fc1f385-1f3fd1f385-1f3fe1f385-1f3ff1f3851f3861f3871f3881f3891f38a1f38b1f38c1f38d1f38e1f38f1f3901f3911f3921f3931f3961f3971f3991f39a1f39b1f39e1f39f1f3a01f3a11f3a21f3a31f3a41f3a51f3a61f3a71f3a81f3a91f3aa1f3ab1f3ac1f3ad1f3ae1f3af1f3b01f3b11f3b21f3b31f3b41f3b51f3b61f3b71f3b81f3b91f3ba1f3bb1f3bc1f3bd1f3be1f3bf1f3c01f3c11f3c21f3c3-1f3fb1f3c3-1f3fc1f3c3-1f3fd1f3c3-1f3fe1f3c3-1f3ff1f3c31f3c4-1f3fb1f3c4-1f3fc1f3c4-1f3fd1f3c4-1f3fe1f3c4-1f3ff1f3c41f3c51f3c61f3c7-1f3fb1f3c7-1f3fc1f3c7-1f3fd1f3c7-1f3fe1f3c7-1f3ff1f3c71f3c81f3c91f3ca-1f3fb1f3ca-1f3fc1f3ca-1f3fd1f3ca-1f3fe1f3ca-1f3ff1f3ca1f3cb-1f3fb1f3cb-1f3fc1f3cb-1f3fd1f3cb-1f3fe1f3cb-1f3ff1f3cb1f3cc1f3cd1f3ce1f3cf1f3d01f3d11f3d21f3d31f3d41f3d51f3d61f3d71f3d81f3d91f3da1f3db1f3dc1f3dd1f3de1f3df1f3e01f3e11f3e21f3e31f3e41f3e51f3e61f3e71f3e81f3e91f3ea1f3eb1f3ec1f3ed1f3ee1f3ef1f3f01f3f31f3f41f3f51f3f71f3f81f3f91f3fa1f3fb1f3fc1f3fd1f3fe1f3ff1f4001f4011f4021f4031f4041f4051f4061f4071f4081f4091f40a1f40b1f40c1f40d1f40e1f40f1f4101f4111f4121f4131f4141f4151f4161f4171f4181f4191f41a1f41b1f41c1f41d1f41e1f41f1f4201f4211f4221f4231f4241f4251f4261f4271f4281f4291f42a1f42b1f42c1f42d1f42e1f42f1f4301f4311f4321f4331f4341f4351f4361f4371f4381f4391f43a1f43b1f43c1f43d1f43e1f43f1f4401f441-1f5e81f4411f442-1f3fb1f442-1f3fc1f442-1f3fd1f442-1f3fe1f442-1f3ff1f4421f443-1f3fb1f443-1f3fc1f443-1f3fd1f443-1f3fe1f443-1f3ff1f4431f4441f4451f446-1f3fb1f446-1f3fc1f446-1f3fd1f446-1f3fe1f446-1f3ff1f4461f447-1f3fb1f447-1f3fc1f447-1f3fd1f447-1f3fe1f447-1f3ff1f4471f448-1f3fb1f448-1f3fc1f448-1f3fd1f448-1f3fe1f448-1f3ff1f4481f449-1f3fb1f449-1f3fc1f449-1f3fd1f449-1f3fe1f449-1f3ff1f4491f44a-1f3fb1f44a-1f3fc1f44a-1f3fd1f44a-1f3fe1f44a-1f3ff1f44a1f44b-1f3fb1f44b-1f3fc1f44b-1f3fd1f44b-1f3fe1f44b-1f3ff1f44b1f44c-1f3fb1f44c-1f3fc1f44c-1f3fd1f44c-1f3fe1f44c-1f3ff1f44c1f44d-1f3fb1f44d-1f3fc1f44d-1f3fd1f44d-1f3fe1f44d-1f3ff1f44d1f44e-1f3fb1f44e-1f3fc1f44e-1f3fd1f44e-1f3fe1f44e-1f3ff1f44e1f44f-1f3fb1f44f-1f3fc1f44f-1f3fd1f44f-1f3fe1f44f-1f3ff1f44f1f450-1f3fb1f450-1f3fc1f450-1f3fd1f450-1f3fe1f450-1f3ff1f4501f4511f4521f4531f4541f4551f4561f4571f4581f4591f45a1f45b1f45c1f45d1f45e1f45f1f4601f4611f4621f4631f4641f4651f466-1f3fb1f466-1f3fc1f466-1f3fd1f466-1f3fe1f466-1f3ff1f4661f467-1f3fb1f467-1f3fc1f467-1f3fd1f467-1f3fe1f467-1f3ff1f4671f468-1f3fb1f468-1f3fc1f468-1f3fd1f468-1f3fe1f468-1f3ff1f468-1f468-1f466-1f4661f468-1f468-1f4661f468-1f468-1f467-1f4661f468-1f468-1f467-1f4671f468-1f468-1f4671f468-1f469-1f466-1f4661f468-1f469-1f467-1f4661f468-1f469-1f467-1f4671f468-1f469-1f4671f468-2764-1f4681f468-2764-1f48b-1f4681f4681f469-1f3fb1f469-1f3fc1f469-1f3fd1f469-1f3fe1f469-1f3ff1f469-1f469-1f466-1f4661f469-1f469-1f4661f469-1f469-1f467-1f4661f469-1f469-1f467-1f4671f469-1f469-1f4671f469-2764-1f4691f469-2764-1f48b-1f4691f4691f46a1f46b1f46c1f46d1f46e-1f3fb1f46e-1f3fc1f46e-1f3fd1f46e-1f3fe1f46e-1f3ff1f46e1f46f1f470-1f3fb1f470-1f3fc1f470-1f3fd1f470-1f3fe1f470-1f3ff1f4701f471-1f3fb1f471-1f3fc1f471-1f3fd1f471-1f3fe1f471-1f3ff1f4711f472-1f3fb1f472-1f3fc1f472-1f3fd1f472-1f3fe1f472-1f3ff1f4721f473-1f3fb1f473-1f3fc1f473-1f3fd1f473-1f3fe1f473-1f3ff1f4731f474-1f3fb1f474-1f3fc1f474-1f3fd1f474-1f3fe1f474-1f3ff1f4741f475-1f3fb1f475-1f3fc1f475-1f3fd1f475-1f3fe1f475-1f3ff1f4751f476-1f3fb1f476-1f3fc1f476-1f3fd1f476-1f3fe1f476-1f3ff1f4761f477-1f3fb1f477-1f3fc1f477-1f3fd1f477-1f3fe1f477-1f3ff1f4771f478-1f3fb1f478-1f3fc1f478-1f3fd1f478-1f3fe1f478-1f3ff1f4781f4791f47a1f47b1f47c-1f3fb1f47c-1f3fc1f47c-1f3fd1f47c-1f3fe1f47c-1f3ff1f47c1f47d1f47e1f47f1f4801f481-1f3fb1f481-1f3fc1f481-1f3fd1f481-1f3fe1f481-1f3ff1f4811f482-1f3fb1f482-1f3fc1f482-1f3fd1f482-1f3fe1f482-1f3ff1f4821f483-1f3fb1f483-1f3fc1f483-1f3fd1f483-1f3fe1f483-1f3ff1f4831f4841f485-1f3fb1f485-1f3fc1f485-1f3fd1f485-1f3fe1f485-1f3ff1f4851f486-1f3fb1f486-1f3fc1f486-1f3fd1f486-1f3fe1f486-1f3ff1f4861f487-1f3fb1f487-1f3fc1f487-1f3fd1f487-1f3fe1f487-1f3ff1f4871f4881f4891f48a1f48b1f48c1f48d1f48e1f48f1f4901f4911f4921f4931f4941f4951f4961f4971f4981f4991f49a1f49b1f49c1f49d1f49e1f49f1f4a01f4a11f4a21f4a31f4a41f4a51f4a61f4a71f4a81f4a91f4aa-1f3fb1f4aa-1f3fc1f4aa-1f3fd1f4aa-1f3fe1f4aa-1f3ff1f4aa1f4ab1f4ac1f4ad1f4ae1f4af1f4b01f4b11f4b21f4b31f4b41f4b51f4b61f4b71f4b81f4b91f4ba1f4bb1f4bc1f4bd1f4be1f4bf1f4c01f4c11f4c21f4c31f4c41f4c51f4c61f4c71f4c81f4c91f4ca1f4cb1f4cc1f4cd1f4ce1f4cf1f4d01f4d11f4d21f4d31f4d41f4d51f4d61f4d71f4d81f4d91f4da1f4db1f4dc1f4dd1f4de1f4df1f4e01f4e11f4e21f4e31f4e41f4e51f4e61f4e71f4e81f4e91f4ea1f4eb1f4ec1f4ed1f4ee1f4ef1f4f01f4f11f4f21f4f31f4f41f4f51f4f61f4f71f4f81f4f91f4fa1f4fb1f4fc1f4fd1f4ff1f5001f5011f5021f5031f5041f5051f5061f5071f5081f5091f50a1f50b1f50c1f50d1f50e1f50f1f5101f5111f5121f5131f5141f5151f5161f5171f5181f5191f51a1f51b1f51c1f51d1f51e1f51f1f5201f5211f5221f5231f5241f5251f5261f5271f5281f5291f52a1f52b1f52c1f52d1f52e1f52f1f5301f5311f5321f5331f5341f5351f5361f5371f5381f5391f53a1f53b1f53c1f53d1f5491f54a1f54b1f54c1f54d1f54e1f5501f5511f5521f5531f5541f5551f5561f5571f5581f5591f55a1f55b1f55c1f55d1f55e1f55f1f5601f5611f5621f5631f5641f5651f5661f5671f56f1f5701f5731f5741f575-1f3fb1f575-1f3fc1f575-1f3fd1f575-1f3fe1f575-1f3ff1f5751f5761f5771f5781f5791f5871f58a1f58b1f58c1f58d1f590-1f3fb1f590-1f3fc1f590-1f3fd1f590-1f3fe1f590-1f3ff1f5901f595-1f3fb1f595-1f3fc1f595-1f3fd1f595-1f3fe1f595-1f3ff1f5951f596-1f3fb1f596-1f3fc1f596-1f3fd1f596-1f3fe1f596-1f3ff1f5961f5a51f5a81f5b11f5b21f5bc1f5c21f5c31f5c41f5d11f5d21f5d31f5dc1f5dd1f5de1f5e11f5e31f5ef1f5f31f5fa1f5fb1f5fc1f5fd1f5fe1f5ff1f6001f6011f6021f6031f6041f6051f6061f6071f6081f6091f60a1f60b1f60c1f60d1f60e1f60f1f6101f6111f6121f6131f6141f6151f6161f6171f6181f6191f61a1f61b1f61c1f61d1f61e1f61f1f6201f6211f6221f6231f6241f6251f6261f6271f6281f6291f62a1f62b1f62c1f62d1f62e1f62f1f6301f6311f6321f6331f6341f6351f6361f6371f6381f6391f63a1f63b1f63c1f63d1f63e1f63f1f6401f6411f6421f6431f6441f645-1f3fb1f645-1f3fc1f645-1f3fd1f645-1f3fe1f645-1f3ff1f6451f646-1f3fb1f646-1f3fc1f646-1f3fd1f646-1f3fe1f646-1f3ff1f6461f647-1f3fb1f647-1f3fc1f647-1f3fd1f647-1f3fe1f647-1f3ff1f6471f6481f6491f64a1f64b-1f3fb1f64b-1f3fc1f64b-1f3fd1f64b-1f3fe1f64b-1f3ff1f64b1f64c-1f3fb1f64c-1f3fc1f64c-1f3fd1f64c-1f3fe1f64c-1f3ff1f64c1f64d-1f3fb1f64d-1f3fc1f64d-1f3fd1f64d-1f3fe1f64d-1f3ff1f64d1f64e-1f3fb1f64e-1f3fc1f64e-1f3fd1f64e-1f3fe1f64e-1f3ff1f64e1f64f-1f3fb1f64f-1f3fc1f64f-1f3fd1f64f-1f3fe1f64f-1f3ff1f64f1f6801f6811f6821f6831f6841f6851f6861f6871f6881f6891f68a1f68b1f68c1f68d1f68e1f68f1f6901f6911f6921f6931f6941f6951f6961f6971f6981f6991f69a1f69b1f69c1f69d1f69e1f69f1f6a01f6a11f6a21f6a3-1f3fb1f6a3-1f3fc1f6a3-1f3fd1f6a3-1f3fe1f6a3-1f3ff1f6a31f6a41f6a51f6a61f6a71f6a81f6a91f6aa1f6ab1f6ac1f6ad1f6ae1f6af1f6b01f6b11f6b21f6b31f6b4-1f3fb1f6b4-1f3fc1f6b4-1f3fd1f6b4-1f3fe1f6b4-1f3ff1f6b41f6b5-1f3fb1f6b5-1f3fc1f6b5-1f3fd1f6b5-1f3fe1f6b5-1f3ff1f6b51f6b6-1f3fb1f6b6-1f3fc1f6b6-1f3fd1f6b6-1f3fe1f6b6-1f3ff1f6b61f6b71f6b81f6b91f6ba1f6bb1f6bc1f6bd1f6be1f6bf1f6c0-1f3fb1f6c0-1f3fc1f6c0-1f3fd1f6c0-1f3fe1f6c0-1f3ff1f6c01f6c11f6c21f6c31f6c41f6c51f6cb1f6cc1f6cd1f6ce1f6cf1f6d01f6e01f6e11f6e21f6e31f6e41f6e51f6e91f6eb1f6ec1f6f01f6f31f9101f9111f9121f9131f9141f9151f9161f9171f918-1f3fb1f918-1f3fc1f918-1f3fd1f918-1f3fe1f918-1f3ff1f9181f9801f9811f9821f9831f9841f9c0203c20492122213921942195219621972198219921a921aa231a231b232823e923ea23eb23ec23ed23ee23ef23f023f123f223f323f823f923fa24c225aa25ab25b625c025fb25fc25fd25fe26002601260226032604260e2611261426152618261d-1f3fb261d-1f3fc261d-1f3fd261d-1f3fe261d-1f3ff261d2620262226232626262a262e262f26382639263a26482649264a264b264c264d264e264f265026512652265326602663266526662668267b267f269226932694269626972699269b269c26a026a126aa26ab26b026b126bd26be26c426c526c826ce26cf26d126d326d426e926ea26f026f126f226f326f426f526f726f826f9-1f3fb26f9-1f3fc26f9-1f3fd26f9-1f3fe26f9-1f3ff26f926fa26fd2702270527082709270a-1f3fb270a-1f3fc270a-1f3fd270a-1f3fe270a-1f3ff270a270b-1f3fb270b-1f3fc270b-1f3fd270b-1f3fe270b-1f3ff270b270c-1f3fb270c-1f3fc270c-1f3fd270c-1f3fe270c-1f3ff270c270d-1f3fb270d-1f3fc270d-1f3fd270d-1f3fe270d-1f3ff270d270f271227142716271d272127282733273427442747274c274e27532754275527572763276427952796279727a127b027bf293429352b052b062b072b1b2b1c2b502b553030303d32973299 \ No newline at end of file +0023-20e30023002a-20e3002a0030-20e300300031-20e300310032-20e300320033-20e300330034-20e300340035-20e300350036-20e300360037-20e300370038-20e300380039-20e3003900a900ae1f0041f0cf1f1701f1711f17e1f17f1f18e1f1911f1921f1931f1941f1951f1961f1971f1981f1991f19a1f1e6-1f1e81f1e6-1f1e91f1e6-1f1ea1f1e6-1f1eb1f1e6-1f1ec1f1e6-1f1ee1f1e6-1f1f11f1e6-1f1f21f1e6-1f1f41f1e6-1f1f61f1e6-1f1f71f1e6-1f1f81f1e6-1f1f91f1e6-1f1fa1f1e6-1f1fc1f1e6-1f1fd1f1e6-1f1ff1f1e61f1e7-1f1e61f1e7-1f1e71f1e7-1f1e91f1e7-1f1ea1f1e7-1f1eb1f1e7-1f1ec1f1e7-1f1ed1f1e7-1f1ee1f1e7-1f1ef1f1e7-1f1f11f1e7-1f1f21f1e7-1f1f31f1e7-1f1f41f1e7-1f1f61f1e7-1f1f71f1e7-1f1f81f1e7-1f1f91f1e7-1f1fb1f1e7-1f1fc1f1e7-1f1fe1f1e7-1f1ff1f1e71f1e8-1f1e61f1e8-1f1e81f1e8-1f1e91f1e8-1f1eb1f1e8-1f1ec1f1e8-1f1ed1f1e8-1f1ee1f1e8-1f1f01f1e8-1f1f11f1e8-1f1f21f1e8-1f1f31f1e8-1f1f41f1e8-1f1f51f1e8-1f1f71f1e8-1f1fa1f1e8-1f1fb1f1e8-1f1fc1f1e8-1f1fd1f1e8-1f1fe1f1e8-1f1ff1f1e81f1e9-1f1ea1f1e9-1f1ec1f1e9-1f1ef1f1e9-1f1f01f1e9-1f1f21f1e9-1f1f41f1e9-1f1ff1f1e91f1ea-1f1e61f1ea-1f1e81f1ea-1f1ea1f1ea-1f1ec1f1ea-1f1ed1f1ea-1f1f71f1ea-1f1f81f1ea-1f1f91f1ea-1f1fa1f1ea1f1eb-1f1ee1f1eb-1f1ef1f1eb-1f1f01f1eb-1f1f21f1eb-1f1f41f1eb-1f1f71f1eb1f1ec-1f1e61f1ec-1f1e71f1ec-1f1e91f1ec-1f1ea1f1ec-1f1eb1f1ec-1f1ec1f1ec-1f1ed1f1ec-1f1ee1f1ec-1f1f11f1ec-1f1f21f1ec-1f1f31f1ec-1f1f51f1ec-1f1f61f1ec-1f1f71f1ec-1f1f81f1ec-1f1f91f1ec-1f1fa1f1ec-1f1fc1f1ec-1f1fe1f1ec1f1ed-1f1f01f1ed-1f1f21f1ed-1f1f31f1ed-1f1f71f1ed-1f1f91f1ed-1f1fa1f1ed1f1ee-1f1e81f1ee-1f1e91f1ee-1f1ea1f1ee-1f1f11f1ee-1f1f21f1ee-1f1f31f1ee-1f1f41f1ee-1f1f61f1ee-1f1f71f1ee-1f1f81f1ee-1f1f91f1ee1f1ef-1f1ea1f1ef-1f1f21f1ef-1f1f41f1ef-1f1f51f1ef1f1f0-1f1ea1f1f0-1f1ec1f1f0-1f1ed1f1f0-1f1ee1f1f0-1f1f21f1f0-1f1f31f1f0-1f1f51f1f0-1f1f71f1f0-1f1fc1f1f0-1f1fe1f1f0-1f1ff1f1f01f1f1-1f1e61f1f1-1f1e71f1f1-1f1e81f1f1-1f1ee1f1f1-1f1f01f1f1-1f1f71f1f1-1f1f81f1f1-1f1f91f1f1-1f1fa1f1f1-1f1fb1f1f1-1f1fe1f1f11f1f2-1f1e61f1f2-1f1e81f1f2-1f1e91f1f2-1f1ea1f1f2-1f1eb1f1f2-1f1ec1f1f2-1f1ed1f1f2-1f1f01f1f2-1f1f11f1f2-1f1f21f1f2-1f1f31f1f2-1f1f41f1f2-1f1f51f1f2-1f1f61f1f2-1f1f71f1f2-1f1f81f1f2-1f1f91f1f2-1f1fa1f1f2-1f1fb1f1f2-1f1fc1f1f2-1f1fd1f1f2-1f1fe1f1f2-1f1ff1f1f21f1f3-1f1e61f1f3-1f1e81f1f3-1f1ea1f1f3-1f1eb1f1f3-1f1ec1f1f3-1f1ee1f1f3-1f1f11f1f3-1f1f41f1f3-1f1f51f1f3-1f1f71f1f3-1f1fa1f1f3-1f1ff1f1f31f1f4-1f1f21f1f41f1f5-1f1e61f1f5-1f1ea1f1f5-1f1eb1f1f5-1f1ec1f1f5-1f1ed1f1f5-1f1f01f1f5-1f1f11f1f5-1f1f21f1f5-1f1f31f1f5-1f1f71f1f5-1f1f81f1f5-1f1f91f1f5-1f1fc1f1f5-1f1fe1f1f51f1f6-1f1e61f1f61f1f7-1f1ea1f1f7-1f1f41f1f7-1f1f81f1f7-1f1fa1f1f7-1f1fc1f1f71f1f8-1f1e61f1f8-1f1e71f1f8-1f1e81f1f8-1f1e91f1f8-1f1ea1f1f8-1f1ec1f1f8-1f1ed1f1f8-1f1ee1f1f8-1f1ef1f1f8-1f1f01f1f8-1f1f11f1f8-1f1f21f1f8-1f1f31f1f8-1f1f41f1f8-1f1f71f1f8-1f1f81f1f8-1f1f91f1f8-1f1fb1f1f8-1f1fd1f1f8-1f1fe1f1f8-1f1ff1f1f81f1f9-1f1e61f1f9-1f1e81f1f9-1f1e91f1f9-1f1eb1f1f9-1f1ec1f1f9-1f1ed1f1f9-1f1ef1f1f9-1f1f01f1f9-1f1f11f1f9-1f1f21f1f9-1f1f31f1f9-1f1f41f1f9-1f1f71f1f9-1f1f91f1f9-1f1fb1f1f9-1f1fc1f1f9-1f1ff1f1f91f1fa-1f1e61f1fa-1f1ec1f1fa-1f1f21f1fa-1f1f81f1fa-1f1fe1f1fa-1f1ff1f1fa1f1fb-1f1e61f1fb-1f1e81f1fb-1f1ea1f1fb-1f1ec1f1fb-1f1ee1f1fb-1f1f31f1fb-1f1fa1f1fb1f1fc-1f1eb1f1fc-1f1f81f1fc1f1fd-1f1f01f1fd1f1fe-1f1ea1f1fe-1f1f91f1fe1f1ff-1f1e61f1ff-1f1f21f1ff-1f1fc1f1ff1f2011f2021f21a1f22f1f2321f2331f2341f2351f2361f2371f2381f2391f23a1f2501f2511f3001f3011f3021f3031f3041f3051f3061f3071f3081f3091f30a1f30b1f30c1f30d1f30e1f30f1f3101f3111f3121f3131f3141f3151f3161f3171f3181f3191f31a1f31b1f31c1f31d1f31e1f31f1f3201f3211f3241f3251f3261f3271f3281f3291f32a1f32b1f32c1f32d1f32e1f32f1f3301f3311f3321f3331f3341f3351f3361f3371f3381f3391f33a1f33b1f33c1f33d1f33e1f33f1f3401f3411f3421f3431f3441f3451f3461f3471f3481f3491f34a1f34b1f34c1f34d1f34e1f34f1f3501f3511f3521f3531f3541f3551f3561f3571f3581f3591f35a1f35b1f35c1f35d1f35e1f35f1f3601f3611f3621f3631f3641f3651f3661f3671f3681f3691f36a1f36b1f36c1f36d1f36e1f36f1f3701f3711f3721f3731f3741f3751f3761f3771f3781f3791f37a1f37b1f37c1f37d1f37e1f37f1f3801f3811f3821f3831f3841f385-1f3fb1f385-1f3fc1f385-1f3fd1f385-1f3fe1f385-1f3ff1f3851f3861f3871f3881f3891f38a1f38b1f38c1f38d1f38e1f38f1f3901f3911f3921f3931f3961f3971f3991f39a1f39b1f39e1f39f1f3a01f3a11f3a21f3a31f3a41f3a51f3a61f3a71f3a81f3a91f3aa1f3ab1f3ac1f3ad1f3ae1f3af1f3b01f3b11f3b21f3b31f3b41f3b51f3b61f3b71f3b81f3b91f3ba1f3bb1f3bc1f3bd1f3be1f3bf1f3c01f3c11f3c21f3c3-1f3fb1f3c3-1f3fc1f3c3-1f3fd1f3c3-1f3fe1f3c3-1f3ff1f3c31f3c4-1f3fb1f3c4-1f3fc1f3c4-1f3fd1f3c4-1f3fe1f3c4-1f3ff1f3c41f3c51f3c61f3c7-1f3fb1f3c7-1f3fc1f3c7-1f3fd1f3c7-1f3fe1f3c7-1f3ff1f3c71f3c81f3c91f3ca-1f3fb1f3ca-1f3fc1f3ca-1f3fd1f3ca-1f3fe1f3ca-1f3ff1f3ca1f3cb-1f3fb1f3cb-1f3fc1f3cb-1f3fd1f3cb-1f3fe1f3cb-1f3ff1f3cb1f3cc1f3cd1f3ce1f3cf1f3d01f3d11f3d21f3d31f3d41f3d51f3d61f3d71f3d81f3d91f3da1f3db1f3dc1f3dd1f3de1f3df1f3e01f3e11f3e21f3e31f3e41f3e51f3e61f3e71f3e81f3e91f3ea1f3eb1f3ec1f3ed1f3ee1f3ef1f3f01f3f31f3f41f3f51f3f71f3f81f3f91f3fa1f4001f4011f4021f4031f4041f4051f4061f4071f4081f4091f40a1f40b1f40c1f40d1f40e1f40f1f4101f4111f4121f4131f4141f4151f4161f4171f4181f4191f41a1f41b1f41c1f41d1f41e1f41f1f4201f4211f4221f4231f4241f4251f4261f4271f4281f4291f42a1f42b1f42c1f42d1f42e1f42f1f4301f4311f4321f4331f4341f4351f4361f4371f4381f4391f43a1f43b1f43c1f43d1f43e1f43f1f4401f441-1f5e81f4411f442-1f3fb1f442-1f3fc1f442-1f3fd1f442-1f3fe1f442-1f3ff1f4421f443-1f3fb1f443-1f3fc1f443-1f3fd1f443-1f3fe1f443-1f3ff1f4431f4441f4451f446-1f3fb1f446-1f3fc1f446-1f3fd1f446-1f3fe1f446-1f3ff1f4461f447-1f3fb1f447-1f3fc1f447-1f3fd1f447-1f3fe1f447-1f3ff1f4471f448-1f3fb1f448-1f3fc1f448-1f3fd1f448-1f3fe1f448-1f3ff1f4481f449-1f3fb1f449-1f3fc1f449-1f3fd1f449-1f3fe1f449-1f3ff1f4491f44a-1f3fb1f44a-1f3fc1f44a-1f3fd1f44a-1f3fe1f44a-1f3ff1f44a1f44b-1f3fb1f44b-1f3fc1f44b-1f3fd1f44b-1f3fe1f44b-1f3ff1f44b1f44c-1f3fb1f44c-1f3fc1f44c-1f3fd1f44c-1f3fe1f44c-1f3ff1f44c1f44d-1f3fb1f44d-1f3fc1f44d-1f3fd1f44d-1f3fe1f44d-1f3ff1f44d1f44e-1f3fb1f44e-1f3fc1f44e-1f3fd1f44e-1f3fe1f44e-1f3ff1f44e1f44f-1f3fb1f44f-1f3fc1f44f-1f3fd1f44f-1f3fe1f44f-1f3ff1f44f1f450-1f3fb1f450-1f3fc1f450-1f3fd1f450-1f3fe1f450-1f3ff1f4501f4511f4521f4531f4541f4551f4561f4571f4581f4591f45a1f45b1f45c1f45d1f45e1f45f1f4601f4611f4621f4631f4641f4651f466-1f3fb1f466-1f3fc1f466-1f3fd1f466-1f3fe1f466-1f3ff1f4661f467-1f3fb1f467-1f3fc1f467-1f3fd1f467-1f3fe1f467-1f3ff1f4671f468-1f3fb1f468-1f3fc1f468-1f3fd1f468-1f3fe1f468-1f3ff1f468-1f468-1f466-1f4661f468-1f468-1f4661f468-1f468-1f467-1f4661f468-1f468-1f467-1f4671f468-1f468-1f4671f468-1f469-1f466-1f4661f468-1f469-1f467-1f4661f468-1f469-1f467-1f4671f468-1f469-1f4671f468-2764-1f4681f468-2764-1f48b-1f4681f4681f469-1f3fb1f469-1f3fc1f469-1f3fd1f469-1f3fe1f469-1f3ff1f469-1f469-1f466-1f4661f469-1f469-1f4661f469-1f469-1f467-1f4661f469-1f469-1f467-1f4671f469-1f469-1f4671f469-2764-1f4691f469-2764-1f48b-1f4691f4691f46a1f46b1f46c1f46d1f46e-1f3fb1f46e-1f3fc1f46e-1f3fd1f46e-1f3fe1f46e-1f3ff1f46e1f46f1f470-1f3fb1f470-1f3fc1f470-1f3fd1f470-1f3fe1f470-1f3ff1f4701f471-1f3fb1f471-1f3fc1f471-1f3fd1f471-1f3fe1f471-1f3ff1f4711f472-1f3fb1f472-1f3fc1f472-1f3fd1f472-1f3fe1f472-1f3ff1f4721f473-1f3fb1f473-1f3fc1f473-1f3fd1f473-1f3fe1f473-1f3ff1f4731f474-1f3fb1f474-1f3fc1f474-1f3fd1f474-1f3fe1f474-1f3ff1f4741f475-1f3fb1f475-1f3fc1f475-1f3fd1f475-1f3fe1f475-1f3ff1f4751f476-1f3fb1f476-1f3fc1f476-1f3fd1f476-1f3fe1f476-1f3ff1f4761f477-1f3fb1f477-1f3fc1f477-1f3fd1f477-1f3fe1f477-1f3ff1f4771f478-1f3fb1f478-1f3fc1f478-1f3fd1f478-1f3fe1f478-1f3ff1f4781f4791f47a1f47b1f47c-1f3fb1f47c-1f3fc1f47c-1f3fd1f47c-1f3fe1f47c-1f3ff1f47c1f47d1f47e1f47f1f4801f481-1f3fb1f481-1f3fc1f481-1f3fd1f481-1f3fe1f481-1f3ff1f4811f482-1f3fb1f482-1f3fc1f482-1f3fd1f482-1f3fe1f482-1f3ff1f4821f483-1f3fb1f483-1f3fc1f483-1f3fd1f483-1f3fe1f483-1f3ff1f4831f4841f485-1f3fb1f485-1f3fc1f485-1f3fd1f485-1f3fe1f485-1f3ff1f4851f486-1f3fb1f486-1f3fc1f486-1f3fd1f486-1f3fe1f486-1f3ff1f4861f487-1f3fb1f487-1f3fc1f487-1f3fd1f487-1f3fe1f487-1f3ff1f4871f4881f4891f48a1f48b1f48c1f48d1f48e1f48f1f4901f4911f4921f4931f4941f4951f4961f4971f4981f4991f49a1f49b1f49c1f49d1f49e1f49f1f4a01f4a11f4a21f4a31f4a41f4a51f4a61f4a71f4a81f4a91f4aa-1f3fb1f4aa-1f3fc1f4aa-1f3fd1f4aa-1f3fe1f4aa-1f3ff1f4aa1f4ab1f4ac1f4ad1f4ae1f4af1f4b01f4b11f4b21f4b31f4b41f4b51f4b61f4b71f4b81f4b91f4ba1f4bb1f4bc1f4bd1f4be1f4bf1f4c01f4c11f4c21f4c31f4c41f4c51f4c61f4c71f4c81f4c91f4ca1f4cb1f4cc1f4cd1f4ce1f4cf1f4d01f4d11f4d21f4d31f4d41f4d51f4d61f4d71f4d81f4d91f4da1f4db1f4dc1f4dd1f4de1f4df1f4e01f4e11f4e21f4e31f4e41f4e51f4e61f4e71f4e81f4e91f4ea1f4eb1f4ec1f4ed1f4ee1f4ef1f4f01f4f11f4f21f4f31f4f41f4f51f4f61f4f71f4f81f4f91f4fa1f4fb1f4fc1f4fd1f4ff1f5001f5011f5021f5031f5041f5051f5061f5071f5081f5091f50a1f50b1f50c1f50d1f50e1f50f1f5101f5111f5121f5131f5141f5151f5161f5171f5181f5191f51a1f51b1f51c1f51d1f51e1f51f1f5201f5211f5221f5231f5241f5251f5261f5271f5281f5291f52a1f52b1f52c1f52d1f52e1f52f1f5301f5311f5321f5331f5341f5351f5361f5371f5381f5391f53a1f53b1f53c1f53d1f5491f54a1f54b1f54c1f54d1f54e1f5501f5511f5521f5531f5541f5551f5561f5571f5581f5591f55a1f55b1f55c1f55d1f55e1f55f1f5601f5611f5621f5631f5641f5651f5661f5671f56f1f5701f5731f5741f575-1f3fb1f575-1f3fc1f575-1f3fd1f575-1f3fe1f575-1f3ff1f5751f5761f5771f5781f5791f57a-1f3fb1f57a-1f3fc1f57a-1f3fd1f57a-1f3fe1f57a-1f3ff1f57a1f5871f58a1f58b1f58c1f58d1f590-1f3fb1f590-1f3fc1f590-1f3fd1f590-1f3fe1f590-1f3ff1f5901f595-1f3fb1f595-1f3fc1f595-1f3fd1f595-1f3fe1f595-1f3ff1f5951f596-1f3fb1f596-1f3fc1f596-1f3fd1f596-1f3fe1f596-1f3ff1f5961f5a41f5a51f5a81f5b11f5b21f5bc1f5c21f5c31f5c41f5d11f5d21f5d31f5dc1f5dd1f5de1f5e11f5e31f5e81f5ef1f5f31f5fa1f5fb1f5fc1f5fd1f5fe1f5ff1f6001f6011f6021f6031f6041f6051f6061f6071f6081f6091f60a1f60b1f60c1f60d1f60e1f60f1f6101f6111f6121f6131f6141f6151f6161f6171f6181f6191f61a1f61b1f61c1f61d1f61e1f61f1f6201f6211f6221f6231f6241f6251f6261f6271f6281f6291f62a1f62b1f62c1f62d1f62e1f62f1f6301f6311f6321f6331f6341f6351f6361f6371f6381f6391f63a1f63b1f63c1f63d1f63e1f63f1f6401f6411f6421f6431f6441f645-1f3fb1f645-1f3fc1f645-1f3fd1f645-1f3fe1f645-1f3ff1f6451f646-1f3fb1f646-1f3fc1f646-1f3fd1f646-1f3fe1f646-1f3ff1f6461f647-1f3fb1f647-1f3fc1f647-1f3fd1f647-1f3fe1f647-1f3ff1f6471f6481f6491f64a1f64b-1f3fb1f64b-1f3fc1f64b-1f3fd1f64b-1f3fe1f64b-1f3ff1f64b1f64c-1f3fb1f64c-1f3fc1f64c-1f3fd1f64c-1f3fe1f64c-1f3ff1f64c1f64d-1f3fb1f64d-1f3fc1f64d-1f3fd1f64d-1f3fe1f64d-1f3ff1f64d1f64e-1f3fb1f64e-1f3fc1f64e-1f3fd1f64e-1f3fe1f64e-1f3ff1f64e1f64f-1f3fb1f64f-1f3fc1f64f-1f3fd1f64f-1f3fe1f64f-1f3ff1f64f1f6801f6811f6821f6831f6841f6851f6861f6871f6881f6891f68a1f68b1f68c1f68d1f68e1f68f1f6901f6911f6921f6931f6941f6951f6961f6971f6981f6991f69a1f69b1f69c1f69d1f69e1f69f1f6a01f6a11f6a21f6a3-1f3fb1f6a3-1f3fc1f6a3-1f3fd1f6a3-1f3fe1f6a3-1f3ff1f6a31f6a41f6a51f6a61f6a71f6a81f6a91f6aa1f6ab1f6ac1f6ad1f6ae1f6af1f6b01f6b11f6b21f6b31f6b4-1f3fb1f6b4-1f3fc1f6b4-1f3fd1f6b4-1f3fe1f6b4-1f3ff1f6b41f6b5-1f3fb1f6b5-1f3fc1f6b5-1f3fd1f6b5-1f3fe1f6b5-1f3ff1f6b51f6b6-1f3fb1f6b6-1f3fc1f6b6-1f3fd1f6b6-1f3fe1f6b6-1f3ff1f6b61f6b71f6b81f6b91f6ba1f6bb1f6bc1f6bd1f6be1f6bf1f6c0-1f3fb1f6c0-1f3fc1f6c0-1f3fd1f6c0-1f3fe1f6c0-1f3ff1f6c01f6c11f6c21f6c31f6c41f6c51f6cb1f6cc1f6cd1f6ce1f6cf1f6d01f6d11f6d21f6e01f6e11f6e21f6e31f6e41f6e51f6e91f6eb1f6ec1f6f01f6f31f6f41f6f51f6f61f9101f9111f9121f9131f9141f9151f9161f9171f918-1f3fb1f918-1f3fc1f918-1f3fd1f918-1f3fe1f918-1f3ff1f9181f919-1f3fb1f919-1f3fc1f919-1f3fd1f919-1f3fe1f919-1f3ff1f9191f91a-1f3fb1f91a-1f3fc1f91a-1f3fd1f91a-1f3fe1f91a-1f3ff1f91a1f91b-1f3fb1f91b-1f3fc1f91b-1f3fd1f91b-1f3fe1f91b-1f3ff1f91b1f91c-1f3fb1f91c-1f3fc1f91c-1f3fd1f91c-1f3fe1f91c-1f3ff1f91c1f91d-1f3fb1f91d-1f3fc1f91d-1f3fd1f91d-1f3fe1f91d-1f3ff1f91d1f91e-1f3fb1f91e-1f3fc1f91e-1f3fd1f91e-1f3fe1f91e-1f3ff1f91e1f9201f9211f9221f9231f9241f9251f926-1f3fb1f926-1f3fc1f926-1f3fd1f926-1f3fe1f926-1f3ff1f9261f9271f930-1f3fb1f930-1f3fc1f930-1f3fd1f930-1f3fe1f930-1f3ff1f9301f933-1f3fb1f933-1f3fc1f933-1f3fd1f933-1f3fe1f933-1f3ff1f9331f934-1f3fb1f934-1f3fc1f934-1f3fd1f934-1f3fe1f934-1f3ff1f9341f935-1f3fb1f935-1f3fc1f935-1f3fd1f935-1f3fe1f935-1f3ff1f9351f936-1f3fb1f936-1f3fc1f936-1f3fd1f936-1f3fe1f936-1f3ff1f9361f937-1f3fb1f937-1f3fc1f937-1f3fd1f937-1f3fe1f937-1f3ff1f9371f938-1f3fb1f938-1f3fc1f938-1f3fd1f938-1f3fe1f938-1f3ff1f9381f939-1f3fb1f939-1f3fc1f939-1f3fd1f939-1f3fe1f939-1f3ff1f9391f93a1f93b-1f3fb1f93b-1f3fc1f93b-1f3fd1f93b-1f3fe1f93b-1f3ff1f93b1f93c-1f3fb1f93c-1f3fc1f93c-1f3fd1f93c-1f3fe1f93c-1f3ff1f93c1f93d-1f3fb1f93d-1f3fc1f93d-1f3fd1f93d-1f3fe1f93d-1f3ff1f93d1f93e-1f3fb1f93e-1f3fc1f93e-1f3fd1f93e-1f3fe1f93e-1f3ff1f93e1f93f1f9401f9421f9431f9441f9451f9461f9471f9481f9491f9501f9511f9521f9531f9541f9551f9561f9571f9581f9591f95a1f95b1f95c1f95d1f95e1f9601f9611f9801f9811f9821f9831f9841f9851f9861f9871f9881f9891f98a1f98b1f98c1f98d1f98e1f98f1f9901f9911f9c0203c20492122213921942195219621972198219921a921aa231a231b232823cf23e923ea23eb23ec23ed23ee23ef23f023f123f223f323f823f923fa24c225aa25ab25b625c025fb25fc25fd25fe26002601260226032604260e2611261426152618261d-1f3fb261d-1f3fc261d-1f3fd261d-1f3fe261d-1f3ff261d2620262226232626262a262e262f26382639263a26482649264a264b264c264d264e264f265026512652265326602663266526662668267b267f269226932694269626972699269b269c26a026a126aa26ab26b026b126bd26be26c426c526c826ce26cf26d126d326d426e926ea26f026f126f226f326f426f526f726f826f9-1f3fb26f9-1f3fc26f9-1f3fd26f9-1f3fe26f9-1f3ff26f926fa26fd2702270527082709270a-1f3fb270a-1f3fc270a-1f3fd270a-1f3fe270a-1f3ff270a270b-1f3fb270b-1f3fc270b-1f3fd270b-1f3fe270b-1f3ff270b270c-1f3fb270c-1f3fc270c-1f3fd270c-1f3fe270c-1f3ff270c270d-1f3fb270d-1f3fc270d-1f3fd270d-1f3fe270d-1f3ff270d270f271227142716271d272127282733273427442747274c274e27532754275527572763276427952796279727a127b027bf293429352b052b062b072b1b2b1c2b502b553030303d32973299 \ No newline at end of file diff --git a/assets/svg/0023-20e3.svg b/assets/svg/0023-20e3.svg index 7a901c8a1..fd6d180fb 100644 --- a/assets/svg/0023-20e3.svg +++ b/assets/svg/0023-20e3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/002a-20e3.svg b/assets/svg/002a-20e3.svg index 8d5fb1728..52d054160 100644 --- a/assets/svg/002a-20e3.svg +++ b/assets/svg/002a-20e3.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/0030-20e3.svg b/assets/svg/0030-20e3.svg index b555bc254..cbc28d6dd 100644 --- a/assets/svg/0030-20e3.svg +++ b/assets/svg/0030-20e3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/0031-20e3.svg b/assets/svg/0031-20e3.svg index 55e4cd0a1..5e60306d0 100644 --- a/assets/svg/0031-20e3.svg +++ b/assets/svg/0031-20e3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/0032-20e3.svg b/assets/svg/0032-20e3.svg index ac18e2dc2..a5b845c49 100644 --- a/assets/svg/0032-20e3.svg +++ b/assets/svg/0032-20e3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/0033-20e3.svg b/assets/svg/0033-20e3.svg index 934873d1d..f6788c7d3 100644 --- a/assets/svg/0033-20e3.svg +++ b/assets/svg/0033-20e3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/0034-20e3.svg b/assets/svg/0034-20e3.svg index dff6529a3..99e98bd87 100644 --- a/assets/svg/0034-20e3.svg +++ b/assets/svg/0034-20e3.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/0035-20e3.svg b/assets/svg/0035-20e3.svg index 44285a3b6..c2050d9f1 100644 --- a/assets/svg/0035-20e3.svg +++ b/assets/svg/0035-20e3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/0036-20e3.svg b/assets/svg/0036-20e3.svg index c4f2fd8a7..e1b5f8aa0 100644 --- a/assets/svg/0036-20e3.svg +++ b/assets/svg/0036-20e3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/0037-20e3.svg b/assets/svg/0037-20e3.svg index 56458583d..847c9ffab 100644 --- a/assets/svg/0037-20e3.svg +++ b/assets/svg/0037-20e3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/0038-20e3.svg b/assets/svg/0038-20e3.svg index 63de00d6e..9174a3c68 100644 --- a/assets/svg/0038-20e3.svg +++ b/assets/svg/0038-20e3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/0039-20e3.svg b/assets/svg/0039-20e3.svg index 0dcc4be08..4a8194737 100644 --- a/assets/svg/0039-20e3.svg +++ b/assets/svg/0039-20e3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/00a9.svg b/assets/svg/00a9.svg index e7742e54d..ac6c791d9 100644 --- a/assets/svg/00a9.svg +++ b/assets/svg/00a9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/00ae.svg b/assets/svg/00ae.svg index 5c4e71e89..a14838f51 100644 --- a/assets/svg/00ae.svg +++ b/assets/svg/00ae.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f004.svg b/assets/svg/1f004.svg index dcb965726..11a99774f 100644 --- a/assets/svg/1f004.svg +++ b/assets/svg/1f004.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f0cf.svg b/assets/svg/1f0cf.svg index bb3aafc84..cfaf55b9b 100644 --- a/assets/svg/1f0cf.svg +++ b/assets/svg/1f0cf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f170.svg b/assets/svg/1f170.svg index c3836652b..6297fe5fc 100644 --- a/assets/svg/1f170.svg +++ b/assets/svg/1f170.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f171.svg b/assets/svg/1f171.svg index 560bf3a2d..36f91920b 100644 --- a/assets/svg/1f171.svg +++ b/assets/svg/1f171.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f17e.svg b/assets/svg/1f17e.svg index 47d0f48a2..0c751cf92 100644 --- a/assets/svg/1f17e.svg +++ b/assets/svg/1f17e.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f17f.svg b/assets/svg/1f17f.svg index 266cee4e5..694988a46 100644 --- a/assets/svg/1f17f.svg +++ b/assets/svg/1f17f.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f18e.svg b/assets/svg/1f18e.svg index bb0525094..4a2156bf7 100644 --- a/assets/svg/1f18e.svg +++ b/assets/svg/1f18e.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f191.svg b/assets/svg/1f191.svg index 4df22b8b2..ba6b1c0c5 100644 --- a/assets/svg/1f191.svg +++ b/assets/svg/1f191.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f192.svg b/assets/svg/1f192.svg index c5780a635..c91450460 100644 --- a/assets/svg/1f192.svg +++ b/assets/svg/1f192.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f193.svg b/assets/svg/1f193.svg index ed72c4c13..e1a3d2905 100644 --- a/assets/svg/1f193.svg +++ b/assets/svg/1f193.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f194.svg b/assets/svg/1f194.svg index 678cd31de..8078b6237 100644 --- a/assets/svg/1f194.svg +++ b/assets/svg/1f194.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f195.svg b/assets/svg/1f195.svg index c4583abb7..04dc40716 100644 --- a/assets/svg/1f195.svg +++ b/assets/svg/1f195.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f196.svg b/assets/svg/1f196.svg index 7cb4595a9..3c1f6ed9a 100644 --- a/assets/svg/1f196.svg +++ b/assets/svg/1f196.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f197.svg b/assets/svg/1f197.svg index df4d4d830..3b0ef63c7 100644 --- a/assets/svg/1f197.svg +++ b/assets/svg/1f197.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f198.svg b/assets/svg/1f198.svg index 36b27239e..edadd7ef5 100644 --- a/assets/svg/1f198.svg +++ b/assets/svg/1f198.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f199.svg b/assets/svg/1f199.svg index dc57b0591..6d10426e7 100644 --- a/assets/svg/1f199.svg +++ b/assets/svg/1f199.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f19a.svg b/assets/svg/1f19a.svg index 5eb830579..f93bf5e20 100644 --- a/assets/svg/1f19a.svg +++ b/assets/svg/1f19a.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1e8.svg b/assets/svg/1f1e6-1f1e8.svg index cf433834d..10d545f09 100644 --- a/assets/svg/1f1e6-1f1e8.svg +++ b/assets/svg/1f1e6-1f1e8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1e9.svg b/assets/svg/1f1e6-1f1e9.svg index 896e38388..275ef2689 100644 --- a/assets/svg/1f1e6-1f1e9.svg +++ b/assets/svg/1f1e6-1f1e9.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1ea.svg b/assets/svg/1f1e6-1f1ea.svg index 1154a4bce..56ce7b5f0 100644 --- a/assets/svg/1f1e6-1f1ea.svg +++ b/assets/svg/1f1e6-1f1ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1eb.svg b/assets/svg/1f1e6-1f1eb.svg index 7b70179fb..a58c74439 100644 --- a/assets/svg/1f1e6-1f1eb.svg +++ b/assets/svg/1f1e6-1f1eb.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1ec.svg b/assets/svg/1f1e6-1f1ec.svg index 9bbc23da7..9e8356393 100644 --- a/assets/svg/1f1e6-1f1ec.svg +++ b/assets/svg/1f1e6-1f1ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1ee.svg b/assets/svg/1f1e6-1f1ee.svg index 503f1b151..dda3d90bc 100644 --- a/assets/svg/1f1e6-1f1ee.svg +++ b/assets/svg/1f1e6-1f1ee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1f1.svg b/assets/svg/1f1e6-1f1f1.svg index 087ed5958..c1a9d1716 100644 --- a/assets/svg/1f1e6-1f1f1.svg +++ b/assets/svg/1f1e6-1f1f1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1f2.svg b/assets/svg/1f1e6-1f1f2.svg index 25783a368..e9ef537f8 100644 --- a/assets/svg/1f1e6-1f1f2.svg +++ b/assets/svg/1f1e6-1f1f2.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1f4.svg b/assets/svg/1f1e6-1f1f4.svg index b83aa95e1..a3eca31f3 100644 --- a/assets/svg/1f1e6-1f1f4.svg +++ b/assets/svg/1f1e6-1f1f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1f6.svg b/assets/svg/1f1e6-1f1f6.svg index 3f31cdead..c31c68757 100644 --- a/assets/svg/1f1e6-1f1f6.svg +++ b/assets/svg/1f1e6-1f1f6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1f7.svg b/assets/svg/1f1e6-1f1f7.svg index 1a16202b4..abc85c8e5 100644 --- a/assets/svg/1f1e6-1f1f7.svg +++ b/assets/svg/1f1e6-1f1f7.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1f8.svg b/assets/svg/1f1e6-1f1f8.svg index 1b0b3f042..a2c11ab64 100644 --- a/assets/svg/1f1e6-1f1f8.svg +++ b/assets/svg/1f1e6-1f1f8.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1f9.svg b/assets/svg/1f1e6-1f1f9.svg index 1b4fe9316..758336cb9 100644 --- a/assets/svg/1f1e6-1f1f9.svg +++ b/assets/svg/1f1e6-1f1f9.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1fa.svg b/assets/svg/1f1e6-1f1fa.svg index 56257a183..3f6cb4fc4 100644 --- a/assets/svg/1f1e6-1f1fa.svg +++ b/assets/svg/1f1e6-1f1fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1fc.svg b/assets/svg/1f1e6-1f1fc.svg index 0488d3e0b..4b03b27d9 100644 --- a/assets/svg/1f1e6-1f1fc.svg +++ b/assets/svg/1f1e6-1f1fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1fd.svg b/assets/svg/1f1e6-1f1fd.svg index 5ccfb3dac..778c60ff8 100644 --- a/assets/svg/1f1e6-1f1fd.svg +++ b/assets/svg/1f1e6-1f1fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e6-1f1ff.svg b/assets/svg/1f1e6-1f1ff.svg index 6a73b769a..7cd9dae29 100644 --- a/assets/svg/1f1e6-1f1ff.svg +++ b/assets/svg/1f1e6-1f1ff.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1e6.svg b/assets/svg/1f1e7-1f1e6.svg index 7950c5830..0607e4ddb 100644 --- a/assets/svg/1f1e7-1f1e6.svg +++ b/assets/svg/1f1e7-1f1e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1e7.svg b/assets/svg/1f1e7-1f1e7.svg index ab94718b5..453357f5f 100644 --- a/assets/svg/1f1e7-1f1e7.svg +++ b/assets/svg/1f1e7-1f1e7.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1e9.svg b/assets/svg/1f1e7-1f1e9.svg index a50242ca1..437472c24 100644 --- a/assets/svg/1f1e7-1f1e9.svg +++ b/assets/svg/1f1e7-1f1e9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1ea.svg b/assets/svg/1f1e7-1f1ea.svg index 6909ff493..df65af4ee 100644 --- a/assets/svg/1f1e7-1f1ea.svg +++ b/assets/svg/1f1e7-1f1ea.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1eb.svg b/assets/svg/1f1e7-1f1eb.svg index 31d64b44b..c45d3090c 100644 --- a/assets/svg/1f1e7-1f1eb.svg +++ b/assets/svg/1f1e7-1f1eb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1ec.svg b/assets/svg/1f1e7-1f1ec.svg index 4adc70978..e0f4e73f8 100644 --- a/assets/svg/1f1e7-1f1ec.svg +++ b/assets/svg/1f1e7-1f1ec.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1ed.svg b/assets/svg/1f1e7-1f1ed.svg index ed57cc496..318a33a25 100644 --- a/assets/svg/1f1e7-1f1ed.svg +++ b/assets/svg/1f1e7-1f1ed.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1ee.svg b/assets/svg/1f1e7-1f1ee.svg index 1160d0013..db1c426af 100644 --- a/assets/svg/1f1e7-1f1ee.svg +++ b/assets/svg/1f1e7-1f1ee.svg @@ -1,5 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1ef.svg b/assets/svg/1f1e7-1f1ef.svg index aad6aae76..57c10384b 100644 --- a/assets/svg/1f1e7-1f1ef.svg +++ b/assets/svg/1f1e7-1f1ef.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1f1.svg b/assets/svg/1f1e7-1f1f1.svg index ee9cb39b5..753bf911a 100644 --- a/assets/svg/1f1e7-1f1f1.svg +++ b/assets/svg/1f1e7-1f1f1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1f2.svg b/assets/svg/1f1e7-1f1f2.svg index 30d45b1e8..7b4fef5b3 100644 --- a/assets/svg/1f1e7-1f1f2.svg +++ b/assets/svg/1f1e7-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1f3.svg b/assets/svg/1f1e7-1f1f3.svg index c1c59f212..5c4655353 100644 --- a/assets/svg/1f1e7-1f1f3.svg +++ b/assets/svg/1f1e7-1f1f3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1f4.svg b/assets/svg/1f1e7-1f1f4.svg index 516d50128..2fb409820 100644 --- a/assets/svg/1f1e7-1f1f4.svg +++ b/assets/svg/1f1e7-1f1f4.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1f6.svg b/assets/svg/1f1e7-1f1f6.svg index 09d49d2c5..15cc86165 100644 --- a/assets/svg/1f1e7-1f1f6.svg +++ b/assets/svg/1f1e7-1f1f6.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1f7.svg b/assets/svg/1f1e7-1f1f7.svg index 2528b136e..43a642171 100644 --- a/assets/svg/1f1e7-1f1f7.svg +++ b/assets/svg/1f1e7-1f1f7.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1f8.svg b/assets/svg/1f1e7-1f1f8.svg index d975dfaa8..758060d56 100644 --- a/assets/svg/1f1e7-1f1f8.svg +++ b/assets/svg/1f1e7-1f1f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1f9.svg b/assets/svg/1f1e7-1f1f9.svg index 39bb680fd..9b6ec4c3a 100644 --- a/assets/svg/1f1e7-1f1f9.svg +++ b/assets/svg/1f1e7-1f1f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1fb.svg b/assets/svg/1f1e7-1f1fb.svg index f28095a0d..91e11eaca 100644 --- a/assets/svg/1f1e7-1f1fb.svg +++ b/assets/svg/1f1e7-1f1fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1fc.svg b/assets/svg/1f1e7-1f1fc.svg index a22852a38..0b1d181ee 100644 --- a/assets/svg/1f1e7-1f1fc.svg +++ b/assets/svg/1f1e7-1f1fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1fe.svg b/assets/svg/1f1e7-1f1fe.svg index f3b44cfc8..61162483f 100644 --- a/assets/svg/1f1e7-1f1fe.svg +++ b/assets/svg/1f1e7-1f1fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e7-1f1ff.svg b/assets/svg/1f1e7-1f1ff.svg index 73856f767..4aa8b1d95 100644 --- a/assets/svg/1f1e7-1f1ff.svg +++ b/assets/svg/1f1e7-1f1ff.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1e6.svg b/assets/svg/1f1e8-1f1e6.svg index fd9887bf1..40c875917 100644 --- a/assets/svg/1f1e8-1f1e6.svg +++ b/assets/svg/1f1e8-1f1e6.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1e8.svg b/assets/svg/1f1e8-1f1e8.svg index af5fd5556..0fb340532 100644 --- a/assets/svg/1f1e8-1f1e8.svg +++ b/assets/svg/1f1e8-1f1e8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1e9.svg b/assets/svg/1f1e8-1f1e9.svg index e4514a50a..90f589ec6 100644 --- a/assets/svg/1f1e8-1f1e9.svg +++ b/assets/svg/1f1e8-1f1e9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1eb.svg b/assets/svg/1f1e8-1f1eb.svg index b3d69f395..4e6692834 100644 --- a/assets/svg/1f1e8-1f1eb.svg +++ b/assets/svg/1f1e8-1f1eb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1ec.svg b/assets/svg/1f1e8-1f1ec.svg index 4876b612a..5961f398d 100644 --- a/assets/svg/1f1e8-1f1ec.svg +++ b/assets/svg/1f1e8-1f1ec.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1ed.svg b/assets/svg/1f1e8-1f1ed.svg index 43f020683..19968c817 100644 --- a/assets/svg/1f1e8-1f1ed.svg +++ b/assets/svg/1f1e8-1f1ed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1ee.svg b/assets/svg/1f1e8-1f1ee.svg index 992601314..bd81ed88e 100644 --- a/assets/svg/1f1e8-1f1ee.svg +++ b/assets/svg/1f1e8-1f1ee.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1f0.svg b/assets/svg/1f1e8-1f1f0.svg index c59136b93..2d81db366 100644 --- a/assets/svg/1f1e8-1f1f0.svg +++ b/assets/svg/1f1e8-1f1f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1f1.svg b/assets/svg/1f1e8-1f1f1.svg index 32706be02..0e887faf3 100644 --- a/assets/svg/1f1e8-1f1f1.svg +++ b/assets/svg/1f1e8-1f1f1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1f2.svg b/assets/svg/1f1e8-1f1f2.svg index 64237caba..fcb8f0b4a 100644 --- a/assets/svg/1f1e8-1f1f2.svg +++ b/assets/svg/1f1e8-1f1f2.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1f3.svg b/assets/svg/1f1e8-1f1f3.svg index 95023cd84..568efc6cc 100644 --- a/assets/svg/1f1e8-1f1f3.svg +++ b/assets/svg/1f1e8-1f1f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1f4.svg b/assets/svg/1f1e8-1f1f4.svg index ceb8eb70a..f5e173cf4 100644 --- a/assets/svg/1f1e8-1f1f4.svg +++ b/assets/svg/1f1e8-1f1f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1f5.svg b/assets/svg/1f1e8-1f1f5.svg index 8f4c1ab7a..ca7571b1e 100644 --- a/assets/svg/1f1e8-1f1f5.svg +++ b/assets/svg/1f1e8-1f1f5.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1f7.svg b/assets/svg/1f1e8-1f1f7.svg index 189da46cc..16cab9538 100644 --- a/assets/svg/1f1e8-1f1f7.svg +++ b/assets/svg/1f1e8-1f1f7.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1fa.svg b/assets/svg/1f1e8-1f1fa.svg index ba7ca3391..a7a90ef28 100644 --- a/assets/svg/1f1e8-1f1fa.svg +++ b/assets/svg/1f1e8-1f1fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1fb.svg b/assets/svg/1f1e8-1f1fb.svg index 18053509f..82290c4db 100644 --- a/assets/svg/1f1e8-1f1fb.svg +++ b/assets/svg/1f1e8-1f1fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1fc.svg b/assets/svg/1f1e8-1f1fc.svg index dd8da463e..18962b29d 100644 --- a/assets/svg/1f1e8-1f1fc.svg +++ b/assets/svg/1f1e8-1f1fc.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1fd.svg b/assets/svg/1f1e8-1f1fd.svg index 83a4e1a94..f898fccd9 100644 --- a/assets/svg/1f1e8-1f1fd.svg +++ b/assets/svg/1f1e8-1f1fd.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1fe.svg b/assets/svg/1f1e8-1f1fe.svg index 8d400ee99..45d49f7bc 100644 --- a/assets/svg/1f1e8-1f1fe.svg +++ b/assets/svg/1f1e8-1f1fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e8-1f1ff.svg b/assets/svg/1f1e8-1f1ff.svg index bd6338375..077767e54 100644 --- a/assets/svg/1f1e8-1f1ff.svg +++ b/assets/svg/1f1e8-1f1ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e9-1f1ea.svg b/assets/svg/1f1e9-1f1ea.svg index a2b2e83dd..00d727c0f 100644 --- a/assets/svg/1f1e9-1f1ea.svg +++ b/assets/svg/1f1e9-1f1ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e9-1f1ec.svg b/assets/svg/1f1e9-1f1ec.svg index ec10da098..ead9fa6e4 100644 --- a/assets/svg/1f1e9-1f1ec.svg +++ b/assets/svg/1f1e9-1f1ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e9-1f1ef.svg b/assets/svg/1f1e9-1f1ef.svg index 61f077802..0a90746e9 100644 --- a/assets/svg/1f1e9-1f1ef.svg +++ b/assets/svg/1f1e9-1f1ef.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e9-1f1f0.svg b/assets/svg/1f1e9-1f1f0.svg index 4d794eb1b..d93c7aab3 100644 --- a/assets/svg/1f1e9-1f1f0.svg +++ b/assets/svg/1f1e9-1f1f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e9-1f1f2.svg b/assets/svg/1f1e9-1f1f2.svg index 9771fce53..f602d53f6 100644 --- a/assets/svg/1f1e9-1f1f2.svg +++ b/assets/svg/1f1e9-1f1f2.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e9-1f1f4.svg b/assets/svg/1f1e9-1f1f4.svg index ac859dcbe..f5027a7f7 100644 --- a/assets/svg/1f1e9-1f1f4.svg +++ b/assets/svg/1f1e9-1f1f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1e9-1f1ff.svg b/assets/svg/1f1e9-1f1ff.svg index d32d05c5b..c4f6520a7 100644 --- a/assets/svg/1f1e9-1f1ff.svg +++ b/assets/svg/1f1e9-1f1ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ea-1f1e6.svg b/assets/svg/1f1ea-1f1e6.svg index 7f25d6666..b204a2d35 100644 --- a/assets/svg/1f1ea-1f1e6.svg +++ b/assets/svg/1f1ea-1f1e6.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ea-1f1e8.svg b/assets/svg/1f1ea-1f1e8.svg index e1ccfc3a0..b3ff7564b 100644 --- a/assets/svg/1f1ea-1f1e8.svg +++ b/assets/svg/1f1ea-1f1e8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ea-1f1ea.svg b/assets/svg/1f1ea-1f1ea.svg index cb1dc319d..4f67ca07d 100644 --- a/assets/svg/1f1ea-1f1ea.svg +++ b/assets/svg/1f1ea-1f1ea.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ea-1f1ec.svg b/assets/svg/1f1ea-1f1ec.svg index e6a4fe7a0..b18c88f4b 100644 --- a/assets/svg/1f1ea-1f1ec.svg +++ b/assets/svg/1f1ea-1f1ec.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ea-1f1ed.svg b/assets/svg/1f1ea-1f1ed.svg index 53b4a4474..95a445d9f 100644 --- a/assets/svg/1f1ea-1f1ed.svg +++ b/assets/svg/1f1ea-1f1ed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ea-1f1f7.svg b/assets/svg/1f1ea-1f1f7.svg index 539ffcaa1..fa46e180b 100644 --- a/assets/svg/1f1ea-1f1f7.svg +++ b/assets/svg/1f1ea-1f1f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ea-1f1f8.svg b/assets/svg/1f1ea-1f1f8.svg index 12d84e37b..39e156d32 100644 --- a/assets/svg/1f1ea-1f1f8.svg +++ b/assets/svg/1f1ea-1f1f8.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ea-1f1f9.svg b/assets/svg/1f1ea-1f1f9.svg index 7ab2e3a23..083b08c48 100644 --- a/assets/svg/1f1ea-1f1f9.svg +++ b/assets/svg/1f1ea-1f1f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ea-1f1fa.svg b/assets/svg/1f1ea-1f1fa.svg index 1e337cd1e..781d2e6f6 100644 --- a/assets/svg/1f1ea-1f1fa.svg +++ b/assets/svg/1f1ea-1f1fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1eb-1f1ee.svg b/assets/svg/1f1eb-1f1ee.svg index 9048eb1d2..3526a2801 100644 --- a/assets/svg/1f1eb-1f1ee.svg +++ b/assets/svg/1f1eb-1f1ee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1eb-1f1ef.svg b/assets/svg/1f1eb-1f1ef.svg index 597403f8f..62c02b6d3 100644 --- a/assets/svg/1f1eb-1f1ef.svg +++ b/assets/svg/1f1eb-1f1ef.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1eb-1f1f0.svg b/assets/svg/1f1eb-1f1f0.svg index 2a1c45a63..660fa7e59 100644 --- a/assets/svg/1f1eb-1f1f0.svg +++ b/assets/svg/1f1eb-1f1f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1eb-1f1f2.svg b/assets/svg/1f1eb-1f1f2.svg index 4ddba0406..969f5d04d 100644 --- a/assets/svg/1f1eb-1f1f2.svg +++ b/assets/svg/1f1eb-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1eb-1f1f4.svg b/assets/svg/1f1eb-1f1f4.svg index d2478c5db..8989b8596 100644 --- a/assets/svg/1f1eb-1f1f4.svg +++ b/assets/svg/1f1eb-1f1f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1eb-1f1f7.svg b/assets/svg/1f1eb-1f1f7.svg index cc193f0c6..281fcffc6 100644 --- a/assets/svg/1f1eb-1f1f7.svg +++ b/assets/svg/1f1eb-1f1f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1e6.svg b/assets/svg/1f1ec-1f1e6.svg index a855ad631..56b6b71ab 100644 --- a/assets/svg/1f1ec-1f1e6.svg +++ b/assets/svg/1f1ec-1f1e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1e7.svg b/assets/svg/1f1ec-1f1e7.svg index f7b04b47c..4489d3af5 100644 --- a/assets/svg/1f1ec-1f1e7.svg +++ b/assets/svg/1f1ec-1f1e7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1e9.svg b/assets/svg/1f1ec-1f1e9.svg index 2abbab646..d39c216ec 100644 --- a/assets/svg/1f1ec-1f1e9.svg +++ b/assets/svg/1f1ec-1f1e9.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1ea.svg b/assets/svg/1f1ec-1f1ea.svg index 9f084a26b..b789b7bbc 100644 --- a/assets/svg/1f1ec-1f1ea.svg +++ b/assets/svg/1f1ec-1f1ea.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1eb.svg b/assets/svg/1f1ec-1f1eb.svg index b1b515ec8..809f4d19b 100644 --- a/assets/svg/1f1ec-1f1eb.svg +++ b/assets/svg/1f1ec-1f1eb.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1ec.svg b/assets/svg/1f1ec-1f1ec.svg index d6a446a59..f8d88a6c8 100644 --- a/assets/svg/1f1ec-1f1ec.svg +++ b/assets/svg/1f1ec-1f1ec.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1ed.svg b/assets/svg/1f1ec-1f1ed.svg index e4389c4e0..32ab93c61 100644 --- a/assets/svg/1f1ec-1f1ed.svg +++ b/assets/svg/1f1ec-1f1ed.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1ee.svg b/assets/svg/1f1ec-1f1ee.svg index b2ec7d4a9..0533c42f5 100644 --- a/assets/svg/1f1ec-1f1ee.svg +++ b/assets/svg/1f1ec-1f1ee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1f1.svg b/assets/svg/1f1ec-1f1f1.svg index 2a2425d4b..65497d4f3 100644 --- a/assets/svg/1f1ec-1f1f1.svg +++ b/assets/svg/1f1ec-1f1f1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1f2.svg b/assets/svg/1f1ec-1f1f2.svg index 5ae191f1e..5b7637a28 100644 --- a/assets/svg/1f1ec-1f1f2.svg +++ b/assets/svg/1f1ec-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1f3.svg b/assets/svg/1f1ec-1f1f3.svg index e04198213..15acd320c 100644 --- a/assets/svg/1f1ec-1f1f3.svg +++ b/assets/svg/1f1ec-1f1f3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1f5.svg b/assets/svg/1f1ec-1f1f5.svg index 29684259d..614549da8 100644 --- a/assets/svg/1f1ec-1f1f5.svg +++ b/assets/svg/1f1ec-1f1f5.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1f6.svg b/assets/svg/1f1ec-1f1f6.svg index 28ce735f2..7ce4c7645 100644 --- a/assets/svg/1f1ec-1f1f6.svg +++ b/assets/svg/1f1ec-1f1f6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1f7.svg b/assets/svg/1f1ec-1f1f7.svg index 3adcb40d7..b8aede56c 100644 --- a/assets/svg/1f1ec-1f1f7.svg +++ b/assets/svg/1f1ec-1f1f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1f8.svg b/assets/svg/1f1ec-1f1f8.svg index e52f8a79f..f4bf5538d 100644 --- a/assets/svg/1f1ec-1f1f8.svg +++ b/assets/svg/1f1ec-1f1f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1f9.svg b/assets/svg/1f1ec-1f1f9.svg index 896450316..905663a12 100644 --- a/assets/svg/1f1ec-1f1f9.svg +++ b/assets/svg/1f1ec-1f1f9.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1fa.svg b/assets/svg/1f1ec-1f1fa.svg index 51f5a5eb3..0cfa1bc69 100644 --- a/assets/svg/1f1ec-1f1fa.svg +++ b/assets/svg/1f1ec-1f1fa.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1fc.svg b/assets/svg/1f1ec-1f1fc.svg index 058af0fb0..9288b6ede 100644 --- a/assets/svg/1f1ec-1f1fc.svg +++ b/assets/svg/1f1ec-1f1fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ec-1f1fe.svg b/assets/svg/1f1ec-1f1fe.svg index 3c4fdf291..090714dd2 100644 --- a/assets/svg/1f1ec-1f1fe.svg +++ b/assets/svg/1f1ec-1f1fe.svg @@ -1,4 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ed-1f1f0.svg b/assets/svg/1f1ed-1f1f0.svg index 2e5059e43..311d2a23c 100644 --- a/assets/svg/1f1ed-1f1f0.svg +++ b/assets/svg/1f1ed-1f1f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ed-1f1f2.svg b/assets/svg/1f1ed-1f1f2.svg index 1ade6c0a2..5be228b5a 100644 --- a/assets/svg/1f1ed-1f1f2.svg +++ b/assets/svg/1f1ed-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ed-1f1f3.svg b/assets/svg/1f1ed-1f1f3.svg index 4d5f6d288..eb1ae8538 100644 --- a/assets/svg/1f1ed-1f1f3.svg +++ b/assets/svg/1f1ed-1f1f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ed-1f1f7.svg b/assets/svg/1f1ed-1f1f7.svg index 5eb950e1a..a168b6841 100644 --- a/assets/svg/1f1ed-1f1f7.svg +++ b/assets/svg/1f1ed-1f1f7.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ed-1f1f9.svg b/assets/svg/1f1ed-1f1f9.svg index c0c1a8dfd..3615e707c 100644 --- a/assets/svg/1f1ed-1f1f9.svg +++ b/assets/svg/1f1ed-1f1f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ed-1f1fa.svg b/assets/svg/1f1ed-1f1fa.svg index a3d0a13ea..00ced4cd9 100644 --- a/assets/svg/1f1ed-1f1fa.svg +++ b/assets/svg/1f1ed-1f1fa.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1e8.svg b/assets/svg/1f1ee-1f1e8.svg index ab09eac2c..51920e778 100644 --- a/assets/svg/1f1ee-1f1e8.svg +++ b/assets/svg/1f1ee-1f1e8.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1e9.svg b/assets/svg/1f1ee-1f1e9.svg index aa844bd3f..ad67471cc 100644 --- a/assets/svg/1f1ee-1f1e9.svg +++ b/assets/svg/1f1ee-1f1e9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1ea.svg b/assets/svg/1f1ee-1f1ea.svg index 81b10abc7..9b22af8e7 100644 --- a/assets/svg/1f1ee-1f1ea.svg +++ b/assets/svg/1f1ee-1f1ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1f1.svg b/assets/svg/1f1ee-1f1f1.svg index a2206cd9c..ee5ebc8cb 100644 --- a/assets/svg/1f1ee-1f1f1.svg +++ b/assets/svg/1f1ee-1f1f1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1f2.svg b/assets/svg/1f1ee-1f1f2.svg index e8c919d46..732845ab8 100644 --- a/assets/svg/1f1ee-1f1f2.svg +++ b/assets/svg/1f1ee-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1f3.svg b/assets/svg/1f1ee-1f1f3.svg index 4e5f7a552..b0ff59567 100644 --- a/assets/svg/1f1ee-1f1f3.svg +++ b/assets/svg/1f1ee-1f1f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1f4.svg b/assets/svg/1f1ee-1f1f4.svg index ec10da098..ead9fa6e4 100644 --- a/assets/svg/1f1ee-1f1f4.svg +++ b/assets/svg/1f1ee-1f1f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1f6.svg b/assets/svg/1f1ee-1f1f6.svg index 8c40cdf5d..06e58b984 100644 --- a/assets/svg/1f1ee-1f1f6.svg +++ b/assets/svg/1f1ee-1f1f6.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1f7.svg b/assets/svg/1f1ee-1f1f7.svg index af48389be..b32f5612c 100644 --- a/assets/svg/1f1ee-1f1f7.svg +++ b/assets/svg/1f1ee-1f1f7.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1f8.svg b/assets/svg/1f1ee-1f1f8.svg index f3b95fad7..6f42c880c 100644 --- a/assets/svg/1f1ee-1f1f8.svg +++ b/assets/svg/1f1ee-1f1f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ee-1f1f9.svg b/assets/svg/1f1ee-1f1f9.svg index 8591cfddf..872da8862 100644 --- a/assets/svg/1f1ee-1f1f9.svg +++ b/assets/svg/1f1ee-1f1f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ef-1f1ea.svg b/assets/svg/1f1ef-1f1ea.svg index 534d45956..c33397af3 100644 --- a/assets/svg/1f1ef-1f1ea.svg +++ b/assets/svg/1f1ef-1f1ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ef-1f1f2.svg b/assets/svg/1f1ef-1f1f2.svg index ccec0d7f2..12b1639a4 100644 --- a/assets/svg/1f1ef-1f1f2.svg +++ b/assets/svg/1f1ef-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ef-1f1f4.svg b/assets/svg/1f1ef-1f1f4.svg index f6337e78c..6b3b498ff 100644 --- a/assets/svg/1f1ef-1f1f4.svg +++ b/assets/svg/1f1ef-1f1f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ef-1f1f5.svg b/assets/svg/1f1ef-1f1f5.svg index c90b9d545..eb516fafb 100644 --- a/assets/svg/1f1ef-1f1f5.svg +++ b/assets/svg/1f1ef-1f1f5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1ea.svg b/assets/svg/1f1f0-1f1ea.svg index 611e5212e..e522debdf 100644 --- a/assets/svg/1f1f0-1f1ea.svg +++ b/assets/svg/1f1f0-1f1ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1ec.svg b/assets/svg/1f1f0-1f1ec.svg index d32fdb119..92ed55543 100644 --- a/assets/svg/1f1f0-1f1ec.svg +++ b/assets/svg/1f1f0-1f1ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1ed.svg b/assets/svg/1f1f0-1f1ed.svg index 87071a3ba..ea6906eec 100644 --- a/assets/svg/1f1f0-1f1ed.svg +++ b/assets/svg/1f1f0-1f1ed.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1ee.svg b/assets/svg/1f1f0-1f1ee.svg index d8d2ba2a0..a9e5b2f55 100644 --- a/assets/svg/1f1f0-1f1ee.svg +++ b/assets/svg/1f1f0-1f1ee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1f2.svg b/assets/svg/1f1f0-1f1f2.svg index 176ba26ee..94611c7b9 100644 --- a/assets/svg/1f1f0-1f1f2.svg +++ b/assets/svg/1f1f0-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1f3.svg b/assets/svg/1f1f0-1f1f3.svg index d30404867..b64d9cf33 100644 --- a/assets/svg/1f1f0-1f1f3.svg +++ b/assets/svg/1f1f0-1f1f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1f5.svg b/assets/svg/1f1f0-1f1f5.svg index 8a4a27e72..d0e806f2b 100644 --- a/assets/svg/1f1f0-1f1f5.svg +++ b/assets/svg/1f1f0-1f1f5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1f7.svg b/assets/svg/1f1f0-1f1f7.svg index 8e184f3ec..24e23eb75 100644 --- a/assets/svg/1f1f0-1f1f7.svg +++ b/assets/svg/1f1f0-1f1f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1fc.svg b/assets/svg/1f1f0-1f1fc.svg index c654d34bb..5544b7333 100644 --- a/assets/svg/1f1f0-1f1fc.svg +++ b/assets/svg/1f1f0-1f1fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1fe.svg b/assets/svg/1f1f0-1f1fe.svg index 0285775ae..da75fb42f 100644 --- a/assets/svg/1f1f0-1f1fe.svg +++ b/assets/svg/1f1f0-1f1fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f0-1f1ff.svg b/assets/svg/1f1f0-1f1ff.svg index dae1f0650..b40546721 100644 --- a/assets/svg/1f1f0-1f1ff.svg +++ b/assets/svg/1f1f0-1f1ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1e6.svg b/assets/svg/1f1f1-1f1e6.svg index 7b36e8256..93c3ffa2a 100644 --- a/assets/svg/1f1f1-1f1e6.svg +++ b/assets/svg/1f1f1-1f1e6.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1e7.svg b/assets/svg/1f1f1-1f1e7.svg index f0c527f0e..5c54b600c 100644 --- a/assets/svg/1f1f1-1f1e7.svg +++ b/assets/svg/1f1f1-1f1e7.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1e8.svg b/assets/svg/1f1f1-1f1e8.svg index dd90d9716..205c46b6e 100644 --- a/assets/svg/1f1f1-1f1e8.svg +++ b/assets/svg/1f1f1-1f1e8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1ee.svg b/assets/svg/1f1f1-1f1ee.svg index 124a7516e..763eeab85 100644 --- a/assets/svg/1f1f1-1f1ee.svg +++ b/assets/svg/1f1f1-1f1ee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1f0.svg b/assets/svg/1f1f1-1f1f0.svg index 9b402cf86..6465a45ae 100644 --- a/assets/svg/1f1f1-1f1f0.svg +++ b/assets/svg/1f1f1-1f1f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1f7.svg b/assets/svg/1f1f1-1f1f7.svg index 04a337f29..e3c1a4dae 100644 --- a/assets/svg/1f1f1-1f1f7.svg +++ b/assets/svg/1f1f1-1f1f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1f8.svg b/assets/svg/1f1f1-1f1f8.svg index 516b7dcc5..99c323b91 100644 --- a/assets/svg/1f1f1-1f1f8.svg +++ b/assets/svg/1f1f1-1f1f8.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1f9.svg b/assets/svg/1f1f1-1f1f9.svg index 51b05b0e3..8924aa639 100644 --- a/assets/svg/1f1f1-1f1f9.svg +++ b/assets/svg/1f1f1-1f1f9.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1fa.svg b/assets/svg/1f1f1-1f1fa.svg index 5f88201df..76992fe76 100644 --- a/assets/svg/1f1f1-1f1fa.svg +++ b/assets/svg/1f1f1-1f1fa.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1fb.svg b/assets/svg/1f1f1-1f1fb.svg index 484949bfd..3199610c4 100644 --- a/assets/svg/1f1f1-1f1fb.svg +++ b/assets/svg/1f1f1-1f1fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f1-1f1fe.svg b/assets/svg/1f1f1-1f1fe.svg index 686f7f04c..35ab2f41d 100644 --- a/assets/svg/1f1f1-1f1fe.svg +++ b/assets/svg/1f1f1-1f1fe.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1e6.svg b/assets/svg/1f1f2-1f1e6.svg index 8a3146315..18ad1751a 100644 --- a/assets/svg/1f1f2-1f1e6.svg +++ b/assets/svg/1f1f2-1f1e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1e8.svg b/assets/svg/1f1f2-1f1e8.svg index 6456e4b98..2c090e14c 100644 --- a/assets/svg/1f1f2-1f1e8.svg +++ b/assets/svg/1f1f2-1f1e8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1e9.svg b/assets/svg/1f1f2-1f1e9.svg index 1f45b6269..43537f04b 100644 --- a/assets/svg/1f1f2-1f1e9.svg +++ b/assets/svg/1f1f2-1f1e9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1ea.svg b/assets/svg/1f1f2-1f1ea.svg index 38b3e1b9a..5a58f94f7 100644 --- a/assets/svg/1f1f2-1f1ea.svg +++ b/assets/svg/1f1f2-1f1ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1eb.svg b/assets/svg/1f1f2-1f1eb.svg index 8f4c1ab7a..ca7571b1e 100644 --- a/assets/svg/1f1f2-1f1eb.svg +++ b/assets/svg/1f1f2-1f1eb.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1ec.svg b/assets/svg/1f1f2-1f1ec.svg index 8445e4016..fa3d1bc63 100644 --- a/assets/svg/1f1f2-1f1ec.svg +++ b/assets/svg/1f1f2-1f1ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1ed.svg b/assets/svg/1f1f2-1f1ed.svg index 8724b5fe9..91dc219c7 100644 --- a/assets/svg/1f1f2-1f1ed.svg +++ b/assets/svg/1f1f2-1f1ed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1f0.svg b/assets/svg/1f1f2-1f1f0.svg index e59c600b7..865afa63c 100644 --- a/assets/svg/1f1f2-1f1f0.svg +++ b/assets/svg/1f1f2-1f1f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1f1.svg b/assets/svg/1f1f2-1f1f1.svg index 50095cb1e..e1c90a511 100644 --- a/assets/svg/1f1f2-1f1f1.svg +++ b/assets/svg/1f1f2-1f1f1.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1f2.svg b/assets/svg/1f1f2-1f1f2.svg index ea777258f..b30d7cd04 100644 --- a/assets/svg/1f1f2-1f1f2.svg +++ b/assets/svg/1f1f2-1f1f2.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1f3.svg b/assets/svg/1f1f2-1f1f3.svg index 7ea417940..05dadc145 100644 --- a/assets/svg/1f1f2-1f1f3.svg +++ b/assets/svg/1f1f2-1f1f3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1f4.svg b/assets/svg/1f1f2-1f1f4.svg index 51de32309..b67244165 100644 --- a/assets/svg/1f1f2-1f1f4.svg +++ b/assets/svg/1f1f2-1f1f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1f5.svg b/assets/svg/1f1f2-1f1f5.svg index 2d0828857..463369d3b 100644 --- a/assets/svg/1f1f2-1f1f5.svg +++ b/assets/svg/1f1f2-1f1f5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1f6.svg b/assets/svg/1f1f2-1f1f6.svg index 54fc05797..6b5f8fbd5 100644 --- a/assets/svg/1f1f2-1f1f6.svg +++ b/assets/svg/1f1f2-1f1f6.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1f7.svg b/assets/svg/1f1f2-1f1f7.svg index bdff8c6a6..c03e16253 100644 --- a/assets/svg/1f1f2-1f1f7.svg +++ b/assets/svg/1f1f2-1f1f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1f8.svg b/assets/svg/1f1f2-1f1f8.svg index fda763229..4cb7d4929 100644 --- a/assets/svg/1f1f2-1f1f8.svg +++ b/assets/svg/1f1f2-1f1f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1f9.svg b/assets/svg/1f1f2-1f1f9.svg index f2db4f136..ea0287424 100644 --- a/assets/svg/1f1f2-1f1f9.svg +++ b/assets/svg/1f1f2-1f1f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1fa.svg b/assets/svg/1f1f2-1f1fa.svg index e30de5ea1..6e56644a8 100644 --- a/assets/svg/1f1f2-1f1fa.svg +++ b/assets/svg/1f1f2-1f1fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1fb.svg b/assets/svg/1f1f2-1f1fb.svg index de79f9ee2..b6b751fc7 100644 --- a/assets/svg/1f1f2-1f1fb.svg +++ b/assets/svg/1f1f2-1f1fb.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1fc.svg b/assets/svg/1f1f2-1f1fc.svg index 96ab60d6a..fab9627fb 100644 --- a/assets/svg/1f1f2-1f1fc.svg +++ b/assets/svg/1f1f2-1f1fc.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1fd.svg b/assets/svg/1f1f2-1f1fd.svg index 20a6a938f..295577594 100644 --- a/assets/svg/1f1f2-1f1fd.svg +++ b/assets/svg/1f1f2-1f1fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1fe.svg b/assets/svg/1f1f2-1f1fe.svg index 8489e7b72..2ce404dbf 100644 --- a/assets/svg/1f1f2-1f1fe.svg +++ b/assets/svg/1f1f2-1f1fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f2-1f1ff.svg b/assets/svg/1f1f2-1f1ff.svg index b0804023d..e77bf305a 100644 --- a/assets/svg/1f1f2-1f1ff.svg +++ b/assets/svg/1f1f2-1f1ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1e6.svg b/assets/svg/1f1f3-1f1e6.svg index 4ad7828e1..58533b38f 100644 --- a/assets/svg/1f1f3-1f1e6.svg +++ b/assets/svg/1f1f3-1f1e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1e8.svg b/assets/svg/1f1f3-1f1e8.svg index 5c5e94c41..cf2c2fe12 100644 --- a/assets/svg/1f1f3-1f1e8.svg +++ b/assets/svg/1f1f3-1f1e8.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1ea.svg b/assets/svg/1f1f3-1f1ea.svg index 1c85683f2..41eab286a 100644 --- a/assets/svg/1f1f3-1f1ea.svg +++ b/assets/svg/1f1f3-1f1ea.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1eb.svg b/assets/svg/1f1f3-1f1eb.svg index fe6744f21..7756b4f6b 100644 --- a/assets/svg/1f1f3-1f1eb.svg +++ b/assets/svg/1f1f3-1f1eb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1ec.svg b/assets/svg/1f1f3-1f1ec.svg index f778c0759..68c08249a 100644 --- a/assets/svg/1f1f3-1f1ec.svg +++ b/assets/svg/1f1f3-1f1ec.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1ee.svg b/assets/svg/1f1f3-1f1ee.svg index 817cf9eb8..03ab7f3ce 100644 --- a/assets/svg/1f1f3-1f1ee.svg +++ b/assets/svg/1f1f3-1f1ee.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1f1.svg b/assets/svg/1f1f3-1f1f1.svg index a253eca2a..e8419c29c 100644 --- a/assets/svg/1f1f3-1f1f1.svg +++ b/assets/svg/1f1f3-1f1f1.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1f4.svg b/assets/svg/1f1f3-1f1f4.svg index 54b0174b2..fd3851e71 100644 --- a/assets/svg/1f1f3-1f1f4.svg +++ b/assets/svg/1f1f3-1f1f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1f5.svg b/assets/svg/1f1f3-1f1f5.svg index 16f2fa146..60f975f2e 100644 --- a/assets/svg/1f1f3-1f1f5.svg +++ b/assets/svg/1f1f3-1f1f5.svg @@ -1,4 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1f7.svg b/assets/svg/1f1f3-1f1f7.svg index c015d3a51..e4ccc1c7d 100644 --- a/assets/svg/1f1f3-1f1f7.svg +++ b/assets/svg/1f1f3-1f1f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1fa.svg b/assets/svg/1f1f3-1f1fa.svg index 57ee18812..cd7c11f68 100644 --- a/assets/svg/1f1f3-1f1fa.svg +++ b/assets/svg/1f1f3-1f1fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f3-1f1ff.svg b/assets/svg/1f1f3-1f1ff.svg index 5b1cb807f..704fb8714 100644 --- a/assets/svg/1f1f3-1f1ff.svg +++ b/assets/svg/1f1f3-1f1ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f4-1f1f2.svg b/assets/svg/1f1f4-1f1f2.svg index 372a37c25..ac8d1f95c 100644 --- a/assets/svg/1f1f4-1f1f2.svg +++ b/assets/svg/1f1f4-1f1f2.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1e6.svg b/assets/svg/1f1f5-1f1e6.svg index 090481520..5a64e9256 100644 --- a/assets/svg/1f1f5-1f1e6.svg +++ b/assets/svg/1f1f5-1f1e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1ea.svg b/assets/svg/1f1f5-1f1ea.svg index 5a8c03581..5ae366c27 100644 --- a/assets/svg/1f1f5-1f1ea.svg +++ b/assets/svg/1f1f5-1f1ea.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1eb.svg b/assets/svg/1f1f5-1f1eb.svg index 2f94fef87..86664586c 100644 --- a/assets/svg/1f1f5-1f1eb.svg +++ b/assets/svg/1f1f5-1f1eb.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1ec.svg b/assets/svg/1f1f5-1f1ec.svg index 9faaa2cc9..58d2e6fd9 100644 --- a/assets/svg/1f1f5-1f1ec.svg +++ b/assets/svg/1f1f5-1f1ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1ed.svg b/assets/svg/1f1f5-1f1ed.svg index 4deb7ef99..e3a81ccb5 100644 --- a/assets/svg/1f1f5-1f1ed.svg +++ b/assets/svg/1f1f5-1f1ed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1f0.svg b/assets/svg/1f1f5-1f1f0.svg index 71e7a897f..8c10dcdd1 100644 --- a/assets/svg/1f1f5-1f1f0.svg +++ b/assets/svg/1f1f5-1f1f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1f1.svg b/assets/svg/1f1f5-1f1f1.svg index 7be2ecbdc..e5f6785ab 100644 --- a/assets/svg/1f1f5-1f1f1.svg +++ b/assets/svg/1f1f5-1f1f1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1f2.svg b/assets/svg/1f1f5-1f1f2.svg index 60430a63b..2fab398bd 100644 --- a/assets/svg/1f1f5-1f1f2.svg +++ b/assets/svg/1f1f5-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1f3.svg b/assets/svg/1f1f5-1f1f3.svg index 4dfeb8860..598bfa303 100644 --- a/assets/svg/1f1f5-1f1f3.svg +++ b/assets/svg/1f1f5-1f1f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1f7.svg b/assets/svg/1f1f5-1f1f7.svg index cff8005e8..a5badc93f 100644 --- a/assets/svg/1f1f5-1f1f7.svg +++ b/assets/svg/1f1f5-1f1f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1f8.svg b/assets/svg/1f1f5-1f1f8.svg index c139d9c90..aeb1fb8a3 100644 --- a/assets/svg/1f1f5-1f1f8.svg +++ b/assets/svg/1f1f5-1f1f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1f9.svg b/assets/svg/1f1f5-1f1f9.svg index 722f2e2a4..967ceb336 100644 --- a/assets/svg/1f1f5-1f1f9.svg +++ b/assets/svg/1f1f5-1f1f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1fc.svg b/assets/svg/1f1f5-1f1fc.svg index bf6375056..0586469ef 100644 --- a/assets/svg/1f1f5-1f1fc.svg +++ b/assets/svg/1f1f5-1f1fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f5-1f1fe.svg b/assets/svg/1f1f5-1f1fe.svg index c27d0b9ff..386b27da3 100644 --- a/assets/svg/1f1f5-1f1fe.svg +++ b/assets/svg/1f1f5-1f1fe.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f6-1f1e6.svg b/assets/svg/1f1f6-1f1e6.svg index 233afd2c1..eb835f29b 100644 --- a/assets/svg/1f1f6-1f1e6.svg +++ b/assets/svg/1f1f6-1f1e6.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f7-1f1ea.svg b/assets/svg/1f1f7-1f1ea.svg index e0310fc5a..7ce2c68a1 100644 --- a/assets/svg/1f1f7-1f1ea.svg +++ b/assets/svg/1f1f7-1f1ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f7-1f1f4.svg b/assets/svg/1f1f7-1f1f4.svg index 83372dc56..d31ee0adc 100644 --- a/assets/svg/1f1f7-1f1f4.svg +++ b/assets/svg/1f1f7-1f1f4.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f7-1f1f8.svg b/assets/svg/1f1f7-1f1f8.svg index 4cf8cc9e5..50722b5fc 100644 --- a/assets/svg/1f1f7-1f1f8.svg +++ b/assets/svg/1f1f7-1f1f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f7-1f1fa.svg b/assets/svg/1f1f7-1f1fa.svg index 89c2bcae2..a30816c8c 100644 --- a/assets/svg/1f1f7-1f1fa.svg +++ b/assets/svg/1f1f7-1f1fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f7-1f1fc.svg b/assets/svg/1f1f7-1f1fc.svg index 44b0069b4..257e2280c 100644 --- a/assets/svg/1f1f7-1f1fc.svg +++ b/assets/svg/1f1f7-1f1fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1e6.svg b/assets/svg/1f1f8-1f1e6.svg index 4f67cf80d..9c01c56fa 100644 --- a/assets/svg/1f1f8-1f1e6.svg +++ b/assets/svg/1f1f8-1f1e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1e7.svg b/assets/svg/1f1f8-1f1e7.svg index b41bf0a40..14169c7c8 100644 --- a/assets/svg/1f1f8-1f1e7.svg +++ b/assets/svg/1f1f8-1f1e7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1e8.svg b/assets/svg/1f1f8-1f1e8.svg index 2960276ee..e9da352c8 100644 --- a/assets/svg/1f1f8-1f1e8.svg +++ b/assets/svg/1f1f8-1f1e8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1e9.svg b/assets/svg/1f1f8-1f1e9.svg index 73b8b5a5b..30a0e29d2 100644 --- a/assets/svg/1f1f8-1f1e9.svg +++ b/assets/svg/1f1f8-1f1e9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1ea.svg b/assets/svg/1f1f8-1f1ea.svg index fbacc4acd..ad0f431f1 100644 --- a/assets/svg/1f1f8-1f1ea.svg +++ b/assets/svg/1f1f8-1f1ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1ec.svg b/assets/svg/1f1f8-1f1ec.svg index 13848e386..5acc1b7c3 100644 --- a/assets/svg/1f1f8-1f1ec.svg +++ b/assets/svg/1f1f8-1f1ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1ed.svg b/assets/svg/1f1f8-1f1ed.svg index 7bb3cde90..ba946837d 100644 --- a/assets/svg/1f1f8-1f1ed.svg +++ b/assets/svg/1f1f8-1f1ed.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1ee.svg b/assets/svg/1f1f8-1f1ee.svg index 191e96823..6576f8dcc 100644 --- a/assets/svg/1f1f8-1f1ee.svg +++ b/assets/svg/1f1f8-1f1ee.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1ef.svg b/assets/svg/1f1f8-1f1ef.svg index 2812a2180..fcf3a3e2a 100644 --- a/assets/svg/1f1f8-1f1ef.svg +++ b/assets/svg/1f1f8-1f1ef.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1f0.svg b/assets/svg/1f1f8-1f1f0.svg index 712a038cc..9f60bca3a 100644 --- a/assets/svg/1f1f8-1f1f0.svg +++ b/assets/svg/1f1f8-1f1f0.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1f1.svg b/assets/svg/1f1f8-1f1f1.svg index 8191a5b09..54de617a1 100644 --- a/assets/svg/1f1f8-1f1f1.svg +++ b/assets/svg/1f1f8-1f1f1.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1f2.svg b/assets/svg/1f1f8-1f1f2.svg index d9b6df3cf..85fd7bc91 100644 --- a/assets/svg/1f1f8-1f1f2.svg +++ b/assets/svg/1f1f8-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1f3.svg b/assets/svg/1f1f8-1f1f3.svg index c03d45bf2..0153b1140 100644 --- a/assets/svg/1f1f8-1f1f3.svg +++ b/assets/svg/1f1f8-1f1f3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1f4.svg b/assets/svg/1f1f8-1f1f4.svg index 4edfd9caf..f8202ab93 100644 --- a/assets/svg/1f1f8-1f1f4.svg +++ b/assets/svg/1f1f8-1f1f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1f7.svg b/assets/svg/1f1f8-1f1f7.svg index 21cda4e2f..7aefb46e2 100644 --- a/assets/svg/1f1f8-1f1f7.svg +++ b/assets/svg/1f1f8-1f1f7.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1f8.svg b/assets/svg/1f1f8-1f1f8.svg index 19c8f8413..14e54dd76 100644 --- a/assets/svg/1f1f8-1f1f8.svg +++ b/assets/svg/1f1f8-1f1f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1f9.svg b/assets/svg/1f1f8-1f1f9.svg index 6754f9b92..03ef06cf0 100644 --- a/assets/svg/1f1f8-1f1f9.svg +++ b/assets/svg/1f1f8-1f1f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1fb.svg b/assets/svg/1f1f8-1f1fb.svg index a703301cc..093d0b41a 100644 --- a/assets/svg/1f1f8-1f1fb.svg +++ b/assets/svg/1f1f8-1f1fb.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1fd.svg b/assets/svg/1f1f8-1f1fd.svg index 32c29832d..f3f76d6b2 100644 --- a/assets/svg/1f1f8-1f1fd.svg +++ b/assets/svg/1f1f8-1f1fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1fe.svg b/assets/svg/1f1f8-1f1fe.svg index 8e41724f4..8d3a43e69 100644 --- a/assets/svg/1f1f8-1f1fe.svg +++ b/assets/svg/1f1f8-1f1fe.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f8-1f1ff.svg b/assets/svg/1f1f8-1f1ff.svg index 14ea8e6ae..f4eeadeb2 100644 --- a/assets/svg/1f1f8-1f1ff.svg +++ b/assets/svg/1f1f8-1f1ff.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1e6.svg b/assets/svg/1f1f9-1f1e6.svg index 29df0bf5a..ab249dc51 100644 --- a/assets/svg/1f1f9-1f1e6.svg +++ b/assets/svg/1f1f9-1f1e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1e8.svg b/assets/svg/1f1f9-1f1e8.svg index e72d68f2a..fe4ddfcdf 100644 --- a/assets/svg/1f1f9-1f1e8.svg +++ b/assets/svg/1f1f9-1f1e8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1e9.svg b/assets/svg/1f1f9-1f1e9.svg index 0d2818b63..b0828fcdc 100644 --- a/assets/svg/1f1f9-1f1e9.svg +++ b/assets/svg/1f1f9-1f1e9.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1eb.svg b/assets/svg/1f1f9-1f1eb.svg index 4bddf12d1..363471258 100644 --- a/assets/svg/1f1f9-1f1eb.svg +++ b/assets/svg/1f1f9-1f1eb.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1ec.svg b/assets/svg/1f1f9-1f1ec.svg index 8dd2384ee..1ae65d32a 100644 --- a/assets/svg/1f1f9-1f1ec.svg +++ b/assets/svg/1f1f9-1f1ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1ed.svg b/assets/svg/1f1f9-1f1ed.svg index 1f83931a6..eaef739fd 100644 --- a/assets/svg/1f1f9-1f1ed.svg +++ b/assets/svg/1f1f9-1f1ed.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1ef.svg b/assets/svg/1f1f9-1f1ef.svg index 120381d27..03bea0d64 100644 --- a/assets/svg/1f1f9-1f1ef.svg +++ b/assets/svg/1f1f9-1f1ef.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1f0.svg b/assets/svg/1f1f9-1f1f0.svg index ddd6bb51b..eef9196f5 100644 --- a/assets/svg/1f1f9-1f1f0.svg +++ b/assets/svg/1f1f9-1f1f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1f1.svg b/assets/svg/1f1f9-1f1f1.svg index 600f69247..974696f90 100644 --- a/assets/svg/1f1f9-1f1f1.svg +++ b/assets/svg/1f1f9-1f1f1.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1f2.svg b/assets/svg/1f1f9-1f1f2.svg index 9bd76b255..2446e02b1 100644 --- a/assets/svg/1f1f9-1f1f2.svg +++ b/assets/svg/1f1f9-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1f3.svg b/assets/svg/1f1f9-1f1f3.svg index 59940d278..d76154d59 100644 --- a/assets/svg/1f1f9-1f1f3.svg +++ b/assets/svg/1f1f9-1f1f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1f4.svg b/assets/svg/1f1f9-1f1f4.svg index 36d244ed0..85abe65f3 100644 --- a/assets/svg/1f1f9-1f1f4.svg +++ b/assets/svg/1f1f9-1f1f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1f7.svg b/assets/svg/1f1f9-1f1f7.svg index 6d1c3133f..b4ff9a711 100644 --- a/assets/svg/1f1f9-1f1f7.svg +++ b/assets/svg/1f1f9-1f1f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1f9.svg b/assets/svg/1f1f9-1f1f9.svg index 3053bd954..f8bbb46eb 100644 --- a/assets/svg/1f1f9-1f1f9.svg +++ b/assets/svg/1f1f9-1f1f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1fb.svg b/assets/svg/1f1f9-1f1fb.svg index abca32826..7dcbecc8d 100644 --- a/assets/svg/1f1f9-1f1fb.svg +++ b/assets/svg/1f1f9-1f1fb.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1fc.svg b/assets/svg/1f1f9-1f1fc.svg index 004211cec..2c98d739a 100644 --- a/assets/svg/1f1f9-1f1fc.svg +++ b/assets/svg/1f1f9-1f1fc.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1f9-1f1ff.svg b/assets/svg/1f1f9-1f1ff.svg index 454b9295f..c637eaa7d 100644 --- a/assets/svg/1f1f9-1f1ff.svg +++ b/assets/svg/1f1f9-1f1ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fa-1f1e6.svg b/assets/svg/1f1fa-1f1e6.svg index c522cdb8a..f6c5d93f9 100644 --- a/assets/svg/1f1fa-1f1e6.svg +++ b/assets/svg/1f1fa-1f1e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fa-1f1ec.svg b/assets/svg/1f1fa-1f1ec.svg index 7dc34998b..b8e34b233 100644 --- a/assets/svg/1f1fa-1f1ec.svg +++ b/assets/svg/1f1fa-1f1ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fa-1f1f2.svg b/assets/svg/1f1fa-1f1f2.svg index 15b5e5386..6abb0b66c 100644 --- a/assets/svg/1f1fa-1f1f2.svg +++ b/assets/svg/1f1fa-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fa-1f1f8.svg b/assets/svg/1f1fa-1f1f8.svg index d57d43cd9..75e291711 100644 --- a/assets/svg/1f1fa-1f1f8.svg +++ b/assets/svg/1f1fa-1f1f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fa-1f1fe.svg b/assets/svg/1f1fa-1f1fe.svg index 26b7b6668..a1741c303 100644 --- a/assets/svg/1f1fa-1f1fe.svg +++ b/assets/svg/1f1fa-1f1fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fa-1f1ff.svg b/assets/svg/1f1fa-1f1ff.svg index de0a6364b..a433d428b 100644 --- a/assets/svg/1f1fa-1f1ff.svg +++ b/assets/svg/1f1fa-1f1ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fb-1f1e6.svg b/assets/svg/1f1fb-1f1e6.svg index 9eebada7d..9b9a04165 100644 --- a/assets/svg/1f1fb-1f1e6.svg +++ b/assets/svg/1f1fb-1f1e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fb-1f1e8.svg b/assets/svg/1f1fb-1f1e8.svg index f3aaa1a33..76f2a3789 100644 --- a/assets/svg/1f1fb-1f1e8.svg +++ b/assets/svg/1f1fb-1f1e8.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fb-1f1ea.svg b/assets/svg/1f1fb-1f1ea.svg index d86ac358d..cefd12fa1 100644 --- a/assets/svg/1f1fb-1f1ea.svg +++ b/assets/svg/1f1fb-1f1ea.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fb-1f1ec.svg b/assets/svg/1f1fb-1f1ec.svg index 8e50520a3..ac40bd67d 100644 --- a/assets/svg/1f1fb-1f1ec.svg +++ b/assets/svg/1f1fb-1f1ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fb-1f1ee.svg b/assets/svg/1f1fb-1f1ee.svg index b6fa48816..3ecdde867 100644 --- a/assets/svg/1f1fb-1f1ee.svg +++ b/assets/svg/1f1fb-1f1ee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fb-1f1f3.svg b/assets/svg/1f1fb-1f1f3.svg index 5605b79cb..ad03d04e1 100644 --- a/assets/svg/1f1fb-1f1f3.svg +++ b/assets/svg/1f1fb-1f1f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fb-1f1fa.svg b/assets/svg/1f1fb-1f1fa.svg index 4399f21d2..8b7496b30 100644 --- a/assets/svg/1f1fb-1f1fa.svg +++ b/assets/svg/1f1fb-1f1fa.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fc-1f1eb.svg b/assets/svg/1f1fc-1f1eb.svg index 2e3646b1d..097fc1a33 100644 --- a/assets/svg/1f1fc-1f1eb.svg +++ b/assets/svg/1f1fc-1f1eb.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fc-1f1f8.svg b/assets/svg/1f1fc-1f1f8.svg index 4a6f755d7..4a3ed1e2a 100644 --- a/assets/svg/1f1fc-1f1f8.svg +++ b/assets/svg/1f1fc-1f1f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fd-1f1f0.svg b/assets/svg/1f1fd-1f1f0.svg index 1ae0babdd..4bf5dcce8 100644 --- a/assets/svg/1f1fd-1f1f0.svg +++ b/assets/svg/1f1fd-1f1f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fe-1f1ea.svg b/assets/svg/1f1fe-1f1ea.svg index 5f9999569..d05022618 100644 --- a/assets/svg/1f1fe-1f1ea.svg +++ b/assets/svg/1f1fe-1f1ea.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1fe-1f1f9.svg b/assets/svg/1f1fe-1f1f9.svg index 93728f8aa..e87057db8 100644 --- a/assets/svg/1f1fe-1f1f9.svg +++ b/assets/svg/1f1fe-1f1f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ff-1f1e6.svg b/assets/svg/1f1ff-1f1e6.svg index 7e85255cb..28fc0f747 100644 --- a/assets/svg/1f1ff-1f1e6.svg +++ b/assets/svg/1f1ff-1f1e6.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ff-1f1f2.svg b/assets/svg/1f1ff-1f1f2.svg index 8aee90f43..b97042b4f 100644 --- a/assets/svg/1f1ff-1f1f2.svg +++ b/assets/svg/1f1ff-1f1f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f1ff-1f1fc.svg b/assets/svg/1f1ff-1f1fc.svg index daea1a586..2af06fa5d 100644 --- a/assets/svg/1f1ff-1f1fc.svg +++ b/assets/svg/1f1ff-1f1fc.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f201.svg b/assets/svg/1f201.svg index c725af2ed..fcca682df 100644 --- a/assets/svg/1f201.svg +++ b/assets/svg/1f201.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f202.svg b/assets/svg/1f202.svg index f3ba2f02f..8bdd802d6 100644 --- a/assets/svg/1f202.svg +++ b/assets/svg/1f202.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f21a.svg b/assets/svg/1f21a.svg index 07b950c28..dc4f3d4e6 100644 --- a/assets/svg/1f21a.svg +++ b/assets/svg/1f21a.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f22f.svg b/assets/svg/1f22f.svg index 3d892c031..36e8235fd 100644 --- a/assets/svg/1f22f.svg +++ b/assets/svg/1f22f.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f232.svg b/assets/svg/1f232.svg index c6669301e..45847a75f 100644 --- a/assets/svg/1f232.svg +++ b/assets/svg/1f232.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f233.svg b/assets/svg/1f233.svg index a0dd8e1bf..e33100705 100644 --- a/assets/svg/1f233.svg +++ b/assets/svg/1f233.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f234.svg b/assets/svg/1f234.svg index 9c74847c3..60971a32c 100644 --- a/assets/svg/1f234.svg +++ b/assets/svg/1f234.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f235.svg b/assets/svg/1f235.svg index 22cb22fa7..e90481af9 100644 --- a/assets/svg/1f235.svg +++ b/assets/svg/1f235.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f236.svg b/assets/svg/1f236.svg index 1caf39573..f6ad33e50 100644 --- a/assets/svg/1f236.svg +++ b/assets/svg/1f236.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f237.svg b/assets/svg/1f237.svg index 08faed0ff..0ec6e93a2 100644 --- a/assets/svg/1f237.svg +++ b/assets/svg/1f237.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f238.svg b/assets/svg/1f238.svg index 718065de2..08c982a0c 100644 --- a/assets/svg/1f238.svg +++ b/assets/svg/1f238.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f239.svg b/assets/svg/1f239.svg index f9b4a8648..05bdb92b7 100644 --- a/assets/svg/1f239.svg +++ b/assets/svg/1f239.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f23a.svg b/assets/svg/1f23a.svg index de2109152..e2a446065 100644 --- a/assets/svg/1f23a.svg +++ b/assets/svg/1f23a.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f250.svg b/assets/svg/1f250.svg index 6e48d2e1c..6d7b5f314 100644 --- a/assets/svg/1f250.svg +++ b/assets/svg/1f250.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f251.svg b/assets/svg/1f251.svg index 6b0cb128b..9dd06d62b 100644 --- a/assets/svg/1f251.svg +++ b/assets/svg/1f251.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f300.svg b/assets/svg/1f300.svg index 695569d24..11eb4923f 100644 --- a/assets/svg/1f300.svg +++ b/assets/svg/1f300.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f301.svg b/assets/svg/1f301.svg index 2ea1de85d..a44023534 100644 --- a/assets/svg/1f301.svg +++ b/assets/svg/1f301.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f302.svg b/assets/svg/1f302.svg index c6c69ed60..2fbdbd617 100644 --- a/assets/svg/1f302.svg +++ b/assets/svg/1f302.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f303.svg b/assets/svg/1f303.svg index af2d24480..804d6d874 100644 --- a/assets/svg/1f303.svg +++ b/assets/svg/1f303.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f304.svg b/assets/svg/1f304.svg index f83ca0ece..67e8833fe 100644 --- a/assets/svg/1f304.svg +++ b/assets/svg/1f304.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f305.svg b/assets/svg/1f305.svg index 77100fd30..956dbc827 100644 --- a/assets/svg/1f305.svg +++ b/assets/svg/1f305.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f306.svg b/assets/svg/1f306.svg index 6647d9d87..424622989 100644 --- a/assets/svg/1f306.svg +++ b/assets/svg/1f306.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f307.svg b/assets/svg/1f307.svg index 8b64cd479..3bc2f4a24 100644 --- a/assets/svg/1f307.svg +++ b/assets/svg/1f307.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f308.svg b/assets/svg/1f308.svg index 5d3af65b5..d40dd4d9a 100644 --- a/assets/svg/1f308.svg +++ b/assets/svg/1f308.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f309.svg b/assets/svg/1f309.svg index fcf92d0c0..d56f60cb1 100644 --- a/assets/svg/1f309.svg +++ b/assets/svg/1f309.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f30a.svg b/assets/svg/1f30a.svg index 39b3dbb5a..f72246ba9 100644 --- a/assets/svg/1f30a.svg +++ b/assets/svg/1f30a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f30b.svg b/assets/svg/1f30b.svg index 0b412a592..e09f2ebb1 100644 --- a/assets/svg/1f30b.svg +++ b/assets/svg/1f30b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f30c.svg b/assets/svg/1f30c.svg index 510c9e15b..c17799b5a 100644 --- a/assets/svg/1f30c.svg +++ b/assets/svg/1f30c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f30d.svg b/assets/svg/1f30d.svg index fbe19e09f..be34650b2 100644 --- a/assets/svg/1f30d.svg +++ b/assets/svg/1f30d.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f30e.svg b/assets/svg/1f30e.svg index afd083fd6..b52004415 100644 --- a/assets/svg/1f30e.svg +++ b/assets/svg/1f30e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f30f.svg b/assets/svg/1f30f.svg index 77526c45e..b76385778 100644 --- a/assets/svg/1f30f.svg +++ b/assets/svg/1f30f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f310.svg b/assets/svg/1f310.svg index 6ee5b6102..61edd65fe 100644 --- a/assets/svg/1f310.svg +++ b/assets/svg/1f310.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f311.svg b/assets/svg/1f311.svg index 47d9cf375..6f1bfea45 100644 --- a/assets/svg/1f311.svg +++ b/assets/svg/1f311.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f312.svg b/assets/svg/1f312.svg index 6811491a9..ddce4a62d 100644 --- a/assets/svg/1f312.svg +++ b/assets/svg/1f312.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f313.svg b/assets/svg/1f313.svg index 9a7b117d9..4d7ef8a8b 100644 --- a/assets/svg/1f313.svg +++ b/assets/svg/1f313.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f314.svg b/assets/svg/1f314.svg index c880433c3..eb36873bf 100644 --- a/assets/svg/1f314.svg +++ b/assets/svg/1f314.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f315.svg b/assets/svg/1f315.svg index 2b8fc6e8e..c194b1e5b 100644 --- a/assets/svg/1f315.svg +++ b/assets/svg/1f315.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f316.svg b/assets/svg/1f316.svg index d9ddaaab3..36bea740b 100644 --- a/assets/svg/1f316.svg +++ b/assets/svg/1f316.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f317.svg b/assets/svg/1f317.svg index 17094ec09..03ab74419 100644 --- a/assets/svg/1f317.svg +++ b/assets/svg/1f317.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f318.svg b/assets/svg/1f318.svg index d694d95dd..12fde75ef 100644 --- a/assets/svg/1f318.svg +++ b/assets/svg/1f318.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f319.svg b/assets/svg/1f319.svg index 7dfc5d111..79bf6de08 100644 --- a/assets/svg/1f319.svg +++ b/assets/svg/1f319.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f31a.svg b/assets/svg/1f31a.svg index 8b6a813c5..b0cc1af95 100644 --- a/assets/svg/1f31a.svg +++ b/assets/svg/1f31a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f31b.svg b/assets/svg/1f31b.svg index 76134511f..0638eeb86 100644 --- a/assets/svg/1f31b.svg +++ b/assets/svg/1f31b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f31c.svg b/assets/svg/1f31c.svg index 30cb16196..e904f889c 100644 --- a/assets/svg/1f31c.svg +++ b/assets/svg/1f31c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f31d.svg b/assets/svg/1f31d.svg index e5399d734..1833df424 100644 --- a/assets/svg/1f31d.svg +++ b/assets/svg/1f31d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f31e.svg b/assets/svg/1f31e.svg index 00cb3337d..b8081b3e8 100644 --- a/assets/svg/1f31e.svg +++ b/assets/svg/1f31e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f31f.svg b/assets/svg/1f31f.svg index e3e02b549..4632afe69 100644 --- a/assets/svg/1f31f.svg +++ b/assets/svg/1f31f.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f320.svg b/assets/svg/1f320.svg index c11e1009a..988621a75 100644 --- a/assets/svg/1f320.svg +++ b/assets/svg/1f320.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f321.svg b/assets/svg/1f321.svg index 160408890..7f17ec983 100644 --- a/assets/svg/1f321.svg +++ b/assets/svg/1f321.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f324.svg b/assets/svg/1f324.svg index 152aa5f23..7d513fec0 100644 --- a/assets/svg/1f324.svg +++ b/assets/svg/1f324.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f325.svg b/assets/svg/1f325.svg index da16639fd..a798592e1 100644 --- a/assets/svg/1f325.svg +++ b/assets/svg/1f325.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f326.svg b/assets/svg/1f326.svg index d3f6d62a1..a5b0ff5ec 100644 --- a/assets/svg/1f326.svg +++ b/assets/svg/1f326.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f327.svg b/assets/svg/1f327.svg index ecafbb958..928a46367 100644 --- a/assets/svg/1f327.svg +++ b/assets/svg/1f327.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f328.svg b/assets/svg/1f328.svg index 55102d606..651acfb0f 100644 --- a/assets/svg/1f328.svg +++ b/assets/svg/1f328.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f329.svg b/assets/svg/1f329.svg index cafc30ca1..9a612a5fd 100644 --- a/assets/svg/1f329.svg +++ b/assets/svg/1f329.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f32a.svg b/assets/svg/1f32a.svg index 2b7e5b977..4ac48d884 100644 --- a/assets/svg/1f32a.svg +++ b/assets/svg/1f32a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f32b.svg b/assets/svg/1f32b.svg index a357ee2a6..c99721c69 100644 --- a/assets/svg/1f32b.svg +++ b/assets/svg/1f32b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f32c.svg b/assets/svg/1f32c.svg index 227cc306d..d3ac60082 100644 --- a/assets/svg/1f32c.svg +++ b/assets/svg/1f32c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f32d.svg b/assets/svg/1f32d.svg index eca28c01f..c85c1941c 100644 --- a/assets/svg/1f32d.svg +++ b/assets/svg/1f32d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f32e.svg b/assets/svg/1f32e.svg index 6c5711807..1658256dd 100644 --- a/assets/svg/1f32e.svg +++ b/assets/svg/1f32e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f32f.svg b/assets/svg/1f32f.svg index 056c3d2f9..074b40f17 100644 --- a/assets/svg/1f32f.svg +++ b/assets/svg/1f32f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f330.svg b/assets/svg/1f330.svg index 8338ae632..387a249bf 100644 --- a/assets/svg/1f330.svg +++ b/assets/svg/1f330.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f331.svg b/assets/svg/1f331.svg index d7718253d..7fb0c16ab 100644 --- a/assets/svg/1f331.svg +++ b/assets/svg/1f331.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f332.svg b/assets/svg/1f332.svg index ab9d5f292..54bf4ad1f 100644 --- a/assets/svg/1f332.svg +++ b/assets/svg/1f332.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f333.svg b/assets/svg/1f333.svg index 1749a5534..7cd668780 100644 --- a/assets/svg/1f333.svg +++ b/assets/svg/1f333.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f334.svg b/assets/svg/1f334.svg index b8f6e147f..204c07811 100644 --- a/assets/svg/1f334.svg +++ b/assets/svg/1f334.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f335.svg b/assets/svg/1f335.svg index 2ab643d38..f0bb8b3c6 100644 --- a/assets/svg/1f335.svg +++ b/assets/svg/1f335.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f336.svg b/assets/svg/1f336.svg index bdb99eb52..9bccb1e54 100644 --- a/assets/svg/1f336.svg +++ b/assets/svg/1f336.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f337.svg b/assets/svg/1f337.svg index 8df0654bc..e29f049ce 100644 --- a/assets/svg/1f337.svg +++ b/assets/svg/1f337.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f338.svg b/assets/svg/1f338.svg index 415806e71..82b0e4f74 100644 --- a/assets/svg/1f338.svg +++ b/assets/svg/1f338.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f339.svg b/assets/svg/1f339.svg index 0e2959877..fb2d39184 100644 --- a/assets/svg/1f339.svg +++ b/assets/svg/1f339.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f33a.svg b/assets/svg/1f33a.svg index 3fc8cbbb4..4a6f679c4 100644 --- a/assets/svg/1f33a.svg +++ b/assets/svg/1f33a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f33b.svg b/assets/svg/1f33b.svg index 9f3b040a3..a769825b4 100644 --- a/assets/svg/1f33b.svg +++ b/assets/svg/1f33b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f33c.svg b/assets/svg/1f33c.svg index 65e8b0f12..9c13e6d71 100644 --- a/assets/svg/1f33c.svg +++ b/assets/svg/1f33c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f33d.svg b/assets/svg/1f33d.svg index 98d8fbe69..b97f010ae 100644 --- a/assets/svg/1f33d.svg +++ b/assets/svg/1f33d.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f33e.svg b/assets/svg/1f33e.svg index 5f29dc04f..a1462c0e2 100644 --- a/assets/svg/1f33e.svg +++ b/assets/svg/1f33e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f33f.svg b/assets/svg/1f33f.svg index af62f5cb8..6dc8e9b38 100644 --- a/assets/svg/1f33f.svg +++ b/assets/svg/1f33f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f340.svg b/assets/svg/1f340.svg index 015cda525..3f46ba647 100644 --- a/assets/svg/1f340.svg +++ b/assets/svg/1f340.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f341.svg b/assets/svg/1f341.svg index a782e22f1..5965d1502 100644 --- a/assets/svg/1f341.svg +++ b/assets/svg/1f341.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f342.svg b/assets/svg/1f342.svg index f7ec269cd..7da16c6b4 100644 --- a/assets/svg/1f342.svg +++ b/assets/svg/1f342.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f343.svg b/assets/svg/1f343.svg index c50b51f2c..5589d1d24 100644 --- a/assets/svg/1f343.svg +++ b/assets/svg/1f343.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f344.svg b/assets/svg/1f344.svg index b77aa129a..0c3a8ccd9 100644 --- a/assets/svg/1f344.svg +++ b/assets/svg/1f344.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f345.svg b/assets/svg/1f345.svg index 529b11d3d..305c5566a 100644 --- a/assets/svg/1f345.svg +++ b/assets/svg/1f345.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f346.svg b/assets/svg/1f346.svg index 821476c54..461de86d9 100644 --- a/assets/svg/1f346.svg +++ b/assets/svg/1f346.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f347.svg b/assets/svg/1f347.svg index 4151cd456..f5fc80424 100644 --- a/assets/svg/1f347.svg +++ b/assets/svg/1f347.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f348.svg b/assets/svg/1f348.svg index 94ed21778..b94f56378 100644 --- a/assets/svg/1f348.svg +++ b/assets/svg/1f348.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f349.svg b/assets/svg/1f349.svg index 5709409fb..f9ae89f0f 100644 --- a/assets/svg/1f349.svg +++ b/assets/svg/1f349.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f34a.svg b/assets/svg/1f34a.svg index ea4d985c5..f78ded81d 100644 --- a/assets/svg/1f34a.svg +++ b/assets/svg/1f34a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f34b.svg b/assets/svg/1f34b.svg index 8f81c63c0..ffb781535 100644 --- a/assets/svg/1f34b.svg +++ b/assets/svg/1f34b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f34c.svg b/assets/svg/1f34c.svg index 60037819d..8b94e38ec 100644 --- a/assets/svg/1f34c.svg +++ b/assets/svg/1f34c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f34d.svg b/assets/svg/1f34d.svg index b5e96844b..7cd992d93 100644 --- a/assets/svg/1f34d.svg +++ b/assets/svg/1f34d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f34e.svg b/assets/svg/1f34e.svg index e3ef5ece6..dc6b4ce60 100644 --- a/assets/svg/1f34e.svg +++ b/assets/svg/1f34e.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f34f.svg b/assets/svg/1f34f.svg index 6ee1df3d1..abfaf2cb3 100644 --- a/assets/svg/1f34f.svg +++ b/assets/svg/1f34f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f350.svg b/assets/svg/1f350.svg index 1def22bd1..fd52fb995 100644 --- a/assets/svg/1f350.svg +++ b/assets/svg/1f350.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f351.svg b/assets/svg/1f351.svg index cb6993a92..a64a9a292 100644 --- a/assets/svg/1f351.svg +++ b/assets/svg/1f351.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f352.svg b/assets/svg/1f352.svg index a70d06b00..5ac9018d1 100644 --- a/assets/svg/1f352.svg +++ b/assets/svg/1f352.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f353.svg b/assets/svg/1f353.svg index 5a7561c84..3896d8359 100644 --- a/assets/svg/1f353.svg +++ b/assets/svg/1f353.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f354.svg b/assets/svg/1f354.svg index 4ccea178a..27b112ae8 100644 --- a/assets/svg/1f354.svg +++ b/assets/svg/1f354.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f355.svg b/assets/svg/1f355.svg index 46c3e826f..6310bb0fb 100644 --- a/assets/svg/1f355.svg +++ b/assets/svg/1f355.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f356.svg b/assets/svg/1f356.svg index 43025ad85..c8459d997 100644 --- a/assets/svg/1f356.svg +++ b/assets/svg/1f356.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f357.svg b/assets/svg/1f357.svg index a70044d1f..719882160 100644 --- a/assets/svg/1f357.svg +++ b/assets/svg/1f357.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f358.svg b/assets/svg/1f358.svg index 71cbb2776..33e245532 100644 --- a/assets/svg/1f358.svg +++ b/assets/svg/1f358.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f359.svg b/assets/svg/1f359.svg index f727ce8a9..2dda23e20 100644 --- a/assets/svg/1f359.svg +++ b/assets/svg/1f359.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f35a.svg b/assets/svg/1f35a.svg index 550c426ca..20cee83bb 100644 --- a/assets/svg/1f35a.svg +++ b/assets/svg/1f35a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f35b.svg b/assets/svg/1f35b.svg index e5b3e9e90..fb4ee6661 100644 --- a/assets/svg/1f35b.svg +++ b/assets/svg/1f35b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f35c.svg b/assets/svg/1f35c.svg index a94c5fca3..df0622e29 100644 --- a/assets/svg/1f35c.svg +++ b/assets/svg/1f35c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f35d.svg b/assets/svg/1f35d.svg index 1191fd30b..646cf96f8 100644 --- a/assets/svg/1f35d.svg +++ b/assets/svg/1f35d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f35e.svg b/assets/svg/1f35e.svg index b2224f8de..b2975b9db 100644 --- a/assets/svg/1f35e.svg +++ b/assets/svg/1f35e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f35f.svg b/assets/svg/1f35f.svg index 80c42b34a..ce06145aa 100644 --- a/assets/svg/1f35f.svg +++ b/assets/svg/1f35f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f360.svg b/assets/svg/1f360.svg index 18aba2433..532c7a9e0 100644 --- a/assets/svg/1f360.svg +++ b/assets/svg/1f360.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f361.svg b/assets/svg/1f361.svg index d5f2b7f09..7bc8b5970 100644 --- a/assets/svg/1f361.svg +++ b/assets/svg/1f361.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f362.svg b/assets/svg/1f362.svg index f88c5b784..62bf1a0fc 100644 --- a/assets/svg/1f362.svg +++ b/assets/svg/1f362.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f363.svg b/assets/svg/1f363.svg index f6ef55068..253601f75 100644 --- a/assets/svg/1f363.svg +++ b/assets/svg/1f363.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f364.svg b/assets/svg/1f364.svg index 49ff103eb..5a8ec4144 100644 --- a/assets/svg/1f364.svg +++ b/assets/svg/1f364.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f365.svg b/assets/svg/1f365.svg index 506f21acd..3244fbb34 100644 --- a/assets/svg/1f365.svg +++ b/assets/svg/1f365.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f366.svg b/assets/svg/1f366.svg index 1429f89a8..192a5f1e9 100644 --- a/assets/svg/1f366.svg +++ b/assets/svg/1f366.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f367.svg b/assets/svg/1f367.svg index c7b7e3e56..3c3be06b0 100644 --- a/assets/svg/1f367.svg +++ b/assets/svg/1f367.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f368.svg b/assets/svg/1f368.svg index e3fd9612d..b6d86d5a0 100644 --- a/assets/svg/1f368.svg +++ b/assets/svg/1f368.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f369.svg b/assets/svg/1f369.svg index 596251335..366790856 100644 --- a/assets/svg/1f369.svg +++ b/assets/svg/1f369.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f36a.svg b/assets/svg/1f36a.svg index 600b7fda5..afade9744 100644 --- a/assets/svg/1f36a.svg +++ b/assets/svg/1f36a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f36b.svg b/assets/svg/1f36b.svg index 50963be19..098741a9a 100644 --- a/assets/svg/1f36b.svg +++ b/assets/svg/1f36b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f36c.svg b/assets/svg/1f36c.svg index 88367786e..b822ec937 100644 --- a/assets/svg/1f36c.svg +++ b/assets/svg/1f36c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f36d.svg b/assets/svg/1f36d.svg index ed4a873aa..a093270f9 100644 --- a/assets/svg/1f36d.svg +++ b/assets/svg/1f36d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f36e.svg b/assets/svg/1f36e.svg index b805da074..bf4a72f9d 100644 --- a/assets/svg/1f36e.svg +++ b/assets/svg/1f36e.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f36f.svg b/assets/svg/1f36f.svg index 07c3a1923..cce4fc6bf 100644 --- a/assets/svg/1f36f.svg +++ b/assets/svg/1f36f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f370.svg b/assets/svg/1f370.svg index ebb7596f4..6e30169a8 100644 --- a/assets/svg/1f370.svg +++ b/assets/svg/1f370.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f371.svg b/assets/svg/1f371.svg index de82beff7..850f8d98c 100644 --- a/assets/svg/1f371.svg +++ b/assets/svg/1f371.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f372.svg b/assets/svg/1f372.svg index 01b765807..45e5501e1 100644 --- a/assets/svg/1f372.svg +++ b/assets/svg/1f372.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f373.svg b/assets/svg/1f373.svg index 97e3f9333..062b45818 100644 --- a/assets/svg/1f373.svg +++ b/assets/svg/1f373.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f374.svg b/assets/svg/1f374.svg index 6deded0ed..dba687b07 100644 --- a/assets/svg/1f374.svg +++ b/assets/svg/1f374.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f375.svg b/assets/svg/1f375.svg index 1790ccbbd..0c3e1dbbc 100644 --- a/assets/svg/1f375.svg +++ b/assets/svg/1f375.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f376.svg b/assets/svg/1f376.svg index 31ddadf35..34001e645 100644 --- a/assets/svg/1f376.svg +++ b/assets/svg/1f376.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f377.svg b/assets/svg/1f377.svg index 374e78e8c..b1599643b 100644 --- a/assets/svg/1f377.svg +++ b/assets/svg/1f377.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f378.svg b/assets/svg/1f378.svg index 81bc08274..61f1f0abd 100644 --- a/assets/svg/1f378.svg +++ b/assets/svg/1f378.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f379.svg b/assets/svg/1f379.svg index ee0cc62ee..1629b3b06 100644 --- a/assets/svg/1f379.svg +++ b/assets/svg/1f379.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f37a.svg b/assets/svg/1f37a.svg index 672be02d5..a509656a5 100644 --- a/assets/svg/1f37a.svg +++ b/assets/svg/1f37a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f37b.svg b/assets/svg/1f37b.svg index d4ca98907..5b2a0a1d8 100644 --- a/assets/svg/1f37b.svg +++ b/assets/svg/1f37b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f37c.svg b/assets/svg/1f37c.svg index 5f0513498..d76a5be96 100644 --- a/assets/svg/1f37c.svg +++ b/assets/svg/1f37c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f37d.svg b/assets/svg/1f37d.svg index 277c38a44..2f3c887b2 100644 --- a/assets/svg/1f37d.svg +++ b/assets/svg/1f37d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f37e.svg b/assets/svg/1f37e.svg index 54753f216..11bbd6cb5 100644 --- a/assets/svg/1f37e.svg +++ b/assets/svg/1f37e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f37f.svg b/assets/svg/1f37f.svg index 45cfe668e..a773cd4c3 100644 --- a/assets/svg/1f37f.svg +++ b/assets/svg/1f37f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f380.svg b/assets/svg/1f380.svg index e0e563297..117649646 100644 --- a/assets/svg/1f380.svg +++ b/assets/svg/1f380.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f381.svg b/assets/svg/1f381.svg index 2a174d1ea..6439e5cc7 100644 --- a/assets/svg/1f381.svg +++ b/assets/svg/1f381.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f382.svg b/assets/svg/1f382.svg index c9f615410..586a02330 100644 --- a/assets/svg/1f382.svg +++ b/assets/svg/1f382.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f383.svg b/assets/svg/1f383.svg index aadffcb3a..346f1fea3 100644 --- a/assets/svg/1f383.svg +++ b/assets/svg/1f383.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f384.svg b/assets/svg/1f384.svg index 831ce424e..1cda39de0 100644 --- a/assets/svg/1f384.svg +++ b/assets/svg/1f384.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f385-1f3fb.svg b/assets/svg/1f385-1f3fb.svg index b640f0175..da943aca7 100644 --- a/assets/svg/1f385-1f3fb.svg +++ b/assets/svg/1f385-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f385-1f3fc.svg b/assets/svg/1f385-1f3fc.svg index 70ee89ef9..fbd8a5120 100644 --- a/assets/svg/1f385-1f3fc.svg +++ b/assets/svg/1f385-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f385-1f3fd.svg b/assets/svg/1f385-1f3fd.svg index 34de76dd9..6de7333d6 100644 --- a/assets/svg/1f385-1f3fd.svg +++ b/assets/svg/1f385-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f385-1f3fe.svg b/assets/svg/1f385-1f3fe.svg index af7edbcdf..9ca384f9a 100644 --- a/assets/svg/1f385-1f3fe.svg +++ b/assets/svg/1f385-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f385-1f3ff.svg b/assets/svg/1f385-1f3ff.svg index 5e99d9472..27e6c079a 100644 --- a/assets/svg/1f385-1f3ff.svg +++ b/assets/svg/1f385-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f385.svg b/assets/svg/1f385.svg index 5bf104441..81230a62a 100644 --- a/assets/svg/1f385.svg +++ b/assets/svg/1f385.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f386.svg b/assets/svg/1f386.svg index 1c5edaf3e..28f6f9fcc 100644 --- a/assets/svg/1f386.svg +++ b/assets/svg/1f386.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f387.svg b/assets/svg/1f387.svg index ea7924e1f..5f58b8e90 100644 --- a/assets/svg/1f387.svg +++ b/assets/svg/1f387.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f388.svg b/assets/svg/1f388.svg index b383badd0..bfe70c0f5 100644 --- a/assets/svg/1f388.svg +++ b/assets/svg/1f388.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f389.svg b/assets/svg/1f389.svg index 9eec927c4..ffd820b19 100644 --- a/assets/svg/1f389.svg +++ b/assets/svg/1f389.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f38a.svg b/assets/svg/1f38a.svg index 4ab859e9e..0b20531de 100644 --- a/assets/svg/1f38a.svg +++ b/assets/svg/1f38a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f38b.svg b/assets/svg/1f38b.svg index edd4c1537..299505671 100644 --- a/assets/svg/1f38b.svg +++ b/assets/svg/1f38b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f38c.svg b/assets/svg/1f38c.svg index 7effcd40b..f7e373836 100644 --- a/assets/svg/1f38c.svg +++ b/assets/svg/1f38c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f38d.svg b/assets/svg/1f38d.svg index 838f4db72..bc35b4f45 100644 --- a/assets/svg/1f38d.svg +++ b/assets/svg/1f38d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f38e.svg b/assets/svg/1f38e.svg index ba3602675..fd7e12174 100644 --- a/assets/svg/1f38e.svg +++ b/assets/svg/1f38e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f38f.svg b/assets/svg/1f38f.svg index 90f3ca739..d743dcf87 100644 --- a/assets/svg/1f38f.svg +++ b/assets/svg/1f38f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f390.svg b/assets/svg/1f390.svg index b3cdf4648..af35c15b5 100644 --- a/assets/svg/1f390.svg +++ b/assets/svg/1f390.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f391.svg b/assets/svg/1f391.svg index e42437e59..271b1b77e 100644 --- a/assets/svg/1f391.svg +++ b/assets/svg/1f391.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f392.svg b/assets/svg/1f392.svg index cd2f37cb9..0a412dcf0 100644 --- a/assets/svg/1f392.svg +++ b/assets/svg/1f392.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f393.svg b/assets/svg/1f393.svg index aba5e0c75..c190925f2 100644 --- a/assets/svg/1f393.svg +++ b/assets/svg/1f393.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f396.svg b/assets/svg/1f396.svg index 8ed5107e0..8c627ea56 100644 --- a/assets/svg/1f396.svg +++ b/assets/svg/1f396.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f397.svg b/assets/svg/1f397.svg index 5fbe327e0..afbc8f6d8 100644 --- a/assets/svg/1f397.svg +++ b/assets/svg/1f397.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f399.svg b/assets/svg/1f399.svg index 695d079d5..e243564ee 100644 --- a/assets/svg/1f399.svg +++ b/assets/svg/1f399.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f39a.svg b/assets/svg/1f39a.svg index 410029432..cae54df88 100644 --- a/assets/svg/1f39a.svg +++ b/assets/svg/1f39a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f39b.svg b/assets/svg/1f39b.svg index 4d2c6afac..e806b242c 100644 --- a/assets/svg/1f39b.svg +++ b/assets/svg/1f39b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f39e.svg b/assets/svg/1f39e.svg index fe0e2db88..738a0d785 100644 --- a/assets/svg/1f39e.svg +++ b/assets/svg/1f39e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f39f.svg b/assets/svg/1f39f.svg index 4f6d95899..eba49053f 100644 --- a/assets/svg/1f39f.svg +++ b/assets/svg/1f39f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3a0.svg b/assets/svg/1f3a0.svg index 744bfbdb8..b3ff2d69d 100644 --- a/assets/svg/1f3a0.svg +++ b/assets/svg/1f3a0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3a1.svg b/assets/svg/1f3a1.svg index 9e3fdd264..29e4e0a6d 100644 --- a/assets/svg/1f3a1.svg +++ b/assets/svg/1f3a1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3a2.svg b/assets/svg/1f3a2.svg index fd8a94f37..10caa1669 100644 --- a/assets/svg/1f3a2.svg +++ b/assets/svg/1f3a2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3a3.svg b/assets/svg/1f3a3.svg index 1c6ad920d..c424e64e9 100644 --- a/assets/svg/1f3a3.svg +++ b/assets/svg/1f3a3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3a4.svg b/assets/svg/1f3a4.svg index 73921d56b..ae788faeb 100644 --- a/assets/svg/1f3a4.svg +++ b/assets/svg/1f3a4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3a5.svg b/assets/svg/1f3a5.svg index 94ca04aff..60e1f5888 100644 --- a/assets/svg/1f3a5.svg +++ b/assets/svg/1f3a5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3a6.svg b/assets/svg/1f3a6.svg index e3504dc68..d923c4434 100644 --- a/assets/svg/1f3a6.svg +++ b/assets/svg/1f3a6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3a7.svg b/assets/svg/1f3a7.svg index a76f565c9..414f4ea2e 100644 --- a/assets/svg/1f3a7.svg +++ b/assets/svg/1f3a7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3a8.svg b/assets/svg/1f3a8.svg index 10101f9be..b7e15ec8d 100644 --- a/assets/svg/1f3a8.svg +++ b/assets/svg/1f3a8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3a9.svg b/assets/svg/1f3a9.svg index 86b370020..68eca1714 100644 --- a/assets/svg/1f3a9.svg +++ b/assets/svg/1f3a9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3aa.svg b/assets/svg/1f3aa.svg index ae83a2816..372f3e3be 100644 --- a/assets/svg/1f3aa.svg +++ b/assets/svg/1f3aa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ab.svg b/assets/svg/1f3ab.svg index b0ecfd8b3..7a5e46674 100644 --- a/assets/svg/1f3ab.svg +++ b/assets/svg/1f3ab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ac.svg b/assets/svg/1f3ac.svg index e36a87906..08b1b22ff 100644 --- a/assets/svg/1f3ac.svg +++ b/assets/svg/1f3ac.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ad.svg b/assets/svg/1f3ad.svg index b385010ac..f219c522d 100644 --- a/assets/svg/1f3ad.svg +++ b/assets/svg/1f3ad.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ae.svg b/assets/svg/1f3ae.svg index 137364fdb..16febbd19 100644 --- a/assets/svg/1f3ae.svg +++ b/assets/svg/1f3ae.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3af.svg b/assets/svg/1f3af.svg index ec7d0f2c9..9a9e080ab 100644 --- a/assets/svg/1f3af.svg +++ b/assets/svg/1f3af.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3b0.svg b/assets/svg/1f3b0.svg index 9a23eba96..a0dc2ec75 100644 --- a/assets/svg/1f3b0.svg +++ b/assets/svg/1f3b0.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3b1.svg b/assets/svg/1f3b1.svg index 84a5990d5..4cfbddd5a 100644 --- a/assets/svg/1f3b1.svg +++ b/assets/svg/1f3b1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3b2.svg b/assets/svg/1f3b2.svg index c9d97b521..ff358d92d 100644 --- a/assets/svg/1f3b2.svg +++ b/assets/svg/1f3b2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3b3.svg b/assets/svg/1f3b3.svg index 189ee2182..7e6352e4a 100644 --- a/assets/svg/1f3b3.svg +++ b/assets/svg/1f3b3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3b4.svg b/assets/svg/1f3b4.svg index 684552c5a..f0bd956dc 100644 --- a/assets/svg/1f3b4.svg +++ b/assets/svg/1f3b4.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3b5.svg b/assets/svg/1f3b5.svg index 4dd5489e1..dd4f523b1 100644 --- a/assets/svg/1f3b5.svg +++ b/assets/svg/1f3b5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3b6.svg b/assets/svg/1f3b6.svg index 3842341e0..204d60534 100644 --- a/assets/svg/1f3b6.svg +++ b/assets/svg/1f3b6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3b7.svg b/assets/svg/1f3b7.svg index b9a0bb953..692d77a52 100644 --- a/assets/svg/1f3b7.svg +++ b/assets/svg/1f3b7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3b8.svg b/assets/svg/1f3b8.svg index 3538a5d77..ba6b9beaf 100644 --- a/assets/svg/1f3b8.svg +++ b/assets/svg/1f3b8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3b9.svg b/assets/svg/1f3b9.svg index 57010a084..4f2b7619d 100644 --- a/assets/svg/1f3b9.svg +++ b/assets/svg/1f3b9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ba.svg b/assets/svg/1f3ba.svg index d435f2be4..9a3b03f6c 100644 --- a/assets/svg/1f3ba.svg +++ b/assets/svg/1f3ba.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3bb.svg b/assets/svg/1f3bb.svg index 16a038d08..1a8161527 100644 --- a/assets/svg/1f3bb.svg +++ b/assets/svg/1f3bb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3bc.svg b/assets/svg/1f3bc.svg index c20d737c9..32d1b0307 100644 --- a/assets/svg/1f3bc.svg +++ b/assets/svg/1f3bc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3bd.svg b/assets/svg/1f3bd.svg index a3fd36b85..29874d460 100644 --- a/assets/svg/1f3bd.svg +++ b/assets/svg/1f3bd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3be.svg b/assets/svg/1f3be.svg index 038860b9f..a5d14b903 100644 --- a/assets/svg/1f3be.svg +++ b/assets/svg/1f3be.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3bf.svg b/assets/svg/1f3bf.svg index 6e1b0ed0d..c23b0f902 100644 --- a/assets/svg/1f3bf.svg +++ b/assets/svg/1f3bf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c0.svg b/assets/svg/1f3c0.svg index 8419c75ea..111d5f9e3 100644 --- a/assets/svg/1f3c0.svg +++ b/assets/svg/1f3c0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c1.svg b/assets/svg/1f3c1.svg index b010cc91d..4d60eb0dc 100644 --- a/assets/svg/1f3c1.svg +++ b/assets/svg/1f3c1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c2.svg b/assets/svg/1f3c2.svg index cdff16411..98b3ca819 100644 --- a/assets/svg/1f3c2.svg +++ b/assets/svg/1f3c2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c3-1f3fb.svg b/assets/svg/1f3c3-1f3fb.svg index 3ca51d6ed..47421220e 100644 --- a/assets/svg/1f3c3-1f3fb.svg +++ b/assets/svg/1f3c3-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c3-1f3fc.svg b/assets/svg/1f3c3-1f3fc.svg index 27f41003c..7b4a88eff 100644 --- a/assets/svg/1f3c3-1f3fc.svg +++ b/assets/svg/1f3c3-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c3-1f3fd.svg b/assets/svg/1f3c3-1f3fd.svg index ba3ec4ad2..dccafba56 100644 --- a/assets/svg/1f3c3-1f3fd.svg +++ b/assets/svg/1f3c3-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c3-1f3fe.svg b/assets/svg/1f3c3-1f3fe.svg index f8da1429c..1000e155e 100644 --- a/assets/svg/1f3c3-1f3fe.svg +++ b/assets/svg/1f3c3-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c3-1f3ff.svg b/assets/svg/1f3c3-1f3ff.svg index ce1c18d68..4cd09964d 100644 --- a/assets/svg/1f3c3-1f3ff.svg +++ b/assets/svg/1f3c3-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c3.svg b/assets/svg/1f3c3.svg index 2e361b210..601b94e7c 100644 --- a/assets/svg/1f3c3.svg +++ b/assets/svg/1f3c3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c4-1f3fb.svg b/assets/svg/1f3c4-1f3fb.svg index b00468f80..d42eb1834 100644 --- a/assets/svg/1f3c4-1f3fb.svg +++ b/assets/svg/1f3c4-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c4-1f3fc.svg b/assets/svg/1f3c4-1f3fc.svg index 2e5c91a0f..1499b42e7 100644 --- a/assets/svg/1f3c4-1f3fc.svg +++ b/assets/svg/1f3c4-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c4-1f3fd.svg b/assets/svg/1f3c4-1f3fd.svg index c974bf793..8a8e0a038 100644 --- a/assets/svg/1f3c4-1f3fd.svg +++ b/assets/svg/1f3c4-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c4-1f3fe.svg b/assets/svg/1f3c4-1f3fe.svg index 4bd733c43..1dda06fd0 100644 --- a/assets/svg/1f3c4-1f3fe.svg +++ b/assets/svg/1f3c4-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c4-1f3ff.svg b/assets/svg/1f3c4-1f3ff.svg index 43c090cd7..76a500f1e 100644 --- a/assets/svg/1f3c4-1f3ff.svg +++ b/assets/svg/1f3c4-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c4.svg b/assets/svg/1f3c4.svg index 9af209585..8dfd51505 100644 --- a/assets/svg/1f3c4.svg +++ b/assets/svg/1f3c4.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c5.svg b/assets/svg/1f3c5.svg index 023765445..8568f00c1 100644 --- a/assets/svg/1f3c5.svg +++ b/assets/svg/1f3c5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c6.svg b/assets/svg/1f3c6.svg index 8c32144b2..bea696467 100644 --- a/assets/svg/1f3c6.svg +++ b/assets/svg/1f3c6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c7-1f3fb.svg b/assets/svg/1f3c7-1f3fb.svg index 172671bb9..d71f0cd1b 100644 --- a/assets/svg/1f3c7-1f3fb.svg +++ b/assets/svg/1f3c7-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c7-1f3fc.svg b/assets/svg/1f3c7-1f3fc.svg index 0d25cbd1f..36276fdbd 100644 --- a/assets/svg/1f3c7-1f3fc.svg +++ b/assets/svg/1f3c7-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c7-1f3fd.svg b/assets/svg/1f3c7-1f3fd.svg index 5a1cacf8b..a1ef06adb 100644 --- a/assets/svg/1f3c7-1f3fd.svg +++ b/assets/svg/1f3c7-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c7-1f3fe.svg b/assets/svg/1f3c7-1f3fe.svg index fe97ee393..77445f05c 100644 --- a/assets/svg/1f3c7-1f3fe.svg +++ b/assets/svg/1f3c7-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c7-1f3ff.svg b/assets/svg/1f3c7-1f3ff.svg index a54368d3b..de15c1f2e 100644 --- a/assets/svg/1f3c7-1f3ff.svg +++ b/assets/svg/1f3c7-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c7.svg b/assets/svg/1f3c7.svg index da6083402..050444d2f 100644 --- a/assets/svg/1f3c7.svg +++ b/assets/svg/1f3c7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c8.svg b/assets/svg/1f3c8.svg index c05d59688..b8f057681 100644 --- a/assets/svg/1f3c8.svg +++ b/assets/svg/1f3c8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3c9.svg b/assets/svg/1f3c9.svg index 12beed074..db7e043ef 100644 --- a/assets/svg/1f3c9.svg +++ b/assets/svg/1f3c9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ca-1f3fb.svg b/assets/svg/1f3ca-1f3fb.svg index aca752601..23d1e1603 100644 --- a/assets/svg/1f3ca-1f3fb.svg +++ b/assets/svg/1f3ca-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ca-1f3fc.svg b/assets/svg/1f3ca-1f3fc.svg index 968dab64a..7a9af1e6b 100644 --- a/assets/svg/1f3ca-1f3fc.svg +++ b/assets/svg/1f3ca-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ca-1f3fd.svg b/assets/svg/1f3ca-1f3fd.svg index 046332a81..1a8127506 100644 --- a/assets/svg/1f3ca-1f3fd.svg +++ b/assets/svg/1f3ca-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ca-1f3fe.svg b/assets/svg/1f3ca-1f3fe.svg index 2cab7a472..27274e383 100644 --- a/assets/svg/1f3ca-1f3fe.svg +++ b/assets/svg/1f3ca-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ca-1f3ff.svg b/assets/svg/1f3ca-1f3ff.svg index 86a086d16..f782b394d 100644 --- a/assets/svg/1f3ca-1f3ff.svg +++ b/assets/svg/1f3ca-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ca.svg b/assets/svg/1f3ca.svg index 93e0fa1c4..cf2a706c3 100644 --- a/assets/svg/1f3ca.svg +++ b/assets/svg/1f3ca.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3cb-1f3fb.svg b/assets/svg/1f3cb-1f3fb.svg index a0bba0726..b4ad9abf9 100644 --- a/assets/svg/1f3cb-1f3fb.svg +++ b/assets/svg/1f3cb-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3cb-1f3fc.svg b/assets/svg/1f3cb-1f3fc.svg index bc12b4ea7..ef76bd6b8 100644 --- a/assets/svg/1f3cb-1f3fc.svg +++ b/assets/svg/1f3cb-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3cb-1f3fd.svg b/assets/svg/1f3cb-1f3fd.svg index c298c46ad..d79dd9f3c 100644 --- a/assets/svg/1f3cb-1f3fd.svg +++ b/assets/svg/1f3cb-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3cb-1f3fe.svg b/assets/svg/1f3cb-1f3fe.svg index 963a7bc8e..1e7ed50b0 100644 --- a/assets/svg/1f3cb-1f3fe.svg +++ b/assets/svg/1f3cb-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3cb-1f3ff.svg b/assets/svg/1f3cb-1f3ff.svg index 9366c4ecb..41aea033b 100644 --- a/assets/svg/1f3cb-1f3ff.svg +++ b/assets/svg/1f3cb-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3cb.svg b/assets/svg/1f3cb.svg index 74850b966..10b6e97d5 100644 --- a/assets/svg/1f3cb.svg +++ b/assets/svg/1f3cb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3cc.svg b/assets/svg/1f3cc.svg index dad8d83de..56dee1d90 100644 --- a/assets/svg/1f3cc.svg +++ b/assets/svg/1f3cc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3cd.svg b/assets/svg/1f3cd.svg index fd373fdd2..026abd749 100644 --- a/assets/svg/1f3cd.svg +++ b/assets/svg/1f3cd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ce.svg b/assets/svg/1f3ce.svg index 1fcb0c317..37d7fa6b0 100644 --- a/assets/svg/1f3ce.svg +++ b/assets/svg/1f3ce.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3cf.svg b/assets/svg/1f3cf.svg index 2843006d4..724db9359 100644 --- a/assets/svg/1f3cf.svg +++ b/assets/svg/1f3cf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3d0.svg b/assets/svg/1f3d0.svg index 59fb3db2d..226a2607e 100644 --- a/assets/svg/1f3d0.svg +++ b/assets/svg/1f3d0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3d1.svg b/assets/svg/1f3d1.svg index e58fac0fd..43df0916c 100644 --- a/assets/svg/1f3d1.svg +++ b/assets/svg/1f3d1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3d2.svg b/assets/svg/1f3d2.svg index aab06d557..05c68353a 100644 --- a/assets/svg/1f3d2.svg +++ b/assets/svg/1f3d2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3d3.svg b/assets/svg/1f3d3.svg index de638d7ca..4744b471d 100644 --- a/assets/svg/1f3d3.svg +++ b/assets/svg/1f3d3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3d4.svg b/assets/svg/1f3d4.svg index 7fac6f207..47fa0cdf2 100644 --- a/assets/svg/1f3d4.svg +++ b/assets/svg/1f3d4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3d5.svg b/assets/svg/1f3d5.svg index 3f5b910d4..588199e7f 100644 --- a/assets/svg/1f3d5.svg +++ b/assets/svg/1f3d5.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3d6.svg b/assets/svg/1f3d6.svg index 01eb92031..25e2feb09 100644 --- a/assets/svg/1f3d6.svg +++ b/assets/svg/1f3d6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3d7.svg b/assets/svg/1f3d7.svg index 1bbc46892..e46c4baeb 100644 --- a/assets/svg/1f3d7.svg +++ b/assets/svg/1f3d7.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3d8.svg b/assets/svg/1f3d8.svg index 2966056bf..95a4ad504 100644 --- a/assets/svg/1f3d8.svg +++ b/assets/svg/1f3d8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3d9.svg b/assets/svg/1f3d9.svg index 24e209368..d805426ce 100644 --- a/assets/svg/1f3d9.svg +++ b/assets/svg/1f3d9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3da.svg b/assets/svg/1f3da.svg index 08e1f25fe..8888757e7 100644 --- a/assets/svg/1f3da.svg +++ b/assets/svg/1f3da.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3db.svg b/assets/svg/1f3db.svg index d99e59491..85b4e0345 100644 --- a/assets/svg/1f3db.svg +++ b/assets/svg/1f3db.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3dc.svg b/assets/svg/1f3dc.svg index 1702a21f8..adb7c7385 100644 --- a/assets/svg/1f3dc.svg +++ b/assets/svg/1f3dc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3dd.svg b/assets/svg/1f3dd.svg index c15564bf5..43228dea0 100644 --- a/assets/svg/1f3dd.svg +++ b/assets/svg/1f3dd.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3de.svg b/assets/svg/1f3de.svg index 1f764c09f..adf11c850 100644 --- a/assets/svg/1f3de.svg +++ b/assets/svg/1f3de.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3df.svg b/assets/svg/1f3df.svg index b48a2f73c..fa7f607fc 100644 --- a/assets/svg/1f3df.svg +++ b/assets/svg/1f3df.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3e0.svg b/assets/svg/1f3e0.svg index 1a6f6f1c7..cd6f4a5fd 100644 --- a/assets/svg/1f3e0.svg +++ b/assets/svg/1f3e0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3e1.svg b/assets/svg/1f3e1.svg index 881f41501..b6396ed31 100644 --- a/assets/svg/1f3e1.svg +++ b/assets/svg/1f3e1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3e2.svg b/assets/svg/1f3e2.svg index ea0ac4df5..d3e2c78eb 100644 --- a/assets/svg/1f3e2.svg +++ b/assets/svg/1f3e2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3e3.svg b/assets/svg/1f3e3.svg index 58bced512..d8471bdf9 100644 --- a/assets/svg/1f3e3.svg +++ b/assets/svg/1f3e3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3e4.svg b/assets/svg/1f3e4.svg index d2e17dbf3..c10df712b 100644 --- a/assets/svg/1f3e4.svg +++ b/assets/svg/1f3e4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3e5.svg b/assets/svg/1f3e5.svg index 9877c18da..65b6e079f 100644 --- a/assets/svg/1f3e5.svg +++ b/assets/svg/1f3e5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3e6.svg b/assets/svg/1f3e6.svg index f00fd7ee4..12f3eebfd 100644 --- a/assets/svg/1f3e6.svg +++ b/assets/svg/1f3e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3e7.svg b/assets/svg/1f3e7.svg index 9533c9cb1..5b4294e10 100644 --- a/assets/svg/1f3e7.svg +++ b/assets/svg/1f3e7.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3e8.svg b/assets/svg/1f3e8.svg index b56a2a4f2..f75c386bf 100644 --- a/assets/svg/1f3e8.svg +++ b/assets/svg/1f3e8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3e9.svg b/assets/svg/1f3e9.svg index 7713da3ce..b1fed67fd 100644 --- a/assets/svg/1f3e9.svg +++ b/assets/svg/1f3e9.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ea.svg b/assets/svg/1f3ea.svg index f30c93fb5..4089f15df 100644 --- a/assets/svg/1f3ea.svg +++ b/assets/svg/1f3ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3eb.svg b/assets/svg/1f3eb.svg index b66dd28d3..d788d36e2 100644 --- a/assets/svg/1f3eb.svg +++ b/assets/svg/1f3eb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ec.svg b/assets/svg/1f3ec.svg index 4e860def6..7145d1131 100644 --- a/assets/svg/1f3ec.svg +++ b/assets/svg/1f3ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ed.svg b/assets/svg/1f3ed.svg index 6654c2fc8..e78142523 100644 --- a/assets/svg/1f3ed.svg +++ b/assets/svg/1f3ed.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ee.svg b/assets/svg/1f3ee.svg index 97fee8a97..121bf5846 100644 --- a/assets/svg/1f3ee.svg +++ b/assets/svg/1f3ee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3ef.svg b/assets/svg/1f3ef.svg index 8d9a2a606..3562daa9e 100644 --- a/assets/svg/1f3ef.svg +++ b/assets/svg/1f3ef.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3f0.svg b/assets/svg/1f3f0.svg index d679c4f70..1c2ef56d2 100644 --- a/assets/svg/1f3f0.svg +++ b/assets/svg/1f3f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3f3.svg b/assets/svg/1f3f3.svg index 972c5aaee..66750c7ab 100644 --- a/assets/svg/1f3f3.svg +++ b/assets/svg/1f3f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3f4.svg b/assets/svg/1f3f4.svg index 27aeb6482..05dd9168c 100644 --- a/assets/svg/1f3f4.svg +++ b/assets/svg/1f3f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3f5.svg b/assets/svg/1f3f5.svg index b20529b3d..7d375e01a 100644 --- a/assets/svg/1f3f5.svg +++ b/assets/svg/1f3f5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3f7.svg b/assets/svg/1f3f7.svg index fe1614b78..99790c7b6 100644 --- a/assets/svg/1f3f7.svg +++ b/assets/svg/1f3f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3f8.svg b/assets/svg/1f3f8.svg index 7cee45811..c8719c029 100644 --- a/assets/svg/1f3f8.svg +++ b/assets/svg/1f3f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3f9.svg b/assets/svg/1f3f9.svg index 3148cc86b..fb898c674 100644 --- a/assets/svg/1f3f9.svg +++ b/assets/svg/1f3f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3fa.svg b/assets/svg/1f3fa.svg index 17f0dd2f4..804da8e02 100644 --- a/assets/svg/1f3fa.svg +++ b/assets/svg/1f3fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f3fb.svg b/assets/svg/1f3fb.svg deleted file mode 100644 index 95d9113d7..000000000 --- a/assets/svg/1f3fb.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/svg/1f3fc.svg b/assets/svg/1f3fc.svg deleted file mode 100644 index 98674ab9a..000000000 --- a/assets/svg/1f3fc.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/svg/1f3fd.svg b/assets/svg/1f3fd.svg deleted file mode 100644 index 3216c0c48..000000000 --- a/assets/svg/1f3fd.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/svg/1f3fe.svg b/assets/svg/1f3fe.svg deleted file mode 100644 index f4e86c336..000000000 --- a/assets/svg/1f3fe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/svg/1f3ff.svg b/assets/svg/1f3ff.svg deleted file mode 100644 index b99182a77..000000000 --- a/assets/svg/1f3ff.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/svg/1f400.svg b/assets/svg/1f400.svg index fe52adaad..969348305 100644 --- a/assets/svg/1f400.svg +++ b/assets/svg/1f400.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f401.svg b/assets/svg/1f401.svg index b4c33329d..d97de323e 100644 --- a/assets/svg/1f401.svg +++ b/assets/svg/1f401.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f402.svg b/assets/svg/1f402.svg index 8548d6a1f..3ed5e2a44 100644 --- a/assets/svg/1f402.svg +++ b/assets/svg/1f402.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f403.svg b/assets/svg/1f403.svg index 71c28f9ca..d53bfd971 100644 --- a/assets/svg/1f403.svg +++ b/assets/svg/1f403.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f404.svg b/assets/svg/1f404.svg index 164220099..1fbd03d8c 100644 --- a/assets/svg/1f404.svg +++ b/assets/svg/1f404.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f405.svg b/assets/svg/1f405.svg index 523348fc9..dbbd82542 100644 --- a/assets/svg/1f405.svg +++ b/assets/svg/1f405.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f406.svg b/assets/svg/1f406.svg index e277d5727..8901c73d1 100644 --- a/assets/svg/1f406.svg +++ b/assets/svg/1f406.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f407.svg b/assets/svg/1f407.svg index cbb799db8..91e6c779e 100644 --- a/assets/svg/1f407.svg +++ b/assets/svg/1f407.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f408.svg b/assets/svg/1f408.svg index 18552b4bd..6da842dbb 100644 --- a/assets/svg/1f408.svg +++ b/assets/svg/1f408.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f409.svg b/assets/svg/1f409.svg index 776da9a1e..91a0b13c5 100644 --- a/assets/svg/1f409.svg +++ b/assets/svg/1f409.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f40a.svg b/assets/svg/1f40a.svg index f698f060e..d83ff198b 100644 --- a/assets/svg/1f40a.svg +++ b/assets/svg/1f40a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f40b.svg b/assets/svg/1f40b.svg index 7f107934e..ed9826bc7 100644 --- a/assets/svg/1f40b.svg +++ b/assets/svg/1f40b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f40c.svg b/assets/svg/1f40c.svg index 74dde289a..2cdf9fdfb 100644 --- a/assets/svg/1f40c.svg +++ b/assets/svg/1f40c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f40d.svg b/assets/svg/1f40d.svg index b0baedbd3..0be1f224e 100644 --- a/assets/svg/1f40d.svg +++ b/assets/svg/1f40d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f40e.svg b/assets/svg/1f40e.svg index 415265fb7..bd2bf3f17 100644 --- a/assets/svg/1f40e.svg +++ b/assets/svg/1f40e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f40f.svg b/assets/svg/1f40f.svg index 26a1e1955..4b932abb6 100644 --- a/assets/svg/1f40f.svg +++ b/assets/svg/1f40f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f410.svg b/assets/svg/1f410.svg index 377d2bc38..432e33f18 100644 --- a/assets/svg/1f410.svg +++ b/assets/svg/1f410.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f411.svg b/assets/svg/1f411.svg index 7c6665650..4cb3b5b7f 100644 --- a/assets/svg/1f411.svg +++ b/assets/svg/1f411.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f412.svg b/assets/svg/1f412.svg index 283dd82d4..25725bb82 100644 --- a/assets/svg/1f412.svg +++ b/assets/svg/1f412.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f413.svg b/assets/svg/1f413.svg index c44d729a7..9c5efa492 100644 --- a/assets/svg/1f413.svg +++ b/assets/svg/1f413.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f414.svg b/assets/svg/1f414.svg index 582efe86c..fd08b4382 100644 --- a/assets/svg/1f414.svg +++ b/assets/svg/1f414.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f415.svg b/assets/svg/1f415.svg index 1029fe5fa..1ba46fe9d 100644 --- a/assets/svg/1f415.svg +++ b/assets/svg/1f415.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f416.svg b/assets/svg/1f416.svg index f8d72c8bd..39f6fceea 100644 --- a/assets/svg/1f416.svg +++ b/assets/svg/1f416.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f417.svg b/assets/svg/1f417.svg index 3cb45b5d3..f4ad43f42 100644 --- a/assets/svg/1f417.svg +++ b/assets/svg/1f417.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f418.svg b/assets/svg/1f418.svg index a298345a9..1a850c328 100644 --- a/assets/svg/1f418.svg +++ b/assets/svg/1f418.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f419.svg b/assets/svg/1f419.svg index c2d53d20a..927687abf 100644 --- a/assets/svg/1f419.svg +++ b/assets/svg/1f419.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f41a.svg b/assets/svg/1f41a.svg index 302dfc014..84d193ea8 100644 --- a/assets/svg/1f41a.svg +++ b/assets/svg/1f41a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f41b.svg b/assets/svg/1f41b.svg index fbf9b78dc..ebd193031 100644 --- a/assets/svg/1f41b.svg +++ b/assets/svg/1f41b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f41c.svg b/assets/svg/1f41c.svg index fbcd9e86a..5d637a59a 100644 --- a/assets/svg/1f41c.svg +++ b/assets/svg/1f41c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f41d.svg b/assets/svg/1f41d.svg index 3b8962ea9..4f6b0f534 100644 --- a/assets/svg/1f41d.svg +++ b/assets/svg/1f41d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f41e.svg b/assets/svg/1f41e.svg index 5027135d7..085a35a8b 100644 --- a/assets/svg/1f41e.svg +++ b/assets/svg/1f41e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f41f.svg b/assets/svg/1f41f.svg index cbf661b07..39b03ae5e 100644 --- a/assets/svg/1f41f.svg +++ b/assets/svg/1f41f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f420.svg b/assets/svg/1f420.svg index 04596cd63..034bbd753 100644 --- a/assets/svg/1f420.svg +++ b/assets/svg/1f420.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f421.svg b/assets/svg/1f421.svg index 4eff93b77..bd1b29c23 100644 --- a/assets/svg/1f421.svg +++ b/assets/svg/1f421.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f422.svg b/assets/svg/1f422.svg index 34c807895..16049a840 100644 --- a/assets/svg/1f422.svg +++ b/assets/svg/1f422.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f423.svg b/assets/svg/1f423.svg index 9c7d46072..02d974fd2 100644 --- a/assets/svg/1f423.svg +++ b/assets/svg/1f423.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f424.svg b/assets/svg/1f424.svg index 2247b20a1..df6022f05 100644 --- a/assets/svg/1f424.svg +++ b/assets/svg/1f424.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f425.svg b/assets/svg/1f425.svg index 75a69e953..003fc27fb 100644 --- a/assets/svg/1f425.svg +++ b/assets/svg/1f425.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f426.svg b/assets/svg/1f426.svg index 0fce8d621..d0e3d35e6 100644 --- a/assets/svg/1f426.svg +++ b/assets/svg/1f426.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f427.svg b/assets/svg/1f427.svg index 00ebaf053..cc5deb256 100644 --- a/assets/svg/1f427.svg +++ b/assets/svg/1f427.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f428.svg b/assets/svg/1f428.svg index 8d844df2a..7cf365a88 100644 --- a/assets/svg/1f428.svg +++ b/assets/svg/1f428.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f429.svg b/assets/svg/1f429.svg index f76bb39f7..90fd87dc9 100644 --- a/assets/svg/1f429.svg +++ b/assets/svg/1f429.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f42a.svg b/assets/svg/1f42a.svg index dfb4ba736..9ec25f485 100644 --- a/assets/svg/1f42a.svg +++ b/assets/svg/1f42a.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f42b.svg b/assets/svg/1f42b.svg index ec204a45c..7416421e2 100644 --- a/assets/svg/1f42b.svg +++ b/assets/svg/1f42b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f42c.svg b/assets/svg/1f42c.svg index 00ded4da3..ee5295d43 100644 --- a/assets/svg/1f42c.svg +++ b/assets/svg/1f42c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f42d.svg b/assets/svg/1f42d.svg index 7adb82c60..4fab93d34 100644 --- a/assets/svg/1f42d.svg +++ b/assets/svg/1f42d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f42e.svg b/assets/svg/1f42e.svg index f6d02c4e7..7b7957016 100644 --- a/assets/svg/1f42e.svg +++ b/assets/svg/1f42e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f42f.svg b/assets/svg/1f42f.svg index e5ea5815d..ea03de3a4 100644 --- a/assets/svg/1f42f.svg +++ b/assets/svg/1f42f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f430.svg b/assets/svg/1f430.svg index 4ef4b946b..e29c32343 100644 --- a/assets/svg/1f430.svg +++ b/assets/svg/1f430.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f431.svg b/assets/svg/1f431.svg index 16ba9f4d5..d42332356 100644 --- a/assets/svg/1f431.svg +++ b/assets/svg/1f431.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f432.svg b/assets/svg/1f432.svg index 3cb2b7b34..19b7963fd 100644 --- a/assets/svg/1f432.svg +++ b/assets/svg/1f432.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f433.svg b/assets/svg/1f433.svg index b8537f222..546d49ba6 100644 --- a/assets/svg/1f433.svg +++ b/assets/svg/1f433.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f434.svg b/assets/svg/1f434.svg index 6cf2617bb..2e9b6dbec 100644 --- a/assets/svg/1f434.svg +++ b/assets/svg/1f434.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f435.svg b/assets/svg/1f435.svg index 5357d36a9..3f2c51771 100644 --- a/assets/svg/1f435.svg +++ b/assets/svg/1f435.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f436.svg b/assets/svg/1f436.svg index 6dc102880..418bfb27d 100644 --- a/assets/svg/1f436.svg +++ b/assets/svg/1f436.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f437.svg b/assets/svg/1f437.svg index 6b0a9b79a..1ff042033 100644 --- a/assets/svg/1f437.svg +++ b/assets/svg/1f437.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f438.svg b/assets/svg/1f438.svg index 9f4bf1be9..76138b273 100644 --- a/assets/svg/1f438.svg +++ b/assets/svg/1f438.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f439.svg b/assets/svg/1f439.svg index 99801440c..2d0b52052 100644 --- a/assets/svg/1f439.svg +++ b/assets/svg/1f439.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f43a.svg b/assets/svg/1f43a.svg index 41d6f6164..6adfa8527 100644 --- a/assets/svg/1f43a.svg +++ b/assets/svg/1f43a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f43b.svg b/assets/svg/1f43b.svg index 9f8c13deb..ac9a20812 100644 --- a/assets/svg/1f43b.svg +++ b/assets/svg/1f43b.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f43c.svg b/assets/svg/1f43c.svg index 1e1603e9b..7d0c0fc25 100644 --- a/assets/svg/1f43c.svg +++ b/assets/svg/1f43c.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f43d.svg b/assets/svg/1f43d.svg index 671b670a8..d3a5d519e 100644 --- a/assets/svg/1f43d.svg +++ b/assets/svg/1f43d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f43e.svg b/assets/svg/1f43e.svg index dd0fcb796..75979dc68 100644 --- a/assets/svg/1f43e.svg +++ b/assets/svg/1f43e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f43f.svg b/assets/svg/1f43f.svg index 16827a6f5..cd1df5a88 100644 --- a/assets/svg/1f43f.svg +++ b/assets/svg/1f43f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f440.svg b/assets/svg/1f440.svg index efa83036c..b6d551ae5 100644 --- a/assets/svg/1f440.svg +++ b/assets/svg/1f440.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f441-1f5e8.svg b/assets/svg/1f441-1f5e8.svg index f671ca7cc..9a3e61cf4 100644 --- a/assets/svg/1f441-1f5e8.svg +++ b/assets/svg/1f441-1f5e8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f441.svg b/assets/svg/1f441.svg index 526e94ffb..3aecb25e6 100644 --- a/assets/svg/1f441.svg +++ b/assets/svg/1f441.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f442-1f3fb.svg b/assets/svg/1f442-1f3fb.svg index 4e74ee92b..d27bd9c06 100644 --- a/assets/svg/1f442-1f3fb.svg +++ b/assets/svg/1f442-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f442-1f3fc.svg b/assets/svg/1f442-1f3fc.svg index 0e6e4743f..f1dd8a333 100644 --- a/assets/svg/1f442-1f3fc.svg +++ b/assets/svg/1f442-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f442-1f3fd.svg b/assets/svg/1f442-1f3fd.svg index 0b31e02bd..826b7ac41 100644 --- a/assets/svg/1f442-1f3fd.svg +++ b/assets/svg/1f442-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f442-1f3fe.svg b/assets/svg/1f442-1f3fe.svg index 213357d95..c59ba169b 100644 --- a/assets/svg/1f442-1f3fe.svg +++ b/assets/svg/1f442-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f442-1f3ff.svg b/assets/svg/1f442-1f3ff.svg index e6949aef7..1298e432f 100644 --- a/assets/svg/1f442-1f3ff.svg +++ b/assets/svg/1f442-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f442.svg b/assets/svg/1f442.svg index a570b5aa0..6a2c2054b 100644 --- a/assets/svg/1f442.svg +++ b/assets/svg/1f442.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f443-1f3fb.svg b/assets/svg/1f443-1f3fb.svg index c81daf617..906390454 100644 --- a/assets/svg/1f443-1f3fb.svg +++ b/assets/svg/1f443-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f443-1f3fc.svg b/assets/svg/1f443-1f3fc.svg index b7a73505a..a73685442 100644 --- a/assets/svg/1f443-1f3fc.svg +++ b/assets/svg/1f443-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f443-1f3fd.svg b/assets/svg/1f443-1f3fd.svg index 4b8f7866c..51a6d0218 100644 --- a/assets/svg/1f443-1f3fd.svg +++ b/assets/svg/1f443-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f443-1f3fe.svg b/assets/svg/1f443-1f3fe.svg index 21c8b84a9..1615885ee 100644 --- a/assets/svg/1f443-1f3fe.svg +++ b/assets/svg/1f443-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f443-1f3ff.svg b/assets/svg/1f443-1f3ff.svg index 9e11295a0..cc4b9a6d5 100644 --- a/assets/svg/1f443-1f3ff.svg +++ b/assets/svg/1f443-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f443.svg b/assets/svg/1f443.svg index 641351693..caae6fc21 100644 --- a/assets/svg/1f443.svg +++ b/assets/svg/1f443.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f444.svg b/assets/svg/1f444.svg index 9b98f7027..5c2991de3 100644 --- a/assets/svg/1f444.svg +++ b/assets/svg/1f444.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f445.svg b/assets/svg/1f445.svg index 42d3a3997..f861e6ff1 100644 --- a/assets/svg/1f445.svg +++ b/assets/svg/1f445.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f446-1f3fb.svg b/assets/svg/1f446-1f3fb.svg index 6f4657df7..70ad0e69a 100644 --- a/assets/svg/1f446-1f3fb.svg +++ b/assets/svg/1f446-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f446-1f3fc.svg b/assets/svg/1f446-1f3fc.svg index 150a84645..f29b2f3d2 100644 --- a/assets/svg/1f446-1f3fc.svg +++ b/assets/svg/1f446-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f446-1f3fd.svg b/assets/svg/1f446-1f3fd.svg index bd25405f2..9b15d67c0 100644 --- a/assets/svg/1f446-1f3fd.svg +++ b/assets/svg/1f446-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f446-1f3fe.svg b/assets/svg/1f446-1f3fe.svg index f403bbed9..bbcfba71d 100644 --- a/assets/svg/1f446-1f3fe.svg +++ b/assets/svg/1f446-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f446-1f3ff.svg b/assets/svg/1f446-1f3ff.svg index dfe78428f..701c72cac 100644 --- a/assets/svg/1f446-1f3ff.svg +++ b/assets/svg/1f446-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f446.svg b/assets/svg/1f446.svg index 1f8d39fa8..26602edd9 100644 --- a/assets/svg/1f446.svg +++ b/assets/svg/1f446.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f447-1f3fb.svg b/assets/svg/1f447-1f3fb.svg index 259e5fe97..cd20edd74 100644 --- a/assets/svg/1f447-1f3fb.svg +++ b/assets/svg/1f447-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f447-1f3fc.svg b/assets/svg/1f447-1f3fc.svg index e598fa268..f2276b086 100644 --- a/assets/svg/1f447-1f3fc.svg +++ b/assets/svg/1f447-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f447-1f3fd.svg b/assets/svg/1f447-1f3fd.svg index e5f7af46d..68b6a862d 100644 --- a/assets/svg/1f447-1f3fd.svg +++ b/assets/svg/1f447-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f447-1f3fe.svg b/assets/svg/1f447-1f3fe.svg index 79e6bd970..b20ba9562 100644 --- a/assets/svg/1f447-1f3fe.svg +++ b/assets/svg/1f447-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f447-1f3ff.svg b/assets/svg/1f447-1f3ff.svg index fca768c6b..d604ed114 100644 --- a/assets/svg/1f447-1f3ff.svg +++ b/assets/svg/1f447-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f447.svg b/assets/svg/1f447.svg index 963c84d0b..1a2fda71f 100644 --- a/assets/svg/1f447.svg +++ b/assets/svg/1f447.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f448-1f3fb.svg b/assets/svg/1f448-1f3fb.svg index 4c81a0b3a..8eb16e2b5 100644 --- a/assets/svg/1f448-1f3fb.svg +++ b/assets/svg/1f448-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f448-1f3fc.svg b/assets/svg/1f448-1f3fc.svg index 53ca6330b..6c2aec95d 100644 --- a/assets/svg/1f448-1f3fc.svg +++ b/assets/svg/1f448-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f448-1f3fd.svg b/assets/svg/1f448-1f3fd.svg index f20e6b825..020b94fde 100644 --- a/assets/svg/1f448-1f3fd.svg +++ b/assets/svg/1f448-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f448-1f3fe.svg b/assets/svg/1f448-1f3fe.svg index 9d22c6a0b..f7f136e42 100644 --- a/assets/svg/1f448-1f3fe.svg +++ b/assets/svg/1f448-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f448-1f3ff.svg b/assets/svg/1f448-1f3ff.svg index 23227ab31..1cd02f4a4 100644 --- a/assets/svg/1f448-1f3ff.svg +++ b/assets/svg/1f448-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f448.svg b/assets/svg/1f448.svg index befe169f9..6b283039a 100644 --- a/assets/svg/1f448.svg +++ b/assets/svg/1f448.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f449-1f3fb.svg b/assets/svg/1f449-1f3fb.svg index f2d9a8cda..e1a86d73c 100644 --- a/assets/svg/1f449-1f3fb.svg +++ b/assets/svg/1f449-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f449-1f3fc.svg b/assets/svg/1f449-1f3fc.svg index bd056694b..9784658c5 100644 --- a/assets/svg/1f449-1f3fc.svg +++ b/assets/svg/1f449-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f449-1f3fd.svg b/assets/svg/1f449-1f3fd.svg index 5bd042a39..bfb4d079f 100644 --- a/assets/svg/1f449-1f3fd.svg +++ b/assets/svg/1f449-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f449-1f3fe.svg b/assets/svg/1f449-1f3fe.svg index 93d6c606e..cdf145826 100644 --- a/assets/svg/1f449-1f3fe.svg +++ b/assets/svg/1f449-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f449-1f3ff.svg b/assets/svg/1f449-1f3ff.svg index 22e31ff47..a8442f967 100644 --- a/assets/svg/1f449-1f3ff.svg +++ b/assets/svg/1f449-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f449.svg b/assets/svg/1f449.svg index 876ae2a68..331269eff 100644 --- a/assets/svg/1f449.svg +++ b/assets/svg/1f449.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44a-1f3fb.svg b/assets/svg/1f44a-1f3fb.svg index c59501ea3..8c4854e3d 100644 --- a/assets/svg/1f44a-1f3fb.svg +++ b/assets/svg/1f44a-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44a-1f3fc.svg b/assets/svg/1f44a-1f3fc.svg index ab4967ee6..96f7c6ca7 100644 --- a/assets/svg/1f44a-1f3fc.svg +++ b/assets/svg/1f44a-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44a-1f3fd.svg b/assets/svg/1f44a-1f3fd.svg index 56ca3f11d..ada6ff24c 100644 --- a/assets/svg/1f44a-1f3fd.svg +++ b/assets/svg/1f44a-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44a-1f3fe.svg b/assets/svg/1f44a-1f3fe.svg index 5a1f0ff21..fb11991a6 100644 --- a/assets/svg/1f44a-1f3fe.svg +++ b/assets/svg/1f44a-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44a-1f3ff.svg b/assets/svg/1f44a-1f3ff.svg index 877bbd64d..417d84b05 100644 --- a/assets/svg/1f44a-1f3ff.svg +++ b/assets/svg/1f44a-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44a.svg b/assets/svg/1f44a.svg index 37c83d323..10d9ca4f0 100644 --- a/assets/svg/1f44a.svg +++ b/assets/svg/1f44a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44b-1f3fb.svg b/assets/svg/1f44b-1f3fb.svg index 3cdd6b68e..8ba01d8fb 100644 --- a/assets/svg/1f44b-1f3fb.svg +++ b/assets/svg/1f44b-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44b-1f3fc.svg b/assets/svg/1f44b-1f3fc.svg index 164ad1344..d48e47bb4 100644 --- a/assets/svg/1f44b-1f3fc.svg +++ b/assets/svg/1f44b-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44b-1f3fd.svg b/assets/svg/1f44b-1f3fd.svg index 08a3dc604..dac58e6ec 100644 --- a/assets/svg/1f44b-1f3fd.svg +++ b/assets/svg/1f44b-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44b-1f3fe.svg b/assets/svg/1f44b-1f3fe.svg index 2e3c582ce..5d49a5cf7 100644 --- a/assets/svg/1f44b-1f3fe.svg +++ b/assets/svg/1f44b-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44b-1f3ff.svg b/assets/svg/1f44b-1f3ff.svg index 284d169a4..72c7a6e4b 100644 --- a/assets/svg/1f44b-1f3ff.svg +++ b/assets/svg/1f44b-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44b.svg b/assets/svg/1f44b.svg index 3264f3058..b65cf8791 100644 --- a/assets/svg/1f44b.svg +++ b/assets/svg/1f44b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44c-1f3fb.svg b/assets/svg/1f44c-1f3fb.svg index 47b1e4faa..9f84eaceb 100644 --- a/assets/svg/1f44c-1f3fb.svg +++ b/assets/svg/1f44c-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44c-1f3fc.svg b/assets/svg/1f44c-1f3fc.svg index d14b452ca..70f9bacf6 100644 --- a/assets/svg/1f44c-1f3fc.svg +++ b/assets/svg/1f44c-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44c-1f3fd.svg b/assets/svg/1f44c-1f3fd.svg index 7186cf4f3..4a7d7fc39 100644 --- a/assets/svg/1f44c-1f3fd.svg +++ b/assets/svg/1f44c-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44c-1f3fe.svg b/assets/svg/1f44c-1f3fe.svg index 78542782d..3860d0866 100644 --- a/assets/svg/1f44c-1f3fe.svg +++ b/assets/svg/1f44c-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44c-1f3ff.svg b/assets/svg/1f44c-1f3ff.svg index a6de6e4ad..4d42c586f 100644 --- a/assets/svg/1f44c-1f3ff.svg +++ b/assets/svg/1f44c-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44c.svg b/assets/svg/1f44c.svg index 6eb189942..8af377ecc 100644 --- a/assets/svg/1f44c.svg +++ b/assets/svg/1f44c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44d-1f3fb.svg b/assets/svg/1f44d-1f3fb.svg index dfcaa3054..0e7020614 100644 --- a/assets/svg/1f44d-1f3fb.svg +++ b/assets/svg/1f44d-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44d-1f3fc.svg b/assets/svg/1f44d-1f3fc.svg index 7ec82a4e9..ccaa0c465 100644 --- a/assets/svg/1f44d-1f3fc.svg +++ b/assets/svg/1f44d-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44d-1f3fd.svg b/assets/svg/1f44d-1f3fd.svg index 47a257ba8..563dabe67 100644 --- a/assets/svg/1f44d-1f3fd.svg +++ b/assets/svg/1f44d-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44d-1f3fe.svg b/assets/svg/1f44d-1f3fe.svg index c4ae652d8..a464b6a3c 100644 --- a/assets/svg/1f44d-1f3fe.svg +++ b/assets/svg/1f44d-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44d-1f3ff.svg b/assets/svg/1f44d-1f3ff.svg index 111ef9598..add54bae0 100644 --- a/assets/svg/1f44d-1f3ff.svg +++ b/assets/svg/1f44d-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44d.svg b/assets/svg/1f44d.svg index 04c6dfbc8..fc45a8621 100644 --- a/assets/svg/1f44d.svg +++ b/assets/svg/1f44d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44e-1f3fb.svg b/assets/svg/1f44e-1f3fb.svg index 6d26e6e1d..e87e3ebba 100644 --- a/assets/svg/1f44e-1f3fb.svg +++ b/assets/svg/1f44e-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44e-1f3fc.svg b/assets/svg/1f44e-1f3fc.svg index be1c3a2f2..bb9f79a7b 100644 --- a/assets/svg/1f44e-1f3fc.svg +++ b/assets/svg/1f44e-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44e-1f3fd.svg b/assets/svg/1f44e-1f3fd.svg index e2da10489..b18a830a0 100644 --- a/assets/svg/1f44e-1f3fd.svg +++ b/assets/svg/1f44e-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44e-1f3fe.svg b/assets/svg/1f44e-1f3fe.svg index abd918064..9bb48258c 100644 --- a/assets/svg/1f44e-1f3fe.svg +++ b/assets/svg/1f44e-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44e-1f3ff.svg b/assets/svg/1f44e-1f3ff.svg index 0aa31f68a..c29e691c2 100644 --- a/assets/svg/1f44e-1f3ff.svg +++ b/assets/svg/1f44e-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44e.svg b/assets/svg/1f44e.svg index 7aab49956..36070ce4d 100644 --- a/assets/svg/1f44e.svg +++ b/assets/svg/1f44e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44f-1f3fb.svg b/assets/svg/1f44f-1f3fb.svg index 5db180539..e8b41a53e 100644 --- a/assets/svg/1f44f-1f3fb.svg +++ b/assets/svg/1f44f-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44f-1f3fc.svg b/assets/svg/1f44f-1f3fc.svg index cd769c0e5..4bb5b285a 100644 --- a/assets/svg/1f44f-1f3fc.svg +++ b/assets/svg/1f44f-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44f-1f3fd.svg b/assets/svg/1f44f-1f3fd.svg index 2245e5abe..d870f879f 100644 --- a/assets/svg/1f44f-1f3fd.svg +++ b/assets/svg/1f44f-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44f-1f3fe.svg b/assets/svg/1f44f-1f3fe.svg index a732fcee5..d64c610b4 100644 --- a/assets/svg/1f44f-1f3fe.svg +++ b/assets/svg/1f44f-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44f-1f3ff.svg b/assets/svg/1f44f-1f3ff.svg index de5683d36..6716b46a9 100644 --- a/assets/svg/1f44f-1f3ff.svg +++ b/assets/svg/1f44f-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f44f.svg b/assets/svg/1f44f.svg index 4d32cd556..1e7cfd86a 100644 --- a/assets/svg/1f44f.svg +++ b/assets/svg/1f44f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f450-1f3fb.svg b/assets/svg/1f450-1f3fb.svg index a74f248bb..64a709414 100644 --- a/assets/svg/1f450-1f3fb.svg +++ b/assets/svg/1f450-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f450-1f3fc.svg b/assets/svg/1f450-1f3fc.svg index ca367259f..1a5817838 100644 --- a/assets/svg/1f450-1f3fc.svg +++ b/assets/svg/1f450-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f450-1f3fd.svg b/assets/svg/1f450-1f3fd.svg index 085122475..d3adf7c65 100644 --- a/assets/svg/1f450-1f3fd.svg +++ b/assets/svg/1f450-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f450-1f3fe.svg b/assets/svg/1f450-1f3fe.svg index 3c284c3cd..4050c527c 100644 --- a/assets/svg/1f450-1f3fe.svg +++ b/assets/svg/1f450-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f450-1f3ff.svg b/assets/svg/1f450-1f3ff.svg index 4871de47b..4c11a3eaf 100644 --- a/assets/svg/1f450-1f3ff.svg +++ b/assets/svg/1f450-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f450.svg b/assets/svg/1f450.svg index 679070d42..b868b4aa1 100644 --- a/assets/svg/1f450.svg +++ b/assets/svg/1f450.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f451.svg b/assets/svg/1f451.svg index a44e2c62c..1ce3b445a 100644 --- a/assets/svg/1f451.svg +++ b/assets/svg/1f451.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f452.svg b/assets/svg/1f452.svg index 1d264fd39..61f3d7d4b 100644 --- a/assets/svg/1f452.svg +++ b/assets/svg/1f452.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f453.svg b/assets/svg/1f453.svg index 2432aff8a..123ea6925 100644 --- a/assets/svg/1f453.svg +++ b/assets/svg/1f453.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f454.svg b/assets/svg/1f454.svg index 565001ba9..066f828c2 100644 --- a/assets/svg/1f454.svg +++ b/assets/svg/1f454.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f455.svg b/assets/svg/1f455.svg index 6477e0eb5..d72039160 100644 --- a/assets/svg/1f455.svg +++ b/assets/svg/1f455.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f456.svg b/assets/svg/1f456.svg index 443c37570..323ff54b1 100644 --- a/assets/svg/1f456.svg +++ b/assets/svg/1f456.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f457.svg b/assets/svg/1f457.svg index a6ffb0529..26d14ff96 100644 --- a/assets/svg/1f457.svg +++ b/assets/svg/1f457.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f458.svg b/assets/svg/1f458.svg index 30fc7d952..e80bdbdb4 100644 --- a/assets/svg/1f458.svg +++ b/assets/svg/1f458.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f459.svg b/assets/svg/1f459.svg index bd70fc6a4..4af69151b 100644 --- a/assets/svg/1f459.svg +++ b/assets/svg/1f459.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f45a.svg b/assets/svg/1f45a.svg index 16c93fafe..b8c671a69 100644 --- a/assets/svg/1f45a.svg +++ b/assets/svg/1f45a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f45b.svg b/assets/svg/1f45b.svg index 2c031d721..6d066b2d1 100644 --- a/assets/svg/1f45b.svg +++ b/assets/svg/1f45b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f45c.svg b/assets/svg/1f45c.svg index 144fef97e..0c6f1dee4 100644 --- a/assets/svg/1f45c.svg +++ b/assets/svg/1f45c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f45d.svg b/assets/svg/1f45d.svg index 3c02a9f75..46e140523 100644 --- a/assets/svg/1f45d.svg +++ b/assets/svg/1f45d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f45e.svg b/assets/svg/1f45e.svg index 6aea8099c..5e02e011d 100644 --- a/assets/svg/1f45e.svg +++ b/assets/svg/1f45e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f45f.svg b/assets/svg/1f45f.svg index 7eece9ed2..c7749827e 100644 --- a/assets/svg/1f45f.svg +++ b/assets/svg/1f45f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f460.svg b/assets/svg/1f460.svg index 54b5b21a9..a11a319fe 100644 --- a/assets/svg/1f460.svg +++ b/assets/svg/1f460.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f461.svg b/assets/svg/1f461.svg index 3614298ce..d0af6643a 100644 --- a/assets/svg/1f461.svg +++ b/assets/svg/1f461.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f462.svg b/assets/svg/1f462.svg index d8df9d72a..48a430116 100644 --- a/assets/svg/1f462.svg +++ b/assets/svg/1f462.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f463.svg b/assets/svg/1f463.svg index d8a7d263b..71863b370 100644 --- a/assets/svg/1f463.svg +++ b/assets/svg/1f463.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f464.svg b/assets/svg/1f464.svg index 0174cc9eb..39d3c4148 100644 --- a/assets/svg/1f464.svg +++ b/assets/svg/1f464.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f465.svg b/assets/svg/1f465.svg index f7f734ea9..614e6a2ab 100644 --- a/assets/svg/1f465.svg +++ b/assets/svg/1f465.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f466-1f3fb.svg b/assets/svg/1f466-1f3fb.svg index 9149521dd..b8f2b392d 100644 --- a/assets/svg/1f466-1f3fb.svg +++ b/assets/svg/1f466-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f466-1f3fc.svg b/assets/svg/1f466-1f3fc.svg index 0e59aaa48..3aed34e31 100644 --- a/assets/svg/1f466-1f3fc.svg +++ b/assets/svg/1f466-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f466-1f3fd.svg b/assets/svg/1f466-1f3fd.svg index cbf076089..885a0fc1d 100644 --- a/assets/svg/1f466-1f3fd.svg +++ b/assets/svg/1f466-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f466-1f3fe.svg b/assets/svg/1f466-1f3fe.svg index 8e6f41963..d34a3c0f2 100644 --- a/assets/svg/1f466-1f3fe.svg +++ b/assets/svg/1f466-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f466-1f3ff.svg b/assets/svg/1f466-1f3ff.svg index 8bc54b3cd..0a010dd77 100644 --- a/assets/svg/1f466-1f3ff.svg +++ b/assets/svg/1f466-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f466.svg b/assets/svg/1f466.svg index 9f1495a84..647b5fb69 100644 --- a/assets/svg/1f466.svg +++ b/assets/svg/1f466.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f467-1f3fb.svg b/assets/svg/1f467-1f3fb.svg index b503cb124..7771d7466 100644 --- a/assets/svg/1f467-1f3fb.svg +++ b/assets/svg/1f467-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f467-1f3fc.svg b/assets/svg/1f467-1f3fc.svg index d1c812f37..2be14e286 100644 --- a/assets/svg/1f467-1f3fc.svg +++ b/assets/svg/1f467-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f467-1f3fd.svg b/assets/svg/1f467-1f3fd.svg index 1a1913427..9fa25ae6d 100644 --- a/assets/svg/1f467-1f3fd.svg +++ b/assets/svg/1f467-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f467-1f3fe.svg b/assets/svg/1f467-1f3fe.svg index b9aaf1e69..1ecfa0d83 100644 --- a/assets/svg/1f467-1f3fe.svg +++ b/assets/svg/1f467-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f467-1f3ff.svg b/assets/svg/1f467-1f3ff.svg index 50c729629..6693e599d 100644 --- a/assets/svg/1f467-1f3ff.svg +++ b/assets/svg/1f467-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f467.svg b/assets/svg/1f467.svg index 8a945ca99..f2f54aed8 100644 --- a/assets/svg/1f467.svg +++ b/assets/svg/1f467.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f3fb.svg b/assets/svg/1f468-1f3fb.svg index f62883735..6cf28b563 100644 --- a/assets/svg/1f468-1f3fb.svg +++ b/assets/svg/1f468-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f3fc.svg b/assets/svg/1f468-1f3fc.svg index 39a272c24..f07e7cfa4 100644 --- a/assets/svg/1f468-1f3fc.svg +++ b/assets/svg/1f468-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f3fd.svg b/assets/svg/1f468-1f3fd.svg index a5f44afb8..86d785ec1 100644 --- a/assets/svg/1f468-1f3fd.svg +++ b/assets/svg/1f468-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f3fe.svg b/assets/svg/1f468-1f3fe.svg index 277ba4c81..89e0df054 100644 --- a/assets/svg/1f468-1f3fe.svg +++ b/assets/svg/1f468-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f3ff.svg b/assets/svg/1f468-1f3ff.svg index 781247ce1..53e07edeb 100644 --- a/assets/svg/1f468-1f3ff.svg +++ b/assets/svg/1f468-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f468-1f466-1f466.svg b/assets/svg/1f468-1f468-1f466-1f466.svg index feaee73e4..10cb225d8 100644 --- a/assets/svg/1f468-1f468-1f466-1f466.svg +++ b/assets/svg/1f468-1f468-1f466-1f466.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f468-1f466.svg b/assets/svg/1f468-1f468-1f466.svg index 20996241f..64a77db6e 100644 --- a/assets/svg/1f468-1f468-1f466.svg +++ b/assets/svg/1f468-1f468-1f466.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f468-1f467-1f466.svg b/assets/svg/1f468-1f468-1f467-1f466.svg index 7ba59e08a..bf5c84da5 100644 --- a/assets/svg/1f468-1f468-1f467-1f466.svg +++ b/assets/svg/1f468-1f468-1f467-1f466.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f468-1f467-1f467.svg b/assets/svg/1f468-1f468-1f467-1f467.svg index 6e9763947..678086683 100644 --- a/assets/svg/1f468-1f468-1f467-1f467.svg +++ b/assets/svg/1f468-1f468-1f467-1f467.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f468-1f467.svg b/assets/svg/1f468-1f468-1f467.svg index b8f79827b..408c3f175 100644 --- a/assets/svg/1f468-1f468-1f467.svg +++ b/assets/svg/1f468-1f468-1f467.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f469-1f466-1f466.svg b/assets/svg/1f468-1f469-1f466-1f466.svg index a3d3a7247..657469ed0 100644 --- a/assets/svg/1f468-1f469-1f466-1f466.svg +++ b/assets/svg/1f468-1f469-1f466-1f466.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f469-1f467-1f466.svg b/assets/svg/1f468-1f469-1f467-1f466.svg index 70d44a9f5..5d2177bcc 100644 --- a/assets/svg/1f468-1f469-1f467-1f466.svg +++ b/assets/svg/1f468-1f469-1f467-1f466.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f469-1f467-1f467.svg b/assets/svg/1f468-1f469-1f467-1f467.svg index 5ae29f5ee..d756911d9 100644 --- a/assets/svg/1f468-1f469-1f467-1f467.svg +++ b/assets/svg/1f468-1f469-1f467-1f467.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-1f469-1f467.svg b/assets/svg/1f468-1f469-1f467.svg index b3bf8776f..ef56fc380 100644 --- a/assets/svg/1f468-1f469-1f467.svg +++ b/assets/svg/1f468-1f469-1f467.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-2764-1f468.svg b/assets/svg/1f468-2764-1f468.svg index fa55a2213..6ccb18a7a 100644 --- a/assets/svg/1f468-2764-1f468.svg +++ b/assets/svg/1f468-2764-1f468.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468-2764-1f48b-1f468.svg b/assets/svg/1f468-2764-1f48b-1f468.svg index 1ca53ee28..c2f1e85f3 100644 --- a/assets/svg/1f468-2764-1f48b-1f468.svg +++ b/assets/svg/1f468-2764-1f48b-1f468.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f468.svg b/assets/svg/1f468.svg index befe7def0..901e8260b 100644 --- a/assets/svg/1f468.svg +++ b/assets/svg/1f468.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-1f3fb.svg b/assets/svg/1f469-1f3fb.svg index 432ae8a45..225a3dce2 100644 --- a/assets/svg/1f469-1f3fb.svg +++ b/assets/svg/1f469-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-1f3fc.svg b/assets/svg/1f469-1f3fc.svg index 4588d268d..d70024dbd 100644 --- a/assets/svg/1f469-1f3fc.svg +++ b/assets/svg/1f469-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-1f3fd.svg b/assets/svg/1f469-1f3fd.svg index d638618e5..03cdefd3a 100644 --- a/assets/svg/1f469-1f3fd.svg +++ b/assets/svg/1f469-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-1f3fe.svg b/assets/svg/1f469-1f3fe.svg index 506fd6ff3..cc07be731 100644 --- a/assets/svg/1f469-1f3fe.svg +++ b/assets/svg/1f469-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-1f3ff.svg b/assets/svg/1f469-1f3ff.svg index 01be3439e..12ae15aaa 100644 --- a/assets/svg/1f469-1f3ff.svg +++ b/assets/svg/1f469-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-1f469-1f466-1f466.svg b/assets/svg/1f469-1f469-1f466-1f466.svg index a0da3d96e..045fd8671 100644 --- a/assets/svg/1f469-1f469-1f466-1f466.svg +++ b/assets/svg/1f469-1f469-1f466-1f466.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-1f469-1f466.svg b/assets/svg/1f469-1f469-1f466.svg index 052efa890..157007729 100644 --- a/assets/svg/1f469-1f469-1f466.svg +++ b/assets/svg/1f469-1f469-1f466.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-1f469-1f467-1f466.svg b/assets/svg/1f469-1f469-1f467-1f466.svg index 04bf4a8ee..3b899b72a 100644 --- a/assets/svg/1f469-1f469-1f467-1f466.svg +++ b/assets/svg/1f469-1f469-1f467-1f466.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-1f469-1f467-1f467.svg b/assets/svg/1f469-1f469-1f467-1f467.svg index ba22bf57e..c3f85fddc 100644 --- a/assets/svg/1f469-1f469-1f467-1f467.svg +++ b/assets/svg/1f469-1f469-1f467-1f467.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-1f469-1f467.svg b/assets/svg/1f469-1f469-1f467.svg index bb23073ca..3a769a38b 100644 --- a/assets/svg/1f469-1f469-1f467.svg +++ b/assets/svg/1f469-1f469-1f467.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-2764-1f469.svg b/assets/svg/1f469-2764-1f469.svg index ec91192e5..8d7e859db 100644 --- a/assets/svg/1f469-2764-1f469.svg +++ b/assets/svg/1f469-2764-1f469.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469-2764-1f48b-1f469.svg b/assets/svg/1f469-2764-1f48b-1f469.svg index aa19ae2b7..da92a9eca 100644 --- a/assets/svg/1f469-2764-1f48b-1f469.svg +++ b/assets/svg/1f469-2764-1f48b-1f469.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f469.svg b/assets/svg/1f469.svg index cac479297..b7a069c60 100644 --- a/assets/svg/1f469.svg +++ b/assets/svg/1f469.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46a.svg b/assets/svg/1f46a.svg index baae3cce3..ea24f375e 100644 --- a/assets/svg/1f46a.svg +++ b/assets/svg/1f46a.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46b.svg b/assets/svg/1f46b.svg index dda5734ff..d47bc115c 100644 --- a/assets/svg/1f46b.svg +++ b/assets/svg/1f46b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46c.svg b/assets/svg/1f46c.svg index d81cc2293..d14e23336 100644 --- a/assets/svg/1f46c.svg +++ b/assets/svg/1f46c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46d.svg b/assets/svg/1f46d.svg index 2179476b3..af6d03827 100644 --- a/assets/svg/1f46d.svg +++ b/assets/svg/1f46d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46e-1f3fb.svg b/assets/svg/1f46e-1f3fb.svg index 714f1f725..2174abac1 100644 --- a/assets/svg/1f46e-1f3fb.svg +++ b/assets/svg/1f46e-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46e-1f3fc.svg b/assets/svg/1f46e-1f3fc.svg index 56c6fed95..0d2843996 100644 --- a/assets/svg/1f46e-1f3fc.svg +++ b/assets/svg/1f46e-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46e-1f3fd.svg b/assets/svg/1f46e-1f3fd.svg index 1bcb0321b..fcbefa303 100644 --- a/assets/svg/1f46e-1f3fd.svg +++ b/assets/svg/1f46e-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46e-1f3fe.svg b/assets/svg/1f46e-1f3fe.svg index d6278c0cc..97a9b9bff 100644 --- a/assets/svg/1f46e-1f3fe.svg +++ b/assets/svg/1f46e-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46e-1f3ff.svg b/assets/svg/1f46e-1f3ff.svg index 6898be054..6b2deaeee 100644 --- a/assets/svg/1f46e-1f3ff.svg +++ b/assets/svg/1f46e-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46e.svg b/assets/svg/1f46e.svg index 10e29d035..7497696c3 100644 --- a/assets/svg/1f46e.svg +++ b/assets/svg/1f46e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f46f.svg b/assets/svg/1f46f.svg index 816a074f8..52b14d5ac 100644 --- a/assets/svg/1f46f.svg +++ b/assets/svg/1f46f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f470-1f3fb.svg b/assets/svg/1f470-1f3fb.svg index fae5ae719..cf92c3f62 100644 --- a/assets/svg/1f470-1f3fb.svg +++ b/assets/svg/1f470-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f470-1f3fc.svg b/assets/svg/1f470-1f3fc.svg index ebb4fca8a..032380a4d 100644 --- a/assets/svg/1f470-1f3fc.svg +++ b/assets/svg/1f470-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f470-1f3fd.svg b/assets/svg/1f470-1f3fd.svg index b95e237b4..27037e609 100644 --- a/assets/svg/1f470-1f3fd.svg +++ b/assets/svg/1f470-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f470-1f3fe.svg b/assets/svg/1f470-1f3fe.svg index c5a1db069..e27bc743c 100644 --- a/assets/svg/1f470-1f3fe.svg +++ b/assets/svg/1f470-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f470-1f3ff.svg b/assets/svg/1f470-1f3ff.svg index f73ccc212..d93153a5c 100644 --- a/assets/svg/1f470-1f3ff.svg +++ b/assets/svg/1f470-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f470.svg b/assets/svg/1f470.svg index 0db3e9053..51cfbf400 100644 --- a/assets/svg/1f470.svg +++ b/assets/svg/1f470.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f471-1f3fb.svg b/assets/svg/1f471-1f3fb.svg index 186ddc247..83d573dac 100644 --- a/assets/svg/1f471-1f3fb.svg +++ b/assets/svg/1f471-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f471-1f3fc.svg b/assets/svg/1f471-1f3fc.svg index 424dcba73..011471a54 100644 --- a/assets/svg/1f471-1f3fc.svg +++ b/assets/svg/1f471-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f471-1f3fd.svg b/assets/svg/1f471-1f3fd.svg index 06a0d4130..f5139a5f2 100644 --- a/assets/svg/1f471-1f3fd.svg +++ b/assets/svg/1f471-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f471-1f3fe.svg b/assets/svg/1f471-1f3fe.svg index 3cd6750b8..b0d43577e 100644 --- a/assets/svg/1f471-1f3fe.svg +++ b/assets/svg/1f471-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f471-1f3ff.svg b/assets/svg/1f471-1f3ff.svg index 9c2b9b0fe..b4b8b030a 100644 --- a/assets/svg/1f471-1f3ff.svg +++ b/assets/svg/1f471-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f471.svg b/assets/svg/1f471.svg index 54430c2d6..ae98b06b2 100644 --- a/assets/svg/1f471.svg +++ b/assets/svg/1f471.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f472-1f3fb.svg b/assets/svg/1f472-1f3fb.svg index 2a11aa61c..118512af8 100644 --- a/assets/svg/1f472-1f3fb.svg +++ b/assets/svg/1f472-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f472-1f3fc.svg b/assets/svg/1f472-1f3fc.svg index 34f952692..cd7e5c1ff 100644 --- a/assets/svg/1f472-1f3fc.svg +++ b/assets/svg/1f472-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f472-1f3fd.svg b/assets/svg/1f472-1f3fd.svg index 3051b4a7d..d1d7e6718 100644 --- a/assets/svg/1f472-1f3fd.svg +++ b/assets/svg/1f472-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f472-1f3fe.svg b/assets/svg/1f472-1f3fe.svg index 030a0230d..103007fe6 100644 --- a/assets/svg/1f472-1f3fe.svg +++ b/assets/svg/1f472-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f472-1f3ff.svg b/assets/svg/1f472-1f3ff.svg index 0da2b149f..2106c7ad7 100644 --- a/assets/svg/1f472-1f3ff.svg +++ b/assets/svg/1f472-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f472.svg b/assets/svg/1f472.svg index 2c6422207..f60f03c34 100644 --- a/assets/svg/1f472.svg +++ b/assets/svg/1f472.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f473-1f3fb.svg b/assets/svg/1f473-1f3fb.svg index 96efe94b5..129daa507 100644 --- a/assets/svg/1f473-1f3fb.svg +++ b/assets/svg/1f473-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f473-1f3fc.svg b/assets/svg/1f473-1f3fc.svg index 5e194ab80..dfa2aa8f8 100644 --- a/assets/svg/1f473-1f3fc.svg +++ b/assets/svg/1f473-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f473-1f3fd.svg b/assets/svg/1f473-1f3fd.svg index 8556516a4..f8aaeb1b3 100644 --- a/assets/svg/1f473-1f3fd.svg +++ b/assets/svg/1f473-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f473-1f3fe.svg b/assets/svg/1f473-1f3fe.svg index cfeabcf25..89f91a7a7 100644 --- a/assets/svg/1f473-1f3fe.svg +++ b/assets/svg/1f473-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f473-1f3ff.svg b/assets/svg/1f473-1f3ff.svg index 5c439aa9f..22f3a7369 100644 --- a/assets/svg/1f473-1f3ff.svg +++ b/assets/svg/1f473-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f473.svg b/assets/svg/1f473.svg index 082ed4293..6a398d666 100644 --- a/assets/svg/1f473.svg +++ b/assets/svg/1f473.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f474-1f3fb.svg b/assets/svg/1f474-1f3fb.svg index bcca1948c..655182e90 100644 --- a/assets/svg/1f474-1f3fb.svg +++ b/assets/svg/1f474-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f474-1f3fc.svg b/assets/svg/1f474-1f3fc.svg index 55804655f..c6ac3689c 100644 --- a/assets/svg/1f474-1f3fc.svg +++ b/assets/svg/1f474-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f474-1f3fd.svg b/assets/svg/1f474-1f3fd.svg index 4c0860ae8..0cd3de613 100644 --- a/assets/svg/1f474-1f3fd.svg +++ b/assets/svg/1f474-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f474-1f3fe.svg b/assets/svg/1f474-1f3fe.svg index 74a2e1d5d..459364dff 100644 --- a/assets/svg/1f474-1f3fe.svg +++ b/assets/svg/1f474-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f474-1f3ff.svg b/assets/svg/1f474-1f3ff.svg index 570223c7c..379d6cda4 100644 --- a/assets/svg/1f474-1f3ff.svg +++ b/assets/svg/1f474-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f474.svg b/assets/svg/1f474.svg index 0fb98a09f..21249672e 100644 --- a/assets/svg/1f474.svg +++ b/assets/svg/1f474.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f475-1f3fb.svg b/assets/svg/1f475-1f3fb.svg index ea4f7bb50..f370a2bb4 100644 --- a/assets/svg/1f475-1f3fb.svg +++ b/assets/svg/1f475-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f475-1f3fc.svg b/assets/svg/1f475-1f3fc.svg index eb497d234..be6d80382 100644 --- a/assets/svg/1f475-1f3fc.svg +++ b/assets/svg/1f475-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f475-1f3fd.svg b/assets/svg/1f475-1f3fd.svg index 4f19c2f7f..0fe02162f 100644 --- a/assets/svg/1f475-1f3fd.svg +++ b/assets/svg/1f475-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f475-1f3fe.svg b/assets/svg/1f475-1f3fe.svg index 803518dc9..fcdb903bd 100644 --- a/assets/svg/1f475-1f3fe.svg +++ b/assets/svg/1f475-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f475-1f3ff.svg b/assets/svg/1f475-1f3ff.svg index a054de56f..543c44f79 100644 --- a/assets/svg/1f475-1f3ff.svg +++ b/assets/svg/1f475-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f475.svg b/assets/svg/1f475.svg index 9bf791ab3..86f3328a5 100644 --- a/assets/svg/1f475.svg +++ b/assets/svg/1f475.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f476-1f3fb.svg b/assets/svg/1f476-1f3fb.svg index 384995ff6..a66c56184 100644 --- a/assets/svg/1f476-1f3fb.svg +++ b/assets/svg/1f476-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f476-1f3fc.svg b/assets/svg/1f476-1f3fc.svg index c80bbed35..6d432d492 100644 --- a/assets/svg/1f476-1f3fc.svg +++ b/assets/svg/1f476-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f476-1f3fd.svg b/assets/svg/1f476-1f3fd.svg index 3245e79da..e6c4bd808 100644 --- a/assets/svg/1f476-1f3fd.svg +++ b/assets/svg/1f476-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f476-1f3fe.svg b/assets/svg/1f476-1f3fe.svg index 4bec06370..3b22de051 100644 --- a/assets/svg/1f476-1f3fe.svg +++ b/assets/svg/1f476-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f476-1f3ff.svg b/assets/svg/1f476-1f3ff.svg index 591525b0a..2c4534681 100644 --- a/assets/svg/1f476-1f3ff.svg +++ b/assets/svg/1f476-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f476.svg b/assets/svg/1f476.svg index a41fb9a2a..4940d0211 100644 --- a/assets/svg/1f476.svg +++ b/assets/svg/1f476.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f477-1f3fb.svg b/assets/svg/1f477-1f3fb.svg index d4a0f8999..2b8e9fb07 100644 --- a/assets/svg/1f477-1f3fb.svg +++ b/assets/svg/1f477-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f477-1f3fc.svg b/assets/svg/1f477-1f3fc.svg index cf09a99dc..b199391ea 100644 --- a/assets/svg/1f477-1f3fc.svg +++ b/assets/svg/1f477-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f477-1f3fd.svg b/assets/svg/1f477-1f3fd.svg index bbb3988e1..942f8b128 100644 --- a/assets/svg/1f477-1f3fd.svg +++ b/assets/svg/1f477-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f477-1f3fe.svg b/assets/svg/1f477-1f3fe.svg index 7352ca025..491dd1a21 100644 --- a/assets/svg/1f477-1f3fe.svg +++ b/assets/svg/1f477-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f477-1f3ff.svg b/assets/svg/1f477-1f3ff.svg index 463660454..e53552037 100644 --- a/assets/svg/1f477-1f3ff.svg +++ b/assets/svg/1f477-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f477.svg b/assets/svg/1f477.svg index d1705943d..a4530a825 100644 --- a/assets/svg/1f477.svg +++ b/assets/svg/1f477.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f478-1f3fb.svg b/assets/svg/1f478-1f3fb.svg index 4a7b69479..8e9421bec 100644 --- a/assets/svg/1f478-1f3fb.svg +++ b/assets/svg/1f478-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f478-1f3fc.svg b/assets/svg/1f478-1f3fc.svg index 2b419e59c..93cbf4dcb 100644 --- a/assets/svg/1f478-1f3fc.svg +++ b/assets/svg/1f478-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f478-1f3fd.svg b/assets/svg/1f478-1f3fd.svg index 056a44fc3..843f42680 100644 --- a/assets/svg/1f478-1f3fd.svg +++ b/assets/svg/1f478-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f478-1f3fe.svg b/assets/svg/1f478-1f3fe.svg index 8352a7b6c..ea7d42b68 100644 --- a/assets/svg/1f478-1f3fe.svg +++ b/assets/svg/1f478-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f478-1f3ff.svg b/assets/svg/1f478-1f3ff.svg index 56ee54a79..cff40d4be 100644 --- a/assets/svg/1f478-1f3ff.svg +++ b/assets/svg/1f478-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f478.svg b/assets/svg/1f478.svg index a503260e8..7bc108081 100644 --- a/assets/svg/1f478.svg +++ b/assets/svg/1f478.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f479.svg b/assets/svg/1f479.svg index 3e82935a3..101716af4 100644 --- a/assets/svg/1f479.svg +++ b/assets/svg/1f479.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47a.svg b/assets/svg/1f47a.svg index 2eb8805f9..58a38822e 100644 --- a/assets/svg/1f47a.svg +++ b/assets/svg/1f47a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47b.svg b/assets/svg/1f47b.svg index 6ebdf1491..c65f27292 100644 --- a/assets/svg/1f47b.svg +++ b/assets/svg/1f47b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47c-1f3fb.svg b/assets/svg/1f47c-1f3fb.svg index cdb9b97b9..e37c55d22 100644 --- a/assets/svg/1f47c-1f3fb.svg +++ b/assets/svg/1f47c-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47c-1f3fc.svg b/assets/svg/1f47c-1f3fc.svg index e3e634544..dad0df466 100644 --- a/assets/svg/1f47c-1f3fc.svg +++ b/assets/svg/1f47c-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47c-1f3fd.svg b/assets/svg/1f47c-1f3fd.svg index 7c57bccc6..ac21fcbc0 100644 --- a/assets/svg/1f47c-1f3fd.svg +++ b/assets/svg/1f47c-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47c-1f3fe.svg b/assets/svg/1f47c-1f3fe.svg index 730f54d28..c805f58e8 100644 --- a/assets/svg/1f47c-1f3fe.svg +++ b/assets/svg/1f47c-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47c-1f3ff.svg b/assets/svg/1f47c-1f3ff.svg index 1c9b51d7d..0086da40b 100644 --- a/assets/svg/1f47c-1f3ff.svg +++ b/assets/svg/1f47c-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47c.svg b/assets/svg/1f47c.svg index e4cbc9c77..1e9502eee 100644 --- a/assets/svg/1f47c.svg +++ b/assets/svg/1f47c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47d.svg b/assets/svg/1f47d.svg index ac90a0c07..6ea0e7364 100644 --- a/assets/svg/1f47d.svg +++ b/assets/svg/1f47d.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47e.svg b/assets/svg/1f47e.svg index e0c06a5e6..2f971ea42 100644 --- a/assets/svg/1f47e.svg +++ b/assets/svg/1f47e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f47f.svg b/assets/svg/1f47f.svg index 724157bd0..83e555889 100644 --- a/assets/svg/1f47f.svg +++ b/assets/svg/1f47f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f480.svg b/assets/svg/1f480.svg index 3de4fd49f..65f73a9e0 100644 --- a/assets/svg/1f480.svg +++ b/assets/svg/1f480.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f481-1f3fb.svg b/assets/svg/1f481-1f3fb.svg index 3cef915e9..aa44921e3 100644 --- a/assets/svg/1f481-1f3fb.svg +++ b/assets/svg/1f481-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f481-1f3fc.svg b/assets/svg/1f481-1f3fc.svg index e9075a3a9..56c8459a9 100644 --- a/assets/svg/1f481-1f3fc.svg +++ b/assets/svg/1f481-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f481-1f3fd.svg b/assets/svg/1f481-1f3fd.svg index 6712c1253..614af08ad 100644 --- a/assets/svg/1f481-1f3fd.svg +++ b/assets/svg/1f481-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f481-1f3fe.svg b/assets/svg/1f481-1f3fe.svg index a52783470..92ab669c0 100644 --- a/assets/svg/1f481-1f3fe.svg +++ b/assets/svg/1f481-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f481-1f3ff.svg b/assets/svg/1f481-1f3ff.svg index 8a5e79b22..de7a7c802 100644 --- a/assets/svg/1f481-1f3ff.svg +++ b/assets/svg/1f481-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f481.svg b/assets/svg/1f481.svg index 1ddf8295e..0ccaf6c45 100644 --- a/assets/svg/1f481.svg +++ b/assets/svg/1f481.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f482-1f3fb.svg b/assets/svg/1f482-1f3fb.svg index 172d09d42..8069c82f1 100644 --- a/assets/svg/1f482-1f3fb.svg +++ b/assets/svg/1f482-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f482-1f3fc.svg b/assets/svg/1f482-1f3fc.svg index 390045195..f9637ea12 100644 --- a/assets/svg/1f482-1f3fc.svg +++ b/assets/svg/1f482-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f482-1f3fd.svg b/assets/svg/1f482-1f3fd.svg index 450ce3ed3..acc8844fd 100644 --- a/assets/svg/1f482-1f3fd.svg +++ b/assets/svg/1f482-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f482-1f3fe.svg b/assets/svg/1f482-1f3fe.svg index 306608cfd..4aa8125a7 100644 --- a/assets/svg/1f482-1f3fe.svg +++ b/assets/svg/1f482-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f482-1f3ff.svg b/assets/svg/1f482-1f3ff.svg index ffa7abc35..78cfe093c 100644 --- a/assets/svg/1f482-1f3ff.svg +++ b/assets/svg/1f482-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f482.svg b/assets/svg/1f482.svg index a940f7739..55f79ee30 100644 --- a/assets/svg/1f482.svg +++ b/assets/svg/1f482.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f483-1f3fb.svg b/assets/svg/1f483-1f3fb.svg index 502fe7933..73f34230d 100644 --- a/assets/svg/1f483-1f3fb.svg +++ b/assets/svg/1f483-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f483-1f3fc.svg b/assets/svg/1f483-1f3fc.svg index 6b8680fa3..6e8f9cc44 100644 --- a/assets/svg/1f483-1f3fc.svg +++ b/assets/svg/1f483-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f483-1f3fd.svg b/assets/svg/1f483-1f3fd.svg index e10595576..d62405168 100644 --- a/assets/svg/1f483-1f3fd.svg +++ b/assets/svg/1f483-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f483-1f3fe.svg b/assets/svg/1f483-1f3fe.svg index 102c767c2..873a78333 100644 --- a/assets/svg/1f483-1f3fe.svg +++ b/assets/svg/1f483-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f483-1f3ff.svg b/assets/svg/1f483-1f3ff.svg index 051ac0f96..4028cef5e 100644 --- a/assets/svg/1f483-1f3ff.svg +++ b/assets/svg/1f483-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f483.svg b/assets/svg/1f483.svg index 5b31a3732..e65d51b53 100644 --- a/assets/svg/1f483.svg +++ b/assets/svg/1f483.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f484.svg b/assets/svg/1f484.svg index f15f17e83..85069624e 100644 --- a/assets/svg/1f484.svg +++ b/assets/svg/1f484.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f485-1f3fb.svg b/assets/svg/1f485-1f3fb.svg index d53f59ac9..a5b3a5ca9 100644 --- a/assets/svg/1f485-1f3fb.svg +++ b/assets/svg/1f485-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f485-1f3fc.svg b/assets/svg/1f485-1f3fc.svg index 1f843d7cf..15322aa5f 100644 --- a/assets/svg/1f485-1f3fc.svg +++ b/assets/svg/1f485-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f485-1f3fd.svg b/assets/svg/1f485-1f3fd.svg index 6b4b117d7..661e1842c 100644 --- a/assets/svg/1f485-1f3fd.svg +++ b/assets/svg/1f485-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f485-1f3fe.svg b/assets/svg/1f485-1f3fe.svg index 8f37e9002..cba094c6d 100644 --- a/assets/svg/1f485-1f3fe.svg +++ b/assets/svg/1f485-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f485-1f3ff.svg b/assets/svg/1f485-1f3ff.svg index 83afeb0d0..c6e664d6f 100644 --- a/assets/svg/1f485-1f3ff.svg +++ b/assets/svg/1f485-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f485.svg b/assets/svg/1f485.svg index 144b6f623..c0ffb4c95 100644 --- a/assets/svg/1f485.svg +++ b/assets/svg/1f485.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f486-1f3fb.svg b/assets/svg/1f486-1f3fb.svg index 1215d4ae1..6da9c3ca5 100644 --- a/assets/svg/1f486-1f3fb.svg +++ b/assets/svg/1f486-1f3fb.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f486-1f3fc.svg b/assets/svg/1f486-1f3fc.svg index 411e90d78..128e5c0d6 100644 --- a/assets/svg/1f486-1f3fc.svg +++ b/assets/svg/1f486-1f3fc.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f486-1f3fd.svg b/assets/svg/1f486-1f3fd.svg index a6fc16df0..2d0f874e1 100644 --- a/assets/svg/1f486-1f3fd.svg +++ b/assets/svg/1f486-1f3fd.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f486-1f3fe.svg b/assets/svg/1f486-1f3fe.svg index 86a88d181..66da424ef 100644 --- a/assets/svg/1f486-1f3fe.svg +++ b/assets/svg/1f486-1f3fe.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f486-1f3ff.svg b/assets/svg/1f486-1f3ff.svg index e0a6d4ed6..cc9b14781 100644 --- a/assets/svg/1f486-1f3ff.svg +++ b/assets/svg/1f486-1f3ff.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f486.svg b/assets/svg/1f486.svg index b18aeee1c..3d65e38c1 100644 --- a/assets/svg/1f486.svg +++ b/assets/svg/1f486.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f487-1f3fb.svg b/assets/svg/1f487-1f3fb.svg index e59009b70..7413b57be 100644 --- a/assets/svg/1f487-1f3fb.svg +++ b/assets/svg/1f487-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f487-1f3fc.svg b/assets/svg/1f487-1f3fc.svg index 03d6a35eb..82d7761a3 100644 --- a/assets/svg/1f487-1f3fc.svg +++ b/assets/svg/1f487-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f487-1f3fd.svg b/assets/svg/1f487-1f3fd.svg index 96eb9c67a..eef5dae55 100644 --- a/assets/svg/1f487-1f3fd.svg +++ b/assets/svg/1f487-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f487-1f3fe.svg b/assets/svg/1f487-1f3fe.svg index 574a7d2f3..ab761328f 100644 --- a/assets/svg/1f487-1f3fe.svg +++ b/assets/svg/1f487-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f487-1f3ff.svg b/assets/svg/1f487-1f3ff.svg index 6c988a6ce..726b2cc33 100644 --- a/assets/svg/1f487-1f3ff.svg +++ b/assets/svg/1f487-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f487.svg b/assets/svg/1f487.svg index 40856effd..4921a757a 100644 --- a/assets/svg/1f487.svg +++ b/assets/svg/1f487.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f488.svg b/assets/svg/1f488.svg index c7dd66e75..5ce574f48 100644 --- a/assets/svg/1f488.svg +++ b/assets/svg/1f488.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f489.svg b/assets/svg/1f489.svg index aed2361aa..18c188be3 100644 --- a/assets/svg/1f489.svg +++ b/assets/svg/1f489.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f48a.svg b/assets/svg/1f48a.svg index 8221726d5..8fbd650c7 100644 --- a/assets/svg/1f48a.svg +++ b/assets/svg/1f48a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f48b.svg b/assets/svg/1f48b.svg index 59e7ec6ef..51608b46f 100644 --- a/assets/svg/1f48b.svg +++ b/assets/svg/1f48b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f48c.svg b/assets/svg/1f48c.svg index 92e2f0d4a..1bd1a940f 100644 --- a/assets/svg/1f48c.svg +++ b/assets/svg/1f48c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f48d.svg b/assets/svg/1f48d.svg index 9b661c1fa..8e26ecfea 100644 --- a/assets/svg/1f48d.svg +++ b/assets/svg/1f48d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f48e.svg b/assets/svg/1f48e.svg index 87bc4cd58..8ebfcf2bb 100644 --- a/assets/svg/1f48e.svg +++ b/assets/svg/1f48e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f48f.svg b/assets/svg/1f48f.svg index 8d6687948..72b5969f8 100644 --- a/assets/svg/1f48f.svg +++ b/assets/svg/1f48f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f490.svg b/assets/svg/1f490.svg index 46ef02044..24fb8c7f7 100644 --- a/assets/svg/1f490.svg +++ b/assets/svg/1f490.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f491.svg b/assets/svg/1f491.svg index 773f8ee34..c06b3298e 100644 --- a/assets/svg/1f491.svg +++ b/assets/svg/1f491.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f492.svg b/assets/svg/1f492.svg index c84879f7d..816cc2f27 100644 --- a/assets/svg/1f492.svg +++ b/assets/svg/1f492.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f493.svg b/assets/svg/1f493.svg index ad4b0801b..2daf0c0f6 100644 --- a/assets/svg/1f493.svg +++ b/assets/svg/1f493.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f494.svg b/assets/svg/1f494.svg index f7576b5da..1e000af7d 100644 --- a/assets/svg/1f494.svg +++ b/assets/svg/1f494.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f495.svg b/assets/svg/1f495.svg index 8a4ab20fa..72696e3a2 100644 --- a/assets/svg/1f495.svg +++ b/assets/svg/1f495.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f496.svg b/assets/svg/1f496.svg index 35fc01962..baa4b93d1 100644 --- a/assets/svg/1f496.svg +++ b/assets/svg/1f496.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f497.svg b/assets/svg/1f497.svg index 56f9428d4..066695199 100644 --- a/assets/svg/1f497.svg +++ b/assets/svg/1f497.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f498.svg b/assets/svg/1f498.svg index 27a533420..80fb19e95 100644 --- a/assets/svg/1f498.svg +++ b/assets/svg/1f498.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f499.svg b/assets/svg/1f499.svg index 8991f951b..c90815d91 100644 --- a/assets/svg/1f499.svg +++ b/assets/svg/1f499.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f49a.svg b/assets/svg/1f49a.svg index 1993b7b66..5151d5a5f 100644 --- a/assets/svg/1f49a.svg +++ b/assets/svg/1f49a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f49b.svg b/assets/svg/1f49b.svg index e8d163c1f..4ae33cf2f 100644 --- a/assets/svg/1f49b.svg +++ b/assets/svg/1f49b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f49c.svg b/assets/svg/1f49c.svg index 5807b87e3..53df7f958 100644 --- a/assets/svg/1f49c.svg +++ b/assets/svg/1f49c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f49d.svg b/assets/svg/1f49d.svg index 8b4ad40cc..d61566352 100644 --- a/assets/svg/1f49d.svg +++ b/assets/svg/1f49d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f49e.svg b/assets/svg/1f49e.svg index 29adffe68..5c5158a2d 100644 --- a/assets/svg/1f49e.svg +++ b/assets/svg/1f49e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f49f.svg b/assets/svg/1f49f.svg index de020425d..f19e2e545 100644 --- a/assets/svg/1f49f.svg +++ b/assets/svg/1f49f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4a0.svg b/assets/svg/1f4a0.svg index fa8a376b5..97eb8cc23 100644 --- a/assets/svg/1f4a0.svg +++ b/assets/svg/1f4a0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4a1.svg b/assets/svg/1f4a1.svg index 0123c9759..cc0233a51 100644 --- a/assets/svg/1f4a1.svg +++ b/assets/svg/1f4a1.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4a2.svg b/assets/svg/1f4a2.svg index a60d5be04..43b50e567 100644 --- a/assets/svg/1f4a2.svg +++ b/assets/svg/1f4a2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4a3.svg b/assets/svg/1f4a3.svg index 9fd367658..56e8ed38e 100644 --- a/assets/svg/1f4a3.svg +++ b/assets/svg/1f4a3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4a4.svg b/assets/svg/1f4a4.svg index 17716848f..c3269cd92 100644 --- a/assets/svg/1f4a4.svg +++ b/assets/svg/1f4a4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4a5.svg b/assets/svg/1f4a5.svg index b3ab57379..94d5ddb9d 100644 --- a/assets/svg/1f4a5.svg +++ b/assets/svg/1f4a5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4a6.svg b/assets/svg/1f4a6.svg index bb52ac65d..99cfb5aa4 100644 --- a/assets/svg/1f4a6.svg +++ b/assets/svg/1f4a6.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4a7.svg b/assets/svg/1f4a7.svg index e584de336..61c195897 100644 --- a/assets/svg/1f4a7.svg +++ b/assets/svg/1f4a7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4a8.svg b/assets/svg/1f4a8.svg index 43ea233cd..3c082ed46 100644 --- a/assets/svg/1f4a8.svg +++ b/assets/svg/1f4a8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4a9.svg b/assets/svg/1f4a9.svg index a1ef279b2..7a86c3fb0 100644 --- a/assets/svg/1f4a9.svg +++ b/assets/svg/1f4a9.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4aa-1f3fb.svg b/assets/svg/1f4aa-1f3fb.svg index 952cf827d..a3899b9ae 100644 --- a/assets/svg/1f4aa-1f3fb.svg +++ b/assets/svg/1f4aa-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4aa-1f3fc.svg b/assets/svg/1f4aa-1f3fc.svg index c1a486c3d..0be307ec5 100644 --- a/assets/svg/1f4aa-1f3fc.svg +++ b/assets/svg/1f4aa-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4aa-1f3fd.svg b/assets/svg/1f4aa-1f3fd.svg index 054f4f707..9d2a57758 100644 --- a/assets/svg/1f4aa-1f3fd.svg +++ b/assets/svg/1f4aa-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4aa-1f3fe.svg b/assets/svg/1f4aa-1f3fe.svg index 8a9cedfb6..44696876b 100644 --- a/assets/svg/1f4aa-1f3fe.svg +++ b/assets/svg/1f4aa-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4aa-1f3ff.svg b/assets/svg/1f4aa-1f3ff.svg index e899ffec5..7dbe96b5b 100644 --- a/assets/svg/1f4aa-1f3ff.svg +++ b/assets/svg/1f4aa-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4aa.svg b/assets/svg/1f4aa.svg index e15b4db11..997755488 100644 --- a/assets/svg/1f4aa.svg +++ b/assets/svg/1f4aa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ab.svg b/assets/svg/1f4ab.svg index 8686f9d23..7e6007edb 100644 --- a/assets/svg/1f4ab.svg +++ b/assets/svg/1f4ab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ac.svg b/assets/svg/1f4ac.svg index 05edabe78..98ffdc5d3 100644 --- a/assets/svg/1f4ac.svg +++ b/assets/svg/1f4ac.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ad.svg b/assets/svg/1f4ad.svg index 21d4a8352..801b44b56 100644 --- a/assets/svg/1f4ad.svg +++ b/assets/svg/1f4ad.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ae.svg b/assets/svg/1f4ae.svg index 852ef02af..19f9bee1e 100644 --- a/assets/svg/1f4ae.svg +++ b/assets/svg/1f4ae.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4af.svg b/assets/svg/1f4af.svg index bcadd1b47..2bea34303 100644 --- a/assets/svg/1f4af.svg +++ b/assets/svg/1f4af.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4b0.svg b/assets/svg/1f4b0.svg index fdd09b48f..47609cfcc 100644 --- a/assets/svg/1f4b0.svg +++ b/assets/svg/1f4b0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4b1.svg b/assets/svg/1f4b1.svg index 29c9b0ab1..d2b390a6c 100644 --- a/assets/svg/1f4b1.svg +++ b/assets/svg/1f4b1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4b2.svg b/assets/svg/1f4b2.svg index 1db3cd93f..4879b94d3 100644 --- a/assets/svg/1f4b2.svg +++ b/assets/svg/1f4b2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4b3.svg b/assets/svg/1f4b3.svg index e8941ee6c..ee3b442e9 100644 --- a/assets/svg/1f4b3.svg +++ b/assets/svg/1f4b3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4b4.svg b/assets/svg/1f4b4.svg index 2002b2c67..d69734119 100644 --- a/assets/svg/1f4b4.svg +++ b/assets/svg/1f4b4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4b5.svg b/assets/svg/1f4b5.svg index a030879c0..6d8bb634a 100644 --- a/assets/svg/1f4b5.svg +++ b/assets/svg/1f4b5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4b6.svg b/assets/svg/1f4b6.svg index 6149098a2..e714484b7 100644 --- a/assets/svg/1f4b6.svg +++ b/assets/svg/1f4b6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4b7.svg b/assets/svg/1f4b7.svg index 2c6447afe..f2b629db4 100644 --- a/assets/svg/1f4b7.svg +++ b/assets/svg/1f4b7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4b8.svg b/assets/svg/1f4b8.svg index ac76ee3d2..abb25533e 100644 --- a/assets/svg/1f4b8.svg +++ b/assets/svg/1f4b8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4b9.svg b/assets/svg/1f4b9.svg index 7d6123048..6f06adadc 100644 --- a/assets/svg/1f4b9.svg +++ b/assets/svg/1f4b9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ba.svg b/assets/svg/1f4ba.svg index a80710f56..c18291cd5 100644 --- a/assets/svg/1f4ba.svg +++ b/assets/svg/1f4ba.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4bb.svg b/assets/svg/1f4bb.svg index 986a92a27..4ee2f149d 100644 --- a/assets/svg/1f4bb.svg +++ b/assets/svg/1f4bb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4bc.svg b/assets/svg/1f4bc.svg index 45f60c8d5..8ac115c96 100644 --- a/assets/svg/1f4bc.svg +++ b/assets/svg/1f4bc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4bd.svg b/assets/svg/1f4bd.svg index 74bde6670..4ec013dad 100644 --- a/assets/svg/1f4bd.svg +++ b/assets/svg/1f4bd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4be.svg b/assets/svg/1f4be.svg index 1bebd7480..09022fd08 100644 --- a/assets/svg/1f4be.svg +++ b/assets/svg/1f4be.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4bf.svg b/assets/svg/1f4bf.svg index 3f8b024d2..daf16a128 100644 --- a/assets/svg/1f4bf.svg +++ b/assets/svg/1f4bf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4c0.svg b/assets/svg/1f4c0.svg index a341495c3..441f68349 100644 --- a/assets/svg/1f4c0.svg +++ b/assets/svg/1f4c0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4c1.svg b/assets/svg/1f4c1.svg index a403bef5c..01bb48f97 100644 --- a/assets/svg/1f4c1.svg +++ b/assets/svg/1f4c1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4c2.svg b/assets/svg/1f4c2.svg index ae1cdbbc4..196518e21 100644 --- a/assets/svg/1f4c2.svg +++ b/assets/svg/1f4c2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4c3.svg b/assets/svg/1f4c3.svg index 7b7b63eda..29581aa46 100644 --- a/assets/svg/1f4c3.svg +++ b/assets/svg/1f4c3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4c4.svg b/assets/svg/1f4c4.svg index 7cfc48e94..1d1e854f5 100644 --- a/assets/svg/1f4c4.svg +++ b/assets/svg/1f4c4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4c5.svg b/assets/svg/1f4c5.svg index f2741b374..a56a120b8 100644 --- a/assets/svg/1f4c5.svg +++ b/assets/svg/1f4c5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4c6.svg b/assets/svg/1f4c6.svg index dc8053a56..e6eb80111 100644 --- a/assets/svg/1f4c6.svg +++ b/assets/svg/1f4c6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4c7.svg b/assets/svg/1f4c7.svg index e2c874a86..9fffe2117 100644 --- a/assets/svg/1f4c7.svg +++ b/assets/svg/1f4c7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4c8.svg b/assets/svg/1f4c8.svg index 2c9c57aee..e678d501d 100644 --- a/assets/svg/1f4c8.svg +++ b/assets/svg/1f4c8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4c9.svg b/assets/svg/1f4c9.svg index aa47f54a2..204a227f4 100644 --- a/assets/svg/1f4c9.svg +++ b/assets/svg/1f4c9.svg @@ -1,5 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ca.svg b/assets/svg/1f4ca.svg index e87d1fd04..9f427c4a7 100644 --- a/assets/svg/1f4ca.svg +++ b/assets/svg/1f4ca.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4cb.svg b/assets/svg/1f4cb.svg index 236ba0d31..7c1af0f25 100644 --- a/assets/svg/1f4cb.svg +++ b/assets/svg/1f4cb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4cc.svg b/assets/svg/1f4cc.svg index fcdd93982..757757349 100644 --- a/assets/svg/1f4cc.svg +++ b/assets/svg/1f4cc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4cd.svg b/assets/svg/1f4cd.svg index fb5f2c422..644a7ed18 100644 --- a/assets/svg/1f4cd.svg +++ b/assets/svg/1f4cd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ce.svg b/assets/svg/1f4ce.svg index 8d51e8e17..dc1d7ad8a 100644 --- a/assets/svg/1f4ce.svg +++ b/assets/svg/1f4ce.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4cf.svg b/assets/svg/1f4cf.svg index 66baf93a5..1758e4887 100644 --- a/assets/svg/1f4cf.svg +++ b/assets/svg/1f4cf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4d0.svg b/assets/svg/1f4d0.svg index 9a6fdbedf..1ad7a706f 100644 --- a/assets/svg/1f4d0.svg +++ b/assets/svg/1f4d0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4d1.svg b/assets/svg/1f4d1.svg index 7b966f4f8..d4b24c099 100644 --- a/assets/svg/1f4d1.svg +++ b/assets/svg/1f4d1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4d2.svg b/assets/svg/1f4d2.svg index 577e8ada1..51abb4052 100644 --- a/assets/svg/1f4d2.svg +++ b/assets/svg/1f4d2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4d3.svg b/assets/svg/1f4d3.svg index e6a979935..bf49fc3aa 100644 --- a/assets/svg/1f4d3.svg +++ b/assets/svg/1f4d3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4d4.svg b/assets/svg/1f4d4.svg index aa20271f1..074e26967 100644 --- a/assets/svg/1f4d4.svg +++ b/assets/svg/1f4d4.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4d5.svg b/assets/svg/1f4d5.svg index 2093a43f7..cebab8093 100644 --- a/assets/svg/1f4d5.svg +++ b/assets/svg/1f4d5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4d6.svg b/assets/svg/1f4d6.svg index 0b17c43ba..fce35f916 100644 --- a/assets/svg/1f4d6.svg +++ b/assets/svg/1f4d6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4d7.svg b/assets/svg/1f4d7.svg index b7a321129..1ca3b4811 100644 --- a/assets/svg/1f4d7.svg +++ b/assets/svg/1f4d7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4d8.svg b/assets/svg/1f4d8.svg index 4a5b891e4..ca121b57c 100644 --- a/assets/svg/1f4d8.svg +++ b/assets/svg/1f4d8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4d9.svg b/assets/svg/1f4d9.svg index 3a0e7aa56..17973012e 100644 --- a/assets/svg/1f4d9.svg +++ b/assets/svg/1f4d9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4da.svg b/assets/svg/1f4da.svg index d72da05a9..95f2ca160 100644 --- a/assets/svg/1f4da.svg +++ b/assets/svg/1f4da.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4db.svg b/assets/svg/1f4db.svg index 2b406fab6..36f4c8971 100644 --- a/assets/svg/1f4db.svg +++ b/assets/svg/1f4db.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4dc.svg b/assets/svg/1f4dc.svg index b5b1b7bbe..2df23e2d0 100644 --- a/assets/svg/1f4dc.svg +++ b/assets/svg/1f4dc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4dd.svg b/assets/svg/1f4dd.svg index f2e018176..ce1e3d2b7 100644 --- a/assets/svg/1f4dd.svg +++ b/assets/svg/1f4dd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4de.svg b/assets/svg/1f4de.svg index f4e3bda2a..bed804d09 100644 --- a/assets/svg/1f4de.svg +++ b/assets/svg/1f4de.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4df.svg b/assets/svg/1f4df.svg index 567933c88..92875e6e0 100644 --- a/assets/svg/1f4df.svg +++ b/assets/svg/1f4df.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4e0.svg b/assets/svg/1f4e0.svg index fcfa470b3..fc452e4c6 100644 --- a/assets/svg/1f4e0.svg +++ b/assets/svg/1f4e0.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4e1.svg b/assets/svg/1f4e1.svg index 23628e137..a29c8c59a 100644 --- a/assets/svg/1f4e1.svg +++ b/assets/svg/1f4e1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4e2.svg b/assets/svg/1f4e2.svg index 2c6b1488e..0d036ac2b 100644 --- a/assets/svg/1f4e2.svg +++ b/assets/svg/1f4e2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4e3.svg b/assets/svg/1f4e3.svg index 23e4b84cb..ca220fed8 100644 --- a/assets/svg/1f4e3.svg +++ b/assets/svg/1f4e3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4e4.svg b/assets/svg/1f4e4.svg index 6f3e6f83a..c7abd6886 100644 --- a/assets/svg/1f4e4.svg +++ b/assets/svg/1f4e4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4e5.svg b/assets/svg/1f4e5.svg index a7fc8d169..921cf853f 100644 --- a/assets/svg/1f4e5.svg +++ b/assets/svg/1f4e5.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4e6.svg b/assets/svg/1f4e6.svg index 534e59e6a..5adf25d19 100644 --- a/assets/svg/1f4e6.svg +++ b/assets/svg/1f4e6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4e7.svg b/assets/svg/1f4e7.svg index 6b0616c91..8d49662f6 100644 --- a/assets/svg/1f4e7.svg +++ b/assets/svg/1f4e7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4e8.svg b/assets/svg/1f4e8.svg index 5672a6aed..a9a8083b3 100644 --- a/assets/svg/1f4e8.svg +++ b/assets/svg/1f4e8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4e9.svg b/assets/svg/1f4e9.svg index 67c10d2e9..a7a2960b7 100644 --- a/assets/svg/1f4e9.svg +++ b/assets/svg/1f4e9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ea.svg b/assets/svg/1f4ea.svg index 2316a9d1e..e1eb153a7 100644 --- a/assets/svg/1f4ea.svg +++ b/assets/svg/1f4ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4eb.svg b/assets/svg/1f4eb.svg index 56eafc8b2..4cd658d49 100644 --- a/assets/svg/1f4eb.svg +++ b/assets/svg/1f4eb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ec.svg b/assets/svg/1f4ec.svg index 37f350e42..401a9fddb 100644 --- a/assets/svg/1f4ec.svg +++ b/assets/svg/1f4ec.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ed.svg b/assets/svg/1f4ed.svg index b4bd4418e..5f030232d 100644 --- a/assets/svg/1f4ed.svg +++ b/assets/svg/1f4ed.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ee.svg b/assets/svg/1f4ee.svg index 980287209..269d088d3 100644 --- a/assets/svg/1f4ee.svg +++ b/assets/svg/1f4ee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ef.svg b/assets/svg/1f4ef.svg index d6edbb525..85aa62187 100644 --- a/assets/svg/1f4ef.svg +++ b/assets/svg/1f4ef.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4f0.svg b/assets/svg/1f4f0.svg index 841d8ea84..9df3098bc 100644 --- a/assets/svg/1f4f0.svg +++ b/assets/svg/1f4f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4f1.svg b/assets/svg/1f4f1.svg index e9c1efd8f..7d7278dba 100644 --- a/assets/svg/1f4f1.svg +++ b/assets/svg/1f4f1.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4f2.svg b/assets/svg/1f4f2.svg index 25e99bc16..8627c48ea 100644 --- a/assets/svg/1f4f2.svg +++ b/assets/svg/1f4f2.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4f3.svg b/assets/svg/1f4f3.svg index bedebb985..6dff376b9 100644 --- a/assets/svg/1f4f3.svg +++ b/assets/svg/1f4f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4f4.svg b/assets/svg/1f4f4.svg index fc3b6cc64..ef90e5566 100644 --- a/assets/svg/1f4f4.svg +++ b/assets/svg/1f4f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4f5.svg b/assets/svg/1f4f5.svg index 9ff36beea..f77aa0582 100644 --- a/assets/svg/1f4f5.svg +++ b/assets/svg/1f4f5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4f6.svg b/assets/svg/1f4f6.svg index 98c800fe4..f4a28a4e9 100644 --- a/assets/svg/1f4f6.svg +++ b/assets/svg/1f4f6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4f7.svg b/assets/svg/1f4f7.svg index befa0a16d..f03fbe07e 100644 --- a/assets/svg/1f4f7.svg +++ b/assets/svg/1f4f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4f8.svg b/assets/svg/1f4f8.svg index 1c72be709..6e87ab947 100644 --- a/assets/svg/1f4f8.svg +++ b/assets/svg/1f4f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4f9.svg b/assets/svg/1f4f9.svg index ee49947ae..a9801f1f4 100644 --- a/assets/svg/1f4f9.svg +++ b/assets/svg/1f4f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4fa.svg b/assets/svg/1f4fa.svg index eda47cb91..80c77f924 100644 --- a/assets/svg/1f4fa.svg +++ b/assets/svg/1f4fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4fb.svg b/assets/svg/1f4fb.svg index 419b1ce5e..2e7bac68a 100644 --- a/assets/svg/1f4fb.svg +++ b/assets/svg/1f4fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4fc.svg b/assets/svg/1f4fc.svg index 6295c13a7..63dc32697 100644 --- a/assets/svg/1f4fc.svg +++ b/assets/svg/1f4fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4fd.svg b/assets/svg/1f4fd.svg index 8dbc20ec5..c3b73dc58 100644 --- a/assets/svg/1f4fd.svg +++ b/assets/svg/1f4fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f4ff.svg b/assets/svg/1f4ff.svg index b3f3904f2..b373f17cb 100644 --- a/assets/svg/1f4ff.svg +++ b/assets/svg/1f4ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f500.svg b/assets/svg/1f500.svg index 864a34244..fe9dd4a7f 100644 --- a/assets/svg/1f500.svg +++ b/assets/svg/1f500.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f501.svg b/assets/svg/1f501.svg index b87d873e9..0427e77fb 100644 --- a/assets/svg/1f501.svg +++ b/assets/svg/1f501.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f502.svg b/assets/svg/1f502.svg index 43985172c..a5288cf7f 100644 --- a/assets/svg/1f502.svg +++ b/assets/svg/1f502.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f503.svg b/assets/svg/1f503.svg index ee9d9f7df..360274350 100644 --- a/assets/svg/1f503.svg +++ b/assets/svg/1f503.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f504.svg b/assets/svg/1f504.svg index 3d3d8c170..3e1127253 100644 --- a/assets/svg/1f504.svg +++ b/assets/svg/1f504.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f505.svg b/assets/svg/1f505.svg index 9ba52e825..7d67b599f 100644 --- a/assets/svg/1f505.svg +++ b/assets/svg/1f505.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f506.svg b/assets/svg/1f506.svg index 09d8c7506..6b5ca01a3 100644 --- a/assets/svg/1f506.svg +++ b/assets/svg/1f506.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f507.svg b/assets/svg/1f507.svg index 42d942e66..017d3f36a 100644 --- a/assets/svg/1f507.svg +++ b/assets/svg/1f507.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f508.svg b/assets/svg/1f508.svg index 9894b0569..de2e9bd3a 100644 --- a/assets/svg/1f508.svg +++ b/assets/svg/1f508.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f509.svg b/assets/svg/1f509.svg index 37e5dae8e..35a8c6e0d 100644 --- a/assets/svg/1f509.svg +++ b/assets/svg/1f509.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f50a.svg b/assets/svg/1f50a.svg index 3b12ee96e..3c1a4f426 100644 --- a/assets/svg/1f50a.svg +++ b/assets/svg/1f50a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f50b.svg b/assets/svg/1f50b.svg index 9cd4c99d2..4f86b204f 100644 --- a/assets/svg/1f50b.svg +++ b/assets/svg/1f50b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f50c.svg b/assets/svg/1f50c.svg index 392cec1a9..1b7a5a06f 100644 --- a/assets/svg/1f50c.svg +++ b/assets/svg/1f50c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f50d.svg b/assets/svg/1f50d.svg index cd2b9f093..29bb01e13 100644 --- a/assets/svg/1f50d.svg +++ b/assets/svg/1f50d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f50e.svg b/assets/svg/1f50e.svg index c811d6baf..f7c88f72b 100644 --- a/assets/svg/1f50e.svg +++ b/assets/svg/1f50e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f50f.svg b/assets/svg/1f50f.svg index 28ed10b7f..c7468af7c 100644 --- a/assets/svg/1f50f.svg +++ b/assets/svg/1f50f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f510.svg b/assets/svg/1f510.svg index 6cd8ff575..a761a9f40 100644 --- a/assets/svg/1f510.svg +++ b/assets/svg/1f510.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f511.svg b/assets/svg/1f511.svg index 0be942b52..22375d1ab 100644 --- a/assets/svg/1f511.svg +++ b/assets/svg/1f511.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f512.svg b/assets/svg/1f512.svg index 88ade6434..5e79f49b3 100644 --- a/assets/svg/1f512.svg +++ b/assets/svg/1f512.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f513.svg b/assets/svg/1f513.svg index 2397c5789..055a075a8 100644 --- a/assets/svg/1f513.svg +++ b/assets/svg/1f513.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f514.svg b/assets/svg/1f514.svg index 963ebe3a8..aac70395c 100644 --- a/assets/svg/1f514.svg +++ b/assets/svg/1f514.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f515.svg b/assets/svg/1f515.svg index fd5fe6a14..3d95626e9 100644 --- a/assets/svg/1f515.svg +++ b/assets/svg/1f515.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f516.svg b/assets/svg/1f516.svg index e3db77966..85a025802 100644 --- a/assets/svg/1f516.svg +++ b/assets/svg/1f516.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f517.svg b/assets/svg/1f517.svg index 4c6ff7cfa..9e27ea645 100644 --- a/assets/svg/1f517.svg +++ b/assets/svg/1f517.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f518.svg b/assets/svg/1f518.svg index 4db55df82..92d43103d 100644 --- a/assets/svg/1f518.svg +++ b/assets/svg/1f518.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f519.svg b/assets/svg/1f519.svg index b3161b93b..b0fabcdd6 100644 --- a/assets/svg/1f519.svg +++ b/assets/svg/1f519.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f51a.svg b/assets/svg/1f51a.svg index 3d4b9560a..0ee3bd70e 100644 --- a/assets/svg/1f51a.svg +++ b/assets/svg/1f51a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f51b.svg b/assets/svg/1f51b.svg index 45a61c6d8..f18231e8d 100644 --- a/assets/svg/1f51b.svg +++ b/assets/svg/1f51b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f51c.svg b/assets/svg/1f51c.svg index 293630712..222e5bb41 100644 --- a/assets/svg/1f51c.svg +++ b/assets/svg/1f51c.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f51d.svg b/assets/svg/1f51d.svg index be3cc1bd9..1f31fdfc1 100644 --- a/assets/svg/1f51d.svg +++ b/assets/svg/1f51d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f51e.svg b/assets/svg/1f51e.svg index 7e6537ff9..4f48e29b7 100644 --- a/assets/svg/1f51e.svg +++ b/assets/svg/1f51e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f51f.svg b/assets/svg/1f51f.svg index 626472fba..898890576 100644 --- a/assets/svg/1f51f.svg +++ b/assets/svg/1f51f.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f520.svg b/assets/svg/1f520.svg index 12470e052..a736beafa 100644 --- a/assets/svg/1f520.svg +++ b/assets/svg/1f520.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f521.svg b/assets/svg/1f521.svg index 0503a127e..3da34dbe5 100644 --- a/assets/svg/1f521.svg +++ b/assets/svg/1f521.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f522.svg b/assets/svg/1f522.svg index 2928ffa0d..79c8994ff 100644 --- a/assets/svg/1f522.svg +++ b/assets/svg/1f522.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f523.svg b/assets/svg/1f523.svg index 4aded686c..0b22d1b34 100644 --- a/assets/svg/1f523.svg +++ b/assets/svg/1f523.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f524.svg b/assets/svg/1f524.svg index 0eef3caef..9ae8c997b 100644 --- a/assets/svg/1f524.svg +++ b/assets/svg/1f524.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f525.svg b/assets/svg/1f525.svg index 94b859ca7..3e479fb52 100644 --- a/assets/svg/1f525.svg +++ b/assets/svg/1f525.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f526.svg b/assets/svg/1f526.svg index 1e3d1cc8d..4953ec30a 100644 --- a/assets/svg/1f526.svg +++ b/assets/svg/1f526.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f527.svg b/assets/svg/1f527.svg index 38e00f43c..b17116fb9 100644 --- a/assets/svg/1f527.svg +++ b/assets/svg/1f527.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f528.svg b/assets/svg/1f528.svg index 8955fced6..c66f489da 100644 --- a/assets/svg/1f528.svg +++ b/assets/svg/1f528.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f529.svg b/assets/svg/1f529.svg index 9b15b60c0..2d7d4721b 100644 --- a/assets/svg/1f529.svg +++ b/assets/svg/1f529.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f52a.svg b/assets/svg/1f52a.svg index 6f2c08a7f..08b03ebbb 100644 --- a/assets/svg/1f52a.svg +++ b/assets/svg/1f52a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f52b.svg b/assets/svg/1f52b.svg index c115ec87f..22350d9fe 100644 --- a/assets/svg/1f52b.svg +++ b/assets/svg/1f52b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f52c.svg b/assets/svg/1f52c.svg index 4524098c8..edd4ba283 100644 --- a/assets/svg/1f52c.svg +++ b/assets/svg/1f52c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f52d.svg b/assets/svg/1f52d.svg index e93a2ddb8..c3af9d62b 100644 --- a/assets/svg/1f52d.svg +++ b/assets/svg/1f52d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f52e.svg b/assets/svg/1f52e.svg index c9070fde5..fed8f5a54 100644 --- a/assets/svg/1f52e.svg +++ b/assets/svg/1f52e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f52f.svg b/assets/svg/1f52f.svg index 6e5393fd6..5e903adc8 100644 --- a/assets/svg/1f52f.svg +++ b/assets/svg/1f52f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f530.svg b/assets/svg/1f530.svg index 50afa787d..726a79fca 100644 --- a/assets/svg/1f530.svg +++ b/assets/svg/1f530.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f531.svg b/assets/svg/1f531.svg index 95b9d2f28..5cdd73bdd 100644 --- a/assets/svg/1f531.svg +++ b/assets/svg/1f531.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f532.svg b/assets/svg/1f532.svg index dcafb9c97..488341851 100644 --- a/assets/svg/1f532.svg +++ b/assets/svg/1f532.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f533.svg b/assets/svg/1f533.svg index 44119a820..b154a9b5c 100644 --- a/assets/svg/1f533.svg +++ b/assets/svg/1f533.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f534.svg b/assets/svg/1f534.svg index 13ef2fbd6..9f9ea54df 100644 --- a/assets/svg/1f534.svg +++ b/assets/svg/1f534.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f535.svg b/assets/svg/1f535.svg index 925966241..cc3cb643d 100644 --- a/assets/svg/1f535.svg +++ b/assets/svg/1f535.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f536.svg b/assets/svg/1f536.svg index 9df8bf554..f57584663 100644 --- a/assets/svg/1f536.svg +++ b/assets/svg/1f536.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f537.svg b/assets/svg/1f537.svg index 893d4c949..85e964aa3 100644 --- a/assets/svg/1f537.svg +++ b/assets/svg/1f537.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f538.svg b/assets/svg/1f538.svg index ad7acdd5e..56705443e 100644 --- a/assets/svg/1f538.svg +++ b/assets/svg/1f538.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f539.svg b/assets/svg/1f539.svg index 1161f4efa..fb6f36fac 100644 --- a/assets/svg/1f539.svg +++ b/assets/svg/1f539.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f53a.svg b/assets/svg/1f53a.svg index d9e692ec8..2bcfcf8b0 100644 --- a/assets/svg/1f53a.svg +++ b/assets/svg/1f53a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f53b.svg b/assets/svg/1f53b.svg index 40a0d73eb..2bb530983 100644 --- a/assets/svg/1f53b.svg +++ b/assets/svg/1f53b.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f53c.svg b/assets/svg/1f53c.svg index 6708dcdc1..0e11c3e7e 100644 --- a/assets/svg/1f53c.svg +++ b/assets/svg/1f53c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f53d.svg b/assets/svg/1f53d.svg index 22f7ab5a7..38efac160 100644 --- a/assets/svg/1f53d.svg +++ b/assets/svg/1f53d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f549.svg b/assets/svg/1f549.svg index 514ca0e47..3d00bc0c9 100644 --- a/assets/svg/1f549.svg +++ b/assets/svg/1f549.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f54a.svg b/assets/svg/1f54a.svg index 16ac0a233..049591d59 100644 --- a/assets/svg/1f54a.svg +++ b/assets/svg/1f54a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f54b.svg b/assets/svg/1f54b.svg index cc472ae72..ce52fb9b6 100644 --- a/assets/svg/1f54b.svg +++ b/assets/svg/1f54b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f54c.svg b/assets/svg/1f54c.svg index fbb43c6c3..3ab786e1e 100644 --- a/assets/svg/1f54c.svg +++ b/assets/svg/1f54c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f54d.svg b/assets/svg/1f54d.svg index 42c0bfe02..d927cc195 100644 --- a/assets/svg/1f54d.svg +++ b/assets/svg/1f54d.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f54e.svg b/assets/svg/1f54e.svg index ec0b6c3fd..6a2b02766 100644 --- a/assets/svg/1f54e.svg +++ b/assets/svg/1f54e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f550.svg b/assets/svg/1f550.svg index 9564376c8..5bc9aad2e 100644 --- a/assets/svg/1f550.svg +++ b/assets/svg/1f550.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f551.svg b/assets/svg/1f551.svg index 7e6d216fa..db35799b7 100644 --- a/assets/svg/1f551.svg +++ b/assets/svg/1f551.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f552.svg b/assets/svg/1f552.svg index b976e2c29..f23a6bb0e 100644 --- a/assets/svg/1f552.svg +++ b/assets/svg/1f552.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f553.svg b/assets/svg/1f553.svg index 135bf86c1..8e7e9a1a4 100644 --- a/assets/svg/1f553.svg +++ b/assets/svg/1f553.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f554.svg b/assets/svg/1f554.svg index d56d5e661..0744ce7df 100644 --- a/assets/svg/1f554.svg +++ b/assets/svg/1f554.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f555.svg b/assets/svg/1f555.svg index 211348f02..d9cc6cb84 100644 --- a/assets/svg/1f555.svg +++ b/assets/svg/1f555.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f556.svg b/assets/svg/1f556.svg index df4668384..070ef90a9 100644 --- a/assets/svg/1f556.svg +++ b/assets/svg/1f556.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f557.svg b/assets/svg/1f557.svg index a4ca46080..2ce6663e0 100644 --- a/assets/svg/1f557.svg +++ b/assets/svg/1f557.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f558.svg b/assets/svg/1f558.svg index bb531f968..6703cc1a9 100644 --- a/assets/svg/1f558.svg +++ b/assets/svg/1f558.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f559.svg b/assets/svg/1f559.svg index 032f887c4..c75e50685 100644 --- a/assets/svg/1f559.svg +++ b/assets/svg/1f559.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f55a.svg b/assets/svg/1f55a.svg index 711495a78..0c38d3f26 100644 --- a/assets/svg/1f55a.svg +++ b/assets/svg/1f55a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f55b.svg b/assets/svg/1f55b.svg index 0c5c320e0..02480af77 100644 --- a/assets/svg/1f55b.svg +++ b/assets/svg/1f55b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f55c.svg b/assets/svg/1f55c.svg index 548d701fd..04ee5c70b 100644 --- a/assets/svg/1f55c.svg +++ b/assets/svg/1f55c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f55d.svg b/assets/svg/1f55d.svg index 0cb56d9f9..ec22ef085 100644 --- a/assets/svg/1f55d.svg +++ b/assets/svg/1f55d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f55e.svg b/assets/svg/1f55e.svg index 7226b972a..67b26432b 100644 --- a/assets/svg/1f55e.svg +++ b/assets/svg/1f55e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f55f.svg b/assets/svg/1f55f.svg index 1ebe731a8..e8c16cec2 100644 --- a/assets/svg/1f55f.svg +++ b/assets/svg/1f55f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f560.svg b/assets/svg/1f560.svg index d6469592d..7f4dea3bf 100644 --- a/assets/svg/1f560.svg +++ b/assets/svg/1f560.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f561.svg b/assets/svg/1f561.svg index 002c545ab..f3d521dc1 100644 --- a/assets/svg/1f561.svg +++ b/assets/svg/1f561.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f562.svg b/assets/svg/1f562.svg index 70adbbc06..1df032d8f 100644 --- a/assets/svg/1f562.svg +++ b/assets/svg/1f562.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f563.svg b/assets/svg/1f563.svg index e32e46d53..3f9d59581 100644 --- a/assets/svg/1f563.svg +++ b/assets/svg/1f563.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f564.svg b/assets/svg/1f564.svg index 171bec20a..b57b1a946 100644 --- a/assets/svg/1f564.svg +++ b/assets/svg/1f564.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f565.svg b/assets/svg/1f565.svg index 0fa3a4109..bb6a8bd2f 100644 --- a/assets/svg/1f565.svg +++ b/assets/svg/1f565.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f566.svg b/assets/svg/1f566.svg index d1fe5b0bb..7d696844a 100644 --- a/assets/svg/1f566.svg +++ b/assets/svg/1f566.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f567.svg b/assets/svg/1f567.svg index 934a1d10b..7e2f149fc 100644 --- a/assets/svg/1f567.svg +++ b/assets/svg/1f567.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f56f.svg b/assets/svg/1f56f.svg index de18fa757..3d683f20e 100644 --- a/assets/svg/1f56f.svg +++ b/assets/svg/1f56f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f570.svg b/assets/svg/1f570.svg index cba3f0b47..39690f6ba 100644 --- a/assets/svg/1f570.svg +++ b/assets/svg/1f570.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f573.svg b/assets/svg/1f573.svg index cf9b2c764..6c408696f 100644 --- a/assets/svg/1f573.svg +++ b/assets/svg/1f573.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f574.svg b/assets/svg/1f574.svg index 4f23b3a0f..0864d03a2 100644 --- a/assets/svg/1f574.svg +++ b/assets/svg/1f574.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f575-1f3fb.svg b/assets/svg/1f575-1f3fb.svg index ab469ba0b..d9bbbf40b 100644 --- a/assets/svg/1f575-1f3fb.svg +++ b/assets/svg/1f575-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f575-1f3fc.svg b/assets/svg/1f575-1f3fc.svg index 9362d271b..6b97abdf3 100644 --- a/assets/svg/1f575-1f3fc.svg +++ b/assets/svg/1f575-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f575-1f3fd.svg b/assets/svg/1f575-1f3fd.svg index db694e7fa..7a342e5f6 100644 --- a/assets/svg/1f575-1f3fd.svg +++ b/assets/svg/1f575-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f575-1f3fe.svg b/assets/svg/1f575-1f3fe.svg index 75370a0af..7be8cf6cf 100644 --- a/assets/svg/1f575-1f3fe.svg +++ b/assets/svg/1f575-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f575-1f3ff.svg b/assets/svg/1f575-1f3ff.svg index 8503b89fb..bdfc0a336 100644 --- a/assets/svg/1f575-1f3ff.svg +++ b/assets/svg/1f575-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f575.svg b/assets/svg/1f575.svg index 1148e6c51..ca982a6e9 100644 --- a/assets/svg/1f575.svg +++ b/assets/svg/1f575.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f576.svg b/assets/svg/1f576.svg index 4415f0aa2..3e4c507d3 100644 --- a/assets/svg/1f576.svg +++ b/assets/svg/1f576.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f577.svg b/assets/svg/1f577.svg index 2cd52f386..4202a59fb 100644 --- a/assets/svg/1f577.svg +++ b/assets/svg/1f577.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f578.svg b/assets/svg/1f578.svg index ab245c014..005e81f04 100644 --- a/assets/svg/1f578.svg +++ b/assets/svg/1f578.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f579.svg b/assets/svg/1f579.svg index 4d22db581..417c2cdc3 100644 --- a/assets/svg/1f579.svg +++ b/assets/svg/1f579.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f587.svg b/assets/svg/1f587.svg index 96007fe25..8bbe37fe6 100644 --- a/assets/svg/1f587.svg +++ b/assets/svg/1f587.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f58a.svg b/assets/svg/1f58a.svg index 707849c3b..e8845f528 100644 --- a/assets/svg/1f58a.svg +++ b/assets/svg/1f58a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f58b.svg b/assets/svg/1f58b.svg index 1ee9adf39..54f0e629a 100644 --- a/assets/svg/1f58b.svg +++ b/assets/svg/1f58b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f58c.svg b/assets/svg/1f58c.svg index ecaa53d72..404aa8d4c 100644 --- a/assets/svg/1f58c.svg +++ b/assets/svg/1f58c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f58d.svg b/assets/svg/1f58d.svg index 6230fddcc..af58a1385 100644 --- a/assets/svg/1f58d.svg +++ b/assets/svg/1f58d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f590-1f3fb.svg b/assets/svg/1f590-1f3fb.svg index d181d05ac..d98440fa8 100644 --- a/assets/svg/1f590-1f3fb.svg +++ b/assets/svg/1f590-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f590-1f3fc.svg b/assets/svg/1f590-1f3fc.svg index cce658005..515eb5884 100644 --- a/assets/svg/1f590-1f3fc.svg +++ b/assets/svg/1f590-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f590-1f3fd.svg b/assets/svg/1f590-1f3fd.svg index 1f67f410a..4db597af5 100644 --- a/assets/svg/1f590-1f3fd.svg +++ b/assets/svg/1f590-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f590-1f3fe.svg b/assets/svg/1f590-1f3fe.svg index 18e082b64..a51783ffe 100644 --- a/assets/svg/1f590-1f3fe.svg +++ b/assets/svg/1f590-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f590-1f3ff.svg b/assets/svg/1f590-1f3ff.svg index 4993f51a6..552416101 100644 --- a/assets/svg/1f590-1f3ff.svg +++ b/assets/svg/1f590-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f590.svg b/assets/svg/1f590.svg index c85539ab8..82fd22db1 100644 --- a/assets/svg/1f590.svg +++ b/assets/svg/1f590.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f595-1f3fb.svg b/assets/svg/1f595-1f3fb.svg index 9920086f7..879bdc040 100644 --- a/assets/svg/1f595-1f3fb.svg +++ b/assets/svg/1f595-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f595-1f3fc.svg b/assets/svg/1f595-1f3fc.svg index 53a6fccbc..9644041af 100644 --- a/assets/svg/1f595-1f3fc.svg +++ b/assets/svg/1f595-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f595-1f3fd.svg b/assets/svg/1f595-1f3fd.svg index a5dc5c795..d1e9894b6 100644 --- a/assets/svg/1f595-1f3fd.svg +++ b/assets/svg/1f595-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f595-1f3fe.svg b/assets/svg/1f595-1f3fe.svg index ab4c2abb0..0b563999c 100644 --- a/assets/svg/1f595-1f3fe.svg +++ b/assets/svg/1f595-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f595-1f3ff.svg b/assets/svg/1f595-1f3ff.svg index 10afd8469..7a379242b 100644 --- a/assets/svg/1f595-1f3ff.svg +++ b/assets/svg/1f595-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f595.svg b/assets/svg/1f595.svg index 6dece8f37..2f779693a 100644 --- a/assets/svg/1f595.svg +++ b/assets/svg/1f595.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f596-1f3fb.svg b/assets/svg/1f596-1f3fb.svg index 159661de8..bc58f750f 100644 --- a/assets/svg/1f596-1f3fb.svg +++ b/assets/svg/1f596-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f596-1f3fc.svg b/assets/svg/1f596-1f3fc.svg index 536ff2cdd..edaa6d66d 100644 --- a/assets/svg/1f596-1f3fc.svg +++ b/assets/svg/1f596-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f596-1f3fd.svg b/assets/svg/1f596-1f3fd.svg index e5fb77c61..d743fd59a 100644 --- a/assets/svg/1f596-1f3fd.svg +++ b/assets/svg/1f596-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f596-1f3fe.svg b/assets/svg/1f596-1f3fe.svg index 3d3a75369..bf5a378df 100644 --- a/assets/svg/1f596-1f3fe.svg +++ b/assets/svg/1f596-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f596-1f3ff.svg b/assets/svg/1f596-1f3ff.svg index aa38390f1..73cefd1a8 100644 --- a/assets/svg/1f596-1f3ff.svg +++ b/assets/svg/1f596-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f596.svg b/assets/svg/1f596.svg index 5d3a9e517..1463c62fc 100644 --- a/assets/svg/1f596.svg +++ b/assets/svg/1f596.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5a5.svg b/assets/svg/1f5a5.svg index 83e9648ac..47e37308f 100644 --- a/assets/svg/1f5a5.svg +++ b/assets/svg/1f5a5.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5a8.svg b/assets/svg/1f5a8.svg index 2da20034b..eb76c6302 100644 --- a/assets/svg/1f5a8.svg +++ b/assets/svg/1f5a8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5b1.svg b/assets/svg/1f5b1.svg index c649b9ec8..b61156cf8 100644 --- a/assets/svg/1f5b1.svg +++ b/assets/svg/1f5b1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5b2.svg b/assets/svg/1f5b2.svg index 73ec69c94..dcc2b3dce 100644 --- a/assets/svg/1f5b2.svg +++ b/assets/svg/1f5b2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5bc.svg b/assets/svg/1f5bc.svg index bfe7092bc..639d0f9d3 100644 --- a/assets/svg/1f5bc.svg +++ b/assets/svg/1f5bc.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5c2.svg b/assets/svg/1f5c2.svg index 8a748bc31..2e1faf054 100644 --- a/assets/svg/1f5c2.svg +++ b/assets/svg/1f5c2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5c3.svg b/assets/svg/1f5c3.svg index 3cb6cd0d5..3a0e384ee 100644 --- a/assets/svg/1f5c3.svg +++ b/assets/svg/1f5c3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5c4.svg b/assets/svg/1f5c4.svg index 18f9ce39c..98f60a958 100644 --- a/assets/svg/1f5c4.svg +++ b/assets/svg/1f5c4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5d1.svg b/assets/svg/1f5d1.svg index 0b22a9adf..f6952dc42 100644 --- a/assets/svg/1f5d1.svg +++ b/assets/svg/1f5d1.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5d2.svg b/assets/svg/1f5d2.svg index c74ab1ec7..60ca9e604 100644 --- a/assets/svg/1f5d2.svg +++ b/assets/svg/1f5d2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5d3.svg b/assets/svg/1f5d3.svg index 2da5a9b35..a11208743 100644 --- a/assets/svg/1f5d3.svg +++ b/assets/svg/1f5d3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5dc.svg b/assets/svg/1f5dc.svg index 789438224..13bedea94 100644 --- a/assets/svg/1f5dc.svg +++ b/assets/svg/1f5dc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5dd.svg b/assets/svg/1f5dd.svg index 6374e8703..5a5ebb721 100644 --- a/assets/svg/1f5dd.svg +++ b/assets/svg/1f5dd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5de.svg b/assets/svg/1f5de.svg index 10874925a..887a378d9 100644 --- a/assets/svg/1f5de.svg +++ b/assets/svg/1f5de.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5e1.svg b/assets/svg/1f5e1.svg index e93fc6371..77bd95a03 100644 --- a/assets/svg/1f5e1.svg +++ b/assets/svg/1f5e1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5e3.svg b/assets/svg/1f5e3.svg index 41ea2d849..ef5ddb7d2 100644 --- a/assets/svg/1f5e3.svg +++ b/assets/svg/1f5e3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5ef.svg b/assets/svg/1f5ef.svg index 3305cd547..a70d50570 100644 --- a/assets/svg/1f5ef.svg +++ b/assets/svg/1f5ef.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5f3.svg b/assets/svg/1f5f3.svg index c003bff6b..fe36f5af8 100644 --- a/assets/svg/1f5f3.svg +++ b/assets/svg/1f5f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5fa.svg b/assets/svg/1f5fa.svg index 6a0a63d69..c4cb1e383 100644 --- a/assets/svg/1f5fa.svg +++ b/assets/svg/1f5fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5fb.svg b/assets/svg/1f5fb.svg index eca993f45..c3f261588 100644 --- a/assets/svg/1f5fb.svg +++ b/assets/svg/1f5fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5fc.svg b/assets/svg/1f5fc.svg index 1e989c678..d58320946 100644 --- a/assets/svg/1f5fc.svg +++ b/assets/svg/1f5fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5fd.svg b/assets/svg/1f5fd.svg index 9c9e6cb51..2aa345ef9 100644 --- a/assets/svg/1f5fd.svg +++ b/assets/svg/1f5fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5fe.svg b/assets/svg/1f5fe.svg index f908a21a8..08bb5e363 100644 --- a/assets/svg/1f5fe.svg +++ b/assets/svg/1f5fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f5ff.svg b/assets/svg/1f5ff.svg index 14d0a5eb7..133e5560a 100644 --- a/assets/svg/1f5ff.svg +++ b/assets/svg/1f5ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f600.svg b/assets/svg/1f600.svg index d1d05c754..4b318529d 100644 --- a/assets/svg/1f600.svg +++ b/assets/svg/1f600.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f601.svg b/assets/svg/1f601.svg index 450821165..74294bde5 100644 --- a/assets/svg/1f601.svg +++ b/assets/svg/1f601.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f602.svg b/assets/svg/1f602.svg index 5c4b0861b..86f2e92a9 100644 --- a/assets/svg/1f602.svg +++ b/assets/svg/1f602.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f603.svg b/assets/svg/1f603.svg index 2a262800e..cac2a51b9 100644 --- a/assets/svg/1f603.svg +++ b/assets/svg/1f603.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f604.svg b/assets/svg/1f604.svg index 047f4e1f1..f020fe6ce 100644 --- a/assets/svg/1f604.svg +++ b/assets/svg/1f604.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f605.svg b/assets/svg/1f605.svg index 66a072473..4a295b6cb 100644 --- a/assets/svg/1f605.svg +++ b/assets/svg/1f605.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f606.svg b/assets/svg/1f606.svg index 551cb1440..35eac8ce5 100644 --- a/assets/svg/1f606.svg +++ b/assets/svg/1f606.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f607.svg b/assets/svg/1f607.svg index ea77fb60e..9755a6890 100644 --- a/assets/svg/1f607.svg +++ b/assets/svg/1f607.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f608.svg b/assets/svg/1f608.svg index 27bd71275..a59358107 100644 --- a/assets/svg/1f608.svg +++ b/assets/svg/1f608.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f609.svg b/assets/svg/1f609.svg index f596fb823..ea4aacf22 100644 --- a/assets/svg/1f609.svg +++ b/assets/svg/1f609.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f60a.svg b/assets/svg/1f60a.svg index 3b884acb7..42f44ddaa 100644 --- a/assets/svg/1f60a.svg +++ b/assets/svg/1f60a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f60b.svg b/assets/svg/1f60b.svg index 713c0fcfb..b347c80f7 100644 --- a/assets/svg/1f60b.svg +++ b/assets/svg/1f60b.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f60c.svg b/assets/svg/1f60c.svg index 196528756..cd0a1ea08 100644 --- a/assets/svg/1f60c.svg +++ b/assets/svg/1f60c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f60d.svg b/assets/svg/1f60d.svg index e05ebcc45..e72bd449b 100644 --- a/assets/svg/1f60d.svg +++ b/assets/svg/1f60d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f60e.svg b/assets/svg/1f60e.svg index 8306b9851..e26084a0a 100644 --- a/assets/svg/1f60e.svg +++ b/assets/svg/1f60e.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f60f.svg b/assets/svg/1f60f.svg index 94a9c61c6..a074c8fcc 100644 --- a/assets/svg/1f60f.svg +++ b/assets/svg/1f60f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f610.svg b/assets/svg/1f610.svg index 5884158df..cb9bb170e 100644 --- a/assets/svg/1f610.svg +++ b/assets/svg/1f610.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f611.svg b/assets/svg/1f611.svg index f0d6b9c46..cd08d1dcf 100644 --- a/assets/svg/1f611.svg +++ b/assets/svg/1f611.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f612.svg b/assets/svg/1f612.svg index 214ef7f58..5d7102e79 100644 --- a/assets/svg/1f612.svg +++ b/assets/svg/1f612.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f613.svg b/assets/svg/1f613.svg index 994b9b625..7adc94b7d 100644 --- a/assets/svg/1f613.svg +++ b/assets/svg/1f613.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f614.svg b/assets/svg/1f614.svg index 6ff03c51b..4dab77c82 100644 --- a/assets/svg/1f614.svg +++ b/assets/svg/1f614.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f615.svg b/assets/svg/1f615.svg index 6e95232cf..9d4c0681a 100644 --- a/assets/svg/1f615.svg +++ b/assets/svg/1f615.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f616.svg b/assets/svg/1f616.svg index 32aa8c97a..d631ae4f5 100644 --- a/assets/svg/1f616.svg +++ b/assets/svg/1f616.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f617.svg b/assets/svg/1f617.svg index 3c7642cd7..ea413b9b1 100644 --- a/assets/svg/1f617.svg +++ b/assets/svg/1f617.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f618.svg b/assets/svg/1f618.svg index 982570161..7d01cbb26 100644 --- a/assets/svg/1f618.svg +++ b/assets/svg/1f618.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f619.svg b/assets/svg/1f619.svg index 06efa199e..7e9cd9fd3 100644 --- a/assets/svg/1f619.svg +++ b/assets/svg/1f619.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f61a.svg b/assets/svg/1f61a.svg index 41b66cb8b..3f5083658 100644 --- a/assets/svg/1f61a.svg +++ b/assets/svg/1f61a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f61b.svg b/assets/svg/1f61b.svg index 4431bef33..406d18f9c 100644 --- a/assets/svg/1f61b.svg +++ b/assets/svg/1f61b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f61c.svg b/assets/svg/1f61c.svg index e291d3c54..0185b912d 100644 --- a/assets/svg/1f61c.svg +++ b/assets/svg/1f61c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f61d.svg b/assets/svg/1f61d.svg index 57b9d3853..57f7be0e4 100644 --- a/assets/svg/1f61d.svg +++ b/assets/svg/1f61d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f61e.svg b/assets/svg/1f61e.svg index 1ab9fbc57..4674d3b7e 100644 --- a/assets/svg/1f61e.svg +++ b/assets/svg/1f61e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f61f.svg b/assets/svg/1f61f.svg index 12a3af088..33a168884 100644 --- a/assets/svg/1f61f.svg +++ b/assets/svg/1f61f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f620.svg b/assets/svg/1f620.svg index 5acf33391..483c1cf90 100644 --- a/assets/svg/1f620.svg +++ b/assets/svg/1f620.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f621.svg b/assets/svg/1f621.svg index a8c8e2afb..5d591ed7e 100644 --- a/assets/svg/1f621.svg +++ b/assets/svg/1f621.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f622.svg b/assets/svg/1f622.svg index b40a6719e..aafdf2d3b 100644 --- a/assets/svg/1f622.svg +++ b/assets/svg/1f622.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f623.svg b/assets/svg/1f623.svg index 070964e28..d5ac8e361 100644 --- a/assets/svg/1f623.svg +++ b/assets/svg/1f623.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f624.svg b/assets/svg/1f624.svg index 4c1ef04a5..7b484d664 100644 --- a/assets/svg/1f624.svg +++ b/assets/svg/1f624.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f625.svg b/assets/svg/1f625.svg index 3194fa06c..cfe8dc883 100644 --- a/assets/svg/1f625.svg +++ b/assets/svg/1f625.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f626.svg b/assets/svg/1f626.svg index bae8cd67b..f283a5c2c 100644 --- a/assets/svg/1f626.svg +++ b/assets/svg/1f626.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f627.svg b/assets/svg/1f627.svg index c8e58129a..8682efc82 100644 --- a/assets/svg/1f627.svg +++ b/assets/svg/1f627.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f628.svg b/assets/svg/1f628.svg index dcf75486b..14b042880 100644 --- a/assets/svg/1f628.svg +++ b/assets/svg/1f628.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f629.svg b/assets/svg/1f629.svg index a169e56f4..6802c7c5a 100644 --- a/assets/svg/1f629.svg +++ b/assets/svg/1f629.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f62a.svg b/assets/svg/1f62a.svg index c74fa3e48..66c6440a2 100644 --- a/assets/svg/1f62a.svg +++ b/assets/svg/1f62a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f62b.svg b/assets/svg/1f62b.svg index 13d66fab4..9ba550be9 100644 --- a/assets/svg/1f62b.svg +++ b/assets/svg/1f62b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f62c.svg b/assets/svg/1f62c.svg index ace1c3ca8..629aef91a 100644 --- a/assets/svg/1f62c.svg +++ b/assets/svg/1f62c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f62d.svg b/assets/svg/1f62d.svg index ddffc3230..a5f42e0d5 100644 --- a/assets/svg/1f62d.svg +++ b/assets/svg/1f62d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f62e.svg b/assets/svg/1f62e.svg index 88fdd3256..eb44c4870 100644 --- a/assets/svg/1f62e.svg +++ b/assets/svg/1f62e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f62f.svg b/assets/svg/1f62f.svg index 895b15ca1..ffec573fc 100644 --- a/assets/svg/1f62f.svg +++ b/assets/svg/1f62f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f630.svg b/assets/svg/1f630.svg index d68e2bae0..5c6c5d5b3 100644 --- a/assets/svg/1f630.svg +++ b/assets/svg/1f630.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f631.svg b/assets/svg/1f631.svg index b5f772e8d..84c704484 100644 --- a/assets/svg/1f631.svg +++ b/assets/svg/1f631.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f632.svg b/assets/svg/1f632.svg index 58f83d380..6aa069df5 100644 --- a/assets/svg/1f632.svg +++ b/assets/svg/1f632.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f633.svg b/assets/svg/1f633.svg index cb21cebd7..e0218ab9b 100644 --- a/assets/svg/1f633.svg +++ b/assets/svg/1f633.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f634.svg b/assets/svg/1f634.svg index 408ebe2fa..ddb9e886d 100644 --- a/assets/svg/1f634.svg +++ b/assets/svg/1f634.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f635.svg b/assets/svg/1f635.svg index 3ed3525e9..48d7cdaa6 100644 --- a/assets/svg/1f635.svg +++ b/assets/svg/1f635.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f636.svg b/assets/svg/1f636.svg index 6a07bacbb..6845d509a 100644 --- a/assets/svg/1f636.svg +++ b/assets/svg/1f636.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f637.svg b/assets/svg/1f637.svg index 80a2c6c5a..ed725ac9a 100644 --- a/assets/svg/1f637.svg +++ b/assets/svg/1f637.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f638.svg b/assets/svg/1f638.svg index f92e75609..1468684bc 100644 --- a/assets/svg/1f638.svg +++ b/assets/svg/1f638.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f639.svg b/assets/svg/1f639.svg index 86b16f36f..55ef38579 100644 --- a/assets/svg/1f639.svg +++ b/assets/svg/1f639.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f63a.svg b/assets/svg/1f63a.svg index f3ebd4ad2..a6c76a6b7 100644 --- a/assets/svg/1f63a.svg +++ b/assets/svg/1f63a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f63b.svg b/assets/svg/1f63b.svg index 579f0ba95..d219387e5 100644 --- a/assets/svg/1f63b.svg +++ b/assets/svg/1f63b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f63c.svg b/assets/svg/1f63c.svg index dd2dc70f8..d69b7540d 100644 --- a/assets/svg/1f63c.svg +++ b/assets/svg/1f63c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f63d.svg b/assets/svg/1f63d.svg index bdb31faa8..477f5da3f 100644 --- a/assets/svg/1f63d.svg +++ b/assets/svg/1f63d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f63e.svg b/assets/svg/1f63e.svg index acf6640c5..753b89157 100644 --- a/assets/svg/1f63e.svg +++ b/assets/svg/1f63e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f63f.svg b/assets/svg/1f63f.svg index afbe33117..60a3107d5 100644 --- a/assets/svg/1f63f.svg +++ b/assets/svg/1f63f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f640.svg b/assets/svg/1f640.svg index 42210ace6..a6da8968f 100644 --- a/assets/svg/1f640.svg +++ b/assets/svg/1f640.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f641.svg b/assets/svg/1f641.svg index 1beb89c8f..37ee4f9ba 100644 --- a/assets/svg/1f641.svg +++ b/assets/svg/1f641.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f642.svg b/assets/svg/1f642.svg index 23b1e7efd..df03e35d8 100644 --- a/assets/svg/1f642.svg +++ b/assets/svg/1f642.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f643.svg b/assets/svg/1f643.svg index fc78562b6..ebb7be1a0 100644 --- a/assets/svg/1f643.svg +++ b/assets/svg/1f643.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f644.svg b/assets/svg/1f644.svg index 94c726986..deb294ef7 100644 --- a/assets/svg/1f644.svg +++ b/assets/svg/1f644.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f645-1f3fb.svg b/assets/svg/1f645-1f3fb.svg index 8ee59a825..7fee18612 100644 --- a/assets/svg/1f645-1f3fb.svg +++ b/assets/svg/1f645-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f645-1f3fc.svg b/assets/svg/1f645-1f3fc.svg index 83ebde933..3db5ef743 100644 --- a/assets/svg/1f645-1f3fc.svg +++ b/assets/svg/1f645-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f645-1f3fd.svg b/assets/svg/1f645-1f3fd.svg index 29c91a78e..c27ba51a7 100644 --- a/assets/svg/1f645-1f3fd.svg +++ b/assets/svg/1f645-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f645-1f3fe.svg b/assets/svg/1f645-1f3fe.svg index 383851450..c9ca3e572 100644 --- a/assets/svg/1f645-1f3fe.svg +++ b/assets/svg/1f645-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f645-1f3ff.svg b/assets/svg/1f645-1f3ff.svg index 8a2720e84..800ecfe22 100644 --- a/assets/svg/1f645-1f3ff.svg +++ b/assets/svg/1f645-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f645.svg b/assets/svg/1f645.svg index 1c0ffa934..642de0445 100644 --- a/assets/svg/1f645.svg +++ b/assets/svg/1f645.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f646-1f3fb.svg b/assets/svg/1f646-1f3fb.svg index 3aa59f1d9..fa7e7cb0c 100644 --- a/assets/svg/1f646-1f3fb.svg +++ b/assets/svg/1f646-1f3fb.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f646-1f3fc.svg b/assets/svg/1f646-1f3fc.svg index 06615983d..66f59e5bd 100644 --- a/assets/svg/1f646-1f3fc.svg +++ b/assets/svg/1f646-1f3fc.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f646-1f3fd.svg b/assets/svg/1f646-1f3fd.svg index f08d5f1e4..a4e8146ee 100644 --- a/assets/svg/1f646-1f3fd.svg +++ b/assets/svg/1f646-1f3fd.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f646-1f3fe.svg b/assets/svg/1f646-1f3fe.svg index 3fe9d3a5a..3fcb94187 100644 --- a/assets/svg/1f646-1f3fe.svg +++ b/assets/svg/1f646-1f3fe.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f646-1f3ff.svg b/assets/svg/1f646-1f3ff.svg index c499601c3..4ebaa2d22 100644 --- a/assets/svg/1f646-1f3ff.svg +++ b/assets/svg/1f646-1f3ff.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f646.svg b/assets/svg/1f646.svg index d9a94e0f3..4b608a73c 100644 --- a/assets/svg/1f646.svg +++ b/assets/svg/1f646.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f647-1f3fb.svg b/assets/svg/1f647-1f3fb.svg index a71cde897..4c712f4ed 100644 --- a/assets/svg/1f647-1f3fb.svg +++ b/assets/svg/1f647-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f647-1f3fc.svg b/assets/svg/1f647-1f3fc.svg index dd0316edf..f2af50c94 100644 --- a/assets/svg/1f647-1f3fc.svg +++ b/assets/svg/1f647-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f647-1f3fd.svg b/assets/svg/1f647-1f3fd.svg index 1527e40ec..5c3f0ea8b 100644 --- a/assets/svg/1f647-1f3fd.svg +++ b/assets/svg/1f647-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f647-1f3fe.svg b/assets/svg/1f647-1f3fe.svg index 10ebf49c4..f6b4b42b4 100644 --- a/assets/svg/1f647-1f3fe.svg +++ b/assets/svg/1f647-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f647-1f3ff.svg b/assets/svg/1f647-1f3ff.svg index 9944a8ce2..ca8e3b06e 100644 --- a/assets/svg/1f647-1f3ff.svg +++ b/assets/svg/1f647-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f647.svg b/assets/svg/1f647.svg index 95cbbbb22..69cf6b4c3 100644 --- a/assets/svg/1f647.svg +++ b/assets/svg/1f647.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f648.svg b/assets/svg/1f648.svg index 94bf14f65..078818f5d 100644 --- a/assets/svg/1f648.svg +++ b/assets/svg/1f648.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f649.svg b/assets/svg/1f649.svg index cae7cecc2..854d48ebc 100644 --- a/assets/svg/1f649.svg +++ b/assets/svg/1f649.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64a.svg b/assets/svg/1f64a.svg index 8f2a9d365..d9a1ae996 100644 --- a/assets/svg/1f64a.svg +++ b/assets/svg/1f64a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64b-1f3fb.svg b/assets/svg/1f64b-1f3fb.svg index dca6d0d7b..ecf330b30 100644 --- a/assets/svg/1f64b-1f3fb.svg +++ b/assets/svg/1f64b-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64b-1f3fc.svg b/assets/svg/1f64b-1f3fc.svg index 78aa9be08..fe5fc5d09 100644 --- a/assets/svg/1f64b-1f3fc.svg +++ b/assets/svg/1f64b-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64b-1f3fd.svg b/assets/svg/1f64b-1f3fd.svg index 9586fc27c..f17629b5e 100644 --- a/assets/svg/1f64b-1f3fd.svg +++ b/assets/svg/1f64b-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64b-1f3fe.svg b/assets/svg/1f64b-1f3fe.svg index b204c640f..80445bc9b 100644 --- a/assets/svg/1f64b-1f3fe.svg +++ b/assets/svg/1f64b-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64b-1f3ff.svg b/assets/svg/1f64b-1f3ff.svg index 5624cfa7a..e1b1bf257 100644 --- a/assets/svg/1f64b-1f3ff.svg +++ b/assets/svg/1f64b-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64b.svg b/assets/svg/1f64b.svg index 88aa03b80..2e9100104 100644 --- a/assets/svg/1f64b.svg +++ b/assets/svg/1f64b.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64c-1f3fb.svg b/assets/svg/1f64c-1f3fb.svg index 115d63cc1..2fcd82075 100644 --- a/assets/svg/1f64c-1f3fb.svg +++ b/assets/svg/1f64c-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64c-1f3fc.svg b/assets/svg/1f64c-1f3fc.svg index 5569ee06f..dc78ab1a2 100644 --- a/assets/svg/1f64c-1f3fc.svg +++ b/assets/svg/1f64c-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64c-1f3fd.svg b/assets/svg/1f64c-1f3fd.svg index d28b5129e..07d548b0b 100644 --- a/assets/svg/1f64c-1f3fd.svg +++ b/assets/svg/1f64c-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64c-1f3fe.svg b/assets/svg/1f64c-1f3fe.svg index 7b7077164..a14ae2c7c 100644 --- a/assets/svg/1f64c-1f3fe.svg +++ b/assets/svg/1f64c-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64c-1f3ff.svg b/assets/svg/1f64c-1f3ff.svg index 6ed1c43ad..23579fdda 100644 --- a/assets/svg/1f64c-1f3ff.svg +++ b/assets/svg/1f64c-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64c.svg b/assets/svg/1f64c.svg index 253113b0f..c7d52576a 100644 --- a/assets/svg/1f64c.svg +++ b/assets/svg/1f64c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64d-1f3fb.svg b/assets/svg/1f64d-1f3fb.svg index ad5a15098..03ff5a3b6 100644 --- a/assets/svg/1f64d-1f3fb.svg +++ b/assets/svg/1f64d-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64d-1f3fc.svg b/assets/svg/1f64d-1f3fc.svg index e25c59640..3a357f827 100644 --- a/assets/svg/1f64d-1f3fc.svg +++ b/assets/svg/1f64d-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64d-1f3fd.svg b/assets/svg/1f64d-1f3fd.svg index 366f85504..68924df41 100644 --- a/assets/svg/1f64d-1f3fd.svg +++ b/assets/svg/1f64d-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64d-1f3fe.svg b/assets/svg/1f64d-1f3fe.svg index 8aa91cf8e..151819c5f 100644 --- a/assets/svg/1f64d-1f3fe.svg +++ b/assets/svg/1f64d-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64d-1f3ff.svg b/assets/svg/1f64d-1f3ff.svg index aef53ffe4..830752e51 100644 --- a/assets/svg/1f64d-1f3ff.svg +++ b/assets/svg/1f64d-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64d.svg b/assets/svg/1f64d.svg index be01dc10b..a47ea3d9e 100644 --- a/assets/svg/1f64d.svg +++ b/assets/svg/1f64d.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64e-1f3fb.svg b/assets/svg/1f64e-1f3fb.svg index fbf2a07e1..2191937b4 100644 --- a/assets/svg/1f64e-1f3fb.svg +++ b/assets/svg/1f64e-1f3fb.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64e-1f3fc.svg b/assets/svg/1f64e-1f3fc.svg index 2b3a67c1f..4f48d662e 100644 --- a/assets/svg/1f64e-1f3fc.svg +++ b/assets/svg/1f64e-1f3fc.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64e-1f3fd.svg b/assets/svg/1f64e-1f3fd.svg index d66f6a623..9289e61b6 100644 --- a/assets/svg/1f64e-1f3fd.svg +++ b/assets/svg/1f64e-1f3fd.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64e-1f3fe.svg b/assets/svg/1f64e-1f3fe.svg index a25d30a4b..dfb7fd798 100644 --- a/assets/svg/1f64e-1f3fe.svg +++ b/assets/svg/1f64e-1f3fe.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64e-1f3ff.svg b/assets/svg/1f64e-1f3ff.svg index 5ee988bb3..babff3865 100644 --- a/assets/svg/1f64e-1f3ff.svg +++ b/assets/svg/1f64e-1f3ff.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64e.svg b/assets/svg/1f64e.svg index 195f06c21..f86d212b8 100644 --- a/assets/svg/1f64e.svg +++ b/assets/svg/1f64e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64f-1f3fb.svg b/assets/svg/1f64f-1f3fb.svg index c36d2c8c1..cf5afade4 100644 --- a/assets/svg/1f64f-1f3fb.svg +++ b/assets/svg/1f64f-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64f-1f3fc.svg b/assets/svg/1f64f-1f3fc.svg index 235de8737..d7ec0ee49 100644 --- a/assets/svg/1f64f-1f3fc.svg +++ b/assets/svg/1f64f-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64f-1f3fd.svg b/assets/svg/1f64f-1f3fd.svg index f0e6edcfa..1f98a81cc 100644 --- a/assets/svg/1f64f-1f3fd.svg +++ b/assets/svg/1f64f-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64f-1f3fe.svg b/assets/svg/1f64f-1f3fe.svg index 8bca32be2..5b791ad9a 100644 --- a/assets/svg/1f64f-1f3fe.svg +++ b/assets/svg/1f64f-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64f-1f3ff.svg b/assets/svg/1f64f-1f3ff.svg index 47d424e09..ba8abad17 100644 --- a/assets/svg/1f64f-1f3ff.svg +++ b/assets/svg/1f64f-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f64f.svg b/assets/svg/1f64f.svg index fd0374f86..3dccb61e0 100644 --- a/assets/svg/1f64f.svg +++ b/assets/svg/1f64f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f680.svg b/assets/svg/1f680.svg index 46da7be96..38b7fa374 100644 --- a/assets/svg/1f680.svg +++ b/assets/svg/1f680.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f681.svg b/assets/svg/1f681.svg index 6b96d779d..dc633bde1 100644 --- a/assets/svg/1f681.svg +++ b/assets/svg/1f681.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f682.svg b/assets/svg/1f682.svg index 86cc16842..64df1231d 100644 --- a/assets/svg/1f682.svg +++ b/assets/svg/1f682.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f683.svg b/assets/svg/1f683.svg index 89f634766..19a90aa85 100644 --- a/assets/svg/1f683.svg +++ b/assets/svg/1f683.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f684.svg b/assets/svg/1f684.svg index 4a991ff8f..4c929f3df 100644 --- a/assets/svg/1f684.svg +++ b/assets/svg/1f684.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f685.svg b/assets/svg/1f685.svg index a135d7c37..c169cde5d 100644 --- a/assets/svg/1f685.svg +++ b/assets/svg/1f685.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f686.svg b/assets/svg/1f686.svg index 7a5588638..df6f03ae8 100644 --- a/assets/svg/1f686.svg +++ b/assets/svg/1f686.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f687.svg b/assets/svg/1f687.svg index cd8ed877d..545967a5d 100644 --- a/assets/svg/1f687.svg +++ b/assets/svg/1f687.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f688.svg b/assets/svg/1f688.svg index 00054effd..5e1e8ad1e 100644 --- a/assets/svg/1f688.svg +++ b/assets/svg/1f688.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f689.svg b/assets/svg/1f689.svg index da89f07ce..bd5647818 100644 --- a/assets/svg/1f689.svg +++ b/assets/svg/1f689.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f68a.svg b/assets/svg/1f68a.svg index 3579a073f..71806e593 100644 --- a/assets/svg/1f68a.svg +++ b/assets/svg/1f68a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f68b.svg b/assets/svg/1f68b.svg index 6b63a09d5..4e9509295 100644 --- a/assets/svg/1f68b.svg +++ b/assets/svg/1f68b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f68c.svg b/assets/svg/1f68c.svg index f8f0c7b48..c89af1076 100644 --- a/assets/svg/1f68c.svg +++ b/assets/svg/1f68c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f68d.svg b/assets/svg/1f68d.svg index ce544c0f9..c467256eb 100644 --- a/assets/svg/1f68d.svg +++ b/assets/svg/1f68d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f68e.svg b/assets/svg/1f68e.svg index 1f9d5c80d..b58fdcca9 100644 --- a/assets/svg/1f68e.svg +++ b/assets/svg/1f68e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f68f.svg b/assets/svg/1f68f.svg index 857f8391f..6c2329a16 100644 --- a/assets/svg/1f68f.svg +++ b/assets/svg/1f68f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f690.svg b/assets/svg/1f690.svg index 887e4763f..6b4fc89ef 100644 --- a/assets/svg/1f690.svg +++ b/assets/svg/1f690.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f691.svg b/assets/svg/1f691.svg index 93a658408..5db3fb8a9 100644 --- a/assets/svg/1f691.svg +++ b/assets/svg/1f691.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f692.svg b/assets/svg/1f692.svg index fa92ffaff..648156d38 100644 --- a/assets/svg/1f692.svg +++ b/assets/svg/1f692.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f693.svg b/assets/svg/1f693.svg index d762dbdc1..cdedac54f 100644 --- a/assets/svg/1f693.svg +++ b/assets/svg/1f693.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f694.svg b/assets/svg/1f694.svg index db8647d81..d3d6f2ce0 100644 --- a/assets/svg/1f694.svg +++ b/assets/svg/1f694.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f695.svg b/assets/svg/1f695.svg index 286701331..54ead75bd 100644 --- a/assets/svg/1f695.svg +++ b/assets/svg/1f695.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f696.svg b/assets/svg/1f696.svg index 107fbc2d8..800543781 100644 --- a/assets/svg/1f696.svg +++ b/assets/svg/1f696.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f697.svg b/assets/svg/1f697.svg index 80e76b456..8f5892346 100644 --- a/assets/svg/1f697.svg +++ b/assets/svg/1f697.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f698.svg b/assets/svg/1f698.svg index 881272580..7eb2d3e01 100644 --- a/assets/svg/1f698.svg +++ b/assets/svg/1f698.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f699.svg b/assets/svg/1f699.svg index bb3726b0c..38fdb8780 100644 --- a/assets/svg/1f699.svg +++ b/assets/svg/1f699.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f69a.svg b/assets/svg/1f69a.svg index 771a2b300..e9660d663 100644 --- a/assets/svg/1f69a.svg +++ b/assets/svg/1f69a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f69b.svg b/assets/svg/1f69b.svg index f4ad992ba..a98bbb1f8 100644 --- a/assets/svg/1f69b.svg +++ b/assets/svg/1f69b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f69c.svg b/assets/svg/1f69c.svg index 34275cfec..e4ea4b2fb 100644 --- a/assets/svg/1f69c.svg +++ b/assets/svg/1f69c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f69d.svg b/assets/svg/1f69d.svg index f89f56d57..19245483a 100644 --- a/assets/svg/1f69d.svg +++ b/assets/svg/1f69d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f69e.svg b/assets/svg/1f69e.svg index 55d1440c3..1f5601c03 100644 --- a/assets/svg/1f69e.svg +++ b/assets/svg/1f69e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f69f.svg b/assets/svg/1f69f.svg index a27229f26..089a32ca3 100644 --- a/assets/svg/1f69f.svg +++ b/assets/svg/1f69f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a0.svg b/assets/svg/1f6a0.svg index 1822dcfe7..161a5b733 100644 --- a/assets/svg/1f6a0.svg +++ b/assets/svg/1f6a0.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a1.svg b/assets/svg/1f6a1.svg index 6dde33747..0447dda37 100644 --- a/assets/svg/1f6a1.svg +++ b/assets/svg/1f6a1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a2.svg b/assets/svg/1f6a2.svg index 5522e0515..bb311f369 100644 --- a/assets/svg/1f6a2.svg +++ b/assets/svg/1f6a2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a3-1f3fb.svg b/assets/svg/1f6a3-1f3fb.svg index a7040fa5b..56045ebe4 100644 --- a/assets/svg/1f6a3-1f3fb.svg +++ b/assets/svg/1f6a3-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a3-1f3fc.svg b/assets/svg/1f6a3-1f3fc.svg index b7c19eac1..4a619dc1e 100644 --- a/assets/svg/1f6a3-1f3fc.svg +++ b/assets/svg/1f6a3-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a3-1f3fd.svg b/assets/svg/1f6a3-1f3fd.svg index e53c0b6f8..82d5ed9ee 100644 --- a/assets/svg/1f6a3-1f3fd.svg +++ b/assets/svg/1f6a3-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a3-1f3fe.svg b/assets/svg/1f6a3-1f3fe.svg index 247b418fa..88218a082 100644 --- a/assets/svg/1f6a3-1f3fe.svg +++ b/assets/svg/1f6a3-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a3-1f3ff.svg b/assets/svg/1f6a3-1f3ff.svg index 671826fd5..8e2f81a18 100644 --- a/assets/svg/1f6a3-1f3ff.svg +++ b/assets/svg/1f6a3-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a3.svg b/assets/svg/1f6a3.svg index a03c5d792..fce8f9351 100644 --- a/assets/svg/1f6a3.svg +++ b/assets/svg/1f6a3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a4.svg b/assets/svg/1f6a4.svg index 54f885c17..6895a95c9 100644 --- a/assets/svg/1f6a4.svg +++ b/assets/svg/1f6a4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a5.svg b/assets/svg/1f6a5.svg index 29f964534..7e36613d8 100644 --- a/assets/svg/1f6a5.svg +++ b/assets/svg/1f6a5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a6.svg b/assets/svg/1f6a6.svg index cffdd9db6..c3290a398 100644 --- a/assets/svg/1f6a6.svg +++ b/assets/svg/1f6a6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a7.svg b/assets/svg/1f6a7.svg index 1a0175f43..da4029587 100644 --- a/assets/svg/1f6a7.svg +++ b/assets/svg/1f6a7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a8.svg b/assets/svg/1f6a8.svg index a8d2f0610..b89d1081c 100644 --- a/assets/svg/1f6a8.svg +++ b/assets/svg/1f6a8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6a9.svg b/assets/svg/1f6a9.svg index 0d0009f6b..5e4b879cf 100644 --- a/assets/svg/1f6a9.svg +++ b/assets/svg/1f6a9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6aa.svg b/assets/svg/1f6aa.svg index a9357fbcd..d381f70dd 100644 --- a/assets/svg/1f6aa.svg +++ b/assets/svg/1f6aa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6ab.svg b/assets/svg/1f6ab.svg index f4d0002d2..bedfb4bcf 100644 --- a/assets/svg/1f6ab.svg +++ b/assets/svg/1f6ab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6ac.svg b/assets/svg/1f6ac.svg index fe4ff806e..f2deb9f4c 100644 --- a/assets/svg/1f6ac.svg +++ b/assets/svg/1f6ac.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6ad.svg b/assets/svg/1f6ad.svg index 02c3735c5..0ba6ee7fb 100644 --- a/assets/svg/1f6ad.svg +++ b/assets/svg/1f6ad.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6ae.svg b/assets/svg/1f6ae.svg index 6c462d3e7..1259d8fd0 100644 --- a/assets/svg/1f6ae.svg +++ b/assets/svg/1f6ae.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6af.svg b/assets/svg/1f6af.svg index ad4c7606e..e3740c9b2 100644 --- a/assets/svg/1f6af.svg +++ b/assets/svg/1f6af.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b0.svg b/assets/svg/1f6b0.svg index 1022cab1a..f20a990da 100644 --- a/assets/svg/1f6b0.svg +++ b/assets/svg/1f6b0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b1.svg b/assets/svg/1f6b1.svg index 868aab099..262af79cc 100644 --- a/assets/svg/1f6b1.svg +++ b/assets/svg/1f6b1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b2.svg b/assets/svg/1f6b2.svg index 332aae0b0..304525084 100644 --- a/assets/svg/1f6b2.svg +++ b/assets/svg/1f6b2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b3.svg b/assets/svg/1f6b3.svg index 317dff6af..8f7487c23 100644 --- a/assets/svg/1f6b3.svg +++ b/assets/svg/1f6b3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b4-1f3fb.svg b/assets/svg/1f6b4-1f3fb.svg index f38320501..3d9505149 100644 --- a/assets/svg/1f6b4-1f3fb.svg +++ b/assets/svg/1f6b4-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b4-1f3fc.svg b/assets/svg/1f6b4-1f3fc.svg index 1af82ae0e..db4d11999 100644 --- a/assets/svg/1f6b4-1f3fc.svg +++ b/assets/svg/1f6b4-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b4-1f3fd.svg b/assets/svg/1f6b4-1f3fd.svg index ca9d71873..e04e57589 100644 --- a/assets/svg/1f6b4-1f3fd.svg +++ b/assets/svg/1f6b4-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b4-1f3fe.svg b/assets/svg/1f6b4-1f3fe.svg index b92df640d..68bf9268c 100644 --- a/assets/svg/1f6b4-1f3fe.svg +++ b/assets/svg/1f6b4-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b4-1f3ff.svg b/assets/svg/1f6b4-1f3ff.svg index bc68dcac4..fb241bed5 100644 --- a/assets/svg/1f6b4-1f3ff.svg +++ b/assets/svg/1f6b4-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b4.svg b/assets/svg/1f6b4.svg index 2cf98ee82..dd795d21d 100644 --- a/assets/svg/1f6b4.svg +++ b/assets/svg/1f6b4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b5-1f3fb.svg b/assets/svg/1f6b5-1f3fb.svg index 4bf22a1c8..7e41c6aed 100644 --- a/assets/svg/1f6b5-1f3fb.svg +++ b/assets/svg/1f6b5-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b5-1f3fc.svg b/assets/svg/1f6b5-1f3fc.svg index 91053c3f0..83ee4baff 100644 --- a/assets/svg/1f6b5-1f3fc.svg +++ b/assets/svg/1f6b5-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b5-1f3fd.svg b/assets/svg/1f6b5-1f3fd.svg index 2d708703d..c638ef8d1 100644 --- a/assets/svg/1f6b5-1f3fd.svg +++ b/assets/svg/1f6b5-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b5-1f3fe.svg b/assets/svg/1f6b5-1f3fe.svg index 17e92a2fa..09fd6d621 100644 --- a/assets/svg/1f6b5-1f3fe.svg +++ b/assets/svg/1f6b5-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b5-1f3ff.svg b/assets/svg/1f6b5-1f3ff.svg index 095782bf9..f001c71b9 100644 --- a/assets/svg/1f6b5-1f3ff.svg +++ b/assets/svg/1f6b5-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b5.svg b/assets/svg/1f6b5.svg index 2a29715f5..da32e5256 100644 --- a/assets/svg/1f6b5.svg +++ b/assets/svg/1f6b5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b6-1f3fb.svg b/assets/svg/1f6b6-1f3fb.svg index 36fad567e..5f9e831f0 100644 --- a/assets/svg/1f6b6-1f3fb.svg +++ b/assets/svg/1f6b6-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b6-1f3fc.svg b/assets/svg/1f6b6-1f3fc.svg index fb22bfb2e..fc6c503e6 100644 --- a/assets/svg/1f6b6-1f3fc.svg +++ b/assets/svg/1f6b6-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b6-1f3fd.svg b/assets/svg/1f6b6-1f3fd.svg index f06680a48..3a02d7c84 100644 --- a/assets/svg/1f6b6-1f3fd.svg +++ b/assets/svg/1f6b6-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b6-1f3fe.svg b/assets/svg/1f6b6-1f3fe.svg index 362aa5e15..8a3858f21 100644 --- a/assets/svg/1f6b6-1f3fe.svg +++ b/assets/svg/1f6b6-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b6-1f3ff.svg b/assets/svg/1f6b6-1f3ff.svg index 031121d89..662911301 100644 --- a/assets/svg/1f6b6-1f3ff.svg +++ b/assets/svg/1f6b6-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b6.svg b/assets/svg/1f6b6.svg index ef32175b8..772b6b866 100644 --- a/assets/svg/1f6b6.svg +++ b/assets/svg/1f6b6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b7.svg b/assets/svg/1f6b7.svg index 6365b4686..c876a0a28 100644 --- a/assets/svg/1f6b7.svg +++ b/assets/svg/1f6b7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b8.svg b/assets/svg/1f6b8.svg index faa73dd23..d1ef04f0d 100644 --- a/assets/svg/1f6b8.svg +++ b/assets/svg/1f6b8.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6b9.svg b/assets/svg/1f6b9.svg index 6a00b0827..dcb6d171a 100644 --- a/assets/svg/1f6b9.svg +++ b/assets/svg/1f6b9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6ba.svg b/assets/svg/1f6ba.svg index e365b6242..92e69e057 100644 --- a/assets/svg/1f6ba.svg +++ b/assets/svg/1f6ba.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6bb.svg b/assets/svg/1f6bb.svg index 858cedf09..88f983a69 100644 --- a/assets/svg/1f6bb.svg +++ b/assets/svg/1f6bb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6bc.svg b/assets/svg/1f6bc.svg index 73249daf3..28eba0dab 100644 --- a/assets/svg/1f6bc.svg +++ b/assets/svg/1f6bc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6bd.svg b/assets/svg/1f6bd.svg index 7fc7ccf8c..b29cf36dc 100644 --- a/assets/svg/1f6bd.svg +++ b/assets/svg/1f6bd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6be.svg b/assets/svg/1f6be.svg index d686cc9af..a5ea84432 100644 --- a/assets/svg/1f6be.svg +++ b/assets/svg/1f6be.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6bf.svg b/assets/svg/1f6bf.svg index 867a28d8e..6a12f4875 100644 --- a/assets/svg/1f6bf.svg +++ b/assets/svg/1f6bf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c0-1f3fb.svg b/assets/svg/1f6c0-1f3fb.svg index f6541d89d..40a212fa7 100644 --- a/assets/svg/1f6c0-1f3fb.svg +++ b/assets/svg/1f6c0-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c0-1f3fc.svg b/assets/svg/1f6c0-1f3fc.svg index a35a6e235..8c892639f 100644 --- a/assets/svg/1f6c0-1f3fc.svg +++ b/assets/svg/1f6c0-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c0-1f3fd.svg b/assets/svg/1f6c0-1f3fd.svg index 573ba9863..6b293f62a 100644 --- a/assets/svg/1f6c0-1f3fd.svg +++ b/assets/svg/1f6c0-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c0-1f3fe.svg b/assets/svg/1f6c0-1f3fe.svg index d6429a4a1..c8bfea6e4 100644 --- a/assets/svg/1f6c0-1f3fe.svg +++ b/assets/svg/1f6c0-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c0-1f3ff.svg b/assets/svg/1f6c0-1f3ff.svg index 8214e23cf..aceb0fe4a 100644 --- a/assets/svg/1f6c0-1f3ff.svg +++ b/assets/svg/1f6c0-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c0.svg b/assets/svg/1f6c0.svg index 0e9fe5bf6..40285b084 100644 --- a/assets/svg/1f6c0.svg +++ b/assets/svg/1f6c0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c1.svg b/assets/svg/1f6c1.svg index 6a5dbbb51..2db2a08bd 100644 --- a/assets/svg/1f6c1.svg +++ b/assets/svg/1f6c1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c2.svg b/assets/svg/1f6c2.svg index 09953b5e5..ae8fec829 100644 --- a/assets/svg/1f6c2.svg +++ b/assets/svg/1f6c2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c3.svg b/assets/svg/1f6c3.svg index 77189c857..94d59530b 100644 --- a/assets/svg/1f6c3.svg +++ b/assets/svg/1f6c3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c4.svg b/assets/svg/1f6c4.svg index c0ad888b2..e241cf513 100644 --- a/assets/svg/1f6c4.svg +++ b/assets/svg/1f6c4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6c5.svg b/assets/svg/1f6c5.svg index 083c6fbc6..e2de93704 100644 --- a/assets/svg/1f6c5.svg +++ b/assets/svg/1f6c5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6cb.svg b/assets/svg/1f6cb.svg index 21edfaeec..a1fbc9564 100644 --- a/assets/svg/1f6cb.svg +++ b/assets/svg/1f6cb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6cc.svg b/assets/svg/1f6cc.svg index 10a317986..4b227a411 100644 --- a/assets/svg/1f6cc.svg +++ b/assets/svg/1f6cc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6cd.svg b/assets/svg/1f6cd.svg index 7b9b148ab..9fa9c74fa 100644 --- a/assets/svg/1f6cd.svg +++ b/assets/svg/1f6cd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6ce.svg b/assets/svg/1f6ce.svg index 929ea1d20..9e2e90a15 100644 --- a/assets/svg/1f6ce.svg +++ b/assets/svg/1f6ce.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6cf.svg b/assets/svg/1f6cf.svg index 861a58563..b8a4cbe8c 100644 --- a/assets/svg/1f6cf.svg +++ b/assets/svg/1f6cf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6d0.svg b/assets/svg/1f6d0.svg index 09f4b3f59..2ffb9376f 100644 --- a/assets/svg/1f6d0.svg +++ b/assets/svg/1f6d0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6e0.svg b/assets/svg/1f6e0.svg index b1b0b0468..f8cd36cc8 100644 --- a/assets/svg/1f6e0.svg +++ b/assets/svg/1f6e0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6e1.svg b/assets/svg/1f6e1.svg index 44a390180..e44af036f 100644 --- a/assets/svg/1f6e1.svg +++ b/assets/svg/1f6e1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6e2.svg b/assets/svg/1f6e2.svg index 9a0f98748..b250f2648 100644 --- a/assets/svg/1f6e2.svg +++ b/assets/svg/1f6e2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6e3.svg b/assets/svg/1f6e3.svg index cc3d2195b..da6aaa5a0 100644 --- a/assets/svg/1f6e3.svg +++ b/assets/svg/1f6e3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6e4.svg b/assets/svg/1f6e4.svg index b3f1acadc..a2d8a5a51 100644 --- a/assets/svg/1f6e4.svg +++ b/assets/svg/1f6e4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6e5.svg b/assets/svg/1f6e5.svg index 6d89addde..6c760112b 100644 --- a/assets/svg/1f6e5.svg +++ b/assets/svg/1f6e5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6e9.svg b/assets/svg/1f6e9.svg index 191f8ac99..103af3be1 100644 --- a/assets/svg/1f6e9.svg +++ b/assets/svg/1f6e9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6eb.svg b/assets/svg/1f6eb.svg index 79ffdafdd..debb8f2e7 100644 --- a/assets/svg/1f6eb.svg +++ b/assets/svg/1f6eb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6ec.svg b/assets/svg/1f6ec.svg index db4b99272..feb3cd81b 100644 --- a/assets/svg/1f6ec.svg +++ b/assets/svg/1f6ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6f0.svg b/assets/svg/1f6f0.svg index 4e0c852bb..097445909 100644 --- a/assets/svg/1f6f0.svg +++ b/assets/svg/1f6f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f6f3.svg b/assets/svg/1f6f3.svg index e54728e23..595ad53d7 100644 --- a/assets/svg/1f6f3.svg +++ b/assets/svg/1f6f3.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f910.svg b/assets/svg/1f910.svg index 2c2e27b13..90dd57fe1 100644 --- a/assets/svg/1f910.svg +++ b/assets/svg/1f910.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f911.svg b/assets/svg/1f911.svg index 9c4790451..6d1b6ab61 100644 --- a/assets/svg/1f911.svg +++ b/assets/svg/1f911.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f912.svg b/assets/svg/1f912.svg index dcb6ea7bf..a77b4d0f2 100644 --- a/assets/svg/1f912.svg +++ b/assets/svg/1f912.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f913.svg b/assets/svg/1f913.svg index c6ea98bf3..a9a76a15a 100644 --- a/assets/svg/1f913.svg +++ b/assets/svg/1f913.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f914.svg b/assets/svg/1f914.svg index 4ff8721f9..0a2178c1c 100644 --- a/assets/svg/1f914.svg +++ b/assets/svg/1f914.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f915.svg b/assets/svg/1f915.svg index d40a8a472..bbd000a8d 100644 --- a/assets/svg/1f915.svg +++ b/assets/svg/1f915.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f916.svg b/assets/svg/1f916.svg index ec03572cb..8b5b5600e 100644 --- a/assets/svg/1f916.svg +++ b/assets/svg/1f916.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f917.svg b/assets/svg/1f917.svg index 505de9e95..6fba151d6 100644 --- a/assets/svg/1f917.svg +++ b/assets/svg/1f917.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f918-1f3fb.svg b/assets/svg/1f918-1f3fb.svg index 27ced9448..3fcf4e765 100644 --- a/assets/svg/1f918-1f3fb.svg +++ b/assets/svg/1f918-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f918-1f3fc.svg b/assets/svg/1f918-1f3fc.svg index 8ec77cbca..0d0a82c60 100644 --- a/assets/svg/1f918-1f3fc.svg +++ b/assets/svg/1f918-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f918-1f3fd.svg b/assets/svg/1f918-1f3fd.svg index 075080cfe..f5c969885 100644 --- a/assets/svg/1f918-1f3fd.svg +++ b/assets/svg/1f918-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f918-1f3fe.svg b/assets/svg/1f918-1f3fe.svg index f3f86dc2b..47f8d94f8 100644 --- a/assets/svg/1f918-1f3fe.svg +++ b/assets/svg/1f918-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f918-1f3ff.svg b/assets/svg/1f918-1f3ff.svg index a954ff5e7..74321da29 100644 --- a/assets/svg/1f918-1f3ff.svg +++ b/assets/svg/1f918-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f918.svg b/assets/svg/1f918.svg index a57a9ab28..90696b29b 100644 --- a/assets/svg/1f918.svg +++ b/assets/svg/1f918.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f980.svg b/assets/svg/1f980.svg index 549fc7e34..47ce0e3a3 100644 --- a/assets/svg/1f980.svg +++ b/assets/svg/1f980.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f981.svg b/assets/svg/1f981.svg index 87b7353da..1865f9b34 100644 --- a/assets/svg/1f981.svg +++ b/assets/svg/1f981.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f982.svg b/assets/svg/1f982.svg index 73d064914..eaa61fc0f 100644 --- a/assets/svg/1f982.svg +++ b/assets/svg/1f982.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f983.svg b/assets/svg/1f983.svg index 394256409..ca37d718f 100644 --- a/assets/svg/1f983.svg +++ b/assets/svg/1f983.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f984.svg b/assets/svg/1f984.svg index 92918a739..0cc7d3bbd 100644 --- a/assets/svg/1f984.svg +++ b/assets/svg/1f984.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/1f9c0.svg b/assets/svg/1f9c0.svg index 9dfb4d79d..9d0cd3442 100644 --- a/assets/svg/1f9c0.svg +++ b/assets/svg/1f9c0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/203c.svg b/assets/svg/203c.svg index 1e6a57ba8..57aa99930 100644 --- a/assets/svg/203c.svg +++ b/assets/svg/203c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2049.svg b/assets/svg/2049.svg index 77b9ecdab..4433c4310 100644 --- a/assets/svg/2049.svg +++ b/assets/svg/2049.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2122.svg b/assets/svg/2122.svg index 1883b6595..53077ecc4 100644 --- a/assets/svg/2122.svg +++ b/assets/svg/2122.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2139.svg b/assets/svg/2139.svg index 09cd5bbee..b6c62be83 100644 --- a/assets/svg/2139.svg +++ b/assets/svg/2139.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2194.svg b/assets/svg/2194.svg index 3dc9a647e..b21232100 100644 --- a/assets/svg/2194.svg +++ b/assets/svg/2194.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2195.svg b/assets/svg/2195.svg index 225fd27dc..ad3d723a7 100644 --- a/assets/svg/2195.svg +++ b/assets/svg/2195.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2196.svg b/assets/svg/2196.svg index 9a64d052d..7d969fdff 100644 --- a/assets/svg/2196.svg +++ b/assets/svg/2196.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2197.svg b/assets/svg/2197.svg index 91b96df5d..ac66e2c6f 100644 --- a/assets/svg/2197.svg +++ b/assets/svg/2197.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2198.svg b/assets/svg/2198.svg index b10e75187..0565bf0b6 100644 --- a/assets/svg/2198.svg +++ b/assets/svg/2198.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2199.svg b/assets/svg/2199.svg index d370c7b12..0e1fe583f 100644 --- a/assets/svg/2199.svg +++ b/assets/svg/2199.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/21a9.svg b/assets/svg/21a9.svg index 72f8043b9..ee87de632 100644 --- a/assets/svg/21a9.svg +++ b/assets/svg/21a9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/21aa.svg b/assets/svg/21aa.svg index 8b5b7ae16..525fd3fa2 100644 --- a/assets/svg/21aa.svg +++ b/assets/svg/21aa.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/231a.svg b/assets/svg/231a.svg index d91f6648b..5348069c1 100644 --- a/assets/svg/231a.svg +++ b/assets/svg/231a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/231b.svg b/assets/svg/231b.svg index 33f81bbc4..d6fa4d219 100644 --- a/assets/svg/231b.svg +++ b/assets/svg/231b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2328.svg b/assets/svg/2328.svg index 969faf92b..dc41752b3 100644 --- a/assets/svg/2328.svg +++ b/assets/svg/2328.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23e9.svg b/assets/svg/23e9.svg index 67270d4f7..48619137d 100644 --- a/assets/svg/23e9.svg +++ b/assets/svg/23e9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23ea.svg b/assets/svg/23ea.svg index e04909fb2..6078ce1f2 100644 --- a/assets/svg/23ea.svg +++ b/assets/svg/23ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23eb.svg b/assets/svg/23eb.svg index b1294474d..e54571965 100644 --- a/assets/svg/23eb.svg +++ b/assets/svg/23eb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23ec.svg b/assets/svg/23ec.svg index 402cf18f5..d9b65c5ce 100644 --- a/assets/svg/23ec.svg +++ b/assets/svg/23ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23ed.svg b/assets/svg/23ed.svg index dfb9af7cd..f9d15ea2a 100644 --- a/assets/svg/23ed.svg +++ b/assets/svg/23ed.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23ee.svg b/assets/svg/23ee.svg index 7c4271efa..d988b9fa3 100644 --- a/assets/svg/23ee.svg +++ b/assets/svg/23ee.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23ef.svg b/assets/svg/23ef.svg index 028525cd0..d87da4214 100644 --- a/assets/svg/23ef.svg +++ b/assets/svg/23ef.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23f0.svg b/assets/svg/23f0.svg index 60c095c55..df5b93226 100644 --- a/assets/svg/23f0.svg +++ b/assets/svg/23f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23f1.svg b/assets/svg/23f1.svg index 3b1b15c65..8011648c4 100644 --- a/assets/svg/23f1.svg +++ b/assets/svg/23f1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23f2.svg b/assets/svg/23f2.svg index da6ce6e91..64e844d4a 100644 --- a/assets/svg/23f2.svg +++ b/assets/svg/23f2.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23f3.svg b/assets/svg/23f3.svg index 9513aaf0c..b5dd9a045 100644 --- a/assets/svg/23f3.svg +++ b/assets/svg/23f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23f8.svg b/assets/svg/23f8.svg index 8029c9884..59ba65f4c 100644 --- a/assets/svg/23f8.svg +++ b/assets/svg/23f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23f9.svg b/assets/svg/23f9.svg index a426d3a1c..ffa6ad0fc 100644 --- a/assets/svg/23f9.svg +++ b/assets/svg/23f9.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/23fa.svg b/assets/svg/23fa.svg index 520cb9aa7..00e3acdfc 100644 --- a/assets/svg/23fa.svg +++ b/assets/svg/23fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/24c2.svg b/assets/svg/24c2.svg index cb47910f1..e43eeb347 100644 --- a/assets/svg/24c2.svg +++ b/assets/svg/24c2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/25aa.svg b/assets/svg/25aa.svg index 5f5dcbb63..52c31de10 100644 --- a/assets/svg/25aa.svg +++ b/assets/svg/25aa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/25ab.svg b/assets/svg/25ab.svg index f871502d7..21081cb0d 100644 --- a/assets/svg/25ab.svg +++ b/assets/svg/25ab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/25b6.svg b/assets/svg/25b6.svg index 019b9d1f2..53a3dba7d 100644 --- a/assets/svg/25b6.svg +++ b/assets/svg/25b6.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/25c0.svg b/assets/svg/25c0.svg index d19594765..161f628bb 100644 --- a/assets/svg/25c0.svg +++ b/assets/svg/25c0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/25fb.svg b/assets/svg/25fb.svg index d763e6e30..e9ef62a0f 100644 --- a/assets/svg/25fb.svg +++ b/assets/svg/25fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/25fc.svg b/assets/svg/25fc.svg index 0da4e4245..4ca330045 100644 --- a/assets/svg/25fc.svg +++ b/assets/svg/25fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/25fd.svg b/assets/svg/25fd.svg index b1ce85e1c..5e3680789 100644 --- a/assets/svg/25fd.svg +++ b/assets/svg/25fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/25fe.svg b/assets/svg/25fe.svg index a8c4c4b10..65fae17b8 100644 --- a/assets/svg/25fe.svg +++ b/assets/svg/25fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2600.svg b/assets/svg/2600.svg index 7543557c9..13b3adbc3 100644 --- a/assets/svg/2600.svg +++ b/assets/svg/2600.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2601.svg b/assets/svg/2601.svg index 326afb068..5d5dbec9d 100644 --- a/assets/svg/2601.svg +++ b/assets/svg/2601.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2602.svg b/assets/svg/2602.svg index dbfe0bfbc..7632c27b9 100644 --- a/assets/svg/2602.svg +++ b/assets/svg/2602.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2603.svg b/assets/svg/2603.svg index 7e3e5fc10..e5539706a 100644 --- a/assets/svg/2603.svg +++ b/assets/svg/2603.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2604.svg b/assets/svg/2604.svg index 23f2c05c6..3c843aeec 100644 --- a/assets/svg/2604.svg +++ b/assets/svg/2604.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/260e.svg b/assets/svg/260e.svg index 6c67058b8..ab7403116 100644 --- a/assets/svg/260e.svg +++ b/assets/svg/260e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2611.svg b/assets/svg/2611.svg index f2728b687..28f47cfa8 100644 --- a/assets/svg/2611.svg +++ b/assets/svg/2611.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2614.svg b/assets/svg/2614.svg index 142e39933..3b5ceb6b6 100644 --- a/assets/svg/2614.svg +++ b/assets/svg/2614.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2615.svg b/assets/svg/2615.svg index 1a68fa563..f9350d229 100644 --- a/assets/svg/2615.svg +++ b/assets/svg/2615.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2618.svg b/assets/svg/2618.svg index 477439112..75a917d23 100644 --- a/assets/svg/2618.svg +++ b/assets/svg/2618.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/261d-1f3fb.svg b/assets/svg/261d-1f3fb.svg index ee4976c0b..c6731f7d1 100644 --- a/assets/svg/261d-1f3fb.svg +++ b/assets/svg/261d-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/261d-1f3fc.svg b/assets/svg/261d-1f3fc.svg index 352f3ba98..1a3064568 100644 --- a/assets/svg/261d-1f3fc.svg +++ b/assets/svg/261d-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/261d-1f3fd.svg b/assets/svg/261d-1f3fd.svg index 917d90b18..981f294e8 100644 --- a/assets/svg/261d-1f3fd.svg +++ b/assets/svg/261d-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/261d-1f3fe.svg b/assets/svg/261d-1f3fe.svg index 5fc66ae24..43b807421 100644 --- a/assets/svg/261d-1f3fe.svg +++ b/assets/svg/261d-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/261d-1f3ff.svg b/assets/svg/261d-1f3ff.svg index 4d4129f45..39fa7ee71 100644 --- a/assets/svg/261d-1f3ff.svg +++ b/assets/svg/261d-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/261d.svg b/assets/svg/261d.svg index 889289d49..8fd0e0d06 100644 --- a/assets/svg/261d.svg +++ b/assets/svg/261d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2620.svg b/assets/svg/2620.svg index 4c44aca4c..1e3f6176c 100644 --- a/assets/svg/2620.svg +++ b/assets/svg/2620.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2622.svg b/assets/svg/2622.svg index 15be11afe..e9dfcc78e 100644 --- a/assets/svg/2622.svg +++ b/assets/svg/2622.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2623.svg b/assets/svg/2623.svg index 25046ce83..d5c39ba6f 100644 --- a/assets/svg/2623.svg +++ b/assets/svg/2623.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2626.svg b/assets/svg/2626.svg index 6726a028e..d73d5e370 100644 --- a/assets/svg/2626.svg +++ b/assets/svg/2626.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/262a.svg b/assets/svg/262a.svg index 049ee10a6..f3080a221 100644 --- a/assets/svg/262a.svg +++ b/assets/svg/262a.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/262e.svg b/assets/svg/262e.svg index 01751f94a..b5bcf9f0e 100644 --- a/assets/svg/262e.svg +++ b/assets/svg/262e.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/262f.svg b/assets/svg/262f.svg index 03a0e70ba..d323085a9 100644 --- a/assets/svg/262f.svg +++ b/assets/svg/262f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2638.svg b/assets/svg/2638.svg index 920b6f0d1..33477182e 100644 --- a/assets/svg/2638.svg +++ b/assets/svg/2638.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2639.svg b/assets/svg/2639.svg index c98bcb03d..3d2f79e19 100644 --- a/assets/svg/2639.svg +++ b/assets/svg/2639.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/263a.svg b/assets/svg/263a.svg index eaecf3063..ae2d1b957 100644 --- a/assets/svg/263a.svg +++ b/assets/svg/263a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2648.svg b/assets/svg/2648.svg index 9d8b07572..824b42d3b 100644 --- a/assets/svg/2648.svg +++ b/assets/svg/2648.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2649.svg b/assets/svg/2649.svg index 689c7cef9..b3f3b885b 100644 --- a/assets/svg/2649.svg +++ b/assets/svg/2649.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/264a.svg b/assets/svg/264a.svg index ba0df1aeb..524b3303b 100644 --- a/assets/svg/264a.svg +++ b/assets/svg/264a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/264b.svg b/assets/svg/264b.svg index e3bdd8ad4..b370d5f29 100644 --- a/assets/svg/264b.svg +++ b/assets/svg/264b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/264c.svg b/assets/svg/264c.svg index 1231e2452..57444390a 100644 --- a/assets/svg/264c.svg +++ b/assets/svg/264c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/264d.svg b/assets/svg/264d.svg index 39fa3ceb7..7d981defe 100644 --- a/assets/svg/264d.svg +++ b/assets/svg/264d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/264e.svg b/assets/svg/264e.svg index f638efc5b..e0599d52c 100644 --- a/assets/svg/264e.svg +++ b/assets/svg/264e.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/264f.svg b/assets/svg/264f.svg index dbbd1d243..269ac8c09 100644 --- a/assets/svg/264f.svg +++ b/assets/svg/264f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2650.svg b/assets/svg/2650.svg index db0027862..10a948f93 100644 --- a/assets/svg/2650.svg +++ b/assets/svg/2650.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2651.svg b/assets/svg/2651.svg index ceed87c22..fd4534b9a 100644 --- a/assets/svg/2651.svg +++ b/assets/svg/2651.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2652.svg b/assets/svg/2652.svg index 8ca2bffc4..f5b8b3111 100644 --- a/assets/svg/2652.svg +++ b/assets/svg/2652.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2653.svg b/assets/svg/2653.svg index 4163dd420..0defea1db 100644 --- a/assets/svg/2653.svg +++ b/assets/svg/2653.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2660.svg b/assets/svg/2660.svg index eb5a7ad09..160034f83 100644 --- a/assets/svg/2660.svg +++ b/assets/svg/2660.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2663.svg b/assets/svg/2663.svg index 6c1375146..4cc673eaf 100644 --- a/assets/svg/2663.svg +++ b/assets/svg/2663.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2665.svg b/assets/svg/2665.svg index 3e1c98ea3..f67181d53 100644 --- a/assets/svg/2665.svg +++ b/assets/svg/2665.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2666.svg b/assets/svg/2666.svg index 57538f8dd..9726188c6 100644 --- a/assets/svg/2666.svg +++ b/assets/svg/2666.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2668.svg b/assets/svg/2668.svg index 9c6098dfc..0a73fe660 100644 --- a/assets/svg/2668.svg +++ b/assets/svg/2668.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/267b.svg b/assets/svg/267b.svg index e8ed72815..28df878ca 100644 --- a/assets/svg/267b.svg +++ b/assets/svg/267b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/267f.svg b/assets/svg/267f.svg index 5d40f67e6..66d4b1493 100644 --- a/assets/svg/267f.svg +++ b/assets/svg/267f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2692.svg b/assets/svg/2692.svg index 4cd1e120c..8271cc2a8 100644 --- a/assets/svg/2692.svg +++ b/assets/svg/2692.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2693.svg b/assets/svg/2693.svg index 52fbbdfbd..9f0038ff8 100644 --- a/assets/svg/2693.svg +++ b/assets/svg/2693.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2694.svg b/assets/svg/2694.svg index 1dcdf5c85..1ae3fdae1 100644 --- a/assets/svg/2694.svg +++ b/assets/svg/2694.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2696.svg b/assets/svg/2696.svg index b8c44b58e..79feb62ea 100644 --- a/assets/svg/2696.svg +++ b/assets/svg/2696.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2697.svg b/assets/svg/2697.svg index e5aee70c6..b968cdc0f 100644 --- a/assets/svg/2697.svg +++ b/assets/svg/2697.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2699.svg b/assets/svg/2699.svg index a99e39112..b30e1b590 100644 --- a/assets/svg/2699.svg +++ b/assets/svg/2699.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/269b.svg b/assets/svg/269b.svg index c63194074..fe6ae738e 100644 --- a/assets/svg/269b.svg +++ b/assets/svg/269b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/269c.svg b/assets/svg/269c.svg index 62ddfa2e4..a4c354208 100644 --- a/assets/svg/269c.svg +++ b/assets/svg/269c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26a0.svg b/assets/svg/26a0.svg index 58f306c6d..f5116a1bf 100644 --- a/assets/svg/26a0.svg +++ b/assets/svg/26a0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26a1.svg b/assets/svg/26a1.svg index d3525d230..d644ca8bd 100644 --- a/assets/svg/26a1.svg +++ b/assets/svg/26a1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26aa.svg b/assets/svg/26aa.svg index 3dcdda8d7..5157d0f68 100644 --- a/assets/svg/26aa.svg +++ b/assets/svg/26aa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26ab.svg b/assets/svg/26ab.svg index 520cb9aa7..060b98818 100644 --- a/assets/svg/26ab.svg +++ b/assets/svg/26ab.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26b0.svg b/assets/svg/26b0.svg index 33b26b09d..908ecc074 100644 --- a/assets/svg/26b0.svg +++ b/assets/svg/26b0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26b1.svg b/assets/svg/26b1.svg index 58a5dbe84..64fee903f 100644 --- a/assets/svg/26b1.svg +++ b/assets/svg/26b1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26bd.svg b/assets/svg/26bd.svg index 137d1f2d4..1b29b08fc 100644 --- a/assets/svg/26bd.svg +++ b/assets/svg/26bd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26be.svg b/assets/svg/26be.svg index d9b85846a..a638c62b8 100644 --- a/assets/svg/26be.svg +++ b/assets/svg/26be.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26c4.svg b/assets/svg/26c4.svg index d052e318e..e7da31db3 100644 --- a/assets/svg/26c4.svg +++ b/assets/svg/26c4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26c5.svg b/assets/svg/26c5.svg index 816d13f6a..62512feb3 100644 --- a/assets/svg/26c5.svg +++ b/assets/svg/26c5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26c8.svg b/assets/svg/26c8.svg index 93857758c..635478305 100644 --- a/assets/svg/26c8.svg +++ b/assets/svg/26c8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26ce.svg b/assets/svg/26ce.svg index b4005c7e7..e030978bf 100644 --- a/assets/svg/26ce.svg +++ b/assets/svg/26ce.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26cf.svg b/assets/svg/26cf.svg index 4fec0e9dd..ae9ab2214 100644 --- a/assets/svg/26cf.svg +++ b/assets/svg/26cf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26d1.svg b/assets/svg/26d1.svg index 5b7dd0efb..7e364796a 100644 --- a/assets/svg/26d1.svg +++ b/assets/svg/26d1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26d3.svg b/assets/svg/26d3.svg index 3bbaf061f..e4aa53090 100644 --- a/assets/svg/26d3.svg +++ b/assets/svg/26d3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26d4.svg b/assets/svg/26d4.svg index 7828b866d..ab1bc891d 100644 --- a/assets/svg/26d4.svg +++ b/assets/svg/26d4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26e9.svg b/assets/svg/26e9.svg index 3333f947b..4d47634b9 100644 --- a/assets/svg/26e9.svg +++ b/assets/svg/26e9.svg @@ -1,4 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26ea.svg b/assets/svg/26ea.svg index f81d141f3..41049a893 100644 --- a/assets/svg/26ea.svg +++ b/assets/svg/26ea.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f0.svg b/assets/svg/26f0.svg index 74dc969c2..2a95c1ddd 100644 --- a/assets/svg/26f0.svg +++ b/assets/svg/26f0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f1.svg b/assets/svg/26f1.svg index 0c8a9fa6b..cf46d7862 100644 --- a/assets/svg/26f1.svg +++ b/assets/svg/26f1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f2.svg b/assets/svg/26f2.svg index 421f261be..adcea7540 100644 --- a/assets/svg/26f2.svg +++ b/assets/svg/26f2.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f3.svg b/assets/svg/26f3.svg index 97f8c279b..0a81f0cc4 100644 --- a/assets/svg/26f3.svg +++ b/assets/svg/26f3.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f4.svg b/assets/svg/26f4.svg index 3ddb5dfba..2cbfe6dbb 100644 --- a/assets/svg/26f4.svg +++ b/assets/svg/26f4.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f5.svg b/assets/svg/26f5.svg index f665f7ed3..b2bfbd347 100644 --- a/assets/svg/26f5.svg +++ b/assets/svg/26f5.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f7.svg b/assets/svg/26f7.svg index 80fc68b2d..030a58740 100644 --- a/assets/svg/26f7.svg +++ b/assets/svg/26f7.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f8.svg b/assets/svg/26f8.svg index 33660c73a..e03fd44b4 100644 --- a/assets/svg/26f8.svg +++ b/assets/svg/26f8.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f9-1f3fb.svg b/assets/svg/26f9-1f3fb.svg index 2a24f1800..90cbc67ee 100644 --- a/assets/svg/26f9-1f3fb.svg +++ b/assets/svg/26f9-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f9-1f3fc.svg b/assets/svg/26f9-1f3fc.svg index 6bc07ec11..27c99c68e 100644 --- a/assets/svg/26f9-1f3fc.svg +++ b/assets/svg/26f9-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f9-1f3fd.svg b/assets/svg/26f9-1f3fd.svg index 110b58be7..3bf9e27f7 100644 --- a/assets/svg/26f9-1f3fd.svg +++ b/assets/svg/26f9-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f9-1f3fe.svg b/assets/svg/26f9-1f3fe.svg index 0cde75978..3a9205b67 100644 --- a/assets/svg/26f9-1f3fe.svg +++ b/assets/svg/26f9-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f9-1f3ff.svg b/assets/svg/26f9-1f3ff.svg index 7eedd10c1..9cf00a070 100644 --- a/assets/svg/26f9-1f3ff.svg +++ b/assets/svg/26f9-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26f9.svg b/assets/svg/26f9.svg index 6e9dabe0d..fa6586dac 100644 --- a/assets/svg/26f9.svg +++ b/assets/svg/26f9.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26fa.svg b/assets/svg/26fa.svg index c7a85d456..65e29cb36 100644 --- a/assets/svg/26fa.svg +++ b/assets/svg/26fa.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/26fd.svg b/assets/svg/26fd.svg index 6f5db4c43..1e8143719 100644 --- a/assets/svg/26fd.svg +++ b/assets/svg/26fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2702.svg b/assets/svg/2702.svg index 35f8625f5..42b4adfcd 100644 --- a/assets/svg/2702.svg +++ b/assets/svg/2702.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2705.svg b/assets/svg/2705.svg index 3aa86235b..74d74cd3a 100644 --- a/assets/svg/2705.svg +++ b/assets/svg/2705.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2708.svg b/assets/svg/2708.svg index e31579d89..56a87542a 100644 --- a/assets/svg/2708.svg +++ b/assets/svg/2708.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2709.svg b/assets/svg/2709.svg index 42beb1c1f..32e3a4bfc 100644 --- a/assets/svg/2709.svg +++ b/assets/svg/2709.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270a-1f3fb.svg b/assets/svg/270a-1f3fb.svg index 72331f869..de4463842 100644 --- a/assets/svg/270a-1f3fb.svg +++ b/assets/svg/270a-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270a-1f3fc.svg b/assets/svg/270a-1f3fc.svg index 51520341a..5832731df 100644 --- a/assets/svg/270a-1f3fc.svg +++ b/assets/svg/270a-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270a-1f3fd.svg b/assets/svg/270a-1f3fd.svg index 272f745fc..18b69fdbb 100644 --- a/assets/svg/270a-1f3fd.svg +++ b/assets/svg/270a-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270a-1f3fe.svg b/assets/svg/270a-1f3fe.svg index 98cd3f795..4b0e10972 100644 --- a/assets/svg/270a-1f3fe.svg +++ b/assets/svg/270a-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270a-1f3ff.svg b/assets/svg/270a-1f3ff.svg index 2fb388366..799c0e735 100644 --- a/assets/svg/270a-1f3ff.svg +++ b/assets/svg/270a-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270a.svg b/assets/svg/270a.svg index c577899d0..6c9e601a1 100644 --- a/assets/svg/270a.svg +++ b/assets/svg/270a.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270b-1f3fb.svg b/assets/svg/270b-1f3fb.svg index e93127da9..037660674 100644 --- a/assets/svg/270b-1f3fb.svg +++ b/assets/svg/270b-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270b-1f3fc.svg b/assets/svg/270b-1f3fc.svg index b3880d36e..0665bcfd5 100644 --- a/assets/svg/270b-1f3fc.svg +++ b/assets/svg/270b-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270b-1f3fd.svg b/assets/svg/270b-1f3fd.svg index 482123ae6..803ec0c5e 100644 --- a/assets/svg/270b-1f3fd.svg +++ b/assets/svg/270b-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270b-1f3fe.svg b/assets/svg/270b-1f3fe.svg index e4d08e1c3..9b4d89f74 100644 --- a/assets/svg/270b-1f3fe.svg +++ b/assets/svg/270b-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270b-1f3ff.svg b/assets/svg/270b-1f3ff.svg index 2289eeec2..dc07ada2f 100644 --- a/assets/svg/270b-1f3ff.svg +++ b/assets/svg/270b-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270b.svg b/assets/svg/270b.svg index 08a5144de..bbe8eba0f 100644 --- a/assets/svg/270b.svg +++ b/assets/svg/270b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270c-1f3fb.svg b/assets/svg/270c-1f3fb.svg index c23c0adda..3be880975 100644 --- a/assets/svg/270c-1f3fb.svg +++ b/assets/svg/270c-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270c-1f3fc.svg b/assets/svg/270c-1f3fc.svg index e15f26264..d9cef53fc 100644 --- a/assets/svg/270c-1f3fc.svg +++ b/assets/svg/270c-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270c-1f3fd.svg b/assets/svg/270c-1f3fd.svg index b6e01a19d..d3620ac17 100644 --- a/assets/svg/270c-1f3fd.svg +++ b/assets/svg/270c-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270c-1f3fe.svg b/assets/svg/270c-1f3fe.svg index 61474f282..0ed6a5f6b 100644 --- a/assets/svg/270c-1f3fe.svg +++ b/assets/svg/270c-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270c-1f3ff.svg b/assets/svg/270c-1f3ff.svg index dfa887045..8ddd964cf 100644 --- a/assets/svg/270c-1f3ff.svg +++ b/assets/svg/270c-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270c.svg b/assets/svg/270c.svg index 8e5f27c59..83bc7d114 100644 --- a/assets/svg/270c.svg +++ b/assets/svg/270c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270d-1f3fb.svg b/assets/svg/270d-1f3fb.svg index 256301d19..5aab5acb4 100644 --- a/assets/svg/270d-1f3fb.svg +++ b/assets/svg/270d-1f3fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270d-1f3fc.svg b/assets/svg/270d-1f3fc.svg index a91959e86..d0b236292 100644 --- a/assets/svg/270d-1f3fc.svg +++ b/assets/svg/270d-1f3fc.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270d-1f3fd.svg b/assets/svg/270d-1f3fd.svg index 4e6b0f43e..074a11abc 100644 --- a/assets/svg/270d-1f3fd.svg +++ b/assets/svg/270d-1f3fd.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270d-1f3fe.svg b/assets/svg/270d-1f3fe.svg index 878f52c4f..f79d97a3d 100644 --- a/assets/svg/270d-1f3fe.svg +++ b/assets/svg/270d-1f3fe.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270d-1f3ff.svg b/assets/svg/270d-1f3ff.svg index 25f13d4d4..63f7854d0 100644 --- a/assets/svg/270d-1f3ff.svg +++ b/assets/svg/270d-1f3ff.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270d.svg b/assets/svg/270d.svg index 89d3022d4..7bd9d40a0 100644 --- a/assets/svg/270d.svg +++ b/assets/svg/270d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/270f.svg b/assets/svg/270f.svg index f8464c553..20a6be620 100644 --- a/assets/svg/270f.svg +++ b/assets/svg/270f.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2712.svg b/assets/svg/2712.svg index 5bc1ead70..959331473 100644 --- a/assets/svg/2712.svg +++ b/assets/svg/2712.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2714.svg b/assets/svg/2714.svg index b36b2ddb1..b112d6a21 100644 --- a/assets/svg/2714.svg +++ b/assets/svg/2714.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2716.svg b/assets/svg/2716.svg index c20b338d1..21e78fbe3 100644 --- a/assets/svg/2716.svg +++ b/assets/svg/2716.svg @@ -1,4 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/271d.svg b/assets/svg/271d.svg index b8e3377a2..558f6ff73 100644 --- a/assets/svg/271d.svg +++ b/assets/svg/271d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2721.svg b/assets/svg/2721.svg index 00bd01f39..f23d1b41d 100644 --- a/assets/svg/2721.svg +++ b/assets/svg/2721.svg @@ -1,4 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2728.svg b/assets/svg/2728.svg index 7ee9e2692..777dc734e 100644 --- a/assets/svg/2728.svg +++ b/assets/svg/2728.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2733.svg b/assets/svg/2733.svg index 5f4849e2c..a69072c54 100644 --- a/assets/svg/2733.svg +++ b/assets/svg/2733.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2734.svg b/assets/svg/2734.svg index bd7ac5983..fcff6bddd 100644 --- a/assets/svg/2734.svg +++ b/assets/svg/2734.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2744.svg b/assets/svg/2744.svg index 95ada00b3..8bcfd3534 100644 --- a/assets/svg/2744.svg +++ b/assets/svg/2744.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2747.svg b/assets/svg/2747.svg index d3d540dbf..08abef39b 100644 --- a/assets/svg/2747.svg +++ b/assets/svg/2747.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/274c.svg b/assets/svg/274c.svg index 3c194e11d..74dc8510d 100644 --- a/assets/svg/274c.svg +++ b/assets/svg/274c.svg @@ -1,4 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/274e.svg b/assets/svg/274e.svg index d00473a8f..dabb73ef6 100644 --- a/assets/svg/274e.svg +++ b/assets/svg/274e.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2753.svg b/assets/svg/2753.svg index 8f85fae41..751a5a4e4 100644 --- a/assets/svg/2753.svg +++ b/assets/svg/2753.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2754.svg b/assets/svg/2754.svg index 71f00a45a..5404b420f 100644 --- a/assets/svg/2754.svg +++ b/assets/svg/2754.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2755.svg b/assets/svg/2755.svg index a7e2c7446..65546fec9 100644 --- a/assets/svg/2755.svg +++ b/assets/svg/2755.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2757.svg b/assets/svg/2757.svg index 6b4043579..033425637 100644 --- a/assets/svg/2757.svg +++ b/assets/svg/2757.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2763.svg b/assets/svg/2763.svg index 80cbc78cd..838c09732 100644 --- a/assets/svg/2763.svg +++ b/assets/svg/2763.svg @@ -1,3 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2764.svg b/assets/svg/2764.svg index 8682fcc09..9e85e9e58 100644 --- a/assets/svg/2764.svg +++ b/assets/svg/2764.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2795.svg b/assets/svg/2795.svg index 48f3229b5..7ccb84fe0 100644 --- a/assets/svg/2795.svg +++ b/assets/svg/2795.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2796.svg b/assets/svg/2796.svg index 672d312c5..dcacccd1b 100644 --- a/assets/svg/2796.svg +++ b/assets/svg/2796.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2797.svg b/assets/svg/2797.svg index ee63fa8b1..47c96884b 100644 --- a/assets/svg/2797.svg +++ b/assets/svg/2797.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/27a1.svg b/assets/svg/27a1.svg index 913fa8440..d085dbc14 100644 --- a/assets/svg/27a1.svg +++ b/assets/svg/27a1.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/27b0.svg b/assets/svg/27b0.svg index 733ef1a74..7ac5bea5e 100644 --- a/assets/svg/27b0.svg +++ b/assets/svg/27b0.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/27bf.svg b/assets/svg/27bf.svg index bea7873f8..fdf6a813a 100644 --- a/assets/svg/27bf.svg +++ b/assets/svg/27bf.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2934.svg b/assets/svg/2934.svg index a47935d15..670fa6ece 100644 --- a/assets/svg/2934.svg +++ b/assets/svg/2934.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2935.svg b/assets/svg/2935.svg index 2f2332d6d..d3b459d5b 100644 --- a/assets/svg/2935.svg +++ b/assets/svg/2935.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2b05.svg b/assets/svg/2b05.svg index 4faa9b8ba..4e09a9a9b 100644 --- a/assets/svg/2b05.svg +++ b/assets/svg/2b05.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2b06.svg b/assets/svg/2b06.svg index 7cee005e3..d25947163 100644 --- a/assets/svg/2b06.svg +++ b/assets/svg/2b06.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2b07.svg b/assets/svg/2b07.svg index aaec62dcd..d517109ea 100644 --- a/assets/svg/2b07.svg +++ b/assets/svg/2b07.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2b1b.svg b/assets/svg/2b1b.svg index 6345353a6..2862ed46c 100644 --- a/assets/svg/2b1b.svg +++ b/assets/svg/2b1b.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2b1c.svg b/assets/svg/2b1c.svg index 552e6c8a4..8f0924edc 100644 --- a/assets/svg/2b1c.svg +++ b/assets/svg/2b1c.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2b50.svg b/assets/svg/2b50.svg index 7013040cb..9d9bf1f05 100644 --- a/assets/svg/2b50.svg +++ b/assets/svg/2b50.svg @@ -1,2 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/2b55.svg b/assets/svg/2b55.svg index 215401b57..0b088375d 100644 --- a/assets/svg/2b55.svg +++ b/assets/svg/2b55.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/3030.svg b/assets/svg/3030.svg index 3318c2e2c..df389079a 100644 --- a/assets/svg/3030.svg +++ b/assets/svg/3030.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/303d.svg b/assets/svg/303d.svg index a4a3a2883..45e25cb1e 100644 --- a/assets/svg/303d.svg +++ b/assets/svg/303d.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/3297.svg b/assets/svg/3297.svg index 9b064fc7c..2d2c44b5e 100644 --- a/assets/svg/3297.svg +++ b/assets/svg/3297.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/svg/3299.svg b/assets/svg/3299.svg index 2edd3bc47..3b5b8c33a 100644 --- a/assets/svg/3299.svg +++ b/assets/svg/3299.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/bower.json b/bower.json index adfda617f..65c895606 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "emojione", - "version": "2.1.4", + "version": "2.2.0", "main": [ "assets/css/emojione.css", "lib/js/emojione.js" diff --git a/demos/alternate-alt-tags.html b/demos/alternate-alt-tags.html index 9b7950367..a64939b52 100644 --- a/demos/alternate-alt-tags.html +++ b/demos/alternate-alt-tags.html @@ -50,7 +50,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/ascii-smileys.html b/demos/ascii-smileys.html index 10c4f11e0..1cca85221 100644 --- a/demos/ascii-smileys.html +++ b/demos/ascii-smileys.html @@ -8,7 +8,7 @@ - + @@ -53,7 +53,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/autocomplete.html b/demos/autocomplete.html index f5daaa574..cf36c0074 100644 --- a/demos/autocomplete.html +++ b/demos/autocomplete.html @@ -102,7 +102,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/class-convert.html b/demos/class-convert.html index db6f3500e..910345c8c 100644 --- a/demos/class-convert.html +++ b/demos/class-convert.html @@ -8,7 +8,7 @@ - + @@ -54,7 +54,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/convert-on-submit.html b/demos/convert-on-submit.html index 47109fb17..dd787be3c 100644 --- a/demos/convert-on-submit.html +++ b/demos/convert-on-submit.html @@ -53,7 +53,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/index.html b/demos/index.html index 19e154284..c2b8d908d 100644 --- a/demos/index.html +++ b/demos/index.html @@ -23,7 +23,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
@@ -43,7 +43,7 @@

Emoji One Labs

version All Demos

- The following demos are provided to show how to use Emoji One to its fullest potential. Feel free to dig in and take these demos apart to see how it all works. + The following demos are provided to show how to use EmojiOne to its fullest potential. Feel free to dig in and take these demos apart to see how it all works.

Note: As of version 1.4.1 the PHP library syntax has changed. The previous syntax is still in place for backward compatibility but will be removed at a later date.

diff --git a/demos/jsshortnametoimage.html b/demos/jsshortnametoimage.html index 5fcf2f149..8c35c4d91 100644 --- a/demos/jsshortnametoimage.html +++ b/demos/jsshortnametoimage.html @@ -2,7 +2,7 @@ - .shortnameToImage(str) - Javascript - Emoji One Labs + .shortnameToImage(str) - Javascript - EmojiOne Labs @@ -53,7 +53,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/jstoimage.html b/demos/jstoimage.html index e98397a05..dcba1a2ad 100644 --- a/demos/jstoimage.html +++ b/demos/jstoimage.html @@ -53,7 +53,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/jstoshort.html b/demos/jstoshort.html index abf444350..454457014 100644 --- a/demos/jstoshort.html +++ b/demos/jstoshort.html @@ -2,7 +2,7 @@ - .toShort(str) - Javascript - Emoji One Labs + .toShort(str) - Javascript - EmojiOne Labs @@ -53,7 +53,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/jsunicodetoimage.html b/demos/jsunicodetoimage.html index 50a7a4257..e8aa26330 100644 --- a/demos/jsunicodetoimage.html +++ b/demos/jsunicodetoimage.html @@ -2,7 +2,7 @@ - .unicodeToImage(str) - Javascript - Emoji One Labs + .unicodeToImage(str) - Javascript - EmojiOne Labs @@ -53,7 +53,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/live-preview.html b/demos/live-preview.html index 7e09feb0f..0211218a8 100644 --- a/demos/live-preview.html +++ b/demos/live-preview.html @@ -2,13 +2,13 @@ - Live Preview Box - Emoji One Labs + Live Preview Box - EmojiOne Labs - + @@ -53,7 +53,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/phpshortnametoimage.php b/demos/phpshortnametoimage.php index 89855305e..32aac7247 100644 --- a/demos/phpshortnametoimage.php +++ b/demos/phpshortnametoimage.php @@ -53,7 +53,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/phptoimage.php b/demos/phptoimage.php index b45a6768e..3cf2963df 100644 --- a/demos/phptoimage.php +++ b/demos/phptoimage.php @@ -53,7 +53,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/phptoshort.php b/demos/phptoshort.php index 07079005e..e991e2986 100644 --- a/demos/phptoshort.php +++ b/demos/phptoshort.php @@ -50,7 +50,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/phpunicodetoimage.php b/demos/phpunicodetoimage.php index a1ba143fe..e6870b4f5 100644 --- a/demos/phpunicodetoimage.php +++ b/demos/phpunicodetoimage.php @@ -53,7 +53,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/shortnametounicode.html b/demos/shortnametounicode.html index 5ebb3d7d3..1b33acd01 100644 --- a/demos/shortnametounicode.html +++ b/demos/shortnametounicode.html @@ -2,7 +2,7 @@ - shortnameToUnicode(str) - Emoji One Labs + shortnameToUnicode(str) - EmojiOne Labs @@ -32,7 +32,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/demos/sprites-png.html b/demos/sprites-png.html index 21142f737..abf1df0a6 100644 --- a/demos/sprites-png.html +++ b/demos/sprites-png.html @@ -2,7 +2,7 @@ - PNG Sprites Demo - Emoji One + PNG Sprites Demo - EmojiOne @@ -65,7 +65,7 @@
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
@@ -117,7 +117,7 @@

1. Attach Sprite CSS Stylesheet:

2. Enable PNG Sprite mode

-

Once the stylesheet is attached, it's just a matter of enabling PNG Sprites in your Emoji One configuration

+

Once the stylesheet is attached, it's just a matter of enabling PNG Sprites in your EmojiOne configuration

Javascript Example

emojione.imageType = 'png';
diff --git a/demos/sprites-svg.html b/demos/sprites-svg.html
index 6fd66abb9..6818603e0 100644
--- a/demos/sprites-svg.html
+++ b/demos/sprites-svg.html
@@ -2,7 +2,7 @@
 
 
   
-  SVG Sprites - Emoji One
+  SVG Sprites - EmojiOne
 
   
   
@@ -69,7 +69,7 @@
 
 
-

Emoji One Labs

version 2.1.4 +

EmojiOne Labs

version 2.2.0
diff --git a/emoji.json b/emoji.json index b3b3a7b26..dc28c13a1 100644 --- a/emoji.json +++ b/emoji.json @@ -1 +1 @@ -{"grinning":{"unicode":"1f600","unicode_alternates":"","name":"grinning face","shortname":":grinning:","category":"people","emoji_order":"1","aliases":[],"aliases_ascii":[],"keywords":["happy","joy","smile","grin","smiling","smiley","person"]},"grimacing":{"unicode":"1f62c","unicode_alternates":"","name":"grimacing face","shortname":":grimacing:","category":"people","emoji_order":"2","aliases":[],"aliases_ascii":[],"keywords":["teeth","grimace","disapprove","pain","person"]},"grin":{"unicode":"1f601","unicode_alternates":"","name":"grinning face with smiling eyes","shortname":":grin:","category":"people","emoji_order":"3","aliases":[],"aliases_ascii":[],"keywords":["happy","joy","smile","grin","smiley","eye","person"]},"joy":{"unicode":"1f602","unicode_alternates":"","name":"face with tears of joy","shortname":":joy:","category":"people","emoji_order":"4","aliases":[],"aliases_ascii":[":')",":'-)"],"keywords":["cry","haha","happy","weep","person","tear"]},"smiley":{"unicode":"1f603","unicode_alternates":"","name":"smiling face with open mouth","shortname":":smiley:","category":"people","emoji_order":"5","aliases":[],"aliases_ascii":[":D",":-D","=D"],"keywords":["haha","happy","joy","smile","smiley","person"]},"smile":{"unicode":"1f604","unicode_alternates":"","name":"smiling face with open mouth and smiling eyes","shortname":":smile:","category":"people","emoji_order":"6","aliases":[],"aliases_ascii":[],"keywords":["funny","haha","happy","joy","laugh","smile","smiley","eye","person"]},"sweat_smile":{"unicode":"1f605","unicode_alternates":"","name":"smiling face with open mouth and cold sweat","shortname":":sweat_smile:","category":"people","emoji_order":"7","aliases":[],"aliases_ascii":["':)","':-)","'=)","':D","':-D","'=D"],"keywords":["happy","hot","perspiration","smile","person"]},"laughing":{"unicode":"1f606","unicode_alternates":"","name":"smiling face with open mouth and tightly-closed eyes","shortname":":laughing:","category":"people","emoji_order":"8","aliases":[":satisfied:"],"aliases_ascii":[">:)",">;)",">:-)",">=)"],"keywords":["happy","joy","lol","laughing","laugh","person","satisfied","smile"]},"innocent":{"unicode":"1f607","unicode_alternates":"","name":"smiling face with halo","shortname":":innocent:","category":"people","emoji_order":"9","aliases":[],"aliases_ascii":["O:-)","0:-3","0:3","0:-)","0:)","0;^)","O:)","O;-)","O=)","0;-)","O:-3","O:3"],"keywords":["angel","innocent","ring","circle","heaven","fairy tale","fantasy","person","smile"]},"wink":{"unicode":"1f609","unicode_alternates":"","name":"winking face","shortname":":wink:","category":"people","emoji_order":"10","aliases":[],"aliases_ascii":[";)",";-)","*-)","*)",";-]",";]",";D",";^)"],"keywords":["happy","mischievous","secret","wink","friendly","joke","person"]},"blush":{"unicode":"1f60a","unicode_alternates":"","name":"smiling face with smiling eyes","shortname":":blush:","category":"people","emoji_order":"11","aliases":[],"aliases_ascii":[],"keywords":["crush","embarrassed","flushed","happy","shy","smile","smiley","blush","eye","person"]},"slight_smile":{"unicode":"1f642","unicode_alternates":"","name":"slightly smiling face","shortname":":slight_smile:","category":"people","emoji_order":"12","aliases":[":slightly_smiling_face:"],"aliases_ascii":[":)",":-)","=]","=)",":]"],"keywords":["slight","smile","happy","person"]},"upside_down":{"unicode":"1f643","unicode_alternates":"","name":"upside-down face","shortname":":upside_down:","category":"people","emoji_order":"13","aliases":[":upside_down_face:"],"aliases_ascii":[],"keywords":[]},"relaxed":{"unicode":"263a","unicode_alternates":"263a-fe0f","name":"white smiling face","shortname":":relaxed:","category":"people","emoji_order":"14","aliases":[],"aliases_ascii":[],"keywords":["blush","happiness","massage","smile","relaxed","outlined","person"]},"yum":{"unicode":"1f60b","unicode_alternates":"","name":"face savouring delicious food","shortname":":yum:","category":"people","emoji_order":"15","aliases":[],"aliases_ascii":[],"keywords":["happy","joy","smile","tongue","eat","yummy","yum","tasty","savory","person","um"]},"relieved":{"unicode":"1f60c","unicode_alternates":"","name":"relieved face","shortname":":relieved:","category":"people","emoji_order":"16","aliases":[],"aliases_ascii":[],"keywords":["happiness","massage","relaxed","satisfied","phew","relief","person"]},"heart_eyes":{"unicode":"1f60d","unicode_alternates":"","name":"smiling face with heart-shaped eyes","shortname":":heart_eyes:","category":"people","emoji_order":"17","aliases":[],"aliases_ascii":[],"keywords":["affection","crush","infatuation","like","valentines","heart","lovestruck","love","flirt","smile","eye","person"]},"kissing_heart":{"unicode":"1f618","unicode_alternates":"","name":"face throwing a kiss","shortname":":kissing_heart:","category":"people","emoji_order":"18","aliases":[],"aliases_ascii":[":*",":-*","=*",":^*"],"keywords":["affection","infatuation","blowing kiss","heart","lips","like","love","valentines","person"]},"kissing":{"unicode":"1f617","unicode_alternates":"","name":"kissing face","shortname":":kissing:","category":"people","emoji_order":"19","aliases":[],"aliases_ascii":[],"keywords":["3","infatuation","like","love","valentines","kiss","pucker","lips","smooch","person"]},"kissing_smiling_eyes":{"unicode":"1f619","unicode_alternates":"","name":"kissing face with smiling eyes","shortname":":kissing_smiling_eyes:","category":"people","emoji_order":"20","aliases":[],"aliases_ascii":[],"keywords":["affection","infatuation","valentines","kiss","smile","pucker","lips","smooch","eye","person"]},"kissing_closed_eyes":{"unicode":"1f61a","unicode_alternates":"","name":"kissing face with closed eyes","shortname":":kissing_closed_eyes:","category":"people","emoji_order":"21","aliases":[],"aliases_ascii":[],"keywords":["affection","infatuation","like","love","valentines","kiss","passion","puckered","heart","smooch","eye","person"]},"stuck_out_tongue_winking_eye":{"unicode":"1f61c","unicode_alternates":"","name":"face with stuck-out tongue and winking eye","shortname":":stuck_out_tongue_winking_eye:","category":"people","emoji_order":"22","aliases":[],"aliases_ascii":[">:P","X-P","x-p"],"keywords":["childish","mischievous","playful","prank","wink","kidding","silly","playful","crazy","joke","person"]},"stuck_out_tongue_closed_eyes":{"unicode":"1f61d","unicode_alternates":"","name":"face with stuck-out tongue and tightly-closed eyes","shortname":":stuck_out_tongue_closed_eyes:","category":"people","emoji_order":"23","aliases":[],"aliases_ascii":[],"keywords":["mischievous","playful","prank","kidding","silly","playful","ecstatic","eye","horrible","person","taste"]},"stuck_out_tongue":{"unicode":"1f61b","unicode_alternates":"","name":"face with stuck-out tongue","shortname":":stuck_out_tongue:","category":"people","emoji_order":"24","aliases":[],"aliases_ascii":[":P",":-P","=P",":-p",":p","=p",":-\u00de",":\u00de",":\u00fe",":-\u00fe",":-b",":b","d:"],"keywords":["childish","mischievous","playful","prank","silly","playful","cheeky","person"]},"money_mouth":{"unicode":"1f911","unicode_alternates":"","name":"money-mouth face","shortname":":money_mouth:","category":"people","emoji_order":"25","aliases":[":money_mouth_face:"],"aliases_ascii":[],"keywords":[]},"nerd":{"unicode":"1f913","unicode_alternates":"","name":"nerd face","shortname":":nerd:","category":"people","emoji_order":"26","aliases":[":nerd_face:"],"aliases_ascii":[],"keywords":[]},"sunglasses":{"unicode":"1f60e","unicode_alternates":"","name":"smiling face with sunglasses","shortname":":sunglasses:","category":"people","emoji_order":"27","aliases":[],"aliases_ascii":["B-)","B)","8)","8-)","B-D","8-D"],"keywords":["cool","sun","glasses","sunny","smooth","bright","eye","eyewear","person","smile","weather"]},"hugging":{"unicode":"1f917","unicode_alternates":"","name":"hugging face","shortname":":hugging:","category":"people","emoji_order":"28","aliases":[":hugging_face:"],"aliases_ascii":[],"keywords":[]},"smirk":{"unicode":"1f60f","unicode_alternates":"","name":"smirking face","shortname":":smirk:","category":"people","emoji_order":"29","aliases":[],"aliases_ascii":[],"keywords":["mean","prank","smile","smug","smirk","half-smile","conceited","person"]},"no_mouth":{"unicode":"1f636","unicode_alternates":"","name":"face without mouth","shortname":":no_mouth:","category":"people","emoji_order":"30","aliases":[],"aliases_ascii":[":-X",":X",":-#",":#","=X","=x",":x",":-x","=#"],"keywords":["hellokitty","silent","vapid","person","quiet"]},"neutral_face":{"unicode":"1f610","unicode_alternates":"","name":"neutral face","shortname":":neutral_face:","category":"people","emoji_order":"31","aliases":[],"aliases_ascii":[],"keywords":["indifference","objective","impartial","blank","deadpan","person"]},"expressionless":{"unicode":"1f611","unicode_alternates":"","name":"expressionless face","shortname":":expressionless:","category":"people","emoji_order":"32","aliases":[],"aliases_ascii":["-_-","-__-","-___-"],"keywords":["blank","void","vapid","without expression","indifferent","inexpressive","person","unexpressive"]},"unamused":{"unicode":"1f612","unicode_alternates":"","name":"unamused face","shortname":":unamused:","category":"people","emoji_order":"33","aliases":[],"aliases_ascii":[],"keywords":["bored","indifference","serious","straight face","not amused","depressed","unhappy","disapprove","lame","person"]},"rolling_eyes":{"unicode":"1f644","unicode_alternates":"","name":"face with rolling eyes","shortname":":rolling_eyes:","category":"people","emoji_order":"34","aliases":[":face_with_rolling_eyes:"],"aliases_ascii":[],"keywords":[]},"thinking":{"unicode":"1f914","unicode_alternates":"","name":"thinking face","shortname":":thinking:","category":"people","emoji_order":"35","aliases":[":thinking_face:"],"aliases_ascii":[],"keywords":[]},"flushed":{"unicode":"1f633","unicode_alternates":"","name":"flushed face","shortname":":flushed:","category":"people","emoji_order":"36","aliases":[],"aliases_ascii":[":$","=$"],"keywords":["blush","flattered","flush","blush","red","pink","cheeks","shy","dazed","person"]},"disappointed":{"unicode":"1f61e","unicode_alternates":"","name":"disappointed face","shortname":":disappointed:","category":"people","emoji_order":"37","aliases":[],"aliases_ascii":[">:[",":-(",":(",":-[",":[","=("],"keywords":["disappoint","frown","depressed","discouraged","sad","upset","person"]},"worried":{"unicode":"1f61f","unicode_alternates":"","name":"worried face","shortname":":worried:","category":"people","emoji_order":"38","aliases":[],"aliases_ascii":[],"keywords":["concern","anxious","distressed","nervous","tense","person"]},"angry":{"unicode":"1f620","unicode_alternates":"","name":"angry face","shortname":":angry:","category":"people","emoji_order":"39","aliases":[],"aliases_ascii":[">:(",">:-(",":@"],"keywords":["livid","mad","vexed","irritated","annoyed","frustrated","person"]},"rage":{"unicode":"1f621","unicode_alternates":"","name":"pouting face","shortname":":rage:","category":"people","emoji_order":"40","aliases":[],"aliases_ascii":[],"keywords":["angry","despise","hate","mad","pout","anger","rage","irate","person","red"]},"pensive":{"unicode":"1f614","unicode_alternates":"","name":"pensive face","shortname":":pensive:","category":"people","emoji_order":"41","aliases":[],"aliases_ascii":[],"keywords":["okay","sad","thoughtful","think","reflective","wistful","meditate","serious","dejected","person"]},"confused":{"unicode":"1f615","unicode_alternates":"","name":"confused face","shortname":":confused:","category":"people","emoji_order":"42","aliases":[],"aliases_ascii":[">:\\",">:\/",":-\/",":-.",":\/",":\\","=\/","=\\",":L","=L"],"keywords":["daze","perplex","puzzle","indifference","skeptical","undecided","uneasy","hesitant","person"]},"slight_frown":{"unicode":"1f641","unicode_alternates":"","name":"slightly frowning face","shortname":":slight_frown:","category":"people","emoji_order":"43","aliases":[":slightly_frowning_face:"],"aliases_ascii":[],"keywords":["slight","frown","unhappy","disappointed","person"]},"frowning2":{"unicode":"2639","unicode_alternates":"2639-fe0f","name":"white frowning face","shortname":":frowning2:","category":"people","emoji_order":"44","aliases":[":white_frowning_face:"],"aliases_ascii":[],"keywords":["frown","person"]},"persevere":{"unicode":"1f623","unicode_alternates":"","name":"persevering face","shortname":":persevere:","category":"people","emoji_order":"45","aliases":[],"aliases_ascii":[">.<"],"keywords":["endure","persevere","no","sick","upset","person"]},"confounded":{"unicode":"1f616","unicode_alternates":"","name":"confounded face","shortname":":confounded:","category":"people","emoji_order":"46","aliases":[],"aliases_ascii":[],"keywords":["confused","sick","unwell","amaze","perplex","puzzle","mystify","person"]},"tired_face":{"unicode":"1f62b","unicode_alternates":"","name":"tired face","shortname":":tired_face:","category":"people","emoji_order":"47","aliases":[],"aliases_ascii":[],"keywords":["frustrated","sick","upset","whine","exhausted","sleepy","person"]},"weary":{"unicode":"1f629","unicode_alternates":"","name":"weary face","shortname":":weary:","category":"people","emoji_order":"48","aliases":[],"aliases_ascii":[],"keywords":["frustrated","sad","sleepy","tired","tiredness","study","finals","school","exhausted","person"]},"triumph":{"unicode":"1f624","unicode_alternates":"","name":"face with look of triumph","shortname":":triumph:","category":"people","emoji_order":"49","aliases":[],"aliases_ascii":[],"keywords":["gas","phew","steam","breath","person","won"]},"open_mouth":{"unicode":"1f62e","unicode_alternates":"","name":"face with open mouth","shortname":":open_mouth:","category":"people","emoji_order":"50","aliases":[],"aliases_ascii":[":-O",":O",":-o",":o","O_O",">:O"],"keywords":["impressed","jaw","gapping","surprise","wow","person","sympathy"]},"scream":{"unicode":"1f631","unicode_alternates":"","name":"face screaming in fear","shortname":":scream:","category":"people","emoji_order":"51","aliases":[],"aliases_ascii":[],"keywords":["munch","scream","painting","artist","alien","fearful","person","scared"]},"fearful":{"unicode":"1f628","unicode_alternates":"","name":"fearful face","shortname":":fearful:","category":"people","emoji_order":"52","aliases":[],"aliases_ascii":["D:"],"keywords":["nervous","oops","scared","terrified","fear","frightened","horrified","person"]},"cold_sweat":{"unicode":"1f630","unicode_alternates":"","name":"face with open mouth and cold sweat","shortname":":cold_sweat:","category":"people","emoji_order":"53","aliases":[],"aliases_ascii":[],"keywords":["nervous","exasperated","frustrated","blue","person","rushed"]},"hushed":{"unicode":"1f62f","unicode_alternates":"","name":"hushed face","shortname":":hushed:","category":"people","emoji_order":"54","aliases":[],"aliases_ascii":[],"keywords":["woo","quiet","hush","whisper","silent","person","stunned","surprised"]},"frowning":{"unicode":"1f626","unicode_alternates":"","name":"frowning face with open mouth","shortname":":frowning:","category":"people","emoji_order":"55","aliases":[],"aliases_ascii":[],"keywords":["aw","frown","sad","pout","sulk","glower","person"]},"anguished":{"unicode":"1f627","unicode_alternates":"","name":"anguished face","shortname":":anguished:","category":"people","emoji_order":"56","aliases":[],"aliases_ascii":[],"keywords":["nervous","stunned","pain","anguish","ouch","misery","distress","grief","person"]},"cry":{"unicode":"1f622","unicode_alternates":"","name":"crying face","shortname":":cry:","category":"people","emoji_order":"57","aliases":[],"aliases_ascii":[":'(",":'-(",";(",";-("],"keywords":["sad","cry","tear","weep","person"]},"disappointed_relieved":{"unicode":"1f625","unicode_alternates":"","name":"disappointed but relieved face","shortname":":disappointed_relieved:","category":"people","emoji_order":"58","aliases":[],"aliases_ascii":[],"keywords":["nervous","phew","sweat","relief","person","whew"]},"sleepy":{"unicode":"1f62a","unicode_alternates":"","name":"sleepy face","shortname":":sleepy:","category":"people","emoji_order":"59","aliases":[],"aliases_ascii":[],"keywords":["rest","tired","exhausted","person","sleep"]},"sweat":{"unicode":"1f613","unicode_alternates":"","name":"face with cold sweat","shortname":":sweat:","category":"people","emoji_order":"60","aliases":[],"aliases_ascii":["':(","':-(","'=("],"keywords":["sick","anxious","worried","clammy","diaphoresis","hot","person"]},"sob":{"unicode":"1f62d","unicode_alternates":"","name":"loudly crying face","shortname":":sob:","category":"people","emoji_order":"61","aliases":[],"aliases_ascii":[],"keywords":["cry","sad","tears","upset","sob","melancholy","morn","somber","hurt","person","tear"]},"dizzy_face":{"unicode":"1f635","unicode_alternates":"","name":"dizzy face","shortname":":dizzy_face:","category":"people","emoji_order":"62","aliases":[],"aliases_ascii":["#-)","#)","%-)","%)","X)","X-)"],"keywords":["drunk","inebriated","spent","unconscious","xox","buzzed","person"]},"astonished":{"unicode":"1f632","unicode_alternates":"","name":"astonished face","shortname":":astonished:","category":"people","emoji_order":"63","aliases":[],"aliases_ascii":[],"keywords":["xox","shocked","surprise","person","totally"]},"zipper_mouth":{"unicode":"1f910","unicode_alternates":"","name":"zipper-mouth face","shortname":":zipper_mouth:","category":"people","emoji_order":"64","aliases":[":zipper_mouth_face:"],"aliases_ascii":[],"keywords":[]},"mask":{"unicode":"1f637","unicode_alternates":"","name":"face with medical mask","shortname":":mask:","category":"people","emoji_order":"65","aliases":[],"aliases_ascii":[],"keywords":["ill","sick","virus","flu","cold","doctor","medicine","person"]},"thermometer_face":{"unicode":"1f912","unicode_alternates":"","name":"face with thermometer","shortname":":thermometer_face:","category":"people","emoji_order":"66","aliases":[":face_with_thermometer:"],"aliases_ascii":[],"keywords":[]},"head_bandage":{"unicode":"1f915","unicode_alternates":"","name":"face with head-bandage","shortname":":head_bandage:","category":"people","emoji_order":"67","aliases":[":face_with_head_bandage:"],"aliases_ascii":[],"keywords":[]},"sleeping":{"unicode":"1f634","unicode_alternates":"","name":"sleeping face","shortname":":sleeping:","category":"people","emoji_order":"68","aliases":[],"aliases_ascii":[],"keywords":["sleepy","tired","sleep","sleepy","snore","person","zzz"]},"zzz":{"unicode":"1f4a4","unicode_alternates":"","name":"sleeping symbol","shortname":":zzz:","category":"people","emoji_order":"69","aliases":[],"aliases_ascii":[],"keywords":["sleepy","tired","snooze","comic","emotion","person","sleep","word","zzz"]},"poop":{"unicode":"1f4a9","unicode_alternates":"","name":"pile of poo","shortname":":poop:","category":"people","emoji_order":"70","aliases":[":shit:",":hankey:",":poo:"],"aliases_ascii":[],"keywords":["poop","shit","shitface","turd","comic","dung","face","monster","nature","object"]},"smiling_imp":{"unicode":"1f608","unicode_alternates":"","name":"smiling face with horns","shortname":":smiling_imp:","category":"people","emoji_order":"71","aliases":[],"aliases_ascii":[],"keywords":["devil","impish","trouble","imp","fairy tale","fantasy","person","smile"]},"imp":{"unicode":"1f47f","unicode_alternates":"","name":"imp","shortname":":imp:","category":"people","emoji_order":"72","aliases":[],"aliases_ascii":[],"keywords":["angry","devil","evil","horns","cute","face","fairy tale","fantasy","person"]},"japanese_ogre":{"unicode":"1f479","unicode_alternates":"","name":"japanese ogre","shortname":":japanese_ogre:","category":"people","emoji_order":"73","aliases":[],"aliases_ascii":[],"keywords":["monster","oni","demon","troll","folklore","monster","devil","mask","theater","horns","teeth","creature","face","fairy tale","fantasy","person"]},"japanese_goblin":{"unicode":"1f47a","unicode_alternates":"","name":"japanese goblin","shortname":":japanese_goblin:","category":"people","emoji_order":"74","aliases":[],"aliases_ascii":[],"keywords":["evil","mask","red","tengu","supernatural","avian","demon","mask","theater","nose","frown","mustache","anger","frustration","creature","face","fairy tale","fantasy","monster","person"]},"skull":{"unicode":"1f480","unicode_alternates":"","name":"skull","shortname":":skull:","category":"people","emoji_order":"75","aliases":[":skeleton:"],"aliases_ascii":[],"keywords":["dead","skeleton","dying","death","body","face","fairy tale","monster","person"]},"ghost":{"unicode":"1f47b","unicode_alternates":"","name":"ghost","shortname":":ghost:","category":"people","emoji_order":"76","aliases":[],"aliases_ascii":[],"keywords":["halloween","creature","face","fairy tale","fantasy","monster","person"]},"alien":{"unicode":"1f47d","unicode_alternates":"","name":"extraterrestrial alien","shortname":":alien:","category":"people","emoji_order":"77","aliases":[],"aliases_ascii":[],"keywords":["UFO","paul","ufo","creature","face","fairy tale","fantasy","monster","nature","person","space"]},"robot":{"unicode":"1f916","unicode_alternates":"","name":"robot face","shortname":":robot:","category":"people","emoji_order":"78","aliases":[":robot_face:"],"aliases_ascii":[],"keywords":[]},"smiley_cat":{"unicode":"1f63a","unicode_alternates":"","name":"smiling cat face with open mouth","shortname":":smiley_cat:","category":"people","emoji_order":"79","aliases":[],"aliases_ascii":[],"keywords":["animal","cats","happy","smile","smiley","nature"]},"smile_cat":{"unicode":"1f638","unicode_alternates":"","name":"grinning cat face with smiling eyes","shortname":":smile_cat:","category":"people","emoji_order":"80","aliases":[],"aliases_ascii":[],"keywords":["animal","cats","smile","grin","eye","nature"]},"joy_cat":{"unicode":"1f639","unicode_alternates":"","name":"cat face with tears of joy","shortname":":joy_cat:","category":"people","emoji_order":"81","aliases":[],"aliases_ascii":[],"keywords":["animal","cats","haha","happy","tears","happy","tears","cry","joy","nature","tear"]},"heart_eyes_cat":{"unicode":"1f63b","unicode_alternates":"","name":"smiling cat face with heart-shaped eyes","shortname":":heart_eyes_cat:","category":"people","emoji_order":"82","aliases":[],"aliases_ascii":[],"keywords":["affection","animal","cats","like","love","valentines","lovestruck","love","heart","eye","nature","smile"]},"smirk_cat":{"unicode":"1f63c","unicode_alternates":"","name":"cat face with wry smile","shortname":":smirk_cat:","category":"people","emoji_order":"83","aliases":[],"aliases_ascii":[],"keywords":["animal","cats","smirk","smirking","confident","confidence","ironic","nature"]},"kissing_cat":{"unicode":"1f63d","unicode_alternates":"","name":"kissing cat face with closed eyes","shortname":":kissing_cat:","category":"people","emoji_order":"84","aliases":[],"aliases_ascii":[],"keywords":["animal","cats","passion","kiss","puckered","heart","love","eye","nature"]},"scream_cat":{"unicode":"1f640","unicode_alternates":"","name":"weary cat face","shortname":":scream_cat:","category":"people","emoji_order":"85","aliases":[],"aliases_ascii":[],"keywords":["animal","cats","munch","sleepy","tired","tiredness","study","finals","school","exhausted","scream","painting","artist","nature","oh","surprised"]},"crying_cat_face":{"unicode":"1f63f","unicode_alternates":"","name":"crying cat face","shortname":":crying_cat_face:","category":"people","emoji_order":"86","aliases":[],"aliases_ascii":[],"keywords":["animal","cats","sad","tears","weep","cry","sob","tears","sad","melancholy","morn","somber","hurt","nature","tear"]},"pouting_cat":{"unicode":"1f63e","unicode_alternates":"","name":"pouting cat face","shortname":":pouting_cat:","category":"people","emoji_order":"87","aliases":[],"aliases_ascii":[],"keywords":["animal","cats","pout","annoyed","miffed","glower","frown","nature"]},"raised_hands":{"unicode":"1f64c","unicode_alternates":"","name":"person raising both hands in celebration","shortname":":raised_hands:","category":"people","emoji_order":"88","aliases":[],"aliases_ascii":[],"keywords":["gesture","hooray","winning","woot","yay","banzai","raised","body","hand"]},"clap":{"unicode":"1f44f","unicode_alternates":"","name":"clapping hands sign","shortname":":clap:","category":"people","emoji_order":"89","aliases":[],"aliases_ascii":[],"keywords":["applause","congrats","praise","clap","appreciation","approval","sound","encouragement","enthusiasm","body","hand","person"]},"wave":{"unicode":"1f44b","unicode_alternates":"","name":"waving hand sign","shortname":":wave:","category":"people","emoji_order":"90","aliases":[],"aliases_ascii":[],"keywords":["farewell","gesture","goodbye","solong","hi","wave","body","person"]},"thumbsup":{"unicode":"1f44d","unicode_alternates":"","name":"thumbs up sign","shortname":":thumbsup:","category":"people","emoji_order":"91","aliases":[":+1:",":thumbup:"],"aliases_ascii":[],"keywords":["cool","hand","like","yes","+1","body","person","thumb","thumbs up"]},"thumbsdown":{"unicode":"1f44e","unicode_alternates":"","name":"thumbs down sign","shortname":":thumbsdown:","category":"people","emoji_order":"92","aliases":[":-1:",":thumbdown:"],"aliases_ascii":[],"keywords":["hand","no","-1","body","person","thumb","thumbs down"]},"punch":{"unicode":"1f44a","unicode_alternates":"","name":"fisted hand sign","shortname":":punch:","category":"people","emoji_order":"93","aliases":[],"aliases_ascii":[],"keywords":["fist","punch","body","clenched","person"]},"fist":{"unicode":"270a","unicode_alternates":"","name":"raised fist","shortname":":fist:","category":"people","emoji_order":"94","aliases":[],"aliases_ascii":[],"keywords":["fingers","grasp","hand","body","clenched","person","punch"]},"v":{"unicode":"270c","unicode_alternates":"270c-fe0f","name":"victory hand","shortname":":v:","category":"people","emoji_order":"95","aliases":[],"aliases_ascii":[],"keywords":["fingers","ohyeah","peace","two","v","body","person"]},"ok_hand":{"unicode":"1f44c","unicode_alternates":"","name":"ok hand sign","shortname":":ok_hand:","category":"people","emoji_order":"96","aliases":[],"aliases_ascii":[],"keywords":["fingers","limbs","perfect","okay","smoke","smoking","marijuana","joint","pot","420","body","person"]},"raised_hand":{"unicode":"270b","unicode_alternates":"","name":"raised hand","shortname":":raised_hand:","category":"people","emoji_order":"97","aliases":[],"aliases_ascii":[],"keywords":["body","person"]},"open_hands":{"unicode":"1f450","unicode_alternates":"","name":"open hands sign","shortname":":open_hands:","category":"people","emoji_order":"98","aliases":[],"aliases_ascii":[],"keywords":["butterfly","fingers","body","hand","person"]},"muscle":{"unicode":"1f4aa","unicode_alternates":"","name":"flexed biceps","shortname":":muscle:","category":"people","emoji_order":"99","aliases":[],"aliases_ascii":[],"keywords":["arm","flex","hand","strong","muscle","bicep","body","comic","person"]},"pray":{"unicode":"1f64f","unicode_alternates":"","name":"person with folded hands","shortname":":pray:","category":"people","emoji_order":"100","aliases":[],"aliases_ascii":[],"keywords":["highfive","hope","namaste","please","wish","pray","high five","sorrow","regret","sorry","ask","body","bow","gesture","hand","thanks"]},"point_up":{"unicode":"261d","unicode_alternates":"261d-fe0f","name":"white up pointing index","shortname":":point_up:","category":"people","emoji_order":"101","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one","body","person","point"]},"point_up_2":{"unicode":"1f446","unicode_alternates":"","name":"white up pointing backhand index","shortname":":point_up_2:","category":"people","emoji_order":"102","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one","body","person","point"]},"point_down":{"unicode":"1f447","unicode_alternates":"","name":"white down pointing backhand index","shortname":":point_down:","category":"people","emoji_order":"103","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","body","person","point"]},"point_left":{"unicode":"1f448","unicode_alternates":"","name":"white left pointing backhand index","shortname":":point_left:","category":"people","emoji_order":"104","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","body","person","point"]},"point_right":{"unicode":"1f449","unicode_alternates":"","name":"white right pointing backhand index","shortname":":point_right:","category":"people","emoji_order":"105","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","body","person","point"]},"middle_finger":{"unicode":"1f595","unicode_alternates":"","name":"reversed hand with middle finger extended","shortname":":middle_finger:","category":"people","emoji_order":"106","aliases":[":reversed_hand_with_middle_finger_extended:"],"aliases_ascii":[],"keywords":["fu","body","middle finger","person"]},"hand_splayed":{"unicode":"1f590","unicode_alternates":"1f590-fe0f","name":"raised hand with fingers splayed","shortname":":hand_splayed:","category":"people","emoji_order":"107","aliases":[":raised_hand_with_fingers_splayed:"],"aliases_ascii":[],"keywords":["hi","five","stop","halt","body","finger","person"]},"metal":{"unicode":"1f918","unicode_alternates":"","name":"sign of the horns","shortname":":metal:","category":"people","emoji_order":"108","aliases":[":sign_of_the_horns:"],"aliases_ascii":[],"keywords":["band","concert","fingers","rocknroll"]},"vulcan":{"unicode":"1f596","unicode_alternates":"","name":"raised hand with part between middle and ring fingers","shortname":":vulcan:","category":"people","emoji_order":"109","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers:"],"aliases_ascii":[],"keywords":["vulcan","spock","leonard","nimoy","star trek","live long","body","finger","person"]},"writing_hand":{"unicode":"270d","unicode_alternates":"270d-fe0f","name":"writing hand","shortname":":writing_hand:","category":"people","emoji_order":"110","aliases":[],"aliases_ascii":[],"keywords":["write","sign","signature","draw","body","education","person"]},"nail_care":{"unicode":"1f485","unicode_alternates":"","name":"nail polish","shortname":":nail_care:","category":"people","emoji_order":"111","aliases":[],"aliases_ascii":[],"keywords":["beauty","manicure","body","care","cosmetics","person"]},"lips":{"unicode":"1f444","unicode_alternates":"","name":"mouth","shortname":":lips:","category":"people","emoji_order":"112","aliases":[],"aliases_ascii":[],"keywords":["kiss","mouth","lips","body","person"]},"tongue":{"unicode":"1f445","unicode_alternates":"","name":"tongue","shortname":":tongue:","category":"people","emoji_order":"113","aliases":[],"aliases_ascii":[],"keywords":["mouth","playful","taste","buds","food","silly","playful","tease","kiss","french kiss","lick","tasty","playfulness","silliness","intimacy","body","person"]},"ear":{"unicode":"1f442","unicode_alternates":"","name":"ear","shortname":":ear:","category":"people","emoji_order":"114","aliases":[],"aliases_ascii":[],"keywords":["hear","listen","sound","body","person"]},"nose":{"unicode":"1f443","unicode_alternates":"","name":"nose","shortname":":nose:","category":"people","emoji_order":"115","aliases":[],"aliases_ascii":[],"keywords":["smell","sniff","body","person"]},"eye":{"unicode":"1f441","unicode_alternates":"1f441-fe0f","name":"eye","shortname":":eye:","category":"people","emoji_order":"116","aliases":[],"aliases_ascii":[],"keywords":["look","peek","watch","body","person"]},"eyes":{"unicode":"1f440","unicode_alternates":"","name":"eyes","shortname":":eyes:","category":"people","emoji_order":"117","aliases":[],"aliases_ascii":[],"keywords":["look","peek","stalk","watch","body","eye","face","person"]},"bust_in_silhouette":{"unicode":"1f464","unicode_alternates":"","name":"bust in silhouette","shortname":":bust_in_silhouette:","category":"people","emoji_order":"118","aliases":[],"aliases_ascii":[],"keywords":["human","man","person","user","member","account","guest","icon","avatar","profile","me","myself","i"]},"busts_in_silhouette":{"unicode":"1f465","unicode_alternates":"","name":"busts in silhouette","shortname":":busts_in_silhouette:","category":"people","emoji_order":"119","aliases":[],"aliases_ascii":[],"keywords":["group","human","man","person","team","user","people","members","accounts","relationship","shadow","bust"]},"speaking_head":{"unicode":"1f5e3","unicode_alternates":"1f5e3-fe0f","name":"speaking head in silhouette","shortname":":speaking_head:","category":"people","emoji_order":"120","aliases":[":speaking_head_in_silhouette:"],"aliases_ascii":[],"keywords":["talk","face","person","speak"]},"baby":{"unicode":"1f476","unicode_alternates":"","name":"baby","shortname":":baby:","category":"people","emoji_order":"121","aliases":[],"aliases_ascii":[],"keywords":["child","infant","toddler","person"]},"boy":{"unicode":"1f466","unicode_alternates":"","name":"boy","shortname":":boy:","category":"people","emoji_order":"122","aliases":[],"aliases_ascii":[],"keywords":["male","kid","child","person"]},"girl":{"unicode":"1f467","unicode_alternates":"","name":"girl","shortname":":girl:","category":"people","emoji_order":"123","aliases":[],"aliases_ascii":[],"keywords":["female","kid","child","maiden","person","virgin","virgo","zodiac"]},"man":{"unicode":"1f468","unicode_alternates":"","name":"man","shortname":":man:","category":"people","emoji_order":"124","aliases":[],"aliases_ascii":[],"keywords":["classy","dad","father","guy","mustache","person"]},"woman":{"unicode":"1f469","unicode_alternates":"","name":"woman","shortname":":woman:","category":"people","emoji_order":"125","aliases":[],"aliases_ascii":[],"keywords":["female","girl","lady","person"]},"person_with_blond_hair":{"unicode":"1f471","unicode_alternates":"","name":"person with blond hair","shortname":":person_with_blond_hair:","category":"people","emoji_order":"126","aliases":[],"aliases_ascii":[],"keywords":["male","man","blonde","young","western","westerner","occidental"]},"older_man":{"unicode":"1f474","unicode_alternates":"","name":"older man","shortname":":older_man:","category":"people","emoji_order":"127","aliases":[],"aliases_ascii":[],"keywords":["male","men","grandpa","grandfather","old","person"]},"older_woman":{"unicode":"1f475","unicode_alternates":"","name":"older woman","shortname":":older_woman:","category":"people","emoji_order":"128","aliases":[":grandma:"],"aliases_ascii":[],"keywords":["female","women","lady","grandma","grandmother","old","person"]},"man_with_gua_pi_mao":{"unicode":"1f472","unicode_alternates":"","name":"man with gua pi mao","shortname":":man_with_gua_pi_mao:","category":"people","emoji_order":"129","aliases":[],"aliases_ascii":[],"keywords":["boy","male","skullcap","chinese","asian","qing","gua pi mao","hat","person"]},"man_with_turban":{"unicode":"1f473","unicode_alternates":"","name":"man with turban","shortname":":man_with_turban:","category":"people","emoji_order":"130","aliases":[],"aliases_ascii":[],"keywords":["male","headdress","headwear","pagri","india","indian","mummy","wisdom","peace","person"]},"cop":{"unicode":"1f46e","unicode_alternates":"","name":"police officer","shortname":":cop:","category":"people","emoji_order":"131","aliases":[],"aliases_ascii":[],"keywords":["arrest","enforcement","law","man","cop","person"]},"construction_worker":{"unicode":"1f477","unicode_alternates":"","name":"construction worker","shortname":":construction_worker:","category":"people","emoji_order":"132","aliases":[],"aliases_ascii":[],"keywords":["human","male","man","wip","hat","person"]},"guardsman":{"unicode":"1f482","unicode_alternates":"","name":"guardsman","shortname":":guardsman:","category":"people","emoji_order":"133","aliases":[],"aliases_ascii":[],"keywords":["british","gb","male","man","uk","guard","bearskin","hat","british","queen","ceremonial","military","person"]},"spy":{"unicode":"1f575","unicode_alternates":"1f575-fe0f","name":"sleuth or spy","shortname":":spy:","category":"people","emoji_order":"134","aliases":[":sleuth_or_spy:"],"aliases_ascii":[],"keywords":["pi","undercover","investigator","person"]},"santa":{"unicode":"1f385","unicode_alternates":"","name":"father christmas","shortname":":santa:","category":"people","emoji_order":"135","aliases":[],"aliases_ascii":[],"keywords":["festival","male","man","xmas","santa","saint nick","jolly","ho ho ho","north pole","presents","gifts","naughty","nice","sleigh","holiday","activity","celebration","fairy tale","fantasy","person"]},"angel":{"unicode":"1f47c","unicode_alternates":"","name":"baby angel","shortname":":angel:","category":"people","emoji_order":"136","aliases":[],"aliases_ascii":[],"keywords":["halo","cupid","heaven","wings","jesus","face","fairy tale","fantasy","person"]},"princess":{"unicode":"1f478","unicode_alternates":"","name":"princess","shortname":":princess:","category":"people","emoji_order":"137","aliases":[],"aliases_ascii":[],"keywords":["blond","crown","female","girl","woman","royal","royalty","king","queen","daughter","disney","high-maintenance","fairy tale","fantasy","person"]},"bride_with_veil":{"unicode":"1f470","unicode_alternates":"","name":"bride with veil","shortname":":bride_with_veil:","category":"people","emoji_order":"138","aliases":[],"aliases_ascii":[],"keywords":["couple","marriage","wedding","wedding","planning","gown","dress","engagement","white","person"]},"walking":{"unicode":"1f6b6","unicode_alternates":"","name":"pedestrian","shortname":":walking:","category":"people","emoji_order":"139","aliases":[],"aliases_ascii":[],"keywords":["man","walk","stroll","stride","hiking","hike","person","walking"]},"runner":{"unicode":"1f3c3","unicode_alternates":"","name":"runner","shortname":":runner:","category":"people","emoji_order":"140","aliases":[],"aliases_ascii":[],"keywords":["exercise","man","run","jog","sprint","race","dash","marathon","person","running"]},"dancer":{"unicode":"1f483","unicode_alternates":"","name":"dancer","shortname":":dancer:","category":"people","emoji_order":"141","aliases":[],"aliases_ascii":[],"keywords":["female","fun","girl","woman","dress","fancy","boogy","party","celebrate","ballet","tango","cha cha","music","person"]},"dancers":{"unicode":"1f46f","unicode_alternates":"","name":"woman with bunny ears","shortname":":dancers:","category":"people","emoji_order":"142","aliases":[],"aliases_ascii":[],"keywords":["female","girls","women","dancing","dancers","showgirl","playboy","costume","cancan","dancer","ear","girl","person"]},"couple":{"unicode":"1f46b","unicode_alternates":"","name":"man and woman holding hands","shortname":":couple:","category":"people","emoji_order":"143","aliases":[],"aliases_ascii":[],"keywords":["affection","date","dating","human","like","love","marriage","people","valentines","couple","hand","hold","person"]},"two_men_holding_hands":{"unicode":"1f46c","unicode_alternates":"","name":"two men holding hands","shortname":":two_men_holding_hands:","category":"people","emoji_order":"144","aliases":[],"aliases_ascii":[],"keywords":["bromance","couple","friends","like","love","gay","homosexual","friends","team","unity","gemini","hand","hold","man","person","twins","zodiac"]},"two_women_holding_hands":{"unicode":"1f46d","unicode_alternates":"","name":"two women holding hands","shortname":":two_women_holding_hands:","category":"people","emoji_order":"145","aliases":[],"aliases_ascii":[],"keywords":["couple","female","friends","like","love","girlfriends","friends","sisters","mother","daughter","gay","homosexual","couple","unity","hand","hold","person","woman"]},"bow":{"unicode":"1f647","unicode_alternates":"","name":"person bowing deeply","shortname":":bow:","category":"people","emoji_order":"146","aliases":[],"aliases_ascii":[],"keywords":["boy","male","man","sorry","bow","respect","bend","apology","gesture"]},"information_desk_person":{"unicode":"1f481","unicode_alternates":"","name":"information desk person","shortname":":information_desk_person:","category":"people","emoji_order":"147","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","woman","help","question","answer","sassy","unimpressed","attitude","snarky","hand"]},"no_good":{"unicode":"1f645","unicode_alternates":"","name":"face with no good gesture","shortname":":no_good:","category":"people","emoji_order":"148","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","stop","nope","don't","not","forbidden","hand","person","prohibited"]},"ok_woman":{"unicode":"1f646","unicode_alternates":"","name":"face with ok gesture","shortname":":ok_woman:","category":"people","emoji_order":"149","aliases":[],"aliases_ascii":["*\\0\/*","\\0\/","*\\O\/*","\\O\/"],"keywords":["female","girl","human","pink","women","yes","okay","accept","hand","person"]},"raising_hand":{"unicode":"1f64b","unicode_alternates":"","name":"happy person raising one hand","shortname":":raising_hand:","category":"people","emoji_order":"150","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","raise","notice","attention","answer","gesture","raised"]},"person_with_pouting_face":{"unicode":"1f64e","unicode_alternates":"","name":"person with pouting face","shortname":":person_with_pouting_face:","category":"people","emoji_order":"151","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","pout","sexy","cute","annoyed","gesture"]},"person_frowning":{"unicode":"1f64d","unicode_alternates":"","name":"person frowning","shortname":":person_frowning:","category":"people","emoji_order":"152","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","dejected","rejected","sad","frown","gesture"]},"haircut":{"unicode":"1f487","unicode_alternates":"","name":"haircut","shortname":":haircut:","category":"people","emoji_order":"153","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","barber","beauty","parlor","person"]},"massage":{"unicode":"1f486","unicode_alternates":"","name":"face massage","shortname":":massage:","category":"people","emoji_order":"154","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","person","salon"]},"couple_with_heart":{"unicode":"1f491","unicode_alternates":"","name":"couple with heart","shortname":":couple_with_heart:","category":"people","emoji_order":"155","aliases":[],"aliases_ascii":[],"keywords":["affection","dating","human","like","love","marriage","valentines","person","romance"]},"couple_ww":{"unicode":"1f469-2764-1f469","unicode_alternates":"1f469-200d-2764-fe0f-200d-1f469","name":"couple (woman,woman)","shortname":":couple_ww:","category":"people","emoji_order":"156","aliases":[":couple_with_heart_ww:"],"aliases_ascii":[],"keywords":["affection","dating","human","like","love","marriage","valentines"]},"couple_mm":{"unicode":"1f468-2764-1f468","unicode_alternates":"1f468-200d-2764-fe0f-200d-1f468","name":"couple (man,man)","shortname":":couple_mm:","category":"people","emoji_order":"157","aliases":[":couple_with_heart_mm:"],"aliases_ascii":[],"keywords":["affection","dating","human","like","love","marriage","valentines"]},"couplekiss":{"unicode":"1f48f","unicode_alternates":"","name":"kiss","shortname":":couplekiss:","category":"people","emoji_order":"158","aliases":[],"aliases_ascii":[],"keywords":["dating","like","love","marriage","valentines","couple","person","romance"]},"kiss_ww":{"unicode":"1f469-2764-1f48b-1f469","unicode_alternates":"1f469-200d-2764-fe0f-200d-1f48b-200d-1f469","name":"kiss (woman,woman)","shortname":":kiss_ww:","category":"people","emoji_order":"159","aliases":[":couplekiss_ww:"],"aliases_ascii":[],"keywords":["dating","like","love","marriage","valentines","couple"]},"kiss_mm":{"unicode":"1f468-2764-1f48b-1f468","unicode_alternates":"1f468-200d-2764-fe0f-200d-1f48b-200d-1f468","name":"kiss (man,man)","shortname":":kiss_mm:","category":"people","emoji_order":"160","aliases":[":couplekiss_mm:"],"aliases_ascii":[],"keywords":["dating","like","love","marriage","valentines","couple"]},"family":{"unicode":"1f46a","unicode_alternates":"","name":"family","shortname":":family:","category":"people","emoji_order":"161","aliases":[],"aliases_ascii":[],"keywords":["child","dad","father","mom","mother","parents","girl","boy","group","unit","man","woman","person"]},"family_mwg":{"unicode":"1f468-1f469-1f467","unicode_alternates":"1f468-200d-1f469-200d-1f467","name":"family (man,woman,girl)","shortname":":family_mwg:","category":"people","emoji_order":"162","aliases":[],"aliases_ascii":[],"keywords":["child","dad","father","mom","mother","parents","girl","boy","group","unit","man","woman"]},"family_mwgb":{"unicode":"1f468-1f469-1f467-1f466","unicode_alternates":"1f468-200d-1f469-200d-1f467-200d-1f466","name":"family (man,woman,girl,boy)","shortname":":family_mwgb:","category":"people","emoji_order":"163","aliases":[],"aliases_ascii":[],"keywords":["dad","father","mom","mother","parents","children","girl","boy","group","unit","man","woman"]},"family_mwbb":{"unicode":"1f468-1f469-1f466-1f466","unicode_alternates":"1f468-200d-1f469-200d-1f466-200d-1f466","name":"family (man,woman,boy,boy)","shortname":":family_mwbb:","category":"people","emoji_order":"164","aliases":[],"aliases_ascii":[],"keywords":["dad","father","mom","mother","parents","children","boy","group","unit","man","woman"]},"family_mwgg":{"unicode":"1f468-1f469-1f467-1f467","unicode_alternates":"1f468-200d-1f469-200d-1f467-200d-1f467","name":"family (man,woman,girl,girl)","shortname":":family_mwgg:","category":"people","emoji_order":"165","aliases":[],"aliases_ascii":[],"keywords":["dad","father","mom","mother","parents","children","girl","group","unit","man","woman"]},"family_wwb":{"unicode":"1f469-1f469-1f466","unicode_alternates":"1f469-200d-1f469-200d-1f466","name":"family (woman,woman,boy)","shortname":":family_wwb:","category":"people","emoji_order":"166","aliases":[],"aliases_ascii":[],"keywords":["mom","mother","parents","child","boy","group","unit","gay","lesbian","homosexual","woman"]},"family_wwg":{"unicode":"1f469-1f469-1f467","unicode_alternates":"1f469-200d-1f469-200d-1f467","name":"family (woman,woman,girl)","shortname":":family_wwg:","category":"people","emoji_order":"167","aliases":[],"aliases_ascii":[],"keywords":["mom","mother","parents","child","woman","girl","group","unit","gay","lesbian","homosexual"]},"family_wwgb":{"unicode":"1f469-1f469-1f467-1f466","unicode_alternates":"1f469-200d-1f469-200d-1f467-200d-1f466","name":"family (woman,woman,girl,boy)","shortname":":family_wwgb:","category":"people","emoji_order":"168","aliases":[],"aliases_ascii":[],"keywords":["mom","mother","parents","children","group","unit","gay","lesbian","homosexual","woman","girl","boy"]},"family_wwbb":{"unicode":"1f469-1f469-1f466-1f466","unicode_alternates":"1f469-200d-1f469-200d-1f466-200d-1f466","name":"family (woman,woman,boy,boy)","shortname":":family_wwbb:","category":"people","emoji_order":"169","aliases":[],"aliases_ascii":[],"keywords":["mom","mother","parents","children","group","unit","gay","lesbian","homosexual","woman","boy"]},"family_wwgg":{"unicode":"1f469-1f469-1f467-1f467","unicode_alternates":"1f469-200d-1f469-200d-1f467-200d-1f467","name":"family (woman,woman,girl,girl)","shortname":":family_wwgg:","category":"people","emoji_order":"170","aliases":[],"aliases_ascii":[],"keywords":["mom","mother","parents","children","group","unit","gay","lesbian","homosexual","woman","girl"]},"family_mmb":{"unicode":"1f468-1f468-1f466","unicode_alternates":"1f468-200d-1f468-200d-1f466","name":"family (man,man,boy)","shortname":":family_mmb:","category":"people","emoji_order":"171","aliases":[],"aliases_ascii":[],"keywords":["child","dad","father","parents","group","unit","gay","homosexual","man","boy"]},"family_mmg":{"unicode":"1f468-1f468-1f467","unicode_alternates":"1f468-200d-1f468-200d-1f467","name":"family (man,man,girl)","shortname":":family_mmg:","category":"people","emoji_order":"172","aliases":[],"aliases_ascii":[],"keywords":["child","dad","father","parents","group","unit","gay","homosexual","man","girl"]},"family_mmgb":{"unicode":"1f468-1f468-1f467-1f466","unicode_alternates":"1f468-200d-1f468-200d-1f467-200d-1f466","name":"family (man,man,girl,boy)","shortname":":family_mmgb:","category":"people","emoji_order":"173","aliases":[],"aliases_ascii":[],"keywords":["children","dad","father","parents","group","unit","gay","homosexual","man","girl","boy"]},"family_mmbb":{"unicode":"1f468-1f468-1f466-1f466","unicode_alternates":"1f468-200d-1f468-200d-1f466-200d-1f466","name":"family (man,man,boy,boy)","shortname":":family_mmbb:","category":"people","emoji_order":"174","aliases":[],"aliases_ascii":[],"keywords":["children","dad","father","parents","group","unit","gay","homosexual","man","boy"]},"family_mmgg":{"unicode":"1f468-1f468-1f467-1f467","unicode_alternates":"1f468-200d-1f468-200d-1f467-200d-1f467","name":"family (man,man,girl,girl)","shortname":":family_mmgg:","category":"people","emoji_order":"175","aliases":[],"aliases_ascii":[],"keywords":["children","dad","father","parents","group","unit","gay","homosexual","man","girl"]},"womans_clothes":{"unicode":"1f45a","unicode_alternates":"","name":"womans clothes","shortname":":womans_clothes:","category":"people","emoji_order":"176","aliases":[],"aliases_ascii":[],"keywords":["fashion","clothing","blouse","shirt","wardrobe","breasts","cleavage","shopping","shop","dressing","dressed","object","person","woman"]},"shirt":{"unicode":"1f455","unicode_alternates":"","name":"t-shirt","shortname":":shirt:","category":"people","emoji_order":"177","aliases":[],"aliases_ascii":[],"keywords":["cloth","fashion","shirt","tee","clothing","object","person","tshirt"]},"jeans":{"unicode":"1f456","unicode_alternates":"","name":"jeans","shortname":":jeans:","category":"people","emoji_order":"178","aliases":[],"aliases_ascii":[],"keywords":["fashion","shopping","pants","blue","denim","levi's","levi","designer","work","skinny","clothing","object","person","trousers"]},"necktie":{"unicode":"1f454","unicode_alternates":"","name":"necktie","shortname":":necktie:","category":"people","emoji_order":"179","aliases":[],"aliases_ascii":[],"keywords":["clothes","fashion","formal","shirt","tie","clothing","object","person"]},"dress":{"unicode":"1f457","unicode_alternates":"","name":"dress","shortname":":dress:","category":"people","emoji_order":"180","aliases":[],"aliases_ascii":[],"keywords":["clothes","fashion","clothing","object","person"]},"bikini":{"unicode":"1f459","unicode_alternates":"","name":"bikini","shortname":":bikini:","category":"people","emoji_order":"181","aliases":[],"aliases_ascii":[],"keywords":["beach","fashion","female","girl","swimming","woman","clothing","object","person","swim"]},"kimono":{"unicode":"1f458","unicode_alternates":"","name":"kimono","shortname":":kimono:","category":"people","emoji_order":"182","aliases":[],"aliases_ascii":[],"keywords":["dress","fashion","female","japanese","women","clothing","object","person"]},"lipstick":{"unicode":"1f484","unicode_alternates":"","name":"lipstick","shortname":":lipstick:","category":"people","emoji_order":"183","aliases":[],"aliases_ascii":[],"keywords":["fashion","female","girl","cosmetics","makeup","object","person"]},"kiss":{"unicode":"1f48b","unicode_alternates":"","name":"kiss mark","shortname":":kiss:","category":"people","emoji_order":"184","aliases":[],"aliases_ascii":[],"keywords":["affection","face","like","lips","love","valentines","emotion","heart","person","romance"]},"footprints":{"unicode":"1f463","unicode_alternates":"","name":"footprints","shortname":":footprints:","category":"people","emoji_order":"185","aliases":[],"aliases_ascii":[],"keywords":["feet","body","clothing","footprint","person","print"]},"high_heel":{"unicode":"1f460","unicode_alternates":"","name":"high-heeled shoe","shortname":":high_heel:","category":"people","emoji_order":"186","aliases":[],"aliases_ascii":[],"keywords":["fashion","female","shoes","clothing","heel","object","person","woman"]},"sandal":{"unicode":"1f461","unicode_alternates":"","name":"womans sandal","shortname":":sandal:","category":"people","emoji_order":"187","aliases":[],"aliases_ascii":[],"keywords":["fashion","shoes","female","clothing","object","person","shoe","woman"]},"boot":{"unicode":"1f462","unicode_alternates":"","name":"womans boots","shortname":":boot:","category":"people","emoji_order":"188","aliases":[],"aliases_ascii":[],"keywords":["fashion","shoes","boot","clothing","object","person","shoe","woman"]},"mans_shoe":{"unicode":"1f45e","unicode_alternates":"","name":"mans shoe","shortname":":mans_shoe:","category":"people","emoji_order":"189","aliases":[],"aliases_ascii":[],"keywords":["fashion","male","clothing","man","object","person"]},"athletic_shoe":{"unicode":"1f45f","unicode_alternates":"","name":"athletic shoe","shortname":":athletic_shoe:","category":"people","emoji_order":"190","aliases":[],"aliases_ascii":[],"keywords":["sports","sneaker","clothing","object","person"]},"womans_hat":{"unicode":"1f452","unicode_alternates":"","name":"womans hat","shortname":":womans_hat:","category":"people","emoji_order":"191","aliases":[],"aliases_ascii":[],"keywords":["accessories","fashion","female","clothing","object","person","woman"]},"tophat":{"unicode":"1f3a9","unicode_alternates":"","name":"top hat","shortname":":tophat:","category":"people","emoji_order":"192","aliases":[],"aliases_ascii":[],"keywords":["classy","gentleman","magic","cap","beaver","high","tall","stove","pipe","chimney","topper","london","period piece","magician","activity","clothing","entertainment","object","person","tophat"]},"helmet_with_cross":{"unicode":"26d1","unicode_alternates":"26d1-fe0f","name":"helmet with white cross","shortname":":helmet_with_cross:","category":"people","emoji_order":"193","aliases":[":helmet_with_white_cross:"],"aliases_ascii":[],"keywords":["aid","face","hat","person"]},"mortar_board":{"unicode":"1f393","unicode_alternates":"","name":"graduation cap","shortname":":mortar_board:","category":"people","emoji_order":"194","aliases":[],"aliases_ascii":[],"keywords":["cap","college","degree","school","university","mortarboard","academic","education","ceremony","tassel","activity","celebration","clothing","hat","object"]},"crown":{"unicode":"1f451","unicode_alternates":"","name":"crown","shortname":":crown:","category":"people","emoji_order":"195","aliases":[],"aliases_ascii":[],"keywords":["king","kod","leader","royalty","clothing","object","person","queen"]},"school_satchel":{"unicode":"1f392","unicode_alternates":"","name":"school satchel","shortname":":school_satchel:","category":"people","emoji_order":"196","aliases":[],"aliases_ascii":[],"keywords":["bag","education","student","backpack","packing","pack","hike","education","adventure","travel","sightsee","activity","object"]},"pouch":{"unicode":"1f45d","unicode_alternates":"","name":"pouch","shortname":":pouch:","category":"people","emoji_order":"197","aliases":[],"aliases_ascii":[],"keywords":["accessories","bag","cosmetic","packing","grandma","makeup","clothing","object","person"]},"purse":{"unicode":"1f45b","unicode_alternates":"","name":"purse","shortname":":purse:","category":"people","emoji_order":"198","aliases":[],"aliases_ascii":[],"keywords":["accessories","fashion","money","clutch","bag","handbag","coin bag","accessory","ladies","shopping","clothing","coin","object","person"]},"handbag":{"unicode":"1f45c","unicode_alternates":"","name":"handbag","shortname":":handbag:","category":"people","emoji_order":"199","aliases":[],"aliases_ascii":[],"keywords":["accessories","accessory","bag","fashion","clothing","object","person"]},"briefcase":{"unicode":"1f4bc","unicode_alternates":"","name":"briefcase","shortname":":briefcase:","category":"people","emoji_order":"200","aliases":[],"aliases_ascii":[],"keywords":["business","documents","work","object","office","person"]},"eyeglasses":{"unicode":"1f453","unicode_alternates":"","name":"eyeglasses","shortname":":eyeglasses:","category":"people","emoji_order":"201","aliases":[],"aliases_ascii":[],"keywords":["accessories","eyesight","fashion","spectacles","eye","sight","nearsightedness","myopia","farsightedness","hyperopia","frames","vision","see","blurry","contacts","clothing","eyewear","glasses","object","person"]},"dark_sunglasses":{"unicode":"1f576","unicode_alternates":"1f576-fe0f","name":"dark sunglasses","shortname":":dark_sunglasses:","category":"people","emoji_order":"202","aliases":[],"aliases_ascii":[],"keywords":["shades","eyes","eye","eyewear","glasses","object"]},"ring":{"unicode":"1f48d","unicode_alternates":"","name":"ring","shortname":":ring:","category":"people","emoji_order":"203","aliases":[],"aliases_ascii":[],"keywords":["marriage","propose","valentines","wedding","gold","diamond","emotion","object","person","romance"]},"closed_umbrella":{"unicode":"1f302","unicode_alternates":"","name":"closed umbrella","shortname":":closed_umbrella:","category":"people","emoji_order":"204","aliases":[],"aliases_ascii":[],"keywords":["drizzle","rain","weather","moisture","protection","sun","ultraviolet","uv","clothing","nature","person"]},"dog":{"unicode":"1f436","unicode_alternates":"","name":"dog face","shortname":":dog:","category":"nature","emoji_order":"205","aliases":[],"aliases_ascii":[],"keywords":["animal","friend","nature","pet","puppy","woof","bark","fido"]},"cat":{"unicode":"1f431","unicode_alternates":"","name":"cat face","shortname":":cat:","category":"nature","emoji_order":"206","aliases":[],"aliases_ascii":[],"keywords":["animal","meow","pet","kitten","nature"]},"mouse":{"unicode":"1f42d","unicode_alternates":"","name":"mouse face","shortname":":mouse:","category":"nature","emoji_order":"207","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","rodent"]},"hamster":{"unicode":"1f439","unicode_alternates":"","name":"hamster face","shortname":":hamster:","category":"nature","emoji_order":"208","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","rodent","pet"]},"rabbit":{"unicode":"1f430","unicode_alternates":"","name":"rabbit face","shortname":":rabbit:","category":"nature","emoji_order":"209","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","bunny","easter","reproduction","prolific","pet"]},"bear":{"unicode":"1f43b","unicode_alternates":"","name":"bear face","shortname":":bear:","category":"nature","emoji_order":"210","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","grizzly"]},"panda_face":{"unicode":"1f43c","unicode_alternates":"","name":"panda face","shortname":":panda_face:","category":"nature","emoji_order":"211","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","bear","cub","cute","endearment","friendship","love","bamboo","china","black","white"]},"koala":{"unicode":"1f428","unicode_alternates":"","name":"koala","shortname":":koala:","category":"nature","emoji_order":"212","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","bear"]},"tiger":{"unicode":"1f42f","unicode_alternates":"","name":"tiger face","shortname":":tiger:","category":"nature","emoji_order":"213","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","cat","striped","tony","tigger","hobs"]},"lion_face":{"unicode":"1f981","unicode_alternates":"","name":"lion face","shortname":":lion_face:","category":"nature","emoji_order":"214","aliases":[":lion:"],"aliases_ascii":[],"keywords":[]},"cow":{"unicode":"1f42e","unicode_alternates":"","name":"cow face","shortname":":cow:","category":"nature","emoji_order":"215","aliases":[],"aliases_ascii":[],"keywords":["animal","beef","ox","milk","dairy","nature"]},"pig":{"unicode":"1f437","unicode_alternates":"","name":"pig face","shortname":":pig:","category":"nature","emoji_order":"216","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","piggy","pork","ham","hog","bacon","oink","slop","livestock","greed","greedy","oink"]},"pig_nose":{"unicode":"1f43d","unicode_alternates":"","name":"pig nose","shortname":":pig_nose:","category":"nature","emoji_order":"217","aliases":[],"aliases_ascii":[],"keywords":["animal","oink","snout","food","eat","cute","pink","smell","truffle","face","nature"]},"frog":{"unicode":"1f438","unicode_alternates":"","name":"frog face","shortname":":frog:","category":"nature","emoji_order":"218","aliases":[],"aliases_ascii":[],"keywords":["animal","nature"]},"octopus":{"unicode":"1f419","unicode_alternates":"","name":"octopus","shortname":":octopus:","category":"nature","emoji_order":"219","aliases":[],"aliases_ascii":[],"keywords":["animal","creature","ocean","sea","nature"]},"monkey_face":{"unicode":"1f435","unicode_alternates":"","name":"monkey face","shortname":":monkey_face:","category":"nature","emoji_order":"220","aliases":[],"aliases_ascii":[],"keywords":["animal","nature"]},"see_no_evil":{"unicode":"1f648","unicode_alternates":"","name":"see-no-evil monkey","shortname":":see_no_evil:","category":"nature","emoji_order":"221","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","monkey","see","eyes","vision","sight","mizaru","evil","face","forbidden","gesture","no","not","prohibited"]},"hear_no_evil":{"unicode":"1f649","unicode_alternates":"","name":"hear-no-evil monkey","shortname":":hear_no_evil:","category":"nature","emoji_order":"222","aliases":[],"aliases_ascii":[],"keywords":["animal","ears","hear","sound","kikazaru","evil","face","forbidden","gesture","nature","no","not","prohibited"]},"speak_no_evil":{"unicode":"1f64a","unicode_alternates":"","name":"speak-no-evil monkey","shortname":":speak_no_evil:","category":"nature","emoji_order":"223","aliases":[],"aliases_ascii":[],"keywords":["animal","mouth","talk","say","words","verbal","verbalize","oral","iwazaru","evil","face","forbidden","gesture","nature","no","not","prohibited","speak"]},"monkey":{"unicode":"1f412","unicode_alternates":"","name":"monkey","shortname":":monkey:","category":"nature","emoji_order":"224","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","primate","banana","silly"]},"chicken":{"unicode":"1f414","unicode_alternates":"","name":"chicken","shortname":":chicken:","category":"nature","emoji_order":"225","aliases":[],"aliases_ascii":[],"keywords":["animal","cluck","hen","poultry","livestock","nature"]},"penguin":{"unicode":"1f427","unicode_alternates":"","name":"penguin","shortname":":penguin:","category":"nature","emoji_order":"226","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","bird"]},"bird":{"unicode":"1f426","unicode_alternates":"","name":"bird","shortname":":bird:","category":"nature","emoji_order":"227","aliases":[],"aliases_ascii":[],"keywords":["animal","fly","nature","tweet"]},"baby_chick":{"unicode":"1f424","unicode_alternates":"","name":"baby chick","shortname":":baby_chick:","category":"nature","emoji_order":"228","aliases":[],"aliases_ascii":[],"keywords":["animal","chicken","bird","young","woman","cute","nature"]},"hatching_chick":{"unicode":"1f423","unicode_alternates":"","name":"hatching chick","shortname":":hatching_chick:","category":"nature","emoji_order":"229","aliases":[],"aliases_ascii":[],"keywords":["born","chicken","egg","baby","bird","chicken","young","woman","cute","animal","nature"]},"hatched_chick":{"unicode":"1f425","unicode_alternates":"","name":"front-facing baby chick","shortname":":hatched_chick:","category":"nature","emoji_order":"230","aliases":[],"aliases_ascii":[],"keywords":["baby","chicken","chick","baby","bird","chicken","young","woman","cute","animal","nature"]},"wolf":{"unicode":"1f43a","unicode_alternates":"","name":"wolf face","shortname":":wolf:","category":"nature","emoji_order":"231","aliases":[],"aliases_ascii":[],"keywords":["animal","nature"]},"boar":{"unicode":"1f417","unicode_alternates":"","name":"boar","shortname":":boar:","category":"nature","emoji_order":"232","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","pig"]},"horse":{"unicode":"1f434","unicode_alternates":"","name":"horse face","shortname":":horse:","category":"nature","emoji_order":"233","aliases":[],"aliases_ascii":[],"keywords":["animal","powerful","draft","colt","filly","mare","stallion","gelding","yearling","thoroughbred","pony","nature"]},"unicorn":{"unicode":"1f984","unicode_alternates":"","name":"unicorn face","shortname":":unicorn:","category":"nature","emoji_order":"234","aliases":[":unicorn_face:"],"aliases_ascii":[],"keywords":[]},"bee":{"unicode":"1f41d","unicode_alternates":"","name":"honeybee","shortname":":bee:","category":"nature","emoji_order":"235","aliases":[],"aliases_ascii":[],"keywords":["insect","bee","queen","buzz","flower","pollen","sting","honey","hive","bumble","pollination","animal","nature"]},"bug":{"unicode":"1f41b","unicode_alternates":"","name":"bug","shortname":":bug:","category":"nature","emoji_order":"236","aliases":[],"aliases_ascii":[],"keywords":["insect","nature","insect","virus","error","animal"]},"snail":{"unicode":"1f40c","unicode_alternates":"","name":"snail","shortname":":snail:","category":"nature","emoji_order":"237","aliases":[],"aliases_ascii":[],"keywords":["animal","shell","slow","slow","escargot","french","appetizer","nature"]},"beetle":{"unicode":"1f41e","unicode_alternates":"","name":"lady beetle","shortname":":beetle:","category":"nature","emoji_order":"238","aliases":[],"aliases_ascii":[],"keywords":["insect","nature","bug","ladybug","ladybird","cow","lady cow","endearment","animal","lady beetle"]},"ant":{"unicode":"1f41c","unicode_alternates":"","name":"ant","shortname":":ant:","category":"nature","emoji_order":"239","aliases":[],"aliases_ascii":[],"keywords":["insect","queen","insect","team","animal","nature"]},"spider":{"unicode":"1f577","unicode_alternates":"1f577-fe0f","name":"spider","shortname":":spider:","category":"nature","emoji_order":"240","aliases":[],"aliases_ascii":[],"keywords":["arachnid","eight-legged","animal","insect","object"]},"scorpion":{"unicode":"1f982","unicode_alternates":"","name":"scorpion","shortname":":scorpion:","category":"nature","emoji_order":"241","aliases":[],"aliases_ascii":[],"keywords":[]},"crab":{"unicode":"1f980","unicode_alternates":"","name":"crab","shortname":":crab:","category":"nature","emoji_order":"242","aliases":[],"aliases_ascii":[],"keywords":[]},"snake":{"unicode":"1f40d","unicode_alternates":"","name":"snake","shortname":":snake:","category":"nature","emoji_order":"243","aliases":[],"aliases_ascii":[],"keywords":["animal","evil","bearer","nature","ophiuchus","serpent","zodiac"]},"turtle":{"unicode":"1f422","unicode_alternates":"","name":"turtle","shortname":":turtle:","category":"nature","emoji_order":"244","aliases":[],"aliases_ascii":[],"keywords":["animal","slow","shell","tortoise","chelonian","reptile","slow","snap","steady","nature"]},"tropical_fish":{"unicode":"1f420","unicode_alternates":"","name":"tropical fish","shortname":":tropical_fish:","category":"nature","emoji_order":"245","aliases":[],"aliases_ascii":[],"keywords":["animal","nature"]},"fish":{"unicode":"1f41f","unicode_alternates":"","name":"fish","shortname":":fish:","category":"nature","emoji_order":"246","aliases":[],"aliases_ascii":[],"keywords":["animal","food","nature","pisces","zodiac"]},"blowfish":{"unicode":"1f421","unicode_alternates":"","name":"blowfish","shortname":":blowfish:","category":"nature","emoji_order":"247","aliases":[],"aliases_ascii":[],"keywords":["food","nature","pufferfish","puffer","ballonfish","toadfish","fugu fish","sushi","animal","fish"]},"dolphin":{"unicode":"1f42c","unicode_alternates":"","name":"dolphin","shortname":":dolphin:","category":"nature","emoji_order":"248","aliases":[],"aliases_ascii":[],"keywords":["animal","fins","fish","flipper","nature","ocean","sea"]},"whale":{"unicode":"1f433","unicode_alternates":"","name":"spouting whale","shortname":":whale:","category":"nature","emoji_order":"249","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","ocean","sea","face"]},"whale2":{"unicode":"1f40b","unicode_alternates":"","name":"whale","shortname":":whale2:","category":"nature","emoji_order":"250","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","ocean","sea","blubber","bloated","fat","large","massive"]},"crocodile":{"unicode":"1f40a","unicode_alternates":"","name":"crocodile","shortname":":crocodile:","category":"nature","emoji_order":"251","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","croc","alligator","gator","cranky"]},"leopard":{"unicode":"1f406","unicode_alternates":"","name":"leopard","shortname":":leopard:","category":"nature","emoji_order":"252","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","cat","spot","spotted","sexy"]},"tiger2":{"unicode":"1f405","unicode_alternates":"","name":"tiger","shortname":":tiger2:","category":"nature","emoji_order":"253","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","cat","striped","tony","tigger","hobs"]},"water_buffalo":{"unicode":"1f403","unicode_alternates":"","name":"water buffalo","shortname":":water_buffalo:","category":"nature","emoji_order":"254","aliases":[],"aliases_ascii":[],"keywords":["animal","cow","nature","ox","asia","bovine"]},"ox":{"unicode":"1f402","unicode_alternates":"","name":"ox","shortname":":ox:","category":"nature","emoji_order":"255","aliases":[],"aliases_ascii":[],"keywords":["animal","beef","cow","bull","nature","taurus","zodiac"]},"cow2":{"unicode":"1f404","unicode_alternates":"","name":"cow","shortname":":cow2:","category":"nature","emoji_order":"256","aliases":[],"aliases_ascii":[],"keywords":["animal","beef","nature","ox","milk","dairy","beef","bessie","moo"]},"dromedary_camel":{"unicode":"1f42a","unicode_alternates":"","name":"dromedary camel","shortname":":dromedary_camel:","category":"nature","emoji_order":"257","aliases":[],"aliases_ascii":[],"keywords":["animal","desert","hot","hump","middle east","heat","water","hump day","wednesday","sex","nature"]},"camel":{"unicode":"1f42b","unicode_alternates":"","name":"bactrian camel","shortname":":camel:","category":"nature","emoji_order":"258","aliases":[],"aliases_ascii":[],"keywords":["animal","hot","nature","hump","desert","central asia","heat","water","hump day","wednesday","sex"]},"elephant":{"unicode":"1f418","unicode_alternates":"","name":"elephant","shortname":":elephant:","category":"nature","emoji_order":"259","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","nose","thailand"]},"goat":{"unicode":"1f410","unicode_alternates":"","name":"goat","shortname":":goat:","category":"nature","emoji_order":"260","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","kid","billy","livestock","capricorn","zodiac"]},"ram":{"unicode":"1f40f","unicode_alternates":"","name":"ram","shortname":":ram:","category":"nature","emoji_order":"261","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","sheep","male","horns","aries","zodiac"]},"sheep":{"unicode":"1f411","unicode_alternates":"","name":"sheep","shortname":":sheep:","category":"nature","emoji_order":"262","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","wool","flock","follower","ewe","female","lamb"]},"racehorse":{"unicode":"1f40e","unicode_alternates":"","name":"horse","shortname":":racehorse:","category":"nature","emoji_order":"263","aliases":[],"aliases_ascii":[],"keywords":["animal","gamble","powerful","draft","calvary","cowboy","cowgirl","mounted","race","ride","gallop","trot","colt","filly","mare","stallion","gelding","yearling","thoroughbred","pony","nature","place","racehorse","racing"]},"pig2":{"unicode":"1f416","unicode_alternates":"","name":"pig","shortname":":pig2:","category":"nature","emoji_order":"264","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","piggy","pork","ham","hog","bacon","oink","slop","livestock","greed","greedy","oink","sow"]},"rat":{"unicode":"1f400","unicode_alternates":"","name":"rat","shortname":":rat:","category":"nature","emoji_order":"265","aliases":[],"aliases_ascii":[],"keywords":["animal","mouse","rodent","crooked","snitch","nature"]},"mouse2":{"unicode":"1f401","unicode_alternates":"","name":"mouse","shortname":":mouse2:","category":"nature","emoji_order":"266","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","mice","rodent"]},"rooster":{"unicode":"1f413","unicode_alternates":"","name":"rooster","shortname":":rooster:","category":"nature","emoji_order":"267","aliases":[],"aliases_ascii":[],"keywords":["animal","chicken","nature","cockerel","cock","male","cock-a-doodle-doo","crowing"]},"turkey":{"unicode":"1f983","unicode_alternates":"","name":"turkey","shortname":":turkey:","category":"nature","emoji_order":"268","aliases":[],"aliases_ascii":[],"keywords":[]},"dove":{"unicode":"1f54a","unicode_alternates":"1f54a-fe0f","name":"dove of peace","shortname":":dove:","category":"nature","emoji_order":"269","aliases":[":dove_of_peace:"],"aliases_ascii":[],"keywords":["symbol","bird","animal","fly","nature"]},"dog2":{"unicode":"1f415","unicode_alternates":"","name":"dog","shortname":":dog2:","category":"nature","emoji_order":"270","aliases":[],"aliases_ascii":[],"keywords":["animal","friend","nature","pet","puppy","woof","bark","fido"]},"poodle":{"unicode":"1f429","unicode_alternates":"","name":"poodle","shortname":":poodle:","category":"nature","emoji_order":"271","aliases":[],"aliases_ascii":[],"keywords":["101","animal","dog","nature","showy","sophisticated","vain"]},"cat2":{"unicode":"1f408","unicode_alternates":"","name":"cat","shortname":":cat2:","category":"nature","emoji_order":"272","aliases":[],"aliases_ascii":[],"keywords":["animal","meow","pet","kitten","nature"]},"rabbit2":{"unicode":"1f407","unicode_alternates":"","name":"rabbit","shortname":":rabbit2:","category":"nature","emoji_order":"273","aliases":[],"aliases_ascii":[],"keywords":["animal","nature","bunny","easter","reproduction","prolific","pet"]},"chipmunk":{"unicode":"1f43f","unicode_alternates":"1f43f-fe0f","name":"chipmunk","shortname":":chipmunk:","category":"nature","emoji_order":"274","aliases":[],"aliases_ascii":[],"keywords":["animal","nature"]},"feet":{"unicode":"1f43e","unicode_alternates":"","name":"paw prints","shortname":":feet:","category":"nature","emoji_order":"275","aliases":[":paw_prints:"],"aliases_ascii":[],"keywords":["animal","pet","tracking","mark","imprints","footsteps","lion","bear","dog","cat","raccoon","critter","feet","nature","print"]},"dragon":{"unicode":"1f409","unicode_alternates":"","name":"dragon","shortname":":dragon:","category":"nature","emoji_order":"276","aliases":[],"aliases_ascii":[],"keywords":["chinese","green","myth","nature","dragon","fire","legendary","myth","animal","fairy tale"]},"dragon_face":{"unicode":"1f432","unicode_alternates":"","name":"dragon face","shortname":":dragon_face:","category":"nature","emoji_order":"277","aliases":[],"aliases_ascii":[],"keywords":["chinese","green","myth","nature","dragon","head","fire","legendary","myth","animal","fairy tale"]},"cactus":{"unicode":"1f335","unicode_alternates":"","name":"cactus","shortname":":cactus:","category":"nature","emoji_order":"278","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","vegetable","desert","drought","spike","poke"]},"christmas_tree":{"unicode":"1f384","unicode_alternates":"","name":"christmas tree","shortname":":christmas_tree:","category":"nature","emoji_order":"279","aliases":[],"aliases_ascii":[],"keywords":["celebration","december","festival","vacation","xmas","santa","holiday","winter","evergreen","ornaments","jesus","gifts","presents","activity","entertainment","object"]},"evergreen_tree":{"unicode":"1f332","unicode_alternates":"","name":"evergreen tree","shortname":":evergreen_tree:","category":"nature","emoji_order":"280","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","needles","christmas"]},"deciduous_tree":{"unicode":"1f333","unicode_alternates":"","name":"deciduous tree","shortname":":deciduous_tree:","category":"nature","emoji_order":"281","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","leaves","fall","color","shedding"]},"palm_tree":{"unicode":"1f334","unicode_alternates":"","name":"palm tree","shortname":":palm_tree:","category":"nature","emoji_order":"282","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","coconuts","fronds","warm","tropical"]},"seedling":{"unicode":"1f331","unicode_alternates":"","name":"seedling","shortname":":seedling:","category":"nature","emoji_order":"283","aliases":[],"aliases_ascii":[],"keywords":["grass","lawn","nature","plant","new","start","grow","young"]},"herb":{"unicode":"1f33f","unicode_alternates":"","name":"herb","shortname":":herb:","category":"nature","emoji_order":"284","aliases":[],"aliases_ascii":[],"keywords":["grass","lawn","medicine","plant","vegetable","weed","spice","plant","cook","cooking","leaf","nature"]},"shamrock":{"unicode":"2618","unicode_alternates":"2618-fe0f","name":"shamrock","shortname":":shamrock:","category":"nature","emoji_order":"285","aliases":[],"aliases_ascii":[],"keywords":["nature","plant"]},"four_leaf_clover":{"unicode":"1f340","unicode_alternates":"","name":"four leaf clover","shortname":":four_leaf_clover:","category":"nature","emoji_order":"286","aliases":[],"aliases_ascii":[],"keywords":["lucky","nature","plant","luck","irish","saint","patrick","green","4"]},"bamboo":{"unicode":"1f38d","unicode_alternates":"","name":"pine decoration","shortname":":bamboo:","category":"nature","emoji_order":"287","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","vegetable","bamboo","new","years","spirits","harvest","prosperity","longevity","fortune","luck","welcome","farming","agriculture","activity","celebration","japanese","object"]},"tanabata_tree":{"unicode":"1f38b","unicode_alternates":"","name":"tanabata tree","shortname":":tanabata_tree:","category":"nature","emoji_order":"288","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","festival","star","wish","holiday","activity","banner","celebration","entertainment","japanese","object"]},"leaves":{"unicode":"1f343","unicode_alternates":"","name":"leaf fluttering in wind","shortname":":leaves:","category":"nature","emoji_order":"289","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","tree","vegetable","leaves","float","deciduous","blow","flutter"]},"fallen_leaf":{"unicode":"1f342","unicode_alternates":"","name":"fallen leaf","shortname":":fallen_leaf:","category":"nature","emoji_order":"290","aliases":[],"aliases_ascii":[],"keywords":["leaves","nature","plant","vegetable","fall","color","deciduous","autumn","falling"]},"maple_leaf":{"unicode":"1f341","unicode_alternates":"","name":"maple leaf","shortname":":maple_leaf:","category":"nature","emoji_order":"291","aliases":[],"aliases_ascii":[],"keywords":["canada","nature","plant","syrup","tree","falling"]},"ear_of_rice":{"unicode":"1f33e","unicode_alternates":"","name":"ear of rice","shortname":":ear_of_rice:","category":"nature","emoji_order":"292","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","food","seed"]},"hibiscus":{"unicode":"1f33a","unicode_alternates":"","name":"hibiscus","shortname":":hibiscus:","category":"nature","emoji_order":"293","aliases":[],"aliases_ascii":[],"keywords":["plant","hibiscus","flower","warm","nature"]},"sunflower":{"unicode":"1f33b","unicode_alternates":"","name":"sunflower","shortname":":sunflower:","category":"nature","emoji_order":"294","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","sun","flower","seeds","yellow"]},"rose":{"unicode":"1f339","unicode_alternates":"","name":"rose","shortname":":rose:","category":"nature","emoji_order":"295","aliases":[],"aliases_ascii":[],"keywords":["love","valentines","fragrant","flower","thorns","petals","romance","nature","plant"]},"tulip":{"unicode":"1f337","unicode_alternates":"","name":"tulip","shortname":":tulip:","category":"nature","emoji_order":"296","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","flower","bulb","spring","easter"]},"blossom":{"unicode":"1f33c","unicode_alternates":"","name":"blossom","shortname":":blossom:","category":"nature","emoji_order":"297","aliases":[],"aliases_ascii":[],"keywords":["nature","yellow","daisy","flower","plant"]},"cherry_blossom":{"unicode":"1f338","unicode_alternates":"","name":"cherry blossom","shortname":":cherry_blossom:","category":"nature","emoji_order":"298","aliases":[],"aliases_ascii":[],"keywords":["flower","nature","plant","tree"]},"bouquet":{"unicode":"1f490","unicode_alternates":"","name":"bouquet","shortname":":bouquet:","category":"nature","emoji_order":"299","aliases":[],"aliases_ascii":[],"keywords":["flowers","nature","flower","object","place","plant","romance"]},"mushroom":{"unicode":"1f344","unicode_alternates":"","name":"mushroom","shortname":":mushroom:","category":"nature","emoji_order":"300","aliases":[],"aliases_ascii":[],"keywords":["plant","vegetable","fungi","food","fungus","shroom","nature"]},"chestnut":{"unicode":"1f330","unicode_alternates":"","name":"chestnut","shortname":":chestnut:","category":"nature","emoji_order":"301","aliases":[],"aliases_ascii":[],"keywords":["food","squirrel","chestnut","roasted","tree","nature","plant"]},"jack_o_lantern":{"unicode":"1f383","unicode_alternates":"","name":"jack-o-lantern","shortname":":jack_o_lantern:","category":"nature","emoji_order":"302","aliases":[],"aliases_ascii":[],"keywords":["halloween","pumpkin","holiday","carve","autumn","fall","october","saints","costume","spooky","horror","scary","scared","dead","activity","celebration","entertainment","jack","lantern","object"]},"shell":{"unicode":"1f41a","unicode_alternates":"","name":"spiral shell","shortname":":shell:","category":"nature","emoji_order":"303","aliases":[],"aliases_ascii":[],"keywords":["beach","nature","sea","beach","sand","crab","nautilus","animal"]},"spider_web":{"unicode":"1f578","unicode_alternates":"1f578-fe0f","name":"spider web","shortname":":spider_web:","category":"nature","emoji_order":"304","aliases":[],"aliases_ascii":[],"keywords":["cobweb","animal","object"]},"earth_americas":{"unicode":"1f30e","unicode_alternates":"","name":"earth globe americas","shortname":":earth_americas:","category":"nature","emoji_order":"305","aliases":[],"aliases_ascii":[],"keywords":["USA","globe","international","world","space","planet","north","south","nature","place"]},"earth_africa":{"unicode":"1f30d","unicode_alternates":"","name":"earth globe europe-africa","shortname":":earth_africa:","category":"nature","emoji_order":"306","aliases":[],"aliases_ascii":[],"keywords":["globe","international","world","space","planet","africa","europe","nature","place"]},"earth_asia":{"unicode":"1f30f","unicode_alternates":"","name":"earth globe asia-australia","shortname":":earth_asia:","category":"nature","emoji_order":"307","aliases":[],"aliases_ascii":[],"keywords":["east","globe","international","world","space","planet","australia","asia","nature","place"]},"full_moon":{"unicode":"1f315","unicode_alternates":"","name":"full moon symbol","shortname":":full_moon:","category":"nature","emoji_order":"308","aliases":[],"aliases_ascii":[],"keywords":["nature","yellow","sky","night","cheese","phase","spooky","werewolves","twilight","place","space","time","weather"]},"waning_gibbous_moon":{"unicode":"1f316","unicode_alternates":"","name":"waning gibbous moon symbol","shortname":":waning_gibbous_moon:","category":"nature","emoji_order":"309","aliases":[],"aliases_ascii":[],"keywords":["nature","sky","night","cheese","phase","place","space","time","weather"]},"last_quarter_moon":{"unicode":"1f317","unicode_alternates":"","name":"last quarter moon symbol","shortname":":last_quarter_moon:","category":"nature","emoji_order":"310","aliases":[],"aliases_ascii":[],"keywords":["nature","sky","night","cheese","phase","place","space","time","weather"]},"waning_crescent_moon":{"unicode":"1f318","unicode_alternates":"","name":"waning crescent moon symbol","shortname":":waning_crescent_moon:","category":"nature","emoji_order":"311","aliases":[],"aliases_ascii":[],"keywords":["nature","sky","night","cheese","phase","place","space","time","weather"]},"new_moon":{"unicode":"1f311","unicode_alternates":"","name":"new moon symbol","shortname":":new_moon:","category":"nature","emoji_order":"312","aliases":[],"aliases_ascii":[],"keywords":["nature","sky","night","cheese","phase","dark","place","space","time","weather"]},"waxing_crescent_moon":{"unicode":"1f312","unicode_alternates":"","name":"waxing crescent moon symbol","shortname":":waxing_crescent_moon:","category":"nature","emoji_order":"313","aliases":[],"aliases_ascii":[],"keywords":["nature","sky","night","cheese","phase","place","space","time","weather"]},"first_quarter_moon":{"unicode":"1f313","unicode_alternates":"","name":"first quarter moon symbol","shortname":":first_quarter_moon:","category":"nature","emoji_order":"314","aliases":[],"aliases_ascii":[],"keywords":["nature","sky","night","cheese","phase","place","space","time","weather"]},"waxing_gibbous_moon":{"unicode":"1f314","unicode_alternates":"","name":"waxing gibbous moon symbol","shortname":":waxing_gibbous_moon:","category":"nature","emoji_order":"315","aliases":[],"aliases_ascii":[],"keywords":["nature","sky","night","cheese","phase","place","space","time","weather"]},"new_moon_with_face":{"unicode":"1f31a","unicode_alternates":"","name":"new moon with face","shortname":":new_moon_with_face:","category":"nature","emoji_order":"316","aliases":[],"aliases_ascii":[],"keywords":["nature","anthropomorphic","sky","night","cheese","phase","place","space","time","weather"]},"full_moon_with_face":{"unicode":"1f31d","unicode_alternates":"","name":"full moon with face","shortname":":full_moon_with_face:","category":"nature","emoji_order":"317","aliases":[],"aliases_ascii":[],"keywords":["night","anthropomorphic","sky","night","cheese","phase","spooky","werewolves","bright","nature","place","space","weather"]},"first_quarter_moon_with_face":{"unicode":"1f31b","unicode_alternates":"","name":"first quarter moon with face","shortname":":first_quarter_moon_with_face:","category":"nature","emoji_order":"318","aliases":[],"aliases_ascii":[],"keywords":["nature","anthropomorphic","sky","night","cheese","phase","crescent","place","space","weather"]},"last_quarter_moon_with_face":{"unicode":"1f31c","unicode_alternates":"","name":"last quarter moon with face","shortname":":last_quarter_moon_with_face:","category":"nature","emoji_order":"319","aliases":[],"aliases_ascii":[],"keywords":["nature","anthropomorphic","sky","night","cheese","phase","crescent","place","space","weather"]},"sun_with_face":{"unicode":"1f31e","unicode_alternates":"","name":"sun with face","shortname":":sun_with_face:","category":"nature","emoji_order":"320","aliases":[],"aliases_ascii":[],"keywords":["morning","anthropomorphic","sky","sunny","bright","nature","place","space","weather"]},"crescent_moon":{"unicode":"1f319","unicode_alternates":"","name":"crescent moon","shortname":":crescent_moon:","category":"nature","emoji_order":"321","aliases":[],"aliases_ascii":[],"keywords":["night","waxing","sky","night","cheese","phase","nature","place","space","time","weather"]},"star":{"unicode":"2b50","unicode_alternates":"2b50-fe0f","name":"white medium star","shortname":":star:","category":"nature","emoji_order":"322","aliases":[],"aliases_ascii":[],"keywords":["night","yellow","nature","place"]},"star2":{"unicode":"1f31f","unicode_alternates":"","name":"glowing star","shortname":":star2:","category":"nature","emoji_order":"323","aliases":[],"aliases_ascii":[],"keywords":["night","sparkle","glow","five","points","classic","glittery","object","place","shining"]},"dizzy":{"unicode":"1f4ab","unicode_alternates":"","name":"dizzy symbol","shortname":":dizzy:","category":"nature","emoji_order":"324","aliases":[],"aliases_ascii":[],"keywords":["shoot","sparkle","star","drunk","sick","intoxicated","squeans","starburst","star","comic","emotion","person"]},"sparkles":{"unicode":"2728","unicode_alternates":"","name":"sparkles","shortname":":sparkles:","category":"nature","emoji_order":"325","aliases":[],"aliases_ascii":[],"keywords":["cool","shine","shiny","stars","emotion","entertainment","object","sign","sparkle","star"]},"comet":{"unicode":"2604","unicode_alternates":"2604-fe0f","name":"comet","shortname":":comet:","category":"nature","emoji_order":"326","aliases":[],"aliases_ascii":[],"keywords":["object","space"]},"sunny":{"unicode":"2600","unicode_alternates":"2600-fe0f","name":"black sun with rays","shortname":":sunny:","category":"nature","emoji_order":"327","aliases":[],"aliases_ascii":[],"keywords":["brightness","weather","sunny","bright","nature","space"]},"white_sun_small_cloud":{"unicode":"1f324","unicode_alternates":"1f324-fe0f","name":"white sun with small cloud","shortname":":white_sun_small_cloud:","category":"nature","emoji_order":"328","aliases":[":white_sun_with_small_cloud:"],"aliases_ascii":[],"keywords":["nature","weather"]},"partly_sunny":{"unicode":"26c5","unicode_alternates":"26c5-fe0f","name":"sun behind cloud","shortname":":partly_sunny:","category":"nature","emoji_order":"329","aliases":[],"aliases_ascii":[],"keywords":["nature","weather","partly","sunny"]},"white_sun_cloud":{"unicode":"1f325","unicode_alternates":"1f325-fe0f","name":"white sun behind cloud","shortname":":white_sun_cloud:","category":"nature","emoji_order":"330","aliases":[":white_sun_behind_cloud:"],"aliases_ascii":[],"keywords":["nature","weather"]},"white_sun_rain_cloud":{"unicode":"1f326","unicode_alternates":"1f326-fe0f","name":"white sun behind cloud with rain","shortname":":white_sun_rain_cloud:","category":"nature","emoji_order":"331","aliases":[":white_sun_behind_cloud_with_rain:"],"aliases_ascii":[],"keywords":["nature","weather"]},"cloud":{"unicode":"2601","unicode_alternates":"2601-fe0f","name":"cloud","shortname":":cloud:","category":"nature","emoji_order":"332","aliases":[],"aliases_ascii":[],"keywords":["sky","weather","overcast","nature"]},"cloud_rain":{"unicode":"1f327","unicode_alternates":"1f327-fe0f","name":"cloud with rain","shortname":":cloud_rain:","category":"nature","emoji_order":"333","aliases":[":cloud_with_rain:"],"aliases_ascii":[],"keywords":["weather","wet","nature"]},"thunder_cloud_rain":{"unicode":"26c8","unicode_alternates":"26c8-fe0f","name":"thunder cloud and rain","shortname":":thunder_cloud_rain:","category":"nature","emoji_order":"334","aliases":[":thunder_cloud_and_rain:"],"aliases_ascii":[],"keywords":["nature","weather"]},"cloud_lightning":{"unicode":"1f329","unicode_alternates":"1f329-fe0f","name":"cloud with lightning","shortname":":cloud_lightning:","category":"nature","emoji_order":"335","aliases":[":cloud_with_lightning:"],"aliases_ascii":[],"keywords":["weather","thunder","nature"]},"zap":{"unicode":"26a1","unicode_alternates":"26a1-fe0f","name":"high voltage sign","shortname":":zap:","category":"nature","emoji_order":"336","aliases":[],"aliases_ascii":[],"keywords":["lightning bolt","thunder","weather","zap","danger","electric","electricity","lightning","nature","symbol"]},"fire":{"unicode":"1f525","unicode_alternates":"","name":"fire","shortname":":fire:","category":"nature","emoji_order":"337","aliases":[":flame:"],"aliases_ascii":[],"keywords":["cook","hot","flame","object","tool"]},"boom":{"unicode":"1f4a5","unicode_alternates":"","name":"collision symbol","shortname":":boom:","category":"nature","emoji_order":"338","aliases":[],"aliases_ascii":[],"keywords":["bomb","explode","explosion","boom","bang","fire","emphasis","wow","bam","comic","emotion","person"]},"snowflake":{"unicode":"2744","unicode_alternates":"2744-fe0f","name":"snowflake","shortname":":snowflake:","category":"nature","emoji_order":"339","aliases":[],"aliases_ascii":[],"keywords":["christmas","season","weather","winter","xmas","snow","frozen","droplet","ice","crystal","cold","chilly","unique","special","below zero","elsa","nature"]},"cloud_snow":{"unicode":"1f328","unicode_alternates":"1f328-fe0f","name":"cloud with snow","shortname":":cloud_snow:","category":"nature","emoji_order":"340","aliases":[":cloud_with_snow:"],"aliases_ascii":[],"keywords":["weather","cold","nature"]},"snowman2":{"unicode":"2603","unicode_alternates":"2603-fe0f","name":"snowman","shortname":":snowman2:","category":"nature","emoji_order":"341","aliases":[],"aliases_ascii":[],"keywords":["cold","nature","snow","weather"]},"snowman":{"unicode":"26c4","unicode_alternates":"26c4-fe0f","name":"snowman without snow","shortname":":snowman:","category":"nature","emoji_order":"342","aliases":[],"aliases_ascii":[],"keywords":["christmas","cold","season","weather","winter","xmas","nature"]},"wind_blowing_face":{"unicode":"1f32c","unicode_alternates":"1f32c-fe0f","name":"wind blowing face","shortname":":wind_blowing_face:","category":"nature","emoji_order":"343","aliases":[],"aliases_ascii":[],"keywords":["mother","nature","blow","cloud","weather"]},"dash":{"unicode":"1f4a8","unicode_alternates":"","name":"dash symbol","shortname":":dash:","category":"nature","emoji_order":"344","aliases":[],"aliases_ascii":[],"keywords":["air","fast","shoo","wind","comic","emotion","object","person","running"]},"cloud_tornado":{"unicode":"1f32a","unicode_alternates":"1f32a-fe0f","name":"cloud with tornado","shortname":":cloud_tornado:","category":"nature","emoji_order":"345","aliases":[":cloud_with_tornado:"],"aliases_ascii":[],"keywords":["weather","destruction","funnel","nature"]},"fog":{"unicode":"1f32b","unicode_alternates":"1f32b-fe0f","name":"fog","shortname":":fog:","category":"nature","emoji_order":"346","aliases":[],"aliases_ascii":[],"keywords":["weather","damp","cloud","hazy","nature"]},"umbrella2":{"unicode":"2602","unicode_alternates":"2602-fe0f","name":"umbrella","shortname":":umbrella2:","category":"nature","emoji_order":"347","aliases":[],"aliases_ascii":[],"keywords":["clothing","nature","rain","weather"]},"umbrella":{"unicode":"2614","unicode_alternates":"2614-fe0f","name":"umbrella with rain drops","shortname":":umbrella:","category":"nature","emoji_order":"348","aliases":[],"aliases_ascii":[],"keywords":["rain","weather","clothing","drop","nature"]},"droplet":{"unicode":"1f4a7","unicode_alternates":"","name":"droplet","shortname":":droplet:","category":"nature","emoji_order":"349","aliases":[],"aliases_ascii":[],"keywords":["drip","faucet","water","drop","h20","aqua","tear","sweat","rain","moisture","wet","moist","spit","cold","comic","emotion","nature","object","person","weather"]},"sweat_drops":{"unicode":"1f4a6","unicode_alternates":"","name":"splashing sweat symbol","shortname":":sweat_drops:","category":"nature","emoji_order":"350","aliases":[],"aliases_ascii":[],"keywords":["water","drops","comic","emotion","object","person"]},"ocean":{"unicode":"1f30a","unicode_alternates":"","name":"water wave","shortname":":ocean:","category":"nature","emoji_order":"351","aliases":[],"aliases_ascii":[],"keywords":["sea","ocean","surf","beach","tide","nature","place","weather"]},"green_apple":{"unicode":"1f34f","unicode_alternates":"","name":"green apple","shortname":":green_apple:","category":"food","emoji_order":"352","aliases":[],"aliases_ascii":[],"keywords":["fruit","nature","fruit","pie","granny","smith","core","food","object","plant"]},"apple":{"unicode":"1f34e","unicode_alternates":"","name":"red apple","shortname":":apple:","category":"food","emoji_order":"353","aliases":[],"aliases_ascii":[],"keywords":["fruit","mac","electronics","doctor","teacher","school","core","pie","food","nature","object","plant"]},"pear":{"unicode":"1f350","unicode_alternates":"","name":"pear","shortname":":pear:","category":"food","emoji_order":"354","aliases":[],"aliases_ascii":[],"keywords":["fruit","nature","shape","food","object","plant"]},"tangerine":{"unicode":"1f34a","unicode_alternates":"","name":"tangerine","shortname":":tangerine:","category":"food","emoji_order":"355","aliases":[],"aliases_ascii":[],"keywords":["food","fruit","nature","citrus","orange","object","plant"]},"lemon":{"unicode":"1f34b","unicode_alternates":"","name":"lemon","shortname":":lemon:","category":"food","emoji_order":"356","aliases":[],"aliases_ascii":[],"keywords":["fruit","nature","yellow","citrus","food","object","plant"]},"banana":{"unicode":"1f34c","unicode_alternates":"","name":"banana","shortname":":banana:","category":"food","emoji_order":"357","aliases":[],"aliases_ascii":[],"keywords":["food","fruit","peel","bunch","nature","object","plant"]},"watermelon":{"unicode":"1f349","unicode_alternates":"","name":"watermelon","shortname":":watermelon:","category":"food","emoji_order":"358","aliases":[],"aliases_ascii":[],"keywords":["food","fruit","melon","summer","large","nature","object","plant"]},"grapes":{"unicode":"1f347","unicode_alternates":"","name":"grapes","shortname":":grapes:","category":"food","emoji_order":"359","aliases":[],"aliases_ascii":[],"keywords":["food","fruit","wine","vinegar","vine","grape","nature","object","plant"]},"strawberry":{"unicode":"1f353","unicode_alternates":"","name":"strawberry","shortname":":strawberry:","category":"food","emoji_order":"360","aliases":[],"aliases_ascii":[],"keywords":["food","fruit","nature","shortcake","berry","object","plant"]},"melon":{"unicode":"1f348","unicode_alternates":"","name":"melon","shortname":":melon:","category":"food","emoji_order":"361","aliases":[],"aliases_ascii":[],"keywords":["food","fruit","nature","cantaloupe","honeydew","object","plant"]},"cherries":{"unicode":"1f352","unicode_alternates":"","name":"cherries","shortname":":cherries:","category":"food","emoji_order":"362","aliases":[],"aliases_ascii":[],"keywords":["food","fruit","cherry","tree","pit","nature","object","plant"]},"peach":{"unicode":"1f351","unicode_alternates":"","name":"peach","shortname":":peach:","category":"food","emoji_order":"363","aliases":[],"aliases_ascii":[],"keywords":["food","fruit","nature","juicy","pit","object","plant"]},"pineapple":{"unicode":"1f34d","unicode_alternates":"","name":"pineapple","shortname":":pineapple:","category":"food","emoji_order":"364","aliases":[],"aliases_ascii":[],"keywords":["food","fruit","nature","pina","tropical","flower","object","plant"]},"tomato":{"unicode":"1f345","unicode_alternates":"","name":"tomato","shortname":":tomato:","category":"food","emoji_order":"365","aliases":[],"aliases_ascii":[],"keywords":["food","fruit","nature","vegetable","sauce","italian","object","plant"]},"eggplant":{"unicode":"1f346","unicode_alternates":"","name":"aubergine","shortname":":eggplant:","category":"food","emoji_order":"366","aliases":[],"aliases_ascii":[],"keywords":["food","nature","vegetable","eggplant","purple","penis","object","plant"]},"hot_pepper":{"unicode":"1f336","unicode_alternates":"1f336-fe0f","name":"hot pepper","shortname":":hot_pepper:","category":"food","emoji_order":"367","aliases":[],"aliases_ascii":[],"keywords":["food","nature","spicy","chili","cayenne","habanero","jalapeno","plant"]},"corn":{"unicode":"1f33d","unicode_alternates":"","name":"ear of maize","shortname":":corn:","category":"food","emoji_order":"368","aliases":[],"aliases_ascii":[],"keywords":["food","plant","vegetable","corn","iowa","kernel","popcorn","husk","yellow","stalk","cob","maze","nature","object"]},"sweet_potato":{"unicode":"1f360","unicode_alternates":"","name":"roasted sweet potato","shortname":":sweet_potato:","category":"food","emoji_order":"369","aliases":[],"aliases_ascii":[],"keywords":["food","nature","potassium","starch","object","restaurant"]},"honey_pot":{"unicode":"1f36f","unicode_alternates":"","name":"honey pot","shortname":":honey_pot:","category":"food","emoji_order":"370","aliases":[],"aliases_ascii":[],"keywords":["bees","sweet","pooh","bear","food","honeypot","nature","object","restaurant"]},"bread":{"unicode":"1f35e","unicode_alternates":"","name":"bread","shortname":":bread:","category":"food","emoji_order":"371","aliases":[],"aliases_ascii":[],"keywords":["food","toast","wheat","loaf","yeast","nature","object","restaurant"]},"cheese":{"unicode":"1f9c0","unicode_alternates":"","name":"cheese wedge","shortname":":cheese:","category":"food","emoji_order":"372","aliases":[":cheese_wedge:"],"aliases_ascii":[],"keywords":[]},"poultry_leg":{"unicode":"1f357","unicode_alternates":"","name":"poultry leg","shortname":":poultry_leg:","category":"food","emoji_order":"373","aliases":[],"aliases_ascii":[],"keywords":["food","meat","chicken","fried","bone","nature","object","restaurant"]},"meat_on_bone":{"unicode":"1f356","unicode_alternates":"","name":"meat on bone","shortname":":meat_on_bone:","category":"food","emoji_order":"374","aliases":[],"aliases_ascii":[],"keywords":["food","animal","cooked","mutton","nature","object","restaurant"]},"fried_shrimp":{"unicode":"1f364","unicode_alternates":"","name":"fried shrimp","shortname":":fried_shrimp:","category":"food","emoji_order":"375","aliases":[],"aliases_ascii":[],"keywords":["animal","food","seafood","small","fish","nature","object","prawn","restaurant","tempura"]},"egg":{"unicode":"1f373","unicode_alternates":"","name":"cooking","shortname":":egg:","category":"food","emoji_order":"376","aliases":[],"aliases_ascii":[],"keywords":["breakfast","food","egg","fry","pan","flat","cook","frying","utensil","nature","object","restaurant"]},"hamburger":{"unicode":"1f354","unicode_alternates":"","name":"hamburger","shortname":":hamburger:","category":"food","emoji_order":"377","aliases":[],"aliases_ascii":[],"keywords":["food","meat","burger","cow","beef","angus","nature","object","restaurant"]},"fries":{"unicode":"1f35f","unicode_alternates":"","name":"french fries","shortname":":fries:","category":"food","emoji_order":"378","aliases":[],"aliases_ascii":[],"keywords":["chips","food","potato","fry","russet","idaho","nature","object","restaurant"]},"hotdog":{"unicode":"1f32d","unicode_alternates":"","name":"hot dog","shortname":":hotdog:","category":"food","emoji_order":"379","aliases":[":hot_dog:"],"aliases_ascii":[],"keywords":[]},"pizza":{"unicode":"1f355","unicode_alternates":"","name":"slice of pizza","shortname":":pizza:","category":"food","emoji_order":"380","aliases":[],"aliases_ascii":[],"keywords":["food","party","pie","new york","italian","italy","pepperoni","nature","object","restaurant"]},"spaghetti":{"unicode":"1f35d","unicode_alternates":"","name":"spaghetti","shortname":":spaghetti:","category":"food","emoji_order":"381","aliases":[],"aliases_ascii":[],"keywords":["food","italian","noodle","noodles","tomato","sauce","nature","object","pasta","restaurant"]},"taco":{"unicode":"1f32e","unicode_alternates":"","name":"taco","shortname":":taco:","category":"food","emoji_order":"382","aliases":[],"aliases_ascii":[],"keywords":[]},"burrito":{"unicode":"1f32f","unicode_alternates":"","name":"burrito","shortname":":burrito:","category":"food","emoji_order":"383","aliases":[],"aliases_ascii":[],"keywords":[]},"ramen":{"unicode":"1f35c","unicode_alternates":"","name":"steaming bowl","shortname":":ramen:","category":"food","emoji_order":"384","aliases":[],"aliases_ascii":[],"keywords":["chopsticks","food","japanese","noodle","ramen","noodles","soup","nature","object","restaurant"]},"stew":{"unicode":"1f372","unicode_alternates":"","name":"pot of food","shortname":":stew:","category":"food","emoji_order":"385","aliases":[],"aliases_ascii":[],"keywords":["meat","stew","hearty","soup","thick","hot","nature","object","restaurant"]},"fish_cake":{"unicode":"1f365","unicode_alternates":"","name":"fish cake with swirl design","shortname":":fish_cake:","category":"food","emoji_order":"386","aliases":[],"aliases_ascii":[],"keywords":["food","kamboko","ramen","noodles","naruto","nature","object","pastry","restaurant"]},"sushi":{"unicode":"1f363","unicode_alternates":"","name":"sushi","shortname":":sushi:","category":"food","emoji_order":"387","aliases":[],"aliases_ascii":[],"keywords":["food","japanese","fish","raw","nigiri","nature","object","restaurant"]},"bento":{"unicode":"1f371","unicode_alternates":"","name":"bento box","shortname":":bento:","category":"food","emoji_order":"388","aliases":[],"aliases_ascii":[],"keywords":["food","japanese","rice","meal","obento","convenient","lunchbox","nature","object","restaurant"]},"curry":{"unicode":"1f35b","unicode_alternates":"","name":"curry and rice","shortname":":curry:","category":"food","emoji_order":"389","aliases":[],"aliases_ascii":[],"keywords":["food","hot","indian","spicy","spice","flavor","meal","nature","object","restaurant"]},"rice_ball":{"unicode":"1f359","unicode_alternates":"","name":"rice ball","shortname":":rice_ball:","category":"food","emoji_order":"390","aliases":[],"aliases_ascii":[],"keywords":["food","japanese","white","nori","seaweed","nature","object","restaurant"]},"rice":{"unicode":"1f35a","unicode_alternates":"","name":"cooked rice","shortname":":rice:","category":"food","emoji_order":"391","aliases":[],"aliases_ascii":[],"keywords":["food","white","grain","bowl","nature","object","restaurant"]},"rice_cracker":{"unicode":"1f358","unicode_alternates":"","name":"rice cracker","shortname":":rice_cracker:","category":"food","emoji_order":"392","aliases":[],"aliases_ascii":[],"keywords":["food","japanese","seaweed","nature","object","restaurant"]},"oden":{"unicode":"1f362","unicode_alternates":"","name":"oden","shortname":":oden:","category":"food","emoji_order":"393","aliases":[],"aliases_ascii":[],"keywords":["food","japanese","seafood","casserole","stew","kebab","nature","object","restaurant","skewer","stick"]},"dango":{"unicode":"1f361","unicode_alternates":"","name":"dango","shortname":":dango:","category":"food","emoji_order":"394","aliases":[],"aliases_ascii":[],"keywords":["food","japanese","dumpling","mochi","balls","skewer","dessert","nature","object","restaurant","stick","sweet"]},"shaved_ice":{"unicode":"1f367","unicode_alternates":"","name":"shaved ice","shortname":":shaved_ice:","category":"food","emoji_order":"395","aliases":[],"aliases_ascii":[],"keywords":["desert","dessert","treat","syrup","flavoring","food","nature","object","restaurant","sweet"]},"ice_cream":{"unicode":"1f368","unicode_alternates":"","name":"ice cream","shortname":":ice_cream:","category":"food","emoji_order":"396","aliases":[],"aliases_ascii":[],"keywords":["desert","food","icecream","dairy","dessert","cold","soft","serve","cone","waffle","nature","object","restaurant","sweet"]},"icecream":{"unicode":"1f366","unicode_alternates":"","name":"soft ice cream","shortname":":icecream:","category":"food","emoji_order":"397","aliases":[],"aliases_ascii":[],"keywords":["desert","food","icecream","dairy","dessert","cold","serve","cone","yogurt","nature","object","restaurant","sweet"]},"cake":{"unicode":"1f370","unicode_alternates":"","name":"shortcake","shortname":":cake:","category":"food","emoji_order":"398","aliases":[],"aliases_ascii":[],"keywords":["desert","food","cake","short","dessert","strawberry","nature","object","pastry","restaurant","slice","sweet"]},"birthday":{"unicode":"1f382","unicode_alternates":"","name":"birthday cake","shortname":":birthday:","category":"food","emoji_order":"399","aliases":[],"aliases_ascii":[],"keywords":["party","birth","dessert","wish","celebrate","celebration","food","object","pastry","sweet"]},"custard":{"unicode":"1f36e","unicode_alternates":"","name":"custard","shortname":":custard:","category":"food","emoji_order":"400","aliases":[":pudding:",":flan:"],"aliases_ascii":[],"keywords":["desert","food","cream","rich","butter","dessert","cr\u00e8me","br\u00fbl\u00e9e","french","nature","object","pudding","restaurant","sweet"]},"candy":{"unicode":"1f36c","unicode_alternates":"","name":"candy","shortname":":candy:","category":"food","emoji_order":"401","aliases":[],"aliases_ascii":[],"keywords":["dessert","snack","sugar","sweet","hard","food","nature","object","restaurant"]},"lollipop":{"unicode":"1f36d","unicode_alternates":"","name":"lollipop","shortname":":lollipop:","category":"food","emoji_order":"402","aliases":[],"aliases_ascii":[],"keywords":["candy","food","snack","sweet","stick","lick","sugar","dessert","nature","object","restaurant"]},"chocolate_bar":{"unicode":"1f36b","unicode_alternates":"","name":"chocolate bar","shortname":":chocolate_bar:","category":"food","emoji_order":"403","aliases":[],"aliases_ascii":[],"keywords":["dessert","food","snack","candy","coca","hershey's","nature","object","restaurant","sweet"]},"popcorn":{"unicode":"1f37f","unicode_alternates":"","name":"popcorn","shortname":":popcorn:","category":"food","emoji_order":"404","aliases":[],"aliases_ascii":[],"keywords":[]},"doughnut":{"unicode":"1f369","unicode_alternates":"","name":"doughnut","shortname":":doughnut:","category":"food","emoji_order":"405","aliases":[],"aliases_ascii":[],"keywords":["desert","food","snack","sweet","donut","pastry","fried","dessert","breakfast","police","homer","sweet","nature","object","restaurant"]},"cookie":{"unicode":"1f36a","unicode_alternates":"","name":"cookie","shortname":":cookie:","category":"food","emoji_order":"406","aliases":[],"aliases_ascii":[],"keywords":["chocolate","food","oreo","snack","dessert","biscuit","sweet","chocolate","nature","object","restaurant"]},"beer":{"unicode":"1f37a","unicode_alternates":"","name":"beer mug","shortname":":beer:","category":"food","emoji_order":"407","aliases":[],"aliases_ascii":[],"keywords":["beverage","drink","drunk","party","pub","relax","hops","barley","malt","yeast","portland","oregon","brewery","micro","pint","boot","bar","nature","object","restaurant"]},"beers":{"unicode":"1f37b","unicode_alternates":"","name":"clinking beer mugs","shortname":":beers:","category":"food","emoji_order":"408","aliases":[],"aliases_ascii":[],"keywords":["beverage","drink","drunk","party","pub","relax","cheers","toast","celebrate","bar","jolly","hops","clink","mug","nature","object","restaurant"]},"wine_glass":{"unicode":"1f377","unicode_alternates":"","name":"wine glass","shortname":":wine_glass:","category":"food","emoji_order":"409","aliases":[],"aliases_ascii":[],"keywords":["alcohol","beverage","booze","bottle","drink","drunk","fermented","grapes","tasting","winery","bar","nature","object","restaurant"]},"cocktail":{"unicode":"1f378","unicode_alternates":"","name":"cocktail glass","shortname":":cocktail:","category":"food","emoji_order":"410","aliases":[],"aliases_ascii":[],"keywords":["alcohol","beverage","drink","drunk","mixed","martini","bar","nature","object","restaurant"]},"tropical_drink":{"unicode":"1f379","unicode_alternates":"","name":"tropical drink","shortname":":tropical_drink:","category":"food","emoji_order":"411","aliases":[],"aliases_ascii":[],"keywords":["beverage","mixed","pineapple","coconut","pina","fruit","umbrella","bar","nature","object","restaurant"]},"champagne":{"unicode":"1f37e","unicode_alternates":"","name":"bottle with popping cork","shortname":":champagne:","category":"food","emoji_order":"412","aliases":[":bottle_with_popping_cork:"],"aliases_ascii":[],"keywords":[]},"sake":{"unicode":"1f376","unicode_alternates":"","name":"sake bottle and cup","shortname":":sake:","category":"food","emoji_order":"413","aliases":[],"aliases_ascii":[],"keywords":["beverage","drink","drunk","wine","rice","ferment","alcohol","japanese","bar","nature","object","restaurant"]},"tea":{"unicode":"1f375","unicode_alternates":"","name":"teacup without handle","shortname":":tea:","category":"food","emoji_order":"414","aliases":[],"aliases_ascii":[],"keywords":["bowl","breakfast","british","drink","green","tea","leaf","hot","beverage","cup","nature","object"]},"coffee":{"unicode":"2615","unicode_alternates":"2615-fe0f","name":"hot beverage","shortname":":coffee:","category":"food","emoji_order":"415","aliases":[],"aliases_ascii":[],"keywords":["beverage","cafe","drink","espresso","coffee","nature","object","steaming","tea"]},"baby_bottle":{"unicode":"1f37c","unicode_alternates":"","name":"baby bottle","shortname":":baby_bottle:","category":"food","emoji_order":"416","aliases":[],"aliases_ascii":[],"keywords":["container","food","milk","mother","nipple","newborn","formula","drink","nature","object"]},"fork_and_knife":{"unicode":"1f374","unicode_alternates":"","name":"fork and knife","shortname":":fork_and_knife:","category":"food","emoji_order":"417","aliases":[],"aliases_ascii":[],"keywords":["cutlery","kitchen","restaurant","meal","food","eat","utensils","cooking","nature","object"]},"fork_knife_plate":{"unicode":"1f37d","unicode_alternates":"1f37d-fe0f","name":"fork and knife with plate","shortname":":fork_knife_plate:","category":"food","emoji_order":"418","aliases":[":fork_and_knife_with_plate:"],"aliases_ascii":[],"keywords":["meal","food","breakfast","lunch","dinner","utensils","setting","cooking","object","place","restaurant"]},"soccer":{"unicode":"26bd","unicode_alternates":"26bd-fe0f","name":"soccer ball","shortname":":soccer:","category":"activity","emoji_order":"419","aliases":[],"aliases_ascii":[],"keywords":["sport","fifa","football","european","object","place"]},"basketball":{"unicode":"1f3c0","unicode_alternates":"","name":"basketball and hoop","shortname":":basketball:","category":"activity","emoji_order":"420","aliases":[],"aliases_ascii":[],"keywords":["NBA","ball","sport","bball","dribble","net","swish","rip city","court","object","place"]},"football":{"unicode":"1f3c8","unicode_alternates":"","name":"american football","shortname":":football:","category":"activity","emoji_order":"421","aliases":[],"aliases_ascii":[],"keywords":["NFL","sport","ball","america","object","place"]},"baseball":{"unicode":"26be","unicode_alternates":"26be-fe0f","name":"baseball","shortname":":baseball:","category":"activity","emoji_order":"422","aliases":[],"aliases_ascii":[],"keywords":["MLB","ball","sport","pitch","object","place"]},"tennis":{"unicode":"1f3be","unicode_alternates":"","name":"tennis racquet and ball","shortname":":tennis:","category":"activity","emoji_order":"423","aliases":[],"aliases_ascii":[],"keywords":["ball","green","sport","racket","game","net","court","love","object","place"]},"volleyball":{"unicode":"1f3d0","unicode_alternates":"","name":"volleyball","shortname":":volleyball:","category":"activity","emoji_order":"424","aliases":[],"aliases_ascii":[],"keywords":[]},"rugby_football":{"unicode":"1f3c9","unicode_alternates":"","name":"rugby football","shortname":":rugby_football:","category":"activity","emoji_order":"425","aliases":[],"aliases_ascii":[],"keywords":["sports","rugby","football","ball","sport","team","england","object","place"]},"8ball":{"unicode":"1f3b1","unicode_alternates":"","name":"billiards","shortname":":8ball:","category":"activity","emoji_order":"426","aliases":[],"aliases_ascii":[],"keywords":["pool","eight ball","pocket ball","cue","8","8 ball","ball","billiard","eight","game","object","place","sport"]},"golf":{"unicode":"26f3","unicode_alternates":"26f3-fe0f","name":"flag in hole","shortname":":golf:","category":"activity","emoji_order":"427","aliases":[],"aliases_ascii":[],"keywords":["business","sport","golf","object","place","travel"]},"golfer":{"unicode":"1f3cc","unicode_alternates":"1f3cc-fe0f","name":"golfer","shortname":":golfer:","category":"activity","emoji_order":"428","aliases":[],"aliases_ascii":[],"keywords":["sport","par","birdie","eagle","mulligan","ball","golf","person"]},"ping_pong":{"unicode":"1f3d3","unicode_alternates":"","name":"table tennis paddle and ball","shortname":":ping_pong:","category":"activity","emoji_order":"429","aliases":[":table_tennis:"],"aliases_ascii":[],"keywords":[]},"badminton":{"unicode":"1f3f8","unicode_alternates":"","name":"badminton racquet","shortname":":badminton:","category":"activity","emoji_order":"430","aliases":[],"aliases_ascii":[],"keywords":[]},"hockey":{"unicode":"1f3d2","unicode_alternates":"","name":"ice hockey stick and puck","shortname":":hockey:","category":"activity","emoji_order":"431","aliases":[],"aliases_ascii":[],"keywords":[]},"field_hockey":{"unicode":"1f3d1","unicode_alternates":"","name":"field hockey stick and ball","shortname":":field_hockey:","category":"activity","emoji_order":"432","aliases":[],"aliases_ascii":[],"keywords":[]},"cricket":{"unicode":"1f3cf","unicode_alternates":"","name":"cricket bat and ball","shortname":":cricket:","category":"activity","emoji_order":"433","aliases":[":cricket_bat_ball:"],"aliases_ascii":[],"keywords":[]},"ski":{"unicode":"1f3bf","unicode_alternates":"","name":"ski and ski boot","shortname":":ski:","category":"activity","emoji_order":"434","aliases":[],"aliases_ascii":[],"keywords":["cold","sport","winter","downhill","cross-country","poles","snow","mountain","alpine","powder","slalom","freestyle","object"]},"skier":{"unicode":"26f7","unicode_alternates":"26f7-fe0f","name":"skier","shortname":":skier:","category":"activity","emoji_order":"435","aliases":[],"aliases_ascii":[],"keywords":["person","ski","snow","sport","travel"]},"snowboarder":{"unicode":"1f3c2","unicode_alternates":"","name":"snowboarder","shortname":":snowboarder:","category":"activity","emoji_order":"436","aliases":[],"aliases_ascii":[],"keywords":["sport","winter","snow","boarding","freestyle","halfpipe","board","mountain","alpine","person","ski","snowboard"]},"ice_skate":{"unicode":"26f8","unicode_alternates":"26f8-fe0f","name":"ice skate","shortname":":ice_skate:","category":"activity","emoji_order":"437","aliases":[],"aliases_ascii":[],"keywords":["place","sport","travel"]},"bow_and_arrow":{"unicode":"1f3f9","unicode_alternates":"","name":"bow and arrow","shortname":":bow_and_arrow:","category":"activity","emoji_order":"438","aliases":[":archery:"],"aliases_ascii":[],"keywords":[]},"fishing_pole_and_fish":{"unicode":"1f3a3","unicode_alternates":"","name":"fishing pole and fish","shortname":":fishing_pole_and_fish:","category":"activity","emoji_order":"439","aliases":[],"aliases_ascii":[],"keywords":["food","hobby","rod","reel","entertainment","object","place","sport"]},"rowboat":{"unicode":"1f6a3","unicode_alternates":"","name":"rowboat","shortname":":rowboat:","category":"activity","emoji_order":"440","aliases":[],"aliases_ascii":[],"keywords":["hobby","ship","water","boat","row","oar","paddle","place","travel","vehicle"]},"swimmer":{"unicode":"1f3ca","unicode_alternates":"","name":"swimmer","shortname":":swimmer:","category":"activity","emoji_order":"441","aliases":[],"aliases_ascii":[],"keywords":["sport","swim","water","pool","laps","freestyle","butterfly","breaststroke","backstroke","person","travel"]},"surfer":{"unicode":"1f3c4","unicode_alternates":"","name":"surfer","shortname":":surfer:","category":"activity","emoji_order":"442","aliases":[],"aliases_ascii":[],"keywords":["ocean","sea","sport","surf","wave","ocean","ride","swell","person","surfing"]},"bath":{"unicode":"1f6c0","unicode_alternates":"","name":"bath","shortname":":bath:","category":"activity","emoji_order":"443","aliases":[],"aliases_ascii":[],"keywords":["shower","tub","basin","wash","bubble","soak","bathroom","soap","water","clean","shampoo","lather","bathtub","object","place","travel"]},"basketball_player":{"unicode":"26f9","unicode_alternates":"26f9-fe0f","name":"person with ball","shortname":":basketball_player:","category":"activity","emoji_order":"444","aliases":[":person_with_ball:"],"aliases_ascii":[],"keywords":["sport"]},"lifter":{"unicode":"1f3cb","unicode_alternates":"1f3cb-fe0f","name":"weight lifter","shortname":":lifter:","category":"activity","emoji_order":"445","aliases":[":weight_lifter:"],"aliases_ascii":[],"keywords":["bench","press","squats","deadlift","person","sport"]},"bicyclist":{"unicode":"1f6b4","unicode_alternates":"","name":"bicyclist","shortname":":bicyclist:","category":"activity","emoji_order":"446","aliases":[],"aliases_ascii":[],"keywords":["bike","exercise","hipster","sport","road","pedal","bicycle","transportation","cyclist","person","place","travel"]},"mountain_bicyclist":{"unicode":"1f6b5","unicode_alternates":"","name":"mountain bicyclist","shortname":":mountain_bicyclist:","category":"activity","emoji_order":"447","aliases":[],"aliases_ascii":[],"keywords":["sport","transportation","bike","pedal","bicycle","transportation","cyclist","person","place","travel"]},"horse_racing":{"unicode":"1f3c7","unicode_alternates":"","name":"horse racing","shortname":":horse_racing:","category":"activity","emoji_order":"448","aliases":[],"aliases_ascii":[],"keywords":["animal","betting","competition","race","jockey","triple crown","person","racehorse","sport","travel"]},"levitate":{"unicode":"1f574","unicode_alternates":"1f574-fe0f","name":"man in business suit levitating","shortname":":levitate:","category":"activity","emoji_order":"449","aliases":[":man_in_business_suit_levitating:"],"aliases_ascii":[],"keywords":["hover","exclamation","person"]},"trophy":{"unicode":"1f3c6","unicode_alternates":"","name":"trophy","shortname":":trophy:","category":"activity","emoji_order":"450","aliases":[],"aliases_ascii":[],"keywords":["award","ceremony","contest","ftw","place","win","first","show","reward","achievement","medal","object","prize","sport"]},"running_shirt_with_sash":{"unicode":"1f3bd","unicode_alternates":"","name":"running shirt with sash","shortname":":running_shirt_with_sash:","category":"activity","emoji_order":"451","aliases":[],"aliases_ascii":[],"keywords":["pageant","play","run","cloths","compete","sports","person","place","sport"]},"medal":{"unicode":"1f3c5","unicode_alternates":"","name":"sports medal","shortname":":medal:","category":"activity","emoji_order":"452","aliases":[":sports_medal:"],"aliases_ascii":[],"keywords":["award","ceremony","contest","ftw","place","win","first","show","reward","achievement","object","sport"]},"military_medal":{"unicode":"1f396","unicode_alternates":"1f396-fe0f","name":"military medal","shortname":":military_medal:","category":"activity","emoji_order":"453","aliases":[],"aliases_ascii":[],"keywords":["honor","acknowledgment","purple heart","heroism","veteran","celebration","object"]},"reminder_ribbon":{"unicode":"1f397","unicode_alternates":"1f397-fe0f","name":"reminder ribbon","shortname":":reminder_ribbon:","category":"activity","emoji_order":"454","aliases":[],"aliases_ascii":[],"keywords":["awareness","celebration","object"]},"rosette":{"unicode":"1f3f5","unicode_alternates":"1f3f5-fe0f","name":"rosette","shortname":":rosette:","category":"activity","emoji_order":"455","aliases":[],"aliases_ascii":[],"keywords":["flower","nature","plant"]},"ticket":{"unicode":"1f3ab","unicode_alternates":"","name":"ticket","shortname":":ticket:","category":"activity","emoji_order":"456","aliases":[],"aliases_ascii":[],"keywords":["concert","event","pass","show","entertainment","stub","admission","proof","purchase","activity","object","place"]},"tickets":{"unicode":"1f39f","unicode_alternates":"1f39f-fe0f","name":"admission tickets","shortname":":tickets:","category":"activity","emoji_order":"457","aliases":[":admission_tickets:"],"aliases_ascii":[],"keywords":["concert","event","pass","show","entertainment","stub","proof","purchase","object","ticket"]},"performing_arts":{"unicode":"1f3ad","unicode_alternates":"","name":"performing arts","shortname":":performing_arts:","category":"activity","emoji_order":"458","aliases":[],"aliases_ascii":[],"keywords":["acting","drama","theater","performance","entertainment","story","comedy","tragedy","masks","activity","art","mask","object","place","theatre"]},"art":{"unicode":"1f3a8","unicode_alternates":"","name":"artist palette","shortname":":art:","category":"activity","emoji_order":"459","aliases":[],"aliases_ascii":[],"keywords":["design","draw","paint","art","colors","brush","pastels","oils","acrylic","activity","entertainment","museum","object","painting"]},"circus_tent":{"unicode":"1f3aa","unicode_alternates":"","name":"circus tent","shortname":":circus_tent:","category":"activity","emoji_order":"460","aliases":[],"aliases_ascii":[],"keywords":["carnival","festival","party","event","big","top","canvas","activity","entertainment","place"]},"microphone":{"unicode":"1f3a4","unicode_alternates":"","name":"microphone","shortname":":microphone:","category":"activity","emoji_order":"461","aliases":[],"aliases_ascii":[],"keywords":["PA","music","sound","mic","audio","voice","karaoke","activity","entertainment","object"]},"headphones":{"unicode":"1f3a7","unicode_alternates":"","name":"headphone","shortname":":headphones:","category":"activity","emoji_order":"462","aliases":[],"aliases_ascii":[],"keywords":["gadgets","music","score","sound","ears","beats","buds","audio","listen","activity","earbud","entertainment","object"]},"musical_score":{"unicode":"1f3bc","unicode_alternates":"","name":"musical score","shortname":":musical_score:","category":"activity","emoji_order":"463","aliases":[],"aliases_ascii":[],"keywords":["clef","treble","music","clef","g-clef","stave","staff","activity","entertainment","object","sound"]},"musical_keyboard":{"unicode":"1f3b9","unicode_alternates":"","name":"musical keyboard","shortname":":musical_keyboard:","category":"activity","emoji_order":"464","aliases":[],"aliases_ascii":[],"keywords":["instrument","piano","music","organ","electric","keys","activity","entertainment","object","sound"]},"saxophone":{"unicode":"1f3b7","unicode_alternates":"","name":"saxophone","shortname":":saxophone:","category":"activity","emoji_order":"465","aliases":[],"aliases_ascii":[],"keywords":["instrument","music","sax","woodwind","activity","entertainment","object","sound"]},"trumpet":{"unicode":"1f3ba","unicode_alternates":"","name":"trumpet","shortname":":trumpet:","category":"activity","emoji_order":"466","aliases":[],"aliases_ascii":[],"keywords":["brass","music","instrument","activity","entertainment","object","sound"]},"guitar":{"unicode":"1f3b8","unicode_alternates":"","name":"guitar","shortname":":guitar:","category":"activity","emoji_order":"467","aliases":[],"aliases_ascii":[],"keywords":["instrument","music","string","jam","rock","acoustic","electric","activity","entertainment","object","sound"]},"violin":{"unicode":"1f3bb","unicode_alternates":"","name":"violin","shortname":":violin:","category":"activity","emoji_order":"468","aliases":[],"aliases_ascii":[],"keywords":["instrument","music","fiddle","string","activity","entertainment","object","sound"]},"clapper":{"unicode":"1f3ac","unicode_alternates":"","name":"clapper board","shortname":":clapper:","category":"activity","emoji_order":"469","aliases":[],"aliases_ascii":[],"keywords":["film","movie","record","clapboard","take","activity","entertainment","object"]},"video_game":{"unicode":"1f3ae","unicode_alternates":"","name":"video game","shortname":":video_game:","category":"activity","emoji_order":"470","aliases":[],"aliases_ascii":[],"keywords":["PS4","console","controller","play","nintendo","xbox","playstation","entertainment","object","video game"]},"space_invader":{"unicode":"1f47e","unicode_alternates":"","name":"alien monster","shortname":":space_invader:","category":"activity","emoji_order":"471","aliases":[],"aliases_ascii":[],"keywords":["arcade","game","space","invader","creature","extraterrestrial","face","fairy tale","fantasy","nature","person","ufo"]},"dart":{"unicode":"1f3af","unicode_alternates":"","name":"direct hit","shortname":":dart:","category":"activity","emoji_order":"472","aliases":[],"aliases_ascii":[],"keywords":["bar","game","bullseye","dart","archery","fletching","arrow","sport","activity","bull","entertainment","eye","object","target"]},"game_die":{"unicode":"1f3b2","unicode_alternates":"","name":"game die","shortname":":game_die:","category":"activity","emoji_order":"473","aliases":[],"aliases_ascii":[],"keywords":["dice","craps","gamble","play","entertainment","object"]},"slot_machine":{"unicode":"1f3b0","unicode_alternates":"","name":"slot machine","shortname":":slot_machine:","category":"activity","emoji_order":"474","aliases":[],"aliases_ascii":[],"keywords":["bet","gamble","vegas","one-armed bandit","slots","luck","activity","game","object","place"]},"bowling":{"unicode":"1f3b3","unicode_alternates":"","name":"bowling","shortname":":bowling:","category":"activity","emoji_order":"475","aliases":[],"aliases_ascii":[],"keywords":["fun","play","sports","bowl","ball","pin","strike","spare","game","object","place","sport"]},"red_car":{"unicode":"1f697","unicode_alternates":"","name":"automobile","shortname":":red_car:","category":"travel","emoji_order":"476","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","red","car","place","travel"]},"taxi":{"unicode":"1f695","unicode_alternates":"","name":"taxi","shortname":":taxi:","category":"travel","emoji_order":"477","aliases":[],"aliases_ascii":[],"keywords":["transportation","uber","vehicle","car","automobile","city","transport","service","cab","place","travel"]},"blue_car":{"unicode":"1f699","unicode_alternates":"","name":"recreational vehicle","shortname":":blue_car:","category":"travel","emoji_order":"478","aliases":[],"aliases_ascii":[],"keywords":["car","suv","wagon","automobile","blue","place","rv","travel"]},"bus":{"unicode":"1f68c","unicode_alternates":"","name":"bus","shortname":":bus:","category":"travel","emoji_order":"479","aliases":[],"aliases_ascii":[],"keywords":["car","transportation","vehicle","school","city","public","place","travel"]},"trolleybus":{"unicode":"1f68e","unicode_alternates":"","name":"trolleybus","shortname":":trolleybus:","category":"travel","emoji_order":"480","aliases":[],"aliases_ascii":[],"keywords":["bart","transportation","vehicle","bus","city","transport","place","tram","travel","trolley"]},"race_car":{"unicode":"1f3ce","unicode_alternates":"1f3ce-fe0f","name":"racing car","shortname":":race_car:","category":"travel","emoji_order":"481","aliases":[":racing_car:"],"aliases_ascii":[],"keywords":["formula 1","race","stock","nascar","speed","drive","place","sport","travel"]},"police_car":{"unicode":"1f693","unicode_alternates":"","name":"police car","shortname":":police_car:","category":"travel","emoji_order":"482","aliases":[],"aliases_ascii":[],"keywords":["cars","enforcement","law","transportation","vehicle","police","car","emergency","ticket","citation","crime","help","officer","patrol","place","travel"]},"ambulance":{"unicode":"1f691","unicode_alternates":"","name":"ambulance","shortname":":ambulance:","category":"travel","emoji_order":"483","aliases":[],"aliases_ascii":[],"keywords":["911","health","emergency","medical","help","assistance","place","travel","vehicle"]},"fire_engine":{"unicode":"1f692","unicode_alternates":"","name":"fire engine","shortname":":fire_engine:","category":"travel","emoji_order":"484","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","fighter","truck","emergency","place","travel"]},"minibus":{"unicode":"1f690","unicode_alternates":"","name":"minibus","shortname":":minibus:","category":"travel","emoji_order":"485","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","bus","city","transport","place","travel"]},"truck":{"unicode":"1f69a","unicode_alternates":"","name":"delivery truck","shortname":":truck:","category":"travel","emoji_order":"486","aliases":[],"aliases_ascii":[],"keywords":["transportation","truck","delivery","package","place","travel","vehicle"]},"articulated_lorry":{"unicode":"1f69b","unicode_alternates":"","name":"articulated lorry","shortname":":articulated_lorry:","category":"travel","emoji_order":"487","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","truck","delivery","semi","place","travel"]},"tractor":{"unicode":"1f69c","unicode_alternates":"","name":"tractor","shortname":":tractor:","category":"travel","emoji_order":"488","aliases":[],"aliases_ascii":[],"keywords":["agriculture","farming","vehicle","farm","construction","equipment","place","travel"]},"motorcycle":{"unicode":"1f3cd","unicode_alternates":"1f3cd-fe0f","name":"racing motorcycle","shortname":":motorcycle:","category":"travel","emoji_order":"489","aliases":[":racing_motorcycle:"],"aliases_ascii":[],"keywords":["bike","speed","person","sport","travel"]},"bike":{"unicode":"1f6b2","unicode_alternates":"","name":"bicycle","shortname":":bike:","category":"travel","emoji_order":"490","aliases":[],"aliases_ascii":[],"keywords":["exercise","hipster","sports","bike","pedal","transportation","place","sport","travel","vehicle"]},"rotating_light":{"unicode":"1f6a8","unicode_alternates":"","name":"police cars revolving light","shortname":":rotating_light:","category":"travel","emoji_order":"491","aliases":[],"aliases_ascii":[],"keywords":["911","ambulance","emergency","police","light","emergency","beacon","car","place","travel","vehicle"]},"oncoming_police_car":{"unicode":"1f694","unicode_alternates":"","name":"oncoming police car","shortname":":oncoming_police_car:","category":"travel","emoji_order":"492","aliases":[],"aliases_ascii":[],"keywords":["enforcement","law","vehicle","emergency","ticket","citation","crime","help","officer","place","travel"]},"oncoming_bus":{"unicode":"1f68d","unicode_alternates":"","name":"oncoming bus","shortname":":oncoming_bus:","category":"travel","emoji_order":"493","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","bus","school","city","public","place","travel"]},"oncoming_automobile":{"unicode":"1f698","unicode_alternates":"","name":"oncoming automobile","shortname":":oncoming_automobile:","category":"travel","emoji_order":"494","aliases":[],"aliases_ascii":[],"keywords":["car","transportation","vehicle","sedan","car","automobile","place","travel"]},"oncoming_taxi":{"unicode":"1f696","unicode_alternates":"","name":"oncoming taxi","shortname":":oncoming_taxi:","category":"travel","emoji_order":"495","aliases":[],"aliases_ascii":[],"keywords":["uber","vehicle","car","automobile","city","transport","service","cab","place","travel"]},"aerial_tramway":{"unicode":"1f6a1","unicode_alternates":"","name":"aerial tramway","shortname":":aerial_tramway:","category":"travel","emoji_order":"496","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","tram","cable","transport","car","gondola","place","ropeway","travel"]},"mountain_cableway":{"unicode":"1f6a0","unicode_alternates":"","name":"mountain cableway","shortname":":mountain_cableway:","category":"travel","emoji_order":"497","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","cable","gondola","place","travel"]},"suspension_railway":{"unicode":"1f69f","unicode_alternates":"","name":"suspension railway","shortname":":suspension_railway:","category":"travel","emoji_order":"498","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","rail","place","travel"]},"railway_car":{"unicode":"1f683","unicode_alternates":"","name":"railway car","shortname":":railway_car:","category":"travel","emoji_order":"499","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","streetcar","trolley","coach","train","electric","place","tram","travel","trolleybus"]},"train":{"unicode":"1f68b","unicode_alternates":"","name":"tram car","shortname":":train:","category":"travel","emoji_order":"500","aliases":[],"aliases_ascii":[],"keywords":["rail","train","transit","vehicle","place","travel","trolleybus"]},"monorail":{"unicode":"1f69d","unicode_alternates":"","name":"monorail","shortname":":monorail:","category":"travel","emoji_order":"501","aliases":[],"aliases_ascii":[],"keywords":["transportation","train","mono","rail","transit","place","travel","vehicle"]},"bullettrain_side":{"unicode":"1f684","unicode_alternates":"","name":"high-speed train","shortname":":bullettrain_side:","category":"travel","emoji_order":"502","aliases":[],"aliases_ascii":[],"keywords":["transportation","train","bullet","rail","fast","transit","place","railway","shinkansen","speed","travel","vehicle"]},"bullettrain_front":{"unicode":"1f685","unicode_alternates":"","name":"high-speed train with bullet nose","shortname":":bullettrain_front:","category":"travel","emoji_order":"503","aliases":[],"aliases_ascii":[],"keywords":["transportation","train","bullet","rail","fast","transit","place","railway","shinkansen","speed","travel","vehicle"]},"light_rail":{"unicode":"1f688","unicode_alternates":"","name":"light rail","shortname":":light_rail:","category":"travel","emoji_order":"504","aliases":[],"aliases_ascii":[],"keywords":["transportation","train","transit","place","railway","travel","vehicle"]},"mountain_railway":{"unicode":"1f69e","unicode_alternates":"","name":"mountain railway","shortname":":mountain_railway:","category":"travel","emoji_order":"505","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","rail","train","transport","car","place","travel"]},"steam_locomotive":{"unicode":"1f682","unicode_alternates":"","name":"steam locomotive","shortname":":steam_locomotive:","category":"travel","emoji_order":"506","aliases":[],"aliases_ascii":[],"keywords":["train","transportation","engine","choo-choo","place","railway","travel","vehicle"]},"train2":{"unicode":"1f686","unicode_alternates":"","name":"train","shortname":":train2:","category":"travel","emoji_order":"507","aliases":[],"aliases_ascii":[],"keywords":["transportation","locomotive","rail","transit","vehicle","place","railway","travel"]},"metro":{"unicode":"1f687","unicode_alternates":"","name":"metro","shortname":":metro:","category":"travel","emoji_order":"508","aliases":[],"aliases_ascii":[],"keywords":["mrt","transportation","tube","underground","subway","train","railway","transit","place","travel","vehicle"]},"tram":{"unicode":"1f68a","unicode_alternates":"","name":"tram","shortname":":tram:","category":"travel","emoji_order":"509","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","streetcar","trolley","transit","place","travel","trolleybus"]},"station":{"unicode":"1f689","unicode_alternates":"","name":"station","shortname":":station:","category":"travel","emoji_order":"510","aliases":[],"aliases_ascii":[],"keywords":["public","transportation","train","subway","transit","place","railway","travel","vehicle"]},"helicopter":{"unicode":"1f681","unicode_alternates":"","name":"helicopter","shortname":":helicopter:","category":"travel","emoji_order":"511","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","heli","gyro","gyrocopter","place","travel"]},"airplane_small":{"unicode":"1f6e9","unicode_alternates":"1f6e9-fe0f","name":"small airplane","shortname":":airplane_small:","category":"travel","emoji_order":"512","aliases":[":small_airplane:"],"aliases_ascii":[],"keywords":["flight","transportation","vehicle","plane","airport","travel","airlines","fly","jet","jumbo","boeing","airbus","place"]},"airplane":{"unicode":"2708","unicode_alternates":"2708-fe0f","name":"airplane","shortname":":airplane:","category":"travel","emoji_order":"513","aliases":[],"aliases_ascii":[],"keywords":["flight","transportation","vehicle","plane","airport","travel","airlines","fly","jet","jumbo","boeing","airbus","place"]},"airplane_departure":{"unicode":"1f6eb","unicode_alternates":"","name":"airplane departure","shortname":":airplane_departure:","category":"travel","emoji_order":"514","aliases":[],"aliases_ascii":[],"keywords":["flight","transportation","vehicle","plane","airport","travel","airlines","fly","jet","jumbo","boeing","airbus","leaving","check-in","departures","place"]},"airplane_arriving":{"unicode":"1f6ec","unicode_alternates":"","name":"airplane arriving","shortname":":airplane_arriving:","category":"travel","emoji_order":"515","aliases":[],"aliases_ascii":[],"keywords":["flight","transportation","vehicle","plane","airport","travel","airlines","fly","jet","jumbo","boeing","airbus","arrivals","landing","place"]},"sailboat":{"unicode":"26f5","unicode_alternates":"26f5-fe0f","name":"sailboat","shortname":":sailboat:","category":"travel","emoji_order":"516","aliases":[],"aliases_ascii":[],"keywords":["transportation","cutter","catboat","dinghy","ketch","schooner","sloop","yawl","boat","place","resort","sea","travel","vehicle","yacht"]},"motorboat":{"unicode":"1f6e5","unicode_alternates":"1f6e5-fe0f","name":"motorboat","shortname":":motorboat:","category":"travel","emoji_order":"517","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","boat","speedboat","powerboat","place","travel"]},"speedboat":{"unicode":"1f6a4","unicode_alternates":"","name":"speedboat","shortname":":speedboat:","category":"travel","emoji_order":"518","aliases":[],"aliases_ascii":[],"keywords":["transportation","vehicle","motorboat","powerboat","boat","place","travel"]},"ferry":{"unicode":"26f4","unicode_alternates":"26f4-fe0f","name":"ferry","shortname":":ferry:","category":"travel","emoji_order":"519","aliases":[],"aliases_ascii":[],"keywords":["boat","place","travel"]},"cruise_ship":{"unicode":"1f6f3","unicode_alternates":"1f6f3-fe0f","name":"passenger ship","shortname":":cruise_ship:","category":"travel","emoji_order":"520","aliases":[":passenger_ship:"],"aliases_ascii":[],"keywords":["titanic","transportation","boat","place","travel","vehicle"]},"rocket":{"unicode":"1f680","unicode_alternates":"","name":"rocket","shortname":":rocket:","category":"travel","emoji_order":"521","aliases":[],"aliases_ascii":[],"keywords":["launch","ship","staffmode","space","spacecraft","astronaut","cosmonaut","place","travel","vehicle"]},"satellite_orbital":{"unicode":"1f6f0","unicode_alternates":"1f6f0-fe0f","name":"satellite","shortname":":satellite_orbital:","category":"travel","emoji_order":"522","aliases":[],"aliases_ascii":[],"keywords":["communication","orbital","space","place","vehicle"]},"seat":{"unicode":"1f4ba","unicode_alternates":"","name":"seat","shortname":":seat:","category":"travel","emoji_order":"523","aliases":[],"aliases_ascii":[],"keywords":["sit","chair","object","office","place","travel"]},"anchor":{"unicode":"2693","unicode_alternates":"2693-fe0f","name":"anchor","shortname":":anchor:","category":"travel","emoji_order":"524","aliases":[],"aliases_ascii":[],"keywords":["ferry","ship","boat","ocean","harbor","marina","shipyard","sailor","tattoo","place","tool","travel"]},"construction":{"unicode":"1f6a7","unicode_alternates":"","name":"construction sign","shortname":":construction:","category":"travel","emoji_order":"525","aliases":[],"aliases_ascii":[],"keywords":["caution","progress","wip","barrier","place","travel"]},"fuelpump":{"unicode":"26fd","unicode_alternates":"26fd-fe0f","name":"fuel pump","shortname":":fuelpump:","category":"travel","emoji_order":"526","aliases":[],"aliases_ascii":[],"keywords":["gas","station","petroleum","diesel","fuelpump","place","travel"]},"busstop":{"unicode":"1f68f","unicode_alternates":"","name":"bus stop","shortname":":busstop:","category":"travel","emoji_order":"527","aliases":[],"aliases_ascii":[],"keywords":["transportation","city","public","busstop","place","travel"]},"vertical_traffic_light":{"unicode":"1f6a6","unicode_alternates":"","name":"vertical traffic light","shortname":":vertical_traffic_light:","category":"travel","emoji_order":"528","aliases":[],"aliases_ascii":[],"keywords":["transportation","stop","go","yield","sign","place","signal","travel"]},"traffic_light":{"unicode":"1f6a5","unicode_alternates":"","name":"horizontal traffic light","shortname":":traffic_light:","category":"travel","emoji_order":"529","aliases":[],"aliases_ascii":[],"keywords":["transportation","stop","go","yield","sign","place","signal","travel"]},"checkered_flag":{"unicode":"1f3c1","unicode_alternates":"","name":"chequered flag","shortname":":checkered_flag:","category":"travel","emoji_order":"530","aliases":[],"aliases_ascii":[],"keywords":["contest","finishline","gokart","checkered","race","flag","finish","complete","end","object","place","racing","sport"]},"ship":{"unicode":"1f6a2","unicode_alternates":"","name":"ship","shortname":":ship:","category":"travel","emoji_order":"531","aliases":[],"aliases_ascii":[],"keywords":["titanic","transportation","ferry","boat","yacht","place","travel","vehicle"]},"ferris_wheel":{"unicode":"1f3a1","unicode_alternates":"","name":"ferris wheel","shortname":":ferris_wheel:","category":"travel","emoji_order":"532","aliases":[],"aliases_ascii":[],"keywords":["carnival","londoneye","farris","amusement","park","fair","ride","entertainment","activity","amusement park","place"]},"roller_coaster":{"unicode":"1f3a2","unicode_alternates":"","name":"roller coaster","shortname":":roller_coaster:","category":"travel","emoji_order":"533","aliases":[],"aliases_ascii":[],"keywords":["carnival","fun","playground","amusement","park","fair","ride","entertainment","activity","amusement park","place"]},"carousel_horse":{"unicode":"1f3a0","unicode_alternates":"","name":"carousel horse","shortname":":carousel_horse:","category":"travel","emoji_order":"534","aliases":[],"aliases_ascii":[],"keywords":["carnival","amusement","park","ride","entertainment","fair","activity","place"]},"construction_site":{"unicode":"1f3d7","unicode_alternates":"1f3d7-fe0f","name":"building construction","shortname":":construction_site:","category":"travel","emoji_order":"535","aliases":[":building_construction:"],"aliases_ascii":[],"keywords":["site","work","place"]},"foggy":{"unicode":"1f301","unicode_alternates":"","name":"foggy","shortname":":foggy:","category":"travel","emoji_order":"536","aliases":[],"aliases_ascii":[],"keywords":["mountain","bridge","weather","fog","nature","place"]},"tokyo_tower":{"unicode":"1f5fc","unicode_alternates":"","name":"tokyo tower","shortname":":tokyo_tower:","category":"travel","emoji_order":"537","aliases":[],"aliases_ascii":[],"keywords":["japan","place"]},"factory":{"unicode":"1f3ed","unicode_alternates":"","name":"factory","shortname":":factory:","category":"travel","emoji_order":"538","aliases":[],"aliases_ascii":[],"keywords":["building","production","manufacturing","place"]},"fountain":{"unicode":"26f2","unicode_alternates":"26f2-fe0f","name":"fountain","shortname":":fountain:","category":"travel","emoji_order":"539","aliases":[],"aliases_ascii":[],"keywords":["water","display","art","feature","decor","architecture","object","place"]},"rice_scene":{"unicode":"1f391","unicode_alternates":"","name":"moon viewing ceremony","shortname":":rice_scene:","category":"travel","emoji_order":"540","aliases":[],"aliases_ascii":[],"keywords":["observing","otsukimi","tsukimi","rice","scene","festival","autumn","activity","celebration","entertainment","nature","object"]},"mountain":{"unicode":"26f0","unicode_alternates":"26f0-fe0f","name":"mountain","shortname":":mountain:","category":"travel","emoji_order":"541","aliases":[],"aliases_ascii":[],"keywords":["place"]},"mountain_snow":{"unicode":"1f3d4","unicode_alternates":"1f3d4-fe0f","name":"snow capped mountain","shortname":":mountain_snow:","category":"travel","emoji_order":"542","aliases":[":snow_capped_mountain:"],"aliases_ascii":[],"keywords":["cold","elevation","hiking","peak","nature","place"]},"mount_fuji":{"unicode":"1f5fb","unicode_alternates":"","name":"mount fuji","shortname":":mount_fuji:","category":"travel","emoji_order":"543","aliases":[],"aliases_ascii":[],"keywords":["japan","mountain","nature","peak","place"]},"volcano":{"unicode":"1f30b","unicode_alternates":"","name":"volcano","shortname":":volcano:","category":"travel","emoji_order":"544","aliases":[],"aliases_ascii":[],"keywords":["nature","volcano","lava","magma","hot","explode","eruption","mountain","place","weather"]},"japan":{"unicode":"1f5fe","unicode_alternates":"","name":"silhouette of japan","shortname":":japan:","category":"travel","emoji_order":"545","aliases":[],"aliases_ascii":[],"keywords":["nation","island","map","place"]},"camping":{"unicode":"1f3d5","unicode_alternates":"1f3d5-fe0f","name":"camping","shortname":":camping:","category":"travel","emoji_order":"546","aliases":[],"aliases_ascii":[],"keywords":["outdoors","nature","wilderness","roughing","activity","place"]},"tent":{"unicode":"26fa","unicode_alternates":"26fa-fe0f","name":"tent","shortname":":tent:","category":"travel","emoji_order":"547","aliases":[],"aliases_ascii":[],"keywords":["camp","outdoors","pup","camping","object","place"]},"park":{"unicode":"1f3de","unicode_alternates":"1f3de-fe0f","name":"national park","shortname":":park:","category":"travel","emoji_order":"548","aliases":[":national_park:"],"aliases_ascii":[],"keywords":["woods","nature","wildlife","forest","wilderness","national","national park","place"]},"motorway":{"unicode":"1f6e3","unicode_alternates":"1f6e3-fe0f","name":"motorway","shortname":":motorway:","category":"travel","emoji_order":"549","aliases":[],"aliases_ascii":[],"keywords":["road","highway","freeway","traffic","travel","place"]},"railway_track":{"unicode":"1f6e4","unicode_alternates":"1f6e4-fe0f","name":"railway track","shortname":":railway_track:","category":"travel","emoji_order":"550","aliases":[":railroad_track:"],"aliases_ascii":[],"keywords":["train","trolley","subway","locomotive","transit","place","travel"]},"sunrise":{"unicode":"1f305","unicode_alternates":"","name":"sunrise","shortname":":sunrise:","category":"travel","emoji_order":"551","aliases":[],"aliases_ascii":[],"keywords":["morning","vacation","view","sun","morning","color","sky","nature","place","time","weather"]},"sunrise_over_mountains":{"unicode":"1f304","unicode_alternates":"","name":"sunrise over mountains","shortname":":sunrise_over_mountains:","category":"travel","emoji_order":"552","aliases":[],"aliases_ascii":[],"keywords":["vacation","view","sun","morning","rural","color","sky","mountain","nature","place","time","weather"]},"desert":{"unicode":"1f3dc","unicode_alternates":"1f3dc-fe0f","name":"desert","shortname":":desert:","category":"travel","emoji_order":"553","aliases":[],"aliases_ascii":[],"keywords":["hot","dry","sandy","cactus","sunny","barren","nature","place"]},"beach":{"unicode":"1f3d6","unicode_alternates":"1f3d6-fe0f","name":"beach with umbrella","shortname":":beach:","category":"travel","emoji_order":"554","aliases":[":beach_with_umbrella:"],"aliases_ascii":[],"keywords":["sand","sun","surf","vacation","relaxation","tanning","tan","swimming","nature","place"]},"island":{"unicode":"1f3dd","unicode_alternates":"1f3dd-fe0f","name":"desert island","shortname":":island:","category":"travel","emoji_order":"555","aliases":[":desert_island:"],"aliases_ascii":[],"keywords":["land","solitude","alone","nature","place"]},"city_sunset":{"unicode":"1f307","unicode_alternates":"","name":"sunset over buildings","shortname":":city_sunset:","category":"travel","emoji_order":"556","aliases":[":city_sunrise:"],"aliases_ascii":[],"keywords":["city","scape","light","metropolitan","rise","sun","dusk","evening","building","nature","place","time","weather"]},"city_dusk":{"unicode":"1f306","unicode_alternates":"","name":"cityscape at dusk","shortname":":city_dusk:","category":"travel","emoji_order":"557","aliases":[],"aliases_ascii":[],"keywords":["city","scape","sunset","lights","evening","metropolitan","night","dark","building","landscape","nature","place","sun","time","weather"]},"cityscape":{"unicode":"1f3d9","unicode_alternates":"1f3d9-fe0f","name":"cityscape","shortname":":cityscape:","category":"travel","emoji_order":"558","aliases":[],"aliases_ascii":[],"keywords":["skyscraper","city","view","lights","buildings","metropolis","building","place"]},"night_with_stars":{"unicode":"1f303","unicode_alternates":"","name":"night with stars","shortname":":night_with_stars:","category":"travel","emoji_order":"559","aliases":[],"aliases_ascii":[],"keywords":["cloudless","evening","planets","space","sky","nature","place","star","weather"]},"bridge_at_night":{"unicode":"1f309","unicode_alternates":"","name":"bridge at night","shortname":":bridge_at_night:","category":"travel","emoji_order":"560","aliases":[],"aliases_ascii":[],"keywords":["san francisco","water","road","evening","suspension","golden","nature","place","weather"]},"milky_way":{"unicode":"1f30c","unicode_alternates":"","name":"milky way","shortname":":milky_way:","category":"travel","emoji_order":"561","aliases":[],"aliases_ascii":[],"keywords":["outer","space","galaxy","stars","planets","sky","milky way","nature","place","weather"]},"stars":{"unicode":"1f320","unicode_alternates":"","name":"shooting star","shortname":":stars:","category":"travel","emoji_order":"562","aliases":[],"aliases_ascii":[],"keywords":["night","shoot","sky","comet","meteoroid","activity","falling","nature","place","space"]},"sparkler":{"unicode":"1f387","unicode_alternates":"","name":"firework sparkler","shortname":":sparkler:","category":"travel","emoji_order":"563","aliases":[],"aliases_ascii":[],"keywords":["night","shine","stars","activity","celebration","entertainment","fireworks","object","sparkle"]},"fireworks":{"unicode":"1f386","unicode_alternates":"","name":"fireworks","shortname":":fireworks:","category":"travel","emoji_order":"564","aliases":[],"aliases_ascii":[],"keywords":["carnival","congratulations","festival","independence","celebration","explosion","july","4th","rocket","sky","idea","excitement","activity","entertainment","object"]},"rainbow":{"unicode":"1f308","unicode_alternates":"","name":"rainbow","shortname":":rainbow:","category":"travel","emoji_order":"565","aliases":[],"aliases_ascii":[],"keywords":["happy","nature","sky","unicorn","color","pride","diversity","spectrum","refract","leprechaun","gold","rain","weather"]},"homes":{"unicode":"1f3d8","unicode_alternates":"1f3d8-fe0f","name":"house buildings","shortname":":homes:","category":"travel","emoji_order":"566","aliases":[":house_buildings:"],"aliases_ascii":[],"keywords":["home","residence","dwelling","mansion","bungalow","ranch","craftsman","building","place"]},"european_castle":{"unicode":"1f3f0","unicode_alternates":"","name":"european castle","shortname":":european_castle:","category":"travel","emoji_order":"567","aliases":[],"aliases_ascii":[],"keywords":["building","history","residence","royalty","disneyland","disney","fort","fortified","moat","tower","princess","prince","lord","king","queen","fortress","nobel","stronghold","place"]},"japanese_castle":{"unicode":"1f3ef","unicode_alternates":"","name":"japanese castle","shortname":":japanese_castle:","category":"travel","emoji_order":"568","aliases":[],"aliases_ascii":[],"keywords":["building","residence","royalty","fort","fortified","fortress","history","place"]},"stadium":{"unicode":"1f3df","unicode_alternates":"1f3df-fe0f","name":"stadium","shortname":":stadium:","category":"travel","emoji_order":"569","aliases":[],"aliases_ascii":[],"keywords":["sport","event","concert","convention","game","place"]},"statue_of_liberty":{"unicode":"1f5fd","unicode_alternates":"","name":"statue of liberty","shortname":":statue_of_liberty:","category":"travel","emoji_order":"570","aliases":[],"aliases_ascii":[],"keywords":["american","new york","staten island","place"]},"house":{"unicode":"1f3e0","unicode_alternates":"","name":"house building","shortname":":house:","category":"travel","emoji_order":"571","aliases":[],"aliases_ascii":[],"keywords":["home","residence","dwelling","mansion","bungalow","ranch","craftsman","place"]},"house_with_garden":{"unicode":"1f3e1","unicode_alternates":"","name":"house with garden","shortname":":house_with_garden:","category":"travel","emoji_order":"572","aliases":[],"aliases_ascii":[],"keywords":["home","nature","plant","yard","residence","dwelling","mansion","bungalow","ranch","craftsman","building","place"]},"house_abandoned":{"unicode":"1f3da","unicode_alternates":"1f3da-fe0f","name":"derelict house building","shortname":":house_abandoned:","category":"travel","emoji_order":"573","aliases":[":derelict_house_building:"],"aliases_ascii":[],"keywords":["home","residence","dwelling","mansion","bungalow","ranch","craftsman","boarded","abandoned","vacant","run down","shoddy","place"]},"office":{"unicode":"1f3e2","unicode_alternates":"","name":"office building","shortname":":office:","category":"travel","emoji_order":"574","aliases":[],"aliases_ascii":[],"keywords":["building","bureau","work","place"]},"department_store":{"unicode":"1f3ec","unicode_alternates":"","name":"department store","shortname":":department_store:","category":"travel","emoji_order":"575","aliases":[],"aliases_ascii":[],"keywords":["building","mall","shopping","retail","sale","merchandise","place"]},"post_office":{"unicode":"1f3e3","unicode_alternates":"","name":"japanese post office","shortname":":post_office:","category":"travel","emoji_order":"576","aliases":[],"aliases_ascii":[],"keywords":["building","letter","shipping","package","mail","place"]},"european_post_office":{"unicode":"1f3e4","unicode_alternates":"","name":"european post office","shortname":":european_post_office:","category":"travel","emoji_order":"577","aliases":[],"aliases_ascii":[],"keywords":["building","letter","shipping","package","mail","place"]},"hospital":{"unicode":"1f3e5","unicode_alternates":"","name":"hospital","shortname":":hospital:","category":"travel","emoji_order":"578","aliases":[],"aliases_ascii":[],"keywords":["building","doctor","health","surgery","medicine","place"]},"bank":{"unicode":"1f3e6","unicode_alternates":"","name":"bank","shortname":":bank:","category":"travel","emoji_order":"579","aliases":[],"aliases_ascii":[],"keywords":["building","money","savings","loan","place"]},"hotel":{"unicode":"1f3e8","unicode_alternates":"","name":"hotel","shortname":":hotel:","category":"travel","emoji_order":"580","aliases":[],"aliases_ascii":[],"keywords":["accomodation","building","checkin","motel","holiday inn","place"]},"convenience_store":{"unicode":"1f3ea","unicode_alternates":"","name":"convenience store","shortname":":convenience_store:","category":"travel","emoji_order":"581","aliases":[],"aliases_ascii":[],"keywords":["building","bodega","7-eleven","corner","place"]},"school":{"unicode":"1f3eb","unicode_alternates":"","name":"school","shortname":":school:","category":"travel","emoji_order":"582","aliases":[],"aliases_ascii":[],"keywords":["building","university","elementary","middle","high","college","teach","education","place"]},"love_hotel":{"unicode":"1f3e9","unicode_alternates":"","name":"love hotel","shortname":":love_hotel:","category":"travel","emoji_order":"583","aliases":[],"aliases_ascii":[],"keywords":["affection","dating","like","sex","romance","leisure","adultery","prostitution","happy","no-tell","building","place"]},"wedding":{"unicode":"1f492","unicode_alternates":"","name":"wedding","shortname":":wedding:","category":"travel","emoji_order":"584","aliases":[],"aliases_ascii":[],"keywords":["affection","bride","couple","groom","like","love","marriage","union","activity","chapel","place","romance"]},"classical_building":{"unicode":"1f3db","unicode_alternates":"1f3db-fe0f","name":"classical building","shortname":":classical_building:","category":"travel","emoji_order":"585","aliases":[],"aliases_ascii":[],"keywords":["government","architecture","history","iconic","genre","place"]},"church":{"unicode":"26ea","unicode_alternates":"26ea-fe0f","name":"church","shortname":":church:","category":"travel","emoji_order":"586","aliases":[],"aliases_ascii":[],"keywords":["building","christ","religion","christian","cross","place"]},"mosque":{"unicode":"1f54c","unicode_alternates":"","name":"mosque","shortname":":mosque:","category":"travel","emoji_order":"587","aliases":[],"aliases_ascii":[],"keywords":[]},"synagogue":{"unicode":"1f54d","unicode_alternates":"","name":"synagogue","shortname":":synagogue:","category":"travel","emoji_order":"588","aliases":[],"aliases_ascii":[],"keywords":[]},"kaaba":{"unicode":"1f54b","unicode_alternates":"","name":"kaaba","shortname":":kaaba:","category":"travel","emoji_order":"589","aliases":[],"aliases_ascii":[],"keywords":[]},"shinto_shrine":{"unicode":"26e9","unicode_alternates":"26e9-fe0f","name":"shinto shrine","shortname":":shinto_shrine:","category":"travel","emoji_order":"590","aliases":[],"aliases_ascii":[],"keywords":["religion","symbol"]},"watch":{"unicode":"231a","unicode_alternates":"231a-fe0f","name":"watch","shortname":":watch:","category":"objects","emoji_order":"591","aliases":[],"aliases_ascii":[],"keywords":["accessories","time","gadget","clock","object"]},"iphone":{"unicode":"1f4f1","unicode_alternates":"","name":"mobile phone","shortname":":iphone:","category":"objects","emoji_order":"592","aliases":[],"aliases_ascii":[],"keywords":["apple","dial","gadget","technology","iphone","call","cell","communication","object","telephone"]},"calling":{"unicode":"1f4f2","unicode_alternates":"","name":"mobile phone with rightwards arrow at left","shortname":":calling:","category":"objects","emoji_order":"593","aliases":[],"aliases_ascii":[],"keywords":["incoming","iphone","call","cell","communication","object","receive","telephone"]},"computer":{"unicode":"1f4bb","unicode_alternates":"","name":"personal computer","shortname":":computer:","category":"objects","emoji_order":"594","aliases":[],"aliases_ascii":[],"keywords":["laptop","tech","object","office","pc"]},"keyboard":{"unicode":"2328","unicode_alternates":"2328-fe0f","name":"keyboard","shortname":":keyboard:","category":"objects","emoji_order":"595","aliases":[],"aliases_ascii":[],"keywords":["typing","keys","input","device","computer","object","sign"]},"desktop":{"unicode":"1f5a5","unicode_alternates":"1f5a5-fe0f","name":"desktop computer","shortname":":desktop:","category":"objects","emoji_order":"596","aliases":[":desktop_computer:"],"aliases_ascii":[],"keywords":["cpu","object","office"]},"printer":{"unicode":"1f5a8","unicode_alternates":"1f5a8-fe0f","name":"printer","shortname":":printer:","category":"objects","emoji_order":"597","aliases":[],"aliases_ascii":[],"keywords":["hardcopy","paper","inkjet","laser","computer","object","office"]},"mouse_three_button":{"unicode":"1f5b1","unicode_alternates":"1f5b1-fe0f","name":"three button mouse","shortname":":mouse_three_button:","category":"objects","emoji_order":"598","aliases":[":three_button_mouse:"],"aliases_ascii":[],"keywords":["3","computer","object","office"]},"trackball":{"unicode":"1f5b2","unicode_alternates":"1f5b2-fe0f","name":"trackball","shortname":":trackball:","category":"objects","emoji_order":"599","aliases":[],"aliases_ascii":[],"keywords":["input","device","gadget","computer","object","office"]},"joystick":{"unicode":"1f579","unicode_alternates":"1f579-fe0f","name":"joystick","shortname":":joystick:","category":"objects","emoji_order":"600","aliases":[],"aliases_ascii":[],"keywords":["games","atari","controller","entertainment","game","object","video game"]},"compression":{"unicode":"1f5dc","unicode_alternates":"1f5dc-fe0f","name":"compression","shortname":":compression:","category":"objects","emoji_order":"601","aliases":[],"aliases_ascii":[],"keywords":["reduce","object","tool","vice"]},"minidisc":{"unicode":"1f4bd","unicode_alternates":"","name":"minidisc","shortname":":minidisc:","category":"objects","emoji_order":"602","aliases":[],"aliases_ascii":[],"keywords":["data","disc","disk","record","technology","computer","entertainment","minidisk","object","office","optical"]},"floppy_disk":{"unicode":"1f4be","unicode_alternates":"","name":"floppy disk","shortname":":floppy_disk:","category":"objects","emoji_order":"603","aliases":[],"aliases_ascii":[],"keywords":["oldschool","save","technology","storage","information","computer","drive","kilobyte","object","office"]},"cd":{"unicode":"1f4bf","unicode_alternates":"","name":"optical disc","shortname":":cd:","category":"objects","emoji_order":"604","aliases":[],"aliases_ascii":[],"keywords":["disc","disk","dvd","technology","blu-ray","cd","computer","object","office"]},"dvd":{"unicode":"1f4c0","unicode_alternates":"","name":"dvd","shortname":":dvd:","category":"objects","emoji_order":"605","aliases":[],"aliases_ascii":[],"keywords":["cd","disc","disk","technology","blu-ray","computer","entertainment","object","office","optical"]},"vhs":{"unicode":"1f4fc","unicode_alternates":"","name":"videocassette","shortname":":vhs:","category":"objects","emoji_order":"606","aliases":[],"aliases_ascii":[],"keywords":["oldschool","record","video","entertainment","object","tape","vhs"]},"camera":{"unicode":"1f4f7","unicode_alternates":"","name":"camera","shortname":":camera:","category":"objects","emoji_order":"607","aliases":[],"aliases_ascii":[],"keywords":["gadget","photo","picture","entertainment","object","video"]},"camera_with_flash":{"unicode":"1f4f8","unicode_alternates":"","name":"camera with flash","shortname":":camera_with_flash:","category":"objects","emoji_order":"608","aliases":[],"aliases_ascii":[],"keywords":["photo","picture","object","video"]},"video_camera":{"unicode":"1f4f9","unicode_alternates":"","name":"video camera","shortname":":video_camera:","category":"objects","emoji_order":"609","aliases":[],"aliases_ascii":[],"keywords":["film","record","camcorder","entertainment","object"]},"movie_camera":{"unicode":"1f3a5","unicode_alternates":"","name":"movie camera","shortname":":movie_camera:","category":"objects","emoji_order":"610","aliases":[],"aliases_ascii":[],"keywords":["film","record","video","motion","picture","activity","cinema","entertainment","object"]},"projector":{"unicode":"1f4fd","unicode_alternates":"1f4fd-fe0f","name":"film projector","shortname":":projector:","category":"objects","emoji_order":"611","aliases":[":film_projector:"],"aliases_ascii":[],"keywords":["movie","video","motion","picture","8mm","16mm","cinema","entertainment","object"]},"film_frames":{"unicode":"1f39e","unicode_alternates":"1f39e-fe0f","name":"film frames","shortname":":film_frames:","category":"objects","emoji_order":"612","aliases":[],"aliases_ascii":[],"keywords":["movie","record","8mm","16mm","reel","celluloid","cinema","entertainment","object"]},"telephone_receiver":{"unicode":"1f4de","unicode_alternates":"","name":"telephone receiver","shortname":":telephone_receiver:","category":"objects","emoji_order":"613","aliases":[],"aliases_ascii":[],"keywords":["communication","dial","technology","phone","object","sound"]},"telephone":{"unicode":"260e","unicode_alternates":"260e-fe0f","name":"black telephone","shortname":":telephone:","category":"objects","emoji_order":"614","aliases":[],"aliases_ascii":[],"keywords":["communication","dial","technology","phone","object","office","sound"]},"pager":{"unicode":"1f4df","unicode_alternates":"","name":"pager","shortname":":pager:","category":"objects","emoji_order":"615","aliases":[],"aliases_ascii":[],"keywords":["bbcall","oldschool","communication","object","office"]},"fax":{"unicode":"1f4e0","unicode_alternates":"","name":"fax machine","shortname":":fax:","category":"objects","emoji_order":"616","aliases":[],"aliases_ascii":[],"keywords":["communication","technology","object","office"]},"tv":{"unicode":"1f4fa","unicode_alternates":"","name":"television","shortname":":tv:","category":"objects","emoji_order":"617","aliases":[],"aliases_ascii":[],"keywords":["oldschool","program","show","technology","tv","entertainment","object","video"]},"radio":{"unicode":"1f4fb","unicode_alternates":"","name":"radio","shortname":":radio:","category":"objects","emoji_order":"618","aliases":[],"aliases_ascii":[],"keywords":["communication","music","podcast","program","entertainment","object","video"]},"microphone2":{"unicode":"1f399","unicode_alternates":"1f399-fe0f","name":"studio microphone","shortname":":microphone2:","category":"objects","emoji_order":"619","aliases":[":studio_microphone:"],"aliases_ascii":[],"keywords":["mic","audio","recording","music","object","sound"]},"level_slider":{"unicode":"1f39a","unicode_alternates":"1f39a-fe0f","name":"level slider","shortname":":level_slider:","category":"objects","emoji_order":"620","aliases":[],"aliases_ascii":[],"keywords":["controls","music","object","sound"]},"control_knobs":{"unicode":"1f39b","unicode_alternates":"1f39b-fe0f","name":"control knobs","shortname":":control_knobs:","category":"objects","emoji_order":"621","aliases":[],"aliases_ascii":[],"keywords":["dial","music","object","sound"]},"stopwatch":{"unicode":"23f1","unicode_alternates":"23f1-fe0f","name":"stopwatch","shortname":":stopwatch:","category":"objects","emoji_order":"622","aliases":[],"aliases_ascii":[],"keywords":["clock","object","time"]},"timer":{"unicode":"23f2","unicode_alternates":"23f2-fe0f","name":"timer clock","shortname":":timer:","category":"objects","emoji_order":"623","aliases":[":timer_clock:"],"aliases_ascii":[],"keywords":["object","time"]},"alarm_clock":{"unicode":"23f0","unicode_alternates":"","name":"alarm clock","shortname":":alarm_clock:","category":"objects","emoji_order":"624","aliases":[],"aliases_ascii":[],"keywords":["time","wake","object"]},"clock":{"unicode":"1f570","unicode_alternates":"1f570-fe0f","name":"mantlepiece clock","shortname":":clock:","category":"objects","emoji_order":"625","aliases":[":mantlepiece_clock:"],"aliases_ascii":[],"keywords":["time","object"]},"hourglass_flowing_sand":{"unicode":"23f3","unicode_alternates":"","name":"hourglass with flowing sand","shortname":":hourglass_flowing_sand:","category":"objects","emoji_order":"626","aliases":[],"aliases_ascii":[],"keywords":["countdown","oldschool","time","object","timer"]},"hourglass":{"unicode":"231b","unicode_alternates":"231b-fe0f","name":"hourglass","shortname":":hourglass:","category":"objects","emoji_order":"627","aliases":[],"aliases_ascii":[],"keywords":["clock","oldschool","time","object","sand","timer"]},"satellite":{"unicode":"1f4e1","unicode_alternates":"","name":"satellite antenna","shortname":":satellite:","category":"objects","emoji_order":"628","aliases":[],"aliases_ascii":[],"keywords":["communication","dish","object","office"]},"battery":{"unicode":"1f50b","unicode_alternates":"","name":"battery","shortname":":battery:","category":"objects","emoji_order":"629","aliases":[],"aliases_ascii":[],"keywords":["energy","power","sustain","object"]},"electric_plug":{"unicode":"1f50c","unicode_alternates":"","name":"electric plug","shortname":":electric_plug:","category":"objects","emoji_order":"630","aliases":[],"aliases_ascii":[],"keywords":["charger","power","electricity","object"]},"bulb":{"unicode":"1f4a1","unicode_alternates":"","name":"electric light bulb","shortname":":bulb:","category":"objects","emoji_order":"631","aliases":[],"aliases_ascii":[],"keywords":["electricity","idea","comic","object"]},"flashlight":{"unicode":"1f526","unicode_alternates":"","name":"electric torch","shortname":":flashlight:","category":"objects","emoji_order":"632","aliases":[],"aliases_ascii":[],"keywords":["dark","flashlight","light","object","tool"]},"candle":{"unicode":"1f56f","unicode_alternates":"1f56f-fe0f","name":"candle","shortname":":candle:","category":"objects","emoji_order":"633","aliases":[],"aliases_ascii":[],"keywords":["light","wax","object"]},"wastebasket":{"unicode":"1f5d1","unicode_alternates":"1f5d1-fe0f","name":"wastebasket","shortname":":wastebasket:","category":"objects","emoji_order":"634","aliases":[],"aliases_ascii":[],"keywords":["trash","garbage","dispose","object","office"]},"oil":{"unicode":"1f6e2","unicode_alternates":"1f6e2-fe0f","name":"oil drum","shortname":":oil:","category":"objects","emoji_order":"635","aliases":[":oil_drum:"],"aliases_ascii":[],"keywords":["petroleum","object"]},"money_with_wings":{"unicode":"1f4b8","unicode_alternates":"","name":"money with wings","shortname":":money_with_wings:","category":"objects","emoji_order":"636","aliases":[],"aliases_ascii":[],"keywords":["bills","dollar","payment","spend","work","lost","blown","burned","gift","cash","dollar","bank","banknote","bill","fly","note","object","office"]},"dollar":{"unicode":"1f4b5","unicode_alternates":"","name":"banknote with dollar sign","shortname":":dollar:","category":"objects","emoji_order":"637","aliases":[],"aliases_ascii":[],"keywords":["bill","currency","money","united states","canada","australia","paper","cash","bank","note","object","office"]},"yen":{"unicode":"1f4b4","unicode_alternates":"","name":"banknote with yen sign","shortname":":yen:","category":"objects","emoji_order":"638","aliases":[],"aliases_ascii":[],"keywords":["currency","dollar","japanese","money","japan","paper","cash","bill","bank","note","object","office"]},"euro":{"unicode":"1f4b6","unicode_alternates":"","name":"banknote with euro sign","shortname":":euro:","category":"objects","emoji_order":"639","aliases":[],"aliases_ascii":[],"keywords":["currency","dollar","money","europe","paper","cash","bill","bank","note","object","office"]},"pound":{"unicode":"1f4b7","unicode_alternates":"","name":"banknote with pound sign","shortname":":pound:","category":"objects","emoji_order":"640","aliases":[],"aliases_ascii":[],"keywords":["bill","british","currency","england","money","sterling","uk","britain","paper","cash","bank","note","object","office"]},"moneybag":{"unicode":"1f4b0","unicode_alternates":"","name":"money bag","shortname":":moneybag:","category":"objects","emoji_order":"641","aliases":[],"aliases_ascii":[],"keywords":["coins","dollar","payment","cash","loot","moneybag","object","office"]},"credit_card":{"unicode":"1f4b3","unicode_alternates":"","name":"credit card","shortname":":credit_card:","category":"objects","emoji_order":"642","aliases":[],"aliases_ascii":[],"keywords":["bill","dollar","money","pay","payment","loan","purchase","shopping","mastercard","visa","american express","wallet","signature","bank","object","office"]},"gem":{"unicode":"1f48e","unicode_alternates":"","name":"gem stone","shortname":":gem:","category":"objects","emoji_order":"643","aliases":[],"aliases_ascii":[],"keywords":["blue","ruby","precious","diamond","emotion","jewel","object","person","romance"]},"scales":{"unicode":"2696","unicode_alternates":"2696-fe0f","name":"scales","shortname":":scales:","category":"objects","emoji_order":"644","aliases":[],"aliases_ascii":[],"keywords":["balance","justice","libra","object","tool","weight","zodiac"]},"wrench":{"unicode":"1f527","unicode_alternates":"","name":"wrench","shortname":":wrench:","category":"objects","emoji_order":"645","aliases":[],"aliases_ascii":[],"keywords":["diy","ikea","tools","object","tool"]},"hammer":{"unicode":"1f528","unicode_alternates":"","name":"hammer","shortname":":hammer:","category":"objects","emoji_order":"646","aliases":[],"aliases_ascii":[],"keywords":["done","judge","law","ruling","tools","verdict","object","tool"]},"hammer_pick":{"unicode":"2692","unicode_alternates":"2692-fe0f","name":"hammer and pick","shortname":":hammer_pick:","category":"objects","emoji_order":"647","aliases":[":hammer_and_pick:"],"aliases_ascii":[],"keywords":["object","tool"]},"tools":{"unicode":"1f6e0","unicode_alternates":"1f6e0-fe0f","name":"hammer and wrench","shortname":":tools:","category":"objects","emoji_order":"648","aliases":[":hammer_and_wrench:"],"aliases_ascii":[],"keywords":["tools","object","tool"]},"pick":{"unicode":"26cf","unicode_alternates":"26cf-fe0f","name":"pick","shortname":":pick:","category":"objects","emoji_order":"649","aliases":[],"aliases_ascii":[],"keywords":["mining","object","tool"]},"nut_and_bolt":{"unicode":"1f529","unicode_alternates":"","name":"nut and bolt","shortname":":nut_and_bolt:","category":"objects","emoji_order":"650","aliases":[],"aliases_ascii":[],"keywords":["tools","object","tool"]},"gear":{"unicode":"2699","unicode_alternates":"2699-fe0f","name":"gear","shortname":":gear:","category":"objects","emoji_order":"651","aliases":[],"aliases_ascii":[],"keywords":["object","tool"]},"chains":{"unicode":"26d3","unicode_alternates":"26d3-fe0f","name":"chains","shortname":":chains:","category":"objects","emoji_order":"652","aliases":[],"aliases_ascii":[],"keywords":["chain","object"]},"gun":{"unicode":"1f52b","unicode_alternates":"","name":"pistol","shortname":":gun:","category":"objects","emoji_order":"653","aliases":[],"aliases_ascii":[],"keywords":["violence","weapon","gun","object","revolver","tool"]},"bomb":{"unicode":"1f4a3","unicode_alternates":"","name":"bomb","shortname":":bomb:","category":"objects","emoji_order":"654","aliases":[],"aliases_ascii":[],"keywords":["boom","explode","comic","object"]},"knife":{"unicode":"1f52a","unicode_alternates":"","name":"hocho","shortname":":knife:","category":"objects","emoji_order":"655","aliases":[],"aliases_ascii":[],"keywords":["blade","cooking","knife","object","tool","weapon"]},"dagger":{"unicode":"1f5e1","unicode_alternates":"1f5e1-fe0f","name":"dagger knife","shortname":":dagger:","category":"objects","emoji_order":"656","aliases":[":dagger_knife:"],"aliases_ascii":[],"keywords":["blade","knife","object","weapon"]},"crossed_swords":{"unicode":"2694","unicode_alternates":"2694-fe0f","name":"crossed swords","shortname":":crossed_swords:","category":"objects","emoji_order":"657","aliases":[],"aliases_ascii":[],"keywords":["object","weapon"]},"shield":{"unicode":"1f6e1","unicode_alternates":"1f6e1-fe0f","name":"shield","shortname":":shield:","category":"objects","emoji_order":"658","aliases":[],"aliases_ascii":[],"keywords":["interstate","route","sign","highway","interstate","object","weapon"]},"smoking":{"unicode":"1f6ac","unicode_alternates":"","name":"smoking symbol","shortname":":smoking:","category":"objects","emoji_order":"659","aliases":[],"aliases_ascii":[],"keywords":["cigarette","kills","tobacco","smoke","cancer","lungs","inhale","tar","nicotine","activity","object"]},"skull_crossbones":{"unicode":"2620","unicode_alternates":"2620-fe0f","name":"skull and crossbones","shortname":":skull_crossbones:","category":"objects","emoji_order":"660","aliases":[":skull_and_crossbones:"],"aliases_ascii":[],"keywords":["body","death","face","monster","person"]},"coffin":{"unicode":"26b0","unicode_alternates":"26b0-fe0f","name":"coffin","shortname":":coffin:","category":"objects","emoji_order":"661","aliases":[],"aliases_ascii":[],"keywords":["death","object"]},"urn":{"unicode":"26b1","unicode_alternates":"26b1-fe0f","name":"funeral urn","shortname":":urn:","category":"objects","emoji_order":"662","aliases":[":funeral_urn:"],"aliases_ascii":[],"keywords":["death","object"]},"amphora":{"unicode":"1f3fa","unicode_alternates":"","name":"amphora","shortname":":amphora:","category":"objects","emoji_order":"663","aliases":[],"aliases_ascii":[],"keywords":[]},"crystal_ball":{"unicode":"1f52e","unicode_alternates":"","name":"crystal ball","shortname":":crystal_ball:","category":"objects","emoji_order":"664","aliases":[],"aliases_ascii":[],"keywords":["fortune","future","reading","fairy tale","fantasy","object","tool"]},"prayer_beads":{"unicode":"1f4ff","unicode_alternates":"","name":"prayer beads","shortname":":prayer_beads:","category":"objects","emoji_order":"665","aliases":[],"aliases_ascii":[],"keywords":[]},"barber":{"unicode":"1f488","unicode_alternates":"","name":"barber pole","shortname":":barber:","category":"objects","emoji_order":"666","aliases":[],"aliases_ascii":[],"keywords":["salon","style","haircut","trim","place"]},"alembic":{"unicode":"2697","unicode_alternates":"2697-fe0f","name":"alembic","shortname":":alembic:","category":"objects","emoji_order":"667","aliases":[],"aliases_ascii":[],"keywords":["chemistry","object","tool"]},"telescope":{"unicode":"1f52d","unicode_alternates":"","name":"telescope","shortname":":telescope:","category":"objects","emoji_order":"668","aliases":[],"aliases_ascii":[],"keywords":["space","stars","object","tool"]},"microscope":{"unicode":"1f52c","unicode_alternates":"","name":"microscope","shortname":":microscope:","category":"objects","emoji_order":"669","aliases":[],"aliases_ascii":[],"keywords":["experiment","laboratory","zoomin","object","tool"]},"hole":{"unicode":"1f573","unicode_alternates":"1f573-fe0f","name":"hole","shortname":":hole:","category":"objects","emoji_order":"670","aliases":[],"aliases_ascii":[],"keywords":["pit","well","symbol"]},"pill":{"unicode":"1f48a","unicode_alternates":"","name":"pill","shortname":":pill:","category":"objects","emoji_order":"671","aliases":[],"aliases_ascii":[],"keywords":["health","medicine","drug","prescription","doctor","object","sick"]},"syringe":{"unicode":"1f489","unicode_alternates":"","name":"syringe","shortname":":syringe:","category":"objects","emoji_order":"672","aliases":[],"aliases_ascii":[],"keywords":["blood","drugs","health","hospital","medicine","needle","doctor","object","shot","sick","tool"]},"thermometer":{"unicode":"1f321","unicode_alternates":"1f321-fe0f","name":"thermometer","shortname":":thermometer:","category":"objects","emoji_order":"673","aliases":[],"aliases_ascii":[],"keywords":["temperature","nature","weather"]},"label":{"unicode":"1f3f7","unicode_alternates":"1f3f7-fe0f","name":"label","shortname":":label:","category":"objects","emoji_order":"674","aliases":[],"aliases_ascii":[],"keywords":["tag","object"]},"bookmark":{"unicode":"1f516","unicode_alternates":"","name":"bookmark","shortname":":bookmark:","category":"objects","emoji_order":"675","aliases":[],"aliases_ascii":[],"keywords":["favorite","mark","object"]},"toilet":{"unicode":"1f6bd","unicode_alternates":"","name":"toilet","shortname":":toilet:","category":"objects","emoji_order":"676","aliases":[],"aliases_ascii":[],"keywords":["restroom","wc","bathroom","throne","porcelain","waste","flush","plumbing","object","place","travel"]},"shower":{"unicode":"1f6bf","unicode_alternates":"","name":"shower","shortname":":shower:","category":"objects","emoji_order":"677","aliases":[],"aliases_ascii":[],"keywords":["bath","clean","wash","bathroom","soap","water","shampoo","lather","object","place","travel"]},"bathtub":{"unicode":"1f6c1","unicode_alternates":"","name":"bathtub","shortname":":bathtub:","category":"objects","emoji_order":"678","aliases":[],"aliases_ascii":[],"keywords":["clean","shower","bath","tub","basin","wash","bubble","soak","bathroom","soap","water","shampoo","lather","object","place","travel"]},"key":{"unicode":"1f511","unicode_alternates":"","name":"key","shortname":":key:","category":"objects","emoji_order":"679","aliases":[],"aliases_ascii":[],"keywords":["door","lock","password","object"]},"key2":{"unicode":"1f5dd","unicode_alternates":"1f5dd-fe0f","name":"old key","shortname":":key2:","category":"objects","emoji_order":"680","aliases":[":old_key:"],"aliases_ascii":[],"keywords":["door","lock","password","skeleton","clue","object"]},"couch":{"unicode":"1f6cb","unicode_alternates":"1f6cb-fe0f","name":"couch and lamp","shortname":":couch:","category":"objects","emoji_order":"681","aliases":[":couch_and_lamp:"],"aliases_ascii":[],"keywords":["lounge","sectional","sofa","loveseat","leather","microfiber","sit","relax","hotel","object"]},"sleeping_accommodation":{"unicode":"1f6cc","unicode_alternates":"","name":"sleeping accommodation","shortname":":sleeping_accommodation:","category":"objects","emoji_order":"682","aliases":[],"aliases_ascii":[],"keywords":["hotel","motel","rest","object","sleep"]},"bed":{"unicode":"1f6cf","unicode_alternates":"1f6cf-fe0f","name":"bed","shortname":":bed:","category":"objects","emoji_order":"683","aliases":[],"aliases_ascii":[],"keywords":["sleep","sex","queen","full","twin","king","mattress","hotel","object"]},"door":{"unicode":"1f6aa","unicode_alternates":"","name":"door","shortname":":door:","category":"objects","emoji_order":"684","aliases":[],"aliases_ascii":[],"keywords":["entry","exit","house","doorway","entrance","enter","exit","entry","object","travel"]},"bellhop":{"unicode":"1f6ce","unicode_alternates":"1f6ce-fe0f","name":"bellhop bell","shortname":":bellhop:","category":"objects","emoji_order":"685","aliases":[":bellhop_bell:"],"aliases_ascii":[],"keywords":["hotel","porter","ding","object"]},"frame_photo":{"unicode":"1f5bc","unicode_alternates":"1f5bc-fe0f","name":"frame with picture","shortname":":frame_photo:","category":"objects","emoji_order":"686","aliases":[":frame_with_picture:"],"aliases_ascii":[],"keywords":["photo","art","museum","object","office","painting"]},"map":{"unicode":"1f5fa","unicode_alternates":"1f5fa-fe0f","name":"world map","shortname":":map:","category":"objects","emoji_order":"687","aliases":[":world_map:"],"aliases_ascii":[],"keywords":["atlas","earth","cartography","place"]},"beach_umbrella":{"unicode":"26f1","unicode_alternates":"26f1-fe0f","name":"umbrella on ground","shortname":":beach_umbrella:","category":"objects","emoji_order":"688","aliases":[":umbrella_on_ground:"],"aliases_ascii":[],"keywords":["nature","rain","sun","travel","weather"]},"moyai":{"unicode":"1f5ff","unicode_alternates":"","name":"moyai","shortname":":moyai:","category":"objects","emoji_order":"689","aliases":[],"aliases_ascii":[],"keywords":["island","stone","face","place","statue","travel"]},"shopping_bags":{"unicode":"1f6cd","unicode_alternates":"1f6cd-fe0f","name":"shopping bags","shortname":":shopping_bags:","category":"objects","emoji_order":"690","aliases":[],"aliases_ascii":[],"keywords":["purchase","mall","buy","store","shop","bag","hotel","object"]},"balloon":{"unicode":"1f388","unicode_alternates":"","name":"balloon","shortname":":balloon:","category":"objects","emoji_order":"691","aliases":[],"aliases_ascii":[],"keywords":["celebration","party","birthday","helium","gas","children","float","activity","entertainment","object"]},"flags":{"unicode":"1f38f","unicode_alternates":"","name":"carp streamer","shortname":":flags:","category":"objects","emoji_order":"692","aliases":[],"aliases_ascii":[],"keywords":["banner","fish","japanese","koinobori","children","kids","boys","celebration","happiness","holiday","flags","activity","entertainment","flag","object"]},"ribbon":{"unicode":"1f380","unicode_alternates":"","name":"ribbon","shortname":":ribbon:","category":"objects","emoji_order":"693","aliases":[],"aliases_ascii":[],"keywords":["bowtie","decoration","pink","lace","wrap","decorate","celebration","emotion","object","person"]},"gift":{"unicode":"1f381","unicode_alternates":"","name":"wrapped present","shortname":":gift:","category":"objects","emoji_order":"694","aliases":[],"aliases_ascii":[],"keywords":["birthday","christmas","xmas","gift","package","wedding","box","celebration","entertainment","object"]},"confetti_ball":{"unicode":"1f38a","unicode_alternates":"","name":"confetti ball","shortname":":confetti_ball:","category":"objects","emoji_order":"695","aliases":[],"aliases_ascii":[],"keywords":["festival","party","congratulations","celebrate","win","birthday","new years","wedding","activity","celebration","entertainment","object"]},"tada":{"unicode":"1f389","unicode_alternates":"","name":"party popper","shortname":":tada:","category":"objects","emoji_order":"696","aliases":[],"aliases_ascii":[],"keywords":["tada","celebration","victory","announcement","climax","congratulations","activity","entertainment","object"]},"dolls":{"unicode":"1f38e","unicode_alternates":"","name":"japanese dolls","shortname":":dolls:","category":"objects","emoji_order":"697","aliases":[],"aliases_ascii":[],"keywords":["kimono","toy","japan","day","girls","emperor","empress","pray","blessing","imperial","family","royal","activity","celebration","doll","entertainment","festival","object"]},"wind_chime":{"unicode":"1f390","unicode_alternates":"","name":"wind chime","shortname":":wind_chime:","category":"objects","emoji_order":"698","aliases":[],"aliases_ascii":[],"keywords":["ding","nature","bell","f\u016brin","instrument","music","spirits","soothing","protective","spiritual","sound","activity","celebration","entertainment","object"]},"crossed_flags":{"unicode":"1f38c","unicode_alternates":"","name":"crossed flags","shortname":":crossed_flags:","category":"objects","emoji_order":"699","aliases":[],"aliases_ascii":[],"keywords":["japan","activity","celebration","cross","flag","japanese","object"]},"izakaya_lantern":{"unicode":"1f3ee","unicode_alternates":"","name":"izakaya lantern","shortname":":izakaya_lantern:","category":"objects","emoji_order":"700","aliases":[],"aliases_ascii":[],"keywords":["light","stay","drink","alcohol","bar","sake","restaurant","japanese","place","red"]},"envelope":{"unicode":"2709","unicode_alternates":"2709-fe0f","name":"envelope","shortname":":envelope:","category":"objects","emoji_order":"701","aliases":[],"aliases_ascii":[],"keywords":["communication","letter","mail","postal","e-mail","email","object","office"]},"envelope_with_arrow":{"unicode":"1f4e9","unicode_alternates":"","name":"envelope with downwards arrow above","shortname":":envelope_with_arrow:","category":"objects","emoji_order":"702","aliases":[],"aliases_ascii":[],"keywords":["email","communication","down","e-mail","letter","mail","object","office","outgoing","sent"]},"incoming_envelope":{"unicode":"1f4e8","unicode_alternates":"","name":"incoming envelope","shortname":":incoming_envelope:","category":"objects","emoji_order":"703","aliases":[],"aliases_ascii":[],"keywords":["email","inbox","communication","e-mail","letter","mail","object","office","receive"]},"e-mail":{"unicode":"1f4e7","unicode_alternates":"","name":"e-mail symbol","shortname":":e-mail:","category":"objects","emoji_order":"704","aliases":[":email:"],"aliases_ascii":[],"keywords":["communication","inbox","email","letter","mail","object","office"]},"love_letter":{"unicode":"1f48c","unicode_alternates":"","name":"love letter","shortname":":love_letter:","category":"objects","emoji_order":"705","aliases":[],"aliases_ascii":[],"keywords":["affection","email","envelope","like","valentines","kiss","heart","emotion","mail","person","romance"]},"postbox":{"unicode":"1f4ee","unicode_alternates":"","name":"postbox","shortname":":postbox:","category":"objects","emoji_order":"706","aliases":[],"aliases_ascii":[],"keywords":["email","envelope","letter","communication","mail","mailbox","object","office"]},"mailbox_closed":{"unicode":"1f4ea","unicode_alternates":"","name":"closed mailbox with lowered flag","shortname":":mailbox_closed:","category":"objects","emoji_order":"707","aliases":[],"aliases_ascii":[],"keywords":["communication","email","inbox","mail","object","office","postbox"]},"mailbox":{"unicode":"1f4eb","unicode_alternates":"","name":"closed mailbox with raised flag","shortname":":mailbox:","category":"objects","emoji_order":"708","aliases":[],"aliases_ascii":[],"keywords":["communication","email","inbox","mail","object","office","postbox"]},"mailbox_with_mail":{"unicode":"1f4ec","unicode_alternates":"","name":"open mailbox with raised flag","shortname":":mailbox_with_mail:","category":"objects","emoji_order":"709","aliases":[],"aliases_ascii":[],"keywords":["communication","email","inbox","mail","object","office","postbox"]},"mailbox_with_no_mail":{"unicode":"1f4ed","unicode_alternates":"","name":"open mailbox with lowered flag","shortname":":mailbox_with_no_mail:","category":"objects","emoji_order":"710","aliases":[],"aliases_ascii":[],"keywords":["email","inbox","communication","mail","object","office","postbox"]},"package":{"unicode":"1f4e6","unicode_alternates":"","name":"package","shortname":":package:","category":"objects","emoji_order":"711","aliases":[],"aliases_ascii":[],"keywords":["gift","mail","box","communication","object","office","parcel"]},"postal_horn":{"unicode":"1f4ef","unicode_alternates":"","name":"postal horn","shortname":":postal_horn:","category":"objects","emoji_order":"712","aliases":[],"aliases_ascii":[],"keywords":["instrument","music","communication","entertainment","object","post","sound"]},"inbox_tray":{"unicode":"1f4e5","unicode_alternates":"","name":"inbox tray","shortname":":inbox_tray:","category":"objects","emoji_order":"713","aliases":[],"aliases_ascii":[],"keywords":["documents","email","box","communication","letter","mail","object","office","receive"]},"outbox_tray":{"unicode":"1f4e4","unicode_alternates":"","name":"outbox tray","shortname":":outbox_tray:","category":"objects","emoji_order":"714","aliases":[],"aliases_ascii":[],"keywords":["documents","email","box","communication","letter","mail","object","office","sent"]},"scroll":{"unicode":"1f4dc","unicode_alternates":"","name":"scroll","shortname":":scroll:","category":"objects","emoji_order":"715","aliases":[],"aliases_ascii":[],"keywords":["documents","roll","parchment","history","papyrus","ancient","object","office","paper"]},"page_with_curl":{"unicode":"1f4c3","unicode_alternates":"","name":"page with curl","shortname":":page_with_curl:","category":"objects","emoji_order":"716","aliases":[],"aliases_ascii":[],"keywords":["document","object","office"]},"bookmark_tabs":{"unicode":"1f4d1","unicode_alternates":"","name":"bookmark tabs","shortname":":bookmark_tabs:","category":"objects","emoji_order":"717","aliases":[],"aliases_ascii":[],"keywords":["favorite","mark","marker","object","office"]},"bar_chart":{"unicode":"1f4ca","unicode_alternates":"","name":"bar chart","shortname":":bar_chart:","category":"objects","emoji_order":"718","aliases":[],"aliases_ascii":[],"keywords":["graph","presentation","stats","object","office"]},"chart_with_upwards_trend":{"unicode":"1f4c8","unicode_alternates":"","name":"chart with upwards trend","shortname":":chart_with_upwards_trend:","category":"objects","emoji_order":"719","aliases":[],"aliases_ascii":[],"keywords":["graph","business","growth","object","office","upward"]},"chart_with_downwards_trend":{"unicode":"1f4c9","unicode_alternates":"","name":"chart with downwards trend","shortname":":chart_with_downwards_trend:","category":"objects","emoji_order":"720","aliases":[],"aliases_ascii":[],"keywords":["graph","business","down","object","office"]},"page_facing_up":{"unicode":"1f4c4","unicode_alternates":"","name":"page facing up","shortname":":page_facing_up:","category":"objects","emoji_order":"721","aliases":[],"aliases_ascii":[],"keywords":["document","object","office"]},"date":{"unicode":"1f4c5","unicode_alternates":"","name":"calendar","shortname":":date:","category":"objects","emoji_order":"722","aliases":[],"aliases_ascii":[],"keywords":["schedule","date","day","object","office"]},"calendar":{"unicode":"1f4c6","unicode_alternates":"","name":"tear-off calendar","shortname":":calendar:","category":"objects","emoji_order":"723","aliases":[],"aliases_ascii":[],"keywords":["schedule","date","day","object","office"]},"calendar_spiral":{"unicode":"1f5d3","unicode_alternates":"1f5d3-fe0f","name":"spiral calendar pad","shortname":":calendar_spiral:","category":"objects","emoji_order":"724","aliases":[":spiral_calendar_pad:"],"aliases_ascii":[],"keywords":["schedule","date","day","object","office"]},"card_index":{"unicode":"1f4c7","unicode_alternates":"","name":"card index","shortname":":card_index:","category":"objects","emoji_order":"725","aliases":[],"aliases_ascii":[],"keywords":["business","stationery","rolodex","object","office"]},"card_box":{"unicode":"1f5c3","unicode_alternates":"1f5c3-fe0f","name":"card file box","shortname":":card_box:","category":"objects","emoji_order":"726","aliases":[":card_file_box:"],"aliases_ascii":[],"keywords":["index","organization","object","office"]},"ballot_box":{"unicode":"1f5f3","unicode_alternates":"1f5f3-fe0f","name":"ballot box with ballot","shortname":":ballot_box:","category":"objects","emoji_order":"727","aliases":[":ballot_box_with_ballot:"],"aliases_ascii":[],"keywords":["vote","object"]},"file_cabinet":{"unicode":"1f5c4","unicode_alternates":"1f5c4-fe0f","name":"file cabinet","shortname":":file_cabinet:","category":"objects","emoji_order":"728","aliases":[],"aliases_ascii":[],"keywords":["folders","office","documents","storage","object"]},"clipboard":{"unicode":"1f4cb","unicode_alternates":"","name":"clipboard","shortname":":clipboard:","category":"objects","emoji_order":"729","aliases":[],"aliases_ascii":[],"keywords":["documents","stationery","object","office"]},"notepad_spiral":{"unicode":"1f5d2","unicode_alternates":"1f5d2-fe0f","name":"spiral note pad","shortname":":notepad_spiral:","category":"objects","emoji_order":"730","aliases":[":spiral_note_pad:"],"aliases_ascii":[],"keywords":["stationery","object","office"]},"file_folder":{"unicode":"1f4c1","unicode_alternates":"","name":"file folder","shortname":":file_folder:","category":"objects","emoji_order":"731","aliases":[],"aliases_ascii":[],"keywords":["documents","object","office"]},"open_file_folder":{"unicode":"1f4c2","unicode_alternates":"","name":"open file folder","shortname":":open_file_folder:","category":"objects","emoji_order":"732","aliases":[],"aliases_ascii":[],"keywords":["documents","load","object","office"]},"dividers":{"unicode":"1f5c2","unicode_alternates":"1f5c2-fe0f","name":"card index dividers","shortname":":dividers:","category":"objects","emoji_order":"733","aliases":[":card_index_dividers:"],"aliases_ascii":[],"keywords":["stationery","rolodex","object","office"]},"newspaper2":{"unicode":"1f5de","unicode_alternates":"1f5de-fe0f","name":"rolled-up newspaper","shortname":":newspaper2:","category":"objects","emoji_order":"734","aliases":[":rolled_up_newspaper:"],"aliases_ascii":[],"keywords":["headline","press","news","object","paper","rolled"]},"newspaper":{"unicode":"1f4f0","unicode_alternates":"","name":"newspaper","shortname":":newspaper:","category":"objects","emoji_order":"735","aliases":[],"aliases_ascii":[],"keywords":["headline","press","communication","news","object","paper"]},"notebook":{"unicode":"1f4d3","unicode_alternates":"","name":"notebook","shortname":":notebook:","category":"objects","emoji_order":"736","aliases":[],"aliases_ascii":[],"keywords":["notes","paper","record","stationery","school","object","office"]},"closed_book":{"unicode":"1f4d5","unicode_alternates":"","name":"closed book","shortname":":closed_book:","category":"objects","emoji_order":"737","aliases":[],"aliases_ascii":[],"keywords":["library","read","novel","story","education","object","office"]},"green_book":{"unicode":"1f4d7","unicode_alternates":"","name":"green book","shortname":":green_book:","category":"objects","emoji_order":"738","aliases":[],"aliases_ascii":[],"keywords":["library","read","novel","story","education","object","office"]},"blue_book":{"unicode":"1f4d8","unicode_alternates":"","name":"blue book","shortname":":blue_book:","category":"objects","emoji_order":"739","aliases":[],"aliases_ascii":[],"keywords":["library","read","novel","story","education","object","office"]},"orange_book":{"unicode":"1f4d9","unicode_alternates":"","name":"orange book","shortname":":orange_book:","category":"objects","emoji_order":"740","aliases":[],"aliases_ascii":[],"keywords":["library","read","novel","story","education","object","office"]},"notebook_with_decorative_cover":{"unicode":"1f4d4","unicode_alternates":"","name":"notebook with decorative cover","shortname":":notebook_with_decorative_cover:","category":"objects","emoji_order":"741","aliases":[],"aliases_ascii":[],"keywords":["classroom","notes","paper","school","stationery","book","decorated","education","object","office"]},"ledger":{"unicode":"1f4d2","unicode_alternates":"","name":"ledger","shortname":":ledger:","category":"objects","emoji_order":"742","aliases":[],"aliases_ascii":[],"keywords":["notes","business","bookkeeping","accounting","finances","notebook","object","office"]},"books":{"unicode":"1f4da","unicode_alternates":"","name":"books","shortname":":books:","category":"objects","emoji_order":"743","aliases":[],"aliases_ascii":[],"keywords":["library","literature","novel","story","collection","series","book","education","object","office"]},"book":{"unicode":"1f4d6","unicode_alternates":"","name":"open book","shortname":":book:","category":"objects","emoji_order":"744","aliases":[],"aliases_ascii":[],"keywords":["library","literature","novel","reading","story","education","object","office"]},"link":{"unicode":"1f517","unicode_alternates":"","name":"link symbol","shortname":":link:","category":"objects","emoji_order":"745","aliases":[],"aliases_ascii":[],"keywords":["rings","url","object"]},"paperclip":{"unicode":"1f4ce","unicode_alternates":"","name":"paperclip","shortname":":paperclip:","category":"objects","emoji_order":"746","aliases":[],"aliases_ascii":[],"keywords":["documents","stationery","object","office"]},"paperclips":{"unicode":"1f587","unicode_alternates":"1f587-fe0f","name":"linked paperclips","shortname":":paperclips:","category":"objects","emoji_order":"747","aliases":[":linked_paperclips:"],"aliases_ascii":[],"keywords":["documents","stationery","communication","link","object","office","paperclip"]},"scissors":{"unicode":"2702","unicode_alternates":"2702-fe0f","name":"black scissors","shortname":":scissors:","category":"objects","emoji_order":"748","aliases":[],"aliases_ascii":[],"keywords":["cut","stationery","object","office","tool"]},"triangular_ruler":{"unicode":"1f4d0","unicode_alternates":"","name":"triangular ruler","shortname":":triangular_ruler:","category":"objects","emoji_order":"749","aliases":[],"aliases_ascii":[],"keywords":["architect","math","sketch","stationery","object","office","set","triangle"]},"straight_ruler":{"unicode":"1f4cf","unicode_alternates":"","name":"straight ruler","shortname":":straight_ruler:","category":"objects","emoji_order":"750","aliases":[],"aliases_ascii":[],"keywords":["stationery","object","office","straight edge"]},"pushpin":{"unicode":"1f4cc","unicode_alternates":"","name":"pushpin","shortname":":pushpin:","category":"objects","emoji_order":"751","aliases":[],"aliases_ascii":[],"keywords":["stationery","object","office","pin"]},"round_pushpin":{"unicode":"1f4cd","unicode_alternates":"","name":"round pushpin","shortname":":round_pushpin:","category":"objects","emoji_order":"752","aliases":[],"aliases_ascii":[],"keywords":["stationery","object","office","pin","place"]},"triangular_flag_on_post":{"unicode":"1f6a9","unicode_alternates":"","name":"triangular flag on post","shortname":":triangular_flag_on_post:","category":"objects","emoji_order":"753","aliases":[],"aliases_ascii":[],"keywords":["triangle","golf","flagpole","object","place","travel"]},"flag_white":{"unicode":"1f3f3","unicode_alternates":"1f3f3-fe0f","name":"waving white flag","shortname":":flag_white:","category":"objects","emoji_order":"754","aliases":[":waving_white_flag:"],"aliases_ascii":[],"keywords":["symbol","signal","object"]},"flag_black":{"unicode":"1f3f4","unicode_alternates":"","name":"waving black flag","shortname":":flag_black:","category":"objects","emoji_order":"755","aliases":[":waving_black_flag:"],"aliases_ascii":[],"keywords":["symbol","signal","object"]},"closed_lock_with_key":{"unicode":"1f510","unicode_alternates":"","name":"closed lock with key","shortname":":closed_lock_with_key:","category":"objects","emoji_order":"756","aliases":[],"aliases_ascii":[],"keywords":["privacy","security","object","secure"]},"lock":{"unicode":"1f512","unicode_alternates":"","name":"lock","shortname":":lock:","category":"objects","emoji_order":"757","aliases":[],"aliases_ascii":[],"keywords":["password","security","closed","object"]},"unlock":{"unicode":"1f513","unicode_alternates":"","name":"open lock","shortname":":unlock:","category":"objects","emoji_order":"758","aliases":[],"aliases_ascii":[],"keywords":["privacy","security","unlock","object"]},"lock_with_ink_pen":{"unicode":"1f50f","unicode_alternates":"","name":"lock with ink pen","shortname":":lock_with_ink_pen:","category":"objects","emoji_order":"759","aliases":[],"aliases_ascii":[],"keywords":["secret","security","nib","object","privacy"]},"pen_ballpoint":{"unicode":"1f58a","unicode_alternates":"1f58a-fe0f","name":"lower left ballpoint pen","shortname":":pen_ballpoint:","category":"objects","emoji_order":"760","aliases":[":lower_left_ballpoint_pen:"],"aliases_ascii":[],"keywords":["write","bic","ink","communication","object","office"]},"pen_fountain":{"unicode":"1f58b","unicode_alternates":"1f58b-fe0f","name":"lower left fountain pen","shortname":":pen_fountain:","category":"objects","emoji_order":"761","aliases":[":lower_left_fountain_pen:"],"aliases_ascii":[],"keywords":["write","calligraphy","ink","communication","object","office"]},"black_nib":{"unicode":"2712","unicode_alternates":"2712-fe0f","name":"black nib","shortname":":black_nib:","category":"objects","emoji_order":"762","aliases":[],"aliases_ascii":[],"keywords":["pen","stationery","object","office"]},"pencil":{"unicode":"1f4dd","unicode_alternates":"","name":"memo","shortname":":pencil:","category":"objects","emoji_order":"763","aliases":[],"aliases_ascii":[],"keywords":["documents","paper","station","write","pencil","communication","object","office"]},"pencil2":{"unicode":"270f","unicode_alternates":"270f-fe0f","name":"pencil","shortname":":pencil2:","category":"objects","emoji_order":"764","aliases":[],"aliases_ascii":[],"keywords":["paper","stationery","write","object","office"]},"crayon":{"unicode":"1f58d","unicode_alternates":"1f58d-fe0f","name":"lower left crayon","shortname":":crayon:","category":"objects","emoji_order":"765","aliases":[":lower_left_crayon:"],"aliases_ascii":[],"keywords":["write","draw","color","wax","communication","object","office"]},"paintbrush":{"unicode":"1f58c","unicode_alternates":"1f58c-fe0f","name":"lower left paintbrush","shortname":":paintbrush:","category":"objects","emoji_order":"766","aliases":[":lower_left_paintbrush:"],"aliases_ascii":[],"keywords":["brush","art","painting","communication","object","office"]},"mag":{"unicode":"1f50d","unicode_alternates":"","name":"left-pointing magnifying glass","shortname":":mag:","category":"objects","emoji_order":"767","aliases":[],"aliases_ascii":[],"keywords":["search","zoom","detective","investigator","details","object","tool"]},"mag_right":{"unicode":"1f50e","unicode_alternates":"","name":"right-pointing magnifying glass","shortname":":mag_right:","category":"objects","emoji_order":"768","aliases":[],"aliases_ascii":[],"keywords":["search","zoom","detective","investigator","details","object","tool"]},"heart":{"unicode":"2764","unicode_alternates":"2764-fe0f","name":"heavy black heart","shortname":":heart:","category":"symbols","emoji_order":"769","aliases":[],"aliases_ascii":["<3"],"keywords":["like","love","red","pink","passion","romance","intense","desire","death","evil","cold","valentines","emotion","person"]},"yellow_heart":{"unicode":"1f49b","unicode_alternates":"","name":"yellow heart","shortname":":yellow_heart:","category":"symbols","emoji_order":"770","aliases":[],"aliases_ascii":[],"keywords":["affection","like","love","valentines","gold","friendship","happy","happiness","trust","compassionate","respectful","honest","caring","selfless","emotion","person"]},"green_heart":{"unicode":"1f49a","unicode_alternates":"","name":"green heart","shortname":":green_heart:","category":"symbols","emoji_order":"771","aliases":[],"aliases_ascii":[],"keywords":["affection","like","love","valentines","nature","rebirth","reborn","jealous","clingy","envious","possessive","emotion","person"]},"blue_heart":{"unicode":"1f499","unicode_alternates":"","name":"blue heart","shortname":":blue_heart:","category":"symbols","emoji_order":"772","aliases":[],"aliases_ascii":[],"keywords":["affection","like","love","valentines","stability","truth","loyalty","trust","emotion","person"]},"purple_heart":{"unicode":"1f49c","unicode_alternates":"","name":"purple heart","shortname":":purple_heart:","category":"symbols","emoji_order":"773","aliases":[],"aliases_ascii":[],"keywords":["affection","like","love","valentines","violet","love","sensitive","understanding","compassionate","compassion","duty","honor","royalty","veteran","sacrifice","emotion","person"]},"broken_heart":{"unicode":"1f494","unicode_alternates":"","name":"broken heart","shortname":":broken_heart:","category":"symbols","emoji_order":"774","aliases":[],"aliases_ascii":["<\/3"],"keywords":["sad","sorry","breakup","split","break","emotion","person"]},"heart_exclamation":{"unicode":"2763","unicode_alternates":"2763-fe0f","name":"heavy heart exclamation mark ornament","shortname":":heart_exclamation:","category":"symbols","emoji_order":"775","aliases":[":heavy_heart_exclamation_mark_ornament:"],"aliases_ascii":[],"keywords":["emotion","punctuation","symbol"]},"two_hearts":{"unicode":"1f495","unicode_alternates":"","name":"two hearts","shortname":":two_hearts:","category":"symbols","emoji_order":"776","aliases":[],"aliases_ascii":[],"keywords":["affection","like","love","valentines","emotion","heart","person"]},"revolving_hearts":{"unicode":"1f49e","unicode_alternates":"","name":"revolving hearts","shortname":":revolving_hearts:","category":"symbols","emoji_order":"777","aliases":[],"aliases_ascii":[],"keywords":["affection","like","love","valentines","lovers","emotion","heart","person"]},"heartbeat":{"unicode":"1f493","unicode_alternates":"","name":"beating heart","shortname":":heartbeat:","category":"symbols","emoji_order":"778","aliases":[],"aliases_ascii":[],"keywords":["affection","like","love","valentines","emotion","heartbeat","person","pulsating"]},"heartpulse":{"unicode":"1f497","unicode_alternates":"","name":"growing heart","shortname":":heartpulse:","category":"symbols","emoji_order":"779","aliases":[],"aliases_ascii":[],"keywords":["affection","like","love","valentines","emotion","excited","heartpulse","nervous","person"]},"sparkling_heart":{"unicode":"1f496","unicode_alternates":"","name":"sparkling heart","shortname":":sparkling_heart:","category":"symbols","emoji_order":"780","aliases":[],"aliases_ascii":[],"keywords":["affection","like","love","valentines","emotion","excited","person","sparkle"]},"cupid":{"unicode":"1f498","unicode_alternates":"","name":"heart with arrow","shortname":":cupid:","category":"symbols","emoji_order":"781","aliases":[],"aliases_ascii":[],"keywords":["affection","like","love","valentines","cupid","emotion","person","romance"]},"gift_heart":{"unicode":"1f49d","unicode_alternates":"","name":"heart with ribbon","shortname":":gift_heart:","category":"symbols","emoji_order":"782","aliases":[],"aliases_ascii":[],"keywords":["like","love","valentines","emotion","object","person","valentine"]},"heart_decoration":{"unicode":"1f49f","unicode_alternates":"","name":"heart decoration","shortname":":heart_decoration:","category":"symbols","emoji_order":"783","aliases":[],"aliases_ascii":[],"keywords":["like","love","purple-square","emotion","person","symbol"]},"peace":{"unicode":"262e","unicode_alternates":"262e-fe0f","name":"peace symbol","shortname":":peace:","category":"symbols","emoji_order":"784","aliases":[":peace_symbol:"],"aliases_ascii":[],"keywords":["sign"]},"cross":{"unicode":"271d","unicode_alternates":"271d-fe0f","name":"latin cross","shortname":":cross:","category":"symbols","emoji_order":"785","aliases":[":latin_cross:"],"aliases_ascii":[],"keywords":["religion","symbol","christian"]},"star_and_crescent":{"unicode":"262a","unicode_alternates":"262a-fe0f","name":"star and crescent","shortname":":star_and_crescent:","category":"symbols","emoji_order":"786","aliases":[],"aliases_ascii":[],"keywords":["islam","muslim","religion","symbol"]},"om_symbol":{"unicode":"1f549","unicode_alternates":"1f549-fe0f","name":"om symbol","shortname":":om_symbol:","category":"symbols","emoji_order":"787","aliases":[],"aliases_ascii":[],"keywords":["hinduism","sound","spiritual","icon","dharmic","buddhism","jainism","meditate","hindu","religion"]},"wheel_of_dharma":{"unicode":"2638","unicode_alternates":"2638-fe0f","name":"wheel of dharma","shortname":":wheel_of_dharma:","category":"symbols","emoji_order":"788","aliases":[],"aliases_ascii":[],"keywords":["buddhist","religion","symbol"]},"star_of_david":{"unicode":"2721","unicode_alternates":"2721-fe0f","name":"star of david","shortname":":star_of_david:","category":"symbols","emoji_order":"789","aliases":[],"aliases_ascii":[],"keywords":["jew","jewish","religion","symbol"]},"six_pointed_star":{"unicode":"1f52f","unicode_alternates":"","name":"six pointed star with middle dot","shortname":":six_pointed_star:","category":"symbols","emoji_order":"790","aliases":[],"aliases_ascii":[],"keywords":["purple-square","fortune","object","symbol"]},"menorah":{"unicode":"1f54e","unicode_alternates":"","name":"menorah with nine branches","shortname":":menorah:","category":"symbols","emoji_order":"791","aliases":[],"aliases_ascii":[],"keywords":[]},"yin_yang":{"unicode":"262f","unicode_alternates":"262f-fe0f","name":"yin yang","shortname":":yin_yang:","category":"symbols","emoji_order":"792","aliases":[],"aliases_ascii":[],"keywords":["religion","sign","symbol","tao","taoist"]},"orthodox_cross":{"unicode":"2626","unicode_alternates":"2626-fe0f","name":"orthodox cross","shortname":":orthodox_cross:","category":"symbols","emoji_order":"793","aliases":[],"aliases_ascii":[],"keywords":["christian","religion","symbol"]},"place_of_worship":{"unicode":"1f6d0","unicode_alternates":"","name":"place of worship","shortname":":place_of_worship:","category":"symbols","emoji_order":"794","aliases":[":worship_symbol:"],"aliases_ascii":[],"keywords":[]},"ophiuchus":{"unicode":"26ce","unicode_alternates":"","name":"ophiuchus","shortname":":ophiuchus:","category":"symbols","emoji_order":"795","aliases":[],"aliases_ascii":[],"keywords":["serpent","snake","astrology","greek","constellation","stars","zodiac","purple-square","sign","horoscope","bearer","symbol"]},"aries":{"unicode":"2648","unicode_alternates":"2648-fe0f","name":"aries","shortname":":aries:","category":"symbols","emoji_order":"796","aliases":[],"aliases_ascii":[],"keywords":["ram","astrology","greek","constellation","stars","purple-square","sign","zodiac","horoscope","symbol","time"]},"taurus":{"unicode":"2649","unicode_alternates":"2649-fe0f","name":"taurus","shortname":":taurus:","category":"symbols","emoji_order":"797","aliases":[],"aliases_ascii":[],"keywords":["purple-square","sign","bull","astrology","greek","constellation","stars","zodiac","horoscope","ox","symbol","time"]},"gemini":{"unicode":"264a","unicode_alternates":"264a-fe0f","name":"gemini","shortname":":gemini:","category":"symbols","emoji_order":"798","aliases":[],"aliases_ascii":[],"keywords":["twins","astrology","greek","constellation","stars","sign","zodiac","horoscope","symbol","time"]},"cancer":{"unicode":"264b","unicode_alternates":"264b-fe0f","name":"cancer","shortname":":cancer:","category":"symbols","emoji_order":"799","aliases":[],"aliases_ascii":[],"keywords":["crab","astrology","greek","constellation","stars","sign","zodiac","horoscope","symbol","time"]},"leo":{"unicode":"264c","unicode_alternates":"264c-fe0f","name":"leo","shortname":":leo:","category":"symbols","emoji_order":"800","aliases":[],"aliases_ascii":[],"keywords":["lion","astrology","greek","constellation","stars","purple-square","sign","zodiac","horoscope","symbol","time"]},"virgo":{"unicode":"264d","unicode_alternates":"264d-fe0f","name":"virgo","shortname":":virgo:","category":"symbols","emoji_order":"801","aliases":[],"aliases_ascii":[],"keywords":["maiden","astrology","greek","constellation","stars","sign","zodiac","horoscope","symbol","time","virgin"]},"libra":{"unicode":"264e","unicode_alternates":"264e-fe0f","name":"libra","shortname":":libra:","category":"symbols","emoji_order":"802","aliases":[],"aliases_ascii":[],"keywords":["scales","astrology","greek","constellation","stars","purple-square","sign","zodiac","horoscope","balance","justice","symbol","time"]},"scorpius":{"unicode":"264f","unicode_alternates":"264f-fe0f","name":"scorpius","shortname":":scorpius:","category":"symbols","emoji_order":"803","aliases":[],"aliases_ascii":[],"keywords":["scorpion","scorpio","astrology","greek","constellation","stars","sign","zodiac","horoscope","symbol","time"]},"sagittarius":{"unicode":"2650","unicode_alternates":"2650-fe0f","name":"sagittarius","shortname":":sagittarius:","category":"symbols","emoji_order":"804","aliases":[],"aliases_ascii":[],"keywords":["centaur","archer","astrology","greek","constellation","stars","zodiac","sign","horoscope","symbol","time"]},"capricorn":{"unicode":"2651","unicode_alternates":"2651-fe0f","name":"capricorn","shortname":":capricorn:","category":"symbols","emoji_order":"805","aliases":[],"aliases_ascii":[],"keywords":["sea-goat","goat-horned","astrology","greek","constellation","stars","zodiac","sign","horoscope","goat","symbol","time"]},"aquarius":{"unicode":"2652","unicode_alternates":"2652-fe0f","name":"aquarius","shortname":":aquarius:","category":"symbols","emoji_order":"806","aliases":[],"aliases_ascii":[],"keywords":["water","bearer","astrology","greek","constellation","stars","sign","purple-square","zodiac","horoscope","symbol","time"]},"pisces":{"unicode":"2653","unicode_alternates":"2653-fe0f","name":"pisces","shortname":":pisces:","category":"symbols","emoji_order":"807","aliases":[],"aliases_ascii":[],"keywords":["fish","astrology","greek","constellation","stars","sign","purple-square","zodiac","horoscope","symbol","time"]},"id":{"unicode":"1f194","unicode_alternates":"","name":"squared id","shortname":":id:","category":"symbols","emoji_order":"808","aliases":[],"aliases_ascii":[],"keywords":["purple-square","identification","identity","symbol","word"]},"atom":{"unicode":"269b","unicode_alternates":"269b-fe0f","name":"atom symbol","shortname":":atom:","category":"symbols","emoji_order":"809","aliases":[":atom_symbol:"],"aliases_ascii":[],"keywords":["atheist"]},"u7a7a":{"unicode":"1f233","unicode_alternates":"","name":"squared cjk unified ideograph-7a7a","shortname":":u7a7a:","category":"symbols","emoji_order":"810","aliases":[],"aliases_ascii":[],"keywords":["chinese","empty","japanese","kanji","symbol","word"]},"u5272":{"unicode":"1f239","unicode_alternates":"","name":"squared cjk unified ideograph-5272","shortname":":u5272:","category":"symbols","emoji_order":"811","aliases":[],"aliases_ascii":[],"keywords":["chinese","cut","divide","kanji","pink","bargain","sale","japanese","symbol","word"]},"radioactive":{"unicode":"2622","unicode_alternates":"2622-fe0f","name":"radioactive sign","shortname":":radioactive:","category":"symbols","emoji_order":"812","aliases":[":radioactive_sign:"],"aliases_ascii":[],"keywords":["symbol"]},"biohazard":{"unicode":"2623","unicode_alternates":"2623-fe0f","name":"biohazard sign","shortname":":biohazard:","category":"symbols","emoji_order":"813","aliases":[":biohazard_sign:"],"aliases_ascii":[],"keywords":["symbol"]},"mobile_phone_off":{"unicode":"1f4f4","unicode_alternates":"","name":"mobile phone off","shortname":":mobile_phone_off:","category":"symbols","emoji_order":"814","aliases":[],"aliases_ascii":[],"keywords":["mute","cell","communication","object","symbol","telephone"]},"vibration_mode":{"unicode":"1f4f3","unicode_alternates":"","name":"vibration mode","shortname":":vibration_mode:","category":"symbols","emoji_order":"815","aliases":[],"aliases_ascii":[],"keywords":["orange-square","phone","mobile","cell","communication","object","symbol","telephone"]},"u6709":{"unicode":"1f236","unicode_alternates":"","name":"squared cjk unified ideograph-6709","shortname":":u6709:","category":"symbols","emoji_order":"816","aliases":[],"aliases_ascii":[],"keywords":["chinese","own","possess","kanji","orange-square","japanese","symbol","word"]},"u7121":{"unicode":"1f21a","unicode_alternates":"1f21a-fe0f","name":"squared cjk unified ideograph-7121","shortname":":u7121:","category":"symbols","emoji_order":"817","aliases":[],"aliases_ascii":[],"keywords":["chinese","japanese","kanji","none","orange-square","lack","symbol","word"]},"u7533":{"unicode":"1f238","unicode_alternates":"","name":"squared cjk unified ideograph-7533","shortname":":u7533:","category":"symbols","emoji_order":"818","aliases":[],"aliases_ascii":[],"keywords":["chinese","japanese","kanji","request","monkey","symbol","word"]},"u55b6":{"unicode":"1f23a","unicode_alternates":"","name":"squared cjk unified ideograph-55b6","shortname":":u55b6:","category":"symbols","emoji_order":"819","aliases":[],"aliases_ascii":[],"keywords":["japanese","open","work","chinese","symbol","word"]},"u6708":{"unicode":"1f237","unicode_alternates":"1f237-fe0f","name":"squared cjk unified ideograph-6708","shortname":":u6708:","category":"symbols","emoji_order":"820","aliases":[],"aliases_ascii":[],"keywords":["chinese","japanese","kanji","moon","orange-square","month","symbol","word"]},"eight_pointed_black_star":{"unicode":"2734","unicode_alternates":"2734-fe0f","name":"eight pointed black star","shortname":":eight_pointed_black_star:","category":"symbols","emoji_order":"821","aliases":[],"aliases_ascii":[],"keywords":["orange-square","symbol","sign"]},"vs":{"unicode":"1f19a","unicode_alternates":"","name":"squared vs","shortname":":vs:","category":"symbols","emoji_order":"822","aliases":[],"aliases_ascii":[],"keywords":["orange-square","words","versus","symbol","word"]},"accept":{"unicode":"1f251","unicode_alternates":"","name":"circled ideograph accept","shortname":":accept:","category":"symbols","emoji_order":"823","aliases":[],"aliases_ascii":[],"keywords":["agree","chinese","good","kanji","ok","yes","symbol","word"]},"white_flower":{"unicode":"1f4ae","unicode_alternates":"","name":"white flower","shortname":":white_flower:","category":"symbols","emoji_order":"824","aliases":[],"aliases_ascii":[],"keywords":["japanese","teacher","school","grade","score","brilliance","intelligence","homework","student","assignment","praise","object","symbol"]},"ideograph_advantage":{"unicode":"1f250","unicode_alternates":"","name":"circled ideograph advantage","shortname":":ideograph_advantage:","category":"symbols","emoji_order":"825","aliases":[],"aliases_ascii":[],"keywords":["chinese","get","kanji","bargain","japanese","symbol","word"]},"secret":{"unicode":"3299","unicode_alternates":"3299-fe0f","name":"circled ideograph secret","shortname":":secret:","category":"symbols","emoji_order":"826","aliases":[],"aliases_ascii":[],"keywords":["privacy","chinese","symbol","word"]},"congratulations":{"unicode":"3297","unicode_alternates":"3297-fe0f","name":"circled ideograph congratulation","shortname":":congratulations:","category":"symbols","emoji_order":"827","aliases":[],"aliases_ascii":[],"keywords":["chinese","japanese","kanji","congratulations","symbol","word"]},"u5408":{"unicode":"1f234","unicode_alternates":"","name":"squared cjk unified ideograph-5408","shortname":":u5408:","category":"symbols","emoji_order":"828","aliases":[],"aliases_ascii":[],"keywords":["chinese","japanese","join","unite","agreement","kanji","symbol","word"]},"u6e80":{"unicode":"1f235","unicode_alternates":"","name":"squared cjk unified ideograph-6e80","shortname":":u6e80:","category":"symbols","emoji_order":"829","aliases":[],"aliases_ascii":[],"keywords":["chinese","full","japanese","kanji","red-square","symbol","word"]},"u7981":{"unicode":"1f232","unicode_alternates":"","name":"squared cjk unified ideograph-7981","shortname":":u7981:","category":"symbols","emoji_order":"830","aliases":[],"aliases_ascii":[],"keywords":["chinese","japanese","kanji","limit","restricted","prohibit","restrict","forbid","symbol","word"]},"a":{"unicode":"1f170","unicode_alternates":"","name":"negative squared latin capital letter a","shortname":":a:","category":"symbols","emoji_order":"831","aliases":[],"aliases_ascii":[],"keywords":["alphabet","letter","red-square","blood","type","symbol","word"]},"b":{"unicode":"1f171","unicode_alternates":"","name":"negative squared latin capital letter b","shortname":":b:","category":"symbols","emoji_order":"832","aliases":[],"aliases_ascii":[],"keywords":["alphabet","letter","red-square","blood","type","symbol","word"]},"ab":{"unicode":"1f18e","unicode_alternates":"","name":"negative squared ab","shortname":":ab:","category":"symbols","emoji_order":"833","aliases":[],"aliases_ascii":[],"keywords":["alphabet","red-square","blood","type","symbol","word"]},"cl":{"unicode":"1f191","unicode_alternates":"","name":"squared cl","shortname":":cl:","category":"symbols","emoji_order":"834","aliases":[],"aliases_ascii":[],"keywords":["alphabet","red-square","words","cl","clear","symbol","word"]},"o2":{"unicode":"1f17e","unicode_alternates":"","name":"negative squared latin capital letter o","shortname":":o2:","category":"symbols","emoji_order":"835","aliases":[],"aliases_ascii":[],"keywords":["alphabet","red-square","o2","blood","type","symbol","word"]},"sos":{"unicode":"1f198","unicode_alternates":"","name":"squared sos","shortname":":sos:","category":"symbols","emoji_order":"836","aliases":[],"aliases_ascii":[],"keywords":["emergency","help","red-square","distress","symbol","word"]},"no_entry":{"unicode":"26d4","unicode_alternates":"26d4-fe0f","name":"no entry","shortname":":no_entry:","category":"symbols","emoji_order":"837","aliases":[],"aliases_ascii":[],"keywords":["bad","denied","limit","privacy","security","stop","forbidden","not","prohibited","symbol","traffic","travel"]},"name_badge":{"unicode":"1f4db","unicode_alternates":"","name":"name badge","shortname":":name_badge:","category":"symbols","emoji_order":"838","aliases":[],"aliases_ascii":[],"keywords":["object","office"]},"no_entry_sign":{"unicode":"1f6ab","unicode_alternates":"","name":"no entry sign","shortname":":no_entry_sign:","category":"symbols","emoji_order":"839","aliases":[],"aliases_ascii":[],"keywords":["denied","disallow","forbid","limit","stop","prohibited","forbidden","not","symbol","travel"]},"x":{"unicode":"274c","unicode_alternates":"","name":"cross mark","shortname":":x:","category":"symbols","emoji_order":"840","aliases":[],"aliases_ascii":[],"keywords":["delete","no","remove","cancel","x","multiplication","multiply","sign","symbol"]},"o":{"unicode":"2b55","unicode_alternates":"2b55-fe0f","name":"heavy large circle","shortname":":o:","category":"symbols","emoji_order":"841","aliases":[],"aliases_ascii":[],"keywords":["round","o","symbol","travel"]},"anger":{"unicode":"1f4a2","unicode_alternates":"","name":"anger symbol","shortname":":anger:","category":"symbols","emoji_order":"842","aliases":[],"aliases_ascii":[],"keywords":["angry","mad","comic","emotion","person"]},"hotsprings":{"unicode":"2668","unicode_alternates":"2668-fe0f","name":"hot springs","shortname":":hotsprings:","category":"symbols","emoji_order":"843","aliases":[],"aliases_ascii":[],"keywords":["bath","relax","warm","hotsprings","place","steaming"]},"no_pedestrians":{"unicode":"1f6b7","unicode_alternates":"","name":"no pedestrians","shortname":":no_pedestrians:","category":"symbols","emoji_order":"844","aliases":[],"aliases_ascii":[],"keywords":["crossing","rules","walking","walk","stroll","stride","forbidden","not","pedestrian","place","prohibited","sign","symbol","travel"]},"do_not_litter":{"unicode":"1f6af","unicode_alternates":"","name":"do not litter symbol","shortname":":do_not_litter:","category":"symbols","emoji_order":"845","aliases":[],"aliases_ascii":[],"keywords":["bin","garbage","trash","waste","no","forbidden","prohibited","sign","travel"]},"no_bicycles":{"unicode":"1f6b3","unicode_alternates":"","name":"no bicycles","shortname":":no_bicycles:","category":"symbols","emoji_order":"846","aliases":[],"aliases_ascii":[],"keywords":["cyclist","prohibited","bike","pedal","bicycle","forbidden","not","place","sign","sport","symbol","travel","vehicle"]},"non-potable_water":{"unicode":"1f6b1","unicode_alternates":"","name":"non-potable water symbol","shortname":":non-potable_water:","category":"symbols","emoji_order":"847","aliases":[],"aliases_ascii":[],"keywords":["drink","faucet","tap","undrinkable","dirty","gross","aqua","h20","forbidden","no","not","potable","prohibited","sign","travel"]},"underage":{"unicode":"1f51e","unicode_alternates":"","name":"no one under eighteen symbol","shortname":":underage:","category":"symbols","emoji_order":"848","aliases":[],"aliases_ascii":[],"keywords":["18","drink","night","pub","age restriction","forbidden","not","prohibited","underage","word"]},"no_mobile_phones":{"unicode":"1f4f5","unicode_alternates":"","name":"no mobile phones","shortname":":no_mobile_phones:","category":"symbols","emoji_order":"849","aliases":[],"aliases_ascii":[],"keywords":["iphone","mute","cell","communication","forbidden","not","object","phone","prohibited","symbol","telephone"]},"exclamation":{"unicode":"2757","unicode_alternates":"2757-fe0f","name":"heavy exclamation mark symbol","shortname":":exclamation:","category":"symbols","emoji_order":"850","aliases":[],"aliases_ascii":[],"keywords":["surprise","punctuation","word"]},"grey_exclamation":{"unicode":"2755","unicode_alternates":"","name":"white exclamation mark ornament","shortname":":grey_exclamation:","category":"symbols","emoji_order":"851","aliases":[],"aliases_ascii":[],"keywords":["surprise","outlined","punctuation","symbol","word"]},"question":{"unicode":"2753","unicode_alternates":"","name":"black question mark ornament","shortname":":question:","category":"symbols","emoji_order":"852","aliases":[],"aliases_ascii":[],"keywords":["confused","doubt","punctuation","symbol","word"]},"grey_question":{"unicode":"2754","unicode_alternates":"","name":"white question mark ornament","shortname":":grey_question:","category":"symbols","emoji_order":"853","aliases":[],"aliases_ascii":[],"keywords":["confused","doubt","outlined","punctuation","symbol","word"]},"bangbang":{"unicode":"203c","unicode_alternates":"203c-fe0f","name":"double exclamation mark","shortname":":bangbang:","category":"symbols","emoji_order":"854","aliases":[],"aliases_ascii":[],"keywords":["surprise","bangbang","punctuation","symbol","word"]},"interrobang":{"unicode":"2049","unicode_alternates":"2049-fe0f","name":"exclamation question mark","shortname":":interrobang:","category":"symbols","emoji_order":"855","aliases":[],"aliases_ascii":[],"keywords":["punctuation","surprise","wat","interrobang","symbol","word"]},"100":{"unicode":"1f4af","unicode_alternates":"","name":"hundred points symbol","shortname":":100:","category":"symbols","emoji_order":"856","aliases":[],"aliases_ascii":[],"keywords":["numbers","score","percent","a","plus","perfect","school","quiz","score","test","exam","100","full","office"]},"low_brightness":{"unicode":"1f505","unicode_alternates":"","name":"low brightness symbol","shortname":":low_brightness:","category":"symbols","emoji_order":"857","aliases":[],"aliases_ascii":[],"keywords":["summer","sun","dim","sign"]},"high_brightness":{"unicode":"1f506","unicode_alternates":"","name":"high brightness symbol","shortname":":high_brightness:","category":"symbols","emoji_order":"858","aliases":[],"aliases_ascii":[],"keywords":["light","summer","sun","bright","sign"]},"trident":{"unicode":"1f531","unicode_alternates":"","name":"trident emblem","shortname":":trident:","category":"symbols","emoji_order":"859","aliases":[],"aliases_ascii":[],"keywords":["spear","weapon","poseidon","neptune","anchor","object","ship","symbol","tool"]},"fleur-de-lis":{"unicode":"269c","unicode_alternates":"269c-fe0f","name":"fleur-de-lis","shortname":":fleur-de-lis:","category":"symbols","emoji_order":"860","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"part_alternation_mark":{"unicode":"303d","unicode_alternates":"303d-fe0f","name":"part alternation mark","shortname":":part_alternation_mark:","category":"symbols","emoji_order":"861","aliases":[],"aliases_ascii":[],"keywords":["graph","sing","song","vocal","music","karaoke","cue","letter","m","japanese","sign","symbol"]},"warning":{"unicode":"26a0","unicode_alternates":"26a0-fe0f","name":"warning sign","shortname":":warning:","category":"symbols","emoji_order":"862","aliases":[],"aliases_ascii":[],"keywords":["exclamation","wip","place","symbol","travel"]},"children_crossing":{"unicode":"1f6b8","unicode_alternates":"","name":"children crossing","shortname":":children_crossing:","category":"symbols","emoji_order":"863","aliases":[],"aliases_ascii":[],"keywords":["school","kids","caution","street","crosswalk","slow","sign","child","pedestrian","place","symbol","traffic","travel"]},"beginner":{"unicode":"1f530","unicode_alternates":"","name":"japanese symbol for beginner","shortname":":beginner:","category":"symbols","emoji_order":"864","aliases":[],"aliases_ascii":[],"keywords":["badge","shield","chevron","green","leaf","object","tool","yellow"]},"recycle":{"unicode":"267b","unicode_alternates":"267b-fe0f","name":"black universal recycling symbol","shortname":":recycle:","category":"symbols","emoji_order":"865","aliases":[],"aliases_ascii":[],"keywords":["arrow","environment","garbage","trash","recycle","sign"]},"u6307":{"unicode":"1f22f","unicode_alternates":"1f22f-fe0f","name":"squared cjk unified ideograph-6307","shortname":":u6307:","category":"symbols","emoji_order":"866","aliases":[],"aliases_ascii":[],"keywords":["chinese","green-square","kanji","point","japanese","symbol","word"]},"chart":{"unicode":"1f4b9","unicode_alternates":"","name":"chart with upwards trend and yen sign","shortname":":chart:","category":"symbols","emoji_order":"867","aliases":[],"aliases_ascii":[],"keywords":["graph","green-square","bank","currency","growth","market","money","object","office","rise","symbol","upward"]},"sparkle":{"unicode":"2747","unicode_alternates":"2747-fe0f","name":"sparkle","shortname":":sparkle:","category":"symbols","emoji_order":"868","aliases":[],"aliases_ascii":[],"keywords":["green-square","stars","sign","symbol"]},"eight_spoked_asterisk":{"unicode":"2733","unicode_alternates":"2733-fe0f","name":"eight spoked asterisk","shortname":":eight_spoked_asterisk:","category":"symbols","emoji_order":"869","aliases":[],"aliases_ascii":[],"keywords":["green-square","sparkle","star","sign","symbol"]},"negative_squared_cross_mark":{"unicode":"274e","unicode_alternates":"","name":"negative squared cross mark","shortname":":negative_squared_cross_mark:","category":"symbols","emoji_order":"870","aliases":[],"aliases_ascii":[],"keywords":["deny","green-square","no","x","sign","square","symbol"]},"white_check_mark":{"unicode":"2705","unicode_alternates":"","name":"white heavy check mark","shortname":":white_check_mark:","category":"symbols","emoji_order":"871","aliases":[],"aliases_ascii":[],"keywords":["agree","green-square","ok","sign","symbol"]},"diamond_shape_with_a_dot_inside":{"unicode":"1f4a0","unicode_alternates":"","name":"diamond shape with a dot inside","shortname":":diamond_shape_with_a_dot_inside:","category":"symbols","emoji_order":"872","aliases":[],"aliases_ascii":[],"keywords":["cute","cuteness","kawaii","japanese","glyph","adorable","comic","geometric","sign","symbol"]},"cyclone":{"unicode":"1f300","unicode_alternates":"","name":"cyclone","shortname":":cyclone:","category":"symbols","emoji_order":"873","aliases":[],"aliases_ascii":[],"keywords":["blue","cloud","swirl","weather","hurricane","typhoon","storm","ocean","dizzy","nature","twister"]},"loop":{"unicode":"27bf","unicode_alternates":"","name":"double curly loop","shortname":":loop:","category":"symbols","emoji_order":"874","aliases":[],"aliases_ascii":[],"keywords":["blue-square","curl","sign","symbol"]},"globe_with_meridians":{"unicode":"1f310","unicode_alternates":"","name":"globe with meridians","shortname":":globe_with_meridians:","category":"symbols","emoji_order":"875","aliases":[],"aliases_ascii":[],"keywords":["earth","international","world","space","planet","nature","place"]},"m":{"unicode":"24c2","unicode_alternates":"24c2-fe0f","name":"circled latin capital letter m","shortname":":m:","category":"symbols","emoji_order":"876","aliases":[],"aliases_ascii":[],"keywords":["alphabet","blue-circle","circle","place","symbol","word"]},"atm":{"unicode":"1f3e7","unicode_alternates":"","name":"automated teller machine","shortname":":atm:","category":"symbols","emoji_order":"877","aliases":[],"aliases_ascii":[],"keywords":["atm","cash","withdrawal","money","deposit","financial","bank","adam","payday","blue-square","payment","place","sign","symbol"]},"sa":{"unicode":"1f202","unicode_alternates":"1f202-fe0f","name":"squared katakana sa","shortname":":sa:","category":"symbols","emoji_order":"878","aliases":[],"aliases_ascii":[],"keywords":["blue-square","japanese","symbol","word"]},"passport_control":{"unicode":"1f6c2","unicode_alternates":"","name":"passport control","shortname":":passport_control:","category":"symbols","emoji_order":"879","aliases":[],"aliases_ascii":[],"keywords":["blue-square","customs","official","travel","foreign","identification","check","authority","government","border","place","sign","symbol"]},"customs":{"unicode":"1f6c3","unicode_alternates":"","name":"customs","shortname":":customs:","category":"symbols","emoji_order":"880","aliases":[],"aliases_ascii":[],"keywords":["blue-square","official","border","passport","travel","foreign","goods","check","authority","government","place","sign","symbol"]},"baggage_claim":{"unicode":"1f6c4","unicode_alternates":"","name":"baggage claim","shortname":":baggage_claim:","category":"symbols","emoji_order":"881","aliases":[],"aliases_ascii":[],"keywords":["airport","blue-square","transport","bag","luggage","travel","suitcase","place","sign","symbol"]},"left_luggage":{"unicode":"1f6c5","unicode_alternates":"","name":"left luggage","shortname":":left_luggage:","category":"symbols","emoji_order":"882","aliases":[],"aliases_ascii":[],"keywords":["blue-square","travel","bag","baggage","suitcase","left luggage","locker","place","sign","symbol"]},"wheelchair":{"unicode":"267f","unicode_alternates":"267f-fe0f","name":"wheelchair symbol","shortname":":wheelchair:","category":"symbols","emoji_order":"883","aliases":[],"aliases_ascii":[],"keywords":["blue-square","disabled","handicapped","access","sign","travel"]},"no_smoking":{"unicode":"1f6ad","unicode_alternates":"","name":"no smoking symbol","shortname":":no_smoking:","category":"symbols","emoji_order":"884","aliases":[],"aliases_ascii":[],"keywords":["cigarette","smoke","cancer","lungs","inhale","tar","nicotine","forbidden","not","prohibited","sign","travel"]},"wc":{"unicode":"1f6be","unicode_alternates":"","name":"water closet","shortname":":wc:","category":"symbols","emoji_order":"885","aliases":[],"aliases_ascii":[],"keywords":["blue-square","restroom","toilet","bathroom","throne","porcelain","waste","flush","plumbing","wc","lavatory","place","sign","symbol","travel"]},"parking":{"unicode":"1f17f","unicode_alternates":"1f17f-fe0f","name":"negative squared latin capital letter p","shortname":":parking:","category":"symbols","emoji_order":"886","aliases":[],"aliases_ascii":[],"keywords":["alphabet","blue-square","cars","letter","parking","place","sign","symbol","word"]},"potable_water":{"unicode":"1f6b0","unicode_alternates":"","name":"potable water symbol","shortname":":potable_water:","category":"symbols","emoji_order":"887","aliases":[],"aliases_ascii":[],"keywords":["blue-square","faucet","liquid","drinkable","pure","clear","clean","aqua","h20","drink","sign","travel"]},"mens":{"unicode":"1f6b9","unicode_alternates":"","name":"mens symbol","shortname":":mens:","category":"symbols","emoji_order":"888","aliases":[],"aliases_ascii":[],"keywords":["restroom","toilet","wc","men","bathroom","sign","boy","male","avatar","lavatory","man","travel"]},"womens":{"unicode":"1f6ba","unicode_alternates":"","name":"womens symbol","shortname":":womens:","category":"symbols","emoji_order":"889","aliases":[],"aliases_ascii":[],"keywords":["purple-square","woman","bathroom","restroom","sign","girl","female","avatar","lavatory","travel","wc"]},"baby_symbol":{"unicode":"1f6bc","unicode_alternates":"","name":"baby symbol","shortname":":baby_symbol:","category":"symbols","emoji_order":"890","aliases":[],"aliases_ascii":[],"keywords":["child","orange-square","crawl","newborn","human","diaper","small","babe","changing","sign","travel"]},"restroom":{"unicode":"1f6bb","unicode_alternates":"","name":"restroom","shortname":":restroom:","category":"symbols","emoji_order":"891","aliases":[],"aliases_ascii":[],"keywords":["blue-square","woman","man","unisex","bathroom","sign","toilet","lavatory","symbol","travel","wc"]},"put_litter_in_its_place":{"unicode":"1f6ae","unicode_alternates":"","name":"put litter in its place symbol","shortname":":put_litter_in_its_place:","category":"symbols","emoji_order":"892","aliases":[],"aliases_ascii":[],"keywords":["blue-square","waste","trash","garbage","receptacle","can","litterbox","travel"]},"cinema":{"unicode":"1f3a6","unicode_alternates":"","name":"cinema","shortname":":cinema:","category":"symbols","emoji_order":"893","aliases":[],"aliases_ascii":[],"keywords":["blue-square","film","movie","record","theater","motion","picture","activity","camera","entertainment","object","symbol"]},"signal_strength":{"unicode":"1f4f6","unicode_alternates":"","name":"antenna with bars","shortname":":signal_strength:","category":"symbols","emoji_order":"894","aliases":[],"aliases_ascii":[],"keywords":["blue-square","cell","bar","communication","mobile","object","phone","signal","symbol","telephone"]},"koko":{"unicode":"1f201","unicode_alternates":"","name":"squared katakana koko","shortname":":koko:","category":"symbols","emoji_order":"895","aliases":[],"aliases_ascii":[],"keywords":["blue-square","destination","here","japanese","symbol","word"]},"ng":{"unicode":"1f196","unicode_alternates":"","name":"squared ng","shortname":":ng:","category":"symbols","emoji_order":"896","aliases":[],"aliases_ascii":[],"keywords":["blue-square","no good","symbol","word"]},"ok":{"unicode":"1f197","unicode_alternates":"","name":"squared ok","shortname":":ok:","category":"symbols","emoji_order":"897","aliases":[],"aliases_ascii":[],"keywords":["agree","blue-square","good","yes","symbol","word"]},"up":{"unicode":"1f199","unicode_alternates":"","name":"squared up with exclamation mark","shortname":":up:","category":"symbols","emoji_order":"898","aliases":[],"aliases_ascii":[],"keywords":["blue-square","symbol","word"]},"cool":{"unicode":"1f192","unicode_alternates":"","name":"squared cool","shortname":":cool:","category":"symbols","emoji_order":"899","aliases":[],"aliases_ascii":[],"keywords":["blue-square","words","symbol","word"]},"new":{"unicode":"1f195","unicode_alternates":"","name":"squared new","shortname":":new:","category":"symbols","emoji_order":"900","aliases":[],"aliases_ascii":[],"keywords":["blue-square","symbol","word"]},"free":{"unicode":"1f193","unicode_alternates":"","name":"squared free","shortname":":free:","category":"symbols","emoji_order":"901","aliases":[],"aliases_ascii":[],"keywords":["blue-square","words","symbol","word"]},"zero":{"unicode":"0030-20e3","unicode_alternates":"0030-fe0f-20e3","name":"keycap digit zero","shortname":":zero:","category":"symbols","emoji_order":"902","aliases":[],"aliases_ascii":[],"keywords":["blue-square","numbers","0","symbol","word"]},"one":{"unicode":"0031-20e3","unicode_alternates":"0031-fe0f-20e3","name":"keycap digit one","shortname":":one:","category":"symbols","emoji_order":"903","aliases":[],"aliases_ascii":[],"keywords":["1","blue-square","numbers","symbol","word"]},"two":{"unicode":"0032-20e3","unicode_alternates":"0032-fe0f-20e3","name":"keycap digit two","shortname":":two:","category":"symbols","emoji_order":"904","aliases":[],"aliases_ascii":[],"keywords":["2","blue-square","numbers","prime","symbol","word"]},"three":{"unicode":"0033-20e3","unicode_alternates":"0033-fe0f-20e3","name":"keycap digit three","shortname":":three:","category":"symbols","emoji_order":"905","aliases":[],"aliases_ascii":[],"keywords":["3","blue-square","numbers","prime","symbol","word"]},"four":{"unicode":"0034-20e3","unicode_alternates":"0034-fe0f-20e3","name":"keycap digit four","shortname":":four:","category":"symbols","emoji_order":"906","aliases":[],"aliases_ascii":[],"keywords":["4","blue-square","numbers","symbol","word"]},"five":{"unicode":"0035-20e3","unicode_alternates":"0035-fe0f-20e3","name":"keycap digit five","shortname":":five:","category":"symbols","emoji_order":"907","aliases":[],"aliases_ascii":[],"keywords":["blue-square","numbers","prime","5","symbol","word"]},"six":{"unicode":"0036-20e3","unicode_alternates":"0036-fe0f-20e3","name":"keycap digit six","shortname":":six:","category":"symbols","emoji_order":"908","aliases":[],"aliases_ascii":[],"keywords":["6","blue-square","numbers","symbol","word"]},"seven":{"unicode":"0037-20e3","unicode_alternates":"0037-fe0f-20e3","name":"keycap digit seven","shortname":":seven:","category":"symbols","emoji_order":"909","aliases":[],"aliases_ascii":[],"keywords":["7","blue-square","numbers","prime","symbol","word"]},"eight":{"unicode":"0038-20e3","unicode_alternates":"0038-fe0f-20e3","name":"keycap digit eight","shortname":":eight:","category":"symbols","emoji_order":"910","aliases":[],"aliases_ascii":[],"keywords":["8","blue-square","numbers","symbol","word"]},"nine":{"unicode":"0039-20e3","unicode_alternates":"0039-fe0f-20e3","name":"keycap digit nine","shortname":":nine:","category":"symbols","emoji_order":"911","aliases":[],"aliases_ascii":[],"keywords":["9","blue-square","numbers","symbol","word"]},"ten":{"unicode":"1f51f","unicode_alternates":"","name":"keycap ten","shortname":":ten:","category":"symbols","emoji_order":"912","aliases":[],"aliases_ascii":[],"keywords":["10","blue-square","numbers","symbol","word"]},"1234":{"unicode":"1f522","unicode_alternates":"","name":"input symbol for numbers","shortname":":1234:","category":"symbols","emoji_order":"913","aliases":[],"aliases_ascii":[],"keywords":["blue-square","1234","word"]},"arrow_forward":{"unicode":"25b6","unicode_alternates":"25b6-fe0f","name":"black right-pointing triangle","shortname":":arrow_forward:","category":"symbols","emoji_order":"914","aliases":[],"aliases_ascii":[],"keywords":["arrow","blue-square","forward","play","right","sound","symbol"]},"pause_button":{"unicode":"23f8","unicode_alternates":"23f8-fe0f","name":"double vertical bar","shortname":":pause_button:","category":"symbols","emoji_order":"915","aliases":[":double_vertical_bar:"],"aliases_ascii":[],"keywords":["pause","sound","symbol"]},"play_pause":{"unicode":"23ef","unicode_alternates":"23ef-fe0f","name":"black right-pointing double triangle with double vertical bar","shortname":":play_pause:","category":"symbols","emoji_order":"916","aliases":[],"aliases_ascii":[],"keywords":["arrow","pause","play","right","sound","symbol"]},"stop_button":{"unicode":"23f9","unicode_alternates":"23f9-fe0f","name":"black square for stop","shortname":":stop_button:","category":"symbols","emoji_order":"917","aliases":[],"aliases_ascii":[],"keywords":["sound","symbol"]},"record_button":{"unicode":"23fa","unicode_alternates":"23fa-fe0f","name":"black circle for record","shortname":":record_button:","category":"symbols","emoji_order":"918","aliases":[],"aliases_ascii":[],"keywords":["sound","symbol"]},"track_next":{"unicode":"23ed","unicode_alternates":"23ed-fe0f","name":"black right-pointing double triangle with vertical bar","shortname":":track_next:","category":"symbols","emoji_order":"919","aliases":[":next_track:"],"aliases_ascii":[],"keywords":["arrow","next scene","next track","sound","symbol"]},"track_previous":{"unicode":"23ee","unicode_alternates":"23ee-fe0f","name":"black left-pointing double triangle with vertical bar","shortname":":track_previous:","category":"symbols","emoji_order":"920","aliases":[":previous_track:"],"aliases_ascii":[],"keywords":["arrow","previous scene","previous track","sound","symbol"]},"fast_forward":{"unicode":"23e9","unicode_alternates":"","name":"black right-pointing double triangle","shortname":":fast_forward:","category":"symbols","emoji_order":"921","aliases":[],"aliases_ascii":[],"keywords":["blue-square","fast","forward","arrow","sound","symbol"]},"rewind":{"unicode":"23ea","unicode_alternates":"","name":"black left-pointing double triangle","shortname":":rewind:","category":"symbols","emoji_order":"922","aliases":[],"aliases_ascii":[],"keywords":["blue-square","play","rewind","arrow","sound","symbol"]},"twisted_rightwards_arrows":{"unicode":"1f500","unicode_alternates":"","name":"twisted rightwards arrows","shortname":":twisted_rightwards_arrows:","category":"symbols","emoji_order":"923","aliases":[],"aliases_ascii":[],"keywords":["blue-square","arrow","crossed","symbol"]},"repeat":{"unicode":"1f501","unicode_alternates":"","name":"clockwise rightwards and leftwards open circle arrows","shortname":":repeat:","category":"symbols","emoji_order":"924","aliases":[],"aliases_ascii":[],"keywords":["loop","record","repeat","arrow","symbol"]},"repeat_one":{"unicode":"1f502","unicode_alternates":"","name":"clockwise rightwards and leftwards open circle arrows with circled one overlay","shortname":":repeat_one:","category":"symbols","emoji_order":"925","aliases":[],"aliases_ascii":[],"keywords":["blue-square","loop","repeat","once","arrow","symbol"]},"arrow_backward":{"unicode":"25c0","unicode_alternates":"25c0-fe0f","name":"black left-pointing triangle","shortname":":arrow_backward:","category":"symbols","emoji_order":"926","aliases":[],"aliases_ascii":[],"keywords":["arrow","blue-square","backward","left","reverse","sound","symbol"]},"arrow_up_small":{"unicode":"1f53c","unicode_alternates":"","name":"up-pointing small red triangle","shortname":":arrow_up_small:","category":"symbols","emoji_order":"927","aliases":[],"aliases_ascii":[],"keywords":["blue-square","arrow","button","symbol"]},"arrow_down_small":{"unicode":"1f53d","unicode_alternates":"","name":"down-pointing small red triangle","shortname":":arrow_down_small:","category":"symbols","emoji_order":"928","aliases":[],"aliases_ascii":[],"keywords":["arrow","blue-square","button","down","symbol"]},"arrow_double_up":{"unicode":"23eb","unicode_alternates":"","name":"black up-pointing double triangle","shortname":":arrow_double_up:","category":"symbols","emoji_order":"929","aliases":[],"aliases_ascii":[],"keywords":["arrow","blue-square","sound","symbol"]},"arrow_double_down":{"unicode":"23ec","unicode_alternates":"","name":"black down-pointing double triangle","shortname":":arrow_double_down:","category":"symbols","emoji_order":"930","aliases":[],"aliases_ascii":[],"keywords":["arrow","blue-square","down","sound","symbol"]},"arrow_right":{"unicode":"27a1","unicode_alternates":"27a1-fe0f","name":"black rightwards arrow","shortname":":arrow_right:","category":"symbols","emoji_order":"931","aliases":[],"aliases_ascii":[],"keywords":["blue-square","next","forward","right","cardinal","direction","east","symbol"]},"arrow_left":{"unicode":"2b05","unicode_alternates":"2b05-fe0f","name":"leftwards black arrow","shortname":":arrow_left:","category":"symbols","emoji_order":"932","aliases":[],"aliases_ascii":[],"keywords":["blue-square","previous","back","left","cardinal","direction","symbol","west"]},"arrow_up":{"unicode":"2b06","unicode_alternates":"2b06-fe0f","name":"upwards black arrow","shortname":":arrow_up:","category":"symbols","emoji_order":"933","aliases":[],"aliases_ascii":[],"keywords":["blue-square","up","cardinal","direction","north","symbol"]},"arrow_down":{"unicode":"2b07","unicode_alternates":"2b07-fe0f","name":"downwards black arrow","shortname":":arrow_down:","category":"symbols","emoji_order":"934","aliases":[],"aliases_ascii":[],"keywords":["blue-square","down","cardinal","direction","south","symbol"]},"arrow_upper_right":{"unicode":"2197","unicode_alternates":"2197-fe0f","name":"north east arrow","shortname":":arrow_upper_right:","category":"symbols","emoji_order":"935","aliases":[],"aliases_ascii":[],"keywords":["blue-square","upper","right","direction","intercardinal","northeast","symbol"]},"arrow_lower_right":{"unicode":"2198","unicode_alternates":"2198-fe0f","name":"south east arrow","shortname":":arrow_lower_right:","category":"symbols","emoji_order":"936","aliases":[],"aliases_ascii":[],"keywords":["blue-square","lower","right","direction","intercardinal","southeast","symbol"]},"arrow_lower_left":{"unicode":"2199","unicode_alternates":"2199-fe0f","name":"south west arrow","shortname":":arrow_lower_left:","category":"symbols","emoji_order":"937","aliases":[],"aliases_ascii":[],"keywords":["blue-square","lower","left","direction","intercardinal","southwest","symbol"]},"arrow_upper_left":{"unicode":"2196","unicode_alternates":"2196-fe0f","name":"north west arrow","shortname":":arrow_upper_left:","category":"symbols","emoji_order":"938","aliases":[],"aliases_ascii":[],"keywords":["blue-square","upper","left","direction","intercardinal","northwest","symbol"]},"arrow_up_down":{"unicode":"2195","unicode_alternates":"2195-fe0f","name":"up down arrow","shortname":":arrow_up_down:","category":"symbols","emoji_order":"939","aliases":[],"aliases_ascii":[],"keywords":["blue-square","symbol"]},"left_right_arrow":{"unicode":"2194","unicode_alternates":"2194-fe0f","name":"left right arrow","shortname":":left_right_arrow:","category":"symbols","emoji_order":"940","aliases":[],"aliases_ascii":[],"keywords":["blue-square","symbol"]},"arrows_counterclockwise":{"unicode":"1f504","unicode_alternates":"","name":"anticlockwise downwards and upwards open circle arrows","shortname":":arrows_counterclockwise:","category":"symbols","emoji_order":"941","aliases":[],"aliases_ascii":[],"keywords":["blue-square","sync","counterclockwise","arrow","symbol","withershins"]},"arrow_right_hook":{"unicode":"21aa","unicode_alternates":"21aa-fe0f","name":"rightwards arrow with hook","shortname":":arrow_right_hook:","category":"symbols","emoji_order":"942","aliases":[],"aliases_ascii":[],"keywords":["arrow","blue-square","turn","symbol"]},"leftwards_arrow_with_hook":{"unicode":"21a9","unicode_alternates":"21a9-fe0f","name":"leftwards arrow with hook","shortname":":leftwards_arrow_with_hook:","category":"symbols","emoji_order":"943","aliases":[],"aliases_ascii":[],"keywords":["arrow","blue-square","turn","symbol"]},"arrow_heading_up":{"unicode":"2934","unicode_alternates":"2934-fe0f","name":"arrow pointing rightwards then curving upwards","shortname":":arrow_heading_up:","category":"symbols","emoji_order":"944","aliases":[],"aliases_ascii":[],"keywords":["arrow","blue-square","up","symbol"]},"arrow_heading_down":{"unicode":"2935","unicode_alternates":"2935-fe0f","name":"arrow pointing rightwards then curving downwards","shortname":":arrow_heading_down:","category":"symbols","emoji_order":"945","aliases":[],"aliases_ascii":[],"keywords":["arrow","blue-square","down","symbol"]},"hash":{"unicode":"0023-20e3","unicode_alternates":"0023-fe0f-20e3","name":"keycap number sign","shortname":":hash:","category":"symbols","emoji_order":"946","aliases":[],"aliases_ascii":[],"keywords":["symbol","hash","pound","word"]},"asterisk":{"unicode":"002a-20e3","unicode_alternates":"002a-fe0f-20e3","name":"keycap asterisk","shortname":":asterisk:","category":"symbols","emoji_order":"947","aliases":[":keycap_asterisk:"],"aliases_ascii":[],"keywords":["*","star","symbol"]},"information_source":{"unicode":"2139","unicode_alternates":"2139-fe0f","name":"information source","shortname":":information_source:","category":"symbols","emoji_order":"948","aliases":[],"aliases_ascii":[],"keywords":["alphabet","blue-square","letter","i","symbol","word"]},"abc":{"unicode":"1f524","unicode_alternates":"","name":"input symbol for latin letters","shortname":":abc:","category":"symbols","emoji_order":"949","aliases":[],"aliases_ascii":[],"keywords":["alphabet","blue-square","abc","word"]},"abcd":{"unicode":"1f521","unicode_alternates":"","name":"input symbol for latin small letters","shortname":":abcd:","category":"symbols","emoji_order":"950","aliases":[],"aliases_ascii":[],"keywords":["alphabet","blue-square","abcd","lowercase","word"]},"capital_abcd":{"unicode":"1f520","unicode_alternates":"","name":"input symbol for latin capital letters","shortname":":capital_abcd:","category":"symbols","emoji_order":"951","aliases":[],"aliases_ascii":[],"keywords":["alphabet","blue-square","uppercase","word"]},"symbols":{"unicode":"1f523","unicode_alternates":"","name":"input symbol for symbols","shortname":":symbols:","category":"symbols","emoji_order":"952","aliases":[],"aliases_ascii":[],"keywords":["blue-square","word"]},"musical_note":{"unicode":"1f3b5","unicode_alternates":"","name":"musical note","shortname":":musical_note:","category":"symbols","emoji_order":"953","aliases":[],"aliases_ascii":[],"keywords":["score","music","sound","tone","activity","entertainment","object"]},"notes":{"unicode":"1f3b6","unicode_alternates":"","name":"multiple musical notes","shortname":":notes:","category":"symbols","emoji_order":"954","aliases":[],"aliases_ascii":[],"keywords":["music","score","sound","melody","tone","activity","entertainment","note","object"]},"wavy_dash":{"unicode":"3030","unicode_alternates":"3030-fe0f","name":"wavy dash","shortname":":wavy_dash:","category":"symbols","emoji_order":"955","aliases":[],"aliases_ascii":[],"keywords":["draw","line","punctuation","sound","symbol"]},"curly_loop":{"unicode":"27b0","unicode_alternates":"","name":"curly loop","shortname":":curly_loop:","category":"symbols","emoji_order":"956","aliases":[],"aliases_ascii":[],"keywords":["scribble","curl","sign","symbol"]},"heavy_check_mark":{"unicode":"2714","unicode_alternates":"2714-fe0f","name":"heavy check mark","shortname":":heavy_check_mark:","category":"symbols","emoji_order":"957","aliases":[],"aliases_ascii":[],"keywords":["nike","ok","go","sign","symbol"]},"arrows_clockwise":{"unicode":"1f503","unicode_alternates":"","name":"clockwise downwards and upwards open circle arrows","shortname":":arrows_clockwise:","category":"symbols","emoji_order":"958","aliases":[],"aliases_ascii":[],"keywords":["sync","arrow","reload","symbol"]},"heavy_plus_sign":{"unicode":"2795","unicode_alternates":"","name":"heavy plus sign","shortname":":heavy_plus_sign:","category":"symbols","emoji_order":"959","aliases":[],"aliases_ascii":[],"keywords":["calculation","math","add","addition","symbol"]},"heavy_minus_sign":{"unicode":"2796","unicode_alternates":"","name":"heavy minus sign","shortname":":heavy_minus_sign:","category":"symbols","emoji_order":"960","aliases":[],"aliases_ascii":[],"keywords":["calculation","math","sub","subtract","symbol"]},"heavy_division_sign":{"unicode":"2797","unicode_alternates":"","name":"heavy division sign","shortname":":heavy_division_sign:","category":"symbols","emoji_order":"961","aliases":[],"aliases_ascii":[],"keywords":["calculation","divide","math","symbol"]},"heavy_multiplication_x":{"unicode":"2716","unicode_alternates":"2716-fe0f","name":"heavy multiplication x","shortname":":heavy_multiplication_x:","category":"symbols","emoji_order":"962","aliases":[],"aliases_ascii":[],"keywords":["calculation","math","multiply","times","cancel","sign","symbol"]},"heavy_dollar_sign":{"unicode":"1f4b2","unicode_alternates":"","name":"heavy dollar sign","shortname":":heavy_dollar_sign:","category":"symbols","emoji_order":"963","aliases":[],"aliases_ascii":[],"keywords":["currency","money","payment","cash","sale","purchase","value","object","office","symbol"]},"currency_exchange":{"unicode":"1f4b1","unicode_alternates":"","name":"currency exchange","shortname":":currency_exchange:","category":"symbols","emoji_order":"964","aliases":[],"aliases_ascii":[],"keywords":["dollar","money","travel","bank","object","office","symbol"]},"copyright":{"unicode":"00a9","unicode_alternates":"00a9-fe0f","name":"copyright sign","shortname":":copyright:","category":"symbols","emoji_order":"965","aliases":[],"aliases_ascii":[],"keywords":["ip","license","symbol","word"]},"registered":{"unicode":"00ae","unicode_alternates":"00ae-fe0f","name":"registered sign","shortname":":registered:","category":"symbols","emoji_order":"966","aliases":[],"aliases_ascii":[],"keywords":["alphabet","circle","symbol","word"]},"tm":{"unicode":"2122","unicode_alternates":"2122-fe0f","name":"trade mark sign","shortname":":tm:","category":"symbols","emoji_order":"967","aliases":[],"aliases_ascii":[],"keywords":["brand","trademark","symbol","tm","word"]},"end":{"unicode":"1f51a","unicode_alternates":"","name":"end with leftwards arrow above","shortname":":end:","category":"symbols","emoji_order":"968","aliases":[],"aliases_ascii":[],"keywords":["words","symbol"]},"back":{"unicode":"1f519","unicode_alternates":"","name":"back with leftwards arrow above","shortname":":back:","category":"symbols","emoji_order":"969","aliases":[],"aliases_ascii":[],"keywords":["words","symbol"]},"on":{"unicode":"1f51b","unicode_alternates":"","name":"on with exclamation mark with left right arrow abo","shortname":":on:","category":"symbols","emoji_order":"970","aliases":[],"aliases_ascii":[],"keywords":["words","symbol"]},"top":{"unicode":"1f51d","unicode_alternates":"","name":"top with upwards arrow above","shortname":":top:","category":"symbols","emoji_order":"971","aliases":[],"aliases_ascii":[],"keywords":["words","symbol","up"]},"soon":{"unicode":"1f51c","unicode_alternates":"","name":"soon with rightwards arrow above","shortname":":soon:","category":"symbols","emoji_order":"972","aliases":[],"aliases_ascii":[],"keywords":["words","symbol"]},"ballot_box_with_check":{"unicode":"2611","unicode_alternates":"2611-fe0f","name":"ballot box with check","shortname":":ballot_box_with_check:","category":"symbols","emoji_order":"973","aliases":[],"aliases_ascii":[],"keywords":["agree","ok","sign","symbol"]},"radio_button":{"unicode":"1f518","unicode_alternates":"","name":"radio button","shortname":":radio_button:","category":"symbols","emoji_order":"974","aliases":[],"aliases_ascii":[],"keywords":["input","geometric","sign","symbol"]},"white_circle":{"unicode":"26aa","unicode_alternates":"26aa-fe0f","name":"medium white circle","shortname":":white_circle:","category":"symbols","emoji_order":"975","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"black_circle":{"unicode":"26ab","unicode_alternates":"26ab-fe0f","name":"medium black circle","shortname":":black_circle:","category":"symbols","emoji_order":"976","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"red_circle":{"unicode":"1f534","unicode_alternates":"","name":"large red circle","shortname":":red_circle:","category":"symbols","emoji_order":"977","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"large_blue_circle":{"unicode":"1f535","unicode_alternates":"","name":"large blue circle","shortname":":large_blue_circle:","category":"symbols","emoji_order":"978","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"small_orange_diamond":{"unicode":"1f538","unicode_alternates":"","name":"small orange diamond","shortname":":small_orange_diamond:","category":"symbols","emoji_order":"979","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"small_blue_diamond":{"unicode":"1f539","unicode_alternates":"","name":"small blue diamond","shortname":":small_blue_diamond:","category":"symbols","emoji_order":"980","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"large_orange_diamond":{"unicode":"1f536","unicode_alternates":"","name":"large orange diamond","shortname":":large_orange_diamond:","category":"symbols","emoji_order":"981","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"large_blue_diamond":{"unicode":"1f537","unicode_alternates":"","name":"large blue diamond","shortname":":large_blue_diamond:","category":"symbols","emoji_order":"982","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"small_red_triangle":{"unicode":"1f53a","unicode_alternates":"","name":"up-pointing red triangle","shortname":":small_red_triangle:","category":"symbols","emoji_order":"983","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"black_small_square":{"unicode":"25aa","unicode_alternates":"25aa-fe0f","name":"black small square","shortname":":black_small_square:","category":"symbols","emoji_order":"984","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"white_small_square":{"unicode":"25ab","unicode_alternates":"25ab-fe0f","name":"white small square","shortname":":white_small_square:","category":"symbols","emoji_order":"985","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"black_large_square":{"unicode":"2b1b","unicode_alternates":"2b1b-fe0f","name":"black large square","shortname":":black_large_square:","category":"symbols","emoji_order":"986","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"white_large_square":{"unicode":"2b1c","unicode_alternates":"2b1c-fe0f","name":"white large square","shortname":":white_large_square:","category":"symbols","emoji_order":"987","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"small_red_triangle_down":{"unicode":"1f53b","unicode_alternates":"","name":"down-pointing red triangle","shortname":":small_red_triangle_down:","category":"symbols","emoji_order":"988","aliases":[],"aliases_ascii":[],"keywords":["shape","down","geometric","sign","symbol"]},"black_medium_square":{"unicode":"25fc","unicode_alternates":"25fc-fe0f","name":"black medium square","shortname":":black_medium_square:","category":"symbols","emoji_order":"989","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"white_medium_square":{"unicode":"25fb","unicode_alternates":"25fb-fe0f","name":"white medium square","shortname":":white_medium_square:","category":"symbols","emoji_order":"990","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"black_medium_small_square":{"unicode":"25fe","unicode_alternates":"25fe-fe0f","name":"black medium small square","shortname":":black_medium_small_square:","category":"symbols","emoji_order":"991","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"white_medium_small_square":{"unicode":"25fd","unicode_alternates":"25fd-fe0f","name":"white medium small square","shortname":":white_medium_small_square:","category":"symbols","emoji_order":"992","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","sign","symbol"]},"black_square_button":{"unicode":"1f532","unicode_alternates":"","name":"black square button","shortname":":black_square_button:","category":"symbols","emoji_order":"993","aliases":[],"aliases_ascii":[],"keywords":["frame","geometric","sign","symbol"]},"white_square_button":{"unicode":"1f533","unicode_alternates":"","name":"white square button","shortname":":white_square_button:","category":"symbols","emoji_order":"994","aliases":[],"aliases_ascii":[],"keywords":["shape","geometric","outlined","sign","symbol"]},"speaker":{"unicode":"1f508","unicode_alternates":"","name":"speaker","shortname":":speaker:","category":"symbols","emoji_order":"995","aliases":[],"aliases_ascii":[],"keywords":["sound","listen","hear","noise","volume","object"]},"sound":{"unicode":"1f509","unicode_alternates":"","name":"speaker with one sound wave","shortname":":sound:","category":"symbols","emoji_order":"996","aliases":[],"aliases_ascii":[],"keywords":["low","volume","object"]},"loud_sound":{"unicode":"1f50a","unicode_alternates":"","name":"speaker with three sound waves","shortname":":loud_sound:","category":"symbols","emoji_order":"997","aliases":[],"aliases_ascii":[],"keywords":["loud","high","volume","3","entertainment","object"]},"mute":{"unicode":"1f507","unicode_alternates":"","name":"speaker with cancellation stroke","shortname":":mute:","category":"symbols","emoji_order":"998","aliases":[],"aliases_ascii":[],"keywords":["sound","volume","mute","object","quiet","silent"]},"mega":{"unicode":"1f4e3","unicode_alternates":"","name":"cheering megaphone","shortname":":mega:","category":"symbols","emoji_order":"999","aliases":[],"aliases_ascii":[],"keywords":["sound","speaker","volume","communication","object"]},"loudspeaker":{"unicode":"1f4e2","unicode_alternates":"","name":"public address loudspeaker","shortname":":loudspeaker:","category":"symbols","emoji_order":"1000","aliases":[],"aliases_ascii":[],"keywords":["sound","volume","communication","loud","object","public address"]},"bell":{"unicode":"1f514","unicode_alternates":"","name":"bell","shortname":":bell:","category":"symbols","emoji_order":"1001","aliases":[],"aliases_ascii":[],"keywords":["chime","christmas","notification","sound","xmas","ring","object"]},"no_bell":{"unicode":"1f515","unicode_alternates":"","name":"bell with cancellation stroke","shortname":":no_bell:","category":"symbols","emoji_order":"1002","aliases":[],"aliases_ascii":[],"keywords":["mute","sound","volume","no","forbidden","not","object","prohibited","quiet","silent"]},"black_joker":{"unicode":"1f0cf","unicode_alternates":"","name":"playing card black joker","shortname":":black_joker:","category":"symbols","emoji_order":"1003","aliases":[],"aliases_ascii":[],"keywords":["cards","game","poker","entertainment","object"]},"mahjong":{"unicode":"1f004","unicode_alternates":"1f004-fe0f","name":"mahjong tile red dragon","shortname":":mahjong:","category":"symbols","emoji_order":"1004","aliases":[],"aliases_ascii":[],"keywords":["chinese","game","kanji","object"]},"spades":{"unicode":"2660","unicode_alternates":"2660-fe0f","name":"black spade suit","shortname":":spades:","category":"symbols","emoji_order":"1005","aliases":[],"aliases_ascii":[],"keywords":["cards","poker","card","game","symbol"]},"clubs":{"unicode":"2663","unicode_alternates":"2663-fe0f","name":"black club suit","shortname":":clubs:","category":"symbols","emoji_order":"1006","aliases":[],"aliases_ascii":[],"keywords":["cards","poker","card","clubs","game","symbol"]},"hearts":{"unicode":"2665","unicode_alternates":"2665-fe0f","name":"black heart suit","shortname":":hearts:","category":"symbols","emoji_order":"1007","aliases":[],"aliases_ascii":[],"keywords":["cards","poker","card","emotion","game","hearts","symbol"]},"diamonds":{"unicode":"2666","unicode_alternates":"2666-fe0f","name":"black diamond suit","shortname":":diamonds:","category":"symbols","emoji_order":"1008","aliases":[],"aliases_ascii":[],"keywords":["cards","poker","card","diamonds","game","symbol"]},"flower_playing_cards":{"unicode":"1f3b4","unicode_alternates":"","name":"flower playing cards","shortname":":flower_playing_cards:","category":"symbols","emoji_order":"1009","aliases":[],"aliases_ascii":[],"keywords":["game","august","moon","special","activity","card","entertainment","japanese","object"]},"thought_balloon":{"unicode":"1f4ad","unicode_alternates":"","name":"thought balloon","shortname":":thought_balloon:","category":"symbols","emoji_order":"1010","aliases":[],"aliases_ascii":[],"keywords":["bubble","cloud","comic","think","day dream","wonder","emotion","object","person"]},"anger_right":{"unicode":"1f5ef","unicode_alternates":"1f5ef-fe0f","name":"right anger bubble","shortname":":anger_right:","category":"symbols","emoji_order":"1011","aliases":[":right_anger_bubble:"],"aliases_ascii":[],"keywords":["speech","balloon","talk","mood","conversation","communication","comic","angry","emotion","mad","symbol"]},"speech_balloon":{"unicode":"1f4ac","unicode_alternates":"","name":"speech balloon","shortname":":speech_balloon:","category":"symbols","emoji_order":"1012","aliases":[],"aliases_ascii":[],"keywords":["bubble","words","talk","conversation","communication","comic","dialogue","dialog","emotion","object","person"]},"clock1":{"unicode":"1f550","unicode_alternates":"","name":"clock face one oclock","shortname":":clock1:","category":"symbols","emoji_order":"1013","aliases":[],"aliases_ascii":[],"keywords":["time","00","1","1:00","o'clock","symbol"]},"clock2":{"unicode":"1f551","unicode_alternates":"","name":"clock face two oclock","shortname":":clock2:","category":"symbols","emoji_order":"1014","aliases":[],"aliases_ascii":[],"keywords":["time","00","2","2:00","o'clock","symbol"]},"clock3":{"unicode":"1f552","unicode_alternates":"","name":"clock face three oclock","shortname":":clock3:","category":"symbols","emoji_order":"1015","aliases":[],"aliases_ascii":[],"keywords":["time","00","3","3:00","o'clock","symbol"]},"clock4":{"unicode":"1f553","unicode_alternates":"","name":"clock face four oclock","shortname":":clock4:","category":"symbols","emoji_order":"1016","aliases":[],"aliases_ascii":[],"keywords":["time","00","4","4:00","o'clock","symbol"]},"clock5":{"unicode":"1f554","unicode_alternates":"","name":"clock face five oclock","shortname":":clock5:","category":"symbols","emoji_order":"1017","aliases":[],"aliases_ascii":[],"keywords":["time","00","5","5:00","o'clock","symbol"]},"clock6":{"unicode":"1f555","unicode_alternates":"","name":"clock face six oclock","shortname":":clock6:","category":"symbols","emoji_order":"1018","aliases":[],"aliases_ascii":[],"keywords":["time","00","6","6:00","o'clock","symbol"]},"clock7":{"unicode":"1f556","unicode_alternates":"","name":"clock face seven oclock","shortname":":clock7:","category":"symbols","emoji_order":"1019","aliases":[],"aliases_ascii":[],"keywords":["time","00","7","7:00","o'clock","symbol"]},"clock8":{"unicode":"1f557","unicode_alternates":"","name":"clock face eight oclock","shortname":":clock8:","category":"symbols","emoji_order":"1020","aliases":[],"aliases_ascii":[],"keywords":["time","00","8","8:00","o'clock","symbol"]},"clock9":{"unicode":"1f558","unicode_alternates":"","name":"clock face nine oclock","shortname":":clock9:","category":"symbols","emoji_order":"1021","aliases":[],"aliases_ascii":[],"keywords":["time","00","9","9:00","o'clock","symbol"]},"clock10":{"unicode":"1f559","unicode_alternates":"","name":"clock face ten oclock","shortname":":clock10:","category":"symbols","emoji_order":"1022","aliases":[],"aliases_ascii":[],"keywords":["time","00","10","10:00","o'clock","symbol"]},"clock11":{"unicode":"1f55a","unicode_alternates":"","name":"clock face eleven oclock","shortname":":clock11:","category":"symbols","emoji_order":"1023","aliases":[],"aliases_ascii":[],"keywords":["time","00","11","11:00","o'clock","symbol"]},"clock12":{"unicode":"1f55b","unicode_alternates":"","name":"clock face twelve oclock","shortname":":clock12:","category":"symbols","emoji_order":"1024","aliases":[],"aliases_ascii":[],"keywords":["time","00","12","12:00","o'clock","symbol"]},"clock130":{"unicode":"1f55c","unicode_alternates":"","name":"clock face one-thirty","shortname":":clock130:","category":"symbols","emoji_order":"1025","aliases":[],"aliases_ascii":[],"keywords":["time","1","1:30","30","one","symbol","thirty"]},"clock230":{"unicode":"1f55d","unicode_alternates":"","name":"clock face two-thirty","shortname":":clock230:","category":"symbols","emoji_order":"1026","aliases":[],"aliases_ascii":[],"keywords":["time","2","2:30","30","symbol","thirty","two"]},"clock330":{"unicode":"1f55e","unicode_alternates":"","name":"clock face three-thirty","shortname":":clock330:","category":"symbols","emoji_order":"1027","aliases":[],"aliases_ascii":[],"keywords":["time","3","3:30","30","symbol","thirty","three"]},"clock430":{"unicode":"1f55f","unicode_alternates":"","name":"clock face four-thirty","shortname":":clock430:","category":"symbols","emoji_order":"1028","aliases":[],"aliases_ascii":[],"keywords":["time","30","4","4:30","four","symbol","thirty"]},"clock530":{"unicode":"1f560","unicode_alternates":"","name":"clock face five-thirty","shortname":":clock530:","category":"symbols","emoji_order":"1029","aliases":[],"aliases_ascii":[],"keywords":["time","30","5","5:30","five","symbol","thirty"]},"clock630":{"unicode":"1f561","unicode_alternates":"","name":"clock face six-thirty","shortname":":clock630:","category":"symbols","emoji_order":"1030","aliases":[],"aliases_ascii":[],"keywords":["time","30","6","6:30","six","symbol","thirty"]},"clock730":{"unicode":"1f562","unicode_alternates":"","name":"clock face seven-thirty","shortname":":clock730:","category":"symbols","emoji_order":"1031","aliases":[],"aliases_ascii":[],"keywords":["time","30","7","7:30","seven","symbol","thirty"]},"clock830":{"unicode":"1f563","unicode_alternates":"","name":"clock face eight-thirty","shortname":":clock830:","category":"symbols","emoji_order":"1032","aliases":[],"aliases_ascii":[],"keywords":["time","30","8","8:30","eight","symbol","thirty"]},"clock930":{"unicode":"1f564","unicode_alternates":"","name":"clock face nine-thirty","shortname":":clock930:","category":"symbols","emoji_order":"1033","aliases":[],"aliases_ascii":[],"keywords":["time","30","9","9:30","nine","symbol","thirty"]},"clock1030":{"unicode":"1f565","unicode_alternates":"","name":"clock face ten-thirty","shortname":":clock1030:","category":"symbols","emoji_order":"1034","aliases":[],"aliases_ascii":[],"keywords":["time","10","10:30","30","symbol","ten","thirty"]},"clock1130":{"unicode":"1f566","unicode_alternates":"","name":"clock face eleven-thirty","shortname":":clock1130:","category":"symbols","emoji_order":"1035","aliases":[],"aliases_ascii":[],"keywords":["time","11","11:30","30","eleven","symbol","thirty"]},"clock1230":{"unicode":"1f567","unicode_alternates":"","name":"clock face twelve-thirty","shortname":":clock1230:","category":"symbols","emoji_order":"1036","aliases":[],"aliases_ascii":[],"keywords":["time","12","12:30","30","symbol","thirty","twelve"]},"eye_in_speech_bubble":{"unicode":"1f441-1f5e8","unicode_alternates":"1f441-200d-1f5e8","name":"eye in speech bubble","shortname":":eye_in_speech_bubble:","category":"symbols","emoji_order":"1037","aliases":[],"aliases_ascii":[],"keywords":[]},"flag_ac":{"unicode":"1f1e6-1f1e8","unicode_alternates":"","name":"ascension","shortname":":flag_ac:","category":"flags","emoji_order":"1038","aliases":[":ac:"],"aliases_ascii":[],"keywords":["country","nation","ac","flag","island","other"]},"flag_af":{"unicode":"1f1e6-1f1eb","unicode_alternates":"","name":"afghanistan","shortname":":flag_af:","category":"flags","emoji_order":"1039","aliases":[":af:"],"aliases_ascii":[],"keywords":["country","nation","afghanestan","af","flag","other"]},"flag_al":{"unicode":"1f1e6-1f1f1","unicode_alternates":"","name":"albania","shortname":":flag_al:","category":"flags","emoji_order":"1040","aliases":[":al:"],"aliases_ascii":[],"keywords":["country","nation","shqiperia","al","flag","other"]},"flag_dz":{"unicode":"1f1e9-1f1ff","unicode_alternates":"","name":"algeria","shortname":":flag_dz:","category":"flags","emoji_order":"1041","aliases":[":dz:"],"aliases_ascii":[],"keywords":["country","nation","al jaza'ir","al jazair","dz","flag","other"]},"flag_ad":{"unicode":"1f1e6-1f1e9","unicode_alternates":"","name":"andorra","shortname":":flag_ad:","category":"flags","emoji_order":"1042","aliases":[":ad:"],"aliases_ascii":[],"keywords":["country","nation","ad","flag","other"]},"flag_ao":{"unicode":"1f1e6-1f1f4","unicode_alternates":"","name":"angola","shortname":":flag_ao:","category":"flags","emoji_order":"1043","aliases":[":ao:"],"aliases_ascii":[],"keywords":["country","nation","ao","flag","other"]},"flag_ai":{"unicode":"1f1e6-1f1ee","unicode_alternates":"","name":"anguilla","shortname":":flag_ai:","category":"flags","emoji_order":"1044","aliases":[":ai:"],"aliases_ascii":[],"keywords":["country","nation","ai","flag","other"]},"flag_ag":{"unicode":"1f1e6-1f1ec","unicode_alternates":"","name":"antigua and barbuda","shortname":":flag_ag:","category":"flags","emoji_order":"1045","aliases":[":ag:"],"aliases_ascii":[],"keywords":["country","nation","ag","flag","other"]},"flag_ar":{"unicode":"1f1e6-1f1f7","unicode_alternates":"","name":"argentina","shortname":":flag_ar:","category":"flags","emoji_order":"1046","aliases":[":ar:"],"aliases_ascii":[],"keywords":["country","nation","ar","flag","other"]},"flag_am":{"unicode":"1f1e6-1f1f2","unicode_alternates":"","name":"armenia","shortname":":flag_am:","category":"flags","emoji_order":"1047","aliases":[":am:"],"aliases_ascii":[],"keywords":["country","nation","hayastan","am","flag","other"]},"flag_aw":{"unicode":"1f1e6-1f1fc","unicode_alternates":"","name":"aruba","shortname":":flag_aw:","category":"flags","emoji_order":"1048","aliases":[":aw:"],"aliases_ascii":[],"keywords":["country","nation","aw","flag","other"]},"flag_au":{"unicode":"1f1e6-1f1fa","unicode_alternates":"","name":"australia","shortname":":flag_au:","category":"flags","emoji_order":"1049","aliases":[":au:"],"aliases_ascii":[],"keywords":["country","nation","au","flag","other"]},"flag_at":{"unicode":"1f1e6-1f1f9","unicode_alternates":"","name":"austria","shortname":":flag_at:","category":"flags","emoji_order":"1050","aliases":[":at:"],"aliases_ascii":[],"keywords":["country","nation","österreich","osterreich","at","flag","other"]},"flag_az":{"unicode":"1f1e6-1f1ff","unicode_alternates":"","name":"azerbaijan","shortname":":flag_az:","category":"flags","emoji_order":"1051","aliases":[":az:"],"aliases_ascii":[],"keywords":["country","nation","azarbaycan","az","flag","other"]},"flag_bs":{"unicode":"1f1e7-1f1f8","unicode_alternates":"","name":"the bahamas","shortname":":flag_bs:","category":"flags","emoji_order":"1052","aliases":[":bs:"],"aliases_ascii":[],"keywords":["country","nation","bs","flag","other"]},"flag_bh":{"unicode":"1f1e7-1f1ed","unicode_alternates":"","name":"bahrain","shortname":":flag_bh:","category":"flags","emoji_order":"1053","aliases":[":bh:"],"aliases_ascii":[],"keywords":["country","nation","al bahrayn","bh","flag","other"]},"flag_bd":{"unicode":"1f1e7-1f1e9","unicode_alternates":"","name":"bangladesh","shortname":":flag_bd:","category":"flags","emoji_order":"1054","aliases":[":bd:"],"aliases_ascii":[],"keywords":["country","nation","bd","flag","other"]},"flag_bb":{"unicode":"1f1e7-1f1e7","unicode_alternates":"","name":"barbados","shortname":":flag_bb:","category":"flags","emoji_order":"1055","aliases":[":bb:"],"aliases_ascii":[],"keywords":["country","nation","bb","flag","other"]},"flag_by":{"unicode":"1f1e7-1f1fe","unicode_alternates":"","name":"belarus","shortname":":flag_by:","category":"flags","emoji_order":"1056","aliases":[":by:"],"aliases_ascii":[],"keywords":["country","nation","byelarus","by","flag","other"]},"flag_be":{"unicode":"1f1e7-1f1ea","unicode_alternates":"","name":"belgium","shortname":":flag_be:","category":"flags","emoji_order":"1057","aliases":[":be:"],"aliases_ascii":[],"keywords":["country","nation","belgique","belgie","be","flag","other"]},"flag_bz":{"unicode":"1f1e7-1f1ff","unicode_alternates":"","name":"belize","shortname":":flag_bz:","category":"flags","emoji_order":"1058","aliases":[":bz:"],"aliases_ascii":[],"keywords":["country","nation","bz","flag","other"]},"flag_bj":{"unicode":"1f1e7-1f1ef","unicode_alternates":"","name":"benin","shortname":":flag_bj:","category":"flags","emoji_order":"1059","aliases":[":bj:"],"aliases_ascii":[],"keywords":["country","nation","bj","flag","other"]},"flag_bm":{"unicode":"1f1e7-1f1f2","unicode_alternates":"","name":"bermuda","shortname":":flag_bm:","category":"flags","emoji_order":"1060","aliases":[":bm:"],"aliases_ascii":[],"keywords":["country","nation","bm","flag","other"]},"flag_bt":{"unicode":"1f1e7-1f1f9","unicode_alternates":"","name":"bhutan","shortname":":flag_bt:","category":"flags","emoji_order":"1061","aliases":[":bt:"],"aliases_ascii":[],"keywords":["country","nation","bt","flag","other"]},"flag_bo":{"unicode":"1f1e7-1f1f4","unicode_alternates":"","name":"bolivia","shortname":":flag_bo:","category":"flags","emoji_order":"1062","aliases":[":bo:"],"aliases_ascii":[],"keywords":["country","nation","bo","flag","other"]},"flag_ba":{"unicode":"1f1e7-1f1e6","unicode_alternates":"","name":"bosnia and herzegovina","shortname":":flag_ba:","category":"flags","emoji_order":"1063","aliases":[":ba:"],"aliases_ascii":[],"keywords":["country","nation","bosna i hercegovina","ba","flag","other"]},"flag_bw":{"unicode":"1f1e7-1f1fc","unicode_alternates":"","name":"botswana","shortname":":flag_bw:","category":"flags","emoji_order":"1064","aliases":[":bw:"],"aliases_ascii":[],"keywords":["country","nation","bw","flag","other"]},"flag_br":{"unicode":"1f1e7-1f1f7","unicode_alternates":"","name":"brazil","shortname":":flag_br:","category":"flags","emoji_order":"1065","aliases":[":br:"],"aliases_ascii":[],"keywords":["country","nation","brasil","br","flag","other"]},"flag_bn":{"unicode":"1f1e7-1f1f3","unicode_alternates":"","name":"brunei","shortname":":flag_bn:","category":"flags","emoji_order":"1066","aliases":[":bn:"],"aliases_ascii":[],"keywords":["country","nation","bn","darussalam","flag","other"]},"flag_bg":{"unicode":"1f1e7-1f1ec","unicode_alternates":"","name":"bulgaria","shortname":":flag_bg:","category":"flags","emoji_order":"1067","aliases":[":bg:"],"aliases_ascii":[],"keywords":["country","nation","bg","flag","other"]},"flag_bf":{"unicode":"1f1e7-1f1eb","unicode_alternates":"","name":"burkina faso","shortname":":flag_bf:","category":"flags","emoji_order":"1068","aliases":[":bf:"],"aliases_ascii":[],"keywords":["country","nation","bf","burkina faso","flag","other"]},"flag_bi":{"unicode":"1f1e7-1f1ee","unicode_alternates":"","name":"burundi","shortname":":flag_bi:","category":"flags","emoji_order":"1069","aliases":[":bi:"],"aliases_ascii":[],"keywords":["country","nation","bi","flag","other"]},"flag_cv":{"unicode":"1f1e8-1f1fb","unicode_alternates":"","name":"cape verde","shortname":":flag_cv:","category":"flags","emoji_order":"1070","aliases":[":cv:"],"aliases_ascii":[],"keywords":["country","nation","cabo verde","cv","cabo","flag","other"]},"flag_kh":{"unicode":"1f1f0-1f1ed","unicode_alternates":"","name":"cambodia","shortname":":flag_kh:","category":"flags","emoji_order":"1071","aliases":[":kh:"],"aliases_ascii":[],"keywords":["country","nation","kampuchea","kh","flag","other"]},"flag_cm":{"unicode":"1f1e8-1f1f2","unicode_alternates":"","name":"cameroon","shortname":":flag_cm:","category":"flags","emoji_order":"1072","aliases":[":cm:"],"aliases_ascii":[],"keywords":["country","nation","cm","flag","other"]},"flag_ca":{"unicode":"1f1e8-1f1e6","unicode_alternates":"","name":"canada","shortname":":flag_ca:","category":"flags","emoji_order":"1073","aliases":[":ca:"],"aliases_ascii":[],"keywords":["country","nation","ca","flag","other"]},"flag_ky":{"unicode":"1f1f0-1f1fe","unicode_alternates":"","name":"cayman islands","shortname":":flag_ky:","category":"flags","emoji_order":"1074","aliases":[":ky:"],"aliases_ascii":[],"keywords":["country","nation","ky","flag","island","other"]},"flag_cf":{"unicode":"1f1e8-1f1eb","unicode_alternates":"","name":"central african republic","shortname":":flag_cf:","category":"flags","emoji_order":"1075","aliases":[":cf:"],"aliases_ascii":[],"keywords":["country","nation","cf","central african republic","flag","other"]},"flag_td":{"unicode":"1f1f9-1f1e9","unicode_alternates":"","name":"chad","shortname":":flag_td:","category":"flags","emoji_order":"1076","aliases":[":td:"],"aliases_ascii":[],"keywords":["country","nation","tchad","td","flag","other"]},"flag_cl":{"unicode":"1f1e8-1f1f1","unicode_alternates":"","name":"chile","shortname":":flag_cl:","category":"flags","emoji_order":"1077","aliases":[":chile:"],"aliases_ascii":[],"keywords":["country","nation","cl","flag","other"]},"flag_cn":{"unicode":"1f1e8-1f1f3","unicode_alternates":"","name":"china","shortname":":flag_cn:","category":"flags","emoji_order":"1078","aliases":[":cn:"],"aliases_ascii":[],"keywords":["chinese","prc","zhong guo","country","nation","cn","flag","other"]},"flag_co":{"unicode":"1f1e8-1f1f4","unicode_alternates":"","name":"colombia","shortname":":flag_co:","category":"flags","emoji_order":"1079","aliases":[":co:"],"aliases_ascii":[],"keywords":["country","nation","co","flag","other"]},"flag_km":{"unicode":"1f1f0-1f1f2","unicode_alternates":"","name":"the comoros","shortname":":flag_km:","category":"flags","emoji_order":"1080","aliases":[":km:"],"aliases_ascii":[],"keywords":["country","nation","km","flag","other"]},"flag_cg":{"unicode":"1f1e8-1f1ec","unicode_alternates":"","name":"the republic of the congo","shortname":":flag_cg:","category":"flags","emoji_order":"1081","aliases":[":cg:"],"aliases_ascii":[],"keywords":["country","nation","cg","brazzaville","congo republic","congo-brazzaville","flag","other","republic of the congo"]},"flag_cd":{"unicode":"1f1e8-1f1e9","unicode_alternates":"","name":"the democratic republic of the congo","shortname":":flag_cd:","category":"flags","emoji_order":"1082","aliases":[":congo:"],"aliases_ascii":[],"keywords":["country","nation","république démocratique du congo","republique democratique du congo","cd","congo-kinshasa","democratic republic of congo","drc","flag","kinshasa","other"]},"flag_cr":{"unicode":"1f1e8-1f1f7","unicode_alternates":"","name":"costa rica","shortname":":flag_cr:","category":"flags","emoji_order":"1083","aliases":[":cr:"],"aliases_ascii":[],"keywords":["country","nation","cr","costa rica","flag","other"]},"flag_hr":{"unicode":"1f1ed-1f1f7","unicode_alternates":"","name":"croatia","shortname":":flag_hr:","category":"flags","emoji_order":"1084","aliases":[":hr:"],"aliases_ascii":[],"keywords":["country","nation","hrvatska","hr","flag","other"]},"flag_cu":{"unicode":"1f1e8-1f1fa","unicode_alternates":"","name":"cuba","shortname":":flag_cu:","category":"flags","emoji_order":"1085","aliases":[":cu:"],"aliases_ascii":[],"keywords":["country","nation","cu","flag","other"]},"flag_cy":{"unicode":"1f1e8-1f1fe","unicode_alternates":"","name":"cyprus","shortname":":flag_cy:","category":"flags","emoji_order":"1086","aliases":[":cy:"],"aliases_ascii":[],"keywords":["country","nation","kibris","kypros","cy","flag","other"]},"flag_cz":{"unicode":"1f1e8-1f1ff","unicode_alternates":"","name":"the czech republic","shortname":":flag_cz:","category":"flags","emoji_order":"1087","aliases":[":cz:"],"aliases_ascii":[],"keywords":["country","nation","ceska republika","cz","czech republic","flag","other"]},"flag_dk":{"unicode":"1f1e9-1f1f0","unicode_alternates":"","name":"denmark","shortname":":flag_dk:","category":"flags","emoji_order":"1088","aliases":[":dk:"],"aliases_ascii":[],"keywords":["country","nation","danmark","dk","flag","other"]},"flag_dj":{"unicode":"1f1e9-1f1ef","unicode_alternates":"","name":"djibouti","shortname":":flag_dj:","category":"flags","emoji_order":"1089","aliases":[":dj:"],"aliases_ascii":[],"keywords":["country","nation","dj","flag","other"]},"flag_dm":{"unicode":"1f1e9-1f1f2","unicode_alternates":"","name":"dominica","shortname":":flag_dm:","category":"flags","emoji_order":"1090","aliases":[":dm:"],"aliases_ascii":[],"keywords":["country","nation","dm","flag","other"]},"flag_do":{"unicode":"1f1e9-1f1f4","unicode_alternates":"","name":"the dominican republic","shortname":":flag_do:","category":"flags","emoji_order":"1091","aliases":[":do:"],"aliases_ascii":[],"keywords":["country","nation","do","dominican republic","flag","other"]},"flag_ec":{"unicode":"1f1ea-1f1e8","unicode_alternates":"","name":"ecuador","shortname":":flag_ec:","category":"flags","emoji_order":"1092","aliases":[":ec:"],"aliases_ascii":[],"keywords":["country","nation","ec","flag","other"]},"flag_eg":{"unicode":"1f1ea-1f1ec","unicode_alternates":"","name":"egypt","shortname":":flag_eg:","category":"flags","emoji_order":"1093","aliases":[":eg:"],"aliases_ascii":[],"keywords":["country","nation","misr","eg","flag","other"]},"flag_sv":{"unicode":"1f1f8-1f1fb","unicode_alternates":"","name":"el salvador","shortname":":flag_sv:","category":"flags","emoji_order":"1094","aliases":[":sv:"],"aliases_ascii":[],"keywords":["country","nation","sv","el salvador","flag","other"]},"flag_gq":{"unicode":"1f1ec-1f1f6","unicode_alternates":"","name":"equatorial guinea","shortname":":flag_gq:","category":"flags","emoji_order":"1095","aliases":[":gq:"],"aliases_ascii":[],"keywords":["country","nation","guinea ecuatorial","gq","equatorial guinea","flag","other"]},"flag_er":{"unicode":"1f1ea-1f1f7","unicode_alternates":"","name":"eritrea","shortname":":flag_er:","category":"flags","emoji_order":"1096","aliases":[":er:"],"aliases_ascii":[],"keywords":["country","nation","hagere ertra","er","flag","other"]},"flag_ee":{"unicode":"1f1ea-1f1ea","unicode_alternates":"","name":"estonia","shortname":":flag_ee:","category":"flags","emoji_order":"1097","aliases":[":ee:"],"aliases_ascii":[],"keywords":["country","nation","eesti vabariik","ee","flag","other"]},"flag_et":{"unicode":"1f1ea-1f1f9","unicode_alternates":"","name":"ethiopia","shortname":":flag_et:","category":"flags","emoji_order":"1098","aliases":[":et:"],"aliases_ascii":[],"keywords":["country","nation","ityop'iya","ityopiya","et","flag","other"]},"flag_fk":{"unicode":"1f1eb-1f1f0","unicode_alternates":"","name":"falkland islands","shortname":":flag_fk:","category":"flags","emoji_order":"1099","aliases":[":fk:"],"aliases_ascii":[],"keywords":["country","nation","islas malvinas","fk","falklands","flag","island","islas","malvinas","other"]},"flag_fo":{"unicode":"1f1eb-1f1f4","unicode_alternates":"","name":"faroe islands","shortname":":flag_fo:","category":"flags","emoji_order":"1100","aliases":[":fo:"],"aliases_ascii":[],"keywords":["country","nation","foroyar","fo","flag","island","other"]},"flag_fj":{"unicode":"1f1eb-1f1ef","unicode_alternates":"","name":"fiji","shortname":":flag_fj:","category":"flags","emoji_order":"1101","aliases":[":fj:"],"aliases_ascii":[],"keywords":["country","nation","fj","flag","other"]},"flag_fi":{"unicode":"1f1eb-1f1ee","unicode_alternates":"","name":"finland","shortname":":flag_fi:","category":"flags","emoji_order":"1102","aliases":[":fi:"],"aliases_ascii":[],"keywords":["country","nation","suomen tasavalta","fi","flag","other"]},"flag_fr":{"unicode":"1f1eb-1f1f7","unicode_alternates":"","name":"france","shortname":":flag_fr:","category":"flags","emoji_order":"1103","aliases":[":fr:"],"aliases_ascii":[],"keywords":["french","nation","country","fr","flag","other"]},"flag_pf":{"unicode":"1f1f5-1f1eb","unicode_alternates":"","name":"french polynesia","shortname":":flag_pf:","category":"flags","emoji_order":"1104","aliases":[":pf:"],"aliases_ascii":[],"keywords":["country","nation","polynésie française","polynesie francaise","pf","flag","other"]},"flag_ga":{"unicode":"1f1ec-1f1e6","unicode_alternates":"","name":"gabon","shortname":":flag_ga:","category":"flags","emoji_order":"1105","aliases":[":ga:"],"aliases_ascii":[],"keywords":["country","nation","ga","flag","other"]},"flag_gm":{"unicode":"1f1ec-1f1f2","unicode_alternates":"","name":"the gambia","shortname":":flag_gm:","category":"flags","emoji_order":"1106","aliases":[":gm:"],"aliases_ascii":[],"keywords":["country","nation","gm","flag","other"]},"flag_ge":{"unicode":"1f1ec-1f1ea","unicode_alternates":"","name":"georgia","shortname":":flag_ge:","category":"flags","emoji_order":"1107","aliases":[":ge:"],"aliases_ascii":[],"keywords":["country","nation","sak'art'velo","sakartvelo","ge","flag","other"]},"flag_de":{"unicode":"1f1e9-1f1ea","unicode_alternates":"","name":"germany","shortname":":flag_de:","category":"flags","emoji_order":"1108","aliases":[":de:"],"aliases_ascii":[],"keywords":["german","nation","deutschland","country","de","flag","other"]},"flag_gh":{"unicode":"1f1ec-1f1ed","unicode_alternates":"","name":"ghana","shortname":":flag_gh:","category":"flags","emoji_order":"1109","aliases":[":gh:"],"aliases_ascii":[],"keywords":["country","nation","gh","flag","other"]},"flag_gi":{"unicode":"1f1ec-1f1ee","unicode_alternates":"","name":"gibraltar","shortname":":flag_gi:","category":"flags","emoji_order":"1110","aliases":[":gi:"],"aliases_ascii":[],"keywords":["country","nation","gi","flag","other"]},"flag_gr":{"unicode":"1f1ec-1f1f7","unicode_alternates":"","name":"greece","shortname":":flag_gr:","category":"flags","emoji_order":"1111","aliases":[":gr:"],"aliases_ascii":[],"keywords":["country","nation","ellas","ellada","gr","flag","other"]},"flag_gl":{"unicode":"1f1ec-1f1f1","unicode_alternates":"","name":"greenland","shortname":":flag_gl:","category":"flags","emoji_order":"1112","aliases":[":gl:"],"aliases_ascii":[],"keywords":["country","nation","kalaallit nunaat","gl","flag","other"]},"flag_gd":{"unicode":"1f1ec-1f1e9","unicode_alternates":"","name":"grenada","shortname":":flag_gd:","category":"flags","emoji_order":"1113","aliases":[":gd:"],"aliases_ascii":[],"keywords":["country","nation","gd","flag","other"]},"flag_gu":{"unicode":"1f1ec-1f1fa","unicode_alternates":"","name":"guam","shortname":":flag_gu:","category":"flags","emoji_order":"1114","aliases":[":gu:"],"aliases_ascii":[],"keywords":["country","nation","gu","flag","other"]},"flag_gt":{"unicode":"1f1ec-1f1f9","unicode_alternates":"","name":"guatemala","shortname":":flag_gt:","category":"flags","emoji_order":"1115","aliases":[":gt:"],"aliases_ascii":[],"keywords":["country","nation","gt","flag","other"]},"flag_gn":{"unicode":"1f1ec-1f1f3","unicode_alternates":"","name":"guinea","shortname":":flag_gn:","category":"flags","emoji_order":"1116","aliases":[":gn:"],"aliases_ascii":[],"keywords":["country","nation","guinee","gn","flag","other"]},"flag_gw":{"unicode":"1f1ec-1f1fc","unicode_alternates":"","name":"guinea-bissau","shortname":":flag_gw:","category":"flags","emoji_order":"1117","aliases":[":gw:"],"aliases_ascii":[],"keywords":["country","nation","guine-bissau","guine bissau","gw","bissau","flag","guinea","other"]},"flag_gy":{"unicode":"1f1ec-1f1fe","unicode_alternates":"","name":"guyana","shortname":":flag_gy:","category":"flags","emoji_order":"1118","aliases":[":gy:"],"aliases_ascii":[],"keywords":["country","nation","gy","flag","other"]},"flag_ht":{"unicode":"1f1ed-1f1f9","unicode_alternates":"","name":"haiti","shortname":":flag_ht:","category":"flags","emoji_order":"1119","aliases":[":ht:"],"aliases_ascii":[],"keywords":["country","nation","ht","flag","other"]},"flag_hn":{"unicode":"1f1ed-1f1f3","unicode_alternates":"","name":"honduras","shortname":":flag_hn:","category":"flags","emoji_order":"1120","aliases":[":hn:"],"aliases_ascii":[],"keywords":["country","nation","hn","flag","other"]},"flag_hk":{"unicode":"1f1ed-1f1f0","unicode_alternates":"","name":"hong kong","shortname":":flag_hk:","category":"flags","emoji_order":"1121","aliases":[":hk:"],"aliases_ascii":[],"keywords":["country","nation","xianggang","hk","china","flag","hong kong","other"]},"flag_hu":{"unicode":"1f1ed-1f1fa","unicode_alternates":"","name":"hungary","shortname":":flag_hu:","category":"flags","emoji_order":"1122","aliases":[":hu:"],"aliases_ascii":[],"keywords":["country","nation","magyarorszag","hu","flag","other"]},"flag_is":{"unicode":"1f1ee-1f1f8","unicode_alternates":"","name":"iceland","shortname":":flag_is:","category":"flags","emoji_order":"1123","aliases":[":is:"],"aliases_ascii":[],"keywords":["country","nation","lyoveldio island","is","flag","other"]},"flag_in":{"unicode":"1f1ee-1f1f3","unicode_alternates":"","name":"india","shortname":":flag_in:","category":"flags","emoji_order":"1124","aliases":[":in:"],"aliases_ascii":[],"keywords":["country","nation","bharat","in","flag","other"]},"flag_id":{"unicode":"1f1ee-1f1e9","unicode_alternates":"","name":"indonesia","shortname":":flag_id:","category":"flags","emoji_order":"1125","aliases":[":indonesia:"],"aliases_ascii":[],"keywords":["country","nation","id","flag","other"]},"flag_ir":{"unicode":"1f1ee-1f1f7","unicode_alternates":"","name":"iran","shortname":":flag_ir:","category":"flags","emoji_order":"1126","aliases":[":ir:"],"aliases_ascii":[],"keywords":["country","nation","ir","flag","other"]},"flag_iq":{"unicode":"1f1ee-1f1f6","unicode_alternates":"","name":"iraq","shortname":":flag_iq:","category":"flags","emoji_order":"1127","aliases":[":iq:"],"aliases_ascii":[],"keywords":["country","nation","iq","flag","other"]},"flag_ie":{"unicode":"1f1ee-1f1ea","unicode_alternates":"","name":"ireland","shortname":":flag_ie:","category":"flags","emoji_order":"1128","aliases":[":ie:"],"aliases_ascii":[],"keywords":["country","nation","éire","eire","ie","flag","other"]},"flag_il":{"unicode":"1f1ee-1f1f1","unicode_alternates":"","name":"israel","shortname":":flag_il:","category":"flags","emoji_order":"1129","aliases":[":il:"],"aliases_ascii":[],"keywords":["country","nation","yisra'el","yisrael","il","flag","other"]},"flag_it":{"unicode":"1f1ee-1f1f9","unicode_alternates":"","name":"italy","shortname":":flag_it:","category":"flags","emoji_order":"1130","aliases":[":it:"],"aliases_ascii":[],"keywords":["italia","country","nation","it","flag","other"]},"flag_ci":{"unicode":"1f1e8-1f1ee","unicode_alternates":"","name":"c\u00f4te d\u2019ivoire","shortname":":flag_ci:","category":"flags","emoji_order":"1131","aliases":[":ci:"],"aliases_ascii":[],"keywords":["country","nation","ci","cote ivoire","c\u00f4te ivoire","flag","ivory coast","other"]},"flag_jm":{"unicode":"1f1ef-1f1f2","unicode_alternates":"","name":"jamaica","shortname":":flag_jm:","category":"flags","emoji_order":"1132","aliases":[":jm:"],"aliases_ascii":[],"keywords":["country","nation","jm","flag","other"]},"flag_jp":{"unicode":"1f1ef-1f1f5","unicode_alternates":"","name":"japan","shortname":":flag_jp:","category":"flags","emoji_order":"1133","aliases":[":jp:"],"aliases_ascii":[],"keywords":["nation","nippon","country","jp","flag","other"]},"flag_je":{"unicode":"1f1ef-1f1ea","unicode_alternates":"","name":"jersey","shortname":":flag_je:","category":"flags","emoji_order":"1134","aliases":[":je:"],"aliases_ascii":[],"keywords":["country","nation","je","flag","other"]},"flag_jo":{"unicode":"1f1ef-1f1f4","unicode_alternates":"","name":"jordan","shortname":":flag_jo:","category":"flags","emoji_order":"1135","aliases":[":jo:"],"aliases_ascii":[],"keywords":["country","nation","al urdun","jo","flag","other"]},"flag_kz":{"unicode":"1f1f0-1f1ff","unicode_alternates":"","name":"kazakhstan","shortname":":flag_kz:","category":"flags","emoji_order":"1136","aliases":[":kz:"],"aliases_ascii":[],"keywords":["country","nation","qazaqstan","kz","flag","other"]},"flag_ke":{"unicode":"1f1f0-1f1ea","unicode_alternates":"","name":"kenya","shortname":":flag_ke:","category":"flags","emoji_order":"1137","aliases":[":ke:"],"aliases_ascii":[],"keywords":["country","nation","ke","flag","other"]},"flag_ki":{"unicode":"1f1f0-1f1ee","unicode_alternates":"","name":"kiribati","shortname":":flag_ki:","category":"flags","emoji_order":"1138","aliases":[":ki:"],"aliases_ascii":[],"keywords":["country","nation","kiribati","kiribas","ki","flag","other"]},"flag_xk":{"unicode":"1f1fd-1f1f0","unicode_alternates":"","name":"kosovo","shortname":":flag_xk:","category":"flags","emoji_order":"1139","aliases":[":xk:"],"aliases_ascii":[],"keywords":["country","nation","xk","flag","other"]},"flag_kw":{"unicode":"1f1f0-1f1fc","unicode_alternates":"","name":"kuwait","shortname":":flag_kw:","category":"flags","emoji_order":"1140","aliases":[":kw:"],"aliases_ascii":[],"keywords":["country","nation","al kuwayt","kw","flag","other"]},"flag_kg":{"unicode":"1f1f0-1f1ec","unicode_alternates":"","name":"kyrgyzstan","shortname":":flag_kg:","category":"flags","emoji_order":"1141","aliases":[":kg:"],"aliases_ascii":[],"keywords":["country","nation","kyrgyz respublikasy","kg","flag","other"]},"flag_la":{"unicode":"1f1f1-1f1e6","unicode_alternates":"","name":"laos","shortname":":flag_la:","category":"flags","emoji_order":"1142","aliases":[":la:"],"aliases_ascii":[],"keywords":["country","nation","la","flag","other"]},"flag_lv":{"unicode":"1f1f1-1f1fb","unicode_alternates":"","name":"latvia","shortname":":flag_lv:","category":"flags","emoji_order":"1143","aliases":[":lv:"],"aliases_ascii":[],"keywords":["country","nation","latvija","lv","flag","other"]},"flag_lb":{"unicode":"1f1f1-1f1e7","unicode_alternates":"","name":"lebanon","shortname":":flag_lb:","category":"flags","emoji_order":"1144","aliases":[":lb:"],"aliases_ascii":[],"keywords":["country","nation","lubnan","lb","flag","other"]},"flag_ls":{"unicode":"1f1f1-1f1f8","unicode_alternates":"","name":"lesotho","shortname":":flag_ls:","category":"flags","emoji_order":"1145","aliases":[":ls:"],"aliases_ascii":[],"keywords":["country","nation","ls","flag","other"]},"flag_lr":{"unicode":"1f1f1-1f1f7","unicode_alternates":"","name":"liberia","shortname":":flag_lr:","category":"flags","emoji_order":"1146","aliases":[":lr:"],"aliases_ascii":[],"keywords":["country","nation","lr","flag","other"]},"flag_ly":{"unicode":"1f1f1-1f1fe","unicode_alternates":"","name":"libya","shortname":":flag_ly:","category":"flags","emoji_order":"1147","aliases":[":ly:"],"aliases_ascii":[],"keywords":["country","nation","libiyah","ly","flag","other"]},"flag_li":{"unicode":"1f1f1-1f1ee","unicode_alternates":"","name":"liechtenstein","shortname":":flag_li:","category":"flags","emoji_order":"1148","aliases":[":li:"],"aliases_ascii":[],"keywords":["country","nation","li","flag","other"]},"flag_lt":{"unicode":"1f1f1-1f1f9","unicode_alternates":"","name":"lithuania","shortname":":flag_lt:","category":"flags","emoji_order":"1149","aliases":[":lt:"],"aliases_ascii":[],"keywords":["country","nation","lietuva","lt","flag","other"]},"flag_lu":{"unicode":"1f1f1-1f1fa","unicode_alternates":"","name":"luxembourg","shortname":":flag_lu:","category":"flags","emoji_order":"1150","aliases":[":lu:"],"aliases_ascii":[],"keywords":["country","nation","luxembourg","letzebuerg","lu","flag","other"]},"flag_mo":{"unicode":"1f1f2-1f1f4","unicode_alternates":"","name":"macau","shortname":":flag_mo:","category":"flags","emoji_order":"1151","aliases":[":mo:"],"aliases_ascii":[],"keywords":["country","nation","aomen","mo","china","flag","macao","other"]},"flag_mk":{"unicode":"1f1f2-1f1f0","unicode_alternates":"","name":"macedonia","shortname":":flag_mk:","category":"flags","emoji_order":"1152","aliases":[":mk:"],"aliases_ascii":[],"keywords":["country","nation","mk","flag","other"]},"flag_mg":{"unicode":"1f1f2-1f1ec","unicode_alternates":"","name":"madagascar","shortname":":flag_mg:","category":"flags","emoji_order":"1153","aliases":[":mg:"],"aliases_ascii":[],"keywords":["country","nation","mg","flag","other"]},"flag_mw":{"unicode":"1f1f2-1f1fc","unicode_alternates":"","name":"malawi","shortname":":flag_mw:","category":"flags","emoji_order":"1154","aliases":[":mw:"],"aliases_ascii":[],"keywords":["country","nation","mw","flag","other"]},"flag_my":{"unicode":"1f1f2-1f1fe","unicode_alternates":"","name":"malaysia","shortname":":flag_my:","category":"flags","emoji_order":"1155","aliases":[":my:"],"aliases_ascii":[],"keywords":["country","nation","my","flag","other"]},"flag_mv":{"unicode":"1f1f2-1f1fb","unicode_alternates":"","name":"maldives","shortname":":flag_mv:","category":"flags","emoji_order":"1156","aliases":[":mv:"],"aliases_ascii":[],"keywords":["country","nation","dhivehi raajje","mv","flag","other"]},"flag_ml":{"unicode":"1f1f2-1f1f1","unicode_alternates":"","name":"mali","shortname":":flag_ml:","category":"flags","emoji_order":"1157","aliases":[":ml:"],"aliases_ascii":[],"keywords":["country","nation","ml","flag","other"]},"flag_mt":{"unicode":"1f1f2-1f1f9","unicode_alternates":"","name":"malta","shortname":":flag_mt:","category":"flags","emoji_order":"1158","aliases":[":mt:"],"aliases_ascii":[],"keywords":["country","nation","mt","flag","other"]},"flag_mh":{"unicode":"1f1f2-1f1ed","unicode_alternates":"","name":"the marshall islands","shortname":":flag_mh:","category":"flags","emoji_order":"1159","aliases":[":mh:"],"aliases_ascii":[],"keywords":["country","nation","mh","flag","island","other"]},"flag_mr":{"unicode":"1f1f2-1f1f7","unicode_alternates":"","name":"mauritania","shortname":":flag_mr:","category":"flags","emoji_order":"1160","aliases":[":mr:"],"aliases_ascii":[],"keywords":["country","nation","muritaniyah","mr","flag","other"]},"flag_mu":{"unicode":"1f1f2-1f1fa","unicode_alternates":"","name":"mauritius","shortname":":flag_mu:","category":"flags","emoji_order":"1161","aliases":[":mu:"],"aliases_ascii":[],"keywords":["country","nation","mu","flag","other"]},"flag_mx":{"unicode":"1f1f2-1f1fd","unicode_alternates":"","name":"mexico","shortname":":flag_mx:","category":"flags","emoji_order":"1162","aliases":[":mx:"],"aliases_ascii":[],"keywords":["country","nation","mx","flag","other"]},"flag_fm":{"unicode":"1f1eb-1f1f2","unicode_alternates":"","name":"micronesia","shortname":":flag_fm:","category":"flags","emoji_order":"1163","aliases":[":fm:"],"aliases_ascii":[],"keywords":["country","nation","fm","flag","other"]},"flag_md":{"unicode":"1f1f2-1f1e9","unicode_alternates":"","name":"moldova","shortname":":flag_md:","category":"flags","emoji_order":"1164","aliases":[":md:"],"aliases_ascii":[],"keywords":["country","nation","md","flag","other"]},"flag_mc":{"unicode":"1f1f2-1f1e8","unicode_alternates":"","name":"monaco","shortname":":flag_mc:","category":"flags","emoji_order":"1165","aliases":[":mc:"],"aliases_ascii":[],"keywords":["country","nation","mc","flag","other"]},"flag_mn":{"unicode":"1f1f2-1f1f3","unicode_alternates":"","name":"mongolia","shortname":":flag_mn:","category":"flags","emoji_order":"1166","aliases":[":mn:"],"aliases_ascii":[],"keywords":["country","nation","mongol uls","mn","flag","other"]},"flag_me":{"unicode":"1f1f2-1f1ea","unicode_alternates":"","name":"montenegro","shortname":":flag_me:","category":"flags","emoji_order":"1167","aliases":[":me:"],"aliases_ascii":[],"keywords":["country","nation","crna gora","me","flag","other"]},"flag_ms":{"unicode":"1f1f2-1f1f8","unicode_alternates":"","name":"montserrat","shortname":":flag_ms:","category":"flags","emoji_order":"1168","aliases":[":ms:"],"aliases_ascii":[],"keywords":["country","nation","ms","flag","other"]},"flag_ma":{"unicode":"1f1f2-1f1e6","unicode_alternates":"","name":"morocco","shortname":":flag_ma:","category":"flags","emoji_order":"1169","aliases":[":ma:"],"aliases_ascii":[],"keywords":["country","nation","al maghrib","ma","flag","other"]},"flag_mz":{"unicode":"1f1f2-1f1ff","unicode_alternates":"","name":"mozambique","shortname":":flag_mz:","category":"flags","emoji_order":"1170","aliases":[":mz:"],"aliases_ascii":[],"keywords":["country","nation","mocambique","mz","flag","other"]},"flag_mm":{"unicode":"1f1f2-1f1f2","unicode_alternates":"","name":"myanmar","shortname":":flag_mm:","category":"flags","emoji_order":"1171","aliases":[":mm:"],"aliases_ascii":[],"keywords":["country","nation","myanma naingngandaw","mm","burma","flag","other"]},"flag_na":{"unicode":"1f1f3-1f1e6","unicode_alternates":"","name":"namibia","shortname":":flag_na:","category":"flags","emoji_order":"1172","aliases":[":na:"],"aliases_ascii":[],"keywords":["country","nation","na","flag","other"]},"flag_nr":{"unicode":"1f1f3-1f1f7","unicode_alternates":"","name":"nauru","shortname":":flag_nr:","category":"flags","emoji_order":"1173","aliases":[":nr:"],"aliases_ascii":[],"keywords":["country","nation","nr","flag","other"]},"flag_np":{"unicode":"1f1f3-1f1f5","unicode_alternates":"","name":"nepal","shortname":":flag_np:","category":"flags","emoji_order":"1174","aliases":[":np:"],"aliases_ascii":[],"keywords":["country","nation","np","flag","other"]},"flag_nl":{"unicode":"1f1f3-1f1f1","unicode_alternates":"","name":"the netherlands","shortname":":flag_nl:","category":"flags","emoji_order":"1175","aliases":[":nl:"],"aliases_ascii":[],"keywords":["country","nation","nederland","holland","nl","flag","other"]},"flag_nc":{"unicode":"1f1f3-1f1e8","unicode_alternates":"","name":"new caledonia","shortname":":flag_nc:","category":"flags","emoji_order":"1176","aliases":[":nc:"],"aliases_ascii":[],"keywords":["country","nation","nouvelle","calédonie","caledonie","nc","flag","new caledonia","other"]},"flag_nz":{"unicode":"1f1f3-1f1ff","unicode_alternates":"","name":"new zealand","shortname":":flag_nz:","category":"flags","emoji_order":"1177","aliases":[":nz:"],"aliases_ascii":[],"keywords":["country","nation","aotearoa","nz","flag","new zealand","other"]},"flag_ni":{"unicode":"1f1f3-1f1ee","unicode_alternates":"","name":"nicaragua","shortname":":flag_ni:","category":"flags","emoji_order":"1178","aliases":[":ni:"],"aliases_ascii":[],"keywords":["country","nation","ni","flag","other"]},"flag_ne":{"unicode":"1f1f3-1f1ea","unicode_alternates":"","name":"niger","shortname":":flag_ne:","category":"flags","emoji_order":"1179","aliases":[":ne:"],"aliases_ascii":[],"keywords":["country","nation","ne","flag","other"]},"flag_ng":{"unicode":"1f1f3-1f1ec","unicode_alternates":"","name":"nigeria","shortname":":flag_ng:","category":"flags","emoji_order":"1180","aliases":[":nigeria:"],"aliases_ascii":[],"keywords":["country","nation","ng","flag","other"]},"flag_nu":{"unicode":"1f1f3-1f1fa","unicode_alternates":"","name":"niue","shortname":":flag_nu:","category":"flags","emoji_order":"1181","aliases":[":nu:"],"aliases_ascii":[],"keywords":["country","nation","nu","flag","other"]},"flag_kp":{"unicode":"1f1f0-1f1f5","unicode_alternates":"","name":"north korea","shortname":":flag_kp:","category":"flags","emoji_order":"1182","aliases":[":kp:"],"aliases_ascii":[],"keywords":["country","nation","kp","flag","north korea","other"]},"flag_no":{"unicode":"1f1f3-1f1f4","unicode_alternates":"","name":"norway","shortname":":flag_no:","category":"flags","emoji_order":"1183","aliases":[":no:"],"aliases_ascii":[],"keywords":["country","nation","norge","no","flag","other"]},"flag_om":{"unicode":"1f1f4-1f1f2","unicode_alternates":"","name":"oman","shortname":":flag_om:","category":"flags","emoji_order":"1184","aliases":[":om:"],"aliases_ascii":[],"keywords":["country","nation","saltanat uman","om","flag","other"]},"flag_pk":{"unicode":"1f1f5-1f1f0","unicode_alternates":"","name":"pakistan","shortname":":flag_pk:","category":"flags","emoji_order":"1185","aliases":[":pk:"],"aliases_ascii":[],"keywords":["country","nation","pk","flag","other"]},"flag_pw":{"unicode":"1f1f5-1f1fc","unicode_alternates":"","name":"palau","shortname":":flag_pw:","category":"flags","emoji_order":"1186","aliases":[":pw:"],"aliases_ascii":[],"keywords":["country","nation","belau","pw","flag","other"]},"flag_ps":{"unicode":"1f1f5-1f1f8","unicode_alternates":"","name":"palestinian authority","shortname":":flag_ps:","category":"flags","emoji_order":"1187","aliases":[":ps:"],"aliases_ascii":[],"keywords":["country","nation","ps","flag","other","palestine"]},"flag_pa":{"unicode":"1f1f5-1f1e6","unicode_alternates":"","name":"panama","shortname":":flag_pa:","category":"flags","emoji_order":"1188","aliases":[":pa:"],"aliases_ascii":[],"keywords":["country","nation","pa","flag","other"]},"flag_pg":{"unicode":"1f1f5-1f1ec","unicode_alternates":"","name":"papua new guinea","shortname":":flag_pg:","category":"flags","emoji_order":"1189","aliases":[":pg:"],"aliases_ascii":[],"keywords":["country","nation","papua niu gini","pg","flag","other","papua new guinea"]},"flag_py":{"unicode":"1f1f5-1f1fe","unicode_alternates":"","name":"paraguay","shortname":":flag_py:","category":"flags","emoji_order":"1190","aliases":[":py:"],"aliases_ascii":[],"keywords":["country","nation","py","flag","other"]},"flag_pe":{"unicode":"1f1f5-1f1ea","unicode_alternates":"","name":"peru","shortname":":flag_pe:","category":"flags","emoji_order":"1191","aliases":[":pe:"],"aliases_ascii":[],"keywords":["country","nation","pe","flag","other"]},"flag_ph":{"unicode":"1f1f5-1f1ed","unicode_alternates":"","name":"the philippines","shortname":":flag_ph:","category":"flags","emoji_order":"1192","aliases":[":ph:"],"aliases_ascii":[],"keywords":["country","nation","pilipinas","ph","flag","other"]},"flag_pl":{"unicode":"1f1f5-1f1f1","unicode_alternates":"","name":"poland","shortname":":flag_pl:","category":"flags","emoji_order":"1193","aliases":[":pl:"],"aliases_ascii":[],"keywords":["country","nation","polska","pl","flag","other"]},"flag_pt":{"unicode":"1f1f5-1f1f9","unicode_alternates":"","name":"portugal","shortname":":flag_pt:","category":"flags","emoji_order":"1194","aliases":[":pt:"],"aliases_ascii":[],"keywords":["country","nation","pt","flag","other"]},"flag_pr":{"unicode":"1f1f5-1f1f7","unicode_alternates":"","name":"puerto rico","shortname":":flag_pr:","category":"flags","emoji_order":"1195","aliases":[":pr:"],"aliases_ascii":[],"keywords":["country","nation","pr","flag","other","puerto rico"]},"flag_qa":{"unicode":"1f1f6-1f1e6","unicode_alternates":"","name":"qatar","shortname":":flag_qa:","category":"flags","emoji_order":"1196","aliases":[":qa:"],"aliases_ascii":[],"keywords":["country","nation","dawlat qatar","qa","flag","other"]},"flag_ro":{"unicode":"1f1f7-1f1f4","unicode_alternates":"","name":"romania","shortname":":flag_ro:","category":"flags","emoji_order":"1197","aliases":[":ro:"],"aliases_ascii":[],"keywords":["country","nation","ro","flag","other"]},"flag_ru":{"unicode":"1f1f7-1f1fa","unicode_alternates":"","name":"russia","shortname":":flag_ru:","category":"flags","emoji_order":"1198","aliases":[":ru:"],"aliases_ascii":[],"keywords":["nation","russian","country","ru","flag","other"]},"flag_rw":{"unicode":"1f1f7-1f1fc","unicode_alternates":"","name":"rwanda","shortname":":flag_rw:","category":"flags","emoji_order":"1199","aliases":[":rw:"],"aliases_ascii":[],"keywords":["country","nation","rw","flag","other"]},"flag_sh":{"unicode":"1f1f8-1f1ed","unicode_alternates":"","name":"saint helena","shortname":":flag_sh:","category":"flags","emoji_order":"1200","aliases":[":sh:"],"aliases_ascii":[],"keywords":["country","nation","sh","flag","other"]},"flag_kn":{"unicode":"1f1f0-1f1f3","unicode_alternates":"","name":"saint kitts and nevis","shortname":":flag_kn:","category":"flags","emoji_order":"1201","aliases":[":kn:"],"aliases_ascii":[],"keywords":["country","nation","kn","flag","other"]},"flag_lc":{"unicode":"1f1f1-1f1e8","unicode_alternates":"","name":"saint lucia","shortname":":flag_lc:","category":"flags","emoji_order":"1202","aliases":[":lc:"],"aliases_ascii":[],"keywords":["country","nation","lc","flag","other"]},"flag_vc":{"unicode":"1f1fb-1f1e8","unicode_alternates":"","name":"saint vincent and the grenadines","shortname":":flag_vc:","category":"flags","emoji_order":"1203","aliases":[":vc:"],"aliases_ascii":[],"keywords":["country","nation","vc","flag","other"]},"flag_ws":{"unicode":"1f1fc-1f1f8","unicode_alternates":"","name":"samoa","shortname":":flag_ws:","category":"flags","emoji_order":"1204","aliases":[":ws:"],"aliases_ascii":[],"keywords":["country","nation","american samoa","ws","flag","other"]},"flag_sm":{"unicode":"1f1f8-1f1f2","unicode_alternates":"","name":"san marino","shortname":":flag_sm:","category":"flags","emoji_order":"1205","aliases":[":sm:"],"aliases_ascii":[],"keywords":["country","nation","sm","flag","other","san marino"]},"flag_st":{"unicode":"1f1f8-1f1f9","unicode_alternates":"","name":"s\u00e3o tom\u00e9 and pr\u00edncipe","shortname":":flag_st:","category":"flags","emoji_order":"1206","aliases":[":st:"],"aliases_ascii":[],"keywords":["country","nation","st","flag","other","pr\u00edncipe","sao tome"]},"flag_sa":{"unicode":"1f1f8-1f1e6","unicode_alternates":"","name":"saudi arabia","shortname":":flag_sa:","category":"flags","emoji_order":"1207","aliases":[":saudiarabia:",":saudi:"],"aliases_ascii":[],"keywords":["country","nation","al arabiyah as suudiyah","sa","flag","other","saudi arabia"]},"flag_sn":{"unicode":"1f1f8-1f1f3","unicode_alternates":"","name":"senegal","shortname":":flag_sn:","category":"flags","emoji_order":"1208","aliases":[":sn:"],"aliases_ascii":[],"keywords":["country","nation","sn","flag","other"]},"flag_rs":{"unicode":"1f1f7-1f1f8","unicode_alternates":"","name":"serbia","shortname":":flag_rs:","category":"flags","emoji_order":"1209","aliases":[":rs:"],"aliases_ascii":[],"keywords":["country","nation","srbija","rs","flag","other"]},"flag_sc":{"unicode":"1f1f8-1f1e8","unicode_alternates":"","name":"the seychelles","shortname":":flag_sc:","category":"flags","emoji_order":"1210","aliases":[":sc:"],"aliases_ascii":[],"keywords":["country","nation","seychelles","sc","flag","other"]},"flag_sl":{"unicode":"1f1f8-1f1f1","unicode_alternates":"","name":"sierra leone","shortname":":flag_sl:","category":"flags","emoji_order":"1211","aliases":[":sl:"],"aliases_ascii":[],"keywords":["country","nation","sl","flag","other","sierra leone"]},"flag_sg":{"unicode":"1f1f8-1f1ec","unicode_alternates":"","name":"singapore","shortname":":flag_sg:","category":"flags","emoji_order":"1212","aliases":[":sg:"],"aliases_ascii":[],"keywords":["country","nation","sg","flag","other"]},"flag_sk":{"unicode":"1f1f8-1f1f0","unicode_alternates":"","name":"slovakia","shortname":":flag_sk:","category":"flags","emoji_order":"1213","aliases":[":sk:"],"aliases_ascii":[],"keywords":["country","nation","sk","flag","other"]},"flag_si":{"unicode":"1f1f8-1f1ee","unicode_alternates":"","name":"slovenia","shortname":":flag_si:","category":"flags","emoji_order":"1214","aliases":[":si:"],"aliases_ascii":[],"keywords":["country","nation","slovenija","si","flag","other"]},"flag_sb":{"unicode":"1f1f8-1f1e7","unicode_alternates":"","name":"the solomon islands","shortname":":flag_sb:","category":"flags","emoji_order":"1215","aliases":[":sb:"],"aliases_ascii":[],"keywords":["country","nation","sb","flag","island","other"]},"flag_so":{"unicode":"1f1f8-1f1f4","unicode_alternates":"","name":"somalia","shortname":":flag_so:","category":"flags","emoji_order":"1216","aliases":[":so:"],"aliases_ascii":[],"keywords":["country","nation","so","flag","other"]},"flag_za":{"unicode":"1f1ff-1f1e6","unicode_alternates":"","name":"south africa","shortname":":flag_za:","category":"flags","emoji_order":"1217","aliases":[":za:"],"aliases_ascii":[],"keywords":["country","nation","flag","other","south africa"]},"flag_kr":{"unicode":"1f1f0-1f1f7","unicode_alternates":"","name":"korea","shortname":":flag_kr:","category":"flags","emoji_order":"1218","aliases":[":kr:"],"aliases_ascii":[],"keywords":["nation","country","south korea","kr","flag","other","south"]},"flag_es":{"unicode":"1f1ea-1f1f8","unicode_alternates":"","name":"spain","shortname":":flag_es:","category":"flags","emoji_order":"1219","aliases":[":es:"],"aliases_ascii":[],"keywords":["nation","españa","country","espana","es","flag","other"]},"flag_lk":{"unicode":"1f1f1-1f1f0","unicode_alternates":"","name":"sri lanka","shortname":":flag_lk:","category":"flags","emoji_order":"1220","aliases":[":lk:"],"aliases_ascii":[],"keywords":["country","nation","lk","flag","other","sri lanka"]},"flag_sd":{"unicode":"1f1f8-1f1e9","unicode_alternates":"","name":"sudan","shortname":":flag_sd:","category":"flags","emoji_order":"1221","aliases":[":sd:"],"aliases_ascii":[],"keywords":["country","nation","as-sudan","sd","flag","other"]},"flag_sr":{"unicode":"1f1f8-1f1f7","unicode_alternates":"","name":"suriname","shortname":":flag_sr:","category":"flags","emoji_order":"1222","aliases":[":sr:"],"aliases_ascii":[],"keywords":["country","nation","sr","flag","other"]},"flag_sz":{"unicode":"1f1f8-1f1ff","unicode_alternates":"","name":"swaziland","shortname":":flag_sz:","category":"flags","emoji_order":"1223","aliases":[":sz:"],"aliases_ascii":[],"keywords":["country","nation","sz","flag","other"]},"flag_se":{"unicode":"1f1f8-1f1ea","unicode_alternates":"","name":"sweden","shortname":":flag_se:","category":"flags","emoji_order":"1224","aliases":[":se:"],"aliases_ascii":[],"keywords":["country","nation","sverige","se","flag","other"]},"flag_ch":{"unicode":"1f1e8-1f1ed","unicode_alternates":"","name":"switzerland","shortname":":flag_ch:","category":"flags","emoji_order":"1225","aliases":[":ch:"],"aliases_ascii":[],"keywords":["country","nation","swiss","flag","other"]},"flag_sy":{"unicode":"1f1f8-1f1fe","unicode_alternates":"","name":"syria","shortname":":flag_sy:","category":"flags","emoji_order":"1226","aliases":[":sy:"],"aliases_ascii":[],"keywords":["country","nation","sy","flag","other"]},"flag_tw":{"unicode":"1f1f9-1f1fc","unicode_alternates":"","name":"the republic of china","shortname":":flag_tw:","category":"flags","emoji_order":"1227","aliases":[":tw:"],"aliases_ascii":[],"keywords":["country","nation","taiwan","tw","flag","other"]},"flag_tj":{"unicode":"1f1f9-1f1ef","unicode_alternates":"","name":"tajikistan","shortname":":flag_tj:","category":"flags","emoji_order":"1228","aliases":[":tj:"],"aliases_ascii":[],"keywords":["country","nation","jumhurii tojikiston","tj","flag","other"]},"flag_tz":{"unicode":"1f1f9-1f1ff","unicode_alternates":"","name":"tanzania","shortname":":flag_tz:","category":"flags","emoji_order":"1229","aliases":[":tz:"],"aliases_ascii":[],"keywords":["country","nation","tz","flag","other"]},"flag_th":{"unicode":"1f1f9-1f1ed","unicode_alternates":"","name":"thailand","shortname":":flag_th:","category":"flags","emoji_order":"1230","aliases":[":th:"],"aliases_ascii":[],"keywords":["country","nation","prathet thai","th","flag","other"]},"flag_tl":{"unicode":"1f1f9-1f1f1","unicode_alternates":"","name":"timor-leste","shortname":":flag_tl:","category":"flags","emoji_order":"1231","aliases":[":tl:"],"aliases_ascii":[],"keywords":["country","nation","tl","east timor","flag","other","timor-leste"]},"flag_tg":{"unicode":"1f1f9-1f1ec","unicode_alternates":"","name":"togo","shortname":":flag_tg:","category":"flags","emoji_order":"1232","aliases":[":tg:"],"aliases_ascii":[],"keywords":["country","nation","republique togolaise","tg","flag","other"]},"flag_to":{"unicode":"1f1f9-1f1f4","unicode_alternates":"","name":"tonga","shortname":":flag_to:","category":"flags","emoji_order":"1233","aliases":[":to:"],"aliases_ascii":[],"keywords":["country","nation","to","flag","other"]},"flag_tt":{"unicode":"1f1f9-1f1f9","unicode_alternates":"","name":"trinidad and tobago","shortname":":flag_tt:","category":"flags","emoji_order":"1234","aliases":[":tt:"],"aliases_ascii":[],"keywords":["country","nation","tt","flag","other"]},"flag_tn":{"unicode":"1f1f9-1f1f3","unicode_alternates":"","name":"tunisia","shortname":":flag_tn:","category":"flags","emoji_order":"1235","aliases":[":tn:"],"aliases_ascii":[],"keywords":["country","nation","tunis","tn","flag","other"]},"flag_tr":{"unicode":"1f1f9-1f1f7","unicode_alternates":"","name":"turkey","shortname":":flag_tr:","category":"flags","emoji_order":"1236","aliases":[":tr:"],"aliases_ascii":[],"keywords":["country","nation","turkiye","flag","other"]},"flag_tm":{"unicode":"1f1f9-1f1f2","unicode_alternates":"","name":"turkmenistan","shortname":":flag_tm:","category":"flags","emoji_order":"1237","aliases":[":turkmenistan:"],"aliases_ascii":[],"keywords":["country","nation","tm","flag","other"]},"flag_tv":{"unicode":"1f1f9-1f1fb","unicode_alternates":"","name":"tuvalu","shortname":":flag_tv:","category":"flags","emoji_order":"1238","aliases":[":tuvalu:"],"aliases_ascii":[],"keywords":["country","nation","tv","flag","other"]},"flag_ug":{"unicode":"1f1fa-1f1ec","unicode_alternates":"","name":"uganda","shortname":":flag_ug:","category":"flags","emoji_order":"1239","aliases":[":ug:"],"aliases_ascii":[],"keywords":["country","nation","ug","flag","other"]},"flag_ua":{"unicode":"1f1fa-1f1e6","unicode_alternates":"","name":"ukraine","shortname":":flag_ua:","category":"flags","emoji_order":"1240","aliases":[":ua:"],"aliases_ascii":[],"keywords":["country","nation","ukrayina","ua","flag","other"]},"flag_ae":{"unicode":"1f1e6-1f1ea","unicode_alternates":"","name":"the united arab emirates","shortname":":flag_ae:","category":"flags","emoji_order":"1241","aliases":[":ae:"],"aliases_ascii":[],"keywords":["country","nation","ae","flag","other","uae"]},"flag_gb":{"unicode":"1f1ec-1f1e7","unicode_alternates":"","name":"great britain","shortname":":flag_gb:","category":"flags","emoji_order":"1242","aliases":[":gb:"],"aliases_ascii":[],"keywords":["UK","gb","britsh","nation","united kingdom","england","country","british","cornwall","flag","great britain","ireland","northern ireland","other","scotland","uk","union jack","united","wales"]},"flag_us":{"unicode":"1f1fa-1f1f8","unicode_alternates":"","name":"united states","shortname":":flag_us:","category":"flags","emoji_order":"1243","aliases":[":us:"],"aliases_ascii":[],"keywords":["american","country","nation","usa","united states of america","america","old glory","us","flag","other","stars and stripes","united states"]},"flag_vi":{"unicode":"1f1fb-1f1ee","unicode_alternates":"","name":"u.s. virgin islands","shortname":":flag_vi:","category":"flags","emoji_order":"1244","aliases":[":vi:"],"aliases_ascii":[],"keywords":["country","nation","vi","america","american","flag","island","other","united","united states","us","usa"]},"flag_uy":{"unicode":"1f1fa-1f1fe","unicode_alternates":"","name":"uruguay","shortname":":flag_uy:","category":"flags","emoji_order":"1245","aliases":[":uy:"],"aliases_ascii":[],"keywords":["country","nation","uy","flag","other"]},"flag_uz":{"unicode":"1f1fa-1f1ff","unicode_alternates":"","name":"uzbekistan","shortname":":flag_uz:","category":"flags","emoji_order":"1246","aliases":[":uz:"],"aliases_ascii":[],"keywords":["country","nation","uzbekiston respublikasi","uz","flag","other"]},"flag_vu":{"unicode":"1f1fb-1f1fa","unicode_alternates":"","name":"vanuatu","shortname":":flag_vu:","category":"flags","emoji_order":"1247","aliases":[":vu:"],"aliases_ascii":[],"keywords":["country","nation","vu","flag","other"]},"flag_va":{"unicode":"1f1fb-1f1e6","unicode_alternates":"","name":"the vatican city","shortname":":flag_va:","category":"flags","emoji_order":"1248","aliases":[":va:"],"aliases_ascii":[],"keywords":["country","nation","va","flag","other"]},"flag_ve":{"unicode":"1f1fb-1f1ea","unicode_alternates":"","name":"venezuela","shortname":":flag_ve:","category":"flags","emoji_order":"1249","aliases":[":ve:"],"aliases_ascii":[],"keywords":["country","nation","ve","flag","other"]},"flag_vn":{"unicode":"1f1fb-1f1f3","unicode_alternates":"","name":"vietnam","shortname":":flag_vn:","category":"flags","emoji_order":"1250","aliases":[":vn:"],"aliases_ascii":[],"keywords":["country","nation","viet nam","vn","flag","other"]},"flag_wf":{"unicode":"1f1fc-1f1eb","unicode_alternates":"","name":"wallis and futuna","shortname":":flag_wf:","category":"flags","emoji_order":"1251","aliases":[":wf:"],"aliases_ascii":[],"keywords":["country","nation","wf","flag","other"]},"flag_eh":{"unicode":"1f1ea-1f1ed","unicode_alternates":"","name":"western sahara","shortname":":flag_eh:","category":"flags","emoji_order":"1252","aliases":[":eh:"],"aliases_ascii":[],"keywords":["country","nation","sahra","gharbiyah","eh","flag","other","west","western sahara"]},"flag_ye":{"unicode":"1f1fe-1f1ea","unicode_alternates":"","name":"yemen","shortname":":flag_ye:","category":"flags","emoji_order":"1253","aliases":[":ye:"],"aliases_ascii":[],"keywords":["country","nation","al yaman","ye","flag","other"]},"flag_zm":{"unicode":"1f1ff-1f1f2","unicode_alternates":"","name":"zambia","shortname":":flag_zm:","category":"flags","emoji_order":"1254","aliases":[":zm:"],"aliases_ascii":[],"keywords":["country","nation","zm","flag","other"]},"flag_zw":{"unicode":"1f1ff-1f1fc","unicode_alternates":"","name":"zimbabwe","shortname":":flag_zw:","category":"flags","emoji_order":"1255","aliases":[":zw:"],"aliases_ascii":[],"keywords":["country","nation","zw","flag","other"]},"flag_re":{"unicode":"1f1f7-1f1ea","unicode_alternates":"","name":"r\u00e9union","shortname":":flag_re:","category":"flags","emoji_order":"1256","aliases":[":re:"],"aliases_ascii":[],"keywords":[]},"flag_ax":{"unicode":"1f1e6-1f1fd","unicode_alternates":"","name":"\u00e5land islands","shortname":":flag_ax:","category":"flags","emoji_order":"1257","aliases":[":ax:"],"aliases_ascii":[],"keywords":[]},"flag_ta":{"unicode":"1f1f9-1f1e6","unicode_alternates":"","name":"tristan da cunha","shortname":":flag_ta:","category":"flags","emoji_order":"1258","aliases":[":ta:"],"aliases_ascii":[],"keywords":[]},"flag_io":{"unicode":"1f1ee-1f1f4","unicode_alternates":"","name":"british indian ocean territory","shortname":":flag_io:","category":"flags","emoji_order":"1259","aliases":[":io:"],"aliases_ascii":[],"keywords":[]},"flag_bq":{"unicode":"1f1e7-1f1f6","unicode_alternates":"","name":"caribbean netherlands","shortname":":flag_bq:","category":"flags","emoji_order":"1260","aliases":[":bq:"],"aliases_ascii":[],"keywords":[]},"flag_cx":{"unicode":"1f1e8-1f1fd","unicode_alternates":"","name":"christmas island","shortname":":flag_cx:","category":"flags","emoji_order":"1261","aliases":[":cx:"],"aliases_ascii":[],"keywords":[]},"flag_cc":{"unicode":"1f1e8-1f1e8","unicode_alternates":"","name":"cocos (keeling) islands","shortname":":flag_cc:","category":"flags","emoji_order":"1262","aliases":[":cc:"],"aliases_ascii":[],"keywords":[]},"flag_gg":{"unicode":"1f1ec-1f1ec","unicode_alternates":"","name":"guernsey","shortname":":flag_gg:","category":"flags","emoji_order":"1263","aliases":[":gg:"],"aliases_ascii":[],"keywords":[]},"flag_im":{"unicode":"1f1ee-1f1f2","unicode_alternates":"","name":"isle of man","shortname":":flag_im:","category":"flags","emoji_order":"1264","aliases":[":im:"],"aliases_ascii":[],"keywords":[]},"flag_yt":{"unicode":"1f1fe-1f1f9","unicode_alternates":"","name":"mayotte","shortname":":flag_yt:","category":"flags","emoji_order":"1265","aliases":[":yt:"],"aliases_ascii":[],"keywords":[]},"flag_nf":{"unicode":"1f1f3-1f1eb","unicode_alternates":"","name":"norfolk island","shortname":":flag_nf:","category":"flags","emoji_order":"1266","aliases":[":nf:"],"aliases_ascii":[],"keywords":[]},"flag_pn":{"unicode":"1f1f5-1f1f3","unicode_alternates":"","name":"pitcairn","shortname":":flag_pn:","category":"flags","emoji_order":"1267","aliases":[":pn:"],"aliases_ascii":[],"keywords":[]},"flag_bl":{"unicode":"1f1e7-1f1f1","unicode_alternates":"","name":"saint barth\u00e9lemy","shortname":":flag_bl:","category":"flags","emoji_order":"1268","aliases":[":bl:"],"aliases_ascii":[],"keywords":[]},"flag_pm":{"unicode":"1f1f5-1f1f2","unicode_alternates":"","name":"saint pierre and miquelon","shortname":":flag_pm:","category":"flags","emoji_order":"1269","aliases":[":pm:"],"aliases_ascii":[],"keywords":[]},"flag_gs":{"unicode":"1f1ec-1f1f8","unicode_alternates":"","name":"south georgia","shortname":":flag_gs:","category":"flags","emoji_order":"1270","aliases":[":gs:"],"aliases_ascii":[],"keywords":[]},"flag_tk":{"unicode":"1f1f9-1f1f0","unicode_alternates":"","name":"tokelau","shortname":":flag_tk:","category":"flags","emoji_order":"1271","aliases":[":tk:"],"aliases_ascii":[],"keywords":[]},"flag_bv":{"unicode":"1f1e7-1f1fb","unicode_alternates":"","name":"bouvet island","shortname":":flag_bv:","category":"flags","emoji_order":"1272","aliases":[":bv:"],"aliases_ascii":[],"keywords":[]},"flag_hm":{"unicode":"1f1ed-1f1f2","unicode_alternates":"","name":"heard island and mcdonald islands","shortname":":flag_hm:","category":"flags","emoji_order":"1273","aliases":[":hm:"],"aliases_ascii":[],"keywords":[]},"flag_sj":{"unicode":"1f1f8-1f1ef","unicode_alternates":"","name":"svalbard and jan mayen","shortname":":flag_sj:","category":"flags","emoji_order":"1274","aliases":[":sj:"],"aliases_ascii":[],"keywords":[]},"flag_um":{"unicode":"1f1fa-1f1f2","unicode_alternates":"","name":"united states minor outlying islands","shortname":":flag_um:","category":"flags","emoji_order":"1275","aliases":[":um:"],"aliases_ascii":[],"keywords":[]},"flag_ic":{"unicode":"1f1ee-1f1e8","unicode_alternates":"","name":"canary islands","shortname":":flag_ic:","category":"flags","emoji_order":"1276","aliases":[":ic:"],"aliases_ascii":[],"keywords":[]},"flag_ea":{"unicode":"1f1ea-1f1e6","unicode_alternates":"","name":"ceuta, melilla","shortname":":flag_ea:","category":"flags","emoji_order":"1277","aliases":[":ea:"],"aliases_ascii":[],"keywords":[]},"flag_cp":{"unicode":"1f1e8-1f1f5","unicode_alternates":"","name":"clipperton island","shortname":":flag_cp:","category":"flags","emoji_order":"1278","aliases":[":cp:"],"aliases_ascii":[],"keywords":[]},"flag_dg":{"unicode":"1f1e9-1f1ec","unicode_alternates":"","name":"diego garcia","shortname":":flag_dg:","category":"flags","emoji_order":"1279","aliases":[":dg:"],"aliases_ascii":[],"keywords":[]},"flag_as":{"unicode":"1f1e6-1f1f8","unicode_alternates":"","name":"american samoa","shortname":":flag_as:","category":"flags","emoji_order":"1280","aliases":[":as:"],"aliases_ascii":[],"keywords":[]},"flag_aq":{"unicode":"1f1e6-1f1f6","unicode_alternates":"","name":"antarctica","shortname":":flag_aq:","category":"flags","emoji_order":"1281","aliases":[":aq:"],"aliases_ascii":[],"keywords":[]},"flag_vg":{"unicode":"1f1fb-1f1ec","unicode_alternates":"","name":"british virgin islands","shortname":":flag_vg:","category":"flags","emoji_order":"1282","aliases":[":vg:"],"aliases_ascii":[],"keywords":[]},"flag_ck":{"unicode":"1f1e8-1f1f0","unicode_alternates":"","name":"cook islands","shortname":":flag_ck:","category":"flags","emoji_order":"1283","aliases":[":ck:"],"aliases_ascii":[],"keywords":[]},"flag_cw":{"unicode":"1f1e8-1f1fc","unicode_alternates":"","name":"cura\u00e7ao","shortname":":flag_cw:","category":"flags","emoji_order":"1284","aliases":[":cw:"],"aliases_ascii":[],"keywords":[]},"flag_eu":{"unicode":"1f1ea-1f1fa","unicode_alternates":"","name":"european union","shortname":":flag_eu:","category":"flags","emoji_order":"1285","aliases":[":eu:"],"aliases_ascii":[],"keywords":[]},"flag_gf":{"unicode":"1f1ec-1f1eb","unicode_alternates":"","name":"french guiana","shortname":":flag_gf:","category":"flags","emoji_order":"1286","aliases":[":gf:"],"aliases_ascii":[],"keywords":[]},"flag_tf":{"unicode":"1f1f9-1f1eb","unicode_alternates":"","name":"french southern territories","shortname":":flag_tf:","category":"flags","emoji_order":"1287","aliases":[":tf:"],"aliases_ascii":[],"keywords":[]},"flag_gp":{"unicode":"1f1ec-1f1f5","unicode_alternates":"","name":"guadeloupe","shortname":":flag_gp:","category":"flags","emoji_order":"1288","aliases":[":gp:"],"aliases_ascii":[],"keywords":[]},"flag_mq":{"unicode":"1f1f2-1f1f6","unicode_alternates":"","name":"martinique","shortname":":flag_mq:","category":"flags","emoji_order":"1289","aliases":[":mq:"],"aliases_ascii":[],"keywords":[]},"flag_mp":{"unicode":"1f1f2-1f1f5","unicode_alternates":"","name":"northern mariana islands","shortname":":flag_mp:","category":"flags","emoji_order":"1290","aliases":[":mp:"],"aliases_ascii":[],"keywords":[]},"flag_sx":{"unicode":"1f1f8-1f1fd","unicode_alternates":"","name":"sint maarten","shortname":":flag_sx:","category":"flags","emoji_order":"1291","aliases":[":sx:"],"aliases_ascii":[],"keywords":[]},"flag_ss":{"unicode":"1f1f8-1f1f8","unicode_alternates":"","name":"south sudan","shortname":":flag_ss:","category":"flags","emoji_order":"1292","aliases":[":ss:"],"aliases_ascii":[],"keywords":[]},"flag_tc":{"unicode":"1f1f9-1f1e8","unicode_alternates":"","name":"turks and caicos islands","shortname":":flag_tc:","category":"flags","emoji_order":"1293","aliases":[":tc:"],"aliases_ascii":[],"keywords":[]},"flag_mf":{"unicode":"1f1f2-1f1eb","unicode_alternates":"","name":"saint martin","shortname":":flag_mf:","category":"flags","emoji_order":"1294","aliases":[":mf:"],"aliases_ascii":[],"keywords":[]},"raised_hands_tone1":{"unicode":"1f64c-1f3fb","unicode_alternates":"","name":"person raising both hands in celebration tone 1","shortname":":raised_hands_tone1:","category":"people","emoji_order":"1295","aliases":[],"aliases_ascii":[],"keywords":["gesture","hooray","winning","woot","yay","banzai","raised"]},"raised_hands_tone2":{"unicode":"1f64c-1f3fc","unicode_alternates":"","name":"person raising both hands in celebration tone 2","shortname":":raised_hands_tone2:","category":"people","emoji_order":"1296","aliases":[],"aliases_ascii":[],"keywords":["gesture","hooray","winning","woot","yay","banzai","raised"]},"raised_hands_tone3":{"unicode":"1f64c-1f3fd","unicode_alternates":"","name":"person raising both hands in celebration tone 3","shortname":":raised_hands_tone3:","category":"people","emoji_order":"1297","aliases":[],"aliases_ascii":[],"keywords":["gesture","hooray","winning","woot","yay","banzai","raised"]},"raised_hands_tone4":{"unicode":"1f64c-1f3fe","unicode_alternates":"","name":"person raising both hands in celebration tone 4","shortname":":raised_hands_tone4:","category":"people","emoji_order":"1298","aliases":[],"aliases_ascii":[],"keywords":["gesture","hooray","winning","woot","yay","banzai","raised"]},"raised_hands_tone5":{"unicode":"1f64c-1f3ff","unicode_alternates":"","name":"person raising both hands in celebration tone 5","shortname":":raised_hands_tone5:","category":"people","emoji_order":"1299","aliases":[],"aliases_ascii":[],"keywords":["gesture","hooray","winning","woot","yay","banzai","raised"]},"clap_tone1":{"unicode":"1f44f-1f3fb","unicode_alternates":"","name":"clapping hands sign tone 1","shortname":":clap_tone1:","category":"people","emoji_order":"1300","aliases":[],"aliases_ascii":[],"keywords":["applause","congrats","praise","clap","appreciation","approval","sound","encouragement","enthusiasm"]},"clap_tone2":{"unicode":"1f44f-1f3fc","unicode_alternates":"","name":"clapping hands sign tone 2","shortname":":clap_tone2:","category":"people","emoji_order":"1301","aliases":[],"aliases_ascii":[],"keywords":["applause","congrats","praise","clap","appreciation","approval","sound","encouragement","enthusiasm"]},"clap_tone3":{"unicode":"1f44f-1f3fd","unicode_alternates":"","name":"clapping hands sign tone 3","shortname":":clap_tone3:","category":"people","emoji_order":"1302","aliases":[],"aliases_ascii":[],"keywords":["applause","congrats","praise","clap","appreciation","approval","sound","encouragement","enthusiasm"]},"clap_tone4":{"unicode":"1f44f-1f3fe","unicode_alternates":"","name":"clapping hands sign tone 4","shortname":":clap_tone4:","category":"people","emoji_order":"1303","aliases":[],"aliases_ascii":[],"keywords":["applause","congrats","praise","clap","appreciation","approval","sound","encouragement","enthusiasm"]},"clap_tone5":{"unicode":"1f44f-1f3ff","unicode_alternates":"","name":"clapping hands sign tone 5","shortname":":clap_tone5:","category":"people","emoji_order":"1304","aliases":[],"aliases_ascii":[],"keywords":["applause","congrats","praise","clap","appreciation","approval","sound","encouragement","enthusiasm"]},"wave_tone1":{"unicode":"1f44b-1f3fb","unicode_alternates":"","name":"waving hand sign tone 1","shortname":":wave_tone1:","category":"people","emoji_order":"1305","aliases":[],"aliases_ascii":[],"keywords":["farewell","gesture","goodbye","solong","hi","wave"]},"wave_tone2":{"unicode":"1f44b-1f3fc","unicode_alternates":"","name":"waving hand sign tone 2","shortname":":wave_tone2:","category":"people","emoji_order":"1306","aliases":[],"aliases_ascii":[],"keywords":["farewell","gesture","goodbye","solong","hi","wave"]},"wave_tone3":{"unicode":"1f44b-1f3fd","unicode_alternates":"","name":"waving hand sign tone 3","shortname":":wave_tone3:","category":"people","emoji_order":"1307","aliases":[],"aliases_ascii":[],"keywords":["farewell","gesture","goodbye","solong","hi","wave"]},"wave_tone4":{"unicode":"1f44b-1f3fe","unicode_alternates":"","name":"waving hand sign tone 4","shortname":":wave_tone4:","category":"people","emoji_order":"1308","aliases":[],"aliases_ascii":[],"keywords":["farewell","gesture","goodbye","solong","hi","wave"]},"wave_tone5":{"unicode":"1f44b-1f3ff","unicode_alternates":"","name":"waving hand sign tone 5","shortname":":wave_tone5:","category":"people","emoji_order":"1309","aliases":[],"aliases_ascii":[],"keywords":["farewell","gesture","goodbye","solong","hi","wave"]},"thumbsup_tone1":{"unicode":"1f44d-1f3fb","unicode_alternates":"","name":"thumbs up sign tone 1","shortname":":thumbsup_tone1:","category":"people","emoji_order":"1310","aliases":[":+1_tone1:",":thumbup_tone1:"],"aliases_ascii":[],"keywords":["cool","hand","like","yes","+1"]},"thumbsup_tone2":{"unicode":"1f44d-1f3fc","unicode_alternates":"","name":"thumbs up sign tone 2","shortname":":thumbsup_tone2:","category":"people","emoji_order":"1311","aliases":[":+1_tone2:",":thumbup_tone2:"],"aliases_ascii":[],"keywords":["cool","hand","like","yes","+1"]},"thumbsup_tone3":{"unicode":"1f44d-1f3fd","unicode_alternates":"","name":"thumbs up sign tone 3","shortname":":thumbsup_tone3:","category":"people","emoji_order":"1312","aliases":[":+1_tone3:",":thumbup_tone3:"],"aliases_ascii":[],"keywords":["cool","hand","like","yes","+1"]},"thumbsup_tone4":{"unicode":"1f44d-1f3fe","unicode_alternates":"","name":"thumbs up sign tone 4","shortname":":thumbsup_tone4:","category":"people","emoji_order":"1313","aliases":[":+1_tone4:",":thumbup_tone4:"],"aliases_ascii":[],"keywords":["cool","hand","like","yes","+1"]},"thumbsup_tone5":{"unicode":"1f44d-1f3ff","unicode_alternates":"","name":"thumbs up sign tone 5","shortname":":thumbsup_tone5:","category":"people","emoji_order":"1314","aliases":[":+1_tone5:",":thumbup_tone5:"],"aliases_ascii":[],"keywords":["cool","hand","like","yes","+1"]},"thumbsdown_tone1":{"unicode":"1f44e-1f3fb","unicode_alternates":"","name":"thumbs down sign tone 1","shortname":":thumbsdown_tone1:","category":"people","emoji_order":"1315","aliases":[":-1_tone1:",":thumbdown_tone1:"],"aliases_ascii":[],"keywords":["hand","no","-1"]},"thumbsdown_tone2":{"unicode":"1f44e-1f3fc","unicode_alternates":"","name":"thumbs down sign tone 2","shortname":":thumbsdown_tone2:","category":"people","emoji_order":"1316","aliases":[":-1_tone2:",":thumbdown_tone2:"],"aliases_ascii":[],"keywords":["hand","no","-1"]},"thumbsdown_tone3":{"unicode":"1f44e-1f3fd","unicode_alternates":"","name":"thumbs down sign tone 3","shortname":":thumbsdown_tone3:","category":"people","emoji_order":"1317","aliases":[":-1_tone3:",":thumbdown_tone3:"],"aliases_ascii":[],"keywords":["hand","no","-1"]},"thumbsdown_tone4":{"unicode":"1f44e-1f3fe","unicode_alternates":"","name":"thumbs down sign tone 4","shortname":":thumbsdown_tone4:","category":"people","emoji_order":"1318","aliases":[":-1_tone4:",":thumbdown_tone4:"],"aliases_ascii":[],"keywords":["hand","no","-1"]},"thumbsdown_tone5":{"unicode":"1f44e-1f3ff","unicode_alternates":"","name":"thumbs down sign tone 5","shortname":":thumbsdown_tone5:","category":"people","emoji_order":"1319","aliases":[":-1_tone5:",":thumbdown_tone5:"],"aliases_ascii":[],"keywords":["hand","no","-1"]},"punch_tone1":{"unicode":"1f44a-1f3fb","unicode_alternates":"","name":"fisted hand sign tone 1","shortname":":punch_tone1:","category":"people","emoji_order":"1320","aliases":[],"aliases_ascii":[],"keywords":["fist","punch"]},"punch_tone2":{"unicode":"1f44a-1f3fc","unicode_alternates":"","name":"fisted hand sign tone 2","shortname":":punch_tone2:","category":"people","emoji_order":"1321","aliases":[],"aliases_ascii":[],"keywords":["fist","punch"]},"punch_tone3":{"unicode":"1f44a-1f3fd","unicode_alternates":"","name":"fisted hand sign tone 3","shortname":":punch_tone3:","category":"people","emoji_order":"1322","aliases":[],"aliases_ascii":[],"keywords":["fist","punch"]},"punch_tone4":{"unicode":"1f44a-1f3fe","unicode_alternates":"","name":"fisted hand sign tone 4","shortname":":punch_tone4:","category":"people","emoji_order":"1323","aliases":[],"aliases_ascii":[],"keywords":["fist","punch"]},"punch_tone5":{"unicode":"1f44a-1f3ff","unicode_alternates":"","name":"fisted hand sign tone 5","shortname":":punch_tone5:","category":"people","emoji_order":"1324","aliases":[],"aliases_ascii":[],"keywords":["fist","punch"]},"fist_tone1":{"unicode":"270a-1f3fb","unicode_alternates":"","name":"raised fist tone 1","shortname":":fist_tone1:","category":"people","emoji_order":"1325","aliases":[],"aliases_ascii":[],"keywords":["fingers","grasp","hand"]},"fist_tone2":{"unicode":"270a-1f3fc","unicode_alternates":"","name":"raised fist tone 2","shortname":":fist_tone2:","category":"people","emoji_order":"1326","aliases":[],"aliases_ascii":[],"keywords":["fingers","grasp","hand"]},"fist_tone3":{"unicode":"270a-1f3fd","unicode_alternates":"","name":"raised fist tone 3","shortname":":fist_tone3:","category":"people","emoji_order":"1327","aliases":[],"aliases_ascii":[],"keywords":["fingers","grasp","hand"]},"fist_tone4":{"unicode":"270a-1f3fe","unicode_alternates":"","name":"raised fist tone 4","shortname":":fist_tone4:","category":"people","emoji_order":"1328","aliases":[],"aliases_ascii":[],"keywords":["fingers","grasp","hand"]},"fist_tone5":{"unicode":"270a-1f3ff","unicode_alternates":"","name":"raised fist tone 5","shortname":":fist_tone5:","category":"people","emoji_order":"1329","aliases":[],"aliases_ascii":[],"keywords":["fingers","grasp","hand"]},"v_tone1":{"unicode":"270c-1f3fb","unicode_alternates":"","name":"victory hand tone 1","shortname":":v_tone1:","category":"people","emoji_order":"1330","aliases":[],"aliases_ascii":[],"keywords":["fingers","ohyeah","peace","two","v"]},"v_tone2":{"unicode":"270c-1f3fc","unicode_alternates":"","name":"victory hand tone 2","shortname":":v_tone2:","category":"people","emoji_order":"1331","aliases":[],"aliases_ascii":[],"keywords":["fingers","ohyeah","peace","two","v"]},"v_tone3":{"unicode":"270c-1f3fd","unicode_alternates":"","name":"victory hand tone 3","shortname":":v_tone3:","category":"people","emoji_order":"1332","aliases":[],"aliases_ascii":[],"keywords":["fingers","ohyeah","peace","two","v"]},"v_tone4":{"unicode":"270c-1f3fe","unicode_alternates":"","name":"victory hand tone 4","shortname":":v_tone4:","category":"people","emoji_order":"1333","aliases":[],"aliases_ascii":[],"keywords":["fingers","ohyeah","peace","two","v"]},"v_tone5":{"unicode":"270c-1f3ff","unicode_alternates":"","name":"victory hand tone 5","shortname":":v_tone5:","category":"people","emoji_order":"1334","aliases":[],"aliases_ascii":[],"keywords":["fingers","ohyeah","peace","two","v"]},"ok_hand_tone1":{"unicode":"1f44c-1f3fb","unicode_alternates":"","name":"ok hand sign tone 1","shortname":":ok_hand_tone1:","category":"people","emoji_order":"1335","aliases":[],"aliases_ascii":[],"keywords":["fingers","limbs","perfect","okay","smoke","smoking","marijuana","joint","pot","420"]},"ok_hand_tone2":{"unicode":"1f44c-1f3fc","unicode_alternates":"","name":"ok hand sign tone 2","shortname":":ok_hand_tone2:","category":"people","emoji_order":"1336","aliases":[],"aliases_ascii":[],"keywords":["fingers","limbs","perfect","okay","smoke","smoking","marijuana","joint","pot","420"]},"ok_hand_tone3":{"unicode":"1f44c-1f3fd","unicode_alternates":"","name":"ok hand sign tone 3","shortname":":ok_hand_tone3:","category":"people","emoji_order":"1337","aliases":[],"aliases_ascii":[],"keywords":["fingers","limbs","perfect","okay","smoke","smoking","marijuana","joint","pot","420"]},"ok_hand_tone4":{"unicode":"1f44c-1f3fe","unicode_alternates":"","name":"ok hand sign tone 4","shortname":":ok_hand_tone4:","category":"people","emoji_order":"1338","aliases":[],"aliases_ascii":[],"keywords":["fingers","limbs","perfect","okay","smoke","smoking","marijuana","joint","pot","420"]},"ok_hand_tone5":{"unicode":"1f44c-1f3ff","unicode_alternates":"","name":"ok hand sign tone 5","shortname":":ok_hand_tone5:","category":"people","emoji_order":"1339","aliases":[],"aliases_ascii":[],"keywords":["fingers","limbs","perfect","okay","smoke","smoking","marijuana","joint","pot","420"]},"raised_hand_tone1":{"unicode":"270b-1f3fb","unicode_alternates":"","name":"raised hand tone 1","shortname":":raised_hand_tone1:","category":"people","emoji_order":"1340","aliases":[],"aliases_ascii":[],"keywords":["body","person"]},"raised_hand_tone2":{"unicode":"270b-1f3fc","unicode_alternates":"","name":"raised hand tone 2","shortname":":raised_hand_tone2:","category":"people","emoji_order":"1341","aliases":[],"aliases_ascii":[],"keywords":["body","person"]},"raised_hand_tone3":{"unicode":"270b-1f3fd","unicode_alternates":"","name":"raised hand tone 3","shortname":":raised_hand_tone3:","category":"people","emoji_order":"1342","aliases":[],"aliases_ascii":[],"keywords":["body","person"]},"raised_hand_tone4":{"unicode":"270b-1f3fe","unicode_alternates":"","name":"raised hand tone 4","shortname":":raised_hand_tone4:","category":"people","emoji_order":"1343","aliases":[],"aliases_ascii":[],"keywords":["body","person"]},"raised_hand_tone5":{"unicode":"270b-1f3ff","unicode_alternates":"","name":"raised hand tone 5","shortname":":raised_hand_tone5:","category":"people","emoji_order":"1344","aliases":[],"aliases_ascii":[],"keywords":["body","person"]},"open_hands_tone1":{"unicode":"1f450-1f3fb","unicode_alternates":"","name":"open hands sign tone 1","shortname":":open_hands_tone1:","category":"people","emoji_order":"1345","aliases":[],"aliases_ascii":[],"keywords":["butterfly","fingers"]},"open_hands_tone2":{"unicode":"1f450-1f3fc","unicode_alternates":"","name":"open hands sign tone 2","shortname":":open_hands_tone2:","category":"people","emoji_order":"1346","aliases":[],"aliases_ascii":[],"keywords":["butterfly","fingers"]},"open_hands_tone3":{"unicode":"1f450-1f3fd","unicode_alternates":"","name":"open hands sign tone 3","shortname":":open_hands_tone3:","category":"people","emoji_order":"1347","aliases":[],"aliases_ascii":[],"keywords":["butterfly","fingers"]},"open_hands_tone4":{"unicode":"1f450-1f3fe","unicode_alternates":"","name":"open hands sign tone 4","shortname":":open_hands_tone4:","category":"people","emoji_order":"1348","aliases":[],"aliases_ascii":[],"keywords":["butterfly","fingers"]},"open_hands_tone5":{"unicode":"1f450-1f3ff","unicode_alternates":"","name":"open hands sign tone 5","shortname":":open_hands_tone5:","category":"people","emoji_order":"1349","aliases":[],"aliases_ascii":[],"keywords":["butterfly","fingers"]},"muscle_tone1":{"unicode":"1f4aa-1f3fb","unicode_alternates":"","name":"flexed biceps tone 1","shortname":":muscle_tone1:","category":"people","emoji_order":"1350","aliases":[],"aliases_ascii":[],"keywords":["arm","flex","hand","strong","muscle","bicep"]},"muscle_tone2":{"unicode":"1f4aa-1f3fc","unicode_alternates":"","name":"flexed biceps tone 2","shortname":":muscle_tone2:","category":"people","emoji_order":"1351","aliases":[],"aliases_ascii":[],"keywords":["arm","flex","hand","strong","muscle","bicep"]},"muscle_tone3":{"unicode":"1f4aa-1f3fd","unicode_alternates":"","name":"flexed biceps tone 3","shortname":":muscle_tone3:","category":"people","emoji_order":"1352","aliases":[],"aliases_ascii":[],"keywords":["arm","flex","hand","strong","muscle","bicep"]},"muscle_tone4":{"unicode":"1f4aa-1f3fe","unicode_alternates":"","name":"flexed biceps tone 4","shortname":":muscle_tone4:","category":"people","emoji_order":"1353","aliases":[],"aliases_ascii":[],"keywords":["arm","flex","hand","strong","muscle","bicep"]},"muscle_tone5":{"unicode":"1f4aa-1f3ff","unicode_alternates":"","name":"flexed biceps tone 5","shortname":":muscle_tone5:","category":"people","emoji_order":"1354","aliases":[],"aliases_ascii":[],"keywords":["arm","flex","hand","strong","muscle","bicep"]},"pray_tone1":{"unicode":"1f64f-1f3fb","unicode_alternates":"","name":"person with folded hands tone 1","shortname":":pray_tone1:","category":"people","emoji_order":"1355","aliases":[],"aliases_ascii":[],"keywords":["highfive","hope","namaste","please","wish","pray","high five","sorrow","regret","sorry"]},"pray_tone2":{"unicode":"1f64f-1f3fc","unicode_alternates":"","name":"person with folded hands tone 2","shortname":":pray_tone2:","category":"people","emoji_order":"1356","aliases":[],"aliases_ascii":[],"keywords":["highfive","hope","namaste","please","wish","pray","high five","sorrow","regret","sorry"]},"pray_tone3":{"unicode":"1f64f-1f3fd","unicode_alternates":"","name":"person with folded hands tone 3","shortname":":pray_tone3:","category":"people","emoji_order":"1357","aliases":[],"aliases_ascii":[],"keywords":["highfive","hope","namaste","please","wish","pray","high five","sorrow","regret","sorry"]},"pray_tone4":{"unicode":"1f64f-1f3fe","unicode_alternates":"","name":"person with folded hands tone 4","shortname":":pray_tone4:","category":"people","emoji_order":"1358","aliases":[],"aliases_ascii":[],"keywords":["highfive","hope","namaste","please","wish","pray","high five","sorrow","regret","sorry"]},"pray_tone5":{"unicode":"1f64f-1f3ff","unicode_alternates":"","name":"person with folded hands tone 5","shortname":":pray_tone5:","category":"people","emoji_order":"1359","aliases":[],"aliases_ascii":[],"keywords":["highfive","hope","namaste","please","wish","pray","high five","sorrow","regret","sorry"]},"point_up_tone1":{"unicode":"261d-1f3fb","unicode_alternates":"","name":"white up pointing index tone 1","shortname":":point_up_tone1:","category":"people","emoji_order":"1360","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one"]},"point_up_tone2":{"unicode":"261d-1f3fc","unicode_alternates":"","name":"white up pointing index tone 2","shortname":":point_up_tone2:","category":"people","emoji_order":"1361","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one"]},"point_up_tone3":{"unicode":"261d-1f3fd","unicode_alternates":"","name":"white up pointing index tone 3","shortname":":point_up_tone3:","category":"people","emoji_order":"1362","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one"]},"point_up_tone4":{"unicode":"261d-1f3fe","unicode_alternates":"","name":"white up pointing index tone 4","shortname":":point_up_tone4:","category":"people","emoji_order":"1363","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one"]},"point_up_tone5":{"unicode":"261d-1f3ff","unicode_alternates":"","name":"white up pointing index tone 5","shortname":":point_up_tone5:","category":"people","emoji_order":"1364","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one"]},"point_up_2_tone1":{"unicode":"1f446-1f3fb","unicode_alternates":"","name":"white up pointing backhand index tone 1","shortname":":point_up_2_tone1:","category":"people","emoji_order":"1365","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one"]},"point_up_2_tone2":{"unicode":"1f446-1f3fc","unicode_alternates":"","name":"white up pointing backhand index tone 2","shortname":":point_up_2_tone2:","category":"people","emoji_order":"1366","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one"]},"point_up_2_tone3":{"unicode":"1f446-1f3fd","unicode_alternates":"","name":"white up pointing backhand index tone 3","shortname":":point_up_2_tone3:","category":"people","emoji_order":"1367","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one"]},"point_up_2_tone4":{"unicode":"1f446-1f3fe","unicode_alternates":"","name":"white up pointing backhand index tone 4","shortname":":point_up_2_tone4:","category":"people","emoji_order":"1368","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one"]},"point_up_2_tone5":{"unicode":"1f446-1f3ff","unicode_alternates":"","name":"white up pointing backhand index tone 5","shortname":":point_up_2_tone5:","category":"people","emoji_order":"1369","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand","one"]},"point_down_tone1":{"unicode":"1f447-1f3fb","unicode_alternates":"","name":"white down pointing backhand index tone 1","shortname":":point_down_tone1:","category":"people","emoji_order":"1370","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_down_tone2":{"unicode":"1f447-1f3fc","unicode_alternates":"","name":"white down pointing backhand index tone 2","shortname":":point_down_tone2:","category":"people","emoji_order":"1371","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_down_tone3":{"unicode":"1f447-1f3fd","unicode_alternates":"","name":"white down pointing backhand index tone 3","shortname":":point_down_tone3:","category":"people","emoji_order":"1372","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_down_tone4":{"unicode":"1f447-1f3fe","unicode_alternates":"","name":"white down pointing backhand index tone 4","shortname":":point_down_tone4:","category":"people","emoji_order":"1373","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_down_tone5":{"unicode":"1f447-1f3ff","unicode_alternates":"","name":"white down pointing backhand index tone 5","shortname":":point_down_tone5:","category":"people","emoji_order":"1374","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_left_tone1":{"unicode":"1f448-1f3fb","unicode_alternates":"","name":"white left pointing backhand index tone 1","shortname":":point_left_tone1:","category":"people","emoji_order":"1375","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_left_tone2":{"unicode":"1f448-1f3fc","unicode_alternates":"","name":"white left pointing backhand index tone 2","shortname":":point_left_tone2:","category":"people","emoji_order":"1376","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_left_tone3":{"unicode":"1f448-1f3fd","unicode_alternates":"","name":"white left pointing backhand index tone 3","shortname":":point_left_tone3:","category":"people","emoji_order":"1377","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_left_tone4":{"unicode":"1f448-1f3fe","unicode_alternates":"","name":"white left pointing backhand index tone 4","shortname":":point_left_tone4:","category":"people","emoji_order":"1378","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_left_tone5":{"unicode":"1f448-1f3ff","unicode_alternates":"","name":"white left pointing backhand index tone 5","shortname":":point_left_tone5:","category":"people","emoji_order":"1379","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_right_tone1":{"unicode":"1f449-1f3fb","unicode_alternates":"","name":"white right pointing backhand index tone 1","shortname":":point_right_tone1:","category":"people","emoji_order":"1380","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_right_tone2":{"unicode":"1f449-1f3fc","unicode_alternates":"","name":"white right pointing backhand index tone 2","shortname":":point_right_tone2:","category":"people","emoji_order":"1381","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_right_tone3":{"unicode":"1f449-1f3fd","unicode_alternates":"","name":"white right pointing backhand index tone 3","shortname":":point_right_tone3:","category":"people","emoji_order":"1382","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_right_tone4":{"unicode":"1f449-1f3fe","unicode_alternates":"","name":"white right pointing backhand index tone 4","shortname":":point_right_tone4:","category":"people","emoji_order":"1383","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"point_right_tone5":{"unicode":"1f449-1f3ff","unicode_alternates":"","name":"white right pointing backhand index tone 5","shortname":":point_right_tone5:","category":"people","emoji_order":"1384","aliases":[],"aliases_ascii":[],"keywords":["direction","finger","hand"]},"middle_finger_tone1":{"unicode":"1f595-1f3fb","unicode_alternates":"","name":"reversed hand with middle finger extended tone 1","shortname":":middle_finger_tone1:","category":"people","emoji_order":"1385","aliases":[":reversed_hand_with_middle_finger_extended_tone1:"],"aliases_ascii":[],"keywords":["fu"]},"middle_finger_tone2":{"unicode":"1f595-1f3fc","unicode_alternates":"","name":"reversed hand with middle finger extended tone 2","shortname":":middle_finger_tone2:","category":"people","emoji_order":"1386","aliases":[":reversed_hand_with_middle_finger_extended_tone2:"],"aliases_ascii":[],"keywords":["fu"]},"middle_finger_tone3":{"unicode":"1f595-1f3fd","unicode_alternates":"","name":"reversed hand with middle finger extended tone 3","shortname":":middle_finger_tone3:","category":"people","emoji_order":"1387","aliases":[":reversed_hand_with_middle_finger_extended_tone3:"],"aliases_ascii":[],"keywords":["fu"]},"middle_finger_tone4":{"unicode":"1f595-1f3fe","unicode_alternates":"","name":"reversed hand with middle finger extended tone 4","shortname":":middle_finger_tone4:","category":"people","emoji_order":"1388","aliases":[":reversed_hand_with_middle_finger_extended_tone4:"],"aliases_ascii":[],"keywords":["fu"]},"middle_finger_tone5":{"unicode":"1f595-1f3ff","unicode_alternates":"","name":"reversed hand with middle finger extended tone 5","shortname":":middle_finger_tone5:","category":"people","emoji_order":"1389","aliases":[":reversed_hand_with_middle_finger_extended_tone5:"],"aliases_ascii":[],"keywords":["fu"]},"hand_splayed_tone1":{"unicode":"1f590-1f3fb","unicode_alternates":"","name":"raised hand with fingers splayed tone 1","shortname":":hand_splayed_tone1:","category":"people","emoji_order":"1390","aliases":[":raised_hand_with_fingers_splayed_tone1:"],"aliases_ascii":[],"keywords":["hi","five","stop","halt"]},"hand_splayed_tone2":{"unicode":"1f590-1f3fc","unicode_alternates":"","name":"raised hand with fingers splayed tone 2","shortname":":hand_splayed_tone2:","category":"people","emoji_order":"1391","aliases":[":raised_hand_with_fingers_splayed_tone2:"],"aliases_ascii":[],"keywords":["hi","five","stop","halt"]},"hand_splayed_tone3":{"unicode":"1f590-1f3fd","unicode_alternates":"","name":"raised hand with fingers splayed tone 3","shortname":":hand_splayed_tone3:","category":"people","emoji_order":"1392","aliases":[":raised_hand_with_fingers_splayed_tone3:"],"aliases_ascii":[],"keywords":["hi","five","stop","halt"]},"hand_splayed_tone4":{"unicode":"1f590-1f3fe","unicode_alternates":"","name":"raised hand with fingers splayed tone 4","shortname":":hand_splayed_tone4:","category":"people","emoji_order":"1393","aliases":[":raised_hand_with_fingers_splayed_tone4:"],"aliases_ascii":[],"keywords":["hi","five","stop","halt"]},"hand_splayed_tone5":{"unicode":"1f590-1f3ff","unicode_alternates":"","name":"raised hand with fingers splayed tone 5","shortname":":hand_splayed_tone5:","category":"people","emoji_order":"1394","aliases":[":raised_hand_with_fingers_splayed_tone5:"],"aliases_ascii":[],"keywords":["hi","five","stop","halt"]},"metal_tone1":{"unicode":"1f918-1f3fb","unicode_alternates":"","name":"sign of the horns tone 1","shortname":":metal_tone1:","category":"people","emoji_order":"1395","aliases":[":sign_of_the_horns_tone1:"],"aliases_ascii":[],"keywords":["band","concert","fingers","rocknroll"]},"metal_tone2":{"unicode":"1f918-1f3fc","unicode_alternates":"","name":"sign of the horns tone 2","shortname":":metal_tone2:","category":"people","emoji_order":"1396","aliases":[":sign_of_the_horns_tone2:"],"aliases_ascii":[],"keywords":["band","concert","fingers","rocknroll"]},"metal_tone3":{"unicode":"1f918-1f3fd","unicode_alternates":"","name":"sign of the horns tone 3","shortname":":metal_tone3:","category":"people","emoji_order":"1397","aliases":[":sign_of_the_horns_tone3:"],"aliases_ascii":[],"keywords":["band","concert","fingers","rocknroll"]},"metal_tone4":{"unicode":"1f918-1f3fe","unicode_alternates":"","name":"sign of the horns tone 4","shortname":":metal_tone4:","category":"people","emoji_order":"1398","aliases":[":sign_of_the_horns_tone4:"],"aliases_ascii":[],"keywords":["band","concert","fingers","rocknroll"]},"metal_tone5":{"unicode":"1f918-1f3ff","unicode_alternates":"","name":"sign of the horns tone 5","shortname":":metal_tone5:","category":"people","emoji_order":"1399","aliases":[":sign_of_the_horns_tone5:"],"aliases_ascii":[],"keywords":["band","concert","fingers","rocknroll"]},"vulcan_tone1":{"unicode":"1f596-1f3fb","unicode_alternates":"","name":"raised hand with part between middle and ring fingers tone 1","shortname":":vulcan_tone1:","category":"people","emoji_order":"1400","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers_tone1:"],"aliases_ascii":[],"keywords":["vulcan","spock","leonard","nimoy","star trek","live long"]},"vulcan_tone2":{"unicode":"1f596-1f3fc","unicode_alternates":"","name":"raised hand with part between middle and ring fingers tone 2","shortname":":vulcan_tone2:","category":"people","emoji_order":"1401","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers_tone2:"],"aliases_ascii":[],"keywords":["vulcan","spock","leonard","nimoy","star trek","live long"]},"vulcan_tone3":{"unicode":"1f596-1f3fd","unicode_alternates":"","name":"raised hand with part between middle and ring fingers tone 3","shortname":":vulcan_tone3:","category":"people","emoji_order":"1402","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers_tone3:"],"aliases_ascii":[],"keywords":["vulcan","spock","leonard","nimoy","star trek","live long"]},"vulcan_tone4":{"unicode":"1f596-1f3fe","unicode_alternates":"","name":"raised hand with part between middle and ring fingers tone 4","shortname":":vulcan_tone4:","category":"people","emoji_order":"1403","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers_tone4:"],"aliases_ascii":[],"keywords":["vulcan","spock","leonard","nimoy","star trek","live long"]},"vulcan_tone5":{"unicode":"1f596-1f3ff","unicode_alternates":"","name":"raised hand with part between middle and ring fingers tone 5","shortname":":vulcan_tone5:","category":"people","emoji_order":"1404","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers_tone5:"],"aliases_ascii":[],"keywords":["vulcan","spock","leonard","nimoy","star trek","live long"]},"writing_hand_tone1":{"unicode":"270d-1f3fb","unicode_alternates":"","name":"writing hand tone 1","shortname":":writing_hand_tone1:","category":"people","emoji_order":"1405","aliases":[],"aliases_ascii":[],"keywords":["write","sign","signature","draw"]},"writing_hand_tone2":{"unicode":"270d-1f3fc","unicode_alternates":"","name":"writing hand tone 2","shortname":":writing_hand_tone2:","category":"people","emoji_order":"1406","aliases":[],"aliases_ascii":[],"keywords":["write","sign","signature","draw"]},"writing_hand_tone3":{"unicode":"270d-1f3fd","unicode_alternates":"","name":"writing hand tone 3","shortname":":writing_hand_tone3:","category":"people","emoji_order":"1407","aliases":[],"aliases_ascii":[],"keywords":["write","sign","signature","draw"]},"writing_hand_tone4":{"unicode":"270d-1f3fe","unicode_alternates":"","name":"writing hand tone 4","shortname":":writing_hand_tone4:","category":"people","emoji_order":"1408","aliases":[],"aliases_ascii":[],"keywords":["write","sign","signature","draw"]},"writing_hand_tone5":{"unicode":"270d-1f3ff","unicode_alternates":"","name":"writing hand tone 5","shortname":":writing_hand_tone5:","category":"people","emoji_order":"1409","aliases":[],"aliases_ascii":[],"keywords":["write","sign","signature","draw"]},"nail_care_tone1":{"unicode":"1f485-1f3fb","unicode_alternates":"","name":"nail polish tone 1","shortname":":nail_care_tone1:","category":"people","emoji_order":"1410","aliases":[],"aliases_ascii":[],"keywords":["beauty","manicure"]},"nail_care_tone2":{"unicode":"1f485-1f3fc","unicode_alternates":"","name":"nail polish tone 2","shortname":":nail_care_tone2:","category":"people","emoji_order":"1411","aliases":[],"aliases_ascii":[],"keywords":["beauty","manicure"]},"nail_care_tone3":{"unicode":"1f485-1f3fd","unicode_alternates":"","name":"nail polish tone 3","shortname":":nail_care_tone3:","category":"people","emoji_order":"1412","aliases":[],"aliases_ascii":[],"keywords":["beauty","manicure"]},"nail_care_tone4":{"unicode":"1f485-1f3fe","unicode_alternates":"","name":"nail polish tone 4","shortname":":nail_care_tone4:","category":"people","emoji_order":"1413","aliases":[],"aliases_ascii":[],"keywords":["beauty","manicure"]},"nail_care_tone5":{"unicode":"1f485-1f3ff","unicode_alternates":"","name":"nail polish tone 5","shortname":":nail_care_tone5:","category":"people","emoji_order":"1414","aliases":[],"aliases_ascii":[],"keywords":["beauty","manicure"]},"ear_tone1":{"unicode":"1f442-1f3fb","unicode_alternates":"","name":"ear tone 1","shortname":":ear_tone1:","category":"people","emoji_order":"1415","aliases":[],"aliases_ascii":[],"keywords":["hear","listen","sound"]},"ear_tone2":{"unicode":"1f442-1f3fc","unicode_alternates":"","name":"ear tone 2","shortname":":ear_tone2:","category":"people","emoji_order":"1416","aliases":[],"aliases_ascii":[],"keywords":["hear","listen","sound"]},"ear_tone3":{"unicode":"1f442-1f3fd","unicode_alternates":"","name":"ear tone 3","shortname":":ear_tone3:","category":"people","emoji_order":"1417","aliases":[],"aliases_ascii":[],"keywords":["hear","listen","sound"]},"ear_tone4":{"unicode":"1f442-1f3fe","unicode_alternates":"","name":"ear tone 4","shortname":":ear_tone4:","category":"people","emoji_order":"1418","aliases":[],"aliases_ascii":[],"keywords":["hear","listen","sound"]},"ear_tone5":{"unicode":"1f442-1f3ff","unicode_alternates":"","name":"ear tone 5","shortname":":ear_tone5:","category":"people","emoji_order":"1419","aliases":[],"aliases_ascii":[],"keywords":["hear","listen","sound"]},"nose_tone1":{"unicode":"1f443-1f3fb","unicode_alternates":"","name":"nose tone 1","shortname":":nose_tone1:","category":"people","emoji_order":"1420","aliases":[],"aliases_ascii":[],"keywords":["smell","sniff"]},"nose_tone2":{"unicode":"1f443-1f3fc","unicode_alternates":"","name":"nose tone 2","shortname":":nose_tone2:","category":"people","emoji_order":"1421","aliases":[],"aliases_ascii":[],"keywords":["smell","sniff"]},"nose_tone3":{"unicode":"1f443-1f3fd","unicode_alternates":"","name":"nose tone 3","shortname":":nose_tone3:","category":"people","emoji_order":"1422","aliases":[],"aliases_ascii":[],"keywords":["smell","sniff"]},"nose_tone4":{"unicode":"1f443-1f3fe","unicode_alternates":"","name":"nose tone 4","shortname":":nose_tone4:","category":"people","emoji_order":"1423","aliases":[],"aliases_ascii":[],"keywords":["smell","sniff"]},"nose_tone5":{"unicode":"1f443-1f3ff","unicode_alternates":"","name":"nose tone 5","shortname":":nose_tone5:","category":"people","emoji_order":"1424","aliases":[],"aliases_ascii":[],"keywords":["smell","sniff"]},"baby_tone1":{"unicode":"1f476-1f3fb","unicode_alternates":"","name":"baby tone 1","shortname":":baby_tone1:","category":"people","emoji_order":"1425","aliases":[],"aliases_ascii":[],"keywords":["child","infant","toddler"]},"baby_tone2":{"unicode":"1f476-1f3fc","unicode_alternates":"","name":"baby tone 2","shortname":":baby_tone2:","category":"people","emoji_order":"1426","aliases":[],"aliases_ascii":[],"keywords":["child","infant","toddler"]},"baby_tone3":{"unicode":"1f476-1f3fd","unicode_alternates":"","name":"baby tone 3","shortname":":baby_tone3:","category":"people","emoji_order":"1427","aliases":[],"aliases_ascii":[],"keywords":["child","infant","toddler"]},"baby_tone4":{"unicode":"1f476-1f3fe","unicode_alternates":"","name":"baby tone 4","shortname":":baby_tone4:","category":"people","emoji_order":"1428","aliases":[],"aliases_ascii":[],"keywords":["child","infant","toddler"]},"baby_tone5":{"unicode":"1f476-1f3ff","unicode_alternates":"","name":"baby tone 5","shortname":":baby_tone5:","category":"people","emoji_order":"1429","aliases":[],"aliases_ascii":[],"keywords":["child","infant","toddler"]},"boy_tone1":{"unicode":"1f466-1f3fb","unicode_alternates":"","name":"boy tone 1","shortname":":boy_tone1:","category":"people","emoji_order":"1430","aliases":[],"aliases_ascii":[],"keywords":["male","kid","child"]},"boy_tone2":{"unicode":"1f466-1f3fc","unicode_alternates":"","name":"boy tone 2","shortname":":boy_tone2:","category":"people","emoji_order":"1431","aliases":[],"aliases_ascii":[],"keywords":["male","kid","child"]},"boy_tone3":{"unicode":"1f466-1f3fd","unicode_alternates":"","name":"boy tone 3","shortname":":boy_tone3:","category":"people","emoji_order":"1432","aliases":[],"aliases_ascii":[],"keywords":["male","kid","child"]},"boy_tone4":{"unicode":"1f466-1f3fe","unicode_alternates":"","name":"boy tone 4","shortname":":boy_tone4:","category":"people","emoji_order":"1433","aliases":[],"aliases_ascii":[],"keywords":["male","kid","child"]},"boy_tone5":{"unicode":"1f466-1f3ff","unicode_alternates":"","name":"boy tone 5","shortname":":boy_tone5:","category":"people","emoji_order":"1434","aliases":[],"aliases_ascii":[],"keywords":["male","kid","child"]},"girl_tone1":{"unicode":"1f467-1f3fb","unicode_alternates":"","name":"girl tone 1","shortname":":girl_tone1:","category":"people","emoji_order":"1435","aliases":[],"aliases_ascii":[],"keywords":["female","kid","child"]},"girl_tone2":{"unicode":"1f467-1f3fc","unicode_alternates":"","name":"girl tone 2","shortname":":girl_tone2:","category":"people","emoji_order":"1436","aliases":[],"aliases_ascii":[],"keywords":["female","kid","child"]},"girl_tone3":{"unicode":"1f467-1f3fd","unicode_alternates":"","name":"girl tone 3","shortname":":girl_tone3:","category":"people","emoji_order":"1437","aliases":[],"aliases_ascii":[],"keywords":["female","kid","child"]},"girl_tone4":{"unicode":"1f467-1f3fe","unicode_alternates":"","name":"girl tone 4","shortname":":girl_tone4:","category":"people","emoji_order":"1438","aliases":[],"aliases_ascii":[],"keywords":["female","kid","child"]},"girl_tone5":{"unicode":"1f467-1f3ff","unicode_alternates":"","name":"girl tone 5","shortname":":girl_tone5:","category":"people","emoji_order":"1439","aliases":[],"aliases_ascii":[],"keywords":["female","kid","child"]},"man_tone1":{"unicode":"1f468-1f3fb","unicode_alternates":"","name":"man tone 1","shortname":":man_tone1:","category":"people","emoji_order":"1440","aliases":[],"aliases_ascii":[],"keywords":["classy","dad","father","guy","mustache"]},"man_tone2":{"unicode":"1f468-1f3fc","unicode_alternates":"","name":"man tone 2","shortname":":man_tone2:","category":"people","emoji_order":"1441","aliases":[],"aliases_ascii":[],"keywords":["classy","dad","father","guy","mustache"]},"man_tone3":{"unicode":"1f468-1f3fd","unicode_alternates":"","name":"man tone 3","shortname":":man_tone3:","category":"people","emoji_order":"1442","aliases":[],"aliases_ascii":[],"keywords":["classy","dad","father","guy","mustache"]},"man_tone4":{"unicode":"1f468-1f3fe","unicode_alternates":"","name":"man tone 4","shortname":":man_tone4:","category":"people","emoji_order":"1443","aliases":[],"aliases_ascii":[],"keywords":["classy","dad","father","guy","mustache"]},"man_tone5":{"unicode":"1f468-1f3ff","unicode_alternates":"","name":"man tone 5","shortname":":man_tone5:","category":"people","emoji_order":"1444","aliases":[],"aliases_ascii":[],"keywords":["classy","dad","father","guy","mustache"]},"woman_tone1":{"unicode":"1f469-1f3fb","unicode_alternates":"","name":"woman tone 1","shortname":":woman_tone1:","category":"people","emoji_order":"1445","aliases":[],"aliases_ascii":[],"keywords":["female","girl","lady"]},"woman_tone2":{"unicode":"1f469-1f3fc","unicode_alternates":"","name":"woman tone 2","shortname":":woman_tone2:","category":"people","emoji_order":"1446","aliases":[],"aliases_ascii":[],"keywords":["female","girl","lady"]},"woman_tone3":{"unicode":"1f469-1f3fd","unicode_alternates":"","name":"woman tone 3","shortname":":woman_tone3:","category":"people","emoji_order":"1447","aliases":[],"aliases_ascii":[],"keywords":["female","girl","lady"]},"woman_tone4":{"unicode":"1f469-1f3fe","unicode_alternates":"","name":"woman tone 4","shortname":":woman_tone4:","category":"people","emoji_order":"1448","aliases":[],"aliases_ascii":[],"keywords":["female","girl","lady"]},"woman_tone5":{"unicode":"1f469-1f3ff","unicode_alternates":"","name":"woman tone 5","shortname":":woman_tone5:","category":"people","emoji_order":"1449","aliases":[],"aliases_ascii":[],"keywords":["female","girl","lady"]},"person_with_blond_hair_tone1":{"unicode":"1f471-1f3fb","unicode_alternates":"","name":"person with blond hair tone 1","shortname":":person_with_blond_hair_tone1:","category":"people","emoji_order":"1450","aliases":[],"aliases_ascii":[],"keywords":["male","man","blonde","young","western","westerner","occidental"]},"person_with_blond_hair_tone2":{"unicode":"1f471-1f3fc","unicode_alternates":"","name":"person with blond hair tone 2","shortname":":person_with_blond_hair_tone2:","category":"people","emoji_order":"1451","aliases":[],"aliases_ascii":[],"keywords":["male","man","blonde","young","western","westerner","occidental"]},"person_with_blond_hair_tone3":{"unicode":"1f471-1f3fd","unicode_alternates":"","name":"person with blond hair tone 3","shortname":":person_with_blond_hair_tone3:","category":"people","emoji_order":"1452","aliases":[],"aliases_ascii":[],"keywords":["male","man","blonde","young","western","westerner","occidental"]},"person_with_blond_hair_tone4":{"unicode":"1f471-1f3fe","unicode_alternates":"","name":"person with blond hair tone 4","shortname":":person_with_blond_hair_tone4:","category":"people","emoji_order":"1453","aliases":[],"aliases_ascii":[],"keywords":["male","man","blonde","young","western","westerner","occidental"]},"person_with_blond_hair_tone5":{"unicode":"1f471-1f3ff","unicode_alternates":"","name":"person with blond hair tone 5","shortname":":person_with_blond_hair_tone5:","category":"people","emoji_order":"1454","aliases":[],"aliases_ascii":[],"keywords":["male","man","blonde","young","western","westerner","occidental"]},"older_man_tone1":{"unicode":"1f474-1f3fb","unicode_alternates":"","name":"older man tone 1","shortname":":older_man_tone1:","category":"people","emoji_order":"1455","aliases":[],"aliases_ascii":[],"keywords":["male","men","grandpa","grandfather"]},"older_man_tone2":{"unicode":"1f474-1f3fc","unicode_alternates":"","name":"older man tone 2","shortname":":older_man_tone2:","category":"people","emoji_order":"1456","aliases":[],"aliases_ascii":[],"keywords":["male","men","grandpa","grandfather"]},"older_man_tone3":{"unicode":"1f474-1f3fd","unicode_alternates":"","name":"older man tone 3","shortname":":older_man_tone3:","category":"people","emoji_order":"1457","aliases":[],"aliases_ascii":[],"keywords":["male","men","grandpa","grandfather"]},"older_man_tone4":{"unicode":"1f474-1f3fe","unicode_alternates":"","name":"older man tone 4","shortname":":older_man_tone4:","category":"people","emoji_order":"1458","aliases":[],"aliases_ascii":[],"keywords":["male","men","grandpa","grandfather"]},"older_man_tone5":{"unicode":"1f474-1f3ff","unicode_alternates":"","name":"older man tone 5","shortname":":older_man_tone5:","category":"people","emoji_order":"1459","aliases":[],"aliases_ascii":[],"keywords":["male","men","grandpa","grandfather"]},"older_woman_tone1":{"unicode":"1f475-1f3fb","unicode_alternates":"","name":"older woman tone 1","shortname":":older_woman_tone1:","category":"people","emoji_order":"1460","aliases":[":grandma_tone1:"],"aliases_ascii":[],"keywords":["female","women","lady","grandma","grandmother"]},"older_woman_tone2":{"unicode":"1f475-1f3fc","unicode_alternates":"","name":"older woman tone 2","shortname":":older_woman_tone2:","category":"people","emoji_order":"1461","aliases":[":grandma_tone2:"],"aliases_ascii":[],"keywords":["female","women","lady","grandma","grandmother"]},"older_woman_tone3":{"unicode":"1f475-1f3fd","unicode_alternates":"","name":"older woman tone 3","shortname":":older_woman_tone3:","category":"people","emoji_order":"1462","aliases":[":grandma_tone3:"],"aliases_ascii":[],"keywords":["female","women","lady","grandma","grandmother"]},"older_woman_tone4":{"unicode":"1f475-1f3fe","unicode_alternates":"","name":"older woman tone 4","shortname":":older_woman_tone4:","category":"people","emoji_order":"1463","aliases":[":grandma_tone4:"],"aliases_ascii":[],"keywords":["female","women","lady","grandma","grandmother"]},"older_woman_tone5":{"unicode":"1f475-1f3ff","unicode_alternates":"","name":"older woman tone 5","shortname":":older_woman_tone5:","category":"people","emoji_order":"1464","aliases":[":grandma_tone5:"],"aliases_ascii":[],"keywords":["female","women","lady","grandma","grandmother"]},"man_with_gua_pi_mao_tone1":{"unicode":"1f472-1f3fb","unicode_alternates":"","name":"man with gua pi mao tone 1","shortname":":man_with_gua_pi_mao_tone1:","category":"people","emoji_order":"1465","aliases":[],"aliases_ascii":[],"keywords":["boy","male","skullcap","chinese","asian","qing"]},"man_with_gua_pi_mao_tone2":{"unicode":"1f472-1f3fc","unicode_alternates":"","name":"man with gua pi mao tone 2","shortname":":man_with_gua_pi_mao_tone2:","category":"people","emoji_order":"1466","aliases":[],"aliases_ascii":[],"keywords":["boy","male","skullcap","chinese","asian","qing"]},"man_with_gua_pi_mao_tone3":{"unicode":"1f472-1f3fd","unicode_alternates":"","name":"man with gua pi mao tone 3","shortname":":man_with_gua_pi_mao_tone3:","category":"people","emoji_order":"1467","aliases":[],"aliases_ascii":[],"keywords":["boy","male","skullcap","chinese","asian","qing"]},"man_with_gua_pi_mao_tone4":{"unicode":"1f472-1f3fe","unicode_alternates":"","name":"man with gua pi mao tone 4","shortname":":man_with_gua_pi_mao_tone4:","category":"people","emoji_order":"1468","aliases":[],"aliases_ascii":[],"keywords":["boy","male","skullcap","chinese","asian","qing"]},"man_with_gua_pi_mao_tone5":{"unicode":"1f472-1f3ff","unicode_alternates":"","name":"man with gua pi mao tone 5","shortname":":man_with_gua_pi_mao_tone5:","category":"people","emoji_order":"1469","aliases":[],"aliases_ascii":[],"keywords":["boy","male","skullcap","chinese","asian","qing"]},"man_with_turban_tone1":{"unicode":"1f473-1f3fb","unicode_alternates":"","name":"man with turban tone 1","shortname":":man_with_turban_tone1:","category":"people","emoji_order":"1470","aliases":[],"aliases_ascii":[],"keywords":["male","headdress","headwear","pagri","india","indian","mummy","wisdom","peace"]},"man_with_turban_tone2":{"unicode":"1f473-1f3fc","unicode_alternates":"","name":"man with turban tone 2","shortname":":man_with_turban_tone2:","category":"people","emoji_order":"1471","aliases":[],"aliases_ascii":[],"keywords":["male","headdress","headwear","pagri","india","indian","mummy","wisdom","peace"]},"man_with_turban_tone3":{"unicode":"1f473-1f3fd","unicode_alternates":"","name":"man with turban tone 3","shortname":":man_with_turban_tone3:","category":"people","emoji_order":"1472","aliases":[],"aliases_ascii":[],"keywords":["male","headdress","headwear","pagri","india","indian","mummy","wisdom","peace"]},"man_with_turban_tone4":{"unicode":"1f473-1f3fe","unicode_alternates":"","name":"man with turban tone 4","shortname":":man_with_turban_tone4:","category":"people","emoji_order":"1473","aliases":[],"aliases_ascii":[],"keywords":["male","headdress","headwear","pagri","india","indian","mummy","wisdom","peace"]},"man_with_turban_tone5":{"unicode":"1f473-1f3ff","unicode_alternates":"","name":"man with turban tone 5","shortname":":man_with_turban_tone5:","category":"people","emoji_order":"1474","aliases":[],"aliases_ascii":[],"keywords":["male","headdress","headwear","pagri","india","indian","mummy","wisdom","peace"]},"cop_tone1":{"unicode":"1f46e-1f3fb","unicode_alternates":"","name":"police officer tone 1","shortname":":cop_tone1:","category":"people","emoji_order":"1475","aliases":[],"aliases_ascii":[],"keywords":["arrest","enforcement","law","man","cop"]},"cop_tone2":{"unicode":"1f46e-1f3fc","unicode_alternates":"","name":"police officer tone 2","shortname":":cop_tone2:","category":"people","emoji_order":"1476","aliases":[],"aliases_ascii":[],"keywords":["arrest","enforcement","law","man","cop"]},"cop_tone3":{"unicode":"1f46e-1f3fd","unicode_alternates":"","name":"police officer tone 3","shortname":":cop_tone3:","category":"people","emoji_order":"1477","aliases":[],"aliases_ascii":[],"keywords":["arrest","enforcement","law","man","cop"]},"cop_tone4":{"unicode":"1f46e-1f3fe","unicode_alternates":"","name":"police officer tone 4","shortname":":cop_tone4:","category":"people","emoji_order":"1478","aliases":[],"aliases_ascii":[],"keywords":["arrest","enforcement","law","man","cop"]},"cop_tone5":{"unicode":"1f46e-1f3ff","unicode_alternates":"","name":"police officer tone 5","shortname":":cop_tone5:","category":"people","emoji_order":"1479","aliases":[],"aliases_ascii":[],"keywords":["arrest","enforcement","law","man","cop"]},"construction_worker_tone1":{"unicode":"1f477-1f3fb","unicode_alternates":"","name":"construction worker tone 1","shortname":":construction_worker_tone1:","category":"people","emoji_order":"1480","aliases":[],"aliases_ascii":[],"keywords":["human","male","man","wip"]},"construction_worker_tone2":{"unicode":"1f477-1f3fc","unicode_alternates":"","name":"construction worker tone 2","shortname":":construction_worker_tone2:","category":"people","emoji_order":"1481","aliases":[],"aliases_ascii":[],"keywords":["human","male","man","wip"]},"construction_worker_tone3":{"unicode":"1f477-1f3fd","unicode_alternates":"","name":"construction worker tone 3","shortname":":construction_worker_tone3:","category":"people","emoji_order":"1482","aliases":[],"aliases_ascii":[],"keywords":["human","male","man","wip"]},"construction_worker_tone4":{"unicode":"1f477-1f3fe","unicode_alternates":"","name":"construction worker tone 4","shortname":":construction_worker_tone4:","category":"people","emoji_order":"1483","aliases":[],"aliases_ascii":[],"keywords":["human","male","man","wip"]},"construction_worker_tone5":{"unicode":"1f477-1f3ff","unicode_alternates":"","name":"construction worker tone 5","shortname":":construction_worker_tone5:","category":"people","emoji_order":"1484","aliases":[],"aliases_ascii":[],"keywords":["human","male","man","wip"]},"guardsman_tone1":{"unicode":"1f482-1f3fb","unicode_alternates":"","name":"guardsman tone 1","shortname":":guardsman_tone1:","category":"people","emoji_order":"1485","aliases":[],"aliases_ascii":[],"keywords":["british","gb","male","man","uk","guard","bearskin","hat","british","queen","ceremonial","military"]},"guardsman_tone2":{"unicode":"1f482-1f3fc","unicode_alternates":"","name":"guardsman tone 2","shortname":":guardsman_tone2:","category":"people","emoji_order":"1486","aliases":[],"aliases_ascii":[],"keywords":["british","gb","male","man","uk","guard","bearskin","hat","british","queen","ceremonial","military"]},"guardsman_tone3":{"unicode":"1f482-1f3fd","unicode_alternates":"","name":"guardsman tone 3","shortname":":guardsman_tone3:","category":"people","emoji_order":"1487","aliases":[],"aliases_ascii":[],"keywords":["british","gb","male","man","uk","guard","bearskin","hat","british","queen","ceremonial","military"]},"guardsman_tone4":{"unicode":"1f482-1f3fe","unicode_alternates":"","name":"guardsman tone 4","shortname":":guardsman_tone4:","category":"people","emoji_order":"1488","aliases":[],"aliases_ascii":[],"keywords":["british","gb","male","man","uk","guard","bearskin","hat","british","queen","ceremonial","military"]},"guardsman_tone5":{"unicode":"1f482-1f3ff","unicode_alternates":"","name":"guardsman tone 5","shortname":":guardsman_tone5:","category":"people","emoji_order":"1489","aliases":[],"aliases_ascii":[],"keywords":["british","gb","male","man","uk","guard","bearskin","hat","british","queen","ceremonial","military"]},"santa_tone1":{"unicode":"1f385-1f3fb","unicode_alternates":"","name":"father christmas tone 1","shortname":":santa_tone1:","category":"people","emoji_order":"1490","aliases":[],"aliases_ascii":[],"keywords":["festival","male","man","xmas","santa","saint nick","jolly","ho ho ho","north pole","presents","gifts","naughty","nice","sleigh","holiday"]},"santa_tone2":{"unicode":"1f385-1f3fc","unicode_alternates":"","name":"father christmas tone 2","shortname":":santa_tone2:","category":"people","emoji_order":"1491","aliases":[],"aliases_ascii":[],"keywords":["festival","male","man","xmas","santa","saint nick","jolly","ho ho ho","north pole","presents","gifts","naughty","nice","sleigh","holiday"]},"santa_tone3":{"unicode":"1f385-1f3fd","unicode_alternates":"","name":"father christmas tone 3","shortname":":santa_tone3:","category":"people","emoji_order":"1492","aliases":[],"aliases_ascii":[],"keywords":["festival","male","man","xmas","santa","saint nick","jolly","ho ho ho","north pole","presents","gifts","naughty","nice","sleigh","holiday"]},"santa_tone4":{"unicode":"1f385-1f3fe","unicode_alternates":"","name":"father christmas tone 4","shortname":":santa_tone4:","category":"people","emoji_order":"1493","aliases":[],"aliases_ascii":[],"keywords":["festival","male","man","xmas","santa","saint nick","jolly","ho ho ho","north pole","presents","gifts","naughty","nice","sleigh","holiday"]},"santa_tone5":{"unicode":"1f385-1f3ff","unicode_alternates":"","name":"father christmas tone 5","shortname":":santa_tone5:","category":"people","emoji_order":"1494","aliases":[],"aliases_ascii":[],"keywords":["festival","male","man","xmas","santa","saint nick","jolly","ho ho ho","north pole","presents","gifts","naughty","nice","sleigh","holiday"]},"angel_tone1":{"unicode":"1f47c-1f3fb","unicode_alternates":"","name":"baby angel tone 1","shortname":":angel_tone1:","category":"people","emoji_order":"1495","aliases":[],"aliases_ascii":[],"keywords":["halo","cupid","heaven","wings","jesus"]},"angel_tone2":{"unicode":"1f47c-1f3fc","unicode_alternates":"","name":"baby angel tone 2","shortname":":angel_tone2:","category":"people","emoji_order":"1496","aliases":[],"aliases_ascii":[],"keywords":["halo","cupid","heaven","wings","jesus"]},"angel_tone3":{"unicode":"1f47c-1f3fd","unicode_alternates":"","name":"baby angel tone 3","shortname":":angel_tone3:","category":"people","emoji_order":"1497","aliases":[],"aliases_ascii":[],"keywords":["halo","cupid","heaven","wings","jesus"]},"angel_tone4":{"unicode":"1f47c-1f3fe","unicode_alternates":"","name":"baby angel tone 4","shortname":":angel_tone4:","category":"people","emoji_order":"1498","aliases":[],"aliases_ascii":[],"keywords":["halo","cupid","heaven","wings","jesus"]},"angel_tone5":{"unicode":"1f47c-1f3ff","unicode_alternates":"","name":"baby angel tone 5","shortname":":angel_tone5:","category":"people","emoji_order":"1499","aliases":[],"aliases_ascii":[],"keywords":["halo","cupid","heaven","wings","jesus"]},"princess_tone1":{"unicode":"1f478-1f3fb","unicode_alternates":"","name":"princess tone 1","shortname":":princess_tone1:","category":"people","emoji_order":"1500","aliases":[],"aliases_ascii":[],"keywords":["blond","crown","female","girl","woman","royal","royalty","king","queen","daughter","disney","high-maintenance"]},"princess_tone2":{"unicode":"1f478-1f3fc","unicode_alternates":"","name":"princess tone 2","shortname":":princess_tone2:","category":"people","emoji_order":"1501","aliases":[],"aliases_ascii":[],"keywords":["blond","crown","female","girl","woman","royal","royalty","king","queen","daughter","disney","high-maintenance"]},"princess_tone3":{"unicode":"1f478-1f3fd","unicode_alternates":"","name":"princess tone 3","shortname":":princess_tone3:","category":"people","emoji_order":"1502","aliases":[],"aliases_ascii":[],"keywords":["blond","crown","female","girl","woman","royal","royalty","king","queen","daughter","disney","high-maintenance"]},"princess_tone4":{"unicode":"1f478-1f3fe","unicode_alternates":"","name":"princess tone 4","shortname":":princess_tone4:","category":"people","emoji_order":"1503","aliases":[],"aliases_ascii":[],"keywords":["blond","crown","female","girl","woman","royal","royalty","king","queen","daughter","disney","high-maintenance"]},"princess_tone5":{"unicode":"1f478-1f3ff","unicode_alternates":"","name":"princess tone 5","shortname":":princess_tone5:","category":"people","emoji_order":"1504","aliases":[],"aliases_ascii":[],"keywords":["blond","crown","female","girl","woman","royal","royalty","king","queen","daughter","disney","high-maintenance"]},"bride_with_veil_tone1":{"unicode":"1f470-1f3fb","unicode_alternates":"","name":"bride with veil tone 1","shortname":":bride_with_veil_tone1:","category":"people","emoji_order":"1505","aliases":[],"aliases_ascii":[],"keywords":["couple","marriage","wedding","wedding","planning","gown","dress","engagement","white"]},"bride_with_veil_tone2":{"unicode":"1f470-1f3fc","unicode_alternates":"","name":"bride with veil tone 2","shortname":":bride_with_veil_tone2:","category":"people","emoji_order":"1506","aliases":[],"aliases_ascii":[],"keywords":["couple","marriage","wedding","wedding","planning","gown","dress","engagement","white"]},"bride_with_veil_tone3":{"unicode":"1f470-1f3fd","unicode_alternates":"","name":"bride with veil tone 3","shortname":":bride_with_veil_tone3:","category":"people","emoji_order":"1507","aliases":[],"aliases_ascii":[],"keywords":["couple","marriage","wedding","wedding","planning","gown","dress","engagement","white"]},"bride_with_veil_tone4":{"unicode":"1f470-1f3fe","unicode_alternates":"","name":"bride with veil tone 4","shortname":":bride_with_veil_tone4:","category":"people","emoji_order":"1508","aliases":[],"aliases_ascii":[],"keywords":["couple","marriage","wedding","wedding","planning","gown","dress","engagement","white"]},"bride_with_veil_tone5":{"unicode":"1f470-1f3ff","unicode_alternates":"","name":"bride with veil tone 5","shortname":":bride_with_veil_tone5:","category":"people","emoji_order":"1509","aliases":[],"aliases_ascii":[],"keywords":["couple","marriage","wedding","wedding","planning","gown","dress","engagement","white"]},"walking_tone1":{"unicode":"1f6b6-1f3fb","unicode_alternates":"","name":"pedestrian tone 1","shortname":":walking_tone1:","category":"people","emoji_order":"1510","aliases":[],"aliases_ascii":[],"keywords":["man","walk","stroll","stride","hiking","hike"]},"walking_tone2":{"unicode":"1f6b6-1f3fc","unicode_alternates":"","name":"pedestrian tone 2","shortname":":walking_tone2:","category":"people","emoji_order":"1511","aliases":[],"aliases_ascii":[],"keywords":["man","walk","stroll","stride","hiking","hike"]},"walking_tone3":{"unicode":"1f6b6-1f3fd","unicode_alternates":"","name":"pedestrian tone 3","shortname":":walking_tone3:","category":"people","emoji_order":"1512","aliases":[],"aliases_ascii":[],"keywords":["man","walk","stroll","stride","hiking","hike"]},"walking_tone4":{"unicode":"1f6b6-1f3fe","unicode_alternates":"","name":"pedestrian tone 4","shortname":":walking_tone4:","category":"people","emoji_order":"1513","aliases":[],"aliases_ascii":[],"keywords":["man","walk","stroll","stride","hiking","hike"]},"walking_tone5":{"unicode":"1f6b6-1f3ff","unicode_alternates":"","name":"pedestrian tone 5","shortname":":walking_tone5:","category":"people","emoji_order":"1514","aliases":[],"aliases_ascii":[],"keywords":["man","walk","stroll","stride","hiking","hike"]},"runner_tone1":{"unicode":"1f3c3-1f3fb","unicode_alternates":"","name":"runner tone 1","shortname":":runner_tone1:","category":"people","emoji_order":"1515","aliases":[],"aliases_ascii":[],"keywords":["exercise","man","run","jog","sprint","race","dash","marathon"]},"runner_tone2":{"unicode":"1f3c3-1f3fc","unicode_alternates":"","name":"runner tone 2","shortname":":runner_tone2:","category":"people","emoji_order":"1516","aliases":[],"aliases_ascii":[],"keywords":["exercise","man","run","jog","sprint","race","dash","marathon"]},"runner_tone3":{"unicode":"1f3c3-1f3fd","unicode_alternates":"","name":"runner tone 3","shortname":":runner_tone3:","category":"people","emoji_order":"1517","aliases":[],"aliases_ascii":[],"keywords":["exercise","man","run","jog","sprint","race","dash","marathon"]},"runner_tone4":{"unicode":"1f3c3-1f3fe","unicode_alternates":"","name":"runner tone 4","shortname":":runner_tone4:","category":"people","emoji_order":"1518","aliases":[],"aliases_ascii":[],"keywords":["exercise","man","run","jog","sprint","race","dash","marathon"]},"runner_tone5":{"unicode":"1f3c3-1f3ff","unicode_alternates":"","name":"runner tone 5","shortname":":runner_tone5:","category":"people","emoji_order":"1519","aliases":[],"aliases_ascii":[],"keywords":["exercise","man","run","jog","sprint","race","dash","marathon"]},"dancer_tone1":{"unicode":"1f483-1f3fb","unicode_alternates":"","name":"dancer tone 1","shortname":":dancer_tone1:","category":"people","emoji_order":"1520","aliases":[],"aliases_ascii":[],"keywords":["female","fun","girl","woman","dress","fancy","boogy","party","celebrate","ballet","tango","cha cha","music"]},"dancer_tone2":{"unicode":"1f483-1f3fc","unicode_alternates":"","name":"dancer tone 2","shortname":":dancer_tone2:","category":"people","emoji_order":"1521","aliases":[],"aliases_ascii":[],"keywords":["female","fun","girl","woman","dress","fancy","boogy","party","celebrate","ballet","tango","cha cha","music"]},"dancer_tone3":{"unicode":"1f483-1f3fd","unicode_alternates":"","name":"dancer tone 3","shortname":":dancer_tone3:","category":"people","emoji_order":"1522","aliases":[],"aliases_ascii":[],"keywords":["female","fun","girl","woman","dress","fancy","boogy","party","celebrate","ballet","tango","cha cha","music"]},"dancer_tone4":{"unicode":"1f483-1f3fe","unicode_alternates":"","name":"dancer tone 4","shortname":":dancer_tone4:","category":"people","emoji_order":"1523","aliases":[],"aliases_ascii":[],"keywords":["female","fun","girl","woman","dress","fancy","boogy","party","celebrate","ballet","tango","cha cha","music"]},"dancer_tone5":{"unicode":"1f483-1f3ff","unicode_alternates":"","name":"dancer tone 5","shortname":":dancer_tone5:","category":"people","emoji_order":"1524","aliases":[],"aliases_ascii":[],"keywords":["female","fun","girl","woman","dress","fancy","boogy","party","celebrate","ballet","tango","cha cha","music"]},"bow_tone1":{"unicode":"1f647-1f3fb","unicode_alternates":"","name":"person bowing deeply tone 1","shortname":":bow_tone1:","category":"people","emoji_order":"1525","aliases":[],"aliases_ascii":[],"keywords":["boy","male","man","sorry","bow","respect","bend"]},"bow_tone2":{"unicode":"1f647-1f3fc","unicode_alternates":"","name":"person bowing deeply tone 2","shortname":":bow_tone2:","category":"people","emoji_order":"1526","aliases":[],"aliases_ascii":[],"keywords":["boy","male","man","sorry","bow","respect","bend"]},"bow_tone3":{"unicode":"1f647-1f3fd","unicode_alternates":"","name":"person bowing deeply tone 3","shortname":":bow_tone3:","category":"people","emoji_order":"1527","aliases":[],"aliases_ascii":[],"keywords":["boy","male","man","sorry","bow","respect","bend"]},"bow_tone4":{"unicode":"1f647-1f3fe","unicode_alternates":"","name":"person bowing deeply tone 4","shortname":":bow_tone4:","category":"people","emoji_order":"1528","aliases":[],"aliases_ascii":[],"keywords":["boy","male","man","sorry","bow","respect","bend"]},"bow_tone5":{"unicode":"1f647-1f3ff","unicode_alternates":"","name":"person bowing deeply tone 5","shortname":":bow_tone5:","category":"people","emoji_order":"1529","aliases":[],"aliases_ascii":[],"keywords":["boy","male","man","sorry","bow","respect","bend"]},"information_desk_person_tone1":{"unicode":"1f481-1f3fb","unicode_alternates":"","name":"information desk person tone 1","shortname":":information_desk_person_tone1:","category":"people","emoji_order":"1530","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","woman","help","question","answer","sassy","unimpressed","attitude","snarky"]},"information_desk_person_tone2":{"unicode":"1f481-1f3fc","unicode_alternates":"","name":"information desk person tone 2","shortname":":information_desk_person_tone2:","category":"people","emoji_order":"1531","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","woman","help","question","answer","sassy","unimpressed","attitude","snarky"]},"information_desk_person_tone3":{"unicode":"1f481-1f3fd","unicode_alternates":"","name":"information desk person tone 3","shortname":":information_desk_person_tone3:","category":"people","emoji_order":"1532","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","woman","help","question","answer","sassy","unimpressed","attitude","snarky"]},"information_desk_person_tone4":{"unicode":"1f481-1f3fe","unicode_alternates":"","name":"information desk person tone 4","shortname":":information_desk_person_tone4:","category":"people","emoji_order":"1533","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","woman","help","question","answer","sassy","unimpressed","attitude","snarky"]},"information_desk_person_tone5":{"unicode":"1f481-1f3ff","unicode_alternates":"","name":"information desk person tone 5","shortname":":information_desk_person_tone5:","category":"people","emoji_order":"1534","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","woman","help","question","answer","sassy","unimpressed","attitude","snarky"]},"no_good_tone1":{"unicode":"1f645-1f3fb","unicode_alternates":"","name":"face with no good gesture tone 1","shortname":":no_good_tone1:","category":"people","emoji_order":"1535","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","stop","nope","don't","not","forbidden","hand","person","prohibited"]},"no_good_tone2":{"unicode":"1f645-1f3fc","unicode_alternates":"","name":"face with no good gesture tone 2","shortname":":no_good_tone2:","category":"people","emoji_order":"1536","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","stop","nope","don't","not","forbidden","hand","person","prohibited"]},"no_good_tone3":{"unicode":"1f645-1f3fd","unicode_alternates":"","name":"face with no good gesture tone 3","shortname":":no_good_tone3:","category":"people","emoji_order":"1537","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","stop","nope","don't","not","forbidden","hand","person","prohibited"]},"no_good_tone4":{"unicode":"1f645-1f3fe","unicode_alternates":"","name":"face with no good gesture tone 4","shortname":":no_good_tone4:","category":"people","emoji_order":"1538","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","stop","nope","don't","not","forbidden","hand","person","prohibited"]},"no_good_tone5":{"unicode":"1f645-1f3ff","unicode_alternates":"","name":"face with no good gesture tone 5","shortname":":no_good_tone5:","category":"people","emoji_order":"1539","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","stop","nope","don't","not","forbidden","hand","person","prohibited"]},"ok_woman_tone1":{"unicode":"1f646-1f3fb","unicode_alternates":"","name":"face with ok gesture tone1","shortname":":ok_woman_tone1:","category":"people","emoji_order":"1540","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","pink","women","yes","okay","accept"]},"ok_woman_tone2":{"unicode":"1f646-1f3fc","unicode_alternates":"","name":"face with ok gesture tone2","shortname":":ok_woman_tone2:","category":"people","emoji_order":"1541","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","pink","women","yes","okay","accept"]},"ok_woman_tone3":{"unicode":"1f646-1f3fd","unicode_alternates":"","name":"face with ok gesture tone3","shortname":":ok_woman_tone3:","category":"people","emoji_order":"1542","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","pink","women","yes","okay","accept"]},"ok_woman_tone4":{"unicode":"1f646-1f3fe","unicode_alternates":"","name":"face with ok gesture tone4","shortname":":ok_woman_tone4:","category":"people","emoji_order":"1543","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","pink","women","yes","okay","accept"]},"ok_woman_tone5":{"unicode":"1f646-1f3ff","unicode_alternates":"","name":"face with ok gesture tone5","shortname":":ok_woman_tone5:","category":"people","emoji_order":"1544","aliases":[],"aliases_ascii":[],"keywords":["female","girl","human","pink","women","yes","okay","accept"]},"raising_hand_tone1":{"unicode":"1f64b-1f3fb","unicode_alternates":"","name":"happy person raising one hand tone1","shortname":":raising_hand_tone1:","category":"people","emoji_order":"1545","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","raise","notice","attention","answer"]},"raising_hand_tone2":{"unicode":"1f64b-1f3fc","unicode_alternates":"","name":"happy person raising one hand tone2","shortname":":raising_hand_tone2:","category":"people","emoji_order":"1546","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","raise","notice","attention","answer"]},"raising_hand_tone3":{"unicode":"1f64b-1f3fd","unicode_alternates":"","name":"happy person raising one hand tone3","shortname":":raising_hand_tone3:","category":"people","emoji_order":"1547","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","raise","notice","attention","answer"]},"raising_hand_tone4":{"unicode":"1f64b-1f3fe","unicode_alternates":"","name":"happy person raising one hand tone4","shortname":":raising_hand_tone4:","category":"people","emoji_order":"1548","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","raise","notice","attention","answer"]},"raising_hand_tone5":{"unicode":"1f64b-1f3ff","unicode_alternates":"","name":"happy person raising one hand tone5","shortname":":raising_hand_tone5:","category":"people","emoji_order":"1549","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","raise","notice","attention","answer"]},"person_with_pouting_face_tone1":{"unicode":"1f64e-1f3fb","unicode_alternates":"","name":"person with pouting face tone1","shortname":":person_with_pouting_face_tone1:","category":"people","emoji_order":"1550","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","pout","sexy","cute","annoyed"]},"person_with_pouting_face_tone2":{"unicode":"1f64e-1f3fc","unicode_alternates":"","name":"person with pouting face tone2","shortname":":person_with_pouting_face_tone2:","category":"people","emoji_order":"1551","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","pout","sexy","cute","annoyed"]},"person_with_pouting_face_tone3":{"unicode":"1f64e-1f3fd","unicode_alternates":"","name":"person with pouting face tone3","shortname":":person_with_pouting_face_tone3:","category":"people","emoji_order":"1552","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","pout","sexy","cute","annoyed"]},"person_with_pouting_face_tone4":{"unicode":"1f64e-1f3fe","unicode_alternates":"","name":"person with pouting face tone4","shortname":":person_with_pouting_face_tone4:","category":"people","emoji_order":"1553","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","pout","sexy","cute","annoyed"]},"person_with_pouting_face_tone5":{"unicode":"1f64e-1f3ff","unicode_alternates":"","name":"person with pouting face tone5","shortname":":person_with_pouting_face_tone5:","category":"people","emoji_order":"1554","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","pout","sexy","cute","annoyed"]},"person_frowning_tone1":{"unicode":"1f64d-1f3fb","unicode_alternates":"","name":"person frowning tone 1","shortname":":person_frowning_tone1:","category":"people","emoji_order":"1555","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","dejected","rejected","sad","frown"]},"person_frowning_tone2":{"unicode":"1f64d-1f3fc","unicode_alternates":"","name":"person frowning tone 2","shortname":":person_frowning_tone2:","category":"people","emoji_order":"1556","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","dejected","rejected","sad","frown"]},"person_frowning_tone3":{"unicode":"1f64d-1f3fd","unicode_alternates":"","name":"person frowning tone 3","shortname":":person_frowning_tone3:","category":"people","emoji_order":"1557","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","dejected","rejected","sad","frown"]},"person_frowning_tone4":{"unicode":"1f64d-1f3fe","unicode_alternates":"","name":"person frowning tone 4","shortname":":person_frowning_tone4:","category":"people","emoji_order":"1558","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","dejected","rejected","sad","frown"]},"person_frowning_tone5":{"unicode":"1f64d-1f3ff","unicode_alternates":"","name":"person frowning tone 5","shortname":":person_frowning_tone5:","category":"people","emoji_order":"1559","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman","dejected","rejected","sad","frown"]},"haircut_tone1":{"unicode":"1f487-1f3fb","unicode_alternates":"","name":"haircut tone 1","shortname":":haircut_tone1:","category":"people","emoji_order":"1560","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman"]},"haircut_tone2":{"unicode":"1f487-1f3fc","unicode_alternates":"","name":"haircut tone 2","shortname":":haircut_tone2:","category":"people","emoji_order":"1561","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman"]},"haircut_tone3":{"unicode":"1f487-1f3fd","unicode_alternates":"","name":"haircut tone 3","shortname":":haircut_tone3:","category":"people","emoji_order":"1562","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman"]},"haircut_tone4":{"unicode":"1f487-1f3fe","unicode_alternates":"","name":"haircut tone 4","shortname":":haircut_tone4:","category":"people","emoji_order":"1563","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman"]},"haircut_tone5":{"unicode":"1f487-1f3ff","unicode_alternates":"","name":"haircut tone 5","shortname":":haircut_tone5:","category":"people","emoji_order":"1564","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman"]},"massage_tone1":{"unicode":"1f486-1f3fb","unicode_alternates":"","name":"face massage tone 1","shortname":":massage_tone1:","category":"people","emoji_order":"1565","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman"]},"massage_tone2":{"unicode":"1f486-1f3fc","unicode_alternates":"","name":"face massage tone 2","shortname":":massage_tone2:","category":"people","emoji_order":"1566","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman"]},"massage_tone3":{"unicode":"1f486-1f3fd","unicode_alternates":"","name":"face massage tone 3","shortname":":massage_tone3:","category":"people","emoji_order":"1567","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman"]},"massage_tone4":{"unicode":"1f486-1f3fe","unicode_alternates":"","name":"face massage tone 4","shortname":":massage_tone4:","category":"people","emoji_order":"1568","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman"]},"massage_tone5":{"unicode":"1f486-1f3ff","unicode_alternates":"","name":"face massage tone 5","shortname":":massage_tone5:","category":"people","emoji_order":"1569","aliases":[],"aliases_ascii":[],"keywords":["female","girl","woman"]},"rowboat_tone1":{"unicode":"1f6a3-1f3fb","unicode_alternates":"","name":"rowboat tone 1","shortname":":rowboat_tone1:","category":"activity","emoji_order":"1570","aliases":[],"aliases_ascii":[],"keywords":["hobby","ship","water","boat","row","oar","paddle"]},"rowboat_tone2":{"unicode":"1f6a3-1f3fc","unicode_alternates":"","name":"rowboat tone 2","shortname":":rowboat_tone2:","category":"activity","emoji_order":"1571","aliases":[],"aliases_ascii":[],"keywords":["hobby","ship","water","boat","row","oar","paddle"]},"rowboat_tone3":{"unicode":"1f6a3-1f3fd","unicode_alternates":"","name":"rowboat tone 3","shortname":":rowboat_tone3:","category":"activity","emoji_order":"1572","aliases":[],"aliases_ascii":[],"keywords":["hobby","ship","water","boat","row","oar","paddle"]},"rowboat_tone4":{"unicode":"1f6a3-1f3fe","unicode_alternates":"","name":"rowboat tone 4","shortname":":rowboat_tone4:","category":"activity","emoji_order":"1573","aliases":[],"aliases_ascii":[],"keywords":["hobby","ship","water","boat","row","oar","paddle"]},"rowboat_tone5":{"unicode":"1f6a3-1f3ff","unicode_alternates":"","name":"rowboat tone 5","shortname":":rowboat_tone5:","category":"activity","emoji_order":"1574","aliases":[],"aliases_ascii":[],"keywords":["hobby","ship","water","boat","row","oar","paddle"]},"swimmer_tone1":{"unicode":"1f3ca-1f3fb","unicode_alternates":"","name":"swimmer tone 1","shortname":":swimmer_tone1:","category":"activity","emoji_order":"1575","aliases":[],"aliases_ascii":[],"keywords":["sport","swim","water","pool","laps","freestyle","butterfly","breaststroke","backstroke"]},"swimmer_tone2":{"unicode":"1f3ca-1f3fc","unicode_alternates":"","name":"swimmer tone 2","shortname":":swimmer_tone2:","category":"activity","emoji_order":"1576","aliases":[],"aliases_ascii":[],"keywords":["sport","swim","water","pool","laps","freestyle","butterfly","breaststroke","backstroke"]},"swimmer_tone3":{"unicode":"1f3ca-1f3fd","unicode_alternates":"","name":"swimmer tone 3","shortname":":swimmer_tone3:","category":"activity","emoji_order":"1577","aliases":[],"aliases_ascii":[],"keywords":["sport","swim","water","pool","laps","freestyle","butterfly","breaststroke","backstroke"]},"swimmer_tone4":{"unicode":"1f3ca-1f3fe","unicode_alternates":"","name":"swimmer tone 4","shortname":":swimmer_tone4:","category":"activity","emoji_order":"1578","aliases":[],"aliases_ascii":[],"keywords":["sport","swim","water","pool","laps","freestyle","butterfly","breaststroke","backstroke"]},"swimmer_tone5":{"unicode":"1f3ca-1f3ff","unicode_alternates":"","name":"swimmer tone 5","shortname":":swimmer_tone5:","category":"activity","emoji_order":"1579","aliases":[],"aliases_ascii":[],"keywords":["sport","swim","water","pool","laps","freestyle","butterfly","breaststroke","backstroke"]},"surfer_tone1":{"unicode":"1f3c4-1f3fb","unicode_alternates":"","name":"surfer tone 1","shortname":":surfer_tone1:","category":"activity","emoji_order":"1580","aliases":[],"aliases_ascii":[],"keywords":["ocean","sea","sport","surf","wave","ocean","ride","swell"]},"surfer_tone2":{"unicode":"1f3c4-1f3fc","unicode_alternates":"","name":"surfer tone 2","shortname":":surfer_tone2:","category":"activity","emoji_order":"1581","aliases":[],"aliases_ascii":[],"keywords":["ocean","sea","sport","surf","wave","ocean","ride","swell"]},"surfer_tone3":{"unicode":"1f3c4-1f3fd","unicode_alternates":"","name":"surfer tone 3","shortname":":surfer_tone3:","category":"activity","emoji_order":"1582","aliases":[],"aliases_ascii":[],"keywords":["ocean","sea","sport","surf","wave","ocean","ride","swell"]},"surfer_tone4":{"unicode":"1f3c4-1f3fe","unicode_alternates":"","name":"surfer tone 4","shortname":":surfer_tone4:","category":"activity","emoji_order":"1583","aliases":[],"aliases_ascii":[],"keywords":["ocean","sea","sport","surf","wave","ocean","ride","swell"]},"surfer_tone5":{"unicode":"1f3c4-1f3ff","unicode_alternates":"","name":"surfer tone 5","shortname":":surfer_tone5:","category":"activity","emoji_order":"1584","aliases":[],"aliases_ascii":[],"keywords":["ocean","sea","sport","surf","wave","ocean","ride","swell"]},"bath_tone1":{"unicode":"1f6c0-1f3fb","unicode_alternates":"","name":"bath tone 1","shortname":":bath_tone1:","category":"activity","emoji_order":"1585","aliases":[],"aliases_ascii":[],"keywords":["shower","tub","basin","wash","bubble","soak","bathroom","soap","water","clean","shampoo","lather"]},"bath_tone2":{"unicode":"1f6c0-1f3fc","unicode_alternates":"","name":"bath tone 2","shortname":":bath_tone2:","category":"activity","emoji_order":"1586","aliases":[],"aliases_ascii":[],"keywords":["shower","tub","basin","wash","bubble","soak","bathroom","soap","water","clean","shampoo","lather"]},"bath_tone3":{"unicode":"1f6c0-1f3fd","unicode_alternates":"","name":"bath tone 3","shortname":":bath_tone3:","category":"activity","emoji_order":"1587","aliases":[],"aliases_ascii":[],"keywords":["shower","tub","basin","wash","bubble","soak","bathroom","soap","water","clean","shampoo","lather"]},"bath_tone4":{"unicode":"1f6c0-1f3fe","unicode_alternates":"","name":"bath tone 4","shortname":":bath_tone4:","category":"activity","emoji_order":"1588","aliases":[],"aliases_ascii":[],"keywords":["shower","tub","basin","wash","bubble","soak","bathroom","soap","water","clean","shampoo","lather"]},"bath_tone5":{"unicode":"1f6c0-1f3ff","unicode_alternates":"","name":"bath tone 5","shortname":":bath_tone5:","category":"activity","emoji_order":"1589","aliases":[],"aliases_ascii":[],"keywords":["shower","tub","basin","wash","bubble","soak","bathroom","soap","water","clean","shampoo","lather"]},"basketball_player_tone1":{"unicode":"26f9-1f3fb","unicode_alternates":"","name":"person with ball tone 1","shortname":":basketball_player_tone1:","category":"activity","emoji_order":"1590","aliases":[":person_with_ball_tone1:"],"aliases_ascii":[],"keywords":["sport"]},"basketball_player_tone2":{"unicode":"26f9-1f3fc","unicode_alternates":"","name":"person with ball tone 2","shortname":":basketball_player_tone2:","category":"activity","emoji_order":"1591","aliases":[":person_with_ball_tone2:"],"aliases_ascii":[],"keywords":["sport"]},"basketball_player_tone3":{"unicode":"26f9-1f3fd","unicode_alternates":"","name":"person with ball tone 3","shortname":":basketball_player_tone3:","category":"activity","emoji_order":"1592","aliases":[":person_with_ball_tone3:"],"aliases_ascii":[],"keywords":["sport"]},"basketball_player_tone4":{"unicode":"26f9-1f3fe","unicode_alternates":"","name":"person with ball tone 4","shortname":":basketball_player_tone4:","category":"activity","emoji_order":"1593","aliases":[":person_with_ball_tone4:"],"aliases_ascii":[],"keywords":["sport"]},"basketball_player_tone5":{"unicode":"26f9-1f3ff","unicode_alternates":"","name":"person with ball tone 5","shortname":":basketball_player_tone5:","category":"activity","emoji_order":"1594","aliases":[":person_with_ball_tone5:"],"aliases_ascii":[],"keywords":["sport"]},"lifter_tone1":{"unicode":"1f3cb-1f3fb","unicode_alternates":"","name":"weight lifter tone 1","shortname":":lifter_tone1:","category":"activity","emoji_order":"1595","aliases":[":weight_lifter_tone1:"],"aliases_ascii":[],"keywords":["bench","press","squats","deadlift"]},"lifter_tone2":{"unicode":"1f3cb-1f3fc","unicode_alternates":"","name":"weight lifter tone 2","shortname":":lifter_tone2:","category":"activity","emoji_order":"1596","aliases":[":weight_lifter_tone2:"],"aliases_ascii":[],"keywords":["bench","press","squats","deadlift"]},"lifter_tone3":{"unicode":"1f3cb-1f3fd","unicode_alternates":"","name":"weight lifter tone 3","shortname":":lifter_tone3:","category":"activity","emoji_order":"1597","aliases":[":weight_lifter_tone3:"],"aliases_ascii":[],"keywords":["bench","press","squats","deadlift"]},"lifter_tone4":{"unicode":"1f3cb-1f3fe","unicode_alternates":"","name":"weight lifter tone 4","shortname":":lifter_tone4:","category":"activity","emoji_order":"1598","aliases":[":weight_lifter_tone4:"],"aliases_ascii":[],"keywords":["bench","press","squats","deadlift"]},"lifter_tone5":{"unicode":"1f3cb-1f3ff","unicode_alternates":"","name":"weight lifter tone 5","shortname":":lifter_tone5:","category":"activity","emoji_order":"1599","aliases":[":weight_lifter_tone5:"],"aliases_ascii":[],"keywords":["bench","press","squats","deadlift"]},"bicyclist_tone1":{"unicode":"1f6b4-1f3fb","unicode_alternates":"","name":"bicyclist tone 1","shortname":":bicyclist_tone1:","category":"activity","emoji_order":"1600","aliases":[],"aliases_ascii":[],"keywords":["bike","exercise","hipster","sport","road","pedal","bicycle","transportation"]},"bicyclist_tone2":{"unicode":"1f6b4-1f3fc","unicode_alternates":"","name":"bicyclist tone 2","shortname":":bicyclist_tone2:","category":"activity","emoji_order":"1601","aliases":[],"aliases_ascii":[],"keywords":["bike","exercise","hipster","sport","road","pedal","bicycle","transportation"]},"bicyclist_tone3":{"unicode":"1f6b4-1f3fd","unicode_alternates":"","name":"bicyclist tone 3","shortname":":bicyclist_tone3:","category":"activity","emoji_order":"1602","aliases":[],"aliases_ascii":[],"keywords":["bike","exercise","hipster","sport","road","pedal","bicycle","transportation"]},"bicyclist_tone4":{"unicode":"1f6b4-1f3fe","unicode_alternates":"","name":"bicyclist tone 4","shortname":":bicyclist_tone4:","category":"activity","emoji_order":"1603","aliases":[],"aliases_ascii":[],"keywords":["bike","exercise","hipster","sport","road","pedal","bicycle","transportation"]},"bicyclist_tone5":{"unicode":"1f6b4-1f3ff","unicode_alternates":"","name":"bicyclist tone 5","shortname":":bicyclist_tone5:","category":"activity","emoji_order":"1604","aliases":[],"aliases_ascii":[],"keywords":["bike","exercise","hipster","sport","road","pedal","bicycle","transportation"]},"mountain_bicyclist_tone1":{"unicode":"1f6b5-1f3fb","unicode_alternates":"","name":"mountain bicyclist tone 1","shortname":":mountain_bicyclist_tone1:","category":"activity","emoji_order":"1605","aliases":[],"aliases_ascii":[],"keywords":["sport","transportation","bike","pedal","bicycle","transportation"]},"mountain_bicyclist_tone2":{"unicode":"1f6b5-1f3fc","unicode_alternates":"","name":"mountain bicyclist tone 2","shortname":":mountain_bicyclist_tone2:","category":"activity","emoji_order":"1606","aliases":[],"aliases_ascii":[],"keywords":["sport","transportation","bike","pedal","bicycle","transportation"]},"mountain_bicyclist_tone3":{"unicode":"1f6b5-1f3fd","unicode_alternates":"","name":"mountain bicyclist tone 3","shortname":":mountain_bicyclist_tone3:","category":"activity","emoji_order":"1607","aliases":[],"aliases_ascii":[],"keywords":["sport","transportation","bike","pedal","bicycle","transportation"]},"mountain_bicyclist_tone4":{"unicode":"1f6b5-1f3fe","unicode_alternates":"","name":"mountain bicyclist tone 4","shortname":":mountain_bicyclist_tone4:","category":"activity","emoji_order":"1608","aliases":[],"aliases_ascii":[],"keywords":["sport","transportation","bike","pedal","bicycle","transportation"]},"mountain_bicyclist_tone5":{"unicode":"1f6b5-1f3ff","unicode_alternates":"","name":"mountain bicyclist tone 5","shortname":":mountain_bicyclist_tone5:","category":"activity","emoji_order":"1609","aliases":[],"aliases_ascii":[],"keywords":["sport","transportation","bike","pedal","bicycle","transportation"]},"horse_racing_tone1":{"unicode":"1f3c7-1f3fb","unicode_alternates":"","name":"horse racing tone 1","shortname":":horse_racing_tone1:","category":"activity","emoji_order":"1610","aliases":[],"aliases_ascii":[],"keywords":["animal","betting","competition","race","jockey","triple crown"]},"horse_racing_tone2":{"unicode":"1f3c7-1f3fc","unicode_alternates":"","name":"horse racing tone 2","shortname":":horse_racing_tone2:","category":"activity","emoji_order":"1611","aliases":[],"aliases_ascii":[],"keywords":["animal","betting","competition","race","jockey","triple crown"]},"horse_racing_tone3":{"unicode":"1f3c7-1f3fd","unicode_alternates":"","name":"horse racing tone 3","shortname":":horse_racing_tone3:","category":"activity","emoji_order":"1612","aliases":[],"aliases_ascii":[],"keywords":["animal","betting","competition","race","jockey","triple crown"]},"horse_racing_tone4":{"unicode":"1f3c7-1f3fe","unicode_alternates":"","name":"horse racing tone 4","shortname":":horse_racing_tone4:","category":"activity","emoji_order":"1613","aliases":[],"aliases_ascii":[],"keywords":["animal","betting","competition","race","jockey","triple crown"]},"horse_racing_tone5":{"unicode":"1f3c7-1f3ff","unicode_alternates":"","name":"horse racing tone 5","shortname":":horse_racing_tone5:","category":"activity","emoji_order":"1614","aliases":[],"aliases_ascii":[],"keywords":["animal","betting","competition","race","jockey","triple crown"]},"spy_tone1":{"unicode":"1f575-1f3fb","unicode_alternates":"","name":"sleuth or spy tone 1","shortname":":spy_tone1:","category":"people","emoji_order":"1615","aliases":[":sleuth_or_spy_tone1:"],"aliases_ascii":[],"keywords":["pi","undercover","investigator","person"]},"spy_tone2":{"unicode":"1f575-1f3fc","unicode_alternates":"","name":"sleuth or spy tone 2","shortname":":spy_tone2:","category":"people","emoji_order":"1616","aliases":[":sleuth_or_spy_tone2:"],"aliases_ascii":[],"keywords":["pi","undercover","investigator","person"]},"spy_tone3":{"unicode":"1f575-1f3fd","unicode_alternates":"","name":"sleuth or spy tone 3","shortname":":spy_tone3:","category":"people","emoji_order":"1617","aliases":[":sleuth_or_spy_tone3:"],"aliases_ascii":[],"keywords":["pi","undercover","investigator","person"]},"spy_tone4":{"unicode":"1f575-1f3fe","unicode_alternates":"","name":"sleuth or spy tone 4","shortname":":spy_tone4:","category":"people","emoji_order":"1618","aliases":[":sleuth_or_spy_tone4:"],"aliases_ascii":[],"keywords":["pi","undercover","investigator","person"]},"spy_tone5":{"unicode":"1f575-1f3ff","unicode_alternates":"","name":"sleuth or spy tone 5","shortname":":spy_tone5:","category":"people","emoji_order":"1619","aliases":[":sleuth_or_spy_tone5:"],"aliases_ascii":[],"keywords":["pi","undercover","investigator","person"]},"tone1":{"unicode":"1f3fb","unicode_alternates":"","name":"emoji modifier Fitzpatrick type-1-2","shortname":":tone1:","category":"modifier","emoji_order":"1620","aliases":[],"aliases_ascii":[],"keywords":[]},"tone2":{"unicode":"1f3fc","unicode_alternates":"","name":"emoji modifier Fitzpatrick type-3","shortname":":tone2:","category":"modifier","emoji_order":"1621","aliases":[],"aliases_ascii":[],"keywords":[]},"tone3":{"unicode":"1f3fd","unicode_alternates":"","name":"emoji modifier Fitzpatrick type-4","shortname":":tone3:","category":"modifier","emoji_order":"1622","aliases":[],"aliases_ascii":[],"keywords":[]},"tone4":{"unicode":"1f3fe","unicode_alternates":"","name":"emoji modifier Fitzpatrick type-5","shortname":":tone4:","category":"modifier","emoji_order":"1623","aliases":[],"aliases_ascii":[],"keywords":[]},"tone5":{"unicode":"1f3ff","unicode_alternates":"","name":"emoji modifier Fitzpatrick type-6","shortname":":tone5:","category":"modifier","emoji_order":"1624","aliases":[],"aliases_ascii":[],"keywords":[]}} \ No newline at end of file +{"grinning":{"unicode":"1f600","unicode_alternates":"","name":"grinning face","shortname":":grinning:","category":"people","emoji_order":"1","aliases":[],"aliases_ascii":[],"keywords":["happy","smiley","emotion","emotion"]},"grimacing":{"unicode":"1f62c","unicode_alternates":"","name":"grimacing face","shortname":":grimacing:","category":"people","emoji_order":"2","aliases":[],"aliases_ascii":[],"keywords":["silly","smiley","emotion","emotion","selfie","selfie"]},"grin":{"unicode":"1f601","unicode_alternates":"","name":"grinning face with smiling eyes","shortname":":grin:","category":"people","emoji_order":"3","aliases":[],"aliases_ascii":[],"keywords":["happy","silly","smiley","emotion","emotion","good","good","selfie","selfie"]},"joy":{"unicode":"1f602","unicode_alternates":"","name":"face with tears of joy","shortname":":joy:","category":"people","emoji_order":"4","aliases":[],"aliases_ascii":[":')",":'-)"],"keywords":["happy","silly","smiley","cry","laugh","laugh","emotion","emotion","sarcastic","sarcastic"]},"smiley":{"unicode":"1f603","unicode_alternates":"","name":"smiling face with open mouth","shortname":":smiley:","category":"people","emoji_order":"5","aliases":[],"aliases_ascii":[":D",":-D","=D"],"keywords":["happy","smiley","emotion","emotion","good","good"]},"smile":{"unicode":"1f604","unicode_alternates":"","name":"smiling face with open mouth and smiling eyes","shortname":":smile:","category":"people","emoji_order":"6","aliases":[],"aliases_ascii":[],"keywords":["happy","smiley","emotion","emotion"]},"sweat_smile":{"unicode":"1f605","unicode_alternates":"","name":"smiling face with open mouth and cold sweat","shortname":":sweat_smile:","category":"people","emoji_order":"7","aliases":[],"aliases_ascii":["':)","':-)","'=)","':D","':-D","'=D"],"keywords":["smiley","workout","sweat","emotion","emotion"]},"laughing":{"unicode":"1f606","unicode_alternates":"","name":"smiling face with open mouth and tightly-closed eyes","shortname":":laughing:","category":"people","emoji_order":"8","aliases":[":satisfied:"],"aliases_ascii":[">:)",">;)",">:-)",">=)"],"keywords":["happy","smiley","laugh","laugh","emotion","emotion"]},"innocent":{"unicode":"1f607","unicode_alternates":"","name":"smiling face with halo","shortname":":innocent:","category":"people","emoji_order":"9","aliases":[],"aliases_ascii":["O:-)","0:-3","0:3","0:-)","0:)","0;^)","O:)","O;-)","O=)","0;-)","O:-3","O:3"],"keywords":["smiley","emotion","emotion"]},"wink":{"unicode":"1f609","unicode_alternates":"","name":"winking face","shortname":":wink:","category":"people","emoji_order":"10","aliases":[],"aliases_ascii":[";)",";-)","*-)","*)",";-]",";]",";D",";^)"],"keywords":["silly","smiley","emotion","emotion"]},"blush":{"unicode":"1f60a","unicode_alternates":"","name":"smiling face with smiling eyes","shortname":":blush:","category":"people","emoji_order":"11","aliases":[],"aliases_ascii":[],"keywords":["happy","smiley","emotion","emotion","good","good","beautiful","beautiful"]},"slight_smile":{"unicode":"1f642","unicode_alternates":"","name":"slightly smiling face","shortname":":slight_smile:","category":"people","emoji_order":"12","aliases":[":slightly_smiling_face:"],"aliases_ascii":[":)",":-)","=]","=)",":]"],"keywords":["happy","smiley"]},"upside_down":{"unicode":"1f643","unicode_alternates":"","name":"upside-down face","shortname":":upside_down:","category":"people","emoji_order":"13","aliases":[":upside_down_face:"],"aliases_ascii":[],"keywords":["silly","smiley","sarcastic","sarcastic"]},"relaxed":{"unicode":"263a","unicode_alternates":"263a-fe0f","name":"white smiling face","shortname":":relaxed:","category":"people","emoji_order":"14","aliases":[],"aliases_ascii":[],"keywords":["happy","smiley"]},"yum":{"unicode":"1f60b","unicode_alternates":"","name":"face savouring delicious food","shortname":":yum:","category":"people","emoji_order":"15","aliases":[],"aliases_ascii":[],"keywords":["happy","silly","smiley","emotion","emotion","sarcastic","sarcastic","good","good"]},"relieved":{"unicode":"1f60c","unicode_alternates":"","name":"relieved face","shortname":":relieved:","category":"people","emoji_order":"16","aliases":[],"aliases_ascii":[],"keywords":["smiley","emotion","emotion"]},"heart_eyes":{"unicode":"1f60d","unicode_alternates":"","name":"smiling face with heart-shaped eyes","shortname":":heart_eyes:","category":"people","emoji_order":"17","aliases":[],"aliases_ascii":[],"keywords":["happy","smiley","love","sex","heart eyes","emotion","emotion","beautiful","beautiful"]},"kissing_heart":{"unicode":"1f618","unicode_alternates":"","name":"face throwing a kiss","shortname":":kissing_heart:","category":"people","emoji_order":"18","aliases":[],"aliases_ascii":[":*",":-*","=*",":^*"],"keywords":["smiley","love","sexy"]},"kissing":{"unicode":"1f617","unicode_alternates":"","name":"kissing face","shortname":":kissing:","category":"people","emoji_order":"19","aliases":[],"aliases_ascii":[],"keywords":["smiley","sexy"]},"kissing_smiling_eyes":{"unicode":"1f619","unicode_alternates":"","name":"kissing face with smiling eyes","shortname":":kissing_smiling_eyes:","category":"people","emoji_order":"20","aliases":[],"aliases_ascii":[],"keywords":["smiley","sexy"]},"kissing_closed_eyes":{"unicode":"1f61a","unicode_alternates":"","name":"kissing face with closed eyes","shortname":":kissing_closed_eyes:","category":"people","emoji_order":"21","aliases":[],"aliases_ascii":[],"keywords":["smiley","sexy"]},"stuck_out_tongue_winking_eye":{"unicode":"1f61c","unicode_alternates":"","name":"face with stuck-out tongue and winking eye","shortname":":stuck_out_tongue_winking_eye:","category":"people","emoji_order":"22","aliases":[],"aliases_ascii":[">:P","X-P","x-p"],"keywords":["happy","smiley","emotion","emotion","parties","parties"]},"stuck_out_tongue_closed_eyes":{"unicode":"1f61d","unicode_alternates":"","name":"face with stuck-out tongue and tightly-closed eyes","shortname":":stuck_out_tongue_closed_eyes:","category":"people","emoji_order":"23","aliases":[],"aliases_ascii":[],"keywords":["happy","smiley","emotion","emotion"]},"stuck_out_tongue":{"unicode":"1f61b","unicode_alternates":"","name":"face with stuck-out tongue","shortname":":stuck_out_tongue:","category":"people","emoji_order":"24","aliases":[],"aliases_ascii":[":P",":-P","=P",":-p",":p","=p",":-\u00de",":\u00de",":\u00fe",":-\u00fe",":-b",":b","d:"],"keywords":["smiley","sex","emotion","emotion"]},"money_mouth":{"unicode":"1f911","unicode_alternates":"","name":"money-mouth face","shortname":":money_mouth:","category":"people","emoji_order":"25","aliases":[":money_mouth_face:"],"aliases_ascii":[],"keywords":["smiley","win","win","money","money","emotion","emotion","boys night","boys night"]},"nerd":{"unicode":"1f913","unicode_alternates":"","name":"nerd face","shortname":":nerd:","category":"people","emoji_order":"26","aliases":[":nerd_face:"],"aliases_ascii":[],"keywords":["smiley","glasses"]},"sunglasses":{"unicode":"1f60e","unicode_alternates":"","name":"smiling face with sunglasses","shortname":":sunglasses:","category":"people","emoji_order":"27","aliases":[],"aliases_ascii":["B-)","B)","8)","8-)","B-D","8-D"],"keywords":["silly","smiley","emojione","glasses","boys night","boys night"]},"hugging":{"unicode":"1f917","unicode_alternates":"","name":"hugging face","shortname":":hugging:","category":"people","emoji_order":"28","aliases":[":hugging_face:"],"aliases_ascii":[],"keywords":["smiley","hug","thank you"]},"smirk":{"unicode":"1f60f","unicode_alternates":"","name":"smirking face","shortname":":smirk:","category":"people","emoji_order":"29","aliases":[],"aliases_ascii":[],"keywords":["silly","smiley","sexy","sarcastic","sarcastic"]},"no_mouth":{"unicode":"1f636","unicode_alternates":"","name":"face without mouth","shortname":":no_mouth:","category":"people","emoji_order":"30","aliases":[],"aliases_ascii":[":-X",":X",":-#",":#","=X","=x",":x",":-x","=#"],"keywords":["mad","smiley","neutral","emotion","emotion"]},"neutral_face":{"unicode":"1f610","unicode_alternates":"","name":"neutral face","shortname":":neutral_face:","category":"people","emoji_order":"31","aliases":[],"aliases_ascii":[],"keywords":["mad","smiley","shrug","neutral","emotion","emotion"]},"expressionless":{"unicode":"1f611","unicode_alternates":"","name":"expressionless face","shortname":":expressionless:","category":"people","emoji_order":"32","aliases":[],"aliases_ascii":["-_-","-__-","-___-"],"keywords":["mad","smiley","neutral","emotion","emotion"]},"unamused":{"unicode":"1f612","unicode_alternates":"","name":"unamused face","shortname":":unamused:","category":"people","emoji_order":"33","aliases":[],"aliases_ascii":[],"keywords":["sad","mad","smiley","tired","emotion","emotion"]},"rolling_eyes":{"unicode":"1f644","unicode_alternates":"","name":"face with rolling eyes","shortname":":rolling_eyes:","category":"people","emoji_order":"34","aliases":[":face_with_rolling_eyes:"],"aliases_ascii":[],"keywords":["mad","smiley","rolling eyes","emotion","emotion","sarcastic","sarcastic"]},"thinking":{"unicode":"1f914","unicode_alternates":"","name":"thinking face","shortname":":thinking:","category":"people","emoji_order":"35","aliases":[":thinking_face:"],"aliases_ascii":[],"keywords":["smiley","thinking","boys night","boys night"]},"flushed":{"unicode":"1f633","unicode_alternates":"","name":"flushed face","shortname":":flushed:","category":"people","emoji_order":"36","aliases":[],"aliases_ascii":[":$","=$"],"keywords":["smiley","emotion","emotion","omg","omg"]},"disappointed":{"unicode":"1f61e","unicode_alternates":"","name":"disappointed face","shortname":":disappointed:","category":"people","emoji_order":"37","aliases":[],"aliases_ascii":[">:[",":-(",":(",":-[",":[","=("],"keywords":["sad","smiley","tired","emotion","emotion"]},"worried":{"unicode":"1f61f","unicode_alternates":"","name":"worried face","shortname":":worried:","category":"people","emoji_order":"38","aliases":[],"aliases_ascii":[],"keywords":["sad","smiley","emotion","emotion"]},"angry":{"unicode":"1f620","unicode_alternates":"","name":"angry face","shortname":":angry:","category":"people","emoji_order":"39","aliases":[],"aliases_ascii":[">:(",">:-(",":@"],"keywords":["mad","smiley","emotion","emotion"]},"rage":{"unicode":"1f621","unicode_alternates":"","name":"pouting face","shortname":":rage:","category":"people","emoji_order":"40","aliases":[],"aliases_ascii":[],"keywords":["mad","smiley","angry","emotion","emotion"]},"pensive":{"unicode":"1f614","unicode_alternates":"","name":"pensive face","shortname":":pensive:","category":"people","emoji_order":"41","aliases":[],"aliases_ascii":[],"keywords":["sad","smiley","emotion","emotion","rip","rip"]},"confused":{"unicode":"1f615","unicode_alternates":"","name":"confused face","shortname":":confused:","category":"people","emoji_order":"42","aliases":[],"aliases_ascii":[">:\\",">:\/",":-\/",":-.",":\/",":\\","=\/","=\\",":L","=L"],"keywords":["smiley","surprised","emotion","emotion"]},"slight_frown":{"unicode":"1f641","unicode_alternates":"","name":"slightly frowning face","shortname":":slight_frown:","category":"people","emoji_order":"43","aliases":[":slightly_frowning_face:"],"aliases_ascii":[],"keywords":["sad","smiley","emotion","emotion"]},"frowning2":{"unicode":"2639","unicode_alternates":"2639-fe0f","name":"white frowning face","shortname":":frowning2:","category":"people","emoji_order":"44","aliases":[":white_frowning_face:"],"aliases_ascii":[],"keywords":["sad","smiley","emotion","emotion"]},"persevere":{"unicode":"1f623","unicode_alternates":"","name":"persevering face","shortname":":persevere:","category":"people","emoji_order":"45","aliases":[],"aliases_ascii":[">.<"],"keywords":["sad","smiley","angry","emotion","emotion"]},"confounded":{"unicode":"1f616","unicode_alternates":"","name":"confounded face","shortname":":confounded:","category":"people","emoji_order":"46","aliases":[],"aliases_ascii":[],"keywords":["sad","smiley","angry","emotion","emotion"]},"tired_face":{"unicode":"1f62b","unicode_alternates":"","name":"tired face","shortname":":tired_face:","category":"people","emoji_order":"47","aliases":[],"aliases_ascii":[],"keywords":["sad","smiley","tired","emotion","emotion"]},"weary":{"unicode":"1f629","unicode_alternates":"","name":"weary face","shortname":":weary:","category":"people","emoji_order":"48","aliases":[],"aliases_ascii":[],"keywords":["sad","smiley","tired","stressed","emotion","emotion"]},"triumph":{"unicode":"1f624","unicode_alternates":"","name":"face with look of triumph","shortname":":triumph:","category":"people","emoji_order":"49","aliases":[],"aliases_ascii":[],"keywords":["mad","smiley","angry","emotion","emotion","steam","steam"]},"open_mouth":{"unicode":"1f62e","unicode_alternates":"","name":"face with open mouth","shortname":":open_mouth:","category":"people","emoji_order":"50","aliases":[],"aliases_ascii":[":-O",":O",":-o",":o","O_O",">:O"],"keywords":["smiley","surprised","wow","wow","emotion","emotion"]},"scream":{"unicode":"1f631","unicode_alternates":"","name":"face screaming in fear","shortname":":scream:","category":"people","emoji_order":"51","aliases":[],"aliases_ascii":[],"keywords":["smiley","surprised","wow","wow","emotion","emotion","omg","omg"]},"fearful":{"unicode":"1f628","unicode_alternates":"","name":"fearful face","shortname":":fearful:","category":"people","emoji_order":"52","aliases":[],"aliases_ascii":["D:"],"keywords":["smiley","surprised","emotion","emotion"]},"cold_sweat":{"unicode":"1f630","unicode_alternates":"","name":"face with open mouth and cold sweat","shortname":":cold_sweat:","category":"people","emoji_order":"53","aliases":[],"aliases_ascii":[],"keywords":["smiley","sweat","emotion","emotion"]},"hushed":{"unicode":"1f62f","unicode_alternates":"","name":"hushed face","shortname":":hushed:","category":"people","emoji_order":"54","aliases":[],"aliases_ascii":[],"keywords":["smiley","surprised","wow","wow"]},"frowning":{"unicode":"1f626","unicode_alternates":"","name":"frowning face with open mouth","shortname":":frowning:","category":"people","emoji_order":"55","aliases":[],"aliases_ascii":[],"keywords":["sad","smiley","surprised","emotion","emotion"]},"anguished":{"unicode":"1f627","unicode_alternates":"","name":"anguished face","shortname":":anguished:","category":"people","emoji_order":"56","aliases":[],"aliases_ascii":[],"keywords":["sad","smiley","surprised","emotion","emotion"]},"cry":{"unicode":"1f622","unicode_alternates":"","name":"crying face","shortname":":cry:","category":"people","emoji_order":"57","aliases":[],"aliases_ascii":[":'(",":'-(",";(",";-("],"keywords":["sad","smiley","cry","emotion","emotion","rip","rip","heartbreak","heartbreak"]},"disappointed_relieved":{"unicode":"1f625","unicode_alternates":"","name":"disappointed but relieved face","shortname":":disappointed_relieved:","category":"people","emoji_order":"58","aliases":[],"aliases_ascii":[],"keywords":["sad","smiley","stressed","sweat","cry","emotion","emotion"]},"sleepy":{"unicode":"1f62a","unicode_alternates":"","name":"sleepy face","shortname":":sleepy:","category":"people","emoji_order":"59","aliases":[],"aliases_ascii":[],"keywords":["smiley","sick","emotion","emotion"]},"sweat":{"unicode":"1f613","unicode_alternates":"","name":"face with cold sweat","shortname":":sweat:","category":"people","emoji_order":"60","aliases":[],"aliases_ascii":["':(","':-(","'=("],"keywords":["sad","smiley","stressed","sweat","emotion","emotion"]},"sob":{"unicode":"1f62d","unicode_alternates":"","name":"loudly crying face","shortname":":sob:","category":"people","emoji_order":"61","aliases":[],"aliases_ascii":[],"keywords":["sad","smiley","cry","emotion","emotion","heartbreak","heartbreak"]},"dizzy_face":{"unicode":"1f635","unicode_alternates":"","name":"dizzy face","shortname":":dizzy_face:","category":"people","emoji_order":"62","aliases":[],"aliases_ascii":["#-)","#)","%-)","%)","X)","X-)"],"keywords":["smiley","surprised","dead","wow","wow","emotion","emotion","omg","omg"]},"astonished":{"unicode":"1f632","unicode_alternates":"","name":"astonished face","shortname":":astonished:","category":"people","emoji_order":"63","aliases":[],"aliases_ascii":[],"keywords":["smiley","surprised","wow","wow","emotion","emotion","omg","omg"]},"zipper_mouth":{"unicode":"1f910","unicode_alternates":"","name":"zipper-mouth face","shortname":":zipper_mouth:","category":"people","emoji_order":"64","aliases":[":zipper_mouth_face:"],"aliases_ascii":[],"keywords":["mad","smiley"]},"mask":{"unicode":"1f637","unicode_alternates":"","name":"face with medical mask","shortname":":mask:","category":"people","emoji_order":"65","aliases":[],"aliases_ascii":[],"keywords":["smiley","dead","health","sick"]},"thermometer_face":{"unicode":"1f912","unicode_alternates":"","name":"face with thermometer","shortname":":thermometer_face:","category":"people","emoji_order":"66","aliases":[":face_with_thermometer:"],"aliases_ascii":[],"keywords":["smiley","health","sick","emotion","emotion"]},"head_bandage":{"unicode":"1f915","unicode_alternates":"","name":"face with head-bandage","shortname":":head_bandage:","category":"people","emoji_order":"67","aliases":[":face_with_head_bandage:"],"aliases_ascii":[],"keywords":["smiley","health","sick","emotion","emotion"]},"sleeping":{"unicode":"1f634","unicode_alternates":"","name":"sleeping face","shortname":":sleeping:","category":"people","emoji_order":"68","aliases":[],"aliases_ascii":[],"keywords":["smiley","tired","emotion","emotion","goodnight","goodnight"]},"zzz":{"unicode":"1f4a4","unicode_alternates":"","name":"sleeping symbol","shortname":":zzz:","category":"people","emoji_order":"69","aliases":[],"aliases_ascii":[],"keywords":["tired","goodnight","goodnight"]},"poop":{"unicode":"1f4a9","unicode_alternates":"","name":"pile of poo","shortname":":poop:","category":"people","emoji_order":"70","aliases":[":shit:",":hankey:",":poo:"],"aliases_ascii":[],"keywords":["bathroom","shit","sol","sol","diarrhea","diarrhea"]},"smiling_imp":{"unicode":"1f608","unicode_alternates":"","name":"smiling face with horns","shortname":":smiling_imp:","category":"people","emoji_order":"71","aliases":[],"aliases_ascii":[],"keywords":["silly","smiley","angry","monster","devil","devil","boys night","boys night"]},"imp":{"unicode":"1f47f","unicode_alternates":"","name":"imp","shortname":":imp:","category":"people","emoji_order":"72","aliases":[],"aliases_ascii":[],"keywords":["smiley","monster","devil","devil","wth","wth"]},"japanese_ogre":{"unicode":"1f479","unicode_alternates":"","name":"japanese ogre","shortname":":japanese_ogre:","category":"people","emoji_order":"73","aliases":[],"aliases_ascii":[],"keywords":["monster"]},"japanese_goblin":{"unicode":"1f47a","unicode_alternates":"","name":"japanese goblin","shortname":":japanese_goblin:","category":"people","emoji_order":"74","aliases":[],"aliases_ascii":[],"keywords":["angry","monster"]},"skull":{"unicode":"1f480","unicode_alternates":"","name":"skull","shortname":":skull:","category":"people","emoji_order":"75","aliases":[":skeleton:"],"aliases_ascii":[],"keywords":["dead","halloween","skull"]},"ghost":{"unicode":"1f47b","unicode_alternates":"","name":"ghost","shortname":":ghost:","category":"people","emoji_order":"76","aliases":[],"aliases_ascii":[],"keywords":["holidays","halloween","monster"]},"alien":{"unicode":"1f47d","unicode_alternates":"","name":"extraterrestrial alien","shortname":":alien:","category":"people","emoji_order":"77","aliases":[],"aliases_ascii":[],"keywords":["space","monster","alien","scientology","scientology"]},"robot":{"unicode":"1f916","unicode_alternates":"","name":"robot face","shortname":":robot:","category":"people","emoji_order":"78","aliases":[":robot_face:"],"aliases_ascii":[],"keywords":["monster","robot"]},"smiley_cat":{"unicode":"1f63a","unicode_alternates":"","name":"smiling cat face with open mouth","shortname":":smiley_cat:","category":"people","emoji_order":"79","aliases":[],"aliases_ascii":[],"keywords":["happy","cat","cat","animal","animal"]},"smile_cat":{"unicode":"1f638","unicode_alternates":"","name":"grinning cat face with smiling eyes","shortname":":smile_cat:","category":"people","emoji_order":"80","aliases":[],"aliases_ascii":[],"keywords":["happy","cat","cat","animal","animal"]},"joy_cat":{"unicode":"1f639","unicode_alternates":"","name":"cat face with tears of joy","shortname":":joy_cat:","category":"people","emoji_order":"81","aliases":[],"aliases_ascii":[],"keywords":["happy","silly","cry","laugh","laugh","cat","cat","animal","animal","sarcastic","sarcastic"]},"heart_eyes_cat":{"unicode":"1f63b","unicode_alternates":"","name":"smiling cat face with heart-shaped eyes","shortname":":heart_eyes_cat:","category":"people","emoji_order":"82","aliases":[],"aliases_ascii":[],"keywords":["heart eyes","cat","cat","animal","animal","beautiful","beautiful"]},"smirk_cat":{"unicode":"1f63c","unicode_alternates":"","name":"cat face with wry smile","shortname":":smirk_cat:","category":"people","emoji_order":"83","aliases":[],"aliases_ascii":[],"keywords":["cat","cat","animal","animal"]},"kissing_cat":{"unicode":"1f63d","unicode_alternates":"","name":"kissing cat face with closed eyes","shortname":":kissing_cat:","category":"people","emoji_order":"84","aliases":[],"aliases_ascii":[],"keywords":["cat","cat","animal","animal"]},"scream_cat":{"unicode":"1f640","unicode_alternates":"","name":"weary cat face","shortname":":scream_cat:","category":"people","emoji_order":"85","aliases":[],"aliases_ascii":[],"keywords":["cat","cat","animal","animal"]},"crying_cat_face":{"unicode":"1f63f","unicode_alternates":"","name":"crying cat face","shortname":":crying_cat_face:","category":"people","emoji_order":"86","aliases":[],"aliases_ascii":[],"keywords":["cry","cat","cat","animal","animal"]},"pouting_cat":{"unicode":"1f63e","unicode_alternates":"","name":"pouting cat face","shortname":":pouting_cat:","category":"people","emoji_order":"87","aliases":[],"aliases_ascii":[],"keywords":["cat","cat","animal","animal"]},"raised_hands":{"unicode":"1f64c","unicode_alternates":"","name":"person raising both hands in celebration","shortname":":raised_hands:","category":"people","emoji_order":"88","aliases":[],"aliases_ascii":[],"keywords":["body","hands","diversity","diversity","perfect","perfect","good","good","parties","parties"]},"clap":{"unicode":"1f44f","unicode_alternates":"","name":"clapping hands sign","shortname":":clap:","category":"people","emoji_order":"89","aliases":[],"aliases_ascii":[],"keywords":["body","hands","win","win","diversity","diversity","good","good","beautiful","beautiful"]},"wave":{"unicode":"1f44b","unicode_alternates":"","name":"waving hand sign","shortname":":wave:","category":"people","emoji_order":"90","aliases":[],"aliases_ascii":[],"keywords":["body","hands","hi","diversity","diversity"]},"thumbsup":{"unicode":"1f44d","unicode_alternates":"","name":"thumbs up sign","shortname":":thumbsup:","category":"people","emoji_order":"91","aliases":[":+1:",":thumbup:"],"aliases_ascii":[],"keywords":["body","hands","hi","luck","thank you","diversity","diversity","perfect","perfect","good","good","beautiful","beautiful"]},"thumbsdown":{"unicode":"1f44e","unicode_alternates":"","name":"thumbs down sign","shortname":":thumbsdown:","category":"people","emoji_order":"92","aliases":[":-1:",":thumbdown:"],"aliases_ascii":[],"keywords":["body","hands","diversity","diversity"]},"punch":{"unicode":"1f44a","unicode_alternates":"","name":"fisted hand sign","shortname":":punch:","category":"people","emoji_order":"93","aliases":[],"aliases_ascii":[],"keywords":["body","hands","hi","fist bump","diversity","diversity","boys night","boys night"]},"fist":{"unicode":"270a","unicode_alternates":"","name":"raised fist","shortname":":fist:","category":"people","emoji_order":"94","aliases":[],"aliases_ascii":[],"keywords":["body","hands","hi","fist bump","diversity","diversity","condolence","condolence"]},"v":{"unicode":"270c","unicode_alternates":"270c-fe0f","name":"victory hand","shortname":":v:","category":"people","emoji_order":"95","aliases":[],"aliases_ascii":[],"keywords":["body","hands","hi","thank you","peace","peace","diversity","diversity","girls night","girls night"]},"ok_hand":{"unicode":"1f44c","unicode_alternates":"","name":"ok hand sign","shortname":":ok_hand:","category":"people","emoji_order":"96","aliases":[],"aliases_ascii":[],"keywords":["body","hands","hi","diversity","diversity","perfect","perfect","good","good","beautiful","beautiful"]},"raised_hand":{"unicode":"270b","unicode_alternates":"","name":"raised hand","shortname":":raised_hand:","category":"people","emoji_order":"97","aliases":[],"aliases_ascii":[],"keywords":["body","hands","hi","diversity","diversity","girls night","girls night"]},"open_hands":{"unicode":"1f450","unicode_alternates":"","name":"open hands sign","shortname":":open_hands:","category":"people","emoji_order":"98","aliases":[],"aliases_ascii":[],"keywords":["body","hands","diversity","diversity","condolence","condolence"]},"muscle":{"unicode":"1f4aa","unicode_alternates":"","name":"flexed biceps","shortname":":muscle:","category":"people","emoji_order":"99","aliases":[],"aliases_ascii":[],"keywords":["body","hands","workout","flex","win","win","diversity","diversity","feminist","feminist","boys night","boys night"]},"pray":{"unicode":"1f64f","unicode_alternates":"","name":"person with folded hands","shortname":":pray:","category":"people","emoji_order":"100","aliases":[],"aliases_ascii":[],"keywords":["body","hands","hi","luck","thank you","pray","pray","diversity","diversity","scientology","scientology"]},"point_up":{"unicode":"261d","unicode_alternates":"261d-fe0f","name":"white up pointing index","shortname":":point_up:","category":"people","emoji_order":"101","aliases":[],"aliases_ascii":[],"keywords":["body","hands","emojione","diversity","diversity"]},"point_up_2":{"unicode":"1f446","unicode_alternates":"","name":"white up pointing backhand index","shortname":":point_up_2:","category":"people","emoji_order":"102","aliases":[],"aliases_ascii":[],"keywords":["body","hands","diversity","diversity"]},"point_down":{"unicode":"1f447","unicode_alternates":"","name":"white down pointing backhand index","shortname":":point_down:","category":"people","emoji_order":"103","aliases":[],"aliases_ascii":[],"keywords":["body","hands","diversity","diversity"]},"point_left":{"unicode":"1f448","unicode_alternates":"","name":"white left pointing backhand index","shortname":":point_left:","category":"people","emoji_order":"104","aliases":[],"aliases_ascii":[],"keywords":["body","hands","hi","diversity","diversity"]},"point_right":{"unicode":"1f449","unicode_alternates":"","name":"white right pointing backhand index","shortname":":point_right:","category":"people","emoji_order":"105","aliases":[],"aliases_ascii":[],"keywords":["body","hands","hi","diversity","diversity"]},"middle_finger":{"unicode":"1f595","unicode_alternates":"","name":"reversed hand with middle finger extended","shortname":":middle_finger:","category":"people","emoji_order":"106","aliases":[":reversed_hand_with_middle_finger_extended:"],"aliases_ascii":[],"keywords":["body","hands","middle finger","diversity","diversity"]},"hand_splayed":{"unicode":"1f590","unicode_alternates":"1f590-fe0f","name":"raised hand with fingers splayed","shortname":":hand_splayed:","category":"people","emoji_order":"107","aliases":[":raised_hand_with_fingers_splayed:"],"aliases_ascii":[],"keywords":["body","hands","hi","diversity","diversity"]},"metal":{"unicode":"1f918","unicode_alternates":"","name":"sign of the horns","shortname":":metal:","category":"people","emoji_order":"108","aliases":[":sign_of_the_horns:"],"aliases_ascii":[],"keywords":["body","hands","hi","diversity","diversity","boys night","boys night","parties","parties"]},"vulcan":{"unicode":"1f596","unicode_alternates":"","name":"raised hand with part between middle and ring fingers","shortname":":vulcan:","category":"people","emoji_order":"109","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers:"],"aliases_ascii":[],"keywords":["body","hands","hi","diversity","diversity"]},"writing_hand":{"unicode":"270d","unicode_alternates":"270d-fe0f","name":"writing hand","shortname":":writing_hand:","category":"people","emoji_order":"110","aliases":[],"aliases_ascii":[],"keywords":["body","hands","write","diversity","diversity"]},"nail_care":{"unicode":"1f485","unicode_alternates":"","name":"nail polish","shortname":":nail_care:","category":"people","emoji_order":"111","aliases":[],"aliases_ascii":[],"keywords":["women","body","hands","nailpolish","diversity","diversity","girls night","girls night"]},"lips":{"unicode":"1f444","unicode_alternates":"","name":"mouth","shortname":":lips:","category":"people","emoji_order":"112","aliases":[],"aliases_ascii":[],"keywords":["women","body","sexy","lip"]},"tongue":{"unicode":"1f445","unicode_alternates":"","name":"tongue","shortname":":tongue:","category":"people","emoji_order":"113","aliases":[],"aliases_ascii":[],"keywords":["body","sexy","lip"]},"ear":{"unicode":"1f442","unicode_alternates":"","name":"ear","shortname":":ear:","category":"people","emoji_order":"114","aliases":[],"aliases_ascii":[],"keywords":["body","diversity","diversity"]},"nose":{"unicode":"1f443","unicode_alternates":"","name":"nose","shortname":":nose:","category":"people","emoji_order":"115","aliases":[],"aliases_ascii":[],"keywords":["body","diversity","diversity"]},"eye":{"unicode":"1f441","unicode_alternates":"1f441-fe0f","name":"eye","shortname":":eye:","category":"people","emoji_order":"116","aliases":[],"aliases_ascii":[],"keywords":["body","eyes"]},"eyes":{"unicode":"1f440","unicode_alternates":"","name":"eyes","shortname":":eyes:","category":"people","emoji_order":"117","aliases":[],"aliases_ascii":[],"keywords":["body","eyes"]},"bust_in_silhouette":{"unicode":"1f464","unicode_alternates":"","name":"bust in silhouette","shortname":":bust_in_silhouette:","category":"people","emoji_order":"118","aliases":[],"aliases_ascii":[],"keywords":["people"]},"busts_in_silhouette":{"unicode":"1f465","unicode_alternates":"","name":"busts in silhouette","shortname":":busts_in_silhouette:","category":"people","emoji_order":"119","aliases":[],"aliases_ascii":[],"keywords":["people"]},"speaking_head":{"unicode":"1f5e3","unicode_alternates":"1f5e3-fe0f","name":"speaking head in silhouette","shortname":":speaking_head:","category":"people","emoji_order":"120","aliases":[":speaking_head_in_silhouette:"],"aliases_ascii":[],"keywords":["people","talk"]},"baby":{"unicode":"1f476","unicode_alternates":"","name":"baby","shortname":":baby:","category":"people","emoji_order":"121","aliases":[],"aliases_ascii":[],"keywords":["people","baby","diversity","diversity"]},"boy":{"unicode":"1f466","unicode_alternates":"","name":"boy","shortname":":boy:","category":"people","emoji_order":"122","aliases":[],"aliases_ascii":[],"keywords":["people","baby","diversity","diversity"]},"girl":{"unicode":"1f467","unicode_alternates":"","name":"girl","shortname":":girl:","category":"people","emoji_order":"123","aliases":[],"aliases_ascii":[],"keywords":["people","women","baby","diversity","diversity"]},"man":{"unicode":"1f468","unicode_alternates":"","name":"man","shortname":":man:","category":"people","emoji_order":"124","aliases":[],"aliases_ascii":[],"keywords":["people","men","sex","diversity","diversity","selfie","selfie","boys night","boys night"]},"woman":{"unicode":"1f469","unicode_alternates":"","name":"woman","shortname":":woman:","category":"people","emoji_order":"125","aliases":[],"aliases_ascii":[],"keywords":["people","women","sex","diversity","diversity","feminist","feminist","selfie","selfie","girls night","girls night"]},"person_with_blond_hair":{"unicode":"1f471","unicode_alternates":"","name":"person with blond hair","shortname":":person_with_blond_hair:","category":"people","emoji_order":"126","aliases":[],"aliases_ascii":[],"keywords":["people","men","diversity","diversity"]},"older_man":{"unicode":"1f474","unicode_alternates":"","name":"older man","shortname":":older_man:","category":"people","emoji_order":"127","aliases":[],"aliases_ascii":[],"keywords":["people","men","old people","diversity","diversity"]},"older_woman":{"unicode":"1f475","unicode_alternates":"","name":"older woman","shortname":":older_woman:","category":"people","emoji_order":"128","aliases":[":grandma:"],"aliases_ascii":[],"keywords":["people","old people","diversity","diversity"]},"man_with_gua_pi_mao":{"unicode":"1f472","unicode_alternates":"","name":"man with gua pi mao","shortname":":man_with_gua_pi_mao:","category":"people","emoji_order":"129","aliases":[],"aliases_ascii":[],"keywords":["people","hat","men","diversity","diversity"]},"man_with_turban":{"unicode":"1f473","unicode_alternates":"","name":"man with turban","shortname":":man_with_turban:","category":"people","emoji_order":"130","aliases":[],"aliases_ascii":[],"keywords":["people","hat","diversity","diversity"]},"cop":{"unicode":"1f46e","unicode_alternates":"","name":"police officer","shortname":":cop:","category":"people","emoji_order":"131","aliases":[],"aliases_ascii":[],"keywords":["people","hat","men","diversity","diversity","job","job","police","police","911","911"]},"construction_worker":{"unicode":"1f477","unicode_alternates":"","name":"construction worker","shortname":":construction_worker:","category":"people","emoji_order":"132","aliases":[],"aliases_ascii":[],"keywords":["people","hat","men","diversity","diversity","job","job"]},"guardsman":{"unicode":"1f482","unicode_alternates":"","name":"guardsman","shortname":":guardsman:","category":"people","emoji_order":"133","aliases":[],"aliases_ascii":[],"keywords":["people","hat","men","diversity","diversity","job","job"]},"spy":{"unicode":"1f575","unicode_alternates":"1f575-fe0f","name":"sleuth or spy","shortname":":spy:","category":"people","emoji_order":"134","aliases":[":sleuth_or_spy:"],"aliases_ascii":[],"keywords":["people","hat","men","glasses","diversity","diversity","job","job"]},"santa":{"unicode":"1f385","unicode_alternates":"","name":"father christmas","shortname":":santa:","category":"people","emoji_order":"135","aliases":[],"aliases_ascii":[],"keywords":["people","hat","winter","holidays","christmas","diversity","diversity","santa","santa"]},"angel":{"unicode":"1f47c","unicode_alternates":"","name":"baby angel","shortname":":angel:","category":"people","emoji_order":"136","aliases":[],"aliases_ascii":[],"keywords":["people","diversity","diversity","omg","omg"]},"princess":{"unicode":"1f478","unicode_alternates":"","name":"princess","shortname":":princess:","category":"people","emoji_order":"137","aliases":[],"aliases_ascii":[],"keywords":["people","women","diversity","diversity","beautiful","beautiful","girls night","girls night"]},"bride_with_veil":{"unicode":"1f470","unicode_alternates":"","name":"bride with veil","shortname":":bride_with_veil:","category":"people","emoji_order":"138","aliases":[],"aliases_ascii":[],"keywords":["people","wedding","women","diversity","diversity"]},"walking":{"unicode":"1f6b6","unicode_alternates":"","name":"pedestrian","shortname":":walking:","category":"people","emoji_order":"139","aliases":[],"aliases_ascii":[],"keywords":["people","men","diversity","diversity"]},"runner":{"unicode":"1f3c3","unicode_alternates":"","name":"runner","shortname":":runner:","category":"people","emoji_order":"140","aliases":[],"aliases_ascii":[],"keywords":["people","men","diversity","diversity","boys night","boys night","run","run"]},"dancer":{"unicode":"1f483","unicode_alternates":"","name":"dancer","shortname":":dancer:","category":"people","emoji_order":"141","aliases":[],"aliases_ascii":[],"keywords":["people","women","sexy","diversity","diversity","girls night","girls night","dance","dance"]},"dancers":{"unicode":"1f46f","unicode_alternates":"","name":"woman with bunny ears","shortname":":dancers:","category":"people","emoji_order":"142","aliases":[],"aliases_ascii":[],"keywords":["people","women","sexy","girls night","girls night","boys night","boys night","parties","parties","dance","dance"]},"couple":{"unicode":"1f46b","unicode_alternates":"","name":"man and woman holding hands","shortname":":couple:","category":"people","emoji_order":"143","aliases":[],"aliases_ascii":[],"keywords":["people","sex","creationism","creationism"]},"two_men_holding_hands":{"unicode":"1f46c","unicode_alternates":"","name":"two men holding hands","shortname":":two_men_holding_hands:","category":"people","emoji_order":"144","aliases":[],"aliases_ascii":[],"keywords":["people","gay","men","sex","lgbt","lgbt"]},"two_women_holding_hands":{"unicode":"1f46d","unicode_alternates":"","name":"two women holding hands","shortname":":two_women_holding_hands:","category":"people","emoji_order":"145","aliases":[],"aliases_ascii":[],"keywords":["people","women","sex","lgbt","lgbt","lesbian","lesbian","girls night","girls night"]},"bow":{"unicode":"1f647","unicode_alternates":"","name":"person bowing deeply","shortname":":bow:","category":"people","emoji_order":"146","aliases":[],"aliases_ascii":[],"keywords":["people","pray","pray","diversity","diversity"]},"information_desk_person":{"unicode":"1f481","unicode_alternates":"","name":"information desk person","shortname":":information_desk_person:","category":"people","emoji_order":"147","aliases":[],"aliases_ascii":[],"keywords":["people","women","diversity","diversity"]},"no_good":{"unicode":"1f645","unicode_alternates":"","name":"face with no good gesture","shortname":":no_good:","category":"people","emoji_order":"148","aliases":[],"aliases_ascii":[],"keywords":["people","women","diversity","diversity","girls night","girls night"]},"ok_woman":{"unicode":"1f646","unicode_alternates":"","name":"face with ok gesture","shortname":":ok_woman:","category":"people","emoji_order":"149","aliases":[],"aliases_ascii":["*\\0\/*","\\0\/","*\\O\/*","\\O\/"],"keywords":["people","women","diversity","diversity"]},"raising_hand":{"unicode":"1f64b","unicode_alternates":"","name":"happy person raising one hand","shortname":":raising_hand:","category":"people","emoji_order":"150","aliases":[],"aliases_ascii":[],"keywords":["people","women","diversity","diversity"]},"person_with_pouting_face":{"unicode":"1f64e","unicode_alternates":"","name":"person with pouting face","shortname":":person_with_pouting_face:","category":"people","emoji_order":"151","aliases":[],"aliases_ascii":[],"keywords":["people","women","diversity","diversity"]},"person_frowning":{"unicode":"1f64d","unicode_alternates":"","name":"person frowning","shortname":":person_frowning:","category":"people","emoji_order":"152","aliases":[],"aliases_ascii":[],"keywords":["people","women","diversity","diversity"]},"haircut":{"unicode":"1f487","unicode_alternates":"","name":"haircut","shortname":":haircut:","category":"people","emoji_order":"153","aliases":[],"aliases_ascii":[],"keywords":["people","women","diversity","diversity"]},"massage":{"unicode":"1f486","unicode_alternates":"","name":"face massage","shortname":":massage:","category":"people","emoji_order":"154","aliases":[],"aliases_ascii":[],"keywords":["people","women","diversity","diversity"]},"couple_with_heart":{"unicode":"1f491","unicode_alternates":"","name":"couple with heart","shortname":":couple_with_heart:","category":"people","emoji_order":"155","aliases":[],"aliases_ascii":[],"keywords":["people","love","sex"]},"couple_ww":{"unicode":"1f469-2764-1f469","unicode_alternates":"1f469-200d-2764-fe0f-200d-1f469","name":"couple (woman,woman)","shortname":":couple_ww:","category":"people","emoji_order":"156","aliases":[":couple_with_heart_ww:"],"aliases_ascii":[],"keywords":["people","women","love","sex","lgbt","lgbt"]},"couple_mm":{"unicode":"1f468-2764-1f468","unicode_alternates":"1f468-200d-2764-fe0f-200d-1f468","name":"couple (man,man)","shortname":":couple_mm:","category":"people","emoji_order":"157","aliases":[":couple_with_heart_mm:"],"aliases_ascii":[],"keywords":["people","gay","men","love","sex","lgbt","lgbt"]},"couplekiss":{"unicode":"1f48f","unicode_alternates":"","name":"kiss","shortname":":couplekiss:","category":"people","emoji_order":"158","aliases":[],"aliases_ascii":[],"keywords":["people","love","sex"]},"kiss_ww":{"unicode":"1f469-2764-1f48b-1f469","unicode_alternates":"1f469-200d-2764-fe0f-200d-1f48b-200d-1f469","name":"kiss (woman,woman)","shortname":":kiss_ww:","category":"people","emoji_order":"159","aliases":[":couplekiss_ww:"],"aliases_ascii":[],"keywords":["people","women","love","sex","lgbt","lgbt","lesbian","lesbian"]},"kiss_mm":{"unicode":"1f468-2764-1f48b-1f468","unicode_alternates":"1f468-200d-2764-fe0f-200d-1f48b-200d-1f468","name":"kiss (man,man)","shortname":":kiss_mm:","category":"people","emoji_order":"160","aliases":[":couplekiss_mm:"],"aliases_ascii":[],"keywords":["people","gay","men","love","sex","lgbt","lgbt"]},"family":{"unicode":"1f46a","unicode_alternates":"","name":"family","shortname":":family:","category":"people","emoji_order":"161","aliases":[],"aliases_ascii":[],"keywords":["people","family","baby"]},"family_mwg":{"unicode":"1f468-1f469-1f467","unicode_alternates":"1f468-200d-1f469-200d-1f467","name":"family (man,woman,girl)","shortname":":family_mwg:","category":"people","emoji_order":"162","aliases":[],"aliases_ascii":[],"keywords":["people","family","baby"]},"family_mwgb":{"unicode":"1f468-1f469-1f467-1f466","unicode_alternates":"1f468-200d-1f469-200d-1f467-200d-1f466","name":"family (man,woman,girl,boy)","shortname":":family_mwgb:","category":"people","emoji_order":"163","aliases":[],"aliases_ascii":[],"keywords":["people","family","baby"]},"family_mwbb":{"unicode":"1f468-1f469-1f466-1f466","unicode_alternates":"1f468-200d-1f469-200d-1f466-200d-1f466","name":"family (man,woman,boy,boy)","shortname":":family_mwbb:","category":"people","emoji_order":"164","aliases":[],"aliases_ascii":[],"keywords":["people","family","baby"]},"family_mwgg":{"unicode":"1f468-1f469-1f467-1f467","unicode_alternates":"1f468-200d-1f469-200d-1f467-200d-1f467","name":"family (man,woman,girl,girl)","shortname":":family_mwgg:","category":"people","emoji_order":"165","aliases":[],"aliases_ascii":[],"keywords":["people","family","baby"]},"family_wwb":{"unicode":"1f469-1f469-1f466","unicode_alternates":"1f469-200d-1f469-200d-1f466","name":"family (woman,woman,boy)","shortname":":family_wwb:","category":"people","emoji_order":"166","aliases":[],"aliases_ascii":[],"keywords":["people","family","women","baby","lgbt","lgbt","lesbian","lesbian"]},"family_wwg":{"unicode":"1f469-1f469-1f467","unicode_alternates":"1f469-200d-1f469-200d-1f467","name":"family (woman,woman,girl)","shortname":":family_wwg:","category":"people","emoji_order":"167","aliases":[],"aliases_ascii":[],"keywords":["people","family","women","baby","lgbt","lgbt","lesbian","lesbian"]},"family_wwgb":{"unicode":"1f469-1f469-1f467-1f466","unicode_alternates":"1f469-200d-1f469-200d-1f467-200d-1f466","name":"family (woman,woman,girl,boy)","shortname":":family_wwgb:","category":"people","emoji_order":"168","aliases":[],"aliases_ascii":[],"keywords":["people","family","women","baby","lgbt","lgbt","lesbian","lesbian"]},"family_wwbb":{"unicode":"1f469-1f469-1f466-1f466","unicode_alternates":"1f469-200d-1f469-200d-1f466-200d-1f466","name":"family (woman,woman,boy,boy)","shortname":":family_wwbb:","category":"people","emoji_order":"169","aliases":[],"aliases_ascii":[],"keywords":["people","family","women","baby","lgbt","lgbt","lesbian","lesbian"]},"family_wwgg":{"unicode":"1f469-1f469-1f467-1f467","unicode_alternates":"1f469-200d-1f469-200d-1f467-200d-1f467","name":"family (woman,woman,girl,girl)","shortname":":family_wwgg:","category":"people","emoji_order":"170","aliases":[],"aliases_ascii":[],"keywords":["people","family","women","baby","lgbt","lgbt","lesbian","lesbian"]},"family_mmb":{"unicode":"1f468-1f468-1f466","unicode_alternates":"1f468-200d-1f468-200d-1f466","name":"family (man,man,boy)","shortname":":family_mmb:","category":"people","emoji_order":"171","aliases":[],"aliases_ascii":[],"keywords":["people","gay","family","men","baby","lgbt","lgbt"]},"family_mmg":{"unicode":"1f468-1f468-1f467","unicode_alternates":"1f468-200d-1f468-200d-1f467","name":"family (man,man,girl)","shortname":":family_mmg:","category":"people","emoji_order":"172","aliases":[],"aliases_ascii":[],"keywords":["people","gay","family","men","baby","lgbt","lgbt"]},"family_mmgb":{"unicode":"1f468-1f468-1f467-1f466","unicode_alternates":"1f468-200d-1f468-200d-1f467-200d-1f466","name":"family (man,man,girl,boy)","shortname":":family_mmgb:","category":"people","emoji_order":"173","aliases":[],"aliases_ascii":[],"keywords":["people","gay","family","men","baby","lgbt","lgbt"]},"family_mmbb":{"unicode":"1f468-1f468-1f466-1f466","unicode_alternates":"1f468-200d-1f468-200d-1f466-200d-1f466","name":"family (man,man,boy,boy)","shortname":":family_mmbb:","category":"people","emoji_order":"174","aliases":[],"aliases_ascii":[],"keywords":["people","gay","family","men","baby","lgbt","lgbt"]},"family_mmgg":{"unicode":"1f468-1f468-1f467-1f467","unicode_alternates":"1f468-200d-1f468-200d-1f467-200d-1f467","name":"family (man,man,girl,girl)","shortname":":family_mmgg:","category":"people","emoji_order":"175","aliases":[],"aliases_ascii":[],"keywords":["people","gay","family","men","baby","lgbt","lgbt"]},"womans_clothes":{"unicode":"1f45a","unicode_alternates":"","name":"womans clothes","shortname":":womans_clothes:","category":"people","emoji_order":"176","aliases":[],"aliases_ascii":[],"keywords":["women","fashion"]},"shirt":{"unicode":"1f455","unicode_alternates":"","name":"t-shirt","shortname":":shirt:","category":"people","emoji_order":"177","aliases":[],"aliases_ascii":[],"keywords":["fashion"]},"jeans":{"unicode":"1f456","unicode_alternates":"","name":"jeans","shortname":":jeans:","category":"people","emoji_order":"178","aliases":[],"aliases_ascii":[],"keywords":["fashion"]},"necktie":{"unicode":"1f454","unicode_alternates":"","name":"necktie","shortname":":necktie:","category":"people","emoji_order":"179","aliases":[],"aliases_ascii":[],"keywords":["fashion"]},"dress":{"unicode":"1f457","unicode_alternates":"","name":"dress","shortname":":dress:","category":"people","emoji_order":"180","aliases":[],"aliases_ascii":[],"keywords":["women","fashion","sexy","girls night","girls night"]},"bikini":{"unicode":"1f459","unicode_alternates":"","name":"bikini","shortname":":bikini:","category":"people","emoji_order":"181","aliases":[],"aliases_ascii":[],"keywords":["women","fashion","sexy","vacation","tropical","swim"]},"kimono":{"unicode":"1f458","unicode_alternates":"","name":"kimono","shortname":":kimono:","category":"people","emoji_order":"182","aliases":[],"aliases_ascii":[],"keywords":["fashion"]},"lipstick":{"unicode":"1f484","unicode_alternates":"","name":"lipstick","shortname":":lipstick:","category":"people","emoji_order":"183","aliases":[],"aliases_ascii":[],"keywords":["object","women","fashion","sexy","lip"]},"kiss":{"unicode":"1f48b","unicode_alternates":"","name":"kiss mark","shortname":":kiss:","category":"people","emoji_order":"184","aliases":[],"aliases_ascii":[],"keywords":["women","love","sexy","lip","beautiful","beautiful","girls night","girls night"]},"footprints":{"unicode":"1f463","unicode_alternates":"","name":"footprints","shortname":":footprints:","category":"people","emoji_order":"185","aliases":[],"aliases_ascii":[],"keywords":[]},"high_heel":{"unicode":"1f460","unicode_alternates":"","name":"high-heeled shoe","shortname":":high_heel:","category":"people","emoji_order":"186","aliases":[],"aliases_ascii":[],"keywords":["women","fashion","shoe","sexy","accessories","girls night","girls night"]},"sandal":{"unicode":"1f461","unicode_alternates":"","name":"womans sandal","shortname":":sandal:","category":"people","emoji_order":"187","aliases":[],"aliases_ascii":[],"keywords":["fashion","shoe","accessories"]},"boot":{"unicode":"1f462","unicode_alternates":"","name":"womans boots","shortname":":boot:","category":"people","emoji_order":"188","aliases":[],"aliases_ascii":[],"keywords":["women","fashion","shoe","sexy","accessories"]},"mans_shoe":{"unicode":"1f45e","unicode_alternates":"","name":"mans shoe","shortname":":mans_shoe:","category":"people","emoji_order":"189","aliases":[],"aliases_ascii":[],"keywords":["fashion","shoe","accessories"]},"athletic_shoe":{"unicode":"1f45f","unicode_alternates":"","name":"athletic shoe","shortname":":athletic_shoe:","category":"people","emoji_order":"190","aliases":[],"aliases_ascii":[],"keywords":["fashion","shoe","accessories","boys night","boys night"]},"womans_hat":{"unicode":"1f452","unicode_alternates":"","name":"womans hat","shortname":":womans_hat:","category":"people","emoji_order":"191","aliases":[],"aliases_ascii":[],"keywords":["women","fashion","accessories"]},"tophat":{"unicode":"1f3a9","unicode_alternates":"","name":"top hat","shortname":":tophat:","category":"people","emoji_order":"192","aliases":[],"aliases_ascii":[],"keywords":["hat","fashion","accessories"]},"helmet_with_cross":{"unicode":"26d1","unicode_alternates":"26d1-fe0f","name":"helmet with white cross","shortname":":helmet_with_cross:","category":"people","emoji_order":"193","aliases":[":helmet_with_white_cross:"],"aliases_ascii":[],"keywords":["object","hat","accessories","job","job"]},"mortar_board":{"unicode":"1f393","unicode_alternates":"","name":"graduation cap","shortname":":mortar_board:","category":"people","emoji_order":"194","aliases":[],"aliases_ascii":[],"keywords":["hat","office","accessories"]},"crown":{"unicode":"1f451","unicode_alternates":"","name":"crown","shortname":":crown:","category":"people","emoji_order":"195","aliases":[],"aliases_ascii":[],"keywords":["object","gem","accessories"]},"school_satchel":{"unicode":"1f392","unicode_alternates":"","name":"school satchel","shortname":":school_satchel:","category":"people","emoji_order":"196","aliases":[],"aliases_ascii":[],"keywords":["bag","fashion","office","vacation","accessories"]},"pouch":{"unicode":"1f45d","unicode_alternates":"","name":"pouch","shortname":":pouch:","category":"people","emoji_order":"197","aliases":[],"aliases_ascii":[],"keywords":["bag","women","fashion","accessories"]},"purse":{"unicode":"1f45b","unicode_alternates":"","name":"purse","shortname":":purse:","category":"people","emoji_order":"198","aliases":[],"aliases_ascii":[],"keywords":["bag","women","fashion","accessories","money","money"]},"handbag":{"unicode":"1f45c","unicode_alternates":"","name":"handbag","shortname":":handbag:","category":"people","emoji_order":"199","aliases":[],"aliases_ascii":[],"keywords":["bag","women","fashion","vacation","accessories"]},"briefcase":{"unicode":"1f4bc","unicode_alternates":"","name":"briefcase","shortname":":briefcase:","category":"people","emoji_order":"200","aliases":[],"aliases_ascii":[],"keywords":["bag","work","accessories","nutcase","nutcase","job","job"]},"eyeglasses":{"unicode":"1f453","unicode_alternates":"","name":"eyeglasses","shortname":":eyeglasses:","category":"people","emoji_order":"201","aliases":[],"aliases_ascii":[],"keywords":["fashion","glasses","accessories"]},"dark_sunglasses":{"unicode":"1f576","unicode_alternates":"1f576-fe0f","name":"dark sunglasses","shortname":":dark_sunglasses:","category":"people","emoji_order":"202","aliases":[],"aliases_ascii":[],"keywords":["fashion","glasses","accessories"]},"ring":{"unicode":"1f48d","unicode_alternates":"","name":"ring","shortname":":ring:","category":"people","emoji_order":"203","aliases":[],"aliases_ascii":[],"keywords":["wedding","object","fashion","gem","accessories"]},"closed_umbrella":{"unicode":"1f302","unicode_alternates":"","name":"closed umbrella","shortname":":closed_umbrella:","category":"people","emoji_order":"204","aliases":[],"aliases_ascii":[],"keywords":["object","sky","rain","accessories"]},"dog":{"unicode":"1f436","unicode_alternates":"","name":"dog face","shortname":":dog:","category":"nature","emoji_order":"205","aliases":[],"aliases_ascii":[],"keywords":["dog","dog","pug","pug","animal","animal"]},"cat":{"unicode":"1f431","unicode_alternates":"","name":"cat face","shortname":":cat:","category":"nature","emoji_order":"206","aliases":[],"aliases_ascii":[],"keywords":["halloween","vagina","cat","cat","animal","animal"]},"mouse":{"unicode":"1f42d","unicode_alternates":"","name":"mouse face","shortname":":mouse:","category":"nature","emoji_order":"207","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"hamster":{"unicode":"1f439","unicode_alternates":"","name":"hamster face","shortname":":hamster:","category":"nature","emoji_order":"208","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"rabbit":{"unicode":"1f430","unicode_alternates":"","name":"rabbit face","shortname":":rabbit:","category":"nature","emoji_order":"209","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"bear":{"unicode":"1f43b","unicode_alternates":"","name":"bear face","shortname":":bear:","category":"nature","emoji_order":"210","aliases":[],"aliases_ascii":[],"keywords":["wildlife","roar","animal","animal"]},"panda_face":{"unicode":"1f43c","unicode_alternates":"","name":"panda face","shortname":":panda_face:","category":"nature","emoji_order":"211","aliases":[],"aliases_ascii":[],"keywords":["wildlife","roar","animal","animal"]},"koala":{"unicode":"1f428","unicode_alternates":"","name":"koala","shortname":":koala:","category":"nature","emoji_order":"212","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"tiger":{"unicode":"1f42f","unicode_alternates":"","name":"tiger face","shortname":":tiger:","category":"nature","emoji_order":"213","aliases":[],"aliases_ascii":[],"keywords":["wildlife","roar","cat","cat","animal","animal"]},"lion_face":{"unicode":"1f981","unicode_alternates":"","name":"lion face","shortname":":lion_face:","category":"nature","emoji_order":"214","aliases":[":lion:"],"aliases_ascii":[],"keywords":["wildlife","roar","cat","cat","animal","animal"]},"cow":{"unicode":"1f42e","unicode_alternates":"","name":"cow face","shortname":":cow:","category":"nature","emoji_order":"215","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"pig":{"unicode":"1f437","unicode_alternates":"","name":"pig face","shortname":":pig:","category":"nature","emoji_order":"216","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"pig_nose":{"unicode":"1f43d","unicode_alternates":"","name":"pig nose","shortname":":pig_nose:","category":"nature","emoji_order":"217","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"frog":{"unicode":"1f438","unicode_alternates":"","name":"frog face","shortname":":frog:","category":"nature","emoji_order":"218","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"octopus":{"unicode":"1f419","unicode_alternates":"","name":"octopus","shortname":":octopus:","category":"nature","emoji_order":"219","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"monkey_face":{"unicode":"1f435","unicode_alternates":"","name":"monkey face","shortname":":monkey_face:","category":"nature","emoji_order":"220","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"see_no_evil":{"unicode":"1f648","unicode_alternates":"","name":"see-no-evil monkey","shortname":":see_no_evil:","category":"nature","emoji_order":"221","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"hear_no_evil":{"unicode":"1f649","unicode_alternates":"","name":"hear-no-evil monkey","shortname":":hear_no_evil:","category":"nature","emoji_order":"222","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"speak_no_evil":{"unicode":"1f64a","unicode_alternates":"","name":"speak-no-evil monkey","shortname":":speak_no_evil:","category":"nature","emoji_order":"223","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"monkey":{"unicode":"1f412","unicode_alternates":"","name":"monkey","shortname":":monkey:","category":"nature","emoji_order":"224","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"chicken":{"unicode":"1f414","unicode_alternates":"","name":"chicken","shortname":":chicken:","category":"nature","emoji_order":"225","aliases":[],"aliases_ascii":[],"keywords":["animal","animal","chicken","chicken"]},"penguin":{"unicode":"1f427","unicode_alternates":"","name":"penguin","shortname":":penguin:","category":"nature","emoji_order":"226","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"bird":{"unicode":"1f426","unicode_alternates":"","name":"bird","shortname":":bird:","category":"nature","emoji_order":"227","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"baby_chick":{"unicode":"1f424","unicode_alternates":"","name":"baby chick","shortname":":baby_chick:","category":"nature","emoji_order":"228","aliases":[],"aliases_ascii":[],"keywords":["animal","animal","chicken","chicken"]},"hatching_chick":{"unicode":"1f423","unicode_alternates":"","name":"hatching chick","shortname":":hatching_chick:","category":"nature","emoji_order":"229","aliases":[],"aliases_ascii":[],"keywords":["animal","animal","chicken","chicken"]},"hatched_chick":{"unicode":"1f425","unicode_alternates":"","name":"front-facing baby chick","shortname":":hatched_chick:","category":"nature","emoji_order":"230","aliases":[],"aliases_ascii":[],"keywords":["animal","animal","chicken","chicken"]},"wolf":{"unicode":"1f43a","unicode_alternates":"","name":"wolf face","shortname":":wolf:","category":"nature","emoji_order":"231","aliases":[],"aliases_ascii":[],"keywords":["wildlife","roar","animal","animal"]},"boar":{"unicode":"1f417","unicode_alternates":"","name":"boar","shortname":":boar:","category":"nature","emoji_order":"232","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"horse":{"unicode":"1f434","unicode_alternates":"","name":"horse face","shortname":":horse:","category":"nature","emoji_order":"233","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"unicorn":{"unicode":"1f984","unicode_alternates":"","name":"unicorn face","shortname":":unicorn:","category":"nature","emoji_order":"234","aliases":[":unicorn_face:"],"aliases_ascii":[],"keywords":["animal","animal"]},"bee":{"unicode":"1f41d","unicode_alternates":"","name":"honeybee","shortname":":bee:","category":"nature","emoji_order":"235","aliases":[],"aliases_ascii":[],"keywords":["insects","animal","animal"]},"bug":{"unicode":"1f41b","unicode_alternates":"","name":"bug","shortname":":bug:","category":"nature","emoji_order":"236","aliases":[],"aliases_ascii":[],"keywords":["insects","animal","animal"]},"snail":{"unicode":"1f40c","unicode_alternates":"","name":"snail","shortname":":snail:","category":"nature","emoji_order":"237","aliases":[],"aliases_ascii":[],"keywords":["insects","animal","animal"]},"beetle":{"unicode":"1f41e","unicode_alternates":"","name":"lady beetle","shortname":":beetle:","category":"nature","emoji_order":"238","aliases":[],"aliases_ascii":[],"keywords":["insects","animal","animal"]},"ant":{"unicode":"1f41c","unicode_alternates":"","name":"ant","shortname":":ant:","category":"nature","emoji_order":"239","aliases":[],"aliases_ascii":[],"keywords":["insects","animal","animal"]},"spider":{"unicode":"1f577","unicode_alternates":"1f577-fe0f","name":"spider","shortname":":spider:","category":"nature","emoji_order":"240","aliases":[],"aliases_ascii":[],"keywords":["insects","halloween","animal","animal"]},"scorpion":{"unicode":"1f982","unicode_alternates":"","name":"scorpion","shortname":":scorpion:","category":"nature","emoji_order":"241","aliases":[],"aliases_ascii":[],"keywords":["insects","reptile","reptile","animal","animal"]},"crab":{"unicode":"1f980","unicode_alternates":"","name":"crab","shortname":":crab:","category":"nature","emoji_order":"242","aliases":[],"aliases_ascii":[],"keywords":["tropical","animal","animal"]},"snake":{"unicode":"1f40d","unicode_alternates":"","name":"snake","shortname":":snake:","category":"nature","emoji_order":"243","aliases":[],"aliases_ascii":[],"keywords":["wildlife","reptile","reptile","animal","animal","creationism","creationism"]},"turtle":{"unicode":"1f422","unicode_alternates":"","name":"turtle","shortname":":turtle:","category":"nature","emoji_order":"244","aliases":[],"aliases_ascii":[],"keywords":["wildlife","reptile","reptile","animal","animal"]},"tropical_fish":{"unicode":"1f420","unicode_alternates":"","name":"tropical fish","shortname":":tropical_fish:","category":"nature","emoji_order":"245","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"fish":{"unicode":"1f41f","unicode_alternates":"","name":"fish","shortname":":fish:","category":"nature","emoji_order":"246","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"blowfish":{"unicode":"1f421","unicode_alternates":"","name":"blowfish","shortname":":blowfish:","category":"nature","emoji_order":"247","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"dolphin":{"unicode":"1f42c","unicode_alternates":"","name":"dolphin","shortname":":dolphin:","category":"nature","emoji_order":"248","aliases":[],"aliases_ascii":[],"keywords":["wildlife","tropical","animal","animal"]},"whale":{"unicode":"1f433","unicode_alternates":"","name":"spouting whale","shortname":":whale:","category":"nature","emoji_order":"249","aliases":[],"aliases_ascii":[],"keywords":["wildlife","tropical","whales","whales","animal","animal"]},"whale2":{"unicode":"1f40b","unicode_alternates":"","name":"whale","shortname":":whale2:","category":"nature","emoji_order":"250","aliases":[],"aliases_ascii":[],"keywords":["wildlife","tropical","whales","whales","animal","animal"]},"crocodile":{"unicode":"1f40a","unicode_alternates":"","name":"crocodile","shortname":":crocodile:","category":"nature","emoji_order":"251","aliases":[],"aliases_ascii":[],"keywords":["wildlife","reptile","reptile","animal","animal"]},"leopard":{"unicode":"1f406","unicode_alternates":"","name":"leopard","shortname":":leopard:","category":"nature","emoji_order":"252","aliases":[],"aliases_ascii":[],"keywords":["wildlife","roar","animal","animal"]},"tiger2":{"unicode":"1f405","unicode_alternates":"","name":"tiger","shortname":":tiger2:","category":"nature","emoji_order":"253","aliases":[],"aliases_ascii":[],"keywords":["wildlife","roar","animal","animal"]},"water_buffalo":{"unicode":"1f403","unicode_alternates":"","name":"water buffalo","shortname":":water_buffalo:","category":"nature","emoji_order":"254","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"ox":{"unicode":"1f402","unicode_alternates":"","name":"ox","shortname":":ox:","category":"nature","emoji_order":"255","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"cow2":{"unicode":"1f404","unicode_alternates":"","name":"cow","shortname":":cow2:","category":"nature","emoji_order":"256","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"dromedary_camel":{"unicode":"1f42a","unicode_alternates":"","name":"dromedary camel","shortname":":dromedary_camel:","category":"nature","emoji_order":"257","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"camel":{"unicode":"1f42b","unicode_alternates":"","name":"bactrian camel","shortname":":camel:","category":"nature","emoji_order":"258","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal","hump day","hump day"]},"elephant":{"unicode":"1f418","unicode_alternates":"","name":"elephant","shortname":":elephant:","category":"nature","emoji_order":"259","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"goat":{"unicode":"1f410","unicode_alternates":"","name":"goat","shortname":":goat:","category":"nature","emoji_order":"260","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"ram":{"unicode":"1f40f","unicode_alternates":"","name":"ram","shortname":":ram:","category":"nature","emoji_order":"261","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"sheep":{"unicode":"1f411","unicode_alternates":"","name":"sheep","shortname":":sheep:","category":"nature","emoji_order":"262","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"racehorse":{"unicode":"1f40e","unicode_alternates":"","name":"horse","shortname":":racehorse:","category":"nature","emoji_order":"263","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"pig2":{"unicode":"1f416","unicode_alternates":"","name":"pig","shortname":":pig2:","category":"nature","emoji_order":"264","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"rat":{"unicode":"1f400","unicode_alternates":"","name":"rat","shortname":":rat:","category":"nature","emoji_order":"265","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"mouse2":{"unicode":"1f401","unicode_alternates":"","name":"mouse","shortname":":mouse2:","category":"nature","emoji_order":"266","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"rooster":{"unicode":"1f413","unicode_alternates":"","name":"rooster","shortname":":rooster:","category":"nature","emoji_order":"267","aliases":[],"aliases_ascii":[],"keywords":["animal","animal"]},"turkey":{"unicode":"1f983","unicode_alternates":"","name":"turkey","shortname":":turkey:","category":"nature","emoji_order":"268","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"dove":{"unicode":"1f54a","unicode_alternates":"1f54a-fe0f","name":"dove of peace","shortname":":dove:","category":"nature","emoji_order":"269","aliases":[":dove_of_peace:"],"aliases_ascii":[],"keywords":["animal","animal"]},"dog2":{"unicode":"1f415","unicode_alternates":"","name":"dog","shortname":":dog2:","category":"nature","emoji_order":"270","aliases":[],"aliases_ascii":[],"keywords":["dog","dog","pug","pug","animal","animal"]},"poodle":{"unicode":"1f429","unicode_alternates":"","name":"poodle","shortname":":poodle:","category":"nature","emoji_order":"271","aliases":[],"aliases_ascii":[],"keywords":["dog","dog","animal","animal"]},"cat2":{"unicode":"1f408","unicode_alternates":"","name":"cat","shortname":":cat2:","category":"nature","emoji_order":"272","aliases":[],"aliases_ascii":[],"keywords":["halloween","cat","cat","animal","animal"]},"rabbit2":{"unicode":"1f407","unicode_alternates":"","name":"rabbit","shortname":":rabbit2:","category":"nature","emoji_order":"273","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"chipmunk":{"unicode":"1f43f","unicode_alternates":"1f43f-fe0f","name":"chipmunk","shortname":":chipmunk:","category":"nature","emoji_order":"274","aliases":[],"aliases_ascii":[],"keywords":["wildlife","animal","animal"]},"feet":{"unicode":"1f43e","unicode_alternates":"","name":"paw prints","shortname":":feet:","category":"nature","emoji_order":"275","aliases":[":paw_prints:"],"aliases_ascii":[],"keywords":["animal","animal"]},"dragon":{"unicode":"1f409","unicode_alternates":"","name":"dragon","shortname":":dragon:","category":"nature","emoji_order":"276","aliases":[],"aliases_ascii":[],"keywords":["roar","reptile","reptile","animal","animal"]},"dragon_face":{"unicode":"1f432","unicode_alternates":"","name":"dragon face","shortname":":dragon_face:","category":"nature","emoji_order":"277","aliases":[],"aliases_ascii":[],"keywords":["roar","monster","reptile","reptile","animal","animal"]},"cactus":{"unicode":"1f335","unicode_alternates":"","name":"cactus","shortname":":cactus:","category":"nature","emoji_order":"278","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","trees","trees"]},"christmas_tree":{"unicode":"1f384","unicode_alternates":"","name":"christmas tree","shortname":":christmas_tree:","category":"nature","emoji_order":"279","aliases":[],"aliases_ascii":[],"keywords":["plant","holidays","christmas","trees","trees"]},"evergreen_tree":{"unicode":"1f332","unicode_alternates":"","name":"evergreen tree","shortname":":evergreen_tree:","category":"nature","emoji_order":"280","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","holidays","christmas","camp","trees","trees"]},"deciduous_tree":{"unicode":"1f333","unicode_alternates":"","name":"deciduous tree","shortname":":deciduous_tree:","category":"nature","emoji_order":"281","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","camp","trees","trees"]},"palm_tree":{"unicode":"1f334","unicode_alternates":"","name":"palm tree","shortname":":palm_tree:","category":"nature","emoji_order":"282","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","tropical","trees","trees"]},"seedling":{"unicode":"1f331","unicode_alternates":"","name":"seedling","shortname":":seedling:","category":"nature","emoji_order":"283","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","leaf","leaf"]},"herb":{"unicode":"1f33f","unicode_alternates":"","name":"herb","shortname":":herb:","category":"nature","emoji_order":"284","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","leaf","leaf"]},"shamrock":{"unicode":"2618","unicode_alternates":"2618-fe0f","name":"shamrock","shortname":":shamrock:","category":"nature","emoji_order":"285","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","luck","leaf","leaf"]},"four_leaf_clover":{"unicode":"1f340","unicode_alternates":"","name":"four leaf clover","shortname":":four_leaf_clover:","category":"nature","emoji_order":"286","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","luck","leaf","leaf","sol","sol"]},"bamboo":{"unicode":"1f38d","unicode_alternates":"","name":"pine decoration","shortname":":bamboo:","category":"nature","emoji_order":"287","aliases":[],"aliases_ascii":[],"keywords":["nature","plant"]},"tanabata_tree":{"unicode":"1f38b","unicode_alternates":"","name":"tanabata tree","shortname":":tanabata_tree:","category":"nature","emoji_order":"288","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","trees","trees"]},"leaves":{"unicode":"1f343","unicode_alternates":"","name":"leaf fluttering in wind","shortname":":leaves:","category":"nature","emoji_order":"289","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","leaf","leaf"]},"fallen_leaf":{"unicode":"1f342","unicode_alternates":"","name":"fallen leaf","shortname":":fallen_leaf:","category":"nature","emoji_order":"290","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","leaf","leaf"]},"maple_leaf":{"unicode":"1f341","unicode_alternates":"","name":"maple leaf","shortname":":maple_leaf:","category":"nature","emoji_order":"291","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","leaf","leaf"]},"ear_of_rice":{"unicode":"1f33e","unicode_alternates":"","name":"ear of rice","shortname":":ear_of_rice:","category":"nature","emoji_order":"292","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","leaf","leaf"]},"hibiscus":{"unicode":"1f33a","unicode_alternates":"","name":"hibiscus","shortname":":hibiscus:","category":"nature","emoji_order":"293","aliases":[],"aliases_ascii":[],"keywords":["nature","flower","plant","tropical"]},"sunflower":{"unicode":"1f33b","unicode_alternates":"","name":"sunflower","shortname":":sunflower:","category":"nature","emoji_order":"294","aliases":[],"aliases_ascii":[],"keywords":["nature","flower","plant"]},"rose":{"unicode":"1f339","unicode_alternates":"","name":"rose","shortname":":rose:","category":"nature","emoji_order":"295","aliases":[],"aliases_ascii":[],"keywords":["nature","flower","plant","rip","rip","condolence","condolence","beautiful","beautiful"]},"tulip":{"unicode":"1f337","unicode_alternates":"","name":"tulip","shortname":":tulip:","category":"nature","emoji_order":"296","aliases":[],"aliases_ascii":[],"keywords":["nature","flower","plant","vagina","girls night","girls night"]},"blossom":{"unicode":"1f33c","unicode_alternates":"","name":"blossom","shortname":":blossom:","category":"nature","emoji_order":"297","aliases":[],"aliases_ascii":[],"keywords":["nature","flower","plant"]},"cherry_blossom":{"unicode":"1f338","unicode_alternates":"","name":"cherry blossom","shortname":":cherry_blossom:","category":"nature","emoji_order":"298","aliases":[],"aliases_ascii":[],"keywords":["nature","flower","plant","tropical"]},"bouquet":{"unicode":"1f490","unicode_alternates":"","name":"bouquet","shortname":":bouquet:","category":"nature","emoji_order":"299","aliases":[],"aliases_ascii":[],"keywords":["nature","flower","plant","rip","rip","condolence","condolence"]},"mushroom":{"unicode":"1f344","unicode_alternates":"","name":"mushroom","shortname":":mushroom:","category":"nature","emoji_order":"300","aliases":[],"aliases_ascii":[],"keywords":["nature","plant","drugs","drugs"]},"chestnut":{"unicode":"1f330","unicode_alternates":"","name":"chestnut","shortname":":chestnut:","category":"nature","emoji_order":"301","aliases":[],"aliases_ascii":[],"keywords":["nature","plant"]},"jack_o_lantern":{"unicode":"1f383","unicode_alternates":"","name":"jack-o-lantern","shortname":":jack_o_lantern:","category":"nature","emoji_order":"302","aliases":[],"aliases_ascii":[],"keywords":["holidays","halloween"]},"shell":{"unicode":"1f41a","unicode_alternates":"","name":"spiral shell","shortname":":shell:","category":"nature","emoji_order":"303","aliases":[],"aliases_ascii":[],"keywords":[]},"spider_web":{"unicode":"1f578","unicode_alternates":"1f578-fe0f","name":"spider web","shortname":":spider_web:","category":"nature","emoji_order":"304","aliases":[],"aliases_ascii":[],"keywords":["halloween"]},"earth_americas":{"unicode":"1f30e","unicode_alternates":"","name":"earth globe americas","shortname":":earth_americas:","category":"nature","emoji_order":"305","aliases":[],"aliases_ascii":[],"keywords":["map","vacation","globe","globe"]},"earth_africa":{"unicode":"1f30d","unicode_alternates":"","name":"earth globe europe-africa","shortname":":earth_africa:","category":"nature","emoji_order":"306","aliases":[],"aliases_ascii":[],"keywords":["map","vacation","globe","globe"]},"earth_asia":{"unicode":"1f30f","unicode_alternates":"","name":"earth globe asia-australia","shortname":":earth_asia:","category":"nature","emoji_order":"307","aliases":[],"aliases_ascii":[],"keywords":["map","vacation","globe","globe"]},"full_moon":{"unicode":"1f315","unicode_alternates":"","name":"full moon symbol","shortname":":full_moon:","category":"nature","emoji_order":"308","aliases":[],"aliases_ascii":[],"keywords":["space","sky","moon","moon"]},"waning_gibbous_moon":{"unicode":"1f316","unicode_alternates":"","name":"waning gibbous moon symbol","shortname":":waning_gibbous_moon:","category":"nature","emoji_order":"309","aliases":[],"aliases_ascii":[],"keywords":["space","sky","moon","moon"]},"last_quarter_moon":{"unicode":"1f317","unicode_alternates":"","name":"last quarter moon symbol","shortname":":last_quarter_moon:","category":"nature","emoji_order":"310","aliases":[],"aliases_ascii":[],"keywords":["space","sky","moon","moon"]},"waning_crescent_moon":{"unicode":"1f318","unicode_alternates":"","name":"waning crescent moon symbol","shortname":":waning_crescent_moon:","category":"nature","emoji_order":"311","aliases":[],"aliases_ascii":[],"keywords":["space","sky","moon","moon"]},"new_moon":{"unicode":"1f311","unicode_alternates":"","name":"new moon symbol","shortname":":new_moon:","category":"nature","emoji_order":"312","aliases":[],"aliases_ascii":[],"keywords":["space","sky","moon","moon"]},"waxing_crescent_moon":{"unicode":"1f312","unicode_alternates":"","name":"waxing crescent moon symbol","shortname":":waxing_crescent_moon:","category":"nature","emoji_order":"313","aliases":[],"aliases_ascii":[],"keywords":["space","sky","moon","moon"]},"first_quarter_moon":{"unicode":"1f313","unicode_alternates":"","name":"first quarter moon symbol","shortname":":first_quarter_moon:","category":"nature","emoji_order":"314","aliases":[],"aliases_ascii":[],"keywords":["space","sky","moon","moon"]},"waxing_gibbous_moon":{"unicode":"1f314","unicode_alternates":"","name":"waxing gibbous moon symbol","shortname":":waxing_gibbous_moon:","category":"nature","emoji_order":"315","aliases":[],"aliases_ascii":[],"keywords":["space","sky","moon","moon"]},"new_moon_with_face":{"unicode":"1f31a","unicode_alternates":"","name":"new moon with face","shortname":":new_moon_with_face:","category":"nature","emoji_order":"316","aliases":[],"aliases_ascii":[],"keywords":["space","sky","goodnight","goodnight","moon","moon"]},"full_moon_with_face":{"unicode":"1f31d","unicode_alternates":"","name":"full moon with face","shortname":":full_moon_with_face:","category":"nature","emoji_order":"317","aliases":[],"aliases_ascii":[],"keywords":["space","sky","goodnight","goodnight","moon","moon"]},"first_quarter_moon_with_face":{"unicode":"1f31b","unicode_alternates":"","name":"first quarter moon with face","shortname":":first_quarter_moon_with_face:","category":"nature","emoji_order":"318","aliases":[],"aliases_ascii":[],"keywords":["space","sky","moon","moon"]},"last_quarter_moon_with_face":{"unicode":"1f31c","unicode_alternates":"","name":"last quarter moon with face","shortname":":last_quarter_moon_with_face:","category":"nature","emoji_order":"319","aliases":[],"aliases_ascii":[],"keywords":["space","sky","moon","moon"]},"sun_with_face":{"unicode":"1f31e","unicode_alternates":"","name":"sun with face","shortname":":sun_with_face:","category":"nature","emoji_order":"320","aliases":[],"aliases_ascii":[],"keywords":["sky","day","sun","hump day","hump day","morning","morning"]},"crescent_moon":{"unicode":"1f319","unicode_alternates":"","name":"crescent moon","shortname":":crescent_moon:","category":"nature","emoji_order":"321","aliases":[],"aliases_ascii":[],"keywords":["space","sky","goodnight","goodnight","moon","moon"]},"star":{"unicode":"2b50","unicode_alternates":"2b50-fe0f","name":"white medium star","shortname":":star:","category":"nature","emoji_order":"322","aliases":[],"aliases_ascii":[],"keywords":["space","sky","star"]},"star2":{"unicode":"1f31f","unicode_alternates":"","name":"glowing star","shortname":":star2:","category":"nature","emoji_order":"323","aliases":[],"aliases_ascii":[],"keywords":["space","sky","star"]},"dizzy":{"unicode":"1f4ab","unicode_alternates":"","name":"dizzy symbol","shortname":":dizzy:","category":"nature","emoji_order":"324","aliases":[],"aliases_ascii":[],"keywords":["star","symbol"]},"sparkles":{"unicode":"2728","unicode_alternates":"","name":"sparkles","shortname":":sparkles:","category":"nature","emoji_order":"325","aliases":[],"aliases_ascii":[],"keywords":["star","girls night","girls night"]},"comet":{"unicode":"2604","unicode_alternates":"2604-fe0f","name":"comet","shortname":":comet:","category":"nature","emoji_order":"326","aliases":[],"aliases_ascii":[],"keywords":["space","sky"]},"sunny":{"unicode":"2600","unicode_alternates":"2600-fe0f","name":"black sun with rays","shortname":":sunny:","category":"nature","emoji_order":"327","aliases":[],"aliases_ascii":[],"keywords":["weather","sky","day","sun","hot","hot","morning","morning"]},"white_sun_small_cloud":{"unicode":"1f324","unicode_alternates":"1f324-fe0f","name":"white sun with small cloud","shortname":":white_sun_small_cloud:","category":"nature","emoji_order":"328","aliases":[":white_sun_with_small_cloud:"],"aliases_ascii":[],"keywords":["weather","sky","cloud","sun"]},"partly_sunny":{"unicode":"26c5","unicode_alternates":"26c5-fe0f","name":"sun behind cloud","shortname":":partly_sunny:","category":"nature","emoji_order":"329","aliases":[],"aliases_ascii":[],"keywords":["weather","sky","cloud","sun"]},"white_sun_cloud":{"unicode":"1f325","unicode_alternates":"1f325-fe0f","name":"white sun behind cloud","shortname":":white_sun_cloud:","category":"nature","emoji_order":"330","aliases":[":white_sun_behind_cloud:"],"aliases_ascii":[],"keywords":["weather","sky","cloud","cold","sun"]},"white_sun_rain_cloud":{"unicode":"1f326","unicode_alternates":"1f326-fe0f","name":"white sun behind cloud with rain","shortname":":white_sun_rain_cloud:","category":"nature","emoji_order":"331","aliases":[":white_sun_behind_cloud_with_rain:"],"aliases_ascii":[],"keywords":["weather","sky","cloud","cold","rain","sun"]},"cloud":{"unicode":"2601","unicode_alternates":"2601-fe0f","name":"cloud","shortname":":cloud:","category":"nature","emoji_order":"332","aliases":[],"aliases_ascii":[],"keywords":["weather","sky","cloud","cold","rain"]},"cloud_rain":{"unicode":"1f327","unicode_alternates":"1f327-fe0f","name":"cloud with rain","shortname":":cloud_rain:","category":"nature","emoji_order":"333","aliases":[":cloud_with_rain:"],"aliases_ascii":[],"keywords":["weather","winter","sky","cloud","cold","rain"]},"thunder_cloud_rain":{"unicode":"26c8","unicode_alternates":"26c8-fe0f","name":"thunder cloud and rain","shortname":":thunder_cloud_rain:","category":"nature","emoji_order":"334","aliases":[":thunder_cloud_and_rain:"],"aliases_ascii":[],"keywords":["weather","sky","cloud","cold","rain"]},"cloud_lightning":{"unicode":"1f329","unicode_alternates":"1f329-fe0f","name":"cloud with lightning","shortname":":cloud_lightning:","category":"nature","emoji_order":"335","aliases":[":cloud_with_lightning:"],"aliases_ascii":[],"keywords":["weather","sky","cloud","cold","rain"]},"zap":{"unicode":"26a1","unicode_alternates":"26a1-fe0f","name":"high voltage sign","shortname":":zap:","category":"nature","emoji_order":"336","aliases":[],"aliases_ascii":[],"keywords":["weather","sky","diarrhea","diarrhea"]},"fire":{"unicode":"1f525","unicode_alternates":"","name":"fire","shortname":":fire:","category":"nature","emoji_order":"337","aliases":[":flame:"],"aliases_ascii":[],"keywords":["wth","wth","hot","hot"]},"boom":{"unicode":"1f4a5","unicode_alternates":"","name":"collision symbol","shortname":":boom:","category":"nature","emoji_order":"338","aliases":[],"aliases_ascii":[],"keywords":["symbol","blast","blast"]},"snowflake":{"unicode":"2744","unicode_alternates":"2744-fe0f","name":"snowflake","shortname":":snowflake:","category":"nature","emoji_order":"339","aliases":[],"aliases_ascii":[],"keywords":["weather","winter","sky","holidays","cold","snow","snow"]},"cloud_snow":{"unicode":"1f328","unicode_alternates":"1f328-fe0f","name":"cloud with snow","shortname":":cloud_snow:","category":"nature","emoji_order":"340","aliases":[":cloud_with_snow:"],"aliases_ascii":[],"keywords":["weather","winter","sky","cloud","cold","snow","snow"]},"snowman2":{"unicode":"2603","unicode_alternates":"2603-fe0f","name":"snowman","shortname":":snowman2:","category":"nature","emoji_order":"341","aliases":[],"aliases_ascii":[],"keywords":["weather","winter","holidays","christmas","cold","snow","snow"]},"snowman":{"unicode":"26c4","unicode_alternates":"26c4-fe0f","name":"snowman without snow","shortname":":snowman:","category":"nature","emoji_order":"342","aliases":[],"aliases_ascii":[],"keywords":["weather","winter","holidays","cold","snow","snow"]},"wind_blowing_face":{"unicode":"1f32c","unicode_alternates":"1f32c-fe0f","name":"wind blowing face","shortname":":wind_blowing_face:","category":"nature","emoji_order":"343","aliases":[],"aliases_ascii":[],"keywords":["weather","cold"]},"dash":{"unicode":"1f4a8","unicode_alternates":"","name":"dash symbol","shortname":":dash:","category":"nature","emoji_order":"344","aliases":[],"aliases_ascii":[],"keywords":["cloud","cold","smoking","smoking"]},"cloud_tornado":{"unicode":"1f32a","unicode_alternates":"1f32a-fe0f","name":"cloud with tornado","shortname":":cloud_tornado:","category":"nature","emoji_order":"345","aliases":[":cloud_with_tornado:"],"aliases_ascii":[],"keywords":["weather","sky","cold"]},"fog":{"unicode":"1f32b","unicode_alternates":"1f32b-fe0f","name":"fog","shortname":":fog:","category":"nature","emoji_order":"346","aliases":[],"aliases_ascii":[],"keywords":["weather","sky","cold"]},"umbrella2":{"unicode":"2602","unicode_alternates":"2602-fe0f","name":"umbrella","shortname":":umbrella2:","category":"nature","emoji_order":"347","aliases":[],"aliases_ascii":[],"keywords":["weather","object","sky","cold"]},"umbrella":{"unicode":"2614","unicode_alternates":"2614-fe0f","name":"umbrella with rain drops","shortname":":umbrella:","category":"nature","emoji_order":"348","aliases":[],"aliases_ascii":[],"keywords":["weather","sky","cold","rain"]},"droplet":{"unicode":"1f4a7","unicode_alternates":"","name":"droplet","shortname":":droplet:","category":"nature","emoji_order":"349","aliases":[],"aliases_ascii":[],"keywords":["weather","sky","rain"]},"sweat_drops":{"unicode":"1f4a6","unicode_alternates":"","name":"splashing sweat symbol","shortname":":sweat_drops:","category":"nature","emoji_order":"350","aliases":[],"aliases_ascii":[],"keywords":["rain","stressed","sweat"]},"ocean":{"unicode":"1f30a","unicode_alternates":"","name":"water wave","shortname":":ocean:","category":"nature","emoji_order":"351","aliases":[],"aliases_ascii":[],"keywords":["weather","boat","tropical","swim"]},"green_apple":{"unicode":"1f34f","unicode_alternates":"","name":"green apple","shortname":":green_apple:","category":"food","emoji_order":"352","aliases":[],"aliases_ascii":[],"keywords":["fruit","food"]},"apple":{"unicode":"1f34e","unicode_alternates":"","name":"red apple","shortname":":apple:","category":"food","emoji_order":"353","aliases":[],"aliases_ascii":[],"keywords":["fruit","food","creationism","creationism"]},"pear":{"unicode":"1f350","unicode_alternates":"","name":"pear","shortname":":pear:","category":"food","emoji_order":"354","aliases":[],"aliases_ascii":[],"keywords":["fruit","food"]},"tangerine":{"unicode":"1f34a","unicode_alternates":"","name":"tangerine","shortname":":tangerine:","category":"food","emoji_order":"355","aliases":[],"aliases_ascii":[],"keywords":["fruit","food"]},"lemon":{"unicode":"1f34b","unicode_alternates":"","name":"lemon","shortname":":lemon:","category":"food","emoji_order":"356","aliases":[],"aliases_ascii":[],"keywords":["fruit","food"]},"banana":{"unicode":"1f34c","unicode_alternates":"","name":"banana","shortname":":banana:","category":"food","emoji_order":"357","aliases":[],"aliases_ascii":[],"keywords":["fruit","penis","food"]},"watermelon":{"unicode":"1f349","unicode_alternates":"","name":"watermelon","shortname":":watermelon:","category":"food","emoji_order":"358","aliases":[],"aliases_ascii":[],"keywords":["fruit","food"]},"grapes":{"unicode":"1f347","unicode_alternates":"","name":"grapes","shortname":":grapes:","category":"food","emoji_order":"359","aliases":[],"aliases_ascii":[],"keywords":["fruit","food"]},"strawberry":{"unicode":"1f353","unicode_alternates":"","name":"strawberry","shortname":":strawberry:","category":"food","emoji_order":"360","aliases":[],"aliases_ascii":[],"keywords":["fruit","food"]},"melon":{"unicode":"1f348","unicode_alternates":"","name":"melon","shortname":":melon:","category":"food","emoji_order":"361","aliases":[],"aliases_ascii":[],"keywords":["fruit","boobs","food"]},"cherries":{"unicode":"1f352","unicode_alternates":"","name":"cherries","shortname":":cherries:","category":"food","emoji_order":"362","aliases":[],"aliases_ascii":[],"keywords":["fruit","food"]},"peach":{"unicode":"1f351","unicode_alternates":"","name":"peach","shortname":":peach:","category":"food","emoji_order":"363","aliases":[],"aliases_ascii":[],"keywords":["fruit","butt","food"]},"pineapple":{"unicode":"1f34d","unicode_alternates":"","name":"pineapple","shortname":":pineapple:","category":"food","emoji_order":"364","aliases":[],"aliases_ascii":[],"keywords":["fruit","food","tropical"]},"tomato":{"unicode":"1f345","unicode_alternates":"","name":"tomato","shortname":":tomato:","category":"food","emoji_order":"365","aliases":[],"aliases_ascii":[],"keywords":["fruit","vegetables","food"]},"eggplant":{"unicode":"1f346","unicode_alternates":"","name":"aubergine","shortname":":eggplant:","category":"food","emoji_order":"366","aliases":[],"aliases_ascii":[],"keywords":["vegetables","penis","food"]},"hot_pepper":{"unicode":"1f336","unicode_alternates":"1f336-fe0f","name":"hot pepper","shortname":":hot_pepper:","category":"food","emoji_order":"367","aliases":[],"aliases_ascii":[],"keywords":["vegetables","food"]},"corn":{"unicode":"1f33d","unicode_alternates":"","name":"ear of maize","shortname":":corn:","category":"food","emoji_order":"368","aliases":[],"aliases_ascii":[],"keywords":["vegetables","food"]},"sweet_potato":{"unicode":"1f360","unicode_alternates":"","name":"roasted sweet potato","shortname":":sweet_potato:","category":"food","emoji_order":"369","aliases":[],"aliases_ascii":[],"keywords":["vegetables","food"]},"honey_pot":{"unicode":"1f36f","unicode_alternates":"","name":"honey pot","shortname":":honey_pot:","category":"food","emoji_order":"370","aliases":[],"aliases_ascii":[],"keywords":["food","vagina"]},"bread":{"unicode":"1f35e","unicode_alternates":"","name":"bread","shortname":":bread:","category":"food","emoji_order":"371","aliases":[],"aliases_ascii":[],"keywords":["food"]},"cheese":{"unicode":"1f9c0","unicode_alternates":"","name":"cheese wedge","shortname":":cheese:","category":"food","emoji_order":"372","aliases":[":cheese_wedge:"],"aliases_ascii":[],"keywords":["food"]},"poultry_leg":{"unicode":"1f357","unicode_alternates":"","name":"poultry leg","shortname":":poultry_leg:","category":"food","emoji_order":"373","aliases":[],"aliases_ascii":[],"keywords":["food","holidays"]},"meat_on_bone":{"unicode":"1f356","unicode_alternates":"","name":"meat on bone","shortname":":meat_on_bone:","category":"food","emoji_order":"374","aliases":[],"aliases_ascii":[],"keywords":["food"]},"fried_shrimp":{"unicode":"1f364","unicode_alternates":"","name":"fried shrimp","shortname":":fried_shrimp:","category":"food","emoji_order":"375","aliases":[],"aliases_ascii":[],"keywords":["food"]},"egg":{"unicode":"1f373","unicode_alternates":"","name":"cooking","shortname":":egg:","category":"food","emoji_order":"376","aliases":[],"aliases_ascii":[],"keywords":["food"]},"hamburger":{"unicode":"1f354","unicode_alternates":"","name":"hamburger","shortname":":hamburger:","category":"food","emoji_order":"377","aliases":[],"aliases_ascii":[],"keywords":["america","food"]},"fries":{"unicode":"1f35f","unicode_alternates":"","name":"french fries","shortname":":fries:","category":"food","emoji_order":"378","aliases":[],"aliases_ascii":[],"keywords":["america","food"]},"hotdog":{"unicode":"1f32d","unicode_alternates":"","name":"hot dog","shortname":":hotdog:","category":"food","emoji_order":"379","aliases":[":hot_dog:"],"aliases_ascii":[],"keywords":["america","food"]},"pizza":{"unicode":"1f355","unicode_alternates":"","name":"slice of pizza","shortname":":pizza:","category":"food","emoji_order":"380","aliases":[],"aliases_ascii":[],"keywords":["italian","food","boys night","boys night"]},"spaghetti":{"unicode":"1f35d","unicode_alternates":"","name":"spaghetti","shortname":":spaghetti:","category":"food","emoji_order":"381","aliases":[],"aliases_ascii":[],"keywords":["noodles","pasta","italian","food"]},"taco":{"unicode":"1f32e","unicode_alternates":"","name":"taco","shortname":":taco:","category":"food","emoji_order":"382","aliases":[],"aliases_ascii":[],"keywords":["food","mexican","vagina"]},"burrito":{"unicode":"1f32f","unicode_alternates":"","name":"burrito","shortname":":burrito:","category":"food","emoji_order":"383","aliases":[],"aliases_ascii":[],"keywords":["food","mexican"]},"ramen":{"unicode":"1f35c","unicode_alternates":"","name":"steaming bowl","shortname":":ramen:","category":"food","emoji_order":"384","aliases":[],"aliases_ascii":[],"keywords":["noodles","ramen","japan","food"]},"stew":{"unicode":"1f372","unicode_alternates":"","name":"pot of food","shortname":":stew:","category":"food","emoji_order":"385","aliases":[],"aliases_ascii":[],"keywords":["food","steam","steam"]},"fish_cake":{"unicode":"1f365","unicode_alternates":"","name":"fish cake with swirl design","shortname":":fish_cake:","category":"food","emoji_order":"386","aliases":[],"aliases_ascii":[],"keywords":["sushi","food"]},"sushi":{"unicode":"1f363","unicode_alternates":"","name":"sushi","shortname":":sushi:","category":"food","emoji_order":"387","aliases":[],"aliases_ascii":[],"keywords":["sushi","japan","food"]},"bento":{"unicode":"1f371","unicode_alternates":"","name":"bento box","shortname":":bento:","category":"food","emoji_order":"388","aliases":[],"aliases_ascii":[],"keywords":["object","sushi","japan","food"]},"curry":{"unicode":"1f35b","unicode_alternates":"","name":"curry and rice","shortname":":curry:","category":"food","emoji_order":"389","aliases":[],"aliases_ascii":[],"keywords":["food"]},"rice_ball":{"unicode":"1f359","unicode_alternates":"","name":"rice ball","shortname":":rice_ball:","category":"food","emoji_order":"390","aliases":[],"aliases_ascii":[],"keywords":["sushi","japan","food"]},"rice":{"unicode":"1f35a","unicode_alternates":"","name":"cooked rice","shortname":":rice:","category":"food","emoji_order":"391","aliases":[],"aliases_ascii":[],"keywords":["sushi","japan","food"]},"rice_cracker":{"unicode":"1f358","unicode_alternates":"","name":"rice cracker","shortname":":rice_cracker:","category":"food","emoji_order":"392","aliases":[],"aliases_ascii":[],"keywords":["sushi","food"]},"oden":{"unicode":"1f362","unicode_alternates":"","name":"oden","shortname":":oden:","category":"food","emoji_order":"393","aliases":[],"aliases_ascii":[],"keywords":["food"]},"dango":{"unicode":"1f361","unicode_alternates":"","name":"dango","shortname":":dango:","category":"food","emoji_order":"394","aliases":[],"aliases_ascii":[],"keywords":["food"]},"shaved_ice":{"unicode":"1f367","unicode_alternates":"","name":"shaved ice","shortname":":shaved_ice:","category":"food","emoji_order":"395","aliases":[],"aliases_ascii":[],"keywords":["food"]},"ice_cream":{"unicode":"1f368","unicode_alternates":"","name":"ice cream","shortname":":ice_cream:","category":"food","emoji_order":"396","aliases":[],"aliases_ascii":[],"keywords":["food"]},"icecream":{"unicode":"1f366","unicode_alternates":"","name":"soft ice cream","shortname":":icecream:","category":"food","emoji_order":"397","aliases":[],"aliases_ascii":[],"keywords":["food"]},"cake":{"unicode":"1f370","unicode_alternates":"","name":"shortcake","shortname":":cake:","category":"food","emoji_order":"398","aliases":[],"aliases_ascii":[],"keywords":["food"]},"birthday":{"unicode":"1f382","unicode_alternates":"","name":"birthday cake","shortname":":birthday:","category":"food","emoji_order":"399","aliases":[],"aliases_ascii":[],"keywords":["birthday","food","parties","parties"]},"custard":{"unicode":"1f36e","unicode_alternates":"","name":"custard","shortname":":custard:","category":"food","emoji_order":"400","aliases":[":pudding:",":flan:"],"aliases_ascii":[],"keywords":["food"]},"candy":{"unicode":"1f36c","unicode_alternates":"","name":"candy","shortname":":candy:","category":"food","emoji_order":"401","aliases":[],"aliases_ascii":[],"keywords":["food","halloween"]},"lollipop":{"unicode":"1f36d","unicode_alternates":"","name":"lollipop","shortname":":lollipop:","category":"food","emoji_order":"402","aliases":[],"aliases_ascii":[],"keywords":["food","halloween"]},"chocolate_bar":{"unicode":"1f36b","unicode_alternates":"","name":"chocolate bar","shortname":":chocolate_bar:","category":"food","emoji_order":"403","aliases":[],"aliases_ascii":[],"keywords":["food","halloween"]},"popcorn":{"unicode":"1f37f","unicode_alternates":"","name":"popcorn","shortname":":popcorn:","category":"food","emoji_order":"404","aliases":[],"aliases_ascii":[],"keywords":["food","parties","parties"]},"doughnut":{"unicode":"1f369","unicode_alternates":"","name":"doughnut","shortname":":doughnut:","category":"food","emoji_order":"405","aliases":[],"aliases_ascii":[],"keywords":["food"]},"cookie":{"unicode":"1f36a","unicode_alternates":"","name":"cookie","shortname":":cookie:","category":"food","emoji_order":"406","aliases":[],"aliases_ascii":[],"keywords":["food","vagina"]},"beer":{"unicode":"1f37a","unicode_alternates":"","name":"beer mug","shortname":":beer:","category":"food","emoji_order":"407","aliases":[],"aliases_ascii":[],"keywords":["drink","beer","alcohol","parties","parties"]},"beers":{"unicode":"1f37b","unicode_alternates":"","name":"clinking beer mugs","shortname":":beers:","category":"food","emoji_order":"408","aliases":[],"aliases_ascii":[],"keywords":["drink","cheers","beer","alcohol","thank you","boys night","boys night","parties","parties"]},"wine_glass":{"unicode":"1f377","unicode_alternates":"","name":"wine glass","shortname":":wine_glass:","category":"food","emoji_order":"409","aliases":[],"aliases_ascii":[],"keywords":["drink","italian","alcohol","girls night","girls night","parties","parties"]},"cocktail":{"unicode":"1f378","unicode_alternates":"","name":"cocktail glass","shortname":":cocktail:","category":"food","emoji_order":"410","aliases":[],"aliases_ascii":[],"keywords":["drink","cocktail","alcohol","girls night","girls night","parties","parties"]},"tropical_drink":{"unicode":"1f379","unicode_alternates":"","name":"tropical drink","shortname":":tropical_drink:","category":"food","emoji_order":"411","aliases":[],"aliases_ascii":[],"keywords":["drink","cocktail","tropical","alcohol"]},"champagne":{"unicode":"1f37e","unicode_alternates":"","name":"bottle with popping cork","shortname":":champagne:","category":"food","emoji_order":"412","aliases":[":bottle_with_popping_cork:"],"aliases_ascii":[],"keywords":["drink","cheers","alcohol","parties","parties"]},"sake":{"unicode":"1f376","unicode_alternates":"","name":"sake bottle and cup","shortname":":sake:","category":"food","emoji_order":"413","aliases":[],"aliases_ascii":[],"keywords":["drink","japan","sake","alcohol","girls night","girls night"]},"tea":{"unicode":"1f375","unicode_alternates":"","name":"teacup without handle","shortname":":tea:","category":"food","emoji_order":"414","aliases":[],"aliases_ascii":[],"keywords":["drink","japan","caffeine","steam","steam","morning","morning"]},"coffee":{"unicode":"2615","unicode_alternates":"2615-fe0f","name":"hot beverage","shortname":":coffee:","category":"food","emoji_order":"415","aliases":[],"aliases_ascii":[],"keywords":["drink","caffeine","steam","steam","morning","morning"]},"baby_bottle":{"unicode":"1f37c","unicode_alternates":"","name":"baby bottle","shortname":":baby_bottle:","category":"food","emoji_order":"416","aliases":[],"aliases_ascii":[],"keywords":["drink","object","food","baby"]},"fork_and_knife":{"unicode":"1f374","unicode_alternates":"","name":"fork and knife","shortname":":fork_and_knife:","category":"food","emoji_order":"417","aliases":[],"aliases_ascii":[],"keywords":["object","weapon","food"]},"fork_knife_plate":{"unicode":"1f37d","unicode_alternates":"1f37d-fe0f","name":"fork and knife with plate","shortname":":fork_knife_plate:","category":"food","emoji_order":"418","aliases":[":fork_and_knife_with_plate:"],"aliases_ascii":[],"keywords":["object","food"]},"soccer":{"unicode":"26bd","unicode_alternates":"26bd-fe0f","name":"soccer ball","shortname":":soccer:","category":"activity","emoji_order":"419","aliases":[],"aliases_ascii":[],"keywords":["game","ball","sport","soccer","football"]},"basketball":{"unicode":"1f3c0","unicode_alternates":"","name":"basketball and hoop","shortname":":basketball:","category":"activity","emoji_order":"420","aliases":[],"aliases_ascii":[],"keywords":["game","ball","sport","basketball"]},"football":{"unicode":"1f3c8","unicode_alternates":"","name":"american football","shortname":":football:","category":"activity","emoji_order":"421","aliases":[],"aliases_ascii":[],"keywords":["america","game","ball","sport","football"]},"baseball":{"unicode":"26be","unicode_alternates":"26be-fe0f","name":"baseball","shortname":":baseball:","category":"activity","emoji_order":"422","aliases":[],"aliases_ascii":[],"keywords":["game","ball","sport","baseball"]},"tennis":{"unicode":"1f3be","unicode_alternates":"","name":"tennis racquet and ball","shortname":":tennis:","category":"activity","emoji_order":"423","aliases":[],"aliases_ascii":[],"keywords":["game","ball","sport","tennis"]},"volleyball":{"unicode":"1f3d0","unicode_alternates":"","name":"volleyball","shortname":":volleyball:","category":"activity","emoji_order":"424","aliases":[],"aliases_ascii":[],"keywords":["game","ball","sport","volleyball"]},"rugby_football":{"unicode":"1f3c9","unicode_alternates":"","name":"rugby football","shortname":":rugby_football:","category":"activity","emoji_order":"425","aliases":[],"aliases_ascii":[],"keywords":["game","sport","football"]},"8ball":{"unicode":"1f3b1","unicode_alternates":"","name":"billiards","shortname":":8ball:","category":"activity","emoji_order":"426","aliases":[],"aliases_ascii":[],"keywords":["game","ball","sport","billiards","luck","boys night","boys night"]},"golf":{"unicode":"26f3","unicode_alternates":"26f3-fe0f","name":"flag in hole","shortname":":golf:","category":"activity","emoji_order":"427","aliases":[],"aliases_ascii":[],"keywords":["game","ball","vacation","sport","golf","golf"]},"golfer":{"unicode":"1f3cc","unicode_alternates":"1f3cc-fe0f","name":"golfer","shortname":":golfer:","category":"activity","emoji_order":"428","aliases":[],"aliases_ascii":[],"keywords":["men","game","ball","vacation","sport","golf","golf"]},"ping_pong":{"unicode":"1f3d3","unicode_alternates":"","name":"table tennis paddle and ball","shortname":":ping_pong:","category":"activity","emoji_order":"429","aliases":[":table_tennis:"],"aliases_ascii":[],"keywords":["game","ball","sport","ping pong"]},"badminton":{"unicode":"1f3f8","unicode_alternates":"","name":"badminton racquet","shortname":":badminton:","category":"activity","emoji_order":"430","aliases":[],"aliases_ascii":[],"keywords":["game","sport","badminton"]},"hockey":{"unicode":"1f3d2","unicode_alternates":"","name":"ice hockey stick and puck","shortname":":hockey:","category":"activity","emoji_order":"431","aliases":[],"aliases_ascii":[],"keywords":["game","sport","hockey"]},"field_hockey":{"unicode":"1f3d1","unicode_alternates":"","name":"field hockey stick and ball","shortname":":field_hockey:","category":"activity","emoji_order":"432","aliases":[],"aliases_ascii":[],"keywords":["ball","sport","hockey"]},"cricket":{"unicode":"1f3cf","unicode_alternates":"","name":"cricket bat and ball","shortname":":cricket:","category":"activity","emoji_order":"433","aliases":[":cricket_bat_ball:"],"aliases_ascii":[],"keywords":["ball","sport","cricket"]},"ski":{"unicode":"1f3bf","unicode_alternates":"","name":"ski and ski boot","shortname":":ski:","category":"activity","emoji_order":"434","aliases":[],"aliases_ascii":[],"keywords":["cold","sport","skiing"]},"skier":{"unicode":"26f7","unicode_alternates":"26f7-fe0f","name":"skier","shortname":":skier:","category":"activity","emoji_order":"435","aliases":[],"aliases_ascii":[],"keywords":["hat","vacation","cold","sport","skiing"]},"snowboarder":{"unicode":"1f3c2","unicode_alternates":"","name":"snowboarder","shortname":":snowboarder:","category":"activity","emoji_order":"436","aliases":[],"aliases_ascii":[],"keywords":["hat","vacation","cold","sport","snowboarding"]},"ice_skate":{"unicode":"26f8","unicode_alternates":"26f8-fe0f","name":"ice skate","shortname":":ice_skate:","category":"activity","emoji_order":"437","aliases":[],"aliases_ascii":[],"keywords":["cold","sport","ice skating"]},"bow_and_arrow":{"unicode":"1f3f9","unicode_alternates":"","name":"bow and arrow","shortname":":bow_and_arrow:","category":"activity","emoji_order":"438","aliases":[":archery:"],"aliases_ascii":[],"keywords":["weapon","sport"]},"fishing_pole_and_fish":{"unicode":"1f3a3","unicode_alternates":"","name":"fishing pole and fish","shortname":":fishing_pole_and_fish:","category":"activity","emoji_order":"439","aliases":[],"aliases_ascii":[],"keywords":["vacation","sport","fishing"]},"rowboat":{"unicode":"1f6a3","unicode_alternates":"","name":"rowboat","shortname":":rowboat:","category":"activity","emoji_order":"440","aliases":[],"aliases_ascii":[],"keywords":["men","workout","sport","rowing","diversity","diversity"]},"swimmer":{"unicode":"1f3ca","unicode_alternates":"","name":"swimmer","shortname":":swimmer:","category":"activity","emoji_order":"441","aliases":[],"aliases_ascii":[],"keywords":["workout","sport","swim","diversity","diversity"]},"surfer":{"unicode":"1f3c4","unicode_alternates":"","name":"surfer","shortname":":surfer:","category":"activity","emoji_order":"442","aliases":[],"aliases_ascii":[],"keywords":["men","vacation","tropical","sport","diversity","diversity"]},"bath":{"unicode":"1f6c0","unicode_alternates":"","name":"bath","shortname":":bath:","category":"activity","emoji_order":"443","aliases":[],"aliases_ascii":[],"keywords":["bathroom","tired","diversity","diversity","steam","steam"]},"basketball_player":{"unicode":"26f9","unicode_alternates":"26f9-fe0f","name":"person with ball","shortname":":basketball_player:","category":"activity","emoji_order":"444","aliases":[":person_with_ball:"],"aliases_ascii":[],"keywords":["men","game","ball","sport","basketball","diversity","diversity"]},"lifter":{"unicode":"1f3cb","unicode_alternates":"1f3cb-fe0f","name":"weight lifter","shortname":":lifter:","category":"activity","emoji_order":"445","aliases":[":weight_lifter:"],"aliases_ascii":[],"keywords":["men","workout","flex","sport","weight lifting","win","win","diversity","diversity"]},"bicyclist":{"unicode":"1f6b4","unicode_alternates":"","name":"bicyclist","shortname":":bicyclist:","category":"activity","emoji_order":"446","aliases":[],"aliases_ascii":[],"keywords":["men","workout","sport","bike","diversity","diversity"]},"mountain_bicyclist":{"unicode":"1f6b5","unicode_alternates":"","name":"mountain bicyclist","shortname":":mountain_bicyclist:","category":"activity","emoji_order":"447","aliases":[],"aliases_ascii":[],"keywords":["men","sport","bike","diversity","diversity"]},"horse_racing":{"unicode":"1f3c7","unicode_alternates":"","name":"horse racing","shortname":":horse_racing:","category":"activity","emoji_order":"448","aliases":[],"aliases_ascii":[],"keywords":["men","sport","horse racing"]},"levitate":{"unicode":"1f574","unicode_alternates":"1f574-fe0f","name":"man in business suit levitating","shortname":":levitate:","category":"activity","emoji_order":"449","aliases":[":man_in_business_suit_levitating:"],"aliases_ascii":[],"keywords":["men","job","job"]},"trophy":{"unicode":"1f3c6","unicode_alternates":"","name":"trophy","shortname":":trophy:","category":"activity","emoji_order":"450","aliases":[],"aliases_ascii":[],"keywords":["object","game","award","win","win","perfect","perfect","parties","parties"]},"running_shirt_with_sash":{"unicode":"1f3bd","unicode_alternates":"","name":"running shirt with sash","shortname":":running_shirt_with_sash:","category":"activity","emoji_order":"451","aliases":[],"aliases_ascii":[],"keywords":["award"]},"medal":{"unicode":"1f3c5","unicode_alternates":"","name":"sports medal","shortname":":medal:","category":"activity","emoji_order":"452","aliases":[":sports_medal:"],"aliases_ascii":[],"keywords":["object","award","sport","win","win","perfect","perfect"]},"military_medal":{"unicode":"1f396","unicode_alternates":"1f396-fe0f","name":"military medal","shortname":":military_medal:","category":"activity","emoji_order":"453","aliases":[],"aliases_ascii":[],"keywords":["object","award","win","win"]},"reminder_ribbon":{"unicode":"1f397","unicode_alternates":"1f397-fe0f","name":"reminder ribbon","shortname":":reminder_ribbon:","category":"activity","emoji_order":"454","aliases":[],"aliases_ascii":[],"keywords":["award"]},"rosette":{"unicode":"1f3f5","unicode_alternates":"1f3f5-fe0f","name":"rosette","shortname":":rosette:","category":"activity","emoji_order":"455","aliases":[],"aliases_ascii":[],"keywords":["tropical"]},"ticket":{"unicode":"1f3ab","unicode_alternates":"","name":"ticket","shortname":":ticket:","category":"activity","emoji_order":"456","aliases":[],"aliases_ascii":[],"keywords":["theatre","movie","parties","parties"]},"tickets":{"unicode":"1f39f","unicode_alternates":"1f39f-fe0f","name":"admission tickets","shortname":":tickets:","category":"activity","emoji_order":"457","aliases":[":admission_tickets:"],"aliases_ascii":[],"keywords":["theatre","movie","parties","parties"]},"performing_arts":{"unicode":"1f3ad","unicode_alternates":"","name":"performing arts","shortname":":performing_arts:","category":"activity","emoji_order":"458","aliases":[],"aliases_ascii":[],"keywords":["theatre","movie"]},"art":{"unicode":"1f3a8","unicode_alternates":"","name":"artist palette","shortname":":art:","category":"activity","emoji_order":"459","aliases":[],"aliases_ascii":[],"keywords":[]},"circus_tent":{"unicode":"1f3aa","unicode_alternates":"","name":"circus tent","shortname":":circus_tent:","category":"activity","emoji_order":"460","aliases":[],"aliases_ascii":[],"keywords":["circus tent"]},"microphone":{"unicode":"1f3a4","unicode_alternates":"","name":"microphone","shortname":":microphone:","category":"activity","emoji_order":"461","aliases":[],"aliases_ascii":[],"keywords":["instruments"]},"headphones":{"unicode":"1f3a7","unicode_alternates":"","name":"headphone","shortname":":headphones:","category":"activity","emoji_order":"462","aliases":[],"aliases_ascii":[],"keywords":["instruments"]},"musical_score":{"unicode":"1f3bc","unicode_alternates":"","name":"musical score","shortname":":musical_score:","category":"activity","emoji_order":"463","aliases":[],"aliases_ascii":[],"keywords":["instruments"]},"musical_keyboard":{"unicode":"1f3b9","unicode_alternates":"","name":"musical keyboard","shortname":":musical_keyboard:","category":"activity","emoji_order":"464","aliases":[],"aliases_ascii":[],"keywords":["instruments"]},"saxophone":{"unicode":"1f3b7","unicode_alternates":"","name":"saxophone","shortname":":saxophone:","category":"activity","emoji_order":"465","aliases":[],"aliases_ascii":[],"keywords":["instruments"]},"trumpet":{"unicode":"1f3ba","unicode_alternates":"","name":"trumpet","shortname":":trumpet:","category":"activity","emoji_order":"466","aliases":[],"aliases_ascii":[],"keywords":["instruments"]},"guitar":{"unicode":"1f3b8","unicode_alternates":"","name":"guitar","shortname":":guitar:","category":"activity","emoji_order":"467","aliases":[],"aliases_ascii":[],"keywords":["instruments"]},"violin":{"unicode":"1f3bb","unicode_alternates":"","name":"violin","shortname":":violin:","category":"activity","emoji_order":"468","aliases":[],"aliases_ascii":[],"keywords":["instruments","sarcastic","sarcastic"]},"clapper":{"unicode":"1f3ac","unicode_alternates":"","name":"clapper board","shortname":":clapper:","category":"activity","emoji_order":"469","aliases":[],"aliases_ascii":[],"keywords":["movie"]},"video_game":{"unicode":"1f3ae","unicode_alternates":"","name":"video game","shortname":":video_game:","category":"activity","emoji_order":"470","aliases":[],"aliases_ascii":[],"keywords":["electronics","game","boys night","boys night"]},"space_invader":{"unicode":"1f47e","unicode_alternates":"","name":"alien monster","shortname":":space_invader:","category":"activity","emoji_order":"471","aliases":[],"aliases_ascii":[],"keywords":["monster","alien"]},"dart":{"unicode":"1f3af","unicode_alternates":"","name":"direct hit","shortname":":dart:","category":"activity","emoji_order":"472","aliases":[],"aliases_ascii":[],"keywords":["game","sport","boys night","boys night"]},"game_die":{"unicode":"1f3b2","unicode_alternates":"","name":"game die","shortname":":game_die:","category":"activity","emoji_order":"473","aliases":[],"aliases_ascii":[],"keywords":["object","game","boys night","boys night"]},"slot_machine":{"unicode":"1f3b0","unicode_alternates":"","name":"slot machine","shortname":":slot_machine:","category":"activity","emoji_order":"474","aliases":[],"aliases_ascii":[],"keywords":["game","boys night","boys night"]},"bowling":{"unicode":"1f3b3","unicode_alternates":"","name":"bowling","shortname":":bowling:","category":"activity","emoji_order":"475","aliases":[],"aliases_ascii":[],"keywords":["game","ball","sport","boys night","boys night"]},"red_car":{"unicode":"1f697","unicode_alternates":"","name":"automobile","shortname":":red_car:","category":"travel","emoji_order":"476","aliases":[],"aliases_ascii":[],"keywords":["transportation","car","travel"]},"taxi":{"unicode":"1f695","unicode_alternates":"","name":"taxi","shortname":":taxi:","category":"travel","emoji_order":"477","aliases":[],"aliases_ascii":[],"keywords":["transportation","car","travel"]},"blue_car":{"unicode":"1f699","unicode_alternates":"","name":"recreational vehicle","shortname":":blue_car:","category":"travel","emoji_order":"478","aliases":[],"aliases_ascii":[],"keywords":["transportation","car","travel"]},"bus":{"unicode":"1f68c","unicode_alternates":"","name":"bus","shortname":":bus:","category":"travel","emoji_order":"479","aliases":[],"aliases_ascii":[],"keywords":["transportation","bus","office"]},"trolleybus":{"unicode":"1f68e","unicode_alternates":"","name":"trolleybus","shortname":":trolleybus:","category":"travel","emoji_order":"480","aliases":[],"aliases_ascii":[],"keywords":["transportation","bus","travel"]},"race_car":{"unicode":"1f3ce","unicode_alternates":"1f3ce-fe0f","name":"racing car","shortname":":race_car:","category":"travel","emoji_order":"481","aliases":[":racing_car:"],"aliases_ascii":[],"keywords":["transportation","car"]},"police_car":{"unicode":"1f693","unicode_alternates":"","name":"police car","shortname":":police_car:","category":"travel","emoji_order":"482","aliases":[],"aliases_ascii":[],"keywords":["transportation","car","police","police","911","911"]},"ambulance":{"unicode":"1f691","unicode_alternates":"","name":"ambulance","shortname":":ambulance:","category":"travel","emoji_order":"483","aliases":[],"aliases_ascii":[],"keywords":["transportation","911","911"]},"fire_engine":{"unicode":"1f692","unicode_alternates":"","name":"fire engine","shortname":":fire_engine:","category":"travel","emoji_order":"484","aliases":[],"aliases_ascii":[],"keywords":["transportation","truck","911","911"]},"minibus":{"unicode":"1f690","unicode_alternates":"","name":"minibus","shortname":":minibus:","category":"travel","emoji_order":"485","aliases":[],"aliases_ascii":[],"keywords":["transportation","bus"]},"truck":{"unicode":"1f69a","unicode_alternates":"","name":"delivery truck","shortname":":truck:","category":"travel","emoji_order":"486","aliases":[],"aliases_ascii":[],"keywords":["transportation","truck"]},"articulated_lorry":{"unicode":"1f69b","unicode_alternates":"","name":"articulated lorry","shortname":":articulated_lorry:","category":"travel","emoji_order":"487","aliases":[],"aliases_ascii":[],"keywords":["transportation","truck"]},"tractor":{"unicode":"1f69c","unicode_alternates":"","name":"tractor","shortname":":tractor:","category":"travel","emoji_order":"488","aliases":[],"aliases_ascii":[],"keywords":["transportation"]},"motorcycle":{"unicode":"1f3cd","unicode_alternates":"1f3cd-fe0f","name":"racing motorcycle","shortname":":motorcycle:","category":"travel","emoji_order":"489","aliases":[":racing_motorcycle:"],"aliases_ascii":[],"keywords":["transportation","travel","bike"]},"bike":{"unicode":"1f6b2","unicode_alternates":"","name":"bicycle","shortname":":bike:","category":"travel","emoji_order":"490","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","bike"]},"rotating_light":{"unicode":"1f6a8","unicode_alternates":"","name":"police cars revolving light","shortname":":rotating_light:","category":"travel","emoji_order":"491","aliases":[],"aliases_ascii":[],"keywords":["transportation","object","police","police","911","911"]},"oncoming_police_car":{"unicode":"1f694","unicode_alternates":"","name":"oncoming police car","shortname":":oncoming_police_car:","category":"travel","emoji_order":"492","aliases":[],"aliases_ascii":[],"keywords":["transportation","car","police","police","911","911"]},"oncoming_bus":{"unicode":"1f68d","unicode_alternates":"","name":"oncoming bus","shortname":":oncoming_bus:","category":"travel","emoji_order":"493","aliases":[],"aliases_ascii":[],"keywords":["transportation","bus","travel"]},"oncoming_automobile":{"unicode":"1f698","unicode_alternates":"","name":"oncoming automobile","shortname":":oncoming_automobile:","category":"travel","emoji_order":"494","aliases":[],"aliases_ascii":[],"keywords":["transportation","car","travel"]},"oncoming_taxi":{"unicode":"1f696","unicode_alternates":"","name":"oncoming taxi","shortname":":oncoming_taxi:","category":"travel","emoji_order":"495","aliases":[],"aliases_ascii":[],"keywords":["transportation","car","travel"]},"aerial_tramway":{"unicode":"1f6a1","unicode_alternates":"","name":"aerial tramway","shortname":":aerial_tramway:","category":"travel","emoji_order":"496","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"mountain_cableway":{"unicode":"1f6a0","unicode_alternates":"","name":"mountain cableway","shortname":":mountain_cableway:","category":"travel","emoji_order":"497","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"suspension_railway":{"unicode":"1f69f","unicode_alternates":"","name":"suspension railway","shortname":":suspension_railway:","category":"travel","emoji_order":"498","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"railway_car":{"unicode":"1f683","unicode_alternates":"","name":"railway car","shortname":":railway_car:","category":"travel","emoji_order":"499","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"train":{"unicode":"1f68b","unicode_alternates":"","name":"tram car","shortname":":train:","category":"travel","emoji_order":"500","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"monorail":{"unicode":"1f69d","unicode_alternates":"","name":"monorail","shortname":":monorail:","category":"travel","emoji_order":"501","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train","vacation"]},"bullettrain_side":{"unicode":"1f684","unicode_alternates":"","name":"high-speed train","shortname":":bullettrain_side:","category":"travel","emoji_order":"502","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"bullettrain_front":{"unicode":"1f685","unicode_alternates":"","name":"high-speed train with bullet nose","shortname":":bullettrain_front:","category":"travel","emoji_order":"503","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"light_rail":{"unicode":"1f688","unicode_alternates":"","name":"light rail","shortname":":light_rail:","category":"travel","emoji_order":"504","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"mountain_railway":{"unicode":"1f69e","unicode_alternates":"","name":"mountain railway","shortname":":mountain_railway:","category":"travel","emoji_order":"505","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"steam_locomotive":{"unicode":"1f682","unicode_alternates":"","name":"steam locomotive","shortname":":steam_locomotive:","category":"travel","emoji_order":"506","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train","steam","steam"]},"train2":{"unicode":"1f686","unicode_alternates":"","name":"train","shortname":":train2:","category":"travel","emoji_order":"507","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"metro":{"unicode":"1f687","unicode_alternates":"","name":"metro","shortname":":metro:","category":"travel","emoji_order":"508","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"tram":{"unicode":"1f68a","unicode_alternates":"","name":"tram","shortname":":tram:","category":"travel","emoji_order":"509","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"station":{"unicode":"1f689","unicode_alternates":"","name":"station","shortname":":station:","category":"travel","emoji_order":"510","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","train"]},"helicopter":{"unicode":"1f681","unicode_alternates":"","name":"helicopter","shortname":":helicopter:","category":"travel","emoji_order":"511","aliases":[],"aliases_ascii":[],"keywords":["transportation","plane","travel","fly","fly"]},"airplane_small":{"unicode":"1f6e9","unicode_alternates":"1f6e9-fe0f","name":"small airplane","shortname":":airplane_small:","category":"travel","emoji_order":"512","aliases":[":small_airplane:"],"aliases_ascii":[],"keywords":["transportation","plane","travel","vacation","fly","fly"]},"airplane":{"unicode":"2708","unicode_alternates":"2708-fe0f","name":"airplane","shortname":":airplane:","category":"travel","emoji_order":"513","aliases":[],"aliases_ascii":[],"keywords":["transportation","plane","travel","vacation","fly","fly"]},"airplane_departure":{"unicode":"1f6eb","unicode_alternates":"","name":"airplane departure","shortname":":airplane_departure:","category":"travel","emoji_order":"514","aliases":[],"aliases_ascii":[],"keywords":["transportation","plane","travel","vacation","fly","fly"]},"airplane_arriving":{"unicode":"1f6ec","unicode_alternates":"","name":"airplane arriving","shortname":":airplane_arriving:","category":"travel","emoji_order":"515","aliases":[],"aliases_ascii":[],"keywords":["transportation","plane","travel","vacation","fly","fly"]},"sailboat":{"unicode":"26f5","unicode_alternates":"26f5-fe0f","name":"sailboat","shortname":":sailboat:","category":"travel","emoji_order":"516","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","boat","vacation"]},"motorboat":{"unicode":"1f6e5","unicode_alternates":"1f6e5-fe0f","name":"motorboat","shortname":":motorboat:","category":"travel","emoji_order":"517","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","boat"]},"speedboat":{"unicode":"1f6a4","unicode_alternates":"","name":"speedboat","shortname":":speedboat:","category":"travel","emoji_order":"518","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","boat","vacation","tropical"]},"ferry":{"unicode":"26f4","unicode_alternates":"26f4-fe0f","name":"ferry","shortname":":ferry:","category":"travel","emoji_order":"519","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","boat","vacation"]},"cruise_ship":{"unicode":"1f6f3","unicode_alternates":"1f6f3-fe0f","name":"passenger ship","shortname":":cruise_ship:","category":"travel","emoji_order":"520","aliases":[":passenger_ship:"],"aliases_ascii":[],"keywords":["transportation","travel","boat","vacation"]},"rocket":{"unicode":"1f680","unicode_alternates":"","name":"rocket","shortname":":rocket:","category":"travel","emoji_order":"521","aliases":[],"aliases_ascii":[],"keywords":["transportation","object","space","fly","fly","blast","blast"]},"satellite_orbital":{"unicode":"1f6f0","unicode_alternates":"1f6f0-fe0f","name":"satellite","shortname":":satellite_orbital:","category":"travel","emoji_order":"522","aliases":[],"aliases_ascii":[],"keywords":["object"]},"seat":{"unicode":"1f4ba","unicode_alternates":"","name":"seat","shortname":":seat:","category":"travel","emoji_order":"523","aliases":[],"aliases_ascii":[],"keywords":["transportation","object","travel","vacation"]},"anchor":{"unicode":"2693","unicode_alternates":"2693-fe0f","name":"anchor","shortname":":anchor:","category":"travel","emoji_order":"524","aliases":[],"aliases_ascii":[],"keywords":["object","travel","boat","vacation"]},"construction":{"unicode":"1f6a7","unicode_alternates":"","name":"construction sign","shortname":":construction:","category":"travel","emoji_order":"525","aliases":[],"aliases_ascii":[],"keywords":["object"]},"fuelpump":{"unicode":"26fd","unicode_alternates":"26fd-fe0f","name":"fuel pump","shortname":":fuelpump:","category":"travel","emoji_order":"526","aliases":[],"aliases_ascii":[],"keywords":["object","gas pump"]},"busstop":{"unicode":"1f68f","unicode_alternates":"","name":"bus stop","shortname":":busstop:","category":"travel","emoji_order":"527","aliases":[],"aliases_ascii":[],"keywords":["object"]},"vertical_traffic_light":{"unicode":"1f6a6","unicode_alternates":"","name":"vertical traffic light","shortname":":vertical_traffic_light:","category":"travel","emoji_order":"528","aliases":[],"aliases_ascii":[],"keywords":["object","stop light"]},"traffic_light":{"unicode":"1f6a5","unicode_alternates":"","name":"horizontal traffic light","shortname":":traffic_light:","category":"travel","emoji_order":"529","aliases":[],"aliases_ascii":[],"keywords":["object","stop light"]},"checkered_flag":{"unicode":"1f3c1","unicode_alternates":"","name":"chequered flag","shortname":":checkered_flag:","category":"travel","emoji_order":"530","aliases":[],"aliases_ascii":[],"keywords":["object"]},"ship":{"unicode":"1f6a2","unicode_alternates":"","name":"ship","shortname":":ship:","category":"travel","emoji_order":"531","aliases":[],"aliases_ascii":[],"keywords":["transportation","travel","boat","vacation"]},"ferris_wheel":{"unicode":"1f3a1","unicode_alternates":"","name":"ferris wheel","shortname":":ferris_wheel:","category":"travel","emoji_order":"532","aliases":[],"aliases_ascii":[],"keywords":["places","vacation","ferris wheel"]},"roller_coaster":{"unicode":"1f3a2","unicode_alternates":"","name":"roller coaster","shortname":":roller_coaster:","category":"travel","emoji_order":"533","aliases":[],"aliases_ascii":[],"keywords":["places","vacation","roller coaster"]},"carousel_horse":{"unicode":"1f3a0","unicode_alternates":"","name":"carousel horse","shortname":":carousel_horse:","category":"travel","emoji_order":"534","aliases":[],"aliases_ascii":[],"keywords":["places","object","vacation","roller coaster","carousel"]},"construction_site":{"unicode":"1f3d7","unicode_alternates":"1f3d7-fe0f","name":"building construction","shortname":":construction_site:","category":"travel","emoji_order":"535","aliases":[":building_construction:"],"aliases_ascii":[],"keywords":["building","crane"]},"foggy":{"unicode":"1f301","unicode_alternates":"","name":"foggy","shortname":":foggy:","category":"travel","emoji_order":"536","aliases":[],"aliases_ascii":[],"keywords":["places","building","sky","travel","vacation"]},"tokyo_tower":{"unicode":"1f5fc","unicode_alternates":"","name":"tokyo tower","shortname":":tokyo_tower:","category":"travel","emoji_order":"537","aliases":[],"aliases_ascii":[],"keywords":["places","travel","vacation","eiffel tower"]},"factory":{"unicode":"1f3ed","unicode_alternates":"","name":"factory","shortname":":factory:","category":"travel","emoji_order":"538","aliases":[],"aliases_ascii":[],"keywords":["places","building","travel","steam","steam"]},"fountain":{"unicode":"26f2","unicode_alternates":"26f2-fe0f","name":"fountain","shortname":":fountain:","category":"travel","emoji_order":"539","aliases":[],"aliases_ascii":[],"keywords":["travel","vacation"]},"rice_scene":{"unicode":"1f391","unicode_alternates":"","name":"moon viewing ceremony","shortname":":rice_scene:","category":"travel","emoji_order":"540","aliases":[],"aliases_ascii":[],"keywords":["places","space","sky","travel"]},"mountain":{"unicode":"26f0","unicode_alternates":"26f0-fe0f","name":"mountain","shortname":":mountain:","category":"travel","emoji_order":"541","aliases":[],"aliases_ascii":[],"keywords":["places","travel","vacation","camp"]},"mountain_snow":{"unicode":"1f3d4","unicode_alternates":"1f3d4-fe0f","name":"snow capped mountain","shortname":":mountain_snow:","category":"travel","emoji_order":"542","aliases":[":snow_capped_mountain:"],"aliases_ascii":[],"keywords":["places","travel","vacation","cold","camp"]},"mount_fuji":{"unicode":"1f5fb","unicode_alternates":"","name":"mount fuji","shortname":":mount_fuji:","category":"travel","emoji_order":"543","aliases":[],"aliases_ascii":[],"keywords":["places","travel","vacation","cold","camp"]},"volcano":{"unicode":"1f30b","unicode_alternates":"","name":"volcano","shortname":":volcano:","category":"travel","emoji_order":"544","aliases":[],"aliases_ascii":[],"keywords":["places","tropical"]},"japan":{"unicode":"1f5fe","unicode_alternates":"","name":"silhouette of japan","shortname":":japan:","category":"travel","emoji_order":"545","aliases":[],"aliases_ascii":[],"keywords":["places","travel","map","vacation","tropical"]},"camping":{"unicode":"1f3d5","unicode_alternates":"1f3d5-fe0f","name":"camping","shortname":":camping:","category":"travel","emoji_order":"546","aliases":[],"aliases_ascii":[],"keywords":["places","travel","vacation","camp"]},"tent":{"unicode":"26fa","unicode_alternates":"26fa-fe0f","name":"tent","shortname":":tent:","category":"travel","emoji_order":"547","aliases":[],"aliases_ascii":[],"keywords":["places","travel","vacation","camp"]},"park":{"unicode":"1f3de","unicode_alternates":"1f3de-fe0f","name":"national park","shortname":":park:","category":"travel","emoji_order":"548","aliases":[":national_park:"],"aliases_ascii":[],"keywords":["travel","vacation","park","camp"]},"motorway":{"unicode":"1f6e3","unicode_alternates":"1f6e3-fe0f","name":"motorway","shortname":":motorway:","category":"travel","emoji_order":"549","aliases":[],"aliases_ascii":[],"keywords":["travel","vacation","camp"]},"railway_track":{"unicode":"1f6e4","unicode_alternates":"1f6e4-fe0f","name":"railway track","shortname":":railway_track:","category":"travel","emoji_order":"550","aliases":[":railroad_track:"],"aliases_ascii":[],"keywords":["travel","train","vacation"]},"sunrise":{"unicode":"1f305","unicode_alternates":"","name":"sunrise","shortname":":sunrise:","category":"travel","emoji_order":"551","aliases":[],"aliases_ascii":[],"keywords":["places","sky","travel","vacation","tropical","day","sun","hump day","hump day","morning","morning"]},"sunrise_over_mountains":{"unicode":"1f304","unicode_alternates":"","name":"sunrise over mountains","shortname":":sunrise_over_mountains:","category":"travel","emoji_order":"552","aliases":[],"aliases_ascii":[],"keywords":["places","sky","travel","vacation","day","sun","camp","morning","morning"]},"desert":{"unicode":"1f3dc","unicode_alternates":"1f3dc-fe0f","name":"desert","shortname":":desert:","category":"travel","emoji_order":"553","aliases":[],"aliases_ascii":[],"keywords":["places","travel","vacation","hot","hot"]},"beach":{"unicode":"1f3d6","unicode_alternates":"1f3d6-fe0f","name":"beach with umbrella","shortname":":beach:","category":"travel","emoji_order":"554","aliases":[":beach_with_umbrella:"],"aliases_ascii":[],"keywords":["places","travel","vacation","tropical","beach","swim"]},"island":{"unicode":"1f3dd","unicode_alternates":"1f3dd-fe0f","name":"desert island","shortname":":island:","category":"travel","emoji_order":"555","aliases":[":desert_island:"],"aliases_ascii":[],"keywords":["places","travel","vacation","tropical","beach","swim"]},"city_sunset":{"unicode":"1f307","unicode_alternates":"","name":"sunset over buildings","shortname":":city_sunset:","category":"travel","emoji_order":"556","aliases":[":city_sunrise:"],"aliases_ascii":[],"keywords":["places","building","sky","vacation"]},"city_dusk":{"unicode":"1f306","unicode_alternates":"","name":"cityscape at dusk","shortname":":city_dusk:","category":"travel","emoji_order":"557","aliases":[],"aliases_ascii":[],"keywords":["places","building"]},"cityscape":{"unicode":"1f3d9","unicode_alternates":"1f3d9-fe0f","name":"cityscape","shortname":":cityscape:","category":"travel","emoji_order":"558","aliases":[],"aliases_ascii":[],"keywords":["places","building","vacation"]},"night_with_stars":{"unicode":"1f303","unicode_alternates":"","name":"night with stars","shortname":":night_with_stars:","category":"travel","emoji_order":"559","aliases":[],"aliases_ascii":[],"keywords":["places","building","sky","vacation","goodnight","goodnight"]},"bridge_at_night":{"unicode":"1f309","unicode_alternates":"","name":"bridge at night","shortname":":bridge_at_night:","category":"travel","emoji_order":"560","aliases":[],"aliases_ascii":[],"keywords":["places","travel","vacation","goodnight","goodnight"]},"milky_way":{"unicode":"1f30c","unicode_alternates":"","name":"milky way","shortname":":milky_way:","category":"travel","emoji_order":"561","aliases":[],"aliases_ascii":[],"keywords":["places","space","sky","travel","vacation"]},"stars":{"unicode":"1f320","unicode_alternates":"","name":"shooting star","shortname":":stars:","category":"travel","emoji_order":"562","aliases":[],"aliases_ascii":[],"keywords":["space"]},"sparkler":{"unicode":"1f387","unicode_alternates":"","name":"firework sparkler","shortname":":sparkler:","category":"travel","emoji_order":"563","aliases":[],"aliases_ascii":[],"keywords":["parties","parties"]},"fireworks":{"unicode":"1f386","unicode_alternates":"","name":"fireworks","shortname":":fireworks:","category":"travel","emoji_order":"564","aliases":[],"aliases_ascii":[],"keywords":["parties","parties"]},"rainbow":{"unicode":"1f308","unicode_alternates":"","name":"rainbow","shortname":":rainbow:","category":"travel","emoji_order":"565","aliases":[],"aliases_ascii":[],"keywords":["weather","gay","sky","rain"]},"homes":{"unicode":"1f3d8","unicode_alternates":"1f3d8-fe0f","name":"house buildings","shortname":":homes:","category":"travel","emoji_order":"566","aliases":[":house_buildings:"],"aliases_ascii":[],"keywords":["places","building","house"]},"european_castle":{"unicode":"1f3f0","unicode_alternates":"","name":"european castle","shortname":":european_castle:","category":"travel","emoji_order":"567","aliases":[],"aliases_ascii":[],"keywords":["places","building","travel","vacation"]},"japanese_castle":{"unicode":"1f3ef","unicode_alternates":"","name":"japanese castle","shortname":":japanese_castle:","category":"travel","emoji_order":"568","aliases":[],"aliases_ascii":[],"keywords":["places","building","travel","vacation"]},"stadium":{"unicode":"1f3df","unicode_alternates":"1f3df-fe0f","name":"stadium","shortname":":stadium:","category":"travel","emoji_order":"569","aliases":[],"aliases_ascii":[],"keywords":["places","building","travel","vacation","boys night","boys night"]},"statue_of_liberty":{"unicode":"1f5fd","unicode_alternates":"","name":"statue of liberty","shortname":":statue_of_liberty:","category":"travel","emoji_order":"570","aliases":[],"aliases_ascii":[],"keywords":["places","america","travel","vacation","statue of liberty","free speech","free speech"]},"house":{"unicode":"1f3e0","unicode_alternates":"","name":"house building","shortname":":house:","category":"travel","emoji_order":"571","aliases":[],"aliases_ascii":[],"keywords":["places","building","house"]},"house_with_garden":{"unicode":"1f3e1","unicode_alternates":"","name":"house with garden","shortname":":house_with_garden:","category":"travel","emoji_order":"572","aliases":[],"aliases_ascii":[],"keywords":["places","building","house"]},"house_abandoned":{"unicode":"1f3da","unicode_alternates":"1f3da-fe0f","name":"derelict house building","shortname":":house_abandoned:","category":"travel","emoji_order":"573","aliases":[":derelict_house_building:"],"aliases_ascii":[],"keywords":["places","building","house"]},"office":{"unicode":"1f3e2","unicode_alternates":"","name":"office building","shortname":":office:","category":"travel","emoji_order":"574","aliases":[],"aliases_ascii":[],"keywords":["places","building","work"]},"department_store":{"unicode":"1f3ec","unicode_alternates":"","name":"department store","shortname":":department_store:","category":"travel","emoji_order":"575","aliases":[],"aliases_ascii":[],"keywords":["places","building"]},"post_office":{"unicode":"1f3e3","unicode_alternates":"","name":"japanese post office","shortname":":post_office:","category":"travel","emoji_order":"576","aliases":[],"aliases_ascii":[],"keywords":["places","building","post office"]},"european_post_office":{"unicode":"1f3e4","unicode_alternates":"","name":"european post office","shortname":":european_post_office:","category":"travel","emoji_order":"577","aliases":[],"aliases_ascii":[],"keywords":["places","building","post office"]},"hospital":{"unicode":"1f3e5","unicode_alternates":"","name":"hospital","shortname":":hospital:","category":"travel","emoji_order":"578","aliases":[],"aliases_ascii":[],"keywords":["places","building","health","911","911"]},"bank":{"unicode":"1f3e6","unicode_alternates":"","name":"bank","shortname":":bank:","category":"travel","emoji_order":"579","aliases":[],"aliases_ascii":[],"keywords":["places","building"]},"hotel":{"unicode":"1f3e8","unicode_alternates":"","name":"hotel","shortname":":hotel:","category":"travel","emoji_order":"580","aliases":[],"aliases_ascii":[],"keywords":["places","building","vacation"]},"convenience_store":{"unicode":"1f3ea","unicode_alternates":"","name":"convenience store","shortname":":convenience_store:","category":"travel","emoji_order":"581","aliases":[],"aliases_ascii":[],"keywords":["places","building"]},"school":{"unicode":"1f3eb","unicode_alternates":"","name":"school","shortname":":school:","category":"travel","emoji_order":"582","aliases":[],"aliases_ascii":[],"keywords":["places","building"]},"love_hotel":{"unicode":"1f3e9","unicode_alternates":"","name":"love hotel","shortname":":love_hotel:","category":"travel","emoji_order":"583","aliases":[],"aliases_ascii":[],"keywords":["places","building","love"]},"wedding":{"unicode":"1f492","unicode_alternates":"","name":"wedding","shortname":":wedding:","category":"travel","emoji_order":"584","aliases":[],"aliases_ascii":[],"keywords":["places","wedding","building","love","parties","parties"]},"classical_building":{"unicode":"1f3db","unicode_alternates":"1f3db-fe0f","name":"classical building","shortname":":classical_building:","category":"travel","emoji_order":"585","aliases":[],"aliases_ascii":[],"keywords":["places","building","travel","vacation"]},"church":{"unicode":"26ea","unicode_alternates":"26ea-fe0f","name":"church","shortname":":church:","category":"travel","emoji_order":"586","aliases":[],"aliases_ascii":[],"keywords":["places","wedding","religion","building","condolence","condolence"]},"mosque":{"unicode":"1f54c","unicode_alternates":"","name":"mosque","shortname":":mosque:","category":"travel","emoji_order":"587","aliases":[],"aliases_ascii":[],"keywords":["places","religion","building","vacation","condolence","condolence"]},"synagogue":{"unicode":"1f54d","unicode_alternates":"","name":"synagogue","shortname":":synagogue:","category":"travel","emoji_order":"588","aliases":[],"aliases_ascii":[],"keywords":["places","religion","building","travel","vacation","condolence","condolence"]},"kaaba":{"unicode":"1f54b","unicode_alternates":"","name":"kaaba","shortname":":kaaba:","category":"travel","emoji_order":"589","aliases":[],"aliases_ascii":[],"keywords":["places","religion","building","condolence","condolence"]},"shinto_shrine":{"unicode":"26e9","unicode_alternates":"26e9-fe0f","name":"shinto shrine","shortname":":shinto_shrine:","category":"travel","emoji_order":"590","aliases":[],"aliases_ascii":[],"keywords":["places","building","travel","vacation"]},"watch":{"unicode":"231a","unicode_alternates":"231a-fe0f","name":"watch","shortname":":watch:","category":"objects","emoji_order":"591","aliases":[],"aliases_ascii":[],"keywords":["electronics","time"]},"iphone":{"unicode":"1f4f1","unicode_alternates":"","name":"mobile phone","shortname":":iphone:","category":"objects","emoji_order":"592","aliases":[],"aliases_ascii":[],"keywords":["electronics","phone","selfie","selfie"]},"calling":{"unicode":"1f4f2","unicode_alternates":"","name":"mobile phone with rightwards arrow at left","shortname":":calling:","category":"objects","emoji_order":"593","aliases":[],"aliases_ascii":[],"keywords":["electronics","phone","selfie","selfie"]},"computer":{"unicode":"1f4bb","unicode_alternates":"","name":"personal computer","shortname":":computer:","category":"objects","emoji_order":"594","aliases":[],"aliases_ascii":[],"keywords":["electronics","work","office"]},"keyboard":{"unicode":"2328","unicode_alternates":"2328-fe0f","name":"keyboard","shortname":":keyboard:","category":"objects","emoji_order":"595","aliases":[],"aliases_ascii":[],"keywords":["electronics","work","office"]},"desktop":{"unicode":"1f5a5","unicode_alternates":"1f5a5-fe0f","name":"desktop computer","shortname":":desktop:","category":"objects","emoji_order":"596","aliases":[":desktop_computer:"],"aliases_ascii":[],"keywords":["electronics","work"]},"printer":{"unicode":"1f5a8","unicode_alternates":"1f5a8-fe0f","name":"printer","shortname":":printer:","category":"objects","emoji_order":"597","aliases":[],"aliases_ascii":[],"keywords":["electronics","work","office"]},"mouse_three_button":{"unicode":"1f5b1","unicode_alternates":"1f5b1-fe0f","name":"three button mouse","shortname":":mouse_three_button:","category":"objects","emoji_order":"598","aliases":[":three_button_mouse:"],"aliases_ascii":[],"keywords":["electronics","work","game","office"]},"trackball":{"unicode":"1f5b2","unicode_alternates":"1f5b2-fe0f","name":"trackball","shortname":":trackball:","category":"objects","emoji_order":"599","aliases":[],"aliases_ascii":[],"keywords":["electronics","work","game","office"]},"joystick":{"unicode":"1f579","unicode_alternates":"1f579-fe0f","name":"joystick","shortname":":joystick:","category":"objects","emoji_order":"600","aliases":[],"aliases_ascii":[],"keywords":["electronics","game","boys night","boys night"]},"compression":{"unicode":"1f5dc","unicode_alternates":"1f5dc-fe0f","name":"compression","shortname":":compression:","category":"objects","emoji_order":"601","aliases":[],"aliases_ascii":[],"keywords":[]},"minidisc":{"unicode":"1f4bd","unicode_alternates":"","name":"minidisc","shortname":":minidisc:","category":"objects","emoji_order":"602","aliases":[],"aliases_ascii":[],"keywords":["electronics"]},"floppy_disk":{"unicode":"1f4be","unicode_alternates":"","name":"floppy disk","shortname":":floppy_disk:","category":"objects","emoji_order":"603","aliases":[],"aliases_ascii":[],"keywords":["electronics","office"]},"cd":{"unicode":"1f4bf","unicode_alternates":"","name":"optical disc","shortname":":cd:","category":"objects","emoji_order":"604","aliases":[],"aliases_ascii":[],"keywords":["electronics"]},"dvd":{"unicode":"1f4c0","unicode_alternates":"","name":"dvd","shortname":":dvd:","category":"objects","emoji_order":"605","aliases":[],"aliases_ascii":[],"keywords":["electronics"]},"vhs":{"unicode":"1f4fc","unicode_alternates":"","name":"videocassette","shortname":":vhs:","category":"objects","emoji_order":"606","aliases":[],"aliases_ascii":[],"keywords":["electronics"]},"camera":{"unicode":"1f4f7","unicode_alternates":"","name":"camera","shortname":":camera:","category":"objects","emoji_order":"607","aliases":[],"aliases_ascii":[],"keywords":["electronics","camera","selfie","selfie"]},"camera_with_flash":{"unicode":"1f4f8","unicode_alternates":"","name":"camera with flash","shortname":":camera_with_flash:","category":"objects","emoji_order":"608","aliases":[],"aliases_ascii":[],"keywords":["electronics","camera"]},"video_camera":{"unicode":"1f4f9","unicode_alternates":"","name":"video camera","shortname":":video_camera:","category":"objects","emoji_order":"609","aliases":[],"aliases_ascii":[],"keywords":["electronics","camera","movie"]},"movie_camera":{"unicode":"1f3a5","unicode_alternates":"","name":"movie camera","shortname":":movie_camera:","category":"objects","emoji_order":"610","aliases":[],"aliases_ascii":[],"keywords":["object","camera","movie"]},"projector":{"unicode":"1f4fd","unicode_alternates":"1f4fd-fe0f","name":"film projector","shortname":":projector:","category":"objects","emoji_order":"611","aliases":[":film_projector:"],"aliases_ascii":[],"keywords":["object","camera","movie"]},"film_frames":{"unicode":"1f39e","unicode_alternates":"1f39e-fe0f","name":"film frames","shortname":":film_frames:","category":"objects","emoji_order":"612","aliases":[],"aliases_ascii":[],"keywords":["object","camera","movie"]},"telephone_receiver":{"unicode":"1f4de","unicode_alternates":"","name":"telephone receiver","shortname":":telephone_receiver:","category":"objects","emoji_order":"613","aliases":[],"aliases_ascii":[],"keywords":["electronics","phone"]},"telephone":{"unicode":"260e","unicode_alternates":"260e-fe0f","name":"black telephone","shortname":":telephone:","category":"objects","emoji_order":"614","aliases":[],"aliases_ascii":[],"keywords":["electronics","phone"]},"pager":{"unicode":"1f4df","unicode_alternates":"","name":"pager","shortname":":pager:","category":"objects","emoji_order":"615","aliases":[],"aliases_ascii":[],"keywords":["electronics","work"]},"fax":{"unicode":"1f4e0","unicode_alternates":"","name":"fax machine","shortname":":fax:","category":"objects","emoji_order":"616","aliases":[],"aliases_ascii":[],"keywords":["electronics","work","office"]},"tv":{"unicode":"1f4fa","unicode_alternates":"","name":"television","shortname":":tv:","category":"objects","emoji_order":"617","aliases":[],"aliases_ascii":[],"keywords":["electronics"]},"radio":{"unicode":"1f4fb","unicode_alternates":"","name":"radio","shortname":":radio:","category":"objects","emoji_order":"618","aliases":[],"aliases_ascii":[],"keywords":["electronics"]},"microphone2":{"unicode":"1f399","unicode_alternates":"1f399-fe0f","name":"studio microphone","shortname":":microphone2:","category":"objects","emoji_order":"619","aliases":[":studio_microphone:"],"aliases_ascii":[],"keywords":["electronics","object"]},"level_slider":{"unicode":"1f39a","unicode_alternates":"1f39a-fe0f","name":"level slider","shortname":":level_slider:","category":"objects","emoji_order":"620","aliases":[],"aliases_ascii":[],"keywords":[]},"control_knobs":{"unicode":"1f39b","unicode_alternates":"1f39b-fe0f","name":"control knobs","shortname":":control_knobs:","category":"objects","emoji_order":"621","aliases":[],"aliases_ascii":[],"keywords":["time"]},"stopwatch":{"unicode":"23f1","unicode_alternates":"23f1-fe0f","name":"stopwatch","shortname":":stopwatch:","category":"objects","emoji_order":"622","aliases":[],"aliases_ascii":[],"keywords":["electronics","time"]},"timer":{"unicode":"23f2","unicode_alternates":"23f2-fe0f","name":"timer clock","shortname":":timer:","category":"objects","emoji_order":"623","aliases":[":timer_clock:"],"aliases_ascii":[],"keywords":["object","time"]},"alarm_clock":{"unicode":"23f0","unicode_alternates":"","name":"alarm clock","shortname":":alarm_clock:","category":"objects","emoji_order":"624","aliases":[],"aliases_ascii":[],"keywords":["object","time"]},"clock":{"unicode":"1f570","unicode_alternates":"1f570-fe0f","name":"mantlepiece clock","shortname":":clock:","category":"objects","emoji_order":"625","aliases":[":mantlepiece_clock:"],"aliases_ascii":[],"keywords":["object","time"]},"hourglass_flowing_sand":{"unicode":"23f3","unicode_alternates":"","name":"hourglass with flowing sand","shortname":":hourglass_flowing_sand:","category":"objects","emoji_order":"626","aliases":[],"aliases_ascii":[],"keywords":["object","time"]},"hourglass":{"unicode":"231b","unicode_alternates":"231b-fe0f","name":"hourglass","shortname":":hourglass:","category":"objects","emoji_order":"627","aliases":[],"aliases_ascii":[],"keywords":["object","time"]},"satellite":{"unicode":"1f4e1","unicode_alternates":"","name":"satellite antenna","shortname":":satellite:","category":"objects","emoji_order":"628","aliases":[],"aliases_ascii":[],"keywords":["object"]},"battery":{"unicode":"1f50b","unicode_alternates":"","name":"battery","shortname":":battery:","category":"objects","emoji_order":"629","aliases":[],"aliases_ascii":[],"keywords":["object"]},"electric_plug":{"unicode":"1f50c","unicode_alternates":"","name":"electric plug","shortname":":electric_plug:","category":"objects","emoji_order":"630","aliases":[],"aliases_ascii":[],"keywords":["electronics"]},"bulb":{"unicode":"1f4a1","unicode_alternates":"","name":"electric light bulb","shortname":":bulb:","category":"objects","emoji_order":"631","aliases":[],"aliases_ascii":[],"keywords":["object","science"]},"flashlight":{"unicode":"1f526","unicode_alternates":"","name":"electric torch","shortname":":flashlight:","category":"objects","emoji_order":"632","aliases":[],"aliases_ascii":[],"keywords":["electronics","object"]},"candle":{"unicode":"1f56f","unicode_alternates":"1f56f-fe0f","name":"candle","shortname":":candle:","category":"objects","emoji_order":"633","aliases":[],"aliases_ascii":[],"keywords":["object"]},"wastebasket":{"unicode":"1f5d1","unicode_alternates":"1f5d1-fe0f","name":"wastebasket","shortname":":wastebasket:","category":"objects","emoji_order":"634","aliases":[],"aliases_ascii":[],"keywords":["object","work"]},"oil":{"unicode":"1f6e2","unicode_alternates":"1f6e2-fe0f","name":"oil drum","shortname":":oil:","category":"objects","emoji_order":"635","aliases":[":oil_drum:"],"aliases_ascii":[],"keywords":["object"]},"money_with_wings":{"unicode":"1f4b8","unicode_alternates":"","name":"money with wings","shortname":":money_with_wings:","category":"objects","emoji_order":"636","aliases":[],"aliases_ascii":[],"keywords":["money","money","boys night","boys night"]},"dollar":{"unicode":"1f4b5","unicode_alternates":"","name":"banknote with dollar sign","shortname":":dollar:","category":"objects","emoji_order":"637","aliases":[],"aliases_ascii":[],"keywords":["money","money"]},"yen":{"unicode":"1f4b4","unicode_alternates":"","name":"banknote with yen sign","shortname":":yen:","category":"objects","emoji_order":"638","aliases":[],"aliases_ascii":[],"keywords":["money","money"]},"euro":{"unicode":"1f4b6","unicode_alternates":"","name":"banknote with euro sign","shortname":":euro:","category":"objects","emoji_order":"639","aliases":[],"aliases_ascii":[],"keywords":["money","money"]},"pound":{"unicode":"1f4b7","unicode_alternates":"","name":"banknote with pound sign","shortname":":pound:","category":"objects","emoji_order":"640","aliases":[],"aliases_ascii":[],"keywords":["money","money"]},"moneybag":{"unicode":"1f4b0","unicode_alternates":"","name":"money bag","shortname":":moneybag:","category":"objects","emoji_order":"641","aliases":[],"aliases_ascii":[],"keywords":["bag","award","money","money"]},"credit_card":{"unicode":"1f4b3","unicode_alternates":"","name":"credit card","shortname":":credit_card:","category":"objects","emoji_order":"642","aliases":[],"aliases_ascii":[],"keywords":["object","money","money","boys night","boys night"]},"gem":{"unicode":"1f48e","unicode_alternates":"","name":"gem stone","shortname":":gem:","category":"objects","emoji_order":"643","aliases":[],"aliases_ascii":[],"keywords":["object","gem"]},"scales":{"unicode":"2696","unicode_alternates":"2696-fe0f","name":"scales","shortname":":scales:","category":"objects","emoji_order":"644","aliases":[],"aliases_ascii":[],"keywords":["object"]},"wrench":{"unicode":"1f527","unicode_alternates":"","name":"wrench","shortname":":wrench:","category":"objects","emoji_order":"645","aliases":[],"aliases_ascii":[],"keywords":["object","tool"]},"hammer":{"unicode":"1f528","unicode_alternates":"","name":"hammer","shortname":":hammer:","category":"objects","emoji_order":"646","aliases":[],"aliases_ascii":[],"keywords":["object","tool","weapon"]},"hammer_pick":{"unicode":"2692","unicode_alternates":"2692-fe0f","name":"hammer and pick","shortname":":hammer_pick:","category":"objects","emoji_order":"647","aliases":[":hammer_and_pick:"],"aliases_ascii":[],"keywords":["object","tool","weapon"]},"tools":{"unicode":"1f6e0","unicode_alternates":"1f6e0-fe0f","name":"hammer and wrench","shortname":":tools:","category":"objects","emoji_order":"648","aliases":[":hammer_and_wrench:"],"aliases_ascii":[],"keywords":["object","tool"]},"pick":{"unicode":"26cf","unicode_alternates":"26cf-fe0f","name":"pick","shortname":":pick:","category":"objects","emoji_order":"649","aliases":[],"aliases_ascii":[],"keywords":["object","tool","weapon"]},"nut_and_bolt":{"unicode":"1f529","unicode_alternates":"","name":"nut and bolt","shortname":":nut_and_bolt:","category":"objects","emoji_order":"650","aliases":[],"aliases_ascii":[],"keywords":["object","tool","nutcase","nutcase"]},"gear":{"unicode":"2699","unicode_alternates":"2699-fe0f","name":"gear","shortname":":gear:","category":"objects","emoji_order":"651","aliases":[],"aliases_ascii":[],"keywords":["object","tool"]},"chains":{"unicode":"26d3","unicode_alternates":"26d3-fe0f","name":"chains","shortname":":chains:","category":"objects","emoji_order":"652","aliases":[],"aliases_ascii":[],"keywords":["object","tool"]},"gun":{"unicode":"1f52b","unicode_alternates":"","name":"pistol","shortname":":gun:","category":"objects","emoji_order":"653","aliases":[],"aliases_ascii":[],"keywords":["object","weapon","dead","gun","sarcastic","sarcastic"]},"bomb":{"unicode":"1f4a3","unicode_alternates":"","name":"bomb","shortname":":bomb:","category":"objects","emoji_order":"654","aliases":[],"aliases_ascii":[],"keywords":["object","weapon","dead","blast","blast"]},"knife":{"unicode":"1f52a","unicode_alternates":"","name":"hocho","shortname":":knife:","category":"objects","emoji_order":"655","aliases":[],"aliases_ascii":[],"keywords":["object","weapon"]},"dagger":{"unicode":"1f5e1","unicode_alternates":"1f5e1-fe0f","name":"dagger knife","shortname":":dagger:","category":"objects","emoji_order":"656","aliases":[":dagger_knife:"],"aliases_ascii":[],"keywords":["object","weapon"]},"crossed_swords":{"unicode":"2694","unicode_alternates":"2694-fe0f","name":"crossed swords","shortname":":crossed_swords:","category":"objects","emoji_order":"657","aliases":[],"aliases_ascii":[],"keywords":["object","weapon"]},"shield":{"unicode":"1f6e1","unicode_alternates":"1f6e1-fe0f","name":"shield","shortname":":shield:","category":"objects","emoji_order":"658","aliases":[],"aliases_ascii":[],"keywords":["object"]},"smoking":{"unicode":"1f6ac","unicode_alternates":"","name":"smoking symbol","shortname":":smoking:","category":"objects","emoji_order":"659","aliases":[],"aliases_ascii":[],"keywords":["symbol","drugs","drugs","smoking","smoking"]},"skull_crossbones":{"unicode":"2620","unicode_alternates":"2620-fe0f","name":"skull and crossbones","shortname":":skull_crossbones:","category":"objects","emoji_order":"660","aliases":[":skull_and_crossbones:"],"aliases_ascii":[],"keywords":["symbol","dead","skull"]},"coffin":{"unicode":"26b0","unicode_alternates":"26b0-fe0f","name":"coffin","shortname":":coffin:","category":"objects","emoji_order":"661","aliases":[],"aliases_ascii":[],"keywords":["object","dead","rip","rip"]},"urn":{"unicode":"26b1","unicode_alternates":"26b1-fe0f","name":"funeral urn","shortname":":urn:","category":"objects","emoji_order":"662","aliases":[":funeral_urn:"],"aliases_ascii":[],"keywords":["object","dead","rip","rip"]},"amphora":{"unicode":"1f3fa","unicode_alternates":"","name":"amphora","shortname":":amphora:","category":"objects","emoji_order":"663","aliases":[],"aliases_ascii":[],"keywords":["object"]},"crystal_ball":{"unicode":"1f52e","unicode_alternates":"","name":"crystal ball","shortname":":crystal_ball:","category":"objects","emoji_order":"664","aliases":[],"aliases_ascii":[],"keywords":["object","ball"]},"prayer_beads":{"unicode":"1f4ff","unicode_alternates":"","name":"prayer beads","shortname":":prayer_beads:","category":"objects","emoji_order":"665","aliases":[],"aliases_ascii":[],"keywords":["object","rosary"]},"barber":{"unicode":"1f488","unicode_alternates":"","name":"barber pole","shortname":":barber:","category":"objects","emoji_order":"666","aliases":[],"aliases_ascii":[],"keywords":["object"]},"alembic":{"unicode":"2697","unicode_alternates":"2697-fe0f","name":"alembic","shortname":":alembic:","category":"objects","emoji_order":"667","aliases":[],"aliases_ascii":[],"keywords":["object","science"]},"telescope":{"unicode":"1f52d","unicode_alternates":"","name":"telescope","shortname":":telescope:","category":"objects","emoji_order":"668","aliases":[],"aliases_ascii":[],"keywords":["object","space","science"]},"microscope":{"unicode":"1f52c","unicode_alternates":"","name":"microscope","shortname":":microscope:","category":"objects","emoji_order":"669","aliases":[],"aliases_ascii":[],"keywords":["object","science"]},"hole":{"unicode":"1f573","unicode_alternates":"1f573-fe0f","name":"hole","shortname":":hole:","category":"objects","emoji_order":"670","aliases":[],"aliases_ascii":[],"keywords":["object"]},"pill":{"unicode":"1f48a","unicode_alternates":"","name":"pill","shortname":":pill:","category":"objects","emoji_order":"671","aliases":[],"aliases_ascii":[],"keywords":["object","health","drugs","drugs"]},"syringe":{"unicode":"1f489","unicode_alternates":"","name":"syringe","shortname":":syringe:","category":"objects","emoji_order":"672","aliases":[],"aliases_ascii":[],"keywords":["object","weapon","health","drugs","drugs"]},"thermometer":{"unicode":"1f321","unicode_alternates":"1f321-fe0f","name":"thermometer","shortname":":thermometer:","category":"objects","emoji_order":"673","aliases":[],"aliases_ascii":[],"keywords":["object","science","health","hot","hot"]},"label":{"unicode":"1f3f7","unicode_alternates":"1f3f7-fe0f","name":"label","shortname":":label:","category":"objects","emoji_order":"674","aliases":[],"aliases_ascii":[],"keywords":["object"]},"bookmark":{"unicode":"1f516","unicode_alternates":"","name":"bookmark","shortname":":bookmark:","category":"objects","emoji_order":"675","aliases":[],"aliases_ascii":[],"keywords":["object","book"]},"toilet":{"unicode":"1f6bd","unicode_alternates":"","name":"toilet","shortname":":toilet:","category":"objects","emoji_order":"676","aliases":[],"aliases_ascii":[],"keywords":["object","bathroom"]},"shower":{"unicode":"1f6bf","unicode_alternates":"","name":"shower","shortname":":shower:","category":"objects","emoji_order":"677","aliases":[],"aliases_ascii":[],"keywords":["object","bathroom"]},"bathtub":{"unicode":"1f6c1","unicode_alternates":"","name":"bathtub","shortname":":bathtub:","category":"objects","emoji_order":"678","aliases":[],"aliases_ascii":[],"keywords":["object","bathroom","tired","steam","steam"]},"key":{"unicode":"1f511","unicode_alternates":"","name":"key","shortname":":key:","category":"objects","emoji_order":"679","aliases":[],"aliases_ascii":[],"keywords":["object","lock"]},"key2":{"unicode":"1f5dd","unicode_alternates":"1f5dd-fe0f","name":"old key","shortname":":key2:","category":"objects","emoji_order":"680","aliases":[":old_key:"],"aliases_ascii":[],"keywords":["object","lock"]},"couch":{"unicode":"1f6cb","unicode_alternates":"1f6cb-fe0f","name":"couch and lamp","shortname":":couch:","category":"objects","emoji_order":"681","aliases":[":couch_and_lamp:"],"aliases_ascii":[],"keywords":["object"]},"sleeping_accommodation":{"unicode":"1f6cc","unicode_alternates":"","name":"sleeping accommodation","shortname":":sleeping_accommodation:","category":"objects","emoji_order":"682","aliases":[],"aliases_ascii":[],"keywords":["tired"]},"bed":{"unicode":"1f6cf","unicode_alternates":"1f6cf-fe0f","name":"bed","shortname":":bed:","category":"objects","emoji_order":"683","aliases":[],"aliases_ascii":[],"keywords":["object","tired"]},"door":{"unicode":"1f6aa","unicode_alternates":"","name":"door","shortname":":door:","category":"objects","emoji_order":"684","aliases":[],"aliases_ascii":[],"keywords":["object"]},"bellhop":{"unicode":"1f6ce","unicode_alternates":"1f6ce-fe0f","name":"bellhop bell","shortname":":bellhop:","category":"objects","emoji_order":"685","aliases":[":bellhop_bell:"],"aliases_ascii":[],"keywords":["object"]},"frame_photo":{"unicode":"1f5bc","unicode_alternates":"1f5bc-fe0f","name":"frame with picture","shortname":":frame_photo:","category":"objects","emoji_order":"686","aliases":[":frame_with_picture:"],"aliases_ascii":[],"keywords":["travel","vacation"]},"map":{"unicode":"1f5fa","unicode_alternates":"1f5fa-fe0f","name":"world map","shortname":":map:","category":"objects","emoji_order":"687","aliases":[":world_map:"],"aliases_ascii":[],"keywords":["travel","map","vacation"]},"beach_umbrella":{"unicode":"26f1","unicode_alternates":"26f1-fe0f","name":"umbrella on ground","shortname":":beach_umbrella:","category":"objects","emoji_order":"688","aliases":[":umbrella_on_ground:"],"aliases_ascii":[],"keywords":["travel","vacation","tropical"]},"moyai":{"unicode":"1f5ff","unicode_alternates":"","name":"moyai","shortname":":moyai:","category":"objects","emoji_order":"689","aliases":[],"aliases_ascii":[],"keywords":["travel","vacation"]},"shopping_bags":{"unicode":"1f6cd","unicode_alternates":"1f6cd-fe0f","name":"shopping bags","shortname":":shopping_bags:","category":"objects","emoji_order":"690","aliases":[],"aliases_ascii":[],"keywords":["object","birthday","parties","parties"]},"balloon":{"unicode":"1f388","unicode_alternates":"","name":"balloon","shortname":":balloon:","category":"objects","emoji_order":"691","aliases":[],"aliases_ascii":[],"keywords":["object","birthday","good","good","parties","parties"]},"flags":{"unicode":"1f38f","unicode_alternates":"","name":"carp streamer","shortname":":flags:","category":"objects","emoji_order":"692","aliases":[],"aliases_ascii":[],"keywords":["object","japan"]},"ribbon":{"unicode":"1f380","unicode_alternates":"","name":"ribbon","shortname":":ribbon:","category":"objects","emoji_order":"693","aliases":[],"aliases_ascii":[],"keywords":["object","gift","birthday"]},"gift":{"unicode":"1f381","unicode_alternates":"","name":"wrapped present","shortname":":gift:","category":"objects","emoji_order":"694","aliases":[],"aliases_ascii":[],"keywords":["object","gift","birthday","holidays","christmas","parties","parties"]},"confetti_ball":{"unicode":"1f38a","unicode_alternates":"","name":"confetti ball","shortname":":confetti_ball:","category":"objects","emoji_order":"695","aliases":[],"aliases_ascii":[],"keywords":["object","birthday","holidays","cheers","girls night","girls night","boys night","boys night","parties","parties"]},"tada":{"unicode":"1f389","unicode_alternates":"","name":"party popper","shortname":":tada:","category":"objects","emoji_order":"696","aliases":[],"aliases_ascii":[],"keywords":["object","birthday","holidays","cheers","good","good","girls night","girls night","boys night","boys night","parties","parties"]},"dolls":{"unicode":"1f38e","unicode_alternates":"","name":"japanese dolls","shortname":":dolls:","category":"objects","emoji_order":"697","aliases":[],"aliases_ascii":[],"keywords":["people","japan"]},"wind_chime":{"unicode":"1f390","unicode_alternates":"","name":"wind chime","shortname":":wind_chime:","category":"objects","emoji_order":"698","aliases":[],"aliases_ascii":[],"keywords":["object","japan"]},"crossed_flags":{"unicode":"1f38c","unicode_alternates":"","name":"crossed flags","shortname":":crossed_flags:","category":"objects","emoji_order":"699","aliases":[],"aliases_ascii":[],"keywords":["object","japan"]},"izakaya_lantern":{"unicode":"1f3ee","unicode_alternates":"","name":"izakaya lantern","shortname":":izakaya_lantern:","category":"objects","emoji_order":"700","aliases":[],"aliases_ascii":[],"keywords":["object","japan"]},"envelope":{"unicode":"2709","unicode_alternates":"2709-fe0f","name":"envelope","shortname":":envelope:","category":"objects","emoji_order":"701","aliases":[],"aliases_ascii":[],"keywords":["object","office","write"]},"envelope_with_arrow":{"unicode":"1f4e9","unicode_alternates":"","name":"envelope with downwards arrow above","shortname":":envelope_with_arrow:","category":"objects","emoji_order":"702","aliases":[],"aliases_ascii":[],"keywords":["object","office"]},"incoming_envelope":{"unicode":"1f4e8","unicode_alternates":"","name":"incoming envelope","shortname":":incoming_envelope:","category":"objects","emoji_order":"703","aliases":[],"aliases_ascii":[],"keywords":["object"]},"e-mail":{"unicode":"1f4e7","unicode_alternates":"","name":"e-mail symbol","shortname":":e-mail:","category":"objects","emoji_order":"704","aliases":[":email:"],"aliases_ascii":[],"keywords":["office"]},"love_letter":{"unicode":"1f48c","unicode_alternates":"","name":"love letter","shortname":":love_letter:","category":"objects","emoji_order":"705","aliases":[],"aliases_ascii":[],"keywords":["object"]},"postbox":{"unicode":"1f4ee","unicode_alternates":"","name":"postbox","shortname":":postbox:","category":"objects","emoji_order":"706","aliases":[],"aliases_ascii":[],"keywords":["object"]},"mailbox_closed":{"unicode":"1f4ea","unicode_alternates":"","name":"closed mailbox with lowered flag","shortname":":mailbox_closed:","category":"objects","emoji_order":"707","aliases":[],"aliases_ascii":[],"keywords":["object","office"]},"mailbox":{"unicode":"1f4eb","unicode_alternates":"","name":"closed mailbox with raised flag","shortname":":mailbox:","category":"objects","emoji_order":"708","aliases":[],"aliases_ascii":[],"keywords":["object"]},"mailbox_with_mail":{"unicode":"1f4ec","unicode_alternates":"","name":"open mailbox with raised flag","shortname":":mailbox_with_mail:","category":"objects","emoji_order":"709","aliases":[],"aliases_ascii":[],"keywords":["object"]},"mailbox_with_no_mail":{"unicode":"1f4ed","unicode_alternates":"","name":"open mailbox with lowered flag","shortname":":mailbox_with_no_mail:","category":"objects","emoji_order":"710","aliases":[],"aliases_ascii":[],"keywords":["object"]},"package":{"unicode":"1f4e6","unicode_alternates":"","name":"package","shortname":":package:","category":"objects","emoji_order":"711","aliases":[],"aliases_ascii":[],"keywords":["object","gift","office"]},"postal_horn":{"unicode":"1f4ef","unicode_alternates":"","name":"postal horn","shortname":":postal_horn:","category":"objects","emoji_order":"712","aliases":[],"aliases_ascii":[],"keywords":["object"]},"inbox_tray":{"unicode":"1f4e5","unicode_alternates":"","name":"inbox tray","shortname":":inbox_tray:","category":"objects","emoji_order":"713","aliases":[],"aliases_ascii":[],"keywords":["work","office"]},"outbox_tray":{"unicode":"1f4e4","unicode_alternates":"","name":"outbox tray","shortname":":outbox_tray:","category":"objects","emoji_order":"714","aliases":[],"aliases_ascii":[],"keywords":["work","office"]},"scroll":{"unicode":"1f4dc","unicode_alternates":"","name":"scroll","shortname":":scroll:","category":"objects","emoji_order":"715","aliases":[],"aliases_ascii":[],"keywords":["object","office"]},"page_with_curl":{"unicode":"1f4c3","unicode_alternates":"","name":"page with curl","shortname":":page_with_curl:","category":"objects","emoji_order":"716","aliases":[],"aliases_ascii":[],"keywords":["office","write"]},"bookmark_tabs":{"unicode":"1f4d1","unicode_alternates":"","name":"bookmark tabs","shortname":":bookmark_tabs:","category":"objects","emoji_order":"717","aliases":[],"aliases_ascii":[],"keywords":["office","write"]},"bar_chart":{"unicode":"1f4ca","unicode_alternates":"","name":"bar chart","shortname":":bar_chart:","category":"objects","emoji_order":"718","aliases":[],"aliases_ascii":[],"keywords":["work","office"]},"chart_with_upwards_trend":{"unicode":"1f4c8","unicode_alternates":"","name":"chart with upwards trend","shortname":":chart_with_upwards_trend:","category":"objects","emoji_order":"719","aliases":[],"aliases_ascii":[],"keywords":["work","office"]},"chart_with_downwards_trend":{"unicode":"1f4c9","unicode_alternates":"","name":"chart with downwards trend","shortname":":chart_with_downwards_trend:","category":"objects","emoji_order":"720","aliases":[],"aliases_ascii":[],"keywords":["work","office"]},"page_facing_up":{"unicode":"1f4c4","unicode_alternates":"","name":"page facing up","shortname":":page_facing_up:","category":"objects","emoji_order":"721","aliases":[],"aliases_ascii":[],"keywords":["work","office","write"]},"date":{"unicode":"1f4c5","unicode_alternates":"","name":"calendar","shortname":":date:","category":"objects","emoji_order":"722","aliases":[],"aliases_ascii":[],"keywords":["object","office"]},"calendar":{"unicode":"1f4c6","unicode_alternates":"","name":"tear-off calendar","shortname":":calendar:","category":"objects","emoji_order":"723","aliases":[],"aliases_ascii":[],"keywords":["object","office"]},"calendar_spiral":{"unicode":"1f5d3","unicode_alternates":"1f5d3-fe0f","name":"spiral calendar pad","shortname":":calendar_spiral:","category":"objects","emoji_order":"724","aliases":[":spiral_calendar_pad:"],"aliases_ascii":[],"keywords":["object","office"]},"card_index":{"unicode":"1f4c7","unicode_alternates":"","name":"card index","shortname":":card_index:","category":"objects","emoji_order":"725","aliases":[],"aliases_ascii":[],"keywords":["object","work","office"]},"card_box":{"unicode":"1f5c3","unicode_alternates":"1f5c3-fe0f","name":"card file box","shortname":":card_box:","category":"objects","emoji_order":"726","aliases":[":card_file_box:"],"aliases_ascii":[],"keywords":["object","work","office"]},"ballot_box":{"unicode":"1f5f3","unicode_alternates":"1f5f3-fe0f","name":"ballot box with ballot","shortname":":ballot_box:","category":"objects","emoji_order":"727","aliases":[":ballot_box_with_ballot:"],"aliases_ascii":[],"keywords":["object","office"]},"file_cabinet":{"unicode":"1f5c4","unicode_alternates":"1f5c4-fe0f","name":"file cabinet","shortname":":file_cabinet:","category":"objects","emoji_order":"728","aliases":[],"aliases_ascii":[],"keywords":["object","work","office"]},"clipboard":{"unicode":"1f4cb","unicode_alternates":"","name":"clipboard","shortname":":clipboard:","category":"objects","emoji_order":"729","aliases":[],"aliases_ascii":[],"keywords":["object","work","office","write"]},"notepad_spiral":{"unicode":"1f5d2","unicode_alternates":"1f5d2-fe0f","name":"spiral note pad","shortname":":notepad_spiral:","category":"objects","emoji_order":"730","aliases":[":spiral_note_pad:"],"aliases_ascii":[],"keywords":["work","office","write"]},"file_folder":{"unicode":"1f4c1","unicode_alternates":"","name":"file folder","shortname":":file_folder:","category":"objects","emoji_order":"731","aliases":[],"aliases_ascii":[],"keywords":["work","office"]},"open_file_folder":{"unicode":"1f4c2","unicode_alternates":"","name":"open file folder","shortname":":open_file_folder:","category":"objects","emoji_order":"732","aliases":[],"aliases_ascii":[],"keywords":["work","office"]},"dividers":{"unicode":"1f5c2","unicode_alternates":"1f5c2-fe0f","name":"card index dividers","shortname":":dividers:","category":"objects","emoji_order":"733","aliases":[":card_index_dividers:"],"aliases_ascii":[],"keywords":["work","office"]},"newspaper2":{"unicode":"1f5de","unicode_alternates":"1f5de-fe0f","name":"rolled-up newspaper","shortname":":newspaper2:","category":"objects","emoji_order":"734","aliases":[":rolled_up_newspaper:"],"aliases_ascii":[],"keywords":["office","write"]},"newspaper":{"unicode":"1f4f0","unicode_alternates":"","name":"newspaper","shortname":":newspaper:","category":"objects","emoji_order":"735","aliases":[],"aliases_ascii":[],"keywords":["office","write"]},"notebook":{"unicode":"1f4d3","unicode_alternates":"","name":"notebook","shortname":":notebook:","category":"objects","emoji_order":"736","aliases":[],"aliases_ascii":[],"keywords":["object","office","write"]},"closed_book":{"unicode":"1f4d5","unicode_alternates":"","name":"closed book","shortname":":closed_book:","category":"objects","emoji_order":"737","aliases":[],"aliases_ascii":[],"keywords":["object","office","write","book"]},"green_book":{"unicode":"1f4d7","unicode_alternates":"","name":"green book","shortname":":green_book:","category":"objects","emoji_order":"738","aliases":[],"aliases_ascii":[],"keywords":["object","office","book"]},"blue_book":{"unicode":"1f4d8","unicode_alternates":"","name":"blue book","shortname":":blue_book:","category":"objects","emoji_order":"739","aliases":[],"aliases_ascii":[],"keywords":["object","office","write","book"]},"orange_book":{"unicode":"1f4d9","unicode_alternates":"","name":"orange book","shortname":":orange_book:","category":"objects","emoji_order":"740","aliases":[],"aliases_ascii":[],"keywords":["object","office","write","book"]},"notebook_with_decorative_cover":{"unicode":"1f4d4","unicode_alternates":"","name":"notebook with decorative cover","shortname":":notebook_with_decorative_cover:","category":"objects","emoji_order":"741","aliases":[],"aliases_ascii":[],"keywords":["object","office","write"]},"ledger":{"unicode":"1f4d2","unicode_alternates":"","name":"ledger","shortname":":ledger:","category":"objects","emoji_order":"742","aliases":[],"aliases_ascii":[],"keywords":["object","office","write"]},"books":{"unicode":"1f4da","unicode_alternates":"","name":"books","shortname":":books:","category":"objects","emoji_order":"743","aliases":[],"aliases_ascii":[],"keywords":["object","office","write","book"]},"book":{"unicode":"1f4d6","unicode_alternates":"","name":"open book","shortname":":book:","category":"objects","emoji_order":"744","aliases":[],"aliases_ascii":[],"keywords":["object","office","write","book"]},"link":{"unicode":"1f517","unicode_alternates":"","name":"link symbol","shortname":":link:","category":"objects","emoji_order":"745","aliases":[],"aliases_ascii":[],"keywords":["symbol","office"]},"paperclip":{"unicode":"1f4ce","unicode_alternates":"","name":"paperclip","shortname":":paperclip:","category":"objects","emoji_order":"746","aliases":[],"aliases_ascii":[],"keywords":["object","work","office"]},"paperclips":{"unicode":"1f587","unicode_alternates":"1f587-fe0f","name":"linked paperclips","shortname":":paperclips:","category":"objects","emoji_order":"747","aliases":[":linked_paperclips:"],"aliases_ascii":[],"keywords":["object","work","office"]},"scissors":{"unicode":"2702","unicode_alternates":"2702-fe0f","name":"black scissors","shortname":":scissors:","category":"objects","emoji_order":"748","aliases":[],"aliases_ascii":[],"keywords":["object","tool","weapon","office"]},"triangular_ruler":{"unicode":"1f4d0","unicode_alternates":"","name":"triangular ruler","shortname":":triangular_ruler:","category":"objects","emoji_order":"749","aliases":[],"aliases_ascii":[],"keywords":["object","tool","office"]},"straight_ruler":{"unicode":"1f4cf","unicode_alternates":"","name":"straight ruler","shortname":":straight_ruler:","category":"objects","emoji_order":"750","aliases":[],"aliases_ascii":[],"keywords":["object","tool","office"]},"pushpin":{"unicode":"1f4cc","unicode_alternates":"","name":"pushpin","shortname":":pushpin:","category":"objects","emoji_order":"751","aliases":[],"aliases_ascii":[],"keywords":["object","office"]},"round_pushpin":{"unicode":"1f4cd","unicode_alternates":"","name":"round pushpin","shortname":":round_pushpin:","category":"objects","emoji_order":"752","aliases":[],"aliases_ascii":[],"keywords":["object","office"]},"triangular_flag_on_post":{"unicode":"1f6a9","unicode_alternates":"","name":"triangular flag on post","shortname":":triangular_flag_on_post:","category":"objects","emoji_order":"753","aliases":[],"aliases_ascii":[],"keywords":["object"]},"flag_white":{"unicode":"1f3f3","unicode_alternates":"1f3f3-fe0f","name":"waving white flag","shortname":":flag_white:","category":"objects","emoji_order":"754","aliases":[":waving_white_flag:"],"aliases_ascii":[],"keywords":["object"]},"flag_black":{"unicode":"1f3f4","unicode_alternates":"","name":"waving black flag","shortname":":flag_black:","category":"objects","emoji_order":"755","aliases":[":waving_black_flag:"],"aliases_ascii":[],"keywords":["object"]},"closed_lock_with_key":{"unicode":"1f510","unicode_alternates":"","name":"closed lock with key","shortname":":closed_lock_with_key:","category":"objects","emoji_order":"756","aliases":[],"aliases_ascii":[],"keywords":["object","lock"]},"lock":{"unicode":"1f512","unicode_alternates":"","name":"lock","shortname":":lock:","category":"objects","emoji_order":"757","aliases":[],"aliases_ascii":[],"keywords":["object","lock"]},"unlock":{"unicode":"1f513","unicode_alternates":"","name":"open lock","shortname":":unlock:","category":"objects","emoji_order":"758","aliases":[],"aliases_ascii":[],"keywords":["object","lock"]},"lock_with_ink_pen":{"unicode":"1f50f","unicode_alternates":"","name":"lock with ink pen","shortname":":lock_with_ink_pen:","category":"objects","emoji_order":"759","aliases":[],"aliases_ascii":[],"keywords":["object","lock"]},"pen_ballpoint":{"unicode":"1f58a","unicode_alternates":"1f58a-fe0f","name":"lower left ballpoint pen","shortname":":pen_ballpoint:","category":"objects","emoji_order":"760","aliases":[":lower_left_ballpoint_pen:"],"aliases_ascii":[],"keywords":["object","office","write"]},"pen_fountain":{"unicode":"1f58b","unicode_alternates":"1f58b-fe0f","name":"lower left fountain pen","shortname":":pen_fountain:","category":"objects","emoji_order":"761","aliases":[":lower_left_fountain_pen:"],"aliases_ascii":[],"keywords":["object","office","write"]},"black_nib":{"unicode":"2712","unicode_alternates":"2712-fe0f","name":"black nib","shortname":":black_nib:","category":"objects","emoji_order":"762","aliases":[],"aliases_ascii":[],"keywords":["object","office","write"]},"pencil":{"unicode":"1f4dd","unicode_alternates":"","name":"memo","shortname":":pencil:","category":"objects","emoji_order":"763","aliases":[],"aliases_ascii":[],"keywords":["work","office","write"]},"pencil2":{"unicode":"270f","unicode_alternates":"270f-fe0f","name":"pencil","shortname":":pencil2:","category":"objects","emoji_order":"764","aliases":[],"aliases_ascii":[],"keywords":["object","office","write"]},"crayon":{"unicode":"1f58d","unicode_alternates":"1f58d-fe0f","name":"lower left crayon","shortname":":crayon:","category":"objects","emoji_order":"765","aliases":[":lower_left_crayon:"],"aliases_ascii":[],"keywords":["object","office","write"]},"paintbrush":{"unicode":"1f58c","unicode_alternates":"1f58c-fe0f","name":"lower left paintbrush","shortname":":paintbrush:","category":"objects","emoji_order":"766","aliases":[":lower_left_paintbrush:"],"aliases_ascii":[],"keywords":["object","office","write"]},"mag":{"unicode":"1f50d","unicode_alternates":"","name":"left-pointing magnifying glass","shortname":":mag:","category":"objects","emoji_order":"767","aliases":[],"aliases_ascii":[],"keywords":["object"]},"mag_right":{"unicode":"1f50e","unicode_alternates":"","name":"right-pointing magnifying glass","shortname":":mag_right:","category":"objects","emoji_order":"768","aliases":[],"aliases_ascii":[],"keywords":["object"]},"heart":{"unicode":"2764","unicode_alternates":"2764-fe0f","name":"heavy black heart","shortname":":heart:","category":"symbols","emoji_order":"769","aliases":[],"aliases_ascii":["<3"],"keywords":["love","symbol","parties","parties"]},"yellow_heart":{"unicode":"1f49b","unicode_alternates":"","name":"yellow heart","shortname":":yellow_heart:","category":"symbols","emoji_order":"770","aliases":[],"aliases_ascii":[],"keywords":["love","symbol"]},"green_heart":{"unicode":"1f49a","unicode_alternates":"","name":"green heart","shortname":":green_heart:","category":"symbols","emoji_order":"771","aliases":[],"aliases_ascii":[],"keywords":["love","symbol"]},"blue_heart":{"unicode":"1f499","unicode_alternates":"","name":"blue heart","shortname":":blue_heart:","category":"symbols","emoji_order":"772","aliases":[],"aliases_ascii":[],"keywords":["love","symbol"]},"purple_heart":{"unicode":"1f49c","unicode_alternates":"","name":"purple heart","shortname":":purple_heart:","category":"symbols","emoji_order":"773","aliases":[],"aliases_ascii":[],"keywords":["love","symbol"]},"broken_heart":{"unicode":"1f494","unicode_alternates":"","name":"broken heart","shortname":":broken_heart:","category":"symbols","emoji_order":"774","aliases":[],"aliases_ascii":["<\/3"],"keywords":["love","symbol","heartbreak","heartbreak"]},"heart_exclamation":{"unicode":"2763","unicode_alternates":"2763-fe0f","name":"heavy heart exclamation mark ornament","shortname":":heart_exclamation:","category":"symbols","emoji_order":"775","aliases":[":heavy_heart_exclamation_mark_ornament:"],"aliases_ascii":[],"keywords":["love","symbol"]},"two_hearts":{"unicode":"1f495","unicode_alternates":"","name":"two hearts","shortname":":two_hearts:","category":"symbols","emoji_order":"776","aliases":[],"aliases_ascii":[],"keywords":["love","symbol"]},"revolving_hearts":{"unicode":"1f49e","unicode_alternates":"","name":"revolving hearts","shortname":":revolving_hearts:","category":"symbols","emoji_order":"777","aliases":[],"aliases_ascii":[],"keywords":["love","symbol"]},"heartbeat":{"unicode":"1f493","unicode_alternates":"","name":"beating heart","shortname":":heartbeat:","category":"symbols","emoji_order":"778","aliases":[],"aliases_ascii":[],"keywords":["love","symbol"]},"heartpulse":{"unicode":"1f497","unicode_alternates":"","name":"growing heart","shortname":":heartpulse:","category":"symbols","emoji_order":"779","aliases":[],"aliases_ascii":[],"keywords":["love","symbol"]},"sparkling_heart":{"unicode":"1f496","unicode_alternates":"","name":"sparkling heart","shortname":":sparkling_heart:","category":"symbols","emoji_order":"780","aliases":[],"aliases_ascii":[],"keywords":["love","symbol","girls night","girls night"]},"cupid":{"unicode":"1f498","unicode_alternates":"","name":"heart with arrow","shortname":":cupid:","category":"symbols","emoji_order":"781","aliases":[],"aliases_ascii":[],"keywords":["love","symbol"]},"gift_heart":{"unicode":"1f49d","unicode_alternates":"","name":"heart with ribbon","shortname":":gift_heart:","category":"symbols","emoji_order":"782","aliases":[],"aliases_ascii":[],"keywords":["love","symbol","condolence","condolence"]},"heart_decoration":{"unicode":"1f49f","unicode_alternates":"","name":"heart decoration","shortname":":heart_decoration:","category":"symbols","emoji_order":"783","aliases":[],"aliases_ascii":[],"keywords":["love","symbol"]},"peace":{"unicode":"262e","unicode_alternates":"262e-fe0f","name":"peace symbol","shortname":":peace:","category":"symbols","emoji_order":"784","aliases":[":peace_symbol:"],"aliases_ascii":[],"keywords":["symbol","peace","peace","drugs","drugs"]},"cross":{"unicode":"271d","unicode_alternates":"271d-fe0f","name":"latin cross","shortname":":cross:","category":"symbols","emoji_order":"785","aliases":[":latin_cross:"],"aliases_ascii":[],"keywords":["religion","symbol"]},"star_and_crescent":{"unicode":"262a","unicode_alternates":"262a-fe0f","name":"star and crescent","shortname":":star_and_crescent:","category":"symbols","emoji_order":"786","aliases":[],"aliases_ascii":[],"keywords":["religion","symbol"]},"om_symbol":{"unicode":"1f549","unicode_alternates":"1f549-fe0f","name":"om symbol","shortname":":om_symbol:","category":"symbols","emoji_order":"787","aliases":[],"aliases_ascii":[],"keywords":["religion","symbol"]},"wheel_of_dharma":{"unicode":"2638","unicode_alternates":"2638-fe0f","name":"wheel of dharma","shortname":":wheel_of_dharma:","category":"symbols","emoji_order":"788","aliases":[],"aliases_ascii":[],"keywords":["religion","symbol"]},"star_of_david":{"unicode":"2721","unicode_alternates":"2721-fe0f","name":"star of david","shortname":":star_of_david:","category":"symbols","emoji_order":"789","aliases":[],"aliases_ascii":[],"keywords":["religion","jew","star","symbol"]},"six_pointed_star":{"unicode":"1f52f","unicode_alternates":"","name":"six pointed star with middle dot","shortname":":six_pointed_star:","category":"symbols","emoji_order":"790","aliases":[],"aliases_ascii":[],"keywords":["religion","jew","star","symbol"]},"menorah":{"unicode":"1f54e","unicode_alternates":"","name":"menorah with nine branches","shortname":":menorah:","category":"symbols","emoji_order":"791","aliases":[],"aliases_ascii":[],"keywords":["religion","object","jew","symbol","holidays"]},"yin_yang":{"unicode":"262f","unicode_alternates":"262f-fe0f","name":"yin yang","shortname":":yin_yang:","category":"symbols","emoji_order":"792","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"orthodox_cross":{"unicode":"2626","unicode_alternates":"2626-fe0f","name":"orthodox cross","shortname":":orthodox_cross:","category":"symbols","emoji_order":"793","aliases":[],"aliases_ascii":[],"keywords":["religion","symbol"]},"place_of_worship":{"unicode":"1f6d0","unicode_alternates":"","name":"place of worship","shortname":":place_of_worship:","category":"symbols","emoji_order":"794","aliases":[":worship_symbol:"],"aliases_ascii":[],"keywords":["religion","symbol","pray","pray"]},"ophiuchus":{"unicode":"26ce","unicode_alternates":"","name":"ophiuchus","shortname":":ophiuchus:","category":"symbols","emoji_order":"795","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"aries":{"unicode":"2648","unicode_alternates":"2648-fe0f","name":"aries","shortname":":aries:","category":"symbols","emoji_order":"796","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"taurus":{"unicode":"2649","unicode_alternates":"2649-fe0f","name":"taurus","shortname":":taurus:","category":"symbols","emoji_order":"797","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"gemini":{"unicode":"264a","unicode_alternates":"264a-fe0f","name":"gemini","shortname":":gemini:","category":"symbols","emoji_order":"798","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"cancer":{"unicode":"264b","unicode_alternates":"264b-fe0f","name":"cancer","shortname":":cancer:","category":"symbols","emoji_order":"799","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"leo":{"unicode":"264c","unicode_alternates":"264c-fe0f","name":"leo","shortname":":leo:","category":"symbols","emoji_order":"800","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"virgo":{"unicode":"264d","unicode_alternates":"264d-fe0f","name":"virgo","shortname":":virgo:","category":"symbols","emoji_order":"801","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"libra":{"unicode":"264e","unicode_alternates":"264e-fe0f","name":"libra","shortname":":libra:","category":"symbols","emoji_order":"802","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"scorpius":{"unicode":"264f","unicode_alternates":"264f-fe0f","name":"scorpius","shortname":":scorpius:","category":"symbols","emoji_order":"803","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"sagittarius":{"unicode":"2650","unicode_alternates":"2650-fe0f","name":"sagittarius","shortname":":sagittarius:","category":"symbols","emoji_order":"804","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"capricorn":{"unicode":"2651","unicode_alternates":"2651-fe0f","name":"capricorn","shortname":":capricorn:","category":"symbols","emoji_order":"805","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"aquarius":{"unicode":"2652","unicode_alternates":"2652-fe0f","name":"aquarius","shortname":":aquarius:","category":"symbols","emoji_order":"806","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"pisces":{"unicode":"2653","unicode_alternates":"2653-fe0f","name":"pisces","shortname":":pisces:","category":"symbols","emoji_order":"807","aliases":[],"aliases_ascii":[],"keywords":["zodiac","symbol"]},"id":{"unicode":"1f194","unicode_alternates":"","name":"squared id","shortname":":id:","category":"symbols","emoji_order":"808","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"atom":{"unicode":"269b","unicode_alternates":"269b-fe0f","name":"atom symbol","shortname":":atom:","category":"symbols","emoji_order":"809","aliases":[":atom_symbol:"],"aliases_ascii":[],"keywords":["symbol","science"]},"u7a7a":{"unicode":"1f233","unicode_alternates":"","name":"squared cjk unified ideograph-7a7a","shortname":":u7a7a:","category":"symbols","emoji_order":"810","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"u5272":{"unicode":"1f239","unicode_alternates":"","name":"squared cjk unified ideograph-5272","shortname":":u5272:","category":"symbols","emoji_order":"811","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"radioactive":{"unicode":"2622","unicode_alternates":"2622-fe0f","name":"radioactive sign","shortname":":radioactive:","category":"symbols","emoji_order":"812","aliases":[":radioactive_sign:"],"aliases_ascii":[],"keywords":["symbol","science"]},"biohazard":{"unicode":"2623","unicode_alternates":"2623-fe0f","name":"biohazard sign","shortname":":biohazard:","category":"symbols","emoji_order":"813","aliases":[":biohazard_sign:"],"aliases_ascii":[],"keywords":["symbol","science"]},"mobile_phone_off":{"unicode":"1f4f4","unicode_alternates":"","name":"mobile phone off","shortname":":mobile_phone_off:","category":"symbols","emoji_order":"814","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"vibration_mode":{"unicode":"1f4f3","unicode_alternates":"","name":"vibration mode","shortname":":vibration_mode:","category":"symbols","emoji_order":"815","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"u6709":{"unicode":"1f236","unicode_alternates":"","name":"squared cjk unified ideograph-6709","shortname":":u6709:","category":"symbols","emoji_order":"816","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"u7121":{"unicode":"1f21a","unicode_alternates":"1f21a-fe0f","name":"squared cjk unified ideograph-7121","shortname":":u7121:","category":"symbols","emoji_order":"817","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"u7533":{"unicode":"1f238","unicode_alternates":"","name":"squared cjk unified ideograph-7533","shortname":":u7533:","category":"symbols","emoji_order":"818","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"u55b6":{"unicode":"1f23a","unicode_alternates":"","name":"squared cjk unified ideograph-55b6","shortname":":u55b6:","category":"symbols","emoji_order":"819","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"u6708":{"unicode":"1f237","unicode_alternates":"1f237-fe0f","name":"squared cjk unified ideograph-6708","shortname":":u6708:","category":"symbols","emoji_order":"820","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"eight_pointed_black_star":{"unicode":"2734","unicode_alternates":"2734-fe0f","name":"eight pointed black star","shortname":":eight_pointed_black_star:","category":"symbols","emoji_order":"821","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"vs":{"unicode":"1f19a","unicode_alternates":"","name":"squared vs","shortname":":vs:","category":"symbols","emoji_order":"822","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"accept":{"unicode":"1f251","unicode_alternates":"","name":"circled ideograph accept","shortname":":accept:","category":"symbols","emoji_order":"823","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"white_flower":{"unicode":"1f4ae","unicode_alternates":"","name":"white flower","shortname":":white_flower:","category":"symbols","emoji_order":"824","aliases":[],"aliases_ascii":[],"keywords":["flower","symbol"]},"ideograph_advantage":{"unicode":"1f250","unicode_alternates":"","name":"circled ideograph advantage","shortname":":ideograph_advantage:","category":"symbols","emoji_order":"825","aliases":[],"aliases_ascii":[],"keywords":["japan","symbol"]},"secret":{"unicode":"3299","unicode_alternates":"3299-fe0f","name":"circled ideograph secret","shortname":":secret:","category":"symbols","emoji_order":"826","aliases":[],"aliases_ascii":[],"keywords":["japan","symbol"]},"congratulations":{"unicode":"3297","unicode_alternates":"3297-fe0f","name":"circled ideograph congratulation","shortname":":congratulations:","category":"symbols","emoji_order":"827","aliases":[],"aliases_ascii":[],"keywords":["japan","symbol"]},"u5408":{"unicode":"1f234","unicode_alternates":"","name":"squared cjk unified ideograph-5408","shortname":":u5408:","category":"symbols","emoji_order":"828","aliases":[],"aliases_ascii":[],"keywords":["japan","symbol"]},"u6e80":{"unicode":"1f235","unicode_alternates":"","name":"squared cjk unified ideograph-6e80","shortname":":u6e80:","category":"symbols","emoji_order":"829","aliases":[],"aliases_ascii":[],"keywords":["japan","symbol"]},"u7981":{"unicode":"1f232","unicode_alternates":"","name":"squared cjk unified ideograph-7981","shortname":":u7981:","category":"symbols","emoji_order":"830","aliases":[],"aliases_ascii":[],"keywords":["japan","symbol"]},"a":{"unicode":"1f170","unicode_alternates":"","name":"negative squared latin capital letter a","shortname":":a:","category":"symbols","emoji_order":"831","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"b":{"unicode":"1f171","unicode_alternates":"","name":"negative squared latin capital letter b","shortname":":b:","category":"symbols","emoji_order":"832","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"ab":{"unicode":"1f18e","unicode_alternates":"","name":"negative squared ab","shortname":":ab:","category":"symbols","emoji_order":"833","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"cl":{"unicode":"1f191","unicode_alternates":"","name":"squared cl","shortname":":cl:","category":"symbols","emoji_order":"834","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"o2":{"unicode":"1f17e","unicode_alternates":"","name":"negative squared latin capital letter o","shortname":":o2:","category":"symbols","emoji_order":"835","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"sos":{"unicode":"1f198","unicode_alternates":"","name":"squared sos","shortname":":sos:","category":"symbols","emoji_order":"836","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"no_entry":{"unicode":"26d4","unicode_alternates":"26d4-fe0f","name":"no entry","shortname":":no_entry:","category":"symbols","emoji_order":"837","aliases":[],"aliases_ascii":[],"keywords":["symbol","circle","circle"]},"name_badge":{"unicode":"1f4db","unicode_alternates":"","name":"name badge","shortname":":name_badge:","category":"symbols","emoji_order":"838","aliases":[],"aliases_ascii":[],"keywords":["work"]},"no_entry_sign":{"unicode":"1f6ab","unicode_alternates":"","name":"no entry sign","shortname":":no_entry_sign:","category":"symbols","emoji_order":"839","aliases":[],"aliases_ascii":[],"keywords":["symbol","circle","circle"]},"x":{"unicode":"274c","unicode_alternates":"","name":"cross mark","shortname":":x:","category":"symbols","emoji_order":"840","aliases":[],"aliases_ascii":[],"keywords":["symbol","sol","sol"]},"o":{"unicode":"2b55","unicode_alternates":"2b55-fe0f","name":"heavy large circle","shortname":":o:","category":"symbols","emoji_order":"841","aliases":[],"aliases_ascii":[],"keywords":["symbol","circle","circle"]},"anger":{"unicode":"1f4a2","unicode_alternates":"","name":"anger symbol","shortname":":anger:","category":"symbols","emoji_order":"842","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"hotsprings":{"unicode":"2668","unicode_alternates":"2668-fe0f","name":"hot springs","shortname":":hotsprings:","category":"symbols","emoji_order":"843","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"no_pedestrians":{"unicode":"1f6b7","unicode_alternates":"","name":"no pedestrians","shortname":":no_pedestrians:","category":"symbols","emoji_order":"844","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"do_not_litter":{"unicode":"1f6af","unicode_alternates":"","name":"do not litter symbol","shortname":":do_not_litter:","category":"symbols","emoji_order":"845","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"no_bicycles":{"unicode":"1f6b3","unicode_alternates":"","name":"no bicycles","shortname":":no_bicycles:","category":"symbols","emoji_order":"846","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"non-potable_water":{"unicode":"1f6b1","unicode_alternates":"","name":"non-potable water symbol","shortname":":non-potable_water:","category":"symbols","emoji_order":"847","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"underage":{"unicode":"1f51e","unicode_alternates":"","name":"no one under eighteen symbol","shortname":":underage:","category":"symbols","emoji_order":"848","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"no_mobile_phones":{"unicode":"1f4f5","unicode_alternates":"","name":"no mobile phones","shortname":":no_mobile_phones:","category":"symbols","emoji_order":"849","aliases":[],"aliases_ascii":[],"keywords":["symbol","phone"]},"exclamation":{"unicode":"2757","unicode_alternates":"2757-fe0f","name":"heavy exclamation mark symbol","shortname":":exclamation:","category":"symbols","emoji_order":"850","aliases":[],"aliases_ascii":[],"keywords":["symbol","punctuation"]},"grey_exclamation":{"unicode":"2755","unicode_alternates":"","name":"white exclamation mark ornament","shortname":":grey_exclamation:","category":"symbols","emoji_order":"851","aliases":[],"aliases_ascii":[],"keywords":["symbol","punctuation"]},"question":{"unicode":"2753","unicode_alternates":"","name":"black question mark ornament","shortname":":question:","category":"symbols","emoji_order":"852","aliases":[],"aliases_ascii":[],"keywords":["symbol","punctuation","wth","wth"]},"grey_question":{"unicode":"2754","unicode_alternates":"","name":"white question mark ornament","shortname":":grey_question:","category":"symbols","emoji_order":"853","aliases":[],"aliases_ascii":[],"keywords":["symbol","punctuation"]},"bangbang":{"unicode":"203c","unicode_alternates":"203c-fe0f","name":"double exclamation mark","shortname":":bangbang:","category":"symbols","emoji_order":"854","aliases":[],"aliases_ascii":[],"keywords":["symbol","punctuation"]},"interrobang":{"unicode":"2049","unicode_alternates":"2049-fe0f","name":"exclamation question mark","shortname":":interrobang:","category":"symbols","emoji_order":"855","aliases":[],"aliases_ascii":[],"keywords":["symbol","punctuation"]},"100":{"unicode":"1f4af","unicode_alternates":"","name":"hundred points symbol","shortname":":100:","category":"symbols","emoji_order":"856","aliases":[],"aliases_ascii":[],"keywords":["symbol","wow","wow","win","win","perfect","perfect","parties","parties"]},"low_brightness":{"unicode":"1f505","unicode_alternates":"","name":"low brightness symbol","shortname":":low_brightness:","category":"symbols","emoji_order":"857","aliases":[],"aliases_ascii":[],"keywords":["symbol","sun"]},"high_brightness":{"unicode":"1f506","unicode_alternates":"","name":"high brightness symbol","shortname":":high_brightness:","category":"symbols","emoji_order":"858","aliases":[],"aliases_ascii":[],"keywords":["symbol","sun"]},"trident":{"unicode":"1f531","unicode_alternates":"","name":"trident emblem","shortname":":trident:","category":"symbols","emoji_order":"859","aliases":[],"aliases_ascii":[],"keywords":["object","symbol"]},"fleur-de-lis":{"unicode":"269c","unicode_alternates":"269c-fe0f","name":"fleur-de-lis","shortname":":fleur-de-lis:","category":"symbols","emoji_order":"860","aliases":[],"aliases_ascii":[],"keywords":["object","symbol"]},"part_alternation_mark":{"unicode":"303d","unicode_alternates":"303d-fe0f","name":"part alternation mark","shortname":":part_alternation_mark:","category":"symbols","emoji_order":"861","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"warning":{"unicode":"26a0","unicode_alternates":"26a0-fe0f","name":"warning sign","shortname":":warning:","category":"symbols","emoji_order":"862","aliases":[],"aliases_ascii":[],"keywords":["symbol","punctuation"]},"children_crossing":{"unicode":"1f6b8","unicode_alternates":"","name":"children crossing","shortname":":children_crossing:","category":"symbols","emoji_order":"863","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"beginner":{"unicode":"1f530","unicode_alternates":"","name":"japanese symbol for beginner","shortname":":beginner:","category":"symbols","emoji_order":"864","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"recycle":{"unicode":"267b","unicode_alternates":"267b-fe0f","name":"black universal recycling symbol","shortname":":recycle:","category":"symbols","emoji_order":"865","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"u6307":{"unicode":"1f22f","unicode_alternates":"1f22f-fe0f","name":"squared cjk unified ideograph-6307","shortname":":u6307:","category":"symbols","emoji_order":"866","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"chart":{"unicode":"1f4b9","unicode_alternates":"","name":"chart with upwards trend and yen sign","shortname":":chart:","category":"symbols","emoji_order":"867","aliases":[],"aliases_ascii":[],"keywords":["symbol","money","money"]},"sparkle":{"unicode":"2747","unicode_alternates":"2747-fe0f","name":"sparkle","shortname":":sparkle:","category":"symbols","emoji_order":"868","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"eight_spoked_asterisk":{"unicode":"2733","unicode_alternates":"2733-fe0f","name":"eight spoked asterisk","shortname":":eight_spoked_asterisk:","category":"symbols","emoji_order":"869","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"negative_squared_cross_mark":{"unicode":"274e","unicode_alternates":"","name":"negative squared cross mark","shortname":":negative_squared_cross_mark:","category":"symbols","emoji_order":"870","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"white_check_mark":{"unicode":"2705","unicode_alternates":"","name":"white heavy check mark","shortname":":white_check_mark:","category":"symbols","emoji_order":"871","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"diamond_shape_with_a_dot_inside":{"unicode":"1f4a0","unicode_alternates":"","name":"diamond shape with a dot inside","shortname":":diamond_shape_with_a_dot_inside:","category":"symbols","emoji_order":"872","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"cyclone":{"unicode":"1f300","unicode_alternates":"","name":"cyclone","shortname":":cyclone:","category":"symbols","emoji_order":"873","aliases":[],"aliases_ascii":[],"keywords":["symbol","drugs","drugs"]},"loop":{"unicode":"27bf","unicode_alternates":"","name":"double curly loop","shortname":":loop:","category":"symbols","emoji_order":"874","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"globe_with_meridians":{"unicode":"1f310","unicode_alternates":"","name":"globe with meridians","shortname":":globe_with_meridians:","category":"symbols","emoji_order":"875","aliases":[],"aliases_ascii":[],"keywords":["symbol","globe","globe"]},"m":{"unicode":"24c2","unicode_alternates":"24c2-fe0f","name":"circled latin capital letter m","shortname":":m:","category":"symbols","emoji_order":"876","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"atm":{"unicode":"1f3e7","unicode_alternates":"","name":"automated teller machine","shortname":":atm:","category":"symbols","emoji_order":"877","aliases":[],"aliases_ascii":[],"keywords":["electronics","symbol","money","money"]},"sa":{"unicode":"1f202","unicode_alternates":"1f202-fe0f","name":"squared katakana sa","shortname":":sa:","category":"symbols","emoji_order":"878","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"passport_control":{"unicode":"1f6c2","unicode_alternates":"","name":"passport control","shortname":":passport_control:","category":"symbols","emoji_order":"879","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"customs":{"unicode":"1f6c3","unicode_alternates":"","name":"customs","shortname":":customs:","category":"symbols","emoji_order":"880","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"baggage_claim":{"unicode":"1f6c4","unicode_alternates":"","name":"baggage claim","shortname":":baggage_claim:","category":"symbols","emoji_order":"881","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"left_luggage":{"unicode":"1f6c5","unicode_alternates":"","name":"left luggage","shortname":":left_luggage:","category":"symbols","emoji_order":"882","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"wheelchair":{"unicode":"267f","unicode_alternates":"267f-fe0f","name":"wheelchair symbol","shortname":":wheelchair:","category":"symbols","emoji_order":"883","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"no_smoking":{"unicode":"1f6ad","unicode_alternates":"","name":"no smoking symbol","shortname":":no_smoking:","category":"symbols","emoji_order":"884","aliases":[],"aliases_ascii":[],"keywords":["symbol","smoking","smoking"]},"wc":{"unicode":"1f6be","unicode_alternates":"","name":"water closet","shortname":":wc:","category":"symbols","emoji_order":"885","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"parking":{"unicode":"1f17f","unicode_alternates":"1f17f-fe0f","name":"negative squared latin capital letter p","shortname":":parking:","category":"symbols","emoji_order":"886","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"potable_water":{"unicode":"1f6b0","unicode_alternates":"","name":"potable water symbol","shortname":":potable_water:","category":"symbols","emoji_order":"887","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"mens":{"unicode":"1f6b9","unicode_alternates":"","name":"mens symbol","shortname":":mens:","category":"symbols","emoji_order":"888","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"womens":{"unicode":"1f6ba","unicode_alternates":"","name":"womens symbol","shortname":":womens:","category":"symbols","emoji_order":"889","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"baby_symbol":{"unicode":"1f6bc","unicode_alternates":"","name":"baby symbol","shortname":":baby_symbol:","category":"symbols","emoji_order":"890","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"restroom":{"unicode":"1f6bb","unicode_alternates":"","name":"restroom","shortname":":restroom:","category":"symbols","emoji_order":"891","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"put_litter_in_its_place":{"unicode":"1f6ae","unicode_alternates":"","name":"put litter in its place symbol","shortname":":put_litter_in_its_place:","category":"symbols","emoji_order":"892","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"cinema":{"unicode":"1f3a6","unicode_alternates":"","name":"cinema","shortname":":cinema:","category":"symbols","emoji_order":"893","aliases":[],"aliases_ascii":[],"keywords":["symbol","camera","movie"]},"signal_strength":{"unicode":"1f4f6","unicode_alternates":"","name":"antenna with bars","shortname":":signal_strength:","category":"symbols","emoji_order":"894","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"koko":{"unicode":"1f201","unicode_alternates":"","name":"squared katakana koko","shortname":":koko:","category":"symbols","emoji_order":"895","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"ng":{"unicode":"1f196","unicode_alternates":"","name":"squared ng","shortname":":ng:","category":"symbols","emoji_order":"896","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"ok":{"unicode":"1f197","unicode_alternates":"","name":"squared ok","shortname":":ok:","category":"symbols","emoji_order":"897","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"up":{"unicode":"1f199","unicode_alternates":"","name":"squared up with exclamation mark","shortname":":up:","category":"symbols","emoji_order":"898","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"cool":{"unicode":"1f192","unicode_alternates":"","name":"squared cool","shortname":":cool:","category":"symbols","emoji_order":"899","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"new":{"unicode":"1f195","unicode_alternates":"","name":"squared new","shortname":":new:","category":"symbols","emoji_order":"900","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"free":{"unicode":"1f193","unicode_alternates":"","name":"squared free","shortname":":free:","category":"symbols","emoji_order":"901","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"zero":{"unicode":"0030-20e3","unicode_alternates":"0030-fe0f-20e3","name":"keycap digit zero","shortname":":zero:","category":"symbols","emoji_order":"902","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"one":{"unicode":"0031-20e3","unicode_alternates":"0031-fe0f-20e3","name":"keycap digit one","shortname":":one:","category":"symbols","emoji_order":"903","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"two":{"unicode":"0032-20e3","unicode_alternates":"0032-fe0f-20e3","name":"keycap digit two","shortname":":two:","category":"symbols","emoji_order":"904","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"three":{"unicode":"0033-20e3","unicode_alternates":"0033-fe0f-20e3","name":"keycap digit three","shortname":":three:","category":"symbols","emoji_order":"905","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"four":{"unicode":"0034-20e3","unicode_alternates":"0034-fe0f-20e3","name":"keycap digit four","shortname":":four:","category":"symbols","emoji_order":"906","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"five":{"unicode":"0035-20e3","unicode_alternates":"0035-fe0f-20e3","name":"keycap digit five","shortname":":five:","category":"symbols","emoji_order":"907","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"six":{"unicode":"0036-20e3","unicode_alternates":"0036-fe0f-20e3","name":"keycap digit six","shortname":":six:","category":"symbols","emoji_order":"908","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"seven":{"unicode":"0037-20e3","unicode_alternates":"0037-fe0f-20e3","name":"keycap digit seven","shortname":":seven:","category":"symbols","emoji_order":"909","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"eight":{"unicode":"0038-20e3","unicode_alternates":"0038-fe0f-20e3","name":"keycap digit eight","shortname":":eight:","category":"symbols","emoji_order":"910","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"nine":{"unicode":"0039-20e3","unicode_alternates":"0039-fe0f-20e3","name":"keycap digit nine","shortname":":nine:","category":"symbols","emoji_order":"911","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"ten":{"unicode":"1f51f","unicode_alternates":"","name":"keycap ten","shortname":":ten:","category":"symbols","emoji_order":"912","aliases":[],"aliases_ascii":[],"keywords":["number","math","symbol"]},"1234":{"unicode":"1f522","unicode_alternates":"","name":"input symbol for numbers","shortname":":1234:","category":"symbols","emoji_order":"913","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"arrow_forward":{"unicode":"25b6","unicode_alternates":"25b6-fe0f","name":"black right-pointing triangle","shortname":":arrow_forward:","category":"symbols","emoji_order":"914","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol","triangle","triangle"]},"pause_button":{"unicode":"23f8","unicode_alternates":"23f8-fe0f","name":"double vertical bar","shortname":":pause_button:","category":"symbols","emoji_order":"915","aliases":[":double_vertical_bar:"],"aliases_ascii":[],"keywords":["symbol"]},"play_pause":{"unicode":"23ef","unicode_alternates":"23ef-fe0f","name":"black right-pointing double triangle with double vertical bar","shortname":":play_pause:","category":"symbols","emoji_order":"916","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"stop_button":{"unicode":"23f9","unicode_alternates":"23f9-fe0f","name":"black square for stop","shortname":":stop_button:","category":"symbols","emoji_order":"917","aliases":[],"aliases_ascii":[],"keywords":["symbol","square","square"]},"record_button":{"unicode":"23fa","unicode_alternates":"23fa-fe0f","name":"black circle for record","shortname":":record_button:","category":"symbols","emoji_order":"918","aliases":[],"aliases_ascii":[],"keywords":["symbol","circle","circle"]},"track_next":{"unicode":"23ed","unicode_alternates":"23ed-fe0f","name":"black right-pointing double triangle with vertical bar","shortname":":track_next:","category":"symbols","emoji_order":"919","aliases":[":next_track:"],"aliases_ascii":[],"keywords":["arrow","symbol"]},"track_previous":{"unicode":"23ee","unicode_alternates":"23ee-fe0f","name":"black left-pointing double triangle with vertical bar","shortname":":track_previous:","category":"symbols","emoji_order":"920","aliases":[":previous_track:"],"aliases_ascii":[],"keywords":["arrow","symbol"]},"fast_forward":{"unicode":"23e9","unicode_alternates":"","name":"black right-pointing double triangle","shortname":":fast_forward:","category":"symbols","emoji_order":"921","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"rewind":{"unicode":"23ea","unicode_alternates":"","name":"black left-pointing double triangle","shortname":":rewind:","category":"symbols","emoji_order":"922","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"twisted_rightwards_arrows":{"unicode":"1f500","unicode_alternates":"","name":"twisted rightwards arrows","shortname":":twisted_rightwards_arrows:","category":"symbols","emoji_order":"923","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"repeat":{"unicode":"1f501","unicode_alternates":"","name":"clockwise rightwards and leftwards open circle arrows","shortname":":repeat:","category":"symbols","emoji_order":"924","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"repeat_one":{"unicode":"1f502","unicode_alternates":"","name":"clockwise rightwards and leftwards open circle arrows with circled one overlay","shortname":":repeat_one:","category":"symbols","emoji_order":"925","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_backward":{"unicode":"25c0","unicode_alternates":"25c0-fe0f","name":"black left-pointing triangle","shortname":":arrow_backward:","category":"symbols","emoji_order":"926","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol","triangle","triangle"]},"arrow_up_small":{"unicode":"1f53c","unicode_alternates":"","name":"up-pointing small red triangle","shortname":":arrow_up_small:","category":"symbols","emoji_order":"927","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol","triangle","triangle"]},"arrow_down_small":{"unicode":"1f53d","unicode_alternates":"","name":"down-pointing small red triangle","shortname":":arrow_down_small:","category":"symbols","emoji_order":"928","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol","triangle","triangle"]},"arrow_double_up":{"unicode":"23eb","unicode_alternates":"","name":"black up-pointing double triangle","shortname":":arrow_double_up:","category":"symbols","emoji_order":"929","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_double_down":{"unicode":"23ec","unicode_alternates":"","name":"black down-pointing double triangle","shortname":":arrow_double_down:","category":"symbols","emoji_order":"930","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_right":{"unicode":"27a1","unicode_alternates":"27a1-fe0f","name":"black rightwards arrow","shortname":":arrow_right:","category":"symbols","emoji_order":"931","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_left":{"unicode":"2b05","unicode_alternates":"2b05-fe0f","name":"leftwards black arrow","shortname":":arrow_left:","category":"symbols","emoji_order":"932","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_up":{"unicode":"2b06","unicode_alternates":"2b06-fe0f","name":"upwards black arrow","shortname":":arrow_up:","category":"symbols","emoji_order":"933","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_down":{"unicode":"2b07","unicode_alternates":"2b07-fe0f","name":"downwards black arrow","shortname":":arrow_down:","category":"symbols","emoji_order":"934","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_upper_right":{"unicode":"2197","unicode_alternates":"2197-fe0f","name":"north east arrow","shortname":":arrow_upper_right:","category":"symbols","emoji_order":"935","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_lower_right":{"unicode":"2198","unicode_alternates":"2198-fe0f","name":"south east arrow","shortname":":arrow_lower_right:","category":"symbols","emoji_order":"936","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_lower_left":{"unicode":"2199","unicode_alternates":"2199-fe0f","name":"south west arrow","shortname":":arrow_lower_left:","category":"symbols","emoji_order":"937","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_upper_left":{"unicode":"2196","unicode_alternates":"2196-fe0f","name":"north west arrow","shortname":":arrow_upper_left:","category":"symbols","emoji_order":"938","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_up_down":{"unicode":"2195","unicode_alternates":"2195-fe0f","name":"up down arrow","shortname":":arrow_up_down:","category":"symbols","emoji_order":"939","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"left_right_arrow":{"unicode":"2194","unicode_alternates":"2194-fe0f","name":"left right arrow","shortname":":left_right_arrow:","category":"symbols","emoji_order":"940","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrows_counterclockwise":{"unicode":"1f504","unicode_alternates":"","name":"anticlockwise downwards and upwards open circle arrows","shortname":":arrows_counterclockwise:","category":"symbols","emoji_order":"941","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_right_hook":{"unicode":"21aa","unicode_alternates":"21aa-fe0f","name":"rightwards arrow with hook","shortname":":arrow_right_hook:","category":"symbols","emoji_order":"942","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"leftwards_arrow_with_hook":{"unicode":"21a9","unicode_alternates":"21a9-fe0f","name":"leftwards arrow with hook","shortname":":leftwards_arrow_with_hook:","category":"symbols","emoji_order":"943","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_heading_up":{"unicode":"2934","unicode_alternates":"2934-fe0f","name":"arrow pointing rightwards then curving upwards","shortname":":arrow_heading_up:","category":"symbols","emoji_order":"944","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"arrow_heading_down":{"unicode":"2935","unicode_alternates":"2935-fe0f","name":"arrow pointing rightwards then curving downwards","shortname":":arrow_heading_down:","category":"symbols","emoji_order":"945","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"hash":{"unicode":"0023-20e3","unicode_alternates":"0023-fe0f-20e3","name":"keycap number sign","shortname":":hash:","category":"symbols","emoji_order":"946","aliases":[],"aliases_ascii":[],"keywords":["number","symbol"]},"asterisk":{"unicode":"002a-20e3","unicode_alternates":"002a-fe0f-20e3","name":"keycap asterisk","shortname":":asterisk:","category":"symbols","emoji_order":"947","aliases":[":keycap_asterisk:"],"aliases_ascii":[],"keywords":["symbol"]},"information_source":{"unicode":"2139","unicode_alternates":"2139-fe0f","name":"information source","shortname":":information_source:","category":"symbols","emoji_order":"948","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"abc":{"unicode":"1f524","unicode_alternates":"","name":"input symbol for latin letters","shortname":":abc:","category":"symbols","emoji_order":"949","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"abcd":{"unicode":"1f521","unicode_alternates":"","name":"input symbol for latin small letters","shortname":":abcd:","category":"symbols","emoji_order":"950","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"capital_abcd":{"unicode":"1f520","unicode_alternates":"","name":"input symbol for latin capital letters","shortname":":capital_abcd:","category":"symbols","emoji_order":"951","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"symbols":{"unicode":"1f523","unicode_alternates":"","name":"input symbol for symbols","shortname":":symbols:","category":"symbols","emoji_order":"952","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"musical_note":{"unicode":"1f3b5","unicode_alternates":"","name":"musical note","shortname":":musical_note:","category":"symbols","emoji_order":"953","aliases":[],"aliases_ascii":[],"keywords":["instruments","symbol"]},"notes":{"unicode":"1f3b6","unicode_alternates":"","name":"multiple musical notes","shortname":":notes:","category":"symbols","emoji_order":"954","aliases":[],"aliases_ascii":[],"keywords":["instruments","symbol"]},"wavy_dash":{"unicode":"3030","unicode_alternates":"3030-fe0f","name":"wavy dash","shortname":":wavy_dash:","category":"symbols","emoji_order":"955","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"curly_loop":{"unicode":"27b0","unicode_alternates":"","name":"curly loop","shortname":":curly_loop:","category":"symbols","emoji_order":"956","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"heavy_check_mark":{"unicode":"2714","unicode_alternates":"2714-fe0f","name":"heavy check mark","shortname":":heavy_check_mark:","category":"symbols","emoji_order":"957","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"arrows_clockwise":{"unicode":"1f503","unicode_alternates":"","name":"clockwise downwards and upwards open circle arrows","shortname":":arrows_clockwise:","category":"symbols","emoji_order":"958","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"heavy_plus_sign":{"unicode":"2795","unicode_alternates":"","name":"heavy plus sign","shortname":":heavy_plus_sign:","category":"symbols","emoji_order":"959","aliases":[],"aliases_ascii":[],"keywords":["math","symbol"]},"heavy_minus_sign":{"unicode":"2796","unicode_alternates":"","name":"heavy minus sign","shortname":":heavy_minus_sign:","category":"symbols","emoji_order":"960","aliases":[],"aliases_ascii":[],"keywords":["math","symbol"]},"heavy_division_sign":{"unicode":"2797","unicode_alternates":"","name":"heavy division sign","shortname":":heavy_division_sign:","category":"symbols","emoji_order":"961","aliases":[],"aliases_ascii":[],"keywords":["math","symbol"]},"heavy_multiplication_x":{"unicode":"2716","unicode_alternates":"2716-fe0f","name":"heavy multiplication x","shortname":":heavy_multiplication_x:","category":"symbols","emoji_order":"962","aliases":[],"aliases_ascii":[],"keywords":["math","symbol"]},"heavy_dollar_sign":{"unicode":"1f4b2","unicode_alternates":"","name":"heavy dollar sign","shortname":":heavy_dollar_sign:","category":"symbols","emoji_order":"963","aliases":[],"aliases_ascii":[],"keywords":["math","symbol","money","money"]},"currency_exchange":{"unicode":"1f4b1","unicode_alternates":"","name":"currency exchange","shortname":":currency_exchange:","category":"symbols","emoji_order":"964","aliases":[],"aliases_ascii":[],"keywords":["symbol","money","money"]},"copyright":{"unicode":"00a9","unicode_alternates":"00a9-fe0f","name":"copyright sign","shortname":":copyright:","category":"symbols","emoji_order":"965","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"registered":{"unicode":"00ae","unicode_alternates":"00ae-fe0f","name":"registered sign","shortname":":registered:","category":"symbols","emoji_order":"966","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"tm":{"unicode":"2122","unicode_alternates":"2122-fe0f","name":"trade mark sign","shortname":":tm:","category":"symbols","emoji_order":"967","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"end":{"unicode":"1f51a","unicode_alternates":"","name":"end with leftwards arrow above","shortname":":end:","category":"symbols","emoji_order":"968","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"back":{"unicode":"1f519","unicode_alternates":"","name":"back with leftwards arrow above","shortname":":back:","category":"symbols","emoji_order":"969","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"on":{"unicode":"1f51b","unicode_alternates":"","name":"on with exclamation mark with left right arrow abo","shortname":":on:","category":"symbols","emoji_order":"970","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"top":{"unicode":"1f51d","unicode_alternates":"","name":"top with upwards arrow above","shortname":":top:","category":"symbols","emoji_order":"971","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"soon":{"unicode":"1f51c","unicode_alternates":"","name":"soon with rightwards arrow above","shortname":":soon:","category":"symbols","emoji_order":"972","aliases":[],"aliases_ascii":[],"keywords":["arrow","symbol"]},"ballot_box_with_check":{"unicode":"2611","unicode_alternates":"2611-fe0f","name":"ballot box with check","shortname":":ballot_box_with_check:","category":"symbols","emoji_order":"973","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"radio_button":{"unicode":"1f518","unicode_alternates":"","name":"radio button","shortname":":radio_button:","category":"symbols","emoji_order":"974","aliases":[],"aliases_ascii":[],"keywords":["symbol","circle","circle"]},"white_circle":{"unicode":"26aa","unicode_alternates":"26aa-fe0f","name":"medium white circle","shortname":":white_circle:","category":"symbols","emoji_order":"975","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","circle","circle"]},"black_circle":{"unicode":"26ab","unicode_alternates":"26ab-fe0f","name":"medium black circle","shortname":":black_circle:","category":"symbols","emoji_order":"976","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","circle","circle"]},"red_circle":{"unicode":"1f534","unicode_alternates":"","name":"large red circle","shortname":":red_circle:","category":"symbols","emoji_order":"977","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","circle","circle"]},"large_blue_circle":{"unicode":"1f535","unicode_alternates":"","name":"large blue circle","shortname":":large_blue_circle:","category":"symbols","emoji_order":"978","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","circle","circle"]},"small_orange_diamond":{"unicode":"1f538","unicode_alternates":"","name":"small orange diamond","shortname":":small_orange_diamond:","category":"symbols","emoji_order":"979","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol"]},"small_blue_diamond":{"unicode":"1f539","unicode_alternates":"","name":"small blue diamond","shortname":":small_blue_diamond:","category":"symbols","emoji_order":"980","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol"]},"large_orange_diamond":{"unicode":"1f536","unicode_alternates":"","name":"large orange diamond","shortname":":large_orange_diamond:","category":"symbols","emoji_order":"981","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol"]},"large_blue_diamond":{"unicode":"1f537","unicode_alternates":"","name":"large blue diamond","shortname":":large_blue_diamond:","category":"symbols","emoji_order":"982","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol"]},"small_red_triangle":{"unicode":"1f53a","unicode_alternates":"","name":"up-pointing red triangle","shortname":":small_red_triangle:","category":"symbols","emoji_order":"983","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","triangle","triangle"]},"black_small_square":{"unicode":"25aa","unicode_alternates":"25aa-fe0f","name":"black small square","shortname":":black_small_square:","category":"symbols","emoji_order":"984","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","square","square"]},"white_small_square":{"unicode":"25ab","unicode_alternates":"25ab-fe0f","name":"white small square","shortname":":white_small_square:","category":"symbols","emoji_order":"985","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","square","square"]},"black_large_square":{"unicode":"2b1b","unicode_alternates":"2b1b-fe0f","name":"black large square","shortname":":black_large_square:","category":"symbols","emoji_order":"986","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","square","square"]},"white_large_square":{"unicode":"2b1c","unicode_alternates":"2b1c-fe0f","name":"white large square","shortname":":white_large_square:","category":"symbols","emoji_order":"987","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","square","square"]},"small_red_triangle_down":{"unicode":"1f53b","unicode_alternates":"","name":"down-pointing red triangle","shortname":":small_red_triangle_down:","category":"symbols","emoji_order":"988","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","triangle","triangle"]},"black_medium_square":{"unicode":"25fc","unicode_alternates":"25fc-fe0f","name":"black medium square","shortname":":black_medium_square:","category":"symbols","emoji_order":"989","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","square","square"]},"white_medium_square":{"unicode":"25fb","unicode_alternates":"25fb-fe0f","name":"white medium square","shortname":":white_medium_square:","category":"symbols","emoji_order":"990","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","square","square"]},"black_medium_small_square":{"unicode":"25fe","unicode_alternates":"25fe-fe0f","name":"black medium small square","shortname":":black_medium_small_square:","category":"symbols","emoji_order":"991","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","square","square"]},"white_medium_small_square":{"unicode":"25fd","unicode_alternates":"25fd-fe0f","name":"white medium small square","shortname":":white_medium_small_square:","category":"symbols","emoji_order":"992","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","square","square"]},"black_square_button":{"unicode":"1f532","unicode_alternates":"","name":"black square button","shortname":":black_square_button:","category":"symbols","emoji_order":"993","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","square","square"]},"white_square_button":{"unicode":"1f533","unicode_alternates":"","name":"white square button","shortname":":white_square_button:","category":"symbols","emoji_order":"994","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","square","square"]},"speaker":{"unicode":"1f508","unicode_alternates":"","name":"speaker","shortname":":speaker:","category":"symbols","emoji_order":"995","aliases":[],"aliases_ascii":[],"keywords":["alarm","symbol"]},"sound":{"unicode":"1f509","unicode_alternates":"","name":"speaker with one sound wave","shortname":":sound:","category":"symbols","emoji_order":"996","aliases":[],"aliases_ascii":[],"keywords":["alarm","symbol"]},"loud_sound":{"unicode":"1f50a","unicode_alternates":"","name":"speaker with three sound waves","shortname":":loud_sound:","category":"symbols","emoji_order":"997","aliases":[],"aliases_ascii":[],"keywords":["alarm","symbol"]},"mute":{"unicode":"1f507","unicode_alternates":"","name":"speaker with cancellation stroke","shortname":":mute:","category":"symbols","emoji_order":"998","aliases":[],"aliases_ascii":[],"keywords":["alarm","symbol"]},"mega":{"unicode":"1f4e3","unicode_alternates":"","name":"cheering megaphone","shortname":":mega:","category":"symbols","emoji_order":"999","aliases":[],"aliases_ascii":[],"keywords":["object","sport"]},"loudspeaker":{"unicode":"1f4e2","unicode_alternates":"","name":"public address loudspeaker","shortname":":loudspeaker:","category":"symbols","emoji_order":"1000","aliases":[],"aliases_ascii":[],"keywords":["object","alarm","symbol"]},"bell":{"unicode":"1f514","unicode_alternates":"","name":"bell","shortname":":bell:","category":"symbols","emoji_order":"1001","aliases":[],"aliases_ascii":[],"keywords":["object","alarm","symbol"]},"no_bell":{"unicode":"1f515","unicode_alternates":"","name":"bell with cancellation stroke","shortname":":no_bell:","category":"symbols","emoji_order":"1002","aliases":[],"aliases_ascii":[],"keywords":["alarm","symbol"]},"black_joker":{"unicode":"1f0cf","unicode_alternates":"","name":"playing card black joker","shortname":":black_joker:","category":"symbols","emoji_order":"1003","aliases":[],"aliases_ascii":[],"keywords":["object","symbol","game"]},"mahjong":{"unicode":"1f004","unicode_alternates":"1f004-fe0f","name":"mahjong tile red dragon","shortname":":mahjong:","category":"symbols","emoji_order":"1004","aliases":[],"aliases_ascii":[],"keywords":["object","symbol","game"]},"spades":{"unicode":"2660","unicode_alternates":"2660-fe0f","name":"black spade suit","shortname":":spades:","category":"symbols","emoji_order":"1005","aliases":[],"aliases_ascii":[],"keywords":["symbol","game"]},"clubs":{"unicode":"2663","unicode_alternates":"2663-fe0f","name":"black club suit","shortname":":clubs:","category":"symbols","emoji_order":"1006","aliases":[],"aliases_ascii":[],"keywords":["symbol","game"]},"hearts":{"unicode":"2665","unicode_alternates":"2665-fe0f","name":"black heart suit","shortname":":hearts:","category":"symbols","emoji_order":"1007","aliases":[],"aliases_ascii":[],"keywords":["love","symbol","game"]},"diamonds":{"unicode":"2666","unicode_alternates":"2666-fe0f","name":"black diamond suit","shortname":":diamonds:","category":"symbols","emoji_order":"1008","aliases":[],"aliases_ascii":[],"keywords":["shapes","symbol","game"]},"flower_playing_cards":{"unicode":"1f3b4","unicode_alternates":"","name":"flower playing cards","shortname":":flower_playing_cards:","category":"symbols","emoji_order":"1009","aliases":[],"aliases_ascii":[],"keywords":["object","symbol"]},"thought_balloon":{"unicode":"1f4ad","unicode_alternates":"","name":"thought balloon","shortname":":thought_balloon:","category":"symbols","emoji_order":"1010","aliases":[],"aliases_ascii":[],"keywords":["symbol"]},"anger_right":{"unicode":"1f5ef","unicode_alternates":"1f5ef-fe0f","name":"right anger bubble","shortname":":anger_right:","category":"symbols","emoji_order":"1011","aliases":[":right_anger_bubble:"],"aliases_ascii":[],"keywords":["symbol"]},"speech_balloon":{"unicode":"1f4ac","unicode_alternates":"","name":"speech balloon","shortname":":speech_balloon:","category":"symbols","emoji_order":"1012","aliases":[],"aliases_ascii":[],"keywords":["symbol","free speech","free speech"]},"clock1":{"unicode":"1f550","unicode_alternates":"","name":"clock face one oclock","shortname":":clock1:","category":"symbols","emoji_order":"1013","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock2":{"unicode":"1f551","unicode_alternates":"","name":"clock face two oclock","shortname":":clock2:","category":"symbols","emoji_order":"1014","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock3":{"unicode":"1f552","unicode_alternates":"","name":"clock face three oclock","shortname":":clock3:","category":"symbols","emoji_order":"1015","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock4":{"unicode":"1f553","unicode_alternates":"","name":"clock face four oclock","shortname":":clock4:","category":"symbols","emoji_order":"1016","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock5":{"unicode":"1f554","unicode_alternates":"","name":"clock face five oclock","shortname":":clock5:","category":"symbols","emoji_order":"1017","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock6":{"unicode":"1f555","unicode_alternates":"","name":"clock face six oclock","shortname":":clock6:","category":"symbols","emoji_order":"1018","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock7":{"unicode":"1f556","unicode_alternates":"","name":"clock face seven oclock","shortname":":clock7:","category":"symbols","emoji_order":"1019","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock8":{"unicode":"1f557","unicode_alternates":"","name":"clock face eight oclock","shortname":":clock8:","category":"symbols","emoji_order":"1020","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock9":{"unicode":"1f558","unicode_alternates":"","name":"clock face nine oclock","shortname":":clock9:","category":"symbols","emoji_order":"1021","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock10":{"unicode":"1f559","unicode_alternates":"","name":"clock face ten oclock","shortname":":clock10:","category":"symbols","emoji_order":"1022","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock11":{"unicode":"1f55a","unicode_alternates":"","name":"clock face eleven oclock","shortname":":clock11:","category":"symbols","emoji_order":"1023","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock12":{"unicode":"1f55b","unicode_alternates":"","name":"clock face twelve oclock","shortname":":clock12:","category":"symbols","emoji_order":"1024","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock130":{"unicode":"1f55c","unicode_alternates":"","name":"clock face one-thirty","shortname":":clock130:","category":"symbols","emoji_order":"1025","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock230":{"unicode":"1f55d","unicode_alternates":"","name":"clock face two-thirty","shortname":":clock230:","category":"symbols","emoji_order":"1026","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock330":{"unicode":"1f55e","unicode_alternates":"","name":"clock face three-thirty","shortname":":clock330:","category":"symbols","emoji_order":"1027","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock430":{"unicode":"1f55f","unicode_alternates":"","name":"clock face four-thirty","shortname":":clock430:","category":"symbols","emoji_order":"1028","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock530":{"unicode":"1f560","unicode_alternates":"","name":"clock face five-thirty","shortname":":clock530:","category":"symbols","emoji_order":"1029","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock630":{"unicode":"1f561","unicode_alternates":"","name":"clock face six-thirty","shortname":":clock630:","category":"symbols","emoji_order":"1030","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock730":{"unicode":"1f562","unicode_alternates":"","name":"clock face seven-thirty","shortname":":clock730:","category":"symbols","emoji_order":"1031","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock830":{"unicode":"1f563","unicode_alternates":"","name":"clock face eight-thirty","shortname":":clock830:","category":"symbols","emoji_order":"1032","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock930":{"unicode":"1f564","unicode_alternates":"","name":"clock face nine-thirty","shortname":":clock930:","category":"symbols","emoji_order":"1033","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock1030":{"unicode":"1f565","unicode_alternates":"","name":"clock face ten-thirty","shortname":":clock1030:","category":"symbols","emoji_order":"1034","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock1130":{"unicode":"1f566","unicode_alternates":"","name":"clock face eleven-thirty","shortname":":clock1130:","category":"symbols","emoji_order":"1035","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"clock1230":{"unicode":"1f567","unicode_alternates":"","name":"clock face twelve-thirty","shortname":":clock1230:","category":"symbols","emoji_order":"1036","aliases":[],"aliases_ascii":[],"keywords":["symbol","time"]},"eye_in_speech_bubble":{"unicode":"1f441-1f5e8","unicode_alternates":"1f441-200d-1f5e8","name":"eye in speech bubble","shortname":":eye_in_speech_bubble:","category":"symbols","emoji_order":"1037","aliases":[],"aliases_ascii":[],"keywords":["object","symbol","eyes","talk"]},"flag_ac":{"unicode":"1f1e6-1f1e8","unicode_alternates":"","name":"ascension","shortname":":flag_ac:","category":"flags","emoji_order":"1038","aliases":[":ac:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_af":{"unicode":"1f1e6-1f1eb","unicode_alternates":"","name":"afghanistan","shortname":":flag_af:","category":"flags","emoji_order":"1039","aliases":[":af:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_al":{"unicode":"1f1e6-1f1f1","unicode_alternates":"","name":"albania","shortname":":flag_al:","category":"flags","emoji_order":"1040","aliases":[":al:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_dz":{"unicode":"1f1e9-1f1ff","unicode_alternates":"","name":"algeria","shortname":":flag_dz:","category":"flags","emoji_order":"1041","aliases":[":dz:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ad":{"unicode":"1f1e6-1f1e9","unicode_alternates":"","name":"andorra","shortname":":flag_ad:","category":"flags","emoji_order":"1042","aliases":[":ad:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ao":{"unicode":"1f1e6-1f1f4","unicode_alternates":"","name":"angola","shortname":":flag_ao:","category":"flags","emoji_order":"1043","aliases":[":ao:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ai":{"unicode":"1f1e6-1f1ee","unicode_alternates":"","name":"anguilla","shortname":":flag_ai:","category":"flags","emoji_order":"1044","aliases":[":ai:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ag":{"unicode":"1f1e6-1f1ec","unicode_alternates":"","name":"antigua and barbuda","shortname":":flag_ag:","category":"flags","emoji_order":"1045","aliases":[":ag:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ar":{"unicode":"1f1e6-1f1f7","unicode_alternates":"","name":"argentina","shortname":":flag_ar:","category":"flags","emoji_order":"1046","aliases":[":ar:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_am":{"unicode":"1f1e6-1f1f2","unicode_alternates":"","name":"armenia","shortname":":flag_am:","category":"flags","emoji_order":"1047","aliases":[":am:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_aw":{"unicode":"1f1e6-1f1fc","unicode_alternates":"","name":"aruba","shortname":":flag_aw:","category":"flags","emoji_order":"1048","aliases":[":aw:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_au":{"unicode":"1f1e6-1f1fa","unicode_alternates":"","name":"australia","shortname":":flag_au:","category":"flags","emoji_order":"1049","aliases":[":au:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_at":{"unicode":"1f1e6-1f1f9","unicode_alternates":"","name":"austria","shortname":":flag_at:","category":"flags","emoji_order":"1050","aliases":[":at:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_az":{"unicode":"1f1e6-1f1ff","unicode_alternates":"","name":"azerbaijan","shortname":":flag_az:","category":"flags","emoji_order":"1051","aliases":[":az:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bs":{"unicode":"1f1e7-1f1f8","unicode_alternates":"","name":"the bahamas","shortname":":flag_bs:","category":"flags","emoji_order":"1052","aliases":[":bs:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bh":{"unicode":"1f1e7-1f1ed","unicode_alternates":"","name":"bahrain","shortname":":flag_bh:","category":"flags","emoji_order":"1053","aliases":[":bh:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bd":{"unicode":"1f1e7-1f1e9","unicode_alternates":"","name":"bangladesh","shortname":":flag_bd:","category":"flags","emoji_order":"1054","aliases":[":bd:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bb":{"unicode":"1f1e7-1f1e7","unicode_alternates":"","name":"barbados","shortname":":flag_bb:","category":"flags","emoji_order":"1055","aliases":[":bb:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_by":{"unicode":"1f1e7-1f1fe","unicode_alternates":"","name":"belarus","shortname":":flag_by:","category":"flags","emoji_order":"1056","aliases":[":by:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_be":{"unicode":"1f1e7-1f1ea","unicode_alternates":"","name":"belgium","shortname":":flag_be:","category":"flags","emoji_order":"1057","aliases":[":be:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bz":{"unicode":"1f1e7-1f1ff","unicode_alternates":"","name":"belize","shortname":":flag_bz:","category":"flags","emoji_order":"1058","aliases":[":bz:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bj":{"unicode":"1f1e7-1f1ef","unicode_alternates":"","name":"benin","shortname":":flag_bj:","category":"flags","emoji_order":"1059","aliases":[":bj:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bm":{"unicode":"1f1e7-1f1f2","unicode_alternates":"","name":"bermuda","shortname":":flag_bm:","category":"flags","emoji_order":"1060","aliases":[":bm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bt":{"unicode":"1f1e7-1f1f9","unicode_alternates":"","name":"bhutan","shortname":":flag_bt:","category":"flags","emoji_order":"1061","aliases":[":bt:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bo":{"unicode":"1f1e7-1f1f4","unicode_alternates":"","name":"bolivia","shortname":":flag_bo:","category":"flags","emoji_order":"1062","aliases":[":bo:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ba":{"unicode":"1f1e7-1f1e6","unicode_alternates":"","name":"bosnia and herzegovina","shortname":":flag_ba:","category":"flags","emoji_order":"1063","aliases":[":ba:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bw":{"unicode":"1f1e7-1f1fc","unicode_alternates":"","name":"botswana","shortname":":flag_bw:","category":"flags","emoji_order":"1064","aliases":[":bw:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_br":{"unicode":"1f1e7-1f1f7","unicode_alternates":"","name":"brazil","shortname":":flag_br:","category":"flags","emoji_order":"1065","aliases":[":br:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bn":{"unicode":"1f1e7-1f1f3","unicode_alternates":"","name":"brunei","shortname":":flag_bn:","category":"flags","emoji_order":"1066","aliases":[":bn:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bg":{"unicode":"1f1e7-1f1ec","unicode_alternates":"","name":"bulgaria","shortname":":flag_bg:","category":"flags","emoji_order":"1067","aliases":[":bg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bf":{"unicode":"1f1e7-1f1eb","unicode_alternates":"","name":"burkina faso","shortname":":flag_bf:","category":"flags","emoji_order":"1068","aliases":[":bf:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bi":{"unicode":"1f1e7-1f1ee","unicode_alternates":"","name":"burundi","shortname":":flag_bi:","category":"flags","emoji_order":"1069","aliases":[":bi:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cv":{"unicode":"1f1e8-1f1fb","unicode_alternates":"","name":"cape verde","shortname":":flag_cv:","category":"flags","emoji_order":"1070","aliases":[":cv:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_kh":{"unicode":"1f1f0-1f1ed","unicode_alternates":"","name":"cambodia","shortname":":flag_kh:","category":"flags","emoji_order":"1071","aliases":[":kh:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cm":{"unicode":"1f1e8-1f1f2","unicode_alternates":"","name":"cameroon","shortname":":flag_cm:","category":"flags","emoji_order":"1072","aliases":[":cm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ca":{"unicode":"1f1e8-1f1e6","unicode_alternates":"","name":"canada","shortname":":flag_ca:","category":"flags","emoji_order":"1073","aliases":[":ca:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ky":{"unicode":"1f1f0-1f1fe","unicode_alternates":"","name":"cayman islands","shortname":":flag_ky:","category":"flags","emoji_order":"1074","aliases":[":ky:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cf":{"unicode":"1f1e8-1f1eb","unicode_alternates":"","name":"central african republic","shortname":":flag_cf:","category":"flags","emoji_order":"1075","aliases":[":cf:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_td":{"unicode":"1f1f9-1f1e9","unicode_alternates":"","name":"chad","shortname":":flag_td:","category":"flags","emoji_order":"1076","aliases":[":td:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cl":{"unicode":"1f1e8-1f1f1","unicode_alternates":"","name":"chile","shortname":":flag_cl:","category":"flags","emoji_order":"1077","aliases":[":chile:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cn":{"unicode":"1f1e8-1f1f3","unicode_alternates":"","name":"china","shortname":":flag_cn:","category":"flags","emoji_order":"1078","aliases":[":cn:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_co":{"unicode":"1f1e8-1f1f4","unicode_alternates":"","name":"colombia","shortname":":flag_co:","category":"flags","emoji_order":"1079","aliases":[":co:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_km":{"unicode":"1f1f0-1f1f2","unicode_alternates":"","name":"the comoros","shortname":":flag_km:","category":"flags","emoji_order":"1080","aliases":[":km:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cg":{"unicode":"1f1e8-1f1ec","unicode_alternates":"","name":"the republic of the congo","shortname":":flag_cg:","category":"flags","emoji_order":"1081","aliases":[":cg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cd":{"unicode":"1f1e8-1f1e9","unicode_alternates":"","name":"the democratic republic of the congo","shortname":":flag_cd:","category":"flags","emoji_order":"1082","aliases":[":congo:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cr":{"unicode":"1f1e8-1f1f7","unicode_alternates":"","name":"costa rica","shortname":":flag_cr:","category":"flags","emoji_order":"1083","aliases":[":cr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_hr":{"unicode":"1f1ed-1f1f7","unicode_alternates":"","name":"croatia","shortname":":flag_hr:","category":"flags","emoji_order":"1084","aliases":[":hr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cu":{"unicode":"1f1e8-1f1fa","unicode_alternates":"","name":"cuba","shortname":":flag_cu:","category":"flags","emoji_order":"1085","aliases":[":cu:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cy":{"unicode":"1f1e8-1f1fe","unicode_alternates":"","name":"cyprus","shortname":":flag_cy:","category":"flags","emoji_order":"1086","aliases":[":cy:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cz":{"unicode":"1f1e8-1f1ff","unicode_alternates":"","name":"the czech republic","shortname":":flag_cz:","category":"flags","emoji_order":"1087","aliases":[":cz:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_dk":{"unicode":"1f1e9-1f1f0","unicode_alternates":"","name":"denmark","shortname":":flag_dk:","category":"flags","emoji_order":"1088","aliases":[":dk:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_dj":{"unicode":"1f1e9-1f1ef","unicode_alternates":"","name":"djibouti","shortname":":flag_dj:","category":"flags","emoji_order":"1089","aliases":[":dj:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_dm":{"unicode":"1f1e9-1f1f2","unicode_alternates":"","name":"dominica","shortname":":flag_dm:","category":"flags","emoji_order":"1090","aliases":[":dm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_do":{"unicode":"1f1e9-1f1f4","unicode_alternates":"","name":"the dominican republic","shortname":":flag_do:","category":"flags","emoji_order":"1091","aliases":[":do:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ec":{"unicode":"1f1ea-1f1e8","unicode_alternates":"","name":"ecuador","shortname":":flag_ec:","category":"flags","emoji_order":"1092","aliases":[":ec:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_eg":{"unicode":"1f1ea-1f1ec","unicode_alternates":"","name":"egypt","shortname":":flag_eg:","category":"flags","emoji_order":"1093","aliases":[":eg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sv":{"unicode":"1f1f8-1f1fb","unicode_alternates":"","name":"el salvador","shortname":":flag_sv:","category":"flags","emoji_order":"1094","aliases":[":sv:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gq":{"unicode":"1f1ec-1f1f6","unicode_alternates":"","name":"equatorial guinea","shortname":":flag_gq:","category":"flags","emoji_order":"1095","aliases":[":gq:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_er":{"unicode":"1f1ea-1f1f7","unicode_alternates":"","name":"eritrea","shortname":":flag_er:","category":"flags","emoji_order":"1096","aliases":[":er:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ee":{"unicode":"1f1ea-1f1ea","unicode_alternates":"","name":"estonia","shortname":":flag_ee:","category":"flags","emoji_order":"1097","aliases":[":ee:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_et":{"unicode":"1f1ea-1f1f9","unicode_alternates":"","name":"ethiopia","shortname":":flag_et:","category":"flags","emoji_order":"1098","aliases":[":et:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_fk":{"unicode":"1f1eb-1f1f0","unicode_alternates":"","name":"falkland islands","shortname":":flag_fk:","category":"flags","emoji_order":"1099","aliases":[":fk:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_fo":{"unicode":"1f1eb-1f1f4","unicode_alternates":"","name":"faroe islands","shortname":":flag_fo:","category":"flags","emoji_order":"1100","aliases":[":fo:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_fj":{"unicode":"1f1eb-1f1ef","unicode_alternates":"","name":"fiji","shortname":":flag_fj:","category":"flags","emoji_order":"1101","aliases":[":fj:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_fi":{"unicode":"1f1eb-1f1ee","unicode_alternates":"","name":"finland","shortname":":flag_fi:","category":"flags","emoji_order":"1102","aliases":[":fi:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_fr":{"unicode":"1f1eb-1f1f7","unicode_alternates":"","name":"france","shortname":":flag_fr:","category":"flags","emoji_order":"1103","aliases":[":fr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pf":{"unicode":"1f1f5-1f1eb","unicode_alternates":"","name":"french polynesia","shortname":":flag_pf:","category":"flags","emoji_order":"1104","aliases":[":pf:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ga":{"unicode":"1f1ec-1f1e6","unicode_alternates":"","name":"gabon","shortname":":flag_ga:","category":"flags","emoji_order":"1105","aliases":[":ga:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gm":{"unicode":"1f1ec-1f1f2","unicode_alternates":"","name":"the gambia","shortname":":flag_gm:","category":"flags","emoji_order":"1106","aliases":[":gm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ge":{"unicode":"1f1ec-1f1ea","unicode_alternates":"","name":"georgia","shortname":":flag_ge:","category":"flags","emoji_order":"1107","aliases":[":ge:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_de":{"unicode":"1f1e9-1f1ea","unicode_alternates":"","name":"germany","shortname":":flag_de:","category":"flags","emoji_order":"1108","aliases":[":de:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gh":{"unicode":"1f1ec-1f1ed","unicode_alternates":"","name":"ghana","shortname":":flag_gh:","category":"flags","emoji_order":"1109","aliases":[":gh:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gi":{"unicode":"1f1ec-1f1ee","unicode_alternates":"","name":"gibraltar","shortname":":flag_gi:","category":"flags","emoji_order":"1110","aliases":[":gi:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gr":{"unicode":"1f1ec-1f1f7","unicode_alternates":"","name":"greece","shortname":":flag_gr:","category":"flags","emoji_order":"1111","aliases":[":gr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gl":{"unicode":"1f1ec-1f1f1","unicode_alternates":"","name":"greenland","shortname":":flag_gl:","category":"flags","emoji_order":"1112","aliases":[":gl:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gd":{"unicode":"1f1ec-1f1e9","unicode_alternates":"","name":"grenada","shortname":":flag_gd:","category":"flags","emoji_order":"1113","aliases":[":gd:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gu":{"unicode":"1f1ec-1f1fa","unicode_alternates":"","name":"guam","shortname":":flag_gu:","category":"flags","emoji_order":"1114","aliases":[":gu:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gt":{"unicode":"1f1ec-1f1f9","unicode_alternates":"","name":"guatemala","shortname":":flag_gt:","category":"flags","emoji_order":"1115","aliases":[":gt:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gn":{"unicode":"1f1ec-1f1f3","unicode_alternates":"","name":"guinea","shortname":":flag_gn:","category":"flags","emoji_order":"1116","aliases":[":gn:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gw":{"unicode":"1f1ec-1f1fc","unicode_alternates":"","name":"guinea-bissau","shortname":":flag_gw:","category":"flags","emoji_order":"1117","aliases":[":gw:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gy":{"unicode":"1f1ec-1f1fe","unicode_alternates":"","name":"guyana","shortname":":flag_gy:","category":"flags","emoji_order":"1118","aliases":[":gy:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ht":{"unicode":"1f1ed-1f1f9","unicode_alternates":"","name":"haiti","shortname":":flag_ht:","category":"flags","emoji_order":"1119","aliases":[":ht:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_hn":{"unicode":"1f1ed-1f1f3","unicode_alternates":"","name":"honduras","shortname":":flag_hn:","category":"flags","emoji_order":"1120","aliases":[":hn:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_hk":{"unicode":"1f1ed-1f1f0","unicode_alternates":"","name":"hong kong","shortname":":flag_hk:","category":"flags","emoji_order":"1121","aliases":[":hk:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_hu":{"unicode":"1f1ed-1f1fa","unicode_alternates":"","name":"hungary","shortname":":flag_hu:","category":"flags","emoji_order":"1122","aliases":[":hu:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_is":{"unicode":"1f1ee-1f1f8","unicode_alternates":"","name":"iceland","shortname":":flag_is:","category":"flags","emoji_order":"1123","aliases":[":is:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_in":{"unicode":"1f1ee-1f1f3","unicode_alternates":"","name":"india","shortname":":flag_in:","category":"flags","emoji_order":"1124","aliases":[":in:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_id":{"unicode":"1f1ee-1f1e9","unicode_alternates":"","name":"indonesia","shortname":":flag_id:","category":"flags","emoji_order":"1125","aliases":[":indonesia:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ir":{"unicode":"1f1ee-1f1f7","unicode_alternates":"","name":"iran","shortname":":flag_ir:","category":"flags","emoji_order":"1126","aliases":[":ir:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_iq":{"unicode":"1f1ee-1f1f6","unicode_alternates":"","name":"iraq","shortname":":flag_iq:","category":"flags","emoji_order":"1127","aliases":[":iq:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ie":{"unicode":"1f1ee-1f1ea","unicode_alternates":"","name":"ireland","shortname":":flag_ie:","category":"flags","emoji_order":"1128","aliases":[":ie:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_il":{"unicode":"1f1ee-1f1f1","unicode_alternates":"","name":"israel","shortname":":flag_il:","category":"flags","emoji_order":"1129","aliases":[":il:"],"aliases_ascii":[],"keywords":["jew","country","flag","flag"]},"flag_it":{"unicode":"1f1ee-1f1f9","unicode_alternates":"","name":"italy","shortname":":flag_it:","category":"flags","emoji_order":"1130","aliases":[":it:"],"aliases_ascii":[],"keywords":["italian","country","flag","flag"]},"flag_ci":{"unicode":"1f1e8-1f1ee","unicode_alternates":"","name":"c\u00f4te d\u2019ivoire","shortname":":flag_ci:","category":"flags","emoji_order":"1131","aliases":[":ci:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_jm":{"unicode":"1f1ef-1f1f2","unicode_alternates":"","name":"jamaica","shortname":":flag_jm:","category":"flags","emoji_order":"1132","aliases":[":jm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_jp":{"unicode":"1f1ef-1f1f5","unicode_alternates":"","name":"japan","shortname":":flag_jp:","category":"flags","emoji_order":"1133","aliases":[":jp:"],"aliases_ascii":[],"keywords":["japan","country","flag","flag"]},"flag_je":{"unicode":"1f1ef-1f1ea","unicode_alternates":"","name":"jersey","shortname":":flag_je:","category":"flags","emoji_order":"1134","aliases":[":je:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_jo":{"unicode":"1f1ef-1f1f4","unicode_alternates":"","name":"jordan","shortname":":flag_jo:","category":"flags","emoji_order":"1135","aliases":[":jo:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_kz":{"unicode":"1f1f0-1f1ff","unicode_alternates":"","name":"kazakhstan","shortname":":flag_kz:","category":"flags","emoji_order":"1136","aliases":[":kz:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ke":{"unicode":"1f1f0-1f1ea","unicode_alternates":"","name":"kenya","shortname":":flag_ke:","category":"flags","emoji_order":"1137","aliases":[":ke:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ki":{"unicode":"1f1f0-1f1ee","unicode_alternates":"","name":"kiribati","shortname":":flag_ki:","category":"flags","emoji_order":"1138","aliases":[":ki:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_xk":{"unicode":"1f1fd-1f1f0","unicode_alternates":"","name":"kosovo","shortname":":flag_xk:","category":"flags","emoji_order":"1139","aliases":[":xk:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_kw":{"unicode":"1f1f0-1f1fc","unicode_alternates":"","name":"kuwait","shortname":":flag_kw:","category":"flags","emoji_order":"1140","aliases":[":kw:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_kg":{"unicode":"1f1f0-1f1ec","unicode_alternates":"","name":"kyrgyzstan","shortname":":flag_kg:","category":"flags","emoji_order":"1141","aliases":[":kg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_la":{"unicode":"1f1f1-1f1e6","unicode_alternates":"","name":"laos","shortname":":flag_la:","category":"flags","emoji_order":"1142","aliases":[":la:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_lv":{"unicode":"1f1f1-1f1fb","unicode_alternates":"","name":"latvia","shortname":":flag_lv:","category":"flags","emoji_order":"1143","aliases":[":lv:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_lb":{"unicode":"1f1f1-1f1e7","unicode_alternates":"","name":"lebanon","shortname":":flag_lb:","category":"flags","emoji_order":"1144","aliases":[":lb:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ls":{"unicode":"1f1f1-1f1f8","unicode_alternates":"","name":"lesotho","shortname":":flag_ls:","category":"flags","emoji_order":"1145","aliases":[":ls:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_lr":{"unicode":"1f1f1-1f1f7","unicode_alternates":"","name":"liberia","shortname":":flag_lr:","category":"flags","emoji_order":"1146","aliases":[":lr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ly":{"unicode":"1f1f1-1f1fe","unicode_alternates":"","name":"libya","shortname":":flag_ly:","category":"flags","emoji_order":"1147","aliases":[":ly:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_li":{"unicode":"1f1f1-1f1ee","unicode_alternates":"","name":"liechtenstein","shortname":":flag_li:","category":"flags","emoji_order":"1148","aliases":[":li:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_lt":{"unicode":"1f1f1-1f1f9","unicode_alternates":"","name":"lithuania","shortname":":flag_lt:","category":"flags","emoji_order":"1149","aliases":[":lt:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_lu":{"unicode":"1f1f1-1f1fa","unicode_alternates":"","name":"luxembourg","shortname":":flag_lu:","category":"flags","emoji_order":"1150","aliases":[":lu:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mo":{"unicode":"1f1f2-1f1f4","unicode_alternates":"","name":"macau","shortname":":flag_mo:","category":"flags","emoji_order":"1151","aliases":[":mo:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mk":{"unicode":"1f1f2-1f1f0","unicode_alternates":"","name":"macedonia","shortname":":flag_mk:","category":"flags","emoji_order":"1152","aliases":[":mk:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mg":{"unicode":"1f1f2-1f1ec","unicode_alternates":"","name":"madagascar","shortname":":flag_mg:","category":"flags","emoji_order":"1153","aliases":[":mg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mw":{"unicode":"1f1f2-1f1fc","unicode_alternates":"","name":"malawi","shortname":":flag_mw:","category":"flags","emoji_order":"1154","aliases":[":mw:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_my":{"unicode":"1f1f2-1f1fe","unicode_alternates":"","name":"malaysia","shortname":":flag_my:","category":"flags","emoji_order":"1155","aliases":[":my:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mv":{"unicode":"1f1f2-1f1fb","unicode_alternates":"","name":"maldives","shortname":":flag_mv:","category":"flags","emoji_order":"1156","aliases":[":mv:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ml":{"unicode":"1f1f2-1f1f1","unicode_alternates":"","name":"mali","shortname":":flag_ml:","category":"flags","emoji_order":"1157","aliases":[":ml:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mt":{"unicode":"1f1f2-1f1f9","unicode_alternates":"","name":"malta","shortname":":flag_mt:","category":"flags","emoji_order":"1158","aliases":[":mt:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mh":{"unicode":"1f1f2-1f1ed","unicode_alternates":"","name":"the marshall islands","shortname":":flag_mh:","category":"flags","emoji_order":"1159","aliases":[":mh:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mr":{"unicode":"1f1f2-1f1f7","unicode_alternates":"","name":"mauritania","shortname":":flag_mr:","category":"flags","emoji_order":"1160","aliases":[":mr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mu":{"unicode":"1f1f2-1f1fa","unicode_alternates":"","name":"mauritius","shortname":":flag_mu:","category":"flags","emoji_order":"1161","aliases":[":mu:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mx":{"unicode":"1f1f2-1f1fd","unicode_alternates":"","name":"mexico","shortname":":flag_mx:","category":"flags","emoji_order":"1162","aliases":[":mx:"],"aliases_ascii":[],"keywords":["country","mexican","flag","flag"]},"flag_fm":{"unicode":"1f1eb-1f1f2","unicode_alternates":"","name":"micronesia","shortname":":flag_fm:","category":"flags","emoji_order":"1163","aliases":[":fm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_md":{"unicode":"1f1f2-1f1e9","unicode_alternates":"","name":"moldova","shortname":":flag_md:","category":"flags","emoji_order":"1164","aliases":[":md:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mc":{"unicode":"1f1f2-1f1e8","unicode_alternates":"","name":"monaco","shortname":":flag_mc:","category":"flags","emoji_order":"1165","aliases":[":mc:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mn":{"unicode":"1f1f2-1f1f3","unicode_alternates":"","name":"mongolia","shortname":":flag_mn:","category":"flags","emoji_order":"1166","aliases":[":mn:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_me":{"unicode":"1f1f2-1f1ea","unicode_alternates":"","name":"montenegro","shortname":":flag_me:","category":"flags","emoji_order":"1167","aliases":[":me:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ms":{"unicode":"1f1f2-1f1f8","unicode_alternates":"","name":"montserrat","shortname":":flag_ms:","category":"flags","emoji_order":"1168","aliases":[":ms:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ma":{"unicode":"1f1f2-1f1e6","unicode_alternates":"","name":"morocco","shortname":":flag_ma:","category":"flags","emoji_order":"1169","aliases":[":ma:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mz":{"unicode":"1f1f2-1f1ff","unicode_alternates":"","name":"mozambique","shortname":":flag_mz:","category":"flags","emoji_order":"1170","aliases":[":mz:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mm":{"unicode":"1f1f2-1f1f2","unicode_alternates":"","name":"myanmar","shortname":":flag_mm:","category":"flags","emoji_order":"1171","aliases":[":mm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_na":{"unicode":"1f1f3-1f1e6","unicode_alternates":"","name":"namibia","shortname":":flag_na:","category":"flags","emoji_order":"1172","aliases":[":na:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_nr":{"unicode":"1f1f3-1f1f7","unicode_alternates":"","name":"nauru","shortname":":flag_nr:","category":"flags","emoji_order":"1173","aliases":[":nr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_np":{"unicode":"1f1f3-1f1f5","unicode_alternates":"","name":"nepal","shortname":":flag_np:","category":"flags","emoji_order":"1174","aliases":[":np:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_nl":{"unicode":"1f1f3-1f1f1","unicode_alternates":"","name":"the netherlands","shortname":":flag_nl:","category":"flags","emoji_order":"1175","aliases":[":nl:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_nc":{"unicode":"1f1f3-1f1e8","unicode_alternates":"","name":"new caledonia","shortname":":flag_nc:","category":"flags","emoji_order":"1176","aliases":[":nc:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_nz":{"unicode":"1f1f3-1f1ff","unicode_alternates":"","name":"new zealand","shortname":":flag_nz:","category":"flags","emoji_order":"1177","aliases":[":nz:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ni":{"unicode":"1f1f3-1f1ee","unicode_alternates":"","name":"nicaragua","shortname":":flag_ni:","category":"flags","emoji_order":"1178","aliases":[":ni:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ne":{"unicode":"1f1f3-1f1ea","unicode_alternates":"","name":"niger","shortname":":flag_ne:","category":"flags","emoji_order":"1179","aliases":[":ne:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ng":{"unicode":"1f1f3-1f1ec","unicode_alternates":"","name":"nigeria","shortname":":flag_ng:","category":"flags","emoji_order":"1180","aliases":[":nigeria:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_nu":{"unicode":"1f1f3-1f1fa","unicode_alternates":"","name":"niue","shortname":":flag_nu:","category":"flags","emoji_order":"1181","aliases":[":nu:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_kp":{"unicode":"1f1f0-1f1f5","unicode_alternates":"","name":"north korea","shortname":":flag_kp:","category":"flags","emoji_order":"1182","aliases":[":kp:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_no":{"unicode":"1f1f3-1f1f4","unicode_alternates":"","name":"norway","shortname":":flag_no:","category":"flags","emoji_order":"1183","aliases":[":no:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_om":{"unicode":"1f1f4-1f1f2","unicode_alternates":"","name":"oman","shortname":":flag_om:","category":"flags","emoji_order":"1184","aliases":[":om:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pk":{"unicode":"1f1f5-1f1f0","unicode_alternates":"","name":"pakistan","shortname":":flag_pk:","category":"flags","emoji_order":"1185","aliases":[":pk:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pw":{"unicode":"1f1f5-1f1fc","unicode_alternates":"","name":"palau","shortname":":flag_pw:","category":"flags","emoji_order":"1186","aliases":[":pw:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ps":{"unicode":"1f1f5-1f1f8","unicode_alternates":"","name":"palestinian authority","shortname":":flag_ps:","category":"flags","emoji_order":"1187","aliases":[":ps:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pa":{"unicode":"1f1f5-1f1e6","unicode_alternates":"","name":"panama","shortname":":flag_pa:","category":"flags","emoji_order":"1188","aliases":[":pa:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pg":{"unicode":"1f1f5-1f1ec","unicode_alternates":"","name":"papua new guinea","shortname":":flag_pg:","category":"flags","emoji_order":"1189","aliases":[":pg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_py":{"unicode":"1f1f5-1f1fe","unicode_alternates":"","name":"paraguay","shortname":":flag_py:","category":"flags","emoji_order":"1190","aliases":[":py:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pe":{"unicode":"1f1f5-1f1ea","unicode_alternates":"","name":"peru","shortname":":flag_pe:","category":"flags","emoji_order":"1191","aliases":[":pe:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ph":{"unicode":"1f1f5-1f1ed","unicode_alternates":"","name":"the philippines","shortname":":flag_ph:","category":"flags","emoji_order":"1192","aliases":[":ph:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pl":{"unicode":"1f1f5-1f1f1","unicode_alternates":"","name":"poland","shortname":":flag_pl:","category":"flags","emoji_order":"1193","aliases":[":pl:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pt":{"unicode":"1f1f5-1f1f9","unicode_alternates":"","name":"portugal","shortname":":flag_pt:","category":"flags","emoji_order":"1194","aliases":[":pt:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pr":{"unicode":"1f1f5-1f1f7","unicode_alternates":"","name":"puerto rico","shortname":":flag_pr:","category":"flags","emoji_order":"1195","aliases":[":pr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_qa":{"unicode":"1f1f6-1f1e6","unicode_alternates":"","name":"qatar","shortname":":flag_qa:","category":"flags","emoji_order":"1196","aliases":[":qa:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ro":{"unicode":"1f1f7-1f1f4","unicode_alternates":"","name":"romania","shortname":":flag_ro:","category":"flags","emoji_order":"1197","aliases":[":ro:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ru":{"unicode":"1f1f7-1f1fa","unicode_alternates":"","name":"russia","shortname":":flag_ru:","category":"flags","emoji_order":"1198","aliases":[":ru:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_rw":{"unicode":"1f1f7-1f1fc","unicode_alternates":"","name":"rwanda","shortname":":flag_rw:","category":"flags","emoji_order":"1199","aliases":[":rw:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sh":{"unicode":"1f1f8-1f1ed","unicode_alternates":"","name":"saint helena","shortname":":flag_sh:","category":"flags","emoji_order":"1200","aliases":[":sh:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_kn":{"unicode":"1f1f0-1f1f3","unicode_alternates":"","name":"saint kitts and nevis","shortname":":flag_kn:","category":"flags","emoji_order":"1201","aliases":[":kn:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_lc":{"unicode":"1f1f1-1f1e8","unicode_alternates":"","name":"saint lucia","shortname":":flag_lc:","category":"flags","emoji_order":"1202","aliases":[":lc:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_vc":{"unicode":"1f1fb-1f1e8","unicode_alternates":"","name":"saint vincent and the grenadines","shortname":":flag_vc:","category":"flags","emoji_order":"1203","aliases":[":vc:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ws":{"unicode":"1f1fc-1f1f8","unicode_alternates":"","name":"samoa","shortname":":flag_ws:","category":"flags","emoji_order":"1204","aliases":[":ws:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sm":{"unicode":"1f1f8-1f1f2","unicode_alternates":"","name":"san marino","shortname":":flag_sm:","category":"flags","emoji_order":"1205","aliases":[":sm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_st":{"unicode":"1f1f8-1f1f9","unicode_alternates":"","name":"s\u00e3o tom\u00e9 and pr\u00edncipe","shortname":":flag_st:","category":"flags","emoji_order":"1206","aliases":[":st:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sa":{"unicode":"1f1f8-1f1e6","unicode_alternates":"","name":"saudi arabia","shortname":":flag_sa:","category":"flags","emoji_order":"1207","aliases":[":saudiarabia:",":saudi:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sn":{"unicode":"1f1f8-1f1f3","unicode_alternates":"","name":"senegal","shortname":":flag_sn:","category":"flags","emoji_order":"1208","aliases":[":sn:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_rs":{"unicode":"1f1f7-1f1f8","unicode_alternates":"","name":"serbia","shortname":":flag_rs:","category":"flags","emoji_order":"1209","aliases":[":rs:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sc":{"unicode":"1f1f8-1f1e8","unicode_alternates":"","name":"the seychelles","shortname":":flag_sc:","category":"flags","emoji_order":"1210","aliases":[":sc:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sl":{"unicode":"1f1f8-1f1f1","unicode_alternates":"","name":"sierra leone","shortname":":flag_sl:","category":"flags","emoji_order":"1211","aliases":[":sl:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sg":{"unicode":"1f1f8-1f1ec","unicode_alternates":"","name":"singapore","shortname":":flag_sg:","category":"flags","emoji_order":"1212","aliases":[":sg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sk":{"unicode":"1f1f8-1f1f0","unicode_alternates":"","name":"slovakia","shortname":":flag_sk:","category":"flags","emoji_order":"1213","aliases":[":sk:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_si":{"unicode":"1f1f8-1f1ee","unicode_alternates":"","name":"slovenia","shortname":":flag_si:","category":"flags","emoji_order":"1214","aliases":[":si:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sb":{"unicode":"1f1f8-1f1e7","unicode_alternates":"","name":"the solomon islands","shortname":":flag_sb:","category":"flags","emoji_order":"1215","aliases":[":sb:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_so":{"unicode":"1f1f8-1f1f4","unicode_alternates":"","name":"somalia","shortname":":flag_so:","category":"flags","emoji_order":"1216","aliases":[":so:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_za":{"unicode":"1f1ff-1f1e6","unicode_alternates":"","name":"south africa","shortname":":flag_za:","category":"flags","emoji_order":"1217","aliases":[":za:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_kr":{"unicode":"1f1f0-1f1f7","unicode_alternates":"","name":"korea","shortname":":flag_kr:","category":"flags","emoji_order":"1218","aliases":[":kr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_es":{"unicode":"1f1ea-1f1f8","unicode_alternates":"","name":"spain","shortname":":flag_es:","category":"flags","emoji_order":"1219","aliases":[":es:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_lk":{"unicode":"1f1f1-1f1f0","unicode_alternates":"","name":"sri lanka","shortname":":flag_lk:","category":"flags","emoji_order":"1220","aliases":[":lk:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sd":{"unicode":"1f1f8-1f1e9","unicode_alternates":"","name":"sudan","shortname":":flag_sd:","category":"flags","emoji_order":"1221","aliases":[":sd:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sr":{"unicode":"1f1f8-1f1f7","unicode_alternates":"","name":"suriname","shortname":":flag_sr:","category":"flags","emoji_order":"1222","aliases":[":sr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sz":{"unicode":"1f1f8-1f1ff","unicode_alternates":"","name":"swaziland","shortname":":flag_sz:","category":"flags","emoji_order":"1223","aliases":[":sz:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_se":{"unicode":"1f1f8-1f1ea","unicode_alternates":"","name":"sweden","shortname":":flag_se:","category":"flags","emoji_order":"1224","aliases":[":se:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ch":{"unicode":"1f1e8-1f1ed","unicode_alternates":"","name":"switzerland","shortname":":flag_ch:","category":"flags","emoji_order":"1225","aliases":[":ch:"],"aliases_ascii":[],"keywords":["country","neutral","flag","flag"]},"flag_sy":{"unicode":"1f1f8-1f1fe","unicode_alternates":"","name":"syria","shortname":":flag_sy:","category":"flags","emoji_order":"1226","aliases":[":sy:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tw":{"unicode":"1f1f9-1f1fc","unicode_alternates":"","name":"the republic of china","shortname":":flag_tw:","category":"flags","emoji_order":"1227","aliases":[":tw:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tj":{"unicode":"1f1f9-1f1ef","unicode_alternates":"","name":"tajikistan","shortname":":flag_tj:","category":"flags","emoji_order":"1228","aliases":[":tj:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tz":{"unicode":"1f1f9-1f1ff","unicode_alternates":"","name":"tanzania","shortname":":flag_tz:","category":"flags","emoji_order":"1229","aliases":[":tz:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_th":{"unicode":"1f1f9-1f1ed","unicode_alternates":"","name":"thailand","shortname":":flag_th:","category":"flags","emoji_order":"1230","aliases":[":th:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tl":{"unicode":"1f1f9-1f1f1","unicode_alternates":"","name":"timor-leste","shortname":":flag_tl:","category":"flags","emoji_order":"1231","aliases":[":tl:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tg":{"unicode":"1f1f9-1f1ec","unicode_alternates":"","name":"togo","shortname":":flag_tg:","category":"flags","emoji_order":"1232","aliases":[":tg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_to":{"unicode":"1f1f9-1f1f4","unicode_alternates":"","name":"tonga","shortname":":flag_to:","category":"flags","emoji_order":"1233","aliases":[":to:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tt":{"unicode":"1f1f9-1f1f9","unicode_alternates":"","name":"trinidad and tobago","shortname":":flag_tt:","category":"flags","emoji_order":"1234","aliases":[":tt:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tn":{"unicode":"1f1f9-1f1f3","unicode_alternates":"","name":"tunisia","shortname":":flag_tn:","category":"flags","emoji_order":"1235","aliases":[":tn:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tr":{"unicode":"1f1f9-1f1f7","unicode_alternates":"","name":"turkey","shortname":":flag_tr:","category":"flags","emoji_order":"1236","aliases":[":tr:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tm":{"unicode":"1f1f9-1f1f2","unicode_alternates":"","name":"turkmenistan","shortname":":flag_tm:","category":"flags","emoji_order":"1237","aliases":[":turkmenistan:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tv":{"unicode":"1f1f9-1f1fb","unicode_alternates":"","name":"tuvalu","shortname":":flag_tv:","category":"flags","emoji_order":"1238","aliases":[":tuvalu:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ug":{"unicode":"1f1fa-1f1ec","unicode_alternates":"","name":"uganda","shortname":":flag_ug:","category":"flags","emoji_order":"1239","aliases":[":ug:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ua":{"unicode":"1f1fa-1f1e6","unicode_alternates":"","name":"ukraine","shortname":":flag_ua:","category":"flags","emoji_order":"1240","aliases":[":ua:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ae":{"unicode":"1f1e6-1f1ea","unicode_alternates":"","name":"the united arab emirates","shortname":":flag_ae:","category":"flags","emoji_order":"1241","aliases":[":ae:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gb":{"unicode":"1f1ec-1f1e7","unicode_alternates":"","name":"great britain","shortname":":flag_gb:","category":"flags","emoji_order":"1242","aliases":[":gb:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_us":{"unicode":"1f1fa-1f1f8","unicode_alternates":"","name":"united states","shortname":":flag_us:","category":"flags","emoji_order":"1243","aliases":[":us:"],"aliases_ascii":[],"keywords":["america","country","flag","flag"]},"flag_vi":{"unicode":"1f1fb-1f1ee","unicode_alternates":"","name":"u.s. virgin islands","shortname":":flag_vi:","category":"flags","emoji_order":"1244","aliases":[":vi:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_uy":{"unicode":"1f1fa-1f1fe","unicode_alternates":"","name":"uruguay","shortname":":flag_uy:","category":"flags","emoji_order":"1245","aliases":[":uy:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_uz":{"unicode":"1f1fa-1f1ff","unicode_alternates":"","name":"uzbekistan","shortname":":flag_uz:","category":"flags","emoji_order":"1246","aliases":[":uz:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_vu":{"unicode":"1f1fb-1f1fa","unicode_alternates":"","name":"vanuatu","shortname":":flag_vu:","category":"flags","emoji_order":"1247","aliases":[":vu:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_va":{"unicode":"1f1fb-1f1e6","unicode_alternates":"","name":"the vatican city","shortname":":flag_va:","category":"flags","emoji_order":"1248","aliases":[":va:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ve":{"unicode":"1f1fb-1f1ea","unicode_alternates":"","name":"venezuela","shortname":":flag_ve:","category":"flags","emoji_order":"1249","aliases":[":ve:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_vn":{"unicode":"1f1fb-1f1f3","unicode_alternates":"","name":"vietnam","shortname":":flag_vn:","category":"flags","emoji_order":"1250","aliases":[":vn:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_wf":{"unicode":"1f1fc-1f1eb","unicode_alternates":"","name":"wallis and futuna","shortname":":flag_wf:","category":"flags","emoji_order":"1251","aliases":[":wf:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_eh":{"unicode":"1f1ea-1f1ed","unicode_alternates":"","name":"western sahara","shortname":":flag_eh:","category":"flags","emoji_order":"1252","aliases":[":eh:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ye":{"unicode":"1f1fe-1f1ea","unicode_alternates":"","name":"yemen","shortname":":flag_ye:","category":"flags","emoji_order":"1253","aliases":[":ye:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_zm":{"unicode":"1f1ff-1f1f2","unicode_alternates":"","name":"zambia","shortname":":flag_zm:","category":"flags","emoji_order":"1254","aliases":[":zm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_zw":{"unicode":"1f1ff-1f1fc","unicode_alternates":"","name":"zimbabwe","shortname":":flag_zw:","category":"flags","emoji_order":"1255","aliases":[":zw:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_re":{"unicode":"1f1f7-1f1ea","unicode_alternates":"","name":"r\u00e9union","shortname":":flag_re:","category":"flags","emoji_order":"1256","aliases":[":re:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ax":{"unicode":"1f1e6-1f1fd","unicode_alternates":"","name":"\u00e5land islands","shortname":":flag_ax:","category":"flags","emoji_order":"1257","aliases":[":ax:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ta":{"unicode":"1f1f9-1f1e6","unicode_alternates":"","name":"tristan da cunha","shortname":":flag_ta:","category":"flags","emoji_order":"1258","aliases":[":ta:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_io":{"unicode":"1f1ee-1f1f4","unicode_alternates":"","name":"british indian ocean territory","shortname":":flag_io:","category":"flags","emoji_order":"1259","aliases":[":io:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bq":{"unicode":"1f1e7-1f1f6","unicode_alternates":"","name":"caribbean netherlands","shortname":":flag_bq:","category":"flags","emoji_order":"1260","aliases":[":bq:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cx":{"unicode":"1f1e8-1f1fd","unicode_alternates":"","name":"christmas island","shortname":":flag_cx:","category":"flags","emoji_order":"1261","aliases":[":cx:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cc":{"unicode":"1f1e8-1f1e8","unicode_alternates":"","name":"cocos (keeling) islands","shortname":":flag_cc:","category":"flags","emoji_order":"1262","aliases":[":cc:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gg":{"unicode":"1f1ec-1f1ec","unicode_alternates":"","name":"guernsey","shortname":":flag_gg:","category":"flags","emoji_order":"1263","aliases":[":gg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_im":{"unicode":"1f1ee-1f1f2","unicode_alternates":"","name":"isle of man","shortname":":flag_im:","category":"flags","emoji_order":"1264","aliases":[":im:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_yt":{"unicode":"1f1fe-1f1f9","unicode_alternates":"","name":"mayotte","shortname":":flag_yt:","category":"flags","emoji_order":"1265","aliases":[":yt:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_nf":{"unicode":"1f1f3-1f1eb","unicode_alternates":"","name":"norfolk island","shortname":":flag_nf:","category":"flags","emoji_order":"1266","aliases":[":nf:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pn":{"unicode":"1f1f5-1f1f3","unicode_alternates":"","name":"pitcairn","shortname":":flag_pn:","category":"flags","emoji_order":"1267","aliases":[":pn:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bl":{"unicode":"1f1e7-1f1f1","unicode_alternates":"","name":"saint barth\u00e9lemy","shortname":":flag_bl:","category":"flags","emoji_order":"1268","aliases":[":bl:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_pm":{"unicode":"1f1f5-1f1f2","unicode_alternates":"","name":"saint pierre and miquelon","shortname":":flag_pm:","category":"flags","emoji_order":"1269","aliases":[":pm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gs":{"unicode":"1f1ec-1f1f8","unicode_alternates":"","name":"south georgia","shortname":":flag_gs:","category":"flags","emoji_order":"1270","aliases":[":gs:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tk":{"unicode":"1f1f9-1f1f0","unicode_alternates":"","name":"tokelau","shortname":":flag_tk:","category":"flags","emoji_order":"1271","aliases":[":tk:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_bv":{"unicode":"1f1e7-1f1fb","unicode_alternates":"","name":"bouvet island","shortname":":flag_bv:","category":"flags","emoji_order":"1272","aliases":[":bv:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_hm":{"unicode":"1f1ed-1f1f2","unicode_alternates":"","name":"heard island and mcdonald islands","shortname":":flag_hm:","category":"flags","emoji_order":"1273","aliases":[":hm:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sj":{"unicode":"1f1f8-1f1ef","unicode_alternates":"","name":"svalbard and jan mayen","shortname":":flag_sj:","category":"flags","emoji_order":"1274","aliases":[":sj:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_um":{"unicode":"1f1fa-1f1f2","unicode_alternates":"","name":"united states minor outlying islands","shortname":":flag_um:","category":"flags","emoji_order":"1275","aliases":[":um:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ic":{"unicode":"1f1ee-1f1e8","unicode_alternates":"","name":"canary islands","shortname":":flag_ic:","category":"flags","emoji_order":"1276","aliases":[":ic:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ea":{"unicode":"1f1ea-1f1e6","unicode_alternates":"","name":"ceuta, melilla","shortname":":flag_ea:","category":"flags","emoji_order":"1277","aliases":[":ea:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cp":{"unicode":"1f1e8-1f1f5","unicode_alternates":"","name":"clipperton island","shortname":":flag_cp:","category":"flags","emoji_order":"1278","aliases":[":cp:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_dg":{"unicode":"1f1e9-1f1ec","unicode_alternates":"","name":"diego garcia","shortname":":flag_dg:","category":"flags","emoji_order":"1279","aliases":[":dg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_as":{"unicode":"1f1e6-1f1f8","unicode_alternates":"","name":"american samoa","shortname":":flag_as:","category":"flags","emoji_order":"1280","aliases":[":as:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_aq":{"unicode":"1f1e6-1f1f6","unicode_alternates":"","name":"antarctica","shortname":":flag_aq:","category":"flags","emoji_order":"1281","aliases":[":aq:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_vg":{"unicode":"1f1fb-1f1ec","unicode_alternates":"","name":"british virgin islands","shortname":":flag_vg:","category":"flags","emoji_order":"1282","aliases":[":vg:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ck":{"unicode":"1f1e8-1f1f0","unicode_alternates":"","name":"cook islands","shortname":":flag_ck:","category":"flags","emoji_order":"1283","aliases":[":ck:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_cw":{"unicode":"1f1e8-1f1fc","unicode_alternates":"","name":"cura\u00e7ao","shortname":":flag_cw:","category":"flags","emoji_order":"1284","aliases":[":cw:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_eu":{"unicode":"1f1ea-1f1fa","unicode_alternates":"","name":"european union","shortname":":flag_eu:","category":"flags","emoji_order":"1285","aliases":[":eu:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gf":{"unicode":"1f1ec-1f1eb","unicode_alternates":"","name":"french guiana","shortname":":flag_gf:","category":"flags","emoji_order":"1286","aliases":[":gf:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tf":{"unicode":"1f1f9-1f1eb","unicode_alternates":"","name":"french southern territories","shortname":":flag_tf:","category":"flags","emoji_order":"1287","aliases":[":tf:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_gp":{"unicode":"1f1ec-1f1f5","unicode_alternates":"","name":"guadeloupe","shortname":":flag_gp:","category":"flags","emoji_order":"1288","aliases":[":gp:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mq":{"unicode":"1f1f2-1f1f6","unicode_alternates":"","name":"martinique","shortname":":flag_mq:","category":"flags","emoji_order":"1289","aliases":[":mq:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mp":{"unicode":"1f1f2-1f1f5","unicode_alternates":"","name":"northern mariana islands","shortname":":flag_mp:","category":"flags","emoji_order":"1290","aliases":[":mp:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_sx":{"unicode":"1f1f8-1f1fd","unicode_alternates":"","name":"sint maarten","shortname":":flag_sx:","category":"flags","emoji_order":"1291","aliases":[":sx:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_ss":{"unicode":"1f1f8-1f1f8","unicode_alternates":"","name":"south sudan","shortname":":flag_ss:","category":"flags","emoji_order":"1292","aliases":[":ss:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_tc":{"unicode":"1f1f9-1f1e8","unicode_alternates":"","name":"turks and caicos islands","shortname":":flag_tc:","category":"flags","emoji_order":"1293","aliases":[":tc:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"flag_mf":{"unicode":"1f1f2-1f1eb","unicode_alternates":"","name":"saint martin","shortname":":flag_mf:","category":"flags","emoji_order":"1294","aliases":[":mf:"],"aliases_ascii":[],"keywords":["country","flag","flag"]},"raised_hands_tone1":{"unicode":"1f64c-1f3fb","unicode_alternates":"","name":"person raising both hands in celebration tone 1","shortname":":raised_hands_tone1:","category":"people","emoji_order":"1295","aliases":[],"aliases_ascii":[],"keywords":[]},"raised_hands_tone2":{"unicode":"1f64c-1f3fc","unicode_alternates":"","name":"person raising both hands in celebration tone 2","shortname":":raised_hands_tone2:","category":"people","emoji_order":"1296","aliases":[],"aliases_ascii":[],"keywords":[]},"raised_hands_tone3":{"unicode":"1f64c-1f3fd","unicode_alternates":"","name":"person raising both hands in celebration tone 3","shortname":":raised_hands_tone3:","category":"people","emoji_order":"1297","aliases":[],"aliases_ascii":[],"keywords":[]},"raised_hands_tone4":{"unicode":"1f64c-1f3fe","unicode_alternates":"","name":"person raising both hands in celebration tone 4","shortname":":raised_hands_tone4:","category":"people","emoji_order":"1298","aliases":[],"aliases_ascii":[],"keywords":[]},"raised_hands_tone5":{"unicode":"1f64c-1f3ff","unicode_alternates":"","name":"person raising both hands in celebration tone 5","shortname":":raised_hands_tone5:","category":"people","emoji_order":"1299","aliases":[],"aliases_ascii":[],"keywords":[]},"clap_tone1":{"unicode":"1f44f-1f3fb","unicode_alternates":"","name":"clapping hands sign tone 1","shortname":":clap_tone1:","category":"people","emoji_order":"1300","aliases":[],"aliases_ascii":[],"keywords":[]},"clap_tone2":{"unicode":"1f44f-1f3fc","unicode_alternates":"","name":"clapping hands sign tone 2","shortname":":clap_tone2:","category":"people","emoji_order":"1301","aliases":[],"aliases_ascii":[],"keywords":[]},"clap_tone3":{"unicode":"1f44f-1f3fd","unicode_alternates":"","name":"clapping hands sign tone 3","shortname":":clap_tone3:","category":"people","emoji_order":"1302","aliases":[],"aliases_ascii":[],"keywords":[]},"clap_tone4":{"unicode":"1f44f-1f3fe","unicode_alternates":"","name":"clapping hands sign tone 4","shortname":":clap_tone4:","category":"people","emoji_order":"1303","aliases":[],"aliases_ascii":[],"keywords":[]},"clap_tone5":{"unicode":"1f44f-1f3ff","unicode_alternates":"","name":"clapping hands sign tone 5","shortname":":clap_tone5:","category":"people","emoji_order":"1304","aliases":[],"aliases_ascii":[],"keywords":[]},"wave_tone1":{"unicode":"1f44b-1f3fb","unicode_alternates":"","name":"waving hand sign tone 1","shortname":":wave_tone1:","category":"people","emoji_order":"1305","aliases":[],"aliases_ascii":[],"keywords":[]},"wave_tone2":{"unicode":"1f44b-1f3fc","unicode_alternates":"","name":"waving hand sign tone 2","shortname":":wave_tone2:","category":"people","emoji_order":"1306","aliases":[],"aliases_ascii":[],"keywords":[]},"wave_tone3":{"unicode":"1f44b-1f3fd","unicode_alternates":"","name":"waving hand sign tone 3","shortname":":wave_tone3:","category":"people","emoji_order":"1307","aliases":[],"aliases_ascii":[],"keywords":[]},"wave_tone4":{"unicode":"1f44b-1f3fe","unicode_alternates":"","name":"waving hand sign tone 4","shortname":":wave_tone4:","category":"people","emoji_order":"1308","aliases":[],"aliases_ascii":[],"keywords":[]},"wave_tone5":{"unicode":"1f44b-1f3ff","unicode_alternates":"","name":"waving hand sign tone 5","shortname":":wave_tone5:","category":"people","emoji_order":"1309","aliases":[],"aliases_ascii":[],"keywords":[]},"thumbsup_tone1":{"unicode":"1f44d-1f3fb","unicode_alternates":"","name":"thumbs up sign tone 1","shortname":":thumbsup_tone1:","category":"people","emoji_order":"1310","aliases":[":+1_tone1:",":thumbup_tone1:"],"aliases_ascii":[],"keywords":[]},"thumbsup_tone2":{"unicode":"1f44d-1f3fc","unicode_alternates":"","name":"thumbs up sign tone 2","shortname":":thumbsup_tone2:","category":"people","emoji_order":"1311","aliases":[":+1_tone2:",":thumbup_tone2:"],"aliases_ascii":[],"keywords":[]},"thumbsup_tone3":{"unicode":"1f44d-1f3fd","unicode_alternates":"","name":"thumbs up sign tone 3","shortname":":thumbsup_tone3:","category":"people","emoji_order":"1312","aliases":[":+1_tone3:",":thumbup_tone3:"],"aliases_ascii":[],"keywords":[]},"thumbsup_tone4":{"unicode":"1f44d-1f3fe","unicode_alternates":"","name":"thumbs up sign tone 4","shortname":":thumbsup_tone4:","category":"people","emoji_order":"1313","aliases":[":+1_tone4:",":thumbup_tone4:"],"aliases_ascii":[],"keywords":[]},"thumbsup_tone5":{"unicode":"1f44d-1f3ff","unicode_alternates":"","name":"thumbs up sign tone 5","shortname":":thumbsup_tone5:","category":"people","emoji_order":"1314","aliases":[":+1_tone5:",":thumbup_tone5:"],"aliases_ascii":[],"keywords":[]},"thumbsdown_tone1":{"unicode":"1f44e-1f3fb","unicode_alternates":"","name":"thumbs down sign tone 1","shortname":":thumbsdown_tone1:","category":"people","emoji_order":"1315","aliases":[":-1_tone1:",":thumbdown_tone1:"],"aliases_ascii":[],"keywords":[]},"thumbsdown_tone2":{"unicode":"1f44e-1f3fc","unicode_alternates":"","name":"thumbs down sign tone 2","shortname":":thumbsdown_tone2:","category":"people","emoji_order":"1316","aliases":[":-1_tone2:",":thumbdown_tone2:"],"aliases_ascii":[],"keywords":[]},"thumbsdown_tone3":{"unicode":"1f44e-1f3fd","unicode_alternates":"","name":"thumbs down sign tone 3","shortname":":thumbsdown_tone3:","category":"people","emoji_order":"1317","aliases":[":-1_tone3:",":thumbdown_tone3:"],"aliases_ascii":[],"keywords":[]},"thumbsdown_tone4":{"unicode":"1f44e-1f3fe","unicode_alternates":"","name":"thumbs down sign tone 4","shortname":":thumbsdown_tone4:","category":"people","emoji_order":"1318","aliases":[":-1_tone4:",":thumbdown_tone4:"],"aliases_ascii":[],"keywords":[]},"thumbsdown_tone5":{"unicode":"1f44e-1f3ff","unicode_alternates":"","name":"thumbs down sign tone 5","shortname":":thumbsdown_tone5:","category":"people","emoji_order":"1319","aliases":[":-1_tone5:",":thumbdown_tone5:"],"aliases_ascii":[],"keywords":[]},"punch_tone1":{"unicode":"1f44a-1f3fb","unicode_alternates":"","name":"fisted hand sign tone 1","shortname":":punch_tone1:","category":"people","emoji_order":"1320","aliases":[],"aliases_ascii":[],"keywords":[]},"punch_tone2":{"unicode":"1f44a-1f3fc","unicode_alternates":"","name":"fisted hand sign tone 2","shortname":":punch_tone2:","category":"people","emoji_order":"1321","aliases":[],"aliases_ascii":[],"keywords":[]},"punch_tone3":{"unicode":"1f44a-1f3fd","unicode_alternates":"","name":"fisted hand sign tone 3","shortname":":punch_tone3:","category":"people","emoji_order":"1322","aliases":[],"aliases_ascii":[],"keywords":[]},"punch_tone4":{"unicode":"1f44a-1f3fe","unicode_alternates":"","name":"fisted hand sign tone 4","shortname":":punch_tone4:","category":"people","emoji_order":"1323","aliases":[],"aliases_ascii":[],"keywords":[]},"punch_tone5":{"unicode":"1f44a-1f3ff","unicode_alternates":"","name":"fisted hand sign tone 5","shortname":":punch_tone5:","category":"people","emoji_order":"1324","aliases":[],"aliases_ascii":[],"keywords":[]},"fist_tone1":{"unicode":"270a-1f3fb","unicode_alternates":"","name":"raised fist tone 1","shortname":":fist_tone1:","category":"people","emoji_order":"1325","aliases":[],"aliases_ascii":[],"keywords":[]},"fist_tone2":{"unicode":"270a-1f3fc","unicode_alternates":"","name":"raised fist tone 2","shortname":":fist_tone2:","category":"people","emoji_order":"1326","aliases":[],"aliases_ascii":[],"keywords":[]},"fist_tone3":{"unicode":"270a-1f3fd","unicode_alternates":"","name":"raised fist tone 3","shortname":":fist_tone3:","category":"people","emoji_order":"1327","aliases":[],"aliases_ascii":[],"keywords":[]},"fist_tone4":{"unicode":"270a-1f3fe","unicode_alternates":"","name":"raised fist tone 4","shortname":":fist_tone4:","category":"people","emoji_order":"1328","aliases":[],"aliases_ascii":[],"keywords":[]},"fist_tone5":{"unicode":"270a-1f3ff","unicode_alternates":"","name":"raised fist tone 5","shortname":":fist_tone5:","category":"people","emoji_order":"1329","aliases":[],"aliases_ascii":[],"keywords":[]},"v_tone1":{"unicode":"270c-1f3fb","unicode_alternates":"","name":"victory hand tone 1","shortname":":v_tone1:","category":"people","emoji_order":"1330","aliases":[],"aliases_ascii":[],"keywords":[]},"v_tone2":{"unicode":"270c-1f3fc","unicode_alternates":"","name":"victory hand tone 2","shortname":":v_tone2:","category":"people","emoji_order":"1331","aliases":[],"aliases_ascii":[],"keywords":[]},"v_tone3":{"unicode":"270c-1f3fd","unicode_alternates":"","name":"victory hand tone 3","shortname":":v_tone3:","category":"people","emoji_order":"1332","aliases":[],"aliases_ascii":[],"keywords":[]},"v_tone4":{"unicode":"270c-1f3fe","unicode_alternates":"","name":"victory hand tone 4","shortname":":v_tone4:","category":"people","emoji_order":"1333","aliases":[],"aliases_ascii":[],"keywords":[]},"v_tone5":{"unicode":"270c-1f3ff","unicode_alternates":"","name":"victory hand tone 5","shortname":":v_tone5:","category":"people","emoji_order":"1334","aliases":[],"aliases_ascii":[],"keywords":[]},"ok_hand_tone1":{"unicode":"1f44c-1f3fb","unicode_alternates":"","name":"ok hand sign tone 1","shortname":":ok_hand_tone1:","category":"people","emoji_order":"1335","aliases":[],"aliases_ascii":[],"keywords":[]},"ok_hand_tone2":{"unicode":"1f44c-1f3fc","unicode_alternates":"","name":"ok hand sign tone 2","shortname":":ok_hand_tone2:","category":"people","emoji_order":"1336","aliases":[],"aliases_ascii":[],"keywords":[]},"ok_hand_tone3":{"unicode":"1f44c-1f3fd","unicode_alternates":"","name":"ok hand sign tone 3","shortname":":ok_hand_tone3:","category":"people","emoji_order":"1337","aliases":[],"aliases_ascii":[],"keywords":[]},"ok_hand_tone4":{"unicode":"1f44c-1f3fe","unicode_alternates":"","name":"ok hand sign tone 4","shortname":":ok_hand_tone4:","category":"people","emoji_order":"1338","aliases":[],"aliases_ascii":[],"keywords":[]},"ok_hand_tone5":{"unicode":"1f44c-1f3ff","unicode_alternates":"","name":"ok hand sign tone 5","shortname":":ok_hand_tone5:","category":"people","emoji_order":"1339","aliases":[],"aliases_ascii":[],"keywords":[]},"raised_hand_tone1":{"unicode":"270b-1f3fb","unicode_alternates":"","name":"raised hand tone 1","shortname":":raised_hand_tone1:","category":"people","emoji_order":"1340","aliases":[],"aliases_ascii":[],"keywords":[]},"raised_hand_tone2":{"unicode":"270b-1f3fc","unicode_alternates":"","name":"raised hand tone 2","shortname":":raised_hand_tone2:","category":"people","emoji_order":"1341","aliases":[],"aliases_ascii":[],"keywords":[]},"raised_hand_tone3":{"unicode":"270b-1f3fd","unicode_alternates":"","name":"raised hand tone 3","shortname":":raised_hand_tone3:","category":"people","emoji_order":"1342","aliases":[],"aliases_ascii":[],"keywords":[]},"raised_hand_tone4":{"unicode":"270b-1f3fe","unicode_alternates":"","name":"raised hand tone 4","shortname":":raised_hand_tone4:","category":"people","emoji_order":"1343","aliases":[],"aliases_ascii":[],"keywords":[]},"raised_hand_tone5":{"unicode":"270b-1f3ff","unicode_alternates":"","name":"raised hand tone 5","shortname":":raised_hand_tone5:","category":"people","emoji_order":"1344","aliases":[],"aliases_ascii":[],"keywords":[]},"open_hands_tone1":{"unicode":"1f450-1f3fb","unicode_alternates":"","name":"open hands sign tone 1","shortname":":open_hands_tone1:","category":"people","emoji_order":"1345","aliases":[],"aliases_ascii":[],"keywords":[]},"open_hands_tone2":{"unicode":"1f450-1f3fc","unicode_alternates":"","name":"open hands sign tone 2","shortname":":open_hands_tone2:","category":"people","emoji_order":"1346","aliases":[],"aliases_ascii":[],"keywords":[]},"open_hands_tone3":{"unicode":"1f450-1f3fd","unicode_alternates":"","name":"open hands sign tone 3","shortname":":open_hands_tone3:","category":"people","emoji_order":"1347","aliases":[],"aliases_ascii":[],"keywords":[]},"open_hands_tone4":{"unicode":"1f450-1f3fe","unicode_alternates":"","name":"open hands sign tone 4","shortname":":open_hands_tone4:","category":"people","emoji_order":"1348","aliases":[],"aliases_ascii":[],"keywords":[]},"open_hands_tone5":{"unicode":"1f450-1f3ff","unicode_alternates":"","name":"open hands sign tone 5","shortname":":open_hands_tone5:","category":"people","emoji_order":"1349","aliases":[],"aliases_ascii":[],"keywords":[]},"muscle_tone1":{"unicode":"1f4aa-1f3fb","unicode_alternates":"","name":"flexed biceps tone 1","shortname":":muscle_tone1:","category":"people","emoji_order":"1350","aliases":[],"aliases_ascii":[],"keywords":[]},"muscle_tone2":{"unicode":"1f4aa-1f3fc","unicode_alternates":"","name":"flexed biceps tone 2","shortname":":muscle_tone2:","category":"people","emoji_order":"1351","aliases":[],"aliases_ascii":[],"keywords":[]},"muscle_tone3":{"unicode":"1f4aa-1f3fd","unicode_alternates":"","name":"flexed biceps tone 3","shortname":":muscle_tone3:","category":"people","emoji_order":"1352","aliases":[],"aliases_ascii":[],"keywords":[]},"muscle_tone4":{"unicode":"1f4aa-1f3fe","unicode_alternates":"","name":"flexed biceps tone 4","shortname":":muscle_tone4:","category":"people","emoji_order":"1353","aliases":[],"aliases_ascii":[],"keywords":[]},"muscle_tone5":{"unicode":"1f4aa-1f3ff","unicode_alternates":"","name":"flexed biceps tone 5","shortname":":muscle_tone5:","category":"people","emoji_order":"1354","aliases":[],"aliases_ascii":[],"keywords":[]},"pray_tone1":{"unicode":"1f64f-1f3fb","unicode_alternates":"","name":"person with folded hands tone 1","shortname":":pray_tone1:","category":"people","emoji_order":"1355","aliases":[],"aliases_ascii":[],"keywords":[]},"pray_tone2":{"unicode":"1f64f-1f3fc","unicode_alternates":"","name":"person with folded hands tone 2","shortname":":pray_tone2:","category":"people","emoji_order":"1356","aliases":[],"aliases_ascii":[],"keywords":[]},"pray_tone3":{"unicode":"1f64f-1f3fd","unicode_alternates":"","name":"person with folded hands tone 3","shortname":":pray_tone3:","category":"people","emoji_order":"1357","aliases":[],"aliases_ascii":[],"keywords":[]},"pray_tone4":{"unicode":"1f64f-1f3fe","unicode_alternates":"","name":"person with folded hands tone 4","shortname":":pray_tone4:","category":"people","emoji_order":"1358","aliases":[],"aliases_ascii":[],"keywords":[]},"pray_tone5":{"unicode":"1f64f-1f3ff","unicode_alternates":"","name":"person with folded hands tone 5","shortname":":pray_tone5:","category":"people","emoji_order":"1359","aliases":[],"aliases_ascii":[],"keywords":[]},"point_up_tone1":{"unicode":"261d-1f3fb","unicode_alternates":"","name":"white up pointing index tone 1","shortname":":point_up_tone1:","category":"people","emoji_order":"1360","aliases":[],"aliases_ascii":[],"keywords":[]},"point_up_tone2":{"unicode":"261d-1f3fc","unicode_alternates":"","name":"white up pointing index tone 2","shortname":":point_up_tone2:","category":"people","emoji_order":"1361","aliases":[],"aliases_ascii":[],"keywords":[]},"point_up_tone3":{"unicode":"261d-1f3fd","unicode_alternates":"","name":"white up pointing index tone 3","shortname":":point_up_tone3:","category":"people","emoji_order":"1362","aliases":[],"aliases_ascii":[],"keywords":[]},"point_up_tone4":{"unicode":"261d-1f3fe","unicode_alternates":"","name":"white up pointing index tone 4","shortname":":point_up_tone4:","category":"people","emoji_order":"1363","aliases":[],"aliases_ascii":[],"keywords":[]},"point_up_tone5":{"unicode":"261d-1f3ff","unicode_alternates":"","name":"white up pointing index tone 5","shortname":":point_up_tone5:","category":"people","emoji_order":"1364","aliases":[],"aliases_ascii":[],"keywords":[]},"point_up_2_tone1":{"unicode":"1f446-1f3fb","unicode_alternates":"","name":"white up pointing backhand index tone 1","shortname":":point_up_2_tone1:","category":"people","emoji_order":"1365","aliases":[],"aliases_ascii":[],"keywords":[]},"point_up_2_tone2":{"unicode":"1f446-1f3fc","unicode_alternates":"","name":"white up pointing backhand index tone 2","shortname":":point_up_2_tone2:","category":"people","emoji_order":"1366","aliases":[],"aliases_ascii":[],"keywords":[]},"point_up_2_tone3":{"unicode":"1f446-1f3fd","unicode_alternates":"","name":"white up pointing backhand index tone 3","shortname":":point_up_2_tone3:","category":"people","emoji_order":"1367","aliases":[],"aliases_ascii":[],"keywords":[]},"point_up_2_tone4":{"unicode":"1f446-1f3fe","unicode_alternates":"","name":"white up pointing backhand index tone 4","shortname":":point_up_2_tone4:","category":"people","emoji_order":"1368","aliases":[],"aliases_ascii":[],"keywords":[]},"point_up_2_tone5":{"unicode":"1f446-1f3ff","unicode_alternates":"","name":"white up pointing backhand index tone 5","shortname":":point_up_2_tone5:","category":"people","emoji_order":"1369","aliases":[],"aliases_ascii":[],"keywords":[]},"point_down_tone1":{"unicode":"1f447-1f3fb","unicode_alternates":"","name":"white down pointing backhand index tone 1","shortname":":point_down_tone1:","category":"people","emoji_order":"1370","aliases":[],"aliases_ascii":[],"keywords":[]},"point_down_tone2":{"unicode":"1f447-1f3fc","unicode_alternates":"","name":"white down pointing backhand index tone 2","shortname":":point_down_tone2:","category":"people","emoji_order":"1371","aliases":[],"aliases_ascii":[],"keywords":[]},"point_down_tone3":{"unicode":"1f447-1f3fd","unicode_alternates":"","name":"white down pointing backhand index tone 3","shortname":":point_down_tone3:","category":"people","emoji_order":"1372","aliases":[],"aliases_ascii":[],"keywords":[]},"point_down_tone4":{"unicode":"1f447-1f3fe","unicode_alternates":"","name":"white down pointing backhand index tone 4","shortname":":point_down_tone4:","category":"people","emoji_order":"1373","aliases":[],"aliases_ascii":[],"keywords":[]},"point_down_tone5":{"unicode":"1f447-1f3ff","unicode_alternates":"","name":"white down pointing backhand index tone 5","shortname":":point_down_tone5:","category":"people","emoji_order":"1374","aliases":[],"aliases_ascii":[],"keywords":[]},"point_left_tone1":{"unicode":"1f448-1f3fb","unicode_alternates":"","name":"white left pointing backhand index tone 1","shortname":":point_left_tone1:","category":"people","emoji_order":"1375","aliases":[],"aliases_ascii":[],"keywords":[]},"point_left_tone2":{"unicode":"1f448-1f3fc","unicode_alternates":"","name":"white left pointing backhand index tone 2","shortname":":point_left_tone2:","category":"people","emoji_order":"1376","aliases":[],"aliases_ascii":[],"keywords":[]},"point_left_tone3":{"unicode":"1f448-1f3fd","unicode_alternates":"","name":"white left pointing backhand index tone 3","shortname":":point_left_tone3:","category":"people","emoji_order":"1377","aliases":[],"aliases_ascii":[],"keywords":[]},"point_left_tone4":{"unicode":"1f448-1f3fe","unicode_alternates":"","name":"white left pointing backhand index tone 4","shortname":":point_left_tone4:","category":"people","emoji_order":"1378","aliases":[],"aliases_ascii":[],"keywords":[]},"point_left_tone5":{"unicode":"1f448-1f3ff","unicode_alternates":"","name":"white left pointing backhand index tone 5","shortname":":point_left_tone5:","category":"people","emoji_order":"1379","aliases":[],"aliases_ascii":[],"keywords":[]},"point_right_tone1":{"unicode":"1f449-1f3fb","unicode_alternates":"","name":"white right pointing backhand index tone 1","shortname":":point_right_tone1:","category":"people","emoji_order":"1380","aliases":[],"aliases_ascii":[],"keywords":[]},"point_right_tone2":{"unicode":"1f449-1f3fc","unicode_alternates":"","name":"white right pointing backhand index tone 2","shortname":":point_right_tone2:","category":"people","emoji_order":"1381","aliases":[],"aliases_ascii":[],"keywords":[]},"point_right_tone3":{"unicode":"1f449-1f3fd","unicode_alternates":"","name":"white right pointing backhand index tone 3","shortname":":point_right_tone3:","category":"people","emoji_order":"1382","aliases":[],"aliases_ascii":[],"keywords":[]},"point_right_tone4":{"unicode":"1f449-1f3fe","unicode_alternates":"","name":"white right pointing backhand index tone 4","shortname":":point_right_tone4:","category":"people","emoji_order":"1383","aliases":[],"aliases_ascii":[],"keywords":[]},"point_right_tone5":{"unicode":"1f449-1f3ff","unicode_alternates":"","name":"white right pointing backhand index tone 5","shortname":":point_right_tone5:","category":"people","emoji_order":"1384","aliases":[],"aliases_ascii":[],"keywords":[]},"middle_finger_tone1":{"unicode":"1f595-1f3fb","unicode_alternates":"","name":"reversed hand with middle finger extended tone 1","shortname":":middle_finger_tone1:","category":"people","emoji_order":"1385","aliases":[":reversed_hand_with_middle_finger_extended_tone1:"],"aliases_ascii":[],"keywords":[]},"middle_finger_tone2":{"unicode":"1f595-1f3fc","unicode_alternates":"","name":"reversed hand with middle finger extended tone 2","shortname":":middle_finger_tone2:","category":"people","emoji_order":"1386","aliases":[":reversed_hand_with_middle_finger_extended_tone2:"],"aliases_ascii":[],"keywords":[]},"middle_finger_tone3":{"unicode":"1f595-1f3fd","unicode_alternates":"","name":"reversed hand with middle finger extended tone 3","shortname":":middle_finger_tone3:","category":"people","emoji_order":"1387","aliases":[":reversed_hand_with_middle_finger_extended_tone3:"],"aliases_ascii":[],"keywords":[]},"middle_finger_tone4":{"unicode":"1f595-1f3fe","unicode_alternates":"","name":"reversed hand with middle finger extended tone 4","shortname":":middle_finger_tone4:","category":"people","emoji_order":"1388","aliases":[":reversed_hand_with_middle_finger_extended_tone4:"],"aliases_ascii":[],"keywords":[]},"middle_finger_tone5":{"unicode":"1f595-1f3ff","unicode_alternates":"","name":"reversed hand with middle finger extended tone 5","shortname":":middle_finger_tone5:","category":"people","emoji_order":"1389","aliases":[":reversed_hand_with_middle_finger_extended_tone5:"],"aliases_ascii":[],"keywords":[]},"hand_splayed_tone1":{"unicode":"1f590-1f3fb","unicode_alternates":"","name":"raised hand with fingers splayed tone 1","shortname":":hand_splayed_tone1:","category":"people","emoji_order":"1390","aliases":[":raised_hand_with_fingers_splayed_tone1:"],"aliases_ascii":[],"keywords":[]},"hand_splayed_tone2":{"unicode":"1f590-1f3fc","unicode_alternates":"","name":"raised hand with fingers splayed tone 2","shortname":":hand_splayed_tone2:","category":"people","emoji_order":"1391","aliases":[":raised_hand_with_fingers_splayed_tone2:"],"aliases_ascii":[],"keywords":[]},"hand_splayed_tone3":{"unicode":"1f590-1f3fd","unicode_alternates":"","name":"raised hand with fingers splayed tone 3","shortname":":hand_splayed_tone3:","category":"people","emoji_order":"1392","aliases":[":raised_hand_with_fingers_splayed_tone3:"],"aliases_ascii":[],"keywords":[]},"hand_splayed_tone4":{"unicode":"1f590-1f3fe","unicode_alternates":"","name":"raised hand with fingers splayed tone 4","shortname":":hand_splayed_tone4:","category":"people","emoji_order":"1393","aliases":[":raised_hand_with_fingers_splayed_tone4:"],"aliases_ascii":[],"keywords":[]},"hand_splayed_tone5":{"unicode":"1f590-1f3ff","unicode_alternates":"","name":"raised hand with fingers splayed tone 5","shortname":":hand_splayed_tone5:","category":"people","emoji_order":"1394","aliases":[":raised_hand_with_fingers_splayed_tone5:"],"aliases_ascii":[],"keywords":[]},"metal_tone1":{"unicode":"1f918-1f3fb","unicode_alternates":"","name":"sign of the horns tone 1","shortname":":metal_tone1:","category":"people","emoji_order":"1395","aliases":[":sign_of_the_horns_tone1:"],"aliases_ascii":[],"keywords":[]},"metal_tone2":{"unicode":"1f918-1f3fc","unicode_alternates":"","name":"sign of the horns tone 2","shortname":":metal_tone2:","category":"people","emoji_order":"1396","aliases":[":sign_of_the_horns_tone2:"],"aliases_ascii":[],"keywords":[]},"metal_tone3":{"unicode":"1f918-1f3fd","unicode_alternates":"","name":"sign of the horns tone 3","shortname":":metal_tone3:","category":"people","emoji_order":"1397","aliases":[":sign_of_the_horns_tone3:"],"aliases_ascii":[],"keywords":[]},"metal_tone4":{"unicode":"1f918-1f3fe","unicode_alternates":"","name":"sign of the horns tone 4","shortname":":metal_tone4:","category":"people","emoji_order":"1398","aliases":[":sign_of_the_horns_tone4:"],"aliases_ascii":[],"keywords":[]},"metal_tone5":{"unicode":"1f918-1f3ff","unicode_alternates":"","name":"sign of the horns tone 5","shortname":":metal_tone5:","category":"people","emoji_order":"1399","aliases":[":sign_of_the_horns_tone5:"],"aliases_ascii":[],"keywords":[]},"vulcan_tone1":{"unicode":"1f596-1f3fb","unicode_alternates":"","name":"raised hand with part between middle and ring fingers tone 1","shortname":":vulcan_tone1:","category":"people","emoji_order":"1400","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers_tone1:"],"aliases_ascii":[],"keywords":[]},"vulcan_tone2":{"unicode":"1f596-1f3fc","unicode_alternates":"","name":"raised hand with part between middle and ring fingers tone 2","shortname":":vulcan_tone2:","category":"people","emoji_order":"1401","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers_tone2:"],"aliases_ascii":[],"keywords":[]},"vulcan_tone3":{"unicode":"1f596-1f3fd","unicode_alternates":"","name":"raised hand with part between middle and ring fingers tone 3","shortname":":vulcan_tone3:","category":"people","emoji_order":"1402","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers_tone3:"],"aliases_ascii":[],"keywords":[]},"vulcan_tone4":{"unicode":"1f596-1f3fe","unicode_alternates":"","name":"raised hand with part between middle and ring fingers tone 4","shortname":":vulcan_tone4:","category":"people","emoji_order":"1403","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers_tone4:"],"aliases_ascii":[],"keywords":[]},"vulcan_tone5":{"unicode":"1f596-1f3ff","unicode_alternates":"","name":"raised hand with part between middle and ring fingers tone 5","shortname":":vulcan_tone5:","category":"people","emoji_order":"1404","aliases":[":raised_hand_with_part_between_middle_and_ring_fingers_tone5:"],"aliases_ascii":[],"keywords":[]},"writing_hand_tone1":{"unicode":"270d-1f3fb","unicode_alternates":"","name":"writing hand tone 1","shortname":":writing_hand_tone1:","category":"people","emoji_order":"1405","aliases":[],"aliases_ascii":[],"keywords":[]},"writing_hand_tone2":{"unicode":"270d-1f3fc","unicode_alternates":"","name":"writing hand tone 2","shortname":":writing_hand_tone2:","category":"people","emoji_order":"1406","aliases":[],"aliases_ascii":[],"keywords":[]},"writing_hand_tone3":{"unicode":"270d-1f3fd","unicode_alternates":"","name":"writing hand tone 3","shortname":":writing_hand_tone3:","category":"people","emoji_order":"1407","aliases":[],"aliases_ascii":[],"keywords":[]},"writing_hand_tone4":{"unicode":"270d-1f3fe","unicode_alternates":"","name":"writing hand tone 4","shortname":":writing_hand_tone4:","category":"people","emoji_order":"1408","aliases":[],"aliases_ascii":[],"keywords":[]},"writing_hand_tone5":{"unicode":"270d-1f3ff","unicode_alternates":"","name":"writing hand tone 5","shortname":":writing_hand_tone5:","category":"people","emoji_order":"1409","aliases":[],"aliases_ascii":[],"keywords":[]},"nail_care_tone1":{"unicode":"1f485-1f3fb","unicode_alternates":"","name":"nail polish tone 1","shortname":":nail_care_tone1:","category":"people","emoji_order":"1410","aliases":[],"aliases_ascii":[],"keywords":[]},"nail_care_tone2":{"unicode":"1f485-1f3fc","unicode_alternates":"","name":"nail polish tone 2","shortname":":nail_care_tone2:","category":"people","emoji_order":"1411","aliases":[],"aliases_ascii":[],"keywords":[]},"nail_care_tone3":{"unicode":"1f485-1f3fd","unicode_alternates":"","name":"nail polish tone 3","shortname":":nail_care_tone3:","category":"people","emoji_order":"1412","aliases":[],"aliases_ascii":[],"keywords":[]},"nail_care_tone4":{"unicode":"1f485-1f3fe","unicode_alternates":"","name":"nail polish tone 4","shortname":":nail_care_tone4:","category":"people","emoji_order":"1413","aliases":[],"aliases_ascii":[],"keywords":[]},"nail_care_tone5":{"unicode":"1f485-1f3ff","unicode_alternates":"","name":"nail polish tone 5","shortname":":nail_care_tone5:","category":"people","emoji_order":"1414","aliases":[],"aliases_ascii":[],"keywords":[]},"ear_tone1":{"unicode":"1f442-1f3fb","unicode_alternates":"","name":"ear tone 1","shortname":":ear_tone1:","category":"people","emoji_order":"1415","aliases":[],"aliases_ascii":[],"keywords":[]},"ear_tone2":{"unicode":"1f442-1f3fc","unicode_alternates":"","name":"ear tone 2","shortname":":ear_tone2:","category":"people","emoji_order":"1416","aliases":[],"aliases_ascii":[],"keywords":[]},"ear_tone3":{"unicode":"1f442-1f3fd","unicode_alternates":"","name":"ear tone 3","shortname":":ear_tone3:","category":"people","emoji_order":"1417","aliases":[],"aliases_ascii":[],"keywords":[]},"ear_tone4":{"unicode":"1f442-1f3fe","unicode_alternates":"","name":"ear tone 4","shortname":":ear_tone4:","category":"people","emoji_order":"1418","aliases":[],"aliases_ascii":[],"keywords":[]},"ear_tone5":{"unicode":"1f442-1f3ff","unicode_alternates":"","name":"ear tone 5","shortname":":ear_tone5:","category":"people","emoji_order":"1419","aliases":[],"aliases_ascii":[],"keywords":[]},"nose_tone1":{"unicode":"1f443-1f3fb","unicode_alternates":"","name":"nose tone 1","shortname":":nose_tone1:","category":"people","emoji_order":"1420","aliases":[],"aliases_ascii":[],"keywords":[]},"nose_tone2":{"unicode":"1f443-1f3fc","unicode_alternates":"","name":"nose tone 2","shortname":":nose_tone2:","category":"people","emoji_order":"1421","aliases":[],"aliases_ascii":[],"keywords":[]},"nose_tone3":{"unicode":"1f443-1f3fd","unicode_alternates":"","name":"nose tone 3","shortname":":nose_tone3:","category":"people","emoji_order":"1422","aliases":[],"aliases_ascii":[],"keywords":[]},"nose_tone4":{"unicode":"1f443-1f3fe","unicode_alternates":"","name":"nose tone 4","shortname":":nose_tone4:","category":"people","emoji_order":"1423","aliases":[],"aliases_ascii":[],"keywords":[]},"nose_tone5":{"unicode":"1f443-1f3ff","unicode_alternates":"","name":"nose tone 5","shortname":":nose_tone5:","category":"people","emoji_order":"1424","aliases":[],"aliases_ascii":[],"keywords":[]},"baby_tone1":{"unicode":"1f476-1f3fb","unicode_alternates":"","name":"baby tone 1","shortname":":baby_tone1:","category":"people","emoji_order":"1425","aliases":[],"aliases_ascii":[],"keywords":[]},"baby_tone2":{"unicode":"1f476-1f3fc","unicode_alternates":"","name":"baby tone 2","shortname":":baby_tone2:","category":"people","emoji_order":"1426","aliases":[],"aliases_ascii":[],"keywords":[]},"baby_tone3":{"unicode":"1f476-1f3fd","unicode_alternates":"","name":"baby tone 3","shortname":":baby_tone3:","category":"people","emoji_order":"1427","aliases":[],"aliases_ascii":[],"keywords":[]},"baby_tone4":{"unicode":"1f476-1f3fe","unicode_alternates":"","name":"baby tone 4","shortname":":baby_tone4:","category":"people","emoji_order":"1428","aliases":[],"aliases_ascii":[],"keywords":[]},"baby_tone5":{"unicode":"1f476-1f3ff","unicode_alternates":"","name":"baby tone 5","shortname":":baby_tone5:","category":"people","emoji_order":"1429","aliases":[],"aliases_ascii":[],"keywords":[]},"boy_tone1":{"unicode":"1f466-1f3fb","unicode_alternates":"","name":"boy tone 1","shortname":":boy_tone1:","category":"people","emoji_order":"1430","aliases":[],"aliases_ascii":[],"keywords":[]},"boy_tone2":{"unicode":"1f466-1f3fc","unicode_alternates":"","name":"boy tone 2","shortname":":boy_tone2:","category":"people","emoji_order":"1431","aliases":[],"aliases_ascii":[],"keywords":[]},"boy_tone3":{"unicode":"1f466-1f3fd","unicode_alternates":"","name":"boy tone 3","shortname":":boy_tone3:","category":"people","emoji_order":"1432","aliases":[],"aliases_ascii":[],"keywords":[]},"boy_tone4":{"unicode":"1f466-1f3fe","unicode_alternates":"","name":"boy tone 4","shortname":":boy_tone4:","category":"people","emoji_order":"1433","aliases":[],"aliases_ascii":[],"keywords":[]},"boy_tone5":{"unicode":"1f466-1f3ff","unicode_alternates":"","name":"boy tone 5","shortname":":boy_tone5:","category":"people","emoji_order":"1434","aliases":[],"aliases_ascii":[],"keywords":[]},"girl_tone1":{"unicode":"1f467-1f3fb","unicode_alternates":"","name":"girl tone 1","shortname":":girl_tone1:","category":"people","emoji_order":"1435","aliases":[],"aliases_ascii":[],"keywords":[]},"girl_tone2":{"unicode":"1f467-1f3fc","unicode_alternates":"","name":"girl tone 2","shortname":":girl_tone2:","category":"people","emoji_order":"1436","aliases":[],"aliases_ascii":[],"keywords":[]},"girl_tone3":{"unicode":"1f467-1f3fd","unicode_alternates":"","name":"girl tone 3","shortname":":girl_tone3:","category":"people","emoji_order":"1437","aliases":[],"aliases_ascii":[],"keywords":[]},"girl_tone4":{"unicode":"1f467-1f3fe","unicode_alternates":"","name":"girl tone 4","shortname":":girl_tone4:","category":"people","emoji_order":"1438","aliases":[],"aliases_ascii":[],"keywords":[]},"girl_tone5":{"unicode":"1f467-1f3ff","unicode_alternates":"","name":"girl tone 5","shortname":":girl_tone5:","category":"people","emoji_order":"1439","aliases":[],"aliases_ascii":[],"keywords":[]},"man_tone1":{"unicode":"1f468-1f3fb","unicode_alternates":"","name":"man tone 1","shortname":":man_tone1:","category":"people","emoji_order":"1440","aliases":[],"aliases_ascii":[],"keywords":[]},"man_tone2":{"unicode":"1f468-1f3fc","unicode_alternates":"","name":"man tone 2","shortname":":man_tone2:","category":"people","emoji_order":"1441","aliases":[],"aliases_ascii":[],"keywords":[]},"man_tone3":{"unicode":"1f468-1f3fd","unicode_alternates":"","name":"man tone 3","shortname":":man_tone3:","category":"people","emoji_order":"1442","aliases":[],"aliases_ascii":[],"keywords":[]},"man_tone4":{"unicode":"1f468-1f3fe","unicode_alternates":"","name":"man tone 4","shortname":":man_tone4:","category":"people","emoji_order":"1443","aliases":[],"aliases_ascii":[],"keywords":[]},"man_tone5":{"unicode":"1f468-1f3ff","unicode_alternates":"","name":"man tone 5","shortname":":man_tone5:","category":"people","emoji_order":"1444","aliases":[],"aliases_ascii":[],"keywords":[]},"woman_tone1":{"unicode":"1f469-1f3fb","unicode_alternates":"","name":"woman tone 1","shortname":":woman_tone1:","category":"people","emoji_order":"1445","aliases":[],"aliases_ascii":[],"keywords":[]},"woman_tone2":{"unicode":"1f469-1f3fc","unicode_alternates":"","name":"woman tone 2","shortname":":woman_tone2:","category":"people","emoji_order":"1446","aliases":[],"aliases_ascii":[],"keywords":[]},"woman_tone3":{"unicode":"1f469-1f3fd","unicode_alternates":"","name":"woman tone 3","shortname":":woman_tone3:","category":"people","emoji_order":"1447","aliases":[],"aliases_ascii":[],"keywords":[]},"woman_tone4":{"unicode":"1f469-1f3fe","unicode_alternates":"","name":"woman tone 4","shortname":":woman_tone4:","category":"people","emoji_order":"1448","aliases":[],"aliases_ascii":[],"keywords":[]},"woman_tone5":{"unicode":"1f469-1f3ff","unicode_alternates":"","name":"woman tone 5","shortname":":woman_tone5:","category":"people","emoji_order":"1449","aliases":[],"aliases_ascii":[],"keywords":[]},"person_with_blond_hair_tone1":{"unicode":"1f471-1f3fb","unicode_alternates":"","name":"person with blond hair tone 1","shortname":":person_with_blond_hair_tone1:","category":"people","emoji_order":"1450","aliases":[],"aliases_ascii":[],"keywords":[]},"person_with_blond_hair_tone2":{"unicode":"1f471-1f3fc","unicode_alternates":"","name":"person with blond hair tone 2","shortname":":person_with_blond_hair_tone2:","category":"people","emoji_order":"1451","aliases":[],"aliases_ascii":[],"keywords":[]},"person_with_blond_hair_tone3":{"unicode":"1f471-1f3fd","unicode_alternates":"","name":"person with blond hair tone 3","shortname":":person_with_blond_hair_tone3:","category":"people","emoji_order":"1452","aliases":[],"aliases_ascii":[],"keywords":[]},"person_with_blond_hair_tone4":{"unicode":"1f471-1f3fe","unicode_alternates":"","name":"person with blond hair tone 4","shortname":":person_with_blond_hair_tone4:","category":"people","emoji_order":"1453","aliases":[],"aliases_ascii":[],"keywords":[]},"person_with_blond_hair_tone5":{"unicode":"1f471-1f3ff","unicode_alternates":"","name":"person with blond hair tone 5","shortname":":person_with_blond_hair_tone5:","category":"people","emoji_order":"1454","aliases":[],"aliases_ascii":[],"keywords":[]},"older_man_tone1":{"unicode":"1f474-1f3fb","unicode_alternates":"","name":"older man tone 1","shortname":":older_man_tone1:","category":"people","emoji_order":"1455","aliases":[],"aliases_ascii":[],"keywords":[]},"older_man_tone2":{"unicode":"1f474-1f3fc","unicode_alternates":"","name":"older man tone 2","shortname":":older_man_tone2:","category":"people","emoji_order":"1456","aliases":[],"aliases_ascii":[],"keywords":[]},"older_man_tone3":{"unicode":"1f474-1f3fd","unicode_alternates":"","name":"older man tone 3","shortname":":older_man_tone3:","category":"people","emoji_order":"1457","aliases":[],"aliases_ascii":[],"keywords":[]},"older_man_tone4":{"unicode":"1f474-1f3fe","unicode_alternates":"","name":"older man tone 4","shortname":":older_man_tone4:","category":"people","emoji_order":"1458","aliases":[],"aliases_ascii":[],"keywords":[]},"older_man_tone5":{"unicode":"1f474-1f3ff","unicode_alternates":"","name":"older man tone 5","shortname":":older_man_tone5:","category":"people","emoji_order":"1459","aliases":[],"aliases_ascii":[],"keywords":[]},"older_woman_tone1":{"unicode":"1f475-1f3fb","unicode_alternates":"","name":"older woman tone 1","shortname":":older_woman_tone1:","category":"people","emoji_order":"1460","aliases":[":grandma_tone1:"],"aliases_ascii":[],"keywords":[]},"older_woman_tone2":{"unicode":"1f475-1f3fc","unicode_alternates":"","name":"older woman tone 2","shortname":":older_woman_tone2:","category":"people","emoji_order":"1461","aliases":[":grandma_tone2:"],"aliases_ascii":[],"keywords":[]},"older_woman_tone3":{"unicode":"1f475-1f3fd","unicode_alternates":"","name":"older woman tone 3","shortname":":older_woman_tone3:","category":"people","emoji_order":"1462","aliases":[":grandma_tone3:"],"aliases_ascii":[],"keywords":[]},"older_woman_tone4":{"unicode":"1f475-1f3fe","unicode_alternates":"","name":"older woman tone 4","shortname":":older_woman_tone4:","category":"people","emoji_order":"1463","aliases":[":grandma_tone4:"],"aliases_ascii":[],"keywords":[]},"older_woman_tone5":{"unicode":"1f475-1f3ff","unicode_alternates":"","name":"older woman tone 5","shortname":":older_woman_tone5:","category":"people","emoji_order":"1464","aliases":[":grandma_tone5:"],"aliases_ascii":[],"keywords":[]},"man_with_gua_pi_mao_tone1":{"unicode":"1f472-1f3fb","unicode_alternates":"","name":"man with gua pi mao tone 1","shortname":":man_with_gua_pi_mao_tone1:","category":"people","emoji_order":"1465","aliases":[],"aliases_ascii":[],"keywords":[]},"man_with_gua_pi_mao_tone2":{"unicode":"1f472-1f3fc","unicode_alternates":"","name":"man with gua pi mao tone 2","shortname":":man_with_gua_pi_mao_tone2:","category":"people","emoji_order":"1466","aliases":[],"aliases_ascii":[],"keywords":[]},"man_with_gua_pi_mao_tone3":{"unicode":"1f472-1f3fd","unicode_alternates":"","name":"man with gua pi mao tone 3","shortname":":man_with_gua_pi_mao_tone3:","category":"people","emoji_order":"1467","aliases":[],"aliases_ascii":[],"keywords":[]},"man_with_gua_pi_mao_tone4":{"unicode":"1f472-1f3fe","unicode_alternates":"","name":"man with gua pi mao tone 4","shortname":":man_with_gua_pi_mao_tone4:","category":"people","emoji_order":"1468","aliases":[],"aliases_ascii":[],"keywords":[]},"man_with_gua_pi_mao_tone5":{"unicode":"1f472-1f3ff","unicode_alternates":"","name":"man with gua pi mao tone 5","shortname":":man_with_gua_pi_mao_tone5:","category":"people","emoji_order":"1469","aliases":[],"aliases_ascii":[],"keywords":[]},"man_with_turban_tone1":{"unicode":"1f473-1f3fb","unicode_alternates":"","name":"man with turban tone 1","shortname":":man_with_turban_tone1:","category":"people","emoji_order":"1470","aliases":[],"aliases_ascii":[],"keywords":[]},"man_with_turban_tone2":{"unicode":"1f473-1f3fc","unicode_alternates":"","name":"man with turban tone 2","shortname":":man_with_turban_tone2:","category":"people","emoji_order":"1471","aliases":[],"aliases_ascii":[],"keywords":[]},"man_with_turban_tone3":{"unicode":"1f473-1f3fd","unicode_alternates":"","name":"man with turban tone 3","shortname":":man_with_turban_tone3:","category":"people","emoji_order":"1472","aliases":[],"aliases_ascii":[],"keywords":[]},"man_with_turban_tone4":{"unicode":"1f473-1f3fe","unicode_alternates":"","name":"man with turban tone 4","shortname":":man_with_turban_tone4:","category":"people","emoji_order":"1473","aliases":[],"aliases_ascii":[],"keywords":[]},"man_with_turban_tone5":{"unicode":"1f473-1f3ff","unicode_alternates":"","name":"man with turban tone 5","shortname":":man_with_turban_tone5:","category":"people","emoji_order":"1474","aliases":[],"aliases_ascii":[],"keywords":[]},"cop_tone1":{"unicode":"1f46e-1f3fb","unicode_alternates":"","name":"police officer tone 1","shortname":":cop_tone1:","category":"people","emoji_order":"1475","aliases":[],"aliases_ascii":[],"keywords":[]},"cop_tone2":{"unicode":"1f46e-1f3fc","unicode_alternates":"","name":"police officer tone 2","shortname":":cop_tone2:","category":"people","emoji_order":"1476","aliases":[],"aliases_ascii":[],"keywords":[]},"cop_tone3":{"unicode":"1f46e-1f3fd","unicode_alternates":"","name":"police officer tone 3","shortname":":cop_tone3:","category":"people","emoji_order":"1477","aliases":[],"aliases_ascii":[],"keywords":[]},"cop_tone4":{"unicode":"1f46e-1f3fe","unicode_alternates":"","name":"police officer tone 4","shortname":":cop_tone4:","category":"people","emoji_order":"1478","aliases":[],"aliases_ascii":[],"keywords":[]},"cop_tone5":{"unicode":"1f46e-1f3ff","unicode_alternates":"","name":"police officer tone 5","shortname":":cop_tone5:","category":"people","emoji_order":"1479","aliases":[],"aliases_ascii":[],"keywords":[]},"construction_worker_tone1":{"unicode":"1f477-1f3fb","unicode_alternates":"","name":"construction worker tone 1","shortname":":construction_worker_tone1:","category":"people","emoji_order":"1480","aliases":[],"aliases_ascii":[],"keywords":[]},"construction_worker_tone2":{"unicode":"1f477-1f3fc","unicode_alternates":"","name":"construction worker tone 2","shortname":":construction_worker_tone2:","category":"people","emoji_order":"1481","aliases":[],"aliases_ascii":[],"keywords":[]},"construction_worker_tone3":{"unicode":"1f477-1f3fd","unicode_alternates":"","name":"construction worker tone 3","shortname":":construction_worker_tone3:","category":"people","emoji_order":"1482","aliases":[],"aliases_ascii":[],"keywords":[]},"construction_worker_tone4":{"unicode":"1f477-1f3fe","unicode_alternates":"","name":"construction worker tone 4","shortname":":construction_worker_tone4:","category":"people","emoji_order":"1483","aliases":[],"aliases_ascii":[],"keywords":[]},"construction_worker_tone5":{"unicode":"1f477-1f3ff","unicode_alternates":"","name":"construction worker tone 5","shortname":":construction_worker_tone5:","category":"people","emoji_order":"1484","aliases":[],"aliases_ascii":[],"keywords":[]},"guardsman_tone1":{"unicode":"1f482-1f3fb","unicode_alternates":"","name":"guardsman tone 1","shortname":":guardsman_tone1:","category":"people","emoji_order":"1485","aliases":[],"aliases_ascii":[],"keywords":[]},"guardsman_tone2":{"unicode":"1f482-1f3fc","unicode_alternates":"","name":"guardsman tone 2","shortname":":guardsman_tone2:","category":"people","emoji_order":"1486","aliases":[],"aliases_ascii":[],"keywords":[]},"guardsman_tone3":{"unicode":"1f482-1f3fd","unicode_alternates":"","name":"guardsman tone 3","shortname":":guardsman_tone3:","category":"people","emoji_order":"1487","aliases":[],"aliases_ascii":[],"keywords":[]},"guardsman_tone4":{"unicode":"1f482-1f3fe","unicode_alternates":"","name":"guardsman tone 4","shortname":":guardsman_tone4:","category":"people","emoji_order":"1488","aliases":[],"aliases_ascii":[],"keywords":[]},"guardsman_tone5":{"unicode":"1f482-1f3ff","unicode_alternates":"","name":"guardsman tone 5","shortname":":guardsman_tone5:","category":"people","emoji_order":"1489","aliases":[],"aliases_ascii":[],"keywords":[]},"santa_tone1":{"unicode":"1f385-1f3fb","unicode_alternates":"","name":"father christmas tone 1","shortname":":santa_tone1:","category":"people","emoji_order":"1490","aliases":[],"aliases_ascii":[],"keywords":[]},"santa_tone2":{"unicode":"1f385-1f3fc","unicode_alternates":"","name":"father christmas tone 2","shortname":":santa_tone2:","category":"people","emoji_order":"1491","aliases":[],"aliases_ascii":[],"keywords":[]},"santa_tone3":{"unicode":"1f385-1f3fd","unicode_alternates":"","name":"father christmas tone 3","shortname":":santa_tone3:","category":"people","emoji_order":"1492","aliases":[],"aliases_ascii":[],"keywords":[]},"santa_tone4":{"unicode":"1f385-1f3fe","unicode_alternates":"","name":"father christmas tone 4","shortname":":santa_tone4:","category":"people","emoji_order":"1493","aliases":[],"aliases_ascii":[],"keywords":[]},"santa_tone5":{"unicode":"1f385-1f3ff","unicode_alternates":"","name":"father christmas tone 5","shortname":":santa_tone5:","category":"people","emoji_order":"1494","aliases":[],"aliases_ascii":[],"keywords":[]},"angel_tone1":{"unicode":"1f47c-1f3fb","unicode_alternates":"","name":"baby angel tone 1","shortname":":angel_tone1:","category":"people","emoji_order":"1495","aliases":[],"aliases_ascii":[],"keywords":[]},"angel_tone2":{"unicode":"1f47c-1f3fc","unicode_alternates":"","name":"baby angel tone 2","shortname":":angel_tone2:","category":"people","emoji_order":"1496","aliases":[],"aliases_ascii":[],"keywords":[]},"angel_tone3":{"unicode":"1f47c-1f3fd","unicode_alternates":"","name":"baby angel tone 3","shortname":":angel_tone3:","category":"people","emoji_order":"1497","aliases":[],"aliases_ascii":[],"keywords":[]},"angel_tone4":{"unicode":"1f47c-1f3fe","unicode_alternates":"","name":"baby angel tone 4","shortname":":angel_tone4:","category":"people","emoji_order":"1498","aliases":[],"aliases_ascii":[],"keywords":[]},"angel_tone5":{"unicode":"1f47c-1f3ff","unicode_alternates":"","name":"baby angel tone 5","shortname":":angel_tone5:","category":"people","emoji_order":"1499","aliases":[],"aliases_ascii":[],"keywords":[]},"princess_tone1":{"unicode":"1f478-1f3fb","unicode_alternates":"","name":"princess tone 1","shortname":":princess_tone1:","category":"people","emoji_order":"1500","aliases":[],"aliases_ascii":[],"keywords":[]},"princess_tone2":{"unicode":"1f478-1f3fc","unicode_alternates":"","name":"princess tone 2","shortname":":princess_tone2:","category":"people","emoji_order":"1501","aliases":[],"aliases_ascii":[],"keywords":[]},"princess_tone3":{"unicode":"1f478-1f3fd","unicode_alternates":"","name":"princess tone 3","shortname":":princess_tone3:","category":"people","emoji_order":"1502","aliases":[],"aliases_ascii":[],"keywords":[]},"princess_tone4":{"unicode":"1f478-1f3fe","unicode_alternates":"","name":"princess tone 4","shortname":":princess_tone4:","category":"people","emoji_order":"1503","aliases":[],"aliases_ascii":[],"keywords":[]},"princess_tone5":{"unicode":"1f478-1f3ff","unicode_alternates":"","name":"princess tone 5","shortname":":princess_tone5:","category":"people","emoji_order":"1504","aliases":[],"aliases_ascii":[],"keywords":[]},"bride_with_veil_tone1":{"unicode":"1f470-1f3fb","unicode_alternates":"","name":"bride with veil tone 1","shortname":":bride_with_veil_tone1:","category":"people","emoji_order":"1505","aliases":[],"aliases_ascii":[],"keywords":[]},"bride_with_veil_tone2":{"unicode":"1f470-1f3fc","unicode_alternates":"","name":"bride with veil tone 2","shortname":":bride_with_veil_tone2:","category":"people","emoji_order":"1506","aliases":[],"aliases_ascii":[],"keywords":[]},"bride_with_veil_tone3":{"unicode":"1f470-1f3fd","unicode_alternates":"","name":"bride with veil tone 3","shortname":":bride_with_veil_tone3:","category":"people","emoji_order":"1507","aliases":[],"aliases_ascii":[],"keywords":[]},"bride_with_veil_tone4":{"unicode":"1f470-1f3fe","unicode_alternates":"","name":"bride with veil tone 4","shortname":":bride_with_veil_tone4:","category":"people","emoji_order":"1508","aliases":[],"aliases_ascii":[],"keywords":[]},"bride_with_veil_tone5":{"unicode":"1f470-1f3ff","unicode_alternates":"","name":"bride with veil tone 5","shortname":":bride_with_veil_tone5:","category":"people","emoji_order":"1509","aliases":[],"aliases_ascii":[],"keywords":[]},"walking_tone1":{"unicode":"1f6b6-1f3fb","unicode_alternates":"","name":"pedestrian tone 1","shortname":":walking_tone1:","category":"people","emoji_order":"1510","aliases":[],"aliases_ascii":[],"keywords":[]},"walking_tone2":{"unicode":"1f6b6-1f3fc","unicode_alternates":"","name":"pedestrian tone 2","shortname":":walking_tone2:","category":"people","emoji_order":"1511","aliases":[],"aliases_ascii":[],"keywords":[]},"walking_tone3":{"unicode":"1f6b6-1f3fd","unicode_alternates":"","name":"pedestrian tone 3","shortname":":walking_tone3:","category":"people","emoji_order":"1512","aliases":[],"aliases_ascii":[],"keywords":[]},"walking_tone4":{"unicode":"1f6b6-1f3fe","unicode_alternates":"","name":"pedestrian tone 4","shortname":":walking_tone4:","category":"people","emoji_order":"1513","aliases":[],"aliases_ascii":[],"keywords":[]},"walking_tone5":{"unicode":"1f6b6-1f3ff","unicode_alternates":"","name":"pedestrian tone 5","shortname":":walking_tone5:","category":"people","emoji_order":"1514","aliases":[],"aliases_ascii":[],"keywords":[]},"runner_tone1":{"unicode":"1f3c3-1f3fb","unicode_alternates":"","name":"runner tone 1","shortname":":runner_tone1:","category":"people","emoji_order":"1515","aliases":[],"aliases_ascii":[],"keywords":[]},"runner_tone2":{"unicode":"1f3c3-1f3fc","unicode_alternates":"","name":"runner tone 2","shortname":":runner_tone2:","category":"people","emoji_order":"1516","aliases":[],"aliases_ascii":[],"keywords":[]},"runner_tone3":{"unicode":"1f3c3-1f3fd","unicode_alternates":"","name":"runner tone 3","shortname":":runner_tone3:","category":"people","emoji_order":"1517","aliases":[],"aliases_ascii":[],"keywords":[]},"runner_tone4":{"unicode":"1f3c3-1f3fe","unicode_alternates":"","name":"runner tone 4","shortname":":runner_tone4:","category":"people","emoji_order":"1518","aliases":[],"aliases_ascii":[],"keywords":[]},"runner_tone5":{"unicode":"1f3c3-1f3ff","unicode_alternates":"","name":"runner tone 5","shortname":":runner_tone5:","category":"people","emoji_order":"1519","aliases":[],"aliases_ascii":[],"keywords":[]},"dancer_tone1":{"unicode":"1f483-1f3fb","unicode_alternates":"","name":"dancer tone 1","shortname":":dancer_tone1:","category":"people","emoji_order":"1520","aliases":[],"aliases_ascii":[],"keywords":[]},"dancer_tone2":{"unicode":"1f483-1f3fc","unicode_alternates":"","name":"dancer tone 2","shortname":":dancer_tone2:","category":"people","emoji_order":"1521","aliases":[],"aliases_ascii":[],"keywords":[]},"dancer_tone3":{"unicode":"1f483-1f3fd","unicode_alternates":"","name":"dancer tone 3","shortname":":dancer_tone3:","category":"people","emoji_order":"1522","aliases":[],"aliases_ascii":[],"keywords":[]},"dancer_tone4":{"unicode":"1f483-1f3fe","unicode_alternates":"","name":"dancer tone 4","shortname":":dancer_tone4:","category":"people","emoji_order":"1523","aliases":[],"aliases_ascii":[],"keywords":[]},"dancer_tone5":{"unicode":"1f483-1f3ff","unicode_alternates":"","name":"dancer tone 5","shortname":":dancer_tone5:","category":"people","emoji_order":"1524","aliases":[],"aliases_ascii":[],"keywords":[]},"bow_tone1":{"unicode":"1f647-1f3fb","unicode_alternates":"","name":"person bowing deeply tone 1","shortname":":bow_tone1:","category":"people","emoji_order":"1525","aliases":[],"aliases_ascii":[],"keywords":[]},"bow_tone2":{"unicode":"1f647-1f3fc","unicode_alternates":"","name":"person bowing deeply tone 2","shortname":":bow_tone2:","category":"people","emoji_order":"1526","aliases":[],"aliases_ascii":[],"keywords":[]},"bow_tone3":{"unicode":"1f647-1f3fd","unicode_alternates":"","name":"person bowing deeply tone 3","shortname":":bow_tone3:","category":"people","emoji_order":"1527","aliases":[],"aliases_ascii":[],"keywords":[]},"bow_tone4":{"unicode":"1f647-1f3fe","unicode_alternates":"","name":"person bowing deeply tone 4","shortname":":bow_tone4:","category":"people","emoji_order":"1528","aliases":[],"aliases_ascii":[],"keywords":[]},"bow_tone5":{"unicode":"1f647-1f3ff","unicode_alternates":"","name":"person bowing deeply tone 5","shortname":":bow_tone5:","category":"people","emoji_order":"1529","aliases":[],"aliases_ascii":[],"keywords":[]},"information_desk_person_tone1":{"unicode":"1f481-1f3fb","unicode_alternates":"","name":"information desk person tone 1","shortname":":information_desk_person_tone1:","category":"people","emoji_order":"1530","aliases":[],"aliases_ascii":[],"keywords":[]},"information_desk_person_tone2":{"unicode":"1f481-1f3fc","unicode_alternates":"","name":"information desk person tone 2","shortname":":information_desk_person_tone2:","category":"people","emoji_order":"1531","aliases":[],"aliases_ascii":[],"keywords":[]},"information_desk_person_tone3":{"unicode":"1f481-1f3fd","unicode_alternates":"","name":"information desk person tone 3","shortname":":information_desk_person_tone3:","category":"people","emoji_order":"1532","aliases":[],"aliases_ascii":[],"keywords":[]},"information_desk_person_tone4":{"unicode":"1f481-1f3fe","unicode_alternates":"","name":"information desk person tone 4","shortname":":information_desk_person_tone4:","category":"people","emoji_order":"1533","aliases":[],"aliases_ascii":[],"keywords":[]},"information_desk_person_tone5":{"unicode":"1f481-1f3ff","unicode_alternates":"","name":"information desk person tone 5","shortname":":information_desk_person_tone5:","category":"people","emoji_order":"1534","aliases":[],"aliases_ascii":[],"keywords":[]},"no_good_tone1":{"unicode":"1f645-1f3fb","unicode_alternates":"","name":"face with no good gesture tone 1","shortname":":no_good_tone1:","category":"people","emoji_order":"1535","aliases":[],"aliases_ascii":[],"keywords":[]},"no_good_tone2":{"unicode":"1f645-1f3fc","unicode_alternates":"","name":"face with no good gesture tone 2","shortname":":no_good_tone2:","category":"people","emoji_order":"1536","aliases":[],"aliases_ascii":[],"keywords":[]},"no_good_tone3":{"unicode":"1f645-1f3fd","unicode_alternates":"","name":"face with no good gesture tone 3","shortname":":no_good_tone3:","category":"people","emoji_order":"1537","aliases":[],"aliases_ascii":[],"keywords":[]},"no_good_tone4":{"unicode":"1f645-1f3fe","unicode_alternates":"","name":"face with no good gesture tone 4","shortname":":no_good_tone4:","category":"people","emoji_order":"1538","aliases":[],"aliases_ascii":[],"keywords":[]},"no_good_tone5":{"unicode":"1f645-1f3ff","unicode_alternates":"","name":"face with no good gesture tone 5","shortname":":no_good_tone5:","category":"people","emoji_order":"1539","aliases":[],"aliases_ascii":[],"keywords":[]},"ok_woman_tone1":{"unicode":"1f646-1f3fb","unicode_alternates":"","name":"face with ok gesture tone1","shortname":":ok_woman_tone1:","category":"people","emoji_order":"1540","aliases":[],"aliases_ascii":[],"keywords":[]},"ok_woman_tone2":{"unicode":"1f646-1f3fc","unicode_alternates":"","name":"face with ok gesture tone2","shortname":":ok_woman_tone2:","category":"people","emoji_order":"1541","aliases":[],"aliases_ascii":[],"keywords":[]},"ok_woman_tone3":{"unicode":"1f646-1f3fd","unicode_alternates":"","name":"face with ok gesture tone3","shortname":":ok_woman_tone3:","category":"people","emoji_order":"1542","aliases":[],"aliases_ascii":[],"keywords":[]},"ok_woman_tone4":{"unicode":"1f646-1f3fe","unicode_alternates":"","name":"face with ok gesture tone4","shortname":":ok_woman_tone4:","category":"people","emoji_order":"1543","aliases":[],"aliases_ascii":[],"keywords":[]},"ok_woman_tone5":{"unicode":"1f646-1f3ff","unicode_alternates":"","name":"face with ok gesture tone5","shortname":":ok_woman_tone5:","category":"people","emoji_order":"1544","aliases":[],"aliases_ascii":[],"keywords":[]},"raising_hand_tone1":{"unicode":"1f64b-1f3fb","unicode_alternates":"","name":"happy person raising one hand tone1","shortname":":raising_hand_tone1:","category":"people","emoji_order":"1545","aliases":[],"aliases_ascii":[],"keywords":[]},"raising_hand_tone2":{"unicode":"1f64b-1f3fc","unicode_alternates":"","name":"happy person raising one hand tone2","shortname":":raising_hand_tone2:","category":"people","emoji_order":"1546","aliases":[],"aliases_ascii":[],"keywords":[]},"raising_hand_tone3":{"unicode":"1f64b-1f3fd","unicode_alternates":"","name":"happy person raising one hand tone3","shortname":":raising_hand_tone3:","category":"people","emoji_order":"1547","aliases":[],"aliases_ascii":[],"keywords":[]},"raising_hand_tone4":{"unicode":"1f64b-1f3fe","unicode_alternates":"","name":"happy person raising one hand tone4","shortname":":raising_hand_tone4:","category":"people","emoji_order":"1548","aliases":[],"aliases_ascii":[],"keywords":[]},"raising_hand_tone5":{"unicode":"1f64b-1f3ff","unicode_alternates":"","name":"happy person raising one hand tone5","shortname":":raising_hand_tone5:","category":"people","emoji_order":"1549","aliases":[],"aliases_ascii":[],"keywords":[]},"person_with_pouting_face_tone1":{"unicode":"1f64e-1f3fb","unicode_alternates":"","name":"person with pouting face tone1","shortname":":person_with_pouting_face_tone1:","category":"people","emoji_order":"1550","aliases":[],"aliases_ascii":[],"keywords":[]},"person_with_pouting_face_tone2":{"unicode":"1f64e-1f3fc","unicode_alternates":"","name":"person with pouting face tone2","shortname":":person_with_pouting_face_tone2:","category":"people","emoji_order":"1551","aliases":[],"aliases_ascii":[],"keywords":[]},"person_with_pouting_face_tone3":{"unicode":"1f64e-1f3fd","unicode_alternates":"","name":"person with pouting face tone3","shortname":":person_with_pouting_face_tone3:","category":"people","emoji_order":"1552","aliases":[],"aliases_ascii":[],"keywords":[]},"person_with_pouting_face_tone4":{"unicode":"1f64e-1f3fe","unicode_alternates":"","name":"person with pouting face tone4","shortname":":person_with_pouting_face_tone4:","category":"people","emoji_order":"1553","aliases":[],"aliases_ascii":[],"keywords":[]},"person_with_pouting_face_tone5":{"unicode":"1f64e-1f3ff","unicode_alternates":"","name":"person with pouting face tone5","shortname":":person_with_pouting_face_tone5:","category":"people","emoji_order":"1554","aliases":[],"aliases_ascii":[],"keywords":[]},"person_frowning_tone1":{"unicode":"1f64d-1f3fb","unicode_alternates":"","name":"person frowning tone 1","shortname":":person_frowning_tone1:","category":"people","emoji_order":"1555","aliases":[],"aliases_ascii":[],"keywords":[]},"person_frowning_tone2":{"unicode":"1f64d-1f3fc","unicode_alternates":"","name":"person frowning tone 2","shortname":":person_frowning_tone2:","category":"people","emoji_order":"1556","aliases":[],"aliases_ascii":[],"keywords":[]},"person_frowning_tone3":{"unicode":"1f64d-1f3fd","unicode_alternates":"","name":"person frowning tone 3","shortname":":person_frowning_tone3:","category":"people","emoji_order":"1557","aliases":[],"aliases_ascii":[],"keywords":[]},"person_frowning_tone4":{"unicode":"1f64d-1f3fe","unicode_alternates":"","name":"person frowning tone 4","shortname":":person_frowning_tone4:","category":"people","emoji_order":"1558","aliases":[],"aliases_ascii":[],"keywords":[]},"person_frowning_tone5":{"unicode":"1f64d-1f3ff","unicode_alternates":"","name":"person frowning tone 5","shortname":":person_frowning_tone5:","category":"people","emoji_order":"1559","aliases":[],"aliases_ascii":[],"keywords":[]},"haircut_tone1":{"unicode":"1f487-1f3fb","unicode_alternates":"","name":"haircut tone 1","shortname":":haircut_tone1:","category":"people","emoji_order":"1560","aliases":[],"aliases_ascii":[],"keywords":[]},"haircut_tone2":{"unicode":"1f487-1f3fc","unicode_alternates":"","name":"haircut tone 2","shortname":":haircut_tone2:","category":"people","emoji_order":"1561","aliases":[],"aliases_ascii":[],"keywords":[]},"haircut_tone3":{"unicode":"1f487-1f3fd","unicode_alternates":"","name":"haircut tone 3","shortname":":haircut_tone3:","category":"people","emoji_order":"1562","aliases":[],"aliases_ascii":[],"keywords":[]},"haircut_tone4":{"unicode":"1f487-1f3fe","unicode_alternates":"","name":"haircut tone 4","shortname":":haircut_tone4:","category":"people","emoji_order":"1563","aliases":[],"aliases_ascii":[],"keywords":[]},"haircut_tone5":{"unicode":"1f487-1f3ff","unicode_alternates":"","name":"haircut tone 5","shortname":":haircut_tone5:","category":"people","emoji_order":"1564","aliases":[],"aliases_ascii":[],"keywords":[]},"massage_tone1":{"unicode":"1f486-1f3fb","unicode_alternates":"","name":"face massage tone 1","shortname":":massage_tone1:","category":"people","emoji_order":"1565","aliases":[],"aliases_ascii":[],"keywords":[]},"massage_tone2":{"unicode":"1f486-1f3fc","unicode_alternates":"","name":"face massage tone 2","shortname":":massage_tone2:","category":"people","emoji_order":"1566","aliases":[],"aliases_ascii":[],"keywords":[]},"massage_tone3":{"unicode":"1f486-1f3fd","unicode_alternates":"","name":"face massage tone 3","shortname":":massage_tone3:","category":"people","emoji_order":"1567","aliases":[],"aliases_ascii":[],"keywords":[]},"massage_tone4":{"unicode":"1f486-1f3fe","unicode_alternates":"","name":"face massage tone 4","shortname":":massage_tone4:","category":"people","emoji_order":"1568","aliases":[],"aliases_ascii":[],"keywords":[]},"massage_tone5":{"unicode":"1f486-1f3ff","unicode_alternates":"","name":"face massage tone 5","shortname":":massage_tone5:","category":"people","emoji_order":"1569","aliases":[],"aliases_ascii":[],"keywords":[]},"rowboat_tone1":{"unicode":"1f6a3-1f3fb","unicode_alternates":"","name":"rowboat tone 1","shortname":":rowboat_tone1:","category":"activity","emoji_order":"1570","aliases":[],"aliases_ascii":[],"keywords":[]},"rowboat_tone2":{"unicode":"1f6a3-1f3fc","unicode_alternates":"","name":"rowboat tone 2","shortname":":rowboat_tone2:","category":"activity","emoji_order":"1571","aliases":[],"aliases_ascii":[],"keywords":[]},"rowboat_tone3":{"unicode":"1f6a3-1f3fd","unicode_alternates":"","name":"rowboat tone 3","shortname":":rowboat_tone3:","category":"activity","emoji_order":"1572","aliases":[],"aliases_ascii":[],"keywords":[]},"rowboat_tone4":{"unicode":"1f6a3-1f3fe","unicode_alternates":"","name":"rowboat tone 4","shortname":":rowboat_tone4:","category":"activity","emoji_order":"1573","aliases":[],"aliases_ascii":[],"keywords":[]},"rowboat_tone5":{"unicode":"1f6a3-1f3ff","unicode_alternates":"","name":"rowboat tone 5","shortname":":rowboat_tone5:","category":"activity","emoji_order":"1574","aliases":[],"aliases_ascii":[],"keywords":[]},"swimmer_tone1":{"unicode":"1f3ca-1f3fb","unicode_alternates":"","name":"swimmer tone 1","shortname":":swimmer_tone1:","category":"activity","emoji_order":"1575","aliases":[],"aliases_ascii":[],"keywords":[]},"swimmer_tone2":{"unicode":"1f3ca-1f3fc","unicode_alternates":"","name":"swimmer tone 2","shortname":":swimmer_tone2:","category":"activity","emoji_order":"1576","aliases":[],"aliases_ascii":[],"keywords":[]},"swimmer_tone3":{"unicode":"1f3ca-1f3fd","unicode_alternates":"","name":"swimmer tone 3","shortname":":swimmer_tone3:","category":"activity","emoji_order":"1577","aliases":[],"aliases_ascii":[],"keywords":[]},"swimmer_tone4":{"unicode":"1f3ca-1f3fe","unicode_alternates":"","name":"swimmer tone 4","shortname":":swimmer_tone4:","category":"activity","emoji_order":"1578","aliases":[],"aliases_ascii":[],"keywords":[]},"swimmer_tone5":{"unicode":"1f3ca-1f3ff","unicode_alternates":"","name":"swimmer tone 5","shortname":":swimmer_tone5:","category":"activity","emoji_order":"1579","aliases":[],"aliases_ascii":[],"keywords":[]},"surfer_tone1":{"unicode":"1f3c4-1f3fb","unicode_alternates":"","name":"surfer tone 1","shortname":":surfer_tone1:","category":"activity","emoji_order":"1580","aliases":[],"aliases_ascii":[],"keywords":[]},"surfer_tone2":{"unicode":"1f3c4-1f3fc","unicode_alternates":"","name":"surfer tone 2","shortname":":surfer_tone2:","category":"activity","emoji_order":"1581","aliases":[],"aliases_ascii":[],"keywords":[]},"surfer_tone3":{"unicode":"1f3c4-1f3fd","unicode_alternates":"","name":"surfer tone 3","shortname":":surfer_tone3:","category":"activity","emoji_order":"1582","aliases":[],"aliases_ascii":[],"keywords":[]},"surfer_tone4":{"unicode":"1f3c4-1f3fe","unicode_alternates":"","name":"surfer tone 4","shortname":":surfer_tone4:","category":"activity","emoji_order":"1583","aliases":[],"aliases_ascii":[],"keywords":[]},"surfer_tone5":{"unicode":"1f3c4-1f3ff","unicode_alternates":"","name":"surfer tone 5","shortname":":surfer_tone5:","category":"activity","emoji_order":"1584","aliases":[],"aliases_ascii":[],"keywords":[]},"bath_tone1":{"unicode":"1f6c0-1f3fb","unicode_alternates":"","name":"bath tone 1","shortname":":bath_tone1:","category":"activity","emoji_order":"1585","aliases":[],"aliases_ascii":[],"keywords":[]},"bath_tone2":{"unicode":"1f6c0-1f3fc","unicode_alternates":"","name":"bath tone 2","shortname":":bath_tone2:","category":"activity","emoji_order":"1586","aliases":[],"aliases_ascii":[],"keywords":[]},"bath_tone3":{"unicode":"1f6c0-1f3fd","unicode_alternates":"","name":"bath tone 3","shortname":":bath_tone3:","category":"activity","emoji_order":"1587","aliases":[],"aliases_ascii":[],"keywords":[]},"bath_tone4":{"unicode":"1f6c0-1f3fe","unicode_alternates":"","name":"bath tone 4","shortname":":bath_tone4:","category":"activity","emoji_order":"1588","aliases":[],"aliases_ascii":[],"keywords":[]},"bath_tone5":{"unicode":"1f6c0-1f3ff","unicode_alternates":"","name":"bath tone 5","shortname":":bath_tone5:","category":"activity","emoji_order":"1589","aliases":[],"aliases_ascii":[],"keywords":[]},"basketball_player_tone1":{"unicode":"26f9-1f3fb","unicode_alternates":"","name":"person with ball tone 1","shortname":":basketball_player_tone1:","category":"activity","emoji_order":"1590","aliases":[":person_with_ball_tone1:"],"aliases_ascii":[],"keywords":[]},"basketball_player_tone2":{"unicode":"26f9-1f3fc","unicode_alternates":"","name":"person with ball tone 2","shortname":":basketball_player_tone2:","category":"activity","emoji_order":"1591","aliases":[":person_with_ball_tone2:"],"aliases_ascii":[],"keywords":[]},"basketball_player_tone3":{"unicode":"26f9-1f3fd","unicode_alternates":"","name":"person with ball tone 3","shortname":":basketball_player_tone3:","category":"activity","emoji_order":"1592","aliases":[":person_with_ball_tone3:"],"aliases_ascii":[],"keywords":[]},"basketball_player_tone4":{"unicode":"26f9-1f3fe","unicode_alternates":"","name":"person with ball tone 4","shortname":":basketball_player_tone4:","category":"activity","emoji_order":"1593","aliases":[":person_with_ball_tone4:"],"aliases_ascii":[],"keywords":[]},"basketball_player_tone5":{"unicode":"26f9-1f3ff","unicode_alternates":"","name":"person with ball tone 5","shortname":":basketball_player_tone5:","category":"activity","emoji_order":"1594","aliases":[":person_with_ball_tone5:"],"aliases_ascii":[],"keywords":[]},"lifter_tone1":{"unicode":"1f3cb-1f3fb","unicode_alternates":"","name":"weight lifter tone 1","shortname":":lifter_tone1:","category":"activity","emoji_order":"1595","aliases":[":weight_lifter_tone1:"],"aliases_ascii":[],"keywords":[]},"lifter_tone2":{"unicode":"1f3cb-1f3fc","unicode_alternates":"","name":"weight lifter tone 2","shortname":":lifter_tone2:","category":"activity","emoji_order":"1596","aliases":[":weight_lifter_tone2:"],"aliases_ascii":[],"keywords":[]},"lifter_tone3":{"unicode":"1f3cb-1f3fd","unicode_alternates":"","name":"weight lifter tone 3","shortname":":lifter_tone3:","category":"activity","emoji_order":"1597","aliases":[":weight_lifter_tone3:"],"aliases_ascii":[],"keywords":[]},"lifter_tone4":{"unicode":"1f3cb-1f3fe","unicode_alternates":"","name":"weight lifter tone 4","shortname":":lifter_tone4:","category":"activity","emoji_order":"1598","aliases":[":weight_lifter_tone4:"],"aliases_ascii":[],"keywords":[]},"lifter_tone5":{"unicode":"1f3cb-1f3ff","unicode_alternates":"","name":"weight lifter tone 5","shortname":":lifter_tone5:","category":"activity","emoji_order":"1599","aliases":[":weight_lifter_tone5:"],"aliases_ascii":[],"keywords":[]},"bicyclist_tone1":{"unicode":"1f6b4-1f3fb","unicode_alternates":"","name":"bicyclist tone 1","shortname":":bicyclist_tone1:","category":"activity","emoji_order":"1600","aliases":[],"aliases_ascii":[],"keywords":[]},"bicyclist_tone2":{"unicode":"1f6b4-1f3fc","unicode_alternates":"","name":"bicyclist tone 2","shortname":":bicyclist_tone2:","category":"activity","emoji_order":"1601","aliases":[],"aliases_ascii":[],"keywords":[]},"bicyclist_tone3":{"unicode":"1f6b4-1f3fd","unicode_alternates":"","name":"bicyclist tone 3","shortname":":bicyclist_tone3:","category":"activity","emoji_order":"1602","aliases":[],"aliases_ascii":[],"keywords":[]},"bicyclist_tone4":{"unicode":"1f6b4-1f3fe","unicode_alternates":"","name":"bicyclist tone 4","shortname":":bicyclist_tone4:","category":"activity","emoji_order":"1603","aliases":[],"aliases_ascii":[],"keywords":[]},"bicyclist_tone5":{"unicode":"1f6b4-1f3ff","unicode_alternates":"","name":"bicyclist tone 5","shortname":":bicyclist_tone5:","category":"activity","emoji_order":"1604","aliases":[],"aliases_ascii":[],"keywords":[]},"mountain_bicyclist_tone1":{"unicode":"1f6b5-1f3fb","unicode_alternates":"","name":"mountain bicyclist tone 1","shortname":":mountain_bicyclist_tone1:","category":"activity","emoji_order":"1605","aliases":[],"aliases_ascii":[],"keywords":[]},"mountain_bicyclist_tone2":{"unicode":"1f6b5-1f3fc","unicode_alternates":"","name":"mountain bicyclist tone 2","shortname":":mountain_bicyclist_tone2:","category":"activity","emoji_order":"1606","aliases":[],"aliases_ascii":[],"keywords":[]},"mountain_bicyclist_tone3":{"unicode":"1f6b5-1f3fd","unicode_alternates":"","name":"mountain bicyclist tone 3","shortname":":mountain_bicyclist_tone3:","category":"activity","emoji_order":"1607","aliases":[],"aliases_ascii":[],"keywords":[]},"mountain_bicyclist_tone4":{"unicode":"1f6b5-1f3fe","unicode_alternates":"","name":"mountain bicyclist tone 4","shortname":":mountain_bicyclist_tone4:","category":"activity","emoji_order":"1608","aliases":[],"aliases_ascii":[],"keywords":[]},"mountain_bicyclist_tone5":{"unicode":"1f6b5-1f3ff","unicode_alternates":"","name":"mountain bicyclist tone 5","shortname":":mountain_bicyclist_tone5:","category":"activity","emoji_order":"1609","aliases":[],"aliases_ascii":[],"keywords":[]},"horse_racing_tone1":{"unicode":"1f3c7-1f3fb","unicode_alternates":"","name":"horse racing tone 1","shortname":":horse_racing_tone1:","category":"activity","emoji_order":"1610","aliases":[],"aliases_ascii":[],"keywords":[]},"horse_racing_tone2":{"unicode":"1f3c7-1f3fc","unicode_alternates":"","name":"horse racing tone 2","shortname":":horse_racing_tone2:","category":"activity","emoji_order":"1611","aliases":[],"aliases_ascii":[],"keywords":[]},"horse_racing_tone3":{"unicode":"1f3c7-1f3fd","unicode_alternates":"","name":"horse racing tone 3","shortname":":horse_racing_tone3:","category":"activity","emoji_order":"1612","aliases":[],"aliases_ascii":[],"keywords":[]},"horse_racing_tone4":{"unicode":"1f3c7-1f3fe","unicode_alternates":"","name":"horse racing tone 4","shortname":":horse_racing_tone4:","category":"activity","emoji_order":"1613","aliases":[],"aliases_ascii":[],"keywords":[]},"horse_racing_tone5":{"unicode":"1f3c7-1f3ff","unicode_alternates":"","name":"horse racing tone 5","shortname":":horse_racing_tone5:","category":"activity","emoji_order":"1614","aliases":[],"aliases_ascii":[],"keywords":[]},"spy_tone1":{"unicode":"1f575-1f3fb","unicode_alternates":"","name":"sleuth or spy tone 1","shortname":":spy_tone1:","category":"people","emoji_order":"1615","aliases":[":sleuth_or_spy_tone1:"],"aliases_ascii":[],"keywords":[]},"spy_tone2":{"unicode":"1f575-1f3fc","unicode_alternates":"","name":"sleuth or spy tone 2","shortname":":spy_tone2:","category":"people","emoji_order":"1616","aliases":[":sleuth_or_spy_tone2:"],"aliases_ascii":[],"keywords":[]},"spy_tone3":{"unicode":"1f575-1f3fd","unicode_alternates":"","name":"sleuth or spy tone 3","shortname":":spy_tone3:","category":"people","emoji_order":"1617","aliases":[":sleuth_or_spy_tone3:"],"aliases_ascii":[],"keywords":[]},"spy_tone4":{"unicode":"1f575-1f3fe","unicode_alternates":"","name":"sleuth or spy tone 4","shortname":":spy_tone4:","category":"people","emoji_order":"1618","aliases":[":sleuth_or_spy_tone4:"],"aliases_ascii":[],"keywords":[]},"spy_tone5":{"unicode":"1f575-1f3ff","unicode_alternates":"","name":"sleuth or spy tone 5","shortname":":spy_tone5:","category":"people","emoji_order":"1619","aliases":[":sleuth_or_spy_tone5:"],"aliases_ascii":[],"keywords":[]},"tone1":{"unicode":"1f3fb","unicode_alternates":"","name":"emoji modifier Fitzpatrick type-1-2","shortname":":tone1:","category":"modifier","emoji_order":"1620","aliases":[],"aliases_ascii":[],"keywords":[]},"tone2":{"unicode":"1f3fc","unicode_alternates":"","name":"emoji modifier Fitzpatrick type-3","shortname":":tone2:","category":"modifier","emoji_order":"1621","aliases":[],"aliases_ascii":[],"keywords":[]},"tone3":{"unicode":"1f3fd","unicode_alternates":"","name":"emoji modifier Fitzpatrick type-4","shortname":":tone3:","category":"modifier","emoji_order":"1622","aliases":[],"aliases_ascii":[],"keywords":[]},"tone4":{"unicode":"1f3fe","unicode_alternates":"","name":"emoji modifier Fitzpatrick type-5","shortname":":tone4:","category":"modifier","emoji_order":"1623","aliases":[],"aliases_ascii":[],"keywords":[]},"tone5":{"unicode":"1f3ff","unicode_alternates":"","name":"emoji modifier Fitzpatrick type-6","shortname":":tone5:","category":"modifier","emoji_order":"1624","aliases":[],"aliases_ascii":[],"keywords":[]}} \ No newline at end of file diff --git a/emoji_strategy.json b/emoji_strategy.json index b55df2b2b..79c70880f 100644 --- a/emoji_strategy.json +++ b/emoji_strategy.json @@ -1 +1 @@ -{"grinning":{"unicode":"1f600","shortname":":grinning:","aliases":"","keywords":"grinning face happy joy smile grin smiling smiley person"},"grimacing":{"unicode":"1f62c","shortname":":grimacing:","aliases":"","keywords":"grimacing face teeth grimace disapprove pain person"},"grin":{"unicode":"1f601","shortname":":grin:","aliases":"","keywords":"grinning face with smiling eyes happy joy smile grin smiley eye person"},"joy":{"unicode":"1f602","shortname":":joy:","aliases":"","keywords":"face with tears of joy cry haha happy weep person tear"},"smiley":{"unicode":"1f603","shortname":":smiley:","aliases":"","keywords":"smiling face with open mouth haha happy joy smile smiley person"},"smile":{"unicode":"1f604","shortname":":smile:","aliases":"","keywords":"smiling face with open mouth and smiling eyes funny haha happy joy laugh smile smiley eye person"},"sweat_smile":{"unicode":"1f605","shortname":":sweat_smile:","aliases":"","keywords":"smiling face with open mouth and cold sweat happy hot perspiration smile person"},"laughing":{"unicode":"1f606","shortname":":laughing:","aliases":":satisfied:","keywords":"smiling face with open mouth and tightly-closed eyes happy joy lol laughing laugh person satisfied smile"},"innocent":{"unicode":"1f607","shortname":":innocent:","aliases":"","keywords":"smiling face with halo angel innocent ring circle heaven fairy tale fantasy person smile"},"wink":{"unicode":"1f609","shortname":":wink:","aliases":"","keywords":"winking face happy mischievous secret wink friendly joke person"},"blush":{"unicode":"1f60a","shortname":":blush:","aliases":"","keywords":"smiling face with smiling eyes crush embarrassed flushed happy shy smile smiley blush eye person"},"slight_smile":{"unicode":"1f642","shortname":":slight_smile:","aliases":":slightly_smiling_face:","keywords":"slightly smiling face slight smile happy person"},"upside_down":{"unicode":"1f643","shortname":":upside_down:","aliases":":upside_down_face:","keywords":"upside-down face"},"relaxed":{"unicode":"263a","shortname":":relaxed:","aliases":"","keywords":"white smiling face blush happiness massage smile relaxed outlined person"},"yum":{"unicode":"1f60b","shortname":":yum:","aliases":"","keywords":"face savouring delicious food happy joy smile tongue eat yummy yum tasty savory person um"},"relieved":{"unicode":"1f60c","shortname":":relieved:","aliases":"","keywords":"relieved face happiness massage relaxed satisfied phew relief person"},"heart_eyes":{"unicode":"1f60d","shortname":":heart_eyes:","aliases":"","keywords":"smiling face with heart-shaped eyes affection crush infatuation like valentines heart lovestruck love flirt smile eye person"},"kissing_heart":{"unicode":"1f618","shortname":":kissing_heart:","aliases":"","keywords":"face throwing a kiss affection infatuation blowing kiss heart lips like love valentines person"},"kissing":{"unicode":"1f617","shortname":":kissing:","aliases":"","keywords":"kissing face 3 infatuation like love valentines kiss pucker lips smooch person"},"kissing_smiling_eyes":{"unicode":"1f619","shortname":":kissing_smiling_eyes:","aliases":"","keywords":"kissing face with smiling eyes affection infatuation valentines kiss smile pucker lips smooch eye person"},"kissing_closed_eyes":{"unicode":"1f61a","shortname":":kissing_closed_eyes:","aliases":"","keywords":"kissing face with closed eyes affection infatuation like love valentines kiss passion puckered heart smooch eye person"},"stuck_out_tongue_winking_eye":{"unicode":"1f61c","shortname":":stuck_out_tongue_winking_eye:","aliases":"","keywords":"face with stuck-out tongue and winking eye childish mischievous playful prank wink kidding silly playful crazy joke person"},"stuck_out_tongue_closed_eyes":{"unicode":"1f61d","shortname":":stuck_out_tongue_closed_eyes:","aliases":"","keywords":"face with stuck-out tongue and tightly-closed eyes mischievous playful prank kidding silly playful ecstatic eye horrible person taste"},"stuck_out_tongue":{"unicode":"1f61b","shortname":":stuck_out_tongue:","aliases":"","keywords":"face with stuck-out tongue childish mischievous playful prank silly playful cheeky person"},"money_mouth":{"unicode":"1f911","shortname":":money_mouth:","aliases":":money_mouth_face:","keywords":"money-mouth face"},"nerd":{"unicode":"1f913","shortname":":nerd:","aliases":":nerd_face:","keywords":"nerd face"},"sunglasses":{"unicode":"1f60e","shortname":":sunglasses:","aliases":"","keywords":"smiling face with sunglasses cool sun glasses sunny smooth bright eye eyewear person smile weather"},"hugging":{"unicode":"1f917","shortname":":hugging:","aliases":":hugging_face:","keywords":"hugging face"},"smirk":{"unicode":"1f60f","shortname":":smirk:","aliases":"","keywords":"smirking face mean prank smile smug smirk half-smile conceited person"},"no_mouth":{"unicode":"1f636","shortname":":no_mouth:","aliases":"","keywords":"face without mouth hellokitty silent vapid person quiet"},"neutral_face":{"unicode":"1f610","shortname":":neutral_face:","aliases":"","keywords":"neutral face indifference objective impartial blank deadpan person"},"expressionless":{"unicode":"1f611","shortname":":expressionless:","aliases":"","keywords":"expressionless face blank void vapid without expression indifferent inexpressive person unexpressive"},"unamused":{"unicode":"1f612","shortname":":unamused:","aliases":"","keywords":"unamused face bored indifference serious straight face not amused depressed unhappy disapprove lame person"},"rolling_eyes":{"unicode":"1f644","shortname":":rolling_eyes:","aliases":":face_with_rolling_eyes:","keywords":"face with rolling eyes"},"thinking":{"unicode":"1f914","shortname":":thinking:","aliases":":thinking_face:","keywords":"thinking face"},"flushed":{"unicode":"1f633","shortname":":flushed:","aliases":"","keywords":"flushed face blush flattered flush blush red pink cheeks shy dazed person"},"disappointed":{"unicode":"1f61e","shortname":":disappointed:","aliases":"","keywords":"disappointed face disappoint frown depressed discouraged sad upset person"},"worried":{"unicode":"1f61f","shortname":":worried:","aliases":"","keywords":"worried face concern anxious distressed nervous tense person"},"angry":{"unicode":"1f620","shortname":":angry:","aliases":"","keywords":"angry face livid mad vexed irritated annoyed frustrated person"},"rage":{"unicode":"1f621","shortname":":rage:","aliases":"","keywords":"pouting face angry despise hate mad pout anger rage irate person red"},"pensive":{"unicode":"1f614","shortname":":pensive:","aliases":"","keywords":"pensive face okay sad thoughtful think reflective wistful meditate serious dejected person"},"confused":{"unicode":"1f615","shortname":":confused:","aliases":"","keywords":"confused face daze perplex puzzle indifference skeptical undecided uneasy hesitant person"},"slight_frown":{"unicode":"1f641","shortname":":slight_frown:","aliases":":slightly_frowning_face:","keywords":"slightly frowning face slight frown unhappy disappointed person"},"frowning2":{"unicode":"2639","shortname":":frowning2:","aliases":":white_frowning_face:","keywords":"white frowning face frown person"},"persevere":{"unicode":"1f623","shortname":":persevere:","aliases":"","keywords":"persevering face endure persevere no sick upset person"},"confounded":{"unicode":"1f616","shortname":":confounded:","aliases":"","keywords":"confounded face confused sick unwell amaze perplex puzzle mystify person"},"tired_face":{"unicode":"1f62b","shortname":":tired_face:","aliases":"","keywords":"tired face frustrated sick upset whine exhausted sleepy person"},"weary":{"unicode":"1f629","shortname":":weary:","aliases":"","keywords":"weary face frustrated sad sleepy tired tiredness study finals school exhausted person"},"triumph":{"unicode":"1f624","shortname":":triumph:","aliases":"","keywords":"face with look of triumph gas phew steam breath person won"},"open_mouth":{"unicode":"1f62e","shortname":":open_mouth:","aliases":"","keywords":"face with open mouth impressed jaw gapping surprise wow person sympathy"},"scream":{"unicode":"1f631","shortname":":scream:","aliases":"","keywords":"face screaming in fear munch scream painting artist alien fearful person scared"},"fearful":{"unicode":"1f628","shortname":":fearful:","aliases":"","keywords":"fearful face nervous oops scared terrified fear frightened horrified person"},"cold_sweat":{"unicode":"1f630","shortname":":cold_sweat:","aliases":"","keywords":"face with open mouth and cold sweat nervous exasperated frustrated blue person rushed"},"hushed":{"unicode":"1f62f","shortname":":hushed:","aliases":"","keywords":"hushed face woo quiet hush whisper silent person stunned surprised"},"frowning":{"unicode":"1f626","shortname":":frowning:","aliases":"","keywords":"frowning face with open mouth aw frown sad pout sulk glower person"},"anguished":{"unicode":"1f627","shortname":":anguished:","aliases":"","keywords":"anguished face nervous stunned pain anguish ouch misery distress grief person"},"cry":{"unicode":"1f622","shortname":":cry:","aliases":"","keywords":"crying face sad cry tear weep person"},"disappointed_relieved":{"unicode":"1f625","shortname":":disappointed_relieved:","aliases":"","keywords":"disappointed but relieved face nervous phew sweat relief person whew"},"sleepy":{"unicode":"1f62a","shortname":":sleepy:","aliases":"","keywords":"sleepy face rest tired exhausted person sleep"},"sweat":{"unicode":"1f613","shortname":":sweat:","aliases":"","keywords":"face with cold sweat sick anxious worried clammy diaphoresis hot person"},"sob":{"unicode":"1f62d","shortname":":sob:","aliases":"","keywords":"loudly crying face cry sad tears upset sob melancholy morn somber hurt person tear"},"dizzy_face":{"unicode":"1f635","shortname":":dizzy_face:","aliases":"","keywords":"dizzy face drunk inebriated spent unconscious xox buzzed person"},"astonished":{"unicode":"1f632","shortname":":astonished:","aliases":"","keywords":"astonished face xox shocked surprise person totally"},"zipper_mouth":{"unicode":"1f910","shortname":":zipper_mouth:","aliases":":zipper_mouth_face:","keywords":"zipper-mouth face"},"mask":{"unicode":"1f637","shortname":":mask:","aliases":"","keywords":"face with medical mask ill sick virus flu cold doctor medicine person"},"thermometer_face":{"unicode":"1f912","shortname":":thermometer_face:","aliases":":face_with_thermometer:","keywords":"face with thermometer"},"head_bandage":{"unicode":"1f915","shortname":":head_bandage:","aliases":":face_with_head_bandage:","keywords":"face with head-bandage"},"sleeping":{"unicode":"1f634","shortname":":sleeping:","aliases":"","keywords":"sleeping face sleepy tired sleep sleepy snore person zzz"},"zzz":{"unicode":"1f4a4","shortname":":zzz:","aliases":"","keywords":"sleeping symbol sleepy tired snooze comic emotion person sleep word zzz"},"poop":{"unicode":"1f4a9","shortname":":poop:","aliases":":shit: :hankey: :poo:","keywords":"pile of poo poop shit shitface turd comic dung face monster nature object"},"smiling_imp":{"unicode":"1f608","shortname":":smiling_imp:","aliases":"","keywords":"smiling face with horns devil impish trouble imp fairy tale fantasy person smile"},"imp":{"unicode":"1f47f","shortname":":imp:","aliases":"","keywords":"imp angry devil evil horns cute face fairy tale fantasy person"},"japanese_ogre":{"unicode":"1f479","shortname":":japanese_ogre:","aliases":"","keywords":"japanese ogre monster oni demon troll folklore monster devil mask theater horns teeth creature face fairy tale fantasy person"},"japanese_goblin":{"unicode":"1f47a","shortname":":japanese_goblin:","aliases":"","keywords":"japanese goblin evil mask red tengu supernatural avian demon mask theater nose frown mustache anger frustration creature face fairy tale fantasy monster person"},"skull":{"unicode":"1f480","shortname":":skull:","aliases":":skeleton:","keywords":"skull dead skeleton dying death body face fairy tale monster person"},"ghost":{"unicode":"1f47b","shortname":":ghost:","aliases":"","keywords":"ghost halloween creature face fairy tale fantasy monster person"},"alien":{"unicode":"1f47d","shortname":":alien:","aliases":"","keywords":"extraterrestrial alien UFO paul ufo creature face fairy tale fantasy monster nature person space"},"robot":{"unicode":"1f916","shortname":":robot:","aliases":":robot_face:","keywords":"robot face"},"smiley_cat":{"unicode":"1f63a","shortname":":smiley_cat:","aliases":"","keywords":"smiling cat face with open mouth animal cats happy smile smiley nature"},"smile_cat":{"unicode":"1f638","shortname":":smile_cat:","aliases":"","keywords":"grinning cat face with smiling eyes animal cats smile grin eye nature"},"joy_cat":{"unicode":"1f639","shortname":":joy_cat:","aliases":"","keywords":"cat face with tears of joy animal cats haha happy tears happy tears cry joy nature tear"},"heart_eyes_cat":{"unicode":"1f63b","shortname":":heart_eyes_cat:","aliases":"","keywords":"smiling cat face with heart-shaped eyes affection animal cats like love valentines lovestruck love heart eye nature smile"},"smirk_cat":{"unicode":"1f63c","shortname":":smirk_cat:","aliases":"","keywords":"cat face with wry smile animal cats smirk smirking confident confidence ironic nature"},"kissing_cat":{"unicode":"1f63d","shortname":":kissing_cat:","aliases":"","keywords":"kissing cat face with closed eyes animal cats passion kiss puckered heart love eye nature"},"scream_cat":{"unicode":"1f640","shortname":":scream_cat:","aliases":"","keywords":"weary cat face animal cats munch sleepy tired tiredness study finals school exhausted scream painting artist nature oh surprised"},"crying_cat_face":{"unicode":"1f63f","shortname":":crying_cat_face:","aliases":"","keywords":"crying cat face animal cats sad tears weep cry sob tears sad melancholy morn somber hurt nature tear"},"pouting_cat":{"unicode":"1f63e","shortname":":pouting_cat:","aliases":"","keywords":"pouting cat face animal cats pout annoyed miffed glower frown nature"},"raised_hands":{"unicode":"1f64c","shortname":":raised_hands:","aliases":"","keywords":"person raising both hands in celebration gesture hooray winning woot yay banzai raised body hand"},"clap":{"unicode":"1f44f","shortname":":clap:","aliases":"","keywords":"clapping hands sign applause congrats praise clap appreciation approval sound encouragement enthusiasm body hand person"},"wave":{"unicode":"1f44b","shortname":":wave:","aliases":"","keywords":"waving hand sign farewell gesture goodbye solong hi wave body person"},"thumbsup":{"unicode":"1f44d","shortname":":thumbsup:","aliases":":+1: :thumbup:","keywords":"thumbs up sign cool hand like yes +1 body person thumb thumbs up"},"thumbsdown":{"unicode":"1f44e","shortname":":thumbsdown:","aliases":":-1: :thumbdown:","keywords":"thumbs down sign hand no -1 body person thumb thumbs down"},"punch":{"unicode":"1f44a","shortname":":punch:","aliases":"","keywords":"fisted hand sign fist punch body clenched person"},"fist":{"unicode":"270a","shortname":":fist:","aliases":"","keywords":"raised fist fingers grasp hand body clenched person punch"},"v":{"unicode":"270c","shortname":":v:","aliases":"","keywords":"victory hand fingers ohyeah peace two v body person"},"ok_hand":{"unicode":"1f44c","shortname":":ok_hand:","aliases":"","keywords":"ok hand sign fingers limbs perfect okay smoke smoking marijuana joint pot 420 body person"},"raised_hand":{"unicode":"270b","shortname":":raised_hand:","aliases":"","keywords":"raised hand body person"},"open_hands":{"unicode":"1f450","shortname":":open_hands:","aliases":"","keywords":"open hands sign butterfly fingers body hand person"},"muscle":{"unicode":"1f4aa","shortname":":muscle:","aliases":"","keywords":"flexed biceps arm flex hand strong muscle bicep body comic person"},"pray":{"unicode":"1f64f","shortname":":pray:","aliases":"","keywords":"person with folded hands highfive hope namaste please wish pray high five sorrow regret sorry ask body bow gesture hand thanks"},"point_up":{"unicode":"261d","shortname":":point_up:","aliases":"","keywords":"white up pointing index direction finger hand one body person point"},"point_up_2":{"unicode":"1f446","shortname":":point_up_2:","aliases":"","keywords":"white up pointing backhand index direction finger hand one body person point"},"point_down":{"unicode":"1f447","shortname":":point_down:","aliases":"","keywords":"white down pointing backhand index direction finger hand body person point"},"point_left":{"unicode":"1f448","shortname":":point_left:","aliases":"","keywords":"white left pointing backhand index direction finger hand body person point"},"point_right":{"unicode":"1f449","shortname":":point_right:","aliases":"","keywords":"white right pointing backhand index direction finger hand body person point"},"middle_finger":{"unicode":"1f595","shortname":":middle_finger:","aliases":":reversed_hand_with_middle_finger_extended:","keywords":"reversed hand with middle finger extended fu body middle finger person"},"hand_splayed":{"unicode":"1f590","shortname":":hand_splayed:","aliases":":raised_hand_with_fingers_splayed:","keywords":"raised hand with fingers splayed hi five stop halt body finger person"},"metal":{"unicode":"1f918","shortname":":metal:","aliases":":sign_of_the_horns:","keywords":"sign of the horns band concert fingers rocknroll"},"vulcan":{"unicode":"1f596","shortname":":vulcan:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers:","keywords":"raised hand with part between middle and ring fingers vulcan spock leonard nimoy star trek live long body finger person"},"writing_hand":{"unicode":"270d","shortname":":writing_hand:","aliases":"","keywords":"writing hand write sign signature draw body education person"},"nail_care":{"unicode":"1f485","shortname":":nail_care:","aliases":"","keywords":"nail polish beauty manicure body care cosmetics person"},"lips":{"unicode":"1f444","shortname":":lips:","aliases":"","keywords":"mouth kiss mouth lips body person"},"tongue":{"unicode":"1f445","shortname":":tongue:","aliases":"","keywords":"tongue mouth playful taste buds food silly playful tease kiss french kiss lick tasty playfulness silliness intimacy body person"},"ear":{"unicode":"1f442","shortname":":ear:","aliases":"","keywords":"ear hear listen sound body person"},"nose":{"unicode":"1f443","shortname":":nose:","aliases":"","keywords":"nose smell sniff body person"},"eye":{"unicode":"1f441","shortname":":eye:","aliases":"","keywords":"eye look peek watch body person"},"eyes":{"unicode":"1f440","shortname":":eyes:","aliases":"","keywords":"eyes look peek stalk watch body eye face person"},"bust_in_silhouette":{"unicode":"1f464","shortname":":bust_in_silhouette:","aliases":"","keywords":"bust in silhouette human man person user member account guest icon avatar profile me myself i"},"busts_in_silhouette":{"unicode":"1f465","shortname":":busts_in_silhouette:","aliases":"","keywords":"busts in silhouette group human man person team user people members accounts relationship shadow bust"},"speaking_head":{"unicode":"1f5e3","shortname":":speaking_head:","aliases":":speaking_head_in_silhouette:","keywords":"speaking head in silhouette talk face person speak"},"baby":{"unicode":"1f476","shortname":":baby:","aliases":"","keywords":"baby child infant toddler person"},"boy":{"unicode":"1f466","shortname":":boy:","aliases":"","keywords":"boy male kid child person"},"girl":{"unicode":"1f467","shortname":":girl:","aliases":"","keywords":"girl female kid child maiden person virgin virgo zodiac"},"man":{"unicode":"1f468","shortname":":man:","aliases":"","keywords":"man classy dad father guy mustache person"},"woman":{"unicode":"1f469","shortname":":woman:","aliases":"","keywords":"woman female girl lady person"},"person_with_blond_hair":{"unicode":"1f471","shortname":":person_with_blond_hair:","aliases":"","keywords":"person with blond hair male man blonde young western westerner occidental"},"older_man":{"unicode":"1f474","shortname":":older_man:","aliases":"","keywords":"older man male men grandpa grandfather old person"},"older_woman":{"unicode":"1f475","shortname":":older_woman:","aliases":":grandma:","keywords":"older woman female women lady grandma grandmother old person"},"man_with_gua_pi_mao":{"unicode":"1f472","shortname":":man_with_gua_pi_mao:","aliases":"","keywords":"man with gua pi mao boy male skullcap chinese asian qing gua pi mao hat person"},"man_with_turban":{"unicode":"1f473","shortname":":man_with_turban:","aliases":"","keywords":"man with turban male headdress headwear pagri india indian mummy wisdom peace person"},"cop":{"unicode":"1f46e","shortname":":cop:","aliases":"","keywords":"police officer arrest enforcement law man cop person"},"construction_worker":{"unicode":"1f477","shortname":":construction_worker:","aliases":"","keywords":"construction worker human male man wip hat person"},"guardsman":{"unicode":"1f482","shortname":":guardsman:","aliases":"","keywords":"guardsman british gb male man uk guard bearskin hat british queen ceremonial military person"},"spy":{"unicode":"1f575","shortname":":spy:","aliases":":sleuth_or_spy:","keywords":"sleuth or spy pi undercover investigator person"},"santa":{"unicode":"1f385","shortname":":santa:","aliases":"","keywords":"father christmas festival male man xmas santa saint nick jolly ho ho ho north pole presents gifts naughty nice sleigh holiday activity celebration fairy tale fantasy person"},"angel":{"unicode":"1f47c","shortname":":angel:","aliases":"","keywords":"baby angel halo cupid heaven wings jesus face fairy tale fantasy person"},"princess":{"unicode":"1f478","shortname":":princess:","aliases":"","keywords":"princess blond crown female girl woman royal royalty king queen daughter disney high-maintenance fairy tale fantasy person"},"bride_with_veil":{"unicode":"1f470","shortname":":bride_with_veil:","aliases":"","keywords":"bride with veil couple marriage wedding wedding planning gown dress engagement white person"},"walking":{"unicode":"1f6b6","shortname":":walking:","aliases":"","keywords":"pedestrian man walk stroll stride hiking hike person walking"},"runner":{"unicode":"1f3c3","shortname":":runner:","aliases":"","keywords":"runner exercise man run jog sprint race dash marathon person running"},"dancer":{"unicode":"1f483","shortname":":dancer:","aliases":"","keywords":"dancer female fun girl woman dress fancy boogy party celebrate ballet tango cha cha music person"},"dancers":{"unicode":"1f46f","shortname":":dancers:","aliases":"","keywords":"woman with bunny ears female girls women dancing dancers showgirl playboy costume cancan dancer ear girl person"},"couple":{"unicode":"1f46b","shortname":":couple:","aliases":"","keywords":"man and woman holding hands affection date dating human like love marriage people valentines couple hand hold person"},"two_men_holding_hands":{"unicode":"1f46c","shortname":":two_men_holding_hands:","aliases":"","keywords":"two men holding hands bromance couple friends like love gay homosexual friends team unity gemini hand hold man person twins zodiac"},"two_women_holding_hands":{"unicode":"1f46d","shortname":":two_women_holding_hands:","aliases":"","keywords":"two women holding hands couple female friends like love girlfriends friends sisters mother daughter gay homosexual couple unity hand hold person woman"},"bow":{"unicode":"1f647","shortname":":bow:","aliases":"","keywords":"person bowing deeply boy male man sorry bow respect bend apology gesture"},"information_desk_person":{"unicode":"1f481","shortname":":information_desk_person:","aliases":"","keywords":"information desk person female girl human woman help question answer sassy unimpressed attitude snarky hand"},"no_good":{"unicode":"1f645","shortname":":no_good:","aliases":"","keywords":"face with no good gesture female girl woman stop nope don't not forbidden hand person prohibited"},"ok_woman":{"unicode":"1f646","shortname":":ok_woman:","aliases":"","keywords":"face with ok gesture female girl human pink women yes okay accept hand person"},"raising_hand":{"unicode":"1f64b","shortname":":raising_hand:","aliases":"","keywords":"happy person raising one hand female girl woman raise notice attention answer gesture raised"},"person_with_pouting_face":{"unicode":"1f64e","shortname":":person_with_pouting_face:","aliases":"","keywords":"person with pouting face female girl woman pout sexy cute annoyed gesture"},"person_frowning":{"unicode":"1f64d","shortname":":person_frowning:","aliases":"","keywords":"person frowning female girl woman dejected rejected sad frown gesture"},"haircut":{"unicode":"1f487","shortname":":haircut:","aliases":"","keywords":"haircut female girl woman barber beauty parlor person"},"massage":{"unicode":"1f486","shortname":":massage:","aliases":"","keywords":"face massage female girl woman person salon"},"couple_with_heart":{"unicode":"1f491","shortname":":couple_with_heart:","aliases":"","keywords":"couple with heart affection dating human like love marriage valentines person romance"},"couple_ww":{"unicode":"1f469-2764-1f469","shortname":":couple_ww:","aliases":":couple_with_heart_ww:","keywords":"couple (woman,woman) affection dating human like love marriage valentines"},"couple_mm":{"unicode":"1f468-2764-1f468","shortname":":couple_mm:","aliases":":couple_with_heart_mm:","keywords":"couple (man,man) affection dating human like love marriage valentines"},"couplekiss":{"unicode":"1f48f","shortname":":couplekiss:","aliases":"","keywords":"kiss dating like love marriage valentines couple person romance"},"kiss_ww":{"unicode":"1f469-2764-1f48b-1f469","shortname":":kiss_ww:","aliases":":couplekiss_ww:","keywords":"kiss (woman,woman) dating like love marriage valentines couple"},"kiss_mm":{"unicode":"1f468-2764-1f48b-1f468","shortname":":kiss_mm:","aliases":":couplekiss_mm:","keywords":"kiss (man,man) dating like love marriage valentines couple"},"family":{"unicode":"1f46a","shortname":":family:","aliases":"","keywords":"family child dad father mom mother parents girl boy group unit man woman person"},"family_mwg":{"unicode":"1f468-1f469-1f467","shortname":":family_mwg:","aliases":"","keywords":"family (man,woman,girl) child dad father mom mother parents girl boy group unit man woman"},"family_mwgb":{"unicode":"1f468-1f469-1f467-1f466","shortname":":family_mwgb:","aliases":"","keywords":"family (man,woman,girl,boy) dad father mom mother parents children girl boy group unit man woman"},"family_mwbb":{"unicode":"1f468-1f469-1f466-1f466","shortname":":family_mwbb:","aliases":"","keywords":"family (man,woman,boy,boy) dad father mom mother parents children boy group unit man woman"},"family_mwgg":{"unicode":"1f468-1f469-1f467-1f467","shortname":":family_mwgg:","aliases":"","keywords":"family (man,woman,girl,girl) dad father mom mother parents children girl group unit man woman"},"family_wwb":{"unicode":"1f469-1f469-1f466","shortname":":family_wwb:","aliases":"","keywords":"family (woman,woman,boy) mom mother parents child boy group unit gay lesbian homosexual woman"},"family_wwg":{"unicode":"1f469-1f469-1f467","shortname":":family_wwg:","aliases":"","keywords":"family (woman,woman,girl) mom mother parents child woman girl group unit gay lesbian homosexual"},"family_wwgb":{"unicode":"1f469-1f469-1f467-1f466","shortname":":family_wwgb:","aliases":"","keywords":"family (woman,woman,girl,boy) mom mother parents children group unit gay lesbian homosexual woman girl boy"},"family_wwbb":{"unicode":"1f469-1f469-1f466-1f466","shortname":":family_wwbb:","aliases":"","keywords":"family (woman,woman,boy,boy) mom mother parents children group unit gay lesbian homosexual woman boy"},"family_wwgg":{"unicode":"1f469-1f469-1f467-1f467","shortname":":family_wwgg:","aliases":"","keywords":"family (woman,woman,girl,girl) mom mother parents children group unit gay lesbian homosexual woman girl"},"family_mmb":{"unicode":"1f468-1f468-1f466","shortname":":family_mmb:","aliases":"","keywords":"family (man,man,boy) child dad father parents group unit gay homosexual man boy"},"family_mmg":{"unicode":"1f468-1f468-1f467","shortname":":family_mmg:","aliases":"","keywords":"family (man,man,girl) child dad father parents group unit gay homosexual man girl"},"family_mmgb":{"unicode":"1f468-1f468-1f467-1f466","shortname":":family_mmgb:","aliases":"","keywords":"family (man,man,girl,boy) children dad father parents group unit gay homosexual man girl boy"},"family_mmbb":{"unicode":"1f468-1f468-1f466-1f466","shortname":":family_mmbb:","aliases":"","keywords":"family (man,man,boy,boy) children dad father parents group unit gay homosexual man boy"},"family_mmgg":{"unicode":"1f468-1f468-1f467-1f467","shortname":":family_mmgg:","aliases":"","keywords":"family (man,man,girl,girl) children dad father parents group unit gay homosexual man girl"},"womans_clothes":{"unicode":"1f45a","shortname":":womans_clothes:","aliases":"","keywords":"womans clothes fashion clothing blouse shirt wardrobe breasts cleavage shopping shop dressing dressed object person woman"},"shirt":{"unicode":"1f455","shortname":":shirt:","aliases":"","keywords":"t-shirt cloth fashion shirt tee clothing object person tshirt"},"jeans":{"unicode":"1f456","shortname":":jeans:","aliases":"","keywords":"jeans fashion shopping pants blue denim levi's levi designer work skinny clothing object person trousers"},"necktie":{"unicode":"1f454","shortname":":necktie:","aliases":"","keywords":"necktie clothes fashion formal shirt tie clothing object person"},"dress":{"unicode":"1f457","shortname":":dress:","aliases":"","keywords":"dress clothes fashion clothing object person"},"bikini":{"unicode":"1f459","shortname":":bikini:","aliases":"","keywords":"bikini beach fashion female girl swimming woman clothing object person swim"},"kimono":{"unicode":"1f458","shortname":":kimono:","aliases":"","keywords":"kimono dress fashion female japanese women clothing object person"},"lipstick":{"unicode":"1f484","shortname":":lipstick:","aliases":"","keywords":"lipstick fashion female girl cosmetics makeup object person"},"kiss":{"unicode":"1f48b","shortname":":kiss:","aliases":"","keywords":"kiss mark affection face like lips love valentines emotion heart person romance"},"footprints":{"unicode":"1f463","shortname":":footprints:","aliases":"","keywords":"footprints feet body clothing footprint person print"},"high_heel":{"unicode":"1f460","shortname":":high_heel:","aliases":"","keywords":"high-heeled shoe fashion female shoes clothing heel object person woman"},"sandal":{"unicode":"1f461","shortname":":sandal:","aliases":"","keywords":"womans sandal fashion shoes female clothing object person shoe woman"},"boot":{"unicode":"1f462","shortname":":boot:","aliases":"","keywords":"womans boots fashion shoes boot clothing object person shoe woman"},"mans_shoe":{"unicode":"1f45e","shortname":":mans_shoe:","aliases":"","keywords":"mans shoe fashion male clothing man object person"},"athletic_shoe":{"unicode":"1f45f","shortname":":athletic_shoe:","aliases":"","keywords":"athletic shoe sports sneaker clothing object person"},"womans_hat":{"unicode":"1f452","shortname":":womans_hat:","aliases":"","keywords":"womans hat accessories fashion female clothing object person woman"},"tophat":{"unicode":"1f3a9","shortname":":tophat:","aliases":"","keywords":"top hat classy gentleman magic cap beaver high tall stove pipe chimney topper london period piece magician activity clothing entertainment object person tophat"},"helmet_with_cross":{"unicode":"26d1","shortname":":helmet_with_cross:","aliases":":helmet_with_white_cross:","keywords":"helmet with white cross aid face hat person"},"mortar_board":{"unicode":"1f393","shortname":":mortar_board:","aliases":"","keywords":"graduation cap cap college degree school university mortarboard academic education ceremony tassel activity celebration clothing hat object"},"crown":{"unicode":"1f451","shortname":":crown:","aliases":"","keywords":"crown king kod leader royalty clothing object person queen"},"school_satchel":{"unicode":"1f392","shortname":":school_satchel:","aliases":"","keywords":"school satchel bag education student backpack packing pack hike education adventure travel sightsee activity object"},"pouch":{"unicode":"1f45d","shortname":":pouch:","aliases":"","keywords":"pouch accessories bag cosmetic packing grandma makeup clothing object person"},"purse":{"unicode":"1f45b","shortname":":purse:","aliases":"","keywords":"purse accessories fashion money clutch bag handbag coin bag accessory ladies shopping clothing coin object person"},"handbag":{"unicode":"1f45c","shortname":":handbag:","aliases":"","keywords":"handbag accessories accessory bag fashion clothing object person"},"briefcase":{"unicode":"1f4bc","shortname":":briefcase:","aliases":"","keywords":"briefcase business documents work object office person"},"eyeglasses":{"unicode":"1f453","shortname":":eyeglasses:","aliases":"","keywords":"eyeglasses accessories eyesight fashion spectacles eye sight nearsightedness myopia farsightedness hyperopia frames vision see blurry contacts clothing eyewear glasses object person"},"dark_sunglasses":{"unicode":"1f576","shortname":":dark_sunglasses:","aliases":"","keywords":"dark sunglasses shades eyes eye eyewear glasses object"},"ring":{"unicode":"1f48d","shortname":":ring:","aliases":"","keywords":"ring marriage propose valentines wedding gold diamond emotion object person romance"},"closed_umbrella":{"unicode":"1f302","shortname":":closed_umbrella:","aliases":"","keywords":"closed umbrella drizzle rain weather moisture protection sun ultraviolet uv clothing nature person"},"dog":{"unicode":"1f436","shortname":":dog:","aliases":"","keywords":"dog face animal friend nature pet puppy woof bark fido"},"cat":{"unicode":"1f431","shortname":":cat:","aliases":"","keywords":"cat face animal meow pet kitten nature"},"mouse":{"unicode":"1f42d","shortname":":mouse:","aliases":"","keywords":"mouse face animal nature rodent"},"hamster":{"unicode":"1f439","shortname":":hamster:","aliases":"","keywords":"hamster face animal nature rodent pet"},"rabbit":{"unicode":"1f430","shortname":":rabbit:","aliases":"","keywords":"rabbit face animal nature bunny easter reproduction prolific pet"},"bear":{"unicode":"1f43b","shortname":":bear:","aliases":"","keywords":"bear face animal nature grizzly"},"panda_face":{"unicode":"1f43c","shortname":":panda_face:","aliases":"","keywords":"panda face animal nature bear cub cute endearment friendship love bamboo china black white"},"koala":{"unicode":"1f428","shortname":":koala:","aliases":"","keywords":"koala animal nature bear"},"tiger":{"unicode":"1f42f","shortname":":tiger:","aliases":"","keywords":"tiger face animal nature cat striped tony tigger hobs"},"lion_face":{"unicode":"1f981","shortname":":lion_face:","aliases":":lion:","keywords":"lion face"},"cow":{"unicode":"1f42e","shortname":":cow:","aliases":"","keywords":"cow face animal beef ox milk dairy nature"},"pig":{"unicode":"1f437","shortname":":pig:","aliases":"","keywords":"pig face animal nature piggy pork ham hog bacon oink slop livestock greed greedy oink"},"pig_nose":{"unicode":"1f43d","shortname":":pig_nose:","aliases":"","keywords":"pig nose animal oink snout food eat cute pink smell truffle face nature"},"frog":{"unicode":"1f438","shortname":":frog:","aliases":"","keywords":"frog face animal nature"},"octopus":{"unicode":"1f419","shortname":":octopus:","aliases":"","keywords":"octopus animal creature ocean sea nature"},"monkey_face":{"unicode":"1f435","shortname":":monkey_face:","aliases":"","keywords":"monkey face animal nature"},"see_no_evil":{"unicode":"1f648","shortname":":see_no_evil:","aliases":"","keywords":"see-no-evil monkey animal nature monkey see eyes vision sight mizaru evil face forbidden gesture no not prohibited"},"hear_no_evil":{"unicode":"1f649","shortname":":hear_no_evil:","aliases":"","keywords":"hear-no-evil monkey animal ears hear sound kikazaru evil face forbidden gesture nature no not prohibited"},"speak_no_evil":{"unicode":"1f64a","shortname":":speak_no_evil:","aliases":"","keywords":"speak-no-evil monkey animal mouth talk say words verbal verbalize oral iwazaru evil face forbidden gesture nature no not prohibited speak"},"monkey":{"unicode":"1f412","shortname":":monkey:","aliases":"","keywords":"monkey animal nature primate banana silly"},"chicken":{"unicode":"1f414","shortname":":chicken:","aliases":"","keywords":"chicken animal cluck hen poultry livestock nature"},"penguin":{"unicode":"1f427","shortname":":penguin:","aliases":"","keywords":"penguin animal nature bird"},"bird":{"unicode":"1f426","shortname":":bird:","aliases":"","keywords":"bird animal fly nature tweet"},"baby_chick":{"unicode":"1f424","shortname":":baby_chick:","aliases":"","keywords":"baby chick animal chicken bird young woman cute nature"},"hatching_chick":{"unicode":"1f423","shortname":":hatching_chick:","aliases":"","keywords":"hatching chick born chicken egg baby bird chicken young woman cute animal nature"},"hatched_chick":{"unicode":"1f425","shortname":":hatched_chick:","aliases":"","keywords":"front-facing baby chick baby chicken chick baby bird chicken young woman cute animal nature"},"wolf":{"unicode":"1f43a","shortname":":wolf:","aliases":"","keywords":"wolf face animal nature"},"boar":{"unicode":"1f417","shortname":":boar:","aliases":"","keywords":"boar animal nature pig"},"horse":{"unicode":"1f434","shortname":":horse:","aliases":"","keywords":"horse face animal powerful draft colt filly mare stallion gelding yearling thoroughbred pony nature"},"unicorn":{"unicode":"1f984","shortname":":unicorn:","aliases":":unicorn_face:","keywords":"unicorn face"},"bee":{"unicode":"1f41d","shortname":":bee:","aliases":"","keywords":"honeybee insect bee queen buzz flower pollen sting honey hive bumble pollination animal nature"},"bug":{"unicode":"1f41b","shortname":":bug:","aliases":"","keywords":"bug insect nature insect virus error animal"},"snail":{"unicode":"1f40c","shortname":":snail:","aliases":"","keywords":"snail animal shell slow slow escargot french appetizer nature"},"beetle":{"unicode":"1f41e","shortname":":beetle:","aliases":"","keywords":"lady beetle insect nature bug ladybug ladybird cow lady cow endearment animal lady beetle"},"ant":{"unicode":"1f41c","shortname":":ant:","aliases":"","keywords":"ant insect queen insect team animal nature"},"spider":{"unicode":"1f577","shortname":":spider:","aliases":"","keywords":"spider arachnid eight-legged animal insect object"},"scorpion":{"unicode":"1f982","shortname":":scorpion:","aliases":"","keywords":"scorpion"},"crab":{"unicode":"1f980","shortname":":crab:","aliases":"","keywords":"crab"},"snake":{"unicode":"1f40d","shortname":":snake:","aliases":"","keywords":"snake animal evil bearer nature ophiuchus serpent zodiac"},"turtle":{"unicode":"1f422","shortname":":turtle:","aliases":"","keywords":"turtle animal slow shell tortoise chelonian reptile slow snap steady nature"},"tropical_fish":{"unicode":"1f420","shortname":":tropical_fish:","aliases":"","keywords":"tropical fish animal nature"},"fish":{"unicode":"1f41f","shortname":":fish:","aliases":"","keywords":"fish animal food nature pisces zodiac"},"blowfish":{"unicode":"1f421","shortname":":blowfish:","aliases":"","keywords":"blowfish food nature pufferfish puffer ballonfish toadfish fugu fish sushi animal fish"},"dolphin":{"unicode":"1f42c","shortname":":dolphin:","aliases":"","keywords":"dolphin animal fins fish flipper nature ocean sea"},"whale":{"unicode":"1f433","shortname":":whale:","aliases":"","keywords":"spouting whale animal nature ocean sea face"},"whale2":{"unicode":"1f40b","shortname":":whale2:","aliases":"","keywords":"whale animal nature ocean sea blubber bloated fat large massive"},"crocodile":{"unicode":"1f40a","shortname":":crocodile:","aliases":"","keywords":"crocodile animal nature croc alligator gator cranky"},"leopard":{"unicode":"1f406","shortname":":leopard:","aliases":"","keywords":"leopard animal nature cat spot spotted sexy"},"tiger2":{"unicode":"1f405","shortname":":tiger2:","aliases":"","keywords":"tiger animal nature cat striped tony tigger hobs"},"water_buffalo":{"unicode":"1f403","shortname":":water_buffalo:","aliases":"","keywords":"water buffalo animal cow nature ox asia bovine"},"ox":{"unicode":"1f402","shortname":":ox:","aliases":"","keywords":"ox animal beef cow bull nature taurus zodiac"},"cow2":{"unicode":"1f404","shortname":":cow2:","aliases":"","keywords":"cow animal beef nature ox milk dairy beef bessie moo"},"dromedary_camel":{"unicode":"1f42a","shortname":":dromedary_camel:","aliases":"","keywords":"dromedary camel animal desert hot hump middle east heat water hump day wednesday sex nature"},"camel":{"unicode":"1f42b","shortname":":camel:","aliases":"","keywords":"bactrian camel animal hot nature hump desert central asia heat water hump day wednesday sex"},"elephant":{"unicode":"1f418","shortname":":elephant:","aliases":"","keywords":"elephant animal nature nose thailand"},"goat":{"unicode":"1f410","shortname":":goat:","aliases":"","keywords":"goat animal nature kid billy livestock capricorn zodiac"},"ram":{"unicode":"1f40f","shortname":":ram:","aliases":"","keywords":"ram animal nature sheep male horns aries zodiac"},"sheep":{"unicode":"1f411","shortname":":sheep:","aliases":"","keywords":"sheep animal nature wool flock follower ewe female lamb"},"racehorse":{"unicode":"1f40e","shortname":":racehorse:","aliases":"","keywords":"horse animal gamble powerful draft calvary cowboy cowgirl mounted race ride gallop trot colt filly mare stallion gelding yearling thoroughbred pony nature place racehorse racing"},"pig2":{"unicode":"1f416","shortname":":pig2:","aliases":"","keywords":"pig animal nature piggy pork ham hog bacon oink slop livestock greed greedy oink sow"},"rat":{"unicode":"1f400","shortname":":rat:","aliases":"","keywords":"rat animal mouse rodent crooked snitch nature"},"mouse2":{"unicode":"1f401","shortname":":mouse2:","aliases":"","keywords":"mouse animal nature mice rodent"},"rooster":{"unicode":"1f413","shortname":":rooster:","aliases":"","keywords":"rooster animal chicken nature cockerel cock male cock-a-doodle-doo crowing"},"turkey":{"unicode":"1f983","shortname":":turkey:","aliases":"","keywords":"turkey"},"dove":{"unicode":"1f54a","shortname":":dove:","aliases":":dove_of_peace:","keywords":"dove of peace symbol bird animal fly nature"},"dog2":{"unicode":"1f415","shortname":":dog2:","aliases":"","keywords":"dog animal friend nature pet puppy woof bark fido"},"poodle":{"unicode":"1f429","shortname":":poodle:","aliases":"","keywords":"poodle 101 animal dog nature showy sophisticated vain"},"cat2":{"unicode":"1f408","shortname":":cat2:","aliases":"","keywords":"cat animal meow pet kitten nature"},"rabbit2":{"unicode":"1f407","shortname":":rabbit2:","aliases":"","keywords":"rabbit animal nature bunny easter reproduction prolific pet"},"chipmunk":{"unicode":"1f43f","shortname":":chipmunk:","aliases":"","keywords":"chipmunk animal nature"},"feet":{"unicode":"1f43e","shortname":":feet:","aliases":":paw_prints:","keywords":"paw prints animal pet tracking mark imprints footsteps lion bear dog cat raccoon critter feet nature print"},"dragon":{"unicode":"1f409","shortname":":dragon:","aliases":"","keywords":"dragon chinese green myth nature dragon fire legendary myth animal fairy tale"},"dragon_face":{"unicode":"1f432","shortname":":dragon_face:","aliases":"","keywords":"dragon face chinese green myth nature dragon head fire legendary myth animal fairy tale"},"cactus":{"unicode":"1f335","shortname":":cactus:","aliases":"","keywords":"cactus nature plant vegetable desert drought spike poke"},"christmas_tree":{"unicode":"1f384","shortname":":christmas_tree:","aliases":"","keywords":"christmas tree celebration december festival vacation xmas santa holiday winter evergreen ornaments jesus gifts presents activity entertainment object"},"evergreen_tree":{"unicode":"1f332","shortname":":evergreen_tree:","aliases":"","keywords":"evergreen tree nature plant needles christmas"},"deciduous_tree":{"unicode":"1f333","shortname":":deciduous_tree:","aliases":"","keywords":"deciduous tree nature plant leaves fall color shedding"},"palm_tree":{"unicode":"1f334","shortname":":palm_tree:","aliases":"","keywords":"palm tree nature plant coconuts fronds warm tropical"},"seedling":{"unicode":"1f331","shortname":":seedling:","aliases":"","keywords":"seedling grass lawn nature plant new start grow young"},"herb":{"unicode":"1f33f","shortname":":herb:","aliases":"","keywords":"herb grass lawn medicine plant vegetable weed spice plant cook cooking leaf nature"},"shamrock":{"unicode":"2618","shortname":":shamrock:","aliases":"","keywords":"shamrock nature plant"},"four_leaf_clover":{"unicode":"1f340","shortname":":four_leaf_clover:","aliases":"","keywords":"four leaf clover lucky nature plant luck irish saint patrick green 4"},"bamboo":{"unicode":"1f38d","shortname":":bamboo:","aliases":"","keywords":"pine decoration nature plant vegetable bamboo new years spirits harvest prosperity longevity fortune luck welcome farming agriculture activity celebration japanese object"},"tanabata_tree":{"unicode":"1f38b","shortname":":tanabata_tree:","aliases":"","keywords":"tanabata tree nature plant festival star wish holiday activity banner celebration entertainment japanese object"},"leaves":{"unicode":"1f343","shortname":":leaves:","aliases":"","keywords":"leaf fluttering in wind nature plant tree vegetable leaves float deciduous blow flutter"},"fallen_leaf":{"unicode":"1f342","shortname":":fallen_leaf:","aliases":"","keywords":"fallen leaf leaves nature plant vegetable fall color deciduous autumn falling"},"maple_leaf":{"unicode":"1f341","shortname":":maple_leaf:","aliases":"","keywords":"maple leaf canada nature plant syrup tree falling"},"ear_of_rice":{"unicode":"1f33e","shortname":":ear_of_rice:","aliases":"","keywords":"ear of rice nature plant food seed"},"hibiscus":{"unicode":"1f33a","shortname":":hibiscus:","aliases":"","keywords":"hibiscus plant hibiscus flower warm nature"},"sunflower":{"unicode":"1f33b","shortname":":sunflower:","aliases":"","keywords":"sunflower nature plant sun flower seeds yellow"},"rose":{"unicode":"1f339","shortname":":rose:","aliases":"","keywords":"rose love valentines fragrant flower thorns petals romance nature plant"},"tulip":{"unicode":"1f337","shortname":":tulip:","aliases":"","keywords":"tulip nature plant flower bulb spring easter"},"blossom":{"unicode":"1f33c","shortname":":blossom:","aliases":"","keywords":"blossom nature yellow daisy flower plant"},"cherry_blossom":{"unicode":"1f338","shortname":":cherry_blossom:","aliases":"","keywords":"cherry blossom flower nature plant tree"},"bouquet":{"unicode":"1f490","shortname":":bouquet:","aliases":"","keywords":"bouquet flowers nature flower object place plant romance"},"mushroom":{"unicode":"1f344","shortname":":mushroom:","aliases":"","keywords":"mushroom plant vegetable fungi food fungus shroom nature"},"chestnut":{"unicode":"1f330","shortname":":chestnut:","aliases":"","keywords":"chestnut food squirrel chestnut roasted tree nature plant"},"jack_o_lantern":{"unicode":"1f383","shortname":":jack_o_lantern:","aliases":"","keywords":"jack-o-lantern halloween pumpkin holiday carve autumn fall october saints costume spooky horror scary scared dead activity celebration entertainment jack lantern object"},"shell":{"unicode":"1f41a","shortname":":shell:","aliases":"","keywords":"spiral shell beach nature sea beach sand crab nautilus animal"},"spider_web":{"unicode":"1f578","shortname":":spider_web:","aliases":"","keywords":"spider web cobweb animal object"},"earth_americas":{"unicode":"1f30e","shortname":":earth_americas:","aliases":"","keywords":"earth globe americas USA globe international world space planet north south nature place"},"earth_africa":{"unicode":"1f30d","shortname":":earth_africa:","aliases":"","keywords":"earth globe europe-africa globe international world space planet africa europe nature place"},"earth_asia":{"unicode":"1f30f","shortname":":earth_asia:","aliases":"","keywords":"earth globe asia-australia east globe international world space planet australia asia nature place"},"full_moon":{"unicode":"1f315","shortname":":full_moon:","aliases":"","keywords":"full moon symbol nature yellow sky night cheese phase spooky werewolves twilight place space time weather"},"waning_gibbous_moon":{"unicode":"1f316","shortname":":waning_gibbous_moon:","aliases":"","keywords":"waning gibbous moon symbol nature sky night cheese phase place space time weather"},"last_quarter_moon":{"unicode":"1f317","shortname":":last_quarter_moon:","aliases":"","keywords":"last quarter moon symbol nature sky night cheese phase place space time weather"},"waning_crescent_moon":{"unicode":"1f318","shortname":":waning_crescent_moon:","aliases":"","keywords":"waning crescent moon symbol nature sky night cheese phase place space time weather"},"new_moon":{"unicode":"1f311","shortname":":new_moon:","aliases":"","keywords":"new moon symbol nature sky night cheese phase dark place space time weather"},"waxing_crescent_moon":{"unicode":"1f312","shortname":":waxing_crescent_moon:","aliases":"","keywords":"waxing crescent moon symbol nature sky night cheese phase place space time weather"},"first_quarter_moon":{"unicode":"1f313","shortname":":first_quarter_moon:","aliases":"","keywords":"first quarter moon symbol nature sky night cheese phase place space time weather"},"waxing_gibbous_moon":{"unicode":"1f314","shortname":":waxing_gibbous_moon:","aliases":"","keywords":"waxing gibbous moon symbol nature sky night cheese phase place space time weather"},"new_moon_with_face":{"unicode":"1f31a","shortname":":new_moon_with_face:","aliases":"","keywords":"new moon with face nature anthropomorphic sky night cheese phase place space time weather"},"full_moon_with_face":{"unicode":"1f31d","shortname":":full_moon_with_face:","aliases":"","keywords":"full moon with face night anthropomorphic sky night cheese phase spooky werewolves bright nature place space weather"},"first_quarter_moon_with_face":{"unicode":"1f31b","shortname":":first_quarter_moon_with_face:","aliases":"","keywords":"first quarter moon with face nature anthropomorphic sky night cheese phase crescent place space weather"},"last_quarter_moon_with_face":{"unicode":"1f31c","shortname":":last_quarter_moon_with_face:","aliases":"","keywords":"last quarter moon with face nature anthropomorphic sky night cheese phase crescent place space weather"},"sun_with_face":{"unicode":"1f31e","shortname":":sun_with_face:","aliases":"","keywords":"sun with face morning anthropomorphic sky sunny bright nature place space weather"},"crescent_moon":{"unicode":"1f319","shortname":":crescent_moon:","aliases":"","keywords":"crescent moon night waxing sky night cheese phase nature place space time weather"},"star":{"unicode":"2b50","shortname":":star:","aliases":"","keywords":"white medium star night yellow nature place"},"star2":{"unicode":"1f31f","shortname":":star2:","aliases":"","keywords":"glowing star night sparkle glow five points classic glittery object place shining"},"dizzy":{"unicode":"1f4ab","shortname":":dizzy:","aliases":"","keywords":"dizzy symbol shoot sparkle star drunk sick intoxicated squeans starburst star comic emotion person"},"sparkles":{"unicode":"2728","shortname":":sparkles:","aliases":"","keywords":"sparkles cool shine shiny stars emotion entertainment object sign sparkle star"},"comet":{"unicode":"2604","shortname":":comet:","aliases":"","keywords":"comet object space"},"sunny":{"unicode":"2600","shortname":":sunny:","aliases":"","keywords":"black sun with rays brightness weather sunny bright nature space"},"white_sun_small_cloud":{"unicode":"1f324","shortname":":white_sun_small_cloud:","aliases":":white_sun_with_small_cloud:","keywords":"white sun with small cloud nature weather"},"partly_sunny":{"unicode":"26c5","shortname":":partly_sunny:","aliases":"","keywords":"sun behind cloud nature weather partly sunny"},"white_sun_cloud":{"unicode":"1f325","shortname":":white_sun_cloud:","aliases":":white_sun_behind_cloud:","keywords":"white sun behind cloud nature weather"},"white_sun_rain_cloud":{"unicode":"1f326","shortname":":white_sun_rain_cloud:","aliases":":white_sun_behind_cloud_with_rain:","keywords":"white sun behind cloud with rain nature weather"},"cloud":{"unicode":"2601","shortname":":cloud:","aliases":"","keywords":"cloud sky weather overcast nature"},"cloud_rain":{"unicode":"1f327","shortname":":cloud_rain:","aliases":":cloud_with_rain:","keywords":"cloud with rain weather wet nature"},"thunder_cloud_rain":{"unicode":"26c8","shortname":":thunder_cloud_rain:","aliases":":thunder_cloud_and_rain:","keywords":"thunder cloud and rain nature weather"},"cloud_lightning":{"unicode":"1f329","shortname":":cloud_lightning:","aliases":":cloud_with_lightning:","keywords":"cloud with lightning weather thunder nature"},"zap":{"unicode":"26a1","shortname":":zap:","aliases":"","keywords":"high voltage sign lightning bolt thunder weather zap danger electric electricity lightning nature symbol"},"fire":{"unicode":"1f525","shortname":":fire:","aliases":":flame:","keywords":"fire cook hot flame object tool"},"boom":{"unicode":"1f4a5","shortname":":boom:","aliases":"","keywords":"collision symbol bomb explode explosion boom bang fire emphasis wow bam comic emotion person"},"snowflake":{"unicode":"2744","shortname":":snowflake:","aliases":"","keywords":"snowflake christmas season weather winter xmas snow frozen droplet ice crystal cold chilly unique special below zero elsa nature"},"cloud_snow":{"unicode":"1f328","shortname":":cloud_snow:","aliases":":cloud_with_snow:","keywords":"cloud with snow weather cold nature"},"snowman2":{"unicode":"2603","shortname":":snowman2:","aliases":"","keywords":"snowman cold nature snow weather"},"snowman":{"unicode":"26c4","shortname":":snowman:","aliases":"","keywords":"snowman without snow christmas cold season weather winter xmas nature"},"wind_blowing_face":{"unicode":"1f32c","shortname":":wind_blowing_face:","aliases":"","keywords":"wind blowing face mother nature blow cloud weather"},"dash":{"unicode":"1f4a8","shortname":":dash:","aliases":"","keywords":"dash symbol air fast shoo wind comic emotion object person running"},"cloud_tornado":{"unicode":"1f32a","shortname":":cloud_tornado:","aliases":":cloud_with_tornado:","keywords":"cloud with tornado weather destruction funnel nature"},"fog":{"unicode":"1f32b","shortname":":fog:","aliases":"","keywords":"fog weather damp cloud hazy nature"},"umbrella2":{"unicode":"2602","shortname":":umbrella2:","aliases":"","keywords":"umbrella clothing nature rain weather"},"umbrella":{"unicode":"2614","shortname":":umbrella:","aliases":"","keywords":"umbrella with rain drops rain weather clothing drop nature"},"droplet":{"unicode":"1f4a7","shortname":":droplet:","aliases":"","keywords":"droplet drip faucet water drop h20 aqua tear sweat rain moisture wet moist spit cold comic emotion nature object person weather"},"sweat_drops":{"unicode":"1f4a6","shortname":":sweat_drops:","aliases":"","keywords":"splashing sweat symbol water drops comic emotion object person"},"ocean":{"unicode":"1f30a","shortname":":ocean:","aliases":"","keywords":"water wave sea ocean surf beach tide nature place weather"},"green_apple":{"unicode":"1f34f","shortname":":green_apple:","aliases":"","keywords":"green apple fruit nature fruit pie granny smith core food object plant"},"apple":{"unicode":"1f34e","shortname":":apple:","aliases":"","keywords":"red apple fruit mac electronics doctor teacher school core pie food nature object plant"},"pear":{"unicode":"1f350","shortname":":pear:","aliases":"","keywords":"pear fruit nature shape food object plant"},"tangerine":{"unicode":"1f34a","shortname":":tangerine:","aliases":"","keywords":"tangerine food fruit nature citrus orange object plant"},"lemon":{"unicode":"1f34b","shortname":":lemon:","aliases":"","keywords":"lemon fruit nature yellow citrus food object plant"},"banana":{"unicode":"1f34c","shortname":":banana:","aliases":"","keywords":"banana food fruit peel bunch nature object plant"},"watermelon":{"unicode":"1f349","shortname":":watermelon:","aliases":"","keywords":"watermelon food fruit melon summer large nature object plant"},"grapes":{"unicode":"1f347","shortname":":grapes:","aliases":"","keywords":"grapes food fruit wine vinegar vine grape nature object plant"},"strawberry":{"unicode":"1f353","shortname":":strawberry:","aliases":"","keywords":"strawberry food fruit nature shortcake berry object plant"},"melon":{"unicode":"1f348","shortname":":melon:","aliases":"","keywords":"melon food fruit nature cantaloupe honeydew object plant"},"cherries":{"unicode":"1f352","shortname":":cherries:","aliases":"","keywords":"cherries food fruit cherry tree pit nature object plant"},"peach":{"unicode":"1f351","shortname":":peach:","aliases":"","keywords":"peach food fruit nature juicy pit object plant"},"pineapple":{"unicode":"1f34d","shortname":":pineapple:","aliases":"","keywords":"pineapple food fruit nature pina tropical flower object plant"},"tomato":{"unicode":"1f345","shortname":":tomato:","aliases":"","keywords":"tomato food fruit nature vegetable sauce italian object plant"},"eggplant":{"unicode":"1f346","shortname":":eggplant:","aliases":"","keywords":"aubergine food nature vegetable eggplant purple penis object plant"},"hot_pepper":{"unicode":"1f336","shortname":":hot_pepper:","aliases":"","keywords":"hot pepper food nature spicy chili cayenne habanero jalapeno plant"},"corn":{"unicode":"1f33d","shortname":":corn:","aliases":"","keywords":"ear of maize food plant vegetable corn iowa kernel popcorn husk yellow stalk cob maze nature object"},"sweet_potato":{"unicode":"1f360","shortname":":sweet_potato:","aliases":"","keywords":"roasted sweet potato food nature potassium starch object restaurant"},"honey_pot":{"unicode":"1f36f","shortname":":honey_pot:","aliases":"","keywords":"honey pot bees sweet pooh bear food honeypot nature object restaurant"},"bread":{"unicode":"1f35e","shortname":":bread:","aliases":"","keywords":"bread food toast wheat loaf yeast nature object restaurant"},"cheese":{"unicode":"1f9c0","shortname":":cheese:","aliases":":cheese_wedge:","keywords":"cheese wedge"},"poultry_leg":{"unicode":"1f357","shortname":":poultry_leg:","aliases":"","keywords":"poultry leg food meat chicken fried bone nature object restaurant"},"meat_on_bone":{"unicode":"1f356","shortname":":meat_on_bone:","aliases":"","keywords":"meat on bone food animal cooked mutton nature object restaurant"},"fried_shrimp":{"unicode":"1f364","shortname":":fried_shrimp:","aliases":"","keywords":"fried shrimp animal food seafood small fish nature object prawn restaurant tempura"},"egg":{"unicode":"1f373","shortname":":egg:","aliases":"","keywords":"cooking breakfast food egg fry pan flat cook frying utensil nature object restaurant"},"hamburger":{"unicode":"1f354","shortname":":hamburger:","aliases":"","keywords":"hamburger food meat burger cow beef angus nature object restaurant"},"fries":{"unicode":"1f35f","shortname":":fries:","aliases":"","keywords":"french fries chips food potato fry russet idaho nature object restaurant"},"hotdog":{"unicode":"1f32d","shortname":":hotdog:","aliases":":hot_dog:","keywords":"hot dog"},"pizza":{"unicode":"1f355","shortname":":pizza:","aliases":"","keywords":"slice of pizza food party pie new york italian italy pepperoni nature object restaurant"},"spaghetti":{"unicode":"1f35d","shortname":":spaghetti:","aliases":"","keywords":"spaghetti food italian noodle noodles tomato sauce nature object pasta restaurant"},"taco":{"unicode":"1f32e","shortname":":taco:","aliases":"","keywords":"taco"},"burrito":{"unicode":"1f32f","shortname":":burrito:","aliases":"","keywords":"burrito"},"ramen":{"unicode":"1f35c","shortname":":ramen:","aliases":"","keywords":"steaming bowl chopsticks food japanese noodle ramen noodles soup nature object restaurant"},"stew":{"unicode":"1f372","shortname":":stew:","aliases":"","keywords":"pot of food meat stew hearty soup thick hot nature object restaurant"},"fish_cake":{"unicode":"1f365","shortname":":fish_cake:","aliases":"","keywords":"fish cake with swirl design food kamboko ramen noodles naruto nature object pastry restaurant"},"sushi":{"unicode":"1f363","shortname":":sushi:","aliases":"","keywords":"sushi food japanese fish raw nigiri nature object restaurant"},"bento":{"unicode":"1f371","shortname":":bento:","aliases":"","keywords":"bento box food japanese rice meal obento convenient lunchbox nature object restaurant"},"curry":{"unicode":"1f35b","shortname":":curry:","aliases":"","keywords":"curry and rice food hot indian spicy spice flavor meal nature object restaurant"},"rice_ball":{"unicode":"1f359","shortname":":rice_ball:","aliases":"","keywords":"rice ball food japanese white nori seaweed nature object restaurant"},"rice":{"unicode":"1f35a","shortname":":rice:","aliases":"","keywords":"cooked rice food white grain bowl nature object restaurant"},"rice_cracker":{"unicode":"1f358","shortname":":rice_cracker:","aliases":"","keywords":"rice cracker food japanese seaweed nature object restaurant"},"oden":{"unicode":"1f362","shortname":":oden:","aliases":"","keywords":"oden food japanese seafood casserole stew kebab nature object restaurant skewer stick"},"dango":{"unicode":"1f361","shortname":":dango:","aliases":"","keywords":"dango food japanese dumpling mochi balls skewer dessert nature object restaurant stick sweet"},"shaved_ice":{"unicode":"1f367","shortname":":shaved_ice:","aliases":"","keywords":"shaved ice desert dessert treat syrup flavoring food nature object restaurant sweet"},"ice_cream":{"unicode":"1f368","shortname":":ice_cream:","aliases":"","keywords":"ice cream desert food icecream dairy dessert cold soft serve cone waffle nature object restaurant sweet"},"icecream":{"unicode":"1f366","shortname":":icecream:","aliases":"","keywords":"soft ice cream desert food icecream dairy dessert cold serve cone yogurt nature object restaurant sweet"},"cake":{"unicode":"1f370","shortname":":cake:","aliases":"","keywords":"shortcake desert food cake short dessert strawberry nature object pastry restaurant slice sweet"},"birthday":{"unicode":"1f382","shortname":":birthday:","aliases":"","keywords":"birthday cake party birth dessert wish celebrate celebration food object pastry sweet"},"custard":{"unicode":"1f36e","shortname":":custard:","aliases":":pudding: :flan:","keywords":"custard desert food cream rich butter dessert cr\u00e8me br\u00fbl\u00e9e french nature object pudding restaurant sweet"},"candy":{"unicode":"1f36c","shortname":":candy:","aliases":"","keywords":"candy dessert snack sugar sweet hard food nature object restaurant"},"lollipop":{"unicode":"1f36d","shortname":":lollipop:","aliases":"","keywords":"lollipop candy food snack sweet stick lick sugar dessert nature object restaurant"},"chocolate_bar":{"unicode":"1f36b","shortname":":chocolate_bar:","aliases":"","keywords":"chocolate bar dessert food snack candy coca hershey's nature object restaurant sweet"},"popcorn":{"unicode":"1f37f","shortname":":popcorn:","aliases":"","keywords":"popcorn"},"doughnut":{"unicode":"1f369","shortname":":doughnut:","aliases":"","keywords":"doughnut desert food snack sweet donut pastry fried dessert breakfast police homer sweet nature object restaurant"},"cookie":{"unicode":"1f36a","shortname":":cookie:","aliases":"","keywords":"cookie chocolate food oreo snack dessert biscuit sweet chocolate nature object restaurant"},"beer":{"unicode":"1f37a","shortname":":beer:","aliases":"","keywords":"beer mug beverage drink drunk party pub relax hops barley malt yeast portland oregon brewery micro pint boot bar nature object restaurant"},"beers":{"unicode":"1f37b","shortname":":beers:","aliases":"","keywords":"clinking beer mugs beverage drink drunk party pub relax cheers toast celebrate bar jolly hops clink mug nature object restaurant"},"wine_glass":{"unicode":"1f377","shortname":":wine_glass:","aliases":"","keywords":"wine glass alcohol beverage booze bottle drink drunk fermented grapes tasting winery bar nature object restaurant"},"cocktail":{"unicode":"1f378","shortname":":cocktail:","aliases":"","keywords":"cocktail glass alcohol beverage drink drunk mixed martini bar nature object restaurant"},"tropical_drink":{"unicode":"1f379","shortname":":tropical_drink:","aliases":"","keywords":"tropical drink beverage mixed pineapple coconut pina fruit umbrella bar nature object restaurant"},"champagne":{"unicode":"1f37e","shortname":":champagne:","aliases":":bottle_with_popping_cork:","keywords":"bottle with popping cork"},"sake":{"unicode":"1f376","shortname":":sake:","aliases":"","keywords":"sake bottle and cup beverage drink drunk wine rice ferment alcohol japanese bar nature object restaurant"},"tea":{"unicode":"1f375","shortname":":tea:","aliases":"","keywords":"teacup without handle bowl breakfast british drink green tea leaf hot beverage cup nature object"},"coffee":{"unicode":"2615","shortname":":coffee:","aliases":"","keywords":"hot beverage beverage cafe drink espresso coffee nature object steaming tea"},"baby_bottle":{"unicode":"1f37c","shortname":":baby_bottle:","aliases":"","keywords":"baby bottle container food milk mother nipple newborn formula drink nature object"},"fork_and_knife":{"unicode":"1f374","shortname":":fork_and_knife:","aliases":"","keywords":"fork and knife cutlery kitchen restaurant meal food eat utensils cooking nature object"},"fork_knife_plate":{"unicode":"1f37d","shortname":":fork_knife_plate:","aliases":":fork_and_knife_with_plate:","keywords":"fork and knife with plate meal food breakfast lunch dinner utensils setting cooking object place restaurant"},"soccer":{"unicode":"26bd","shortname":":soccer:","aliases":"","keywords":"soccer ball sport fifa football european object place"},"basketball":{"unicode":"1f3c0","shortname":":basketball:","aliases":"","keywords":"basketball and hoop NBA ball sport bball dribble net swish rip city court object place"},"football":{"unicode":"1f3c8","shortname":":football:","aliases":"","keywords":"american football NFL sport ball america object place"},"baseball":{"unicode":"26be","shortname":":baseball:","aliases":"","keywords":"baseball MLB ball sport pitch object place"},"tennis":{"unicode":"1f3be","shortname":":tennis:","aliases":"","keywords":"tennis racquet and ball ball green sport racket game net court love object place"},"volleyball":{"unicode":"1f3d0","shortname":":volleyball:","aliases":"","keywords":"volleyball"},"rugby_football":{"unicode":"1f3c9","shortname":":rugby_football:","aliases":"","keywords":"rugby football sports rugby football ball sport team england object place"},"8ball":{"unicode":"1f3b1","shortname":":8ball:","aliases":"","keywords":"billiards pool eight ball pocket ball cue 8 8 ball ball billiard eight game object place sport"},"golf":{"unicode":"26f3","shortname":":golf:","aliases":"","keywords":"flag in hole business sport golf object place travel"},"golfer":{"unicode":"1f3cc","shortname":":golfer:","aliases":"","keywords":"golfer sport par birdie eagle mulligan ball golf person"},"ping_pong":{"unicode":"1f3d3","shortname":":ping_pong:","aliases":":table_tennis:","keywords":"table tennis paddle and ball"},"badminton":{"unicode":"1f3f8","shortname":":badminton:","aliases":"","keywords":"badminton racquet"},"hockey":{"unicode":"1f3d2","shortname":":hockey:","aliases":"","keywords":"ice hockey stick and puck"},"field_hockey":{"unicode":"1f3d1","shortname":":field_hockey:","aliases":"","keywords":"field hockey stick and ball"},"cricket":{"unicode":"1f3cf","shortname":":cricket:","aliases":":cricket_bat_ball:","keywords":"cricket bat and ball"},"ski":{"unicode":"1f3bf","shortname":":ski:","aliases":"","keywords":"ski and ski boot cold sport winter downhill cross-country poles snow mountain alpine powder slalom freestyle object"},"skier":{"unicode":"26f7","shortname":":skier:","aliases":"","keywords":"skier person ski snow sport travel"},"snowboarder":{"unicode":"1f3c2","shortname":":snowboarder:","aliases":"","keywords":"snowboarder sport winter snow boarding freestyle halfpipe board mountain alpine person ski snowboard"},"ice_skate":{"unicode":"26f8","shortname":":ice_skate:","aliases":"","keywords":"ice skate place sport travel"},"bow_and_arrow":{"unicode":"1f3f9","shortname":":bow_and_arrow:","aliases":":archery:","keywords":"bow and arrow"},"fishing_pole_and_fish":{"unicode":"1f3a3","shortname":":fishing_pole_and_fish:","aliases":"","keywords":"fishing pole and fish food hobby rod reel entertainment object place sport"},"rowboat":{"unicode":"1f6a3","shortname":":rowboat:","aliases":"","keywords":"rowboat hobby ship water boat row oar paddle place travel vehicle"},"swimmer":{"unicode":"1f3ca","shortname":":swimmer:","aliases":"","keywords":"swimmer sport swim water pool laps freestyle butterfly breaststroke backstroke person travel"},"surfer":{"unicode":"1f3c4","shortname":":surfer:","aliases":"","keywords":"surfer ocean sea sport surf wave ocean ride swell person surfing"},"bath":{"unicode":"1f6c0","shortname":":bath:","aliases":"","keywords":"bath shower tub basin wash bubble soak bathroom soap water clean shampoo lather bathtub object place travel"},"basketball_player":{"unicode":"26f9","shortname":":basketball_player:","aliases":":person_with_ball:","keywords":"person with ball sport"},"lifter":{"unicode":"1f3cb","shortname":":lifter:","aliases":":weight_lifter:","keywords":"weight lifter bench press squats deadlift person sport"},"bicyclist":{"unicode":"1f6b4","shortname":":bicyclist:","aliases":"","keywords":"bicyclist bike exercise hipster sport road pedal bicycle transportation cyclist person place travel"},"mountain_bicyclist":{"unicode":"1f6b5","shortname":":mountain_bicyclist:","aliases":"","keywords":"mountain bicyclist sport transportation bike pedal bicycle transportation cyclist person place travel"},"horse_racing":{"unicode":"1f3c7","shortname":":horse_racing:","aliases":"","keywords":"horse racing animal betting competition race jockey triple crown person racehorse sport travel"},"levitate":{"unicode":"1f574","shortname":":levitate:","aliases":":man_in_business_suit_levitating:","keywords":"man in business suit levitating hover exclamation person"},"trophy":{"unicode":"1f3c6","shortname":":trophy:","aliases":"","keywords":"trophy award ceremony contest ftw place win first show reward achievement medal object prize sport"},"running_shirt_with_sash":{"unicode":"1f3bd","shortname":":running_shirt_with_sash:","aliases":"","keywords":"running shirt with sash pageant play run cloths compete sports person place sport"},"medal":{"unicode":"1f3c5","shortname":":medal:","aliases":":sports_medal:","keywords":"sports medal award ceremony contest ftw place win first show reward achievement object sport"},"military_medal":{"unicode":"1f396","shortname":":military_medal:","aliases":"","keywords":"military medal honor acknowledgment purple heart heroism veteran celebration object"},"reminder_ribbon":{"unicode":"1f397","shortname":":reminder_ribbon:","aliases":"","keywords":"reminder ribbon awareness celebration object"},"rosette":{"unicode":"1f3f5","shortname":":rosette:","aliases":"","keywords":"rosette flower nature plant"},"ticket":{"unicode":"1f3ab","shortname":":ticket:","aliases":"","keywords":"ticket concert event pass show entertainment stub admission proof purchase activity object place"},"tickets":{"unicode":"1f39f","shortname":":tickets:","aliases":":admission_tickets:","keywords":"admission tickets concert event pass show entertainment stub proof purchase object ticket"},"performing_arts":{"unicode":"1f3ad","shortname":":performing_arts:","aliases":"","keywords":"performing arts acting drama theater performance entertainment story comedy tragedy masks activity art mask object place theatre"},"art":{"unicode":"1f3a8","shortname":":art:","aliases":"","keywords":"artist palette design draw paint art colors brush pastels oils acrylic activity entertainment museum object painting"},"circus_tent":{"unicode":"1f3aa","shortname":":circus_tent:","aliases":"","keywords":"circus tent carnival festival party event big top canvas activity entertainment place"},"microphone":{"unicode":"1f3a4","shortname":":microphone:","aliases":"","keywords":"microphone PA music sound mic audio voice karaoke activity entertainment object"},"headphones":{"unicode":"1f3a7","shortname":":headphones:","aliases":"","keywords":"headphone gadgets music score sound ears beats buds audio listen activity earbud entertainment object"},"musical_score":{"unicode":"1f3bc","shortname":":musical_score:","aliases":"","keywords":"musical score clef treble music clef g-clef stave staff activity entertainment object sound"},"musical_keyboard":{"unicode":"1f3b9","shortname":":musical_keyboard:","aliases":"","keywords":"musical keyboard instrument piano music organ electric keys activity entertainment object sound"},"saxophone":{"unicode":"1f3b7","shortname":":saxophone:","aliases":"","keywords":"saxophone instrument music sax woodwind activity entertainment object sound"},"trumpet":{"unicode":"1f3ba","shortname":":trumpet:","aliases":"","keywords":"trumpet brass music instrument activity entertainment object sound"},"guitar":{"unicode":"1f3b8","shortname":":guitar:","aliases":"","keywords":"guitar instrument music string jam rock acoustic electric activity entertainment object sound"},"violin":{"unicode":"1f3bb","shortname":":violin:","aliases":"","keywords":"violin instrument music fiddle string activity entertainment object sound"},"clapper":{"unicode":"1f3ac","shortname":":clapper:","aliases":"","keywords":"clapper board film movie record clapboard take activity entertainment object"},"video_game":{"unicode":"1f3ae","shortname":":video_game:","aliases":"","keywords":"video game PS4 console controller play nintendo xbox playstation entertainment object video game"},"space_invader":{"unicode":"1f47e","shortname":":space_invader:","aliases":"","keywords":"alien monster arcade game space invader creature extraterrestrial face fairy tale fantasy nature person ufo"},"dart":{"unicode":"1f3af","shortname":":dart:","aliases":"","keywords":"direct hit bar game bullseye dart archery fletching arrow sport activity bull entertainment eye object target"},"game_die":{"unicode":"1f3b2","shortname":":game_die:","aliases":"","keywords":"game die dice craps gamble play entertainment object"},"slot_machine":{"unicode":"1f3b0","shortname":":slot_machine:","aliases":"","keywords":"slot machine bet gamble vegas one-armed bandit slots luck activity game object place"},"bowling":{"unicode":"1f3b3","shortname":":bowling:","aliases":"","keywords":"bowling fun play sports bowl ball pin strike spare game object place sport"},"red_car":{"unicode":"1f697","shortname":":red_car:","aliases":"","keywords":"automobile transportation vehicle red car place travel"},"taxi":{"unicode":"1f695","shortname":":taxi:","aliases":"","keywords":"taxi transportation uber vehicle car automobile city transport service cab place travel"},"blue_car":{"unicode":"1f699","shortname":":blue_car:","aliases":"","keywords":"recreational vehicle car suv wagon automobile blue place rv travel"},"bus":{"unicode":"1f68c","shortname":":bus:","aliases":"","keywords":"bus car transportation vehicle school city public place travel"},"trolleybus":{"unicode":"1f68e","shortname":":trolleybus:","aliases":"","keywords":"trolleybus bart transportation vehicle bus city transport place tram travel trolley"},"race_car":{"unicode":"1f3ce","shortname":":race_car:","aliases":":racing_car:","keywords":"racing car formula 1 race stock nascar speed drive place sport travel"},"police_car":{"unicode":"1f693","shortname":":police_car:","aliases":"","keywords":"police car cars enforcement law transportation vehicle police car emergency ticket citation crime help officer patrol place travel"},"ambulance":{"unicode":"1f691","shortname":":ambulance:","aliases":"","keywords":"ambulance 911 health emergency medical help assistance place travel vehicle"},"fire_engine":{"unicode":"1f692","shortname":":fire_engine:","aliases":"","keywords":"fire engine transportation vehicle fighter truck emergency place travel"},"minibus":{"unicode":"1f690","shortname":":minibus:","aliases":"","keywords":"minibus transportation vehicle bus city transport place travel"},"truck":{"unicode":"1f69a","shortname":":truck:","aliases":"","keywords":"delivery truck transportation truck delivery package place travel vehicle"},"articulated_lorry":{"unicode":"1f69b","shortname":":articulated_lorry:","aliases":"","keywords":"articulated lorry transportation vehicle truck delivery semi place travel"},"tractor":{"unicode":"1f69c","shortname":":tractor:","aliases":"","keywords":"tractor agriculture farming vehicle farm construction equipment place travel"},"motorcycle":{"unicode":"1f3cd","shortname":":motorcycle:","aliases":":racing_motorcycle:","keywords":"racing motorcycle bike speed person sport travel"},"bike":{"unicode":"1f6b2","shortname":":bike:","aliases":"","keywords":"bicycle exercise hipster sports bike pedal transportation place sport travel vehicle"},"rotating_light":{"unicode":"1f6a8","shortname":":rotating_light:","aliases":"","keywords":"police cars revolving light 911 ambulance emergency police light emergency beacon car place travel vehicle"},"oncoming_police_car":{"unicode":"1f694","shortname":":oncoming_police_car:","aliases":"","keywords":"oncoming police car enforcement law vehicle emergency ticket citation crime help officer place travel"},"oncoming_bus":{"unicode":"1f68d","shortname":":oncoming_bus:","aliases":"","keywords":"oncoming bus transportation vehicle bus school city public place travel"},"oncoming_automobile":{"unicode":"1f698","shortname":":oncoming_automobile:","aliases":"","keywords":"oncoming automobile car transportation vehicle sedan car automobile place travel"},"oncoming_taxi":{"unicode":"1f696","shortname":":oncoming_taxi:","aliases":"","keywords":"oncoming taxi uber vehicle car automobile city transport service cab place travel"},"aerial_tramway":{"unicode":"1f6a1","shortname":":aerial_tramway:","aliases":"","keywords":"aerial tramway transportation vehicle tram cable transport car gondola place ropeway travel"},"mountain_cableway":{"unicode":"1f6a0","shortname":":mountain_cableway:","aliases":"","keywords":"mountain cableway transportation vehicle cable gondola place travel"},"suspension_railway":{"unicode":"1f69f","shortname":":suspension_railway:","aliases":"","keywords":"suspension railway transportation vehicle rail place travel"},"railway_car":{"unicode":"1f683","shortname":":railway_car:","aliases":"","keywords":"railway car transportation vehicle streetcar trolley coach train electric place tram travel trolleybus"},"train":{"unicode":"1f68b","shortname":":train:","aliases":"","keywords":"tram car rail train transit vehicle place travel trolleybus"},"monorail":{"unicode":"1f69d","shortname":":monorail:","aliases":"","keywords":"monorail transportation train mono rail transit place travel vehicle"},"bullettrain_side":{"unicode":"1f684","shortname":":bullettrain_side:","aliases":"","keywords":"high-speed train transportation train bullet rail fast transit place railway shinkansen speed travel vehicle"},"bullettrain_front":{"unicode":"1f685","shortname":":bullettrain_front:","aliases":"","keywords":"high-speed train with bullet nose transportation train bullet rail fast transit place railway shinkansen speed travel vehicle"},"light_rail":{"unicode":"1f688","shortname":":light_rail:","aliases":"","keywords":"light rail transportation train transit place railway travel vehicle"},"mountain_railway":{"unicode":"1f69e","shortname":":mountain_railway:","aliases":"","keywords":"mountain railway transportation vehicle rail train transport car place travel"},"steam_locomotive":{"unicode":"1f682","shortname":":steam_locomotive:","aliases":"","keywords":"steam locomotive train transportation engine choo-choo place railway travel vehicle"},"train2":{"unicode":"1f686","shortname":":train2:","aliases":"","keywords":"train transportation locomotive rail transit vehicle place railway travel"},"metro":{"unicode":"1f687","shortname":":metro:","aliases":"","keywords":"metro mrt transportation tube underground subway train railway transit place travel vehicle"},"tram":{"unicode":"1f68a","shortname":":tram:","aliases":"","keywords":"tram transportation vehicle streetcar trolley transit place travel trolleybus"},"station":{"unicode":"1f689","shortname":":station:","aliases":"","keywords":"station public transportation train subway transit place railway travel vehicle"},"helicopter":{"unicode":"1f681","shortname":":helicopter:","aliases":"","keywords":"helicopter transportation vehicle heli gyro gyrocopter place travel"},"airplane_small":{"unicode":"1f6e9","shortname":":airplane_small:","aliases":":small_airplane:","keywords":"small airplane flight transportation vehicle plane airport travel airlines fly jet jumbo boeing airbus place"},"airplane":{"unicode":"2708","shortname":":airplane:","aliases":"","keywords":"airplane flight transportation vehicle plane airport travel airlines fly jet jumbo boeing airbus place"},"airplane_departure":{"unicode":"1f6eb","shortname":":airplane_departure:","aliases":"","keywords":"airplane departure flight transportation vehicle plane airport travel airlines fly jet jumbo boeing airbus leaving check-in departures place"},"airplane_arriving":{"unicode":"1f6ec","shortname":":airplane_arriving:","aliases":"","keywords":"airplane arriving flight transportation vehicle plane airport travel airlines fly jet jumbo boeing airbus arrivals landing place"},"sailboat":{"unicode":"26f5","shortname":":sailboat:","aliases":"","keywords":"sailboat transportation cutter catboat dinghy ketch schooner sloop yawl boat place resort sea travel vehicle yacht"},"motorboat":{"unicode":"1f6e5","shortname":":motorboat:","aliases":"","keywords":"motorboat transportation vehicle boat speedboat powerboat place travel"},"speedboat":{"unicode":"1f6a4","shortname":":speedboat:","aliases":"","keywords":"speedboat transportation vehicle motorboat powerboat boat place travel"},"ferry":{"unicode":"26f4","shortname":":ferry:","aliases":"","keywords":"ferry boat place travel"},"cruise_ship":{"unicode":"1f6f3","shortname":":cruise_ship:","aliases":":passenger_ship:","keywords":"passenger ship titanic transportation boat place travel vehicle"},"rocket":{"unicode":"1f680","shortname":":rocket:","aliases":"","keywords":"rocket launch ship staffmode space spacecraft astronaut cosmonaut place travel vehicle"},"satellite_orbital":{"unicode":"1f6f0","shortname":":satellite_orbital:","aliases":"","keywords":"satellite communication orbital space place vehicle"},"seat":{"unicode":"1f4ba","shortname":":seat:","aliases":"","keywords":"seat sit chair object office place travel"},"anchor":{"unicode":"2693","shortname":":anchor:","aliases":"","keywords":"anchor ferry ship boat ocean harbor marina shipyard sailor tattoo place tool travel"},"construction":{"unicode":"1f6a7","shortname":":construction:","aliases":"","keywords":"construction sign caution progress wip barrier place travel"},"fuelpump":{"unicode":"26fd","shortname":":fuelpump:","aliases":"","keywords":"fuel pump gas station petroleum diesel fuelpump place travel"},"busstop":{"unicode":"1f68f","shortname":":busstop:","aliases":"","keywords":"bus stop transportation city public busstop place travel"},"vertical_traffic_light":{"unicode":"1f6a6","shortname":":vertical_traffic_light:","aliases":"","keywords":"vertical traffic light transportation stop go yield sign place signal travel"},"traffic_light":{"unicode":"1f6a5","shortname":":traffic_light:","aliases":"","keywords":"horizontal traffic light transportation stop go yield sign place signal travel"},"checkered_flag":{"unicode":"1f3c1","shortname":":checkered_flag:","aliases":"","keywords":"chequered flag contest finishline gokart checkered race flag finish complete end object place racing sport"},"ship":{"unicode":"1f6a2","shortname":":ship:","aliases":"","keywords":"ship titanic transportation ferry boat yacht place travel vehicle"},"ferris_wheel":{"unicode":"1f3a1","shortname":":ferris_wheel:","aliases":"","keywords":"ferris wheel carnival londoneye farris amusement park fair ride entertainment activity amusement park place"},"roller_coaster":{"unicode":"1f3a2","shortname":":roller_coaster:","aliases":"","keywords":"roller coaster carnival fun playground amusement park fair ride entertainment activity amusement park place"},"carousel_horse":{"unicode":"1f3a0","shortname":":carousel_horse:","aliases":"","keywords":"carousel horse carnival amusement park ride entertainment fair activity place"},"construction_site":{"unicode":"1f3d7","shortname":":construction_site:","aliases":":building_construction:","keywords":"building construction site work place"},"foggy":{"unicode":"1f301","shortname":":foggy:","aliases":"","keywords":"foggy mountain bridge weather fog nature place"},"tokyo_tower":{"unicode":"1f5fc","shortname":":tokyo_tower:","aliases":"","keywords":"tokyo tower japan place"},"factory":{"unicode":"1f3ed","shortname":":factory:","aliases":"","keywords":"factory building production manufacturing place"},"fountain":{"unicode":"26f2","shortname":":fountain:","aliases":"","keywords":"fountain water display art feature decor architecture object place"},"rice_scene":{"unicode":"1f391","shortname":":rice_scene:","aliases":"","keywords":"moon viewing ceremony observing otsukimi tsukimi rice scene festival autumn activity celebration entertainment nature object"},"mountain":{"unicode":"26f0","shortname":":mountain:","aliases":"","keywords":"mountain place"},"mountain_snow":{"unicode":"1f3d4","shortname":":mountain_snow:","aliases":":snow_capped_mountain:","keywords":"snow capped mountain cold elevation hiking peak nature place"},"mount_fuji":{"unicode":"1f5fb","shortname":":mount_fuji:","aliases":"","keywords":"mount fuji japan mountain nature peak place"},"volcano":{"unicode":"1f30b","shortname":":volcano:","aliases":"","keywords":"volcano nature volcano lava magma hot explode eruption mountain place weather"},"japan":{"unicode":"1f5fe","shortname":":japan:","aliases":"","keywords":"silhouette of japan nation island map place"},"camping":{"unicode":"1f3d5","shortname":":camping:","aliases":"","keywords":"camping outdoors nature wilderness roughing activity place"},"tent":{"unicode":"26fa","shortname":":tent:","aliases":"","keywords":"tent camp outdoors pup camping object place"},"park":{"unicode":"1f3de","shortname":":park:","aliases":":national_park:","keywords":"national park woods nature wildlife forest wilderness national national park place"},"motorway":{"unicode":"1f6e3","shortname":":motorway:","aliases":"","keywords":"motorway road highway freeway traffic travel place"},"railway_track":{"unicode":"1f6e4","shortname":":railway_track:","aliases":":railroad_track:","keywords":"railway track train trolley subway locomotive transit place travel"},"sunrise":{"unicode":"1f305","shortname":":sunrise:","aliases":"","keywords":"sunrise morning vacation view sun morning color sky nature place time weather"},"sunrise_over_mountains":{"unicode":"1f304","shortname":":sunrise_over_mountains:","aliases":"","keywords":"sunrise over mountains vacation view sun morning rural color sky mountain nature place time weather"},"desert":{"unicode":"1f3dc","shortname":":desert:","aliases":"","keywords":"desert hot dry sandy cactus sunny barren nature place"},"beach":{"unicode":"1f3d6","shortname":":beach:","aliases":":beach_with_umbrella:","keywords":"beach with umbrella sand sun surf vacation relaxation tanning tan swimming nature place"},"island":{"unicode":"1f3dd","shortname":":island:","aliases":":desert_island:","keywords":"desert island land solitude alone nature place"},"city_sunset":{"unicode":"1f307","shortname":":city_sunset:","aliases":":city_sunrise:","keywords":"sunset over buildings city scape light metropolitan rise sun dusk evening building nature place time weather"},"city_dusk":{"unicode":"1f306","shortname":":city_dusk:","aliases":"","keywords":"cityscape at dusk city scape sunset lights evening metropolitan night dark building landscape nature place sun time weather"},"cityscape":{"unicode":"1f3d9","shortname":":cityscape:","aliases":"","keywords":"cityscape skyscraper city view lights buildings metropolis building place"},"night_with_stars":{"unicode":"1f303","shortname":":night_with_stars:","aliases":"","keywords":"night with stars cloudless evening planets space sky nature place star weather"},"bridge_at_night":{"unicode":"1f309","shortname":":bridge_at_night:","aliases":"","keywords":"bridge at night san francisco water road evening suspension golden nature place weather"},"milky_way":{"unicode":"1f30c","shortname":":milky_way:","aliases":"","keywords":"milky way outer space galaxy stars planets sky milky way nature place weather"},"stars":{"unicode":"1f320","shortname":":stars:","aliases":"","keywords":"shooting star night shoot sky comet meteoroid activity falling nature place space"},"sparkler":{"unicode":"1f387","shortname":":sparkler:","aliases":"","keywords":"firework sparkler night shine stars activity celebration entertainment fireworks object sparkle"},"fireworks":{"unicode":"1f386","shortname":":fireworks:","aliases":"","keywords":"fireworks carnival congratulations festival independence celebration explosion july 4th rocket sky idea excitement activity entertainment object"},"rainbow":{"unicode":"1f308","shortname":":rainbow:","aliases":"","keywords":"rainbow happy nature sky unicorn color pride diversity spectrum refract leprechaun gold rain weather"},"homes":{"unicode":"1f3d8","shortname":":homes:","aliases":":house_buildings:","keywords":"house buildings home residence dwelling mansion bungalow ranch craftsman building place"},"european_castle":{"unicode":"1f3f0","shortname":":european_castle:","aliases":"","keywords":"european castle building history residence royalty disneyland disney fort fortified moat tower princess prince lord king queen fortress nobel stronghold place"},"japanese_castle":{"unicode":"1f3ef","shortname":":japanese_castle:","aliases":"","keywords":"japanese castle building residence royalty fort fortified fortress history place"},"stadium":{"unicode":"1f3df","shortname":":stadium:","aliases":"","keywords":"stadium sport event concert convention game place"},"statue_of_liberty":{"unicode":"1f5fd","shortname":":statue_of_liberty:","aliases":"","keywords":"statue of liberty american new york staten island place"},"house":{"unicode":"1f3e0","shortname":":house:","aliases":"","keywords":"house building home residence dwelling mansion bungalow ranch craftsman place"},"house_with_garden":{"unicode":"1f3e1","shortname":":house_with_garden:","aliases":"","keywords":"house with garden home nature plant yard residence dwelling mansion bungalow ranch craftsman building place"},"house_abandoned":{"unicode":"1f3da","shortname":":house_abandoned:","aliases":":derelict_house_building:","keywords":"derelict house building home residence dwelling mansion bungalow ranch craftsman boarded abandoned vacant run down shoddy place"},"office":{"unicode":"1f3e2","shortname":":office:","aliases":"","keywords":"office building building bureau work place"},"department_store":{"unicode":"1f3ec","shortname":":department_store:","aliases":"","keywords":"department store building mall shopping retail sale merchandise place"},"post_office":{"unicode":"1f3e3","shortname":":post_office:","aliases":"","keywords":"japanese post office building letter shipping package mail place"},"european_post_office":{"unicode":"1f3e4","shortname":":european_post_office:","aliases":"","keywords":"european post office building letter shipping package mail place"},"hospital":{"unicode":"1f3e5","shortname":":hospital:","aliases":"","keywords":"hospital building doctor health surgery medicine place"},"bank":{"unicode":"1f3e6","shortname":":bank:","aliases":"","keywords":"bank building money savings loan place"},"hotel":{"unicode":"1f3e8","shortname":":hotel:","aliases":"","keywords":"hotel accomodation building checkin motel holiday inn place"},"convenience_store":{"unicode":"1f3ea","shortname":":convenience_store:","aliases":"","keywords":"convenience store building bodega 7-eleven corner place"},"school":{"unicode":"1f3eb","shortname":":school:","aliases":"","keywords":"school building university elementary middle high college teach education place"},"love_hotel":{"unicode":"1f3e9","shortname":":love_hotel:","aliases":"","keywords":"love hotel affection dating like sex romance leisure adultery prostitution happy no-tell building place"},"wedding":{"unicode":"1f492","shortname":":wedding:","aliases":"","keywords":"wedding affection bride couple groom like love marriage union activity chapel place romance"},"classical_building":{"unicode":"1f3db","shortname":":classical_building:","aliases":"","keywords":"classical building government architecture history iconic genre place"},"church":{"unicode":"26ea","shortname":":church:","aliases":"","keywords":"church building christ religion christian cross place"},"mosque":{"unicode":"1f54c","shortname":":mosque:","aliases":"","keywords":"mosque"},"synagogue":{"unicode":"1f54d","shortname":":synagogue:","aliases":"","keywords":"synagogue"},"kaaba":{"unicode":"1f54b","shortname":":kaaba:","aliases":"","keywords":"kaaba"},"shinto_shrine":{"unicode":"26e9","shortname":":shinto_shrine:","aliases":"","keywords":"shinto shrine religion symbol"},"watch":{"unicode":"231a","shortname":":watch:","aliases":"","keywords":"watch accessories time gadget clock object"},"iphone":{"unicode":"1f4f1","shortname":":iphone:","aliases":"","keywords":"mobile phone apple dial gadget technology iphone call cell communication object telephone"},"calling":{"unicode":"1f4f2","shortname":":calling:","aliases":"","keywords":"mobile phone with rightwards arrow at left incoming iphone call cell communication object receive telephone"},"computer":{"unicode":"1f4bb","shortname":":computer:","aliases":"","keywords":"personal computer laptop tech object office pc"},"keyboard":{"unicode":"2328","shortname":":keyboard:","aliases":"","keywords":"keyboard typing keys input device computer object sign"},"desktop":{"unicode":"1f5a5","shortname":":desktop:","aliases":":desktop_computer:","keywords":"desktop computer cpu object office"},"printer":{"unicode":"1f5a8","shortname":":printer:","aliases":"","keywords":"printer hardcopy paper inkjet laser computer object office"},"mouse_three_button":{"unicode":"1f5b1","shortname":":mouse_three_button:","aliases":":three_button_mouse:","keywords":"three button mouse 3 computer object office"},"trackball":{"unicode":"1f5b2","shortname":":trackball:","aliases":"","keywords":"trackball input device gadget computer object office"},"joystick":{"unicode":"1f579","shortname":":joystick:","aliases":"","keywords":"joystick games atari controller entertainment game object video game"},"compression":{"unicode":"1f5dc","shortname":":compression:","aliases":"","keywords":"compression reduce object tool vice"},"minidisc":{"unicode":"1f4bd","shortname":":minidisc:","aliases":"","keywords":"minidisc data disc disk record technology computer entertainment minidisk object office optical"},"floppy_disk":{"unicode":"1f4be","shortname":":floppy_disk:","aliases":"","keywords":"floppy disk oldschool save technology storage information computer drive kilobyte object office"},"cd":{"unicode":"1f4bf","shortname":":cd:","aliases":"","keywords":"optical disc disc disk dvd technology blu-ray cd computer object office"},"dvd":{"unicode":"1f4c0","shortname":":dvd:","aliases":"","keywords":"dvd cd disc disk technology blu-ray computer entertainment object office optical"},"vhs":{"unicode":"1f4fc","shortname":":vhs:","aliases":"","keywords":"videocassette oldschool record video entertainment object tape vhs"},"camera":{"unicode":"1f4f7","shortname":":camera:","aliases":"","keywords":"camera gadget photo picture entertainment object video"},"camera_with_flash":{"unicode":"1f4f8","shortname":":camera_with_flash:","aliases":"","keywords":"camera with flash photo picture object video"},"video_camera":{"unicode":"1f4f9","shortname":":video_camera:","aliases":"","keywords":"video camera film record camcorder entertainment object"},"movie_camera":{"unicode":"1f3a5","shortname":":movie_camera:","aliases":"","keywords":"movie camera film record video motion picture activity cinema entertainment object"},"projector":{"unicode":"1f4fd","shortname":":projector:","aliases":":film_projector:","keywords":"film projector movie video motion picture 8mm 16mm cinema entertainment object"},"film_frames":{"unicode":"1f39e","shortname":":film_frames:","aliases":"","keywords":"film frames movie record 8mm 16mm reel celluloid cinema entertainment object"},"telephone_receiver":{"unicode":"1f4de","shortname":":telephone_receiver:","aliases":"","keywords":"telephone receiver communication dial technology phone object sound"},"telephone":{"unicode":"260e","shortname":":telephone:","aliases":"","keywords":"black telephone communication dial technology phone object office sound"},"pager":{"unicode":"1f4df","shortname":":pager:","aliases":"","keywords":"pager bbcall oldschool communication object office"},"fax":{"unicode":"1f4e0","shortname":":fax:","aliases":"","keywords":"fax machine communication technology object office"},"tv":{"unicode":"1f4fa","shortname":":tv:","aliases":"","keywords":"television oldschool program show technology tv entertainment object video"},"radio":{"unicode":"1f4fb","shortname":":radio:","aliases":"","keywords":"radio communication music podcast program entertainment object video"},"microphone2":{"unicode":"1f399","shortname":":microphone2:","aliases":":studio_microphone:","keywords":"studio microphone mic audio recording music object sound"},"level_slider":{"unicode":"1f39a","shortname":":level_slider:","aliases":"","keywords":"level slider controls music object sound"},"control_knobs":{"unicode":"1f39b","shortname":":control_knobs:","aliases":"","keywords":"control knobs dial music object sound"},"stopwatch":{"unicode":"23f1","shortname":":stopwatch:","aliases":"","keywords":"stopwatch clock object time"},"timer":{"unicode":"23f2","shortname":":timer:","aliases":":timer_clock:","keywords":"timer clock object time"},"alarm_clock":{"unicode":"23f0","shortname":":alarm_clock:","aliases":"","keywords":"alarm clock time wake object"},"clock":{"unicode":"1f570","shortname":":clock:","aliases":":mantlepiece_clock:","keywords":"mantlepiece clock time object"},"hourglass_flowing_sand":{"unicode":"23f3","shortname":":hourglass_flowing_sand:","aliases":"","keywords":"hourglass with flowing sand countdown oldschool time object timer"},"hourglass":{"unicode":"231b","shortname":":hourglass:","aliases":"","keywords":"hourglass clock oldschool time object sand timer"},"satellite":{"unicode":"1f4e1","shortname":":satellite:","aliases":"","keywords":"satellite antenna communication dish object office"},"battery":{"unicode":"1f50b","shortname":":battery:","aliases":"","keywords":"battery energy power sustain object"},"electric_plug":{"unicode":"1f50c","shortname":":electric_plug:","aliases":"","keywords":"electric plug charger power electricity object"},"bulb":{"unicode":"1f4a1","shortname":":bulb:","aliases":"","keywords":"electric light bulb electricity idea comic object"},"flashlight":{"unicode":"1f526","shortname":":flashlight:","aliases":"","keywords":"electric torch dark flashlight light object tool"},"candle":{"unicode":"1f56f","shortname":":candle:","aliases":"","keywords":"candle light wax object"},"wastebasket":{"unicode":"1f5d1","shortname":":wastebasket:","aliases":"","keywords":"wastebasket trash garbage dispose object office"},"oil":{"unicode":"1f6e2","shortname":":oil:","aliases":":oil_drum:","keywords":"oil drum petroleum object"},"money_with_wings":{"unicode":"1f4b8","shortname":":money_with_wings:","aliases":"","keywords":"money with wings bills dollar payment spend work lost blown burned gift cash dollar bank banknote bill fly note object office"},"dollar":{"unicode":"1f4b5","shortname":":dollar:","aliases":"","keywords":"banknote with dollar sign bill currency money united states canada australia paper cash bank note object office"},"yen":{"unicode":"1f4b4","shortname":":yen:","aliases":"","keywords":"banknote with yen sign currency dollar japanese money japan paper cash bill bank note object office"},"euro":{"unicode":"1f4b6","shortname":":euro:","aliases":"","keywords":"banknote with euro sign currency dollar money europe paper cash bill bank note object office"},"pound":{"unicode":"1f4b7","shortname":":pound:","aliases":"","keywords":"banknote with pound sign bill british currency england money sterling uk britain paper cash bank note object office"},"moneybag":{"unicode":"1f4b0","shortname":":moneybag:","aliases":"","keywords":"money bag coins dollar payment cash loot moneybag object office"},"credit_card":{"unicode":"1f4b3","shortname":":credit_card:","aliases":"","keywords":"credit card bill dollar money pay payment loan purchase shopping mastercard visa american express wallet signature bank object office"},"gem":{"unicode":"1f48e","shortname":":gem:","aliases":"","keywords":"gem stone blue ruby precious diamond emotion jewel object person romance"},"scales":{"unicode":"2696","shortname":":scales:","aliases":"","keywords":"scales balance justice libra object tool weight zodiac"},"wrench":{"unicode":"1f527","shortname":":wrench:","aliases":"","keywords":"wrench diy ikea tools object tool"},"hammer":{"unicode":"1f528","shortname":":hammer:","aliases":"","keywords":"hammer done judge law ruling tools verdict object tool"},"hammer_pick":{"unicode":"2692","shortname":":hammer_pick:","aliases":":hammer_and_pick:","keywords":"hammer and pick object tool"},"tools":{"unicode":"1f6e0","shortname":":tools:","aliases":":hammer_and_wrench:","keywords":"hammer and wrench tools object tool"},"pick":{"unicode":"26cf","shortname":":pick:","aliases":"","keywords":"pick mining object tool"},"nut_and_bolt":{"unicode":"1f529","shortname":":nut_and_bolt:","aliases":"","keywords":"nut and bolt tools object tool"},"gear":{"unicode":"2699","shortname":":gear:","aliases":"","keywords":"gear object tool"},"chains":{"unicode":"26d3","shortname":":chains:","aliases":"","keywords":"chains chain object"},"gun":{"unicode":"1f52b","shortname":":gun:","aliases":"","keywords":"pistol violence weapon gun object revolver tool"},"bomb":{"unicode":"1f4a3","shortname":":bomb:","aliases":"","keywords":"bomb boom explode comic object"},"knife":{"unicode":"1f52a","shortname":":knife:","aliases":"","keywords":"hocho blade cooking knife object tool weapon"},"dagger":{"unicode":"1f5e1","shortname":":dagger:","aliases":":dagger_knife:","keywords":"dagger knife blade knife object weapon"},"crossed_swords":{"unicode":"2694","shortname":":crossed_swords:","aliases":"","keywords":"crossed swords object weapon"},"shield":{"unicode":"1f6e1","shortname":":shield:","aliases":"","keywords":"shield interstate route sign highway interstate object weapon"},"smoking":{"unicode":"1f6ac","shortname":":smoking:","aliases":"","keywords":"smoking symbol cigarette kills tobacco smoke cancer lungs inhale tar nicotine activity object"},"skull_crossbones":{"unicode":"2620","shortname":":skull_crossbones:","aliases":":skull_and_crossbones:","keywords":"skull and crossbones body death face monster person"},"coffin":{"unicode":"26b0","shortname":":coffin:","aliases":"","keywords":"coffin death object"},"urn":{"unicode":"26b1","shortname":":urn:","aliases":":funeral_urn:","keywords":"funeral urn death object"},"amphora":{"unicode":"1f3fa","shortname":":amphora:","aliases":"","keywords":"amphora"},"crystal_ball":{"unicode":"1f52e","shortname":":crystal_ball:","aliases":"","keywords":"crystal ball fortune future reading fairy tale fantasy object tool"},"prayer_beads":{"unicode":"1f4ff","shortname":":prayer_beads:","aliases":"","keywords":"prayer beads"},"barber":{"unicode":"1f488","shortname":":barber:","aliases":"","keywords":"barber pole salon style haircut trim place"},"alembic":{"unicode":"2697","shortname":":alembic:","aliases":"","keywords":"alembic chemistry object tool"},"telescope":{"unicode":"1f52d","shortname":":telescope:","aliases":"","keywords":"telescope space stars object tool"},"microscope":{"unicode":"1f52c","shortname":":microscope:","aliases":"","keywords":"microscope experiment laboratory zoomin object tool"},"hole":{"unicode":"1f573","shortname":":hole:","aliases":"","keywords":"hole pit well symbol"},"pill":{"unicode":"1f48a","shortname":":pill:","aliases":"","keywords":"pill health medicine drug prescription doctor object sick"},"syringe":{"unicode":"1f489","shortname":":syringe:","aliases":"","keywords":"syringe blood drugs health hospital medicine needle doctor object shot sick tool"},"thermometer":{"unicode":"1f321","shortname":":thermometer:","aliases":"","keywords":"thermometer temperature nature weather"},"label":{"unicode":"1f3f7","shortname":":label:","aliases":"","keywords":"label tag object"},"bookmark":{"unicode":"1f516","shortname":":bookmark:","aliases":"","keywords":"bookmark favorite mark object"},"toilet":{"unicode":"1f6bd","shortname":":toilet:","aliases":"","keywords":"toilet restroom wc bathroom throne porcelain waste flush plumbing object place travel"},"shower":{"unicode":"1f6bf","shortname":":shower:","aliases":"","keywords":"shower bath clean wash bathroom soap water shampoo lather object place travel"},"bathtub":{"unicode":"1f6c1","shortname":":bathtub:","aliases":"","keywords":"bathtub clean shower bath tub basin wash bubble soak bathroom soap water shampoo lather object place travel"},"key":{"unicode":"1f511","shortname":":key:","aliases":"","keywords":"key door lock password object"},"key2":{"unicode":"1f5dd","shortname":":key2:","aliases":":old_key:","keywords":"old key door lock password skeleton clue object"},"couch":{"unicode":"1f6cb","shortname":":couch:","aliases":":couch_and_lamp:","keywords":"couch and lamp lounge sectional sofa loveseat leather microfiber sit relax hotel object"},"sleeping_accommodation":{"unicode":"1f6cc","shortname":":sleeping_accommodation:","aliases":"","keywords":"sleeping accommodation hotel motel rest object sleep"},"bed":{"unicode":"1f6cf","shortname":":bed:","aliases":"","keywords":"bed sleep sex queen full twin king mattress hotel object"},"door":{"unicode":"1f6aa","shortname":":door:","aliases":"","keywords":"door entry exit house doorway entrance enter exit entry object travel"},"bellhop":{"unicode":"1f6ce","shortname":":bellhop:","aliases":":bellhop_bell:","keywords":"bellhop bell hotel porter ding object"},"frame_photo":{"unicode":"1f5bc","shortname":":frame_photo:","aliases":":frame_with_picture:","keywords":"frame with picture photo art museum object office painting"},"map":{"unicode":"1f5fa","shortname":":map:","aliases":":world_map:","keywords":"world map atlas earth cartography place"},"beach_umbrella":{"unicode":"26f1","shortname":":beach_umbrella:","aliases":":umbrella_on_ground:","keywords":"umbrella on ground nature rain sun travel weather"},"moyai":{"unicode":"1f5ff","shortname":":moyai:","aliases":"","keywords":"moyai island stone face place statue travel"},"shopping_bags":{"unicode":"1f6cd","shortname":":shopping_bags:","aliases":"","keywords":"shopping bags purchase mall buy store shop bag hotel object"},"balloon":{"unicode":"1f388","shortname":":balloon:","aliases":"","keywords":"balloon celebration party birthday helium gas children float activity entertainment object"},"flags":{"unicode":"1f38f","shortname":":flags:","aliases":"","keywords":"carp streamer banner fish japanese koinobori children kids boys celebration happiness holiday flags activity entertainment flag object"},"ribbon":{"unicode":"1f380","shortname":":ribbon:","aliases":"","keywords":"ribbon bowtie decoration pink lace wrap decorate celebration emotion object person"},"gift":{"unicode":"1f381","shortname":":gift:","aliases":"","keywords":"wrapped present birthday christmas xmas gift package wedding box celebration entertainment object"},"confetti_ball":{"unicode":"1f38a","shortname":":confetti_ball:","aliases":"","keywords":"confetti ball festival party congratulations celebrate win birthday new years wedding activity celebration entertainment object"},"tada":{"unicode":"1f389","shortname":":tada:","aliases":"","keywords":"party popper tada celebration victory announcement climax congratulations activity entertainment object"},"dolls":{"unicode":"1f38e","shortname":":dolls:","aliases":"","keywords":"japanese dolls kimono toy japan day girls emperor empress pray blessing imperial family royal activity celebration doll entertainment festival object"},"wind_chime":{"unicode":"1f390","shortname":":wind_chime:","aliases":"","keywords":"wind chime ding nature bell f\u016brin instrument music spirits soothing protective spiritual sound activity celebration entertainment object"},"crossed_flags":{"unicode":"1f38c","shortname":":crossed_flags:","aliases":"","keywords":"crossed flags japan activity celebration cross flag japanese object"},"izakaya_lantern":{"unicode":"1f3ee","shortname":":izakaya_lantern:","aliases":"","keywords":"izakaya lantern light stay drink alcohol bar sake restaurant japanese place red"},"envelope":{"unicode":"2709","shortname":":envelope:","aliases":"","keywords":"envelope communication letter mail postal e-mail email object office"},"envelope_with_arrow":{"unicode":"1f4e9","shortname":":envelope_with_arrow:","aliases":"","keywords":"envelope with downwards arrow above email communication down e-mail letter mail object office outgoing sent"},"incoming_envelope":{"unicode":"1f4e8","shortname":":incoming_envelope:","aliases":"","keywords":"incoming envelope email inbox communication e-mail letter mail object office receive"},"e-mail":{"unicode":"1f4e7","shortname":":e-mail:","aliases":":email:","keywords":"e-mail symbol communication inbox email letter mail object office"},"love_letter":{"unicode":"1f48c","shortname":":love_letter:","aliases":"","keywords":"love letter affection email envelope like valentines kiss heart emotion mail person romance"},"postbox":{"unicode":"1f4ee","shortname":":postbox:","aliases":"","keywords":"postbox email envelope letter communication mail mailbox object office"},"mailbox_closed":{"unicode":"1f4ea","shortname":":mailbox_closed:","aliases":"","keywords":"closed mailbox with lowered flag communication email inbox mail object office postbox"},"mailbox":{"unicode":"1f4eb","shortname":":mailbox:","aliases":"","keywords":"closed mailbox with raised flag communication email inbox mail object office postbox"},"mailbox_with_mail":{"unicode":"1f4ec","shortname":":mailbox_with_mail:","aliases":"","keywords":"open mailbox with raised flag communication email inbox mail object office postbox"},"mailbox_with_no_mail":{"unicode":"1f4ed","shortname":":mailbox_with_no_mail:","aliases":"","keywords":"open mailbox with lowered flag email inbox communication mail object office postbox"},"package":{"unicode":"1f4e6","shortname":":package:","aliases":"","keywords":"package gift mail box communication object office parcel"},"postal_horn":{"unicode":"1f4ef","shortname":":postal_horn:","aliases":"","keywords":"postal horn instrument music communication entertainment object post sound"},"inbox_tray":{"unicode":"1f4e5","shortname":":inbox_tray:","aliases":"","keywords":"inbox tray documents email box communication letter mail object office receive"},"outbox_tray":{"unicode":"1f4e4","shortname":":outbox_tray:","aliases":"","keywords":"outbox tray documents email box communication letter mail object office sent"},"scroll":{"unicode":"1f4dc","shortname":":scroll:","aliases":"","keywords":"scroll documents roll parchment history papyrus ancient object office paper"},"page_with_curl":{"unicode":"1f4c3","shortname":":page_with_curl:","aliases":"","keywords":"page with curl document object office"},"bookmark_tabs":{"unicode":"1f4d1","shortname":":bookmark_tabs:","aliases":"","keywords":"bookmark tabs favorite mark marker object office"},"bar_chart":{"unicode":"1f4ca","shortname":":bar_chart:","aliases":"","keywords":"bar chart graph presentation stats object office"},"chart_with_upwards_trend":{"unicode":"1f4c8","shortname":":chart_with_upwards_trend:","aliases":"","keywords":"chart with upwards trend graph business growth object office upward"},"chart_with_downwards_trend":{"unicode":"1f4c9","shortname":":chart_with_downwards_trend:","aliases":"","keywords":"chart with downwards trend graph business down object office"},"page_facing_up":{"unicode":"1f4c4","shortname":":page_facing_up:","aliases":"","keywords":"page facing up document object office"},"date":{"unicode":"1f4c5","shortname":":date:","aliases":"","keywords":"calendar schedule date day object office"},"calendar":{"unicode":"1f4c6","shortname":":calendar:","aliases":"","keywords":"tear-off calendar schedule date day object office"},"calendar_spiral":{"unicode":"1f5d3","shortname":":calendar_spiral:","aliases":":spiral_calendar_pad:","keywords":"spiral calendar pad schedule date day object office"},"card_index":{"unicode":"1f4c7","shortname":":card_index:","aliases":"","keywords":"card index business stationery rolodex object office"},"card_box":{"unicode":"1f5c3","shortname":":card_box:","aliases":":card_file_box:","keywords":"card file box index organization object office"},"ballot_box":{"unicode":"1f5f3","shortname":":ballot_box:","aliases":":ballot_box_with_ballot:","keywords":"ballot box with ballot vote object"},"file_cabinet":{"unicode":"1f5c4","shortname":":file_cabinet:","aliases":"","keywords":"file cabinet folders office documents storage object"},"clipboard":{"unicode":"1f4cb","shortname":":clipboard:","aliases":"","keywords":"clipboard documents stationery object office"},"notepad_spiral":{"unicode":"1f5d2","shortname":":notepad_spiral:","aliases":":spiral_note_pad:","keywords":"spiral note pad stationery object office"},"file_folder":{"unicode":"1f4c1","shortname":":file_folder:","aliases":"","keywords":"file folder documents object office"},"open_file_folder":{"unicode":"1f4c2","shortname":":open_file_folder:","aliases":"","keywords":"open file folder documents load object office"},"dividers":{"unicode":"1f5c2","shortname":":dividers:","aliases":":card_index_dividers:","keywords":"card index dividers stationery rolodex object office"},"newspaper2":{"unicode":"1f5de","shortname":":newspaper2:","aliases":":rolled_up_newspaper:","keywords":"rolled-up newspaper headline press news object paper rolled"},"newspaper":{"unicode":"1f4f0","shortname":":newspaper:","aliases":"","keywords":"newspaper headline press communication news object paper"},"notebook":{"unicode":"1f4d3","shortname":":notebook:","aliases":"","keywords":"notebook notes paper record stationery school object office"},"closed_book":{"unicode":"1f4d5","shortname":":closed_book:","aliases":"","keywords":"closed book library read novel story education object office"},"green_book":{"unicode":"1f4d7","shortname":":green_book:","aliases":"","keywords":"green book library read novel story education object office"},"blue_book":{"unicode":"1f4d8","shortname":":blue_book:","aliases":"","keywords":"blue book library read novel story education object office"},"orange_book":{"unicode":"1f4d9","shortname":":orange_book:","aliases":"","keywords":"orange book library read novel story education object office"},"notebook_with_decorative_cover":{"unicode":"1f4d4","shortname":":notebook_with_decorative_cover:","aliases":"","keywords":"notebook with decorative cover classroom notes paper school stationery book decorated education object office"},"ledger":{"unicode":"1f4d2","shortname":":ledger:","aliases":"","keywords":"ledger notes business bookkeeping accounting finances notebook object office"},"books":{"unicode":"1f4da","shortname":":books:","aliases":"","keywords":"books library literature novel story collection series book education object office"},"book":{"unicode":"1f4d6","shortname":":book:","aliases":"","keywords":"open book library literature novel reading story education object office"},"link":{"unicode":"1f517","shortname":":link:","aliases":"","keywords":"link symbol rings url object"},"paperclip":{"unicode":"1f4ce","shortname":":paperclip:","aliases":"","keywords":"paperclip documents stationery object office"},"paperclips":{"unicode":"1f587","shortname":":paperclips:","aliases":":linked_paperclips:","keywords":"linked paperclips documents stationery communication link object office paperclip"},"scissors":{"unicode":"2702","shortname":":scissors:","aliases":"","keywords":"black scissors cut stationery object office tool"},"triangular_ruler":{"unicode":"1f4d0","shortname":":triangular_ruler:","aliases":"","keywords":"triangular ruler architect math sketch stationery object office set triangle"},"straight_ruler":{"unicode":"1f4cf","shortname":":straight_ruler:","aliases":"","keywords":"straight ruler stationery object office straight edge"},"pushpin":{"unicode":"1f4cc","shortname":":pushpin:","aliases":"","keywords":"pushpin stationery object office pin"},"round_pushpin":{"unicode":"1f4cd","shortname":":round_pushpin:","aliases":"","keywords":"round pushpin stationery object office pin place"},"triangular_flag_on_post":{"unicode":"1f6a9","shortname":":triangular_flag_on_post:","aliases":"","keywords":"triangular flag on post triangle golf flagpole object place travel"},"flag_white":{"unicode":"1f3f3","shortname":":flag_white:","aliases":":waving_white_flag:","keywords":"waving white flag symbol signal object"},"flag_black":{"unicode":"1f3f4","shortname":":flag_black:","aliases":":waving_black_flag:","keywords":"waving black flag symbol signal object"},"closed_lock_with_key":{"unicode":"1f510","shortname":":closed_lock_with_key:","aliases":"","keywords":"closed lock with key privacy security object secure"},"lock":{"unicode":"1f512","shortname":":lock:","aliases":"","keywords":"lock password security closed object"},"unlock":{"unicode":"1f513","shortname":":unlock:","aliases":"","keywords":"open lock privacy security unlock object"},"lock_with_ink_pen":{"unicode":"1f50f","shortname":":lock_with_ink_pen:","aliases":"","keywords":"lock with ink pen secret security nib object privacy"},"pen_ballpoint":{"unicode":"1f58a","shortname":":pen_ballpoint:","aliases":":lower_left_ballpoint_pen:","keywords":"lower left ballpoint pen write bic ink communication object office"},"pen_fountain":{"unicode":"1f58b","shortname":":pen_fountain:","aliases":":lower_left_fountain_pen:","keywords":"lower left fountain pen write calligraphy ink communication object office"},"black_nib":{"unicode":"2712","shortname":":black_nib:","aliases":"","keywords":"black nib pen stationery object office"},"pencil":{"unicode":"1f4dd","shortname":":pencil:","aliases":"","keywords":"memo documents paper station write pencil communication object office"},"pencil2":{"unicode":"270f","shortname":":pencil2:","aliases":"","keywords":"pencil paper stationery write object office"},"crayon":{"unicode":"1f58d","shortname":":crayon:","aliases":":lower_left_crayon:","keywords":"lower left crayon write draw color wax communication object office"},"paintbrush":{"unicode":"1f58c","shortname":":paintbrush:","aliases":":lower_left_paintbrush:","keywords":"lower left paintbrush brush art painting communication object office"},"mag":{"unicode":"1f50d","shortname":":mag:","aliases":"","keywords":"left-pointing magnifying glass search zoom detective investigator details object tool"},"mag_right":{"unicode":"1f50e","shortname":":mag_right:","aliases":"","keywords":"right-pointing magnifying glass search zoom detective investigator details object tool"},"heart":{"unicode":"2764","shortname":":heart:","aliases":"","keywords":"heavy black heart like love red pink passion romance intense desire death evil cold valentines emotion person"},"yellow_heart":{"unicode":"1f49b","shortname":":yellow_heart:","aliases":"","keywords":"yellow heart affection like love valentines gold friendship happy happiness trust compassionate respectful honest caring selfless emotion person"},"green_heart":{"unicode":"1f49a","shortname":":green_heart:","aliases":"","keywords":"green heart affection like love valentines nature rebirth reborn jealous clingy envious possessive emotion person"},"blue_heart":{"unicode":"1f499","shortname":":blue_heart:","aliases":"","keywords":"blue heart affection like love valentines stability truth loyalty trust emotion person"},"purple_heart":{"unicode":"1f49c","shortname":":purple_heart:","aliases":"","keywords":"purple heart affection like love valentines violet love sensitive understanding compassionate compassion duty honor royalty veteran sacrifice emotion person"},"broken_heart":{"unicode":"1f494","shortname":":broken_heart:","aliases":"","keywords":"broken heart sad sorry breakup split break emotion person"},"heart_exclamation":{"unicode":"2763","shortname":":heart_exclamation:","aliases":":heavy_heart_exclamation_mark_ornament:","keywords":"heavy heart exclamation mark ornament emotion punctuation symbol"},"two_hearts":{"unicode":"1f495","shortname":":two_hearts:","aliases":"","keywords":"two hearts affection like love valentines emotion heart person"},"revolving_hearts":{"unicode":"1f49e","shortname":":revolving_hearts:","aliases":"","keywords":"revolving hearts affection like love valentines lovers emotion heart person"},"heartbeat":{"unicode":"1f493","shortname":":heartbeat:","aliases":"","keywords":"beating heart affection like love valentines emotion heartbeat person pulsating"},"heartpulse":{"unicode":"1f497","shortname":":heartpulse:","aliases":"","keywords":"growing heart affection like love valentines emotion excited heartpulse nervous person"},"sparkling_heart":{"unicode":"1f496","shortname":":sparkling_heart:","aliases":"","keywords":"sparkling heart affection like love valentines emotion excited person sparkle"},"cupid":{"unicode":"1f498","shortname":":cupid:","aliases":"","keywords":"heart with arrow affection like love valentines cupid emotion person romance"},"gift_heart":{"unicode":"1f49d","shortname":":gift_heart:","aliases":"","keywords":"heart with ribbon like love valentines emotion object person valentine"},"heart_decoration":{"unicode":"1f49f","shortname":":heart_decoration:","aliases":"","keywords":"heart decoration like love purple-square emotion person symbol"},"peace":{"unicode":"262e","shortname":":peace:","aliases":":peace_symbol:","keywords":"peace symbol sign"},"cross":{"unicode":"271d","shortname":":cross:","aliases":":latin_cross:","keywords":"latin cross religion symbol christian"},"star_and_crescent":{"unicode":"262a","shortname":":star_and_crescent:","aliases":"","keywords":"star and crescent islam muslim religion symbol"},"om_symbol":{"unicode":"1f549","shortname":":om_symbol:","aliases":"","keywords":"om symbol hinduism sound spiritual icon dharmic buddhism jainism meditate hindu religion"},"wheel_of_dharma":{"unicode":"2638","shortname":":wheel_of_dharma:","aliases":"","keywords":"wheel of dharma buddhist religion symbol"},"star_of_david":{"unicode":"2721","shortname":":star_of_david:","aliases":"","keywords":"star of david jew jewish religion symbol"},"six_pointed_star":{"unicode":"1f52f","shortname":":six_pointed_star:","aliases":"","keywords":"six pointed star with middle dot purple-square fortune object symbol"},"menorah":{"unicode":"1f54e","shortname":":menorah:","aliases":"","keywords":"menorah with nine branches"},"yin_yang":{"unicode":"262f","shortname":":yin_yang:","aliases":"","keywords":"yin yang religion sign symbol tao taoist"},"orthodox_cross":{"unicode":"2626","shortname":":orthodox_cross:","aliases":"","keywords":"orthodox cross christian religion symbol"},"place_of_worship":{"unicode":"1f6d0","shortname":":place_of_worship:","aliases":":worship_symbol:","keywords":"place of worship"},"ophiuchus":{"unicode":"26ce","shortname":":ophiuchus:","aliases":"","keywords":"ophiuchus serpent snake astrology greek constellation stars zodiac purple-square sign horoscope bearer symbol"},"aries":{"unicode":"2648","shortname":":aries:","aliases":"","keywords":"aries ram astrology greek constellation stars purple-square sign zodiac horoscope symbol time"},"taurus":{"unicode":"2649","shortname":":taurus:","aliases":"","keywords":"taurus purple-square sign bull astrology greek constellation stars zodiac horoscope ox symbol time"},"gemini":{"unicode":"264a","shortname":":gemini:","aliases":"","keywords":"gemini twins astrology greek constellation stars sign zodiac horoscope symbol time"},"cancer":{"unicode":"264b","shortname":":cancer:","aliases":"","keywords":"cancer crab astrology greek constellation stars sign zodiac horoscope symbol time"},"leo":{"unicode":"264c","shortname":":leo:","aliases":"","keywords":"leo lion astrology greek constellation stars purple-square sign zodiac horoscope symbol time"},"virgo":{"unicode":"264d","shortname":":virgo:","aliases":"","keywords":"virgo maiden astrology greek constellation stars sign zodiac horoscope symbol time virgin"},"libra":{"unicode":"264e","shortname":":libra:","aliases":"","keywords":"libra scales astrology greek constellation stars purple-square sign zodiac horoscope balance justice symbol time"},"scorpius":{"unicode":"264f","shortname":":scorpius:","aliases":"","keywords":"scorpius scorpion scorpio astrology greek constellation stars sign zodiac horoscope symbol time"},"sagittarius":{"unicode":"2650","shortname":":sagittarius:","aliases":"","keywords":"sagittarius centaur archer astrology greek constellation stars zodiac sign horoscope symbol time"},"capricorn":{"unicode":"2651","shortname":":capricorn:","aliases":"","keywords":"capricorn sea-goat goat-horned astrology greek constellation stars zodiac sign horoscope goat symbol time"},"aquarius":{"unicode":"2652","shortname":":aquarius:","aliases":"","keywords":"aquarius water bearer astrology greek constellation stars sign purple-square zodiac horoscope symbol time"},"pisces":{"unicode":"2653","shortname":":pisces:","aliases":"","keywords":"pisces fish astrology greek constellation stars sign purple-square zodiac horoscope symbol time"},"id":{"unicode":"1f194","shortname":":id:","aliases":"","keywords":"squared id purple-square identification identity symbol word"},"atom":{"unicode":"269b","shortname":":atom:","aliases":":atom_symbol:","keywords":"atom symbol atheist"},"u7a7a":{"unicode":"1f233","shortname":":u7a7a:","aliases":"","keywords":"squared cjk unified ideograph-7a7a chinese empty japanese kanji symbol word"},"u5272":{"unicode":"1f239","shortname":":u5272:","aliases":"","keywords":"squared cjk unified ideograph-5272 chinese cut divide kanji pink bargain sale japanese symbol word"},"radioactive":{"unicode":"2622","shortname":":radioactive:","aliases":":radioactive_sign:","keywords":"radioactive sign symbol"},"biohazard":{"unicode":"2623","shortname":":biohazard:","aliases":":biohazard_sign:","keywords":"biohazard sign symbol"},"mobile_phone_off":{"unicode":"1f4f4","shortname":":mobile_phone_off:","aliases":"","keywords":"mobile phone off mute cell communication object symbol telephone"},"vibration_mode":{"unicode":"1f4f3","shortname":":vibration_mode:","aliases":"","keywords":"vibration mode orange-square phone mobile cell communication object symbol telephone"},"u6709":{"unicode":"1f236","shortname":":u6709:","aliases":"","keywords":"squared cjk unified ideograph-6709 chinese own possess kanji orange-square japanese symbol word"},"u7121":{"unicode":"1f21a","shortname":":u7121:","aliases":"","keywords":"squared cjk unified ideograph-7121 chinese japanese kanji none orange-square lack symbol word"},"u7533":{"unicode":"1f238","shortname":":u7533:","aliases":"","keywords":"squared cjk unified ideograph-7533 chinese japanese kanji request monkey symbol word"},"u55b6":{"unicode":"1f23a","shortname":":u55b6:","aliases":"","keywords":"squared cjk unified ideograph-55b6 japanese open work chinese symbol word"},"u6708":{"unicode":"1f237","shortname":":u6708:","aliases":"","keywords":"squared cjk unified ideograph-6708 chinese japanese kanji moon orange-square month symbol word"},"eight_pointed_black_star":{"unicode":"2734","shortname":":eight_pointed_black_star:","aliases":"","keywords":"eight pointed black star orange-square symbol sign"},"vs":{"unicode":"1f19a","shortname":":vs:","aliases":"","keywords":"squared vs orange-square words versus symbol word"},"accept":{"unicode":"1f251","shortname":":accept:","aliases":"","keywords":"circled ideograph accept agree chinese good kanji ok yes symbol word"},"white_flower":{"unicode":"1f4ae","shortname":":white_flower:","aliases":"","keywords":"white flower japanese teacher school grade score brilliance intelligence homework student assignment praise object symbol"},"ideograph_advantage":{"unicode":"1f250","shortname":":ideograph_advantage:","aliases":"","keywords":"circled ideograph advantage chinese get kanji bargain japanese symbol word"},"secret":{"unicode":"3299","shortname":":secret:","aliases":"","keywords":"circled ideograph secret privacy chinese symbol word"},"congratulations":{"unicode":"3297","shortname":":congratulations:","aliases":"","keywords":"circled ideograph congratulation chinese japanese kanji congratulations symbol word"},"u5408":{"unicode":"1f234","shortname":":u5408:","aliases":"","keywords":"squared cjk unified ideograph-5408 chinese japanese join unite agreement kanji symbol word"},"u6e80":{"unicode":"1f235","shortname":":u6e80:","aliases":"","keywords":"squared cjk unified ideograph-6e80 chinese full japanese kanji red-square symbol word"},"u7981":{"unicode":"1f232","shortname":":u7981:","aliases":"","keywords":"squared cjk unified ideograph-7981 chinese japanese kanji limit restricted prohibit restrict forbid symbol word"},"a":{"unicode":"1f170","shortname":":a:","aliases":"","keywords":"negative squared latin capital letter a alphabet letter red-square blood type symbol word"},"b":{"unicode":"1f171","shortname":":b:","aliases":"","keywords":"negative squared latin capital letter b alphabet letter red-square blood type symbol word"},"ab":{"unicode":"1f18e","shortname":":ab:","aliases":"","keywords":"negative squared ab alphabet red-square blood type symbol word"},"cl":{"unicode":"1f191","shortname":":cl:","aliases":"","keywords":"squared cl alphabet red-square words cl clear symbol word"},"o2":{"unicode":"1f17e","shortname":":o2:","aliases":"","keywords":"negative squared latin capital letter o alphabet red-square o2 blood type symbol word"},"sos":{"unicode":"1f198","shortname":":sos:","aliases":"","keywords":"squared sos emergency help red-square distress symbol word"},"no_entry":{"unicode":"26d4","shortname":":no_entry:","aliases":"","keywords":"no entry bad denied limit privacy security stop forbidden not prohibited symbol traffic travel"},"name_badge":{"unicode":"1f4db","shortname":":name_badge:","aliases":"","keywords":"name badge object office"},"no_entry_sign":{"unicode":"1f6ab","shortname":":no_entry_sign:","aliases":"","keywords":"no entry sign denied disallow forbid limit stop prohibited forbidden not symbol travel"},"x":{"unicode":"274c","shortname":":x:","aliases":"","keywords":"cross mark delete no remove cancel x multiplication multiply sign symbol"},"o":{"unicode":"2b55","shortname":":o:","aliases":"","keywords":"heavy large circle round o symbol travel"},"anger":{"unicode":"1f4a2","shortname":":anger:","aliases":"","keywords":"anger symbol angry mad comic emotion person"},"hotsprings":{"unicode":"2668","shortname":":hotsprings:","aliases":"","keywords":"hot springs bath relax warm hotsprings place steaming"},"no_pedestrians":{"unicode":"1f6b7","shortname":":no_pedestrians:","aliases":"","keywords":"no pedestrians crossing rules walking walk stroll stride forbidden not pedestrian place prohibited sign symbol travel"},"do_not_litter":{"unicode":"1f6af","shortname":":do_not_litter:","aliases":"","keywords":"do not litter symbol bin garbage trash waste no forbidden prohibited sign travel"},"no_bicycles":{"unicode":"1f6b3","shortname":":no_bicycles:","aliases":"","keywords":"no bicycles cyclist prohibited bike pedal bicycle forbidden not place sign sport symbol travel vehicle"},"non-potable_water":{"unicode":"1f6b1","shortname":":non-potable_water:","aliases":"","keywords":"non-potable water symbol drink faucet tap undrinkable dirty gross aqua h20 forbidden no not potable prohibited sign travel"},"underage":{"unicode":"1f51e","shortname":":underage:","aliases":"","keywords":"no one under eighteen symbol 18 drink night pub age restriction forbidden not prohibited underage word"},"no_mobile_phones":{"unicode":"1f4f5","shortname":":no_mobile_phones:","aliases":"","keywords":"no mobile phones iphone mute cell communication forbidden not object phone prohibited symbol telephone"},"exclamation":{"unicode":"2757","shortname":":exclamation:","aliases":"","keywords":"heavy exclamation mark symbol surprise punctuation word"},"grey_exclamation":{"unicode":"2755","shortname":":grey_exclamation:","aliases":"","keywords":"white exclamation mark ornament surprise outlined punctuation symbol word"},"question":{"unicode":"2753","shortname":":question:","aliases":"","keywords":"black question mark ornament confused doubt punctuation symbol word"},"grey_question":{"unicode":"2754","shortname":":grey_question:","aliases":"","keywords":"white question mark ornament confused doubt outlined punctuation symbol word"},"bangbang":{"unicode":"203c","shortname":":bangbang:","aliases":"","keywords":"double exclamation mark surprise bangbang punctuation symbol word"},"interrobang":{"unicode":"2049","shortname":":interrobang:","aliases":"","keywords":"exclamation question mark punctuation surprise wat interrobang symbol word"},"100":{"unicode":"1f4af","shortname":":100:","aliases":"","keywords":"hundred points symbol numbers score percent a plus perfect school quiz score test exam 100 full office"},"low_brightness":{"unicode":"1f505","shortname":":low_brightness:","aliases":"","keywords":"low brightness symbol summer sun dim sign"},"high_brightness":{"unicode":"1f506","shortname":":high_brightness:","aliases":"","keywords":"high brightness symbol light summer sun bright sign"},"trident":{"unicode":"1f531","shortname":":trident:","aliases":"","keywords":"trident emblem spear weapon poseidon neptune anchor object ship symbol tool"},"fleur-de-lis":{"unicode":"269c","shortname":":fleur-de-lis:","aliases":"","keywords":"fleur-de-lis symbol"},"part_alternation_mark":{"unicode":"303d","shortname":":part_alternation_mark:","aliases":"","keywords":"part alternation mark graph sing song vocal music karaoke cue letter m japanese sign symbol"},"warning":{"unicode":"26a0","shortname":":warning:","aliases":"","keywords":"warning sign exclamation wip place symbol travel"},"children_crossing":{"unicode":"1f6b8","shortname":":children_crossing:","aliases":"","keywords":"children crossing school kids caution street crosswalk slow sign child pedestrian place symbol traffic travel"},"beginner":{"unicode":"1f530","shortname":":beginner:","aliases":"","keywords":"japanese symbol for beginner badge shield chevron green leaf object tool yellow"},"recycle":{"unicode":"267b","shortname":":recycle:","aliases":"","keywords":"black universal recycling symbol arrow environment garbage trash recycle sign"},"u6307":{"unicode":"1f22f","shortname":":u6307:","aliases":"","keywords":"squared cjk unified ideograph-6307 chinese green-square kanji point japanese symbol word"},"chart":{"unicode":"1f4b9","shortname":":chart:","aliases":"","keywords":"chart with upwards trend and yen sign graph green-square bank currency growth market money object office rise symbol upward"},"sparkle":{"unicode":"2747","shortname":":sparkle:","aliases":"","keywords":"sparkle green-square stars sign symbol"},"eight_spoked_asterisk":{"unicode":"2733","shortname":":eight_spoked_asterisk:","aliases":"","keywords":"eight spoked asterisk green-square sparkle star sign symbol"},"negative_squared_cross_mark":{"unicode":"274e","shortname":":negative_squared_cross_mark:","aliases":"","keywords":"negative squared cross mark deny green-square no x sign square symbol"},"white_check_mark":{"unicode":"2705","shortname":":white_check_mark:","aliases":"","keywords":"white heavy check mark agree green-square ok sign symbol"},"diamond_shape_with_a_dot_inside":{"unicode":"1f4a0","shortname":":diamond_shape_with_a_dot_inside:","aliases":"","keywords":"diamond shape with a dot inside cute cuteness kawaii japanese glyph adorable comic geometric sign symbol"},"cyclone":{"unicode":"1f300","shortname":":cyclone:","aliases":"","keywords":"cyclone blue cloud swirl weather hurricane typhoon storm ocean dizzy nature twister"},"loop":{"unicode":"27bf","shortname":":loop:","aliases":"","keywords":"double curly loop blue-square curl sign symbol"},"globe_with_meridians":{"unicode":"1f310","shortname":":globe_with_meridians:","aliases":"","keywords":"globe with meridians earth international world space planet nature place"},"m":{"unicode":"24c2","shortname":":m:","aliases":"","keywords":"circled latin capital letter m alphabet blue-circle circle place symbol word"},"atm":{"unicode":"1f3e7","shortname":":atm:","aliases":"","keywords":"automated teller machine atm cash withdrawal money deposit financial bank adam payday blue-square payment place sign symbol"},"sa":{"unicode":"1f202","shortname":":sa:","aliases":"","keywords":"squared katakana sa blue-square japanese symbol word"},"passport_control":{"unicode":"1f6c2","shortname":":passport_control:","aliases":"","keywords":"passport control blue-square customs official travel foreign identification check authority government border place sign symbol"},"customs":{"unicode":"1f6c3","shortname":":customs:","aliases":"","keywords":"customs blue-square official border passport travel foreign goods check authority government place sign symbol"},"baggage_claim":{"unicode":"1f6c4","shortname":":baggage_claim:","aliases":"","keywords":"baggage claim airport blue-square transport bag luggage travel suitcase place sign symbol"},"left_luggage":{"unicode":"1f6c5","shortname":":left_luggage:","aliases":"","keywords":"left luggage blue-square travel bag baggage suitcase left luggage locker place sign symbol"},"wheelchair":{"unicode":"267f","shortname":":wheelchair:","aliases":"","keywords":"wheelchair symbol blue-square disabled handicapped access sign travel"},"no_smoking":{"unicode":"1f6ad","shortname":":no_smoking:","aliases":"","keywords":"no smoking symbol cigarette smoke cancer lungs inhale tar nicotine forbidden not prohibited sign travel"},"wc":{"unicode":"1f6be","shortname":":wc:","aliases":"","keywords":"water closet blue-square restroom toilet bathroom throne porcelain waste flush plumbing wc lavatory place sign symbol travel"},"parking":{"unicode":"1f17f","shortname":":parking:","aliases":"","keywords":"negative squared latin capital letter p alphabet blue-square cars letter parking place sign symbol word"},"potable_water":{"unicode":"1f6b0","shortname":":potable_water:","aliases":"","keywords":"potable water symbol blue-square faucet liquid drinkable pure clear clean aqua h20 drink sign travel"},"mens":{"unicode":"1f6b9","shortname":":mens:","aliases":"","keywords":"mens symbol restroom toilet wc men bathroom sign boy male avatar lavatory man travel"},"womens":{"unicode":"1f6ba","shortname":":womens:","aliases":"","keywords":"womens symbol purple-square woman bathroom restroom sign girl female avatar lavatory travel wc"},"baby_symbol":{"unicode":"1f6bc","shortname":":baby_symbol:","aliases":"","keywords":"baby symbol child orange-square crawl newborn human diaper small babe changing sign travel"},"restroom":{"unicode":"1f6bb","shortname":":restroom:","aliases":"","keywords":"restroom blue-square woman man unisex bathroom sign toilet lavatory symbol travel wc"},"put_litter_in_its_place":{"unicode":"1f6ae","shortname":":put_litter_in_its_place:","aliases":"","keywords":"put litter in its place symbol blue-square waste trash garbage receptacle can litterbox travel"},"cinema":{"unicode":"1f3a6","shortname":":cinema:","aliases":"","keywords":"cinema blue-square film movie record theater motion picture activity camera entertainment object symbol"},"signal_strength":{"unicode":"1f4f6","shortname":":signal_strength:","aliases":"","keywords":"antenna with bars blue-square cell bar communication mobile object phone signal symbol telephone"},"koko":{"unicode":"1f201","shortname":":koko:","aliases":"","keywords":"squared katakana koko blue-square destination here japanese symbol word"},"ng":{"unicode":"1f196","shortname":":ng:","aliases":"","keywords":"squared ng blue-square no good symbol word"},"ok":{"unicode":"1f197","shortname":":ok:","aliases":"","keywords":"squared ok agree blue-square good yes symbol word"},"up":{"unicode":"1f199","shortname":":up:","aliases":"","keywords":"squared up with exclamation mark blue-square symbol word"},"cool":{"unicode":"1f192","shortname":":cool:","aliases":"","keywords":"squared cool blue-square words symbol word"},"new":{"unicode":"1f195","shortname":":new:","aliases":"","keywords":"squared new blue-square symbol word"},"free":{"unicode":"1f193","shortname":":free:","aliases":"","keywords":"squared free blue-square words symbol word"},"zero":{"unicode":"0030-20e3","shortname":":zero:","aliases":"","keywords":"keycap digit zero blue-square numbers 0 symbol word"},"one":{"unicode":"0031-20e3","shortname":":one:","aliases":"","keywords":"keycap digit one 1 blue-square numbers symbol word"},"two":{"unicode":"0032-20e3","shortname":":two:","aliases":"","keywords":"keycap digit two 2 blue-square numbers prime symbol word"},"three":{"unicode":"0033-20e3","shortname":":three:","aliases":"","keywords":"keycap digit three 3 blue-square numbers prime symbol word"},"four":{"unicode":"0034-20e3","shortname":":four:","aliases":"","keywords":"keycap digit four 4 blue-square numbers symbol word"},"five":{"unicode":"0035-20e3","shortname":":five:","aliases":"","keywords":"keycap digit five blue-square numbers prime 5 symbol word"},"six":{"unicode":"0036-20e3","shortname":":six:","aliases":"","keywords":"keycap digit six 6 blue-square numbers symbol word"},"seven":{"unicode":"0037-20e3","shortname":":seven:","aliases":"","keywords":"keycap digit seven 7 blue-square numbers prime symbol word"},"eight":{"unicode":"0038-20e3","shortname":":eight:","aliases":"","keywords":"keycap digit eight 8 blue-square numbers symbol word"},"nine":{"unicode":"0039-20e3","shortname":":nine:","aliases":"","keywords":"keycap digit nine 9 blue-square numbers symbol word"},"ten":{"unicode":"1f51f","shortname":":ten:","aliases":"","keywords":"keycap ten 10 blue-square numbers symbol word"},"1234":{"unicode":"1f522","shortname":":1234:","aliases":"","keywords":"input symbol for numbers blue-square 1234 word"},"arrow_forward":{"unicode":"25b6","shortname":":arrow_forward:","aliases":"","keywords":"black right-pointing triangle arrow blue-square forward play right sound symbol"},"pause_button":{"unicode":"23f8","shortname":":pause_button:","aliases":":double_vertical_bar:","keywords":"double vertical bar pause sound symbol"},"play_pause":{"unicode":"23ef","shortname":":play_pause:","aliases":"","keywords":"black right-pointing double triangle with double vertical bar arrow pause play right sound symbol"},"stop_button":{"unicode":"23f9","shortname":":stop_button:","aliases":"","keywords":"black square for stop sound symbol"},"record_button":{"unicode":"23fa","shortname":":record_button:","aliases":"","keywords":"black circle for record sound symbol"},"track_next":{"unicode":"23ed","shortname":":track_next:","aliases":":next_track:","keywords":"black right-pointing double triangle with vertical bar arrow next scene next track sound symbol"},"track_previous":{"unicode":"23ee","shortname":":track_previous:","aliases":":previous_track:","keywords":"black left-pointing double triangle with vertical bar arrow previous scene previous track sound symbol"},"fast_forward":{"unicode":"23e9","shortname":":fast_forward:","aliases":"","keywords":"black right-pointing double triangle blue-square fast forward arrow sound symbol"},"rewind":{"unicode":"23ea","shortname":":rewind:","aliases":"","keywords":"black left-pointing double triangle blue-square play rewind arrow sound symbol"},"twisted_rightwards_arrows":{"unicode":"1f500","shortname":":twisted_rightwards_arrows:","aliases":"","keywords":"twisted rightwards arrows blue-square arrow crossed symbol"},"repeat":{"unicode":"1f501","shortname":":repeat:","aliases":"","keywords":"clockwise rightwards and leftwards open circle arrows loop record repeat arrow symbol"},"repeat_one":{"unicode":"1f502","shortname":":repeat_one:","aliases":"","keywords":"clockwise rightwards and leftwards open circle arrows with circled one overlay blue-square loop repeat once arrow symbol"},"arrow_backward":{"unicode":"25c0","shortname":":arrow_backward:","aliases":"","keywords":"black left-pointing triangle arrow blue-square backward left reverse sound symbol"},"arrow_up_small":{"unicode":"1f53c","shortname":":arrow_up_small:","aliases":"","keywords":"up-pointing small red triangle blue-square arrow button symbol"},"arrow_down_small":{"unicode":"1f53d","shortname":":arrow_down_small:","aliases":"","keywords":"down-pointing small red triangle arrow blue-square button down symbol"},"arrow_double_up":{"unicode":"23eb","shortname":":arrow_double_up:","aliases":"","keywords":"black up-pointing double triangle arrow blue-square sound symbol"},"arrow_double_down":{"unicode":"23ec","shortname":":arrow_double_down:","aliases":"","keywords":"black down-pointing double triangle arrow blue-square down sound symbol"},"arrow_right":{"unicode":"27a1","shortname":":arrow_right:","aliases":"","keywords":"black rightwards arrow blue-square next forward right cardinal direction east symbol"},"arrow_left":{"unicode":"2b05","shortname":":arrow_left:","aliases":"","keywords":"leftwards black arrow blue-square previous back left cardinal direction symbol west"},"arrow_up":{"unicode":"2b06","shortname":":arrow_up:","aliases":"","keywords":"upwards black arrow blue-square up cardinal direction north symbol"},"arrow_down":{"unicode":"2b07","shortname":":arrow_down:","aliases":"","keywords":"downwards black arrow blue-square down cardinal direction south symbol"},"arrow_upper_right":{"unicode":"2197","shortname":":arrow_upper_right:","aliases":"","keywords":"north east arrow blue-square upper right direction intercardinal northeast symbol"},"arrow_lower_right":{"unicode":"2198","shortname":":arrow_lower_right:","aliases":"","keywords":"south east arrow blue-square lower right direction intercardinal southeast symbol"},"arrow_lower_left":{"unicode":"2199","shortname":":arrow_lower_left:","aliases":"","keywords":"south west arrow blue-square lower left direction intercardinal southwest symbol"},"arrow_upper_left":{"unicode":"2196","shortname":":arrow_upper_left:","aliases":"","keywords":"north west arrow blue-square upper left direction intercardinal northwest symbol"},"arrow_up_down":{"unicode":"2195","shortname":":arrow_up_down:","aliases":"","keywords":"up down arrow blue-square symbol"},"left_right_arrow":{"unicode":"2194","shortname":":left_right_arrow:","aliases":"","keywords":"left right arrow blue-square symbol"},"arrows_counterclockwise":{"unicode":"1f504","shortname":":arrows_counterclockwise:","aliases":"","keywords":"anticlockwise downwards and upwards open circle arrows blue-square sync counterclockwise arrow symbol withershins"},"arrow_right_hook":{"unicode":"21aa","shortname":":arrow_right_hook:","aliases":"","keywords":"rightwards arrow with hook arrow blue-square turn symbol"},"leftwards_arrow_with_hook":{"unicode":"21a9","shortname":":leftwards_arrow_with_hook:","aliases":"","keywords":"leftwards arrow with hook arrow blue-square turn symbol"},"arrow_heading_up":{"unicode":"2934","shortname":":arrow_heading_up:","aliases":"","keywords":"arrow pointing rightwards then curving upwards arrow blue-square up symbol"},"arrow_heading_down":{"unicode":"2935","shortname":":arrow_heading_down:","aliases":"","keywords":"arrow pointing rightwards then curving downwards arrow blue-square down symbol"},"hash":{"unicode":"0023-20e3","shortname":":hash:","aliases":"","keywords":"keycap number sign symbol hash pound word"},"asterisk":{"unicode":"002a-20e3","shortname":":asterisk:","aliases":":keycap_asterisk:","keywords":"keycap asterisk * star symbol"},"information_source":{"unicode":"2139","shortname":":information_source:","aliases":"","keywords":"information source alphabet blue-square letter i symbol word"},"abc":{"unicode":"1f524","shortname":":abc:","aliases":"","keywords":"input symbol for latin letters alphabet blue-square abc word"},"abcd":{"unicode":"1f521","shortname":":abcd:","aliases":"","keywords":"input symbol for latin small letters alphabet blue-square abcd lowercase word"},"capital_abcd":{"unicode":"1f520","shortname":":capital_abcd:","aliases":"","keywords":"input symbol for latin capital letters alphabet blue-square uppercase word"},"symbols":{"unicode":"1f523","shortname":":symbols:","aliases":"","keywords":"input symbol for symbols blue-square word"},"musical_note":{"unicode":"1f3b5","shortname":":musical_note:","aliases":"","keywords":"musical note score music sound tone activity entertainment object"},"notes":{"unicode":"1f3b6","shortname":":notes:","aliases":"","keywords":"multiple musical notes music score sound melody tone activity entertainment note object"},"wavy_dash":{"unicode":"3030","shortname":":wavy_dash:","aliases":"","keywords":"wavy dash draw line punctuation sound symbol"},"curly_loop":{"unicode":"27b0","shortname":":curly_loop:","aliases":"","keywords":"curly loop scribble curl sign symbol"},"heavy_check_mark":{"unicode":"2714","shortname":":heavy_check_mark:","aliases":"","keywords":"heavy check mark nike ok go sign symbol"},"arrows_clockwise":{"unicode":"1f503","shortname":":arrows_clockwise:","aliases":"","keywords":"clockwise downwards and upwards open circle arrows sync arrow reload symbol"},"heavy_plus_sign":{"unicode":"2795","shortname":":heavy_plus_sign:","aliases":"","keywords":"heavy plus sign calculation math add addition symbol"},"heavy_minus_sign":{"unicode":"2796","shortname":":heavy_minus_sign:","aliases":"","keywords":"heavy minus sign calculation math sub subtract symbol"},"heavy_division_sign":{"unicode":"2797","shortname":":heavy_division_sign:","aliases":"","keywords":"heavy division sign calculation divide math symbol"},"heavy_multiplication_x":{"unicode":"2716","shortname":":heavy_multiplication_x:","aliases":"","keywords":"heavy multiplication x calculation math multiply times cancel sign symbol"},"heavy_dollar_sign":{"unicode":"1f4b2","shortname":":heavy_dollar_sign:","aliases":"","keywords":"heavy dollar sign currency money payment cash sale purchase value object office symbol"},"currency_exchange":{"unicode":"1f4b1","shortname":":currency_exchange:","aliases":"","keywords":"currency exchange dollar money travel bank object office symbol"},"copyright":{"unicode":"00a9","shortname":":copyright:","aliases":"","keywords":"copyright sign ip license symbol word"},"registered":{"unicode":"00ae","shortname":":registered:","aliases":"","keywords":"registered sign alphabet circle symbol word"},"tm":{"unicode":"2122","shortname":":tm:","aliases":"","keywords":"trade mark sign brand trademark symbol tm word"},"end":{"unicode":"1f51a","shortname":":end:","aliases":"","keywords":"end with leftwards arrow above words symbol"},"back":{"unicode":"1f519","shortname":":back:","aliases":"","keywords":"back with leftwards arrow above words symbol"},"on":{"unicode":"1f51b","shortname":":on:","aliases":"","keywords":"on with exclamation mark with left right arrow abo words symbol"},"top":{"unicode":"1f51d","shortname":":top:","aliases":"","keywords":"top with upwards arrow above words symbol up"},"soon":{"unicode":"1f51c","shortname":":soon:","aliases":"","keywords":"soon with rightwards arrow above words symbol"},"ballot_box_with_check":{"unicode":"2611","shortname":":ballot_box_with_check:","aliases":"","keywords":"ballot box with check agree ok sign symbol"},"radio_button":{"unicode":"1f518","shortname":":radio_button:","aliases":"","keywords":"radio button input geometric sign symbol"},"white_circle":{"unicode":"26aa","shortname":":white_circle:","aliases":"","keywords":"medium white circle shape geometric sign symbol"},"black_circle":{"unicode":"26ab","shortname":":black_circle:","aliases":"","keywords":"medium black circle shape geometric sign symbol"},"red_circle":{"unicode":"1f534","shortname":":red_circle:","aliases":"","keywords":"large red circle shape geometric sign symbol"},"large_blue_circle":{"unicode":"1f535","shortname":":large_blue_circle:","aliases":"","keywords":"large blue circle shape geometric sign symbol"},"small_orange_diamond":{"unicode":"1f538","shortname":":small_orange_diamond:","aliases":"","keywords":"small orange diamond shape geometric sign symbol"},"small_blue_diamond":{"unicode":"1f539","shortname":":small_blue_diamond:","aliases":"","keywords":"small blue diamond shape geometric sign symbol"},"large_orange_diamond":{"unicode":"1f536","shortname":":large_orange_diamond:","aliases":"","keywords":"large orange diamond shape geometric sign symbol"},"large_blue_diamond":{"unicode":"1f537","shortname":":large_blue_diamond:","aliases":"","keywords":"large blue diamond shape geometric sign symbol"},"small_red_triangle":{"unicode":"1f53a","shortname":":small_red_triangle:","aliases":"","keywords":"up-pointing red triangle shape geometric sign symbol"},"black_small_square":{"unicode":"25aa","shortname":":black_small_square:","aliases":"","keywords":"black small square shape geometric sign symbol"},"white_small_square":{"unicode":"25ab","shortname":":white_small_square:","aliases":"","keywords":"white small square shape geometric sign symbol"},"black_large_square":{"unicode":"2b1b","shortname":":black_large_square:","aliases":"","keywords":"black large square shape geometric sign symbol"},"white_large_square":{"unicode":"2b1c","shortname":":white_large_square:","aliases":"","keywords":"white large square shape geometric sign symbol"},"small_red_triangle_down":{"unicode":"1f53b","shortname":":small_red_triangle_down:","aliases":"","keywords":"down-pointing red triangle shape down geometric sign symbol"},"black_medium_square":{"unicode":"25fc","shortname":":black_medium_square:","aliases":"","keywords":"black medium square shape geometric sign symbol"},"white_medium_square":{"unicode":"25fb","shortname":":white_medium_square:","aliases":"","keywords":"white medium square shape geometric sign symbol"},"black_medium_small_square":{"unicode":"25fe","shortname":":black_medium_small_square:","aliases":"","keywords":"black medium small square shape geometric sign symbol"},"white_medium_small_square":{"unicode":"25fd","shortname":":white_medium_small_square:","aliases":"","keywords":"white medium small square shape geometric sign symbol"},"black_square_button":{"unicode":"1f532","shortname":":black_square_button:","aliases":"","keywords":"black square button frame geometric sign symbol"},"white_square_button":{"unicode":"1f533","shortname":":white_square_button:","aliases":"","keywords":"white square button shape geometric outlined sign symbol"},"speaker":{"unicode":"1f508","shortname":":speaker:","aliases":"","keywords":"speaker sound listen hear noise volume object"},"sound":{"unicode":"1f509","shortname":":sound:","aliases":"","keywords":"speaker with one sound wave low volume object"},"loud_sound":{"unicode":"1f50a","shortname":":loud_sound:","aliases":"","keywords":"speaker with three sound waves loud high volume 3 entertainment object"},"mute":{"unicode":"1f507","shortname":":mute:","aliases":"","keywords":"speaker with cancellation stroke sound volume mute object quiet silent"},"mega":{"unicode":"1f4e3","shortname":":mega:","aliases":"","keywords":"cheering megaphone sound speaker volume communication object"},"loudspeaker":{"unicode":"1f4e2","shortname":":loudspeaker:","aliases":"","keywords":"public address loudspeaker sound volume communication loud object public address"},"bell":{"unicode":"1f514","shortname":":bell:","aliases":"","keywords":"bell chime christmas notification sound xmas ring object"},"no_bell":{"unicode":"1f515","shortname":":no_bell:","aliases":"","keywords":"bell with cancellation stroke mute sound volume no forbidden not object prohibited quiet silent"},"black_joker":{"unicode":"1f0cf","shortname":":black_joker:","aliases":"","keywords":"playing card black joker cards game poker entertainment object"},"mahjong":{"unicode":"1f004","shortname":":mahjong:","aliases":"","keywords":"mahjong tile red dragon chinese game kanji object"},"spades":{"unicode":"2660","shortname":":spades:","aliases":"","keywords":"black spade suit cards poker card game symbol"},"clubs":{"unicode":"2663","shortname":":clubs:","aliases":"","keywords":"black club suit cards poker card clubs game symbol"},"hearts":{"unicode":"2665","shortname":":hearts:","aliases":"","keywords":"black heart suit cards poker card emotion game hearts symbol"},"diamonds":{"unicode":"2666","shortname":":diamonds:","aliases":"","keywords":"black diamond suit cards poker card diamonds game symbol"},"flower_playing_cards":{"unicode":"1f3b4","shortname":":flower_playing_cards:","aliases":"","keywords":"flower playing cards game august moon special activity card entertainment japanese object"},"thought_balloon":{"unicode":"1f4ad","shortname":":thought_balloon:","aliases":"","keywords":"thought balloon bubble cloud comic think day dream wonder emotion object person"},"anger_right":{"unicode":"1f5ef","shortname":":anger_right:","aliases":":right_anger_bubble:","keywords":"right anger bubble speech balloon talk mood conversation communication comic angry emotion mad symbol"},"speech_balloon":{"unicode":"1f4ac","shortname":":speech_balloon:","aliases":"","keywords":"speech balloon bubble words talk conversation communication comic dialogue dialog emotion object person"},"clock1":{"unicode":"1f550","shortname":":clock1:","aliases":"","keywords":"clock face one oclock time 00 1 1:00 o'clock symbol"},"clock2":{"unicode":"1f551","shortname":":clock2:","aliases":"","keywords":"clock face two oclock time 00 2 2:00 o'clock symbol"},"clock3":{"unicode":"1f552","shortname":":clock3:","aliases":"","keywords":"clock face three oclock time 00 3 3:00 o'clock symbol"},"clock4":{"unicode":"1f553","shortname":":clock4:","aliases":"","keywords":"clock face four oclock time 00 4 4:00 o'clock symbol"},"clock5":{"unicode":"1f554","shortname":":clock5:","aliases":"","keywords":"clock face five oclock time 00 5 5:00 o'clock symbol"},"clock6":{"unicode":"1f555","shortname":":clock6:","aliases":"","keywords":"clock face six oclock time 00 6 6:00 o'clock symbol"},"clock7":{"unicode":"1f556","shortname":":clock7:","aliases":"","keywords":"clock face seven oclock time 00 7 7:00 o'clock symbol"},"clock8":{"unicode":"1f557","shortname":":clock8:","aliases":"","keywords":"clock face eight oclock time 00 8 8:00 o'clock symbol"},"clock9":{"unicode":"1f558","shortname":":clock9:","aliases":"","keywords":"clock face nine oclock time 00 9 9:00 o'clock symbol"},"clock10":{"unicode":"1f559","shortname":":clock10:","aliases":"","keywords":"clock face ten oclock time 00 10 10:00 o'clock symbol"},"clock11":{"unicode":"1f55a","shortname":":clock11:","aliases":"","keywords":"clock face eleven oclock time 00 11 11:00 o'clock symbol"},"clock12":{"unicode":"1f55b","shortname":":clock12:","aliases":"","keywords":"clock face twelve oclock time 00 12 12:00 o'clock symbol"},"clock130":{"unicode":"1f55c","shortname":":clock130:","aliases":"","keywords":"clock face one-thirty time 1 1:30 30 one symbol thirty"},"clock230":{"unicode":"1f55d","shortname":":clock230:","aliases":"","keywords":"clock face two-thirty time 2 2:30 30 symbol thirty two"},"clock330":{"unicode":"1f55e","shortname":":clock330:","aliases":"","keywords":"clock face three-thirty time 3 3:30 30 symbol thirty three"},"clock430":{"unicode":"1f55f","shortname":":clock430:","aliases":"","keywords":"clock face four-thirty time 30 4 4:30 four symbol thirty"},"clock530":{"unicode":"1f560","shortname":":clock530:","aliases":"","keywords":"clock face five-thirty time 30 5 5:30 five symbol thirty"},"clock630":{"unicode":"1f561","shortname":":clock630:","aliases":"","keywords":"clock face six-thirty time 30 6 6:30 six symbol thirty"},"clock730":{"unicode":"1f562","shortname":":clock730:","aliases":"","keywords":"clock face seven-thirty time 30 7 7:30 seven symbol thirty"},"clock830":{"unicode":"1f563","shortname":":clock830:","aliases":"","keywords":"clock face eight-thirty time 30 8 8:30 eight symbol thirty"},"clock930":{"unicode":"1f564","shortname":":clock930:","aliases":"","keywords":"clock face nine-thirty time 30 9 9:30 nine symbol thirty"},"clock1030":{"unicode":"1f565","shortname":":clock1030:","aliases":"","keywords":"clock face ten-thirty time 10 10:30 30 symbol ten thirty"},"clock1130":{"unicode":"1f566","shortname":":clock1130:","aliases":"","keywords":"clock face eleven-thirty time 11 11:30 30 eleven symbol thirty"},"clock1230":{"unicode":"1f567","shortname":":clock1230:","aliases":"","keywords":"clock face twelve-thirty time 12 12:30 30 symbol thirty twelve"},"eye_in_speech_bubble":{"unicode":"1f441-1f5e8","shortname":":eye_in_speech_bubble:","aliases":"","keywords":"eye in speech bubble"},"flag_ac":{"unicode":"1f1e6-1f1e8","shortname":":flag_ac:","aliases":":ac:","keywords":"ascension country nation ac flag island other"},"flag_af":{"unicode":"1f1e6-1f1eb","shortname":":flag_af:","aliases":":af:","keywords":"afghanistan country nation afghanestan af flag other"},"flag_al":{"unicode":"1f1e6-1f1f1","shortname":":flag_al:","aliases":":al:","keywords":"albania country nation shqiperia al flag other"},"flag_dz":{"unicode":"1f1e9-1f1ff","shortname":":flag_dz:","aliases":":dz:","keywords":"algeria country nation al jaza'ir al jazair dz flag other"},"flag_ad":{"unicode":"1f1e6-1f1e9","shortname":":flag_ad:","aliases":":ad:","keywords":"andorra country nation ad flag other"},"flag_ao":{"unicode":"1f1e6-1f1f4","shortname":":flag_ao:","aliases":":ao:","keywords":"angola country nation ao flag other"},"flag_ai":{"unicode":"1f1e6-1f1ee","shortname":":flag_ai:","aliases":":ai:","keywords":"anguilla country nation ai flag other"},"flag_ag":{"unicode":"1f1e6-1f1ec","shortname":":flag_ag:","aliases":":ag:","keywords":"antigua and barbuda country nation ag flag other"},"flag_ar":{"unicode":"1f1e6-1f1f7","shortname":":flag_ar:","aliases":":ar:","keywords":"argentina country nation ar flag other"},"flag_am":{"unicode":"1f1e6-1f1f2","shortname":":flag_am:","aliases":":am:","keywords":"armenia country nation hayastan am flag other"},"flag_aw":{"unicode":"1f1e6-1f1fc","shortname":":flag_aw:","aliases":":aw:","keywords":"aruba country nation aw flag other"},"flag_au":{"unicode":"1f1e6-1f1fa","shortname":":flag_au:","aliases":":au:","keywords":"australia country nation au flag other"},"flag_at":{"unicode":"1f1e6-1f1f9","shortname":":flag_at:","aliases":":at:","keywords":"austria country nation österreich osterreich at flag other"},"flag_az":{"unicode":"1f1e6-1f1ff","shortname":":flag_az:","aliases":":az:","keywords":"azerbaijan country nation azarbaycan az flag other"},"flag_bs":{"unicode":"1f1e7-1f1f8","shortname":":flag_bs:","aliases":":bs:","keywords":"the bahamas country nation bs flag other"},"flag_bh":{"unicode":"1f1e7-1f1ed","shortname":":flag_bh:","aliases":":bh:","keywords":"bahrain country nation al bahrayn bh flag other"},"flag_bd":{"unicode":"1f1e7-1f1e9","shortname":":flag_bd:","aliases":":bd:","keywords":"bangladesh country nation bd flag other"},"flag_bb":{"unicode":"1f1e7-1f1e7","shortname":":flag_bb:","aliases":":bb:","keywords":"barbados country nation bb flag other"},"flag_by":{"unicode":"1f1e7-1f1fe","shortname":":flag_by:","aliases":":by:","keywords":"belarus country nation byelarus by flag other"},"flag_be":{"unicode":"1f1e7-1f1ea","shortname":":flag_be:","aliases":":be:","keywords":"belgium country nation belgique belgie be flag other"},"flag_bz":{"unicode":"1f1e7-1f1ff","shortname":":flag_bz:","aliases":":bz:","keywords":"belize country nation bz flag other"},"flag_bj":{"unicode":"1f1e7-1f1ef","shortname":":flag_bj:","aliases":":bj:","keywords":"benin country nation bj flag other"},"flag_bm":{"unicode":"1f1e7-1f1f2","shortname":":flag_bm:","aliases":":bm:","keywords":"bermuda country nation bm flag other"},"flag_bt":{"unicode":"1f1e7-1f1f9","shortname":":flag_bt:","aliases":":bt:","keywords":"bhutan country nation bt flag other"},"flag_bo":{"unicode":"1f1e7-1f1f4","shortname":":flag_bo:","aliases":":bo:","keywords":"bolivia country nation bo flag other"},"flag_ba":{"unicode":"1f1e7-1f1e6","shortname":":flag_ba:","aliases":":ba:","keywords":"bosnia and herzegovina country nation bosna i hercegovina ba flag other"},"flag_bw":{"unicode":"1f1e7-1f1fc","shortname":":flag_bw:","aliases":":bw:","keywords":"botswana country nation bw flag other"},"flag_br":{"unicode":"1f1e7-1f1f7","shortname":":flag_br:","aliases":":br:","keywords":"brazil country nation brasil br flag other"},"flag_bn":{"unicode":"1f1e7-1f1f3","shortname":":flag_bn:","aliases":":bn:","keywords":"brunei country nation bn darussalam flag other"},"flag_bg":{"unicode":"1f1e7-1f1ec","shortname":":flag_bg:","aliases":":bg:","keywords":"bulgaria country nation bg flag other"},"flag_bf":{"unicode":"1f1e7-1f1eb","shortname":":flag_bf:","aliases":":bf:","keywords":"burkina faso country nation bf burkina faso flag other"},"flag_bi":{"unicode":"1f1e7-1f1ee","shortname":":flag_bi:","aliases":":bi:","keywords":"burundi country nation bi flag other"},"flag_cv":{"unicode":"1f1e8-1f1fb","shortname":":flag_cv:","aliases":":cv:","keywords":"cape verde country nation cabo verde cv cabo flag other"},"flag_kh":{"unicode":"1f1f0-1f1ed","shortname":":flag_kh:","aliases":":kh:","keywords":"cambodia country nation kampuchea kh flag other"},"flag_cm":{"unicode":"1f1e8-1f1f2","shortname":":flag_cm:","aliases":":cm:","keywords":"cameroon country nation cm flag other"},"flag_ca":{"unicode":"1f1e8-1f1e6","shortname":":flag_ca:","aliases":":ca:","keywords":"canada country nation ca flag other"},"flag_ky":{"unicode":"1f1f0-1f1fe","shortname":":flag_ky:","aliases":":ky:","keywords":"cayman islands country nation ky flag island other"},"flag_cf":{"unicode":"1f1e8-1f1eb","shortname":":flag_cf:","aliases":":cf:","keywords":"central african republic country nation cf central african republic flag other"},"flag_td":{"unicode":"1f1f9-1f1e9","shortname":":flag_td:","aliases":":td:","keywords":"chad country nation tchad td flag other"},"flag_cl":{"unicode":"1f1e8-1f1f1","shortname":":flag_cl:","aliases":":chile:","keywords":"chile country nation cl flag other"},"flag_cn":{"unicode":"1f1e8-1f1f3","shortname":":flag_cn:","aliases":":cn:","keywords":"china chinese prc zhong guo country nation cn flag other"},"flag_co":{"unicode":"1f1e8-1f1f4","shortname":":flag_co:","aliases":":co:","keywords":"colombia country nation co flag other"},"flag_km":{"unicode":"1f1f0-1f1f2","shortname":":flag_km:","aliases":":km:","keywords":"the comoros country nation km flag other"},"flag_cg":{"unicode":"1f1e8-1f1ec","shortname":":flag_cg:","aliases":":cg:","keywords":"the republic of the congo country nation cg brazzaville congo republic congo-brazzaville flag other republic of the congo"},"flag_cd":{"unicode":"1f1e8-1f1e9","shortname":":flag_cd:","aliases":":congo:","keywords":"the democratic republic of the congo country nation république démocratique du congo republique democratique du congo cd congo-kinshasa democratic republic of congo drc flag kinshasa other"},"flag_cr":{"unicode":"1f1e8-1f1f7","shortname":":flag_cr:","aliases":":cr:","keywords":"costa rica country nation cr costa rica flag other"},"flag_hr":{"unicode":"1f1ed-1f1f7","shortname":":flag_hr:","aliases":":hr:","keywords":"croatia country nation hrvatska hr flag other"},"flag_cu":{"unicode":"1f1e8-1f1fa","shortname":":flag_cu:","aliases":":cu:","keywords":"cuba country nation cu flag other"},"flag_cy":{"unicode":"1f1e8-1f1fe","shortname":":flag_cy:","aliases":":cy:","keywords":"cyprus country nation kibris kypros cy flag other"},"flag_cz":{"unicode":"1f1e8-1f1ff","shortname":":flag_cz:","aliases":":cz:","keywords":"the czech republic country nation ceska republika cz czech republic flag other"},"flag_dk":{"unicode":"1f1e9-1f1f0","shortname":":flag_dk:","aliases":":dk:","keywords":"denmark country nation danmark dk flag other"},"flag_dj":{"unicode":"1f1e9-1f1ef","shortname":":flag_dj:","aliases":":dj:","keywords":"djibouti country nation dj flag other"},"flag_dm":{"unicode":"1f1e9-1f1f2","shortname":":flag_dm:","aliases":":dm:","keywords":"dominica country nation dm flag other"},"flag_do":{"unicode":"1f1e9-1f1f4","shortname":":flag_do:","aliases":":do:","keywords":"the dominican republic country nation do dominican republic flag other"},"flag_ec":{"unicode":"1f1ea-1f1e8","shortname":":flag_ec:","aliases":":ec:","keywords":"ecuador country nation ec flag other"},"flag_eg":{"unicode":"1f1ea-1f1ec","shortname":":flag_eg:","aliases":":eg:","keywords":"egypt country nation misr eg flag other"},"flag_sv":{"unicode":"1f1f8-1f1fb","shortname":":flag_sv:","aliases":":sv:","keywords":"el salvador country nation sv el salvador flag other"},"flag_gq":{"unicode":"1f1ec-1f1f6","shortname":":flag_gq:","aliases":":gq:","keywords":"equatorial guinea country nation guinea ecuatorial gq equatorial guinea flag other"},"flag_er":{"unicode":"1f1ea-1f1f7","shortname":":flag_er:","aliases":":er:","keywords":"eritrea country nation hagere ertra er flag other"},"flag_ee":{"unicode":"1f1ea-1f1ea","shortname":":flag_ee:","aliases":":ee:","keywords":"estonia country nation eesti vabariik ee flag other"},"flag_et":{"unicode":"1f1ea-1f1f9","shortname":":flag_et:","aliases":":et:","keywords":"ethiopia country nation ityop'iya ityopiya et flag other"},"flag_fk":{"unicode":"1f1eb-1f1f0","shortname":":flag_fk:","aliases":":fk:","keywords":"falkland islands country nation islas malvinas fk falklands flag island islas malvinas other"},"flag_fo":{"unicode":"1f1eb-1f1f4","shortname":":flag_fo:","aliases":":fo:","keywords":"faroe islands country nation foroyar fo flag island other"},"flag_fj":{"unicode":"1f1eb-1f1ef","shortname":":flag_fj:","aliases":":fj:","keywords":"fiji country nation fj flag other"},"flag_fi":{"unicode":"1f1eb-1f1ee","shortname":":flag_fi:","aliases":":fi:","keywords":"finland country nation suomen tasavalta fi flag other"},"flag_fr":{"unicode":"1f1eb-1f1f7","shortname":":flag_fr:","aliases":":fr:","keywords":"france french nation country fr flag other"},"flag_pf":{"unicode":"1f1f5-1f1eb","shortname":":flag_pf:","aliases":":pf:","keywords":"french polynesia country nation polynésie française polynesie francaise pf flag other"},"flag_ga":{"unicode":"1f1ec-1f1e6","shortname":":flag_ga:","aliases":":ga:","keywords":"gabon country nation ga flag other"},"flag_gm":{"unicode":"1f1ec-1f1f2","shortname":":flag_gm:","aliases":":gm:","keywords":"the gambia country nation gm flag other"},"flag_ge":{"unicode":"1f1ec-1f1ea","shortname":":flag_ge:","aliases":":ge:","keywords":"georgia country nation sak'art'velo sakartvelo ge flag other"},"flag_de":{"unicode":"1f1e9-1f1ea","shortname":":flag_de:","aliases":":de:","keywords":"germany german nation deutschland country de flag other"},"flag_gh":{"unicode":"1f1ec-1f1ed","shortname":":flag_gh:","aliases":":gh:","keywords":"ghana country nation gh flag other"},"flag_gi":{"unicode":"1f1ec-1f1ee","shortname":":flag_gi:","aliases":":gi:","keywords":"gibraltar country nation gi flag other"},"flag_gr":{"unicode":"1f1ec-1f1f7","shortname":":flag_gr:","aliases":":gr:","keywords":"greece country nation ellas ellada gr flag other"},"flag_gl":{"unicode":"1f1ec-1f1f1","shortname":":flag_gl:","aliases":":gl:","keywords":"greenland country nation kalaallit nunaat gl flag other"},"flag_gd":{"unicode":"1f1ec-1f1e9","shortname":":flag_gd:","aliases":":gd:","keywords":"grenada country nation gd flag other"},"flag_gu":{"unicode":"1f1ec-1f1fa","shortname":":flag_gu:","aliases":":gu:","keywords":"guam country nation gu flag other"},"flag_gt":{"unicode":"1f1ec-1f1f9","shortname":":flag_gt:","aliases":":gt:","keywords":"guatemala country nation gt flag other"},"flag_gn":{"unicode":"1f1ec-1f1f3","shortname":":flag_gn:","aliases":":gn:","keywords":"guinea country nation guinee gn flag other"},"flag_gw":{"unicode":"1f1ec-1f1fc","shortname":":flag_gw:","aliases":":gw:","keywords":"guinea-bissau country nation guine-bissau guine bissau gw bissau flag guinea other"},"flag_gy":{"unicode":"1f1ec-1f1fe","shortname":":flag_gy:","aliases":":gy:","keywords":"guyana country nation gy flag other"},"flag_ht":{"unicode":"1f1ed-1f1f9","shortname":":flag_ht:","aliases":":ht:","keywords":"haiti country nation ht flag other"},"flag_hn":{"unicode":"1f1ed-1f1f3","shortname":":flag_hn:","aliases":":hn:","keywords":"honduras country nation hn flag other"},"flag_hk":{"unicode":"1f1ed-1f1f0","shortname":":flag_hk:","aliases":":hk:","keywords":"hong kong country nation xianggang hk china flag hong kong other"},"flag_hu":{"unicode":"1f1ed-1f1fa","shortname":":flag_hu:","aliases":":hu:","keywords":"hungary country nation magyarorszag hu flag other"},"flag_is":{"unicode":"1f1ee-1f1f8","shortname":":flag_is:","aliases":":is:","keywords":"iceland country nation lyoveldio island is flag other"},"flag_in":{"unicode":"1f1ee-1f1f3","shortname":":flag_in:","aliases":":in:","keywords":"india country nation bharat in flag other"},"flag_id":{"unicode":"1f1ee-1f1e9","shortname":":flag_id:","aliases":":indonesia:","keywords":"indonesia country nation id flag other"},"flag_ir":{"unicode":"1f1ee-1f1f7","shortname":":flag_ir:","aliases":":ir:","keywords":"iran country nation ir flag other"},"flag_iq":{"unicode":"1f1ee-1f1f6","shortname":":flag_iq:","aliases":":iq:","keywords":"iraq country nation iq flag other"},"flag_ie":{"unicode":"1f1ee-1f1ea","shortname":":flag_ie:","aliases":":ie:","keywords":"ireland country nation éire eire ie flag other"},"flag_il":{"unicode":"1f1ee-1f1f1","shortname":":flag_il:","aliases":":il:","keywords":"israel country nation yisra'el yisrael il flag other"},"flag_it":{"unicode":"1f1ee-1f1f9","shortname":":flag_it:","aliases":":it:","keywords":"italy italia country nation it flag other"},"flag_ci":{"unicode":"1f1e8-1f1ee","shortname":":flag_ci:","aliases":":ci:","keywords":"c\u00f4te d\u2019ivoire country nation ci cote ivoire c\u00f4te ivoire flag ivory coast other"},"flag_jm":{"unicode":"1f1ef-1f1f2","shortname":":flag_jm:","aliases":":jm:","keywords":"jamaica country nation jm flag other"},"flag_jp":{"unicode":"1f1ef-1f1f5","shortname":":flag_jp:","aliases":":jp:","keywords":"japan nation nippon country jp flag other"},"flag_je":{"unicode":"1f1ef-1f1ea","shortname":":flag_je:","aliases":":je:","keywords":"jersey country nation je flag other"},"flag_jo":{"unicode":"1f1ef-1f1f4","shortname":":flag_jo:","aliases":":jo:","keywords":"jordan country nation al urdun jo flag other"},"flag_kz":{"unicode":"1f1f0-1f1ff","shortname":":flag_kz:","aliases":":kz:","keywords":"kazakhstan country nation qazaqstan kz flag other"},"flag_ke":{"unicode":"1f1f0-1f1ea","shortname":":flag_ke:","aliases":":ke:","keywords":"kenya country nation ke flag other"},"flag_ki":{"unicode":"1f1f0-1f1ee","shortname":":flag_ki:","aliases":":ki:","keywords":"kiribati country nation kiribati kiribas ki flag other"},"flag_xk":{"unicode":"1f1fd-1f1f0","shortname":":flag_xk:","aliases":":xk:","keywords":"kosovo country nation xk flag other"},"flag_kw":{"unicode":"1f1f0-1f1fc","shortname":":flag_kw:","aliases":":kw:","keywords":"kuwait country nation al kuwayt kw flag other"},"flag_kg":{"unicode":"1f1f0-1f1ec","shortname":":flag_kg:","aliases":":kg:","keywords":"kyrgyzstan country nation kyrgyz respublikasy kg flag other"},"flag_la":{"unicode":"1f1f1-1f1e6","shortname":":flag_la:","aliases":":la:","keywords":"laos country nation la flag other"},"flag_lv":{"unicode":"1f1f1-1f1fb","shortname":":flag_lv:","aliases":":lv:","keywords":"latvia country nation latvija lv flag other"},"flag_lb":{"unicode":"1f1f1-1f1e7","shortname":":flag_lb:","aliases":":lb:","keywords":"lebanon country nation lubnan lb flag other"},"flag_ls":{"unicode":"1f1f1-1f1f8","shortname":":flag_ls:","aliases":":ls:","keywords":"lesotho country nation ls flag other"},"flag_lr":{"unicode":"1f1f1-1f1f7","shortname":":flag_lr:","aliases":":lr:","keywords":"liberia country nation lr flag other"},"flag_ly":{"unicode":"1f1f1-1f1fe","shortname":":flag_ly:","aliases":":ly:","keywords":"libya country nation libiyah ly flag other"},"flag_li":{"unicode":"1f1f1-1f1ee","shortname":":flag_li:","aliases":":li:","keywords":"liechtenstein country nation li flag other"},"flag_lt":{"unicode":"1f1f1-1f1f9","shortname":":flag_lt:","aliases":":lt:","keywords":"lithuania country nation lietuva lt flag other"},"flag_lu":{"unicode":"1f1f1-1f1fa","shortname":":flag_lu:","aliases":":lu:","keywords":"luxembourg country nation luxembourg letzebuerg lu flag other"},"flag_mo":{"unicode":"1f1f2-1f1f4","shortname":":flag_mo:","aliases":":mo:","keywords":"macau country nation aomen mo china flag macao other"},"flag_mk":{"unicode":"1f1f2-1f1f0","shortname":":flag_mk:","aliases":":mk:","keywords":"macedonia country nation mk flag other"},"flag_mg":{"unicode":"1f1f2-1f1ec","shortname":":flag_mg:","aliases":":mg:","keywords":"madagascar country nation mg flag other"},"flag_mw":{"unicode":"1f1f2-1f1fc","shortname":":flag_mw:","aliases":":mw:","keywords":"malawi country nation mw flag other"},"flag_my":{"unicode":"1f1f2-1f1fe","shortname":":flag_my:","aliases":":my:","keywords":"malaysia country nation my flag other"},"flag_mv":{"unicode":"1f1f2-1f1fb","shortname":":flag_mv:","aliases":":mv:","keywords":"maldives country nation dhivehi raajje mv flag other"},"flag_ml":{"unicode":"1f1f2-1f1f1","shortname":":flag_ml:","aliases":":ml:","keywords":"mali country nation ml flag other"},"flag_mt":{"unicode":"1f1f2-1f1f9","shortname":":flag_mt:","aliases":":mt:","keywords":"malta country nation mt flag other"},"flag_mh":{"unicode":"1f1f2-1f1ed","shortname":":flag_mh:","aliases":":mh:","keywords":"the marshall islands country nation mh flag island other"},"flag_mr":{"unicode":"1f1f2-1f1f7","shortname":":flag_mr:","aliases":":mr:","keywords":"mauritania country nation muritaniyah mr flag other"},"flag_mu":{"unicode":"1f1f2-1f1fa","shortname":":flag_mu:","aliases":":mu:","keywords":"mauritius country nation mu flag other"},"flag_mx":{"unicode":"1f1f2-1f1fd","shortname":":flag_mx:","aliases":":mx:","keywords":"mexico country nation mx flag other"},"flag_fm":{"unicode":"1f1eb-1f1f2","shortname":":flag_fm:","aliases":":fm:","keywords":"micronesia country nation fm flag other"},"flag_md":{"unicode":"1f1f2-1f1e9","shortname":":flag_md:","aliases":":md:","keywords":"moldova country nation md flag other"},"flag_mc":{"unicode":"1f1f2-1f1e8","shortname":":flag_mc:","aliases":":mc:","keywords":"monaco country nation mc flag other"},"flag_mn":{"unicode":"1f1f2-1f1f3","shortname":":flag_mn:","aliases":":mn:","keywords":"mongolia country nation mongol uls mn flag other"},"flag_me":{"unicode":"1f1f2-1f1ea","shortname":":flag_me:","aliases":":me:","keywords":"montenegro country nation crna gora me flag other"},"flag_ms":{"unicode":"1f1f2-1f1f8","shortname":":flag_ms:","aliases":":ms:","keywords":"montserrat country nation ms flag other"},"flag_ma":{"unicode":"1f1f2-1f1e6","shortname":":flag_ma:","aliases":":ma:","keywords":"morocco country nation al maghrib ma flag other"},"flag_mz":{"unicode":"1f1f2-1f1ff","shortname":":flag_mz:","aliases":":mz:","keywords":"mozambique country nation mocambique mz flag other"},"flag_mm":{"unicode":"1f1f2-1f1f2","shortname":":flag_mm:","aliases":":mm:","keywords":"myanmar country nation myanma naingngandaw mm burma flag other"},"flag_na":{"unicode":"1f1f3-1f1e6","shortname":":flag_na:","aliases":":na:","keywords":"namibia country nation na flag other"},"flag_nr":{"unicode":"1f1f3-1f1f7","shortname":":flag_nr:","aliases":":nr:","keywords":"nauru country nation nr flag other"},"flag_np":{"unicode":"1f1f3-1f1f5","shortname":":flag_np:","aliases":":np:","keywords":"nepal country nation np flag other"},"flag_nl":{"unicode":"1f1f3-1f1f1","shortname":":flag_nl:","aliases":":nl:","keywords":"the netherlands country nation nederland holland nl flag other"},"flag_nc":{"unicode":"1f1f3-1f1e8","shortname":":flag_nc:","aliases":":nc:","keywords":"new caledonia country nation nouvelle calédonie caledonie nc flag new caledonia other"},"flag_nz":{"unicode":"1f1f3-1f1ff","shortname":":flag_nz:","aliases":":nz:","keywords":"new zealand country nation aotearoa nz flag new zealand other"},"flag_ni":{"unicode":"1f1f3-1f1ee","shortname":":flag_ni:","aliases":":ni:","keywords":"nicaragua country nation ni flag other"},"flag_ne":{"unicode":"1f1f3-1f1ea","shortname":":flag_ne:","aliases":":ne:","keywords":"niger country nation ne flag other"},"flag_ng":{"unicode":"1f1f3-1f1ec","shortname":":flag_ng:","aliases":":nigeria:","keywords":"nigeria country nation ng flag other"},"flag_nu":{"unicode":"1f1f3-1f1fa","shortname":":flag_nu:","aliases":":nu:","keywords":"niue country nation nu flag other"},"flag_kp":{"unicode":"1f1f0-1f1f5","shortname":":flag_kp:","aliases":":kp:","keywords":"north korea country nation kp flag north korea other"},"flag_no":{"unicode":"1f1f3-1f1f4","shortname":":flag_no:","aliases":":no:","keywords":"norway country nation norge no flag other"},"flag_om":{"unicode":"1f1f4-1f1f2","shortname":":flag_om:","aliases":":om:","keywords":"oman country nation saltanat uman om flag other"},"flag_pk":{"unicode":"1f1f5-1f1f0","shortname":":flag_pk:","aliases":":pk:","keywords":"pakistan country nation pk flag other"},"flag_pw":{"unicode":"1f1f5-1f1fc","shortname":":flag_pw:","aliases":":pw:","keywords":"palau country nation belau pw flag other"},"flag_ps":{"unicode":"1f1f5-1f1f8","shortname":":flag_ps:","aliases":":ps:","keywords":"palestinian authority country nation ps flag other palestine"},"flag_pa":{"unicode":"1f1f5-1f1e6","shortname":":flag_pa:","aliases":":pa:","keywords":"panama country nation pa flag other"},"flag_pg":{"unicode":"1f1f5-1f1ec","shortname":":flag_pg:","aliases":":pg:","keywords":"papua new guinea country nation papua niu gini pg flag other papua new guinea"},"flag_py":{"unicode":"1f1f5-1f1fe","shortname":":flag_py:","aliases":":py:","keywords":"paraguay country nation py flag other"},"flag_pe":{"unicode":"1f1f5-1f1ea","shortname":":flag_pe:","aliases":":pe:","keywords":"peru country nation pe flag other"},"flag_ph":{"unicode":"1f1f5-1f1ed","shortname":":flag_ph:","aliases":":ph:","keywords":"the philippines country nation pilipinas ph flag other"},"flag_pl":{"unicode":"1f1f5-1f1f1","shortname":":flag_pl:","aliases":":pl:","keywords":"poland country nation polska pl flag other"},"flag_pt":{"unicode":"1f1f5-1f1f9","shortname":":flag_pt:","aliases":":pt:","keywords":"portugal country nation pt flag other"},"flag_pr":{"unicode":"1f1f5-1f1f7","shortname":":flag_pr:","aliases":":pr:","keywords":"puerto rico country nation pr flag other puerto rico"},"flag_qa":{"unicode":"1f1f6-1f1e6","shortname":":flag_qa:","aliases":":qa:","keywords":"qatar country nation dawlat qatar qa flag other"},"flag_ro":{"unicode":"1f1f7-1f1f4","shortname":":flag_ro:","aliases":":ro:","keywords":"romania country nation ro flag other"},"flag_ru":{"unicode":"1f1f7-1f1fa","shortname":":flag_ru:","aliases":":ru:","keywords":"russia nation russian country ru flag other"},"flag_rw":{"unicode":"1f1f7-1f1fc","shortname":":flag_rw:","aliases":":rw:","keywords":"rwanda country nation rw flag other"},"flag_sh":{"unicode":"1f1f8-1f1ed","shortname":":flag_sh:","aliases":":sh:","keywords":"saint helena country nation sh flag other"},"flag_kn":{"unicode":"1f1f0-1f1f3","shortname":":flag_kn:","aliases":":kn:","keywords":"saint kitts and nevis country nation kn flag other"},"flag_lc":{"unicode":"1f1f1-1f1e8","shortname":":flag_lc:","aliases":":lc:","keywords":"saint lucia country nation lc flag other"},"flag_vc":{"unicode":"1f1fb-1f1e8","shortname":":flag_vc:","aliases":":vc:","keywords":"saint vincent and the grenadines country nation vc flag other"},"flag_ws":{"unicode":"1f1fc-1f1f8","shortname":":flag_ws:","aliases":":ws:","keywords":"samoa country nation american samoa ws flag other"},"flag_sm":{"unicode":"1f1f8-1f1f2","shortname":":flag_sm:","aliases":":sm:","keywords":"san marino country nation sm flag other san marino"},"flag_st":{"unicode":"1f1f8-1f1f9","shortname":":flag_st:","aliases":":st:","keywords":"s\u00e3o tom\u00e9 and pr\u00edncipe country nation st flag other pr\u00edncipe sao tome"},"flag_sa":{"unicode":"1f1f8-1f1e6","shortname":":flag_sa:","aliases":":saudiarabia: :saudi:","keywords":"saudi arabia country nation al arabiyah as suudiyah sa flag other saudi arabia"},"flag_sn":{"unicode":"1f1f8-1f1f3","shortname":":flag_sn:","aliases":":sn:","keywords":"senegal country nation sn flag other"},"flag_rs":{"unicode":"1f1f7-1f1f8","shortname":":flag_rs:","aliases":":rs:","keywords":"serbia country nation srbija rs flag other"},"flag_sc":{"unicode":"1f1f8-1f1e8","shortname":":flag_sc:","aliases":":sc:","keywords":"the seychelles country nation seychelles sc flag other"},"flag_sl":{"unicode":"1f1f8-1f1f1","shortname":":flag_sl:","aliases":":sl:","keywords":"sierra leone country nation sl flag other sierra leone"},"flag_sg":{"unicode":"1f1f8-1f1ec","shortname":":flag_sg:","aliases":":sg:","keywords":"singapore country nation sg flag other"},"flag_sk":{"unicode":"1f1f8-1f1f0","shortname":":flag_sk:","aliases":":sk:","keywords":"slovakia country nation sk flag other"},"flag_si":{"unicode":"1f1f8-1f1ee","shortname":":flag_si:","aliases":":si:","keywords":"slovenia country nation slovenija si flag other"},"flag_sb":{"unicode":"1f1f8-1f1e7","shortname":":flag_sb:","aliases":":sb:","keywords":"the solomon islands country nation sb flag island other"},"flag_so":{"unicode":"1f1f8-1f1f4","shortname":":flag_so:","aliases":":so:","keywords":"somalia country nation so flag other"},"flag_za":{"unicode":"1f1ff-1f1e6","shortname":":flag_za:","aliases":":za:","keywords":"south africa country nation flag other south africa"},"flag_kr":{"unicode":"1f1f0-1f1f7","shortname":":flag_kr:","aliases":":kr:","keywords":"korea nation country south korea kr flag other south"},"flag_es":{"unicode":"1f1ea-1f1f8","shortname":":flag_es:","aliases":":es:","keywords":"spain nation españa country espana es flag other"},"flag_lk":{"unicode":"1f1f1-1f1f0","shortname":":flag_lk:","aliases":":lk:","keywords":"sri lanka country nation lk flag other sri lanka"},"flag_sd":{"unicode":"1f1f8-1f1e9","shortname":":flag_sd:","aliases":":sd:","keywords":"sudan country nation as-sudan sd flag other"},"flag_sr":{"unicode":"1f1f8-1f1f7","shortname":":flag_sr:","aliases":":sr:","keywords":"suriname country nation sr flag other"},"flag_sz":{"unicode":"1f1f8-1f1ff","shortname":":flag_sz:","aliases":":sz:","keywords":"swaziland country nation sz flag other"},"flag_se":{"unicode":"1f1f8-1f1ea","shortname":":flag_se:","aliases":":se:","keywords":"sweden country nation sverige se flag other"},"flag_ch":{"unicode":"1f1e8-1f1ed","shortname":":flag_ch:","aliases":":ch:","keywords":"switzerland country nation swiss flag other"},"flag_sy":{"unicode":"1f1f8-1f1fe","shortname":":flag_sy:","aliases":":sy:","keywords":"syria country nation sy flag other"},"flag_tw":{"unicode":"1f1f9-1f1fc","shortname":":flag_tw:","aliases":":tw:","keywords":"the republic of china country nation taiwan tw flag other"},"flag_tj":{"unicode":"1f1f9-1f1ef","shortname":":flag_tj:","aliases":":tj:","keywords":"tajikistan country nation jumhurii tojikiston tj flag other"},"flag_tz":{"unicode":"1f1f9-1f1ff","shortname":":flag_tz:","aliases":":tz:","keywords":"tanzania country nation tz flag other"},"flag_th":{"unicode":"1f1f9-1f1ed","shortname":":flag_th:","aliases":":th:","keywords":"thailand country nation prathet thai th flag other"},"flag_tl":{"unicode":"1f1f9-1f1f1","shortname":":flag_tl:","aliases":":tl:","keywords":"timor-leste country nation tl east timor flag other timor-leste"},"flag_tg":{"unicode":"1f1f9-1f1ec","shortname":":flag_tg:","aliases":":tg:","keywords":"togo country nation republique togolaise tg flag other"},"flag_to":{"unicode":"1f1f9-1f1f4","shortname":":flag_to:","aliases":":to:","keywords":"tonga country nation to flag other"},"flag_tt":{"unicode":"1f1f9-1f1f9","shortname":":flag_tt:","aliases":":tt:","keywords":"trinidad and tobago country nation tt flag other"},"flag_tn":{"unicode":"1f1f9-1f1f3","shortname":":flag_tn:","aliases":":tn:","keywords":"tunisia country nation tunis tn flag other"},"flag_tr":{"unicode":"1f1f9-1f1f7","shortname":":flag_tr:","aliases":":tr:","keywords":"turkey country nation turkiye flag other"},"flag_tm":{"unicode":"1f1f9-1f1f2","shortname":":flag_tm:","aliases":":turkmenistan:","keywords":"turkmenistan country nation tm flag other"},"flag_tv":{"unicode":"1f1f9-1f1fb","shortname":":flag_tv:","aliases":":tuvalu:","keywords":"tuvalu country nation tv flag other"},"flag_ug":{"unicode":"1f1fa-1f1ec","shortname":":flag_ug:","aliases":":ug:","keywords":"uganda country nation ug flag other"},"flag_ua":{"unicode":"1f1fa-1f1e6","shortname":":flag_ua:","aliases":":ua:","keywords":"ukraine country nation ukrayina ua flag other"},"flag_ae":{"unicode":"1f1e6-1f1ea","shortname":":flag_ae:","aliases":":ae:","keywords":"the united arab emirates country nation ae flag other uae"},"flag_gb":{"unicode":"1f1ec-1f1e7","shortname":":flag_gb:","aliases":":gb:","keywords":"great britain UK gb britsh nation united kingdom england country british cornwall flag great britain ireland northern ireland other scotland uk union jack united wales"},"flag_us":{"unicode":"1f1fa-1f1f8","shortname":":flag_us:","aliases":":us:","keywords":"united states american country nation usa united states of america america old glory us flag other stars and stripes united states"},"flag_vi":{"unicode":"1f1fb-1f1ee","shortname":":flag_vi:","aliases":":vi:","keywords":"u.s. virgin islands country nation vi america american flag island other united united states us usa"},"flag_uy":{"unicode":"1f1fa-1f1fe","shortname":":flag_uy:","aliases":":uy:","keywords":"uruguay country nation uy flag other"},"flag_uz":{"unicode":"1f1fa-1f1ff","shortname":":flag_uz:","aliases":":uz:","keywords":"uzbekistan country nation uzbekiston respublikasi uz flag other"},"flag_vu":{"unicode":"1f1fb-1f1fa","shortname":":flag_vu:","aliases":":vu:","keywords":"vanuatu country nation vu flag other"},"flag_va":{"unicode":"1f1fb-1f1e6","shortname":":flag_va:","aliases":":va:","keywords":"the vatican city country nation va flag other"},"flag_ve":{"unicode":"1f1fb-1f1ea","shortname":":flag_ve:","aliases":":ve:","keywords":"venezuela country nation ve flag other"},"flag_vn":{"unicode":"1f1fb-1f1f3","shortname":":flag_vn:","aliases":":vn:","keywords":"vietnam country nation viet nam vn flag other"},"flag_wf":{"unicode":"1f1fc-1f1eb","shortname":":flag_wf:","aliases":":wf:","keywords":"wallis and futuna country nation wf flag other"},"flag_eh":{"unicode":"1f1ea-1f1ed","shortname":":flag_eh:","aliases":":eh:","keywords":"western sahara country nation sahra gharbiyah eh flag other west western sahara"},"flag_ye":{"unicode":"1f1fe-1f1ea","shortname":":flag_ye:","aliases":":ye:","keywords":"yemen country nation al yaman ye flag other"},"flag_zm":{"unicode":"1f1ff-1f1f2","shortname":":flag_zm:","aliases":":zm:","keywords":"zambia country nation zm flag other"},"flag_zw":{"unicode":"1f1ff-1f1fc","shortname":":flag_zw:","aliases":":zw:","keywords":"zimbabwe country nation zw flag other"},"flag_re":{"unicode":"1f1f7-1f1ea","shortname":":flag_re:","aliases":":re:","keywords":"r\u00e9union"},"flag_ax":{"unicode":"1f1e6-1f1fd","shortname":":flag_ax:","aliases":":ax:","keywords":"\u00e5land islands"},"flag_ta":{"unicode":"1f1f9-1f1e6","shortname":":flag_ta:","aliases":":ta:","keywords":"tristan da cunha"},"flag_io":{"unicode":"1f1ee-1f1f4","shortname":":flag_io:","aliases":":io:","keywords":"british indian ocean territory"},"flag_bq":{"unicode":"1f1e7-1f1f6","shortname":":flag_bq:","aliases":":bq:","keywords":"caribbean netherlands"},"flag_cx":{"unicode":"1f1e8-1f1fd","shortname":":flag_cx:","aliases":":cx:","keywords":"christmas island"},"flag_cc":{"unicode":"1f1e8-1f1e8","shortname":":flag_cc:","aliases":":cc:","keywords":"cocos (keeling) islands"},"flag_gg":{"unicode":"1f1ec-1f1ec","shortname":":flag_gg:","aliases":":gg:","keywords":"guernsey"},"flag_im":{"unicode":"1f1ee-1f1f2","shortname":":flag_im:","aliases":":im:","keywords":"isle of man"},"flag_yt":{"unicode":"1f1fe-1f1f9","shortname":":flag_yt:","aliases":":yt:","keywords":"mayotte"},"flag_nf":{"unicode":"1f1f3-1f1eb","shortname":":flag_nf:","aliases":":nf:","keywords":"norfolk island"},"flag_pn":{"unicode":"1f1f5-1f1f3","shortname":":flag_pn:","aliases":":pn:","keywords":"pitcairn"},"flag_bl":{"unicode":"1f1e7-1f1f1","shortname":":flag_bl:","aliases":":bl:","keywords":"saint barth\u00e9lemy"},"flag_pm":{"unicode":"1f1f5-1f1f2","shortname":":flag_pm:","aliases":":pm:","keywords":"saint pierre and miquelon"},"flag_gs":{"unicode":"1f1ec-1f1f8","shortname":":flag_gs:","aliases":":gs:","keywords":"south georgia"},"flag_tk":{"unicode":"1f1f9-1f1f0","shortname":":flag_tk:","aliases":":tk:","keywords":"tokelau"},"flag_bv":{"unicode":"1f1e7-1f1fb","shortname":":flag_bv:","aliases":":bv:","keywords":"bouvet island"},"flag_hm":{"unicode":"1f1ed-1f1f2","shortname":":flag_hm:","aliases":":hm:","keywords":"heard island and mcdonald islands"},"flag_sj":{"unicode":"1f1f8-1f1ef","shortname":":flag_sj:","aliases":":sj:","keywords":"svalbard and jan mayen"},"flag_um":{"unicode":"1f1fa-1f1f2","shortname":":flag_um:","aliases":":um:","keywords":"united states minor outlying islands"},"flag_ic":{"unicode":"1f1ee-1f1e8","shortname":":flag_ic:","aliases":":ic:","keywords":"canary islands"},"flag_ea":{"unicode":"1f1ea-1f1e6","shortname":":flag_ea:","aliases":":ea:","keywords":"ceuta, melilla"},"flag_cp":{"unicode":"1f1e8-1f1f5","shortname":":flag_cp:","aliases":":cp:","keywords":"clipperton island"},"flag_dg":{"unicode":"1f1e9-1f1ec","shortname":":flag_dg:","aliases":":dg:","keywords":"diego garcia"},"flag_as":{"unicode":"1f1e6-1f1f8","shortname":":flag_as:","aliases":":as:","keywords":"american samoa"},"flag_aq":{"unicode":"1f1e6-1f1f6","shortname":":flag_aq:","aliases":":aq:","keywords":"antarctica"},"flag_vg":{"unicode":"1f1fb-1f1ec","shortname":":flag_vg:","aliases":":vg:","keywords":"british virgin islands"},"flag_ck":{"unicode":"1f1e8-1f1f0","shortname":":flag_ck:","aliases":":ck:","keywords":"cook islands"},"flag_cw":{"unicode":"1f1e8-1f1fc","shortname":":flag_cw:","aliases":":cw:","keywords":"cura\u00e7ao"},"flag_eu":{"unicode":"1f1ea-1f1fa","shortname":":flag_eu:","aliases":":eu:","keywords":"european union"},"flag_gf":{"unicode":"1f1ec-1f1eb","shortname":":flag_gf:","aliases":":gf:","keywords":"french guiana"},"flag_tf":{"unicode":"1f1f9-1f1eb","shortname":":flag_tf:","aliases":":tf:","keywords":"french southern territories"},"flag_gp":{"unicode":"1f1ec-1f1f5","shortname":":flag_gp:","aliases":":gp:","keywords":"guadeloupe"},"flag_mq":{"unicode":"1f1f2-1f1f6","shortname":":flag_mq:","aliases":":mq:","keywords":"martinique"},"flag_mp":{"unicode":"1f1f2-1f1f5","shortname":":flag_mp:","aliases":":mp:","keywords":"northern mariana islands"},"flag_sx":{"unicode":"1f1f8-1f1fd","shortname":":flag_sx:","aliases":":sx:","keywords":"sint maarten"},"flag_ss":{"unicode":"1f1f8-1f1f8","shortname":":flag_ss:","aliases":":ss:","keywords":"south sudan"},"flag_tc":{"unicode":"1f1f9-1f1e8","shortname":":flag_tc:","aliases":":tc:","keywords":"turks and caicos islands"},"flag_mf":{"unicode":"1f1f2-1f1eb","shortname":":flag_mf:","aliases":":mf:","keywords":"saint martin"},"raised_hands_tone1":{"unicode":"1f64c-1f3fb","shortname":":raised_hands_tone1:","aliases":"","keywords":"person raising both hands in celebration tone 1 gesture hooray winning woot yay banzai raised"},"raised_hands_tone2":{"unicode":"1f64c-1f3fc","shortname":":raised_hands_tone2:","aliases":"","keywords":"person raising both hands in celebration tone 2 gesture hooray winning woot yay banzai raised"},"raised_hands_tone3":{"unicode":"1f64c-1f3fd","shortname":":raised_hands_tone3:","aliases":"","keywords":"person raising both hands in celebration tone 3 gesture hooray winning woot yay banzai raised"},"raised_hands_tone4":{"unicode":"1f64c-1f3fe","shortname":":raised_hands_tone4:","aliases":"","keywords":"person raising both hands in celebration tone 4 gesture hooray winning woot yay banzai raised"},"raised_hands_tone5":{"unicode":"1f64c-1f3ff","shortname":":raised_hands_tone5:","aliases":"","keywords":"person raising both hands in celebration tone 5 gesture hooray winning woot yay banzai raised"},"clap_tone1":{"unicode":"1f44f-1f3fb","shortname":":clap_tone1:","aliases":"","keywords":"clapping hands sign tone 1 applause congrats praise clap appreciation approval sound encouragement enthusiasm"},"clap_tone2":{"unicode":"1f44f-1f3fc","shortname":":clap_tone2:","aliases":"","keywords":"clapping hands sign tone 2 applause congrats praise clap appreciation approval sound encouragement enthusiasm"},"clap_tone3":{"unicode":"1f44f-1f3fd","shortname":":clap_tone3:","aliases":"","keywords":"clapping hands sign tone 3 applause congrats praise clap appreciation approval sound encouragement enthusiasm"},"clap_tone4":{"unicode":"1f44f-1f3fe","shortname":":clap_tone4:","aliases":"","keywords":"clapping hands sign tone 4 applause congrats praise clap appreciation approval sound encouragement enthusiasm"},"clap_tone5":{"unicode":"1f44f-1f3ff","shortname":":clap_tone5:","aliases":"","keywords":"clapping hands sign tone 5 applause congrats praise clap appreciation approval sound encouragement enthusiasm"},"wave_tone1":{"unicode":"1f44b-1f3fb","shortname":":wave_tone1:","aliases":"","keywords":"waving hand sign tone 1 farewell gesture goodbye solong hi wave"},"wave_tone2":{"unicode":"1f44b-1f3fc","shortname":":wave_tone2:","aliases":"","keywords":"waving hand sign tone 2 farewell gesture goodbye solong hi wave"},"wave_tone3":{"unicode":"1f44b-1f3fd","shortname":":wave_tone3:","aliases":"","keywords":"waving hand sign tone 3 farewell gesture goodbye solong hi wave"},"wave_tone4":{"unicode":"1f44b-1f3fe","shortname":":wave_tone4:","aliases":"","keywords":"waving hand sign tone 4 farewell gesture goodbye solong hi wave"},"wave_tone5":{"unicode":"1f44b-1f3ff","shortname":":wave_tone5:","aliases":"","keywords":"waving hand sign tone 5 farewell gesture goodbye solong hi wave"},"thumbsup_tone1":{"unicode":"1f44d-1f3fb","shortname":":thumbsup_tone1:","aliases":":+1_tone1: :thumbup_tone1:","keywords":"thumbs up sign tone 1 cool hand like yes +1"},"thumbsup_tone2":{"unicode":"1f44d-1f3fc","shortname":":thumbsup_tone2:","aliases":":+1_tone2: :thumbup_tone2:","keywords":"thumbs up sign tone 2 cool hand like yes +1"},"thumbsup_tone3":{"unicode":"1f44d-1f3fd","shortname":":thumbsup_tone3:","aliases":":+1_tone3: :thumbup_tone3:","keywords":"thumbs up sign tone 3 cool hand like yes +1"},"thumbsup_tone4":{"unicode":"1f44d-1f3fe","shortname":":thumbsup_tone4:","aliases":":+1_tone4: :thumbup_tone4:","keywords":"thumbs up sign tone 4 cool hand like yes +1"},"thumbsup_tone5":{"unicode":"1f44d-1f3ff","shortname":":thumbsup_tone5:","aliases":":+1_tone5: :thumbup_tone5:","keywords":"thumbs up sign tone 5 cool hand like yes +1"},"thumbsdown_tone1":{"unicode":"1f44e-1f3fb","shortname":":thumbsdown_tone1:","aliases":":-1_tone1: :thumbdown_tone1:","keywords":"thumbs down sign tone 1 hand no -1"},"thumbsdown_tone2":{"unicode":"1f44e-1f3fc","shortname":":thumbsdown_tone2:","aliases":":-1_tone2: :thumbdown_tone2:","keywords":"thumbs down sign tone 2 hand no -1"},"thumbsdown_tone3":{"unicode":"1f44e-1f3fd","shortname":":thumbsdown_tone3:","aliases":":-1_tone3: :thumbdown_tone3:","keywords":"thumbs down sign tone 3 hand no -1"},"thumbsdown_tone4":{"unicode":"1f44e-1f3fe","shortname":":thumbsdown_tone4:","aliases":":-1_tone4: :thumbdown_tone4:","keywords":"thumbs down sign tone 4 hand no -1"},"thumbsdown_tone5":{"unicode":"1f44e-1f3ff","shortname":":thumbsdown_tone5:","aliases":":-1_tone5: :thumbdown_tone5:","keywords":"thumbs down sign tone 5 hand no -1"},"punch_tone1":{"unicode":"1f44a-1f3fb","shortname":":punch_tone1:","aliases":"","keywords":"fisted hand sign tone 1 fist punch"},"punch_tone2":{"unicode":"1f44a-1f3fc","shortname":":punch_tone2:","aliases":"","keywords":"fisted hand sign tone 2 fist punch"},"punch_tone3":{"unicode":"1f44a-1f3fd","shortname":":punch_tone3:","aliases":"","keywords":"fisted hand sign tone 3 fist punch"},"punch_tone4":{"unicode":"1f44a-1f3fe","shortname":":punch_tone4:","aliases":"","keywords":"fisted hand sign tone 4 fist punch"},"punch_tone5":{"unicode":"1f44a-1f3ff","shortname":":punch_tone5:","aliases":"","keywords":"fisted hand sign tone 5 fist punch"},"fist_tone1":{"unicode":"270a-1f3fb","shortname":":fist_tone1:","aliases":"","keywords":"raised fist tone 1 fingers grasp hand"},"fist_tone2":{"unicode":"270a-1f3fc","shortname":":fist_tone2:","aliases":"","keywords":"raised fist tone 2 fingers grasp hand"},"fist_tone3":{"unicode":"270a-1f3fd","shortname":":fist_tone3:","aliases":"","keywords":"raised fist tone 3 fingers grasp hand"},"fist_tone4":{"unicode":"270a-1f3fe","shortname":":fist_tone4:","aliases":"","keywords":"raised fist tone 4 fingers grasp hand"},"fist_tone5":{"unicode":"270a-1f3ff","shortname":":fist_tone5:","aliases":"","keywords":"raised fist tone 5 fingers grasp hand"},"v_tone1":{"unicode":"270c-1f3fb","shortname":":v_tone1:","aliases":"","keywords":"victory hand tone 1 fingers ohyeah peace two v"},"v_tone2":{"unicode":"270c-1f3fc","shortname":":v_tone2:","aliases":"","keywords":"victory hand tone 2 fingers ohyeah peace two v"},"v_tone3":{"unicode":"270c-1f3fd","shortname":":v_tone3:","aliases":"","keywords":"victory hand tone 3 fingers ohyeah peace two v"},"v_tone4":{"unicode":"270c-1f3fe","shortname":":v_tone4:","aliases":"","keywords":"victory hand tone 4 fingers ohyeah peace two v"},"v_tone5":{"unicode":"270c-1f3ff","shortname":":v_tone5:","aliases":"","keywords":"victory hand tone 5 fingers ohyeah peace two v"},"ok_hand_tone1":{"unicode":"1f44c-1f3fb","shortname":":ok_hand_tone1:","aliases":"","keywords":"ok hand sign tone 1 fingers limbs perfect okay smoke smoking marijuana joint pot 420"},"ok_hand_tone2":{"unicode":"1f44c-1f3fc","shortname":":ok_hand_tone2:","aliases":"","keywords":"ok hand sign tone 2 fingers limbs perfect okay smoke smoking marijuana joint pot 420"},"ok_hand_tone3":{"unicode":"1f44c-1f3fd","shortname":":ok_hand_tone3:","aliases":"","keywords":"ok hand sign tone 3 fingers limbs perfect okay smoke smoking marijuana joint pot 420"},"ok_hand_tone4":{"unicode":"1f44c-1f3fe","shortname":":ok_hand_tone4:","aliases":"","keywords":"ok hand sign tone 4 fingers limbs perfect okay smoke smoking marijuana joint pot 420"},"ok_hand_tone5":{"unicode":"1f44c-1f3ff","shortname":":ok_hand_tone5:","aliases":"","keywords":"ok hand sign tone 5 fingers limbs perfect okay smoke smoking marijuana joint pot 420"},"raised_hand_tone1":{"unicode":"270b-1f3fb","shortname":":raised_hand_tone1:","aliases":"","keywords":"raised hand tone 1 body person"},"raised_hand_tone2":{"unicode":"270b-1f3fc","shortname":":raised_hand_tone2:","aliases":"","keywords":"raised hand tone 2 body person"},"raised_hand_tone3":{"unicode":"270b-1f3fd","shortname":":raised_hand_tone3:","aliases":"","keywords":"raised hand tone 3 body person"},"raised_hand_tone4":{"unicode":"270b-1f3fe","shortname":":raised_hand_tone4:","aliases":"","keywords":"raised hand tone 4 body person"},"raised_hand_tone5":{"unicode":"270b-1f3ff","shortname":":raised_hand_tone5:","aliases":"","keywords":"raised hand tone 5 body person"},"open_hands_tone1":{"unicode":"1f450-1f3fb","shortname":":open_hands_tone1:","aliases":"","keywords":"open hands sign tone 1 butterfly fingers"},"open_hands_tone2":{"unicode":"1f450-1f3fc","shortname":":open_hands_tone2:","aliases":"","keywords":"open hands sign tone 2 butterfly fingers"},"open_hands_tone3":{"unicode":"1f450-1f3fd","shortname":":open_hands_tone3:","aliases":"","keywords":"open hands sign tone 3 butterfly fingers"},"open_hands_tone4":{"unicode":"1f450-1f3fe","shortname":":open_hands_tone4:","aliases":"","keywords":"open hands sign tone 4 butterfly fingers"},"open_hands_tone5":{"unicode":"1f450-1f3ff","shortname":":open_hands_tone5:","aliases":"","keywords":"open hands sign tone 5 butterfly fingers"},"muscle_tone1":{"unicode":"1f4aa-1f3fb","shortname":":muscle_tone1:","aliases":"","keywords":"flexed biceps tone 1 arm flex hand strong muscle bicep"},"muscle_tone2":{"unicode":"1f4aa-1f3fc","shortname":":muscle_tone2:","aliases":"","keywords":"flexed biceps tone 2 arm flex hand strong muscle bicep"},"muscle_tone3":{"unicode":"1f4aa-1f3fd","shortname":":muscle_tone3:","aliases":"","keywords":"flexed biceps tone 3 arm flex hand strong muscle bicep"},"muscle_tone4":{"unicode":"1f4aa-1f3fe","shortname":":muscle_tone4:","aliases":"","keywords":"flexed biceps tone 4 arm flex hand strong muscle bicep"},"muscle_tone5":{"unicode":"1f4aa-1f3ff","shortname":":muscle_tone5:","aliases":"","keywords":"flexed biceps tone 5 arm flex hand strong muscle bicep"},"pray_tone1":{"unicode":"1f64f-1f3fb","shortname":":pray_tone1:","aliases":"","keywords":"person with folded hands tone 1 highfive hope namaste please wish pray high five sorrow regret sorry"},"pray_tone2":{"unicode":"1f64f-1f3fc","shortname":":pray_tone2:","aliases":"","keywords":"person with folded hands tone 2 highfive hope namaste please wish pray high five sorrow regret sorry"},"pray_tone3":{"unicode":"1f64f-1f3fd","shortname":":pray_tone3:","aliases":"","keywords":"person with folded hands tone 3 highfive hope namaste please wish pray high five sorrow regret sorry"},"pray_tone4":{"unicode":"1f64f-1f3fe","shortname":":pray_tone4:","aliases":"","keywords":"person with folded hands tone 4 highfive hope namaste please wish pray high five sorrow regret sorry"},"pray_tone5":{"unicode":"1f64f-1f3ff","shortname":":pray_tone5:","aliases":"","keywords":"person with folded hands tone 5 highfive hope namaste please wish pray high five sorrow regret sorry"},"point_up_tone1":{"unicode":"261d-1f3fb","shortname":":point_up_tone1:","aliases":"","keywords":"white up pointing index tone 1 direction finger hand one"},"point_up_tone2":{"unicode":"261d-1f3fc","shortname":":point_up_tone2:","aliases":"","keywords":"white up pointing index tone 2 direction finger hand one"},"point_up_tone3":{"unicode":"261d-1f3fd","shortname":":point_up_tone3:","aliases":"","keywords":"white up pointing index tone 3 direction finger hand one"},"point_up_tone4":{"unicode":"261d-1f3fe","shortname":":point_up_tone4:","aliases":"","keywords":"white up pointing index tone 4 direction finger hand one"},"point_up_tone5":{"unicode":"261d-1f3ff","shortname":":point_up_tone5:","aliases":"","keywords":"white up pointing index tone 5 direction finger hand one"},"point_up_2_tone1":{"unicode":"1f446-1f3fb","shortname":":point_up_2_tone1:","aliases":"","keywords":"white up pointing backhand index tone 1 direction finger hand one"},"point_up_2_tone2":{"unicode":"1f446-1f3fc","shortname":":point_up_2_tone2:","aliases":"","keywords":"white up pointing backhand index tone 2 direction finger hand one"},"point_up_2_tone3":{"unicode":"1f446-1f3fd","shortname":":point_up_2_tone3:","aliases":"","keywords":"white up pointing backhand index tone 3 direction finger hand one"},"point_up_2_tone4":{"unicode":"1f446-1f3fe","shortname":":point_up_2_tone4:","aliases":"","keywords":"white up pointing backhand index tone 4 direction finger hand one"},"point_up_2_tone5":{"unicode":"1f446-1f3ff","shortname":":point_up_2_tone5:","aliases":"","keywords":"white up pointing backhand index tone 5 direction finger hand one"},"point_down_tone1":{"unicode":"1f447-1f3fb","shortname":":point_down_tone1:","aliases":"","keywords":"white down pointing backhand index tone 1 direction finger hand"},"point_down_tone2":{"unicode":"1f447-1f3fc","shortname":":point_down_tone2:","aliases":"","keywords":"white down pointing backhand index tone 2 direction finger hand"},"point_down_tone3":{"unicode":"1f447-1f3fd","shortname":":point_down_tone3:","aliases":"","keywords":"white down pointing backhand index tone 3 direction finger hand"},"point_down_tone4":{"unicode":"1f447-1f3fe","shortname":":point_down_tone4:","aliases":"","keywords":"white down pointing backhand index tone 4 direction finger hand"},"point_down_tone5":{"unicode":"1f447-1f3ff","shortname":":point_down_tone5:","aliases":"","keywords":"white down pointing backhand index tone 5 direction finger hand"},"point_left_tone1":{"unicode":"1f448-1f3fb","shortname":":point_left_tone1:","aliases":"","keywords":"white left pointing backhand index tone 1 direction finger hand"},"point_left_tone2":{"unicode":"1f448-1f3fc","shortname":":point_left_tone2:","aliases":"","keywords":"white left pointing backhand index tone 2 direction finger hand"},"point_left_tone3":{"unicode":"1f448-1f3fd","shortname":":point_left_tone3:","aliases":"","keywords":"white left pointing backhand index tone 3 direction finger hand"},"point_left_tone4":{"unicode":"1f448-1f3fe","shortname":":point_left_tone4:","aliases":"","keywords":"white left pointing backhand index tone 4 direction finger hand"},"point_left_tone5":{"unicode":"1f448-1f3ff","shortname":":point_left_tone5:","aliases":"","keywords":"white left pointing backhand index tone 5 direction finger hand"},"point_right_tone1":{"unicode":"1f449-1f3fb","shortname":":point_right_tone1:","aliases":"","keywords":"white right pointing backhand index tone 1 direction finger hand"},"point_right_tone2":{"unicode":"1f449-1f3fc","shortname":":point_right_tone2:","aliases":"","keywords":"white right pointing backhand index tone 2 direction finger hand"},"point_right_tone3":{"unicode":"1f449-1f3fd","shortname":":point_right_tone3:","aliases":"","keywords":"white right pointing backhand index tone 3 direction finger hand"},"point_right_tone4":{"unicode":"1f449-1f3fe","shortname":":point_right_tone4:","aliases":"","keywords":"white right pointing backhand index tone 4 direction finger hand"},"point_right_tone5":{"unicode":"1f449-1f3ff","shortname":":point_right_tone5:","aliases":"","keywords":"white right pointing backhand index tone 5 direction finger hand"},"middle_finger_tone1":{"unicode":"1f595-1f3fb","shortname":":middle_finger_tone1:","aliases":":reversed_hand_with_middle_finger_extended_tone1:","keywords":"reversed hand with middle finger extended tone 1 fu"},"middle_finger_tone2":{"unicode":"1f595-1f3fc","shortname":":middle_finger_tone2:","aliases":":reversed_hand_with_middle_finger_extended_tone2:","keywords":"reversed hand with middle finger extended tone 2 fu"},"middle_finger_tone3":{"unicode":"1f595-1f3fd","shortname":":middle_finger_tone3:","aliases":":reversed_hand_with_middle_finger_extended_tone3:","keywords":"reversed hand with middle finger extended tone 3 fu"},"middle_finger_tone4":{"unicode":"1f595-1f3fe","shortname":":middle_finger_tone4:","aliases":":reversed_hand_with_middle_finger_extended_tone4:","keywords":"reversed hand with middle finger extended tone 4 fu"},"middle_finger_tone5":{"unicode":"1f595-1f3ff","shortname":":middle_finger_tone5:","aliases":":reversed_hand_with_middle_finger_extended_tone5:","keywords":"reversed hand with middle finger extended tone 5 fu"},"hand_splayed_tone1":{"unicode":"1f590-1f3fb","shortname":":hand_splayed_tone1:","aliases":":raised_hand_with_fingers_splayed_tone1:","keywords":"raised hand with fingers splayed tone 1 hi five stop halt"},"hand_splayed_tone2":{"unicode":"1f590-1f3fc","shortname":":hand_splayed_tone2:","aliases":":raised_hand_with_fingers_splayed_tone2:","keywords":"raised hand with fingers splayed tone 2 hi five stop halt"},"hand_splayed_tone3":{"unicode":"1f590-1f3fd","shortname":":hand_splayed_tone3:","aliases":":raised_hand_with_fingers_splayed_tone3:","keywords":"raised hand with fingers splayed tone 3 hi five stop halt"},"hand_splayed_tone4":{"unicode":"1f590-1f3fe","shortname":":hand_splayed_tone4:","aliases":":raised_hand_with_fingers_splayed_tone4:","keywords":"raised hand with fingers splayed tone 4 hi five stop halt"},"hand_splayed_tone5":{"unicode":"1f590-1f3ff","shortname":":hand_splayed_tone5:","aliases":":raised_hand_with_fingers_splayed_tone5:","keywords":"raised hand with fingers splayed tone 5 hi five stop halt"},"metal_tone1":{"unicode":"1f918-1f3fb","shortname":":metal_tone1:","aliases":":sign_of_the_horns_tone1:","keywords":"sign of the horns tone 1 band concert fingers rocknroll"},"metal_tone2":{"unicode":"1f918-1f3fc","shortname":":metal_tone2:","aliases":":sign_of_the_horns_tone2:","keywords":"sign of the horns tone 2 band concert fingers rocknroll"},"metal_tone3":{"unicode":"1f918-1f3fd","shortname":":metal_tone3:","aliases":":sign_of_the_horns_tone3:","keywords":"sign of the horns tone 3 band concert fingers rocknroll"},"metal_tone4":{"unicode":"1f918-1f3fe","shortname":":metal_tone4:","aliases":":sign_of_the_horns_tone4:","keywords":"sign of the horns tone 4 band concert fingers rocknroll"},"metal_tone5":{"unicode":"1f918-1f3ff","shortname":":metal_tone5:","aliases":":sign_of_the_horns_tone5:","keywords":"sign of the horns tone 5 band concert fingers rocknroll"},"vulcan_tone1":{"unicode":"1f596-1f3fb","shortname":":vulcan_tone1:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers_tone1:","keywords":"raised hand with part between middle and ring fingers tone 1 vulcan spock leonard nimoy star trek live long"},"vulcan_tone2":{"unicode":"1f596-1f3fc","shortname":":vulcan_tone2:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers_tone2:","keywords":"raised hand with part between middle and ring fingers tone 2 vulcan spock leonard nimoy star trek live long"},"vulcan_tone3":{"unicode":"1f596-1f3fd","shortname":":vulcan_tone3:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers_tone3:","keywords":"raised hand with part between middle and ring fingers tone 3 vulcan spock leonard nimoy star trek live long"},"vulcan_tone4":{"unicode":"1f596-1f3fe","shortname":":vulcan_tone4:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers_tone4:","keywords":"raised hand with part between middle and ring fingers tone 4 vulcan spock leonard nimoy star trek live long"},"vulcan_tone5":{"unicode":"1f596-1f3ff","shortname":":vulcan_tone5:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers_tone5:","keywords":"raised hand with part between middle and ring fingers tone 5 vulcan spock leonard nimoy star trek live long"},"writing_hand_tone1":{"unicode":"270d-1f3fb","shortname":":writing_hand_tone1:","aliases":"","keywords":"writing hand tone 1 write sign signature draw"},"writing_hand_tone2":{"unicode":"270d-1f3fc","shortname":":writing_hand_tone2:","aliases":"","keywords":"writing hand tone 2 write sign signature draw"},"writing_hand_tone3":{"unicode":"270d-1f3fd","shortname":":writing_hand_tone3:","aliases":"","keywords":"writing hand tone 3 write sign signature draw"},"writing_hand_tone4":{"unicode":"270d-1f3fe","shortname":":writing_hand_tone4:","aliases":"","keywords":"writing hand tone 4 write sign signature draw"},"writing_hand_tone5":{"unicode":"270d-1f3ff","shortname":":writing_hand_tone5:","aliases":"","keywords":"writing hand tone 5 write sign signature draw"},"nail_care_tone1":{"unicode":"1f485-1f3fb","shortname":":nail_care_tone1:","aliases":"","keywords":"nail polish tone 1 beauty manicure"},"nail_care_tone2":{"unicode":"1f485-1f3fc","shortname":":nail_care_tone2:","aliases":"","keywords":"nail polish tone 2 beauty manicure"},"nail_care_tone3":{"unicode":"1f485-1f3fd","shortname":":nail_care_tone3:","aliases":"","keywords":"nail polish tone 3 beauty manicure"},"nail_care_tone4":{"unicode":"1f485-1f3fe","shortname":":nail_care_tone4:","aliases":"","keywords":"nail polish tone 4 beauty manicure"},"nail_care_tone5":{"unicode":"1f485-1f3ff","shortname":":nail_care_tone5:","aliases":"","keywords":"nail polish tone 5 beauty manicure"},"ear_tone1":{"unicode":"1f442-1f3fb","shortname":":ear_tone1:","aliases":"","keywords":"ear tone 1 hear listen sound"},"ear_tone2":{"unicode":"1f442-1f3fc","shortname":":ear_tone2:","aliases":"","keywords":"ear tone 2 hear listen sound"},"ear_tone3":{"unicode":"1f442-1f3fd","shortname":":ear_tone3:","aliases":"","keywords":"ear tone 3 hear listen sound"},"ear_tone4":{"unicode":"1f442-1f3fe","shortname":":ear_tone4:","aliases":"","keywords":"ear tone 4 hear listen sound"},"ear_tone5":{"unicode":"1f442-1f3ff","shortname":":ear_tone5:","aliases":"","keywords":"ear tone 5 hear listen sound"},"nose_tone1":{"unicode":"1f443-1f3fb","shortname":":nose_tone1:","aliases":"","keywords":"nose tone 1 smell sniff"},"nose_tone2":{"unicode":"1f443-1f3fc","shortname":":nose_tone2:","aliases":"","keywords":"nose tone 2 smell sniff"},"nose_tone3":{"unicode":"1f443-1f3fd","shortname":":nose_tone3:","aliases":"","keywords":"nose tone 3 smell sniff"},"nose_tone4":{"unicode":"1f443-1f3fe","shortname":":nose_tone4:","aliases":"","keywords":"nose tone 4 smell sniff"},"nose_tone5":{"unicode":"1f443-1f3ff","shortname":":nose_tone5:","aliases":"","keywords":"nose tone 5 smell sniff"},"baby_tone1":{"unicode":"1f476-1f3fb","shortname":":baby_tone1:","aliases":"","keywords":"baby tone 1 child infant toddler"},"baby_tone2":{"unicode":"1f476-1f3fc","shortname":":baby_tone2:","aliases":"","keywords":"baby tone 2 child infant toddler"},"baby_tone3":{"unicode":"1f476-1f3fd","shortname":":baby_tone3:","aliases":"","keywords":"baby tone 3 child infant toddler"},"baby_tone4":{"unicode":"1f476-1f3fe","shortname":":baby_tone4:","aliases":"","keywords":"baby tone 4 child infant toddler"},"baby_tone5":{"unicode":"1f476-1f3ff","shortname":":baby_tone5:","aliases":"","keywords":"baby tone 5 child infant toddler"},"boy_tone1":{"unicode":"1f466-1f3fb","shortname":":boy_tone1:","aliases":"","keywords":"boy tone 1 male kid child"},"boy_tone2":{"unicode":"1f466-1f3fc","shortname":":boy_tone2:","aliases":"","keywords":"boy tone 2 male kid child"},"boy_tone3":{"unicode":"1f466-1f3fd","shortname":":boy_tone3:","aliases":"","keywords":"boy tone 3 male kid child"},"boy_tone4":{"unicode":"1f466-1f3fe","shortname":":boy_tone4:","aliases":"","keywords":"boy tone 4 male kid child"},"boy_tone5":{"unicode":"1f466-1f3ff","shortname":":boy_tone5:","aliases":"","keywords":"boy tone 5 male kid child"},"girl_tone1":{"unicode":"1f467-1f3fb","shortname":":girl_tone1:","aliases":"","keywords":"girl tone 1 female kid child"},"girl_tone2":{"unicode":"1f467-1f3fc","shortname":":girl_tone2:","aliases":"","keywords":"girl tone 2 female kid child"},"girl_tone3":{"unicode":"1f467-1f3fd","shortname":":girl_tone3:","aliases":"","keywords":"girl tone 3 female kid child"},"girl_tone4":{"unicode":"1f467-1f3fe","shortname":":girl_tone4:","aliases":"","keywords":"girl tone 4 female kid child"},"girl_tone5":{"unicode":"1f467-1f3ff","shortname":":girl_tone5:","aliases":"","keywords":"girl tone 5 female kid child"},"man_tone1":{"unicode":"1f468-1f3fb","shortname":":man_tone1:","aliases":"","keywords":"man tone 1 classy dad father guy mustache"},"man_tone2":{"unicode":"1f468-1f3fc","shortname":":man_tone2:","aliases":"","keywords":"man tone 2 classy dad father guy mustache"},"man_tone3":{"unicode":"1f468-1f3fd","shortname":":man_tone3:","aliases":"","keywords":"man tone 3 classy dad father guy mustache"},"man_tone4":{"unicode":"1f468-1f3fe","shortname":":man_tone4:","aliases":"","keywords":"man tone 4 classy dad father guy mustache"},"man_tone5":{"unicode":"1f468-1f3ff","shortname":":man_tone5:","aliases":"","keywords":"man tone 5 classy dad father guy mustache"},"woman_tone1":{"unicode":"1f469-1f3fb","shortname":":woman_tone1:","aliases":"","keywords":"woman tone 1 female girl lady"},"woman_tone2":{"unicode":"1f469-1f3fc","shortname":":woman_tone2:","aliases":"","keywords":"woman tone 2 female girl lady"},"woman_tone3":{"unicode":"1f469-1f3fd","shortname":":woman_tone3:","aliases":"","keywords":"woman tone 3 female girl lady"},"woman_tone4":{"unicode":"1f469-1f3fe","shortname":":woman_tone4:","aliases":"","keywords":"woman tone 4 female girl lady"},"woman_tone5":{"unicode":"1f469-1f3ff","shortname":":woman_tone5:","aliases":"","keywords":"woman tone 5 female girl lady"},"person_with_blond_hair_tone1":{"unicode":"1f471-1f3fb","shortname":":person_with_blond_hair_tone1:","aliases":"","keywords":"person with blond hair tone 1 male man blonde young western westerner occidental"},"person_with_blond_hair_tone2":{"unicode":"1f471-1f3fc","shortname":":person_with_blond_hair_tone2:","aliases":"","keywords":"person with blond hair tone 2 male man blonde young western westerner occidental"},"person_with_blond_hair_tone3":{"unicode":"1f471-1f3fd","shortname":":person_with_blond_hair_tone3:","aliases":"","keywords":"person with blond hair tone 3 male man blonde young western westerner occidental"},"person_with_blond_hair_tone4":{"unicode":"1f471-1f3fe","shortname":":person_with_blond_hair_tone4:","aliases":"","keywords":"person with blond hair tone 4 male man blonde young western westerner occidental"},"person_with_blond_hair_tone5":{"unicode":"1f471-1f3ff","shortname":":person_with_blond_hair_tone5:","aliases":"","keywords":"person with blond hair tone 5 male man blonde young western westerner occidental"},"older_man_tone1":{"unicode":"1f474-1f3fb","shortname":":older_man_tone1:","aliases":"","keywords":"older man tone 1 male men grandpa grandfather"},"older_man_tone2":{"unicode":"1f474-1f3fc","shortname":":older_man_tone2:","aliases":"","keywords":"older man tone 2 male men grandpa grandfather"},"older_man_tone3":{"unicode":"1f474-1f3fd","shortname":":older_man_tone3:","aliases":"","keywords":"older man tone 3 male men grandpa grandfather"},"older_man_tone4":{"unicode":"1f474-1f3fe","shortname":":older_man_tone4:","aliases":"","keywords":"older man tone 4 male men grandpa grandfather"},"older_man_tone5":{"unicode":"1f474-1f3ff","shortname":":older_man_tone5:","aliases":"","keywords":"older man tone 5 male men grandpa grandfather"},"older_woman_tone1":{"unicode":"1f475-1f3fb","shortname":":older_woman_tone1:","aliases":":grandma_tone1:","keywords":"older woman tone 1 female women lady grandma grandmother"},"older_woman_tone2":{"unicode":"1f475-1f3fc","shortname":":older_woman_tone2:","aliases":":grandma_tone2:","keywords":"older woman tone 2 female women lady grandma grandmother"},"older_woman_tone3":{"unicode":"1f475-1f3fd","shortname":":older_woman_tone3:","aliases":":grandma_tone3:","keywords":"older woman tone 3 female women lady grandma grandmother"},"older_woman_tone4":{"unicode":"1f475-1f3fe","shortname":":older_woman_tone4:","aliases":":grandma_tone4:","keywords":"older woman tone 4 female women lady grandma grandmother"},"older_woman_tone5":{"unicode":"1f475-1f3ff","shortname":":older_woman_tone5:","aliases":":grandma_tone5:","keywords":"older woman tone 5 female women lady grandma grandmother"},"man_with_gua_pi_mao_tone1":{"unicode":"1f472-1f3fb","shortname":":man_with_gua_pi_mao_tone1:","aliases":"","keywords":"man with gua pi mao tone 1 boy male skullcap chinese asian qing"},"man_with_gua_pi_mao_tone2":{"unicode":"1f472-1f3fc","shortname":":man_with_gua_pi_mao_tone2:","aliases":"","keywords":"man with gua pi mao tone 2 boy male skullcap chinese asian qing"},"man_with_gua_pi_mao_tone3":{"unicode":"1f472-1f3fd","shortname":":man_with_gua_pi_mao_tone3:","aliases":"","keywords":"man with gua pi mao tone 3 boy male skullcap chinese asian qing"},"man_with_gua_pi_mao_tone4":{"unicode":"1f472-1f3fe","shortname":":man_with_gua_pi_mao_tone4:","aliases":"","keywords":"man with gua pi mao tone 4 boy male skullcap chinese asian qing"},"man_with_gua_pi_mao_tone5":{"unicode":"1f472-1f3ff","shortname":":man_with_gua_pi_mao_tone5:","aliases":"","keywords":"man with gua pi mao tone 5 boy male skullcap chinese asian qing"},"man_with_turban_tone1":{"unicode":"1f473-1f3fb","shortname":":man_with_turban_tone1:","aliases":"","keywords":"man with turban tone 1 male headdress headwear pagri india indian mummy wisdom peace"},"man_with_turban_tone2":{"unicode":"1f473-1f3fc","shortname":":man_with_turban_tone2:","aliases":"","keywords":"man with turban tone 2 male headdress headwear pagri india indian mummy wisdom peace"},"man_with_turban_tone3":{"unicode":"1f473-1f3fd","shortname":":man_with_turban_tone3:","aliases":"","keywords":"man with turban tone 3 male headdress headwear pagri india indian mummy wisdom peace"},"man_with_turban_tone4":{"unicode":"1f473-1f3fe","shortname":":man_with_turban_tone4:","aliases":"","keywords":"man with turban tone 4 male headdress headwear pagri india indian mummy wisdom peace"},"man_with_turban_tone5":{"unicode":"1f473-1f3ff","shortname":":man_with_turban_tone5:","aliases":"","keywords":"man with turban tone 5 male headdress headwear pagri india indian mummy wisdom peace"},"cop_tone1":{"unicode":"1f46e-1f3fb","shortname":":cop_tone1:","aliases":"","keywords":"police officer tone 1 arrest enforcement law man cop"},"cop_tone2":{"unicode":"1f46e-1f3fc","shortname":":cop_tone2:","aliases":"","keywords":"police officer tone 2 arrest enforcement law man cop"},"cop_tone3":{"unicode":"1f46e-1f3fd","shortname":":cop_tone3:","aliases":"","keywords":"police officer tone 3 arrest enforcement law man cop"},"cop_tone4":{"unicode":"1f46e-1f3fe","shortname":":cop_tone4:","aliases":"","keywords":"police officer tone 4 arrest enforcement law man cop"},"cop_tone5":{"unicode":"1f46e-1f3ff","shortname":":cop_tone5:","aliases":"","keywords":"police officer tone 5 arrest enforcement law man cop"},"construction_worker_tone1":{"unicode":"1f477-1f3fb","shortname":":construction_worker_tone1:","aliases":"","keywords":"construction worker tone 1 human male man wip"},"construction_worker_tone2":{"unicode":"1f477-1f3fc","shortname":":construction_worker_tone2:","aliases":"","keywords":"construction worker tone 2 human male man wip"},"construction_worker_tone3":{"unicode":"1f477-1f3fd","shortname":":construction_worker_tone3:","aliases":"","keywords":"construction worker tone 3 human male man wip"},"construction_worker_tone4":{"unicode":"1f477-1f3fe","shortname":":construction_worker_tone4:","aliases":"","keywords":"construction worker tone 4 human male man wip"},"construction_worker_tone5":{"unicode":"1f477-1f3ff","shortname":":construction_worker_tone5:","aliases":"","keywords":"construction worker tone 5 human male man wip"},"guardsman_tone1":{"unicode":"1f482-1f3fb","shortname":":guardsman_tone1:","aliases":"","keywords":"guardsman tone 1 british gb male man uk guard bearskin hat british queen ceremonial military"},"guardsman_tone2":{"unicode":"1f482-1f3fc","shortname":":guardsman_tone2:","aliases":"","keywords":"guardsman tone 2 british gb male man uk guard bearskin hat british queen ceremonial military"},"guardsman_tone3":{"unicode":"1f482-1f3fd","shortname":":guardsman_tone3:","aliases":"","keywords":"guardsman tone 3 british gb male man uk guard bearskin hat british queen ceremonial military"},"guardsman_tone4":{"unicode":"1f482-1f3fe","shortname":":guardsman_tone4:","aliases":"","keywords":"guardsman tone 4 british gb male man uk guard bearskin hat british queen ceremonial military"},"guardsman_tone5":{"unicode":"1f482-1f3ff","shortname":":guardsman_tone5:","aliases":"","keywords":"guardsman tone 5 british gb male man uk guard bearskin hat british queen ceremonial military"},"santa_tone1":{"unicode":"1f385-1f3fb","shortname":":santa_tone1:","aliases":"","keywords":"father christmas tone 1 festival male man xmas santa saint nick jolly ho ho ho north pole presents gifts naughty nice sleigh holiday"},"santa_tone2":{"unicode":"1f385-1f3fc","shortname":":santa_tone2:","aliases":"","keywords":"father christmas tone 2 festival male man xmas santa saint nick jolly ho ho ho north pole presents gifts naughty nice sleigh holiday"},"santa_tone3":{"unicode":"1f385-1f3fd","shortname":":santa_tone3:","aliases":"","keywords":"father christmas tone 3 festival male man xmas santa saint nick jolly ho ho ho north pole presents gifts naughty nice sleigh holiday"},"santa_tone4":{"unicode":"1f385-1f3fe","shortname":":santa_tone4:","aliases":"","keywords":"father christmas tone 4 festival male man xmas santa saint nick jolly ho ho ho north pole presents gifts naughty nice sleigh holiday"},"santa_tone5":{"unicode":"1f385-1f3ff","shortname":":santa_tone5:","aliases":"","keywords":"father christmas tone 5 festival male man xmas santa saint nick jolly ho ho ho north pole presents gifts naughty nice sleigh holiday"},"angel_tone1":{"unicode":"1f47c-1f3fb","shortname":":angel_tone1:","aliases":"","keywords":"baby angel tone 1 halo cupid heaven wings jesus"},"angel_tone2":{"unicode":"1f47c-1f3fc","shortname":":angel_tone2:","aliases":"","keywords":"baby angel tone 2 halo cupid heaven wings jesus"},"angel_tone3":{"unicode":"1f47c-1f3fd","shortname":":angel_tone3:","aliases":"","keywords":"baby angel tone 3 halo cupid heaven wings jesus"},"angel_tone4":{"unicode":"1f47c-1f3fe","shortname":":angel_tone4:","aliases":"","keywords":"baby angel tone 4 halo cupid heaven wings jesus"},"angel_tone5":{"unicode":"1f47c-1f3ff","shortname":":angel_tone5:","aliases":"","keywords":"baby angel tone 5 halo cupid heaven wings jesus"},"princess_tone1":{"unicode":"1f478-1f3fb","shortname":":princess_tone1:","aliases":"","keywords":"princess tone 1 blond crown female girl woman royal royalty king queen daughter disney high-maintenance"},"princess_tone2":{"unicode":"1f478-1f3fc","shortname":":princess_tone2:","aliases":"","keywords":"princess tone 2 blond crown female girl woman royal royalty king queen daughter disney high-maintenance"},"princess_tone3":{"unicode":"1f478-1f3fd","shortname":":princess_tone3:","aliases":"","keywords":"princess tone 3 blond crown female girl woman royal royalty king queen daughter disney high-maintenance"},"princess_tone4":{"unicode":"1f478-1f3fe","shortname":":princess_tone4:","aliases":"","keywords":"princess tone 4 blond crown female girl woman royal royalty king queen daughter disney high-maintenance"},"princess_tone5":{"unicode":"1f478-1f3ff","shortname":":princess_tone5:","aliases":"","keywords":"princess tone 5 blond crown female girl woman royal royalty king queen daughter disney high-maintenance"},"bride_with_veil_tone1":{"unicode":"1f470-1f3fb","shortname":":bride_with_veil_tone1:","aliases":"","keywords":"bride with veil tone 1 couple marriage wedding wedding planning gown dress engagement white"},"bride_with_veil_tone2":{"unicode":"1f470-1f3fc","shortname":":bride_with_veil_tone2:","aliases":"","keywords":"bride with veil tone 2 couple marriage wedding wedding planning gown dress engagement white"},"bride_with_veil_tone3":{"unicode":"1f470-1f3fd","shortname":":bride_with_veil_tone3:","aliases":"","keywords":"bride with veil tone 3 couple marriage wedding wedding planning gown dress engagement white"},"bride_with_veil_tone4":{"unicode":"1f470-1f3fe","shortname":":bride_with_veil_tone4:","aliases":"","keywords":"bride with veil tone 4 couple marriage wedding wedding planning gown dress engagement white"},"bride_with_veil_tone5":{"unicode":"1f470-1f3ff","shortname":":bride_with_veil_tone5:","aliases":"","keywords":"bride with veil tone 5 couple marriage wedding wedding planning gown dress engagement white"},"walking_tone1":{"unicode":"1f6b6-1f3fb","shortname":":walking_tone1:","aliases":"","keywords":"pedestrian tone 1 man walk stroll stride hiking hike"},"walking_tone2":{"unicode":"1f6b6-1f3fc","shortname":":walking_tone2:","aliases":"","keywords":"pedestrian tone 2 man walk stroll stride hiking hike"},"walking_tone3":{"unicode":"1f6b6-1f3fd","shortname":":walking_tone3:","aliases":"","keywords":"pedestrian tone 3 man walk stroll stride hiking hike"},"walking_tone4":{"unicode":"1f6b6-1f3fe","shortname":":walking_tone4:","aliases":"","keywords":"pedestrian tone 4 man walk stroll stride hiking hike"},"walking_tone5":{"unicode":"1f6b6-1f3ff","shortname":":walking_tone5:","aliases":"","keywords":"pedestrian tone 5 man walk stroll stride hiking hike"},"runner_tone1":{"unicode":"1f3c3-1f3fb","shortname":":runner_tone1:","aliases":"","keywords":"runner tone 1 exercise man run jog sprint race dash marathon"},"runner_tone2":{"unicode":"1f3c3-1f3fc","shortname":":runner_tone2:","aliases":"","keywords":"runner tone 2 exercise man run jog sprint race dash marathon"},"runner_tone3":{"unicode":"1f3c3-1f3fd","shortname":":runner_tone3:","aliases":"","keywords":"runner tone 3 exercise man run jog sprint race dash marathon"},"runner_tone4":{"unicode":"1f3c3-1f3fe","shortname":":runner_tone4:","aliases":"","keywords":"runner tone 4 exercise man run jog sprint race dash marathon"},"runner_tone5":{"unicode":"1f3c3-1f3ff","shortname":":runner_tone5:","aliases":"","keywords":"runner tone 5 exercise man run jog sprint race dash marathon"},"dancer_tone1":{"unicode":"1f483-1f3fb","shortname":":dancer_tone1:","aliases":"","keywords":"dancer tone 1 female fun girl woman dress fancy boogy party celebrate ballet tango cha cha music"},"dancer_tone2":{"unicode":"1f483-1f3fc","shortname":":dancer_tone2:","aliases":"","keywords":"dancer tone 2 female fun girl woman dress fancy boogy party celebrate ballet tango cha cha music"},"dancer_tone3":{"unicode":"1f483-1f3fd","shortname":":dancer_tone3:","aliases":"","keywords":"dancer tone 3 female fun girl woman dress fancy boogy party celebrate ballet tango cha cha music"},"dancer_tone4":{"unicode":"1f483-1f3fe","shortname":":dancer_tone4:","aliases":"","keywords":"dancer tone 4 female fun girl woman dress fancy boogy party celebrate ballet tango cha cha music"},"dancer_tone5":{"unicode":"1f483-1f3ff","shortname":":dancer_tone5:","aliases":"","keywords":"dancer tone 5 female fun girl woman dress fancy boogy party celebrate ballet tango cha cha music"},"bow_tone1":{"unicode":"1f647-1f3fb","shortname":":bow_tone1:","aliases":"","keywords":"person bowing deeply tone 1 boy male man sorry bow respect bend"},"bow_tone2":{"unicode":"1f647-1f3fc","shortname":":bow_tone2:","aliases":"","keywords":"person bowing deeply tone 2 boy male man sorry bow respect bend"},"bow_tone3":{"unicode":"1f647-1f3fd","shortname":":bow_tone3:","aliases":"","keywords":"person bowing deeply tone 3 boy male man sorry bow respect bend"},"bow_tone4":{"unicode":"1f647-1f3fe","shortname":":bow_tone4:","aliases":"","keywords":"person bowing deeply tone 4 boy male man sorry bow respect bend"},"bow_tone5":{"unicode":"1f647-1f3ff","shortname":":bow_tone5:","aliases":"","keywords":"person bowing deeply tone 5 boy male man sorry bow respect bend"},"information_desk_person_tone1":{"unicode":"1f481-1f3fb","shortname":":information_desk_person_tone1:","aliases":"","keywords":"information desk person tone 1 female girl human woman help question answer sassy unimpressed attitude snarky"},"information_desk_person_tone2":{"unicode":"1f481-1f3fc","shortname":":information_desk_person_tone2:","aliases":"","keywords":"information desk person tone 2 female girl human woman help question answer sassy unimpressed attitude snarky"},"information_desk_person_tone3":{"unicode":"1f481-1f3fd","shortname":":information_desk_person_tone3:","aliases":"","keywords":"information desk person tone 3 female girl human woman help question answer sassy unimpressed attitude snarky"},"information_desk_person_tone4":{"unicode":"1f481-1f3fe","shortname":":information_desk_person_tone4:","aliases":"","keywords":"information desk person tone 4 female girl human woman help question answer sassy unimpressed attitude snarky"},"information_desk_person_tone5":{"unicode":"1f481-1f3ff","shortname":":information_desk_person_tone5:","aliases":"","keywords":"information desk person tone 5 female girl human woman help question answer sassy unimpressed attitude snarky"},"no_good_tone1":{"unicode":"1f645-1f3fb","shortname":":no_good_tone1:","aliases":"","keywords":"face with no good gesture tone 1 female girl woman stop nope don't not forbidden hand person prohibited"},"no_good_tone2":{"unicode":"1f645-1f3fc","shortname":":no_good_tone2:","aliases":"","keywords":"face with no good gesture tone 2 female girl woman stop nope don't not forbidden hand person prohibited"},"no_good_tone3":{"unicode":"1f645-1f3fd","shortname":":no_good_tone3:","aliases":"","keywords":"face with no good gesture tone 3 female girl woman stop nope don't not forbidden hand person prohibited"},"no_good_tone4":{"unicode":"1f645-1f3fe","shortname":":no_good_tone4:","aliases":"","keywords":"face with no good gesture tone 4 female girl woman stop nope don't not forbidden hand person prohibited"},"no_good_tone5":{"unicode":"1f645-1f3ff","shortname":":no_good_tone5:","aliases":"","keywords":"face with no good gesture tone 5 female girl woman stop nope don't not forbidden hand person prohibited"},"ok_woman_tone1":{"unicode":"1f646-1f3fb","shortname":":ok_woman_tone1:","aliases":"","keywords":"face with ok gesture tone1 female girl human pink women yes okay accept"},"ok_woman_tone2":{"unicode":"1f646-1f3fc","shortname":":ok_woman_tone2:","aliases":"","keywords":"face with ok gesture tone2 female girl human pink women yes okay accept"},"ok_woman_tone3":{"unicode":"1f646-1f3fd","shortname":":ok_woman_tone3:","aliases":"","keywords":"face with ok gesture tone3 female girl human pink women yes okay accept"},"ok_woman_tone4":{"unicode":"1f646-1f3fe","shortname":":ok_woman_tone4:","aliases":"","keywords":"face with ok gesture tone4 female girl human pink women yes okay accept"},"ok_woman_tone5":{"unicode":"1f646-1f3ff","shortname":":ok_woman_tone5:","aliases":"","keywords":"face with ok gesture tone5 female girl human pink women yes okay accept"},"raising_hand_tone1":{"unicode":"1f64b-1f3fb","shortname":":raising_hand_tone1:","aliases":"","keywords":"happy person raising one hand tone1 female girl woman raise notice attention answer"},"raising_hand_tone2":{"unicode":"1f64b-1f3fc","shortname":":raising_hand_tone2:","aliases":"","keywords":"happy person raising one hand tone2 female girl woman raise notice attention answer"},"raising_hand_tone3":{"unicode":"1f64b-1f3fd","shortname":":raising_hand_tone3:","aliases":"","keywords":"happy person raising one hand tone3 female girl woman raise notice attention answer"},"raising_hand_tone4":{"unicode":"1f64b-1f3fe","shortname":":raising_hand_tone4:","aliases":"","keywords":"happy person raising one hand tone4 female girl woman raise notice attention answer"},"raising_hand_tone5":{"unicode":"1f64b-1f3ff","shortname":":raising_hand_tone5:","aliases":"","keywords":"happy person raising one hand tone5 female girl woman raise notice attention answer"},"person_with_pouting_face_tone1":{"unicode":"1f64e-1f3fb","shortname":":person_with_pouting_face_tone1:","aliases":"","keywords":"person with pouting face tone1 female girl woman pout sexy cute annoyed"},"person_with_pouting_face_tone2":{"unicode":"1f64e-1f3fc","shortname":":person_with_pouting_face_tone2:","aliases":"","keywords":"person with pouting face tone2 female girl woman pout sexy cute annoyed"},"person_with_pouting_face_tone3":{"unicode":"1f64e-1f3fd","shortname":":person_with_pouting_face_tone3:","aliases":"","keywords":"person with pouting face tone3 female girl woman pout sexy cute annoyed"},"person_with_pouting_face_tone4":{"unicode":"1f64e-1f3fe","shortname":":person_with_pouting_face_tone4:","aliases":"","keywords":"person with pouting face tone4 female girl woman pout sexy cute annoyed"},"person_with_pouting_face_tone5":{"unicode":"1f64e-1f3ff","shortname":":person_with_pouting_face_tone5:","aliases":"","keywords":"person with pouting face tone5 female girl woman pout sexy cute annoyed"},"person_frowning_tone1":{"unicode":"1f64d-1f3fb","shortname":":person_frowning_tone1:","aliases":"","keywords":"person frowning tone 1 female girl woman dejected rejected sad frown"},"person_frowning_tone2":{"unicode":"1f64d-1f3fc","shortname":":person_frowning_tone2:","aliases":"","keywords":"person frowning tone 2 female girl woman dejected rejected sad frown"},"person_frowning_tone3":{"unicode":"1f64d-1f3fd","shortname":":person_frowning_tone3:","aliases":"","keywords":"person frowning tone 3 female girl woman dejected rejected sad frown"},"person_frowning_tone4":{"unicode":"1f64d-1f3fe","shortname":":person_frowning_tone4:","aliases":"","keywords":"person frowning tone 4 female girl woman dejected rejected sad frown"},"person_frowning_tone5":{"unicode":"1f64d-1f3ff","shortname":":person_frowning_tone5:","aliases":"","keywords":"person frowning tone 5 female girl woman dejected rejected sad frown"},"haircut_tone1":{"unicode":"1f487-1f3fb","shortname":":haircut_tone1:","aliases":"","keywords":"haircut tone 1 female girl woman"},"haircut_tone2":{"unicode":"1f487-1f3fc","shortname":":haircut_tone2:","aliases":"","keywords":"haircut tone 2 female girl woman"},"haircut_tone3":{"unicode":"1f487-1f3fd","shortname":":haircut_tone3:","aliases":"","keywords":"haircut tone 3 female girl woman"},"haircut_tone4":{"unicode":"1f487-1f3fe","shortname":":haircut_tone4:","aliases":"","keywords":"haircut tone 4 female girl woman"},"haircut_tone5":{"unicode":"1f487-1f3ff","shortname":":haircut_tone5:","aliases":"","keywords":"haircut tone 5 female girl woman"},"massage_tone1":{"unicode":"1f486-1f3fb","shortname":":massage_tone1:","aliases":"","keywords":"face massage tone 1 female girl woman"},"massage_tone2":{"unicode":"1f486-1f3fc","shortname":":massage_tone2:","aliases":"","keywords":"face massage tone 2 female girl woman"},"massage_tone3":{"unicode":"1f486-1f3fd","shortname":":massage_tone3:","aliases":"","keywords":"face massage tone 3 female girl woman"},"massage_tone4":{"unicode":"1f486-1f3fe","shortname":":massage_tone4:","aliases":"","keywords":"face massage tone 4 female girl woman"},"massage_tone5":{"unicode":"1f486-1f3ff","shortname":":massage_tone5:","aliases":"","keywords":"face massage tone 5 female girl woman"},"rowboat_tone1":{"unicode":"1f6a3-1f3fb","shortname":":rowboat_tone1:","aliases":"","keywords":"rowboat tone 1 hobby ship water boat row oar paddle"},"rowboat_tone2":{"unicode":"1f6a3-1f3fc","shortname":":rowboat_tone2:","aliases":"","keywords":"rowboat tone 2 hobby ship water boat row oar paddle"},"rowboat_tone3":{"unicode":"1f6a3-1f3fd","shortname":":rowboat_tone3:","aliases":"","keywords":"rowboat tone 3 hobby ship water boat row oar paddle"},"rowboat_tone4":{"unicode":"1f6a3-1f3fe","shortname":":rowboat_tone4:","aliases":"","keywords":"rowboat tone 4 hobby ship water boat row oar paddle"},"rowboat_tone5":{"unicode":"1f6a3-1f3ff","shortname":":rowboat_tone5:","aliases":"","keywords":"rowboat tone 5 hobby ship water boat row oar paddle"},"swimmer_tone1":{"unicode":"1f3ca-1f3fb","shortname":":swimmer_tone1:","aliases":"","keywords":"swimmer tone 1 sport swim water pool laps freestyle butterfly breaststroke backstroke"},"swimmer_tone2":{"unicode":"1f3ca-1f3fc","shortname":":swimmer_tone2:","aliases":"","keywords":"swimmer tone 2 sport swim water pool laps freestyle butterfly breaststroke backstroke"},"swimmer_tone3":{"unicode":"1f3ca-1f3fd","shortname":":swimmer_tone3:","aliases":"","keywords":"swimmer tone 3 sport swim water pool laps freestyle butterfly breaststroke backstroke"},"swimmer_tone4":{"unicode":"1f3ca-1f3fe","shortname":":swimmer_tone4:","aliases":"","keywords":"swimmer tone 4 sport swim water pool laps freestyle butterfly breaststroke backstroke"},"swimmer_tone5":{"unicode":"1f3ca-1f3ff","shortname":":swimmer_tone5:","aliases":"","keywords":"swimmer tone 5 sport swim water pool laps freestyle butterfly breaststroke backstroke"},"surfer_tone1":{"unicode":"1f3c4-1f3fb","shortname":":surfer_tone1:","aliases":"","keywords":"surfer tone 1 ocean sea sport surf wave ocean ride swell"},"surfer_tone2":{"unicode":"1f3c4-1f3fc","shortname":":surfer_tone2:","aliases":"","keywords":"surfer tone 2 ocean sea sport surf wave ocean ride swell"},"surfer_tone3":{"unicode":"1f3c4-1f3fd","shortname":":surfer_tone3:","aliases":"","keywords":"surfer tone 3 ocean sea sport surf wave ocean ride swell"},"surfer_tone4":{"unicode":"1f3c4-1f3fe","shortname":":surfer_tone4:","aliases":"","keywords":"surfer tone 4 ocean sea sport surf wave ocean ride swell"},"surfer_tone5":{"unicode":"1f3c4-1f3ff","shortname":":surfer_tone5:","aliases":"","keywords":"surfer tone 5 ocean sea sport surf wave ocean ride swell"},"bath_tone1":{"unicode":"1f6c0-1f3fb","shortname":":bath_tone1:","aliases":"","keywords":"bath tone 1 shower tub basin wash bubble soak bathroom soap water clean shampoo lather"},"bath_tone2":{"unicode":"1f6c0-1f3fc","shortname":":bath_tone2:","aliases":"","keywords":"bath tone 2 shower tub basin wash bubble soak bathroom soap water clean shampoo lather"},"bath_tone3":{"unicode":"1f6c0-1f3fd","shortname":":bath_tone3:","aliases":"","keywords":"bath tone 3 shower tub basin wash bubble soak bathroom soap water clean shampoo lather"},"bath_tone4":{"unicode":"1f6c0-1f3fe","shortname":":bath_tone4:","aliases":"","keywords":"bath tone 4 shower tub basin wash bubble soak bathroom soap water clean shampoo lather"},"bath_tone5":{"unicode":"1f6c0-1f3ff","shortname":":bath_tone5:","aliases":"","keywords":"bath tone 5 shower tub basin wash bubble soak bathroom soap water clean shampoo lather"},"basketball_player_tone1":{"unicode":"26f9-1f3fb","shortname":":basketball_player_tone1:","aliases":":person_with_ball_tone1:","keywords":"person with ball tone 1 sport"},"basketball_player_tone2":{"unicode":"26f9-1f3fc","shortname":":basketball_player_tone2:","aliases":":person_with_ball_tone2:","keywords":"person with ball tone 2 sport"},"basketball_player_tone3":{"unicode":"26f9-1f3fd","shortname":":basketball_player_tone3:","aliases":":person_with_ball_tone3:","keywords":"person with ball tone 3 sport"},"basketball_player_tone4":{"unicode":"26f9-1f3fe","shortname":":basketball_player_tone4:","aliases":":person_with_ball_tone4:","keywords":"person with ball tone 4 sport"},"basketball_player_tone5":{"unicode":"26f9-1f3ff","shortname":":basketball_player_tone5:","aliases":":person_with_ball_tone5:","keywords":"person with ball tone 5 sport"},"lifter_tone1":{"unicode":"1f3cb-1f3fb","shortname":":lifter_tone1:","aliases":":weight_lifter_tone1:","keywords":"weight lifter tone 1 bench press squats deadlift"},"lifter_tone2":{"unicode":"1f3cb-1f3fc","shortname":":lifter_tone2:","aliases":":weight_lifter_tone2:","keywords":"weight lifter tone 2 bench press squats deadlift"},"lifter_tone3":{"unicode":"1f3cb-1f3fd","shortname":":lifter_tone3:","aliases":":weight_lifter_tone3:","keywords":"weight lifter tone 3 bench press squats deadlift"},"lifter_tone4":{"unicode":"1f3cb-1f3fe","shortname":":lifter_tone4:","aliases":":weight_lifter_tone4:","keywords":"weight lifter tone 4 bench press squats deadlift"},"lifter_tone5":{"unicode":"1f3cb-1f3ff","shortname":":lifter_tone5:","aliases":":weight_lifter_tone5:","keywords":"weight lifter tone 5 bench press squats deadlift"},"bicyclist_tone1":{"unicode":"1f6b4-1f3fb","shortname":":bicyclist_tone1:","aliases":"","keywords":"bicyclist tone 1 bike exercise hipster sport road pedal bicycle transportation"},"bicyclist_tone2":{"unicode":"1f6b4-1f3fc","shortname":":bicyclist_tone2:","aliases":"","keywords":"bicyclist tone 2 bike exercise hipster sport road pedal bicycle transportation"},"bicyclist_tone3":{"unicode":"1f6b4-1f3fd","shortname":":bicyclist_tone3:","aliases":"","keywords":"bicyclist tone 3 bike exercise hipster sport road pedal bicycle transportation"},"bicyclist_tone4":{"unicode":"1f6b4-1f3fe","shortname":":bicyclist_tone4:","aliases":"","keywords":"bicyclist tone 4 bike exercise hipster sport road pedal bicycle transportation"},"bicyclist_tone5":{"unicode":"1f6b4-1f3ff","shortname":":bicyclist_tone5:","aliases":"","keywords":"bicyclist tone 5 bike exercise hipster sport road pedal bicycle transportation"},"mountain_bicyclist_tone1":{"unicode":"1f6b5-1f3fb","shortname":":mountain_bicyclist_tone1:","aliases":"","keywords":"mountain bicyclist tone 1 sport transportation bike pedal bicycle transportation"},"mountain_bicyclist_tone2":{"unicode":"1f6b5-1f3fc","shortname":":mountain_bicyclist_tone2:","aliases":"","keywords":"mountain bicyclist tone 2 sport transportation bike pedal bicycle transportation"},"mountain_bicyclist_tone3":{"unicode":"1f6b5-1f3fd","shortname":":mountain_bicyclist_tone3:","aliases":"","keywords":"mountain bicyclist tone 3 sport transportation bike pedal bicycle transportation"},"mountain_bicyclist_tone4":{"unicode":"1f6b5-1f3fe","shortname":":mountain_bicyclist_tone4:","aliases":"","keywords":"mountain bicyclist tone 4 sport transportation bike pedal bicycle transportation"},"mountain_bicyclist_tone5":{"unicode":"1f6b5-1f3ff","shortname":":mountain_bicyclist_tone5:","aliases":"","keywords":"mountain bicyclist tone 5 sport transportation bike pedal bicycle transportation"},"horse_racing_tone1":{"unicode":"1f3c7-1f3fb","shortname":":horse_racing_tone1:","aliases":"","keywords":"horse racing tone 1 animal betting competition race jockey triple crown"},"horse_racing_tone2":{"unicode":"1f3c7-1f3fc","shortname":":horse_racing_tone2:","aliases":"","keywords":"horse racing tone 2 animal betting competition race jockey triple crown"},"horse_racing_tone3":{"unicode":"1f3c7-1f3fd","shortname":":horse_racing_tone3:","aliases":"","keywords":"horse racing tone 3 animal betting competition race jockey triple crown"},"horse_racing_tone4":{"unicode":"1f3c7-1f3fe","shortname":":horse_racing_tone4:","aliases":"","keywords":"horse racing tone 4 animal betting competition race jockey triple crown"},"horse_racing_tone5":{"unicode":"1f3c7-1f3ff","shortname":":horse_racing_tone5:","aliases":"","keywords":"horse racing tone 5 animal betting competition race jockey triple crown"},"spy_tone1":{"unicode":"1f575-1f3fb","shortname":":spy_tone1:","aliases":":sleuth_or_spy_tone1:","keywords":"sleuth or spy tone 1 pi undercover investigator person"},"spy_tone2":{"unicode":"1f575-1f3fc","shortname":":spy_tone2:","aliases":":sleuth_or_spy_tone2:","keywords":"sleuth or spy tone 2 pi undercover investigator person"},"spy_tone3":{"unicode":"1f575-1f3fd","shortname":":spy_tone3:","aliases":":sleuth_or_spy_tone3:","keywords":"sleuth or spy tone 3 pi undercover investigator person"},"spy_tone4":{"unicode":"1f575-1f3fe","shortname":":spy_tone4:","aliases":":sleuth_or_spy_tone4:","keywords":"sleuth or spy tone 4 pi undercover investigator person"},"spy_tone5":{"unicode":"1f575-1f3ff","shortname":":spy_tone5:","aliases":":sleuth_or_spy_tone5:","keywords":"sleuth or spy tone 5 pi undercover investigator person"},"tone1":{"unicode":"1f3fb","shortname":":tone1:","aliases":"","keywords":"emoji modifier Fitzpatrick type-1-2"},"tone2":{"unicode":"1f3fc","shortname":":tone2:","aliases":"","keywords":"emoji modifier Fitzpatrick type-3"},"tone3":{"unicode":"1f3fd","shortname":":tone3:","aliases":"","keywords":"emoji modifier Fitzpatrick type-4"},"tone4":{"unicode":"1f3fe","shortname":":tone4:","aliases":"","keywords":"emoji modifier Fitzpatrick type-5"},"tone5":{"unicode":"1f3ff","shortname":":tone5:","aliases":"","keywords":"emoji modifier Fitzpatrick type-6"}} \ No newline at end of file +{"grinning":{"unicode":"1f600","shortname":":grinning:","aliases":"","keywords":"grinning face happy smiley emotion emotion"},"grimacing":{"unicode":"1f62c","shortname":":grimacing:","aliases":"","keywords":"grimacing face silly smiley emotion emotion selfie selfie"},"grin":{"unicode":"1f601","shortname":":grin:","aliases":"","keywords":"grinning face with smiling eyes happy silly smiley emotion emotion good good selfie selfie"},"joy":{"unicode":"1f602","shortname":":joy:","aliases":"","keywords":"face with tears of joy happy silly smiley cry laugh laugh emotion emotion sarcastic sarcastic"},"smiley":{"unicode":"1f603","shortname":":smiley:","aliases":"","keywords":"smiling face with open mouth happy smiley emotion emotion good good"},"smile":{"unicode":"1f604","shortname":":smile:","aliases":"","keywords":"smiling face with open mouth and smiling eyes happy smiley emotion emotion"},"sweat_smile":{"unicode":"1f605","shortname":":sweat_smile:","aliases":"","keywords":"smiling face with open mouth and cold sweat smiley workout sweat emotion emotion"},"laughing":{"unicode":"1f606","shortname":":laughing:","aliases":":satisfied:","keywords":"smiling face with open mouth and tightly-closed eyes happy smiley laugh laugh emotion emotion"},"innocent":{"unicode":"1f607","shortname":":innocent:","aliases":"","keywords":"smiling face with halo smiley emotion emotion"},"wink":{"unicode":"1f609","shortname":":wink:","aliases":"","keywords":"winking face silly smiley emotion emotion"},"blush":{"unicode":"1f60a","shortname":":blush:","aliases":"","keywords":"smiling face with smiling eyes happy smiley emotion emotion good good beautiful beautiful"},"slight_smile":{"unicode":"1f642","shortname":":slight_smile:","aliases":":slightly_smiling_face:","keywords":"slightly smiling face happy smiley"},"upside_down":{"unicode":"1f643","shortname":":upside_down:","aliases":":upside_down_face:","keywords":"upside-down face silly smiley sarcastic sarcastic"},"relaxed":{"unicode":"263a","shortname":":relaxed:","aliases":"","keywords":"white smiling face happy smiley"},"yum":{"unicode":"1f60b","shortname":":yum:","aliases":"","keywords":"face savouring delicious food happy silly smiley emotion emotion sarcastic sarcastic good good"},"relieved":{"unicode":"1f60c","shortname":":relieved:","aliases":"","keywords":"relieved face smiley emotion emotion"},"heart_eyes":{"unicode":"1f60d","shortname":":heart_eyes:","aliases":"","keywords":"smiling face with heart-shaped eyes happy smiley love sex heart eyes emotion emotion beautiful beautiful"},"kissing_heart":{"unicode":"1f618","shortname":":kissing_heart:","aliases":"","keywords":"face throwing a kiss smiley love sexy"},"kissing":{"unicode":"1f617","shortname":":kissing:","aliases":"","keywords":"kissing face smiley sexy"},"kissing_smiling_eyes":{"unicode":"1f619","shortname":":kissing_smiling_eyes:","aliases":"","keywords":"kissing face with smiling eyes smiley sexy"},"kissing_closed_eyes":{"unicode":"1f61a","shortname":":kissing_closed_eyes:","aliases":"","keywords":"kissing face with closed eyes smiley sexy"},"stuck_out_tongue_winking_eye":{"unicode":"1f61c","shortname":":stuck_out_tongue_winking_eye:","aliases":"","keywords":"face with stuck-out tongue and winking eye happy smiley emotion emotion parties parties"},"stuck_out_tongue_closed_eyes":{"unicode":"1f61d","shortname":":stuck_out_tongue_closed_eyes:","aliases":"","keywords":"face with stuck-out tongue and tightly-closed eyes happy smiley emotion emotion"},"stuck_out_tongue":{"unicode":"1f61b","shortname":":stuck_out_tongue:","aliases":"","keywords":"face with stuck-out tongue smiley sex emotion emotion"},"money_mouth":{"unicode":"1f911","shortname":":money_mouth:","aliases":":money_mouth_face:","keywords":"money-mouth face smiley win win money money emotion emotion boys night boys night"},"nerd":{"unicode":"1f913","shortname":":nerd:","aliases":":nerd_face:","keywords":"nerd face smiley glasses"},"sunglasses":{"unicode":"1f60e","shortname":":sunglasses:","aliases":"","keywords":"smiling face with sunglasses silly smiley emojione glasses boys night boys night"},"hugging":{"unicode":"1f917","shortname":":hugging:","aliases":":hugging_face:","keywords":"hugging face smiley hug thank you"},"smirk":{"unicode":"1f60f","shortname":":smirk:","aliases":"","keywords":"smirking face silly smiley sexy sarcastic sarcastic"},"no_mouth":{"unicode":"1f636","shortname":":no_mouth:","aliases":"","keywords":"face without mouth mad smiley neutral emotion emotion"},"neutral_face":{"unicode":"1f610","shortname":":neutral_face:","aliases":"","keywords":"neutral face mad smiley shrug neutral emotion emotion"},"expressionless":{"unicode":"1f611","shortname":":expressionless:","aliases":"","keywords":"expressionless face mad smiley neutral emotion emotion"},"unamused":{"unicode":"1f612","shortname":":unamused:","aliases":"","keywords":"unamused face sad mad smiley tired emotion emotion"},"rolling_eyes":{"unicode":"1f644","shortname":":rolling_eyes:","aliases":":face_with_rolling_eyes:","keywords":"face with rolling eyes mad smiley rolling eyes emotion emotion sarcastic sarcastic"},"thinking":{"unicode":"1f914","shortname":":thinking:","aliases":":thinking_face:","keywords":"thinking face smiley thinking boys night boys night"},"flushed":{"unicode":"1f633","shortname":":flushed:","aliases":"","keywords":"flushed face smiley emotion emotion omg omg"},"disappointed":{"unicode":"1f61e","shortname":":disappointed:","aliases":"","keywords":"disappointed face sad smiley tired emotion emotion"},"worried":{"unicode":"1f61f","shortname":":worried:","aliases":"","keywords":"worried face sad smiley emotion emotion"},"angry":{"unicode":"1f620","shortname":":angry:","aliases":"","keywords":"angry face mad smiley emotion emotion"},"rage":{"unicode":"1f621","shortname":":rage:","aliases":"","keywords":"pouting face mad smiley angry emotion emotion"},"pensive":{"unicode":"1f614","shortname":":pensive:","aliases":"","keywords":"pensive face sad smiley emotion emotion rip rip"},"confused":{"unicode":"1f615","shortname":":confused:","aliases":"","keywords":"confused face smiley surprised emotion emotion"},"slight_frown":{"unicode":"1f641","shortname":":slight_frown:","aliases":":slightly_frowning_face:","keywords":"slightly frowning face sad smiley emotion emotion"},"frowning2":{"unicode":"2639","shortname":":frowning2:","aliases":":white_frowning_face:","keywords":"white frowning face sad smiley emotion emotion"},"persevere":{"unicode":"1f623","shortname":":persevere:","aliases":"","keywords":"persevering face sad smiley angry emotion emotion"},"confounded":{"unicode":"1f616","shortname":":confounded:","aliases":"","keywords":"confounded face sad smiley angry emotion emotion"},"tired_face":{"unicode":"1f62b","shortname":":tired_face:","aliases":"","keywords":"tired face sad smiley tired emotion emotion"},"weary":{"unicode":"1f629","shortname":":weary:","aliases":"","keywords":"weary face sad smiley tired stressed emotion emotion"},"triumph":{"unicode":"1f624","shortname":":triumph:","aliases":"","keywords":"face with look of triumph mad smiley angry emotion emotion steam steam"},"open_mouth":{"unicode":"1f62e","shortname":":open_mouth:","aliases":"","keywords":"face with open mouth smiley surprised wow wow emotion emotion"},"scream":{"unicode":"1f631","shortname":":scream:","aliases":"","keywords":"face screaming in fear smiley surprised wow wow emotion emotion omg omg"},"fearful":{"unicode":"1f628","shortname":":fearful:","aliases":"","keywords":"fearful face smiley surprised emotion emotion"},"cold_sweat":{"unicode":"1f630","shortname":":cold_sweat:","aliases":"","keywords":"face with open mouth and cold sweat smiley sweat emotion emotion"},"hushed":{"unicode":"1f62f","shortname":":hushed:","aliases":"","keywords":"hushed face smiley surprised wow wow"},"frowning":{"unicode":"1f626","shortname":":frowning:","aliases":"","keywords":"frowning face with open mouth sad smiley surprised emotion emotion"},"anguished":{"unicode":"1f627","shortname":":anguished:","aliases":"","keywords":"anguished face sad smiley surprised emotion emotion"},"cry":{"unicode":"1f622","shortname":":cry:","aliases":"","keywords":"crying face sad smiley cry emotion emotion rip rip heartbreak heartbreak"},"disappointed_relieved":{"unicode":"1f625","shortname":":disappointed_relieved:","aliases":"","keywords":"disappointed but relieved face sad smiley stressed sweat cry emotion emotion"},"sleepy":{"unicode":"1f62a","shortname":":sleepy:","aliases":"","keywords":"sleepy face smiley sick emotion emotion"},"sweat":{"unicode":"1f613","shortname":":sweat:","aliases":"","keywords":"face with cold sweat sad smiley stressed sweat emotion emotion"},"sob":{"unicode":"1f62d","shortname":":sob:","aliases":"","keywords":"loudly crying face sad smiley cry emotion emotion heartbreak heartbreak"},"dizzy_face":{"unicode":"1f635","shortname":":dizzy_face:","aliases":"","keywords":"dizzy face smiley surprised dead wow wow emotion emotion omg omg"},"astonished":{"unicode":"1f632","shortname":":astonished:","aliases":"","keywords":"astonished face smiley surprised wow wow emotion emotion omg omg"},"zipper_mouth":{"unicode":"1f910","shortname":":zipper_mouth:","aliases":":zipper_mouth_face:","keywords":"zipper-mouth face mad smiley"},"mask":{"unicode":"1f637","shortname":":mask:","aliases":"","keywords":"face with medical mask smiley dead health sick"},"thermometer_face":{"unicode":"1f912","shortname":":thermometer_face:","aliases":":face_with_thermometer:","keywords":"face with thermometer smiley health sick emotion emotion"},"head_bandage":{"unicode":"1f915","shortname":":head_bandage:","aliases":":face_with_head_bandage:","keywords":"face with head-bandage smiley health sick emotion emotion"},"sleeping":{"unicode":"1f634","shortname":":sleeping:","aliases":"","keywords":"sleeping face smiley tired emotion emotion goodnight goodnight"},"zzz":{"unicode":"1f4a4","shortname":":zzz:","aliases":"","keywords":"sleeping symbol tired goodnight goodnight"},"poop":{"unicode":"1f4a9","shortname":":poop:","aliases":":shit: :hankey: :poo:","keywords":"pile of poo bathroom shit sol sol diarrhea diarrhea"},"smiling_imp":{"unicode":"1f608","shortname":":smiling_imp:","aliases":"","keywords":"smiling face with horns silly smiley angry monster devil devil boys night boys night"},"imp":{"unicode":"1f47f","shortname":":imp:","aliases":"","keywords":"imp smiley monster devil devil wth wth"},"japanese_ogre":{"unicode":"1f479","shortname":":japanese_ogre:","aliases":"","keywords":"japanese ogre monster"},"japanese_goblin":{"unicode":"1f47a","shortname":":japanese_goblin:","aliases":"","keywords":"japanese goblin angry monster"},"skull":{"unicode":"1f480","shortname":":skull:","aliases":":skeleton:","keywords":"skull dead halloween skull"},"ghost":{"unicode":"1f47b","shortname":":ghost:","aliases":"","keywords":"ghost holidays halloween monster"},"alien":{"unicode":"1f47d","shortname":":alien:","aliases":"","keywords":"extraterrestrial alien space monster alien scientology scientology"},"robot":{"unicode":"1f916","shortname":":robot:","aliases":":robot_face:","keywords":"robot face monster robot"},"smiley_cat":{"unicode":"1f63a","shortname":":smiley_cat:","aliases":"","keywords":"smiling cat face with open mouth happy cat cat animal animal"},"smile_cat":{"unicode":"1f638","shortname":":smile_cat:","aliases":"","keywords":"grinning cat face with smiling eyes happy cat cat animal animal"},"joy_cat":{"unicode":"1f639","shortname":":joy_cat:","aliases":"","keywords":"cat face with tears of joy happy silly cry laugh laugh cat cat animal animal sarcastic sarcastic"},"heart_eyes_cat":{"unicode":"1f63b","shortname":":heart_eyes_cat:","aliases":"","keywords":"smiling cat face with heart-shaped eyes heart eyes cat cat animal animal beautiful beautiful"},"smirk_cat":{"unicode":"1f63c","shortname":":smirk_cat:","aliases":"","keywords":"cat face with wry smile cat cat animal animal"},"kissing_cat":{"unicode":"1f63d","shortname":":kissing_cat:","aliases":"","keywords":"kissing cat face with closed eyes cat cat animal animal"},"scream_cat":{"unicode":"1f640","shortname":":scream_cat:","aliases":"","keywords":"weary cat face cat cat animal animal"},"crying_cat_face":{"unicode":"1f63f","shortname":":crying_cat_face:","aliases":"","keywords":"crying cat face cry cat cat animal animal"},"pouting_cat":{"unicode":"1f63e","shortname":":pouting_cat:","aliases":"","keywords":"pouting cat face cat cat animal animal"},"raised_hands":{"unicode":"1f64c","shortname":":raised_hands:","aliases":"","keywords":"person raising both hands in celebration body hands diversity diversity perfect perfect good good parties parties"},"clap":{"unicode":"1f44f","shortname":":clap:","aliases":"","keywords":"clapping hands sign body hands win win diversity diversity good good beautiful beautiful"},"wave":{"unicode":"1f44b","shortname":":wave:","aliases":"","keywords":"waving hand sign body hands hi diversity diversity"},"thumbsup":{"unicode":"1f44d","shortname":":thumbsup:","aliases":":+1: :thumbup:","keywords":"thumbs up sign body hands hi luck thank you diversity diversity perfect perfect good good beautiful beautiful"},"thumbsdown":{"unicode":"1f44e","shortname":":thumbsdown:","aliases":":-1: :thumbdown:","keywords":"thumbs down sign body hands diversity diversity"},"punch":{"unicode":"1f44a","shortname":":punch:","aliases":"","keywords":"fisted hand sign body hands hi fist bump diversity diversity boys night boys night"},"fist":{"unicode":"270a","shortname":":fist:","aliases":"","keywords":"raised fist body hands hi fist bump diversity diversity condolence condolence"},"v":{"unicode":"270c","shortname":":v:","aliases":"","keywords":"victory hand body hands hi thank you peace peace diversity diversity girls night girls night"},"ok_hand":{"unicode":"1f44c","shortname":":ok_hand:","aliases":"","keywords":"ok hand sign body hands hi diversity diversity perfect perfect good good beautiful beautiful"},"raised_hand":{"unicode":"270b","shortname":":raised_hand:","aliases":"","keywords":"raised hand body hands hi diversity diversity girls night girls night"},"open_hands":{"unicode":"1f450","shortname":":open_hands:","aliases":"","keywords":"open hands sign body hands diversity diversity condolence condolence"},"muscle":{"unicode":"1f4aa","shortname":":muscle:","aliases":"","keywords":"flexed biceps body hands workout flex win win diversity diversity feminist feminist boys night boys night"},"pray":{"unicode":"1f64f","shortname":":pray:","aliases":"","keywords":"person with folded hands body hands hi luck thank you pray pray diversity diversity scientology scientology"},"point_up":{"unicode":"261d","shortname":":point_up:","aliases":"","keywords":"white up pointing index body hands emojione diversity diversity"},"point_up_2":{"unicode":"1f446","shortname":":point_up_2:","aliases":"","keywords":"white up pointing backhand index body hands diversity diversity"},"point_down":{"unicode":"1f447","shortname":":point_down:","aliases":"","keywords":"white down pointing backhand index body hands diversity diversity"},"point_left":{"unicode":"1f448","shortname":":point_left:","aliases":"","keywords":"white left pointing backhand index body hands hi diversity diversity"},"point_right":{"unicode":"1f449","shortname":":point_right:","aliases":"","keywords":"white right pointing backhand index body hands hi diversity diversity"},"middle_finger":{"unicode":"1f595","shortname":":middle_finger:","aliases":":reversed_hand_with_middle_finger_extended:","keywords":"reversed hand with middle finger extended body hands middle finger diversity diversity"},"hand_splayed":{"unicode":"1f590","shortname":":hand_splayed:","aliases":":raised_hand_with_fingers_splayed:","keywords":"raised hand with fingers splayed body hands hi diversity diversity"},"metal":{"unicode":"1f918","shortname":":metal:","aliases":":sign_of_the_horns:","keywords":"sign of the horns body hands hi diversity diversity boys night boys night parties parties"},"vulcan":{"unicode":"1f596","shortname":":vulcan:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers:","keywords":"raised hand with part between middle and ring fingers body hands hi diversity diversity"},"writing_hand":{"unicode":"270d","shortname":":writing_hand:","aliases":"","keywords":"writing hand body hands write diversity diversity"},"nail_care":{"unicode":"1f485","shortname":":nail_care:","aliases":"","keywords":"nail polish women body hands nailpolish diversity diversity girls night girls night"},"lips":{"unicode":"1f444","shortname":":lips:","aliases":"","keywords":"mouth women body sexy lip"},"tongue":{"unicode":"1f445","shortname":":tongue:","aliases":"","keywords":"tongue body sexy lip"},"ear":{"unicode":"1f442","shortname":":ear:","aliases":"","keywords":"ear body diversity diversity"},"nose":{"unicode":"1f443","shortname":":nose:","aliases":"","keywords":"nose body diversity diversity"},"eye":{"unicode":"1f441","shortname":":eye:","aliases":"","keywords":"eye body eyes"},"eyes":{"unicode":"1f440","shortname":":eyes:","aliases":"","keywords":"eyes body eyes"},"bust_in_silhouette":{"unicode":"1f464","shortname":":bust_in_silhouette:","aliases":"","keywords":"bust in silhouette people"},"busts_in_silhouette":{"unicode":"1f465","shortname":":busts_in_silhouette:","aliases":"","keywords":"busts in silhouette people"},"speaking_head":{"unicode":"1f5e3","shortname":":speaking_head:","aliases":":speaking_head_in_silhouette:","keywords":"speaking head in silhouette people talk"},"baby":{"unicode":"1f476","shortname":":baby:","aliases":"","keywords":"baby people baby diversity diversity"},"boy":{"unicode":"1f466","shortname":":boy:","aliases":"","keywords":"boy people baby diversity diversity"},"girl":{"unicode":"1f467","shortname":":girl:","aliases":"","keywords":"girl people women baby diversity diversity"},"man":{"unicode":"1f468","shortname":":man:","aliases":"","keywords":"man people men sex diversity diversity selfie selfie boys night boys night"},"woman":{"unicode":"1f469","shortname":":woman:","aliases":"","keywords":"woman people women sex diversity diversity feminist feminist selfie selfie girls night girls night"},"person_with_blond_hair":{"unicode":"1f471","shortname":":person_with_blond_hair:","aliases":"","keywords":"person with blond hair people men diversity diversity"},"older_man":{"unicode":"1f474","shortname":":older_man:","aliases":"","keywords":"older man people men old people diversity diversity"},"older_woman":{"unicode":"1f475","shortname":":older_woman:","aliases":":grandma:","keywords":"older woman people old people diversity diversity"},"man_with_gua_pi_mao":{"unicode":"1f472","shortname":":man_with_gua_pi_mao:","aliases":"","keywords":"man with gua pi mao people hat men diversity diversity"},"man_with_turban":{"unicode":"1f473","shortname":":man_with_turban:","aliases":"","keywords":"man with turban people hat diversity diversity"},"cop":{"unicode":"1f46e","shortname":":cop:","aliases":"","keywords":"police officer people hat men diversity diversity job job police police 911 911"},"construction_worker":{"unicode":"1f477","shortname":":construction_worker:","aliases":"","keywords":"construction worker people hat men diversity diversity job job"},"guardsman":{"unicode":"1f482","shortname":":guardsman:","aliases":"","keywords":"guardsman people hat men diversity diversity job job"},"spy":{"unicode":"1f575","shortname":":spy:","aliases":":sleuth_or_spy:","keywords":"sleuth or spy people hat men glasses diversity diversity job job"},"santa":{"unicode":"1f385","shortname":":santa:","aliases":"","keywords":"father christmas people hat winter holidays christmas diversity diversity santa santa"},"angel":{"unicode":"1f47c","shortname":":angel:","aliases":"","keywords":"baby angel people diversity diversity omg omg"},"princess":{"unicode":"1f478","shortname":":princess:","aliases":"","keywords":"princess people women diversity diversity beautiful beautiful girls night girls night"},"bride_with_veil":{"unicode":"1f470","shortname":":bride_with_veil:","aliases":"","keywords":"bride with veil people wedding women diversity diversity"},"walking":{"unicode":"1f6b6","shortname":":walking:","aliases":"","keywords":"pedestrian people men diversity diversity"},"runner":{"unicode":"1f3c3","shortname":":runner:","aliases":"","keywords":"runner people men diversity diversity boys night boys night run run"},"dancer":{"unicode":"1f483","shortname":":dancer:","aliases":"","keywords":"dancer people women sexy diversity diversity girls night girls night dance dance"},"dancers":{"unicode":"1f46f","shortname":":dancers:","aliases":"","keywords":"woman with bunny ears people women sexy girls night girls night boys night boys night parties parties dance dance"},"couple":{"unicode":"1f46b","shortname":":couple:","aliases":"","keywords":"man and woman holding hands people sex creationism creationism"},"two_men_holding_hands":{"unicode":"1f46c","shortname":":two_men_holding_hands:","aliases":"","keywords":"two men holding hands people gay men sex lgbt lgbt"},"two_women_holding_hands":{"unicode":"1f46d","shortname":":two_women_holding_hands:","aliases":"","keywords":"two women holding hands people women sex lgbt lgbt lesbian lesbian girls night girls night"},"bow":{"unicode":"1f647","shortname":":bow:","aliases":"","keywords":"person bowing deeply people pray pray diversity diversity"},"information_desk_person":{"unicode":"1f481","shortname":":information_desk_person:","aliases":"","keywords":"information desk person people women diversity diversity"},"no_good":{"unicode":"1f645","shortname":":no_good:","aliases":"","keywords":"face with no good gesture people women diversity diversity girls night girls night"},"ok_woman":{"unicode":"1f646","shortname":":ok_woman:","aliases":"","keywords":"face with ok gesture people women diversity diversity"},"raising_hand":{"unicode":"1f64b","shortname":":raising_hand:","aliases":"","keywords":"happy person raising one hand people women diversity diversity"},"person_with_pouting_face":{"unicode":"1f64e","shortname":":person_with_pouting_face:","aliases":"","keywords":"person with pouting face people women diversity diversity"},"person_frowning":{"unicode":"1f64d","shortname":":person_frowning:","aliases":"","keywords":"person frowning people women diversity diversity"},"haircut":{"unicode":"1f487","shortname":":haircut:","aliases":"","keywords":"haircut people women diversity diversity"},"massage":{"unicode":"1f486","shortname":":massage:","aliases":"","keywords":"face massage people women diversity diversity"},"couple_with_heart":{"unicode":"1f491","shortname":":couple_with_heart:","aliases":"","keywords":"couple with heart people love sex"},"couple_ww":{"unicode":"1f469-2764-1f469","shortname":":couple_ww:","aliases":":couple_with_heart_ww:","keywords":"couple (woman,woman) people women love sex lgbt lgbt"},"couple_mm":{"unicode":"1f468-2764-1f468","shortname":":couple_mm:","aliases":":couple_with_heart_mm:","keywords":"couple (man,man) people gay men love sex lgbt lgbt"},"couplekiss":{"unicode":"1f48f","shortname":":couplekiss:","aliases":"","keywords":"kiss people love sex"},"kiss_ww":{"unicode":"1f469-2764-1f48b-1f469","shortname":":kiss_ww:","aliases":":couplekiss_ww:","keywords":"kiss (woman,woman) people women love sex lgbt lgbt lesbian lesbian"},"kiss_mm":{"unicode":"1f468-2764-1f48b-1f468","shortname":":kiss_mm:","aliases":":couplekiss_mm:","keywords":"kiss (man,man) people gay men love sex lgbt lgbt"},"family":{"unicode":"1f46a","shortname":":family:","aliases":"","keywords":"family people family baby"},"family_mwg":{"unicode":"1f468-1f469-1f467","shortname":":family_mwg:","aliases":"","keywords":"family (man,woman,girl) people family baby"},"family_mwgb":{"unicode":"1f468-1f469-1f467-1f466","shortname":":family_mwgb:","aliases":"","keywords":"family (man,woman,girl,boy) people family baby"},"family_mwbb":{"unicode":"1f468-1f469-1f466-1f466","shortname":":family_mwbb:","aliases":"","keywords":"family (man,woman,boy,boy) people family baby"},"family_mwgg":{"unicode":"1f468-1f469-1f467-1f467","shortname":":family_mwgg:","aliases":"","keywords":"family (man,woman,girl,girl) people family baby"},"family_wwb":{"unicode":"1f469-1f469-1f466","shortname":":family_wwb:","aliases":"","keywords":"family (woman,woman,boy) people family women baby lgbt lgbt lesbian lesbian"},"family_wwg":{"unicode":"1f469-1f469-1f467","shortname":":family_wwg:","aliases":"","keywords":"family (woman,woman,girl) people family women baby lgbt lgbt lesbian lesbian"},"family_wwgb":{"unicode":"1f469-1f469-1f467-1f466","shortname":":family_wwgb:","aliases":"","keywords":"family (woman,woman,girl,boy) people family women baby lgbt lgbt lesbian lesbian"},"family_wwbb":{"unicode":"1f469-1f469-1f466-1f466","shortname":":family_wwbb:","aliases":"","keywords":"family (woman,woman,boy,boy) people family women baby lgbt lgbt lesbian lesbian"},"family_wwgg":{"unicode":"1f469-1f469-1f467-1f467","shortname":":family_wwgg:","aliases":"","keywords":"family (woman,woman,girl,girl) people family women baby lgbt lgbt lesbian lesbian"},"family_mmb":{"unicode":"1f468-1f468-1f466","shortname":":family_mmb:","aliases":"","keywords":"family (man,man,boy) people gay family men baby lgbt lgbt"},"family_mmg":{"unicode":"1f468-1f468-1f467","shortname":":family_mmg:","aliases":"","keywords":"family (man,man,girl) people gay family men baby lgbt lgbt"},"family_mmgb":{"unicode":"1f468-1f468-1f467-1f466","shortname":":family_mmgb:","aliases":"","keywords":"family (man,man,girl,boy) people gay family men baby lgbt lgbt"},"family_mmbb":{"unicode":"1f468-1f468-1f466-1f466","shortname":":family_mmbb:","aliases":"","keywords":"family (man,man,boy,boy) people gay family men baby lgbt lgbt"},"family_mmgg":{"unicode":"1f468-1f468-1f467-1f467","shortname":":family_mmgg:","aliases":"","keywords":"family (man,man,girl,girl) people gay family men baby lgbt lgbt"},"womans_clothes":{"unicode":"1f45a","shortname":":womans_clothes:","aliases":"","keywords":"womans clothes women fashion"},"shirt":{"unicode":"1f455","shortname":":shirt:","aliases":"","keywords":"t-shirt fashion"},"jeans":{"unicode":"1f456","shortname":":jeans:","aliases":"","keywords":"jeans fashion"},"necktie":{"unicode":"1f454","shortname":":necktie:","aliases":"","keywords":"necktie fashion"},"dress":{"unicode":"1f457","shortname":":dress:","aliases":"","keywords":"dress women fashion sexy girls night girls night"},"bikini":{"unicode":"1f459","shortname":":bikini:","aliases":"","keywords":"bikini women fashion sexy vacation tropical swim"},"kimono":{"unicode":"1f458","shortname":":kimono:","aliases":"","keywords":"kimono fashion"},"lipstick":{"unicode":"1f484","shortname":":lipstick:","aliases":"","keywords":"lipstick object women fashion sexy lip"},"kiss":{"unicode":"1f48b","shortname":":kiss:","aliases":"","keywords":"kiss mark women love sexy lip beautiful beautiful girls night girls night"},"footprints":{"unicode":"1f463","shortname":":footprints:","aliases":"","keywords":"footprints"},"high_heel":{"unicode":"1f460","shortname":":high_heel:","aliases":"","keywords":"high-heeled shoe women fashion shoe sexy accessories girls night girls night"},"sandal":{"unicode":"1f461","shortname":":sandal:","aliases":"","keywords":"womans sandal fashion shoe accessories"},"boot":{"unicode":"1f462","shortname":":boot:","aliases":"","keywords":"womans boots women fashion shoe sexy accessories"},"mans_shoe":{"unicode":"1f45e","shortname":":mans_shoe:","aliases":"","keywords":"mans shoe fashion shoe accessories"},"athletic_shoe":{"unicode":"1f45f","shortname":":athletic_shoe:","aliases":"","keywords":"athletic shoe fashion shoe accessories boys night boys night"},"womans_hat":{"unicode":"1f452","shortname":":womans_hat:","aliases":"","keywords":"womans hat women fashion accessories"},"tophat":{"unicode":"1f3a9","shortname":":tophat:","aliases":"","keywords":"top hat hat fashion accessories"},"helmet_with_cross":{"unicode":"26d1","shortname":":helmet_with_cross:","aliases":":helmet_with_white_cross:","keywords":"helmet with white cross object hat accessories job job"},"mortar_board":{"unicode":"1f393","shortname":":mortar_board:","aliases":"","keywords":"graduation cap hat office accessories"},"crown":{"unicode":"1f451","shortname":":crown:","aliases":"","keywords":"crown object gem accessories"},"school_satchel":{"unicode":"1f392","shortname":":school_satchel:","aliases":"","keywords":"school satchel bag fashion office vacation accessories"},"pouch":{"unicode":"1f45d","shortname":":pouch:","aliases":"","keywords":"pouch bag women fashion accessories"},"purse":{"unicode":"1f45b","shortname":":purse:","aliases":"","keywords":"purse bag women fashion accessories money money"},"handbag":{"unicode":"1f45c","shortname":":handbag:","aliases":"","keywords":"handbag bag women fashion vacation accessories"},"briefcase":{"unicode":"1f4bc","shortname":":briefcase:","aliases":"","keywords":"briefcase bag work accessories nutcase nutcase job job"},"eyeglasses":{"unicode":"1f453","shortname":":eyeglasses:","aliases":"","keywords":"eyeglasses fashion glasses accessories"},"dark_sunglasses":{"unicode":"1f576","shortname":":dark_sunglasses:","aliases":"","keywords":"dark sunglasses fashion glasses accessories"},"ring":{"unicode":"1f48d","shortname":":ring:","aliases":"","keywords":"ring wedding object fashion gem accessories"},"closed_umbrella":{"unicode":"1f302","shortname":":closed_umbrella:","aliases":"","keywords":"closed umbrella object sky rain accessories"},"dog":{"unicode":"1f436","shortname":":dog:","aliases":"","keywords":"dog face dog dog pug pug animal animal"},"cat":{"unicode":"1f431","shortname":":cat:","aliases":"","keywords":"cat face halloween vagina cat cat animal animal"},"mouse":{"unicode":"1f42d","shortname":":mouse:","aliases":"","keywords":"mouse face animal animal"},"hamster":{"unicode":"1f439","shortname":":hamster:","aliases":"","keywords":"hamster face animal animal"},"rabbit":{"unicode":"1f430","shortname":":rabbit:","aliases":"","keywords":"rabbit face wildlife animal animal"},"bear":{"unicode":"1f43b","shortname":":bear:","aliases":"","keywords":"bear face wildlife roar animal animal"},"panda_face":{"unicode":"1f43c","shortname":":panda_face:","aliases":"","keywords":"panda face wildlife roar animal animal"},"koala":{"unicode":"1f428","shortname":":koala:","aliases":"","keywords":"koala wildlife animal animal"},"tiger":{"unicode":"1f42f","shortname":":tiger:","aliases":"","keywords":"tiger face wildlife roar cat cat animal animal"},"lion_face":{"unicode":"1f981","shortname":":lion_face:","aliases":":lion:","keywords":"lion face wildlife roar cat cat animal animal"},"cow":{"unicode":"1f42e","shortname":":cow:","aliases":"","keywords":"cow face animal animal"},"pig":{"unicode":"1f437","shortname":":pig:","aliases":"","keywords":"pig face animal animal"},"pig_nose":{"unicode":"1f43d","shortname":":pig_nose:","aliases":"","keywords":"pig nose animal animal"},"frog":{"unicode":"1f438","shortname":":frog:","aliases":"","keywords":"frog face wildlife animal animal"},"octopus":{"unicode":"1f419","shortname":":octopus:","aliases":"","keywords":"octopus wildlife animal animal"},"monkey_face":{"unicode":"1f435","shortname":":monkey_face:","aliases":"","keywords":"monkey face animal animal"},"see_no_evil":{"unicode":"1f648","shortname":":see_no_evil:","aliases":"","keywords":"see-no-evil monkey animal animal"},"hear_no_evil":{"unicode":"1f649","shortname":":hear_no_evil:","aliases":"","keywords":"hear-no-evil monkey animal animal"},"speak_no_evil":{"unicode":"1f64a","shortname":":speak_no_evil:","aliases":"","keywords":"speak-no-evil monkey animal animal"},"monkey":{"unicode":"1f412","shortname":":monkey:","aliases":"","keywords":"monkey wildlife animal animal"},"chicken":{"unicode":"1f414","shortname":":chicken:","aliases":"","keywords":"chicken animal animal chicken chicken"},"penguin":{"unicode":"1f427","shortname":":penguin:","aliases":"","keywords":"penguin wildlife animal animal"},"bird":{"unicode":"1f426","shortname":":bird:","aliases":"","keywords":"bird wildlife animal animal"},"baby_chick":{"unicode":"1f424","shortname":":baby_chick:","aliases":"","keywords":"baby chick animal animal chicken chicken"},"hatching_chick":{"unicode":"1f423","shortname":":hatching_chick:","aliases":"","keywords":"hatching chick animal animal chicken chicken"},"hatched_chick":{"unicode":"1f425","shortname":":hatched_chick:","aliases":"","keywords":"front-facing baby chick animal animal chicken chicken"},"wolf":{"unicode":"1f43a","shortname":":wolf:","aliases":"","keywords":"wolf face wildlife roar animal animal"},"boar":{"unicode":"1f417","shortname":":boar:","aliases":"","keywords":"boar wildlife animal animal"},"horse":{"unicode":"1f434","shortname":":horse:","aliases":"","keywords":"horse face wildlife animal animal"},"unicorn":{"unicode":"1f984","shortname":":unicorn:","aliases":":unicorn_face:","keywords":"unicorn face animal animal"},"bee":{"unicode":"1f41d","shortname":":bee:","aliases":"","keywords":"honeybee insects animal animal"},"bug":{"unicode":"1f41b","shortname":":bug:","aliases":"","keywords":"bug insects animal animal"},"snail":{"unicode":"1f40c","shortname":":snail:","aliases":"","keywords":"snail insects animal animal"},"beetle":{"unicode":"1f41e","shortname":":beetle:","aliases":"","keywords":"lady beetle insects animal animal"},"ant":{"unicode":"1f41c","shortname":":ant:","aliases":"","keywords":"ant insects animal animal"},"spider":{"unicode":"1f577","shortname":":spider:","aliases":"","keywords":"spider insects halloween animal animal"},"scorpion":{"unicode":"1f982","shortname":":scorpion:","aliases":"","keywords":"scorpion insects reptile reptile animal animal"},"crab":{"unicode":"1f980","shortname":":crab:","aliases":"","keywords":"crab tropical animal animal"},"snake":{"unicode":"1f40d","shortname":":snake:","aliases":"","keywords":"snake wildlife reptile reptile animal animal creationism creationism"},"turtle":{"unicode":"1f422","shortname":":turtle:","aliases":"","keywords":"turtle wildlife reptile reptile animal animal"},"tropical_fish":{"unicode":"1f420","shortname":":tropical_fish:","aliases":"","keywords":"tropical fish wildlife animal animal"},"fish":{"unicode":"1f41f","shortname":":fish:","aliases":"","keywords":"fish wildlife animal animal"},"blowfish":{"unicode":"1f421","shortname":":blowfish:","aliases":"","keywords":"blowfish wildlife animal animal"},"dolphin":{"unicode":"1f42c","shortname":":dolphin:","aliases":"","keywords":"dolphin wildlife tropical animal animal"},"whale":{"unicode":"1f433","shortname":":whale:","aliases":"","keywords":"spouting whale wildlife tropical whales whales animal animal"},"whale2":{"unicode":"1f40b","shortname":":whale2:","aliases":"","keywords":"whale wildlife tropical whales whales animal animal"},"crocodile":{"unicode":"1f40a","shortname":":crocodile:","aliases":"","keywords":"crocodile wildlife reptile reptile animal animal"},"leopard":{"unicode":"1f406","shortname":":leopard:","aliases":"","keywords":"leopard wildlife roar animal animal"},"tiger2":{"unicode":"1f405","shortname":":tiger2:","aliases":"","keywords":"tiger wildlife roar animal animal"},"water_buffalo":{"unicode":"1f403","shortname":":water_buffalo:","aliases":"","keywords":"water buffalo wildlife animal animal"},"ox":{"unicode":"1f402","shortname":":ox:","aliases":"","keywords":"ox animal animal"},"cow2":{"unicode":"1f404","shortname":":cow2:","aliases":"","keywords":"cow animal animal"},"dromedary_camel":{"unicode":"1f42a","shortname":":dromedary_camel:","aliases":"","keywords":"dromedary camel wildlife animal animal"},"camel":{"unicode":"1f42b","shortname":":camel:","aliases":"","keywords":"bactrian camel wildlife animal animal hump day hump day"},"elephant":{"unicode":"1f418","shortname":":elephant:","aliases":"","keywords":"elephant wildlife animal animal"},"goat":{"unicode":"1f410","shortname":":goat:","aliases":"","keywords":"goat animal animal"},"ram":{"unicode":"1f40f","shortname":":ram:","aliases":"","keywords":"ram wildlife animal animal"},"sheep":{"unicode":"1f411","shortname":":sheep:","aliases":"","keywords":"sheep animal animal"},"racehorse":{"unicode":"1f40e","shortname":":racehorse:","aliases":"","keywords":"horse wildlife animal animal"},"pig2":{"unicode":"1f416","shortname":":pig2:","aliases":"","keywords":"pig animal animal"},"rat":{"unicode":"1f400","shortname":":rat:","aliases":"","keywords":"rat animal animal"},"mouse2":{"unicode":"1f401","shortname":":mouse2:","aliases":"","keywords":"mouse animal animal"},"rooster":{"unicode":"1f413","shortname":":rooster:","aliases":"","keywords":"rooster animal animal"},"turkey":{"unicode":"1f983","shortname":":turkey:","aliases":"","keywords":"turkey wildlife animal animal"},"dove":{"unicode":"1f54a","shortname":":dove:","aliases":":dove_of_peace:","keywords":"dove of peace animal animal"},"dog2":{"unicode":"1f415","shortname":":dog2:","aliases":"","keywords":"dog dog dog pug pug animal animal"},"poodle":{"unicode":"1f429","shortname":":poodle:","aliases":"","keywords":"poodle dog dog animal animal"},"cat2":{"unicode":"1f408","shortname":":cat2:","aliases":"","keywords":"cat halloween cat cat animal animal"},"rabbit2":{"unicode":"1f407","shortname":":rabbit2:","aliases":"","keywords":"rabbit wildlife animal animal"},"chipmunk":{"unicode":"1f43f","shortname":":chipmunk:","aliases":"","keywords":"chipmunk wildlife animal animal"},"feet":{"unicode":"1f43e","shortname":":feet:","aliases":":paw_prints:","keywords":"paw prints animal animal"},"dragon":{"unicode":"1f409","shortname":":dragon:","aliases":"","keywords":"dragon roar reptile reptile animal animal"},"dragon_face":{"unicode":"1f432","shortname":":dragon_face:","aliases":"","keywords":"dragon face roar monster reptile reptile animal animal"},"cactus":{"unicode":"1f335","shortname":":cactus:","aliases":"","keywords":"cactus nature plant trees trees"},"christmas_tree":{"unicode":"1f384","shortname":":christmas_tree:","aliases":"","keywords":"christmas tree plant holidays christmas trees trees"},"evergreen_tree":{"unicode":"1f332","shortname":":evergreen_tree:","aliases":"","keywords":"evergreen tree nature plant holidays christmas camp trees trees"},"deciduous_tree":{"unicode":"1f333","shortname":":deciduous_tree:","aliases":"","keywords":"deciduous tree nature plant camp trees trees"},"palm_tree":{"unicode":"1f334","shortname":":palm_tree:","aliases":"","keywords":"palm tree nature plant tropical trees trees"},"seedling":{"unicode":"1f331","shortname":":seedling:","aliases":"","keywords":"seedling nature plant leaf leaf"},"herb":{"unicode":"1f33f","shortname":":herb:","aliases":"","keywords":"herb nature plant leaf leaf"},"shamrock":{"unicode":"2618","shortname":":shamrock:","aliases":"","keywords":"shamrock nature plant luck leaf leaf"},"four_leaf_clover":{"unicode":"1f340","shortname":":four_leaf_clover:","aliases":"","keywords":"four leaf clover nature plant luck leaf leaf sol sol"},"bamboo":{"unicode":"1f38d","shortname":":bamboo:","aliases":"","keywords":"pine decoration nature plant"},"tanabata_tree":{"unicode":"1f38b","shortname":":tanabata_tree:","aliases":"","keywords":"tanabata tree nature plant trees trees"},"leaves":{"unicode":"1f343","shortname":":leaves:","aliases":"","keywords":"leaf fluttering in wind nature plant leaf leaf"},"fallen_leaf":{"unicode":"1f342","shortname":":fallen_leaf:","aliases":"","keywords":"fallen leaf nature plant leaf leaf"},"maple_leaf":{"unicode":"1f341","shortname":":maple_leaf:","aliases":"","keywords":"maple leaf nature plant leaf leaf"},"ear_of_rice":{"unicode":"1f33e","shortname":":ear_of_rice:","aliases":"","keywords":"ear of rice nature plant leaf leaf"},"hibiscus":{"unicode":"1f33a","shortname":":hibiscus:","aliases":"","keywords":"hibiscus nature flower plant tropical"},"sunflower":{"unicode":"1f33b","shortname":":sunflower:","aliases":"","keywords":"sunflower nature flower plant"},"rose":{"unicode":"1f339","shortname":":rose:","aliases":"","keywords":"rose nature flower plant rip rip condolence condolence beautiful beautiful"},"tulip":{"unicode":"1f337","shortname":":tulip:","aliases":"","keywords":"tulip nature flower plant vagina girls night girls night"},"blossom":{"unicode":"1f33c","shortname":":blossom:","aliases":"","keywords":"blossom nature flower plant"},"cherry_blossom":{"unicode":"1f338","shortname":":cherry_blossom:","aliases":"","keywords":"cherry blossom nature flower plant tropical"},"bouquet":{"unicode":"1f490","shortname":":bouquet:","aliases":"","keywords":"bouquet nature flower plant rip rip condolence condolence"},"mushroom":{"unicode":"1f344","shortname":":mushroom:","aliases":"","keywords":"mushroom nature plant drugs drugs"},"chestnut":{"unicode":"1f330","shortname":":chestnut:","aliases":"","keywords":"chestnut nature plant"},"jack_o_lantern":{"unicode":"1f383","shortname":":jack_o_lantern:","aliases":"","keywords":"jack-o-lantern holidays halloween"},"shell":{"unicode":"1f41a","shortname":":shell:","aliases":"","keywords":"spiral shell"},"spider_web":{"unicode":"1f578","shortname":":spider_web:","aliases":"","keywords":"spider web halloween"},"earth_americas":{"unicode":"1f30e","shortname":":earth_americas:","aliases":"","keywords":"earth globe americas map vacation globe globe"},"earth_africa":{"unicode":"1f30d","shortname":":earth_africa:","aliases":"","keywords":"earth globe europe-africa map vacation globe globe"},"earth_asia":{"unicode":"1f30f","shortname":":earth_asia:","aliases":"","keywords":"earth globe asia-australia map vacation globe globe"},"full_moon":{"unicode":"1f315","shortname":":full_moon:","aliases":"","keywords":"full moon symbol space sky moon moon"},"waning_gibbous_moon":{"unicode":"1f316","shortname":":waning_gibbous_moon:","aliases":"","keywords":"waning gibbous moon symbol space sky moon moon"},"last_quarter_moon":{"unicode":"1f317","shortname":":last_quarter_moon:","aliases":"","keywords":"last quarter moon symbol space sky moon moon"},"waning_crescent_moon":{"unicode":"1f318","shortname":":waning_crescent_moon:","aliases":"","keywords":"waning crescent moon symbol space sky moon moon"},"new_moon":{"unicode":"1f311","shortname":":new_moon:","aliases":"","keywords":"new moon symbol space sky moon moon"},"waxing_crescent_moon":{"unicode":"1f312","shortname":":waxing_crescent_moon:","aliases":"","keywords":"waxing crescent moon symbol space sky moon moon"},"first_quarter_moon":{"unicode":"1f313","shortname":":first_quarter_moon:","aliases":"","keywords":"first quarter moon symbol space sky moon moon"},"waxing_gibbous_moon":{"unicode":"1f314","shortname":":waxing_gibbous_moon:","aliases":"","keywords":"waxing gibbous moon symbol space sky moon moon"},"new_moon_with_face":{"unicode":"1f31a","shortname":":new_moon_with_face:","aliases":"","keywords":"new moon with face space sky goodnight goodnight moon moon"},"full_moon_with_face":{"unicode":"1f31d","shortname":":full_moon_with_face:","aliases":"","keywords":"full moon with face space sky goodnight goodnight moon moon"},"first_quarter_moon_with_face":{"unicode":"1f31b","shortname":":first_quarter_moon_with_face:","aliases":"","keywords":"first quarter moon with face space sky moon moon"},"last_quarter_moon_with_face":{"unicode":"1f31c","shortname":":last_quarter_moon_with_face:","aliases":"","keywords":"last quarter moon with face space sky moon moon"},"sun_with_face":{"unicode":"1f31e","shortname":":sun_with_face:","aliases":"","keywords":"sun with face sky day sun hump day hump day morning morning"},"crescent_moon":{"unicode":"1f319","shortname":":crescent_moon:","aliases":"","keywords":"crescent moon space sky goodnight goodnight moon moon"},"star":{"unicode":"2b50","shortname":":star:","aliases":"","keywords":"white medium star space sky star"},"star2":{"unicode":"1f31f","shortname":":star2:","aliases":"","keywords":"glowing star space sky star"},"dizzy":{"unicode":"1f4ab","shortname":":dizzy:","aliases":"","keywords":"dizzy symbol star symbol"},"sparkles":{"unicode":"2728","shortname":":sparkles:","aliases":"","keywords":"sparkles star girls night girls night"},"comet":{"unicode":"2604","shortname":":comet:","aliases":"","keywords":"comet space sky"},"sunny":{"unicode":"2600","shortname":":sunny:","aliases":"","keywords":"black sun with rays weather sky day sun hot hot morning morning"},"white_sun_small_cloud":{"unicode":"1f324","shortname":":white_sun_small_cloud:","aliases":":white_sun_with_small_cloud:","keywords":"white sun with small cloud weather sky cloud sun"},"partly_sunny":{"unicode":"26c5","shortname":":partly_sunny:","aliases":"","keywords":"sun behind cloud weather sky cloud sun"},"white_sun_cloud":{"unicode":"1f325","shortname":":white_sun_cloud:","aliases":":white_sun_behind_cloud:","keywords":"white sun behind cloud weather sky cloud cold sun"},"white_sun_rain_cloud":{"unicode":"1f326","shortname":":white_sun_rain_cloud:","aliases":":white_sun_behind_cloud_with_rain:","keywords":"white sun behind cloud with rain weather sky cloud cold rain sun"},"cloud":{"unicode":"2601","shortname":":cloud:","aliases":"","keywords":"cloud weather sky cloud cold rain"},"cloud_rain":{"unicode":"1f327","shortname":":cloud_rain:","aliases":":cloud_with_rain:","keywords":"cloud with rain weather winter sky cloud cold rain"},"thunder_cloud_rain":{"unicode":"26c8","shortname":":thunder_cloud_rain:","aliases":":thunder_cloud_and_rain:","keywords":"thunder cloud and rain weather sky cloud cold rain"},"cloud_lightning":{"unicode":"1f329","shortname":":cloud_lightning:","aliases":":cloud_with_lightning:","keywords":"cloud with lightning weather sky cloud cold rain"},"zap":{"unicode":"26a1","shortname":":zap:","aliases":"","keywords":"high voltage sign weather sky diarrhea diarrhea"},"fire":{"unicode":"1f525","shortname":":fire:","aliases":":flame:","keywords":"fire wth wth hot hot"},"boom":{"unicode":"1f4a5","shortname":":boom:","aliases":"","keywords":"collision symbol symbol blast blast"},"snowflake":{"unicode":"2744","shortname":":snowflake:","aliases":"","keywords":"snowflake weather winter sky holidays cold snow snow"},"cloud_snow":{"unicode":"1f328","shortname":":cloud_snow:","aliases":":cloud_with_snow:","keywords":"cloud with snow weather winter sky cloud cold snow snow"},"snowman2":{"unicode":"2603","shortname":":snowman2:","aliases":"","keywords":"snowman weather winter holidays christmas cold snow snow"},"snowman":{"unicode":"26c4","shortname":":snowman:","aliases":"","keywords":"snowman without snow weather winter holidays cold snow snow"},"wind_blowing_face":{"unicode":"1f32c","shortname":":wind_blowing_face:","aliases":"","keywords":"wind blowing face weather cold"},"dash":{"unicode":"1f4a8","shortname":":dash:","aliases":"","keywords":"dash symbol cloud cold smoking smoking"},"cloud_tornado":{"unicode":"1f32a","shortname":":cloud_tornado:","aliases":":cloud_with_tornado:","keywords":"cloud with tornado weather sky cold"},"fog":{"unicode":"1f32b","shortname":":fog:","aliases":"","keywords":"fog weather sky cold"},"umbrella2":{"unicode":"2602","shortname":":umbrella2:","aliases":"","keywords":"umbrella weather object sky cold"},"umbrella":{"unicode":"2614","shortname":":umbrella:","aliases":"","keywords":"umbrella with rain drops weather sky cold rain"},"droplet":{"unicode":"1f4a7","shortname":":droplet:","aliases":"","keywords":"droplet weather sky rain"},"sweat_drops":{"unicode":"1f4a6","shortname":":sweat_drops:","aliases":"","keywords":"splashing sweat symbol rain stressed sweat"},"ocean":{"unicode":"1f30a","shortname":":ocean:","aliases":"","keywords":"water wave weather boat tropical swim"},"green_apple":{"unicode":"1f34f","shortname":":green_apple:","aliases":"","keywords":"green apple fruit food"},"apple":{"unicode":"1f34e","shortname":":apple:","aliases":"","keywords":"red apple fruit food creationism creationism"},"pear":{"unicode":"1f350","shortname":":pear:","aliases":"","keywords":"pear fruit food"},"tangerine":{"unicode":"1f34a","shortname":":tangerine:","aliases":"","keywords":"tangerine fruit food"},"lemon":{"unicode":"1f34b","shortname":":lemon:","aliases":"","keywords":"lemon fruit food"},"banana":{"unicode":"1f34c","shortname":":banana:","aliases":"","keywords":"banana fruit penis food"},"watermelon":{"unicode":"1f349","shortname":":watermelon:","aliases":"","keywords":"watermelon fruit food"},"grapes":{"unicode":"1f347","shortname":":grapes:","aliases":"","keywords":"grapes fruit food"},"strawberry":{"unicode":"1f353","shortname":":strawberry:","aliases":"","keywords":"strawberry fruit food"},"melon":{"unicode":"1f348","shortname":":melon:","aliases":"","keywords":"melon fruit boobs food"},"cherries":{"unicode":"1f352","shortname":":cherries:","aliases":"","keywords":"cherries fruit food"},"peach":{"unicode":"1f351","shortname":":peach:","aliases":"","keywords":"peach fruit butt food"},"pineapple":{"unicode":"1f34d","shortname":":pineapple:","aliases":"","keywords":"pineapple fruit food tropical"},"tomato":{"unicode":"1f345","shortname":":tomato:","aliases":"","keywords":"tomato fruit vegetables food"},"eggplant":{"unicode":"1f346","shortname":":eggplant:","aliases":"","keywords":"aubergine vegetables penis food"},"hot_pepper":{"unicode":"1f336","shortname":":hot_pepper:","aliases":"","keywords":"hot pepper vegetables food"},"corn":{"unicode":"1f33d","shortname":":corn:","aliases":"","keywords":"ear of maize vegetables food"},"sweet_potato":{"unicode":"1f360","shortname":":sweet_potato:","aliases":"","keywords":"roasted sweet potato vegetables food"},"honey_pot":{"unicode":"1f36f","shortname":":honey_pot:","aliases":"","keywords":"honey pot food vagina"},"bread":{"unicode":"1f35e","shortname":":bread:","aliases":"","keywords":"bread food"},"cheese":{"unicode":"1f9c0","shortname":":cheese:","aliases":":cheese_wedge:","keywords":"cheese wedge food"},"poultry_leg":{"unicode":"1f357","shortname":":poultry_leg:","aliases":"","keywords":"poultry leg food holidays"},"meat_on_bone":{"unicode":"1f356","shortname":":meat_on_bone:","aliases":"","keywords":"meat on bone food"},"fried_shrimp":{"unicode":"1f364","shortname":":fried_shrimp:","aliases":"","keywords":"fried shrimp food"},"egg":{"unicode":"1f373","shortname":":egg:","aliases":"","keywords":"cooking food"},"hamburger":{"unicode":"1f354","shortname":":hamburger:","aliases":"","keywords":"hamburger america food"},"fries":{"unicode":"1f35f","shortname":":fries:","aliases":"","keywords":"french fries america food"},"hotdog":{"unicode":"1f32d","shortname":":hotdog:","aliases":":hot_dog:","keywords":"hot dog america food"},"pizza":{"unicode":"1f355","shortname":":pizza:","aliases":"","keywords":"slice of pizza italian food boys night boys night"},"spaghetti":{"unicode":"1f35d","shortname":":spaghetti:","aliases":"","keywords":"spaghetti noodles pasta italian food"},"taco":{"unicode":"1f32e","shortname":":taco:","aliases":"","keywords":"taco food mexican vagina"},"burrito":{"unicode":"1f32f","shortname":":burrito:","aliases":"","keywords":"burrito food mexican"},"ramen":{"unicode":"1f35c","shortname":":ramen:","aliases":"","keywords":"steaming bowl noodles ramen japan food"},"stew":{"unicode":"1f372","shortname":":stew:","aliases":"","keywords":"pot of food food steam steam"},"fish_cake":{"unicode":"1f365","shortname":":fish_cake:","aliases":"","keywords":"fish cake with swirl design sushi food"},"sushi":{"unicode":"1f363","shortname":":sushi:","aliases":"","keywords":"sushi sushi japan food"},"bento":{"unicode":"1f371","shortname":":bento:","aliases":"","keywords":"bento box object sushi japan food"},"curry":{"unicode":"1f35b","shortname":":curry:","aliases":"","keywords":"curry and rice food"},"rice_ball":{"unicode":"1f359","shortname":":rice_ball:","aliases":"","keywords":"rice ball sushi japan food"},"rice":{"unicode":"1f35a","shortname":":rice:","aliases":"","keywords":"cooked rice sushi japan food"},"rice_cracker":{"unicode":"1f358","shortname":":rice_cracker:","aliases":"","keywords":"rice cracker sushi food"},"oden":{"unicode":"1f362","shortname":":oden:","aliases":"","keywords":"oden food"},"dango":{"unicode":"1f361","shortname":":dango:","aliases":"","keywords":"dango food"},"shaved_ice":{"unicode":"1f367","shortname":":shaved_ice:","aliases":"","keywords":"shaved ice food"},"ice_cream":{"unicode":"1f368","shortname":":ice_cream:","aliases":"","keywords":"ice cream food"},"icecream":{"unicode":"1f366","shortname":":icecream:","aliases":"","keywords":"soft ice cream food"},"cake":{"unicode":"1f370","shortname":":cake:","aliases":"","keywords":"shortcake food"},"birthday":{"unicode":"1f382","shortname":":birthday:","aliases":"","keywords":"birthday cake birthday food parties parties"},"custard":{"unicode":"1f36e","shortname":":custard:","aliases":":pudding: :flan:","keywords":"custard food"},"candy":{"unicode":"1f36c","shortname":":candy:","aliases":"","keywords":"candy food halloween"},"lollipop":{"unicode":"1f36d","shortname":":lollipop:","aliases":"","keywords":"lollipop food halloween"},"chocolate_bar":{"unicode":"1f36b","shortname":":chocolate_bar:","aliases":"","keywords":"chocolate bar food halloween"},"popcorn":{"unicode":"1f37f","shortname":":popcorn:","aliases":"","keywords":"popcorn food parties parties"},"doughnut":{"unicode":"1f369","shortname":":doughnut:","aliases":"","keywords":"doughnut food"},"cookie":{"unicode":"1f36a","shortname":":cookie:","aliases":"","keywords":"cookie food vagina"},"beer":{"unicode":"1f37a","shortname":":beer:","aliases":"","keywords":"beer mug drink beer alcohol parties parties"},"beers":{"unicode":"1f37b","shortname":":beers:","aliases":"","keywords":"clinking beer mugs drink cheers beer alcohol thank you boys night boys night parties parties"},"wine_glass":{"unicode":"1f377","shortname":":wine_glass:","aliases":"","keywords":"wine glass drink italian alcohol girls night girls night parties parties"},"cocktail":{"unicode":"1f378","shortname":":cocktail:","aliases":"","keywords":"cocktail glass drink cocktail alcohol girls night girls night parties parties"},"tropical_drink":{"unicode":"1f379","shortname":":tropical_drink:","aliases":"","keywords":"tropical drink drink cocktail tropical alcohol"},"champagne":{"unicode":"1f37e","shortname":":champagne:","aliases":":bottle_with_popping_cork:","keywords":"bottle with popping cork drink cheers alcohol parties parties"},"sake":{"unicode":"1f376","shortname":":sake:","aliases":"","keywords":"sake bottle and cup drink japan sake alcohol girls night girls night"},"tea":{"unicode":"1f375","shortname":":tea:","aliases":"","keywords":"teacup without handle drink japan caffeine steam steam morning morning"},"coffee":{"unicode":"2615","shortname":":coffee:","aliases":"","keywords":"hot beverage drink caffeine steam steam morning morning"},"baby_bottle":{"unicode":"1f37c","shortname":":baby_bottle:","aliases":"","keywords":"baby bottle drink object food baby"},"fork_and_knife":{"unicode":"1f374","shortname":":fork_and_knife:","aliases":"","keywords":"fork and knife object weapon food"},"fork_knife_plate":{"unicode":"1f37d","shortname":":fork_knife_plate:","aliases":":fork_and_knife_with_plate:","keywords":"fork and knife with plate object food"},"soccer":{"unicode":"26bd","shortname":":soccer:","aliases":"","keywords":"soccer ball game ball sport soccer football"},"basketball":{"unicode":"1f3c0","shortname":":basketball:","aliases":"","keywords":"basketball and hoop game ball sport basketball"},"football":{"unicode":"1f3c8","shortname":":football:","aliases":"","keywords":"american football america game ball sport football"},"baseball":{"unicode":"26be","shortname":":baseball:","aliases":"","keywords":"baseball game ball sport baseball"},"tennis":{"unicode":"1f3be","shortname":":tennis:","aliases":"","keywords":"tennis racquet and ball game ball sport tennis"},"volleyball":{"unicode":"1f3d0","shortname":":volleyball:","aliases":"","keywords":"volleyball game ball sport volleyball"},"rugby_football":{"unicode":"1f3c9","shortname":":rugby_football:","aliases":"","keywords":"rugby football game sport football"},"8ball":{"unicode":"1f3b1","shortname":":8ball:","aliases":"","keywords":"billiards game ball sport billiards luck boys night boys night"},"golf":{"unicode":"26f3","shortname":":golf:","aliases":"","keywords":"flag in hole game ball vacation sport golf golf"},"golfer":{"unicode":"1f3cc","shortname":":golfer:","aliases":"","keywords":"golfer men game ball vacation sport golf golf"},"ping_pong":{"unicode":"1f3d3","shortname":":ping_pong:","aliases":":table_tennis:","keywords":"table tennis paddle and ball game ball sport ping pong"},"badminton":{"unicode":"1f3f8","shortname":":badminton:","aliases":"","keywords":"badminton racquet game sport badminton"},"hockey":{"unicode":"1f3d2","shortname":":hockey:","aliases":"","keywords":"ice hockey stick and puck game sport hockey"},"field_hockey":{"unicode":"1f3d1","shortname":":field_hockey:","aliases":"","keywords":"field hockey stick and ball ball sport hockey"},"cricket":{"unicode":"1f3cf","shortname":":cricket:","aliases":":cricket_bat_ball:","keywords":"cricket bat and ball ball sport cricket"},"ski":{"unicode":"1f3bf","shortname":":ski:","aliases":"","keywords":"ski and ski boot cold sport skiing"},"skier":{"unicode":"26f7","shortname":":skier:","aliases":"","keywords":"skier hat vacation cold sport skiing"},"snowboarder":{"unicode":"1f3c2","shortname":":snowboarder:","aliases":"","keywords":"snowboarder hat vacation cold sport snowboarding"},"ice_skate":{"unicode":"26f8","shortname":":ice_skate:","aliases":"","keywords":"ice skate cold sport ice skating"},"bow_and_arrow":{"unicode":"1f3f9","shortname":":bow_and_arrow:","aliases":":archery:","keywords":"bow and arrow weapon sport"},"fishing_pole_and_fish":{"unicode":"1f3a3","shortname":":fishing_pole_and_fish:","aliases":"","keywords":"fishing pole and fish vacation sport fishing"},"rowboat":{"unicode":"1f6a3","shortname":":rowboat:","aliases":"","keywords":"rowboat men workout sport rowing diversity diversity"},"swimmer":{"unicode":"1f3ca","shortname":":swimmer:","aliases":"","keywords":"swimmer workout sport swim diversity diversity"},"surfer":{"unicode":"1f3c4","shortname":":surfer:","aliases":"","keywords":"surfer men vacation tropical sport diversity diversity"},"bath":{"unicode":"1f6c0","shortname":":bath:","aliases":"","keywords":"bath bathroom tired diversity diversity steam steam"},"basketball_player":{"unicode":"26f9","shortname":":basketball_player:","aliases":":person_with_ball:","keywords":"person with ball men game ball sport basketball diversity diversity"},"lifter":{"unicode":"1f3cb","shortname":":lifter:","aliases":":weight_lifter:","keywords":"weight lifter men workout flex sport weight lifting win win diversity diversity"},"bicyclist":{"unicode":"1f6b4","shortname":":bicyclist:","aliases":"","keywords":"bicyclist men workout sport bike diversity diversity"},"mountain_bicyclist":{"unicode":"1f6b5","shortname":":mountain_bicyclist:","aliases":"","keywords":"mountain bicyclist men sport bike diversity diversity"},"horse_racing":{"unicode":"1f3c7","shortname":":horse_racing:","aliases":"","keywords":"horse racing men sport horse racing"},"levitate":{"unicode":"1f574","shortname":":levitate:","aliases":":man_in_business_suit_levitating:","keywords":"man in business suit levitating men job job"},"trophy":{"unicode":"1f3c6","shortname":":trophy:","aliases":"","keywords":"trophy object game award win win perfect perfect parties parties"},"running_shirt_with_sash":{"unicode":"1f3bd","shortname":":running_shirt_with_sash:","aliases":"","keywords":"running shirt with sash award"},"medal":{"unicode":"1f3c5","shortname":":medal:","aliases":":sports_medal:","keywords":"sports medal object award sport win win perfect perfect"},"military_medal":{"unicode":"1f396","shortname":":military_medal:","aliases":"","keywords":"military medal object award win win"},"reminder_ribbon":{"unicode":"1f397","shortname":":reminder_ribbon:","aliases":"","keywords":"reminder ribbon award"},"rosette":{"unicode":"1f3f5","shortname":":rosette:","aliases":"","keywords":"rosette tropical"},"ticket":{"unicode":"1f3ab","shortname":":ticket:","aliases":"","keywords":"ticket theatre movie parties parties"},"tickets":{"unicode":"1f39f","shortname":":tickets:","aliases":":admission_tickets:","keywords":"admission tickets theatre movie parties parties"},"performing_arts":{"unicode":"1f3ad","shortname":":performing_arts:","aliases":"","keywords":"performing arts theatre movie"},"art":{"unicode":"1f3a8","shortname":":art:","aliases":"","keywords":"artist palette"},"circus_tent":{"unicode":"1f3aa","shortname":":circus_tent:","aliases":"","keywords":"circus tent circus tent"},"microphone":{"unicode":"1f3a4","shortname":":microphone:","aliases":"","keywords":"microphone instruments"},"headphones":{"unicode":"1f3a7","shortname":":headphones:","aliases":"","keywords":"headphone instruments"},"musical_score":{"unicode":"1f3bc","shortname":":musical_score:","aliases":"","keywords":"musical score instruments"},"musical_keyboard":{"unicode":"1f3b9","shortname":":musical_keyboard:","aliases":"","keywords":"musical keyboard instruments"},"saxophone":{"unicode":"1f3b7","shortname":":saxophone:","aliases":"","keywords":"saxophone instruments"},"trumpet":{"unicode":"1f3ba","shortname":":trumpet:","aliases":"","keywords":"trumpet instruments"},"guitar":{"unicode":"1f3b8","shortname":":guitar:","aliases":"","keywords":"guitar instruments"},"violin":{"unicode":"1f3bb","shortname":":violin:","aliases":"","keywords":"violin instruments sarcastic sarcastic"},"clapper":{"unicode":"1f3ac","shortname":":clapper:","aliases":"","keywords":"clapper board movie"},"video_game":{"unicode":"1f3ae","shortname":":video_game:","aliases":"","keywords":"video game electronics game boys night boys night"},"space_invader":{"unicode":"1f47e","shortname":":space_invader:","aliases":"","keywords":"alien monster monster alien"},"dart":{"unicode":"1f3af","shortname":":dart:","aliases":"","keywords":"direct hit game sport boys night boys night"},"game_die":{"unicode":"1f3b2","shortname":":game_die:","aliases":"","keywords":"game die object game boys night boys night"},"slot_machine":{"unicode":"1f3b0","shortname":":slot_machine:","aliases":"","keywords":"slot machine game boys night boys night"},"bowling":{"unicode":"1f3b3","shortname":":bowling:","aliases":"","keywords":"bowling game ball sport boys night boys night"},"red_car":{"unicode":"1f697","shortname":":red_car:","aliases":"","keywords":"automobile transportation car travel"},"taxi":{"unicode":"1f695","shortname":":taxi:","aliases":"","keywords":"taxi transportation car travel"},"blue_car":{"unicode":"1f699","shortname":":blue_car:","aliases":"","keywords":"recreational vehicle transportation car travel"},"bus":{"unicode":"1f68c","shortname":":bus:","aliases":"","keywords":"bus transportation bus office"},"trolleybus":{"unicode":"1f68e","shortname":":trolleybus:","aliases":"","keywords":"trolleybus transportation bus travel"},"race_car":{"unicode":"1f3ce","shortname":":race_car:","aliases":":racing_car:","keywords":"racing car transportation car"},"police_car":{"unicode":"1f693","shortname":":police_car:","aliases":"","keywords":"police car transportation car police police 911 911"},"ambulance":{"unicode":"1f691","shortname":":ambulance:","aliases":"","keywords":"ambulance transportation 911 911"},"fire_engine":{"unicode":"1f692","shortname":":fire_engine:","aliases":"","keywords":"fire engine transportation truck 911 911"},"minibus":{"unicode":"1f690","shortname":":minibus:","aliases":"","keywords":"minibus transportation bus"},"truck":{"unicode":"1f69a","shortname":":truck:","aliases":"","keywords":"delivery truck transportation truck"},"articulated_lorry":{"unicode":"1f69b","shortname":":articulated_lorry:","aliases":"","keywords":"articulated lorry transportation truck"},"tractor":{"unicode":"1f69c","shortname":":tractor:","aliases":"","keywords":"tractor transportation"},"motorcycle":{"unicode":"1f3cd","shortname":":motorcycle:","aliases":":racing_motorcycle:","keywords":"racing motorcycle transportation travel bike"},"bike":{"unicode":"1f6b2","shortname":":bike:","aliases":"","keywords":"bicycle transportation travel bike"},"rotating_light":{"unicode":"1f6a8","shortname":":rotating_light:","aliases":"","keywords":"police cars revolving light transportation object police police 911 911"},"oncoming_police_car":{"unicode":"1f694","shortname":":oncoming_police_car:","aliases":"","keywords":"oncoming police car transportation car police police 911 911"},"oncoming_bus":{"unicode":"1f68d","shortname":":oncoming_bus:","aliases":"","keywords":"oncoming bus transportation bus travel"},"oncoming_automobile":{"unicode":"1f698","shortname":":oncoming_automobile:","aliases":"","keywords":"oncoming automobile transportation car travel"},"oncoming_taxi":{"unicode":"1f696","shortname":":oncoming_taxi:","aliases":"","keywords":"oncoming taxi transportation car travel"},"aerial_tramway":{"unicode":"1f6a1","shortname":":aerial_tramway:","aliases":"","keywords":"aerial tramway transportation travel train"},"mountain_cableway":{"unicode":"1f6a0","shortname":":mountain_cableway:","aliases":"","keywords":"mountain cableway transportation travel train"},"suspension_railway":{"unicode":"1f69f","shortname":":suspension_railway:","aliases":"","keywords":"suspension railway transportation travel train"},"railway_car":{"unicode":"1f683","shortname":":railway_car:","aliases":"","keywords":"railway car transportation travel train"},"train":{"unicode":"1f68b","shortname":":train:","aliases":"","keywords":"tram car transportation travel train"},"monorail":{"unicode":"1f69d","shortname":":monorail:","aliases":"","keywords":"monorail transportation travel train vacation"},"bullettrain_side":{"unicode":"1f684","shortname":":bullettrain_side:","aliases":"","keywords":"high-speed train transportation travel train"},"bullettrain_front":{"unicode":"1f685","shortname":":bullettrain_front:","aliases":"","keywords":"high-speed train with bullet nose transportation travel train"},"light_rail":{"unicode":"1f688","shortname":":light_rail:","aliases":"","keywords":"light rail transportation travel train"},"mountain_railway":{"unicode":"1f69e","shortname":":mountain_railway:","aliases":"","keywords":"mountain railway transportation travel train"},"steam_locomotive":{"unicode":"1f682","shortname":":steam_locomotive:","aliases":"","keywords":"steam locomotive transportation travel train steam steam"},"train2":{"unicode":"1f686","shortname":":train2:","aliases":"","keywords":"train transportation travel train"},"metro":{"unicode":"1f687","shortname":":metro:","aliases":"","keywords":"metro transportation travel train"},"tram":{"unicode":"1f68a","shortname":":tram:","aliases":"","keywords":"tram transportation travel train"},"station":{"unicode":"1f689","shortname":":station:","aliases":"","keywords":"station transportation travel train"},"helicopter":{"unicode":"1f681","shortname":":helicopter:","aliases":"","keywords":"helicopter transportation plane travel fly fly"},"airplane_small":{"unicode":"1f6e9","shortname":":airplane_small:","aliases":":small_airplane:","keywords":"small airplane transportation plane travel vacation fly fly"},"airplane":{"unicode":"2708","shortname":":airplane:","aliases":"","keywords":"airplane transportation plane travel vacation fly fly"},"airplane_departure":{"unicode":"1f6eb","shortname":":airplane_departure:","aliases":"","keywords":"airplane departure transportation plane travel vacation fly fly"},"airplane_arriving":{"unicode":"1f6ec","shortname":":airplane_arriving:","aliases":"","keywords":"airplane arriving transportation plane travel vacation fly fly"},"sailboat":{"unicode":"26f5","shortname":":sailboat:","aliases":"","keywords":"sailboat transportation travel boat vacation"},"motorboat":{"unicode":"1f6e5","shortname":":motorboat:","aliases":"","keywords":"motorboat transportation travel boat"},"speedboat":{"unicode":"1f6a4","shortname":":speedboat:","aliases":"","keywords":"speedboat transportation travel boat vacation tropical"},"ferry":{"unicode":"26f4","shortname":":ferry:","aliases":"","keywords":"ferry transportation travel boat vacation"},"cruise_ship":{"unicode":"1f6f3","shortname":":cruise_ship:","aliases":":passenger_ship:","keywords":"passenger ship transportation travel boat vacation"},"rocket":{"unicode":"1f680","shortname":":rocket:","aliases":"","keywords":"rocket transportation object space fly fly blast blast"},"satellite_orbital":{"unicode":"1f6f0","shortname":":satellite_orbital:","aliases":"","keywords":"satellite object"},"seat":{"unicode":"1f4ba","shortname":":seat:","aliases":"","keywords":"seat transportation object travel vacation"},"anchor":{"unicode":"2693","shortname":":anchor:","aliases":"","keywords":"anchor object travel boat vacation"},"construction":{"unicode":"1f6a7","shortname":":construction:","aliases":"","keywords":"construction sign object"},"fuelpump":{"unicode":"26fd","shortname":":fuelpump:","aliases":"","keywords":"fuel pump object gas pump"},"busstop":{"unicode":"1f68f","shortname":":busstop:","aliases":"","keywords":"bus stop object"},"vertical_traffic_light":{"unicode":"1f6a6","shortname":":vertical_traffic_light:","aliases":"","keywords":"vertical traffic light object stop light"},"traffic_light":{"unicode":"1f6a5","shortname":":traffic_light:","aliases":"","keywords":"horizontal traffic light object stop light"},"checkered_flag":{"unicode":"1f3c1","shortname":":checkered_flag:","aliases":"","keywords":"chequered flag object"},"ship":{"unicode":"1f6a2","shortname":":ship:","aliases":"","keywords":"ship transportation travel boat vacation"},"ferris_wheel":{"unicode":"1f3a1","shortname":":ferris_wheel:","aliases":"","keywords":"ferris wheel places vacation ferris wheel"},"roller_coaster":{"unicode":"1f3a2","shortname":":roller_coaster:","aliases":"","keywords":"roller coaster places vacation roller coaster"},"carousel_horse":{"unicode":"1f3a0","shortname":":carousel_horse:","aliases":"","keywords":"carousel horse places object vacation roller coaster carousel"},"construction_site":{"unicode":"1f3d7","shortname":":construction_site:","aliases":":building_construction:","keywords":"building construction building crane"},"foggy":{"unicode":"1f301","shortname":":foggy:","aliases":"","keywords":"foggy places building sky travel vacation"},"tokyo_tower":{"unicode":"1f5fc","shortname":":tokyo_tower:","aliases":"","keywords":"tokyo tower places travel vacation eiffel tower"},"factory":{"unicode":"1f3ed","shortname":":factory:","aliases":"","keywords":"factory places building travel steam steam"},"fountain":{"unicode":"26f2","shortname":":fountain:","aliases":"","keywords":"fountain travel vacation"},"rice_scene":{"unicode":"1f391","shortname":":rice_scene:","aliases":"","keywords":"moon viewing ceremony places space sky travel"},"mountain":{"unicode":"26f0","shortname":":mountain:","aliases":"","keywords":"mountain places travel vacation camp"},"mountain_snow":{"unicode":"1f3d4","shortname":":mountain_snow:","aliases":":snow_capped_mountain:","keywords":"snow capped mountain places travel vacation cold camp"},"mount_fuji":{"unicode":"1f5fb","shortname":":mount_fuji:","aliases":"","keywords":"mount fuji places travel vacation cold camp"},"volcano":{"unicode":"1f30b","shortname":":volcano:","aliases":"","keywords":"volcano places tropical"},"japan":{"unicode":"1f5fe","shortname":":japan:","aliases":"","keywords":"silhouette of japan places travel map vacation tropical"},"camping":{"unicode":"1f3d5","shortname":":camping:","aliases":"","keywords":"camping places travel vacation camp"},"tent":{"unicode":"26fa","shortname":":tent:","aliases":"","keywords":"tent places travel vacation camp"},"park":{"unicode":"1f3de","shortname":":park:","aliases":":national_park:","keywords":"national park travel vacation park camp"},"motorway":{"unicode":"1f6e3","shortname":":motorway:","aliases":"","keywords":"motorway travel vacation camp"},"railway_track":{"unicode":"1f6e4","shortname":":railway_track:","aliases":":railroad_track:","keywords":"railway track travel train vacation"},"sunrise":{"unicode":"1f305","shortname":":sunrise:","aliases":"","keywords":"sunrise places sky travel vacation tropical day sun hump day hump day morning morning"},"sunrise_over_mountains":{"unicode":"1f304","shortname":":sunrise_over_mountains:","aliases":"","keywords":"sunrise over mountains places sky travel vacation day sun camp morning morning"},"desert":{"unicode":"1f3dc","shortname":":desert:","aliases":"","keywords":"desert places travel vacation hot hot"},"beach":{"unicode":"1f3d6","shortname":":beach:","aliases":":beach_with_umbrella:","keywords":"beach with umbrella places travel vacation tropical beach swim"},"island":{"unicode":"1f3dd","shortname":":island:","aliases":":desert_island:","keywords":"desert island places travel vacation tropical beach swim"},"city_sunset":{"unicode":"1f307","shortname":":city_sunset:","aliases":":city_sunrise:","keywords":"sunset over buildings places building sky vacation"},"city_dusk":{"unicode":"1f306","shortname":":city_dusk:","aliases":"","keywords":"cityscape at dusk places building"},"cityscape":{"unicode":"1f3d9","shortname":":cityscape:","aliases":"","keywords":"cityscape places building vacation"},"night_with_stars":{"unicode":"1f303","shortname":":night_with_stars:","aliases":"","keywords":"night with stars places building sky vacation goodnight goodnight"},"bridge_at_night":{"unicode":"1f309","shortname":":bridge_at_night:","aliases":"","keywords":"bridge at night places travel vacation goodnight goodnight"},"milky_way":{"unicode":"1f30c","shortname":":milky_way:","aliases":"","keywords":"milky way places space sky travel vacation"},"stars":{"unicode":"1f320","shortname":":stars:","aliases":"","keywords":"shooting star space"},"sparkler":{"unicode":"1f387","shortname":":sparkler:","aliases":"","keywords":"firework sparkler parties parties"},"fireworks":{"unicode":"1f386","shortname":":fireworks:","aliases":"","keywords":"fireworks parties parties"},"rainbow":{"unicode":"1f308","shortname":":rainbow:","aliases":"","keywords":"rainbow weather gay sky rain"},"homes":{"unicode":"1f3d8","shortname":":homes:","aliases":":house_buildings:","keywords":"house buildings places building house"},"european_castle":{"unicode":"1f3f0","shortname":":european_castle:","aliases":"","keywords":"european castle places building travel vacation"},"japanese_castle":{"unicode":"1f3ef","shortname":":japanese_castle:","aliases":"","keywords":"japanese castle places building travel vacation"},"stadium":{"unicode":"1f3df","shortname":":stadium:","aliases":"","keywords":"stadium places building travel vacation boys night boys night"},"statue_of_liberty":{"unicode":"1f5fd","shortname":":statue_of_liberty:","aliases":"","keywords":"statue of liberty places america travel vacation statue of liberty free speech free speech"},"house":{"unicode":"1f3e0","shortname":":house:","aliases":"","keywords":"house building places building house"},"house_with_garden":{"unicode":"1f3e1","shortname":":house_with_garden:","aliases":"","keywords":"house with garden places building house"},"house_abandoned":{"unicode":"1f3da","shortname":":house_abandoned:","aliases":":derelict_house_building:","keywords":"derelict house building places building house"},"office":{"unicode":"1f3e2","shortname":":office:","aliases":"","keywords":"office building places building work"},"department_store":{"unicode":"1f3ec","shortname":":department_store:","aliases":"","keywords":"department store places building"},"post_office":{"unicode":"1f3e3","shortname":":post_office:","aliases":"","keywords":"japanese post office places building post office"},"european_post_office":{"unicode":"1f3e4","shortname":":european_post_office:","aliases":"","keywords":"european post office places building post office"},"hospital":{"unicode":"1f3e5","shortname":":hospital:","aliases":"","keywords":"hospital places building health 911 911"},"bank":{"unicode":"1f3e6","shortname":":bank:","aliases":"","keywords":"bank places building"},"hotel":{"unicode":"1f3e8","shortname":":hotel:","aliases":"","keywords":"hotel places building vacation"},"convenience_store":{"unicode":"1f3ea","shortname":":convenience_store:","aliases":"","keywords":"convenience store places building"},"school":{"unicode":"1f3eb","shortname":":school:","aliases":"","keywords":"school places building"},"love_hotel":{"unicode":"1f3e9","shortname":":love_hotel:","aliases":"","keywords":"love hotel places building love"},"wedding":{"unicode":"1f492","shortname":":wedding:","aliases":"","keywords":"wedding places wedding building love parties parties"},"classical_building":{"unicode":"1f3db","shortname":":classical_building:","aliases":"","keywords":"classical building places building travel vacation"},"church":{"unicode":"26ea","shortname":":church:","aliases":"","keywords":"church places wedding religion building condolence condolence"},"mosque":{"unicode":"1f54c","shortname":":mosque:","aliases":"","keywords":"mosque places religion building vacation condolence condolence"},"synagogue":{"unicode":"1f54d","shortname":":synagogue:","aliases":"","keywords":"synagogue places religion building travel vacation condolence condolence"},"kaaba":{"unicode":"1f54b","shortname":":kaaba:","aliases":"","keywords":"kaaba places religion building condolence condolence"},"shinto_shrine":{"unicode":"26e9","shortname":":shinto_shrine:","aliases":"","keywords":"shinto shrine places building travel vacation"},"watch":{"unicode":"231a","shortname":":watch:","aliases":"","keywords":"watch electronics time"},"iphone":{"unicode":"1f4f1","shortname":":iphone:","aliases":"","keywords":"mobile phone electronics phone selfie selfie"},"calling":{"unicode":"1f4f2","shortname":":calling:","aliases":"","keywords":"mobile phone with rightwards arrow at left electronics phone selfie selfie"},"computer":{"unicode":"1f4bb","shortname":":computer:","aliases":"","keywords":"personal computer electronics work office"},"keyboard":{"unicode":"2328","shortname":":keyboard:","aliases":"","keywords":"keyboard electronics work office"},"desktop":{"unicode":"1f5a5","shortname":":desktop:","aliases":":desktop_computer:","keywords":"desktop computer electronics work"},"printer":{"unicode":"1f5a8","shortname":":printer:","aliases":"","keywords":"printer electronics work office"},"mouse_three_button":{"unicode":"1f5b1","shortname":":mouse_three_button:","aliases":":three_button_mouse:","keywords":"three button mouse electronics work game office"},"trackball":{"unicode":"1f5b2","shortname":":trackball:","aliases":"","keywords":"trackball electronics work game office"},"joystick":{"unicode":"1f579","shortname":":joystick:","aliases":"","keywords":"joystick electronics game boys night boys night"},"compression":{"unicode":"1f5dc","shortname":":compression:","aliases":"","keywords":"compression"},"minidisc":{"unicode":"1f4bd","shortname":":minidisc:","aliases":"","keywords":"minidisc electronics"},"floppy_disk":{"unicode":"1f4be","shortname":":floppy_disk:","aliases":"","keywords":"floppy disk electronics office"},"cd":{"unicode":"1f4bf","shortname":":cd:","aliases":"","keywords":"optical disc electronics"},"dvd":{"unicode":"1f4c0","shortname":":dvd:","aliases":"","keywords":"dvd electronics"},"vhs":{"unicode":"1f4fc","shortname":":vhs:","aliases":"","keywords":"videocassette electronics"},"camera":{"unicode":"1f4f7","shortname":":camera:","aliases":"","keywords":"camera electronics camera selfie selfie"},"camera_with_flash":{"unicode":"1f4f8","shortname":":camera_with_flash:","aliases":"","keywords":"camera with flash electronics camera"},"video_camera":{"unicode":"1f4f9","shortname":":video_camera:","aliases":"","keywords":"video camera electronics camera movie"},"movie_camera":{"unicode":"1f3a5","shortname":":movie_camera:","aliases":"","keywords":"movie camera object camera movie"},"projector":{"unicode":"1f4fd","shortname":":projector:","aliases":":film_projector:","keywords":"film projector object camera movie"},"film_frames":{"unicode":"1f39e","shortname":":film_frames:","aliases":"","keywords":"film frames object camera movie"},"telephone_receiver":{"unicode":"1f4de","shortname":":telephone_receiver:","aliases":"","keywords":"telephone receiver electronics phone"},"telephone":{"unicode":"260e","shortname":":telephone:","aliases":"","keywords":"black telephone electronics phone"},"pager":{"unicode":"1f4df","shortname":":pager:","aliases":"","keywords":"pager electronics work"},"fax":{"unicode":"1f4e0","shortname":":fax:","aliases":"","keywords":"fax machine electronics work office"},"tv":{"unicode":"1f4fa","shortname":":tv:","aliases":"","keywords":"television electronics"},"radio":{"unicode":"1f4fb","shortname":":radio:","aliases":"","keywords":"radio electronics"},"microphone2":{"unicode":"1f399","shortname":":microphone2:","aliases":":studio_microphone:","keywords":"studio microphone electronics object"},"level_slider":{"unicode":"1f39a","shortname":":level_slider:","aliases":"","keywords":"level slider"},"control_knobs":{"unicode":"1f39b","shortname":":control_knobs:","aliases":"","keywords":"control knobs time"},"stopwatch":{"unicode":"23f1","shortname":":stopwatch:","aliases":"","keywords":"stopwatch electronics time"},"timer":{"unicode":"23f2","shortname":":timer:","aliases":":timer_clock:","keywords":"timer clock object time"},"alarm_clock":{"unicode":"23f0","shortname":":alarm_clock:","aliases":"","keywords":"alarm clock object time"},"clock":{"unicode":"1f570","shortname":":clock:","aliases":":mantlepiece_clock:","keywords":"mantlepiece clock object time"},"hourglass_flowing_sand":{"unicode":"23f3","shortname":":hourglass_flowing_sand:","aliases":"","keywords":"hourglass with flowing sand object time"},"hourglass":{"unicode":"231b","shortname":":hourglass:","aliases":"","keywords":"hourglass object time"},"satellite":{"unicode":"1f4e1","shortname":":satellite:","aliases":"","keywords":"satellite antenna object"},"battery":{"unicode":"1f50b","shortname":":battery:","aliases":"","keywords":"battery object"},"electric_plug":{"unicode":"1f50c","shortname":":electric_plug:","aliases":"","keywords":"electric plug electronics"},"bulb":{"unicode":"1f4a1","shortname":":bulb:","aliases":"","keywords":"electric light bulb object science"},"flashlight":{"unicode":"1f526","shortname":":flashlight:","aliases":"","keywords":"electric torch electronics object"},"candle":{"unicode":"1f56f","shortname":":candle:","aliases":"","keywords":"candle object"},"wastebasket":{"unicode":"1f5d1","shortname":":wastebasket:","aliases":"","keywords":"wastebasket object work"},"oil":{"unicode":"1f6e2","shortname":":oil:","aliases":":oil_drum:","keywords":"oil drum object"},"money_with_wings":{"unicode":"1f4b8","shortname":":money_with_wings:","aliases":"","keywords":"money with wings money money boys night boys night"},"dollar":{"unicode":"1f4b5","shortname":":dollar:","aliases":"","keywords":"banknote with dollar sign money money"},"yen":{"unicode":"1f4b4","shortname":":yen:","aliases":"","keywords":"banknote with yen sign money money"},"euro":{"unicode":"1f4b6","shortname":":euro:","aliases":"","keywords":"banknote with euro sign money money"},"pound":{"unicode":"1f4b7","shortname":":pound:","aliases":"","keywords":"banknote with pound sign money money"},"moneybag":{"unicode":"1f4b0","shortname":":moneybag:","aliases":"","keywords":"money bag bag award money money"},"credit_card":{"unicode":"1f4b3","shortname":":credit_card:","aliases":"","keywords":"credit card object money money boys night boys night"},"gem":{"unicode":"1f48e","shortname":":gem:","aliases":"","keywords":"gem stone object gem"},"scales":{"unicode":"2696","shortname":":scales:","aliases":"","keywords":"scales object"},"wrench":{"unicode":"1f527","shortname":":wrench:","aliases":"","keywords":"wrench object tool"},"hammer":{"unicode":"1f528","shortname":":hammer:","aliases":"","keywords":"hammer object tool weapon"},"hammer_pick":{"unicode":"2692","shortname":":hammer_pick:","aliases":":hammer_and_pick:","keywords":"hammer and pick object tool weapon"},"tools":{"unicode":"1f6e0","shortname":":tools:","aliases":":hammer_and_wrench:","keywords":"hammer and wrench object tool"},"pick":{"unicode":"26cf","shortname":":pick:","aliases":"","keywords":"pick object tool weapon"},"nut_and_bolt":{"unicode":"1f529","shortname":":nut_and_bolt:","aliases":"","keywords":"nut and bolt object tool nutcase nutcase"},"gear":{"unicode":"2699","shortname":":gear:","aliases":"","keywords":"gear object tool"},"chains":{"unicode":"26d3","shortname":":chains:","aliases":"","keywords":"chains object tool"},"gun":{"unicode":"1f52b","shortname":":gun:","aliases":"","keywords":"pistol object weapon dead gun sarcastic sarcastic"},"bomb":{"unicode":"1f4a3","shortname":":bomb:","aliases":"","keywords":"bomb object weapon dead blast blast"},"knife":{"unicode":"1f52a","shortname":":knife:","aliases":"","keywords":"hocho object weapon"},"dagger":{"unicode":"1f5e1","shortname":":dagger:","aliases":":dagger_knife:","keywords":"dagger knife object weapon"},"crossed_swords":{"unicode":"2694","shortname":":crossed_swords:","aliases":"","keywords":"crossed swords object weapon"},"shield":{"unicode":"1f6e1","shortname":":shield:","aliases":"","keywords":"shield object"},"smoking":{"unicode":"1f6ac","shortname":":smoking:","aliases":"","keywords":"smoking symbol symbol drugs drugs smoking smoking"},"skull_crossbones":{"unicode":"2620","shortname":":skull_crossbones:","aliases":":skull_and_crossbones:","keywords":"skull and crossbones symbol dead skull"},"coffin":{"unicode":"26b0","shortname":":coffin:","aliases":"","keywords":"coffin object dead rip rip"},"urn":{"unicode":"26b1","shortname":":urn:","aliases":":funeral_urn:","keywords":"funeral urn object dead rip rip"},"amphora":{"unicode":"1f3fa","shortname":":amphora:","aliases":"","keywords":"amphora object"},"crystal_ball":{"unicode":"1f52e","shortname":":crystal_ball:","aliases":"","keywords":"crystal ball object ball"},"prayer_beads":{"unicode":"1f4ff","shortname":":prayer_beads:","aliases":"","keywords":"prayer beads object rosary"},"barber":{"unicode":"1f488","shortname":":barber:","aliases":"","keywords":"barber pole object"},"alembic":{"unicode":"2697","shortname":":alembic:","aliases":"","keywords":"alembic object science"},"telescope":{"unicode":"1f52d","shortname":":telescope:","aliases":"","keywords":"telescope object space science"},"microscope":{"unicode":"1f52c","shortname":":microscope:","aliases":"","keywords":"microscope object science"},"hole":{"unicode":"1f573","shortname":":hole:","aliases":"","keywords":"hole object"},"pill":{"unicode":"1f48a","shortname":":pill:","aliases":"","keywords":"pill object health drugs drugs"},"syringe":{"unicode":"1f489","shortname":":syringe:","aliases":"","keywords":"syringe object weapon health drugs drugs"},"thermometer":{"unicode":"1f321","shortname":":thermometer:","aliases":"","keywords":"thermometer object science health hot hot"},"label":{"unicode":"1f3f7","shortname":":label:","aliases":"","keywords":"label object"},"bookmark":{"unicode":"1f516","shortname":":bookmark:","aliases":"","keywords":"bookmark object book"},"toilet":{"unicode":"1f6bd","shortname":":toilet:","aliases":"","keywords":"toilet object bathroom"},"shower":{"unicode":"1f6bf","shortname":":shower:","aliases":"","keywords":"shower object bathroom"},"bathtub":{"unicode":"1f6c1","shortname":":bathtub:","aliases":"","keywords":"bathtub object bathroom tired steam steam"},"key":{"unicode":"1f511","shortname":":key:","aliases":"","keywords":"key object lock"},"key2":{"unicode":"1f5dd","shortname":":key2:","aliases":":old_key:","keywords":"old key object lock"},"couch":{"unicode":"1f6cb","shortname":":couch:","aliases":":couch_and_lamp:","keywords":"couch and lamp object"},"sleeping_accommodation":{"unicode":"1f6cc","shortname":":sleeping_accommodation:","aliases":"","keywords":"sleeping accommodation tired"},"bed":{"unicode":"1f6cf","shortname":":bed:","aliases":"","keywords":"bed object tired"},"door":{"unicode":"1f6aa","shortname":":door:","aliases":"","keywords":"door object"},"bellhop":{"unicode":"1f6ce","shortname":":bellhop:","aliases":":bellhop_bell:","keywords":"bellhop bell object"},"frame_photo":{"unicode":"1f5bc","shortname":":frame_photo:","aliases":":frame_with_picture:","keywords":"frame with picture travel vacation"},"map":{"unicode":"1f5fa","shortname":":map:","aliases":":world_map:","keywords":"world map travel map vacation"},"beach_umbrella":{"unicode":"26f1","shortname":":beach_umbrella:","aliases":":umbrella_on_ground:","keywords":"umbrella on ground travel vacation tropical"},"moyai":{"unicode":"1f5ff","shortname":":moyai:","aliases":"","keywords":"moyai travel vacation"},"shopping_bags":{"unicode":"1f6cd","shortname":":shopping_bags:","aliases":"","keywords":"shopping bags object birthday parties parties"},"balloon":{"unicode":"1f388","shortname":":balloon:","aliases":"","keywords":"balloon object birthday good good parties parties"},"flags":{"unicode":"1f38f","shortname":":flags:","aliases":"","keywords":"carp streamer object japan"},"ribbon":{"unicode":"1f380","shortname":":ribbon:","aliases":"","keywords":"ribbon object gift birthday"},"gift":{"unicode":"1f381","shortname":":gift:","aliases":"","keywords":"wrapped present object gift birthday holidays christmas parties parties"},"confetti_ball":{"unicode":"1f38a","shortname":":confetti_ball:","aliases":"","keywords":"confetti ball object birthday holidays cheers girls night girls night boys night boys night parties parties"},"tada":{"unicode":"1f389","shortname":":tada:","aliases":"","keywords":"party popper object birthday holidays cheers good good girls night girls night boys night boys night parties parties"},"dolls":{"unicode":"1f38e","shortname":":dolls:","aliases":"","keywords":"japanese dolls people japan"},"wind_chime":{"unicode":"1f390","shortname":":wind_chime:","aliases":"","keywords":"wind chime object japan"},"crossed_flags":{"unicode":"1f38c","shortname":":crossed_flags:","aliases":"","keywords":"crossed flags object japan"},"izakaya_lantern":{"unicode":"1f3ee","shortname":":izakaya_lantern:","aliases":"","keywords":"izakaya lantern object japan"},"envelope":{"unicode":"2709","shortname":":envelope:","aliases":"","keywords":"envelope object office write"},"envelope_with_arrow":{"unicode":"1f4e9","shortname":":envelope_with_arrow:","aliases":"","keywords":"envelope with downwards arrow above object office"},"incoming_envelope":{"unicode":"1f4e8","shortname":":incoming_envelope:","aliases":"","keywords":"incoming envelope object"},"e-mail":{"unicode":"1f4e7","shortname":":e-mail:","aliases":":email:","keywords":"e-mail symbol office"},"love_letter":{"unicode":"1f48c","shortname":":love_letter:","aliases":"","keywords":"love letter object"},"postbox":{"unicode":"1f4ee","shortname":":postbox:","aliases":"","keywords":"postbox object"},"mailbox_closed":{"unicode":"1f4ea","shortname":":mailbox_closed:","aliases":"","keywords":"closed mailbox with lowered flag object office"},"mailbox":{"unicode":"1f4eb","shortname":":mailbox:","aliases":"","keywords":"closed mailbox with raised flag object"},"mailbox_with_mail":{"unicode":"1f4ec","shortname":":mailbox_with_mail:","aliases":"","keywords":"open mailbox with raised flag object"},"mailbox_with_no_mail":{"unicode":"1f4ed","shortname":":mailbox_with_no_mail:","aliases":"","keywords":"open mailbox with lowered flag object"},"package":{"unicode":"1f4e6","shortname":":package:","aliases":"","keywords":"package object gift office"},"postal_horn":{"unicode":"1f4ef","shortname":":postal_horn:","aliases":"","keywords":"postal horn object"},"inbox_tray":{"unicode":"1f4e5","shortname":":inbox_tray:","aliases":"","keywords":"inbox tray work office"},"outbox_tray":{"unicode":"1f4e4","shortname":":outbox_tray:","aliases":"","keywords":"outbox tray work office"},"scroll":{"unicode":"1f4dc","shortname":":scroll:","aliases":"","keywords":"scroll object office"},"page_with_curl":{"unicode":"1f4c3","shortname":":page_with_curl:","aliases":"","keywords":"page with curl office write"},"bookmark_tabs":{"unicode":"1f4d1","shortname":":bookmark_tabs:","aliases":"","keywords":"bookmark tabs office write"},"bar_chart":{"unicode":"1f4ca","shortname":":bar_chart:","aliases":"","keywords":"bar chart work office"},"chart_with_upwards_trend":{"unicode":"1f4c8","shortname":":chart_with_upwards_trend:","aliases":"","keywords":"chart with upwards trend work office"},"chart_with_downwards_trend":{"unicode":"1f4c9","shortname":":chart_with_downwards_trend:","aliases":"","keywords":"chart with downwards trend work office"},"page_facing_up":{"unicode":"1f4c4","shortname":":page_facing_up:","aliases":"","keywords":"page facing up work office write"},"date":{"unicode":"1f4c5","shortname":":date:","aliases":"","keywords":"calendar object office"},"calendar":{"unicode":"1f4c6","shortname":":calendar:","aliases":"","keywords":"tear-off calendar object office"},"calendar_spiral":{"unicode":"1f5d3","shortname":":calendar_spiral:","aliases":":spiral_calendar_pad:","keywords":"spiral calendar pad object office"},"card_index":{"unicode":"1f4c7","shortname":":card_index:","aliases":"","keywords":"card index object work office"},"card_box":{"unicode":"1f5c3","shortname":":card_box:","aliases":":card_file_box:","keywords":"card file box object work office"},"ballot_box":{"unicode":"1f5f3","shortname":":ballot_box:","aliases":":ballot_box_with_ballot:","keywords":"ballot box with ballot object office"},"file_cabinet":{"unicode":"1f5c4","shortname":":file_cabinet:","aliases":"","keywords":"file cabinet object work office"},"clipboard":{"unicode":"1f4cb","shortname":":clipboard:","aliases":"","keywords":"clipboard object work office write"},"notepad_spiral":{"unicode":"1f5d2","shortname":":notepad_spiral:","aliases":":spiral_note_pad:","keywords":"spiral note pad work office write"},"file_folder":{"unicode":"1f4c1","shortname":":file_folder:","aliases":"","keywords":"file folder work office"},"open_file_folder":{"unicode":"1f4c2","shortname":":open_file_folder:","aliases":"","keywords":"open file folder work office"},"dividers":{"unicode":"1f5c2","shortname":":dividers:","aliases":":card_index_dividers:","keywords":"card index dividers work office"},"newspaper2":{"unicode":"1f5de","shortname":":newspaper2:","aliases":":rolled_up_newspaper:","keywords":"rolled-up newspaper office write"},"newspaper":{"unicode":"1f4f0","shortname":":newspaper:","aliases":"","keywords":"newspaper office write"},"notebook":{"unicode":"1f4d3","shortname":":notebook:","aliases":"","keywords":"notebook object office write"},"closed_book":{"unicode":"1f4d5","shortname":":closed_book:","aliases":"","keywords":"closed book object office write book"},"green_book":{"unicode":"1f4d7","shortname":":green_book:","aliases":"","keywords":"green book object office book"},"blue_book":{"unicode":"1f4d8","shortname":":blue_book:","aliases":"","keywords":"blue book object office write book"},"orange_book":{"unicode":"1f4d9","shortname":":orange_book:","aliases":"","keywords":"orange book object office write book"},"notebook_with_decorative_cover":{"unicode":"1f4d4","shortname":":notebook_with_decorative_cover:","aliases":"","keywords":"notebook with decorative cover object office write"},"ledger":{"unicode":"1f4d2","shortname":":ledger:","aliases":"","keywords":"ledger object office write"},"books":{"unicode":"1f4da","shortname":":books:","aliases":"","keywords":"books object office write book"},"book":{"unicode":"1f4d6","shortname":":book:","aliases":"","keywords":"open book object office write book"},"link":{"unicode":"1f517","shortname":":link:","aliases":"","keywords":"link symbol symbol office"},"paperclip":{"unicode":"1f4ce","shortname":":paperclip:","aliases":"","keywords":"paperclip object work office"},"paperclips":{"unicode":"1f587","shortname":":paperclips:","aliases":":linked_paperclips:","keywords":"linked paperclips object work office"},"scissors":{"unicode":"2702","shortname":":scissors:","aliases":"","keywords":"black scissors object tool weapon office"},"triangular_ruler":{"unicode":"1f4d0","shortname":":triangular_ruler:","aliases":"","keywords":"triangular ruler object tool office"},"straight_ruler":{"unicode":"1f4cf","shortname":":straight_ruler:","aliases":"","keywords":"straight ruler object tool office"},"pushpin":{"unicode":"1f4cc","shortname":":pushpin:","aliases":"","keywords":"pushpin object office"},"round_pushpin":{"unicode":"1f4cd","shortname":":round_pushpin:","aliases":"","keywords":"round pushpin object office"},"triangular_flag_on_post":{"unicode":"1f6a9","shortname":":triangular_flag_on_post:","aliases":"","keywords":"triangular flag on post object"},"flag_white":{"unicode":"1f3f3","shortname":":flag_white:","aliases":":waving_white_flag:","keywords":"waving white flag object"},"flag_black":{"unicode":"1f3f4","shortname":":flag_black:","aliases":":waving_black_flag:","keywords":"waving black flag object"},"closed_lock_with_key":{"unicode":"1f510","shortname":":closed_lock_with_key:","aliases":"","keywords":"closed lock with key object lock"},"lock":{"unicode":"1f512","shortname":":lock:","aliases":"","keywords":"lock object lock"},"unlock":{"unicode":"1f513","shortname":":unlock:","aliases":"","keywords":"open lock object lock"},"lock_with_ink_pen":{"unicode":"1f50f","shortname":":lock_with_ink_pen:","aliases":"","keywords":"lock with ink pen object lock"},"pen_ballpoint":{"unicode":"1f58a","shortname":":pen_ballpoint:","aliases":":lower_left_ballpoint_pen:","keywords":"lower left ballpoint pen object office write"},"pen_fountain":{"unicode":"1f58b","shortname":":pen_fountain:","aliases":":lower_left_fountain_pen:","keywords":"lower left fountain pen object office write"},"black_nib":{"unicode":"2712","shortname":":black_nib:","aliases":"","keywords":"black nib object office write"},"pencil":{"unicode":"1f4dd","shortname":":pencil:","aliases":"","keywords":"memo work office write"},"pencil2":{"unicode":"270f","shortname":":pencil2:","aliases":"","keywords":"pencil object office write"},"crayon":{"unicode":"1f58d","shortname":":crayon:","aliases":":lower_left_crayon:","keywords":"lower left crayon object office write"},"paintbrush":{"unicode":"1f58c","shortname":":paintbrush:","aliases":":lower_left_paintbrush:","keywords":"lower left paintbrush object office write"},"mag":{"unicode":"1f50d","shortname":":mag:","aliases":"","keywords":"left-pointing magnifying glass object"},"mag_right":{"unicode":"1f50e","shortname":":mag_right:","aliases":"","keywords":"right-pointing magnifying glass object"},"heart":{"unicode":"2764","shortname":":heart:","aliases":"","keywords":"heavy black heart love symbol parties parties"},"yellow_heart":{"unicode":"1f49b","shortname":":yellow_heart:","aliases":"","keywords":"yellow heart love symbol"},"green_heart":{"unicode":"1f49a","shortname":":green_heart:","aliases":"","keywords":"green heart love symbol"},"blue_heart":{"unicode":"1f499","shortname":":blue_heart:","aliases":"","keywords":"blue heart love symbol"},"purple_heart":{"unicode":"1f49c","shortname":":purple_heart:","aliases":"","keywords":"purple heart love symbol"},"broken_heart":{"unicode":"1f494","shortname":":broken_heart:","aliases":"","keywords":"broken heart love symbol heartbreak heartbreak"},"heart_exclamation":{"unicode":"2763","shortname":":heart_exclamation:","aliases":":heavy_heart_exclamation_mark_ornament:","keywords":"heavy heart exclamation mark ornament love symbol"},"two_hearts":{"unicode":"1f495","shortname":":two_hearts:","aliases":"","keywords":"two hearts love symbol"},"revolving_hearts":{"unicode":"1f49e","shortname":":revolving_hearts:","aliases":"","keywords":"revolving hearts love symbol"},"heartbeat":{"unicode":"1f493","shortname":":heartbeat:","aliases":"","keywords":"beating heart love symbol"},"heartpulse":{"unicode":"1f497","shortname":":heartpulse:","aliases":"","keywords":"growing heart love symbol"},"sparkling_heart":{"unicode":"1f496","shortname":":sparkling_heart:","aliases":"","keywords":"sparkling heart love symbol girls night girls night"},"cupid":{"unicode":"1f498","shortname":":cupid:","aliases":"","keywords":"heart with arrow love symbol"},"gift_heart":{"unicode":"1f49d","shortname":":gift_heart:","aliases":"","keywords":"heart with ribbon love symbol condolence condolence"},"heart_decoration":{"unicode":"1f49f","shortname":":heart_decoration:","aliases":"","keywords":"heart decoration love symbol"},"peace":{"unicode":"262e","shortname":":peace:","aliases":":peace_symbol:","keywords":"peace symbol symbol peace peace drugs drugs"},"cross":{"unicode":"271d","shortname":":cross:","aliases":":latin_cross:","keywords":"latin cross religion symbol"},"star_and_crescent":{"unicode":"262a","shortname":":star_and_crescent:","aliases":"","keywords":"star and crescent religion symbol"},"om_symbol":{"unicode":"1f549","shortname":":om_symbol:","aliases":"","keywords":"om symbol religion symbol"},"wheel_of_dharma":{"unicode":"2638","shortname":":wheel_of_dharma:","aliases":"","keywords":"wheel of dharma religion symbol"},"star_of_david":{"unicode":"2721","shortname":":star_of_david:","aliases":"","keywords":"star of david religion jew star symbol"},"six_pointed_star":{"unicode":"1f52f","shortname":":six_pointed_star:","aliases":"","keywords":"six pointed star with middle dot religion jew star symbol"},"menorah":{"unicode":"1f54e","shortname":":menorah:","aliases":"","keywords":"menorah with nine branches religion object jew symbol holidays"},"yin_yang":{"unicode":"262f","shortname":":yin_yang:","aliases":"","keywords":"yin yang symbol"},"orthodox_cross":{"unicode":"2626","shortname":":orthodox_cross:","aliases":"","keywords":"orthodox cross religion symbol"},"place_of_worship":{"unicode":"1f6d0","shortname":":place_of_worship:","aliases":":worship_symbol:","keywords":"place of worship religion symbol pray pray"},"ophiuchus":{"unicode":"26ce","shortname":":ophiuchus:","aliases":"","keywords":"ophiuchus symbol"},"aries":{"unicode":"2648","shortname":":aries:","aliases":"","keywords":"aries zodiac symbol"},"taurus":{"unicode":"2649","shortname":":taurus:","aliases":"","keywords":"taurus zodiac symbol"},"gemini":{"unicode":"264a","shortname":":gemini:","aliases":"","keywords":"gemini zodiac symbol"},"cancer":{"unicode":"264b","shortname":":cancer:","aliases":"","keywords":"cancer zodiac symbol"},"leo":{"unicode":"264c","shortname":":leo:","aliases":"","keywords":"leo zodiac symbol"},"virgo":{"unicode":"264d","shortname":":virgo:","aliases":"","keywords":"virgo zodiac symbol"},"libra":{"unicode":"264e","shortname":":libra:","aliases":"","keywords":"libra zodiac symbol"},"scorpius":{"unicode":"264f","shortname":":scorpius:","aliases":"","keywords":"scorpius zodiac symbol"},"sagittarius":{"unicode":"2650","shortname":":sagittarius:","aliases":"","keywords":"sagittarius zodiac symbol"},"capricorn":{"unicode":"2651","shortname":":capricorn:","aliases":"","keywords":"capricorn zodiac symbol"},"aquarius":{"unicode":"2652","shortname":":aquarius:","aliases":"","keywords":"aquarius zodiac symbol"},"pisces":{"unicode":"2653","shortname":":pisces:","aliases":"","keywords":"pisces zodiac symbol"},"id":{"unicode":"1f194","shortname":":id:","aliases":"","keywords":"squared id symbol"},"atom":{"unicode":"269b","shortname":":atom:","aliases":":atom_symbol:","keywords":"atom symbol symbol science"},"u7a7a":{"unicode":"1f233","shortname":":u7a7a:","aliases":"","keywords":"squared cjk unified ideograph-7a7a symbol"},"u5272":{"unicode":"1f239","shortname":":u5272:","aliases":"","keywords":"squared cjk unified ideograph-5272 symbol"},"radioactive":{"unicode":"2622","shortname":":radioactive:","aliases":":radioactive_sign:","keywords":"radioactive sign symbol science"},"biohazard":{"unicode":"2623","shortname":":biohazard:","aliases":":biohazard_sign:","keywords":"biohazard sign symbol science"},"mobile_phone_off":{"unicode":"1f4f4","shortname":":mobile_phone_off:","aliases":"","keywords":"mobile phone off symbol"},"vibration_mode":{"unicode":"1f4f3","shortname":":vibration_mode:","aliases":"","keywords":"vibration mode symbol"},"u6709":{"unicode":"1f236","shortname":":u6709:","aliases":"","keywords":"squared cjk unified ideograph-6709 symbol"},"u7121":{"unicode":"1f21a","shortname":":u7121:","aliases":"","keywords":"squared cjk unified ideograph-7121 symbol"},"u7533":{"unicode":"1f238","shortname":":u7533:","aliases":"","keywords":"squared cjk unified ideograph-7533 symbol"},"u55b6":{"unicode":"1f23a","shortname":":u55b6:","aliases":"","keywords":"squared cjk unified ideograph-55b6 symbol"},"u6708":{"unicode":"1f237","shortname":":u6708:","aliases":"","keywords":"squared cjk unified ideograph-6708 symbol"},"eight_pointed_black_star":{"unicode":"2734","shortname":":eight_pointed_black_star:","aliases":"","keywords":"eight pointed black star symbol"},"vs":{"unicode":"1f19a","shortname":":vs:","aliases":"","keywords":"squared vs symbol"},"accept":{"unicode":"1f251","shortname":":accept:","aliases":"","keywords":"circled ideograph accept symbol"},"white_flower":{"unicode":"1f4ae","shortname":":white_flower:","aliases":"","keywords":"white flower flower symbol"},"ideograph_advantage":{"unicode":"1f250","shortname":":ideograph_advantage:","aliases":"","keywords":"circled ideograph advantage japan symbol"},"secret":{"unicode":"3299","shortname":":secret:","aliases":"","keywords":"circled ideograph secret japan symbol"},"congratulations":{"unicode":"3297","shortname":":congratulations:","aliases":"","keywords":"circled ideograph congratulation japan symbol"},"u5408":{"unicode":"1f234","shortname":":u5408:","aliases":"","keywords":"squared cjk unified ideograph-5408 japan symbol"},"u6e80":{"unicode":"1f235","shortname":":u6e80:","aliases":"","keywords":"squared cjk unified ideograph-6e80 japan symbol"},"u7981":{"unicode":"1f232","shortname":":u7981:","aliases":"","keywords":"squared cjk unified ideograph-7981 japan symbol"},"a":{"unicode":"1f170","shortname":":a:","aliases":"","keywords":"negative squared latin capital letter a symbol"},"b":{"unicode":"1f171","shortname":":b:","aliases":"","keywords":"negative squared latin capital letter b symbol"},"ab":{"unicode":"1f18e","shortname":":ab:","aliases":"","keywords":"negative squared ab symbol"},"cl":{"unicode":"1f191","shortname":":cl:","aliases":"","keywords":"squared cl symbol"},"o2":{"unicode":"1f17e","shortname":":o2:","aliases":"","keywords":"negative squared latin capital letter o symbol"},"sos":{"unicode":"1f198","shortname":":sos:","aliases":"","keywords":"squared sos symbol"},"no_entry":{"unicode":"26d4","shortname":":no_entry:","aliases":"","keywords":"no entry symbol circle circle"},"name_badge":{"unicode":"1f4db","shortname":":name_badge:","aliases":"","keywords":"name badge work"},"no_entry_sign":{"unicode":"1f6ab","shortname":":no_entry_sign:","aliases":"","keywords":"no entry sign symbol circle circle"},"x":{"unicode":"274c","shortname":":x:","aliases":"","keywords":"cross mark symbol sol sol"},"o":{"unicode":"2b55","shortname":":o:","aliases":"","keywords":"heavy large circle symbol circle circle"},"anger":{"unicode":"1f4a2","shortname":":anger:","aliases":"","keywords":"anger symbol symbol"},"hotsprings":{"unicode":"2668","shortname":":hotsprings:","aliases":"","keywords":"hot springs symbol"},"no_pedestrians":{"unicode":"1f6b7","shortname":":no_pedestrians:","aliases":"","keywords":"no pedestrians symbol"},"do_not_litter":{"unicode":"1f6af","shortname":":do_not_litter:","aliases":"","keywords":"do not litter symbol symbol"},"no_bicycles":{"unicode":"1f6b3","shortname":":no_bicycles:","aliases":"","keywords":"no bicycles symbol"},"non-potable_water":{"unicode":"1f6b1","shortname":":non-potable_water:","aliases":"","keywords":"non-potable water symbol symbol"},"underage":{"unicode":"1f51e","shortname":":underage:","aliases":"","keywords":"no one under eighteen symbol symbol"},"no_mobile_phones":{"unicode":"1f4f5","shortname":":no_mobile_phones:","aliases":"","keywords":"no mobile phones symbol phone"},"exclamation":{"unicode":"2757","shortname":":exclamation:","aliases":"","keywords":"heavy exclamation mark symbol symbol punctuation"},"grey_exclamation":{"unicode":"2755","shortname":":grey_exclamation:","aliases":"","keywords":"white exclamation mark ornament symbol punctuation"},"question":{"unicode":"2753","shortname":":question:","aliases":"","keywords":"black question mark ornament symbol punctuation wth wth"},"grey_question":{"unicode":"2754","shortname":":grey_question:","aliases":"","keywords":"white question mark ornament symbol punctuation"},"bangbang":{"unicode":"203c","shortname":":bangbang:","aliases":"","keywords":"double exclamation mark symbol punctuation"},"interrobang":{"unicode":"2049","shortname":":interrobang:","aliases":"","keywords":"exclamation question mark symbol punctuation"},"100":{"unicode":"1f4af","shortname":":100:","aliases":"","keywords":"hundred points symbol symbol wow wow win win perfect perfect parties parties"},"low_brightness":{"unicode":"1f505","shortname":":low_brightness:","aliases":"","keywords":"low brightness symbol symbol sun"},"high_brightness":{"unicode":"1f506","shortname":":high_brightness:","aliases":"","keywords":"high brightness symbol symbol sun"},"trident":{"unicode":"1f531","shortname":":trident:","aliases":"","keywords":"trident emblem object symbol"},"fleur-de-lis":{"unicode":"269c","shortname":":fleur-de-lis:","aliases":"","keywords":"fleur-de-lis object symbol"},"part_alternation_mark":{"unicode":"303d","shortname":":part_alternation_mark:","aliases":"","keywords":"part alternation mark symbol"},"warning":{"unicode":"26a0","shortname":":warning:","aliases":"","keywords":"warning sign symbol punctuation"},"children_crossing":{"unicode":"1f6b8","shortname":":children_crossing:","aliases":"","keywords":"children crossing symbol"},"beginner":{"unicode":"1f530","shortname":":beginner:","aliases":"","keywords":"japanese symbol for beginner symbol"},"recycle":{"unicode":"267b","shortname":":recycle:","aliases":"","keywords":"black universal recycling symbol symbol"},"u6307":{"unicode":"1f22f","shortname":":u6307:","aliases":"","keywords":"squared cjk unified ideograph-6307 symbol"},"chart":{"unicode":"1f4b9","shortname":":chart:","aliases":"","keywords":"chart with upwards trend and yen sign symbol money money"},"sparkle":{"unicode":"2747","shortname":":sparkle:","aliases":"","keywords":"sparkle symbol"},"eight_spoked_asterisk":{"unicode":"2733","shortname":":eight_spoked_asterisk:","aliases":"","keywords":"eight spoked asterisk symbol"},"negative_squared_cross_mark":{"unicode":"274e","shortname":":negative_squared_cross_mark:","aliases":"","keywords":"negative squared cross mark symbol"},"white_check_mark":{"unicode":"2705","shortname":":white_check_mark:","aliases":"","keywords":"white heavy check mark symbol"},"diamond_shape_with_a_dot_inside":{"unicode":"1f4a0","shortname":":diamond_shape_with_a_dot_inside:","aliases":"","keywords":"diamond shape with a dot inside symbol"},"cyclone":{"unicode":"1f300","shortname":":cyclone:","aliases":"","keywords":"cyclone symbol drugs drugs"},"loop":{"unicode":"27bf","shortname":":loop:","aliases":"","keywords":"double curly loop symbol"},"globe_with_meridians":{"unicode":"1f310","shortname":":globe_with_meridians:","aliases":"","keywords":"globe with meridians symbol globe globe"},"m":{"unicode":"24c2","shortname":":m:","aliases":"","keywords":"circled latin capital letter m symbol"},"atm":{"unicode":"1f3e7","shortname":":atm:","aliases":"","keywords":"automated teller machine electronics symbol money money"},"sa":{"unicode":"1f202","shortname":":sa:","aliases":"","keywords":"squared katakana sa symbol"},"passport_control":{"unicode":"1f6c2","shortname":":passport_control:","aliases":"","keywords":"passport control symbol"},"customs":{"unicode":"1f6c3","shortname":":customs:","aliases":"","keywords":"customs symbol"},"baggage_claim":{"unicode":"1f6c4","shortname":":baggage_claim:","aliases":"","keywords":"baggage claim symbol"},"left_luggage":{"unicode":"1f6c5","shortname":":left_luggage:","aliases":"","keywords":"left luggage symbol"},"wheelchair":{"unicode":"267f","shortname":":wheelchair:","aliases":"","keywords":"wheelchair symbol symbol"},"no_smoking":{"unicode":"1f6ad","shortname":":no_smoking:","aliases":"","keywords":"no smoking symbol symbol smoking smoking"},"wc":{"unicode":"1f6be","shortname":":wc:","aliases":"","keywords":"water closet symbol"},"parking":{"unicode":"1f17f","shortname":":parking:","aliases":"","keywords":"negative squared latin capital letter p symbol"},"potable_water":{"unicode":"1f6b0","shortname":":potable_water:","aliases":"","keywords":"potable water symbol symbol"},"mens":{"unicode":"1f6b9","shortname":":mens:","aliases":"","keywords":"mens symbol symbol"},"womens":{"unicode":"1f6ba","shortname":":womens:","aliases":"","keywords":"womens symbol symbol"},"baby_symbol":{"unicode":"1f6bc","shortname":":baby_symbol:","aliases":"","keywords":"baby symbol symbol"},"restroom":{"unicode":"1f6bb","shortname":":restroom:","aliases":"","keywords":"restroom symbol"},"put_litter_in_its_place":{"unicode":"1f6ae","shortname":":put_litter_in_its_place:","aliases":"","keywords":"put litter in its place symbol symbol"},"cinema":{"unicode":"1f3a6","shortname":":cinema:","aliases":"","keywords":"cinema symbol camera movie"},"signal_strength":{"unicode":"1f4f6","shortname":":signal_strength:","aliases":"","keywords":"antenna with bars symbol"},"koko":{"unicode":"1f201","shortname":":koko:","aliases":"","keywords":"squared katakana koko symbol"},"ng":{"unicode":"1f196","shortname":":ng:","aliases":"","keywords":"squared ng symbol"},"ok":{"unicode":"1f197","shortname":":ok:","aliases":"","keywords":"squared ok symbol"},"up":{"unicode":"1f199","shortname":":up:","aliases":"","keywords":"squared up with exclamation mark symbol"},"cool":{"unicode":"1f192","shortname":":cool:","aliases":"","keywords":"squared cool symbol"},"new":{"unicode":"1f195","shortname":":new:","aliases":"","keywords":"squared new symbol"},"free":{"unicode":"1f193","shortname":":free:","aliases":"","keywords":"squared free symbol"},"zero":{"unicode":"0030-20e3","shortname":":zero:","aliases":"","keywords":"keycap digit zero number math symbol"},"one":{"unicode":"0031-20e3","shortname":":one:","aliases":"","keywords":"keycap digit one number math symbol"},"two":{"unicode":"0032-20e3","shortname":":two:","aliases":"","keywords":"keycap digit two number math symbol"},"three":{"unicode":"0033-20e3","shortname":":three:","aliases":"","keywords":"keycap digit three number math symbol"},"four":{"unicode":"0034-20e3","shortname":":four:","aliases":"","keywords":"keycap digit four number math symbol"},"five":{"unicode":"0035-20e3","shortname":":five:","aliases":"","keywords":"keycap digit five number math symbol"},"six":{"unicode":"0036-20e3","shortname":":six:","aliases":"","keywords":"keycap digit six number math symbol"},"seven":{"unicode":"0037-20e3","shortname":":seven:","aliases":"","keywords":"keycap digit seven number math symbol"},"eight":{"unicode":"0038-20e3","shortname":":eight:","aliases":"","keywords":"keycap digit eight number math symbol"},"nine":{"unicode":"0039-20e3","shortname":":nine:","aliases":"","keywords":"keycap digit nine number math symbol"},"ten":{"unicode":"1f51f","shortname":":ten:","aliases":"","keywords":"keycap ten number math symbol"},"1234":{"unicode":"1f522","shortname":":1234:","aliases":"","keywords":"input symbol for numbers symbol"},"arrow_forward":{"unicode":"25b6","shortname":":arrow_forward:","aliases":"","keywords":"black right-pointing triangle arrow symbol triangle triangle"},"pause_button":{"unicode":"23f8","shortname":":pause_button:","aliases":":double_vertical_bar:","keywords":"double vertical bar symbol"},"play_pause":{"unicode":"23ef","shortname":":play_pause:","aliases":"","keywords":"black right-pointing double triangle with double vertical bar arrow symbol"},"stop_button":{"unicode":"23f9","shortname":":stop_button:","aliases":"","keywords":"black square for stop symbol square square"},"record_button":{"unicode":"23fa","shortname":":record_button:","aliases":"","keywords":"black circle for record symbol circle circle"},"track_next":{"unicode":"23ed","shortname":":track_next:","aliases":":next_track:","keywords":"black right-pointing double triangle with vertical bar arrow symbol"},"track_previous":{"unicode":"23ee","shortname":":track_previous:","aliases":":previous_track:","keywords":"black left-pointing double triangle with vertical bar arrow symbol"},"fast_forward":{"unicode":"23e9","shortname":":fast_forward:","aliases":"","keywords":"black right-pointing double triangle arrow symbol"},"rewind":{"unicode":"23ea","shortname":":rewind:","aliases":"","keywords":"black left-pointing double triangle arrow symbol"},"twisted_rightwards_arrows":{"unicode":"1f500","shortname":":twisted_rightwards_arrows:","aliases":"","keywords":"twisted rightwards arrows arrow symbol"},"repeat":{"unicode":"1f501","shortname":":repeat:","aliases":"","keywords":"clockwise rightwards and leftwards open circle arrows arrow symbol"},"repeat_one":{"unicode":"1f502","shortname":":repeat_one:","aliases":"","keywords":"clockwise rightwards and leftwards open circle arrows with circled one overlay arrow symbol"},"arrow_backward":{"unicode":"25c0","shortname":":arrow_backward:","aliases":"","keywords":"black left-pointing triangle arrow symbol triangle triangle"},"arrow_up_small":{"unicode":"1f53c","shortname":":arrow_up_small:","aliases":"","keywords":"up-pointing small red triangle arrow symbol triangle triangle"},"arrow_down_small":{"unicode":"1f53d","shortname":":arrow_down_small:","aliases":"","keywords":"down-pointing small red triangle arrow symbol triangle triangle"},"arrow_double_up":{"unicode":"23eb","shortname":":arrow_double_up:","aliases":"","keywords":"black up-pointing double triangle arrow symbol"},"arrow_double_down":{"unicode":"23ec","shortname":":arrow_double_down:","aliases":"","keywords":"black down-pointing double triangle arrow symbol"},"arrow_right":{"unicode":"27a1","shortname":":arrow_right:","aliases":"","keywords":"black rightwards arrow arrow symbol"},"arrow_left":{"unicode":"2b05","shortname":":arrow_left:","aliases":"","keywords":"leftwards black arrow arrow symbol"},"arrow_up":{"unicode":"2b06","shortname":":arrow_up:","aliases":"","keywords":"upwards black arrow arrow symbol"},"arrow_down":{"unicode":"2b07","shortname":":arrow_down:","aliases":"","keywords":"downwards black arrow arrow symbol"},"arrow_upper_right":{"unicode":"2197","shortname":":arrow_upper_right:","aliases":"","keywords":"north east arrow arrow symbol"},"arrow_lower_right":{"unicode":"2198","shortname":":arrow_lower_right:","aliases":"","keywords":"south east arrow arrow symbol"},"arrow_lower_left":{"unicode":"2199","shortname":":arrow_lower_left:","aliases":"","keywords":"south west arrow arrow symbol"},"arrow_upper_left":{"unicode":"2196","shortname":":arrow_upper_left:","aliases":"","keywords":"north west arrow arrow symbol"},"arrow_up_down":{"unicode":"2195","shortname":":arrow_up_down:","aliases":"","keywords":"up down arrow arrow symbol"},"left_right_arrow":{"unicode":"2194","shortname":":left_right_arrow:","aliases":"","keywords":"left right arrow arrow symbol"},"arrows_counterclockwise":{"unicode":"1f504","shortname":":arrows_counterclockwise:","aliases":"","keywords":"anticlockwise downwards and upwards open circle arrows arrow symbol"},"arrow_right_hook":{"unicode":"21aa","shortname":":arrow_right_hook:","aliases":"","keywords":"rightwards arrow with hook arrow symbol"},"leftwards_arrow_with_hook":{"unicode":"21a9","shortname":":leftwards_arrow_with_hook:","aliases":"","keywords":"leftwards arrow with hook arrow symbol"},"arrow_heading_up":{"unicode":"2934","shortname":":arrow_heading_up:","aliases":"","keywords":"arrow pointing rightwards then curving upwards arrow symbol"},"arrow_heading_down":{"unicode":"2935","shortname":":arrow_heading_down:","aliases":"","keywords":"arrow pointing rightwards then curving downwards arrow symbol"},"hash":{"unicode":"0023-20e3","shortname":":hash:","aliases":"","keywords":"keycap number sign number symbol"},"asterisk":{"unicode":"002a-20e3","shortname":":asterisk:","aliases":":keycap_asterisk:","keywords":"keycap asterisk symbol"},"information_source":{"unicode":"2139","shortname":":information_source:","aliases":"","keywords":"information source symbol"},"abc":{"unicode":"1f524","shortname":":abc:","aliases":"","keywords":"input symbol for latin letters symbol"},"abcd":{"unicode":"1f521","shortname":":abcd:","aliases":"","keywords":"input symbol for latin small letters symbol"},"capital_abcd":{"unicode":"1f520","shortname":":capital_abcd:","aliases":"","keywords":"input symbol for latin capital letters symbol"},"symbols":{"unicode":"1f523","shortname":":symbols:","aliases":"","keywords":"input symbol for symbols symbol"},"musical_note":{"unicode":"1f3b5","shortname":":musical_note:","aliases":"","keywords":"musical note instruments symbol"},"notes":{"unicode":"1f3b6","shortname":":notes:","aliases":"","keywords":"multiple musical notes instruments symbol"},"wavy_dash":{"unicode":"3030","shortname":":wavy_dash:","aliases":"","keywords":"wavy dash symbol"},"curly_loop":{"unicode":"27b0","shortname":":curly_loop:","aliases":"","keywords":"curly loop symbol"},"heavy_check_mark":{"unicode":"2714","shortname":":heavy_check_mark:","aliases":"","keywords":"heavy check mark symbol"},"arrows_clockwise":{"unicode":"1f503","shortname":":arrows_clockwise:","aliases":"","keywords":"clockwise downwards and upwards open circle arrows arrow symbol"},"heavy_plus_sign":{"unicode":"2795","shortname":":heavy_plus_sign:","aliases":"","keywords":"heavy plus sign math symbol"},"heavy_minus_sign":{"unicode":"2796","shortname":":heavy_minus_sign:","aliases":"","keywords":"heavy minus sign math symbol"},"heavy_division_sign":{"unicode":"2797","shortname":":heavy_division_sign:","aliases":"","keywords":"heavy division sign math symbol"},"heavy_multiplication_x":{"unicode":"2716","shortname":":heavy_multiplication_x:","aliases":"","keywords":"heavy multiplication x math symbol"},"heavy_dollar_sign":{"unicode":"1f4b2","shortname":":heavy_dollar_sign:","aliases":"","keywords":"heavy dollar sign math symbol money money"},"currency_exchange":{"unicode":"1f4b1","shortname":":currency_exchange:","aliases":"","keywords":"currency exchange symbol money money"},"copyright":{"unicode":"00a9","shortname":":copyright:","aliases":"","keywords":"copyright sign symbol"},"registered":{"unicode":"00ae","shortname":":registered:","aliases":"","keywords":"registered sign symbol"},"tm":{"unicode":"2122","shortname":":tm:","aliases":"","keywords":"trade mark sign symbol"},"end":{"unicode":"1f51a","shortname":":end:","aliases":"","keywords":"end with leftwards arrow above arrow symbol"},"back":{"unicode":"1f519","shortname":":back:","aliases":"","keywords":"back with leftwards arrow above arrow symbol"},"on":{"unicode":"1f51b","shortname":":on:","aliases":"","keywords":"on with exclamation mark with left right arrow abo arrow symbol"},"top":{"unicode":"1f51d","shortname":":top:","aliases":"","keywords":"top with upwards arrow above arrow symbol"},"soon":{"unicode":"1f51c","shortname":":soon:","aliases":"","keywords":"soon with rightwards arrow above arrow symbol"},"ballot_box_with_check":{"unicode":"2611","shortname":":ballot_box_with_check:","aliases":"","keywords":"ballot box with check symbol"},"radio_button":{"unicode":"1f518","shortname":":radio_button:","aliases":"","keywords":"radio button symbol circle circle"},"white_circle":{"unicode":"26aa","shortname":":white_circle:","aliases":"","keywords":"medium white circle shapes symbol circle circle"},"black_circle":{"unicode":"26ab","shortname":":black_circle:","aliases":"","keywords":"medium black circle shapes symbol circle circle"},"red_circle":{"unicode":"1f534","shortname":":red_circle:","aliases":"","keywords":"large red circle shapes symbol circle circle"},"large_blue_circle":{"unicode":"1f535","shortname":":large_blue_circle:","aliases":"","keywords":"large blue circle shapes symbol circle circle"},"small_orange_diamond":{"unicode":"1f538","shortname":":small_orange_diamond:","aliases":"","keywords":"small orange diamond shapes symbol"},"small_blue_diamond":{"unicode":"1f539","shortname":":small_blue_diamond:","aliases":"","keywords":"small blue diamond shapes symbol"},"large_orange_diamond":{"unicode":"1f536","shortname":":large_orange_diamond:","aliases":"","keywords":"large orange diamond shapes symbol"},"large_blue_diamond":{"unicode":"1f537","shortname":":large_blue_diamond:","aliases":"","keywords":"large blue diamond shapes symbol"},"small_red_triangle":{"unicode":"1f53a","shortname":":small_red_triangle:","aliases":"","keywords":"up-pointing red triangle shapes symbol triangle triangle"},"black_small_square":{"unicode":"25aa","shortname":":black_small_square:","aliases":"","keywords":"black small square shapes symbol square square"},"white_small_square":{"unicode":"25ab","shortname":":white_small_square:","aliases":"","keywords":"white small square shapes symbol square square"},"black_large_square":{"unicode":"2b1b","shortname":":black_large_square:","aliases":"","keywords":"black large square shapes symbol square square"},"white_large_square":{"unicode":"2b1c","shortname":":white_large_square:","aliases":"","keywords":"white large square shapes symbol square square"},"small_red_triangle_down":{"unicode":"1f53b","shortname":":small_red_triangle_down:","aliases":"","keywords":"down-pointing red triangle shapes symbol triangle triangle"},"black_medium_square":{"unicode":"25fc","shortname":":black_medium_square:","aliases":"","keywords":"black medium square shapes symbol square square"},"white_medium_square":{"unicode":"25fb","shortname":":white_medium_square:","aliases":"","keywords":"white medium square shapes symbol square square"},"black_medium_small_square":{"unicode":"25fe","shortname":":black_medium_small_square:","aliases":"","keywords":"black medium small square shapes symbol square square"},"white_medium_small_square":{"unicode":"25fd","shortname":":white_medium_small_square:","aliases":"","keywords":"white medium small square shapes symbol square square"},"black_square_button":{"unicode":"1f532","shortname":":black_square_button:","aliases":"","keywords":"black square button shapes symbol square square"},"white_square_button":{"unicode":"1f533","shortname":":white_square_button:","aliases":"","keywords":"white square button shapes symbol square square"},"speaker":{"unicode":"1f508","shortname":":speaker:","aliases":"","keywords":"speaker alarm symbol"},"sound":{"unicode":"1f509","shortname":":sound:","aliases":"","keywords":"speaker with one sound wave alarm symbol"},"loud_sound":{"unicode":"1f50a","shortname":":loud_sound:","aliases":"","keywords":"speaker with three sound waves alarm symbol"},"mute":{"unicode":"1f507","shortname":":mute:","aliases":"","keywords":"speaker with cancellation stroke alarm symbol"},"mega":{"unicode":"1f4e3","shortname":":mega:","aliases":"","keywords":"cheering megaphone object sport"},"loudspeaker":{"unicode":"1f4e2","shortname":":loudspeaker:","aliases":"","keywords":"public address loudspeaker object alarm symbol"},"bell":{"unicode":"1f514","shortname":":bell:","aliases":"","keywords":"bell object alarm symbol"},"no_bell":{"unicode":"1f515","shortname":":no_bell:","aliases":"","keywords":"bell with cancellation stroke alarm symbol"},"black_joker":{"unicode":"1f0cf","shortname":":black_joker:","aliases":"","keywords":"playing card black joker object symbol game"},"mahjong":{"unicode":"1f004","shortname":":mahjong:","aliases":"","keywords":"mahjong tile red dragon object symbol game"},"spades":{"unicode":"2660","shortname":":spades:","aliases":"","keywords":"black spade suit symbol game"},"clubs":{"unicode":"2663","shortname":":clubs:","aliases":"","keywords":"black club suit symbol game"},"hearts":{"unicode":"2665","shortname":":hearts:","aliases":"","keywords":"black heart suit love symbol game"},"diamonds":{"unicode":"2666","shortname":":diamonds:","aliases":"","keywords":"black diamond suit shapes symbol game"},"flower_playing_cards":{"unicode":"1f3b4","shortname":":flower_playing_cards:","aliases":"","keywords":"flower playing cards object symbol"},"thought_balloon":{"unicode":"1f4ad","shortname":":thought_balloon:","aliases":"","keywords":"thought balloon symbol"},"anger_right":{"unicode":"1f5ef","shortname":":anger_right:","aliases":":right_anger_bubble:","keywords":"right anger bubble symbol"},"speech_balloon":{"unicode":"1f4ac","shortname":":speech_balloon:","aliases":"","keywords":"speech balloon symbol free speech free speech"},"clock1":{"unicode":"1f550","shortname":":clock1:","aliases":"","keywords":"clock face one oclock symbol time"},"clock2":{"unicode":"1f551","shortname":":clock2:","aliases":"","keywords":"clock face two oclock symbol time"},"clock3":{"unicode":"1f552","shortname":":clock3:","aliases":"","keywords":"clock face three oclock symbol time"},"clock4":{"unicode":"1f553","shortname":":clock4:","aliases":"","keywords":"clock face four oclock symbol time"},"clock5":{"unicode":"1f554","shortname":":clock5:","aliases":"","keywords":"clock face five oclock symbol time"},"clock6":{"unicode":"1f555","shortname":":clock6:","aliases":"","keywords":"clock face six oclock symbol time"},"clock7":{"unicode":"1f556","shortname":":clock7:","aliases":"","keywords":"clock face seven oclock symbol time"},"clock8":{"unicode":"1f557","shortname":":clock8:","aliases":"","keywords":"clock face eight oclock symbol time"},"clock9":{"unicode":"1f558","shortname":":clock9:","aliases":"","keywords":"clock face nine oclock symbol time"},"clock10":{"unicode":"1f559","shortname":":clock10:","aliases":"","keywords":"clock face ten oclock symbol time"},"clock11":{"unicode":"1f55a","shortname":":clock11:","aliases":"","keywords":"clock face eleven oclock symbol time"},"clock12":{"unicode":"1f55b","shortname":":clock12:","aliases":"","keywords":"clock face twelve oclock symbol time"},"clock130":{"unicode":"1f55c","shortname":":clock130:","aliases":"","keywords":"clock face one-thirty symbol time"},"clock230":{"unicode":"1f55d","shortname":":clock230:","aliases":"","keywords":"clock face two-thirty symbol time"},"clock330":{"unicode":"1f55e","shortname":":clock330:","aliases":"","keywords":"clock face three-thirty symbol time"},"clock430":{"unicode":"1f55f","shortname":":clock430:","aliases":"","keywords":"clock face four-thirty symbol time"},"clock530":{"unicode":"1f560","shortname":":clock530:","aliases":"","keywords":"clock face five-thirty symbol time"},"clock630":{"unicode":"1f561","shortname":":clock630:","aliases":"","keywords":"clock face six-thirty symbol time"},"clock730":{"unicode":"1f562","shortname":":clock730:","aliases":"","keywords":"clock face seven-thirty symbol time"},"clock830":{"unicode":"1f563","shortname":":clock830:","aliases":"","keywords":"clock face eight-thirty symbol time"},"clock930":{"unicode":"1f564","shortname":":clock930:","aliases":"","keywords":"clock face nine-thirty symbol time"},"clock1030":{"unicode":"1f565","shortname":":clock1030:","aliases":"","keywords":"clock face ten-thirty symbol time"},"clock1130":{"unicode":"1f566","shortname":":clock1130:","aliases":"","keywords":"clock face eleven-thirty symbol time"},"clock1230":{"unicode":"1f567","shortname":":clock1230:","aliases":"","keywords":"clock face twelve-thirty symbol time"},"eye_in_speech_bubble":{"unicode":"1f441-1f5e8","shortname":":eye_in_speech_bubble:","aliases":"","keywords":"eye in speech bubble object symbol eyes talk"},"flag_ac":{"unicode":"1f1e6-1f1e8","shortname":":flag_ac:","aliases":":ac:","keywords":"ascension country flag flag"},"flag_af":{"unicode":"1f1e6-1f1eb","shortname":":flag_af:","aliases":":af:","keywords":"afghanistan country flag flag"},"flag_al":{"unicode":"1f1e6-1f1f1","shortname":":flag_al:","aliases":":al:","keywords":"albania country flag flag"},"flag_dz":{"unicode":"1f1e9-1f1ff","shortname":":flag_dz:","aliases":":dz:","keywords":"algeria country flag flag"},"flag_ad":{"unicode":"1f1e6-1f1e9","shortname":":flag_ad:","aliases":":ad:","keywords":"andorra country flag flag"},"flag_ao":{"unicode":"1f1e6-1f1f4","shortname":":flag_ao:","aliases":":ao:","keywords":"angola country flag flag"},"flag_ai":{"unicode":"1f1e6-1f1ee","shortname":":flag_ai:","aliases":":ai:","keywords":"anguilla country flag flag"},"flag_ag":{"unicode":"1f1e6-1f1ec","shortname":":flag_ag:","aliases":":ag:","keywords":"antigua and barbuda country flag flag"},"flag_ar":{"unicode":"1f1e6-1f1f7","shortname":":flag_ar:","aliases":":ar:","keywords":"argentina country flag flag"},"flag_am":{"unicode":"1f1e6-1f1f2","shortname":":flag_am:","aliases":":am:","keywords":"armenia country flag flag"},"flag_aw":{"unicode":"1f1e6-1f1fc","shortname":":flag_aw:","aliases":":aw:","keywords":"aruba country flag flag"},"flag_au":{"unicode":"1f1e6-1f1fa","shortname":":flag_au:","aliases":":au:","keywords":"australia country flag flag"},"flag_at":{"unicode":"1f1e6-1f1f9","shortname":":flag_at:","aliases":":at:","keywords":"austria country flag flag"},"flag_az":{"unicode":"1f1e6-1f1ff","shortname":":flag_az:","aliases":":az:","keywords":"azerbaijan country flag flag"},"flag_bs":{"unicode":"1f1e7-1f1f8","shortname":":flag_bs:","aliases":":bs:","keywords":"the bahamas country flag flag"},"flag_bh":{"unicode":"1f1e7-1f1ed","shortname":":flag_bh:","aliases":":bh:","keywords":"bahrain country flag flag"},"flag_bd":{"unicode":"1f1e7-1f1e9","shortname":":flag_bd:","aliases":":bd:","keywords":"bangladesh country flag flag"},"flag_bb":{"unicode":"1f1e7-1f1e7","shortname":":flag_bb:","aliases":":bb:","keywords":"barbados country flag flag"},"flag_by":{"unicode":"1f1e7-1f1fe","shortname":":flag_by:","aliases":":by:","keywords":"belarus country flag flag"},"flag_be":{"unicode":"1f1e7-1f1ea","shortname":":flag_be:","aliases":":be:","keywords":"belgium country flag flag"},"flag_bz":{"unicode":"1f1e7-1f1ff","shortname":":flag_bz:","aliases":":bz:","keywords":"belize country flag flag"},"flag_bj":{"unicode":"1f1e7-1f1ef","shortname":":flag_bj:","aliases":":bj:","keywords":"benin country flag flag"},"flag_bm":{"unicode":"1f1e7-1f1f2","shortname":":flag_bm:","aliases":":bm:","keywords":"bermuda country flag flag"},"flag_bt":{"unicode":"1f1e7-1f1f9","shortname":":flag_bt:","aliases":":bt:","keywords":"bhutan country flag flag"},"flag_bo":{"unicode":"1f1e7-1f1f4","shortname":":flag_bo:","aliases":":bo:","keywords":"bolivia country flag flag"},"flag_ba":{"unicode":"1f1e7-1f1e6","shortname":":flag_ba:","aliases":":ba:","keywords":"bosnia and herzegovina country flag flag"},"flag_bw":{"unicode":"1f1e7-1f1fc","shortname":":flag_bw:","aliases":":bw:","keywords":"botswana country flag flag"},"flag_br":{"unicode":"1f1e7-1f1f7","shortname":":flag_br:","aliases":":br:","keywords":"brazil country flag flag"},"flag_bn":{"unicode":"1f1e7-1f1f3","shortname":":flag_bn:","aliases":":bn:","keywords":"brunei country flag flag"},"flag_bg":{"unicode":"1f1e7-1f1ec","shortname":":flag_bg:","aliases":":bg:","keywords":"bulgaria country flag flag"},"flag_bf":{"unicode":"1f1e7-1f1eb","shortname":":flag_bf:","aliases":":bf:","keywords":"burkina faso country flag flag"},"flag_bi":{"unicode":"1f1e7-1f1ee","shortname":":flag_bi:","aliases":":bi:","keywords":"burundi country flag flag"},"flag_cv":{"unicode":"1f1e8-1f1fb","shortname":":flag_cv:","aliases":":cv:","keywords":"cape verde country flag flag"},"flag_kh":{"unicode":"1f1f0-1f1ed","shortname":":flag_kh:","aliases":":kh:","keywords":"cambodia country flag flag"},"flag_cm":{"unicode":"1f1e8-1f1f2","shortname":":flag_cm:","aliases":":cm:","keywords":"cameroon country flag flag"},"flag_ca":{"unicode":"1f1e8-1f1e6","shortname":":flag_ca:","aliases":":ca:","keywords":"canada country flag flag"},"flag_ky":{"unicode":"1f1f0-1f1fe","shortname":":flag_ky:","aliases":":ky:","keywords":"cayman islands country flag flag"},"flag_cf":{"unicode":"1f1e8-1f1eb","shortname":":flag_cf:","aliases":":cf:","keywords":"central african republic country flag flag"},"flag_td":{"unicode":"1f1f9-1f1e9","shortname":":flag_td:","aliases":":td:","keywords":"chad country flag flag"},"flag_cl":{"unicode":"1f1e8-1f1f1","shortname":":flag_cl:","aliases":":chile:","keywords":"chile country flag flag"},"flag_cn":{"unicode":"1f1e8-1f1f3","shortname":":flag_cn:","aliases":":cn:","keywords":"china country flag flag"},"flag_co":{"unicode":"1f1e8-1f1f4","shortname":":flag_co:","aliases":":co:","keywords":"colombia country flag flag"},"flag_km":{"unicode":"1f1f0-1f1f2","shortname":":flag_km:","aliases":":km:","keywords":"the comoros country flag flag"},"flag_cg":{"unicode":"1f1e8-1f1ec","shortname":":flag_cg:","aliases":":cg:","keywords":"the republic of the congo country flag flag"},"flag_cd":{"unicode":"1f1e8-1f1e9","shortname":":flag_cd:","aliases":":congo:","keywords":"the democratic republic of the congo country flag flag"},"flag_cr":{"unicode":"1f1e8-1f1f7","shortname":":flag_cr:","aliases":":cr:","keywords":"costa rica country flag flag"},"flag_hr":{"unicode":"1f1ed-1f1f7","shortname":":flag_hr:","aliases":":hr:","keywords":"croatia country flag flag"},"flag_cu":{"unicode":"1f1e8-1f1fa","shortname":":flag_cu:","aliases":":cu:","keywords":"cuba country flag flag"},"flag_cy":{"unicode":"1f1e8-1f1fe","shortname":":flag_cy:","aliases":":cy:","keywords":"cyprus country flag flag"},"flag_cz":{"unicode":"1f1e8-1f1ff","shortname":":flag_cz:","aliases":":cz:","keywords":"the czech republic country flag flag"},"flag_dk":{"unicode":"1f1e9-1f1f0","shortname":":flag_dk:","aliases":":dk:","keywords":"denmark country flag flag"},"flag_dj":{"unicode":"1f1e9-1f1ef","shortname":":flag_dj:","aliases":":dj:","keywords":"djibouti country flag flag"},"flag_dm":{"unicode":"1f1e9-1f1f2","shortname":":flag_dm:","aliases":":dm:","keywords":"dominica country flag flag"},"flag_do":{"unicode":"1f1e9-1f1f4","shortname":":flag_do:","aliases":":do:","keywords":"the dominican republic country flag flag"},"flag_ec":{"unicode":"1f1ea-1f1e8","shortname":":flag_ec:","aliases":":ec:","keywords":"ecuador country flag flag"},"flag_eg":{"unicode":"1f1ea-1f1ec","shortname":":flag_eg:","aliases":":eg:","keywords":"egypt country flag flag"},"flag_sv":{"unicode":"1f1f8-1f1fb","shortname":":flag_sv:","aliases":":sv:","keywords":"el salvador country flag flag"},"flag_gq":{"unicode":"1f1ec-1f1f6","shortname":":flag_gq:","aliases":":gq:","keywords":"equatorial guinea country flag flag"},"flag_er":{"unicode":"1f1ea-1f1f7","shortname":":flag_er:","aliases":":er:","keywords":"eritrea country flag flag"},"flag_ee":{"unicode":"1f1ea-1f1ea","shortname":":flag_ee:","aliases":":ee:","keywords":"estonia country flag flag"},"flag_et":{"unicode":"1f1ea-1f1f9","shortname":":flag_et:","aliases":":et:","keywords":"ethiopia country flag flag"},"flag_fk":{"unicode":"1f1eb-1f1f0","shortname":":flag_fk:","aliases":":fk:","keywords":"falkland islands country flag flag"},"flag_fo":{"unicode":"1f1eb-1f1f4","shortname":":flag_fo:","aliases":":fo:","keywords":"faroe islands country flag flag"},"flag_fj":{"unicode":"1f1eb-1f1ef","shortname":":flag_fj:","aliases":":fj:","keywords":"fiji country flag flag"},"flag_fi":{"unicode":"1f1eb-1f1ee","shortname":":flag_fi:","aliases":":fi:","keywords":"finland country flag flag"},"flag_fr":{"unicode":"1f1eb-1f1f7","shortname":":flag_fr:","aliases":":fr:","keywords":"france country flag flag"},"flag_pf":{"unicode":"1f1f5-1f1eb","shortname":":flag_pf:","aliases":":pf:","keywords":"french polynesia country flag flag"},"flag_ga":{"unicode":"1f1ec-1f1e6","shortname":":flag_ga:","aliases":":ga:","keywords":"gabon country flag flag"},"flag_gm":{"unicode":"1f1ec-1f1f2","shortname":":flag_gm:","aliases":":gm:","keywords":"the gambia country flag flag"},"flag_ge":{"unicode":"1f1ec-1f1ea","shortname":":flag_ge:","aliases":":ge:","keywords":"georgia country flag flag"},"flag_de":{"unicode":"1f1e9-1f1ea","shortname":":flag_de:","aliases":":de:","keywords":"germany country flag flag"},"flag_gh":{"unicode":"1f1ec-1f1ed","shortname":":flag_gh:","aliases":":gh:","keywords":"ghana country flag flag"},"flag_gi":{"unicode":"1f1ec-1f1ee","shortname":":flag_gi:","aliases":":gi:","keywords":"gibraltar country flag flag"},"flag_gr":{"unicode":"1f1ec-1f1f7","shortname":":flag_gr:","aliases":":gr:","keywords":"greece country flag flag"},"flag_gl":{"unicode":"1f1ec-1f1f1","shortname":":flag_gl:","aliases":":gl:","keywords":"greenland country flag flag"},"flag_gd":{"unicode":"1f1ec-1f1e9","shortname":":flag_gd:","aliases":":gd:","keywords":"grenada country flag flag"},"flag_gu":{"unicode":"1f1ec-1f1fa","shortname":":flag_gu:","aliases":":gu:","keywords":"guam country flag flag"},"flag_gt":{"unicode":"1f1ec-1f1f9","shortname":":flag_gt:","aliases":":gt:","keywords":"guatemala country flag flag"},"flag_gn":{"unicode":"1f1ec-1f1f3","shortname":":flag_gn:","aliases":":gn:","keywords":"guinea country flag flag"},"flag_gw":{"unicode":"1f1ec-1f1fc","shortname":":flag_gw:","aliases":":gw:","keywords":"guinea-bissau country flag flag"},"flag_gy":{"unicode":"1f1ec-1f1fe","shortname":":flag_gy:","aliases":":gy:","keywords":"guyana country flag flag"},"flag_ht":{"unicode":"1f1ed-1f1f9","shortname":":flag_ht:","aliases":":ht:","keywords":"haiti country flag flag"},"flag_hn":{"unicode":"1f1ed-1f1f3","shortname":":flag_hn:","aliases":":hn:","keywords":"honduras country flag flag"},"flag_hk":{"unicode":"1f1ed-1f1f0","shortname":":flag_hk:","aliases":":hk:","keywords":"hong kong country flag flag"},"flag_hu":{"unicode":"1f1ed-1f1fa","shortname":":flag_hu:","aliases":":hu:","keywords":"hungary country flag flag"},"flag_is":{"unicode":"1f1ee-1f1f8","shortname":":flag_is:","aliases":":is:","keywords":"iceland country flag flag"},"flag_in":{"unicode":"1f1ee-1f1f3","shortname":":flag_in:","aliases":":in:","keywords":"india country flag flag"},"flag_id":{"unicode":"1f1ee-1f1e9","shortname":":flag_id:","aliases":":indonesia:","keywords":"indonesia country flag flag"},"flag_ir":{"unicode":"1f1ee-1f1f7","shortname":":flag_ir:","aliases":":ir:","keywords":"iran country flag flag"},"flag_iq":{"unicode":"1f1ee-1f1f6","shortname":":flag_iq:","aliases":":iq:","keywords":"iraq country flag flag"},"flag_ie":{"unicode":"1f1ee-1f1ea","shortname":":flag_ie:","aliases":":ie:","keywords":"ireland country flag flag"},"flag_il":{"unicode":"1f1ee-1f1f1","shortname":":flag_il:","aliases":":il:","keywords":"israel jew country flag flag"},"flag_it":{"unicode":"1f1ee-1f1f9","shortname":":flag_it:","aliases":":it:","keywords":"italy italian country flag flag"},"flag_ci":{"unicode":"1f1e8-1f1ee","shortname":":flag_ci:","aliases":":ci:","keywords":"c\u00f4te d\u2019ivoire country flag flag"},"flag_jm":{"unicode":"1f1ef-1f1f2","shortname":":flag_jm:","aliases":":jm:","keywords":"jamaica country flag flag"},"flag_jp":{"unicode":"1f1ef-1f1f5","shortname":":flag_jp:","aliases":":jp:","keywords":"japan japan country flag flag"},"flag_je":{"unicode":"1f1ef-1f1ea","shortname":":flag_je:","aliases":":je:","keywords":"jersey country flag flag"},"flag_jo":{"unicode":"1f1ef-1f1f4","shortname":":flag_jo:","aliases":":jo:","keywords":"jordan country flag flag"},"flag_kz":{"unicode":"1f1f0-1f1ff","shortname":":flag_kz:","aliases":":kz:","keywords":"kazakhstan country flag flag"},"flag_ke":{"unicode":"1f1f0-1f1ea","shortname":":flag_ke:","aliases":":ke:","keywords":"kenya country flag flag"},"flag_ki":{"unicode":"1f1f0-1f1ee","shortname":":flag_ki:","aliases":":ki:","keywords":"kiribati country flag flag"},"flag_xk":{"unicode":"1f1fd-1f1f0","shortname":":flag_xk:","aliases":":xk:","keywords":"kosovo country flag flag"},"flag_kw":{"unicode":"1f1f0-1f1fc","shortname":":flag_kw:","aliases":":kw:","keywords":"kuwait country flag flag"},"flag_kg":{"unicode":"1f1f0-1f1ec","shortname":":flag_kg:","aliases":":kg:","keywords":"kyrgyzstan country flag flag"},"flag_la":{"unicode":"1f1f1-1f1e6","shortname":":flag_la:","aliases":":la:","keywords":"laos country flag flag"},"flag_lv":{"unicode":"1f1f1-1f1fb","shortname":":flag_lv:","aliases":":lv:","keywords":"latvia country flag flag"},"flag_lb":{"unicode":"1f1f1-1f1e7","shortname":":flag_lb:","aliases":":lb:","keywords":"lebanon country flag flag"},"flag_ls":{"unicode":"1f1f1-1f1f8","shortname":":flag_ls:","aliases":":ls:","keywords":"lesotho country flag flag"},"flag_lr":{"unicode":"1f1f1-1f1f7","shortname":":flag_lr:","aliases":":lr:","keywords":"liberia country flag flag"},"flag_ly":{"unicode":"1f1f1-1f1fe","shortname":":flag_ly:","aliases":":ly:","keywords":"libya country flag flag"},"flag_li":{"unicode":"1f1f1-1f1ee","shortname":":flag_li:","aliases":":li:","keywords":"liechtenstein country flag flag"},"flag_lt":{"unicode":"1f1f1-1f1f9","shortname":":flag_lt:","aliases":":lt:","keywords":"lithuania country flag flag"},"flag_lu":{"unicode":"1f1f1-1f1fa","shortname":":flag_lu:","aliases":":lu:","keywords":"luxembourg country flag flag"},"flag_mo":{"unicode":"1f1f2-1f1f4","shortname":":flag_mo:","aliases":":mo:","keywords":"macau country flag flag"},"flag_mk":{"unicode":"1f1f2-1f1f0","shortname":":flag_mk:","aliases":":mk:","keywords":"macedonia country flag flag"},"flag_mg":{"unicode":"1f1f2-1f1ec","shortname":":flag_mg:","aliases":":mg:","keywords":"madagascar country flag flag"},"flag_mw":{"unicode":"1f1f2-1f1fc","shortname":":flag_mw:","aliases":":mw:","keywords":"malawi country flag flag"},"flag_my":{"unicode":"1f1f2-1f1fe","shortname":":flag_my:","aliases":":my:","keywords":"malaysia country flag flag"},"flag_mv":{"unicode":"1f1f2-1f1fb","shortname":":flag_mv:","aliases":":mv:","keywords":"maldives country flag flag"},"flag_ml":{"unicode":"1f1f2-1f1f1","shortname":":flag_ml:","aliases":":ml:","keywords":"mali country flag flag"},"flag_mt":{"unicode":"1f1f2-1f1f9","shortname":":flag_mt:","aliases":":mt:","keywords":"malta country flag flag"},"flag_mh":{"unicode":"1f1f2-1f1ed","shortname":":flag_mh:","aliases":":mh:","keywords":"the marshall islands country flag flag"},"flag_mr":{"unicode":"1f1f2-1f1f7","shortname":":flag_mr:","aliases":":mr:","keywords":"mauritania country flag flag"},"flag_mu":{"unicode":"1f1f2-1f1fa","shortname":":flag_mu:","aliases":":mu:","keywords":"mauritius country flag flag"},"flag_mx":{"unicode":"1f1f2-1f1fd","shortname":":flag_mx:","aliases":":mx:","keywords":"mexico country mexican flag flag"},"flag_fm":{"unicode":"1f1eb-1f1f2","shortname":":flag_fm:","aliases":":fm:","keywords":"micronesia country flag flag"},"flag_md":{"unicode":"1f1f2-1f1e9","shortname":":flag_md:","aliases":":md:","keywords":"moldova country flag flag"},"flag_mc":{"unicode":"1f1f2-1f1e8","shortname":":flag_mc:","aliases":":mc:","keywords":"monaco country flag flag"},"flag_mn":{"unicode":"1f1f2-1f1f3","shortname":":flag_mn:","aliases":":mn:","keywords":"mongolia country flag flag"},"flag_me":{"unicode":"1f1f2-1f1ea","shortname":":flag_me:","aliases":":me:","keywords":"montenegro country flag flag"},"flag_ms":{"unicode":"1f1f2-1f1f8","shortname":":flag_ms:","aliases":":ms:","keywords":"montserrat country flag flag"},"flag_ma":{"unicode":"1f1f2-1f1e6","shortname":":flag_ma:","aliases":":ma:","keywords":"morocco country flag flag"},"flag_mz":{"unicode":"1f1f2-1f1ff","shortname":":flag_mz:","aliases":":mz:","keywords":"mozambique country flag flag"},"flag_mm":{"unicode":"1f1f2-1f1f2","shortname":":flag_mm:","aliases":":mm:","keywords":"myanmar country flag flag"},"flag_na":{"unicode":"1f1f3-1f1e6","shortname":":flag_na:","aliases":":na:","keywords":"namibia country flag flag"},"flag_nr":{"unicode":"1f1f3-1f1f7","shortname":":flag_nr:","aliases":":nr:","keywords":"nauru country flag flag"},"flag_np":{"unicode":"1f1f3-1f1f5","shortname":":flag_np:","aliases":":np:","keywords":"nepal country flag flag"},"flag_nl":{"unicode":"1f1f3-1f1f1","shortname":":flag_nl:","aliases":":nl:","keywords":"the netherlands country flag flag"},"flag_nc":{"unicode":"1f1f3-1f1e8","shortname":":flag_nc:","aliases":":nc:","keywords":"new caledonia country flag flag"},"flag_nz":{"unicode":"1f1f3-1f1ff","shortname":":flag_nz:","aliases":":nz:","keywords":"new zealand country flag flag"},"flag_ni":{"unicode":"1f1f3-1f1ee","shortname":":flag_ni:","aliases":":ni:","keywords":"nicaragua country flag flag"},"flag_ne":{"unicode":"1f1f3-1f1ea","shortname":":flag_ne:","aliases":":ne:","keywords":"niger country flag flag"},"flag_ng":{"unicode":"1f1f3-1f1ec","shortname":":flag_ng:","aliases":":nigeria:","keywords":"nigeria country flag flag"},"flag_nu":{"unicode":"1f1f3-1f1fa","shortname":":flag_nu:","aliases":":nu:","keywords":"niue country flag flag"},"flag_kp":{"unicode":"1f1f0-1f1f5","shortname":":flag_kp:","aliases":":kp:","keywords":"north korea country flag flag"},"flag_no":{"unicode":"1f1f3-1f1f4","shortname":":flag_no:","aliases":":no:","keywords":"norway country flag flag"},"flag_om":{"unicode":"1f1f4-1f1f2","shortname":":flag_om:","aliases":":om:","keywords":"oman country flag flag"},"flag_pk":{"unicode":"1f1f5-1f1f0","shortname":":flag_pk:","aliases":":pk:","keywords":"pakistan country flag flag"},"flag_pw":{"unicode":"1f1f5-1f1fc","shortname":":flag_pw:","aliases":":pw:","keywords":"palau country flag flag"},"flag_ps":{"unicode":"1f1f5-1f1f8","shortname":":flag_ps:","aliases":":ps:","keywords":"palestinian authority country flag flag"},"flag_pa":{"unicode":"1f1f5-1f1e6","shortname":":flag_pa:","aliases":":pa:","keywords":"panama country flag flag"},"flag_pg":{"unicode":"1f1f5-1f1ec","shortname":":flag_pg:","aliases":":pg:","keywords":"papua new guinea country flag flag"},"flag_py":{"unicode":"1f1f5-1f1fe","shortname":":flag_py:","aliases":":py:","keywords":"paraguay country flag flag"},"flag_pe":{"unicode":"1f1f5-1f1ea","shortname":":flag_pe:","aliases":":pe:","keywords":"peru country flag flag"},"flag_ph":{"unicode":"1f1f5-1f1ed","shortname":":flag_ph:","aliases":":ph:","keywords":"the philippines country flag flag"},"flag_pl":{"unicode":"1f1f5-1f1f1","shortname":":flag_pl:","aliases":":pl:","keywords":"poland country flag flag"},"flag_pt":{"unicode":"1f1f5-1f1f9","shortname":":flag_pt:","aliases":":pt:","keywords":"portugal country flag flag"},"flag_pr":{"unicode":"1f1f5-1f1f7","shortname":":flag_pr:","aliases":":pr:","keywords":"puerto rico country flag flag"},"flag_qa":{"unicode":"1f1f6-1f1e6","shortname":":flag_qa:","aliases":":qa:","keywords":"qatar country flag flag"},"flag_ro":{"unicode":"1f1f7-1f1f4","shortname":":flag_ro:","aliases":":ro:","keywords":"romania country flag flag"},"flag_ru":{"unicode":"1f1f7-1f1fa","shortname":":flag_ru:","aliases":":ru:","keywords":"russia country flag flag"},"flag_rw":{"unicode":"1f1f7-1f1fc","shortname":":flag_rw:","aliases":":rw:","keywords":"rwanda country flag flag"},"flag_sh":{"unicode":"1f1f8-1f1ed","shortname":":flag_sh:","aliases":":sh:","keywords":"saint helena country flag flag"},"flag_kn":{"unicode":"1f1f0-1f1f3","shortname":":flag_kn:","aliases":":kn:","keywords":"saint kitts and nevis country flag flag"},"flag_lc":{"unicode":"1f1f1-1f1e8","shortname":":flag_lc:","aliases":":lc:","keywords":"saint lucia country flag flag"},"flag_vc":{"unicode":"1f1fb-1f1e8","shortname":":flag_vc:","aliases":":vc:","keywords":"saint vincent and the grenadines country flag flag"},"flag_ws":{"unicode":"1f1fc-1f1f8","shortname":":flag_ws:","aliases":":ws:","keywords":"samoa country flag flag"},"flag_sm":{"unicode":"1f1f8-1f1f2","shortname":":flag_sm:","aliases":":sm:","keywords":"san marino country flag flag"},"flag_st":{"unicode":"1f1f8-1f1f9","shortname":":flag_st:","aliases":":st:","keywords":"s\u00e3o tom\u00e9 and pr\u00edncipe country flag flag"},"flag_sa":{"unicode":"1f1f8-1f1e6","shortname":":flag_sa:","aliases":":saudiarabia: :saudi:","keywords":"saudi arabia country flag flag"},"flag_sn":{"unicode":"1f1f8-1f1f3","shortname":":flag_sn:","aliases":":sn:","keywords":"senegal country flag flag"},"flag_rs":{"unicode":"1f1f7-1f1f8","shortname":":flag_rs:","aliases":":rs:","keywords":"serbia country flag flag"},"flag_sc":{"unicode":"1f1f8-1f1e8","shortname":":flag_sc:","aliases":":sc:","keywords":"the seychelles country flag flag"},"flag_sl":{"unicode":"1f1f8-1f1f1","shortname":":flag_sl:","aliases":":sl:","keywords":"sierra leone country flag flag"},"flag_sg":{"unicode":"1f1f8-1f1ec","shortname":":flag_sg:","aliases":":sg:","keywords":"singapore country flag flag"},"flag_sk":{"unicode":"1f1f8-1f1f0","shortname":":flag_sk:","aliases":":sk:","keywords":"slovakia country flag flag"},"flag_si":{"unicode":"1f1f8-1f1ee","shortname":":flag_si:","aliases":":si:","keywords":"slovenia country flag flag"},"flag_sb":{"unicode":"1f1f8-1f1e7","shortname":":flag_sb:","aliases":":sb:","keywords":"the solomon islands country flag flag"},"flag_so":{"unicode":"1f1f8-1f1f4","shortname":":flag_so:","aliases":":so:","keywords":"somalia country flag flag"},"flag_za":{"unicode":"1f1ff-1f1e6","shortname":":flag_za:","aliases":":za:","keywords":"south africa country flag flag"},"flag_kr":{"unicode":"1f1f0-1f1f7","shortname":":flag_kr:","aliases":":kr:","keywords":"korea country flag flag"},"flag_es":{"unicode":"1f1ea-1f1f8","shortname":":flag_es:","aliases":":es:","keywords":"spain country flag flag"},"flag_lk":{"unicode":"1f1f1-1f1f0","shortname":":flag_lk:","aliases":":lk:","keywords":"sri lanka country flag flag"},"flag_sd":{"unicode":"1f1f8-1f1e9","shortname":":flag_sd:","aliases":":sd:","keywords":"sudan country flag flag"},"flag_sr":{"unicode":"1f1f8-1f1f7","shortname":":flag_sr:","aliases":":sr:","keywords":"suriname country flag flag"},"flag_sz":{"unicode":"1f1f8-1f1ff","shortname":":flag_sz:","aliases":":sz:","keywords":"swaziland country flag flag"},"flag_se":{"unicode":"1f1f8-1f1ea","shortname":":flag_se:","aliases":":se:","keywords":"sweden country flag flag"},"flag_ch":{"unicode":"1f1e8-1f1ed","shortname":":flag_ch:","aliases":":ch:","keywords":"switzerland country neutral flag flag"},"flag_sy":{"unicode":"1f1f8-1f1fe","shortname":":flag_sy:","aliases":":sy:","keywords":"syria country flag flag"},"flag_tw":{"unicode":"1f1f9-1f1fc","shortname":":flag_tw:","aliases":":tw:","keywords":"the republic of china country flag flag"},"flag_tj":{"unicode":"1f1f9-1f1ef","shortname":":flag_tj:","aliases":":tj:","keywords":"tajikistan country flag flag"},"flag_tz":{"unicode":"1f1f9-1f1ff","shortname":":flag_tz:","aliases":":tz:","keywords":"tanzania country flag flag"},"flag_th":{"unicode":"1f1f9-1f1ed","shortname":":flag_th:","aliases":":th:","keywords":"thailand country flag flag"},"flag_tl":{"unicode":"1f1f9-1f1f1","shortname":":flag_tl:","aliases":":tl:","keywords":"timor-leste country flag flag"},"flag_tg":{"unicode":"1f1f9-1f1ec","shortname":":flag_tg:","aliases":":tg:","keywords":"togo country flag flag"},"flag_to":{"unicode":"1f1f9-1f1f4","shortname":":flag_to:","aliases":":to:","keywords":"tonga country flag flag"},"flag_tt":{"unicode":"1f1f9-1f1f9","shortname":":flag_tt:","aliases":":tt:","keywords":"trinidad and tobago country flag flag"},"flag_tn":{"unicode":"1f1f9-1f1f3","shortname":":flag_tn:","aliases":":tn:","keywords":"tunisia country flag flag"},"flag_tr":{"unicode":"1f1f9-1f1f7","shortname":":flag_tr:","aliases":":tr:","keywords":"turkey country flag flag"},"flag_tm":{"unicode":"1f1f9-1f1f2","shortname":":flag_tm:","aliases":":turkmenistan:","keywords":"turkmenistan country flag flag"},"flag_tv":{"unicode":"1f1f9-1f1fb","shortname":":flag_tv:","aliases":":tuvalu:","keywords":"tuvalu country flag flag"},"flag_ug":{"unicode":"1f1fa-1f1ec","shortname":":flag_ug:","aliases":":ug:","keywords":"uganda country flag flag"},"flag_ua":{"unicode":"1f1fa-1f1e6","shortname":":flag_ua:","aliases":":ua:","keywords":"ukraine country flag flag"},"flag_ae":{"unicode":"1f1e6-1f1ea","shortname":":flag_ae:","aliases":":ae:","keywords":"the united arab emirates country flag flag"},"flag_gb":{"unicode":"1f1ec-1f1e7","shortname":":flag_gb:","aliases":":gb:","keywords":"great britain country flag flag"},"flag_us":{"unicode":"1f1fa-1f1f8","shortname":":flag_us:","aliases":":us:","keywords":"united states america country flag flag"},"flag_vi":{"unicode":"1f1fb-1f1ee","shortname":":flag_vi:","aliases":":vi:","keywords":"u.s. virgin islands country flag flag"},"flag_uy":{"unicode":"1f1fa-1f1fe","shortname":":flag_uy:","aliases":":uy:","keywords":"uruguay country flag flag"},"flag_uz":{"unicode":"1f1fa-1f1ff","shortname":":flag_uz:","aliases":":uz:","keywords":"uzbekistan country flag flag"},"flag_vu":{"unicode":"1f1fb-1f1fa","shortname":":flag_vu:","aliases":":vu:","keywords":"vanuatu country flag flag"},"flag_va":{"unicode":"1f1fb-1f1e6","shortname":":flag_va:","aliases":":va:","keywords":"the vatican city country flag flag"},"flag_ve":{"unicode":"1f1fb-1f1ea","shortname":":flag_ve:","aliases":":ve:","keywords":"venezuela country flag flag"},"flag_vn":{"unicode":"1f1fb-1f1f3","shortname":":flag_vn:","aliases":":vn:","keywords":"vietnam country flag flag"},"flag_wf":{"unicode":"1f1fc-1f1eb","shortname":":flag_wf:","aliases":":wf:","keywords":"wallis and futuna country flag flag"},"flag_eh":{"unicode":"1f1ea-1f1ed","shortname":":flag_eh:","aliases":":eh:","keywords":"western sahara country flag flag"},"flag_ye":{"unicode":"1f1fe-1f1ea","shortname":":flag_ye:","aliases":":ye:","keywords":"yemen country flag flag"},"flag_zm":{"unicode":"1f1ff-1f1f2","shortname":":flag_zm:","aliases":":zm:","keywords":"zambia country flag flag"},"flag_zw":{"unicode":"1f1ff-1f1fc","shortname":":flag_zw:","aliases":":zw:","keywords":"zimbabwe country flag flag"},"flag_re":{"unicode":"1f1f7-1f1ea","shortname":":flag_re:","aliases":":re:","keywords":"r\u00e9union country flag flag"},"flag_ax":{"unicode":"1f1e6-1f1fd","shortname":":flag_ax:","aliases":":ax:","keywords":"\u00e5land islands country flag flag"},"flag_ta":{"unicode":"1f1f9-1f1e6","shortname":":flag_ta:","aliases":":ta:","keywords":"tristan da cunha country flag flag"},"flag_io":{"unicode":"1f1ee-1f1f4","shortname":":flag_io:","aliases":":io:","keywords":"british indian ocean territory country flag flag"},"flag_bq":{"unicode":"1f1e7-1f1f6","shortname":":flag_bq:","aliases":":bq:","keywords":"caribbean netherlands country flag flag"},"flag_cx":{"unicode":"1f1e8-1f1fd","shortname":":flag_cx:","aliases":":cx:","keywords":"christmas island country flag flag"},"flag_cc":{"unicode":"1f1e8-1f1e8","shortname":":flag_cc:","aliases":":cc:","keywords":"cocos (keeling) islands country flag flag"},"flag_gg":{"unicode":"1f1ec-1f1ec","shortname":":flag_gg:","aliases":":gg:","keywords":"guernsey country flag flag"},"flag_im":{"unicode":"1f1ee-1f1f2","shortname":":flag_im:","aliases":":im:","keywords":"isle of man country flag flag"},"flag_yt":{"unicode":"1f1fe-1f1f9","shortname":":flag_yt:","aliases":":yt:","keywords":"mayotte country flag flag"},"flag_nf":{"unicode":"1f1f3-1f1eb","shortname":":flag_nf:","aliases":":nf:","keywords":"norfolk island country flag flag"},"flag_pn":{"unicode":"1f1f5-1f1f3","shortname":":flag_pn:","aliases":":pn:","keywords":"pitcairn country flag flag"},"flag_bl":{"unicode":"1f1e7-1f1f1","shortname":":flag_bl:","aliases":":bl:","keywords":"saint barth\u00e9lemy country flag flag"},"flag_pm":{"unicode":"1f1f5-1f1f2","shortname":":flag_pm:","aliases":":pm:","keywords":"saint pierre and miquelon country flag flag"},"flag_gs":{"unicode":"1f1ec-1f1f8","shortname":":flag_gs:","aliases":":gs:","keywords":"south georgia country flag flag"},"flag_tk":{"unicode":"1f1f9-1f1f0","shortname":":flag_tk:","aliases":":tk:","keywords":"tokelau country flag flag"},"flag_bv":{"unicode":"1f1e7-1f1fb","shortname":":flag_bv:","aliases":":bv:","keywords":"bouvet island country flag flag"},"flag_hm":{"unicode":"1f1ed-1f1f2","shortname":":flag_hm:","aliases":":hm:","keywords":"heard island and mcdonald islands country flag flag"},"flag_sj":{"unicode":"1f1f8-1f1ef","shortname":":flag_sj:","aliases":":sj:","keywords":"svalbard and jan mayen country flag flag"},"flag_um":{"unicode":"1f1fa-1f1f2","shortname":":flag_um:","aliases":":um:","keywords":"united states minor outlying islands country flag flag"},"flag_ic":{"unicode":"1f1ee-1f1e8","shortname":":flag_ic:","aliases":":ic:","keywords":"canary islands country flag flag"},"flag_ea":{"unicode":"1f1ea-1f1e6","shortname":":flag_ea:","aliases":":ea:","keywords":"ceuta, melilla country flag flag"},"flag_cp":{"unicode":"1f1e8-1f1f5","shortname":":flag_cp:","aliases":":cp:","keywords":"clipperton island country flag flag"},"flag_dg":{"unicode":"1f1e9-1f1ec","shortname":":flag_dg:","aliases":":dg:","keywords":"diego garcia country flag flag"},"flag_as":{"unicode":"1f1e6-1f1f8","shortname":":flag_as:","aliases":":as:","keywords":"american samoa country flag flag"},"flag_aq":{"unicode":"1f1e6-1f1f6","shortname":":flag_aq:","aliases":":aq:","keywords":"antarctica country flag flag"},"flag_vg":{"unicode":"1f1fb-1f1ec","shortname":":flag_vg:","aliases":":vg:","keywords":"british virgin islands country flag flag"},"flag_ck":{"unicode":"1f1e8-1f1f0","shortname":":flag_ck:","aliases":":ck:","keywords":"cook islands country flag flag"},"flag_cw":{"unicode":"1f1e8-1f1fc","shortname":":flag_cw:","aliases":":cw:","keywords":"cura\u00e7ao country flag flag"},"flag_eu":{"unicode":"1f1ea-1f1fa","shortname":":flag_eu:","aliases":":eu:","keywords":"european union country flag flag"},"flag_gf":{"unicode":"1f1ec-1f1eb","shortname":":flag_gf:","aliases":":gf:","keywords":"french guiana country flag flag"},"flag_tf":{"unicode":"1f1f9-1f1eb","shortname":":flag_tf:","aliases":":tf:","keywords":"french southern territories country flag flag"},"flag_gp":{"unicode":"1f1ec-1f1f5","shortname":":flag_gp:","aliases":":gp:","keywords":"guadeloupe country flag flag"},"flag_mq":{"unicode":"1f1f2-1f1f6","shortname":":flag_mq:","aliases":":mq:","keywords":"martinique country flag flag"},"flag_mp":{"unicode":"1f1f2-1f1f5","shortname":":flag_mp:","aliases":":mp:","keywords":"northern mariana islands country flag flag"},"flag_sx":{"unicode":"1f1f8-1f1fd","shortname":":flag_sx:","aliases":":sx:","keywords":"sint maarten country flag flag"},"flag_ss":{"unicode":"1f1f8-1f1f8","shortname":":flag_ss:","aliases":":ss:","keywords":"south sudan country flag flag"},"flag_tc":{"unicode":"1f1f9-1f1e8","shortname":":flag_tc:","aliases":":tc:","keywords":"turks and caicos islands country flag flag"},"flag_mf":{"unicode":"1f1f2-1f1eb","shortname":":flag_mf:","aliases":":mf:","keywords":"saint martin country flag flag"},"raised_hands_tone1":{"unicode":"1f64c-1f3fb","shortname":":raised_hands_tone1:","aliases":"","keywords":"person raising both hands in celebration tone 1"},"raised_hands_tone2":{"unicode":"1f64c-1f3fc","shortname":":raised_hands_tone2:","aliases":"","keywords":"person raising both hands in celebration tone 2"},"raised_hands_tone3":{"unicode":"1f64c-1f3fd","shortname":":raised_hands_tone3:","aliases":"","keywords":"person raising both hands in celebration tone 3"},"raised_hands_tone4":{"unicode":"1f64c-1f3fe","shortname":":raised_hands_tone4:","aliases":"","keywords":"person raising both hands in celebration tone 4"},"raised_hands_tone5":{"unicode":"1f64c-1f3ff","shortname":":raised_hands_tone5:","aliases":"","keywords":"person raising both hands in celebration tone 5"},"clap_tone1":{"unicode":"1f44f-1f3fb","shortname":":clap_tone1:","aliases":"","keywords":"clapping hands sign tone 1"},"clap_tone2":{"unicode":"1f44f-1f3fc","shortname":":clap_tone2:","aliases":"","keywords":"clapping hands sign tone 2"},"clap_tone3":{"unicode":"1f44f-1f3fd","shortname":":clap_tone3:","aliases":"","keywords":"clapping hands sign tone 3"},"clap_tone4":{"unicode":"1f44f-1f3fe","shortname":":clap_tone4:","aliases":"","keywords":"clapping hands sign tone 4"},"clap_tone5":{"unicode":"1f44f-1f3ff","shortname":":clap_tone5:","aliases":"","keywords":"clapping hands sign tone 5"},"wave_tone1":{"unicode":"1f44b-1f3fb","shortname":":wave_tone1:","aliases":"","keywords":"waving hand sign tone 1"},"wave_tone2":{"unicode":"1f44b-1f3fc","shortname":":wave_tone2:","aliases":"","keywords":"waving hand sign tone 2"},"wave_tone3":{"unicode":"1f44b-1f3fd","shortname":":wave_tone3:","aliases":"","keywords":"waving hand sign tone 3"},"wave_tone4":{"unicode":"1f44b-1f3fe","shortname":":wave_tone4:","aliases":"","keywords":"waving hand sign tone 4"},"wave_tone5":{"unicode":"1f44b-1f3ff","shortname":":wave_tone5:","aliases":"","keywords":"waving hand sign tone 5"},"thumbsup_tone1":{"unicode":"1f44d-1f3fb","shortname":":thumbsup_tone1:","aliases":":+1_tone1: :thumbup_tone1:","keywords":"thumbs up sign tone 1"},"thumbsup_tone2":{"unicode":"1f44d-1f3fc","shortname":":thumbsup_tone2:","aliases":":+1_tone2: :thumbup_tone2:","keywords":"thumbs up sign tone 2"},"thumbsup_tone3":{"unicode":"1f44d-1f3fd","shortname":":thumbsup_tone3:","aliases":":+1_tone3: :thumbup_tone3:","keywords":"thumbs up sign tone 3"},"thumbsup_tone4":{"unicode":"1f44d-1f3fe","shortname":":thumbsup_tone4:","aliases":":+1_tone4: :thumbup_tone4:","keywords":"thumbs up sign tone 4"},"thumbsup_tone5":{"unicode":"1f44d-1f3ff","shortname":":thumbsup_tone5:","aliases":":+1_tone5: :thumbup_tone5:","keywords":"thumbs up sign tone 5"},"thumbsdown_tone1":{"unicode":"1f44e-1f3fb","shortname":":thumbsdown_tone1:","aliases":":-1_tone1: :thumbdown_tone1:","keywords":"thumbs down sign tone 1"},"thumbsdown_tone2":{"unicode":"1f44e-1f3fc","shortname":":thumbsdown_tone2:","aliases":":-1_tone2: :thumbdown_tone2:","keywords":"thumbs down sign tone 2"},"thumbsdown_tone3":{"unicode":"1f44e-1f3fd","shortname":":thumbsdown_tone3:","aliases":":-1_tone3: :thumbdown_tone3:","keywords":"thumbs down sign tone 3"},"thumbsdown_tone4":{"unicode":"1f44e-1f3fe","shortname":":thumbsdown_tone4:","aliases":":-1_tone4: :thumbdown_tone4:","keywords":"thumbs down sign tone 4"},"thumbsdown_tone5":{"unicode":"1f44e-1f3ff","shortname":":thumbsdown_tone5:","aliases":":-1_tone5: :thumbdown_tone5:","keywords":"thumbs down sign tone 5"},"punch_tone1":{"unicode":"1f44a-1f3fb","shortname":":punch_tone1:","aliases":"","keywords":"fisted hand sign tone 1"},"punch_tone2":{"unicode":"1f44a-1f3fc","shortname":":punch_tone2:","aliases":"","keywords":"fisted hand sign tone 2"},"punch_tone3":{"unicode":"1f44a-1f3fd","shortname":":punch_tone3:","aliases":"","keywords":"fisted hand sign tone 3"},"punch_tone4":{"unicode":"1f44a-1f3fe","shortname":":punch_tone4:","aliases":"","keywords":"fisted hand sign tone 4"},"punch_tone5":{"unicode":"1f44a-1f3ff","shortname":":punch_tone5:","aliases":"","keywords":"fisted hand sign tone 5"},"fist_tone1":{"unicode":"270a-1f3fb","shortname":":fist_tone1:","aliases":"","keywords":"raised fist tone 1"},"fist_tone2":{"unicode":"270a-1f3fc","shortname":":fist_tone2:","aliases":"","keywords":"raised fist tone 2"},"fist_tone3":{"unicode":"270a-1f3fd","shortname":":fist_tone3:","aliases":"","keywords":"raised fist tone 3"},"fist_tone4":{"unicode":"270a-1f3fe","shortname":":fist_tone4:","aliases":"","keywords":"raised fist tone 4"},"fist_tone5":{"unicode":"270a-1f3ff","shortname":":fist_tone5:","aliases":"","keywords":"raised fist tone 5"},"v_tone1":{"unicode":"270c-1f3fb","shortname":":v_tone1:","aliases":"","keywords":"victory hand tone 1"},"v_tone2":{"unicode":"270c-1f3fc","shortname":":v_tone2:","aliases":"","keywords":"victory hand tone 2"},"v_tone3":{"unicode":"270c-1f3fd","shortname":":v_tone3:","aliases":"","keywords":"victory hand tone 3"},"v_tone4":{"unicode":"270c-1f3fe","shortname":":v_tone4:","aliases":"","keywords":"victory hand tone 4"},"v_tone5":{"unicode":"270c-1f3ff","shortname":":v_tone5:","aliases":"","keywords":"victory hand tone 5"},"ok_hand_tone1":{"unicode":"1f44c-1f3fb","shortname":":ok_hand_tone1:","aliases":"","keywords":"ok hand sign tone 1"},"ok_hand_tone2":{"unicode":"1f44c-1f3fc","shortname":":ok_hand_tone2:","aliases":"","keywords":"ok hand sign tone 2"},"ok_hand_tone3":{"unicode":"1f44c-1f3fd","shortname":":ok_hand_tone3:","aliases":"","keywords":"ok hand sign tone 3"},"ok_hand_tone4":{"unicode":"1f44c-1f3fe","shortname":":ok_hand_tone4:","aliases":"","keywords":"ok hand sign tone 4"},"ok_hand_tone5":{"unicode":"1f44c-1f3ff","shortname":":ok_hand_tone5:","aliases":"","keywords":"ok hand sign tone 5"},"raised_hand_tone1":{"unicode":"270b-1f3fb","shortname":":raised_hand_tone1:","aliases":"","keywords":"raised hand tone 1"},"raised_hand_tone2":{"unicode":"270b-1f3fc","shortname":":raised_hand_tone2:","aliases":"","keywords":"raised hand tone 2"},"raised_hand_tone3":{"unicode":"270b-1f3fd","shortname":":raised_hand_tone3:","aliases":"","keywords":"raised hand tone 3"},"raised_hand_tone4":{"unicode":"270b-1f3fe","shortname":":raised_hand_tone4:","aliases":"","keywords":"raised hand tone 4"},"raised_hand_tone5":{"unicode":"270b-1f3ff","shortname":":raised_hand_tone5:","aliases":"","keywords":"raised hand tone 5"},"open_hands_tone1":{"unicode":"1f450-1f3fb","shortname":":open_hands_tone1:","aliases":"","keywords":"open hands sign tone 1"},"open_hands_tone2":{"unicode":"1f450-1f3fc","shortname":":open_hands_tone2:","aliases":"","keywords":"open hands sign tone 2"},"open_hands_tone3":{"unicode":"1f450-1f3fd","shortname":":open_hands_tone3:","aliases":"","keywords":"open hands sign tone 3"},"open_hands_tone4":{"unicode":"1f450-1f3fe","shortname":":open_hands_tone4:","aliases":"","keywords":"open hands sign tone 4"},"open_hands_tone5":{"unicode":"1f450-1f3ff","shortname":":open_hands_tone5:","aliases":"","keywords":"open hands sign tone 5"},"muscle_tone1":{"unicode":"1f4aa-1f3fb","shortname":":muscle_tone1:","aliases":"","keywords":"flexed biceps tone 1"},"muscle_tone2":{"unicode":"1f4aa-1f3fc","shortname":":muscle_tone2:","aliases":"","keywords":"flexed biceps tone 2"},"muscle_tone3":{"unicode":"1f4aa-1f3fd","shortname":":muscle_tone3:","aliases":"","keywords":"flexed biceps tone 3"},"muscle_tone4":{"unicode":"1f4aa-1f3fe","shortname":":muscle_tone4:","aliases":"","keywords":"flexed biceps tone 4"},"muscle_tone5":{"unicode":"1f4aa-1f3ff","shortname":":muscle_tone5:","aliases":"","keywords":"flexed biceps tone 5"},"pray_tone1":{"unicode":"1f64f-1f3fb","shortname":":pray_tone1:","aliases":"","keywords":"person with folded hands tone 1"},"pray_tone2":{"unicode":"1f64f-1f3fc","shortname":":pray_tone2:","aliases":"","keywords":"person with folded hands tone 2"},"pray_tone3":{"unicode":"1f64f-1f3fd","shortname":":pray_tone3:","aliases":"","keywords":"person with folded hands tone 3"},"pray_tone4":{"unicode":"1f64f-1f3fe","shortname":":pray_tone4:","aliases":"","keywords":"person with folded hands tone 4"},"pray_tone5":{"unicode":"1f64f-1f3ff","shortname":":pray_tone5:","aliases":"","keywords":"person with folded hands tone 5"},"point_up_tone1":{"unicode":"261d-1f3fb","shortname":":point_up_tone1:","aliases":"","keywords":"white up pointing index tone 1"},"point_up_tone2":{"unicode":"261d-1f3fc","shortname":":point_up_tone2:","aliases":"","keywords":"white up pointing index tone 2"},"point_up_tone3":{"unicode":"261d-1f3fd","shortname":":point_up_tone3:","aliases":"","keywords":"white up pointing index tone 3"},"point_up_tone4":{"unicode":"261d-1f3fe","shortname":":point_up_tone4:","aliases":"","keywords":"white up pointing index tone 4"},"point_up_tone5":{"unicode":"261d-1f3ff","shortname":":point_up_tone5:","aliases":"","keywords":"white up pointing index tone 5"},"point_up_2_tone1":{"unicode":"1f446-1f3fb","shortname":":point_up_2_tone1:","aliases":"","keywords":"white up pointing backhand index tone 1"},"point_up_2_tone2":{"unicode":"1f446-1f3fc","shortname":":point_up_2_tone2:","aliases":"","keywords":"white up pointing backhand index tone 2"},"point_up_2_tone3":{"unicode":"1f446-1f3fd","shortname":":point_up_2_tone3:","aliases":"","keywords":"white up pointing backhand index tone 3"},"point_up_2_tone4":{"unicode":"1f446-1f3fe","shortname":":point_up_2_tone4:","aliases":"","keywords":"white up pointing backhand index tone 4"},"point_up_2_tone5":{"unicode":"1f446-1f3ff","shortname":":point_up_2_tone5:","aliases":"","keywords":"white up pointing backhand index tone 5"},"point_down_tone1":{"unicode":"1f447-1f3fb","shortname":":point_down_tone1:","aliases":"","keywords":"white down pointing backhand index tone 1"},"point_down_tone2":{"unicode":"1f447-1f3fc","shortname":":point_down_tone2:","aliases":"","keywords":"white down pointing backhand index tone 2"},"point_down_tone3":{"unicode":"1f447-1f3fd","shortname":":point_down_tone3:","aliases":"","keywords":"white down pointing backhand index tone 3"},"point_down_tone4":{"unicode":"1f447-1f3fe","shortname":":point_down_tone4:","aliases":"","keywords":"white down pointing backhand index tone 4"},"point_down_tone5":{"unicode":"1f447-1f3ff","shortname":":point_down_tone5:","aliases":"","keywords":"white down pointing backhand index tone 5"},"point_left_tone1":{"unicode":"1f448-1f3fb","shortname":":point_left_tone1:","aliases":"","keywords":"white left pointing backhand index tone 1"},"point_left_tone2":{"unicode":"1f448-1f3fc","shortname":":point_left_tone2:","aliases":"","keywords":"white left pointing backhand index tone 2"},"point_left_tone3":{"unicode":"1f448-1f3fd","shortname":":point_left_tone3:","aliases":"","keywords":"white left pointing backhand index tone 3"},"point_left_tone4":{"unicode":"1f448-1f3fe","shortname":":point_left_tone4:","aliases":"","keywords":"white left pointing backhand index tone 4"},"point_left_tone5":{"unicode":"1f448-1f3ff","shortname":":point_left_tone5:","aliases":"","keywords":"white left pointing backhand index tone 5"},"point_right_tone1":{"unicode":"1f449-1f3fb","shortname":":point_right_tone1:","aliases":"","keywords":"white right pointing backhand index tone 1"},"point_right_tone2":{"unicode":"1f449-1f3fc","shortname":":point_right_tone2:","aliases":"","keywords":"white right pointing backhand index tone 2"},"point_right_tone3":{"unicode":"1f449-1f3fd","shortname":":point_right_tone3:","aliases":"","keywords":"white right pointing backhand index tone 3"},"point_right_tone4":{"unicode":"1f449-1f3fe","shortname":":point_right_tone4:","aliases":"","keywords":"white right pointing backhand index tone 4"},"point_right_tone5":{"unicode":"1f449-1f3ff","shortname":":point_right_tone5:","aliases":"","keywords":"white right pointing backhand index tone 5"},"middle_finger_tone1":{"unicode":"1f595-1f3fb","shortname":":middle_finger_tone1:","aliases":":reversed_hand_with_middle_finger_extended_tone1:","keywords":"reversed hand with middle finger extended tone 1"},"middle_finger_tone2":{"unicode":"1f595-1f3fc","shortname":":middle_finger_tone2:","aliases":":reversed_hand_with_middle_finger_extended_tone2:","keywords":"reversed hand with middle finger extended tone 2"},"middle_finger_tone3":{"unicode":"1f595-1f3fd","shortname":":middle_finger_tone3:","aliases":":reversed_hand_with_middle_finger_extended_tone3:","keywords":"reversed hand with middle finger extended tone 3"},"middle_finger_tone4":{"unicode":"1f595-1f3fe","shortname":":middle_finger_tone4:","aliases":":reversed_hand_with_middle_finger_extended_tone4:","keywords":"reversed hand with middle finger extended tone 4"},"middle_finger_tone5":{"unicode":"1f595-1f3ff","shortname":":middle_finger_tone5:","aliases":":reversed_hand_with_middle_finger_extended_tone5:","keywords":"reversed hand with middle finger extended tone 5"},"hand_splayed_tone1":{"unicode":"1f590-1f3fb","shortname":":hand_splayed_tone1:","aliases":":raised_hand_with_fingers_splayed_tone1:","keywords":"raised hand with fingers splayed tone 1"},"hand_splayed_tone2":{"unicode":"1f590-1f3fc","shortname":":hand_splayed_tone2:","aliases":":raised_hand_with_fingers_splayed_tone2:","keywords":"raised hand with fingers splayed tone 2"},"hand_splayed_tone3":{"unicode":"1f590-1f3fd","shortname":":hand_splayed_tone3:","aliases":":raised_hand_with_fingers_splayed_tone3:","keywords":"raised hand with fingers splayed tone 3"},"hand_splayed_tone4":{"unicode":"1f590-1f3fe","shortname":":hand_splayed_tone4:","aliases":":raised_hand_with_fingers_splayed_tone4:","keywords":"raised hand with fingers splayed tone 4"},"hand_splayed_tone5":{"unicode":"1f590-1f3ff","shortname":":hand_splayed_tone5:","aliases":":raised_hand_with_fingers_splayed_tone5:","keywords":"raised hand with fingers splayed tone 5"},"metal_tone1":{"unicode":"1f918-1f3fb","shortname":":metal_tone1:","aliases":":sign_of_the_horns_tone1:","keywords":"sign of the horns tone 1"},"metal_tone2":{"unicode":"1f918-1f3fc","shortname":":metal_tone2:","aliases":":sign_of_the_horns_tone2:","keywords":"sign of the horns tone 2"},"metal_tone3":{"unicode":"1f918-1f3fd","shortname":":metal_tone3:","aliases":":sign_of_the_horns_tone3:","keywords":"sign of the horns tone 3"},"metal_tone4":{"unicode":"1f918-1f3fe","shortname":":metal_tone4:","aliases":":sign_of_the_horns_tone4:","keywords":"sign of the horns tone 4"},"metal_tone5":{"unicode":"1f918-1f3ff","shortname":":metal_tone5:","aliases":":sign_of_the_horns_tone5:","keywords":"sign of the horns tone 5"},"vulcan_tone1":{"unicode":"1f596-1f3fb","shortname":":vulcan_tone1:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers_tone1:","keywords":"raised hand with part between middle and ring fingers tone 1"},"vulcan_tone2":{"unicode":"1f596-1f3fc","shortname":":vulcan_tone2:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers_tone2:","keywords":"raised hand with part between middle and ring fingers tone 2"},"vulcan_tone3":{"unicode":"1f596-1f3fd","shortname":":vulcan_tone3:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers_tone3:","keywords":"raised hand with part between middle and ring fingers tone 3"},"vulcan_tone4":{"unicode":"1f596-1f3fe","shortname":":vulcan_tone4:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers_tone4:","keywords":"raised hand with part between middle and ring fingers tone 4"},"vulcan_tone5":{"unicode":"1f596-1f3ff","shortname":":vulcan_tone5:","aliases":":raised_hand_with_part_between_middle_and_ring_fingers_tone5:","keywords":"raised hand with part between middle and ring fingers tone 5"},"writing_hand_tone1":{"unicode":"270d-1f3fb","shortname":":writing_hand_tone1:","aliases":"","keywords":"writing hand tone 1"},"writing_hand_tone2":{"unicode":"270d-1f3fc","shortname":":writing_hand_tone2:","aliases":"","keywords":"writing hand tone 2"},"writing_hand_tone3":{"unicode":"270d-1f3fd","shortname":":writing_hand_tone3:","aliases":"","keywords":"writing hand tone 3"},"writing_hand_tone4":{"unicode":"270d-1f3fe","shortname":":writing_hand_tone4:","aliases":"","keywords":"writing hand tone 4"},"writing_hand_tone5":{"unicode":"270d-1f3ff","shortname":":writing_hand_tone5:","aliases":"","keywords":"writing hand tone 5"},"nail_care_tone1":{"unicode":"1f485-1f3fb","shortname":":nail_care_tone1:","aliases":"","keywords":"nail polish tone 1"},"nail_care_tone2":{"unicode":"1f485-1f3fc","shortname":":nail_care_tone2:","aliases":"","keywords":"nail polish tone 2"},"nail_care_tone3":{"unicode":"1f485-1f3fd","shortname":":nail_care_tone3:","aliases":"","keywords":"nail polish tone 3"},"nail_care_tone4":{"unicode":"1f485-1f3fe","shortname":":nail_care_tone4:","aliases":"","keywords":"nail polish tone 4"},"nail_care_tone5":{"unicode":"1f485-1f3ff","shortname":":nail_care_tone5:","aliases":"","keywords":"nail polish tone 5"},"ear_tone1":{"unicode":"1f442-1f3fb","shortname":":ear_tone1:","aliases":"","keywords":"ear tone 1"},"ear_tone2":{"unicode":"1f442-1f3fc","shortname":":ear_tone2:","aliases":"","keywords":"ear tone 2"},"ear_tone3":{"unicode":"1f442-1f3fd","shortname":":ear_tone3:","aliases":"","keywords":"ear tone 3"},"ear_tone4":{"unicode":"1f442-1f3fe","shortname":":ear_tone4:","aliases":"","keywords":"ear tone 4"},"ear_tone5":{"unicode":"1f442-1f3ff","shortname":":ear_tone5:","aliases":"","keywords":"ear tone 5"},"nose_tone1":{"unicode":"1f443-1f3fb","shortname":":nose_tone1:","aliases":"","keywords":"nose tone 1"},"nose_tone2":{"unicode":"1f443-1f3fc","shortname":":nose_tone2:","aliases":"","keywords":"nose tone 2"},"nose_tone3":{"unicode":"1f443-1f3fd","shortname":":nose_tone3:","aliases":"","keywords":"nose tone 3"},"nose_tone4":{"unicode":"1f443-1f3fe","shortname":":nose_tone4:","aliases":"","keywords":"nose tone 4"},"nose_tone5":{"unicode":"1f443-1f3ff","shortname":":nose_tone5:","aliases":"","keywords":"nose tone 5"},"baby_tone1":{"unicode":"1f476-1f3fb","shortname":":baby_tone1:","aliases":"","keywords":"baby tone 1"},"baby_tone2":{"unicode":"1f476-1f3fc","shortname":":baby_tone2:","aliases":"","keywords":"baby tone 2"},"baby_tone3":{"unicode":"1f476-1f3fd","shortname":":baby_tone3:","aliases":"","keywords":"baby tone 3"},"baby_tone4":{"unicode":"1f476-1f3fe","shortname":":baby_tone4:","aliases":"","keywords":"baby tone 4"},"baby_tone5":{"unicode":"1f476-1f3ff","shortname":":baby_tone5:","aliases":"","keywords":"baby tone 5"},"boy_tone1":{"unicode":"1f466-1f3fb","shortname":":boy_tone1:","aliases":"","keywords":"boy tone 1"},"boy_tone2":{"unicode":"1f466-1f3fc","shortname":":boy_tone2:","aliases":"","keywords":"boy tone 2"},"boy_tone3":{"unicode":"1f466-1f3fd","shortname":":boy_tone3:","aliases":"","keywords":"boy tone 3"},"boy_tone4":{"unicode":"1f466-1f3fe","shortname":":boy_tone4:","aliases":"","keywords":"boy tone 4"},"boy_tone5":{"unicode":"1f466-1f3ff","shortname":":boy_tone5:","aliases":"","keywords":"boy tone 5"},"girl_tone1":{"unicode":"1f467-1f3fb","shortname":":girl_tone1:","aliases":"","keywords":"girl tone 1"},"girl_tone2":{"unicode":"1f467-1f3fc","shortname":":girl_tone2:","aliases":"","keywords":"girl tone 2"},"girl_tone3":{"unicode":"1f467-1f3fd","shortname":":girl_tone3:","aliases":"","keywords":"girl tone 3"},"girl_tone4":{"unicode":"1f467-1f3fe","shortname":":girl_tone4:","aliases":"","keywords":"girl tone 4"},"girl_tone5":{"unicode":"1f467-1f3ff","shortname":":girl_tone5:","aliases":"","keywords":"girl tone 5"},"man_tone1":{"unicode":"1f468-1f3fb","shortname":":man_tone1:","aliases":"","keywords":"man tone 1"},"man_tone2":{"unicode":"1f468-1f3fc","shortname":":man_tone2:","aliases":"","keywords":"man tone 2"},"man_tone3":{"unicode":"1f468-1f3fd","shortname":":man_tone3:","aliases":"","keywords":"man tone 3"},"man_tone4":{"unicode":"1f468-1f3fe","shortname":":man_tone4:","aliases":"","keywords":"man tone 4"},"man_tone5":{"unicode":"1f468-1f3ff","shortname":":man_tone5:","aliases":"","keywords":"man tone 5"},"woman_tone1":{"unicode":"1f469-1f3fb","shortname":":woman_tone1:","aliases":"","keywords":"woman tone 1"},"woman_tone2":{"unicode":"1f469-1f3fc","shortname":":woman_tone2:","aliases":"","keywords":"woman tone 2"},"woman_tone3":{"unicode":"1f469-1f3fd","shortname":":woman_tone3:","aliases":"","keywords":"woman tone 3"},"woman_tone4":{"unicode":"1f469-1f3fe","shortname":":woman_tone4:","aliases":"","keywords":"woman tone 4"},"woman_tone5":{"unicode":"1f469-1f3ff","shortname":":woman_tone5:","aliases":"","keywords":"woman tone 5"},"person_with_blond_hair_tone1":{"unicode":"1f471-1f3fb","shortname":":person_with_blond_hair_tone1:","aliases":"","keywords":"person with blond hair tone 1"},"person_with_blond_hair_tone2":{"unicode":"1f471-1f3fc","shortname":":person_with_blond_hair_tone2:","aliases":"","keywords":"person with blond hair tone 2"},"person_with_blond_hair_tone3":{"unicode":"1f471-1f3fd","shortname":":person_with_blond_hair_tone3:","aliases":"","keywords":"person with blond hair tone 3"},"person_with_blond_hair_tone4":{"unicode":"1f471-1f3fe","shortname":":person_with_blond_hair_tone4:","aliases":"","keywords":"person with blond hair tone 4"},"person_with_blond_hair_tone5":{"unicode":"1f471-1f3ff","shortname":":person_with_blond_hair_tone5:","aliases":"","keywords":"person with blond hair tone 5"},"older_man_tone1":{"unicode":"1f474-1f3fb","shortname":":older_man_tone1:","aliases":"","keywords":"older man tone 1"},"older_man_tone2":{"unicode":"1f474-1f3fc","shortname":":older_man_tone2:","aliases":"","keywords":"older man tone 2"},"older_man_tone3":{"unicode":"1f474-1f3fd","shortname":":older_man_tone3:","aliases":"","keywords":"older man tone 3"},"older_man_tone4":{"unicode":"1f474-1f3fe","shortname":":older_man_tone4:","aliases":"","keywords":"older man tone 4"},"older_man_tone5":{"unicode":"1f474-1f3ff","shortname":":older_man_tone5:","aliases":"","keywords":"older man tone 5"},"older_woman_tone1":{"unicode":"1f475-1f3fb","shortname":":older_woman_tone1:","aliases":":grandma_tone1:","keywords":"older woman tone 1"},"older_woman_tone2":{"unicode":"1f475-1f3fc","shortname":":older_woman_tone2:","aliases":":grandma_tone2:","keywords":"older woman tone 2"},"older_woman_tone3":{"unicode":"1f475-1f3fd","shortname":":older_woman_tone3:","aliases":":grandma_tone3:","keywords":"older woman tone 3"},"older_woman_tone4":{"unicode":"1f475-1f3fe","shortname":":older_woman_tone4:","aliases":":grandma_tone4:","keywords":"older woman tone 4"},"older_woman_tone5":{"unicode":"1f475-1f3ff","shortname":":older_woman_tone5:","aliases":":grandma_tone5:","keywords":"older woman tone 5"},"man_with_gua_pi_mao_tone1":{"unicode":"1f472-1f3fb","shortname":":man_with_gua_pi_mao_tone1:","aliases":"","keywords":"man with gua pi mao tone 1"},"man_with_gua_pi_mao_tone2":{"unicode":"1f472-1f3fc","shortname":":man_with_gua_pi_mao_tone2:","aliases":"","keywords":"man with gua pi mao tone 2"},"man_with_gua_pi_mao_tone3":{"unicode":"1f472-1f3fd","shortname":":man_with_gua_pi_mao_tone3:","aliases":"","keywords":"man with gua pi mao tone 3"},"man_with_gua_pi_mao_tone4":{"unicode":"1f472-1f3fe","shortname":":man_with_gua_pi_mao_tone4:","aliases":"","keywords":"man with gua pi mao tone 4"},"man_with_gua_pi_mao_tone5":{"unicode":"1f472-1f3ff","shortname":":man_with_gua_pi_mao_tone5:","aliases":"","keywords":"man with gua pi mao tone 5"},"man_with_turban_tone1":{"unicode":"1f473-1f3fb","shortname":":man_with_turban_tone1:","aliases":"","keywords":"man with turban tone 1"},"man_with_turban_tone2":{"unicode":"1f473-1f3fc","shortname":":man_with_turban_tone2:","aliases":"","keywords":"man with turban tone 2"},"man_with_turban_tone3":{"unicode":"1f473-1f3fd","shortname":":man_with_turban_tone3:","aliases":"","keywords":"man with turban tone 3"},"man_with_turban_tone4":{"unicode":"1f473-1f3fe","shortname":":man_with_turban_tone4:","aliases":"","keywords":"man with turban tone 4"},"man_with_turban_tone5":{"unicode":"1f473-1f3ff","shortname":":man_with_turban_tone5:","aliases":"","keywords":"man with turban tone 5"},"cop_tone1":{"unicode":"1f46e-1f3fb","shortname":":cop_tone1:","aliases":"","keywords":"police officer tone 1"},"cop_tone2":{"unicode":"1f46e-1f3fc","shortname":":cop_tone2:","aliases":"","keywords":"police officer tone 2"},"cop_tone3":{"unicode":"1f46e-1f3fd","shortname":":cop_tone3:","aliases":"","keywords":"police officer tone 3"},"cop_tone4":{"unicode":"1f46e-1f3fe","shortname":":cop_tone4:","aliases":"","keywords":"police officer tone 4"},"cop_tone5":{"unicode":"1f46e-1f3ff","shortname":":cop_tone5:","aliases":"","keywords":"police officer tone 5"},"construction_worker_tone1":{"unicode":"1f477-1f3fb","shortname":":construction_worker_tone1:","aliases":"","keywords":"construction worker tone 1"},"construction_worker_tone2":{"unicode":"1f477-1f3fc","shortname":":construction_worker_tone2:","aliases":"","keywords":"construction worker tone 2"},"construction_worker_tone3":{"unicode":"1f477-1f3fd","shortname":":construction_worker_tone3:","aliases":"","keywords":"construction worker tone 3"},"construction_worker_tone4":{"unicode":"1f477-1f3fe","shortname":":construction_worker_tone4:","aliases":"","keywords":"construction worker tone 4"},"construction_worker_tone5":{"unicode":"1f477-1f3ff","shortname":":construction_worker_tone5:","aliases":"","keywords":"construction worker tone 5"},"guardsman_tone1":{"unicode":"1f482-1f3fb","shortname":":guardsman_tone1:","aliases":"","keywords":"guardsman tone 1"},"guardsman_tone2":{"unicode":"1f482-1f3fc","shortname":":guardsman_tone2:","aliases":"","keywords":"guardsman tone 2"},"guardsman_tone3":{"unicode":"1f482-1f3fd","shortname":":guardsman_tone3:","aliases":"","keywords":"guardsman tone 3"},"guardsman_tone4":{"unicode":"1f482-1f3fe","shortname":":guardsman_tone4:","aliases":"","keywords":"guardsman tone 4"},"guardsman_tone5":{"unicode":"1f482-1f3ff","shortname":":guardsman_tone5:","aliases":"","keywords":"guardsman tone 5"},"santa_tone1":{"unicode":"1f385-1f3fb","shortname":":santa_tone1:","aliases":"","keywords":"father christmas tone 1"},"santa_tone2":{"unicode":"1f385-1f3fc","shortname":":santa_tone2:","aliases":"","keywords":"father christmas tone 2"},"santa_tone3":{"unicode":"1f385-1f3fd","shortname":":santa_tone3:","aliases":"","keywords":"father christmas tone 3"},"santa_tone4":{"unicode":"1f385-1f3fe","shortname":":santa_tone4:","aliases":"","keywords":"father christmas tone 4"},"santa_tone5":{"unicode":"1f385-1f3ff","shortname":":santa_tone5:","aliases":"","keywords":"father christmas tone 5"},"angel_tone1":{"unicode":"1f47c-1f3fb","shortname":":angel_tone1:","aliases":"","keywords":"baby angel tone 1"},"angel_tone2":{"unicode":"1f47c-1f3fc","shortname":":angel_tone2:","aliases":"","keywords":"baby angel tone 2"},"angel_tone3":{"unicode":"1f47c-1f3fd","shortname":":angel_tone3:","aliases":"","keywords":"baby angel tone 3"},"angel_tone4":{"unicode":"1f47c-1f3fe","shortname":":angel_tone4:","aliases":"","keywords":"baby angel tone 4"},"angel_tone5":{"unicode":"1f47c-1f3ff","shortname":":angel_tone5:","aliases":"","keywords":"baby angel tone 5"},"princess_tone1":{"unicode":"1f478-1f3fb","shortname":":princess_tone1:","aliases":"","keywords":"princess tone 1"},"princess_tone2":{"unicode":"1f478-1f3fc","shortname":":princess_tone2:","aliases":"","keywords":"princess tone 2"},"princess_tone3":{"unicode":"1f478-1f3fd","shortname":":princess_tone3:","aliases":"","keywords":"princess tone 3"},"princess_tone4":{"unicode":"1f478-1f3fe","shortname":":princess_tone4:","aliases":"","keywords":"princess tone 4"},"princess_tone5":{"unicode":"1f478-1f3ff","shortname":":princess_tone5:","aliases":"","keywords":"princess tone 5"},"bride_with_veil_tone1":{"unicode":"1f470-1f3fb","shortname":":bride_with_veil_tone1:","aliases":"","keywords":"bride with veil tone 1"},"bride_with_veil_tone2":{"unicode":"1f470-1f3fc","shortname":":bride_with_veil_tone2:","aliases":"","keywords":"bride with veil tone 2"},"bride_with_veil_tone3":{"unicode":"1f470-1f3fd","shortname":":bride_with_veil_tone3:","aliases":"","keywords":"bride with veil tone 3"},"bride_with_veil_tone4":{"unicode":"1f470-1f3fe","shortname":":bride_with_veil_tone4:","aliases":"","keywords":"bride with veil tone 4"},"bride_with_veil_tone5":{"unicode":"1f470-1f3ff","shortname":":bride_with_veil_tone5:","aliases":"","keywords":"bride with veil tone 5"},"walking_tone1":{"unicode":"1f6b6-1f3fb","shortname":":walking_tone1:","aliases":"","keywords":"pedestrian tone 1"},"walking_tone2":{"unicode":"1f6b6-1f3fc","shortname":":walking_tone2:","aliases":"","keywords":"pedestrian tone 2"},"walking_tone3":{"unicode":"1f6b6-1f3fd","shortname":":walking_tone3:","aliases":"","keywords":"pedestrian tone 3"},"walking_tone4":{"unicode":"1f6b6-1f3fe","shortname":":walking_tone4:","aliases":"","keywords":"pedestrian tone 4"},"walking_tone5":{"unicode":"1f6b6-1f3ff","shortname":":walking_tone5:","aliases":"","keywords":"pedestrian tone 5"},"runner_tone1":{"unicode":"1f3c3-1f3fb","shortname":":runner_tone1:","aliases":"","keywords":"runner tone 1"},"runner_tone2":{"unicode":"1f3c3-1f3fc","shortname":":runner_tone2:","aliases":"","keywords":"runner tone 2"},"runner_tone3":{"unicode":"1f3c3-1f3fd","shortname":":runner_tone3:","aliases":"","keywords":"runner tone 3"},"runner_tone4":{"unicode":"1f3c3-1f3fe","shortname":":runner_tone4:","aliases":"","keywords":"runner tone 4"},"runner_tone5":{"unicode":"1f3c3-1f3ff","shortname":":runner_tone5:","aliases":"","keywords":"runner tone 5"},"dancer_tone1":{"unicode":"1f483-1f3fb","shortname":":dancer_tone1:","aliases":"","keywords":"dancer tone 1"},"dancer_tone2":{"unicode":"1f483-1f3fc","shortname":":dancer_tone2:","aliases":"","keywords":"dancer tone 2"},"dancer_tone3":{"unicode":"1f483-1f3fd","shortname":":dancer_tone3:","aliases":"","keywords":"dancer tone 3"},"dancer_tone4":{"unicode":"1f483-1f3fe","shortname":":dancer_tone4:","aliases":"","keywords":"dancer tone 4"},"dancer_tone5":{"unicode":"1f483-1f3ff","shortname":":dancer_tone5:","aliases":"","keywords":"dancer tone 5"},"bow_tone1":{"unicode":"1f647-1f3fb","shortname":":bow_tone1:","aliases":"","keywords":"person bowing deeply tone 1"},"bow_tone2":{"unicode":"1f647-1f3fc","shortname":":bow_tone2:","aliases":"","keywords":"person bowing deeply tone 2"},"bow_tone3":{"unicode":"1f647-1f3fd","shortname":":bow_tone3:","aliases":"","keywords":"person bowing deeply tone 3"},"bow_tone4":{"unicode":"1f647-1f3fe","shortname":":bow_tone4:","aliases":"","keywords":"person bowing deeply tone 4"},"bow_tone5":{"unicode":"1f647-1f3ff","shortname":":bow_tone5:","aliases":"","keywords":"person bowing deeply tone 5"},"information_desk_person_tone1":{"unicode":"1f481-1f3fb","shortname":":information_desk_person_tone1:","aliases":"","keywords":"information desk person tone 1"},"information_desk_person_tone2":{"unicode":"1f481-1f3fc","shortname":":information_desk_person_tone2:","aliases":"","keywords":"information desk person tone 2"},"information_desk_person_tone3":{"unicode":"1f481-1f3fd","shortname":":information_desk_person_tone3:","aliases":"","keywords":"information desk person tone 3"},"information_desk_person_tone4":{"unicode":"1f481-1f3fe","shortname":":information_desk_person_tone4:","aliases":"","keywords":"information desk person tone 4"},"information_desk_person_tone5":{"unicode":"1f481-1f3ff","shortname":":information_desk_person_tone5:","aliases":"","keywords":"information desk person tone 5"},"no_good_tone1":{"unicode":"1f645-1f3fb","shortname":":no_good_tone1:","aliases":"","keywords":"face with no good gesture tone 1"},"no_good_tone2":{"unicode":"1f645-1f3fc","shortname":":no_good_tone2:","aliases":"","keywords":"face with no good gesture tone 2"},"no_good_tone3":{"unicode":"1f645-1f3fd","shortname":":no_good_tone3:","aliases":"","keywords":"face with no good gesture tone 3"},"no_good_tone4":{"unicode":"1f645-1f3fe","shortname":":no_good_tone4:","aliases":"","keywords":"face with no good gesture tone 4"},"no_good_tone5":{"unicode":"1f645-1f3ff","shortname":":no_good_tone5:","aliases":"","keywords":"face with no good gesture tone 5"},"ok_woman_tone1":{"unicode":"1f646-1f3fb","shortname":":ok_woman_tone1:","aliases":"","keywords":"face with ok gesture tone1"},"ok_woman_tone2":{"unicode":"1f646-1f3fc","shortname":":ok_woman_tone2:","aliases":"","keywords":"face with ok gesture tone2"},"ok_woman_tone3":{"unicode":"1f646-1f3fd","shortname":":ok_woman_tone3:","aliases":"","keywords":"face with ok gesture tone3"},"ok_woman_tone4":{"unicode":"1f646-1f3fe","shortname":":ok_woman_tone4:","aliases":"","keywords":"face with ok gesture tone4"},"ok_woman_tone5":{"unicode":"1f646-1f3ff","shortname":":ok_woman_tone5:","aliases":"","keywords":"face with ok gesture tone5"},"raising_hand_tone1":{"unicode":"1f64b-1f3fb","shortname":":raising_hand_tone1:","aliases":"","keywords":"happy person raising one hand tone1"},"raising_hand_tone2":{"unicode":"1f64b-1f3fc","shortname":":raising_hand_tone2:","aliases":"","keywords":"happy person raising one hand tone2"},"raising_hand_tone3":{"unicode":"1f64b-1f3fd","shortname":":raising_hand_tone3:","aliases":"","keywords":"happy person raising one hand tone3"},"raising_hand_tone4":{"unicode":"1f64b-1f3fe","shortname":":raising_hand_tone4:","aliases":"","keywords":"happy person raising one hand tone4"},"raising_hand_tone5":{"unicode":"1f64b-1f3ff","shortname":":raising_hand_tone5:","aliases":"","keywords":"happy person raising one hand tone5"},"person_with_pouting_face_tone1":{"unicode":"1f64e-1f3fb","shortname":":person_with_pouting_face_tone1:","aliases":"","keywords":"person with pouting face tone1"},"person_with_pouting_face_tone2":{"unicode":"1f64e-1f3fc","shortname":":person_with_pouting_face_tone2:","aliases":"","keywords":"person with pouting face tone2"},"person_with_pouting_face_tone3":{"unicode":"1f64e-1f3fd","shortname":":person_with_pouting_face_tone3:","aliases":"","keywords":"person with pouting face tone3"},"person_with_pouting_face_tone4":{"unicode":"1f64e-1f3fe","shortname":":person_with_pouting_face_tone4:","aliases":"","keywords":"person with pouting face tone4"},"person_with_pouting_face_tone5":{"unicode":"1f64e-1f3ff","shortname":":person_with_pouting_face_tone5:","aliases":"","keywords":"person with pouting face tone5"},"person_frowning_tone1":{"unicode":"1f64d-1f3fb","shortname":":person_frowning_tone1:","aliases":"","keywords":"person frowning tone 1"},"person_frowning_tone2":{"unicode":"1f64d-1f3fc","shortname":":person_frowning_tone2:","aliases":"","keywords":"person frowning tone 2"},"person_frowning_tone3":{"unicode":"1f64d-1f3fd","shortname":":person_frowning_tone3:","aliases":"","keywords":"person frowning tone 3"},"person_frowning_tone4":{"unicode":"1f64d-1f3fe","shortname":":person_frowning_tone4:","aliases":"","keywords":"person frowning tone 4"},"person_frowning_tone5":{"unicode":"1f64d-1f3ff","shortname":":person_frowning_tone5:","aliases":"","keywords":"person frowning tone 5"},"haircut_tone1":{"unicode":"1f487-1f3fb","shortname":":haircut_tone1:","aliases":"","keywords":"haircut tone 1"},"haircut_tone2":{"unicode":"1f487-1f3fc","shortname":":haircut_tone2:","aliases":"","keywords":"haircut tone 2"},"haircut_tone3":{"unicode":"1f487-1f3fd","shortname":":haircut_tone3:","aliases":"","keywords":"haircut tone 3"},"haircut_tone4":{"unicode":"1f487-1f3fe","shortname":":haircut_tone4:","aliases":"","keywords":"haircut tone 4"},"haircut_tone5":{"unicode":"1f487-1f3ff","shortname":":haircut_tone5:","aliases":"","keywords":"haircut tone 5"},"massage_tone1":{"unicode":"1f486-1f3fb","shortname":":massage_tone1:","aliases":"","keywords":"face massage tone 1"},"massage_tone2":{"unicode":"1f486-1f3fc","shortname":":massage_tone2:","aliases":"","keywords":"face massage tone 2"},"massage_tone3":{"unicode":"1f486-1f3fd","shortname":":massage_tone3:","aliases":"","keywords":"face massage tone 3"},"massage_tone4":{"unicode":"1f486-1f3fe","shortname":":massage_tone4:","aliases":"","keywords":"face massage tone 4"},"massage_tone5":{"unicode":"1f486-1f3ff","shortname":":massage_tone5:","aliases":"","keywords":"face massage tone 5"},"rowboat_tone1":{"unicode":"1f6a3-1f3fb","shortname":":rowboat_tone1:","aliases":"","keywords":"rowboat tone 1"},"rowboat_tone2":{"unicode":"1f6a3-1f3fc","shortname":":rowboat_tone2:","aliases":"","keywords":"rowboat tone 2"},"rowboat_tone3":{"unicode":"1f6a3-1f3fd","shortname":":rowboat_tone3:","aliases":"","keywords":"rowboat tone 3"},"rowboat_tone4":{"unicode":"1f6a3-1f3fe","shortname":":rowboat_tone4:","aliases":"","keywords":"rowboat tone 4"},"rowboat_tone5":{"unicode":"1f6a3-1f3ff","shortname":":rowboat_tone5:","aliases":"","keywords":"rowboat tone 5"},"swimmer_tone1":{"unicode":"1f3ca-1f3fb","shortname":":swimmer_tone1:","aliases":"","keywords":"swimmer tone 1"},"swimmer_tone2":{"unicode":"1f3ca-1f3fc","shortname":":swimmer_tone2:","aliases":"","keywords":"swimmer tone 2"},"swimmer_tone3":{"unicode":"1f3ca-1f3fd","shortname":":swimmer_tone3:","aliases":"","keywords":"swimmer tone 3"},"swimmer_tone4":{"unicode":"1f3ca-1f3fe","shortname":":swimmer_tone4:","aliases":"","keywords":"swimmer tone 4"},"swimmer_tone5":{"unicode":"1f3ca-1f3ff","shortname":":swimmer_tone5:","aliases":"","keywords":"swimmer tone 5"},"surfer_tone1":{"unicode":"1f3c4-1f3fb","shortname":":surfer_tone1:","aliases":"","keywords":"surfer tone 1"},"surfer_tone2":{"unicode":"1f3c4-1f3fc","shortname":":surfer_tone2:","aliases":"","keywords":"surfer tone 2"},"surfer_tone3":{"unicode":"1f3c4-1f3fd","shortname":":surfer_tone3:","aliases":"","keywords":"surfer tone 3"},"surfer_tone4":{"unicode":"1f3c4-1f3fe","shortname":":surfer_tone4:","aliases":"","keywords":"surfer tone 4"},"surfer_tone5":{"unicode":"1f3c4-1f3ff","shortname":":surfer_tone5:","aliases":"","keywords":"surfer tone 5"},"bath_tone1":{"unicode":"1f6c0-1f3fb","shortname":":bath_tone1:","aliases":"","keywords":"bath tone 1"},"bath_tone2":{"unicode":"1f6c0-1f3fc","shortname":":bath_tone2:","aliases":"","keywords":"bath tone 2"},"bath_tone3":{"unicode":"1f6c0-1f3fd","shortname":":bath_tone3:","aliases":"","keywords":"bath tone 3"},"bath_tone4":{"unicode":"1f6c0-1f3fe","shortname":":bath_tone4:","aliases":"","keywords":"bath tone 4"},"bath_tone5":{"unicode":"1f6c0-1f3ff","shortname":":bath_tone5:","aliases":"","keywords":"bath tone 5"},"basketball_player_tone1":{"unicode":"26f9-1f3fb","shortname":":basketball_player_tone1:","aliases":":person_with_ball_tone1:","keywords":"person with ball tone 1"},"basketball_player_tone2":{"unicode":"26f9-1f3fc","shortname":":basketball_player_tone2:","aliases":":person_with_ball_tone2:","keywords":"person with ball tone 2"},"basketball_player_tone3":{"unicode":"26f9-1f3fd","shortname":":basketball_player_tone3:","aliases":":person_with_ball_tone3:","keywords":"person with ball tone 3"},"basketball_player_tone4":{"unicode":"26f9-1f3fe","shortname":":basketball_player_tone4:","aliases":":person_with_ball_tone4:","keywords":"person with ball tone 4"},"basketball_player_tone5":{"unicode":"26f9-1f3ff","shortname":":basketball_player_tone5:","aliases":":person_with_ball_tone5:","keywords":"person with ball tone 5"},"lifter_tone1":{"unicode":"1f3cb-1f3fb","shortname":":lifter_tone1:","aliases":":weight_lifter_tone1:","keywords":"weight lifter tone 1"},"lifter_tone2":{"unicode":"1f3cb-1f3fc","shortname":":lifter_tone2:","aliases":":weight_lifter_tone2:","keywords":"weight lifter tone 2"},"lifter_tone3":{"unicode":"1f3cb-1f3fd","shortname":":lifter_tone3:","aliases":":weight_lifter_tone3:","keywords":"weight lifter tone 3"},"lifter_tone4":{"unicode":"1f3cb-1f3fe","shortname":":lifter_tone4:","aliases":":weight_lifter_tone4:","keywords":"weight lifter tone 4"},"lifter_tone5":{"unicode":"1f3cb-1f3ff","shortname":":lifter_tone5:","aliases":":weight_lifter_tone5:","keywords":"weight lifter tone 5"},"bicyclist_tone1":{"unicode":"1f6b4-1f3fb","shortname":":bicyclist_tone1:","aliases":"","keywords":"bicyclist tone 1"},"bicyclist_tone2":{"unicode":"1f6b4-1f3fc","shortname":":bicyclist_tone2:","aliases":"","keywords":"bicyclist tone 2"},"bicyclist_tone3":{"unicode":"1f6b4-1f3fd","shortname":":bicyclist_tone3:","aliases":"","keywords":"bicyclist tone 3"},"bicyclist_tone4":{"unicode":"1f6b4-1f3fe","shortname":":bicyclist_tone4:","aliases":"","keywords":"bicyclist tone 4"},"bicyclist_tone5":{"unicode":"1f6b4-1f3ff","shortname":":bicyclist_tone5:","aliases":"","keywords":"bicyclist tone 5"},"mountain_bicyclist_tone1":{"unicode":"1f6b5-1f3fb","shortname":":mountain_bicyclist_tone1:","aliases":"","keywords":"mountain bicyclist tone 1"},"mountain_bicyclist_tone2":{"unicode":"1f6b5-1f3fc","shortname":":mountain_bicyclist_tone2:","aliases":"","keywords":"mountain bicyclist tone 2"},"mountain_bicyclist_tone3":{"unicode":"1f6b5-1f3fd","shortname":":mountain_bicyclist_tone3:","aliases":"","keywords":"mountain bicyclist tone 3"},"mountain_bicyclist_tone4":{"unicode":"1f6b5-1f3fe","shortname":":mountain_bicyclist_tone4:","aliases":"","keywords":"mountain bicyclist tone 4"},"mountain_bicyclist_tone5":{"unicode":"1f6b5-1f3ff","shortname":":mountain_bicyclist_tone5:","aliases":"","keywords":"mountain bicyclist tone 5"},"horse_racing_tone1":{"unicode":"1f3c7-1f3fb","shortname":":horse_racing_tone1:","aliases":"","keywords":"horse racing tone 1"},"horse_racing_tone2":{"unicode":"1f3c7-1f3fc","shortname":":horse_racing_tone2:","aliases":"","keywords":"horse racing tone 2"},"horse_racing_tone3":{"unicode":"1f3c7-1f3fd","shortname":":horse_racing_tone3:","aliases":"","keywords":"horse racing tone 3"},"horse_racing_tone4":{"unicode":"1f3c7-1f3fe","shortname":":horse_racing_tone4:","aliases":"","keywords":"horse racing tone 4"},"horse_racing_tone5":{"unicode":"1f3c7-1f3ff","shortname":":horse_racing_tone5:","aliases":"","keywords":"horse racing tone 5"},"spy_tone1":{"unicode":"1f575-1f3fb","shortname":":spy_tone1:","aliases":":sleuth_or_spy_tone1:","keywords":"sleuth or spy tone 1"},"spy_tone2":{"unicode":"1f575-1f3fc","shortname":":spy_tone2:","aliases":":sleuth_or_spy_tone2:","keywords":"sleuth or spy tone 2"},"spy_tone3":{"unicode":"1f575-1f3fd","shortname":":spy_tone3:","aliases":":sleuth_or_spy_tone3:","keywords":"sleuth or spy tone 3"},"spy_tone4":{"unicode":"1f575-1f3fe","shortname":":spy_tone4:","aliases":":sleuth_or_spy_tone4:","keywords":"sleuth or spy tone 4"},"spy_tone5":{"unicode":"1f575-1f3ff","shortname":":spy_tone5:","aliases":":sleuth_or_spy_tone5:","keywords":"sleuth or spy tone 5"},"tone1":{"unicode":"1f3fb","shortname":":tone1:","aliases":"","keywords":"emoji modifier Fitzpatrick type-1-2"},"tone2":{"unicode":"1f3fc","shortname":":tone2:","aliases":"","keywords":"emoji modifier Fitzpatrick type-3"},"tone3":{"unicode":"1f3fd","shortname":":tone3:","aliases":"","keywords":"emoji modifier Fitzpatrick type-4"},"tone4":{"unicode":"1f3fe","shortname":":tone4:","aliases":"","keywords":"emoji modifier Fitzpatrick type-5"},"tone5":{"unicode":"1f3ff","shortname":":tone5:","aliases":"","keywords":"emoji modifier Fitzpatrick type-6"}} \ No newline at end of file diff --git a/lib/js/emojione.min.js b/lib/js/emojione.min.js index b31361fee..2e4aa539d 100644 --- a/lib/js/emojione.min.js +++ b/lib/js/emojione.min.js @@ -1,4 +1,4 @@ -/*! emojione 05-04-2016 */ +/*! emojione 31-05-2016 */ !function(a){a.emojioneList={":kiss_ww:":{unicode:["1f469-200d-2764-fe0f-200d-1f48b-200d-1f469","1f469-2764-1f48b-1f469"],isCanonical:!0},":couplekiss_ww:":{unicode:["1f469-200d-2764-fe0f-200d-1f48b-200d-1f469","1f469-2764-1f48b-1f469"],isCanonical:!1},":kiss_mm:":{unicode:["1f468-200d-2764-fe0f-200d-1f48b-200d-1f468","1f468-2764-1f48b-1f468"],isCanonical:!0},":couplekiss_mm:":{unicode:["1f468-200d-2764-fe0f-200d-1f48b-200d-1f468","1f468-2764-1f48b-1f468"],isCanonical:!1},":family_mmbb:":{unicode:["1f468-200d-1f468-200d-1f466-200d-1f466","1f468-1f468-1f466-1f466"],isCanonical:!0},":family_mmgb:":{unicode:["1f468-200d-1f468-200d-1f467-200d-1f466","1f468-1f468-1f467-1f466"],isCanonical:!0},":family_mmgg:":{unicode:["1f468-200d-1f468-200d-1f467-200d-1f467","1f468-1f468-1f467-1f467"],isCanonical:!0},":family_mwbb:":{unicode:["1f468-200d-1f469-200d-1f466-200d-1f466","1f468-1f469-1f466-1f466"],isCanonical:!0},":family_mwgb:":{unicode:["1f468-200d-1f469-200d-1f467-200d-1f466","1f468-1f469-1f467-1f466"],isCanonical:!0},":family_mwgg:":{unicode:["1f468-200d-1f469-200d-1f467-200d-1f467","1f468-1f469-1f467-1f467"],isCanonical:!0},":family_wwbb:":{unicode:["1f469-200d-1f469-200d-1f466-200d-1f466","1f469-1f469-1f466-1f466"],isCanonical:!0},":family_wwgb:":{unicode:["1f469-200d-1f469-200d-1f467-200d-1f466","1f469-1f469-1f467-1f466"],isCanonical:!0},":family_wwgg:":{unicode:["1f469-200d-1f469-200d-1f467-200d-1f467","1f469-1f469-1f467-1f467"],isCanonical:!0},":couple_ww:":{unicode:["1f469-200d-2764-fe0f-200d-1f469","1f469-2764-1f469"],isCanonical:!0},":couple_with_heart_ww:":{unicode:["1f469-200d-2764-fe0f-200d-1f469","1f469-2764-1f469"],isCanonical:!1},":couple_mm:":{unicode:["1f468-200d-2764-fe0f-200d-1f468","1f468-2764-1f468"],isCanonical:!0},":couple_with_heart_mm:":{unicode:["1f468-200d-2764-fe0f-200d-1f468","1f468-2764-1f468"],isCanonical:!1},":family_mmb:":{unicode:["1f468-200d-1f468-200d-1f466","1f468-1f468-1f466"],isCanonical:!0},":family_mmg:":{unicode:["1f468-200d-1f468-200d-1f467","1f468-1f468-1f467"],isCanonical:!0},":family_mwg:":{unicode:["1f468-200d-1f469-200d-1f467","1f468-1f469-1f467"],isCanonical:!0},":family_wwb:":{unicode:["1f469-200d-1f469-200d-1f466","1f469-1f469-1f466"],isCanonical:!0},":family_wwg:":{unicode:["1f469-200d-1f469-200d-1f467","1f469-1f469-1f467"],isCanonical:!0},":eye_in_speech_bubble:":{unicode:["1f441-200d-1f5e8","1f441-1f5e8"],isCanonical:!0},":hash:":{unicode:["0023-fe0f-20e3","0023-20e3"],isCanonical:!0},":zero:":{unicode:["0030-fe0f-20e3","0030-20e3"],isCanonical:!0},":one:":{unicode:["0031-fe0f-20e3","0031-20e3"],isCanonical:!0},":two:":{unicode:["0032-fe0f-20e3","0032-20e3"],isCanonical:!0},":three:":{unicode:["0033-fe0f-20e3","0033-20e3"],isCanonical:!0},":four:":{unicode:["0034-fe0f-20e3","0034-20e3"],isCanonical:!0},":five:":{unicode:["0035-fe0f-20e3","0035-20e3"],isCanonical:!0},":six:":{unicode:["0036-fe0f-20e3","0036-20e3"],isCanonical:!0},":seven:":{unicode:["0037-fe0f-20e3","0037-20e3"],isCanonical:!0},":eight:":{unicode:["0038-fe0f-20e3","0038-20e3"],isCanonical:!0},":nine:":{unicode:["0039-fe0f-20e3","0039-20e3"],isCanonical:!0},":asterisk:":{unicode:["002a-fe0f-20e3","002a-20e3"],isCanonical:!0},":keycap_asterisk:":{unicode:["002a-fe0f-20e3","002a-20e3"],isCanonical:!1},":metal_tone5:":{unicode:["1f918-1f3ff"],isCanonical:!0},":sign_of_the_horns_tone5:":{unicode:["1f918-1f3ff"],isCanonical:!1},":metal_tone4:":{unicode:["1f918-1f3fe"],isCanonical:!0},":sign_of_the_horns_tone4:":{unicode:["1f918-1f3fe"],isCanonical:!1},":metal_tone3:":{unicode:["1f918-1f3fd"],isCanonical:!0},":sign_of_the_horns_tone3:":{unicode:["1f918-1f3fd"],isCanonical:!1},":metal_tone2:":{unicode:["1f918-1f3fc"],isCanonical:!0},":sign_of_the_horns_tone2:":{unicode:["1f918-1f3fc"],isCanonical:!1},":metal_tone1:":{unicode:["1f918-1f3fb"],isCanonical:!0},":sign_of_the_horns_tone1:":{unicode:["1f918-1f3fb"],isCanonical:!1},":bath_tone5:":{unicode:["1f6c0-1f3ff"],isCanonical:!0},":bath_tone4:":{unicode:["1f6c0-1f3fe"],isCanonical:!0},":bath_tone3:":{unicode:["1f6c0-1f3fd"],isCanonical:!0},":bath_tone2:":{unicode:["1f6c0-1f3fc"],isCanonical:!0},":bath_tone1:":{unicode:["1f6c0-1f3fb"],isCanonical:!0},":walking_tone5:":{unicode:["1f6b6-1f3ff"],isCanonical:!0},":walking_tone4:":{unicode:["1f6b6-1f3fe"],isCanonical:!0},":walking_tone3:":{unicode:["1f6b6-1f3fd"],isCanonical:!0},":walking_tone2:":{unicode:["1f6b6-1f3fc"],isCanonical:!0},":walking_tone1:":{unicode:["1f6b6-1f3fb"],isCanonical:!0},":mountain_bicyclist_tone5:":{unicode:["1f6b5-1f3ff"],isCanonical:!0},":mountain_bicyclist_tone4:":{unicode:["1f6b5-1f3fe"],isCanonical:!0},":mountain_bicyclist_tone3:":{unicode:["1f6b5-1f3fd"],isCanonical:!0},":mountain_bicyclist_tone2:":{unicode:["1f6b5-1f3fc"],isCanonical:!0},":mountain_bicyclist_tone1:":{unicode:["1f6b5-1f3fb"],isCanonical:!0},":bicyclist_tone5:":{unicode:["1f6b4-1f3ff"],isCanonical:!0},":bicyclist_tone4:":{unicode:["1f6b4-1f3fe"],isCanonical:!0},":bicyclist_tone3:":{unicode:["1f6b4-1f3fd"],isCanonical:!0},":bicyclist_tone2:":{unicode:["1f6b4-1f3fc"],isCanonical:!0},":bicyclist_tone1:":{unicode:["1f6b4-1f3fb"],isCanonical:!0},":rowboat_tone5:":{unicode:["1f6a3-1f3ff"],isCanonical:!0},":rowboat_tone4:":{unicode:["1f6a3-1f3fe"],isCanonical:!0},":rowboat_tone3:":{unicode:["1f6a3-1f3fd"],isCanonical:!0},":rowboat_tone2:":{unicode:["1f6a3-1f3fc"],isCanonical:!0},":rowboat_tone1:":{unicode:["1f6a3-1f3fb"],isCanonical:!0},":pray_tone5:":{unicode:["1f64f-1f3ff"],isCanonical:!0},":pray_tone4:":{unicode:["1f64f-1f3fe"],isCanonical:!0},":pray_tone3:":{unicode:["1f64f-1f3fd"],isCanonical:!0},":pray_tone2:":{unicode:["1f64f-1f3fc"],isCanonical:!0},":pray_tone1:":{unicode:["1f64f-1f3fb"],isCanonical:!0},":person_with_pouting_face_tone5:":{unicode:["1f64e-1f3ff"],isCanonical:!0},":person_with_pouting_face_tone4:":{unicode:["1f64e-1f3fe"],isCanonical:!0},":person_with_pouting_face_tone3:":{unicode:["1f64e-1f3fd"],isCanonical:!0},":person_with_pouting_face_tone2:":{unicode:["1f64e-1f3fc"],isCanonical:!0},":person_with_pouting_face_tone1:":{unicode:["1f64e-1f3fb"],isCanonical:!0},":person_frowning_tone5:":{unicode:["1f64d-1f3ff"],isCanonical:!0},":person_frowning_tone4:":{unicode:["1f64d-1f3fe"],isCanonical:!0},":person_frowning_tone3:":{unicode:["1f64d-1f3fd"],isCanonical:!0},":person_frowning_tone2:":{unicode:["1f64d-1f3fc"],isCanonical:!0},":person_frowning_tone1:":{unicode:["1f64d-1f3fb"],isCanonical:!0},":raised_hands_tone5:":{unicode:["1f64c-1f3ff"],isCanonical:!0},":raised_hands_tone4:":{unicode:["1f64c-1f3fe"],isCanonical:!0},":raised_hands_tone3:":{unicode:["1f64c-1f3fd"],isCanonical:!0},":raised_hands_tone2:":{unicode:["1f64c-1f3fc"],isCanonical:!0},":raised_hands_tone1:":{unicode:["1f64c-1f3fb"],isCanonical:!0},":raising_hand_tone5:":{unicode:["1f64b-1f3ff"],isCanonical:!0},":raising_hand_tone4:":{unicode:["1f64b-1f3fe"],isCanonical:!0},":raising_hand_tone3:":{unicode:["1f64b-1f3fd"],isCanonical:!0},":raising_hand_tone2:":{unicode:["1f64b-1f3fc"],isCanonical:!0},":raising_hand_tone1:":{unicode:["1f64b-1f3fb"],isCanonical:!0},":bow_tone5:":{unicode:["1f647-1f3ff"],isCanonical:!0},":bow_tone4:":{unicode:["1f647-1f3fe"],isCanonical:!0},":bow_tone3:":{unicode:["1f647-1f3fd"],isCanonical:!0},":bow_tone2:":{unicode:["1f647-1f3fc"],isCanonical:!0},":bow_tone1:":{unicode:["1f647-1f3fb"],isCanonical:!0},":ok_woman_tone5:":{unicode:["1f646-1f3ff"],isCanonical:!0},":ok_woman_tone4:":{unicode:["1f646-1f3fe"],isCanonical:!0},":ok_woman_tone3:":{unicode:["1f646-1f3fd"],isCanonical:!0},":ok_woman_tone2:":{unicode:["1f646-1f3fc"],isCanonical:!0},":ok_woman_tone1:":{unicode:["1f646-1f3fb"],isCanonical:!0},":no_good_tone5:":{unicode:["1f645-1f3ff"],isCanonical:!0},":no_good_tone4:":{unicode:["1f645-1f3fe"],isCanonical:!0},":no_good_tone3:":{unicode:["1f645-1f3fd"],isCanonical:!0},":no_good_tone2:":{unicode:["1f645-1f3fc"],isCanonical:!0},":no_good_tone1:":{unicode:["1f645-1f3fb"],isCanonical:!0},":vulcan_tone5:":{unicode:["1f596-1f3ff"],isCanonical:!0},":raised_hand_with_part_between_middle_and_ring_fingers_tone5:":{unicode:["1f596-1f3ff"],isCanonical:!1},":vulcan_tone4:":{unicode:["1f596-1f3fe"],isCanonical:!0},":raised_hand_with_part_between_middle_and_ring_fingers_tone4:":{unicode:["1f596-1f3fe"],isCanonical:!1},":vulcan_tone3:":{unicode:["1f596-1f3fd"],isCanonical:!0},":raised_hand_with_part_between_middle_and_ring_fingers_tone3:":{unicode:["1f596-1f3fd"],isCanonical:!1},":vulcan_tone2:":{unicode:["1f596-1f3fc"],isCanonical:!0},":raised_hand_with_part_between_middle_and_ring_fingers_tone2:":{unicode:["1f596-1f3fc"],isCanonical:!1},":vulcan_tone1:":{unicode:["1f596-1f3fb"],isCanonical:!0},":raised_hand_with_part_between_middle_and_ring_fingers_tone1:":{unicode:["1f596-1f3fb"],isCanonical:!1},":middle_finger_tone5:":{unicode:["1f595-1f3ff"],isCanonical:!0},":reversed_hand_with_middle_finger_extended_tone5:":{unicode:["1f595-1f3ff"],isCanonical:!1},":middle_finger_tone4:":{unicode:["1f595-1f3fe"],isCanonical:!0},":reversed_hand_with_middle_finger_extended_tone4:":{unicode:["1f595-1f3fe"],isCanonical:!1},":middle_finger_tone3:":{unicode:["1f595-1f3fd"],isCanonical:!0},":reversed_hand_with_middle_finger_extended_tone3:":{unicode:["1f595-1f3fd"],isCanonical:!1},":middle_finger_tone2:":{unicode:["1f595-1f3fc"],isCanonical:!0},":reversed_hand_with_middle_finger_extended_tone2:":{unicode:["1f595-1f3fc"],isCanonical:!1},":middle_finger_tone1:":{unicode:["1f595-1f3fb"],isCanonical:!0},":reversed_hand_with_middle_finger_extended_tone1:":{unicode:["1f595-1f3fb"],isCanonical:!1},":hand_splayed_tone5:":{unicode:["1f590-1f3ff"],isCanonical:!0},":raised_hand_with_fingers_splayed_tone5:":{unicode:["1f590-1f3ff"],isCanonical:!1},":hand_splayed_tone4:":{unicode:["1f590-1f3fe"],isCanonical:!0},":raised_hand_with_fingers_splayed_tone4:":{unicode:["1f590-1f3fe"],isCanonical:!1},":hand_splayed_tone3:":{unicode:["1f590-1f3fd"],isCanonical:!0},":raised_hand_with_fingers_splayed_tone3:":{unicode:["1f590-1f3fd"],isCanonical:!1},":hand_splayed_tone2:":{unicode:["1f590-1f3fc"],isCanonical:!0},":raised_hand_with_fingers_splayed_tone2:":{unicode:["1f590-1f3fc"],isCanonical:!1},":hand_splayed_tone1:":{unicode:["1f590-1f3fb"],isCanonical:!0},":raised_hand_with_fingers_splayed_tone1:":{unicode:["1f590-1f3fb"],isCanonical:!1},":spy_tone5:":{unicode:["1f575-1f3ff"],isCanonical:!0},":sleuth_or_spy_tone5:":{unicode:["1f575-1f3ff"],isCanonical:!1},":spy_tone4:":{unicode:["1f575-1f3fe"],isCanonical:!0},":sleuth_or_spy_tone4:":{unicode:["1f575-1f3fe"],isCanonical:!1},":spy_tone3:":{unicode:["1f575-1f3fd"],isCanonical:!0},":sleuth_or_spy_tone3:":{unicode:["1f575-1f3fd"],isCanonical:!1},":spy_tone2:":{unicode:["1f575-1f3fc"],isCanonical:!0},":sleuth_or_spy_tone2:":{unicode:["1f575-1f3fc"],isCanonical:!1},":spy_tone1:":{unicode:["1f575-1f3fb"],isCanonical:!0},":sleuth_or_spy_tone1:":{unicode:["1f575-1f3fb"],isCanonical:!1},":muscle_tone5:":{unicode:["1f4aa-1f3ff"],isCanonical:!0},":muscle_tone4:":{unicode:["1f4aa-1f3fe"],isCanonical:!0},":muscle_tone3:":{unicode:["1f4aa-1f3fd"],isCanonical:!0},":muscle_tone2:":{unicode:["1f4aa-1f3fc"],isCanonical:!0},":muscle_tone1:":{unicode:["1f4aa-1f3fb"],isCanonical:!0},":haircut_tone5:":{unicode:["1f487-1f3ff"],isCanonical:!0},":haircut_tone4:":{unicode:["1f487-1f3fe"],isCanonical:!0},":haircut_tone3:":{unicode:["1f487-1f3fd"],isCanonical:!0},":haircut_tone2:":{unicode:["1f487-1f3fc"],isCanonical:!0},":haircut_tone1:":{unicode:["1f487-1f3fb"],isCanonical:!0},":massage_tone5:":{unicode:["1f486-1f3ff"],isCanonical:!0},":massage_tone4:":{unicode:["1f486-1f3fe"],isCanonical:!0},":massage_tone3:":{unicode:["1f486-1f3fd"],isCanonical:!0},":massage_tone2:":{unicode:["1f486-1f3fc"],isCanonical:!0},":massage_tone1:":{unicode:["1f486-1f3fb"],isCanonical:!0},":nail_care_tone5:":{unicode:["1f485-1f3ff"],isCanonical:!0},":nail_care_tone4:":{unicode:["1f485-1f3fe"],isCanonical:!0},":nail_care_tone3:":{unicode:["1f485-1f3fd"],isCanonical:!0},":nail_care_tone2:":{unicode:["1f485-1f3fc"],isCanonical:!0},":nail_care_tone1:":{unicode:["1f485-1f3fb"],isCanonical:!0},":dancer_tone5:":{unicode:["1f483-1f3ff"],isCanonical:!0},":dancer_tone4:":{unicode:["1f483-1f3fe"],isCanonical:!0},":dancer_tone3:":{unicode:["1f483-1f3fd"],isCanonical:!0},":dancer_tone2:":{unicode:["1f483-1f3fc"],isCanonical:!0},":dancer_tone1:":{unicode:["1f483-1f3fb"],isCanonical:!0},":guardsman_tone5:":{unicode:["1f482-1f3ff"],isCanonical:!0},":guardsman_tone4:":{unicode:["1f482-1f3fe"],isCanonical:!0},":guardsman_tone3:":{unicode:["1f482-1f3fd"],isCanonical:!0},":guardsman_tone2:":{unicode:["1f482-1f3fc"],isCanonical:!0},":guardsman_tone1:":{unicode:["1f482-1f3fb"],isCanonical:!0},":information_desk_person_tone5:":{unicode:["1f481-1f3ff"],isCanonical:!0},":information_desk_person_tone4:":{unicode:["1f481-1f3fe"],isCanonical:!0},":information_desk_person_tone3:":{unicode:["1f481-1f3fd"],isCanonical:!0},":information_desk_person_tone2:":{unicode:["1f481-1f3fc"],isCanonical:!0},":information_desk_person_tone1:":{unicode:["1f481-1f3fb"],isCanonical:!0},":angel_tone5:":{unicode:["1f47c-1f3ff"],isCanonical:!0},":angel_tone4:":{unicode:["1f47c-1f3fe"],isCanonical:!0},":angel_tone3:":{unicode:["1f47c-1f3fd"],isCanonical:!0},":angel_tone2:":{unicode:["1f47c-1f3fc"],isCanonical:!0},":angel_tone1:":{unicode:["1f47c-1f3fb"],isCanonical:!0},":princess_tone5:":{unicode:["1f478-1f3ff"],isCanonical:!0},":princess_tone4:":{unicode:["1f478-1f3fe"],isCanonical:!0},":princess_tone3:":{unicode:["1f478-1f3fd"],isCanonical:!0},":princess_tone2:":{unicode:["1f478-1f3fc"],isCanonical:!0},":princess_tone1:":{unicode:["1f478-1f3fb"],isCanonical:!0},":construction_worker_tone5:":{unicode:["1f477-1f3ff"],isCanonical:!0},":construction_worker_tone4:":{unicode:["1f477-1f3fe"],isCanonical:!0},":construction_worker_tone3:":{unicode:["1f477-1f3fd"],isCanonical:!0},":construction_worker_tone2:":{unicode:["1f477-1f3fc"],isCanonical:!0},":construction_worker_tone1:":{unicode:["1f477-1f3fb"],isCanonical:!0},":baby_tone5:":{unicode:["1f476-1f3ff"],isCanonical:!0},":baby_tone4:":{unicode:["1f476-1f3fe"],isCanonical:!0},":baby_tone3:":{unicode:["1f476-1f3fd"],isCanonical:!0},":baby_tone2:":{unicode:["1f476-1f3fc"],isCanonical:!0},":baby_tone1:":{unicode:["1f476-1f3fb"],isCanonical:!0},":older_woman_tone5:":{unicode:["1f475-1f3ff"],isCanonical:!0},":grandma_tone5:":{unicode:["1f475-1f3ff"],isCanonical:!1},":older_woman_tone4:":{unicode:["1f475-1f3fe"],isCanonical:!0},":grandma_tone4:":{unicode:["1f475-1f3fe"],isCanonical:!1},":older_woman_tone3:":{unicode:["1f475-1f3fd"],isCanonical:!0},":grandma_tone3:":{unicode:["1f475-1f3fd"],isCanonical:!1},":older_woman_tone2:":{unicode:["1f475-1f3fc"],isCanonical:!0},":grandma_tone2:":{unicode:["1f475-1f3fc"],isCanonical:!1},":older_woman_tone1:":{unicode:["1f475-1f3fb"],isCanonical:!0},":grandma_tone1:":{unicode:["1f475-1f3fb"],isCanonical:!1},":older_man_tone5:":{unicode:["1f474-1f3ff"],isCanonical:!0},":older_man_tone4:":{unicode:["1f474-1f3fe"],isCanonical:!0},":older_man_tone3:":{unicode:["1f474-1f3fd"],isCanonical:!0},":older_man_tone2:":{unicode:["1f474-1f3fc"],isCanonical:!0},":older_man_tone1:":{unicode:["1f474-1f3fb"],isCanonical:!0},":man_with_turban_tone5:":{unicode:["1f473-1f3ff"],isCanonical:!0},":man_with_turban_tone4:":{unicode:["1f473-1f3fe"],isCanonical:!0},":man_with_turban_tone3:":{unicode:["1f473-1f3fd"],isCanonical:!0},":man_with_turban_tone2:":{unicode:["1f473-1f3fc"],isCanonical:!0},":man_with_turban_tone1:":{unicode:["1f473-1f3fb"],isCanonical:!0},":man_with_gua_pi_mao_tone5:":{unicode:["1f472-1f3ff"],isCanonical:!0},":man_with_gua_pi_mao_tone4:":{unicode:["1f472-1f3fe"],isCanonical:!0},":man_with_gua_pi_mao_tone3:":{unicode:["1f472-1f3fd"],isCanonical:!0},":man_with_gua_pi_mao_tone2:":{unicode:["1f472-1f3fc"],isCanonical:!0},":man_with_gua_pi_mao_tone1:":{unicode:["1f472-1f3fb"],isCanonical:!0},":person_with_blond_hair_tone5:":{unicode:["1f471-1f3ff"],isCanonical:!0},":person_with_blond_hair_tone4:":{unicode:["1f471-1f3fe"],isCanonical:!0},":person_with_blond_hair_tone3:":{unicode:["1f471-1f3fd"],isCanonical:!0},":person_with_blond_hair_tone2:":{unicode:["1f471-1f3fc"],isCanonical:!0},":person_with_blond_hair_tone1:":{unicode:["1f471-1f3fb"],isCanonical:!0},":bride_with_veil_tone5:":{unicode:["1f470-1f3ff"],isCanonical:!0},":bride_with_veil_tone4:":{unicode:["1f470-1f3fe"],isCanonical:!0},":bride_with_veil_tone3:":{unicode:["1f470-1f3fd"],isCanonical:!0},":bride_with_veil_tone2:":{unicode:["1f470-1f3fc"],isCanonical:!0},":bride_with_veil_tone1:":{unicode:["1f470-1f3fb"],isCanonical:!0},":cop_tone5:":{unicode:["1f46e-1f3ff"],isCanonical:!0},":cop_tone4:":{unicode:["1f46e-1f3fe"],isCanonical:!0},":cop_tone3:":{unicode:["1f46e-1f3fd"],isCanonical:!0},":cop_tone2:":{unicode:["1f46e-1f3fc"],isCanonical:!0},":cop_tone1:":{unicode:["1f46e-1f3fb"],isCanonical:!0},":woman_tone5:":{unicode:["1f469-1f3ff"],isCanonical:!0},":woman_tone4:":{unicode:["1f469-1f3fe"],isCanonical:!0},":woman_tone3:":{unicode:["1f469-1f3fd"],isCanonical:!0},":woman_tone2:":{unicode:["1f469-1f3fc"],isCanonical:!0},":woman_tone1:":{unicode:["1f469-1f3fb"],isCanonical:!0},":man_tone5:":{unicode:["1f468-1f3ff"],isCanonical:!0},":man_tone4:":{unicode:["1f468-1f3fe"],isCanonical:!0},":man_tone3:":{unicode:["1f468-1f3fd"],isCanonical:!0},":man_tone2:":{unicode:["1f468-1f3fc"],isCanonical:!0},":man_tone1:":{unicode:["1f468-1f3fb"],isCanonical:!0},":girl_tone5:":{unicode:["1f467-1f3ff"],isCanonical:!0},":girl_tone4:":{unicode:["1f467-1f3fe"],isCanonical:!0},":girl_tone3:":{unicode:["1f467-1f3fd"],isCanonical:!0},":girl_tone2:":{unicode:["1f467-1f3fc"],isCanonical:!0},":girl_tone1:":{unicode:["1f467-1f3fb"],isCanonical:!0},":boy_tone5:":{unicode:["1f466-1f3ff"],isCanonical:!0},":boy_tone4:":{unicode:["1f466-1f3fe"],isCanonical:!0},":boy_tone3:":{unicode:["1f466-1f3fd"],isCanonical:!0},":boy_tone2:":{unicode:["1f466-1f3fc"],isCanonical:!0},":boy_tone1:":{unicode:["1f466-1f3fb"],isCanonical:!0},":open_hands_tone5:":{unicode:["1f450-1f3ff"],isCanonical:!0},":open_hands_tone4:":{unicode:["1f450-1f3fe"],isCanonical:!0},":open_hands_tone3:":{unicode:["1f450-1f3fd"],isCanonical:!0},":open_hands_tone2:":{unicode:["1f450-1f3fc"],isCanonical:!0},":open_hands_tone1:":{unicode:["1f450-1f3fb"],isCanonical:!0},":clap_tone5:":{unicode:["1f44f-1f3ff"],isCanonical:!0},":clap_tone4:":{unicode:["1f44f-1f3fe"],isCanonical:!0},":clap_tone3:":{unicode:["1f44f-1f3fd"],isCanonical:!0},":clap_tone2:":{unicode:["1f44f-1f3fc"],isCanonical:!0},":clap_tone1:":{unicode:["1f44f-1f3fb"],isCanonical:!0},":thumbsdown_tone5:":{unicode:["1f44e-1f3ff"],isCanonical:!0},":-1_tone5:":{unicode:["1f44e-1f3ff"],isCanonical:!1},":thumbdown_tone5:":{unicode:["1f44e-1f3ff"],isCanonical:!1},":thumbsdown_tone4:":{unicode:["1f44e-1f3fe"],isCanonical:!0},":-1_tone4:":{unicode:["1f44e-1f3fe"],isCanonical:!1},":thumbdown_tone4:":{unicode:["1f44e-1f3fe"],isCanonical:!1},":thumbsdown_tone3:":{unicode:["1f44e-1f3fd"],isCanonical:!0},":-1_tone3:":{unicode:["1f44e-1f3fd"],isCanonical:!1},":thumbdown_tone3:":{unicode:["1f44e-1f3fd"],isCanonical:!1},":thumbsdown_tone2:":{unicode:["1f44e-1f3fc"],isCanonical:!0},":-1_tone2:":{unicode:["1f44e-1f3fc"],isCanonical:!1},":thumbdown_tone2:":{unicode:["1f44e-1f3fc"],isCanonical:!1},":thumbsdown_tone1:":{unicode:["1f44e-1f3fb"],isCanonical:!0},":-1_tone1:":{unicode:["1f44e-1f3fb"],isCanonical:!1},":thumbdown_tone1:":{unicode:["1f44e-1f3fb"],isCanonical:!1},":thumbsup_tone5:":{unicode:["1f44d-1f3ff"],isCanonical:!0},":+1_tone5:":{unicode:["1f44d-1f3ff"],isCanonical:!1},":thumbup_tone5:":{unicode:["1f44d-1f3ff"],isCanonical:!1},":thumbsup_tone4:":{unicode:["1f44d-1f3fe"],isCanonical:!0},":+1_tone4:":{unicode:["1f44d-1f3fe"],isCanonical:!1},":thumbup_tone4:":{unicode:["1f44d-1f3fe"],isCanonical:!1},":thumbsup_tone3:":{unicode:["1f44d-1f3fd"],isCanonical:!0},":+1_tone3:":{unicode:["1f44d-1f3fd"],isCanonical:!1},":thumbup_tone3:":{unicode:["1f44d-1f3fd"],isCanonical:!1},":thumbsup_tone2:":{unicode:["1f44d-1f3fc"],isCanonical:!0},":+1_tone2:":{unicode:["1f44d-1f3fc"],isCanonical:!1},":thumbup_tone2:":{unicode:["1f44d-1f3fc"],isCanonical:!1},":thumbsup_tone1:":{unicode:["1f44d-1f3fb"],isCanonical:!0},":+1_tone1:":{unicode:["1f44d-1f3fb"],isCanonical:!1},":thumbup_tone1:":{unicode:["1f44d-1f3fb"],isCanonical:!1},":ok_hand_tone5:":{unicode:["1f44c-1f3ff"],isCanonical:!0},":ok_hand_tone4:":{unicode:["1f44c-1f3fe"],isCanonical:!0},":ok_hand_tone3:":{unicode:["1f44c-1f3fd"],isCanonical:!0},":ok_hand_tone2:":{unicode:["1f44c-1f3fc"],isCanonical:!0},":ok_hand_tone1:":{unicode:["1f44c-1f3fb"],isCanonical:!0},":wave_tone5:":{unicode:["1f44b-1f3ff"],isCanonical:!0},":wave_tone4:":{unicode:["1f44b-1f3fe"],isCanonical:!0},":wave_tone3:":{unicode:["1f44b-1f3fd"],isCanonical:!0},":wave_tone2:":{unicode:["1f44b-1f3fc"],isCanonical:!0},":wave_tone1:":{unicode:["1f44b-1f3fb"],isCanonical:!0},":punch_tone5:":{unicode:["1f44a-1f3ff"],isCanonical:!0},":punch_tone4:":{unicode:["1f44a-1f3fe"],isCanonical:!0},":punch_tone3:":{unicode:["1f44a-1f3fd"],isCanonical:!0},":punch_tone2:":{unicode:["1f44a-1f3fc"],isCanonical:!0},":punch_tone1:":{unicode:["1f44a-1f3fb"],isCanonical:!0},":point_right_tone5:":{unicode:["1f449-1f3ff"],isCanonical:!0},":point_right_tone4:":{unicode:["1f449-1f3fe"],isCanonical:!0},":point_right_tone3:":{unicode:["1f449-1f3fd"],isCanonical:!0},":point_right_tone2:":{unicode:["1f449-1f3fc"],isCanonical:!0},":point_right_tone1:":{unicode:["1f449-1f3fb"],isCanonical:!0},":point_left_tone5:":{unicode:["1f448-1f3ff"],isCanonical:!0},":point_left_tone4:":{unicode:["1f448-1f3fe"],isCanonical:!0},":point_left_tone3:":{unicode:["1f448-1f3fd"],isCanonical:!0},":point_left_tone2:":{unicode:["1f448-1f3fc"],isCanonical:!0},":point_left_tone1:":{unicode:["1f448-1f3fb"],isCanonical:!0},":point_down_tone5:":{unicode:["1f447-1f3ff"],isCanonical:!0},":point_down_tone4:":{unicode:["1f447-1f3fe"],isCanonical:!0},":point_down_tone3:":{unicode:["1f447-1f3fd"],isCanonical:!0},":point_down_tone2:":{unicode:["1f447-1f3fc"],isCanonical:!0},":point_down_tone1:":{unicode:["1f447-1f3fb"],isCanonical:!0},":point_up_2_tone5:":{unicode:["1f446-1f3ff"],isCanonical:!0},":point_up_2_tone4:":{unicode:["1f446-1f3fe"],isCanonical:!0},":point_up_2_tone3:":{unicode:["1f446-1f3fd"],isCanonical:!0},":point_up_2_tone2:":{unicode:["1f446-1f3fc"],isCanonical:!0},":point_up_2_tone1:":{unicode:["1f446-1f3fb"],isCanonical:!0},":nose_tone5:":{unicode:["1f443-1f3ff"],isCanonical:!0},":nose_tone4:":{unicode:["1f443-1f3fe"],isCanonical:!0},":nose_tone3:":{unicode:["1f443-1f3fd"],isCanonical:!0},":nose_tone2:":{unicode:["1f443-1f3fc"],isCanonical:!0},":nose_tone1:":{unicode:["1f443-1f3fb"],isCanonical:!0},":ear_tone5:":{unicode:["1f442-1f3ff"],isCanonical:!0},":ear_tone4:":{unicode:["1f442-1f3fe"],isCanonical:!0},":ear_tone3:":{unicode:["1f442-1f3fd"],isCanonical:!0},":ear_tone2:":{unicode:["1f442-1f3fc"],isCanonical:!0},":ear_tone1:":{unicode:["1f442-1f3fb"],isCanonical:!0},":lifter_tone5:":{unicode:["1f3cb-1f3ff"],isCanonical:!0},":weight_lifter_tone5:":{unicode:["1f3cb-1f3ff"],isCanonical:!1},":lifter_tone4:":{unicode:["1f3cb-1f3fe"],isCanonical:!0},":weight_lifter_tone4:":{unicode:["1f3cb-1f3fe"],isCanonical:!1},":lifter_tone3:":{unicode:["1f3cb-1f3fd"],isCanonical:!0},":weight_lifter_tone3:":{unicode:["1f3cb-1f3fd"],isCanonical:!1},":lifter_tone2:":{unicode:["1f3cb-1f3fc"],isCanonical:!0},":weight_lifter_tone2:":{unicode:["1f3cb-1f3fc"],isCanonical:!1},":lifter_tone1:":{unicode:["1f3cb-1f3fb"],isCanonical:!0},":weight_lifter_tone1:":{unicode:["1f3cb-1f3fb"],isCanonical:!1},":swimmer_tone5:":{unicode:["1f3ca-1f3ff"],isCanonical:!0},":swimmer_tone4:":{unicode:["1f3ca-1f3fe"],isCanonical:!0},":swimmer_tone3:":{unicode:["1f3ca-1f3fd"],isCanonical:!0},":swimmer_tone2:":{unicode:["1f3ca-1f3fc"],isCanonical:!0},":swimmer_tone1:":{unicode:["1f3ca-1f3fb"],isCanonical:!0},":horse_racing_tone5:":{unicode:["1f3c7-1f3ff"],isCanonical:!0},":horse_racing_tone4:":{unicode:["1f3c7-1f3fe"],isCanonical:!0},":horse_racing_tone3:":{unicode:["1f3c7-1f3fd"],isCanonical:!0},":horse_racing_tone2:":{unicode:["1f3c7-1f3fc"],isCanonical:!0},":horse_racing_tone1:":{unicode:["1f3c7-1f3fb"],isCanonical:!0},":surfer_tone5:":{unicode:["1f3c4-1f3ff"],isCanonical:!0},":surfer_tone4:":{unicode:["1f3c4-1f3fe"],isCanonical:!0},":surfer_tone3:":{unicode:["1f3c4-1f3fd"],isCanonical:!0},":surfer_tone2:":{unicode:["1f3c4-1f3fc"],isCanonical:!0},":surfer_tone1:":{unicode:["1f3c4-1f3fb"],isCanonical:!0},":runner_tone5:":{unicode:["1f3c3-1f3ff"],isCanonical:!0},":runner_tone4:":{unicode:["1f3c3-1f3fe"],isCanonical:!0},":runner_tone3:":{unicode:["1f3c3-1f3fd"],isCanonical:!0},":runner_tone2:":{unicode:["1f3c3-1f3fc"],isCanonical:!0},":runner_tone1:":{unicode:["1f3c3-1f3fb"],isCanonical:!0},":santa_tone5:":{unicode:["1f385-1f3ff"],isCanonical:!0},":santa_tone4:":{unicode:["1f385-1f3fe"],isCanonical:!0},":santa_tone3:":{unicode:["1f385-1f3fd"],isCanonical:!0},":santa_tone2:":{unicode:["1f385-1f3fc"],isCanonical:!0},":santa_tone1:":{unicode:["1f385-1f3fb"],isCanonical:!0},":flag_zw:":{unicode:["1f1ff-1f1fc"],isCanonical:!0},":zw:":{unicode:["1f1ff-1f1fc"],isCanonical:!1},":flag_zm:":{unicode:["1f1ff-1f1f2"],isCanonical:!0},":zm:":{unicode:["1f1ff-1f1f2"],isCanonical:!1},":flag_za:":{unicode:["1f1ff-1f1e6"],isCanonical:!0},":za:":{unicode:["1f1ff-1f1e6"],isCanonical:!1},":flag_yt:":{unicode:["1f1fe-1f1f9"],isCanonical:!0},":yt:":{unicode:["1f1fe-1f1f9"],isCanonical:!1},":flag_ye:":{unicode:["1f1fe-1f1ea"],isCanonical:!0},":ye:":{unicode:["1f1fe-1f1ea"],isCanonical:!1},":flag_xk:":{unicode:["1f1fd-1f1f0"],isCanonical:!0},":xk:":{unicode:["1f1fd-1f1f0"],isCanonical:!1},":flag_ws:":{unicode:["1f1fc-1f1f8"],isCanonical:!0},":ws:":{unicode:["1f1fc-1f1f8"],isCanonical:!1},":flag_wf:":{unicode:["1f1fc-1f1eb"],isCanonical:!0},":wf:":{unicode:["1f1fc-1f1eb"],isCanonical:!1},":flag_vu:":{unicode:["1f1fb-1f1fa"],isCanonical:!0},":vu:":{unicode:["1f1fb-1f1fa"],isCanonical:!1},":flag_vn:":{unicode:["1f1fb-1f1f3"],isCanonical:!0},":vn:":{unicode:["1f1fb-1f1f3"],isCanonical:!1},":flag_vi:":{unicode:["1f1fb-1f1ee"],isCanonical:!0},":vi:":{unicode:["1f1fb-1f1ee"],isCanonical:!1},":flag_vg:":{unicode:["1f1fb-1f1ec"],isCanonical:!0},":vg:":{unicode:["1f1fb-1f1ec"],isCanonical:!1},":flag_ve:":{unicode:["1f1fb-1f1ea"],isCanonical:!0},":ve:":{unicode:["1f1fb-1f1ea"],isCanonical:!1},":flag_vc:":{unicode:["1f1fb-1f1e8"],isCanonical:!0},":vc:":{unicode:["1f1fb-1f1e8"],isCanonical:!1},":flag_va:":{unicode:["1f1fb-1f1e6"],isCanonical:!0},":va:":{unicode:["1f1fb-1f1e6"],isCanonical:!1},":flag_uz:":{unicode:["1f1fa-1f1ff"],isCanonical:!0},":uz:":{unicode:["1f1fa-1f1ff"],isCanonical:!1},":flag_uy:":{unicode:["1f1fa-1f1fe"],isCanonical:!0},":uy:":{unicode:["1f1fa-1f1fe"],isCanonical:!1},":flag_us:":{unicode:["1f1fa-1f1f8"],isCanonical:!0},":us:":{unicode:["1f1fa-1f1f8"],isCanonical:!1},":flag_um:":{unicode:["1f1fa-1f1f2"],isCanonical:!0},":um:":{unicode:["1f1fa-1f1f2"],isCanonical:!1},":flag_ug:":{unicode:["1f1fa-1f1ec"],isCanonical:!0},":ug:":{unicode:["1f1fa-1f1ec"],isCanonical:!1},":flag_ua:":{unicode:["1f1fa-1f1e6"],isCanonical:!0},":ua:":{unicode:["1f1fa-1f1e6"],isCanonical:!1},":flag_tz:":{unicode:["1f1f9-1f1ff"],isCanonical:!0},":tz:":{unicode:["1f1f9-1f1ff"],isCanonical:!1},":flag_tw:":{unicode:["1f1f9-1f1fc"],isCanonical:!0},":tw:":{unicode:["1f1f9-1f1fc"],isCanonical:!1},":flag_tv:":{unicode:["1f1f9-1f1fb"],isCanonical:!0},":tuvalu:":{unicode:["1f1f9-1f1fb"],isCanonical:!1},":flag_tt:":{unicode:["1f1f9-1f1f9"],isCanonical:!0},":tt:":{unicode:["1f1f9-1f1f9"],isCanonical:!1},":flag_tr:":{unicode:["1f1f9-1f1f7"],isCanonical:!0},":tr:":{unicode:["1f1f9-1f1f7"],isCanonical:!1},":flag_to:":{unicode:["1f1f9-1f1f4"],isCanonical:!0},":to:":{unicode:["1f1f9-1f1f4"],isCanonical:!1},":flag_tn:":{unicode:["1f1f9-1f1f3"],isCanonical:!0},":tn:":{unicode:["1f1f9-1f1f3"],isCanonical:!1},":flag_tm:":{unicode:["1f1f9-1f1f2"],isCanonical:!0},":turkmenistan:":{unicode:["1f1f9-1f1f2"],isCanonical:!1},":flag_tl:":{unicode:["1f1f9-1f1f1"],isCanonical:!0},":tl:":{unicode:["1f1f9-1f1f1"],isCanonical:!1},":flag_tk:":{unicode:["1f1f9-1f1f0"],isCanonical:!0},":tk:":{unicode:["1f1f9-1f1f0"],isCanonical:!1},":flag_tj:":{unicode:["1f1f9-1f1ef"],isCanonical:!0},":tj:":{unicode:["1f1f9-1f1ef"],isCanonical:!1},":flag_th:":{unicode:["1f1f9-1f1ed"],isCanonical:!0},":th:":{unicode:["1f1f9-1f1ed"],isCanonical:!1},":flag_tg:":{unicode:["1f1f9-1f1ec"],isCanonical:!0},":tg:":{unicode:["1f1f9-1f1ec"],isCanonical:!1},":flag_tf:":{unicode:["1f1f9-1f1eb"],isCanonical:!0},":tf:":{unicode:["1f1f9-1f1eb"],isCanonical:!1},":flag_td:":{unicode:["1f1f9-1f1e9"],isCanonical:!0},":td:":{unicode:["1f1f9-1f1e9"],isCanonical:!1},":flag_tc:":{unicode:["1f1f9-1f1e8"],isCanonical:!0},":tc:":{unicode:["1f1f9-1f1e8"],isCanonical:!1},":flag_ta:":{unicode:["1f1f9-1f1e6"],isCanonical:!0},":ta:":{unicode:["1f1f9-1f1e6"],isCanonical:!1},":flag_sz:":{unicode:["1f1f8-1f1ff"],isCanonical:!0},":sz:":{unicode:["1f1f8-1f1ff"],isCanonical:!1},":flag_sy:":{unicode:["1f1f8-1f1fe"],isCanonical:!0},":sy:":{unicode:["1f1f8-1f1fe"],isCanonical:!1},":flag_sx:":{unicode:["1f1f8-1f1fd"],isCanonical:!0},":sx:":{unicode:["1f1f8-1f1fd"],isCanonical:!1},":flag_sv:":{unicode:["1f1f8-1f1fb"],isCanonical:!0},":sv:":{unicode:["1f1f8-1f1fb"],isCanonical:!1},":flag_st:":{unicode:["1f1f8-1f1f9"],isCanonical:!0},":st:":{unicode:["1f1f8-1f1f9"],isCanonical:!1},":flag_ss:":{unicode:["1f1f8-1f1f8"],isCanonical:!0},":ss:":{unicode:["1f1f8-1f1f8"],isCanonical:!1},":flag_sr:":{unicode:["1f1f8-1f1f7"],isCanonical:!0},":sr:":{unicode:["1f1f8-1f1f7"],isCanonical:!1},":flag_so:":{unicode:["1f1f8-1f1f4"],isCanonical:!0},":so:":{unicode:["1f1f8-1f1f4"],isCanonical:!1},":flag_sn:":{unicode:["1f1f8-1f1f3"],isCanonical:!0},":sn:":{unicode:["1f1f8-1f1f3"],isCanonical:!1},":flag_sm:":{unicode:["1f1f8-1f1f2"],isCanonical:!0},":sm:":{unicode:["1f1f8-1f1f2"],isCanonical:!1},":flag_sl:":{unicode:["1f1f8-1f1f1"],isCanonical:!0},":sl:":{unicode:["1f1f8-1f1f1"],isCanonical:!1},":flag_sk:":{unicode:["1f1f8-1f1f0"],isCanonical:!0},":sk:":{unicode:["1f1f8-1f1f0"],isCanonical:!1},":flag_sj:":{unicode:["1f1f8-1f1ef"],isCanonical:!0},":sj:":{unicode:["1f1f8-1f1ef"],isCanonical:!1},":flag_si:":{unicode:["1f1f8-1f1ee"],isCanonical:!0},":si:":{unicode:["1f1f8-1f1ee"],isCanonical:!1},":flag_sh:":{unicode:["1f1f8-1f1ed"],isCanonical:!0},":sh:":{unicode:["1f1f8-1f1ed"],isCanonical:!1},":flag_sg:":{unicode:["1f1f8-1f1ec"],isCanonical:!0},":sg:":{unicode:["1f1f8-1f1ec"],isCanonical:!1},":flag_se:":{unicode:["1f1f8-1f1ea"],isCanonical:!0},":se:":{unicode:["1f1f8-1f1ea"],isCanonical:!1},":flag_sd:":{unicode:["1f1f8-1f1e9"],isCanonical:!0},":sd:":{unicode:["1f1f8-1f1e9"],isCanonical:!1},":flag_sc:":{unicode:["1f1f8-1f1e8"],isCanonical:!0},":sc:":{unicode:["1f1f8-1f1e8"],isCanonical:!1},":flag_sb:":{unicode:["1f1f8-1f1e7"],isCanonical:!0},":sb:":{unicode:["1f1f8-1f1e7"],isCanonical:!1},":flag_sa:":{unicode:["1f1f8-1f1e6"],isCanonical:!0},":saudiarabia:":{unicode:["1f1f8-1f1e6"],isCanonical:!1},":saudi:":{unicode:["1f1f8-1f1e6"],isCanonical:!1},":flag_rw:":{unicode:["1f1f7-1f1fc"],isCanonical:!0},":rw:":{unicode:["1f1f7-1f1fc"],isCanonical:!1},":flag_ru:":{unicode:["1f1f7-1f1fa"],isCanonical:!0},":ru:":{unicode:["1f1f7-1f1fa"],isCanonical:!1},":flag_rs:":{unicode:["1f1f7-1f1f8"],isCanonical:!0},":rs:":{unicode:["1f1f7-1f1f8"],isCanonical:!1},":flag_ro:":{unicode:["1f1f7-1f1f4"],isCanonical:!0},":ro:":{unicode:["1f1f7-1f1f4"],isCanonical:!1},":flag_re:":{unicode:["1f1f7-1f1ea"],isCanonical:!0},":re:":{unicode:["1f1f7-1f1ea"],isCanonical:!1},":flag_qa:":{unicode:["1f1f6-1f1e6"],isCanonical:!0},":qa:":{unicode:["1f1f6-1f1e6"],isCanonical:!1},":flag_py:":{unicode:["1f1f5-1f1fe"],isCanonical:!0},":py:":{unicode:["1f1f5-1f1fe"],isCanonical:!1},":flag_pw:":{unicode:["1f1f5-1f1fc"],isCanonical:!0},":pw:":{unicode:["1f1f5-1f1fc"],isCanonical:!1},":flag_pt:":{unicode:["1f1f5-1f1f9"],isCanonical:!0},":pt:":{unicode:["1f1f5-1f1f9"],isCanonical:!1},":flag_ps:":{unicode:["1f1f5-1f1f8"], isCanonical:!0},":ps:":{unicode:["1f1f5-1f1f8"],isCanonical:!1},":flag_pr:":{unicode:["1f1f5-1f1f7"],isCanonical:!0},":pr:":{unicode:["1f1f5-1f1f7"],isCanonical:!1},":flag_pn:":{unicode:["1f1f5-1f1f3"],isCanonical:!0},":pn:":{unicode:["1f1f5-1f1f3"],isCanonical:!1},":flag_pm:":{unicode:["1f1f5-1f1f2"],isCanonical:!0},":pm:":{unicode:["1f1f5-1f1f2"],isCanonical:!1},":flag_pl:":{unicode:["1f1f5-1f1f1"],isCanonical:!0},":pl:":{unicode:["1f1f5-1f1f1"],isCanonical:!1},":flag_pk:":{unicode:["1f1f5-1f1f0"],isCanonical:!0},":pk:":{unicode:["1f1f5-1f1f0"],isCanonical:!1},":flag_ph:":{unicode:["1f1f5-1f1ed"],isCanonical:!0},":ph:":{unicode:["1f1f5-1f1ed"],isCanonical:!1},":flag_pg:":{unicode:["1f1f5-1f1ec"],isCanonical:!0},":pg:":{unicode:["1f1f5-1f1ec"],isCanonical:!1},":flag_pf:":{unicode:["1f1f5-1f1eb"],isCanonical:!0},":pf:":{unicode:["1f1f5-1f1eb"],isCanonical:!1},":flag_pe:":{unicode:["1f1f5-1f1ea"],isCanonical:!0},":pe:":{unicode:["1f1f5-1f1ea"],isCanonical:!1},":flag_pa:":{unicode:["1f1f5-1f1e6"],isCanonical:!0},":pa:":{unicode:["1f1f5-1f1e6"],isCanonical:!1},":flag_om:":{unicode:["1f1f4-1f1f2"],isCanonical:!0},":om:":{unicode:["1f1f4-1f1f2"],isCanonical:!1},":flag_nz:":{unicode:["1f1f3-1f1ff"],isCanonical:!0},":nz:":{unicode:["1f1f3-1f1ff"],isCanonical:!1},":flag_nu:":{unicode:["1f1f3-1f1fa"],isCanonical:!0},":nu:":{unicode:["1f1f3-1f1fa"],isCanonical:!1},":flag_nr:":{unicode:["1f1f3-1f1f7"],isCanonical:!0},":nr:":{unicode:["1f1f3-1f1f7"],isCanonical:!1},":flag_np:":{unicode:["1f1f3-1f1f5"],isCanonical:!0},":np:":{unicode:["1f1f3-1f1f5"],isCanonical:!1},":flag_no:":{unicode:["1f1f3-1f1f4"],isCanonical:!0},":no:":{unicode:["1f1f3-1f1f4"],isCanonical:!1},":flag_nl:":{unicode:["1f1f3-1f1f1"],isCanonical:!0},":nl:":{unicode:["1f1f3-1f1f1"],isCanonical:!1},":flag_ni:":{unicode:["1f1f3-1f1ee"],isCanonical:!0},":ni:":{unicode:["1f1f3-1f1ee"],isCanonical:!1},":flag_ng:":{unicode:["1f1f3-1f1ec"],isCanonical:!0},":nigeria:":{unicode:["1f1f3-1f1ec"],isCanonical:!1},":flag_nf:":{unicode:["1f1f3-1f1eb"],isCanonical:!0},":nf:":{unicode:["1f1f3-1f1eb"],isCanonical:!1},":flag_ne:":{unicode:["1f1f3-1f1ea"],isCanonical:!0},":ne:":{unicode:["1f1f3-1f1ea"],isCanonical:!1},":flag_nc:":{unicode:["1f1f3-1f1e8"],isCanonical:!0},":nc:":{unicode:["1f1f3-1f1e8"],isCanonical:!1},":flag_na:":{unicode:["1f1f3-1f1e6"],isCanonical:!0},":na:":{unicode:["1f1f3-1f1e6"],isCanonical:!1},":flag_mz:":{unicode:["1f1f2-1f1ff"],isCanonical:!0},":mz:":{unicode:["1f1f2-1f1ff"],isCanonical:!1},":flag_my:":{unicode:["1f1f2-1f1fe"],isCanonical:!0},":my:":{unicode:["1f1f2-1f1fe"],isCanonical:!1},":flag_mx:":{unicode:["1f1f2-1f1fd"],isCanonical:!0},":mx:":{unicode:["1f1f2-1f1fd"],isCanonical:!1},":flag_mw:":{unicode:["1f1f2-1f1fc"],isCanonical:!0},":mw:":{unicode:["1f1f2-1f1fc"],isCanonical:!1},":flag_mv:":{unicode:["1f1f2-1f1fb"],isCanonical:!0},":mv:":{unicode:["1f1f2-1f1fb"],isCanonical:!1},":flag_mu:":{unicode:["1f1f2-1f1fa"],isCanonical:!0},":mu:":{unicode:["1f1f2-1f1fa"],isCanonical:!1},":flag_mt:":{unicode:["1f1f2-1f1f9"],isCanonical:!0},":mt:":{unicode:["1f1f2-1f1f9"],isCanonical:!1},":flag_ms:":{unicode:["1f1f2-1f1f8"],isCanonical:!0},":ms:":{unicode:["1f1f2-1f1f8"],isCanonical:!1},":flag_mr:":{unicode:["1f1f2-1f1f7"],isCanonical:!0},":mr:":{unicode:["1f1f2-1f1f7"],isCanonical:!1},":flag_mq:":{unicode:["1f1f2-1f1f6"],isCanonical:!0},":mq:":{unicode:["1f1f2-1f1f6"],isCanonical:!1},":flag_mp:":{unicode:["1f1f2-1f1f5"],isCanonical:!0},":mp:":{unicode:["1f1f2-1f1f5"],isCanonical:!1},":flag_mo:":{unicode:["1f1f2-1f1f4"],isCanonical:!0},":mo:":{unicode:["1f1f2-1f1f4"],isCanonical:!1},":flag_mn:":{unicode:["1f1f2-1f1f3"],isCanonical:!0},":mn:":{unicode:["1f1f2-1f1f3"],isCanonical:!1},":flag_mm:":{unicode:["1f1f2-1f1f2"],isCanonical:!0},":mm:":{unicode:["1f1f2-1f1f2"],isCanonical:!1},":flag_ml:":{unicode:["1f1f2-1f1f1"],isCanonical:!0},":ml:":{unicode:["1f1f2-1f1f1"],isCanonical:!1},":flag_mk:":{unicode:["1f1f2-1f1f0"],isCanonical:!0},":mk:":{unicode:["1f1f2-1f1f0"],isCanonical:!1},":flag_mh:":{unicode:["1f1f2-1f1ed"],isCanonical:!0},":mh:":{unicode:["1f1f2-1f1ed"],isCanonical:!1},":flag_mg:":{unicode:["1f1f2-1f1ec"],isCanonical:!0},":mg:":{unicode:["1f1f2-1f1ec"],isCanonical:!1},":flag_mf:":{unicode:["1f1f2-1f1eb"],isCanonical:!0},":mf:":{unicode:["1f1f2-1f1eb"],isCanonical:!1},":flag_me:":{unicode:["1f1f2-1f1ea"],isCanonical:!0},":me:":{unicode:["1f1f2-1f1ea"],isCanonical:!1},":flag_md:":{unicode:["1f1f2-1f1e9"],isCanonical:!0},":md:":{unicode:["1f1f2-1f1e9"],isCanonical:!1},":flag_mc:":{unicode:["1f1f2-1f1e8"],isCanonical:!0},":mc:":{unicode:["1f1f2-1f1e8"],isCanonical:!1},":flag_ma:":{unicode:["1f1f2-1f1e6"],isCanonical:!0},":ma:":{unicode:["1f1f2-1f1e6"],isCanonical:!1},":flag_ly:":{unicode:["1f1f1-1f1fe"],isCanonical:!0},":ly:":{unicode:["1f1f1-1f1fe"],isCanonical:!1},":flag_lv:":{unicode:["1f1f1-1f1fb"],isCanonical:!0},":lv:":{unicode:["1f1f1-1f1fb"],isCanonical:!1},":flag_lu:":{unicode:["1f1f1-1f1fa"],isCanonical:!0},":lu:":{unicode:["1f1f1-1f1fa"],isCanonical:!1},":flag_lt:":{unicode:["1f1f1-1f1f9"],isCanonical:!0},":lt:":{unicode:["1f1f1-1f1f9"],isCanonical:!1},":flag_ls:":{unicode:["1f1f1-1f1f8"],isCanonical:!0},":ls:":{unicode:["1f1f1-1f1f8"],isCanonical:!1},":flag_lr:":{unicode:["1f1f1-1f1f7"],isCanonical:!0},":lr:":{unicode:["1f1f1-1f1f7"],isCanonical:!1},":flag_lk:":{unicode:["1f1f1-1f1f0"],isCanonical:!0},":lk:":{unicode:["1f1f1-1f1f0"],isCanonical:!1},":flag_li:":{unicode:["1f1f1-1f1ee"],isCanonical:!0},":li:":{unicode:["1f1f1-1f1ee"],isCanonical:!1},":flag_lc:":{unicode:["1f1f1-1f1e8"],isCanonical:!0},":lc:":{unicode:["1f1f1-1f1e8"],isCanonical:!1},":flag_lb:":{unicode:["1f1f1-1f1e7"],isCanonical:!0},":lb:":{unicode:["1f1f1-1f1e7"],isCanonical:!1},":flag_la:":{unicode:["1f1f1-1f1e6"],isCanonical:!0},":la:":{unicode:["1f1f1-1f1e6"],isCanonical:!1},":flag_kz:":{unicode:["1f1f0-1f1ff"],isCanonical:!0},":kz:":{unicode:["1f1f0-1f1ff"],isCanonical:!1},":flag_ky:":{unicode:["1f1f0-1f1fe"],isCanonical:!0},":ky:":{unicode:["1f1f0-1f1fe"],isCanonical:!1},":flag_kw:":{unicode:["1f1f0-1f1fc"],isCanonical:!0},":kw:":{unicode:["1f1f0-1f1fc"],isCanonical:!1},":flag_kr:":{unicode:["1f1f0-1f1f7"],isCanonical:!0},":kr:":{unicode:["1f1f0-1f1f7"],isCanonical:!1},":flag_kp:":{unicode:["1f1f0-1f1f5"],isCanonical:!0},":kp:":{unicode:["1f1f0-1f1f5"],isCanonical:!1},":flag_kn:":{unicode:["1f1f0-1f1f3"],isCanonical:!0},":kn:":{unicode:["1f1f0-1f1f3"],isCanonical:!1},":flag_km:":{unicode:["1f1f0-1f1f2"],isCanonical:!0},":km:":{unicode:["1f1f0-1f1f2"],isCanonical:!1},":flag_ki:":{unicode:["1f1f0-1f1ee"],isCanonical:!0},":ki:":{unicode:["1f1f0-1f1ee"],isCanonical:!1},":flag_kh:":{unicode:["1f1f0-1f1ed"],isCanonical:!0},":kh:":{unicode:["1f1f0-1f1ed"],isCanonical:!1},":flag_kg:":{unicode:["1f1f0-1f1ec"],isCanonical:!0},":kg:":{unicode:["1f1f0-1f1ec"],isCanonical:!1},":flag_ke:":{unicode:["1f1f0-1f1ea"],isCanonical:!0},":ke:":{unicode:["1f1f0-1f1ea"],isCanonical:!1},":flag_jp:":{unicode:["1f1ef-1f1f5"],isCanonical:!0},":jp:":{unicode:["1f1ef-1f1f5"],isCanonical:!1},":flag_jo:":{unicode:["1f1ef-1f1f4"],isCanonical:!0},":jo:":{unicode:["1f1ef-1f1f4"],isCanonical:!1},":flag_jm:":{unicode:["1f1ef-1f1f2"],isCanonical:!0},":jm:":{unicode:["1f1ef-1f1f2"],isCanonical:!1},":flag_je:":{unicode:["1f1ef-1f1ea"],isCanonical:!0},":je:":{unicode:["1f1ef-1f1ea"],isCanonical:!1},":flag_it:":{unicode:["1f1ee-1f1f9"],isCanonical:!0},":it:":{unicode:["1f1ee-1f1f9"],isCanonical:!1},":flag_is:":{unicode:["1f1ee-1f1f8"],isCanonical:!0},":is:":{unicode:["1f1ee-1f1f8"],isCanonical:!1},":flag_ir:":{unicode:["1f1ee-1f1f7"],isCanonical:!0},":ir:":{unicode:["1f1ee-1f1f7"],isCanonical:!1},":flag_iq:":{unicode:["1f1ee-1f1f6"],isCanonical:!0},":iq:":{unicode:["1f1ee-1f1f6"],isCanonical:!1},":flag_io:":{unicode:["1f1ee-1f1f4"],isCanonical:!0},":io:":{unicode:["1f1ee-1f1f4"],isCanonical:!1},":flag_in:":{unicode:["1f1ee-1f1f3"],isCanonical:!0},":in:":{unicode:["1f1ee-1f1f3"],isCanonical:!1},":flag_im:":{unicode:["1f1ee-1f1f2"],isCanonical:!0},":im:":{unicode:["1f1ee-1f1f2"],isCanonical:!1},":flag_il:":{unicode:["1f1ee-1f1f1"],isCanonical:!0},":il:":{unicode:["1f1ee-1f1f1"],isCanonical:!1},":flag_ie:":{unicode:["1f1ee-1f1ea"],isCanonical:!0},":ie:":{unicode:["1f1ee-1f1ea"],isCanonical:!1},":flag_id:":{unicode:["1f1ee-1f1e9"],isCanonical:!0},":indonesia:":{unicode:["1f1ee-1f1e9"],isCanonical:!1},":flag_ic:":{unicode:["1f1ee-1f1e8"],isCanonical:!0},":ic:":{unicode:["1f1ee-1f1e8"],isCanonical:!1},":flag_hu:":{unicode:["1f1ed-1f1fa"],isCanonical:!0},":hu:":{unicode:["1f1ed-1f1fa"],isCanonical:!1},":flag_ht:":{unicode:["1f1ed-1f1f9"],isCanonical:!0},":ht:":{unicode:["1f1ed-1f1f9"],isCanonical:!1},":flag_hr:":{unicode:["1f1ed-1f1f7"],isCanonical:!0},":hr:":{unicode:["1f1ed-1f1f7"],isCanonical:!1},":flag_hn:":{unicode:["1f1ed-1f1f3"],isCanonical:!0},":hn:":{unicode:["1f1ed-1f1f3"],isCanonical:!1},":flag_hm:":{unicode:["1f1ed-1f1f2"],isCanonical:!0},":hm:":{unicode:["1f1ed-1f1f2"],isCanonical:!1},":flag_hk:":{unicode:["1f1ed-1f1f0"],isCanonical:!0},":hk:":{unicode:["1f1ed-1f1f0"],isCanonical:!1},":flag_gy:":{unicode:["1f1ec-1f1fe"],isCanonical:!0},":gy:":{unicode:["1f1ec-1f1fe"],isCanonical:!1},":flag_gw:":{unicode:["1f1ec-1f1fc"],isCanonical:!0},":gw:":{unicode:["1f1ec-1f1fc"],isCanonical:!1},":flag_gu:":{unicode:["1f1ec-1f1fa"],isCanonical:!0},":gu:":{unicode:["1f1ec-1f1fa"],isCanonical:!1},":flag_gt:":{unicode:["1f1ec-1f1f9"],isCanonical:!0},":gt:":{unicode:["1f1ec-1f1f9"],isCanonical:!1},":flag_gs:":{unicode:["1f1ec-1f1f8"],isCanonical:!0},":gs:":{unicode:["1f1ec-1f1f8"],isCanonical:!1},":flag_gr:":{unicode:["1f1ec-1f1f7"],isCanonical:!0},":gr:":{unicode:["1f1ec-1f1f7"],isCanonical:!1},":flag_gq:":{unicode:["1f1ec-1f1f6"],isCanonical:!0},":gq:":{unicode:["1f1ec-1f1f6"],isCanonical:!1},":flag_gp:":{unicode:["1f1ec-1f1f5"],isCanonical:!0},":gp:":{unicode:["1f1ec-1f1f5"],isCanonical:!1},":flag_gn:":{unicode:["1f1ec-1f1f3"],isCanonical:!0},":gn:":{unicode:["1f1ec-1f1f3"],isCanonical:!1},":flag_gm:":{unicode:["1f1ec-1f1f2"],isCanonical:!0},":gm:":{unicode:["1f1ec-1f1f2"],isCanonical:!1},":flag_gl:":{unicode:["1f1ec-1f1f1"],isCanonical:!0},":gl:":{unicode:["1f1ec-1f1f1"],isCanonical:!1},":flag_gi:":{unicode:["1f1ec-1f1ee"],isCanonical:!0},":gi:":{unicode:["1f1ec-1f1ee"],isCanonical:!1},":flag_gh:":{unicode:["1f1ec-1f1ed"],isCanonical:!0},":gh:":{unicode:["1f1ec-1f1ed"],isCanonical:!1},":flag_gg:":{unicode:["1f1ec-1f1ec"],isCanonical:!0},":gg:":{unicode:["1f1ec-1f1ec"],isCanonical:!1},":flag_gf:":{unicode:["1f1ec-1f1eb"],isCanonical:!0},":gf:":{unicode:["1f1ec-1f1eb"],isCanonical:!1},":flag_ge:":{unicode:["1f1ec-1f1ea"],isCanonical:!0},":ge:":{unicode:["1f1ec-1f1ea"],isCanonical:!1},":flag_gd:":{unicode:["1f1ec-1f1e9"],isCanonical:!0},":gd:":{unicode:["1f1ec-1f1e9"],isCanonical:!1},":flag_gb:":{unicode:["1f1ec-1f1e7"],isCanonical:!0},":gb:":{unicode:["1f1ec-1f1e7"],isCanonical:!1},":flag_ga:":{unicode:["1f1ec-1f1e6"],isCanonical:!0},":ga:":{unicode:["1f1ec-1f1e6"],isCanonical:!1},":flag_fr:":{unicode:["1f1eb-1f1f7"],isCanonical:!0},":fr:":{unicode:["1f1eb-1f1f7"],isCanonical:!1},":flag_fo:":{unicode:["1f1eb-1f1f4"],isCanonical:!0},":fo:":{unicode:["1f1eb-1f1f4"],isCanonical:!1},":flag_fm:":{unicode:["1f1eb-1f1f2"],isCanonical:!0},":fm:":{unicode:["1f1eb-1f1f2"],isCanonical:!1},":flag_fk:":{unicode:["1f1eb-1f1f0"],isCanonical:!0},":fk:":{unicode:["1f1eb-1f1f0"],isCanonical:!1},":flag_fj:":{unicode:["1f1eb-1f1ef"],isCanonical:!0},":fj:":{unicode:["1f1eb-1f1ef"],isCanonical:!1},":flag_fi:":{unicode:["1f1eb-1f1ee"],isCanonical:!0},":fi:":{unicode:["1f1eb-1f1ee"],isCanonical:!1},":flag_eu:":{unicode:["1f1ea-1f1fa"],isCanonical:!0},":eu:":{unicode:["1f1ea-1f1fa"],isCanonical:!1},":flag_et:":{unicode:["1f1ea-1f1f9"],isCanonical:!0},":et:":{unicode:["1f1ea-1f1f9"],isCanonical:!1},":flag_es:":{unicode:["1f1ea-1f1f8"],isCanonical:!0},":es:":{unicode:["1f1ea-1f1f8"],isCanonical:!1},":flag_er:":{unicode:["1f1ea-1f1f7"],isCanonical:!0},":er:":{unicode:["1f1ea-1f1f7"],isCanonical:!1},":flag_eh:":{unicode:["1f1ea-1f1ed"],isCanonical:!0},":eh:":{unicode:["1f1ea-1f1ed"],isCanonical:!1},":flag_eg:":{unicode:["1f1ea-1f1ec"],isCanonical:!0},":eg:":{unicode:["1f1ea-1f1ec"],isCanonical:!1},":flag_ee:":{unicode:["1f1ea-1f1ea"],isCanonical:!0},":ee:":{unicode:["1f1ea-1f1ea"],isCanonical:!1},":flag_ec:":{unicode:["1f1ea-1f1e8"],isCanonical:!0},":ec:":{unicode:["1f1ea-1f1e8"],isCanonical:!1},":flag_ea:":{unicode:["1f1ea-1f1e6"],isCanonical:!0},":ea:":{unicode:["1f1ea-1f1e6"],isCanonical:!1},":flag_dz:":{unicode:["1f1e9-1f1ff"],isCanonical:!0},":dz:":{unicode:["1f1e9-1f1ff"],isCanonical:!1},":flag_do:":{unicode:["1f1e9-1f1f4"],isCanonical:!0},":do:":{unicode:["1f1e9-1f1f4"],isCanonical:!1},":flag_dm:":{unicode:["1f1e9-1f1f2"],isCanonical:!0},":dm:":{unicode:["1f1e9-1f1f2"],isCanonical:!1},":flag_dk:":{unicode:["1f1e9-1f1f0"],isCanonical:!0},":dk:":{unicode:["1f1e9-1f1f0"],isCanonical:!1},":flag_dj:":{unicode:["1f1e9-1f1ef"],isCanonical:!0},":dj:":{unicode:["1f1e9-1f1ef"],isCanonical:!1},":flag_dg:":{unicode:["1f1e9-1f1ec"],isCanonical:!0},":dg:":{unicode:["1f1e9-1f1ec"],isCanonical:!1},":flag_de:":{unicode:["1f1e9-1f1ea"],isCanonical:!0},":de:":{unicode:["1f1e9-1f1ea"],isCanonical:!1},":flag_cz:":{unicode:["1f1e8-1f1ff"],isCanonical:!0},":cz:":{unicode:["1f1e8-1f1ff"],isCanonical:!1},":flag_cy:":{unicode:["1f1e8-1f1fe"],isCanonical:!0},":cy:":{unicode:["1f1e8-1f1fe"],isCanonical:!1},":flag_cx:":{unicode:["1f1e8-1f1fd"],isCanonical:!0},":cx:":{unicode:["1f1e8-1f1fd"],isCanonical:!1},":flag_cw:":{unicode:["1f1e8-1f1fc"],isCanonical:!0},":cw:":{unicode:["1f1e8-1f1fc"],isCanonical:!1},":flag_cv:":{unicode:["1f1e8-1f1fb"],isCanonical:!0},":cv:":{unicode:["1f1e8-1f1fb"],isCanonical:!1},":flag_cu:":{unicode:["1f1e8-1f1fa"],isCanonical:!0},":cu:":{unicode:["1f1e8-1f1fa"],isCanonical:!1},":flag_cr:":{unicode:["1f1e8-1f1f7"],isCanonical:!0},":cr:":{unicode:["1f1e8-1f1f7"],isCanonical:!1},":flag_cp:":{unicode:["1f1e8-1f1f5"],isCanonical:!0},":cp:":{unicode:["1f1e8-1f1f5"],isCanonical:!1},":flag_co:":{unicode:["1f1e8-1f1f4"],isCanonical:!0},":co:":{unicode:["1f1e8-1f1f4"],isCanonical:!1},":flag_cn:":{unicode:["1f1e8-1f1f3"],isCanonical:!0},":cn:":{unicode:["1f1e8-1f1f3"],isCanonical:!1},":flag_cm:":{unicode:["1f1e8-1f1f2"],isCanonical:!0},":cm:":{unicode:["1f1e8-1f1f2"],isCanonical:!1},":flag_cl:":{unicode:["1f1e8-1f1f1"],isCanonical:!0},":chile:":{unicode:["1f1e8-1f1f1"],isCanonical:!1},":flag_ck:":{unicode:["1f1e8-1f1f0"],isCanonical:!0},":ck:":{unicode:["1f1e8-1f1f0"],isCanonical:!1},":flag_ci:":{unicode:["1f1e8-1f1ee"],isCanonical:!0},":ci:":{unicode:["1f1e8-1f1ee"],isCanonical:!1},":flag_ch:":{unicode:["1f1e8-1f1ed"],isCanonical:!0},":ch:":{unicode:["1f1e8-1f1ed"],isCanonical:!1},":flag_cg:":{unicode:["1f1e8-1f1ec"],isCanonical:!0},":cg:":{unicode:["1f1e8-1f1ec"],isCanonical:!1},":flag_cf:":{unicode:["1f1e8-1f1eb"],isCanonical:!0},":cf:":{unicode:["1f1e8-1f1eb"],isCanonical:!1},":flag_cd:":{unicode:["1f1e8-1f1e9"],isCanonical:!0},":congo:":{unicode:["1f1e8-1f1e9"],isCanonical:!1},":flag_cc:":{unicode:["1f1e8-1f1e8"],isCanonical:!0},":cc:":{unicode:["1f1e8-1f1e8"],isCanonical:!1},":flag_ca:":{unicode:["1f1e8-1f1e6"],isCanonical:!0},":ca:":{unicode:["1f1e8-1f1e6"],isCanonical:!1},":flag_bz:":{unicode:["1f1e7-1f1ff"],isCanonical:!0},":bz:":{unicode:["1f1e7-1f1ff"],isCanonical:!1},":flag_by:":{unicode:["1f1e7-1f1fe"],isCanonical:!0},":by:":{unicode:["1f1e7-1f1fe"],isCanonical:!1},":flag_bw:":{unicode:["1f1e7-1f1fc"],isCanonical:!0},":bw:":{unicode:["1f1e7-1f1fc"],isCanonical:!1},":flag_bv:":{unicode:["1f1e7-1f1fb"],isCanonical:!0},":bv:":{unicode:["1f1e7-1f1fb"],isCanonical:!1},":flag_bt:":{unicode:["1f1e7-1f1f9"],isCanonical:!0},":bt:":{unicode:["1f1e7-1f1f9"],isCanonical:!1},":flag_bs:":{unicode:["1f1e7-1f1f8"],isCanonical:!0},":bs:":{unicode:["1f1e7-1f1f8"],isCanonical:!1},":flag_br:":{unicode:["1f1e7-1f1f7"],isCanonical:!0},":br:":{unicode:["1f1e7-1f1f7"],isCanonical:!1},":flag_bq:":{unicode:["1f1e7-1f1f6"],isCanonical:!0},":bq:":{unicode:["1f1e7-1f1f6"],isCanonical:!1},":flag_bo:":{unicode:["1f1e7-1f1f4"],isCanonical:!0},":bo:":{unicode:["1f1e7-1f1f4"],isCanonical:!1},":flag_bn:":{unicode:["1f1e7-1f1f3"],isCanonical:!0},":bn:":{unicode:["1f1e7-1f1f3"],isCanonical:!1},":flag_bm:":{unicode:["1f1e7-1f1f2"],isCanonical:!0},":bm:":{unicode:["1f1e7-1f1f2"],isCanonical:!1},":flag_bl:":{unicode:["1f1e7-1f1f1"],isCanonical:!0},":bl:":{unicode:["1f1e7-1f1f1"],isCanonical:!1},":flag_bj:":{unicode:["1f1e7-1f1ef"],isCanonical:!0},":bj:":{unicode:["1f1e7-1f1ef"],isCanonical:!1},":flag_bi:":{unicode:["1f1e7-1f1ee"],isCanonical:!0},":bi:":{unicode:["1f1e7-1f1ee"],isCanonical:!1},":flag_bh:":{unicode:["1f1e7-1f1ed"],isCanonical:!0},":bh:":{unicode:["1f1e7-1f1ed"],isCanonical:!1},":flag_bg:":{unicode:["1f1e7-1f1ec"],isCanonical:!0},":bg:":{unicode:["1f1e7-1f1ec"],isCanonical:!1},":flag_bf:":{unicode:["1f1e7-1f1eb"],isCanonical:!0},":bf:":{unicode:["1f1e7-1f1eb"],isCanonical:!1},":flag_be:":{unicode:["1f1e7-1f1ea"],isCanonical:!0},":be:":{unicode:["1f1e7-1f1ea"],isCanonical:!1},":flag_bd:":{unicode:["1f1e7-1f1e9"],isCanonical:!0},":bd:":{unicode:["1f1e7-1f1e9"],isCanonical:!1},":flag_bb:":{unicode:["1f1e7-1f1e7"],isCanonical:!0},":bb:":{unicode:["1f1e7-1f1e7"],isCanonical:!1},":flag_ba:":{unicode:["1f1e7-1f1e6"],isCanonical:!0},":ba:":{unicode:["1f1e7-1f1e6"],isCanonical:!1},":flag_az:":{unicode:["1f1e6-1f1ff"],isCanonical:!0},":az:":{unicode:["1f1e6-1f1ff"],isCanonical:!1},":flag_ax:":{unicode:["1f1e6-1f1fd"],isCanonical:!0},":ax:":{unicode:["1f1e6-1f1fd"],isCanonical:!1},":flag_aw:":{unicode:["1f1e6-1f1fc"],isCanonical:!0},":aw:":{unicode:["1f1e6-1f1fc"],isCanonical:!1},":flag_au:":{unicode:["1f1e6-1f1fa"],isCanonical:!0},":au:":{unicode:["1f1e6-1f1fa"],isCanonical:!1},":flag_at:":{unicode:["1f1e6-1f1f9"],isCanonical:!0},":at:":{unicode:["1f1e6-1f1f9"],isCanonical:!1},":flag_as:":{unicode:["1f1e6-1f1f8"],isCanonical:!0},":as:":{unicode:["1f1e6-1f1f8"],isCanonical:!1},":flag_ar:":{unicode:["1f1e6-1f1f7"],isCanonical:!0},":ar:":{unicode:["1f1e6-1f1f7"],isCanonical:!1},":flag_aq:":{unicode:["1f1e6-1f1f6"],isCanonical:!0},":aq:":{unicode:["1f1e6-1f1f6"],isCanonical:!1},":flag_ao:":{unicode:["1f1e6-1f1f4"],isCanonical:!0},":ao:":{unicode:["1f1e6-1f1f4"],isCanonical:!1},":flag_am:":{unicode:["1f1e6-1f1f2"],isCanonical:!0},":am:":{unicode:["1f1e6-1f1f2"],isCanonical:!1},":flag_al:":{unicode:["1f1e6-1f1f1"],isCanonical:!0},":al:":{unicode:["1f1e6-1f1f1"],isCanonical:!1},":flag_ai:":{unicode:["1f1e6-1f1ee"],isCanonical:!0},":ai:":{unicode:["1f1e6-1f1ee"],isCanonical:!1},":flag_ag:":{unicode:["1f1e6-1f1ec"],isCanonical:!0},":ag:":{unicode:["1f1e6-1f1ec"],isCanonical:!1},":flag_af:":{unicode:["1f1e6-1f1eb"],isCanonical:!0},":af:":{unicode:["1f1e6-1f1eb"],isCanonical:!1},":flag_ae:":{unicode:["1f1e6-1f1ea"],isCanonical:!0},":ae:":{unicode:["1f1e6-1f1ea"],isCanonical:!1},":flag_ad:":{unicode:["1f1e6-1f1e9"],isCanonical:!0},":ad:":{unicode:["1f1e6-1f1e9"],isCanonical:!1},":flag_ac:":{unicode:["1f1e6-1f1e8"],isCanonical:!0},":ac:":{unicode:["1f1e6-1f1e8"],isCanonical:!1},":mahjong:":{unicode:["1f004-fe0f","1f004"],isCanonical:!0},":parking:":{unicode:["1f17f-fe0f","1f17f"],isCanonical:!0},":sa:":{unicode:["1f202-fe0f","1f202"],isCanonical:!0},":u7121:":{unicode:["1f21a-fe0f","1f21a"],isCanonical:!0},":u6307:":{unicode:["1f22f-fe0f","1f22f"],isCanonical:!0},":u6708:":{unicode:["1f237-fe0f","1f237"],isCanonical:!0},":film_frames:":{unicode:["1f39e-fe0f","1f39e"],isCanonical:!0},":tickets:":{unicode:["1f39f-fe0f","1f39f"],isCanonical:!0},":admission_tickets:":{unicode:["1f39f-fe0f","1f39f"],isCanonical:!1},":lifter:":{unicode:["1f3cb-fe0f","1f3cb"],isCanonical:!0},":weight_lifter:":{unicode:["1f3cb-fe0f","1f3cb"],isCanonical:!1},":golfer:":{unicode:["1f3cc-fe0f","1f3cc"],isCanonical:!0},":motorcycle:":{unicode:["1f3cd-fe0f","1f3cd"],isCanonical:!0},":racing_motorcycle:":{unicode:["1f3cd-fe0f","1f3cd"],isCanonical:!1},":race_car:":{unicode:["1f3ce-fe0f","1f3ce"],isCanonical:!0},":racing_car:":{unicode:["1f3ce-fe0f","1f3ce"],isCanonical:!1},":military_medal:":{unicode:["1f396-fe0f","1f396"],isCanonical:!0},":reminder_ribbon:":{unicode:["1f397-fe0f","1f397"],isCanonical:!0},":hot_pepper:":{unicode:["1f336-fe0f","1f336"],isCanonical:!0},":cloud_rain:":{unicode:["1f327-fe0f","1f327"],isCanonical:!0},":cloud_with_rain:":{unicode:["1f327-fe0f","1f327"],isCanonical:!1},":cloud_snow:":{unicode:["1f328-fe0f","1f328"],isCanonical:!0},":cloud_with_snow:":{unicode:["1f328-fe0f","1f328"],isCanonical:!1},":cloud_lightning:":{unicode:["1f329-fe0f","1f329"],isCanonical:!0},":cloud_with_lightning:":{unicode:["1f329-fe0f","1f329"],isCanonical:!1},":cloud_tornado:":{unicode:["1f32a-fe0f","1f32a"],isCanonical:!0},":cloud_with_tornado:":{unicode:["1f32a-fe0f","1f32a"],isCanonical:!1},":fog:":{unicode:["1f32b-fe0f","1f32b"],isCanonical:!0},":wind_blowing_face:":{unicode:["1f32c-fe0f","1f32c"],isCanonical:!0},":chipmunk:":{unicode:["1f43f-fe0f","1f43f"],isCanonical:!0},":spider:":{unicode:["1f577-fe0f","1f577"],isCanonical:!0},":spider_web:":{unicode:["1f578-fe0f","1f578"],isCanonical:!0},":thermometer:":{unicode:["1f321-fe0f","1f321"],isCanonical:!0},":microphone2:":{unicode:["1f399-fe0f","1f399"],isCanonical:!0},":studio_microphone:":{unicode:["1f399-fe0f","1f399"],isCanonical:!1},":level_slider:":{unicode:["1f39a-fe0f","1f39a"],isCanonical:!0},":control_knobs:":{unicode:["1f39b-fe0f","1f39b"],isCanonical:!0},":flag_white:":{unicode:["1f3f3-fe0f","1f3f3"],isCanonical:!0},":waving_white_flag:":{unicode:["1f3f3-fe0f","1f3f3"],isCanonical:!1},":rosette:":{unicode:["1f3f5-fe0f","1f3f5"],isCanonical:!0},":label:":{unicode:["1f3f7-fe0f","1f3f7"],isCanonical:!0},":projector:":{unicode:["1f4fd-fe0f","1f4fd"],isCanonical:!0},":film_projector:":{unicode:["1f4fd-fe0f","1f4fd"],isCanonical:!1},":om_symbol:":{unicode:["1f549-fe0f","1f549"],isCanonical:!0},":dove:":{unicode:["1f54a-fe0f","1f54a"],isCanonical:!0},":dove_of_peace:":{unicode:["1f54a-fe0f","1f54a"],isCanonical:!1},":candle:":{unicode:["1f56f-fe0f","1f56f"],isCanonical:!0},":clock:":{unicode:["1f570-fe0f","1f570"],isCanonical:!0},":mantlepiece_clock:":{unicode:["1f570-fe0f","1f570"],isCanonical:!1},":hole:":{unicode:["1f573-fe0f","1f573"],isCanonical:!0},":dark_sunglasses:":{unicode:["1f576-fe0f","1f576"],isCanonical:!0},":joystick:":{unicode:["1f579-fe0f","1f579"],isCanonical:!0},":paperclips:":{unicode:["1f587-fe0f","1f587"],isCanonical:!0},":linked_paperclips:":{unicode:["1f587-fe0f","1f587"],isCanonical:!1},":pen_ballpoint:":{unicode:["1f58a-fe0f","1f58a"],isCanonical:!0},":lower_left_ballpoint_pen:":{unicode:["1f58a-fe0f","1f58a"],isCanonical:!1},":pen_fountain:":{unicode:["1f58b-fe0f","1f58b"],isCanonical:!0},":lower_left_fountain_pen:":{unicode:["1f58b-fe0f","1f58b"],isCanonical:!1},":paintbrush:":{unicode:["1f58c-fe0f","1f58c"],isCanonical:!0},":lower_left_paintbrush:":{unicode:["1f58c-fe0f","1f58c"],isCanonical:!1},":crayon:":{unicode:["1f58d-fe0f","1f58d"],isCanonical:!0},":lower_left_crayon:":{unicode:["1f58d-fe0f","1f58d"],isCanonical:!1},":desktop:":{unicode:["1f5a5-fe0f","1f5a5"],isCanonical:!0},":desktop_computer:":{unicode:["1f5a5-fe0f","1f5a5"],isCanonical:!1},":printer:":{unicode:["1f5a8-fe0f","1f5a8"],isCanonical:!0},":trackball:":{unicode:["1f5b2-fe0f","1f5b2"],isCanonical:!0},":frame_photo:":{unicode:["1f5bc-fe0f","1f5bc"],isCanonical:!0},":frame_with_picture:":{unicode:["1f5bc-fe0f","1f5bc"],isCanonical:!1},":dividers:":{unicode:["1f5c2-fe0f","1f5c2"],isCanonical:!0},":card_index_dividers:":{unicode:["1f5c2-fe0f","1f5c2"],isCanonical:!1},":card_box:":{unicode:["1f5c3-fe0f","1f5c3"],isCanonical:!0},":card_file_box:":{unicode:["1f5c3-fe0f","1f5c3"],isCanonical:!1},":file_cabinet:":{unicode:["1f5c4-fe0f","1f5c4"],isCanonical:!0},":wastebasket:":{unicode:["1f5d1-fe0f","1f5d1"],isCanonical:!0},":notepad_spiral:":{unicode:["1f5d2-fe0f","1f5d2"],isCanonical:!0},":spiral_note_pad:":{unicode:["1f5d2-fe0f","1f5d2"],isCanonical:!1},":calendar_spiral:":{unicode:["1f5d3-fe0f","1f5d3"],isCanonical:!0},":spiral_calendar_pad:":{unicode:["1f5d3-fe0f","1f5d3"],isCanonical:!1},":compression:":{unicode:["1f5dc-fe0f","1f5dc"],isCanonical:!0},":key2:":{unicode:["1f5dd-fe0f","1f5dd"],isCanonical:!0},":old_key:":{unicode:["1f5dd-fe0f","1f5dd"],isCanonical:!1},":newspaper2:":{unicode:["1f5de-fe0f","1f5de"],isCanonical:!0},":rolled_up_newspaper:":{unicode:["1f5de-fe0f","1f5de"],isCanonical:!1},":dagger:":{unicode:["1f5e1-fe0f","1f5e1"],isCanonical:!0},":dagger_knife:":{unicode:["1f5e1-fe0f","1f5e1"],isCanonical:!1},":speaking_head:":{unicode:["1f5e3-fe0f","1f5e3"],isCanonical:!0},":speaking_head_in_silhouette:":{unicode:["1f5e3-fe0f","1f5e3"],isCanonical:!1},":anger_right:":{unicode:["1f5ef-fe0f","1f5ef"],isCanonical:!0},":right_anger_bubble:":{unicode:["1f5ef-fe0f","1f5ef"],isCanonical:!1},":ballot_box:":{unicode:["1f5f3-fe0f","1f5f3"],isCanonical:!0},":ballot_box_with_ballot:":{unicode:["1f5f3-fe0f","1f5f3"],isCanonical:!1},":map:":{unicode:["1f5fa-fe0f","1f5fa"],isCanonical:!0},":world_map:":{unicode:["1f5fa-fe0f","1f5fa"],isCanonical:!1},":tools:":{unicode:["1f6e0-fe0f","1f6e0"],isCanonical:!0},":hammer_and_wrench:":{unicode:["1f6e0-fe0f","1f6e0"],isCanonical:!1},":shield:":{unicode:["1f6e1-fe0f","1f6e1"],isCanonical:!0},":oil:":{unicode:["1f6e2-fe0f","1f6e2"],isCanonical:!0},":oil_drum:":{unicode:["1f6e2-fe0f","1f6e2"],isCanonical:!1},":satellite_orbital:":{unicode:["1f6f0-fe0f","1f6f0"],isCanonical:!0},":fork_knife_plate:":{unicode:["1f37d-fe0f","1f37d"],isCanonical:!0},":fork_and_knife_with_plate:":{unicode:["1f37d-fe0f","1f37d"],isCanonical:!1},":eye:":{unicode:["1f441-fe0f","1f441"],isCanonical:!0},":levitate:":{unicode:["1f574-fe0f","1f574"],isCanonical:!0},":man_in_business_suit_levitating:":{unicode:["1f574-fe0f","1f574"],isCanonical:!1},":spy:":{unicode:["1f575-fe0f","1f575"],isCanonical:!0},":sleuth_or_spy:":{unicode:["1f575-fe0f","1f575"],isCanonical:!1},":hand_splayed:":{unicode:["1f590-fe0f","1f590"],isCanonical:!0},":raised_hand_with_fingers_splayed:":{unicode:["1f590-fe0f","1f590"],isCanonical:!1},":mountain_snow:":{unicode:["1f3d4-fe0f","1f3d4"],isCanonical:!0},":snow_capped_mountain:":{unicode:["1f3d4-fe0f","1f3d4"],isCanonical:!1},":camping:":{unicode:["1f3d5-fe0f","1f3d5"],isCanonical:!0},":beach:":{unicode:["1f3d6-fe0f","1f3d6"],isCanonical:!0},":beach_with_umbrella:":{unicode:["1f3d6-fe0f","1f3d6"],isCanonical:!1},":construction_site:":{unicode:["1f3d7-fe0f","1f3d7"],isCanonical:!0},":building_construction:":{unicode:["1f3d7-fe0f","1f3d7"],isCanonical:!1},":homes:":{unicode:["1f3d8-fe0f","1f3d8"],isCanonical:!0},":house_buildings:":{unicode:["1f3d8-fe0f","1f3d8"],isCanonical:!1},":cityscape:":{unicode:["1f3d9-fe0f","1f3d9"],isCanonical:!0},":house_abandoned:":{unicode:["1f3da-fe0f","1f3da"],isCanonical:!0},":derelict_house_building:":{unicode:["1f3da-fe0f","1f3da"],isCanonical:!1},":classical_building:":{unicode:["1f3db-fe0f","1f3db"],isCanonical:!0},":desert:":{unicode:["1f3dc-fe0f","1f3dc"],isCanonical:!0},":island:":{unicode:["1f3dd-fe0f","1f3dd"],isCanonical:!0},":desert_island:":{unicode:["1f3dd-fe0f","1f3dd"],isCanonical:!1},":park:":{unicode:["1f3de-fe0f","1f3de"],isCanonical:!0},":national_park:":{unicode:["1f3de-fe0f","1f3de"],isCanonical:!1},":stadium:":{unicode:["1f3df-fe0f","1f3df"],isCanonical:!0},":couch:":{unicode:["1f6cb-fe0f","1f6cb"],isCanonical:!0},":couch_and_lamp:":{unicode:["1f6cb-fe0f","1f6cb"],isCanonical:!1},":shopping_bags:":{unicode:["1f6cd-fe0f","1f6cd"],isCanonical:!0},":bellhop:":{unicode:["1f6ce-fe0f","1f6ce"],isCanonical:!0},":bellhop_bell:":{unicode:["1f6ce-fe0f","1f6ce"],isCanonical:!1},":bed:":{unicode:["1f6cf-fe0f","1f6cf"],isCanonical:!0},":motorway:":{unicode:["1f6e3-fe0f","1f6e3"],isCanonical:!0},":railway_track:":{unicode:["1f6e4-fe0f","1f6e4"],isCanonical:!0},":railroad_track:":{unicode:["1f6e4-fe0f","1f6e4"],isCanonical:!1},":motorboat:":{unicode:["1f6e5-fe0f","1f6e5"],isCanonical:!0},":airplane_small:":{unicode:["1f6e9-fe0f","1f6e9"],isCanonical:!0},":small_airplane:":{unicode:["1f6e9-fe0f","1f6e9"],isCanonical:!1},":cruise_ship:":{unicode:["1f6f3-fe0f","1f6f3"],isCanonical:!0},":passenger_ship:":{unicode:["1f6f3-fe0f","1f6f3"],isCanonical:!1},":white_sun_small_cloud:":{unicode:["1f324-fe0f","1f324"],isCanonical:!0},":white_sun_with_small_cloud:":{unicode:["1f324-fe0f","1f324"],isCanonical:!1},":white_sun_cloud:":{unicode:["1f325-fe0f","1f325"],isCanonical:!0},":white_sun_behind_cloud:":{unicode:["1f325-fe0f","1f325"],isCanonical:!1},":white_sun_rain_cloud:":{unicode:["1f326-fe0f","1f326"],isCanonical:!0},":white_sun_behind_cloud_with_rain:":{unicode:["1f326-fe0f","1f326"],isCanonical:!1},":mouse_three_button:":{unicode:["1f5b1-fe0f","1f5b1"],isCanonical:!0},":three_button_mouse:":{unicode:["1f5b1-fe0f","1f5b1"],isCanonical:!1},":point_up_tone1:":{unicode:["261d-1f3fb"],isCanonical:!0},":point_up_tone2:":{unicode:["261d-1f3fc"],isCanonical:!0},":point_up_tone3:":{unicode:["261d-1f3fd"],isCanonical:!0},":point_up_tone4:":{unicode:["261d-1f3fe"],isCanonical:!0},":point_up_tone5:":{unicode:["261d-1f3ff"],isCanonical:!0},":v_tone1:":{unicode:["270c-1f3fb"],isCanonical:!0},":v_tone2:":{unicode:["270c-1f3fc"],isCanonical:!0},":v_tone3:":{unicode:["270c-1f3fd"],isCanonical:!0},":v_tone4:":{unicode:["270c-1f3fe"],isCanonical:!0},":v_tone5:":{unicode:["270c-1f3ff"],isCanonical:!0},":fist_tone1:":{unicode:["270a-1f3fb"],isCanonical:!0},":fist_tone2:":{unicode:["270a-1f3fc"],isCanonical:!0},":fist_tone3:":{unicode:["270a-1f3fd"],isCanonical:!0},":fist_tone4:":{unicode:["270a-1f3fe"],isCanonical:!0},":fist_tone5:":{unicode:["270a-1f3ff"],isCanonical:!0},":raised_hand_tone1:":{unicode:["270b-1f3fb"],isCanonical:!0},":raised_hand_tone2:":{unicode:["270b-1f3fc"],isCanonical:!0},":raised_hand_tone3:":{unicode:["270b-1f3fd"],isCanonical:!0},":raised_hand_tone4:":{unicode:["270b-1f3fe"],isCanonical:!0},":raised_hand_tone5:":{unicode:["270b-1f3ff"],isCanonical:!0},":writing_hand_tone1:":{unicode:["270d-1f3fb"],isCanonical:!0},":writing_hand_tone2:":{unicode:["270d-1f3fc"],isCanonical:!0},":writing_hand_tone3:":{unicode:["270d-1f3fd"],isCanonical:!0},":writing_hand_tone4:":{unicode:["270d-1f3fe"],isCanonical:!0},":writing_hand_tone5:":{unicode:["270d-1f3ff"],isCanonical:!0},":basketball_player_tone1:":{unicode:["26f9-1f3fb"],isCanonical:!0},":person_with_ball_tone1:":{unicode:["26f9-1f3fb"],isCanonical:!1},":basketball_player_tone2:":{unicode:["26f9-1f3fc"],isCanonical:!0},":person_with_ball_tone2:":{unicode:["26f9-1f3fc"],isCanonical:!1},":basketball_player_tone3:":{unicode:["26f9-1f3fd"],isCanonical:!0},":person_with_ball_tone3:":{unicode:["26f9-1f3fd"],isCanonical:!1},":basketball_player_tone4:":{unicode:["26f9-1f3fe"],isCanonical:!0},":person_with_ball_tone4:":{unicode:["26f9-1f3fe"],isCanonical:!1},":basketball_player_tone5:":{unicode:["26f9-1f3ff"],isCanonical:!0},":person_with_ball_tone5:":{unicode:["26f9-1f3ff"],isCanonical:!1},":copyright:":{unicode:["00a9-fe0f","00a9"],isCanonical:!0},":registered:":{unicode:["00ae-fe0f","00ae"],isCanonical:!0},":bangbang:":{unicode:["203c-fe0f","203c"],isCanonical:!0},":interrobang:":{unicode:["2049-fe0f","2049"],isCanonical:!0},":tm:":{unicode:["2122-fe0f","2122"],isCanonical:!0},":information_source:":{unicode:["2139-fe0f","2139"],isCanonical:!0},":left_right_arrow:":{unicode:["2194-fe0f","2194"],isCanonical:!0},":arrow_up_down:":{unicode:["2195-fe0f","2195"],isCanonical:!0},":arrow_upper_left:":{unicode:["2196-fe0f","2196"],isCanonical:!0},":arrow_upper_right:":{unicode:["2197-fe0f","2197"],isCanonical:!0},":arrow_lower_right:":{unicode:["2198-fe0f","2198"],isCanonical:!0},":arrow_lower_left:":{unicode:["2199-fe0f","2199"],isCanonical:!0},":leftwards_arrow_with_hook:":{unicode:["21a9-fe0f","21a9"],isCanonical:!0},":arrow_right_hook:":{unicode:["21aa-fe0f","21aa"],isCanonical:!0},":watch:":{unicode:["231a-fe0f","231a"],isCanonical:!0},":hourglass:":{unicode:["231b-fe0f","231b"],isCanonical:!0},":m:":{unicode:["24c2-fe0f","24c2"],isCanonical:!0 },":black_small_square:":{unicode:["25aa-fe0f","25aa"],isCanonical:!0},":white_small_square:":{unicode:["25ab-fe0f","25ab"],isCanonical:!0},":arrow_forward:":{unicode:["25b6-fe0f","25b6"],isCanonical:!0},":arrow_backward:":{unicode:["25c0-fe0f","25c0"],isCanonical:!0},":white_medium_square:":{unicode:["25fb-fe0f","25fb"],isCanonical:!0},":black_medium_square:":{unicode:["25fc-fe0f","25fc"],isCanonical:!0},":white_medium_small_square:":{unicode:["25fd-fe0f","25fd"],isCanonical:!0},":black_medium_small_square:":{unicode:["25fe-fe0f","25fe"],isCanonical:!0},":sunny:":{unicode:["2600-fe0f","2600"],isCanonical:!0},":cloud:":{unicode:["2601-fe0f","2601"],isCanonical:!0},":telephone:":{unicode:["260e-fe0f","260e"],isCanonical:!0},":ballot_box_with_check:":{unicode:["2611-fe0f","2611"],isCanonical:!0},":umbrella:":{unicode:["2614-fe0f","2614"],isCanonical:!0},":coffee:":{unicode:["2615-fe0f","2615"],isCanonical:!0},":point_up:":{unicode:["261d-fe0f","261d"],isCanonical:!0},":relaxed:":{unicode:["263a-fe0f","263a"],isCanonical:!0},":aries:":{unicode:["2648-fe0f","2648"],isCanonical:!0},":taurus:":{unicode:["2649-fe0f","2649"],isCanonical:!0},":gemini:":{unicode:["264a-fe0f","264a"],isCanonical:!0},":cancer:":{unicode:["264b-fe0f","264b"],isCanonical:!0},":leo:":{unicode:["264c-fe0f","264c"],isCanonical:!0},":virgo:":{unicode:["264d-fe0f","264d"],isCanonical:!0},":libra:":{unicode:["264e-fe0f","264e"],isCanonical:!0},":scorpius:":{unicode:["264f-fe0f","264f"],isCanonical:!0},":sagittarius:":{unicode:["2650-fe0f","2650"],isCanonical:!0},":capricorn:":{unicode:["2651-fe0f","2651"],isCanonical:!0},":aquarius:":{unicode:["2652-fe0f","2652"],isCanonical:!0},":pisces:":{unicode:["2653-fe0f","2653"],isCanonical:!0},":spades:":{unicode:["2660-fe0f","2660"],isCanonical:!0},":clubs:":{unicode:["2663-fe0f","2663"],isCanonical:!0},":hearts:":{unicode:["2665-fe0f","2665"],isCanonical:!0},":diamonds:":{unicode:["2666-fe0f","2666"],isCanonical:!0},":hotsprings:":{unicode:["2668-fe0f","2668"],isCanonical:!0},":recycle:":{unicode:["267b-fe0f","267b"],isCanonical:!0},":wheelchair:":{unicode:["267f-fe0f","267f"],isCanonical:!0},":anchor:":{unicode:["2693-fe0f","2693"],isCanonical:!0},":warning:":{unicode:["26a0-fe0f","26a0"],isCanonical:!0},":zap:":{unicode:["26a1-fe0f","26a1"],isCanonical:!0},":white_circle:":{unicode:["26aa-fe0f","26aa"],isCanonical:!0},":black_circle:":{unicode:["26ab-fe0f","26ab"],isCanonical:!0},":soccer:":{unicode:["26bd-fe0f","26bd"],isCanonical:!0},":baseball:":{unicode:["26be-fe0f","26be"],isCanonical:!0},":snowman:":{unicode:["26c4-fe0f","26c4"],isCanonical:!0},":partly_sunny:":{unicode:["26c5-fe0f","26c5"],isCanonical:!0},":no_entry:":{unicode:["26d4-fe0f","26d4"],isCanonical:!0},":church:":{unicode:["26ea-fe0f","26ea"],isCanonical:!0},":fountain:":{unicode:["26f2-fe0f","26f2"],isCanonical:!0},":golf:":{unicode:["26f3-fe0f","26f3"],isCanonical:!0},":sailboat:":{unicode:["26f5-fe0f","26f5"],isCanonical:!0},":tent:":{unicode:["26fa-fe0f","26fa"],isCanonical:!0},":fuelpump:":{unicode:["26fd-fe0f","26fd"],isCanonical:!0},":scissors:":{unicode:["2702-fe0f","2702"],isCanonical:!0},":airplane:":{unicode:["2708-fe0f","2708"],isCanonical:!0},":envelope:":{unicode:["2709-fe0f","2709"],isCanonical:!0},":v:":{unicode:["270c-fe0f","270c"],isCanonical:!0},":pencil2:":{unicode:["270f-fe0f","270f"],isCanonical:!0},":black_nib:":{unicode:["2712-fe0f","2712"],isCanonical:!0},":heavy_check_mark:":{unicode:["2714-fe0f","2714"],isCanonical:!0},":heavy_multiplication_x:":{unicode:["2716-fe0f","2716"],isCanonical:!0},":eight_spoked_asterisk:":{unicode:["2733-fe0f","2733"],isCanonical:!0},":eight_pointed_black_star:":{unicode:["2734-fe0f","2734"],isCanonical:!0},":snowflake:":{unicode:["2744-fe0f","2744"],isCanonical:!0},":sparkle:":{unicode:["2747-fe0f","2747"],isCanonical:!0},":exclamation:":{unicode:["2757-fe0f","2757"],isCanonical:!0},":heart:":{unicode:["2764-fe0f","2764"],isCanonical:!0},":arrow_right:":{unicode:["27a1-fe0f","27a1"],isCanonical:!0},":arrow_heading_up:":{unicode:["2934-fe0f","2934"],isCanonical:!0},":arrow_heading_down:":{unicode:["2935-fe0f","2935"],isCanonical:!0},":arrow_left:":{unicode:["2b05-fe0f","2b05"],isCanonical:!0},":arrow_up:":{unicode:["2b06-fe0f","2b06"],isCanonical:!0},":arrow_down:":{unicode:["2b07-fe0f","2b07"],isCanonical:!0},":black_large_square:":{unicode:["2b1b-fe0f","2b1b"],isCanonical:!0},":white_large_square:":{unicode:["2b1c-fe0f","2b1c"],isCanonical:!0},":star:":{unicode:["2b50-fe0f","2b50"],isCanonical:!0},":o:":{unicode:["2b55-fe0f","2b55"],isCanonical:!0},":wavy_dash:":{unicode:["3030-fe0f","3030"],isCanonical:!0},":part_alternation_mark:":{unicode:["303d-fe0f","303d"],isCanonical:!0},":congratulations:":{unicode:["3297-fe0f","3297"],isCanonical:!0},":secret:":{unicode:["3299-fe0f","3299"],isCanonical:!0},":cross:":{unicode:["271d-fe0f","271d"],isCanonical:!0},":latin_cross:":{unicode:["271d-fe0f","271d"],isCanonical:!1},":keyboard:":{unicode:["2328-fe0f","2328"],isCanonical:!0},":writing_hand:":{unicode:["270d-fe0f","270d"],isCanonical:!0},":track_next:":{unicode:["23ed-fe0f","23ed"],isCanonical:!0},":next_track:":{unicode:["23ed-fe0f","23ed"],isCanonical:!1},":track_previous:":{unicode:["23ee-fe0f","23ee"],isCanonical:!0},":previous_track:":{unicode:["23ee-fe0f","23ee"],isCanonical:!1},":play_pause:":{unicode:["23ef-fe0f","23ef"],isCanonical:!0},":stopwatch:":{unicode:["23f1-fe0f","23f1"],isCanonical:!0},":timer:":{unicode:["23f2-fe0f","23f2"],isCanonical:!0},":timer_clock:":{unicode:["23f2-fe0f","23f2"],isCanonical:!1},":pause_button:":{unicode:["23f8-fe0f","23f8"],isCanonical:!0},":double_vertical_bar:":{unicode:["23f8-fe0f","23f8"],isCanonical:!1},":stop_button:":{unicode:["23f9-fe0f","23f9"],isCanonical:!0},":record_button:":{unicode:["23fa-fe0f","23fa"],isCanonical:!0},":umbrella2:":{unicode:["2602-fe0f","2602"],isCanonical:!0},":snowman2:":{unicode:["2603-fe0f","2603"],isCanonical:!0},":comet:":{unicode:["2604-fe0f","2604"],isCanonical:!0},":shamrock:":{unicode:["2618-fe0f","2618"],isCanonical:!0},":skull_crossbones:":{unicode:["2620-fe0f","2620"],isCanonical:!0},":skull_and_crossbones:":{unicode:["2620-fe0f","2620"],isCanonical:!1},":radioactive:":{unicode:["2622-fe0f","2622"],isCanonical:!0},":radioactive_sign:":{unicode:["2622-fe0f","2622"],isCanonical:!1},":biohazard:":{unicode:["2623-fe0f","2623"],isCanonical:!0},":biohazard_sign:":{unicode:["2623-fe0f","2623"],isCanonical:!1},":orthodox_cross:":{unicode:["2626-fe0f","2626"],isCanonical:!0},":star_and_crescent:":{unicode:["262a-fe0f","262a"],isCanonical:!0},":peace:":{unicode:["262e-fe0f","262e"],isCanonical:!0},":peace_symbol:":{unicode:["262e-fe0f","262e"],isCanonical:!1},":yin_yang:":{unicode:["262f-fe0f","262f"],isCanonical:!0},":wheel_of_dharma:":{unicode:["2638-fe0f","2638"],isCanonical:!0},":frowning2:":{unicode:["2639-fe0f","2639"],isCanonical:!0},":white_frowning_face:":{unicode:["2639-fe0f","2639"],isCanonical:!1},":hammer_pick:":{unicode:["2692-fe0f","2692"],isCanonical:!0},":hammer_and_pick:":{unicode:["2692-fe0f","2692"],isCanonical:!1},":crossed_swords:":{unicode:["2694-fe0f","2694"],isCanonical:!0},":scales:":{unicode:["2696-fe0f","2696"],isCanonical:!0},":alembic:":{unicode:["2697-fe0f","2697"],isCanonical:!0},":gear:":{unicode:["2699-fe0f","2699"],isCanonical:!0},":atom:":{unicode:["269b-fe0f","269b"],isCanonical:!0},":atom_symbol:":{unicode:["269b-fe0f","269b"],isCanonical:!1},":fleur-de-lis:":{unicode:["269c-fe0f","269c"],isCanonical:!0},":coffin:":{unicode:["26b0-fe0f","26b0"],isCanonical:!0},":urn:":{unicode:["26b1-fe0f","26b1"],isCanonical:!0},":funeral_urn:":{unicode:["26b1-fe0f","26b1"],isCanonical:!1},":thunder_cloud_rain:":{unicode:["26c8-fe0f","26c8"],isCanonical:!0},":thunder_cloud_and_rain:":{unicode:["26c8-fe0f","26c8"],isCanonical:!1},":pick:":{unicode:["26cf-fe0f","26cf"],isCanonical:!0},":helmet_with_cross:":{unicode:["26d1-fe0f","26d1"],isCanonical:!0},":helmet_with_white_cross:":{unicode:["26d1-fe0f","26d1"],isCanonical:!1},":chains:":{unicode:["26d3-fe0f","26d3"],isCanonical:!0},":shinto_shrine:":{unicode:["26e9-fe0f","26e9"],isCanonical:!0},":mountain:":{unicode:["26f0-fe0f","26f0"],isCanonical:!0},":beach_umbrella:":{unicode:["26f1-fe0f","26f1"],isCanonical:!0},":umbrella_on_ground:":{unicode:["26f1-fe0f","26f1"],isCanonical:!1},":ferry:":{unicode:["26f4-fe0f","26f4"],isCanonical:!0},":skier:":{unicode:["26f7-fe0f","26f7"],isCanonical:!0},":ice_skate:":{unicode:["26f8-fe0f","26f8"],isCanonical:!0},":basketball_player:":{unicode:["26f9-fe0f","26f9"],isCanonical:!0},":person_with_ball:":{unicode:["26f9-fe0f","26f9"],isCanonical:!1},":star_of_david:":{unicode:["2721-fe0f","2721"],isCanonical:!0},":heart_exclamation:":{unicode:["2763-fe0f","2763"],isCanonical:!0},":heavy_heart_exclamation_mark_ornament:":{unicode:["2763-fe0f","2763"],isCanonical:!1},":black_joker:":{unicode:["1f0cf"],isCanonical:!0},":a:":{unicode:["1f170"],isCanonical:!0},":b:":{unicode:["1f171"],isCanonical:!0},":o2:":{unicode:["1f17e"],isCanonical:!0},":ab:":{unicode:["1f18e"],isCanonical:!0},":cl:":{unicode:["1f191"],isCanonical:!0},":cool:":{unicode:["1f192"],isCanonical:!0},":free:":{unicode:["1f193"],isCanonical:!0},":id:":{unicode:["1f194"],isCanonical:!0},":new:":{unicode:["1f195"],isCanonical:!0},":ng:":{unicode:["1f196"],isCanonical:!0},":ok:":{unicode:["1f197"],isCanonical:!0},":sos:":{unicode:["1f198"],isCanonical:!0},":up:":{unicode:["1f199"],isCanonical:!0},":vs:":{unicode:["1f19a"],isCanonical:!0},":koko:":{unicode:["1f201"],isCanonical:!0},":u7981:":{unicode:["1f232"],isCanonical:!0},":u7a7a:":{unicode:["1f233"],isCanonical:!0},":u5408:":{unicode:["1f234"],isCanonical:!0},":u6e80:":{unicode:["1f235"],isCanonical:!0},":u6709:":{unicode:["1f236"],isCanonical:!0},":u7533:":{unicode:["1f238"],isCanonical:!0},":u5272:":{unicode:["1f239"],isCanonical:!0},":u55b6:":{unicode:["1f23a"],isCanonical:!0},":ideograph_advantage:":{unicode:["1f250"],isCanonical:!0},":accept:":{unicode:["1f251"],isCanonical:!0},":cyclone:":{unicode:["1f300"],isCanonical:!0},":foggy:":{unicode:["1f301"],isCanonical:!0},":closed_umbrella:":{unicode:["1f302"],isCanonical:!0},":night_with_stars:":{unicode:["1f303"],isCanonical:!0},":sunrise_over_mountains:":{unicode:["1f304"],isCanonical:!0},":sunrise:":{unicode:["1f305"],isCanonical:!0},":city_dusk:":{unicode:["1f306"],isCanonical:!0},":city_sunset:":{unicode:["1f307"],isCanonical:!0},":city_sunrise:":{unicode:["1f307"],isCanonical:!1},":rainbow:":{unicode:["1f308"],isCanonical:!0},":bridge_at_night:":{unicode:["1f309"],isCanonical:!0},":ocean:":{unicode:["1f30a"],isCanonical:!0},":volcano:":{unicode:["1f30b"],isCanonical:!0},":milky_way:":{unicode:["1f30c"],isCanonical:!0},":earth_asia:":{unicode:["1f30f"],isCanonical:!0},":new_moon:":{unicode:["1f311"],isCanonical:!0},":first_quarter_moon:":{unicode:["1f313"],isCanonical:!0},":waxing_gibbous_moon:":{unicode:["1f314"],isCanonical:!0},":full_moon:":{unicode:["1f315"],isCanonical:!0},":crescent_moon:":{unicode:["1f319"],isCanonical:!0},":first_quarter_moon_with_face:":{unicode:["1f31b"],isCanonical:!0},":star2:":{unicode:["1f31f"],isCanonical:!0},":stars:":{unicode:["1f320"],isCanonical:!0},":chestnut:":{unicode:["1f330"],isCanonical:!0},":seedling:":{unicode:["1f331"],isCanonical:!0},":palm_tree:":{unicode:["1f334"],isCanonical:!0},":cactus:":{unicode:["1f335"],isCanonical:!0},":tulip:":{unicode:["1f337"],isCanonical:!0},":cherry_blossom:":{unicode:["1f338"],isCanonical:!0},":rose:":{unicode:["1f339"],isCanonical:!0},":hibiscus:":{unicode:["1f33a"],isCanonical:!0},":sunflower:":{unicode:["1f33b"],isCanonical:!0},":blossom:":{unicode:["1f33c"],isCanonical:!0},":corn:":{unicode:["1f33d"],isCanonical:!0},":ear_of_rice:":{unicode:["1f33e"],isCanonical:!0},":herb:":{unicode:["1f33f"],isCanonical:!0},":four_leaf_clover:":{unicode:["1f340"],isCanonical:!0},":maple_leaf:":{unicode:["1f341"],isCanonical:!0},":fallen_leaf:":{unicode:["1f342"],isCanonical:!0},":leaves:":{unicode:["1f343"],isCanonical:!0},":mushroom:":{unicode:["1f344"],isCanonical:!0},":tomato:":{unicode:["1f345"],isCanonical:!0},":eggplant:":{unicode:["1f346"],isCanonical:!0},":grapes:":{unicode:["1f347"],isCanonical:!0},":melon:":{unicode:["1f348"],isCanonical:!0},":watermelon:":{unicode:["1f349"],isCanonical:!0},":tangerine:":{unicode:["1f34a"],isCanonical:!0},":banana:":{unicode:["1f34c"],isCanonical:!0},":pineapple:":{unicode:["1f34d"],isCanonical:!0},":apple:":{unicode:["1f34e"],isCanonical:!0},":green_apple:":{unicode:["1f34f"],isCanonical:!0},":peach:":{unicode:["1f351"],isCanonical:!0},":cherries:":{unicode:["1f352"],isCanonical:!0},":strawberry:":{unicode:["1f353"],isCanonical:!0},":hamburger:":{unicode:["1f354"],isCanonical:!0},":pizza:":{unicode:["1f355"],isCanonical:!0},":meat_on_bone:":{unicode:["1f356"],isCanonical:!0},":poultry_leg:":{unicode:["1f357"],isCanonical:!0},":rice_cracker:":{unicode:["1f358"],isCanonical:!0},":rice_ball:":{unicode:["1f359"],isCanonical:!0},":rice:":{unicode:["1f35a"],isCanonical:!0},":curry:":{unicode:["1f35b"],isCanonical:!0},":ramen:":{unicode:["1f35c"],isCanonical:!0},":spaghetti:":{unicode:["1f35d"],isCanonical:!0},":bread:":{unicode:["1f35e"],isCanonical:!0},":fries:":{unicode:["1f35f"],isCanonical:!0},":sweet_potato:":{unicode:["1f360"],isCanonical:!0},":dango:":{unicode:["1f361"],isCanonical:!0},":oden:":{unicode:["1f362"],isCanonical:!0},":sushi:":{unicode:["1f363"],isCanonical:!0},":fried_shrimp:":{unicode:["1f364"],isCanonical:!0},":fish_cake:":{unicode:["1f365"],isCanonical:!0},":icecream:":{unicode:["1f366"],isCanonical:!0},":shaved_ice:":{unicode:["1f367"],isCanonical:!0},":ice_cream:":{unicode:["1f368"],isCanonical:!0},":doughnut:":{unicode:["1f369"],isCanonical:!0},":cookie:":{unicode:["1f36a"],isCanonical:!0},":chocolate_bar:":{unicode:["1f36b"],isCanonical:!0},":candy:":{unicode:["1f36c"],isCanonical:!0},":lollipop:":{unicode:["1f36d"],isCanonical:!0},":custard:":{unicode:["1f36e"],isCanonical:!0},":pudding:":{unicode:["1f36e"],isCanonical:!1},":flan:":{unicode:["1f36e"],isCanonical:!1},":honey_pot:":{unicode:["1f36f"],isCanonical:!0},":cake:":{unicode:["1f370"],isCanonical:!0},":bento:":{unicode:["1f371"],isCanonical:!0},":stew:":{unicode:["1f372"],isCanonical:!0},":egg:":{unicode:["1f373"],isCanonical:!0},":fork_and_knife:":{unicode:["1f374"],isCanonical:!0},":tea:":{unicode:["1f375"],isCanonical:!0},":sake:":{unicode:["1f376"],isCanonical:!0},":wine_glass:":{unicode:["1f377"],isCanonical:!0},":cocktail:":{unicode:["1f378"],isCanonical:!0},":tropical_drink:":{unicode:["1f379"],isCanonical:!0},":beer:":{unicode:["1f37a"],isCanonical:!0},":beers:":{unicode:["1f37b"],isCanonical:!0},":ribbon:":{unicode:["1f380"],isCanonical:!0},":gift:":{unicode:["1f381"],isCanonical:!0},":birthday:":{unicode:["1f382"],isCanonical:!0},":jack_o_lantern:":{unicode:["1f383"],isCanonical:!0},":christmas_tree:":{unicode:["1f384"],isCanonical:!0},":santa:":{unicode:["1f385"],isCanonical:!0},":fireworks:":{unicode:["1f386"],isCanonical:!0},":sparkler:":{unicode:["1f387"],isCanonical:!0},":balloon:":{unicode:["1f388"],isCanonical:!0},":tada:":{unicode:["1f389"],isCanonical:!0},":confetti_ball:":{unicode:["1f38a"],isCanonical:!0},":tanabata_tree:":{unicode:["1f38b"],isCanonical:!0},":crossed_flags:":{unicode:["1f38c"],isCanonical:!0},":bamboo:":{unicode:["1f38d"],isCanonical:!0},":dolls:":{unicode:["1f38e"],isCanonical:!0},":flags:":{unicode:["1f38f"],isCanonical:!0},":wind_chime:":{unicode:["1f390"],isCanonical:!0},":rice_scene:":{unicode:["1f391"],isCanonical:!0},":school_satchel:":{unicode:["1f392"],isCanonical:!0},":mortar_board:":{unicode:["1f393"],isCanonical:!0},":carousel_horse:":{unicode:["1f3a0"],isCanonical:!0},":ferris_wheel:":{unicode:["1f3a1"],isCanonical:!0},":roller_coaster:":{unicode:["1f3a2"],isCanonical:!0},":fishing_pole_and_fish:":{unicode:["1f3a3"],isCanonical:!0},":microphone:":{unicode:["1f3a4"],isCanonical:!0},":movie_camera:":{unicode:["1f3a5"],isCanonical:!0},":cinema:":{unicode:["1f3a6"],isCanonical:!0},":headphones:":{unicode:["1f3a7"],isCanonical:!0},":art:":{unicode:["1f3a8"],isCanonical:!0},":tophat:":{unicode:["1f3a9"],isCanonical:!0},":circus_tent:":{unicode:["1f3aa"],isCanonical:!0},":ticket:":{unicode:["1f3ab"],isCanonical:!0},":clapper:":{unicode:["1f3ac"],isCanonical:!0},":performing_arts:":{unicode:["1f3ad"],isCanonical:!0},":video_game:":{unicode:["1f3ae"],isCanonical:!0},":dart:":{unicode:["1f3af"],isCanonical:!0},":slot_machine:":{unicode:["1f3b0"],isCanonical:!0},":8ball:":{unicode:["1f3b1"],isCanonical:!0},":game_die:":{unicode:["1f3b2"],isCanonical:!0},":bowling:":{unicode:["1f3b3"],isCanonical:!0},":flower_playing_cards:":{unicode:["1f3b4"],isCanonical:!0},":musical_note:":{unicode:["1f3b5"],isCanonical:!0},":notes:":{unicode:["1f3b6"],isCanonical:!0},":saxophone:":{unicode:["1f3b7"],isCanonical:!0},":guitar:":{unicode:["1f3b8"],isCanonical:!0},":musical_keyboard:":{unicode:["1f3b9"],isCanonical:!0},":trumpet:":{unicode:["1f3ba"],isCanonical:!0},":violin:":{unicode:["1f3bb"],isCanonical:!0},":musical_score:":{unicode:["1f3bc"],isCanonical:!0},":running_shirt_with_sash:":{unicode:["1f3bd"],isCanonical:!0},":tennis:":{unicode:["1f3be"],isCanonical:!0},":ski:":{unicode:["1f3bf"],isCanonical:!0},":basketball:":{unicode:["1f3c0"],isCanonical:!0},":checkered_flag:":{unicode:["1f3c1"],isCanonical:!0},":snowboarder:":{unicode:["1f3c2"],isCanonical:!0},":runner:":{unicode:["1f3c3"],isCanonical:!0},":surfer:":{unicode:["1f3c4"],isCanonical:!0},":trophy:":{unicode:["1f3c6"],isCanonical:!0},":football:":{unicode:["1f3c8"],isCanonical:!0},":swimmer:":{unicode:["1f3ca"],isCanonical:!0},":house:":{unicode:["1f3e0"],isCanonical:!0},":house_with_garden:":{unicode:["1f3e1"],isCanonical:!0},":office:":{unicode:["1f3e2"],isCanonical:!0},":post_office:":{unicode:["1f3e3"],isCanonical:!0},":hospital:":{unicode:["1f3e5"],isCanonical:!0},":bank:":{unicode:["1f3e6"],isCanonical:!0},":atm:":{unicode:["1f3e7"],isCanonical:!0},":hotel:":{unicode:["1f3e8"],isCanonical:!0},":love_hotel:":{unicode:["1f3e9"],isCanonical:!0},":convenience_store:":{unicode:["1f3ea"],isCanonical:!0},":school:":{unicode:["1f3eb"],isCanonical:!0},":department_store:":{unicode:["1f3ec"],isCanonical:!0},":factory:":{unicode:["1f3ed"],isCanonical:!0},":izakaya_lantern:":{unicode:["1f3ee"],isCanonical:!0},":japanese_castle:":{unicode:["1f3ef"],isCanonical:!0},":european_castle:":{unicode:["1f3f0"],isCanonical:!0},":snail:":{unicode:["1f40c"],isCanonical:!0},":snake:":{unicode:["1f40d"],isCanonical:!0},":racehorse:":{unicode:["1f40e"],isCanonical:!0},":sheep:":{unicode:["1f411"],isCanonical:!0},":monkey:":{unicode:["1f412"],isCanonical:!0},":chicken:":{unicode:["1f414"],isCanonical:!0},":boar:":{unicode:["1f417"],isCanonical:!0},":elephant:":{unicode:["1f418"],isCanonical:!0},":octopus:":{unicode:["1f419"],isCanonical:!0},":shell:":{unicode:["1f41a"],isCanonical:!0},":bug:":{unicode:["1f41b"],isCanonical:!0},":ant:":{unicode:["1f41c"],isCanonical:!0},":bee:":{unicode:["1f41d"],isCanonical:!0},":beetle:":{unicode:["1f41e"],isCanonical:!0},":fish:":{unicode:["1f41f"],isCanonical:!0},":tropical_fish:":{unicode:["1f420"],isCanonical:!0},":blowfish:":{unicode:["1f421"],isCanonical:!0},":turtle:":{unicode:["1f422"],isCanonical:!0},":hatching_chick:":{unicode:["1f423"],isCanonical:!0},":baby_chick:":{unicode:["1f424"],isCanonical:!0},":hatched_chick:":{unicode:["1f425"],isCanonical:!0},":bird:":{unicode:["1f426"],isCanonical:!0},":penguin:":{unicode:["1f427"],isCanonical:!0},":koala:":{unicode:["1f428"],isCanonical:!0},":poodle:":{unicode:["1f429"],isCanonical:!0},":camel:":{unicode:["1f42b"],isCanonical:!0},":dolphin:":{unicode:["1f42c"],isCanonical:!0},":mouse:":{unicode:["1f42d"],isCanonical:!0},":cow:":{unicode:["1f42e"],isCanonical:!0},":tiger:":{unicode:["1f42f"],isCanonical:!0},":rabbit:":{unicode:["1f430"],isCanonical:!0},":cat:":{unicode:["1f431"],isCanonical:!0},":dragon_face:":{unicode:["1f432"],isCanonical:!0},":whale:":{unicode:["1f433"],isCanonical:!0},":horse:":{unicode:["1f434"],isCanonical:!0},":monkey_face:":{unicode:["1f435"],isCanonical:!0},":dog:":{unicode:["1f436"],isCanonical:!0},":pig:":{unicode:["1f437"],isCanonical:!0},":frog:":{unicode:["1f438"],isCanonical:!0},":hamster:":{unicode:["1f439"],isCanonical:!0},":wolf:":{unicode:["1f43a"],isCanonical:!0},":bear:":{unicode:["1f43b"],isCanonical:!0},":panda_face:":{unicode:["1f43c"],isCanonical:!0},":pig_nose:":{unicode:["1f43d"],isCanonical:!0},":feet:":{unicode:["1f43e"],isCanonical:!0},":paw_prints:":{unicode:["1f43e"],isCanonical:!1},":eyes:":{unicode:["1f440"],isCanonical:!0},":ear:":{unicode:["1f442"],isCanonical:!0},":nose:":{unicode:["1f443"],isCanonical:!0},":lips:":{unicode:["1f444"],isCanonical:!0},":tongue:":{unicode:["1f445"],isCanonical:!0},":point_up_2:":{unicode:["1f446"],isCanonical:!0},":point_down:":{unicode:["1f447"],isCanonical:!0},":point_left:":{unicode:["1f448"],isCanonical:!0},":point_right:":{unicode:["1f449"],isCanonical:!0},":punch:":{unicode:["1f44a"],isCanonical:!0},":wave:":{unicode:["1f44b"],isCanonical:!0},":ok_hand:":{unicode:["1f44c"],isCanonical:!0},":thumbsup:":{unicode:["1f44d"],isCanonical:!0},":+1:":{unicode:["1f44d"],isCanonical:!1},":thumbup:":{unicode:["1f44d"],isCanonical:!1},":thumbsdown:":{unicode:["1f44e"],isCanonical:!0},":-1:":{unicode:["1f44e"],isCanonical:!1},":thumbdown:":{unicode:["1f44e"],isCanonical:!1},":clap:":{unicode:["1f44f"],isCanonical:!0},":open_hands:":{unicode:["1f450"],isCanonical:!0},":crown:":{unicode:["1f451"],isCanonical:!0},":womans_hat:":{unicode:["1f452"],isCanonical:!0},":eyeglasses:":{unicode:["1f453"],isCanonical:!0},":necktie:":{unicode:["1f454"],isCanonical:!0},":shirt:":{unicode:["1f455"],isCanonical:!0},":jeans:":{unicode:["1f456"],isCanonical:!0},":dress:":{unicode:["1f457"],isCanonical:!0},":kimono:":{unicode:["1f458"],isCanonical:!0},":bikini:":{unicode:["1f459"],isCanonical:!0},":womans_clothes:":{unicode:["1f45a"],isCanonical:!0},":purse:":{unicode:["1f45b"],isCanonical:!0},":handbag:":{unicode:["1f45c"],isCanonical:!0},":pouch:":{unicode:["1f45d"],isCanonical:!0},":mans_shoe:":{unicode:["1f45e"],isCanonical:!0},":athletic_shoe:":{unicode:["1f45f"],isCanonical:!0},":high_heel:":{unicode:["1f460"],isCanonical:!0},":sandal:":{unicode:["1f461"],isCanonical:!0},":boot:":{unicode:["1f462"],isCanonical:!0},":footprints:":{unicode:["1f463"],isCanonical:!0},":bust_in_silhouette:":{unicode:["1f464"],isCanonical:!0},":boy:":{unicode:["1f466"],isCanonical:!0},":girl:":{unicode:["1f467"],isCanonical:!0},":man:":{unicode:["1f468"],isCanonical:!0},":woman:":{unicode:["1f469"],isCanonical:!0},":family:":{unicode:["1f46a"],isCanonical:!0},":couple:":{unicode:["1f46b"],isCanonical:!0},":cop:":{unicode:["1f46e"],isCanonical:!0},":dancers:":{unicode:["1f46f"],isCanonical:!0},":bride_with_veil:":{unicode:["1f470"],isCanonical:!0},":person_with_blond_hair:":{unicode:["1f471"],isCanonical:!0},":man_with_gua_pi_mao:":{unicode:["1f472"],isCanonical:!0},":man_with_turban:":{unicode:["1f473"],isCanonical:!0},":older_man:":{unicode:["1f474"],isCanonical:!0},":older_woman:":{unicode:["1f475"],isCanonical:!0},":grandma:":{unicode:["1f475"],isCanonical:!1},":baby:":{unicode:["1f476"],isCanonical:!0},":construction_worker:":{unicode:["1f477"],isCanonical:!0},":princess:":{unicode:["1f478"],isCanonical:!0},":japanese_ogre:":{unicode:["1f479"],isCanonical:!0},":japanese_goblin:":{unicode:["1f47a"],isCanonical:!0},":ghost:":{unicode:["1f47b"],isCanonical:!0},":angel:":{unicode:["1f47c"],isCanonical:!0},":alien:":{unicode:["1f47d"],isCanonical:!0},":space_invader:":{unicode:["1f47e"],isCanonical:!0},":imp:":{unicode:["1f47f"],isCanonical:!0},":skull:":{unicode:["1f480"],isCanonical:!0},":skeleton:":{unicode:["1f480"],isCanonical:!1},":card_index:":{unicode:["1f4c7"],isCanonical:!0},":information_desk_person:":{unicode:["1f481"],isCanonical:!0},":guardsman:":{unicode:["1f482"],isCanonical:!0},":dancer:":{unicode:["1f483"],isCanonical:!0},":lipstick:":{unicode:["1f484"],isCanonical:!0},":nail_care:":{unicode:["1f485"],isCanonical:!0},":ledger:":{unicode:["1f4d2"],isCanonical:!0},":massage:":{unicode:["1f486"],isCanonical:!0},":notebook:":{unicode:["1f4d3"],isCanonical:!0},":haircut:":{unicode:["1f487"],isCanonical:!0},":notebook_with_decorative_cover:":{unicode:["1f4d4"],isCanonical:!0},":barber:":{unicode:["1f488"],isCanonical:!0},":closed_book:":{unicode:["1f4d5"],isCanonical:!0},":syringe:":{unicode:["1f489"],isCanonical:!0},":book:":{unicode:["1f4d6"],isCanonical:!0},":pill:":{unicode:["1f48a"],isCanonical:!0},":green_book:":{unicode:["1f4d7"],isCanonical:!0},":kiss:":{unicode:["1f48b"],isCanonical:!0},":blue_book:":{unicode:["1f4d8"],isCanonical:!0},":love_letter:":{unicode:["1f48c"],isCanonical:!0},":orange_book:":{unicode:["1f4d9"],isCanonical:!0},":ring:":{unicode:["1f48d"],isCanonical:!0},":books:":{unicode:["1f4da"],isCanonical:!0},":gem:":{unicode:["1f48e"],isCanonical:!0},":name_badge:":{unicode:["1f4db"],isCanonical:!0},":couplekiss:":{unicode:["1f48f"],isCanonical:!0},":scroll:":{unicode:["1f4dc"],isCanonical:!0},":bouquet:":{unicode:["1f490"],isCanonical:!0},":pencil:":{unicode:["1f4dd"],isCanonical:!0},":couple_with_heart:":{unicode:["1f491"],isCanonical:!0},":telephone_receiver:":{unicode:["1f4de"],isCanonical:!0},":wedding:":{unicode:["1f492"],isCanonical:!0},":pager:":{unicode:["1f4df"],isCanonical:!0},":fax:":{unicode:["1f4e0"],isCanonical:!0},":heartbeat:":{unicode:["1f493"],isCanonical:!0},":satellite:":{unicode:["1f4e1"],isCanonical:!0},":loudspeaker:":{unicode:["1f4e2"],isCanonical:!0},":broken_heart:":{unicode:["1f494"],isCanonical:!0},":mega:":{unicode:["1f4e3"],isCanonical:!0},":outbox_tray:":{unicode:["1f4e4"],isCanonical:!0},":two_hearts:":{unicode:["1f495"],isCanonical:!0},":inbox_tray:":{unicode:["1f4e5"],isCanonical:!0},":package:":{unicode:["1f4e6"],isCanonical:!0},":sparkling_heart:":{unicode:["1f496"],isCanonical:!0},":e-mail:":{unicode:["1f4e7"],isCanonical:!0},":email:":{unicode:["1f4e7"],isCanonical:!1},":incoming_envelope:":{unicode:["1f4e8"],isCanonical:!0},":heartpulse:":{unicode:["1f497"],isCanonical:!0},":envelope_with_arrow:":{unicode:["1f4e9"],isCanonical:!0},":mailbox_closed:":{unicode:["1f4ea"],isCanonical:!0},":cupid:":{unicode:["1f498"],isCanonical:!0},":mailbox:":{unicode:["1f4eb"],isCanonical:!0},":postbox:":{unicode:["1f4ee"],isCanonical:!0},":blue_heart:":{unicode:["1f499"],isCanonical:!0},":newspaper:":{unicode:["1f4f0"],isCanonical:!0},":iphone:":{unicode:["1f4f1"],isCanonical:!0},":green_heart:":{unicode:["1f49a"],isCanonical:!0},":calling:":{unicode:["1f4f2"],isCanonical:!0},":vibration_mode:":{unicode:["1f4f3"],isCanonical:!0},":yellow_heart:":{unicode:["1f49b"],isCanonical:!0},":mobile_phone_off:":{unicode:["1f4f4"],isCanonical:!0},":signal_strength:":{unicode:["1f4f6"],isCanonical:!0},":purple_heart:":{unicode:["1f49c"],isCanonical:!0},":camera:":{unicode:["1f4f7"],isCanonical:!0},":video_camera:":{unicode:["1f4f9"],isCanonical:!0},":gift_heart:":{unicode:["1f49d"],isCanonical:!0},":tv:":{unicode:["1f4fa"],isCanonical:!0},":radio:":{unicode:["1f4fb"],isCanonical:!0},":revolving_hearts:":{unicode:["1f49e"],isCanonical:!0},":vhs:":{unicode:["1f4fc"],isCanonical:!0},":arrows_clockwise:":{unicode:["1f503"],isCanonical:!0},":heart_decoration:":{unicode:["1f49f"],isCanonical:!0},":loud_sound:":{unicode:["1f50a"],isCanonical:!0},":battery:":{unicode:["1f50b"],isCanonical:!0},":diamond_shape_with_a_dot_inside:":{unicode:["1f4a0"],isCanonical:!0},":electric_plug:":{unicode:["1f50c"],isCanonical:!0},":mag:":{unicode:["1f50d"],isCanonical:!0},":bulb:":{unicode:["1f4a1"],isCanonical:!0},":mag_right:":{unicode:["1f50e"],isCanonical:!0},":lock_with_ink_pen:":{unicode:["1f50f"],isCanonical:!0},":anger:":{unicode:["1f4a2"],isCanonical:!0},":closed_lock_with_key:":{unicode:["1f510"],isCanonical:!0},":key:":{unicode:["1f511"],isCanonical:!0},":bomb:":{unicode:["1f4a3"],isCanonical:!0},":lock:":{unicode:["1f512"],isCanonical:!0},":unlock:":{unicode:["1f513"],isCanonical:!0},":zzz:":{unicode:["1f4a4"],isCanonical:!0},":bell:":{unicode:["1f514"],isCanonical:!0},":bookmark:":{unicode:["1f516"],isCanonical:!0},":boom:":{unicode:["1f4a5"],isCanonical:!0},":link:":{unicode:["1f517"],isCanonical:!0},":radio_button:":{unicode:["1f518"],isCanonical:!0},":sweat_drops:":{unicode:["1f4a6"],isCanonical:!0},":back:":{unicode:["1f519"],isCanonical:!0},":end:":{unicode:["1f51a"],isCanonical:!0},":droplet:":{unicode:["1f4a7"],isCanonical:!0},":on:":{unicode:["1f51b"],isCanonical:!0},":soon:":{unicode:["1f51c"],isCanonical:!0},":dash:":{unicode:["1f4a8"],isCanonical:!0},":top:":{unicode:["1f51d"],isCanonical:!0},":underage:":{unicode:["1f51e"],isCanonical:!0},":poop:":{unicode:["1f4a9"],isCanonical:!0},":shit:":{unicode:["1f4a9"],isCanonical:!1},":hankey:":{unicode:["1f4a9"],isCanonical:!1},":poo:":{unicode:["1f4a9"],isCanonical:!1},":ten:":{unicode:["1f51f"],isCanonical:!0},":muscle:":{unicode:["1f4aa"],isCanonical:!0},":capital_abcd:":{unicode:["1f520"],isCanonical:!0},":abcd:":{unicode:["1f521"],isCanonical:!0},":dizzy:":{unicode:["1f4ab"],isCanonical:!0},":1234:":{unicode:["1f522"],isCanonical:!0},":symbols:":{unicode:["1f523"],isCanonical:!0},":speech_balloon:":{unicode:["1f4ac"],isCanonical:!0},":abc:":{unicode:["1f524"],isCanonical:!0},":fire:":{unicode:["1f525"],isCanonical:!0},":flame:":{unicode:["1f525"],isCanonical:!1},":white_flower:":{unicode:["1f4ae"],isCanonical:!0},":flashlight:":{unicode:["1f526"],isCanonical:!0},":wrench:":{unicode:["1f527"],isCanonical:!0},":100:":{unicode:["1f4af"],isCanonical:!0},":hammer:":{unicode:["1f528"],isCanonical:!0},":nut_and_bolt:":{unicode:["1f529"],isCanonical:!0},":moneybag:":{unicode:["1f4b0"],isCanonical:!0},":knife:":{unicode:["1f52a"],isCanonical:!0},":gun:":{unicode:["1f52b"],isCanonical:!0},":currency_exchange:":{unicode:["1f4b1"],isCanonical:!0},":crystal_ball:":{unicode:["1f52e"],isCanonical:!0},":heavy_dollar_sign:":{unicode:["1f4b2"],isCanonical:!0},":six_pointed_star:":{unicode:["1f52f"],isCanonical:!0},":credit_card:":{unicode:["1f4b3"],isCanonical:!0},":beginner:":{unicode:["1f530"],isCanonical:!0},":trident:":{unicode:["1f531"],isCanonical:!0},":yen:":{unicode:["1f4b4"],isCanonical:!0},":black_square_button:":{unicode:["1f532"],isCanonical:!0},":white_square_button:":{unicode:["1f533"],isCanonical:!0},":dollar:":{unicode:["1f4b5"],isCanonical:!0},":red_circle:":{unicode:["1f534"],isCanonical:!0},":large_blue_circle:":{unicode:["1f535"],isCanonical:!0},":money_with_wings:":{unicode:["1f4b8"],isCanonical:!0},":large_orange_diamond:":{unicode:["1f536"],isCanonical:!0},":large_blue_diamond:":{unicode:["1f537"],isCanonical:!0},":chart:":{unicode:["1f4b9"],isCanonical:!0},":small_orange_diamond:":{unicode:["1f538"],isCanonical:!0},":small_blue_diamond:":{unicode:["1f539"],isCanonical:!0},":seat:":{unicode:["1f4ba"],isCanonical:!0},":small_red_triangle:":{unicode:["1f53a"],isCanonical:!0},":small_red_triangle_down:":{unicode:["1f53b"],isCanonical:!0},":computer:":{unicode:["1f4bb"],isCanonical:!0},":arrow_up_small:":{unicode:["1f53c"],isCanonical:!0},":briefcase:":{unicode:["1f4bc"],isCanonical:!0},":arrow_down_small:":{unicode:["1f53d"],isCanonical:!0},":clock1:":{unicode:["1f550"],isCanonical:!0},":minidisc:":{unicode:["1f4bd"],isCanonical:!0},":clock2:":{unicode:["1f551"],isCanonical:!0},":floppy_disk:":{unicode:["1f4be"],isCanonical:!0},":clock3:":{unicode:["1f552"],isCanonical:!0},":cd:":{unicode:["1f4bf"],isCanonical:!0},":clock4:":{unicode:["1f553"],isCanonical:!0},":dvd:":{unicode:["1f4c0"],isCanonical:!0},":clock5:":{unicode:["1f554"],isCanonical:!0},":clock6:":{unicode:["1f555"],isCanonical:!0},":file_folder:":{unicode:["1f4c1"],isCanonical:!0},":clock7:":{unicode:["1f556"],isCanonical:!0},":clock8:":{unicode:["1f557"],isCanonical:!0},":open_file_folder:":{unicode:["1f4c2"],isCanonical:!0},":clock9:":{unicode:["1f558"],isCanonical:!0},":clock10:":{unicode:["1f559"],isCanonical:!0},":page_with_curl:":{unicode:["1f4c3"],isCanonical:!0 diff --git a/package.js b/package.js index 8a2b3c596..207908a8d 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ Package.describe({ name: 'emojione:emojione', summary: 'Meteor Package of http://www.emojione.com/ set', - version: '2.1.4', + version: '2.2.0', git: 'https://github.com/Ranks/emojione.git' }); diff --git a/package.json b/package.json index 16a89f583..61106fcca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "emojione", - "version": "2.1.4", + "version": "2.2.0", "description": "Emoji One is a complete set of emojis designed for the web. It includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to our custom emoji images. PNG and SVG formats provided for the emoji images.", "author": "Emoji One (http://emojione.com)", "main": "lib/js/emojione.js", @@ -26,7 +26,7 @@ }, "bugs": "https://github.com/Ranks/emojione/issues", "devDependencies": { - "grunt": "^0.4.5", + "grunt": "^1.0.1", "grunt-contrib-cssmin": "^0.12.2", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-qunit": "^0.5.2", @@ -35,7 +35,7 @@ "grunt-contrib-watch": "^0.6.1", "grunt-imageoptim": "^1.4.1", "grunt-jsonlint": "^1.0.4", - "grunt-spritesmith": "^4.6.0", + "grunt-spritesmith": "^5.1.0", "grunt-svgstore": "^0.5.0" }, "scripts": {