UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

8 lines โ€ข 125 kB
/*! * jodit-pro - PRO Version of Jodit Editor * Author: Chupurnov Valerii <chupurnov@gmail.com> * Version: v4.9.27 * Url: https://xdsoft.net/jodit/pro/ * License(s): SEE LICENSE IN LICENSE.md */ !function(a,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var c=e();for(var t in c)("object"==typeof exports?exports:a)[t]=c[t]}}(self,function(){return(self.webpackChunkjodit_pro=self.webpackChunkjodit_pro||[]).push([[246],{3536:function(a,e,c){"use strict";var t=c(4941),n=c(41943),o=c(46995),i=c.n(o),d=c(6441);d.Config.prototype.emoji={data:()=>n,enableAutoComplete:!0,recentCountLimit:10},d.Config.prototype.controls.emoji={tooltip:"Insert Emoji",icon:i(),popup(a,e,c){a.s.save();let n=a.getInstance(t.Emoji);return a.e.off(n,"insert").on(n,"insert",e=>{a.s.restore(),a.s.insertNode(a.createInside.text(e),!0),c()}),a.e.one("beforePopupClose",()=>{a.s.restore()}),n.reset(),n.container}}},4941:function(a,e,c){"use strict";c.d(e,{Emoji:function(){return l}});var t=c(82749),n=c(31635),o=c(65478),i=c(2748),d=c(21537),r=c(67510);class l extends r.UIElement{className(){return"Emoji"}get defaultList(){return this.recent.concat(this.data?this.data.emoji:[])}reset(){this.input.nativeInput.value="",this.setItems(this.defaultList),this.setActiveCategory(0)}setItems(a){this.list.scrollTo(0,0),i.Dom.detach(this.list),i.Dom.append(this.list,this.generateEmojiList(a,this.data?.categories??[]))}createContainer(a){let e=this.j.c.div("jodit-emoji");this.input=new r.UIInput(this.j,{name:"search",icon:"search",autocomplete:!1,clearButton:!0,placeholder:"Search emoji"}),this.input.container.classList.add(this.getFullElName("input")),this.categories=this.j.c.div(this.getFullElName("categories")),this.list=this.j.c.div(this.getFullElName("emojis"));let c=this.j.c.div(this.getFullElName("navigate"));return i.Dom.append(c,[this.categories,this.input.container]),i.Dom.append(e,[c,this.list]),e}setActiveCategory(a,e=!1){let c=this.getElms("category"),t=c[this.activeIndex];c[a]||(a=c.length-1);let n=c[a],o=this.getFullElName("category","active",!0);t&&t.classList.remove(o),n&&n.classList.add(o),e&&this.getElms("category-title")[a].scrollIntoView(),this.activeIndex=a}generateCategoriesList(a){return a.map((e,c)=>this.j.c.div(this.getFullElName("category"),{"data-index":c,title:e,style:{width:100/a.length+"%"}}))}generateEmojiList(a,e){let c="";return a.reduce((a,t,n)=>{let o=-1===(t=l.normalizeEmoji(t)).category?"Recently":e[t.category];if(o!==c){c=o;let e=this.cache[c]??this.j.c.div(this.getFullElName("category-title"),c?this.j.i18n(c):"");this.cache[c]=e,a.push(e)}let i=this.cache[t.emoji+t.category]??this.j.c.div(this.getFullElName("emoji"),{"data-id":n,"data-value":t.emoji},t.emoji);return this.cache[t.emoji+t.category]=i,a.push(i),a},[])}static isShortCat(a){return a&&(0,d.isString)(a.e)}static normalizeEmoji(a){return l.isShortCat(a)?{emoji:a.e,description:a.d,category:a.c,aliases:a.a,tags:a.t}:a}onInsertCode(a){this.jodit.e.fire(this,"insert",a);let e=this.map[a];if(e){let c=[...this.recent],t=c.findIndex(e=>e.emoji===a);-1!==t&&c.splice(t,1),c.unshift({...e,category:-1}),this.recent=c}}onScrollList(){let a=this.list.scrollTop,e=this.getElms("category-title"),c=0;e.forEach((e,t)=>{a>e.offsetTop-this.list.offsetTop-20&&(c=t)}),this.setActiveCategory(c)}onClickCategory(a){this.clearFilter();let e=a.target;e.classList.contains(this.getFullElName("category"))&&this.setActiveCategory(parseInt((0,d.attr)(e,"-index")||"0",10)||0,!0)}onClickItem(a){let e=a.target;if(e.classList.contains(this.getFullElName("emoji"))){let a=(0,d.attr)(e,"-value")||"";a&&this.onInsertCode(a)}a.preventDefault()}onInputFilter(){let a=this.input.value.toLowerCase();if(!a.length)return this.setItems(this.defaultList);this.setItems(this.defaultList.filter(e=>{let c=l.normalizeEmoji(e);return c.description?.toLowerCase().includes(a)||c.tags?.join(" ").toLowerCase().includes(a)||c.aliases?.join(" ").toLowerCase().includes(a)}))}clearFilter(){this.input.nativeInput.value.length&&this.reset()}onReady(){this.j.e.on(this.input.nativeInput,"input",this.onInputFilter).on(this.categories,"click",this.onClickCategory).on(this.list,"scroll",this.onScrollList).on(this.list,"mousedown touchstart",this.onClickItem)}destruct(){return this.input.destruct(),super.destruct()}constructor(a){super(a),(0,t._)(this,"data",null),(0,t._)(this,"recent",[]),(0,t._)(this,"map",{}),(0,t._)(this,"activeIndex",0),(0,t._)(this,"cache",{}),this.setMod("loading",!0),(async()=>{this.data=await a.o.emoji.data(),this.setMod("loading",!1),this.data.emoji.forEach(a=>{let e=l.normalizeEmoji(a);this.map[e.emoji]=e}),this.setItems(this.defaultList),i.Dom.append(this.categories,this.generateCategoriesList(this.data.categories)),this.setActiveCategory(0)})()}}(0,n.__decorate)([o.persistent],l.prototype,"recent",void 0),(0,n.__decorate)([(0,o.throttle)()],l.prototype,"onScrollList",null),(0,n.__decorate)([o.autobind],l.prototype,"onClickCategory",null),(0,n.__decorate)([o.autobind],l.prototype,"onClickItem",null),(0,n.__decorate)([(0,o.debounce)()],l.prototype,"onInputFilter",null),(0,n.__decorate)([(0,o.hook)("ready")],l.prototype,"onReady",null),l=(0,n.__decorate)([o.component],l)},41943:function(a){"use strict";a.exports=JSON.parse('{"categories":["Smileys & Emotion","People & Body","Animals & Nature","Food & Drink","Travel & Places","Activities","Objects","Symbols","Flags"],"emoji":[{"e":"๐Ÿ˜€","d":"grinning face","c":0,"a":["grinning"],"t":["smile","happy"]},{"e":"๐Ÿ˜ƒ","d":"grinning face with big eyes","c":0,"a":["smiley"],"t":["happy","joy","haha"]},{"e":"๐Ÿ˜„","d":"grinning face with smiling eyes","c":0,"a":["smile"],"t":["happy","joy","laugh","pleased"]},{"e":"๐Ÿ˜","d":"beaming face with smiling eyes","c":0,"a":["grin"]},{"e":"๐Ÿ˜†","d":"grinning squinting face","c":0,"a":["laughing","satisfied"],"t":["happy","haha"]},{"e":"๐Ÿ˜…","d":"grinning face with sweat","c":0,"a":["sweat_smile"],"t":["hot"]},{"e":"๐Ÿคฃ","d":"rolling on the floor laughing","c":0,"a":["rofl"],"t":["lol","laughing"]},{"e":"๐Ÿ˜‚","d":"face with tears of joy","c":0,"a":["joy"],"t":["tears"]},{"e":"๐Ÿ™‚","d":"slightly smiling face","c":0,"a":["slightly_smiling_face"]},{"e":"๐Ÿ™ƒ","d":"upside-down face","c":0,"a":["upside_down_face"]},{"e":"๐Ÿ˜‰","d":"winking face","c":0,"a":["wink"],"t":["flirt"]},{"e":"๐Ÿ˜Š","d":"smiling face with smiling eyes","c":0,"a":["blush"],"t":["proud"]},{"e":"๐Ÿ˜‡","d":"smiling face with halo","c":0,"a":["innocent"],"t":["angel"]},{"e":"๐Ÿฅฐ","d":"smiling face with hearts","c":0,"a":["smiling_face_with_three_hearts"],"t":["love"]},{"e":"๐Ÿ˜","d":"smiling face with heart-eyes","c":0,"a":["heart_eyes"],"t":["love","crush"]},{"e":"๐Ÿคฉ","d":"star-struck","c":0,"a":["star_struck"],"t":["eyes"]},{"e":"๐Ÿ˜˜","d":"face blowing a kiss","c":0,"a":["kissing_heart"],"t":["flirt"]},{"e":"๐Ÿ˜—","d":"kissing face","c":0,"a":["kissing"]},{"e":"โ˜บ๏ธ","d":"smiling face","c":0,"a":["relaxed"],"t":["blush","pleased"]},{"e":"๐Ÿ˜š","d":"kissing face with closed eyes","c":0,"a":["kissing_closed_eyes"]},{"e":"๐Ÿ˜™","d":"kissing face with smiling eyes","c":0,"a":["kissing_smiling_eyes"]},{"e":"๐Ÿฅฒ","d":"smiling face with tear","c":0,"a":["smiling_face_with_tear"]},{"e":"๐Ÿ˜‹","d":"face savoring food","c":0,"a":["yum"],"t":["tongue","lick"]},{"e":"๐Ÿ˜›","d":"face with tongue","c":0,"a":["stuck_out_tongue"]},{"e":"๐Ÿ˜œ","d":"winking face with tongue","c":0,"a":["stuck_out_tongue_winking_eye"],"t":["prank","silly"]},{"e":"๐Ÿคช","d":"zany face","c":0,"a":["zany_face"],"t":["goofy","wacky"]},{"e":"๐Ÿ˜","d":"squinting face with tongue","c":0,"a":["stuck_out_tongue_closed_eyes"],"t":["prank"]},{"e":"๐Ÿค‘","d":"money-mouth face","c":0,"a":["money_mouth_face"],"t":["rich"]},{"e":"๐Ÿค—","d":"hugging face","c":0,"a":["hugs"]},{"e":"๐Ÿคญ","d":"face with hand over mouth","c":0,"a":["hand_over_mouth"],"t":["quiet","whoops"]},{"e":"๐Ÿคซ","d":"shushing face","c":0,"a":["shushing_face"],"t":["silence","quiet"]},{"e":"๐Ÿค”","d":"thinking face","c":0,"a":["thinking"]},{"e":"๐Ÿค","d":"zipper-mouth face","c":0,"a":["zipper_mouth_face"],"t":["silence","hush"]},{"e":"๐Ÿคจ","d":"face with raised eyebrow","c":0,"a":["raised_eyebrow"],"t":["suspicious"]},{"e":"๐Ÿ˜","d":"neutral face","c":0,"a":["neutral_face"],"t":["meh"]},{"e":"๐Ÿ˜‘","d":"expressionless face","c":0,"a":["expressionless"]},{"e":"๐Ÿ˜ถ","d":"face without mouth","c":0,"a":["no_mouth"],"t":["mute","silence"]},{"e":"๐Ÿ˜","d":"smirking face","c":0,"a":["smirk"],"t":["smug"]},{"e":"๐Ÿ˜’","d":"unamused face","c":0,"a":["unamused"],"t":["meh"]},{"e":"๐Ÿ™„","d":"face with rolling eyes","c":0,"a":["roll_eyes"]},{"e":"๐Ÿ˜ฌ","d":"grimacing face","c":0,"a":["grimacing"]},{"e":"๐Ÿคฅ","d":"lying face","c":0,"a":["lying_face"],"t":["liar"]},{"e":"๐Ÿ˜Œ","d":"relieved face","c":0,"a":["relieved"],"t":["whew"]},{"e":"๐Ÿ˜”","d":"pensive face","c":0,"a":["pensive"]},{"e":"๐Ÿ˜ช","d":"sleepy face","c":0,"a":["sleepy"],"t":["tired"]},{"e":"๐Ÿคค","d":"drooling face","c":0,"a":["drooling_face"]},{"e":"๐Ÿ˜ด","d":"sleeping face","c":0,"a":["sleeping"],"t":["zzz"]},{"e":"๐Ÿ˜ท","d":"face with medical mask","c":0,"a":["mask"],"t":["sick","ill"]},{"e":"๐Ÿค’","d":"face with thermometer","c":0,"a":["face_with_thermometer"],"t":["sick"]},{"e":"๐Ÿค•","d":"face with head-bandage","c":0,"a":["face_with_head_bandage"],"t":["hurt"]},{"e":"๐Ÿคข","d":"nauseated face","c":0,"a":["nauseated_face"],"t":["sick","barf","disgusted"]},{"e":"๐Ÿคฎ","d":"face vomiting","c":0,"a":["vomiting_face"],"t":["barf","sick"]},{"e":"๐Ÿคง","d":"sneezing face","c":0,"a":["sneezing_face"],"t":["achoo","sick"]},{"e":"๐Ÿฅต","d":"hot face","c":0,"a":["hot_face"],"t":["heat","sweating"]},{"e":"๐Ÿฅถ","d":"cold face","c":0,"a":["cold_face"],"t":["freezing","ice"]},{"e":"๐Ÿฅด","d":"woozy face","c":0,"a":["woozy_face"],"t":["groggy"]},{"e":"๐Ÿ˜ต","d":"dizzy face","c":0,"a":["dizzy_face"]},{"e":"๐Ÿคฏ","d":"exploding head","c":0,"a":["exploding_head"],"t":["mind","blown"]},{"e":"๐Ÿค ","d":"cowboy hat face","c":0,"a":["cowboy_hat_face"]},{"e":"๐Ÿฅณ","d":"partying face","c":0,"a":["partying_face"],"t":["celebration","birthday"]},{"e":"๐Ÿฅธ","d":"disguised face","c":0,"a":["disguised_face"]},{"e":"๐Ÿ˜Ž","d":"smiling face with sunglasses","c":0,"a":["sunglasses"],"t":["cool"]},{"e":"๐Ÿค“","d":"nerd face","c":0,"a":["nerd_face"],"t":["geek","glasses"]},{"e":"๐Ÿง","d":"face with monocle","c":0,"a":["monocle_face"]},{"e":"๐Ÿ˜•","d":"confused face","c":0,"a":["confused"]},{"e":"๐Ÿ˜Ÿ","d":"worried face","c":0,"a":["worried"],"t":["nervous"]},{"e":"๐Ÿ™","d":"slightly frowning face","c":0,"a":["slightly_frowning_face"]},{"e":"โ˜น๏ธ","d":"frowning face","c":0,"a":["frowning_face"]},{"e":"๐Ÿ˜ฎ","d":"face with open mouth","c":0,"a":["open_mouth"],"t":["surprise","impressed","wow"]},{"e":"๐Ÿ˜ฏ","d":"hushed face","c":0,"a":["hushed"],"t":["silence","speechless"]},{"e":"๐Ÿ˜ฒ","d":"astonished face","c":0,"a":["astonished"],"t":["amazed","gasp"]},{"e":"๐Ÿ˜ณ","d":"flushed face","c":0,"a":["flushed"]},{"e":"๐Ÿฅบ","d":"pleading face","c":0,"a":["pleading_face"],"t":["puppy","eyes"]},{"e":"๐Ÿ˜ฆ","d":"frowning face with open mouth","c":0,"a":["frowning"]},{"e":"๐Ÿ˜ง","d":"anguished face","c":0,"a":["anguished"],"t":["stunned"]},{"e":"๐Ÿ˜จ","d":"fearful face","c":0,"a":["fearful"],"t":["scared","shocked","oops"]},{"e":"๐Ÿ˜ฐ","d":"anxious face with sweat","c":0,"a":["cold_sweat"],"t":["nervous"]},{"e":"๐Ÿ˜ฅ","d":"sad but relieved face","c":0,"a":["disappointed_relieved"],"t":["phew","sweat","nervous"]},{"e":"๐Ÿ˜ข","d":"crying face","c":0,"a":["cry"],"t":["sad","tear"]},{"e":"๐Ÿ˜ญ","d":"loudly crying face","c":0,"a":["sob"],"t":["sad","cry","bawling"]},{"e":"๐Ÿ˜ฑ","d":"face screaming in fear","c":0,"a":["scream"],"t":["horror","shocked"]},{"e":"๐Ÿ˜–","d":"confounded face","c":0,"a":["confounded"]},{"e":"๐Ÿ˜ฃ","d":"persevering face","c":0,"a":["persevere"],"t":["struggling"]},{"e":"๐Ÿ˜ž","d":"disappointed face","c":0,"a":["disappointed"],"t":["sad"]},{"e":"๐Ÿ˜“","d":"downcast face with sweat","c":0,"a":["sweat"]},{"e":"๐Ÿ˜ฉ","d":"weary face","c":0,"a":["weary"],"t":["tired"]},{"e":"๐Ÿ˜ซ","d":"tired face","c":0,"a":["tired_face"],"t":["upset","whine"]},{"e":"๐Ÿฅฑ","d":"yawning face","c":0,"a":["yawning_face"]},{"e":"๐Ÿ˜ค","d":"face with steam from nose","c":0,"a":["triumph"],"t":["smug"]},{"e":"๐Ÿ˜ก","d":"pouting face","c":0,"a":["rage","pout"],"t":["angry"]},{"e":"๐Ÿ˜ ","d":"angry face","c":0,"a":["angry"],"t":["mad","annoyed"]},{"e":"๐Ÿคฌ","d":"face with symbols on mouth","c":0,"a":["cursing_face"],"t":["foul"]},{"e":"๐Ÿ˜ˆ","d":"smiling face with horns","c":0,"a":["smiling_imp"],"t":["devil","evil","horns"]},{"e":"๐Ÿ‘ฟ","d":"angry face with horns","c":0,"a":["imp"],"t":["angry","devil","evil","horns"]},{"e":"๐Ÿ’€","d":"skull","c":0,"a":["skull"],"t":["dead","danger","poison"]},{"e":"โ˜ ๏ธ","d":"skull and crossbones","c":0,"a":["skull_and_crossbones"],"t":["danger","pirate"]},{"e":"๐Ÿ’ฉ","d":"pile of poo","c":0,"a":["hankey","poop","shit"],"t":["crap"]},{"e":"๐Ÿคก","d":"clown face","c":0,"a":["clown_face"]},{"e":"๐Ÿ‘น","d":"ogre","c":0,"a":["japanese_ogre"],"t":["monster"]},{"e":"๐Ÿ‘บ","d":"goblin","c":0,"a":["japanese_goblin"]},{"e":"๐Ÿ‘ป","d":"ghost","c":0,"a":["ghost"],"t":["halloween"]},{"e":"๐Ÿ‘ฝ","d":"alien","c":0,"a":["alien"],"t":["ufo"]},{"e":"๐Ÿ‘พ","d":"alien monster","c":0,"a":["space_invader"],"t":["game","retro"]},{"e":"๐Ÿค–","d":"robot","c":0,"a":["robot"]},{"e":"๐Ÿ˜บ","d":"grinning cat","c":0,"a":["smiley_cat"]},{"e":"๐Ÿ˜ธ","d":"grinning cat with smiling eyes","c":0,"a":["smile_cat"]},{"e":"๐Ÿ˜น","d":"cat with tears of joy","c":0,"a":["joy_cat"]},{"e":"๐Ÿ˜ป","d":"smiling cat with heart-eyes","c":0,"a":["heart_eyes_cat"]},{"e":"๐Ÿ˜ผ","d":"cat with wry smile","c":0,"a":["smirk_cat"]},{"e":"๐Ÿ˜ฝ","d":"kissing cat","c":0,"a":["kissing_cat"]},{"e":"๐Ÿ™€","d":"weary cat","c":0,"a":["scream_cat"],"t":["horror"]},{"e":"๐Ÿ˜ฟ","d":"crying cat","c":0,"a":["crying_cat_face"],"t":["sad","tear"]},{"e":"๐Ÿ˜พ","d":"pouting cat","c":0,"a":["pouting_cat"]},{"e":"๐Ÿ™ˆ","d":"see-no-evil monkey","c":0,"a":["see_no_evil"],"t":["monkey","blind","ignore"]},{"e":"๐Ÿ™‰","d":"hear-no-evil monkey","c":0,"a":["hear_no_evil"],"t":["monkey","deaf"]},{"e":"๐Ÿ™Š","d":"speak-no-evil monkey","c":0,"a":["speak_no_evil"],"t":["monkey","mute","hush"]},{"e":"๐Ÿ’‹","d":"kiss mark","c":0,"a":["kiss"],"t":["lipstick"]},{"e":"๐Ÿ’Œ","d":"love letter","c":0,"a":["love_letter"],"t":["email","envelope"]},{"e":"๐Ÿ’˜","d":"heart with arrow","c":0,"a":["cupid"],"t":["love","heart"]},{"e":"๐Ÿ’","d":"heart with ribbon","c":0,"a":["gift_heart"],"t":["chocolates"]},{"e":"๐Ÿ’–","d":"sparkling heart","c":0,"a":["sparkling_heart"]},{"e":"๐Ÿ’—","d":"growing heart","c":0,"a":["heartpulse"]},{"e":"๐Ÿ’“","d":"beating heart","c":0,"a":["heartbeat"]},{"e":"๐Ÿ’ž","d":"revolving hearts","c":0,"a":["revolving_hearts"]},{"e":"๐Ÿ’•","d":"two hearts","c":0,"a":["two_hearts"]},{"e":"๐Ÿ’Ÿ","d":"heart decoration","c":0,"a":["heart_decoration"]},{"e":"โฃ๏ธ","d":"heart exclamation","c":0,"a":["heavy_heart_exclamation"]},{"e":"๐Ÿ’”","d":"broken heart","c":0,"a":["broken_heart"]},{"e":"โค๏ธ","d":"red heart","c":0,"a":["heart"],"t":["love"]},{"e":"๐Ÿงก","d":"orange heart","c":0,"a":["orange_heart"]},{"e":"๐Ÿ’›","d":"yellow heart","c":0,"a":["yellow_heart"]},{"e":"๐Ÿ’š","d":"green heart","c":0,"a":["green_heart"]},{"e":"๐Ÿ’™","d":"blue heart","c":0,"a":["blue_heart"]},{"e":"๐Ÿ’œ","d":"purple heart","c":0,"a":["purple_heart"]},{"e":"๐ŸคŽ","d":"brown heart","c":0,"a":["brown_heart"]},{"e":"๐Ÿ–ค","d":"black heart","c":0,"a":["black_heart"]},{"e":"๐Ÿค","d":"white heart","c":0,"a":["white_heart"]},{"e":"๐Ÿ’ฏ","d":"hundred points","c":0,"a":["100"],"t":["score","perfect"]},{"e":"๐Ÿ’ข","d":"anger symbol","c":0,"a":["anger"],"t":["angry"]},{"e":"๐Ÿ’ฅ","d":"collision","c":0,"a":["boom","collision"],"t":["explode"]},{"e":"๐Ÿ’ซ","d":"dizzy","c":0,"a":["dizzy"],"t":["star"]},{"e":"๐Ÿ’ฆ","d":"sweat droplets","c":0,"a":["sweat_drops"],"t":["water","workout"]},{"e":"๐Ÿ’จ","d":"dashing away","c":0,"a":["dash"],"t":["wind","blow","fast"]},{"e":"๐Ÿ•ณ๏ธ","d":"hole","c":0,"a":["hole"]},{"e":"๐Ÿ’ฃ","d":"bomb","c":0,"a":["bomb"],"t":["boom"]},{"e":"๐Ÿ’ฌ","d":"speech balloon","c":0,"a":["speech_balloon"],"t":["comment"]},{"e":"๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ","d":"eye in speech bubble","c":0,"a":["eye_speech_bubble"]},{"e":"๐Ÿ—จ๏ธ","d":"left speech bubble","c":0,"a":["left_speech_bubble"]},{"e":"๐Ÿ—ฏ๏ธ","d":"right anger bubble","c":0,"a":["right_anger_bubble"]},{"e":"๐Ÿ’ญ","d":"thought balloon","c":0,"a":["thought_balloon"],"t":["thinking"]},{"e":"๐Ÿ’ค","d":"zzz","c":0,"a":["zzz"],"t":["sleeping"]},{"e":"๐Ÿ‘‹","d":"waving hand","c":1,"a":["wave"],"t":["goodbye"]},{"e":"๐Ÿคš","d":"raised back of hand","c":1,"a":["raised_back_of_hand"]},{"e":"๐Ÿ–๏ธ","d":"hand with fingers splayed","c":1,"a":["raised_hand_with_fingers_splayed"]},{"e":"โœ‹","d":"raised hand","c":1,"a":["hand","raised_hand"],"t":["highfive","stop"]},{"e":"๐Ÿ––","d":"vulcan salute","c":1,"a":["vulcan_salute"],"t":["prosper","spock"]},{"e":"๐Ÿ‘Œ","d":"OK hand","c":1,"a":["ok_hand"]},{"e":"๐ŸคŒ","d":"pinched fingers","c":1,"a":["pinched_fingers"]},{"e":"๐Ÿค","d":"pinching hand","c":1,"a":["pinching_hand"]},{"e":"โœŒ๏ธ","d":"victory hand","c":1,"a":["v"],"t":["victory","peace"]},{"e":"๐Ÿคž","d":"crossed fingers","c":1,"a":["crossed_fingers"],"t":["luck","hopeful"]},{"e":"๐ŸคŸ","d":"love-you gesture","c":1,"a":["love_you_gesture"]},{"e":"๐Ÿค˜","d":"sign of the horns","c":1,"a":["metal"]},{"e":"๐Ÿค™","d":"call me hand","c":1,"a":["call_me_hand"]},{"e":"๐Ÿ‘ˆ","d":"backhand index pointing left","c":1,"a":["point_left"]},{"e":"๐Ÿ‘‰","d":"backhand index pointing right","c":1,"a":["point_right"]},{"e":"๐Ÿ‘†","d":"backhand index pointing up","c":1,"a":["point_up_2"]},{"e":"๐Ÿ–•","d":"middle finger","c":1,"a":["middle_finger","fu"]},{"e":"๐Ÿ‘‡","d":"backhand index pointing down","c":1,"a":["point_down"]},{"e":"โ˜๏ธ","d":"index pointing up","c":1,"a":["point_up"]},{"e":"๐Ÿ‘","d":"thumbs up","c":1,"a":["+1","thumbsup"],"t":["approve","ok"]},{"e":"๐Ÿ‘Ž","d":"thumbs down","c":1,"a":["-1","thumbsdown"],"t":["disapprove","bury"]},{"e":"โœŠ","d":"raised fist","c":1,"a":["fist_raised","fist"],"t":["power"]},{"e":"๐Ÿ‘Š","d":"oncoming fist","c":1,"a":["fist_oncoming","facepunch","punch"],"t":["attack"]},{"e":"๐Ÿค›","d":"left-facing fist","c":1,"a":["fist_left"]},{"e":"๐Ÿคœ","d":"right-facing fist","c":1,"a":["fist_right"]},{"e":"๐Ÿ‘","d":"clapping hands","c":1,"a":["clap"],"t":["praise","applause"]},{"e":"๐Ÿ™Œ","d":"raising hands","c":1,"a":["raised_hands"],"t":["hooray"]},{"e":"๐Ÿ‘","d":"open hands","c":1,"a":["open_hands"]},{"e":"๐Ÿคฒ","d":"palms up together","c":1,"a":["palms_up_together"]},{"e":"๐Ÿค","d":"handshake","c":1,"a":["handshake"],"t":["deal"]},{"e":"๐Ÿ™","d":"folded hands","c":1,"a":["pray"],"t":["please","hope","wish"]},{"e":"โœ๏ธ","d":"writing hand","c":1,"a":["writing_hand"]},{"e":"๐Ÿ’…","d":"nail polish","c":1,"a":["nail_care"],"t":["beauty","manicure"]},{"e":"๐Ÿคณ","d":"selfie","c":1,"a":["selfie"]},{"e":"๐Ÿ’ช","d":"flexed biceps","c":1,"a":["muscle"],"t":["flex","bicep","strong","workout"]},{"e":"๐Ÿฆพ","d":"mechanical arm","c":1,"a":["mechanical_arm"]},{"e":"๐Ÿฆฟ","d":"mechanical leg","c":1,"a":["mechanical_leg"]},{"e":"๐Ÿฆต","d":"leg","c":1,"a":["leg"]},{"e":"๐Ÿฆถ","d":"foot","c":1,"a":["foot"]},{"e":"๐Ÿ‘‚","d":"ear","c":1,"a":["ear"],"t":["hear","sound","listen"]},{"e":"๐Ÿฆป","d":"ear with hearing aid","c":1,"a":["ear_with_hearing_aid"]},{"e":"๐Ÿ‘ƒ","d":"nose","c":1,"a":["nose"],"t":["smell"]},{"e":"๐Ÿง ","d":"brain","c":1,"a":["brain"]},{"e":"๐Ÿซ€","d":"anatomical heart","c":1,"a":["anatomical_heart"]},{"e":"๐Ÿซ","d":"lungs","c":1,"a":["lungs"]},{"e":"๐Ÿฆท","d":"tooth","c":1,"a":["tooth"]},{"e":"๐Ÿฆด","d":"bone","c":1,"a":["bone"]},{"e":"๐Ÿ‘€","d":"eyes","c":1,"a":["eyes"],"t":["look","see","watch"]},{"e":"๐Ÿ‘๏ธ","d":"eye","c":1,"a":["eye"]},{"e":"๐Ÿ‘…","d":"tongue","c":1,"a":["tongue"],"t":["taste"]},{"e":"๐Ÿ‘„","d":"mouth","c":1,"a":["lips"],"t":["kiss"]},{"e":"๐Ÿ‘ถ","d":"baby","c":1,"a":["baby"],"t":["child","newborn"]},{"e":"๐Ÿง’","d":"child","c":1,"a":["child"]},{"e":"๐Ÿ‘ฆ","d":"boy","c":1,"a":["boy"],"t":["child"]},{"e":"๐Ÿ‘ง","d":"girl","c":1,"a":["girl"],"t":["child"]},{"e":"๐Ÿง‘","d":"person","c":1,"a":["adult"]},{"e":"๐Ÿ‘ฑ","d":"person: blond hair","c":1,"a":["blond_haired_person"]},{"e":"๐Ÿ‘จ","d":"man","c":1,"a":["man"],"t":["mustache","father","dad"]},{"e":"๐Ÿง”","d":"man: beard","c":1,"a":["bearded_person"]},{"e":"๐Ÿ‘จโ€๐Ÿฆฐ","d":"man: red hair","c":1,"a":["red_haired_man"]},{"e":"๐Ÿ‘จโ€๐Ÿฆฑ","d":"man: curly hair","c":1,"a":["curly_haired_man"]},{"e":"๐Ÿ‘จโ€๐Ÿฆณ","d":"man: white hair","c":1,"a":["white_haired_man"]},{"e":"๐Ÿ‘จโ€๐Ÿฆฒ","d":"man: bald","c":1,"a":["bald_man"]},{"e":"๐Ÿ‘ฉ","d":"woman","c":1,"a":["woman"],"t":["girls"]},{"e":"๐Ÿ‘ฉโ€๐Ÿฆฐ","d":"woman: red hair","c":1,"a":["red_haired_woman"]},{"e":"๐Ÿง‘โ€๐Ÿฆฐ","d":"person: red hair","c":1,"a":["person_red_hair"]},{"e":"๐Ÿ‘ฉโ€๐Ÿฆฑ","d":"woman: curly hair","c":1,"a":["curly_haired_woman"]},{"e":"๐Ÿง‘โ€๐Ÿฆฑ","d":"person: curly hair","c":1,"a":["person_curly_hair"]},{"e":"๐Ÿ‘ฉโ€๐Ÿฆณ","d":"woman: white hair","c":1,"a":["white_haired_woman"]},{"e":"๐Ÿง‘โ€๐Ÿฆณ","d":"person: white hair","c":1,"a":["person_white_hair"]},{"e":"๐Ÿ‘ฉโ€๐Ÿฆฒ","d":"woman: bald","c":1,"a":["bald_woman"]},{"e":"๐Ÿง‘โ€๐Ÿฆฒ","d":"person: bald","c":1,"a":["person_bald"]},{"e":"๐Ÿ‘ฑโ€โ™€๏ธ","d":"woman: blond hair","c":1,"a":["blond_haired_woman","blonde_woman"]},{"e":"๐Ÿ‘ฑโ€โ™‚๏ธ","d":"man: blond hair","c":1,"a":["blond_haired_man"]},{"e":"๐Ÿง“","d":"older person","c":1,"a":["older_adult"]},{"e":"๐Ÿ‘ด","d":"old man","c":1,"a":["older_man"]},{"e":"๐Ÿ‘ต","d":"old woman","c":1,"a":["older_woman"]},{"e":"๐Ÿ™","d":"person frowning","c":1,"a":["frowning_person"]},{"e":"๐Ÿ™โ€โ™‚๏ธ","d":"man frowning","c":1,"a":["frowning_man"]},{"e":"๐Ÿ™โ€โ™€๏ธ","d":"woman frowning","c":1,"a":["frowning_woman"]},{"e":"๐Ÿ™Ž","d":"person pouting","c":1,"a":["pouting_face"]},{"e":"๐Ÿ™Žโ€โ™‚๏ธ","d":"man pouting","c":1,"a":["pouting_man"]},{"e":"๐Ÿ™Žโ€โ™€๏ธ","d":"woman pouting","c":1,"a":["pouting_woman"]},{"e":"๐Ÿ™…","d":"person gesturing NO","c":1,"a":["no_good"],"t":["stop","halt","denied"]},{"e":"๐Ÿ™…โ€โ™‚๏ธ","d":"man gesturing NO","c":1,"a":["no_good_man","ng_man"],"t":["stop","halt","denied"]},{"e":"๐Ÿ™…โ€โ™€๏ธ","d":"woman gesturing NO","c":1,"a":["no_good_woman","ng_woman"],"t":["stop","halt","denied"]},{"e":"๐Ÿ™†","d":"person gesturing OK","c":1,"a":["ok_person"]},{"e":"๐Ÿ™†โ€โ™‚๏ธ","d":"man gesturing OK","c":1,"a":["ok_man"]},{"e":"๐Ÿ™†โ€โ™€๏ธ","d":"woman gesturing OK","c":1,"a":["ok_woman"]},{"e":"๐Ÿ’","d":"person tipping hand","c":1,"a":["tipping_hand_person","information_desk_person"]},{"e":"๐Ÿ’โ€โ™‚๏ธ","d":"man tipping hand","c":1,"a":["tipping_hand_man","sassy_man"],"t":["information"]},{"e":"๐Ÿ’โ€โ™€๏ธ","d":"woman tipping hand","c":1,"a":["tipping_hand_woman","sassy_woman"],"t":["information"]},{"e":"๐Ÿ™‹","d":"person raising hand","c":1,"a":["raising_hand"]},{"e":"๐Ÿ™‹โ€โ™‚๏ธ","d":"man raising hand","c":1,"a":["raising_hand_man"]},{"e":"๐Ÿ™‹โ€โ™€๏ธ","d":"woman raising hand","c":1,"a":["raising_hand_woman"]},{"e":"๐Ÿง","d":"deaf person","c":1,"a":["deaf_person"]},{"e":"๐Ÿงโ€โ™‚๏ธ","d":"deaf man","c":1,"a":["deaf_man"]},{"e":"๐Ÿงโ€โ™€๏ธ","d":"deaf woman","c":1,"a":["deaf_woman"]},{"e":"๐Ÿ™‡","d":"person bowing","c":1,"a":["bow"],"t":["respect","thanks"]},{"e":"๐Ÿ™‡โ€โ™‚๏ธ","d":"man bowing","c":1,"a":["bowing_man"],"t":["respect","thanks"]},{"e":"๐Ÿ™‡โ€โ™€๏ธ","d":"woman bowing","c":1,"a":["bowing_woman"],"t":["respect","thanks"]},{"e":"๐Ÿคฆ","d":"person facepalming","c":1,"a":["facepalm"]},{"e":"๐Ÿคฆโ€โ™‚๏ธ","d":"man facepalming","c":1,"a":["man_facepalming"]},{"e":"๐Ÿคฆโ€โ™€๏ธ","d":"woman facepalming","c":1,"a":["woman_facepalming"]},{"e":"๐Ÿคท","d":"person shrugging","c":1,"a":["shrug"]},{"e":"๐Ÿคทโ€โ™‚๏ธ","d":"man shrugging","c":1,"a":["man_shrugging"]},{"e":"๐Ÿคทโ€โ™€๏ธ","d":"woman shrugging","c":1,"a":["woman_shrugging"]},{"e":"๐Ÿง‘โ€๏ฟฝ๏ฟฝ๏ธ","d":"health worker","c":1,"a":["health_worker"]},{"e":"๐Ÿ‘จโ€โš•๏ธ","d":"man health worker","c":1,"a":["man_health_worker"],"t":["doctor","nurse"]},{"e":"๐Ÿ‘ฉโ€โš•๏ธ","d":"woman health worker","c":1,"a":["woman_health_worker"],"t":["doctor","nurse"]},{"e":"๐Ÿง‘โ€๐ŸŽ“","d":"student","c":1,"a":["student"]},{"e":"๐Ÿ‘จโ€๐ŸŽ“","d":"man student","c":1,"a":["man_student"],"t":["graduation"]},{"e":"๐Ÿ‘ฉโ€๐ŸŽ“","d":"woman student","c":1,"a":["woman_student"],"t":["graduation"]},{"e":"๐Ÿง‘โ€๐Ÿซ","d":"teacher","c":1,"a":["teacher"]},{"e":"๐Ÿ‘จโ€๐Ÿซ","d":"man teacher","c":1,"a":["man_teacher"],"t":["school","professor"]},{"e":"๐Ÿ‘ฉโ€๐Ÿซ","d":"woman teacher","c":1,"a":["woman_teacher"],"t":["school","professor"]},{"e":"๐Ÿง‘โ€โš–๏ธ","d":"judge","c":1,"a":["judge"]},{"e":"๐Ÿ‘จโ€โš–๏ธ","d":"man judge","c":1,"a":["man_judge"],"t":["justice"]},{"e":"๐Ÿ‘ฉโ€โš–๏ธ","d":"woman judge","c":1,"a":["woman_judge"],"t":["justice"]},{"e":"๐Ÿง‘โ€๐ŸŒพ","d":"farmer","c":1,"a":["farmer"]},{"e":"๐Ÿ‘จโ€๐ŸŒพ","d":"man farmer","c":1,"a":["man_farmer"]},{"e":"๐Ÿ‘ฉโ€๐ŸŒพ","d":"woman farmer","c":1,"a":["woman_farmer"]},{"e":"๐Ÿง‘โ€๐Ÿณ","d":"cook","c":1,"a":["cook"]},{"e":"๐Ÿ‘จโ€๐Ÿณ","d":"man cook","c":1,"a":["man_cook"],"t":["chef"]},{"e":"๐Ÿ‘ฉโ€๐Ÿณ","d":"woman cook","c":1,"a":["woman_cook"],"t":["chef"]},{"e":"๐Ÿง‘โ€๐Ÿ”ง","d":"mechanic","c":1,"a":["mechanic"]},{"e":"๐Ÿ‘จโ€๐Ÿ”ง","d":"man mechanic","c":1,"a":["man_mechanic"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ”ง","d":"woman mechanic","c":1,"a":["woman_mechanic"]},{"e":"๐Ÿง‘โ€๐Ÿญ","d":"factory worker","c":1,"a":["factory_worker"]},{"e":"๐Ÿ‘จโ€๏ฟฝ๏ฟฝ๏ฟฝ","d":"man factory worker","c":1,"a":["man_factory_worker"]},{"e":"๐Ÿ‘ฉโ€๐Ÿญ","d":"woman factory worker","c":1,"a":["woman_factory_worker"]},{"e":"๐Ÿง‘โ€๐Ÿ’ผ","d":"office worker","c":1,"a":["office_worker"]},{"e":"๐Ÿ‘จโ€๐Ÿ’ผ","d":"man office worker","c":1,"a":["man_office_worker"],"t":["business"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ’ผ","d":"woman office worker","c":1,"a":["woman_office_worker"],"t":["business"]},{"e":"๐Ÿง‘โ€๐Ÿ”ฌ","d":"scientist","c":1,"a":["scientist"]},{"e":"๐Ÿ‘จโ€๐Ÿ”ฌ","d":"man scientist","c":1,"a":["man_scientist"],"t":["research"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ”ฌ","d":"woman scientist","c":1,"a":["woman_scientist"],"t":["research"]},{"e":"๐Ÿง‘โ€๐Ÿ’ป","d":"technologist","c":1,"a":["technologist"]},{"e":"๐Ÿ‘จโ€๐Ÿ’ป","d":"man technologist","c":1,"a":["man_technologist"],"t":["coder"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ’ป","d":"woman technologist","c":1,"a":["woman_technologist"],"t":["coder"]},{"e":"๐Ÿง‘โ€๐ŸŽค","d":"singer","c":1,"a":["singer"]},{"e":"๐Ÿ‘จโ€๐ŸŽค","d":"man singer","c":1,"a":["man_singer"],"t":["rockstar"]},{"e":"๐Ÿ‘ฉโ€๐ŸŽค","d":"woman singer","c":1,"a":["woman_singer"],"t":["rockstar"]},{"e":"๐Ÿง‘โ€๐ŸŽจ","d":"artist","c":1,"a":["artist"]},{"e":"๐Ÿ‘จโ€๐ŸŽจ","d":"man artist","c":1,"a":["man_artist"],"t":["painter"]},{"e":"๐Ÿ‘ฉโ€๐ŸŽจ","d":"woman artist","c":1,"a":["woman_artist"],"t":["painter"]},{"e":"๐Ÿง‘โ€โœˆ๏ธ","d":"pilot","c":1,"a":["pilot"]},{"e":"๐Ÿ‘จโ€โœˆ๏ธ","d":"man pilot","c":1,"a":["man_pilot"]},{"e":"๐Ÿ‘ฉโ€โœˆ๏ธ","d":"woman pilot","c":1,"a":["woman_pilot"]},{"e":"๐Ÿง‘โ€๐Ÿš€","d":"astronaut","c":1,"a":["astronaut"]},{"e":"๐Ÿ‘จโ€๐Ÿš€","d":"man astronaut","c":1,"a":["man_astronaut"],"t":["space"]},{"e":"๐Ÿ‘ฉโ€๐Ÿš€","d":"woman astronaut","c":1,"a":["woman_astronaut"],"t":["space"]},{"e":"๐Ÿง‘โ€๐Ÿš’","d":"firefighter","c":1,"a":["firefighter"]},{"e":"๐Ÿ‘จโ€๐Ÿš’","d":"man firefighter","c":1,"a":["man_firefighter"]},{"e":"๐Ÿ‘ฉโ€๐Ÿš’","d":"woman firefighter","c":1,"a":["woman_firefighter"]},{"e":"๐Ÿ‘ฎ","d":"police officer","c":1,"a":["police_officer","cop"],"t":["law"]},{"e":"๐Ÿ‘ฎโ€โ™‚๏ธ","d":"man police officer","c":1,"a":["policeman"],"t":["law","cop"]},{"e":"๐Ÿ‘ฎโ€โ™€๏ธ","d":"woman police officer","c":1,"a":["policewoman"],"t":["law","cop"]},{"e":"๐Ÿ•ต๏ธ","d":"detective","c":1,"a":["detective"],"t":["sleuth"]},{"e":"๐Ÿ•ต๏ธโ€โ™‚๏ธ","d":"man detective","c":1,"a":["male_detective"],"t":["sleuth"]},{"e":"๐Ÿ•ต๏ธโ€โ™€๏ธ","d":"woman detective","c":1,"a":["female_detective"],"t":["sleuth"]},{"e":"๐Ÿ’‚","d":"guard","c":1,"a":["guard"]},{"e":"๐Ÿ’‚โ€โ™‚๏ธ","d":"man guard","c":1,"a":["guardsman"]},{"e":"๐Ÿ’‚โ€โ™€๏ธ","d":"woman guard","c":1,"a":["guardswoman"]},{"e":"๐Ÿฅท","d":"ninja","c":1,"a":["ninja"]},{"e":"๐Ÿ‘ท","d":"construction worker","c":1,"a":["construction_worker"],"t":["helmet"]},{"e":"๐Ÿ‘ทโ€โ™‚๏ธ","d":"man construction worker","c":1,"a":["construction_worker_man"],"t":["helmet"]},{"e":"๐Ÿ‘ทโ€โ™€๏ธ","d":"woman construction worker","c":1,"a":["construction_worker_woman"],"t":["helmet"]},{"e":"๐Ÿคด","d":"prince","c":1,"a":["prince"],"t":["crown","royal"]},{"e":"๐Ÿ‘ธ","d":"princess","c":1,"a":["princess"],"t":["crown","royal"]},{"e":"๐Ÿ‘ณ","d":"person wearing turban","c":1,"a":["person_with_turban"]},{"e":"๐Ÿ‘ณโ€โ™‚๏ธ","d":"man wearing turban","c":1,"a":["man_with_turban"]},{"e":"๐Ÿ‘ณโ€โ™€๏ธ","d":"woman wearing turban","c":1,"a":["woman_with_turban"]},{"e":"๐Ÿ‘ฒ","d":"person with skullcap","c":1,"a":["man_with_gua_pi_mao"]},{"e":"๐Ÿง•","d":"woman with headscarf","c":1,"a":["woman_with_headscarf"],"t":["hijab"]},{"e":"๐Ÿคต","d":"person in tuxedo","c":1,"a":["person_in_tuxedo"],"t":["groom","marriage","wedding"]},{"e":"๐Ÿคตโ€โ™‚๏ธ","d":"man in tuxedo","c":1,"a":["man_in_tuxedo"]},{"e":"๐Ÿคตโ€โ™€๏ธ","d":"woman in tuxedo","c":1,"a":["woman_in_tuxedo"]},{"e":"๐Ÿ‘ฐ","d":"person with veil","c":1,"a":["person_with_veil"],"t":["marriage","wedding"]},{"e":"๐Ÿ‘ฐโ€โ™‚๏ธ","d":"man with veil","c":1,"a":["man_with_veil"]},{"e":"๐Ÿ‘ฐโ€โ™€๏ธ","d":"woman with veil","c":1,"a":["woman_with_veil","bride_with_veil"]},{"e":"๐Ÿคฐ","d":"pregnant woman","c":1,"a":["pregnant_woman"]},{"e":"๐Ÿคฑ","d":"breast-feeding","c":1,"a":["breast_feeding"],"t":["nursing"]},{"e":"๐Ÿ‘ฉโ€๐Ÿผ","d":"woman feeding baby","c":1,"a":["woman_feeding_baby"]},{"e":"๐Ÿ‘จโ€๐Ÿผ","d":"man feeding baby","c":1,"a":["man_feeding_baby"]},{"e":"๐Ÿง‘โ€๐Ÿผ","d":"person feeding baby","c":1,"a":["person_feeding_baby"]},{"e":"๐Ÿ‘ผ","d":"baby angel","c":1,"a":["angel"]},{"e":"๐ŸŽ…","d":"Santa Claus","c":1,"a":["santa"],"t":["christmas"]},{"e":"๐Ÿคถ","d":"Mrs. Claus","c":1,"a":["mrs_claus"],"t":["santa"]},{"e":"๐Ÿง‘โ€๐ŸŽ„","d":"mx claus","c":1,"a":["mx_claus"]},{"e":"๐Ÿฆธ","d":"superhero","c":1,"a":["superhero"]},{"e":"๐Ÿฆธโ€โ™‚๏ธ","d":"man superhero","c":1,"a":["superhero_man"]},{"e":"๐Ÿฆธโ€โ™€๏ธ","d":"woman superhero","c":1,"a":["superhero_woman"]},{"e":"๐Ÿฆน","d":"supervillain","c":1,"a":["supervillain"]},{"e":"๐Ÿฆนโ€โ™‚๏ธ","d":"man supervillain","c":1,"a":["supervillain_man"]},{"e":"๐Ÿฆนโ€โ™€๏ธ","d":"woman supervillain","c":1,"a":["supervillain_woman"]},{"e":"๐Ÿง™","d":"mage","c":1,"a":["mage"],"t":["wizard"]},{"e":"๐Ÿง™โ€โ™‚๏ธ","d":"man mage","c":1,"a":["mage_man"],"t":["wizard"]},{"e":"๐Ÿง™โ€โ™€๏ธ","d":"woman mage","c":1,"a":["mage_woman"],"t":["wizard"]},{"e":"๐Ÿงš","d":"fairy","c":1,"a":["fairy"]},{"e":"๐Ÿงšโ€โ™‚๏ธ","d":"man fairy","c":1,"a":["fairy_man"]},{"e":"๐Ÿงšโ€โ™€๏ธ","d":"woman fairy","c":1,"a":["fairy_woman"]},{"e":"๐Ÿง›","d":"vampire","c":1,"a":["vampire"]},{"e":"๐Ÿง›โ€โ™‚๏ธ","d":"man vampire","c":1,"a":["vampire_man"]},{"e":"๐Ÿง›โ€โ™€๏ธ","d":"woman vampire","c":1,"a":["vampire_woman"]},{"e":"๐Ÿงœ","d":"merperson","c":1,"a":["merperson"]},{"e":"๐Ÿงœโ€โ™‚๏ธ","d":"merman","c":1,"a":["merman"]},{"e":"๐Ÿงœโ€โ™€๏ธ","d":"mermaid","c":1,"a":["mermaid"]},{"e":"๐Ÿง","d":"elf","c":1,"a":["elf"]},{"e":"๐Ÿงโ€โ™‚๏ธ","d":"man elf","c":1,"a":["elf_man"]},{"e":"๐Ÿงโ€โ™€๏ธ","d":"woman elf","c":1,"a":["elf_woman"]},{"e":"๐Ÿงž","d":"genie","c":1,"a":["genie"]},{"e":"๐Ÿงžโ€โ™‚๏ธ","d":"man genie","c":1,"a":["genie_man"]},{"e":"๐Ÿงžโ€โ™€๏ธ","d":"woman genie","c":1,"a":["genie_woman"]},{"e":"๐ŸงŸ","d":"zombie","c":1,"a":["zombie"]},{"e":"๐ŸงŸโ€โ™‚๏ธ","d":"man zombie","c":1,"a":["zombie_man"]},{"e":"๐ŸงŸโ€โ™€๏ธ","d":"woman zombie","c":1,"a":["zombie_woman"]},{"e":"๐Ÿ’†","d":"person getting massage","c":1,"a":["massage"],"t":["spa"]},{"e":"๐Ÿ’†โ€โ™‚๏ธ","d":"man getting massage","c":1,"a":["massage_man"],"t":["spa"]},{"e":"๐Ÿ’†โ€โ™€๏ธ","d":"woman getting massage","c":1,"a":["massage_woman"],"t":["spa"]},{"e":"๐Ÿ’‡","d":"person getting haircut","c":1,"a":["haircut"],"t":["beauty"]},{"e":"๐Ÿ’‡โ€โ™‚๏ธ","d":"man getting haircut","c":1,"a":["haircut_man"]},{"e":"๐Ÿ’‡โ€โ™€๏ธ","d":"woman getting haircut","c":1,"a":["haircut_woman"]},{"e":"๐Ÿšถ","d":"person walking","c":1,"a":["walking"]},{"e":"๐Ÿšถโ€โ™‚๏ธ","d":"man walking","c":1,"a":["walking_man"]},{"e":"๐Ÿšถโ€โ™€๏ธ","d":"woman walking","c":1,"a":["walking_woman"]},{"e":"๐Ÿง","d":"person standing","c":1,"a":["standing_person"]},{"e":"๐Ÿงโ€โ™‚๏ธ","d":"man standing","c":1,"a":["standing_man"]},{"e":"๐Ÿงโ€โ™€๏ธ","d":"woman standing","c":1,"a":["standing_woman"]},{"e":"๐ŸงŽ","d":"person kneeling","c":1,"a":["kneeling_person"]},{"e":"๐ŸงŽโ€โ™‚๏ธ","d":"man kneeling","c":1,"a":["kneeling_man"]},{"e":"๐ŸงŽโ€โ™€๏ธ","d":"woman kneeling","c":1,"a":["kneeling_woman"]},{"e":"๐Ÿง‘โ€๐Ÿฆฏ","d":"person with white cane","c":1,"a":["person_with_probing_cane"]},{"e":"๐Ÿ‘จโ€๐Ÿฆฏ","d":"man with white cane","c":1,"a":["man_with_probing_cane"]},{"e":"๐Ÿ‘ฉโ€๐Ÿฆฏ","d":"woman with white cane","c":1,"a":["woman_with_probing_cane"]},{"e":"๐Ÿง‘โ€๐Ÿฆผ","d":"person in motorized wheelchair","c":1,"a":["person_in_motorized_wheelchair"]},{"e":"๐Ÿ‘จโ€๐Ÿฆผ","d":"man in motorized wheelchair","c":1,"a":["man_in_motorized_wheelchair"]},{"e":"๐Ÿ‘ฉโ€๐Ÿฆผ","d":"woman in motorized wheelchair","c":1,"a":["woman_in_motorized_wheelchair"]},{"e":"๐Ÿง‘โ€๐Ÿฆฝ","d":"person in manual wheelchair","c":1,"a":["person_in_manual_wheelchair"]},{"e":"๏ฟฝ๏ฟฝ๏ฟฝ๏ฟฝโ€๐Ÿฆฝ","d":"man in manual wheelchair","c":1,"a":["man_in_manual_wheelchair"]},{"e":"๐Ÿ‘ฉโ€๐Ÿฆฝ","d":"woman in manual wheelchair","c":1,"a":["woman_in_manual_wheelchair"]},{"e":"๐Ÿƒ","d":"person running","c":1,"a":["runner","running"],"t":["exercise","workout","marathon"]},{"e":"๐Ÿƒโ€โ™‚๏ธ","d":"man running","c":1,"a":["running_man"],"t":["exercise","workout","marathon"]},{"e":"๐Ÿƒโ€โ™€๏ธ","d":"woman running","c":1,"a":["running_woman"],"t":["exercise","workout","marathon"]},{"e":"๐Ÿ’ƒ","d":"woman dancing","c":1,"a":["woman_dancing","dancer"],"t":["dress"]},{"e":"๐Ÿ•บ","d":"man dancing","c":1,"a":["man_dancing"],"t":["dancer"]},{"e":"๐Ÿ•ด๏ธ","d":"person in suit levitating","c":1,"a":["business_suit_levitating"]},{"e":"๐Ÿ‘ฏ","d":"people with bunny ears","c":1,"a":["dancers"],"t":["bunny"]},{"e":"๐Ÿ‘ฏโ€โ™‚๏ธ","d":"men with bunny ears","c":1,"a":["dancing_men"],"t":["bunny"]},{"e":"๐Ÿ‘ฏโ€โ™€๏ธ","d":"women with bunny ears","c":1,"a":["dancing_women"],"t":["bunny"]},{"e":"๐Ÿง–","d":"person in steamy room","c":1,"a":["sauna_person"],"t":["steamy"]},{"e":"๐Ÿง–โ€โ™‚๏ธ","d":"man in steamy room","c":1,"a":["sauna_man"],"t":["steamy"]},{"e":"๐Ÿง–โ€โ™€๏ธ","d":"woman in steamy room","c":1,"a":["sauna_woman"],"t":["steamy"]},{"e":"๐Ÿง—","d":"person climbing","c":1,"a":["climbing"],"t":["bouldering"]},{"e":"๐Ÿง—โ€โ™‚๏ธ","d":"man climbing","c":1,"a":["climbing_man"],"t":["bouldering"]},{"e":"๐Ÿง—โ€โ™€๏ธ","d":"woman climbing","c":1,"a":["climbing_woman"],"t":["bouldering"]},{"e":"๐Ÿคบ","d":"person fencing","c":1,"a":["person_fencing"]},{"e":"๐Ÿ‡","d":"horse racing","c":1,"a":["horse_racing"]},{"e":"โ›ท๏ธ","d":"skier","c":1,"a":["skier"]},{"e":"๐Ÿ‚","d":"snowboarder","c":1,"a":["snowboarder"]},{"e":"๐ŸŒ๏ธ","d":"person golfing","c":1,"a":["golfing"]},{"e":"๐ŸŒ๏ธโ€โ™‚๏ธ","d":"man golfing","c":1,"a":["golfing_man"]},{"e":"๐ŸŒ๏ธโ€โ™€๏ธ","d":"woman golfing","c":1,"a":["golfing_woman"]},{"e":"๐Ÿ„","d":"person surfing","c":1,"a":["surfer"]},{"e":"๐Ÿ„โ€โ™‚๏ธ","d":"man surfing","c":1,"a":["surfing_man"]},{"e":"๐Ÿ„โ€โ™€๏ธ","d":"woman surfing","c":1,"a":["surfing_woman"]},{"e":"๐Ÿšฃ","d":"person rowing boat","c":1,"a":["rowboat"]},{"e":"๐Ÿšฃโ€โ™‚๏ธ","d":"man rowing boat","c":1,"a":["rowing_man"]},{"e":"๐Ÿšฃโ€โ™€๏ธ","d":"woman rowing boat","c":1,"a":["rowing_woman"]},{"e":"๐ŸŠ","d":"person swimming","c":1,"a":["swimmer"]},{"e":"๐ŸŠโ€โ™‚๏ธ","d":"man swimming","c":1,"a":["swimming_man"]},{"e":"๐ŸŠโ€โ™€๏ธ","d":"woman swimming","c":1,"a":["swimming_woman"]},{"e":"โ›น๏ธ","d":"person bouncing ball","c":1,"a":["bouncing_ball_person"],"t":["basketball"]},{"e":"โ›น๏ธโ€โ™‚๏ธ","d":"man bouncing ball","c":1,"a":["bouncing_ball_man","basketball_man"]},{"e":"โ›น๏ธโ€โ™€๏ธ","d":"woman bouncing ball","c":1,"a":["bouncing_ball_woman","basketball_woman"]},{"e":"๐Ÿ‹๏ธ","d":"person lifting weights","c":1,"a":["weight_lifting"],"t":["gym","workout"]},{"e":"๐Ÿ‹๏ธโ€โ™‚๏ธ","d":"man lifting weights","c":1,"a":["weight_lifting_man"],"t":["gym","workout"]},{"e":"๐Ÿ‹๏ธโ€โ™€๏ธ","d":"woman lifting weights","c":1,"a":["weight_lifting_woman"],"t":["gym","workout"]},{"e":"๐Ÿšด","d":"person biking","c":1,"a":["bicyclist"]},{"e":"๐Ÿšดโ€โ™‚๏ธ","d":"man biking","c":1,"a":["biking_man"]},{"e":"๐Ÿšดโ€โ™€๏ธ","d":"woman biking","c":1,"a":["biking_woman"]},{"e":"๐Ÿšต","d":"person mountain biking","c":1,"a":["mountain_bicyclist"]},{"e":"๐Ÿšตโ€โ™‚๏ธ","d":"man mountain biking","c":1,"a":["mountain_biking_man"]},{"e":"๐Ÿšตโ€โ™€๏ธ","d":"woman mountain biking","c":1,"a":["mountain_biking_woman"]},{"e":"๐Ÿคธ","d":"person cartwheeling","c":1,"a":["cartwheeling"]},{"e":"๐Ÿคธโ€โ™‚๏ธ","d":"man cartwheeling","c":1,"a":["man_cartwheeling"]},{"e":"๐Ÿคธโ€โ™€๏ธ","d":"woman cartwheeling","c":1,"a":["woman_cartwheeling"]},{"e":"๐Ÿคผ","d":"people wrestling","c":1,"a":["wrestling"]},{"e":"๐Ÿคผโ€โ™‚๏ธ","d":"men wrestling","c":1,"a":["men_wrestling"]},{"e":"๐Ÿคผโ€โ™€๏ธ","d":"women wrestling","c":1,"a":["women_wrestling"]},{"e":"๐Ÿคฝ","d":"person playing water polo","c":1,"a":["water_polo"]},{"e":"๐Ÿคฝโ€โ™‚๏ธ","d":"man playing water polo","c":1,"a":["man_playing_water_polo"]},{"e":"๐Ÿคฝโ€โ™€๏ธ","d":"woman playing water polo","c":1,"a":["woman_playing_water_polo"]},{"e":"๐Ÿคพ","d":"person playing handball","c":1,"a":["handball_person"]},{"e":"๐Ÿคพโ€โ™‚๏ธ","d":"man playing handball","c":1,"a":["man_playing_handball"]},{"e":"๐Ÿคพโ€โ™€๏ธ","d":"woman playing handball","c":1,"a":["woman_playing_handball"]},{"e":"๐Ÿคน","d":"person juggling","c":1,"a":["juggling_person"]},{"e":"๐Ÿคนโ€โ™‚๏ธ","d":"man juggling","c":1,"a":["man_juggling"]},{"e":"๐Ÿคนโ€โ™€๏ธ","d":"woman juggling","c":1,"a":["woman_juggling"]},{"e":"๐Ÿง˜","d":"person in lotus position","c":1,"a":["lotus_position"],"t":["meditation"]},{"e":"๐Ÿง˜โ€โ™‚๏ธ","d":"man in lotus position","c":1,"a":["lotus_position_man"],"t":["meditation"]},{"e":"๐Ÿง˜โ€โ™€๏ธ","d":"woman in lotus position","c":1,"a":["lotus_position_woman"],"t":["meditation"]},{"e":"๐Ÿ›€","d":"person taking bath","c":1,"a":["bath"],"t":["shower"]},{"e":"๐Ÿ›Œ","d":"person in bed","c":1,"a":["sleeping_bed"]},{"e":"๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘","d":"people holding hands","c":1,"a":["people_holding_hands"],"t":["couple","date"]},{"e":"๐Ÿ‘ญ","d":"women holding hands","c":1,"a":["two_women_holding_hands"],"t":["couple","date"]},{"e":"๐Ÿ‘ซ","d":"woman and man holding hands","c":1,"a":["couple"],"t":["date"]},{"e":"๐Ÿ‘ฌ","d":"men holding hands","c":1,"a":["two_men_holding_hands"],"t":["couple","date"]},{"e":"๐Ÿ’","d":"kiss","c":1,"a":["couplekiss"]},{"e":"๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ","d":"kiss: woman, man","c":1,"a":["couplekiss_man_woman"]},{"e":"๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ","d":"kiss: man, man","c":1,"a":["couplekiss_man_man"]},{"e":"๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ","d":"kiss: woman, woman","c":1,"a":["couplekiss_woman_woman"]},{"e":"๐Ÿ’‘","d":"couple with heart","c":1,"a":["couple_with_heart"]},{"e":"๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ","d":"couple with heart: woman, man","c":1,"a":["couple_with_heart_woman_man"]},{"e":"๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ","d":"couple with heart: man, man","c":1,"a":["couple_with_heart_man_man"]},{"e":"๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ","d":"couple with heart: woman, woman","c":1,"a":["couple_with_heart_woman_woman"]},{"e":"๐Ÿ‘ช","d":"family","c":1,"a":["family"],"t":["home","parents","child"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ","d":"family: man, woman, boy","c":1,"a":["family_man_woman_boy"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง","d":"family: man, woman, girl","c":1,"a":["family_man_woman_girl"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ","d":"family: man, woman, girl, boy","c":1,"a":["family_man_woman_girl_boy"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ","d":"family: man, woman, boy, boy","c":1,"a":["family_man_woman_boy_boy"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง","d":"family: man, woman, girl, girl","c":1,"a":["family_man_woman_girl_girl"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ","d":"family: man, man, boy","c":1,"a":["family_man_man_boy"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง","d":"family: man, man, girl","c":1,"a":["family_man_man_girl"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ","d":"family: man, man, girl, boy","c":1,"a":["family_man_man_girl_boy"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ","d":"family: man, man, boy, boy","c":1,"a":["family_man_man_boy_boy"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง","d":"family: man, man, girl, girl","c":1,"a":["family_man_man_girl_girl"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ","d":"family: woman, woman, boy","c":1,"a":["family_woman_woman_boy"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง","d":"family: woman, woman, girl","c":1,"a":["family_woman_woman_girl"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ","d":"family: woman, woman, girl, boy","c":1,"a":["family_woman_woman_girl_boy"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ","d":"family: woman, woman, boy, boy","c":1,"a":["family_woman_woman_boy_boy"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง","d":"family: woman, woman, girl, girl","c":1,"a":["family_woman_woman_girl_girl"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘ฆ","d":"family: man, boy","c":1,"a":["family_man_boy"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ","d":"family: man, boy, boy","c":1,"a":["family_man_boy_boy"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘ง","d":"family: man, girl","c":1,"a":["family_man_girl"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ","d":"family: man, girl, boy","c":1,"a":["family_man_girl_boy"]},{"e":"๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง","d":"family: man, girl, girl","c":1,"a":["family_man_girl_girl"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ‘ฆ","d":"family: woman, boy","c":1,"a":["family_woman_boy"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ","d":"family: woman, boy, boy","c":1,"a":["family_woman_boy_boy"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ‘ง","d":"family: woman, girl","c":1,"a":["family_woman_girl"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ","d":"family: woman, girl, boy","c":1,"a":["family_woman_girl_boy"]},{"e":"๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง","d":"family: woman, girl, girl","c":1,"a":["family_woman_girl_girl"]},{"e":"๐Ÿ—ฃ๏ธ","d":"speaking head","c":1,"a":["speaking_head"]},{"e":"๐Ÿ‘ค","d":"bust in silhouette","c":1,"a":["bust_in_silhouette"],"t":["user"]},{"e":"๐Ÿ‘ฅ","d":"busts in silhouette","c":1,"a":["busts_in_silhouette"],"t":["users","group","team"]},{"e":"๐Ÿซ‚","d":"people hugging","c":1,"a":["people_hugging"]},{"e":"๐Ÿ‘ฃ","d":"footprints","c":1,"a":["footprints"],"t":["feet","tracks"]},{"e":"๐Ÿต","d":"monkey face","c":2,"a":["monkey_face"]},{"e":"๐Ÿ’","d":"monkey","c":2,"a":["monkey"]},{"e":"๐Ÿฆ","d":"gorilla","c":2,"a":["gorilla"]},{"e":"๐Ÿฆง","d":"orangutan","c":2,"a":["orangutan"]},{"e":"๐Ÿถ","d":"dog face","c":2,"a":["dog"],"t":["pet"]},{"e":"๐Ÿ•","d":"dog","c":2,"a":["dog2"]},{"e":"๐Ÿฆฎ","d":"guide dog","c":2,"a":["guide_dog"]},{"e":"๐Ÿ•โ€๐Ÿฆบ","d":"service dog","c":2,"a":["service_dog"]},{"e":"๐Ÿฉ","d":"poodle","c":2,"a":["poodle"],"t":["dog"]},{"e":"๐Ÿบ","d":"wolf","c":2,"a":["wolf"]},{"e":"๐ŸฆŠ","d":"fox","c":2,"a":["fox_face"]},{"e":"๐Ÿฆ","d":"raccoon","c":2,"a":["raccoon"]},{"e":"๐Ÿฑ","d":"cat face","c":2,"a":["cat"],"t":["pet"]},{"e":"๐Ÿˆ","d":"cat","c":2,"a":["cat2"]},{"e":"๐Ÿˆโ€โฌ›","d":"black cat","c":2,"a":["black_cat"]},{"e":"๐Ÿฆ","d":"lion","c":2,"a":["lion"]},{"e":"๐Ÿฏ","d":"tiger face","c":2,"a":["tiger"]},{"e":"๐Ÿ…","d":"tiger","c":2,"a":["tiger2"]},{"e":"๐Ÿ†","d":"leopard","c":2,"a":["leopard"]},{"e":"๐Ÿด","d":"horse face","c":2,"a":["horse"]},{"e":"๐ŸŽ","d":"horse","c":2,"a":["racehorse"],"t":["speed"]},{"e":"๐Ÿฆ„","d":"unicorn","c":2,"a":["unicorn"]},{"e":"๐Ÿฆ“","d":"zebra","c":2,"a":["zebra"]},{"e":"๐ŸฆŒ","d":"deer","c":2,"a":["deer"]},{"e":"๐Ÿฆฌ","d":"bison","c":2,"a":["bison"]},{"e":"๐Ÿฎ","d":"cow face","c":2,"a":["cow"]},{"e":"๐Ÿ‚","d":"ox","c":2,"a":["ox"]},{"e":"๐Ÿƒ","d":"water buffalo","c":2,"a":["water_buffalo"]},{"e":"๐Ÿ„","d":"cow","c":2,"a":["cow2"]},{"e":"๐Ÿท","d":"pig face","c":2,"a":["pig"]},{"e":"๐Ÿ–","d":"pig","c":2,"a":["pig2"]},{"e":"๐Ÿ—","d":"boar","c":2,"a":["boar"]},{"e":"๐Ÿฝ","d":"pig nose","c":2,"a":["pig_nose"]},{"e":"๐Ÿ","d":"ram","c":2,"a":["ram"]},{"e":"๐Ÿ‘","d":"ewe","c":2,"a":["sheep"]},{"e":"๐Ÿ","d":"goat","c":2,"a":["goat"]},{"e":"๐Ÿช","d":"camel","c":2,"a":["dromedary_camel"],"t":["desert"]},{"e":"๐Ÿซ","d":"two-hump camel","c":2,"a":["camel"]},{"e":"๐Ÿฆ™","d":"llama","c":2,"a":["llama"]},{"e":"๐Ÿฆ’","d":"giraffe","c":2,"a":["giraffe"]},{"e":"๐Ÿ˜","d":"elephant","c":2,"a":["elephant"]},{"e":"๐Ÿฆฃ","d":"mammoth","c":2,"a":["mammoth"]},{"e":"๐Ÿฆ","d":"rhinoceros","c":2,"a":["rhinoceros"]},{"e":"๐Ÿฆ›","d":"hippopotamus","c":2,"a":["hippopotamus"]},{"e":"๐Ÿญ","d":"mouse face","c":2,"a":["mouse"]},{"e":"๐Ÿ","d":"mouse","c":2,"a":["mouse2"]},{"e":"๐Ÿ€","d":"rat","c":2,"a":["rat"]},{"e":"๐Ÿน","d":"hamster","c":2,"a":["hamster"],"t":["pet"]},{"e":"๐Ÿฐ","d":"rabbit face","c":2,"a":["rabbit"],"t":["bunny"]},{"e":"๐Ÿ‡","d":"rabbit","c":2,"a":["rabbit2"]},{"e":"๐Ÿฟ๏ธ","d":"chipmunk","c":2,"a":["chipmunk"]},{"e":"๐Ÿฆซ","d":"beaver","c":2,"a":["beaver"]},{"e":"๐Ÿฆ”","d":"hedgehog","c":2,"a":["hedgehog"]},{"e":"๐Ÿฆ‡","d":"bat","c":2,"a":["bat"]},{"e":"๐Ÿป","d":"bear","c":2,"a":["bear"]},{"e":"๐Ÿปโ€โ„๏ธ","d":"polar bear","c":2,"a":["polar_bear"]},{"e":"๐Ÿจ","d":"koala","c":2,"a":["koala"]},{"e":"๐Ÿผ","d":"panda","c":2,"a":["panda_face"]},{"e":"๐Ÿฆฅ","d":"sloth","c":2,"a":["sloth"]},{"e":"๐Ÿฆฆ","d":"otter","c":2,"a":["otter"]},{"e":"๐Ÿฆจ","d":"skunk","c":2,"a":["skunk"]},{"e":"๐Ÿฆ˜","d":"kangaroo","c":2,"a":["kangaroo"]},{"e":"๐Ÿฆก","d":"badger","c":2,"a":["badger"]},{"e":"๐Ÿพ","d":"paw prints","c":2,"a":["feet","paw_prints"]},{"e":"๐Ÿฆƒ","d":"turkey","c":2,"a":["turkey"],"t":["thanksgiving"]},{"e":"๐Ÿ”","d":"chicken","c":2,"a":["chicken"]},{"e":"๐Ÿ“","d":"rooster","c":2,"a":["rooster"]},{"e":"๐Ÿฃ","d":"hatching chick","c":2,"a":["hatching_chick"]},{"e":"๐Ÿค","d":"baby chick","c":2,"a":["baby_chick"]},{"e":"๐Ÿฅ","d":"front-facing baby chick","c":2,"a":["hatched_chick"]},{"e":"๐Ÿฆ","d":"bird","c":2,"a":["bird"]},{"e":"๐Ÿง","d":"penguin","c":2,"a":["penguin"]},{"e":"๐Ÿ•Š๏ธ","d":"dove","c":2,"a":["dove"],"t":["peace"]},{"e":"๐Ÿฆ…","d":"eagle","c":2,"a":["eagle"]},{"e":"๐Ÿฆ†","d":"duck","c":2,"a":["duck"]},{"e":"๐Ÿฆข","d":"swan","c":2,"a":["swan"]},{"e":"๐Ÿฆ‰","d":"owl","c":2,"a":["owl"]},{"e":"๐Ÿฆค","d":"dodo","c":2,"a":["dodo"]},{"e":"๐Ÿชถ","d":"feather","c":2,"a":["feather"]},{"e":"๐Ÿฆฉ","d":"flamingo","c":2,"a":["flamingo"]},{"e":"๐Ÿฆš","d":"peacock","c":2,"a":["peacock"]},{"e":"๐Ÿฆœ","d":"parrot","c":2,"a":["parrot"]},{"e":"๐Ÿธ","d":"frog","c":2,"a":["frog"]},{"e":"๐ŸŠ","d":"crocodile","c":2,"a":["crocodile"]},{"e":"๐Ÿข","d":"turtle","c":2,"a":["turtle"],"t":["slow"]},{"e":"๐ŸฆŽ","d":"lizard","c":2,"a":["lizard"]},{"e":"๐Ÿ","d":"snake","c":2,"a":["snake"]},{"e":"๐Ÿฒ","d":"dragon face","c":2,"a":["dragon_face"]},{"e":"๐Ÿ‰","d":"dragon","c":2,"a":["dragon"]},{"e":"๐Ÿฆ•","d":"sauropod","c":2,"a":["sauropod"],"t":["dinosaur"]},{"e":"๐Ÿฆ–","d":"T-Rex","c":2,"a":["t-rex"],"t":["dinosaur"]},{"e":"๐Ÿณ","d":"spouting whale","c":2,"a":["whale"],"t":["sea"]},{"e":"๐Ÿ‹","d":"whale","c":2,"a":["whale2"]},{"e":"๐Ÿฌ","d":"dolphin","c":2,"a":["dolphin","flipper"]},{"e":"๐Ÿฆญ","d":"seal","c":2,"a":["seal"]},{"e":"๐ŸŸ","d":"fish","c":2,"a":["fish"]},{"e":"๐Ÿ ","d":"tropical fish","c":2,"a":["tropical_fish"]},{"e":"๐Ÿก","d":"blowfish","c":2,"a":["blowfish"]},{"e":"๐Ÿฆˆ","d":"shark","c":2,"a":["shark"]},{"e":"๐Ÿ™","d":"octopus","c":2,"a":["octopus"]},{"e":"๐Ÿš","d":"spiral shell","c":2,"a":["shell"],"t":["sea","beach"]},{"e":"๐ŸŒ","d":"snail","c":2,"a":["snail"],"t":["slow"]},{"e":"๐Ÿฆ‹","d":"butterfly","c":2,"a":["butterfly"]},{"e":"๐Ÿ›","d":"bug","c":2,"a":["bug"]},{"e":"๐Ÿœ","d":"ant","c":2,"a":["ant"]},{"e":"๐Ÿ","d":"honeybee","c":2,"a":["bee","honeybee"]},{"e":"๐Ÿชฒ","d":"beetle","c":2,"a":["beetle"]},{"e":"๐Ÿž","d":"lady beetle","c":2,"a":["lady_beetle"],"t":["bug"]},{"e":"๐Ÿฆ—","d":"cricket","c":2,"a":["cricket"]},{"e":"๐Ÿชณ","d":"cockroach","c":2,"a":["cockroach"]},{"e":"๐Ÿ•ท๏ธ","d":"spider","c":2,"a":["spider"]},{"e":"๐Ÿ•ธ๏ธ","d":"spider web","c":2,"a":["spider_web"]},{"e":"๐Ÿฆ‚","d":"scorpion","c":2,"a":["scorpion"]},{"e":"๐ŸฆŸ","d":"mosquito","c":2,"a":["mosquito"]},{"e":"๐Ÿชฐ","d":"fly","c":2,"a":["fly"]},{"e":"๐Ÿชฑ","d":"worm","c":2,"a":["worm"]},{"e":"๐Ÿฆ ","d":"microbe","c":2,"a":["microbe"],"t":["germ"]},{"e":"๐Ÿ’","d":"bouquet","c":2,"a":["bouquet"],"t":["flowers"]},{"e":"๐ŸŒธ","d":"cherry blossom","c":2,"a":["cherry_blossom"],"t":["flower","spring"]},{"e":"๐Ÿ’ฎ","d":"white flower","c":2,"a":["white_flower"]},{"e":"๐Ÿต๏ธ","d":"rosette","c":2,"a":["rosette"]},{"e":"๐ŸŒน","d":"rose","c":2,"a":["rose"],"t":["flower"]},{"e":"๐Ÿฅ€","d":"wilted flower","c":2,"a":["wilted_flower"]},{"e":"๐ŸŒบ","d":"hibiscus","c":2,"a":["hibiscus"]},{"e":"๐ŸŒป","d":"sunflower","c":2,"a":["sunflower"]},{"e":"๐ŸŒผ","d":"blossom","c":2,"a":["blossom"]},{"e":"๐ŸŒท","d":"tulip","c":2,"a":["tulip"],"t":["flower"]},{"e":"๐ŸŒฑ","d":"seedling","c":2,"a":["seedling"],"t":["plant"]},{"e":"๐Ÿชด","d":"potted plant","c":2,"a":["potted_plant"]},{"e":"๐ŸŒฒ","d":"evergreen tree","c":2,"a":["evergreen_tree"],"t":["wood"]},{"e":"๐ŸŒณ","d":"deciduous tree","c":2,"a":["deciduous_tree"],"t":["wood"]},{"e":"๐ŸŒด","d":"palm tree","c":2,"a":["palm_tree"]},{"e":"๐ŸŒต","d":"cactus","c":2,"a":["cactus"]},{"e":"๐ŸŒพ","d":"sheaf of rice","c":2,"a":["ear_of_rice"]},{"e":"๐ŸŒฟ","d":"herb","c":2,"a":["herb"]},{"e":"โ˜˜๏ธ","d":"shamrock","c":2,"a":["shamrock"]},{"e":"๐Ÿ€","d":"four leaf clover","c":2,"a":["four_leaf_clover"],"t":["luck"]},{"e":"๐Ÿ","d":"maple leaf","c":2,"a":["maple_leaf"],"t":["canada"]},{"e":"๐Ÿ‚","d":"fallen leaf","c":2,"a":["fallen_leaf"],"t":["autumn"]},{"e":"๐Ÿƒ","d":"leaf fluttering in wind","c":2,"a":["leaves"],"t":["leaf"]},{"e":"๐Ÿ‡","d":"grapes","c":3,"a":["grapes"]},{"e":"๐Ÿˆ","d":"melon","c":3,"a":["melon"]},{"e":"๐Ÿ‰","d":"watermelon","c":3,"a":["watermelon"]},{"e":"๐ŸŠ","d":"tangerine","c":3,"a":["tangerine","orange","mandarin"]},{"e":"๐Ÿ‹","d":"lemon","c":3,"a":["lemon"]},{"e":"๐ŸŒ","d":"banana","c":3,"a":["banana"],"t":["fruit"]},{"e":"๐Ÿ","d":"pineapple","c":3,"a":["pineapple"]},{"e":"๐Ÿฅญ","d":"mango","c":3,"a":["mango"]},{"e":"๐ŸŽ","d":"red apple","c":3,"a":["apple"]},{"e":"๐Ÿ","d":"green apple","c":3,"a":["green_apple"],"t":["fruit"]},{"e":"๐Ÿ","d":"pear","c":3,"a":["pear"]},{"e":"๐Ÿ‘","d":"peach","c":3,"a":["peach"]},{"e":"๐Ÿ’","d":"cherries","c":3,"a":["cherries"],"t":["fruit"]},{"e":"๐Ÿ“","d":"strawberry","c":3,"a":["strawberry"],"t":["fruit"]},{"e":"๐Ÿซ","d":"blueberries","c":3,"a":["blueberries"]},{"e":"๐Ÿฅ","d":"kiwi fruit","c":3,"a":["kiwi_fruit"]},{"e":"๐Ÿ…","d":"tomato","c":3,"a":["tomato"]},{"e":"๐Ÿซ’","d":"olive","c":3,"a":["olive"]},{"e":"๐Ÿฅฅ","d":"coconut","c":3,"a":["coconut"]},{"e":"๐Ÿฅ‘","d":"avocado","c":3,"a":["avocado"]},{"e":"๐Ÿ†","d":"eggplant","c":3,"a":["eggplant"],"t":["aubergine"]},{"e":"๐Ÿฅ”","d":"potato","c":3,"a":["potato"]},{"e":"๐Ÿฅ•","d":"carrot","c":3,"a":["carrot"]},{"e":"๐ŸŒฝ","d":"ear of corn","c":3,"a":["corn"]},{"e":"๐ŸŒถ๏ธ","d":"hot pepper","c":3,"a":["hot_pepper"],"t":["spicy"]},{"e":"๐Ÿซ‘","d":"bell pepper","c":3,"a":["bell_pepper"]},{"e":"๐Ÿฅ’","d":"cucumber","c":3,"a":["cucumber"]},{"e":"๐Ÿฅฌ","d":"leafy green","c":3,"a":["leafy_green"]},{"e":"๐Ÿฅฆ","d":"broccoli","c":3,"a":["broccoli"]},{"e":"๐Ÿง„","d":"garlic","c":3,"a":["garlic"]},{"e":"๐Ÿง…","d":"onion","c":3,"a":["onion"]},{"e":"๐Ÿ„","d":"mushroom","c":3,"a":["mushroom"]},{"e":"๐Ÿฅœ","d":"peanuts","c":3,"a":["peanuts"]},{"e":"๐ŸŒฐ","d":"chestnut","c":3,"a":["chestnut"]},{"e":"๐Ÿž","d":"bread","c":3,"a":["bread"],"t":["toast"]},{"e":"๐Ÿฅ","d":"croissant","c":3,"a":["croissant"]},{"e":"๐Ÿฅ–","d":"baguette bread","c":3,"a":["baguette_bread"]},{"e":"๐Ÿซ“","d":"flatbread","c":3,"a":["flatbread"]},{"e":"๐Ÿฅจ","d":"pretzel","c":3,"a":["pretzel"]},{"e":"๐Ÿฅฏ","d":"bagel","c":3,"a":["bagel"]},{"e":"๐Ÿฅž","d":"pancakes","c":3,"a":["pancakes"]},{"e":"๐Ÿง‡","d":"waffle","c":3,"a":["waffle"]},{"e":"๐Ÿง€","d":"cheese wedge","c":3,"a":["cheese"]},{"e":"๐Ÿ–","d":"meat on bone","c":3,"a":["meat_on_bone"]},{"e":"๐Ÿ—","d":"poultry leg","c":3,"a":["poultry_leg"],"t":["meat","chicken"]},{"e":"๐Ÿฅฉ","d":"cut of meat","c"