nuxt-studio 1.3.2 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/README.md +1 -1
  2. package/dist/app/asciidoc-AY8u9WWM.js +1 -0
  3. package/dist/app/ayu-dark-DYE7WIF3.js +1 -0
  4. package/dist/app/ayu-light-BA47KaF1.js +1 -0
  5. package/dist/app/ayu-mirage-32ctXXKs.js +1 -0
  6. package/dist/app/bird2-DECYBE5b.js +1 -0
  7. package/dist/app/c3-BBJ779-z.js +1 -0
  8. package/dist/app/en-wvzTRdZ2.js +1 -0
  9. package/dist/app/{erb-BkKzIHzi.js → erb-BPZEWadm.js} +1 -1
  10. package/dist/app/horizon-bright-Cn-bp-IR.js +1 -0
  11. package/dist/app/{index-CY2pEuQG.js → index-BzjOWvSV.js} +1 -1
  12. package/dist/app/index-DN_Tmc8V.js +1 -0
  13. package/dist/app/{index-BJwWKj3q.js → index-DnbSsQeV.js} +1 -1
  14. package/dist/app/just-BrBcRIfs.js +1 -0
  15. package/dist/app/latex-DFFaUVSZ.js +1 -0
  16. package/dist/app/{llvm-BMwXnwe8.js → llvm-w4szIS5k.js} +1 -1
  17. package/dist/app/main-BaiiAKHN.js +42 -0
  18. package/dist/app/main.d.ts +30 -23
  19. package/dist/app/main.js +1 -1
  20. package/dist/app/marko-CVUQDN1F.js +1 -0
  21. package/dist/app/{mdc-CKHPIY6R.js → mdc-E5Yo7yrS.js} +1 -1
  22. package/dist/app/mojo-C2cxD0aZ.js +1 -0
  23. package/dist/app/moonbit-B4gpyPjt.js +1 -0
  24. package/dist/app/nextflow-NhKJRLNF.js +1 -0
  25. package/dist/app/nextflow-groovy-CqvLf608.js +1 -0
  26. package/dist/app/nushell-Mk45ZIMx.js +1 -0
  27. package/dist/app/{rehype-DxMxi_g-.js → rehype-B0pzK8Ph.js} +1 -1
  28. package/dist/app/ron-DIZViclS.js +1 -0
  29. package/dist/app/{rst-Db6JICNt.js → rst-RpuXd47r.js} +1 -1
  30. package/dist/app/ruby-Bz6Ou-59.js +1 -0
  31. package/dist/app/service-worker.d.ts +23 -23
  32. package/dist/app/shared--ESjFm2d.js +1 -0
  33. package/dist/app/shared.d.ts +24 -25
  34. package/dist/app/shared.js +1 -1
  35. package/dist/app/{shiki-BWNTJJZW.js → shiki-DIDkQbrM.js} +1 -1
  36. package/dist/app/svelte-BuOg6tJl.js +1 -0
  37. package/dist/app/{swift-dg2QTUdp.js → swift-0qv2hBXI.js} +1 -1
  38. package/dist/app/tex-ByCZWQmN.js +1 -0
  39. package/dist/app/{twig-DL5s0dWc.js → twig-R-aCXzIu.js} +1 -1
  40. package/dist/module/module.d.mts +55 -0
  41. package/dist/module/module.json +1 -1
  42. package/dist/module/module.mjs +154 -99
  43. package/dist/module/runtime/host.js +30 -19
  44. package/dist/module/runtime/server/routes/ai/analyze.post.js +3 -17
  45. package/dist/module/runtime/server/routes/ai/generate.post.js +3 -17
  46. package/dist/module/runtime/server/routes/auth/github.get.d.ts +10 -3
  47. package/dist/module/runtime/server/routes/auth/github.get.js +10 -7
  48. package/dist/module/runtime/server/routes/auth/gitlab.get.js +6 -6
  49. package/dist/module/runtime/server/routes/auth/google.get.js +4 -4
  50. package/dist/module/runtime/server/routes/auth/sso.get.js +5 -5
  51. package/dist/module/runtime/server/routes/dev/public/[...path].js +3 -2
  52. package/dist/module/runtime/server/routes/medias/[...path].d.ts +2 -0
  53. package/dist/module/runtime/server/routes/medias/[...path].js +71 -0
  54. package/dist/module/runtime/server/routes/meta.js +4 -19
  55. package/dist/module/runtime/server/utils/auth.d.ts +1 -0
  56. package/dist/module/runtime/server/utils/auth.js +19 -1
  57. package/dist/module/runtime/server/utils/object.d.ts +1 -0
  58. package/dist/module/runtime/server/utils/object.js +14 -0
  59. package/dist/module/runtime/utils/collection.js +5 -7
  60. package/dist/module/runtime/utils/constants.d.ts +1 -0
  61. package/dist/module/runtime/utils/constants.js +1 -0
  62. package/dist/module/runtime/utils/document/compare.js +1 -1
  63. package/dist/module/runtime/utils/document/generate.js +5 -3
  64. package/dist/module/runtime/utils/media.js +2 -2
  65. package/package.json +25 -20
  66. package/dist/app/asciidoc-XTVL4-GN.js +0 -1
  67. package/dist/app/ayu-dark-CMjwMIkn.js +0 -1
  68. package/dist/app/ayu-light-C47S-Tmv.js +0 -1
  69. package/dist/app/ayu-mirage-CjoLj4QM.js +0 -1
  70. package/dist/app/c3-B5xr2KH_.js +0 -1
  71. package/dist/app/en-BLcCUEmi.js +0 -1
  72. package/dist/app/index-BHiGO8lZ.js +0 -1
  73. package/dist/app/index-D7Zn_pzM.js +0 -2
  74. package/dist/app/index-DZT0wMp9.js +0 -1
  75. package/dist/app/latex-DHfEut71.js +0 -1
  76. package/dist/app/main-C_AGiNp-.js +0 -44
  77. package/dist/app/main-DnxMhNqU.js +0 -44
  78. package/dist/app/marko-2xMnbWEh.js +0 -1
  79. package/dist/app/mojo-CxwnvobC.js +0 -1
  80. package/dist/app/moonbit-Cu4LvJk1.js +0 -1
  81. package/dist/app/nextflow-D-awTbLA.js +0 -1
  82. package/dist/app/nushell-Cdolw_6l.js +0 -1
  83. package/dist/app/rehype-sZkPNt5P.js +0 -1
  84. package/dist/app/ron-1l4eGd0-.js +0 -1
  85. package/dist/app/ruby-DQYiaCa_.js +0 -1
  86. package/dist/app/shared-DSAAKzND.js +0 -1
  87. package/dist/app/shiki-C6xy7L7G.js +0 -1
  88. package/dist/app/svelte-ChRP14-8.js +0 -1
  89. package/dist/app/tex-C-BO_DSa.js +0 -1
@@ -0,0 +1 @@
1
+ const o=function(r){if(null==r)return s;if("function"==typeof r)return e(r);if("object"==typeof r)return Array.isArray(r)?function(s){const r=[];let n=-1;for(;++n<s.length;)r[n]=o(s[n]);return e(a);function a(...o){let e=-1;for(;++e<r.length;)if(r[e].apply(this,o))return!0;return!1}}(r):function(o){const s=o;return e(r);function r(e){const r=e;let n;for(n in o)if(r[n]!==s[n])return!1;return!0}}(r);if("string"==typeof r)return function(o){return e(s);function s(e){return e&&e.type===o}}(r);throw new Error("Expected function, string, or object as test")};function e(o){return function(e,s,r){return Boolean(function(o){return null!==o&&"object"==typeof o&&"type"in o}(e)&&o.call(this,e,"number"==typeof s?s:void 0,r||void 0))}}function s(){return!0}const r=[],n=!0,a=!1,i="skip";function t(e,s,t,c){let p;"function"==typeof s&&"function"!=typeof t?(c=t,t=s):p=s;const l=o(p),g=c?-1:1;!function o(e,p,d){const m=e&&"object"==typeof e?e:{};if("string"==typeof m.type){const o="string"==typeof m.tagName?m.tagName:"string"==typeof m.name?m.name:void 0;Object.defineProperty(_,"name",{value:"node ("+e.type+(o?"<"+o+">":"")+")"})}return _;function _(){let m,_,u,v=r;if((!s||l(e,p,d[d.length-1]||void 0))&&(v=function(o){if(Array.isArray(o))return o;if("number"==typeof o)return[n,o];return null==o?r:[o]}(t(e,d)),v[0]===a))return v;if("children"in e&&e.children){const s=e;if(s.children&&v[0]!==i)for(_=(c?s.children.length:-1)+g,u=d.concat(s);_>-1&&_<s.children.length;){const e=s.children[_];if(m=o(e,_,u)(),m[0]===a)return m;_="number"==typeof m[1]?m[1]:_+g}}return v}}(e,void 0,[])()}function c(e,s,r){const n=o((r||{}).ignore||[]),a=function(o){const e=[];if(!Array.isArray(o))throw new TypeError("Expected find and replace tuple or list of tuples");const s=!o[0]||Array.isArray(o[0])?o:[o];let r=-1;for(;++r<s.length;){const o=s[r];e.push([p(o[0]),l(o[1])])}return e}(s);let i=-1;for(;++i<a.length;)t(e,"text",c);function c(o,e){let s,r=-1;for(;++r<e.length;){const o=e[r],a=s?s.children:void 0;if(n(o,a?a.indexOf(o):void 0,s))return;s=o}if(s)return function(o,e){const s=e[e.length-1],r=a[i][0],n=a[i][1];let t=0;const c=s.children.indexOf(o);let p=!1,l=[];r.lastIndex=0;let g=r.exec(o.value);for(;g;){const s=g.index,a={index:g.index,input:g.input,stack:[...e,o]};let i=n(...g,a);if("string"==typeof i&&(i=i.length>0?{type:"text",value:i}:void 0),!1===i?r.lastIndex=s+1:(t!==s&&l.push({type:"text",value:o.value.slice(t,s)}),Array.isArray(i)?l.push(...i):i&&l.push(i),t=s+g[0].length,p=!0),!r.global)break;g=r.exec(o.value)}p?(t<o.value.length&&l.push({type:"text",value:o.value.slice(t)}),s.children.splice(c,1,...l)):l=[o];return c+l.length}(o,e)}}function p(o){return"string"==typeof o?new RegExp(function(o){if("string"!=typeof o)throw new TypeError("Expected a string");return o.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}(o),"g"):o}function l(o){return"function"==typeof o?o:function(){return o}}const g=/:\+1:|:[\w-]+:/g,d={"🇦":{name:"regional_indicator_a",shortcodes:["regional_indicator_a"],group:"",version:0},"🇧":{name:"regional_indicator_b",shortcodes:["regional_indicator_b"],group:"",version:0},"🇨":{name:"regional_indicator_c",shortcodes:["regional_indicator_c"],group:"",version:0},"🇩":{name:"regional_indicator_d",shortcodes:["regional_indicator_d"],group:"",version:0},"🇪":{name:"regional_indicator_e",shortcodes:["regional_indicator_e"],group:"",version:0},"🇫":{name:"regional_indicator_f",shortcodes:["regional_indicator_f"],group:"",version:0},"🇬":{name:"regional_indicator_g",shortcodes:["regional_indicator_g"],group:"",version:0},"🇭":{name:"regional_indicator_h",shortcodes:["regional_indicator_h"],group:"",version:0},"🇮":{name:"regional_indicator_i",shortcodes:["regional_indicator_i"],group:"",version:0},"🇯":{name:"regional_indicator_j",shortcodes:["regional_indicator_j"],group:"",version:0},"🇰":{name:"regional_indicator_k",shortcodes:["regional_indicator_k"],group:"",version:0},"🇱":{name:"regional_indicator_l",shortcodes:["regional_indicator_l"],group:"",version:0},"🇲":{name:"regional_indicator_m",shortcodes:["regional_indicator_m"],group:"",version:0},"🇳":{name:"regional_indicator_n",shortcodes:["regional_indicator_n"],group:"",version:0},"🇴":{name:"regional_indicator_o",shortcodes:["regional_indicator_o"],group:"",version:0},"🇵":{name:"regional_indicator_p",shortcodes:["regional_indicator_p"],group:"",version:0},"🇶":{name:"regional_indicator_q",shortcodes:["regional_indicator_q"],group:"",version:0},"🇷":{name:"regional_indicator_r",shortcodes:["regional_indicator_r"],group:"",version:0},"🇸":{name:"regional_indicator_s",shortcodes:["regional_indicator_s"],group:"",version:0},"🇹":{name:"regional_indicator_t",shortcodes:["regional_indicator_t"],group:"",version:0},"🇺":{name:"regional_indicator_u",shortcodes:["regional_indicator_u"],group:"",version:0},"🇻":{name:"regional_indicator_v",shortcodes:["regional_indicator_v"],group:"",version:0},"🇼":{name:"regional_indicator_w",shortcodes:["regional_indicator_w"],group:"",version:0},"🇽":{name:"regional_indicator_x",shortcodes:["regional_indicator_x"],group:"",version:0},"🇾":{name:"regional_indicator_y",shortcodes:["regional_indicator_y"],group:"",version:0},"🇿":{name:"regional_indicator_z",shortcodes:["regional_indicator_z"],group:"",version:0},"😀":{name:"grinning",shortcodes:["grinning","grinning_face"],group:"",version:1},"😃":{name:"smiley",shortcodes:["grinning_face_with_big_eyes","smiley"],group:"",version:.6},"😄":{name:"smile",shortcodes:["grinning_face_with_closed_eyes","smile"],group:"",emoticons:[":D"],version:.6},"😁":{name:"grin",shortcodes:["beaming_face","grin"],group:"",version:.6},"😆":{name:"laughing",shortcodes:["laughing","lol","satisfied","squinting_face"],group:"",emoticons:["xD","XD"],version:.6},"😅":{name:"sweat_smile",shortcodes:["grinning_face_with_sweat","sweat_smile"],group:"",version:.6},"🤣":{name:"rofl",shortcodes:["rofl"],group:"",emoticons:[":'D"],version:3},"😂":{name:"joy",shortcodes:["joy","lmao","tears_of_joy"],group:"",emoticons:[":')"],version:.6},"🙂":{name:"slightly_smiling_face",shortcodes:["slightly_smiling_face"],group:"",emoticons:[":)"],version:1},"🙃":{name:"upside_down_face",shortcodes:["upside_down_face"],group:"",version:1},"🫠":{name:"melting_face",shortcodes:["melt","melting_face"],group:"",version:14},"😉":{name:"wink",shortcodes:["wink","winking_face"],group:"",emoticons:[";)"],version:.6},"😊":{name:"blush",shortcodes:["blush","smiling_face_with_closed_eyes"],group:"",emoticons:[":>"],version:.6},"😇":{name:"innocent",shortcodes:["halo","innocent"],group:"",emoticons:["o:)","O:)"],version:1},"🥰":{name:"smiling_face_with_three_hearts",shortcodes:["smiling_face_with_3_hearts"],group:"",version:11},"😍":{name:"heart_eyes",shortcodes:["heart_eyes","smiling_face_with_heart_eyes"],group:"",version:.6},"🤩":{name:"star_struck",shortcodes:["star_struck"],group:"",version:5},"😘":{name:"kissing_heart",shortcodes:["blowing_a_kiss","kissing_heart"],group:"",emoticons:[":x",":X"],version:.6},"😗":{name:"kissing",shortcodes:["kissing","kissing_face"],group:"",version:1},"☺":{name:"relaxed",shortcodes:["relaxed","smiling_face"],group:"",version:.6},"😚":{name:"kissing_closed_eyes",shortcodes:["kissing_closed_eyes","kissing_face_with_closed_eyes"],group:"",emoticons:[":*"],version:.6},"😙":{name:"kissing_smiling_eyes",shortcodes:["kissing_face_with_smiling_eyes","kissing_smiling_eyes"],group:"",version:1},"🥲":{name:"smiling_face_with_tear",shortcodes:["smiling_face_with_tear"],group:"",version:13},"😋":{name:"yum",shortcodes:["savoring_food","yum"],group:"",version:.6},"😛":{name:"stuck_out_tongue",shortcodes:["face_with_tongue","stuck_out_tongue"],group:"",emoticons:[":p",":P"],version:1},"😜":{name:"stuck_out_tongue_winking_eye",shortcodes:["stuck_out_tongue_winking_eye"],group:"",emoticons:[";p",";P"],version:.6},"🤪":{name:"zany_face",shortcodes:["zany","zany_face"],group:"",version:5},"😝":{name:"stuck_out_tongue_closed_eyes",shortcodes:["stuck_out_tongue_closed_eyes"],group:"",emoticons:["xp","xP","XP"],version:.6},"🤑":{name:"money_mouth_face",shortcodes:["money_mouth_face"],group:"",version:1},"🤗":{name:"hugs",shortcodes:["hug","hugging","hugging_face"],group:"",version:1},"🤭":{name:"hand_over_mouth",shortcodes:["face_with_hand_over_mouth","hand_over_mouth"],group:"",version:5},"🫢":{name:"face_with_open_eyes_and_hand_over_mouth",shortcodes:["face_with_open_eyes_hand_over_mouth","gasp"],group:"",version:14},"🫣":{name:"face_with_peeking_eye",shortcodes:["face_with_peeking_eye","peek"],group:"",version:14},"🤫":{name:"shushing_face",shortcodes:["shush","shushing_face"],group:"",version:5},"🤔":{name:"thinking",shortcodes:["thinking","thinking_face","wtf"],group:"",emoticons:[":l",":L"],version:1},"🫡":{name:"saluting_face",shortcodes:["salute","saluting_face"],group:"",version:14},"🤐":{name:"zipper_mouth_face",shortcodes:["zipper_mouth","zipper_mouth_face"],group:"",emoticons:[":z",":Z"],version:1},"🤨":{name:"raised_eyebrow",shortcodes:["face_with_raised_eyebrow","raised_eyebrow"],group:"",version:5},"😐":{name:"neutral_face",shortcodes:["neutral","neutral_face"],group:"",emoticons:[":|"],version:.7},"😑":{name:"expressionless",shortcodes:["expressionless","expressionless_face"],group:"",version:1},"😶":{name:"no_mouth",shortcodes:["no_mouth"],group:"",emoticons:[":#"],version:1},"🫥":{name:"dotted_line_face",shortcodes:["dotted_line_face"],group:"",version:14},"😶‍🌫":{name:"face_in_clouds",shortcodes:["in_clouds"],group:"",version:13.1},"😏":{name:"smirk",shortcodes:["smirk","smirking","smirking_face"],group:"",emoticons:[":j"],version:.6},"😒":{name:"unamused",shortcodes:["unamused","unamused_face"],group:"",emoticons:[":?"],version:.6},"🙄":{name:"roll_eyes",shortcodes:["rolling_eyes"],group:"",version:1},"😬":{name:"grimacing",shortcodes:["grimacing","grimacing_face"],group:"",emoticons:["8D"],version:1},"😮‍💨":{name:"face_exhaling",shortcodes:["exhale","exhaling"],group:"",version:13.1},"🤥":{name:"lying_face",shortcodes:["lying","lying_face"],group:"",version:3},"🫨":{name:"shaking_face",shortcodes:["shaking","shaking_face"],group:"",version:15},"🙂‍↔":{name:"head_shaking_horizontally",shortcodes:["head_shaking_horizontally"],group:"",version:15.1},"🙂‍↕":{name:"head_shaking_vertically",shortcodes:["head_shaking_vertically"],group:"",version:15.1},"😌":{name:"relieved",shortcodes:["relieved","relieved_face"],group:"",version:.6},"😔":{name:"pensive",shortcodes:["pensive","pensive_face"],group:"",version:.6},"😪":{name:"sleepy",shortcodes:["sleepy","sleepy_face"],group:"",version:.6},"🤤":{name:"drooling_face",shortcodes:["drooling","drooling_face"],group:"",version:3},"😴":{name:"sleeping",shortcodes:["sleeping","sleeping_face"],group:"",version:1},"😷":{name:"mask",shortcodes:["mask","medical_mask"],group:"",version:.6},"🤒":{name:"face_with_thermometer",shortcodes:["face_with_thermometer"],group:"",version:1},"🤕":{name:"face_with_head_bandage",shortcodes:["face_with_head_bandage"],group:"",version:1},"🤢":{name:"nauseated_face",shortcodes:["nauseated","nauseated_face"],group:"",emoticons:["%("],version:3},"🤮":{name:"vomiting_face",shortcodes:["face_vomiting","vomiting"],group:"",version:5},"🤧":{name:"sneezing_face",shortcodes:["sneezing","sneezing_face"],group:"",version:3},"🥵":{name:"hot_face",shortcodes:["hot","hot_face"],group:"",version:11},"🥶":{name:"cold_face",shortcodes:["cold","cold_face"],group:"",version:11},"🥴":{name:"woozy_face",shortcodes:["woozy","woozy_face"],group:"",emoticons:[":&"],version:11},"😵":{name:"dizzy_face",shortcodes:["dizzy_face","knocked_out"],group:"",emoticons:["xo","XO"],version:.6},"😵‍💫":{name:"face_with_spiral_eyes",shortcodes:["dizzy_eyes"],group:"",version:13.1},"🤯":{name:"exploding_head",shortcodes:["exploding_head"],group:"",version:5},"🤠":{name:"cowboy_hat_face",shortcodes:["cowboy","cowboy_face"],group:"",version:3},"🥳":{name:"partying_face",shortcodes:["hooray","partying","partying_face"],group:"",version:11},"🥸":{name:"disguised_face",shortcodes:["disguised","disguised_face"],group:"",version:13},"😎":{name:"sunglasses",shortcodes:["smiling_face_with_sunglasses","sunglasses_cool","too_cool"],group:"",emoticons:["8)"],version:1},"🤓":{name:"nerd_face",shortcodes:["nerd","nerd_face"],group:"",emoticons:[":B"],version:1},"🧐":{name:"monocle_face",shortcodes:["face_with_monocle"],group:"",version:5},"😕":{name:"confused",shortcodes:["confused","confused_face"],group:"",emoticons:[":/"],version:1},"🫤":{name:"face_with_diagonal_mouth",shortcodes:["face_with_diagonal_mouth"],group:"",version:14},"😟":{name:"worried",shortcodes:["worried","worried_face"],group:"",version:1},"🙁":{name:"slightly_frowning_face",shortcodes:["slightly_frowning_face"],group:"",version:1},"☹":{name:"frowning_face",shortcodes:["white_frowning_face"],group:"",emoticons:[":("],version:.7},"😮":{name:"open_mouth",shortcodes:["face_with_open_mouth","open_mouth"],group:"",version:1},"😯":{name:"hushed",shortcodes:["hushed","hushed_face"],group:"",version:1},"😲":{name:"astonished",shortcodes:["astonished","astonished_face"],group:"",emoticons:[":o",":O"],version:.6},"😳":{name:"flushed",shortcodes:["flushed","flushed_face"],group:"",emoticons:[":$"],version:.6},"🥺":{name:"pleading_face",shortcodes:["pleading","pleading_face"],group:"",version:11},"🥹":{name:"face_holding_back_tears",shortcodes:["face_holding_back_tears","watery_eyes"],group:"",version:14},"😦":{name:"frowning",shortcodes:["frowning","frowning_face"],group:"",version:1},"😧":{name:"anguished",shortcodes:["anguished","anguished_face"],group:"",emoticons:[":s",":S"],version:1},"😨":{name:"fearful",shortcodes:["fearful","fearful_face"],group:"",version:.6},"😰":{name:"cold_sweat",shortcodes:["anxious","anxious_face","cold_sweat"],group:"",version:.6},"😥":{name:"disappointed_relieved",shortcodes:["disappointed_relieved","sad_relieved_face"],group:"",version:.6},"😢":{name:"cry",shortcodes:["cry","crying_face"],group:"",emoticons:[":'("],version:.6},"😭":{name:"sob",shortcodes:["loudly_crying_face","sob"],group:"",emoticons:[":'o"],version:.6},"😱":{name:"scream",shortcodes:["scream","screaming_in_fear"],group:"",emoticons:["Dx"],version:.6},"😖":{name:"confounded",shortcodes:["confounded","confounded_face"],group:"",emoticons:["x(","X("],version:.6},"😣":{name:"persevere",shortcodes:["persevere","persevering_face"],group:"",version:.6},"😞":{name:"disappointed",shortcodes:["disappointed","disappointed_face"],group:"",version:.6},"😓":{name:"sweat",shortcodes:["downcast_face","sweat"],group:"",emoticons:[":<"],version:.6},"😩":{name:"weary",shortcodes:["weary","weary_face"],group:"",emoticons:["D:"],version:.6},"😫":{name:"tired_face",shortcodes:["tired","tired_face"],group:"",emoticons:[":c",":C"],version:.6},"🥱":{name:"yawning_face",shortcodes:["yawn","yawning","yawning_face"],group:"",version:12},"😤":{name:"triumph",shortcodes:["nose_steam","triumph"],group:"",version:.6},"😡":{name:"pout",shortcodes:["pout","pouting_face","rage"],group:"",emoticons:[">:/"],version:.6},"😠":{name:"angry",shortcodes:["angry","angry_face"],group:"",version:.6},"🤬":{name:"cursing_face",shortcodes:["censored","face_with_symbols_on_mouth"],group:"",emoticons:[":@"],version:5},"😈":{name:"smiling_imp",shortcodes:["smiling_imp"],group:"",emoticons:[">:)"],version:1},"👿":{name:"imp",shortcodes:["angry_imp","imp"],group:"",emoticons:[">:("],version:.6},"💀":{name:"skull",shortcodes:["skull"],group:"",version:.6},"☠":{name:"skull_and_crossbones",shortcodes:["skull_and_crossbones"],group:"",version:1},"💩":{name:"hankey",shortcodes:["poop","shit"],group:"",version:.6},"🤡":{name:"clown_face",shortcodes:["clown","clown_face"],group:"",version:3},"👹":{name:"japanese_ogre",shortcodes:["japanese_ogre","ogre"],group:"",emoticons:[">0)"],version:.6},"👺":{name:"japanese_goblin",shortcodes:["goblin","japanese_goblin"],group:"",version:.6},"👻":{name:"ghost",shortcodes:["ghost"],group:"",version:.6},"👽":{name:"alien",shortcodes:["alien"],group:"",version:.6},"👾":{name:"space_invader",shortcodes:["alien_monster","space_invader"],group:"",version:.6},"🤖":{name:"robot",shortcodes:["robot","robot_face"],group:"",version:1},"😺":{name:"smiley_cat",shortcodes:["grinning_cat","smiley_cat"],group:"",version:.6},"😸":{name:"smile_cat",shortcodes:["grinning_cat_with_closed_eyes","smile_cat"],group:"",version:.6},"😹":{name:"joy_cat",shortcodes:["joy_cat","tears_of_joy_cat"],group:"",version:.6},"😻":{name:"heart_eyes_cat",shortcodes:["heart_eyes_cat","smiling_cat_with_heart_eyes"],group:"",version:.6},"😼":{name:"smirk_cat",shortcodes:["smirk_cat","wry_smile_cat"],group:"",version:.6},"😽":{name:"kissing_cat",shortcodes:["kissing_cat"],group:"",emoticons:[":3"],version:.6},"🙀":{name:"scream_cat",shortcodes:["scream_cat","weary_cat"],group:"",version:.6},"😿":{name:"crying_cat_face",shortcodes:["crying_cat"],group:"",version:.6},"😾":{name:"pouting_cat",shortcodes:["pouting_cat"],group:"",version:.6},"🙈":{name:"see_no_evil",shortcodes:["see_no_evil"],group:"",version:.6},"🙉":{name:"hear_no_evil",shortcodes:["hear_no_evil"],group:"",version:.6},"🙊":{name:"speak_no_evil",shortcodes:["speak_no_evil"],group:"",version:.6},"💌":{name:"love_letter",shortcodes:["love_letter"],group:"",version:.6},"💘":{name:"cupid",shortcodes:["cupid","heart_with_arrow"],group:"",version:.6},"💝":{name:"gift_heart",shortcodes:["gift_heart","heart_with_ribbon"],group:"",version:.6},"💖":{name:"sparkling_heart",shortcodes:["sparkling_heart"],group:"",version:.6},"💗":{name:"heartpulse",shortcodes:["growing_heart","heartpulse"],group:"",version:.6},"💓":{name:"heartbeat",shortcodes:["beating_heart","heartbeat"],group:"",version:.6},"💞":{name:"revolving_hearts",shortcodes:["revolving_hearts"],group:"",version:.6},"💕":{name:"two_hearts",shortcodes:["two_hearts"],group:"",version:.6},"💟":{name:"heart_decoration",shortcodes:["heart_decoration"],group:"",version:.6},"❣":{name:"heavy_heart_exclamation",shortcodes:["heart_exclamation"],group:"",version:1},"💔":{name:"broken_heart",shortcodes:["broken_heart"],group:"",emoticons:["</3"],version:.6},"❤‍🔥":{name:"heart_on_fire",shortcodes:["heart_on_fire"],group:"",version:13.1},"❤‍🩹":{name:"mending_heart",shortcodes:["mending_heart"],group:"",version:13.1},"❤":{name:"heart",shortcodes:["heart","red_heart"],group:"",emoticons:["<3"],version:.6},"🩷":{name:"pink_heart",shortcodes:["pink_heart"],group:"",version:15},"🧡":{name:"orange_heart",shortcodes:["orange_heart"],group:"",version:5},"💛":{name:"yellow_heart",shortcodes:["yellow_heart"],group:"",version:.6},"💚":{name:"green_heart",shortcodes:["green_heart"],group:"",version:.6},"💙":{name:"blue_heart",shortcodes:["blue_heart"],group:"",version:.6},"🩵":{name:"light_blue_heart",shortcodes:["light_blue_heart"],group:"",version:15},"💜":{name:"purple_heart",shortcodes:["purple_heart"],group:"",version:.6},"🤎":{name:"brown_heart",shortcodes:["brown_heart"],group:"",version:12},"🖤":{name:"black_heart",shortcodes:["black_heart"],group:"",version:3},"🩶":{name:"grey_heart",shortcodes:["gray_heart","grey_heart"],group:"",version:15},"🤍":{name:"white_heart",shortcodes:["white_heart"],group:"",version:12},"💋":{name:"kiss",shortcodes:["kiss"],group:"",version:.6},"💯":{name:"100",shortcodes:["100"],group:"",version:.6},"💢":{name:"anger",shortcodes:["anger"],group:"",version:.6},"💥":{name:"boom",shortcodes:["boom","collision"],group:"",version:.6},"💫":{name:"dizzy",shortcodes:["dizzy"],group:"",version:.6},"💦":{name:"sweat_drops",shortcodes:["sweat_drops"],group:"",version:.6},"💨":{name:"dash",shortcodes:["dash","dashing_away"],group:"",version:.6},"🕳":{name:"hole",shortcodes:["hole"],group:"",version:.7},"💬":{name:"speech_balloon",shortcodes:["speech_balloon"],group:"",version:.6},"👁‍🗨️":{name:"eye_speech_bubble",shortcodes:["eye_in_speech_bubble"],group:"",version:2},"🗨":{name:"left_speech_bubble",shortcodes:["left_speech_bubble"],group:"",version:2},"🗯":{name:"right_anger_bubble",shortcodes:["right_anger_bubble"],group:"",version:.7},"💭":{name:"thought_balloon",shortcodes:["thought_balloon"],group:"",version:1},"💤":{name:"zzz",shortcodes:["zzz"],group:"",version:.6},"👋":{name:"wave",shortcodes:["wave","waving_hand"],group:"people & body",version:.6},"🤚":{name:"raised_back_of_hand",shortcodes:["raised_back_of_hand"],group:"people & body",version:3},"🖐":{name:"raised_hand_with_fingers_splayed",shortcodes:["raised_hand_with_fingers_splayed"],group:"people & body",version:.7},"✋":{name:"hand",shortcodes:["high_five","raised_hand"],group:"people & body",version:.6},"🖖":{name:"vulcan_salute",shortcodes:["vulcan"],group:"people & body",version:1},"🫱":{name:"rightwards_hand",shortcodes:["rightwards_hand"],group:"people & body",version:14},"🫲":{name:"leftwards_hand",shortcodes:["leftwards_hand"],group:"people & body",version:14},"🫳":{name:"palm_down_hand",shortcodes:["palm_down"],group:"people & body",version:14},"🫴":{name:"palm_up_hand",shortcodes:["palm_up"],group:"people & body",version:14},"🫷":{name:"leftwards_pushing_hand",shortcodes:["leftwards_pushing_hand"],group:"people & body",version:15},"🫸":{name:"rightwards_pushing_hand",shortcodes:["rightwards_pushing_hand"],group:"people & body",version:15},"👌":{name:"ok_hand",shortcodes:["ok_hand"],group:"people & body",version:.6},"🤌":{name:"pinched_fingers",shortcodes:["pinch","pinched_fingers"],group:"people & body",version:13},"🤏":{name:"pinching_hand",shortcodes:["pinching_hand"],group:"people & body",version:12},"✌":{name:"v",shortcodes:["v","victory"],group:"people & body",version:.6},"🤞":{name:"crossed_fingers",shortcodes:["fingers_crossed"],group:"people & body",version:3},"🫰":{name:"hand_with_index_finger_and_thumb_crossed",shortcodes:["hand_with_index_finger_and_thumb_crossed"],group:"people & body",version:14},"🤟":{name:"love_you_gesture",shortcodes:["love_you_gesture"],group:"people & body",version:5},"🤘":{name:"metal",shortcodes:["metal","sign_of_the_horns"],group:"people & body",emoticons:["\\m/","\\M/"],version:1},"🤙":{name:"call_me_hand",shortcodes:["call_me_hand"],group:"people & body",version:3},"👈":{name:"point_left",shortcodes:["point_left"],group:"people & body",version:.6},"👉":{name:"point_right",shortcodes:["point_right"],group:"people & body",version:.6},"👆":{name:"point_up_2",shortcodes:["point_up"],group:"people & body",version:.6},"🖕":{name:"fu",shortcodes:["middle_finger"],group:"people & body",version:1},"👇":{name:"point_down",shortcodes:["point_down"],group:"people & body",version:.6},"☝":{name:"point_up",shortcodes:["point_up_2"],group:"people & body",version:.6},"🫵":{name:"index_pointing_at_the_viewer",shortcodes:["point_forward"],group:"people & body",version:14},"👍":{name:"+1",shortcodes:["+1","thumbsup","yes"],group:"people & body",version:.6},"👎":{name:"-1",shortcodes:["-1","no","thumbsdown"],group:"people & body",version:.6},"✊":{name:"fist",shortcodes:["fist"],group:"people & body",version:.6},"👊":{name:"facepunch",shortcodes:["punch"],group:"people & body",version:.6},"🤛":{name:"fist_left",shortcodes:["left_facing_fist"],group:"people & body",version:3},"🤜":{name:"fist_right",shortcodes:["right_facing_fist"],group:"people & body",version:3},"👏":{name:"clap",shortcodes:["clap","clapping_hands"],group:"people & body",version:.6},"🙌":{name:"raised_hands",shortcodes:["raised_hands"],group:"people & body",version:.6},"🫶":{name:"heart_hands",shortcodes:["heart_hands"],group:"people & body",version:14},"👐":{name:"open_hands",shortcodes:["open_hands"],group:"people & body",version:.6},"🤲":{name:"palms_up_together",shortcodes:["palms_up_together"],group:"people & body",version:5},"🤝":{name:"handshake",shortcodes:["handshake"],group:"people & body",version:3},"🙏":{name:"pray",shortcodes:["folded_hands","pray"],group:"people & body",version:.6},"✍":{name:"writing_hand",shortcodes:["writing_hand"],group:"people & body",version:.7},"💅":{name:"nail_care",shortcodes:["nail_care","nail_polish"],group:"people & body",version:.6},"🤳":{name:"selfie",shortcodes:["selfie"],group:"people & body",version:3},"💪":{name:"muscle",shortcodes:["muscle","right_bicep"],group:"people & body",version:.6},"🦾":{name:"mechanical_arm",shortcodes:["mechanical_arm"],group:"people & body",version:12},"🦿":{name:"mechanical_leg",shortcodes:["mechanical_leg"],group:"people & body",version:12},"🦵":{name:"leg",shortcodes:["leg"],group:"people & body",version:11},"🦶":{name:"foot",shortcodes:["foot"],group:"people & body",version:11},"👂":{name:"ear",shortcodes:["ear"],group:"people & body",version:.6},"🦻":{name:"ear_with_hearing_aid",shortcodes:["ear_with_hearing_aid","hearing_aid"],group:"people & body",version:12},"👃":{name:"nose",shortcodes:["nose"],group:"people & body",version:.6},"🧠":{name:"brain",shortcodes:["brain"],group:"people & body",version:5},"🫀":{name:"anatomical_heart",shortcodes:["anatomical_heart"],group:"people & body",version:13},"🫁":{name:"lungs",shortcodes:["lungs"],group:"people & body",version:13},"🦷":{name:"tooth",shortcodes:["tooth"],group:"people & body",version:11},"🦴":{name:"bone",shortcodes:["bone"],group:"people & body",version:11},"👀":{name:"eyes",shortcodes:["eyes"],group:"people & body",version:.6},"👁":{name:"eye",shortcodes:["eye"],group:"people & body",version:.7},"👅":{name:"tongue",shortcodes:["tongue"],group:"people & body",version:.6},"👄":{name:"lips",shortcodes:["lips","mouth"],group:"people & body",version:.6},"🫦":{name:"biting_lip",shortcodes:["biting_lip"],group:"people & body",version:14},"👶":{name:"baby",shortcodes:["baby"],group:"people & body",version:.6},"🧒":{name:"child",shortcodes:["child"],group:"people & body",version:5},"👦":{name:"boy",shortcodes:["boy"],group:"people & body",version:.6},"👧":{name:"girl",shortcodes:["girl"],group:"people & body",version:.6},"🧑":{name:"adult",shortcodes:["adult"],group:"people & body",version:5},"👱":{name:"blond_haired_person",shortcodes:["blond_haired"],group:"people & body",version:.6},"👨":{name:"man",shortcodes:["man"],group:"people & body",version:.6},"🧔":{name:"bearded_person",shortcodes:["person_bearded"],group:"people & body",version:5},"🧔‍♂":{name:"man_beard",shortcodes:["man_bearded"],group:"people & body",version:13.1},"🧔‍♀":{name:"woman_beard",shortcodes:["woman_bearded"],group:"people & body",version:13.1},"👨‍🦰":{name:"red_haired_man",shortcodes:["man_red_haired"],group:"people & body",version:11},"👨‍🦱":{name:"curly_haired_man",shortcodes:["man_curly_haired"],group:"people & body",version:11},"👨‍🦳":{name:"white_haired_man",shortcodes:["man_white_haired"],group:"people & body",version:11},"👨‍🦲":{name:"bald_man",shortcodes:["man_bald"],group:"people & body",version:11},"👩":{name:"woman",shortcodes:["woman"],group:"people & body",version:.6},"👩‍🦰":{name:"red_haired_woman",shortcodes:["woman_red_haired"],group:"people & body",version:11},"🧑‍🦰":{name:"person_red_hair",shortcodes:["red_haired"],group:"people & body",version:12.1},"👩‍🦱":{name:"curly_haired_woman",shortcodes:["woman_curly_haired"],group:"people & body",version:11},"🧑‍🦱":{name:"person_curly_hair",shortcodes:["curly_haired"],group:"people & body",version:12.1},"👩‍🦳":{name:"white_haired_woman",shortcodes:["woman_white_haired"],group:"people & body",version:11},"🧑‍🦳":{name:"person_white_hair",shortcodes:["white_haired"],group:"people & body",version:12.1},"👩‍🦲":{name:"bald_woman",shortcodes:["woman_bald"],group:"people & body",version:11},"🧑‍🦲":{name:"person_bald",shortcodes:["bald"],group:"people & body",version:12.1},"👱‍♀":{name:"blond_haired_woman",shortcodes:["woman_blond_haired"],group:"people & body",version:4},"👱‍♂":{name:"blond_haired_man",shortcodes:["man_blond_haired"],group:"people & body",version:4},"🧓":{name:"older_adult",shortcodes:["older_adult"],group:"people & body",version:5},"👴":{name:"older_man",shortcodes:["older_man"],group:"people & body",version:.6},"👵":{name:"older_woman",shortcodes:["older_woman"],group:"people & body",version:.6},"🙍":{name:"frowning_person",shortcodes:["person_frowning"],group:"people & body",version:.6},"🙍‍♂":{name:"frowning_man",shortcodes:["man_frowning"],group:"people & body",version:4},"🙍‍♀":{name:"frowning_woman",shortcodes:["woman_frowning"],group:"people & body",version:4},"🙎":{name:"pouting_face",shortcodes:["person_pouting","pouting"],group:"people & body",version:.6},"🙎‍♂":{name:"pouting_man",shortcodes:["man_pouting"],group:"people & body",version:4},"🙎‍♀":{name:"pouting_woman",shortcodes:["woman_pouting"],group:"people & body",version:4},"🙅":{name:"no_good",shortcodes:["no_good","person_gesturing_no"],group:"people & body",version:.6},"🙅‍♂":{name:"ng_man",shortcodes:["man_gesturing_no"],group:"people & body",version:4},"🙅‍♀":{name:"ng_woman",shortcodes:["woman_gesturing_no"],group:"people & body",version:4},"🙆":{name:"ok_person",shortcodes:["all_good","person_gesturing_ok"],group:"people & body",version:.6},"🙆‍♂":{name:"ok_man",shortcodes:["man_gesturing_ok"],group:"people & body",version:4},"🙆‍♀":{name:"ok_woman",shortcodes:["woman_gesturing_ok"],group:"people & body",version:4},"💁":{name:"information_desk_person",shortcodes:["person_tipping_hand"],group:"people & body",version:.6},"💁‍♂":{name:"sassy_man",shortcodes:["man_tipping_hand"],group:"people & body",version:4},"💁‍♀":{name:"sassy_woman",shortcodes:["woman_tipping_hand"],group:"people & body",version:4},"🙋":{name:"raising_hand",shortcodes:["person_raising_hand"],group:"people & body",version:.6},"🙋‍♂":{name:"raising_hand_man",shortcodes:["man_raising_hand"],group:"people & body",version:4},"🙋‍♀":{name:"raising_hand_woman",shortcodes:["woman_raising_hand"],group:"people & body",version:4},"🧏":{name:"deaf_person",shortcodes:["deaf_person"],group:"people & body",version:12},"🧏‍♂":{name:"deaf_man",shortcodes:["deaf_man"],group:"people & body",version:12},"🧏‍♀":{name:"deaf_woman",shortcodes:["deaf_woman"],group:"people & body",version:12},"🙇":{name:"bow",shortcodes:["bow","person_bowing"],group:"people & body",version:.6},"🙇‍♂":{name:"bowing_man",shortcodes:["man_bowing"],group:"people & body",version:4},"🙇‍♀":{name:"bowing_woman",shortcodes:["woman_bowing"],group:"people & body",version:4},"🤦":{name:"facepalm",shortcodes:["facepalm","person_facepalming"],group:"people & body",version:3},"🤦‍♂":{name:"man_facepalming",shortcodes:["man_facepalming"],group:"people & body",version:4},"🤦‍♀":{name:"woman_facepalming",shortcodes:["woman_facepalming"],group:"people & body",version:4},"🤷":{name:"shrug",shortcodes:["person_shrugging","shrug"],group:"people & body",version:3},"🤷‍♂":{name:"man_shrugging",shortcodes:["man_shrugging"],group:"people & body",version:4},"🤷‍♀":{name:"woman_shrugging",shortcodes:["woman_shrugging"],group:"people & body",version:4},"🧑‍⚕":{name:"health_worker",shortcodes:["health_worker"],group:"people & body",version:12.1},"👨‍⚕":{name:"man_health_worker",shortcodes:["man_health_worker"],group:"people & body",version:4},"👩‍⚕":{name:"woman_health_worker",shortcodes:["woman_health_worker"],group:"people & body",version:4},"🧑‍🎓":{name:"student",shortcodes:["student"],group:"people & body",version:12.1},"👨‍🎓":{name:"man_student",shortcodes:["man_student"],group:"people & body",version:4},"👩‍🎓":{name:"woman_student",shortcodes:["woman_student"],group:"people & body",version:4},"🧑‍🏫":{name:"teacher",shortcodes:["teacher"],group:"people & body",version:12.1},"👨‍🏫":{name:"man_teacher",shortcodes:["man_teacher"],group:"people & body",version:4},"👩‍🏫":{name:"woman_teacher",shortcodes:["woman_teacher"],group:"people & body",version:4},"🧑‍⚖":{name:"judge",shortcodes:["judge"],group:"people & body",version:12.1},"👨‍⚖":{name:"man_judge",shortcodes:["man_judge"],group:"people & body",version:4},"👩‍⚖":{name:"woman_judge",shortcodes:["woman_judge"],group:"people & body",version:4},"🧑‍🌾":{name:"farmer",shortcodes:["farmer"],group:"people & body",version:12.1},"👨‍🌾":{name:"man_farmer",shortcodes:["man_farmer"],group:"people & body",version:4},"👩‍🌾":{name:"woman_farmer",shortcodes:["woman_farmer"],group:"people & body",version:4},"🧑‍🍳":{name:"cook",shortcodes:["cook"],group:"people & body",version:12.1},"👨‍🍳":{name:"man_cook",shortcodes:["man_cook"],group:"people & body",version:4},"👩‍🍳":{name:"woman_cook",shortcodes:["woman_cook"],group:"people & body",version:4},"🧑‍🔧":{name:"mechanic",shortcodes:["mechanic"],group:"people & body",version:12.1},"👨‍🔧":{name:"man_mechanic",shortcodes:["man_mechanic"],group:"people & body",version:4},"👩‍🔧":{name:"woman_mechanic",shortcodes:["woman_mechanic"],group:"people & body",version:4},"🧑‍🏭":{name:"factory_worker",shortcodes:["factory_worker"],group:"people & body",version:12.1},"👨‍🏭":{name:"man_factory_worker",shortcodes:["man_factory_worker"],group:"people & body",version:4},"👩‍🏭":{name:"woman_factory_worker",shortcodes:["woman_factory_worker"],group:"people & body",version:4},"🧑‍💼":{name:"office_worker",shortcodes:["office_worker"],group:"people & body",version:12.1},"👨‍💼":{name:"man_office_worker",shortcodes:["man_office_worker"],group:"people & body",version:4},"👩‍💼":{name:"woman_office_worker",shortcodes:["woman_office_worker"],group:"people & body",version:4},"🧑‍🔬":{name:"scientist",shortcodes:["scientist"],group:"people & body",version:12.1},"👨‍🔬":{name:"man_scientist",shortcodes:["man_scientist"],group:"people & body",version:4},"👩‍🔬":{name:"woman_scientist",shortcodes:["woman_scientist"],group:"people & body",version:4},"🧑‍💻":{name:"technologist",shortcodes:["technologist"],group:"people & body",version:12.1},"👨‍💻":{name:"man_technologist",shortcodes:["man_technologist"],group:"people & body",version:4},"👩‍💻":{name:"woman_technologist",shortcodes:["woman_technologist"],group:"people & body",version:4},"🧑‍🎤":{name:"singer",shortcodes:["singer"],group:"people & body",version:12.1},"👨‍🎤":{name:"man_singer",shortcodes:["man_singer"],group:"people & body",version:4},"👩‍🎤":{name:"woman_singer",shortcodes:["woman_singer"],group:"people & body",version:4},"🧑‍🎨":{name:"artist",shortcodes:["artist"],group:"people & body",version:12.1},"👨‍🎨":{name:"man_artist",shortcodes:["man_artist"],group:"people & body",version:4},"👩‍🎨":{name:"woman_artist",shortcodes:["woman_artist"],group:"people & body",version:4},"🧑‍✈":{name:"pilot",shortcodes:["pilot"],group:"people & body",version:12.1},"👨‍✈":{name:"man_pilot",shortcodes:["man_pilot"],group:"people & body",version:4},"👩‍✈":{name:"woman_pilot",shortcodes:["woman_pilot"],group:"people & body",version:4},"🧑‍🚀":{name:"astronaut",shortcodes:["astronaut"],group:"people & body",version:12.1},"👨‍🚀":{name:"man_astronaut",shortcodes:["man_astronaut"],group:"people & body",version:4},"👩‍🚀":{name:"woman_astronaut",shortcodes:["woman_astronaut"],group:"people & body",version:4},"🧑‍🚒":{name:"firefighter",shortcodes:["firefighter"],group:"people & body",version:12.1},"👨‍🚒":{name:"man_firefighter",shortcodes:["man_firefighter"],group:"people & body",version:4},"👩‍🚒":{name:"woman_firefighter",shortcodes:["woman_firefighter"],group:"people & body",version:4},"👮":{name:"cop",shortcodes:["cop","police_officer"],group:"people & body",version:.6},"👮‍♂":{name:"policeman",shortcodes:["man_police_officer"],group:"people & body",version:4},"👮‍♀":{name:"policewoman",shortcodes:["woman_police_officer"],group:"people & body",version:4},"🕵":{name:"detective",shortcodes:["detective"],group:"people & body",version:.7},"🕵‍♂️":{name:"male_detective",shortcodes:["man_detective"],group:"people & body",version:4},"🕵‍♀️":{name:"female_detective",shortcodes:["woman_detective"],group:"people & body",version:4},"💂":{name:"guard",shortcodes:["guard"],group:"people & body",version:.6},"💂‍♂":{name:"guardsman",shortcodes:["man_guard"],group:"people & body",version:4},"💂‍♀":{name:"guardswoman",shortcodes:["woman_guard"],group:"people & body",version:4},"🥷":{name:"ninja",shortcodes:["ninja"],group:"people & body",version:13},"👷":{name:"construction_worker",shortcodes:["construction_worker"],group:"people & body",version:.6},"👷‍♂":{name:"construction_worker_man",shortcodes:["man_construction_worker"],group:"people & body",version:4},"👷‍♀":{name:"construction_worker_woman",shortcodes:["woman_construction_worker"],group:"people & body",version:4},"🫅":{name:"person_with_crown",shortcodes:["person_with_crown","royalty"],group:"people & body",version:14},"🤴":{name:"prince",shortcodes:["prince"],group:"people & body",version:3},"👸":{name:"princess",shortcodes:["princess"],group:"people & body",version:.6},"👳":{name:"person_with_turban",shortcodes:["person_wearing_turban"],group:"people & body",version:.6},"👳‍♂":{name:"man_with_turban",shortcodes:["man_wearing_turban"],group:"people & body",version:4},"👳‍♀":{name:"woman_with_turban",shortcodes:["woman_wearing_turban"],group:"people & body",version:4},"👲":{name:"man_with_gua_pi_mao",shortcodes:["person_with_skullcap"],group:"people & body",version:.6},"🧕":{name:"woman_with_headscarf",shortcodes:["woman_with_headscarf"],group:"people & body",version:5},"🤵":{name:"person_in_tuxedo",shortcodes:["person_in_tuxedo"],group:"people & body",version:3},"🤵‍♂":{name:"man_in_tuxedo",shortcodes:["man_in_tuxedo"],group:"people & body",version:13},"🤵‍♀":{name:"woman_in_tuxedo",shortcodes:["woman_in_tuxedo"],group:"people & body",version:13},"👰":{name:"person_with_veil",shortcodes:["person_with_veil"],group:"people & body",version:.6},"👰‍♂":{name:"man_with_veil",shortcodes:["man_with_veil"],group:"people & body",version:13},"👰‍♀":{name:"bride_with_veil",shortcodes:["woman_with_veil"],group:"people & body",version:13},"🤰":{name:"pregnant_woman",shortcodes:["pregnant_woman"],group:"people & body",version:3},"🫃":{name:"pregnant_man",shortcodes:["pregnant_man"],group:"people & body",version:14},"🫄":{name:"pregnant_person",shortcodes:["pregnant_person"],group:"people & body",version:14},"🤱":{name:"breast_feeding",shortcodes:["breast_feeding"],group:"people & body",version:5},"👩‍🍼":{name:"woman_feeding_baby",shortcodes:["woman_feeding_baby"],group:"people & body",version:13},"👨‍🍼":{name:"man_feeding_baby",shortcodes:["man_feeding_baby"],group:"people & body",version:13},"🧑‍🍼":{name:"person_feeding_baby",shortcodes:["person_feeding_baby"],group:"people & body",version:13},"👼":{name:"angel",shortcodes:["angel"],group:"people & body",version:.6},"🎅":{name:"santa",shortcodes:["santa"],group:"people & body",version:.6},"🤶":{name:"mrs_claus",shortcodes:["mrs_claus"],group:"people & body",version:3},"🧑‍🎄":{name:"mx_claus",shortcodes:["mx_claus"],group:"people & body",version:13},"🦸":{name:"superhero",shortcodes:["superhero"],group:"people & body",version:11},"🦸‍♂":{name:"superhero_man",shortcodes:["man_superhero"],group:"people & body",version:11},"🦸‍♀":{name:"superhero_woman",shortcodes:["woman_superhero"],group:"people & body",version:11},"🦹":{name:"supervillain",shortcodes:["supervillain"],group:"people & body",version:11},"🦹‍♂":{name:"supervillain_man",shortcodes:["man_supervillain"],group:"people & body",version:11},"🦹‍♀":{name:"supervillain_woman",shortcodes:["woman_supervillain"],group:"people & body",version:11},"🧙":{name:"mage",shortcodes:["mage"],group:"people & body",version:5},"🧙‍♂":{name:"mage_man",shortcodes:["man_mage"],group:"people & body",emoticons:[":{>"],version:5},"🧙‍♀":{name:"mage_woman",shortcodes:["woman_mage"],group:"people & body",version:5},"🧚":{name:"fairy",shortcodes:["fairy"],group:"people & body",version:5},"🧚‍♂":{name:"fairy_man",shortcodes:["man_fairy"],group:"people & body",version:5},"🧚‍♀":{name:"fairy_woman",shortcodes:["woman_fairy"],group:"people & body",version:5},"🧛":{name:"vampire",shortcodes:["vampire"],group:"people & body",emoticons:[":E"],version:5},"🧛‍♂":{name:"vampire_man",shortcodes:["man_vampire"],group:"people & body",version:5},"🧛‍♀":{name:"vampire_woman",shortcodes:["woman_vampire"],group:"people & body",version:5},"🧜":{name:"merperson",shortcodes:["merperson"],group:"people & body",version:5},"🧜‍♂":{name:"merman",shortcodes:["merman"],group:"people & body",version:5},"🧜‍♀":{name:"mermaid",shortcodes:["mermaid"],group:"people & body",version:5},"🧝":{name:"elf",shortcodes:["elf"],group:"people & body",version:5},"🧝‍♂":{name:"elf_man",shortcodes:["man_elf"],group:"people & body",version:5},"🧝‍♀":{name:"elf_woman",shortcodes:["woman_elf"],group:"people & body",version:5},"🧞":{name:"genie",shortcodes:["genie"],group:"people & body",version:5},"🧞‍♂":{name:"genie_man",shortcodes:["man_genie"],group:"people & body",version:5},"🧞‍♀":{name:"genie_woman",shortcodes:["woman_genie"],group:"people & body",version:5},"🧟":{name:"zombie",shortcodes:["zombie"],group:"people & body",emoticons:["8#"],version:5},"🧟‍♂":{name:"zombie_man",shortcodes:["man_zombie"],group:"people & body",version:5},"🧟‍♀":{name:"zombie_woman",shortcodes:["woman_zombie"],group:"people & body",version:5},"🧌":{name:"troll",shortcodes:["troll"],group:"people & body",version:14},"💆":{name:"massage",shortcodes:["massage","person_getting_massage"],group:"people & body",version:.6},"💆‍♂":{name:"massage_man",shortcodes:["man_getting_massage"],group:"people & body",version:4},"💆‍♀":{name:"massage_woman",shortcodes:["woman_getting_massage"],group:"people & body",version:4},"💇":{name:"haircut",shortcodes:["haircut","person_getting_haircut"],group:"people & body",version:.6},"💇‍♂":{name:"haircut_man",shortcodes:["man_getting_haircut"],group:"people & body",version:4},"💇‍♀":{name:"haircut_woman",shortcodes:["woman_getting_haircut"],group:"people & body",version:4},"🚶":{name:"walking",shortcodes:["person_walking","walking"],group:"people & body",version:.6},"🚶‍♂":{name:"walking_man",shortcodes:["man_walking"],group:"people & body",version:4},"🚶‍♀":{name:"walking_woman",shortcodes:["woman_walking"],group:"people & body",version:4},"🚶‍➡":{name:"person_walking_right",shortcodes:["person_walking_right"],group:"people & body",version:15.1},"🚶‍♀‍➡️":{name:"woman_walking_right",shortcodes:["woman_walking_right"],group:"people & body",version:15.1},"🚶‍♂‍➡️":{name:"man_walking_right",shortcodes:["man_walking_right"],group:"people & body",version:15.1},"🧍":{name:"standing_person",shortcodes:["person_standing","standing"],group:"people & body",version:12},"🧍‍♂":{name:"standing_man",shortcodes:["man_standing"],group:"people & body",version:12},"🧍‍♀":{name:"standing_woman",shortcodes:["woman_standing"],group:"people & body",version:12},"🧎":{name:"kneeling_person",shortcodes:["kneeling","person_kneeling"],group:"people & body",version:12},"🧎‍♂":{name:"kneeling_man",shortcodes:["man_kneeling"],group:"people & body",version:12},"🧎‍♀":{name:"kneeling_woman",shortcodes:["woman_kneeling"],group:"people & body",version:12},"🧎‍➡":{name:"person_kneeling_right",shortcodes:["person_kneeling_right"],group:"people & body",version:15.1},"🧎‍♀‍➡️":{name:"woman_kneeling_right",shortcodes:["woman_kneeling_right"],group:"people & body",version:15.1},"🧎‍♂‍➡️":{name:"man_kneeling_right",shortcodes:["man_kneeling_right"],group:"people & body",version:15.1},"🧑‍🦯":{name:"person_with_probing_cane",shortcodes:["person_with_probing_cane","person_with_white_cane"],group:"people & body",version:12.1},"🧑‍🦯‍➡":{name:"person_with_white_cane_right",shortcodes:["person_with_white_cane_right"],group:"people & body",version:15.1},"👨‍🦯":{name:"man_with_probing_cane",shortcodes:["man_with_probing_cane","man_with_white_cane"],group:"people & body",version:12},"👨‍🦯‍➡":{name:"man_with_white_cane_right",shortcodes:["man_with_white_cane_right"],group:"people & body",version:15.1},"👩‍🦯":{name:"woman_with_probing_cane",shortcodes:["woman_with_probing_cane","woman_with_white_cane"],group:"people & body",version:12},"👩‍🦯‍➡":{name:"woman_with_white_cane_right",shortcodes:["woman_with_white_cane_right"],group:"people & body",version:15.1},"🧑‍🦼":{name:"person_in_motorized_wheelchair",shortcodes:["person_in_motorized_wheelchair"],group:"people & body",version:12.1},"🧑‍🦼‍➡":{name:"person_in_motorized_wheelchair_right",shortcodes:["person_in_motorized_wheelchair_right"],group:"people & body",version:15.1},"👨‍🦼":{name:"man_in_motorized_wheelchair",shortcodes:["man_in_motorized_wheelchair"],group:"people & body",version:12},"👨‍🦼‍➡":{name:"man_in_motorized_wheelchair_right",shortcodes:["man_in_motorized_wheelchair_right"],group:"people & body",version:15.1},"👩‍🦼":{name:"woman_in_motorized_wheelchair",shortcodes:["woman_in_motorized_wheelchair"],group:"people & body",version:12},"👩‍🦼‍➡":{name:"woman_in_motorized_wheelchair_right",shortcodes:["woman_in_motorized_wheelchair_right"],group:"people & body",version:15.1},"🧑‍🦽":{name:"person_in_manual_wheelchair",shortcodes:["person_in_manual_wheelchair"],group:"people & body",version:12.1},"🧑‍🦽‍➡":{name:"person_in_manual_wheelchair_right",shortcodes:["person_in_manual_wheelchair_right"],group:"people & body",version:15.1},"👨‍🦽":{name:"man_in_manual_wheelchair",shortcodes:["man_in_manual_wheelchair"],group:"people & body",version:12},"👨‍🦽‍➡":{name:"man_in_manual_wheelchair_right",shortcodes:["man_in_manual_wheelchair_right"],group:"people & body",version:15.1},"👩‍🦽":{name:"woman_in_manual_wheelchair",shortcodes:["woman_in_manual_wheelchair"],group:"people & body",version:12},"👩‍🦽‍➡":{name:"woman_in_manual_wheelchair_right",shortcodes:["woman_in_manual_wheelchair_right"],group:"people & body",version:15.1},"🏃":{name:"runner",shortcodes:["person_running","running"],group:"people & body",version:.6},"🏃‍♂":{name:"running_man",shortcodes:["man_running"],group:"people & body",version:4},"🏃‍♀":{name:"running_woman",shortcodes:["woman_running"],group:"people & body",version:4},"🏃‍➡":{name:"person_running_right",shortcodes:["person_running_right"],group:"people & body",version:15.1},"🏃‍♀‍➡️":{name:"woman_running_right",shortcodes:["woman_running_right"],group:"people & body",version:15.1},"🏃‍♂‍➡️":{name:"man_running_right",shortcodes:["man_running_right"],group:"people & body",version:15.1},"💃":{name:"dancer",shortcodes:["dancer","woman_dancing"],group:"people & body",version:.6},"🕺":{name:"man_dancing",shortcodes:["man_dancing"],group:"people & body",version:3},"🕴":{name:"business_suit_levitating",shortcodes:["levitate","levitating","person_in_suit_levitating"],group:"people & body",version:.7},"👯":{name:"dancers",shortcodes:["dancers","people_with_bunny_ears_partying"],group:"people & body",version:.6},"👯‍♂":{name:"dancing_men",shortcodes:["men_with_bunny_ears_partying"],group:"people & body",version:4},"👯‍♀":{name:"dancing_women",shortcodes:["women_with_bunny_ears_partying"],group:"people & body",version:4},"🧖":{name:"sauna_person",shortcodes:["person_in_steamy_room"],group:"people & body",version:5},"🧖‍♂":{name:"sauna_man",shortcodes:["man_in_steamy_room"],group:"people & body",version:5},"🧖‍♀":{name:"sauna_woman",shortcodes:["woman_in_steamy_room"],group:"people & body",version:5},"🧗":{name:"climbing",shortcodes:["climbing","person_climbing"],group:"people & body",version:5},"🧗‍♂":{name:"climbing_man",shortcodes:["man_climbing"],group:"people & body",version:5},"🧗‍♀":{name:"climbing_woman",shortcodes:["woman_climbing"],group:"people & body",version:5},"🤺":{name:"person_fencing",shortcodes:["fencer","fencing","person_fencing"],group:"people & body",version:3},"🏇":{name:"horse_racing",shortcodes:["horse_racing"],group:"people & body",version:1},"⛷":{name:"skier",shortcodes:["person_skiing","skier","skiing"],group:"people & body",version:.7},"🏂":{name:"snowboarder",shortcodes:["person_snowboarding","snowboarder","snowboarding"],group:"people & body",version:.6},"🏌":{name:"golfing",shortcodes:["golfer","golfing","person_golfing"],group:"people & body",version:.7},"🏌‍♂️":{name:"golfing_man",shortcodes:["man_golfing"],group:"people & body",version:4},"🏌‍♀️":{name:"golfing_woman",shortcodes:["woman_golfing"],group:"people & body",version:4},"🏄":{name:"surfer",shortcodes:["person_surfing","surfer","surfing"],group:"people & body",version:.6},"🏄‍♂":{name:"surfing_man",shortcodes:["man_surfing"],group:"people & body",version:4},"🏄‍♀":{name:"surfing_woman",shortcodes:["woman_surfing"],group:"people & body",version:4},"🚣":{name:"rowboat",shortcodes:["person_rowing_boat","rowboat"],group:"people & body",version:1},"🚣‍♂":{name:"rowing_man",shortcodes:["man_rowing_boat"],group:"people & body",version:4},"🚣‍♀":{name:"rowing_woman",shortcodes:["woman_rowing_boat"],group:"people & body",version:4},"🏊":{name:"swimmer",shortcodes:["person_swimming","swimmer","swimming"],group:"people & body",version:.6},"🏊‍♂":{name:"swimming_man",shortcodes:["man_swimming"],group:"people & body",version:4},"🏊‍♀":{name:"swimming_woman",shortcodes:["woman_swimming"],group:"people & body",version:4},"⛹":{name:"bouncing_ball_person",shortcodes:["person_bouncing_ball"],group:"people & body",version:.7},"⛹‍♂️":{name:"basketball_man",shortcodes:["man_bouncing_ball"],group:"people & body",version:4},"⛹‍♀️":{name:"basketball_woman",shortcodes:["woman_bouncing_ball"],group:"people & body",version:4},"🏋":{name:"weight_lifting",shortcodes:["person_lifting_weights","weight_lifter","weight_lifting"],group:"people & body",version:.7},"🏋‍♂️":{name:"weight_lifting_man",shortcodes:["man_lifting_weights"],group:"people & body",version:4},"🏋‍♀️":{name:"weight_lifting_woman",shortcodes:["woman_lifting_weights"],group:"people & body",version:4},"🚴":{name:"bicyclist",shortcodes:["bicyclist","biking","person_biking"],group:"people & body",version:1},"🚴‍♂":{name:"biking_man",shortcodes:["man_biking"],group:"people & body",version:4},"🚴‍♀":{name:"biking_woman",shortcodes:["woman_biking"],group:"people & body",version:4},"🚵":{name:"mountain_bicyclist",shortcodes:["mountain_bicyclist","mountain_biking","person_mountain_biking"],group:"people & body",version:1},"🚵‍♂":{name:"mountain_biking_man",shortcodes:["man_mountain_biking"],group:"people & body",version:4},"🚵‍♀":{name:"mountain_biking_woman",shortcodes:["woman_mountain_biking"],group:"people & body",version:4},"🤸":{name:"cartwheeling",shortcodes:["cartwheeling","person_cartwheel"],group:"people & body",version:3},"🤸‍♂":{name:"man_cartwheeling",shortcodes:["man_cartwheeling"],group:"people & body",version:4},"🤸‍♀":{name:"woman_cartwheeling",shortcodes:["woman_cartwheeling"],group:"people & body",version:4},"🤼":{name:"wrestling",shortcodes:["people_wrestling","wrestlers","wrestling"],group:"people & body",version:3},"🤼‍♂":{name:"men_wrestling",shortcodes:["men_wrestling"],group:"people & body",version:4},"🤼‍♀":{name:"women_wrestling",shortcodes:["women_wrestling"],group:"people & body",version:4},"🤽":{name:"water_polo",shortcodes:["person_playing_water_polo","water_polo"],group:"people & body",version:3},"🤽‍♂":{name:"man_playing_water_polo",shortcodes:["man_playing_water_polo"],group:"people & body",version:4},"🤽‍♀":{name:"woman_playing_water_polo",shortcodes:["woman_playing_water_polo"],group:"people & body",version:4},"🤾":{name:"handball_person",shortcodes:["handball","person_playing_handball"],group:"people & body",version:3},"🤾‍♂":{name:"man_playing_handball",shortcodes:["man_playing_handball"],group:"people & body",version:4},"🤾‍♀":{name:"woman_playing_handball",shortcodes:["woman_playing_handball"],group:"people & body",version:4},"🤹":{name:"juggling_person",shortcodes:["juggler","juggling","person_juggling"],group:"people & body",version:3},"🤹‍♂":{name:"man_juggling",shortcodes:["man_juggling"],group:"people & body",version:4},"🤹‍♀":{name:"woman_juggling",shortcodes:["woman_juggling"],group:"people & body",version:4},"🧘":{name:"lotus_position",shortcodes:["person_in_lotus_position"],group:"people & body",version:5},"🧘‍♂":{name:"lotus_position_man",shortcodes:["man_in_lotus_position"],group:"people & body",version:5},"🧘‍♀":{name:"lotus_position_woman",shortcodes:["woman_in_lotus_position"],group:"people & body",version:5},"🛀":{name:"bath",shortcodes:["bath","person_taking_bath"],group:"people & body",version:.6},"🛌":{name:"sleeping_bed",shortcodes:["person_in_bed","sleeping_accommodation"],group:"people & body",version:1},"🧑‍🤝‍🧑":{name:"people_holding_hands",shortcodes:["people_holding_hands"],group:"people & body",version:12},"👭":{name:"two_women_holding_hands",shortcodes:["two_women_holding_hands"],group:"people & body",version:1},"👫":{name:"couple",shortcodes:["couple"],group:"people & body",version:.6},"👬":{name:"two_men_holding_hands",shortcodes:["two_men_holding_hands"],group:"people & body",version:1},"💏":{name:"couplekiss",shortcodes:["couple_kiss","couplekiss"],group:"people & body",version:.6},"👩‍❤‍💋‍👨":{name:"couplekiss_man_woman",shortcodes:["kiss_mw","kiss_wm"],group:"people & body",version:2},"👨‍❤‍💋‍👨":{name:"couplekiss_man_man",shortcodes:["kiss_mm"],group:"people & body",version:2},"👩‍❤‍💋‍👩":{name:"couplekiss_woman_woman",shortcodes:["kiss_ww"],group:"people & body",version:2},"💑":{name:"couple_with_heart",shortcodes:["couple_with_heart"],group:"people & body",version:.6},"👩‍❤‍👨":{name:"couple_with_heart_woman_man",shortcodes:["couple_with_heart_mw","couple_with_heart_wm"],group:"people & body",version:2},"👨‍❤‍👨":{name:"couple_with_heart_man_man",shortcodes:["couple_with_heart_mm"],group:"people & body",version:2},"👩‍❤‍👩":{name:"couple_with_heart_woman_woman",shortcodes:["couple_with_heart_ww"],group:"people & body",version:2},"👨‍👩‍👦":{name:"family_man_woman_boy",shortcodes:["family_mwb"],group:"people & body",version:2},"👨‍👩‍👧":{name:"family_man_woman_girl",shortcodes:["family_mwg"],group:"people & body",version:2},"👨‍👩‍👧‍👦":{name:"family_man_woman_girl_boy",shortcodes:["family_mwgb"],group:"people & body",version:2},"👨‍👩‍👦‍👦":{name:"family_man_woman_boy_boy",shortcodes:["family_mwbb"],group:"people & body",version:2},"👨‍👩‍👧‍👧":{name:"family_man_woman_girl_girl",shortcodes:["family_mwgg"],group:"people & body",version:2},"👨‍👨‍👦":{name:"family_man_man_boy",shortcodes:["family_mmb"],group:"people & body",version:2},"👨‍👨‍👧":{name:"family_man_man_girl",shortcodes:["family_mmg"],group:"people & body",version:2},"👨‍👨‍👧‍👦":{name:"family_man_man_girl_boy",shortcodes:["family_mmgb"],group:"people & body",version:2},"👨‍👨‍👦‍👦":{name:"family_man_man_boy_boy",shortcodes:["family_mmbb"],group:"people & body",version:2},"👨‍👨‍👧‍👧":{name:"family_man_man_girl_girl",shortcodes:["family_mmgg"],group:"people & body",version:2},"👩‍👩‍👦":{name:"family_woman_woman_boy",shortcodes:["family_wwb"],group:"people & body",version:2},"👩‍👩‍👧":{name:"family_woman_woman_girl",shortcodes:["family_wwg"],group:"people & body",version:2},"👩‍👩‍👧‍👦":{name:"family_woman_woman_girl_boy",shortcodes:["family_wwgb"],group:"people & body",version:2},"👩‍👩‍👦‍👦":{name:"family_woman_woman_boy_boy",shortcodes:["family_wwbb"],group:"people & body",version:2},"👩‍👩‍👧‍👧":{name:"family_woman_woman_girl_girl",shortcodes:["family_wwgg"],group:"people & body",version:2},"👨‍👦":{name:"family_man_boy",shortcodes:["family_mb"],group:"people & body",version:4},"👨‍👦‍👦":{name:"family_man_boy_boy",shortcodes:["family_mbb"],group:"people & body",version:4},"👨‍👧":{name:"family_man_girl",shortcodes:["family_mg"],group:"people & body",version:4},"👨‍👧‍👦":{name:"family_man_girl_boy",shortcodes:["family_mgb"],group:"people & body",version:4},"👨‍👧‍👧":{name:"family_man_girl_girl",shortcodes:["family_mgg"],group:"people & body",version:4},"👩‍👦":{name:"family_woman_boy",shortcodes:["family_wb"],group:"people & body",version:4},"👩‍👦‍👦":{name:"family_woman_boy_boy",shortcodes:["family_wbb"],group:"people & body",version:4},"👩‍👧":{name:"family_woman_girl",shortcodes:["family_wg"],group:"people & body",version:4},"👩‍👧‍👦":{name:"family_woman_girl_boy",shortcodes:["family_wgb"],group:"people & body",version:4},"👩‍👧‍👧":{name:"family_woman_girl_girl",shortcodes:["family_wgg"],group:"people & body",version:4},"🗣":{name:"speaking_head",shortcodes:["speaking_head"],group:"people & body",version:.7},"👤":{name:"bust_in_silhouette",shortcodes:["bust_in_silhouette"],group:"people & body",version:.6},"👥":{name:"busts_in_silhouette",shortcodes:["busts_in_silhouette"],group:"people & body",version:1},"🫂":{name:"people_hugging",shortcodes:["people_hugging"],group:"people & body",version:13},"👪":{name:"family",shortcodes:["family"],group:"people & body",version:.6},"🧑‍🧑‍🧒":{name:"family_aac",shortcodes:["family_aac"],group:"people & body",version:15.1},"🧑‍🧑‍🧒‍🧒":{name:"family_aacc",shortcodes:["family_aacc"],group:"people & body",version:15.1},"🧑‍🧒":{name:"family_ac",shortcodes:["family_ac"],group:"people & body",version:15.1},"🧑‍🧒‍🧒":{name:"family_acc",shortcodes:["family_acc"],group:"people & body",version:15.1},"👣":{name:"footprints",shortcodes:["footprints"],group:"people & body",version:.6},"🏻":{name:"tone1",shortcodes:["tone1","tone_light"],group:"components",version:1},"🏼":{name:"tone2",shortcodes:["tone2","tone_medium_light"],group:"components",version:1},"🏽":{name:"tone3",shortcodes:["tone3","tone_medium"],group:"components",version:1},"🏾":{name:"tone4",shortcodes:["tone4","tone_medium_dark"],group:"components",version:1},"🏿":{name:"tone5",shortcodes:["tone5","tone_dark"],group:"components",version:1},"🦰":{name:"red_hair",shortcodes:["red_hair"],group:"components",version:11},"🦱":{name:"curly_hair",shortcodes:["curly_hair"],group:"components",version:11},"🦳":{name:"white_hair",shortcodes:["white_hair"],group:"components",version:11},"🦲":{name:"no_hair",shortcodes:["no_hair"],group:"components",version:11},"🐵":{name:"monkey_face",shortcodes:["monkey_face"],group:"animals & nature",version:.6},"🐒":{name:"monkey",shortcodes:["monkey"],group:"animals & nature",version:.6},"🦍":{name:"gorilla",shortcodes:["gorilla"],group:"animals & nature",version:3},"🦧":{name:"orangutan",shortcodes:["orangutan"],group:"animals & nature",version:12},"🐶":{name:"dog",shortcodes:["dog_face"],group:"animals & nature",version:.6},"🐕":{name:"dog2",shortcodes:["dog"],group:"animals & nature",version:.7},"🦮":{name:"guide_dog",shortcodes:["guide_dog"],group:"animals & nature",version:12},"🐕‍🦺":{name:"service_dog",shortcodes:["service_dog"],group:"animals & nature",version:12},"🐩":{name:"poodle",shortcodes:["poodle"],group:"animals & nature",version:.6},"🐺":{name:"wolf",shortcodes:["wolf","wolf_face"],group:"animals & nature",version:.6},"🦊":{name:"fox_face",shortcodes:["fox","fox_face"],group:"animals & nature",version:3},"🦝":{name:"raccoon",shortcodes:["raccoon"],group:"animals & nature",version:11},"🐱":{name:"cat",shortcodes:["cat_face"],group:"animals & nature",version:.6},"🐈":{name:"cat2",shortcodes:["cat"],group:"animals & nature",version:.7},"🐈‍⬛":{name:"black_cat",shortcodes:["black_cat"],group:"animals & nature",version:13},"🦁":{name:"lion",shortcodes:["lion","lion_face"],group:"animals & nature",version:1},"🐯":{name:"tiger",shortcodes:["tiger_face"],group:"animals & nature",version:.6},"🐅":{name:"tiger2",shortcodes:["tiger"],group:"animals & nature",version:1},"🐆":{name:"leopard",shortcodes:["leopard"],group:"animals & nature",version:1},"🐴":{name:"horse",shortcodes:["horse_face"],group:"animals & nature",version:.6},"🫎":{name:"moose",shortcodes:["moose"],group:"animals & nature",version:15},"🫏":{name:"donkey",shortcodes:["donkey"],group:"animals & nature",version:15},"🐎":{name:"racehorse",shortcodes:["horse","racehorse"],group:"animals & nature",version:.6},"🦄":{name:"unicorn",shortcodes:["unicorn","unicorn_face"],group:"animals & nature",version:1},"🦓":{name:"zebra",shortcodes:["zebra"],group:"animals & nature",version:5},"🦌":{name:"deer",shortcodes:["deer"],group:"animals & nature",version:3},"🦬":{name:"bison",shortcodes:["bison"],group:"animals & nature",version:13},"🐮":{name:"cow",shortcodes:["cow_face"],group:"animals & nature",version:.6},"🐂":{name:"ox",shortcodes:["ox"],group:"animals & nature",version:1},"🐃":{name:"water_buffalo",shortcodes:["water_buffalo"],group:"animals & nature",version:1},"🐄":{name:"cow2",shortcodes:["cow"],group:"animals & nature",version:1},"🐷":{name:"pig",shortcodes:["pig_face"],group:"animals & nature",version:.6},"🐖":{name:"pig2",shortcodes:["pig"],group:"animals & nature",version:1},"🐗":{name:"boar",shortcodes:["boar"],group:"animals & nature",version:.6},"🐽":{name:"pig_nose",shortcodes:["pig_nose"],group:"animals & nature",version:.6},"🐏":{name:"ram",shortcodes:["ram"],group:"animals & nature",version:1},"🐑":{name:"sheep",shortcodes:["ewe","sheep"],group:"animals & nature",version:.6},"🐐":{name:"goat",shortcodes:["goat"],group:"animals & nature",version:1},"🐪":{name:"dromedary_camel",shortcodes:["dromedary_camel"],group:"animals & nature",version:1},"🐫":{name:"camel",shortcodes:["camel"],group:"animals & nature",version:.6},"🦙":{name:"llama",shortcodes:["llama"],group:"animals & nature",version:11},"🦒":{name:"giraffe",shortcodes:["giraffe"],group:"animals & nature",version:5},"🐘":{name:"elephant",shortcodes:["elephant"],group:"animals & nature",version:.6},"🦣":{name:"mammoth",shortcodes:["mammoth"],group:"animals & nature",version:13},"🦏":{name:"rhinoceros",shortcodes:["rhino","rhinoceros"],group:"animals & nature",version:3},"🦛":{name:"hippopotamus",shortcodes:["hippo"],group:"animals & nature",version:11},"🐭":{name:"mouse",shortcodes:["mouse_face"],group:"animals & nature",version:.6},"🐁":{name:"mouse2",shortcodes:["mouse"],group:"animals & nature",version:1},"🐀":{name:"rat",shortcodes:["rat"],group:"animals & nature",version:1},"🐹":{name:"hamster",shortcodes:["hamster","hamster_face"],group:"animals & nature",version:.6},"🐰":{name:"rabbit",shortcodes:["rabbit_face"],group:"animals & nature",version:.6},"🐇":{name:"rabbit2",shortcodes:["rabbit"],group:"animals & nature",version:1},"🐿":{name:"chipmunk",shortcodes:["chipmunk"],group:"animals & nature",version:.7},"🦫":{name:"beaver",shortcodes:["beaver"],group:"animals & nature",version:13},"🦔":{name:"hedgehog",shortcodes:["hedgehog"],group:"animals & nature",version:5},"🦇":{name:"bat",shortcodes:["bat"],group:"animals & nature",version:3},"🐻":{name:"bear",shortcodes:["bear","bear_face"],group:"animals & nature",version:.6},"🐻‍❄":{name:"polar_bear",shortcodes:["polar_bear","polar_bear_face"],group:"animals & nature",version:13},"🐨":{name:"koala",shortcodes:["koala","koala_face"],group:"animals & nature",version:.6},"🐼":{name:"panda_face",shortcodes:["panda","panda_face"],group:"animals & nature",version:.6},"🦥":{name:"sloth",shortcodes:["sloth"],group:"animals & nature",version:12},"🦦":{name:"otter",shortcodes:["otter"],group:"animals & nature",version:12},"🦨":{name:"skunk",shortcodes:["skunk"],group:"animals & nature",version:12},"🦘":{name:"kangaroo",shortcodes:["kangaroo"],group:"animals & nature",version:11},"🦡":{name:"badger",shortcodes:["badger"],group:"animals & nature",version:11},"🐾":{name:"feet",shortcodes:["paw_prints"],group:"animals & nature",version:.6},"🦃":{name:"turkey",shortcodes:["turkey"],group:"animals & nature",version:1},"🐔":{name:"chicken",shortcodes:["chicken","chicken_face"],group:"animals & nature",version:.6},"🐓":{name:"rooster",shortcodes:["rooster"],group:"animals & nature",version:1},"🐣":{name:"hatching_chick",shortcodes:["hatching_chick"],group:"animals & nature",version:.6},"🐤":{name:"baby_chick",shortcodes:["baby_chick"],group:"animals & nature",version:.6},"🐥":{name:"hatched_chick",shortcodes:["hatched_chick"],group:"animals & nature",version:.6},"🐦":{name:"bird",shortcodes:["bird","bird_face"],group:"animals & nature",version:.6},"🐧":{name:"penguin",shortcodes:["penguin","penguin_face"],group:"animals & nature",version:.6},"🕊":{name:"dove",shortcodes:["dove"],group:"animals & nature",version:.7},"🦅":{name:"eagle",shortcodes:["eagle"],group:"animals & nature",version:3},"🦆":{name:"duck",shortcodes:["duck"],group:"animals & nature",version:3},"🦢":{name:"swan",shortcodes:["swan"],group:"animals & nature",version:11},"🦉":{name:"owl",shortcodes:["owl"],group:"animals & nature",version:3},"🦤":{name:"dodo",shortcodes:["dodo"],group:"animals & nature",version:13},"🪶":{name:"feather",shortcodes:["feather"],group:"animals & nature",version:13},"🦩":{name:"flamingo",shortcodes:["flamingo"],group:"animals & nature",version:12},"🦚":{name:"peacock",shortcodes:["peacock"],group:"animals & nature",version:11},"🦜":{name:"parrot",shortcodes:["parrot"],group:"animals & nature",version:11},"🪽":{name:"wing",shortcodes:["wing"],group:"animals & nature",version:15},"🐦‍⬛":{name:"black_bird",shortcodes:["black_bird"],group:"animals & nature",version:15},"🪿":{name:"goose",shortcodes:["goose"],group:"animals & nature",version:15},"🐦‍🔥":{name:"phoenix",shortcodes:["phoenix"],group:"animals & nature",version:15.1},"🐸":{name:"frog",shortcodes:["frog","frog_face"],group:"animals & nature",version:.6},"🐊":{name:"crocodile",shortcodes:["crocodile"],group:"animals & nature",version:1},"🐢":{name:"turtle",shortcodes:["turtle"],group:"animals & nature",version:.6},"🦎":{name:"lizard",shortcodes:["lizard"],group:"animals & nature",version:3},"🐍":{name:"snake",shortcodes:["snake"],group:"animals & nature",version:.6},"🐲":{name:"dragon_face",shortcodes:["dragon_face"],group:"animals & nature",version:.6},"🐉":{name:"dragon",shortcodes:["dragon"],group:"animals & nature",version:1},"🦕":{name:"sauropod",shortcodes:["sauropod"],group:"animals & nature",version:5},"🦖":{name:"t-rex",shortcodes:["t-rex","trex"],group:"animals & nature",version:5},"🐳":{name:"whale",shortcodes:["spouting_whale"],group:"animals & nature",version:.6},"🐋":{name:"whale2",shortcodes:["whale"],group:"animals & nature",version:1},"🐬":{name:"dolphin",shortcodes:["dolphin"],group:"animals & nature",version:.6},"🦭":{name:"seal",shortcodes:["seal"],group:"animals & nature",version:13},"🐟":{name:"fish",shortcodes:["fish"],group:"animals & nature",version:.6},"🐠":{name:"tropical_fish",shortcodes:["tropical_fish"],group:"animals & nature",version:.6},"🐡":{name:"blowfish",shortcodes:["blowfish"],group:"animals & nature",version:.6},"🦈":{name:"shark",shortcodes:["shark"],group:"animals & nature",version:3},"🐙":{name:"octopus",shortcodes:["octopus"],group:"animals & nature",version:.6},"🐚":{name:"shell",shortcodes:["shell"],group:"animals & nature",version:.6},"🪸":{name:"coral",shortcodes:["coral"],group:"animals & nature",version:14},"🪼":{name:"jellyfish",shortcodes:["jellyfish"],group:"animals & nature",version:15},"🐌":{name:"snail",shortcodes:["snail"],group:"animals & nature",version:.6},"🦋":{name:"butterfly",shortcodes:["butterfly"],group:"animals & nature",version:3},"🐛":{name:"bug",shortcodes:["bug"],group:"animals & nature",version:.6},"🐜":{name:"ant",shortcodes:["ant"],group:"animals & nature",version:.6},"🐝":{name:"bee",shortcodes:["bee"],group:"animals & nature",version:.6},"🪲":{name:"beetle",shortcodes:["beetle"],group:"animals & nature",version:13},"🐞":{name:"lady_beetle",shortcodes:["lady_beetle"],group:"animals & nature",version:.6},"🦗":{name:"cricket",shortcodes:["cricket"],group:"animals & nature",version:5},"🪳":{name:"cockroach",shortcodes:["cockroach"],group:"animals & nature",version:13},"🕷":{name:"spider",shortcodes:["spider"],group:"animals & nature",version:.7},"🕸":{name:"spider_web",shortcodes:["spider_web"],group:"animals & nature",version:.7},"🦂":{name:"scorpion",shortcodes:["scorpion"],group:"animals & nature",version:1},"🦟":{name:"mosquito",shortcodes:["mosquito"],group:"animals & nature",version:11},"🪰":{name:"fly",shortcodes:["fly"],group:"animals & nature",version:13},"🪱":{name:"worm",shortcodes:["worm"],group:"animals & nature",version:13},"🦠":{name:"microbe",shortcodes:["microbe"],group:"animals & nature",version:11},"💐":{name:"bouquet",shortcodes:["bouquet"],group:"animals & nature",version:.6},"🌸":{name:"cherry_blossom",shortcodes:["cherry_blossom"],group:"animals & nature",version:.6},"💮":{name:"white_flower",shortcodes:["white_flower"],group:"animals & nature",version:.6},"🪷":{name:"lotus",shortcodes:["lotus"],group:"animals & nature",version:14},"🏵":{name:"rosette",shortcodes:["rosette"],group:"animals & nature",version:.7},"🌹":{name:"rose",shortcodes:["rose"],group:"animals & nature",version:.6},"🥀":{name:"wilted_flower",shortcodes:["wilted_flower"],group:"animals & nature",version:3},"🌺":{name:"hibiscus",shortcodes:["hibiscus"],group:"animals & nature",version:.6},"🌻":{name:"sunflower",shortcodes:["sunflower"],group:"animals & nature",version:.6},"🌼":{name:"blossom",shortcodes:["blossom"],group:"animals & nature",version:.6},"🌷":{name:"tulip",shortcodes:["tulip"],group:"animals & nature",version:.6},"🪻":{name:"hyacinth",shortcodes:["hyacinth"],group:"animals & nature",version:15},"🌱":{name:"seedling",shortcodes:["seedling"],group:"animals & nature",version:.6},"🪴":{name:"potted_plant",shortcodes:["potted_plant"],group:"animals & nature",version:13},"🌲":{name:"evergreen_tree",shortcodes:["evergreen_tree"],group:"animals & nature",version:1},"🌳":{name:"deciduous_tree",shortcodes:["deciduous_tree"],group:"animals & nature",version:1},"🌴":{name:"palm_tree",shortcodes:["palm_tree"],group:"animals & nature",version:.6},"🌵":{name:"cactus",shortcodes:["cactus"],group:"animals & nature",version:.6},"🌾":{name:"ear_of_rice",shortcodes:["ear_of_rice","sheaf_of_rice"],group:"animals & nature",version:.6},"🌿":{name:"herb",shortcodes:["herb"],group:"animals & nature",version:.6},"☘":{name:"shamrock",shortcodes:["shamrock"],group:"animals & nature",version:1},"🍀":{name:"four_leaf_clover",shortcodes:["four_leaf_clover"],group:"animals & nature",version:.6},"🍁":{name:"maple_leaf",shortcodes:["maple_leaf"],group:"animals & nature",version:.6},"🍂":{name:"fallen_leaf",shortcodes:["fallen_leaf"],group:"animals & nature",version:.6},"🍃":{name:"leaves",shortcodes:["leaves"],group:"animals & nature",version:.6},"🪹":{name:"empty_nest",shortcodes:["empty_nest","nest"],group:"animals & nature",version:14},"🪺":{name:"nest_with_eggs",shortcodes:["nest_with_eggs"],group:"animals & nature",version:14},"🍄":{name:"mushroom",shortcodes:["mushroom"],group:"animals & nature",version:.6},"🍇":{name:"grapes",shortcodes:["grapes"],group:"food & drink",version:.6},"🍈":{name:"melon",shortcodes:["melon"],group:"food & drink",version:.6},"🍉":{name:"watermelon",shortcodes:["watermelon"],group:"food & drink",version:.6},"🍊":{name:"mandarin",shortcodes:["orange","tangerine"],group:"food & drink",version:.6},"🍋":{name:"lemon",shortcodes:["lemon"],group:"food & drink",version:1},"🍋‍🟩":{name:"lime",shortcodes:["lime"],group:"food & drink",version:15.1},"🍌":{name:"banana",shortcodes:["banana"],group:"food & drink",version:.6},"🍍":{name:"pineapple",shortcodes:["pineapple"],group:"food & drink",version:.6},"🥭":{name:"mango",shortcodes:["mango"],group:"food & drink",version:11},"🍎":{name:"apple",shortcodes:["apple","red_apple"],group:"food & drink",version:.6},"🍏":{name:"green_apple",shortcodes:["green_apple"],group:"food & drink",version:.6},"🍐":{name:"pear",shortcodes:["pear"],group:"food & drink",version:1},"🍑":{name:"peach",shortcodes:["peach"],group:"food & drink",version:.6},"🍒":{name:"cherries",shortcodes:["cherries"],group:"food & drink",version:.6},"🍓":{name:"strawberry",shortcodes:["strawberry"],group:"food & drink",version:.6},"🫐":{name:"blueberries",shortcodes:["blueberries"],group:"food & drink",version:13},"🥝":{name:"kiwi_fruit",shortcodes:["kiwi"],group:"food & drink",version:3},"🍅":{name:"tomato",shortcodes:["tomato"],group:"food & drink",version:.6},"🫒":{name:"olive",shortcodes:["olive"],group:"food & drink",version:13},"🥥":{name:"coconut",shortcodes:["coconut"],group:"food & drink",version:5},"🥑":{name:"avocado",shortcodes:["avocado"],group:"food & drink",version:3},"🍆":{name:"eggplant",shortcodes:["eggplant"],group:"food & drink",version:.6},"🥔":{name:"potato",shortcodes:["potato"],group:"food & drink",version:3},"🥕":{name:"carrot",shortcodes:["carrot"],group:"food & drink",version:3},"🌽":{name:"corn",shortcodes:["corn","ear_of_corn"],group:"food & drink",version:.6},"🌶":{name:"hot_pepper",shortcodes:["hot_pepper"],group:"food & drink",version:.7},"🫑":{name:"bell_pepper",shortcodes:["bell_pepper"],group:"food & drink",version:13},"🥒":{name:"cucumber",shortcodes:["cucumber"],group:"food & drink",version:3},"🥬":{name:"leafy_green",shortcodes:["leafy_green"],group:"food & drink",version:11},"🥦":{name:"broccoli",shortcodes:["broccoli"],group:"food & drink",version:5},"🧄":{name:"garlic",shortcodes:["garlic"],group:"food & drink",version:12},"🧅":{name:"onion",shortcodes:["onion"],group:"food & drink",version:12},"🥜":{name:"peanuts",shortcodes:["peanuts"],group:"food & drink",version:3},"🫘":{name:"beans",shortcodes:["beans"],group:"food & drink",version:14},"🌰":{name:"chestnut",shortcodes:["chestnut"],group:"food & drink",version:.6},"🫚":{name:"ginger_root",shortcodes:["ginger"],group:"food & drink",version:15},"🫛":{name:"pea_pod",shortcodes:["pea"],group:"food & drink",version:15},"🍄‍🟫":{name:"brown_mushroom",shortcodes:["brown_mushroom"],group:"food & drink",version:15.1},"🍞":{name:"bread",shortcodes:["bread"],group:"food & drink",version:.6},"🥐":{name:"croissant",shortcodes:["croissant"],group:"food & drink",version:3},"🥖":{name:"baguette_bread",shortcodes:["baguette_bread"],group:"food & drink",version:3},"🫓":{name:"flatbread",shortcodes:["flatbread"],group:"food & drink",version:13},"🥨":{name:"pretzel",shortcodes:["pretzel"],group:"food & drink",version:5},"🥯":{name:"bagel",shortcodes:["bagel"],group:"food & drink",version:11},"🥞":{name:"pancakes",shortcodes:["pancakes"],group:"food & drink",version:3},"🧇":{name:"waffle",shortcodes:["waffle"],group:"food & drink",version:12},"🧀":{name:"cheese",shortcodes:["cheese"],group:"food & drink",version:1},"🍖":{name:"meat_on_bone",shortcodes:["meat_on_bone"],group:"food & drink",version:.6},"🍗":{name:"poultry_leg",shortcodes:["poultry_leg"],group:"food & drink",version:.6},"🥩":{name:"cut_of_meat",shortcodes:["cut_of_meat"],group:"food & drink",version:5},"🥓":{name:"bacon",shortcodes:["bacon"],group:"food & drink",version:3},"🍔":{name:"hamburger",shortcodes:["hamburger"],group:"food & drink",version:.6},"🍟":{name:"fries",shortcodes:["french_fries","fries"],group:"food & drink",version:.6},"🍕":{name:"pizza",shortcodes:["pizza"],group:"food & drink",version:.6},"🌭":{name:"hotdog",shortcodes:["hotdog"],group:"food & drink",version:1},"🥪":{name:"sandwich",shortcodes:["sandwich"],group:"food & drink",version:5},"🌮":{name:"taco",shortcodes:["taco"],group:"food & drink",version:1},"🌯":{name:"burrito",shortcodes:["burrito"],group:"food & drink",version:1},"🫔":{name:"tamale",shortcodes:["tamale"],group:"food & drink",version:13},"🥙":{name:"stuffed_flatbread",shortcodes:["stuffed_flatbread"],group:"food & drink",version:3},"🧆":{name:"falafel",shortcodes:["falafel"],group:"food & drink",version:12},"🥚":{name:"egg",shortcodes:["egg"],group:"food & drink",version:3},"🍳":{name:"fried_egg",shortcodes:["cooking","fried_egg"],group:"food & drink",version:.6},"🥘":{name:"shallow_pan_of_food",shortcodes:["shallow_pan_of_food"],group:"food & drink",version:3},"🍲":{name:"stew",shortcodes:["pot_of_food","stew"],group:"food & drink",version:.6},"🫕":{name:"fondue",shortcodes:["fondue"],group:"food & drink",version:13},"🥣":{name:"bowl_with_spoon",shortcodes:["bowl_with_spoon"],group:"food & drink",version:5},"🥗":{name:"green_salad",shortcodes:["green_salad","salad"],group:"food & drink",version:3},"🍿":{name:"popcorn",shortcodes:["popcorn"],group:"food & drink",version:1},"🧈":{name:"butter",shortcodes:["butter"],group:"food & drink",version:12},"🧂":{name:"salt",shortcodes:["salt"],group:"food & drink",version:11},"🥫":{name:"canned_food",shortcodes:["canned_food"],group:"food & drink",version:5},"🍱":{name:"bento",shortcodes:["bento","bento_box"],group:"food & drink",version:.6},"🍘":{name:"rice_cracker",shortcodes:["rice_cracker"],group:"food & drink",version:.6},"🍙":{name:"rice_ball",shortcodes:["rice_ball"],group:"food & drink",version:.6},"🍚":{name:"rice",shortcodes:["cooked_rice","rice"],group:"food & drink",version:.6},"🍛":{name:"curry",shortcodes:["curry","curry_rice"],group:"food & drink",version:.6},"🍜":{name:"ramen",shortcodes:["ramen","steaming_bowl"],group:"food & drink",version:.6},"🍝":{name:"spaghetti",shortcodes:["spaghetti"],group:"food & drink",version:.6},"🍠":{name:"sweet_potato",shortcodes:["sweet_potato"],group:"food & drink",version:.6},"🍢":{name:"oden",shortcodes:["oden"],group:"food & drink",version:.6},"🍣":{name:"sushi",shortcodes:["sushi"],group:"food & drink",version:.6},"🍤":{name:"fried_shrimp",shortcodes:["fried_shrimp"],group:"food & drink",version:.6},"🍥":{name:"fish_cake",shortcodes:["fish_cake"],group:"food & drink",version:.6},"🥮":{name:"moon_cake",shortcodes:["moon_cake"],group:"food & drink",version:11},"🍡":{name:"dango",shortcodes:["dango"],group:"food & drink",version:.6},"🥟":{name:"dumpling",shortcodes:["dumpling"],group:"food & drink",version:5},"🥠":{name:"fortune_cookie",shortcodes:["fortune_cookie"],group:"food & drink",version:5},"🥡":{name:"takeout_box",shortcodes:["takeout_box"],group:"food & drink",version:5},"🦀":{name:"crab",shortcodes:["crab"],group:"food & drink",version:1},"🦞":{name:"lobster",shortcodes:["lobster"],group:"food & drink",version:11},"🦐":{name:"shrimp",shortcodes:["shrimp"],group:"food & drink",version:3},"🦑":{name:"squid",shortcodes:["squid"],group:"food & drink",version:3},"🦪":{name:"oyster",shortcodes:["oyster"],group:"food & drink",version:12},"🍦":{name:"icecream",shortcodes:["icecream","soft_serve"],group:"food & drink",version:.6},"🍧":{name:"shaved_ice",shortcodes:["shaved_ice"],group:"food & drink",version:.6},"🍨":{name:"ice_cream",shortcodes:["ice_cream"],group:"food & drink",version:.6},"🍩":{name:"doughnut",shortcodes:["doughnut"],group:"food & drink",version:.6},"🍪":{name:"cookie",shortcodes:["cookie"],group:"food & drink",version:.6},"🎂":{name:"birthday",shortcodes:["birthday","birthday_cake"],group:"food & drink",version:.6},"🍰":{name:"cake",shortcodes:["cake","shortcake"],group:"food & drink",version:.6},"🧁":{name:"cupcake",shortcodes:["cupcake"],group:"food & drink",version:11},"🥧":{name:"pie",shortcodes:["pie"],group:"food & drink",version:5},"🍫":{name:"chocolate_bar",shortcodes:["chocolate_bar"],group:"food & drink",version:.6},"🍬":{name:"candy",shortcodes:["candy"],group:"food & drink",version:.6},"🍭":{name:"lollipop",shortcodes:["lollipop"],group:"food & drink",version:.6},"🍮":{name:"custard",shortcodes:["custard"],group:"food & drink",version:.6},"🍯":{name:"honey_pot",shortcodes:["honey_pot"],group:"food & drink",version:.6},"🍼":{name:"baby_bottle",shortcodes:["baby_bottle"],group:"food & drink",version:1},"🥛":{name:"milk_glass",shortcodes:["glass_of_milk","milk"],group:"food & drink",version:3},"☕":{name:"coffee",shortcodes:["coffee"],group:"food & drink",version:.6},"🫖":{name:"teapot",shortcodes:["teapot"],group:"food & drink",version:13},"🍵":{name:"tea",shortcodes:["tea"],group:"food & drink",version:.6},"🍶":{name:"sake",shortcodes:["sake"],group:"food & drink",version:.6},"🍾":{name:"champagne",shortcodes:["champagne"],group:"food & drink",version:1},"🍷":{name:"wine_glass",shortcodes:["wine_glass"],group:"food & drink",version:.6},"🍸":{name:"cocktail",shortcodes:["cocktail"],group:"food & drink",version:.6},"🍹":{name:"tropical_drink",shortcodes:["tropical_drink"],group:"food & drink",version:.6},"🍺":{name:"beer",shortcodes:["beer"],group:"food & drink",version:.6},"🍻":{name:"beers",shortcodes:["beers"],group:"food & drink",version:.6},"🥂":{name:"clinking_glasses",shortcodes:["clinking_glasses"],group:"food & drink",version:3},"🥃":{name:"tumbler_glass",shortcodes:["tumbler_glass","whisky"],group:"food & drink",version:3},"🫗":{name:"pouring_liquid",shortcodes:["pour","pouring_liquid"],group:"food & drink",version:14},"🥤":{name:"cup_with_straw",shortcodes:["cup_with_straw"],group:"food & drink",version:5},"🧋":{name:"bubble_tea",shortcodes:["boba_drink","bubble_tea"],group:"food & drink",version:13},"🧃":{name:"beverage_box",shortcodes:["beverage_box","juice_box"],group:"food & drink",version:12},"🧉":{name:"mate",shortcodes:["mate"],group:"food & drink",version:12},"🧊":{name:"ice_cube",shortcodes:["ice","ice_cube"],group:"food & drink",version:12},"🥢":{name:"chopsticks",shortcodes:["chopsticks"],group:"food & drink",version:5},"🍽":{name:"plate_with_cutlery",shortcodes:["fork_knife_plate"],group:"food & drink",version:.7},"🍴":{name:"fork_and_knife",shortcodes:["fork_and_knife"],group:"food & drink",version:.6},"🥄":{name:"spoon",shortcodes:["spoon"],group:"food & drink",version:3},"🔪":{name:"hocho",shortcodes:["knife"],group:"food & drink",version:.6},"🫙":{name:"jar",shortcodes:["jar"],group:"food & drink",version:14},"🏺":{name:"amphora",shortcodes:["amphora"],group:"food & drink",version:1},"🌍":{name:"earth_africa",shortcodes:["earth_africa","earth_europe"],group:"travel & places",version:.7},"🌎":{name:"earth_americas",shortcodes:["earth_americas"],group:"travel & places",version:.7},"🌏":{name:"earth_asia",shortcodes:["earth_asia"],group:"travel & places",version:.6},"🌐":{name:"globe_with_meridians",shortcodes:["globe_with_meridians"],group:"travel & places",version:1},"🗺":{name:"world_map",shortcodes:["world_map"],group:"travel & places",version:.7},"🗾":{name:"japan",shortcodes:["japan_map"],group:"travel & places",version:.6},"🧭":{name:"compass",shortcodes:["compass"],group:"travel & places",version:11},"🏔":{name:"mountain_snow",shortcodes:["mountain_snow"],group:"travel & places",version:.7},"⛰":{name:"mountain",shortcodes:["mountain"],group:"travel & places",version:.7},"🌋":{name:"volcano",shortcodes:["volcano"],group:"travel & places",version:.6},"🗻":{name:"mount_fuji",shortcodes:["mount_fuji"],group:"travel & places",version:.6},"🏕":{name:"camping",shortcodes:["camping"],group:"travel & places",version:.7},"🏖":{name:"beach_umbrella",shortcodes:["beach","beach_with_umbrella"],group:"travel & places",version:.7},"🏜":{name:"desert",shortcodes:["desert"],group:"travel & places",version:.7},"🏝":{name:"desert_island",shortcodes:["desert_island","island"],group:"travel & places",version:.7},"🏞":{name:"national_park",shortcodes:["national_park"],group:"travel & places",version:.7},"🏟":{name:"stadium",shortcodes:["stadium"],group:"travel & places",version:.7},"🏛":{name:"classical_building",shortcodes:["classical_building"],group:"travel & places",version:.7},"🏗":{name:"building_construction",shortcodes:["building_construction","construction_site"],group:"travel & places",version:.7},"🧱":{name:"bricks",shortcodes:["bricks"],group:"travel & places",version:11},"🪨":{name:"rock",shortcodes:["rock"],group:"travel & places",version:13},"🪵":{name:"wood",shortcodes:["wood"],group:"travel & places",version:13},"🛖":{name:"hut",shortcodes:["hut"],group:"travel & places",version:13},"🏘":{name:"houses",shortcodes:["homes","houses"],group:"travel & places",version:.7},"🏚":{name:"derelict_house",shortcodes:["derelict_house","house_abandoned"],group:"travel & places",version:.7},"🏠":{name:"house",shortcodes:["house"],group:"travel & places",version:.6},"🏡":{name:"house_with_garden",shortcodes:["house_with_garden"],group:"travel & places",version:.6},"🏢":{name:"office",shortcodes:["office"],group:"travel & places",version:.6},"🏣":{name:"post_office",shortcodes:["post_office"],group:"travel & places",version:.6},"🏤":{name:"european_post_office",shortcodes:["european_post_office"],group:"travel & places",version:1},"🏥":{name:"hospital",shortcodes:["hospital"],group:"travel & places",version:.6},"🏦":{name:"bank",shortcodes:["bank"],group:"travel & places",version:.6},"🏨":{name:"hotel",shortcodes:["hotel"],group:"travel & places",version:.6},"🏩":{name:"love_hotel",shortcodes:["love_hotel"],group:"travel & places",version:.6},"🏪":{name:"convenience_store",shortcodes:["convenience_store"],group:"travel & places",version:.6},"🏫":{name:"school",shortcodes:["school"],group:"travel & places",version:.6},"🏬":{name:"department_store",shortcodes:["department_store"],group:"travel & places",version:.6},"🏭":{name:"factory",shortcodes:["factory"],group:"travel & places",version:.6},"🏯":{name:"japanese_castle",shortcodes:["japanese_castle"],group:"travel & places",version:.6},"🏰":{name:"european_castle",shortcodes:["castle","european_castle"],group:"travel & places",version:.6},"💒":{name:"wedding",shortcodes:["wedding"],group:"travel & places",version:.6},"🗼":{name:"tokyo_tower",shortcodes:["tokyo_tower"],group:"travel & places",version:.6},"🗽":{name:"statue_of_liberty",shortcodes:["statue_of_liberty"],group:"travel & places",version:.6},"⛪":{name:"church",shortcodes:["church"],group:"travel & places",version:.6},"🕌":{name:"mosque",shortcodes:["mosque"],group:"travel & places",version:1},"🛕":{name:"hindu_temple",shortcodes:["hindu_temple"],group:"travel & places",version:12},"🕍":{name:"synagogue",shortcodes:["synagogue"],group:"travel & places",version:1},"⛩":{name:"shinto_shrine",shortcodes:["shinto_shrine"],group:"travel & places",version:.7},"🕋":{name:"kaaba",shortcodes:["kaaba"],group:"travel & places",version:1},"⛲":{name:"fountain",shortcodes:["fountain"],group:"travel & places",version:.6},"⛺":{name:"tent",shortcodes:["tent"],group:"travel & places",version:.6},"🌁":{name:"foggy",shortcodes:["foggy"],group:"travel & places",version:.6},"🌃":{name:"night_with_stars",shortcodes:["night_with_stars"],group:"travel & places",version:.6},"🏙":{name:"cityscape",shortcodes:["cityscape"],group:"travel & places",version:.7},"🌄":{name:"sunrise_over_mountains",shortcodes:["sunrise_over_mountains"],group:"travel & places",version:.6},"🌅":{name:"sunrise",shortcodes:["sunrise"],group:"travel & places",version:.6},"🌆":{name:"city_sunset",shortcodes:["city_dusk"],group:"travel & places",version:.6},"🌇":{name:"city_sunrise",shortcodes:["city_sunrise","city_sunset"],group:"travel & places",version:.6},"🌉":{name:"bridge_at_night",shortcodes:["bridge_at_night"],group:"travel & places",version:.6},"♨":{name:"hotsprings",shortcodes:["hotsprings"],group:"travel & places",version:.6},"🎠":{name:"carousel_horse",shortcodes:["carousel_horse"],group:"travel & places",version:.6},"🛝":{name:"playground_slide",shortcodes:["playground_slide","slide"],group:"travel & places",version:14},"🎡":{name:"ferris_wheel",shortcodes:["ferris_wheel"],group:"travel & places",version:.6},"🎢":{name:"roller_coaster",shortcodes:["roller_coaster"],group:"travel & places",version:.6},"💈":{name:"barber",shortcodes:["barber","barber_pole"],group:"travel & places",version:.6},"🎪":{name:"circus_tent",shortcodes:["circus_tent"],group:"travel & places",version:.6},"🚂":{name:"steam_locomotive",shortcodes:["steam_locomotive"],group:"travel & places",version:1},"🚃":{name:"railway_car",shortcodes:["railway_car"],group:"travel & places",version:.6},"🚄":{name:"bullettrain_side",shortcodes:["bullettrain_side"],group:"travel & places",version:.6},"🚅":{name:"bullettrain_front",shortcodes:["bullettrain_front"],group:"travel & places",version:.6},"🚆":{name:"train2",shortcodes:["train"],group:"travel & places",version:1},"🚇":{name:"metro",shortcodes:["metro"],group:"travel & places",version:.6},"🚈":{name:"light_rail",shortcodes:["light_rail"],group:"travel & places",version:1},"🚉":{name:"station",shortcodes:["station"],group:"travel & places",version:.6},"🚊":{name:"tram",shortcodes:["tram"],group:"travel & places",version:1},"🚝":{name:"monorail",shortcodes:["monorail"],group:"travel & places",version:1},"🚞":{name:"mountain_railway",shortcodes:["mountain_railway"],group:"travel & places",version:1},"🚋":{name:"train",shortcodes:["tram_car"],group:"travel & places",version:1},"🚌":{name:"bus",shortcodes:["bus"],group:"travel & places",version:.6},"🚍":{name:"oncoming_bus",shortcodes:["oncoming_bus"],group:"travel & places",version:.7},"🚎":{name:"trolleybus",shortcodes:["trolleybus"],group:"travel & places",version:1},"🚐":{name:"minibus",shortcodes:["minibus"],group:"travel & places",version:1},"🚑":{name:"ambulance",shortcodes:["ambulance"],group:"travel & places",version:.6},"🚒":{name:"fire_engine",shortcodes:["fire_engine"],group:"travel & places",version:.6},"🚓":{name:"police_car",shortcodes:["police_car"],group:"travel & places",version:.6},"🚔":{name:"oncoming_police_car",shortcodes:["oncoming_police_car"],group:"travel & places",version:.7},"🚕":{name:"taxi",shortcodes:["taxi"],group:"travel & places",version:.6},"🚖":{name:"oncoming_taxi",shortcodes:["oncoming_taxi"],group:"travel & places",version:1},"🚗":{name:"car",shortcodes:["car","red_car"],group:"travel & places",version:.6},"🚘":{name:"oncoming_automobile",shortcodes:["oncoming_automobile"],group:"travel & places",version:.7},"🚙":{name:"blue_car",shortcodes:["blue_car","suv"],group:"travel & places",version:.6},"🛻":{name:"pickup_truck",shortcodes:["pickup_truck"],group:"travel & places",version:13},"🚚":{name:"truck",shortcodes:["delivery_truck","truck"],group:"travel & places",version:.6},"🚛":{name:"articulated_lorry",shortcodes:["articulated_lorry"],group:"travel & places",version:1},"🚜":{name:"tractor",shortcodes:["tractor"],group:"travel & places",version:1},"🏎":{name:"racing_car",shortcodes:["racing_car"],group:"travel & places",version:.7},"🏍":{name:"motorcycle",shortcodes:["motorcycle"],group:"travel & places",version:.7},"🛵":{name:"motor_scooter",shortcodes:["motor_scooter"],group:"travel & places",version:3},"🦽":{name:"manual_wheelchair",shortcodes:["manual_wheelchair"],group:"travel & places",version:12},"🦼":{name:"motorized_wheelchair",shortcodes:["motorized_wheelchair"],group:"travel & places",version:12},"🛺":{name:"auto_rickshaw",shortcodes:["auto_rickshaw"],group:"travel & places",version:12},"🚲":{name:"bike",shortcodes:["bicycle","bike"],group:"travel & places",version:.6},"🛴":{name:"kick_scooter",shortcodes:["scooter"],group:"travel & places",version:3},"🛹":{name:"skateboard",shortcodes:["skateboard"],group:"travel & places",version:11},"🛼":{name:"roller_skate",shortcodes:["roller_skate"],group:"travel & places",version:13},"🚏":{name:"busstop",shortcodes:["busstop"],group:"travel & places",version:.6},"🛣":{name:"motorway",shortcodes:["motorway"],group:"travel & places",version:.7},"🛤":{name:"railway_track",shortcodes:["railway_track"],group:"travel & places",version:.7},"🛢":{name:"oil_drum",shortcodes:["oil_drum"],group:"travel & places",version:.7},"⛽":{name:"fuelpump",shortcodes:["fuelpump"],group:"travel & places",version:.6},"🛞":{name:"wheel",shortcodes:["wheel"],group:"travel & places",version:14},"🚨":{name:"rotating_light",shortcodes:["rotating_light"],group:"travel & places",version:.6},"🚥":{name:"traffic_light",shortcodes:["traffic_light"],group:"travel & places",version:.6},"🚦":{name:"vertical_traffic_light",shortcodes:["vertical_traffic_light"],group:"travel & places",version:1},"🛑":{name:"stop_sign",shortcodes:["octagonal_sign","stop_sign"],group:"travel & places",version:3},"🚧":{name:"construction",shortcodes:["construction"],group:"travel & places",version:.6},"⚓":{name:"anchor",shortcodes:["anchor"],group:"travel & places",version:.6},"🛟":{name:"ring_buoy",shortcodes:["lifebuoy","ring_buoy"],group:"travel & places",version:14},"⛵":{name:"boat",shortcodes:["sailboat"],group:"travel & places",version:.6},"🛶":{name:"canoe",shortcodes:["canoe"],group:"travel & places",version:3},"🚤":{name:"speedboat",shortcodes:["speedboat"],group:"travel & places",version:.6},"🛳":{name:"passenger_ship",shortcodes:["cruise_ship","passenger_ship"],group:"travel & places",version:.7},"⛴":{name:"ferry",shortcodes:["ferry"],group:"travel & places",version:.7},"🛥":{name:"motor_boat",shortcodes:["motorboat"],group:"travel & places",version:.7},"🚢":{name:"ship",shortcodes:["ship"],group:"travel & places",version:.6},"✈":{name:"airplane",shortcodes:["airplane"],group:"travel & places",version:.6},"🛩":{name:"small_airplane",shortcodes:["small_airplane"],group:"travel & places",version:.7},"🛫":{name:"flight_departure",shortcodes:["airplane_departure"],group:"travel & places",version:1},"🛬":{name:"flight_arrival",shortcodes:["airplane_arriving"],group:"travel & places",version:1},"🪂":{name:"parachute",shortcodes:["parachute"],group:"travel & places",version:12},"💺":{name:"seat",shortcodes:["seat"],group:"travel & places",version:.6},"🚁":{name:"helicopter",shortcodes:["helicopter"],group:"travel & places",version:1},"🚟":{name:"suspension_railway",shortcodes:["suspension_railway"],group:"travel & places",version:1},"🚠":{name:"mountain_cableway",shortcodes:["mountain_cableway"],group:"travel & places",version:1},"🚡":{name:"aerial_tramway",shortcodes:["aerial_tramway"],group:"travel & places",version:1},"🛰":{name:"artificial_satellite",shortcodes:["satellite"],group:"travel & places",version:.7},"🚀":{name:"rocket",shortcodes:["rocket"],group:"travel & places",version:.6},"🛸":{name:"flying_saucer",shortcodes:["flying_saucer"],group:"travel & places",version:5},"🛎":{name:"bellhop_bell",shortcodes:["bellhop"],group:"travel & places",version:.7},"🧳":{name:"luggage",shortcodes:["luggage"],group:"travel & places",version:11},"⌛":{name:"hourglass",shortcodes:["hourglass"],group:"travel & places",version:.6},"⏳":{name:"hourglass_flowing_sand",shortcodes:["hourglass_flowing_sand"],group:"travel & places",version:.6},"⌚":{name:"watch",shortcodes:["watch"],group:"travel & places",version:.6},"⏰":{name:"alarm_clock",shortcodes:["alarm_clock"],group:"travel & places",version:.6},"⏱":{name:"stopwatch",shortcodes:["stopwatch"],group:"travel & places",version:1},"⏲":{name:"timer_clock",shortcodes:["timer_clock"],group:"travel & places",version:1},"🕰":{name:"mantelpiece_clock",shortcodes:["clock"],group:"travel & places",version:.7},"🕛":{name:"clock12",shortcodes:["clock12"],group:"travel & places",version:.6},"🕧":{name:"clock1230",shortcodes:["clock1230"],group:"travel & places",version:.7},"🕐":{name:"clock1",shortcodes:["clock1"],group:"travel & places",version:.6},"🕜":{name:"clock130",shortcodes:["clock130"],group:"travel & places",version:.7},"🕑":{name:"clock2",shortcodes:["clock2"],group:"travel & places",version:.6},"🕝":{name:"clock230",shortcodes:["clock230"],group:"travel & places",version:.7},"🕒":{name:"clock3",shortcodes:["clock3"],group:"travel & places",version:.6},"🕞":{name:"clock330",shortcodes:["clock330"],group:"travel & places",version:.7},"🕓":{name:"clock4",shortcodes:["clock4"],group:"travel & places",version:.6},"🕟":{name:"clock430",shortcodes:["clock430"],group:"travel & places",version:.7},"🕔":{name:"clock5",shortcodes:["clock5"],group:"travel & places",version:.6},"🕠":{name:"clock530",shortcodes:["clock530"],group:"travel & places",version:.7},"🕕":{name:"clock6",shortcodes:["clock6"],group:"travel & places",version:.6},"🕡":{name:"clock630",shortcodes:["clock630"],group:"travel & places",version:.7},"🕖":{name:"clock7",shortcodes:["clock7"],group:"travel & places",version:.6},"🕢":{name:"clock730",shortcodes:["clock730"],group:"travel & places",version:.7},"🕗":{name:"clock8",shortcodes:["clock8"],group:"travel & places",version:.6},"🕣":{name:"clock830",shortcodes:["clock830"],group:"travel & places",version:.7},"🕘":{name:"clock9",shortcodes:["clock9"],group:"travel & places",version:.6},"🕤":{name:"clock930",shortcodes:["clock930"],group:"travel & places",version:.7},"🕙":{name:"clock10",shortcodes:["clock10"],group:"travel & places",version:.6},"🕥":{name:"clock1030",shortcodes:["clock1030"],group:"travel & places",version:.7},"🕚":{name:"clock11",shortcodes:["clock11"],group:"travel & places",version:.6},"🕦":{name:"clock1130",shortcodes:["clock1130"],group:"travel & places",version:.7},"🌑":{name:"new_moon",shortcodes:["new_moon"],group:"travel & places",version:.6},"🌒":{name:"waxing_crescent_moon",shortcodes:["waxing_crescent_moon"],group:"travel & places",version:1},"🌓":{name:"first_quarter_moon",shortcodes:["first_quarter_moon"],group:"travel & places",version:.6},"🌔":{name:"moon",shortcodes:["waxing_gibbous_moon"],group:"travel & places",version:.6},"🌕":{name:"full_moon",shortcodes:["full_moon"],group:"travel & places",version:.6},"🌖":{name:"waning_gibbous_moon",shortcodes:["waning_gibbous_moon"],group:"travel & places",version:1},"🌗":{name:"last_quarter_moon",shortcodes:["last_quarter_moon"],group:"travel & places",version:1},"🌘":{name:"waning_crescent_moon",shortcodes:["waning_crescent_moon"],group:"travel & places",version:1},"🌙":{name:"crescent_moon",shortcodes:["crescent_moon"],group:"travel & places",version:.6},"🌚":{name:"new_moon_with_face",shortcodes:["new_moon_with_face"],group:"travel & places",version:1},"🌛":{name:"first_quarter_moon_with_face",shortcodes:["first_quarter_moon_with_face"],group:"travel & places",version:.6},"🌜":{name:"last_quarter_moon_with_face",shortcodes:["last_quarter_moon_with_face"],group:"travel & places",version:.7},"🌡":{name:"thermometer",shortcodes:["thermometer"],group:"travel & places",version:.7},"☀":{name:"sunny",shortcodes:["sun"],group:"travel & places",version:.6},"🌝":{name:"full_moon_with_face",shortcodes:["full_moon_with_face"],group:"travel & places",version:1},"🌞":{name:"sun_with_face",shortcodes:["sun_with_face"],group:"travel & places",version:1},"🪐":{name:"ringed_planet",shortcodes:["ringed_planet","saturn"],group:"travel & places",version:12},"⭐":{name:"star",shortcodes:["star"],group:"travel & places",version:.6},"🌟":{name:"star2",shortcodes:["glowing_star","star2"],group:"travel & places",version:.6},"🌠":{name:"stars",shortcodes:["shooting_star","stars"],group:"travel & places",version:.6},"🌌":{name:"milky_way",shortcodes:["milky_way"],group:"travel & places",version:.6},"☁":{name:"cloud",shortcodes:["cloud"],group:"travel & places",version:.6},"⛅":{name:"partly_sunny",shortcodes:["partly_sunny","sun_behind_cloud"],group:"travel & places",version:.6},"⛈":{name:"cloud_with_lightning_and_rain",shortcodes:["stormy","thunder_cloud_and_rain"],group:"travel & places",version:.7},"🌤":{name:"sun_behind_small_cloud",shortcodes:["sun_behind_small_cloud","sunny"],group:"travel & places",version:.7},"🌥":{name:"sun_behind_large_cloud",shortcodes:["cloudy","sun_behind_large_cloud"],group:"travel & places",version:.7},"🌦":{name:"sun_behind_rain_cloud",shortcodes:["sun_and_rain","sun_behind_rain_cloud"],group:"travel & places",version:.7},"🌧":{name:"cloud_with_rain",shortcodes:["cloud_with_rain","rainy"],group:"travel & places",version:.7},"🌨":{name:"cloud_with_snow",shortcodes:["cloud_with_snow","snowy"],group:"travel & places",version:.7},"🌩":{name:"cloud_with_lightning",shortcodes:["cloud_with_lightning","lightning"],group:"travel & places",version:.7},"🌪":{name:"tornado",shortcodes:["tornado"],group:"travel & places",version:.7},"🌫":{name:"fog",shortcodes:["fog"],group:"travel & places",version:.7},"🌬":{name:"wind_face",shortcodes:["wind_blowing_face"],group:"travel & places",version:.7},"🌀":{name:"cyclone",shortcodes:["cyclone"],group:"travel & places",version:.6},"🌈":{name:"rainbow",shortcodes:["rainbow"],group:"travel & places",version:.6},"🌂":{name:"closed_umbrella",shortcodes:["closed_umbrella"],group:"travel & places",version:.6},"☂":{name:"open_umbrella",shortcodes:["umbrella"],group:"travel & places",version:.7},"☔":{name:"umbrella",shortcodes:["umbrella_with_rain"],group:"travel & places",version:.6},"⛱":{name:"parasol_on_ground",shortcodes:["beach_umbrella","umbrella_on_ground"],group:"travel & places",version:.7},"⚡":{name:"zap",shortcodes:["high_voltage","zap"],group:"travel & places",version:.6},"❄":{name:"snowflake",shortcodes:["snowflake"],group:"travel & places",version:.6},"☃":{name:"snowman_with_snow",shortcodes:["snowman2"],group:"travel & places",version:.7},"⛄":{name:"snowman",shortcodes:["snowman"],group:"travel & places",version:.6},"☄":{name:"comet",shortcodes:["comet"],group:"travel & places",version:1},"🔥":{name:"fire",shortcodes:["fire"],group:"travel & places",version:.6},"💧":{name:"droplet",shortcodes:["droplet"],group:"travel & places",version:.6},"🌊":{name:"ocean",shortcodes:["ocean","water_wave"],group:"travel & places",version:.6},"🎃":{name:"jack_o_lantern",shortcodes:["jack_o_lantern"],group:"activities",version:.6},"🎄":{name:"christmas_tree",shortcodes:["christmas_tree"],group:"activities",version:.6},"🎆":{name:"fireworks",shortcodes:["fireworks"],group:"activities",version:.6},"🎇":{name:"sparkler",shortcodes:["sparkler"],group:"activities",version:.6},"🧨":{name:"firecracker",shortcodes:["firecracker"],group:"activities",version:11},"✨":{name:"sparkles",shortcodes:["sparkles"],group:"activities",version:.6},"🎈":{name:"balloon",shortcodes:["balloon"],group:"activities",version:.6},"🎉":{name:"tada",shortcodes:["party","party_popper","tada"],group:"activities",version:.6},"🎊":{name:"confetti_ball",shortcodes:["confetti_ball"],group:"activities",version:.6},"🎋":{name:"tanabata_tree",shortcodes:["tanabata_tree"],group:"activities",version:.6},"🎍":{name:"bamboo",shortcodes:["bamboo"],group:"activities",version:.6},"🎎":{name:"dolls",shortcodes:["dolls"],group:"activities",version:.6},"🎏":{name:"flags",shortcodes:["carp_streamer","flags"],group:"activities",version:.6},"🎐":{name:"wind_chime",shortcodes:["wind_chime"],group:"activities",version:.6},"🎑":{name:"rice_scene",shortcodes:["moon_ceremony","rice_scene"],group:"activities",version:.6},"🧧":{name:"red_envelope",shortcodes:["red_envelope"],group:"activities",version:11},"🎀":{name:"ribbon",shortcodes:["ribbon"],group:"activities",version:.6},"🎁":{name:"gift",shortcodes:["gift"],group:"activities",version:.6},"🎗":{name:"reminder_ribbon",shortcodes:["reminder_ribbon"],group:"activities",version:.7},"🎟":{name:"tickets",shortcodes:["admission_tickets","tickets"],group:"activities",version:.7},"🎫":{name:"ticket",shortcodes:["ticket"],group:"activities",version:.6},"🎖":{name:"medal_military",shortcodes:["military_medal"],group:"activities",version:.7},"🏆":{name:"trophy",shortcodes:["trophy"],group:"activities",version:.6},"🏅":{name:"medal_sports",shortcodes:["sports_medal"],group:"activities",version:1},"🥇":{name:"1st_place_medal",shortcodes:["1st","first_place_medal"],group:"activities",version:3},"🥈":{name:"2nd_place_medal",shortcodes:["2nd","second_place_medal"],group:"activities",version:3},"🥉":{name:"3rd_place_medal",shortcodes:["3rd","third_place_medal"],group:"activities",version:3},"⚽":{name:"soccer",shortcodes:["soccer"],group:"activities",version:.6},"⚾":{name:"baseball",shortcodes:["baseball"],group:"activities",version:.6},"🥎":{name:"softball",shortcodes:["softball"],group:"activities",version:11},"🏀":{name:"basketball",shortcodes:["basketball"],group:"activities",version:.6},"🏐":{name:"volleyball",shortcodes:["volleyball"],group:"activities",version:1},"🏈":{name:"football",shortcodes:["football"],group:"activities",version:.6},"🏉":{name:"rugby_football",shortcodes:["rugby_football"],group:"activities",version:1},"🎾":{name:"tennis",shortcodes:["tennis"],group:"activities",version:.6},"🥏":{name:"flying_disc",shortcodes:["flying_disc"],group:"activities",version:11},"🎳":{name:"bowling",shortcodes:["bowling"],group:"activities",version:.6},"🏏":{name:"cricket_game",shortcodes:["cricket_game"],group:"activities",version:1},"🏑":{name:"field_hockey",shortcodes:["field_hockey"],group:"activities",version:1},"🏒":{name:"ice_hockey",shortcodes:["hockey"],group:"activities",version:1},"🥍":{name:"lacrosse",shortcodes:["lacrosse"],group:"activities",version:11},"🏓":{name:"ping_pong",shortcodes:["ping_pong"],group:"activities",version:1},"🏸":{name:"badminton",shortcodes:["badminton"],group:"activities",version:1},"🥊":{name:"boxing_glove",shortcodes:["boxing_glove"],group:"activities",version:3},"🥋":{name:"martial_arts_uniform",shortcodes:["martial_arts_uniform"],group:"activities",version:3},"🥅":{name:"goal_net",shortcodes:["goal_net"],group:"activities",version:3},"⛳":{name:"golf",shortcodes:["golf"],group:"activities",version:.6},"⛸":{name:"ice_skate",shortcodes:["ice_skate"],group:"activities",version:.7},"🎣":{name:"fishing_pole_and_fish",shortcodes:["fishing_pole","fishing_pole_and_fish"],group:"activities",version:.6},"🤿":{name:"diving_mask",shortcodes:["diving_mask"],group:"activities",version:12},"🎽":{name:"running_shirt_with_sash",shortcodes:["running_shirt","running_shirt_with_sash"],group:"activities",version:.6},"🎿":{name:"ski",shortcodes:["ski"],group:"activities",version:.6},"🛷":{name:"sled",shortcodes:["sled"],group:"activities",version:5},"🥌":{name:"curling_stone",shortcodes:["curling_stone"],group:"activities",version:5},"🎯":{name:"dart",shortcodes:["bullseye","dart","direct_hit"],group:"activities",version:.6},"🪀":{name:"yo_yo",shortcodes:["yo_yo"],group:"activities",version:12},"🪁":{name:"kite",shortcodes:["kite"],group:"activities",version:12},"🔫":{name:"gun",shortcodes:["gun","pistol"],group:"activities",version:.6},"🎱":{name:"8ball",shortcodes:["8ball","billiards"],group:"activities",version:.6},"🔮":{name:"crystal_ball",shortcodes:["crystal_ball"],group:"activities",version:.6},"🪄":{name:"magic_wand",shortcodes:["magic_wand"],group:"activities",version:13},"🎮":{name:"video_game",shortcodes:["controller","video_game"],group:"activities",version:.6},"🕹":{name:"joystick",shortcodes:["joystick"],group:"activities",version:.7},"🎰":{name:"slot_machine",shortcodes:["slot_machine"],group:"activities",version:.6},"🎲":{name:"game_die",shortcodes:["game_die"],group:"activities",version:.6},"🧩":{name:"jigsaw",shortcodes:["jigsaw","puzzle_piece"],group:"activities",version:11},"🧸":{name:"teddy_bear",shortcodes:["teddy_bear"],group:"activities",version:11},"🪅":{name:"pinata",shortcodes:["pinata"],group:"activities",version:13},"🪩":{name:"mirror_ball",shortcodes:["disco","disco_ball","mirror_ball"],group:"activities",version:14},"🪆":{name:"nesting_dolls",shortcodes:["nesting_dolls"],group:"activities",version:13},"♠":{name:"spades",shortcodes:["spades"],group:"activities",version:.6},"♥":{name:"hearts",shortcodes:["hearts"],group:"activities",version:.6},"♦":{name:"diamonds",shortcodes:["diamonds"],group:"activities",version:.6},"♣":{name:"clubs",shortcodes:["clubs"],group:"activities",version:.6},"♟":{name:"chess_pawn",shortcodes:["chess_pawn"],group:"activities",version:11},"🃏":{name:"black_joker",shortcodes:["black_joker"],group:"activities",version:.6},"🀄":{name:"mahjong",shortcodes:["mahjong"],group:"activities",version:.6},"🎴":{name:"flower_playing_cards",shortcodes:["flower_playing_cards"],group:"activities",version:.6},"🎭":{name:"performing_arts",shortcodes:["performing_arts"],group:"activities",version:.6},"🖼":{name:"framed_picture",shortcodes:["frame_with_picture","framed_picture"],group:"activities",version:.7},"🎨":{name:"art",shortcodes:["art","palette"],group:"activities",version:.6},"🧵":{name:"thread",shortcodes:["thread"],group:"activities",version:11},"🪡":{name:"sewing_needle",shortcodes:["sewing_needle"],group:"activities",version:13},"🧶":{name:"yarn",shortcodes:["yarn"],group:"activities",version:11},"🪢":{name:"knot",shortcodes:["knot"],group:"activities",version:13},"👓":{name:"eyeglasses",shortcodes:["eyeglasses","glasses"],group:"objects",version:.6},"🕶":{name:"dark_sunglasses",shortcodes:["sunglasses"],group:"objects",version:.7},"🥽":{name:"goggles",shortcodes:["goggles"],group:"objects",version:11},"🥼":{name:"lab_coat",shortcodes:["lab_coat"],group:"objects",version:11},"🦺":{name:"safety_vest",shortcodes:["safety_vest"],group:"objects",version:12},"👔":{name:"necktie",shortcodes:["necktie"],group:"objects",version:.6},"👕":{name:"shirt",shortcodes:["shirt"],group:"objects",version:.6},"👖":{name:"jeans",shortcodes:["jeans"],group:"objects",version:.6},"🧣":{name:"scarf",shortcodes:["scarf"],group:"objects",version:5},"🧤":{name:"gloves",shortcodes:["gloves"],group:"objects",version:5},"🧥":{name:"coat",shortcodes:["coat"],group:"objects",version:5},"🧦":{name:"socks",shortcodes:["socks"],group:"objects",version:5},"👗":{name:"dress",shortcodes:["dress"],group:"objects",version:.6},"👘":{name:"kimono",shortcodes:["kimono"],group:"objects",version:.6},"🥻":{name:"sari",shortcodes:["sari"],group:"objects",version:12},"🩱":{name:"one_piece_swimsuit",shortcodes:["one_piece_swimsuit"],group:"objects",version:12},"🩲":{name:"swim_brief",shortcodes:["briefs"],group:"objects",version:12},"🩳":{name:"shorts",shortcodes:["shorts"],group:"objects",version:12},"👙":{name:"bikini",shortcodes:["bikini"],group:"objects",version:.6},"👚":{name:"womans_clothes",shortcodes:["womans_clothes"],group:"objects",version:.6},"🪭":{name:"folding_hand_fan",shortcodes:["folding_fan"],group:"objects",version:15},"👛":{name:"purse",shortcodes:["purse"],group:"objects",version:.6},"👜":{name:"handbag",shortcodes:["handbag"],group:"objects",version:.6},"👝":{name:"pouch",shortcodes:["clutch_bag","pouch"],group:"objects",version:.6},"🛍":{name:"shopping",shortcodes:["shopping_bags"],group:"objects",version:.7},"🎒":{name:"school_satchel",shortcodes:["backpack","school_satchel"],group:"objects",version:.6},"🩴":{name:"thong_sandal",shortcodes:["thong_sandal"],group:"objects",version:13},"👞":{name:"mans_shoe",shortcodes:["mans_shoe"],group:"objects",version:.6},"👟":{name:"athletic_shoe",shortcodes:["athletic_shoe","sneaker"],group:"objects",version:.6},"🥾":{name:"hiking_boot",shortcodes:["hiking_boot"],group:"objects",version:11},"🥿":{name:"flat_shoe",shortcodes:["flat_shoe","womans_flat_shoe"],group:"objects",version:11},"👠":{name:"high_heel",shortcodes:["high_heel"],group:"objects",version:.6},"👡":{name:"sandal",shortcodes:["sandal"],group:"objects",version:.6},"🩰":{name:"ballet_shoes",shortcodes:["ballet_shoes"],group:"objects",version:12},"👢":{name:"boot",shortcodes:["boot"],group:"objects",version:.6},"🪮":{name:"hair_pick",shortcodes:["hair_pick"],group:"objects",version:15},"👑":{name:"crown",shortcodes:["crown"],group:"objects",version:.6},"👒":{name:"womans_hat",shortcodes:["womans_hat"],group:"objects",version:.6},"🎩":{name:"tophat",shortcodes:["top_hat","tophat"],group:"objects",version:.6},"🎓":{name:"mortar_board",shortcodes:["graduation_cap","mortar_board"],group:"objects",version:.6},"🧢":{name:"billed_cap",shortcodes:["billed_cap"],group:"objects",version:5},"🪖":{name:"military_helmet",shortcodes:["military_helmet"],group:"objects",version:13},"⛑":{name:"rescue_worker_helmet",shortcodes:["helmet_with_cross","rescue_worker_helmet"],group:"objects",version:.7},"📿":{name:"prayer_beads",shortcodes:["prayer_beads"],group:"objects",version:1},"💄":{name:"lipstick",shortcodes:["lipstick"],group:"objects",version:.6},"💍":{name:"ring",shortcodes:["ring"],group:"objects",version:.6},"💎":{name:"gem",shortcodes:["gem"],group:"objects",version:.6},"🔇":{name:"mute",shortcodes:["mute","no_sound"],group:"objects",version:1},"🔈":{name:"speaker",shortcodes:["low_volume","quiet_sound","speaker"],group:"objects",version:.7},"🔉":{name:"sound",shortcodes:["medium_volumne","sound"],group:"objects",version:1},"🔊":{name:"loud_sound",shortcodes:["high_volume","loud_sound"],group:"objects",version:.6},"📢":{name:"loudspeaker",shortcodes:["loudspeaker"],group:"objects",version:.6},"📣":{name:"mega",shortcodes:["mega","megaphone"],group:"objects",version:.6},"📯":{name:"postal_horn",shortcodes:["postal_horn"],group:"objects",version:1},"🔔":{name:"bell",shortcodes:["bell"],group:"objects",version:.6},"🔕":{name:"no_bell",shortcodes:["no_bell"],group:"objects",version:1},"🎼":{name:"musical_score",shortcodes:["musical_score"],group:"objects",version:.6},"🎵":{name:"musical_note",shortcodes:["musical_note"],group:"objects",version:.6},"🎶":{name:"notes",shortcodes:["musical_notes","notes"],group:"objects",version:.6},"🎙":{name:"studio_microphone",shortcodes:["studio_microphone"],group:"objects",version:.7},"🎚":{name:"level_slider",shortcodes:["level_slider"],group:"objects",version:.7},"🎛":{name:"control_knobs",shortcodes:["control_knobs"],group:"objects",version:.7},"🎤":{name:"microphone",shortcodes:["microphone"],group:"objects",version:.6},"🎧":{name:"headphones",shortcodes:["headphones"],group:"objects",version:.6},"📻":{name:"radio",shortcodes:["radio"],group:"objects",version:.6},"🎷":{name:"saxophone",shortcodes:["saxophone"],group:"objects",version:.6},"🪗":{name:"accordion",shortcodes:["accordion"],group:"objects",version:13},"🎸":{name:"guitar",shortcodes:["guitar"],group:"objects",version:.6},"🎹":{name:"musical_keyboard",shortcodes:["musical_keyboard"],group:"objects",version:.6},"🎺":{name:"trumpet",shortcodes:["trumpet"],group:"objects",version:.6},"🎻":{name:"violin",shortcodes:["violin"],group:"objects",version:.6},"🪕":{name:"banjo",shortcodes:["banjo"],group:"objects",version:12},"🥁":{name:"drum",shortcodes:["drum"],group:"objects",version:3},"🪘":{name:"long_drum",shortcodes:["long_drum"],group:"objects",version:13},"🪇":{name:"maracas",shortcodes:["maracas"],group:"objects",version:15},"🪈":{name:"flute",shortcodes:["flute"],group:"objects",version:15},"📱":{name:"iphone",shortcodes:["android","iphone","mobile_phone"],group:"objects",version:.6},"📲":{name:"calling",shortcodes:["calling","mobile_phone_arrow"],group:"objects",version:.6},"☎":{name:"phone",shortcodes:["telephone"],group:"objects",version:.6},"📞":{name:"telephone_receiver",shortcodes:["telephone_receiver"],group:"objects",version:.6},"📟":{name:"pager",shortcodes:["pager"],group:"objects",version:.6},"📠":{name:"fax",shortcodes:["fax","fax_machine"],group:"objects",version:.6},"🔋":{name:"battery",shortcodes:["battery"],group:"objects",version:.6},"🪫":{name:"low_battery",shortcodes:["low_battery"],group:"objects",version:14},"🔌":{name:"electric_plug",shortcodes:["electric_plug"],group:"objects",version:.6},"💻":{name:"computer",shortcodes:["laptop"],group:"objects",version:.6},"🖥":{name:"desktop_computer",shortcodes:["computer","desktop_computer"],group:"objects",version:.7},"🖨":{name:"printer",shortcodes:["printer"],group:"objects",version:.7},"⌨":{name:"keyboard",shortcodes:["keyboard"],group:"objects",version:1},"🖱":{name:"computer_mouse",shortcodes:["computer_mouse"],group:"objects",version:.7},"🖲":{name:"trackball",shortcodes:["trackball"],group:"objects",version:.7},"💽":{name:"minidisc",shortcodes:["computer_disk","minidisc"],group:"objects",version:.6},"💾":{name:"floppy_disk",shortcodes:["floppy_disk"],group:"objects",version:.6},"💿":{name:"cd",shortcodes:["cd","optical_disk"],group:"objects",version:.6},"📀":{name:"dvd",shortcodes:["dvd"],group:"objects",version:.6},"🧮":{name:"abacus",shortcodes:["abacus"],group:"objects",version:11},"🎥":{name:"movie_camera",shortcodes:["movie_camera"],group:"objects",version:.6},"🎞":{name:"film_strip",shortcodes:["film_frames"],group:"objects",version:.7},"📽":{name:"film_projector",shortcodes:["film_projector"],group:"objects",version:.7},"🎬":{name:"clapper",shortcodes:["clapper"],group:"objects",version:.6},"📺":{name:"tv",shortcodes:["tv"],group:"objects",version:.6},"📷":{name:"camera",shortcodes:["camera"],group:"objects",version:.6},"📸":{name:"camera_flash",shortcodes:["camera_with_flash"],group:"objects",version:1},"📹":{name:"video_camera",shortcodes:["video_camera"],group:"objects",version:.6},"📼":{name:"vhs",shortcodes:["vhs","videocassette"],group:"objects",version:.6},"🔍":{name:"mag",shortcodes:["mag"],group:"objects",version:.6},"🔎":{name:"mag_right",shortcodes:["mag_right"],group:"objects",version:.6},"🕯":{name:"candle",shortcodes:["candle"],group:"objects",version:.7},"💡":{name:"bulb",shortcodes:["bulb","light_bulb"],group:"objects",version:.6},"🔦":{name:"flashlight",shortcodes:["flashlight"],group:"objects",version:.6},"🏮":{name:"izakaya_lantern",shortcodes:["izakaya_lantern","red_paper_lantern"],group:"objects",version:.6},"🪔":{name:"diya_lamp",shortcodes:["diya_lamp"],group:"objects",version:12},"📔":{name:"notebook_with_decorative_cover",shortcodes:["notebook_with_decorative_cover"],group:"objects",version:.6},"📕":{name:"closed_book",shortcodes:["closed_book"],group:"objects",version:.6},"📖":{name:"book",shortcodes:["book","open_book"],group:"objects",version:.6},"📗":{name:"green_book",shortcodes:["green_book"],group:"objects",version:.6},"📘":{name:"blue_book",shortcodes:["blue_book"],group:"objects",version:.6},"📙":{name:"orange_book",shortcodes:["orange_book"],group:"objects",version:.6},"📚":{name:"books",shortcodes:["books"],group:"objects",version:.6},"📓":{name:"notebook",shortcodes:["notebook"],group:"objects",version:.6},"📒":{name:"ledger",shortcodes:["ledger"],group:"objects",version:.6},"📃":{name:"page_with_curl",shortcodes:["page_with_curl"],group:"objects",version:.6},"📜":{name:"scroll",shortcodes:["scroll"],group:"objects",version:.6},"📄":{name:"page_facing_up",shortcodes:["page_facing_up"],group:"objects",version:.6},"📰":{name:"newspaper",shortcodes:["newspaper"],group:"objects",version:.6},"🗞":{name:"newspaper_roll",shortcodes:["rolled_up_newspaper"],group:"objects",version:.7},"📑":{name:"bookmark_tabs",shortcodes:["bookmark_tabs"],group:"objects",version:.6},"🔖":{name:"bookmark",shortcodes:["bookmark"],group:"objects",version:.6},"🏷":{name:"label",shortcodes:["label"],group:"objects",version:.7},"💰":{name:"moneybag",shortcodes:["moneybag"],group:"objects",version:.6},"🪙":{name:"coin",shortcodes:["coin"],group:"objects",version:13},"💴":{name:"yen",shortcodes:["yen"],group:"objects",version:.6},"💵":{name:"dollar",shortcodes:["dollar"],group:"objects",version:.6},"💶":{name:"euro",shortcodes:["euro"],group:"objects",version:1},"💷":{name:"pound",shortcodes:["pound"],group:"objects",version:1},"💸":{name:"money_with_wings",shortcodes:["money_with_wings"],group:"objects",version:.6},"💳":{name:"credit_card",shortcodes:["credit_card"],group:"objects",version:.6},"🧾":{name:"receipt",shortcodes:["receipt"],group:"objects",version:11},"💹":{name:"chart",shortcodes:["chart"],group:"objects",version:.6},"✉":{name:"envelope",shortcodes:["envelope"],group:"objects",version:.6},"📧":{name:"e-mail",shortcodes:["e-mail","email"],group:"objects",version:.6},"📨":{name:"incoming_envelope",shortcodes:["incoming_envelope"],group:"objects",version:.6},"📩":{name:"envelope_with_arrow",shortcodes:["envelope_with_arrow"],group:"objects",version:.6},"📤":{name:"outbox_tray",shortcodes:["outbox_tray"],group:"objects",version:.6},"📥":{name:"inbox_tray",shortcodes:["inbox_tray"],group:"objects",version:.6},"📦":{name:"package",shortcodes:["package"],group:"objects",version:.6},"📫":{name:"mailbox",shortcodes:["mailbox"],group:"objects",version:.6},"📪":{name:"mailbox_closed",shortcodes:["mailbox_closed"],group:"objects",version:.6},"📬":{name:"mailbox_with_mail",shortcodes:["mailbox_with_mail"],group:"objects",version:.7},"📭":{name:"mailbox_with_no_mail",shortcodes:["mailbox_with_no_mail"],group:"objects",version:.7},"📮":{name:"postbox",shortcodes:["postbox"],group:"objects",version:.6},"🗳":{name:"ballot_box",shortcodes:["ballot_box"],group:"objects",version:.7},"✏":{name:"pencil2",shortcodes:["pencil"],group:"objects",version:.6},"✒":{name:"black_nib",shortcodes:["black_nib"],group:"objects",version:.6},"🖋":{name:"fountain_pen",shortcodes:["fountain_pen"],group:"objects",version:.7},"🖊":{name:"pen",shortcodes:["pen"],group:"objects",version:.7},"🖌":{name:"paintbrush",shortcodes:["paintbrush"],group:"objects",version:.7},"🖍":{name:"crayon",shortcodes:["crayon"],group:"objects",version:.7},"📝":{name:"memo",shortcodes:["memo"],group:"objects",version:.6},"💼":{name:"briefcase",shortcodes:["briefcase"],group:"objects",version:.6},"📁":{name:"file_folder",shortcodes:["file_folder"],group:"objects",version:.6},"📂":{name:"open_file_folder",shortcodes:["open_file_folder"],group:"objects",version:.6},"🗂":{name:"card_index_dividers",shortcodes:["card_index_dividers"],group:"objects",version:.7},"📅":{name:"date",shortcodes:["date"],group:"objects",version:.6},"📆":{name:"calendar",shortcodes:["calendar"],group:"objects",version:.6},"🗒":{name:"spiral_notepad",shortcodes:["notepad_spiral"],group:"objects",version:.7},"🗓":{name:"spiral_calendar",shortcodes:["calendar_spiral"],group:"objects",version:.7},"📇":{name:"card_index",shortcodes:["card_index"],group:"objects",version:.6},"📈":{name:"chart_with_upwards_trend",shortcodes:["chart_increasing","chart_with_upwards_trend"],group:"objects",version:.6},"📉":{name:"chart_with_downwards_trend",shortcodes:["chart_decreasing","chart_with_downwards_trend"],group:"objects",version:.6},"📊":{name:"bar_chart",shortcodes:["bar_chart"],group:"objects",version:.6},"📋":{name:"clipboard",shortcodes:["clipboard"],group:"objects",version:.6},"📌":{name:"pushpin",shortcodes:["pushpin"],group:"objects",version:.6},"📍":{name:"round_pushpin",shortcodes:["round_pushpin"],group:"objects",version:.6},"📎":{name:"paperclip",shortcodes:["paperclip"],group:"objects",version:.6},"🖇":{name:"paperclips",shortcodes:["paperclips"],group:"objects",version:.7},"📏":{name:"straight_ruler",shortcodes:["straight_ruler"],group:"objects",version:.6},"📐":{name:"triangular_ruler",shortcodes:["triangular_ruler"],group:"objects",version:.6},"✂":{name:"scissors",shortcodes:["scissors"],group:"objects",version:.6},"🗃":{name:"card_file_box",shortcodes:["card_file_box"],group:"objects",version:.7},"🗄":{name:"file_cabinet",shortcodes:["file_cabinet"],group:"objects",version:.7},"🗑":{name:"wastebasket",shortcodes:["trashcan","wastebasket"],group:"objects",version:.7},"🔒":{name:"lock",shortcodes:["lock","locked"],group:"objects",version:.6},"🔓":{name:"unlock",shortcodes:["unlock","unlocked"],group:"objects",version:.6},"🔏":{name:"lock_with_ink_pen",shortcodes:["lock_with_ink_pen","locked_with_pen"],group:"objects",version:.6},"🔐":{name:"closed_lock_with_key",shortcodes:["closed_lock_with_key","locked_with_key"],group:"objects",version:.6},"🔑":{name:"key",shortcodes:["key"],group:"objects",version:.6},"🗝":{name:"old_key",shortcodes:["old_key"],group:"objects",version:.7},"🔨":{name:"hammer",shortcodes:["hammer"],group:"objects",version:.6},"🪓":{name:"axe",shortcodes:["axe"],group:"objects",version:12},"⛏":{name:"pick",shortcodes:["pick"],group:"objects",version:.7},"⚒":{name:"hammer_and_pick",shortcodes:["hammer_and_pick"],group:"objects",version:1},"🛠":{name:"hammer_and_wrench",shortcodes:["hammer_and_wrench"],group:"objects",version:.7},"🗡":{name:"dagger",shortcodes:["dagger"],group:"objects",version:.7},"⚔":{name:"crossed_swords",shortcodes:["crossed_swords"],group:"objects",version:1},"💣":{name:"bomb",shortcodes:["bomb"],group:"objects",version:.6},"🪃":{name:"boomerang",shortcodes:["boomerang"],group:"objects",version:13},"🏹":{name:"bow_and_arrow",shortcodes:["bow_and_arrow"],group:"objects",version:1},"🛡":{name:"shield",shortcodes:["shield"],group:"objects",version:.7},"🪚":{name:"carpentry_saw",shortcodes:["carpentry_saw"],group:"objects",version:13},"🔧":{name:"wrench",shortcodes:["wrench"],group:"objects",version:.6},"🪛":{name:"screwdriver",shortcodes:["screwdriver"],group:"objects",version:13},"🔩":{name:"nut_and_bolt",shortcodes:["nut_and_bolt"],group:"objects",version:.6},"⚙":{name:"gear",shortcodes:["gear"],group:"objects",version:1},"🗜":{name:"clamp",shortcodes:["clamp","compression"],group:"objects",version:.7},"⚖":{name:"balance_scale",shortcodes:["scales"],group:"objects",version:1},"🦯":{name:"probing_cane",shortcodes:["probing_cane","white_cane"],group:"objects",version:12},"🔗":{name:"link",shortcodes:["link"],group:"objects",version:.6},"⛓‍💥":{name:"broken_chain",shortcodes:["broken_chain"],group:"objects",version:15.1},"⛓":{name:"chains",shortcodes:["chains"],group:"objects",version:.7},"🪝":{name:"hook",shortcodes:["hook"],group:"objects",version:13},"🧰":{name:"toolbox",shortcodes:["toolbox"],group:"objects",version:11},"🧲":{name:"magnet",shortcodes:["magnet"],group:"objects",version:11},"🪜":{name:"ladder",shortcodes:["ladder"],group:"objects",version:13},"⚗":{name:"alembic",shortcodes:["alembic"],group:"objects",version:1},"🧪":{name:"test_tube",shortcodes:["test_tube"],group:"objects",version:11},"🧫":{name:"petri_dish",shortcodes:["petri_dish"],group:"objects",version:11},"🧬":{name:"dna",shortcodes:["dna","double_helix"],group:"objects",version:11},"🔬":{name:"microscope",shortcodes:["microscope"],group:"objects",version:1},"🔭":{name:"telescope",shortcodes:["telescope"],group:"objects",version:1},"📡":{name:"satellite",shortcodes:["satellite_antenna"],group:"objects",version:.6},"💉":{name:"syringe",shortcodes:["syringe"],group:"objects",version:.6},"🩸":{name:"drop_of_blood",shortcodes:["drop_of_blood"],group:"objects",version:12},"💊":{name:"pill",shortcodes:["pill"],group:"objects",version:.6},"🩹":{name:"adhesive_bandage",shortcodes:["adhesive_bandage","bandaid"],group:"objects",version:12},"🩼":{name:"crutch",shortcodes:["crutch"],group:"objects",version:14},"🩺":{name:"stethoscope",shortcodes:["stethoscope"],group:"objects",version:12},"🩻":{name:"x_ray",shortcodes:["x-ray","xray"],group:"objects",version:14},"🚪":{name:"door",shortcodes:["door"],group:"objects",version:.6},"🛗":{name:"elevator",shortcodes:["elevator"],group:"objects",version:13},"🪞":{name:"mirror",shortcodes:["mirror"],group:"objects",version:13},"🪟":{name:"window",shortcodes:["window"],group:"objects",version:13},"🛏":{name:"bed",shortcodes:["bed"],group:"objects",version:.7},"🛋":{name:"couch_and_lamp",shortcodes:["couch_and_lamp"],group:"objects",version:.7},"🪑":{name:"chair",shortcodes:["chair"],group:"objects",version:12},"🚽":{name:"toilet",shortcodes:["toilet"],group:"objects",version:.6},"🪠":{name:"plunger",shortcodes:["plunger"],group:"objects",version:13},"🚿":{name:"shower",shortcodes:["shower"],group:"objects",version:1},"🛁":{name:"bathtub",shortcodes:["bathtub"],group:"objects",version:1},"🪤":{name:"mouse_trap",shortcodes:["mouse_trap"],group:"objects",version:13},"🪒":{name:"razor",shortcodes:["razor"],group:"objects",version:12},"🧴":{name:"lotion_bottle",shortcodes:["lotion_bottle"],group:"objects",version:11},"🧷":{name:"safety_pin",shortcodes:["safety_pin"],group:"objects",version:11},"🧹":{name:"broom",shortcodes:["broom"],group:"objects",version:11},"🧺":{name:"basket",shortcodes:["basket"],group:"objects",version:11},"🧻":{name:"roll_of_paper",shortcodes:["roll_of_paper","toilet_paper"],group:"objects",version:11},"🪣":{name:"bucket",shortcodes:["bucket"],group:"objects",version:13},"🧼":{name:"soap",shortcodes:["soap"],group:"objects",version:11},"🫧":{name:"bubbles",shortcodes:["bubbles"],group:"objects",version:14},"🪥":{name:"toothbrush",shortcodes:["toothbrush"],group:"objects",version:13},"🧽":{name:"sponge",shortcodes:["sponge"],group:"objects",version:11},"🧯":{name:"fire_extinguisher",shortcodes:["fire_extinguisher"],group:"objects",version:11},"🛒":{name:"shopping_cart",shortcodes:["shopping_cart"],group:"objects",version:3},"🚬":{name:"smoking",shortcodes:["cigarette","smoking"],group:"objects",version:.6},"⚰":{name:"coffin",shortcodes:["coffin"],group:"objects",version:1},"🪦":{name:"headstone",shortcodes:["headstone"],group:"objects",version:13},"⚱":{name:"funeral_urn",shortcodes:["funeral_urn"],group:"objects",version:1},"🧿":{name:"nazar_amulet",shortcodes:["nazar_amulet"],group:"objects",version:11},"🪬":{name:"hamsa",shortcodes:["hamsa"],group:"objects",version:14},"🗿":{name:"moyai",shortcodes:["moai","moyai"],group:"objects",version:.6},"🪧":{name:"placard",shortcodes:["placard"],group:"objects",version:13},"🪪":{name:"identification_card",shortcodes:["id_card"],group:"objects",version:14},"🏧":{name:"atm",shortcodes:["atm"],group:"symbols",version:.6},"🚮":{name:"put_litter_in_its_place",shortcodes:["litter_bin","put_litter_in_its_place"],group:"symbols",version:1},"🚰":{name:"potable_water",shortcodes:["potable_water"],group:"symbols",version:1},"♿":{name:"wheelchair",shortcodes:["handicapped","wheelchair"],group:"symbols",version:.6},"🚹":{name:"mens",shortcodes:["mens"],group:"symbols",version:.6},"🚺":{name:"womens",shortcodes:["womens"],group:"symbols",version:.6},"🚻":{name:"restroom",shortcodes:["bathroom","restroom"],group:"symbols",version:.6},"🚼":{name:"baby_symbol",shortcodes:["baby_symbol"],group:"symbols",version:.6},"🚾":{name:"wc",shortcodes:["water_closet","wc"],group:"symbols",version:.6},"🛂":{name:"passport_control",shortcodes:["passport_control"],group:"symbols",version:1},"🛃":{name:"customs",shortcodes:["customs"],group:"symbols",version:1},"🛄":{name:"baggage_claim",shortcodes:["baggage_claim"],group:"symbols",version:1},"🛅":{name:"left_luggage",shortcodes:["left_luggage"],group:"symbols",version:1},"⚠":{name:"warning",shortcodes:["warning"],group:"symbols",version:.6},"🚸":{name:"children_crossing",shortcodes:["children_crossing"],group:"symbols",version:1},"⛔":{name:"no_entry",shortcodes:["no_entry"],group:"symbols",version:.6},"🚫":{name:"no_entry_sign",shortcodes:["no_entry_sign"],group:"symbols",version:.6},"🚳":{name:"no_bicycles",shortcodes:["no_bicycles"],group:"symbols",version:1},"🚭":{name:"no_smoking",shortcodes:["no_smoking"],group:"symbols",version:.6},"🚯":{name:"do_not_litter",shortcodes:["do_not_litter","no_littering"],group:"symbols",version:1},"🚱":{name:"non-potable_water",shortcodes:["non-potable_water"],group:"symbols",version:1},"🚷":{name:"no_pedestrians",shortcodes:["no_pedestrians"],group:"symbols",version:1},"📵":{name:"no_mobile_phones",shortcodes:["no_mobile_phones"],group:"symbols",version:1},"🔞":{name:"underage",shortcodes:["no_one_under_18","underage"],group:"symbols",version:.6},"☢":{name:"radioactive",shortcodes:["radioactive"],group:"symbols",version:1},"☣":{name:"biohazard",shortcodes:["biohazard"],group:"symbols",version:1},"⬆":{name:"arrow_up",shortcodes:["arrow_up"],group:"symbols",version:.6},"↗":{name:"arrow_upper_right",shortcodes:["arrow_upper_right"],group:"symbols",version:.6},"➡":{name:"arrow_right",shortcodes:["arrow_right"],group:"symbols",version:.6},"↘":{name:"arrow_lower_right",shortcodes:["arrow_lower_right"],group:"symbols",version:.6},"⬇":{name:"arrow_down",shortcodes:["arrow_down"],group:"symbols",version:.6},"↙":{name:"arrow_lower_left",shortcodes:["arrow_lower_left"],group:"symbols",version:.6},"⬅":{name:"arrow_left",shortcodes:["arrow_left"],group:"symbols",version:.6},"↖":{name:"arrow_upper_left",shortcodes:["arrow_upper_left"],group:"symbols",version:.6},"↕":{name:"arrow_up_down",shortcodes:["arrow_up_down"],group:"symbols",version:.6},"↔":{name:"left_right_arrow",shortcodes:["left_right_arrow"],group:"symbols",version:.6},"↩":{name:"leftwards_arrow_with_hook",shortcodes:["arrow_left_hook","leftwards_arrow_with_hook"],group:"symbols",version:.6},"↪":{name:"arrow_right_hook",shortcodes:["arrow_right_hook","rightwards_arrow_with_hook"],group:"symbols",version:.6},"⤴":{name:"arrow_heading_up",shortcodes:["arrow_heading_up"],group:"symbols",version:.6},"⤵":{name:"arrow_heading_down",shortcodes:["arrow_heading_down"],group:"symbols",version:.6},"🔃":{name:"arrows_clockwise",shortcodes:["arrows_clockwise","clockwise"],group:"symbols",version:.6},"🔄":{name:"arrows_counterclockwise",shortcodes:["arrows_counterclockwise","counterclockwise"],group:"symbols",version:1},"🔙":{name:"back",shortcodes:["back"],group:"symbols",version:.6},"🔚":{name:"end",shortcodes:["end"],group:"symbols",version:.6},"🔛":{name:"on",shortcodes:["on"],group:"symbols",version:.6},"🔜":{name:"soon",shortcodes:["soon"],group:"symbols",version:.6},"🔝":{name:"top",shortcodes:["top"],group:"symbols",version:.6},"🛐":{name:"place_of_worship",shortcodes:["place_of_worship"],group:"symbols",version:1},"⚛":{name:"atom_symbol",shortcodes:["atom","atom_symbol"],group:"symbols",version:1},"🕉":{name:"om",shortcodes:["om"],group:"symbols",version:.7},"✡":{name:"star_of_david",shortcodes:["star_of_david"],group:"symbols",version:.7},"☸":{name:"wheel_of_dharma",shortcodes:["wheel_of_dharma"],group:"symbols",version:.7},"☯":{name:"yin_yang",shortcodes:["yin_yang"],group:"symbols",version:.7},"✝":{name:"latin_cross",shortcodes:["latin_cross"],group:"symbols",version:.7},"☦":{name:"orthodox_cross",shortcodes:["orthodox_cross"],group:"symbols",version:1},"☪":{name:"star_and_crescent",shortcodes:["star_and_crescent"],group:"symbols",version:.7},"☮":{name:"peace_symbol",shortcodes:["peace","peace_symbol"],group:"symbols",version:1},"🕎":{name:"menorah",shortcodes:["menorah"],group:"symbols",version:1},"🔯":{name:"six_pointed_star",shortcodes:["six_pointed_star"],group:"symbols",version:.6},"🪯":{name:"khanda",shortcodes:["khanda"],group:"symbols",version:15},"♈":{name:"aries",shortcodes:["aries"],group:"symbols",version:.6},"♉":{name:"taurus",shortcodes:["taurus"],group:"symbols",version:.6},"♊":{name:"gemini",shortcodes:["gemini"],group:"symbols",version:.6},"♋":{name:"cancer",shortcodes:["cancer"],group:"symbols",version:.6},"♌":{name:"leo",shortcodes:["leo"],group:"symbols",version:.6},"♍":{name:"virgo",shortcodes:["virgo"],group:"symbols",version:.6},"♎":{name:"libra",shortcodes:["libra"],group:"symbols",version:.6},"♏":{name:"scorpius",shortcodes:["scorpius"],group:"symbols",version:.6},"♐":{name:"sagittarius",shortcodes:["sagittarius"],group:"symbols",version:.6},"♑":{name:"capricorn",shortcodes:["capricorn"],group:"symbols",version:.6},"♒":{name:"aquarius",shortcodes:["aquarius"],group:"symbols",version:.6},"♓":{name:"pisces",shortcodes:["pisces"],group:"symbols",version:.6},"⛎":{name:"ophiuchus",shortcodes:["ophiuchus"],group:"symbols",version:.6},"🔀":{name:"twisted_rightwards_arrows",shortcodes:["shuffle","twisted_rightwards_arrows"],group:"symbols",version:1},"🔁":{name:"repeat",shortcodes:["repeat"],group:"symbols",version:1},"🔂":{name:"repeat_one",shortcodes:["repeat_one"],group:"symbols",version:1},"▶":{name:"arrow_forward",shortcodes:["arrow_forward","play"],group:"symbols",version:.6},"⏩":{name:"fast_forward",shortcodes:["fast_forward"],group:"symbols",version:.6},"⏭":{name:"next_track_button",shortcodes:["next_track"],group:"symbols",version:.7},"⏯":{name:"play_or_pause_button",shortcodes:["play_pause"],group:"symbols",version:1},"◀":{name:"arrow_backward",shortcodes:["arrow_backward","reverse"],group:"symbols",version:.6},"⏪":{name:"rewind",shortcodes:["fast_reverse","rewind"],group:"symbols",version:.6},"⏮":{name:"previous_track_button",shortcodes:["previous_track"],group:"symbols",version:.7},"🔼":{name:"arrow_up_small",shortcodes:["arrow_up_small","up"],group:"symbols",version:.6},"⏫":{name:"arrow_double_up",shortcodes:["arrow_double_up","fast_up"],group:"symbols",version:.6},"🔽":{name:"arrow_down_small",shortcodes:["arrow_down_small","down"],group:"symbols",version:.6},"⏬":{name:"arrow_double_down",shortcodes:["arrow_double_down","fast_down"],group:"symbols",version:.6},"⏸":{name:"pause_button",shortcodes:["pause"],group:"symbols",version:.7},"⏹":{name:"stop_button",shortcodes:["stop"],group:"symbols",version:.7},"⏺":{name:"record_button",shortcodes:["record"],group:"symbols",version:.7},"⏏":{name:"eject_button",shortcodes:["eject"],group:"symbols",version:1},"🎦":{name:"cinema",shortcodes:["cinema"],group:"symbols",version:.6},"🔅":{name:"low_brightness",shortcodes:["dim_button","low_brightness"],group:"symbols",version:1},"🔆":{name:"high_brightness",shortcodes:["bright_button","high_brightness"],group:"symbols",version:1},"📶":{name:"signal_strength",shortcodes:["antenna_bars","signal_strength"],group:"symbols",version:.6},"🛜":{name:"wireless",shortcodes:["wireless"],group:"symbols",version:15},"📳":{name:"vibration_mode",shortcodes:["vibration_mode"],group:"symbols",version:.6},"📴":{name:"mobile_phone_off",shortcodes:["mobile_phone_off"],group:"symbols",version:.6},"♀":{name:"female_sign",shortcodes:["female","female_sign"],group:"symbols",version:4},"♂":{name:"male_sign",shortcodes:["male","male_sign"],group:"symbols",version:4},"⚧":{name:"transgender_symbol",shortcodes:["transgender_symbol"],group:"symbols",version:13},"✖":{name:"heavy_multiplication_x",shortcodes:["multiplication","multiply"],group:"symbols",version:.6},"➕":{name:"heavy_plus_sign",shortcodes:["plus"],group:"symbols",version:.6},"➖":{name:"heavy_minus_sign",shortcodes:["minus"],group:"symbols",version:.6},"➗":{name:"heavy_division_sign",shortcodes:["divide","division"],group:"symbols",version:.6},"🟰":{name:"heavy_equals_sign",shortcodes:["heavy_equals_sign"],group:"symbols",version:14},"♾":{name:"infinity",shortcodes:["infinity"],group:"symbols",version:11},"‼":{name:"bangbang",shortcodes:["bangbang","double_exclamation"],group:"symbols",version:.6},"⁉":{name:"interrobang",shortcodes:["exclamation_question","interrobang"],group:"symbols",version:.6},"❓":{name:"question",shortcodes:["question"],group:"symbols",version:.6},"❔":{name:"grey_question",shortcodes:["white_question"],group:"symbols",version:.6},"❕":{name:"grey_exclamation",shortcodes:["white_exclamation"],group:"symbols",version:.6},"❗":{name:"exclamation",shortcodes:["exclamation"],group:"symbols",version:.6},"〰":{name:"wavy_dash",shortcodes:["wavy_dash"],group:"symbols",version:.6},"💱":{name:"currency_exchange",shortcodes:["currency_exchange"],group:"symbols",version:.6},"💲":{name:"heavy_dollar_sign",shortcodes:["heavy_dollar_sign"],group:"symbols",version:.6},"⚕":{name:"medical_symbol",shortcodes:["medical","medical_symbol"],group:"symbols",version:4},"♻":{name:"recycle",shortcodes:["recycle","recycling_symbol"],group:"symbols",version:.6},"⚜":{name:"fleur_de_lis",shortcodes:["fleur-de-lis"],group:"symbols",version:1},"🔱":{name:"trident",shortcodes:["trident"],group:"symbols",version:.6},"📛":{name:"name_badge",shortcodes:["name_badge"],group:"symbols",version:.6},"🔰":{name:"beginner",shortcodes:["beginner"],group:"symbols",version:.6},"⭕":{name:"o",shortcodes:["hollow_red_circle","red_o"],group:"symbols",version:.6},"✅":{name:"white_check_mark",shortcodes:["check_mark_button","white_check_mark"],group:"symbols",version:.6},"☑":{name:"ballot_box_with_check",shortcodes:["ballot_box_with_check"],group:"symbols",version:.6},"✔":{name:"heavy_check_mark",shortcodes:["check_mark","heavy_check_mark"],group:"symbols",version:.6},"❌":{name:"x",shortcodes:["cross_mark","x"],group:"symbols",version:.6},"❎":{name:"negative_squared_cross_mark",shortcodes:["cross_mark_button","negative_squared_cross_mark"],group:"symbols",version:.6},"➰":{name:"curly_loop",shortcodes:["curly_loop"],group:"symbols",version:.6},"➿":{name:"loop",shortcodes:["double_curly_loop","loop"],group:"symbols",version:1},"〽":{name:"part_alternation_mark",shortcodes:["part_alternation_mark"],group:"symbols",version:.6},"✳":{name:"eight_spoked_asterisk",shortcodes:["eight_spoked_asterisk"],group:"symbols",version:.6},"✴":{name:"eight_pointed_black_star",shortcodes:["eight_pointed_black_star"],group:"symbols",version:.6},"❇":{name:"sparkle",shortcodes:["sparkle"],group:"symbols",version:.6},"©":{name:"copyright",shortcodes:["copyright"],group:"symbols",version:.6},"®":{name:"registered",shortcodes:["registered"],group:"symbols",version:.6},"™":{name:"tm",shortcodes:["tm","trade_mark"],group:"symbols",version:.6},"#⃣":{name:"hash",shortcodes:["hash","number_sign"],group:"symbols",version:.6},"*⃣":{name:"asterisk",shortcodes:["asterisk"],group:"symbols",version:2},"0⃣":{name:"zero",shortcodes:["zero"],group:"symbols",version:.6},"1⃣":{name:"one",shortcodes:["one"],group:"symbols",version:.6},"2⃣":{name:"two",shortcodes:["two"],group:"symbols",version:.6},"3⃣":{name:"three",shortcodes:["three"],group:"symbols",version:.6},"4⃣":{name:"four",shortcodes:["four"],group:"symbols",version:.6},"5⃣":{name:"five",shortcodes:["five"],group:"symbols",version:.6},"6⃣":{name:"six",shortcodes:["six"],group:"symbols",version:.6},"7⃣":{name:"seven",shortcodes:["seven"],group:"symbols",version:.6},"8⃣":{name:"eight",shortcodes:["eight"],group:"symbols",version:.6},"9⃣":{name:"nine",shortcodes:["nine"],group:"symbols",version:.6},"🔟":{name:"keycap_ten",shortcodes:["ten"],group:"symbols",version:.6},"🔠":{name:"capital_abcd",shortcodes:["capital_abcd"],group:"symbols",version:.6},"🔡":{name:"abcd",shortcodes:["abcd"],group:"symbols",version:.6},"🔢":{name:"1234",shortcodes:["1234"],group:"symbols",version:.6},"🔣":{name:"symbols",shortcodes:["symbols"],group:"symbols",version:.6},"🔤":{name:"abc",shortcodes:["abc"],group:"symbols",version:.6},"🅰":{name:"a",shortcodes:["a","a_blood"],group:"symbols",version:.6},"🆎":{name:"ab",shortcodes:["ab","ab_blood"],group:"symbols",version:.6},"🅱":{name:"b",shortcodes:["b","b_blood"],group:"symbols",version:.6},"🆑":{name:"cl",shortcodes:["cl"],group:"symbols",version:.6},"🆒":{name:"cool",shortcodes:["cool"],group:"symbols",version:.6},"🆓":{name:"free",shortcodes:["free"],group:"symbols",version:.6},"ℹ":{name:"information_source",shortcodes:["info","information_source"],group:"symbols",version:.6},"🆔":{name:"id",shortcodes:["id"],group:"symbols",version:.6},"Ⓜ":{name:"m",shortcodes:["m"],group:"symbols",version:.6},"🆕":{name:"new",shortcodes:["new"],group:"symbols",version:.6},"🆖":{name:"ng",shortcodes:["ng"],group:"symbols",version:.6},"🅾":{name:"o2",shortcodes:["o","o_blood"],group:"symbols",version:.6},"🆗":{name:"ok",shortcodes:["ok"],group:"symbols",version:.6},"🅿":{name:"parking",shortcodes:["parking"],group:"symbols",version:.6},"🆘":{name:"sos",shortcodes:["sos"],group:"symbols",version:.6},"🆙":{name:"up",shortcodes:["up2"],group:"symbols",version:.6},"🆚":{name:"vs",shortcodes:["vs"],group:"symbols",version:.6},"🈁":{name:"koko",shortcodes:["ja_here","koko"],group:"symbols",version:.6},"🈂":{name:"sa",shortcodes:["ja_service_charge"],group:"symbols",version:.6},"🈷":{name:"u6708",shortcodes:["ja_monthly_amount"],group:"symbols",version:.6},"🈶":{name:"u6709",shortcodes:["ja_not_free_of_carge"],group:"symbols",version:.6},"🈯":{name:"u6307",shortcodes:["ja_reserved"],group:"symbols",version:.6},"🉐":{name:"ideograph_advantage",shortcodes:["ideograph_advantage","ja_bargain"],group:"symbols",version:.6},"🈹":{name:"u5272",shortcodes:["ja_discount"],group:"symbols",version:.6},"🈚":{name:"u7121",shortcodes:["ja_free_of_charge"],group:"symbols",version:.6},"🈲":{name:"u7981",shortcodes:["ja_prohibited"],group:"symbols",version:.6},"🉑":{name:"accept",shortcodes:["accept","ja_acceptable"],group:"symbols",version:.6},"🈸":{name:"u7533",shortcodes:["ja_application"],group:"symbols",version:.6},"🈴":{name:"u5408",shortcodes:["ja_passing_grade"],group:"symbols",version:.6},"🈳":{name:"u7a7a",shortcodes:["ja_vacancy"],group:"symbols",version:.6},"㊗":{name:"congratulations",shortcodes:["congratulations","ja_congratulations"],group:"symbols",version:.6},"㊙":{name:"secret",shortcodes:["ja_secret","secret"],group:"symbols",version:.6},"🈺":{name:"u55b6",shortcodes:["ja_open_for_business"],group:"symbols",version:.6},"🈵":{name:"u6e80",shortcodes:["ja_no_vacancy"],group:"symbols",version:.6},"🔴":{name:"red_circle",shortcodes:["red_circle"],group:"symbols",version:.6},"🟠":{name:"orange_circle",shortcodes:["orange_circle"],group:"symbols",version:12},"🟡":{name:"yellow_circle",shortcodes:["yellow_circle"],group:"symbols",version:12},"🟢":{name:"green_circle",shortcodes:["green_circle"],group:"symbols",version:12},"🔵":{name:"large_blue_circle",shortcodes:["blue_circle"],group:"symbols",version:.6},"🟣":{name:"purple_circle",shortcodes:["purple_circle"],group:"symbols",version:12},"🟤":{name:"brown_circle",shortcodes:["brown_circle"],group:"symbols",version:12},"⚫":{name:"black_circle",shortcodes:["black_circle"],group:"symbols",version:.6},"⚪":{name:"white_circle",shortcodes:["white_circle"],group:"symbols",version:.6},"🟥":{name:"red_square",shortcodes:["red_square"],group:"symbols",version:12},"🟧":{name:"orange_square",shortcodes:["orange_square"],group:"symbols",version:12},"🟨":{name:"yellow_square",shortcodes:["yellow_square"],group:"symbols",version:12},"🟩":{name:"green_square",shortcodes:["green_square"],group:"symbols",version:12},"🟦":{name:"blue_square",shortcodes:["blue_square"],group:"symbols",version:12},"🟪":{name:"purple_square",shortcodes:["purple_square"],group:"symbols",version:12},"🟫":{name:"brown_square",shortcodes:["brown_square"],group:"symbols",version:12},"⬛":{name:"black_large_square",shortcodes:["black_large_square"],group:"symbols",version:.6},"⬜":{name:"white_large_square",shortcodes:["white_large_square"],group:"symbols",version:.6},"◼":{name:"black_medium_square",shortcodes:["black_medium_square"],group:"symbols",version:.6},"◻":{name:"white_medium_square",shortcodes:["white_medium_square"],group:"symbols",version:.6},"◾":{name:"black_medium_small_square",shortcodes:["black_medium_small_square"],group:"symbols",version:.6},"◽":{name:"white_medium_small_square",shortcodes:["white_medium_small_square"],group:"symbols",version:.6},"▪":{name:"black_small_square",shortcodes:["black_small_square"],group:"symbols",version:.6},"▫":{name:"white_small_square",shortcodes:["white_small_square"],group:"symbols",version:.6},"🔶":{name:"large_orange_diamond",shortcodes:["large_orange_diamond"],group:"symbols",version:.6},"🔷":{name:"large_blue_diamond",shortcodes:["large_blue_diamond"],group:"symbols",version:.6},"🔸":{name:"small_orange_diamond",shortcodes:["small_orange_diamond"],group:"symbols",version:.6},"🔹":{name:"small_blue_diamond",shortcodes:["small_blue_diamond"],group:"symbols",version:.6},"🔺":{name:"small_red_triangle",shortcodes:["small_red_triangle"],group:"symbols",version:.6},"🔻":{name:"small_red_triangle_down",shortcodes:["small_red_triangle_down"],group:"symbols",version:.6},"💠":{name:"diamond_shape_with_a_dot_inside",shortcodes:["diamond_shape_with_a_dot_inside","diamond_with_a_dot"],group:"symbols",version:.6},"🔘":{name:"radio_button",shortcodes:["radio_button"],group:"symbols",version:.6},"🔳":{name:"white_square_button",shortcodes:["white_square_button"],group:"symbols",version:.6},"🔲":{name:"black_square_button",shortcodes:["black_square_button"],group:"symbols",version:.6},"🏁":{name:"checkered_flag",shortcodes:["checkered_flag"],group:"flags",version:.6},"🚩":{name:"triangular_flag_on_post",shortcodes:["triangular_flag","triangular_flag_on_post"],group:"flags",version:.6},"🎌":{name:"crossed_flags",shortcodes:["crossed_flags"],group:"flags",version:.6},"🏴":{name:"black_flag",shortcodes:["black_flag"],group:"flags",version:1},"🏳":{name:"white_flag",shortcodes:["white_flag"],group:"flags",version:.7},"🏳‍🌈":{name:"rainbow_flag",shortcodes:["rainbow_flag"],group:"flags",version:4},"🏳‍⚧️":{name:"transgender_flag",shortcodes:["transgender_flag"],group:"flags",version:13},"🏴‍☠":{name:"pirate_flag",shortcodes:["jolly_roger","pirate_flag"],group:"flags",version:11},"🇦🇨":{name:"ascension_island",shortcodes:["ascension_island","flag_ac"],group:"flags",version:2},"🇦🇩":{name:"andorra",shortcodes:["andorra","flag_ad"],group:"flags",version:2},"🇦🇪":{name:"united_arab_emirates",shortcodes:["flag_ae","united_arab_emirates"],group:"flags",version:2},"🇦🇫":{name:"afghanistan",shortcodes:["afghanistan","flag_af"],group:"flags",version:2},"🇦🇬":{name:"antigua_barbuda",shortcodes:["antigua_barbuda","flag_ag"],group:"flags",version:2},"🇦🇮":{name:"anguilla",shortcodes:["anguilla","flag_ai"],group:"flags",version:2},"🇦🇱":{name:"albania",shortcodes:["albania","flag_al"],group:"flags",version:2},"🇦🇲":{name:"armenia",shortcodes:["armenia","flag_am"],group:"flags",version:2},"🇦🇴":{name:"angola",shortcodes:["angola","flag_ao"],group:"flags",version:2},"🇦🇶":{name:"antarctica",shortcodes:["antarctica","flag_aq"],group:"flags",version:2},"🇦🇷":{name:"argentina",shortcodes:["argentina","flag_ar"],group:"flags",version:2},"🇦🇸":{name:"american_samoa",shortcodes:["american_samoa","flag_as"],group:"flags",version:2},"🇦🇹":{name:"austria",shortcodes:["austria","flag_at"],group:"flags",version:2},"🇦🇺":{name:"australia",shortcodes:["australia","flag_au"],group:"flags",version:2},"🇦🇼":{name:"aruba",shortcodes:["aruba","flag_aw"],group:"flags",version:2},"🇦🇽":{name:"aland_islands",shortcodes:["aland_islands","flag_ax"],group:"flags",version:2},"🇦🇿":{name:"azerbaijan",shortcodes:["azerbaijan","flag_az"],group:"flags",version:2},"🇧🇦":{name:"bosnia_herzegovina",shortcodes:["bosnia_herzegovina","flag_ba"],group:"flags",version:2},"🇧🇧":{name:"barbados",shortcodes:["barbados","flag_bb"],group:"flags",version:2},"🇧🇩":{name:"bangladesh",shortcodes:["bangladesh","flag_bd"],group:"flags",version:2},"🇧🇪":{name:"belgium",shortcodes:["belgium","flag_be"],group:"flags",version:2},"🇧🇫":{name:"burkina_faso",shortcodes:["burkina_faso","flag_bf"],group:"flags",version:2},"🇧🇬":{name:"bulgaria",shortcodes:["bulgaria","flag_bg"],group:"flags",version:2},"🇧🇭":{name:"bahrain",shortcodes:["bahrain","flag_bh"],group:"flags",version:2},"🇧🇮":{name:"burundi",shortcodes:["burundi","flag_bi"],group:"flags",version:2},"🇧🇯":{name:"benin",shortcodes:["benin","flag_bj"],group:"flags",version:2},"🇧🇱":{name:"st_barthelemy",shortcodes:["flag_bl","st_barthelemy"],group:"flags",version:2},"🇧🇲":{name:"bermuda",shortcodes:["bermuda","flag_bm"],group:"flags",version:2},"🇧🇳":{name:"brunei",shortcodes:["brunei","flag_bn"],group:"flags",version:2},"🇧🇴":{name:"bolivia",shortcodes:["bolivia","flag_bo"],group:"flags",version:2},"🇧🇶":{name:"caribbean_netherlands",shortcodes:["caribbean_netherlands","flag_bq"],group:"flags",version:2},"🇧🇷":{name:"brazil",shortcodes:["brazil","flag_br"],group:"flags",version:2},"🇧🇸":{name:"bahamas",shortcodes:["bahamas","flag_bs"],group:"flags",version:2},"🇧🇹":{name:"bhutan",shortcodes:["bhutan","flag_bt"],group:"flags",version:2},"🇧🇻":{name:"bouvet_island",shortcodes:["bouvet_island","flag_bv"],group:"flags",version:2},"🇧🇼":{name:"botswana",shortcodes:["botswana","flag_bw"],group:"flags",version:2},"🇧🇾":{name:"belarus",shortcodes:["belarus","flag_by"],group:"flags",version:2},"🇧🇿":{name:"belize",shortcodes:["belize","flag_bz"],group:"flags",version:2},"🇨🇦":{name:"canada",shortcodes:["canada","flag_ca"],group:"flags",version:2},"🇨🇨":{name:"cocos_islands",shortcodes:["cocos_islands","flag_cc"],group:"flags",version:2},"🇨🇩":{name:"congo_kinshasa",shortcodes:["congo_kinshasa","flag_cd"],group:"flags",version:2},"🇨🇫":{name:"central_african_republic",shortcodes:["central_african_republic","flag_cf"],group:"flags",version:2},"🇨🇬":{name:"congo_brazzaville",shortcodes:["congo_brazzaville","flag_cg"],group:"flags",version:2},"🇨🇭":{name:"switzerland",shortcodes:["flag_ch","switzerland"],group:"flags",version:2},"🇨🇮":{name:"cote_divoire",shortcodes:["cote_divoire","flag_ci"],group:"flags",version:2},"🇨🇰":{name:"cook_islands",shortcodes:["cook_islands","flag_ck"],group:"flags",version:2},"🇨🇱":{name:"chile",shortcodes:["chile","flag_cl"],group:"flags",version:2},"🇨🇲":{name:"cameroon",shortcodes:["cameroon","flag_cm"],group:"flags",version:2},"🇨🇳":{name:"cn",shortcodes:["china","flag_cn"],group:"flags",version:.6},"🇨🇴":{name:"colombia",shortcodes:["colombia","flag_co"],group:"flags",version:2},"🇨🇵":{name:"clipperton_island",shortcodes:["clipperton_island","flag_cp"],group:"flags",version:2},"🇨🇷":{name:"costa_rica",shortcodes:["costa_rica","flag_cr"],group:"flags",version:2},"🇨🇺":{name:"cuba",shortcodes:["cuba","flag_cu"],group:"flags",version:2},"🇨🇻":{name:"cape_verde",shortcodes:["cape_verde","flag_cv"],group:"flags",version:2},"🇨🇼":{name:"curacao",shortcodes:["curacao","flag_cw"],group:"flags",version:2},"🇨🇽":{name:"christmas_island",shortcodes:["christmas_island","flag_cx"],group:"flags",version:2},"🇨🇾":{name:"cyprus",shortcodes:["cyprus","flag_cy"],group:"flags",version:2},"🇨🇿":{name:"czech_republic",shortcodes:["czech_republic","czechia","flag_cz"],group:"flags",version:2},"🇩🇪":{name:"de",shortcodes:["flag_de","germany"],group:"flags",version:.6},"🇩🇬":{name:"diego_garcia",shortcodes:["diego_garcia","flag_dg"],group:"flags",version:2},"🇩🇯":{name:"djibouti",shortcodes:["djibouti","flag_dj"],group:"flags",version:2},"🇩🇰":{name:"denmark",shortcodes:["denmark","flag_dk"],group:"flags",version:2},"🇩🇲":{name:"dominica",shortcodes:["dominica","flag_dm"],group:"flags",version:2},"🇩🇴":{name:"dominican_republic",shortcodes:["dominican_republic","flag_do"],group:"flags",version:2},"🇩🇿":{name:"algeria",shortcodes:["algeria","flag_dz"],group:"flags",version:2},"🇪🇦":{name:"ceuta_melilla",shortcodes:["ceuta_melilla","flag_ea"],group:"flags",version:2},"🇪🇨":{name:"ecuador",shortcodes:["ecuador","flag_ec"],group:"flags",version:2},"🇪🇪":{name:"estonia",shortcodes:["estonia","flag_ee"],group:"flags",version:2},"🇪🇬":{name:"egypt",shortcodes:["egypt","flag_eg"],group:"flags",version:2},"🇪🇭":{name:"western_sahara",shortcodes:["flag_eh","western_sahara"],group:"flags",version:2},"🇪🇷":{name:"eritrea",shortcodes:["eritrea","flag_er"],group:"flags",version:2},"🇪🇸":{name:"es",shortcodes:["flag_es","spain"],group:"flags",version:.6},"🇪🇹":{name:"ethiopia",shortcodes:["ethiopia","flag_et"],group:"flags",version:2},"🇪🇺":{name:"eu",shortcodes:["european_union","flag_eu"],group:"flags",version:2},"🇫🇮":{name:"finland",shortcodes:["finland","flag_fi"],group:"flags",version:2},"🇫🇯":{name:"fiji",shortcodes:["fiji","flag_fj"],group:"flags",version:2},"🇫🇰":{name:"falkland_islands",shortcodes:["falkland_islands","flag_fk"],group:"flags",version:2},"🇫🇲":{name:"micronesia",shortcodes:["flag_fm","micronesia"],group:"flags",version:2},"🇫🇴":{name:"faroe_islands",shortcodes:["faroe_islands","flag_fo"],group:"flags",version:2},"🇫🇷":{name:"fr",shortcodes:["flag_fr","france"],group:"flags",version:.6},"🇬🇦":{name:"gabon",shortcodes:["flag_ga","gabon"],group:"flags",version:2},"🇬🇧":{name:"gb",shortcodes:["flag_gb","uk","united_kingdom"],group:"flags",version:.6},"🇬🇩":{name:"grenada",shortcodes:["flag_gd","grenada"],group:"flags",version:2},"🇬🇪":{name:"georgia",shortcodes:["flag_ge","georgia"],group:"flags",version:2},"🇬🇫":{name:"french_guiana",shortcodes:["flag_gf","french_guiana"],group:"flags",version:2},"🇬🇬":{name:"guernsey",shortcodes:["flag_gg","guernsey"],group:"flags",version:2},"🇬🇭":{name:"ghana",shortcodes:["flag_gh","ghana"],group:"flags",version:2},"🇬🇮":{name:"gibraltar",shortcodes:["flag_gi","gibraltar"],group:"flags",version:2},"🇬🇱":{name:"greenland",shortcodes:["flag_gl","greenland"],group:"flags",version:2},"🇬🇲":{name:"gambia",shortcodes:["flag_gm","gambia"],group:"flags",version:2},"🇬🇳":{name:"guinea",shortcodes:["flag_gn","guinea"],group:"flags",version:2},"🇬🇵":{name:"guadeloupe",shortcodes:["flag_gp","guadeloupe"],group:"flags",version:2},"🇬🇶":{name:"equatorial_guinea",shortcodes:["equatorial_guinea","flag_gq"],group:"flags",version:2},"🇬🇷":{name:"greece",shortcodes:["flag_gr","greece"],group:"flags",version:2},"🇬🇸":{name:"south_georgia_south_sandwich_islands",shortcodes:["flag_gs","south_georgia_south_sandwich_islands"],group:"flags",version:2},"🇬🇹":{name:"guatemala",shortcodes:["flag_gt","guatemala"],group:"flags",version:2},"🇬🇺":{name:"guam",shortcodes:["flag_gu","guam"],group:"flags",version:2},"🇬🇼":{name:"guinea_bissau",shortcodes:["flag_gw","guinea_bissau"],group:"flags",version:2},"🇬🇾":{name:"guyana",shortcodes:["flag_gy","guyana"],group:"flags",version:2},"🇭🇰":{name:"hong_kong",shortcodes:["flag_hk","hong_kong"],group:"flags",version:2},"🇭🇲":{name:"heard_mcdonald_islands",shortcodes:["flag_hm","heard_mcdonald_islands"],group:"flags",version:2},"🇭🇳":{name:"honduras",shortcodes:["flag_hn","honduras"],group:"flags",version:2},"🇭🇷":{name:"croatia",shortcodes:["croatia","flag_hr"],group:"flags",version:2},"🇭🇹":{name:"haiti",shortcodes:["flag_ht","haiti"],group:"flags",version:2},"🇭🇺":{name:"hungary",shortcodes:["flag_hu","hungary"],group:"flags",version:2},"🇮🇨":{name:"canary_islands",shortcodes:["canary_islands","flag_ic"],group:"flags",version:2},"🇮🇩":{name:"indonesia",shortcodes:["flag_id","indonesia"],group:"flags",version:2},"🇮🇪":{name:"ireland",shortcodes:["flag_ie","ireland"],group:"flags",version:2},"🇮🇱":{name:"israel",shortcodes:["flag_il","israel"],group:"flags",version:2},"🇮🇲":{name:"isle_of_man",shortcodes:["flag_im","isle_of_man"],group:"flags",version:2},"🇮🇳":{name:"india",shortcodes:["flag_in","india"],group:"flags",version:2},"🇮🇴":{name:"british_indian_ocean_territory",shortcodes:["british_indian_ocean_territory","flag_io"],group:"flags",version:2},"🇮🇶":{name:"iraq",shortcodes:["flag_iq","iraq"],group:"flags",version:2},"🇮🇷":{name:"iran",shortcodes:["flag_ir","iran"],group:"flags",version:2},"🇮🇸":{name:"iceland",shortcodes:["flag_is","iceland"],group:"flags",version:2},"🇮🇹":{name:"it",shortcodes:["flag_it","italy"],group:"flags",version:.6},"🇯🇪":{name:"jersey",shortcodes:["flag_je","jersey"],group:"flags",version:2},"🇯🇲":{name:"jamaica",shortcodes:["flag_jm","jamaica"],group:"flags",version:2},"🇯🇴":{name:"jordan",shortcodes:["flag_jo","jordan"],group:"flags",version:2},"🇯🇵":{name:"jp",shortcodes:["flag_jp","japan"],group:"flags",version:.6},"🇰🇪":{name:"kenya",shortcodes:["flag_ke","kenya"],group:"flags",version:2},"🇰🇬":{name:"kyrgyzstan",shortcodes:["flag_kg","kyrgyzstan"],group:"flags",version:2},"🇰🇭":{name:"cambodia",shortcodes:["cambodia","flag_kh"],group:"flags",version:2},"🇰🇮":{name:"kiribati",shortcodes:["flag_ki","kiribati"],group:"flags",version:2},"🇰🇲":{name:"comoros",shortcodes:["comoros","flag_km"],group:"flags",version:2},"🇰🇳":{name:"st_kitts_nevis",shortcodes:["flag_kn","st_kitts_nevis"],group:"flags",version:2},"🇰🇵":{name:"north_korea",shortcodes:["flag_kp","north_korea"],group:"flags",version:2},"🇰🇷":{name:"kr",shortcodes:["flag_kr","south_korea"],group:"flags",version:.6},"🇰🇼":{name:"kuwait",shortcodes:["flag_kw","kuwait"],group:"flags",version:2},"🇰🇾":{name:"cayman_islands",shortcodes:["cayman_islands","flag_ky"],group:"flags",version:2},"🇰🇿":{name:"kazakhstan",shortcodes:["flag_kz","kazakhstan"],group:"flags",version:2},"🇱🇦":{name:"laos",shortcodes:["flag_la","laos"],group:"flags",version:2},"🇱🇧":{name:"lebanon",shortcodes:["flag_lb","lebanon"],group:"flags",version:2},"🇱🇨":{name:"st_lucia",shortcodes:["flag_lc","st_lucia"],group:"flags",version:2},"🇱🇮":{name:"liechtenstein",shortcodes:["flag_li","liechtenstein"],group:"flags",version:2},"🇱🇰":{name:"sri_lanka",shortcodes:["flag_lk","sri_lanka"],group:"flags",version:2},"🇱🇷":{name:"liberia",shortcodes:["flag_lr","liberia"],group:"flags",version:2},"🇱🇸":{name:"lesotho",shortcodes:["flag_ls","lesotho"],group:"flags",version:2},"🇱🇹":{name:"lithuania",shortcodes:["flag_lt","lithuania"],group:"flags",version:2},"🇱🇺":{name:"luxembourg",shortcodes:["flag_lu","luxembourg"],group:"flags",version:2},"🇱🇻":{name:"latvia",shortcodes:["flag_lv","latvia"],group:"flags",version:2},"🇱🇾":{name:"libya",shortcodes:["flag_ly","libya"],group:"flags",version:2},"🇲🇦":{name:"morocco",shortcodes:["flag_ma","morocco"],group:"flags",version:2},"🇲🇨":{name:"monaco",shortcodes:["flag_mc","monaco"],group:"flags",version:2},"🇲🇩":{name:"moldova",shortcodes:["flag_md","moldova"],group:"flags",version:2},"🇲🇪":{name:"montenegro",shortcodes:["flag_me","montenegro"],group:"flags",version:2},"🇲🇫":{name:"st_martin",shortcodes:["flag_mf","st_martin"],group:"flags",version:2},"🇲🇬":{name:"madagascar",shortcodes:["flag_mg","madagascar"],group:"flags",version:2},"🇲🇭":{name:"marshall_islands",shortcodes:["flag_mh","marshall_islands"],group:"flags",version:2},"🇲🇰":{name:"macedonia",shortcodes:["flag_mk","macedonia"],group:"flags",version:2},"🇲🇱":{name:"mali",shortcodes:["flag_ml","mali"],group:"flags",version:2},"🇲🇲":{name:"myanmar",shortcodes:["burma","flag_mm","myanmar"],group:"flags",version:2},"🇲🇳":{name:"mongolia",shortcodes:["flag_mn","mongolia"],group:"flags",version:2},"🇲🇴":{name:"macau",shortcodes:["flag_mo","macao","macau"],group:"flags",version:2},"🇲🇵":{name:"northern_mariana_islands",shortcodes:["flag_mp","northern_mariana_islands"],group:"flags",version:2},"🇲🇶":{name:"martinique",shortcodes:["flag_mq","martinique"],group:"flags",version:2},"🇲🇷":{name:"mauritania",shortcodes:["flag_mr","mauritania"],group:"flags",version:2},"🇲🇸":{name:"montserrat",shortcodes:["flag_ms","montserrat"],group:"flags",version:2},"🇲🇹":{name:"malta",shortcodes:["flag_mt","malta"],group:"flags",version:2},"🇲🇺":{name:"mauritius",shortcodes:["flag_mu","mauritius"],group:"flags",version:2},"🇲🇻":{name:"maldives",shortcodes:["flag_mv","maldives"],group:"flags",version:2},"🇲🇼":{name:"malawi",shortcodes:["flag_mw","malawi"],group:"flags",version:2},"🇲🇽":{name:"mexico",shortcodes:["flag_mx","mexico"],group:"flags",version:2},"🇲🇾":{name:"malaysia",shortcodes:["flag_my","malaysia"],group:"flags",version:2},"🇲🇿":{name:"mozambique",shortcodes:["flag_mz","mozambique"],group:"flags",version:2},"🇳🇦":{name:"namibia",shortcodes:["flag_na","namibia"],group:"flags",version:2},"🇳🇨":{name:"new_caledonia",shortcodes:["flag_nc","new_caledonia"],group:"flags",version:2},"🇳🇪":{name:"niger",shortcodes:["flag_ne","niger"],group:"flags",version:2},"🇳🇫":{name:"norfolk_island",shortcodes:["flag_nf","norfolk_island"],group:"flags",version:2},"🇳🇬":{name:"nigeria",shortcodes:["flag_ng","nigeria"],group:"flags",version:2},"🇳🇮":{name:"nicaragua",shortcodes:["flag_ni","nicaragua"],group:"flags",version:2},"🇳🇱":{name:"netherlands",shortcodes:["flag_nl","netherlands"],group:"flags",version:2},"🇳🇴":{name:"norway",shortcodes:["flag_no","norway"],group:"flags",version:2},"🇳🇵":{name:"nepal",shortcodes:["flag_np","nepal"],group:"flags",version:2},"🇳🇷":{name:"nauru",shortcodes:["flag_nr","nauru"],group:"flags",version:2},"🇳🇺":{name:"niue",shortcodes:["flag_nu","niue"],group:"flags",version:2},"🇳🇿":{name:"new_zealand",shortcodes:["flag_nz","new_zealand"],group:"flags",version:2},"🇴🇲":{name:"oman",shortcodes:["flag_om","oman"],group:"flags",version:2},"🇵🇦":{name:"panama",shortcodes:["flag_pa","panama"],group:"flags",version:2},"🇵🇪":{name:"peru",shortcodes:["flag_pe","peru"],group:"flags",version:2},"🇵🇫":{name:"french_polynesia",shortcodes:["flag_pf","french_polynesia"],group:"flags",version:2},"🇵🇬":{name:"papua_new_guinea",shortcodes:["flag_pg","papua_new_guinea"],group:"flags",version:2},"🇵🇭":{name:"philippines",shortcodes:["flag_ph","philippines"],group:"flags",version:2},"🇵🇰":{name:"pakistan",shortcodes:["flag_pk","pakistan"],group:"flags",version:2},"🇵🇱":{name:"poland",shortcodes:["flag_pl","poland"],group:"flags",version:2},"🇵🇲":{name:"st_pierre_miquelon",shortcodes:["flag_pm","st_pierre_miquelon"],group:"flags",version:2},"🇵🇳":{name:"pitcairn_islands",shortcodes:["flag_pn","pitcairn_islands"],group:"flags",version:2},"🇵🇷":{name:"puerto_rico",shortcodes:["flag_pr","puerto_rico"],group:"flags",version:2},"🇵🇸":{name:"palestinian_territories",shortcodes:["flag_ps","palestinian_territories"],group:"flags",version:2},"🇵🇹":{name:"portugal",shortcodes:["flag_pt","portugal"],group:"flags",version:2},"🇵🇼":{name:"palau",shortcodes:["flag_pw","palau"],group:"flags",version:2},"🇵🇾":{name:"paraguay",shortcodes:["flag_py","paraguay"],group:"flags",version:2},"🇶🇦":{name:"qatar",shortcodes:["flag_qa","qatar"],group:"flags",version:2},"🇷🇪":{name:"reunion",shortcodes:["flag_re","reunion"],group:"flags",version:2},"🇷🇴":{name:"romania",shortcodes:["flag_ro","romania"],group:"flags",version:2},"🇷🇸":{name:"serbia",shortcodes:["flag_rs","serbia"],group:"flags",version:2},"🇷🇺":{name:"ru",shortcodes:["flag_ru","russia"],group:"flags",version:.6},"🇷🇼":{name:"rwanda",shortcodes:["flag_rw","rwanda"],group:"flags",version:2},"🇸🇦":{name:"saudi_arabia",shortcodes:["flag_sa","saudi_arabia"],group:"flags",version:2},"🇸🇧":{name:"solomon_islands",shortcodes:["flag_sb","solomon_islands"],group:"flags",version:2},"🇸🇨":{name:"seychelles",shortcodes:["flag_sc","seychelles"],group:"flags",version:2},"🇸🇩":{name:"sudan",shortcodes:["flag_sd","sudan"],group:"flags",version:2},"🇸🇪":{name:"sweden",shortcodes:["flag_se","sweden"],group:"flags",version:2},"🇸🇬":{name:"singapore",shortcodes:["flag_sg","singapore"],group:"flags",version:2},"🇸🇭":{name:"st_helena",shortcodes:["flag_sh","st_helena"],group:"flags",version:2},"🇸🇮":{name:"slovenia",shortcodes:["flag_si","slovenia"],group:"flags",version:2},"🇸🇯":{name:"svalbard_jan_mayen",shortcodes:["flag_sj","svalbard_jan_mayen"],group:"flags",version:2},"🇸🇰":{name:"slovakia",shortcodes:["flag_sk","slovakia"],group:"flags",version:2},"🇸🇱":{name:"sierra_leone",shortcodes:["flag_sl","sierra_leone"],group:"flags",version:2},"🇸🇲":{name:"san_marino",shortcodes:["flag_sm","san_marino"],group:"flags",version:2},"🇸🇳":{name:"senegal",shortcodes:["flag_sn","senegal"],group:"flags",version:2},"🇸🇴":{name:"somalia",shortcodes:["flag_so","somalia"],group:"flags",version:2},"🇸🇷":{name:"suriname",shortcodes:["flag_sr","suriname"],group:"flags",version:2},"🇸🇸":{name:"south_sudan",shortcodes:["flag_ss","south_sudan"],group:"flags",version:2},"🇸🇹":{name:"sao_tome_principe",shortcodes:["flag_st","sao_tome_principe"],group:"flags",version:2},"🇸🇻":{name:"el_salvador",shortcodes:["el_salvador","flag_sv"],group:"flags",version:2},"🇸🇽":{name:"sint_maarten",shortcodes:["flag_sx","sint_maarten"],group:"flags",version:2},"🇸🇾":{name:"syria",shortcodes:["flag_sy","syria"],group:"flags",version:2},"🇸🇿":{name:"swaziland",shortcodes:["eswatini","flag_sz","swaziland"],group:"flags",version:2},"🇹🇦":{name:"tristan_da_cunha",shortcodes:["flag_ta","tristan_da_cunha"],group:"flags",version:2},"🇹🇨":{name:"turks_caicos_islands",shortcodes:["flag_tc","turks_caicos_islands"],group:"flags",version:2},"🇹🇩":{name:"chad",shortcodes:["chad","flag_td"],group:"flags",version:2},"🇹🇫":{name:"french_southern_territories",shortcodes:["flag_tf","french_southern_territories"],group:"flags",version:2},"🇹🇬":{name:"togo",shortcodes:["flag_tg","togo"],group:"flags",version:2},"🇹🇭":{name:"thailand",shortcodes:["flag_th","thailand"],group:"flags",version:2},"🇹🇯":{name:"tajikistan",shortcodes:["flag_tj","tajikistan"],group:"flags",version:2},"🇹🇰":{name:"tokelau",shortcodes:["flag_tk","tokelau"],group:"flags",version:2},"🇹🇱":{name:"timor_leste",shortcodes:["flag_tl","timor_leste"],group:"flags",version:2},"🇹🇲":{name:"turkmenistan",shortcodes:["flag_tm","turkmenistan"],group:"flags",version:2},"🇹🇳":{name:"tunisia",shortcodes:["flag_tn","tunisia"],group:"flags",version:2},"🇹🇴":{name:"tonga",shortcodes:["flag_to","tonga"],group:"flags",version:2},"🇹🇷":{name:"tr",shortcodes:["flag_tr","turkey_tr"],group:"flags",version:2},"🇹🇹":{name:"trinidad_tobago",shortcodes:["flag_tt","trinidad_tobago"],group:"flags",version:2},"🇹🇻":{name:"tuvalu",shortcodes:["flag_tv","tuvalu"],group:"flags",version:2},"🇹🇼":{name:"taiwan",shortcodes:["flag_tw","taiwan"],group:"flags",version:2},"🇹🇿":{name:"tanzania",shortcodes:["flag_tz","tanzania"],group:"flags",version:2},"🇺🇦":{name:"ukraine",shortcodes:["flag_ua","ukraine"],group:"flags",version:2},"🇺🇬":{name:"uganda",shortcodes:["flag_ug","uganda"],group:"flags",version:2},"🇺🇲":{name:"us_outlying_islands",shortcodes:["flag_um","us_outlying_islands"],group:"flags",version:2},"🇺🇳":{name:"united_nations",shortcodes:["flag_un","un","united_nations"],group:"flags",version:4},"🇺🇸":{name:"us",shortcodes:["flag_us","united_states","usa"],group:"flags",version:.6},"🇺🇾":{name:"uruguay",shortcodes:["flag_uy","uruguay"],group:"flags",version:2},"🇺🇿":{name:"uzbekistan",shortcodes:["flag_uz","uzbekistan"],group:"flags",version:2},"🇻🇦":{name:"vatican_city",shortcodes:["flag_va","vatican_city"],group:"flags",version:2},"🇻🇨":{name:"st_vincent_grenadines",shortcodes:["flag_vc","st_vincent_grenadines"],group:"flags",version:2},"🇻🇪":{name:"venezuela",shortcodes:["flag_ve","venezuela"],group:"flags",version:2},"🇻🇬":{name:"british_virgin_islands",shortcodes:["british_virgin_islands","flag_vg"],group:"flags",version:2},"🇻🇮":{name:"us_virgin_islands",shortcodes:["flag_vi","us_virgin_islands"],group:"flags",version:2},"🇻🇳":{name:"vietnam",shortcodes:["flag_vn","vietnam"],group:"flags",version:2},"🇻🇺":{name:"vanuatu",shortcodes:["flag_vu","vanuatu"],group:"flags",version:2},"🇼🇫":{name:"wallis_futuna",shortcodes:["flag_wf","wallis_futuna"],group:"flags",version:2},"🇼🇸":{name:"samoa",shortcodes:["flag_ws","samoa"],group:"flags",version:2},"🇽🇰":{name:"kosovo",shortcodes:["flag_xk","kosovo"],group:"flags",version:2},"🇾🇪":{name:"yemen",shortcodes:["flag_ye","yemen"],group:"flags",version:2},"🇾🇹":{name:"mayotte",shortcodes:["flag_yt","mayotte"],group:"flags",version:2},"🇿🇦":{name:"south_africa",shortcodes:["flag_za","south_africa"],group:"flags",version:2},"🇿🇲":{name:"zambia",shortcodes:["flag_zm","zambia"],group:"flags",version:2},"🇿🇼":{name:"zimbabwe",shortcodes:["flag_zw","zimbabwe"],group:"flags",version:2},"🏴󠁧󠁢󠁥󠁮󠁧󠁿":{name:"england",shortcodes:["england","flag_gbeng"],group:"flags",version:5},"🏴󠁧󠁢󠁳󠁣󠁴󠁿":{name:"scotland",shortcodes:["flag_gbsct","scotland"],group:"flags",version:5},"🏴󠁧󠁢󠁷󠁬󠁳󠁿":{name:"wales",shortcodes:["flag_gbwls","wales"],group:"flags",version:5}},m=/* @__PURE__ */new Map;for(const[b,f]of Object.entries(d)){m.set(f.name,b);for(const o of f.shortcodes)m.set(o,b)}function _(o){return m.get(o)||o}function u(o){return d[o]?.name||o}function v(){return function(o){c(o,[g,o=>{const e=_(o.substring(1,o.length-1));return e?{type:"text",value:e,data:{hName:"span",hProperties:{role:"img",ariaLabel:o},hChildren:[{type:"text",value:e}]}}:o}])}}export{g as E,i as S,a,m as b,o as c,u as d,d as e,c as f,_ as g,v as r,t as v};