@dialpad/dialtone 9.2.0 → 9.3.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.
- package/dist/css/dialtone.css +2 -2
- package/dist/eslint-plugin/rules/custom-implementation.js +1 -1
- package/dist/eslint-plugin/rules/deprecated-component.js +5 -5
- package/dist/eslint-plugin/rules/deprecated-directive.js +1 -1
- package/dist/eslint-plugin/rules/deprecated-icons.js +1 -1
- package/dist/icons/icons.json +1 -1
- package/dist/icons/keywords.json +1 -1
- package/dist/icons/svg/unread.svg +1 -0
- package/dist/icons/svg/user-rematch.svg +1 -0
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +6 -6
- package/dist/vue2/dialtone-vue.js +864 -622
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +83625 -30
- package/dist/vue2/{emoji-tPpc6ODh.js → emoji_text_wrapper--R-54YKU.js} +4063 -87639
- package/dist/vue2/emoji_text_wrapper-_UNgB0uv.cjs +1 -0
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{tooltip-_ykHbRFm.js → tooltip-eJqD2Wwv.js} +12 -12
- package/dist/vue2/types/common/dates.d.ts +1 -1
- package/dist/vue2/types/common/storybook_utils.d.ts +1 -1
- package/dist/vue2/types/common/storybook_utils.d.ts.map +1 -1
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts +2 -2
- package/dist/vue2/types/components/badge/badge.vue.d.ts +8 -10
- package/dist/vue2/types/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts +7 -7
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts +1 -3
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts +7 -10
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/emoji/emoji.vue.d.ts +2 -2
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts +4 -9
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover.vue.d.ts +1 -4
- package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/radio/radio.vue.d.ts +12 -2
- package/dist/vue2/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts +6 -1
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/toast/toast.vue.d.ts +1 -4
- package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue2/types/index.d.ts +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +80 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +47 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +12 -12
- package/dist/vue3/emoji-AfK6oyUP.cjs +1 -0
- package/dist/vue3/{emoji-1yDNLQQx.js → emoji-w7mkBLzY.js} +5115 -5059
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +3 -3
- package/dist/vue3/{emoji_picker-sjmzGlSc.cjs → emoji_picker-4xiNkfJF.cjs} +1 -1
- package/dist/vue3/{emoji_picker-DCzVDeyC.js → emoji_picker-nLVt8cFZ.js} +1 -1
- package/dist/vue3/{emoji_text_wrapper-dcKiFm0_.cjs → emoji_text_wrapper-MBYdbA6A.cjs} +1 -1
- package/dist/vue3/{emoji_text_wrapper-N58kVmVI.js → emoji_text_wrapper-mBDw9Xy3.js} +1 -1
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +3 -3
- package/dist/vue3/{stack-l0ciejd8.js → stack-FdfddyeK.js} +4 -2
- package/dist/vue3/{stack-eFs3WCJT.cjs → stack-w8PNJngT.cjs} +2 -2
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/types/common/dates.d.ts +1 -1
- package/dist/vue3/types/components/badge/badge.vue.d.ts +8 -10
- package/dist/vue3/types/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts +7 -7
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts +8 -11
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts +11 -4
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/emoji/emoji.vue.d.ts +2 -2
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts +1 -3
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +4 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/radio/radio.vue.d.ts +4 -4
- package/dist/vue3/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +1 -4
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -6
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +4 -4
- package/package.json +1 -1
- package/dist/vue2/emoji-Cr1KlTAT.cjs +0 -1
- package/dist/vue3/emoji-_XsewxWh.cjs +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const o=require("./tooltip-N61DaooE.cjs"),Z=require("vue");var re=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--accessibility",attrs:{"aria-hidden":"true",role:"img","data-name":"Accessibility",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-3.354.146a.5.5 0 0 1 .593-.085l2.75 1.5a.5.5 0 0 1 .168.73L6.25 5.562a2.998 2.998 0 0 1 .435.381l2.736-.438a.5.5 0 0 1 .574.565l-.5 3.5a.5.5 0 0 1-.99-.142L8.909 6.6l-1.633.261a3 3 0 0 1 .218.946c.024.383-.024.756-.139 1.108a.5.5 0 1 1-.95-.312 2 2 0 0 0-2.033-2.6h-.001a1.94 1.94 0 0 0-.717.183.5.5 0 0 1-.428-.904 3 3 0 0 1 2.112-.164l.678-.95-1.927-1.05-1.235 1.235a.5.5 0 1 1-.708-.708l1.5-1.5Zm-1.37 4.619a.5.5 0 0 1 .32.63 2 2 0 0 0 2.033 2.6 1.92 1.92 0 0 0 .717-.182.5.5 0 0 1 .428.904 3 3 0 0 1-4.268-2.525 2.953 2.953 0 0 1 .139-1.108.5.5 0 0 1 .63-.32Z","clip-rule":"evenodd"}})])};const se={render:re},ie=Object.freeze(Object.defineProperty({__proto__:null,default:se},Symbol.toStringTag,{value:"Module"}));var de=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--activity",attrs:{"aria-hidden":"true",role:"img","data-name":"Activity",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1a.5.5 0 0 1 .474.342L7.5 8.919l1.026-3.077A.5.5 0 0 1 9 5.5h2a.5.5 0 0 1 0 1H9.36l-1.386 4.158a.5.5 0 0 1-.948 0L4.5 3.081 3.474 6.158A.5.5 0 0 1 3 6.5H1a.5.5 0 0 1 0-1h1.64l1.386-4.158A.5.5 0 0 1 4.5 1Z","clip-rule":"evenodd"}})])};const le={render:de},fe=Object.freeze(Object.defineProperty({__proto__:null,default:le},Symbol.toStringTag,{value:"Module"}));var ue=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--add-task",attrs:{"aria-hidden":"true",role:"img","data-name":"Add Task",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2975404082a)"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.497 2.228A4.058 4.058 0 1 0 6 10.058a.5.5 0 1 1 0 1 5.06 5.06 0 1 1 1.866-9.76.5.5 0 1 1-.369.93Zm3.404-.082a.5.5 0 0 1 0 .708L6.354 7.4a.5.5 0 0 1-.71-.002L4.098 5.837a.5.5 0 0 1 .71-.704L6.003 6.34l4.192-4.193a.5.5 0 0 1 .707 0ZM9 7a.5.5 0 0 1 .5.5v1h1a.5.5 0 1 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 1 1 0-1h1v-1A.5.5 0 0 1 9 7Z",fill:"currentColor"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2975404082a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const _e={render:ue},ce=Object.freeze(Object.defineProperty({__proto__:null,default:_e},Symbol.toStringTag,{value:"Module"}));var me=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--agent-assist",attrs:{"aria-hidden":"true",role:"img","data-name":"Agent Assist",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9 0a.5.5 0 0 1 .5.5V1h.5a.5.5 0 1 1 0 1h-.5v.5a.5.5 0 1 1-1 0V2H8a.5.5 0 0 1 0-1h.5V.5A.5.5 0 0 1 9 0ZM2.5 2a.5.5 0 0 0-.5.5v7.614l1.492-.9a.5.5 0 0 1 .258-.071H9.5a.5.5 0 0 0 .5-.5V6.929a.5.5 0 0 1 1 0v1.714a1.5 1.5 0 0 1-1.5 1.5H3.89l-2.132 1.285A.5.5 0 0 1 1 11V2.5A1.5 1.5 0 0 1 2.5 1h3.95a.5.5 0 1 1 0 1H2.5ZM6 3a.5.5 0 0 1 .455.293l.548 1.204 1.204.548a.5.5 0 0 1 0 .91l-1.204.548-.548 1.204a.5.5 0 0 1-.91 0l-.547-1.204-1.205-.548a.5.5 0 0 1 0-.91l1.205-.548.547-1.204A.5.5 0 0 1 6 3Zm4.5 0a.5.5 0 0 1 .5.5V4h.5a.5.5 0 1 1 0 1H11v.5a.5.5 0 1 1-1 0V5h-.5a.5.5 0 0 1 0-1h.5v-.5a.5.5 0 0 1 .5-.5ZM6 4.708l-.17.374a.5.5 0 0 1-.248.248l-.373.17.373.17a.5.5 0 0 1 .248.248l.17.374.17-.374a.5.5 0 0 1 .248-.248l.374-.17-.374-.17a.5.5 0 0 1-.248-.248L6 4.708Z",fill:"currentColor"}})])};const he={render:me},ge=Object.freeze(Object.defineProperty({__proto__:null,default:he},Symbol.toStringTag,{value:"Module"}));var pe=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--ai-notes",attrs:{"aria-hidden":"true",role:"img","data-name":"Ai Notes",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5.5.5 0 1 1 1 0A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V2A1.5 1.5 0 0 1 3 .5h4.25a.5.5 0 0 1 .354.146l1 1a.5.5 0 1 1-.707.708L7.043 1.5H3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.978 3.455c0-.38.315-.655.661-.655.347 0 .661.275.661.655s-.314.655-.66.655a.658.658 0 0 1-.662-.655Zm-3.506.5c-.174 0-.42.146-.545.527v.002L4.674 8.257a.5.5 0 0 1-.95-.314L4.977 4.17c.211-.643.752-1.216 1.496-1.216s1.283.57 1.495 1.213l.964 2.906c.124.38.37.526.545.526.398 0 .663-.294.663-.588v-1.99a.5.5 0 0 1 1 0v1.99c0 .908-.777 1.588-1.663 1.588-.743 0-1.284-.57-1.495-1.213l-.964-2.905V4.48c-.125-.38-.37-.526-.545-.526Z","clip-rule":"evenodd"}})])};const ke={render:pe},we=Object.freeze(Object.defineProperty({__proto__:null,default:ke},Symbol.toStringTag,{value:"Module"}));var ve=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--airplay",attrs:{"aria-hidden":"true",role:"img","data-name":"Airplay",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 8h.5a.5.5 0 0 1 0 1H2A1.5 1.5 0 0 1 .5 7.5v-5A1.5 1.5 0 0 1 2 1h8a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 9h-.5a.5.5 0 0 1 0-1h.5a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 2H2Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 7a.5.5 0 0 1 .384.18l2.5 3A.5.5 0 0 1 8.5 11h-5a.5.5 0 0 1-.384-.82l2.5-3A.5.5 0 0 1 6 7Zm-1.432 3h2.864L6 8.281 4.568 10Z","clip-rule":"evenodd"}})])};const ye={render:ve},be=Object.freeze(Object.defineProperty({__proto__:null,default:ye},Symbol.toStringTag,{value:"Module"}));var De=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--airtable",attrs:{"aria-hidden":"true",role:"img","data-name":"Airtable",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M10.927 4.211 3.473 7.295a.5.5 0 0 0 .007.926l7.484 2.967c.658.261 1.39.261 2.048 0l7.484-2.968a.5.5 0 0 0 .007-.925L13.05 4.211a2.777 2.777 0 0 0-2.123 0",fill:"#FFBF00"}}),t("path",{attrs:{d:"M12.652 12.81v7.413a.5.5 0 0 0 .684.465l8.34-3.237a.5.5 0 0 0 .315-.465V9.572a.5.5 0 0 0-.684-.464l-8.34 3.237a.5.5 0 0 0-.315.464",fill:"#26B5F8"}}),t("path",{attrs:{d:"M10.705 13.192 8.23 14.387l-.251.121-5.225 2.504c-.331.16-.754-.082-.754-.45V9.603c0-.133.068-.248.16-.335a.568.568 0 0 1 .126-.094.532.532 0 0 1 .455-.035l7.922 3.139c.403.16.435.724.042.914",fill:"#ED3049"}}),t("path",{attrs:{d:"M10.705 13.192 8.23 14.387 2.16 9.269a.567.567 0 0 1 .126-.095.532.532 0 0 1 .455-.035l7.922 3.139c.403.16.435.724.042.914",fill:"currentColor","fill-opacity":".25"}})])};const Me={render:De},Ze=Object.freeze(Object.defineProperty({__proto__:null,default:Me},Symbol.toStringTag,{value:"Module"}));var Ce=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--alarm-check",attrs:{"aria-hidden":"true",role:"img","data-name":"Alarm Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.854 1.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0Zm6.292 0a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708ZM2.818 3.318a4.5 4.5 0 0 1 6.698 5.99l.838.838a.5.5 0 0 1-.708.708l-.837-.838a4.5 4.5 0 0 1-5.618 0l-.837.838a.5.5 0 0 1-.708-.708l.838-.837a4.5 4.5 0 0 1 .334-5.991ZM6 3a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Zm1.854 2.146a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const xe={render:Ce},je=Object.freeze(Object.defineProperty({__proto__:null,default:xe},Symbol.toStringTag,{value:"Module"}));var $e=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--alarm-clock-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Alarm Clock Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3386747527a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M3.821 3.117a.5.5 0 0 1-.069.704A3.5 3.5 0 1 0 8.68 8.747a.5.5 0 0 1 .772.635A4.5 4.5 0 1 1 3.118 3.05a.5.5 0 0 1 .703.068ZM6.001 2A4.5 4.5 0 0 1 10.5 6.499M9.146 1.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708Z"}}),t("path",{attrs:{d:"M3.354 9.146a.5.5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0ZM.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}}),t("path",{attrs:{d:"M2.354 1.646a.5.5 0 0 1 0 .708l-1 1a.5.5 0 1 1-.708-.708l1-1a.5.5 0 0 1 .708 0Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3386747527a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ae={render:$e},Se=Object.freeze(Object.defineProperty({__proto__:null,default:Ae},Symbol.toStringTag,{value:"Module"}));var Oe=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--alarm-minus",attrs:{"aria-hidden":"true",role:"img","data-name":"Alarm Minus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.818 3.318a4.5 4.5 0 1 1 6.364 6.364 4.5 4.5 0 0 1-6.364-6.364ZM6 3a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM2.854 1.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0Zm6.292 0a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.354 9.146a.5.5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0Zm5.292 0a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1-.708.708l-1-1a.5.5 0 0 1 0-.708ZM4 6.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Ee={render:Oe},Fe=Object.freeze(Object.defineProperty({__proto__:null,default:Ee},Symbol.toStringTag,{value:"Module"}));var He=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--alarm-plus",attrs:{"aria-hidden":"true",role:"img","data-name":"Alarm Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.818 3.318a4.5 4.5 0 1 1 6.364 6.364 4.5 4.5 0 0 1-6.364-6.364ZM6 3a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM2.854 1.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0Zm6.292 0a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.354 9.146a.5.5 0 0 1 0 .708l-1 1a.5.5 0 0 1-.708-.708l1-1a.5.5 0 0 1 .708 0Zm5.292 0a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1-.708.708l-1-1a.5.5 0 0 1 0-.708ZM6 4.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 6.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const ze={render:He},Be=Object.freeze(Object.defineProperty({__proto__:null,default:ze},Symbol.toStringTag,{value:"Module"}));var Ve=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--album",attrs:{"aria-hidden":"true",role:"img","data-name":"Album",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 1a.5.5 0 0 1 .5.5v2.793l.646-.647a.5.5 0 0 1 .708 0L8 4.293V1.5a.5.5 0 0 1 1 0v4a.5.5 0 0 1-.854.354L7 4.707 5.854 5.854A.5.5 0 0 1 5 5.5v-4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Pe={render:Ve},Te=Object.freeze(Object.defineProperty({__proto__:null,default:Pe},Symbol.toStringTag,{value:"Module"}));var Le=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--alert-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Alert Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1835293506a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM6 3.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5ZM5.5 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1835293506a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ie={render:Le},Ue=Object.freeze(Object.defineProperty({__proto__:null,default:Ie},Symbol.toStringTag,{value:"Module"}));var qe=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--alert-triangle",attrs:{"aria-hidden":"true",role:"img","data-name":"Alert Triangle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.24 1.197a1.5 1.5 0 0 1 2.06.556l3.998 6.997a1.504 1.504 0 0 1 0 1.5 1.5 1.5 0 0 1-1.297.75H2.002a1.5 1.5 0 0 1-1.31-2.249V8.75L4.69 1.753a1.5 1.5 0 0 1 .55-.556Zm.755.796a.5.5 0 0 0-.435.254v.001L1.557 9.25a.5.5 0 0 0 .438.75H10a.5.5 0 0 0 .432-.75l-.001-.002-4-7-.001-.001a.5.5 0 0 0-.435-.254Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 4a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 6 4Zm-.5 4.5A.5.5 0 0 1 6 8h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Ne={render:qe},Re=Object.freeze(Object.defineProperty({__proto__:null,default:Ne},Symbol.toStringTag,{value:"Module"}));var Ge=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--amex",attrs:{"aria-hidden":"true",role:"img","data-name":"Amex",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#1F72CD",stroke:"#E3E5E8","stroke-width":".5"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.257 9.4 2 14.542h2.702l.335-.82h.766l.335.82h2.974v-.626l.265.626h1.539l.265-.639v.639h6.185l.753-.799.704.799 3.177.007-2.264-2.564L22 9.4h-3.128l-.732.784-.682-.784h-6.73l-.577 1.327L9.559 9.4H6.863v.604l-.3-.604H4.257Zm.523.73h1.317l1.497 3.487V10.13h1.443l1.157 2.5 1.065-2.5h1.436v3.69h-.873l-.008-2.891-1.273 2.89h-.782l-1.28-2.89v2.89H6.68l-.34-.826H4.5l-.34.826h-.963L4.78 10.13Zm12.266 0h-3.552v3.688h3.497l1.128-1.222 1.086 1.222h1.136l-1.651-1.833 1.65-1.855h-1.086l-1.121 1.208-1.087-1.208Zm-11.625.624-.607 1.474h1.212l-.605-1.473Zm8.95.814v-.674h2.217l.967 1.077-1.01 1.083h-2.174v-.736h1.938v-.75h-1.938Z",fill:"#fff"}})])};const Ke={render:Ge},Je=Object.freeze(Object.defineProperty({__proto__:null,default:Ke},Symbol.toStringTag,{value:"Module"}));var We=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--app-store-badge",attrs:{"aria-hidden":"true",role:"img","data-name":"App Store Badge",viewBox:"0 0 180 61",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M165.666.671H14.342c-.551 0-1.096 0-1.647.003-.46.003-.917.012-1.382.02-1.01.011-2.018.1-3.014.265-.995.169-1.96.487-2.86.943a9.678 9.678 0 0 0-2.434 1.773 9.414 9.414 0 0 0-1.773 2.439 9.93 9.93 0 0 0-.94 2.863 19.544 19.544 0 0 0-.27 3.011c-.013.461-.015.924-.022 1.385v34.769c.007.467.009.92.023 1.387.012 1.009.102 2.016.27 3.01a9.91 9.91 0 0 0 .94 2.865c.455.9 1.054 1.72 1.772 2.429a9.437 9.437 0 0 0 2.435 1.773c.9.457 1.864.777 2.859.948.997.164 2.004.253 3.014.266.465.01.922.017 1.382.017.55.002 1.096.002 1.647.002h151.324c.541 0 1.09 0 1.63-.002.459 0 .929-.006 1.387-.017a19.992 19.992 0 0 0 3.009-.266 10.245 10.245 0 0 0 2.87-.948 9.454 9.454 0 0 0 2.433-1.773 9.612 9.612 0 0 0 1.777-2.429 9.94 9.94 0 0 0 .931-2.864 20.26 20.26 0 0 0 .279-3.011c.006-.468.006-.92.006-1.387.012-.547.012-1.09.012-1.645V15.015c0-.55 0-1.097-.012-1.642 0-.461 0-.924-.006-1.385a20.268 20.268 0 0 0-.279-3.011 9.933 9.933 0 0 0-.931-2.863 9.73 9.73 0 0 0-4.21-4.212 10.187 10.187 0 0 0-2.87-.943 19.636 19.636 0 0 0-3.009-.266c-.458-.007-.928-.016-1.387-.02-.54-.002-1.089-.002-1.63-.002Z",fill:"#A6A6A6"}}),t("path",{attrs:{d:"M12.703 59.523c-.458 0-.906-.006-1.36-.016a19.083 19.083 0 0 1-2.812-.245 8.851 8.851 0 0 1-2.492-.824 8.132 8.132 0 0 1-2.102-1.53 8.004 8.004 0 0 1-1.535-2.1 8.607 8.607 0 0 1-.816-2.493 18.673 18.673 0 0 1-.25-2.82c-.01-.317-.023-1.374-.023-1.374V13.373s.013-1.04.022-1.345a18.58 18.58 0 0 1 .25-2.816c.143-.87.418-1.714.817-2.5a8.083 8.083 0 0 1 1.527-2.103 8.372 8.372 0 0 1 2.11-1.538 8.76 8.76 0 0 1 2.486-.819 18.931 18.931 0 0 1 2.821-.246l1.357-.019H167.29l1.374.02c.936.01 1.871.092 2.795.244a8.928 8.928 0 0 1 2.513.824 8.408 8.408 0 0 1 3.633 3.64c.392.782.663 1.618.805 2.48a19.6 19.6 0 0 1 .262 2.84c.004.425.004.883.004 1.338.012.564.012 1.101.012 1.643v31.48c0 .547 0 1.08-.012 1.618 0 .49 0 .937-.006 1.398a19.16 19.16 0 0 1-.257 2.788 8.62 8.62 0 0 1-.812 2.513 8.25 8.25 0 0 1-1.528 2.084 8.13 8.13 0 0 1-2.105 1.538c-.79.4-1.636.679-2.509.827-.93.152-1.87.234-2.812.245-.44.01-.902.016-1.35.016l-1.63.003-152.963-.003Z",fill:"currentColor"}}),t("path",{attrs:{d:"M37.258 31.208a7.444 7.444 0 0 1 3.544-6.246 7.62 7.62 0 0 0-6.003-3.246c-2.526-.265-4.975 1.512-6.262 1.512-1.312 0-3.294-1.485-5.428-1.441a7.995 7.995 0 0 0-6.728 4.103c-2.91 5.037-.74 12.439 2.047 16.51 1.395 1.994 3.024 4.22 5.156 4.142 2.087-.087 2.866-1.33 5.384-1.33 2.495 0 3.227 1.33 5.402 1.28 2.239-.037 3.65-2.003 4.995-4.015a16.488 16.488 0 0 0 2.284-4.652 7.193 7.193 0 0 1-4.391-6.617Zm-4.109-12.169a7.33 7.33 0 0 0 1.676-5.25A7.457 7.457 0 0 0 30 16.284a6.974 6.974 0 0 0-1.72 5.056 6.166 6.166 0 0 0 4.869-2.302Zm30.483 22.456h-7.12l-1.71 5.049h-3.016l6.744-18.68h3.133l6.744 18.68H65.34l-1.709-5.05Zm-6.383-2.33h5.644l-2.783-8.194h-.077l-2.784 8.194Zm25.723.569c0 4.233-2.265 6.951-5.684 6.951a4.616 4.616 0 0 1-4.285-2.382h-.064v6.745h-2.796V32.924h2.706v2.265h.052a4.83 4.83 0 0 1 4.336-2.407c3.456 0 5.735 2.732 5.735 6.952Zm-2.874 0c0-2.757-1.424-4.57-3.599-4.57-2.135 0-3.572 1.851-3.572 4.57 0 2.744 1.437 4.582 3.572 4.582 2.175 0 3.6-1.8 3.6-4.582Zm17.862 0c0 4.232-2.264 6.951-5.682 6.951a4.616 4.616 0 0 1-4.285-2.382h-.065v6.745h-2.796V32.924h2.706v2.265h.052a4.832 4.832 0 0 1 4.336-2.407c3.457 0 5.735 2.732 5.735 6.952Zm-2.872 0c0-2.757-1.425-4.57-3.6-4.57-2.135 0-3.572 1.851-3.572 4.57 0 2.744 1.437 4.582 3.573 4.582 2.174 0 3.599-1.8 3.599-4.582Zm12.78 1.605c.207 1.852 2.006 3.069 4.465 3.069 2.356 0 4.052-1.217 4.052-2.887 0-1.45-1.023-2.318-3.444-2.913l-2.42-.583c-3.43-.829-5.023-2.433-5.023-5.036 0-3.222 2.809-5.436 6.797-5.436 3.947 0 6.653 2.213 6.744 5.436h-2.822c-.169-1.864-1.71-2.989-3.962-2.989-2.252 0-3.792 1.139-3.792 2.795 0 1.321.984 2.098 3.391 2.693l2.058.505c3.833.907 5.425 2.446 5.425 5.178 0 3.495-2.783 5.684-7.211 5.684-4.142 0-6.939-2.138-7.12-5.516h2.862Zm17.502-11.637v3.223h2.59v2.214h-2.59v7.508c0 1.166.519 1.71 1.657 1.71a8.83 8.83 0 0 0 .92-.065v2.2a7.68 7.68 0 0 1-1.553.13c-2.757 0-3.832-1.036-3.832-3.677v-7.806h-1.981v-2.214h1.981v-3.223h2.808Zm4.09 10.033c0-4.285 2.523-6.977 6.459-6.977 3.948 0 6.46 2.692 6.46 6.977 0 4.297-2.498 6.978-6.46 6.978-3.961 0-6.459-2.681-6.459-6.978Zm10.071 0c0-2.939-1.347-4.674-3.612-4.674s-3.611 1.748-3.611 4.674c0 2.952 1.346 4.673 3.611 4.673s3.612-1.721 3.612-4.673Zm5.153-6.811h2.666v2.318h.065a3.244 3.244 0 0 1 3.276-2.46c.322-.001.643.034.957.104v2.615a3.905 3.905 0 0 0-1.256-.17 2.81 2.81 0 0 0-2.177.897 2.814 2.814 0 0 0-.736 2.237v8.078h-2.795V32.924Zm19.853 9.62c-.376 2.472-2.784 4.169-5.864 4.169-3.962 0-6.421-2.654-6.421-6.913 0-4.272 2.472-7.042 6.303-7.042 3.768 0 6.138 2.588 6.138 6.717v.958h-9.619v.169a3.549 3.549 0 0 0 3.664 3.858 3.082 3.082 0 0 0 3.145-1.916h2.654Zm-9.45-4.065h6.809a3.267 3.267 0 0 0-.915-2.458 3.276 3.276 0 0 0-2.426-.998 3.444 3.444 0 0 0-3.206 2.13c-.174.42-.263.871-.262 1.326ZM56.899 13.804a3.97 3.97 0 0 1 4.223 4.46c0 2.867-1.55 4.515-4.223 4.515h-3.242v-8.975h3.242ZM55.05 21.51h1.692a2.822 2.822 0 0 0 2.96-3.228 2.83 2.83 0 0 0-2.96-3.21H55.05v6.438Zm7.647-2.12a3.208 3.208 0 0 1 6.239-1.318c.14.424.192.873.15 1.318a3.209 3.209 0 1 1-6.39 0Zm5.013 0c0-1.468-.66-2.326-1.817-2.326-1.162 0-1.816.858-1.816 2.326 0 1.48.654 2.332 1.816 2.332 1.158 0 1.817-.858 1.817-2.332Zm9.867 3.39H76.19l-1.4-4.988h-.105L73.29 22.78h-1.374l-1.867-6.773h1.356l1.213 5.168h.1l1.393-5.168h1.282l1.393 5.168h.105l1.208-5.168h1.337l-1.86 6.773Zm3.43-6.775h1.287v1.076h.1a2.028 2.028 0 0 1 2.021-1.207 2.202 2.202 0 0 1 2.344 2.52v4.384h-1.336v-4.05c0-1.088-.473-1.629-1.462-1.629a1.553 1.553 0 0 0-1.617 1.716v3.963h-1.337v-6.773Zm7.883-2.643h1.336v9.418H88.89v-9.418Zm3.195 6.028a3.208 3.208 0 1 1 6.389 0 3.209 3.209 0 1 1-6.39 0Zm5.013 0c0-1.468-.66-2.326-1.817-2.326-1.162 0-1.816.858-1.816 2.326 0 1.48.654 2.332 1.816 2.332 1.157 0 1.817-.857 1.817-2.332Zm2.783 1.474c0-1.219.908-1.922 2.519-2.021l1.835-.106v-.585c0-.715-.473-1.12-1.387-1.12-.746 0-1.263.275-1.411.754h-1.295c.137-1.164 1.231-1.91 2.768-1.91 1.698 0 2.656.845 2.656 2.276v4.628h-1.287v-.952h-.106a2.276 2.276 0 0 1-2.034 1.064 2.048 2.048 0 0 1-2.258-2.027Zm4.354-.578v-.567l-1.654.106c-.933.063-1.356.38-1.356.977 0 .61.529.965 1.256.965a1.6 1.6 0 0 0 1.754-1.481Zm3.088-.896c0-2.14 1.1-3.496 2.811-3.496a2.234 2.234 0 0 1 2.077 1.188h.1v-3.72h1.337v9.418h-1.281v-1.07h-.106a2.348 2.348 0 0 1-2.127 1.181c-1.723 0-2.811-1.355-2.811-3.5Zm1.381 0c0 1.437.677 2.301 1.809 2.301 1.127 0 1.823-.877 1.823-2.295 0-1.412-.703-2.301-1.823-2.301-1.125 0-1.809.87-1.809 2.295Zm10.475 0a3.204 3.204 0 0 1 1.896-3.24 3.207 3.207 0 0 1 4.492 3.24c.044.446-.007.896-.148 1.32a3.194 3.194 0 0 1-1.746 1.926 3.212 3.212 0 0 1-4.347-1.925 3.212 3.212 0 0 1-.147-1.32Zm5.013 0c0-1.468-.659-2.326-1.817-2.326-1.162 0-1.815.858-1.815 2.326 0 1.48.653 2.332 1.815 2.332 1.158 0 1.817-.858 1.817-2.332Zm3.169-3.385h1.287v1.076h.099a2.033 2.033 0 0 1 2.022-1.207 2.203 2.203 0 0 1 2.344 2.52v4.384h-1.337v-4.05c0-1.088-.473-1.629-1.461-1.629a1.555 1.555 0 0 0-1.618 1.716v3.963h-1.336v-6.773Zm13.306-1.685v1.718h1.467v1.125h-1.467v3.483c0 .71.292 1.02.957 1.02.171 0 .341-.01.51-.03v1.113a4.43 4.43 0 0 1-.727.069c-1.487 0-2.079-.524-2.079-1.83v-3.825h-1.075v-1.125h1.075V14.32h1.339Zm3.293-.958h1.325v3.733h.106a2.079 2.079 0 0 1 2.065-1.213 2.23 2.23 0 0 1 2.333 2.525v4.373h-1.338v-4.044c0-1.081-.504-1.63-1.449-1.63a1.58 1.58 0 0 0-1.705 1.718v3.956h-1.337v-9.418Zm13.623 7.589a2.75 2.75 0 0 1-2.935 1.96 3.079 3.079 0 0 1-3.129-3.496 3.132 3.132 0 0 1 .754-2.482 3.12 3.12 0 0 1 2.369-1.057c1.885 0 3.022 1.288 3.022 3.415v.466h-4.783v.075a1.779 1.779 0 0 0 .473 1.37 1.792 1.792 0 0 0 1.331.57 1.62 1.62 0 0 0 1.611-.82h1.287Zm-4.702-2.183h3.421a1.626 1.626 0 0 0-.445-1.246 1.638 1.638 0 0 0-1.222-.508 1.733 1.733 0 0 0-1.754 1.755Z",fill:"#fff"}})])};const Ye={render:We},Xe=Object.freeze(Object.defineProperty({__proto__:null,default:Ye},Symbol.toStringTag,{value:"Module"}));var Qe=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--apple",attrs:{"aria-hidden":"true",role:"img","data-name":"Apple",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M20.425 7.5c-.128.1-2.392 1.37-2.392 4.192 0 3.265 2.88 4.42 2.967 4.449-.013.07-.458 1.582-1.519 3.122-.946 1.355-1.935 2.708-3.438 2.708-1.504 0-1.89-.869-3.626-.869-1.692 0-2.293.898-3.668.898-1.376 0-2.335-1.254-3.438-2.794C4.033 17.397 3 14.588 3 11.92c0-4.277 2.795-6.546 5.545-6.546 1.462 0 2.68.955 3.598.955.873 0 2.235-1.012 3.898-1.012.63 0 2.894.057 4.384 2.183Zm-5.174-3.993c.688-.812 1.174-1.938 1.174-3.065 0-.156-.013-.314-.042-.442-1.118.042-2.45.741-3.252 1.668-.63.713-1.218 1.84-1.218 2.981 0 .172.028.343.042.398.07.014.185.029.3.029 1.004 0 2.267-.669 2.996-1.569Z",fill:"#888"}})])};const et={render:Qe},tt=Object.freeze(Object.defineProperty({__proto__:null,default:et},Symbol.toStringTag,{value:"Module"}));var at=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--archive-restore",attrs:{"aria-hidden":"true",role:"img","data-name":"Archive Restore",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2.5a.5.5 0 0 0-.5.5v.5A.5.5 0 0 0 2 4h8a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2ZM.5 3A1.5 1.5 0 0 1 2 1.5h8A1.5 1.5 0 0 1 11.5 3v.5a1.5 1.5 0 0 1-1 1.415V9A1.5 1.5 0 0 1 9 10.5H8a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5V5h-7v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1H3A1.5 1.5 0 0 1 1.5 9V4.915A1.5 1.5 0 0 1 .5 3.5V3Zm5.146 3.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 1 1-.708.708L6.5 7.707V10a.5.5 0 0 1-1 0V7.707l-.646.647a.5.5 0 1 1-.708-.708l1.5-1.5Z","clip-rule":"evenodd"}})])};const nt={render:at},ot=Object.freeze(Object.defineProperty({__proto__:null,default:nt},Symbol.toStringTag,{value:"Module"}));var rt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--archive",attrs:{"aria-hidden":"true",role:"img","data-name":"Archive",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2.5a.5.5 0 0 0-.5.5v.5A.5.5 0 0 0 2 4h8a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2ZM.5 3A1.5 1.5 0 0 1 2 1.5h8A1.5 1.5 0 0 1 11.5 3v.5a1.5 1.5 0 0 1-1 1.415V9A1.5 1.5 0 0 1 9 10.5H3A1.5 1.5 0 0 1 1.5 9V4.915A1.5 1.5 0 0 1 .5 3.5V3Zm2 2v4a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V5h-7Zm2 1.5A.5.5 0 0 1 5 6h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const st={render:rt},it=Object.freeze(Object.defineProperty({__proto__:null,default:st},Symbol.toStringTag,{value:"Module"}));var dt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--arrow-down-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Down Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 3a.5.5 0 0 1 .5.5v3.793l4.146-4.147a.5.5 0 1 1 .708.708L4.707 8H8.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const lt={render:dt},ft=Object.freeze(Object.defineProperty({__proto__:null,default:lt},Symbol.toStringTag,{value:"Module"}));var ut=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--arrow-down-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Down Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 3.146a.5.5 0 0 1 .708 0L8 7.293V3.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L3.146 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const _t={render:ut},ct=Object.freeze(Object.defineProperty({__proto__:null,default:_t},Symbol.toStringTag,{value:"Module"}));var mt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--arrow-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a.5.5 0 0 1 .5.5v5.793l2.646-2.647a.5.5 0 1 1 .708.708l-3.5 3.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L5.5 8.293V2.5A.5.5 0 0 1 6 2Z","clip-rule":"evenodd"}})])};const ht={render:mt},gt=Object.freeze(Object.defineProperty({__proto__:null,default:ht},Symbol.toStringTag,{value:"Module"}));var pt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--arrow-left-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Left Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.146 1.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L9.293 4H4.5a.5.5 0 0 1 0-1h4.793L8.146 1.854a.5.5 0 0 1 0-.708Zm-4.292 5a.5.5 0 0 1 0 .708L2.707 8H7.5a.5.5 0 0 1 0 1H2.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const kt={render:pt},wt=Object.freeze(Object.defineProperty({__proto__:null,default:kt},Symbol.toStringTag,{value:"Module"}));var vt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--arrow-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.354 2.146a.5.5 0 0 1 0 .708L3.707 5.5H9.5a.5.5 0 0 1 0 1H3.707l2.647 2.646a.5.5 0 1 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const yt={render:vt},bt=Object.freeze(Object.defineProperty({__proto__:null,default:yt},Symbol.toStringTag,{value:"Module"}));var Dt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--arrow-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 2.146a.5.5 0 0 1 .708 0l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L8.293 6.5H2.5a.5.5 0 0 1 0-1h5.793L5.646 2.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const Mt={render:Dt},Zt=Object.freeze(Object.defineProperty({__proto__:null,default:Mt},Symbol.toStringTag,{value:"Module"}));var Ct=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--arrow-up-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Up Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.146 1.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L9 2.707V7.5a.5.5 0 0 1-1 0V2.707L6.854 3.854a.5.5 0 1 1-.708-.708l2-2ZM3.5 4a.5.5 0 0 1 .5.5v4.793l1.146-1.147a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L3 9.293V4.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const xt={render:Ct},jt=Object.freeze(Object.defineProperty({__proto__:null,default:xt},Symbol.toStringTag,{value:"Module"}));var $t=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--arrow-up-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Up Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H4.707l4.147 4.146a.5.5 0 1 1-.708.708L4 4.707V8.5a.5.5 0 0 1-1 0v-5Z","clip-rule":"evenodd"}})])};const At={render:$t},St=Object.freeze(Object.defineProperty({__proto__:null,default:At},Symbol.toStringTag,{value:"Module"}));var Ot=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--arrow-up-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Up Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 4a.5.5 0 0 1 0-1h5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V4.707L3.854 8.854a.5.5 0 1 1-.708-.708L7.293 4H3.5Z","clip-rule":"evenodd"}})])};const Et={render:Ot},Ft=Object.freeze(Object.defineProperty({__proto__:null,default:Et},Symbol.toStringTag,{value:"Module"}));var Ht=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--arrow-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Arrow Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 2.146a.5.5 0 0 1 .708 0l3.5 3.5a.5.5 0 0 1-.708.708L6.5 3.707V9.5a.5.5 0 0 1-1 0V3.707L2.854 6.354a.5.5 0 1 1-.708-.708l3.5-3.5Z","clip-rule":"evenodd"}})])};const zt={render:Ht},Bt=Object.freeze(Object.defineProperty({__proto__:null,default:zt},Symbol.toStringTag,{value:"Module"}));var Vt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--asana",attrs:{"aria-hidden":"true",role:"img","data-name":"Asana",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M17.65 12.787a4.35 4.35 0 1 0 0 8.699 4.35 4.35 0 0 0 0-8.7Zm-11.3 0a4.35 4.35 0 1 0 0 8.7 4.35 4.35 0 0 0 0-8.7Zm10-5.437a4.35 4.35 0 1 1-8.7 0 4.35 4.35 0 0 1 8.7 0Z",fill:"url(#dt-icon414228111a)"}}),t("defs",[t("radialGradient",{attrs:{id:"dt-icon414228111a",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"matrix(13.2526 0 0 12.2495 12 13.103)"}},[t("stop",{attrs:{"stop-color":"#FFB900"}}),t("stop",{attrs:{offset:".6","stop-color":"#F95D8F"}}),t("stop",{attrs:{offset:".999","stop-color":"#F95353"}})],1)],1)])};const Pt={render:Vt},Tt=Object.freeze(Object.defineProperty({__proto__:null,default:Pt},Symbol.toStringTag,{value:"Module"}));var Lt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--asterisk",attrs:{"aria-hidden":"true",role:"img","data-name":"Asterisk",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2.5a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.031 4.25a.5.5 0 0 1-.183.683l-5.196 3a.5.5 0 1 1-.5-.866l5.196-3a.5.5 0 0 1 .683.183Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.969 4.25a.5.5 0 0 1 .683-.183l5.196 3a.5.5 0 0 1-.5.866l-5.196-3a.5.5 0 0 1-.183-.683Z","clip-rule":"evenodd"}})])};const It={render:Lt},Ut=Object.freeze(Object.defineProperty({__proto__:null,default:It},Symbol.toStringTag,{value:"Module"}));var qt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--at-sign",attrs:{"aria-hidden":"true",role:"img","data-name":"At Sign",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon371007960a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 6a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z"}}),t("path",{attrs:{d:"M3.65 1.028A5.5 5.5 0 0 1 11.5 6v.5a2 2 0 1 1-4 0V4a.5.5 0 1 1 1 0v2.5a1 1 0 1 0 2 0V6a4.5 4.5 0 1 0-1.764 3.573.5.5 0 1 1 .608.794 5.5 5.5 0 1 1-5.694-9.34Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon371007960a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Nt={render:qt},Rt=Object.freeze(Object.defineProperty({__proto__:null,default:Nt},Symbol.toStringTag,{value:"Module"}));var Gt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--ata-adapter",attrs:{"aria-hidden":"true",role:"img","data-name":"Ata Adapter",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7ZM2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM3 5.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm1.5 0A.5.5 0 0 1 5 6v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm1.5 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm1.5 0A.5.5 0 0 1 8 6v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm1.5 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm-6.5 3A.5.5 0 0 1 3 8h.005a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Zm1.5 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm1.5 0A.5.5 0 0 1 6 8h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm1.5 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5Zm1.5 0A.5.5 0 0 1 9 8h.005a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])};const Kt={render:Gt},Jt=Object.freeze(Object.defineProperty({__proto__:null,default:Kt},Symbol.toStringTag,{value:"Module"}));var Wt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--attestation-outline",attrs:{"aria-hidden":"true",role:"img","data-name":"Attestation Outline",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1760180096a)","fill-rule":"evenodd","clip-rule":"evenodd",fill:"currentColor"}},[t("path",{attrs:{d:"M9.442 3.558a.625.625 0 0 1 0 .884l-4 4a.625.625 0 0 1-.884 0l-2-2a.625.625 0 1 1 .884-.884L5 7.116l3.558-3.558a.625.625 0 0 1 .884 0Z"}}),t("path",{attrs:{d:"M8 1H4a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3ZM4 0a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1760180096a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Yt={render:Wt},Xt=Object.freeze(Object.defineProperty({__proto__:null,default:Yt},Symbol.toStringTag,{value:"Module"}));var Qt=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--attestation",attrs:{"aria-hidden":"true",role:"img","data-name":"Attestation",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon833695597a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.92 0a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-4Zm1.443 8.442 4-4a.625.625 0 1 0-.884-.884L5.92 7.116 4.363 5.558a.625.625 0 1 0-.884.884l2 2c.244.244.64.244.884 0Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon833695597a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z",transform:"translate(.92)"}})])])])};const ea={render:Qt},ta=Object.freeze(Object.defineProperty({__proto__:null,default:ea},Symbol.toStringTag,{value:"Module"}));var aa=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--axis-3d",attrs:{"aria-hidden":"true",role:"img","data-name":"Axis 3d",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 1.5a.5.5 0 0 1 .5.5v6.793l2.646-2.647a.5.5 0 1 1 .708.708L3.207 9.5H10a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const na={render:aa},oa=Object.freeze(Object.defineProperty({__proto__:null,default:na},Symbol.toStringTag,{value:"Module"}));var ra=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bar-chart-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Bar Chart 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Zm3 3a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Zm-6 2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const sa={render:ra},ia=Object.freeze(Object.defineProperty({__proto__:null,default:sa},Symbol.toStringTag,{value:"Module"}));var da=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bar-chart-3",attrs:{"aria-hidden":"true",role:"img","data-name":"Bar Chart 3",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5V10h8.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5Zm5 1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0v-6a.5.5 0 0 1 .5-.5ZM9 4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4A.5.5 0 0 1 9 4ZM4 6.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const la={render:da},fa=Object.freeze(Object.defineProperty({__proto__:null,default:la},Symbol.toStringTag,{value:"Module"}));var ua=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bar-chart-4",attrs:{"aria-hidden":"true",role:"img","data-name":"Bar Chart 4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5V10h8.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5ZM9 2a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0v-6A.5.5 0 0 1 9 2ZM6.5 4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5ZM4 6.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const _a={render:ua},ca=Object.freeze(Object.defineProperty({__proto__:null,default:_a},Symbol.toStringTag,{value:"Module"}));var ma=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bar-chart-horizontal",attrs:{"aria-hidden":"true",role:"img","data-name":"Bar Chart Horizontal",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5V10h8.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5ZM3 3a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 0 1H3.5A.5.5 0 0 1 3 3Zm0 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5ZM3 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4A.5.5 0 0 1 3 8Z","clip-rule":"evenodd"}})])};const ha={render:ma},ga=Object.freeze(Object.defineProperty({__proto__:null,default:ha},Symbol.toStringTag,{value:"Module"}));var pa=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bar-chart",attrs:{"aria-hidden":"true",role:"img","data-name":"Bar Chart",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9 1.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Zm-3 3a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Zm-3 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const ka={render:pa},wa=Object.freeze(Object.defineProperty({__proto__:null,default:ka},Symbol.toStringTag,{value:"Module"}));var va=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--barge",attrs:{"aria-hidden":"true",role:"img","data-name":"Barge",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1940506880a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5V4a.5.5 0 1 1-1 0V2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5V8a.5.5 0 0 1 1 0v1.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7Zm3.455 1.838a.5.5 0 0 1 .707 0L8.47 5.647a.5.5 0 0 1 0 .707L6.662 8.162a.5.5 0 0 1-.707-.707l.954-.955H.5a.5.5 0 0 1 0-1h6.41l-.955-.954a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1940506880a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const ya={render:va},ba=Object.freeze(Object.defineProperty({__proto__:null,default:ya},Symbol.toStringTag,{value:"Module"}));var Da=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--baseline",attrs:{"aria-hidden":"true",role:"img","data-name":"Baseline",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 10a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5ZM6 1.5a.5.5 0 0 1 .447.276l3 6a.5.5 0 1 1-.894.448L6 3.118 3.447 8.224a.5.5 0 1 1-.894-.448l3-6A.5.5 0 0 1 6 1.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 6a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Ma={render:Da},Za=Object.freeze(Object.defineProperty({__proto__:null,default:Ma},Symbol.toStringTag,{value:"Module"}));var Ca=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--battery-charging",attrs:{"aria-hidden":"true",role:"img","data-name":"Battery Charging",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.757 3.071a.5.5 0 0 1 .172.686L4.883 5.5H6a.5.5 0 0 1 .429.757l-1.5 2.5a.5.5 0 0 1-.858-.514L5.117 6.5H4a.5.5 0 0 1-.429-.757l1.5-2.5a.5.5 0 0 1 .686-.172ZM.94 3.44A1.5 1.5 0 0 1 2 3h1a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h.5a.5.5 0 0 1 0 1H2A1.5 1.5 0 0 1 .5 7.5v-3c0-.398.158-.78.44-1.06ZM7 3.5a.5.5 0 0 1 .5-.5H8a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H7a.5.5 0 1 1 0-1h1a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4h-.5a.5.5 0 0 1-.5-.5ZM11 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z","clip-rule":"evenodd"}})])};const xa={render:Ca},ja=Object.freeze(Object.defineProperty({__proto__:null,default:xa},Symbol.toStringTag,{value:"Module"}));var $a=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--battery-full",attrs:{"aria-hidden":"true",role:"img","data-name":"Battery Full",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 4a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4H2Zm-1.5.5A1.5 1.5 0 0 1 2 3h6a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H2A1.5 1.5 0 0 1 .5 7.5v-3ZM3 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 5Zm2 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 5Zm2 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 7 5Zm4 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z","clip-rule":"evenodd"}})])};const Aa={render:$a},Sa=Object.freeze(Object.defineProperty({__proto__:null,default:Aa},Symbol.toStringTag,{value:"Module"}));var Oa=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--battery-low",attrs:{"aria-hidden":"true",role:"img","data-name":"Battery Low",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 4a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4H2Zm-1.5.5A1.5 1.5 0 0 1 2 3h6a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H2A1.5 1.5 0 0 1 .5 7.5v-3ZM3 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 5Zm8 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z","clip-rule":"evenodd"}})])};const Ea={render:Oa},Fa=Object.freeze(Object.defineProperty({__proto__:null,default:Ea},Symbol.toStringTag,{value:"Module"}));var Ha=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--battery-medium",attrs:{"aria-hidden":"true",role:"img","data-name":"Battery Medium",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 4a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4H2Zm-1.5.5A1.5 1.5 0 0 1 2 3h6a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H2A1.5 1.5 0 0 1 .5 7.5v-3ZM3 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 5Zm2 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 5Zm6 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z","clip-rule":"evenodd"}})])};const za={render:Ha},Ba=Object.freeze(Object.defineProperty({__proto__:null,default:za},Symbol.toStringTag,{value:"Module"}));var Va=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--battery",attrs:{"aria-hidden":"true",role:"img","data-name":"Battery",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 4a.5.5 0 0 0-.5.5v3A.5.5 0 0 0 2 8h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 8 4H2Zm-1.5.5A1.5 1.5 0 0 1 2 3h6a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 8 9H2A1.5 1.5 0 0 1 .5 7.5v-3ZM11 5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 11 5Z","clip-rule":"evenodd"}})])};const Pa={render:Va},Ta=Object.freeze(Object.defineProperty({__proto__:null,default:Pa},Symbol.toStringTag,{value:"Module"}));var La=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bell-minus",attrs:{"aria-hidden":"true",role:"img","data-name":"Bell Minus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.884 10.068a.5.5 0 0 1 .683.181.5.5 0 0 0 .865 0 .5.5 0 0 1 .865.502 1.5 1.5 0 0 1-2.595 0 .5.5 0 0 1 .182-.683ZM7 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.417 1.535A2.5 2.5 0 0 0 3.5 4c0 1.824-.391 3.033-.811 3.802-.038.07-.076.136-.114.198h6.85a4.58 4.58 0 0 1-.052-.088c-.4-.69-.792-1.769-.862-3.39a.5.5 0 0 1 .999-.044c.064 1.476.417 2.396.728 2.932.157.27.305.447.407.552a1.43 1.43 0 0 0 .137.125m.001.001A.5.5 0 0 1 10.5 9h-9a.5.5 0 0 1-.277-.916L1.5 8.5l-.277-.416H1.22v.002h-.003a1.513 1.513 0 0 0 .153-.142c.113-.117.274-.317.44-.62.33-.607.689-1.648.689-3.324A3.5 3.5 0 0 1 6.583.549a.5.5 0 1 1-.166.986","clip-rule":"evenodd"}})])};const Ia={render:La},Ua=Object.freeze(Object.defineProperty({__proto__:null,default:Ia},Symbol.toStringTag,{value:"Module"}));var qa=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bell-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Bell Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2800200534a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M4.884 10.068a.5.5 0 0 1 .684.181.5.5 0 0 0 .865 0 .5.5 0 0 1 .865.502 1.5 1.5 0 0 1-2.595 0 .5.5 0 0 1 .181-.683ZM9.008 3.5a.5.5 0 0 1 .492.508 8.444 8.444 0 0 0 .297 2.36.5.5 0 1 1-.964.264 9.444 9.444 0 0 1-.333-2.64.5.5 0 0 1 .508-.492Zm-5.731-.848a.5.5 0 0 1 .33.625A2.43 2.43 0 0 0 3.5 4c0 1.824-.391 3.033-.811 3.802-.038.07-.076.136-.114.198H8.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.283-.912l.001-.001a1.51 1.51 0 0 0 .153-.142c.113-.118.274-.318.44-.622.33-.606.689-1.646.689-3.322"}}),t("path",{attrs:{d:"M5.831.5A3.5 3.5 0 0 1 9.5 4a.5.5 0 1 1-1 0 2.5 2.5 0 0 0-3.887-2.084.5.5 0 1 1-.555-.832A3.5 3.5 0 0 1 5.83.5ZM.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2800200534a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Na={render:qa},Ra=Object.freeze(Object.defineProperty({__proto__:null,default:Na},Symbol.toStringTag,{value:"Module"}));var Ga=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bell-plus",attrs:{"aria-hidden":"true",role:"img","data-name":"Bell Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.417 1.535A2.5 2.5 0 0 0 3.5 4c0 1.824-.391 3.033-.811 3.802-.038.07-.076.136-.114.198h6.85c-.268-.44-.541-1.056-.72-1.896a.5.5 0 0 1 .977-.208c.19.884.489 1.446.724 1.776.118.166.222.277.29.341a1.132 1.132 0 0 0 .087.075A.5.5 0 0 1 10.5 9h-9a.5.5 0 0 1-.277-.916L1.5 8.5l-.277-.416H1.22v.002h-.003a1.513 1.513 0 0 0 .153-.142c.113-.117.274-.317.44-.62.33-.607.689-1.648.689-3.324A3.5 3.5 0 0 1 6.583.549a.5.5 0 1 1-.166.986Zm-1.533 8.533a.5.5 0 0 1 .683.181.5.5 0 0 0 .865 0 .5.5 0 0 1 .865.502 1.5 1.5 0 0 1-2.595 0 .5.5 0 0 1 .182-.683Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9 .5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V1A.5.5 0 0 1 9 .5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Ka={render:Ga},Ja=Object.freeze(Object.defineProperty({__proto__:null,default:Ka},Symbol.toStringTag,{value:"Module"}));var Wa=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bell-ring",attrs:{"aria-hidden":"true",role:"img","data-name":"Bell Ring",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon4204304907a)",fill:"currentColor"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M2.304.603a.5.5 0 0 1 .093.7A4.422 4.422 0 0 0 1.5 4a.5.5 0 0 1-1 0C.5 2.794.884 1.636 1.603.696a.5.5 0 0 1 .7-.093ZM9.7.6a.5.5 0 0 1 .7.1A5.5 5.5 0 0 1 11.5 4a.5.5 0 0 1-1 0 4.5 4.5 0 0 0-.9-2.7.5.5 0 0 1 .1-.7Zm-4.816 9.468a.5.5 0 0 1 .684.181.5.5 0 0 0 .865 0 .5.5 0 1 1 .865.502 1.5 1.5 0 0 1-2.595 0 .5.5 0 0 1 .181-.683Z","clip-rule":"evenodd"}}),t("path",{attrs:{d:"M3.525 1.525A3.5 3.5 0 0 1 6 .5a.5.5 0 0 1 0 1A2.5 2.5 0 0 0 3.5 4c0 1.824-.391 3.033-.811 3.802-.21.383-.423.653-.592.831a2.488 2.488 0 0 1-.212.201l-.801-.057a.5.5 0 0 1 .133-.69h.001a1.51 1.51 0 0 0 .153-.142c.113-.118.274-.318.44-.622.33-.606.689-1.647.689-3.323a3.5 3.5 0 0 1 1.025-2.475Z"}}),t("path",{attrs:{"fill-rule":"evenodd",d:"M1 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{d:"M8.475 1.525A3.5 3.5 0 0 0 6 .5a.5.5 0 0 0 0 1A2.5 2.5 0 0 1 8.5 4c0 1.824.391 3.033.811 3.802.21.383.423.653.592.831l1.013.144a.5.5 0 0 0-.133-.69h-.001a1.507 1.507 0 0 1-.153-.142 2.97 2.97 0 0 1-.44-.622C9.859 6.717 9.5 5.676 9.5 4a3.5 3.5 0 0 0-1.025-2.475Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon4204304907a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ya={render:Wa},Xa=Object.freeze(Object.defineProperty({__proto__:null,default:Ya},Symbol.toStringTag,{value:"Module"}));var Qa=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bell",attrs:{"aria-hidden":"true",role:"img","data-name":"Bell",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.884 10.068a.5.5 0 0 1 .684.181.5.5 0 0 0 .865 0 .5.5 0 0 1 .865.502 1.5 1.5 0 0 1-2.595 0 .5.5 0 0 1 .181-.683Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor",d:"M3.525 1.525A3.5 3.5 0 0 1 6 .5a.5.5 0 0 1 0 1A2.5 2.5 0 0 0 3.5 4c0 1.824-.391 3.033-.811 3.802-.21.383-.423.653-.592.83-.084.09-.157.156-.212.202l-.801-.057a.5.5 0 0 1 .133-.69h.001a1.51 1.51 0 0 0 .153-.142c.113-.118.274-.318.44-.622.33-.606.689-1.647.689-3.323a3.5 3.5 0 0 1 1.025-2.475Z"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor",d:"M8.475 1.525A3.5 3.5 0 0 0 6 .5a.5.5 0 0 0 0 1A2.5 2.5 0 0 1 8.5 4c0 1.824.391 3.033.811 3.802.21.383.423.653.592.83l1.013.145a.5.5 0 0 0-.133-.69h-.001a1.507 1.507 0 0 1-.153-.142 2.97 2.97 0 0 1-.44-.622C9.859 6.717 9.5 5.676 9.5 4a3.5 3.5 0 0 0-1.025-2.475Z"}})])};const en={render:Qa},tn=Object.freeze(Object.defineProperty({__proto__:null,default:en},Symbol.toStringTag,{value:"Module"}));var an=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--binary",attrs:{"aria-hidden":"true",role:"img","data-name":"Binary",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V2Zm1 .5v2h1v-2h-1Zm3-.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2.5H9a.5.5 0 0 1 0 1H7a.5.5 0 0 1 0-1h.5v-2H7a.5.5 0 0 1-.5-.5Zm-4 5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2.5H5a.5.5 0 0 1 0 1H3a.5.5 0 0 1 0-1h.5v-2H3a.5.5 0 0 1-.5-.5Zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V7Zm1 .5v2h1v-2h-1Z","clip-rule":"evenodd"}})])};const nn={render:an},on=Object.freeze(Object.defineProperty({__proto__:null,default:nn},Symbol.toStringTag,{value:"Module"}));var rn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bluetooth-connected",attrs:{"aria-hidden":"true",role:"img","data-name":"Bluetooth Connected",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.809.538a.5.5 0 0 1 .545.108l2.5 2.5a.5.5 0 0 1 0 .708L6.707 6l2.147 2.146a.5.5 0 0 1 0 .708l-2.5 2.5A.5.5 0 0 1 5.5 11V7.207L3.854 8.854a.5.5 0 1 1-.708-.708L5.293 6 3.146 3.854a.5.5 0 1 1 .708-.708L5.5 4.793V1a.5.5 0 0 1 .309-.462Zm.691 6.67L7.793 8.5 6.5 9.793V7.207Zm0-2.415V2.207L7.793 3.5 6.5 4.793ZM1 6a.5.5 0 0 1 .5-.5H3a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 6Zm7.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const sn={render:rn},dn=Object.freeze(Object.defineProperty({__proto__:null,default:sn},Symbol.toStringTag,{value:"Module"}));var ln=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bluetooth-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Bluetooth Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3770461959a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0L6.35 5.644a.542.542 0 0 1 .005.005l4.998 4.997a.5.5 0 0 1-.708.708L8.5 9.207l-2.146 2.147A.5.5 0 0 1 5.5 11V7.207L3.854 8.854a.5.5 0 1 1-.708-.708L5.293 6 .646 1.354a.5.5 0 0 1 0-.708ZM6.5 7.207v2.586L7.793 8.5 6.5 7.207ZM5.809.538a.5.5 0 0 1 .545.108l2.5 2.5a.5.5 0 0 1 0 .708l-1.25 1.25a.5.5 0 1 1-.708-.708l.897-.896L6.5 2.207V3.25a.5.5 0 1 1-1 0V1a.5.5 0 0 1 .309-.462Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3770461959a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const fn={render:ln},un=Object.freeze(Object.defineProperty({__proto__:null,default:fn},Symbol.toStringTag,{value:"Module"}));var _n=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bluetooth-searching",attrs:{"aria-hidden":"true",role:"img","data-name":"Bluetooth Searching",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.809.538a.5.5 0 0 1 .545.108l2.5 2.5a.5.5 0 0 1 0 .708L6.707 6l2.147 2.146a.5.5 0 0 1 0 .708l-2.5 2.5A.5.5 0 0 1 5.5 11V7.207L3.854 8.854a.5.5 0 1 1-.708-.708L5.293 6 3.146 3.854a.5.5 0 1 1 .708-.708L5.5 4.793V1a.5.5 0 0 1 .309-.462Zm.691 6.67L7.793 8.5 6.5 9.793V7.207Zm0-2.415V2.207L7.793 3.5 6.5 4.793Zm3.561-.561a.5.5 0 0 1 .707 0 2.5 2.5 0 0 1 0 3.537.5.5 0 0 1-.706-.708 1.5 1.5 0 0 0 0-2.122.5.5 0 0 1 0-.707ZM8.5 6a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const cn={render:_n},mn=Object.freeze(Object.defineProperty({__proto__:null,default:cn},Symbol.toStringTag,{value:"Module"}));var hn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bluetooth",attrs:{"aria-hidden":"true",role:"img","data-name":"Bluetooth",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.809.538a.5.5 0 0 1 .545.108l2.5 2.5a.5.5 0 0 1 0 .708L6.707 6l2.147 2.146a.5.5 0 0 1 0 .708l-2.5 2.5A.5.5 0 0 1 5.5 11V7.207L3.854 8.854a.5.5 0 1 1-.708-.708L5.293 6 3.146 3.854a.5.5 0 1 1 .708-.708L5.5 4.793V1a.5.5 0 0 1 .309-.462Zm.691 6.67L7.793 8.5 6.5 9.793V7.207Zm0-2.415V2.207L7.793 3.5 6.5 4.793Z","clip-rule":"evenodd"}})])};const gn={render:hn},pn=Object.freeze(Object.defineProperty({__proto__:null,default:gn},Symbol.toStringTag,{value:"Module"}));var kn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--blur-background",attrs:{"aria-hidden":"true",role:"img","data-name":"Blur Background",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2578457241a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94 1.5a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm2 0a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm5.002 0a.56.56 0 1 1 1.121 0 .56.56 0 0 1-1.12 0Zm1.998 0a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0ZM6 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 3.5a2.5 2.5 0 1 1 4.961.441.56.56 0 1 1-.374.935A2.498 2.498 0 0 1 6 6a2.498 2.498 0 0 1-2.086-1.122.559.559 0 0 1-.974-.378.56.56 0 0 1 .599-.559 2.515 2.515 0 0 1-.039-.44ZM1.94 3a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0ZM9 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H9.5A.5.5 0 0 1 9 3ZM.94 4.5a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm9 0a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm-8 1.5a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm7 0a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm-.81 1.08a.56.56 0 0 1 .93.466A2.5 2.5 0 0 1 10 9.5v1a.5.5 0 1 1-1 0v-1A1.5 1.5 0 0 0 7.5 8h-3A1.5 1.5 0 0 0 3 9.5v1a.5.5 0 1 1-1 0v-1a2.5 2.5 0 0 1 .941-1.955.56.56 0 0 1 .93-.465 2.5 2.5 0 0 1 .63-.08h3c.214 0 .425.028.63.08Zm1.81.42a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Zm-9 0a.56.56 0 1 1 1.12 0 .56.56 0 0 1-1.12 0Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2578457241a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const wn={render:kn},vn=Object.freeze(Object.defineProperty({__proto__:null,default:wn},Symbol.toStringTag,{value:"Module"}));var yn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bold",attrs:{"aria-hidden":"true",role:"img","data-name":"Bold",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 1 .5-.5h4a2.5 2.5 0 1 1 0 5H3a.5.5 0 0 1-.5-.5V2Zm1 .5v3H7a1.5 1.5 0 0 0 0-3H3.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 6a.5.5 0 0 1 .5-.5h4.5a2.5 2.5 0 1 1 0 5H3a.5.5 0 0 1-.5-.5V6Zm1 .5v3h4a1.5 1.5 0 0 0 0-3h-4Z","clip-rule":"evenodd"}})])};const bn={render:yn},Dn=Object.freeze(Object.defineProperty({__proto__:null,default:bn},Symbol.toStringTag,{value:"Module"}));var Mn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--book-open",attrs:{"aria-hidden":"true",role:"img","data-name":"Book Open",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 1.5A.5.5 0 0 1 1 1h3a2.5 2.5 0 0 1 2.5 2.5v7a.5.5 0 0 1-1 0 1 1 0 0 0-1-1H1A.5.5 0 0 1 .5 9V1.5Zm5 7.268V3.5A1.5 1.5 0 0 0 4 2H1.5v6.5h3a2 2 0 0 1 1 .268Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.232 1.732A2.5 2.5 0 0 1 8 1h3a.5.5 0 0 1 .5.5V9a.5.5 0 0 1-.5.5H7.5a1 1 0 0 0-1 1 .5.5 0 0 1-1 0v-7a2.5 2.5 0 0 1 .732-1.768ZM6.5 8.768a2 2 0 0 1 1-.268h3V2H8a1.5 1.5 0 0 0-1.5 1.5v5.268Z","clip-rule":"evenodd"}})])};const Zn={render:Mn},Cn=Object.freeze(Object.defineProperty({__proto__:null,default:Zn},Symbol.toStringTag,{value:"Module"}));var xn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--book",attrs:{"aria-hidden":"true",role:"img","data-name":"Book",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.25 9a.75.75 0 0 0-.75.75.5.5 0 0 1-1 0A1.75 1.75 0 0 1 3.25 8H10a.5.5 0 0 1 0 1H3.25Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.25 1.5a.75.75 0 0 0-.75.75v7.5a.75.75 0 0 0 .75.75H9.5v-9H3.25Zm0-1H10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H3.25A1.75 1.75 0 0 1 1.5 9.75v-7.5A1.75 1.75 0 0 1 3.25.5Z","clip-rule":"evenodd"}})])};const jn={render:xn},$n=Object.freeze(Object.defineProperty({__proto__:null,default:jn},Symbol.toStringTag,{value:"Module"}));var An=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bookmark-minus",attrs:{"aria-hidden":"true",role:"img","data-name":"Bookmark Minus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 2a.5.5 0 0 0-.5.5v7.138l2.752-1.572a.5.5 0 0 1 .496 0L9 9.638V2.5a.5.5 0 0 0-.5-.5h-5Zm-1.06-.56A1.5 1.5 0 0 1 3.5 1h5A1.5 1.5 0 0 1 10 2.5v8a.5.5 0 0 1-.748.434L6 9.076l-3.252 1.858A.5.5 0 0 1 2 10.5v-8c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 4 5Z","clip-rule":"evenodd"}})])};const Sn={render:An},On=Object.freeze(Object.defineProperty({__proto__:null,default:Sn},Symbol.toStringTag,{value:"Module"}));var En=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bookmark-plus",attrs:{"aria-hidden":"true",role:"img","data-name":"Bookmark Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 2a.5.5 0 0 0-.5.5v7.138l2.752-1.572a.5.5 0 0 1 .496 0L9 9.638V2.5a.5.5 0 0 0-.5-.5h-5Zm-1.06-.56A1.5 1.5 0 0 1 3.5 1h5A1.5 1.5 0 0 1 10 2.5v8a.5.5 0 0 1-.748.434L6 9.076l-3.252 1.858A.5.5 0 0 1 2 10.5v-8c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 4 5Z","clip-rule":"evenodd"}})])};const Fn={render:En},Hn=Object.freeze(Object.defineProperty({__proto__:null,default:Fn},Symbol.toStringTag,{value:"Module"}));var zn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bookmark",attrs:{"aria-hidden":"true",role:"img","data-name":"Bookmark",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 2a.5.5 0 0 0-.5.5v7.138l2.752-1.572a.5.5 0 0 1 .496 0L9 9.638V2.5a.5.5 0 0 0-.5-.5h-5Zm-1.06-.56A1.5 1.5 0 0 1 3.5 1h5A1.5 1.5 0 0 1 10 2.5v8a.5.5 0 0 1-.748.434L6 9.076l-3.252 1.858A.5.5 0 0 1 2 10.5v-8c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}})])};const Bn={render:zn},Vn=Object.freeze(Object.defineProperty({__proto__:null,default:Bn},Symbol.toStringTag,{value:"Module"}));var Pn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--box-select",attrs:{"aria-hidden":"true",role:"img","data-name":"Box Select",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.44A1.5 1.5 0 0 1 2.5 1a.5.5 0 0 1 0 1 .5.5 0 0 0-.5.5.5.5 0 0 1-1 0c0-.398.158-.78.44-1.06ZM9 1.5a.5.5 0 0 1 .5-.5A1.5 1.5 0 0 1 11 2.5a.5.5 0 0 1-1 0 .5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5ZM10.5 9a.5.5 0 0 1 .5.5A1.5 1.5 0 0 1 9.5 11a.5.5 0 0 1 0-1 .5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5Zm-9 0a.5.5 0 0 1 .5.5.5.5 0 0 0 .5.5.5.5 0 0 1 0 1A1.5 1.5 0 0 1 1 9.5a.5.5 0 0 1 .5-.5ZM4 1.5a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 0 1h-.5a.5.5 0 0 1-.5-.5Zm0 9a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 0 1h-.5a.5.5 0 0 1-.5-.5Zm2.5-9A.5.5 0 0 1 7 1h.5a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Zm0 9A.5.5 0 0 1 7 10h.5a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5ZM1.5 4a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-1 0v-.5a.5.5 0 0 1 .5-.5Zm9 0a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-1 0v-.5a.5.5 0 0 1 .5-.5Zm-9 2.5A.5.5 0 0 1 2 7v.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Zm9 0a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Tn={render:Pn},Ln=Object.freeze(Object.defineProperty({__proto__:null,default:Tn},Symbol.toStringTag,{value:"Module"}));var In=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--box",attrs:{"aria-hidden":"true",role:"img","data-name":"Box",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.251.701a1.5 1.5 0 0 1 1.499 0l3.5 2A1.5 1.5 0 0 1 11 4v4a1.503 1.503 0 0 1-.75 1.299l-.002.001-3.498 1.999a1.5 1.5 0 0 1-1.5 0l-3.498-2-.002-.001A1.5 1.5 0 0 1 1 8V4a1.502 1.502 0 0 1 .75-1.298l.002-.001 3.5-2Zm.749.8a.5.5 0 0 0-.25.067l-.002.001L2.25 3.568A.503.503 0 0 0 2 4v4a.5.5 0 0 0 .25.431s-.001 0 0 0l3.5 2a.5.5 0 0 0 .5 0h.002l3.498-2s0 .001 0 0A.503.503 0 0 0 10 8V4a.5.5 0 0 0-.25-.432l-3.5-2A.5.5 0 0 0 6 1.501Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.211 3.251a.5.5 0 0 1 .683-.185L6 5.424l4.106-2.358a.5.5 0 1 1 .498.868l-4.355 2.5a.5.5 0 0 1-.498 0l-4.355-2.5a.5.5 0 0 1-.185-.683Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Un={render:In},qn=Object.freeze(Object.defineProperty({__proto__:null,default:Un},Symbol.toStringTag,{value:"Module"}));var Nn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--boxes",attrs:{"aria-hidden":"true",role:"img","data-name":"Boxes",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon292735760a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 .667a1.5 1.5 0 0 0-.772.214l-1.5.9A1.5 1.5 0 0 0 3 3.064v1.903L1.228 6.031A1.5 1.5 0 0 0 .5 7.314v1.622a1.5 1.5 0 0 0 .728 1.283l1.5.9a1.5 1.5 0 0 0 1.544 0L6 10.083l1.728 1.036a1.5 1.5 0 0 0 1.544 0l1.5-.9a1.5 1.5 0 0 0 .728-1.283V7.314a1.5 1.5 0 0 0-.727-1.283L9 4.967V3.064a1.5 1.5 0 0 0-.728-1.283l-1.5-.9A1.5 1.5 0 0 0 6 .667Zm-.5 8.55V7.633l-1.5.9v1.583l1.5-.9Zm1 0 1.5.899V8.533l-1.5-.9v1.584Zm0-3.35 1.5-.9V3.38l-1.5.902v1.584Zm1.026-3.368-1.268-.76a.501.501 0 0 0-.516 0l-1.267.76L6 3.417l1.526-.918ZM4 3.381v1.586l1.5.9V4.283L4 3.38ZM6.972 6.75 8.5 5.833l1.526.916-1.526.918-1.528-.917Zm3.528.88v1.304a.5.5 0 0 1-.242.427L9 10.116V8.533l1.5-.902Zm-7-1.797 1.528.917-1.528.917-1.526-.918L3.5 5.833Zm-2 3.101V7.631l1.5.902v1.583L1.742 9.36a.5.5 0 0 1-.242-.427Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon292735760a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Rn={render:Nn},Gn=Object.freeze(Object.defineProperty({__proto__:null,default:Rn},Symbol.toStringTag,{value:"Module"}));var Kn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--branch",attrs:{"aria-hidden":"true",role:"img","data-name":"Branch",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm-1.5.5a1.5 1.5 0 1 1 2 1.415V5h1A2.5 2.5 0 0 1 10 7.5v.585a1.5 1.5 0 1 1-1 0V7.5A1.5 1.5 0 0 0 7.5 6H4a1 1 0 0 0-.923.615 1.5 1.5 0 1 1-1.03-.045A2 2 0 0 1 4 5h1.5V3.915a1.5 1.5 0 0 1-1-1.415Zm-2 5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm7 1.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z","clip-rule":"evenodd"}})])};const Jn={render:Kn},Wn=Object.freeze(Object.defineProperty({__proto__:null,default:Jn},Symbol.toStringTag,{value:"Module"}));var Yn=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--brand-dialpad-meetings",attrs:{"aria-hidden":"true",role:"img","data-name":"Brand Dialpad Meetings",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M15.194 7.338c-.772 0-1.519.284-2.102.8a3.285 3.285 0 0 0-1.072 2.012V5.658a.05.05 0 0 0-.03-.045.047.047 0 0 0-.053.011l-1.875 1.97a3.149 3.149 0 0 0-1.248-.256c-1.769 0-3.205 1.46-3.205 3.26 0 1.8 1.435 3.26 3.206 3.26.772 0 1.519-.284 2.102-.8a3.285 3.285 0 0 0 1.072-2.012v4.491c0 .044.052.066.083.034l1.875-1.97c.395.17.819.257 1.247.256 1.77 0 3.206-1.459 3.206-3.26 0-1.8-1.435-3.259-3.206-3.259ZM4.322 19.82a.2.2 0 1 0 .402 0v-.762c0-.241.14-.468.409-.468.315 0 .369.212.369.46v.77a.2.2 0 1 0 .402 0v-.787c0-.241.148-.443.405-.443.315 0 .37.212.37.46v.77a.2.2 0 1 0 .402 0v-.823c-.001-.504-.21-.791-.681-.791a.713.713 0 0 0-.587.338c-.094-.216-.282-.338-.565-.338-.22 0-.43.133-.524.298v-.062a.2.2 0 1 0-.402 0v1.379Zm4.136.238c.19 0 .38-.048.551-.136.076-.04.098-.134.058-.209-.047-.086-.16-.112-.251-.075a.952.952 0 0 1-.351.067c-.268 0-.5-.147-.558-.431h1.358s.01-.08.01-.155c0-.5-.383-.913-.86-.913a.92.92 0 0 0-.924.927c0 .587.456.925.967.925Zm-.554-1.08c.054-.255.257-.424.489-.424a.49.49 0 0 1 .492.425h-.981Zm2.621 1.08c.19 0 .38-.048.552-.136.076-.04.098-.134.058-.209-.047-.086-.16-.112-.251-.075a.953.953 0 0 1-.351.067c-.268 0-.5-.147-.558-.431h1.358s.01-.08.01-.155c0-.5-.383-.913-.86-.913a.92.92 0 0 0-.924.927c0 .587.456.925.966.925Zm-.553-1.08c.054-.255.257-.424.488-.424a.49.49 0 0 1 .493.425h-.981Zm2.372 1.08a.75.75 0 0 0 .32-.072c.067-.031.09-.11.064-.178-.037-.093-.155-.126-.252-.105a.389.389 0 0 1-.082.01c-.101 0-.191-.062-.191-.252v-.892h.375a.164.164 0 1 0 0-.327h-.376v-.386a.2.2 0 0 0-.402 0v.386h-.1a.164.164 0 0 0 0 .327h.1v.88c0 .41.178.609.544.609Zm.886-.036h.402v-1.58a.2.2 0 1 0-.402 0v1.58Zm.199-1.947a.245.245 0 0 0 .246-.24.248.248 0 0 0-.246-.245.245.245 0 0 0-.243.244c0 .133.109.241.243.241Zm.699 1.745a.2.2 0 1 0 .402 0v-.73c0-.295.191-.5.456-.5.3 0 .365.17.365.46v.77a.2.2 0 1 0 .402 0V19c0-.474-.16-.794-.644-.794a.668.668 0 0 0-.58.29v-.054a.2.2 0 1 0-.402 0v1.379Zm2.822.73c.514 0 .934-.313.934-.935v-1.373H17.5v.266c-.094-.177-.336-.302-.608-.302-.496 0-.822.384-.822.863 0 .478.326.86.822.86.326 0 .518-.163.59-.306v.014c0 .363-.188.608-.572.608a.912.912 0 0 1-.392-.09c-.08-.04-.187-.024-.234.053-.038.06-.027.14.034.179.162.103.38.163.632.163Zm.029-.97a.493.493 0 0 1-.5-.511c0-.295.218-.515.5-.515.282 0 .503.216.503.5 0 .31-.213.525-.503.525Zm1.935.478c.333 0 .764-.151.764-.569 0-.366-.347-.5-.68-.571-.16-.033-.308-.061-.308-.184 0-.093.134-.155.268-.155a.92.92 0 0 1 .312.052c.099.035.214 0 .258-.095a.167.167 0 0 0-.075-.223 1.11 1.11 0 0 0-.499-.107c-.315 0-.673.186-.673.535 0 .35.29.45.63.543.177.05.358.083.358.213 0 .125-.192.187-.355.187a.84.84 0 0 1-.374-.087c-.106-.052-.242-.022-.291.084-.033.07-.018.155.047.197.13.087.341.18.618.18Z",fill:"#7C52FF"}})])};const Xn={render:Yn},Qn=Object.freeze(Object.defineProperty({__proto__:null,default:Xn},Symbol.toStringTag,{value:"Module"}));var eo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--brand-dialpad",attrs:{"aria-hidden":"true",role:"img","data-name":"Brand Dialpad",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.025 11.197V4.18a.077.077 0 0 0-.132-.053L8.91 7.204a5.095 5.095 0 0 0-7.08 4.693 5.095 5.095 0 0 0 5.096 5.094 5.096 5.096 0 0 0 5.049-4.394v7.019c0 .069.083.102.131.053l2.982-3.079c.61.258 1.28.4 1.984.4a5.095 5.095 0 0 0 5.096-5.093 5.095 5.095 0 0 0-5.096-5.093 5.096 5.096 0 0 0-5.048 4.393Z",fill:"#7C52FF"}})])};const to={render:eo},ao=Object.freeze(Object.defineProperty({__proto__:null,default:to},Symbol.toStringTag,{value:"Module"}));var no=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--briefcase",attrs:{"aria-hidden":"true",role:"img","data-name":"Briefcase",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.94 1.44A1.5 1.5 0 0 1 5 1h2a1.5 1.5 0 0 1 1.5 1.5V3H10a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 11H2A1.5 1.5 0 0 1 .5 9.5v-5A1.5 1.5 0 0 1 2 3h1.5v-.5c0-.398.158-.78.44-1.06ZM3.5 4H2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h1.5V4Zm1 6V4h3v6h-3Zm4 0H10a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 4H8.5v6Zm-1-7h-3v-.5A.5.5 0 0 1 5 2h2a.5.5 0 0 1 .5.5V3Z","clip-rule":"evenodd"}})])};const oo={render:no},ro=Object.freeze(Object.defineProperty({__proto__:null,default:oo},Symbol.toStringTag,{value:"Module"}));var so=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--building-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Building 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon16385722a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.285 1.519A1.19 1.19 0 0 0 8 1.5H4.5c-.067 0-.255 0-.442.004a7.218 7.218 0 0 0-.258.01l-.094.007H3.7a.238.238 0 0 0-.177.18l-.004.014A1.19 1.19 0 0 0 3.5 2v8.5h5V2c0-.144-.002-.223-.02-.294L8.478 1.7a.239.239 0 0 0-.179-.177l-.014-.004ZM9.5 5v5.5h.5a.5.5 0 0 0 .5-.5V5.5c0-.15-.003-.221-.019-.285a.282.282 0 0 0-.07-.131.272.272 0 0 0-.116-.062A1.2 1.2 0 0 0 10 5h-.5Zm0-1V1.984c0-.126 0-.318-.05-.517a1.239 1.239 0 0 0-.922-.918A2.055 2.055 0 0 0 8.017.5H4.5c-.068 0-.266 0-.465.005-.1.002-.204.005-.295.01a1.239 1.239 0 0 0-1.191.956A2.055 2.055 0 0 0 2.5 2v3.5h-.517c-.125 0-.32 0-.518.051a1.28 1.28 0 0 0-.589.33 1.274 1.274 0 0 0-.33.607 2.2 2.2 0 0 0-.046.52V10c0 .826.674 1.5 1.5 1.5h8a1.5 1.5 0 0 0 1.5-1.5V5.483c0-.13 0-.32-.051-.518a1.28 1.28 0 0 0-.33-.589 1.274 1.274 0 0 0-.607-.33A2.2 2.2 0 0 0 9.992 4H9.5Zm-7 2.5H2a1.19 1.19 0 0 0-.285.019.282.282 0 0 0-.131.07.271.271 0 0 0-.062.116A1.2 1.2 0 0 0 1.5 7v3c0 .274.226.5.5.5h.5v-4Zm2-3.5a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon16385722a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const io={render:so},lo=Object.freeze(Object.defineProperty({__proto__:null,default:io},Symbol.toStringTag,{value:"Module"}));var fo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--building",attrs:{"aria-hidden":"true",role:"img","data-name":"Building",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h1V9a.5.5 0 0 1 .5-.5h3A.5.5 0 0 1 8 9v1.5h1a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5H3Zm6 10a1.5 1.5 0 0 0 1.5-1.5V2A1.5 1.5 0 0 0 9 .5H3A1.5 1.5 0 0 0 1.5 2v8A1.5 1.5 0 0 0 3 11.5h6Zm-2-1v-1H5v1h2ZM3.5 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm-4 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm-4 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const uo={render:fo},_o=Object.freeze(Object.defineProperty({__proto__:null,default:uo},Symbol.toStringTag,{value:"Module"}));var co=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--bullhorn",attrs:{"aria-hidden":"true",role:"img","data-name":"Bullhorn",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M20.333 2H3.667C2.747 2 2 2.746 2 3.667v16.666C2 21.253 2.746 22 3.667 22h16.666c.92 0 1.667-.746 1.667-1.667V3.667C22 2.747 21.254 2 20.333 2Z",fill:"#F76834"}}),t("path",{attrs:{d:"M3 6.961c0 .215.135.996 2.89 1.13-.083.35-.239.677-.458.96a1.175 1.175 0 0 0 .376 1.589 16.34 16.34 0 0 0 2.001-.162c1.176.467 2.414 2.782 2.692 2.97 1.032 1.211 3.59 1.283 3.59 1.283a.539.539 0 0 1 .493.512c.077.345.259.658.52.897 0 0 .314 0 .512.619.197.62 1.247.547 1.247.547s.897-.628 0-1.067h-.135a.69.69 0 0 1-.395-.153 1.041 1.041 0 0 0-.34-.61c-.144-.305.26-.503.26-.503l.79-.502a.314.314 0 0 0 .152-.251c.005-.367.038-.733.098-1.095 0 0 0 .287.045.547.115.602.431 1.146.897 1.544.113.27.241.534.386.79a.84.84 0 0 1 .099.215c.08.287.27.897.27 1.04 0 .144 0 1.113.17 1.248a.45.45 0 0 0 .43 0l.09-.252.135.135.278-.206a1.059 1.059 0 0 0-.26-.942c-.314-.386-.386-.602-.377-.673a.116.116 0 0 0 0-.054v-.844a.592.592 0 0 0-.081-.233.37.37 0 0 0-.09-.08.116.116 0 0 1-.045-.1 9.25 9.25 0 0 0 .09-1.56s-.054-.108 0-.144c.054-.036.063 0 .09-.045a.816.816 0 0 0 1.014-.072h.305s.466-.26.152-.547v-.153l-.18-.054-.591.7-.314.045-.368-.251a4.164 4.164 0 0 1-.386-1.256 1.237 1.237 0 0 0-.511-.817.7.7 0 0 0-.063-.466.718.718 0 0 0-.126-.162 3.742 3.742 0 0 0-1.04-.682 19.362 19.362 0 0 0-1.867-.664l-.17.153.332 1.588h-.054a6.282 6.282 0 0 0-.844-1.938 2.853 2.853 0 0 0-1.965-.897s0-.458-1.65-.557l-.046-.412h-.376l-.09-.108.323-.287V6.62h-.754s1.23-.78 1.256-1.059a.807.807 0 0 0 0-.413c-.125-.314-.556-.376-1.031-.502A7.322 7.322 0 0 1 8.787 4h-.08v.206l.529.368 1.005.601v.117l-.718.404-.475.188a1.04 1.04 0 0 0-.736-.098 1.095 1.095 0 0 0-.71.592h-.61l-.466.26a.538.538 0 0 1-.18.296.61.61 0 0 1-.268.135h-.216l-.69.152H4.48a1.337 1.337 0 0 1-.421-.063L3.054 6.79 3 6.961Z",fill:"#fff"}}),t("path",{attrs:{d:"M11.632 14.516a3.167 3.167 0 0 0 2.225 1.723c.212.166.371.39.457.646.245.156.439.38.557.646.116.367.448.655.457 1.005a1.8 1.8 0 0 0 .126.61s.466.197.511 0a.458.458 0 0 0 0-.296s.108.17.189.17c.08 0 .404-.108.386-.206a3.586 3.586 0 0 0-.449-.996 7.92 7.92 0 0 0-.897-.96 3.908 3.908 0 0 1-.198-.548 5.023 5.023 0 0 0-.834-1.256l-2.001-.35-.53-.188Z",fill:"#fff"}})])};const mo={render:co},ho=Object.freeze(Object.defineProperty({__proto__:null,default:mo},Symbol.toStringTag,{value:"Module"}));var go=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calculator",attrs:{"aria-hidden":"true",role:"img","data-name":"Calculator",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5H3ZM1.5 2A1.5 1.5 0 0 1 3 .5h6A1.5 1.5 0 0 1 10.5 2v8A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V2Zm2 1a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm-4 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM8 6.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5ZM3.5 9a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const po={render:go},ko=Object.freeze(Object.defineProperty({__proto__:null,default:po},Symbol.toStringTag,{value:"Module"}));var wo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-check-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Check 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 .5a.5.5 0 0 1 .5.5v.5h3V1a.5.5 0 0 1 1 0v.5h1A1.5 1.5 0 0 1 11 3v4a.5.5 0 0 1-1 0V5.5H2V10a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 1 10V3a1.5 1.5 0 0 1 1.5-1.5h1V1A.5.5 0 0 1 4 .5Zm-.5 2h-1A.5.5 0 0 0 2 3v1.5h8V3a.5.5 0 0 0-.5-.5h-1V3a.5.5 0 0 1-1 0v-.5h-3V3a.5.5 0 0 1-1 0v-.5Zm7.854 6.146a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const vo={render:wo},yo=Object.freeze(Object.defineProperty({__proto__:null,default:vo},Symbol.toStringTag,{value:"Module"}));var bo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-check",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5h-7ZM1 3a1.5 1.5 0 0 1 1.5-1.5h7A1.5 1.5 0 0 1 11 3v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm6.854 1.646a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const Do={render:bo},Mo=Object.freeze(Object.defineProperty({__proto__:null,default:Do},Symbol.toStringTag,{value:"Module"}));var Zo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-clock",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Clock",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v.75a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h1.75a.5.5 0 0 1 0 1H2.5A1.5 1.5 0 0 1 1 10V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 5Zm7 1.5a.5.5 0 0 1 .5.5v.89l.57.476a.5.5 0 1 1-.64.768l-.75-.625a.5.5 0 0 1-.18-.384V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm-2.475.025a3.5 3.5 0 1 1 4.95 4.95 3.5 3.5 0 0 1-4.95-4.95Z","clip-rule":"evenodd"}})])};const Co={render:Zo},xo=Object.freeze(Object.defineProperty({__proto__:null,default:Co},Symbol.toStringTag,{value:"Module"}));var jo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-days",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Days",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5h-7ZM1 3a1.5 1.5 0 0 1 1.5-1.5h7A1.5 1.5 0 0 1 11 3v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm2.5 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm-4 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const $o={render:jo},Ao=Object.freeze(Object.defineProperty({__proto__:null,default:$o},Symbol.toStringTag,{value:"Module"}));var So=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-heart",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Heart",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v2a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7c0 .274.226.5.5.5H6a.5.5 0 0 1 0 1H2.5c-.826 0-1.5-.674-1.5-1.5V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm8.13 1.627a1.715 1.715 0 0 1 1.868.369c.016.016.03.033.044.05.645.687.62 1.767-.137 2.531l-.004.004-1.8 1.775a.5.5 0 0 1-.703 0L6.6 9.577c-.772-.778-.79-1.89-.098-2.576a1.715 1.715 0 0 1 2.245-.157c.118-.088.246-.161.384-.217Zm.796.883a.715.715 0 0 0-.413.041l-.007.003a.69.69 0 0 0-.232.155l-.17.17a.5.5 0 0 1-.702.005l-.181-.176a.715.715 0 0 0-.78-.156l-.005.002a.67.67 0 0 0-.227.155l-.002.001c-.257.254-.324.73.101 1.161l1.442 1.426 1.447-1.426c.423-.428.355-.904.096-1.16a.512.512 0 0 1-.032-.036.715.715 0 0 0-.335-.165Z","clip-rule":"evenodd"}})])};const Oo={render:So},Eo=Object.freeze(Object.defineProperty({__proto__:null,default:Oo},Symbol.toStringTag,{value:"Module"}));var Fo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-minus",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Minus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v3.5a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 1 10V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm6.5 4.5A.5.5 0 0 1 8 9h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Ho={render:Fo},zo=Object.freeze(Object.defineProperty({__proto__:null,default:Ho},Symbol.toStringTag,{value:"Module"}));var Bo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon281622339a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M2.546 1.885a.5.5 0 0 1-.251.661.5.5 0 0 0-.295.455V10a.5.5 0 0 0 .5.5h6.999a.501.501 0 0 0 .455-.295.5.5 0 0 1 .912.41 1.5 1.5 0 0 1-1.365.885H2.5A1.5 1.5 0 0 1 1 10V2.999a1.5 1.5 0 0 1 .885-1.365.5.5 0 0 1 .661.251ZM4.25 2a.5.5 0 0 1 .5-.5H9.5A1.5 1.5 0 0 1 11 3v4.75a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5H4.75a.5.5 0 0 1-.5-.5Z"}}),t("path",{attrs:{d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5ZM1 5a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 5Zm6.25 0a.5.5 0 0 1 .5-.5h2.75a.5.5 0 0 1 0 1H7.75a.5.5 0 0 1-.5-.5Z"}}),t("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon281622339a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Vo={render:Bo},Po=Object.freeze(Object.defineProperty({__proto__:null,default:Vo},Symbol.toStringTag,{value:"Module"}));var To=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-plus",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v3.5a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 1 10V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm8.5 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.5 9.5A.5.5 0 0 1 8 9h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Lo={render:To},Io=Object.freeze(Object.defineProperty({__proto__:null,default:Lo},Symbol.toStringTag,{value:"Module"}));var Uo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-range",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Range",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5h-7ZM1 3a1.5 1.5 0 0 1 1.5-1.5h7A1.5 1.5 0 0 1 11 3v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm4 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 5 7ZM3 9a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 3 9Zm0-2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H3.5A.5.5 0 0 1 3 7Zm5 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8.5A.5.5 0 0 1 8 9Z","clip-rule":"evenodd"}})])};const qo={render:Uo},No=Object.freeze(Object.defineProperty({__proto__:null,default:qo},Symbol.toStringTag,{value:"Module"}));var Ro=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-search",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar Search",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v3a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7c0 .274.226.5.5.5h3.75a.5.5 0 0 1 0 1H2.5c-.826 0-1.5-.674-1.5-1.5V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm6.586 2.586a2 2 0 1 1 2.828 2.828 2 2 0 0 1-2.828-2.828ZM9 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.896 9.896a.5.5 0 0 1 .708 0l.75.75a.5.5 0 0 1-.708.708l-.75-.75a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const Go={render:Ro},Ko=Object.freeze(Object.defineProperty({__proto__:null,default:Go},Symbol.toStringTag,{value:"Module"}));var Jo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar-x",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar X",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.94A1.5 1.5 0 0 1 2.5 1.5h7A1.5 1.5 0 0 1 11 3v3.5a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5h-7A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 1 10V3c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 8 .5Zm-4 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V1A.5.5 0 0 1 4 .5ZM1 5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 1 5Zm7.146 3.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M11.354 8.146a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const Wo={render:Jo},Yo=Object.freeze(Object.defineProperty({__proto__:null,default:Wo},Symbol.toStringTag,{value:"Module"}));var Xo=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--calendar",attrs:{"aria-hidden":"true",role:"img","data-name":"Calendar",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 .5a.5.5 0 0 1 .5.5v.5h3V1a.5.5 0 0 1 1 0v.5h1A1.5 1.5 0 0 1 11 3v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V3a1.5 1.5 0 0 1 1.5-1.5h1V1A.5.5 0 0 1 4 .5Zm-.5 2h-1A.5.5 0 0 0 2 3v1.5h8V3a.5.5 0 0 0-.5-.5h-1V3a.5.5 0 0 1-1 0v-.5h-3V3a.5.5 0 0 1-1 0v-.5Zm6.5 3H2V10a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V5.5Z","clip-rule":"evenodd"}})])};const Qo={render:Xo},er=Object.freeze(Object.defineProperty({__proto__:null,default:Qo},Symbol.toStringTag,{value:"Module"}));var tr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--call-abandoned",attrs:{"aria-hidden":"true",role:"img","data-name":"Call Abandoned",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon4173697716a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 2.957V4a.5.5 0 0 1-1 0V1.75a.5.5 0 0 1 .5-.5h2.25a.5.5 0 0 1 0 1H4.706L6.5 4.043l1.896-1.897a.5.5 0 0 1 .707.707l-2.25 2.25a.5.5 0 0 1-.707 0L4 2.957Zm4.09 3.924a7.222 7.222 0 0 0-3.195 0h-.004a7.41 7.41 0 0 0-3.116 1.505.317.317 0 0 0-.11.231.331.331 0 0 0 .093.244l.002.001.862.877a.296.296 0 0 0 .397.035 5.652 5.652 0 0 1 1.094-.667l.001-.001a.31.31 0 0 0 .131-.115.329.329 0 0 0 .051-.174v-.733a.5.5 0 0 1 .365-.482 6.838 6.838 0 0 1 3.686 0 .5.5 0 0 1 .365.482v.733c0 .063.019.123.051.174a.31.31 0 0 0 .13.115h.002c.388.18.755.405 1.094.669a.296.296 0 0 0 .393-.032l.004-.004.854-.868a.321.321 0 0 0 .091-.243.329.329 0 0 0-.11-.23 7.41 7.41 0 0 0-3.127-1.516l-.004-.001Zm.219-.976a8.222 8.222 0 0 0-3.632 0 8.41 8.41 0 0 0-3.54 1.71l-.006.006a1.317 1.317 0 0 0-.465.954 1.331 1.331 0 0 0 .381.989h.001l.849.864a1.3 1.3 0 0 0 1.731.14l.004-.003c.28-.218.582-.403.901-.551a1.31 1.31 0 0 0 .555-.485c.135-.212.207-.457.208-.707v-.346a5.836 5.836 0 0 1 2.416 0v.346a1.326 1.326 0 0 0 .763 1.192l.21-.454-.211.454c.32.148.623.333.902.551l.004.003a1.296 1.296 0 0 0 1.72-.13l.853-.866a1.321 1.321 0 0 0 .377-.989 1.329 1.329 0 0 0-.464-.95l-.006-.005a8.41 8.41 0 0 0-3.55-1.723Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon4173697716a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z",transform:"translate(.5)"}})])])])};const ar={render:tr},nr=Object.freeze(Object.defineProperty({__proto__:null,default:ar},Symbol.toStringTag,{value:"Module"}));var or=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--call-merge",attrs:{"aria-hidden":"true",role:"img","data-name":"Call Merge",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.647 1.646a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 1 1-.707.708L6.5 3.207v2.465a2.5 2.5 0 0 1-.732 1.767l-2.914 2.915a.5.5 0 0 1-.707-.708L5.06 6.732a1.5 1.5 0 0 0 .44-1.06V3.207l-.647.647a.5.5 0 1 1-.707-.708l1.5-1.5Zm1.5 6a.5.5 0 0 1 .707 0l2 2a.5.5 0 1 1-.707.708l-2-2a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const rr={render:or},sr=Object.freeze(Object.defineProperty({__proto__:null,default:rr},Symbol.toStringTag,{value:"Module"}));var ir=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--call-rejected",attrs:{"aria-hidden":"true",role:"img","data-name":"Call Rejected",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.603 2.146a.5.5 0 0 1 0 .707l-.771.771.771.772a.5.5 0 1 1-.707.707l-.771-.771-.771.771a.5.5 0 1 1-.708-.707l.772-.771-.772-.772a.5.5 0 1 1 .707-.707l.772.771.771-.771a.5.5 0 0 1 .707 0ZM.563 8.199c.839-.665 2.854-1.997 5.6-1.996A7.972 7.972 0 0 1 11.5 8.227c.445.404.395 1.052.018 1.43l-.724.723a1.043 1.043 0 0 1-1.274.157l-1.072-.643a1.043 1.043 0 0 1-.502-.988l.13-1.443a7.086 7.086 0 0 0-1.914-.26 7.6 7.6 0 0 0-2.085.294V8.98a1.04 1.04 0 0 1-.505.895l-1.104.663c-.41.247-.936.182-1.275-.156l.354-.354-.354.354-.698-.699C.093 9.281.072 8.59.564 8.2Zm2.514-.344a8.528 8.528 0 0 0-1.879 1.117.046.046 0 0 0 .004.004L.85 9.33l.353-.354.698.698a.043.043 0 0 0 .053.007l1.104-.664a.043.043 0 0 0 .02-.036V7.855Zm5.972-.04-.107 1.18a.043.043 0 0 0 .02.041l1.073.644c.017.01.038.007.052-.007l.723-.722a6.865 6.865 0 0 0-1.761-1.135Z",fill:"currentColor"}})])};const dr={render:ir},lr=Object.freeze(Object.defineProperty({__proto__:null,default:dr},Symbol.toStringTag,{value:"Module"}));var fr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--camera-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Camera Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2401079496a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-.853-.854H2A1.5 1.5 0 0 1 .5 9V4.5A1.5 1.5 0 0 1 2 3h.293L.646 1.354a.5.5 0 0 1 0-.708ZM3.293 4H2a.5.5 0 0 0-.5.5V9a.5.5 0 0 0 .5.5h6.793L7.309 8.016a2 2 0 0 1-2.825-2.824L3.293 4Zm1.9 1.9A1 1 0 0 0 6.6 7.308L5.193 5.901ZM4.25 2a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .384.18L8.734 3H10a1.5 1.5 0 0 1 1.5 1.5v3.75a.5.5 0 0 1-1 0V4.5A.5.5 0 0 0 10 4H8.5a.5.5 0 0 1-.384-.18l-1.1-1.32H4.75a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2401079496a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const ur={render:fr},_r=Object.freeze(Object.defineProperty({__proto__:null,default:ur},Symbol.toStringTag,{value:"Module"}));var cr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--camera-tracking",attrs:{"aria-hidden":"true",role:"img","data-name":"Camera Tracking",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 1 2.5 1h1a.5.5 0 0 1 0 1h-1ZM8 1.5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 11 2.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1-.5-.5ZM6 3a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 4a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-.268 2.982A2.5 2.5 0 0 1 5.5 6.25h1A2.5 2.5 0 0 1 9 8.75a.5.5 0 0 1-1 0 1.5 1.5 0 0 0-1.5-1.5h-1A1.5 1.5 0 0 0 4 8.75a.5.5 0 0 1-1 0 2.5 2.5 0 0 1 .732-1.768ZM1.5 8a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1h-1A1.5 1.5 0 0 1 1 9.5v-1a.5.5 0 0 1 .5-.5Zm9 0a.5.5 0 0 1 .5.5v1A1.5 1.5 0 0 1 9.5 11h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const mr={render:cr},hr=Object.freeze(Object.defineProperty({__proto__:null,default:mr},Symbol.toStringTag,{value:"Module"}));var gr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--camera",attrs:{"aria-hidden":"true",role:"img","data-name":"Camera",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.366 1.68a.5.5 0 0 1 .384-.18h2.5a.5.5 0 0 1 .384.18L8.734 3H10a1.5 1.5 0 0 1 1.5 1.5V9a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 9V4.5A1.5 1.5 0 0 1 2 3h1.266l1.1-1.32Zm.618.82-1.1 1.32A.5.5 0 0 1 3.5 4H2a.5.5 0 0 0-.5.5V9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V4.5A.5.5 0 0 0 10 4H8.5a.5.5 0 0 1-.384-.18l-1.1-1.32H4.984ZM6 5.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z","clip-rule":"evenodd"}})])};const pr={render:gr},kr=Object.freeze(Object.defineProperty({__proto__:null,default:pr},Symbol.toStringTag,{value:"Module"}));var wr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cast",attrs:{"aria-hidden":"true",role:"img","data-name":"Cast",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0V3A1.5 1.5 0 0 1 2 1.5h8A1.5 1.5 0 0 1 11.5 3v6a1.5 1.5 0 0 1-1.5 1.5H7a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.503 5.947a.5.5 0 0 1 .55-.444 5 5 0 0 1 4.444 4.444.5.5 0 0 1-.994.106A4 4 0 0 0 .947 6.497a.5.5 0 0 1-.444-.55Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.508 7.908a.5.5 0 0 1 .584-.4 3 3 0 0 1 2.4 2.4.5.5 0 0 1-.984.184 2 2 0 0 0-1.6-1.6.5.5 0 0 1-.4-.584ZM.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const vr={render:wr},yr=Object.freeze(Object.defineProperty({__proto__:null,default:vr},Symbol.toStringTag,{value:"Module"}));var br=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--check-circle-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Check Circle Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1788053481a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm7.354-1.354a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1788053481a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Dr={render:br},Mr=Object.freeze(Object.defineProperty({__proto__:null,default:Dr},Symbol.toStringTag,{value:"Module"}));var Zr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--check-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Check Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3713997226a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Zm1.854 3.146a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3713997226a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Cr={render:Zr},xr=Object.freeze(Object.defineProperty({__proto__:null,default:Cr},Symbol.toStringTag,{value:"Module"}));var jr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--check",attrs:{"aria-hidden":"true",role:"img","data-name":"Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.354 2.646a.5.5 0 0 1 0 .708l-5.5 5.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 1 1 .708-.708L4.5 7.793l5.146-5.147a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const $r={render:jr},Ar=Object.freeze(Object.defineProperty({__proto__:null,default:$r},Symbol.toStringTag,{value:"Module"}));var Sr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevron-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.646 4.146a.5.5 0 0 1 .708 0L6 6.793l2.646-2.647a.5.5 0 1 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const Or={render:Sr},Er=Object.freeze(Object.defineProperty({__proto__:null,default:Or},Symbol.toStringTag,{value:"Module"}));var Fr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevron-first",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron First",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.854 2.646a.5.5 0 0 1 0 .708L6.207 6l2.647 2.646a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0ZM3.5 2.5A.5.5 0 0 1 4 3v6a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Hr={render:Fr},zr=Object.freeze(Object.defineProperty({__proto__:null,default:Hr},Symbol.toStringTag,{value:"Module"}));var Br=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevron-last",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron Last",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 2.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L5.793 6 3.146 3.354a.5.5 0 0 1 0-.708ZM8.5 2.5A.5.5 0 0 1 9 3v6a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Vr={render:Br},Pr=Object.freeze(Object.defineProperty({__proto__:null,default:Vr},Symbol.toStringTag,{value:"Module"}));var Tr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevron-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.854 2.646a.5.5 0 0 1 0 .708L5.207 6l2.647 2.646a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const Lr={render:Tr},Ir=Object.freeze(Object.defineProperty({__proto__:null,default:Lr},Symbol.toStringTag,{value:"Module"}));var Ur=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevron-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.146 2.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L6.793 6 4.146 3.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const qr={render:Ur},Nr=Object.freeze(Object.defineProperty({__proto__:null,default:qr},Symbol.toStringTag,{value:"Module"}));var Rr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevron-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevron Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 1 1-.708.708L6 5.207 3.354 7.854a.5.5 0 1 1-.708-.708l3-3Z","clip-rule":"evenodd"}})])};const Gr={render:Rr},Kr=Object.freeze(Object.defineProperty({__proto__:null,default:Gr},Symbol.toStringTag,{value:"Module"}));var Jr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevrons-down-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Down Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 7.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1-.708.708L6 8.207l-2.146 2.147a.5.5 0 0 1-.708-.708l2.5-2.5Zm-2.5-5.5a.5.5 0 0 1 .708 0L6 3.793l2.146-2.147a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const Wr={render:Jr},Yr=Object.freeze(Object.defineProperty({__proto__:null,default:Wr},Symbol.toStringTag,{value:"Module"}));var Xr=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevrons-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 6.146a.5.5 0 0 1 .708 0L6 8.293l2.146-2.147a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 2.646a.5.5 0 0 1 .708 0L6 4.793l2.146-2.147a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const Qr={render:Xr},e1=Object.freeze(Object.defineProperty({__proto__:null,default:Qr},Symbol.toStringTag,{value:"Module"}));var t1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevrons-left-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Left Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.854 3.146a.5.5 0 0 1 0 .708L2.707 6l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Zm2.292 0a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L9.293 6 7.146 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const a1={render:t1},n1=Object.freeze(Object.defineProperty({__proto__:null,default:a1},Symbol.toStringTag,{value:"Module"}));var o1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevrons-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.854 3.146a.5.5 0 0 1 0 .708L3.707 6l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.354 3.146a.5.5 0 0 1 0 .708L7.207 6l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const r1={render:o1},s1=Object.freeze(Object.defineProperty({__proto__:null,default:r1},Symbol.toStringTag,{value:"Module"}));var i1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevrons-right-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Right Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.354 3.146a.5.5 0 0 1 0 .708L8.207 6l2.147 2.146a.5.5 0 0 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Zm-8.708 0a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L3.793 6 1.646 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const d1={render:i1},l1=Object.freeze(Object.defineProperty({__proto__:null,default:d1},Symbol.toStringTag,{value:"Module"}));var f1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevrons-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.146 3.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L8.293 6 6.146 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.646 3.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L4.793 6 2.646 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const u1={render:f1},_1=Object.freeze(Object.defineProperty({__proto__:null,default:u1},Symbol.toStringTag,{value:"Module"}));var c1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevrons-up-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Up Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 7.146a.5.5 0 0 1 .708 0L6 9.293l2.146-2.147a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Zm2.5-5.5a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L6 2.707 3.854 4.854a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}})])};const m1={render:c1},h1=Object.freeze(Object.defineProperty({__proto__:null,default:m1},Symbol.toStringTag,{value:"Module"}));var g1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--chevrons-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Chevrons Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 2.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L6 3.707 3.854 5.854a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 6.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L6 7.207 3.854 9.354a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}})])};const p1={render:g1},k1=Object.freeze(Object.defineProperty({__proto__:null,default:p1},Symbol.toStringTag,{value:"Module"}));var w1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--circle-half-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Circle Half Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM1 6a5 5 0 1 1 10 0A5 5 0 0 1 1 6Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor",d:"M6 10.5a4.5 4.5 0 0 1 0-9v9Z"}})])};const v1={render:w1},y1=Object.freeze(Object.defineProperty({__proto__:null,default:v1},Symbol.toStringTag,{value:"Module"}));var b1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--circle-slashed",attrs:{"aria-hidden":"true",role:"img","data-name":"Circle Slashed",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2852393064a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 0 0-3.516 7.31L8.81 2.484A4.481 4.481 0 0 0 6 1.5Zm3.52.273A5.5 5.5 0 0 0 1.774 9.52L.647 10.648a.5.5 0 1 0 .707.707l1.127-1.127a5.5 5.5 0 0 0 7.746-7.746l1.127-1.127a.5.5 0 1 0-.707-.707L9.52 1.773Zm-.004 1.418L3.191 9.516a4.5 4.5 0 0 0 6.325-6.325Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2852393064a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const D1={render:b1},M1=Object.freeze(Object.defineProperty({__proto__:null,default:D1},Symbol.toStringTag,{value:"Module"}));var Z1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clipboard-check",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.854 5.646a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const C1={render:Z1},x1=Object.freeze(Object.defineProperty({__proto__:null,default:C1},Symbol.toStringTag,{value:"Module"}));var j1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clipboard-copy",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard Copy",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.94 1.94A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V9a.5.5 0 0 1 1 0v1A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3c0-.398.158-.78.44-1.06ZM7.5 2a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 10.5 3v2a.5.5 0 0 1-1 0V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5 7a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.854 4.646a.5.5 0 0 1 0 .708L6.207 7l1.647 1.646a.5.5 0 1 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const $1={render:j1},A1=Object.freeze(Object.defineProperty({__proto__:null,default:$1},Symbol.toStringTag,{value:"Module"}));var S1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clipboard-edit",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard Edit",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1ZM5.953 6.497a.55.55 0 0 0-.39.161L2.947 9.28l-.258 1.03 1.031-.261 2.622-2.613a.552.552 0 0 0-.178-.897.55.55 0 0 0-.21-.042Zm-.594-.882a1.55 1.55 0 0 1 1.69 2.529l-2.721 2.71a.5.5 0 0 1-.23.13l-1.975.5a.5.5 0 0 1-.608-.606l.495-1.975a.5.5 0 0 1 .131-.231l2.715-2.72c.144-.144.315-.259.503-.337Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.5 2a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H6.25a.5.5 0 0 1 0-1H9a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1-.5-.5ZM3 2.5a.5.5 0 0 0-.5.5v3.75a.5.5 0 0 1-1 0V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}})])};const O1={render:S1},E1=Object.freeze(Object.defineProperty({__proto__:null,default:O1},Symbol.toStringTag,{value:"Module"}));var F1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clipboard-list",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard List",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 5.5A.5.5 0 0 1 6 5h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm0 2.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm-2-2.5A.5.5 0 0 1 4 5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 2.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const H1={render:F1},z1=Object.freeze(Object.defineProperty({__proto__:null,default:H1},Symbol.toStringTag,{value:"Module"}));var B1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clipboard-signature",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard Signature",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.94 1.94A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-.25a.5.5 0 0 1 1 0V10A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3c0-.398.158-.78.44-1.06ZM7.5 2a.5.5 0 0 1 .5-.5h1a1.502 1.502 0 0 1 1.298.75.5.5 0 0 1-.866.5A.5.5 0 0 0 9 2.5H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.953 4.997a.55.55 0 0 0-.39.161L7.447 7.28l-.258 1.03 1.031-.261 2.123-2.113a.553.553 0 0 0 0-.777.55.55 0 0 0-.39-.162Zm-.594-.882a1.55 1.55 0 0 1 1.69 2.529h-.001l-2.22 2.21a.5.5 0 0 1-.23.13l-1.975.5a.5.5 0 0 1-.608-.606l.495-1.975a.5.5 0 0 1 .131-.231l2.215-2.22c.144-.144.315-.259.503-.337ZM3.5 9a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const V1={render:B1},P1=Object.freeze(Object.defineProperty({__proto__:null,default:V1},Symbol.toStringTag,{value:"Module"}));var T1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clipboard-type",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard Type",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0H5a.5.5 0 0 1-1 0v-.5Zm1 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 5Z","clip-rule":"evenodd"}})])};const L1={render:T1},I1=Object.freeze(Object.defineProperty({__proto__:null,default:L1},Symbol.toStringTag,{value:"Module"}));var U1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clipboard-x",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard X",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.146 5.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const q1={render:U1},N1=Object.freeze(Object.defineProperty({__proto__:null,default:q1},Symbol.toStringTag,{value:"Module"}));var R1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clipboard",attrs:{"aria-hidden":"true",role:"img","data-name":"Clipboard",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1Zm4 0h-3v1h3v-1Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2.5a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H8a.5.5 0 0 1 0-1h1A1.5 1.5 0 0 1 10.5 3v7A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V3A1.5 1.5 0 0 1 3 1.5h1a.5.5 0 0 1 0 1H3Z","clip-rule":"evenodd"}})])};const G1={render:R1},K1=Object.freeze(Object.defineProperty({__proto__:null,default:G1},Symbol.toStringTag,{value:"Module"}));var J1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-1",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1747717287a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v1.257l.326-.522a.5.5 0 0 1 .848.53l-1.25 2A.5.5 0 0 1 5.5 6V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1747717287a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const W1={render:J1},Y1=Object.freeze(Object.defineProperty({__proto__:null,default:W1},Symbol.toStringTag,{value:"Module"}));var X1=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-10",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 10",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2779889079a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.724.447l-2-1a.5.5 0 1 1 .448-.894L5.5 5.19V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2779889079a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Q1={render:X1},e0=Object.freeze(Object.defineProperty({__proto__:null,default:Q1},Symbol.toStringTag,{value:"Module"}));var t0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-11",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 11",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2902849270a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.924.265l-1.25-2a.5.5 0 1 1 .848-.53l.326.522V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2902849270a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const a0={render:t0},n0=Object.freeze(Object.defineProperty({__proto__:null,default:a0},Symbol.toStringTag,{value:"Module"}));var o0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-12",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 12",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3810782517a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3810782517a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const r0={render:o0},s0=Object.freeze(Object.defineProperty({__proto__:null,default:r0},Symbol.toStringTag,{value:"Module"}));var i0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2966616004a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v2.191l1.276-.638a.5.5 0 1 1 .448.894l-2 1A.5.5 0 0 1 5.5 6V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2966616004a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const d0={render:i0},l0=Object.freeze(Object.defineProperty({__proto__:null,default:d0},Symbol.toStringTag,{value:"Module"}));var f0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-3",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 3",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1587586149a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v2.5h1.75a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1587586149a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const u0={render:f0},_0=Object.freeze(Object.defineProperty({__proto__:null,default:u0},Symbol.toStringTag,{value:"Module"}));var c0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-4",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 4",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3208369794a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v2.691l1.724.862a.5.5 0 1 1-.448.894l-2-1A.5.5 0 0 1 5.5 6V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3208369794a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const m0={render:c0},h0=Object.freeze(Object.defineProperty({__proto__:null,default:m0},Symbol.toStringTag,{value:"Module"}));var g0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-5",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 5",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1829339939a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v2.857l1.174 1.878a.5.5 0 0 1-.848.53l-1.25-2A.5.5 0 0 1 5.5 6V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1829339939a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const p0={render:g0},k0=Object.freeze(Object.defineProperty({__proto__:null,default:p0},Symbol.toStringTag,{value:"Module"}));var w0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-6",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 6",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3048238656a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v5.25a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3048238656a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const v0={render:w0},y0=Object.freeze(Object.defineProperty({__proto__:null,default:v0},Symbol.toStringTag,{value:"Module"}));var b0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-7",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 7",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1669208801a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.076.265l-1.25 2a.5.5 0 0 1-.848-.53L5.5 5.857V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1669208801a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const D0={render:b0},M0=Object.freeze(Object.defineProperty({__proto__:null,default:D0},Symbol.toStringTag,{value:"Module"}));var Z0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-8",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 8",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon510638350a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.276.447l-2 1a.5.5 0 1 1-.448-.894L5.5 5.69V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon510638350a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const C0={render:Z0},x0=Object.freeze(Object.defineProperty({__proto__:null,default:C0},Symbol.toStringTag,{value:"Module"}));var j0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock-9",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock 9",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3426575791a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H3.75a.5.5 0 0 1 0-1H5.5V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3426575791a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const $0={render:j0},A0=Object.freeze(Object.defineProperty({__proto__:null,default:$0},Symbol.toStringTag,{value:"Module"}));var S0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clock",attrs:{"aria-hidden":"true",role:"img","data-name":"Clock",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1300746267a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 2.5a.5.5 0 0 1 .5.5v2.691l1.724.862a.5.5 0 1 1-.448.894l-2-1A.5.5 0 0 1 5.5 6V3a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1300746267a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const O0={render:S0},E0=Object.freeze(Object.defineProperty({__proto__:null,default:O0},Symbol.toStringTag,{value:"Module"}));var F0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--clockify",attrs:{"aria-hidden":"true",role:"img","data-name":"Clockify",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.05 2.039a10.025 10.025 0 0 0-7.112 4.043c-2.584 3.493-2.584 8.34 0 11.833 2.078 2.81 5.491 4.364 8.88 4.043 1.265-.12 2.601-.488 3.598-.993l.385-.194-1.095-1.095-1.095-1.095-.702.213c-.625.19-.83.214-1.879.218-.912.003-1.3-.029-1.725-.142-1.317-.352-2.351-.946-3.295-1.892-.743-.745-1.197-1.423-1.557-2.326-.413-1.033-.482-1.427-.476-2.732.004-1.086.027-1.29.215-1.906.751-2.467 2.589-4.267 5.034-4.93.5-.137.85-.172 1.726-.174 1.072-.002 1.54.069 2.375.362l.257.09 1.057-1.054c.582-.58 1.057-1.078 1.057-1.105 0-.073-1.03-.52-1.715-.744-1.14-.372-2.722-.542-3.933-.42Z",fill:"#03A9F4"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"m16.987 6.593-2.274 2.275.646.647.647.647L18.3 7.868l2.293-2.294-.624-.628c-.344-.346-.644-.629-.667-.629-.023 0-1.065 1.024-2.315 2.276Zm-4.698 3.802c-.37.132-.814.54-.96.883-.171.397-.137 1.105.07 1.47a1.605 1.605 0 0 0 2.468.408c.981-.861.604-2.474-.651-2.79-.429-.108-.551-.104-.927.03Zm3.09 4.004-.666.669 2.294 2.293 2.294 2.294.667-.667.667-.667-2.296-2.295-2.296-2.295-.665.668Z",fill:"currentColor"}})])};const H0={render:F0},z0=Object.freeze(Object.defineProperty({__proto__:null,default:H0},Symbol.toStringTag,{value:"Module"}));var B0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--close",attrs:{"aria-hidden":"true",role:"img","data-name":"Close",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.646 2.646a.5.5 0 0 1 .708 0L6 5.293l2.646-2.647a.5.5 0 1 1 .708.708L6.707 6l2.647 2.646a.5.5 0 1 1-.708.708L6 6.707 3.354 9.354a.5.5 0 1 1-.708-.708L5.293 6 2.646 3.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const V0={render:B0},P0=Object.freeze(Object.defineProperty({__proto__:null,default:V0},Symbol.toStringTag,{value:"Module"}));var T0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-cog",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Cog",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.179 1.007A4 4 0 0 1 8.205 3.5h.552a2.75 2.75 0 0 1 1.527 5.011.5.5 0 1 1-.569-.822A1.75 1.75 0 0 0 8.746 4.5H7.85a.5.5 0 0 1-.48-.358A3 3 0 1 0 2.357 7.1a.5.5 0 1 1-.712.702A4 4 0 0 1 4.18 1.008Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 7.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 6a.5.5 0 0 1 .5.5V7a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 6 6Zm0 3.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V10a.5.5 0 0 1 .5-.5Zm1-1a.5.5 0 0 1 .5-.5H8a.5.5 0 0 1 0 1h-.5a.5.5 0 0 1-.5-.5Zm-3.5 0A.5.5 0 0 1 4 8h.5a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm4.354-1.854a.5.5 0 0 1 0 .708l-.44.44a.5.5 0 1 1-.708-.708l.44-.44a.5.5 0 0 1 .708 0Zm-2.56 2.56a.5.5 0 0 1 0 .708l-.44.44a.5.5 0 0 1-.708-.708l.44-.44a.5.5 0 0 1 .708 0Zm1.412 0a.5.5 0 0 1 .708 0l.44.44a.5.5 0 0 1-.708.708l-.44-.44a.5.5 0 0 1 0-.708Zm-2.56-2.56a.5.5 0 0 1 .708 0l.44.44a.5.5 0 1 1-.708.708l-.44-.44a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const L0={render:T0},I0=Object.freeze(Object.defineProperty({__proto__:null,default:L0},Symbol.toStringTag,{value:"Module"}));var U0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-drizzle",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Drizzle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21ZM4 9a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 4 9Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 6.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5ZM8 9a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 8 9Zm0-2.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5ZM6 10a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 6 10Zm0-2.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const q0={render:U0},N0=Object.freeze(Object.defineProperty({__proto__:null,default:q0},Symbol.toStringTag,{value:"Module"}));var R0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-fog",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Fog",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 8.5a.5.5 0 0 1 .5-.5H8a.5.5 0 0 1 0 1H3.5a.5.5 0 0 1-.5-.5Zm1 2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const G0={render:R0},K0=Object.freeze(Object.defineProperty({__proto__:null,default:G0},Symbol.toStringTag,{value:"Module"}));var J0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-hail",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Hail",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 6.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Zm-4 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5ZM7.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm-4 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5ZM6 7.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5ZM5.5 11a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const W0={render:J0},Y0=Object.freeze(Object.defineProperty({__proto__:null,default:W0},Symbol.toStringTag,{value:"Module"}));var X0=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-lightning",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Lightning",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.757 5.571a.5.5 0 0 1 .172.686L5.883 8H7a.5.5 0 0 1 .429.757l-1.5 2.5a.5.5 0 0 1-.858-.514L6.117 9H5a.5.5 0 0 1-.429-.757l1.5-2.5a.5.5 0 0 1 .686-.172Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}})])};const Q0={render:X0},es=Object.freeze(Object.defineProperty({__proto__:null,default:Q0},Symbol.toStringTag,{value:"Module"}));var ts=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-moon-rain",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Moon Rain",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.016 2.702a2.5 2.5 0 0 0-1.482 1.881.5.5 0 1 1-.985-.166A3.501 3.501 0 0 1 7.999 1.5a.5.5 0 0 1 .36.849 1.622 1.622 0 0 0 2.292 2.293A.5.5 0 0 1 11.5 5a3.498 3.498 0 0 1-1.75 3.031.5.5 0 1 1-.5-.865c.466-.27.836-.685 1.05-1.183a2.621 2.621 0 0 1-3.284-3.281Zm-3.464 3.8A2 2 0 0 0 1.9 9.7a.5.5 0 0 1-.8.6 3 3 0 1 1 5.229-2.8h.17m-.999 2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const as={render:ts},ns=Object.freeze(Object.defineProperty({__proto__:null,default:as},Symbol.toStringTag,{value:"Module"}));var os=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-moon",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Moon",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.98 6.558A2 2 0 1 0 3.5 10.5h3a1 1 0 0 0 0-2h-.55a.5.5 0 0 1-.49-.4 2 2 0 0 0-1.48-1.542Zm-1.43-.904A3 3 0 0 1 6.33 7.5h.17a2 2 0 1 1 0 4h-3a3 3 0 0 1-.95-5.846Zm4.466-2.952a2.5 2.5 0 0 0-1.482 1.881.5.5 0 1 1-.985-.166A3.501 3.501 0 0 1 7.999 1.5a.5.5 0 0 1 .36.849 1.622 1.622 0 0 0 2.292 2.293A.5.5 0 0 1 11.5 5a3.498 3.498 0 0 1-1.75 3.031.5.5 0 1 1-.5-.865c.466-.27.836-.685 1.05-1.183a2.621 2.621 0 0 1-3.284-3.281Z","clip-rule":"evenodd"}})])};const rs={render:os},ss=Object.freeze(Object.defineProperty({__proto__:null,default:rs},Symbol.toStringTag,{value:"Module"}));var is=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon48547904a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}}),t("path",{attrs:{d:"M3.335 2.661a.5.5 0 0 1-.214.674A3 3 0 0 0 4.5 9h4.25c.172 0 .344-.025.509-.075a.5.5 0 1 1 .29.957 2.75 2.75 0 0 1-.8.118H4.5a4 4 0 0 1-1.839-7.553.5.5 0 0 1 .674.214Zm1.17-.198a.5.5 0 0 1 .567-.423A4.004 4.004 0 0 1 8.209 4.5h.54a2.75 2.75 0 0 1 2.465 3.972.5.5 0 1 1-.896-.444A1.75 1.75 0 0 0 8.75 5.5h-.895a.5.5 0 0 1-.48-.357A3.004 3.004 0 0 0 4.929 3.03a.5.5 0 0 1-.423-.567Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon48547904a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const ds={render:is},ls=Object.freeze(Object.defineProperty({__proto__:null,default:ds},Symbol.toStringTag,{value:"Module"}));var fs=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-rain-wind",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Rain Wind",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.297 7.04a.5.5 0 0 1 .263.657l-1.5 3.5a.5.5 0 1 1-.92-.394l1.5-3.5a.5.5 0 0 1 .657-.263Zm-1.6-1a.5.5 0 0 1 .263.657l-1.5 3.5a.5.5 0 1 1-.92-.394l1.5-3.5a.5.5 0 0 1 .657-.263Zm4 0a.5.5 0 0 1 .263.657l-1.5 3.5a.5.5 0 1 1-.92-.394l1.5-3.5a.5.5 0 0 1 .657-.263Z","clip-rule":"evenodd"}})])};const us={render:fs},_s=Object.freeze(Object.defineProperty({__proto__:null,default:us},Symbol.toStringTag,{value:"Module"}));var cs=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-rain",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Rain",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 6.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Zm-4 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5Zm2 1a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const ms={render:cs},hs=Object.freeze(Object.defineProperty({__proto__:null,default:ms},Symbol.toStringTag,{value:"Module"}));var gs=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-snow",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Snow",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 7.5A.5.5 0 0 1 4 7h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 2A.5.5 0 0 1 4 9h.005a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2-1A.5.5 0 0 1 6 8h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm0 2A.5.5 0 0 1 6 10h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2-3A.5.5 0 0 1 8 7h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm0 2A.5.5 0 0 1 8 9h.005a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const ps={render:gs},ks=Object.freeze(Object.defineProperty({__proto__:null,default:ps},Symbol.toStringTag,{value:"Module"}));var ws=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-sun-rain",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Sun Rain",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon392168510a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 .5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5ZM2.111 2.111a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708ZM9.5 6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm.389-3.889a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 1 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0ZM4.764 3.826a2.5 2.5 0 0 1 3.703 2.58.5.5 0 1 1-.987-.162 1.5 1.5 0 0 0-2.222-1.548.5.5 0 0 1-.494-.87ZM3.98 6.558A2 2 0 0 0 1.9 9.7a.5.5 0 0 1-.8.6 2.999 2.999 0 1 1 5.23-2.8h.17a2 2 0 0 1 1.332 3.492.5.5 0 0 1-.666-.746l.041-.039A1 1 0 0 0 6.5 8.5h-.55a.5.5 0 0 1-.49-.4 2 2 0 0 0-1.48-1.542Z"}}),t("path",{attrs:{d:"M5.5 9.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Zm-2-.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon392168510a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const vs={render:ws},ys=Object.freeze(Object.defineProperty({__proto__:null,default:vs},Symbol.toStringTag,{value:"Module"}));var bs=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud-sun",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud Sun",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1186347975a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 .5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5ZM2.111 2.111a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708ZM9.5 6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm.389-3.889a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 0 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0ZM4.764 3.826a2.5 2.5 0 0 1 3.703 2.58.5.5 0 1 1-.987-.162 1.5 1.5 0 0 0-2.222-1.548.5.5 0 0 1-.494-.87ZM3.98 6.558A2 2 0 1 0 3.5 10.5h3a1 1 0 0 0 0-2h-.55a.5.5 0 0 1-.49-.4 2 2 0 0 0-1.48-1.542Zm-1.43-.904A3 3 0 0 1 6.33 7.5h.17a2 2 0 1 1 0 4h-3a3 3 0 0 1-.95-5.846Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1186347975a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ds={render:bs},Ms=Object.freeze(Object.defineProperty({__proto__:null,default:Ds},Symbol.toStringTag,{value:"Module"}));var Zs=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloud",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloud",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.025 3.046A3 3 0 1 0 4.5 9h4.25a1.75 1.75 0 1 0 0-3.5h-.895a.5.5 0 0 1-.48-.357 3 3 0 0 0-2.35-2.097Zm-1.998-.765A4 4 0 0 1 8.21 4.5h.541a2.75 2.75 0 1 1 0 5.5H4.5a4 4 0 0 1-1.473-7.719Z","clip-rule":"evenodd"}})])};const Cs={render:Zs},xs=Object.freeze(Object.defineProperty({__proto__:null,default:Cs},Symbol.toStringTag,{value:"Module"}));var js=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cloudy",attrs:{"aria-hidden":"true",role:"img","data-name":"Cloudy",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.025 4.046A3 3 0 1 0 4.5 10h4.25a1.75 1.75 0 1 0 0-3.5h-.895a.5.5 0 0 1-.48-.357 3 3 0 0 0-2.35-2.097Zm-1.998-.765A4 4 0 0 1 8.21 5.5h.541a2.75 2.75 0 0 1 0 5.5H4.5a4 4 0 0 1-1.473-7.719Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.599 1.005A3.251 3.251 0 0 1 8.75 3h.75a2 2 0 0 1 2 2 .5.5 0 0 1-1 0 1 1 0 0 0-1-1H8.396a.5.5 0 0 1-.48-.363 2.251 2.251 0 0 0-4.379.204.5.5 0 1 1-.983-.182 3.251 3.251 0 0 1 3.045-2.654Z","clip-rule":"evenodd"}})])};const $s={render:js},As=Object.freeze(Object.defineProperty({__proto__:null,default:$s},Symbol.toStringTag,{value:"Module"}));var Ss=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--coaching-hub",attrs:{"aria-hidden":"true",role:"img","data-name":"Coaching Hub",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1h.5A1.5 1.5 0 0 1 10 3v1a.5.5 0 1 1-1 0V3a.5.5 0 0 0-.5-.5H8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1h-.5A.5.5 0 0 0 2 3v7a.5.5 0 0 0 .5.5.5.5 0 0 1 0 1A1.5 1.5 0 0 1 1 10V3a1.5 1.5 0 0 1 1.5-1.5H3Zm1 1h3v-1H4v1Zm6.479 3.455c0-.38.314-.655.66-.655.347 0 .661.275.661.655s-.314.655-.66.655a.658.658 0 0 1-.662-.655Zm-3.507.5c-.174 0-.42.147-.545.527v.002l-1.252 3.773a.5.5 0 1 1-.95-.314L5.478 6.67c.21-.643.752-1.216 1.495-1.216.744 0 1.284.57 1.495 1.213l.964 2.906c.125.38.37.526.545.526.398 0 .663-.294.663-.588v-1.99a.5.5 0 1 1 1 0v1.99c0 .908-.776 1.588-1.663 1.588-.743 0-1.283-.57-1.495-1.213l-.963-2.905V6.98c-.126-.38-.371-.526-.546-.526Z",fill:"currentColor"}})])};const Os={render:Ss},Es=Object.freeze(Object.defineProperty({__proto__:null,default:Os},Symbol.toStringTag,{value:"Module"}));var Fs=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--code",attrs:{"aria-hidden":"true",role:"img","data-name":"Code",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.646 2.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 1 1-.708-.708L10.293 6 7.646 3.354a.5.5 0 0 1 0-.708Zm-3.292 0a.5.5 0 0 1 0 .708L1.707 6l2.647 2.646a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const Hs={render:Fs},zs=Object.freeze(Object.defineProperty({__proto__:null,default:Hs},Symbol.toStringTag,{value:"Module"}));var Bs=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--command",attrs:{"aria-hidden":"true",role:"img","data-name":"Command",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.586 1.586A2 2 0 0 1 5 3v1h2V3a2 2 0 1 1 2 2H8v2h1a2 2 0 1 1-2 2V8H5v1a2 2 0 1 1-2-2h1V5H3a2 2 0 0 1-1.414-3.414ZM4 4V3a1 1 0 1 0-1 1h1Zm1 1v2h2V5H5ZM4 8H3a1 1 0 1 0 1 1V8Zm4 0v1a1 1 0 1 0 1-1H8Zm0-4h1a1 1 0 1 0-1-1v1Z","clip-rule":"evenodd"}})])};const Vs={render:Bs},Ps=Object.freeze(Object.defineProperty({__proto__:null,default:Vs},Symbol.toStringTag,{value:"Module"}));var Ts=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--concierge-bell",attrs:{"aria-hidden":"true",role:"img","data-name":"Concierge Bell",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 8.5a.5.5 0 0 0-.5.5v.5h9V9a.5.5 0 0 0-.5-.5H2ZM.94 7.94A1.5 1.5 0 0 1 2 7.5h8A1.5 1.5 0 0 1 11.5 9v1a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5V9c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.818 4.818A4.5 4.5 0 0 1 10.5 8a.5.5 0 0 1-1 0 3.5 3.5 0 1 0-7 0 .5.5 0 0 1-1 0 4.5 4.5 0 0 1 1.318-3.182Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Ls={render:Ts},Is=Object.freeze(Object.defineProperty({__proto__:null,default:Ls},Symbol.toStringTag,{value:"Module"}));var Us=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--contacts",attrs:{"aria-hidden":"true",role:"img","data-name":"Contacts",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.333.667a.5.5 0 0 1 .5-.5h7.334a.5.5 0 0 1 0 1H2.833a.5.5 0 0 1-.5-.5ZM1.48 1.98a.5.5 0 0 1 .353-.147h9.334a.5.5 0 0 1 .5.5v7.334a.5.5 0 0 1-.5.5H1.833a.5.5 0 0 1-.5-.5V2.333a.5.5 0 0 1 .147-.353Zm.853.853v6.334h1V9a1.833 1.833 0 0 1 1.834-1.833h2.666A1.833 1.833 0 0 1 9.667 9v.167h1V2.833H2.333Zm6.334 6.334V9a.833.833 0 0 0-.834-.833H5.167A.833.833 0 0 0 4.333 9v.167h4.334Zm-2.167-2a1.833 1.833 0 1 0 0-3.667 1.833 1.833 0 0 0 0 3.667Zm0-2.667a.833.833 0 1 0 0 1.667.833.833 0 0 0 0-1.667Zm-4.167 6.833a.5.5 0 0 1 .5-.5H10.3a.5.5 0 1 1 0 1H2.833a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const qs={render:Us},Ns=Object.freeze(Object.defineProperty({__proto__:null,default:qs},Symbol.toStringTag,{value:"Module"}));var Rs=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--copper-crm",attrs:{"aria-hidden":"true",role:"img","data-name":"Copper Crm",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"m11.316 2.03-.66.077a8.955 8.955 0 0 0-1.312.26 10.19 10.19 0 0 0-1.073.364c-.014 0-.108.037-.209.082-.455.203-.792.38-1.213.633C5.06 4.523 3.712 6.065 2.824 8.05c-.045.1-.082.195-.082.209 0 .014-.025.08-.056.148-.126.277-.343 1.008-.448 1.51-.12.58-.238 1.602-.238 2.07 0 .47.118 1.49.238 2.07.105.503.322 1.234.448 1.51.03.068.056.135.056.15 0 .013.037.107.082.208.547 1.223 1.218 2.207 2.125 3.113.907.907 1.89 1.578 3.113 2.125.101.045.195.082.21.082a.89.89 0 0 1 .148.056c.276.127 1.007.343 1.51.448.58.12 1.601.238 2.07.238.469 0 1.49-.117 2.07-.238.502-.105 1.233-.321 1.51-.448a.775.775 0 0 1 .149-.056c.014 0 .108-.037.209-.082.454-.203.792-.38 1.213-.633 1.79-1.077 3.136-2.619 4.025-4.605.045-.1.082-.195.082-.209 0-.014.025-.08.056-.148.126-.277.343-1.008.447-1.51.121-.58.239-1.602.239-2.07 0-.47-.118-1.49-.239-2.07-.104-.503-.32-1.234-.447-1.51a.776.776 0 0 1-.056-.15 1.47 1.47 0 0 0-.082-.208c-.204-.455-.38-.793-.633-1.213-1.079-1.791-2.618-3.136-4.605-4.025a1.46 1.46 0 0 0-.21-.082 10.23 10.23 0 0 0-1.072-.364c-.973-.283-2.49-.436-3.34-.336ZM13.6 6.26c.246.037.466.083.489.1.022.02.142.055.265.08.123.025.232.06.243.077.01.017.099.053.196.08.097.028.177.065.177.084 0 .019.024.034.053.034.057 0 .5.227.533.273a.46.46 0 0 0 .114.078c.106.056.128.072.296.217a4.2 4.2 0 0 1 .532.53c.073.089.152.183.178.21.085.09.393.703.422.84a.585.585 0 0 0 .063.18c.02.023.052.215.074.426.058.56-.009 1.004-.197 1.309-.02.032-.07.12-.111.196-.063.115-.3.357-.518.529-.189.147-.526.258-.854.28-.526.033-.806-.037-1.234-.31-.162-.104-.523-.487-.523-.555 0-.02-.024-.064-.054-.098-.074-.086-.207-.528-.235-.785a1.885 1.885 0 0 1 .013-.43c.057-.338.155-.754.198-.84.059-.114.163-.628.183-.9a1.134 1.134 0 0 0-.061-.48c-.153-.466-.413-.706-.894-.826-.298-.074-.33-.075-.583-.018a2.373 2.373 0 0 0-.462.162c-.22.114-.617.496-.784.756-.147.23-.445.824-.446.89a.647.647 0 0 1-.056.177c-.051.112-.102.317-.228.923-.059.284-.059 1.982 0 2.266.08.384.169.72.223.84.028.064.065.161.081.215a.36.36 0 0 0 .053.117c.014.011.084.134.157.274.226.433.659.915 1.05 1.167.102.066.206.138.232.16.026.022.056.04.067.04.011 0 .113.042.226.093a2.2 2.2 0 0 0 .343.122.582.582 0 0 1 .18.062c.137.11 1.463.136 1.91.037.272-.06.624-.164.664-.196a.95.95 0 0 1 .192-.08c.256-.082.64-.327 1.117-.712.032-.026.146-.13.254-.23l.195-.182.146.059c.08.032.147.076.147.098 0 .164-.853 1.646-1.111 1.931a8.386 8.386 0 0 0-.178.214 5.625 5.625 0 0 1-.801.814c-.33.268-.67.509-.72.509-.02 0-.06.023-.088.051-.066.066-.562.3-.635.3-.031 0-.066.015-.077.034-.012.018-.105.055-.208.081a1.598 1.598 0 0 0-.256.085c-.167.089-.886.168-1.532.168-.643 0-1.463-.09-1.562-.172a.622.622 0 0 0-.195-.06c-.16-.029-.23-.054-.613-.23a2.026 2.026 0 0 0-.247-.101c-.053 0-.6-.336-.867-.533-.418-.308-.758-.656-1.215-1.244a10.723 10.723 0 0 1-.63-1.192 1.958 1.958 0 0 1-.08-.273 1.125 1.125 0 0 0-.083-.256c-.075-.096-.168-.957-.168-1.56 0-.6.092-1.424.17-1.523.017-.022.053-.137.08-.255.027-.118.063-.232.08-.254.016-.021.052-.114.079-.205.027-.091.06-.166.076-.166.014 0 .05-.07.078-.156.028-.086.064-.157.08-.157.015 0 .037-.033.047-.074.011-.042.088-.183.171-.316a6.306 6.306 0 0 1 1.208-1.386c.128-.107.24-.205.252-.219a.558.558 0 0 1 .117-.075c.053-.027.161-.1.24-.161.164-.13.874-.503.955-.503.03 0 .055-.015.055-.033 0-.018.074-.054.166-.08.091-.027.219-.072.283-.101.064-.03.187-.065.273-.08a.651.651 0 0 0 .198-.061c.022-.018.24-.058.483-.09.242-.032.452-.069.465-.082.058 0 1.242.006 1.684.072Z",fill:"#FF3465"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.57 6.272c.246.037.466.082.489.1.022.019.142.055.265.08.123.025.232.06.243.077.01.017.099.053.196.08.097.028.177.065.177.084 0 .019.024.034.053.034.057 0 .5.227.533.273a.46.46 0 0 0 .114.078c.106.056.128.072.296.217.234.202.404.371.533.53.072.088.151.183.177.21.085.09.393.702.422.84a.585.585 0 0 0 .063.18c.02.023.052.215.074.426.058.559-.009 1.003-.197 1.308-.02.033-.07.12-.111.197-.063.115-.3.357-.518.528-.189.148-.526.259-.854.28-.526.034-.806-.037-1.234-.31-.162-.103-.523-.486-.523-.554 0-.02-.024-.065-.054-.098-.074-.087-.207-.528-.235-.785a1.89 1.89 0 0 1 .013-.43c.057-.339.155-.754.198-.84.059-.114.163-.628.183-.901a1.135 1.135 0 0 0-.061-.48c-.153-.466-.413-.706-.894-.825-.298-.075-.33-.076-.582-.018a2.373 2.373 0 0 0-.463.162c-.22.114-.617.496-.784.756-.147.229-.444.824-.446.89a.646.646 0 0 1-.056.176c-.051.113-.102.318-.228.924-.059.284-.059 1.982 0 2.266.08.383.169.72.223.84.028.064.065.16.081.214.016.054.04.107.053.118.014.01.084.134.157.273.226.434.659.915 1.05 1.168.102.066.206.137.232.16.026.021.056.04.067.04.011 0 .113.041.226.093.114.051.268.106.343.121a.585.585 0 0 1 .18.063c.137.11 1.463.136 1.91.037.272-.061.624-.164.664-.196a.955.955 0 0 1 .192-.08c.256-.082.64-.327 1.117-.712.032-.026.146-.13.254-.23l.195-.182.146.058c.081.033.147.077.147.099 0 .163-.853 1.646-1.111 1.93a8.748 8.748 0 0 0-.178.215c-.252.31-.525.588-.8.813-.33.269-.67.51-.72.51-.02 0-.06.023-.089.05-.066.067-.562.301-.635.301-.03 0-.066.015-.077.034-.011.018-.105.055-.207.08a1.578 1.578 0 0 0-.257.085c-.167.09-.886.169-1.531.169-.644 0-1.464-.09-1.562-.172a.622.622 0 0 0-.196-.06c-.16-.029-.229-.054-.613-.23a2.018 2.018 0 0 0-.247-.101c-.053 0-.599-.336-.867-.533-.418-.308-.758-.656-1.214-1.245a10.719 10.719 0 0 1-.631-1.191 1.955 1.955 0 0 1-.08-.274 1.127 1.127 0 0 0-.082-.256c-.076-.096-.169-.956-.169-1.56 0-.599.092-1.424.17-1.523.017-.021.053-.136.08-.254a1.18 1.18 0 0 1 .08-.254c.016-.022.052-.114.079-.205.027-.092.061-.166.076-.166.014 0 .05-.07.078-.157.028-.085.064-.156.08-.156.015 0 .037-.033.047-.075.011-.04.088-.183.171-.315a6.306 6.306 0 0 1 1.208-1.386c.128-.107.24-.206.252-.219a.557.557 0 0 1 .117-.075c.054-.028.161-.1.24-.162.164-.129.874-.502.955-.502.03 0 .055-.015.055-.033 0-.018.074-.054.166-.08.091-.027.219-.072.283-.101a1.32 1.32 0 0 1 .274-.081.651.651 0 0 0 .197-.06c.023-.018.24-.059.483-.09.243-.032.452-.069.465-.082.058 0 1.242.006 1.684.072Z",fill:"#fff"}})])};const Gs={render:Rs},Ks=Object.freeze(Object.defineProperty({__proto__:null,default:Gs},Symbol.toStringTag,{value:"Module"}));var Js=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--copy",attrs:{"aria-hidden":"true",role:"img","data-name":"Copy",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2608328470a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 1.5a.5.5 0 0 0-.5.5v4.5A.5.5 0 0 0 2 7h.5a.5.5 0 0 1 0 1H2A1.5 1.5 0 0 1 .5 6.5V2A1.5 1.5 0 0 1 2 .5h4.5A1.5 1.5 0 0 1 8 2v.5a.5.5 0 0 1-1 0V2a.5.5 0 0 0-.5-.5H2ZM5.5 5a.5.5 0 0 0-.5.5V10a.5.5 0 0 0 .5.5H10a.5.5 0 0 0 .5-.5V5.5A.5.5 0 0 0 10 5H5.5ZM4 5.5A1.5 1.5 0 0 1 5.5 4H10a1.5 1.5 0 0 1 1.5 1.5V10a1.5 1.5 0 0 1-1.5 1.5H5.5A1.5 1.5 0 0 1 4 10V5.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2608328470a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ws={render:Js},Ys=Object.freeze(Object.defineProperty({__proto__:null,default:Ws},Symbol.toStringTag,{value:"Module"}));var Xs=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--copyright",attrs:{"aria-hidden":"true",role:"img","data-name":"Copyright",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2489210102a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M5.116 3.662a2.5 2.5 0 0 1 2.759.684.5.5 0 1 1-.75.662 1.5 1.5 0 1 0 0 1.984.5.5 0 1 1 .75.662 2.5 2.5 0 1 1-2.759-3.992Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2489210102a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Qs={render:Xs},ei=Object.freeze(Object.defineProperty({__proto__:null,default:Qs},Symbol.toStringTag,{value:"Module"}));var ti=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--corner-down-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Down Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.854 4.646a.5.5 0 0 1 0 .708L2.707 7.5l2.147 2.146a.5.5 0 0 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10 1.5a.5.5 0 0 1 .5.5v3.5A2.5 2.5 0 0 1 8 8H2a.5.5 0 0 1 0-1h6a1.5 1.5 0 0 0 1.5-1.5V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const ai={render:ti},ni=Object.freeze(Object.defineProperty({__proto__:null,default:ai},Symbol.toStringTag,{value:"Module"}));var oi=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--corner-down-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Down Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.146 4.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L9.293 7.5 7.146 5.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 1.5a.5.5 0 0 1 .5.5v3.5A1.5 1.5 0 0 0 4 7h6a.5.5 0 0 1 0 1H4a2.5 2.5 0 0 1-2.5-2.5V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const ri={render:oi},si=Object.freeze(Object.defineProperty({__proto__:null,default:ri},Symbol.toStringTag,{value:"Module"}));var ii=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--corner-left-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Left Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.646 7.146a.5.5 0 0 1 .708 0L4.5 9.293l2.146-2.147a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.732 2.232A2.5 2.5 0 0 1 6.5 1.5H10a.5.5 0 0 1 0 1H6.5A1.5 1.5 0 0 0 5 4v6a.5.5 0 0 1-1 0V4a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])};const di={render:ii},li=Object.freeze(Object.defineProperty({__proto__:null,default:di},Symbol.toStringTag,{value:"Module"}));var fi=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--corner-left-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Left Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.146 1.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L4.5 2.707 2.354 4.854a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1.5A.5.5 0 0 1 5 2v6a1.5 1.5 0 0 0 1.5 1.5H10a.5.5 0 0 1 0 1H6.5A2.5 2.5 0 0 1 4 8V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const ui={render:fi},_i=Object.freeze(Object.defineProperty({__proto__:null,default:ui},Symbol.toStringTag,{value:"Module"}));var ci=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--corner-right-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Right Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.646 7.146a.5.5 0 0 1 .708 0L7.5 9.293l2.146-2.147a.5.5 0 0 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 2a.5.5 0 0 1 .5-.5h3.5A2.5 2.5 0 0 1 8 4v6a.5.5 0 0 1-1 0V4a1.5 1.5 0 0 0-1.5-1.5H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const mi={render:ci},hi=Object.freeze(Object.defineProperty({__proto__:null,default:mi},Symbol.toStringTag,{value:"Module"}));var gi=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--corner-right-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Right Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.146 1.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1-.708.708L7.5 2.707 5.354 4.854a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.5 1.5A.5.5 0 0 1 8 2v6a2.5 2.5 0 0 1-2.5 2.5H2a.5.5 0 0 1 0-1h3.5A1.5 1.5 0 0 0 7 8V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const pi={render:gi},ki=Object.freeze(Object.defineProperty({__proto__:null,default:pi},Symbol.toStringTag,{value:"Module"}));var wi=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--corner-up-left",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Up Left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.854 1.646a.5.5 0 0 1 0 .708L2.707 4.5l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 4.5A.5.5 0 0 1 2 4h6a2.5 2.5 0 0 1 2.5 2.5V10a.5.5 0 0 1-1 0V6.5A1.5 1.5 0 0 0 8 5H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const vi={render:wi},yi=Object.freeze(Object.defineProperty({__proto__:null,default:vi},Symbol.toStringTag,{value:"Module"}));var bi=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--corner-up-right",attrs:{"aria-hidden":"true",role:"img","data-name":"Corner Up Right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.146 1.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L9.293 4.5 7.146 2.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 5a1.5 1.5 0 0 0-1.5 1.5V10a.5.5 0 0 1-1 0V6.5A2.5 2.5 0 0 1 4 4h6a.5.5 0 0 1 0 1H4Z","clip-rule":"evenodd"}})])};const Di={render:bi},Mi=Object.freeze(Object.defineProperty({__proto__:null,default:Di},Symbol.toStringTag,{value:"Module"}));var Zi=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--cpu",attrs:{"aria-hidden":"true",role:"img","data-name":"Cpu",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon743022709a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M3 2.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H3ZM1.5 3A1.5 1.5 0 0 1 3 1.5h6A1.5 1.5 0 0 1 10.5 3v6A1.5 1.5 0 0 1 9 10.5H3A1.5 1.5 0 0 1 1.5 9V3Z"}}),t("path",{attrs:{d:"M4 4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-3ZM5 5v2h2V5H5ZM4.5.5A.5.5 0 0 1 5 1v1a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm3 0A.5.5 0 0 1 8 1v1a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm-3 9.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0v-.5a.5.5 0 0 1 .5-.5Zm3-.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Zm2-5A.5.5 0 0 1 10 4h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm0 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm-9-2.5A.5.5 0 0 1 1 4h1a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5ZM.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 7Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon743022709a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ci={render:Zi},xi=Object.freeze(Object.defineProperty({__proto__:null,default:Ci},Symbol.toStringTag,{value:"Module"}));var ji=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--credit-card",attrs:{"aria-hidden":"true",role:"img","data-name":"Credit Card",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 3a.5.5 0 0 0-.5.5v1h9v-1A.5.5 0 0 0 10 3H2Zm9.5.5A1.5 1.5 0 0 0 10 2H2A1.5 1.5 0 0 0 .5 3.5v5A1.5 1.5 0 0 0 2 10h8a1.5 1.5 0 0 0 1.5-1.5v-5Zm-1 2h-9v3A.5.5 0 0 0 2 9h8a.5.5 0 0 0 .5-.5v-3Z","clip-rule":"evenodd"}})])};const $i={render:ji},Ai=Object.freeze(Object.defineProperty({__proto__:null,default:$i},Symbol.toStringTag,{value:"Module"}));var Si=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--dash",attrs:{"aria-hidden":"true",role:"img","data-name":"Dash",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Oi={render:Si},Ei=Object.freeze(Object.defineProperty({__proto__:null,default:Oi},Symbol.toStringTag,{value:"Module"}));var Fi=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--dect-base-station",attrs:{"aria-hidden":"true",role:"img","data-name":"Dect Base Station",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v5A1.5 1.5 0 0 1 9.5 9h-7A1.5 1.5 0 0 1 1 7.5v-5ZM2.5 2a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-7ZM4 3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm.5 3A.5.5 0 0 1 5 6h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm-3.5 4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])};const Hi={render:Fi},zi=Object.freeze(Object.defineProperty({__proto__:null,default:Hi},Symbol.toStringTag,{value:"Module"}));var Bi=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--dect-handset",attrs:{"aria-hidden":"true",role:"img","data-name":"Dect Handset",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3 2A1.5 1.5 0 0 1 4.5.5h3A1.5 1.5 0 0 1 9 2v8a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 3 10V2Zm5 3V2a.5.5 0 0 0-.5-.5h-3A.5.5 0 0 0 4 2v3h4ZM4 6h4v4a.5.5 0 0 1-.5.5h-3A.5.5 0 0 1 4 10V6Zm.793-3.5a.5.5 0 0 1 .5-.5h1.414a.5.5 0 0 1 0 1H5.293a.5.5 0 0 1-.5-.5Zm-.168 5a.5.5 0 0 1 .5-.5h.004a.5.5 0 0 1 .001 1h-.004a.5.5 0 0 1-.501-.5Zm1.75 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5ZM4.625 9a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm1.75 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])};const Vi={render:Bi},Pi=Object.freeze(Object.defineProperty({__proto__:null,default:Vi},Symbol.toStringTag,{value:"Module"}));var Ti=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--delete",attrs:{"aria-hidden":"true",role:"img","data-name":"Delete",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2492132394a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M4.147 2.147A.5.5 0 0 1 4.5 2H10a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 10H4.5a.5.5 0 0 1-.353-.146l-3.5-3.5a.5.5 0 0 1 0-.707l3.5-3.5Zm.56.853-3 3 3 3H10a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 3H4.707Z"}}),t("path",{attrs:{d:"M9.354 4.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.707-.707l3-3a.5.5 0 0 1 .707 0Z"}}),t("path",{attrs:{d:"M5.647 4.147a.5.5 0 0 1 .707 0l3 3a.5.5 0 1 1-.707.707l-3-3a.5.5 0 0 1 0-.707Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2492132394a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Li={render:Ti},Ii=Object.freeze(Object.defineProperty({__proto__:null,default:Li},Symbol.toStringTag,{value:"Module"}));var Ui=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--deskphone",attrs:{"aria-hidden":"true",role:"img","data-name":"Deskphone",viewBox:"0 0 10 10",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 1.5A1.5 1.5 0 0 1 1.5 0h1c.444 0 .843.193 1.118.5H8.5A1.5 1.5 0 0 1 10 2v6a1.5 1.5 0 0 1-1.5 1.5H3.618c-.275.307-.674.5-1.118.5h-1A1.5 1.5 0 0 1 0 8.5v-7Zm4 7h4.5A.5.5 0 0 0 9 8V2a.5.5 0 0 0-.5-.5H4v7ZM1.5 1a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-1Zm3 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V3Zm3 0h-2v1.5h2V3Zm-3 4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}})])};const qi={render:Ui},Ni=Object.freeze(Object.defineProperty({__proto__:null,default:qi},Symbol.toStringTag,{value:"Module"}));var Ri=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--dialbot",attrs:{"aria-hidden":"true",role:"img","data-name":"Dialbot",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1514892810a)"}},[t("path",{attrs:{fill:"url(#dt-icon1514892810b)",d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Z"}}),t("path",{attrs:{fill:"#fff",d:"M17.8 18v.8h1.294l-.578-1.158L17.8 18Zm-1.122-2.243-.623-.501-.322.4.23.459.716-.358ZM12 6.8a5.2 5.2 0 0 1 5.2 5.2h1.6A6.8 6.8 0 0 0 12 5.2v1.6ZM6.8 12A5.2 5.2 0 0 1 12 6.8V5.2A6.8 6.8 0 0 0 5.2 12h1.6Zm5.2 5.2A5.2 5.2 0 0 1 6.8 12H5.2a6.8 6.8 0 0 0 6.8 6.8v-1.6Zm5.8 0H12v1.6h5.8v-1.6Zm-1.837-1.085 1.121 2.243 1.432-.716-1.122-2.243-1.431.716ZM17.2 12a5.175 5.175 0 0 1-1.145 3.256l1.247 1.002A6.775 6.775 0 0 0 18.8 12h-1.6Zm-2 1.6a4.824 4.824 0 0 1-1.491.887 4.817 4.817 0 0 1-3.418 0 4.822 4.822 0 0 1-1.49-.887v-.8c.294.178.627.331.998.46.367.134.744.238 1.127.313.386.076.745.114 1.078.114a5.51 5.51 0 0 0 1.077-.114 7.53 7.53 0 0 0 1.127-.313c.371-.129.702-.282.992-.46v.8Z"}})]),t("defs",[t("linearGradient",{attrs:{id:"dt-icon1514892810b",x1:"0",x2:"24",y1:"0",y2:"24",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{offset:".1","stop-color":"#F9008E"}}),t("stop",{attrs:{offset:".9","stop-color":"#7C52FF"}})],1),t("clipPath",{attrs:{id:"dt-icon1514892810a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h24v24H0z"}})])],1)])};const Gi={render:Ri},Ki=Object.freeze(Object.defineProperty({__proto__:null,default:Gi},Symbol.toStringTag,{value:"Module"}));var Ji=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--dialer",attrs:{"aria-hidden":"true",role:"img","data-name":"Dialer",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 1a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 7 1Zm0 1.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5ZM7 4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 7 4Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])};const Wi={render:Ji},Yi=Object.freeze(Object.defineProperty({__proto__:null,default:Wi},Symbol.toStringTag,{value:"Module"}));var Xi=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--dialpad-ai-color",attrs:{"aria-hidden":"true",role:"img","data-name":"Dialpad Ai Color",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M21.442 5.832a1.916 1.916 0 1 0 0-3.832 1.916 1.916 0 0 0 0 3.832Z",fill:"url(#dt-icon1674951635a)"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.182 5.388c-.434 0-1.182.413-1.57 1.683l-.001.002-3.683 11.873a1.498 1.498 0 0 1-2.86-.888l3.68-11.864V6.19c.6-1.952 2.168-3.798 4.434-3.798 2.265 0 3.831 1.842 4.431 3.79 0 0 0 .001 0 0l2.835 9.142c.39 1.265 1.136 1.68 1.57 1.68a1.926 1.926 0 0 0 1.926-1.927V8.821a1.497 1.497 0 1 1 2.995 0v6.257A4.921 4.921 0 0 1 18.018 20c-2.263 0-3.831-1.842-4.431-3.791 0-.001 0 0 0 0L10.75 7.068c-.389-1.267-1.134-1.68-1.57-1.68Z",fill:"url(#dt-icon1674951635b)"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon1674951635a",x1:"1",y1:"2",x2:"18.585",y2:"23.843",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{offset:".1","stop-color":"#F9008E"}}),t("stop",{attrs:{offset:".9","stop-color":"#7C52FF"}})],1),t("linearGradient",{attrs:{id:"dt-icon1674951635b",x1:"1",y1:"2",x2:"18.585",y2:"23.843",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{offset:".1","stop-color":"#F9008E"}}),t("stop",{attrs:{offset:".9","stop-color":"#7C52FF"}})],1)],1)])};const Qi={render:Xi},ed=Object.freeze(Object.defineProperty({__proto__:null,default:Qi},Symbol.toStringTag,{value:"Module"}));var td=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--dialpad-ai",attrs:{"aria-hidden":"true",role:"img","data-name":"Dialpad Ai",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon677225635a)",fill:"currentColor"}},[t("path",{attrs:{d:"M10.721 2.916a.958.958 0 1 0 0-1.916.958.958 0 0 0 0 1.916Z"}}),t("path",{attrs:{"fill-rule":"evenodd",d:"M4.591 2.694c-.217 0-.59.207-.785.841v.002L1.964 9.473a.749.749 0 0 1-1.43-.444l1.84-5.932v-.002c.3-.975 1.084-1.899 2.217-1.899s1.916.922 2.216 1.896l1.417 4.57c.195.633.568.84.785.84a.963.963 0 0 0 .963-.963V4.411a.749.749 0 1 1 1.498 0v3.128A2.46 2.46 0 0 1 9.01 10c-1.132 0-1.916-.92-2.216-1.895l-1.418-4.57c-.195-.633-.567-.84-.785-.84Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon677225635a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const ad={render:td},nd=Object.freeze(Object.defineProperty({__proto__:null,default:ad},Symbol.toStringTag,{value:"Module"}));var od=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--dialpad-logomark",attrs:{"aria-hidden":"true",role:"img","data-name":"Dialpad Logomark",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.012 5.677V2.442a.035.035 0 0 0-.06-.024L4.575 3.836A2.349 2.349 0 1 0 5.99 6.322v3.236c0 .031.038.047.06.024l1.375-1.42a2.349 2.349 0 1 0-1.412-2.486Z","clip-rule":"evenodd"}})])};const rd={render:od},sd=Object.freeze(Object.defineProperty({__proto__:null,default:rd},Symbol.toStringTag,{value:"Module"}));var id=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--digital-whisper",attrs:{"aria-hidden":"true",role:"img","data-name":"Digital Whisper",viewBox:"0 0 10 10",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.5 1a.5.5 0 0 0-.5.5.5.5 0 0 1-1 0A1.5 1.5 0 0 1 1.5 0a.5.5 0 0 1 0 1ZM2.75.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm2.5 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5ZM8 .5a.5.5 0 0 1 .5-.5A1.5 1.5 0 0 1 10 1.5a.5.5 0 0 1-1 0 .5.5 0 0 0-.5-.5.5.5 0 0 1-.5-.5ZM.5 2.75a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5Zm9 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5ZM.5 5.5A.5.5 0 0 1 1 6H0a.5.5 0 0 1 .5-.5Zm0 .5H0v1a.5.5 0 0 0 1 0V6H.5Zm9 0a.5.5 0 0 1 .5.5A1.5 1.5 0 0 1 8.5 8a.5.5 0 0 1 0-1 .5.5 0 0 0 .5-.5.5.5 0 0 1 .5-.5ZM2.75 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm2.5 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm-4.282.825A.5.5 0 0 0 0 8.5v1a.5.5 0 0 0 .854.354l1-1a.5.5 0 1 0-.708-.708l-.178.179Z",fill:"currentColor"}})])};const dd={render:id},ld=Object.freeze(Object.defineProperty({__proto__:null,default:dd},Symbol.toStringTag,{value:"Module"}));var fd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--diners-club",attrs:{"aria-hidden":"true",role:"img","data-name":"Diners Club",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.18 16.623h1.833c2.86 0 5.14-2.269 5.229-5.072v-.045c-.045-2.848-2.369-5.162-5.23-5.117h-2.055c-2.727.089-4.872 2.403-4.783 5.162 0 2.759 2.235 5.028 5.006 5.072Zm-4.112-5.117c0-2.314 1.922-4.227 4.246-4.227 2.324 0 4.246 1.913 4.246 4.227s-1.922 4.227-4.246 4.227c-2.324 0-4.246-1.913-4.246-4.227Zm4.917 2.848V8.703c1.564.4 2.547 1.958 2.145 3.515a2.904 2.904 0 0 1-2.145 2.136Zm-3.442-3.56a2.924 2.924 0 0 0 2.1 3.56V8.703a2.933 2.933 0 0 0-2.1 2.091Z",fill:"#0079BE"}})])};const ud={render:fd},_d=Object.freeze(Object.defineProperty({__proto__:null,default:ud},Symbol.toStringTag,{value:"Module"}));var cd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--discover",attrs:{"aria-hidden":"true",role:"img","data-name":"Discover",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),t("path",{attrs:{d:"M4.482 19.947 23.5 14.18v4.32a1.465 1.465 0 0 1-1.465 1.447H4.482Z",fill:"#FD6020"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M21.23 10.402c.739 0 1.145.342 1.145.99.036.494-.296.913-.738.989l.996 1.408h-.775l-.849-1.37h-.073v1.37h-.628v-3.387h.923Zm-.294 1.56h.184c.406 0 .59-.19.59-.532 0-.305-.184-.495-.59-.495h-.184v1.027Zm-2.804 1.827h1.77v-.571H18.76v-.913h1.107v-.571H18.76v-.761h1.144v-.571h-1.771v3.387Zm-1.845-1.104-.848-2.283h-.664l1.365 3.463h.332l1.365-3.463h-.664l-.886 2.283Zm-7.489-.57c0 .95.738 1.75 1.66 1.75.295 0 .554-.076.812-.19v-.761c-.185.228-.443.38-.738.38-.59 0-1.07-.457-1.07-1.065v-.076a1.126 1.126 0 0 1 1.033-1.18c.295 0 .59.152.775.38v-.76c-.221-.153-.517-.191-.775-.191-.96-.076-1.697.723-1.697 1.712Zm-1.144-.419c-.369-.152-.48-.228-.48-.419.038-.228.222-.418.443-.38.185 0 .37.114.517.266l.332-.456c-.258-.229-.59-.381-.922-.381-.517-.038-.96.38-.996.913v.038c0 .457.184.724.774.914.148.038.295.114.443.19.11.076.184.19.184.343 0 .266-.22.494-.442.494H7.47a.729.729 0 0 1-.664-.456l-.406.418c.221.419.664.647 1.107.647.59.038 1.07-.418 1.107-1.027v-.115c-.037-.456-.222-.684-.96-.989Zm-2.14 2.093h.628v-3.387h-.627v3.387ZM2.6 10.402h1.107c.885.038 1.586.799 1.55 1.712 0 .495-.222.952-.591 1.294-.332.267-.738.419-1.144.38H2.6v-3.386Zm.812 2.816c.295.038.627-.076.848-.266.222-.228.332-.533.332-.875a1.2 1.2 0 0 0-.332-.838 1.144 1.144 0 0 0-.848-.266h-.185v2.245h.185Z",fill:"currentColor"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.151 10.324c-.922 0-1.697.76-1.697 1.75 0 .952.738 1.75 1.697 1.789.96.038 1.697-.761 1.734-1.75-.037-.99-.774-1.79-1.734-1.79Z",fill:"#FD6020"}})])};const md={render:cd},hd=Object.freeze(Object.defineProperty({__proto__:null,default:md},Symbol.toStringTag,{value:"Module"}));var gd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--dissatisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Dissatisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon4169242303a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM4 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5ZM4.237 7.096c.4-.29 1-.596 1.763-.596.763 0 1.364.305 1.763.596a3.474 3.474 0 0 1 .62.582l.01.014.005.005v.002H8.4L8 8l.4-.3a.5.5 0 0 1-.798.602L7.599 8.3a2.474 2.474 0 0 0-.425-.395A1.995 1.995 0 0 0 6 7.5c-.487 0-.886.195-1.175.404a2.474 2.474 0 0 0-.424.395l-.002.003A.5.5 0 0 1 3.6 7.7L4 8l-.4-.3.001-.001.001-.002.004-.005.01-.014c.01-.01.021-.025.036-.042a3.474 3.474 0 0 1 .585-.54Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon4169242303a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const pd={render:gd},kd=Object.freeze(Object.defineProperty({__proto__:null,default:pd},Symbol.toStringTag,{value:"Module"}));var wd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--double-check",attrs:{"aria-hidden":"true",role:"img","data-name":"Double Check",viewBox:"0 0 12 8",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.354.646a.5.5 0 0 1 0 .708l-5.5 5.5a.5.5 0 0 1-.708 0l-2.5-2.5a.5.5 0 1 1 .708-.708L3.5 5.793 8.646.646a.5.5 0 0 1 .708 0Zm2 2a.5.5 0 0 1 0 .708l-3.75 3.75a.5.5 0 0 1-.708 0l-.75-.75a.5.5 0 1 1 .708-.708l.396.397 3.396-3.397a.5.5 0 0 1 .708 0Z",fill:"currentColor"}})])};const vd={render:wd},yd=Object.freeze(Object.defineProperty({__proto__:null,default:vd},Symbol.toStringTag,{value:"Module"}));var bd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--download-cloud",attrs:{"aria-hidden":"true",role:"img","data-name":"Download Cloud",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 0 1-.715.7A4 4 0 1 1 8.209 3.5h.54c.001 0 0 0 0 0a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.646 8.146a.5.5 0 0 1 .708 0L6 9.793l1.646-1.647a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const Dd={render:bd},Md=Object.freeze(Object.defineProperty({__proto__:null,default:Dd},Symbol.toStringTag,{value:"Module"}));var Zd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--download",attrs:{"aria-hidden":"true",role:"img","data-name":"Download",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 7a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.147 4.647a.5.5 0 0 1 .707 0L6 6.793l2.147-2.146a.5.5 0 0 1 .707.707l-2.5 2.5a.5.5 0 0 1-.707 0l-2.5-2.5a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0v-6A.5.5 0 0 1 6 1Z","clip-rule":"evenodd"}})])};const Cd={render:Zd},xd=Object.freeze(Object.defineProperty({__proto__:null,default:Cd},Symbol.toStringTag,{value:"Module"}));var jd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--dp-phone",attrs:{"aria-hidden":"true",role:"img","data-name":"Dp Phone",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])};const $d={render:jd},Ad=Object.freeze(Object.defineProperty({__proto__:null,default:$d},Symbol.toStringTag,{value:"Module"}));var Sd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--edit-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Edit 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1135356752a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M9.5 1.586a.914.914 0 0 0-.646.268L2.197 8.51l-.484 1.777 1.777-.484 6.656-6.657a.913.913 0 0 0-.646-1.56ZM8.767.732a1.914 1.914 0 0 1 2.087 3.122l-6.75 6.75a.5.5 0 0 1-.222.128l-2.75.75a.5.5 0 0 1-.614-.614l.75-2.75a.5.5 0 0 1 .128-.222l6.75-6.75c.178-.177.39-.318.621-.414Z"}}),t("path",{attrs:{d:"M2.146 7.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 1 1-.708.708l-2-2a.5.5 0 0 1 0-.708Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1135356752a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Od={render:Sd},Ed=Object.freeze(Object.defineProperty({__proto__:null,default:Od},Symbol.toStringTag,{value:"Module"}));var Fd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--edit",attrs:{"aria-hidden":"true",role:"img","data-name":"Edit",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1563608815a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M.94 1.94A1.5 1.5 0 0 1 2 1.5h3.5a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 1 1 0V10A1.5 1.5 0 0 1 9 11.5H2A1.5 1.5 0 0 1 .5 10V3c0-.398.158-.78.44-1.06Z"}}),t("path",{attrs:{d:"M10 1.44a.56.56 0 0 0-.396.164L4.95 6.256l-.264 1.057 1.057-.264 4.652-4.653A.56.56 0 0 0 10 1.44ZM8.896.895a1.56 1.56 0 0 1 2.208 2.208l-4.75 4.75a.5.5 0 0 1-.233.131l-2 .5a.5.5 0 0 1-.606-.606l.5-2a.5.5 0 0 1 .131-.233l4.75-4.75Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1563608815a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Hd={render:Fd},zd=Object.freeze(Object.defineProperty({__proto__:null,default:Hd},Symbol.toStringTag,{value:"Module"}));var Bd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--empty",attrs:{"aria-hidden":"true",role:"img","data-name":"Empty",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3081656742a)"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 1H4a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h4a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3ZM4 0a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h4a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z",fill:"currentColor"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3081656742a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Vd={render:Bd},Pd=Object.freeze(Object.defineProperty({__proto__:null,default:Vd},Symbol.toStringTag,{value:"Module"}));var Td=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--end-chat",attrs:{"aria-hidden":"true",role:"img","data-name":"End Chat",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v6.793l1.147-1.146A.5.5 0 0 1 3.5 8H5a.5.5 0 1 1 0 1H3.707l-1.853 1.854A.5.5 0 0 1 1 10.501v-8A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v2.75a.5.5 0 1 1-1 0V2.5a.5.5 0 0 0-.5-.5h-7Zm6.308 4.5a.5.5 0 0 1 .5.5v2.41l.955-.955a.5.5 0 1 1 .707.707L9.162 10.97a.5.5 0 0 1-.707 0L6.647 9.162a.5.5 0 1 1 .707-.707l.954.955V7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Ld={render:Td},Id=Object.freeze(Object.defineProperty({__proto__:null,default:Ld},Symbol.toStringTag,{value:"Module"}));var Ud=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--equal",attrs:{"aria-hidden":"true",role:"img","data-name":"Equal",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const qd={render:Ud},Nd=Object.freeze(Object.defineProperty({__proto__:null,default:qd},Symbol.toStringTag,{value:"Module"}));var Rd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--eraser",attrs:{"aria-hidden":"true",role:"img","data-name":"Eraser",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.478 2.184c-.241-.268-.659-.296-.974.02l-4.8 4.8a.486.486 0 0 1-.02.018c-.268.241-.296.659.02.974l2.15 2.15a.5.5 0 1 1-.708.707l-2.15-2.15c-.68-.68-.712-1.756.009-2.415l4.791-4.792c.681-.68 1.757-.712 2.416.009l2.792 2.791c.68.681.712 1.757-.009 2.416l-4.141 4.142a.5.5 0 1 1-.708-.708l4.15-4.15a.518.518 0 0 1 .02-.018c.268-.241.296-.659-.02-.974l-2.8-2.8a.494.494 0 0 1-.018-.02Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 10.5a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H3.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.146 5.146a.5.5 0 0 1 .708 0l4.5 4.5a.5.5 0 0 1-.708.708l-4.5-4.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const Gd={render:Rd},Kd=Object.freeze(Object.defineProperty({__proto__:null,default:Gd},Symbol.toStringTag,{value:"Module"}));var Jd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--evernote",attrs:{"aria-hidden":"true",role:"img","data-name":"Evernote",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M22.007 12.614c.075 1.27-.06 2.525-.229 3.783-.168 1.284-.38 2.562-.723 3.813-.224.8-.504 1.575-.901 2.306-.488.894-1.226 1.402-2.244 1.443l-2.874.027c-.477-.013-.958-.11-1.425-.223-.894-.225-1.397-.825-1.545-1.725-.14-.81-.13-1.64.03-2.448.189-.922.75-1.47 1.675-1.577.613-.075 1.238-.058 1.857-.075.154-.005.207.073.153.215a2.021 2.021 0 0 0-.074 1.217c.04.155-.017.23-.195.229a5.823 5.823 0 0 0-.842.04c-.477.064-.72.352-.72.834 0 .154.02.312.05.466.077.38.337.585.707.628.843.095 1.686.104 2.528-.038.506-.085.81-.404.87-.905.114-.976.116-1.94-.171-2.884-.248-.82-.755-1.174-1.6-1.275l-2.52-.405c-.796-.145-1.275-.665-1.44-1.425-.098-.43-.106-.878-.161-1.318-.01-.08-.055-.156-.075-.225-.03.075-.08.159-.088.244-.05.51-.04 1.03-.139 1.53-.12.6-.303 1.175-.502 1.748-.139.401-.462.628-.904.6a28.321 28.321 0 0 1-5.342-1.015l-.48-.155c-.695-.195-1.115-.677-1.305-1.34l-.75-2.89-.555-3.225c-.086-.566-.15-1.142-.062-1.72.115-.834.685-1.427 1.53-1.473l2.668-.046c.096 0 .19.002.28-.02a.923.923 0 0 0 .758-.941l-.038-2.277C7.173.93 7.809.327 8.826.146a7.935 7.935 0 0 1 3.682.195c.7.206 1.1.692 1.287 1.372.043.165.11.225.277.215l1.937.008 2.5.277c.514.072 1.023.188 1.523.315.874.224 1.345.834 1.472 1.692l.268 2.517.225 4.182.007 1.708.003-.014Zm-3.4-.867c-.015-.5-.053-.95-.333-1.338a1.244 1.244 0 0 0-1.852-.112c-.273.3-.37.66-.423 1.05-.006.025.08.094.12.094l.6-.04c.576.006 1.142.085 1.688.295.049.02.102.03.198.058l.002-.007ZM6.59.866a2.865 2.865 0 0 0-.208 1.194l.037 2.2c.004.268-.056.338-.324.338l-2.27.019c-.437 0-.857.075-1.166.209l3.9-4c.015.01.03.025.045.04H6.59Z",fill:"#00A82D"}})])};const Wd={render:Jd},Yd=Object.freeze(Object.defineProperty({__proto__:null,default:Wd},Symbol.toStringTag,{value:"Module"}));var Xd=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--expand",attrs:{"aria-hidden":"true",role:"img","data-name":"Expand",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.147 7.147a.5.5 0 0 1 .707 0L10 9.293V8.1a.5.5 0 1 1 1 0v2.4a.498.498 0 0 1-.144.351l-.004.005A.497.497 0 0 1 10.5 11H8.1a.5.5 0 0 1 0-1h1.193L7.147 7.854a.5.5 0 0 1 0-.707ZM4.854 4.854a.5.5 0 0 1-.707 0L2 2.707V3.9a.5.5 0 1 1-1 0V1.5a.499.499 0 0 1 .145-.351l.004-.005A.498.498 0 0 1 1.5 1h2.4a.5.5 0 1 1 0 1H2.707l2.147 2.147a.5.5 0 0 1 0 .707Zm0 2.293a.5.5 0 0 1 0 .707L2.707 10H3.9a.5.5 0 1 1 0 1H1.5a.498.498 0 0 1-.351-.144l-.004-.005a.499.499 0 0 1-.145-.35V8.1a.5.5 0 0 1 1 0v1.192l2.147-2.146a.5.5 0 0 1 .707 0ZM7.6 1.5a.5.5 0 0 1 .5-.5h2.4a.5.5 0 0 1 .352.144l.004.005A.499.499 0 0 1 11 1.5v2.4a.5.5 0 0 1-1 0V2.707L7.854 4.854a.5.5 0 1 1-.707-.707L9.293 2H8.1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Qd={render:Xd},el=Object.freeze(Object.defineProperty({__proto__:null,default:Qd},Symbol.toStringTag,{value:"Module"}));var tl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--expert-node",attrs:{"aria-hidden":"true",role:"img","data-name":"Expert Node",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 3A1.5 1.5 0 0 1 3 1.5h6A1.5 1.5 0 0 1 10.5 3v6A1.5 1.5 0 0 1 9 10.5H3A1.5 1.5 0 0 1 1.5 9V8a.5.5 0 0 1 1 0v1a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2.543L4.397 4.354a.5.5 0 1 1 .707-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.707-.708L5.543 6.5H3A1.5 1.5 0 0 1 1.5 5V3Z","clip-rule":"evenodd"}})])};const al={render:tl},nl=Object.freeze(Object.defineProperty({__proto__:null,default:al},Symbol.toStringTag,{value:"Module"}));var ol=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--external-link",attrs:{"aria-hidden":"true",role:"img","data-name":"External Link",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 3.5A.5.5 0 0 0 2 4v5.5a.5.5 0 0 0 .5.5H8a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 1 0v3A1.5 1.5 0 0 1 8 11H2.5A1.5 1.5 0 0 1 1 9.5V4a1.5 1.5 0 0 1 1.5-1.5h3a.5.5 0 0 1 0 1h-3Zm4.5-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V2H7.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854 1.146a.5.5 0 0 1 0 .708l-5.5 5.5a.5.5 0 1 1-.708-.708l5.5-5.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const rl={render:ol},sl=Object.freeze(Object.defineProperty({__proto__:null,default:rl},Symbol.toStringTag,{value:"Module"}));var il=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--eye-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Eye Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon163827976a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M5.306 4.6a.5.5 0 0 1-.025.706 1 1 0 1 0 1.414 1.413.5.5 0 0 1 .731.682A2 2 0 1 1 4.6 4.574a.5.5 0 0 1 .706.025ZM6 2c1.934 0 3.308.972 4.18 1.91a7.693 7.693 0 0 1 1.196 1.716 4.383 4.383 0 0 1 .077.16l.004.012.002.003v.001L11 6l.46-.197a.5.5 0 0 1-.007.409c-.24.515-.542.999-.898 1.442a.5.5 0 0 1-.78-.627c.258-.32.481-.664.669-1.028a6.693 6.693 0 0 0-.997-1.409C8.692 3.78 7.566 3 6 3c-.192 0-.384.013-.574.036a.5.5 0 0 1-.124-.992A5.81 5.81 0 0 1 5.999 2Z"}}),t("path",{attrs:{d:"M3.718 3.024a.5.5 0 0 1-.131.694 6.263 6.263 0 0 0-2.03 2.284 6.694 6.694 0 0 0 .997 1.408C3.308 8.222 4.434 9 6 9h.002a4.37 4.37 0 0 0 2.418-.722.5.5 0 0 1 .55.834A5.37 5.37 0 0 1 6 10c-1.934 0-3.307-.97-4.18-1.91A7.694 7.694 0 0 1 .624 6.374a4.515 4.515 0 0 1-.076-.16l-.005-.011-.001-.004-.001-.001s.015-.173.12-.359l-.113-.053a7.263 7.263 0 0 1 2.476-2.894.5.5 0 0 1 .694.132ZM6 10h-.001L6 9.5v.5Z"}}),t("path",{attrs:{d:"M.647.647a.5.5 0 0 1 .707 0l10 10a.5.5 0 1 1-.707.707l-10-10a.5.5 0 0 1 0-.707Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon163827976a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const dl={render:il},ll=Object.freeze(Object.defineProperty({__proto__:null,default:dl},Symbol.toStringTag,{value:"Module"}));var fl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--eye",attrs:{"aria-hidden":"true",role:"img","data-name":"Eye",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2310294570a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M1.556 6a6.694 6.694 0 0 0 .998 1.41C3.308 8.222 4.434 9 6 9c1.566 0 2.693-.778 3.446-1.59A6.693 6.693 0 0 0 10.444 6a6.693 6.693 0 0 0-.998-1.41C8.693 3.78 7.566 3 6 3c-1.566 0-2.692.779-3.446 1.59A6.694 6.694 0 0 0 1.556 6ZM11 6l.46-.197-.001-.002-.002-.003-.004-.011a3.795 3.795 0 0 0-.077-.16A7.687 7.687 0 0 0 10.18 3.91C9.308 2.97 7.934 2 6 2c-1.934 0-3.307.97-4.179 1.909A7.693 7.693 0 0 0 .624 5.626a4.515 4.515 0 0 0-.076.16l-.005.012-.001.003v.001C.54 5.802.54 5.803 1 6l-.46-.197a.5.5 0 0 0 0 .394L1 6l-.46.197.001.001v.001l.002.004.005.01a2.73 2.73 0 0 0 .076.161A7.694 7.694 0 0 0 1.821 8.09c.872.94 2.245 1.91 4.18 1.91 1.933 0 3.307-.971 4.178-1.91a7.688 7.688 0 0 0 1.197-1.716 4.737 4.737 0 0 0 .077-.16l.004-.011.002-.004v-.001L11 6Zm0 0 .46.197a.501.501 0 0 0 0-.394L11 6Z"}}),t("path",{attrs:{d:"M6 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 6a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2310294570a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const ul={render:fl},_l=Object.freeze(Object.defineProperty({__proto__:null,default:ul},Symbol.toStringTag,{value:"Module"}));var cl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--facebook",attrs:{"aria-hidden":"true",role:"img","data-name":"Facebook",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M20.978 11.989a8.989 8.989 0 1 0-10.394 8.88v-6.282H8.302V11.99h2.282v-1.98c0-2.253 1.342-3.498 3.396-3.498.983 0 2.012.176 2.012.176V8.9h-1.134c-1.117 0-1.465.693-1.465 1.404v1.686h2.493l-.398 2.598h-2.095v6.281c4.297-.674 7.585-4.393 7.585-8.88",fill:"#1877F2"}}),t("path",{attrs:{d:"m15.488 14.587.398-2.598h-2.493v-1.686c0-.711.348-1.404 1.465-1.404h1.134V6.687s-1.03-.176-2.013-.176c-2.053 0-3.395 1.245-3.395 3.497v1.98H8.302v2.6h2.282v6.28a9.036 9.036 0 0 0 2.81 0v-6.28h2.094Z",fill:"#fff"}})])};const ml={render:cl},hl=Object.freeze(Object.defineProperty({__proto__:null,default:ml},Symbol.toStringTag,{value:"Module"}));var gl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--factory",attrs:{"aria-hidden":"true",role:"img","data-name":"Factory",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1217808391a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94.94A1.5 1.5 0 0 1 2 .5h1A1.5 1.5 0 0 1 4.5 2v3.528l2.71-1.935A.5.5 0 0 1 8 4v1.528l2.71-1.935A.5.5 0 0 1 11.5 4v6a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 10V2c0-.398.158-.78.44-1.06ZM2 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V4.972L7.79 6.907A.5.5 0 0 1 7 6.5V4.972L4.29 6.907A.5.5 0 0 1 3.5 6.5V2a.5.5 0 0 0-.5-.5H2ZM3 9a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1h-.5A.5.5 0 0 1 3 9Zm2.5 0a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM8 9a.5.5 0 0 1 .5-.5H9a.5.5 0 0 1 0 1h-.5A.5.5 0 0 1 8 9Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1217808391a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const pl={render:gl},kl=Object.freeze(Object.defineProperty({__proto__:null,default:pl},Symbol.toStringTag,{value:"Module"}));var wl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--fast-forward",attrs:{"aria-hidden":"true",role:"img","data-name":"Fast Forward",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2544327781a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6.28 2.051a.5.5 0 0 1 .527.054l4.5 3.5a.5.5 0 0 1 0 .79l-4.5 3.5A.5.5 0 0 1 6 9.5v-7a.5.5 0 0 1 .28-.449ZM7 3.522v4.956L10.186 6 7 3.522Z"}}),t("path",{attrs:{d:"M.78 2.051a.5.5 0 0 1 .527.054l4.5 3.5a.5.5 0 0 1 0 .79l-4.5 3.5A.5.5 0 0 1 .5 9.5v-7a.5.5 0 0 1 .28-.449Zm.72 1.471v4.956L4.686 6 1.5 3.522Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2544327781a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const vl={render:wl},yl=Object.freeze(Object.defineProperty({__proto__:null,default:vl},Symbol.toStringTag,{value:"Module"}));var bl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--file-audio",attrs:{"aria-hidden":"true",role:"img","data-name":"File Audio",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.946.946A1.49 1.49 0 0 1 3 .5h4.25a.5.5 0 0 1 .354.146l2.75 2.75a.5.5 0 0 1 .146.354V10c0 .387-.156.763-.446 1.054A1.49 1.49 0 0 1 9 11.5h-.25a.5.5 0 0 1 0-1H9a.488.488 0 0 0 .346-.154A.488.488 0 0 0 9.5 10V3.957L7.043 1.5H3a.488.488 0 0 0-.346.154A.488.488 0 0 0 2.5 2v1.5a.5.5 0 0 1-1 0V2c0-.387.156-.763.446-1.054Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 .5a.5.5 0 0 1 .5.5v2.5H10a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5V1A.5.5 0 0 1 7 .5ZM6 9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 1 0v-.5A.5.5 0 0 0 6 9Zm-1.06-.56A1.5 1.5 0 0 1 7.5 9.5v.5a1.5 1.5 0 0 1-3 0v-.5c0-.398.158-.78.44-1.06Zm-4 0A1.5 1.5 0 0 1 3.5 9.5v.5a1.5 1.5 0 0 1-3 0v-.5c0-.398.158-.78.44-1.06ZM2 9a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 1 0v-.5A.5.5 0 0 0 2 9Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 5.5A2.5 2.5 0 0 0 1.5 8v1.5a.5.5 0 0 1-1 0V8a3.5 3.5 0 1 1 7 0v1.5a.5.5 0 0 1-1 0V8A2.5 2.5 0 0 0 4 5.5Z","clip-rule":"evenodd"}})])};const Dl={render:bl},Ml=Object.freeze(Object.defineProperty({__proto__:null,default:Dl},Symbol.toStringTag,{value:"Module"}));var Zl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--file",attrs:{"aria-hidden":"true",role:"img","data-name":"File",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.94.94A1.5 1.5 0 0 1 3 .5h4.25a.5.5 0 0 1 .354.146l2.75 2.75a.5.5 0 0 1 .146.354V10A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V2c0-.398.158-.78.44-1.06ZM3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3.957L7.043 1.5H3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 .5a.5.5 0 0 1 .5.5v2.5H10a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5V1A.5.5 0 0 1 7 .5Z","clip-rule":"evenodd"}})])};const Cl={render:Zl},xl=Object.freeze(Object.defineProperty({__proto__:null,default:Cl},Symbol.toStringTag,{value:"Module"}));var jl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--files",attrs:{"aria-hidden":"true",role:"img","data-name":"Files",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.396.896C3.616.676 3.937.5 4.3.5h3.45a.5.5 0 0 1 .354.146l2.25 2.25a.5.5 0 0 1 .146.354V8.2c0 .363-.176.683-.396.904-.22.22-.541.396-.904.396H4.3c-.363 0-.683-.176-.904-.396A1.301 1.301 0 0 1 3 8.2V1.8c0-.363.176-.683.396-.904ZM4.3 1.5c-.037 0-.117.024-.196.104-.08.08-.104.159-.104.196v6.4c0 .037.024.117.104.196.08.08.159.104.196.104h4.9c.037 0 .117-.024.196-.104.08-.08.104-.159.104-.196V3.457L7.543 1.5H4.3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 3.3a.5.5 0 0 1 .5.5v6.4c0 .037.024.117.104.197.08.08.159.103.196.103h4.9a.5.5 0 0 1 0 1H2.3a1.3 1.3 0 0 1-.904-.396A1.301 1.301 0 0 1 1 10.2V3.8a.5.5 0 0 1 .5-.5Zm6-2.8A.5.5 0 0 1 8 1v2h2a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5V1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const $l={render:jl},Al=Object.freeze(Object.defineProperty({__proto__:null,default:$l},Symbol.toStringTag,{value:"Module"}));var Sl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--film",attrs:{"aria-hidden":"true",role:"img","data-name":"Film",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1077858109a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M2.09 1.5a.59.59 0 0 0-.59.59v7.82c0 .326.264.59.59.59h7.82a.59.59 0 0 0 .59-.59V2.09a.59.59 0 0 0-.59-.59H2.09ZM.5 2.09C.5 1.212 1.212.5 2.09.5h7.82c.878 0 1.59.712 1.59 1.59v7.82a1.59 1.59 0 0 1-1.59 1.59H2.09A1.59 1.59 0 0 1 .5 9.91V2.09Z"}}),t("path",{attrs:{d:"M3.5.5A.5.5 0 0 1 4 1v10a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm5 0A.5.5 0 0 1 9 1v10a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Z"}}),t("path",{attrs:{d:"M.5 6a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6Zm0-2.5A.5.5 0 0 1 1 3h2.5a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm0 5A.5.5 0 0 1 1 8h2.5a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm7.5 0a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H8.5a.5.5 0 0 1-.5-.5Zm0-5a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H8.5a.5.5 0 0 1-.5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1077858109a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ol={render:Sl},El=Object.freeze(Object.defineProperty({__proto__:null,default:Ol},Symbol.toStringTag,{value:"Module"}));var Fl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--filter",attrs:{"aria-hidden":"true",role:"img","data-name":"Filter",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1076852691a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.547 1.29A.5.5 0 0 1 1 1h10a.5.5 0 0 1 .382.823L7.5 6.413V10.5a.5.5 0 0 1-.723.447l-2-1A.5.5 0 0 1 4.5 9.5V6.413L.618 1.823a.5.5 0 0 1-.071-.533Zm1.53.71 3.305 3.907a.5.5 0 0 1 .118.323v2.961l1 .5v-3.46a.5.5 0 0 1 .118-.324L9.923 2H2.078Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1076852691a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Hl={render:Fl},zl=Object.freeze(Object.defineProperty({__proto__:null,default:Hl},Symbol.toStringTag,{value:"Module"}));var Bl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--fingerprint",attrs:{"aria-hidden":"true",role:"img","data-name":"Fingerprint",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2131822387a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5A4.515 4.515 0 0 0 1.5 6a.5.5 0 0 1-1 0C.5 2.974 2.974.5 6 .5a5.5 5.5 0 0 1 4.4 2.2.5.5 0 0 1-.8.6A4.5 4.5 0 0 0 6 1.5Z"}}),t("path",{attrs:{d:"M3.335 4.528a.5.5 0 0 1 .307.637A2.521 2.521 0 0 0 3.5 6c0 1.54-.255 3.096-.526 3.908a.5.5 0 0 1-.948-.316C2.255 8.904 2.5 7.46 2.5 6c0-.408.07-.799.198-1.165a.5.5 0 0 1 .637-.307Zm5.608 3.974a.5.5 0 0 1 .45.546c-.038.389-.198 1.262-.258 1.56a.5.5 0 0 1-.98-.196c.06-.302.21-1.129.242-1.46a.5.5 0 0 1 .546-.45ZM4.94 4.94A1.5 1.5 0 0 1 6 4.5a.5.5 0 0 1 0 1 .5.5 0 0 0-.5.5c0 .535-.052 1.3-.133 2.053a.5.5 0 1 1-.994-.106A20.14 20.14 0 0 0 4.5 6c0-.398.158-.78.44-1.06Zm-.243 4.568a.5.5 0 0 1 .405.579 6.524 6.524 0 0 1-.245.892l-.056.173a.5.5 0 1 1-.952-.304l.067-.208c.086-.263.16-.49.202-.727a.5.5 0 0 1 .579-.405ZM7 6.06a.5.5 0 0 1 .5.5v.006c0 .593 0 1.406-.064 2.23-.064.82-.193 1.693-.472 2.39a.5.5 0 1 1-.928-.372c.221-.553.342-1.304.403-2.095A27.9 27.9 0 0 0 6.5 6.56a.5.5 0 0 1 .5-.5ZM.5 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 8Zm10.3-3.49a.5.5 0 0 1 .59.39c.025.124.04.326.051.54.011.226.019.505.021.802.004.592-.012 1.282-.064 1.808a.5.5 0 0 1-.995-.1c.047-.474.063-1.123.06-1.7a18.44 18.44 0 0 0-.02-.76 3.763 3.763 0 0 0-.033-.39.5.5 0 0 1 .39-.59Z"}}),t("path",{attrs:{d:"M6 3.498a2.5 2.5 0 0 0-1.25.335.5.5 0 1 1-.5-.866A3.5 3.5 0 0 1 9.5 6H9h.5c0 .236 0 .591-.01 1.012a.5.5 0 0 1-1-.024c.01-.409.01-.753.01-.988A2.5 2.5 0 0 0 6 3.498Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2131822387a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Vl={render:Bl},Pl=Object.freeze(Object.defineProperty({__proto__:null,default:Vl},Symbol.toStringTag,{value:"Module"}));var Tl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--flag-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Flag Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3420750461a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M2.353 7.854a.515.515 0 0 1-.01.01c-.003.002-.003.002 0 0l.004-.004.003-.003.002-.001v-.001h.001Zm.026-.016a.47.47 0 0 0-.037.026.5.5 0 0 1-.696-.718L2 7.5l-.353-.354.002-.002.002-.002.005-.005.014-.013c.01-.009.022-.02.037-.031.029-.025.068-.054.117-.087a2.33 2.33 0 0 1 .428-.22C2.63 6.635 3.194 6.5 4 6.5c.847 0 1.548.28 2.158.525l.028.01C6.82 7.29 7.36 7.5 8 7.5a.5.5 0 0 1 0 1c-.847 0-1.548-.28-2.158-.525l-.028-.01C5.18 7.71 4.64 7.5 4 7.5c-.694 0-1.13.115-1.377.214-.124.05-.202.096-.244.124Z"}}),t("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708L2.5 3.207V11a.5.5 0 0 1-1 0V2.207l-.854-.853a.5.5 0 0 1 0-.708ZM3.5 1A.5.5 0 0 1 4 .5c.847 0 1.548.28 2.158.525l.028.01C6.82 1.29 7.36 1.5 8 1.5c.694 0 1.13-.115 1.377-.214a1.341 1.341 0 0 0 .28-.15.5.5 0 0 1 .843.364V7a.5.5 0 0 1-1 0V2.302c-.364.112-.854.198-1.5.198-.847 0-1.548-.28-2.158-.525l-.028-.01C5.18 1.71 4.64 1.5 4 1.5a.5.5 0 0 1-.5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3420750461a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ll={render:Tl},Il=Object.freeze(Object.defineProperty({__proto__:null,default:Ll},Symbol.toStringTag,{value:"Module"}));var Ul=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--flag",attrs:{"aria-hidden":"true",role:"img","data-name":"Flag",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.252.786C2.63.635 3.194.5 4 .5c.847 0 1.548.28 2.158.525l.028.01C6.82 1.29 7.36 1.5 8 1.5c.694 0 1.13-.115 1.377-.214a1.341 1.341 0 0 0 .28-.15.5.5 0 0 1 .843.364v6a.5.5 0 0 1-.146.354L10 7.5l.354.354h-.002v.002l-.003.002-.005.005-.014.013c-.01.009-.022.02-.037.031a1.271 1.271 0 0 1-.117.087c-.1.066-.24.145-.428.22C9.37 8.365 8.806 8.5 8 8.5c-.847 0-1.548-.28-2.158-.525l-.028-.01C5.18 7.71 4.64 7.5 4 7.5c-.694 0-1.13.115-1.377.214a1.688 1.688 0 0 0-.123.055V11a.5.5 0 0 1-1 0V1.5a.5.5 0 0 1 .146-.354L2 1.5l-.354-.354h.002v-.002l.003-.002.005-.005.014-.013c.01-.009.022-.02.037-.031.029-.025.068-.054.117-.087a2.33 2.33 0 0 1 .428-.22Zm.248.983v4.93c.364-.113.854-.199 1.5-.199.847 0 1.548.28 2.158.525l.028.01C6.82 7.29 7.36 7.5 8 7.5c.694 0 1.13-.115 1.377-.214a2.79 2.79 0 0 0 .123-.055v-4.93c-.364.113-.854.199-1.5.199-.847 0-1.548-.28-2.158-.525l-.028-.01C5.18 1.71 4.64 1.5 4 1.5c-.694 0-1.13.115-1.377.214a1.688 1.688 0 0 0-.123.055Z","clip-rule":"evenodd"}})])};const ql={render:Ul},Nl=Object.freeze(Object.defineProperty({__proto__:null,default:ql},Symbol.toStringTag,{value:"Module"}));var Rl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--flame",attrs:{"aria-hidden":"true",role:"img","data-name":"Flame",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.807 1.039a.498.498 0 0 1 .685.372c.228 1.127.91 2.22 1.82 2.949C9.4 5.23 9.998 6.31 10 7.494V7.5a4 4 0 1 1-8 0c0-.687.253-1.368.61-1.813A.5.5 0 0 1 3.5 6a.75.75 0 0 0 1.5.003V6c0-.43-.106-.628-.29-.976a12.41 12.41 0 0 1-.157-.3c-.325-.65-.369-1.299-.141-1.93.217-.605.669-1.152 1.25-1.663a.497.497 0 0 1 .145-.092Zm-.36 3.237c.037.074.077.148.118.223.203.375.434.8.435 1.497V6a1.75 1.75 0 0 1-2.982 1.242A1.932 1.932 0 0 0 3 7.5a3 3 0 0 0 6 .005V7.5c0-.815-.402-1.631-1.312-2.36a6.285 6.285 0 0 1-1.933-2.68 2.32 2.32 0 0 0-.403.673c-.128.358-.116.723.095 1.144Z","clip-rule":"evenodd"}})])};const Gl={render:Rl},Kl=Object.freeze(Object.defineProperty({__proto__:null,default:Gl},Symbol.toStringTag,{value:"Module"}));var Jl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--focus",attrs:{"aria-hidden":"true",role:"img","data-name":"Focus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 6a2 2 0 1 1 4 0 2 2 0 0 1-4 0ZM2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 1 2.5 1h1a.5.5 0 0 1 0 1h-1ZM8 1.5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 11 2.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1-.5-.5ZM10.5 8a.5.5 0 0 1 .5.5v1A1.5 1.5 0 0 1 9.5 11h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 1 .5-.5Zm-9 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1h-1A1.5 1.5 0 0 1 1 9.5v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Wl={render:Jl},Yl=Object.freeze(Object.defineProperty({__proto__:null,default:Wl},Symbol.toStringTag,{value:"Module"}));var Xl=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--folder-tree",attrs:{"aria-hidden":"true",role:"img","data-name":"Folder Tree",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.793 1.293A1 1 0 0 1 6.5 1h1a1 1 0 0 1 .8.4l.45.6H10a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1H6.5a1 1 0 0 1-1-1V2a1 1 0 0 1 .293-.707ZM7.5 2h-1v2.5H10V3H8.75a1 1 0 0 1-.8-.4L7.5 2l.4-.3-.4.3Zm-.061 4.5a1 1 0 0 1 .898.55l.002.005.218.445H10a1 1 0 0 1 1 1V10a1 1 0 0 1-1 1H6.5a1 1 0 0 1-1-1V7.5a1 1 0 0 1 1-1h.939Zm.001 1H6.5V10H10V8.5H8.561m-1.118-1H7.44M1.5 1a.5.5 0 0 1 .5.5v1c0 .274.226.5.5.5H4a.5.5 0 0 1 0 1H2.5C1.674 4 1 3.326 1 2.5v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5V8c0 .274.226.5.5.5H4a.5.5 0 0 1 0 1H2.5C1.674 9.5 1 8.826 1 8V1.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Ql={render:Xl},ef=Object.freeze(Object.defineProperty({__proto__:null,default:Ql},Symbol.toStringTag,{value:"Module"}));var tf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--folder",attrs:{"aria-hidden":"true",role:"img","data-name":"Folder",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94 1.44A1.5 1.5 0 0 1 2 1h1.968a1.5 1.5 0 0 1 1.242.671l.413.604a.5.5 0 0 0 .414.225H10A1.5 1.5 0 0 1 11.5 4v5a1.5 1.5 0 0 1-1.5 1.5H2C1.174 10.5.5 9.826.5 9V2.5c0-.398.158-.78.44-1.06ZM2 2a.5.5 0 0 0-.5.5V9c0 .274.226.5.5.5h8a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H6.032a1.5 1.5 0 0 1-1.242-.671l-.413-.604A.5.5 0 0 0 3.963 2H2Z","clip-rule":"evenodd"}})])};const af={render:tf},nf=Object.freeze(Object.defineProperty({__proto__:null,default:af},Symbol.toStringTag,{value:"Module"}));var of=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--folders",attrs:{"aria-hidden":"true",role:"img","data-name":"Folders",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.94 1.94A1.5 1.5 0 0 1 4 1.5h1.968a1.5 1.5 0 0 1 1.242.671l.413.604A.5.5 0 0 0 8.037 3H10a1.5 1.5 0 0 1 1.5 1.5v3A1.5 1.5 0 0 1 10 9H4c-.826 0-1.5-.674-1.5-1.5V3c0-.398.158-.78.44-1.06ZM4 2.5a.5.5 0 0 0-.5.5v4.5c0 .274.226.5.5.5h6a.5.5 0 0 0 .5-.5v-3A.5.5 0 0 0 10 4H8.032a1.5 1.5 0 0 1-1.242-.671l-.413-.604a.5.5 0 0 0-.414-.225H4Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 3.5a.5.5 0 0 1 .5.5v5.5c0 .274.226.5.5.5h7a.5.5 0 0 1 0 1H2c-.826 0-1.5-.674-1.5-1.5V4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const rf={render:of},sf=Object.freeze(Object.defineProperty({__proto__:null,default:rf},Symbol.toStringTag,{value:"Module"}));var df=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--food",attrs:{"aria-hidden":"true",role:"img","data-name":"Food",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon910772881a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.87.517a.5.5 0 0 1 .61.34l3 10a.5.5 0 0 1-.623.622l-10-3a.5.5 0 0 1-.34-.608 10.429 10.429 0 0 1 2.69-4.664A10.438 10.438 0 0 1 7.871.516ZM3.915 3.914a9.438 9.438 0 0 0-2.293 3.75l1.01.304c.407-1.345 1-2.484 1.874-3.39.88-.911 2.015-1.558 3.46-1.957l-.3-1a9.444 9.444 0 0 0-3.751 2.293Zm4.338-.335c-1.313.359-2.289.928-3.027 1.693-.735.762-1.262 1.747-1.635 2.983l6.665 2-2.003-6.676ZM7 5.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H7.5a.5.5 0 0 1-.5-.5Zm-2 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5Zm2.5.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon910772881a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const lf={render:df},ff=Object.freeze(Object.defineProperty({__proto__:null,default:lf},Symbol.toStringTag,{value:"Module"}));var uf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--form-input",attrs:{"aria-hidden":"true",role:"img","data-name":"Form Input",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 3.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H2ZM.5 4A1.5 1.5 0 0 1 2 2.5h8A1.5 1.5 0 0 1 11.5 4v4A1.5 1.5 0 0 1 10 9.5H2A1.5 1.5 0 0 1 .5 8V4ZM3 6a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H3.5A.5.5 0 0 1 3 6Zm2.5 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM8 6a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8.5A.5.5 0 0 1 8 6Z","clip-rule":"evenodd"}})])};const _f={render:uf},cf=Object.freeze(Object.defineProperty({__proto__:null,default:_f},Symbol.toStringTag,{value:"Module"}));var mf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--forward",attrs:{"aria-hidden":"true",role:"img","data-name":"Forward",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.646 3.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L9.293 6.5H4.5A1.5 1.5 0 0 0 3 8v1a.5.5 0 0 1-1 0V8a2.5 2.5 0 0 1 2.5-2.5h4.793L7.646 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const hf={render:mf},gf=Object.freeze(Object.defineProperty({__proto__:null,default:hf},Symbol.toStringTag,{value:"Module"}));var pf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--freshsales-crm",attrs:{"aria-hidden":"true",role:"img","data-name":"Freshsales Crm",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M20 2.067h-8.813a9.62 9.62 0 0 0-4.074 1.266 9.9 9.9 0 0 0-4.993 8.46c0 9.047 9.027 10.067 9.027 10.067S18.6 23.28 21.64 14.2c.143-.444.217-.907.22-1.373l.073-8.947A3.227 3.227 0 0 0 20 2.067Z",fill:"#FFA800"}}),t("path",{attrs:{d:"M12.1 10.927a1.947 1.947 0 1 0 0-3.894 1.947 1.947 0 0 0 0 3.894Zm-4.367.733h8.527l-3.393 3.407-.027 1.9h-1.687v-1.914l-3.42-3.393Z",fill:"#fff"}})])};const kf={render:pf},wf=Object.freeze(Object.defineProperty({__proto__:null,default:kf},Symbol.toStringTag,{value:"Module"}));var vf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--front",attrs:{"aria-hidden":"true",role:"img","data-name":"Front",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.223 5.45a3.302 3.302 0 0 1 3.302-3.302h10.59v4.7a1.65 1.65 0 0 1-1.65 1.651h-4.33a1.588 1.588 0 0 0-1.561 1.566v10.279c0 .912-.74 1.65-1.651 1.65h-4.7V5.452z",fill:"#001B38"}}),t("path",{attrs:{d:"M8.914 10.127a4.287 4.287 0 1 0 8.574 0 4.287 4.287 0 0 0-8.574 0z",fill:"url(#dt-icon663754258a)"}}),t("path",{attrs:{opacity:".5",d:"M8.914 10.127a4.287 4.287 0 1 0 8.574 0 4.287 4.287 0 0 0-8.574 0z",fill:"url(#dt-icon663754258b)"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon663754258a",x1:"10.182",y1:"6.913",x2:"16.629",y2:"13.404",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#FF0057","stop-opacity":".16"}}),t("stop",{attrs:{offset:".861","stop-color":"#FF0057"}})],1),t("linearGradient",{attrs:{id:"dt-icon663754258b",x1:"10.182",y1:"6.913",x2:"16.629",y2:"13.404",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#FF0057","stop-opacity":".16"}}),t("stop",{attrs:{offset:".861","stop-color":"#FF0057"}})],1)],1)])};const yf={render:vf},bf=Object.freeze(Object.defineProperty({__proto__:null,default:yf},Symbol.toStringTag,{value:"Module"}));var Df=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--gamepad",attrs:{"aria-hidden":"true",role:"img","data-name":"Gamepad",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2388433512a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M4 4a.5.5 0 0 1 .5.5V5H5a.5.5 0 1 1 0 1h-.5v.5a.5.5 0 1 1-1 0V6H3a.5.5 0 0 1 0-1h.5v-.5A.5.5 0 0 1 4 4Zm4.5 1a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H9a.5.5 0 0 1-.5-.5ZM7 6a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H7.5A.5.5 0 0 1 7 6Z"}}),t("path",{attrs:{d:"M7.043 8.499A.505.505 0 0 1 7 8.5H4.914a.5.5 0 0 0-.353.147l-.72.72c-.255.255-.633.633-1.34.633a2 2 0 0 1-2-2c0-.809.306-3.362.345-3.686l.001-.01a.404.404 0 0 0 .003-.022l.004-.041a2.5 2.5 0 0 1 2.486-2.24H8.5c.027 0 .054.002.08.006A.504.504 0 0 1 8.66 2a2.5 2.5 0 0 1 2.49 2.283l.003.019.001.01v.002c.04.327.346 2.877.346 3.686a2 2 0 0 1-2 2c-.707 0-1.085-.378-1.34-.633l-.72-.72a.5.5 0 0 0-.354-.147h-.043ZM8.58 2.994A.503.503 0 0 1 8.5 3H3.34a1.5 1.5 0 0 0-1.49 1.347l-.001.006v.002a3.71 3.71 0 0 1-.01.079C1.796 4.803 1.5 7.269 1.5 8a1 1 0 0 0 1 1c.28 0 .402-.108.647-.353l.707-.707a1.5 1.5 0 0 1 1.06-.44H7l.043.002a1.5 1.5 0 0 1 1.104.438l.707.707c.245.245.366.353.646.353a1 1 0 0 0 1-1c0-.73-.293-3.193-.338-3.565a1.664 1.664 0 0 1-.006-.05l-.003-.03-.001-.008A1.5 1.5 0 0 0 8.66 3a.504.504 0 0 1-.08-.006Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2388433512a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Mf={render:Df},Zf=Object.freeze(Object.defineProperty({__proto__:null,default:Mf},Symbol.toStringTag,{value:"Module"}));var Cf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--gauge",attrs:{"aria-hidden":"true",role:"img","data-name":"Gauge",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.104 5.396a.5.5 0 0 1 0 .708l-1.75 1.75a.5.5 0 1 1-.708-.708l1.75-1.75a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 7.3c0-2.698 2.246-4.8 5-4.8s5 2.102 5 4.8c0 .679-.168 1.343-.386 1.886a.5.5 0 1 1-.928-.372C9.869 8.357 10 7.821 10 7.3c0-2.102-1.754-3.8-4-3.8S2 5.198 2 7.3c0 .521.131 1.057.314 1.514a.5.5 0 1 1-.928.372C1.169 8.643 1 7.979 1 7.3Z","clip-rule":"evenodd"}})])};const xf={render:Cf},jf=Object.freeze(Object.defineProperty({__proto__:null,default:xf},Symbol.toStringTag,{value:"Module"}));var $f=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--gif-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Gif Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.5 1.063c-.794 0-1.437.644-1.437 1.437v7c0 .794.643 1.438 1.437 1.438h7c.794 0 1.438-.644 1.438-1.438v-7c0-.793-.644-1.437-1.438-1.437h-7ZM4 4.313c-.794 0-1.437.644-1.437 1.437v.5c0 .794.643 1.438 1.437 1.438h.5a.437.437 0 0 0 .438-.438V6a.437.437 0 0 0-.438-.437h-.25a.437.437 0 0 0-.187.833v.417H4a.563.563 0 0 1-.562-.563v-.5c0-.31.252-.562.562-.562h.5a.437.437 0 1 0 0-.875H4Zm2.438.437a.437.437 0 1 0-.875 0v2.5a.438.438 0 0 0 .875 0v-2.5ZM7.5 4.313a.437.437 0 0 0-.437.437v2.5a.438.438 0 0 0 .875 0v-.812H8.5a.437.437 0 1 0 0-.875h-.562v-.375H9a.437.437 0 1 0 0-.875H7.5Z",fill:"currentColor"}})])};const Af={render:$f},Sf=Object.freeze(Object.defineProperty({__proto__:null,default:Af},Symbol.toStringTag,{value:"Module"}));var Of=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--gif-outline",attrs:{"aria-hidden":"true",role:"img","data-name":"Gif Outline",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7ZM2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7Zm0 4A1.5 1.5 0 0 1 4 4.5h.5a.5.5 0 1 1 0 1H4a.5.5 0 0 0-.5.5v.5A.5.5 0 0 0 4 7v-.316a.5.5 0 0 1 .25-.934h.25a.5.5 0 0 1 .5.5V7.5a.5.5 0 0 1-.5.5H4a1.5 1.5 0 0 1-1.5-1.5V6ZM6 4.5a.5.5 0 0 1 .5.5v2.5a.5.5 0 1 1-1 0V5a.5.5 0 0 1 .5-.5ZM7 5a.5.5 0 0 1 .5-.5H9a.5.5 0 1 1 0 1H8v.25h.5a.5.5 0 1 1 0 1H8v.75a.5.5 0 1 1-1 0V5Z",fill:"currentColor"}})])};const Ef={render:Of},Ff=Object.freeze(Object.defineProperty({__proto__:null,default:Ef},Symbol.toStringTag,{value:"Module"}));var Hf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--giphy",attrs:{"aria-hidden":"true",role:"img","data-name":"Giphy",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4 2.667h8v10.666H4V2.667Z",fill:"currentColor"}}),t("path",{attrs:{d:"M2 2h2v12H2V2Z",fill:"#04FF8E"}}),t("path",{attrs:{d:"M12 5.333h2V14h-2V5.333Z",fill:"#8E2EFF"}}),t("path",{attrs:{d:"M2 13.333h12v2H2v-2Z",fill:"#00C5FF"}}),t("path",{attrs:{d:"M2 .667h6.667v2H2v-2Z",fill:"#FFF152"}}),t("path",{attrs:{d:"M12.223 4.222V2.445h-1.779V.667H8.667V6H14V4.222",fill:"#FF5B5B"}}),t("path",{attrs:{d:"M12 7.333V6h2",fill:"#551C99"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.667.667v2H7.333",fill:"#999131"}})])};const zf={render:Hf},Bf=Object.freeze(Object.defineProperty({__proto__:null,default:zf},Symbol.toStringTag,{value:"Module"}));var Vf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--globe-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Globe 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon112710863a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.612 5H2.5A1.5 1.5 0 0 1 4 6.5V7a.5.5 0 0 0 .5.5A1.5 1.5 0 0 1 6 9v1.5c.344 0 .678-.039 1-.111V8.5A1.5 1.5 0 0 1 8.5 7h1.889a4.513 4.513 0 0 0-.145-2.5H9a.5.5 0 0 0-.5.5 1.5 1.5 0 0 1-3 0 .5.5 0 0 0-.49-.5 2 2 0 0 1-1.982-1.334A.5.5 0 0 1 3 3v-.354A4.497 4.497 0 0 0 1.612 5Zm2.387-3.032L4 2v.906A1 1 0 0 0 5 3.5 1.5 1.5 0 0 1 6.5 5a.5.5 0 0 0 1 0A1.5 1.5 0 0 1 9 3.5h.742A4.496 4.496 0 0 0 6 1.5c-.719 0-1.398.169-2.001.468ZM10.032 8H8.5a.5.5 0 0 0-.5.5v1.532A4.519 4.519 0 0 0 10.032 8Zm-4.417 3.487a5.5 5.5 0 1 0-.323-.032.5.5 0 0 0 .323.032ZM5 10.389A4.502 4.502 0 0 1 1.5 6h1a.5.5 0 0 1 .5.5V7a1.5 1.5 0 0 0 1.5 1.5.5.5 0 0 1 .5.5v1.389Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon112710863a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Pf={render:Vf},Tf=Object.freeze(Object.defineProperty({__proto__:null,default:Pf},Symbol.toStringTag,{value:"Module"}));var Lf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--gmail",attrs:{"aria-hidden":"true",role:"img","data-name":"Gmail",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M6.545 20.004v-7.727L4.15 10.084 2 8.867v9.773c0 .755.611 1.364 1.364 1.364h3.181z",fill:"#4285F4"}}),t("path",{attrs:{d:"M17.454 20.004h3.182c.755 0 1.364-.612 1.364-1.364V8.868l-2.434 1.393-2.111 2.016v7.727z",fill:"#34A853"}}),t("path",{attrs:{d:"m6.545 12.277-.326-3.02.326-2.89L12 10.458l5.454-4.09.365 2.733-.364 3.176L12 16.367l-5.455-4.09z",fill:"#EA4335"}}),t("path",{attrs:{d:"M17.454 6.367v5.91L22 8.867V7.05c0-1.686-1.925-2.647-3.273-1.636l-1.273.954z",fill:"#FBBC04"}}),t("path",{attrs:{d:"m2 8.867 2.09 1.568 2.455 1.841V6.368l-1.272-.954C3.923 4.4 2 5.363 2 7.049v1.818z",fill:"#C5221F"}})])};const If={render:Lf},Uf=Object.freeze(Object.defineProperty({__proto__:null,default:If},Symbol.toStringTag,{value:"Module"}));var qf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--google-business-messaging",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Business Messaging",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M20.331 7.245A6.191 6.191 0 0 0 14.312 2.5H7.939a6.187 6.187 0 0 0-4.252 10.683z",fill:"#86a9ff"}}),t("path",{attrs:{d:"M3.686 13.182A6.114 6.114 0 0 0 5.29 16.01l6.369 6.369a.42.42 0 0 0 .717-.298v-4.205h3.688a6.187 6.187 0 0 0 6.186-6.294 6.106 6.106 0 0 0-1.919-4.337z",fill:"#578cff"}}),t("path",{attrs:{d:"M14.313 14.875a6.187 6.187 0 0 0 6.018-7.63 6.337 6.337 0 0 0-4.37-1.745H9.687A6.187 6.187 0 0 0 3.5 11.688a6.1 6.1 0 0 0 .186 1.494 6.167 6.167 0 0 0 4.251 1.693z",fill:"#0057cc"}})])};const Nf={render:qf},Rf=Object.freeze(Object.defineProperty({__proto__:null,default:Nf},Symbol.toStringTag,{value:"Module"}));var Gf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--google-calendar",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Calendar",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M17.263 6.737H6.737v10.526h10.526V6.737z",fill:"#fff"}}),t("path",{attrs:{d:"M17.263 22 22 17.263l-2.368-.404-2.369.404-.432 2.166.432 2.571z",fill:"#EA4335"}}),t("path",{attrs:{d:"M2 17.263v3.158A1.58 1.58 0 0 0 3.579 22h3.158l.486-2.368-.486-2.369-2.58-.404L2 17.263z",fill:"#188038"}}),t("path",{attrs:{d:"M22 6.737V3.579A1.58 1.58 0 0 0 20.421 2h-3.158c-.288 1.175-.432 2.04-.432 2.593 0 .555.144 1.27.432 2.144 1.048.3 1.837.45 2.369.45.53 0 1.32-.15 2.368-.45z",fill:"#1967D2"}}),t("path",{attrs:{d:"M22 6.737h-4.737v10.526H22V6.737z",fill:"#FBBC04"}}),t("path",{attrs:{d:"M17.263 17.263H6.737V22h10.526v-4.737z",fill:"#34A853"}}),t("path",{attrs:{d:"M17.263 2H3.58A1.58 1.58 0 0 0 2 3.579v13.684h4.737V6.737h10.526V2z",fill:"#4285F4"}}),t("path",{attrs:{d:"M8.896 14.903c-.393-.266-.666-.654-.814-1.168l.913-.376c.083.316.227.56.434.734.205.174.455.26.747.26.299 0 .556-.091.77-.273a.87.87 0 0 0 .322-.693.86.86 0 0 0-.339-.703c-.226-.181-.51-.272-.85-.272h-.528v-.904h.474c.292 0 .538-.079.738-.237a.78.78 0 0 0 .3-.649c0-.244-.09-.44-.268-.585a1.042 1.042 0 0 0-.68-.22c-.269 0-.482.071-.64.215a1.26 1.26 0 0 0-.345.527l-.904-.376c.12-.34.34-.64.662-.899.323-.259.734-.39 1.234-.39.37 0 .703.072.998.215.295.144.526.342.693.595.167.254.25.538.25.854 0 .322-.077.595-.233.818a1.606 1.606 0 0 1-.572.515v.054c.292.12.546.318.734.572a1.5 1.5 0 0 1 .287.921c0 .358-.09.678-.272.958-.182.28-.433.501-.752.662-.32.16-.679.242-1.077.242a2.232 2.232 0 0 1-1.282-.397zm5.61-4.532-1.003.725-.502-.76L14.8 9.038h.69v6.12h-.985V10.37z",fill:"#4285F4"}})])};const Kf={render:Gf},Jf=Object.freeze(Object.defineProperty({__proto__:null,default:Kf},Symbol.toStringTag,{value:"Module"}));var Wf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--google-docs",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Docs",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v19A1.5 1.5 0 0 0 5.5 23h13a1.5 1.5 0 0 0 1.5-1.5V7l-6-6H5.5Z",fill:"#4E8DF5"}}),t("path",{attrs:{d:"M5.5 23A1.5 1.5 0 0 1 4 21.5v-.25a1.5 1.5 0 0 0 1.5 1.5h13a1.5 1.5 0 0 0 1.5-1.5v.25a1.5 1.5 0 0 1-1.5 1.5h-13Z",fill:"#417EE9"}}),t("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v.25a1.5 1.5 0 0 1 1.5-1.5h8.75L14 1H5.5Z",fill:"#639AF6"}}),t("path",{attrs:{d:"M20 12.125V7l-.875-.875h-4.22a.375.375 0 0 0-.265.64l5.36 5.36Z",fill:"url(#dt-icon2216823564a)"}}),t("path",{attrs:{d:"m14 1 6 6h-4.5A1.5 1.5 0 0 1 14 5.5V1Z",fill:"#A6C5FA"}}),t("path",{attrs:{d:"M16 12H8v1h8v-1Zm0 2H8v1h8v-1Zm-8 2h8v1H8v-1Zm6 2H8v1h6v-1Z",fill:"#fff"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon2216823564a",x1:"17",y1:"12.125",x2:"17",y2:"6",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#4E8DF5"}}),t("stop",{attrs:{offset:"1","stop-color":"#3D6ACD"}})],1)],1)])};const Yf={render:Wf},Xf=Object.freeze(Object.defineProperty({__proto__:null,default:Yf},Symbol.toStringTag,{value:"Module"}));var Qf=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--google-drive",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Drive",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"m3.512 18.315.882 1.524c.183.32.447.572.756.756.886-1.125 1.503-1.988 1.85-2.59.353-.61.786-1.564 1.3-2.863-1.385-.182-2.435-.273-3.15-.273-.686 0-1.736.09-3.15.273 0 .355.092.71.275 1.031l1.237 2.142z",fill:"#0066DA"}}),t("path",{attrs:{d:"M18.85 20.595a2.08 2.08 0 0 0 .756-.756l.367-.63 1.752-3.036c.18-.314.275-.67.275-1.03-1.422-.183-2.47-.274-3.144-.274-.724 0-1.772.09-3.145.273.508 1.306.936 2.26 1.283 2.864.35.608.97 1.471 1.856 2.589z",fill:"#EA4335"}}),t("path",{attrs:{d:"M12 8.727c1.025-1.237 1.732-2.192 2.12-2.863.312-.54.655-1.404 1.03-2.59A2.014 2.014 0 0 0 14.12 3H9.88a2.13 2.13 0 0 0-1.031.275c.477 1.36.882 2.327 1.214 2.903.368.636 1.013 1.486 1.936 2.55z",fill:"#00832D"}}),t("path",{attrs:{d:"M15.7 15.142H8.3l-3.15 5.453c.31.183.664.275 1.031.275h11.638a2.14 2.14 0 0 0 1.031-.275l-3.15-5.453z",fill:"#2684FC"}}),t("path",{attrs:{d:"M12 8.727 8.85 3.275a2.08 2.08 0 0 0-.756.756l-5.82 10.08c-.179.314-.274.67-.274 1.031h6.3L12 8.727z",fill:"#00AC47"}}),t("path",{attrs:{d:"m18.816 9.071-2.91-5.04a2.08 2.08 0 0 0-.756-.756L12 8.727l3.7 6.415h6.289c0-.355-.092-.71-.275-1.03l-2.898-5.04z",fill:"#FFBA00"}})])};const eu={render:Qf},tu=Object.freeze(Object.defineProperty({__proto__:null,default:eu},Symbol.toStringTag,{value:"Module"}));var au=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--google-glyph",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Glyph",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20.64 12.205c0-.639-.057-1.252-.164-1.841H12v3.481h4.844a4.14 4.14 0 0 1-1.796 2.716v2.259h2.908c1.702-1.567 2.684-3.875 2.684-6.615Z",fill:"#4285F4"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 21c2.43 0 4.467-.806 5.956-2.18l-2.908-2.259c-.806.54-1.837.86-3.048.86-2.344 0-4.328-1.584-5.036-3.711H3.957v2.332A8.997 8.997 0 0 0 12 21Z",fill:"#34A853"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.964 13.71A5.41 5.41 0 0 1 6.682 12c0-.593.102-1.17.282-1.71V7.958H3.957a9.005 9.005 0 0 0 0 8.084l3.007-2.332Z",fill:"#FBBC05"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 6.58c1.321 0 2.508.454 3.44 1.345l2.582-2.58C16.463 3.891 14.426 3 12 3a8.997 8.997 0 0 0-8.043 4.958l3.007 2.332C7.672 8.163 9.656 6.58 12 6.58Z",fill:"#EA4335"}})])};const nu={render:au},ou=Object.freeze(Object.defineProperty({__proto__:null,default:nu},Symbol.toStringTag,{value:"Module"}));var ru=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--google-sheets",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Sheets",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v19A1.5 1.5 0 0 0 5.5 23h13a1.5 1.5 0 0 0 1.5-1.5V7l-6-6H5.5Z",fill:"#20A464"}}),t("path",{attrs:{d:"M5.5 23A1.5 1.5 0 0 1 4 21.5v-.25a1.5 1.5 0 0 0 1.5 1.5h13a1.5 1.5 0 0 0 1.5-1.5v.25a1.5 1.5 0 0 1-1.5 1.5h-13Z",fill:"#149456"}}),t("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v.25a1.5 1.5 0 0 1 1.5-1.5h8.75L14 1H5.5Z",fill:"#38AE74"}}),t("path",{attrs:{d:"M20 12.125V7l-.875-.875h-4.22a.375.375 0 0 0-.265.64l5.36 5.36Z",fill:"url(#dt-icon3548071051a)"}}),t("path",{attrs:{d:"m14 1 6 6h-4.5A1.5 1.5 0 0 1 14 5.5V1Z",fill:"#8ED1B1"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16 11.75V19H8v-7.25h8Zm-4.5 1H9V14h2.5v-1.25Zm1 1.25v-1.25H15V14h-2.5Zm-1 .75H9V16h2.5v-1.25Zm1 1.25v-1.25H15V16h-2.5Zm-1 .75H9V18h2.5v-1.25Zm1 1.25v-1.25H15V18h-2.5Z",fill:"#fff"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon3548071051a",x1:"17.265",y1:"12.125",x2:"17.265",y2:"6",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#20A464"}}),t("stop",{attrs:{offset:"1","stop-color":"#207E55"}})],1)],1)])};const su={render:ru},iu=Object.freeze(Object.defineProperty({__proto__:null,default:su},Symbol.toStringTag,{value:"Module"}));var du=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--google-slides",attrs:{"aria-hidden":"true",role:"img","data-name":"Google Slides",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v19A1.5 1.5 0 0 0 5.5 23h13a1.5 1.5 0 0 0 1.5-1.5V7l-6-6H5.5Z",fill:"#F4B70A"}}),t("path",{attrs:{d:"M5.5 23A1.5 1.5 0 0 1 4 21.5v-.25a1.5 1.5 0 0 0 1.5 1.5h13a1.5 1.5 0 0 0 1.5-1.5v.25a1.5 1.5 0 0 1-1.5 1.5h-13Z",fill:"#EFA904"}}),t("path",{attrs:{d:"M5.5 1A1.5 1.5 0 0 0 4 2.5v.25a1.5 1.5 0 0 1 1.5-1.5h8.75L14 1H5.5Z",fill:"#F6C028"}}),t("path",{attrs:{d:"M20 12.125V7l-.875-.875h-4.22a.375.375 0 0 0-.265.64l5.36 5.36Z",fill:"url(#dt-icon1953239347a)"}}),t("path",{attrs:{d:"m14 1 6 6h-4.5A1.5 1.5 0 0 1 14 5.5V1Z",fill:"#FADC87"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.5 11a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7Zm6.5 2.25H9v3.5h6v-3.5Z",fill:"#fff"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon1953239347a",x1:"17.265",y1:"12.125",x2:"17.265",y2:"6",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#F4B70A"}}),t("stop",{attrs:{offset:"1","stop-color":"#E2930A"}})],1)],1)])};const lu={render:du},fu=Object.freeze(Object.defineProperty({__proto__:null,default:lu},Symbol.toStringTag,{value:"Module"}));var uu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--greenhouse",attrs:{"aria-hidden":"true",role:"img","data-name":"Greenhouse",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M14.767 8.821c0 .784-.331 1.477-.874 2.02-.603.603-1.477.754-1.477 1.266 0 .693 1.115.482 2.185 1.552.709.709 1.146 1.643 1.146 2.728 0 2.14-1.718 3.844-3.874 3.844C9.718 20.23 8 18.529 8 16.389c0-1.085.437-2.02 1.145-2.728 1.07-1.07 2.186-.86 2.186-1.553 0-.512-.874-.663-1.477-1.266-.543-.542-.874-1.235-.874-2.05a2.843 2.843 0 0 1 2.848-2.833c.302 0 .573.046.799.046.407 0 .618-.181.618-.468 0-.165-.075-.376-.075-.603 0-.512.437-.934.964-.934.528 0 .95.437.95.965 0 .557-.437.813-.769.934-.271.09-.482.211-.482.482 0 .511.934 1.009.934 2.44Zm-.301 7.568c0-1.492-1.1-2.698-2.593-2.698-1.492 0-2.592 1.206-2.592 2.698 0 1.477 1.1 2.698 2.592 2.698 1.493 0 2.593-1.223 2.593-2.698Zm-.89-7.598c0-.95-.768-1.733-1.703-1.733-.934 0-1.703.784-1.703 1.733 0 .95.769 1.733 1.703 1.733.935 0 1.704-.783 1.704-1.733Z",fill:"#23A47F"}})])};const _u={render:uu},cu=Object.freeze(Object.defineProperty({__proto__:null,default:_u},Symbol.toStringTag,{value:"Module"}));var mu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--grid",attrs:{"aria-hidden":"true",role:"img","data-name":"Grid",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 4.5a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Zm3 0a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const hu={render:mu},gu=Object.freeze(Object.defineProperty({__proto__:null,default:hu},Symbol.toStringTag,{value:"Module"}));var pu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--grip-horizontal",attrs:{"aria-hidden":"true",role:"img","data-name":"Grip Horizontal",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5 4.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-7 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-7 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])};const ku={render:pu},wu=Object.freeze(Object.defineProperty({__proto__:null,default:ku},Symbol.toStringTag,{value:"Module"}));var vu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--grip-vertical",attrs:{"aria-hidden":"true",role:"img","data-name":"Grip Vertical",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm0-3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm0 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3-3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm0-3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm0 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])};const yu={render:vu},bu=Object.freeze(Object.defineProperty({__proto__:null,default:yu},Symbol.toStringTag,{value:"Module"}));var Du=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--hand",attrs:{"aria-hidden":"true",role:"img","data-name":"Hand",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3374327024a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.94.94a1.5 1.5 0 0 1 2.324.253 1.5 1.5 0 0 1 2.183.913A1.5 1.5 0 0 1 11.5 3.5V7A4.5 4.5 0 0 1 7 11.5H6c-1.534 0-2.51-.484-3.347-1.315l-.002-.001-1.8-1.8A1.5 1.5 0 0 1 2.5 5.966V2.5a1.5 1.5 0 0 1 2.236-1.307 1.5 1.5 0 0 1 .203-.254ZM4.5 2.5v2.75a.5.5 0 0 0 1 0V2a.5.5 0 1 1 1 0v3a.5.5 0 0 0 1 0V2.5a.5.5 0 1 1 1 0v3a.5.5 0 0 0 1 0v-2a.5.5 0 1 1 1 0V7A3.5 3.5 0 0 1 7 10.5H6c-1.265 0-1.99-.376-2.642-1.024L1.569 7.687a.5.5 0 0 1 .707-.704l.37.37.5.5a.5.5 0 1 0 .708-.707L3.5 6.793V2.5a.5.5 0 1 1 1 0Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3374327024a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Mu={render:Du},Zu=Object.freeze(Object.defineProperty({__proto__:null,default:Mu},Symbol.toStringTag,{value:"Module"}));var Cu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--hard-drive",attrs:{"aria-hidden":"true",role:"img","data-name":"Hard Drive",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 6a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.62 1.5h4.76a1.5 1.5 0 0 1 1.342.832l1.725 3.444A.5.5 0 0 1 11.5 6v3a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 9V6a.5.5 0 0 1 .053-.224l1.724-3.443A1.503 1.503 0 0 1 3.62 1.5Zm-.895 1.055.447.224L1.5 6.119V9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V6.118l-1.672-3.34A.5.5 0 0 0 8.38 2.5m-4.76 0a.5.5 0 0 0-.447.277l-.448-.222","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const xu={render:Cu},ju=Object.freeze(Object.defineProperty({__proto__:null,default:xu},Symbol.toStringTag,{value:"Module"}));var $u=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--hash-bold",attrs:{"aria-hidden":"true",role:"img","data-name":"Hash Bold",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.068 1.397a.938.938 0 0 1 1.864.207l-.218 1.959h1.114l.24-2.166a.938.938 0 0 1 1.864.207l-.218 1.959H10a.937.937 0 1 1 0 1.875H8.506L8.38 6.563H10a.937.937 0 1 1 0 1.875H8.172l-.24 2.166a.937.937 0 0 1-1.864-.207l.218-1.96H5.172l-.24 2.167a.937.937 0 0 1-1.864-.207l.218-1.96H2a.937.937 0 1 1 0-1.874h1.494l.125-1.125H2a.937.937 0 1 1 0-1.875h1.828l.24-2.166ZM4.715 4.3a.501.501 0 0 1-.253.226.5.5 0 0 1 .156.174.501.501 0 0 1 .253-.226.5.5 0 0 1-.156-.174Zm2.747.226a.5.5 0 0 1 .156.174.501.501 0 0 1 .253-.226.5.5 0 0 1-.156-.174.501.501 0 0 1-.253.226ZM7.382 7.3a.501.501 0 0 1-.253.226.5.5 0 0 1 .156.174.501.501 0 0 1 .253-.226.5.5 0 0 1-.156-.174Zm-2.844.174a.5.5 0 0 1-.156-.174.501.501 0 0 1-.253.226.5.5 0 0 1 .156.174.501.501 0 0 1 .253-.226Zm.968-2.036L5.38 6.563h1.113l.125-1.125H5.506Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.048 1.065c.24.027.414.243.387.483l-.28 2.515h2.12l.29-2.611a.438.438 0 0 1 .87.096l-.28 2.515H10a.438.438 0 0 1 0 .875H8.058l-.236 2.125H10a.438.438 0 0 1 0 .875H7.725l-.29 2.61a.438.438 0 0 1-.87-.096l.28-2.514h-2.12l-.29 2.61a.438.438 0 0 1-.87-.096l.28-2.514H2a.438.438 0 0 1 0-.875h1.942l.236-2.125H2a.438.438 0 0 1 0-.875h2.275l.29-2.611a.438.438 0 0 1 .483-.387Zm.01 3.873-.236 2.125h2.12l.236-2.125h-2.12Z","clip-rule":"evenodd"}})])};const Au={render:$u},Su=Object.freeze(Object.defineProperty({__proto__:null,default:Au},Symbol.toStringTag,{value:"Module"}));var Ou=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--hash",attrs:{"aria-hidden":"true",role:"img","data-name":"Hash",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.055 1.003a.5.5 0 0 1 .442.552L5.225 4H7.22l.284-2.555a.5.5 0 1 1 .994.11L8.225 4H10a.5.5 0 0 1 0 1H8.114l-.222 2H10a.5.5 0 0 1 0 1H7.78l-.283 2.555a.5.5 0 0 1-.994-.11L6.775 8H4.78l-.284 2.555a.5.5 0 0 1-.994-.11L3.775 8H2a.5.5 0 1 1 0-1h1.886l.222-2H2a.5.5 0 1 1 0-1h2.22l.283-2.555a.5.5 0 0 1 .552-.442ZM5.115 5l-.223 2h1.994l.222-2H5.114Z","clip-rule":"evenodd"}})])};const Eu={render:Ou},Fu=Object.freeze(Object.defineProperty({__proto__:null,default:Eu},Symbol.toStringTag,{value:"Module"}));var Hu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--haze",attrs:{"aria-hidden":"true",role:"img","data-name":"Haze",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.246 2.746a.5.5 0 0 1 .708 0l.7.7a.5.5 0 1 1-.708.708l-.7-.7a.5.5 0 0 1 0-.708ZM.5 6.5A.5.5 0 0 1 1 6h1a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm9 0A.5.5 0 0 1 10 6h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm.254-3.754a.5.5 0 0 1 0 .708l-.7.7a.5.5 0 1 1-.708-.708l.7-.7a.5.5 0 0 1 .708 0ZM.5 8.5A.5.5 0 0 1 1 8h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm0 2A.5.5 0 0 1 1 10h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm3.732-5.768A2.5 2.5 0 0 1 8.5 6.5a.5.5 0 0 1-1 0 1.5 1.5 0 0 0-3 0 .5.5 0 0 1-1 0 2.5 2.5 0 0 1 .732-1.768ZM6 .75a.5.5 0 0 1 .5.5V2.5a.5.5 0 0 1-1 0V1.25a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const zu={render:Hu},Bu=Object.freeze(Object.defineProperty({__proto__:null,default:zu},Symbol.toStringTag,{value:"Module"}));var Vu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--hd",attrs:{"aria-hidden":"true",role:"img","data-name":"Hd",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 9.5A1.5 1.5 0 0 0 2.5 11h7c.826 0 1.5-.674 1.5-1.5v-7c0-.826-.674-1.5-1.5-1.5h-7A1.5 1.5 0 0 0 1 2.5v7Zm1.5.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h7c.274 0 .5.226.5.5v7c0 .274-.226.5-.5.5h-7Zm.75-2a.5.5 0 0 0 .5-.5v-1h1v1a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-1 0v1h-1v-1a.5.5 0 0 0-1 0v3a.5.5 0 0 0 .5.5Zm3-.5a.5.5 0 0 0 .5.5h.5a2 2 0 1 0 0-4h-.5a.5.5 0 0 0-.5.5v3Zm1-.5V5a1 1 0 0 1 0 2Z","clip-rule":"evenodd"}})])};const Pu={render:Vu},Tu=Object.freeze(Object.defineProperty({__proto__:null,default:Pu},Symbol.toStringTag,{value:"Module"}));var Lu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--headphones",attrs:{"aria-hidden":"true",role:"img","data-name":"Headphones",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a4 4 0 0 0-4 4v.5h1A1.5 1.5 0 0 1 4.5 8v1.5A1.5 1.5 0 0 1 3 11h-.5A1.5 1.5 0 0 1 1 9.5V6a5 5 0 1 1 10 0v3.5A1.5 1.5 0 0 1 9.5 11H9a1.5 1.5 0 0 1-1.5-1.5V8A1.5 1.5 0 0 1 9 6.5h1V6a4 4 0 0 0-4-4Zm4 5.5H9a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 .5-.5v-2Zm-8 2a.5.5 0 0 0 .5.5H3a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H2v2Z","clip-rule":"evenodd"}})])};const Iu={render:Lu},Uu=Object.freeze(Object.defineProperty({__proto__:null,default:Iu},Symbol.toStringTag,{value:"Module"}));var qu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--hear",attrs:{"aria-hidden":"true",role:"img","data-name":"Hear",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M17 20c-.29 0-.56-.06-.76-.15-.71-.37-1.21-.88-1.71-2.38-.51-1.56-1.47-2.29-2.39-3-.79-.61-1.61-1.24-2.32-2.53C9.29 10.98 9 9.93 9 9c0-2.8 2.2-5 5-5s5 2.2 5 5h2c0-3.93-3.07-7-7-7S7 5.07 7 9c0 1.26.38 2.65 1.07 3.9.91 1.65 1.98 2.48 2.85 3.15.81.62 1.39 1.07 1.71 2.05.6 1.82 1.37 2.84 2.73 3.55A3.999 3.999 0 0 0 21 18h-2c0 1.1-.9 2-2 2ZM7.64 2.64 6.22 1.22A10.965 10.965 0 0 0 3 9c0 3.04 1.23 5.79 3.22 7.78l1.41-1.41A9.011 9.011 0 0 1 5 9c0-2.49 1.01-4.74 2.64-6.36ZM11.5 9a2.5 2.5 0 0 0 5 0 2.5 2.5 0 0 0-5 0Z",fill:"currentColor"}})])};const Nu={render:qu},Ru=Object.freeze(Object.defineProperty({__proto__:null,default:Nu},Symbol.toStringTag,{value:"Module"}));var Gu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--heart",attrs:{"aria-hidden":"true",role:"img","data-name":"Heart",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3267836761a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.476 1.24a3.2 3.2 0 0 1 3.493.697l.002.002.03.03.028-.03.002-.002a3.2 3.2 0 0 1 4.533 0c1.273 1.273 1.3 3.377-.207 4.913l-.003.004-4 4a.5.5 0 0 1-.707 0L1.643 6.85C.136 5.314.163 3.21 1.436 1.937a3.2 3.2 0 0 1 1.04-.696Zm1.227.756a2.2 2.2 0 0 0-1.559.647c-.846.847-.949 2.322.211 3.505L6 9.793l3.645-3.645c1.16-1.183 1.059-2.658.212-3.504a2.204 2.204 0 0 0-2.403-.48 2.2 2.2 0 0 0-.714.478v.001l-.384.388a.5.5 0 0 1-.712 0l-.383-.388a2.2 2.2 0 0 0-1.558-.647Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3267836761a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ku={render:Gu},Ju=Object.freeze(Object.defineProperty({__proto__:null,default:Ku},Symbol.toStringTag,{value:"Module"}));var Wu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--help-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Help Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1789172221a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5.63-1.988a1 1 0 0 0-1.113.654.5.5 0 0 1-.944-.332A2 2 0 0 1 7.96 5c0 .766-.568 1.271-.973 1.541a4.023 4.023 0 0 1-.843.424l-.017.006-.006.002H6.12l-.002.001L5.96 6.5l.158.474a.5.5 0 0 1-.316-.948l.15.448-.15-.448.007-.003a1.803 1.803 0 0 0 .182-.074c.124-.055.284-.135.442-.24.344-.23.527-.474.527-.709a1.002 1.002 0 0 0-.83-.988ZM5.5 8.5A.5.5 0 0 1 6 8h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1789172221a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Yu={render:Wu},Xu=Object.freeze(Object.defineProperty({__proto__:null,default:Yu},Symbol.toStringTag,{value:"Module"}));var Qu=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--highfive",attrs:{"aria-hidden":"true",role:"img","data-name":"Highfive",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z",fill:"#fff"}}),t("path",{attrs:{d:"m6.762 17.235-1.833 1.833a9.968 9.968 0 0 0 7.07 2.928v-2.595a7.37 7.37 0 0 1-5.237-2.166Z",fill:"#F7AFFF"}}),t("path",{attrs:{d:"M4.595 11.998a7.405 7.405 0 0 1 7.407-7.406V2C6.478 2 2 6.478 2 11.998a9.967 9.967 0 0 0 2.929 7.07l1.833-1.833a7.379 7.379 0 0 1-2.167-5.237Z",fill:"#A26EEA"}}),t("path",{attrs:{d:"m17.235 6.762 1.833-1.833A9.968 9.968 0 0 0 11.998 2v2.595c2.046 0 3.897.826 5.237 2.167Z",fill:"#46B7FD"}}),t("path",{attrs:{d:"M22 11.998a9.967 9.967 0 0 0-2.929-7.07l-1.833 1.834a7.405 7.405 0 0 1-5.237 12.643V22C17.523 22 22 17.522 22 11.998Z",fill:"#5D70EA"}}),t("path",{attrs:{d:"M11.998 14.296a2.297 2.297 0 1 0 0-4.595 2.297 2.297 0 0 0 0 4.595Z",fill:"currentColor"}})])};const e5={render:Qu},t5=Object.freeze(Object.defineProperty({__proto__:null,default:e5},Symbol.toStringTag,{value:"Module"}));var a5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--history",attrs:{"aria-hidden":"true",role:"img","data-name":"History",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5v2h2a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 4V1.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.685 1.016a5 5 0 1 1-4.657 5.539.5.5 0 1 1 .994-.11 4 4 0 1 0 1.312-3.423l-1.5 1.35a.5.5 0 1 1-.668-.744l1.501-1.35a5 5 0 0 1 3.018-1.262Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 3a.5.5 0 0 1 .5.5v2.191l1.724.862a.5.5 0 0 1-.447.894l-2-1A.5.5 0 0 1 5.5 6V3.5A.5.5 0 0 1 6 3Z","clip-rule":"evenodd"}})])};const n5={render:a5},o5=Object.freeze(Object.defineProperty({__proto__:null,default:n5},Symbol.toStringTag,{value:"Module"}));var r5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--hold",attrs:{"aria-hidden":"true",role:"img","data-name":"Hold",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 3a.5.5 0 0 1 .5.5v5a.5.5 0 1 1-1 0v-5A.5.5 0 0 1 8 3ZM4 3a.5.5 0 0 1 .5.5v5a.5.5 0 1 1-1 0v-5A.5.5 0 0 1 4 3Z","clip-rule":"evenodd"}})])};const s5={render:r5},i5=Object.freeze(Object.defineProperty({__proto__:null,default:s5},Symbol.toStringTag,{value:"Module"}));var d5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--home",attrs:{"aria-hidden":"true",role:"img","data-name":"Home",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.693.605a.5.5 0 0 1 .614 0l4.5 3.5A.5.5 0 0 1 11 4.5V10a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V4.5a.5.5 0 0 1 .193-.395l4.5-3.5ZM5 10.5h2v-4H5v4Zm3 0V6a.5.5 0 0 0-.5-.5h-3A.5.5 0 0 0 4 6v4.5H2.5A.5.5 0 0 1 2 10V4.745l4-3.112 4 3.112V10a.5.5 0 0 1-.5.5H8Z","clip-rule":"evenodd"}})])};const l5={render:d5},f5=Object.freeze(Object.defineProperty({__proto__:null,default:l5},Symbol.toStringTag,{value:"Module"}));var u5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--hourglass",attrs:{"aria-hidden":"true",role:"img","data-name":"Hourglass",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 11a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 2 11ZM2 1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 2 1Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 5.646a.5.5 0 0 1 .708 0L8.56 7.853A1.5 1.5 0 0 1 9 8.913V11a.5.5 0 0 1-1 0V8.914a.5.5 0 0 0-.146-.353L6 6.707 4.147 8.561A.5.5 0 0 0 4 8.914V11a.5.5 0 0 1-1 0V8.914c0-.398.158-.78.44-1.06l2.206-2.208Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5.5A.5.5 0 0 1 4 1v2.086a.5.5 0 0 0 .146.353L6 5.293l1.853-1.854A.5.5 0 0 0 8 3.086V1a.5.5 0 0 1 1 0v2.086a1.5 1.5 0 0 1-.44 1.06L6.355 6.355a.5.5 0 0 1-.708 0L3.44 4.147A1.5 1.5 0 0 1 3 3.087V1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const _5={render:u5},c5=Object.freeze(Object.defineProperty({__proto__:null,default:_5},Symbol.toStringTag,{value:"Module"}));var m5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--hubspot",attrs:{"aria-hidden":"true",role:"img","data-name":"Hubspot",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{x:"2",y:"2",width:"20",height:"20",rx:"2",fill:"#E77C39"}}),t("path",{attrs:{d:"M6.6 4a1.6 1.6 0 1 0 .853 2.951l4.79 3.61a3.821 3.821 0 0 0-.843 2.399c0 .993.38 1.895.999 2.576l-1.949 1.949a1.28 1.28 0 1 0 .905.905l2.054-2.054h.001a3.84 3.84 0 0 0 5.67-3.376 3.838 3.838 0 0 0-3.2-3.783v-2.15a1.28 1.28 0 1 0-1.418-2.122 1.28 1.28 0 0 0 .138 2.122v2.15a3.812 3.812 0 0 0-1.376.52L8.172 5.891A1.6 1.6 0 0 0 6.6 4Zm8.64 7.04c1.059 0 1.92.861 1.92 1.92s-.861 1.92-1.92 1.92a1.922 1.922 0 0 1-1.92-1.92c0-1.059.861-1.92 1.92-1.92Z",fill:"#fff"}})])};const h5={render:m5},g5=Object.freeze(Object.defineProperty({__proto__:null,default:h5},Symbol.toStringTag,{value:"Module"}));var p5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--image",attrs:{"aria-hidden":"true",role:"img","data-name":"Image",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 4a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1ZM3 4.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0Zm4.19 1.103a1.5 1.5 0 0 1 2.12 0l1.544 1.543a.5.5 0 0 1-.708.708L8.603 6.31a.5.5 0 0 0-.706 0l-4.543 4.543a.5.5 0 1 1-.708-.708L7.19 5.603Z","clip-rule":"evenodd"}})])};const k5={render:p5},w5=Object.freeze(Object.defineProperty({__proto__:null,default:k5},Symbol.toStringTag,{value:"Module"}));var v5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--import",attrs:{"aria-hidden":"true",role:"img","data-name":"Import",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0v-6A.5.5 0 0 1 6 1Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.646 5.146a.5.5 0 0 1 .708 0L6 6.793l1.646-1.647a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94 2.44A1.5 1.5 0 0 1 2 2h2a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 9h8a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 3H8a.5.5 0 0 1 0-1h2a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 10H2A1.5 1.5 0 0 1 .5 8.5v-5c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}})])};const y5={render:v5},b5=Object.freeze(Object.defineProperty({__proto__:null,default:y5},Symbol.toStringTag,{value:"Module"}));var D5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--inbox",attrs:{"aria-hidden":"true",role:"img","data-name":"Inbox",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.62 1.5h4.76a1.5 1.5 0 0 1 1.342.832l1.725 3.444A.5.5 0 0 1 11.5 6v3a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 9V6a.5.5 0 0 1 .053-.224l1.724-3.443A1.503 1.503 0 0 1 3.62 1.5Zm0 1a.5.5 0 0 0-.447.277v.002L1.81 5.5H4a.5.5 0 0 1 .416.223L5.268 7h1.464l.852-1.277A.5.5 0 0 1 8 5.5h2.19L8.829 2.779v-.002A.5.5 0 0 0 8.38 2.5m2.12 4H8.268l-.852 1.277A.5.5 0 0 1 7 8H5a.5.5 0 0 1-.416-.223L3.732 6.5H1.5V9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V6.5Z","clip-rule":"evenodd"}})])};const M5={render:D5},Z5=Object.freeze(Object.defineProperty({__proto__:null,default:M5},Symbol.toStringTag,{value:"Module"}));var C5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--indent",attrs:{"aria-hidden":"true",role:"img","data-name":"Indent",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.146 3.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L2.793 6 1.146 4.354a.5.5 0 0 1 0-.708ZM5 6a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 6Zm0-3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 3Zm0 6a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 5 9Z","clip-rule":"evenodd"}})])};const x5={render:C5},j5=Object.freeze(Object.defineProperty({__proto__:null,default:x5},Symbol.toStringTag,{value:"Module"}));var $5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--infinity",attrs:{"aria-hidden":"true",role:"img","data-name":"Infinity",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.032 4.322c.376-.492.95-.822 1.687-.822 1.434 0 2.451.896 3.28 1.766.346-.37.715-.74 1.113-1.04.552-.416 1.197-.726 1.977-.726.781 0 1.4.313 1.815.802.406.479.596 1.1.596 1.7 0 .6-.191 1.22-.598 1.698-.415.488-1.033.8-1.813.8s-1.425-.31-1.977-.726c-.398-.3-.767-.67-1.113-1.04-.829.87-1.846 1.766-3.28 1.766-.737 0-1.31-.33-1.686-.82C.668 7.202.5 6.59.5 6.002c0-.588.167-1.201.532-1.68ZM5.315 6C4.493 5.136 3.74 4.5 2.72 4.5c-.409 0-.695.17-.892.43-.208.271-.327.66-.327 1.072 0 .411.12.798.328 1.07.197.258.483.428.891.428 1.02 0 1.774-.636 2.596-1.5Zm1.366 0c.35.375.682.711 1.033.976.443.334.88.524 1.375.524.493 0 .83-.188 1.052-.448.23-.272.358-.651.359-1.05 0-.4-.128-.78-.358-1.053-.222-.261-.56-.449-1.053-.449-.494 0-.932.19-1.375.524-.351.265-.682.6-1.033.976Z","clip-rule":"evenodd"}})])};const A5={render:$5},S5=Object.freeze(Object.defineProperty({__proto__:null,default:A5},Symbol.toStringTag,{value:"Module"}));var O5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--info",attrs:{"aria-hidden":"true",role:"img","data-name":"Info",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1866429597a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm5-2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM6 5.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1866429597a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const E5={render:O5},F5=Object.freeze(Object.defineProperty({__proto__:null,default:E5},Symbol.toStringTag,{value:"Module"}));var H5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--inspect",attrs:{"aria-hidden":"true",role:"img","data-name":"Inspect",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.44 1.44A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 1 9.5v-7c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 5.646a.5.5 0 0 1 .54-.11l5 2a.5.5 0 0 1-.002.929l-1.949.77-.77 1.949a.5.5 0 0 1-.93.002l-2-5a.5.5 0 0 1 .111-.54Zm1.252 1.252 1.1 2.749.387-.98a.5.5 0 0 1 .281-.282l.98-.388-2.748-1.1Z","clip-rule":"evenodd"}})])};const z5={render:H5},B5=Object.freeze(Object.defineProperty({__proto__:null,default:z5},Symbol.toStringTag,{value:"Module"}));var V5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--instagram",attrs:{"aria-hidden":"true",role:"img","data-name":"Instagram",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M12.003 3c-3.757 0-4.856.004-5.07.022-.771.064-1.25.185-1.774.445-.402.2-.72.433-1.034.758-.57.593-.917 1.322-1.042 2.19-.061.42-.079.506-.082 2.656-.002.717 0 1.66 0 2.925 0 3.756.004 4.854.022 5.067.062.75.18 1.223.429 1.74a3.792 3.792 0 0 0 2.457 2.007c.371.096.78.149 1.307.173.223.01 2.495.017 4.768.017 2.273 0 4.546-.003 4.763-.014.61-.029.963-.076 1.354-.177a3.768 3.768 0 0 0 2.457-2.012c.245-.504.369-.994.425-1.706.012-.155.017-2.628.017-5.097 0-2.47-.006-4.938-.018-5.093-.056-.723-.18-1.209-.433-1.723a3.57 3.57 0 0 0-.77-1.055c-.595-.57-1.324-.915-2.191-1.04-.42-.061-.505-.08-2.656-.083h-2.93Z",fill:"url(#dt-icon559572779a)"}}),t("path",{attrs:{d:"M12.003 3c-3.757 0-4.856.004-5.07.022-.771.064-1.25.185-1.774.445-.402.2-.72.433-1.034.758-.57.593-.917 1.322-1.042 2.19-.061.42-.079.506-.082 2.656-.002.717 0 1.66 0 2.925 0 3.756.004 4.854.022 5.067.062.75.18 1.223.429 1.74a3.792 3.792 0 0 0 2.457 2.007c.371.096.78.149 1.307.173.223.01 2.495.017 4.768.017 2.273 0 4.546-.003 4.763-.014.61-.029.963-.076 1.354-.177a3.768 3.768 0 0 0 2.457-2.012c.245-.504.369-.994.425-1.706.012-.155.017-2.628.017-5.097 0-2.47-.006-4.938-.018-5.093-.056-.723-.18-1.209-.433-1.723a3.57 3.57 0 0 0-.77-1.055c-.595-.57-1.324-.915-2.191-1.04-.42-.061-.505-.08-2.656-.083h-2.93Z",fill:"url(#dt-icon559572779b)"}}),t("path",{attrs:{d:"M12 5.7c-1.71 0-1.925.007-2.597.038-.67.03-1.129.137-1.53.293-.414.16-.765.376-1.115.726s-.566.702-.727 1.116c-.157.4-.263.859-.293 1.53-.03.671-.038.886-.038 2.597 0 1.711.008 1.925.038 2.597.03.67.137 1.129.293 1.53.16.414.376.765.726 1.115s.702.566 1.116.727c.4.156.859.262 1.53.293.671.03.886.038 2.597.038 1.71 0 1.925-.008 2.597-.038.67-.03 1.129-.137 1.53-.293.414-.16.765-.376 1.115-.727.35-.35.566-.701.727-1.116.155-.4.261-.858.293-1.529.03-.672.038-.886.038-2.597 0-1.711-.008-1.926-.038-2.598-.032-.67-.138-1.128-.293-1.529a3.09 3.09 0 0 0-.727-1.116c-.35-.35-.7-.565-1.116-.726-.401-.156-.86-.262-1.53-.293-.672-.03-.886-.038-2.597-.038H12Zm-.565 1.135h.566c1.682 0 1.881.006 2.545.037.615.028.948.13 1.17.217.294.114.504.25.724.47.22.221.357.431.471.725.087.222.19.555.217 1.17.03.664.037.863.037 2.545 0 1.68-.006 1.88-.037 2.544-.028.615-.13.948-.216 1.17a1.949 1.949 0 0 1-.472.724c-.22.22-.43.357-.724.47-.222.087-.555.19-1.17.218-.664.03-.863.037-2.545.037-1.683 0-1.882-.007-2.546-.037-.614-.028-.948-.131-1.17-.217a1.952 1.952 0 0 1-.725-.472c-.22-.22-.357-.43-.471-.724-.086-.221-.189-.555-.217-1.169-.03-.664-.036-.864-.036-2.546s.006-1.88.036-2.545c.028-.614.13-.948.217-1.17.114-.294.251-.504.471-.724.221-.22.431-.357.725-.472.222-.086.556-.189 1.17-.217a35 35 0 0 1 1.98-.035v.001Zm3.928 1.046a.756.756 0 1 0 0 1.513.756.756 0 0 0 0-1.513Zm-3.362.884a3.235 3.235 0 1 0 0 6.47 3.235 3.235 0 0 0 0-6.47ZM12 9.9a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2Z",fill:"#fff"}}),t("defs",[t("radialGradient",{attrs:{id:"dt-icon559572779a",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"matrix(0 -17.8393 16.592 0 7.781 22.386)"}},[t("stop",{attrs:{"stop-color":"#FD5"}}),t("stop",{attrs:{offset:".1","stop-color":"#FD5"}}),t("stop",{attrs:{offset:".5","stop-color":"#FF543E"}}),t("stop",{attrs:{offset:"1","stop-color":"#C837AB"}})],1),t("radialGradient",{attrs:{id:"dt-icon559572779b",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"matrix(1.56512 7.81915 -32.23086 6.45148 -.015 4.298)"}},[t("stop",{attrs:{"stop-color":"#3771C8"}}),t("stop",{attrs:{offset:".128","stop-color":"#3771C8"}}),t("stop",{attrs:{offset:"1","stop-color":"#60F","stop-opacity":"0"}})],1)],1)])};const P5={render:V5},T5=Object.freeze(Object.defineProperty({__proto__:null,default:P5},Symbol.toStringTag,{value:"Module"}));var L5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--intercom",attrs:{"aria-hidden":"true",role:"img","data-name":"Intercom",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M19.317 13.005c0 .179-.07.35-.195.476a.662.662 0 0 1-.94 0 .676.676 0 0 1-.195-.476V7c0-.178.07-.35.195-.475a.662.662 0 0 1 .94 0 .676.676 0 0 1 .195.475v6.005Zm-.23 4.162c-.089.088-2.563 2.172-7.098 2.172s-6.993-2.072-7.097-2.161a.66.66 0 0 1-.202-.708.663.663 0 0 1 1.059-.298c.039.028 2.249 1.84 6.234 1.84 3.986 0 6.213-1.823 6.235-1.84a.672.672 0 0 1 .94.072.666.666 0 0 1-.066.928l-.006-.005ZM4.654 7a.68.68 0 0 1 .222-.466.662.662 0 0 1 .917.025.676.676 0 0 1 .192.441v5.994c0 .179-.07.35-.195.476a.662.662 0 0 1-.94 0 .676.676 0 0 1-.196-.476V7Zm3.337-1.333a.68.68 0 0 1 .222-.466.662.662 0 0 1 .917.025.676.676 0 0 1 .192.44v8.89c0 .178-.07.349-.195.475a.662.662 0 0 1-.94 0 .676.676 0 0 1-.196-.476V5.668Zm3.354-.334c0-.178.07-.349.195-.475a.662.662 0 0 1 .94 0 .676.676 0 0 1 .195.475V15c0 .178-.07.35-.195.475a.662.662 0 0 1-.94 0 .676.676 0 0 1-.195-.475V5.333Zm3.298.334c0-.179.07-.35.195-.476a.661.661 0 0 1 .94 0 .676.676 0 0 1 .196.476v8.889c0 .178-.07.349-.195.475a.662.662 0 0 1-1.136-.476V5.668ZM19.5 2h-15a2.462 2.462 0 0 0-1.763.726A2.512 2.512 0 0 0 2 4.5v15a2.534 2.534 0 0 0 .738 1.774A2.483 2.483 0 0 0 4.5 22h15a2.461 2.461 0 0 0 1.762-.724 2.512 2.512 0 0 0 .739-1.77V4.5a2.532 2.532 0 0 0-.736-1.772A2.482 2.482 0 0 0 19.504 2",fill:"currentColor"}})])};const I5={render:L5},U5=Object.freeze(Object.defineProperty({__proto__:null,default:I5},Symbol.toStringTag,{value:"Module"}));var q5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--isolated-queries",attrs:{"aria-hidden":"true",role:"img","data-name":"Isolated Queries",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5ZM8.5 5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5ZM8 9.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const N5={render:q5},R5=Object.freeze(Object.defineProperty({__proto__:null,default:N5},Symbol.toStringTag,{value:"Module"}));var G5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--italic",attrs:{"aria-hidden":"true",role:"img","data-name":"Italic",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a.5.5 0 0 1 .5-.5h4.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM2 10a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.676 1.532a.5.5 0 0 1 .292.644l-3 8a.5.5 0 0 1-.936-.352l3-8a.5.5 0 0 1 .644-.292Z","clip-rule":"evenodd"}})])};const K5={render:G5},J5=Object.freeze(Object.defineProperty({__proto__:null,default:K5},Symbol.toStringTag,{value:"Module"}));var W5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--jcb",attrs:{"aria-hidden":"true",role:"img","data-name":"Jcb",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),t("path",{attrs:{d:"M15.424 12.393c.375.008.752-.017 1.126.013.378.07.469.643.133.83-.23.124-.502.047-.75.069h-.51v-.912Zm1.342-1.032c.084.295-.2.559-.483.518h-.86c.007-.277-.01-.578.01-.84.344.009.691-.02 1.033.014a.41.41 0 0 1 .3.308Zm2.068-4.36c.016.561.002 1.152.007 1.725-.001 2.33.002 4.66-.002 6.99-.015.873-.789 1.631-1.656 1.649-.868.003-1.736 0-2.604.001v-3.522c.946-.005 1.892.01 2.837-.007.439-.028.92-.317.94-.8.051-.485-.406-.82-.84-.873-.166-.004-.161-.048 0-.068.414-.09.74-.517.618-.946-.104-.451-.603-.626-1.018-.625-.845-.006-1.691-.001-2.537-.003.006-.657-.011-1.315.01-1.972.066-.858.86-1.565 1.714-1.55h2.53Z",fill:"url(#dt-icon2015686520a)"}}),t("path",{attrs:{d:"M5.022 8.638c.022-.871.8-1.624 1.665-1.636.865-.003 1.73 0 2.594-.002-.002 2.917.005 5.834-.003 8.75-.034.861-.802 1.6-1.659 1.615-.866.003-1.732 0-2.599.001v-3.64c.842.198 1.724.283 2.583.151.513-.083 1.074-.335 1.248-.867.128-.455.056-.935.075-1.402v-1.086H7.44c-.006.718.014 1.438-.01 2.155-.04.44-.477.72-.893.705C6.022 13.388 5 13.01 5 13.01c-.002-1.345.015-3.03.022-4.37Z",fill:"url(#dt-icon2015686520b)"}}),t("path",{attrs:{d:"M9.835 10.96c-.078.017-.015-.266-.035-.374.005-.678-.011-1.358.009-2.036.067-.86.866-1.57 1.724-1.55h2.528c-.002 2.917.005 5.834-.004 8.75-.033.861-.802 1.6-1.658 1.615-.866.003-1.733 0-2.6.001v-3.989c.592.486 1.397.561 2.134.563a7.16 7.16 0 0 0 1.648-.214v-.731c-.608.303-1.323.496-1.998.321a1.088 1.088 0 0 1-.804-1.057c-.054-.504.242-1.037.738-1.187.616-.193 1.287-.046 1.864.205.124.065.25.145.2-.062v-.574c-.966-.23-1.993-.314-2.963-.064a2.175 2.175 0 0 0-.783.383Z",fill:"url(#dt-icon2015686520c)"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon2015686520a",x1:"14.55",y1:"11.962",x2:"18.814",y2:"11.962",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#58B03A"}}),t("stop",{attrs:{offset:"1","stop-color":"#55B330"}})],1),t("linearGradient",{attrs:{id:"dt-icon2015686520b",x1:"4.93",y1:"12.283",x2:"9.211",y2:"12.283",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#0F6EB6"}}),t("stop",{attrs:{offset:"1","stop-color":"#006DBA"}})],1),t("linearGradient",{attrs:{id:"dt-icon2015686520c",x1:"9.793",y1:"12.062",x2:"14.06",y2:"12.062",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#DE0D3D"}}),t("stop",{attrs:{offset:"1","stop-color":"#E30138"}})],1)],1)])};const Y5={render:W5},X5=Object.freeze(Object.defineProperty({__proto__:null,default:Y5},Symbol.toStringTag,{value:"Module"}));var Q5=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--jira-service-desk",attrs:{"aria-hidden":"true",role:"img","data-name":"Jira Service Desk",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"m13.322 9.894 5.441.034a.848.848 0 0 1 .674 1.358L11.407 22a5.707 5.707 0 0 1-1.155-7.983l3.07-4.123Z",fill:"url(#dt-icon2891128615a)"}}),t("path",{attrs:{d:"m10.25 14.007-5.408-.034a.848.848 0 0 1-.674-1.355L12.118 2a5.707 5.707 0 0 1 1.154 7.983l-3.022 4.024Z",fill:"#2684FF"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon2891128615a",x1:"13.109",y1:"10.695",x2:"15.395",y2:"17.607",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#0052CC"}}),t("stop",{attrs:{offset:"1","stop-color":"#2684FF"}})],1)],1)])};const e_={render:Q5},t_=Object.freeze(Object.defineProperty({__proto__:null,default:e_},Symbol.toStringTag,{value:"Module"}));var a_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--key",attrs:{"aria-hidden":"true",role:"img","data-name":"Key",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3105352164a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854.647a.5.5 0 0 1 0 .707L10.207 2l1.147 1.147a.5.5 0 0 1 0 .707l-1.75 1.75a.5.5 0 0 1-.707 0L7.75 4.457 6.376 5.831a3.28 3.28 0 0 1 .638 1.92 3.275 3.275 0 0 1-.952 2.31 3.275 3.275 0 0 1-2.31.952 3.275 3.275 0 0 1-2.302-.968l-.003-.004a3.25 3.25 0 0 1 4.216-4.91L10.147.647a.5.5 0 0 1 .707 0ZM5.346 6.163a2.25 2.25 0 0 0-3.182 3.182c.416.42 1.001.666 1.592.668.592.002 1.18-.24 1.599-.66a2.275 2.275 0 0 0 .659-1.598 2.275 2.275 0 0 0-.668-1.592ZM8.457 3.75l.793.793L10.293 3.5 9.5 2.707 8.457 3.75Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3105352164a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const n_={render:a_},o_=Object.freeze(Object.defineProperty({__proto__:null,default:n_},Symbol.toStringTag,{value:"Module"}));var r_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--keyboard",attrs:{"aria-hidden":"true",role:"img","data-name":"Keyboard",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2ZM.5 3A1.5 1.5 0 0 1 2 1.5h8A1.5 1.5 0 0 1 11.5 3v6a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 9V3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 4a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H9a.5.5 0 0 1-.5-.5Zm-5 2a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h.001a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM3 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 3 8Z","clip-rule":"evenodd"}})])};const s_={render:r_},i_=Object.freeze(Object.defineProperty({__proto__:null,default:s_},Symbol.toStringTag,{value:"Module"}));var d_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--keypad",attrs:{"aria-hidden":"true",role:"img","data-name":"Keypad",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.25 3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM5 3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-5.5 2.75a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM2.25 9a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM5 9a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm2.75 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])};const l_={render:d_},f_=Object.freeze(Object.defineProperty({__proto__:null,default:l_},Symbol.toStringTag,{value:"Module"}));var u_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--languages",attrs:{"aria-hidden":"true",role:"img","data-name":"Languages",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon377355410a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M2.146 3.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 1 1-.708.708l-3-3a.5.5 0 0 1 0-.708Z"}}),t("path",{attrs:{d:"M6.277 2.084a.5.5 0 0 1 .139.693l-1 1.5a.5.5 0 0 1-.062.077l-3 3a.5.5 0 1 1-.708-.708l2.965-2.965.973-1.458a.5.5 0 0 1 .693-.139Z"}}),t("path",{attrs:{d:"M.5 2.5A.5.5 0 0 1 1 2h6a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5ZM3 1a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1h-.5A.5.5 0 0 1 3 1Zm5.5 4.5a.5.5 0 0 1 .447.276l2.5 5a.5.5 0 1 1-.894.448L8.5 7.118l-2.053 4.106a.5.5 0 1 1-.894-.448l2.5-5A.5.5 0 0 1 8.5 5.5Z"}}),t("path",{attrs:{d:"M6.5 9a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon377355410a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const __={render:u_},c_=Object.freeze(Object.defineProperty({__proto__:null,default:__},Symbol.toStringTag,{value:"Module"}));var m_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--laptop-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Laptop 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 2.5A1.5 1.5 0 0 1 2 1h8a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 9H2A1.5 1.5 0 0 1 .5 7.5v-5ZM2 2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 8h8a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 2H2ZM.5 10.5A.5.5 0 0 1 1 10h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const h_={render:m_},g_=Object.freeze(Object.defineProperty({__proto__:null,default:h_},Symbol.toStringTag,{value:"Module"}));var p_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--large-self-view",attrs:{"aria-hidden":"true",role:"img","data-name":"Large Self View",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 3.5A1.5 1.5 0 0 1 2.5 2h7A1.5 1.5 0 0 1 11 3.5v5A1.5 1.5 0 0 1 9.5 10h-7A1.5 1.5 0 0 1 1 8.5v-5ZM2.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-7Z","clip-rule":"evenodd"}})])};const k_={render:p_},w_=Object.freeze(Object.defineProperty({__proto__:null,default:k_},Symbol.toStringTag,{value:"Module"}));var v_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--layout-dashboard",attrs:{"aria-hidden":"true",role:"img","data-name":"Layout Dashboard",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-.5.5H1.5A.5.5 0 0 1 1 6V1.5ZM2 2v3.5h2.5V2H2Zm4.5-.5A.5.5 0 0 1 7 1h3.5a.5.5 0 0 1 .5.5V4a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V1.5Zm1 .5v1.5H10V2H7.5Zm-1 4a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V6Zm1 .5V10H10V6.5H7.5ZM1 8a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 .5.5v2.5a.5.5 0 0 1-.5.5H1.5a.5.5 0 0 1-.5-.5V8Zm1 .5V10h2.5V8.5H2Z","clip-rule":"evenodd"}})])};const y_={render:v_},b_=Object.freeze(Object.defineProperty({__proto__:null,default:y_},Symbol.toStringTag,{value:"Module"}));var D_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--layout-filmstrip",attrs:{"aria-hidden":"true",role:"img","data-name":"Layout Filmstrip",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 10a.5.5 0 0 1-.5-.5V5h8v4.5a.5.5 0 0 1-.5.5h-7Zm8.5-.5A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7ZM10 4H8V2h1.5a.5.5 0 0 1 .5.5V4ZM7 2v2H5V2h2ZM4 2v2H2V2.5a.5.5 0 0 1 .5-.5H4Z","clip-rule":"evenodd"}})])};const M_={render:D_},Z_=Object.freeze(Object.defineProperty({__proto__:null,default:M_},Symbol.toStringTag,{value:"Module"}));var C_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--layout-grid",attrs:{"aria-hidden":"true",role:"img","data-name":"Layout Grid",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-.5.5H1.5A.5.5 0 0 1 1 5V1.5ZM2 2v2.5h2.5V2H2Zm4.5-.5A.5.5 0 0 1 7 1h3.5a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V1.5Zm1 .5v2.5H10V2H7.5Zm-1 5a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5V7Zm1 .5V10H10V7.5H7.5ZM1 7a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-.5.5H1.5a.5.5 0 0 1-.5-.5V7Zm1 .5V10h2.5V7.5H2Z","clip-rule":"evenodd"}})])};const x_={render:C_},j_=Object.freeze(Object.defineProperty({__proto__:null,default:x_},Symbol.toStringTag,{value:"Module"}));var $_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--layout-template",attrs:{"aria-hidden":"true",role:"img","data-name":"Layout Template",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-.5.5h-9A.5.5 0 0 1 1 5V1.5ZM2 2v2.5h8V2H2Zm5.5 5a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5V7Zm1 .5V10H10V7.5H8.5ZM1 7a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-.5.5H1.5a.5.5 0 0 1-.5-.5V7Zm1 .5V10h3.5V7.5H2Z","clip-rule":"evenodd"}})])};const A_={render:$_},S_=Object.freeze(Object.defineProperty({__proto__:null,default:A_},Symbol.toStringTag,{value:"Module"}));var O_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--layout",attrs:{"aria-hidden":"true",role:"img","data-name":"Layout",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 4.5a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 4a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const E_={render:O_},F_=Object.freeze(Object.defineProperty({__proto__:null,default:E_},Symbol.toStringTag,{value:"Module"}));var H_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--library",attrs:{"aria-hidden":"true",role:"img","data-name":"Library",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 1.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Zm5.863 1.02a.5.5 0 0 1 .618.343l2 7a.5.5 0 0 1-.962.274l-2-7a.5.5 0 0 1 .344-.618ZM6 2.5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Zm-2 1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const z_={render:H_},B_=Object.freeze(Object.defineProperty({__proto__:null,default:z_},Symbol.toStringTag,{value:"Module"}));var V_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--life-buoy",attrs:{"aria-hidden":"true",role:"img","data-name":"Life Buoy",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2266365401a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 6a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Z"}}),t("path",{attrs:{d:"M2.111 2.111a.5.5 0 0 1 .708 0l2.12 2.12a.5.5 0 0 1-.708.708l-2.12-2.12a.5.5 0 0 1 0-.708Zm4.95 4.95a.5.5 0 0 1 .708 0l2.12 2.12a.5.5 0 0 1-.708.708l-2.12-2.12a.5.5 0 0 1 0-.708Zm2.828-4.95a.5.5 0 0 1 0 .708l-2.12 2.12a.5.5 0 1 1-.708-.708l2.12-2.12a.5.5 0 0 1 .708 0Z"}}),t("path",{attrs:{d:"M9.534 2.466a.5.5 0 0 1 0 .708L7.769 4.939a.5.5 0 1 1-.708-.708l1.765-1.765a.5.5 0 0 1 .708 0ZM4.939 7.061a.5.5 0 0 1 0 .708l-2.12 2.12a.5.5 0 1 1-.708-.708l2.12-2.12a.5.5 0 0 1 .708 0Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2266365401a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const P_={render:V_},T_=Object.freeze(Object.defineProperty({__proto__:null,default:P_},Symbol.toStringTag,{value:"Module"}));var L_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--lightbulb-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Lightbulb Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1087624278a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.647.647a.5.5 0 0 1 .707 0l10 10a.5.5 0 1 1-.707.707L3.51 4.217c.032.349.163.746.587 1.173.435.401.733.931.849 1.513a.5.5 0 0 1-.981.195 1.805 1.805 0 0 0-.568-.994C2.647 5.354 2.5 4.6 2.5 4c0-.195.017-.39.05-.583a.501.501 0 0 1 .037-.123l-1.94-1.94a.5.5 0 0 1 0-.707ZM6 1.5a2.5 2.5 0 0 0-1.25.335.5.5 0 0 1-.5-.866A3.5 3.5 0 0 1 9.5 3.996c.01.66-.21 1.304-.626 1.818a.5.5 0 1 1-.778-.628A1.82 1.82 0 0 0 8.5 4.009V4A2.5 2.5 0 0 0 6 1.5ZM4 9a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3A.5.5 0 0 1 4 9Zm1 2.5a.5.5 0 0 1 0-1h2a.5.5 0 1 1 0 1H5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1087624278a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const I_={render:L_},U_=Object.freeze(Object.defineProperty({__proto__:null,default:I_},Symbol.toStringTag,{value:"Module"}));var q_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--lightbulb",attrs:{"aria-hidden":"true",role:"img","data-name":"Lightbulb",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon264234100a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.525 1.525A3.5 3.5 0 0 1 9.5 3.996a2.825 2.825 0 0 1-.903 2.115c-.325.326-.493.617-.56.98a.5.5 0 1 1-.984-.181c.113-.615.413-1.082.844-1.513A1.825 1.825 0 0 0 8.5 4.009V4a2.5 2.5 0 1 0-5 0c0 .398.081.872.596 1.39.435.401.732.931.849 1.513a.5.5 0 0 1-.981.195 1.805 1.805 0 0 0-.568-.994C2.647 5.354 2.5 4.6 2.5 4a3.5 3.5 0 0 1 1.025-2.475ZM4 9a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3A.5.5 0 0 1 4 9Zm.5 2a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon264234100a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const N_={render:q_},R_=Object.freeze(Object.defineProperty({__proto__:null,default:N_},Symbol.toStringTag,{value:"Module"}));var G_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--lightning-bolt",attrs:{"aria-hidden":"true",role:"img","data-name":"Lightning Bolt",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.7.541a.5.5 0 0 1 .296.521L6.566 4.5H10.5a.5.5 0 0 1 .384.82l-5 6a.5.5 0 0 1-.88-.382l.43-3.438H1.5a.5.5 0 0 1-.384-.82l5-6a.5.5 0 0 1 .583-.14ZM2.567 6.5H6a.5.5 0 0 1 .496.562L6.208 9.37 9.432 5.5H6a.5.5 0 0 1-.496-.562l.288-2.308L2.568 6.5Z","clip-rule":"evenodd"}})])};const K_={render:G_},J_=Object.freeze(Object.defineProperty({__proto__:null,default:K_},Symbol.toStringTag,{value:"Module"}));var W_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--line-chart",attrs:{"aria-hidden":"true",role:"img","data-name":"Line Chart",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1a.5.5 0 0 1 .5.5V10h8.5a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5Zm7.646 3.146a.5.5 0 1 1 .708.708l-2.5 2.5a.5.5 0 0 1-.708 0L5 5.707 3.854 6.854a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0L7 6.293l2.146-2.147Z","clip-rule":"evenodd"}})])};const Y_={render:W_},X_=Object.freeze(Object.defineProperty({__proto__:null,default:Y_},Symbol.toStringTag,{value:"Module"}));var Q_=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--line-messenger",attrs:{"aria-hidden":"true",role:"img","data-name":"Line Messenger",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("g",{attrs:{"clip-rule":"evenodd","fill-rule":"evenodd"}},[t("path",{attrs:{d:"M6.093 2h11.814A4.105 4.105 0 0 1 22 6.093v11.814A4.105 4.105 0 0 1 17.907 22H6.093A4.105 4.105 0 0 1 2 17.907V6.093A4.105 4.105 0 0 1 6.093 2z",fill:"#3ace01"}}),t("path",{attrs:{d:"M11.98 5.313c4.053 0 7.338 2.63 7.338 5.876 0 1.133-.401 2.191-1.095 3.089-.035.05-.08.107-.136.17l-.004.004a6.53 6.53 0 0 1-.798.797c-2.03 1.875-5.37 4.108-5.81 3.763-.383-.299.63-1.764-.54-2.007a9.542 9.542 0 0 1-.243-.031h-.002c-3.437-.489-6.047-2.893-6.047-5.785 0-3.245 3.285-5.876 7.338-5.876z",fill:"#fff"}}),t("path",{attrs:{d:"M7.723 13.063h1.48c.21 0 .383-.173.383-.383v-.032a.384.384 0 0 0-.383-.383H8.138V9.842a.384.384 0 0 0-.383-.383h-.032a.384.384 0 0 0-.382.383v2.838c0 .21.172.383.382.383zm9.17-1.78v-.031a.384.384 0 0 0-.383-.383h-1.065v-.606h1.065a.384.384 0 0 0 .383-.383v-.032a.384.384 0 0 0-.383-.382h-1.48a.384.384 0 0 0-.382.382v2.839c0 .21.172.382.383.382h1.48c.21 0 .382-.172.382-.382v-.032a.384.384 0 0 0-.383-.383h-1.065v-.606h1.065a.383.383 0 0 0 .383-.382zm-2.846 1.666a.382.382 0 0 0 .111-.269V9.842a.384.384 0 0 0-.383-.383h-.032a.384.384 0 0 0-.382.383v1.666l-1.384-1.855a.383.383 0 0 0-.332-.194h-.032a.384.384 0 0 0-.382.383v2.838c0 .21.172.383.382.383h.032c.21 0 .383-.173.383-.383v-1.697l1.393 1.903a.388.388 0 0 0 .028.038c.038.052.09.088.15.11a.38.38 0 0 0 .144.029h.032a.38.38 0 0 0 .18-.045.27.27 0 0 0 .092-.07zm-3.77.114h.032c.21 0 .383-.173.383-.383V9.842a.384.384 0 0 0-.383-.383h-.032a.384.384 0 0 0-.382.383v2.838c0 .21.172.383.382.383z",fill:"#3ace01"}})])])};const ec={render:Q_},tc=Object.freeze(Object.defineProperty({__proto__:null,default:ec},Symbol.toStringTag,{value:"Module"}));var ac=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--link-2-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Link 2 Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon386864110a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M3.5 4a2 2 0 1 0 0 4h1a.5.5 0 0 1 0 1h-1a3 3 0 1 1 0-6 .5.5 0 0 1 0 1ZM7 3.5a.5.5 0 0 1 .5-.5h1a3 3 0 0 1 2.4 4.8.5.5 0 0 1-.8-.6A2 2 0 0 0 8.5 4h-1a.5.5 0 0 1-.5-.5Z"}}),t("path",{attrs:{d:"M3.5 6a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z"}}),t("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon386864110a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const nc={render:ac},oc=Object.freeze(Object.defineProperty({__proto__:null,default:nc},Symbol.toStringTag,{value:"Module"}));var rc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--link-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Link 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 4a2 2 0 1 0 0 4h1a.5.5 0 0 1 0 1h-1a3 3 0 1 1 0-6h1a.5.5 0 0 1 0 1h-1ZM7 3.5a.5.5 0 0 1 .5-.5h1a3 3 0 1 1 0 6h-1a.5.5 0 0 1 0-1h1a2 2 0 1 0 0-4h-1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 6a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const sc={render:rc},ic=Object.freeze(Object.defineProperty({__proto__:null,default:sc},Symbol.toStringTag,{value:"Module"}));var dc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--linkedin",attrs:{"aria-hidden":"true",role:"img","data-name":"Linkedin",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20.52 2H3.476C2.662 2 2 2.646 2 3.441v17.116C2 21.354 2.662 22 3.476 22H20.52c.816 0 1.481-.646 1.481-1.443V3.441C22 2.646 21.335 2 20.52 2",fill:"#006087"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.449 4.755a1.72 1.72 0 1 1-.004 3.441 1.72 1.72 0 0 1 .004-3.441ZM4.965 19.05h2.967V9.5H4.965v9.549ZM9.792 9.5h2.845v1.306h.04c.396-.751 1.364-1.542 2.807-1.542 3.004 0 3.558 1.977 3.558 4.548v5.238h-2.964v-4.644c0-1.107-.02-2.532-1.541-2.532-1.544 0-1.78 1.207-1.78 2.452v4.724H9.791V9.5Z",fill:"#FFFFFE"}})])};const lc={render:dc},fc=Object.freeze(Object.defineProperty({__proto__:null,default:lc},Symbol.toStringTag,{value:"Module"}));var uc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--list-add",attrs:{"aria-hidden":"true",role:"img","data-name":"List Add",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 3a.5.5 0 0 1 .5-.5H8a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 3Zm8 1a.5.5 0 0 1 .5.5v1h1a.5.5 0 1 1 0 1h-1v1a.5.5 0 1 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1A.5.5 0 0 1 9 4ZM1 6a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1h-4A.5.5 0 0 1 1 6Zm0 3a.5.5 0 0 1 .5-.5H8a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 9Z","clip-rule":"evenodd"}})])};const _c={render:uc},cc=Object.freeze(Object.defineProperty({__proto__:null,default:_c},Symbol.toStringTag,{value:"Module"}));var mc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--list-bullet",attrs:{"aria-hidden":"true",role:"img","data-name":"List Bullet",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 3a.5.5 0 0 1 .5-.5h6.5a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h6.5a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h6.5a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5ZM1 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 3Zm0 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 6Zm0 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 9Z","clip-rule":"evenodd"}})])};const hc={render:mc},gc=Object.freeze(Object.defineProperty({__proto__:null,default:hc},Symbol.toStringTag,{value:"Module"}));var pc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--list-checks",attrs:{"aria-hidden":"true",role:"img","data-name":"List Checks",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM2.646 2.146a.5.5 0 1 1 .708.708l-1 1a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 2.793l.646-.647Zm0 3a.5.5 0 1 1 .708.708l-1 1a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 5.793l.646-.647Zm0 3a.5.5 0 1 1 .708.708l-1 1a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 8.793l.646-.647Z","clip-rule":"evenodd"}})])};const kc={render:pc},wc=Object.freeze(Object.defineProperty({__proto__:null,default:kc},Symbol.toStringTag,{value:"Module"}));var vc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--list-ordered",attrs:{"aria-hidden":"true",role:"img","data-name":"List Ordered",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.5 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h5.5a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Z",fill:"currentColor"}}),t("path",{attrs:{d:"M2.5 4.25h-.392V2.258l-.608.235v-.362l.976-.381H2.5v2.5Zm.5 3H1.543v-.281l.707-.874c.059-.074.108-.139.148-.197.04-.058.072-.112.097-.16a.655.655 0 0 0 .05-.136.52.52 0 0 0-.005-.286.345.345 0 0 0-.066-.122.307.307 0 0 0-.239-.109.413.413 0 0 0-.165.03.307.307 0 0 0-.116.087.4.4 0 0 0-.072.144.688.688 0 0 0-.024.19H1.5c0-.107.018-.208.052-.303a.747.747 0 0 1 .15-.25.695.695 0 0 1 .54-.233.73.73 0 0 1 .286.053.6.6 0 0 1 .213.145.63.63 0 0 1 .13.224.862.862 0 0 1-.081.726 1.87 1.87 0 0 1-.142.215 5.37 5.37 0 0 1-.176.224l-.483.586H3v.327ZM1.985 8.82h.222c.066 0 .124-.01.173-.029a.325.325 0 0 0 .191-.199.483.483 0 0 0 .002-.306.316.316 0 0 0-.066-.117.293.293 0 0 0-.11-.07.417.417 0 0 0-.15-.025.39.39 0 0 0-.14.025.328.328 0 0 0-.212.32h-.372a.65.65 0 0 1 .431-.619.908.908 0 0 1 .581-.005.61.61 0 0 1 .23.13.6.6 0 0 1 .148.218.785.785 0 0 1 .053.299.572.572 0 0 1-.189.424.596.596 0 0 1-.149.102.543.543 0 0 1 .352.391.74.74 0 0 1 .02.177c0 .114-.02.215-.059.305a.63.63 0 0 1-.158.222.7.7 0 0 1-.241.14.925.925 0 0 1-.3.047.91.91 0 0 1-.28-.043.652.652 0 0 1-.401-.344.697.697 0 0 1-.06-.3h.37c0 .054.008.103.026.149a.348.348 0 0 0 .197.189.484.484 0 0 0 .315.002.318.318 0 0 0 .195-.2.494.494 0 0 0 .026-.167c0-.07-.01-.13-.03-.18a.325.325 0 0 0-.085-.125.357.357 0 0 0-.135-.072.562.562 0 0 0-.173-.025h-.222V8.82Z",fill:"currentColor"}})])};const yc={render:vc},bc=Object.freeze(Object.defineProperty({__proto__:null,default:yc},Symbol.toStringTag,{value:"Module"}));var Dc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--listen",attrs:{"aria-hidden":"true",role:"img","data-name":"Listen",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 2a2.5 2.5 0 0 0-2.49 2.27.5.5 0 1 1-.995-.09 3.5 3.5 0 0 1 6.985.32c0 1.01-.393 1.801-.792 2.346a4.922 4.922 0 0 1-.765.827l-.064.055-.017.015c-.096.095-.247.201-.352.275l-.025.017c-.14.1-.223.16-.255.191l-.104.101-.033.032a5.368 5.368 0 0 0-.144.142 1.201 1.201 0 0 0-.186.23 2.788 2.788 0 0 0-.131.432 11.858 11.858 0 0 0-.099.437 1.7 1.7 0 0 1-.421.782C7.79 10.726 7.275 11 6.5 11c-.462 0-.842-.117-1.144-.318a1.816 1.816 0 0 1-.615-.708 2.343 2.343 0 0 1-.24-.94v-.032C4.5 9 4.5 9 5 9h-.5a.5.5 0 0 1 1-.003v.002-.002.032c.003.028.007.07.016.123.018.108.053.244.118.375a.817.817 0 0 0 .275.323c.12.08.303.15.59.15.515 0 .76-.172.882-.302a.762.762 0 0 0 .137-.205.485.485 0 0 0 .036-.098l.004-.02c.015-.071.053-.255.102-.452.048-.196.123-.478.214-.653a2.15 2.15 0 0 1 .355-.464 9.643 9.643 0 0 1 .293-.287c.102-.102.261-.214.37-.29l.018-.012.004-.003.164-.118a1.579 1.579 0 0 0 .074-.058l.006-.005c.02-.02.051-.048.09-.083.332-.295 1.251-1.113 1.251-2.45A2.5 2.5 0 0 0 8 2ZM3.662 4.338a.5.5 0 0 1 0 .708L2.707 6h2.41a.5.5 0 1 1 0 1h-2.41l.955.955a.5.5 0 1 1-.707.707L1.147 6.854a.5.5 0 0 1 0-.707l1.808-1.809a.5.5 0 0 1 .707 0Z","clip-rule":"evenodd"}})])};const Mc={render:Dc},Zc=Object.freeze(Object.defineProperty({__proto__:null,default:Mc},Symbol.toStringTag,{value:"Module"}));var Cc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--listening",attrs:{"aria-hidden":"true",role:"img","data-name":"Listening",viewBox:"0 0 11 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.25 1.5A2.75 2.75 0 0 0 4.5 4.25a.5.5 0 0 1-1 0 3.75 3.75 0 0 1 7.5 0c0 .841-.212 1.495-.544 2.03-.325.523-.752.91-1.136 1.23l-.249.204c-.29.237-.53.433-.723.658-.223.26-.348.524-.348.878a2.25 2.25 0 1 1-4.5 0 .5.5 0 0 1 1 0 1.25 1.25 0 1 0 2.5 0c0-.646.25-1.132.59-1.529.256-.299.585-.567.884-.811.07-.058.14-.114.206-.17.366-.304.69-.606.926-.988.231-.372.394-.843.394-1.502A2.75 2.75 0 0 0 7.25 1.5ZM6.013 3.013A1.75 1.75 0 0 1 9 4.25a.5.5 0 0 1-1 0 .75.75 0 0 0-1.5 0v.086a1.5 1.5 0 0 1 .56.353.5.5 0 0 1-.706.707A.5.5 0 0 0 6 5.25a.5.5 0 0 1-.5-.5v-.5c0-.464.184-.91.513-1.237ZM.5 6.75a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm2 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm2 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Z",fill:"currentColor"}})])};const xc={render:Cc},jc=Object.freeze(Object.defineProperty({__proto__:null,default:xc},Symbol.toStringTag,{value:"Module"}));var $c=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--live-queue",attrs:{"aria-hidden":"true",role:"img","data-name":"Live Queue",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.146 1.646a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1 0 .708l-1 1a.5.5 0 1 1-.708-.708l.147-.146H2a.5.5 0 0 1 0-1h1.293l-.147-.146a.5.5 0 0 1 0-.708ZM10 3.5H6.5a.5.5 0 0 1 0-1H10a.5.5 0 0 1 0 1ZM1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Ac={render:$c},Sc=Object.freeze(Object.defineProperty({__proto__:null,default:Ac},Symbol.toStringTag,{value:"Module"}));var Oc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--living-thing",attrs:{"aria-hidden":"true",role:"img","data-name":"Living Thing",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon13013649a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"m2.125 1.802 1.47.616c.582.245 1.2.228 1.735.138a4.03 4.03 0 0 1 1.34 0c.535.09 1.154.106 1.736-.138l1.37-.574-.298 1.19c-.172.693-.01 1.38.223 1.946a4 4 0 1 1-7.478.2c.153-.437.264-.948.185-1.48l-.283-1.898Zm-.99.147A1 1 0 0 1 2.51.879l1.472.617c.334.14.737.149 1.182.074a5.03 5.03 0 0 1 1.673 0c.445.075.847.067 1.182-.074l1.37-.575h.002a1 1 0 0 1 1.355 1.164l-.297 1.191c-.1.399-.018.85.177 1.323a5 5 0 1 1-9.347.251c.126-.362.186-.697.14-1.003L1.136 1.95ZM3.9 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.4a.5.5 0 0 1-.5-.5Zm3.1 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H7.5a.5.5 0 0 1-.5-.5Zm-2 2a.625.625 0 0 1 .5-1h1c.515 0 .81.588.5 1l-.5.667a.625.625 0 0 1-1 0L5 6.5Zm1 2.333.221.133a2 2 0 0 0 2.058 0l.062-.037a.5.5 0 1 0-.515-.858l-.061.037a1 1 0 0 1-1.03 0l-.413-.248a.625.625 0 0 0-.643 0l-.414.248a1 1 0 0 1-1.03 0l-.061-.037a.5.5 0 0 0-.515.858l.062.037a2 2 0 0 0 2.058 0L6 8.833Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon13013649a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ec={render:Oc},Fc=Object.freeze(Object.defineProperty({__proto__:null,default:Ec},Symbol.toStringTag,{value:"Module"}));var Hc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--loading",attrs:{"aria-hidden":"true",role:"img","data-name":"Loading",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2601089301a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5A4.5 4.5 0 1 0 10.5 6a.5.5 0 0 1 1 0A5.5 5.5 0 1 1 6 .5a.5.5 0 0 1 0 1Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2601089301a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const zc={render:Hc},Bc=Object.freeze(Object.defineProperty({__proto__:null,default:zc},Symbol.toStringTag,{value:"Module"}));var Vc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--lock-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Lock Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2724617563a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.542 2.042A2.063 2.063 0 0 1 8.062 3.5v1.562H3.939V3.5c0-.547.217-1.072.604-1.458Zm-1.48 3.02V3.5a2.937 2.937 0 0 1 5.876 0v1.562H9.5c.794 0 1.438.644 1.438 1.438V10c0 .794-.644 1.438-1.438 1.438h-7A1.438 1.438 0 0 1 1.063 10V6.5c0-.794.643-1.437 1.437-1.437h.563Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2724617563a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Pc={render:Vc},Tc=Object.freeze(Object.defineProperty({__proto__:null,default:Pc},Symbol.toStringTag,{value:"Module"}));var Lc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--lock",attrs:{"aria-hidden":"true",role:"img","data-name":"Lock",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon716942168a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M2.5 6a.5.5 0 0 0-.5.5V10a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V6.5a.5.5 0 0 0-.5-.5h-7ZM1 6.5A1.5 1.5 0 0 1 2.5 5h7A1.5 1.5 0 0 1 11 6.5V10a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V6.5Z"}}),t("path",{attrs:{d:"M6 1.5a2 2 0 0 0-2 2v2a.5.5 0 1 1-1 0v-2a3 3 0 1 1 6 0v2a.5.5 0 1 1-1 0v-2a2 2 0 0 0-2-2Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon716942168a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ic={render:Lc},Uc=Object.freeze(Object.defineProperty({__proto__:null,default:Ic},Symbol.toStringTag,{value:"Module"}));var qc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--log-in",attrs:{"aria-hidden":"true",role:"img","data-name":"Log In",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 1.5a.5.5 0 0 1 .5-.5h2A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1-.5-.5ZM4.646 3.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L6.293 6.5H1.5a.5.5 0 0 1 0-1h4.793L4.646 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const Nc={render:qc},Rc=Object.freeze(Object.defineProperty({__proto__:null,default:Nc},Symbol.toStringTag,{value:"Module"}));var Gc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--log-out",attrs:{"aria-hidden":"true",role:"img","data-name":"Log Out",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h2a.5.5 0 0 1 0 1h-2A1.5 1.5 0 0 1 1 9.5v-7A1.5 1.5 0 0 1 2.5 1h2a.5.5 0 0 1 0 1h-2Zm5.146 1.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L9.293 6.5H4.5a.5.5 0 0 1 0-1h4.793L7.646 3.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const Kc={render:Gc},Jc=Object.freeze(Object.defineProperty({__proto__:null,default:Kc},Symbol.toStringTag,{value:"Module"}));var Wc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--maestro",attrs:{"aria-hidden":"true",role:"img","data-name":"Maestro",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),t("path",{attrs:{d:"M13.358 11.733c0 2.615-2.095 4.734-4.679 4.734S4 14.347 4 11.734C4 9.118 6.095 7 8.68 7c2.583 0 4.678 2.12 4.678 4.733Z",fill:"#ED0006"}}),t("path",{attrs:{d:"M19.429 11.733c0 2.615-2.095 4.734-4.68 4.734-2.584 0-4.679-2.12-4.679-4.733C10.07 9.118 12.165 7 14.75 7c2.584 0 4.679 2.12 4.679 4.733Z",fill:"#0099DF"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.714 8.13a4.745 4.745 0 0 1 1.644 3.603 4.745 4.745 0 0 1-1.644 3.603 4.745 4.745 0 0 1-1.644-3.603c0-1.442.638-2.734 1.644-3.602Z",fill:"#6C6BBD"}})])};const Yc={render:Wc},Xc=Object.freeze(Object.defineProperty({__proto__:null,default:Yc},Symbol.toStringTag,{value:"Module"}));var Qc=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--mail-open",attrs:{"aria-hidden":"true",role:"img","data-name":"Mail Open",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.5 1.5a.5.5 0 0 0-.3.1l-4 3a.5.5 0 0 0-.14.163l4.192 2.664a.47.47 0 0 0 .496 0h.002l4.19-2.663a.516.516 0 0 0-.141-.165h-.002L6.8 1.6a.5.5 0 0 0-.3-.1ZM11 5.91 7.28 8.274a1.47 1.47 0 0 1-1.56 0l-.003-.002L2 5.91V10a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5V5.91ZM5.6.8a1.5 1.5 0 0 1 1.8 0l4.002 3.002c.372.282.598.723.598 1.198v5a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 1 10V5a1.5 1.5 0 0 1 .6-1.2l4-3Z","clip-rule":"evenodd"}})])};const em={render:Qc},tm=Object.freeze(Object.defineProperty({__proto__:null,default:em},Symbol.toStringTag,{value:"Module"}));var am=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--mail",attrs:{"aria-hidden":"true",role:"img","data-name":"Mail",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2.5A.5.5 0 0 0 2 3v.225l4.252 2.702a.47.47 0 0 0 .496 0h.002L11 3.224V3a.5.5 0 0 0-.5-.5h-8Zm9.5.992V3a1.5 1.5 0 0 0-1.5-1.5h-8A1.5 1.5 0 0 0 1 3v6a1.5 1.5 0 0 0 1.5 1.5h8A1.5 1.5 0 0 0 12 9V3.492Zm-1 .918L7.28 6.774a1.47 1.47 0 0 1-1.56 0l-.003-.002L2 4.41V9a.5.5 0 0 0 .5.5h8A.5.5 0 0 0 11 9V4.41Z","clip-rule":"evenodd"}})])};const nm={render:am},om=Object.freeze(Object.defineProperty({__proto__:null,default:nm},Symbol.toStringTag,{value:"Module"}));var rm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--mails",attrs:{"aria-hidden":"true",role:"img","data-name":"Mails",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2.5A.5.5 0 0 0 4 3v.2l3.283 1.748a.458.458 0 0 0 .433 0L11 3.2V3a.5.5 0 0 0-.5-.5h-6Zm7.5.99V3a1.5 1.5 0 0 0-1.5-1.5h-6A1.5 1.5 0 0 0 3 3v4.5A1.5 1.5 0 0 0 4.5 9h6A1.5 1.5 0 0 0 12 7.5V3.49Zm-1 .843-2.817 1.5a1.46 1.46 0 0 1-1.366 0l-.002-.002L4 4.333V7.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V4.333ZM1.5 3.5A.5.5 0 0 1 2 4v5.5c0 .274.226.5.5.5h7a.5.5 0 0 1 0 1h-7C1.674 11 1 10.326 1 9.5V4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const sm={render:rm},im=Object.freeze(Object.defineProperty({__proto__:null,default:sm},Symbol.toStringTag,{value:"Module"}));var dm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--map-pin",attrs:{"aria-hidden":"true",role:"img","data-name":"Map Pin",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5A3.5 3.5 0 0 0 2.5 5c0 1.302.885 2.68 1.874 3.793A15.182 15.182 0 0 0 6 10.36a15.182 15.182 0 0 0 1.626-1.567C8.615 7.68 9.5 6.303 9.5 5A3.5 3.5 0 0 0 6 1.5ZM6 11l-.3.4-.001-.001-.003-.002-.01-.008-.037-.028a14.688 14.688 0 0 1-.603-.5 16.177 16.177 0 0 1-1.42-1.404C2.615 8.32 1.5 6.697 1.5 5a4.5 4.5 0 0 1 9 0c0 1.698-1.115 3.32-2.126 4.457a16.177 16.177 0 0 1-2.023 1.904l-.036.028-.01.008-.004.002S6.3 11.4 6 11Zm0 0 .3.4a.5.5 0 0 1-.6 0L6 11Zm0-7a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z","clip-rule":"evenodd"}})])};const lm={render:dm},fm=Object.freeze(Object.defineProperty({__proto__:null,default:lm},Symbol.toStringTag,{value:"Module"}));var um=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--map",attrs:{"aria-hidden":"true",role:"img","data-name":"Map",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.763 1.075A.5.5 0 0 1 11 1.5V9a.5.5 0 0 1-.276.447l-3 1.5a.5.5 0 0 1-.448 0L4.5 9.56l-2.776 1.388A.5.5 0 0 1 1 10.5V3a.5.5 0 0 1 .276-.447l3-1.5a.5.5 0 0 1 .448 0L7.5 2.44l2.776-1.388a.5.5 0 0 1 .487.022ZM7 3.309l-2-1v6.382l2 1V3.309Zm1 6.382 2-1V2.309l-2 1v6.382Zm-4-1V2.309l-2 1v6.382l2-1Z","clip-rule":"evenodd"}})])};const _m={render:um},cm=Object.freeze(Object.defineProperty({__proto__:null,default:_m},Symbol.toStringTag,{value:"Module"}));var mm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--mastercard",attrs:{"aria-hidden":"true",role:"img","data-name":"Mastercard",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 15.694a4.867 4.867 0 0 1-3.148 1.145C6.172 16.84 4 14.693 4 12.045 4 9.397 6.173 7.25 8.852 7.25c1.201 0 2.3.431 3.148 1.145a4.868 4.868 0 0 1 3.148-1.145c2.68 0 4.852 2.147 4.852 4.795s-2.172 4.794-4.852 4.794c-1.201 0-2.3-.43-3.148-1.145Z",fill:"#ED0006"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 15.694a4.761 4.761 0 0 0 1.705-3.65c0-1.46-.662-2.77-1.705-3.649a4.868 4.868 0 0 1 3.148-1.145c2.68 0 4.852 2.147 4.852 4.795s-2.172 4.794-4.852 4.794c-1.201 0-2.3-.43-3.148-1.145Z",fill:"#F9A000"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 15.694a4.761 4.761 0 0 0 1.705-3.65c0-1.46-.662-2.77-1.705-3.649a4.761 4.761 0 0 0-1.705 3.65c0 1.461.662 2.77 1.705 3.649Z",fill:"#FF5E00"}})])};const hm={render:mm},gm=Object.freeze(Object.defineProperty({__proto__:null,default:hm},Symbol.toStringTag,{value:"Module"}));var pm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--maximize",attrs:{"aria-hidden":"true",role:"img","data-name":"Maximize",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 1.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0V2H7.5a.5.5 0 0 1-.5-.5ZM1.5 7a.5.5 0 0 1 .5.5V10h2.5a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854 1.147a.5.5 0 0 1 0 .707l-3.5 3.5a.5.5 0 0 1-.707-.707l3.5-3.5a.5.5 0 0 1 .707 0Zm-5.5 5.5a.5.5 0 0 1 0 .707l-3.5 3.5a.5.5 0 0 1-.707-.707l3.5-3.5a.5.5 0 0 1 .707 0Z","clip-rule":"evenodd"}})])};const km={render:pm},wm=Object.freeze(Object.defineProperty({__proto__:null,default:km},Symbol.toStringTag,{value:"Module"}));var vm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--megaphone-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Megaphone Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1347907651a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0L4.977 4.27a.512.512 0 0 1 .013.013l3.928 3.928a.508.508 0 0 1 .01.01l2.426 2.425a.5.5 0 0 1-.708.708L8.32 9.027l-2.048-.455a2.004 2.004 0 0 1-3.903-.867l-.976-.217A.5.5 0 0 1 1 7V5.5a.5.5 0 0 1 .366-.482l2.305-.64L.646 1.354a.5.5 0 0 1 0-.708ZM4.483 5.19 2 5.88v.719l5.003 1.11-2.52-2.52ZM3.349 7.923a1.005 1.005 0 0 0 1.94.43l-1.94-.43Zm7.454-5.321A.5.5 0 0 1 11 3v4.67a.5.5 0 0 1-1 0V3.658l-3.021.839a.5.5 0 0 1-.268-.964l3.655-1.015a.5.5 0 0 1 .437.084Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1347907651a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const ym={render:vm},bm=Object.freeze(Object.defineProperty({__proto__:null,default:ym},Symbol.toStringTag,{value:"Module"}));var Dm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--megaphone",attrs:{"aria-hidden":"true",role:"img","data-name":"Megaphone",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.803 2.602A.5.5 0 0 1 11 3v6a.5.5 0 0 1-.608.488L6.27 8.572a2.004 2.004 0 0 1-3.903-.867l-.976-.217A.5.5 0 0 1 1 7V5.5a.5.5 0 0 1 .366-.482l9-2.5a.5.5 0 0 1 .437.084ZM3.349 7.923a1.004 1.004 0 0 0 1.94.431l-1.94-.431ZM2 5.88v.72l8 1.778v-4.72L2 5.88Z","clip-rule":"evenodd"}})])};const Mm={render:Dm},Zm=Object.freeze(Object.defineProperty({__proto__:null,default:Mm},Symbol.toStringTag,{value:"Module"}));var Cm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--menu",attrs:{"aria-hidden":"true",role:"img","data-name":"Menu",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.5-.5Zm0-3a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.5-.5Zm0 6a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const xm={render:Cm},jm=Object.freeze(Object.defineProperty({__proto__:null,default:xm},Symbol.toStringTag,{value:"Module"}));var $m=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--message",attrs:{"aria-hidden":"true",role:"img","data-name":"Message",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2a.5.5 0 0 0-.5.5v6.793l1.146-1.147A.5.5 0 0 1 4 8h6a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 2H3Zm-1.06-.56A1.5 1.5 0 0 1 3 1h7a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 9H4.207l-1.853 1.854A.5.5 0 0 1 1.5 10.5v-8c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}})])};const Am={render:$m},Sm=Object.freeze(Object.defineProperty({__proto__:null,default:Am},Symbol.toStringTag,{value:"Module"}));var Om=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--messenger",attrs:{"aria-hidden":"true",role:"img","data-name":"Messenger",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 2.86c-5.281 0-9.375 3.868-9.375 9.093 0 2.733 1.12 5.095 2.944 6.726a.75.75 0 0 1 .252.535l.051 1.668a.75.75 0 0 0 1.053.663l1.86-.822a.748.748 0 0 1 .501-.037c.855.236 1.765.36 2.714.36 5.281 0 9.375-3.868 9.375-9.093S17.281 2.86 12 2.86Z",fill:"url(#dt-icon2091205728a)"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"m6.37 14.613 2.754-4.37a1.406 1.406 0 0 1 2.034-.375l2.19 1.643c.2.15.477.15.678-.002l2.958-2.245c.394-.3.91.173.646.592l-2.754 4.37a1.406 1.406 0 0 1-2.034.374l-2.19-1.642a.562.562 0 0 0-.678.002l-2.958 2.245c-.395.3-.91-.173-.646-.592Z",fill:"#fff"}}),t("defs",[t("radialGradient",{attrs:{id:"dt-icon2091205728a",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(6.234 21.51) scale(20.4299)"}},[t("stop",{attrs:{"stop-color":"#09F"}}),t("stop",{attrs:{offset:".61","stop-color":"#A033FF"}}),t("stop",{attrs:{offset:".935","stop-color":"#FF5280"}}),t("stop",{attrs:{offset:"1","stop-color":"#FF7061"}})],1)],1)])};const Em={render:Om},Fm=Object.freeze(Object.defineProperty({__proto__:null,default:Em},Symbol.toStringTag,{value:"Module"}));var Hm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--mic-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Mic Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon433600470a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0l7.5 7.5 2.5 2.5a.5.5 0 0 1-.708.708L8.481 9.188a4 4 0 0 1-1.981.832V11H8a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1h1.5v-.98A4.001 4.001 0 0 1 2 5.996V5a.5.5 0 0 1 1 0v1.007a3 3 0 0 0 4.768 2.468l-.753-.753A2 2 0 0 1 4 6V4.707L.646 1.354a.5.5 0 0 1 0-.708ZM5 5.707V6a1 1 0 0 0 1.258.965L5 5.707Zm.153-5.01A2 2 0 0 1 8 2.497V4.67a.5.5 0 0 1-1 0V2.502a1 1 0 0 0-1.893-.442.5.5 0 0 1-.894-.45 2 2 0 0 1 .94-.913ZM9.5 4.5a.5.5 0 0 1 .5.5v1.001c0 .235-.022.47-.063.702a.5.5 0 1 1-.984-.176A3.06 3.06 0 0 0 9 6V5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon433600470a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const zm={render:Hm},Bm=Object.freeze(Object.defineProperty({__proto__:null,default:zm},Symbol.toStringTag,{value:"Module"}));var Vm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--mic",attrs:{"aria-hidden":"true",role:"img","data-name":"Mic",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.586 1.086A2 2 0 0 1 8 2.5V6a2 2 0 1 1-4 0V2.5a2 2 0 0 1 .586-1.414ZM6 1.5a1 1 0 0 0-1 1V6a1 1 0 0 0 2 0V2.5a1 1 0 0 0-1-1Zm-3.5 3A.5.5 0 0 1 3 5v1a3 3 0 1 0 6 0V5a.5.5 0 0 1 1 0v1a4 4 0 0 1-3.5 3.969V11H8a.5.5 0 0 1 0 1H4a.5.5 0 0 1 0-1h1.5V9.969A4 4 0 0 1 2 6V5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Pm={render:Vm},Tm=Object.freeze(Object.defineProperty({__proto__:null,default:Pm},Symbol.toStringTag,{value:"Module"}));var Lm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--microsoft-dynamics-365",attrs:{"aria-hidden":"true",role:"img","data-name":"Microsoft Dynamics 365",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("mask",{staticStyle:{"mask-type":"alpha"},attrs:{id:"dt-icon2726094097a",maskUnits:"userSpaceOnUse",x:"4",y:"2",width:"15",height:"20"}},[t("path",{attrs:{d:"M18.583 8.328c0-.88-.553-1.666-1.382-1.962L5.114 2.049A.833.833 0 0 0 4 2.834v6.564c0 .352.221.666.553.784l5.417 1.935a.833.833 0 0 0 1.113-.785V7.563c0-.29.291-.492.564-.39l1.42.535a2.083 2.083 0 0 1 1.35 1.95v1.641l-6.12 2.236a.833.833 0 0 0-.547.783v6.559c0 .578.576.98 1.12.782l8.345-3.05a2.083 2.083 0 0 0 1.368-1.956V8.328z",fill:"#fff"}})]),t("g",{attrs:{mask:"url(#dt-icon2726094097a)"}},[t("path",{attrs:{d:"M4 1.652 18.583 6.86v7.15c0 .577-.57.98-1.113.786l-3.053-1.09v-4.05c0-.867-.538-1.644-1.35-1.95l-1.42-.533a.417.417 0 0 0-.564.39v4.952L4 9.985V1.652z",fill:"url(#dt-icon2726094097b)"}}),t("g",{attrs:{filter:"url(#dt-icon2726094097c)"}},[t("path",{attrs:{d:"M18.583 8.401c0 .875-.546 1.659-1.368 1.959L7.75 13.818v8.333l10.833-3.958V8.401z",fill:"currentColor","fill-opacity":".24"}})]),t("g",{attrs:{filter:"url(#dt-icon2726094097d)"}},[t("path",{attrs:{d:"M18.583 8.735c0 .875-.546 1.658-1.368 1.958L7.75 14.152v8.333l10.833-3.959V8.735z",fill:"currentColor","fill-opacity":".32"}})]),t("path",{attrs:{d:"M18.583 8.318c0 .875-.546 1.658-1.368 1.959L7.75 13.735v8.333l10.833-3.958V8.318z",fill:"url(#dt-icon2726094097e)"}}),t("path",{attrs:{opacity:".5",d:"M18.583 8.318c0 .875-.546 1.658-1.368 1.959L7.75 13.735v8.333l10.833-3.958V8.318z",fill:"url(#dt-icon2726094097f)"}}),t("path",{attrs:{opacity:".5",d:"m14.417 11.302-3.335 1.22v4.887c0 .29.29.492.563.39l1.423-.536a2.083 2.083 0 0 0 1.349-1.95v-4.011z",fill:"#B0ADFF"}})]),t("defs",[t("linearGradient",{attrs:{id:"dt-icon2726094097b",x1:"9.426",y1:"1.652",x2:"13.304",y2:"11.802",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#0B53CE"}}),t("stop",{attrs:{offset:"1","stop-color":"#7252AA"}})],1),t("linearGradient",{attrs:{id:"dt-icon2726094097e",x1:"14.862",y1:"21.337",x2:"14.862",y2:"9.238",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#2266E3"}}),t("stop",{attrs:{offset:"1","stop-color":"#AE7FE2"}})],1),t("linearGradient",{attrs:{id:"dt-icon2726094097f",x1:"18.583",y1:"13.69",x2:"14.433",y2:"13.69",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#94B9FF"}}),t("stop",{attrs:{offset:".288","stop-color":"#94B9FF","stop-opacity":".524"}}),t("stop",{attrs:{offset:"1","stop-color":"#538FFF","stop-opacity":"0"}})],1),t("filter",{attrs:{id:"dt-icon2726094097c",x:"6.95",y:"7.601",width:"12.433",height:"15.35",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[t("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),t("feBlend",{attrs:{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),t("feGaussianBlur",{attrs:{stdDeviation:".4",result:"effect1_foregroundBlur"}})],1),t("filter",{attrs:{id:"dt-icon2726094097d",x:"-.25",y:".735",width:"26.833",height:"29.75",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[t("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),t("feBlend",{attrs:{in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),t("feGaussianBlur",{attrs:{stdDeviation:"4",result:"effect1_foregroundBlur"}})],1)],1)])};const Im={render:Lm},Um=Object.freeze(Object.defineProperty({__proto__:null,default:Im},Symbol.toStringTag,{value:"Module"}));var qm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--microsoft-teams",attrs:{"aria-hidden":"true",role:"img","data-name":"Microsoft Teams",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2141565540a)"}},[t("path",{attrs:{d:"M15.95 9.977h5.166c.488 0 .884.395.884.883v4.706a3.248 3.248 0 0 1-3.248 3.248h-.015a3.248 3.248 0 0 1-3.249-3.248v-5.127c0-.255.207-.462.462-.462Zm3.492-.93a2.093 2.093 0 1 0 0-4.187 2.093 2.093 0 0 0 0 4.187Z",fill:"#5059C9"}}),t("path",{attrs:{d:"M12.93 9.047a3.023 3.023 0 1 0 0-6.047 3.023 3.023 0 0 0 0 6.047Zm4.031.93H8.434a.874.874 0 0 0-.853.894v5.367a5.246 5.246 0 0 0 5.117 5.367 5.246 5.246 0 0 0 5.116-5.367v-5.367a.874.874 0 0 0-.853-.894Z",fill:"#7B83EB"}}),t("path",{attrs:{opacity:".1",d:"M13.163 9.977v7.52a.856.856 0 0 1-.851.852H7.99a5.664 5.664 0 0 1-.41-2.112V10.87a.873.873 0 0 1 .852-.893h4.73Z",fill:"currentColor"}}),t("path",{attrs:{opacity:".2",d:"M12.698 9.977v7.986a.857.857 0 0 1-.851.851H8.209a6.021 6.021 0 0 1-.218-.465 5.664 5.664 0 0 1-.41-2.112V10.87a.873.873 0 0 1 .852-.893h4.265Z",fill:"currentColor"}}),t("path",{attrs:{opacity:".2",d:"M12.698 9.977v7.056a.858.858 0 0 1-.851.85h-4.02a5.665 5.665 0 0 1-.246-1.646V10.87a.873.873 0 0 1 .852-.893h4.265Z",fill:"currentColor"}}),t("path",{attrs:{opacity:".2",d:"M12.233 9.977v7.056a.858.858 0 0 1-.852.85H7.828a5.665 5.665 0 0 1-.247-1.646V10.87a.873.873 0 0 1 .852-.893h3.8Z",fill:"currentColor"}}),t("path",{attrs:{opacity:".1",d:"M13.163 7.572v1.465c-.08.005-.154.01-.233.01-.079 0-.153-.005-.232-.01a2.552 2.552 0 0 1-.465-.074 3.023 3.023 0 0 1-2.094-1.777 2.582 2.582 0 0 1-.148-.465h2.32c.47.002.85.382.852.851Z",fill:"currentColor"}}),t("path",{attrs:{opacity:".2",d:"M12.698 8.037v1a2.553 2.553 0 0 1-.465-.074 3.024 3.024 0 0 1-2.094-1.777h1.708a.853.853 0 0 1 .85.851Z",fill:"currentColor"}}),t("path",{attrs:{opacity:".2",d:"M12.698 8.037v1a2.553 2.553 0 0 1-.465-.074 3.024 3.024 0 0 1-2.094-1.777h1.708a.853.853 0 0 1 .85.851Z",fill:"currentColor"}}),t("path",{attrs:{opacity:".2",d:"M12.233 8.037v.926a3.023 3.023 0 0 1-2.094-1.777h1.242c.47.002.85.382.852.851Z",fill:"currentColor"}}),t("path",{attrs:{d:"M2.853 7.186h8.527c.47 0 .852.382.852.853v8.527c0 .47-.381.853-.852.853H2.853A.853.853 0 0 1 2 16.566V8.039c0-.471.382-.853.853-.853Z",fill:"url(#dt-icon2141565540b)"}}),t("path",{attrs:{d:"M9.36 10.432H7.655v4.641H6.57v-4.641H4.873v-.9H9.36v.9Z",fill:"#fff"}})]),t("defs",[t("linearGradient",{attrs:{id:"dt-icon2141565540b",x1:"3.778",y1:"6.52",x2:"10.455",y2:"18.085",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#5A62C3"}}),t("stop",{attrs:{offset:".5","stop-color":"#4D55BD"}}),t("stop",{attrs:{offset:"1","stop-color":"#3940AB"}})],1),t("clipPath",{attrs:{id:"dt-icon2141565540a"}},[t("path",{attrs:{fill:"#fff",transform:"translate(2 3)",d:"M0 0h20v18.605H0z"}})])],1)])};const Nm={render:qm},Rm=Object.freeze(Object.defineProperty({__proto__:null,default:Nm},Symbol.toStringTag,{value:"Module"}));var Gm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--microsoft",attrs:{"aria-hidden":"true",role:"img","data-name":"Microsoft",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M11.5 2H2v9.5h9.5V2z",fill:"#F25022"}}),t("path",{attrs:{d:"M22 2h-9.5v9.5H22V2z",fill:"#7FBA00"}}),t("path",{attrs:{d:"M11.5 12.5H2V22h9.5v-9.5z",fill:"#00A4EF"}}),t("path",{attrs:{d:"M22 12.5h-9.5V22H22v-9.5z",fill:"#FFB900"}})])};const Km={render:Gm},Jm=Object.freeze(Object.defineProperty({__proto__:null,default:Km},Symbol.toStringTag,{value:"Module"}));var Wm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--minimize-alt",attrs:{"aria-hidden":"true",role:"img","data-name":"Minimize Alt",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 9a.5.5 0 0 1 .5-.5h8a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Ym={render:Wm},Xm=Object.freeze(Object.defineProperty({__proto__:null,default:Ym},Symbol.toStringTag,{value:"Module"}));var Qm=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--minimize",attrs:{"aria-hidden":"true",role:"img","data-name":"Minimize",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 7a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0V7.5H2a.5.5 0 0 1-.5-.5ZM7 1.5a.5.5 0 0 1 .5.5v2.5H10a.5.5 0 1 1 0 1H7a.5.5 0 0 1-.5-.5V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854 1.147a.5.5 0 0 1 0 .707l-3.5 3.5a.5.5 0 0 1-.707-.707l3.5-3.5a.5.5 0 0 1 .707 0Zm-5.5 5.5a.5.5 0 0 1 0 .707l-3.5 3.5a.5.5 0 0 1-.707-.707l3.5-3.5a.5.5 0 0 1 .707 0Z","clip-rule":"evenodd"}})])};const e2={render:Qm},t2=Object.freeze(Object.defineProperty({__proto__:null,default:e2},Symbol.toStringTag,{value:"Module"}));var a2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--minus-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Minus Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1182151104a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm3 0a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1182151104a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const n2={render:a2},o2=Object.freeze(Object.defineProperty({__proto__:null,default:n2},Symbol.toStringTag,{value:"Module"}));var r2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--miro",attrs:{"aria-hidden":"true",role:"img","data-name":"Miro",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M18.774 2H5.226A3.226 3.226 0 0 0 2 5.226v13.548A3.226 3.226 0 0 0 5.226 22h13.548A3.226 3.226 0 0 0 22 18.774V5.226A3.226 3.226 0 0 0 18.774 2Z",fill:"#FFD02F"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M15.506 5.125h-1.951l1.626 2.946-3.577-2.946H9.652l1.789 3.601-3.74-3.601H5.75l1.951 4.583-1.951 9.167h1.951l3.74-9.821-1.789 9.821h1.952L15.18 8.399l-1.626 10.476h1.951l3.577-11.458-3.577-2.292Z",fill:"#050038"}})])};const s2={render:r2},i2=Object.freeze(Object.defineProperty({__proto__:null,default:s2},Symbol.toStringTag,{value:"Module"}));var d2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--monday-com",attrs:{"aria-hidden":"true",role:"img","data-name":"Monday Com",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M4.488 17.991a2.498 2.498 0 0 1-2.177-1.263 2.415 2.415 0 0 1 .069-2.486l4.482-7.039a2.5 2.5 0 0 1 2.213-1.202 2.494 2.494 0 0 1 2.141 1.32 2.41 2.41 0 0 1-.135 2.482l-4.48 7.04a2.499 2.499 0 0 1-2.113 1.148Z",fill:"#F62B54"}}),t("path",{attrs:{d:"M12.176 17.99a2.49 2.49 0 0 1-2.173-1.26 2.408 2.408 0 0 1 .069-2.479l4.473-7.022A2.496 2.496 0 0 1 16.76 6c.912.02 1.738.53 2.156 1.327a2.407 2.407 0 0 1-.162 2.494l-4.473 7.023a2.496 2.496 0 0 1-2.105 1.146Z",fill:"#FC0"}}),t("path",{attrs:{d:"M19.693 18.05c1.274 0 2.307-1.012 2.307-2.26 0-1.247-1.033-2.259-2.307-2.259-1.275 0-2.308 1.012-2.308 2.26 0 1.247 1.033 2.259 2.308 2.259Z",fill:"#00CA72"}})])};const l2={render:d2},f2=Object.freeze(Object.defineProperty({__proto__:null,default:l2},Symbol.toStringTag,{value:"Module"}));var u2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--monitor-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Monitor Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon940861821a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M1.737 1.94a.5.5 0 0 0-.46-.887L1.5 1.5l-.224-.447h-.002l-.002.002-.006.003-.013.007a.934.934 0 0 0-.131.086 1.46 1.46 0 0 0-.262.255C.669 1.645.5 2.004.5 2.5v5A1.5 1.5 0 0 0 2 9h6.5a.5.5 0 0 0 0-1H2a.5.5 0 0 1-.5-.5v-5c0-.254.081-.395.14-.469a.46.46 0 0 1 .097-.09ZM4 1.5a.5.5 0 0 1 .5-.5H10a1.5 1.5 0 0 1 1.5 1.5v5a.5.5 0 0 1-1 0v-5A.5.5 0 0 0 10 2H4.5a.5.5 0 0 1-.5-.5Zm-.5 9A.5.5 0 0 1 4 10h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z"}}),t("path",{attrs:{d:"M6 8a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 6 8ZM.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon940861821a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const _2={render:u2},c2=Object.freeze(Object.defineProperty({__proto__:null,default:_2},Symbol.toStringTag,{value:"Module"}));var m2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--monitor-speaker",attrs:{"aria-hidden":"true",role:"img","data-name":"Monitor Speaker",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.25 10a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H2.75a.5.5 0 0 1-.5-.5ZM8 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H8.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7 2.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H7ZM5.5 3A1.5 1.5 0 0 1 7 1.5h3A1.5 1.5 0 0 1 11.5 3v6a1.5 1.5 0 0 1-1.5 1.5H7A1.5 1.5 0 0 1 5.5 9V3ZM.94 2.94A1.5 1.5 0 0 1 2 2.5h2a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h2a.5.5 0 0 1 0 1H2A1.5 1.5 0 0 1 .5 7V4c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.5 7.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])};const h2={render:m2},g2=Object.freeze(Object.defineProperty({__proto__:null,default:h2},Symbol.toStringTag,{value:"Module"}));var p2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--monitor",attrs:{"aria-hidden":"true",role:"img","data-name":"Monitor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 8h8a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 2H2Zm4.5 7H10a1.5 1.5 0 0 0 1.5-1.5v-5A1.5 1.5 0 0 0 10 1H2A1.5 1.5 0 0 0 .5 2.5v5A1.5 1.5 0 0 0 2 9h3.5v1H4a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6.5V9Z","clip-rule":"evenodd"}})])};const k2={render:p2},w2=Object.freeze(Object.defineProperty({__proto__:null,default:k2},Symbol.toStringTag,{value:"Module"}));var v2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--moon",attrs:{"aria-hidden":"true",role:"img","data-name":"Moon",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.955 2.139a4 4 0 1 0 4.902 4.92 3.682 3.682 0 0 1-5.281-3.31 3.646 3.646 0 0 1 .38-1.61Zm1.392-.279A.5.5 0 0 0 6 1a5 5 0 1 0 5 5 .5.5 0 0 0-.852-.355 2.682 2.682 0 0 1-4.572-1.898 2.709 2.709 0 0 1 .391-1.38 2.97 2.97 0 0 1 .377-.504l.003-.003Z","clip-rule":"evenodd"}})])};const y2={render:v2},b2=Object.freeze(Object.defineProperty({__proto__:null,default:y2},Symbol.toStringTag,{value:"Module"}));var D2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--more-horizontal",attrs:{"aria-hidden":"true",role:"img","data-name":"More Horizontal",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.502 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3.5 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])};const M2={render:D2},Z2=Object.freeze(Object.defineProperty({__proto__:null,default:M2},Symbol.toStringTag,{value:"Module"}));var C2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--more-vertical",attrs:{"aria-hidden":"true",role:"img","data-name":"More Vertical",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5 2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM5 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm0 3.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])};const x2={render:C2},j2=Object.freeze(Object.defineProperty({__proto__:null,default:x2},Symbol.toStringTag,{value:"Module"}));var $2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--mouse",attrs:{"aria-hidden":"true",role:"img","data-name":"Mouse",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a2.5 2.5 0 0 0-2.5 2.5v3a2.5 2.5 0 0 0 5 0v-3A2.5 2.5 0 0 0 6 2ZM2.5 4.5a3.5 3.5 0 1 1 7 0v3a3.5 3.5 0 1 1-7 0v-3Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 6 3Z","clip-rule":"evenodd"}})])};const A2={render:$2},S2=Object.freeze(Object.defineProperty({__proto__:null,default:A2},Symbol.toStringTag,{value:"Module"}));var O2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--multi-line-dept",attrs:{"aria-hidden":"true",role:"img","data-name":"Multi Line Dept",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.147 1.147a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 0 1-.707-.707l.646-.647H6a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h2.793l-.646-.646a.5.5 0 0 1 .707-.707l1.5 1.5a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 1 1-.707-.707l.646-.647H6A1.5 1.5 0 0 1 4.5 8V6.5h-3a.5.5 0 0 1 0-1h3V4A1.5 1.5 0 0 1 6 2.5h2.793l-.646-.646a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])};const E2={render:O2},F2=Object.freeze(Object.defineProperty({__proto__:null,default:E2},Symbol.toStringTag,{value:"Module"}));var H2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--music-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Music Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.823 1.119A.5.5 0 0 1 11 1.5V8c0 .053-.002.106-.006.158a.5.5 0 0 1-.997-.078 1 1 0 0 0-1.075-1.077.5.5 0 0 1-.076-.997A2.021 2.021 0 0 1 10 6.268V2.09l-5.092.848a.5.5 0 1 1-.165-.986l5.675-.946a.5.5 0 0 1 .405.112Zm-9.676.028a.5.5 0 0 1 .707 0l9 9a.5.5 0 1 1-.707.707l-.873-.872a2 2 0 0 1-2.256-2.255L5 5.706V9a2 2 0 1 1-1-1.732v-2.56L1.147 1.853a.5.5 0 0 1 0-.707ZM4 9a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z","clip-rule":"evenodd"}})])};const z2={render:H2},B2=Object.freeze(Object.defineProperty({__proto__:null,default:z2},Symbol.toStringTag,{value:"Module"}));var V2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--music",attrs:{"aria-hidden":"true",role:"img","data-name":"Music",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M11.323 1.118a.5.5 0 0 1 .177.382V8a2 2 0 1 1-1-1.732V2.09l-5 .834V9a2 2 0 1 1-1-1.732V2.5a.5.5 0 0 1 .418-.493l6-1a.5.5 0 0 1 .405.111ZM4.5 9a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm6-1a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z","clip-rule":"evenodd"}})])};const P2={render:V2},T2=Object.freeze(Object.defineProperty({__proto__:null,default:P2},Symbol.toStringTag,{value:"Module"}));var L2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--network",attrs:{"aria-hidden":"true",role:"img","data-name":"Network",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3430217197a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M4 1a.5.5 0 0 1 .5-.5h3A.5.5 0 0 1 8 1v3a.5.5 0 0 1-.5.5h-3A.5.5 0 0 1 4 4V1Zm1 .5v2h2v-2H5ZM7.5 8a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5V8Zm1 .5v2h2v-2h-2ZM.5 8a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5V8Zm1 .5v2h2v-2h-2Z"}}),t("path",{attrs:{d:"M2 6a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V6.5H3V8a.5.5 0 0 1-1 0V6Z"}}),t("path",{attrs:{d:"M6 3.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3430217197a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const I2={render:L2},U2=Object.freeze(Object.defineProperty({__proto__:null,default:I2},Symbol.toStringTag,{value:"Module"}));var q2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--neutral",attrs:{"aria-hidden":"true",role:"img","data-name":"Neutral",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon372743366a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM4 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5Zm-3.5 3A.5.5 0 0 1 4 7h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon372743366a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const N2={render:q2},R2=Object.freeze(Object.defineProperty({__proto__:null,default:N2},Symbol.toStringTag,{value:"Module"}));var G2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--newspaper",attrs:{"aria-hidden":"true",role:"img","data-name":"Newspaper",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3633940874a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.94.94A1.5 1.5 0 0 1 4 .5h6A1.5 1.5 0 0 1 11.5 2v8a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 10V5.5C.5 4.674 1.174 4 2 4h.5V2c0-.398.158-.78.44-1.06ZM2.5 5H2c-.274 0-.5.226-.5.5V10a.5.5 0 0 0 1 0V5Zm.914 5.5A1.5 1.5 0 0 0 3.5 10V2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5H3.414ZM4.5 3a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V3Zm1 .5v1h3v-1h-3ZM4.5 7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2.5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3633940874a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const K2={render:G2},J2=Object.freeze(Object.defineProperty({__proto__:null,default:K2},Symbol.toStringTag,{value:"Module"}));var W2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--not-enough-queries",attrs:{"aria-hidden":"true",role:"img","data-name":"Not Enough Queries",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm7.5 0A.5.5 0 0 1 9 6v1h1a.5.5 0 0 1 0 1H9v1a.5.5 0 0 1-1 0V8H7a.5.5 0 0 1 0-1h1V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Y2={render:W2},X2=Object.freeze(Object.defineProperty({__proto__:null,default:Y2},Symbol.toStringTag,{value:"Module"}));var Q2=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--notes",attrs:{"aria-hidden":"true",role:"img","data-name":"Notes",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4 1.5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1h.5A1.5 1.5 0 0 1 11 3v7a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 2 10V3a1.5 1.5 0 0 1 1.5-1.5H4Zm0 1h-.5A.5.5 0 0 0 3 3v7a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H9a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1Zm4 0H5v-1h3v1Zm-4 3a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm2 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5ZM4 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5A.5.5 0 0 1 4 8Zm2 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2A.5.5 0 0 1 6 8Z","clip-rule":"evenodd"}})])};const eh={render:Q2},th=Object.freeze(Object.defineProperty({__proto__:null,default:eh},Symbol.toStringTag,{value:"Module"}));var ah=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--object",attrs:{"aria-hidden":"true",role:"img","data-name":"Object",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon385397926a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"m1.54 5.404.788-.578-.306-.93a4.47 4.47 0 0 0-.483 1.508Zm1.205-2.51.566 1.718.696.218L5.5 3.746v-.733L4.038 1.95a4.513 4.513 0 0 0-1.292.944Zm2.47-1.325.785.57.786-.57a4.528 4.528 0 0 0-1.572 0Zm2.748.38L6.501 3.013v.734L7.99 4.828l.707-.23.55-1.714a4.513 4.513 0 0 0-1.284-.934Zm2.171.424a5.5 5.5 0 0 0-8.848 6.462.5.5 0 0 0 .078.126 5.5 5.5 0 0 0 10.11-2.425.5.5 0 0 0 .02-.265 5.478 5.478 0 0 0-1.253-3.774.5.5 0 0 0-.107-.124Zm-.16 1.515-.292.913.773.556a4.468 4.468 0 0 0-.48-1.47Zm.487 2.706L9.008 5.548l-.709.23-.57 1.753.427.59 1.815-.002a4.47 4.47 0 0 0 .49-1.525ZM9.244 9.12h-.978l-.302.93c.48-.233.913-.55 1.28-.93Zm-2.455 1.31.559-1.721-.428-.592H5.08l-.43.595.567 1.72a4.53 4.53 0 0 0 1.572-.002Zm-2.75-.38-.304-.922-.965.004c.364.376.793.688 1.269.919Zm-2-1.915 1.8-.007.432-.597-.568-1.75-.692-.216L1.545 6.64c.076.535.247 1.04.493 1.496Zm2.647-2.563.502 1.545h1.625l.502-1.545L6 4.618l-1.314.955Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon385397926a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const nh={render:ah},oh=Object.freeze(Object.defineProperty({__proto__:null,default:nh},Symbol.toStringTag,{value:"Module"}));var rh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--office-365",attrs:{"aria-hidden":"true",role:"img","data-name":"Office 365",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"m12.571 2.069 1.366 3.597v12.297l-1.333 3.97 5.902-1.639a1.904 1.904 0 0 0 1.393-1.834V5.542a1.903 1.903 0 0 0-1.396-1.835L12.571 2.07z",fill:"url(#dt-icon2149629454a)"}}),t("path",{attrs:{d:"m7.239 16.878-1.757.96A1.001 1.001 0 0 1 4 16.96V7.45a1.9 1.9 0 0 1 .954-1.65l6.192-3.553a1.869 1.869 0 0 1 1.642-.107 1.86 1.86 0 0 1 1.15 1.724v1.8L8.904 7.5a1.415 1.415 0 0 0-.93 1.33v6.807a1.415 1.415 0 0 1-.736 1.24z",fill:"url(#dt-icon2149629454b)"}}),t("path",{attrs:{d:"M13.937 17.963v2.214a1.82 1.82 0 0 1-2.713 1.59l-3.88-2.174a.87.87 0 0 1 .425-1.63h6.168z",fill:"url(#dt-icon2149629454c)"}}),t("path",{attrs:{d:"m7.239 16.878-1.757.96A1.001 1.001 0 0 1 4 16.96V7.45a1.9 1.9 0 0 1 .954-1.65l6.192-3.553a1.869 1.869 0 0 1 1.642-.107 1.86 1.86 0 0 1 1.15 1.724v1.8L8.904 7.5a1.415 1.415 0 0 0-.93 1.33v6.807a1.415 1.415 0 0 1-.736 1.24z",fill:"url(#dt-icon2149629454d)"}}),t("path",{attrs:{d:"M13.937 17.963v2.214a1.82 1.82 0 0 1-2.713 1.59l-3.88-2.174a.87.87 0 0 1 .425-1.63h6.168z",fill:"url(#dt-icon2149629454e)"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon2149629454a",x1:"16.235",y1:".94",x2:"16.235",y2:"20.54",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#FFB900"}}),t("stop",{attrs:{offset:".166","stop-color":"#EF8400"}}),t("stop",{attrs:{offset:".313","stop-color":"#E25C01"}}),t("stop",{attrs:{offset:".429","stop-color":"#DB4401"}}),t("stop",{attrs:{offset:".5","stop-color":"#D83B01"}})],1),t("linearGradient",{attrs:{id:"dt-icon2149629454b",x1:"12.782",y1:"1.762",x2:"2.29",y2:"16.747",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#800600"}}),t("stop",{attrs:{offset:".6","stop-color":"#C72127"}}),t("stop",{attrs:{offset:".728","stop-color":"#C13959"}}),t("stop",{attrs:{offset:".847","stop-color":"#BC4B81"}}),t("stop",{attrs:{offset:".942","stop-color":"#B95799"}}),t("stop",{attrs:{offset:"1","stop-color":"#B85BA2"}})],1),t("linearGradient",{attrs:{id:"dt-icon2149629454c",x1:"7.462",y1:"19.982",x2:"20.393",y2:"19.982",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#F32B44"}}),t("stop",{attrs:{offset:".6","stop-color":"#A4070A"}})],1),t("linearGradient",{attrs:{id:"dt-icon2149629454d",x1:"12.997",y1:"1.455",x2:"10.775",y2:"4.629",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-opacity":".4"}}),t("stop",{attrs:{offset:"1","stop-opacity":"0"}})],1),t("linearGradient",{attrs:{id:"dt-icon2149629454e",x1:"16.26",y1:"20.268",x2:"10.46",y2:"19.761",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-opacity":".4"}}),t("stop",{attrs:{offset:"1","stop-opacity":"0"}})],1)],1)])};const sh={render:rh},ih=Object.freeze(Object.defineProperty({__proto__:null,default:sh},Symbol.toStringTag,{value:"Module"}));var dh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--option",attrs:{"aria-hidden":"true",role:"img","data-name":"Option",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .475.342L7.86 10h2.64a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.475-.342L4.14 2H1.5a.5.5 0 0 1-.5-.5Zm5.5 0A.5.5 0 0 1 7 1h3.5a.5.5 0 1 1 0 1H7a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const lh={render:dh},fh=Object.freeze(Object.defineProperty({__proto__:null,default:lh},Symbol.toStringTag,{value:"Module"}));var uh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--package",attrs:{"aria-hidden":"true",role:"img","data-name":"Package",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.999 1H3.62a1.5 1.5 0 0 0-1.342.825L1.057 4.268A.497.497 0 0 0 1 4.51V9.5A1.5 1.5 0 0 0 2.5 11h7A1.5 1.5 0 0 0 11 9.5V4.51a.495.495 0 0 0-.057-.242l-1.215-2.44-.001-.003A1.5 1.5 0 0 0 8.382 1H6Zm3.693 3-.859-1.726A.5.5 0 0 0 8.383 2H6.5v2h3.192ZM2.31 4H5.5V2H3.619a.5.5 0 0 0-.447.274L2.309 4ZM2 5h8v4.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5V5Z","clip-rule":"evenodd"}})])};const _h={render:uh},ch=Object.freeze(Object.defineProperty({__proto__:null,default:_h},Symbol.toStringTag,{value:"Module"}));var mh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--paperclip",attrs:{"aria-hidden":"true",role:"img","data-name":"Paperclip",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2878652019a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.644 1.941a1.503 1.503 0 0 0-2.125.002L2.234 6.23A2.502 2.502 0 1 0 5.77 9.767l4.596-4.595a.5.5 0 1 1 .707.707l-4.595 4.595a3.502 3.502 0 0 1-4.953-4.952L5.81 1.237a2.504 2.504 0 0 1 3.543 3.536L5.059 9.06a1.5 1.5 0 0 1-2.123-2.122l4.246-4.24a.5.5 0 1 1 .706.707l-4.244 4.24a.501.501 0 0 0 .707.708l4.295-4.285a1.504 1.504 0 0 0-.002-2.126Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2878652019a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const hh={render:mh},gh=Object.freeze(Object.defineProperty({__proto__:null,default:hh},Symbol.toStringTag,{value:"Module"}));var ph=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--park",attrs:{"aria-hidden":"true",role:"img","data-name":"Park",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 3a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 1 0v-2h1.53l.06-.004a2.036 2.036 0 0 0 .76-.205c.214-.108.445-.277.62-.54.179-.268.28-.6.28-1s-.101-.734-.28-1a1.597 1.597 0 0 0-.621-.542 2.035 2.035 0 0 0-.818-.208H4.5Zm1.997 2.5H5V4h1.497l.021.001c.021.002.054.005.095.012.085.014.19.041.288.09a.598.598 0 0 1 .238.202c.056.085.111.22.111.445s-.055.36-.111.445a.598.598 0 0 1-.238.202 1.037 1.037 0 0 1-.404.103Z","clip-rule":"evenodd"}})])};const kh={render:ph},wh=Object.freeze(Object.defineProperty({__proto__:null,default:kh},Symbol.toStringTag,{value:"Module"}));var vh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--party-popper",attrs:{"aria-hidden":"true",role:"img","data-name":"Party Popper",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon498321592a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M3.067 5.179a.5.5 0 0 1 .304.638l-1.549 4.361 4.361-1.544a.5.5 0 1 1 .334.942l-5.35 1.895a.5.5 0 0 1-.638-.638l1.9-5.35a.5.5 0 0 1 .638-.304ZM1.5 1.5A.5.5 0 0 1 2 1h.005a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Zm9 2.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.5-.5ZM7 1a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5A.5.5 0 0 1 7 1Zm3.5 9a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.5-.5Zm.974-9.159a.5.5 0 0 1-.315.633l-1.12.375a.952.952 0 0 0-.643 1.023l-.496.063.497-.058A1.23 1.23 0 0 1 8.175 4.25h-.19a.39.39 0 0 0-.389.314v.003l-.106.53a.5.5 0 1 1-.98-.194l.104-.528A1.39 1.39 0 0 1 7.985 3.25h.19a.23.23 0 0 0 .229-.255A1.95 1.95 0 0 1 9.722.9l1.12-.375a.5.5 0 0 1 .632.315ZM9.108 6.803c.134-.765.94-1.22 1.666-.933l.003.001.41.165a.5.5 0 0 1-.374.928l-.408-.165a.234.234 0 0 0-.312.175A1.225 1.225 0 0 1 8.885 8H8.5a.5.5 0 0 1 0-1h.385c.11 0 .204-.082.221-.188l.001-.009ZM5.313.536a.5.5 0 0 1 .65.277l.167.413a1.234 1.234 0 0 1-.933 1.667l-.016.002a.222.222 0 0 0-.181.22V3.5a.5.5 0 0 1-1 0v-.385c0-.59.428-1.117 1.028-1.208a.234.234 0 0 0 .172-.312l-.164-.408a.5.5 0 0 1 .277-.65Z"}}),t("path",{attrs:{d:"m3.347 5.859.002-.002a.008.008 0 0 1-.002.002Zm.008-.004a.251.251 0 0 1 .078-.01c.093 0 .236.026.425.101.376.151.842.46 1.288.907.447.447.757.913.907 1.289.076.189.102.332.102.425a.25.25 0 0 1-.01.078.25.25 0 0 1-.078.01 1.19 1.19 0 0 1-.425-.102c-.376-.15-.842-.46-1.288-.907-.447-.446-.757-.912-.907-1.288a1.19 1.19 0 0 1-.102-.425.25.25 0 0 1 .01-.078Zm2.786 2.798.001-.002-.001.002Zm.01-.01a.008.008 0 0 1 .002-.002l-.002.001ZM3.358 5.848l.001-.003-.001.003Zm.872-.83c.529.211 1.105.609 1.624 1.127.518.519.916 1.095 1.128 1.624.105.264.174.539.173.803-.002.267-.078.557-.301.78-.224.224-.514.3-.78.301a2.163 2.163 0 0 1-.804-.173c-.529-.211-1.105-.61-1.624-1.128-.518-.518-.916-1.095-1.128-1.624a2.162 2.162 0 0 1-.173-.802c.002-.267.078-.557.301-.78.224-.224.514-.3.78-.302.265-.001.54.068.804.173Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon498321592a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const yh={render:vh},bh=Object.freeze(Object.defineProperty({__proto__:null,default:yh},Symbol.toStringTag,{value:"Module"}));var Dh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--past-conversations",attrs:{"aria-hidden":"true",role:"img","data-name":"Past Conversations",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.5 2.5A1.5 1.5 0 0 0 5 4v1.5a.5.5 0 0 1-1 0V4a2.5 2.5 0 0 1 2.5-2.5H9A2.5 2.5 0 0 1 11.5 4v3A2.5 2.5 0 0 1 9 9.5H2.707l.647.646a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5a.5.5 0 1 1 .708.708l-.647.646H9A1.5 1.5 0 0 0 10.5 7V4A1.5 1.5 0 0 0 9 2.5H6.5Zm-1 1.25a.5.5 0 0 1 .5-.5h3.5a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5ZM9.5 6H6a.5.5 0 0 1 0-1h3.5a.5.5 0 0 1 0 1Zm-1 1.75H6a.5.5 0 0 1 0-1h2.5a.5.5 0 0 1 0 1Z","clip-rule":"evenodd"}})])};const Mh={render:Dh},Zh=Object.freeze(Object.defineProperty({__proto__:null,default:Mh},Symbol.toStringTag,{value:"Module"}));var Ch=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--pause-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Pause Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3514475166a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M5 4a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0v-3A.5.5 0 0 1 5 4Zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0v-3A.5.5 0 0 1 7 4Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3514475166a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const xh={render:Ch},jh=Object.freeze(Object.defineProperty({__proto__:null,default:xh},Symbol.toStringTag,{value:"Module"}));var $h=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--pause",attrs:{"aria-hidden":"true",role:"img","data-name":"Pause",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 3a.5.5 0 0 1 .5.5v5a.5.5 0 1 1-1 0v-5A.5.5 0 0 1 8 3ZM4 3a.5.5 0 0 1 .5.5v5a.5.5 0 1 1-1 0v-5A.5.5 0 0 1 4 3Z","clip-rule":"evenodd"}})])};const Ah={render:$h},Sh=Object.freeze(Object.defineProperty({__proto__:null,default:Ah},Symbol.toStringTag,{value:"Module"}));var Oh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--phone-call",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Call",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.528.948a.5.5 0 0 1 .55-.445 5 5 0 0 1 4.444 4.41.5.5 0 0 1-.994.113 4 4 0 0 0-3.555-3.529.5.5 0 0 1-.445-.55ZM2.009 2.034a.036.036 0 0 0-.002.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011Zm.992 3.459L4.33 4.385c.332-.276.476-.718.371-1.137l-.349-1.396A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.36a1.125 1.125 0 0 0-1.068.297L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Zm-.817-6.386a.5.5 0 0 1 .588-.394 3 3 0 0 1 2.37 2.4.5.5 0 1 1-.984.182 2 2 0 0 0-1.58-1.6.5.5 0 0 1-.394-.588Z","clip-rule":"evenodd"}})])};const Eh={render:Oh},Fh=Object.freeze(Object.defineProperty({__proto__:null,default:Eh},Symbol.toStringTag,{value:"Module"}));var Hh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--phone-forward",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Forward",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.646.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L9.793 3.5H7a.5.5 0 0 1 0-1h2.793L8.646 1.354a.5.5 0 0 1 0-.708ZM2.01 2.034a.036.036 0 0 0-.002.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011Zm.992 3.459L4.33 4.385c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])};const zh={render:Hh},Bh=Object.freeze(Object.defineProperty({__proto__:null,default:zh},Symbol.toStringTag,{value:"Module"}));var Vh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--phone-hang-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Hang Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon921982666a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.538 4.006c.84-.668 2.864-2.005 5.62-2.004a8.003 8.003 0 0 1 5.358 2.032c.446.404.396 1.054.017 1.433l-.353-.354.353.354-.726.726c-.339.34-.866.404-1.277.157l-1.076-.646a1.045 1.045 0 0 1-.503-.99l.131-1.45a7.117 7.117 0 0 0-1.924-.262 7.61 7.61 0 0 0-2.096.296v1.49c.001.367-.191.708-.506.897l-1.109.666-.257-.429.257.429a1.045 1.045 0 0 1-1.277-.157l-.701-.701C.066 5.09.045 4.397.538 4.006Zm2.524-.35c-.858.37-1.506.82-1.891 1.124a.047.047 0 0 0 .005.006l.701.7a.045.045 0 0 0 .055.008l1.109-.667a.045.045 0 0 0 .022-.038V3.655Zm5.992-.04-.107 1.188a.045.045 0 0 0 .022.043l1.076.646c.018.01.04.007.055-.007l.726-.726a6.895 6.895 0 0 0-1.772-1.144ZM6 6.237a.5.5 0 0 1 .5.5v2.41l.955-.955a.5.5 0 1 1 .707.707l-1.808 1.808a.5.5 0 0 1-.707 0L3.839 8.899a.5.5 0 1 1 .707-.707l.954.954V6.737a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon921982666a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ph={render:Vh},Th=Object.freeze(Object.defineProperty({__proto__:null,default:Ph},Symbol.toStringTag,{value:"Module"}));var Lh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--phone-hold",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Hold",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.3.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm1.7 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5ZM2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.137l-.349-1.396A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.772 6.137 2.912.67.076 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.36a1.125 1.125 0 0 0-1.068.297L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.891 9.891 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])};const Ih={render:Lh},Uh=Object.freeze(Object.defineProperty({__proto__:null,default:Ih},Symbol.toStringTag,{value:"Module"}));var qh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--phone-incoming",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Incoming",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 .5a.5.5 0 0 1 .5.5v1.793L10.646.646a.5.5 0 0 1 .708.708L9.207 3.5H11a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5V1A.5.5 0 0 1 8 .5ZM2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])};const Nh={render:qh},Rh=Object.freeze(Object.defineProperty({__proto__:null,default:Nh},Symbol.toStringTag,{value:"Module"}));var Gh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--phone-missed",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Missed",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.646.646a.5.5 0 0 1 .708 0L9.5 1.793 10.646.646a.5.5 0 0 1 .708.708L10.207 2.5l1.147 1.146a.5.5 0 0 1-.708.708L9.5 3.207 8.354 4.354a.5.5 0 1 1-.708-.708L8.793 2.5 7.646 1.354a.5.5 0 0 1 0-.708ZM2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])};const Kh={render:Gh},Jh=Object.freeze(Object.defineProperty({__proto__:null,default:Kh},Symbol.toStringTag,{value:"Module"}));var Wh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--phone-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2373023437a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M11.354.646a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.708-.708l10-10a.5.5 0 0 1 .708 0Z"}}),t("path",{attrs:{d:"M2.01 2.034a.036.036 0 0 0-.003.016 7.97 7.97 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.093.093 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.068 9.068 0 0 0 1.593 4.645.5.5 0 1 0 .823-.568A8.077 8.077 0 0 1 3 5.493Zm4.64 2.091a1.12 1.12 0 0 1 1.067-.296l1.44.359c.5.125.852.575.852 1.091v1.137c0 .614-.51 1.154-1.18 1.077-1.167-.134-3.702-.648-5.863-2.647a.5.5 0 1 1 .68-.734 8.837 8.837 0 0 0 1.757 1.261L7.64 7.584ZM7.35 9.29a9.893 9.893 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2373023437a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Yh={render:Wh},Xh=Object.freeze(Object.defineProperty({__proto__:null,default:Yh},Symbol.toStringTag,{value:"Module"}));var Qh=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--phone-outgoing",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone Outgoing",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 1.5a.5.5 0 0 1 0-1h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V2.207L8.354 4.354a.5.5 0 1 1-.708-.708L9.793 1.5H8Zm-5.99.534a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])};const e3={render:Qh},t3=Object.freeze(Object.defineProperty({__proto__:null,default:e3},Symbol.toStringTag,{value:"Module"}));var a3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--phone",attrs:{"aria-hidden":"true",role:"img","data-name":"Phone",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.01 2.034a.036.036 0 0 0-.003.016 7.98 7.98 0 0 0 .554 2.508l1.128-.94a.125.125 0 0 0 .041-.127l-.349-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.065.023.035.035 0 0 0-.009.011ZM3 5.493l1.33-1.108c.332-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.074 1.1a9.101 9.101 0 0 0 2.674 5.94c2.217 2.22 4.922 2.773 6.137 2.912.67.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.394 8.832A8.804 8.804 0 0 1 4.39 7.334 8.226 8.226 0 0 1 3 5.493Zm4.35 3.796a9.892 9.892 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .017-.01.096.096 0 0 0 .026-.072V8.738a.125.125 0 0 0-.095-.121l-1.439-.359a.125.125 0 0 0-.118.033l-.997.998Z","clip-rule":"evenodd"}})])};const n3={render:a3},o3=Object.freeze(Object.defineProperty({__proto__:null,default:n3},Symbol.toStringTag,{value:"Module"}));var r3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--picture-in-picture",attrs:{"aria-hidden":"true",role:"img","data-name":"Picture In Picture",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 3a1.5 1.5 0 0 1 1.5-1.5H8A1.5 1.5 0 0 1 9.5 3v1a.5.5 0 1 1-1 0V3a.5.5 0 0 0-.5-.5H2.5A.5.5 0 0 0 2 3v3a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1h-1A1.5 1.5 0 0 1 1 6V3Zm4 4a1.5 1.5 0 0 1 1.5-1.5h3A1.5 1.5 0 0 1 11 7v2a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 5 9V7Zm1.5-.5A.5.5 0 0 0 6 7v2a.5.5 0 0 0 .5.5h3A.5.5 0 0 0 10 9V7a.5.5 0 0 0-.5-.5h-3Z","clip-rule":"evenodd"}})])};const s3={render:r3},i3=Object.freeze(Object.defineProperty({__proto__:null,default:s3},Symbol.toStringTag,{value:"Module"}));var d3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--pie-chart",attrs:{"aria-hidden":"true",role:"img","data-name":"Pie Chart",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3943097038a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646.646A.5.5 0 0 1 6 .5 5.5 5.5 0 0 1 11.5 6a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5V1a.5.5 0 0 1 .146-.354Zm.854.882V5.5h3.972A4.497 4.497 0 0 0 6.5 1.528Zm-2.042-.313a.5.5 0 0 1-.258.658 4.5 4.5 0 1 0 5.945 5.877.5.5 0 1 1 .92.39A5.499 5.499 0 1 1 3.8.957a.5.5 0 0 1 .658.258Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3943097038a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const l3={render:d3},f3=Object.freeze(Object.defineProperty({__proto__:null,default:l3},Symbol.toStringTag,{value:"Module"}));var u3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--pin-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Pin Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2153548038a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M.647.647a.5.5 0 0 1 .707 0l10 10a.5.5 0 1 1-.707.707l-10-10a.5.5 0 0 1 0-.707ZM6 8a.5.5 0 0 1 .5.5V11a.5.5 0 1 1-1 0V8.5A.5.5 0 0 1 6 8Z"}}),t("path",{attrs:{d:"M4.5 4a.5.5 0 0 1 .5.5v.88a1.5 1.5 0 0 1-.83 1.342l-.892.45A.5.5 0 0 0 3 7.62V8h5.5a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5v-.88a1.501 1.501 0 0 1 .831-1.342l.892-.45A.5.5 0 0 0 4 5.38V4.5a.5.5 0 0 1 .5-.5ZM3.446 1a.5.5 0 0 1 .5-.5H8a1.5 1.5 0 0 1 0 3v1.17a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5H8a.5.5 0 0 0 0-1H3.946a.5.5 0 0 1-.5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2153548038a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const _3={render:u3},c3=Object.freeze(Object.defineProperty({__proto__:null,default:_3},Symbol.toStringTag,{value:"Module"}));var m3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--pin",attrs:{"aria-hidden":"true",role:"img","data-name":"Pin",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2065887396a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 8a.5.5 0 0 1 .5.5V11a.5.5 0 1 1-1 0V8.5A.5.5 0 0 1 6 8Z"}}),t("path",{attrs:{d:"M2.94.94A1.5 1.5 0 0 1 4 .5h4a1.5 1.5 0 1 1 0 3v1.88a.5.5 0 0 0 .278.447l.003.002.889.45a1.5 1.5 0 0 1 .83 1.34V8.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-.88a1.501 1.501 0 0 1 .831-1.342l.892-.45A.5.5 0 0 0 4 5.38V3.5A1.5 1.5 0 0 1 2.94.94ZM4 1.5a.5.5 0 0 0 0 1h.5A.5.5 0 0 1 5 3v2.38a1.5 1.5 0 0 1-.83 1.342l-.892.45A.5.5 0 0 0 3 7.62V8h6v-.38a.5.5 0 0 0-.277-.447L8.72 7.17l-.889-.449a1.5 1.5 0 0 1-.83-1.342V3a.5.5 0 0 1 .5-.5H8a.5.5 0 0 0 0-1H4Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2065887396a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const h3={render:m3},g3=Object.freeze(Object.defineProperty({__proto__:null,default:h3},Symbol.toStringTag,{value:"Module"}));var p3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--pipedrive",attrs:{"aria-hidden":"true",role:"img","data-name":"Pipedrive",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M5.116 10h.638v.672h-.638V10Zm11.164 0h.637v.672h-.638V10Z",fill:"#525254"}}),t("path",{attrs:{d:"M3.707 10.913c-.402 0-.634.18-.747.304-.013-.107-.084-.246-.36-.246H2v.628h.246c.042 0 .055.013.055.055v2.867h.715v-1.076l-.001-.08a.951.951 0 0 0 .658.243c.7 0 1.188-.554 1.188-1.347 0-.806-.464-1.348-1.154-1.348Zm-.145 2.072c-.386 0-.56-.368-.56-.71 0-.538.294-.73.57-.73.337 0 .564.292.564.725 0 .495-.289.716-.574.716",fill:"#231F1F"}}),t("path",{attrs:{d:"M5.803 12.872v-1.52c0-.256-.124-.381-.378-.381h-.639v.628h.246c.042 0 .055.013.055.055v1.514c0 .26.12.382.377.382h.64v-.623h-.247c-.04 0-.054-.015-.054-.055",fill:"#231F1F"}}),t("path",{attrs:{d:"M7.67 10.913c-.401 0-.633.18-.746.304-.013-.107-.084-.246-.36-.246h-.6v.628h.246c.041 0 .055.013.055.055v2.867h.715v-1.076l-.001-.08a.951.951 0 0 0 .658.243c.7 0 1.188-.554 1.188-1.347 0-.806-.464-1.348-1.154-1.348Zm-.145 2.072c-.384 0-.56-.368-.56-.71 0-.538.294-.73.57-.73.338 0 .565.292.565.725 0 .495-.289.716-.575.716m2.618-2.073c-.77 0-1.31.554-1.31 1.348 0 .78.582 1.348 1.383 1.348.63 0 1.015-.373 1.032-.39l.028-.028-.311-.517-.046.044c-.003.002-.286.263-.66.263-.358 0-.62-.219-.682-.562h1.696l.004-.047c0-.006.015-.159.015-.233 0-.733-.462-1.226-1.149-1.226Zm-.54.975a.531.531 0 0 1 .54-.396c.215 0 .381.164.41.396h-.95m4.29.984v-2.49c0-.257-.125-.382-.382-.382h-.64v.628h.247c.041 0 .055.013.055.055v.45c-.106-.095-.312-.22-.667-.22-.694 0-1.178.554-1.178 1.348 0 .806.464 1.348 1.154 1.348.395 0 .622-.184.733-.311.015.111.087.252.354.252h.62v-.623h-.241c-.04 0-.055-.015-.055-.055Zm-1.275.114c-.34 0-.56-.285-.56-.725 0-.428.229-.715.57-.715.386 0 .56.356.56.71 0 .538-.295.73-.57.73m3.166-2.049c-.298 0-.572.172-.734.445v-.059c0-.233-.13-.352-.382-.352h-.615v.628h.246c.041 0 .055.013.055.055v1.896h.715v-1.032c0-.136.017-.267.051-.388a.643.643 0 0 1 .625-.483c.082 0 .142.01.143.01l.06.008v-.71l-.044-.008a.84.84 0 0 0-.12-.01Zm1.182 1.935v-1.52c0-.256-.123-.381-.377-.381h-.578v.628h.184c.042 0 .055.013.055.055v1.514c0 .26.12.382.378.382h.639v-.623h-.246c-.04 0-.055-.015-.055-.055",fill:"#231F1F"}}),t("path",{attrs:{d:"M19.653 11.599v-.628h-.382c-.223 0-.342.077-.413.267l-.466 1.302a2.1 2.1 0 0 0-.044.155 1.737 1.737 0 0 0-.047-.156l-.467-1.301c-.071-.192-.187-.267-.413-.267h-.405v.628h.105c.056 0 .074.019.087.054l.722 1.897h.804l.722-1.897c.013-.035.031-.054.087-.054h.11Z",fill:"#231F1F"}}),t("path",{attrs:{d:"M21.951 12.372c0-.006.015-.159.015-.233 0-.733-.462-1.226-1.15-1.226-.77 0-1.308.554-1.308 1.348 0 .78.58 1.348 1.382 1.348.63 0 1.015-.373 1.032-.39l.029-.028-.311-.517-.047.044c-.003.002-.287.263-.66.263-.358 0-.62-.219-.682-.562h1.696l.004-.047Zm-1.674-.484a.532.532 0 0 1 .54-.396c.216 0 .381.164.41.396h-.95Z",fill:"#231F1F"}}),t("path",{attrs:{d:"M15.784 10.937a.831.831 0 0 0-.608.278l.411-.002.36.002v-.26l-.043-.008a.837.837 0 0 0-.12-.01m3.074.301-.03.083c.277.019.552.04.825.063v-.413h-.382c-.223 0-.342.077-.413.267Zm-15.151-.325c-.402 0-.635.18-.747.304-.013-.107-.084-.246-.36-.246H2v.628h.246c.042 0 .055.013.055.055v1.598c.334-.116.67-.227 1.009-.33-.21-.121-.308-.391-.308-.647 0-.538.294-.73.57-.73.337 0 .564.292.564.725a.86.86 0 0 1-.104.437c.27-.076.542-.15.813-.22a1.87 1.87 0 0 0 .016-.226c0-.806-.464-1.348-1.154-1.348m1.718.057h-.639v.629h.246c.042 0 .055.013.055.055v.773c.238-.059.476-.116.716-.17v-.904c0-.257-.124-.382-.378-.382ZM5.116 10h.638v.672h-.638V10Zm2.554.913c-.401 0-.633.18-.746.304-.013-.107-.084-.246-.36-.246h-.6v.628h.246c.041 0 .055.013.055.055v.5c.244-.051.488-.1.733-.148.082-.332.315-.46.537-.46.201 0 .362.104.46.28.247-.041.495-.08.746-.118-.163-.491-.553-.795-1.07-.795m2.472 0c-.563 0-1 .296-1.196.765.304-.044.61-.085.92-.123a.59.59 0 0 1 .276-.063c.04 0 .076.007.111.017.282-.031.565-.06.851-.088-.196-.319-.536-.508-.962-.508M13.51 10h-.638v.628h.246c.041 0 .055.013.055.055v.45c-.106-.095-.312-.22-.667-.22a1.1 1.1 0 0 0-.92.466 47.4 47.4 0 0 1 2.307-.137v-.86c0-.257-.125-.382-.382-.382m1.157.97h-.615v.268c.326-.01.654-.018.984-.022-.036-.162-.159-.245-.37-.245ZM16.28 10h.637v.672h-.638V10Zm.309.97h-.578v.245c.315.003.63.009.942.018-.035-.175-.154-.262-.364-.262m.832-.001h-.405v.264c.277.009.553.019.828.031l-.01-.027c-.071-.192-.187-.267-.413-.267m3.396-.058c-.44 0-.802.18-1.034.482.335.03.67.063 1 .1l.15.016c.319.036.634.075.946.118-.163-.442-.55-.716-1.062-.716",fill:"#3B3B3C"}})])};const k3={render:p3},w3=Object.freeze(Object.defineProperty({__proto__:null,default:k3},Symbol.toStringTag,{value:"Module"}));var v3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--play-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Play Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2501513032a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M4.764 3.56a.5.5 0 0 1 .514.024l3 2a.5.5 0 0 1 0 .832l-3 2A.5.5 0 0 1 4.5 8V4a.5.5 0 0 1 .264-.44ZM5.5 4.933v2.132L7.1 6 5.5 4.934Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2501513032a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const y3={render:v3},b3=Object.freeze(Object.defineProperty({__proto__:null,default:y3},Symbol.toStringTag,{value:"Module"}));var D3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--play-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Play Filled",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M2.26 1.061a.5.5 0 0 1 .51.019l7 4.5a.5.5 0 0 1 0 .84l-7 4.5A.5.5 0 0 1 2 10.5v-9a.5.5 0 0 1 .26-.439Z",fill:"currentColor"}})])};const M3={render:D3},Z3=Object.freeze(Object.defineProperty({__proto__:null,default:M3},Symbol.toStringTag,{value:"Module"}));var C3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--play-store-badge",attrs:{"aria-hidden":"true",role:"img","data-name":"Play Store Badge",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 135 40"}},e.$listeners),[t("defs",[t("linearGradient",{attrs:{id:"dt-icon2339346061a",x1:"21.8",y1:"366.71",x2:"5.02",y2:"383.49",gradientTransform:"translate(0 -358)",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{offset:"0","stop-color":"#00a0ff"}}),t("stop",{attrs:{offset:".01","stop-color":"#00a1ff"}}),t("stop",{attrs:{offset:".26","stop-color":"#00beff"}}),t("stop",{attrs:{offset:".51","stop-color":"#00d2ff"}}),t("stop",{attrs:{offset:".76","stop-color":"#00dfff"}}),t("stop",{attrs:{offset:"1","stop-color":"#00e3ff"}})],1),t("linearGradient",{attrs:{id:"dt-icon2339346061b",x1:"33.83",y1:"378",x2:"9.64",y2:"378",gradientTransform:"translate(0 -358)",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{offset:"0","stop-color":"#ffe000"}}),t("stop",{attrs:{offset:".41","stop-color":"#ffbd00"}}),t("stop",{attrs:{offset:".78","stop-color":"orange"}}),t("stop",{attrs:{offset:"1","stop-color":"#ff9c00"}})],1),t("linearGradient",{attrs:{id:"dt-icon2339346061c",x1:"24.83",y1:"380.3",x2:"2.07",y2:"403.05",gradientTransform:"translate(0 -358)",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{offset:"0","stop-color":"#ff3a44"}}),t("stop",{attrs:{offset:"1","stop-color":"#c31162"}})],1),t("linearGradient",{attrs:{id:"dt-icon2339346061d",x1:"7.3",y1:"358.18",x2:"17.46",y2:"368.34",gradientTransform:"translate(0 -358)",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{offset:"0","stop-color":"#32a071"}}),t("stop",{attrs:{offset:".07","stop-color":"#2da771"}}),t("stop",{attrs:{offset:".48","stop-color":"#15cf74"}}),t("stop",{attrs:{offset:".8","stop-color":"#06e775"}}),t("stop",{attrs:{offset:"1","stop-color":"#00f076"}})],1)],1),t("g",{attrs:{"data-name":"Layer 2"}},[t("rect",{attrs:{width:"135",height:"40",rx:"5",ry:"5"}}),t("path",{attrs:{fill:"#A6A6A6",d:"M130 .8a4.2 4.2 0 0 1 4.2 4.2v30a4.2 4.2 0 0 1-4.2 4.2H5A4.2 4.2 0 0 1 .8 35V5A4.2 4.2 0 0 1 5 .8h125m0-.8H5a5 5 0 0 0-5 5v30a5 5 0 0 0 5 5h125a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5Z"}}),t("path",{attrs:{fill:"#FFF",stroke:"#FFF","stroke-miterlimit":"10","stroke-width":".2",d:"M47.42 10.24a2.71 2.71 0 0 1-.75 2 2.91 2.91 0 0 1-2.2.89 3.15 3.15 0 0 1-2.21-5.37 3 3 0 0 1 2.21-.9 3.1 3.1 0 0 1 1.23.25 2.47 2.47 0 0 1 .94.67l-.53.53a2 2 0 0 0-1.64-.71 2.32 2.32 0 0 0-2.33 2.31s0 .06 0 .09a2.36 2.36 0 0 0 4 1.73 1.89 1.89 0 0 0 .5-1.22h-2.17v-.72h2.91a2.54 2.54 0 0 1 .04.45ZM52 7.74h-2.7v1.9h2.46v.72H49.3v1.9H52V13h-3.5V7H52ZM55.28 13h-.77V7.74h-1.68V7H57v.74h-1.72Zm4.66 0V7h.77v6Zm4.19 0h-.77V7.74h-1.68V7h4.12v.74h-1.67Zm9.48-.78a3.12 3.12 0 0 1-4.4 0 3.24 3.24 0 0 1 0-4.45 3.1 3.1 0 0 1 4.38 0 3.23 3.23 0 0 1 .02 4.45Zm-3.83-.5a2.31 2.31 0 0 0 3.26 0 2.56 2.56 0 0 0 0-3.44 2.31 2.31 0 0 0-3.26 0 2.56 2.56 0 0 0 0 3.44Zm5.8 1.28V7h.94l2.92 4.67V7h.77v6h-.8l-3.05-4.89V13Z"}}),t("path",{attrs:{fill:"#FFF",d:"M68.14 21.75A4.25 4.25 0 1 0 72.41 26a4.19 4.19 0 0 0-4.13-4.25Zm0 6.83a2.58 2.58 0 1 1 2.39-2.75V26a2.46 2.46 0 0 1-2.34 2.58Zm-9.31-6.83A4.25 4.25 0 1 0 63.09 26 4.19 4.19 0 0 0 59 21.75h-.13Zm0 6.83a2.58 2.58 0 1 1 2.38-2.76V26a2.46 2.46 0 0 1-2.34 2.58h-.05Zm-11.09-5.52v1.8h4.32a3.77 3.77 0 0 1-1 2.27 4.42 4.42 0 0 1-3.33 1.32 4.8 4.8 0 0 1 0-9.6A4.6 4.6 0 0 1 51 20.14l1.27-1.27A6.29 6.29 0 0 0 47.74 17a6.61 6.61 0 1 0-.51 13.21h.51a5.84 5.84 0 0 0 6.17-6.07 5.87 5.87 0 0 0-.1-1.13Zm45.31 1.4a3.92 3.92 0 0 0-7.65 1.28V26a4.16 4.16 0 0 0 4.07 4.25h.15a4.23 4.23 0 0 0 3.54-1.88l-1.45-1a2.43 2.43 0 0 1-2.09 1.18 2.16 2.16 0 0 1-2.06-1.29l5.69-2.35Zm-5.8 1.42a2.33 2.33 0 0 1 2.17-2.48 1.65 1.65 0 0 1 1.58.9ZM82.63 30h1.87V17.5h-1.87Zm-3.06-7.3h-.07a3 3 0 0 0-2.24-1 4.26 4.26 0 0 0 0 8.51 2.9 2.9 0 0 0 2.24-1h.06v.61c0 1.63-.87 2.5-2.27 2.5a2.35 2.35 0 0 1-2.14-1.51l-1.63.68A4.05 4.05 0 0 0 77.29 34c2.19 0 4-1.29 4-4.43V22h-1.72Zm-2.14 5.88a2.59 2.59 0 0 1 0-5.16 2.4 2.4 0 0 1 2.27 2.52V26a2.38 2.38 0 0 1-2.17 2.57h-.1Zm24.38-11.08h-4.47V30h1.87v-4.74h2.61a3.89 3.89 0 1 0 0-7.76Zm0 6H99.2v-4.26h2.65a2.14 2.14 0 0 1 0 4.29Zm11.53-1.8a3.5 3.5 0 0 0-3.34 1.91l1.66.69a1.77 1.77 0 0 1 1.7-.92 1.8 1.8 0 0 1 2 1.58v.16a4.13 4.13 0 0 0-1.95-.48c-1.79 0-3.6 1-3.6 2.81a2.89 2.89 0 0 0 3 2.75h.08a2.63 2.63 0 0 0 2.4-1.2h.06v1h1.8v-4.81c0-2.19-1.66-3.46-3.79-3.46Zm-.23 6.85c-.61 0-1.46-.31-1.46-1.06 0-1 1.06-1.33 2-1.33a3.32 3.32 0 0 1 1.7.42 2.26 2.26 0 0 1-2.19 2ZM123.74 22l-2.14 5.42h-.06L119.32 22h-2l3.33 7.58-1.9 4.21h1.95L125.82 22Zm-16.81 8h1.87V17.5h-1.87Z"}}),t("path",{attrs:{fill:"url(#dt-icon2339346061a)",d:"M10.44 7.54a2 2 0 0 0-.44 1.4v22.12a2 2 0 0 0 .46 1.4l.07.07L22.9 20.15v-.29L10.51 7.47Z"}}),t("path",{attrs:{fill:"url(#dt-icon2339346061b)",d:"m27 24.28-4.1-4.13v-.29l4.1-4.14h.09L32 18.56c1.4.79 1.4 2.09 0 2.89l-4.89 2.78Z"}}),t("path",{attrs:{fill:"url(#dt-icon2339346061c)",d:"M27.12 24.22 22.9 20 10.44 32.46a1.63 1.63 0 0 0 2.08.06l14.61-8.3"}}),t("path",{attrs:{fill:"url(#dt-icon2339346061d)",d:"m27.12 15.78-14.61-8.3a1.63 1.63 0 0 0-2.08.06L22.9 20Z"}}),t("path",{attrs:{opacity:".2",d:"m27 24.13-14.49 8.25a1.67 1.67 0 0 1-2 0l-.07.07.07.07a1.66 1.66 0 0 0 2 0l14.61-8.3Z"}}),t("path",{staticStyle:{isolation:"isolate"},attrs:{d:"M10.44 32.32a2 2 0 0 1-.46-1.4v.15a2 2 0 0 0 .46 1.4l.07-.07Z"}}),t("path",{staticStyle:{isolation:"isolate"},attrs:{opacity:".12",d:"m32 21.3-5 2.83.09.09L32 21.44A1.75 1.75 0 0 0 33 20a1.86 1.86 0 0 1-1 1.3Z"}}),t("path",{staticStyle:{isolation:"isolate"},attrs:{opacity:".25",d:"M12.51 7.62 32 18.7a1.86 1.86 0 0 1 1 1.3 1.75 1.75 0 0 0-1-1.44L12.51 7.48C11.11 6.69 10 7.35 10 8.95v.15c0-1.61 1.12-2.27 2.51-1.48Z"}})])])};const x3={render:C3},j3=Object.freeze(Object.defineProperty({__proto__:null,default:x3},Symbol.toStringTag,{value:"Module"}));var $3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--play",attrs:{"aria-hidden":"true",role:"img","data-name":"Play",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.26 1.061a.5.5 0 0 1 .51.019l7 4.5a.5.5 0 0 1 0 .84l-7 4.5A.5.5 0 0 1 2 10.5v-9a.5.5 0 0 1 .26-.439ZM3 2.416v7.168L8.576 6 3 2.416Z","clip-rule":"evenodd"}})])};const A3={render:$3},S3=Object.freeze(Object.defineProperty({__proto__:null,default:A3},Symbol.toStringTag,{value:"Module"}));var O3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--plug",attrs:{"aria-hidden":"true",role:"img","data-name":"Plug",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 8a.5.5 0 0 1 .5.5V11a.5.5 0 0 1-1 0V8.5A.5.5 0 0 1 6 8ZM4.5.5A.5.5 0 0 1 5 1v2.5a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Zm3 0A.5.5 0 0 1 8 1v2.5a.5.5 0 0 1-1 0V1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v2.5A2.5 2.5 0 0 1 7 9H5a2.5 2.5 0 0 1-2.5-2.5V4Zm1 .5v2A1.5 1.5 0 0 0 5 8h2a1.5 1.5 0 0 0 1.5-1.5v-2h-5Z","clip-rule":"evenodd"}})])};const E3={render:O3},F3=Object.freeze(Object.defineProperty({__proto__:null,default:E3},Symbol.toStringTag,{value:"Module"}));var H3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--plus-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Plus Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3248157782a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M6 3.5a.5.5 0 0 1 .5.5v4a.5.5 0 1 1-1 0V4a.5.5 0 0 1 .5-.5Z"}}),t("path",{attrs:{d:"M3.5 6a.5.5 0 0 1 .5-.5h4a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3248157782a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const z3={render:H3},B3=Object.freeze(Object.defineProperty({__proto__:null,default:z3},Symbol.toStringTag,{value:"Module"}));var V3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--plus",attrs:{"aria-hidden":"true",role:"img","data-name":"Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0v-7A.5.5 0 0 1 6 2Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 6a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 2 6Z","clip-rule":"evenodd"}})])};const P3={render:V3},T3=Object.freeze(Object.defineProperty({__proto__:null,default:P3},Symbol.toStringTag,{value:"Module"}));var L3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--power",attrs:{"aria-hidden":"true",role:"img","data-name":"Power",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.168 2.966a.5.5 0 0 1 0 .708 4 4 0 1 0 5.658 0 .5.5 0 1 1 .708-.707 5 5 0 1 1-7.073 0 .5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 .5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5Z","clip-rule":"evenodd"}})])};const I3={render:L3},U3=Object.freeze(Object.defineProperty({__proto__:null,default:I3},Symbol.toStringTag,{value:"Module"}));var q3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--print-fax",attrs:{"aria-hidden":"true",role:"img","data-name":"Print Fax",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1236946576a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 1A.5.5 0 0 1 3 .5h6a.5.5 0 0 1 .5.5v3h.5a1.5 1.5 0 0 1 1.5 1.5V8A1.5 1.5 0 0 1 10 9.5h-.5V11a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V9.5H2A1.5 1.5 0 0 1 .5 8V5.5A1.5 1.5 0 0 1 2 4h.5V1ZM2 5a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 .5.5h.5V7a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1.5h.5a.5.5 0 0 0 .5-.5V5.5A.5.5 0 0 0 10 5H2Zm6.5-1h-5V1.5h5V4Zm0 3.5h-5v3h5v-3Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1236946576a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const N3={render:q3},R3=Object.freeze(Object.defineProperty({__proto__:null,default:N3},Symbol.toStringTag,{value:"Module"}));var G3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--printer",attrs:{"aria-hidden":"true",role:"img","data-name":"Printer",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3999837653a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M2.5 1A.5.5 0 0 1 3 .5h6a.5.5 0 0 1 .5.5v3.5a.5.5 0 0 1-1 0v-3h-5v3a.5.5 0 0 1-1 0V1Z"}}),t("path",{attrs:{d:"M2 5a.5.5 0 0 0-.5.5V8a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1H2A1.5 1.5 0 0 1 .5 8V5.5A1.5 1.5 0 0 1 2 4h8a1.5 1.5 0 0 1 1.5 1.5V8A1.5 1.5 0 0 1 10 9.5H9a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5V5.5A.5.5 0 0 0 10 5H2Z"}}),t("path",{attrs:{d:"M2.5 7a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V7Zm1 .5v3h5v-3h-5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3999837653a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const K3={render:G3},J3=Object.freeze(Object.defineProperty({__proto__:null,default:K3},Symbol.toStringTag,{value:"Module"}));var W3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--puzzle",attrs:{"aria-hidden":"true",role:"img","data-name":"Puzzle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon652769727a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.806 8.251a.99.99 0 0 0 .39-.24l.806-.805a1.7 1.7 0 0 0 .499-1.2V6c0-.436-.167-.873-.5-1.206l-.783-.784a.013.013 0 0 1-.004-.01.1.1 0 0 1 .023-.03.441.441 0 0 1 .143-.086l.005-.002a1.75 1.75 0 1 0-2.267-2.265.444.444 0 0 1-.087.147c-.007.013-.026.035-.041.02l-.78-.78-.004-.005a1.702 1.702 0 0 0-2.411 0l-.762.762c-.23.23-.34.555-.294.877l.001.01c.077.518.507.801.81.925a.75.75 0 0 1-.43 1.43L4.114 5a.75.75 0 0 1-.542-.451c-.124-.304-.408-.734-.926-.811a1.038 1.038 0 0 0-.886.292l-.763.763-.007.008a1.702 1.702 0 0 0 .008 2.404l.783.784a.013.013 0 0 1 .004.01.1.1 0 0 1-.024.03.437.437 0 0 1-.14.086l-.006.003a1.75 1.75 0 1 0 1.76 2.971l.006-.006c.222-.188.394-.429.5-.7a.444.444 0 0 1 .087-.146c.018-.02.035-.022.041-.02l.006.005.778.778a1.702 1.702 0 0 0 1.86.37c.133-.056.274-.154.352-.211l.115-.087.034-.027.006-.005a.505.505 0 0 0 .042-.036l.005-.006.799-.799.004-.004a.99.99 0 0 0 .28-.845c-.074-.494-.478-.764-.777-.877l-.007-.003a.75.75 0 1 1 .765-1.256 1.923 1.923 0 0 1 .126.179c.03.046.055.09.073.122l.014.028c.12.293.386.67.857.745l.008.001a.99.99 0 0 0 .456-.039ZM7.282 2.49c.227.226.548.333.866.285.507-.076.785-.494.903-.797a.747.747 0 0 1 .912-.446.75.75 0 0 1 .063 1.416l-.004.001c-.302.117-.721.394-.797.902-.048.319.059.64.286.867l.784.784a.701.701 0 0 1 .206.494V6a.7.7 0 0 1-.207.498l-.798.8a.37.37 0 0 1-.085-.132.502.502 0 0 0-.037-.08l-.03-.057a4.177 4.177 0 0 0-.096-.162 1.93 1.93 0 0 0-.332-.42 1.75 1.75 0 1 0-1.757 2.962.375.375 0 0 1 .138.086l-.779.78-.015.012a2.87 2.87 0 0 1-.185.133l-.048.027a.7.7 0 0 1-.768-.153l-.784-.784-.008-.006a1.013 1.013 0 0 0-.858-.28c-.507.077-.785.495-.902.798a.75.75 0 0 1-.21.295l-.004.004a.75.75 0 1 1-.764-1.268l.006-.002c.302-.118.722-.395.797-.903a1.013 1.013 0 0 0-.285-.865l-.785-.785a.701.701 0 0 1 0-.996l.007-.007.757-.756a.038.038 0 0 1 .03-.011s.005 0 .01.004a.16.16 0 0 1 .036.028.527.527 0 0 1 .102.167 1.75 1.75 0 0 0 1.274 1.055l.007.001a1.75 1.75 0 0 0 1-3.337.524.524 0 0 1-.167-.102.16.16 0 0 1-.028-.035.049.049 0 0 1-.004-.01.037.037 0 0 1 .01-.031l.763-.763a.701.701 0 0 1 .228-.153.702.702 0 0 1 .765.15l.787.788Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon652769727a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Y3={render:W3},X3=Object.freeze(Object.defineProperty({__proto__:null,default:Y3},Symbol.toStringTag,{value:"Module"}));var Q3=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--qr-code",attrs:{"aria-hidden":"true",role:"img","data-name":"Qr Code",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 2a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2Zm2.5 0H2v1.5h1.5V2Zm4 0a1 1 0 0 1 1-1H10a1 1 0 0 1 1 1v1.5a1 1 0 0 1-1 1H8.5a1 1 0 0 1-1-1V2ZM10 2H8.5v1.5H10V2ZM1 8.5a1 1 0 0 1 1-1h1.5a1 1 0 0 1 1 1V10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V8.5Zm2.5 0H2V10h1.5V8.5Zm4.44-.56A1.5 1.5 0 0 1 9 7.5h1.5a.5.5 0 0 1 0 1H9a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 1-1 0V9c0-.398.158-.78.44-1.06ZM10.5 10a.5.5 0 0 1 .5.5v.005a.5.5 0 0 1-1 0V10.5a.5.5 0 0 1 .5-.5ZM6 3a.5.5 0 0 1 .5.5V5A1.5 1.5 0 0 1 5 6.5H3.5a.5.5 0 0 1 0-1H5a.5.5 0 0 0 .5-.5V3.5A.5.5 0 0 1 6 3ZM1 6a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1.5A.5.5 0 0 1 1 6Zm4.5-4.5A.5.5 0 0 1 6 1h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm.5 6a.5.5 0 0 1 .5.5v.005a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5ZM7.5 6a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5Zm3-.5a.5.5 0 0 1 .5.5v.005a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5ZM6 9.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V10a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const e4={render:Q3},t4=Object.freeze(Object.defineProperty({__proto__:null,default:e4},Symbol.toStringTag,{value:"Module"}));var a4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--queries",attrs:{"aria-hidden":"true",role:"img","data-name":"Queries",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5ZM8 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 1 1 0 1H8.5A.5.5 0 0 1 8 10Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor",d:"M7.953 5.636a1 1 0 0 1 1.507.863v.004c-.001.197-.13.404-.396.612l-.005.003a2.771 2.771 0 0 1-.698.386l-.06.022a.5.5 0 1 0 .319.948l.002-.001a3.21 3.21 0 0 0 .344-.141c.193-.09.452-.228.698-.418l.007-.005c.362-.28.789-.747.789-1.409v-.004a2 2 0 0 0-3.887-.662.5.5 0 1 0 .944.332 1 1 0 0 1 .436-.53Z"}})])};const n4={render:a4},o4=Object.freeze(Object.defineProperty({__proto__:null,default:n4},Symbol.toStringTag,{value:"Module"}));var r4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--quote",attrs:{"aria-hidden":"true",role:"img","data-name":"Quote",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.088 1.41c.285.286.412.677.412 1.09v4c0 1.845-.53 3.012-1.37 3.7-.822.671-1.84.8-2.63.8h-.02c-.107 0-.226 0-.324-.01a.728.728 0 0 1-.447-.199.728.728 0 0 1-.198-.447A3.122 3.122 0 0 1 .5 10.02V8.996c0-.11 0-.23.01-.33a.754.754 0 0 1 .192-.447.726.726 0 0 1 .45-.207C1.254 8 1.376 8 1.486 8H1.5a.51.51 0 0 0 .334-.166A.51.51 0 0 0 2 7.5V7c-.413 0-.802-.126-1.088-.412C.626 6.302.5 5.913.5 5.5V2.486c0-.409.128-.794.414-1.077C1.2 1.126 1.587 1 2 1h1.997c.415-.005.804.122 1.09.41Zm-.709.705c-.058-.058-.167-.118-.372-.115H2c-.212 0-.325.062-.383.12-.057.056-.117.164-.117.366V5.5c0 .212.062.323.12.38.057.058.168.12.38.12h.02c.107 0 .226 0 .324.01a.736.736 0 0 1 .447.199.728.728 0 0 1 .198.447C3 6.754 3 6.873 3 6.98v.52c0 .413-.201.783-.459 1.041C2.283 8.8 1.913 9 1.5 9v1c.71 0 1.442-.121 1.996-.574C4.03 8.988 4.5 8.156 4.5 6.5v-4c0-.212-.062-.326-.121-.385Zm6.708-.705c.286.286.413.677.413 1.09v4c0 1.845-.53 3.012-1.37 3.7-.822.671-1.84.8-2.63.8h-.02c-.107 0-.226 0-.324-.01a.728.728 0 0 1-.447-.199.728.728 0 0 1-.198-.447c-.011-.098-.011-.217-.011-.325V8.5A.5.5 0 0 1 7 8c.333 0 .52-.05.624-.101a.324.324 0 0 0 .167-.176c.042-.097.07-.24.08-.46a5.73 5.73 0 0 0 .007-.267c-.367-.023-.708-.15-.966-.408C6.626 6.302 6.5 5.913 6.5 5.5V2.486c0-.409.128-.794.414-1.077C7.2 1.126 7.587 1 8 1h1.997c.415-.005.804.122 1.09.41Zm-.708.705c-.058-.058-.167-.118-.372-.115H8c-.212 0-.325.062-.383.12-.057.056-.117.164-.117.366V5.5c0 .212.062.323.12.38.057.058.168.12.38.12h.375a.5.5 0 0 1 .5.5l.001.222c.002.198.004.404-.005.59-.013.26-.048.546-.162.81-.122.28-.327.516-.638.67-.17.086-.36.141-.571.174V10c.71 0 1.442-.121 1.996-.574.535-.438 1.004-1.27 1.004-2.926v-4c0-.212-.062-.326-.121-.385Z","clip-rule":"evenodd"}})])};const s4={render:r4},i4=Object.freeze(Object.defineProperty({__proto__:null,default:s4},Symbol.toStringTag,{value:"Module"}));var d4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--record-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Record Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM1 6a5 5 0 1 1 10 0A5 5 0 0 1 1 6Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor",d:"M8.5 6a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Z"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM3 6a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z","clip-rule":"evenodd"}})])};const l4={render:d4},f4=Object.freeze(Object.defineProperty({__proto__:null,default:l4},Symbol.toStringTag,{value:"Module"}));var u4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--record",attrs:{"aria-hidden":"true",role:"img","data-name":"Record",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM1 6a5 5 0 1 1 10 0A5 5 0 0 1 1 6Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM3 6a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z","clip-rule":"evenodd"}})])};const _4={render:u4},c4=Object.freeze(Object.defineProperty({__proto__:null,default:_4},Symbol.toStringTag,{value:"Module"}));var m4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--redo",attrs:{"aria-hidden":"true",role:"img","data-name":"Redo",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.146 1.646a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708L9.293 4.5 7.146 2.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.452 4.952A3.25 3.25 0 0 1 4.75 4H10a.5.5 0 0 1 0 1H4.75a2.25 2.25 0 1 0 0 4.5H6.5a.5.5 0 0 1 0 1H4.75a3.25 3.25 0 0 1-2.298-5.548Z","clip-rule":"evenodd"}})])};const h4={render:m4},g4=Object.freeze(Object.defineProperty({__proto__:null,default:h4},Symbol.toStringTag,{value:"Module"}));var p4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--refresh",attrs:{"aria-hidden":"true",role:"img","data-name":"Refresh",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2285118030a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.5.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1h1.697l-.529-.476a4 4 0 1 0 1.335 3.424.5.5 0 0 1 .995.105A5 5 0 1 1 9.33 2.275l.004.004.665.598V1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2285118030a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const k4={render:p4},w4=Object.freeze(Object.defineProperty({__proto__:null,default:k4},Symbol.toStringTag,{value:"Module"}));var v4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--repeat",attrs:{"aria-hidden":"true",role:"img","data-name":"Repeat",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.146.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L9.793 3 8.146 1.354a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 3.5A1.5 1.5 0 0 0 2 5v.5a.5.5 0 0 1-1 0V5a2.5 2.5 0 0 1 2.5-2.5h7a.5.5 0 0 1 0 1h-7Zm.354 3.146a.5.5 0 0 1 0 .708L2.207 9l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.5 6a.5.5 0 0 1 .5.5V7a2.5 2.5 0 0 1-2.5 2.5h-7a.5.5 0 0 1 0-1h7A1.5 1.5 0 0 0 10 7v-.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const y4={render:v4},b4=Object.freeze(Object.defineProperty({__proto__:null,default:y4},Symbol.toStringTag,{value:"Module"}));var D4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--reply-all",attrs:{"aria-hidden":"true",role:"img","data-name":"Reply All",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.354 3.146a.5.5 0 0 1 0 .708L2.207 6l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Zm2.5 0a.5.5 0 0 1 0 .708L5.207 5.5H9.5A2.5 2.5 0 0 1 12 8v1a.5.5 0 0 1-1 0V8a1.5 1.5 0 0 0-1.5-1.5H5.207l1.647 1.646a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const M4={render:D4},Z4=Object.freeze(Object.defineProperty({__proto__:null,default:M4},Symbol.toStringTag,{value:"Module"}));var C4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--reply",attrs:{"aria-hidden":"true",role:"img","data-name":"Reply",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.854 3.146a.5.5 0 0 1 0 .708L2.707 6l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 6a.5.5 0 0 1 .5-.5h6A2.5 2.5 0 0 1 10.5 8v1a.5.5 0 0 1-1 0V8A1.5 1.5 0 0 0 8 6.5H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const x4={render:C4},j4=Object.freeze(Object.defineProperty({__proto__:null,default:x4},Symbol.toStringTag,{value:"Module"}));var $4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--rewind-15-sec",attrs:{"aria-hidden":"true",role:"img","data-name":"Rewind 15 Sec",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.72 1.008a5 5 0 1 1-4.692 5.519.5.5 0 0 1 .994-.105 4 4 0 1 0 1.336-3.424l-.53.476H3a.5.5 0 0 1 0 1H1.527a.28.28 0 0 1-.004 0H1.5a.5.5 0 0 1-.5-.5v-1.5a.5.5 0 0 1 1 0v.4l.695-.625a5 5 0 0 1 3.025-1.24ZM5.977 4.5a.5.5 0 0 1 .5-.5h1.308a.5.5 0 1 1 0 1h-.808v.272c.169-.014.357 0 .548.073.398.15.593.457.68.72.08.242.08.472.08.56v.008c0 .167-.053.421-.177.659-.128.245-.369.54-.78.645-.35.09-.65.037-.893-.096a1.568 1.568 0 0 1-.417-.354l-.013-.014a.5.5 0 0 1 .749-.663c.081.092.12.13.163.154a.133.133 0 0 0 .05.016.306.306 0 0 0 .113-.011c.043-.011.093-.045.142-.14a.647.647 0 0 0 .052-.137.352.352 0 0 0 .011-.062v.003a.816.816 0 0 0-.029-.253.204.204 0 0 0-.035-.068.107.107 0 0 0-.048-.031.33.33 0 0 0-.201.005.653.653 0 0 0-.194.09.5.5 0 0 1-.8-.4V4.5Zm-.785-.461A.5.5 0 0 1 5.5 4.5v3a.5.5 0 1 1-1 0V5.708l-.146.146a.5.5 0 0 1-.707-.707l1-1a.5.5 0 0 1 .545-.108Z",fill:"currentColor"}})])};const A4={render:$4},S4=Object.freeze(Object.defineProperty({__proto__:null,default:A4},Symbol.toStringTag,{value:"Module"}));var O4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--rewind",attrs:{"aria-hidden":"true",role:"img","data-name":"Rewind",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2984085840a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M5.72 2.051a.5.5 0 0 1 .28.45v7a.5.5 0 0 1-.807.394l-4.5-3.5a.5.5 0 0 1 0-.79l4.5-3.5a.5.5 0 0 1 .527-.054Zm-3.905 3.95L5 8.477V3.522L1.815 6Z"}}),t("path",{attrs:{d:"M11.22 2.051a.5.5 0 0 1 .28.45v7a.5.5 0 0 1-.807.394l-4.5-3.5a.5.5 0 0 1 0-.79l4.5-3.5a.5.5 0 0 1 .527-.054Zm-3.905 3.95L10.5 8.477V3.522L7.315 6Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2984085840a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const E4={render:O4},F4=Object.freeze(Object.defineProperty({__proto__:null,default:E4},Symbol.toStringTag,{value:"Module"}));var H4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--salesforce-glyph",attrs:{"aria-hidden":"true",role:"img","data-name":"Salesforce Glyph",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{width:"24",height:"24",rx:"2",fill:"#00A1E0"}}),t("path",{attrs:{d:"M10.323 6.419a3.637 3.637 0 0 1 2.536-1.011c1.32 0 2.472.683 3.085 1.698a4.543 4.543 0 0 1 1.744-.344C20.07 6.762 22 8.57 22 10.8c0 2.231-1.93 4.04-4.312 4.04-.285 0-.57-.027-.849-.08-.54.896-1.57 1.5-2.751 1.5-.494 0-.962-.106-1.379-.295C12.162 17.161 10.886 18 9.4 18c-1.549 0-2.868-.91-3.375-2.186a3.54 3.54 0 0 1-.686.067C3.495 15.88 2 14.479 2 12.749c0-1.16.672-2.172 1.67-2.713a3.368 3.368 0 0 1-.32-1.433c0-1.99 1.739-3.602 3.884-3.602 1.26 0 2.38.556 3.089 1.418Z",fill:"#fff"}})])};const z4={render:H4},B4=Object.freeze(Object.defineProperty({__proto__:null,default:z4},Symbol.toStringTag,{value:"Module"}));var V4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--salesforce-logo",attrs:{"aria-hidden":"true",role:"img","data-name":"Salesforce Logo",viewBox:"0 0 58 40",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M23.781 4.363c1.844-1.92 4.41-3.112 7.247-3.112 3.773 0 7.064 2.104 8.817 5.226a12.191 12.191 0 0 1 4.983-1.059c6.803 0 12.32 5.565 12.32 12.428 0 6.864-5.517 12.428-12.32 12.428-.815 0-1.628-.08-2.427-.241a9.004 9.004 0 0 1-11.8 3.706C29.034 37.419 25.39 40 21.14 40c-4.424 0-8.195-2.8-9.642-6.726a9.428 9.428 0 0 1-1.96.204C4.27 33.478 0 29.164 0 23.841a9.653 9.653 0 0 1 4.77-8.349 11.033 11.033 0 0 1-.914-4.408C3.856 4.963 8.826 0 14.956 0c3.6 0 6.798 1.711 8.825 4.363Z",fill:"#00A1E0"}}),t("path",{attrs:{d:"M8.277 20.743c-.035.094.013.113.025.13.107.078.216.134.326.197.583.309 1.133.4 1.709.4 1.172 0 1.9-.624 1.9-1.628v-.02c0-.928-.821-1.265-1.592-1.508l-.1-.033c-.582-.188-1.083-.351-1.083-.734v-.02c0-.328.293-.569.747-.569a3.38 3.38 0 0 1 1.49.382s.113.073.155-.037c.022-.059.218-.585.238-.642.022-.062-.017-.107-.057-.132a3.325 3.325 0 0 0-1.68-.45h-.117c-1.072 0-1.821.648-1.821 1.577v.02c0 .979.826 1.297 1.6 1.518l.125.038c.564.174 1.05.323 1.05.72v.02c0 .362-.316.633-.826.633-.197 0-.828-.004-1.51-.435-.082-.048-.13-.083-.193-.121-.034-.021-.118-.058-.154.053l-.232.641Zm17.162 0c-.036.094.013.113.024.13.107.078.217.134.326.197.583.309 1.134.4 1.71.4 1.172 0 1.9-.624 1.9-1.628v-.02c0-.928-.822-1.265-1.593-1.508l-.1-.033c-.581-.188-1.083-.351-1.083-.734v-.02c0-.328.293-.569.747-.569.505 0 1.104.168 1.49.382 0 0 .113.073.155-.037.023-.059.218-.585.238-.642.022-.062-.017-.107-.057-.132a3.325 3.325 0 0 0-1.679-.45H27.4c-1.073 0-1.822.648-1.822 1.577v.02c0 .979.826 1.297 1.6 1.518l.125.038c.564.174 1.05.323 1.05.72v.02c0 .362-.316.633-.825.633-.198 0-.83-.004-1.51-.435-.083-.048-.131-.081-.193-.121-.022-.014-.12-.052-.155.053l-.231.641Zm11.715-1.966c0 .567-.106 1.014-.314 1.33-.206.313-.518.465-.952.465-.436 0-.746-.151-.949-.465-.205-.315-.31-.763-.31-1.33 0-.567.105-1.013.31-1.325.203-.31.513-.46.949-.46.434 0 .746.15.953.46.207.312.313.758.313 1.325Zm.979-1.052a2.353 2.353 0 0 0-.446-.85 2.151 2.151 0 0 0-.75-.571 2.472 2.472 0 0 0-1.05-.21c-.397 0-.75.07-1.049.21-.3.14-.552.332-.752.571-.198.24-.348.526-.445.85a3.72 3.72 0 0 0-.143 1.052c0 .375.048.73.143 1.052.097.324.246.61.446.85.2.239.453.43.751.566.3.136.652.205 1.05.205.396 0 .749-.069 1.048-.205a2.1 2.1 0 0 0 .752-.566c.199-.239.349-.525.445-.85.096-.323.144-.678.144-1.052s-.048-.729-.144-1.052Zm8.035 2.695c-.032-.095-.124-.059-.124-.059a2.241 2.241 0 0 1-.455.13 3.541 3.541 0 0 1-.537.039c-.474 0-.85-.141-1.12-.42-.27-.278-.42-.728-.42-1.337.002-.555.136-.971.376-1.289.239-.316.602-.478 1.086-.478.404 0 .712.047 1.034.148 0 0 .077.034.114-.067.085-.238.149-.408.24-.67.026-.073-.038-.105-.06-.114a3.823 3.823 0 0 0-.653-.165 4.906 4.906 0 0 0-.735-.05c-.41 0-.777.07-1.09.21a2.26 2.26 0 0 0-.788.572c-.21.239-.37.525-.477.85-.105.323-.16.678-.16 1.053 0 .811.22 1.468.652 1.948.433.482 1.084.727 1.932.727.502 0 1.016-.102 1.386-.248 0 0 .07-.034.04-.116l-.24-.663Zm1.712-2.187c.047-.315.134-.577.268-.781.203-.31.512-.48.947-.48.435 0 .722.17.928.48.137.204.196.478.22.781H47.88Zm3.295-.692a2.055 2.055 0 0 0-.424-.775c-.214-.23-.422-.39-.629-.48a2.423 2.423 0 0 0-.949-.192c-.413 0-.789.07-1.093.212a2.176 2.176 0 0 0-.763.583 2.387 2.387 0 0 0-.449.86 3.721 3.721 0 0 0-.145 1.057c0 .381.05.737.15 1.057.101.323.262.607.48.842.218.237.498.423.833.552.333.128.738.195 1.203.194.956-.003 1.46-.216 1.668-.331.036-.02.072-.056.027-.159l-.216-.606c-.032-.09-.125-.057-.125-.057-.236.088-.574.246-1.36.244-.513 0-.894-.152-1.132-.39-.245-.242-.365-.598-.386-1.101l3.312.003s.087-.002.096-.086c.004-.036.114-.68-.098-1.427Zm-29.823.692c.048-.315.134-.577.268-.781.203-.31.512-.48.947-.48.435 0 .722.17.929.48.136.204.195.478.219.781h-2.363Zm3.294-.692a2.055 2.055 0 0 0-.423-.775c-.213-.23-.422-.39-.629-.48a2.423 2.423 0 0 0-.949-.192c-.413 0-.789.07-1.093.212a2.175 2.175 0 0 0-.763.583 2.386 2.386 0 0 0-.448.86 3.746 3.746 0 0 0-.146 1.057c0 .381.05.737.15 1.057.102.323.263.607.48.842.218.237.498.423.834.552.333.128.737.195 1.202.194.956-.003 1.46-.216 1.668-.331.037-.02.072-.056.028-.159l-.216-.606c-.033-.09-.125-.057-.125-.057-.237.088-.574.246-1.36.244-.514 0-.895-.152-1.133-.39-.245-.242-.365-.598-.386-1.101l3.313.003s.087-.002.096-.086c.003-.036.113-.68-.1-1.427Zm-10.453 2.861a.67.67 0 0 1-.192-.196c-.065-.102-.098-.247-.098-.43 0-.292.096-.501.295-.642-.002 0 .285-.248.96-.24.476.007.9.077.9.077v1.506s-.42.09-.894.12c-.674.04-.974-.195-.971-.195Zm1.318-2.327a7.397 7.397 0 0 0-.517-.016c-.284 0-.559.036-.816.105-.259.07-.492.178-.692.321-.2.143-.364.33-.48.546a1.597 1.597 0 0 0-.177.764c0 .293.05.548.151.756.101.21.247.384.433.518a1.8 1.8 0 0 0 .675.292c.26.06.554.09.876.09.34 0 .678-.028 1.006-.084.325-.055.724-.136.835-.161.078-.019.155-.039.232-.06.082-.02.076-.108.076-.108l-.002-3.029c0-.664-.178-1.157-.527-1.462-.347-.305-.86-.459-1.521-.459-.248 0-.648.035-.888.083 0 0-.723.14-1.021.373 0 0-.065.04-.03.131l.235.63c.03.082.108.054.108.054s.025-.01.055-.027c.637-.346 1.443-.336 1.443-.336.358 0 .633.072.82.214.18.139.272.348.272.79v.14a12.01 12.01 0 0 0-.546-.065Zm26.716-1.707a.09.09 0 0 0-.05-.119 2.87 2.87 0 0 0-.555-.095c-.416-.025-.647.045-.854.138-.205.092-.433.242-.56.412v-.403c0-.056-.04-.1-.095-.1h-.85c-.055 0-.095.044-.095.1v4.941c0 .055.046.1.101.1h.87a.1.1 0 0 0 .1-.1v-2.468c0-.332.037-.662.11-.87.072-.205.17-.37.29-.487.122-.118.26-.2.41-.246.154-.047.324-.063.444-.063.174 0 .364.045.364.045.064.007.1-.032.12-.09.058-.151.219-.604.25-.695Z",fill:"#fff"}}),t("path",{attrs:{d:"M34.059 14.078a2.592 2.592 0 0 0-.777-.112c-.6 0-1.072.17-1.404.503-.33.332-.553.838-.666 1.503l-.04.224h-.752s-.092-.004-.111.096l-.123.69c-.009.065.02.106.107.106h.732l-.742 4.145a5.124 5.124 0 0 1-.199.817 1.65 1.65 0 0 1-.231.471.615.615 0 0 1-.303.234 1.232 1.232 0 0 1-.39.056 1.47 1.47 0 0 1-.265-.03.782.782 0 0 1-.18-.057s-.085-.033-.119.053c-.027.07-.222.607-.246.673-.023.066.01.117.051.133.098.034.17.057.303.088.184.044.34.046.485.046.305 0 .583-.043.814-.126.23-.084.433-.23.612-.427.193-.213.314-.436.43-.741a6.38 6.38 0 0 0 .291-1.112l.747-4.223h1.09s.092.003.111-.097l.124-.689c.008-.065-.02-.106-.108-.106h-1.06c.006-.024.054-.397.176-.747a.977.977 0 0 1 .232-.354.696.696 0 0 1 .277-.172 1.35 1.35 0 0 1 .628-.024c.102.022.142.033.17.042.108.032.122 0 .143-.052l.254-.695c.026-.075-.039-.107-.061-.116ZM19.26 21.242c0 .056-.04.1-.095.1h-.879c-.055 0-.094-.044-.094-.1v-7.07c0-.055.039-.1.094-.1h.879c.055 0 .095.046.095.1v7.07Z",fill:"#fff"}})])};const P4={render:V4},T4=Object.freeze(Object.defineProperty({__proto__:null,default:P4},Symbol.toStringTag,{value:"Module"}));var L4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--satisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Satisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1590153217a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM4 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5ZM3.7 6.6a.5.5 0 0 1 .698.098L4.4 6.7 4 7l.4-.3v-.001.002l.018.02a2.474 2.474 0 0 0 .408.374c.288.21.687.405 1.174.405.487 0 .886-.195 1.175-.404a2.474 2.474 0 0 0 .424-.395l.003-.003A.5.5 0 0 1 8.4 7.3L8 7l.4.3-.001.001-.001.002-.004.005-.01.014c-.01.01-.021.025-.036.042a3.474 3.474 0 0 1-.585.54c-.4.29-1 .596-1.763.596a2.994 2.994 0 0 1-1.763-.596 3.474 3.474 0 0 1-.62-.582l-.01-.014-.005-.005v-.002H3.6L4 7l-.4.3a.5.5 0 0 1 .1-.7Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1590153217a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const I4={render:L4},U4=Object.freeze(Object.defineProperty({__proto__:null,default:I4},Symbol.toStringTag,{value:"Module"}));var q4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--save",attrs:{"aria-hidden":"true",role:"img","data-name":"Save",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V4.207L7.793 2H2.5Zm-1.06-.56A1.5 1.5 0 0 1 2.5 1H8a.5.5 0 0 1 .354.146l2.5 2.5A.5.5 0 0 1 11 4v5.5A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V7H4v3.5a.5.5 0 0 1-1 0v-4ZM3.5 1a.5.5 0 0 1 .5.5v2h3.5a.5.5 0 0 1 0 1h-4A.5.5 0 0 1 3 4V1.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const N4={render:q4},R4=Object.freeze(Object.defineProperty({__proto__:null,default:N4},Symbol.toStringTag,{value:"Module"}));var G4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--scan-face",attrs:{"aria-hidden":"true",role:"img","data-name":"Scan Face",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 1 2.5 1h1a.5.5 0 0 1 0 1h-1ZM8 1.5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 11 2.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1-.5-.5ZM10.5 8a.5.5 0 0 1 .5.5v1A1.5 1.5 0 0 1 9.5 11h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 1 .5-.5Zm-9 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1h-1A1.5 1.5 0 0 1 1 9.5v-1a.5.5 0 0 1 .5-.5Zm2.898-1.302A.5.5 0 0 0 3.6 7.3L4 7l-.4.3.001.001.001.002.004.005.01.014c.01.01.021.025.036.042a3.474 3.474 0 0 0 .585.54c.4.29 1 .596 1.763.596.763 0 1.364-.305 1.763-.596a3.473 3.473 0 0 0 .62-.582l.01-.014.005-.005v-.002H8.4L8 7l.4.3a.5.5 0 0 0-.798-.602l-.003.003a2.474 2.474 0 0 1-.425.395c-.288.21-.687.404-1.174.404-.487 0-.886-.194-1.175-.404a2.474 2.474 0 0 1-.424-.395l-.003-.003ZM4 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const K4={render:G4},J4=Object.freeze(Object.defineProperty({__proto__:null,default:K4},Symbol.toStringTag,{value:"Module"}));var W4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--scan",attrs:{"aria-hidden":"true",role:"img","data-name":"Scan",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 1 2.5 1h1a.5.5 0 0 1 0 1h-1ZM8 1.5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 11 2.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 1-.5-.5ZM10.5 8a.5.5 0 0 1 .5.5v1A1.5 1.5 0 0 1 9.5 11h-1a.5.5 0 0 1 0-1h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 1 .5-.5Zm-9 0a.5.5 0 0 1 .5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 1 0 1h-1A1.5 1.5 0 0 1 1 9.5v-1a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Y4={render:W4},X4=Object.freeze(Object.defineProperty({__proto__:null,default:Y4},Symbol.toStringTag,{value:"Module"}));var Q4=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--scissors",attrs:{"aria-hidden":"true",role:"img","data-name":"Scissors",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM1 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM1 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.354 1.646a.5.5 0 0 1 0 .708l-5.94 5.94a.5.5 0 1 1-.708-.708l5.94-5.94a.5.5 0 0 1 .708 0ZM6.881 6.887a.5.5 0 0 1 .707 0l2.765 2.76a.5.5 0 1 1-.706.707l-2.765-2.76a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.706 3.707a.5.5 0 0 1 .708 0l1.94 1.94a.5.5 0 1 1-.708.707l-1.94-1.94a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])};const eg={render:Q4},tg=Object.freeze(Object.defineProperty({__proto__:null,default:eg},Symbol.toStringTag,{value:"Module"}));var ag=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--screen-share-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Screen Share Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94 1.44A1.5 1.5 0 0 1 2 1h4.5a.5.5 0 0 1 0 1H2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 8h8a.5.5 0 0 0 .5-.5V6a.5.5 0 0 1 1 0v1.5A1.5 1.5 0 0 1 10 9H2A1.5 1.5 0 0 1 .5 7.5v-5c0-.398.158-.78.44-1.06ZM3.5 10.5A.5.5 0 0 1 4 10h4a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 8a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 6 8Zm5.354-6.854a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 1 1-.708-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.146 1.146a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const ng={render:ag},og=Object.freeze(Object.defineProperty({__proto__:null,default:ng},Symbol.toStringTag,{value:"Module"}));var rg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--scroll",attrs:{"aria-hidden":"true",role:"img","data-name":"Scroll",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.94 1.44A1.5 1.5 0 0 1 3.5 2.5v7a.5.5 0 0 0 1 0v-1a.5.5 0 0 1 1 0v1a1.5 1.5 0 1 1-3 0v-5H1A.5.5 0 0 1 .5 4V2.5c0-.398.158-.78.44-1.06ZM2.5 3.5v-1a.5.5 0 1 0-1 0v1h1Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M11 8a.5.5 0 0 1 .5.5v1A1.5 1.5 0 0 1 10 11H4a.5.5 0 0 1 0-1h6a.5.5 0 0 0 .5-.5v-1A.5.5 0 0 1 11 8Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 1.5A.5.5 0 0 1 2 1h6.5A1.5 1.5 0 0 1 10 2.5v6a.5.5 0 0 1-1 0v-6a.5.5 0 0 0-.5-.5H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 8.5A.5.5 0 0 1 5 8h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const sg={render:rg},ig=Object.freeze(Object.defineProperty({__proto__:null,default:sg},Symbol.toStringTag,{value:"Module"}));var dg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--search",attrs:{"aria-hidden":"true",role:"img","data-name":"Search",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1 5.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.972 7.972a.5.5 0 0 1 .707 0l2.175 2.174a.5.5 0 1 1-.707.708L7.972 8.679a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])};const lg={render:dg},fg=Object.freeze(Object.defineProperty({__proto__:null,default:lg},Symbol.toStringTag,{value:"Module"}));var ug=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--send",attrs:{"aria-hidden":"true",role:"img","data-name":"Send",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon4126001743a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.661 1.036a.5.5 0 0 1 .556-.083l9.546 4.597a.5.5 0 0 1 0 .9l-9.546 4.597a.5.5 0 0 1-.684-.63L3.233 6l-1.7-4.417a.5.5 0 0 1 .128-.547ZM4.111 6.5 2.92 9.599 9.355 6.5H4.11Zm5.244-1H4.11L2.92 2.401 9.355 5.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon4126001743a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z",transform:"translate(.5)"}})])])])};const _g={render:ug},cg=Object.freeze(Object.defineProperty({__proto__:null,default:_g},Symbol.toStringTag,{value:"Module"}));var mg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--servicenow",attrs:{"aria-hidden":"true",role:"img","data-name":"Servicenow",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.062 3C6.579 2.967 2.049 7.455 2 12.955a10.05 10.05 0 0 0 3.14 7.39c.707.674 1.809.74 2.581.14 1.135-.888 2.598-1.423 4.283-1.423 1.677 0 3.14.526 4.283 1.422.78.609 1.882.527 2.597-.147a10.044 10.044 0 0 0 3.124-7.292C22 7.513 17.553 3.033 12.062 3Zm-.058 15.06c-2.967 0-4.998-2.236-4.998-4.998s2.03-5.04 4.998-5.04c2.968 0 4.998 2.27 4.998 5.04 0 2.762-2.03 4.998-4.998 4.998Z",fill:"#83B6A2"}})])};const hg={render:mg},gg=Object.freeze(Object.defineProperty({__proto__:null,default:hg},Symbol.toStringTag,{value:"Module"}));var pg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--settings",attrs:{"aria-hidden":"true",role:"img","data-name":"Settings",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1702936534a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 4a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM5 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"}}),t("path",{attrs:{d:"M4.83.94A1.5 1.5 0 0 1 5.89.5h.22A1.5 1.5 0 0 1 7.61 2v.093a.5.5 0 0 0 .25.429h.001l.215.125a.5.5 0 0 0 .522-.012l.06-.033a1.5 1.5 0 0 1 2.04.552l.11.19a1.502 1.502 0 0 1-.544 2.047l-.072.043-.011.006a.5.5 0 0 0-.246.433v.254a.5.5 0 0 0 .244.431l.066.036.016.008a1.5 1.5 0 0 1 .548 2.046l-.111.198a1.5 1.5 0 0 1-2.04.552l-.064-.035a.5.5 0 0 0-.518-.01l-.216.125a.5.5 0 0 0-.25.429V10a1.5 1.5 0 0 1-1.5 1.5h-.22a1.5 1.5 0 0 1-1.5-1.5v-.09a.5.5 0 0 0-.25-.432h-.001l-.215-.125a.5.5 0 0 0-.52.011l-.062.034a1.5 1.5 0 0 1-2.04-.552l-.11-.19a1.502 1.502 0 0 1 .544-2.047l.072-.043.011-.007a.5.5 0 0 0 .246-.432v-.255a.5.5 0 0 0-.25-.429.506.506 0 0 1-.034-.021l-.057-.038a1.5 1.5 0 0 1-.532-2.039l.11-.19a1.5 1.5 0 0 1 2.04-.553l.068.037a.5.5 0 0 0 .514.009l.216-.126a.5.5 0 0 0 .25-.433V2c0-.398.158-.78.44-1.06Zm4.105 4.934v.252a1.5 1.5 0 0 0 .77 1.313l.06.032a.5.5 0 0 1 .177.68l-.11.195a.5.5 0 0 1-.682.18l-.015-.007-.068-.037a1.5 1.5 0 0 0-1.492.005l-.216.125A1.5 1.5 0 0 0 6.61 9.91V10a.5.5 0 0 1-.5.5h-.22a.5.5 0 0 1-.5-.5v-.09a1.5 1.5 0 0 0-.75-1.298l-.214-.124-.001-.001a1.5 1.5 0 0 0-1.49-.005l-.07.037-.015.008a.5.5 0 0 1-.682-.183l-.11-.19a.5.5 0 0 1 .183-.681l.075-.046a1.5 1.5 0 0 0 .749-1.303v-.257a1.5 1.5 0 0 0-.734-1.28l-.064-.043a.5.5 0 0 1-.21-.7l.11-.189a.5.5 0 0 1 .683-.182l.015.008.067.036a1.5 1.5 0 0 0 1.493-.004l.216-.125a1.5 1.5 0 0 0 .749-1.295V2a.5.5 0 0 1 .5-.5h.22a.5.5 0 0 1 .5.5v.09a1.5 1.5 0 0 0 .75 1.298l.214.124.001.001a1.5 1.5 0 0 0 1.49.006l.07-.038.015-.008a.5.5 0 0 1 .682.183l.11.19a.5.5 0 0 1-.183.681l-.076.046a1.5 1.5 0 0 0-.548.549v.002a1.5 1.5 0 0 0-.2.75Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1702936534a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const kg={render:pg},wg=Object.freeze(Object.defineProperty({__proto__:null,default:kg},Symbol.toStringTag,{value:"Module"}));var vg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--share-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Share 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9 1.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0ZM3 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM1 6a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm8 2.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.863 6.503a.5.5 0 0 1 .684-.18l3.415 1.99a.5.5 0 1 1-.504.864l-3.415-1.99a.5.5 0 0 1-.18-.684Zm4.274-3.5a.5.5 0 0 1-.18.684l-3.41 1.99a.5.5 0 0 1-.504-.864l3.41-1.99a.5.5 0 0 1 .684.18Z","clip-rule":"evenodd"}})])};const yg={render:vg},bg=Object.freeze(Object.defineProperty({__proto__:null,default:yg},Symbol.toStringTag,{value:"Module"}));var Dg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--share-screen",attrs:{"aria-hidden":"true",role:"img","data-name":"Share Screen",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 2.5A1.5 1.5 0 0 1 2 1h8a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 10 9H2A1.5 1.5 0 0 1 .5 7.5v-5ZM2 2a.5.5 0 0 0-.5.5v5A.5.5 0 0 0 2 8h8a.5.5 0 0 0 .5-.5v-5A.5.5 0 0 0 10 2H2Zm4.98.813a.5.5 0 0 1 .707 0l1.111 1.111a.5.5 0 0 1 0 .707L7.687 5.742a.5.5 0 0 1-.707-.707l.257-.257H5.111a.389.389 0 0 0-.389.389v1.555a.5.5 0 0 1-1 0V5.167a1.389 1.389 0 0 1 1.39-1.389h2.125L6.98 3.52a.5.5 0 0 1 0-.707ZM.5 10.5A.5.5 0 0 1 1 10h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Mg={render:Dg},Zg=Object.freeze(Object.defineProperty({__proto__:null,default:Mg},Symbol.toStringTag,{value:"Module"}));var Cg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--share",attrs:{"aria-hidden":"true",role:"img","data-name":"Share",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3683306846a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M2 5.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V6a.5.5 0 1 1 1 0v4A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V6a.5.5 0 0 1 .5-.5ZM5.647.647a.5.5 0 0 1 .707 0l2 2a.5.5 0 0 1-.707.707L6 1.707 4.354 3.354a.5.5 0 0 1-.707-.707l2-2Z"}}),t("path",{attrs:{d:"M6 .5a.5.5 0 0 1 .5.5v6.5a.5.5 0 1 1-1 0V1A.5.5 0 0 1 6 .5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3683306846a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const xg={render:Cg},jg=Object.freeze(Object.defineProperty({__proto__:null,default:xg},Symbol.toStringTag,{value:"Module"}));var $g=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sheet",attrs:{"aria-hidden":"true",role:"img","data-name":"Sheet",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 4.5a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 4a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .5-.5Zm3 0a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Ag={render:$g},Sg=Object.freeze(Object.defineProperty({__proto__:null,default:Ag},Symbol.toStringTag,{value:"Module"}));var Og=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--shield-alert",attrs:{"aria-hidden":"true",role:"img","data-name":"Shield Alert",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.824.532a.5.5 0 0 1 .352 0l4 1.5a.5.5 0 0 1 .324.468V6c0 1.723-1.14 3.1-2.17 4.001a11.338 11.338 0 0 1-2.053 1.418l-.038.02-.01.006-.004.001S6.223 11.448 6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .324-.468l4-1.5ZM6 11l-.224.447c.14.07.308.07.448 0L6 11Zm0-.569a10.341 10.341 0 0 0 1.67-1.183C8.64 8.4 9.5 7.278 9.5 6V2.846L6 1.534 2.5 2.846V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 3.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5ZM5.5 8a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Eg={render:Og},Fg=Object.freeze(Object.defineProperty({__proto__:null,default:Eg},Symbol.toStringTag,{value:"Module"}));var Hg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--shield-check",attrs:{"aria-hidden":"true",role:"img","data-name":"Shield Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.824.532a.5.5 0 0 1 .352 0l4 1.5a.5.5 0 0 1 .324.468V6c0 1.723-1.14 3.1-2.17 4.001a11.338 11.338 0 0 1-2.053 1.418l-.038.02-.01.006-.004.001S6.223 11.448 6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .324-.468l4-1.5ZM6 11l-.224.447c.14.07.308.07.448 0L6 11Zm0-.569a10.341 10.341 0 0 0 1.67-1.183C8.64 8.4 9.5 7.278 9.5 6V2.846L6 1.534 2.5 2.846V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43Zm1.854-5.785a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const zg={render:Hg},Bg=Object.freeze(Object.defineProperty({__proto__:null,default:zg},Symbol.toStringTag,{value:"Module"}));var Vg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--shield-close",attrs:{"aria-hidden":"true",role:"img","data-name":"Shield Close",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.824.532a.5.5 0 0 1 .352 0l4 1.5a.5.5 0 0 1 .324.468V6c0 1.723-1.14 3.1-2.17 4.001a11.338 11.338 0 0 1-2.053 1.418l-.038.02-.01.006-.004.001S6.223 11.448 6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .324-.468l4-1.5ZM6 11l-.224.447c.14.07.308.07.448 0L6 11Zm0-.569a10.341 10.341 0 0 0 1.67-1.183C8.64 8.4 9.5 7.278 9.5 6V2.846L6 1.534 2.5 2.846V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43ZM4.396 4.146a.5.5 0 0 1 .708 0L6 5.043l.896-.897a.5.5 0 1 1 .708.708l-.897.896.897.896a.5.5 0 1 1-.708.708L6 6.457l-.896.897a.5.5 0 1 1-.708-.708l.897-.896-.897-.896a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const Pg={render:Vg},Tg=Object.freeze(Object.defineProperty({__proto__:null,default:Pg},Symbol.toStringTag,{value:"Module"}));var Lg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--shield-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Shield Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2986616398a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0L2.71 2.004l.016.015L9.16 8.454a.575.575 0 0 1 .005.005l2.188 2.187a.5.5 0 0 1-.708.708L8.82 9.527a10.645 10.645 0 0 1-2.587 1.915.5.5 0 0 1-.457.005L6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .058-.235l-.912-.911a.5.5 0 0 1 0-.708ZM2.5 3.207V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43a9.643 9.643 0 0 0 2.113-1.61L2.5 3.206ZM5.825.532a.5.5 0 0 1 .35 0l4 1.5a.5.5 0 0 1 .325.468v3.503a3.952 3.952 0 0 1-.178 1.145.5.5 0 1 1-.955-.296 2.95 2.95 0 0 0 .133-.854V2.846L6 1.534l-1.405.524a.5.5 0 1 1-.35-.936l1.58-.59Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2986616398a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Ig={render:Lg},Ug=Object.freeze(Object.defineProperty({__proto__:null,default:Ig},Symbol.toStringTag,{value:"Module"}));var qg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--shield",attrs:{"aria-hidden":"true",role:"img","data-name":"Shield",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.824.532a.5.5 0 0 1 .352 0l4 1.5a.5.5 0 0 1 .324.468V6c0 1.723-1.14 3.1-2.17 4.001a11.338 11.338 0 0 1-2.053 1.418l-.038.02-.01.006-.004.001S6.223 11.448 6 11l-.224.447h-.001l-.004-.002-.01-.006-.038-.02a10.362 10.362 0 0 1-.613-.355c-.39-.244-.914-.603-1.44-1.063C2.64 9.101 1.5 7.723 1.5 6V2.5a.5.5 0 0 1 .324-.468l4-1.5ZM6 11l-.224.447c.14.07.308.07.448 0L6 11Zm0-.569a10.341 10.341 0 0 0 1.67-1.183C8.64 8.4 9.5 7.278 9.5 6V2.846L6 1.534 2.5 2.846V6c0 1.277.86 2.4 1.83 3.249A10.341 10.341 0 0 0 6 10.43Z","clip-rule":"evenodd"}})])};const Ng={render:qg},Rg=Object.freeze(Object.defineProperty({__proto__:null,default:Ng},Symbol.toStringTag,{value:"Module"}));var Gg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--shortcuts",attrs:{"aria-hidden":"true",role:"img","data-name":"Shortcuts",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.647 1.147a.5.5 0 0 1 .707 0l2.5 2.5a.5.5 0 0 1 0 .707l-2.5 2.5a.5.5 0 0 1-.707-.707L9.293 4.5H4A1.5 1.5 0 0 0 2.5 6v1a.5.5 0 1 1-1 0V6A2.5 2.5 0 0 1 4 3.5h5.293L7.647 1.854a.5.5 0 0 1 0-.707ZM1 9.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}})])};const Kg={render:Gg},Jg=Object.freeze(Object.defineProperty({__proto__:null,default:Kg},Symbol.toStringTag,{value:"Module"}));var Wg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--shuffle",attrs:{"aria-hidden":"true",role:"img","data-name":"Shuffle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.5 1.5A.5.5 0 0 1 8 1h2.5a.5.5 0 0 1 .5.5V4a.5.5 0 1 1-1 0V2H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854 1.147a.5.5 0 0 1 0 .707l-8.5 8.5a.5.5 0 0 1-.707-.707l8.5-8.5a.5.5 0 0 1 .707 0ZM10.5 7.5a.5.5 0 0 1 .5.5v2.5a.5.5 0 0 1-.5.5H8a.5.5 0 1 1 0-1h2V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.147 7.147a.5.5 0 0 1 .707 0l3 3a.5.5 0 1 1-.707.707l-3-3a.5.5 0 0 1 0-.707Zm-5.5-5.5a.5.5 0 0 1 .707 0l2.5 2.5a.5.5 0 0 1-.707.707l-2.5-2.5a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])};const Yg={render:Wg},Xg=Object.freeze(Object.defineProperty({__proto__:null,default:Yg},Symbol.toStringTag,{value:"Module"}));var Qg=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sidebar-close",attrs:{"aria-hidden":"true",role:"img","data-name":"Sidebar Close",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Zm3.854 3.147a.5.5 0 0 1 0 .707L7.207 6l1.147 1.147a.5.5 0 0 1-.707.707l-1.5-1.5a.5.5 0 0 1 0-.707l1.5-1.5a.5.5 0 0 1 .707 0Z","clip-rule":"evenodd"}})])};const ep={render:Qg},tp=Object.freeze(Object.defineProperty({__proto__:null,default:ep},Symbol.toStringTag,{value:"Module"}));var ap=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sidebar-open",attrs:{"aria-hidden":"true",role:"img","data-name":"Sidebar Open",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Zm2.147 3.147a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 0 1 0 .707l-1.5 1.5a.5.5 0 0 1-.707-.707L7.793 6 6.647 4.854a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])};const np={render:ap},op=Object.freeze(Object.defineProperty({__proto__:null,default:np},Symbol.toStringTag,{value:"Module"}));var rp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sidebar",attrs:{"aria-hidden":"true",role:"img","data-name":"Sidebar",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const sp={render:rp},ip=Object.freeze(Object.defineProperty({__proto__:null,default:sp},Symbol.toStringTag,{value:"Module"}));var dp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--signal-best",attrs:{"aria-hidden":"true",role:"img","data-name":"Signal Best",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm3-2.5A.5.5 0 0 1 4 8v2a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Zm2.5-2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm2.5-2A.5.5 0 0 1 9 4v6a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5Zm2.5-2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const lp={render:dp},fp=Object.freeze(Object.defineProperty({__proto__:null,default:lp},Symbol.toStringTag,{value:"Module"}));var up=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--signal-high",attrs:{"aria-hidden":"true",role:"img","data-name":"Signal High",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm3-2.5A.5.5 0 0 1 4 8v2a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Zm2.5-2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Zm2.5-2A.5.5 0 0 1 9 4v6a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const _p={render:up},cp=Object.freeze(Object.defineProperty({__proto__:null,default:_p},Symbol.toStringTag,{value:"Module"}));var mp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--signal-low",attrs:{"aria-hidden":"true",role:"img","data-name":"Signal Low",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm3-2.5A.5.5 0 0 1 4 8v2a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const hp={render:mp},gp=Object.freeze(Object.defineProperty({__proto__:null,default:hp},Symbol.toStringTag,{value:"Module"}));var pp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--signal-medium",attrs:{"aria-hidden":"true",role:"img","data-name":"Signal Medium",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm3-2.5A.5.5 0 0 1 4 8v2a.5.5 0 0 1-1 0V8a.5.5 0 0 1 .5-.5Zm2.5-2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const kp={render:pp},wp=Object.freeze(Object.defineProperty({__proto__:null,default:kp},Symbol.toStringTag,{value:"Module"}));var vp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--signal-zero",attrs:{"aria-hidden":"true",role:"img","data-name":"Signal Zero",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const yp={render:vp},bp=Object.freeze(Object.defineProperty({__proto__:null,default:yp},Symbol.toStringTag,{value:"Module"}));var Dp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--siren",attrs:{"aria-hidden":"true",role:"img","data-name":"Siren",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1441048656a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 .5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5Zm3.604 1.396a.5.5 0 0 1 0 .708l-.25.25a.5.5 0 1 1-.708-.708l.25-.25a.5.5 0 0 1 .708 0Zm-7.493.215a.5.5 0 0 1 .707 0l.354.353a.5.5 0 0 1-.708.708l-.353-.354a.5.5 0 0 1 0-.707ZM6 4a2 2 0 0 0-2 2v2.5h1.5V6a.5.5 0 0 1 1 0v2.5H8V6a2 2 0 0 0-2-2Zm3 4.586V6a3 3 0 1 0-6 0v2.586A1.5 1.5 0 0 0 2 10v1a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-1a1.5 1.5 0 0 0-1-1.414ZM3.5 9.5a.5.5 0 0 0-.5.5v.5h6V10a.5.5 0 0 0-.5-.5h-5ZM.5 6a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6ZM10 6a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1h-.5A.5.5 0 0 1 10 6Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1441048656a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Mp={render:Dp},Zp=Object.freeze(Object.defineProperty({__proto__:null,default:Mp},Symbol.toStringTag,{value:"Module"}));var Cp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--skip-15-sec",attrs:{"aria-hidden":"true",role:"img","data-name":"Skip 15 Sec",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.225 2.007a4 4 0 1 0 3.753 4.415.5.5 0 0 1 .995.105 5 5 0 1 1-1.667-4.278l.004.004.69.62v-.399a.5.5 0 0 1 1 0v1.5a.5.5 0 0 1-.5.5h-.023a.28.28 0 0 1-.004 0H9a.5.5 0 1 1 0-1h.172l-.53-.476a4 4 0 0 0-2.417-.991ZM5.977 4.5a.5.5 0 0 1 .5-.5h1.308a.5.5 0 0 1 0 1h-.808v.272c.169-.014.357 0 .548.073.398.149.593.457.68.72.08.242.08.472.08.56v.008c0 .167-.053.421-.177.659-.128.245-.369.54-.78.645-.35.09-.65.037-.893-.097a1.568 1.568 0 0 1-.417-.353l-.013-.014a.5.5 0 0 1 .749-.663c.081.092.12.13.163.154a.133.133 0 0 0 .05.016.305.305 0 0 0 .113-.011c.043-.012.093-.046.142-.14a.647.647 0 0 0 .052-.138c.01-.04.011-.061.011-.061v.003a.816.816 0 0 0-.029-.253.205.205 0 0 0-.035-.068.107.107 0 0 0-.048-.032.33.33 0 0 0-.201.006.652.652 0 0 0-.194.09.5.5 0 0 1-.8-.4V4.5Zm-.785-.461A.5.5 0 0 1 5.5 4.5v3a.5.5 0 0 1-1 0V5.708l-.146.146a.5.5 0 1 1-.707-.707l1-1a.5.5 0 0 1 .545-.108Z",fill:"currentColor"}})])};const xp={render:Cp},jp=Object.freeze(Object.defineProperty({__proto__:null,default:xp},Symbol.toStringTag,{value:"Module"}));var $p=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--skip-back-ten",attrs:{"aria-hidden":"true",role:"img","data-name":"Skip Back Ten",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.72 1.008a5 5 0 1 1-4.692 5.519.5.5 0 1 1 .994-.106 4 4 0 1 0 1.336-3.423l-.53.476H3a.5.5 0 0 1 0 1H1.5a.5.5 0 0 1-.5-.5v-1.5a.5.5 0 1 1 1 0v.4l.695-.625a5 5 0 0 1 3.025-1.24Zm-.528 3.03A.5.5 0 0 1 5.5 4.5v3a.5.5 0 0 1-1 0V5.707l-.146.147a.5.5 0 0 1-.707-.707l1-1a.5.5 0 0 1 .545-.109ZM6 5.25a1.25 1.25 0 1 1 2.5 0v1.5a1.25 1.25 0 0 1-2.5 0v-1.5ZM7.25 5a.25.25 0 0 0-.25.25v1.5a.25.25 0 0 0 .5 0v-1.5A.25.25 0 0 0 7.25 5Z","clip-rule":"evenodd"}})])};const Ap={render:$p},Sp=Object.freeze(Object.defineProperty({__proto__:null,default:Ap},Symbol.toStringTag,{value:"Module"}));var Op=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--skip-back",attrs:{"aria-hidden":"true",role:"img","data-name":"Skip Back",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.717 1.55A.5.5 0 0 1 10 2v8a.5.5 0 0 1-.812.39l-5-4a.5.5 0 0 1 0-.78l5-4a.5.5 0 0 1 .529-.06ZM5.3 6 9 8.96V3.04L5.3 6ZM2.5 2a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0v-7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Ep={render:Op},Fp=Object.freeze(Object.defineProperty({__proto__:null,default:Ep},Symbol.toStringTag,{value:"Module"}));var Hp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--skip-forward-ten",attrs:{"aria-hidden":"true",role:"img","data-name":"Skip Forward Ten",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.225 2.007A4 4 0 1 0 9.978 6.42a.5.5 0 0 1 .995.106 5 5 0 1 1-1.667-4.278l.004.003.69.622v-.4a.5.5 0 0 1 1 0v1.5a.5.5 0 0 1-.5.5H9a.5.5 0 0 1 0-1h.172l-.53-.476a4 4 0 0 0-2.417-.991ZM5.192 4.038A.5.5 0 0 1 5.5 4.5v3a.5.5 0 1 1-1 0V5.707l-.146.147a.5.5 0 0 1-.707-.707l1-1a.5.5 0 0 1 .545-.109ZM6 5.25a1.25 1.25 0 0 1 2.5 0v1.5a1.25 1.25 0 0 1-2.5 0v-1.5ZM7.25 5a.25.25 0 0 0-.25.25v1.5a.25.25 0 0 0 .5 0v-1.5A.25.25 0 0 0 7.25 5Z","clip-rule":"evenodd"}})])};const zp={render:Hp},Bp=Object.freeze(Object.defineProperty({__proto__:null,default:zp},Symbol.toStringTag,{value:"Module"}));var Vp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--skip-forward",attrs:{"aria-hidden":"true",role:"img","data-name":"Skip Forward",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.284 1.55a.5.5 0 0 1 .529.06l5 4a.5.5 0 0 1 0 .78l-5 4A.5.5 0 0 1 2 10V2a.5.5 0 0 1 .284-.45ZM3 3.04v5.92L6.7 6 3 3.04ZM9.5 2a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0v-7a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const Pp={render:Vp},Tp=Object.freeze(Object.defineProperty({__proto__:null,default:Pp},Symbol.toStringTag,{value:"Module"}));var Lp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--slack",attrs:{"aria-hidden":"true",role:"img","data-name":"Slack",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M6.202 14.639c0 1.156-.945 2.1-2.101 2.1A2.106 2.106 0 0 1 2 14.64c0-1.157.945-2.101 2.101-2.101h2.101v2.1Zm1.058-.001c0-1.156.945-2.1 2.102-2.1 1.156 0 2.1.944 2.1 2.1V19.9A2.106 2.106 0 0 1 9.363 22a2.106 2.106 0 0 1-2.101-2.101v-5.26Z",fill:"#E01E5A"}}),t("path",{attrs:{d:"M9.362 6.202A2.106 2.106 0 0 1 7.26 4.101C7.26 2.945 8.205 2 9.36 2c1.157 0 2.101.945 2.101 2.101v2.101h-2.1Zm0 1.058c1.156 0 2.1.945 2.1 2.102 0 1.156-.944 2.1-2.1 2.1H4.1A2.106 2.106 0 0 1 2 9.363c0-1.157.945-2.101 2.101-2.101h5.26Z",fill:"#36C5F0"}}),t("path",{attrs:{d:"M17.798 9.362c0-1.157.945-2.101 2.101-2.101 1.156 0 2.101.944 2.101 2.1a2.106 2.106 0 0 1-2.101 2.101h-2.101v-2.1Zm-1.058 0c0 1.156-.945 2.1-2.102 2.1a2.106 2.106 0 0 1-2.1-2.1V4.1c0-1.156.944-2.101 2.1-2.101 1.157 0 2.101.945 2.101 2.101v5.26Z",fill:"#2EB67D"}}),t("path",{attrs:{d:"M14.638 17.798c1.157 0 2.101.945 2.101 2.101A2.106 2.106 0 0 1 14.64 22a2.106 2.106 0 0 1-2.102-2.101v-2.1h2.101Zm0-1.058a2.106 2.106 0 0 1-2.1-2.101c0-1.157.944-2.101 2.1-2.101H19.9c1.156 0 2.1.944 2.1 2.1a2.105 2.105 0 0 1-2.1 2.101h-5.26Z",fill:"#ECB22E"}})])};const Ip={render:Lp},Up=Object.freeze(Object.defineProperty({__proto__:null,default:Ip},Symbol.toStringTag,{value:"Module"}));var qp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--slash",attrs:{"aria-hidden":"true",role:"img","data-name":"Slash",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3592813622a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M2.111 2.111a.5.5 0 0 1 .708 0l7.07 7.07a.5.5 0 0 1-.708.708l-7.07-7.07a.5.5 0 0 1 0-.708Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3592813622a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Np={render:qp},Rp=Object.freeze(Object.defineProperty({__proto__:null,default:Np},Symbol.toStringTag,{value:"Module"}));var Gp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sliders-horizontal",attrs:{"aria-hidden":"true",role:"img","data-name":"Sliders Horizontal",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2561819478a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6.5 2a.5.5 0 0 1 .5-.5h3.5a.5.5 0 1 1 0 1H7a.5.5 0 0 1-.5-.5ZM1 2a.5.5 0 0 1 .5-.5H5a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 2Zm4.5 4a.5.5 0 0 1 .5-.5h4.5a.5.5 0 1 1 0 1H6a.5.5 0 0 1-.5-.5ZM1 6a.5.5 0 0 1 .5-.5H4a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 6Zm6.5 4a.5.5 0 0 1 .5-.5h2.5a.5.5 0 1 1 0 1H8a.5.5 0 0 1-.5-.5ZM1 10a.5.5 0 0 1 .5-.5H6a.5.5 0 1 1 0 1H1.5A.5.5 0 0 1 1 10Z"}}),t("path",{attrs:{d:"M7 .5a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V1A.5.5 0 0 1 7 .5Zm-3 4a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V5a.5.5 0 0 1 .5-.5Zm4 4a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V9a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2561819478a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Kp={render:Gp},Jp=Object.freeze(Object.defineProperty({__proto__:null,default:Kp},Symbol.toStringTag,{value:"Module"}));var Wp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sliders",attrs:{"aria-hidden":"true",role:"img","data-name":"Sliders",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2025444517a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M2 6.5a.5.5 0 0 1 .5.5v3.5a.5.5 0 1 1-1 0V7a.5.5 0 0 1 .5-.5ZM2 1a.5.5 0 0 1 .5.5V5a.5.5 0 1 1-1 0V1.5A.5.5 0 0 1 2 1Zm4 4.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 1 1-1 0V6a.5.5 0 0 1 .5-.5ZM6 1a.5.5 0 0 1 .5.5V4a.5.5 0 1 1-1 0V1.5A.5.5 0 0 1 6 1Zm4 6.5a.5.5 0 0 1 .5.5v2.5a.5.5 0 1 1-1 0V8a.5.5 0 0 1 .5-.5ZM10 1a.5.5 0 0 1 .5.5V6a.5.5 0 1 1-1 0V1.5A.5.5 0 0 1 10 1Z"}}),t("path",{attrs:{d:"M.5 7a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H1A.5.5 0 0 1 .5 7Zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H5a.5.5 0 0 1-.5-.5Zm4 4a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1H9a.5.5 0 0 1-.5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2025444517a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Yp={render:Wp},Xp=Object.freeze(Object.defineProperty({__proto__:null,default:Yp},Symbol.toStringTag,{value:"Module"}));var Qp=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--small-self-view",attrs:{"aria-hidden":"true",role:"img","data-name":"Small Self View",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1 3.143C1 2.301 1.611 1.5 2.5 1.5h7c.89 0 1.5.8 1.5 1.643v5.715c0 .842-.61 1.643-1.5 1.643h-7c-.889 0-1.5-.8-1.5-1.643V3.143ZM2.5 2.5c-.215 0-.5.224-.5.643v5.715c0 .42.285.642.5.642h7c.216 0 .5-.223.5-.642V3.143c0-.42-.284-.643-.5-.643h-7Z",fill:"currentColor"}})])};const e6={render:Qp},t6=Object.freeze(Object.defineProperty({__proto__:null,default:e6},Symbol.toStringTag,{value:"Module"}));var a6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--smartphone-charging",attrs:{"aria-hidden":"true",role:"img","data-name":"Smartphone Charging",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5A.5.5 0 0 0 3 2v8a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 9 10V2a.5.5 0 0 0-.5-.5h-5ZM2 2A1.5 1.5 0 0 1 3.5.5h5A1.5 1.5 0 0 1 10 2v8a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 2 10V2Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.61 3.584a.5.5 0 0 1 .14.693L5.934 5.5H7a.5.5 0 0 1 .416.777l-1.333 2a.5.5 0 0 1-.833-.554L6.066 6.5H5a.5.5 0 0 1-.416-.777l1.333-2a.5.5 0 0 1 .694-.139Z","clip-rule":"evenodd"}})])};const n6={render:a6},o6=Object.freeze(Object.defineProperty({__proto__:null,default:n6},Symbol.toStringTag,{value:"Module"}));var r6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--smartphone",attrs:{"aria-hidden":"true",role:"img","data-name":"Smartphone",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 1.5A.5.5 0 0 0 3 2v8a.5.5 0 0 0 .5.5h5A.5.5 0 0 0 9 10V2a.5.5 0 0 0-.5-.5h-5ZM2 2A1.5 1.5 0 0 1 3.5.5h5A1.5 1.5 0 0 1 10 2v8a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 2 10V2Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 9a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const s6={render:r6},i6=Object.freeze(Object.defineProperty({__proto__:null,default:s6},Symbol.toStringTag,{value:"Module"}));var d6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--snapchat",attrs:{"aria-hidden":"true",role:"img","data-name":"Snapchat",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M19.8 0H4.2A4.2 4.2 0 0 0 0 4.2v15.6A4.2 4.2 0 0 0 4.2 24h15.6a4.2 4.2 0 0 0 4.2-4.2V4.2A4.2 4.2 0 0 0 19.8 0z",fill:"#fffc40"}}),t("path",{attrs:{d:"M19.389 15.991c-2.667-1.29-3.092-3.284-3.11-3.432-.024-.179-.05-.32.148-.502.19-.176 1.036-.699 1.27-.863.388-.27.558-.541.433-.874-.088-.23-.303-.317-.528-.317a.985.985 0 0 0-.212.024c-.426.092-.84.306-1.079.363a.374.374 0 0 1-.088.012c-.128 0-.176-.056-.164-.21.03-.465.094-1.374.02-2.223-.1-1.168-.477-1.746-.924-2.258-.216-.248-1.22-1.314-3.155-1.314S9.062 5.463 8.847 5.708c-.448.512-.824 1.09-.924 2.258-.073.849-.007 1.757.02 2.223.009.146-.036.21-.164.21a.379.379 0 0 1-.088-.012c-.238-.057-.652-.27-1.078-.363A.985.985 0 0 0 6.401 10c-.226 0-.44.088-.528.317-.125.333.044.603.433.874.235.164 1.08.687 1.27.863.198.182.172.323.15.502-.02.15-.445 2.143-3.111 3.432-.157.076-.422.236.046.495.736.406 1.226.363 1.606.608.323.208.132.657.367.819.289.199 1.142-.015 2.244.35.924.304 1.486 1.164 3.124 1.164 1.639 0 2.216-.864 3.124-1.165 1.1-.364 1.955-.15 2.244-.35.235-.161.044-.61.367-.818.38-.245.87-.202 1.606-.608.468-.256.202-.416.046-.492z",fill:"#fff"}}),t("path",{attrs:{d:"M20.55 15.84c-.12-.326-.348-.5-.608-.645a1.51 1.51 0 0 0-.132-.069c-.077-.04-.157-.079-.235-.12-.81-.429-1.441-.97-1.88-1.611a3.655 3.655 0 0 1-.322-.572c-.038-.107-.036-.168-.009-.223a.365.365 0 0 1 .103-.108l.38-.248c.173-.112.31-.201.4-.264.331-.233.564-.48.709-.755a1.505 1.505 0 0 0 .074-1.249c-.22-.579-.767-.939-1.43-.939a1.969 1.969 0 0 0-.524.07c.006-.396-.002-.814-.038-1.225-.125-1.447-.631-2.205-1.159-2.81a4.62 4.62 0 0 0-1.179-.948c-.801-.458-1.71-.69-2.7-.69s-1.895.232-2.697.69c-.443.25-.842.57-1.18.95-.529.605-1.035 1.364-1.16 2.81-.035.41-.044.831-.038 1.225a1.97 1.97 0 0 0-.524-.07c-.664 0-1.211.36-1.43.939a1.505 1.505 0 0 0 .072 1.25c.146.276.378.523.71.755.088.061.226.15.4.264l.364.238c.047.03.087.07.117.118.028.057.03.12-.013.234a3.622 3.622 0 0 1-.317.56c-.428.627-1.042 1.159-1.825 1.584-.415.22-.846.367-1.028.862-.137.373-.048.799.301 1.157.128.133.277.246.44.333.34.187.702.331 1.077.43a.71.71 0 0 1 .217.098c.127.111.11.279.279.524.085.127.193.237.318.324.356.246.755.261 1.179.277.382.015.815.032 1.31.195.205.068.418.199.665.352.593.364 1.404.863 2.762.863s2.175-.501 2.772-.867c.245-.15.457-.28.656-.346.495-.164.929-.18 1.31-.195.424-.016.824-.032 1.18-.277.148-.104.272-.239.362-.396.122-.207.119-.352.233-.453a.675.675 0 0 1 .204-.094c.38-.1.747-.245 1.091-.434a1.71 1.71 0 0 0 .462-.362l.005-.005c.327-.35.41-.763.275-1.128zm-1.208.648c-.736.407-1.225.363-1.606.608-.323.208-.132.657-.367.819-.288.2-1.142-.014-2.244.35-.909.3-1.489 1.164-3.124 1.164s-2.201-.862-3.125-1.167c-1.1-.363-1.955-.15-2.244-.35-.235-.161-.044-.61-.367-.818-.381-.245-.87-.202-1.606-.606-.469-.259-.203-.419-.047-.495 2.667-1.29 3.092-3.284 3.111-3.432.023-.179.049-.32-.149-.502-.19-.176-1.035-.699-1.27-.862-.388-.272-.559-.542-.433-.875.088-.23.303-.317.528-.317.071 0 .142.009.212.024.426.093.84.306 1.078.364a.379.379 0 0 0 .088.012c.128 0 .173-.065.164-.21-.027-.467-.093-1.375-.02-2.224.101-1.167.477-1.746.924-2.258.215-.246 1.224-1.312 3.153-1.312s2.941 1.062 3.156 1.307c.447.512.824 1.09.924 2.258.073.849.01 1.757-.02 2.223-.01.153.036.21.164.21a.38.38 0 0 0 .088-.012c.24-.057.653-.27 1.079-.363A.978.978 0 0 1 17.6 10c.227 0 .44.088.528.317.126.333-.044.603-.432.874-.235.164-1.08.687-1.27.863-.198.182-.172.323-.15.502.02.15.445 2.143 3.112 3.432.157.079.423.24-.046.5z",fill:"currentColor"}})])};const l6={render:d6},f6=Object.freeze(Object.defineProperty({__proto__:null,default:l6},Symbol.toStringTag,{value:"Module"}));var u6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--snooze",attrs:{"aria-hidden":"true",role:"img","data-name":"Snooze",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2.5a.5.5 0 0 1 .5-.5h4.25a.5.5 0 0 1 .389.815L7.549 7.25h3.201a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.389-.815L9.701 3H6.5a.5.5 0 0 1-.5-.5ZM1.5 5.75a.5.5 0 0 1 .5-.5h2.75a.5.5 0 0 1 .393.809L3.03 8.75h1.72a.5.5 0 1 1 0 1H2a.5.5 0 0 1-.393-.809L3.72 6.25H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const _6={render:u6},c6=Object.freeze(Object.defineProperty({__proto__:null,default:_6},Symbol.toStringTag,{value:"Module"}));var m6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--snowflake",attrs:{"aria-hidden":"true",role:"img","data-name":"Snowflake",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1287695795a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M.5 6a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6Z"}}),t("path",{attrs:{d:"M6 .5a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5Zm4.354 3.146a.5.5 0 0 1 0 .708L8.707 6l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708 0Zm-8.708 0a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.708-.708L3.293 6 1.646 4.354a.5.5 0 0 1 0-.708Z"}}),t("path",{attrs:{d:"M3.646 1.646a.5.5 0 0 1 .708 0L6 3.293l1.646-1.647a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708Zm2 6a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L6 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708l2-2Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1287695795a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const h6={render:m6},g6=Object.freeze(Object.defineProperty({__proto__:null,default:h6},Symbol.toStringTag,{value:"Module"}));var p6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--somewhat-dissatisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Somewhat Dissatisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2121829964a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.899 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.399 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm3.5-1.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm-1.776 3c-.357 0-.703.117-.987.334l-.303-.397.303.397-.082.063a.5.5 0 1 1-.608-.794l.083-.063a2.625 2.625 0 0 1 1.594-.54h1.508c.613 0 1.207.215 1.678.607l.01.009a.5.5 0 1 1-.639.768l-.01-.008.32-.385-.32.385A1.625 1.625 0 0 0 6.63 7.5H5.124Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2121829964a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const k6={render:p6},w6=Object.freeze(Object.defineProperty({__proto__:null,default:k6},Symbol.toStringTag,{value:"Module"}));var v6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--somewhat-satisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Somewhat Satisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2083184562a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.899 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.399 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm3.5-1.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5ZM3.353 7.196a.5.5 0 0 1 .7-.093l.083.063-.303.397.303-.397c.284.217.63.334.987.334h1.508c.38 0 .747-.133 1.039-.376l.32.385-.32-.385.01-.008a.5.5 0 1 1 .64.768l-.01.01a2.625 2.625 0 0 1-1.68.606H5.124c-.576 0-1.136-.19-1.594-.54l-.083-.063a.5.5 0 0 1-.093-.7Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2083184562a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const y6={render:v6},b6=Object.freeze(Object.defineProperty({__proto__:null,default:y6},Symbol.toStringTag,{value:"Module"}));var D6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sort-asc",attrs:{"aria-hidden":"true",role:"img","data-name":"Sort Asc",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5 2.5a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5H9a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1-.5-.5ZM1.147 8.147a.5.5 0 0 1 .707 0L3 9.293l1.147-1.146a.5.5 0 0 1 .707.707l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const M6={render:D6},Z6=Object.freeze(Object.defineProperty({__proto__:null,default:M6},Symbol.toStringTag,{value:"Module"}));var C6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sort-desc",attrs:{"aria-hidden":"true",role:"img","data-name":"Sort Desc",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5H9a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 1 1 0 1h-2a.5.5 0 0 1-.5-.5ZM1.147 8.147a.5.5 0 0 1 .707 0L3 9.293l1.147-1.146a.5.5 0 0 1 .707.707l-1.5 1.5a.5.5 0 0 1-.707 0l-1.5-1.5a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 1 .5.5v7a.5.5 0 1 1-1 0V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const x6={render:C6},j6=Object.freeze(Object.defineProperty({__proto__:null,default:x6},Symbol.toStringTag,{value:"Module"}));var $6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sparkle",attrs:{"aria-hidden":"true",role:"img","data-name":"Sparkle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9 1a.5.5 0 0 1 .5.5V2h.5a.5.5 0 0 1 0 1h-.5v.5a.5.5 0 0 1-1 0V3H8a.5.5 0 0 1 0-1h.5v-.5A.5.5 0 0 1 9 1ZM5 2a.5.5 0 0 1 .455.293L6.471 4.53l2.236 1.016a.5.5 0 0 1 0 .91L6.47 7.471 5.455 9.707a.5.5 0 0 1-.91 0L3.529 7.47 1.293 6.455a.5.5 0 0 1 0-.91L3.53 4.529l1.016-2.236A.5.5 0 0 1 5 2Zm0 1.708-.639 1.405a.5.5 0 0 1-.248.248L2.708 6l1.405.639a.5.5 0 0 1 .248.248L5 8.292l.639-1.405a.5.5 0 0 1 .248-.248L7.292 6l-1.405-.639a.5.5 0 0 1-.248-.248L5 3.708ZM9.5 8a.5.5 0 0 1 .5.5V9h.5a.5.5 0 0 1 0 1H10v.5a.5.5 0 0 1-1 0V10h-.5a.5.5 0 0 1 0-1H9v-.5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const A6={render:$6},S6=Object.freeze(Object.defineProperty({__proto__:null,default:A6},Symbol.toStringTag,{value:"Module"}));var O6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--speaker",attrs:{"aria-hidden":"true",role:"img","data-name":"Speaker",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5H3ZM1.5 2A1.5 1.5 0 0 1 3 .5h6A1.5 1.5 0 0 1 10.5 2v8A1.5 1.5 0 0 1 9 11.5H3A1.5 1.5 0 0 1 1.5 10V2Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 7a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm2-4a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const E6={render:O6},F6=Object.freeze(Object.defineProperty({__proto__:null,default:E6},Symbol.toStringTag,{value:"Module"}));var H6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--star-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Star Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3487711076a)",fill:"currentColor"}},[t("path",{attrs:{d:"m6 1 1.545 3.13L11 4.635 8.5 7.07l.59 3.44L6 8.885 2.91 10.51l.59-3.44L1 4.635l3.455-.505L6 1Z"}}),t("path",{attrs:{"fill-rule":"evenodd",d:"M6 .5a.5.5 0 0 1 .448.279l1.43 2.894 3.194.467a.5.5 0 0 1 .277.853L9.037 7.245l.546 3.18a.5.5 0 0 1-.726.527L6 9.45l-2.857 1.503a.5.5 0 0 1-.726-.527l.546-3.181L.65 4.993a.5.5 0 0 1 .277-.853l3.195-.467L5.552.78A.5.5 0 0 1 6 .5Zm0 1.63L4.903 4.35a.5.5 0 0 1-.376.274l-2.453.358 1.776 1.73a.5.5 0 0 1 .144.443l-.419 2.44 2.193-1.153a.5.5 0 0 1 .466 0l2.193 1.154-.419-2.441a.5.5 0 0 1 .144-.443l1.775-1.729-2.453-.358a.5.5 0 0 1-.376-.274L6 2.13Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3487711076a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const z6={render:H6},B6=Object.freeze(Object.defineProperty({__proto__:null,default:z6},Symbol.toStringTag,{value:"Module"}));var V6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--star",attrs:{"aria-hidden":"true",role:"img","data-name":"Star",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon886769959a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 .5a.5.5 0 0 1 .448.279l1.43 2.894 3.194.467a.5.5 0 0 1 .277.853L9.037 7.245l.546 3.18a.5.5 0 0 1-.726.527L6 9.45l-2.857 1.503a.5.5 0 0 1-.726-.527l.546-3.181L.65 4.993a.5.5 0 0 1 .277-.853l3.195-.467L5.552.78A.5.5 0 0 1 6 .5Zm0 1.63L4.903 4.35a.5.5 0 0 1-.376.274l-2.453.358 1.776 1.73a.5.5 0 0 1 .144.443l-.419 2.44 2.193-1.153a.5.5 0 0 1 .466 0l2.193 1.154-.419-2.441a.5.5 0 0 1 .144-.443l1.775-1.729-2.453-.358a.5.5 0 0 1-.376-.274L6 2.13Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon886769959a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const P6={render:V6},T6=Object.freeze(Object.defineProperty({__proto__:null,default:P6},Symbol.toStringTag,{value:"Module"}));var L6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sticker",attrs:{"aria-hidden":"true",role:"img","data-name":"Sticker",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.44 1.44A1.5 1.5 0 0 1 2.5 1h5.25a.5.5 0 0 1 .354.147l2.75 2.75A.5.5 0 0 1 11 4.25V9.5A1.5 1.5 0 0 1 9.5 11h-7C1.674 11 1 10.328 1 9.5v-7c0-.397.158-.779.44-1.06ZM9.543 4 8 2.458V4h1.543ZM7 2v2.5a.5.5 0 0 0 .5.5H10v4.5a.5.5 0 0 1-.5.5h-7a.503.503 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5H7ZM3 6.25a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm4.5 0a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0Zm-.213 1.34a.5.5 0 0 1 .123.697L7 8l.41.287-.001.002-.001.001-.003.004-.008.01a1.14 1.14 0 0 1-.093.112 1.86 1.86 0 0 1-.262.236C6.812 8.822 6.46 9 6 9c-.44 0-.79-.182-1.015-.343a2.13 2.13 0 0 1-.363-.33l-.007-.008-.003-.004H4.61l-.001-.002L5 8l-.39.313a.5.5 0 0 1 .778-.628l.005.005a1.13 1.13 0 0 0 .173.153A.76.76 0 0 0 6 8c.19 0 .339-.071.446-.151a.858.858 0 0 0 .148-.14.5.5 0 0 1 .693-.118Z",fill:"currentColor"}})])};const I6={render:L6},U6=Object.freeze(Object.defineProperty({__proto__:null,default:I6},Symbol.toStringTag,{value:"Module"}));var q6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--stop-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"Stop Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3696711220a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M4 4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-3ZM5 5v2h2V5H5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3696711220a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const N6={render:q6},R6=Object.freeze(Object.defineProperty({__proto__:null,default:N6},Symbol.toStringTag,{value:"Module"}));var G6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--stop-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Stop Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor",d:"M8 2H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z"}})])};const K6={render:G6},J6=Object.freeze(Object.defineProperty({__proto__:null,default:K6},Symbol.toStringTag,{value:"Module"}));var W6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--strikethrough",attrs:{"aria-hidden":"true",role:"img","data-name":"Strikethrough",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1.5H8a.5.5 0 1 1 0 1H4.5a1.001 1.001 0 0 0-.944 1.333.5.5 0 1 1-.942.334A2 2 0 0 1 4.5 1.5Zm2 4.5a.5.5 0 0 1 .5-.5 2.5 2.5 0 1 1 0 5H3a.5.5 0 0 1 0-1h4a1.5 1.5 0 0 0 0-3 .5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 6a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Y6={render:W6},X6=Object.freeze(Object.defineProperty({__proto__:null,default:Y6},Symbol.toStringTag,{value:"Module"}));var Q6=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sun-dim",attrs:{"aria-hidden":"true",role:"img","data-name":"Sun Dim",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.232 4.232a2.5 2.5 0 1 1 3.536 3.536 2.5 2.5 0 0 1-3.536-3.536ZM6 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM5.5 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm4 4a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H10a.5.5 0 0 1-.5-.5Zm-4 4a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Zm-4-4a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Zm6.829-2.828a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm0 5.656a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1h-.005a.5.5 0 0 1-.5-.5Zm-5.658 0a.5.5 0 0 1 .5-.5h.006a.5.5 0 0 1 0 1H3.17a.5.5 0 0 1-.5-.5Zm0-5.656a.5.5 0 0 1 .5-.5h.006a.5.5 0 0 1 0 1H3.17a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const e7={render:Q6},t7=Object.freeze(Object.defineProperty({__proto__:null,default:e7},Symbol.toStringTag,{value:"Module"}));var a7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sun-medium",attrs:{"aria-hidden":"true",role:"img","data-name":"Sun Medium",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.232 4.232a2.5 2.5 0 1 1 3.536 3.536 2.5 2.5 0 0 1-3.536-3.536ZM6 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM6 1a.5.5 0 0 1 .5.5V2a.5.5 0 0 1-1 0v-.5A.5.5 0 0 1 6 1Zm0 8.5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V10a.5.5 0 0 1 .5-.5ZM1 6a.5.5 0 0 1 .5-.5H2a.5.5 0 0 1 0 1h-.5A.5.5 0 0 1 1 6Zm8.5 0a.5.5 0 0 1 .5-.5h.5a.5.5 0 0 1 0 1H10a.5.5 0 0 1-.5-.5Zm.036-3.536a.5.5 0 0 1 0 .708l-.354.353a.5.5 0 1 1-.707-.707l.353-.354a.5.5 0 0 1 .708 0ZM3.525 8.475a.5.5 0 0 1 0 .707l-.353.354a.5.5 0 1 1-.708-.708l.354-.353a.5.5 0 0 1 .707 0ZM2.464 2.464a.5.5 0 0 1 .708 0l.353.354a.5.5 0 1 1-.707.707l-.354-.353a.5.5 0 0 1 0-.708Zm6.011 6.011a.5.5 0 0 1 .707 0l.354.353a.5.5 0 0 1-.708.708l-.353-.354a.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])};const n7={render:a7},o7=Object.freeze(Object.defineProperty({__proto__:null,default:n7},Symbol.toStringTag,{value:"Module"}));var r7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sun",attrs:{"aria-hidden":"true",role:"img","data-name":"Sun",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2614642971a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 6a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM6 .5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5Zm0 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5ZM2.111 2.111a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708Zm6.365 6.365a.5.5 0 0 1 .708 0l.705.705a.5.5 0 0 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708ZM.5 6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6Zm9 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5ZM3.524 8.476a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 0 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0Zm6.365-6.365a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 0 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2614642971a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const s7={render:r7},i7=Object.freeze(Object.defineProperty({__proto__:null,default:s7},Symbol.toStringTag,{value:"Module"}));var d7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sunrise",attrs:{"aria-hidden":"true",role:"img","data-name":"Sunrise",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3636210646a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 .5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5ZM2.111 5.111a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708ZM.5 9a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 9Zm9 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm.389-3.889a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 0 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0ZM.5 11a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z"}}),t("path",{attrs:{d:"M5.646.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 1 1-.708.708L6 1.707 4.354 3.354a.5.5 0 1 1-.708-.708l2-2ZM4.232 7.232A2.5 2.5 0 0 1 8.5 9a.5.5 0 0 1-1 0 1.5 1.5 0 0 0-3 0 .5.5 0 0 1-1 0 2.5 2.5 0 0 1 .732-1.768Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3636210646a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const l7={render:d7},f7=Object.freeze(Object.defineProperty({__proto__:null,default:l7},Symbol.toStringTag,{value:"Module"}));var u7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--sunset",attrs:{"aria-hidden":"true",role:"img","data-name":"Sunset",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2680729849a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 .5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5ZM2.111 5.111a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708ZM.5 9a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 9Zm9 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5Zm.389-3.889a.5.5 0 0 1 0 .708l-.705.705a.5.5 0 0 1-.708-.708l.705-.705a.5.5 0 0 1 .708 0ZM.5 11a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z"}}),t("path",{attrs:{d:"M3.646 2.646a.5.5 0 0 1 .708 0L6 4.293l1.646-1.647a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708Zm.586 4.586A2.5 2.5 0 0 1 8.5 9a.5.5 0 0 1-1 0 1.5 1.5 0 0 0-3 0 .5.5 0 0 1-1 0 2.5 2.5 0 0 1 .732-1.768Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2680729849a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const _7={render:u7},c7=Object.freeze(Object.defineProperty({__proto__:null,default:_7},Symbol.toStringTag,{value:"Module"}));var m7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--switch-to-cellular",attrs:{"aria-hidden":"true",role:"img","data-name":"Switch To Cellular",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.896.646a.5.5 0 0 1 .708 0l1.25 1.25a.5.5 0 0 1 0 .708l-1.25 1.25a.5.5 0 1 1-.708-.708l.397-.396H2.5a.5.5 0 0 1 0-1h1.793l-.397-.396a.5.5 0 0 1 0-.708ZM10.5 2.5a.5.5 0 0 1 .5.5v7.5a.5.5 0 0 1-1 0V3a.5.5 0 0 1 .5-.5Zm-7.896.646a.5.5 0 0 1 0 .708l-.397.396H4a.5.5 0 0 1 0 1H2.207l.397.396a.5.5 0 1 1-.708.708l-1.25-1.25a.5.5 0 0 1 0-.708l1.25-1.25a.5.5 0 0 1 .708 0ZM8 5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0v-5A.5.5 0 0 1 8 5ZM3 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 3 9Zm2.5-2a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const h7={render:m7},g7=Object.freeze(Object.defineProperty({__proto__:null,default:h7},Symbol.toStringTag,{value:"Module"}));var p7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--switch-to-hd",attrs:{"aria-hidden":"true",role:"img","data-name":"Switch To Hd",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.896.646a.5.5 0 0 1 .708 0l1.25 1.25a.5.5 0 0 1 0 .708l-1.25 1.25a.5.5 0 1 1-.708-.708l.397-.396H2.5a.5.5 0 0 1 0-1h1.793l-.397-.396a.5.5 0 0 1 0-.708ZM7.5 2a.5.5 0 0 1 .5-.5h2c.826 0 1.5.674 1.5 1.5v7c0 .826-.674 1.5-1.5 1.5H3A1.5 1.5 0 0 1 1.5 10V8.5a.5.5 0 0 1 1 0V10a.5.5 0 0 0 .5.5h7c.274 0 .5-.226.5-.5V3c0-.274-.226-.5-.5-.5H8a.5.5 0 0 1-.5-.5ZM2.604 3.146a.5.5 0 0 1 0 .708l-.397.396H4a.5.5 0 0 1 0 1H2.207l.397.396a.5.5 0 1 1-.708.708l-1.25-1.25a.5.5 0 0 1 0-.708l1.25-1.25a.5.5 0 0 1 .708 0ZM5.75 4.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V7h-1v1a.5.5 0 0 1-1 0V6.5a.5.5 0 0 1 .5-.5h1.5V5a.5.5 0 0 1 .5-.5Zm1 .5a.5.5 0 0 1 .5-.5h1A1.5 1.5 0 0 1 9.75 6v1a1.5 1.5 0 0 1-1.5 1.5h-1a.5.5 0 0 1-.5-.5V5Zm2 1a.5.5 0 0 0-.5-.5h-.5v2h.5a.5.5 0 0 0 .5-.5V6Z","clip-rule":"evenodd"}})])};const k7={render:p7},w7=Object.freeze(Object.defineProperty({__proto__:null,default:k7},Symbol.toStringTag,{value:"Module"}));var v7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--table",attrs:{"aria-hidden":"true",role:"img","data-name":"Table",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-7ZM1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-7Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 4.5a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Zm0 3a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1a.5.5 0 0 1 .5.5v9a.5.5 0 1 1-1 0v-9A.5.5 0 0 1 6 1Z","clip-rule":"evenodd"}})])};const y7={render:v7},b7=Object.freeze(Object.defineProperty({__proto__:null,default:y7},Symbol.toStringTag,{value:"Module"}));var D7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--tag",attrs:{"aria-hidden":"true",role:"img","data-name":"Tag",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1883887617a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 1A.5.5 0 0 1 1 .5h5a.5.5 0 0 1 .354.146l4.645 4.645a1.713 1.713 0 0 1 0 2.418l-3.29 3.29a1.713 1.713 0 0 1-2.418 0L.646 6.354A.5.5 0 0 1 .5 6V1Zm1 .5v4.293l4.499 4.498a.713.713 0 0 0 1.002 0l3.29-3.29a.713.713 0 0 0 0-1.002L5.793 1.5H1.5Zm1.5 2a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H3.5a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1883887617a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const M7={render:D7},Z7=Object.freeze(Object.defineProperty({__proto__:null,default:M7},Symbol.toStringTag,{value:"Module"}));var C7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--tags",attrs:{"aria-hidden":"true",role:"img","data-name":"Tags",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.5 2.5A.5.5 0 0 1 1 2h3.5a.5.5 0 0 1 .354.146l3.145 3.145a1.713 1.713 0 0 1 0 2.418l-1.79 1.79a1.713 1.713 0 0 1-2.418 0L.646 6.354A.5.5 0 0 1 .5 6V2.5Zm1 .5v2.793L4.499 8.79a.713.713 0 0 0 1.002 0L7.291 7a.713.713 0 0 0 0-1.002L4.293 3H1.5Zm5.646-.854a.5.5 0 0 1 .708 0l3.149 3.15a1.702 1.702 0 0 1 0 2.408m0 0-2.15 2.15a.5.5 0 0 1-.707-.708l2.15-2.15h.001a.7.7 0 0 0 0-.992l-3.15-3.15a.5.5 0 0 1 0-.708M3 4a.5.5 0 0 1 .5.5v.005a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 3 4Z","clip-rule":"evenodd"}})])};const x7={render:C7},j7=Object.freeze(Object.defineProperty({__proto__:null,default:x7},Symbol.toStringTag,{value:"Module"}));var $7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--takeover",attrs:{"aria-hidden":"true",role:"img","data-name":"Takeover",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2271421702a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.072 1.25a6.866 6.866 0 0 0-1.136 1.761l1.18.107a.043.043 0 0 0 .041-.02l.644-1.073a.043.043 0 0 0-.007-.052l-.722-.722ZM7.584 3.984l1.442.13c.399.037.783-.158.989-.501l.643-1.072c.246-.41.182-.936-.157-1.274L9.778.543C9.4.165 8.751.115 8.348.56a7.972 7.972 0 0 0-2.024 5.337c-.001 2.746 1.33 4.761 1.996 5.6.39.491 1.082.47 1.484.068l.698-.698c.339-.339.403-.864.157-1.275l-.664-1.104a1.043 1.043 0 0 0-.894-.506H7.618a7.577 7.577 0 0 1-.294-2.084c0-.71.102-1.35.26-1.915Zm.392 5a8.53 8.53 0 0 0 1.117 1.879.059.059 0 0 0 .004-.004l.698-.698a.043.043 0 0 0 .007-.053l-.664-1.104a.043.043 0 0 0-.037-.02H7.976ZM3.162 3.898a.5.5 0 0 1 .707 0l1.809 1.809a.5.5 0 0 1 0 .707L3.869 8.222a.5.5 0 0 1-.707-.707l.955-.955h-2.41a.5.5 0 1 1 0-1h2.41l-.955-.954a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2271421702a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const A7={render:$7},S7=Object.freeze(Object.defineProperty({__proto__:null,default:A7},Symbol.toStringTag,{value:"Module"}));var O7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--task",attrs:{"aria-hidden":"true",role:"img","data-name":"Task",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2129187038a)",fill:"currentColor"}},[t("path",{attrs:{d:"M4.943 2.081a4.058 4.058 0 0 1 2.554.147.5.5 0 0 0 .369-.93 5.058 5.058 0 1 0 3.188 4.499.5.5 0 0 0-.999.04A4.059 4.059 0 1 1 4.943 2.08Z"}}),t("path",{attrs:{d:"M10.9 2.854a.5.5 0 1 0-.706-.708L6 6.34 4.807 5.133a.5.5 0 1 0-.71.704l1.548 1.562a.5.5 0 0 0 .708.002l4.548-4.547Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2129187038a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const E7={render:O7},F7=Object.freeze(Object.defineProperty({__proto__:null,default:E7},Symbol.toStringTag,{value:"Module"}));var H7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--telegram",attrs:{"aria-hidden":"true",role:"img","data-name":"Telegram",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z",fill:"url(#dt-icon2676696818a)"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.527 11.895a496.375 496.375 0 0 1 5.831-2.513c2.777-1.155 3.354-1.355 3.73-1.362.083-.001.268.02.388.116a.421.421 0 0 1 .143.271c.013.078.03.255.016.394-.15 1.581-.802 5.418-1.133 7.19-.14.749-.416 1-.683 1.025-.58.053-1.022-.384-1.584-.753-.88-.577-1.378-.936-2.232-1.499-.987-.65-.347-1.008.215-1.593.148-.153 2.706-2.48 2.756-2.691.006-.026.012-.125-.047-.177-.058-.052-.144-.034-.207-.02-.088.02-1.494.95-4.218 2.788-.399.274-.76.408-1.084.4-.357-.007-1.044-.201-1.555-.367-.626-.204-1.124-.311-1.08-.657.022-.18.27-.364.744-.552Z",fill:"#fff"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon2676696818a",x1:"12",y1:"2",x2:"12",y2:"21.852",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#2AABEE"}}),t("stop",{attrs:{offset:"0","stop-color":"#2AABEE"}}),t("stop",{attrs:{offset:"1","stop-color":"#229ED9"}})],1)],1)])};const z7={render:H7},B7=Object.freeze(Object.defineProperty({__proto__:null,default:z7},Symbol.toStringTag,{value:"Module"}));var V7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--text-cursor-input",attrs:{"aria-hidden":"true",role:"img","data-name":"Text Cursor Input",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2 2a.5.5 0 0 1 .5-.5H3a2 2 0 0 1 1.5.677A2 2 0 0 1 6 1.5h.5a.5.5 0 0 1 0 1H6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h.5a.5.5 0 0 1 0 1H6a2 2 0 0 1-1.5-.677A2 2 0 0 1 3 10.5h-.5a.5.5 0 0 1 0-1H3a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-.5A.5.5 0 0 1 2 2Zm.032 1.45H2.4a.5.5 0 0 1 0 1h-.34a.59.59 0 0 0-.56.56v1.98a.59.59 0 0 0 .56.56h.34a.5.5 0 0 1 0 1h-.368A1.59 1.59 0 0 1 .5 7V4.982A1.59 1.59 0 0 1 2.032 3.45Zm4.018.5a.5.5 0 0 1 .5-.5h3.418A1.59 1.59 0 0 1 11.5 5v2.002A1.555 1.555 0 0 1 9.952 8.55H6.55a.5.5 0 0 1 0-1h3.399a.555.555 0 0 0 .551-.551V5.01a.59.59 0 0 0-.56-.56H6.55a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const P7={render:V7},T7=Object.freeze(Object.defineProperty({__proto__:null,default:P7},Symbol.toStringTag,{value:"Module"}));var L7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--text-cursor",attrs:{"aria-hidden":"true",role:"img","data-name":"Text Cursor",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 1.5A1.5 1.5 0 0 0 6.5 3v6A1.5 1.5 0 0 0 8 10.5h.5a.5.5 0 0 1 0 1H8A2.5 2.5 0 0 1 5.5 9V3A2.5 2.5 0 0 1 8 .5h.5a.5.5 0 0 1 0 1H8Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 8a.5.5 0 0 1 .5.5V9A2.5 2.5 0 0 1 4 11.5h-.5a.5.5 0 0 1 0-1H4A1.5 1.5 0 0 0 5.5 9v-.5A.5.5 0 0 1 6 8ZM3 1a.5.5 0 0 1 .5-.5H4A2.5 2.5 0 0 1 6.5 3v.5a.5.5 0 0 1-1 0V3A1.5 1.5 0 0 0 4 1.5h-.5A.5.5 0 0 1 3 1Z","clip-rule":"evenodd"}})])};const I7={render:L7},U7=Object.freeze(Object.defineProperty({__proto__:null,default:I7},Symbol.toStringTag,{value:"Module"}));var q7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--thermometer-snowflake",attrs:{"aria-hidden":"true",role:"img","data-name":"Thermometer Snowflake",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1402512732a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M.5 6a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H1A.5.5 0 0 1 .5 6Z"}}),t("path",{attrs:{d:"M4.5 1.5A.5.5 0 0 1 5 2v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5ZM1.146 4.146a.5.5 0 0 1 .708 0l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708L2.293 6 1.146 4.854a.5.5 0 0 1 0-.708Z"}}),t("path",{attrs:{d:"M2.646 2.646a.5.5 0 0 1 .708 0L4.5 3.793l1.146-1.147a.5.5 0 1 1 .708.708l-1.5 1.5a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 0-.708Zm1.5 4.5a.5.5 0 0 1 .708 0l.75.75a.5.5 0 1 1-.708.708L4.5 8.207 3.354 9.354a.5.5 0 1 1-.708-.708l1.5-1.5ZM9 1.5a.5.5 0 0 0-.5.5v5.27a.5.5 0 0 1-.25.433 1.5 1.5 0 1 0 1.5 0 .5.5 0 0 1-.25-.433V2a.5.5 0 0 0-.5-.5ZM7.94.94A1.5 1.5 0 0 1 10.5 2v5.002a2.5 2.5 0 1 1-3 0V2c0-.398.158-.78.44-1.06Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1402512732a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const N7={render:q7},R7=Object.freeze(Object.defineProperty({__proto__:null,default:N7},Symbol.toStringTag,{value:"Module"}));var G7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--thermometer-sun",attrs:{"aria-hidden":"true",role:"img","data-name":"Thermometer Sun",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2594384180a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.46 4.505A2.5 2.5 0 0 1 6.009 4a.5.5 0 0 1-.016 1 1.5 1.5 0 0 0-.75 2.812.5.5 0 1 1-.484.876 2.5 2.5 0 0 1-.297-4.183ZM6 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 6 1ZM3.654 8.846a.5.5 0 0 1 0 .708l-.7.7a.5.5 0 0 1-.708-.708l.7-.7a.5.5 0 0 1 .708 0ZM9 1.5a.5.5 0 0 0-.5.5v5.27a.5.5 0 0 1-.25.433 1.5 1.5 0 1 0 1.5 0 .5.5 0 0 1-.25-.433V2a.5.5 0 0 0-.5-.5ZM7.94.94A1.5 1.5 0 0 1 10.5 2v5.002a2.5 2.5 0 1 1-3 0V2c0-.398.158-.78.44-1.06ZM.5 6.5A.5.5 0 0 1 1 6h1a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Zm1.611-3.889a.5.5 0 0 1 .708 0l.705.705a.5.5 0 1 1-.708.708l-.705-.705a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2594384180a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const K7={render:G7},J7=Object.freeze(Object.defineProperty({__proto__:null,default:K7},Symbol.toStringTag,{value:"Module"}));var W7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--thermometer",attrs:{"aria-hidden":"true",role:"img","data-name":"Thermometer",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a.5.5 0 0 0-.5.5v5.27a.5.5 0 0 1-.25.433 1.5 1.5 0 1 0 1.5 0 .5.5 0 0 1-.25-.433V2a.5.5 0 0 0-.5-.5ZM4.94.94A1.5 1.5 0 0 1 7.5 2v5.002a2.5 2.5 0 1 1-3 0V2c0-.398.158-.78.44-1.06Z","clip-rule":"evenodd"}})])};const Y7={render:W7},X7=Object.freeze(Object.defineProperty({__proto__:null,default:Y7},Symbol.toStringTag,{value:"Module"}));var Q7=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--thread",attrs:{"aria-hidden":"true",role:"img","data-name":"Thread",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.833 3.837a.5.5 0 0 1 .5-.5h5.334a.5.5 0 1 1 0 1H3.333a.5.5 0 0 1-.5-.5Zm0 1.667a.5.5 0 0 1 .5-.5h3.334a.5.5 0 0 1 0 1H3.333a.5.5 0 0 1-.5-.5Zm0 1.666a.5.5 0 0 1 .5-.5h1.334a.5.5 0 0 1 0 1H3.333a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor",d:"M2.394 2.522c-.162.03-.296.087-.374.165-.077.077-.134.211-.164.374-.014.074-.02.142-.022.19v4.417a.52.52 0 0 1-.001.021v.062c.003.047.008.114.022.188.03.16.086.295.165.374.08.08.214.136.374.166.074.013.141.019.189.02.023.002.04.002.051.002l.033-.001H8.46L7.313 7.354a.5.5 0 1 1 .707-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.707-.707L8.46 9.5H2.541a2.37 2.37 0 0 1-.328-.037c-.249-.046-.614-.156-.9-.442-.286-.286-.396-.651-.442-.9a2.371 2.371 0 0 1-.038-.461V3.307c0-.025 0-.06.002-.102.004-.083.014-.197.038-.327.046-.248.156-.614.44-.898.285-.285.65-.395.898-.44a2.404 2.404 0 0 1 .43-.04.51.51 0 0 1 .026 0h6.667a1.572 1.572 0 0 1 .133.003c.083.004.197.015.327.04.245.046.611.155.893.437.281.281.39.648.437.893a2.494 2.494 0 0 1 .043.46V6a.5.5 0 0 1-1 0V3.317v.002-.01c0-.012 0-.03-.002-.055a1.473 1.473 0 0 0-.023-.195c-.032-.166-.09-.3-.162-.372-.073-.073-.206-.13-.373-.162a1.492 1.492 0 0 0-.249-.025h-.01.001-6.765a1.405 1.405 0 0 0-.19.022Z"}})])};const e8={render:Q7},t8=Object.freeze(Object.defineProperty({__proto__:null,default:e8},Symbol.toStringTag,{value:"Module"}));var a8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--threads",attrs:{"aria-hidden":"true",role:"img","data-name":"Threads",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M12.14 22h-.005c-2.72-.02-4.81-1.004-6.214-2.924-1.249-1.71-1.894-4.088-1.916-7.068v-.014c.022-2.982.667-5.358 1.917-7.068C7.326 3.004 9.418 2.02 12.135 2h.011c2.084.016 3.828.604 5.182 1.748 1.274 1.076 2.17 2.608 2.665 4.556l-1.55.474c-.838-3.3-2.959-4.986-6.305-5.012-2.208.018-3.88.78-4.965 2.264-1.015 1.39-1.54 3.398-1.56 5.97.02 2.572.545 4.58 1.561 5.97 1.087 1.486 2.758 2.248 4.966 2.264 1.992-.016 3.31-.526 4.405-1.704 1.25-1.344 1.228-2.994.827-3.998-.235-.592-.663-1.084-1.24-1.458-.147 1.126-.473 2.038-.976 2.726-.672.918-1.625 1.42-2.832 1.492-.913.054-1.793-.182-2.474-.668-.808-.574-1.28-1.45-1.33-2.47-.05-.992.31-1.904 1.009-2.568.669-.634 1.609-1.006 2.72-1.076a9.596 9.596 0 0 1 2.293.118c-.095-.618-.284-1.11-.569-1.464-.39-.488-.993-.736-1.79-.742h-.023c-.641 0-1.512.194-2.066 1.1L8.76 8.54c.743-1.212 1.95-1.88 3.4-1.88h.033c2.426.016 3.87 1.646 4.015 4.49.082.038.164.078.244.118 1.131.584 1.959 1.468 2.394 2.558a5.715 5.715 0 0 1-1.175 5.966c-1.405 1.508-3.109 2.19-5.525 2.208h-.006Zm.762-9.742c-.184 0-.37.006-.561.018-1.394.086-2.264.788-2.214 1.786.05 1.046 1.102 1.532 2.114 1.472.929-.054 2.139-.452 2.343-3.092a7.29 7.29 0 0 0-1.682-.184Z",fill:"currentColor"}})])};const n8={render:a8},o8=Object.freeze(Object.defineProperty({__proto__:null,default:n8},Symbol.toStringTag,{value:"Module"}));var r8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--thumbs-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Thumbs Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3231733785a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.25 1.5a.5.5 0 0 0-.48.36l-1.165 4a.5.5 0 0 0 .48.64H5a.5.5 0 0 1 .486.618l-.5 2.06v.002a1.065 1.065 0 0 0 .728 1.275l1.563-3.123A1.503 1.503 0 0 1 8 6.634V1.5H3.25Zm0-1a1.5 1.5 0 0 0-1.44 1.08l-1.165 4a1.5 1.5 0 0 0 1.44 1.92h2.28l-.35 1.44v.001A2.065 2.065 0 0 0 5.993 11.5a.5.5 0 0 0 .453-.276l1.725-3.445v-.002A.5.5 0 0 1 8.62 7.5H10A1.5 1.5 0 0 0 11.5 6V2A1.5 1.5 0 0 0 10 .5H3.25ZM9 1.5v5h1a.5.5 0 0 0 .5-.5V2a.5.5 0 0 0-.5-.5H9Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3231733785a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const s8={render:r8},i8=Object.freeze(Object.defineProperty({__proto__:null,default:s8},Symbol.toStringTag,{value:"Module"}));var d8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--thumbs-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Thumbs Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon733229806a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.553.776A.5.5 0 0 1 6.006.5a2.065 2.065 0 0 1 1.98 2.559L7.636 4.5h2.279a1.5 1.5 0 0 1 1.44 1.92l-1.165 4a1.5 1.5 0 0 1-1.44 1.08H2A1.5 1.5 0 0 1 .5 10V6A1.5 1.5 0 0 1 2 4.5h1.38a.5.5 0 0 0 .447-.277V4.22L5.554.776ZM3 5.5H2a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1v-5Zm1 5h4.75a.5.5 0 0 0 .48-.36l1.165-4a.5.5 0 0 0-.48-.64H7a.5.5 0 0 1-.486-.618l.5-2.06V2.82a1.065 1.065 0 0 0-.728-1.275L4.723 4.668A1.503 1.503 0 0 1 4 5.366V10.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon733229806a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const l8={render:d8},f8=Object.freeze(Object.defineProperty({__proto__:null,default:l8},Symbol.toStringTag,{value:"Module"}));var u8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--tiktok",attrs:{"aria-hidden":"true",role:"img","data-name":"Tiktok",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("g",{attrs:{"clip-rule":"evenodd","fill-rule":"evenodd"}},[t("path",{attrs:{d:"M2 17a5 5 0 0 0 5 5h10a5 5 0 0 0 5-5V7a5 5 0 0 0-5-5H7a5 5 0 0 0-5 5z",fill:"currentColor"}}),t("path",{attrs:{d:"M14.765 4.62a3.846 3.846 0 0 1-.12-.953h-2.903v10.888c0 1.256-.857 2.274-2.11 2.274s-2.267-1.018-2.267-2.273a2.27 2.27 0 0 1 2.268-2.274c.25 0 .332.04.557.116V9.46c-.235-.033-.315-.05-.557-.05A5.14 5.14 0 0 0 4.5 14.556a5.14 5.14 0 0 0 5.133 5.146c2.795 0 5.148-2.24 5.212-5.026V9.104c1.053.722 2.248 1.144 3.62 1.144V7.496a3.822 3.822 0 0 1-3.7-2.876z",fill:"#25f4ee"}}),t("path",{attrs:{d:"M15.8 5.654a3.85 3.85 0 0 1-.12-.953h-2.904V15.59c0 1.256-.856 2.273-2.109 2.273A2.27 2.27 0 0 1 8.4 15.59a2.27 2.27 0 0 1 2.268-2.273c.25 0 .332.04.557.115v-2.937c-.234-.034-.314-.05-.557-.05a5.14 5.14 0 0 0-5.132 5.145 5.139 5.139 0 0 0 5.132 5.145c2.795 0 5.149-2.239 5.212-5.025v-5.572c1.054.722 2.248 1.144 3.62 1.144V8.53a3.822 3.822 0 0 1-3.7-2.875z",fill:"#fff"}}),t("path",{attrs:{d:"M8.633 16.597a2.27 2.27 0 0 1 2.034-3.28c.218 0 .308.03.476.088l.081.028v-2.938l-.087-.013c-.171-.024-.26-.037-.47-.037-.16 0-.32.007-.477.022v1.931l-.081-.027a1.189 1.189 0 0 0-.476-.089 2.275 2.275 0 0 0-1 4.315zM6.562 18.68a5.121 5.121 0 0 0 4.105 2.057c2.795 0 5.149-2.24 5.213-5.026v-5.572c1.053.723 2.248 1.145 3.62 1.145V8.53a3.8 3.8 0 0 1-1.034-.142v1.86c-1.373 0-2.568-.422-3.621-1.144v5.572c-.064 2.786-2.418 5.025-5.212 5.025a5.102 5.102 0 0 1-3.071-1.022zm9.773-11.834a3.836 3.836 0 0 1-1.548-2.144h.894a3.815 3.815 0 0 0 .654 2.144z",fill:"#fe2c55"}})])])};const _8={render:u8},c8=Object.freeze(Object.defineProperty({__proto__:null,default:_8},Symbol.toStringTag,{value:"Module"}));var m8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--timer-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Timer Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon799518966a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M4.5 1A.5.5 0 0 1 5 .5h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM2.492 5.038a.5.5 0 0 1 .27.654 3.5 3.5 0 0 0 .742 3.804 3.5 3.5 0 0 0 3.804.742.5.5 0 1 1 .384.924 4.5 4.5 0 0 1-4.894-.957l-.003-.003a4.5 4.5 0 0 1-.957-4.894.5.5 0 0 1 .654-.27Zm3.826-1.535a3.5 3.5 0 0 0-2.333.608.5.5 0 1 1-.57-.822 4.5 4.5 0 0 1 5.792.56 4.5 4.5 0 0 1 .504 5.736.5.5 0 1 1-.822-.57 3.5 3.5 0 0 0-.394-4.462l-.004-.005a3.5 3.5 0 0 0-2.173-1.045Z"}}),t("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}}),t("path",{attrs:{d:"M6 4.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon799518966a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const h8={render:m8},g8=Object.freeze(Object.defineProperty({__proto__:null,default:h8},Symbol.toStringTag,{value:"Module"}));var p8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--timer-reset",attrs:{"aria-hidden":"true",role:"img","data-name":"Timer Reset",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1A.5.5 0 0 1 5 .5h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM6 4.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.996 3.5a3.5 3.5 0 0 0-3.5 3.062.5.5 0 0 1-.992-.124A4.5 4.5 0 0 1 6.002 2.5a4.5 4.5 0 1 1-2.983 7.875l-.001-.001-1.35-1.2a.5.5 0 1 1 .664-.748l1.349 1.199A3.5 3.5 0 1 0 6 3.5h-.003Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 8.5A.5.5 0 0 1 2 8h2.5a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0V8.5Z","clip-rule":"evenodd"}})])};const k8={render:p8},w8=Object.freeze(Object.defineProperty({__proto__:null,default:k8},Symbol.toStringTag,{value:"Module"}));var v8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--timer",attrs:{"aria-hidden":"true",role:"img","data-name":"Timer",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 1A.5.5 0 0 1 5 .5h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5ZM6 3.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1.5 7a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Zm6.354-1.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 1 1-.708-.708l1.5-1.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}})])};const y8={render:v8},b8=Object.freeze(Object.defineProperty({__proto__:null,default:y8},Symbol.toStringTag,{value:"Module"}));var D8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--toggl",attrs:{"aria-hidden":"true",role:"img","data-name":"Toggl",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M14.715 13.603c-.283-.264-.694-.382-1.073-.382h-1.695c-.167 0-.315-.126-.315-.283 0-.132.09-.24.209-.273 0 0 .029-.006.061-.016.305.145.645.212.989.212.523 0 1.047-.154 1.432-.514.372-.35.55-.838.55-1.338 0-.501-.174-.99-.55-1.34a1.701 1.701 0 0 0-.363-.26c.36.084.732-.019.99-.462l-.723-.517-.6.838a2.361 2.361 0 0 0-.736-.112c-.523 0-1.047.154-1.432.514-.373.35-.55.838-.55 1.338 0 .501.174.99.55 1.34l.1.086-.071.039a2.047 2.047 0 0 0-.475.378c-.238.254-.476.63-.476 1.134 0 0-.032 1.072 1.198 1.072h.893c.205 0 .414.132.414.337a.366.366 0 0 1-.061.203h1.708c.257-.286.401-.694.389-1.063-.013-.34-.113-.697-.363-.931Zm-2.132-2.925a.44.44 0 0 1 .314-.122c.116 0 .232.035.315.122a.436.436 0 0 1 .122.314.436.436 0 0 1-.122.315.441.441 0 0 1-.315.122.428.428 0 0 1-.314-.122.436.436 0 0 1-.122-.315.44.44 0 0 1 .122-.314Zm6.99 2.925c-.283-.264-.694-.382-1.073-.382l-1.968-.013c-.125 0-.218-.077-.218-.193 0-.096.048-.237.167-.26.234.074.481.11.728.11.524 0 1.047-.155 1.433-.514.372-.35.549-.838.549-1.34 0-.5-.174-.988-.55-1.338a1.704 1.704 0 0 0-.362-.26c.36.083.732-.02.989-.463l-.723-.517-.6.838a2.36 2.36 0 0 0-.736-.112c-.523 0-1.046.154-1.431.514-.373.35-.55.838-.55 1.339 0 .5.174.989.55 1.339.109.102.234.189.362.26a1.983 1.983 0 0 0-.266.24c-.238.254-.475.63-.475 1.134 0 0-.032 1.072 1.197 1.072h.893c.205 0 .414.132.414.337a.366.366 0 0 1-.061.203h1.708c.257-.286.401-.694.389-1.063-.013-.34-.113-.697-.366-.931Zm-2.659-2.925a.441.441 0 0 1 .315-.122c.115 0 .231.035.314.122a.436.436 0 0 1 .122.314.436.436 0 0 1-.122.315.44.44 0 0 1-.314.122.428.428 0 0 1-.315-.122.436.436 0 0 1-.122-.315c0-.115.039-.23.122-.314ZM22 12.379v1.603c-.212.109-.45.138-.594.144-.777-.003-1.169-.276-1.458-.693-.19-.273-.266-.71-.266-1.23V8h1.824v3.91c0 .258.128.514.494.47ZM8.165 14.127c.642 0 1.284-.205 1.756-.687.46-.469.671-1.12.671-1.791 0-.672-.215-1.323-.671-1.792-.472-.479-1.114-.684-1.756-.684-.642 0-1.285.205-1.757.687-.459.469-.67 1.12-.67 1.792 0 .668.214 1.322.67 1.791.472.476 1.115.684 1.757.684Zm-.418-2.906a.58.58 0 0 1 .408-.157c.148 0 .299.048.408.157a.57.57 0 0 1 .157.408.562.562 0 0 1-.157.408.567.567 0 0 1-.408.157.572.572 0 0 1-.408-.157.567.567 0 0 1-.154-.408c0-.154.048-.302.154-.408Zm-5.063-.305H2V9.6c.042.003.08.006.122.006.555 0 1.008-.478 1.008-1.072V8h1.3v1.429h1.018v1.486H4.431v.829c0 .176.035.314.109.408.112.14.237.234.54.234.147 0 .275-.026.368-.061v1.557c-.25.138-.632.244-1.085.244-.787 0-1.108-.273-1.397-.69-.186-.273-.282-.674-.282-1.195v-1.326Z",fill:"#F9DE9B"}})])};const M8={render:D8},Z8=Object.freeze(Object.defineProperty({__proto__:null,default:M8},Symbol.toStringTag,{value:"Module"}));var C8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--too-many-queries",attrs:{"aria-hidden":"true",role:"img","data-name":"Too Many Queries",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm0 2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5Zm5.5 2A.5.5 0 0 1 7 7h3a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const x8={render:C8},j8=Object.freeze(Object.defineProperty({__proto__:null,default:x8},Symbol.toStringTag,{value:"Module"}));var $8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--tools",attrs:{"aria-hidden":"true",role:"img","data-name":"Tools",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8.279 1.514A2.5 2.5 0 0 0 5.72 5.029a.5.5 0 0 1-.102.56L2.164 9.042a.56.56 0 0 0 .792.793L6.411 6.38a.5.5 0 0 1 .56-.102 2.5 2.5 0 0 0 3.515-2.558L9.2 5.007a1 1 0 0 1-1.4 0l-.004-.004-.803-.803a1 1 0 0 1 0-1.4l.003-.004L8.28 1.514ZM7.37.554A3.5 3.5 0 0 1 9.44.81a.5.5 0 0 1 .148.81L7.706 3.5l.793.794 1.881-1.882a.5.5 0 0 1 .81.148 3.5 3.5 0 0 1-4.304 4.76l-3.223 3.224a1.56 1.56 0 1 1-2.208-2.207L4.68 5.112A3.5 3.5 0 0 1 7.37.555Z","clip-rule":"evenodd"}})])};const A8={render:$8},S8=Object.freeze(Object.defineProperty({__proto__:null,default:A8},Symbol.toStringTag,{value:"Module"}));var O8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--toy-brick",attrs:{"aria-hidden":"true",role:"img","data-name":"Toy Brick",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 4.5a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-5Zm9 0H2v5h8v-5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M2.293 1.793A1 1 0 0 1 3 1.5h1.5c.264 0 .522.09.716.284A.999.999 0 0 1 5.5 2.5V4a.5.5 0 0 1-1 0V2.5H3V4a.5.5 0 0 1-1 0V2.5a1 1 0 0 1 .293-.707Zm4.5 0A1 1 0 0 1 7.5 1.5H9c.264 0 .522.09.716.284A.999.999 0 0 1 10 2.5V4a.5.5 0 0 1-1 0V2.5H7.5V4a.5.5 0 0 1-1 0V2.5a1 1 0 0 1 .293-.707Z","clip-rule":"evenodd"}})])};const E8={render:O8},F8=Object.freeze(Object.defineProperty({__proto__:null,default:E8},Symbol.toStringTag,{value:"Module"}));var H8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--transfer-webchat",attrs:{"aria-hidden":"true",role:"img","data-name":"Transfer Webchat",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3398521819a)",fill:"currentColor"}},[t("path",{attrs:{"fill-rule":"evenodd",d:"M6.706 3.5a.5.5 0 0 1 .5-.5h2.905a1.39 1.39 0 0 1 1.39 1.386v4.427a1.384 1.384 0 0 1-1.39 1.385H5.192a.502.502 0 0 0-.354.146l-.916.913c-.522.52-1.422.155-1.422-.59v-2.48a.5.5 0 1 1 1 0v2.079l.632-.63c.282-.28.663-.438 1.06-.438h4.92a.39.39 0 0 0 .275-.113.384.384 0 0 0 .113-.272V4.386c0-.102-.04-.2-.113-.272A.39.39 0 0 0 10.111 4H7.206a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{d:"M3.897 1.147a.5.5 0 0 1 .707 0l1.25 1.25a.5.5 0 0 1 0 .707l-1.25 1.25a.5.5 0 0 1-.707-.707l.396-.397H2.5a.5.5 0 0 1 0-1h1.793l-.396-.396a.5.5 0 0 1 0-.707Zm-1.293 2.5a.5.5 0 0 1 0 .707l-.397.396H4a.5.5 0 1 1 0 1H2.207l.397.397a.5.5 0 0 1-.707.707l-1.25-1.25a.5.5 0 0 1 0-.707l1.25-1.25a.5.5 0 0 1 .707 0Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3398521819a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z",transform:"matrix(1 0 0 -1 0 12)"}})])])])};const z8={render:H8},B8=Object.freeze(Object.defineProperty({__proto__:null,default:z8},Symbol.toStringTag,{value:"Module"}));var V8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--transfer",attrs:{"aria-hidden":"true",role:"img","data-name":"Transfer",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2858977304a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.647.147a.5.5 0 0 1 .707 0l1.25 1.25a.5.5 0 0 1 0 .707l-1.25 1.25a.5.5 0 0 1-.707-.707l.396-.397H8.25a.5.5 0 0 1 0-1h1.793L9.647.854a.5.5 0 0 1 0-.707ZM2.009 2.034a.036.036 0 0 0-.002.016c.027.548.141 1.466.553 2.508l1.129-.94a.125.125 0 0 0 .04-.127l-.348-1.396A.125.125 0 0 0 3.26 2H2.083a.092.092 0 0 0-.066.023.035.035 0 0 0-.008.011Zm.992 3.459 1.328-1.108c.331-.276.476-.718.371-1.136l-.349-1.397A1.125 1.125 0 0 0 3.26 1H2.083c-.577 0-1.106.457-1.075 1.1a9.101 9.101 0 0 0 2.675 5.94c2.216 2.218 4.921 2.772 6.137 2.911.669.077 1.18-.463 1.18-1.077V8.738c0-.516-.352-.966-.853-1.091l-1.439-.359a1.125 1.125 0 0 0-1.068.296L6.393 8.832A8.804 8.804 0 0 1 4.39 7.334a8.225 8.225 0 0 1-1.389-1.841Zm4.35 3.796a9.891 9.891 0 0 0 2.583.67.05.05 0 0 0 .023-.002.046.046 0 0 0 .016-.01.096.096 0 0 0 .027-.072V8.738a.125.125 0 0 0-.095-.12l-1.439-.36a.125.125 0 0 0-.118.033l-.997.998Zm1.003-6.642a.5.5 0 0 1 0 .707l-.397.396H9.75a.5.5 0 0 1 0 1H7.957l.397.397a.5.5 0 0 1-.707.707l-1.25-1.25a.5.5 0 0 1 0-.707v-.001l1.25-1.25a.5.5 0 0 1 .707 0Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2858977304a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const P8={render:V8},T8=Object.freeze(Object.defineProperty({__proto__:null,default:P8},Symbol.toStringTag,{value:"Module"}));var L8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--transportation",attrs:{"aria-hidden":"true",role:"img","data-name":"Transportation",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 2a.5.5 0 0 0-.5.5V5h3V2H3Zm0-1a1.5 1.5 0 0 0-1.5 1.5v6A1.5 1.5 0 0 0 3 10h.066l-.482.723a.5.5 0 0 0 .832.555L4.268 10h3.465l.851 1.277a.5.5 0 1 0 .832-.555L8.934 10H9a1.5 1.5 0 0 0 1.5-1.5v-6A1.5 1.5 0 0 0 9 1H3Zm3.5 1v3h3V2.5A.5.5 0 0 0 9 2H6.5Zm3 4h-7v2.5A.5.5 0 0 0 3 9h6a.5.5 0 0 0 .5-.5V6Zm-6 1.5A.5.5 0 0 1 4 7h.005a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Zm4 0A.5.5 0 0 1 8 7h.005a.5.5 0 1 1 0 1H8a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const I8={render:L8},U8=Object.freeze(Object.defineProperty({__proto__:null,default:I8},Symbol.toStringTag,{value:"Module"}));var q8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--trash",attrs:{"aria-hidden":"true",role:"img","data-name":"Trash",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon2274195983a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M1 3a.5.5 0 0 1 .5-.5h9a.5.5 0 1 1 0 1h-9A.5.5 0 0 1 1 3Z"}}),t("path",{attrs:{d:"M2.5 2.5A.5.5 0 0 1 3 3v7a.51.51 0 0 0 .166.334.51.51 0 0 0 .334.166h5a.51.51 0 0 0 .334-.166A.511.511 0 0 0 9 10V3a.5.5 0 0 1 1 0v7c0 .413-.201.784-.459 1.041-.257.258-.628.46-1.04.46h-5c-.413 0-.784-.202-1.042-.46-.257-.258-.459-.628-.459-1.04V3a.5.5 0 0 1 .5-.5Z"}}),t("path",{attrs:{d:"M4.666 1.666A.51.51 0 0 0 4.5 2v1a.5.5 0 1 1-1 0V2c0-.412.202-.783.46-1.04C4.216.7 4.587.5 5 .5h2c.413 0 .784.201 1.041.46.258.257.46.628.46 1.04v1a.5.5 0 1 1-1 0V2a.51.51 0 0 0-.167-.334A.51.51 0 0 0 7 1.5H5a.51.51 0 0 0-.334.166ZM5 5a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0v-3A.5.5 0 0 1 5 5Zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 1 1-1 0v-3A.5.5 0 0 1 7 5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon2274195983a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const N8={render:q8},R8=Object.freeze(Object.defineProperty({__proto__:null,default:N8},Symbol.toStringTag,{value:"Module"}));var G8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--trending-down",attrs:{"aria-hidden":"true",role:"img","data-name":"Trending Down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M.646 3.146a.5.5 0 0 1 .708 0L4.25 6.043l2.146-2.147a.5.5 0 0 1 .708 0L10.5 7.293V5.5a.5.5 0 0 1 1 0v3a.5.5 0 0 1-.5.5H8a.5.5 0 0 1 0-1h1.793L6.75 4.957 4.604 7.104a.5.5 0 0 1-.708 0l-3.25-3.25a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const K8={render:G8},J8=Object.freeze(Object.defineProperty({__proto__:null,default:K8},Symbol.toStringTag,{value:"Module"}));var W8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--trending-up",attrs:{"aria-hidden":"true",role:"img","data-name":"Trending Up",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M8 4a.5.5 0 0 1 0-1h3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0V4.707L7.104 8.104a.5.5 0 0 1-.708 0L4.25 5.957 1.354 8.854a.5.5 0 1 1-.708-.708l3.25-3.25a.5.5 0 0 1 .708 0L6.75 7.043 9.793 4H8Z","clip-rule":"evenodd"}})])};const Y8={render:W8},X8=Object.freeze(Object.defineProperty({__proto__:null,default:Y8},Symbol.toStringTag,{value:"Module"}));var Q8=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--triangle",attrs:{"aria-hidden":"true",role:"img","data-name":"Triangle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.24 1.197a1.5 1.5 0 0 1 2.06.556l3.998 6.997a1.504 1.504 0 0 1 0 1.5 1.5 1.5 0 0 1-1.297.75H2.002a1.5 1.5 0 0 1-1.31-2.249L4.69 1.753v-.001a1.5 1.5 0 0 1 .55-.556Zm.755.796a.5.5 0 0 0-.435.254v.001L1.557 9.25a.5.5 0 0 0 .438.75H10a.5.5 0 0 0 .432-.75l-.001-.002-4-7-.001-.001a.5.5 0 0 0-.435-.254Z","clip-rule":"evenodd"}})])};const ek={render:Q8},tk=Object.freeze(Object.defineProperty({__proto__:null,default:ek},Symbol.toStringTag,{value:"Module"}));var ak=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--twitter",attrs:{"aria-hidden":"true",role:"img","data-name":"Twitter",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M8.66 19.626c6.793 0 10.508-5.628 10.508-10.508 0-.16 0-.319-.01-.477A7.513 7.513 0 0 0 21 6.729a7.372 7.372 0 0 1-2.121.581 3.706 3.706 0 0 0 1.623-2.042 7.4 7.4 0 0 1-2.345.896 3.696 3.696 0 0 0-6.293 3.368 10.485 10.485 0 0 1-7.611-3.858 3.696 3.696 0 0 0 1.143 4.93 3.665 3.665 0 0 1-1.676-.463v.047a3.695 3.695 0 0 0 2.963 3.62 3.687 3.687 0 0 1-1.668.064 3.697 3.697 0 0 0 3.45 2.564A7.41 7.41 0 0 1 3 17.967a10.456 10.456 0 0 0 5.66 1.656",fill:"#1DA1F2"}})])};const nk={render:ak},ok=Object.freeze(Object.defineProperty({__proto__:null,default:nk},Symbol.toStringTag,{value:"Module"}));var rk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--type",attrs:{"aria-hidden":"true",role:"img","data-name":"Type",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 2a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0v-1h-7v1a.5.5 0 0 1-1 0V2ZM4 10a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 4 10Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V2a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const sk={render:rk},ik=Object.freeze(Object.defineProperty({__proto__:null,default:sk},Symbol.toStringTag,{value:"Module"}));var dk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--umbrella",attrs:{"aria-hidden":"true",role:"img","data-name":"Umbrella",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3588869887a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M2.286 2.423a5.56 5.56 0 0 1 7.428 0 5.46 5.46 0 0 1 1.784 3.528A.5.5 0 0 1 11 6.5H1a.5.5 0 0 1-.498-.549 5.46 5.46 0 0 1 1.784-3.528Zm.668.744A4.46 4.46 0 0 0 1.586 5.5h8.828a4.46 4.46 0 0 0-1.368-2.333 4.56 4.56 0 0 0-6.092 0Z"}}),t("path",{attrs:{d:"M6 5.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 1 0 .5.5 0 0 1 1 0 1.5 1.5 0 0 1-3 0V6a.5.5 0 0 1 .5-.5Zm0-5a.5.5 0 0 1 .5.5v.5a.5.5 0 0 1-1 0V1A.5.5 0 0 1 6 .5Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3588869887a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const lk={render:dk},fk=Object.freeze(Object.defineProperty({__proto__:null,default:lk},Symbol.toStringTag,{value:"Module"}));var uk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--underline",attrs:{"aria-hidden":"true",role:"img","data-name":"Underline",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3 1.5a.5.5 0 0 1 .5.5v3a2.5 2.5 0 1 0 5 0V2a.5.5 0 0 1 1 0v3a3.5 3.5 0 1 1-7 0V2a.5.5 0 0 1 .5-.5ZM1.5 10a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const _k={render:uk},ck=Object.freeze(Object.defineProperty({__proto__:null,default:_k},Symbol.toStringTag,{value:"Module"}));var mk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--undo-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Undo 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.854 1.646a.5.5 0 0 1 0 .708L2.707 4.5l2.147 2.146a.5.5 0 1 1-.708.708l-2.5-2.5a.5.5 0 0 1 0-.708l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 4.5A.5.5 0 0 1 2 4h5.25a3.25 3.25 0 1 1 0 6.5H5.5a.5.5 0 0 1 0-1h1.75a2.25 2.25 0 0 0 0-4.5H2a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const hk={render:mk},gk=Object.freeze(Object.defineProperty({__proto__:null,default:hk},Symbol.toStringTag,{value:"Module"}));var pk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--union-pay",attrs:{"aria-hidden":"true",role:"img","data-name":"Union Pay",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),t("path",{attrs:{d:"M6.968 7h3.782c.528 0 .856.444.733.99l-1.76 7.782c-.125.543-.654.987-1.182.987H4.759c-.527 0-.856-.444-.733-.987l1.761-7.783c.124-.545.652-.988 1.18-.988Z",fill:"#E21836"}}),t("path",{attrs:{d:"M10.435 7h4.35c.527 0 .29.443.165.988l-1.76 7.783c-.124.543-.086.987-.615.987H8.226c-.529 0-.856-.444-.732-.987l1.76-7.783C9.38 7.443 9.907 7 10.434 7Z",fill:"#00447C"}}),t("path",{attrs:{d:"M14.612 7h3.782c.529 0 .857.443.733.988l-1.76 7.783c-.125.543-.654.987-1.182.987h-3.78c-.53 0-.858-.444-.734-.987l1.76-7.783c.124-.545.652-.988 1.18-.988Z",fill:"#007B84"}}),t("path",{attrs:{d:"M7.955 9.494c-.389.004-.504 0-.54-.009a639.26 639.26 0 0 1-.278 1.317c-.056.252-.097.431-.237.548a.415.415 0 0 1-.28.1c-.172 0-.272-.089-.289-.256l-.003-.057.052-.34s.276-1.136.325-1.286a.113.113 0 0 0 .004-.017c-.536.005-.631 0-.638-.009l-.016.083-.282 1.28-.024.108-.047.356c0 .105.02.19.06.264.129.23.494.265.7.265.267 0 .517-.059.686-.165.293-.178.37-.457.438-.705l.032-.127s.284-1.18.332-1.333l.005-.017Zm.966.952a.732.732 0 0 0-.306.073c-.04.022-.08.047-.12.072l.037-.137-.02-.023c-.239.05-.292.057-.512.088l-.018.013a6.878 6.878 0 0 1-.143.81l-.111.475.01.02c.225-.012.294-.012.49-.009l.016-.017c.025-.132.028-.162.083-.428.026-.126.08-.403.106-.502a.357.357 0 0 1 .144-.046c.11 0 .096.099.092.138a5.083 5.083 0 0 1-.086.466l-.027.12-.06.26.01.018a5.14 5.14 0 0 1 .479-.009l.022-.017c.034-.205.044-.26.105-.559l.03-.137c.06-.268.09-.404.045-.515-.047-.124-.162-.154-.266-.154Zm1.078.28c-.118.024-.193.04-.268.05l-.26.04-.01.008-.008.007c-.012.087-.02.163-.036.252a4.74 4.74 0 0 1-.067.346c-.026.115-.04.155-.054.195-.015.041-.03.08-.06.193l.007.01.006.01c.106-.005.176-.009.248-.01.072-.002.146 0 .26.001l.01-.008.011-.01c.017-.101.02-.129.03-.178.01-.054.027-.128.07-.325l.063-.28.066-.279-.003-.011-.005-.01Zm.003-.378c-.108-.065-.296-.045-.423.045-.126.089-.14.214-.034.28.106.063.295.044.42-.046.127-.09.143-.215.037-.28Zm.649 1.51c.217 0 .44-.062.607-.245.129-.148.188-.368.208-.46.067-.3.015-.44-.05-.526-.1-.13-.274-.173-.456-.173-.109 0-.369.011-.572.204-.146.14-.213.328-.254.509-.04.184-.088.516.208.64.092.04.224.05.309.05Zm-.017-.678c.05-.227.109-.419.26-.419.118 0 .127.143.074.371-.01.051-.053.24-.111.32-.04.06-.089.095-.142.095-.016 0-.11 0-.112-.144 0-.07.014-.144.03-.223Zm1.375.648.017-.017c.024-.132.028-.162.081-.428.027-.126.082-.403.108-.502.049-.023.097-.046.144-.046.11 0 .096.098.091.138a4.621 4.621 0 0 1-.085.466l-.026.12c-.02.088-.042.173-.06.26l.008.018c.223-.012.288-.012.479-.009l.023-.017c.033-.205.042-.26.105-.559l.03-.137c.06-.268.09-.404.045-.515-.048-.124-.163-.154-.267-.154a.727.727 0 0 0-.425.145l.035-.137-.019-.023c-.238.05-.292.057-.512.089l-.017.012a7.161 7.161 0 0 1-.143.81l-.11.475.01.02a5.32 5.32 0 0 1 .488-.009Zm1.638.01.098-.488s.07-.307.075-.318c0 0 .022-.032.045-.044h.033c.31 0 .659 0 .933-.208.186-.142.314-.352.37-.608a.943.943 0 0 0 .026-.212.455.455 0 0 0-.074-.27c-.14-.201-.418-.205-.74-.206l-.158.001a7.109 7.109 0 0 1-.644-.005l-.016.086-.147.704-.37 1.565a7 7 0 0 1 .569.002Zm.273-1.25.156-.698.005-.036.002-.027.063.006.33.03c.128.05.18.181.143.352a.511.511 0 0 1-.258.35c-.104.055-.231.059-.363.059h-.085l.007-.035Zm.975.605c-.041.182-.089.514.206.632a.562.562 0 0 0 .264.05.43.43 0 0 0 .252-.12l-.021.083.013.018c.212-.01.278-.01.508-.008l.02-.016c.034-.203.066-.4.153-.789l.129-.555-.007-.02c-.238.044-.301.054-.53.087l-.016.015-.008.055a.328.328 0 0 0-.166-.14c-.101-.042-.34.011-.545.203-.144.137-.213.325-.252.505Zm.498.011c.051-.223.11-.413.26-.413.096 0 .147.091.136.246a7.89 7.89 0 0 1-.027.125l-.047.199a.488.488 0 0 1-.056.116.259.259 0 0 1-.185.092c-.015 0-.108 0-.112-.142a.99.99 0 0 1 .031-.223Zm2.603-.739-.018-.021a5.415 5.415 0 0 1-.494.086l-.015.017-.003.01v-.003c-.161.381-.156.299-.287.599 0-.014 0-.022-.002-.037l-.032-.65-.02-.022c-.247.049-.253.056-.48.086l-.018.017c-.002.008-.002.016-.003.025l.001.004c.028.15.021.116.05.352.013.115.031.232.044.346.023.191.035.285.063.577-.154.26-.19.36-.338.588l.001.002-.104.17c-.012.017-.023.03-.038.035a.154.154 0 0 1-.068.01h-.057l-.086.293.294.005a.36.36 0 0 0 .34-.195l.184-.326h-.003l.02-.023c.124-.275 1.069-1.945 1.069-1.945Zm-3.101 3.852h-.125l.462-1.571h.153l.048-.162.005.18c-.006.111.08.21.303.194h.258l.089-.303h-.098c-.055 0-.081-.014-.078-.045l-.005-.184h-.478v.001c-.155.004-.616.016-.71.041-.113.03-.232.118-.232.118l.047-.162h-.448l-.093.322-.467 1.595h-.09l-.09.3h.891l-.03.1h.44l.028-.1h.123l.097-.324Zm-.366-1.252c-.071.02-.204.082-.204.082l.118-.401h.355l-.085.292s-.11.007-.184.027Zm.007.574s-.111.014-.185.031a1.794 1.794 0 0 0-.208.094l.122-.418h.358l-.087.293Zm-.199.681h-.356l.103-.352h.355l-.102.352Zm.859-.974h.514l-.074.246h-.521l-.078.27h.455l-.345.5a.142.142 0 0 1-.07.06.201.201 0 0 1-.092.027h-.126l-.087.295h.33a.4.4 0 0 0 .349-.186l.236-.334.051.339c.01.063.055.1.085.115.033.017.067.046.116.05.051.003.089.005.114.005h.162l.098-.33h-.064c-.037 0-.1-.007-.111-.019-.011-.014-.011-.036-.017-.07l-.051-.34h-.211l.092-.113h.52l.08-.269h-.481l.075-.246h.48l.088-.303h-1.43l-.087.303Zm-4.34 1.043.12-.41h.492l.09-.306h-.493l.075-.253h.483l.089-.296h-1.207l-.087.296h.274l-.073.253h-.275l-.09.31h.273l-.16.544c-.021.072.01.1.03.133a.135.135 0 0 0 .089.066.517.517 0 0 0 .126.018h.556l.099-.339-.246.035c-.048 0-.18-.006-.165-.051Zm.056-1.966-.125.232a.27.27 0 0 1-.072.097c-.02.012-.057.017-.112.017h-.065l-.087.298h.216a.48.48 0 0 0 .222-.06c.041-.022.052-.009.084-.04l.073-.066h.676l.09-.31h-.495l.086-.168h-.49Zm.998 1.972c-.011-.017-.003-.047.014-.11l.185-.63h.657a4.27 4.27 0 0 0 .21-.005.42.42 0 0 0 .158-.055.3.3 0 0 0 .115-.11.942.942 0 0 0 .114-.264l.232-.796-.682.004s-.21.031-.303.067c-.093.039-.226.149-.226.149l.061-.219h-.42l-.59 2.014a1.096 1.096 0 0 0-.039.17c-.001.036.045.072.075.1.035.027.088.022.137.027.053.004.128.007.231.007h.324l.1-.346-.29.028a.076.076 0 0 1-.063-.031Zm.318-1.165h.69l-.043.142c-.006.003-.021-.007-.091.002h-.598l.042-.144Zm.139-.475h.696l-.05.171s-.328-.003-.381.007c-.231.04-.366.168-.366.168l.1-.346Zm.523 1.091a.076.076 0 0 1-.027.044c-.014.01-.037.012-.07.012h-.1l.007-.172h-.41l-.016.843c0 .06.005.096.048.124.044.036.177.04.356.04h.256l.093-.316-.223.013-.074.005c-.01-.005-.02-.009-.031-.02-.01-.01-.025-.004-.023-.065l.002-.216.234-.01c.127 0 .18-.042.227-.082.044-.039.058-.083.075-.143l.039-.192h-.322l-.04.135Z",fill:"#FEFEFE"}})])};const kk={render:pk},wk=Object.freeze(Object.defineProperty({__proto__:null,default:kk},Symbol.toStringTag,{value:"Module"}));var vk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--unlink-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Unlink 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 4a2 2 0 1 0 0 4h1a.5.5 0 0 1 0 1h-1a3 3 0 1 1 0-6h1a.5.5 0 0 1 0 1h-1ZM7 3.5a.5.5 0 0 1 .5-.5h1a3 3 0 1 1 0 6h-1a.5.5 0 0 1 0-1h1a2 2 0 1 0 0-4h-1a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const yk={render:vk},bk=Object.freeze(Object.defineProperty({__proto__:null,default:yk},Symbol.toStringTag,{value:"Module"}));var Dk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--unlock-filled",attrs:{"aria-hidden":"true",role:"img","data-name":"Unlock Filled",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3484163360a)"}},[t("path",{attrs:{fill:"currentColor",d:"M5.8 1.508A2 2 0 0 1 7.96 3.1a.5.5 0 0 0 .98-.2A3 3 0 0 0 3 3.5v1.563h-.5c-.794 0-1.437.643-1.437 1.437V10c0 .794.643 1.438 1.437 1.438h7c.794 0 1.438-.644 1.438-1.438V6.5c0-.794-.644-1.437-1.438-1.437H4V3.499a2 2 0 0 1 1.8-1.991Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3484163360a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Mk={render:Dk},Zk=Object.freeze(Object.defineProperty({__proto__:null,default:Mk},Symbol.toStringTag,{value:"Module"}));var Ck=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--unlock",attrs:{"aria-hidden":"true",role:"img","data-name":"Unlock",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon567336547a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.187 1.887A2 2 0 0 0 4 3.5V5h5.5A1.5 1.5 0 0 1 11 6.5V10a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 1 10V6.5A1.5 1.5 0 0 1 2.5 5H3V3.5a3 3 0 0 1 5.94-.6.5.5 0 1 1-.98.2 2 2 0 0 0-.773-1.213ZM2 6.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V10a.5.5 0 0 1-.5.5h-7A.5.5 0 0 1 2 10V6.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon567336547a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const xk={render:Ck},jk=Object.freeze(Object.defineProperty({__proto__:null,default:xk},Symbol.toStringTag,{value:"Module"}));var $k=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--unread",attrs:{"aria-hidden":"true",role:"img","data-name":"Unread",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.5 2a.5.5 0 0 0-.5.5v6.793l1.146-1.147A.5.5 0 0 1 3.5 8h6a.5.5 0 0 0 .5-.5V5.25a.5.5 0 0 1 1 0V7.5A1.5 1.5 0 0 1 9.5 9H3.707l-1.853 1.854A.5.5 0 0 1 1 10.5v-8A1.5 1.5 0 0 1 2.5 1h4a.5.5 0 0 1 0 1h-4Zm5 .75a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0Z",fill:"currentColor"}})])};const Ak={render:$k},Sk=Object.freeze(Object.defineProperty({__proto__:null,default:Ak},Symbol.toStringTag,{value:"Module"}));var Ok=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--upload-cloud",attrs:{"aria-hidden":"true",role:"img","data-name":"Upload Cloud",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.598 2.209a3 3 0 0 0-3.24 4.89.5.5 0 1 1-.715.7A4 4 0 1 1 8.209 3.5h.54a2.75 2.75 0 0 1 1.529 5.037.5.5 0 1 1-.556-.832A1.75 1.75 0 0 0 8.75 4.5h-.895a.5.5 0 0 1-.48-.357A3 3 0 0 0 5.599 2.21Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 5.5a.5.5 0 0 1 .5.5v4.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 1 1-.708.708L6 6.707 4.354 8.354a.5.5 0 1 1-.708-.708l2-2Z","clip-rule":"evenodd"}})])};const Ek={render:Ok},Fk=Object.freeze(Object.defineProperty({__proto__:null,default:Ek},Symbol.toStringTag,{value:"Module"}));var Hk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--upload",attrs:{"aria-hidden":"true",role:"img","data-name":"Upload",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1.5 7a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5v-2a.5.5 0 0 1 .5-.5Zm4.146-5.854a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 1 1-.708.708L6 2.207 3.854 4.354a.5.5 0 1 1-.708-.708l2.5-2.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0v-6A.5.5 0 0 1 6 1Z","clip-rule":"evenodd"}})])};const zk={render:Hk},Bk=Object.freeze(Object.defineProperty({__proto__:null,default:zk},Symbol.toStringTag,{value:"Module"}));var Vk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--usb",attrs:{"aria-hidden":"true",role:"img","data-name":"Usb",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M1 10a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm3-6.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.854 2.146a.5.5 0 0 1 0 .708l-7.5 7.5a.5.5 0 0 1-.708-.708l7.5-7.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M10.854 1.146a.5.5 0 0 1 .12.512l-.5 1.5a.5.5 0 0 1-.828.196l-1-1a.5.5 0 0 1 .196-.828l1.5-.5a.5.5 0 0 1 .512.12Zm-5.5 2a.5.5 0 0 1 0 .708L3.087 6.12l.877 2.194a.5.5 0 0 1-.928.372l-1-2.5a.5.5 0 0 1 .11-.54l2.5-2.5a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.854 5.646a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.54.11l-2.5-1a.5.5 0 0 1 .372-.928l2.194.877 1.766-1.767a.5.5 0 0 1 .708 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.146 5.146a.5.5 0 0 1 .708 0l.5.5a.5.5 0 0 1 0 .708l-.5.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 0-.708l.5-.5Z","clip-rule":"evenodd"}})])};const Pk={render:Vk},Tk=Object.freeze(Object.defineProperty({__proto__:null,default:Pk},Symbol.toStringTag,{value:"Module"}));var Lk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--user-check",attrs:{"aria-hidden":"true",role:"img","data-name":"User Check",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm9.354.646a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708L9 5.793l1.646-1.647a.5.5 0 0 1 .708 0ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])};const Ik={render:Lk},Uk=Object.freeze(Object.defineProperty({__proto__:null,default:Ik},Symbol.toStringTag,{value:"Module"}));var qk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--user-minus",attrs:{"aria-hidden":"true",role:"img","data-name":"User Minus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm5.5 2A.5.5 0 0 1 8 5h3a.5.5 0 0 1 0 1H8a.5.5 0 0 1-.5-.5ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])};const Nk={render:qk},Rk=Object.freeze(Object.defineProperty({__proto__:null,default:Nk},Symbol.toStringTag,{value:"Module"}));var Gk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--user-plus",attrs:{"aria-hidden":"true",role:"img","data-name":"User Plus",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm7.5 0a.5.5 0 0 1 .5.5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0V6H8a.5.5 0 0 1 0-1h1V4a.5.5 0 0 1 .5-.5ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])};const Kk={render:Gk},Jk=Object.freeze(Object.defineProperty({__proto__:null,default:Kk},Symbol.toStringTag,{value:"Module"}));var Wk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--user-rematch",attrs:{"aria-hidden":"true",role:"img","data-name":"User Rematch",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3078169899a)"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm7.384.864a.5.5 0 0 1 0 .707l-.021.022h.893a1.2 1.2 0 0 1 1.2 1.2v.99a.5.5 0 0 1-1 0v-.99a.202.202 0 0 0-.2-.2h-.893l.021.021a.5.5 0 0 1-.707.707l-.875-.875a.5.5 0 0 1 0-.707l.875-.875a.5.5 0 0 1 .707 0ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z",fill:"currentColor"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3078169899a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Yk={render:Wk},Xk=Object.freeze(Object.defineProperty({__proto__:null,default:Yk},Symbol.toStringTag,{value:"Module"}));var Qk=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--user-remove",attrs:{"aria-hidden":"true",role:"img","data-name":"User Remove",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm6.146.146a.5.5 0 0 1 .708 0l.896.897.896-.897a.5.5 0 0 1 .708.708l-.897.896.897.896a.5.5 0 0 1-.708.708l-.896-.897-.896.897a.5.5 0 1 1-.708-.708l.897-.896-.897-.896a.5.5 0 0 1 0-.708ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])};const e9={render:Qk},t9=Object.freeze(Object.defineProperty({__proto__:null,default:e9},Symbol.toStringTag,{value:"Module"}));var a9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--user",attrs:{"aria-hidden":"true",role:"img","data-name":"User",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM3.5 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm-.768 4.232A2.5 2.5 0 0 1 4.5 7h3A2.5 2.5 0 0 1 10 9.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 7.5 8h-3A1.5 1.5 0 0 0 3 9.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Z","clip-rule":"evenodd"}})])};const n9={render:a9},o9=Object.freeze(Object.defineProperty({__proto__:null,default:n9},Symbol.toStringTag,{value:"Module"}));var r9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--users",attrs:{"aria-hidden":"true",role:"img","data-name":"Users",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3ZM2 3.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0Zm5.516-2.059a.5.5 0 0 1 .608-.36 2.5 2.5 0 0 1 0 4.843.5.5 0 0 1-.248-.968 1.5 1.5 0 0 0 0-2.907.5.5 0 0 1-.36-.608ZM1.232 7.732A2.5 2.5 0 0 1 3 7h3a2.5 2.5 0 0 1 2.5 2.5v1a.5.5 0 0 1-1 0v-1A1.5 1.5 0 0 0 6 8H3a1.5 1.5 0 0 0-1.5 1.5v1a.5.5 0 0 1-1 0v-1a2.5 2.5 0 0 1 .732-1.768Zm7.784-.292a.5.5 0 0 1 .609-.36A2.5 2.5 0 0 1 11.5 9.5v1a.5.5 0 0 1-1 0v-1a1.5 1.5 0 0 0-1.125-1.45.5.5 0 0 1-.36-.61Z","clip-rule":"evenodd"}})])};const s9={render:r9},i9=Object.freeze(Object.defineProperty({__proto__:null,default:s9},Symbol.toStringTag,{value:"Module"}));var d9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--very-dissatisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Very Dissatisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3695906058a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.899 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.399 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Zm2.435-1.777a.5.5 0 0 1 .693-.14l.197.132a.5.5 0 0 0 .555-.001l.193-.13a.5.5 0 1 1 .556.832l-.193.129a1.5 1.5 0 0 1-1.664.003l-.198-.132a.5.5 0 0 1-.14-.693Zm4 0a.5.5 0 0 1 .693-.14l.197.132a.5.5 0 0 0 .555-.001l.193-.13a.5.5 0 1 1 .556.832l-.193.129a1.5 1.5 0 0 1-1.664.003l-.198-.132a.5.5 0 0 1-.14-.693ZM5.899 6a2.641 2.641 0 0 0-1.608.517c-.46.345-.78.836-.883 1.39a.5.5 0 0 0 .49.593h4a.5.5 0 0 0 .492-.592 2.268 2.268 0 0 0-.883-1.39A2.641 2.641 0 0 0 5.9 6Zm-.006 1a1.642 1.642 0 0 0-1.002.317 1.41 1.41 0 0 0-.201.183h2.418a1.409 1.409 0 0 0-.2-.183A1.642 1.642 0 0 0 5.904 7h-.012Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3695906058a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const l9={render:d9},f9=Object.freeze(Object.defineProperty({__proto__:null,default:l9},Symbol.toStringTag,{value:"Module"}));var u9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--very-satisfied",attrs:{"aria-hidden":"true",role:"img","data-name":"Very Satisfied",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon3287564660a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM4 4.5a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5Zm3 0a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5ZM2.618 6.177A.5.5 0 0 1 3 6h6a.5.5 0 0 1 .493.583A3.5 3.5 0 0 1 6 9.5a3.5 3.5 0 0 1-3.493-2.917.5.5 0 0 1 .111-.406ZM3.667 7a2.5 2.5 0 0 0 2.326 1.5h.014A2.5 2.5 0 0 0 8.333 7H3.667Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon3287564660a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const _9={render:u9},c9=Object.freeze(Object.defineProperty({__proto__:null,default:_9},Symbol.toStringTag,{value:"Module"}));var m9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--viber",attrs:{"aria-hidden":"true",role:"img","data-name":"Viber",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M21.19 2.34c-.596-.55-3.006-2.299-8.374-2.323 0 0-6.33-.381-9.416 2.45-1.718 1.717-2.322 4.231-2.386 7.348-.064 3.117-.146 8.959 5.484 10.542h.006L6.5 22.774s-.036.979.609 1.178c.779.242 1.236-.502 1.98-1.303.409-.44.973-1.087 1.397-1.58 3.851.323 6.813-.417 7.15-.527.777-.252 5.177-.816 5.892-6.657.739-6.02-.357-9.828-2.337-11.544z",fill:"#fff"}}),t("path",{attrs:{d:"M19.938 3.557c-.504-.458-2.68-1.826-7.221-1.845 0 0-5.377-.354-7.987 2.01C3.277 5.158 2.788 7.29 2.734 9.894c-.054 2.603-.332 7.576 4.43 8.898l-.021 4.017c0 .227.036.382.165.414.094.023.233-.026.352-.144.761-.765 3.199-3.705 3.199-3.705 3.27.213 5.872-.432 6.152-.524.66-.212 4.228-.518 4.832-5.397.624-5.028-.23-8.46-1.905-9.895z",fill:"#7360f2"}}),t("g",{attrs:{stroke:"#fff","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":".6"}},[t("path",{attrs:{d:"M15.026 9.68c-.06-1.191-.664-1.817-1.815-1.877"}}),t("path",{attrs:{d:"M16.584 10.201c.024-1.109-.305-2.036-.986-2.78-.684-.747-1.632-1.158-2.847-1.247"}}),t("path",{attrs:{d:"M18.178 10.825c-.015-1.925-.59-3.44-1.725-4.548-1.136-1.107-2.548-1.666-4.237-1.678"}})]),t("path",{attrs:{d:"M13.272 13.745s.427.036.656-.247l.448-.563c.216-.28.738-.458 1.249-.173.382.218.754.455 1.113.71.339.25 1.033.829 1.035.829.33.279.407.689.182 1.12l-.002.01c-.248.43-.563.817-.933 1.148l-.008.006c-.321.269-.637.421-.947.458a1.26 1.26 0 0 1-.54-.053l-.01-.015c-.478-.135-1.275-.472-2.603-1.204-.769-.42-1.5-.902-2.187-1.445a11.464 11.464 0 0 1-.984-.872l-.033-.033-.033-.033-.033-.033-.033-.033c-.31-.311-.6-.64-.872-.984a15.52 15.52 0 0 1-1.445-2.186c-.732-1.329-1.07-2.125-1.204-2.603l-.015-.01a1.26 1.26 0 0 1-.053-.541c.039-.31.191-.626.458-.948.003-.004.005-.004.007-.008.33-.37.718-.685 1.148-.932l.009-.002c.432-.225.842-.15 1.12.18.003.002.58.696.829 1.035.255.36.493.73.71 1.114.285.51.107 1.033-.172 1.248l-.564.448c-.284.23-.247.657-.247.657s.835 3.16 3.954 3.955z",fill:"#fff"}})])};const h9={render:m9},g9=Object.freeze(Object.defineProperty({__proto__:null,default:h9},Symbol.toStringTag,{value:"Module"}));var p9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--video-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Video Off",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon272418784a)"}},[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-1.949-1.95a1.5 1.5 0 0 1-1.198.598H2a1.5 1.5 0 0 1-1.5-1.5V3.498a1.5 1.5 0 0 1 .911-1.38l-.765-.764a.5.5 0 0 1 0-.708Zm1.645 2.352H2a.5.5 0 0 0-.5.5v5.004a.5.5 0 0 0 .5.5h5.499a.5.5 0 0 0 .468-.325L2.291 2.998Zm5.208 0h-1.67a.5.5 0 0 1 0-1h1.67a1.5 1.5 0 0 1 1.5 1.5v.758l1.817-.72A.5.5 0 0 1 11.5 4v4a.5.5 0 0 1-1 0V4.736l-1.816.72A.5.5 0 0 1 8 4.993l-.001-.5v-.995a.5.5 0 0 0-.5-.5Z",fill:"currentColor"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon272418784a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const k9={render:p9},w9=Object.freeze(Object.defineProperty({__proto__:null,default:k9},Symbol.toStringTag,{value:"Module"}));var v9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--video-settings",attrs:{"aria-hidden":"true",role:"img","data-name":"Video Settings",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 3.117a.5.5 0 0 0-.5.5.5.5 0 0 1-1 0 1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 1.5 1.5v1.066L10.723 3.2a.5.5 0 0 1 .777.416v4a.5.5 0 0 1-.777.416L8.5 6.551v1.066a1.5 1.5 0 0 1-1.5 1.5.5.5 0 0 1 0-1 .5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5H2Zm6.902 2.5L10.5 6.683V4.55L8.902 5.617Z",fill:"currentColor"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.236 4.624a1.01 1.01 0 0 1 1.01-1.009h.419a1.008 1.008 0 0 1 1.008 1.012l.004.004a.014.014 0 0 0 .005.001l.003-.001A1.008 1.008 0 0 1 6.063 5l.21.363a1.009 1.009 0 0 1-.373 1.38l-.001.006v.005l.004.003c.483.278.648.895.37 1.378l-.21.363a1.009 1.009 0 0 1-1.38.367l-.006.002a.015.015 0 0 0-.004.003v.004a1.01 1.01 0 0 1-1.009 1.009h-.419A1.01 1.01 0 0 1 2.236 8.87l-.004-.004a.015.015 0 0 0-.005-.002l-.004.002c-.483.278-1.1.113-1.378-.37l-.21-.363a1.008 1.008 0 0 1 .372-1.38l.001-.004v-.005l-.004-.002a1.008 1.008 0 0 1-.369-1.378l.21-.363a1.009 1.009 0 0 1 1.381-.367l.006-.002a.015.015 0 0 0 .004-.003v-.005ZM5.9 6.754ZM3.237 4.621v.003a1.01 1.01 0 0 1-1.514.874l-.003-.001h-.003a.01.01 0 0 0-.004.001l-.002.003-.21.363v.007a.01.01 0 0 0 .001.003l.002.002a1.008 1.008 0 0 1 0 1.746c-.002 0-.002.001-.002.002l-.002.003a.01.01 0 0 0 0 .003l.001.003.21.363A.008.008 0 0 0 1.713 8h.003a.01.01 0 0 0 .004 0h.003a1.009 1.009 0 0 1 1.513.873v.004l.003.003a.01.01 0 0 0 .003.002h.426l.002-.002a.01.01 0 0 0 .002-.003v-.003a1.008 1.008 0 0 1 1.516-.872h.004A.01.01 0 0 0 5.195 8l.002-.002.21-.363a.008.008 0 0 0 0-.003v-.004a.01.01 0 0 0-.001-.003l-.003-.002a1.009 1.009 0 0 1 0-1.748l.003-.002.001-.004a.01.01 0 0 0 0-.003v-.003l-.21-.363-.002-.003a.01.01 0 0 0-.003-.001.01.01 0 0 0-.004 0h-.003a1.008 1.008 0 0 1-1.512-.873V4.62l-.003-.002a.01.01 0 0 0-.002-.002h-.426s-.002 0-.003.002a.01.01 0 0 0-.002.003Z",fill:"currentColor"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.454 6.748a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z",fill:"currentColor"}})])};const y9={render:v9},b9=Object.freeze(Object.defineProperty({__proto__:null,default:y9},Symbol.toStringTag,{value:"Module"}));var D9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--video",attrs:{"aria-hidden":"true",role:"img","data-name":"Video",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 3.003a.5.5 0 0 0-.5.5v4.994a.5.5 0 0 0 .5.5h5.502a.5.5 0 0 0 .5-.5V3.503a.5.5 0 0 0-.5-.5H2Zm7.002 1.252v-.752a1.5 1.5 0 0 0-1.5-1.5H2a1.5 1.5 0 0 0-1.5 1.5v4.994a1.5 1.5 0 0 0 1.5 1.5h5.502a1.5 1.5 0 0 0 1.5-1.5v-.765l1.812.726a.5.5 0 0 0 .686-.465v-4a.5.5 0 0 0-.686-.464l-1.812.726Zm0 1.077v1.323l1.498.6V4.732l-1.498.6Z",fill:"currentColor"}})])};const M9={render:D9},Z9=Object.freeze(Object.defineProperty({__proto__:null,default:M9},Symbol.toStringTag,{value:"Module"}));var C9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--visa",attrs:{"aria-hidden":"true",role:"img","data-name":"Visa",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{x:".25",y:"3.75",width:"23.5",height:"16.5",rx:"1.75",fill:"#fff",stroke:"#E3E5E8","stroke-width":".5"}}),t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.25 14.792H5.78l-1.103-4.333c-.053-.2-.164-.376-.327-.459A4.694 4.694 0 0 0 3 9.542v-.167h2.37c.327 0 .572.25.613.542l.573 3.125 1.47-3.667h1.43L7.25 14.792Zm3.024 0H8.886l1.144-5.417h1.39l-1.145 5.417Zm2.942-3.916c.041-.292.286-.459.573-.459.45-.042.94.042 1.348.25l.246-1.166a3.43 3.43 0 0 0-1.267-.251c-1.349 0-2.33.75-2.33 1.792 0 .792.695 1.208 1.186 1.458.53.25.735.417.694.667 0 .375-.409.541-.817.541a3.42 3.42 0 0 1-1.43-.333l-.246 1.167c.49.208 1.022.292 1.512.292 1.512.04 2.452-.709 2.452-1.834 0-1.417-1.92-1.5-1.92-2.124ZM20 14.792l-1.103-5.417h-1.185a.616.616 0 0 0-.573.417l-2.043 5h1.43l.286-.792h1.758l.163.792H20Zm-2.084-3.958.408 2.041H17.18l.736-2.041Z",fill:"#172B85"}})])};const x9={render:C9},j9=Object.freeze(Object.defineProperty({__proto__:null,default:x9},Symbol.toStringTag,{value:"Module"}));var $9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--voicemail-drop",attrs:{"aria-hidden":"true",role:"img","data-name":"Voicemail Drop",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6.5 1a.5.5 0 0 1 .5.5v3.543l1.146-1.147a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L6 5.043V1.5a.5.5 0 0 1 .5-.5ZM3.8 7.5a1.3 1.3 0 1 0 0 2.6 1.3 1.3 0 0 0 0-2.6Zm1.898 2.6a2.3 2.3 0 1 0-1.898 1h5.4a2.3 2.3 0 1 0-1.898-1H5.698Zm3.502 0a1.3 1.3 0 1 0 0-2.6 1.3 1.3 0 0 0 0 2.6Z","clip-rule":"evenodd"}})])};const A9={render:$9},S9=Object.freeze(Object.defineProperty({__proto__:null,default:A9},Symbol.toStringTag,{value:"Module"}));var O9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--voicemail",attrs:{"aria-hidden":"true",role:"img","data-name":"Voicemail",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm2 3a2.5 2.5 0 1 0-2 1h6a2.5 2.5 0 1 0-2-1h-2Zm4 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z","clip-rule":"evenodd"}})])};const E9={render:O9},F9=Object.freeze(Object.defineProperty({__proto__:null,default:E9},Symbol.toStringTag,{value:"Module"}));var H9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--volume-1",attrs:{"aria-hidden":"true",role:"img","data-name":"Volume 1",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Zm2.417.336a.5.5 0 0 1 .707 0 3 3 0 0 1 0 4.242.5.5 0 1 1-.708-.707 2 2 0 0 0 0-2.827.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const z9={render:H9},B9=Object.freeze(Object.defineProperty({__proto__:null,default:z9},Symbol.toStringTag,{value:"Module"}));var V9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--volume-2",attrs:{"aria-hidden":"true",role:"img","data-name":"Volume 2",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.181 2.111a.5.5 0 0 1 .708 0 5.5 5.5 0 0 1 0 7.777.5.5 0 1 1-.708-.707 4.5 4.5 0 0 0 0-6.363.5.5 0 0 1 0-.707ZM5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Zm2.417.336a.5.5 0 0 1 .707 0 3 3 0 0 1 0 4.242.5.5 0 0 1-.708-.707 2 2 0 0 0 0-2.828.5.5 0 0 1 0-.707Z","clip-rule":"evenodd"}})])};const P9={render:V9},T9=Object.freeze(Object.defineProperty({__proto__:null,default:P9},Symbol.toStringTag,{value:"Module"}));var L9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--volume-x",attrs:{"aria-hidden":"true",role:"img","data-name":"Volume X",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Zm2.646.606a.5.5 0 0 1 .708 0L9.5 5.293l1.146-1.147a.5.5 0 0 1 .708.708L10.207 6l1.147 1.146a.5.5 0 0 1-.708.708L9.5 6.707 8.354 7.854a.5.5 0 1 1-.708-.708L8.793 6 7.646 4.854a.5.5 0 0 1 0-.708Z","clip-rule":"evenodd"}})])};const I9={render:L9},U9=Object.freeze(Object.defineProperty({__proto__:null,default:I9},Symbol.toStringTag,{value:"Module"}));var q9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--volume",attrs:{"aria-hidden":"true",role:"img","data-name":"Volume",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Z","clip-rule":"evenodd"}})])};const N9={render:q9},R9=Object.freeze(Object.defineProperty({__proto__:null,default:N9},Symbol.toStringTag,{value:"Module"}));var G9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--waveform",attrs:{"aria-hidden":"true",role:"img","data-name":"Waveform",viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7 1a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-1 0v-9A.5.5 0 0 1 7 1ZM5 2.5a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0V3a.5.5 0 0 1 .5-.5Zm4 1a.5.5 0 0 1 .5.5v4a.5.5 0 1 1-1 0V4a.5.5 0 0 1 .5-.5Zm-6 1a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V5a.5.5 0 0 1 .5-.5Z",fill:"currentColor"}})])};const K9={render:G9},J9=Object.freeze(Object.defineProperty({__proto__:null,default:K9},Symbol.toStringTag,{value:"Module"}));var W9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--we-chat",attrs:{"aria-hidden":"true",role:"img","data-name":"We Chat",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("g",{attrs:{fill:"#51c332"}},[t("path",{attrs:{d:"M16.043 7.946c.408 0 .807.034 1.2.083-.71-3.125-3.992-5.488-7.938-5.488-4.466 0-8.086 3.025-8.086 6.756 0 2.151 1.21 4.06 3.087 5.295L3.24 16.729l2.904-1.247c.623.222 1.27.404 1.961.49a5.666 5.666 0 0 1-.148-1.27c0-3.725 3.627-6.756 8.086-6.756zM12 5.581c.558 0 1.01.454 1.01 1.014a1.01 1.01 0 1 1-2.02 0c0-.56.452-1.014 1.01-1.014zM6.61 7.608a1.012 1.012 0 0 1 0-2.027c.557 0 1.01.454 1.01 1.014s-.453 1.013-1.01 1.013z"}}),t("path",{attrs:{d:"M22.781 14.703c0-2.986-3.017-5.406-6.738-5.406-3.721 0-6.738 2.42-6.738 5.406 0 2.985 3.017 5.405 6.738 5.405.612 0 1.194-.087 1.759-.21l3.632 1.56-1.257-2.516c1.575-.99 2.604-2.511 2.604-4.24zm-8.76-.338c-.558 0-1.01-.454-1.01-1.014a1.011 1.011 0 1 1 2.021 0c0 .56-.452 1.014-1.01 1.014zm4.043 0c-.558 0-1.01-.454-1.01-1.014a1.012 1.012 0 1 1 2.021 0c0 .56-.452 1.014-1.01 1.014z"}})])])};const Y9={render:W9},X9=Object.freeze(Object.defineProperty({__proto__:null,default:Y9},Symbol.toStringTag,{value:"Module"}));var Q9=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--webcam",attrs:{"aria-hidden":"true",role:"img","data-name":"Webcam",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 1.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1.5 5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-1 6a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 3 11Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 8.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V9a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}})])};const ew={render:Q9},tw=Object.freeze(Object.defineProperty({__proto__:null,default:ew},Symbol.toStringTag,{value:"Module"}));var aw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--webchat",attrs:{"aria-hidden":"true",role:"img","data-name":"Webchat",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 13 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M4.842 1.342c.219-.22.515-.342.825-.342h4.666A1.167 1.167 0 0 1 11.5 2.167v4.73a.75.75 0 0 1-1.28.53l-.687-.687a.25.25 0 0 0-.177-.073H8.5V8a1.167 1.167 0 0 1-1.167 1.167H3.644a.25.25 0 0 0-.177.073l-.687.687a.75.75 0 0 1-1.28-.53v-4.73A1.167 1.167 0 0 1 2.667 3.5H4.5V2.167c0-.31.123-.606.342-.825ZM5.5 3.5h1.833A1.167 1.167 0 0 1 8.5 4.667v1h.856c.332 0 .65.131.884.366l.26.26V2.167A.167.167 0 0 0 10.333 2H5.667a.167.167 0 0 0-.167.167V3.5Zm5.427 3.22ZM7.5 4.667a.167.167 0 0 0-.167-.167H2.667a.167.167 0 0 0-.167.167v4.126l.26-.26a1.25 1.25 0 0 1 .884-.366h3.69A.167.167 0 0 0 7.5 8V4.667Z","clip-rule":"evenodd"}})])};const nw={render:aw},ow=Object.freeze(Object.defineProperty({__proto__:null,default:nw},Symbol.toStringTag,{value:"Module"}));var rw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--whatsapp",attrs:{"aria-hidden":"true",role:"img","data-name":"Whatsapp",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M12.002 2.654h-.004C6.858 2.654 2.68 6.846 2.68 12c0 2.044.657 3.94 1.774 5.478l-1.162 3.471 3.583-1.148a9.221 9.221 0 0 0 5.127 1.545c5.14 0 9.318-4.193 9.318-9.346 0-5.153-4.179-9.346-9.318-9.346Z",fill:"url(#dt-icon2575648843a)"}}),t("path",{attrs:{d:"M17.426 15.851c-.225.637-1.118 1.165-1.83 1.32-.487.103-1.123.187-3.264-.704-2.74-1.138-4.503-3.928-4.64-4.11-.132-.18-1.107-1.477-1.107-2.818 0-1.342.679-1.995.953-2.275.225-.23.596-.335.953-.335.115 0 .219.006.312.01.274.012.411.028.592.462.225.543.772 1.884.838 2.022.066.138.132.325.04.506-.088.187-.165.27-.302.428-.138.16-.269.281-.406.451-.126.149-.268.308-.11.582.159.269.706 1.165 1.513 1.884 1.04.93 1.883 1.226 2.185 1.352.225.094.493.071.657-.104.209-.225.467-.6.729-.967.186-.264.421-.297.668-.203.252.087 1.584.747 1.857.884.274.138.455.203.521.319.066.115.066.659-.16 1.296Z",fill:"#FCFCFC"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon2575648843a",x1:"11.81",y1:"3.776",x2:"11.905",y2:"19.749",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#57D163"}}),t("stop",{attrs:{offset:"1","stop-color":"#23B33A"}})],1)],1)])};const sw={render:rw},iw=Object.freeze(Object.defineProperty({__proto__:null,default:sw},Symbol.toStringTag,{value:"Module"}));var dw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--whisper",attrs:{"aria-hidden":"true",role:"img","data-name":"Whisper",viewBox:"0 0 11 12",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.75 1.5a2.75 2.75 0 0 0-2.676 2.115.5.5 0 0 1-.973-.23 3.75 3.75 0 0 1 7.399.865c0 .841-.213 1.495-.544 2.03-.325.523-.752.91-1.136 1.23l-.249.204c-.29.237-.53.433-.723.658-.223.26-.348.524-.348.878a2.25 2.25 0 0 1-4.329.861.5.5 0 1 1 .924-.383A1.25 1.25 0 0 0 6.5 9.25c0-.646.25-1.132.59-1.529.256-.299.585-.567.884-.811.07-.058.14-.114.206-.17.366-.304.69-.606.926-.988.231-.372.394-.843.394-1.502A2.75 2.75 0 0 0 6.75 1.5ZM5.513 3.013A1.75 1.75 0 0 1 8.5 4.25a.5.5 0 0 1-1 0 .75.75 0 0 0-1.5 0v.086a1.5 1.5 0 0 1 .56.353.5.5 0 0 1-.706.707.5.5 0 0 0-.354-.146.5.5 0 0 1-.5-.5v-.5c0-.464.184-.91.513-1.237ZM1.955 4.338a.5.5 0 0 1 .707 0L4.47 6.146a.5.5 0 0 1 0 .708L2.662 8.662a.5.5 0 1 1-.707-.707L2.909 7H.5a.5.5 0 0 1 0-1h2.41l-.954-.955a.5.5 0 0 1 0-.707Z",fill:"currentColor"}})])};const lw={render:dw},fw=Object.freeze(Object.defineProperty({__proto__:null,default:lw},Symbol.toStringTag,{value:"Module"}));var uw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--wifi-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Wifi Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1158906272a)"}},[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.988 5.382a.5.5 0 0 1 .68-.194c.448.25.86.56 1.221.924a.5.5 0 0 1-.708.706 4.5 4.5 0 0 0-1-.756.5.5 0 0 1-.193-.68ZM.646.646a.5.5 0 0 1 .708 0L3.43 2.723l.016.017 2.022 2.022a.492.492 0 0 1 .01.01l5.875 5.874a.5.5 0 0 1-.708.708l-2.66-2.662a.5.5 0 0 1-.585-.085 2 2 0 0 0-2.8 0 .5.5 0 0 1-.7-.714 3 3 0 0 1 2.449-.837l-1.39-1.39a4.5 4.5 0 0 0-2.105 1.188.5.5 0 1 1-.708-.708 5.5 5.5 0 0 1 2.013-1.28L2.976 3.683a7 7 0 0 0-1.642 1.1.5.5 0 0 1-.668-.745 8 8 0 0 1 1.566-1.099L.646 1.354a.5.5 0 0 1 0-.708Zm10.02 4.107a6.993 6.993 0 0 0-5.291-1.755.5.5 0 0 1-.09-.996 7.993 7.993 0 0 1 6.048 2.005.5.5 0 0 1-.666.746ZM5.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1158906272a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const _w={render:uw},cw=Object.freeze(Object.defineProperty({__proto__:null,default:_w},Symbol.toStringTag,{value:"Module"}));var mw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--wifi",attrs:{"aria-hidden":"true",role:"img","data-name":"Wifi",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M6 3a7 7 0 0 0-4.667 1.783.5.5 0 0 1-.666-.746 8 8 0 0 1 10.666 0 .5.5 0 1 1-.666.746A7 7 0 0 0 6 3Zm0 2.57a4.5 4.5 0 0 0-3.15 1.287.5.5 0 1 1-.7-.714 5.5 5.5 0 0 1 7.7 0 .5.5 0 1 1-.7.714A4.5 4.5 0 0 0 6 5.571Zm0 2.465a2 2 0 0 0-1.4.572.5.5 0 1 1-.7-.714 3 3 0 0 1 4.2 0 .5.5 0 0 1-.7.714A2 2 0 0 0 6 8.035ZM5.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const hw={render:mw},gw=Object.freeze(Object.defineProperty({__proto__:null,default:hw},Symbol.toStringTag,{value:"Module"}));var pw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--wind",attrs:{"aria-hidden":"true",role:"img","data-name":"Wind",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M9.869 4.016a.75.75 0 0 0-.672.194.5.5 0 0 1-.694-.72 1.75 1.75 0 1 1 1.26 3.01H1a.5.5 0 1 1 0-1h8.743a.75.75 0 0 0 .126-1.484Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.61 2.51a.5.5 0 0 0-.453.14.5.5 0 1 1-.714-.7A1.5 1.5 0 1 1 5.497 4.5H1a.5.5 0 1 1 0-1h4.507a.5.5 0 0 0 .103-.99ZM6.997 7.5a1.5 1.5 0 1 1-1.054 2.55.5.5 0 1 1 .714-.7.5.5 0 1 0 .35-.85H1a.5.5 0 0 1 0-1h5.997Z","clip-rule":"evenodd"}})])};const kw={render:pw},ww=Object.freeze(Object.defineProperty({__proto__:null,default:kw},Symbol.toStringTag,{value:"Module"}));var vw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--x-brand",attrs:{"aria-hidden":"true",role:"img","data-name":"X Brand",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M13.813 10.469 20.907 2h-1.68l-6.16 7.353L8.145 2H2.471l7.44 11.12L2.471 22h1.681l6.506-7.765L15.854 22h5.675l-7.716-11.531Zm-2.303 2.748-.754-1.107L4.758 3.3h2.583l4.84 7.11.754 1.107 6.292 9.242h-2.582l-5.135-7.541Z",fill:"currentColor"}})])};const yw={render:vw},bw=Object.freeze(Object.defineProperty({__proto__:null,default:yw},Symbol.toStringTag,{value:"Module"}));var Dw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--x-circle",attrs:{"aria-hidden":"true",role:"img","data-name":"X Circle",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon1638610900a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"}}),t("path",{attrs:{d:"M7.854 4.147a.5.5 0 0 1 0 .707l-3 3a.5.5 0 0 1-.707-.707l3-3a.5.5 0 0 1 .707 0Z"}}),t("path",{attrs:{d:"M4.147 4.147a.5.5 0 0 1 .707 0l3 3a.5.5 0 0 1-.707.707l-3-3a.5.5 0 0 1 0-.707Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon1638610900a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const Mw={render:Dw},Zw=Object.freeze(Object.defineProperty({__proto__:null,default:Mw},Symbol.toStringTag,{value:"Module"}));var Cw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--zap-off",attrs:{"aria-hidden":"true",role:"img","data-name":"Zap Off",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("g",{attrs:{"clip-path":"url(#dt-icon658958746a)",fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd"}},[t("path",{attrs:{d:"M6.699.541a.5.5 0 0 1 .297.52l-.295 2.376a.5.5 0 0 1-.992-.124l.085-.683-.125.15a.5.5 0 0 1-.768-.64L6.116.68a.5.5 0 0 1 .583-.139ZM7.33 5a.5.5 0 0 1 .5-.5h2.67a.5.5 0 0 1 .384.82L9.669 6.775a.5.5 0 0 1-.768-.64l.53-.635H7.83a.5.5 0 0 1-.5-.5ZM4.32 3.616a.5.5 0 0 1 .064.704L2.568 6.5H6a.5.5 0 0 1 .496.562L6.208 9.37l1.408-1.69a.5.5 0 1 1 .768.64l-2.5 3a.5.5 0 0 1-.88-.382l.43-3.438H1.5a.5.5 0 0 1-.384-.82l2.5-3a.5.5 0 0 1 .704-.064Z"}}),t("path",{attrs:{d:"M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"}})]),t("defs",[t("clipPath",{attrs:{id:"dt-icon658958746a"}},[t("path",{attrs:{fill:"#fff",d:"M0 0h12v12H0z"}})])])])};const xw={render:Cw},jw=Object.freeze(Object.defineProperty({__proto__:null,default:xw},Symbol.toStringTag,{value:"Module"}));var $w=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--zendesk",attrs:{"aria-hidden":"true",role:"img","data-name":"Zendesk",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M11.238 19.156V8.002L2 19.156h9.238ZM9.885 7.266A4.62 4.62 0 0 0 11.238 4H2a4.62 4.62 0 0 0 7.885 3.266Zm4.228 8.624a4.619 4.619 0 0 0-1.353 3.267h9.238a4.619 4.619 0 0 0-7.885-3.267ZM12.76 4v11.153L22 4h-9.24Z",fill:"#03363D"}})])};const Aw={render:$w},Sw=Object.freeze(Object.defineProperty({__proto__:null,default:Aw},Symbol.toStringTag,{value:"Module"}));var Ow=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--zoho-crm",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoho Crm",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.617 6.15c-1.628.394-3.198 1.66-3.942 3.18C2.23 10.242 2 11.178 2 12.092c0 2.794 2 5.323 4.711 5.958.834.195 2.58.15 3.116-.08.391-.168.54-.495.368-.815-.144-.27-.427-.335-.843-.194-.195.066-.741.12-1.212.12-2.078.001-3.88-1.225-4.679-3.18-.338-.829-.423-2.265-.183-3.101a5.095 5.095 0 0 1 2.666-3.186c1.65-.796 3.396-.695 4.88.283.305.2 1.423 1.239 2.485 2.307 1.65 1.66 1.94 1.994 1.988 2.294.05.31.019.39-.279.687-.354.354-.673.423-1.051.229-.115-.06-1.023-.91-2.018-1.892-1.7-1.676-1.84-1.791-2.31-1.902-1.517-.359-2.812.911-2.496 2.448.112.544.126.56 2.22 2.67 1.238 1.247 2.352 2.282 2.699 2.508 1.71 1.114 4.142 1.26 5.972.357 1.643-.81 2.902-2.365 3.306-4.083.159-.673.159-2.184 0-2.857-.5-2.126-2.352-3.986-4.492-4.512-1.107-.273-3.035-.158-3.447.205-.25.22-.213.653.073.84.213.14.291.143.69.028.704-.202 1.956-.159 2.708.094 2.085.7 3.506 2.635 3.506 4.774 0 1.339-.491 2.505-1.469 3.486-1.046 1.05-2.11 1.504-3.531 1.504-.939 0-1.537-.154-2.436-.625-.779-.409-4.755-4.405-4.755-4.78 0-.79.81-1.267 1.439-.846.136.091 1.005.925 1.931 1.852 1.52 1.523 1.734 1.703 2.2 1.85a2.028 2.028 0 0 0 2.645-1.973c-.003-.338-.074-.667-.196-.904-.107-.208-1.138-1.307-2.32-2.474-1.896-1.872-2.21-2.142-2.89-2.489-.418-.213-1.043-.458-1.386-.542-.769-.19-2.21-.19-2.993 0Z",fill:"#3779B9"}})])};const Ew={render:Ow},Fw=Object.freeze(Object.defineProperty({__proto__:null,default:Ew},Symbol.toStringTag,{value:"Module"}));var Hw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--zoho-desk",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoho Desk",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.891 2.013a.997.997 0 0 0-.749.663 62.42 62.42 0 0 0-.258 1.524c-.257 1.579-.257 1.585-.175 1.826a.991.991 0 0 0 .72.633c.056.012.27.021.473.021.204 0 .37.007.37.015s-.087.538-.192 1.177l-.19 1.162-3.603.01c-3.579.01-3.604.01-3.779.052-.714.167-1.267.585-1.593 1.204-.128.243-.201.48-.26.837C5.14 14.249 4 21.33 4 21.42a.576.576 0 0 0 .745.54c.063-.021.748-.434 1.673-1.007l1.567-.971 3.912-.006c4.277-.007 3.953.002 4.313-.114a2.374 2.374 0 0 0 1.342-1.126c.173-.324.196-.43.474-2.134.181-1.117.252-1.595.243-1.65a.604.604 0 0 0-.3-.435c-.069-.04-.118-.053-.247-.06-.14-.007-.174-.002-.267.04a.6.6 0 0 0-.291.281c-.024.055-.124.616-.281 1.584a45.445 45.445 0 0 1-.282 1.627c-.115.38-.486.719-.876.799-.072.015-1.263.021-3.994.021-4.198 0-4.013-.004-4.218.1-.046.023-.543.327-1.105.675-.563.349-1.028.63-1.033.623-.021-.02 1.46-9.078 1.507-9.212.111-.324.37-.58.73-.719l.13-.05 3.76-.01c4.129-.011 3.774 0 4.016-.124a.94.94 0 0 0 .457-.56c.064-.213.493-2.878.493-3.057a.94.94 0 0 0-.538-.857c-.19-.091-.311-.11-.72-.11-.24 0-.348-.006-.348-.021 0-.012.083-.536.185-1.165.103-.629.186-1.147.186-1.151 0-.004.6-.005 1.333-.002l1.333.005.13.05c.07.028.168.074.216.102.195.114.394.341.484.552.062.144.104.391.09.525-.03.287-1.033 6.39-1.053 6.411a984.53 984.53 0 0 1-5.503 3.412l-.069.039-1.308-1.043a47.54 47.54 0 0 0-1.385-1.082.583.583 0 0 0-.229-.046c-.127-.006-.166 0-.253.04a.526.526 0 0 0-.28.251.612.612 0 0 0 .064.656c.056.064 2.7 2.176 2.862 2.286.213.144.553.188.814.106.17-.054 5.963-3.636 6.147-3.802a.757.757 0 0 0 .2-.27l.079-.16.516-3.183.539-3.32a3.07 3.07 0 0 0-.01-.786 2.364 2.364 0 0 0-1.573-1.8c-.338-.11-.28-.106-1.904-.111a41.052 41.052 0 0 0-1.582.012Z",fill:"#089949"}})])};const zw={render:Hw},Bw=Object.freeze(Object.defineProperty({__proto__:null,default:zw},Symbol.toStringTag,{value:"Module"}));var Vw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--zoho",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoho",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("path",{attrs:{d:"M22 10.473v4.742l-.656.64v-4.64l.656-.742Z",fill:"#E79225"}}),t("path",{attrs:{d:"m17.7 10.477-.68.738.035.047 4.261-.016.04-.031.644-.742-4.3.004Z",fill:"#FFF16D"}}),t("path",{attrs:{d:"M17.02 11.215h4.335v4.644H17.02v-4.644Z",fill:"url(#dt-icon1750671905a)"}}),t("path",{attrs:{d:"M20.695 12.887a1.717 1.717 0 0 0-.383-.578 1.57 1.57 0 0 0-.543-.371 1.683 1.683 0 0 0-.648-.126c-.234 0-.453.043-.652.126a1.583 1.583 0 0 0-.543.37 1.706 1.706 0 0 0-.38.579 1.88 1.88 0 0 0-.124.707c0 .25.043.484.129.703.086.219.21.414.379.586.156.16.336.281.535.363.2.082.422.125.66.125a1.657 1.657 0 0 0 1.188-.488 1.772 1.772 0 0 0 .511-1.285c0-.262-.043-.496-.129-.711Zm-.894 1.531a.84.84 0 0 1-.68.3c-.289 0-.515-.1-.683-.3-.168-.2-.25-.477-.25-.828 0-.36.085-.637.25-.84.168-.203.39-.3.683-.3a.84.84 0 0 1 .68.3c.164.203.25.48.25.84 0 .351-.082.629-.25.828Z",fill:"#fff"}}),t("path",{attrs:{d:"M16.594 10.086v.023l.554 4.262-.324.899-.043-.032-.57-4.086.012-.054.355-.989.016-.023Z",fill:"#009ADA"}}),t("path",{attrs:{d:"m12.324 10.68 4.27-.594-.36 1.023-.05.055-3.993.586.02-.73.113-.34Z",fill:"#91C9ED"}}),t("path",{attrs:{d:"m16.234 11.11.59 4.16-4.207.59-.566-4.02.246-.192 3.937-.539Z",fill:"url(#dt-icon1750671905b)"}}),t("path",{attrs:{d:"M15.52 11.906a.489.489 0 0 0-.133-.293.313.313 0 0 0-.211-.078.4.4 0 0 0-.067.004.324.324 0 0 0-.242.149.388.388 0 0 0-.055.218.95.95 0 0 0 .008.102l.153 1.082-1.211.18-.153-1.082a.489.489 0 0 0-.132-.29.296.296 0 0 0-.207-.082c-.02 0-.04 0-.06.004a.347.347 0 0 0-.253.149.388.388 0 0 0-.055.219c0 .03.004.066.008.105l.414 2.816c.02.13.063.227.14.293.06.051.13.075.216.075.023 0 .047 0 .07-.004a.316.316 0 0 0 .234-.149.403.403 0 0 0 .051-.21.93.93 0 0 0-.008-.102l-.168-1.114 1.211-.18.168 1.114c.02.129.063.227.137.29.059.05.129.077.21.077.02 0 .044 0 .067-.004a.324.324 0 0 0 .243-.148.407.407 0 0 0 .054-.215.962.962 0 0 0-.008-.102l-.421-2.824Z",fill:"#fff"}}),t("path",{attrs:{d:"m8.328 9-1.52 3.61.208 1.585.011-.004 1.707-3.84-.007-.082-.368-1.218L8.33 9Z",fill:"#66BF6B"}}),t("path",{attrs:{d:"m8.328 9 .395 1.324.007.028 3.758 1.683.012-.008-.32-1.265L8.328 9Z",fill:"#98D0A0"}}),t("path",{attrs:{d:"m8.723 10.324 3.777 1.703-1.707 3.871-3.777-1.703 1.707-3.87Z",fill:"url(#dt-icon1750671905c)"}}),t("path",{attrs:{d:"M11.355 12.34a1.639 1.639 0 0 0-.343-.563 1.602 1.602 0 0 0-.54-.37 1.606 1.606 0 0 0-.636-.134h-.012c-.219 0-.433.051-.644.145a1.72 1.72 0 0 0-.578.406 2.04 2.04 0 0 0-.399.625c-.101.239-.156.48-.168.719v.082c0 .21.035.418.11.621a1.555 1.555 0 0 0 .89.925c.207.09.418.134.633.134h.004c.215 0 .43-.047.64-.137a1.75 1.75 0 0 0 .583-.41c.164-.172.3-.38.402-.621.101-.242.156-.48.168-.719v-.07a1.69 1.69 0 0 0-.11-.633Zm-.753 1.125c-.141.336-.332.566-.563.691a.814.814 0 0 1-.383.102.929.929 0 0 1-.355-.078c-.266-.114-.43-.293-.5-.551a1.02 1.02 0 0 1-.035-.27c0-.187.047-.394.14-.617.145-.344.336-.578.567-.707a.77.77 0 0 1 .382-.101c.118 0 .235.027.36.078.262.113.426.293.496.55a.971.971 0 0 1 .035.266c0 .195-.047.406-.144.637Z",fill:"#fff"}}),t("path",{attrs:{d:"m6.508 9.613.617 4.133-.281 1.453-.04-.05-.6-3.993v-.078l.265-1.394.039-.07Z",fill:"#760D16"}}),t("path",{attrs:{d:"m2 11.75.293-1.46 4.215-.677-.285 1.489v.097l-4.172.59L2 11.75Z",fill:"#EF463E"}}),t("path",{attrs:{d:"m6.223 11.102.62 4.097-4.171.653L2 11.75l4.223-.648Z",fill:"url(#dt-icon1750671905d)"}}),t("path",{attrs:{d:"M5.773 14.547a.292.292 0 0 0-.132-.086.609.609 0 0 0-.204-.027c-.074 0-.16.007-.253.023l-1.102.188a1.05 1.05 0 0 1 .129-.332c.082-.153.207-.336.367-.547.055-.075.098-.13.129-.168.02-.028.05-.063.09-.114.254-.332.406-.601.469-.812.035-.121.054-.242.062-.363.004-.036.004-.067.004-.098a1.5 1.5 0 0 0-.023-.258.583.583 0 0 0-.059-.191.283.283 0 0 0-.098-.114.369.369 0 0 0-.191-.039c-.066 0-.149.008-.246.024l-1.274.219c-.152.027-.27.07-.34.14a.269.269 0 0 0-.085.203.4.4 0 0 0 .004.067c.02.11.074.187.164.226a.486.486 0 0 0 .195.035.91.91 0 0 0 .172-.015l1.062-.188c0 .02.004.04.004.055a.557.557 0 0 1-.035.195c-.031.09-.11.215-.238.375-.035.043-.09.114-.164.203-.29.348-.492.645-.617.891-.09.172-.149.336-.184.504-.02.098-.031.188-.031.277 0 .063.004.125.015.184a.799.799 0 0 0 .063.21.278.278 0 0 0 .11.122.395.395 0 0 0 .187.031c.105 0 .25-.015.433-.047l1.157-.199c.203-.035.347-.086.43-.152a.27.27 0 0 0 .1-.215.431.431 0 0 0-.007-.07.259.259 0 0 0-.063-.137Z",fill:"#fff"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon1750671905a",x1:"19.187",y1:"11.281",x2:"19.187",y2:"15.719",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{offset:".006","stop-color":"#FFE513"}}),t("stop",{attrs:{offset:"1","stop-color":"#FDB924"}})],1),t("linearGradient",{attrs:{id:"dt-icon1750671905b",x1:"12.266",y1:"11.75",x2:"16.601",y2:"15.266",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{offset:".006","stop-color":"#008CD2"}}),t("stop",{attrs:{offset:"1","stop-color":"#00649D"}})],1),t("linearGradient",{attrs:{id:"dt-icon1750671905c",x1:"9.758",y1:"11.873",x2:"9.758",y2:"15.761",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#26A146"}}),t("stop",{attrs:{offset:"1","stop-color":"#008A52"}})],1),t("linearGradient",{attrs:{id:"dt-icon1750671905d",x1:"4.118",y1:"11.491",x2:"4.762",y2:"15.532",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#D92231"}}),t("stop",{attrs:{offset:"1","stop-color":"#BA2234"}})],1)],1)])};const Pw={render:Vw},Tw=Object.freeze(Object.defineProperty({__proto__:null,default:Pw},Symbol.toStringTag,{value:"Module"}));var Lw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--zoom-in",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoom In",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1 5.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.972 7.972a.5.5 0 0 1 .707 0l2.175 2.175a.5.5 0 1 1-.707.707L7.972 8.679a.5.5 0 0 1 0-.707ZM5.5 3.5A.5.5 0 0 1 6 4v3a.5.5 0 1 1-1 0V4a.5.5 0 0 1 .5-.5Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M3.5 5.5A.5.5 0 0 1 4 5h3a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Iw={render:Lw},Uw=Object.freeze(Object.defineProperty({__proto__:null,default:Iw},Symbol.toStringTag,{value:"Module"}));var qw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--zoom-logo",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoom Logo",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor",d:"M2 3.5a.5.5 0 0 0-.5.5v3.222a1.5 1.5 0 0 0 1.5 1.5h4.646a.5.5 0 0 0 .5-.5V5a1.5 1.5 0 0 0-1.5-1.5H2Zm6.796 1.298a.5.5 0 0 0-.175.38V7.28a.5.5 0 0 0 .175.38l1.255 1.07a.5.5 0 0 0 .824-.38V4.11a.5.5 0 0 0-.824-.38L8.796 4.8Z"}})])};const Nw={render:qw},Rw=Object.freeze(Object.defineProperty({__proto__:null,default:Nw},Symbol.toStringTag,{value:"Module"}));var Gw=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--zoom-out",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoom Out",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 12 12"}},e.$listeners),[t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M5.5 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1 5.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z","clip-rule":"evenodd"}}),t("path",{attrs:{fill:"currentColor","fill-rule":"evenodd",d:"M7.972 7.972a.5.5 0 0 1 .707 0l2.175 2.175a.5.5 0 1 1-.707.707L7.972 8.679a.5.5 0 0 1 0-.707ZM3.5 5.5A.5.5 0 0 1 4 5h3a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Z","clip-rule":"evenodd"}})])};const Kw={render:Gw},Jw=Object.freeze(Object.defineProperty({__proto__:null,default:Kw},Symbol.toStringTag,{value:"Module"}));var Ww=function(){var e=this,a=e.$createElement,t=e._self._c||a;return t("svg",e._g({staticClass:"d-icon d-icon--zoom",attrs:{"aria-hidden":"true",role:"img","data-name":"Zoom",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},e.$listeners),[t("rect",{attrs:{x:"2",y:"2",width:"20",height:"20",rx:"6",fill:"url(#dt-icon1057433348a)"}}),t("path",{attrs:{d:"M7 8.563a.625.625 0 0 0-.625.624v4.027c0 1.036.84 1.875 1.875 1.875h5.807c.345 0 .625-.28.625-.625v-4.027c0-1.035-.84-1.874-1.875-1.874H7Zm8.495 1.622a.625.625 0 0 0-.22.476v2.627c0 .183.08.357.22.476l1.568 1.337a.625.625 0 0 0 1.03-.476V9.323a.625.625 0 0 0-1.03-.475l-1.568 1.337Z",fill:"#fff"}}),t("defs",[t("linearGradient",{attrs:{id:"dt-icon1057433348a",x1:"12",y1:"2",x2:"12",y2:"22",gradientUnits:"userSpaceOnUse"}},[t("stop",{attrs:{"stop-color":"#4594FF"}}),t("stop",{attrs:{offset:".604","stop-color":"#357CFC"}}),t("stop",{attrs:{offset:"1","stop-color":"#2C6FFA"}})],1)],1)])};const Yw={render:Ww},Xw=Object.freeze(Object.defineProperty({__proto__:null,default:Yw},Symbol.toStringTag,{value:"Module"})),u={100:"d-icon--size-100",200:"d-icon--size-200",300:"d-icon--size-300",400:"d-icon--size-400",500:"d-icon--size-500",600:"d-icon--size-600",700:"d-icon--size-700",800:"d-icon--size-800"},Qw=Object.assign({"/node_modules/@dialpad/dialtone-icons/dist/svg/accessibility.svg":ie,"/node_modules/@dialpad/dialtone-icons/dist/svg/activity.svg":fe,"/node_modules/@dialpad/dialtone-icons/dist/svg/add-task.svg":ce,"/node_modules/@dialpad/dialtone-icons/dist/svg/agent-assist.svg":ge,"/node_modules/@dialpad/dialtone-icons/dist/svg/ai-notes.svg":we,"/node_modules/@dialpad/dialtone-icons/dist/svg/airplay.svg":be,"/node_modules/@dialpad/dialtone-icons/dist/svg/airtable.svg":Ze,"/node_modules/@dialpad/dialtone-icons/dist/svg/alarm-check.svg":je,"/node_modules/@dialpad/dialtone-icons/dist/svg/alarm-clock-off.svg":Se,"/node_modules/@dialpad/dialtone-icons/dist/svg/alarm-minus.svg":Fe,"/node_modules/@dialpad/dialtone-icons/dist/svg/alarm-plus.svg":Be,"/node_modules/@dialpad/dialtone-icons/dist/svg/album.svg":Te,"/node_modules/@dialpad/dialtone-icons/dist/svg/alert-circle.svg":Ue,"/node_modules/@dialpad/dialtone-icons/dist/svg/alert-triangle.svg":Re,"/node_modules/@dialpad/dialtone-icons/dist/svg/amex.svg":Je,"/node_modules/@dialpad/dialtone-icons/dist/svg/app-store-badge.svg":Xe,"/node_modules/@dialpad/dialtone-icons/dist/svg/apple.svg":tt,"/node_modules/@dialpad/dialtone-icons/dist/svg/archive-restore.svg":ot,"/node_modules/@dialpad/dialtone-icons/dist/svg/archive.svg":it,"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-down-left.svg":ft,"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-down-right.svg":ct,"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-down.svg":gt,"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-left-right.svg":wt,"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-left.svg":bt,"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-right.svg":Zt,"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-up-down.svg":jt,"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-up-left.svg":St,"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-up-right.svg":Ft,"/node_modules/@dialpad/dialtone-icons/dist/svg/arrow-up.svg":Bt,"/node_modules/@dialpad/dialtone-icons/dist/svg/asana.svg":Tt,"/node_modules/@dialpad/dialtone-icons/dist/svg/asterisk.svg":Ut,"/node_modules/@dialpad/dialtone-icons/dist/svg/at-sign.svg":Rt,"/node_modules/@dialpad/dialtone-icons/dist/svg/ata-adapter.svg":Jt,"/node_modules/@dialpad/dialtone-icons/dist/svg/attestation-outline.svg":Xt,"/node_modules/@dialpad/dialtone-icons/dist/svg/attestation.svg":ta,"/node_modules/@dialpad/dialtone-icons/dist/svg/axis-3d.svg":oa,"/node_modules/@dialpad/dialtone-icons/dist/svg/bar-chart-2.svg":ia,"/node_modules/@dialpad/dialtone-icons/dist/svg/bar-chart-3.svg":fa,"/node_modules/@dialpad/dialtone-icons/dist/svg/bar-chart-4.svg":ca,"/node_modules/@dialpad/dialtone-icons/dist/svg/bar-chart-horizontal.svg":ga,"/node_modules/@dialpad/dialtone-icons/dist/svg/bar-chart.svg":wa,"/node_modules/@dialpad/dialtone-icons/dist/svg/barge.svg":ba,"/node_modules/@dialpad/dialtone-icons/dist/svg/baseline.svg":Za,"/node_modules/@dialpad/dialtone-icons/dist/svg/battery-charging.svg":ja,"/node_modules/@dialpad/dialtone-icons/dist/svg/battery-full.svg":Sa,"/node_modules/@dialpad/dialtone-icons/dist/svg/battery-low.svg":Fa,"/node_modules/@dialpad/dialtone-icons/dist/svg/battery-medium.svg":Ba,"/node_modules/@dialpad/dialtone-icons/dist/svg/battery.svg":Ta,"/node_modules/@dialpad/dialtone-icons/dist/svg/bell-minus.svg":Ua,"/node_modules/@dialpad/dialtone-icons/dist/svg/bell-off.svg":Ra,"/node_modules/@dialpad/dialtone-icons/dist/svg/bell-plus.svg":Ja,"/node_modules/@dialpad/dialtone-icons/dist/svg/bell-ring.svg":Xa,"/node_modules/@dialpad/dialtone-icons/dist/svg/bell.svg":tn,"/node_modules/@dialpad/dialtone-icons/dist/svg/binary.svg":on,"/node_modules/@dialpad/dialtone-icons/dist/svg/bluetooth-connected.svg":dn,"/node_modules/@dialpad/dialtone-icons/dist/svg/bluetooth-off.svg":un,"/node_modules/@dialpad/dialtone-icons/dist/svg/bluetooth-searching.svg":mn,"/node_modules/@dialpad/dialtone-icons/dist/svg/bluetooth.svg":pn,"/node_modules/@dialpad/dialtone-icons/dist/svg/blur-background.svg":vn,"/node_modules/@dialpad/dialtone-icons/dist/svg/bold.svg":Dn,"/node_modules/@dialpad/dialtone-icons/dist/svg/book-open.svg":Cn,"/node_modules/@dialpad/dialtone-icons/dist/svg/book.svg":$n,"/node_modules/@dialpad/dialtone-icons/dist/svg/bookmark-minus.svg":On,"/node_modules/@dialpad/dialtone-icons/dist/svg/bookmark-plus.svg":Hn,"/node_modules/@dialpad/dialtone-icons/dist/svg/bookmark.svg":Vn,"/node_modules/@dialpad/dialtone-icons/dist/svg/box-select.svg":Ln,"/node_modules/@dialpad/dialtone-icons/dist/svg/box.svg":qn,"/node_modules/@dialpad/dialtone-icons/dist/svg/boxes.svg":Gn,"/node_modules/@dialpad/dialtone-icons/dist/svg/branch.svg":Wn,"/node_modules/@dialpad/dialtone-icons/dist/svg/brand-dialpad-meetings.svg":Qn,"/node_modules/@dialpad/dialtone-icons/dist/svg/brand-dialpad.svg":ao,"/node_modules/@dialpad/dialtone-icons/dist/svg/briefcase.svg":ro,"/node_modules/@dialpad/dialtone-icons/dist/svg/building-2.svg":lo,"/node_modules/@dialpad/dialtone-icons/dist/svg/building.svg":_o,"/node_modules/@dialpad/dialtone-icons/dist/svg/bullhorn.svg":ho,"/node_modules/@dialpad/dialtone-icons/dist/svg/calculator.svg":ko,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-check-2.svg":yo,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-check.svg":Mo,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-clock.svg":xo,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-days.svg":Ao,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-heart.svg":Eo,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-minus.svg":zo,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-off.svg":Po,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-plus.svg":Io,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-range.svg":No,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-search.svg":Ko,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar-x.svg":Yo,"/node_modules/@dialpad/dialtone-icons/dist/svg/calendar.svg":er,"/node_modules/@dialpad/dialtone-icons/dist/svg/call-abandoned.svg":nr,"/node_modules/@dialpad/dialtone-icons/dist/svg/call-merge.svg":sr,"/node_modules/@dialpad/dialtone-icons/dist/svg/call-rejected.svg":lr,"/node_modules/@dialpad/dialtone-icons/dist/svg/camera-off.svg":_r,"/node_modules/@dialpad/dialtone-icons/dist/svg/camera-tracking.svg":hr,"/node_modules/@dialpad/dialtone-icons/dist/svg/camera.svg":kr,"/node_modules/@dialpad/dialtone-icons/dist/svg/cast.svg":yr,"/node_modules/@dialpad/dialtone-icons/dist/svg/check-circle-filled.svg":Mr,"/node_modules/@dialpad/dialtone-icons/dist/svg/check-circle.svg":xr,"/node_modules/@dialpad/dialtone-icons/dist/svg/check.svg":Ar,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-down.svg":Er,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-first.svg":zr,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-last.svg":Pr,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-left.svg":Ir,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-right.svg":Nr,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevron-up.svg":Kr,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevrons-down-up.svg":Yr,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevrons-down.svg":e1,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevrons-left-right.svg":n1,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevrons-left.svg":s1,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevrons-right-left.svg":l1,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevrons-right.svg":_1,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevrons-up-down.svg":h1,"/node_modules/@dialpad/dialtone-icons/dist/svg/chevrons-up.svg":k1,"/node_modules/@dialpad/dialtone-icons/dist/svg/circle-half-filled.svg":y1,"/node_modules/@dialpad/dialtone-icons/dist/svg/circle-slashed.svg":M1,"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-check.svg":x1,"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-copy.svg":A1,"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-edit.svg":E1,"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-list.svg":z1,"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-signature.svg":P1,"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-type.svg":I1,"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard-x.svg":N1,"/node_modules/@dialpad/dialtone-icons/dist/svg/clipboard.svg":K1,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-1.svg":Y1,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-10.svg":e0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-11.svg":n0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-12.svg":s0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-2.svg":l0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-3.svg":_0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-4.svg":h0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-5.svg":k0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-6.svg":y0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-7.svg":M0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-8.svg":x0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock-9.svg":A0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clock.svg":E0,"/node_modules/@dialpad/dialtone-icons/dist/svg/clockify.svg":z0,"/node_modules/@dialpad/dialtone-icons/dist/svg/close.svg":P0,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-cog.svg":I0,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-drizzle.svg":N0,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-fog.svg":K0,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-hail.svg":Y0,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-lightning.svg":es,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-moon-rain.svg":ns,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-moon.svg":ss,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-off.svg":ls,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-rain-wind.svg":_s,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-rain.svg":hs,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-snow.svg":ks,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-sun-rain.svg":ys,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud-sun.svg":Ms,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloud.svg":xs,"/node_modules/@dialpad/dialtone-icons/dist/svg/cloudy.svg":As,"/node_modules/@dialpad/dialtone-icons/dist/svg/coaching-hub.svg":Es,"/node_modules/@dialpad/dialtone-icons/dist/svg/code.svg":zs,"/node_modules/@dialpad/dialtone-icons/dist/svg/command.svg":Ps,"/node_modules/@dialpad/dialtone-icons/dist/svg/concierge-bell.svg":Is,"/node_modules/@dialpad/dialtone-icons/dist/svg/contacts.svg":Ns,"/node_modules/@dialpad/dialtone-icons/dist/svg/copper-crm.svg":Ks,"/node_modules/@dialpad/dialtone-icons/dist/svg/copy.svg":Ys,"/node_modules/@dialpad/dialtone-icons/dist/svg/copyright.svg":ei,"/node_modules/@dialpad/dialtone-icons/dist/svg/corner-down-left.svg":ni,"/node_modules/@dialpad/dialtone-icons/dist/svg/corner-down-right.svg":si,"/node_modules/@dialpad/dialtone-icons/dist/svg/corner-left-down.svg":li,"/node_modules/@dialpad/dialtone-icons/dist/svg/corner-left-up.svg":_i,"/node_modules/@dialpad/dialtone-icons/dist/svg/corner-right-down.svg":hi,"/node_modules/@dialpad/dialtone-icons/dist/svg/corner-right-up.svg":ki,"/node_modules/@dialpad/dialtone-icons/dist/svg/corner-up-left.svg":yi,"/node_modules/@dialpad/dialtone-icons/dist/svg/corner-up-right.svg":Mi,"/node_modules/@dialpad/dialtone-icons/dist/svg/cpu.svg":xi,"/node_modules/@dialpad/dialtone-icons/dist/svg/credit-card.svg":Ai,"/node_modules/@dialpad/dialtone-icons/dist/svg/dash.svg":Ei,"/node_modules/@dialpad/dialtone-icons/dist/svg/dect-base-station.svg":zi,"/node_modules/@dialpad/dialtone-icons/dist/svg/dect-handset.svg":Pi,"/node_modules/@dialpad/dialtone-icons/dist/svg/delete.svg":Ii,"/node_modules/@dialpad/dialtone-icons/dist/svg/deskphone.svg":Ni,"/node_modules/@dialpad/dialtone-icons/dist/svg/dialbot.svg":Ki,"/node_modules/@dialpad/dialtone-icons/dist/svg/dialer.svg":Yi,"/node_modules/@dialpad/dialtone-icons/dist/svg/dialpad-ai-color.svg":ed,"/node_modules/@dialpad/dialtone-icons/dist/svg/dialpad-ai.svg":nd,"/node_modules/@dialpad/dialtone-icons/dist/svg/dialpad-logomark.svg":sd,"/node_modules/@dialpad/dialtone-icons/dist/svg/digital-whisper.svg":ld,"/node_modules/@dialpad/dialtone-icons/dist/svg/diners-club.svg":_d,"/node_modules/@dialpad/dialtone-icons/dist/svg/discover.svg":hd,"/node_modules/@dialpad/dialtone-icons/dist/svg/dissatisfied.svg":kd,"/node_modules/@dialpad/dialtone-icons/dist/svg/double-check.svg":yd,"/node_modules/@dialpad/dialtone-icons/dist/svg/download-cloud.svg":Md,"/node_modules/@dialpad/dialtone-icons/dist/svg/download.svg":xd,"/node_modules/@dialpad/dialtone-icons/dist/svg/dp-phone.svg":Ad,"/node_modules/@dialpad/dialtone-icons/dist/svg/edit-2.svg":Ed,"/node_modules/@dialpad/dialtone-icons/dist/svg/edit.svg":zd,"/node_modules/@dialpad/dialtone-icons/dist/svg/empty.svg":Pd,"/node_modules/@dialpad/dialtone-icons/dist/svg/end-chat.svg":Id,"/node_modules/@dialpad/dialtone-icons/dist/svg/equal.svg":Nd,"/node_modules/@dialpad/dialtone-icons/dist/svg/eraser.svg":Kd,"/node_modules/@dialpad/dialtone-icons/dist/svg/evernote.svg":Yd,"/node_modules/@dialpad/dialtone-icons/dist/svg/expand.svg":el,"/node_modules/@dialpad/dialtone-icons/dist/svg/expert-node.svg":nl,"/node_modules/@dialpad/dialtone-icons/dist/svg/external-link.svg":sl,"/node_modules/@dialpad/dialtone-icons/dist/svg/eye-off.svg":ll,"/node_modules/@dialpad/dialtone-icons/dist/svg/eye.svg":_l,"/node_modules/@dialpad/dialtone-icons/dist/svg/facebook.svg":hl,"/node_modules/@dialpad/dialtone-icons/dist/svg/factory.svg":kl,"/node_modules/@dialpad/dialtone-icons/dist/svg/fast-forward.svg":yl,"/node_modules/@dialpad/dialtone-icons/dist/svg/file-audio.svg":Ml,"/node_modules/@dialpad/dialtone-icons/dist/svg/file.svg":xl,"/node_modules/@dialpad/dialtone-icons/dist/svg/files.svg":Al,"/node_modules/@dialpad/dialtone-icons/dist/svg/film.svg":El,"/node_modules/@dialpad/dialtone-icons/dist/svg/filter.svg":zl,"/node_modules/@dialpad/dialtone-icons/dist/svg/fingerprint.svg":Pl,"/node_modules/@dialpad/dialtone-icons/dist/svg/flag-off.svg":Il,"/node_modules/@dialpad/dialtone-icons/dist/svg/flag.svg":Nl,"/node_modules/@dialpad/dialtone-icons/dist/svg/flame.svg":Kl,"/node_modules/@dialpad/dialtone-icons/dist/svg/focus.svg":Yl,"/node_modules/@dialpad/dialtone-icons/dist/svg/folder-tree.svg":ef,"/node_modules/@dialpad/dialtone-icons/dist/svg/folder.svg":nf,"/node_modules/@dialpad/dialtone-icons/dist/svg/folders.svg":sf,"/node_modules/@dialpad/dialtone-icons/dist/svg/food.svg":ff,"/node_modules/@dialpad/dialtone-icons/dist/svg/form-input.svg":cf,"/node_modules/@dialpad/dialtone-icons/dist/svg/forward.svg":gf,"/node_modules/@dialpad/dialtone-icons/dist/svg/freshsales-crm.svg":wf,"/node_modules/@dialpad/dialtone-icons/dist/svg/front.svg":bf,"/node_modules/@dialpad/dialtone-icons/dist/svg/gamepad.svg":Zf,"/node_modules/@dialpad/dialtone-icons/dist/svg/gauge.svg":jf,"/node_modules/@dialpad/dialtone-icons/dist/svg/gif-filled.svg":Sf,"/node_modules/@dialpad/dialtone-icons/dist/svg/gif-outline.svg":Ff,"/node_modules/@dialpad/dialtone-icons/dist/svg/giphy.svg":Bf,"/node_modules/@dialpad/dialtone-icons/dist/svg/globe-2.svg":Tf,"/node_modules/@dialpad/dialtone-icons/dist/svg/gmail.svg":Uf,"/node_modules/@dialpad/dialtone-icons/dist/svg/google-business-messaging.svg":Rf,"/node_modules/@dialpad/dialtone-icons/dist/svg/google-calendar.svg":Jf,"/node_modules/@dialpad/dialtone-icons/dist/svg/google-docs.svg":Xf,"/node_modules/@dialpad/dialtone-icons/dist/svg/google-drive.svg":tu,"/node_modules/@dialpad/dialtone-icons/dist/svg/google-glyph.svg":ou,"/node_modules/@dialpad/dialtone-icons/dist/svg/google-sheets.svg":iu,"/node_modules/@dialpad/dialtone-icons/dist/svg/google-slides.svg":fu,"/node_modules/@dialpad/dialtone-icons/dist/svg/greenhouse.svg":cu,"/node_modules/@dialpad/dialtone-icons/dist/svg/grid.svg":gu,"/node_modules/@dialpad/dialtone-icons/dist/svg/grip-horizontal.svg":wu,"/node_modules/@dialpad/dialtone-icons/dist/svg/grip-vertical.svg":bu,"/node_modules/@dialpad/dialtone-icons/dist/svg/hand.svg":Zu,"/node_modules/@dialpad/dialtone-icons/dist/svg/hard-drive.svg":ju,"/node_modules/@dialpad/dialtone-icons/dist/svg/hash-bold.svg":Su,"/node_modules/@dialpad/dialtone-icons/dist/svg/hash.svg":Fu,"/node_modules/@dialpad/dialtone-icons/dist/svg/haze.svg":Bu,"/node_modules/@dialpad/dialtone-icons/dist/svg/hd.svg":Tu,"/node_modules/@dialpad/dialtone-icons/dist/svg/headphones.svg":Uu,"/node_modules/@dialpad/dialtone-icons/dist/svg/hear.svg":Ru,"/node_modules/@dialpad/dialtone-icons/dist/svg/heart.svg":Ju,"/node_modules/@dialpad/dialtone-icons/dist/svg/help-circle.svg":Xu,"/node_modules/@dialpad/dialtone-icons/dist/svg/highfive.svg":t5,"/node_modules/@dialpad/dialtone-icons/dist/svg/history.svg":o5,"/node_modules/@dialpad/dialtone-icons/dist/svg/hold.svg":i5,"/node_modules/@dialpad/dialtone-icons/dist/svg/home.svg":f5,"/node_modules/@dialpad/dialtone-icons/dist/svg/hourglass.svg":c5,"/node_modules/@dialpad/dialtone-icons/dist/svg/hubspot.svg":g5,"/node_modules/@dialpad/dialtone-icons/dist/svg/image.svg":w5,"/node_modules/@dialpad/dialtone-icons/dist/svg/import.svg":b5,"/node_modules/@dialpad/dialtone-icons/dist/svg/inbox.svg":Z5,"/node_modules/@dialpad/dialtone-icons/dist/svg/indent.svg":j5,"/node_modules/@dialpad/dialtone-icons/dist/svg/infinity.svg":S5,"/node_modules/@dialpad/dialtone-icons/dist/svg/info.svg":F5,"/node_modules/@dialpad/dialtone-icons/dist/svg/inspect.svg":B5,"/node_modules/@dialpad/dialtone-icons/dist/svg/instagram.svg":T5,"/node_modules/@dialpad/dialtone-icons/dist/svg/intercom.svg":U5,"/node_modules/@dialpad/dialtone-icons/dist/svg/isolated-queries.svg":R5,"/node_modules/@dialpad/dialtone-icons/dist/svg/italic.svg":J5,"/node_modules/@dialpad/dialtone-icons/dist/svg/jcb.svg":X5,"/node_modules/@dialpad/dialtone-icons/dist/svg/jira-service-desk.svg":t_,"/node_modules/@dialpad/dialtone-icons/dist/svg/key.svg":o_,"/node_modules/@dialpad/dialtone-icons/dist/svg/keyboard.svg":i_,"/node_modules/@dialpad/dialtone-icons/dist/svg/keypad.svg":f_,"/node_modules/@dialpad/dialtone-icons/dist/svg/languages.svg":c_,"/node_modules/@dialpad/dialtone-icons/dist/svg/laptop-2.svg":g_,"/node_modules/@dialpad/dialtone-icons/dist/svg/large-self-view.svg":w_,"/node_modules/@dialpad/dialtone-icons/dist/svg/layout-dashboard.svg":b_,"/node_modules/@dialpad/dialtone-icons/dist/svg/layout-filmstrip.svg":Z_,"/node_modules/@dialpad/dialtone-icons/dist/svg/layout-grid.svg":j_,"/node_modules/@dialpad/dialtone-icons/dist/svg/layout-template.svg":S_,"/node_modules/@dialpad/dialtone-icons/dist/svg/layout.svg":F_,"/node_modules/@dialpad/dialtone-icons/dist/svg/library.svg":B_,"/node_modules/@dialpad/dialtone-icons/dist/svg/life-buoy.svg":T_,"/node_modules/@dialpad/dialtone-icons/dist/svg/lightbulb-off.svg":U_,"/node_modules/@dialpad/dialtone-icons/dist/svg/lightbulb.svg":R_,"/node_modules/@dialpad/dialtone-icons/dist/svg/lightning-bolt.svg":J_,"/node_modules/@dialpad/dialtone-icons/dist/svg/line-chart.svg":X_,"/node_modules/@dialpad/dialtone-icons/dist/svg/line-messenger.svg":tc,"/node_modules/@dialpad/dialtone-icons/dist/svg/link-2-off.svg":oc,"/node_modules/@dialpad/dialtone-icons/dist/svg/link-2.svg":ic,"/node_modules/@dialpad/dialtone-icons/dist/svg/linkedin.svg":fc,"/node_modules/@dialpad/dialtone-icons/dist/svg/list-add.svg":cc,"/node_modules/@dialpad/dialtone-icons/dist/svg/list-bullet.svg":gc,"/node_modules/@dialpad/dialtone-icons/dist/svg/list-checks.svg":wc,"/node_modules/@dialpad/dialtone-icons/dist/svg/list-ordered.svg":bc,"/node_modules/@dialpad/dialtone-icons/dist/svg/listen.svg":Zc,"/node_modules/@dialpad/dialtone-icons/dist/svg/listening.svg":jc,"/node_modules/@dialpad/dialtone-icons/dist/svg/live-queue.svg":Sc,"/node_modules/@dialpad/dialtone-icons/dist/svg/living-thing.svg":Fc,"/node_modules/@dialpad/dialtone-icons/dist/svg/loading.svg":Bc,"/node_modules/@dialpad/dialtone-icons/dist/svg/lock-filled.svg":Tc,"/node_modules/@dialpad/dialtone-icons/dist/svg/lock.svg":Uc,"/node_modules/@dialpad/dialtone-icons/dist/svg/log-in.svg":Rc,"/node_modules/@dialpad/dialtone-icons/dist/svg/log-out.svg":Jc,"/node_modules/@dialpad/dialtone-icons/dist/svg/maestro.svg":Xc,"/node_modules/@dialpad/dialtone-icons/dist/svg/mail-open.svg":tm,"/node_modules/@dialpad/dialtone-icons/dist/svg/mail.svg":om,"/node_modules/@dialpad/dialtone-icons/dist/svg/mails.svg":im,"/node_modules/@dialpad/dialtone-icons/dist/svg/map-pin.svg":fm,"/node_modules/@dialpad/dialtone-icons/dist/svg/map.svg":cm,"/node_modules/@dialpad/dialtone-icons/dist/svg/mastercard.svg":gm,"/node_modules/@dialpad/dialtone-icons/dist/svg/maximize.svg":wm,"/node_modules/@dialpad/dialtone-icons/dist/svg/megaphone-off.svg":bm,"/node_modules/@dialpad/dialtone-icons/dist/svg/megaphone.svg":Zm,"/node_modules/@dialpad/dialtone-icons/dist/svg/menu.svg":jm,"/node_modules/@dialpad/dialtone-icons/dist/svg/message.svg":Sm,"/node_modules/@dialpad/dialtone-icons/dist/svg/messenger.svg":Fm,"/node_modules/@dialpad/dialtone-icons/dist/svg/mic-off.svg":Bm,"/node_modules/@dialpad/dialtone-icons/dist/svg/mic.svg":Tm,"/node_modules/@dialpad/dialtone-icons/dist/svg/microsoft-dynamics-365.svg":Um,"/node_modules/@dialpad/dialtone-icons/dist/svg/microsoft-teams.svg":Rm,"/node_modules/@dialpad/dialtone-icons/dist/svg/microsoft.svg":Jm,"/node_modules/@dialpad/dialtone-icons/dist/svg/minimize-alt.svg":Xm,"/node_modules/@dialpad/dialtone-icons/dist/svg/minimize.svg":t2,"/node_modules/@dialpad/dialtone-icons/dist/svg/minus-circle.svg":o2,"/node_modules/@dialpad/dialtone-icons/dist/svg/miro.svg":i2,"/node_modules/@dialpad/dialtone-icons/dist/svg/monday-com.svg":f2,"/node_modules/@dialpad/dialtone-icons/dist/svg/monitor-off.svg":c2,"/node_modules/@dialpad/dialtone-icons/dist/svg/monitor-speaker.svg":g2,"/node_modules/@dialpad/dialtone-icons/dist/svg/monitor.svg":w2,"/node_modules/@dialpad/dialtone-icons/dist/svg/moon.svg":b2,"/node_modules/@dialpad/dialtone-icons/dist/svg/more-horizontal.svg":Z2,"/node_modules/@dialpad/dialtone-icons/dist/svg/more-vertical.svg":j2,"/node_modules/@dialpad/dialtone-icons/dist/svg/mouse.svg":S2,"/node_modules/@dialpad/dialtone-icons/dist/svg/multi-line-dept.svg":F2,"/node_modules/@dialpad/dialtone-icons/dist/svg/music-off.svg":B2,"/node_modules/@dialpad/dialtone-icons/dist/svg/music.svg":T2,"/node_modules/@dialpad/dialtone-icons/dist/svg/network.svg":U2,"/node_modules/@dialpad/dialtone-icons/dist/svg/neutral.svg":R2,"/node_modules/@dialpad/dialtone-icons/dist/svg/newspaper.svg":J2,"/node_modules/@dialpad/dialtone-icons/dist/svg/not-enough-queries.svg":X2,"/node_modules/@dialpad/dialtone-icons/dist/svg/notes.svg":th,"/node_modules/@dialpad/dialtone-icons/dist/svg/object.svg":oh,"/node_modules/@dialpad/dialtone-icons/dist/svg/office-365.svg":ih,"/node_modules/@dialpad/dialtone-icons/dist/svg/option.svg":fh,"/node_modules/@dialpad/dialtone-icons/dist/svg/package.svg":ch,"/node_modules/@dialpad/dialtone-icons/dist/svg/paperclip.svg":gh,"/node_modules/@dialpad/dialtone-icons/dist/svg/park.svg":wh,"/node_modules/@dialpad/dialtone-icons/dist/svg/party-popper.svg":bh,"/node_modules/@dialpad/dialtone-icons/dist/svg/past-conversations.svg":Zh,"/node_modules/@dialpad/dialtone-icons/dist/svg/pause-circle.svg":jh,"/node_modules/@dialpad/dialtone-icons/dist/svg/pause.svg":Sh,"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-call.svg":Fh,"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-forward.svg":Bh,"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-hang-up.svg":Th,"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-hold.svg":Uh,"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-incoming.svg":Rh,"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-missed.svg":Jh,"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-off.svg":Xh,"/node_modules/@dialpad/dialtone-icons/dist/svg/phone-outgoing.svg":t3,"/node_modules/@dialpad/dialtone-icons/dist/svg/phone.svg":o3,"/node_modules/@dialpad/dialtone-icons/dist/svg/picture-in-picture.svg":i3,"/node_modules/@dialpad/dialtone-icons/dist/svg/pie-chart.svg":f3,"/node_modules/@dialpad/dialtone-icons/dist/svg/pin-off.svg":c3,"/node_modules/@dialpad/dialtone-icons/dist/svg/pin.svg":g3,"/node_modules/@dialpad/dialtone-icons/dist/svg/pipedrive.svg":w3,"/node_modules/@dialpad/dialtone-icons/dist/svg/play-circle.svg":b3,"/node_modules/@dialpad/dialtone-icons/dist/svg/play-filled.svg":Z3,"/node_modules/@dialpad/dialtone-icons/dist/svg/play-store-badge.svg":j3,"/node_modules/@dialpad/dialtone-icons/dist/svg/play.svg":S3,"/node_modules/@dialpad/dialtone-icons/dist/svg/plug.svg":F3,"/node_modules/@dialpad/dialtone-icons/dist/svg/plus-circle.svg":B3,"/node_modules/@dialpad/dialtone-icons/dist/svg/plus.svg":T3,"/node_modules/@dialpad/dialtone-icons/dist/svg/power.svg":U3,"/node_modules/@dialpad/dialtone-icons/dist/svg/print-fax.svg":R3,"/node_modules/@dialpad/dialtone-icons/dist/svg/printer.svg":J3,"/node_modules/@dialpad/dialtone-icons/dist/svg/puzzle.svg":X3,"/node_modules/@dialpad/dialtone-icons/dist/svg/qr-code.svg":t4,"/node_modules/@dialpad/dialtone-icons/dist/svg/queries.svg":o4,"/node_modules/@dialpad/dialtone-icons/dist/svg/quote.svg":i4,"/node_modules/@dialpad/dialtone-icons/dist/svg/record-filled.svg":f4,"/node_modules/@dialpad/dialtone-icons/dist/svg/record.svg":c4,"/node_modules/@dialpad/dialtone-icons/dist/svg/redo.svg":g4,"/node_modules/@dialpad/dialtone-icons/dist/svg/refresh.svg":w4,"/node_modules/@dialpad/dialtone-icons/dist/svg/repeat.svg":b4,"/node_modules/@dialpad/dialtone-icons/dist/svg/reply-all.svg":Z4,"/node_modules/@dialpad/dialtone-icons/dist/svg/reply.svg":j4,"/node_modules/@dialpad/dialtone-icons/dist/svg/rewind-15-sec.svg":S4,"/node_modules/@dialpad/dialtone-icons/dist/svg/rewind.svg":F4,"/node_modules/@dialpad/dialtone-icons/dist/svg/salesforce-glyph.svg":B4,"/node_modules/@dialpad/dialtone-icons/dist/svg/salesforce-logo.svg":T4,"/node_modules/@dialpad/dialtone-icons/dist/svg/satisfied.svg":U4,"/node_modules/@dialpad/dialtone-icons/dist/svg/save.svg":R4,"/node_modules/@dialpad/dialtone-icons/dist/svg/scan-face.svg":J4,"/node_modules/@dialpad/dialtone-icons/dist/svg/scan.svg":X4,"/node_modules/@dialpad/dialtone-icons/dist/svg/scissors.svg":tg,"/node_modules/@dialpad/dialtone-icons/dist/svg/screen-share-off.svg":og,"/node_modules/@dialpad/dialtone-icons/dist/svg/scroll.svg":ig,"/node_modules/@dialpad/dialtone-icons/dist/svg/search.svg":fg,"/node_modules/@dialpad/dialtone-icons/dist/svg/send.svg":cg,"/node_modules/@dialpad/dialtone-icons/dist/svg/servicenow.svg":gg,"/node_modules/@dialpad/dialtone-icons/dist/svg/settings.svg":wg,"/node_modules/@dialpad/dialtone-icons/dist/svg/share-2.svg":bg,"/node_modules/@dialpad/dialtone-icons/dist/svg/share-screen.svg":Zg,"/node_modules/@dialpad/dialtone-icons/dist/svg/share.svg":jg,"/node_modules/@dialpad/dialtone-icons/dist/svg/sheet.svg":Sg,"/node_modules/@dialpad/dialtone-icons/dist/svg/shield-alert.svg":Fg,"/node_modules/@dialpad/dialtone-icons/dist/svg/shield-check.svg":Bg,"/node_modules/@dialpad/dialtone-icons/dist/svg/shield-close.svg":Tg,"/node_modules/@dialpad/dialtone-icons/dist/svg/shield-off.svg":Ug,"/node_modules/@dialpad/dialtone-icons/dist/svg/shield.svg":Rg,"/node_modules/@dialpad/dialtone-icons/dist/svg/shortcuts.svg":Jg,"/node_modules/@dialpad/dialtone-icons/dist/svg/shuffle.svg":Xg,"/node_modules/@dialpad/dialtone-icons/dist/svg/sidebar-close.svg":tp,"/node_modules/@dialpad/dialtone-icons/dist/svg/sidebar-open.svg":op,"/node_modules/@dialpad/dialtone-icons/dist/svg/sidebar.svg":ip,"/node_modules/@dialpad/dialtone-icons/dist/svg/signal-best.svg":fp,"/node_modules/@dialpad/dialtone-icons/dist/svg/signal-high.svg":cp,"/node_modules/@dialpad/dialtone-icons/dist/svg/signal-low.svg":gp,"/node_modules/@dialpad/dialtone-icons/dist/svg/signal-medium.svg":wp,"/node_modules/@dialpad/dialtone-icons/dist/svg/signal-zero.svg":bp,"/node_modules/@dialpad/dialtone-icons/dist/svg/siren.svg":Zp,"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-15-sec.svg":jp,"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-back-ten.svg":Sp,"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-back.svg":Fp,"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-forward-ten.svg":Bp,"/node_modules/@dialpad/dialtone-icons/dist/svg/skip-forward.svg":Tp,"/node_modules/@dialpad/dialtone-icons/dist/svg/slack.svg":Up,"/node_modules/@dialpad/dialtone-icons/dist/svg/slash.svg":Rp,"/node_modules/@dialpad/dialtone-icons/dist/svg/sliders-horizontal.svg":Jp,"/node_modules/@dialpad/dialtone-icons/dist/svg/sliders.svg":Xp,"/node_modules/@dialpad/dialtone-icons/dist/svg/small-self-view.svg":t6,"/node_modules/@dialpad/dialtone-icons/dist/svg/smartphone-charging.svg":o6,"/node_modules/@dialpad/dialtone-icons/dist/svg/smartphone.svg":i6,"/node_modules/@dialpad/dialtone-icons/dist/svg/snapchat.svg":f6,"/node_modules/@dialpad/dialtone-icons/dist/svg/snooze.svg":c6,"/node_modules/@dialpad/dialtone-icons/dist/svg/snowflake.svg":g6,"/node_modules/@dialpad/dialtone-icons/dist/svg/somewhat-dissatisfied.svg":w6,"/node_modules/@dialpad/dialtone-icons/dist/svg/somewhat-satisfied.svg":b6,"/node_modules/@dialpad/dialtone-icons/dist/svg/sort-asc.svg":Z6,"/node_modules/@dialpad/dialtone-icons/dist/svg/sort-desc.svg":j6,"/node_modules/@dialpad/dialtone-icons/dist/svg/sparkle.svg":S6,"/node_modules/@dialpad/dialtone-icons/dist/svg/speaker.svg":F6,"/node_modules/@dialpad/dialtone-icons/dist/svg/star-filled.svg":B6,"/node_modules/@dialpad/dialtone-icons/dist/svg/star.svg":T6,"/node_modules/@dialpad/dialtone-icons/dist/svg/sticker.svg":U6,"/node_modules/@dialpad/dialtone-icons/dist/svg/stop-circle.svg":R6,"/node_modules/@dialpad/dialtone-icons/dist/svg/stop-filled.svg":J6,"/node_modules/@dialpad/dialtone-icons/dist/svg/strikethrough.svg":X6,"/node_modules/@dialpad/dialtone-icons/dist/svg/sun-dim.svg":t7,"/node_modules/@dialpad/dialtone-icons/dist/svg/sun-medium.svg":o7,"/node_modules/@dialpad/dialtone-icons/dist/svg/sun.svg":i7,"/node_modules/@dialpad/dialtone-icons/dist/svg/sunrise.svg":f7,"/node_modules/@dialpad/dialtone-icons/dist/svg/sunset.svg":c7,"/node_modules/@dialpad/dialtone-icons/dist/svg/switch-to-cellular.svg":g7,"/node_modules/@dialpad/dialtone-icons/dist/svg/switch-to-hd.svg":w7,"/node_modules/@dialpad/dialtone-icons/dist/svg/table.svg":b7,"/node_modules/@dialpad/dialtone-icons/dist/svg/tag.svg":Z7,"/node_modules/@dialpad/dialtone-icons/dist/svg/tags.svg":j7,"/node_modules/@dialpad/dialtone-icons/dist/svg/takeover.svg":S7,"/node_modules/@dialpad/dialtone-icons/dist/svg/task.svg":F7,"/node_modules/@dialpad/dialtone-icons/dist/svg/telegram.svg":B7,"/node_modules/@dialpad/dialtone-icons/dist/svg/text-cursor-input.svg":T7,"/node_modules/@dialpad/dialtone-icons/dist/svg/text-cursor.svg":U7,"/node_modules/@dialpad/dialtone-icons/dist/svg/thermometer-snowflake.svg":R7,"/node_modules/@dialpad/dialtone-icons/dist/svg/thermometer-sun.svg":J7,"/node_modules/@dialpad/dialtone-icons/dist/svg/thermometer.svg":X7,"/node_modules/@dialpad/dialtone-icons/dist/svg/thread.svg":t8,"/node_modules/@dialpad/dialtone-icons/dist/svg/threads.svg":o8,"/node_modules/@dialpad/dialtone-icons/dist/svg/thumbs-down.svg":i8,"/node_modules/@dialpad/dialtone-icons/dist/svg/thumbs-up.svg":f8,"/node_modules/@dialpad/dialtone-icons/dist/svg/tiktok.svg":c8,"/node_modules/@dialpad/dialtone-icons/dist/svg/timer-off.svg":g8,"/node_modules/@dialpad/dialtone-icons/dist/svg/timer-reset.svg":w8,"/node_modules/@dialpad/dialtone-icons/dist/svg/timer.svg":b8,"/node_modules/@dialpad/dialtone-icons/dist/svg/toggl.svg":Z8,"/node_modules/@dialpad/dialtone-icons/dist/svg/too-many-queries.svg":j8,"/node_modules/@dialpad/dialtone-icons/dist/svg/tools.svg":S8,"/node_modules/@dialpad/dialtone-icons/dist/svg/toy-brick.svg":F8,"/node_modules/@dialpad/dialtone-icons/dist/svg/transfer-webchat.svg":B8,"/node_modules/@dialpad/dialtone-icons/dist/svg/transfer.svg":T8,"/node_modules/@dialpad/dialtone-icons/dist/svg/transportation.svg":U8,"/node_modules/@dialpad/dialtone-icons/dist/svg/trash.svg":R8,"/node_modules/@dialpad/dialtone-icons/dist/svg/trending-down.svg":J8,"/node_modules/@dialpad/dialtone-icons/dist/svg/trending-up.svg":X8,"/node_modules/@dialpad/dialtone-icons/dist/svg/triangle.svg":tk,"/node_modules/@dialpad/dialtone-icons/dist/svg/twitter.svg":ok,"/node_modules/@dialpad/dialtone-icons/dist/svg/type.svg":ik,"/node_modules/@dialpad/dialtone-icons/dist/svg/umbrella.svg":fk,"/node_modules/@dialpad/dialtone-icons/dist/svg/underline.svg":ck,"/node_modules/@dialpad/dialtone-icons/dist/svg/undo-2.svg":gk,"/node_modules/@dialpad/dialtone-icons/dist/svg/union-pay.svg":wk,"/node_modules/@dialpad/dialtone-icons/dist/svg/unlink-2.svg":bk,"/node_modules/@dialpad/dialtone-icons/dist/svg/unlock-filled.svg":Zk,"/node_modules/@dialpad/dialtone-icons/dist/svg/unlock.svg":jk,"/node_modules/@dialpad/dialtone-icons/dist/svg/unread.svg":Sk,"/node_modules/@dialpad/dialtone-icons/dist/svg/upload-cloud.svg":Fk,"/node_modules/@dialpad/dialtone-icons/dist/svg/upload.svg":Bk,"/node_modules/@dialpad/dialtone-icons/dist/svg/usb.svg":Tk,"/node_modules/@dialpad/dialtone-icons/dist/svg/user-check.svg":Uk,"/node_modules/@dialpad/dialtone-icons/dist/svg/user-minus.svg":Rk,"/node_modules/@dialpad/dialtone-icons/dist/svg/user-plus.svg":Jk,"/node_modules/@dialpad/dialtone-icons/dist/svg/user-rematch.svg":Xk,"/node_modules/@dialpad/dialtone-icons/dist/svg/user-remove.svg":t9,"/node_modules/@dialpad/dialtone-icons/dist/svg/user.svg":o9,"/node_modules/@dialpad/dialtone-icons/dist/svg/users.svg":i9,"/node_modules/@dialpad/dialtone-icons/dist/svg/very-dissatisfied.svg":f9,"/node_modules/@dialpad/dialtone-icons/dist/svg/very-satisfied.svg":c9,"/node_modules/@dialpad/dialtone-icons/dist/svg/viber.svg":g9,"/node_modules/@dialpad/dialtone-icons/dist/svg/video-off.svg":w9,"/node_modules/@dialpad/dialtone-icons/dist/svg/video-settings.svg":b9,"/node_modules/@dialpad/dialtone-icons/dist/svg/video.svg":Z9,"/node_modules/@dialpad/dialtone-icons/dist/svg/visa.svg":j9,"/node_modules/@dialpad/dialtone-icons/dist/svg/voicemail-drop.svg":S9,"/node_modules/@dialpad/dialtone-icons/dist/svg/voicemail.svg":F9,"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-1.svg":B9,"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-2.svg":T9,"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-x.svg":U9,"/node_modules/@dialpad/dialtone-icons/dist/svg/volume.svg":R9,"/node_modules/@dialpad/dialtone-icons/dist/svg/waveform.svg":J9,"/node_modules/@dialpad/dialtone-icons/dist/svg/we-chat.svg":X9,"/node_modules/@dialpad/dialtone-icons/dist/svg/webcam.svg":tw,"/node_modules/@dialpad/dialtone-icons/dist/svg/webchat.svg":ow,"/node_modules/@dialpad/dialtone-icons/dist/svg/whatsapp.svg":iw,"/node_modules/@dialpad/dialtone-icons/dist/svg/whisper.svg":fw,"/node_modules/@dialpad/dialtone-icons/dist/svg/wifi-off.svg":cw,"/node_modules/@dialpad/dialtone-icons/dist/svg/wifi.svg":gw,"/node_modules/@dialpad/dialtone-icons/dist/svg/wind.svg":ww,"/node_modules/@dialpad/dialtone-icons/dist/svg/x-brand.svg":bw,"/node_modules/@dialpad/dialtone-icons/dist/svg/x-circle.svg":Zw,"/node_modules/@dialpad/dialtone-icons/dist/svg/zap-off.svg":jw,"/node_modules/@dialpad/dialtone-icons/dist/svg/zendesk.svg":Sw,"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho-crm.svg":Fw,"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho-desk.svg":Bw,"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho.svg":Tw,"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-in.svg":Uw,"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-logo.svg":Rw,"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-out.svg":Jw,"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom.svg":Xw}),ev={name:"DtIcon",props:{id:{type:String,default(){return o.getUniqueString()}},size:{type:String,default:"500",validator:e=>Object.keys(u).includes(e)},name:{type:String,required:!0},ariaLabel:{type:String,default:void 0}},computed:{iconSize(){return u[this.size]},icon(){const e=`/node_modules/@dialpad/dialtone-icons/dist/svg/${this.name}.svg`;return Qw[e].default}}};var tv=function(){var a=this,t=a._self._c;return a.icon?t(a.icon,{tag:"component",class:a.iconSize,attrs:{id:a.id,"data-qa":"dt-icon","aria-hidden":a.ariaLabel?"false":"true","aria-label":a.ariaLabel}}):a._e()},av=[],nv=o.normalizeComponent(ev,tv,av,!1,null,null,null,null);const ov=nv.exports,h={xs:"d-btn--xs",sm:"d-btn--sm",md:"",lg:"d-btn--lg",xl:"d-btn--xl"},w={default:"",muted:"d-btn--muted",danger:"d-btn--danger",inverted:"d-btn--inverted"},v={clear:"",primary:"d-btn--primary",outlined:"d-btn--outlined"},O=["submit","reset","button"],y={left:"d-btn__icon--left",right:"d-btn__icon--right",top:"d-btn__icon--top",bottom:"d-btn__icon--bottom"},E=[{circle:!0,kind:"default",importance:"primary",message:m(!0,"default","primary")},{circle:!0,kind:"danger",importance:"outlined",message:m(!0,"danger","outlined")},{circle:!0,kind:"muted",importance:"primary",message:m(!0,"muted","primary")},{circle:!1,kind:"muted",importance:"primary",message:m(!1,"muted","primary")}],F={xs:"200",sm:"200",md:"300",lg:"400",xl:"500"};function m(e,a,t){return`You cannot have a ${e?"circle ":""}button with kind: ${a} and importance: ${t} as it does not exist in our design system. See https://dialtone.dialpad.com/components/button.html for a list of available button styles`}const rv="danger",sv="warning",iv="success",H="muted",z="inverted",dv=["",rv,sv,iv,H,z],b={default:"",warning:"d-link--warning",danger:"d-link--danger",success:"d-link--success",muted:"d-link--muted",inverted:"d-link--inverted"},lv={name:"DtButton",props:{circle:{type:Boolean,default:!1},iconPosition:{type:String,default:"left",validator:e=>Object.keys(y).includes(e)},importance:{type:String,default:"primary",validator:e=>Object.keys(v).includes(e)},link:{type:Boolean,default:!1},linkKind:{type:String,default:"default",validator:e=>Object.keys(b).includes(e)},disabled:{type:Boolean,default:!1},type:{type:String,default:"button",validator:e=>O.includes(e)},width:{type:String,default:null},size:{type:String,default:"md",validator:e=>Object.keys(h).includes(e)},labelClass:{type:[String,Array,Object],default:""},loading:{type:Boolean,default:!1},kind:{type:String,default:"default",validator:e=>Object.keys(w).includes(e)},assertiveOnFocus:{type:Boolean,default:!1},active:{type:Boolean,default:!1}},emits:["click","focusin","focusout"],data(){return{ICON_POSITION_MODIFIERS:y,isInFocus:!1}},computed:{buttonListeners(){return this.assertiveOnFocus?{...this.$listeners,focusin:e=>{this.isInFocus=!0},focusout:e=>{this.isInFocus=!1}}:this.$listeners},computedAriaLive(){return this.assertiveOnFocus&&this.isInFocus?"assertive":this.$attrs.ariaLive},iconSize(){return F[this.size]}},watch:{$props:{deep:!0,immediate:!0,handler(){process.env.NODE_ENV!=="production"&&(this.circle&&this.link&&Z.util.warn("You cannot enable circle and link at the same time",this),this.isInvalidPropCombination(this.circle,this.kind,this.importance))}}},methods:{buttonClasses(){return this.link?["d-link",b[this.linkKind],h[this.size]]:["d-btn",v[this.importance],w[this.kind],h[this.size],{"d-btn--circle":this.circle,"d-btn--loading":this.loading,"d-btn--icon-only":this.isIconOnly(),"d-btn--vertical":this.isVerticalIconLayout(),"d-btn--active":this.active}]},isInvalidPropCombination(e,a,t){for(const n of E)if(e===n.circle&&a===n.kind&&t===n.importance)return console.warn(n.message),!1;return!0},shouldRenderIcon(){return this.$scopedSlots.icon&&!this.link},isIconOnly(){return this.shouldRenderIcon()&&!this.$slots.default},isVerticalIconLayout(){return!this.isIconOnly()&&["top","bottom"].includes(this.iconPosition)}}};var fv=function(){var a=this,t=a._self._c;return t("button",a._g({class:["base-button__button",a.buttonClasses()],style:{width:a.width},attrs:{"data-qa":"dt-button",type:a.type,disabled:a.disabled,"aria-live":a.computedAriaLive,"aria-label":a.loading?"loading":a.$attrs["aria-label"]}},a.buttonListeners),[a.shouldRenderIcon()?t("span",{class:["base-button__icon","d-btn__icon",a.ICON_POSITION_MODIFIERS[a.iconPosition]],attrs:{"data-qa":"dt-button-icon"}},[a._t("icon",null,{iconSize:a.iconSize})],2):a._e(),a.$slots.default?t("span",{class:["d-btn__label","base-button__label",a.labelClass],attrs:{"data-qa":"dt-button-label"}},[a._t("default")],2):a._e()])},uv=[],_v=o.normalizeComponent(lv,fv,uv,!1,null,null,null,null);const B=_v.exports,V=3e6,p={circle:"d-bar-circle",square:"d-bar2"},P=["body","heading"],T={sm:"24px",md:"32px",lg:"48px"},D={sm:"d-h16",md:"d-h24",lg:"d-h32"},L={computed:{skeletonOffset(){const e=this.$refs.skeleton;if(!e)return this.offset;const{top:a,height:t}=e.getBoundingClientRect();return a+t/2},skeletonStyle(){const e={};if(this.skeletonOffset===-1||!this.animate&&this.animationDuration===-1)return e;const a=this.skeletonOffset*V/1e3,t=this.animationDuration===-1?1e3:this.animationDuration;return e.animationDelay=`${a}ms`,e.animationDuration=`${t}ms`,e}}},cv={name:"DtSkeletonShape",mixins:[L],props:{shape:{type:String,default:"circle",validator:e=>Object.keys(p).includes(e)},size:{type:String,default:"md"},animationDuration:{type:Number,default:-1},animate:{type:Boolean,default:!0},offset:{type:Number,default:1},contentClass:{type:[String,Object,Array],default:""}},data(){return{SKELETON_SHAPES:p}},computed:{shapeStyles(){const e=T[this.size]||this.size;return{...this.skeletonStyle,"min-width":e,"max-width":e,"min-height":e,"max-height":e}}}};var mv=function(){var a=this,t=a._self._c;return t("div",{ref:"skeleton",class:["skeleton-placeholder",a.SKELETON_SHAPES[a.shape],{"skeleton-placeholder--animate":a.animate},a.contentClass],style:a.shapeStyles,attrs:{"data-qa":"skeleton-shape"}})},hv=[],gv=o.normalizeComponent(cv,mv,hv,!1,null,null,null,null);const C=gv.exports,pv={name:"DtSkeletonText",mixins:[L],props:{type:{type:String,default:"body",validator:e=>P.includes(e)},headingHeight:{type:String,default:"md",validator:e=>Object.keys(D).includes(e)},width:{type:String,default:"100%"},animationDuration:{type:Number,default:-1},animate:{type:Boolean,default:!1},offset:{type:Number,default:1},contentClass:{type:String,default:""}},data(){return{SKELETON_HEADING_HEIGHTS:D}}};var kv=function(){var a=this,t=a._self._c;return a.type==="body"?t("div",{ref:"skeleton",class:["d-skeleton-text","skeleton-placeholder",{"skeleton-placeholder--animate":a.animate},a.contentClass],style:{width:a.width,...a.skeletonStyle},attrs:{"data-qa":"skeleton-text-body"}}):a.type==="heading"?t("div",{ref:"skeleton",class:[a.SKELETON_HEADING_HEIGHTS[a.headingHeight],"d-skeleton-text--heading","skeleton-placeholder",{"skeleton-placeholder--animate":a.animate},a.contentClass],style:{width:a.width,...a.skeletonStyle},attrs:{"data-qa":"skeleton-text-heading"}}):a._e()},wv=[],vv=o.normalizeComponent(pv,kv,wv,!1,null,null,null,null);const x=vv.exports,k=e=>e!==""&&!Number.isNaN(Number(e)),yv={name:"DtSkeletonParagraph",components:{DtSkeletonText:x},props:{rows:{type:[Number,String],default:3,validator:k},animate:{type:Boolean,default:!0},minWidth:{type:[Number,String],default:30,validator:k},maxWidth:{type:[Number,String],default:100,validator:k},width:{type:[String,Array],default:null},randomWidth:{type:Boolean,default:!1},offset:{type:Number,default:1},animationDuration:{type:Number,default:-1},contentClass:{type:String,default:""},rowClass:{type:String,default:""}},computed:{integerRows(){return Number(this.rows)}},methods:{randomWidthPercentage(){const e=Math.min(this.minWidth,this.maxWidth),a=Math.max(this.minWidth,this.maxWidth);return`${Math.round(Math.random()*(a-e))+e}%`},getSizeParagraphRow(e){const a=this.width,t=Array.isArray(a),n=a==null?void 0:a[e-1],r=e===this.rows;return this.randomWidth?this.randomWidthPercentage():a&&!t?a:a&&t&&n?n:r?"38%":"100%"}}};var bv=function(){var a=this,t=a._self._c;return t("div",{class:["d-skeleton-paragraph",a.contentClass],attrs:{contentClass:"","data-qa":"skeleton-paragraph"}},a._l(a.integerRows,function(n){return t("dt-skeleton-text",{key:n,attrs:{"data-qa":"skeleton-paragraph-row","content-class":a.rowClass,animate:a.animate,offset:a.offset,"animation-duration":a.animationDuration,width:a.getSizeParagraphRow(n)}})}),1)},Dv=[],Mv=o.normalizeComponent(yv,bv,Dv,!1,null,null,null,null);const j=Mv.exports,Zv={name:"DtSkeletonListItem",components:{DtSkeletonShape:C,DtSkeletonParagraph:j},props:{shape:{type:String,default:"circle",validator:e=>Object.keys(p).includes(e)},shapeSize:{type:String,default:"md"},paragraphs:{type:Object,default:()=>({rows:3,randomWidth:!0})},animationDuration:{type:Number,default:-1},animate:{type:Boolean,default:!0},offset:{type:Number,default:1},shapeClass:{type:String,default:""},contentClass:{type:String,default:""}}};var Cv=function(){var a=this,t=a._self._c;return t("div",{class:["d-skeleton-list-item",{"d-skeleton-list-item--single":a.paragraphs.rows===1},a.contentClass],attrs:{"data-qa":"skeleton-list-item"}},[t("dt-skeleton-shape",{staticClass:"d-skeleton-list-item__shape",attrs:{size:a.shapeSize,shape:a.shape,"animation-duration":a.animationDuration,animate:a.animate,offset:a.offset,"content-class":a.shapeClass}}),t("div",{staticClass:"d-skeleton-list-item__paragraph-container"},[t("dt-skeleton-paragraph",a._b({attrs:{"animation-duration":a.animationDuration,animate:a.animate,offset:a.offset}},"dt-skeleton-paragraph",a.paragraphs,!1))],1)],1)},xv=[],jv=o.normalizeComponent(Zv,Cv,xv,!1,null,null,null,null);const I=jv.exports,$v={name:"DtSkeleton",components:{DtSkeletonText:x,DtSkeletonShape:C,DtSkeletonListItem:I,DtSkeletonParagraph:j},props:{paragraphOption:{type:[Object,Boolean],default:null},listItemOption:{type:[Object,Boolean],default:null},textOption:{type:Object,default:null},shapeOption:{type:[Object,Boolean],default:null},animationDuration:{type:Number,default:-1},ariaLabel:{type:String,default:""},animate:{type:Boolean,default:!0},offset:{type:Number,default:1}},computed:{validationOptions(){return{paragraphOption:this.paragraphOption,listItemOption:this.listItemOption,textOption:this.textOption,shapeOption:this.shapeOption}}},watch:{$props:{immediate:!0,handler:"validator"}},methods:{validator(){const e=Object.entries(this.validationOptions).filter(([a,t])=>t);if(e.length>=2){const a=`Use only one of ${e.map(([t])=>t).join(" | ")} options at the same time`;console.error(a)}}}};var Av=function(){var a=this,t=a._self._c;return t("div",{attrs:{"aria-busy":"true",role:"status","aria-label":a.ariaLabel}},[a.listItemOption?t("dt-skeleton-list-item",a._b({attrs:{"animation-duration":a.animationDuration,animate:a.animate,offset:a.offset}},"dt-skeleton-list-item",a.listItemOption===!0?{}:a.listItemOption,!1)):a.shapeOption?t("dt-skeleton-shape",a._b({attrs:{"animation-duration":a.animationDuration,animate:a.animate,offset:a.offset}},"dt-skeleton-shape",a.shapeOption===!0?{}:a.shapeOption,!1)):a.paragraphOption?t("dt-skeleton-paragraph",a._b({attrs:{"animation-duration":a.animationDuration,animate:a.animate,offset:a.offset}},"dt-skeleton-paragraph",a.paragraphOption===!0?{}:a.paragraphOption,!1)):t("dt-skeleton-text",a._b({attrs:{"animation-duration":a.animationDuration,animate:a.animate,offset:a.offset}},"dt-skeleton-text",a.textOption||{},!1))],1)},Sv=[],Ov=o.normalizeComponent($v,Av,Sv,!1,null,null,null,null);const U=Ov.exports,g={TEXT:"text",TEXTAREA:"textarea",PASSWORD:"password",EMAIL:"email",NUMBER:"number",DATE:"date",TIME:"time",FILE:"file"},l={EXTRA_SMALL:"xs",SMALL:"sm",DEFAULT:"md",LARGE:"lg",EXTRA_LARGE:"xl"};function $(e){return e?e.every(a=>typeof a=="string"?!0:typeof a=="object"?Object.values(o.VALIDATION_MESSAGE_TYPES).includes(a==null?void 0:a.type):!1):!0}const Ev={name:"DtValidationMessages",props:{id:{type:String,default(){return o.getUniqueString()}},validationMessages:{type:Array,default:()=>[],validator:e=>$(e)},showMessages:{type:Boolean,default:!0}},computed:{isFilteredValidationMessagesEmpty(){return this.filteredValidationMessages.length===0},filteredValidationMessages(){return o.filterFormattedMessages(this.validationMessages)},validationState(){return o.getValidationState(this.validationMessages)}},methods:{getMessageKey(e,a){return`validation-message-${e}-${a}-${this.id}`},messageTypeClass(e){return{error:"base-input__message--error d-validation-message--error",warning:"base-input__message--warning d-validation-message--warning",success:"base-input__message--success d-validation-message--success"}[e]}}};var Fv=function(){var a=this,t=a._self._c;return a.showMessages&&!a.isFilteredValidationMessagesEmpty?t("div",{staticClass:"base-input__messages d-validation-message__container",attrs:{"data-qa":"validation-messages-container"}},a._l(a.filteredValidationMessages,function({message:n,type:r},s){return t("div",{key:a.getMessageKey(r,s),class:["base-input__message","d-validation-message",a.messageTypeClass(r)],attrs:{role:"status","aria-live":"polite","data-qa":"validation-message"}},[t("p",{domProps:{innerHTML:a._s(n)}})])}),0):a._e()},Hv=[],zv=o.normalizeComponent(Ev,Fv,Hv,!1,null,null,null,null);const q=zv.exports,Bv={inheritAttrs:!1,props:{label:{type:String,default:""},name:{type:String,default:""},value:{type:[String,Number,Boolean,Object],default:null},description:{type:String,default:""},disabled:{type:Boolean,default:!1},validationState:{type:String,default:"",validator:e=>e?Object.values(o.VALIDATION_MESSAGE_TYPES).includes(e):!0},inputClass:{type:[String,Array,Object],default:""},labelClass:{type:[String,Array,Object],default:""},descriptionClass:{type:[String,Array,Object],default:""},labelChildProps:{type:Object,default:()=>({})},descriptionChildProps:{type:Object,default:()=>({})}},data(){return{internalDisabled:this.disabled,internalValidationState:this.validationState}},watch:{disabled(e){this.internalDisabled=e},validationState(e){this.internalValidationState=e}},methods:{validateInputLabels(e,a){!e&&!a&&Z.util.warn("You must provide an aria-label when there is no label passed",this)}}},Vv={model:{prop:"checked"},props:{checked:{type:Boolean,default:!1},indeterminate:{type:Boolean,default:!1},value:{type:[String,Number,Boolean],default:null}},data(){return{internalChecked:this.checked,internalIndeterminate:this.indeterminate}},watch:{checked(e){this.internalChecked=e},indeterminate(e){this.internalIndeterminate=e}}},Pv={inject:{groupContext:{default:{}},setGroupValue:{default:()=>()=>{}}},data(){return{internalValue:this.value}},computed:{hasGroup(){return Object.prototype.hasOwnProperty.call(this.groupContext,"name")},groupName(){var e;return((e=this.groupContext)==null?void 0:e.name)??""},groupValue(){var e;return(e=this.groupContext)==null?void 0:e.value},groupDisabled(){var e;return((e=this.groupContext)==null?void 0:e.disabled)??!1},groupValidationState(){var e;return((e=this.groupContext)==null?void 0:e.validationState)??null},internalName(){return this.name||this.groupName}},watch:{value(e){this.internalValue=e},groupValue:{immediate:!0,handler(e){this.hasGroup&&(this.internalValue=e)}},groupDisabled:{immediate:!0,handler(e){this.hasGroup&&(this.internalDisabled=this.disabled||e)}},groupValidationState:{immediate:!0,handler(e){this.hasGroup&&(this.internalValidationState=e||this.validationState)}}},created(){var t;const e=Object.prototype.hasOwnProperty.call(this.groupContext,"name"),a=(t=this.groupContext)==null?void 0:t.name;this.name&&e&&a!==this.name&&Z.util.warn(`Component is being used inside a Group. Did you mean to override the name prop value (${a}) with (${this.name})? It is recommended to only set name at the Group level.`,this)}},N={props:{messagesClass:{type:[String,Array,Object],default:""},messagesChildProps:{type:Object,default:()=>({})},showMessages:{type:Boolean,default:!0},messages:{type:Array,default:()=>[],validator:e=>$(e)}},computed:{formattedMessages(){return o.formatMessages(this.messages)}}},Tv={name:"DtInput",components:{DtValidationMessages:q},mixins:[N],inheritAttrs:!1,props:{name:{type:String,default:""},type:{type:String,default:g.TEXT,validator:e=>Object.values(g).includes(e)},value:{type:[String,Number],default:""},disabled:{type:Boolean,default:!1},label:{type:String,default:""},labelVisible:{type:Boolean,default:!0},description:{type:String,default:""},size:{type:String,default:null,validator:e=>Object.values(l).includes(e)},iconSize:{type:String,default:null,validator:e=>Object.values(l).includes(e)},inputClass:{type:[String,Object,Array],default:""},inputWrapperClass:{type:[String,Object,Array],default:""},currentLength:{type:Number,default:null},retainWarning:{type:Boolean,default:!1},validate:{type:Object,default:null},hidden:{type:Boolean,default:!1}},emits:["input","blur","clear","focus","focusin","focusout","update:length","update:invalid"],data(){return{descriptionSizeClasses:{lg:"d-description--lg",xl:"d-description--xl"},labelSizeClasses:{xs:"d-label--xs",sm:"d-label--sm",md:"d-label--md",lg:"d-label--lg",xl:"d-label--xl"},isInputFocused:!1,isInvalid:!1,defaultLength:0}},computed:{isTextarea(){return this.type===g.TEXTAREA},isDefaultSize(){return this.size===l.DEFAULT},isDefaultIconSize(){return this.iconSizeComputed===l.DEFAULT},iconSizeComputed(){return this.iconSize?this.iconSize:this.size},isValidSize(){return Object.values(l).includes(this.size)},isValidDescriptionSize(){return Object.values(o.DESCRIPTION_SIZE_TYPES).includes(this.size)},inputComponent(){return this.isTextarea?"textarea":"input"},inputListeners(){return{...this.$listeners,input:e=>this.$emit("input",e.target.value),focus:e=>{this.isInputFocused=!0,this.$emit("focus",e)},blur:e=>{this.isInputFocused=!1,this.onBlur(e)}}},descriptionKey(){return`input-description-${o.getUniqueString()}`},inputState(){return o.getValidationState(this.validationMessages)},defaultLengthCalculation(){return this.calculateLength(this.value)},validationProps(){var e,a,t,n,r,s,i,_,d,c;return{length:{description:(a=(e=this==null?void 0:this.validate)==null?void 0:e.length)==null?void 0:a.description,max:(n=(t=this==null?void 0:this.validate)==null?void 0:t.length)==null?void 0:n.max,warn:(s=(r=this==null?void 0:this.validate)==null?void 0:r.length)==null?void 0:s.warn,message:(_=(i=this==null?void 0:this.validate)==null?void 0:i.length)==null?void 0:_.message,limitMaxLength:(c=(d=this==null?void 0:this.validate)==null?void 0:d.length)!=null&&c.limitMaxLength?this.validate.length.limitMaxLength:!1}}},validationMessages(){return this.showLengthLimitValidation?this.formattedMessages.concat([this.inputLengthErrorMessage()]):this.formattedMessages},showInputState(){return this.showMessages&&this.inputState},inputLength(){return this.currentLength?this.currentLength:this.defaultLengthCalculation},inputLengthState(){return this.inputLength<this.validationProps.length.warn?null:this.inputLength<=this.validationProps.length.max?this.validationProps.length.warn?o.VALIDATION_MESSAGE_TYPES.WARNING:null:o.VALIDATION_MESSAGE_TYPES.ERROR},shouldValidateLength(){return!!(this.validationProps.length.description&&this.validationProps.length.max)},shouldLimitMaxLength(){return this.shouldValidateLength&&this.validationProps.length.limitMaxLength},showLengthLimitValidation(){return this.shouldValidateLength&&this.inputLengthState!==null&&this.validationProps.length.message&&(this.retainWarning||this.isInputFocused||this.isInvalid)},sizeModifierClass(){return this.isDefaultSize||!this.isValidSize?"":{input:{xs:"d-input--xs",sm:"d-input--sm",lg:"d-input--lg",xl:"d-input--xl"},textarea:{xs:"d-textarea--xs",sm:"d-textarea--sm",lg:"d-textarea--lg",xl:"d-textarea--xl"}}[this.inputComponent][this.size]},stateClass(){return[{input:{error:"d-input--error base-input__input--error",warning:"d-input--warning base-input__input--warning",success:"d-input--success base-input__input--success"},textarea:{error:"d-textarea--error base-input__input--error",warning:"d-textarea--warning base-input__input--warning",success:"d-textarea--success base-input__input--success"}}[this.inputComponent][this.inputState]]}},watch:{isInvalid(e){this.$emit("update:invalid",e)},value:{immediate:!0,handler(e){this.shouldValidateLength&&this.validateLength(this.inputLength),this.currentLength==null&&this.$emit("update:length",this.calculateLength(e))}}},methods:{inputClasses(){return["base-input__input",this.inputComponent==="input"?"d-input":"d-textarea",{[this.stateClass]:this.showInputState,"d-input-icon--left":this.$slots.leftIcon,"d-input-icon--right":this.$slots.rightIcon},this.sizeModifierClass,this.inputClass]},inputWrapperClasses(){return this.hidden?[]:["d-input__wrapper",{[this.stateClass]:this.showInputState},this.inputWrapperClass]},calculateLength(e){return typeof e!="string"?0:[...e].length},inputLengthErrorMessage(){return{message:this.validationProps.length.message,type:this.inputLengthState}},inputIconClasses(e){const a={xs:"d-input-icon--xs",sm:"d-input-icon--sm",lg:"d-input-icon--lg",xl:"d-input-icon--xl"};return[{left:"base-input__icon--left d-input-icon--left",right:"base-input__icon--right d-input-icon--right"}[e],"d-input-icon",{[a[this.iconSizeComputed]]:!this.isDefaultIconSize},this.sizeModifierClass]},onBlur(e){var a;(a=this.$refs.container)!=null&&a.contains(e.relatedTarget)||this.$emit("blur",e)},clear(){this.$emit("input",""),this.$emit("clear")},blur(){this.$refs.input.blur()},focus(){this.$refs.input.focus()},select(){this.$refs.input.select()},getMessageKey(e,a){return`message-${e}-${a}`},validateLength(e){this.isInvalid=e>this.validationProps.length.max}}};var Lv=function(){var a=this,t=a._self._c;return t("div",{ref:"container",class:["base-input",{"d-vi-hidden":a.hidden}],attrs:{"data-qa":"dt-input"}},[t("label",{staticClass:"base-input__label",attrs:{"aria-details":a.$slots.description||a.description?a.descriptionKey:void 0,"data-qa":"dt-input-label-wrapper"}},[a._t("labelSlot",function(){return[a.labelVisible&&a.label?t("div",{ref:"label",class:["base-input__label-text","d-label",a.labelSizeClasses[a.size]],attrs:{"data-qa":"dt-input-label"}},[a._v(" "+a._s(a.label)+" ")]):a._e()]}),a.$slots.description||a.description||a.shouldValidateLength?t("div",{ref:"description",class:["base-input__description","d-description",a.descriptionSizeClasses[a.size]],attrs:{id:a.descriptionKey,"data-qa":"dt-input-description"}},[a.$slots.description||a.description?t("div",[a._t("description",function(){return[a._v(a._s(a.description))]})],2):a._e(),a.shouldValidateLength?t("div",{staticClass:"d-input__length-description",attrs:{"data-qa":"dt-input-length-description"}},[a._v(" "+a._s(a.validationProps.length.description)+" ")]):a._e()]):a._e(),t("div",{class:a.inputWrapperClasses(),attrs:{"read-only":a.disabled}},[a.$slots.leftIcon?t("span",{class:a.inputIconClasses("left"),attrs:{"data-qa":"dt-input-left-icon-wrapper"},on:{focusout:a.onBlur}},[a._t("leftIcon")],2):a._e(),a.isTextarea?t("textarea",a._g(a._b({ref:"input",class:a.inputClasses(),attrs:{name:a.name,disabled:a.disabled,maxlength:a.shouldLimitMaxLength?a.validationProps.length.max:null,"data-qa":"dt-input-input"},domProps:{value:a.value}},"textarea",a.$attrs,!1),a.inputListeners)):t("input",a._g(a._b({ref:"input",class:a.inputClasses(),attrs:{name:a.name,type:a.type,disabled:a.disabled,maxlength:a.shouldLimitMaxLength?a.validationProps.length.max:null,"data-qa":"dt-input-input"},domProps:{value:a.value}},"input",a.$attrs,!1),a.inputListeners)),a.$slots.rightIcon?t("span",{class:a.inputIconClasses("right"),attrs:{"data-qa":"dt-input-right-icon-wrapper"},on:{focusout:a.onBlur}},[a._t("rightIcon")],2):a._e()])],2),t("dt-validation-messages",a._b({class:a.messagesClass,attrs:{"validation-messages":a.validationMessages,"show-messages":a.showMessages,"data-qa":"dt-input-messages"}},"dt-validation-messages",a.messagesChildProps,!1))],1)},Iv=[],Uv=o.normalizeComponent(Tv,Lv,Iv,!1,null,null,null,null);const qv=Uv.exports,R=["default","sm"],Nv={sm:"d-tablist--sm"},G={inverted:"d-tablist--inverted"},K={borderless:"d-tablist--no-border"},J={selected:"d-tab--selected"},Rv={name:"DtTabGroup",provide(){return{groupContext:this.provideObj,changeContentPanel:this.changeContentPanel,setFocus:this.setFocus}},props:{label:{type:String,default:""},selected:{type:String,default:""},disabled:{type:Boolean,default:!1},inverted:{type:Boolean,default:!1},borderless:{type:Boolean,default:!1},size:{type:String,default:"default",validate(e){return R.includes(e)}},tabListClass:{type:[String,Array,Object],default:""},tabListChildProps:{type:Object,default:()=>({})}},emits:["change"],data(){return{provideObj:{selected:"",disabled:!1},focusId:null,tabs:[],TAB_LIST_SIZE_MODIFIERS:Nv,TAB_LIST_KIND_MODIFIERS:G,TAB_LIST_IMPORTANCE_MODIFIERS:K}},watch:{disabled:{immediate:!0,handler(){this.provideObj.disabled=this.disabled}},selected:{immediate:!0,handler(){this.provideObj.selected=this.selected}}},mounted(){this.updateSelected()},beforeUpdate(){this.updateSelected()},methods:{updateSelected(){this.provideObj.selected||(this.provideObj.selected=this.selected),this.tabs=this.getTabChildren()},setFocus(e){this.focusId=e},getTabChildren(){return this.$children.map(({$el:e})=>e).filter(({className:e})=>e.includes("d-tab")).map(e=>{var a,t;return{context:e,panelId:(a=e.getAttribute("aria-controls"))==null?void 0:a.replace("dt-panel-",""),id:(t=e.getAttribute("id"))==null?void 0:t.replace("dt-tab-",""),isSelected:e.getAttribute("aria-selected")==="true"}})},onChange(){this.$emit("change",{...this.provideObj})},changeContentPanel({selected:e,selectOverride:a}){this.provideObj.selected=e,a||this.onChange()},tabLeft(){const{index:e,tabs:a}=this.getIndexAndTabs();if(e===-1)return;const t=e-1<0?a.length-1:e-1;this.selectFocusOnTab(t,a)},tabRight(){const{index:e,tabs:a}=this.getIndexAndTabs();if(e===-1)return;const t=e+1>a.length-1?0:e+1;this.selectFocusOnTab(t,a)},selectFocusOnTab(e,a){const{context:t}=a[e];t.focus()},selectTab(){const{tabs:e,index:a}=this.getIndexAndTabs();this.selectTabByIndex(a,e)},selectTabByIndex(e,a){const{context:t,panelId:n}=a[e];this.provideObj.selected=n,t.focus()},getIndexAndTabs(){const e=this.tabs.findIndex(a=>this.focusId?a.id===`${this.focusId}`:a.isSelected);return{tabs:this.tabs,index:e}},onHomeButton(){var e,a;this.tabs.length!==0&&((a=(e=this.tabs[0])==null?void 0:e.context)==null||a.focus())},onEndButton(){var e,a;this.tabs.length!==0&&((a=(e=this.tabs[this.tabs.length-1])==null?void 0:e.context)==null||a.focus())}}};var Gv=function(){var a=this,t=a._self._c;return t("div",{attrs:{"data-qa":"dt-tab-group"}},[t("div",a._b({class:["d-tablist",a.TAB_LIST_SIZE_MODIFIERS[a.size],{[a.TAB_LIST_KIND_MODIFIERS.inverted]:a.inverted,[a.TAB_LIST_IMPORTANCE_MODIFIERS.borderless]:a.borderless},a.tabListClass],attrs:{role:"tablist","aria-label":a.label},on:{keyup:[function(n){return!n.type.indexOf("key")&&a._k(n.keyCode,"left",37,n.key,["Left","ArrowLeft"])||"button"in n&&n.button!==0?null:a.tabLeft.apply(null,arguments)},function(n){return!n.type.indexOf("key")&&a._k(n.keyCode,"right",39,n.key,["Right","ArrowRight"])||"button"in n&&n.button!==2?null:a.tabRight.apply(null,arguments)},function(n){return!n.type.indexOf("key")&&a._k(n.keyCode,"enter",13,n.key,"Enter")?null:a.selectTab.apply(null,arguments)},function(n){return!n.type.indexOf("key")&&a._k(n.keyCode,"space",32,n.key,[" ","Spacebar"])?null:a.selectTab.apply(null,arguments)}],keydown:[function(n){return!n.type.indexOf("key")&&a._k(n.keyCode,"home",void 0,n.key,void 0)?null:a.onHomeButton.apply(null,arguments)},function(n){return!n.type.indexOf("key")&&a._k(n.keyCode,"end",void 0,n.key,void 0)?null:a.onEndButton.apply(null,arguments)}]}},"div",a.tabListChildProps,!1),[a._t("tabs")],2),a._t("default")],2)},Kv=[],Jv=o.normalizeComponent(Rv,Gv,Kv,!1,null,null,null,null);const Wv=Jv.exports,Yv={name:"DtTab",components:{DtButton:B},inject:["changeContentPanel","groupContext","setFocus"],inheritAttrs:!1,props:{id:{type:String,required:!0},panelId:{type:String,required:!0},label:{type:String,default:""},selected:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},tabClass:{type:[String,Array,Object],default:""}},data(){return{TAB_IMPORTANCE_MODIFIERS:J}},computed:{isSelected(){return this.groupContext.selected===this.panelId},tabListeners(){return{...this.$listeners,click:e=>{this.selectPanel(),this.$emit("click",e)},focus:e=>{this.setFocus(this.id),this.$emit("focus",e)}}}},mounted(){this.setSelectedPanelByDefault()},methods:{setSelectedPanelByDefault(){this.selected&&this.selectPanel(!0)},selectPanel(e=!1){this.changeContentPanel({selected:this.panelId,selectOverride:e})}}};var Xv=function(){var a=this,t=a._self._c;return t("dt-button",a._g(a._b({class:["d-tab",{[a.TAB_IMPORTANCE_MODIFIERS.selected]:a.isSelected},a.tabClass],attrs:{id:`dt-tab-${a.id}`,role:"tab","aria-selected":`${a.isSelected}`,"aria-controls":`dt-panel-${a.panelId}`,"aria-label":a.label,"data-qa":"dt-tab",tabindex:a.isSelected?"0":"-1",disabled:a.groupContext.disabled||a.disabled}},"dt-button",a.$attrs,!1),a.tabListeners),[a._t("default")],2)},Qv=[],ey=o.normalizeComponent(Yv,Xv,Qv,!1,null,null,null,null);const ty=ey.exports,ay=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,ny={2049:{name:"exclamation question mark",category:"symbols",shortname:":interrobang:",shortname_alternates:[],keywords:["exclamation","interrobang","mark","punctuation","question","uc3"],unicode_output:"2049-fe0f"},2122:{name:"trade mark",category:"symbols",shortname:":tm:",shortname_alternates:[],keywords:["mark","tm","trademark","uc1"],unicode_output:"2122-fe0f"},2139:{name:"information",category:"symbols",shortname:":information_source:",shortname_alternates:[],keywords:["i","information","uc3"],unicode_output:"2139-fe0f"},2194:{name:"left-right arrow",category:"symbols",shortname:":left_right_arrow:",shortname_alternates:[],keywords:["arrow","uc1"],unicode_output:"2194-fe0f"},2195:{name:"up-down arrow",category:"symbols",shortname:":arrow_up_down:",shortname_alternates:[],keywords:["arrow","uc1"],unicode_output:"2195-fe0f"},2196:{name:"up-left arrow",category:"symbols",shortname:":arrow_upper_left:",shortname_alternates:[],keywords:["arrow","direction","intercardinal","northwest","uc1"],unicode_output:"2196-fe0f"},2197:{name:"up-right arrow",category:"symbols",shortname:":arrow_upper_right:",shortname_alternates:[],keywords:["arrow","direction","intercardinal","northeast","uc1"],unicode_output:"2197-fe0f"},2198:{name:"down-right arrow",category:"symbols",shortname:":arrow_lower_right:",shortname_alternates:[],keywords:["arrow","direction","intercardinal","southeast","uc1"],unicode_output:"2198-fe0f"},2199:{name:"down-left arrow",category:"symbols",shortname:":arrow_lower_left:",shortname_alternates:[],keywords:["arrow","direction","intercardinal","southwest","uc1"],unicode_output:"2199-fe0f"},2328:{name:"keyboard",category:"objects",shortname:":keyboard:",shortname_alternates:[],keywords:["computer","uc1"],unicode_output:"2328-fe0f"},2600:{name:"sun",category:"nature",shortname:":sunny:",shortname_alternates:[],keywords:["bright","rays","sunny","uc1"],unicode_output:"2600-fe0f"},2601:{name:"cloud",category:"nature",shortname:":cloud:",shortname_alternates:[],keywords:["weather","uc1"],unicode_output:"2601-fe0f"},2602:{name:"umbrella",category:"nature",shortname:":umbrella2:",shortname_alternates:[],keywords:["clothing","rain","uc1"],unicode_output:"2602-fe0f"},2603:{name:"snowman",category:"nature",shortname:":snowman2:",shortname_alternates:[],keywords:["cold","snow","uc1"],unicode_output:"2603-fe0f"},2604:{name:"comet",category:"nature",shortname:":comet:",shortname_alternates:[],keywords:["space","uc1"],unicode_output:"2604-fe0f"},2611:{name:"check box with check",category:"symbols",shortname:":ballot_box_with_check:",shortname_alternates:[],keywords:["ballot","box","check","uc1"],unicode_output:"2611-fe0f"},2614:{name:"umbrella with rain drops",category:"nature",shortname:":umbrella:",shortname_alternates:[],keywords:["clothing","drop","rain","umbrella","uc4"],unicode_output:"2614"},2615:{name:"hot beverage",category:"food",shortname:":coffee:",shortname_alternates:[],keywords:["beverage","coffee","drink","hot","steaming","tea","uc4"],unicode_output:"2615"},2618:{name:"shamrock",category:"nature",shortname:":shamrock:",shortname_alternates:[],keywords:["plant","uc4"],unicode_output:"2618-fe0f"},2620:{name:"skull and crossbones",category:"people",shortname:":skull_crossbones:",shortname_alternates:[":skull_and_crossbones:"],keywords:["crossbones","death","face","monster","skull","uc1"],unicode_output:"2620-fe0f"},2622:{name:"radioactive",category:"symbols",shortname:":radioactive:",shortname_alternates:[":radioactive_sign:"],keywords:["radioactive","sign","uc1"],unicode_output:"2622-fe0f"},2623:{name:"biohazard",category:"symbols",shortname:":biohazard:",shortname_alternates:[":biohazard_sign:"],keywords:["biohazard","sign","uc1"],unicode_output:"2623-fe0f"},2626:{name:"orthodox cross",category:"symbols",shortname:":orthodox_cross:",shortname_alternates:[],keywords:["Christian","cross","religion","uc1"],unicode_output:"2626-fe0f"},2638:{name:"wheel of dharma",category:"symbols",shortname:":wheel_of_dharma:",shortname_alternates:[],keywords:["Buddhist","dharma","religion","wheel","uc1"],unicode_output:"2638-fe0f"},2639:{name:"frowning face",category:"people",shortname:":frowning2:",shortname_alternates:[":white_frowning_face:"],keywords:["face","frown","uc1"],unicode_output:"2639-fe0f"},2640:{name:"female sign",category:"symbols",shortname:":female_sign:",shortname_alternates:[],keywords:["woman","uc1"],unicode_output:"2640-fe0f"},2642:{name:"male sign",category:"symbols",shortname:":male_sign:",shortname_alternates:[],keywords:["man","uc1"],unicode_output:"2642-fe0f"},2648:{name:"Aries",category:"symbols",shortname:":aries:",shortname_alternates:[],keywords:["ram","zodiac","uc1"],unicode_output:"2648"},2649:{name:"Taurus",category:"symbols",shortname:":taurus:",shortname_alternates:[],keywords:["bull","ox","zodiac","uc1"],unicode_output:"2649"},2650:{name:"Sagittarius",category:"symbols",shortname:":sagittarius:",shortname_alternates:[],keywords:["archer","zodiac","uc1"],unicode_output:"2650"},2651:{name:"Capricorn",category:"symbols",shortname:":capricorn:",shortname_alternates:[],keywords:["goat","zodiac","uc1"],unicode_output:"2651"},2652:{name:"Aquarius",category:"symbols",shortname:":aquarius:",shortname_alternates:[],keywords:["bearer","water","zodiac","uc1"],unicode_output:"2652"},2653:{name:"Pisces",category:"symbols",shortname:":pisces:",shortname_alternates:[],keywords:["fish","zodiac","uc1"],unicode_output:"2653"},2660:{name:"spade suit",category:"symbols",shortname:":spades:",shortname_alternates:[],keywords:["card","game","uc1"],unicode_output:"2660-fe0f"},2663:{name:"club suit",category:"symbols",shortname:":clubs:",shortname_alternates:[],keywords:["card","game","uc1"],unicode_output:"2663-fe0f"},2665:{name:"heart suit",category:"symbols",shortname:":hearts:",shortname_alternates:[],keywords:["card","game","uc1"],unicode_output:"2665-fe0f"},2666:{name:"diamond suit",category:"symbols",shortname:":diamonds:",shortname_alternates:[],keywords:["card","game","uc1"],unicode_output:"2666-fe0f"},2668:{name:"hot springs",category:"symbols",shortname:":hotsprings:",shortname_alternates:[],keywords:["hot","hotsprings","springs","steaming","uc1"],unicode_output:"2668-fe0f"},2692:{name:"hammer and pick",category:"objects",shortname:":hammer_pick:",shortname_alternates:[":hammer_and_pick:"],keywords:["hammer","pick","tool","uc4"],unicode_output:"2692-fe0f"},2693:{name:"anchor",category:"travel",shortname:":anchor:",shortname_alternates:[],keywords:["ship","tool","uc4"],unicode_output:"2693"},2694:{name:"crossed swords",category:"objects",shortname:":crossed_swords:",shortname_alternates:[],keywords:["crossed","swords","weapon","uc4"],unicode_output:"2694-fe0f"},2695:{name:"medical symbol",category:"symbols",shortname:":medical_symbol:",shortname_alternates:[],keywords:["aesculapius","medicine","staff","uc4"],unicode_output:"2695-fe0f"},2696:{name:"balance scale",category:"objects",shortname:":scales:",shortname_alternates:[],keywords:["Libra","balance","justice","scales","tool","weight","zodiac","uc4"],unicode_output:"2696-fe0f"},2697:{name:"alembic",category:"objects",shortname:":alembic:",shortname_alternates:[],keywords:["chemistry","tool","uc4"],unicode_output:"2697-fe0f"},2699:{name:"gear",category:"objects",shortname:":gear:",shortname_alternates:[],keywords:["tool","uc4"],unicode_output:"2699-fe0f"},2702:{name:"scissors",category:"objects",shortname:":scissors:",shortname_alternates:[],keywords:["cutting","tool","uc1"],unicode_output:"2702-fe0f"},2705:{name:"check mark button",category:"symbols",shortname:":white_check_mark:",shortname_alternates:[],keywords:["check","mark","uc6"],unicode_output:"2705"},2708:{name:"airplane",category:"travel",shortname:":airplane:",shortname_alternates:[],keywords:["aeroplane","airplane","uc1"],unicode_output:"2708-fe0f"},2709:{name:"envelope",category:"objects",shortname:":envelope:",shortname_alternates:[],keywords:["email","letter","uc1"],unicode_output:"2709-fe0f"},2712:{name:"black nib",category:"objects",shortname:":black_nib:",shortname_alternates:[],keywords:["nib","pen","uc1"],unicode_output:"2712-fe0f"},2714:{name:"check mark",category:"symbols",shortname:":heavy_check_mark:",shortname_alternates:[],keywords:["check","mark","uc1"],unicode_output:"2714-fe0f"},2716:{name:"multiplication sign",category:"symbols",shortname:":heavy_multiplication_x:",shortname_alternates:[],keywords:["cancel","multiplication","multiply","x","uc1"],unicode_output:"2716-fe0f"},2721:{name:"star of David",category:"symbols",shortname:":star_of_david:",shortname_alternates:[],keywords:["David","Jew","Jewish","religion","star","uc1"],unicode_output:"2721-fe0f"},2728:{name:"sparkles",category:"nature",shortname:":sparkles:",shortname_alternates:[],keywords:["sparkle","star","uc6"],unicode_output:"2728"},2733:{name:"eight-spoked asterisk",category:"symbols",shortname:":eight_spoked_asterisk:",shortname_alternates:[],keywords:["asterisk","uc1"],unicode_output:"2733-fe0f"},2734:{name:"eight-pointed star",category:"symbols",shortname:":eight_pointed_black_star:",shortname_alternates:[],keywords:["star","uc1"],unicode_output:"2734-fe0f"},2744:{name:"snowflake",category:"nature",shortname:":snowflake:",shortname_alternates:[],keywords:["cold","snow","uc1"],unicode_output:"2744-fe0f"},2747:{name:"sparkle",category:"symbols",shortname:":sparkle:",shortname_alternates:[],keywords:["sparkle","uc1"],unicode_output:"2747-fe0f"},2753:{name:"question mark",category:"symbols",shortname:":question:",shortname_alternates:[],keywords:["mark","punctuation","question","uc6"],unicode_output:"2753"},2754:{name:"white question mark",category:"symbols",shortname:":grey_question:",shortname_alternates:[],keywords:["mark","outlined","punctuation","question","uc6"],unicode_output:"2754"},2755:{name:"white exclamation mark",category:"symbols",shortname:":grey_exclamation:",shortname_alternates:[],keywords:["exclamation","mark","outlined","punctuation","uc6"],unicode_output:"2755"},2757:{name:"exclamation mark",category:"symbols",shortname:":exclamation:",shortname_alternates:[],keywords:["exclamation","mark","punctuation","uc5"],unicode_output:"2757"},2763:{name:"heart exclamation",category:"symbols",shortname:":heart_exclamation:",shortname_alternates:[":heavy_heart_exclamation_mark_ornament:"],keywords:["exclamation","mark","punctuation","uc1"],unicode_output:"2763-fe0f"},2764:{name:"red heart",category:"symbols",shortname:":heart:",shortname_alternates:[],keywords:["heart","uc1"],unicode_output:"2764-fe0f"},2795:{name:"plus sign",category:"symbols",shortname:":heavy_plus_sign:",shortname_alternates:[],keywords:["math","plus","uc6"],unicode_output:"2795"},2796:{name:"minus sign",category:"symbols",shortname:":heavy_minus_sign:",shortname_alternates:[],keywords:["math","minus","uc6"],unicode_output:"2796"},2797:{name:"division sign",category:"symbols",shortname:":heavy_division_sign:",shortname_alternates:[],keywords:["division","math","uc6"],unicode_output:"2797"},2934:{name:"right arrow curving up",category:"symbols",shortname:":arrow_heading_up:",shortname_alternates:[],keywords:["arrow","uc3"],unicode_output:"2934-fe0f"},2935:{name:"right arrow curving down",category:"symbols",shortname:":arrow_heading_down:",shortname_alternates:[],keywords:["arrow","down","uc3"],unicode_output:"2935-fe0f"},3030:{name:"wavy dash",category:"symbols",shortname:":wavy_dash:",shortname_alternates:[],keywords:["dash","punctuation","wavy","uc1"],unicode_output:"3030-fe0f"},3297:{name:"Japanese “congratulations” button",category:"symbols",shortname:":congratulations:",shortname_alternates:[],keywords:["Japanese","ideograph","“congratulations”","祝","uc1"],unicode_output:"3297-fe0f"},3299:{name:"Japanese “secret” button",category:"symbols",shortname:":secret:",shortname_alternates:[],keywords:["Japanese","ideograph","“secret”","秘","uc1"],unicode_output:"3299-fe0f"},"1f600":{name:"grinning face",category:"people",shortname:":grinning:",shortname_alternates:[],keywords:["face","grin","uc6"],unicode_output:"1f600"},"1f603":{name:"grinning face with big eyes",category:"people",shortname:":smiley:",shortname_alternates:[],keywords:["face","mouth","open","smile","uc6"],unicode_output:"1f603"},"1f604":{name:"grinning face with smiling eyes",category:"people",shortname:":smile:",shortname_alternates:[],keywords:["eye","face","mouth","open","smile","uc6"],unicode_output:"1f604"},"1f601":{name:"beaming face with smiling eyes",category:"people",shortname:":grin:",shortname_alternates:[],keywords:["eye","face","grin","smile","uc6"],unicode_output:"1f601"},"1f606":{name:"grinning squinting face",category:"people",shortname:":laughing:",shortname_alternates:[":satisfied:"],keywords:["face","laugh","mouth","open","satisfied","smile","uc6"],unicode_output:"1f606"},"1f605":{name:"grinning face with sweat",category:"people",shortname:":sweat_smile:",shortname_alternates:[],keywords:["cold","face","open","smile","sweat","uc6"],unicode_output:"1f605"},"1f602":{name:"face with tears of joy",category:"people",shortname:":joy:",shortname_alternates:[],keywords:["face","joy","laugh","tear","uc6"],unicode_output:"1f602"},"1f923":{name:"rolling on the floor laughing",category:"people",shortname:":rofl:",shortname_alternates:[":rolling_on_the_floor_laughing:"],keywords:["face","floor","laugh","rolling","uc9"],unicode_output:"1f923"},"263a":{name:"smiling face",category:"people",shortname:":relaxed:",shortname_alternates:[],keywords:["face","outlined","relaxed","smile","uc1"],unicode_output:"263a-fe0f"},"1f60a":{name:"smiling face with smiling eyes",category:"people",shortname:":blush:",shortname_alternates:[],keywords:["blush","eye","face","smile","uc6"],unicode_output:"1f60a"},"1f607":{name:"smiling face with halo",category:"people",shortname:":innocent:",shortname_alternates:[],keywords:["angel","face","fairy tale","fantasy","halo","innocent","smile","uc6"],unicode_output:"1f607"},"1f642":{name:"slightly smiling face",category:"people",shortname:":slight_smile:",shortname_alternates:[":slightly_smiling_face:"],keywords:["face","smile","uc7"],unicode_output:"1f642"},"1f643":{name:"upside-down face",category:"people",shortname:":upside_down:",shortname_alternates:[":upside_down_face:"],keywords:["face","upside-down","uc8"],unicode_output:"1f643"},"1f609":{name:"winking face",category:"people",shortname:":wink:",shortname_alternates:[],keywords:["face","wink","uc6"],unicode_output:"1f609"},"1f60c":{name:"relieved face",category:"people",shortname:":relieved:",shortname_alternates:[],keywords:["face","relieved","uc6"],unicode_output:"1f60c"},"1f972":{name:"smiling face with tear",category:"people",shortname:":smiling_face_with_tear:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f972"},"1f60d":{name:"smiling face with heart-eyes",category:"people",shortname:":heart_eyes:",shortname_alternates:[],keywords:["eye","face","love","smile","uc6"],unicode_output:"1f60d"},"1f970":{name:"smiling face with hearts",category:"people",shortname:":smiling_face_with_3_hearts:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f970"},"1f618":{name:"face blowing a kiss",category:"people",shortname:":kissing_heart:",shortname_alternates:[],keywords:["face","kiss","uc6"],unicode_output:"1f618"},"1f617":{name:"kissing face",category:"people",shortname:":kissing:",shortname_alternates:[],keywords:["face","kiss","uc6"],unicode_output:"1f617"},"1f619":{name:"kissing face with smiling eyes",category:"people",shortname:":kissing_smiling_eyes:",shortname_alternates:[],keywords:["eye","face","kiss","smile","uc6"],unicode_output:"1f619"},"1f61a":{name:"kissing face with closed eyes",category:"people",shortname:":kissing_closed_eyes:",shortname_alternates:[],keywords:["closed","eye","face","kiss","uc6"],unicode_output:"1f61a"},"1f60b":{name:"face savoring food",category:"people",shortname:":yum:",shortname_alternates:[],keywords:["delicious","face","savouring","smile","um","yum","uc6"],unicode_output:"1f60b"},"1f61b":{name:"face with tongue",category:"people",shortname:":stuck_out_tongue:",shortname_alternates:[],keywords:["face","tongue","uc6"],unicode_output:"1f61b"},"1f61d":{name:"squinting face with tongue",category:"people",shortname:":stuck_out_tongue_closed_eyes:",shortname_alternates:[],keywords:["eye","face","horrible","taste","tongue","uc6"],unicode_output:"1f61d"},"1f61c":{name:"winking face with tongue",category:"people",shortname:":stuck_out_tongue_winking_eye:",shortname_alternates:[],keywords:["eye","face","joke","tongue","wink","uc6"],unicode_output:"1f61c"},"1f92a":{name:"zany face",category:"people",shortname:":zany_face:",shortname_alternates:[],keywords:["eye","large","small","uc10"],unicode_output:"1f92a"},"1f928":{name:"face with raised eyebrow",category:"people",shortname:":face_with_raised_eyebrow:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f928"},"1f9d0":{name:"face with monocle",category:"people",shortname:":face_with_monocle:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9d0"},"1f913":{name:"nerd face",category:"people",shortname:":nerd:",shortname_alternates:[":nerd_face:"],keywords:["face","geek","nerd","uc8"],unicode_output:"1f913"},"1f60e":{name:"smiling face with sunglasses",category:"people",shortname:":sunglasses:",shortname_alternates:[],keywords:["bright","cool","eye","eyewear","face","glasses","smile","sun","sunglasses","uc6"],unicode_output:"1f60e"},"1f929":{name:"star-struck",category:"people",shortname:":star_struck:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f929"},"1f973":{name:"partying face",category:"people",shortname:":partying_face:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f973"},"1f60f":{name:"smirking face",category:"people",shortname:":smirk:",shortname_alternates:[],keywords:["face","smirk","uc6"],unicode_output:"1f60f"},"1f612":{name:"unamused face",category:"people",shortname:":unamused:",shortname_alternates:[],keywords:["face","unamused","unhappy","uc6"],unicode_output:"1f612"},"1f61e":{name:"disappointed face",category:"people",shortname:":disappointed:",shortname_alternates:[],keywords:["disappointed","face","uc6"],unicode_output:"1f61e"},"1f614":{name:"pensive face",category:"people",shortname:":pensive:",shortname_alternates:[],keywords:["dejected","face","pensive","uc6"],unicode_output:"1f614"},"1f61f":{name:"worried face",category:"people",shortname:":worried:",shortname_alternates:[],keywords:["face","worried","uc6"],unicode_output:"1f61f"},"1f615":{name:"confused face",category:"people",shortname:":confused:",shortname_alternates:[],keywords:["confused","face","uc6"],unicode_output:"1f615"},"1f641":{name:"slightly frowning face",category:"people",shortname:":slight_frown:",shortname_alternates:[":slightly_frowning_face:"],keywords:["face","frown","uc7"],unicode_output:"1f641"},"1f623":{name:"persevering face",category:"people",shortname:":persevere:",shortname_alternates:[],keywords:["face","persevere","uc6"],unicode_output:"1f623"},"1f616":{name:"confounded face",category:"people",shortname:":confounded:",shortname_alternates:[],keywords:["confounded","face","uc6"],unicode_output:"1f616"},"1f62b":{name:"tired face",category:"people",shortname:":tired_face:",shortname_alternates:[],keywords:["face","tired","uc6"],unicode_output:"1f62b"},"1f629":{name:"weary face",category:"people",shortname:":weary:",shortname_alternates:[],keywords:["face","tired","weary","uc6"],unicode_output:"1f629"},"1f97a":{name:"pleading face",category:"people",shortname:":pleading_face:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f97a"},"1f622":{name:"crying face",category:"people",shortname:":cry:",shortname_alternates:[],keywords:["cry","face","sad","tear","uc6"],unicode_output:"1f622"},"1f62d":{name:"loudly crying face",category:"people",shortname:":sob:",shortname_alternates:[],keywords:["cry","face","sad","sob","tear","uc6"],unicode_output:"1f62d"},"1f624":{name:"face with steam from nose",category:"people",shortname:":triumph:",shortname_alternates:[],keywords:["face","triumph","won","uc6"],unicode_output:"1f624"},"1f62e-1f4a8":{name:"face exhaling",category:"people",shortname:":face_exhaling:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f62e-200d-1f4a8"},"1f620":{name:"angry face",category:"people",shortname:":angry:",shortname_alternates:[],keywords:["angry","face","mad","uc6"],unicode_output:"1f620"},"1f621":{name:"pouting face",category:"people",shortname:":rage:",shortname_alternates:[],keywords:["angry","face","mad","pouting","rage","red","uc6"],unicode_output:"1f621"},"1f92c":{name:"face with symbols on mouth",category:"people",shortname:":face_with_symbols_over_mouth:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f92c"},"1f92f":{name:"exploding head",category:"people",shortname:":exploding_head:",shortname_alternates:[],keywords:["shocked","uc10"],unicode_output:"1f92f"},"1f633":{name:"flushed face",category:"people",shortname:":flushed:",shortname_alternates:[],keywords:["dazed","face","flushed","uc6"],unicode_output:"1f633"},"1f636-1f32b":{name:"face in clouds",category:"people",shortname:":face_in_clouds:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f636-200d-1f32b-fe0f"},"1f975":{name:"hot face",category:"people",shortname:":hot_face:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f975"},"1f976":{name:"cold face",category:"people",shortname:":cold_face:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f976"},"1f631":{name:"face screaming in fear",category:"people",shortname:":scream:",shortname_alternates:[],keywords:["face","fear","fearful","munch","scared","scream","uc6"],unicode_output:"1f631"},"1f628":{name:"fearful face",category:"people",shortname:":fearful:",shortname_alternates:[],keywords:["face","fear","fearful","scared","uc6"],unicode_output:"1f628"},"1f630":{name:"anxious face with sweat",category:"people",shortname:":cold_sweat:",shortname_alternates:[],keywords:["blue","cold","face","mouth","open","rushed","sweat","uc6"],unicode_output:"1f630"},"1f625":{name:"sad but relieved face",category:"people",shortname:":disappointed_relieved:",shortname_alternates:[],keywords:["disappointed","face","relieved","whew","uc6"],unicode_output:"1f625"},"1f613":{name:"downcast face with sweat",category:"people",shortname:":sweat:",shortname_alternates:[],keywords:["cold","face","sweat","uc6"],unicode_output:"1f613"},"1f917":{name:"hugging face",category:"people",shortname:":hugging:",shortname_alternates:[":hugging_face:"],keywords:["face","hug","hugging","uc8"],unicode_output:"1f917"},"1f914":{name:"thinking face",category:"people",shortname:":thinking:",shortname_alternates:[":thinking_face:"],keywords:["face","thinking","uc8"],unicode_output:"1f914"},"1f92d":{name:"face with hand over mouth",category:"people",shortname:":face_with_hand_over_mouth:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f92d"},"1f971":{name:"yawning face",category:"people",shortname:":yawning_face:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f971"},"1f92b":{name:"shushing face",category:"people",shortname:":shushing_face:",shortname_alternates:[],keywords:["quiet","shush","uc10"],unicode_output:"1f92b"},"1f925":{name:"lying face",category:"people",shortname:":lying_face:",shortname_alternates:[":liar:"],keywords:["face","lie","pinocchio","uc9"],unicode_output:"1f925"},"1f636":{name:"face without mouth",category:"people",shortname:":no_mouth:",shortname_alternates:[],keywords:["face","mouth","quiet","silent","uc6"],unicode_output:"1f636"},"1f610":{name:"neutral face",category:"people",shortname:":neutral_face:",shortname_alternates:[],keywords:["deadpan","face","neutral","uc6"],unicode_output:"1f610"},"1f611":{name:"expressionless face",category:"people",shortname:":expressionless:",shortname_alternates:[],keywords:["expressionless","face","inexpressive","unexpressive","uc6"],unicode_output:"1f611"},"1f62c":{name:"grimacing face",category:"people",shortname:":grimacing:",shortname_alternates:[],keywords:["face","grimace","uc6"],unicode_output:"1f62c"},"1f644":{name:"face with rolling eyes",category:"people",shortname:":rolling_eyes:",shortname_alternates:[":face_with_rolling_eyes:"],keywords:["eyes","face","rolling","uc8"],unicode_output:"1f644"},"1f62f":{name:"hushed face",category:"people",shortname:":hushed:",shortname_alternates:[],keywords:["face","hushed","stunned","surprised","uc6"],unicode_output:"1f62f"},"1f626":{name:"frowning face with open mouth",category:"people",shortname:":frowning:",shortname_alternates:[],keywords:["face","frown","mouth","open","uc6"],unicode_output:"1f626"},"1f627":{name:"anguished face",category:"people",shortname:":anguished:",shortname_alternates:[],keywords:["anguished","face","uc6"],unicode_output:"1f627"},"1f62e":{name:"face with open mouth",category:"people",shortname:":open_mouth:",shortname_alternates:[],keywords:["face","mouth","open","sympathy","uc6"],unicode_output:"1f62e"},"1f632":{name:"astonished face",category:"people",shortname:":astonished:",shortname_alternates:[],keywords:["astonished","face","shocked","totally","uc6"],unicode_output:"1f632"},"1f634":{name:"sleeping face",category:"people",shortname:":sleeping:",shortname_alternates:[],keywords:["face","sleep","zzz","uc6"],unicode_output:"1f634"},"1f924":{name:"drooling face",category:"people",shortname:":drooling_face:",shortname_alternates:[":drool:"],keywords:["drooling","face","uc9"],unicode_output:"1f924"},"1f62a":{name:"sleepy face",category:"people",shortname:":sleepy:",shortname_alternates:[],keywords:["face","sleep","uc6"],unicode_output:"1f62a"},"1f635":{name:"dizzy face",category:"people",shortname:":dizzy_face:",shortname_alternates:[],keywords:["dizzy","face","uc6"],unicode_output:"1f635"},"1f635-1f4ab":{name:"face with spiral eyes",category:"people",shortname:":face_with_spiral_eyes:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f635-200d-1f4ab"},"1f910":{name:"zipper-mouth face",category:"people",shortname:":zipper_mouth:",shortname_alternates:[":zipper_mouth_face:"],keywords:["face","mouth","zipper","uc8"],unicode_output:"1f910"},"1f974":{name:"woozy face",category:"people",shortname:":woozy_face:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f974"},"1f922":{name:"nauseated face",category:"people",shortname:":nauseated_face:",shortname_alternates:[":sick:"],keywords:["face","nauseated","vomit","uc9"],unicode_output:"1f922"},"1f92e":{name:"face vomiting",category:"people",shortname:":face_vomiting:",shortname_alternates:[],keywords:["sick","vomit","uc10"],unicode_output:"1f92e"},"1f927":{name:"sneezing face",category:"people",shortname:":sneezing_face:",shortname_alternates:[":sneeze:"],keywords:["face","gesundheit","sneeze","uc9"],unicode_output:"1f927"},"1f637":{name:"face with medical mask",category:"people",shortname:":mask:",shortname_alternates:[],keywords:["cold","doctor","face","mask","medicine","sick","uc6"],unicode_output:"1f637"},"1f912":{name:"face with thermometer",category:"people",shortname:":thermometer_face:",shortname_alternates:[":face_with_thermometer:"],keywords:["face","ill","sick","thermometer","uc8"],unicode_output:"1f912"},"1f915":{name:"face with head-bandage",category:"people",shortname:":head_bandage:",shortname_alternates:[":face_with_head_bandage:"],keywords:["bandage","face","hurt","injury","uc8"],unicode_output:"1f915"},"1f911":{name:"money-mouth face",category:"people",shortname:":money_mouth:",shortname_alternates:[":money_mouth_face:"],keywords:["face","money","mouth","uc8"],unicode_output:"1f911"},"1f920":{name:"cowboy hat face",category:"people",shortname:":cowboy:",shortname_alternates:[":face_with_cowboy_hat:"],keywords:["cowboy","cowgirl","face","hat","uc9"],unicode_output:"1f920"},"1f978":{name:"disguised face",category:"people",shortname:":disguised_face:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f978"},"1f608":{name:"smiling face with horns",category:"people",shortname:":smiling_imp:",shortname_alternates:[],keywords:["face","fairy tale","fantasy","horns","smile","uc6"],unicode_output:"1f608"},"1f47f":{name:"angry face with horns",category:"people",shortname:":imp:",shortname_alternates:[],keywords:["demon","devil","face","fairy tale","fantasy","imp","uc6"],unicode_output:"1f47f"},"1f479":{name:"ogre",category:"people",shortname:":japanese_ogre:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f479"},"1f47a":{name:"goblin",category:"people",shortname:":japanese_goblin:",shortname_alternates:[],keywords:["creature","face","fairy tale","fantasy","monster","uc6"],unicode_output:"1f47a"},"1f921":{name:"clown face",category:"people",shortname:":clown:",shortname_alternates:[":clown_face:"],keywords:["clown","face","uc9"],unicode_output:"1f921"},"1f4a9":{name:"pile of poo",category:"people",shortname:":poop:",shortname_alternates:[":shit:",":hankey:",":poo:"],keywords:["comic","dung","face","monster","poo","poop","uc6"],unicode_output:"1f4a9"},"1f47b":{name:"ghost",category:"people",shortname:":ghost:",shortname_alternates:[],keywords:["creature","face","fairy tale","fantasy","monster","uc6"],unicode_output:"1f47b"},"1f480":{name:"skull",category:"people",shortname:":skull:",shortname_alternates:[":skeleton:"],keywords:["death","face","fairy tale","monster","uc6"],unicode_output:"1f480"},"1f47d":{name:"alien",category:"people",shortname:":alien:",shortname_alternates:[],keywords:["creature","extraterrestrial","face","fairy tale","fantasy","monster","ufo","uc6"],unicode_output:"1f47d"},"1f47e":{name:"alien monster",category:"people",shortname:":space_invader:",shortname_alternates:[],keywords:["alien","creature","extraterrestrial","face","fairy tale","fantasy","monster","ufo","uc6"],unicode_output:"1f47e"},"1f916":{name:"robot",category:"people",shortname:":robot:",shortname_alternates:[":robot_face:"],keywords:["face","monster","robot","uc8"],unicode_output:"1f916"},"1f383":{name:"jack-o-lantern",category:"people",shortname:":jack_o_lantern:",shortname_alternates:[],keywords:["celebration","halloween","jack","lantern","uc6"],unicode_output:"1f383"},"1f63a":{name:"grinning cat",category:"people",shortname:":smiley_cat:",shortname_alternates:[],keywords:["cat","face","mouth","open","smile","uc6"],unicode_output:"1f63a"},"1f638":{name:"grinning cat with smiling eyes",category:"people",shortname:":smile_cat:",shortname_alternates:[],keywords:["cat","eye","face","grin","smile","uc6"],unicode_output:"1f638"},"1f639":{name:"cat with tears of joy",category:"people",shortname:":joy_cat:",shortname_alternates:[],keywords:["cat","face","joy","tear","uc6"],unicode_output:"1f639"},"1f63b":{name:"smiling cat with heart-eyes",category:"people",shortname:":heart_eyes_cat:",shortname_alternates:[],keywords:["cat","eye","face","love","smile","uc6"],unicode_output:"1f63b"},"1f63c":{name:"cat with wry smile",category:"people",shortname:":smirk_cat:",shortname_alternates:[],keywords:["cat","face","ironic","smile","wry","uc6"],unicode_output:"1f63c"},"1f63d":{name:"kissing cat",category:"people",shortname:":kissing_cat:",shortname_alternates:[],keywords:["cat","eye","face","kiss","uc6"],unicode_output:"1f63d"},"1f640":{name:"weary cat",category:"people",shortname:":scream_cat:",shortname_alternates:[],keywords:["cat","face","oh","surprised","weary","uc6"],unicode_output:"1f640"},"1f63f":{name:"crying cat",category:"people",shortname:":crying_cat_face:",shortname_alternates:[],keywords:["cat","cry","face","sad","tear","uc6"],unicode_output:"1f63f"},"1f63e":{name:"pouting cat",category:"people",shortname:":pouting_cat:",shortname_alternates:[],keywords:["cat","face","pouting","uc6"],unicode_output:"1f63e"},"1f932":{name:"palms up together",category:"people",shortname:":palms_up_together:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f932"},"1f932-1f3fb":{name:"palms up together: light skin tone",category:"people",shortname:":palms_up_together_tone1:",shortname_alternates:[":palms_up_together_light_skin_tone:"],keywords:["light skin tone","prayer","uc10"],unicode_output:"1f932-1f3fb"},"1f932-1f3fc":{name:"palms up together: medium-light skin tone",category:"people",shortname:":palms_up_together_tone2:",shortname_alternates:[":palms_up_together_medium_light_skin_tone:"],keywords:["medium-light skin tone","prayer","uc10"],unicode_output:"1f932-1f3fc"},"1f932-1f3fd":{name:"palms up together: medium skin tone",category:"people",shortname:":palms_up_together_tone3:",shortname_alternates:[":palms_up_together_medium_skin_tone:"],keywords:["medium skin tone","prayer","uc10"],unicode_output:"1f932-1f3fd"},"1f932-1f3fe":{name:"palms up together: medium-dark skin tone",category:"people",shortname:":palms_up_together_tone4:",shortname_alternates:[":palms_up_together_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","prayer","uc10"],unicode_output:"1f932-1f3fe"},"1f932-1f3ff":{name:"palms up together: dark skin tone",category:"people",shortname:":palms_up_together_tone5:",shortname_alternates:[":palms_up_together_dark_skin_tone:"],keywords:["dark skin tone","prayer","uc10"],unicode_output:"1f932-1f3ff"},"1f450":{name:"open hands",category:"people",shortname:":open_hands:",shortname_alternates:[],keywords:["hand","open","uc6"],unicode_output:"1f450"},"1f450-1f3fb":{name:"open hands: light skin tone",category:"people",shortname:":open_hands_tone1:",shortname_alternates:[],keywords:["hand","light skin tone","open","uc8"],unicode_output:"1f450-1f3fb"},"1f450-1f3fc":{name:"open hands: medium-light skin tone",category:"people",shortname:":open_hands_tone2:",shortname_alternates:[],keywords:["hand","medium-light skin tone","open","uc8"],unicode_output:"1f450-1f3fc"},"1f450-1f3fd":{name:"open hands: medium skin tone",category:"people",shortname:":open_hands_tone3:",shortname_alternates:[],keywords:["hand","medium skin tone","open","uc8"],unicode_output:"1f450-1f3fd"},"1f450-1f3fe":{name:"open hands: medium-dark skin tone",category:"people",shortname:":open_hands_tone4:",shortname_alternates:[],keywords:["hand","medium-dark skin tone","open","uc8"],unicode_output:"1f450-1f3fe"},"1f450-1f3ff":{name:"open hands: dark skin tone",category:"people",shortname:":open_hands_tone5:",shortname_alternates:[],keywords:["dark skin tone","hand","open","uc8"],unicode_output:"1f450-1f3ff"},"1f64c":{name:"raising hands",category:"people",shortname:":raised_hands:",shortname_alternates:[],keywords:["celebration","gesture","hand","hooray","raised","uc6"],unicode_output:"1f64c"},"1f64c-1f3fb":{name:"raising hands: light skin tone",category:"people",shortname:":raised_hands_tone1:",shortname_alternates:[],keywords:["celebration","gesture","hand","hooray","light skin tone","raised","uc8"],unicode_output:"1f64c-1f3fb"},"1f64c-1f3fc":{name:"raising hands: medium-light skin tone",category:"people",shortname:":raised_hands_tone2:",shortname_alternates:[],keywords:["celebration","gesture","hand","hooray","medium-light skin tone","raised","uc8"],unicode_output:"1f64c-1f3fc"},"1f64c-1f3fd":{name:"raising hands: medium skin tone",category:"people",shortname:":raised_hands_tone3:",shortname_alternates:[],keywords:["celebration","gesture","hand","hooray","medium skin tone","raised","uc8"],unicode_output:"1f64c-1f3fd"},"1f64c-1f3fe":{name:"raising hands: medium-dark skin tone",category:"people",shortname:":raised_hands_tone4:",shortname_alternates:[],keywords:["celebration","gesture","hand","hooray","medium-dark skin tone","raised","uc8"],unicode_output:"1f64c-1f3fe"},"1f64c-1f3ff":{name:"raising hands: dark skin tone",category:"people",shortname:":raised_hands_tone5:",shortname_alternates:[],keywords:["celebration","dark skin tone","gesture","hand","hooray","raised","uc8"],unicode_output:"1f64c-1f3ff"},"1f44f":{name:"clapping hands",category:"people",shortname:":clap:",shortname_alternates:[],keywords:["clap","hand","uc6"],unicode_output:"1f44f"},"1f44f-1f3fb":{name:"clapping hands: light skin tone",category:"people",shortname:":clap_tone1:",shortname_alternates:[],keywords:["clap","hand","light skin tone","uc8"],unicode_output:"1f44f-1f3fb"},"1f44f-1f3fc":{name:"clapping hands: medium-light skin tone",category:"people",shortname:":clap_tone2:",shortname_alternates:[],keywords:["clap","hand","medium-light skin tone","uc8"],unicode_output:"1f44f-1f3fc"},"1f44f-1f3fd":{name:"clapping hands: medium skin tone",category:"people",shortname:":clap_tone3:",shortname_alternates:[],keywords:["clap","hand","medium skin tone","uc8"],unicode_output:"1f44f-1f3fd"},"1f44f-1f3fe":{name:"clapping hands: medium-dark skin tone",category:"people",shortname:":clap_tone4:",shortname_alternates:[],keywords:["clap","hand","medium-dark skin tone","uc8"],unicode_output:"1f44f-1f3fe"},"1f44f-1f3ff":{name:"clapping hands: dark skin tone",category:"people",shortname:":clap_tone5:",shortname_alternates:[],keywords:["clap","dark skin tone","hand","uc8"],unicode_output:"1f44f-1f3ff"},"1f91d":{name:"handshake",category:"people",shortname:":handshake:",shortname_alternates:[":shaking_hands:"],keywords:["agreement","hand","handshake","meeting","shake","uc9"],unicode_output:"1f91d"},"1f44d":{name:"thumbs up",category:"people",shortname:":thumbsup:",shortname_alternates:[":+1:",":thumbup:"],keywords:["+1","hand","thumb","up","uc6"],unicode_output:"1f44d"},"1f44d-1f3fb":{name:"thumbs up: light skin tone",category:"people",shortname:":thumbsup_tone1:",shortname_alternates:[":+1_tone1:",":thumbup_tone1:"],keywords:["+1","hand","light skin tone","thumb","up","uc8"],unicode_output:"1f44d-1f3fb"},"1f44d-1f3fc":{name:"thumbs up: medium-light skin tone",category:"people",shortname:":thumbsup_tone2:",shortname_alternates:[":+1_tone2:",":thumbup_tone2:"],keywords:["+1","hand","medium-light skin tone","thumb","up","uc8"],unicode_output:"1f44d-1f3fc"},"1f44d-1f3fd":{name:"thumbs up: medium skin tone",category:"people",shortname:":thumbsup_tone3:",shortname_alternates:[":+1_tone3:",":thumbup_tone3:"],keywords:["+1","hand","medium skin tone","thumb","up","uc8"],unicode_output:"1f44d-1f3fd"},"1f44d-1f3fe":{name:"thumbs up: medium-dark skin tone",category:"people",shortname:":thumbsup_tone4:",shortname_alternates:[":+1_tone4:",":thumbup_tone4:"],keywords:["+1","hand","medium-dark skin tone","thumb","up","uc8"],unicode_output:"1f44d-1f3fe"},"1f44d-1f3ff":{name:"thumbs up: dark skin tone",category:"people",shortname:":thumbsup_tone5:",shortname_alternates:[":+1_tone5:",":thumbup_tone5:"],keywords:["+1","dark skin tone","hand","thumb","up","uc8"],unicode_output:"1f44d-1f3ff"},"1f44e":{name:"thumbs down",category:"people",shortname:":thumbsdown:",shortname_alternates:[":-1:",":thumbdown:"],keywords:["-1","down","hand","thumb","uc6"],unicode_output:"1f44e"},"1f44e-1f3fb":{name:"thumbs down: light skin tone",category:"people",shortname:":thumbsdown_tone1:",shortname_alternates:[":-1_tone1:",":thumbdown_tone1:"],keywords:["-1","down","hand","light skin tone","thumb","uc8"],unicode_output:"1f44e-1f3fb"},"1f44e-1f3fc":{name:"thumbs down: medium-light skin tone",category:"people",shortname:":thumbsdown_tone2:",shortname_alternates:[":-1_tone2:",":thumbdown_tone2:"],keywords:["-1","down","hand","medium-light skin tone","thumb","uc8"],unicode_output:"1f44e-1f3fc"},"1f44e-1f3fd":{name:"thumbs down: medium skin tone",category:"people",shortname:":thumbsdown_tone3:",shortname_alternates:[":-1_tone3:",":thumbdown_tone3:"],keywords:["-1","down","hand","medium skin tone","thumb","uc8"],unicode_output:"1f44e-1f3fd"},"1f44e-1f3fe":{name:"thumbs down: medium-dark skin tone",category:"people",shortname:":thumbsdown_tone4:",shortname_alternates:[":-1_tone4:",":thumbdown_tone4:"],keywords:["-1","down","hand","medium-dark skin tone","thumb","uc8"],unicode_output:"1f44e-1f3fe"},"1f44e-1f3ff":{name:"thumbs down: dark skin tone",category:"people",shortname:":thumbsdown_tone5:",shortname_alternates:[":-1_tone5:",":thumbdown_tone5:"],keywords:["-1","dark skin tone","down","hand","thumb","uc8"],unicode_output:"1f44e-1f3ff"},"1f44a":{name:"oncoming fist",category:"people",shortname:":punch:",shortname_alternates:[],keywords:["clenched","fist","hand","punch","uc6"],unicode_output:"1f44a"},"1f44a-1f3fb":{name:"oncoming fist: light skin tone",category:"people",shortname:":punch_tone1:",shortname_alternates:[],keywords:["clenched","fist","hand","light skin tone","punch","uc8"],unicode_output:"1f44a-1f3fb"},"1f44a-1f3fc":{name:"oncoming fist: medium-light skin tone",category:"people",shortname:":punch_tone2:",shortname_alternates:[],keywords:["clenched","fist","hand","medium-light skin tone","punch","uc8"],unicode_output:"1f44a-1f3fc"},"1f44a-1f3fd":{name:"oncoming fist: medium skin tone",category:"people",shortname:":punch_tone3:",shortname_alternates:[],keywords:["clenched","fist","hand","medium skin tone","punch","uc8"],unicode_output:"1f44a-1f3fd"},"1f44a-1f3fe":{name:"oncoming fist: medium-dark skin tone",category:"people",shortname:":punch_tone4:",shortname_alternates:[],keywords:["clenched","fist","hand","medium-dark skin tone","punch","uc8"],unicode_output:"1f44a-1f3fe"},"1f44a-1f3ff":{name:"oncoming fist: dark skin tone",category:"people",shortname:":punch_tone5:",shortname_alternates:[],keywords:["clenched","dark skin tone","fist","hand","punch","uc8"],unicode_output:"1f44a-1f3ff"},"270a":{name:"raised fist",category:"people",shortname:":fist:",shortname_alternates:[],keywords:["clenched","fist","hand","punch","uc6"],unicode_output:"270a"},"270a-1f3fb":{name:"raised fist: light skin tone",category:"people",shortname:":fist_tone1:",shortname_alternates:[],keywords:["clenched","fist","hand","light skin tone","punch","uc8"],unicode_output:"270a-1f3fb"},"270a-1f3fc":{name:"raised fist: medium-light skin tone",category:"people",shortname:":fist_tone2:",shortname_alternates:[],keywords:["clenched","fist","hand","medium-light skin tone","punch","uc8"],unicode_output:"270a-1f3fc"},"270a-1f3fd":{name:"raised fist: medium skin tone",category:"people",shortname:":fist_tone3:",shortname_alternates:[],keywords:["clenched","fist","hand","medium skin tone","punch","uc8"],unicode_output:"270a-1f3fd"},"270a-1f3fe":{name:"raised fist: medium-dark skin tone",category:"people",shortname:":fist_tone4:",shortname_alternates:[],keywords:["clenched","fist","hand","medium-dark skin tone","punch","uc8"],unicode_output:"270a-1f3fe"},"270a-1f3ff":{name:"raised fist: dark skin tone",category:"people",shortname:":fist_tone5:",shortname_alternates:[],keywords:["clenched","dark skin tone","fist","hand","punch","uc8"],unicode_output:"270a-1f3ff"},"1f91b":{name:"left-facing fist",category:"people",shortname:":left_facing_fist:",shortname_alternates:[":left_fist:"],keywords:["fist","leftwards","uc9"],unicode_output:"1f91b"},"1f91b-1f3fb":{name:"left-facing fist: light skin tone",category:"people",shortname:":left_facing_fist_tone1:",shortname_alternates:[":left_fist_tone1:"],keywords:["fist","leftwards","light skin tone","uc9"],unicode_output:"1f91b-1f3fb"},"1f91b-1f3fc":{name:"left-facing fist: medium-light skin tone",category:"people",shortname:":left_facing_fist_tone2:",shortname_alternates:[":left_fist_tone2:"],keywords:["fist","leftwards","medium-light skin tone","uc9"],unicode_output:"1f91b-1f3fc"},"1f91b-1f3fd":{name:"left-facing fist: medium skin tone",category:"people",shortname:":left_facing_fist_tone3:",shortname_alternates:[":left_fist_tone3:"],keywords:["fist","leftwards","medium skin tone","uc9"],unicode_output:"1f91b-1f3fd"},"1f91b-1f3fe":{name:"left-facing fist: medium-dark skin tone",category:"people",shortname:":left_facing_fist_tone4:",shortname_alternates:[":left_fist_tone4:"],keywords:["fist","leftwards","medium-dark skin tone","uc9"],unicode_output:"1f91b-1f3fe"},"1f91b-1f3ff":{name:"left-facing fist: dark skin tone",category:"people",shortname:":left_facing_fist_tone5:",shortname_alternates:[":left_fist_tone5:"],keywords:["dark skin tone","fist","leftwards","uc9"],unicode_output:"1f91b-1f3ff"},"1f91c":{name:"right-facing fist",category:"people",shortname:":right_facing_fist:",shortname_alternates:[":right_fist:"],keywords:["fist","rightwards","uc9"],unicode_output:"1f91c"},"1f91c-1f3fb":{name:"right-facing fist: light skin tone",category:"people",shortname:":right_facing_fist_tone1:",shortname_alternates:[":right_fist_tone1:"],keywords:["fist","light skin tone","rightwards","uc9"],unicode_output:"1f91c-1f3fb"},"1f91c-1f3fc":{name:"right-facing fist: medium-light skin tone",category:"people",shortname:":right_facing_fist_tone2:",shortname_alternates:[":right_fist_tone2:"],keywords:["fist","medium-light skin tone","rightwards","uc9"],unicode_output:"1f91c-1f3fc"},"1f91c-1f3fd":{name:"right-facing fist: medium skin tone",category:"people",shortname:":right_facing_fist_tone3:",shortname_alternates:[":right_fist_tone3:"],keywords:["fist","medium skin tone","rightwards","uc9"],unicode_output:"1f91c-1f3fd"},"1f91c-1f3fe":{name:"right-facing fist: medium-dark skin tone",category:"people",shortname:":right_facing_fist_tone4:",shortname_alternates:[":right_fist_tone4:"],keywords:["fist","medium-dark skin tone","rightwards","uc9"],unicode_output:"1f91c-1f3fe"},"1f91c-1f3ff":{name:"right-facing fist: dark skin tone",category:"people",shortname:":right_facing_fist_tone5:",shortname_alternates:[":right_fist_tone5:"],keywords:["dark skin tone","fist","rightwards","uc9"],unicode_output:"1f91c-1f3ff"},"1f91e":{name:"crossed fingers",category:"people",shortname:":fingers_crossed:",shortname_alternates:[":hand_with_index_and_middle_finger_crossed:"],keywords:["cross","finger","hand","luck","uc9"],unicode_output:"1f91e"},"1f91e-1f3fb":{name:"crossed fingers: light skin tone",category:"people",shortname:":fingers_crossed_tone1:",shortname_alternates:[":hand_with_index_and_middle_fingers_crossed_tone1:"],keywords:["cross","finger","hand","light skin tone","luck","uc9"],unicode_output:"1f91e-1f3fb"},"1f91e-1f3fc":{name:"crossed fingers: medium-light skin tone",category:"people",shortname:":fingers_crossed_tone2:",shortname_alternates:[":hand_with_index_and_middle_fingers_crossed_tone2:"],keywords:["cross","finger","hand","luck","medium-light skin tone","uc9"],unicode_output:"1f91e-1f3fc"},"1f91e-1f3fd":{name:"crossed fingers: medium skin tone",category:"people",shortname:":fingers_crossed_tone3:",shortname_alternates:[":hand_with_index_and_middle_fingers_crossed_tone3:"],keywords:["cross","finger","hand","luck","medium skin tone","uc9"],unicode_output:"1f91e-1f3fd"},"1f91e-1f3fe":{name:"crossed fingers: medium-dark skin tone",category:"people",shortname:":fingers_crossed_tone4:",shortname_alternates:[":hand_with_index_and_middle_fingers_crossed_tone4:"],keywords:["cross","finger","hand","luck","medium-dark skin tone","uc9"],unicode_output:"1f91e-1f3fe"},"1f91e-1f3ff":{name:"crossed fingers: dark skin tone",category:"people",shortname:":fingers_crossed_tone5:",shortname_alternates:[":hand_with_index_and_middle_fingers_crossed_tone5:"],keywords:["cross","dark skin tone","finger","hand","luck","uc9"],unicode_output:"1f91e-1f3ff"},"270c":{name:"victory hand",category:"people",shortname:":v:",shortname_alternates:[],keywords:["hand","v","victory","uc1"],unicode_output:"270c-fe0f"},"270c-1f3fb":{name:"victory hand: light skin tone",category:"people",shortname:":v_tone1:",shortname_alternates:[],keywords:["hand","light skin tone","v","victory","uc8"],unicode_output:"270c-1f3fb"},"270c-1f3fc":{name:"victory hand: medium-light skin tone",category:"people",shortname:":v_tone2:",shortname_alternates:[],keywords:["hand","medium-light skin tone","v","victory","uc8"],unicode_output:"270c-1f3fc"},"270c-1f3fd":{name:"victory hand: medium skin tone",category:"people",shortname:":v_tone3:",shortname_alternates:[],keywords:["hand","medium skin tone","v","victory","uc8"],unicode_output:"270c-1f3fd"},"270c-1f3fe":{name:"victory hand: medium-dark skin tone",category:"people",shortname:":v_tone4:",shortname_alternates:[],keywords:["hand","medium-dark skin tone","v","victory","uc8"],unicode_output:"270c-1f3fe"},"270c-1f3ff":{name:"victory hand: dark skin tone",category:"people",shortname:":v_tone5:",shortname_alternates:[],keywords:["dark skin tone","hand","v","victory","uc8"],unicode_output:"270c-1f3ff"},"1f91f":{name:"love-you gesture",category:"people",shortname:":love_you_gesture:",shortname_alternates:[],keywords:["ILY","hand","uc10"],unicode_output:"1f91f"},"1f91f-1f3fb":{name:"love-you gesture: light skin tone",category:"people",shortname:":love_you_gesture_tone1:",shortname_alternates:[":love_you_gesture_light_skin_tone:"],keywords:["ILY","hand","light skin tone","uc10"],unicode_output:"1f91f-1f3fb"},"1f91f-1f3fc":{name:"love-you gesture: medium-light skin tone",category:"people",shortname:":love_you_gesture_tone2:",shortname_alternates:[":love_you_gesture_medium_light_skin_tone:"],keywords:["ILY","hand","medium-light skin tone","uc10"],unicode_output:"1f91f-1f3fc"},"1f91f-1f3fd":{name:"love-you gesture: medium skin tone",category:"people",shortname:":love_you_gesture_tone3:",shortname_alternates:[":love_you_gesture_medium_skin_tone:"],keywords:["ILY","hand","medium skin tone","uc10"],unicode_output:"1f91f-1f3fd"},"1f91f-1f3fe":{name:"love-you gesture: medium-dark skin tone",category:"people",shortname:":love_you_gesture_tone4:",shortname_alternates:[":love_you_gesture_medium_dark_skin_tone:"],keywords:["ILY","hand","medium-dark skin tone","uc10"],unicode_output:"1f91f-1f3fe"},"1f91f-1f3ff":{name:"love-you gesture: dark skin tone",category:"people",shortname:":love_you_gesture_tone5:",shortname_alternates:[":love_you_gesture_dark_skin_tone:"],keywords:["ILY","dark skin tone","hand","uc10"],unicode_output:"1f91f-1f3ff"},"1f918":{name:"sign of the horns",category:"people",shortname:":metal:",shortname_alternates:[":sign_of_the_horns:"],keywords:["finger","hand","horns","rock-on","uc8"],unicode_output:"1f918"},"1f918-1f3fb":{name:"sign of the horns: light skin tone",category:"people",shortname:":metal_tone1:",shortname_alternates:[":sign_of_the_horns_tone1:"],keywords:["finger","hand","horns","light skin tone","rock-on","uc8"],unicode_output:"1f918-1f3fb"},"1f918-1f3fc":{name:"sign of the horns: medium-light skin tone",category:"people",shortname:":metal_tone2:",shortname_alternates:[":sign_of_the_horns_tone2:"],keywords:["finger","hand","horns","medium-light skin tone","rock-on","uc8"],unicode_output:"1f918-1f3fc"},"1f918-1f3fd":{name:"sign of the horns: medium skin tone",category:"people",shortname:":metal_tone3:",shortname_alternates:[":sign_of_the_horns_tone3:"],keywords:["finger","hand","horns","medium skin tone","rock-on","uc8"],unicode_output:"1f918-1f3fd"},"1f918-1f3fe":{name:"sign of the horns: medium-dark skin tone",category:"people",shortname:":metal_tone4:",shortname_alternates:[":sign_of_the_horns_tone4:"],keywords:["finger","hand","horns","medium-dark skin tone","rock-on","uc8"],unicode_output:"1f918-1f3fe"},"1f918-1f3ff":{name:"sign of the horns: dark skin tone",category:"people",shortname:":metal_tone5:",shortname_alternates:[":sign_of_the_horns_tone5:"],keywords:["dark skin tone","finger","hand","horns","rock-on","uc8"],unicode_output:"1f918-1f3ff"},"1f44c":{name:"OK hand",category:"people",shortname:":ok_hand:",shortname_alternates:[],keywords:["OK","hand","uc6"],unicode_output:"1f44c"},"1f44c-1f3fb":{name:"OK hand: light skin tone",category:"people",shortname:":ok_hand_tone1:",shortname_alternates:[],keywords:["OK","hand","light skin tone","uc8"],unicode_output:"1f44c-1f3fb"},"1f44c-1f3fc":{name:"OK hand: medium-light skin tone",category:"people",shortname:":ok_hand_tone2:",shortname_alternates:[],keywords:["OK","hand","medium-light skin tone","uc8"],unicode_output:"1f44c-1f3fc"},"1f44c-1f3fd":{name:"OK hand: medium skin tone",category:"people",shortname:":ok_hand_tone3:",shortname_alternates:[],keywords:["OK","hand","medium skin tone","uc8"],unicode_output:"1f44c-1f3fd"},"1f44c-1f3fe":{name:"OK hand: medium-dark skin tone",category:"people",shortname:":ok_hand_tone4:",shortname_alternates:[],keywords:["OK","hand","medium-dark skin tone","uc8"],unicode_output:"1f44c-1f3fe"},"1f44c-1f3ff":{name:"OK hand: dark skin tone",category:"people",shortname:":ok_hand_tone5:",shortname_alternates:[],keywords:["OK","dark skin tone","hand","uc8"],unicode_output:"1f44c-1f3ff"},"1f90f":{name:"pinching hand",category:"people",shortname:":pinching_hand:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f90f"},"1f90f-1f3fb":{name:"pinching hand: light skin tone",category:"people",shortname:":pinching_hand_tone1:",shortname_alternates:[":pinching_hand_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f90f-1f3fb"},"1f90f-1f3fc":{name:"pinching hand: medium-light skin tone",category:"people",shortname:":pinching_hand_tone2:",shortname_alternates:[":pinching_hand_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f90f-1f3fc"},"1f90f-1f3fd":{name:"pinching hand: medium skin tone",category:"people",shortname:":pinching_hand_tone3:",shortname_alternates:[":pinching_hand_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f90f-1f3fd"},"1f90f-1f3fe":{name:"pinching hand: medium-dark skin tone",category:"people",shortname:":pinching_hand_tone4:",shortname_alternates:[":pinching_hand_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f90f-1f3fe"},"1f90f-1f3ff":{name:"pinching hand: dark skin tone",category:"people",shortname:":pinching_hand_tone5:",shortname_alternates:[":pinching_hand_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f90f-1f3ff"},"1f90c":{name:"pinched fingers",category:"people",shortname:":pinched_fingers:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f90c"},"1f90c-1f3fc":{name:"pinched fingers: medium-light skin tone",category:"people",shortname:":pinched_fingers_tone2:",shortname_alternates:[":pinched_fingers_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f90c-1f3fc"},"1f90c-1f3fb":{name:"pinched fingers: light skin tone",category:"people",shortname:":pinched_fingers_tone1:",shortname_alternates:[":pinched_fingers_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f90c-1f3fb"},"1f90c-1f3fd":{name:"pinched fingers: medium skin tone",category:"people",shortname:":pinched_fingers_tone3:",shortname_alternates:[":pinched_fingers_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f90c-1f3fd"},"1f90c-1f3fe":{name:"pinched fingers: medium-dark skin tone",category:"people",shortname:":pinched_fingers_tone4:",shortname_alternates:[":pinched_fingers_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f90c-1f3fe"},"1f90c-1f3ff":{name:"pinched fingers: dark skin tone",category:"people",shortname:":pinched_fingers_tone5:",shortname_alternates:[":pinched_fingers_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f90c-1f3ff"},"1f448":{name:"backhand index pointing left",category:"people",shortname:":point_left:",shortname_alternates:[],keywords:["backhand","finger","hand","index","point","uc6"],unicode_output:"1f448"},"1f448-1f3fb":{name:"backhand index pointing left: light skin tone",category:"people",shortname:":point_left_tone1:",shortname_alternates:[],keywords:["backhand","finger","hand","index","light skin tone","point","uc8"],unicode_output:"1f448-1f3fb"},"1f448-1f3fc":{name:"backhand index pointing left: medium-light skin tone",category:"people",shortname:":point_left_tone2:",shortname_alternates:[],keywords:["backhand","finger","hand","index","medium-light skin tone","point","uc8"],unicode_output:"1f448-1f3fc"},"1f448-1f3fd":{name:"backhand index pointing left: medium skin tone",category:"people",shortname:":point_left_tone3:",shortname_alternates:[],keywords:["backhand","finger","hand","index","medium skin tone","point","uc8"],unicode_output:"1f448-1f3fd"},"1f448-1f3fe":{name:"backhand index pointing left: medium-dark skin tone",category:"people",shortname:":point_left_tone4:",shortname_alternates:[],keywords:["backhand","finger","hand","index","medium-dark skin tone","point","uc8"],unicode_output:"1f448-1f3fe"},"1f448-1f3ff":{name:"backhand index pointing left: dark skin tone",category:"people",shortname:":point_left_tone5:",shortname_alternates:[],keywords:["backhand","dark skin tone","finger","hand","index","point","uc8"],unicode_output:"1f448-1f3ff"},"1f449":{name:"backhand index pointing right",category:"people",shortname:":point_right:",shortname_alternates:[],keywords:["backhand","finger","hand","index","point","uc6"],unicode_output:"1f449"},"1f449-1f3fb":{name:"backhand index pointing right: light skin tone",category:"people",shortname:":point_right_tone1:",shortname_alternates:[],keywords:["backhand","finger","hand","index","light skin tone","point","uc8"],unicode_output:"1f449-1f3fb"},"1f449-1f3fc":{name:"backhand index pointing right: medium-light skin tone",category:"people",shortname:":point_right_tone2:",shortname_alternates:[],keywords:["backhand","finger","hand","index","medium-light skin tone","point","uc8"],unicode_output:"1f449-1f3fc"},"1f449-1f3fd":{name:"backhand index pointing right: medium skin tone",category:"people",shortname:":point_right_tone3:",shortname_alternates:[],keywords:["backhand","finger","hand","index","medium skin tone","point","uc8"],unicode_output:"1f449-1f3fd"},"1f449-1f3fe":{name:"backhand index pointing right: medium-dark skin tone",category:"people",shortname:":point_right_tone4:",shortname_alternates:[],keywords:["backhand","finger","hand","index","medium-dark skin tone","point","uc8"],unicode_output:"1f449-1f3fe"},"1f449-1f3ff":{name:"backhand index pointing right: dark skin tone",category:"people",shortname:":point_right_tone5:",shortname_alternates:[],keywords:["backhand","dark skin tone","finger","hand","index","point","uc8"],unicode_output:"1f449-1f3ff"},"1f446":{name:"backhand index pointing up",category:"people",shortname:":point_up_2:",shortname_alternates:[],keywords:["backhand","finger","hand","index","point","up","uc6"],unicode_output:"1f446"},"1f446-1f3fb":{name:"backhand index pointing up: light skin tone",category:"people",shortname:":point_up_2_tone1:",shortname_alternates:[],keywords:["backhand","finger","hand","index","light skin tone","point","up","uc8"],unicode_output:"1f446-1f3fb"},"1f446-1f3fc":{name:"backhand index pointing up: medium-light skin tone",category:"people",shortname:":point_up_2_tone2:",shortname_alternates:[],keywords:["backhand","finger","hand","index","medium-light skin tone","point","up","uc8"],unicode_output:"1f446-1f3fc"},"1f446-1f3fd":{name:"backhand index pointing up: medium skin tone",category:"people",shortname:":point_up_2_tone3:",shortname_alternates:[],keywords:["backhand","finger","hand","index","medium skin tone","point","up","uc8"],unicode_output:"1f446-1f3fd"},"1f446-1f3fe":{name:"backhand index pointing up: medium-dark skin tone",category:"people",shortname:":point_up_2_tone4:",shortname_alternates:[],keywords:["backhand","finger","hand","index","medium-dark skin tone","point","up","uc8"],unicode_output:"1f446-1f3fe"},"1f446-1f3ff":{name:"backhand index pointing up: dark skin tone",category:"people",shortname:":point_up_2_tone5:",shortname_alternates:[],keywords:["backhand","dark skin tone","finger","hand","index","point","up","uc8"],unicode_output:"1f446-1f3ff"},"1f447":{name:"backhand index pointing down",category:"people",shortname:":point_down:",shortname_alternates:[],keywords:["backhand","down","finger","hand","index","point","uc6"],unicode_output:"1f447"},"1f447-1f3fb":{name:"backhand index pointing down: light skin tone",category:"people",shortname:":point_down_tone1:",shortname_alternates:[],keywords:["backhand","down","finger","hand","index","light skin tone","point","uc8"],unicode_output:"1f447-1f3fb"},"1f447-1f3fc":{name:"backhand index pointing down: medium-light skin tone",category:"people",shortname:":point_down_tone2:",shortname_alternates:[],keywords:["backhand","down","finger","hand","index","medium-light skin tone","point","uc8"],unicode_output:"1f447-1f3fc"},"1f447-1f3fd":{name:"backhand index pointing down: medium skin tone",category:"people",shortname:":point_down_tone3:",shortname_alternates:[],keywords:["backhand","down","finger","hand","index","medium skin tone","point","uc8"],unicode_output:"1f447-1f3fd"},"1f447-1f3fe":{name:"backhand index pointing down: medium-dark skin tone",category:"people",shortname:":point_down_tone4:",shortname_alternates:[],keywords:["backhand","down","finger","hand","index","medium-dark skin tone","point","uc8"],unicode_output:"1f447-1f3fe"},"1f447-1f3ff":{name:"backhand index pointing down: dark skin tone",category:"people",shortname:":point_down_tone5:",shortname_alternates:[],keywords:["backhand","dark skin tone","down","finger","hand","index","point","uc8"],unicode_output:"1f447-1f3ff"},"261d":{name:"index pointing up",category:"people",shortname:":point_up:",shortname_alternates:[],keywords:["finger","hand","index","point","up","uc1"],unicode_output:"261d-fe0f"},"261d-1f3fb":{name:"index pointing up: light skin tone",category:"people",shortname:":point_up_tone1:",shortname_alternates:[],keywords:["finger","hand","index","light skin tone","point","up","uc8"],unicode_output:"261d-1f3fb"},"261d-1f3fc":{name:"index pointing up: medium-light skin tone",category:"people",shortname:":point_up_tone2:",shortname_alternates:[],keywords:["finger","hand","index","medium-light skin tone","point","up","uc8"],unicode_output:"261d-1f3fc"},"261d-1f3fd":{name:"index pointing up: medium skin tone",category:"people",shortname:":point_up_tone3:",shortname_alternates:[],keywords:["finger","hand","index","medium skin tone","point","up","uc8"],unicode_output:"261d-1f3fd"},"261d-1f3fe":{name:"index pointing up: medium-dark skin tone",category:"people",shortname:":point_up_tone4:",shortname_alternates:[],keywords:["finger","hand","index","medium-dark skin tone","point","up","uc8"],unicode_output:"261d-1f3fe"},"261d-1f3ff":{name:"index pointing up: dark skin tone",category:"people",shortname:":point_up_tone5:",shortname_alternates:[],keywords:["dark skin tone","finger","hand","index","point","up","uc8"],unicode_output:"261d-1f3ff"},"270b":{name:"raised hand",category:"people",shortname:":raised_hand:",shortname_alternates:[],keywords:["hand","uc6"],unicode_output:"270b"},"270b-1f3fb":{name:"raised hand: light skin tone",category:"people",shortname:":raised_hand_tone1:",shortname_alternates:[],keywords:["hand","light skin tone","uc8"],unicode_output:"270b-1f3fb"},"270b-1f3fc":{name:"raised hand: medium-light skin tone",category:"people",shortname:":raised_hand_tone2:",shortname_alternates:[],keywords:["hand","medium-light skin tone","uc8"],unicode_output:"270b-1f3fc"},"270b-1f3fd":{name:"raised hand: medium skin tone",category:"people",shortname:":raised_hand_tone3:",shortname_alternates:[],keywords:["hand","medium skin tone","uc8"],unicode_output:"270b-1f3fd"},"270b-1f3fe":{name:"raised hand: medium-dark skin tone",category:"people",shortname:":raised_hand_tone4:",shortname_alternates:[],keywords:["hand","medium-dark skin tone","uc8"],unicode_output:"270b-1f3fe"},"270b-1f3ff":{name:"raised hand: dark skin tone",category:"people",shortname:":raised_hand_tone5:",shortname_alternates:[],keywords:["dark skin tone","hand","uc8"],unicode_output:"270b-1f3ff"},"1f91a":{name:"raised back of hand",category:"people",shortname:":raised_back_of_hand:",shortname_alternates:[":back_of_hand:"],keywords:["backhand","raised","uc9"],unicode_output:"1f91a"},"1f91a-1f3fb":{name:"raised back of hand: light skin tone",category:"people",shortname:":raised_back_of_hand_tone1:",shortname_alternates:[":back_of_hand_tone1:"],keywords:["backhand","light skin tone","raised","uc9"],unicode_output:"1f91a-1f3fb"},"1f91a-1f3fc":{name:"raised back of hand: medium-light skin tone",category:"people",shortname:":raised_back_of_hand_tone2:",shortname_alternates:[":back_of_hand_tone2:"],keywords:["backhand","medium-light skin tone","raised","uc9"],unicode_output:"1f91a-1f3fc"},"1f91a-1f3fd":{name:"raised back of hand: medium skin tone",category:"people",shortname:":raised_back_of_hand_tone3:",shortname_alternates:[":back_of_hand_tone3:"],keywords:["backhand","medium skin tone","raised","uc9"],unicode_output:"1f91a-1f3fd"},"1f91a-1f3fe":{name:"raised back of hand: medium-dark skin tone",category:"people",shortname:":raised_back_of_hand_tone4:",shortname_alternates:[":back_of_hand_tone4:"],keywords:["backhand","medium-dark skin tone","raised","uc9"],unicode_output:"1f91a-1f3fe"},"1f91a-1f3ff":{name:"raised back of hand: dark skin tone",category:"people",shortname:":raised_back_of_hand_tone5:",shortname_alternates:[":back_of_hand_tone5:"],keywords:["backhand","dark skin tone","raised","uc9"],unicode_output:"1f91a-1f3ff"},"1f590":{name:"hand with fingers splayed",category:"people",shortname:":hand_splayed:",shortname_alternates:[":raised_hand_with_fingers_splayed:"],keywords:["finger","hand","splayed","uc7"],unicode_output:"1f590"},"1f590-1f3fb":{name:"hand with fingers splayed: light skin tone",category:"people",shortname:":hand_splayed_tone1:",shortname_alternates:[":raised_hand_with_fingers_splayed_tone1:"],keywords:["finger","hand","light skin tone","splayed","uc8"],unicode_output:"1f590-1f3fb"},"1f590-1f3fc":{name:"hand with fingers splayed: medium-light skin tone",category:"people",shortname:":hand_splayed_tone2:",shortname_alternates:[":raised_hand_with_fingers_splayed_tone2:"],keywords:["finger","hand","medium-light skin tone","splayed","uc8"],unicode_output:"1f590-1f3fc"},"1f590-1f3fd":{name:"hand with fingers splayed: medium skin tone",category:"people",shortname:":hand_splayed_tone3:",shortname_alternates:[":raised_hand_with_fingers_splayed_tone3:"],keywords:["finger","hand","medium skin tone","splayed","uc8"],unicode_output:"1f590-1f3fd"},"1f590-1f3fe":{name:"hand with fingers splayed: medium-dark skin tone",category:"people",shortname:":hand_splayed_tone4:",shortname_alternates:[":raised_hand_with_fingers_splayed_tone4:"],keywords:["finger","hand","medium-dark skin tone","splayed","uc8"],unicode_output:"1f590-1f3fe"},"1f590-1f3ff":{name:"hand with fingers splayed: dark skin tone",category:"people",shortname:":hand_splayed_tone5:",shortname_alternates:[":raised_hand_with_fingers_splayed_tone5:"],keywords:["dark skin tone","finger","hand","splayed","uc8"],unicode_output:"1f590-1f3ff"},"1f596":{name:"vulcan salute",category:"people",shortname:":vulcan:",shortname_alternates:[":raised_hand_with_part_between_middle_and_ring_fingers:"],keywords:["finger","hand","spock","vulcan","uc7"],unicode_output:"1f596"},"1f596-1f3fb":{name:"vulcan salute: light skin tone",category:"people",shortname:":vulcan_tone1:",shortname_alternates:[":raised_hand_with_part_between_middle_and_ring_fingers_tone1:"],keywords:["finger","hand","light skin tone","spock","vulcan","uc8"],unicode_output:"1f596-1f3fb"},"1f596-1f3fc":{name:"vulcan salute: medium-light skin tone",category:"people",shortname:":vulcan_tone2:",shortname_alternates:[":raised_hand_with_part_between_middle_and_ring_fingers_tone2:"],keywords:["finger","hand","medium-light skin tone","spock","vulcan","uc8"],unicode_output:"1f596-1f3fc"},"1f596-1f3fd":{name:"vulcan salute: medium skin tone",category:"people",shortname:":vulcan_tone3:",shortname_alternates:[":raised_hand_with_part_between_middle_and_ring_fingers_tone3:"],keywords:["finger","hand","medium skin tone","spock","vulcan","uc8"],unicode_output:"1f596-1f3fd"},"1f596-1f3fe":{name:"vulcan salute: medium-dark skin tone",category:"people",shortname:":vulcan_tone4:",shortname_alternates:[":raised_hand_with_part_between_middle_and_ring_fingers_tone4:"],keywords:["finger","hand","medium-dark skin tone","spock","vulcan","uc8"],unicode_output:"1f596-1f3fe"},"1f596-1f3ff":{name:"vulcan salute: dark skin tone",category:"people",shortname:":vulcan_tone5:",shortname_alternates:[":raised_hand_with_part_between_middle_and_ring_fingers_tone5:"],keywords:["dark skin tone","finger","hand","spock","vulcan","uc8"],unicode_output:"1f596-1f3ff"},"1f44b":{name:"waving hand",category:"people",shortname:":wave:",shortname_alternates:[],keywords:["hand","wave","waving","uc6"],unicode_output:"1f44b"},"1f44b-1f3fb":{name:"waving hand: light skin tone",category:"people",shortname:":wave_tone1:",shortname_alternates:[],keywords:["hand","light skin tone","wave","waving","uc8"],unicode_output:"1f44b-1f3fb"},"1f44b-1f3fc":{name:"waving hand: medium-light skin tone",category:"people",shortname:":wave_tone2:",shortname_alternates:[],keywords:["hand","medium-light skin tone","wave","waving","uc8"],unicode_output:"1f44b-1f3fc"},"1f44b-1f3fd":{name:"waving hand: medium skin tone",category:"people",shortname:":wave_tone3:",shortname_alternates:[],keywords:["hand","medium skin tone","wave","waving","uc8"],unicode_output:"1f44b-1f3fd"},"1f44b-1f3fe":{name:"waving hand: medium-dark skin tone",category:"people",shortname:":wave_tone4:",shortname_alternates:[],keywords:["hand","medium-dark skin tone","wave","waving","uc8"],unicode_output:"1f44b-1f3fe"},"1f44b-1f3ff":{name:"waving hand: dark skin tone",category:"people",shortname:":wave_tone5:",shortname_alternates:[],keywords:["dark skin tone","hand","wave","waving","uc8"],unicode_output:"1f44b-1f3ff"},"1f919":{name:"call me hand",category:"people",shortname:":call_me:",shortname_alternates:[":call_me_hand:"],keywords:["call","hand","uc9"],unicode_output:"1f919"},"1f919-1f3fb":{name:"call me hand: light skin tone",category:"people",shortname:":call_me_tone1:",shortname_alternates:[":call_me_hand_tone1:"],keywords:["call","hand","light skin tone","uc9"],unicode_output:"1f919-1f3fb"},"1f919-1f3fc":{name:"call me hand: medium-light skin tone",category:"people",shortname:":call_me_tone2:",shortname_alternates:[":call_me_hand_tone2:"],keywords:["call","hand","medium-light skin tone","uc9"],unicode_output:"1f919-1f3fc"},"1f919-1f3fd":{name:"call me hand: medium skin tone",category:"people",shortname:":call_me_tone3:",shortname_alternates:[":call_me_hand_tone3:"],keywords:["call","hand","medium skin tone","uc9"],unicode_output:"1f919-1f3fd"},"1f919-1f3fe":{name:"call me hand: medium-dark skin tone",category:"people",shortname:":call_me_tone4:",shortname_alternates:[":call_me_hand_tone4:"],keywords:["call","hand","medium-dark skin tone","uc9"],unicode_output:"1f919-1f3fe"},"1f919-1f3ff":{name:"call me hand: dark skin tone",category:"people",shortname:":call_me_tone5:",shortname_alternates:[":call_me_hand_tone5:"],keywords:["call","dark skin tone","hand","uc9"],unicode_output:"1f919-1f3ff"},"1f4aa":{name:"flexed biceps",category:"people",shortname:":muscle:",shortname_alternates:[],keywords:["biceps","comic","flex","muscle","uc6"],unicode_output:"1f4aa"},"1f4aa-1f3fb":{name:"flexed biceps: light skin tone",category:"people",shortname:":muscle_tone1:",shortname_alternates:[],keywords:["biceps","comic","flex","light skin tone","muscle","uc8"],unicode_output:"1f4aa-1f3fb"},"1f4aa-1f3fc":{name:"flexed biceps: medium-light skin tone",category:"people",shortname:":muscle_tone2:",shortname_alternates:[],keywords:["biceps","comic","flex","medium-light skin tone","muscle","uc8"],unicode_output:"1f4aa-1f3fc"},"1f4aa-1f3fd":{name:"flexed biceps: medium skin tone",category:"people",shortname:":muscle_tone3:",shortname_alternates:[],keywords:["biceps","comic","flex","medium skin tone","muscle","uc8"],unicode_output:"1f4aa-1f3fd"},"1f4aa-1f3fe":{name:"flexed biceps: medium-dark skin tone",category:"people",shortname:":muscle_tone4:",shortname_alternates:[],keywords:["biceps","comic","flex","medium-dark skin tone","muscle","uc8"],unicode_output:"1f4aa-1f3fe"},"1f4aa-1f3ff":{name:"flexed biceps: dark skin tone",category:"people",shortname:":muscle_tone5:",shortname_alternates:[],keywords:["biceps","comic","dark skin tone","flex","muscle","uc8"],unicode_output:"1f4aa-1f3ff"},"1f9be":{name:"mechanical arm",category:"people",shortname:":mechanical_arm:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9be"},"1f595":{name:"middle finger",category:"people",shortname:":middle_finger:",shortname_alternates:[":reversed_hand_with_middle_finger_extended:"],keywords:["finger","hand","uc7"],unicode_output:"1f595"},"1f595-1f3fb":{name:"middle finger: light skin tone",category:"people",shortname:":middle_finger_tone1:",shortname_alternates:[":reversed_hand_with_middle_finger_extended_tone1:"],keywords:["finger","hand","light skin tone","uc8"],unicode_output:"1f595-1f3fb"},"1f595-1f3fc":{name:"middle finger: medium-light skin tone",category:"people",shortname:":middle_finger_tone2:",shortname_alternates:[":reversed_hand_with_middle_finger_extended_tone2:"],keywords:["finger","hand","medium-light skin tone","uc8"],unicode_output:"1f595-1f3fc"},"1f595-1f3fd":{name:"middle finger: medium skin tone",category:"people",shortname:":middle_finger_tone3:",shortname_alternates:[":reversed_hand_with_middle_finger_extended_tone3:"],keywords:["finger","hand","medium skin tone","uc8"],unicode_output:"1f595-1f3fd"},"1f595-1f3fe":{name:"middle finger: medium-dark skin tone",category:"people",shortname:":middle_finger_tone4:",shortname_alternates:[":reversed_hand_with_middle_finger_extended_tone4:"],keywords:["finger","hand","medium-dark skin tone","uc8"],unicode_output:"1f595-1f3fe"},"1f595-1f3ff":{name:"middle finger: dark skin tone",category:"people",shortname:":middle_finger_tone5:",shortname_alternates:[":reversed_hand_with_middle_finger_extended_tone5:"],keywords:["dark skin tone","finger","hand","uc8"],unicode_output:"1f595-1f3ff"},"270d":{name:"writing hand",category:"people",shortname:":writing_hand:",shortname_alternates:[],keywords:["hand","write","uc1"],unicode_output:"270d-fe0f"},"270d-1f3fb":{name:"writing hand: light skin tone",category:"people",shortname:":writing_hand_tone1:",shortname_alternates:[],keywords:["hand","light skin tone","write","uc8"],unicode_output:"270d-1f3fb"},"270d-1f3fc":{name:"writing hand: medium-light skin tone",category:"people",shortname:":writing_hand_tone2:",shortname_alternates:[],keywords:["hand","medium-light skin tone","write","uc8"],unicode_output:"270d-1f3fc"},"270d-1f3fd":{name:"writing hand: medium skin tone",category:"people",shortname:":writing_hand_tone3:",shortname_alternates:[],keywords:["hand","medium skin tone","write","uc8"],unicode_output:"270d-1f3fd"},"270d-1f3fe":{name:"writing hand: medium-dark skin tone",category:"people",shortname:":writing_hand_tone4:",shortname_alternates:[],keywords:["hand","medium-dark skin tone","write","uc8"],unicode_output:"270d-1f3fe"},"270d-1f3ff":{name:"writing hand: dark skin tone",category:"people",shortname:":writing_hand_tone5:",shortname_alternates:[],keywords:["dark skin tone","hand","write","uc8"],unicode_output:"270d-1f3ff"},"1f64f":{name:"folded hands",category:"people",shortname:":pray:",shortname_alternates:[],keywords:["ask","bow","folded","gesture","hand","please","pray","thanks","uc6"],unicode_output:"1f64f"},"1f64f-1f3fb":{name:"folded hands: light skin tone",category:"people",shortname:":pray_tone1:",shortname_alternates:[],keywords:["ask","bow","folded","gesture","hand","light skin tone","please","pray","thanks","uc8"],unicode_output:"1f64f-1f3fb"},"1f64f-1f3fc":{name:"folded hands: medium-light skin tone",category:"people",shortname:":pray_tone2:",shortname_alternates:[],keywords:["ask","bow","folded","gesture","hand","medium-light skin tone","please","pray","thanks","uc8"],unicode_output:"1f64f-1f3fc"},"1f64f-1f3fd":{name:"folded hands: medium skin tone",category:"people",shortname:":pray_tone3:",shortname_alternates:[],keywords:["ask","bow","folded","gesture","hand","medium skin tone","please","pray","thanks","uc8"],unicode_output:"1f64f-1f3fd"},"1f64f-1f3fe":{name:"folded hands: medium-dark skin tone",category:"people",shortname:":pray_tone4:",shortname_alternates:[],keywords:["ask","bow","folded","gesture","hand","medium-dark skin tone","please","pray","thanks","uc8"],unicode_output:"1f64f-1f3fe"},"1f64f-1f3ff":{name:"folded hands: dark skin tone",category:"people",shortname:":pray_tone5:",shortname_alternates:[],keywords:["ask","bow","dark skin tone","folded","gesture","hand","please","pray","thanks","uc8"],unicode_output:"1f64f-1f3ff"},"1f9b6":{name:"foot",category:"people",shortname:":foot:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b6"},"1f9b6-1f3fb":{name:"foot: light skin tone",category:"people",shortname:":foot_tone1:",shortname_alternates:[":foot_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b6-1f3fb"},"1f9b6-1f3fc":{name:"foot: medium-light skin tone",category:"people",shortname:":foot_tone2:",shortname_alternates:[":foot_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b6-1f3fc"},"1f9b6-1f3fd":{name:"foot: medium skin tone",category:"people",shortname:":foot_tone3:",shortname_alternates:[":foot_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b6-1f3fd"},"1f9b6-1f3fe":{name:"foot: medium-dark skin tone",category:"people",shortname:":foot_tone4:",shortname_alternates:[":foot_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b6-1f3fe"},"1f9b6-1f3ff":{name:"foot: dark skin tone",category:"people",shortname:":foot_tone5:",shortname_alternates:[":foot_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b6-1f3ff"},"1f9b5":{name:"leg",category:"people",shortname:":leg:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b5"},"1f9b5-1f3fb":{name:"leg: light skin tone",category:"people",shortname:":leg_tone1:",shortname_alternates:[":leg_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b5-1f3fb"},"1f9b5-1f3fc":{name:"leg: medium-light skin tone",category:"people",shortname:":leg_tone2:",shortname_alternates:[":leg_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b5-1f3fc"},"1f9b5-1f3fd":{name:"leg: medium skin tone",category:"people",shortname:":leg_tone3:",shortname_alternates:[":leg_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b5-1f3fd"},"1f9b5-1f3fe":{name:"leg: medium-dark skin tone",category:"people",shortname:":leg_tone4:",shortname_alternates:[":leg_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b5-1f3fe"},"1f9b5-1f3ff":{name:"leg: dark skin tone",category:"people",shortname:":leg_tone5:",shortname_alternates:[":leg_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b5-1f3ff"},"1f9bf":{name:"mechanical leg",category:"people",shortname:":mechanical_leg:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9bf"},"1f484":{name:"lipstick",category:"people",shortname:":lipstick:",shortname_alternates:[],keywords:["cosmetics","makeup","uc6"],unicode_output:"1f484"},"1f48b":{name:"kiss mark",category:"people",shortname:":kiss:",shortname_alternates:[],keywords:["kiss","lips","uc6"],unicode_output:"1f48b"},"1f444":{name:"mouth",category:"people",shortname:":lips:",shortname_alternates:[],keywords:["lips","uc6"],unicode_output:"1f444"},"1f9b7":{name:"tooth",category:"people",shortname:":tooth:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b7"},"1f445":{name:"tongue",category:"people",shortname:":tongue:",shortname_alternates:[],keywords:["body","uc6"],unicode_output:"1f445"},"1f442":{name:"ear",category:"people",shortname:":ear:",shortname_alternates:[],keywords:["body","uc6"],unicode_output:"1f442"},"1f442-1f3fb":{name:"ear: light skin tone",category:"people",shortname:":ear_tone1:",shortname_alternates:[],keywords:["body","light skin tone","uc8"],unicode_output:"1f442-1f3fb"},"1f442-1f3fc":{name:"ear: medium-light skin tone",category:"people",shortname:":ear_tone2:",shortname_alternates:[],keywords:["body","medium-light skin tone","uc8"],unicode_output:"1f442-1f3fc"},"1f9d1-1f3ff-2764-1f48b-1f9d1-1f3fe":{name:"kiss: person, person, dark skin tone, medium-dark skin tone",category:"people",shortname:":kiss_person_person_tone5_tone4:",shortname_alternates:[":kiss_person_person_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe"},"1f442-1f3fd":{name:"ear: medium skin tone",category:"people",shortname:":ear_tone3:",shortname_alternates:[],keywords:["body","medium skin tone","uc8"],unicode_output:"1f442-1f3fd"},"1f442-1f3fe":{name:"ear: medium-dark skin tone",category:"people",shortname:":ear_tone4:",shortname_alternates:[],keywords:["body","medium-dark skin tone","uc8"],unicode_output:"1f442-1f3fe"},"1f442-1f3ff":{name:"ear: dark skin tone",category:"people",shortname:":ear_tone5:",shortname_alternates:[],keywords:["body","dark skin tone","uc8"],unicode_output:"1f442-1f3ff"},"1f9bb":{name:"ear with hearing aid",category:"people",shortname:":ear_with_hearing_aid:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9bb"},"1f9bb-1f3fb":{name:"ear with hearing aid: light skin tone",category:"people",shortname:":ear_with_hearing_aid_tone1:",shortname_alternates:[":ear_with_hearing_aid_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9bb-1f3fb"},"1f9bb-1f3fc":{name:"ear with hearing aid: medium-light skin tone",category:"people",shortname:":ear_with_hearing_aid_tone2:",shortname_alternates:[":ear_with_hearing_aid_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9bb-1f3fc"},"1f9bb-1f3fd":{name:"ear with hearing aid: medium skin tone",category:"people",shortname:":ear_with_hearing_aid_tone3:",shortname_alternates:[":ear_with_hearing_aid_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9bb-1f3fd"},"1f9bb-1f3fe":{name:"ear with hearing aid: medium-dark skin tone",category:"people",shortname:":ear_with_hearing_aid_tone4:",shortname_alternates:[":ear_with_hearing_aid_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9bb-1f3fe"},"1f9bb-1f3ff":{name:"ear with hearing aid: dark skin tone",category:"people",shortname:":ear_with_hearing_aid_tone5:",shortname_alternates:[":ear_with_hearing_aid_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9bb-1f3ff"},"1f443":{name:"nose",category:"people",shortname:":nose:",shortname_alternates:[],keywords:["body","uc6"],unicode_output:"1f443"},"1f443-1f3fb":{name:"nose: light skin tone",category:"people",shortname:":nose_tone1:",shortname_alternates:[],keywords:["body","light skin tone","uc8"],unicode_output:"1f443-1f3fb"},"1f443-1f3fc":{name:"nose: medium-light skin tone",category:"people",shortname:":nose_tone2:",shortname_alternates:[],keywords:["body","medium-light skin tone","uc8"],unicode_output:"1f443-1f3fc"},"1f443-1f3fd":{name:"nose: medium skin tone",category:"people",shortname:":nose_tone3:",shortname_alternates:[],keywords:["body","medium skin tone","uc8"],unicode_output:"1f443-1f3fd"},"1f443-1f3fe":{name:"nose: medium-dark skin tone",category:"people",shortname:":nose_tone4:",shortname_alternates:[],keywords:["body","medium-dark skin tone","uc8"],unicode_output:"1f443-1f3fe"},"1f443-1f3ff":{name:"nose: dark skin tone",category:"people",shortname:":nose_tone5:",shortname_alternates:[],keywords:["body","dark skin tone","uc8"],unicode_output:"1f443-1f3ff"},"1f463":{name:"footprints",category:"people",shortname:":footprints:",shortname_alternates:[],keywords:["clothing","footprint","print","uc6"],unicode_output:"1f463"},"1f441":{name:"eye",category:"people",shortname:":eye:",shortname_alternates:[],keywords:["body","uc7"],unicode_output:"1f441-fe0f"},"1f440":{name:"eyes",category:"people",shortname:":eyes:",shortname_alternates:[],keywords:["eye","face","uc6"],unicode_output:"1f440"},"1f9e0":{name:"brain",category:"people",shortname:":brain:",shortname_alternates:[],keywords:["intelligent","uc10"],unicode_output:"1f9e0"},"1fac0":{name:"anatomical heart",category:"people",shortname:":anatomical_heart:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fac0"},"1fac1":{name:"lungs",category:"people",shortname:":lungs:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fac1"},"1f9b4":{name:"bone",category:"people",shortname:":bone:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b4"},"1f5e3":{name:"speaking head",category:"people",shortname:":speaking_head:",shortname_alternates:[":speaking_head_in_silhouette:"],keywords:["face","head","silhouette","speak","speaking","uc7"],unicode_output:"1f5e3-fe0f"},"1f464":{name:"bust in silhouette",category:"people",shortname:":bust_in_silhouette:",shortname_alternates:[],keywords:["bust","silhouette","uc6"],unicode_output:"1f464"},"1f465":{name:"busts in silhouette",category:"people",shortname:":busts_in_silhouette:",shortname_alternates:[],keywords:["bust","silhouette","uc6"],unicode_output:"1f465"},"1fac2":{name:"people hugging",category:"people",shortname:":people_hugging:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fac2"},"1f476":{name:"baby",category:"people",shortname:":baby:",shortname_alternates:[],keywords:["baby","young","uc6"],unicode_output:"1f476"},"1f476-1f3fb":{name:"baby: light skin tone",category:"people",shortname:":baby_tone1:",shortname_alternates:[],keywords:["baby","light skin tone","young","uc8"],unicode_output:"1f476-1f3fb"},"1f476-1f3fc":{name:"baby: medium-light skin tone",category:"people",shortname:":baby_tone2:",shortname_alternates:[],keywords:["baby","medium-light skin tone","young","uc8"],unicode_output:"1f476-1f3fc"},"1f476-1f3fd":{name:"baby: medium skin tone",category:"people",shortname:":baby_tone3:",shortname_alternates:[],keywords:["baby","medium skin tone","young","uc8"],unicode_output:"1f476-1f3fd"},"1f476-1f3fe":{name:"baby: medium-dark skin tone",category:"people",shortname:":baby_tone4:",shortname_alternates:[],keywords:["baby","medium-dark skin tone","young","uc8"],unicode_output:"1f476-1f3fe"},"1f476-1f3ff":{name:"baby: dark skin tone",category:"people",shortname:":baby_tone5:",shortname_alternates:[],keywords:["baby","dark skin tone","young","uc8"],unicode_output:"1f476-1f3ff"},"1f467":{name:"girl",category:"people",shortname:":girl:",shortname_alternates:[],keywords:["Virgo","young","zodiac","uc6"],unicode_output:"1f467"},"1f467-1f3fb":{name:"girl: light skin tone",category:"people",shortname:":girl_tone1:",shortname_alternates:[],keywords:["Virgo","light skin tone","young","zodiac","uc8"],unicode_output:"1f467-1f3fb"},"1f467-1f3fc":{name:"girl: medium-light skin tone",category:"people",shortname:":girl_tone2:",shortname_alternates:[],keywords:["Virgo","medium-light skin tone","young","zodiac","uc8"],unicode_output:"1f467-1f3fc"},"1f467-1f3fd":{name:"girl: medium skin tone",category:"people",shortname:":girl_tone3:",shortname_alternates:[],keywords:["Virgo","medium skin tone","young","zodiac","uc8"],unicode_output:"1f467-1f3fd"},"1f467-1f3fe":{name:"girl: medium-dark skin tone",category:"people",shortname:":girl_tone4:",shortname_alternates:[],keywords:["Virgo","medium-dark skin tone","young","zodiac","uc8"],unicode_output:"1f467-1f3fe"},"1f467-1f3ff":{name:"girl: dark skin tone",category:"people",shortname:":girl_tone5:",shortname_alternates:[],keywords:["Virgo","dark skin tone","young","zodiac","uc8"],unicode_output:"1f467-1f3ff"},"1f9d2":{name:"child",category:"people",shortname:":child:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9d2"},"1f9d2-1f3fb":{name:"child: light skin tone",category:"people",shortname:":child_tone1:",shortname_alternates:[":child_light_skin_tone:"],keywords:["gender-neutral","light skin tone","young","uc10"],unicode_output:"1f9d2-1f3fb"},"1f9d2-1f3fc":{name:"child: medium-light skin tone",category:"people",shortname:":child_tone2:",shortname_alternates:[":child_medium_light_skin_tone:"],keywords:["gender-neutral","medium-light skin tone","young","uc10"],unicode_output:"1f9d2-1f3fc"},"1f9d2-1f3fd":{name:"child: medium skin tone",category:"people",shortname:":child_tone3:",shortname_alternates:[":child_medium_skin_tone:"],keywords:["gender-neutral","medium skin tone","young","uc10"],unicode_output:"1f9d2-1f3fd"},"1f9d2-1f3fe":{name:"child: medium-dark skin tone",category:"people",shortname:":child_tone4:",shortname_alternates:[":child_medium_dark_skin_tone:"],keywords:["gender-neutral","medium-dark skin tone","young","uc10"],unicode_output:"1f9d2-1f3fe"},"1f9d2-1f3ff":{name:"child: dark skin tone",category:"people",shortname:":child_tone5:",shortname_alternates:[":child_dark_skin_tone:"],keywords:["dark skin tone","gender-neutral","young","uc10"],unicode_output:"1f9d2-1f3ff"},"1f466":{name:"boy",category:"people",shortname:":boy:",shortname_alternates:[],keywords:["boy","young","uc6"],unicode_output:"1f466"},"1f466-1f3fb":{name:"boy: light skin tone",category:"people",shortname:":boy_tone1:",shortname_alternates:[],keywords:["boy","light skin tone","young","uc8"],unicode_output:"1f466-1f3fb"},"1f466-1f3fc":{name:"boy: medium-light skin tone",category:"people",shortname:":boy_tone2:",shortname_alternates:[],keywords:["boy","medium-light skin tone","young","uc8"],unicode_output:"1f466-1f3fc"},"1f466-1f3fd":{name:"boy: medium skin tone",category:"people",shortname:":boy_tone3:",shortname_alternates:[],keywords:["boy","medium skin tone","young","uc8"],unicode_output:"1f466-1f3fd"},"1f466-1f3fe":{name:"boy: medium-dark skin tone",category:"people",shortname:":boy_tone4:",shortname_alternates:[],keywords:["boy","medium-dark skin tone","young","uc8"],unicode_output:"1f466-1f3fe"},"1f466-1f3ff":{name:"boy: dark skin tone",category:"people",shortname:":boy_tone5:",shortname_alternates:[],keywords:["boy","dark skin tone","young","uc8"],unicode_output:"1f466-1f3ff"},"1f469":{name:"woman",category:"people",shortname:":woman:",shortname_alternates:[],keywords:["woman","uc6"],unicode_output:"1f469"},"1f469-1f3fb":{name:"woman: light skin tone",category:"people",shortname:":woman_tone1:",shortname_alternates:[],keywords:["light skin tone","woman","uc8"],unicode_output:"1f469-1f3fb"},"1f469-1f3fc":{name:"woman: medium-light skin tone",category:"people",shortname:":woman_tone2:",shortname_alternates:[],keywords:["medium-light skin tone","woman","uc8"],unicode_output:"1f469-1f3fc"},"1f469-1f3fd":{name:"woman: medium skin tone",category:"people",shortname:":woman_tone3:",shortname_alternates:[],keywords:["medium skin tone","woman","uc8"],unicode_output:"1f469-1f3fd"},"1f469-1f3fe":{name:"woman: medium-dark skin tone",category:"people",shortname:":woman_tone4:",shortname_alternates:[],keywords:["medium-dark skin tone","woman","uc8"],unicode_output:"1f469-1f3fe"},"1f469-1f3ff":{name:"woman: dark skin tone",category:"people",shortname:":woman_tone5:",shortname_alternates:[],keywords:["dark skin tone","woman","uc8"],unicode_output:"1f469-1f3ff"},"1f9d1":{name:"person",category:"people",shortname:":adult:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9d1"},"1f9d1-1f3fb":{name:"person: light skin tone",category:"people",shortname:":adult_tone1:",shortname_alternates:[":adult_light_skin_tone:"],keywords:["gender-neutral","light skin tone","uc10"],unicode_output:"1f9d1-1f3fb"},"1f9d1-1f3fc":{name:"person: medium-light skin tone",category:"people",shortname:":adult_tone2:",shortname_alternates:[":adult_medium_light_skin_tone:"],keywords:["gender-neutral","medium-light skin tone","uc10"],unicode_output:"1f9d1-1f3fc"},"1f9d1-1f3fd":{name:"person: medium skin tone",category:"people",shortname:":adult_tone3:",shortname_alternates:[":adult_medium_skin_tone:"],keywords:["gender-neutral","medium skin tone","uc10"],unicode_output:"1f9d1-1f3fd"},"1f9d1-1f3fe":{name:"person: medium-dark skin tone",category:"people",shortname:":adult_tone4:",shortname_alternates:[":adult_medium_dark_skin_tone:"],keywords:["gender-neutral","medium-dark skin tone","uc10"],unicode_output:"1f9d1-1f3fe"},"1f9d1-1f3ff":{name:"person: dark skin tone",category:"people",shortname:":adult_tone5:",shortname_alternates:[":adult_dark_skin_tone:"],keywords:["dark skin tone","gender-neutral","uc10"],unicode_output:"1f9d1-1f3ff"},"1f468":{name:"man",category:"people",shortname:":man:",shortname_alternates:[],keywords:["man","uc6"],unicode_output:"1f468"},"1f468-1f3fb":{name:"man: light skin tone",category:"people",shortname:":man_tone1:",shortname_alternates:[],keywords:["light skin tone","man","uc8"],unicode_output:"1f468-1f3fb"},"1f468-1f3fc":{name:"man: medium-light skin tone",category:"people",shortname:":man_tone2:",shortname_alternates:[],keywords:["man","medium-light skin tone","uc8"],unicode_output:"1f468-1f3fc"},"1f468-1f3fd":{name:"man: medium skin tone",category:"people",shortname:":man_tone3:",shortname_alternates:[],keywords:["man","medium skin tone","uc8"],unicode_output:"1f468-1f3fd"},"1f468-1f3fe":{name:"man: medium-dark skin tone",category:"people",shortname:":man_tone4:",shortname_alternates:[],keywords:["man","medium-dark skin tone","uc8"],unicode_output:"1f468-1f3fe"},"1f468-1f3ff":{name:"man: dark skin tone",category:"people",shortname:":man_tone5:",shortname_alternates:[],keywords:["dark skin tone","man","uc8"],unicode_output:"1f468-1f3ff"},"1f9d1-1f9b1":{name:"person: curly hair",category:"people",shortname:":person_curly_hair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f9b1"},"1f9d1-1f3fb-1f9b1":{name:"person: light skin tone, curly hair",category:"people",shortname:":person_tone1_curly_hair:",shortname_alternates:[":person_light_skin_tone_curly_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f9b1"},"1f9d1-1f3fc-1f9b1":{name:"person: medium-light skin tone, curly hair",category:"people",shortname:":person_tone2_curly_hair:",shortname_alternates:[":person_medium_light_skin_tone_curly_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f9b1"},"1f9d1-1f3fd-1f9b1":{name:"person: medium skin tone, curly hair",category:"people",shortname:":person_tone3_curly_hair:",shortname_alternates:[":person_medium_skin_tone_curly_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f9b1"},"1f9d1-1f3fe-1f9b1":{name:"person: medium-dark skin tone, curly hair",category:"people",shortname:":person_tone4_curly_hair:",shortname_alternates:[":person_medium_dark_skin_tone_curly_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f9b1"},"1f9d1-1f3ff-1f9b1":{name:"person: dark skin tone, curly hair",category:"people",shortname:":person_tone5_curly_hair:",shortname_alternates:[":person_dark_skin_tone_curly_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f9b1"},"1f469-1f9b1":{name:"woman: curly hair",category:"people",shortname:":woman_curly_haired:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f469-200d-1f9b1"},"1f469-1f3fb-1f9b1":{name:"woman, curly haired: light skin tone",category:"people",shortname:":woman_curly_haired_tone1:",shortname_alternates:[":woman_curly_haired_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fb-200d-1f9b1"},"1f469-1f3fc-1f9b1":{name:"woman, curly haired: medium-light skin tone",category:"people",shortname:":woman_curly_haired_tone2:",shortname_alternates:[":woman_curly_haired_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fc-200d-1f9b1"},"1f469-1f3fd-1f9b1":{name:"woman, curly haired: medium skin tone",category:"people",shortname:":woman_curly_haired_tone3:",shortname_alternates:[":woman_curly_haired_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fd-200d-1f9b1"},"1f469-1f3fe-1f9b1":{name:"woman, curly haired: medium-dark skin tone",category:"people",shortname:":woman_curly_haired_tone4:",shortname_alternates:[":woman_curly_haired_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fe-200d-1f9b1"},"1f469-1f3ff-1f9b1":{name:"woman, curly haired: dark skin tone",category:"people",shortname:":woman_curly_haired_tone5:",shortname_alternates:[":woman_curly_haired_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3ff-200d-1f9b1"},"1f468-1f9b1":{name:"man: curly hair",category:"people",shortname:":man_curly_haired:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f468-200d-1f9b1"},"1f468-1f3fb-1f9b1":{name:"man, curly haired: light skin tone",category:"people",shortname:":man_curly_haired_tone1:",shortname_alternates:[":man_curly_haired_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fb-200d-1f9b1"},"1f468-1f3fc-1f9b1":{name:"man, curly haired: medium-light skin tone",category:"people",shortname:":man_curly_haired_tone2:",shortname_alternates:[":man_curly_haired_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fc-200d-1f9b1"},"1f468-1f3fd-1f9b1":{name:"man, curly haired: medium skin tone",category:"people",shortname:":man_curly_haired_tone3:",shortname_alternates:[":man_curly_haired_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fd-200d-1f9b1"},"1f468-1f3fe-1f9b1":{name:"man, curly haired: medium-dark skin tone",category:"people",shortname:":man_curly_haired_tone4:",shortname_alternates:[":man_curly_haired_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fe-200d-1f9b1"},"1f468-1f3ff-1f9b1":{name:"man, curly haired: dark skin tone",category:"people",shortname:":man_curly_haired_tone5:",shortname_alternates:[":man_curly_haired_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3ff-200d-1f9b1"},"1f9d1-1f9b0":{name:"person: red hair",category:"people",shortname:":person_red_hair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f9b0"},"1f9d1-1f3fb-1f9b0":{name:"person: light skin tone, red hair",category:"people",shortname:":person_tone1_red_hair:",shortname_alternates:[":person_light_skin_tone_red_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f9b0"},"1f9d1-1f3fc-1f9b0":{name:"person: medium-light skin tone, red hair",category:"people",shortname:":person_tone2_red_hair:",shortname_alternates:[":person_medium_light_skin_tone_red_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f9b0"},"1f9d1-1f3fd-1f9b0":{name:"person: medium skin tone, red hair",category:"people",shortname:":person_tone3_red_hair:",shortname_alternates:[":person_medium_skin_tone_red_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f9b0"},"1f9d1-1f3fe-1f9b0":{name:"person: medium-dark skin tone, red hair",category:"people",shortname:":person_tone4_red_hair:",shortname_alternates:[":person_medium_dark_skin_tone_red_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f9b0"},"1f9d1-1f3ff-1f9b0":{name:"person: dark skin tone, red hair",category:"people",shortname:":person_tone5_red_hair:",shortname_alternates:[":person_dark_skin_tone_red_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f9b0"},"1f469-1f9b0":{name:"woman: red hair",category:"people",shortname:":woman_red_haired:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f469-200d-1f9b0"},"1f469-1f3fb-1f9b0":{name:"woman, red haired: light skin tone",category:"people",shortname:":woman_red_haired_tone1:",shortname_alternates:[":woman_red_haired_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fb-200d-1f9b0"},"1f469-1f3fc-1f9b0":{name:"woman, red haired: medium-light skin tone",category:"people",shortname:":woman_red_haired_tone2:",shortname_alternates:[":woman_red_haired_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fc-200d-1f9b0"},"1f469-1f3fd-1f9b0":{name:"woman, red haired: medium skin tone",category:"people",shortname:":woman_red_haired_tone3:",shortname_alternates:[":woman_red_haired_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fd-200d-1f9b0"},"1f469-1f3fe-1f9b0":{name:"woman, red haired: medium-dark skin tone",category:"people",shortname:":woman_red_haired_tone4:",shortname_alternates:[":woman_red_haired_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fe-200d-1f9b0"},"1f469-1f3ff-1f9b0":{name:"woman, red haired: dark skin tone",category:"people",shortname:":woman_red_haired_tone5:",shortname_alternates:[":woman_red_haired_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3ff-200d-1f9b0"},"1f468-1f9b0":{name:"man: red hair",category:"people",shortname:":man_red_haired:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f468-200d-1f9b0"},"1f468-1f3fb-1f9b0":{name:"man, red haired: light skin tone",category:"people",shortname:":man_red_haired_tone1:",shortname_alternates:[":man_red_haired_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fb-200d-1f9b0"},"1f468-1f3fc-1f9b0":{name:"man, red haired: medium-light skin tone",category:"people",shortname:":man_red_haired_tone2:",shortname_alternates:[":man_red_haired_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fc-200d-1f9b0"},"1f468-1f3fd-1f9b0":{name:"man, red haired: medium skin tone",category:"people",shortname:":man_red_haired_tone3:",shortname_alternates:[":man_red_haired_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fd-200d-1f9b0"},"1f468-1f3fe-1f9b0":{name:"man, red haired: medium-dark skin tone",category:"people",shortname:":man_red_haired_tone4:",shortname_alternates:[":man_red_haired_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fe-200d-1f9b0"},"1f468-1f3ff-1f9b0":{name:"man, red haired: dark skin tone",category:"people",shortname:":man_red_haired_tone5:",shortname_alternates:[":man_red_haired_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3ff-200d-1f9b0"},"1f471-2640":{name:"woman: blond hair",category:"people",shortname:":blond-haired_woman:",shortname_alternates:[],keywords:["blonde","woman","uc6"],unicode_output:"1f471-200d-2640-fe0f"},"1f471-1f3fb-2640":{name:"blond-haired woman: light skin tone",category:"people",shortname:":blond-haired_woman_tone1:",shortname_alternates:[":blond-haired_woman_light_skin_tone:"],keywords:["blonde","light skin tone","woman","uc8"],unicode_output:"1f471-1f3fb-200d-2640-fe0f"},"1f471-1f3fc-2640":{name:"blond-haired woman: medium-light skin tone",category:"people",shortname:":blond-haired_woman_tone2:",shortname_alternates:[":blond-haired_woman_medium_light_skin_tone:"],keywords:["blonde","medium-light skin tone","woman","uc8"],unicode_output:"1f471-1f3fc-200d-2640-fe0f"},"1f471-1f3fd-2640":{name:"blond-haired woman: medium skin tone",category:"people",shortname:":blond-haired_woman_tone3:",shortname_alternates:[":blond-haired_woman_medium_skin_tone:"],keywords:["blonde","medium skin tone","woman","uc8"],unicode_output:"1f471-1f3fd-200d-2640-fe0f"},"1f471-1f3fe-2640":{name:"blond-haired woman: medium-dark skin tone",category:"people",shortname:":blond-haired_woman_tone4:",shortname_alternates:[":blond-haired_woman_medium_dark_skin_tone:"],keywords:["blonde","medium-dark skin tone","woman","uc8"],unicode_output:"1f471-1f3fe-200d-2640-fe0f"},"1f471-1f3ff-2640":{name:"blond-haired woman: dark skin tone",category:"people",shortname:":blond-haired_woman_tone5:",shortname_alternates:[":blond-haired_woman_dark_skin_tone:"],keywords:["blonde","dark skin tone","woman","uc8"],unicode_output:"1f471-1f3ff-200d-2640-fe0f"},"1f471":{name:"person: blond hair",category:"people",shortname:":blond_haired_person:",shortname_alternates:[":person_with_blond_hair:"],keywords:["blond","uc6"],unicode_output:"1f471"},"1f471-1f3fb":{name:"blond-haired person: light skin tone",category:"people",shortname:":blond_haired_person_tone1:",shortname_alternates:[":person_with_blond_hair_tone1:"],keywords:["blond","light skin tone","uc8"],unicode_output:"1f471-1f3fb"},"1f471-1f3fc":{name:"blond-haired person: medium-light skin tone",category:"people",shortname:":blond_haired_person_tone2:",shortname_alternates:[":person_with_blond_hair_tone2:"],keywords:["blond","medium-light skin tone","uc8"],unicode_output:"1f471-1f3fc"},"1f471-1f3fd":{name:"blond-haired person: medium skin tone",category:"people",shortname:":blond_haired_person_tone3:",shortname_alternates:[":person_with_blond_hair_tone3:"],keywords:["blond","medium skin tone","uc8"],unicode_output:"1f471-1f3fd"},"1f471-1f3fe":{name:"blond-haired person: medium-dark skin tone",category:"people",shortname:":blond_haired_person_tone4:",shortname_alternates:[":person_with_blond_hair_tone4:"],keywords:["blond","medium-dark skin tone","uc8"],unicode_output:"1f471-1f3fe"},"1f471-1f3ff":{name:"blond-haired person: dark skin tone",category:"people",shortname:":blond_haired_person_tone5:",shortname_alternates:[":person_with_blond_hair_tone5:"],keywords:["blond","dark skin tone","uc8"],unicode_output:"1f471-1f3ff"},"1f471-2642":{name:"man: blond hair",category:"people",shortname:":blond-haired_man:",shortname_alternates:[],keywords:["blond","man","uc6"],unicode_output:"1f471-200d-2642-fe0f"},"1f471-1f3fb-2642":{name:"blond-haired man: light skin tone",category:"people",shortname:":blond-haired_man_tone1:",shortname_alternates:[":blond-haired_man_light_skin_tone:"],keywords:["blond","light skin tone","man","uc8"],unicode_output:"1f471-1f3fb-200d-2642-fe0f"},"1f471-1f3fc-2642":{name:"blond-haired man: medium-light skin tone",category:"people",shortname:":blond-haired_man_tone2:",shortname_alternates:[":blond-haired_man_medium_light_skin_tone:"],keywords:["blond","man","medium-light skin tone","uc8"],unicode_output:"1f471-1f3fc-200d-2642-fe0f"},"1f471-1f3fd-2642":{name:"blond-haired man: medium skin tone",category:"people",shortname:":blond-haired_man_tone3:",shortname_alternates:[":blond-haired_man_medium_skin_tone:"],keywords:["blond","man","medium skin tone","uc8"],unicode_output:"1f471-1f3fd-200d-2642-fe0f"},"1f471-1f3fe-2642":{name:"blond-haired man: medium-dark skin tone",category:"people",shortname:":blond-haired_man_tone4:",shortname_alternates:[":blond-haired_man_medium_dark_skin_tone:"],keywords:["blond","man","medium-dark skin tone","uc8"],unicode_output:"1f471-1f3fe-200d-2642-fe0f"},"1f471-1f3ff-2642":{name:"blond-haired man: dark skin tone",category:"people",shortname:":blond-haired_man_tone5:",shortname_alternates:[":blond-haired_man_dark_skin_tone:"],keywords:["blond","dark skin tone","man","uc8"],unicode_output:"1f471-1f3ff-200d-2642-fe0f"},"1f9d1-1f9b3":{name:"person: white hair",category:"people",shortname:":person_white_hair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f9b3"},"1f9d1-1f3fb-1f9b3":{name:"person: light skin tone, white hair",category:"people",shortname:":person_tone1_white_hair:",shortname_alternates:[":person_light_skin_tone_white_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f9b3"},"1f9d1-1f3fc-1f9b3":{name:"person: medium-light skin tone, white hair",category:"people",shortname:":person_tone2_white_hair:",shortname_alternates:[":person_medium_light_skin_tone_white_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f9b3"},"1f9d1-1f3fd-1f9b3":{name:"person: medium skin tone, white hair",category:"people",shortname:":person_tone3_white_hair:",shortname_alternates:[":person_medium_skin_tone_white_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f9b3"},"1f9d1-1f3fe-1f9b3":{name:"person: medium-dark skin tone, white hair",category:"people",shortname:":person_tone4_white_hair:",shortname_alternates:[":person_medium_dark_skin_tone_white_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f9b3"},"1f9d1-1f3ff-1f9b3":{name:"person: dark skin tone, white hair",category:"people",shortname:":person_tone5_white_hair:",shortname_alternates:[":person_dark_skin_tone_white_hair:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f9b3"},"1f469-1f9b3":{name:"woman: white hair",category:"people",shortname:":woman_white_haired:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f469-200d-1f9b3"},"1f469-1f3fb-1f9b3":{name:"woman, white haired: light skin tone",category:"people",shortname:":woman_white_haired_tone1:",shortname_alternates:[":woman_white_haired_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fb-200d-1f9b3"},"1f469-1f3fc-1f9b3":{name:"woman, white haired: medium-light skin tone",category:"people",shortname:":woman_white_haired_tone2:",shortname_alternates:[":woman_white_haired_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fc-200d-1f9b3"},"1f469-1f3fd-1f9b3":{name:"woman, white haired: medium skin tone",category:"people",shortname:":woman_white_haired_tone3:",shortname_alternates:[":woman_white_haired_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fd-200d-1f9b3"},"1f469-1f3fe-1f9b3":{name:"woman, white haired: medium-dark skin tone",category:"people",shortname:":woman_white_haired_tone4:",shortname_alternates:[":woman_white_haired_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fe-200d-1f9b3"},"1f469-1f3ff-1f9b3":{name:"woman, white haired: dark skin tone",category:"people",shortname:":woman_white_haired_tone5:",shortname_alternates:[":woman_white_haired_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3ff-200d-1f9b3"},"1f468-1f9b3":{name:"man: white hair",category:"people",shortname:":man_white_haired:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f468-200d-1f9b3"},"1f468-1f3fb-1f9b3":{name:"man, white haired: light skin tone",category:"people",shortname:":man_white_haired_tone1:",shortname_alternates:[":man_white_haired_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fb-200d-1f9b3"},"1f468-1f3fc-1f9b3":{name:"man, white haired: medium-light skin tone",category:"people",shortname:":man_white_haired_tone2:",shortname_alternates:[":man_white_haired_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fc-200d-1f9b3"},"1f468-1f3fd-1f9b3":{name:"man, white haired: medium skin tone",category:"people",shortname:":man_white_haired_tone3:",shortname_alternates:[":man_white_haired_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fd-200d-1f9b3"},"1f468-1f3fe-1f9b3":{name:"man, white haired: medium-dark skin tone",category:"people",shortname:":man_white_haired_tone4:",shortname_alternates:[":man_white_haired_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fe-200d-1f9b3"},"1f468-1f3ff-1f9b3":{name:"man, white haired: dark skin tone",category:"people",shortname:":man_white_haired_tone5:",shortname_alternates:[":man_white_haired_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3ff-200d-1f9b3"},"1f9d1-1f9b2":{name:"person: bald",category:"people",shortname:":person_bald:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f9b2"},"1f9d1-1f3fb-1f9b2":{name:"person: light skin tone, bald",category:"people",shortname:":person_tone1_bald:",shortname_alternates:[":person_light_skin_tone_bald:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f9b2"},"1f9d1-1f3fc-1f9b2":{name:"person: medium-light skin tone, bald",category:"people",shortname:":person_tone2_bald:",shortname_alternates:[":person_medium_light_skin_tone_bald:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f9b2"},"1f9d1-1f3fd-1f9b2":{name:"person: medium skin tone, bald",category:"people",shortname:":person_tone3_bald:",shortname_alternates:[":person_medium_skin_tone_bald:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f9b2"},"1f9d1-1f3fe-1f9b2":{name:"person: medium-dark skin tone, bald",category:"people",shortname:":person_tone4_bald:",shortname_alternates:[":person_medium_dark_skin_tone_bald:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f9b2"},"1f9d1-1f3ff-1f9b2":{name:"person: dark skin tone, bald",category:"people",shortname:":person_tone5_bald:",shortname_alternates:[":person_dark_skin_tone_bald:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f9b2"},"1f469-1f9b2":{name:"woman: bald",category:"people",shortname:":woman_bald:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f469-200d-1f9b2"},"1f469-1f3fb-1f9b2":{name:"woman, bald: light skin tone",category:"people",shortname:":woman_bald_tone1:",shortname_alternates:[":woman_bald_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fb-200d-1f9b2"},"1f469-1f3fc-1f9b2":{name:"woman, bald: medium-light skin tone",category:"people",shortname:":woman_bald_tone2:",shortname_alternates:[":woman_bald_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fc-200d-1f9b2"},"1f469-1f3fd-1f9b2":{name:"woman, bald: medium skin tone",category:"people",shortname:":woman_bald_tone3:",shortname_alternates:[":woman_bald_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fd-200d-1f9b2"},"1f469-1f3fe-1f9b2":{name:"woman, bald: medium-dark skin tone",category:"people",shortname:":woman_bald_tone4:",shortname_alternates:[":woman_bald_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3fe-200d-1f9b2"},"1f469-1f3ff-1f9b2":{name:"woman, bald: dark skin tone",category:"people",shortname:":woman_bald_tone5:",shortname_alternates:[":woman_bald_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f469-1f3ff-200d-1f9b2"},"1f468-1f9b2":{name:"man: bald",category:"people",shortname:":man_bald:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f468-200d-1f9b2"},"1f468-1f3fb-1f9b2":{name:"man, bald: light skin tone",category:"people",shortname:":man_bald_tone1:",shortname_alternates:[":man_bald_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fb-200d-1f9b2"},"1f468-1f3fc-1f9b2":{name:"man, bald: medium-light skin tone",category:"people",shortname:":man_bald_tone2:",shortname_alternates:[":man_bald_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fc-200d-1f9b2"},"1f468-1f3fd-1f9b2":{name:"man, bald: medium skin tone",category:"people",shortname:":man_bald_tone3:",shortname_alternates:[":man_bald_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fd-200d-1f9b2"},"1f468-1f3fe-1f9b2":{name:"man, bald: medium-dark skin tone",category:"people",shortname:":man_bald_tone4:",shortname_alternates:[":man_bald_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3fe-200d-1f9b2"},"1f468-1f3ff-1f9b2":{name:"man, bald: dark skin tone",category:"people",shortname:":man_bald_tone5:",shortname_alternates:[":man_bald_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f468-1f3ff-200d-1f9b2"},"1f9d4":{name:"person: beard",category:"people",shortname:":bearded_person:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9d4"},"1f9d4-1f3fb":{name:"bearded person: light skin tone",category:"people",shortname:":bearded_person_tone1:",shortname_alternates:[":bearded_person_light_skin_tone:"],keywords:["beard","light skin tone","uc10"],unicode_output:"1f9d4-1f3fb"},"1f9d4-1f3fc":{name:"bearded person: medium-light skin tone",category:"people",shortname:":bearded_person_tone2:",shortname_alternates:[":bearded_person_medium_light_skin_tone:"],keywords:["beard","medium-light skin tone","uc10"],unicode_output:"1f9d4-1f3fc"},"1f9d4-1f3fd":{name:"bearded person: medium skin tone",category:"people",shortname:":bearded_person_tone3:",shortname_alternates:[":bearded_person_medium_skin_tone:"],keywords:["beard","medium skin tone","uc10"],unicode_output:"1f9d4-1f3fd"},"1f9d4-1f3fe":{name:"bearded person: medium-dark skin tone",category:"people",shortname:":bearded_person_tone4:",shortname_alternates:[":bearded_person_medium_dark_skin_tone:"],keywords:["beard","medium-dark skin tone","uc10"],unicode_output:"1f9d4-1f3fe"},"1f9d4-1f3ff":{name:"bearded person: dark skin tone",category:"people",shortname:":bearded_person_tone5:",shortname_alternates:[":bearded_person_dark_skin_tone:"],keywords:["beard","dark skin tone","uc10"],unicode_output:"1f9d4-1f3ff"},"1f9d4-2642":{name:"man: beard",category:"people",shortname:":man_beard:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f9d4-200d-2642-fe0f"},"1f9d4-1f3fb-2642":{name:"man: light skin tone, beard",category:"people",shortname:":man_tone1_beard:",shortname_alternates:[":man_light_skin_tone_beard:"],keywords:["uc13"],unicode_output:"1f9d4-1f3fb-200d-2642-fe0f"},"1f9d4-1f3fc-2642":{name:"man: medium-light skin tone, beard",category:"people",shortname:":man_tone2_beard:",shortname_alternates:[":man_medium_light_skin_tone_beard:"],keywords:["uc13"],unicode_output:"1f9d4-1f3fc-200d-2642-fe0f"},"1f9d4-1f3fd-2642":{name:"man: medium skin tone, beard",category:"people",shortname:":man_tone3_beard:",shortname_alternates:[":man_medium_skin_tone_beard:"],keywords:["uc13"],unicode_output:"1f9d4-1f3fd-200d-2642-fe0f"},"1f9d4-1f3fe-2642":{name:"man: medium-dark skin tone, beard",category:"people",shortname:":man_tone4_beard:",shortname_alternates:[":man_medium_dark_skin_tone_beard:"],keywords:["uc13"],unicode_output:"1f9d4-1f3fe-200d-2642-fe0f"},"1f9d4-1f3ff-2642":{name:"man: dark skin tone, beard",category:"people",shortname:":man_tone5_beard:",shortname_alternates:[":man_dark_skin_tone_beard:"],keywords:["uc13"],unicode_output:"1f9d4-1f3ff-200d-2642-fe0f"},"1f9d4-2640":{name:"woman: beard",category:"people",shortname:":woman_beard:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f9d4-200d-2640-fe0f"},"1f9d4-1f3fb-2640":{name:"woman: light skin tone, beard",category:"people",shortname:":woman_tone1_beard:",shortname_alternates:[":woman_light_skin_tone_beard:"],keywords:["uc13"],unicode_output:"1f9d4-1f3fb-200d-2640-fe0f"},"1f9d4-1f3fc-2640":{name:"woman: medium-light skin tone, beard",category:"people",shortname:":woman_tone2_beard:",shortname_alternates:[":woman_medium_light_skin_tone_beard:"],keywords:["uc13"],unicode_output:"1f9d4-1f3fc-200d-2640-fe0f"},"1f9d4-1f3fd-2640":{name:"woman: medium skin tone, beard",category:"people",shortname:":woman_tone3_beard:",shortname_alternates:[":woman_medium_skin_tone_beard:"],keywords:["uc13"],unicode_output:"1f9d4-1f3fd-200d-2640-fe0f"},"1f9d4-1f3fe-2640":{name:"woman: medium-dark skin tone, beard",category:"people",shortname:":woman_tone4_beard:",shortname_alternates:[":woman_medium_dark_skin_tone_beard:"],keywords:["uc13"],unicode_output:"1f9d4-1f3fe-200d-2640-fe0f"},"1f9d4-1f3ff-2640":{name:"woman: dark skin tone, beard",category:"people",shortname:":woman_tone5_beard:",shortname_alternates:[":woman_dark_skin_tone_beard:"],keywords:["uc13"],unicode_output:"1f9d4-1f3ff-200d-2640-fe0f"},"1f475":{name:"old woman",category:"people",shortname:":older_woman:",shortname_alternates:[":grandma:"],keywords:["old","woman","uc6"],unicode_output:"1f475"},"1f475-1f3fb":{name:"old woman: light skin tone",category:"people",shortname:":older_woman_tone1:",shortname_alternates:[":grandma_tone1:"],keywords:["light skin tone","old","woman","uc8"],unicode_output:"1f475-1f3fb"},"1f475-1f3fc":{name:"old woman: medium-light skin tone",category:"people",shortname:":older_woman_tone2:",shortname_alternates:[":grandma_tone2:"],keywords:["medium-light skin tone","old","woman","uc8"],unicode_output:"1f475-1f3fc"},"1f475-1f3fd":{name:"old woman: medium skin tone",category:"people",shortname:":older_woman_tone3:",shortname_alternates:[":grandma_tone3:"],keywords:["medium skin tone","old","woman","uc8"],unicode_output:"1f475-1f3fd"},"1f475-1f3fe":{name:"old woman: medium-dark skin tone",category:"people",shortname:":older_woman_tone4:",shortname_alternates:[":grandma_tone4:"],keywords:["medium-dark skin tone","old","woman","uc8"],unicode_output:"1f475-1f3fe"},"1f475-1f3ff":{name:"old woman: dark skin tone",category:"people",shortname:":older_woman_tone5:",shortname_alternates:[":grandma_tone5:"],keywords:["dark skin tone","old","woman","uc8"],unicode_output:"1f475-1f3ff"},"1f9d3":{name:"older person",category:"people",shortname:":older_adult:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9d3"},"1f9d3-1f3fb":{name:"older person: light skin tone",category:"people",shortname:":older_adult_tone1:",shortname_alternates:[":older_adult_light_skin_tone:"],keywords:["gender-neutral","light skin tone","old","uc10"],unicode_output:"1f9d3-1f3fb"},"1f9d3-1f3fc":{name:"older person: medium-light skin tone",category:"people",shortname:":older_adult_tone2:",shortname_alternates:[":older_adult_medium_light_skin_tone:"],keywords:["gender-neutral","medium-light skin tone","old","uc10"],unicode_output:"1f9d3-1f3fc"},"1f9d3-1f3fd":{name:"older person: medium skin tone",category:"people",shortname:":older_adult_tone3:",shortname_alternates:[":older_adult_medium_skin_tone:"],keywords:["gender-neutral","medium skin tone","old","uc10"],unicode_output:"1f9d3-1f3fd"},"1f9d3-1f3fe":{name:"older person: medium-dark skin tone",category:"people",shortname:":older_adult_tone4:",shortname_alternates:[":older_adult_medium_dark_skin_tone:"],keywords:["gender-neutral","medium-dark skin tone","old","uc10"],unicode_output:"1f9d3-1f3fe"},"1f9d3-1f3ff":{name:"older person: dark skin tone",category:"people",shortname:":older_adult_tone5:",shortname_alternates:[":older_adult_dark_skin_tone:"],keywords:["dark skin tone","gender-neutral","old","uc10"],unicode_output:"1f9d3-1f3ff"},"1f474":{name:"old man",category:"people",shortname:":older_man:",shortname_alternates:[],keywords:["man","old","uc6"],unicode_output:"1f474"},"1f474-1f3fb":{name:"old man: light skin tone",category:"people",shortname:":older_man_tone1:",shortname_alternates:[],keywords:["light skin tone","man","old","uc8"],unicode_output:"1f474-1f3fb"},"1f474-1f3fc":{name:"old man: medium-light skin tone",category:"people",shortname:":older_man_tone2:",shortname_alternates:[],keywords:["man","medium-light skin tone","old","uc8"],unicode_output:"1f474-1f3fc"},"1f474-1f3fd":{name:"old man: medium skin tone",category:"people",shortname:":older_man_tone3:",shortname_alternates:[],keywords:["man","medium skin tone","old","uc8"],unicode_output:"1f474-1f3fd"},"1f474-1f3fe":{name:"old man: medium-dark skin tone",category:"people",shortname:":older_man_tone4:",shortname_alternates:[],keywords:["man","medium-dark skin tone","old","uc8"],unicode_output:"1f474-1f3fe"},"1f474-1f3ff":{name:"old man: dark skin tone",category:"people",shortname:":older_man_tone5:",shortname_alternates:[],keywords:["dark skin tone","man","old","uc8"],unicode_output:"1f474-1f3ff"},"1f472":{name:"man with Chinese cap",category:"people",shortname:":man_with_chinese_cap:",shortname_alternates:[":man_with_gua_pi_mao:"],keywords:["gua pi mao","hat","man","uc6"],unicode_output:"1f472"},"1f472-1f3fb":{name:"man with Chinese cap: light skin tone",category:"people",shortname:":man_with_chinese_cap_tone1:",shortname_alternates:[":man_with_gua_pi_mao_tone1:"],keywords:["gua pi mao","hat","light skin tone","man","uc8"],unicode_output:"1f472-1f3fb"},"1f472-1f3fc":{name:"man with Chinese cap: medium-light skin tone",category:"people",shortname:":man_with_chinese_cap_tone2:",shortname_alternates:[":man_with_gua_pi_mao_tone2:"],keywords:["gua pi mao","hat","man","medium-light skin tone","uc8"],unicode_output:"1f472-1f3fc"},"1f472-1f3fd":{name:"man with Chinese cap: medium skin tone",category:"people",shortname:":man_with_chinese_cap_tone3:",shortname_alternates:[":man_with_gua_pi_mao_tone3:"],keywords:["gua pi mao","hat","man","medium skin tone","uc8"],unicode_output:"1f472-1f3fd"},"1f472-1f3fe":{name:"man with Chinese cap: medium-dark skin tone",category:"people",shortname:":man_with_chinese_cap_tone4:",shortname_alternates:[":man_with_gua_pi_mao_tone4:"],keywords:["gua pi mao","hat","man","medium-dark skin tone","uc8"],unicode_output:"1f472-1f3fe"},"1f472-1f3ff":{name:"man with Chinese cap: dark skin tone",category:"people",shortname:":man_with_chinese_cap_tone5:",shortname_alternates:[":man_with_gua_pi_mao_tone5:"],keywords:["dark skin tone","gua pi mao","hat","man","uc8"],unicode_output:"1f472-1f3ff"},"1f473":{name:"person wearing turban",category:"people",shortname:":person_wearing_turban:",shortname_alternates:[":man_with_turban:"],keywords:["turban","uc6"],unicode_output:"1f473"},"1f473-1f3fb":{name:"person wearing turban: light skin tone",category:"people",shortname:":person_wearing_turban_tone1:",shortname_alternates:[":man_with_turban_tone1:"],keywords:["light skin tone","turban","uc8"],unicode_output:"1f473-1f3fb"},"1f473-1f3fc":{name:"person wearing turban: medium-light skin tone",category:"people",shortname:":person_wearing_turban_tone2:",shortname_alternates:[":man_with_turban_tone2:"],keywords:["medium-light skin tone","turban","uc8"],unicode_output:"1f473-1f3fc"},"1f473-1f3fd":{name:"person wearing turban: medium skin tone",category:"people",shortname:":person_wearing_turban_tone3:",shortname_alternates:[":man_with_turban_tone3:"],keywords:["medium skin tone","turban","uc8"],unicode_output:"1f473-1f3fd"},"1f473-1f3fe":{name:"person wearing turban: medium-dark skin tone",category:"people",shortname:":person_wearing_turban_tone4:",shortname_alternates:[":man_with_turban_tone4:"],keywords:["medium-dark skin tone","turban","uc8"],unicode_output:"1f473-1f3fe"},"1f473-1f3ff":{name:"person wearing turban: dark skin tone",category:"people",shortname:":person_wearing_turban_tone5:",shortname_alternates:[":man_with_turban_tone5:"],keywords:["dark skin tone","turban","uc8"],unicode_output:"1f473-1f3ff"},"1f473-2640":{name:"woman wearing turban",category:"people",shortname:":woman_wearing_turban:",shortname_alternates:[],keywords:["turban","woman","uc6"],unicode_output:"1f473-200d-2640-fe0f"},"1f473-1f3fb-2640":{name:"woman wearing turban: light skin tone",category:"people",shortname:":woman_wearing_turban_tone1:",shortname_alternates:[":woman_wearing_turban_light_skin_tone:"],keywords:["light skin tone","turban","woman","uc8"],unicode_output:"1f473-1f3fb-200d-2640-fe0f"},"1f473-1f3fc-2640":{name:"woman wearing turban: medium-light skin tone",category:"people",shortname:":woman_wearing_turban_tone2:",shortname_alternates:[":woman_wearing_turban_medium_light_skin_tone:"],keywords:["medium-light skin tone","turban","woman","uc8"],unicode_output:"1f473-1f3fc-200d-2640-fe0f"},"1f473-1f3fd-2640":{name:"woman wearing turban: medium skin tone",category:"people",shortname:":woman_wearing_turban_tone3:",shortname_alternates:[":woman_wearing_turban_medium_skin_tone:"],keywords:["medium skin tone","turban","woman","uc8"],unicode_output:"1f473-1f3fd-200d-2640-fe0f"},"1f473-1f3fe-2640":{name:"woman wearing turban: medium-dark skin tone",category:"people",shortname:":woman_wearing_turban_tone4:",shortname_alternates:[":woman_wearing_turban_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","turban","woman","uc8"],unicode_output:"1f473-1f3fe-200d-2640-fe0f"},"1f473-1f3ff-2640":{name:"woman wearing turban: dark skin tone",category:"people",shortname:":woman_wearing_turban_tone5:",shortname_alternates:[":woman_wearing_turban_dark_skin_tone:"],keywords:["dark skin tone","turban","woman","uc8"],unicode_output:"1f473-1f3ff-200d-2640-fe0f"},"1f473-2642":{name:"man wearing turban",category:"people",shortname:":man_wearing_turban:",shortname_alternates:[],keywords:["man","turban","uc6"],unicode_output:"1f473-200d-2642-fe0f"},"1f473-1f3fb-2642":{name:"man wearing turban: light skin tone",category:"people",shortname:":man_wearing_turban_tone1:",shortname_alternates:[":man_wearing_turban_light_skin_tone:"],keywords:["light skin tone","man","turban","uc8"],unicode_output:"1f473-1f3fb-200d-2642-fe0f"},"1f473-1f3fc-2642":{name:"man wearing turban: medium-light skin tone",category:"people",shortname:":man_wearing_turban_tone2:",shortname_alternates:[":man_wearing_turban_medium_light_skin_tone:"],keywords:["man","medium-light skin tone","turban","uc8"],unicode_output:"1f473-1f3fc-200d-2642-fe0f"},"1f473-1f3fd-2642":{name:"man wearing turban: medium skin tone",category:"people",shortname:":man_wearing_turban_tone3:",shortname_alternates:[":man_wearing_turban_medium_skin_tone:"],keywords:["man","medium skin tone","turban","uc8"],unicode_output:"1f473-1f3fd-200d-2642-fe0f"},"1f473-1f3fe-2642":{name:"man wearing turban: medium-dark skin tone",category:"people",shortname:":man_wearing_turban_tone4:",shortname_alternates:[":man_wearing_turban_medium_dark_skin_tone:"],keywords:["man","medium-dark skin tone","turban","uc8"],unicode_output:"1f473-1f3fe-200d-2642-fe0f"},"1f473-1f3ff-2642":{name:"man wearing turban: dark skin tone",category:"people",shortname:":man_wearing_turban_tone5:",shortname_alternates:[":man_wearing_turban_dark_skin_tone:"],keywords:["dark skin tone","man","turban","uc8"],unicode_output:"1f473-1f3ff-200d-2642-fe0f"},"1f9d5":{name:"woman with headscarf",category:"people",shortname:":woman_with_headscarf:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9d5"},"1f9d5-1f3fb":{name:"woman with headscarf: light skin tone",category:"people",shortname:":woman_with_headscarf_tone1:",shortname_alternates:[":woman_with_headscarf_light_skin_tone:"],keywords:["headscarf","hijab","light skin tone","mantilla","tichel","uc10"],unicode_output:"1f9d5-1f3fb"},"1f9d5-1f3fc":{name:"woman with headscarf: medium-light skin tone",category:"people",shortname:":woman_with_headscarf_tone2:",shortname_alternates:[":woman_with_headscarf_medium_light_skin_tone:"],keywords:["headscarf","hijab","mantilla","medium-light skin tone","tichel","uc10"],unicode_output:"1f9d5-1f3fc"},"1f9d5-1f3fd":{name:"woman with headscarf: medium skin tone",category:"people",shortname:":woman_with_headscarf_tone3:",shortname_alternates:[":woman_with_headscarf_medium_skin_tone:"],keywords:["headscarf","hijab","mantilla","medium skin tone","tichel","uc10"],unicode_output:"1f9d5-1f3fd"},"1f9d5-1f3fe":{name:"woman with headscarf: medium-dark skin tone",category:"people",shortname:":woman_with_headscarf_tone4:",shortname_alternates:[":woman_with_headscarf_medium_dark_skin_tone:"],keywords:["headscarf","hijab","mantilla","medium-dark skin tone","tichel","uc10"],unicode_output:"1f9d5-1f3fe"},"1f9d5-1f3ff":{name:"woman with headscarf: dark skin tone",category:"people",shortname:":woman_with_headscarf_tone5:",shortname_alternates:[":woman_with_headscarf_dark_skin_tone:"],keywords:["dark skin tone","headscarf","hijab","mantilla","tichel","uc10"],unicode_output:"1f9d5-1f3ff"},"1f46e":{name:"police officer",category:"people",shortname:":police_officer:",shortname_alternates:[":cop:"],keywords:["cop","officer","police","uc6"],unicode_output:"1f46e"},"1f46e-1f3fb":{name:"police officer: light skin tone",category:"people",shortname:":police_officer_tone1:",shortname_alternates:[":cop_tone1:"],keywords:["cop","light skin tone","officer","police","uc8"],unicode_output:"1f46e-1f3fb"},"1f46e-1f3fc":{name:"police officer: medium-light skin tone",category:"people",shortname:":police_officer_tone2:",shortname_alternates:[":cop_tone2:"],keywords:["cop","medium-light skin tone","officer","police","uc8"],unicode_output:"1f46e-1f3fc"},"1f46e-1f3fd":{name:"police officer: medium skin tone",category:"people",shortname:":police_officer_tone3:",shortname_alternates:[":cop_tone3:"],keywords:["cop","medium skin tone","officer","police","uc8"],unicode_output:"1f46e-1f3fd"},"1f46e-1f3fe":{name:"police officer: medium-dark skin tone",category:"people",shortname:":police_officer_tone4:",shortname_alternates:[":cop_tone4:"],keywords:["cop","medium-dark skin tone","officer","police","uc8"],unicode_output:"1f46e-1f3fe"},"1f46e-1f3ff":{name:"police officer: dark skin tone",category:"people",shortname:":police_officer_tone5:",shortname_alternates:[":cop_tone5:"],keywords:["cop","dark skin tone","officer","police","uc8"],unicode_output:"1f46e-1f3ff"},"1f46e-2640":{name:"woman police officer",category:"people",shortname:":woman_police_officer:",shortname_alternates:[],keywords:["cop","officer","police","woman","uc6"],unicode_output:"1f46e-200d-2640-fe0f"},"1f46e-1f3fb-2640":{name:"woman police officer: light skin tone",category:"people",shortname:":woman_police_officer_tone1:",shortname_alternates:[":woman_police_officer_light_skin_tone:"],keywords:["cop","light skin tone","officer","police","woman","uc8"],unicode_output:"1f46e-1f3fb-200d-2640-fe0f"},"1f46e-1f3fc-2640":{name:"woman police officer: medium-light skin tone",category:"people",shortname:":woman_police_officer_tone2:",shortname_alternates:[":woman_police_officer_medium_light_skin_tone:"],keywords:["cop","medium-light skin tone","officer","police","woman","uc8"],unicode_output:"1f46e-1f3fc-200d-2640-fe0f"},"1f46e-1f3fd-2640":{name:"woman police officer: medium skin tone",category:"people",shortname:":woman_police_officer_tone3:",shortname_alternates:[":woman_police_officer_medium_skin_tone:"],keywords:["cop","medium skin tone","officer","police","woman","uc8"],unicode_output:"1f46e-1f3fd-200d-2640-fe0f"},"1f46e-1f3fe-2640":{name:"woman police officer: medium-dark skin tone",category:"people",shortname:":woman_police_officer_tone4:",shortname_alternates:[":woman_police_officer_medium_dark_skin_tone:"],keywords:["cop","medium-dark skin tone","officer","police","woman","uc8"],unicode_output:"1f46e-1f3fe-200d-2640-fe0f"},"1f46e-1f3ff-2640":{name:"woman police officer: dark skin tone",category:"people",shortname:":woman_police_officer_tone5:",shortname_alternates:[":woman_police_officer_dark_skin_tone:"],keywords:["cop","dark skin tone","officer","police","woman","uc8"],unicode_output:"1f46e-1f3ff-200d-2640-fe0f"},"1f46e-2642":{name:"man police officer",category:"people",shortname:":man_police_officer:",shortname_alternates:[],keywords:["cop","man","officer","police","uc6"],unicode_output:"1f46e-200d-2642-fe0f"},"1f46e-1f3fb-2642":{name:"man police officer: light skin tone",category:"people",shortname:":man_police_officer_tone1:",shortname_alternates:[":man_police_officer_light_skin_tone:"],keywords:["cop","light skin tone","man","officer","police","uc8"],unicode_output:"1f46e-1f3fb-200d-2642-fe0f"},"1f46e-1f3fc-2642":{name:"man police officer: medium-light skin tone",category:"people",shortname:":man_police_officer_tone2:",shortname_alternates:[":man_police_officer_medium_light_skin_tone:"],keywords:["cop","man","medium-light skin tone","officer","police","uc8"],unicode_output:"1f46e-1f3fc-200d-2642-fe0f"},"1f46e-1f3fd-2642":{name:"man police officer: medium skin tone",category:"people",shortname:":man_police_officer_tone3:",shortname_alternates:[":man_police_officer_medium_skin_tone:"],keywords:["cop","man","medium skin tone","officer","police","uc8"],unicode_output:"1f46e-1f3fd-200d-2642-fe0f"},"1f46e-1f3fe-2642":{name:"man police officer: medium-dark skin tone",category:"people",shortname:":man_police_officer_tone4:",shortname_alternates:[":man_police_officer_medium_dark_skin_tone:"],keywords:["cop","man","medium-dark skin tone","officer","police","uc8"],unicode_output:"1f46e-1f3fe-200d-2642-fe0f"},"1f46e-1f3ff-2642":{name:"man police officer: dark skin tone",category:"people",shortname:":man_police_officer_tone5:",shortname_alternates:[":man_police_officer_dark_skin_tone:"],keywords:["cop","dark skin tone","man","officer","police","uc8"],unicode_output:"1f46e-1f3ff-200d-2642-fe0f"},"1f477":{name:"construction worker",category:"people",shortname:":construction_worker:",shortname_alternates:[],keywords:["construction","hat","worker","uc6"],unicode_output:"1f477"},"1f477-1f3fb":{name:"construction worker: light skin tone",category:"people",shortname:":construction_worker_tone1:",shortname_alternates:[],keywords:["construction","hat","light skin tone","worker","uc8"],unicode_output:"1f477-1f3fb"},"1f477-1f3fc":{name:"construction worker: medium-light skin tone",category:"people",shortname:":construction_worker_tone2:",shortname_alternates:[],keywords:["construction","hat","medium-light skin tone","worker","uc8"],unicode_output:"1f477-1f3fc"},"1f477-1f3fd":{name:"construction worker: medium skin tone",category:"people",shortname:":construction_worker_tone3:",shortname_alternates:[],keywords:["construction","hat","medium skin tone","worker","uc8"],unicode_output:"1f477-1f3fd"},"1f477-1f3fe":{name:"construction worker: medium-dark skin tone",category:"people",shortname:":construction_worker_tone4:",shortname_alternates:[],keywords:["construction","hat","medium-dark skin tone","worker","uc8"],unicode_output:"1f477-1f3fe"},"1f477-1f3ff":{name:"construction worker: dark skin tone",category:"people",shortname:":construction_worker_tone5:",shortname_alternates:[],keywords:["construction","dark skin tone","hat","worker","uc8"],unicode_output:"1f477-1f3ff"},"1f477-2640":{name:"woman construction worker",category:"people",shortname:":woman_construction_worker:",shortname_alternates:[],keywords:["construction","woman","worker","uc6"],unicode_output:"1f477-200d-2640-fe0f"},"1f477-1f3fb-2640":{name:"woman construction worker: light skin tone",category:"people",shortname:":woman_construction_worker_tone1:",shortname_alternates:[":woman_construction_worker_light_skin_tone:"],keywords:["construction","light skin tone","woman","worker","uc8"],unicode_output:"1f477-1f3fb-200d-2640-fe0f"},"1f477-1f3fc-2640":{name:"woman construction worker: medium-light skin tone",category:"people",shortname:":woman_construction_worker_tone2:",shortname_alternates:[":woman_construction_worker_medium_light_skin_tone:"],keywords:["construction","medium-light skin tone","woman","worker","uc8"],unicode_output:"1f477-1f3fc-200d-2640-fe0f"},"1f477-1f3fd-2640":{name:"woman construction worker: medium skin tone",category:"people",shortname:":woman_construction_worker_tone3:",shortname_alternates:[":woman_construction_worker_medium_skin_tone:"],keywords:["construction","medium skin tone","woman","worker","uc8"],unicode_output:"1f477-1f3fd-200d-2640-fe0f"},"1f477-1f3fe-2640":{name:"woman construction worker: medium-dark skin tone",category:"people",shortname:":woman_construction_worker_tone4:",shortname_alternates:[":woman_construction_worker_medium_dark_skin_tone:"],keywords:["construction","medium-dark skin tone","woman","worker","uc8"],unicode_output:"1f477-1f3fe-200d-2640-fe0f"},"1f477-1f3ff-2640":{name:"woman construction worker: dark skin tone",category:"people",shortname:":woman_construction_worker_tone5:",shortname_alternates:[":woman_construction_worker_dark_skin_tone:"],keywords:["construction","dark skin tone","woman","worker","uc8"],unicode_output:"1f477-1f3ff-200d-2640-fe0f"},"1f477-2642":{name:"man construction worker",category:"people",shortname:":man_construction_worker:",shortname_alternates:[],keywords:["construction","man","worker","uc6"],unicode_output:"1f477-200d-2642-fe0f"},"1f477-1f3fb-2642":{name:"man construction worker: light skin tone",category:"people",shortname:":man_construction_worker_tone1:",shortname_alternates:[":man_construction_worker_light_skin_tone:"],keywords:["construction","light skin tone","man","worker","uc8"],unicode_output:"1f477-1f3fb-200d-2642-fe0f"},"1f477-1f3fc-2642":{name:"man construction worker: medium-light skin tone",category:"people",shortname:":man_construction_worker_tone2:",shortname_alternates:[":man_construction_worker_medium_light_skin_tone:"],keywords:["construction","man","medium-light skin tone","worker","uc8"],unicode_output:"1f477-1f3fc-200d-2642-fe0f"},"1f477-1f3fd-2642":{name:"man construction worker: medium skin tone",category:"people",shortname:":man_construction_worker_tone3:",shortname_alternates:[":man_construction_worker_medium_skin_tone:"],keywords:["construction","man","medium skin tone","worker","uc8"],unicode_output:"1f477-1f3fd-200d-2642-fe0f"},"1f477-1f3fe-2642":{name:"man construction worker: medium-dark skin tone",category:"people",shortname:":man_construction_worker_tone4:",shortname_alternates:[":man_construction_worker_medium_dark_skin_tone:"],keywords:["construction","man","medium-dark skin tone","worker","uc8"],unicode_output:"1f477-1f3fe-200d-2642-fe0f"},"1f477-1f3ff-2642":{name:"man construction worker: dark skin tone",category:"people",shortname:":man_construction_worker_tone5:",shortname_alternates:[":man_construction_worker_dark_skin_tone:"],keywords:["construction","dark skin tone","man","worker","uc8"],unicode_output:"1f477-1f3ff-200d-2642-fe0f"},"1f482":{name:"guard",category:"people",shortname:":guard:",shortname_alternates:[":guardsman:"],keywords:["guard","uc6"],unicode_output:"1f482"},"1f482-1f3fb":{name:"guard: light skin tone",category:"people",shortname:":guard_tone1:",shortname_alternates:[":guardsman_tone1:"],keywords:["guard","light skin tone","uc8"],unicode_output:"1f482-1f3fb"},"1f482-1f3fc":{name:"guard: medium-light skin tone",category:"people",shortname:":guard_tone2:",shortname_alternates:[":guardsman_tone2:"],keywords:["guard","medium-light skin tone","uc8"],unicode_output:"1f482-1f3fc"},"1f482-1f3fd":{name:"guard: medium skin tone",category:"people",shortname:":guard_tone3:",shortname_alternates:[":guardsman_tone3:"],keywords:["guard","medium skin tone","uc8"],unicode_output:"1f482-1f3fd"},"1f482-1f3fe":{name:"guard: medium-dark skin tone",category:"people",shortname:":guard_tone4:",shortname_alternates:[":guardsman_tone4:"],keywords:["guard","medium-dark skin tone","uc8"],unicode_output:"1f482-1f3fe"},"1f482-1f3ff":{name:"guard: dark skin tone",category:"people",shortname:":guard_tone5:",shortname_alternates:[":guardsman_tone5:"],keywords:["dark skin tone","guard","uc8"],unicode_output:"1f482-1f3ff"},"1f482-2640":{name:"woman guard",category:"people",shortname:":woman_guard:",shortname_alternates:[],keywords:["guard","woman","uc6"],unicode_output:"1f482-200d-2640-fe0f"},"1f482-1f3fb-2640":{name:"woman guard: light skin tone",category:"people",shortname:":woman_guard_tone1:",shortname_alternates:[":woman_guard_light_skin_tone:"],keywords:["guard","light skin tone","woman","uc8"],unicode_output:"1f482-1f3fb-200d-2640-fe0f"},"1f482-1f3fc-2640":{name:"woman guard: medium-light skin tone",category:"people",shortname:":woman_guard_tone2:",shortname_alternates:[":woman_guard_medium_light_skin_tone:"],keywords:["guard","medium-light skin tone","woman","uc8"],unicode_output:"1f482-1f3fc-200d-2640-fe0f"},"1f482-1f3fd-2640":{name:"woman guard: medium skin tone",category:"people",shortname:":woman_guard_tone3:",shortname_alternates:[":woman_guard_medium_skin_tone:"],keywords:["guard","medium skin tone","woman","uc8"],unicode_output:"1f482-1f3fd-200d-2640-fe0f"},"1f482-1f3fe-2640":{name:"woman guard: medium-dark skin tone",category:"people",shortname:":woman_guard_tone4:",shortname_alternates:[":woman_guard_medium_dark_skin_tone:"],keywords:["guard","medium-dark skin tone","woman","uc8"],unicode_output:"1f482-1f3fe-200d-2640-fe0f"},"1f482-1f3ff-2640":{name:"woman guard: dark skin tone",category:"people",shortname:":woman_guard_tone5:",shortname_alternates:[":woman_guard_dark_skin_tone:"],keywords:["dark skin tone","guard","woman","uc8"],unicode_output:"1f482-1f3ff-200d-2640-fe0f"},"1f482-2642":{name:"man guard",category:"people",shortname:":man_guard:",shortname_alternates:[],keywords:["guard","man","uc6"],unicode_output:"1f482-200d-2642-fe0f"},"1f482-1f3fb-2642":{name:"man guard: light skin tone",category:"people",shortname:":man_guard_tone1:",shortname_alternates:[":man_guard_light_skin_tone:"],keywords:["guard","light skin tone","man","uc8"],unicode_output:"1f482-1f3fb-200d-2642-fe0f"},"1f482-1f3fc-2642":{name:"man guard: medium-light skin tone",category:"people",shortname:":man_guard_tone2:",shortname_alternates:[":man_guard_medium_light_skin_tone:"],keywords:["guard","man","medium-light skin tone","uc8"],unicode_output:"1f482-1f3fc-200d-2642-fe0f"},"1f482-1f3fd-2642":{name:"man guard: medium skin tone",category:"people",shortname:":man_guard_tone3:",shortname_alternates:[":man_guard_medium_skin_tone:"],keywords:["guard","man","medium skin tone","uc8"],unicode_output:"1f482-1f3fd-200d-2642-fe0f"},"1f482-1f3fe-2642":{name:"man guard: medium-dark skin tone",category:"people",shortname:":man_guard_tone4:",shortname_alternates:[":man_guard_medium_dark_skin_tone:"],keywords:["guard","man","medium-dark skin tone","uc8"],unicode_output:"1f482-1f3fe-200d-2642-fe0f"},"1f482-1f3ff-2642":{name:"man guard: dark skin tone",category:"people",shortname:":man_guard_tone5:",shortname_alternates:[":man_guard_dark_skin_tone:"],keywords:["dark skin tone","guard","man","uc8"],unicode_output:"1f482-1f3ff-200d-2642-fe0f"},"1f575":{name:"detective",category:"people",shortname:":detective:",shortname_alternates:[":spy:",":sleuth_or_spy:"],keywords:["detective","sleuth","spy","uc7"],unicode_output:"1f575"},"1f575-1f3fb":{name:"detective: light skin tone",category:"people",shortname:":detective_tone1:",shortname_alternates:[":spy_tone1:",":sleuth_or_spy_tone1:"],keywords:["detective","light skin tone","sleuth","spy","uc8"],unicode_output:"1f575-1f3fb"},"1f575-1f3fc":{name:"detective: medium-light skin tone",category:"people",shortname:":detective_tone2:",shortname_alternates:[":spy_tone2:",":sleuth_or_spy_tone2:"],keywords:["detective","medium-light skin tone","sleuth","spy","uc8"],unicode_output:"1f575-1f3fc"},"1f575-1f3fd":{name:"detective: medium skin tone",category:"people",shortname:":detective_tone3:",shortname_alternates:[":spy_tone3:",":sleuth_or_spy_tone3:"],keywords:["detective","medium skin tone","sleuth","spy","uc8"],unicode_output:"1f575-1f3fd"},"1f575-1f3fe":{name:"detective: medium-dark skin tone",category:"people",shortname:":detective_tone4:",shortname_alternates:[":spy_tone4:",":sleuth_or_spy_tone4:"],keywords:["detective","medium-dark skin tone","sleuth","spy","uc8"],unicode_output:"1f575-1f3fe"},"1f575-1f3ff":{name:"detective: dark skin tone",category:"people",shortname:":detective_tone5:",shortname_alternates:[":spy_tone5:",":sleuth_or_spy_tone5:"],keywords:["dark skin tone","detective","sleuth","spy","uc8"],unicode_output:"1f575-1f3ff"},"1f575-2640":{name:"woman detective",category:"people",shortname:":woman_detective:",shortname_alternates:[],keywords:["detective","sleuth","spy","woman","uc7"],unicode_output:"1f575-fe0f-200d-2640-fe0f"},"1f575-1f3fb-2640":{name:"woman detective: light skin tone",category:"people",shortname:":woman_detective_tone1:",shortname_alternates:[":woman_detective_light_skin_tone:"],keywords:["detective","light skin tone","sleuth","spy","woman","uc8"],unicode_output:"1f575-1f3fb-200d-2640-fe0f"},"1f575-1f3fc-2640":{name:"woman detective: medium-light skin tone",category:"people",shortname:":woman_detective_tone2:",shortname_alternates:[":woman_detective_medium_light_skin_tone:"],keywords:["detective","medium-light skin tone","sleuth","spy","woman","uc8"],unicode_output:"1f575-1f3fc-200d-2640-fe0f"},"1f575-1f3fd-2640":{name:"woman detective: medium skin tone",category:"people",shortname:":woman_detective_tone3:",shortname_alternates:[":woman_detective_medium_skin_tone:"],keywords:["detective","medium skin tone","sleuth","spy","woman","uc8"],unicode_output:"1f575-1f3fd-200d-2640-fe0f"},"1f575-1f3fe-2640":{name:"woman detective: medium-dark skin tone",category:"people",shortname:":woman_detective_tone4:",shortname_alternates:[":woman_detective_medium_dark_skin_tone:"],keywords:["detective","medium-dark skin tone","sleuth","spy","woman","uc8"],unicode_output:"1f575-1f3fe-200d-2640-fe0f"},"1f575-1f3ff-2640":{name:"woman detective: dark skin tone",category:"people",shortname:":woman_detective_tone5:",shortname_alternates:[":woman_detective_dark_skin_tone:"],keywords:["dark skin tone","detective","sleuth","spy","woman","uc8"],unicode_output:"1f575-1f3ff-200d-2640-fe0f"},"1f575-2642":{name:"man detective",category:"people",shortname:":man_detective:",shortname_alternates:[],keywords:["detective","man","sleuth","spy","uc7"],unicode_output:"1f575-fe0f-200d-2642-fe0f"},"1f575-1f3fb-2642":{name:"man detective: light skin tone",category:"people",shortname:":man_detective_tone1:",shortname_alternates:[":man_detective_light_skin_tone:"],keywords:["detective","light skin tone","man","sleuth","spy","uc8"],unicode_output:"1f575-1f3fb-200d-2642-fe0f"},"1f575-1f3fc-2642":{name:"man detective: medium-light skin tone",category:"people",shortname:":man_detective_tone2:",shortname_alternates:[":man_detective_medium_light_skin_tone:"],keywords:["detective","man","medium-light skin tone","sleuth","spy","uc8"],unicode_output:"1f575-1f3fc-200d-2642-fe0f"},"1f575-1f3fd-2642":{name:"man detective: medium skin tone",category:"people",shortname:":man_detective_tone3:",shortname_alternates:[":man_detective_medium_skin_tone:"],keywords:["detective","man","medium skin tone","sleuth","spy","uc8"],unicode_output:"1f575-1f3fd-200d-2642-fe0f"},"1f575-1f3fe-2642":{name:"man detective: medium-dark skin tone",category:"people",shortname:":man_detective_tone4:",shortname_alternates:[":man_detective_medium_dark_skin_tone:"],keywords:["detective","man","medium-dark skin tone","sleuth","spy","uc8"],unicode_output:"1f575-1f3fe-200d-2642-fe0f"},"1f575-1f3ff-2642":{name:"man detective: dark skin tone",category:"people",shortname:":man_detective_tone5:",shortname_alternates:[":man_detective_dark_skin_tone:"],keywords:["dark skin tone","detective","man","sleuth","spy","uc8"],unicode_output:"1f575-1f3ff-200d-2642-fe0f"},"1f9d1-2695":{name:"health worker",category:"people",shortname:":health_worker:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-2695-fe0f"},"1f9d1-1f3fb-2695":{name:"health worker: light skin tone",category:"people",shortname:":health_worker_tone1:",shortname_alternates:[":health_worker_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-2695-fe0f"},"1f9d1-1f3fc-2695":{name:"health worker: medium-light skin tone",category:"people",shortname:":health_worker_tone2:",shortname_alternates:[":health_worker_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-2695-fe0f"},"1f9d1-1f3fd-2695":{name:"health worker: medium skin tone",category:"people",shortname:":health_worker_tone3:",shortname_alternates:[":health_worker_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-2695-fe0f"},"1f9d1-1f3fe-2695":{name:"health worker: medium-dark skin tone",category:"people",shortname:":health_worker_tone4:",shortname_alternates:[":health_worker_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-2695-fe0f"},"1f9d1-1f3ff-2695":{name:"health worker: dark skin tone",category:"people",shortname:":health_worker_tone5:",shortname_alternates:[":health_worker_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-2695-fe0f"},"1f469-2695":{name:"woman health worker",category:"people",shortname:":woman_health_worker:",shortname_alternates:[],keywords:["doctor","healthcare","nurse","therapist","woman","uc6"],unicode_output:"1f469-200d-2695-fe0f"},"1f469-1f3fb-2695":{name:"woman health worker: light skin tone",category:"people",shortname:":woman_health_worker_tone1:",shortname_alternates:[":woman_health_worker_light_skin_tone:"],keywords:["doctor","healthcare","light skin tone","nurse","therapist","woman","uc8"],unicode_output:"1f469-1f3fb-200d-2695-fe0f"},"1f469-1f3fc-2695":{name:"woman health worker: medium-light skin tone",category:"people",shortname:":woman_health_worker_tone2:",shortname_alternates:[":woman_health_worker_medium_light_skin_tone:"],keywords:["doctor","healthcare","medium-light skin tone","nurse","therapist","woman","uc8"],unicode_output:"1f469-1f3fc-200d-2695-fe0f"},"1f469-1f3fd-2695":{name:"woman health worker: medium skin tone",category:"people",shortname:":woman_health_worker_tone3:",shortname_alternates:[":woman_health_worker_medium_skin_tone:"],keywords:["doctor","healthcare","medium skin tone","nurse","therapist","woman","uc8"],unicode_output:"1f469-1f3fd-200d-2695-fe0f"},"1f469-1f3fe-2695":{name:"woman health worker: medium-dark skin tone",category:"people",shortname:":woman_health_worker_tone4:",shortname_alternates:[":woman_health_worker_medium_dark_skin_tone:"],keywords:["doctor","healthcare","medium-dark skin tone","nurse","therapist","woman","uc8"],unicode_output:"1f469-1f3fe-200d-2695-fe0f"},"1f469-1f3ff-2695":{name:"woman health worker: dark skin tone",category:"people",shortname:":woman_health_worker_tone5:",shortname_alternates:[":woman_health_worker_dark_skin_tone:"],keywords:["dark skin tone","doctor","healthcare","nurse","therapist","woman","uc8"],unicode_output:"1f469-1f3ff-200d-2695-fe0f"},"1f468-2695":{name:"man health worker",category:"people",shortname:":man_health_worker:",shortname_alternates:[],keywords:["doctor","healthcare","man","nurse","therapist","uc6"],unicode_output:"1f468-200d-2695-fe0f"},"1f468-1f3fb-2695":{name:"man health worker: light skin tone",category:"people",shortname:":man_health_worker_tone1:",shortname_alternates:[":man_health_worker_light_skin_tone:"],keywords:["doctor","healthcare","light skin tone","man","nurse","therapist","uc8"],unicode_output:"1f468-1f3fb-200d-2695-fe0f"},"1f468-1f3fc-2695":{name:"man health worker: medium-light skin tone",category:"people",shortname:":man_health_worker_tone2:",shortname_alternates:[":man_health_worker_medium_light_skin_tone:"],keywords:["doctor","healthcare","man","medium-light skin tone","nurse","therapist","uc8"],unicode_output:"1f468-1f3fc-200d-2695-fe0f"},"1f468-1f3fd-2695":{name:"man health worker: medium skin tone",category:"people",shortname:":man_health_worker_tone3:",shortname_alternates:[":man_health_worker_medium_skin_tone:"],keywords:["doctor","healthcare","man","medium skin tone","nurse","therapist","uc8"],unicode_output:"1f468-1f3fd-200d-2695-fe0f"},"1f468-1f3fe-2695":{name:"man health worker: medium-dark skin tone",category:"people",shortname:":man_health_worker_tone4:",shortname_alternates:[":man_health_worker_medium_dark_skin_tone:"],keywords:["doctor","healthcare","man","medium-dark skin tone","nurse","therapist","uc8"],unicode_output:"1f468-1f3fe-200d-2695-fe0f"},"1f468-1f3ff-2695":{name:"man health worker: dark skin tone",category:"people",shortname:":man_health_worker_tone5:",shortname_alternates:[":man_health_worker_dark_skin_tone:"],keywords:["dark skin tone","doctor","healthcare","man","nurse","therapist","uc8"],unicode_output:"1f468-1f3ff-200d-2695-fe0f"},"1f9d1-1f33e":{name:"farmer",category:"people",shortname:":farmer:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f33e"},"1f9d1-1f3fb-1f33e":{name:"farmer: light skin tone",category:"people",shortname:":farmer_tone1:",shortname_alternates:[":farmer_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f33e"},"1f9d1-1f3fc-1f33e":{name:"farmer: medium-light skin tone",category:"people",shortname:":farmer_tone2:",shortname_alternates:[":farmer_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f33e"},"1f9d1-1f3fd-1f33e":{name:"farmer: medium skin tone",category:"people",shortname:":farmer_tone3:",shortname_alternates:[":farmer_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f33e"},"1f9d1-1f3fe-1f33e":{name:"farmer: medium-dark skin tone",category:"people",shortname:":farmer_tone4:",shortname_alternates:[":farmer_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f33e"},"1f9d1-1f3ff-1f33e":{name:"farmer: dark skin tone",category:"people",shortname:":farmer_tone5:",shortname_alternates:[":farmer_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f33e"},"1f469-1f33e":{name:"woman farmer",category:"people",shortname:":woman_farmer:",shortname_alternates:[],keywords:["farmer","gardener","rancher","woman","uc6"],unicode_output:"1f469-200d-1f33e"},"1f469-1f3fb-1f33e":{name:"woman farmer: light skin tone",category:"people",shortname:":woman_farmer_tone1:",shortname_alternates:[":woman_farmer_light_skin_tone:"],keywords:["farmer","gardener","light skin tone","rancher","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f33e"},"1f469-1f3fc-1f33e":{name:"woman farmer: medium-light skin tone",category:"people",shortname:":woman_farmer_tone2:",shortname_alternates:[":woman_farmer_medium_light_skin_tone:"],keywords:["farmer","gardener","medium-light skin tone","rancher","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f33e"},"1f469-1f3fd-1f33e":{name:"woman farmer: medium skin tone",category:"people",shortname:":woman_farmer_tone3:",shortname_alternates:[":woman_farmer_medium_skin_tone:"],keywords:["farmer","gardener","medium skin tone","rancher","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f33e"},"1f469-1f3fe-1f33e":{name:"woman farmer: medium-dark skin tone",category:"people",shortname:":woman_farmer_tone4:",shortname_alternates:[":woman_farmer_medium_dark_skin_tone:"],keywords:["farmer","gardener","medium-dark skin tone","rancher","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f33e"},"1f469-1f3ff-1f33e":{name:"woman farmer: dark skin tone",category:"people",shortname:":woman_farmer_tone5:",shortname_alternates:[":woman_farmer_dark_skin_tone:"],keywords:["dark skin tone","farmer","gardener","rancher","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f33e"},"1f468-1f33e":{name:"man farmer",category:"people",shortname:":man_farmer:",shortname_alternates:[],keywords:["farmer","gardener","man","rancher","uc6"],unicode_output:"1f468-200d-1f33e"},"1f468-1f3fb-1f33e":{name:"man farmer: light skin tone",category:"people",shortname:":man_farmer_tone1:",shortname_alternates:[":man_farmer_light_skin_tone:"],keywords:["farmer","gardener","light skin tone","man","rancher","uc8"],unicode_output:"1f468-1f3fb-200d-1f33e"},"1f468-1f3fc-1f33e":{name:"man farmer: medium-light skin tone",category:"people",shortname:":man_farmer_tone2:",shortname_alternates:[":man_farmer_medium_light_skin_tone:"],keywords:["farmer","gardener","man","medium-light skin tone","rancher","uc8"],unicode_output:"1f468-1f3fc-200d-1f33e"},"1f468-1f3fd-1f33e":{name:"man farmer: medium skin tone",category:"people",shortname:":man_farmer_tone3:",shortname_alternates:[":man_farmer_medium_skin_tone:"],keywords:["farmer","gardener","man","medium skin tone","rancher","uc8"],unicode_output:"1f468-1f3fd-200d-1f33e"},"1f468-1f3fe-1f33e":{name:"man farmer: medium-dark skin tone",category:"people",shortname:":man_farmer_tone4:",shortname_alternates:[":man_farmer_medium_dark_skin_tone:"],keywords:["farmer","gardener","man","medium-dark skin tone","rancher","uc8"],unicode_output:"1f468-1f3fe-200d-1f33e"},"1f468-1f3ff-1f33e":{name:"man farmer: dark skin tone",category:"people",shortname:":man_farmer_tone5:",shortname_alternates:[":man_farmer_dark_skin_tone:"],keywords:["dark skin tone","farmer","gardener","man","rancher","uc8"],unicode_output:"1f468-1f3ff-200d-1f33e"},"1f9d1-1f373":{name:"cook",category:"people",shortname:":cook:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f373"},"1f9d1-1f3fb-1f373":{name:"cook: light skin tone",category:"people",shortname:":cook_tone1:",shortname_alternates:[":cook_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f373"},"1f9d1-1f3fc-1f373":{name:"cook: medium-light skin tone",category:"people",shortname:":cook_tone2:",shortname_alternates:[":cook_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f373"},"1f9d1-1f3fd-1f373":{name:"cook: medium skin tone",category:"people",shortname:":cook_tone3:",shortname_alternates:[":cook_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f373"},"1f9d1-1f3fe-1f373":{name:"cook: medium-dark skin tone",category:"people",shortname:":cook_tone4:",shortname_alternates:[":cook_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f373"},"1f9d1-1f3ff-1f373":{name:"cook: dark skin tone",category:"people",shortname:":cook_tone5:",shortname_alternates:[":cook_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f373"},"1f469-1f373":{name:"woman cook",category:"people",shortname:":woman_cook:",shortname_alternates:[],keywords:["chef","cook","woman","uc6"],unicode_output:"1f469-200d-1f373"},"1f469-1f3fb-1f373":{name:"woman cook: light skin tone",category:"people",shortname:":woman_cook_tone1:",shortname_alternates:[":woman_cook_light_skin_tone:"],keywords:["chef","cook","light skin tone","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f373"},"1f469-1f3fc-1f373":{name:"woman cook: medium-light skin tone",category:"people",shortname:":woman_cook_tone2:",shortname_alternates:[":woman_cook_medium_light_skin_tone:"],keywords:["chef","cook","medium-light skin tone","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f373"},"1f469-1f3fd-1f373":{name:"woman cook: medium skin tone",category:"people",shortname:":woman_cook_tone3:",shortname_alternates:[":woman_cook_medium_skin_tone:"],keywords:["chef","cook","medium skin tone","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f373"},"1f469-1f3fe-1f373":{name:"woman cook: medium-dark skin tone",category:"people",shortname:":woman_cook_tone4:",shortname_alternates:[":woman_cook_medium_dark_skin_tone:"],keywords:["chef","cook","medium-dark skin tone","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f373"},"1f469-1f3ff-1f373":{name:"woman cook: dark skin tone",category:"people",shortname:":woman_cook_tone5:",shortname_alternates:[":woman_cook_dark_skin_tone:"],keywords:["chef","cook","dark skin tone","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f373"},"1f468-1f373":{name:"man cook",category:"people",shortname:":man_cook:",shortname_alternates:[],keywords:["chef","cook","man","uc6"],unicode_output:"1f468-200d-1f373"},"1f468-1f3fb-1f373":{name:"man cook: light skin tone",category:"people",shortname:":man_cook_tone1:",shortname_alternates:[":man_cook_light_skin_tone:"],keywords:["chef","cook","light skin tone","man","uc8"],unicode_output:"1f468-1f3fb-200d-1f373"},"1f468-1f3fc-1f373":{name:"man cook: medium-light skin tone",category:"people",shortname:":man_cook_tone2:",shortname_alternates:[":man_cook_medium_light_skin_tone:"],keywords:["chef","cook","man","medium-light skin tone","uc8"],unicode_output:"1f468-1f3fc-200d-1f373"},"1f468-1f3fd-1f373":{name:"man cook: medium skin tone",category:"people",shortname:":man_cook_tone3:",shortname_alternates:[":man_cook_medium_skin_tone:"],keywords:["chef","cook","man","medium skin tone","uc8"],unicode_output:"1f468-1f3fd-200d-1f373"},"1f468-1f3fe-1f373":{name:"man cook: medium-dark skin tone",category:"people",shortname:":man_cook_tone4:",shortname_alternates:[":man_cook_medium_dark_skin_tone:"],keywords:["chef","cook","man","medium-dark skin tone","uc8"],unicode_output:"1f468-1f3fe-200d-1f373"},"1f468-1f3ff-1f373":{name:"man cook: dark skin tone",category:"people",shortname:":man_cook_tone5:",shortname_alternates:[":man_cook_dark_skin_tone:"],keywords:["chef","cook","dark skin tone","man","uc8"],unicode_output:"1f468-1f3ff-200d-1f373"},"1f9d1-1f393":{name:"student",category:"people",shortname:":student:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f393"},"1f9d1-1f3fb-1f393":{name:"student: light skin tone",category:"people",shortname:":student_tone1:",shortname_alternates:[":student_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f393"},"1f9d1-1f3fc-1f393":{name:"student: medium-light skin tone",category:"people",shortname:":student_tone2:",shortname_alternates:[":student_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f393"},"1f9d1-1f3fd-1f393":{name:"student: medium skin tone",category:"people",shortname:":student_tone3:",shortname_alternates:[":student_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f393"},"1f9d1-1f3fe-1f393":{name:"student: medium-dark skin tone",category:"people",shortname:":student_tone4:",shortname_alternates:[":student_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f393"},"1f9d1-1f3ff-1f393":{name:"student: dark skin tone",category:"people",shortname:":student_tone5:",shortname_alternates:[":student_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f393"},"1f469-1f393":{name:"woman student",category:"people",shortname:":woman_student:",shortname_alternates:[],keywords:["graduate","student","woman","uc6"],unicode_output:"1f469-200d-1f393"},"1f469-1f3fb-1f393":{name:"woman student: light skin tone",category:"people",shortname:":woman_student_tone1:",shortname_alternates:[":woman_student_light_skin_tone:"],keywords:["graduate","light skin tone","student","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f393"},"1f469-1f3fc-1f393":{name:"woman student: medium-light skin tone",category:"people",shortname:":woman_student_tone2:",shortname_alternates:[":woman_student_medium_light_skin_tone:"],keywords:["graduate","medium-light skin tone","student","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f393"},"1f469-1f3fd-1f393":{name:"woman student: medium skin tone",category:"people",shortname:":woman_student_tone3:",shortname_alternates:[":woman_student_medium_skin_tone:"],keywords:["graduate","medium skin tone","student","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f393"},"1f469-1f3fe-1f393":{name:"woman student: medium-dark skin tone",category:"people",shortname:":woman_student_tone4:",shortname_alternates:[":woman_student_medium_dark_skin_tone:"],keywords:["graduate","medium-dark skin tone","student","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f393"},"1f469-1f3ff-1f393":{name:"woman student: dark skin tone",category:"people",shortname:":woman_student_tone5:",shortname_alternates:[":woman_student_dark_skin_tone:"],keywords:["dark skin tone","graduate","student","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f393"},"1f468-1f393":{name:"man student",category:"people",shortname:":man_student:",shortname_alternates:[],keywords:["graduate","man","student","uc6"],unicode_output:"1f468-200d-1f393"},"1f468-1f3fb-1f393":{name:"man student: light skin tone",category:"people",shortname:":man_student_tone1:",shortname_alternates:[":man_student_light_skin_tone:"],keywords:["graduate","light skin tone","man","student","uc8"],unicode_output:"1f468-1f3fb-200d-1f393"},"1f468-1f3fc-1f393":{name:"man student: medium-light skin tone",category:"people",shortname:":man_student_tone2:",shortname_alternates:[":man_student_medium_light_skin_tone:"],keywords:["graduate","man","medium-light skin tone","student","uc8"],unicode_output:"1f468-1f3fc-200d-1f393"},"1f468-1f3fd-1f393":{name:"man student: medium skin tone",category:"people",shortname:":man_student_tone3:",shortname_alternates:[":man_student_medium_skin_tone:"],keywords:["graduate","man","medium skin tone","student","uc8"],unicode_output:"1f468-1f3fd-200d-1f393"},"1f468-1f3fe-1f393":{name:"man student: medium-dark skin tone",category:"people",shortname:":man_student_tone4:",shortname_alternates:[":man_student_medium_dark_skin_tone:"],keywords:["graduate","man","medium-dark skin tone","student","uc8"],unicode_output:"1f468-1f3fe-200d-1f393"},"1f468-1f3ff-1f393":{name:"man student: dark skin tone",category:"people",shortname:":man_student_tone5:",shortname_alternates:[":man_student_dark_skin_tone:"],keywords:["dark skin tone","graduate","man","student","uc8"],unicode_output:"1f468-1f3ff-200d-1f393"},"1f9d1-1f3a4":{name:"singer",category:"people",shortname:":singer:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f3a4"},"1f9d1-1f3fb-1f3a4":{name:"singer: light skin tone",category:"people",shortname:":singer_tone1:",shortname_alternates:[":singer_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f3a4"},"1f9d1-1f3fc-1f3a4":{name:"singer: medium-light skin tone",category:"people",shortname:":singer_tone2:",shortname_alternates:[":singer_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f3a4"},"1f9d1-1f3fd-1f3a4":{name:"singer: medium skin tone",category:"people",shortname:":singer_tone3:",shortname_alternates:[":singer_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f3a4"},"1f9d1-1f3fe-1f3a4":{name:"singer: medium-dark skin tone",category:"people",shortname:":singer_tone4:",shortname_alternates:[":singer_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f3a4"},"1f9d1-1f3ff-1f3a4":{name:"singer: dark skin tone",category:"people",shortname:":singer_tone5:",shortname_alternates:[":singer_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f3a4"},"1f469-1f3a4":{name:"woman singer",category:"people",shortname:":woman_singer:",shortname_alternates:[],keywords:["actor","entertainer","rock","singer","star","woman","uc6"],unicode_output:"1f469-200d-1f3a4"},"1f469-1f3fb-1f3a4":{name:"woman singer: light skin tone",category:"people",shortname:":woman_singer_tone1:",shortname_alternates:[":woman_singer_light_skin_tone:"],keywords:["actor","entertainer","light skin tone","rock","singer","star","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f3a4"},"1f469-1f3fc-1f3a4":{name:"woman singer: medium-light skin tone",category:"people",shortname:":woman_singer_tone2:",shortname_alternates:[":woman_singer_medium_light_skin_tone:"],keywords:["actor","entertainer","medium-light skin tone","rock","singer","star","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f3a4"},"1f469-1f3fd-1f3a4":{name:"woman singer: medium skin tone",category:"people",shortname:":woman_singer_tone3:",shortname_alternates:[":woman_singer_medium_skin_tone:"],keywords:["actor","entertainer","medium skin tone","rock","singer","star","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f3a4"},"1f469-1f3fe-1f3a4":{name:"woman singer: medium-dark skin tone",category:"people",shortname:":woman_singer_tone4:",shortname_alternates:[":woman_singer_medium_dark_skin_tone:"],keywords:["actor","entertainer","medium-dark skin tone","rock","singer","star","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f3a4"},"1f469-1f3ff-1f3a4":{name:"woman singer: dark skin tone",category:"people",shortname:":woman_singer_tone5:",shortname_alternates:[":woman_singer_dark_skin_tone:"],keywords:["actor","dark skin tone","entertainer","rock","singer","star","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f3a4"},"1f468-1f3a4":{name:"man singer",category:"people",shortname:":man_singer:",shortname_alternates:[],keywords:["actor","entertainer","man","rock","singer","star","uc6"],unicode_output:"1f468-200d-1f3a4"},"1f468-1f3fb-1f3a4":{name:"man singer: light skin tone",category:"people",shortname:":man_singer_tone1:",shortname_alternates:[":man_singer_light_skin_tone:"],keywords:["actor","entertainer","light skin tone","man","rock","singer","star","uc8"],unicode_output:"1f468-1f3fb-200d-1f3a4"},"1f468-1f3fc-1f3a4":{name:"man singer: medium-light skin tone",category:"people",shortname:":man_singer_tone2:",shortname_alternates:[":man_singer_medium_light_skin_tone:"],keywords:["actor","entertainer","man","medium-light skin tone","rock","singer","star","uc8"],unicode_output:"1f468-1f3fc-200d-1f3a4"},"1f468-1f3fd-1f3a4":{name:"man singer: medium skin tone",category:"people",shortname:":man_singer_tone3:",shortname_alternates:[":man_singer_medium_skin_tone:"],keywords:["actor","entertainer","man","medium skin tone","rock","singer","star","uc8"],unicode_output:"1f468-1f3fd-200d-1f3a4"},"1f468-1f3fe-1f3a4":{name:"man singer: medium-dark skin tone",category:"people",shortname:":man_singer_tone4:",shortname_alternates:[":man_singer_medium_dark_skin_tone:"],keywords:["actor","entertainer","man","medium-dark skin tone","rock","singer","star","uc8"],unicode_output:"1f468-1f3fe-200d-1f3a4"},"1f468-1f3ff-1f3a4":{name:"man singer: dark skin tone",category:"people",shortname:":man_singer_tone5:",shortname_alternates:[":man_singer_dark_skin_tone:"],keywords:["actor","dark skin tone","entertainer","man","rock","singer","star","uc8"],unicode_output:"1f468-1f3ff-200d-1f3a4"},"1f9d1-1f3eb":{name:"teacher",category:"people",shortname:":teacher:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f3eb"},"1f9d1-1f3fb-1f3eb":{name:"teacher: light skin tone",category:"people",shortname:":teacher_tone1:",shortname_alternates:[":teacher_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f3eb"},"1f9d1-1f3fc-1f3eb":{name:"teacher: medium-light skin tone",category:"people",shortname:":teacher_tone2:",shortname_alternates:[":teacher_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f3eb"},"1f9d1-1f3fd-1f3eb":{name:"teacher: medium skin tone",category:"people",shortname:":teacher_tone3:",shortname_alternates:[":teacher_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f3eb"},"1f9d1-1f3fe-1f3eb":{name:"teacher: medium-dark skin tone",category:"people",shortname:":teacher_tone4:",shortname_alternates:[":teacher_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f3eb"},"1f9d1-1f3ff-1f3eb":{name:"teacher: dark skin tone",category:"people",shortname:":teacher_tone5:",shortname_alternates:[":teacher_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f3eb"},"1f469-1f3eb":{name:"woman teacher",category:"people",shortname:":woman_teacher:",shortname_alternates:[],keywords:["instructor","professor","teacher","woman","uc6"],unicode_output:"1f469-200d-1f3eb"},"1f469-1f3fb-1f3eb":{name:"woman teacher: light skin tone",category:"people",shortname:":woman_teacher_tone1:",shortname_alternates:[":woman_teacher_light_skin_tone:"],keywords:["instructor","light skin tone","professor","teacher","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f3eb"},"1f469-1f3fc-1f3eb":{name:"woman teacher: medium-light skin tone",category:"people",shortname:":woman_teacher_tone2:",shortname_alternates:[":woman_teacher_medium_light_skin_tone:"],keywords:["instructor","medium-light skin tone","professor","teacher","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f3eb"},"1f469-1f3fd-1f3eb":{name:"woman teacher: medium skin tone",category:"people",shortname:":woman_teacher_tone3:",shortname_alternates:[":woman_teacher_medium_skin_tone:"],keywords:["instructor","medium skin tone","professor","teacher","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f3eb"},"1f469-1f3fe-1f3eb":{name:"woman teacher: medium-dark skin tone",category:"people",shortname:":woman_teacher_tone4:",shortname_alternates:[":woman_teacher_medium_dark_skin_tone:"],keywords:["instructor","medium-dark skin tone","professor","teacher","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f3eb"},"1f469-1f3ff-1f3eb":{name:"woman teacher: dark skin tone",category:"people",shortname:":woman_teacher_tone5:",shortname_alternates:[":woman_teacher_dark_skin_tone:"],keywords:["dark skin tone","instructor","professor","teacher","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f3eb"},"1f468-1f3eb":{name:"man teacher",category:"people",shortname:":man_teacher:",shortname_alternates:[],keywords:["instructor","man","professor","teacher","uc6"],unicode_output:"1f468-200d-1f3eb"},"1f468-1f3fb-1f3eb":{name:"man teacher: light skin tone",category:"people",shortname:":man_teacher_tone1:",shortname_alternates:[":man_teacher_light_skin_tone:"],keywords:["instructor","light skin tone","man","professor","teacher","uc8"],unicode_output:"1f468-1f3fb-200d-1f3eb"},"1f468-1f3fc-1f3eb":{name:"man teacher: medium-light skin tone",category:"people",shortname:":man_teacher_tone2:",shortname_alternates:[":man_teacher_medium_light_skin_tone:"],keywords:["instructor","man","medium-light skin tone","professor","teacher","uc8"],unicode_output:"1f468-1f3fc-200d-1f3eb"},"1f468-1f3fd-1f3eb":{name:"man teacher: medium skin tone",category:"people",shortname:":man_teacher_tone3:",shortname_alternates:[":man_teacher_medium_skin_tone:"],keywords:["instructor","man","medium skin tone","professor","teacher","uc8"],unicode_output:"1f468-1f3fd-200d-1f3eb"},"1f468-1f3fe-1f3eb":{name:"man teacher: medium-dark skin tone",category:"people",shortname:":man_teacher_tone4:",shortname_alternates:[":man_teacher_medium_dark_skin_tone:"],keywords:["instructor","man","medium-dark skin tone","professor","teacher","uc8"],unicode_output:"1f468-1f3fe-200d-1f3eb"},"1f468-1f3ff-1f3eb":{name:"man teacher: dark skin tone",category:"people",shortname:":man_teacher_tone5:",shortname_alternates:[":man_teacher_dark_skin_tone:"],keywords:["dark skin tone","instructor","man","professor","teacher","uc8"],unicode_output:"1f468-1f3ff-200d-1f3eb"},"1f9d1-1f3ed":{name:"factory worker",category:"people",shortname:":factory_worker:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f3ed"},"1f9d1-1f3fb-1f3ed":{name:"factory worker: light skin tone",category:"people",shortname:":factory_worker_tone1:",shortname_alternates:[":factory_worker_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f3ed"},"1f9d1-1f3fc-1f3ed":{name:"factory worker: medium-light skin tone",category:"people",shortname:":factory_worker_tone2:",shortname_alternates:[":factory_worker_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f3ed"},"1f9d1-1f3fd-1f3ed":{name:"factory worker: medium skin tone",category:"people",shortname:":factory_worker_tone3:",shortname_alternates:[":factory_worker_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f3ed"},"1f9d1-1f3fe-1f3ed":{name:"factory worker: medium-dark skin tone",category:"people",shortname:":factory_worker_tone4:",shortname_alternates:[":factory_worker_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f3ed"},"1f9d1-1f3ff-1f3ed":{name:"factory worker: dark skin tone",category:"people",shortname:":factory_worker_tone5:",shortname_alternates:[":factory_worker_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f3ed"},"1f469-1f3ed":{name:"woman factory worker",category:"people",shortname:":woman_factory_worker:",shortname_alternates:[],keywords:["assembly","factory","industrial","woman","worker","uc6"],unicode_output:"1f469-200d-1f3ed"},"1f469-1f3fb-1f3ed":{name:"woman factory worker: light skin tone",category:"people",shortname:":woman_factory_worker_tone1:",shortname_alternates:[":woman_factory_worker_light_skin_tone:"],keywords:["assembly","factory","industrial","light skin tone","woman","worker","uc8"],unicode_output:"1f469-1f3fb-200d-1f3ed"},"1f469-1f3fc-1f3ed":{name:"woman factory worker: medium-light skin tone",category:"people",shortname:":woman_factory_worker_tone2:",shortname_alternates:[":woman_factory_worker_medium_light_skin_tone:"],keywords:["assembly","factory","industrial","medium-light skin tone","woman","worker","uc8"],unicode_output:"1f469-1f3fc-200d-1f3ed"},"1f469-1f3fd-1f3ed":{name:"woman factory worker: medium skin tone",category:"people",shortname:":woman_factory_worker_tone3:",shortname_alternates:[":woman_factory_worker_medium_skin_tone:"],keywords:["assembly","factory","industrial","medium skin tone","woman","worker","uc8"],unicode_output:"1f469-1f3fd-200d-1f3ed"},"1f469-1f3fe-1f3ed":{name:"woman factory worker: medium-dark skin tone",category:"people",shortname:":woman_factory_worker_tone4:",shortname_alternates:[":woman_factory_worker_medium_dark_skin_tone:"],keywords:["assembly","factory","industrial","medium-dark skin tone","woman","worker","uc8"],unicode_output:"1f469-1f3fe-200d-1f3ed"},"1f469-1f3ff-1f3ed":{name:"woman factory worker: dark skin tone",category:"people",shortname:":woman_factory_worker_tone5:",shortname_alternates:[":woman_factory_worker_dark_skin_tone:"],keywords:["assembly","dark skin tone","factory","industrial","woman","worker","uc8"],unicode_output:"1f469-1f3ff-200d-1f3ed"},"1f468-1f3ed":{name:"man factory worker",category:"people",shortname:":man_factory_worker:",shortname_alternates:[],keywords:["assembly","factory","industrial","man","worker","uc6"],unicode_output:"1f468-200d-1f3ed"},"1f468-1f3fb-1f3ed":{name:"man factory worker: light skin tone",category:"people",shortname:":man_factory_worker_tone1:",shortname_alternates:[":man_factory_worker_light_skin_tone:"],keywords:["assembly","factory","industrial","light skin tone","man","worker","uc8"],unicode_output:"1f468-1f3fb-200d-1f3ed"},"1f468-1f3fc-1f3ed":{name:"man factory worker: medium-light skin tone",category:"people",shortname:":man_factory_worker_tone2:",shortname_alternates:[":man_factory_worker_medium_light_skin_tone:"],keywords:["assembly","factory","industrial","man","medium-light skin tone","worker","uc8"],unicode_output:"1f468-1f3fc-200d-1f3ed"},"1f468-1f3fd-1f3ed":{name:"man factory worker: medium skin tone",category:"people",shortname:":man_factory_worker_tone3:",shortname_alternates:[":man_factory_worker_medium_skin_tone:"],keywords:["assembly","factory","industrial","man","medium skin tone","worker","uc8"],unicode_output:"1f468-1f3fd-200d-1f3ed"},"1f468-1f3fe-1f3ed":{name:"man factory worker: medium-dark skin tone",category:"people",shortname:":man_factory_worker_tone4:",shortname_alternates:[":man_factory_worker_medium_dark_skin_tone:"],keywords:["assembly","factory","industrial","man","medium-dark skin tone","worker","uc8"],unicode_output:"1f468-1f3fe-200d-1f3ed"},"1f468-1f3ff-1f3ed":{name:"man factory worker: dark skin tone",category:"people",shortname:":man_factory_worker_tone5:",shortname_alternates:[":man_factory_worker_dark_skin_tone:"],keywords:["assembly","dark skin tone","factory","industrial","man","worker","uc8"],unicode_output:"1f468-1f3ff-200d-1f3ed"},"1f9d1-1f4bb":{name:"technologist",category:"people",shortname:":technologist:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f4bb"},"1f9d1-1f3fb-1f4bb":{name:"technologist: light skin tone",category:"people",shortname:":technologist_tone1:",shortname_alternates:[":technologist_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f4bb"},"1f9d1-1f3fc-1f4bb":{name:"technologist: medium-light skin tone",category:"people",shortname:":technologist_tone2:",shortname_alternates:[":technologist_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f4bb"},"1f9d1-1f3fd-1f4bb":{name:"technologist: medium skin tone",category:"people",shortname:":technologist_tone3:",shortname_alternates:[":technologist_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f4bb"},"1f9d1-1f3fe-1f4bb":{name:"technologist: medium-dark skin tone",category:"people",shortname:":technologist_tone4:",shortname_alternates:[":technologist_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f4bb"},"1f9d1-1f3ff-1f4bb":{name:"technologist: dark skin tone",category:"people",shortname:":technologist_tone5:",shortname_alternates:[":technologist_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f4bb"},"1f469-1f4bb":{name:"woman technologist",category:"people",shortname:":woman_technologist:",shortname_alternates:[],keywords:["coder","developer","inventor","software","technologist","woman","uc6"],unicode_output:"1f469-200d-1f4bb"},"1f469-1f3fb-1f4bb":{name:"woman technologist: light skin tone",category:"people",shortname:":woman_technologist_tone1:",shortname_alternates:[":woman_technologist_light_skin_tone:"],keywords:["coder","developer","inventor","light skin tone","software","technologist","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f4bb"},"1f469-1f3fc-1f4bb":{name:"woman technologist: medium-light skin tone",category:"people",shortname:":woman_technologist_tone2:",shortname_alternates:[":woman_technologist_medium_light_skin_tone:"],keywords:["coder","developer","inventor","medium-light skin tone","software","technologist","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f4bb"},"1f469-1f3fd-1f4bb":{name:"woman technologist: medium skin tone",category:"people",shortname:":woman_technologist_tone3:",shortname_alternates:[":woman_technologist_medium_skin_tone:"],keywords:["coder","developer","inventor","medium skin tone","software","technologist","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f4bb"},"1f469-1f3fe-1f4bb":{name:"woman technologist: medium-dark skin tone",category:"people",shortname:":woman_technologist_tone4:",shortname_alternates:[":woman_technologist_medium_dark_skin_tone:"],keywords:["coder","developer","inventor","medium-dark skin tone","software","technologist","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f4bb"},"1f469-1f3ff-1f4bb":{name:"woman technologist: dark skin tone",category:"people",shortname:":woman_technologist_tone5:",shortname_alternates:[":woman_technologist_dark_skin_tone:"],keywords:["coder","dark skin tone","developer","inventor","software","technologist","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f4bb"},"1f468-1f4bb":{name:"man technologist",category:"people",shortname:":man_technologist:",shortname_alternates:[],keywords:["coder","developer","inventor","man","software","technologist","uc6"],unicode_output:"1f468-200d-1f4bb"},"1f468-1f3fb-1f4bb":{name:"man technologist: light skin tone",category:"people",shortname:":man_technologist_tone1:",shortname_alternates:[":man_technologist_light_skin_tone:"],keywords:["coder","developer","inventor","light skin tone","man","software","technologist","uc8"],unicode_output:"1f468-1f3fb-200d-1f4bb"},"1f468-1f3fc-1f4bb":{name:"man technologist: medium-light skin tone",category:"people",shortname:":man_technologist_tone2:",shortname_alternates:[":man_technologist_medium_light_skin_tone:"],keywords:["coder","developer","inventor","man","medium-light skin tone","software","technologist","uc8"],unicode_output:"1f468-1f3fc-200d-1f4bb"},"1f468-1f3fd-1f4bb":{name:"man technologist: medium skin tone",category:"people",shortname:":man_technologist_tone3:",shortname_alternates:[":man_technologist_medium_skin_tone:"],keywords:["coder","developer","inventor","man","medium skin tone","software","technologist","uc8"],unicode_output:"1f468-1f3fd-200d-1f4bb"},"1f468-1f3fe-1f4bb":{name:"man technologist: medium-dark skin tone",category:"people",shortname:":man_technologist_tone4:",shortname_alternates:[":man_technologist_medium_dark_skin_tone:"],keywords:["coder","developer","inventor","man","medium-dark skin tone","software","technologist","uc8"],unicode_output:"1f468-1f3fe-200d-1f4bb"},"1f468-1f3ff-1f4bb":{name:"man technologist: dark skin tone",category:"people",shortname:":man_technologist_tone5:",shortname_alternates:[":man_technologist_dark_skin_tone:"],keywords:["coder","dark skin tone","developer","inventor","man","software","technologist","uc8"],unicode_output:"1f468-1f3ff-200d-1f4bb"},"1f9d1-1f4bc":{name:"office worker",category:"people",shortname:":office_worker:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f4bc"},"1f9d1-1f3fb-1f4bc":{name:"office worker: light skin tone",category:"people",shortname:":office_worker_tone1:",shortname_alternates:[":office_worker_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f4bc"},"1f9d1-1f3fc-1f4bc":{name:"office worker: medium-light skin tone",category:"people",shortname:":office_worker_tone2:",shortname_alternates:[":office_worker_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f4bc"},"1f9d1-1f3fd-1f4bc":{name:"office worker: medium skin tone",category:"people",shortname:":office_worker_tone3:",shortname_alternates:[":office_worker_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f4bc"},"1f9d1-1f3fe-1f4bc":{name:"office worker: medium-dark skin tone",category:"people",shortname:":office_worker_tone4:",shortname_alternates:[":office_worker_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f4bc"},"1f9d1-1f3ff-1f4bc":{name:"office worker: dark skin tone",category:"people",shortname:":office_worker_tone5:",shortname_alternates:[":office_worker_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f4bc"},"1f469-1f4bc":{name:"woman office worker",category:"people",shortname:":woman_office_worker:",shortname_alternates:[],keywords:["architect","business","manager","office","white-collar","woman","uc6"],unicode_output:"1f469-200d-1f4bc"},"1f469-1f3fb-1f4bc":{name:"woman office worker: light skin tone",category:"people",shortname:":woman_office_worker_tone1:",shortname_alternates:[":woman_office_worker_light_skin_tone:"],keywords:["architect","business","light skin tone","manager","office","white-collar","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f4bc"},"1f469-1f3fc-1f4bc":{name:"woman office worker: medium-light skin tone",category:"people",shortname:":woman_office_worker_tone2:",shortname_alternates:[":woman_office_worker_medium_light_skin_tone:"],keywords:["architect","business","manager","medium-light skin tone","office","white-collar","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f4bc"},"1f469-1f3fd-1f4bc":{name:"woman office worker: medium skin tone",category:"people",shortname:":woman_office_worker_tone3:",shortname_alternates:[":woman_office_worker_medium_skin_tone:"],keywords:["architect","business","manager","medium skin tone","office","white-collar","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f4bc"},"1f469-1f3fe-1f4bc":{name:"woman office worker: medium-dark skin tone",category:"people",shortname:":woman_office_worker_tone4:",shortname_alternates:[":woman_office_worker_medium_dark_skin_tone:"],keywords:["architect","business","manager","medium-dark skin tone","office","white-collar","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f4bc"},"1f469-1f3ff-1f4bc":{name:"woman office worker: dark skin tone",category:"people",shortname:":woman_office_worker_tone5:",shortname_alternates:[":woman_office_worker_dark_skin_tone:"],keywords:["architect","business","dark skin tone","manager","office","white-collar","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f4bc"},"1f468-1f4bc":{name:"man office worker",category:"people",shortname:":man_office_worker:",shortname_alternates:[],keywords:["architect","business","man","manager","office","white-collar","uc6"],unicode_output:"1f468-200d-1f4bc"},"1f468-1f3fb-1f4bc":{name:"man office worker: light skin tone",category:"people",shortname:":man_office_worker_tone1:",shortname_alternates:[":man_office_worker_light_skin_tone:"],keywords:["architect","business","light skin tone","man","manager","office","white-collar","uc8"],unicode_output:"1f468-1f3fb-200d-1f4bc"},"1f468-1f3fc-1f4bc":{name:"man office worker: medium-light skin tone",category:"people",shortname:":man_office_worker_tone2:",shortname_alternates:[":man_office_worker_medium_light_skin_tone:"],keywords:["architect","business","man","manager","medium-light skin tone","office","white-collar","uc8"],unicode_output:"1f468-1f3fc-200d-1f4bc"},"1f468-1f3fd-1f4bc":{name:"man office worker: medium skin tone",category:"people",shortname:":man_office_worker_tone3:",shortname_alternates:[":man_office_worker_medium_skin_tone:"],keywords:["architect","business","man","manager","medium skin tone","office","white-collar","uc8"],unicode_output:"1f468-1f3fd-200d-1f4bc"},"1f468-1f3fe-1f4bc":{name:"man office worker: medium-dark skin tone",category:"people",shortname:":man_office_worker_tone4:",shortname_alternates:[":man_office_worker_medium_dark_skin_tone:"],keywords:["architect","business","man","manager","medium-dark skin tone","office","white-collar","uc8"],unicode_output:"1f468-1f3fe-200d-1f4bc"},"1f468-1f3ff-1f4bc":{name:"man office worker: dark skin tone",category:"people",shortname:":man_office_worker_tone5:",shortname_alternates:[":man_office_worker_dark_skin_tone:"],keywords:["architect","business","dark skin tone","man","manager","office","white-collar","uc8"],unicode_output:"1f468-1f3ff-200d-1f4bc"},"1f9d1-1f527":{name:"mechanic",category:"people",shortname:":mechanic:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f527"},"1f9d1-1f3fb-1f527":{name:"mechanic: light skin tone",category:"people",shortname:":mechanic_tone1:",shortname_alternates:[":mechanic_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f527"},"1f9d1-1f3fc-1f527":{name:"mechanic: medium-light skin tone",category:"people",shortname:":mechanic_tone2:",shortname_alternates:[":mechanic_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f527"},"1f9d1-1f3fd-1f527":{name:"mechanic: medium skin tone",category:"people",shortname:":mechanic_tone3:",shortname_alternates:[":mechanic_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f527"},"1f9d1-1f3fe-1f527":{name:"mechanic: medium-dark skin tone",category:"people",shortname:":mechanic_tone4:",shortname_alternates:[":mechanic_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f527"},"1f9d1-1f3ff-1f527":{name:"mechanic: dark skin tone",category:"people",shortname:":mechanic_tone5:",shortname_alternates:[":mechanic_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f527"},"1f469-1f527":{name:"woman mechanic",category:"people",shortname:":woman_mechanic:",shortname_alternates:[],keywords:["electrician","mechanic","plumber","tradesperson","woman","uc6"],unicode_output:"1f469-200d-1f527"},"1f469-1f3fb-1f527":{name:"woman mechanic: light skin tone",category:"people",shortname:":woman_mechanic_tone1:",shortname_alternates:[":woman_mechanic_light_skin_tone:"],keywords:["electrician","light skin tone","mechanic","plumber","tradesperson","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f527"},"1f469-1f3fc-1f527":{name:"woman mechanic: medium-light skin tone",category:"people",shortname:":woman_mechanic_tone2:",shortname_alternates:[":woman_mechanic_medium_light_skin_tone:"],keywords:["electrician","mechanic","medium-light skin tone","plumber","tradesperson","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f527"},"1f469-1f3fd-1f527":{name:"woman mechanic: medium skin tone",category:"people",shortname:":woman_mechanic_tone3:",shortname_alternates:[":woman_mechanic_medium_skin_tone:"],keywords:["electrician","mechanic","medium skin tone","plumber","tradesperson","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f527"},"1f469-1f3fe-1f527":{name:"woman mechanic: medium-dark skin tone",category:"people",shortname:":woman_mechanic_tone4:",shortname_alternates:[":woman_mechanic_medium_dark_skin_tone:"],keywords:["electrician","mechanic","medium-dark skin tone","plumber","tradesperson","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f527"},"1f469-1f3ff-1f527":{name:"woman mechanic: dark skin tone",category:"people",shortname:":woman_mechanic_tone5:",shortname_alternates:[":woman_mechanic_dark_skin_tone:"],keywords:["dark skin tone","electrician","mechanic","plumber","tradesperson","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f527"},"1f468-1f527":{name:"man mechanic",category:"people",shortname:":man_mechanic:",shortname_alternates:[],keywords:["electrician","man","mechanic","plumber","tradesperson","uc6"],unicode_output:"1f468-200d-1f527"},"1f468-1f3fb-1f527":{name:"man mechanic: light skin tone",category:"people",shortname:":man_mechanic_tone1:",shortname_alternates:[":man_mechanic_light_skin_tone:"],keywords:["electrician","light skin tone","man","mechanic","plumber","tradesperson","uc8"],unicode_output:"1f468-1f3fb-200d-1f527"},"1f468-1f3fc-1f527":{name:"man mechanic: medium-light skin tone",category:"people",shortname:":man_mechanic_tone2:",shortname_alternates:[":man_mechanic_medium_light_skin_tone:"],keywords:["electrician","man","mechanic","medium-light skin tone","plumber","tradesperson","uc8"],unicode_output:"1f468-1f3fc-200d-1f527"},"1f468-1f3fd-1f527":{name:"man mechanic: medium skin tone",category:"people",shortname:":man_mechanic_tone3:",shortname_alternates:[":man_mechanic_medium_skin_tone:"],keywords:["electrician","man","mechanic","medium skin tone","plumber","tradesperson","uc8"],unicode_output:"1f468-1f3fd-200d-1f527"},"1f468-1f3fe-1f527":{name:"man mechanic: medium-dark skin tone",category:"people",shortname:":man_mechanic_tone4:",shortname_alternates:[":man_mechanic_medium_dark_skin_tone:"],keywords:["electrician","man","mechanic","medium-dark skin tone","plumber","tradesperson","uc8"],unicode_output:"1f468-1f3fe-200d-1f527"},"1f468-1f3ff-1f527":{name:"man mechanic: dark skin tone",category:"people",shortname:":man_mechanic_tone5:",shortname_alternates:[":man_mechanic_dark_skin_tone:"],keywords:["dark skin tone","electrician","man","mechanic","plumber","tradesperson","uc8"],unicode_output:"1f468-1f3ff-200d-1f527"},"1f9d1-1f52c":{name:"scientist",category:"people",shortname:":scientist:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f52c"},"1f9d1-1f3fb-1f52c":{name:"scientist: light skin tone",category:"people",shortname:":scientist_tone1:",shortname_alternates:[":scientist_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f52c"},"1f9d1-1f3fc-1f52c":{name:"scientist: medium-light skin tone",category:"people",shortname:":scientist_tone2:",shortname_alternates:[":scientist_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f52c"},"1f9d1-1f3fd-1f52c":{name:"scientist: medium skin tone",category:"people",shortname:":scientist_tone3:",shortname_alternates:[":scientist_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f52c"},"1f9d1-1f3fe-1f52c":{name:"scientist: medium-dark skin tone",category:"people",shortname:":scientist_tone4:",shortname_alternates:[":scientist_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f52c"},"1f9d1-1f3ff-1f52c":{name:"scientist: dark skin tone",category:"people",shortname:":scientist_tone5:",shortname_alternates:[":scientist_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f52c"},"1f469-1f52c":{name:"woman scientist",category:"people",shortname:":woman_scientist:",shortname_alternates:[],keywords:["biologist","chemist","engineer","mathematician","physicist","scientist","woman","uc6"],unicode_output:"1f469-200d-1f52c"},"1f469-1f3fb-1f52c":{name:"woman scientist: light skin tone",category:"people",shortname:":woman_scientist_tone1:",shortname_alternates:[":woman_scientist_light_skin_tone:"],keywords:["biologist","chemist","engineer","light skin tone","mathematician","physicist","scientist","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f52c"},"1f469-1f3fc-1f52c":{name:"woman scientist: medium-light skin tone",category:"people",shortname:":woman_scientist_tone2:",shortname_alternates:[":woman_scientist_medium_light_skin_tone:"],keywords:["biologist","chemist","engineer","mathematician","medium-light skin tone","physicist","scientist","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f52c"},"1f469-1f3fd-1f52c":{name:"woman scientist: medium skin tone",category:"people",shortname:":woman_scientist_tone3:",shortname_alternates:[":woman_scientist_medium_skin_tone:"],keywords:["biologist","chemist","engineer","mathematician","medium skin tone","physicist","scientist","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f52c"},"1f469-1f3fe-1f52c":{name:"woman scientist: medium-dark skin tone",category:"people",shortname:":woman_scientist_tone4:",shortname_alternates:[":woman_scientist_medium_dark_skin_tone:"],keywords:["biologist","chemist","engineer","mathematician","medium-dark skin tone","physicist","scientist","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f52c"},"1f469-1f3ff-1f52c":{name:"woman scientist: dark skin tone",category:"people",shortname:":woman_scientist_tone5:",shortname_alternates:[":woman_scientist_dark_skin_tone:"],keywords:["biologist","chemist","dark skin tone","engineer","mathematician","physicist","scientist","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f52c"},"1f468-1f52c":{name:"man scientist",category:"people",shortname:":man_scientist:",shortname_alternates:[],keywords:["biologist","chemist","engineer","man","mathematician","physicist","scientist","uc6"],unicode_output:"1f468-200d-1f52c"},"1f468-1f3fb-1f52c":{name:"man scientist: light skin tone",category:"people",shortname:":man_scientist_tone1:",shortname_alternates:[":man_scientist_light_skin_tone:"],keywords:["biologist","chemist","engineer","light skin tone","man","mathematician","physicist","scientist","uc8"],unicode_output:"1f468-1f3fb-200d-1f52c"},"1f468-1f3fc-1f52c":{name:"man scientist: medium-light skin tone",category:"people",shortname:":man_scientist_tone2:",shortname_alternates:[":man_scientist_medium_light_skin_tone:"],keywords:["biologist","chemist","engineer","man","mathematician","medium-light skin tone","physicist","scientist","uc8"],unicode_output:"1f468-1f3fc-200d-1f52c"},"1f468-1f3fd-1f52c":{name:"man scientist: medium skin tone",category:"people",shortname:":man_scientist_tone3:",shortname_alternates:[":man_scientist_medium_skin_tone:"],keywords:["biologist","chemist","engineer","man","mathematician","medium skin tone","physicist","scientist","uc8"],unicode_output:"1f468-1f3fd-200d-1f52c"},"1f468-1f3fe-1f52c":{name:"man scientist: medium-dark skin tone",category:"people",shortname:":man_scientist_tone4:",shortname_alternates:[":man_scientist_medium_dark_skin_tone:"],keywords:["biologist","chemist","engineer","man","mathematician","medium-dark skin tone","physicist","scientist","uc8"],unicode_output:"1f468-1f3fe-200d-1f52c"},"1f468-1f3ff-1f52c":{name:"man scientist: dark skin tone",category:"people",shortname:":man_scientist_tone5:",shortname_alternates:[":man_scientist_dark_skin_tone:"],keywords:["biologist","chemist","dark skin tone","engineer","man","mathematician","physicist","scientist","uc8"],unicode_output:"1f468-1f3ff-200d-1f52c"},"1f9d1-1f3a8":{name:"artist",category:"people",shortname:":artist:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f3a8"},"1f9d1-1f3fb-1f3a8":{name:"artist: light skin tone",category:"people",shortname:":artist_tone1:",shortname_alternates:[":artist_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f3a8"},"1f9d1-1f3fc-1f3a8":{name:"artist: medium-light skin tone",category:"people",shortname:":artist_tone2:",shortname_alternates:[":artist_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f3a8"},"1f9d1-1f3fd-1f3a8":{name:"artist: medium skin tone",category:"people",shortname:":artist_tone3:",shortname_alternates:[":artist_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f3a8"},"1f9d1-1f3fe-1f3a8":{name:"artist: medium-dark skin tone",category:"people",shortname:":artist_tone4:",shortname_alternates:[":artist_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f3a8"},"1f9d1-1f3ff-1f3a8":{name:"artist: dark skin tone",category:"people",shortname:":artist_tone5:",shortname_alternates:[":artist_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f3a8"},"1f469-1f3a8":{name:"woman artist",category:"people",shortname:":woman_artist:",shortname_alternates:[],keywords:["artist","palette","woman","uc6"],unicode_output:"1f469-200d-1f3a8"},"1f469-1f3fb-1f3a8":{name:"woman artist: light skin tone",category:"people",shortname:":woman_artist_tone1:",shortname_alternates:[":woman_artist_light_skin_tone:"],keywords:["artist","light skin tone","palette","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f3a8"},"1f469-1f3fc-1f3a8":{name:"woman artist: medium-light skin tone",category:"people",shortname:":woman_artist_tone2:",shortname_alternates:[":woman_artist_medium_light_skin_tone:"],keywords:["artist","medium-light skin tone","palette","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f3a8"},"1f469-1f3fd-1f3a8":{name:"woman artist: medium skin tone",category:"people",shortname:":woman_artist_tone3:",shortname_alternates:[":woman_artist_medium_skin_tone:"],keywords:["artist","medium skin tone","palette","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f3a8"},"1f469-1f3fe-1f3a8":{name:"woman artist: medium-dark skin tone",category:"people",shortname:":woman_artist_tone4:",shortname_alternates:[":woman_artist_medium_dark_skin_tone:"],keywords:["artist","medium-dark skin tone","palette","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f3a8"},"1f469-1f3ff-1f3a8":{name:"woman artist: dark skin tone",category:"people",shortname:":woman_artist_tone5:",shortname_alternates:[":woman_artist_dark_skin_tone:"],keywords:["artist","dark skin tone","palette","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f3a8"},"1f468-1f3a8":{name:"man artist",category:"people",shortname:":man_artist:",shortname_alternates:[],keywords:["artist","man","palette","uc6"],unicode_output:"1f468-200d-1f3a8"},"1f468-1f3fb-1f3a8":{name:"man artist: light skin tone",category:"people",shortname:":man_artist_tone1:",shortname_alternates:[":man_artist_light_skin_tone:"],keywords:["artist","light skin tone","man","palette","uc8"],unicode_output:"1f468-1f3fb-200d-1f3a8"},"1f468-1f3fc-1f3a8":{name:"man artist: medium-light skin tone",category:"people",shortname:":man_artist_tone2:",shortname_alternates:[":man_artist_medium_light_skin_tone:"],keywords:["artist","man","medium-light skin tone","palette","uc8"],unicode_output:"1f468-1f3fc-200d-1f3a8"},"1f468-1f3fd-1f3a8":{name:"man artist: medium skin tone",category:"people",shortname:":man_artist_tone3:",shortname_alternates:[":man_artist_medium_skin_tone:"],keywords:["artist","man","medium skin tone","palette","uc8"],unicode_output:"1f468-1f3fd-200d-1f3a8"},"1f468-1f3fe-1f3a8":{name:"man artist: medium-dark skin tone",category:"people",shortname:":man_artist_tone4:",shortname_alternates:[":man_artist_medium_dark_skin_tone:"],keywords:["artist","man","medium-dark skin tone","palette","uc8"],unicode_output:"1f468-1f3fe-200d-1f3a8"},"1f468-1f3ff-1f3a8":{name:"man artist: dark skin tone",category:"people",shortname:":man_artist_tone5:",shortname_alternates:[":man_artist_dark_skin_tone:"],keywords:["artist","dark skin tone","man","palette","uc8"],unicode_output:"1f468-1f3ff-200d-1f3a8"},"1f9d1-1f692":{name:"firefighter",category:"people",shortname:":firefighter:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f692"},"1f9d1-1f3fb-1f692":{name:"firefighter: light skin tone",category:"people",shortname:":firefighter_tone1:",shortname_alternates:[":firefighter_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f692"},"1f9d1-1f3fc-1f692":{name:"firefighter: medium-light skin tone",category:"people",shortname:":firefighter_tone2:",shortname_alternates:[":firefighter_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f692"},"1f9d1-1f3fd-1f692":{name:"firefighter: medium skin tone",category:"people",shortname:":firefighter_tone3:",shortname_alternates:[":firefighter_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f692"},"1f9d1-1f3fe-1f692":{name:"firefighter: medium-dark skin tone",category:"people",shortname:":firefighter_tone4:",shortname_alternates:[":firefighter_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f692"},"1f9d1-1f3ff-1f692":{name:"firefighter: dark skin tone",category:"people",shortname:":firefighter_tone5:",shortname_alternates:[":firefighter_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f692"},"1f469-1f692":{name:"woman firefighter",category:"people",shortname:":woman_firefighter:",shortname_alternates:[],keywords:["firefighter","firetruck","woman","uc6"],unicode_output:"1f469-200d-1f692"},"1f469-1f3fb-1f692":{name:"woman firefighter: light skin tone",category:"people",shortname:":woman_firefighter_tone1:",shortname_alternates:[":woman_firefighter_light_skin_tone:"],keywords:["firefighter","firetruck","light skin tone","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f692"},"1f469-1f3fc-1f692":{name:"woman firefighter: medium-light skin tone",category:"people",shortname:":woman_firefighter_tone2:",shortname_alternates:[":woman_firefighter_medium_light_skin_tone:"],keywords:["firefighter","firetruck","medium-light skin tone","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f692"},"1f469-1f3fd-1f692":{name:"woman firefighter: medium skin tone",category:"people",shortname:":woman_firefighter_tone3:",shortname_alternates:[":woman_firefighter_medium_skin_tone:"],keywords:["firefighter","firetruck","medium skin tone","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f692"},"1f469-1f3fe-1f692":{name:"woman firefighter: medium-dark skin tone",category:"people",shortname:":woman_firefighter_tone4:",shortname_alternates:[":woman_firefighter_medium_dark_skin_tone:"],keywords:["firefighter","firetruck","medium-dark skin tone","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f692"},"1f469-1f3ff-1f692":{name:"woman firefighter: dark skin tone",category:"people",shortname:":woman_firefighter_tone5:",shortname_alternates:[":woman_firefighter_dark_skin_tone:"],keywords:["dark skin tone","firefighter","firetruck","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f692"},"1f468-1f692":{name:"man firefighter",category:"people",shortname:":man_firefighter:",shortname_alternates:[],keywords:["firefighter","firetruck","man","uc6"],unicode_output:"1f468-200d-1f692"},"1f468-1f3fb-1f692":{name:"man firefighter: light skin tone",category:"people",shortname:":man_firefighter_tone1:",shortname_alternates:[":man_firefighter_light_skin_tone:"],keywords:["firefighter","firetruck","light skin tone","man","uc8"],unicode_output:"1f468-1f3fb-200d-1f692"},"1f468-1f3fc-1f692":{name:"man firefighter: medium-light skin tone",category:"people",shortname:":man_firefighter_tone2:",shortname_alternates:[":man_firefighter_medium_light_skin_tone:"],keywords:["firefighter","firetruck","man","medium-light skin tone","uc8"],unicode_output:"1f468-1f3fc-200d-1f692"},"1f468-1f3fd-1f692":{name:"man firefighter: medium skin tone",category:"people",shortname:":man_firefighter_tone3:",shortname_alternates:[":man_firefighter_medium_skin_tone:"],keywords:["firefighter","firetruck","man","medium skin tone","uc8"],unicode_output:"1f468-1f3fd-200d-1f692"},"1f468-1f3fe-1f692":{name:"man firefighter: medium-dark skin tone",category:"people",shortname:":man_firefighter_tone4:",shortname_alternates:[":man_firefighter_medium_dark_skin_tone:"],keywords:["firefighter","firetruck","man","medium-dark skin tone","uc8"],unicode_output:"1f468-1f3fe-200d-1f692"},"1f468-1f3ff-1f692":{name:"man firefighter: dark skin tone",category:"people",shortname:":man_firefighter_tone5:",shortname_alternates:[":man_firefighter_dark_skin_tone:"],keywords:["dark skin tone","firefighter","firetruck","man","uc8"],unicode_output:"1f468-1f3ff-200d-1f692"},"1f9d1-2708":{name:"pilot",category:"people",shortname:":pilot:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-2708-fe0f"},"1f9d1-1f3fb-2708":{name:"pilot: light skin tone",category:"people",shortname:":pilot_tone1:",shortname_alternates:[":pilot_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-2708-fe0f"},"1f9d1-1f3fc-2708":{name:"pilot: medium-light skin tone",category:"people",shortname:":pilot_tone2:",shortname_alternates:[":pilot_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-2708-fe0f"},"1f9d1-1f3fd-2708":{name:"pilot: medium skin tone",category:"people",shortname:":pilot_tone3:",shortname_alternates:[":pilot_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-2708-fe0f"},"1f9d1-1f3fe-2708":{name:"pilot: medium-dark skin tone",category:"people",shortname:":pilot_tone4:",shortname_alternates:[":pilot_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-2708-fe0f"},"1f9d1-1f3ff-2708":{name:"pilot: dark skin tone",category:"people",shortname:":pilot_tone5:",shortname_alternates:[":pilot_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-2708-fe0f"},"1f469-2708":{name:"woman pilot",category:"people",shortname:":woman_pilot:",shortname_alternates:[],keywords:["pilot","plane","woman","uc6"],unicode_output:"1f469-200d-2708-fe0f"},"1f469-1f3fb-2708":{name:"woman pilot: light skin tone",category:"people",shortname:":woman_pilot_tone1:",shortname_alternates:[":woman_pilot_light_skin_tone:"],keywords:["light skin tone","pilot","plane","woman","uc8"],unicode_output:"1f469-1f3fb-200d-2708-fe0f"},"1f469-1f3fc-2708":{name:"woman pilot: medium-light skin tone",category:"people",shortname:":woman_pilot_tone2:",shortname_alternates:[":woman_pilot_medium_light_skin_tone:"],keywords:["medium-light skin tone","pilot","plane","woman","uc8"],unicode_output:"1f469-1f3fc-200d-2708-fe0f"},"1f469-1f3fd-2708":{name:"woman pilot: medium skin tone",category:"people",shortname:":woman_pilot_tone3:",shortname_alternates:[":woman_pilot_medium_skin_tone:"],keywords:["medium skin tone","pilot","plane","woman","uc8"],unicode_output:"1f469-1f3fd-200d-2708-fe0f"},"1f469-1f3fe-2708":{name:"woman pilot: medium-dark skin tone",category:"people",shortname:":woman_pilot_tone4:",shortname_alternates:[":woman_pilot_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","pilot","plane","woman","uc8"],unicode_output:"1f469-1f3fe-200d-2708-fe0f"},"1f469-1f3ff-2708":{name:"woman pilot: dark skin tone",category:"people",shortname:":woman_pilot_tone5:",shortname_alternates:[":woman_pilot_dark_skin_tone:"],keywords:["dark skin tone","pilot","plane","woman","uc8"],unicode_output:"1f469-1f3ff-200d-2708-fe0f"},"1f468-2708":{name:"man pilot",category:"people",shortname:":man_pilot:",shortname_alternates:[],keywords:["man","pilot","plane","uc6"],unicode_output:"1f468-200d-2708-fe0f"},"1f468-1f3fb-2708":{name:"man pilot: light skin tone",category:"people",shortname:":man_pilot_tone1:",shortname_alternates:[":man_pilot_light_skin_tone:"],keywords:["light skin tone","man","pilot","plane","uc8"],unicode_output:"1f468-1f3fb-200d-2708-fe0f"},"1f468-1f3fc-2708":{name:"man pilot: medium-light skin tone",category:"people",shortname:":man_pilot_tone2:",shortname_alternates:[":man_pilot_medium_light_skin_tone:"],keywords:["man","medium-light skin tone","pilot","plane","uc8"],unicode_output:"1f468-1f3fc-200d-2708-fe0f"},"1f468-1f3fd-2708":{name:"man pilot: medium skin tone",category:"people",shortname:":man_pilot_tone3:",shortname_alternates:[":man_pilot_medium_skin_tone:"],keywords:["man","medium skin tone","pilot","plane","uc8"],unicode_output:"1f468-1f3fd-200d-2708-fe0f"},"1f468-1f3fe-2708":{name:"man pilot: medium-dark skin tone",category:"people",shortname:":man_pilot_tone4:",shortname_alternates:[":man_pilot_medium_dark_skin_tone:"],keywords:["man","medium-dark skin tone","pilot","plane","uc8"],unicode_output:"1f468-1f3fe-200d-2708-fe0f"},"1f468-1f3ff-2708":{name:"man pilot: dark skin tone",category:"people",shortname:":man_pilot_tone5:",shortname_alternates:[":man_pilot_dark_skin_tone:"],keywords:["dark skin tone","man","pilot","plane","uc8"],unicode_output:"1f468-1f3ff-200d-2708-fe0f"},"1f9d1-1f680":{name:"astronaut",category:"people",shortname:":astronaut:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f680"},"1f9d1-1f3fb-1f680":{name:"astronaut: light skin tone",category:"people",shortname:":astronaut_tone1:",shortname_alternates:[":astronaut_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f680"},"1f9d1-1f3fc-1f680":{name:"astronaut: medium-light skin tone",category:"people",shortname:":astronaut_tone2:",shortname_alternates:[":astronaut_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f680"},"1f9d1-1f3fd-1f680":{name:"astronaut: medium skin tone",category:"people",shortname:":astronaut_tone3:",shortname_alternates:[":astronaut_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f680"},"1f9d1-1f3fe-1f680":{name:"astronaut: medium-dark skin tone",category:"people",shortname:":astronaut_tone4:",shortname_alternates:[":astronaut_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f680"},"1f9d1-1f3ff-1f680":{name:"astronaut: dark skin tone",category:"people",shortname:":astronaut_tone5:",shortname_alternates:[":astronaut_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f680"},"1f469-1f680":{name:"woman astronaut",category:"people",shortname:":woman_astronaut:",shortname_alternates:[],keywords:["astronaut","rocket","woman","uc6"],unicode_output:"1f469-200d-1f680"},"1f469-1f3fb-1f680":{name:"woman astronaut: light skin tone",category:"people",shortname:":woman_astronaut_tone1:",shortname_alternates:[":woman_astronaut_light_skin_tone:"],keywords:["astronaut","light skin tone","rocket","woman","uc8"],unicode_output:"1f469-1f3fb-200d-1f680"},"1f469-1f3fc-1f680":{name:"woman astronaut: medium-light skin tone",category:"people",shortname:":woman_astronaut_tone2:",shortname_alternates:[":woman_astronaut_medium_light_skin_tone:"],keywords:["astronaut","medium-light skin tone","rocket","woman","uc8"],unicode_output:"1f469-1f3fc-200d-1f680"},"1f469-1f3fd-1f680":{name:"woman astronaut: medium skin tone",category:"people",shortname:":woman_astronaut_tone3:",shortname_alternates:[":woman_astronaut_medium_skin_tone:"],keywords:["astronaut","medium skin tone","rocket","woman","uc8"],unicode_output:"1f469-1f3fd-200d-1f680"},"1f469-1f3fe-1f680":{name:"woman astronaut: medium-dark skin tone",category:"people",shortname:":woman_astronaut_tone4:",shortname_alternates:[":woman_astronaut_medium_dark_skin_tone:"],keywords:["astronaut","medium-dark skin tone","rocket","woman","uc8"],unicode_output:"1f469-1f3fe-200d-1f680"},"1f469-1f3ff-1f680":{name:"woman astronaut: dark skin tone",category:"people",shortname:":woman_astronaut_tone5:",shortname_alternates:[":woman_astronaut_dark_skin_tone:"],keywords:["astronaut","dark skin tone","rocket","woman","uc8"],unicode_output:"1f469-1f3ff-200d-1f680"},"1f468-1f680":{name:"man astronaut",category:"people",shortname:":man_astronaut:",shortname_alternates:[],keywords:["astronaut","man","rocket","uc6"],unicode_output:"1f468-200d-1f680"},"1f468-1f3fb-1f680":{name:"man astronaut: light skin tone",category:"people",shortname:":man_astronaut_tone1:",shortname_alternates:[":man_astronaut_light_skin_tone:"],keywords:["astronaut","light skin tone","man","rocket","uc8"],unicode_output:"1f468-1f3fb-200d-1f680"},"1f468-1f3fc-1f680":{name:"man astronaut: medium-light skin tone",category:"people",shortname:":man_astronaut_tone2:",shortname_alternates:[":man_astronaut_medium_light_skin_tone:"],keywords:["astronaut","man","medium-light skin tone","rocket","uc8"],unicode_output:"1f468-1f3fc-200d-1f680"},"1f468-1f3fd-1f680":{name:"man astronaut: medium skin tone",category:"people",shortname:":man_astronaut_tone3:",shortname_alternates:[":man_astronaut_medium_skin_tone:"],keywords:["astronaut","man","medium skin tone","rocket","uc8"],unicode_output:"1f468-1f3fd-200d-1f680"},"1f468-1f3fe-1f680":{name:"man astronaut: medium-dark skin tone",category:"people",shortname:":man_astronaut_tone4:",shortname_alternates:[":man_astronaut_medium_dark_skin_tone:"],keywords:["astronaut","man","medium-dark skin tone","rocket","uc8"],unicode_output:"1f468-1f3fe-200d-1f680"},"1f468-1f3ff-1f680":{name:"man astronaut: dark skin tone",category:"people",shortname:":man_astronaut_tone5:",shortname_alternates:[":man_astronaut_dark_skin_tone:"],keywords:["astronaut","dark skin tone","man","rocket","uc8"],unicode_output:"1f468-1f3ff-200d-1f680"},"1f9d1-2696":{name:"judge",category:"people",shortname:":judge:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-2696-fe0f"},"1f9d1-1f3fb-2696":{name:"judge: light skin tone",category:"people",shortname:":judge_tone1:",shortname_alternates:[":judge_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-2696-fe0f"},"1f9d1-1f3fc-2696":{name:"judge: medium-light skin tone",category:"people",shortname:":judge_tone2:",shortname_alternates:[":judge_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-2696-fe0f"},"1f9d1-1f3fd-2696":{name:"judge: medium skin tone",category:"people",shortname:":judge_tone3:",shortname_alternates:[":judge_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-2696-fe0f"},"1f9d1-1f3fe-2696":{name:"judge: medium-dark skin tone",category:"people",shortname:":judge_tone4:",shortname_alternates:[":judge_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-2696-fe0f"},"1f9d1-1f3ff-2696":{name:"judge: dark skin tone",category:"people",shortname:":judge_tone5:",shortname_alternates:[":judge_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-2696-fe0f"},"1f469-2696":{name:"woman judge",category:"people",shortname:":woman_judge:",shortname_alternates:[],keywords:["judge","scales","woman","uc6"],unicode_output:"1f469-200d-2696-fe0f"},"1f469-1f3fb-2696":{name:"woman judge: light skin tone",category:"people",shortname:":woman_judge_tone1:",shortname_alternates:[":woman_judge_light_skin_tone:"],keywords:["judge","light skin tone","scales","woman","uc8"],unicode_output:"1f469-1f3fb-200d-2696-fe0f"},"1f469-1f3fc-2696":{name:"woman judge: medium-light skin tone",category:"people",shortname:":woman_judge_tone2:",shortname_alternates:[":woman_judge_medium_light_skin_tone:"],keywords:["judge","medium-light skin tone","scales","woman","uc8"],unicode_output:"1f469-1f3fc-200d-2696-fe0f"},"1f469-1f3fd-2696":{name:"woman judge: medium skin tone",category:"people",shortname:":woman_judge_tone3:",shortname_alternates:[":woman_judge_medium_skin_tone:"],keywords:["judge","medium skin tone","scales","woman","uc8"],unicode_output:"1f469-1f3fd-200d-2696-fe0f"},"1f469-1f3fe-2696":{name:"woman judge: medium-dark skin tone",category:"people",shortname:":woman_judge_tone4:",shortname_alternates:[":woman_judge_medium_dark_skin_tone:"],keywords:["judge","medium-dark skin tone","scales","woman","uc8"],unicode_output:"1f469-1f3fe-200d-2696-fe0f"},"1f469-1f3ff-2696":{name:"woman judge: dark skin tone",category:"people",shortname:":woman_judge_tone5:",shortname_alternates:[":woman_judge_dark_skin_tone:"],keywords:["dark skin tone","judge","scales","woman","uc8"],unicode_output:"1f469-1f3ff-200d-2696-fe0f"},"1f468-2696":{name:"man judge",category:"people",shortname:":man_judge:",shortname_alternates:[],keywords:["justice","man","scales","uc6"],unicode_output:"1f468-200d-2696-fe0f"},"1f468-1f3fb-2696":{name:"man judge: light skin tone",category:"people",shortname:":man_judge_tone1:",shortname_alternates:[":man_judge_light_skin_tone:"],keywords:["justice","light skin tone","man","scales","uc8"],unicode_output:"1f468-1f3fb-200d-2696-fe0f"},"1f468-1f3fc-2696":{name:"man judge: medium-light skin tone",category:"people",shortname:":man_judge_tone2:",shortname_alternates:[":man_judge_medium_light_skin_tone:"],keywords:["justice","man","medium-light skin tone","scales","uc8"],unicode_output:"1f468-1f3fc-200d-2696-fe0f"},"1f468-1f3fd-2696":{name:"man judge: medium skin tone",category:"people",shortname:":man_judge_tone3:",shortname_alternates:[":man_judge_medium_skin_tone:"],keywords:["justice","man","medium skin tone","scales","uc8"],unicode_output:"1f468-1f3fd-200d-2696-fe0f"},"1f468-1f3fe-2696":{name:"man judge: medium-dark skin tone",category:"people",shortname:":man_judge_tone4:",shortname_alternates:[":man_judge_medium_dark_skin_tone:"],keywords:["justice","man","medium-dark skin tone","scales","uc8"],unicode_output:"1f468-1f3fe-200d-2696-fe0f"},"1f468-1f3ff-2696":{name:"man judge: dark skin tone",category:"people",shortname:":man_judge_tone5:",shortname_alternates:[":man_judge_dark_skin_tone:"],keywords:["dark skin tone","justice","man","scales","uc8"],unicode_output:"1f468-1f3ff-200d-2696-fe0f"},"1f470":{name:"person with veil",category:"people",shortname:":person_with_veil:",shortname_alternates:[],keywords:["person","veil","wedding","uc6"],unicode_output:"1f470"},"1f470-1f3fb":{name:"person with veil: light skin tone",category:"people",shortname:":person_with_veil_tone1:",shortname_alternates:[],keywords:["person","light skin tone","veil","wedding","uc8"],unicode_output:"1f470-1f3fb"},"1f470-1f3fc":{name:"person with veil: medium-light skin tone",category:"people",shortname:":person_with_veil_tone2:",shortname_alternates:[],keywords:["person","medium-light skin tone","veil","wedding","uc8"],unicode_output:"1f470-1f3fc"},"1f470-1f3fd":{name:"person with veil: medium skin tone",category:"people",shortname:":person_with_veil_tone3:",shortname_alternates:[],keywords:["person","medium skin tone","veil","wedding","uc8"],unicode_output:"1f470-1f3fd"},"1f470-1f3fe":{name:"person with veil: medium-dark skin tone",category:"people",shortname:":person_with_veil_tone4:",shortname_alternates:[],keywords:["person","medium-dark skin tone","veil","wedding","uc8"],unicode_output:"1f470-1f3fe"},"1f470-1f3ff":{name:"person with veil: dark skin tone",category:"people",shortname:":person_with_veil_tone5:",shortname_alternates:[],keywords:["person","dark skin tone","veil","wedding","uc8"],unicode_output:"1f470-1f3ff"},"1f470-2640":{name:"woman with veil",category:"people",shortname:":woman_with_veil:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f470-200d-2640-fe0f"},"1f470-1f3fb-2640":{name:"woman with veil: light skin tone",category:"people",shortname:":woman_with_veil_tone1:",shortname_alternates:[":woman_with_veil_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f470-1f3fb-200d-2640-fe0f"},"1f470-1f3fc-2640":{name:"woman with veil: medium-light skin tone",category:"people",shortname:":woman_with_veil_tone2:",shortname_alternates:[":woman_with_veil_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f470-1f3fc-200d-2640-fe0f"},"1f470-1f3fd-2640":{name:"woman with veil: medium skin tone",category:"people",shortname:":woman_with_veil_tone3:",shortname_alternates:[":woman_with_veil_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f470-1f3fd-200d-2640-fe0f"},"1f470-1f3fe-2640":{name:"woman with veil: medium-dark skin tone",category:"people",shortname:":woman_with_veil_tone4:",shortname_alternates:[":woman_with_veil_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f470-1f3fe-200d-2640-fe0f"},"1f470-1f3ff-2640":{name:"woman with veil: dark skin tone",category:"people",shortname:":woman_with_veil_tone5:",shortname_alternates:[":woman_with_veil_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f470-1f3ff-200d-2640-fe0f"},"1f470-2642":{name:"man with veil",category:"people",shortname:":man_with_veil:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f470-200d-2642-fe0f"},"1f470-1f3fb-2642":{name:"man with veil: light skin tone",category:"people",shortname:":man_with_veil_tone1:",shortname_alternates:[":man_with_veil_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f470-1f3fb-200d-2642-fe0f"},"1f470-1f3fc-2642":{name:"man with veil: medium-light skin tone",category:"people",shortname:":man_with_veil_tone2:",shortname_alternates:[":man_with_veil_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f470-1f3fc-200d-2642-fe0f"},"1f470-1f3fd-2642":{name:"man with veil: medium skin tone",category:"people",shortname:":man_with_veil_tone3:",shortname_alternates:[":man_with_veil_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f470-1f3fd-200d-2642-fe0f"},"1f470-1f3fe-2642":{name:"man with veil: medium-dark skin tone",category:"people",shortname:":man_with_veil_tone4:",shortname_alternates:[":man_with_veil_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f470-1f3fe-200d-2642-fe0f"},"1f470-1f3ff-2642":{name:"man with veil: dark skin tone",category:"people",shortname:":man_with_veil_tone5:",shortname_alternates:[":man_with_veil_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f470-1f3ff-200d-2642-fe0f"},"1f935":{name:"person in tuxedo",category:"people",shortname:":person_in_tuxedo:",shortname_alternates:[],keywords:["person","tuxedo","uc9"],unicode_output:"1f935"},"1f935-1f3fb":{name:"person in tuxedo: light skin tone",category:"people",shortname:":person_in_tuxedo_tone1:",shortname_alternates:[":tuxedo_tone1:"],keywords:["light skin tone","person","tuxedo","uc9"],unicode_output:"1f935-1f3fb"},"1f935-1f3fc":{name:"person in tuxedo: medium-light skin tone",category:"people",shortname:":person_in_tuxedo_tone2:",shortname_alternates:[":tuxedo_tone2:"],keywords:["person","medium-light skin tone","tuxedo","uc9"],unicode_output:"1f935-1f3fc"},"1f935-1f3fd":{name:"person in tuxedo: medium skin tone",category:"people",shortname:":person_in_tuxedo_tone3:",shortname_alternates:[":tuxedo_tone3:"],keywords:["person","medium skin tone","tuxedo","uc9"],unicode_output:"1f935-1f3fd"},"1f935-1f3fe":{name:"person in tuxedo: medium-dark skin tone",category:"people",shortname:":person_in_tuxedo_tone4:",shortname_alternates:[":tuxedo_tone4:"],keywords:["person","medium-dark skin tone","tuxedo","uc9"],unicode_output:"1f935-1f3fe"},"1f935-1f3ff":{name:"person in tuxedo: dark skin tone",category:"people",shortname:":person_in_tuxedo_tone5:",shortname_alternates:[":tuxedo_tone5:"],keywords:["dark skin tone","person","tuxedo","uc9"],unicode_output:"1f935-1f3ff"},"1f935-2640":{name:"woman in tuxedo",category:"people",shortname:":woman_in_tuxedo:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f935-200d-2640-fe0f"},"1f935-1f3fb-2640":{name:"woman in tuxedo: light skin tone",category:"people",shortname:":woman_in_tuxedo_tone1:",shortname_alternates:[":woman_in_tuxedo_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f935-1f3fb-200d-2640-fe0f"},"1f935-1f3fc-2640":{name:"woman in tuxedo: medium-light skin tone",category:"people",shortname:":woman_in_tuxedo_tone2:",shortname_alternates:[":woman_in_tuxedo_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f935-1f3fc-200d-2640-fe0f"},"1f935-1f3fd-2640":{name:"woman in tuxedo: medium skin tone",category:"people",shortname:":woman_in_tuxedo_tone3:",shortname_alternates:[":woman_in_tuxedo_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f935-1f3fd-200d-2640-fe0f"},"1f935-1f3fe-2640":{name:"woman in tuxedo: medium-dark skin tone",category:"people",shortname:":woman_in_tuxedo_tone4:",shortname_alternates:[":woman_in_tuxedo_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f935-1f3fe-200d-2640-fe0f"},"1f935-1f3ff-2640":{name:"woman in tuxedo: dark skin tone",category:"people",shortname:":woman_in_tuxedo_tone5:",shortname_alternates:[":woman_in_tuxedo_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f935-1f3ff-200d-2640-fe0f"},"1f935-2642":{name:"man in tuxedo",category:"people",shortname:":man_in_tuxedo:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f935-200d-2642-fe0f"},"1f935-1f3fb-2642":{name:"man in tuxedo: light skin tone",category:"people",shortname:":man_in_tuxedo_tone1:",shortname_alternates:[":man_in_tuxedo_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f935-1f3fb-200d-2642-fe0f"},"1f935-1f3fc-2642":{name:"man in tuxedo: medium-light skin tone",category:"people",shortname:":man_in_tuxedo_tone2:",shortname_alternates:[":man_in_tuxedo_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f935-1f3fc-200d-2642-fe0f"},"1f935-1f3fd-2642":{name:"man in tuxedo: medium skin tone",category:"people",shortname:":man_in_tuxedo_tone3:",shortname_alternates:[":man_in_tuxedo_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f935-1f3fd-200d-2642-fe0f"},"1f935-1f3fe-2642":{name:"man in tuxedo: medium-dark skin tone",category:"people",shortname:":man_in_tuxedo_tone4:",shortname_alternates:[":man_in_tuxedo_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f935-1f3fe-200d-2642-fe0f"},"1f935-1f3ff-2642":{name:"man in tuxedo: dark skin tone",category:"people",shortname:":man_in_tuxedo_tone5:",shortname_alternates:[":man_in_tuxedo_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f935-1f3ff-200d-2642-fe0f"},"1f478":{name:"princess",category:"people",shortname:":princess:",shortname_alternates:[],keywords:["fairy tale","fantasy","uc6"],unicode_output:"1f478"},"1f478-1f3fb":{name:"princess: light skin tone",category:"people",shortname:":princess_tone1:",shortname_alternates:[],keywords:["fairy tale","fantasy","light skin tone","uc8"],unicode_output:"1f478-1f3fb"},"1f478-1f3fc":{name:"princess: medium-light skin tone",category:"people",shortname:":princess_tone2:",shortname_alternates:[],keywords:["fairy tale","fantasy","medium-light skin tone","uc8"],unicode_output:"1f478-1f3fc"},"1f478-1f3fd":{name:"princess: medium skin tone",category:"people",shortname:":princess_tone3:",shortname_alternates:[],keywords:["fairy tale","fantasy","medium skin tone","uc8"],unicode_output:"1f478-1f3fd"},"1f478-1f3fe":{name:"princess: medium-dark skin tone",category:"people",shortname:":princess_tone4:",shortname_alternates:[],keywords:["fairy tale","fantasy","medium-dark skin tone","uc8"],unicode_output:"1f478-1f3fe"},"1f478-1f3ff":{name:"princess: dark skin tone",category:"people",shortname:":princess_tone5:",shortname_alternates:[],keywords:["dark skin tone","fairy tale","fantasy","uc8"],unicode_output:"1f478-1f3ff"},"1f934":{name:"prince",category:"people",shortname:":prince:",shortname_alternates:[],keywords:["prince","uc9"],unicode_output:"1f934"},"1f934-1f3fb":{name:"prince: light skin tone",category:"people",shortname:":prince_tone1:",shortname_alternates:[],keywords:["light skin tone","prince","uc9"],unicode_output:"1f934-1f3fb"},"1f934-1f3fc":{name:"prince: medium-light skin tone",category:"people",shortname:":prince_tone2:",shortname_alternates:[],keywords:["medium-light skin tone","prince","uc9"],unicode_output:"1f934-1f3fc"},"1f934-1f3fd":{name:"prince: medium skin tone",category:"people",shortname:":prince_tone3:",shortname_alternates:[],keywords:["medium skin tone","prince","uc9"],unicode_output:"1f934-1f3fd"},"1f934-1f3fe":{name:"prince: medium-dark skin tone",category:"people",shortname:":prince_tone4:",shortname_alternates:[],keywords:["medium-dark skin tone","prince","uc9"],unicode_output:"1f934-1f3fe"},"1f934-1f3ff":{name:"prince: dark skin tone",category:"people",shortname:":prince_tone5:",shortname_alternates:[],keywords:["dark skin tone","prince","uc9"],unicode_output:"1f934-1f3ff"},"1f9b8":{name:"superhero",category:"people",shortname:":superhero:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b8"},"1f9b8-1f3fb":{name:"superhero: light skin tone",category:"people",shortname:":superhero_tone1:",shortname_alternates:[":superhero_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fb"},"1f9b8-1f3fc":{name:"superhero: medium-light skin tone",category:"people",shortname:":superhero_tone2:",shortname_alternates:[":superhero_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fc"},"1f9b8-1f3fd":{name:"superhero: medium skin tone",category:"people",shortname:":superhero_tone3:",shortname_alternates:[":superhero_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fd"},"1f9b8-1f3fe":{name:"superhero: medium-dark skin tone",category:"people",shortname:":superhero_tone4:",shortname_alternates:[":superhero_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fe"},"1f9b8-1f3ff":{name:"superhero: dark skin tone",category:"people",shortname:":superhero_tone5:",shortname_alternates:[":superhero_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3ff"},"1f9b8-2640":{name:"woman superhero",category:"people",shortname:":woman_superhero:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b8-200d-2640-fe0f"},"1f9b8-1f3fb-2640":{name:"woman superhero: light skin tone",category:"people",shortname:":woman_superhero_tone1:",shortname_alternates:[":woman_superhero_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fb-200d-2640-fe0f"},"1f9b8-1f3fc-2640":{name:"woman superhero: medium-light skin tone",category:"people",shortname:":woman_superhero_tone2:",shortname_alternates:[":woman_superhero_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fc-200d-2640-fe0f"},"1f9b8-1f3fd-2640":{name:"woman superhero: medium skin tone",category:"people",shortname:":woman_superhero_tone3:",shortname_alternates:[":woman_superhero_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fd-200d-2640-fe0f"},"1f9b8-1f3fe-2640":{name:"woman superhero: medium-dark skin tone",category:"people",shortname:":woman_superhero_tone4:",shortname_alternates:[":woman_superhero_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fe-200d-2640-fe0f"},"1f9b8-1f3ff-2640":{name:"woman superhero: dark skin tone",category:"people",shortname:":woman_superhero_tone5:",shortname_alternates:[":woman_superhero_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3ff-200d-2640-fe0f"},"1f9b8-2642":{name:"man superhero",category:"people",shortname:":man_superhero:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b8-200d-2642-fe0f"},"1f9b8-1f3fb-2642":{name:"man superhero: light skin tone",category:"people",shortname:":man_superhero_tone1:",shortname_alternates:[":man_superhero_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fb-200d-2642-fe0f"},"1f9b8-1f3fc-2642":{name:"man superhero: medium-light skin tone",category:"people",shortname:":man_superhero_tone2:",shortname_alternates:[":man_superhero_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fc-200d-2642-fe0f"},"1f9b8-1f3fd-2642":{name:"man superhero: medium skin tone",category:"people",shortname:":man_superhero_tone3:",shortname_alternates:[":man_superhero_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fd-200d-2642-fe0f"},"1f9b8-1f3fe-2642":{name:"man superhero: medium-dark skin tone",category:"people",shortname:":man_superhero_tone4:",shortname_alternates:[":man_superhero_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3fe-200d-2642-fe0f"},"1f9b8-1f3ff-2642":{name:"man superhero: dark skin tone",category:"people",shortname:":man_superhero_tone5:",shortname_alternates:[":man_superhero_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b8-1f3ff-200d-2642-fe0f"},"1f9b9":{name:"supervillain",category:"people",shortname:":supervillain:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b9"},"1f9b9-1f3fb":{name:"supervillain: light skin tone",category:"people",shortname:":supervillain_tone1:",shortname_alternates:[":supervillain_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fb"},"1f9b9-1f3fc":{name:"supervillain: medium-light skin tone",category:"people",shortname:":supervillain_tone2:",shortname_alternates:[":supervillain_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fc"},"1f9b9-1f3fd":{name:"supervillain: medium skin tone",category:"people",shortname:":supervillain_tone3:",shortname_alternates:[":supervillain_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fd"},"1f9b9-1f3fe":{name:"supervillain: medium-dark skin tone",category:"people",shortname:":supervillain_tone4:",shortname_alternates:[":supervillain_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fe"},"1f9b9-1f3ff":{name:"supervillain: dark skin tone",category:"people",shortname:":supervillain_tone5:",shortname_alternates:[":supervillain_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3ff"},"1f9b9-2640":{name:"woman supervillain",category:"people",shortname:":woman_supervillain:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b9-200d-2640-fe0f"},"1f9b9-1f3fb-2640":{name:"woman supervillain: light skin tone",category:"people",shortname:":woman_supervillain_tone1:",shortname_alternates:[":woman_supervillain_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fb-200d-2640-fe0f"},"1f9b9-1f3fc-2640":{name:"woman supervillain: medium-light skin tone",category:"people",shortname:":woman_supervillain_tone2:",shortname_alternates:[":woman_supervillain_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fc-200d-2640-fe0f"},"1f9b9-1f3fd-2640":{name:"woman supervillain: medium skin tone",category:"people",shortname:":woman_supervillain_tone3:",shortname_alternates:[":woman_supervillain_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fd-200d-2640-fe0f"},"1f9b9-1f3fe-2640":{name:"woman supervillain: medium-dark skin tone",category:"people",shortname:":woman_supervillain_tone4:",shortname_alternates:[":woman_supervillain_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fe-200d-2640-fe0f"},"1f9b9-1f3ff-2640":{name:"woman supervillain: dark skin tone",category:"people",shortname:":woman_supervillain_tone5:",shortname_alternates:[":woman_supervillain_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3ff-200d-2640-fe0f"},"1f9b9-2642":{name:"man supervillain",category:"people",shortname:":man_supervillain:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b9-200d-2642-fe0f"},"1f9b9-1f3fb-2642":{name:"man supervillain: light skin tone",category:"people",shortname:":man_supervillain_tone1:",shortname_alternates:[":man_supervillain_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fb-200d-2642-fe0f"},"1f9b9-1f3fc-2642":{name:"man supervillain: medium-light skin tone",category:"people",shortname:":man_supervillain_tone2:",shortname_alternates:[":man_supervillain_medium_light_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fc-200d-2642-fe0f"},"1f9b9-1f3fd-2642":{name:"man supervillain: medium skin tone",category:"people",shortname:":man_supervillain_tone3:",shortname_alternates:[":man_supervillain_medium_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fd-200d-2642-fe0f"},"1f9b9-1f3fe-2642":{name:"man supervillain: medium-dark skin tone",category:"people",shortname:":man_supervillain_tone4:",shortname_alternates:[":man_supervillain_medium_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3fe-200d-2642-fe0f"},"1f9b9-1f3ff-2642":{name:"man supervillain: dark skin tone",category:"people",shortname:":man_supervillain_tone5:",shortname_alternates:[":man_supervillain_dark_skin_tone:"],keywords:["uc11"],unicode_output:"1f9b9-1f3ff-200d-2642-fe0f"},"1f977":{name:"ninja",category:"people",shortname:":ninja:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f977"},"1f977-1f3fb":{name:"ninja: light skin tone",category:"people",shortname:":ninja_tone1:",shortname_alternates:[":ninja_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f977-1f3fb"},"1f977-1f3fc":{name:"ninja: medium-light skin tone",category:"people",shortname:":ninja_tone2:",shortname_alternates:[":ninja_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f977-1f3fc"},"1f977-1f3fd":{name:"ninja: medium skin tone",category:"people",shortname:":ninja_tone3:",shortname_alternates:[":ninja_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f977-1f3fd"},"1f977-1f3fe":{name:"ninja: medium-dark skin tone",category:"people",shortname:":ninja_tone4:",shortname_alternates:[":ninja_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f977-1f3fe"},"1f977-1f3ff":{name:"ninja: dark skin tone",category:"people",shortname:":ninja_tone5:",shortname_alternates:[":ninja_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f977-1f3ff"},"1f9d1-1f384":{name:"mx claus",category:"people",shortname:":mx_claus:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f9d1-200d-1f384"},"1f9d1-1f3fb-1f384":{name:"mx claus: light skin tone",category:"people",shortname:":mx_claus_tone1:",shortname_alternates:[":mx_claus_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fb-200d-1f384"},"1f9d1-1f3fc-1f384":{name:"mx claus: medium-light skin tone",category:"people",shortname:":mx_claus_tone2:",shortname_alternates:[":mx_claus_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fc-200d-1f384"},"1f9d1-1f3fd-1f384":{name:"mx claus: medium skin tone",category:"people",shortname:":mx_claus_tone3:",shortname_alternates:[":mx_claus_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fd-200d-1f384"},"1f9d1-1f3fe-1f384":{name:"mx claus: medium-dark skin tone",category:"people",shortname:":mx_claus_tone4:",shortname_alternates:[":mx_claus_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fe-200d-1f384"},"1f9d1-1f3ff-1f384":{name:"mx claus: dark skin tone",category:"people",shortname:":mx_claus_tone5:",shortname_alternates:[":mx_claus_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3ff-200d-1f384"},"1f936":{name:"Mrs. Claus",category:"people",shortname:":mrs_claus:",shortname_alternates:[":mother_christmas:"],keywords:["Christmas","Mrs.","celebration","claus","mother","uc9"],unicode_output:"1f936"},"1f936-1f3fb":{name:"Mrs. Claus: light skin tone",category:"people",shortname:":mrs_claus_tone1:",shortname_alternates:[":mother_christmas_tone1:"],keywords:["Christmas","Mrs.","celebration","claus","light skin tone","mother","uc9"],unicode_output:"1f936-1f3fb"},"1f936-1f3fc":{name:"Mrs. Claus: medium-light skin tone",category:"people",shortname:":mrs_claus_tone2:",shortname_alternates:[":mother_christmas_tone2:"],keywords:["Christmas","Mrs.","celebration","claus","medium-light skin tone","mother","uc9"],unicode_output:"1f936-1f3fc"},"1f936-1f3fd":{name:"Mrs. Claus: medium skin tone",category:"people",shortname:":mrs_claus_tone3:",shortname_alternates:[":mother_christmas_tone3:"],keywords:["Christmas","Mrs.","celebration","claus","medium skin tone","mother","uc9"],unicode_output:"1f936-1f3fd"},"1f936-1f3fe":{name:"Mrs. Claus: medium-dark skin tone",category:"people",shortname:":mrs_claus_tone4:",shortname_alternates:[":mother_christmas_tone4:"],keywords:["Christmas","Mrs.","celebration","claus","medium-dark skin tone","mother","uc9"],unicode_output:"1f936-1f3fe"},"1f936-1f3ff":{name:"Mrs. Claus: dark skin tone",category:"people",shortname:":mrs_claus_tone5:",shortname_alternates:[":mother_christmas_tone5:"],keywords:["Christmas","Mrs.","celebration","claus","dark skin tone","mother","uc9"],unicode_output:"1f936-1f3ff"},"1f385":{name:"Santa Claus",category:"people",shortname:":santa:",shortname_alternates:[],keywords:["Christmas","celebration","claus","father","santa","uc6"],unicode_output:"1f385"},"1f385-1f3fb":{name:"Santa Claus: light skin tone",category:"people",shortname:":santa_tone1:",shortname_alternates:[],keywords:["Christmas","celebration","claus","father","light skin tone","santa","uc8"],unicode_output:"1f385-1f3fb"},"1f385-1f3fc":{name:"Santa Claus: medium-light skin tone",category:"people",shortname:":santa_tone2:",shortname_alternates:[],keywords:["Christmas","celebration","claus","father","medium-light skin tone","santa","uc8"],unicode_output:"1f385-1f3fc"},"1f385-1f3fd":{name:"Santa Claus: medium skin tone",category:"people",shortname:":santa_tone3:",shortname_alternates:[],keywords:["Christmas","celebration","claus","father","medium skin tone","santa","uc8"],unicode_output:"1f385-1f3fd"},"1f385-1f3fe":{name:"Santa Claus: medium-dark skin tone",category:"people",shortname:":santa_tone4:",shortname_alternates:[],keywords:["Christmas","celebration","claus","father","medium-dark skin tone","santa","uc8"],unicode_output:"1f385-1f3fe"},"1f385-1f3ff":{name:"Santa Claus: dark skin tone",category:"people",shortname:":santa_tone5:",shortname_alternates:[],keywords:["Christmas","celebration","claus","dark skin tone","father","santa","uc8"],unicode_output:"1f385-1f3ff"},"1f9d9":{name:"mage",category:"people",shortname:":mage:",shortname_alternates:[],keywords:["sorcerer","sorceress","witch","wizard","uc10"],unicode_output:"1f9d9"},"1f9d9-1f3fb":{name:"mage: light skin tone",category:"people",shortname:":mage_tone1:",shortname_alternates:[":mage_light_skin_tone:"],keywords:["light skin tone","sorcerer","sorceress","witch","wizard","uc10"],unicode_output:"1f9d9-1f3fb"},"1f9d9-1f3fc":{name:"mage: medium-light skin tone",category:"people",shortname:":mage_tone2:",shortname_alternates:[":mage_medium_light_skin_tone:"],keywords:["medium-light skin tone","sorcerer","sorceress","witch","wizard","uc10"],unicode_output:"1f9d9-1f3fc"},"1f9d9-1f3fd":{name:"mage: medium skin tone",category:"people",shortname:":mage_tone3:",shortname_alternates:[":mage_medium_skin_tone:"],keywords:["medium skin tone","sorcerer","sorceress","witch","wizard","uc10"],unicode_output:"1f9d9-1f3fd"},"1f9d9-1f3fe":{name:"mage: medium-dark skin tone",category:"people",shortname:":mage_tone4:",shortname_alternates:[":mage_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","sorcerer","sorceress","witch","wizard","uc10"],unicode_output:"1f9d9-1f3fe"},"1f9d9-1f3ff":{name:"mage: dark skin tone",category:"people",shortname:":mage_tone5:",shortname_alternates:[":mage_dark_skin_tone:"],keywords:["dark skin tone","sorcerer","sorceress","witch","wizard","uc10"],unicode_output:"1f9d9-1f3ff"},"1f9d9-2640":{name:"woman mage",category:"people",shortname:":woman_mage:",shortname_alternates:[],keywords:["sorceress","witch","uc10"],unicode_output:"1f9d9-200d-2640-fe0f"},"1f9d9-1f3fb-2640":{name:"woman mage: light skin tone",category:"people",shortname:":woman_mage_tone1:",shortname_alternates:[":woman_mage_light_skin_tone:"],keywords:["light skin tone","sorceress","witch","uc10"],unicode_output:"1f9d9-1f3fb-200d-2640-fe0f"},"1f9d9-1f3fc-2640":{name:"woman mage: medium-light skin tone",category:"people",shortname:":woman_mage_tone2:",shortname_alternates:[":woman_mage_medium_light_skin_tone:"],keywords:["medium-light skin tone","sorceress","witch","uc10"],unicode_output:"1f9d9-1f3fc-200d-2640-fe0f"},"1f9d9-1f3fd-2640":{name:"woman mage: medium skin tone",category:"people",shortname:":woman_mage_tone3:",shortname_alternates:[":woman_mage_medium_skin_tone:"],keywords:["medium skin tone","sorceress","witch","uc10"],unicode_output:"1f9d9-1f3fd-200d-2640-fe0f"},"1f9d9-1f3fe-2640":{name:"woman mage: medium-dark skin tone",category:"people",shortname:":woman_mage_tone4:",shortname_alternates:[":woman_mage_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","sorceress","witch","uc10"],unicode_output:"1f9d9-1f3fe-200d-2640-fe0f"},"1f9d9-1f3ff-2640":{name:"woman mage: dark skin tone",category:"people",shortname:":woman_mage_tone5:",shortname_alternates:[":woman_mage_dark_skin_tone:"],keywords:["dark skin tone","sorceress","witch","uc10"],unicode_output:"1f9d9-1f3ff-200d-2640-fe0f"},"1f9d9-2642":{name:"man mage",category:"people",shortname:":man_mage:",shortname_alternates:[],keywords:["sorcerer","wizard","uc10"],unicode_output:"1f9d9-200d-2642-fe0f"},"1f9d9-1f3fb-2642":{name:"man mage: light skin tone",category:"people",shortname:":man_mage_tone1:",shortname_alternates:[":man_mage_light_skin_tone:"],keywords:["light skin tone","sorcerer","wizard","uc10"],unicode_output:"1f9d9-1f3fb-200d-2642-fe0f"},"1f9d9-1f3fc-2642":{name:"man mage: medium-light skin tone",category:"people",shortname:":man_mage_tone2:",shortname_alternates:[":man_mage_medium_light_skin_tone:"],keywords:["medium-light skin tone","sorcerer","wizard","uc10"],unicode_output:"1f9d9-1f3fc-200d-2642-fe0f"},"1f9d9-1f3fd-2642":{name:"man mage: medium skin tone",category:"people",shortname:":man_mage_tone3:",shortname_alternates:[":man_mage_medium_skin_tone:"],keywords:["medium skin tone","sorcerer","wizard","uc10"],unicode_output:"1f9d9-1f3fd-200d-2642-fe0f"},"1f9d9-1f3fe-2642":{name:"man mage: medium-dark skin tone",category:"people",shortname:":man_mage_tone4:",shortname_alternates:[":man_mage_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","sorcerer","wizard","uc10"],unicode_output:"1f9d9-1f3fe-200d-2642-fe0f"},"1f9d9-1f3ff-2642":{name:"man mage: dark skin tone",category:"people",shortname:":man_mage_tone5:",shortname_alternates:[":man_mage_dark_skin_tone:"],keywords:["dark skin tone","sorcerer","wizard","uc10"],unicode_output:"1f9d9-1f3ff-200d-2642-fe0f"},"1f9dd":{name:"elf",category:"people",shortname:":elf:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9dd"},"1f9dd-1f3fb":{name:"elf: light skin tone",category:"people",shortname:":elf_tone1:",shortname_alternates:[":elf_light_skin_tone:"],keywords:["light skin tone","magical","uc10"],unicode_output:"1f9dd-1f3fb"},"1f9dd-1f3fc":{name:"elf: medium-light skin tone",category:"people",shortname:":elf_tone2:",shortname_alternates:[":elf_medium_light_skin_tone:"],keywords:["magical","medium-light skin tone","uc10"],unicode_output:"1f9dd-1f3fc"},"1f9dd-1f3fd":{name:"elf: medium skin tone",category:"people",shortname:":elf_tone3:",shortname_alternates:[":elf_medium_skin_tone:"],keywords:["magical","medium skin tone","uc10"],unicode_output:"1f9dd-1f3fd"},"1f9dd-1f3fe":{name:"elf: medium-dark skin tone",category:"people",shortname:":elf_tone4:",shortname_alternates:[":elf_medium_dark_skin_tone:"],keywords:["magical","medium-dark skin tone","uc10"],unicode_output:"1f9dd-1f3fe"},"1f9dd-1f3ff":{name:"elf: dark skin tone",category:"people",shortname:":elf_tone5:",shortname_alternates:[":elf_dark_skin_tone:"],keywords:["dark skin tone","magical","uc10"],unicode_output:"1f9dd-1f3ff"},"1f9dd-2640":{name:"woman elf",category:"people",shortname:":woman_elf:",shortname_alternates:[],keywords:["magical","uc10"],unicode_output:"1f9dd-200d-2640-fe0f"},"1f9dd-1f3fb-2640":{name:"woman elf: light skin tone",category:"people",shortname:":woman_elf_tone1:",shortname_alternates:[":woman_elf_light_skin_tone:"],keywords:["light skin tone","magical","uc10"],unicode_output:"1f9dd-1f3fb-200d-2640-fe0f"},"1f9dd-1f3fc-2640":{name:"woman elf: medium-light skin tone",category:"people",shortname:":woman_elf_tone2:",shortname_alternates:[":woman_elf_medium_light_skin_tone:"],keywords:["magical","medium-light skin tone","uc10"],unicode_output:"1f9dd-1f3fc-200d-2640-fe0f"},"1f9dd-1f3fd-2640":{name:"woman elf: medium skin tone",category:"people",shortname:":woman_elf_tone3:",shortname_alternates:[":woman_elf_medium_skin_tone:"],keywords:["magical","medium skin tone","uc10"],unicode_output:"1f9dd-1f3fd-200d-2640-fe0f"},"1f9dd-1f3fe-2640":{name:"woman elf: medium-dark skin tone",category:"people",shortname:":woman_elf_tone4:",shortname_alternates:[":woman_elf_medium_dark_skin_tone:"],keywords:["magical","medium-dark skin tone","uc10"],unicode_output:"1f9dd-1f3fe-200d-2640-fe0f"},"1f9dd-1f3ff-2640":{name:"woman elf: dark skin tone",category:"people",shortname:":woman_elf_tone5:",shortname_alternates:[":woman_elf_dark_skin_tone:"],keywords:["dark skin tone","magical","uc10"],unicode_output:"1f9dd-1f3ff-200d-2640-fe0f"},"1f9dd-2642":{name:"man elf",category:"people",shortname:":man_elf:",shortname_alternates:[],keywords:["magical","uc10"],unicode_output:"1f9dd-200d-2642-fe0f"},"1f9dd-1f3fb-2642":{name:"man elf: light skin tone",category:"people",shortname:":man_elf_tone1:",shortname_alternates:[":man_elf_light_skin_tone:"],keywords:["light skin tone","magical","uc10"],unicode_output:"1f9dd-1f3fb-200d-2642-fe0f"},"1f9dd-1f3fc-2642":{name:"man elf: medium-light skin tone",category:"people",shortname:":man_elf_tone2:",shortname_alternates:[":man_elf_medium_light_skin_tone:"],keywords:["magical","medium-light skin tone","uc10"],unicode_output:"1f9dd-1f3fc-200d-2642-fe0f"},"1f9dd-1f3fd-2642":{name:"man elf: medium skin tone",category:"people",shortname:":man_elf_tone3:",shortname_alternates:[":man_elf_medium_skin_tone:"],keywords:["magical","medium skin tone","uc10"],unicode_output:"1f9dd-1f3fd-200d-2642-fe0f"},"1f9dd-1f3fe-2642":{name:"man elf: medium-dark skin tone",category:"people",shortname:":man_elf_tone4:",shortname_alternates:[":man_elf_medium_dark_skin_tone:"],keywords:["magical","medium-dark skin tone","uc10"],unicode_output:"1f9dd-1f3fe-200d-2642-fe0f"},"1f9dd-1f3ff-2642":{name:"man elf: dark skin tone",category:"people",shortname:":man_elf_tone5:",shortname_alternates:[":man_elf_dark_skin_tone:"],keywords:["dark skin tone","magical","uc10"],unicode_output:"1f9dd-1f3ff-200d-2642-fe0f"},"1f9db":{name:"vampire",category:"people",shortname:":vampire:",shortname_alternates:[],keywords:["Dracula","undead","uc10"],unicode_output:"1f9db"},"1f9db-1f3fb":{name:"vampire: light skin tone",category:"people",shortname:":vampire_tone1:",shortname_alternates:[":vampire_light_skin_tone:"],keywords:["Dracula","light skin tone","undead","uc10"],unicode_output:"1f9db-1f3fb"},"1f9db-1f3fc":{name:"vampire: medium-light skin tone",category:"people",shortname:":vampire_tone2:",shortname_alternates:[":vampire_medium_light_skin_tone:"],keywords:["Dracula","medium-light skin tone","undead","uc10"],unicode_output:"1f9db-1f3fc"},"1f9db-1f3fd":{name:"vampire: medium skin tone",category:"people",shortname:":vampire_tone3:",shortname_alternates:[":vampire_medium_skin_tone:"],keywords:["Dracula","medium skin tone","undead","uc10"],unicode_output:"1f9db-1f3fd"},"1f9db-1f3fe":{name:"vampire: medium-dark skin tone",category:"people",shortname:":vampire_tone4:",shortname_alternates:[":vampire_medium_dark_skin_tone:"],keywords:["Dracula","medium-dark skin tone","undead","uc10"],unicode_output:"1f9db-1f3fe"},"1f9db-1f3ff":{name:"vampire: dark skin tone",category:"people",shortname:":vampire_tone5:",shortname_alternates:[":vampire_dark_skin_tone:"],keywords:["Dracula","dark skin tone","undead","uc10"],unicode_output:"1f9db-1f3ff"},"1f9db-2640":{name:"woman vampire",category:"people",shortname:":woman_vampire:",shortname_alternates:[],keywords:["undead","uc10"],unicode_output:"1f9db-200d-2640-fe0f"},"1f9db-1f3fb-2640":{name:"woman vampire: light skin tone",category:"people",shortname:":woman_vampire_tone1:",shortname_alternates:[":woman_vampire_light_skin_tone:"],keywords:["light skin tone","undead","uc10"],unicode_output:"1f9db-1f3fb-200d-2640-fe0f"},"1f9db-1f3fc-2640":{name:"woman vampire: medium-light skin tone",category:"people",shortname:":woman_vampire_tone2:",shortname_alternates:[":woman_vampire_medium_light_skin_tone:"],keywords:["medium-light skin tone","undead","uc10"],unicode_output:"1f9db-1f3fc-200d-2640-fe0f"},"1f9db-1f3fd-2640":{name:"woman vampire: medium skin tone",category:"people",shortname:":woman_vampire_tone3:",shortname_alternates:[":woman_vampire_medium_skin_tone:"],keywords:["medium skin tone","undead","uc10"],unicode_output:"1f9db-1f3fd-200d-2640-fe0f"},"1f9db-1f3fe-2640":{name:"woman vampire: medium-dark skin tone",category:"people",shortname:":woman_vampire_tone4:",shortname_alternates:[":woman_vampire_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","undead","uc10"],unicode_output:"1f9db-1f3fe-200d-2640-fe0f"},"1f9db-1f3ff-2640":{name:"woman vampire: dark skin tone",category:"people",shortname:":woman_vampire_tone5:",shortname_alternates:[":woman_vampire_dark_skin_tone:"],keywords:["dark skin tone","undead","uc10"],unicode_output:"1f9db-1f3ff-200d-2640-fe0f"},"1f9db-2642":{name:"man vampire",category:"people",shortname:":man_vampire:",shortname_alternates:[],keywords:["Dracula","undead","uc10"],unicode_output:"1f9db-200d-2642-fe0f"},"1f9db-1f3fb-2642":{name:"man vampire: light skin tone",category:"people",shortname:":man_vampire_tone1:",shortname_alternates:[":man_vampire_light_skin_tone:"],keywords:["Dracula","light skin tone","undead","uc10"],unicode_output:"1f9db-1f3fb-200d-2642-fe0f"},"1f9db-1f3fc-2642":{name:"man vampire: medium-light skin tone",category:"people",shortname:":man_vampire_tone2:",shortname_alternates:[":man_vampire_medium_light_skin_tone:"],keywords:["Dracula","medium-light skin tone","undead","uc10"],unicode_output:"1f9db-1f3fc-200d-2642-fe0f"},"1f9db-1f3fd-2642":{name:"man vampire: medium skin tone",category:"people",shortname:":man_vampire_tone3:",shortname_alternates:[":man_vampire_medium_skin_tone:"],keywords:["Dracula","medium skin tone","undead","uc10"],unicode_output:"1f9db-1f3fd-200d-2642-fe0f"},"1f9db-1f3fe-2642":{name:"man vampire: medium-dark skin tone",category:"people",shortname:":man_vampire_tone4:",shortname_alternates:[":man_vampire_medium_dark_skin_tone:"],keywords:["Dracula","medium-dark skin tone","undead","uc10"],unicode_output:"1f9db-1f3fe-200d-2642-fe0f"},"1f9db-1f3ff-2642":{name:"man vampire: dark skin tone",category:"people",shortname:":man_vampire_tone5:",shortname_alternates:[":man_vampire_dark_skin_tone:"],keywords:["Dracula","dark skin tone","undead","uc10"],unicode_output:"1f9db-1f3ff-200d-2642-fe0f"},"1f9df":{name:"zombie",category:"people",shortname:":zombie:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9df"},"1f9df-2640":{name:"woman zombie",category:"people",shortname:":woman_zombie:",shortname_alternates:[],keywords:["undead","walking dead","uc10"],unicode_output:"1f9df-200d-2640-fe0f"},"1f9df-2642":{name:"man zombie",category:"people",shortname:":man_zombie:",shortname_alternates:[],keywords:["undead","walking dead","uc10"],unicode_output:"1f9df-200d-2642-fe0f"},"1f9de":{name:"genie",category:"people",shortname:":genie:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9de"},"1f9de-2640":{name:"woman genie",category:"people",shortname:":woman_genie:",shortname_alternates:[],keywords:["djinn","uc10"],unicode_output:"1f9de-200d-2640-fe0f"},"1f9de-2642":{name:"man genie",category:"people",shortname:":man_genie:",shortname_alternates:[],keywords:["djinn","uc10"],unicode_output:"1f9de-200d-2642-fe0f"},"1f9dc":{name:"merperson",category:"people",shortname:":merperson:",shortname_alternates:[],keywords:["mermaid","merman","merwoman","uc10"],unicode_output:"1f9dc"},"1f9dc-1f3fb":{name:"merperson: light skin tone",category:"people",shortname:":merperson_tone1:",shortname_alternates:[":merperson_light_skin_tone:"],keywords:["light skin tone","mermaid","merman","merwoman","uc10"],unicode_output:"1f9dc-1f3fb"},"1f9dc-1f3fc":{name:"merperson: medium-light skin tone",category:"people",shortname:":merperson_tone2:",shortname_alternates:[":merperson_medium_light_skin_tone:"],keywords:["medium-light skin tone","mermaid","merman","merwoman","uc10"],unicode_output:"1f9dc-1f3fc"},"1f9dc-1f3fd":{name:"merperson: medium skin tone",category:"people",shortname:":merperson_tone3:",shortname_alternates:[":merperson_medium_skin_tone:"],keywords:["medium skin tone","mermaid","merman","merwoman","uc10"],unicode_output:"1f9dc-1f3fd"},"1f9dc-1f3fe":{name:"merperson: medium-dark skin tone",category:"people",shortname:":merperson_tone4:",shortname_alternates:[":merperson_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","mermaid","merman","merwoman","uc10"],unicode_output:"1f9dc-1f3fe"},"1f9dc-1f3ff":{name:"merperson: dark skin tone",category:"people",shortname:":merperson_tone5:",shortname_alternates:[":merperson_dark_skin_tone:"],keywords:["dark skin tone","mermaid","merman","merwoman","uc10"],unicode_output:"1f9dc-1f3ff"},"1f9dc-2640":{name:"mermaid",category:"people",shortname:":mermaid:",shortname_alternates:[],keywords:["merwoman","uc10"],unicode_output:"1f9dc-200d-2640-fe0f"},"1f9dc-1f3fb-2640":{name:"mermaid: light skin tone",category:"people",shortname:":mermaid_tone1:",shortname_alternates:[":mermaid_light_skin_tone:"],keywords:["light skin tone","merwoman","uc10"],unicode_output:"1f9dc-1f3fb-200d-2640-fe0f"},"1f9dc-1f3fc-2640":{name:"mermaid: medium-light skin tone",category:"people",shortname:":mermaid_tone2:",shortname_alternates:[":mermaid_medium_light_skin_tone:"],keywords:["medium-light skin tone","merwoman","uc10"],unicode_output:"1f9dc-1f3fc-200d-2640-fe0f"},"1f9dc-1f3fd-2640":{name:"mermaid: medium skin tone",category:"people",shortname:":mermaid_tone3:",shortname_alternates:[":mermaid_medium_skin_tone:"],keywords:["medium skin tone","merwoman","uc10"],unicode_output:"1f9dc-1f3fd-200d-2640-fe0f"},"1f9dc-1f3fe-2640":{name:"mermaid: medium-dark skin tone",category:"people",shortname:":mermaid_tone4:",shortname_alternates:[":mermaid_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","merwoman","uc10"],unicode_output:"1f9dc-1f3fe-200d-2640-fe0f"},"1f9dc-1f3ff-2640":{name:"mermaid: dark skin tone",category:"people",shortname:":mermaid_tone5:",shortname_alternates:[":mermaid_dark_skin_tone:"],keywords:["dark skin tone","merwoman","uc10"],unicode_output:"1f9dc-1f3ff-200d-2640-fe0f"},"1f9dc-2642":{name:"merman",category:"people",shortname:":merman:",shortname_alternates:[],keywords:["Triton","uc10"],unicode_output:"1f9dc-200d-2642-fe0f"},"1f9dc-1f3fb-2642":{name:"merman: light skin tone",category:"people",shortname:":merman_tone1:",shortname_alternates:[":merman_light_skin_tone:"],keywords:["Triton","light skin tone","uc10"],unicode_output:"1f9dc-1f3fb-200d-2642-fe0f"},"1f9dc-1f3fc-2642":{name:"merman: medium-light skin tone",category:"people",shortname:":merman_tone2:",shortname_alternates:[":merman_medium_light_skin_tone:"],keywords:["Triton","medium-light skin tone","uc10"],unicode_output:"1f9dc-1f3fc-200d-2642-fe0f"},"1f9dc-1f3fd-2642":{name:"merman: medium skin tone",category:"people",shortname:":merman_tone3:",shortname_alternates:[":merman_medium_skin_tone:"],keywords:["Triton","medium skin tone","uc10"],unicode_output:"1f9dc-1f3fd-200d-2642-fe0f"},"1f9dc-1f3fe-2642":{name:"merman: medium-dark skin tone",category:"people",shortname:":merman_tone4:",shortname_alternates:[":merman_medium_dark_skin_tone:"],keywords:["Triton","medium-dark skin tone","uc10"],unicode_output:"1f9dc-1f3fe-200d-2642-fe0f"},"1f9dc-1f3ff-2642":{name:"merman: dark skin tone",category:"people",shortname:":merman_tone5:",shortname_alternates:[":merman_dark_skin_tone:"],keywords:["Triton","dark skin tone","uc10"],unicode_output:"1f9dc-1f3ff-200d-2642-fe0f"},"1f9da":{name:"fairy",category:"people",shortname:":fairy:",shortname_alternates:[],keywords:["Oberon","Puck","Titania","uc10"],unicode_output:"1f9da"},"1f9da-1f3fb":{name:"fairy: light skin tone",category:"people",shortname:":fairy_tone1:",shortname_alternates:[":fairy_light_skin_tone:"],keywords:["Oberon","Puck","Titania","light skin tone","uc10"],unicode_output:"1f9da-1f3fb"},"1f9da-1f3fc":{name:"fairy: medium-light skin tone",category:"people",shortname:":fairy_tone2:",shortname_alternates:[":fairy_medium_light_skin_tone:"],keywords:["Oberon","Puck","Titania","medium-light skin tone","uc10"],unicode_output:"1f9da-1f3fc"},"1f9da-1f3fd":{name:"fairy: medium skin tone",category:"people",shortname:":fairy_tone3:",shortname_alternates:[":fairy_medium_skin_tone:"],keywords:["Oberon","Puck","Titania","medium skin tone","uc10"],unicode_output:"1f9da-1f3fd"},"1f9da-1f3fe":{name:"fairy: medium-dark skin tone",category:"people",shortname:":fairy_tone4:",shortname_alternates:[":fairy_medium_dark_skin_tone:"],keywords:["Oberon","Puck","Titania","medium-dark skin tone","uc10"],unicode_output:"1f9da-1f3fe"},"1f9da-1f3ff":{name:"fairy: dark skin tone",category:"people",shortname:":fairy_tone5:",shortname_alternates:[":fairy_dark_skin_tone:"],keywords:["Oberon","Puck","Titania","dark skin tone","uc10"],unicode_output:"1f9da-1f3ff"},"1f9da-2640":{name:"woman fairy",category:"people",shortname:":woman_fairy:",shortname_alternates:[],keywords:["Titania","uc10"],unicode_output:"1f9da-200d-2640-fe0f"},"1f9da-1f3fb-2640":{name:"woman fairy: light skin tone",category:"people",shortname:":woman_fairy_tone1:",shortname_alternates:[":woman_fairy_light_skin_tone:"],keywords:["Titania","light skin tone","uc10"],unicode_output:"1f9da-1f3fb-200d-2640-fe0f"},"1f9da-1f3fc-2640":{name:"woman fairy: medium-light skin tone",category:"people",shortname:":woman_fairy_tone2:",shortname_alternates:[":woman_fairy_medium_light_skin_tone:"],keywords:["Titania","medium-light skin tone","uc10"],unicode_output:"1f9da-1f3fc-200d-2640-fe0f"},"1f9da-1f3fd-2640":{name:"woman fairy: medium skin tone",category:"people",shortname:":woman_fairy_tone3:",shortname_alternates:[":woman_fairy_medium_skin_tone:"],keywords:["Titania","medium skin tone","uc10"],unicode_output:"1f9da-1f3fd-200d-2640-fe0f"},"1f9da-1f3fe-2640":{name:"woman fairy: medium-dark skin tone",category:"people",shortname:":woman_fairy_tone4:",shortname_alternates:[":woman_fairy_medium_dark_skin_tone:"],keywords:["Titania","medium-dark skin tone","uc10"],unicode_output:"1f9da-1f3fe-200d-2640-fe0f"},"1f9da-1f3ff-2640":{name:"woman fairy: dark skin tone",category:"people",shortname:":woman_fairy_tone5:",shortname_alternates:[":woman_fairy_dark_skin_tone:"],keywords:["Titania","dark skin tone","uc10"],unicode_output:"1f9da-1f3ff-200d-2640-fe0f"},"1f9da-2642":{name:"man fairy",category:"people",shortname:":man_fairy:",shortname_alternates:[],keywords:["Oberon","Puck","uc10"],unicode_output:"1f9da-200d-2642-fe0f"},"1f9da-1f3fb-2642":{name:"man fairy: light skin tone",category:"people",shortname:":man_fairy_tone1:",shortname_alternates:[":man_fairy_light_skin_tone:"],keywords:["Oberon","Puck","light skin tone","uc10"],unicode_output:"1f9da-1f3fb-200d-2642-fe0f"},"1f9da-1f3fc-2642":{name:"man fairy: medium-light skin tone",category:"people",shortname:":man_fairy_tone2:",shortname_alternates:[":man_fairy_medium_light_skin_tone:"],keywords:["Oberon","Puck","medium-light skin tone","uc10"],unicode_output:"1f9da-1f3fc-200d-2642-fe0f"},"1f9da-1f3fd-2642":{name:"man fairy: medium skin tone",category:"people",shortname:":man_fairy_tone3:",shortname_alternates:[":man_fairy_medium_skin_tone:"],keywords:["Oberon","Puck","medium skin tone","uc10"],unicode_output:"1f9da-1f3fd-200d-2642-fe0f"},"1f9da-1f3fe-2642":{name:"man fairy: medium-dark skin tone",category:"people",shortname:":man_fairy_tone4:",shortname_alternates:[":man_fairy_medium_dark_skin_tone:"],keywords:["Oberon","Puck","medium-dark skin tone","uc10"],unicode_output:"1f9da-1f3fe-200d-2642-fe0f"},"1f9da-1f3ff-2642":{name:"man fairy: dark skin tone",category:"people",shortname:":man_fairy_tone5:",shortname_alternates:[":man_fairy_dark_skin_tone:"],keywords:["Oberon","Puck","dark skin tone","uc10"],unicode_output:"1f9da-1f3ff-200d-2642-fe0f"},"1f47c":{name:"baby angel",category:"people",shortname:":angel:",shortname_alternates:[],keywords:["angel","baby","face","fairy tale","fantasy","uc6"],unicode_output:"1f47c"},"1f47c-1f3fb":{name:"baby angel: light skin tone",category:"people",shortname:":angel_tone1:",shortname_alternates:[],keywords:["angel","baby","face","fairy tale","fantasy","light skin tone","uc8"],unicode_output:"1f47c-1f3fb"},"1f47c-1f3fc":{name:"baby angel: medium-light skin tone",category:"people",shortname:":angel_tone2:",shortname_alternates:[],keywords:["angel","baby","face","fairy tale","fantasy","medium-light skin tone","uc8"],unicode_output:"1f47c-1f3fc"},"1f47c-1f3fd":{name:"baby angel: medium skin tone",category:"people",shortname:":angel_tone3:",shortname_alternates:[],keywords:["angel","baby","face","fairy tale","fantasy","medium skin tone","uc8"],unicode_output:"1f47c-1f3fd"},"1f47c-1f3fe":{name:"baby angel: medium-dark skin tone",category:"people",shortname:":angel_tone4:",shortname_alternates:[],keywords:["angel","baby","face","fairy tale","fantasy","medium-dark skin tone","uc8"],unicode_output:"1f47c-1f3fe"},"1f47c-1f3ff":{name:"baby angel: dark skin tone",category:"people",shortname:":angel_tone5:",shortname_alternates:[],keywords:["angel","baby","dark skin tone","face","fairy tale","fantasy","uc8"],unicode_output:"1f47c-1f3ff"},"1f930":{name:"pregnant woman",category:"people",shortname:":pregnant_woman:",shortname_alternates:[":expecting_woman:"],keywords:["pregnant","woman","uc9"],unicode_output:"1f930"},"1f930-1f3fb":{name:"pregnant woman: light skin tone",category:"people",shortname:":pregnant_woman_tone1:",shortname_alternates:[":expecting_woman_tone1:"],keywords:["light skin tone","pregnant","woman","uc9"],unicode_output:"1f930-1f3fb"},"1f930-1f3fc":{name:"pregnant woman: medium-light skin tone",category:"people",shortname:":pregnant_woman_tone2:",shortname_alternates:[":expecting_woman_tone2:"],keywords:["medium-light skin tone","pregnant","woman","uc9"],unicode_output:"1f930-1f3fc"},"1f930-1f3fd":{name:"pregnant woman: medium skin tone",category:"people",shortname:":pregnant_woman_tone3:",shortname_alternates:[":expecting_woman_tone3:"],keywords:["medium skin tone","pregnant","woman","uc9"],unicode_output:"1f930-1f3fd"},"1f930-1f3fe":{name:"pregnant woman: medium-dark skin tone",category:"people",shortname:":pregnant_woman_tone4:",shortname_alternates:[":expecting_woman_tone4:"],keywords:["medium-dark skin tone","pregnant","woman","uc9"],unicode_output:"1f930-1f3fe"},"1f930-1f3ff":{name:"pregnant woman: dark skin tone",category:"people",shortname:":pregnant_woman_tone5:",shortname_alternates:[":expecting_woman_tone5:"],keywords:["dark skin tone","pregnant","woman","uc9"],unicode_output:"1f930-1f3ff"},"1f931":{name:"breast-feeding",category:"people",shortname:":breast_feeding:",shortname_alternates:[],keywords:["baby","breast","nursing","uc10"],unicode_output:"1f931"},"1f931-1f3fb":{name:"breast-feeding: light skin tone",category:"people",shortname:":breast_feeding_tone1:",shortname_alternates:[":breast_feeding_light_skin_tone:"],keywords:["baby","breast","light skin tone","nursing","uc10"],unicode_output:"1f931-1f3fb"},"1f931-1f3fc":{name:"breast-feeding: medium-light skin tone",category:"people",shortname:":breast_feeding_tone2:",shortname_alternates:[":breast_feeding_medium_light_skin_tone:"],keywords:["baby","breast","medium-light skin tone","nursing","uc10"],unicode_output:"1f931-1f3fc"},"1f931-1f3fd":{name:"breast-feeding: medium skin tone",category:"people",shortname:":breast_feeding_tone3:",shortname_alternates:[":breast_feeding_medium_skin_tone:"],keywords:["baby","breast","medium skin tone","nursing","uc10"],unicode_output:"1f931-1f3fd"},"1f931-1f3fe":{name:"breast-feeding: medium-dark skin tone",category:"people",shortname:":breast_feeding_tone4:",shortname_alternates:[":breast_feeding_medium_dark_skin_tone:"],keywords:["baby","breast","medium-dark skin tone","nursing","uc10"],unicode_output:"1f931-1f3fe"},"1f931-1f3ff":{name:"breast-feeding: dark skin tone",category:"people",shortname:":breast_feeding_tone5:",shortname_alternates:[":breast_feeding_dark_skin_tone:"],keywords:["baby","breast","dark skin tone","nursing","uc10"],unicode_output:"1f931-1f3ff"},"1f9d1-1f37c":{name:"person feeding baby",category:"people",shortname:":person_feeding_baby:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f9d1-200d-1f37c"},"1f9d1-1f3fb-1f37c":{name:"person feeding baby: light skin tone",category:"people",shortname:":person_feeding_baby_tone1:",shortname_alternates:[":person_feeding_baby_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fb-200d-1f37c"},"1f9d1-1f3fc-1f37c":{name:"person feeding baby: medium-light skin tone",category:"people",shortname:":person_feeding_baby_tone2:",shortname_alternates:[":person_feeding_baby_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fc-200d-1f37c"},"1f9d1-1f3fd-1f37c":{name:"person feeding baby: medium skin tone",category:"people",shortname:":person_feeding_baby_tone3:",shortname_alternates:[":person_feeding_baby_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fd-200d-1f37c"},"1f9d1-1f3fe-1f37c":{name:"person feeding baby: medium-dark skin tone",category:"people",shortname:":person_feeding_baby_tone4:",shortname_alternates:[":person_feeding_baby_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fe-200d-1f37c"},"1f9d1-1f3ff-1f37c":{name:"person feeding baby: dark skin tone",category:"people",shortname:":person_feeding_baby_tone5:",shortname_alternates:[":person_feeding_baby_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3ff-200d-1f37c"},"1f469-1f37c":{name:"woman feeding baby",category:"people",shortname:":woman_feeding_baby:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f469-200d-1f37c"},"1f469-1f3fb-1f37c":{name:"woman feeding baby: light skin tone",category:"people",shortname:":woman_feeding_baby_tone1:",shortname_alternates:[":woman_feeding_baby_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-1f37c"},"1f469-1f3fc-1f37c":{name:"woman feeding baby: medium-light skin tone",category:"people",shortname:":woman_feeding_baby_tone2:",shortname_alternates:[":woman_feeding_baby_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-1f37c"},"1f469-1f3fd-1f37c":{name:"woman feeding baby: medium skin tone",category:"people",shortname:":woman_feeding_baby_tone3:",shortname_alternates:[":woman_feeding_baby_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-1f37c"},"1f469-1f3fe-1f37c":{name:"woman feeding baby: medium-dark skin tone",category:"people",shortname:":woman_feeding_baby_tone4:",shortname_alternates:[":woman_feeding_baby_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-1f37c"},"1f469-1f3ff-1f37c":{name:"woman feeding baby: dark skin tone",category:"people",shortname:":woman_feeding_baby_tone5:",shortname_alternates:[":woman_feeding_baby_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-1f37c"},"1f468-1f37c":{name:"man feeding baby",category:"people",shortname:":man_feeding_baby:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f468-200d-1f37c"},"1f468-1f3fb-1f37c":{name:"man feeding baby: light skin tone",category:"people",shortname:":man_feeding_baby_tone1:",shortname_alternates:[":man_feeding_baby_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-1f37c"},"1f468-1f3fc-1f37c":{name:"man feeding baby: medium-light skin tone",category:"people",shortname:":man_feeding_baby_tone2:",shortname_alternates:[":man_feeding_baby_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-1f37c"},"1f468-1f3fd-1f37c":{name:"man feeding baby: medium skin tone",category:"people",shortname:":man_feeding_baby_tone3:",shortname_alternates:[":man_feeding_baby_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-1f37c"},"1f468-1f3fe-1f37c":{name:"man feeding baby: medium-dark skin tone",category:"people",shortname:":man_feeding_baby_tone4:",shortname_alternates:[":man_feeding_baby_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-1f37c"},"1f468-1f3ff-1f37c":{name:"man feeding baby: dark skin tone",category:"people",shortname:":man_feeding_baby_tone5:",shortname_alternates:[":man_feeding_baby_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-1f37c"},"1f647":{name:"person bowing",category:"people",shortname:":person_bowing:",shortname_alternates:[":bow:"],keywords:["apology","bow","gesture","sorry","uc6"],unicode_output:"1f647"},"1f647-1f3fb":{name:"person bowing: light skin tone",category:"people",shortname:":person_bowing_tone1:",shortname_alternates:[":bow_tone1:"],keywords:["apology","bow","gesture","light skin tone","sorry","uc8"],unicode_output:"1f647-1f3fb"},"1f647-1f3fc":{name:"person bowing: medium-light skin tone",category:"people",shortname:":person_bowing_tone2:",shortname_alternates:[":bow_tone2:"],keywords:["apology","bow","gesture","medium-light skin tone","sorry","uc8"],unicode_output:"1f647-1f3fc"},"1f647-1f3fd":{name:"person bowing: medium skin tone",category:"people",shortname:":person_bowing_tone3:",shortname_alternates:[":bow_tone3:"],keywords:["apology","bow","gesture","medium skin tone","sorry","uc8"],unicode_output:"1f647-1f3fd"},"1f647-1f3fe":{name:"person bowing: medium-dark skin tone",category:"people",shortname:":person_bowing_tone4:",shortname_alternates:[":bow_tone4:"],keywords:["apology","bow","gesture","medium-dark skin tone","sorry","uc8"],unicode_output:"1f647-1f3fe"},"1f647-1f3ff":{name:"person bowing: dark skin tone",category:"people",shortname:":person_bowing_tone5:",shortname_alternates:[":bow_tone5:"],keywords:["apology","bow","dark skin tone","gesture","sorry","uc8"],unicode_output:"1f647-1f3ff"},"1f647-2640":{name:"woman bowing",category:"people",shortname:":woman_bowing:",shortname_alternates:[],keywords:["apology","bowing","favor","gesture","sorry","woman","uc6"],unicode_output:"1f647-200d-2640-fe0f"},"1f647-1f3fb-2640":{name:"woman bowing: light skin tone",category:"people",shortname:":woman_bowing_tone1:",shortname_alternates:[":woman_bowing_light_skin_tone:"],keywords:["apology","bowing","favor","gesture","light skin tone","sorry","woman","uc8"],unicode_output:"1f647-1f3fb-200d-2640-fe0f"},"1f647-1f3fc-2640":{name:"woman bowing: medium-light skin tone",category:"people",shortname:":woman_bowing_tone2:",shortname_alternates:[":woman_bowing_medium_light_skin_tone:"],keywords:["apology","bowing","favor","gesture","medium-light skin tone","sorry","woman","uc8"],unicode_output:"1f647-1f3fc-200d-2640-fe0f"},"1f647-1f3fd-2640":{name:"woman bowing: medium skin tone",category:"people",shortname:":woman_bowing_tone3:",shortname_alternates:[":woman_bowing_medium_skin_tone:"],keywords:["apology","bowing","favor","gesture","medium skin tone","sorry","woman","uc8"],unicode_output:"1f647-1f3fd-200d-2640-fe0f"},"1f647-1f3fe-2640":{name:"woman bowing: medium-dark skin tone",category:"people",shortname:":woman_bowing_tone4:",shortname_alternates:[":woman_bowing_medium_dark_skin_tone:"],keywords:["apology","bowing","favor","gesture","medium-dark skin tone","sorry","woman","uc8"],unicode_output:"1f647-1f3fe-200d-2640-fe0f"},"1f647-1f3ff-2640":{name:"woman bowing: dark skin tone",category:"people",shortname:":woman_bowing_tone5:",shortname_alternates:[":woman_bowing_dark_skin_tone:"],keywords:["apology","bowing","dark skin tone","favor","gesture","sorry","woman","uc8"],unicode_output:"1f647-1f3ff-200d-2640-fe0f"},"1f647-2642":{name:"man bowing",category:"people",shortname:":man_bowing:",shortname_alternates:[],keywords:["apology","bowing","favor","gesture","man","sorry","uc6"],unicode_output:"1f647-200d-2642-fe0f"},"1f647-1f3fb-2642":{name:"man bowing: light skin tone",category:"people",shortname:":man_bowing_tone1:",shortname_alternates:[":man_bowing_light_skin_tone:"],keywords:["apology","bowing","favor","gesture","light skin tone","man","sorry","uc8"],unicode_output:"1f647-1f3fb-200d-2642-fe0f"},"1f647-1f3fc-2642":{name:"man bowing: medium-light skin tone",category:"people",shortname:":man_bowing_tone2:",shortname_alternates:[":man_bowing_medium_light_skin_tone:"],keywords:["apology","bowing","favor","gesture","man","medium-light skin tone","sorry","uc8"],unicode_output:"1f647-1f3fc-200d-2642-fe0f"},"1f647-1f3fd-2642":{name:"man bowing: medium skin tone",category:"people",shortname:":man_bowing_tone3:",shortname_alternates:[":man_bowing_medium_skin_tone:"],keywords:["apology","bowing","favor","gesture","man","medium skin tone","sorry","uc8"],unicode_output:"1f647-1f3fd-200d-2642-fe0f"},"1f647-1f3fe-2642":{name:"man bowing: medium-dark skin tone",category:"people",shortname:":man_bowing_tone4:",shortname_alternates:[":man_bowing_medium_dark_skin_tone:"],keywords:["apology","bowing","favor","gesture","man","medium-dark skin tone","sorry","uc8"],unicode_output:"1f647-1f3fe-200d-2642-fe0f"},"1f647-1f3ff-2642":{name:"man bowing: dark skin tone",category:"people",shortname:":man_bowing_tone5:",shortname_alternates:[":man_bowing_dark_skin_tone:"],keywords:["apology","bowing","dark skin tone","favor","gesture","man","sorry","uc8"],unicode_output:"1f647-1f3ff-200d-2642-fe0f"},"1f481":{name:"person tipping hand",category:"people",shortname:":person_tipping_hand:",shortname_alternates:[":information_desk_person:"],keywords:["hand","help","information","sassy","tipping","uc6"],unicode_output:"1f481"},"1f481-1f3fb":{name:"person tipping hand: light skin tone",category:"people",shortname:":person_tipping_hand_tone1:",shortname_alternates:[":information_desk_person_tone1:"],keywords:["hand","help","information","light skin tone","sassy","tipping","uc8"],unicode_output:"1f481-1f3fb"},"1f481-1f3fc":{name:"person tipping hand: medium-light skin tone",category:"people",shortname:":person_tipping_hand_tone2:",shortname_alternates:[":information_desk_person_tone2:"],keywords:["hand","help","information","medium-light skin tone","sassy","tipping","uc8"],unicode_output:"1f481-1f3fc"},"1f481-1f3fd":{name:"person tipping hand: medium skin tone",category:"people",shortname:":person_tipping_hand_tone3:",shortname_alternates:[":information_desk_person_tone3:"],keywords:["hand","help","information","medium skin tone","sassy","tipping","uc8"],unicode_output:"1f481-1f3fd"},"1f481-1f3fe":{name:"person tipping hand: medium-dark skin tone",category:"people",shortname:":person_tipping_hand_tone4:",shortname_alternates:[":information_desk_person_tone4:"],keywords:["hand","help","information","medium-dark skin tone","sassy","tipping","uc8"],unicode_output:"1f481-1f3fe"},"1f481-1f3ff":{name:"person tipping hand: dark skin tone",category:"people",shortname:":person_tipping_hand_tone5:",shortname_alternates:[":information_desk_person_tone5:"],keywords:["dark skin tone","hand","help","information","sassy","tipping","uc8"],unicode_output:"1f481-1f3ff"},"1f481-2640":{name:"woman tipping hand",category:"people",shortname:":woman_tipping_hand:",shortname_alternates:[],keywords:["sassy","tipping hand","woman","uc6"],unicode_output:"1f481-200d-2640-fe0f"},"1f481-1f3fb-2640":{name:"woman tipping hand: light skin tone",category:"people",shortname:":woman_tipping_hand_tone1:",shortname_alternates:[":woman_tipping_hand_light_skin_tone:"],keywords:["light skin tone","sassy","tipping hand","woman","uc8"],unicode_output:"1f481-1f3fb-200d-2640-fe0f"},"1f481-1f3fc-2640":{name:"woman tipping hand: medium-light skin tone",category:"people",shortname:":woman_tipping_hand_tone2:",shortname_alternates:[":woman_tipping_hand_medium_light_skin_tone:"],keywords:["medium-light skin tone","sassy","tipping hand","woman","uc8"],unicode_output:"1f481-1f3fc-200d-2640-fe0f"},"1f481-1f3fd-2640":{name:"woman tipping hand: medium skin tone",category:"people",shortname:":woman_tipping_hand_tone3:",shortname_alternates:[":woman_tipping_hand_medium_skin_tone:"],keywords:["medium skin tone","sassy","tipping hand","woman","uc8"],unicode_output:"1f481-1f3fd-200d-2640-fe0f"},"1f481-1f3fe-2640":{name:"woman tipping hand: medium-dark skin tone",category:"people",shortname:":woman_tipping_hand_tone4:",shortname_alternates:[":woman_tipping_hand_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","sassy","tipping hand","woman","uc8"],unicode_output:"1f481-1f3fe-200d-2640-fe0f"},"1f481-1f3ff-2640":{name:"woman tipping hand: dark skin tone",category:"people",shortname:":woman_tipping_hand_tone5:",shortname_alternates:[":woman_tipping_hand_dark_skin_tone:"],keywords:["dark skin tone","sassy","tipping hand","woman","uc8"],unicode_output:"1f481-1f3ff-200d-2640-fe0f"},"1f481-2642":{name:"man tipping hand",category:"people",shortname:":man_tipping_hand:",shortname_alternates:[],keywords:["man","sassy","tipping hand","uc6"],unicode_output:"1f481-200d-2642-fe0f"},"1f481-1f3fb-2642":{name:"man tipping hand: light skin tone",category:"people",shortname:":man_tipping_hand_tone1:",shortname_alternates:[":man_tipping_hand_light_skin_tone:"],keywords:["light skin tone","man","sassy","tipping hand","uc8"],unicode_output:"1f481-1f3fb-200d-2642-fe0f"},"1f481-1f3fc-2642":{name:"man tipping hand: medium-light skin tone",category:"people",shortname:":man_tipping_hand_tone2:",shortname_alternates:[":man_tipping_hand_medium_light_skin_tone:"],keywords:["man","medium-light skin tone","sassy","tipping hand","uc8"],unicode_output:"1f481-1f3fc-200d-2642-fe0f"},"1f481-1f3fd-2642":{name:"man tipping hand: medium skin tone",category:"people",shortname:":man_tipping_hand_tone3:",shortname_alternates:[":man_tipping_hand_medium_skin_tone:"],keywords:["man","medium skin tone","sassy","tipping hand","uc8"],unicode_output:"1f481-1f3fd-200d-2642-fe0f"},"1f481-1f3fe-2642":{name:"man tipping hand: medium-dark skin tone",category:"people",shortname:":man_tipping_hand_tone4:",shortname_alternates:[":man_tipping_hand_medium_dark_skin_tone:"],keywords:["man","medium-dark skin tone","sassy","tipping hand","uc8"],unicode_output:"1f481-1f3fe-200d-2642-fe0f"},"1f481-1f3ff-2642":{name:"man tipping hand: dark skin tone",category:"people",shortname:":man_tipping_hand_tone5:",shortname_alternates:[":man_tipping_hand_dark_skin_tone:"],keywords:["dark skin tone","man","sassy","tipping hand","uc8"],unicode_output:"1f481-1f3ff-200d-2642-fe0f"},"1f645":{name:"person gesturing NO",category:"people",shortname:":person_gesturing_no:",shortname_alternates:[":no_good:"],keywords:["forbidden","gesture","hand","no","not","prohibited","uc6"],unicode_output:"1f645"},"1f645-1f3fb":{name:"person gesturing NO: light skin tone",category:"people",shortname:":person_gesturing_no_tone1:",shortname_alternates:[":no_good_tone1:"],keywords:["forbidden","gesture","hand","light skin tone","no","not","prohibited","uc8"],unicode_output:"1f645-1f3fb"},"1f645-1f3fc":{name:"person gesturing NO: medium-light skin tone",category:"people",shortname:":person_gesturing_no_tone2:",shortname_alternates:[":no_good_tone2:"],keywords:["forbidden","gesture","hand","medium-light skin tone","no","not","prohibited","uc8"],unicode_output:"1f645-1f3fc"},"1f645-1f3fd":{name:"person gesturing NO: medium skin tone",category:"people",shortname:":person_gesturing_no_tone3:",shortname_alternates:[":no_good_tone3:"],keywords:["forbidden","gesture","hand","medium skin tone","no","not","prohibited","uc8"],unicode_output:"1f645-1f3fd"},"1f645-1f3fe":{name:"person gesturing NO: medium-dark skin tone",category:"people",shortname:":person_gesturing_no_tone4:",shortname_alternates:[":no_good_tone4:"],keywords:["forbidden","gesture","hand","medium-dark skin tone","no","not","prohibited","uc8"],unicode_output:"1f645-1f3fe"},"1f645-1f3ff":{name:"person gesturing NO: dark skin tone",category:"people",shortname:":person_gesturing_no_tone5:",shortname_alternates:[":no_good_tone5:"],keywords:["dark skin tone","forbidden","gesture","hand","no","not","prohibited","uc8"],unicode_output:"1f645-1f3ff"},"1f645-2640":{name:"woman gesturing NO",category:"people",shortname:":woman_gesturing_no:",shortname_alternates:[],keywords:["forbidden","gesture","hand","no","prohibited","woman","uc6"],unicode_output:"1f645-200d-2640-fe0f"},"1f645-1f3fb-2640":{name:"woman gesturing NO: light skin tone",category:"people",shortname:":woman_gesturing_no_tone1:",shortname_alternates:[":woman_gesturing_no_light_skin_tone:"],keywords:["forbidden","gesture","hand","light skin tone","no","prohibited","woman","uc8"],unicode_output:"1f645-1f3fb-200d-2640-fe0f"},"1f645-1f3fc-2640":{name:"woman gesturing NO: medium-light skin tone",category:"people",shortname:":woman_gesturing_no_tone2:",shortname_alternates:[":woman_gesturing_no_medium_light_skin_tone:"],keywords:["forbidden","gesture","hand","medium-light skin tone","no","prohibited","woman","uc8"],unicode_output:"1f645-1f3fc-200d-2640-fe0f"},"1f645-1f3fd-2640":{name:"woman gesturing NO: medium skin tone",category:"people",shortname:":woman_gesturing_no_tone3:",shortname_alternates:[":woman_gesturing_no_medium_skin_tone:"],keywords:["forbidden","gesture","hand","medium skin tone","no","prohibited","woman","uc8"],unicode_output:"1f645-1f3fd-200d-2640-fe0f"},"1f645-1f3fe-2640":{name:"woman gesturing NO: medium-dark skin tone",category:"people",shortname:":woman_gesturing_no_tone4:",shortname_alternates:[":woman_gesturing_no_medium_dark_skin_tone:"],keywords:["forbidden","gesture","hand","medium-dark skin tone","no","prohibited","woman","uc8"],unicode_output:"1f645-1f3fe-200d-2640-fe0f"},"1f645-1f3ff-2640":{name:"woman gesturing NO: dark skin tone",category:"people",shortname:":woman_gesturing_no_tone5:",shortname_alternates:[":woman_gesturing_no_dark_skin_tone:"],keywords:["dark skin tone","forbidden","gesture","hand","no","prohibited","woman","uc8"],unicode_output:"1f645-1f3ff-200d-2640-fe0f"},"1f645-2642":{name:"man gesturing NO",category:"people",shortname:":man_gesturing_no:",shortname_alternates:[],keywords:["forbidden","gesture","hand","man","no","prohibited","uc6"],unicode_output:"1f645-200d-2642-fe0f"},"1f645-1f3fb-2642":{name:"man gesturing NO: light skin tone",category:"people",shortname:":man_gesturing_no_tone1:",shortname_alternates:[":man_gesturing_no_light_skin_tone:"],keywords:["forbidden","gesture","hand","light skin tone","man","no","prohibited","uc8"],unicode_output:"1f645-1f3fb-200d-2642-fe0f"},"1f645-1f3fc-2642":{name:"man gesturing NO: medium-light skin tone",category:"people",shortname:":man_gesturing_no_tone2:",shortname_alternates:[":man_gesturing_no_medium_light_skin_tone:"],keywords:["forbidden","gesture","hand","man","medium-light skin tone","no","prohibited","uc8"],unicode_output:"1f645-1f3fc-200d-2642-fe0f"},"1f645-1f3fd-2642":{name:"man gesturing NO: medium skin tone",category:"people",shortname:":man_gesturing_no_tone3:",shortname_alternates:[":man_gesturing_no_medium_skin_tone:"],keywords:["forbidden","gesture","hand","man","medium skin tone","no","prohibited","uc8"],unicode_output:"1f645-1f3fd-200d-2642-fe0f"},"1f645-1f3fe-2642":{name:"man gesturing NO: medium-dark skin tone",category:"people",shortname:":man_gesturing_no_tone4:",shortname_alternates:[":man_gesturing_no_medium_dark_skin_tone:"],keywords:["forbidden","gesture","hand","man","medium-dark skin tone","no","prohibited","uc8"],unicode_output:"1f645-1f3fe-200d-2642-fe0f"},"1f645-1f3ff-2642":{name:"man gesturing NO: dark skin tone",category:"people",shortname:":man_gesturing_no_tone5:",shortname_alternates:[":man_gesturing_no_dark_skin_tone:"],keywords:["dark skin tone","forbidden","gesture","hand","man","no","prohibited","uc8"],unicode_output:"1f645-1f3ff-200d-2642-fe0f"},"1f646":{name:"person gesturing OK",category:"people",shortname:":person_gesturing_ok:",shortname_alternates:[":ok_woman:"],keywords:["OK","gesture","hand","uc6"],unicode_output:"1f646"},"1f646-1f3fb":{name:"person gesturing OK: light skin tone",category:"people",shortname:":person_gesturing_ok_tone1:",shortname_alternates:[":ok_woman_tone1:"],keywords:["OK","gesture","hand","light skin tone","uc8"],unicode_output:"1f646-1f3fb"},"1f646-1f3fc":{name:"person gesturing OK: medium-light skin tone",category:"people",shortname:":person_gesturing_ok_tone2:",shortname_alternates:[":ok_woman_tone2:"],keywords:["OK","gesture","hand","medium-light skin tone","uc8"],unicode_output:"1f646-1f3fc"},"1f646-1f3fd":{name:"person gesturing OK: medium skin tone",category:"people",shortname:":person_gesturing_ok_tone3:",shortname_alternates:[":ok_woman_tone3:"],keywords:["OK","gesture","hand","medium skin tone","uc8"],unicode_output:"1f646-1f3fd"},"1f646-1f3fe":{name:"person gesturing OK: medium-dark skin tone",category:"people",shortname:":person_gesturing_ok_tone4:",shortname_alternates:[":ok_woman_tone4:"],keywords:["OK","gesture","hand","medium-dark skin tone","uc8"],unicode_output:"1f646-1f3fe"},"1f646-1f3ff":{name:"person gesturing OK: dark skin tone",category:"people",shortname:":person_gesturing_ok_tone5:",shortname_alternates:[":ok_woman_tone5:"],keywords:["OK","dark skin tone","gesture","hand","uc8"],unicode_output:"1f646-1f3ff"},"1f646-2640":{name:"woman gesturing OK",category:"people",shortname:":woman_gesturing_ok:",shortname_alternates:[],keywords:["OK","gesture","hand","woman","uc6"],unicode_output:"1f646-200d-2640-fe0f"},"1f646-1f3fb-2640":{name:"woman gesturing OK: light skin tone",category:"people",shortname:":woman_gesturing_ok_tone1:",shortname_alternates:[":woman_gesturing_ok_light_skin_tone:"],keywords:["OK","gesture","hand","light skin tone","woman","uc8"],unicode_output:"1f646-1f3fb-200d-2640-fe0f"},"1f646-1f3fc-2640":{name:"woman gesturing OK: medium-light skin tone",category:"people",shortname:":woman_gesturing_ok_tone2:",shortname_alternates:[":woman_gesturing_ok_medium_light_skin_tone:"],keywords:["OK","gesture","hand","medium-light skin tone","woman","uc8"],unicode_output:"1f646-1f3fc-200d-2640-fe0f"},"1f646-1f3fd-2640":{name:"woman gesturing OK: medium skin tone",category:"people",shortname:":woman_gesturing_ok_tone3:",shortname_alternates:[":woman_gesturing_ok_medium_skin_tone:"],keywords:["OK","gesture","hand","medium skin tone","woman","uc8"],unicode_output:"1f646-1f3fd-200d-2640-fe0f"},"1f646-1f3fe-2640":{name:"woman gesturing OK: medium-dark skin tone",category:"people",shortname:":woman_gesturing_ok_tone4:",shortname_alternates:[":woman_gesturing_ok_medium_dark_skin_tone:"],keywords:["OK","gesture","hand","medium-dark skin tone","woman","uc8"],unicode_output:"1f646-1f3fe-200d-2640-fe0f"},"1f646-1f3ff-2640":{name:"woman gesturing OK: dark skin tone",category:"people",shortname:":woman_gesturing_ok_tone5:",shortname_alternates:[":woman_gesturing_ok_dark_skin_tone:"],keywords:["OK","dark skin tone","gesture","hand","woman","uc8"],unicode_output:"1f646-1f3ff-200d-2640-fe0f"},"1f646-2642":{name:"man gesturing OK",category:"people",shortname:":man_gesturing_ok:",shortname_alternates:[],keywords:["OK","gesture","hand","man","uc6"],unicode_output:"1f646-200d-2642-fe0f"},"1f646-1f3fb-2642":{name:"man gesturing OK: light skin tone",category:"people",shortname:":man_gesturing_ok_tone1:",shortname_alternates:[":man_gesturing_ok_light_skin_tone:"],keywords:["OK","gesture","hand","light skin tone","man","uc8"],unicode_output:"1f646-1f3fb-200d-2642-fe0f"},"1f646-1f3fc-2642":{name:"man gesturing OK: medium-light skin tone",category:"people",shortname:":man_gesturing_ok_tone2:",shortname_alternates:[":man_gesturing_ok_medium_light_skin_tone:"],keywords:["OK","gesture","hand","man","medium-light skin tone","uc8"],unicode_output:"1f646-1f3fc-200d-2642-fe0f"},"1f646-1f3fd-2642":{name:"man gesturing OK: medium skin tone",category:"people",shortname:":man_gesturing_ok_tone3:",shortname_alternates:[":man_gesturing_ok_medium_skin_tone:"],keywords:["OK","gesture","hand","man","medium skin tone","uc8"],unicode_output:"1f646-1f3fd-200d-2642-fe0f"},"1f646-1f3fe-2642":{name:"man gesturing OK: medium-dark skin tone",category:"people",shortname:":man_gesturing_ok_tone4:",shortname_alternates:[":man_gesturing_ok_medium_dark_skin_tone:"],keywords:["OK","gesture","hand","man","medium-dark skin tone","uc8"],unicode_output:"1f646-1f3fe-200d-2642-fe0f"},"1f646-1f3ff-2642":{name:"man gesturing OK: dark skin tone",category:"people",shortname:":man_gesturing_ok_tone5:",shortname_alternates:[":man_gesturing_ok_dark_skin_tone:"],keywords:["OK","dark skin tone","gesture","hand","man","uc8"],unicode_output:"1f646-1f3ff-200d-2642-fe0f"},"1f64b":{name:"person raising hand",category:"people",shortname:":person_raising_hand:",shortname_alternates:[":raising_hand:"],keywords:["gesture","hand","happy","raised","uc6"],unicode_output:"1f64b"},"1f64b-1f3fb":{name:"person raising hand: light skin tone",category:"people",shortname:":person_raising_hand_tone1:",shortname_alternates:[":raising_hand_tone1:"],keywords:["gesture","hand","happy","light skin tone","raised","uc8"],unicode_output:"1f64b-1f3fb"},"1f64b-1f3fc":{name:"person raising hand: medium-light skin tone",category:"people",shortname:":person_raising_hand_tone2:",shortname_alternates:[":raising_hand_tone2:"],keywords:["gesture","hand","happy","medium-light skin tone","raised","uc8"],unicode_output:"1f64b-1f3fc"},"1f64b-1f3fd":{name:"person raising hand: medium skin tone",category:"people",shortname:":person_raising_hand_tone3:",shortname_alternates:[":raising_hand_tone3:"],keywords:["gesture","hand","happy","medium skin tone","raised","uc8"],unicode_output:"1f64b-1f3fd"},"1f64b-1f3fe":{name:"person raising hand: medium-dark skin tone",category:"people",shortname:":person_raising_hand_tone4:",shortname_alternates:[":raising_hand_tone4:"],keywords:["gesture","hand","happy","medium-dark skin tone","raised","uc8"],unicode_output:"1f64b-1f3fe"},"1f64b-1f3ff":{name:"person raising hand: dark skin tone",category:"people",shortname:":person_raising_hand_tone5:",shortname_alternates:[":raising_hand_tone5:"],keywords:["dark skin tone","gesture","hand","happy","raised","uc8"],unicode_output:"1f64b-1f3ff"},"1f64b-2640":{name:"woman raising hand",category:"people",shortname:":woman_raising_hand:",shortname_alternates:[],keywords:["gesture","raising hand","woman","uc6"],unicode_output:"1f64b-200d-2640-fe0f"},"1f64b-1f3fb-2640":{name:"woman raising hand: light skin tone",category:"people",shortname:":woman_raising_hand_tone1:",shortname_alternates:[":woman_raising_hand_light_skin_tone:"],keywords:["gesture","light skin tone","raising hand","woman","uc8"],unicode_output:"1f64b-1f3fb-200d-2640-fe0f"},"1f64b-1f3fc-2640":{name:"woman raising hand: medium-light skin tone",category:"people",shortname:":woman_raising_hand_tone2:",shortname_alternates:[":woman_raising_hand_medium_light_skin_tone:"],keywords:["gesture","medium-light skin tone","raising hand","woman","uc8"],unicode_output:"1f64b-1f3fc-200d-2640-fe0f"},"1f64b-1f3fd-2640":{name:"woman raising hand: medium skin tone",category:"people",shortname:":woman_raising_hand_tone3:",shortname_alternates:[":woman_raising_hand_medium_skin_tone:"],keywords:["gesture","medium skin tone","raising hand","woman","uc8"],unicode_output:"1f64b-1f3fd-200d-2640-fe0f"},"1f64b-1f3fe-2640":{name:"woman raising hand: medium-dark skin tone",category:"people",shortname:":woman_raising_hand_tone4:",shortname_alternates:[":woman_raising_hand_medium_dark_skin_tone:"],keywords:["gesture","medium-dark skin tone","raising hand","woman","uc8"],unicode_output:"1f64b-1f3fe-200d-2640-fe0f"},"1f64b-1f3ff-2640":{name:"woman raising hand: dark skin tone",category:"people",shortname:":woman_raising_hand_tone5:",shortname_alternates:[":woman_raising_hand_dark_skin_tone:"],keywords:["dark skin tone","gesture","raising hand","woman","uc8"],unicode_output:"1f64b-1f3ff-200d-2640-fe0f"},"1f64b-2642":{name:"man raising hand",category:"people",shortname:":man_raising_hand:",shortname_alternates:[],keywords:["gesture","man","raising hand","uc6"],unicode_output:"1f64b-200d-2642-fe0f"},"1f64b-1f3fb-2642":{name:"man raising hand: light skin tone",category:"people",shortname:":man_raising_hand_tone1:",shortname_alternates:[":man_raising_hand_light_skin_tone:"],keywords:["gesture","light skin tone","man","raising hand","uc8"],unicode_output:"1f64b-1f3fb-200d-2642-fe0f"},"1f64b-1f3fc-2642":{name:"man raising hand: medium-light skin tone",category:"people",shortname:":man_raising_hand_tone2:",shortname_alternates:[":man_raising_hand_medium_light_skin_tone:"],keywords:["gesture","man","medium-light skin tone","raising hand","uc8"],unicode_output:"1f64b-1f3fc-200d-2642-fe0f"},"1f64b-1f3fd-2642":{name:"man raising hand: medium skin tone",category:"people",shortname:":man_raising_hand_tone3:",shortname_alternates:[":man_raising_hand_medium_skin_tone:"],keywords:["gesture","man","medium skin tone","raising hand","uc8"],unicode_output:"1f64b-1f3fd-200d-2642-fe0f"},"1f64b-1f3fe-2642":{name:"man raising hand: medium-dark skin tone",category:"people",shortname:":man_raising_hand_tone4:",shortname_alternates:[":man_raising_hand_medium_dark_skin_tone:"],keywords:["gesture","man","medium-dark skin tone","raising hand","uc8"],unicode_output:"1f64b-1f3fe-200d-2642-fe0f"},"1f64b-1f3ff-2642":{name:"man raising hand: dark skin tone",category:"people",shortname:":man_raising_hand_tone5:",shortname_alternates:[":man_raising_hand_dark_skin_tone:"],keywords:["dark skin tone","gesture","man","raising hand","uc8"],unicode_output:"1f64b-1f3ff-200d-2642-fe0f"},"1f9cf":{name:"deaf person",category:"people",shortname:":deaf_person:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9cf"},"1f9cf-1f3fb":{name:"deaf person: light skin tone",category:"people",shortname:":deaf_person_tone1:",shortname_alternates:[":deaf_person_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fb"},"1f9cf-1f3fc":{name:"deaf person: medium-light skin tone",category:"people",shortname:":deaf_person_tone2:",shortname_alternates:[":deaf_person_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fc"},"1f9cf-1f3fd":{name:"deaf person: medium skin tone",category:"people",shortname:":deaf_person_tone3:",shortname_alternates:[":deaf_person_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fd"},"1f9cf-1f3fe":{name:"deaf person: medium-dark skin tone",category:"people",shortname:":deaf_person_tone4:",shortname_alternates:[":deaf_person_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fe"},"1f9cf-1f3ff":{name:"deaf person: dark skin tone",category:"people",shortname:":deaf_person_tone5:",shortname_alternates:[":deaf_person_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3ff"},"1f9cf-2640":{name:"deaf woman",category:"people",shortname:":deaf_woman:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9cf-200d-2640-fe0f"},"1f9cf-1f3fb-2640":{name:"deaf woman: light skin tone",category:"people",shortname:":deaf_woman_tone1:",shortname_alternates:[":deaf_woman_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fb-200d-2640-fe0f"},"1f9cf-1f3fc-2640":{name:"deaf woman: medium-light skin tone",category:"people",shortname:":deaf_woman_tone2:",shortname_alternates:[":deaf_woman_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fc-200d-2640-fe0f"},"1f9cf-1f3fd-2640":{name:"deaf woman: medium skin tone",category:"people",shortname:":deaf_woman_tone3:",shortname_alternates:[":deaf_woman_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fd-200d-2640-fe0f"},"1f9cf-1f3fe-2640":{name:"deaf woman: medium-dark skin tone",category:"people",shortname:":deaf_woman_tone4:",shortname_alternates:[":deaf_woman_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fe-200d-2640-fe0f"},"1f9cf-1f3ff-2640":{name:"deaf woman: dark skin tone",category:"people",shortname:":deaf_woman_tone5:",shortname_alternates:[":deaf_woman_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3ff-200d-2640-fe0f"},"1f9cf-2642":{name:"deaf man",category:"people",shortname:":deaf_man:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9cf-200d-2642-fe0f"},"1f9cf-1f3fb-2642":{name:"deaf man: light skin tone",category:"people",shortname:":deaf_man_tone1:",shortname_alternates:[":deaf_man_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fb-200d-2642-fe0f"},"1f9cf-1f3fc-2642":{name:"deaf man: medium-light skin tone",category:"people",shortname:":deaf_man_tone2:",shortname_alternates:[":deaf_man_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fc-200d-2642-fe0f"},"1f9cf-1f3fd-2642":{name:"deaf man: medium skin tone",category:"people",shortname:":deaf_man_tone3:",shortname_alternates:[":deaf_man_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fd-200d-2642-fe0f"},"1f9cf-1f3fe-2642":{name:"deaf man: medium-dark skin tone",category:"people",shortname:":deaf_man_tone4:",shortname_alternates:[":deaf_man_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3fe-200d-2642-fe0f"},"1f9cf-1f3ff-2642":{name:"deaf man: dark skin tone",category:"people",shortname:":deaf_man_tone5:",shortname_alternates:[":deaf_man_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cf-1f3ff-200d-2642-fe0f"},"1f926":{name:"person facepalming",category:"people",shortname:":person_facepalming:",shortname_alternates:[":face_palm:",":facepalm:"],keywords:["disbelief","exasperation","face","palm","uc9"],unicode_output:"1f926"},"1f926-1f3fb":{name:"person facepalming: light skin tone",category:"people",shortname:":person_facepalming_tone1:",shortname_alternates:[":face_palm_tone1:",":facepalm_tone1:"],keywords:["disbelief","exasperation","face","light skin tone","palm","uc9"],unicode_output:"1f926-1f3fb"},"1f926-1f3fc":{name:"person facepalming: medium-light skin tone",category:"people",shortname:":person_facepalming_tone2:",shortname_alternates:[":face_palm_tone2:",":facepalm_tone2:"],keywords:["disbelief","exasperation","face","medium-light skin tone","palm","uc9"],unicode_output:"1f926-1f3fc"},"1f926-1f3fd":{name:"person facepalming: medium skin tone",category:"people",shortname:":person_facepalming_tone3:",shortname_alternates:[":face_palm_tone3:",":facepalm_tone3:"],keywords:["disbelief","exasperation","face","medium skin tone","palm","uc9"],unicode_output:"1f926-1f3fd"},"1f926-1f3fe":{name:"person facepalming: medium-dark skin tone",category:"people",shortname:":person_facepalming_tone4:",shortname_alternates:[":face_palm_tone4:",":facepalm_tone4:"],keywords:["disbelief","exasperation","face","medium-dark skin tone","palm","uc9"],unicode_output:"1f926-1f3fe"},"1f926-1f3ff":{name:"person facepalming: dark skin tone",category:"people",shortname:":person_facepalming_tone5:",shortname_alternates:[":face_palm_tone5:",":facepalm_tone5:"],keywords:["dark skin tone","disbelief","exasperation","face","palm","uc9"],unicode_output:"1f926-1f3ff"},"1f926-2640":{name:"woman facepalming",category:"people",shortname:":woman_facepalming:",shortname_alternates:[],keywords:["disbelief","exasperation","facepalm","woman","uc9"],unicode_output:"1f926-200d-2640-fe0f"},"1f926-1f3fb-2640":{name:"woman facepalming: light skin tone",category:"people",shortname:":woman_facepalming_tone1:",shortname_alternates:[":woman_facepalming_light_skin_tone:"],keywords:["disbelief","exasperation","facepalm","light skin tone","woman","uc9"],unicode_output:"1f926-1f3fb-200d-2640-fe0f"},"1f926-1f3fc-2640":{name:"woman facepalming: medium-light skin tone",category:"people",shortname:":woman_facepalming_tone2:",shortname_alternates:[":woman_facepalming_medium_light_skin_tone:"],keywords:["disbelief","exasperation","facepalm","medium-light skin tone","woman","uc9"],unicode_output:"1f926-1f3fc-200d-2640-fe0f"},"1f926-1f3fd-2640":{name:"woman facepalming: medium skin tone",category:"people",shortname:":woman_facepalming_tone3:",shortname_alternates:[":woman_facepalming_medium_skin_tone:"],keywords:["disbelief","exasperation","facepalm","medium skin tone","woman","uc9"],unicode_output:"1f926-1f3fd-200d-2640-fe0f"},"1f926-1f3fe-2640":{name:"woman facepalming: medium-dark skin tone",category:"people",shortname:":woman_facepalming_tone4:",shortname_alternates:[":woman_facepalming_medium_dark_skin_tone:"],keywords:["disbelief","exasperation","facepalm","medium-dark skin tone","woman","uc9"],unicode_output:"1f926-1f3fe-200d-2640-fe0f"},"1f926-1f3ff-2640":{name:"woman facepalming: dark skin tone",category:"people",shortname:":woman_facepalming_tone5:",shortname_alternates:[":woman_facepalming_dark_skin_tone:"],keywords:["dark skin tone","disbelief","exasperation","facepalm","woman","uc9"],unicode_output:"1f926-1f3ff-200d-2640-fe0f"},"1f926-2642":{name:"man facepalming",category:"people",shortname:":man_facepalming:",shortname_alternates:[],keywords:["disbelief","exasperation","facepalm","man","uc9"],unicode_output:"1f926-200d-2642-fe0f"},"1f926-1f3fb-2642":{name:"man facepalming: light skin tone",category:"people",shortname:":man_facepalming_tone1:",shortname_alternates:[":man_facepalming_light_skin_tone:"],keywords:["disbelief","exasperation","facepalm","light skin tone","man","uc9"],unicode_output:"1f926-1f3fb-200d-2642-fe0f"},"1f926-1f3fc-2642":{name:"man facepalming: medium-light skin tone",category:"people",shortname:":man_facepalming_tone2:",shortname_alternates:[":man_facepalming_medium_light_skin_tone:"],keywords:["disbelief","exasperation","facepalm","man","medium-light skin tone","uc9"],unicode_output:"1f926-1f3fc-200d-2642-fe0f"},"1f926-1f3fd-2642":{name:"man facepalming: medium skin tone",category:"people",shortname:":man_facepalming_tone3:",shortname_alternates:[":man_facepalming_medium_skin_tone:"],keywords:["disbelief","exasperation","facepalm","man","medium skin tone","uc9"],unicode_output:"1f926-1f3fd-200d-2642-fe0f"},"1f926-1f3fe-2642":{name:"man facepalming: medium-dark skin tone",category:"people",shortname:":man_facepalming_tone4:",shortname_alternates:[":man_facepalming_medium_dark_skin_tone:"],keywords:["disbelief","exasperation","facepalm","man","medium-dark skin tone","uc9"],unicode_output:"1f926-1f3fe-200d-2642-fe0f"},"1f926-1f3ff-2642":{name:"man facepalming: dark skin tone",category:"people",shortname:":man_facepalming_tone5:",shortname_alternates:[":man_facepalming_dark_skin_tone:"],keywords:["dark skin tone","disbelief","exasperation","facepalm","man","uc9"],unicode_output:"1f926-1f3ff-200d-2642-fe0f"},"1f937":{name:"person shrugging",category:"people",shortname:":person_shrugging:",shortname_alternates:[":shrug:"],keywords:["doubt","ignorance","indifference","shrug","uc9"],unicode_output:"1f937"},"1f937-1f3fb":{name:"person shrugging: light skin tone",category:"people",shortname:":person_shrugging_tone1:",shortname_alternates:[":shrug_tone1:"],keywords:["doubt","ignorance","indifference","light skin tone","shrug","uc9"],unicode_output:"1f937-1f3fb"},"1f937-1f3fc":{name:"person shrugging: medium-light skin tone",category:"people",shortname:":person_shrugging_tone2:",shortname_alternates:[":shrug_tone2:"],keywords:["doubt","ignorance","indifference","medium-light skin tone","shrug","uc9"],unicode_output:"1f937-1f3fc"},"1f937-1f3fd":{name:"person shrugging: medium skin tone",category:"people",shortname:":person_shrugging_tone3:",shortname_alternates:[":shrug_tone3:"],keywords:["doubt","ignorance","indifference","medium skin tone","shrug","uc9"],unicode_output:"1f937-1f3fd"},"1f937-1f3fe":{name:"person shrugging: medium-dark skin tone",category:"people",shortname:":person_shrugging_tone4:",shortname_alternates:[":shrug_tone4:"],keywords:["doubt","ignorance","indifference","medium-dark skin tone","shrug","uc9"],unicode_output:"1f937-1f3fe"},"1f937-1f3ff":{name:"person shrugging: dark skin tone",category:"people",shortname:":person_shrugging_tone5:",shortname_alternates:[":shrug_tone5:"],keywords:["dark skin tone","doubt","ignorance","indifference","shrug","uc9"],unicode_output:"1f937-1f3ff"},"1f937-2640":{name:"woman shrugging",category:"people",shortname:":woman_shrugging:",shortname_alternates:[],keywords:["doubt","ignorance","indifference","shrug","woman","uc9"],unicode_output:"1f937-200d-2640-fe0f"},"1f937-1f3fb-2640":{name:"woman shrugging: light skin tone",category:"people",shortname:":woman_shrugging_tone1:",shortname_alternates:[":woman_shrugging_light_skin_tone:"],keywords:["doubt","ignorance","indifference","light skin tone","shrug","woman","uc9"],unicode_output:"1f937-1f3fb-200d-2640-fe0f"},"1f937-1f3fc-2640":{name:"woman shrugging: medium-light skin tone",category:"people",shortname:":woman_shrugging_tone2:",shortname_alternates:[":woman_shrugging_medium_light_skin_tone:"],keywords:["doubt","ignorance","indifference","medium-light skin tone","shrug","woman","uc9"],unicode_output:"1f937-1f3fc-200d-2640-fe0f"},"1f937-1f3fd-2640":{name:"woman shrugging: medium skin tone",category:"people",shortname:":woman_shrugging_tone3:",shortname_alternates:[":woman_shrugging_medium_skin_tone:"],keywords:["doubt","ignorance","indifference","medium skin tone","shrug","woman","uc9"],unicode_output:"1f937-1f3fd-200d-2640-fe0f"},"1f937-1f3fe-2640":{name:"woman shrugging: medium-dark skin tone",category:"people",shortname:":woman_shrugging_tone4:",shortname_alternates:[":woman_shrugging_medium_dark_skin_tone:"],keywords:["doubt","ignorance","indifference","medium-dark skin tone","shrug","woman","uc9"],unicode_output:"1f937-1f3fe-200d-2640-fe0f"},"1f937-1f3ff-2640":{name:"woman shrugging: dark skin tone",category:"people",shortname:":woman_shrugging_tone5:",shortname_alternates:[":woman_shrugging_dark_skin_tone:"],keywords:["dark skin tone","doubt","ignorance","indifference","shrug","woman","uc9"],unicode_output:"1f937-1f3ff-200d-2640-fe0f"},"1f937-2642":{name:"man shrugging",category:"people",shortname:":man_shrugging:",shortname_alternates:[],keywords:["doubt","ignorance","indifference","man","shrug","uc9"],unicode_output:"1f937-200d-2642-fe0f"},"1f937-1f3fb-2642":{name:"man shrugging: light skin tone",category:"people",shortname:":man_shrugging_tone1:",shortname_alternates:[":man_shrugging_light_skin_tone:"],keywords:["doubt","ignorance","indifference","light skin tone","man","shrug","uc9"],unicode_output:"1f937-1f3fb-200d-2642-fe0f"},"1f937-1f3fc-2642":{name:"man shrugging: medium-light skin tone",category:"people",shortname:":man_shrugging_tone2:",shortname_alternates:[":man_shrugging_medium_light_skin_tone:"],keywords:["doubt","ignorance","indifference","man","medium-light skin tone","shrug","uc9"],unicode_output:"1f937-1f3fc-200d-2642-fe0f"},"1f937-1f3fd-2642":{name:"man shrugging: medium skin tone",category:"people",shortname:":man_shrugging_tone3:",shortname_alternates:[":man_shrugging_medium_skin_tone:"],keywords:["doubt","ignorance","indifference","man","medium skin tone","shrug","uc9"],unicode_output:"1f937-1f3fd-200d-2642-fe0f"},"1f937-1f3fe-2642":{name:"man shrugging: medium-dark skin tone",category:"people",shortname:":man_shrugging_tone4:",shortname_alternates:[":man_shrugging_medium_dark_skin_tone:"],keywords:["doubt","ignorance","indifference","man","medium-dark skin tone","shrug","uc9"],unicode_output:"1f937-1f3fe-200d-2642-fe0f"},"1f937-1f3ff-2642":{name:"man shrugging: dark skin tone",category:"people",shortname:":man_shrugging_tone5:",shortname_alternates:[":man_shrugging_dark_skin_tone:"],keywords:["dark skin tone","doubt","ignorance","indifference","man","shrug","uc9"],unicode_output:"1f937-1f3ff-200d-2642-fe0f"},"1f64e":{name:"person pouting",category:"people",shortname:":person_pouting:",shortname_alternates:[":person_with_pouting_face:"],keywords:["gesture","pouting","uc6"],unicode_output:"1f64e"},"1f64e-1f3fb":{name:"person pouting: light skin tone",category:"people",shortname:":person_pouting_tone1:",shortname_alternates:[":person_with_pouting_face_tone1:"],keywords:["gesture","light skin tone","pouting","uc8"],unicode_output:"1f64e-1f3fb"},"1f64e-1f3fc":{name:"person pouting: medium-light skin tone",category:"people",shortname:":person_pouting_tone2:",shortname_alternates:[":person_with_pouting_face_tone2:"],keywords:["gesture","medium-light skin tone","pouting","uc8"],unicode_output:"1f64e-1f3fc"},"1f64e-1f3fd":{name:"person pouting: medium skin tone",category:"people",shortname:":person_pouting_tone3:",shortname_alternates:[":person_with_pouting_face_tone3:"],keywords:["gesture","medium skin tone","pouting","uc8"],unicode_output:"1f64e-1f3fd"},"1f64e-1f3fe":{name:"person pouting: medium-dark skin tone",category:"people",shortname:":person_pouting_tone4:",shortname_alternates:[":person_with_pouting_face_tone4:"],keywords:["gesture","medium-dark skin tone","pouting","uc8"],unicode_output:"1f64e-1f3fe"},"1f64e-1f3ff":{name:"person pouting: dark skin tone",category:"people",shortname:":person_pouting_tone5:",shortname_alternates:[":person_with_pouting_face_tone5:"],keywords:["dark skin tone","gesture","pouting","uc8"],unicode_output:"1f64e-1f3ff"},"1f64e-2640":{name:"woman pouting",category:"people",shortname:":woman_pouting:",shortname_alternates:[],keywords:["gesture","pouting","woman","uc6"],unicode_output:"1f64e-200d-2640-fe0f"},"1f64e-1f3fb-2640":{name:"woman pouting: light skin tone",category:"people",shortname:":woman_pouting_tone1:",shortname_alternates:[":woman_pouting_light_skin_tone:"],keywords:["gesture","light skin tone","pouting","woman","uc8"],unicode_output:"1f64e-1f3fb-200d-2640-fe0f"},"1f64e-1f3fc-2640":{name:"woman pouting: medium-light skin tone",category:"people",shortname:":woman_pouting_tone2:",shortname_alternates:[":woman_pouting_medium_light_skin_tone:"],keywords:["gesture","medium-light skin tone","pouting","woman","uc8"],unicode_output:"1f64e-1f3fc-200d-2640-fe0f"},"1f64e-1f3fd-2640":{name:"woman pouting: medium skin tone",category:"people",shortname:":woman_pouting_tone3:",shortname_alternates:[":woman_pouting_medium_skin_tone:"],keywords:["gesture","medium skin tone","pouting","woman","uc8"],unicode_output:"1f64e-1f3fd-200d-2640-fe0f"},"1f64e-1f3fe-2640":{name:"woman pouting: medium-dark skin tone",category:"people",shortname:":woman_pouting_tone4:",shortname_alternates:[":woman_pouting_medium_dark_skin_tone:"],keywords:["gesture","medium-dark skin tone","pouting","woman","uc8"],unicode_output:"1f64e-1f3fe-200d-2640-fe0f"},"1f64e-1f3ff-2640":{name:"woman pouting: dark skin tone",category:"people",shortname:":woman_pouting_tone5:",shortname_alternates:[":woman_pouting_dark_skin_tone:"],keywords:["dark skin tone","gesture","pouting","woman","uc8"],unicode_output:"1f64e-1f3ff-200d-2640-fe0f"},"1f64e-2642":{name:"man pouting",category:"people",shortname:":man_pouting:",shortname_alternates:[],keywords:["gesture","man","pouting","uc6"],unicode_output:"1f64e-200d-2642-fe0f"},"1f64e-1f3fb-2642":{name:"man pouting: light skin tone",category:"people",shortname:":man_pouting_tone1:",shortname_alternates:[":man_pouting_light_skin_tone:"],keywords:["gesture","light skin tone","man","pouting","uc8"],unicode_output:"1f64e-1f3fb-200d-2642-fe0f"},"1f64e-1f3fc-2642":{name:"man pouting: medium-light skin tone",category:"people",shortname:":man_pouting_tone2:",shortname_alternates:[":man_pouting_medium_light_skin_tone:"],keywords:["gesture","man","medium-light skin tone","pouting","uc8"],unicode_output:"1f64e-1f3fc-200d-2642-fe0f"},"1f64e-1f3fd-2642":{name:"man pouting: medium skin tone",category:"people",shortname:":man_pouting_tone3:",shortname_alternates:[":man_pouting_medium_skin_tone:"],keywords:["gesture","man","medium skin tone","pouting","uc8"],unicode_output:"1f64e-1f3fd-200d-2642-fe0f"},"1f64e-1f3fe-2642":{name:"man pouting: medium-dark skin tone",category:"people",shortname:":man_pouting_tone4:",shortname_alternates:[":man_pouting_medium_dark_skin_tone:"],keywords:["gesture","man","medium-dark skin tone","pouting","uc8"],unicode_output:"1f64e-1f3fe-200d-2642-fe0f"},"1f64e-1f3ff-2642":{name:"man pouting: dark skin tone",category:"people",shortname:":man_pouting_tone5:",shortname_alternates:[":man_pouting_dark_skin_tone:"],keywords:["dark skin tone","gesture","man","pouting","uc8"],unicode_output:"1f64e-1f3ff-200d-2642-fe0f"},"1f64d":{name:"person frowning",category:"people",shortname:":person_frowning:",shortname_alternates:[],keywords:["frown","gesture","uc6"],unicode_output:"1f64d"},"1f64d-1f3fb":{name:"person frowning: light skin tone",category:"people",shortname:":person_frowning_tone1:",shortname_alternates:[],keywords:["frown","gesture","light skin tone","uc8"],unicode_output:"1f64d-1f3fb"},"1f64d-1f3fc":{name:"person frowning: medium-light skin tone",category:"people",shortname:":person_frowning_tone2:",shortname_alternates:[],keywords:["frown","gesture","medium-light skin tone","uc8"],unicode_output:"1f64d-1f3fc"},"1f64d-1f3fd":{name:"person frowning: medium skin tone",category:"people",shortname:":person_frowning_tone3:",shortname_alternates:[],keywords:["frown","gesture","medium skin tone","uc8"],unicode_output:"1f64d-1f3fd"},"1f64d-1f3fe":{name:"person frowning: medium-dark skin tone",category:"people",shortname:":person_frowning_tone4:",shortname_alternates:[],keywords:["frown","gesture","medium-dark skin tone","uc8"],unicode_output:"1f64d-1f3fe"},"1f64d-1f3ff":{name:"person frowning: dark skin tone",category:"people",shortname:":person_frowning_tone5:",shortname_alternates:[],keywords:["dark skin tone","frown","gesture","uc8"],unicode_output:"1f64d-1f3ff"},"1f64d-2640":{name:"woman frowning",category:"people",shortname:":woman_frowning:",shortname_alternates:[],keywords:["frowning","gesture","woman","uc6"],unicode_output:"1f64d-200d-2640-fe0f"},"1f64d-1f3fb-2640":{name:"woman frowning: light skin tone",category:"people",shortname:":woman_frowning_tone1:",shortname_alternates:[":woman_frowning_light_skin_tone:"],keywords:["frowning","gesture","light skin tone","woman","uc8"],unicode_output:"1f64d-1f3fb-200d-2640-fe0f"},"1f64d-1f3fc-2640":{name:"woman frowning: medium-light skin tone",category:"people",shortname:":woman_frowning_tone2:",shortname_alternates:[":woman_frowning_medium_light_skin_tone:"],keywords:["frowning","gesture","medium-light skin tone","woman","uc8"],unicode_output:"1f64d-1f3fc-200d-2640-fe0f"},"1f64d-1f3fd-2640":{name:"woman frowning: medium skin tone",category:"people",shortname:":woman_frowning_tone3:",shortname_alternates:[":woman_frowning_medium_skin_tone:"],keywords:["frowning","gesture","medium skin tone","woman","uc8"],unicode_output:"1f64d-1f3fd-200d-2640-fe0f"},"1f64d-1f3fe-2640":{name:"woman frowning: medium-dark skin tone",category:"people",shortname:":woman_frowning_tone4:",shortname_alternates:[":woman_frowning_medium_dark_skin_tone:"],keywords:["frowning","gesture","medium-dark skin tone","woman","uc8"],unicode_output:"1f64d-1f3fe-200d-2640-fe0f"},"1f64d-1f3ff-2640":{name:"woman frowning: dark skin tone",category:"people",shortname:":woman_frowning_tone5:",shortname_alternates:[":woman_frowning_dark_skin_tone:"],keywords:["dark skin tone","frowning","gesture","woman","uc8"],unicode_output:"1f64d-1f3ff-200d-2640-fe0f"},"1f64d-2642":{name:"man frowning",category:"people",shortname:":man_frowning:",shortname_alternates:[],keywords:["frowning","gesture","man","uc6"],unicode_output:"1f64d-200d-2642-fe0f"},"1f64d-1f3fb-2642":{name:"man frowning: light skin tone",category:"people",shortname:":man_frowning_tone1:",shortname_alternates:[":man_frowning_light_skin_tone:"],keywords:["frowning","gesture","light skin tone","man","uc8"],unicode_output:"1f64d-1f3fb-200d-2642-fe0f"},"1f64d-1f3fc-2642":{name:"man frowning: medium-light skin tone",category:"people",shortname:":man_frowning_tone2:",shortname_alternates:[":man_frowning_medium_light_skin_tone:"],keywords:["frowning","gesture","man","medium-light skin tone","uc8"],unicode_output:"1f64d-1f3fc-200d-2642-fe0f"},"1f64d-1f3fd-2642":{name:"man frowning: medium skin tone",category:"people",shortname:":man_frowning_tone3:",shortname_alternates:[":man_frowning_medium_skin_tone:"],keywords:["frowning","gesture","man","medium skin tone","uc8"],unicode_output:"1f64d-1f3fd-200d-2642-fe0f"},"1f64d-1f3fe-2642":{name:"man frowning: medium-dark skin tone",category:"people",shortname:":man_frowning_tone4:",shortname_alternates:[":man_frowning_medium_dark_skin_tone:"],keywords:["frowning","gesture","man","medium-dark skin tone","uc8"],unicode_output:"1f64d-1f3fe-200d-2642-fe0f"},"1f64d-1f3ff-2642":{name:"man frowning: dark skin tone",category:"people",shortname:":man_frowning_tone5:",shortname_alternates:[":man_frowning_dark_skin_tone:"],keywords:["dark skin tone","frowning","gesture","man","uc8"],unicode_output:"1f64d-1f3ff-200d-2642-fe0f"},"1f487":{name:"person getting haircut",category:"people",shortname:":person_getting_haircut:",shortname_alternates:[":haircut:"],keywords:["barber","beauty","haircut","parlor","uc6"],unicode_output:"1f487"},"1f487-1f3fb":{name:"person getting haircut: light skin tone",category:"people",shortname:":person_getting_haircut_tone1:",shortname_alternates:[":haircut_tone1:"],keywords:["barber","beauty","haircut","light skin tone","parlor","uc8"],unicode_output:"1f487-1f3fb"},"1f487-1f3fc":{name:"person getting haircut: medium-light skin tone",category:"people",shortname:":person_getting_haircut_tone2:",shortname_alternates:[":haircut_tone2:"],keywords:["barber","beauty","haircut","medium-light skin tone","parlor","uc8"],unicode_output:"1f487-1f3fc"},"1f487-1f3fd":{name:"person getting haircut: medium skin tone",category:"people",shortname:":person_getting_haircut_tone3:",shortname_alternates:[":haircut_tone3:"],keywords:["barber","beauty","haircut","medium skin tone","parlor","uc8"],unicode_output:"1f487-1f3fd"},"1f487-1f3fe":{name:"person getting haircut: medium-dark skin tone",category:"people",shortname:":person_getting_haircut_tone4:",shortname_alternates:[":haircut_tone4:"],keywords:["barber","beauty","haircut","medium-dark skin tone","parlor","uc8"],unicode_output:"1f487-1f3fe"},"1f487-1f3ff":{name:"person getting haircut: dark skin tone",category:"people",shortname:":person_getting_haircut_tone5:",shortname_alternates:[":haircut_tone5:"],keywords:["barber","beauty","dark skin tone","haircut","parlor","uc8"],unicode_output:"1f487-1f3ff"},"1f487-2640":{name:"woman getting haircut",category:"people",shortname:":woman_getting_haircut:",shortname_alternates:[],keywords:["haircut","woman","uc6"],unicode_output:"1f487-200d-2640-fe0f"},"1f487-1f3fb-2640":{name:"woman getting haircut: light skin tone",category:"people",shortname:":woman_getting_haircut_tone1:",shortname_alternates:[":woman_getting_haircut_light_skin_tone:"],keywords:["haircut","light skin tone","woman","uc8"],unicode_output:"1f487-1f3fb-200d-2640-fe0f"},"1f487-1f3fc-2640":{name:"woman getting haircut: medium-light skin tone",category:"people",shortname:":woman_getting_haircut_tone2:",shortname_alternates:[":woman_getting_haircut_medium_light_skin_tone:"],keywords:["haircut","medium-light skin tone","woman","uc8"],unicode_output:"1f487-1f3fc-200d-2640-fe0f"},"1f487-1f3fd-2640":{name:"woman getting haircut: medium skin tone",category:"people",shortname:":woman_getting_haircut_tone3:",shortname_alternates:[":woman_getting_haircut_medium_skin_tone:"],keywords:["haircut","medium skin tone","woman","uc8"],unicode_output:"1f487-1f3fd-200d-2640-fe0f"},"1f487-1f3fe-2640":{name:"woman getting haircut: medium-dark skin tone",category:"people",shortname:":woman_getting_haircut_tone4:",shortname_alternates:[":woman_getting_haircut_medium_dark_skin_tone:"],keywords:["haircut","medium-dark skin tone","woman","uc8"],unicode_output:"1f487-1f3fe-200d-2640-fe0f"},"1f487-1f3ff-2640":{name:"woman getting haircut: dark skin tone",category:"people",shortname:":woman_getting_haircut_tone5:",shortname_alternates:[":woman_getting_haircut_dark_skin_tone:"],keywords:["dark skin tone","haircut","woman","uc8"],unicode_output:"1f487-1f3ff-200d-2640-fe0f"},"1f487-2642":{name:"man getting haircut",category:"people",shortname:":man_getting_haircut:",shortname_alternates:[],keywords:["haircut","man","uc6"],unicode_output:"1f487-200d-2642-fe0f"},"1f487-1f3fb-2642":{name:"man getting haircut: light skin tone",category:"people",shortname:":man_getting_haircut_tone1:",shortname_alternates:[":man_getting_haircut_light_skin_tone:"],keywords:["haircut","light skin tone","man","uc8"],unicode_output:"1f487-1f3fb-200d-2642-fe0f"},"1f487-1f3fc-2642":{name:"man getting haircut: medium-light skin tone",category:"people",shortname:":man_getting_haircut_tone2:",shortname_alternates:[":man_getting_haircut_medium_light_skin_tone:"],keywords:["haircut","man","medium-light skin tone","uc8"],unicode_output:"1f487-1f3fc-200d-2642-fe0f"},"1f487-1f3fd-2642":{name:"man getting haircut: medium skin tone",category:"people",shortname:":man_getting_haircut_tone3:",shortname_alternates:[":man_getting_haircut_medium_skin_tone:"],keywords:["haircut","man","medium skin tone","uc8"],unicode_output:"1f487-1f3fd-200d-2642-fe0f"},"1f487-1f3fe-2642":{name:"man getting haircut: medium-dark skin tone",category:"people",shortname:":man_getting_haircut_tone4:",shortname_alternates:[":man_getting_haircut_medium_dark_skin_tone:"],keywords:["haircut","man","medium-dark skin tone","uc8"],unicode_output:"1f487-1f3fe-200d-2642-fe0f"},"1f487-1f3ff-2642":{name:"man getting haircut: dark skin tone",category:"people",shortname:":man_getting_haircut_tone5:",shortname_alternates:[":man_getting_haircut_dark_skin_tone:"],keywords:["dark skin tone","haircut","man","uc8"],unicode_output:"1f487-1f3ff-200d-2642-fe0f"},"1f486":{name:"person getting massage",category:"people",shortname:":person_getting_massage:",shortname_alternates:[":massage:"],keywords:["face","massage","salon","uc6"],unicode_output:"1f486"},"1f486-1f3fb":{name:"person getting massage: light skin tone",category:"people",shortname:":person_getting_massage_tone1:",shortname_alternates:[":massage_tone1:"],keywords:["face","light skin tone","massage","salon","uc8"],unicode_output:"1f486-1f3fb"},"1f486-1f3fc":{name:"person getting massage: medium-light skin tone",category:"people",shortname:":person_getting_massage_tone2:",shortname_alternates:[":massage_tone2:"],keywords:["face","massage","medium-light skin tone","salon","uc8"],unicode_output:"1f486-1f3fc"},"1f486-1f3fd":{name:"person getting massage: medium skin tone",category:"people",shortname:":person_getting_massage_tone3:",shortname_alternates:[":massage_tone3:"],keywords:["face","massage","medium skin tone","salon","uc8"],unicode_output:"1f486-1f3fd"},"1f486-1f3fe":{name:"person getting massage: medium-dark skin tone",category:"people",shortname:":person_getting_massage_tone4:",shortname_alternates:[":massage_tone4:"],keywords:["face","massage","medium-dark skin tone","salon","uc8"],unicode_output:"1f486-1f3fe"},"1f486-1f3ff":{name:"person getting massage: dark skin tone",category:"people",shortname:":person_getting_massage_tone5:",shortname_alternates:[":massage_tone5:"],keywords:["dark skin tone","face","massage","salon","uc8"],unicode_output:"1f486-1f3ff"},"1f486-2640":{name:"woman getting massage",category:"people",shortname:":woman_getting_face_massage:",shortname_alternates:[],keywords:["face","massage","woman","uc6"],unicode_output:"1f486-200d-2640-fe0f"},"1f486-1f3fb-2640":{name:"woman getting massage: light skin tone",category:"people",shortname:":woman_getting_face_massage_tone1:",shortname_alternates:[":woman_getting_face_massage_light_skin_tone:"],keywords:["face","light skin tone","massage","woman","uc8"],unicode_output:"1f486-1f3fb-200d-2640-fe0f"},"1f486-1f3fc-2640":{name:"woman getting massage: medium-light skin tone",category:"people",shortname:":woman_getting_face_massage_tone2:",shortname_alternates:[":woman_getting_face_massage_medium_light_skin_tone:"],keywords:["face","massage","medium-light skin tone","woman","uc8"],unicode_output:"1f486-1f3fc-200d-2640-fe0f"},"1f486-1f3fd-2640":{name:"woman getting massage: medium skin tone",category:"people",shortname:":woman_getting_face_massage_tone3:",shortname_alternates:[":woman_getting_face_massage_medium_skin_tone:"],keywords:["face","massage","medium skin tone","woman","uc8"],unicode_output:"1f486-1f3fd-200d-2640-fe0f"},"1f486-1f3fe-2640":{name:"woman getting massage: medium-dark skin tone",category:"people",shortname:":woman_getting_face_massage_tone4:",shortname_alternates:[":woman_getting_face_massage_medium_dark_skin_tone:"],keywords:["face","massage","medium-dark skin tone","woman","uc8"],unicode_output:"1f486-1f3fe-200d-2640-fe0f"},"1f486-1f3ff-2640":{name:"woman getting massage: dark skin tone",category:"people",shortname:":woman_getting_face_massage_tone5:",shortname_alternates:[":woman_getting_face_massage_dark_skin_tone:"],keywords:["dark skin tone","face","massage","woman","uc8"],unicode_output:"1f486-1f3ff-200d-2640-fe0f"},"1f486-2642":{name:"man getting massage",category:"people",shortname:":man_getting_face_massage:",shortname_alternates:[],keywords:["face","man","massage","uc6"],unicode_output:"1f486-200d-2642-fe0f"},"1f486-1f3fb-2642":{name:"man getting massage: light skin tone",category:"people",shortname:":man_getting_face_massage_tone1:",shortname_alternates:[":man_getting_face_massage_light_skin_tone:"],keywords:["face","light skin tone","man","massage","uc8"],unicode_output:"1f486-1f3fb-200d-2642-fe0f"},"1f486-1f3fc-2642":{name:"man getting massage: medium-light skin tone",category:"people",shortname:":man_getting_face_massage_tone2:",shortname_alternates:[":man_getting_face_massage_medium_light_skin_tone:"],keywords:["face","man","massage","medium-light skin tone","uc8"],unicode_output:"1f486-1f3fc-200d-2642-fe0f"},"1f486-1f3fd-2642":{name:"man getting massage: medium skin tone",category:"people",shortname:":man_getting_face_massage_tone3:",shortname_alternates:[":man_getting_face_massage_medium_skin_tone:"],keywords:["face","man","massage","medium skin tone","uc8"],unicode_output:"1f486-1f3fd-200d-2642-fe0f"},"1f486-1f3fe-2642":{name:"man getting massage: medium-dark skin tone",category:"people",shortname:":man_getting_face_massage_tone4:",shortname_alternates:[":man_getting_face_massage_medium_dark_skin_tone:"],keywords:["face","man","massage","medium-dark skin tone","uc8"],unicode_output:"1f486-1f3fe-200d-2642-fe0f"},"1f486-1f3ff-2642":{name:"man getting massage: dark skin tone",category:"people",shortname:":man_getting_face_massage_tone5:",shortname_alternates:[":man_getting_face_massage_dark_skin_tone:"],keywords:["dark skin tone","face","man","massage","uc8"],unicode_output:"1f486-1f3ff-200d-2642-fe0f"},"1f9d6":{name:"person in steamy room",category:"people",shortname:":person_in_steamy_room:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9d6"},"1f9d6-1f3fb":{name:"person in steamy room: light skin tone",category:"people",shortname:":person_in_steamy_room_tone1:",shortname_alternates:[":person_in_steamy_room_light_skin_tone:"],keywords:["light skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fb"},"1f9d6-1f3fc":{name:"person in steamy room: medium-light skin tone",category:"people",shortname:":person_in_steamy_room_tone2:",shortname_alternates:[":person_in_steamy_room_medium_light_skin_tone:"],keywords:["medium-light skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fc"},"1f9d6-1f3fd":{name:"person in steamy room: medium skin tone",category:"people",shortname:":person_in_steamy_room_tone3:",shortname_alternates:[":person_in_steamy_room_medium_skin_tone:"],keywords:["medium skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fd"},"1f9d6-1f3fe":{name:"person in steamy room: medium-dark skin tone",category:"people",shortname:":person_in_steamy_room_tone4:",shortname_alternates:[":person_in_steamy_room_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fe"},"1f9d6-1f3ff":{name:"person in steamy room: dark skin tone",category:"people",shortname:":person_in_steamy_room_tone5:",shortname_alternates:[":person_in_steamy_room_dark_skin_tone:"],keywords:["dark skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3ff"},"1f9d6-2640":{name:"woman in steamy room",category:"people",shortname:":woman_in_steamy_room:",shortname_alternates:[],keywords:["sauna","steam room","uc10"],unicode_output:"1f9d6-200d-2640-fe0f"},"1f9d6-1f3fb-2640":{name:"woman in steamy room: light skin tone",category:"people",shortname:":woman_in_steamy_room_tone1:",shortname_alternates:[":woman_in_steamy_room_light_skin_tone:"],keywords:["light skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fb-200d-2640-fe0f"},"1f9d6-1f3fc-2640":{name:"woman in steamy room: medium-light skin tone",category:"people",shortname:":woman_in_steamy_room_tone2:",shortname_alternates:[":woman_in_steamy_room_medium_light_skin_tone:"],keywords:["medium-light skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fc-200d-2640-fe0f"},"1f9d6-1f3fd-2640":{name:"woman in steamy room: medium skin tone",category:"people",shortname:":woman_in_steamy_room_tone3:",shortname_alternates:[":woman_in_steamy_room_medium_skin_tone:"],keywords:["medium skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fd-200d-2640-fe0f"},"1f9d6-1f3fe-2640":{name:"woman in steamy room: medium-dark skin tone",category:"people",shortname:":woman_in_steamy_room_tone4:",shortname_alternates:[":woman_in_steamy_room_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fe-200d-2640-fe0f"},"1f9d6-1f3ff-2640":{name:"woman in steamy room: dark skin tone",category:"people",shortname:":woman_in_steamy_room_tone5:",shortname_alternates:[":woman_in_steamy_room_dark_skin_tone:"],keywords:["dark skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3ff-200d-2640-fe0f"},"1f9d6-2642":{name:"man in steamy room",category:"people",shortname:":man_in_steamy_room:",shortname_alternates:[],keywords:["sauna","steam room","uc10"],unicode_output:"1f9d6-200d-2642-fe0f"},"1f9d6-1f3fb-2642":{name:"man in steamy room: light skin tone",category:"people",shortname:":man_in_steamy_room_tone1:",shortname_alternates:[":man_in_steamy_room_light_skin_tone:"],keywords:["light skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fb-200d-2642-fe0f"},"1f9d6-1f3fc-2642":{name:"man in steamy room: medium-light skin tone",category:"people",shortname:":man_in_steamy_room_tone2:",shortname_alternates:[":man_in_steamy_room_medium_light_skin_tone:"],keywords:["medium-light skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fc-200d-2642-fe0f"},"1f9d6-1f3fd-2642":{name:"man in steamy room: medium skin tone",category:"people",shortname:":man_in_steamy_room_tone3:",shortname_alternates:[":man_in_steamy_room_medium_skin_tone:"],keywords:["medium skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fd-200d-2642-fe0f"},"1f9d6-1f3fe-2642":{name:"man in steamy room: medium-dark skin tone",category:"people",shortname:":man_in_steamy_room_tone4:",shortname_alternates:[":man_in_steamy_room_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3fe-200d-2642-fe0f"},"1f9d6-1f3ff-2642":{name:"man in steamy room: dark skin tone",category:"people",shortname:":man_in_steamy_room_tone5:",shortname_alternates:[":man_in_steamy_room_dark_skin_tone:"],keywords:["dark skin tone","sauna","steam room","uc10"],unicode_output:"1f9d6-1f3ff-200d-2642-fe0f"},"1f485":{name:"nail polish",category:"people",shortname:":nail_care:",shortname_alternates:[],keywords:["care","cosmetics","manicure","nail","polish","uc6"],unicode_output:"1f485"},"1f485-1f3fb":{name:"nail polish: light skin tone",category:"people",shortname:":nail_care_tone1:",shortname_alternates:[],keywords:["care","cosmetics","light skin tone","manicure","nail","polish","uc8"],unicode_output:"1f485-1f3fb"},"1f485-1f3fc":{name:"nail polish: medium-light skin tone",category:"people",shortname:":nail_care_tone2:",shortname_alternates:[],keywords:["care","cosmetics","manicure","medium-light skin tone","nail","polish","uc8"],unicode_output:"1f485-1f3fc"},"1f485-1f3fd":{name:"nail polish: medium skin tone",category:"people",shortname:":nail_care_tone3:",shortname_alternates:[],keywords:["care","cosmetics","manicure","medium skin tone","nail","polish","uc8"],unicode_output:"1f485-1f3fd"},"1f485-1f3fe":{name:"nail polish: medium-dark skin tone",category:"people",shortname:":nail_care_tone4:",shortname_alternates:[],keywords:["care","cosmetics","manicure","medium-dark skin tone","nail","polish","uc8"],unicode_output:"1f485-1f3fe"},"1f485-1f3ff":{name:"nail polish: dark skin tone",category:"people",shortname:":nail_care_tone5:",shortname_alternates:[],keywords:["care","cosmetics","dark skin tone","manicure","nail","polish","uc8"],unicode_output:"1f485-1f3ff"},"1f933":{name:"selfie",category:"people",shortname:":selfie:",shortname_alternates:[],keywords:["camera","phone","selfie","uc9"],unicode_output:"1f933"},"1f933-1f3fb":{name:"selfie: light skin tone",category:"people",shortname:":selfie_tone1:",shortname_alternates:[],keywords:["camera","light skin tone","phone","selfie","uc9"],unicode_output:"1f933-1f3fb"},"1f933-1f3fc":{name:"selfie: medium-light skin tone",category:"people",shortname:":selfie_tone2:",shortname_alternates:[],keywords:["camera","medium-light skin tone","phone","selfie","uc9"],unicode_output:"1f933-1f3fc"},"1f933-1f3fd":{name:"selfie: medium skin tone",category:"people",shortname:":selfie_tone3:",shortname_alternates:[],keywords:["camera","medium skin tone","phone","selfie","uc9"],unicode_output:"1f933-1f3fd"},"1f933-1f3fe":{name:"selfie: medium-dark skin tone",category:"people",shortname:":selfie_tone4:",shortname_alternates:[],keywords:["camera","medium-dark skin tone","phone","selfie","uc9"],unicode_output:"1f933-1f3fe"},"1f933-1f3ff":{name:"selfie: dark skin tone",category:"people",shortname:":selfie_tone5:",shortname_alternates:[],keywords:["camera","dark skin tone","phone","selfie","uc9"],unicode_output:"1f933-1f3ff"},"1f483":{name:"woman dancing",category:"people",shortname:":dancer:",shortname_alternates:[],keywords:["dancing","woman","uc6"],unicode_output:"1f483"},"1f483-1f3fb":{name:"woman dancing: light skin tone",category:"people",shortname:":dancer_tone1:",shortname_alternates:[],keywords:["dancing","light skin tone","woman","uc8"],unicode_output:"1f483-1f3fb"},"1f483-1f3fc":{name:"woman dancing: medium-light skin tone",category:"people",shortname:":dancer_tone2:",shortname_alternates:[],keywords:["dancing","medium-light skin tone","woman","uc8"],unicode_output:"1f483-1f3fc"},"1f483-1f3fd":{name:"woman dancing: medium skin tone",category:"people",shortname:":dancer_tone3:",shortname_alternates:[],keywords:["dancing","medium skin tone","woman","uc8"],unicode_output:"1f483-1f3fd"},"1f483-1f3fe":{name:"woman dancing: medium-dark skin tone",category:"people",shortname:":dancer_tone4:",shortname_alternates:[],keywords:["dancing","medium-dark skin tone","woman","uc8"],unicode_output:"1f483-1f3fe"},"1f483-1f3ff":{name:"woman dancing: dark skin tone",category:"people",shortname:":dancer_tone5:",shortname_alternates:[],keywords:["dancing","dark skin tone","woman","uc8"],unicode_output:"1f483-1f3ff"},"1f57a":{name:"man dancing",category:"people",shortname:":man_dancing:",shortname_alternates:[":male_dancer:"],keywords:["dance","man","uc9"],unicode_output:"1f57a"},"1f57a-1f3fb":{name:"man dancing: light skin tone",category:"people",shortname:":man_dancing_tone1:",shortname_alternates:[":male_dancer_tone1:"],keywords:["dance","light skin tone","man","uc9"],unicode_output:"1f57a-1f3fb"},"1f57a-1f3fc":{name:"man dancing: medium-light skin tone",category:"people",shortname:":man_dancing_tone2:",shortname_alternates:[":male_dancer_tone2:"],keywords:["dance","man","medium-light skin tone","uc9"],unicode_output:"1f57a-1f3fc"},"1f57a-1f3fd":{name:"man dancing: medium skin tone",category:"people",shortname:":man_dancing_tone3:",shortname_alternates:[":male_dancer_tone3:"],keywords:["dance","man","medium skin tone","uc9"],unicode_output:"1f57a-1f3fd"},"1f57a-1f3ff":{name:"man dancing: dark skin tone",category:"people",shortname:":man_dancing_tone5:",shortname_alternates:[":male_dancer_tone5:"],keywords:["dance","dark skin tone","man","uc9"],unicode_output:"1f57a-1f3ff"},"1f57a-1f3fe":{name:"man dancing: medium-dark skin tone",category:"people",shortname:":man_dancing_tone4:",shortname_alternates:[":male_dancer_tone4:"],keywords:["dance","man","medium-dark skin tone","uc9"],unicode_output:"1f57a-1f3fe"},"1f46f":{name:"people with bunny ears",category:"people",shortname:":people_with_bunny_ears_partying:",shortname_alternates:[":dancers:"],keywords:["bunny ear","dancer","partying","uc6"],unicode_output:"1f46f"},"1f46f-2640":{name:"women with bunny ears",category:"people",shortname:":women_with_bunny_ears_partying:",shortname_alternates:[],keywords:["bunny ear","dancer","partying","women","uc6"],unicode_output:"1f46f-200d-2640-fe0f"},"1f46f-2642":{name:"men with bunny ears",category:"people",shortname:":men_with_bunny_ears_partying:",shortname_alternates:[],keywords:["bunny ear","dancer","men","partying","uc6"],unicode_output:"1f46f-200d-2642-fe0f"},"1f574":{name:"man in suit levitating",category:"people",shortname:":levitate:",shortname_alternates:[":man_in_business_suit_levitating:"],keywords:["business","man","suit","uc7"],unicode_output:"1f574-fe0f"},"1f574-1f3fb":{name:"man in suit levitating: light skin tone",category:"people",shortname:":levitate_tone1:",shortname_alternates:[":man_in_business_suit_levitating_tone1:",":man_in_business_suit_levitating_light_skin_tone:"],keywords:["business","light skin tone","man","suit","uc8"],unicode_output:"1f574-1f3fb"},"1f574-1f3fc":{name:"man in suit levitating: medium-light skin tone",category:"people",shortname:":levitate_tone2:",shortname_alternates:[":man_in_business_suit_levitating_tone2:",":man_in_business_suit_levitating_medium_light_skin_tone:"],keywords:["business","man","medium-light skin tone","suit","uc8"],unicode_output:"1f574-1f3fc"},"1f574-1f3fd":{name:"man in suit levitating: medium skin tone",category:"people",shortname:":levitate_tone3:",shortname_alternates:[":man_in_business_suit_levitating_tone3:",":man_in_business_suit_levitating_medium_skin_tone:"],keywords:["business","man","medium skin tone","suit","uc8"],unicode_output:"1f574-1f3fd"},"1f574-1f3fe":{name:"man in suit levitating: medium-dark skin tone",category:"people",shortname:":levitate_tone4:",shortname_alternates:[":man_in_business_suit_levitating_tone4:",":man_in_business_suit_levitating_medium_dark_skin_tone:"],keywords:["business","man","medium-dark skin tone","suit","uc8"],unicode_output:"1f574-1f3fe"},"1f574-1f3ff":{name:"man in suit levitating: dark skin tone",category:"people",shortname:":levitate_tone5:",shortname_alternates:[":man_in_business_suit_levitating_tone5:",":man_in_business_suit_levitating_dark_skin_tone:"],keywords:["business","dark skin tone","man","suit","uc8"],unicode_output:"1f574-1f3ff"},"1f9d1-1f9bd":{name:"person in manual wheelchair",category:"people",shortname:":person_in_manual_wheelchair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f9bd"},"1f9d1-1f3fb-1f9bd":{name:"person in manual wheelchair: light skin tone",category:"people",shortname:":person_in_manual_wheelchair_tone1:",shortname_alternates:[":person_in_manual_wheelchair_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f9bd"},"1f9d1-1f3fc-1f9bd":{name:"person in manual wheelchair: medium-light skin tone",category:"people",shortname:":person_in_manual_wheelchair_tone2:",shortname_alternates:[":person_in_manual_wheelchair_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f9bd"},"1f9d1-1f3fd-1f9bd":{name:"person in manual wheelchair: medium skin tone",category:"people",shortname:":person_in_manual_wheelchair_tone3:",shortname_alternates:[":person_in_manual_wheelchair_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f9bd"},"1f9d1-1f3fe-1f9bd":{name:"person in manual wheelchair: medium-dark skin tone",category:"people",shortname:":person_in_manual_wheelchair_tone4:",shortname_alternates:[":person_in_manual_wheelchair_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f9bd"},"1f9d1-1f3ff-1f9bd":{name:"person in manual wheelchair: dark skin tone",category:"people",shortname:":person_in_manual_wheelchair_tone5:",shortname_alternates:[":person_in_manual_wheelchair_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f9bd"},"1f469-1f9bd":{name:"woman in manual wheelchair",category:"people",shortname:":woman_in_manual_wheelchair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f469-200d-1f9bd"},"1f469-1f3fb-1f9bd":{name:"woman in manual wheelchair: light skin tone",category:"people",shortname:":woman_in_manual_wheelchair_tone1:",shortname_alternates:[":woman_in_manual_wheelchair_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f9bd"},"1f469-1f3fc-1f9bd":{name:"woman in manual wheelchair: medium-light skin tone",category:"people",shortname:":woman_in_manual_wheelchair_tone2:",shortname_alternates:[":woman_in_manual_wheelchair_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f9bd"},"1f469-1f3fd-1f9bd":{name:"woman in manual wheelchair: medium skin tone",category:"people",shortname:":woman_in_manual_wheelchair_tone3:",shortname_alternates:[":woman_in_manual_wheelchair_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f9bd"},"1f469-1f3fe-1f9bd":{name:"woman in manual wheelchair: medium-dark skin tone",category:"people",shortname:":woman_in_manual_wheelchair_tone4:",shortname_alternates:[":woman_in_manual_wheelchair_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f9bd"},"1f469-1f3ff-1f9bd":{name:"woman in manual wheelchair: dark skin tone",category:"people",shortname:":woman_in_manual_wheelchair_tone5:",shortname_alternates:[":woman_in_manual_wheelchair_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f9bd"},"1f468-1f9bd":{name:"man in manual wheelchair",category:"people",shortname:":man_in_manual_wheelchair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f468-200d-1f9bd"},"1f468-1f3fb-1f9bd":{name:"man in manual wheelchair: light skin tone",category:"people",shortname:":man_in_manual_wheelchair_tone1:",shortname_alternates:[":man_in_manual_wheelchair_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fb-200d-1f9bd"},"1f468-1f3fc-1f9bd":{name:"man in manual wheelchair: medium-light skin tone",category:"people",shortname:":man_in_manual_wheelchair_tone2:",shortname_alternates:[":man_in_manual_wheelchair_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fc-200d-1f9bd"},"1f468-1f3fd-1f9bd":{name:"man in manual wheelchair: medium skin tone",category:"people",shortname:":man_in_manual_wheelchair_tone3:",shortname_alternates:[":man_in_manual_wheelchair_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fd-200d-1f9bd"},"1f468-1f3fe-1f9bd":{name:"man in manual wheelchair: medium-dark skin tone",category:"people",shortname:":man_in_manual_wheelchair_tone4:",shortname_alternates:[":man_in_manual_wheelchair_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fe-200d-1f9bd"},"1f468-1f3ff-1f9bd":{name:"man in manual wheelchair: dark skin tone",category:"people",shortname:":man_in_manual_wheelchair_tone5:",shortname_alternates:[":man_in_manual_wheelchair_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3ff-200d-1f9bd"},"1f9d1-1f9bc":{name:"person in motorized wheelchair",category:"people",shortname:":person_in_motorized_wheelchair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f9bc"},"1f9d1-1f3fb-1f9bc":{name:"person in motorized wheelchair: light skin tone",category:"people",shortname:":person_in_motorized_wheelchair_tone1:",shortname_alternates:[":person_in_motorized_wheelchair_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f9bc"},"1f9d1-1f3fc-1f9bc":{name:"person in motorized wheelchair: medium-light skin tone",category:"people",shortname:":person_in_motorized_wheelchair_tone2:",shortname_alternates:[":person_in_motorized_wheelchair_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f9bc"},"1f9d1-1f3fd-1f9bc":{name:"person in motorized wheelchair: medium skin tone",category:"people",shortname:":person_in_motorized_wheelchair_tone3:",shortname_alternates:[":person_in_motorized_wheelchair_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f9bc"},"1f9d1-1f3fe-1f9bc":{name:"person in motorized wheelchair: medium-dark skin tone",category:"people",shortname:":person_in_motorized_wheelchair_tone4:",shortname_alternates:[":person_in_motorized_wheelchair_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f9bc"},"1f9d1-1f3ff-1f9bc":{name:"person in motorized wheelchair: dark skin tone",category:"people",shortname:":person_in_motorized_wheelchair_tone5:",shortname_alternates:[":person_in_motorized_wheelchair_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f9bc"},"1f469-1f9bc":{name:"woman in motorized wheelchair",category:"people",shortname:":woman_in_motorized_wheelchair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f469-200d-1f9bc"},"1f469-1f3fb-1f9bc":{name:"woman in motorized wheelchair: light skin tone",category:"people",shortname:":woman_in_motorized_wheelchair_tone1:",shortname_alternates:[":woman_in_motorized_wheelchair_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f9bc"},"1f469-1f3fc-1f9bc":{name:"woman in motorized wheelchair: medium-light skin tone",category:"people",shortname:":woman_in_motorized_wheelchair_tone2:",shortname_alternates:[":woman_in_motorized_wheelchair_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f9bc"},"1f469-1f3fd-1f9bc":{name:"woman in motorized wheelchair: medium skin tone",category:"people",shortname:":woman_in_motorized_wheelchair_tone3:",shortname_alternates:[":woman_in_motorized_wheelchair_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f9bc"},"1f469-1f3fe-1f9bc":{name:"woman in motorized wheelchair: medium-dark skin tone",category:"people",shortname:":woman_in_motorized_wheelchair_tone4:",shortname_alternates:[":woman_in_motorized_wheelchair_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f9bc"},"1f469-1f3ff-1f9bc":{name:"woman in motorized wheelchair: dark skin tone",category:"people",shortname:":woman_in_motorized_wheelchair_tone5:",shortname_alternates:[":woman_in_motorized_wheelchair_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f9bc"},"1f468-1f9bc":{name:"man in motorized wheelchair",category:"people",shortname:":man_in_motorized_wheelchair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f468-200d-1f9bc"},"1f468-1f3fb-1f9bc":{name:"man in motorized wheelchair: light skin tone",category:"people",shortname:":man_in_motorized_wheelchair_tone1:",shortname_alternates:[":man_in_motorized_wheelchair_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fb-200d-1f9bc"},"1f468-1f3fc-1f9bc":{name:"man in motorized wheelchair: medium-light skin tone",category:"people",shortname:":man_in_motorized_wheelchair_tone2:",shortname_alternates:[":man_in_motorized_wheelchair_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fc-200d-1f9bc"},"1f468-1f3fd-1f9bc":{name:"man in motorized wheelchair: medium skin tone",category:"people",shortname:":man_in_motorized_wheelchair_tone3:",shortname_alternates:[":man_in_motorized_wheelchair_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fd-200d-1f9bc"},"1f468-1f3fe-1f9bc":{name:"man in motorized wheelchair: medium-dark skin tone",category:"people",shortname:":man_in_motorized_wheelchair_tone4:",shortname_alternates:[":man_in_motorized_wheelchair_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fe-200d-1f9bc"},"1f468-1f3ff-1f9bc":{name:"man in motorized wheelchair: dark skin tone",category:"people",shortname:":man_in_motorized_wheelchair_tone5:",shortname_alternates:[":man_in_motorized_wheelchair_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3ff-200d-1f9bc"},"1f6b6":{name:"person walking",category:"people",shortname:":person_walking:",shortname_alternates:[":walking:"],keywords:["hike","walk","walking","uc6"],unicode_output:"1f6b6"},"1f6b6-1f3fb":{name:"person walking: light skin tone",category:"people",shortname:":person_walking_tone1:",shortname_alternates:[":walking_tone1:"],keywords:["hike","light skin tone","walk","walking","uc8"],unicode_output:"1f6b6-1f3fb"},"1f6b6-1f3fc":{name:"person walking: medium-light skin tone",category:"people",shortname:":person_walking_tone2:",shortname_alternates:[":walking_tone2:"],keywords:["hike","medium-light skin tone","walk","walking","uc8"],unicode_output:"1f6b6-1f3fc"},"1f6b6-1f3fd":{name:"person walking: medium skin tone",category:"people",shortname:":person_walking_tone3:",shortname_alternates:[":walking_tone3:"],keywords:["hike","medium skin tone","walk","walking","uc8"],unicode_output:"1f6b6-1f3fd"},"1f6b6-1f3fe":{name:"person walking: medium-dark skin tone",category:"people",shortname:":person_walking_tone4:",shortname_alternates:[":walking_tone4:"],keywords:["hike","medium-dark skin tone","walk","walking","uc8"],unicode_output:"1f6b6-1f3fe"},"1f6b6-1f3ff":{name:"person walking: dark skin tone",category:"people",shortname:":person_walking_tone5:",shortname_alternates:[":walking_tone5:"],keywords:["dark skin tone","hike","walk","walking","uc8"],unicode_output:"1f6b6-1f3ff"},"1f6b6-2640":{name:"woman walking",category:"people",shortname:":woman_walking:",shortname_alternates:[],keywords:["hike","walk","woman","uc6"],unicode_output:"1f6b6-200d-2640-fe0f"},"1f6b6-1f3fb-2640":{name:"woman walking: light skin tone",category:"people",shortname:":woman_walking_tone1:",shortname_alternates:[":woman_walking_light_skin_tone:"],keywords:["hike","light skin tone","walk","woman","uc8"],unicode_output:"1f6b6-1f3fb-200d-2640-fe0f"},"1f6b6-1f3fc-2640":{name:"woman walking: medium-light skin tone",category:"people",shortname:":woman_walking_tone2:",shortname_alternates:[":woman_walking_medium_light_skin_tone:"],keywords:["hike","medium-light skin tone","walk","woman","uc8"],unicode_output:"1f6b6-1f3fc-200d-2640-fe0f"},"1f6b6-1f3fd-2640":{name:"woman walking: medium skin tone",category:"people",shortname:":woman_walking_tone3:",shortname_alternates:[":woman_walking_medium_skin_tone:"],keywords:["hike","medium skin tone","walk","woman","uc8"],unicode_output:"1f6b6-1f3fd-200d-2640-fe0f"},"1f6b6-1f3fe-2640":{name:"woman walking: medium-dark skin tone",category:"people",shortname:":woman_walking_tone4:",shortname_alternates:[":woman_walking_medium_dark_skin_tone:"],keywords:["hike","medium-dark skin tone","walk","woman","uc8"],unicode_output:"1f6b6-1f3fe-200d-2640-fe0f"},"1f6b6-1f3ff-2640":{name:"woman walking: dark skin tone",category:"people",shortname:":woman_walking_tone5:",shortname_alternates:[":woman_walking_dark_skin_tone:"],keywords:["dark skin tone","hike","walk","woman","uc8"],unicode_output:"1f6b6-1f3ff-200d-2640-fe0f"},"1f6b6-2642":{name:"man walking",category:"people",shortname:":man_walking:",shortname_alternates:[],keywords:["hike","man","walk","uc6"],unicode_output:"1f6b6-200d-2642-fe0f"},"1f6b6-1f3fb-2642":{name:"man walking: light skin tone",category:"people",shortname:":man_walking_tone1:",shortname_alternates:[":man_walking_light_skin_tone:"],keywords:["hike","light skin tone","man","walk","uc8"],unicode_output:"1f6b6-1f3fb-200d-2642-fe0f"},"1f6b6-1f3fc-2642":{name:"man walking: medium-light skin tone",category:"people",shortname:":man_walking_tone2:",shortname_alternates:[":man_walking_medium_light_skin_tone:"],keywords:["hike","man","medium-light skin tone","walk","uc8"],unicode_output:"1f6b6-1f3fc-200d-2642-fe0f"},"1f6b6-1f3fd-2642":{name:"man walking: medium skin tone",category:"people",shortname:":man_walking_tone3:",shortname_alternates:[":man_walking_medium_skin_tone:"],keywords:["hike","man","medium skin tone","walk","uc8"],unicode_output:"1f6b6-1f3fd-200d-2642-fe0f"},"1f6b6-1f3fe-2642":{name:"man walking: medium-dark skin tone",category:"people",shortname:":man_walking_tone4:",shortname_alternates:[":man_walking_medium_dark_skin_tone:"],keywords:["hike","man","medium-dark skin tone","walk","uc8"],unicode_output:"1f6b6-1f3fe-200d-2642-fe0f"},"1f6b6-1f3ff-2642":{name:"man walking: dark skin tone",category:"people",shortname:":man_walking_tone5:",shortname_alternates:[":man_walking_dark_skin_tone:"],keywords:["dark skin tone","hike","man","walk","uc8"],unicode_output:"1f6b6-1f3ff-200d-2642-fe0f"},"1f9d1-1f9af":{name:"person with probing cane",category:"people",shortname:":person_with_probing_cane:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f9af"},"1f9d1-1f3fb-1f9af":{name:"person with probing cane: light skin tone",category:"people",shortname:":person_with_probing_cane_tone1:",shortname_alternates:[":person_with_probing_cane_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f9af"},"1f9d1-1f3fc-1f9af":{name:"person with probing cane: medium-light skin tone",category:"people",shortname:":person_with_probing_cane_tone2:",shortname_alternates:[":person_with_probing_cane_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f9af"},"1f9d1-1f3fd-1f9af":{name:"person with probing cane: medium skin tone",category:"people",shortname:":person_with_probing_cane_tone3:",shortname_alternates:[":person_with_probing_cane_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f9af"},"1f9d1-1f3fe-1f9af":{name:"person with probing cane: medium-dark skin tone",category:"people",shortname:":person_with_probing_cane_tone4:",shortname_alternates:[":person_with_probing_cane_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f9af"},"1f9d1-1f3ff-1f9af":{name:"person with probing cane: dark skin tone",category:"people",shortname:":person_with_probing_cane_tone5:",shortname_alternates:[":person_with_probing_cane_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f9af"},"1f469-1f9af":{name:"woman with probing cane",category:"people",shortname:":woman_with_probing_cane:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f469-200d-1f9af"},"1f469-1f3fb-1f9af":{name:"woman with probing cane: light skin tone",category:"people",shortname:":woman_with_probing_cane_tone1:",shortname_alternates:[":woman_with_probing_cane_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f9af"},"1f469-1f3fc-1f9af":{name:"woman with probing cane: medium-light skin tone",category:"people",shortname:":woman_with_probing_cane_tone2:",shortname_alternates:[":woman_with_probing_cane_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f9af"},"1f469-1f3fd-1f9af":{name:"woman with probing cane: medium skin tone",category:"people",shortname:":woman_with_probing_cane_tone3:",shortname_alternates:[":woman_with_probing_cane_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f9af"},"1f469-1f3fe-1f9af":{name:"woman with probing cane: medium-dark skin tone",category:"people",shortname:":woman_with_probing_cane_tone4:",shortname_alternates:[":woman_with_probing_cane_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f9af"},"1f469-1f3ff-1f9af":{name:"woman with probing cane: dark skin tone",category:"people",shortname:":woman_with_probing_cane_tone5:",shortname_alternates:[":woman_with_probing_cane_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f9af"},"1f468-1f9af":{name:"man with probing cane",category:"people",shortname:":man_with_probing_cane:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f468-200d-1f9af"},"1f468-1f3fb-1f9af":{name:"man with probing cane: light skin tone",category:"people",shortname:":man_with_probing_cane_tone1:",shortname_alternates:[":man_with_probing_cane_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fb-200d-1f9af"},"1f468-1f3fd-1f9af":{name:"man with probing cane: medium skin tone",category:"people",shortname:":man_with_probing_cane_tone3:",shortname_alternates:[":man_with_probing_cane_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fd-200d-1f9af"},"1f468-1f3fc-1f9af":{name:"man with probing cane: medium-light skin tone",category:"people",shortname:":man_with_probing_cane_tone2:",shortname_alternates:[":man_with_probing_cane_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fc-200d-1f9af"},"1f468-1f3fe-1f9af":{name:"man with probing cane: medium-dark skin tone",category:"people",shortname:":man_with_probing_cane_tone4:",shortname_alternates:[":man_with_probing_cane_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fe-200d-1f9af"},"1f468-1f3ff-1f9af":{name:"man with probing cane: dark skin tone",category:"people",shortname:":man_with_probing_cane_tone5:",shortname_alternates:[":man_with_probing_cane_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3ff-200d-1f9af"},"1f9ce":{name:"person kneeling",category:"people",shortname:":person_kneeling:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9ce"},"1f9ce-1f3fb":{name:"person kneeling: light skin tone",category:"people",shortname:":person_kneeling_tone1:",shortname_alternates:[":person_kneeling_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fb"},"1f9ce-1f3fc":{name:"person kneeling: medium-light skin tone",category:"people",shortname:":person_kneeling_tone2:",shortname_alternates:[":person_kneeling_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fc"},"1f9ce-1f3fd":{name:"person kneeling: medium skin tone",category:"people",shortname:":person_kneeling_tone3:",shortname_alternates:[":person_kneeling_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fd"},"1f9ce-1f3fe":{name:"person kneeling: medium-dark skin tone",category:"people",shortname:":person_kneeling_tone4:",shortname_alternates:[":person_kneeling_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fe"},"1f9ce-1f3ff":{name:"person kneeling: dark skin tone",category:"people",shortname:":person_kneeling_tone5:",shortname_alternates:[":person_kneeling_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3ff"},"1f9ce-2640":{name:"woman kneeling",category:"people",shortname:":woman_kneeling:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9ce-200d-2640-fe0f"},"1f9ce-1f3fb-2640":{name:"woman kneeling: light skin tone",category:"people",shortname:":woman_kneeling_tone1:",shortname_alternates:[":woman_kneeling_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fb-200d-2640-fe0f"},"1f9ce-1f3fc-2640":{name:"woman kneeling: medium-light skin tone",category:"people",shortname:":woman_kneeling_tone2:",shortname_alternates:[":woman_kneeling_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fc-200d-2640-fe0f"},"1f9ce-1f3fd-2640":{name:"woman kneeling: medium skin tone",category:"people",shortname:":woman_kneeling_tone3:",shortname_alternates:[":woman_kneeling_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fd-200d-2640-fe0f"},"1f9ce-1f3fe-2640":{name:"woman kneeling: medium-dark skin tone",category:"people",shortname:":woman_kneeling_tone4:",shortname_alternates:[":woman_kneeling_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fe-200d-2640-fe0f"},"1f9ce-1f3ff-2640":{name:"woman kneeling: dark skin tone",category:"people",shortname:":woman_kneeling_tone5:",shortname_alternates:[":woman_kneeling_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3ff-200d-2640-fe0f"},"1f9ce-2642":{name:"man kneeling",category:"people",shortname:":man_kneeling:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9ce-200d-2642-fe0f"},"1f9ce-1f3fb-2642":{name:"man kneeling: light skin tone",category:"people",shortname:":man_kneeling_tone1:",shortname_alternates:[":man_kneeling_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fb-200d-2642-fe0f"},"1f9ce-1f3fc-2642":{name:"man kneeling: medium-light skin tone",category:"people",shortname:":man_kneeling_tone2:",shortname_alternates:[":man_kneeling_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fc-200d-2642-fe0f"},"1f9ce-1f3fd-2642":{name:"man kneeling: medium skin tone",category:"people",shortname:":man_kneeling_tone3:",shortname_alternates:[":man_kneeling_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fd-200d-2642-fe0f"},"1f9ce-1f3fe-2642":{name:"man kneeling: medium-dark skin tone",category:"people",shortname:":man_kneeling_tone4:",shortname_alternates:[":man_kneeling_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3fe-200d-2642-fe0f"},"1f9ce-1f3ff-2642":{name:"man kneeling: dark skin tone",category:"people",shortname:":man_kneeling_tone5:",shortname_alternates:[":man_kneeling_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9ce-1f3ff-200d-2642-fe0f"},"1f3c3":{name:"person running",category:"people",shortname:":person_running:",shortname_alternates:[":runner:"],keywords:["marathon","running","uc6"],unicode_output:"1f3c3"},"1f3c3-1f3fb":{name:"person running: light skin tone",category:"people",shortname:":person_running_tone1:",shortname_alternates:[":runner_tone1:"],keywords:["light skin tone","marathon","running","uc8"],unicode_output:"1f3c3-1f3fb"},"1f3c3-1f3fc":{name:"person running: medium-light skin tone",category:"people",shortname:":person_running_tone2:",shortname_alternates:[":runner_tone2:"],keywords:["marathon","medium-light skin tone","running","uc8"],unicode_output:"1f3c3-1f3fc"},"1f3c3-1f3fd":{name:"person running: medium skin tone",category:"people",shortname:":person_running_tone3:",shortname_alternates:[":runner_tone3:"],keywords:["marathon","medium skin tone","running","uc8"],unicode_output:"1f3c3-1f3fd"},"1f3c3-1f3fe":{name:"person running: medium-dark skin tone",category:"people",shortname:":person_running_tone4:",shortname_alternates:[":runner_tone4:"],keywords:["marathon","medium-dark skin tone","running","uc8"],unicode_output:"1f3c3-1f3fe"},"1f3c3-1f3ff":{name:"person running: dark skin tone",category:"people",shortname:":person_running_tone5:",shortname_alternates:[":runner_tone5:"],keywords:["dark skin tone","marathon","running","uc8"],unicode_output:"1f3c3-1f3ff"},"1f3c3-2640":{name:"woman running",category:"people",shortname:":woman_running:",shortname_alternates:[],keywords:["marathon","racing","running","woman","uc6"],unicode_output:"1f3c3-200d-2640-fe0f"},"1f3c3-1f3fb-2640":{name:"woman running: light skin tone",category:"people",shortname:":woman_running_tone1:",shortname_alternates:[":woman_running_light_skin_tone:"],keywords:["light skin tone","marathon","racing","running","woman","uc8"],unicode_output:"1f3c3-1f3fb-200d-2640-fe0f"},"1f3c3-1f3fc-2640":{name:"woman running: medium-light skin tone",category:"people",shortname:":woman_running_tone2:",shortname_alternates:[":woman_running_medium_light_skin_tone:"],keywords:["marathon","medium-light skin tone","racing","running","woman","uc8"],unicode_output:"1f3c3-1f3fc-200d-2640-fe0f"},"1f3c3-1f3fd-2640":{name:"woman running: medium skin tone",category:"people",shortname:":woman_running_tone3:",shortname_alternates:[":woman_running_medium_skin_tone:"],keywords:["marathon","medium skin tone","racing","running","woman","uc8"],unicode_output:"1f3c3-1f3fd-200d-2640-fe0f"},"1f3c3-1f3fe-2640":{name:"woman running: medium-dark skin tone",category:"people",shortname:":woman_running_tone4:",shortname_alternates:[":woman_running_medium_dark_skin_tone:"],keywords:["marathon","medium-dark skin tone","racing","running","woman","uc8"],unicode_output:"1f3c3-1f3fe-200d-2640-fe0f"},"1f3c3-1f3ff-2640":{name:"woman running: dark skin tone",category:"people",shortname:":woman_running_tone5:",shortname_alternates:[":woman_running_dark_skin_tone:"],keywords:["dark skin tone","marathon","racing","running","woman","uc8"],unicode_output:"1f3c3-1f3ff-200d-2640-fe0f"},"1f3c3-2642":{name:"man running",category:"people",shortname:":man_running:",shortname_alternates:[],keywords:["man","marathon","racing","running","uc6"],unicode_output:"1f3c3-200d-2642-fe0f"},"1f3c3-1f3fb-2642":{name:"man running: light skin tone",category:"people",shortname:":man_running_tone1:",shortname_alternates:[":man_running_light_skin_tone:"],keywords:["light skin tone","man","marathon","racing","running","uc8"],unicode_output:"1f3c3-1f3fb-200d-2642-fe0f"},"1f3c3-1f3fc-2642":{name:"man running: medium-light skin tone",category:"people",shortname:":man_running_tone2:",shortname_alternates:[":man_running_medium_light_skin_tone:"],keywords:["man","marathon","medium-light skin tone","racing","running","uc8"],unicode_output:"1f3c3-1f3fc-200d-2642-fe0f"},"1f3c3-1f3fd-2642":{name:"man running: medium skin tone",category:"people",shortname:":man_running_tone3:",shortname_alternates:[":man_running_medium_skin_tone:"],keywords:["man","marathon","medium skin tone","racing","running","uc8"],unicode_output:"1f3c3-1f3fd-200d-2642-fe0f"},"1f3c3-1f3fe-2642":{name:"man running: medium-dark skin tone",category:"people",shortname:":man_running_tone4:",shortname_alternates:[":man_running_medium_dark_skin_tone:"],keywords:["man","marathon","medium-dark skin tone","racing","running","uc8"],unicode_output:"1f3c3-1f3fe-200d-2642-fe0f"},"1f3c3-1f3ff-2642":{name:"man running: dark skin tone",category:"people",shortname:":man_running_tone5:",shortname_alternates:[":man_running_dark_skin_tone:"],keywords:["dark skin tone","man","marathon","racing","running","uc8"],unicode_output:"1f3c3-1f3ff-200d-2642-fe0f"},"1f9cd":{name:"person standing",category:"people",shortname:":person_standing:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9cd"},"1f9cd-1f3fb":{name:"person standing: light skin tone",category:"people",shortname:":person_standing_tone1:",shortname_alternates:[":person_standing_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fb"},"1f9cd-1f3fc":{name:"person standing: medium-light skin tone",category:"people",shortname:":person_standing_tone2:",shortname_alternates:[":person_standing_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fc"},"1f9cd-1f3fd":{name:"person standing: medium skin tone",category:"people",shortname:":person_standing_tone3:",shortname_alternates:[":person_standing_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fd"},"1f9cd-1f3fe":{name:"person standing: medium-dark skin tone",category:"people",shortname:":person_standing_tone4:",shortname_alternates:[":person_standing_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fe"},"1f9cd-1f3ff":{name:"person standing: dark skin tone",category:"people",shortname:":person_standing_tone5:",shortname_alternates:[":person_standing_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3ff"},"1f9cd-2640":{name:"woman standing",category:"people",shortname:":woman_standing:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9cd-200d-2640-fe0f"},"1f9cd-1f3fb-2640":{name:"woman standing: light skin tone",category:"people",shortname:":woman_standing_tone1:",shortname_alternates:[":woman_standing_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fb-200d-2640-fe0f"},"1f9cd-1f3fc-2640":{name:"woman standing: medium-light skin tone",category:"people",shortname:":woman_standing_tone2:",shortname_alternates:[":woman_standing_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fc-200d-2640-fe0f"},"1f9cd-1f3fd-2640":{name:"woman standing: medium skin tone",category:"people",shortname:":woman_standing_tone3:",shortname_alternates:[":woman_standing_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fd-200d-2640-fe0f"},"1f9cd-1f3fe-2640":{name:"woman standing: medium-dark skin tone",category:"people",shortname:":woman_standing_tone4:",shortname_alternates:[":woman_standing_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fe-200d-2640-fe0f"},"1f9cd-1f3ff-2640":{name:"woman standing: dark skin tone",category:"people",shortname:":woman_standing_tone5:",shortname_alternates:[":woman_standing_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3ff-200d-2640-fe0f"},"1f9cd-2642":{name:"man standing",category:"people",shortname:":man_standing:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9cd-200d-2642-fe0f"},"1f9cd-1f3fb-2642":{name:"man standing: light skin tone",category:"people",shortname:":man_standing_tone1:",shortname_alternates:[":man_standing_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fb-200d-2642-fe0f"},"1f9cd-1f3fc-2642":{name:"man standing: medium-light skin tone",category:"people",shortname:":man_standing_tone2:",shortname_alternates:[":man_standing_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fc-200d-2642-fe0f"},"1f9cd-1f3fd-2642":{name:"man standing: medium skin tone",category:"people",shortname:":man_standing_tone3:",shortname_alternates:[":man_standing_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fd-200d-2642-fe0f"},"1f9cd-1f3fe-2642":{name:"man standing: medium-dark skin tone",category:"people",shortname:":man_standing_tone4:",shortname_alternates:[":man_standing_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3fe-200d-2642-fe0f"},"1f9cd-1f3ff-2642":{name:"man standing: dark skin tone",category:"people",shortname:":man_standing_tone5:",shortname_alternates:[":man_standing_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9cd-1f3ff-200d-2642-fe0f"},"1f9d1-1f91d-1f9d1":{name:"people holding hands",category:"people",shortname:":people_holding_hands:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9d1-200d-1f91d-200d-1f9d1"},"1f9d1-1f3fb-1f91d-1f9d1-1f3fb":{name:"people holding hands: light skin tone",category:"people",shortname:":people_holding_hands_tone1:",shortname_alternates:[":people_holding_hands_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb"},"1f9d1-1f3fb-1f91d-1f9d1-1f3fc":{name:"people holding hands: light skin tone, medium-light skin tone",category:"people",shortname:":people_holding_hands_tone1_tone2:",shortname_alternates:[":people_holding_hands_light_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc"},"1f9d1-1f3fb-1f91d-1f9d1-1f3fd":{name:"people holding hands: light skin tone, medium skin tone",category:"people",shortname:":people_holding_hands_tone1_tone3:",shortname_alternates:[":people_holding_hands_light_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd"},"1f9d1-1f3fb-1f91d-1f9d1-1f3fe":{name:"people holding hands: light skin tone, medium-dark skin tone",category:"people",shortname:":people_holding_hands_tone1_tone4:",shortname_alternates:[":people_holding_hands_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe"},"1f9d1-1f3fb-1f91d-1f9d1-1f3ff":{name:"people holding hands: light skin tone, dark skin tone",category:"people",shortname:":people_holding_hands_tone1_tone5:",shortname_alternates:[":people_holding_hands_light_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff"},"1f9d1-1f3fc-1f91d-1f9d1-1f3fb":{name:"people holding hands: medium-light skin tone, light skin tone",category:"people",shortname:":people_holding_hands_tone2_tone1:",shortname_alternates:[":people_holding_hands_medium_light_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb"},"1f9d1-1f3fc-1f91d-1f9d1-1f3fc":{name:"people holding hands: medium-light skin tone",category:"people",shortname:":people_holding_hands_tone2:",shortname_alternates:[":people_holding_hands_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc"},"1f9d1-1f3fc-1f91d-1f9d1-1f3fd":{name:"people holding hands: medium-light skin tone, medium skin tone",category:"people",shortname:":people_holding_hands_tone2_tone3:",shortname_alternates:[":people_holding_hands_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd"},"1f9d1-1f3fc-1f91d-1f9d1-1f3fe":{name:"people holding hands: medium-light skin tone, medium-dark skin tone",category:"people",shortname:":people_holding_hands_tone2_tone4:",shortname_alternates:[":people_holding_hands_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe"},"1f9d1-1f3fc-1f91d-1f9d1-1f3ff":{name:"people holding hands: medium-light skin tone, dark skin tone",category:"people",shortname:":people_holding_hands_tone2_tone5:",shortname_alternates:[":people_holding_hands_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff"},"1f9d1-1f3fd-1f91d-1f9d1-1f3fb":{name:"people holding hands: medium skin tone, light skin tone",category:"people",shortname:":people_holding_hands_tone3_tone1:",shortname_alternates:[":people_holding_hands_medium_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb"},"1f9d1-1f3fd-1f91d-1f9d1-1f3fc":{name:"people holding hands: medium skin tone, medium-light skin tone",category:"people",shortname:":people_holding_hands_tone3_tone2:",shortname_alternates:[":people_holding_hands_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc"},"1f9d1-1f3fd-1f91d-1f9d1-1f3fd":{name:"people holding hands: medium skin tone",category:"people",shortname:":people_holding_hands_tone3:",shortname_alternates:[":people_holding_hands_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd"},"1f9d1-1f3fd-1f91d-1f9d1-1f3fe":{name:"people holding hands: medium skin tone, medium-dark skin tone",category:"people",shortname:":people_holding_hands_tone3_tone4:",shortname_alternates:[":people_holding_hands_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe"},"1f9d1-1f3fd-1f91d-1f9d1-1f3ff":{name:"people holding hands: medium skin tone, dark skin tone",category:"people",shortname:":people_holding_hands_tone3_tone5:",shortname_alternates:[":people_holding_hands_medium_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff"},"1f9d1-1f3fe-1f91d-1f9d1-1f3fb":{name:"people holding hands: medium-dark skin tone, light skin tone",category:"people",shortname:":people_holding_hands_tone4_tone1:",shortname_alternates:[":people_holding_hands_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb"},"1f9d1-1f3fe-1f91d-1f9d1-1f3fc":{name:"people holding hands: medium dark skin tone, medium light skin tone",category:"people",shortname:":people_holding_hands_tone4_tone2:",shortname_alternates:[":people_holding_hands_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc"},"1f9d1-1f3fe-1f91d-1f9d1-1f3fd":{name:"people holding hands: medium-dark skin tone, medium skin tone",category:"people",shortname:":people_holding_hands_tone4_tone3:",shortname_alternates:[":people_holding_hands_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd"},"1f9d1-1f3fe-1f91d-1f9d1-1f3fe":{name:"people holding hands: medium-dark skin tone",category:"people",shortname:":people_holding_hands_tone4:",shortname_alternates:[":people_holding_hands_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe"},"1f9d1-1f3fe-1f91d-1f9d1-1f3ff":{name:"people holding hands: medium-dark skin tone, dark skin tone",category:"people",shortname:":people_holding_hands_tone4_tone5:",shortname_alternates:[":people_holding_hands_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff"},"1f9d1-1f3ff-1f91d-1f9d1-1f3fb":{name:"people holding hands: dark skin tone, light skin tone",category:"people",shortname:":people_holding_hands_tone5_tone1:",shortname_alternates:[":people_holding_hands_dark_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb"},"1f9d1-1f3ff-1f91d-1f9d1-1f3fc":{name:"people holding hands: dark skin tone, medium-light skin tone",category:"people",shortname:":people_holding_hands_tone5_tone2:",shortname_alternates:[":people_holding_hands_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc"},"1f9d1-1f3ff-1f91d-1f9d1-1f3fd":{name:"people holding hands: dark skin tone, medium skin tone",category:"people",shortname:":people_holding_hands_tone5_tone3:",shortname_alternates:[":people_holding_hands_dark_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd"},"1f9d1-1f3ff-1f91d-1f9d1-1f3fe":{name:"people holding hands: dark skin tone, medium-dark skin tone",category:"people",shortname:":people_holding_hands_tone5_tone4:",shortname_alternates:[":people_holding_hands_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe"},"1f9d1-1f3ff-1f91d-1f9d1-1f3ff":{name:"people holding hands: dark skin tone",category:"people",shortname:":people_holding_hands_tone5:",shortname_alternates:[":people_holding_hands_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff"},"1f46b":{name:"woman and man holding hands",category:"people",shortname:":couple:",shortname_alternates:[],keywords:["couple","hand","hold","man","woman","uc6"],unicode_output:"1f46b"},"1f46b-1f3fb":{name:"woman and man holding hands: light skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone1:",shortname_alternates:[":woman_and_man_holding_hands_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f46b-1f3fb"},"1f469-1f3fb-1f91d-1f468-1f3fc":{name:"woman and man holding hands: light skin tone, medium light skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone1_tone2:",shortname_alternates:[":woman_and_man_holding_hands_light_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc"},"1f469-1f3fb-1f91d-1f468-1f3fd":{name:"woman and man holding hands: light skin tone, medium skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone1_tone3:",shortname_alternates:[":woman_and_man_holding_hands_light_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd"},"1f469-1f3fb-1f91d-1f468-1f3fe":{name:"woman and man holding hands: light skin tone, medium dark skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone1_tone4:",shortname_alternates:[":woman_and_man_holding_hands_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe"},"1f469-1f3fb-1f91d-1f468-1f3ff":{name:"woman and man holding hands: light skin tone, dark skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone1_tone5:",shortname_alternates:[":woman_and_man_holding_hands_light_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff"},"1f469-1f3fc-1f91d-1f468-1f3fb":{name:"woman and man holding hands: medium light skin tone, light skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone2_tone1:",shortname_alternates:[":woman_and_man_holding_hands_medium_light_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb"},"1f46b-1f3fc":{name:"woman and man holding hands: medium-light skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone2:",shortname_alternates:[":woman_and_man_holding_hands_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f46b-1f3fc"},"1f469-1f3fc-1f91d-1f468-1f3fd":{name:"woman and man holding hands: medium light skin tone, medium skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone2_tone3:",shortname_alternates:[":woman_and_man_holding_hands_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd"},"1f469-1f3fc-1f91d-1f468-1f3fe":{name:"woman and man holding hands: medium light skin tone, medium dark skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone2_tone4:",shortname_alternates:[":woman_and_man_holding_hands_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe"},"1f469-1f3fc-1f91d-1f468-1f3ff":{name:"woman and man holding hands: medium light skin tone, dark skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone2_tone5:",shortname_alternates:[":woman_and_man_holding_hands_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff"},"1f469-1f3fd-1f91d-1f468-1f3fb":{name:"woman and man holding hands: medium skin tone, light skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone3_tone1:",shortname_alternates:[":woman_and_man_holding_hands_medium_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb"},"1f469-1f3fd-1f91d-1f468-1f3fc":{name:"woman and man holding hands: medium skin tone, medium light skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone3_tone2:",shortname_alternates:[":woman_and_man_holding_hands_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc"},"1f46b-1f3fd":{name:"woman and man holding hands: medium skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone3:",shortname_alternates:[":woman_and_man_holding_hands_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f46b-1f3fd"},"1f469-1f3fd-1f91d-1f468-1f3fe":{name:"woman and man holding hands: medium skin tone, medium dark skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone3_tone4:",shortname_alternates:[":woman_and_man_holding_hands_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe"},"1f469-1f3fd-1f91d-1f468-1f3ff":{name:"woman and man holding hands: medium skin tone, dark skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone3_tone5:",shortname_alternates:[":woman_and_man_holding_hands_medium_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff"},"1f469-1f3fe-1f91d-1f468-1f3fb":{name:"woman and man holding hands: medium dark skin tone, light skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone4_tone1:",shortname_alternates:[":woman_and_man_holding_hands_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb"},"1f469-1f3fe-1f91d-1f468-1f3fc":{name:"woman and man holding hands: medium dark skin tone, medium light skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone4_tone2:",shortname_alternates:[":woman_and_man_holding_hands_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc"},"1f469-1f3fe-1f91d-1f468-1f3fd":{name:"woman and man holding hands: medium dark skin tone, medium skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone4_tone3:",shortname_alternates:[":woman_and_man_holding_hands_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd"},"1f46b-1f3fe":{name:"woman and man holding hands: medium-dark skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone4:",shortname_alternates:[":woman_and_man_holding_hands_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f46b-1f3fe"},"1f469-1f3fe-1f91d-1f468-1f3ff":{name:"woman and man holding hands: medium dark skin tone, dark skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone4_tone5:",shortname_alternates:[":woman_and_man_holding_hands_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff"},"1f469-1f3ff-1f91d-1f468-1f3fb":{name:"woman and man holding hands: dark skin tone, light skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone5_tone1:",shortname_alternates:[":woman_and_man_holding_hands_dark_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb"},"1f469-1f3ff-1f91d-1f468-1f3fc":{name:"woman and man holding hands: dark skin tone, medium light skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone5_tone2:",shortname_alternates:[":woman_and_man_holding_hands_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc"},"1f469-1f3ff-1f91d-1f468-1f3fd":{name:"woman and man holding hands: dark skin tone, medium skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone5_tone3:",shortname_alternates:[":woman_and_man_holding_hands_dark_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd"},"1f469-1f3ff-1f91d-1f468-1f3fe":{name:"woman and man holding hands: dark skin tone, medium dark skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone5_tone4:",shortname_alternates:[":woman_and_man_holding_hands_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe"},"1f46b-1f3ff":{name:"woman and man holding hands: dark skin tone",category:"people",shortname:":woman_and_man_holding_hands_tone5:",shortname_alternates:[":woman_and_man_holding_hands_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f46b-1f3ff"},"1f46d":{name:"women holding hands",category:"people",shortname:":two_women_holding_hands:",shortname_alternates:[],keywords:["couple","hand","hold","woman","uc6"],unicode_output:"1f46d"},"1f46d-1f3fb":{name:"women holding hands: light skin tone",category:"people",shortname:":women_holding_hands_tone1:",shortname_alternates:[":women_holding_hands_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f46d-1f3fb"},"1f469-1f3fb-1f91d-1f469-1f3fc":{name:"women holding hands: light skin tone, medium-light skin tone",category:"people",shortname:":women_holding_hands_tone1_tone2:",shortname_alternates:[":women_holding_hands_light_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc"},"1f469-1f3fb-1f91d-1f469-1f3fd":{name:"women holding hands: light skin tone, medium skin tone",category:"people",shortname:":women_holding_hands_tone1_tone3:",shortname_alternates:[":women_holding_hands_light_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd"},"1f469-1f3fb-1f91d-1f469-1f3fe":{name:"women holding hands: light skin tone, medium-dark skin tone",category:"people",shortname:":women_holding_hands_tone1_tone4:",shortname_alternates:[":women_holding_hands_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe"},"1f469-1f3fb-1f91d-1f469-1f3ff":{name:"women holding hands: light skin tone, dark skin tone",category:"people",shortname:":women_holding_hands_tone1_tone5:",shortname_alternates:[":women_holding_hands_light_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff"},"1f469-1f3fc-1f91d-1f469-1f3fb":{name:"women holding hands: medium-light skin tone, light skin tone",category:"people",shortname:":women_holding_hands_tone2_tone1:",shortname_alternates:[":women_holding_hands_medium_light_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb"},"1f46d-1f3fc":{name:"women holding hands: medium-light skin tone",category:"people",shortname:":women_holding_hands_tone2:",shortname_alternates:[":women_holding_hands_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f46d-1f3fc"},"1f469-1f3fc-1f91d-1f469-1f3fd":{name:"women holding hands: medium-light skin tone, medium skin tone",category:"people",shortname:":women_holding_hands_tone2_tone3:",shortname_alternates:[":women_holding_hands_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd"},"1f469-1f3fc-1f91d-1f469-1f3fe":{name:"women holding hands: medium-light skin tone, medium-dark skin tone",category:"people",shortname:":women_holding_hands_tone2_tone4:",shortname_alternates:[":women_holding_hands_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe"},"1f469-1f3fc-1f91d-1f469-1f3ff":{name:"women holding hands: medium-light skin tone, dark skin tone",category:"people",shortname:":women_holding_hands_tone2_tone5:",shortname_alternates:[":women_holding_hands_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff"},"1f469-1f3fd-1f91d-1f469-1f3fb":{name:"women holding hands: medium skin tone, light skin tone",category:"people",shortname:":women_holding_hands_tone3_tone1:",shortname_alternates:[":women_holding_hands_medium_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb"},"1f469-1f3fd-1f91d-1f469-1f3fc":{name:"women holding hands: medium skin tone, medium-light skin tone",category:"people",shortname:":women_holding_hands_tone3_tone2:",shortname_alternates:[":women_holding_hands_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc"},"1f46d-1f3fd":{name:"women holding hands: medium skin tone",category:"people",shortname:":women_holding_hands_tone3:",shortname_alternates:[":women_holding_hands_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f46d-1f3fd"},"1f469-1f3fd-1f91d-1f469-1f3fe":{name:"women holding hands: medium skin tone, medium-dark skin tone",category:"people",shortname:":women_holding_hands_tone3_tone4:",shortname_alternates:[":women_holding_hands_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe"},"1f469-1f3fd-1f91d-1f469-1f3ff":{name:"women holding hands: medium skin tone, dark skin tone",category:"people",shortname:":women_holding_hands_tone3_tone5:",shortname_alternates:[":women_holding_hands_medium_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff"},"1f469-1f3fe-1f91d-1f469-1f3fb":{name:"women holding hands: medium-dark skin tone, light skin tone",category:"people",shortname:":women_holding_hands_tone4_tone1:",shortname_alternates:[":women_holding_hands_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb"},"1f469-1f3fe-1f91d-1f469-1f3fc":{name:"women holding hands: medium dark skin tone, medium light skin tone",category:"people",shortname:":women_holding_hands_tone4_tone2:",shortname_alternates:[":women_holding_hands_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc"},"1f469-1f3fe-1f91d-1f469-1f3fd":{name:"women holding hands: medium-dark skin tone, medium skin tone",category:"people",shortname:":women_holding_hands_tone4_tone3:",shortname_alternates:[":women_holding_hands_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd"},"1f46d-1f3fe":{name:"women holding hands: medium-dark skin tone",category:"people",shortname:":women_holding_hands_tone4:",shortname_alternates:[":women_holding_hands_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f46d-1f3fe"},"1f469-1f3fe-1f91d-1f469-1f3ff":{name:"women holding hands: medium-dark skin tone, dark skin tone",category:"people",shortname:":women_holding_hands_tone4_tone5:",shortname_alternates:[":women_holding_hands_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff"},"1f469-1f3ff-1f91d-1f469-1f3fb":{name:"women holding hands: dark skin tone, light skin tone",category:"people",shortname:":women_holding_hands_tone5_tone1:",shortname_alternates:[":women_holding_hands_dark_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb"},"1f469-1f3ff-1f91d-1f469-1f3fc":{name:"women holding hands: dark skin tone, medium-light skin tone",category:"people",shortname:":women_holding_hands_tone5_tone2:",shortname_alternates:[":women_holding_hands_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc"},"1f469-1f3ff-1f91d-1f469-1f3fd":{name:"women holding hands: dark skin tone, medium skin tone",category:"people",shortname:":women_holding_hands_tone5_tone3:",shortname_alternates:[":women_holding_hands_dark_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd"},"1f469-1f3ff-1f91d-1f469-1f3fe":{name:"women holding hands: dark skin tone, medium-dark skin tone",category:"people",shortname:":women_holding_hands_tone5_tone4:",shortname_alternates:[":women_holding_hands_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe"},"1f46d-1f3ff":{name:"women holding hands: dark skin tone",category:"people",shortname:":women_holding_hands_tone5:",shortname_alternates:[":women_holding_hands_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f46d-1f3ff"},"1f46c":{name:"men holding hands",category:"people",shortname:":two_men_holding_hands:",shortname_alternates:[],keywords:["Gemini","couple","hand","hold","man","twins","zodiac","uc6"],unicode_output:"1f46c"},"1f46c-1f3fb":{name:"men holding hands: light skin tone",category:"people",shortname:":men_holding_hands_tone1:",shortname_alternates:[":men_holding_hands_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f46c-1f3fb"},"1f468-1f3fb-1f91d-1f468-1f3fc":{name:"men holding hands: light skin tone, medium-light skin tone",category:"people",shortname:":men_holding_hands_tone1_tone2:",shortname_alternates:[":men_holding_hands_light_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc"},"1f468-1f3fb-1f91d-1f468-1f3fd":{name:"men holding hands: light skin tone, medium skin tone",category:"people",shortname:":men_holding_hands_tone1_tone3:",shortname_alternates:[":men_holding_hands_light_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd"},"1f468-1f3fb-1f91d-1f468-1f3fe":{name:"men holding hands: light skin tone, medium-dark skin tone",category:"people",shortname:":men_holding_hands_tone1_tone4:",shortname_alternates:[":men_holding_hands_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe"},"1f468-1f3fb-1f91d-1f468-1f3ff":{name:"men holding hands: light skin tone, dark skin tone",category:"people",shortname:":men_holding_hands_tone1_tone5:",shortname_alternates:[":men_holding_hands_light_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff"},"1f468-1f3fc-1f91d-1f468-1f3fb":{name:"men holding hands: medium-light skin tone, light skin tone",category:"people",shortname:":men_holding_hands_tone2_tone1:",shortname_alternates:[":men_holding_hands_medium_light_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb"},"1f46c-1f3fc":{name:"men holding hands: medium-light skin tone",category:"people",shortname:":men_holding_hands_tone2:",shortname_alternates:[":men_holding_hands_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f46c-1f3fc"},"1f468-1f3fc-1f91d-1f468-1f3fd":{name:"men holding hands: medium-light skin tone, medium skin tone",category:"people",shortname:":men_holding_hands_tone2_tone3:",shortname_alternates:[":men_holding_hands_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd"},"1f468-1f3fc-1f91d-1f468-1f3fe":{name:"men holding hands: medium-light skin tone, medium-dark skin tone",category:"people",shortname:":men_holding_hands_tone2_tone4:",shortname_alternates:[":men_holding_hands_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe"},"1f468-1f3fc-1f91d-1f468-1f3ff":{name:"men holding hands: medium-light skin tone, dark skin tone",category:"people",shortname:":men_holding_hands_tone2_tone5:",shortname_alternates:[":men_holding_hands_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff"},"1f468-1f3fd-1f91d-1f468-1f3fb":{name:"men holding hands: medium skin tone, light skin tone",category:"people",shortname:":men_holding_hands_tone3_tone1:",shortname_alternates:[":men_holding_hands_medium_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb"},"1f468-1f3fd-1f91d-1f468-1f3fc":{name:"men holding hands: medium skin tone, medium-light skin tone",category:"people",shortname:":men_holding_hands_tone3_tone2:",shortname_alternates:[":men_holding_hands_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc"},"1f46c-1f3fd":{name:"men holding hands: medium skin tone",category:"people",shortname:":men_holding_hands_tone3:",shortname_alternates:[":men_holding_hands_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f46c-1f3fd"},"1f468-1f3fd-1f91d-1f468-1f3fe":{name:"men holding hands: medium skin tone, medium-dark skin tone",category:"people",shortname:":men_holding_hands_tone3_tone4:",shortname_alternates:[":men_holding_hands_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe"},"1f468-1f3fd-1f91d-1f468-1f3ff":{name:"men holding hands: medium skin tone, dark skin tone",category:"people",shortname:":men_holding_hands_tone3_tone5:",shortname_alternates:[":men_holding_hands_medium_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff"},"1f468-1f3fe-1f91d-1f468-1f3fb":{name:"men holding hands: medium-dark skin tone, light skin tone",category:"people",shortname:":men_holding_hands_tone4_tone1:",shortname_alternates:[":men_holding_hands_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb"},"1f468-1f3fe-1f91d-1f468-1f3fc":{name:"men holding hands: medium dark skin tone, medium light skin tone",category:"people",shortname:":men_holding_hands_tone4_tone2:",shortname_alternates:[":men_holding_hands_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc"},"1f468-1f3fe-1f91d-1f468-1f3fd":{name:"men holding hands: medium-dark skin tone, medium skin tone",category:"people",shortname:":men_holding_hands_tone4_tone3:",shortname_alternates:[":men_holding_hands_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd"},"1f46c-1f3fe":{name:"men holding hands: medium-dark skin tone",category:"people",shortname:":men_holding_hands_tone4:",shortname_alternates:[":men_holding_hands_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f46c-1f3fe"},"1f468-1f3fe-1f91d-1f468-1f3ff":{name:"men holding hands: medium-dark skin tone, dark skin tone",category:"people",shortname:":men_holding_hands_tone4_tone5:",shortname_alternates:[":men_holding_hands_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff"},"1f468-1f3ff-1f91d-1f468-1f3fb":{name:"men holding hands: dark skin tone, light skin tone",category:"people",shortname:":men_holding_hands_tone5_tone1:",shortname_alternates:[":men_holding_hands_dark_skin_tone_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb"},"1f468-1f3ff-1f91d-1f468-1f3fc":{name:"men holding hands: dark skin tone, medium-light skin tone",category:"people",shortname:":men_holding_hands_tone5_tone2:",shortname_alternates:[":men_holding_hands_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc"},"1f468-1f3ff-1f91d-1f468-1f3fd":{name:"men holding hands: dark skin tone, medium skin tone",category:"people",shortname:":men_holding_hands_tone5_tone3:",shortname_alternates:[":men_holding_hands_dark_skin_tone_medium_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd"},"1f468-1f3ff-1f91d-1f468-1f3fe":{name:"men holding hands: dark skin tone, medium-dark skin tone",category:"people",shortname:":men_holding_hands_tone5_tone4:",shortname_alternates:[":men_holding_hands_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe"},"1f46c-1f3ff":{name:"men holding hands: dark skin tone",category:"people",shortname:":men_holding_hands_tone5:",shortname_alternates:[":men_holding_hands_dark_skin_tone:"],keywords:["uc12"],unicode_output:"1f46c-1f3ff"},"1f491":{name:"couple with heart",category:"people",shortname:":couple_with_heart:",shortname_alternates:[],keywords:["couple","love","uc6"],unicode_output:"1f491"},"1f491-1f3fb":{name:"couple with heart: light skin tone",category:"people",shortname:":couple_with_heart_tone1:",shortname_alternates:[":couple_with_heart_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f491-1f3fb"},"1f9d1-1f3fb-2764-1f9d1-1f3fc":{name:"couple with heart: person, person, light skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_person_person_tone1_tone2:",shortname_alternates:[":couple_with_heart_person_person_light_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fc"},"1f9d1-1f3fb-2764-1f9d1-1f3fd":{name:"couple with heart: person, person, light skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_person_person_tone1_tone3:",shortname_alternates:[":couple_with_heart_person_person_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fd"},"1f9d1-1f3fb-2764-1f9d1-1f3fe":{name:"couple with heart: person, person, light skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_person_person_tone1_tone4:",shortname_alternates:[":couple_with_heart_person_person_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fe"},"1f9d1-1f3fb-2764-1f9d1-1f3ff":{name:"couple with heart: person, person, light skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_person_person_tone1_tone5:",shortname_alternates:[":couple_with_heart_person_person_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3ff"},"1f9d1-1f3fc-2764-1f9d1-1f3fb":{name:"couple with heart: person, person, medium-light skin tone, light skin tone",category:"people",shortname:":couple_with_heart_person_person_tone2_tone1:",shortname_alternates:[":couple_with_heart_person_person_medium_light_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fb"},"1f491-1f3fc":{name:"couple with heart: medium-light skin tone",category:"people",shortname:":couple_with_heart_tone2:",shortname_alternates:[":couple_with_heart_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f491-1f3fc"},"1f9d1-1f3fc-2764-1f9d1-1f3fd":{name:"couple with heart: person, person, medium-light skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_person_person_tone2_tone3:",shortname_alternates:[":couple_with_heart_person_person_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fd"},"1f9d1-1f3fc-2764-1f9d1-1f3fe":{name:"couple with heart: person, person, medium-light skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_person_person_tone2_tone4:",shortname_alternates:[":couple_with_heart_person_person_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fe"},"1f9d1-1f3fc-2764-1f9d1-1f3ff":{name:"couple with heart: person, person, medium-light skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_person_person_tone2_tone5:",shortname_alternates:[":couple_with_heart_person_person_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3ff"},"1f9d1-1f3fd-2764-1f9d1-1f3fb":{name:"couple with heart: person, person, medium skin tone, light skin tone",category:"people",shortname:":couple_with_heart_person_person_tone3_tone1:",shortname_alternates:[":couple_with_heart_person_person_medium_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fb"},"1f9d1-1f3fd-2764-1f9d1-1f3fc":{name:"couple with heart: person, person, medium skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_person_person_tone3_tone2:",shortname_alternates:[":couple_with_heart_person_person_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fc"},"1f491-1f3fd":{name:"couple with heart: medium skin tone",category:"people",shortname:":couple_with_heart_tone3:",shortname_alternates:[":couple_with_heart_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f491-1f3fd"},"1f9d1-1f3fd-2764-1f9d1-1f3fe":{name:"couple with heart: person, person, medium skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_person_person_tone3_tone4:",shortname_alternates:[":couple_with_heart_person_person_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fe"},"1f9d1-1f3fd-2764-1f9d1-1f3ff":{name:"couple with heart: person, person, medium skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_person_person_tone3_tone5:",shortname_alternates:[":couple_with_heart_person_person_medium_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3ff"},"1f9d1-1f3fe-2764-1f9d1-1f3fb":{name:"couple with heart: person, person, medium-dark skin tone, light skin tone",category:"people",shortname:":couple_with_heart_person_person_tone4_tone1:",shortname_alternates:[":couple_with_heart_person_person_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fb"},"1f9d1-1f3fe-2764-1f9d1-1f3fc":{name:"couple with heart: person, person, medium-dark skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_person_person_tone4_tone2:",shortname_alternates:[":couple_with_heart_person_person_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fc"},"1f9d1-1f3fe-2764-1f9d1-1f3fd":{name:"couple with heart: person, person, medium-dark skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_person_person_tone4_tone3:",shortname_alternates:[":couple_with_heart_person_person_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fd"},"1f491-1f3fe":{name:"couple with heart: medium-dark skin tone",category:"people",shortname:":couple_with_heart_tone4:",shortname_alternates:[":couple_with_heart_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f491-1f3fe"},"1f9d1-1f3fe-2764-1f9d1-1f3ff":{name:"couple with heart: person, person, medium-dark skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_person_person_tone4_tone5:",shortname_alternates:[":couple_with_heart_person_person_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3ff"},"1f9d1-1f3ff-2764-1f9d1-1f3fb":{name:"couple with heart: person, person, dark skin tone, light skin tone",category:"people",shortname:":couple_with_heart_person_person_tone5_tone1:",shortname_alternates:[":couple_with_heart_person_person_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fb"},"1f9d1-1f3ff-2764-1f9d1-1f3fc":{name:"couple with heart: person, person, dark skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_person_person_tone5_tone2:",shortname_alternates:[":couple_with_heart_person_person_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fc"},"1f9d1-1f3ff-2764-1f9d1-1f3fd":{name:"couple with heart: person, person, dark skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_person_person_tone5_tone3:",shortname_alternates:[":couple_with_heart_person_person_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fd"},"1f9d1-1f3ff-2764-1f9d1-1f3fe":{name:"couple with heart: person, person, dark skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_person_person_tone5_tone4:",shortname_alternates:[":couple_with_heart_person_person_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fe"},"1f491-1f3ff":{name:"couple with heart: dark skin tone",category:"people",shortname:":couple_with_heart_tone5:",shortname_alternates:[":couple_with_heart_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f491-1f3ff"},"1f469-2764-1f468":{name:"couple with heart: woman, man",category:"people",shortname:":couple_with_heart_woman_man:",shortname_alternates:[],keywords:["couple","love","man","woman","uc6"],unicode_output:"1f469-200d-2764-fe0f-200d-1f468"},"1f469-1f3fb-2764-1f468-1f3fb":{name:"couple with heart: woman, man, light skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone1:",shortname_alternates:[":couple_with_heart_woman_man_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb"},"1f469-1f3fb-2764-1f468-1f3fc":{name:"couple with heart: woman, man, light skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone1_tone2:",shortname_alternates:[":couple_with_heart_woman_man_light_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc"},"1f469-1f3fb-2764-1f468-1f3fd":{name:"couple with heart: woman, man, light skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone1_tone3:",shortname_alternates:[":couple_with_heart_woman_man_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd"},"1f469-1f3fb-2764-1f468-1f3fe":{name:"couple with heart: woman, man, light skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone1_tone4:",shortname_alternates:[":couple_with_heart_woman_man_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe"},"1f469-1f3fb-2764-1f468-1f3ff":{name:"couple with heart: woman, man, light skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone1_tone5:",shortname_alternates:[":couple_with_heart_woman_man_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff"},"1f469-1f3fc-2764-1f468-1f3fb":{name:"couple with heart: woman, man, medium-light skin tone, light skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone2_tone1:",shortname_alternates:[":couple_with_heart_woman_man_medium_light_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb"},"1f469-1f3fc-2764-1f468-1f3fc":{name:"couple with heart: woman, man, medium-light skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone2:",shortname_alternates:[":couple_with_heart_woman_man_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc"},"1f469-1f3fc-2764-1f468-1f3fd":{name:"couple with heart: woman, man, medium-light skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone2_tone3:",shortname_alternates:[":couple_with_heart_woman_man_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd"},"1f469-1f3fc-2764-1f468-1f3fe":{name:"couple with heart: woman, man, medium-light skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone2_tone4:",shortname_alternates:[":couple_with_heart_woman_man_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe"},"1f469-1f3fc-2764-1f468-1f3ff":{name:"couple with heart: woman, man, medium-light skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone2_tone5:",shortname_alternates:[":couple_with_heart_woman_man_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff"},"1f469-1f3fd-2764-1f468-1f3fb":{name:"couple with heart: woman, man, medium skin tone, light skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone3_tone1:",shortname_alternates:[":couple_with_heart_woman_man_medium_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb"},"1f469-1f3fd-2764-1f468-1f3fc":{name:"couple with heart: woman, man, medium skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone3_tone2:",shortname_alternates:[":couple_with_heart_woman_man_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc"},"1f469-1f3fd-2764-1f468-1f3fd":{name:"couple with heart: woman, man, medium skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone3:",shortname_alternates:[":couple_with_heart_woman_man_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd"},"1f469-1f3fd-2764-1f468-1f3fe":{name:"couple with heart: woman, man, medium skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone3_tone4:",shortname_alternates:[":couple_with_heart_woman_man_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe"},"1f469-1f3fd-2764-1f468-1f3ff":{name:"couple with heart: woman, man, medium skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone3_tone5:",shortname_alternates:[":couple_with_heart_woman_man_medium_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff"},"1f469-1f3fe-2764-1f468-1f3fb":{name:"couple with heart: woman, man, medium-dark skin tone, light skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone4_tone1:",shortname_alternates:[":couple_with_heart_woman_man_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb"},"1f469-1f3fe-2764-1f468-1f3fc":{name:"couple with heart: woman, man, medium-dark skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone4_tone2:",shortname_alternates:[":couple_with_heart_woman_man_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc"},"1f469-1f3fe-2764-1f468-1f3fd":{name:"couple with heart: woman, man, medium-dark skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone4_tone3:",shortname_alternates:[":couple_with_heart_woman_man_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd"},"1f469-1f3fe-2764-1f468-1f3fe":{name:"couple with heart: woman, man, medium-dark skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone4:",shortname_alternates:[":couple_with_heart_woman_man_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe"},"1f469-1f3fe-2764-1f468-1f3ff":{name:"couple with heart: woman, man, medium-dark skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone4_tone5:",shortname_alternates:[":couple_with_heart_woman_man_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff"},"1f469-1f3ff-2764-1f468-1f3fb":{name:"couple with heart: woman, man, dark skin tone, light skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone5_tone1:",shortname_alternates:[":couple_with_heart_woman_man_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb"},"1f469-1f3ff-2764-1f468-1f3fc":{name:"couple with heart: woman, man, dark skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone5_tone2:",shortname_alternates:[":couple_with_heart_woman_man_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc"},"1f469-1f3ff-2764-1f468-1f3fd":{name:"couple with heart: woman, man, dark skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone5_tone3:",shortname_alternates:[":couple_with_heart_woman_man_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd"},"1f469-1f3ff-2764-1f468-1f3fe":{name:"couple with heart: woman, man, dark skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone5_tone4:",shortname_alternates:[":couple_with_heart_woman_man_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe"},"1f469-1f3ff-2764-1f468-1f3ff":{name:"couple with heart: woman, man, dark skin tone",category:"people",shortname:":couple_with_heart_woman_man_tone5:",shortname_alternates:[":couple_with_heart_woman_man_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff"},"1f469-2764-1f469":{name:"couple with heart: woman, woman",category:"people",shortname:":couple_ww:",shortname_alternates:[":couple_with_heart_ww:"],keywords:["couple","love","woman","uc6"],unicode_output:"1f469-200d-2764-fe0f-200d-1f469"},"1f469-1f3fb-2764-1f469-1f3fb":{name:"couple with heart: woman, woman, light skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone1:",shortname_alternates:[":couple_with_heart_woman_woman_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fb"},"1f469-1f3fb-2764-1f469-1f3fc":{name:"couple with heart: woman, woman, light skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone1_tone2:",shortname_alternates:[":couple_with_heart_woman_woman_light_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fc"},"1f469-1f3fb-2764-1f469-1f3fd":{name:"couple with heart: woman, woman, light skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone1_tone3:",shortname_alternates:[":couple_with_heart_woman_woman_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fd"},"1f469-1f3fb-2764-1f469-1f3fe":{name:"couple with heart: woman, woman, light skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone1_tone4:",shortname_alternates:[":couple_with_heart_woman_woman_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fe"},"1f469-1f3fb-2764-1f469-1f3ff":{name:"couple with heart: woman, woman, light skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone1_tone5:",shortname_alternates:[":couple_with_heart_woman_woman_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3ff"},"1f469-1f3fc-2764-1f469-1f3fb":{name:"couple with heart: woman, woman, medium-light skin tone, light skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone2_tone1:",shortname_alternates:[":couple_with_heart_woman_woman_medium_light_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fb"},"1f469-1f3fc-2764-1f469-1f3fc":{name:"couple with heart: woman, woman, medium-light skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone2:",shortname_alternates:[":couple_with_heart_woman_woman_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fc"},"1f469-1f3fc-2764-1f469-1f3fd":{name:"couple with heart: woman, woman, medium-light skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone2_tone3:",shortname_alternates:[":couple_with_heart_woman_woman_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fd"},"1f469-1f3fc-2764-1f469-1f3fe":{name:"couple with heart: woman, woman, medium-light skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone2_tone4:",shortname_alternates:[":couple_with_heart_woman_woman_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fe"},"1f469-1f3fc-2764-1f469-1f3ff":{name:"couple with heart: woman, woman, medium-light skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone2_tone5:",shortname_alternates:[":couple_with_heart_woman_woman_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3ff"},"1f469-1f3fd-2764-1f469-1f3fb":{name:"couple with heart: woman, woman, medium skin tone, light skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone3_tone1:",shortname_alternates:[":couple_with_heart_woman_woman_medium_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fb"},"1f469-1f3fd-2764-1f469-1f3fc":{name:"couple with heart: woman, woman, medium skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone3_tone2:",shortname_alternates:[":couple_with_heart_woman_woman_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fc"},"1f469-1f3fd-2764-1f469-1f3fd":{name:"couple with heart: woman, woman, medium skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone3:",shortname_alternates:[":couple_with_heart_woman_woman_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fd"},"1f469-1f3fd-2764-1f469-1f3fe":{name:"couple with heart: woman, woman, medium skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone3_tone4:",shortname_alternates:[":couple_with_heart_woman_woman_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fe"},"1f469-1f3fd-2764-1f469-1f3ff":{name:"couple with heart: woman, woman, medium skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone3_tone5:",shortname_alternates:[":couple_with_heart_woman_woman_medium_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3ff"},"1f469-1f3fe-2764-1f469-1f3fb":{name:"couple with heart: woman, woman, medium-dark skin tone, light skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone4_tone1:",shortname_alternates:[":couple_with_heart_woman_woman_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fb"},"1f469-1f3fe-2764-1f469-1f3fc":{name:"couple with heart: woman, woman, medium-dark skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone4_tone2:",shortname_alternates:[":couple_with_heart_woman_woman_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fc"},"1f469-1f3fe-2764-1f469-1f3fd":{name:"couple with heart: woman, woman, medium-dark skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone4_tone3:",shortname_alternates:[":couple_with_heart_woman_woman_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fd"},"1f469-1f3fe-2764-1f469-1f3fe":{name:"couple with heart: woman, woman, medium-dark skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone4:",shortname_alternates:[":couple_with_heart_woman_woman_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fe"},"1f469-1f3fe-2764-1f469-1f3ff":{name:"couple with heart: woman, woman, medium-dark skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone4_tone5:",shortname_alternates:[":couple_with_heart_woman_woman_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3ff"},"1f469-1f3ff-2764-1f469-1f3fb":{name:"couple with heart: woman, woman, dark skin tone, light skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone5_tone1:",shortname_alternates:[":couple_with_heart_woman_woman_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fb"},"1f469-1f3ff-2764-1f469-1f3fc":{name:"couple with heart: woman, woman, dark skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone5_tone2:",shortname_alternates:[":couple_with_heart_woman_woman_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fc"},"1f469-1f3ff-2764-1f469-1f3fd":{name:"couple with heart: woman, woman, dark skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone5_tone3:",shortname_alternates:[":couple_with_heart_woman_woman_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fd"},"1f469-1f3ff-2764-1f469-1f3fe":{name:"couple with heart: woman, woman, dark skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone5_tone4:",shortname_alternates:[":couple_with_heart_woman_woman_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fe"},"1f469-1f3ff-2764-1f469-1f3ff":{name:"couple with heart: woman, woman, dark skin tone",category:"people",shortname:":couple_with_heart_woman_woman_tone5:",shortname_alternates:[":couple_with_heart_woman_woman_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3ff"},"1f468-2764-1f468":{name:"couple with heart: man, man",category:"people",shortname:":couple_mm:",shortname_alternates:[":couple_with_heart_mm:"],keywords:["couple","love","man","uc6"],unicode_output:"1f468-200d-2764-fe0f-200d-1f468"},"1f468-1f3fb-2764-1f468-1f3fb":{name:"couple with heart: man, man, light skin tone",category:"people",shortname:":couple_with_heart_man_man_tone1:",shortname_alternates:[":couple_with_heart_man_man_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb"},"1f468-1f3fb-2764-1f468-1f3fc":{name:"couple with heart: man, man, light skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_man_man_tone1_tone2:",shortname_alternates:[":couple_with_heart_man_man_light_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc"},"1f468-1f3fb-2764-1f468-1f3fd":{name:"couple with heart: man, man, light skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_man_man_tone1_tone3:",shortname_alternates:[":couple_with_heart_man_man_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd"},"1f468-1f3fb-2764-1f468-1f3fe":{name:"couple with heart: man, man, light skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_man_man_tone1_tone4:",shortname_alternates:[":couple_with_heart_man_man_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe"},"1f468-1f3fb-2764-1f468-1f3ff":{name:"couple with heart: man, man, light skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_man_man_tone1_tone5:",shortname_alternates:[":couple_with_heart_man_man_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff"},"1f468-1f3fc-2764-1f468-1f3fb":{name:"couple with heart: man, man, medium-light skin tone, light skin tone",category:"people",shortname:":couple_with_heart_man_man_tone2_tone1:",shortname_alternates:[":couple_with_heart_man_man_medium_light_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb"},"1f468-1f3fc-2764-1f468-1f3fc":{name:"couple with heart: man, man, medium-light skin tone",category:"people",shortname:":couple_with_heart_man_man_tone2:",shortname_alternates:[":couple_with_heart_man_man_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc"},"1f468-1f3fc-2764-1f468-1f3fd":{name:"couple with heart: man, man, medium-light skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_man_man_tone2_tone3:",shortname_alternates:[":couple_with_heart_man_man_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd"},"1f468-1f3fc-2764-1f468-1f3fe":{name:"couple with heart: man, man, medium-light skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_man_man_tone2_tone4:",shortname_alternates:[":couple_with_heart_man_man_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe"},"1f468-1f3fc-2764-1f468-1f3ff":{name:"couple with heart: man, man, medium-light skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_man_man_tone2_tone5:",shortname_alternates:[":couple_with_heart_man_man_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff"},"1f468-1f3fd-2764-1f468-1f3fb":{name:"couple with heart: man, man, medium skin tone, light skin tone",category:"people",shortname:":couple_with_heart_man_man_tone3_tone1:",shortname_alternates:[":couple_with_heart_man_man_medium_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb"},"1f468-1f3fd-2764-1f468-1f3fc":{name:"couple with heart: man, man, medium skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_man_man_tone3_tone2:",shortname_alternates:[":couple_with_heart_man_man_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc"},"1f468-1f3fd-2764-1f468-1f3fd":{name:"couple with heart: man, man, medium skin tone",category:"people",shortname:":couple_with_heart_man_man_tone3:",shortname_alternates:[":couple_with_heart_man_man_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd"},"1f468-1f3fd-2764-1f468-1f3fe":{name:"couple with heart: man, man, medium skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_man_man_tone3_tone4:",shortname_alternates:[":couple_with_heart_man_man_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe"},"1f468-1f3fd-2764-1f468-1f3ff":{name:"couple with heart: man, man, medium skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_man_man_tone3_tone5:",shortname_alternates:[":couple_with_heart_man_man_medium_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff"},"1f468-1f3fe-2764-1f468-1f3fb":{name:"couple with heart: man, man, medium-dark skin tone, light skin tone",category:"people",shortname:":couple_with_heart_man_man_tone4_tone1:",shortname_alternates:[":couple_with_heart_man_man_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb"},"1f468-1f3fe-2764-1f468-1f3fc":{name:"couple with heart: man, man, medium-dark skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_man_man_tone4_tone2:",shortname_alternates:[":couple_with_heart_man_man_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc"},"1f468-1f3fe-2764-1f468-1f3fd":{name:"couple with heart: man, man, medium-dark skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_man_man_tone4_tone3:",shortname_alternates:[":couple_with_heart_man_man_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd"},"1f468-1f3fe-2764-1f468-1f3fe":{name:"couple with heart: man, man, medium-dark skin tone",category:"people",shortname:":couple_with_heart_man_man_tone4:",shortname_alternates:[":couple_with_heart_man_man_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe"},"1f468-1f3fe-2764-1f468-1f3ff":{name:"couple with heart: man, man, medium-dark skin tone, dark skin tone",category:"people",shortname:":couple_with_heart_man_man_tone4_tone5:",shortname_alternates:[":couple_with_heart_man_man_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff"},"1f468-1f3ff-2764-1f468-1f3fb":{name:"couple with heart: man, man, dark skin tone, light skin tone",category:"people",shortname:":couple_with_heart_man_man_tone5_tone1:",shortname_alternates:[":couple_with_heart_man_man_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb"},"1f468-1f3ff-2764-1f468-1f3fc":{name:"couple with heart: man, man, dark skin tone, medium-light skin tone",category:"people",shortname:":couple_with_heart_man_man_tone5_tone2:",shortname_alternates:[":couple_with_heart_man_man_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc"},"1f468-1f3ff-2764-1f468-1f3fd":{name:"couple with heart: man, man, dark skin tone, medium skin tone",category:"people",shortname:":couple_with_heart_man_man_tone5_tone3:",shortname_alternates:[":couple_with_heart_man_man_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd"},"1f468-1f3ff-2764-1f468-1f3fe":{name:"couple with heart: man, man, dark skin tone, medium-dark skin tone",category:"people",shortname:":couple_with_heart_man_man_tone5_tone4:",shortname_alternates:[":couple_with_heart_man_man_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe"},"1f468-1f3ff-2764-1f468-1f3ff":{name:"couple with heart: man, man, dark skin tone",category:"people",shortname:":couple_with_heart_man_man_tone5:",shortname_alternates:[":couple_with_heart_man_man_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff"},"1f48f":{name:"kiss",category:"people",shortname:":couplekiss:",shortname_alternates:[],keywords:["couple","uc6"],unicode_output:"1f48f"},"1f48f-1f3fb":{name:"kiss: light skin tone",category:"people",shortname:":kiss_tone1:",shortname_alternates:[":kiss_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f48f-1f3fb"},"1f9d1-1f3fb-2764-1f48b-1f9d1-1f3fc":{name:"kiss: person, person, light skin tone, medium-light skin tone",category:"people",shortname:":kiss_person_person_tone1_tone2:",shortname_alternates:[":kiss_person_person_light_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc"},"1f9d1-1f3fb-2764-1f48b-1f9d1-1f3fd":{name:"kiss: person, person, light skin tone, medium skin tone",category:"people",shortname:":kiss_person_person_tone1_tone3:",shortname_alternates:[":kiss_person_person_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd"},"1f9d1-1f3fb-2764-1f48b-1f9d1-1f3fe":{name:"kiss: person, person, light skin tone, medium-dark skin tone",category:"people",shortname:":kiss_person_person_tone1_tone4:",shortname_alternates:[":kiss_person_person_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe"},"1f9d1-1f3fb-2764-1f48b-1f9d1-1f3ff":{name:"kiss: person, person, light skin tone, dark skin tone",category:"people",shortname:":kiss_person_person_tone1_tone5:",shortname_alternates:[":kiss_person_person_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff"},"1f9d1-1f3fc-2764-1f48b-1f9d1-1f3fb":{name:"kiss: person, person, medium-light skin tone, light skin tone",category:"people",shortname:":kiss_person_person_tone2_tone1:",shortname_alternates:[":kiss_person_person_medium_light_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb"},"1f48f-1f3fc":{name:"kiss: medium-light skin tone",category:"people",shortname:":kiss_tone2:",shortname_alternates:[":kiss_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f48f-1f3fc"},"1f9d1-1f3fc-2764-1f48b-1f9d1-1f3fd":{name:"kiss: person, person, medium-light skin tone, medium skin tone",category:"people",shortname:":kiss_person_person_tone2_tone3:",shortname_alternates:[":kiss_person_person_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd"},"1f9d1-1f3fc-2764-1f48b-1f9d1-1f3fe":{name:"kiss: person, person, medium-light skin tone, medium-dark skin tone",category:"people",shortname:":kiss_person_person_tone2_tone4:",shortname_alternates:[":kiss_person_person_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe"},"1f9d1-1f3fc-2764-1f48b-1f9d1-1f3ff":{name:"kiss: person, person, medium-light skin tone, dark skin tone",category:"people",shortname:":kiss_person_person_tone2_tone5:",shortname_alternates:[":kiss_person_person_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff"},"1f9d1-1f3fd-2764-1f48b-1f9d1-1f3fb":{name:"kiss: person, person, medium skin tone, light skin tone",category:"people",shortname:":kiss_person_person_tone3_tone1:",shortname_alternates:[":kiss_person_person_medium_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb"},"1f9d1-1f3fd-2764-1f48b-1f9d1-1f3fc":{name:"kiss: person, person, medium skin tone, medium-light skin tone",category:"people",shortname:":kiss_person_person_tone3_tone2:",shortname_alternates:[":kiss_person_person_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc"},"1f48f-1f3fd":{name:"kiss: medium skin tone",category:"people",shortname:":kiss_tone3:",shortname_alternates:[":kiss_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f48f-1f3fd"},"1f9d1-1f3fd-2764-1f48b-1f9d1-1f3fe":{name:"kiss: person, person, medium skin tone, medium-dark skin tone",category:"people",shortname:":kiss_person_person_tone3_tone4:",shortname_alternates:[":kiss_person_person_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe"},"1f9d1-1f3fd-2764-1f48b-1f9d1-1f3ff":{name:"kiss: person, person, medium skin tone, dark skin tone",category:"people",shortname:":kiss_person_person_tone3_tone5:",shortname_alternates:[":kiss_person_person_medium_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff"},"1f9d1-1f3fe-2764-1f48b-1f9d1-1f3fb":{name:"kiss: person, person, medium-dark skin tone, light skin tone",category:"people",shortname:":kiss_person_person_tone4_tone1:",shortname_alternates:[":kiss_person_person_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb"},"1f9d1-1f3fe-2764-1f48b-1f9d1-1f3fc":{name:"kiss: person, person, medium-dark skin tone, medium-light skin tone",category:"people",shortname:":kiss_person_person_tone4_tone2:",shortname_alternates:[":kiss_person_person_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc"},"1f9d1-1f3fe-2764-1f48b-1f9d1-1f3fd":{name:"kiss: person, person, medium-dark skin tone, medium skin tone",category:"people",shortname:":kiss_person_person_tone4_tone3:",shortname_alternates:[":kiss_person_person_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd"},"1f48f-1f3fe":{name:"kiss: medium-dark skin tone",category:"people",shortname:":kiss_tone4:",shortname_alternates:[":kiss_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f48f-1f3fe"},"1f9d1-1f3fe-2764-1f48b-1f9d1-1f3ff":{name:"kiss: person, person, medium-dark skin tone, dark skin tone",category:"people",shortname:":kiss_person_person_tone4_tone5:",shortname_alternates:[":kiss_person_person_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff"},"1f9d1-1f3ff-2764-1f48b-1f9d1-1f3fb":{name:"kiss: person, person, dark skin tone, light skin tone",category:"people",shortname:":kiss_person_person_tone5_tone1:",shortname_alternates:[":kiss_person_person_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb"},"1f9d1-1f3ff-2764-1f48b-1f9d1-1f3fc":{name:"kiss: person, person, dark skin tone, medium-light skin tone",category:"people",shortname:":kiss_person_person_tone5_tone2:",shortname_alternates:[":kiss_person_person_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc"},"1f9d1-1f3ff-2764-1f48b-1f9d1-1f3fd":{name:"kiss: person, person, dark skin tone, medium skin tone",category:"people",shortname:":kiss_person_person_tone5_tone3:",shortname_alternates:[":kiss_person_person_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd"},"1f48f-1f3ff":{name:"kiss: dark skin tone",category:"people",shortname:":kiss_tone5:",shortname_alternates:[":kiss_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f48f-1f3ff"},"1f469-2764-1f48b-1f468":{name:"kiss: woman, man",category:"people",shortname:":kiss_woman_man:",shortname_alternates:[],keywords:["couple","man","woman","uc6"],unicode_output:"1f469-200d-2764-fe0f-200d-1f48b-200d-1f468"},"1f469-1f3fb-2764-1f48b-1f468-1f3fb":{name:"kiss: woman, man, light skin tone",category:"people",shortname:":kiss_woman_man_tone1:",shortname_alternates:[":kiss_woman_man_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb"},"1f469-1f3fb-2764-1f48b-1f468-1f3fc":{name:"kiss: woman, man, light skin tone, medium-light skin tone",category:"people",shortname:":kiss_woman_man_tone1_tone2:",shortname_alternates:[":kiss_woman_man_light_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc"},"1f469-1f3fb-2764-1f48b-1f468-1f3fd":{name:"kiss: woman, man, light skin tone, medium skin tone",category:"people",shortname:":kiss_woman_man_tone1_tone3:",shortname_alternates:[":kiss_woman_man_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd"},"1f469-1f3fb-2764-1f48b-1f468-1f3fe":{name:"kiss: woman, man, light skin tone, medium-dark skin tone",category:"people",shortname:":kiss_woman_man_tone1_tone4:",shortname_alternates:[":kiss_woman_man_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe"},"1f469-1f3fb-2764-1f48b-1f468-1f3ff":{name:"kiss: woman, man, light skin tone, dark skin tone",category:"people",shortname:":kiss_woman_man_tone1_tone5:",shortname_alternates:[":kiss_woman_man_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff"},"1f469-1f3fc-2764-1f48b-1f468-1f3fb":{name:"kiss: woman, man, medium-light skin tone, light skin tone",category:"people",shortname:":kiss_woman_man_tone2_tone1:",shortname_alternates:[":kiss_woman_man_medium_light_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb"},"1f469-1f3fc-2764-1f48b-1f468-1f3fc":{name:"kiss: woman, man, medium-light skin tone",category:"people",shortname:":kiss_woman_man_tone2:",shortname_alternates:[":kiss_woman_man_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc"},"1f469-1f3fc-2764-1f48b-1f468-1f3fd":{name:"kiss: woman, man, medium-light skin tone, medium skin tone",category:"people",shortname:":kiss_woman_man_tone2_tone3:",shortname_alternates:[":kiss_woman_man_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd"},"1f469-1f3fc-2764-1f48b-1f468-1f3fe":{name:"kiss: woman, man, medium-light skin tone, medium-dark skin tone",category:"people",shortname:":kiss_woman_man_tone2_tone4:",shortname_alternates:[":kiss_woman_man_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe"},"1f469-1f3fc-2764-1f48b-1f468-1f3ff":{name:"kiss: woman, man, medium-light skin tone, dark skin tone",category:"people",shortname:":kiss_woman_man_tone2_tone5:",shortname_alternates:[":kiss_woman_man_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff"},"1f469-1f3fd-2764-1f48b-1f468-1f3fb":{name:"kiss: woman, man, medium skin tone, light skin tone",category:"people",shortname:":kiss_woman_man_tone3_tone1:",shortname_alternates:[":kiss_woman_man_medium_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb"},"1f469-1f3fd-2764-1f48b-1f468-1f3fc":{name:"kiss: woman, man, medium skin tone, medium-light skin tone",category:"people",shortname:":kiss_woman_man_tone3_tone2:",shortname_alternates:[":kiss_woman_man_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc"},"1f469-1f3fd-2764-1f48b-1f468-1f3fd":{name:"kiss: woman, man, medium skin tone",category:"people",shortname:":kiss_woman_man_tone3:",shortname_alternates:[":kiss_woman_man_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd"},"1f469-1f3fd-2764-1f48b-1f468-1f3fe":{name:"kiss: woman, man, medium skin tone, medium-dark skin tone",category:"people",shortname:":kiss_woman_man_tone3_tone4:",shortname_alternates:[":kiss_woman_man_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe"},"1f469-1f3fd-2764-1f48b-1f468-1f3ff":{name:"kiss: woman, man, medium skin tone, dark skin tone",category:"people",shortname:":kiss_woman_man_tone3_tone5:",shortname_alternates:[":kiss_woman_man_medium_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff"},"1f469-1f3fe-2764-1f48b-1f468-1f3fb":{name:"kiss: woman, man, medium-dark skin tone, light skin tone",category:"people",shortname:":kiss_woman_man_tone4_tone1:",shortname_alternates:[":kiss_woman_man_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb"},"1f469-1f3fe-2764-1f48b-1f468-1f3fc":{name:"kiss: woman, man, medium-dark skin tone, medium-light skin tone",category:"people",shortname:":kiss_woman_man_tone4_tone2:",shortname_alternates:[":kiss_woman_man_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc"},"1f469-1f3fe-2764-1f48b-1f468-1f3fd":{name:"kiss: woman, man, medium-dark skin tone, medium skin tone",category:"people",shortname:":kiss_woman_man_tone4_tone3:",shortname_alternates:[":kiss_woman_man_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd"},"1f469-1f3fe-2764-1f48b-1f468-1f3fe":{name:"kiss: woman, man, medium-dark skin tone",category:"people",shortname:":kiss_woman_man_tone4:",shortname_alternates:[":kiss_woman_man_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe"},"1f469-1f3fe-2764-1f48b-1f468-1f3ff":{name:"kiss: woman, man, medium-dark skin tone, dark skin tone",category:"people",shortname:":kiss_woman_man_tone4_tone5:",shortname_alternates:[":kiss_woman_man_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff"},"1f469-1f3ff-2764-1f48b-1f468-1f3fb":{name:"kiss: woman, man, dark skin tone, light skin tone",category:"people",shortname:":kiss_woman_man_tone5_tone1:",shortname_alternates:[":kiss_woman_man_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb"},"1f469-1f3ff-2764-1f48b-1f468-1f3fc":{name:"kiss: woman, man, dark skin tone, medium-light skin tone",category:"people",shortname:":kiss_woman_man_tone5_tone2:",shortname_alternates:[":kiss_woman_man_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc"},"1f469-1f3ff-2764-1f48b-1f468-1f3fd":{name:"kiss: woman, man, dark skin tone, medium skin tone",category:"people",shortname:":kiss_woman_man_tone5_tone3:",shortname_alternates:[":kiss_woman_man_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd"},"1f469-1f3ff-2764-1f48b-1f468-1f3fe":{name:"kiss: woman, man, dark skin tone, medium-dark skin tone",category:"people",shortname:":kiss_woman_man_tone5_tone4:",shortname_alternates:[":kiss_woman_man_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe"},"1f469-1f3ff-2764-1f48b-1f468-1f3ff":{name:"kiss: woman, man, dark skin tone",category:"people",shortname:":kiss_woman_man_tone5:",shortname_alternates:[":kiss_woman_man_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff"},"1f469-2764-1f48b-1f469":{name:"kiss: woman, woman",category:"people",shortname:":kiss_ww:",shortname_alternates:[":couplekiss_ww:"],keywords:["couple","woman","uc6"],unicode_output:"1f469-200d-2764-fe0f-200d-1f48b-200d-1f469"},"1f469-1f3fb-2764-1f48b-1f469-1f3fb":{name:"kiss: woman, woman, light skin tone",category:"people",shortname:":kiss_woman_woman_tone1:",shortname_alternates:[":kiss_woman_woman_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb"},"1f469-1f3fb-2764-1f48b-1f469-1f3fc":{name:"kiss: woman, woman, light skin tone, medium-light skin tone",category:"people",shortname:":kiss_woman_woman_tone1_tone2:",shortname_alternates:[":kiss_woman_woman_light_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc"},"1f469-1f3fb-2764-1f48b-1f469-1f3fd":{name:"kiss: woman, woman, light skin tone, medium skin tone",category:"people",shortname:":kiss_woman_woman_tone1_tone3:",shortname_alternates:[":kiss_woman_woman_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd"},"1f469-1f3fb-2764-1f48b-1f469-1f3fe":{name:"kiss: woman, woman, light skin tone, medium-dark skin tone",category:"people",shortname:":kiss_woman_woman_tone1_tone4:",shortname_alternates:[":kiss_woman_woman_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe"},"1f469-1f3fb-2764-1f48b-1f469-1f3ff":{name:"kiss: woman, woman, light skin tone, dark skin tone",category:"people",shortname:":kiss_woman_woman_tone1_tone5:",shortname_alternates:[":kiss_woman_woman_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff"},"1f469-1f3fc-2764-1f48b-1f469-1f3fb":{name:"kiss: woman, woman, medium-light skin tone, light skin tone",category:"people",shortname:":kiss_woman_woman_tone2_tone1:",shortname_alternates:[":kiss_woman_woman_medium_light_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb"},"1f469-1f3fc-2764-1f48b-1f469-1f3fc":{name:"kiss: woman, woman, medium-light skin tone",category:"people",shortname:":kiss_woman_woman_tone2:",shortname_alternates:[":kiss_woman_woman_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc"},"1f469-1f3fc-2764-1f48b-1f469-1f3fd":{name:"kiss: woman, woman, medium-light skin tone, medium skin tone",category:"people",shortname:":kiss_woman_woman_tone2_tone3:",shortname_alternates:[":kiss_woman_woman_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd"},"1f469-1f3fc-2764-1f48b-1f469-1f3fe":{name:"kiss: woman, woman, medium-light skin tone, medium-dark skin tone",category:"people",shortname:":kiss_woman_woman_tone2_tone4:",shortname_alternates:[":kiss_woman_woman_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe"},"1f469-1f3fc-2764-1f48b-1f469-1f3ff":{name:"kiss: woman, woman, medium-light skin tone, dark skin tone",category:"people",shortname:":kiss_woman_woman_tone2_tone5:",shortname_alternates:[":kiss_woman_woman_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff"},"1f469-1f3fd-2764-1f48b-1f469-1f3fb":{name:"kiss: woman, woman, medium skin tone, light skin tone",category:"people",shortname:":kiss_woman_woman_tone3_tone1:",shortname_alternates:[":kiss_woman_woman_medium_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb"},"1f469-1f3fd-2764-1f48b-1f469-1f3fc":{name:"kiss: woman, woman, medium skin tone, medium-light skin tone",category:"people",shortname:":kiss_woman_woman_tone3_tone2:",shortname_alternates:[":kiss_woman_woman_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc"},"1f469-1f3fd-2764-1f48b-1f469-1f3fd":{name:"kiss: woman, woman, medium skin tone",category:"people",shortname:":kiss_woman_woman_tone3:",shortname_alternates:[":kiss_woman_woman_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd"},"1f469-1f3fd-2764-1f48b-1f469-1f3fe":{name:"kiss: woman, woman, medium skin tone, medium-dark skin tone",category:"people",shortname:":kiss_woman_woman_tone3_tone4:",shortname_alternates:[":kiss_woman_woman_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe"},"1f469-1f3fd-2764-1f48b-1f469-1f3ff":{name:"kiss: woman, woman, medium skin tone, dark skin tone",category:"people",shortname:":kiss_woman_woman_tone3_tone5:",shortname_alternates:[":kiss_woman_woman_medium_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff"},"1f469-1f3fe-2764-1f48b-1f469-1f3fb":{name:"kiss: woman, woman, medium-dark skin tone, light skin tone",category:"people",shortname:":kiss_woman_woman_tone4_tone1:",shortname_alternates:[":kiss_woman_woman_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb"},"1f469-1f3fe-2764-1f48b-1f469-1f3fc":{name:"kiss: woman, woman, medium-dark skin tone, medium-light skin tone",category:"people",shortname:":kiss_woman_woman_tone4_tone2:",shortname_alternates:[":kiss_woman_woman_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc"},"1f469-1f3fe-2764-1f48b-1f469-1f3fd":{name:"kiss: woman, woman, medium-dark skin tone, medium skin tone",category:"people",shortname:":kiss_woman_woman_tone4_tone3:",shortname_alternates:[":kiss_woman_woman_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd"},"1f469-1f3fe-2764-1f48b-1f469-1f3fe":{name:"kiss: woman, woman, medium-dark skin tone",category:"people",shortname:":kiss_woman_woman_tone4:",shortname_alternates:[":kiss_woman_woman_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe"},"1f469-1f3fe-2764-1f48b-1f469-1f3ff":{name:"kiss: woman, woman, medium-dark skin tone, dark skin tone",category:"people",shortname:":kiss_woman_woman_tone4_tone5:",shortname_alternates:[":kiss_woman_woman_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff"},"1f469-1f3ff-2764-1f48b-1f469-1f3fb":{name:"kiss: woman, woman, dark skin tone, light skin tone",category:"people",shortname:":kiss_woman_woman_tone5_tone1:",shortname_alternates:[":kiss_woman_woman_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb"},"1f469-1f3ff-2764-1f48b-1f469-1f3fc":{name:"kiss: woman, woman, dark skin tone, medium-light skin tone",category:"people",shortname:":kiss_woman_woman_tone5_tone2:",shortname_alternates:[":kiss_woman_woman_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc"},"1f469-1f3ff-2764-1f48b-1f469-1f3fd":{name:"kiss: woman, woman, dark skin tone, medium skin tone",category:"people",shortname:":kiss_woman_woman_tone5_tone3:",shortname_alternates:[":kiss_woman_woman_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd"},"1f469-1f3ff-2764-1f48b-1f469-1f3fe":{name:"kiss: woman, woman, dark skin tone, medium-dark skin tone",category:"people",shortname:":kiss_woman_woman_tone5_tone4:",shortname_alternates:[":kiss_woman_woman_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe"},"1f469-1f3ff-2764-1f48b-1f469-1f3ff":{name:"kiss: woman, woman, dark skin tone",category:"people",shortname:":kiss_woman_woman_tone5:",shortname_alternates:[":kiss_woman_woman_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff"},"1f468-2764-1f48b-1f468":{name:"kiss: man, man",category:"people",shortname:":kiss_mm:",shortname_alternates:[":couplekiss_mm:"],keywords:["couple","man","uc6"],unicode_output:"1f468-200d-2764-fe0f-200d-1f48b-200d-1f468"},"1f468-1f3fb-2764-1f48b-1f468-1f3fb":{name:"kiss: man, man, light skin tone",category:"people",shortname:":kiss_man_man_tone1:",shortname_alternates:[":kiss_man_man_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb"},"1f468-1f3fb-2764-1f48b-1f468-1f3fc":{name:"kiss: man, man, light skin tone, medium-light skin tone",category:"people",shortname:":kiss_man_man_tone1_tone2:",shortname_alternates:[":kiss_man_man_light_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc"},"1f468-1f3fb-2764-1f48b-1f468-1f3fd":{name:"kiss: man, man, light skin tone, medium skin tone",category:"people",shortname:":kiss_man_man_tone1_tone3:",shortname_alternates:[":kiss_man_man_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd"},"1f468-1f3fb-2764-1f48b-1f468-1f3fe":{name:"kiss: man, man, light skin tone, medium-dark skin tone",category:"people",shortname:":kiss_man_man_tone1_tone4:",shortname_alternates:[":kiss_man_man_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe"},"1f468-1f3fb-2764-1f48b-1f468-1f3ff":{name:"kiss: man, man, light skin tone, dark skin tone",category:"people",shortname:":kiss_man_man_tone1_tone5:",shortname_alternates:[":kiss_man_man_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff"},"1f468-1f3fc-2764-1f48b-1f468-1f3fb":{name:"kiss: man, man, medium-light skin tone, light skin tone",category:"people",shortname:":kiss_man_man_tone2_tone1:",shortname_alternates:[":kiss_man_man_medium_light_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb"},"1f468-1f3fc-2764-1f48b-1f468-1f3fc":{name:"kiss: man, man, medium-light skin tone",category:"people",shortname:":kiss_man_man_tone2:",shortname_alternates:[":kiss_man_man_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc"},"1f468-1f3fc-2764-1f48b-1f468-1f3fd":{name:"kiss: man, man, medium-light skin tone, medium skin tone",category:"people",shortname:":kiss_man_man_tone2_tone3:",shortname_alternates:[":kiss_man_man_medium_light_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd"},"1f468-1f3fc-2764-1f48b-1f468-1f3fe":{name:"kiss: man, man, medium-light skin tone, medium-dark skin tone",category:"people",shortname:":kiss_man_man_tone2_tone4:",shortname_alternates:[":kiss_man_man_medium_light_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe"},"1f468-1f3fc-2764-1f48b-1f468-1f3ff":{name:"kiss: man, man, medium-light skin tone, dark skin tone",category:"people",shortname:":kiss_man_man_tone2_tone5:",shortname_alternates:[":kiss_man_man_medium_light_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff"},"1f468-1f3fd-2764-1f48b-1f468-1f3fb":{name:"kiss: man, man, medium skin tone, light skin tone",category:"people",shortname:":kiss_man_man_tone3_tone1:",shortname_alternates:[":kiss_man_man_medium_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb"},"1f468-1f3fd-2764-1f48b-1f468-1f3fc":{name:"kiss: man, man, medium skin tone, medium-light skin tone",category:"people",shortname:":kiss_man_man_tone3_tone2:",shortname_alternates:[":kiss_man_man_medium_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc"},"1f468-1f3fd-2764-1f48b-1f468-1f3fd":{name:"kiss: man, man, medium skin tone",category:"people",shortname:":kiss_man_man_tone3:",shortname_alternates:[":kiss_man_man_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd"},"1f468-1f3fd-2764-1f48b-1f468-1f3fe":{name:"kiss: man, man, medium skin tone, medium-dark skin tone",category:"people",shortname:":kiss_man_man_tone3_tone4:",shortname_alternates:[":kiss_man_man_medium_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe"},"1f468-1f3fd-2764-1f48b-1f468-1f3ff":{name:"kiss: man, man, medium skin tone, dark skin tone",category:"people",shortname:":kiss_man_man_tone3_tone5:",shortname_alternates:[":kiss_man_man_medium_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff"},"1f468-1f3fe-2764-1f48b-1f468-1f3fb":{name:"kiss: man, man, medium-dark skin tone, light skin tone",category:"people",shortname:":kiss_man_man_tone4_tone1:",shortname_alternates:[":kiss_man_man_medium_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb"},"1f468-1f3fe-2764-1f48b-1f468-1f3fc":{name:"kiss: man, man, medium-dark skin tone, medium-light skin tone",category:"people",shortname:":kiss_man_man_tone4_tone2:",shortname_alternates:[":kiss_man_man_medium_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc"},"1f468-1f3fe-2764-1f48b-1f468-1f3fd":{name:"kiss: man, man, medium-dark skin tone, medium skin tone",category:"people",shortname:":kiss_man_man_tone4_tone3:",shortname_alternates:[":kiss_man_man_medium_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd"},"1f468-1f3fe-2764-1f48b-1f468-1f3fe":{name:"kiss: man, man, medium-dark skin tone",category:"people",shortname:":kiss_man_man_tone4:",shortname_alternates:[":kiss_man_man_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe"},"1f468-1f3fe-2764-1f48b-1f468-1f3ff":{name:"kiss: man, man, medium-dark skin tone, dark skin tone",category:"people",shortname:":kiss_man_man_tone4_tone5:",shortname_alternates:[":kiss_man_man_medium_dark_skin_tone_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff"},"1f468-1f3ff-2764-1f48b-1f468-1f3fb":{name:"kiss: man, man, dark skin tone, light skin tone",category:"people",shortname:":kiss_man_man_tone5_tone1:",shortname_alternates:[":kiss_man_man_dark_skin_tone_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb"},"1f468-1f3ff-2764-1f48b-1f468-1f3fc":{name:"kiss: man, man, dark skin tone, medium-light skin tone",category:"people",shortname:":kiss_man_man_tone5_tone2:",shortname_alternates:[":kiss_man_man_dark_skin_tone_medium_light_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc"},"1f468-1f3ff-2764-1f48b-1f468-1f3fd":{name:"kiss: man, man, dark skin tone, medium skin tone",category:"people",shortname:":kiss_man_man_tone5_tone3:",shortname_alternates:[":kiss_man_man_dark_skin_tone_medium_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd"},"1f468-1f3ff-2764-1f48b-1f468-1f3fe":{name:"kiss: man, man, dark skin tone, medium-dark skin tone",category:"people",shortname:":kiss_man_man_tone5_tone4:",shortname_alternates:[":kiss_man_man_dark_skin_tone_medium_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe"},"1f468-1f3ff-2764-1f48b-1f468-1f3ff":{name:"kiss: man, man, dark skin tone",category:"people",shortname:":kiss_man_man_tone5:",shortname_alternates:[":kiss_man_man_dark_skin_tone:"],keywords:["uc13"],unicode_output:"1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff"},"1f46a":{name:"family",category:"people",shortname:":family:",shortname_alternates:[],keywords:["family","uc6"],unicode_output:"1f46a"},"1f468-1f469-1f466":{name:"family: man, woman, boy",category:"people",shortname:":family_man_woman_boy:",shortname_alternates:[],keywords:["boy","family","man","woman","uc6"],unicode_output:"1f468-200d-1f469-200d-1f466"},"1f468-1f469-1f467":{name:"family: man, woman, girl",category:"people",shortname:":family_mwg:",shortname_alternates:[],keywords:["family","girl","man","woman","uc6"],unicode_output:"1f468-200d-1f469-200d-1f467"},"1f468-1f469-1f467-1f466":{name:"family: man, woman, girl, boy",category:"people",shortname:":family_mwgb:",shortname_alternates:[],keywords:["boy","family","girl","man","woman","uc6"],unicode_output:"1f468-200d-1f469-200d-1f467-200d-1f466"},"1f468-1f469-1f466-1f466":{name:"family: man, woman, boy, boy",category:"people",shortname:":family_mwbb:",shortname_alternates:[],keywords:["boy","family","man","woman","uc6"],unicode_output:"1f468-200d-1f469-200d-1f466-200d-1f466"},"1f468-1f469-1f467-1f467":{name:"family: man, woman, girl, girl",category:"people",shortname:":family_mwgg:",shortname_alternates:[],keywords:["family","girl","man","woman","uc6"],unicode_output:"1f468-200d-1f469-200d-1f467-200d-1f467"},"1f469-1f469-1f466":{name:"family: woman, woman, boy",category:"people",shortname:":family_wwb:",shortname_alternates:[],keywords:["boy","family","woman","uc6"],unicode_output:"1f469-200d-1f469-200d-1f466"},"1f469-1f469-1f467":{name:"family: woman, woman, girl",category:"people",shortname:":family_wwg:",shortname_alternates:[],keywords:["family","girl","woman","uc6"],unicode_output:"1f469-200d-1f469-200d-1f467"},"1f469-1f469-1f467-1f466":{name:"family: woman, woman, girl, boy",category:"people",shortname:":family_wwgb:",shortname_alternates:[],keywords:["boy","family","girl","woman","uc6"],unicode_output:"1f469-200d-1f469-200d-1f467-200d-1f466"},"1f469-1f469-1f466-1f466":{name:"family: woman, woman, boy, boy",category:"people",shortname:":family_wwbb:",shortname_alternates:[],keywords:["boy","family","woman","uc6"],unicode_output:"1f469-200d-1f469-200d-1f466-200d-1f466"},"1f469-1f469-1f467-1f467":{name:"family: woman, woman, girl, girl",category:"people",shortname:":family_wwgg:",shortname_alternates:[],keywords:["family","girl","woman","uc6"],unicode_output:"1f469-200d-1f469-200d-1f467-200d-1f467"},"1f468-1f468-1f466":{name:"family: man, man, boy",category:"people",shortname:":family_mmb:",shortname_alternates:[],keywords:["boy","family","man","uc6"],unicode_output:"1f468-200d-1f468-200d-1f466"},"1f468-1f468-1f467":{name:"family: man, man, girl",category:"people",shortname:":family_mmg:",shortname_alternates:[],keywords:["family","girl","man","uc6"],unicode_output:"1f468-200d-1f468-200d-1f467"},"1f468-1f468-1f467-1f466":{name:"family: man, man, girl, boy",category:"people",shortname:":family_mmgb:",shortname_alternates:[],keywords:["boy","family","girl","man","uc6"],unicode_output:"1f468-200d-1f468-200d-1f467-200d-1f466"},"1f468-1f468-1f466-1f466":{name:"family: man, man, boy, boy",category:"people",shortname:":family_mmbb:",shortname_alternates:[],keywords:["boy","family","man","uc6"],unicode_output:"1f468-200d-1f468-200d-1f466-200d-1f466"},"1f468-1f468-1f467-1f467":{name:"family: man, man, girl, girl",category:"people",shortname:":family_mmgg:",shortname_alternates:[],keywords:["family","girl","man","uc6"],unicode_output:"1f468-200d-1f468-200d-1f467-200d-1f467"},"1f469-1f466":{name:"family: woman, boy",category:"people",shortname:":family_woman_boy:",shortname_alternates:[],keywords:["boy","family","woman","uc6"],unicode_output:"1f469-200d-1f466"},"1f469-1f467":{name:"family: woman, girl",category:"people",shortname:":family_woman_girl:",shortname_alternates:[],keywords:["family","girl","woman","uc6"],unicode_output:"1f469-200d-1f467"},"1f469-1f467-1f466":{name:"family: woman, girl, boy",category:"people",shortname:":family_woman_girl_boy:",shortname_alternates:[],keywords:["boy","family","girl","woman","uc6"],unicode_output:"1f469-200d-1f467-200d-1f466"},"1f469-1f466-1f466":{name:"family: woman, boy, boy",category:"people",shortname:":family_woman_boy_boy:",shortname_alternates:[],keywords:["boy","family","woman","uc6"],unicode_output:"1f469-200d-1f466-200d-1f466"},"1f469-1f467-1f467":{name:"family: woman, girl, girl",category:"people",shortname:":family_woman_girl_girl:",shortname_alternates:[],keywords:["family","girl","woman","uc6"],unicode_output:"1f469-200d-1f467-200d-1f467"},"1f468-1f466":{name:"family: man, boy",category:"people",shortname:":family_man_boy:",shortname_alternates:[],keywords:["boy","family","man","uc6"],unicode_output:"1f468-200d-1f466"},"1f468-1f467":{name:"family: man, girl",category:"people",shortname:":family_man_girl:",shortname_alternates:[],keywords:["family","girl","man","uc6"],unicode_output:"1f468-200d-1f467"},"1f468-1f467-1f466":{name:"family: man, girl, boy",category:"people",shortname:":family_man_girl_boy:",shortname_alternates:[],keywords:["boy","family","girl","man","uc6"],unicode_output:"1f468-200d-1f467-200d-1f466"},"1f468-1f466-1f466":{name:"family: man, boy, boy",category:"people",shortname:":family_man_boy_boy:",shortname_alternates:[],keywords:["boy","family","man","uc6"],unicode_output:"1f468-200d-1f466-200d-1f466"},"1f468-1f467-1f467":{name:"family: man, girl, girl",category:"people",shortname:":family_man_girl_girl:",shortname_alternates:[],keywords:["family","girl","man","uc6"],unicode_output:"1f468-200d-1f467-200d-1f467"},"1f9f6":{name:"yarn",category:"people",shortname:":yarn:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9f6"},"1f9f5":{name:"thread",category:"people",shortname:":thread:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9f5"},"1f9e5":{name:"coat",category:"people",shortname:":coat:",shortname_alternates:[],keywords:["jacket","uc10"],unicode_output:"1f9e5"},"1f97c":{name:"lab coat",category:"people",shortname:":lab_coat:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f97c"},"1f9ba":{name:"safety vest",category:"people",shortname:":safety_vest:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9ba"},"1f45a":{name:"woman’s clothes",category:"people",shortname:":womans_clothes:",shortname_alternates:[],keywords:["clothing","woman","uc6"],unicode_output:"1f45a"},"1f455":{name:"t-shirt",category:"people",shortname:":shirt:",shortname_alternates:[],keywords:["clothing","shirt","tshirt","uc6"],unicode_output:"1f455"},"1f456":{name:"jeans",category:"people",shortname:":jeans:",shortname_alternates:[],keywords:["clothing","pants","trousers","uc6"],unicode_output:"1f456"},"1fa72":{name:"briefs",category:"people",shortname:":briefs:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa72"},"1fa73":{name:"shorts",category:"people",shortname:":shorts:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa73"},"1f454":{name:"necktie",category:"people",shortname:":necktie:",shortname_alternates:[],keywords:["clothing","uc6"],unicode_output:"1f454"},"1f457":{name:"dress",category:"people",shortname:":dress:",shortname_alternates:[],keywords:["clothing","uc6"],unicode_output:"1f457"},"1f459":{name:"bikini",category:"people",shortname:":bikini:",shortname_alternates:[],keywords:["clothing","swim","uc6"],unicode_output:"1f459"},"1fa71":{name:"one-piece swimsuit",category:"people",shortname:":one_piece_swimsuit:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa71"},"1f458":{name:"kimono",category:"people",shortname:":kimono:",shortname_alternates:[],keywords:["clothing","uc6"],unicode_output:"1f458"},"1f97b":{name:"sari",category:"people",shortname:":sari:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f97b"},"1f97f":{name:"flat shoe",category:"people",shortname:":womans_flat_shoe:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f97f"},"1f460":{name:"high-heeled shoe",category:"people",shortname:":high_heel:",shortname_alternates:[],keywords:["clothing","heel","shoe","woman","uc6"],unicode_output:"1f460"},"1f461":{name:"woman’s sandal",category:"people",shortname:":sandal:",shortname_alternates:[],keywords:["clothing","sandal","shoe","woman","uc6"],unicode_output:"1f461"},"1f462":{name:"woman’s boot",category:"people",shortname:":boot:",shortname_alternates:[],keywords:["boot","clothing","shoe","woman","uc6"],unicode_output:"1f462"},"1f45e":{name:"man’s shoe",category:"people",shortname:":mans_shoe:",shortname_alternates:[],keywords:["clothing","man","shoe","uc6"],unicode_output:"1f45e"},"1f45f":{name:"running shoe",category:"people",shortname:":athletic_shoe:",shortname_alternates:[],keywords:["athletic","clothing","shoe","sneaker","uc6"],unicode_output:"1f45f"},"1f97e":{name:"hiking boot",category:"people",shortname:":hiking_boot:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f97e"},"1fa74":{name:"thong sandal",category:"people",shortname:":thong_sandal:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa74"},"1f9e6":{name:"socks",category:"people",shortname:":socks:",shortname_alternates:[],keywords:["stocking","uc10"],unicode_output:"1f9e6"},"1f9e4":{name:"gloves",category:"people",shortname:":gloves:",shortname_alternates:[],keywords:["hand","uc10"],unicode_output:"1f9e4"},"1f9e3":{name:"scarf",category:"people",shortname:":scarf:",shortname_alternates:[],keywords:["neck","uc10"],unicode_output:"1f9e3"},"1f3a9":{name:"top hat",category:"people",shortname:":tophat:",shortname_alternates:[],keywords:["clothing","hat","top","tophat","uc6"],unicode_output:"1f3a9"},"1f9e2":{name:"billed cap",category:"people",shortname:":billed_cap:",shortname_alternates:[],keywords:["baseball cap","uc10"],unicode_output:"1f9e2"},"1f452":{name:"woman’s hat",category:"people",shortname:":womans_hat:",shortname_alternates:[],keywords:["clothing","hat","woman","uc6"],unicode_output:"1f452"},"1f393":{name:"graduation cap",category:"people",shortname:":mortar_board:",shortname_alternates:[],keywords:["cap","celebration","clothing","graduation","hat","uc6"],unicode_output:"1f393"},"26d1":{name:"rescue worker’s helmet",category:"people",shortname:":helmet_with_cross:",shortname_alternates:[":helmet_with_white_cross:"],keywords:["aid","cross","face","hat","helmet","uc5"],unicode_output:"26d1-fe0f"},"1fa96":{name:"military helmet",category:"people",shortname:":military_helmet:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa96"},"1f451":{name:"crown",category:"people",shortname:":crown:",shortname_alternates:[],keywords:["clothing","king","queen","uc6"],unicode_output:"1f451"},"1f48d":{name:"ring",category:"people",shortname:":ring:",shortname_alternates:[],keywords:["diamond","uc6"],unicode_output:"1f48d"},"1f45d":{name:"clutch bag",category:"people",shortname:":pouch:",shortname_alternates:[],keywords:["bag","clothing","pouch","uc6"],unicode_output:"1f45d"},"1f45b":{name:"purse",category:"people",shortname:":purse:",shortname_alternates:[],keywords:["clothing","coin","uc6"],unicode_output:"1f45b"},"1f45c":{name:"handbag",category:"people",shortname:":handbag:",shortname_alternates:[],keywords:["bag","clothing","purse","uc6"],unicode_output:"1f45c"},"1f4bc":{name:"briefcase",category:"people",shortname:":briefcase:",shortname_alternates:[],keywords:["briefcase","uc6"],unicode_output:"1f4bc"},"1f392":{name:"backpack",category:"people",shortname:":school_satchel:",shortname_alternates:[],keywords:["bag","satchel","school","uc6"],unicode_output:"1f392"},"1f9f3":{name:"luggage",category:"people",shortname:":luggage:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9f3"},"1f453":{name:"glasses",category:"people",shortname:":eyeglasses:",shortname_alternates:[],keywords:["clothing","eye","eyeglasses","eyewear","uc6"],unicode_output:"1f453"},"1f576":{name:"sunglasses",category:"people",shortname:":dark_sunglasses:",shortname_alternates:[],keywords:["dark","eye","eyewear","glasses","uc7"],unicode_output:"1f576-fe0f"},"1f97d":{name:"goggles",category:"people",shortname:":goggles:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f97d"},"1f302":{name:"closed umbrella",category:"people",shortname:":closed_umbrella:",shortname_alternates:[],keywords:["clothing","rain","umbrella","uc6"],unicode_output:"1f302"},"1f9b1":{name:"curly hair",category:"people",shortname:":curly_haired:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b1"},"1f9b0":{name:"red hair",category:"people",shortname:":red_haired:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b0"},"1f9b3":{name:"white hair",category:"people",shortname:":white_haired:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b3"},"1f9b2":{name:"bald",category:"people",shortname:":bald:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9b2"},"1f436":{name:"dog face",category:"nature",shortname:":dog:",shortname_alternates:[],keywords:["dog","face","pet","uc6"],unicode_output:"1f436"},"1f431":{name:"cat face",category:"nature",shortname:":cat:",shortname_alternates:[],keywords:["cat","face","pet","uc6"],unicode_output:"1f431"},"1f42d":{name:"mouse face",category:"nature",shortname:":mouse:",shortname_alternates:[],keywords:["face","mouse","uc6"],unicode_output:"1f42d"},"1f439":{name:"hamster",category:"nature",shortname:":hamster:",shortname_alternates:[],keywords:["face","hamster","pet","uc6"],unicode_output:"1f439"},"1f430":{name:"rabbit face",category:"nature",shortname:":rabbit:",shortname_alternates:[],keywords:["bunny","face","pet","rabbit","uc6"],unicode_output:"1f430"},"1f98a":{name:"fox",category:"nature",shortname:":fox:",shortname_alternates:[":fox_face:"],keywords:["face","fox","uc9"],unicode_output:"1f98a"},"1f43b":{name:"bear",category:"nature",shortname:":bear:",shortname_alternates:[],keywords:["bear","face","uc6"],unicode_output:"1f43b"},"1f43c":{name:"panda",category:"nature",shortname:":panda_face:",shortname_alternates:[],keywords:["face","panda","uc6"],unicode_output:"1f43c"},"1f43b-2744":{name:"polar bear",category:"nature",shortname:":polar_bear:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f43b-200d-2744-fe0f"},"1f428":{name:"koala",category:"nature",shortname:":koala:",shortname_alternates:[],keywords:["bear","uc6"],unicode_output:"1f428"},"1f42f":{name:"tiger face",category:"nature",shortname:":tiger:",shortname_alternates:[],keywords:["face","tiger","uc6"],unicode_output:"1f42f"},"1f981":{name:"lion",category:"nature",shortname:":lion_face:",shortname_alternates:[":lion:"],keywords:["Leo","face","lion","zodiac","uc8"],unicode_output:"1f981"},"1f42e":{name:"cow face",category:"nature",shortname:":cow:",shortname_alternates:[],keywords:["cow","face","uc6"],unicode_output:"1f42e"},"1f437":{name:"pig face",category:"nature",shortname:":pig:",shortname_alternates:[],keywords:["face","pig","uc6"],unicode_output:"1f437"},"1f43d":{name:"pig nose",category:"nature",shortname:":pig_nose:",shortname_alternates:[],keywords:["face","nose","pig","uc6"],unicode_output:"1f43d"},"1f438":{name:"frog",category:"nature",shortname:":frog:",shortname_alternates:[],keywords:["face","frog","uc6"],unicode_output:"1f438"},"1f435":{name:"monkey face",category:"nature",shortname:":monkey_face:",shortname_alternates:[],keywords:["face","monkey","uc6"],unicode_output:"1f435"},"1f648":{name:"see-no-evil monkey",category:"nature",shortname:":see_no_evil:",shortname_alternates:[],keywords:["evil","face","forbidden","gesture","monkey","no","not","prohibited","see","uc6"],unicode_output:"1f648"},"1f649":{name:"hear-no-evil monkey",category:"nature",shortname:":hear_no_evil:",shortname_alternates:[],keywords:["evil","face","forbidden","gesture","hear","monkey","no","not","prohibited","uc6"],unicode_output:"1f649"},"1f64a":{name:"speak-no-evil monkey",category:"nature",shortname:":speak_no_evil:",shortname_alternates:[],keywords:["evil","face","forbidden","gesture","monkey","no","not","prohibited","speak","uc6"],unicode_output:"1f64a"},"1f412":{name:"monkey",category:"nature",shortname:":monkey:",shortname_alternates:[],keywords:["monkey","uc6"],unicode_output:"1f412"},"1f414":{name:"chicken",category:"nature",shortname:":chicken:",shortname_alternates:[],keywords:["bird","chicken","uc6"],unicode_output:"1f414"},"1f427":{name:"penguin",category:"nature",shortname:":penguin:",shortname_alternates:[],keywords:["bird","penguin","uc6"],unicode_output:"1f427"},"1f426":{name:"bird",category:"nature",shortname:":bird:",shortname_alternates:[],keywords:["bird","uc6"],unicode_output:"1f426"},"1f424":{name:"baby chick",category:"nature",shortname:":baby_chick:",shortname_alternates:[],keywords:["baby","bird","chick","uc6"],unicode_output:"1f424"},"1f423":{name:"hatching chick",category:"nature",shortname:":hatching_chick:",shortname_alternates:[],keywords:["baby","bird","chick","hatching","uc6"],unicode_output:"1f423"},"1f425":{name:"front-facing baby chick",category:"nature",shortname:":hatched_chick:",shortname_alternates:[],keywords:["baby","bird","chick","uc6"],unicode_output:"1f425"},"1f986":{name:"duck",category:"nature",shortname:":duck:",shortname_alternates:[],keywords:["bird","duck","uc9"],unicode_output:"1f986"},"1f9a4":{name:"dodo",category:"nature",shortname:":dodo:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f9a4"},"1f985":{name:"eagle",category:"nature",shortname:":eagle:",shortname_alternates:[],keywords:["bird","eagle","uc9"],unicode_output:"1f985"},"1f989":{name:"owl",category:"nature",shortname:":owl:",shortname_alternates:[],keywords:["bird","owl","wise","uc9"],unicode_output:"1f989"},"1f987":{name:"bat",category:"nature",shortname:":bat:",shortname_alternates:[],keywords:["bat","vampire","uc9"],unicode_output:"1f987"},"1f43a":{name:"wolf",category:"nature",shortname:":wolf:",shortname_alternates:[],keywords:["face","wolf","uc6"],unicode_output:"1f43a"},"1f417":{name:"boar",category:"nature",shortname:":boar:",shortname_alternates:[],keywords:["pig","uc6"],unicode_output:"1f417"},"1f434":{name:"horse face",category:"nature",shortname:":horse:",shortname_alternates:[],keywords:["face","horse","uc6"],unicode_output:"1f434"},"1f984":{name:"unicorn",category:"nature",shortname:":unicorn:",shortname_alternates:[":unicorn_face:"],keywords:["face","unicorn","uc8"],unicode_output:"1f984"},"1f41d":{name:"honeybee",category:"nature",shortname:":bee:",shortname_alternates:[],keywords:["bee","insect","uc6"],unicode_output:"1f41d"},"1f41b":{name:"bug",category:"nature",shortname:":bug:",shortname_alternates:[],keywords:["insect","uc6"],unicode_output:"1f41b"},"1f98b":{name:"butterfly",category:"nature",shortname:":butterfly:",shortname_alternates:[],keywords:["butterfly","insect","pretty","uc9"],unicode_output:"1f98b"},"1f40c":{name:"snail",category:"nature",shortname:":snail:",shortname_alternates:[],keywords:["snail","uc6"],unicode_output:"1f40c"},"1fab1":{name:"worm",category:"nature",shortname:":worm:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fab1"},"1f41e":{name:"lady beetle",category:"nature",shortname:":lady_beetle:",shortname_alternates:[],keywords:["beetle","insect","ladybird","ladybug","uc6"],unicode_output:"1f41e"},"1f41c":{name:"ant",category:"nature",shortname:":ant:",shortname_alternates:[],keywords:["insect","uc6"],unicode_output:"1f41c"},"1fab0":{name:"fly",category:"nature",shortname:":fly:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fab0"},"1f99f":{name:"mosquito",category:"nature",shortname:":mosquito:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f99f"},"1fab3":{name:"cockroach",category:"nature",shortname:":cockroach:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fab3"},"1fab2":{name:"beetle",category:"nature",shortname:":beetle:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fab2"},"1f997":{name:"cricket",category:"nature",shortname:":cricket:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f997"},"1f577":{name:"spider",category:"nature",shortname:":spider:",shortname_alternates:[],keywords:["insect","uc7"],unicode_output:"1f577-fe0f"},"1f578":{name:"spider web",category:"nature",shortname:":spider_web:",shortname_alternates:[],keywords:["spider","web","uc7"],unicode_output:"1f578-fe0f"},"1f982":{name:"scorpion",category:"nature",shortname:":scorpion:",shortname_alternates:[],keywords:["Scorpius","scorpio","zodiac","uc8"],unicode_output:"1f982"},"1f422":{name:"turtle",category:"nature",shortname:":turtle:",shortname_alternates:[],keywords:["terrapin","tortoise","turtle","uc6"],unicode_output:"1f422"},"1f40d":{name:"snake",category:"nature",shortname:":snake:",shortname_alternates:[],keywords:["Ophiuchus","bearer","serpent","zodiac","uc6"],unicode_output:"1f40d"},"1f98e":{name:"lizard",category:"nature",shortname:":lizard:",shortname_alternates:[],keywords:["lizard","reptile","uc9"],unicode_output:"1f98e"},"1f996":{name:"T-Rex",category:"nature",shortname:":t_rex:",shortname_alternates:[],keywords:["Tyrannosaurus Rex","uc10"],unicode_output:"1f996"},"1f995":{name:"sauropod",category:"nature",shortname:":sauropod:",shortname_alternates:[],keywords:["brachiosaurus","brontosaurus","diplodocus","uc10"],unicode_output:"1f995"},"1f419":{name:"octopus",category:"nature",shortname:":octopus:",shortname_alternates:[],keywords:["octopus","uc6"],unicode_output:"1f419"},"1f991":{name:"squid",category:"nature",shortname:":squid:",shortname_alternates:[],keywords:["food","molusc","squid","uc9"],unicode_output:"1f991"},"1f990":{name:"shrimp",category:"nature",shortname:":shrimp:",shortname_alternates:[],keywords:["food","shellfish","shrimp","small","uc9"],unicode_output:"1f990"},"1f99e":{name:"lobster",category:"nature",shortname:":lobster:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f99e"},"1f980":{name:"crab",category:"nature",shortname:":crab:",shortname_alternates:[],keywords:["Cancer","zodiac","uc8"],unicode_output:"1f980"},"1f421":{name:"blowfish",category:"nature",shortname:":blowfish:",shortname_alternates:[],keywords:["fish","uc6"],unicode_output:"1f421"},"1f420":{name:"tropical fish",category:"nature",shortname:":tropical_fish:",shortname_alternates:[],keywords:["fish","tropical","uc6"],unicode_output:"1f420"},"1f41f":{name:"fish",category:"nature",shortname:":fish:",shortname_alternates:[],keywords:["Pisces","zodiac","uc6"],unicode_output:"1f41f"},"1f9ad":{name:"seal",category:"nature",shortname:":seal:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f9ad"},"1f42c":{name:"dolphin",category:"nature",shortname:":dolphin:",shortname_alternates:[],keywords:["flipper","uc6"],unicode_output:"1f42c"},"1f433":{name:"spouting whale",category:"nature",shortname:":whale:",shortname_alternates:[],keywords:["face","spouting","whale","uc6"],unicode_output:"1f433"},"1f40b":{name:"whale",category:"nature",shortname:":whale2:",shortname_alternates:[],keywords:["whale","uc6"],unicode_output:"1f40b"},"1f988":{name:"shark",category:"nature",shortname:":shark:",shortname_alternates:[],keywords:["fish","shark","uc9"],unicode_output:"1f988"},"1f40a":{name:"crocodile",category:"nature",shortname:":crocodile:",shortname_alternates:[],keywords:["crocodile","uc6"],unicode_output:"1f40a"},"1f405":{name:"tiger",category:"nature",shortname:":tiger2:",shortname_alternates:[],keywords:["tiger","uc6"],unicode_output:"1f405"},"1f406":{name:"leopard",category:"nature",shortname:":leopard:",shortname_alternates:[],keywords:["leopard","uc6"],unicode_output:"1f406"},"1f993":{name:"zebra",category:"nature",shortname:":zebra:",shortname_alternates:[],keywords:["stripe","uc10"],unicode_output:"1f993"},"1f98d":{name:"gorilla",category:"nature",shortname:":gorilla:",shortname_alternates:[],keywords:["gorilla","uc9"],unicode_output:"1f98d"},"1f9a7":{name:"orangutan",category:"nature",shortname:":orangutan:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9a7"},"1f418":{name:"elephant",category:"nature",shortname:":elephant:",shortname_alternates:[],keywords:["elephant","uc6"],unicode_output:"1f418"},"1f9a3":{name:"mammoth",category:"nature",shortname:":mammoth:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f9a3"},"1f9ac":{name:"bison",category:"nature",shortname:":bison:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f9ac"},"1f99b":{name:"hippopotamus",category:"nature",shortname:":hippopotamus:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f99b"},"1f98f":{name:"rhinoceros",category:"nature",shortname:":rhino:",shortname_alternates:[":rhinoceros:"],keywords:["rhinoceros","uc9"],unicode_output:"1f98f"},"1f42a":{name:"camel",category:"nature",shortname:":dromedary_camel:",shortname_alternates:[],keywords:["dromedary","hump","uc6"],unicode_output:"1f42a"},"1f42b":{name:"two-hump camel",category:"nature",shortname:":camel:",shortname_alternates:[],keywords:["bactrian","camel","hump","uc6"],unicode_output:"1f42b"},"1f992":{name:"giraffe",category:"nature",shortname:":giraffe:",shortname_alternates:[],keywords:["spots","uc10"],unicode_output:"1f992"},"1f998":{name:"kangaroo",category:"nature",shortname:":kangaroo:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f998"},"1f403":{name:"water buffalo",category:"nature",shortname:":water_buffalo:",shortname_alternates:[],keywords:["buffalo","water","uc6"],unicode_output:"1f403"},"1f402":{name:"ox",category:"nature",shortname:":ox:",shortname_alternates:[],keywords:["Taurus","bull","zodiac","uc6"],unicode_output:"1f402"},"1f404":{name:"cow",category:"nature",shortname:":cow2:",shortname_alternates:[],keywords:["cow","uc6"],unicode_output:"1f404"},"1f40e":{name:"horse",category:"nature",shortname:":racehorse:",shortname_alternates:[],keywords:["equestrian","racehorse","racing","uc6"],unicode_output:"1f40e"},"1f416":{name:"pig",category:"nature",shortname:":pig2:",shortname_alternates:[],keywords:["sow","uc6"],unicode_output:"1f416"},"1f40f":{name:"ram",category:"nature",shortname:":ram:",shortname_alternates:[],keywords:["Aries","male","sheep","zodiac","uc6"],unicode_output:"1f40f"},"1f411":{name:"ewe",category:"nature",shortname:":sheep:",shortname_alternates:[],keywords:["female","sheep","uc6"],unicode_output:"1f411"},"1f999":{name:"llama",category:"nature",shortname:":llama:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f999"},"1f410":{name:"goat",category:"nature",shortname:":goat:",shortname_alternates:[],keywords:["Capricorn","zodiac","uc6"],unicode_output:"1f410"},"1f98c":{name:"deer",category:"nature",shortname:":deer:",shortname_alternates:[],keywords:["deer","uc9"],unicode_output:"1f98c"},"1f415":{name:"dog",category:"nature",shortname:":dog2:",shortname_alternates:[],keywords:["pet","uc6"],unicode_output:"1f415"},"1f429":{name:"poodle",category:"nature",shortname:":poodle:",shortname_alternates:[],keywords:["dog","uc6"],unicode_output:"1f429"},"1f9ae":{name:"guide dog",category:"nature",shortname:":guide_dog:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9ae"},"1f415-1f9ba":{name:"service dog",category:"nature",shortname:":service_dog:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f415-200d-1f9ba"},"1f408":{name:"cat",category:"nature",shortname:":cat2:",shortname_alternates:[],keywords:["pet","uc6"],unicode_output:"1f408"},"1f408-2b1b":{name:"black cat",category:"nature",shortname:":black_cat:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f408-200d-2b1b"},"1f413":{name:"rooster",category:"nature",shortname:":rooster:",shortname_alternates:[],keywords:["bird","rooster","uc6"],unicode_output:"1f413"},"1f983":{name:"turkey",category:"nature",shortname:":turkey:",shortname_alternates:[],keywords:["bird","turkey","uc8"],unicode_output:"1f983"},"1f99a":{name:"peacock",category:"nature",shortname:":peacock:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f99a"},"1f99c":{name:"parrot",category:"nature",shortname:":parrot:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f99c"},"1f9a2":{name:"swan",category:"nature",shortname:":swan:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9a2"},"1f9a9":{name:"flamingo",category:"nature",shortname:":flamingo:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9a9"},"1f54a":{name:"dove",category:"nature",shortname:":dove:",shortname_alternates:[":dove_of_peace:"],keywords:["bird","fly","peace","uc7"],unicode_output:"1f54a-fe0f"},"1f407":{name:"rabbit",category:"nature",shortname:":rabbit2:",shortname_alternates:[],keywords:["bunny","pet","uc6"],unicode_output:"1f407"},"1f99d":{name:"raccoon",category:"nature",shortname:":raccoon:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f99d"},"1f9a8":{name:"skunk",category:"nature",shortname:":skunk:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9a8"},"1f9a1":{name:"badger",category:"nature",shortname:":badger:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9a1"},"1f9ab":{name:"beaver",category:"nature",shortname:":beaver:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f9ab"},"1f9a6":{name:"otter",category:"nature",shortname:":otter:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9a6"},"1f9a5":{name:"sloth",category:"nature",shortname:":sloth:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9a5"},"1f401":{name:"mouse",category:"nature",shortname:":mouse2:",shortname_alternates:[],keywords:["mouse","uc6"],unicode_output:"1f401"},"1f400":{name:"rat",category:"nature",shortname:":rat:",shortname_alternates:[],keywords:["rat","uc6"],unicode_output:"1f400"},"1f43f":{name:"chipmunk",category:"nature",shortname:":chipmunk:",shortname_alternates:[],keywords:["chipmunk","uc7"],unicode_output:"1f43f-fe0f"},"1f994":{name:"hedgehog",category:"nature",shortname:":hedgehog:",shortname_alternates:[],keywords:["spiny","uc10"],unicode_output:"1f994"},"1f43e":{name:"paw prints",category:"nature",shortname:":feet:",shortname_alternates:[":paw_prints:"],keywords:["feet","paw","print","uc6"],unicode_output:"1f43e"},"1f409":{name:"dragon",category:"nature",shortname:":dragon:",shortname_alternates:[],keywords:["fairy tale","uc6"],unicode_output:"1f409"},"1f432":{name:"dragon face",category:"nature",shortname:":dragon_face:",shortname_alternates:[],keywords:["dragon","face","fairy tale","uc6"],unicode_output:"1f432"},"1f335":{name:"cactus",category:"nature",shortname:":cactus:",shortname_alternates:[],keywords:["plant","uc6"],unicode_output:"1f335"},"1f384":{name:"Christmas tree",category:"nature",shortname:":christmas_tree:",shortname_alternates:[],keywords:["Christmas","celebration","tree","uc6"],unicode_output:"1f384"},"1f332":{name:"evergreen tree",category:"nature",shortname:":evergreen_tree:",shortname_alternates:[],keywords:["tree","uc6"],unicode_output:"1f332"},"1f333":{name:"deciduous tree",category:"nature",shortname:":deciduous_tree:",shortname_alternates:[],keywords:["deciduous","shedding","tree","uc6"],unicode_output:"1f333"},"1f334":{name:"palm tree",category:"nature",shortname:":palm_tree:",shortname_alternates:[],keywords:["palm","tree","uc6"],unicode_output:"1f334"},"1f331":{name:"seedling",category:"nature",shortname:":seedling:",shortname_alternates:[],keywords:["young","uc6"],unicode_output:"1f331"},"1f33f":{name:"herb",category:"nature",shortname:":herb:",shortname_alternates:[],keywords:["leaf","uc6"],unicode_output:"1f33f"},"1f340":{name:"four leaf clover",category:"nature",shortname:":four_leaf_clover:",shortname_alternates:[],keywords:["4","clover","four","leaf","uc6"],unicode_output:"1f340"},"1f38d":{name:"pine decoration",category:"nature",shortname:":bamboo:",shortname_alternates:[],keywords:["Japanese","bamboo","celebration","pine","uc6"],unicode_output:"1f38d"},"1f38b":{name:"tanabata tree",category:"nature",shortname:":tanabata_tree:",shortname_alternates:[],keywords:["Japanese","banner","celebration","tree","uc6"],unicode_output:"1f38b"},"1f343":{name:"leaf fluttering in wind",category:"nature",shortname:":leaves:",shortname_alternates:[],keywords:["blow","flutter","leaf","wind","uc6"],unicode_output:"1f343"},"1f342":{name:"fallen leaf",category:"nature",shortname:":fallen_leaf:",shortname_alternates:[],keywords:["falling","leaf","uc6"],unicode_output:"1f342"},"1f341":{name:"maple leaf",category:"nature",shortname:":maple_leaf:",shortname_alternates:[],keywords:["falling","leaf","maple","uc6"],unicode_output:"1f341"},"1fab6":{name:"feather",category:"nature",shortname:":feather:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fab6"},"1f344":{name:"mushroom",category:"nature",shortname:":mushroom:",shortname_alternates:[],keywords:["toadstool","uc6"],unicode_output:"1f344"},"1f41a":{name:"spiral shell",category:"nature",shortname:":shell:",shortname_alternates:[],keywords:["shell","spiral","uc6"],unicode_output:"1f41a"},"1faa8":{name:"rock",category:"nature",shortname:":rock:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1faa8"},"1fab5":{name:"wood",category:"nature",shortname:":wood:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fab5"},"1f33e":{name:"sheaf of rice",category:"nature",shortname:":ear_of_rice:",shortname_alternates:[],keywords:["ear","grain","rice","uc6"],unicode_output:"1f33e"},"1fab4":{name:"potted plant",category:"nature",shortname:":potted_plant:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fab4"},"1f490":{name:"bouquet",category:"nature",shortname:":bouquet:",shortname_alternates:[],keywords:["flower","uc6"],unicode_output:"1f490"},"1f337":{name:"tulip",category:"nature",shortname:":tulip:",shortname_alternates:[],keywords:["flower","uc6"],unicode_output:"1f337"},"1f339":{name:"rose",category:"nature",shortname:":rose:",shortname_alternates:[],keywords:["flower","uc6"],unicode_output:"1f339"},"1f940":{name:"wilted flower",category:"nature",shortname:":wilted_rose:",shortname_alternates:[":wilted_flower:"],keywords:["flower","wilted","uc9"],unicode_output:"1f940"},"1f33a":{name:"hibiscus",category:"nature",shortname:":hibiscus:",shortname_alternates:[],keywords:["flower","uc6"],unicode_output:"1f33a"},"1f338":{name:"cherry blossom",category:"nature",shortname:":cherry_blossom:",shortname_alternates:[],keywords:["blossom","cherry","flower","uc6"],unicode_output:"1f338"},"1f33c":{name:"blossom",category:"nature",shortname:":blossom:",shortname_alternates:[],keywords:["flower","uc6"],unicode_output:"1f33c"},"1f33b":{name:"sunflower",category:"nature",shortname:":sunflower:",shortname_alternates:[],keywords:["flower","sun","uc6"],unicode_output:"1f33b"},"1f31e":{name:"sun with face",category:"nature",shortname:":sun_with_face:",shortname_alternates:[],keywords:["bright","face","sun","uc6"],unicode_output:"1f31e"},"1f31d":{name:"full moon face",category:"nature",shortname:":full_moon_with_face:",shortname_alternates:[],keywords:["bright","face","full","moon","uc6"],unicode_output:"1f31d"},"1f31b":{name:"first quarter moon face",category:"nature",shortname:":first_quarter_moon_with_face:",shortname_alternates:[],keywords:["face","moon","quarter","uc6"],unicode_output:"1f31b"},"1f31c":{name:"last quarter moon face",category:"nature",shortname:":last_quarter_moon_with_face:",shortname_alternates:[],keywords:["face","moon","quarter","uc6"],unicode_output:"1f31c"},"1f31a":{name:"new moon face",category:"nature",shortname:":new_moon_with_face:",shortname_alternates:[],keywords:["face","moon","uc6"],unicode_output:"1f31a"},"1f315":{name:"full moon",category:"nature",shortname:":full_moon:",shortname_alternates:[],keywords:["full","moon","uc6"],unicode_output:"1f315"},"1f316":{name:"waning gibbous moon",category:"nature",shortname:":waning_gibbous_moon:",shortname_alternates:[],keywords:["gibbous","moon","waning","uc6"],unicode_output:"1f316"},"1f317":{name:"last quarter moon",category:"nature",shortname:":last_quarter_moon:",shortname_alternates:[],keywords:["moon","quarter","uc6"],unicode_output:"1f317"},"1f318":{name:"waning crescent moon",category:"nature",shortname:":waning_crescent_moon:",shortname_alternates:[],keywords:["crescent","moon","waning","uc6"],unicode_output:"1f318"},"1f311":{name:"new moon",category:"nature",shortname:":new_moon:",shortname_alternates:[],keywords:["dark","moon","uc6"],unicode_output:"1f311"},"1f312":{name:"waxing crescent moon",category:"nature",shortname:":waxing_crescent_moon:",shortname_alternates:[],keywords:["crescent","moon","waxing","uc6"],unicode_output:"1f312"},"1f313":{name:"first quarter moon",category:"nature",shortname:":first_quarter_moon:",shortname_alternates:[],keywords:["moon","quarter","uc6"],unicode_output:"1f313"},"1f314":{name:"waxing gibbous moon",category:"nature",shortname:":waxing_gibbous_moon:",shortname_alternates:[],keywords:["gibbous","moon","waxing","uc6"],unicode_output:"1f314"},"1f319":{name:"crescent moon",category:"nature",shortname:":crescent_moon:",shortname_alternates:[],keywords:["crescent","moon","uc6"],unicode_output:"1f319"},"1f30e":{name:"globe showing Americas",category:"nature",shortname:":earth_americas:",shortname_alternates:[],keywords:["Americas","earth","globe","world","uc6"],unicode_output:"1f30e"},"1f30d":{name:"globe showing Europe-Africa",category:"nature",shortname:":earth_africa:",shortname_alternates:[],keywords:["Africa","Europe","earth","globe","world","uc6"],unicode_output:"1f30d"},"1f30f":{name:"globe showing Asia-Australia",category:"nature",shortname:":earth_asia:",shortname_alternates:[],keywords:["Asia","Australia","earth","globe","world","uc6"],unicode_output:"1f30f"},"1fa90":{name:"ringed planet",category:"nature",shortname:":ringed_planet:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa90"},"1f4ab":{name:"dizzy",category:"nature",shortname:":dizzy:",shortname_alternates:[],keywords:["comic","star","uc6"],unicode_output:"1f4ab"},"2b50":{name:"star",category:"nature",shortname:":star:",shortname_alternates:[],keywords:["star","uc5"],unicode_output:"2b50"},"1f31f":{name:"glowing star",category:"nature",shortname:":star2:",shortname_alternates:[],keywords:["glittery","glow","shining","sparkle","star","uc6"],unicode_output:"1f31f"},"26a1":{name:"high voltage",category:"nature",shortname:":zap:",shortname_alternates:[],keywords:["danger","electric","electricity","lightning","voltage","zap","uc4"],unicode_output:"26a1"},"1f4a5":{name:"collision",category:"nature",shortname:":boom:",shortname_alternates:[],keywords:["boom","comic","uc6"],unicode_output:"1f4a5"},"1f525":{name:"fire",category:"nature",shortname:":fire:",shortname_alternates:[":flame:"],keywords:["flame","tool","uc6"],unicode_output:"1f525"},"1f32a":{name:"tornado",category:"nature",shortname:":cloud_tornado:",shortname_alternates:[":cloud_with_tornado:"],keywords:["cloud","whirlwind","uc7"],unicode_output:"1f32a-fe0f"},"1f308":{name:"rainbow",category:"nature",shortname:":rainbow:",shortname_alternates:[],keywords:["rain","uc6"],unicode_output:"1f308"},"1f324":{name:"sun behind small cloud",category:"nature",shortname:":white_sun_small_cloud:",shortname_alternates:[":white_sun_with_small_cloud:"],keywords:["cloud","sun","uc7"],unicode_output:"1f324-fe0f"},"26c5":{name:"sun behind cloud",category:"nature",shortname:":partly_sunny:",shortname_alternates:[],keywords:["cloud","sun","uc5"],unicode_output:"26c5"},"1f325":{name:"sun behind large cloud",category:"nature",shortname:":white_sun_cloud:",shortname_alternates:[":white_sun_behind_cloud:"],keywords:["cloud","sun","uc7"],unicode_output:"1f325-fe0f"},"1f326":{name:"sun behind rain cloud",category:"nature",shortname:":white_sun_rain_cloud:",shortname_alternates:[":white_sun_behind_cloud_with_rain:"],keywords:["cloud","rain","sun","uc7"],unicode_output:"1f326-fe0f"},"1f327":{name:"cloud with rain",category:"nature",shortname:":cloud_rain:",shortname_alternates:[":cloud_with_rain:"],keywords:["cloud","rain","uc7"],unicode_output:"1f327-fe0f"},"26c8":{name:"cloud with lightning and rain",category:"nature",shortname:":thunder_cloud_rain:",shortname_alternates:[":thunder_cloud_and_rain:"],keywords:["cloud","rain","thunder","uc5"],unicode_output:"26c8-fe0f"},"1f329":{name:"cloud with lightning",category:"nature",shortname:":cloud_lightning:",shortname_alternates:[":cloud_with_lightning:"],keywords:["cloud","lightning","uc7"],unicode_output:"1f329-fe0f"},"1f328":{name:"cloud with snow",category:"nature",shortname:":cloud_snow:",shortname_alternates:[":cloud_with_snow:"],keywords:["cloud","cold","snow","uc7"],unicode_output:"1f328-fe0f"},"26c4":{name:"snowman without snow",category:"nature",shortname:":snowman:",shortname_alternates:[],keywords:["cold","snow","snowman","uc5"],unicode_output:"26c4"},"1f32c":{name:"wind face",category:"nature",shortname:":wind_blowing_face:",shortname_alternates:[],keywords:["blow","cloud","face","wind","uc7"],unicode_output:"1f32c-fe0f"},"1f4a8":{name:"dashing away",category:"nature",shortname:":dash:",shortname_alternates:[],keywords:["comic","dash","running","uc6"],unicode_output:"1f4a8"},"1f4a7":{name:"droplet",category:"nature",shortname:":droplet:",shortname_alternates:[],keywords:["cold","comic","drop","sweat","uc6"],unicode_output:"1f4a7"},"1f4a6":{name:"sweat droplets",category:"nature",shortname:":sweat_drops:",shortname_alternates:[],keywords:["comic","splashing","sweat","uc6"],unicode_output:"1f4a6"},"1f30a":{name:"water wave",category:"nature",shortname:":ocean:",shortname_alternates:[],keywords:["ocean","water","wave","uc6"],unicode_output:"1f30a"},"1f32b":{name:"fog",category:"nature",shortname:":fog:",shortname_alternates:[],keywords:["cloud","uc7"],unicode_output:"1f32b-fe0f"},"1f34f":{name:"green apple",category:"food",shortname:":green_apple:",shortname_alternates:[],keywords:["apple","fruit","green","uc6"],unicode_output:"1f34f"},"1f34e":{name:"red apple",category:"food",shortname:":apple:",shortname_alternates:[],keywords:["apple","fruit","red","uc6"],unicode_output:"1f34e"},"1f350":{name:"pear",category:"food",shortname:":pear:",shortname_alternates:[],keywords:["fruit","uc6"],unicode_output:"1f350"},"1f34a":{name:"tangerine",category:"food",shortname:":tangerine:",shortname_alternates:[],keywords:["fruit","orange","uc6"],unicode_output:"1f34a"},"1f34b":{name:"lemon",category:"food",shortname:":lemon:",shortname_alternates:[],keywords:["citrus","fruit","uc6"],unicode_output:"1f34b"},"1f34c":{name:"banana",category:"food",shortname:":banana:",shortname_alternates:[],keywords:["fruit","uc6"],unicode_output:"1f34c"},"1f349":{name:"watermelon",category:"food",shortname:":watermelon:",shortname_alternates:[],keywords:["fruit","uc6"],unicode_output:"1f349"},"1f347":{name:"grapes",category:"food",shortname:":grapes:",shortname_alternates:[],keywords:["fruit","grape","uc6"],unicode_output:"1f347"},"1fad0":{name:"blueberries",category:"food",shortname:":blueberries:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fad0"},"1f353":{name:"strawberry",category:"food",shortname:":strawberry:",shortname_alternates:[],keywords:["berry","fruit","uc6"],unicode_output:"1f353"},"1f348":{name:"melon",category:"food",shortname:":melon:",shortname_alternates:[],keywords:["fruit","uc6"],unicode_output:"1f348"},"1f352":{name:"cherries",category:"food",shortname:":cherries:",shortname_alternates:[],keywords:["cherry","fruit","uc6"],unicode_output:"1f352"},"1f351":{name:"peach",category:"food",shortname:":peach:",shortname_alternates:[],keywords:["fruit","uc6"],unicode_output:"1f351"},"1f96d":{name:"mango",category:"food",shortname:":mango:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f96d"},"1f34d":{name:"pineapple",category:"food",shortname:":pineapple:",shortname_alternates:[],keywords:["fruit","uc6"],unicode_output:"1f34d"},"1f965":{name:"coconut",category:"food",shortname:":coconut:",shortname_alternates:[],keywords:["palm","piña colada","uc10"],unicode_output:"1f965"},"1f95d":{name:"kiwi fruit",category:"food",shortname:":kiwi:",shortname_alternates:[":kiwifruit:"],keywords:["food","fruit","kiwi","uc9"],unicode_output:"1f95d"},"1f345":{name:"tomato",category:"food",shortname:":tomato:",shortname_alternates:[],keywords:["fruit","vegetable","uc6"],unicode_output:"1f345"},"1f346":{name:"eggplant",category:"food",shortname:":eggplant:",shortname_alternates:[],keywords:["aubergine","vegetable","uc6"],unicode_output:"1f346"},"1f951":{name:"avocado",category:"food",shortname:":avocado:",shortname_alternates:[],keywords:["avocado","food","fruit","uc9"],unicode_output:"1f951"},"1fad2":{name:"olive",category:"food",shortname:":olive:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fad2"},"1f966":{name:"broccoli",category:"food",shortname:":broccoli:",shortname_alternates:[],keywords:["wild cabbage","uc10"],unicode_output:"1f966"},"1f96c":{name:"leafy green",category:"food",shortname:":leafy_green:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f96c"},"1fad1":{name:"bell pepper",category:"food",shortname:":bell_pepper:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fad1"},"1f952":{name:"cucumber",category:"food",shortname:":cucumber:",shortname_alternates:[],keywords:["cucumber","food","pickle","vegetable","uc9"],unicode_output:"1f952"},"1f336":{name:"hot pepper",category:"food",shortname:":hot_pepper:",shortname_alternates:[],keywords:["hot","pepper","uc7"],unicode_output:"1f336-fe0f"},"1f33d":{name:"ear of corn",category:"food",shortname:":corn:",shortname_alternates:[],keywords:["corn","ear","maize","maze","uc6"],unicode_output:"1f33d"},"1f955":{name:"carrot",category:"food",shortname:":carrot:",shortname_alternates:[],keywords:["carrot","food","vegetable","uc9"],unicode_output:"1f955"},"1f9c4":{name:"garlic",category:"food",shortname:":garlic:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9c4"},"1f9c5":{name:"onion",category:"food",shortname:":onion:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9c5"},"1f954":{name:"potato",category:"food",shortname:":potato:",shortname_alternates:[],keywords:["food","potato","vegetable","uc9"],unicode_output:"1f954"},"1f360":{name:"roasted sweet potato",category:"food",shortname:":sweet_potato:",shortname_alternates:[],keywords:["potato","roasted","sweet","uc6"],unicode_output:"1f360"},"1f950":{name:"croissant",category:"food",shortname:":croissant:",shortname_alternates:[],keywords:["bread","crescent roll","croissant","food","french","uc9"],unicode_output:"1f950"},"1f96f":{name:"bagel",category:"food",shortname:":bagel:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f96f"},"1f35e":{name:"bread",category:"food",shortname:":bread:",shortname_alternates:[],keywords:["loaf","uc6"],unicode_output:"1f35e"},"1f956":{name:"baguette bread",category:"food",shortname:":french_bread:",shortname_alternates:[":baguette_bread:"],keywords:["baguette","bread","food","french","uc9"],unicode_output:"1f956"},"1fad3":{name:"flatbread",category:"food",shortname:":flatbread:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fad3"},"1f968":{name:"pretzel",category:"food",shortname:":pretzel:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f968"},"1f9c0":{name:"cheese wedge",category:"food",shortname:":cheese:",shortname_alternates:[":cheese_wedge:"],keywords:["cheese","uc8"],unicode_output:"1f9c0"},"1f95a":{name:"egg",category:"food",shortname:":egg:",shortname_alternates:[],keywords:["egg","food","uc9"],unicode_output:"1f95a"},"1f373":{name:"cooking",category:"food",shortname:":cooking:",shortname_alternates:[],keywords:["egg","frying","pan","uc6"],unicode_output:"1f373"},"1f9c8":{name:"butter",category:"food",shortname:":butter:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9c8"},"1f95e":{name:"pancakes",category:"food",shortname:":pancakes:",shortname_alternates:[],keywords:["crêpe","food","hotcake","pancake","uc9"],unicode_output:"1f95e"},"1f9c7":{name:"waffle",category:"food",shortname:":waffle:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9c7"},"1f953":{name:"bacon",category:"food",shortname:":bacon:",shortname_alternates:[],keywords:["bacon","food","meat","uc9"],unicode_output:"1f953"},"1f969":{name:"cut of meat",category:"food",shortname:":cut_of_meat:",shortname_alternates:[],keywords:["chop","lambchop","porkchop","steak","uc10"],unicode_output:"1f969"},"1f357":{name:"poultry leg",category:"food",shortname:":poultry_leg:",shortname_alternates:[],keywords:["bone","chicken","leg","poultry","uc6"],unicode_output:"1f357"},"1f356":{name:"meat on bone",category:"food",shortname:":meat_on_bone:",shortname_alternates:[],keywords:["bone","meat","uc6"],unicode_output:"1f356"},"1f32d":{name:"hot dog",category:"food",shortname:":hotdog:",shortname_alternates:[":hot_dog:"],keywords:["frankfurter","hotdog","sausage","uc8"],unicode_output:"1f32d"},"1f354":{name:"hamburger",category:"food",shortname:":hamburger:",shortname_alternates:[],keywords:["burger","uc6"],unicode_output:"1f354"},"1f35f":{name:"french fries",category:"food",shortname:":fries:",shortname_alternates:[],keywords:["french","fries","uc6"],unicode_output:"1f35f"},"1f355":{name:"pizza",category:"food",shortname:":pizza:",shortname_alternates:[],keywords:["cheese","slice","uc6"],unicode_output:"1f355"},"1f96a":{name:"sandwich",category:"food",shortname:":sandwich:",shortname_alternates:[],keywords:["bread","uc10"],unicode_output:"1f96a"},"1f959":{name:"stuffed flatbread",category:"food",shortname:":stuffed_flatbread:",shortname_alternates:[":stuffed_pita:"],keywords:["falafel","flatbread","food","gyro","kebab","stuffed","uc9"],unicode_output:"1f959"},"1f9c6":{name:"falafel",category:"food",shortname:":falafel:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9c6"},"1f32e":{name:"taco",category:"food",shortname:":taco:",shortname_alternates:[],keywords:["mexican","uc8"],unicode_output:"1f32e"},"1f32f":{name:"burrito",category:"food",shortname:":burrito:",shortname_alternates:[],keywords:["mexican","wrap","uc8"],unicode_output:"1f32f"},"1fad4":{name:"tamale",category:"food",shortname:":tamale:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fad4"},"1f957":{name:"green salad",category:"food",shortname:":salad:",shortname_alternates:[":green_salad:"],keywords:["food","green","salad","uc9"],unicode_output:"1f957"},"1f958":{name:"shallow pan of food",category:"food",shortname:":shallow_pan_of_food:",shortname_alternates:[":paella:"],keywords:["casserole","food","paella","pan","shallow","uc9"],unicode_output:"1f958"},"1fad5":{name:"fondue",category:"food",shortname:":fondue:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fad5"},"1f96b":{name:"canned food",category:"food",shortname:":canned_food:",shortname_alternates:[],keywords:["can","uc10"],unicode_output:"1f96b"},"1f35d":{name:"spaghetti",category:"food",shortname:":spaghetti:",shortname_alternates:[],keywords:["pasta","uc6"],unicode_output:"1f35d"},"1f35c":{name:"steaming bowl",category:"food",shortname:":ramen:",shortname_alternates:[],keywords:["bowl","noodle","ramen","steaming","uc6"],unicode_output:"1f35c"},"1f372":{name:"pot of food",category:"food",shortname:":stew:",shortname_alternates:[],keywords:["pot","stew","uc6"],unicode_output:"1f372"},"1f35b":{name:"curry rice",category:"food",shortname:":curry:",shortname_alternates:[],keywords:["curry","rice","uc6"],unicode_output:"1f35b"},"1f363":{name:"sushi",category:"food",shortname:":sushi:",shortname_alternates:[],keywords:["sushi","uc6"],unicode_output:"1f363"},"1f371":{name:"bento box",category:"food",shortname:":bento:",shortname_alternates:[],keywords:["bento","box","uc6"],unicode_output:"1f371"},"1f95f":{name:"dumpling",category:"food",shortname:":dumpling:",shortname_alternates:[],keywords:["empanada","gyōza","jiaozi","pierogi","potsticker","uc10"],unicode_output:"1f95f"},"1f9aa":{name:"oyster",category:"food",shortname:":oyster:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9aa"},"1f364":{name:"fried shrimp",category:"food",shortname:":fried_shrimp:",shortname_alternates:[],keywords:["fried","prawn","shrimp","tempura","uc6"],unicode_output:"1f364"},"1f359":{name:"rice ball",category:"food",shortname:":rice_ball:",shortname_alternates:[],keywords:["Japanese","ball","rice","uc6"],unicode_output:"1f359"},"1f35a":{name:"cooked rice",category:"food",shortname:":rice:",shortname_alternates:[],keywords:["cooked","rice","uc6"],unicode_output:"1f35a"},"1f358":{name:"rice cracker",category:"food",shortname:":rice_cracker:",shortname_alternates:[],keywords:["cracker","rice","uc6"],unicode_output:"1f358"},"1f365":{name:"fish cake with swirl",category:"food",shortname:":fish_cake:",shortname_alternates:[],keywords:["cake","fish","pastry","swirl","uc6"],unicode_output:"1f365"},"1f960":{name:"fortune cookie",category:"food",shortname:":fortune_cookie:",shortname_alternates:[],keywords:["prophecy","uc10"],unicode_output:"1f960"},"1f96e":{name:"moon cake",category:"food",shortname:":moon_cake:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f96e"},"1f362":{name:"oden",category:"food",shortname:":oden:",shortname_alternates:[],keywords:["kebab","seafood","skewer","stick","uc6"],unicode_output:"1f362"},"1f361":{name:"dango",category:"food",shortname:":dango:",shortname_alternates:[],keywords:["Japanese","dessert","skewer","stick","sweet","uc6"],unicode_output:"1f361"},"1f367":{name:"shaved ice",category:"food",shortname:":shaved_ice:",shortname_alternates:[],keywords:["dessert","ice","shaved","sweet","uc6"],unicode_output:"1f367"},"1f368":{name:"ice cream",category:"food",shortname:":ice_cream:",shortname_alternates:[],keywords:["cream","dessert","ice","sweet","uc6"],unicode_output:"1f368"},"1f366":{name:"soft ice cream",category:"food",shortname:":icecream:",shortname_alternates:[],keywords:["cream","dessert","ice","icecream","soft","sweet","uc6"],unicode_output:"1f366"},"1f967":{name:"pie",category:"food",shortname:":pie:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f967"},"1f9c1":{name:"cupcake",category:"food",shortname:":cupcake:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9c1"},"1f370":{name:"shortcake",category:"food",shortname:":cake:",shortname_alternates:[],keywords:["cake","dessert","pastry","slice","sweet","uc6"],unicode_output:"1f370"},"1f382":{name:"birthday cake",category:"food",shortname:":birthday:",shortname_alternates:[],keywords:["birthday","cake","celebration","dessert","pastry","sweet","uc6"],unicode_output:"1f382"},"1f36e":{name:"custard",category:"food",shortname:":custard:",shortname_alternates:[":pudding:",":flan:"],keywords:["dessert","pudding","sweet","uc6"],unicode_output:"1f36e"},"1f36d":{name:"lollipop",category:"food",shortname:":lollipop:",shortname_alternates:[],keywords:["candy","dessert","sweet","uc6"],unicode_output:"1f36d"},"1f36c":{name:"candy",category:"food",shortname:":candy:",shortname_alternates:[],keywords:["dessert","sweet","uc6"],unicode_output:"1f36c"},"1f36b":{name:"chocolate bar",category:"food",shortname:":chocolate_bar:",shortname_alternates:[],keywords:["bar","chocolate","dessert","sweet","uc6"],unicode_output:"1f36b"},"1f37f":{name:"popcorn",category:"food",shortname:":popcorn:",shortname_alternates:[],keywords:["popcorn","uc8"],unicode_output:"1f37f"},"1f369":{name:"doughnut",category:"food",shortname:":doughnut:",shortname_alternates:[],keywords:["dessert","donut","sweet","uc6"],unicode_output:"1f369"},"1f36a":{name:"cookie",category:"food",shortname:":cookie:",shortname_alternates:[],keywords:["dessert","sweet","uc6"],unicode_output:"1f36a"},"1f330":{name:"chestnut",category:"food",shortname:":chestnut:",shortname_alternates:[],keywords:["plant","uc6"],unicode_output:"1f330"},"1f95c":{name:"peanuts",category:"food",shortname:":peanuts:",shortname_alternates:[":shelled_peanut:"],keywords:["food","nut","peanut","vegetable","uc9"],unicode_output:"1f95c"},"1f36f":{name:"honey pot",category:"food",shortname:":honey_pot:",shortname_alternates:[],keywords:["honey","honeypot","pot","sweet","uc6"],unicode_output:"1f36f"},"1f95b":{name:"glass of milk",category:"food",shortname:":milk:",shortname_alternates:[":glass_of_milk:"],keywords:["drink","glass","milk","uc9"],unicode_output:"1f95b"},"1f37c":{name:"baby bottle",category:"food",shortname:":baby_bottle:",shortname_alternates:[],keywords:["baby","bottle","drink","milk","uc6"],unicode_output:"1f37c"},"1f375":{name:"teacup without handle",category:"food",shortname:":tea:",shortname_alternates:[],keywords:["beverage","cup","drink","tea","teacup","uc6"],unicode_output:"1f375"},"1fad6":{name:"teapot",category:"food",shortname:":teapot:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fad6"},"1f9c9":{name:"mate",category:"food",shortname:":mate:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9c9"},"1f9cb":{name:"bubble tea",category:"food",shortname:":bubble_tea:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f9cb"},"1f9c3":{name:"beverage box",category:"food",shortname:":beverage_box:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9c3"},"1f964":{name:"cup with straw",category:"food",shortname:":cup_with_straw:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f964"},"1f376":{name:"sake",category:"food",shortname:":sake:",shortname_alternates:[],keywords:["bar","beverage","bottle","cup","drink","uc6"],unicode_output:"1f376"},"1f37a":{name:"beer mug",category:"food",shortname:":beer:",shortname_alternates:[],keywords:["bar","beer","drink","mug","uc6"],unicode_output:"1f37a"},"1f37b":{name:"clinking beer mugs",category:"food",shortname:":beers:",shortname_alternates:[],keywords:["bar","beer","clink","drink","mug","uc6"],unicode_output:"1f37b"},"1f942":{name:"clinking glasses",category:"food",shortname:":champagne_glass:",shortname_alternates:[":clinking_glass:"],keywords:["celebrate","clink","drink","glass","uc9"],unicode_output:"1f942"},"1f377":{name:"wine glass",category:"food",shortname:":wine_glass:",shortname_alternates:[],keywords:["bar","beverage","drink","glass","wine","uc6"],unicode_output:"1f377"},"1f943":{name:"tumbler glass",category:"food",shortname:":tumbler_glass:",shortname_alternates:[":whisky:"],keywords:["glass","liquor","shot","tumbler","whisky","uc9"],unicode_output:"1f943"},"1f378":{name:"cocktail glass",category:"food",shortname:":cocktail:",shortname_alternates:[],keywords:["bar","cocktail","drink","glass","uc6"],unicode_output:"1f378"},"1f379":{name:"tropical drink",category:"food",shortname:":tropical_drink:",shortname_alternates:[],keywords:["bar","drink","tropical","uc6"],unicode_output:"1f379"},"1f37e":{name:"bottle with popping cork",category:"food",shortname:":champagne:",shortname_alternates:[":bottle_with_popping_cork:"],keywords:["bar","bottle","cork","drink","popping","uc8"],unicode_output:"1f37e"},"1f9ca":{name:"ice cube",category:"food",shortname:":ice_cube:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9ca"},"1f944":{name:"spoon",category:"food",shortname:":spoon:",shortname_alternates:[],keywords:["spoon","tableware","uc9"],unicode_output:"1f944"},"1f374":{name:"fork and knife",category:"food",shortname:":fork_and_knife:",shortname_alternates:[],keywords:["cooking","fork","knife","uc6"],unicode_output:"1f374"},"1f37d":{name:"fork and knife with plate",category:"food",shortname:":fork_knife_plate:",shortname_alternates:[":fork_and_knife_with_plate:"],keywords:["cooking","fork","knife","plate","uc7"],unicode_output:"1f37d-fe0f"},"1f963":{name:"bowl with spoon",category:"food",shortname:":bowl_with_spoon:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f963"},"1f961":{name:"takeout box",category:"food",shortname:":takeout_box:",shortname_alternates:[],keywords:["oyster pail","uc10"],unicode_output:"1f961"},"1f962":{name:"chopsticks",category:"food",shortname:":chopsticks:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f962"},"1f9c2":{name:"salt",category:"food",shortname:":salt:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9c2"},"26bd":{name:"soccer ball",category:"activity",shortname:":soccer:",shortname_alternates:[],keywords:["ball","football","soccer","uc5"],unicode_output:"26bd"},"1f3c0":{name:"basketball",category:"activity",shortname:":basketball:",shortname_alternates:[],keywords:["ball","hoop","uc6"],unicode_output:"1f3c0"},"1f3c8":{name:"american football",category:"activity",shortname:":football:",shortname_alternates:[],keywords:["american","ball","football","uc6"],unicode_output:"1f3c8"},"26be":{name:"baseball",category:"activity",shortname:":baseball:",shortname_alternates:[],keywords:["ball","uc5"],unicode_output:"26be"},"1f94e":{name:"softball",category:"activity",shortname:":softball:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f94e"},"1f3be":{name:"tennis",category:"activity",shortname:":tennis:",shortname_alternates:[],keywords:["ball","racquet","uc6"],unicode_output:"1f3be"},"1f3d0":{name:"volleyball",category:"activity",shortname:":volleyball:",shortname_alternates:[],keywords:["ball","game","uc8"],unicode_output:"1f3d0"},"1f3c9":{name:"rugby football",category:"activity",shortname:":rugby_football:",shortname_alternates:[],keywords:["ball","football","rugby","uc6"],unicode_output:"1f3c9"},"1f94f":{name:"flying disc",category:"activity",shortname:":flying_disc:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f94f"},"1fa83":{name:"boomerang",category:"activity",shortname:":boomerang:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa83"},"1f3b1":{name:"pool 8 ball",category:"activity",shortname:":8ball:",shortname_alternates:[],keywords:["8","8 ball","ball","billiard","eight","game","uc6"],unicode_output:"1f3b1"},"1fa80":{name:"yo-yo",category:"activity",shortname:":yo_yo:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa80"},"1f3d3":{name:"ping pong",category:"activity",shortname:":ping_pong:",shortname_alternates:[":table_tennis:"],keywords:["ball","bat","game","paddle","ping pong","table tennis","uc8"],unicode_output:"1f3d3"},"1f3f8":{name:"badminton",category:"activity",shortname:":badminton:",shortname_alternates:[],keywords:["birdie","game","racquet","shuttlecock","uc8"],unicode_output:"1f3f8"},"1f3d2":{name:"ice hockey",category:"activity",shortname:":hockey:",shortname_alternates:[],keywords:["game","hockey","ice","puck","stick","uc8"],unicode_output:"1f3d2"},"1f3d1":{name:"field hockey",category:"activity",shortname:":field_hockey:",shortname_alternates:[],keywords:["ball","field","game","hockey","stick","uc8"],unicode_output:"1f3d1"},"1f94d":{name:"lacrosse",category:"activity",shortname:":lacrosse:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f94d"},"1f3cf":{name:"cricket game",category:"activity",shortname:":cricket_game:",shortname_alternates:[":cricket_bat_ball:"],keywords:["ball","bat","game","uc8"],unicode_output:"1f3cf"},"1f945":{name:"goal net",category:"activity",shortname:":goal:",shortname_alternates:[":goal_net:"],keywords:["goal","net","uc9"],unicode_output:"1f945"},"26f3":{name:"flag in hole",category:"activity",shortname:":golf:",shortname_alternates:[],keywords:["golf","hole","uc5"],unicode_output:"26f3"},"1fa81":{name:"kite",category:"activity",shortname:":kite:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa81"},"1f3f9":{name:"bow and arrow",category:"activity",shortname:":bow_and_arrow:",shortname_alternates:[":archery:"],keywords:["Sagittarius","archer","archery","arrow","bow","tool","weapon","zodiac","uc8"],unicode_output:"1f3f9"},"1f3a3":{name:"fishing pole",category:"activity",shortname:":fishing_pole_and_fish:",shortname_alternates:[],keywords:["fish","pole","uc6"],unicode_output:"1f3a3"},"1f93f":{name:"diving mask",category:"activity",shortname:":diving_mask:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f93f"},"1f94a":{name:"boxing glove",category:"activity",shortname:":boxing_glove:",shortname_alternates:[":boxing_gloves:"],keywords:["boxing","glove","uc9"],unicode_output:"1f94a"},"1f94b":{name:"martial arts uniform",category:"activity",shortname:":martial_arts_uniform:",shortname_alternates:[":karate_uniform:"],keywords:["judo","karate","martial arts","taekwondo","uniform","uc9"],unicode_output:"1f94b"},"1f3bd":{name:"running shirt",category:"activity",shortname:":running_shirt_with_sash:",shortname_alternates:[],keywords:["athletics","running","sash","shirt","uc6"],unicode_output:"1f3bd"},"1f6f9":{name:"skateboard",category:"activity",shortname:":skateboard:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f6f9"},"1f6fc":{name:"roller skate",category:"activity",shortname:":roller_skate:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f6fc"},"1f6f7":{name:"sled",category:"activity",shortname:":sled:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f6f7"},"26f8":{name:"ice skate",category:"activity",shortname:":ice_skate:",shortname_alternates:[],keywords:["ice","skate","uc5"],unicode_output:"26f8-fe0f"},"1f94c":{name:"curling stone",category:"activity",shortname:":curling_stone:",shortname_alternates:[],keywords:["game","rock","uc10"],unicode_output:"1f94c"},"1f3bf":{name:"skis",category:"activity",shortname:":ski:",shortname_alternates:[],keywords:["ski","snow","uc6"],unicode_output:"1f3bf"},"26f7":{name:"skier",category:"activity",shortname:":skier:",shortname_alternates:[],keywords:["ski","snow","uc5"],unicode_output:"26f7-fe0f"},"1f3c2":{name:"snowboarder",category:"activity",shortname:":snowboarder:",shortname_alternates:[],keywords:["ski","snow","snowboard","uc6"],unicode_output:"1f3c2"},"1f3c2-1f3fb":{name:"snowboarder: light skin tone",category:"activity",shortname:":snowboarder_tone1:",shortname_alternates:[":snowboarder_light_skin_tone:"],keywords:["light skin tone","ski","snow","snowboard","uc8"],unicode_output:"1f3c2-1f3fb"},"1f3c2-1f3fc":{name:"snowboarder: medium-light skin tone",category:"activity",shortname:":snowboarder_tone2:",shortname_alternates:[":snowboarder_medium_light_skin_tone:"],keywords:["medium-light skin tone","ski","snow","snowboard","uc8"],unicode_output:"1f3c2-1f3fc"},"1f3c2-1f3fd":{name:"snowboarder: medium skin tone",category:"activity",shortname:":snowboarder_tone3:",shortname_alternates:[":snowboarder_medium_skin_tone:"],keywords:["medium skin tone","ski","snow","snowboard","uc8"],unicode_output:"1f3c2-1f3fd"},"1f3c2-1f3fe":{name:"snowboarder: medium-dark skin tone",category:"activity",shortname:":snowboarder_tone4:",shortname_alternates:[":snowboarder_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","ski","snow","snowboard","uc8"],unicode_output:"1f3c2-1f3fe"},"1f3c2-1f3ff":{name:"snowboarder: dark skin tone",category:"activity",shortname:":snowboarder_tone5:",shortname_alternates:[":snowboarder_dark_skin_tone:"],keywords:["dark skin tone","ski","snow","snowboard","uc8"],unicode_output:"1f3c2-1f3ff"},"1fa82":{name:"parachute",category:"activity",shortname:":parachute:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa82"},"1f3cb":{name:"person lifting weights",category:"activity",shortname:":person_lifting_weights:",shortname_alternates:[":lifter:",":weight_lifter:"],keywords:["lifter","weight","uc7"],unicode_output:"1f3cb"},"1f3cb-1f3fb":{name:"person lifting weights: light skin tone",category:"activity",shortname:":person_lifting_weights_tone1:",shortname_alternates:[":lifter_tone1:",":weight_lifter_tone1:"],keywords:["lifter","light skin tone","weight","uc8"],unicode_output:"1f3cb-1f3fb"},"1f3cb-1f3fc":{name:"person lifting weights: medium-light skin tone",category:"activity",shortname:":person_lifting_weights_tone2:",shortname_alternates:[":lifter_tone2:",":weight_lifter_tone2:"],keywords:["lifter","medium-light skin tone","weight","uc8"],unicode_output:"1f3cb-1f3fc"},"1f3cb-1f3fd":{name:"person lifting weights: medium skin tone",category:"activity",shortname:":person_lifting_weights_tone3:",shortname_alternates:[":lifter_tone3:",":weight_lifter_tone3:"],keywords:["lifter","medium skin tone","weight","uc8"],unicode_output:"1f3cb-1f3fd"},"1f3cb-1f3fe":{name:"person lifting weights: medium-dark skin tone",category:"activity",shortname:":person_lifting_weights_tone4:",shortname_alternates:[":lifter_tone4:",":weight_lifter_tone4:"],keywords:["lifter","medium-dark skin tone","weight","uc8"],unicode_output:"1f3cb-1f3fe"},"1f3cb-1f3ff":{name:"person lifting weights: dark skin tone",category:"activity",shortname:":person_lifting_weights_tone5:",shortname_alternates:[":lifter_tone5:",":weight_lifter_tone5:"],keywords:["dark skin tone","lifter","weight","uc8"],unicode_output:"1f3cb-1f3ff"},"1f3cb-2640":{name:"woman lifting weights",category:"activity",shortname:":woman_lifting_weights:",shortname_alternates:[],keywords:["weight lifter","woman","uc7"],unicode_output:"1f3cb-fe0f-200d-2640-fe0f"},"1f3cb-1f3fb-2640":{name:"woman lifting weights: light skin tone",category:"activity",shortname:":woman_lifting_weights_tone1:",shortname_alternates:[":woman_lifting_weights_light_skin_tone:"],keywords:["light skin tone","weight lifter","woman","uc8"],unicode_output:"1f3cb-1f3fb-200d-2640-fe0f"},"1f3cb-1f3fc-2640":{name:"woman lifting weights: medium-light skin tone",category:"activity",shortname:":woman_lifting_weights_tone2:",shortname_alternates:[":woman_lifting_weights_medium_light_skin_tone:"],keywords:["medium-light skin tone","weight lifter","woman","uc8"],unicode_output:"1f3cb-1f3fc-200d-2640-fe0f"},"1f3cb-1f3fd-2640":{name:"woman lifting weights: medium skin tone",category:"activity",shortname:":woman_lifting_weights_tone3:",shortname_alternates:[":woman_lifting_weights_medium_skin_tone:"],keywords:["medium skin tone","weight lifter","woman","uc8"],unicode_output:"1f3cb-1f3fd-200d-2640-fe0f"},"1f3cb-1f3fe-2640":{name:"woman lifting weights: medium-dark skin tone",category:"activity",shortname:":woman_lifting_weights_tone4:",shortname_alternates:[":woman_lifting_weights_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","weight lifter","woman","uc8"],unicode_output:"1f3cb-1f3fe-200d-2640-fe0f"},"1f3cb-1f3ff-2640":{name:"woman lifting weights: dark skin tone",category:"activity",shortname:":woman_lifting_weights_tone5:",shortname_alternates:[":woman_lifting_weights_dark_skin_tone:"],keywords:["dark skin tone","weight lifter","woman","uc8"],unicode_output:"1f3cb-1f3ff-200d-2640-fe0f"},"1f3cb-2642":{name:"man lifting weights",category:"activity",shortname:":man_lifting_weights:",shortname_alternates:[],keywords:["man","weight lifter","uc7"],unicode_output:"1f3cb-fe0f-200d-2642-fe0f"},"1f3cb-1f3fb-2642":{name:"man lifting weights: light skin tone",category:"activity",shortname:":man_lifting_weights_tone1:",shortname_alternates:[":man_lifting_weights_light_skin_tone:"],keywords:["light skin tone","man","weight lifter","uc8"],unicode_output:"1f3cb-1f3fb-200d-2642-fe0f"},"1f3cb-1f3fc-2642":{name:"man lifting weights: medium-light skin tone",category:"activity",shortname:":man_lifting_weights_tone2:",shortname_alternates:[":man_lifting_weights_medium_light_skin_tone:"],keywords:["man","medium-light skin tone","weight lifter","uc8"],unicode_output:"1f3cb-1f3fc-200d-2642-fe0f"},"1f3cb-1f3fd-2642":{name:"man lifting weights: medium skin tone",category:"activity",shortname:":man_lifting_weights_tone3:",shortname_alternates:[":man_lifting_weights_medium_skin_tone:"],keywords:["man","medium skin tone","weight lifter","uc8"],unicode_output:"1f3cb-1f3fd-200d-2642-fe0f"},"1f3cb-1f3fe-2642":{name:"man lifting weights: medium-dark skin tone",category:"activity",shortname:":man_lifting_weights_tone4:",shortname_alternates:[":man_lifting_weights_medium_dark_skin_tone:"],keywords:["man","medium-dark skin tone","weight lifter","uc8"],unicode_output:"1f3cb-1f3fe-200d-2642-fe0f"},"1f3cb-1f3ff-2642":{name:"man lifting weights: dark skin tone",category:"activity",shortname:":man_lifting_weights_tone5:",shortname_alternates:[":man_lifting_weights_dark_skin_tone:"],keywords:["dark skin tone","man","weight lifter","uc8"],unicode_output:"1f3cb-1f3ff-200d-2642-fe0f"},"1f93c":{name:"people wrestling",category:"activity",shortname:":people_wrestling:",shortname_alternates:[":wrestlers:",":wrestling:"],keywords:["wrestle","wrestler","uc9"],unicode_output:"1f93c"},"1f93c-2640":{name:"women wrestling",category:"activity",shortname:":women_wrestling:",shortname_alternates:[],keywords:["women","wrestle","uc9"],unicode_output:"1f93c-200d-2640-fe0f"},"1f93c-2642":{name:"men wrestling",category:"activity",shortname:":men_wrestling:",shortname_alternates:[],keywords:["men","wrestle","uc9"],unicode_output:"1f93c-200d-2642-fe0f"},"1f938":{name:"person cartwheeling",category:"activity",shortname:":person_doing_cartwheel:",shortname_alternates:[":cartwheel:"],keywords:["cartwheel","gymnastics","uc9"],unicode_output:"1f938"},"1f938-1f3fb":{name:"person cartwheeling: light skin tone",category:"activity",shortname:":person_doing_cartwheel_tone1:",shortname_alternates:[":cartwheel_tone1:"],keywords:["cartwheel","gymnastics","light skin tone","uc9"],unicode_output:"1f938-1f3fb"},"1f938-1f3fc":{name:"person cartwheeling: medium-light skin tone",category:"activity",shortname:":person_doing_cartwheel_tone2:",shortname_alternates:[":cartwheel_tone2:"],keywords:["cartwheel","gymnastics","medium-light skin tone","uc9"],unicode_output:"1f938-1f3fc"},"1f938-1f3fd":{name:"person cartwheeling: medium skin tone",category:"activity",shortname:":person_doing_cartwheel_tone3:",shortname_alternates:[":cartwheel_tone3:"],keywords:["cartwheel","gymnastics","medium skin tone","uc9"],unicode_output:"1f938-1f3fd"},"1f938-1f3fe":{name:"person cartwheeling: medium-dark skin tone",category:"activity",shortname:":person_doing_cartwheel_tone4:",shortname_alternates:[":cartwheel_tone4:"],keywords:["cartwheel","gymnastics","medium-dark skin tone","uc9"],unicode_output:"1f938-1f3fe"},"1f938-1f3ff":{name:"person cartwheeling: dark skin tone",category:"activity",shortname:":person_doing_cartwheel_tone5:",shortname_alternates:[":cartwheel_tone5:"],keywords:["cartwheel","dark skin tone","gymnastics","uc9"],unicode_output:"1f938-1f3ff"},"1f938-2640":{name:"woman cartwheeling",category:"activity",shortname:":woman_cartwheeling:",shortname_alternates:[],keywords:["cartwheel","gymnastics","woman","uc9"],unicode_output:"1f938-200d-2640-fe0f"},"1f938-1f3fb-2640":{name:"woman cartwheeling: light skin tone",category:"activity",shortname:":woman_cartwheeling_tone1:",shortname_alternates:[":woman_cartwheeling_light_skin_tone:"],keywords:["cartwheel","gymnastics","light skin tone","woman","uc9"],unicode_output:"1f938-1f3fb-200d-2640-fe0f"},"1f938-1f3fc-2640":{name:"woman cartwheeling: medium-light skin tone",category:"activity",shortname:":woman_cartwheeling_tone2:",shortname_alternates:[":woman_cartwheeling_medium_light_skin_tone:"],keywords:["cartwheel","gymnastics","medium-light skin tone","woman","uc9"],unicode_output:"1f938-1f3fc-200d-2640-fe0f"},"1f938-1f3fd-2640":{name:"woman cartwheeling: medium skin tone",category:"activity",shortname:":woman_cartwheeling_tone3:",shortname_alternates:[":woman_cartwheeling_medium_skin_tone:"],keywords:["cartwheel","gymnastics","medium skin tone","woman","uc9"],unicode_output:"1f938-1f3fd-200d-2640-fe0f"},"1f938-1f3fe-2640":{name:"woman cartwheeling: medium-dark skin tone",category:"activity",shortname:":woman_cartwheeling_tone4:",shortname_alternates:[":woman_cartwheeling_medium_dark_skin_tone:"],keywords:["cartwheel","gymnastics","medium-dark skin tone","woman","uc9"],unicode_output:"1f938-1f3fe-200d-2640-fe0f"},"1f938-1f3ff-2640":{name:"woman cartwheeling: dark skin tone",category:"activity",shortname:":woman_cartwheeling_tone5:",shortname_alternates:[":woman_cartwheeling_dark_skin_tone:"],keywords:["cartwheel","dark skin tone","gymnastics","woman","uc9"],unicode_output:"1f938-1f3ff-200d-2640-fe0f"},"1f938-2642":{name:"man cartwheeling",category:"activity",shortname:":man_cartwheeling:",shortname_alternates:[],keywords:["cartwheel","gymnastics","man","uc9"],unicode_output:"1f938-200d-2642-fe0f"},"1f938-1f3fb-2642":{name:"man cartwheeling: light skin tone",category:"activity",shortname:":man_cartwheeling_tone1:",shortname_alternates:[":man_cartwheeling_light_skin_tone:"],keywords:["cartwheel","gymnastics","light skin tone","man","uc9"],unicode_output:"1f938-1f3fb-200d-2642-fe0f"},"1f938-1f3fc-2642":{name:"man cartwheeling: medium-light skin tone",category:"activity",shortname:":man_cartwheeling_tone2:",shortname_alternates:[":man_cartwheeling_medium_light_skin_tone:"],keywords:["cartwheel","gymnastics","man","medium-light skin tone","uc9"],unicode_output:"1f938-1f3fc-200d-2642-fe0f"},"1f938-1f3fd-2642":{name:"man cartwheeling: medium skin tone",category:"activity",shortname:":man_cartwheeling_tone3:",shortname_alternates:[":man_cartwheeling_medium_skin_tone:"],keywords:["cartwheel","gymnastics","man","medium skin tone","uc9"],unicode_output:"1f938-1f3fd-200d-2642-fe0f"},"1f938-1f3fe-2642":{name:"man cartwheeling: medium-dark skin tone",category:"activity",shortname:":man_cartwheeling_tone4:",shortname_alternates:[":man_cartwheeling_medium_dark_skin_tone:"],keywords:["cartwheel","gymnastics","man","medium-dark skin tone","uc9"],unicode_output:"1f938-1f3fe-200d-2642-fe0f"},"1f938-1f3ff-2642":{name:"man cartwheeling: dark skin tone",category:"activity",shortname:":man_cartwheeling_tone5:",shortname_alternates:[":man_cartwheeling_dark_skin_tone:"],keywords:["cartwheel","dark skin tone","gymnastics","man","uc9"],unicode_output:"1f938-1f3ff-200d-2642-fe0f"},"26f9":{name:"person bouncing ball",category:"activity",shortname:":person_bouncing_ball:",shortname_alternates:[":basketball_player:",":person_with_ball:"],keywords:["ball","uc5"],unicode_output:"26f9"},"26f9-1f3fb":{name:"person bouncing ball: light skin tone",category:"activity",shortname:":person_bouncing_ball_tone1:",shortname_alternates:[":basketball_player_tone1:",":person_with_ball_tone1:"],keywords:["ball","light skin tone","uc8"],unicode_output:"26f9-1f3fb"},"26f9-1f3fc":{name:"person bouncing ball: medium-light skin tone",category:"activity",shortname:":person_bouncing_ball_tone2:",shortname_alternates:[":basketball_player_tone2:",":person_with_ball_tone2:"],keywords:["ball","medium-light skin tone","uc8"],unicode_output:"26f9-1f3fc"},"26f9-1f3fd":{name:"person bouncing ball: medium skin tone",category:"activity",shortname:":person_bouncing_ball_tone3:",shortname_alternates:[":basketball_player_tone3:",":person_with_ball_tone3:"],keywords:["ball","medium skin tone","uc8"],unicode_output:"26f9-1f3fd"},"26f9-1f3fe":{name:"person bouncing ball: medium-dark skin tone",category:"activity",shortname:":person_bouncing_ball_tone4:",shortname_alternates:[":basketball_player_tone4:",":person_with_ball_tone4:"],keywords:["ball","medium-dark skin tone","uc8"],unicode_output:"26f9-1f3fe"},"26f9-1f3ff":{name:"person bouncing ball: dark skin tone",category:"activity",shortname:":person_bouncing_ball_tone5:",shortname_alternates:[":basketball_player_tone5:",":person_with_ball_tone5:"],keywords:["ball","dark skin tone","uc8"],unicode_output:"26f9-1f3ff"},"26f9-2640":{name:"woman bouncing ball",category:"activity",shortname:":woman_bouncing_ball:",shortname_alternates:[],keywords:["ball","woman","uc5"],unicode_output:"26f9-fe0f-200d-2640-fe0f"},"26f9-1f3fb-2640":{name:"woman bouncing ball: light skin tone",category:"activity",shortname:":woman_bouncing_ball_tone1:",shortname_alternates:[":woman_bouncing_ball_light_skin_tone:"],keywords:["ball","light skin tone","woman","uc8"],unicode_output:"26f9-1f3fb-200d-2640-fe0f"},"26f9-1f3fc-2640":{name:"woman bouncing ball: medium-light skin tone",category:"activity",shortname:":woman_bouncing_ball_tone2:",shortname_alternates:[":woman_bouncing_ball_medium_light_skin_tone:"],keywords:["ball","medium-light skin tone","woman","uc8"],unicode_output:"26f9-1f3fc-200d-2640-fe0f"},"26f9-1f3fd-2640":{name:"woman bouncing ball: medium skin tone",category:"activity",shortname:":woman_bouncing_ball_tone3:",shortname_alternates:[":woman_bouncing_ball_medium_skin_tone:"],keywords:["ball","medium skin tone","woman","uc8"],unicode_output:"26f9-1f3fd-200d-2640-fe0f"},"26f9-1f3fe-2640":{name:"woman bouncing ball: medium-dark skin tone",category:"activity",shortname:":woman_bouncing_ball_tone4:",shortname_alternates:[":woman_bouncing_ball_medium_dark_skin_tone:"],keywords:["ball","medium-dark skin tone","woman","uc8"],unicode_output:"26f9-1f3fe-200d-2640-fe0f"},"26f9-1f3ff-2640":{name:"woman bouncing ball: dark skin tone",category:"activity",shortname:":woman_bouncing_ball_tone5:",shortname_alternates:[":woman_bouncing_ball_dark_skin_tone:"],keywords:["ball","dark skin tone","woman","uc8"],unicode_output:"26f9-1f3ff-200d-2640-fe0f"},"26f9-2642":{name:"man bouncing ball",category:"activity",shortname:":man_bouncing_ball:",shortname_alternates:[],keywords:["ball","man","uc5"],unicode_output:"26f9-fe0f-200d-2642-fe0f"},"26f9-1f3fb-2642":{name:"man bouncing ball: light skin tone",category:"activity",shortname:":man_bouncing_ball_tone1:",shortname_alternates:[":man_bouncing_ball_light_skin_tone:"],keywords:["ball","light skin tone","man","uc8"],unicode_output:"26f9-1f3fb-200d-2642-fe0f"},"26f9-1f3fc-2642":{name:"man bouncing ball: medium-light skin tone",category:"activity",shortname:":man_bouncing_ball_tone2:",shortname_alternates:[":man_bouncing_ball_medium_light_skin_tone:"],keywords:["ball","man","medium-light skin tone","uc8"],unicode_output:"26f9-1f3fc-200d-2642-fe0f"},"26f9-1f3fd-2642":{name:"man bouncing ball: medium skin tone",category:"activity",shortname:":man_bouncing_ball_tone3:",shortname_alternates:[":man_bouncing_ball_medium_skin_tone:"],keywords:["ball","man","medium skin tone","uc8"],unicode_output:"26f9-1f3fd-200d-2642-fe0f"},"26f9-1f3fe-2642":{name:"man bouncing ball: medium-dark skin tone",category:"activity",shortname:":man_bouncing_ball_tone4:",shortname_alternates:[":man_bouncing_ball_medium_dark_skin_tone:"],keywords:["ball","man","medium-dark skin tone","uc8"],unicode_output:"26f9-1f3fe-200d-2642-fe0f"},"26f9-1f3ff-2642":{name:"man bouncing ball: dark skin tone",category:"activity",shortname:":man_bouncing_ball_tone5:",shortname_alternates:[":man_bouncing_ball_dark_skin_tone:"],keywords:["ball","dark skin tone","man","uc8"],unicode_output:"26f9-1f3ff-200d-2642-fe0f"},"1f93a":{name:"person fencing",category:"activity",shortname:":person_fencing:",shortname_alternates:[":fencer:",":fencing:"],keywords:["fencer","fencing","sword","uc9"],unicode_output:"1f93a"},"1f93e":{name:"person playing handball",category:"activity",shortname:":person_playing_handball:",shortname_alternates:[":handball:"],keywords:["ball","handball","uc9"],unicode_output:"1f93e"},"1f93e-1f3fb":{name:"person playing handball: light skin tone",category:"activity",shortname:":person_playing_handball_tone1:",shortname_alternates:[":handball_tone1:"],keywords:["ball","handball","light skin tone","uc9"],unicode_output:"1f93e-1f3fb"},"1f93e-1f3fc":{name:"person playing handball: medium-light skin tone",category:"activity",shortname:":person_playing_handball_tone2:",shortname_alternates:[":handball_tone2:"],keywords:["ball","handball","medium-light skin tone","uc9"],unicode_output:"1f93e-1f3fc"},"1f93e-1f3fd":{name:"person playing handball: medium skin tone",category:"activity",shortname:":person_playing_handball_tone3:",shortname_alternates:[":handball_tone3:"],keywords:["ball","handball","medium skin tone","uc9"],unicode_output:"1f93e-1f3fd"},"1f93e-1f3fe":{name:"person playing handball: medium-dark skin tone",category:"activity",shortname:":person_playing_handball_tone4:",shortname_alternates:[":handball_tone4:"],keywords:["ball","handball","medium-dark skin tone","uc9"],unicode_output:"1f93e-1f3fe"},"1f93e-1f3ff":{name:"person playing handball: dark skin tone",category:"activity",shortname:":person_playing_handball_tone5:",shortname_alternates:[":handball_tone5:"],keywords:["ball","dark skin tone","handball","uc9"],unicode_output:"1f93e-1f3ff"},"1f93e-2640":{name:"woman playing handball",category:"activity",shortname:":woman_playing_handball:",shortname_alternates:[],keywords:["handball","woman","uc9"],unicode_output:"1f93e-200d-2640-fe0f"},"1f93e-1f3fb-2640":{name:"woman playing handball: light skin tone",category:"activity",shortname:":woman_playing_handball_tone1:",shortname_alternates:[":woman_playing_handball_light_skin_tone:"],keywords:["handball","light skin tone","woman","uc9"],unicode_output:"1f93e-1f3fb-200d-2640-fe0f"},"1f93e-1f3fc-2640":{name:"woman playing handball: medium-light skin tone",category:"activity",shortname:":woman_playing_handball_tone2:",shortname_alternates:[":woman_playing_handball_medium_light_skin_tone:"],keywords:["handball","medium-light skin tone","woman","uc9"],unicode_output:"1f93e-1f3fc-200d-2640-fe0f"},"1f93e-1f3fd-2640":{name:"woman playing handball: medium skin tone",category:"activity",shortname:":woman_playing_handball_tone3:",shortname_alternates:[":woman_playing_handball_medium_skin_tone:"],keywords:["handball","medium skin tone","woman","uc9"],unicode_output:"1f93e-1f3fd-200d-2640-fe0f"},"1f93e-1f3fe-2640":{name:"woman playing handball: medium-dark skin tone",category:"activity",shortname:":woman_playing_handball_tone4:",shortname_alternates:[":woman_playing_handball_medium_dark_skin_tone:"],keywords:["handball","medium-dark skin tone","woman","uc9"],unicode_output:"1f93e-1f3fe-200d-2640-fe0f"},"1f93e-1f3ff-2640":{name:"woman playing handball: dark skin tone",category:"activity",shortname:":woman_playing_handball_tone5:",shortname_alternates:[":woman_playing_handball_dark_skin_tone:"],keywords:["dark skin tone","handball","woman","uc9"],unicode_output:"1f93e-1f3ff-200d-2640-fe0f"},"1f93e-2642":{name:"man playing handball",category:"activity",shortname:":man_playing_handball:",shortname_alternates:[],keywords:["handball","man","uc9"],unicode_output:"1f93e-200d-2642-fe0f"},"1f93e-1f3fb-2642":{name:"man playing handball: light skin tone",category:"activity",shortname:":man_playing_handball_tone1:",shortname_alternates:[":man_playing_handball_light_skin_tone:"],keywords:["handball","light skin tone","man","uc9"],unicode_output:"1f93e-1f3fb-200d-2642-fe0f"},"1f93e-1f3fc-2642":{name:"man playing handball: medium-light skin tone",category:"activity",shortname:":man_playing_handball_tone2:",shortname_alternates:[":man_playing_handball_medium_light_skin_tone:"],keywords:["handball","man","medium-light skin tone","uc9"],unicode_output:"1f93e-1f3fc-200d-2642-fe0f"},"1f93e-1f3fd-2642":{name:"man playing handball: medium skin tone",category:"activity",shortname:":man_playing_handball_tone3:",shortname_alternates:[":man_playing_handball_medium_skin_tone:"],keywords:["handball","man","medium skin tone","uc9"],unicode_output:"1f93e-1f3fd-200d-2642-fe0f"},"1f93e-1f3fe-2642":{name:"man playing handball: medium-dark skin tone",category:"activity",shortname:":man_playing_handball_tone4:",shortname_alternates:[":man_playing_handball_medium_dark_skin_tone:"],keywords:["handball","man","medium-dark skin tone","uc9"],unicode_output:"1f93e-1f3fe-200d-2642-fe0f"},"1f93e-1f3ff-2642":{name:"man playing handball: dark skin tone",category:"activity",shortname:":man_playing_handball_tone5:",shortname_alternates:[":man_playing_handball_dark_skin_tone:"],keywords:["dark skin tone","handball","man","uc9"],unicode_output:"1f93e-1f3ff-200d-2642-fe0f"},"1f3cc":{name:"person golfing",category:"activity",shortname:":person_golfing:",shortname_alternates:[":golfer:"],keywords:["ball","golf","uc7"],unicode_output:"1f3cc"},"1f3cc-1f3fb":{name:"person golfing: light skin tone",category:"activity",shortname:":person_golfing_tone1:",shortname_alternates:[":person_golfing_light_skin_tone:"],keywords:["ball","golf","light skin tone","uc8"],unicode_output:"1f3cc-1f3fb"},"1f3cc-1f3fc":{name:"person golfing: medium-light skin tone",category:"activity",shortname:":person_golfing_tone2:",shortname_alternates:[":person_golfing_medium_light_skin_tone:"],keywords:["ball","golf","medium-light skin tone","uc8"],unicode_output:"1f3cc-1f3fc"},"1f3cc-1f3fd":{name:"person golfing: medium skin tone",category:"activity",shortname:":person_golfing_tone3:",shortname_alternates:[":person_golfing_medium_skin_tone:"],keywords:["ball","golf","medium skin tone","uc8"],unicode_output:"1f3cc-1f3fd"},"1f3cc-1f3fe":{name:"person golfing: medium-dark skin tone",category:"activity",shortname:":person_golfing_tone4:",shortname_alternates:[":person_golfing_medium_dark_skin_tone:"],keywords:["ball","golf","medium-dark skin tone","uc8"],unicode_output:"1f3cc-1f3fe"},"1f3cc-1f3ff":{name:"person golfing: dark skin tone",category:"activity",shortname:":person_golfing_tone5:",shortname_alternates:[":person_golfing_dark_skin_tone:"],keywords:["ball","dark skin tone","golf","uc8"],unicode_output:"1f3cc-1f3ff"},"1f3cc-2640":{name:"woman golfing",category:"activity",shortname:":woman_golfing:",shortname_alternates:[],keywords:["golf","woman","uc7"],unicode_output:"1f3cc-fe0f-200d-2640-fe0f"},"1f3cc-1f3fb-2640":{name:"woman golfing: light skin tone",category:"activity",shortname:":woman_golfing_tone1:",shortname_alternates:[":woman_golfing_light_skin_tone:"],keywords:["golf","light skin tone","woman","uc8"],unicode_output:"1f3cc-1f3fb-200d-2640-fe0f"},"1f3cc-1f3fc-2640":{name:"woman golfing: medium-light skin tone",category:"activity",shortname:":woman_golfing_tone2:",shortname_alternates:[":woman_golfing_medium_light_skin_tone:"],keywords:["golf","medium-light skin tone","woman","uc8"],unicode_output:"1f3cc-1f3fc-200d-2640-fe0f"},"1f3cc-1f3fd-2640":{name:"woman golfing: medium skin tone",category:"activity",shortname:":woman_golfing_tone3:",shortname_alternates:[":woman_golfing_medium_skin_tone:"],keywords:["golf","medium skin tone","woman","uc8"],unicode_output:"1f3cc-1f3fd-200d-2640-fe0f"},"1f3cc-1f3fe-2640":{name:"woman golfing: medium-dark skin tone",category:"activity",shortname:":woman_golfing_tone4:",shortname_alternates:[":woman_golfing_medium_dark_skin_tone:"],keywords:["golf","medium-dark skin tone","woman","uc8"],unicode_output:"1f3cc-1f3fe-200d-2640-fe0f"},"1f3cc-1f3ff-2640":{name:"woman golfing: dark skin tone",category:"activity",shortname:":woman_golfing_tone5:",shortname_alternates:[":woman_golfing_dark_skin_tone:"],keywords:["dark skin tone","golf","woman","uc8"],unicode_output:"1f3cc-1f3ff-200d-2640-fe0f"},"1f3cc-2642":{name:"man golfing",category:"activity",shortname:":man_golfing:",shortname_alternates:[],keywords:["golf","man","uc7"],unicode_output:"1f3cc-fe0f-200d-2642-fe0f"},"1f3cc-1f3fb-2642":{name:"man golfing: light skin tone",category:"activity",shortname:":man_golfing_tone1:",shortname_alternates:[":man_golfing_light_skin_tone:"],keywords:["golf","light skin tone","man","uc8"],unicode_output:"1f3cc-1f3fb-200d-2642-fe0f"},"1f3cc-1f3fc-2642":{name:"man golfing: medium-light skin tone",category:"activity",shortname:":man_golfing_tone2:",shortname_alternates:[":man_golfing_medium_light_skin_tone:"],keywords:["golf","man","medium-light skin tone","uc8"],unicode_output:"1f3cc-1f3fc-200d-2642-fe0f"},"1f3cc-1f3fd-2642":{name:"man golfing: medium skin tone",category:"activity",shortname:":man_golfing_tone3:",shortname_alternates:[":man_golfing_medium_skin_tone:"],keywords:["golf","man","medium skin tone","uc8"],unicode_output:"1f3cc-1f3fd-200d-2642-fe0f"},"1f3cc-1f3fe-2642":{name:"man golfing: medium-dark skin tone",category:"activity",shortname:":man_golfing_tone4:",shortname_alternates:[":man_golfing_medium_dark_skin_tone:"],keywords:["golf","man","medium-dark skin tone","uc8"],unicode_output:"1f3cc-1f3fe-200d-2642-fe0f"},"1f3cc-1f3ff-2642":{name:"man golfing: dark skin tone",category:"activity",shortname:":man_golfing_tone5:",shortname_alternates:[":man_golfing_dark_skin_tone:"],keywords:["dark skin tone","golf","man","uc8"],unicode_output:"1f3cc-1f3ff-200d-2642-fe0f"},"1f3c7":{name:"horse racing",category:"activity",shortname:":horse_racing:",shortname_alternates:[],keywords:["horse","jockey","racehorse","racing","uc6"],unicode_output:"1f3c7"},"1f3c7-1f3fb":{name:"horse racing: light skin tone",category:"activity",shortname:":horse_racing_tone1:",shortname_alternates:[],keywords:["horse","jockey","light skin tone","racehorse","racing","uc8"],unicode_output:"1f3c7-1f3fb"},"1f3c7-1f3fc":{name:"horse racing: medium-light skin tone",category:"activity",shortname:":horse_racing_tone2:",shortname_alternates:[],keywords:["horse","jockey","medium-light skin tone","racehorse","racing","uc8"],unicode_output:"1f3c7-1f3fc"},"1f3c7-1f3fd":{name:"horse racing: medium skin tone",category:"activity",shortname:":horse_racing_tone3:",shortname_alternates:[],keywords:["horse","jockey","medium skin tone","racehorse","racing","uc8"],unicode_output:"1f3c7-1f3fd"},"1f3c7-1f3fe":{name:"horse racing: medium-dark skin tone",category:"activity",shortname:":horse_racing_tone4:",shortname_alternates:[],keywords:["horse","jockey","medium-dark skin tone","racehorse","racing","uc8"],unicode_output:"1f3c7-1f3fe"},"1f3c7-1f3ff":{name:"horse racing: dark skin tone",category:"activity",shortname:":horse_racing_tone5:",shortname_alternates:[],keywords:["dark skin tone","horse","jockey","racehorse","racing","uc8"],unicode_output:"1f3c7-1f3ff"},"1f9d8":{name:"person in lotus position",category:"activity",shortname:":person_in_lotus_position:",shortname_alternates:[],keywords:["uc10"],unicode_output:"1f9d8"},"1f9d8-1f3fb":{name:"person in lotus position: light skin tone",category:"activity",shortname:":person_in_lotus_position_tone1:",shortname_alternates:[":person_in_lotus_position_light_skin_tone:"],keywords:["light skin tone","meditation","yoga","uc10"],unicode_output:"1f9d8-1f3fb"},"1f9d8-1f3fc":{name:"person in lotus position: medium-light skin tone",category:"activity",shortname:":person_in_lotus_position_tone2:",shortname_alternates:[":person_in_lotus_position_medium_light_skin_tone:"],keywords:["meditation","medium-light skin tone","yoga","uc10"],unicode_output:"1f9d8-1f3fc"},"1f9d8-1f3fd":{name:"person in lotus position: medium skin tone",category:"activity",shortname:":person_in_lotus_position_tone3:",shortname_alternates:[":person_in_lotus_position_medium_skin_tone:"],keywords:["meditation","medium skin tone","yoga","uc10"],unicode_output:"1f9d8-1f3fd"},"1f9d8-1f3fe":{name:"person in lotus position: medium-dark skin tone",category:"activity",shortname:":person_in_lotus_position_tone4:",shortname_alternates:[":person_in_lotus_position_medium_dark_skin_tone:"],keywords:["meditation","medium-dark skin tone","yoga","uc10"],unicode_output:"1f9d8-1f3fe"},"1f9d8-1f3ff":{name:"person in lotus position: dark skin tone",category:"activity",shortname:":person_in_lotus_position_tone5:",shortname_alternates:[":person_in_lotus_position_dark_skin_tone:"],keywords:["dark skin tone","meditation","yoga","uc10"],unicode_output:"1f9d8-1f3ff"},"1f9d8-2640":{name:"woman in lotus position",category:"activity",shortname:":woman_in_lotus_position:",shortname_alternates:[],keywords:["meditation","yoga","uc10"],unicode_output:"1f9d8-200d-2640-fe0f"},"1f9d8-1f3fb-2640":{name:"woman in lotus position: light skin tone",category:"activity",shortname:":woman_in_lotus_position_tone1:",shortname_alternates:[":woman_in_lotus_position_light_skin_tone:"],keywords:["light skin tone","meditation","yoga","uc10"],unicode_output:"1f9d8-1f3fb-200d-2640-fe0f"},"1f9d8-1f3fc-2640":{name:"woman in lotus position: medium-light skin tone",category:"activity",shortname:":woman_in_lotus_position_tone2:",shortname_alternates:[":woman_in_lotus_position_medium_light_skin_tone:"],keywords:["meditation","medium-light skin tone","yoga","uc10"],unicode_output:"1f9d8-1f3fc-200d-2640-fe0f"},"1f9d8-1f3fd-2640":{name:"woman in lotus position: medium skin tone",category:"activity",shortname:":woman_in_lotus_position_tone3:",shortname_alternates:[":woman_in_lotus_position_medium_skin_tone:"],keywords:["meditation","medium skin tone","yoga","uc10"],unicode_output:"1f9d8-1f3fd-200d-2640-fe0f"},"1f9d8-1f3fe-2640":{name:"woman in lotus position: medium-dark skin tone",category:"activity",shortname:":woman_in_lotus_position_tone4:",shortname_alternates:[":woman_in_lotus_position_medium_dark_skin_tone:"],keywords:["meditation","medium-dark skin tone","yoga","uc10"],unicode_output:"1f9d8-1f3fe-200d-2640-fe0f"},"1f9d8-1f3ff-2640":{name:"woman in lotus position: dark skin tone",category:"activity",shortname:":woman_in_lotus_position_tone5:",shortname_alternates:[":woman_in_lotus_position_dark_skin_tone:"],keywords:["dark skin tone","meditation","yoga","uc10"],unicode_output:"1f9d8-1f3ff-200d-2640-fe0f"},"1f9d8-2642":{name:"man in lotus position",category:"activity",shortname:":man_in_lotus_position:",shortname_alternates:[],keywords:["meditation","yoga","uc10"],unicode_output:"1f9d8-200d-2642-fe0f"},"1f9d8-1f3fb-2642":{name:"man in lotus position: light skin tone",category:"activity",shortname:":man_in_lotus_position_tone1:",shortname_alternates:[":man_in_lotus_position_light_skin_tone:"],keywords:["light skin tone","meditation","yoga","uc10"],unicode_output:"1f9d8-1f3fb-200d-2642-fe0f"},"1f9d8-1f3fc-2642":{name:"man in lotus position: medium-light skin tone",category:"activity",shortname:":man_in_lotus_position_tone2:",shortname_alternates:[":man_in_lotus_position_medium_light_skin_tone:"],keywords:["meditation","medium-light skin tone","yoga","uc10"],unicode_output:"1f9d8-1f3fc-200d-2642-fe0f"},"1f9d8-1f3fd-2642":{name:"man in lotus position: medium skin tone",category:"activity",shortname:":man_in_lotus_position_tone3:",shortname_alternates:[":man_in_lotus_position_medium_skin_tone:"],keywords:["meditation","medium skin tone","yoga","uc10"],unicode_output:"1f9d8-1f3fd-200d-2642-fe0f"},"1f9d8-1f3fe-2642":{name:"man in lotus position: medium-dark skin tone",category:"activity",shortname:":man_in_lotus_position_tone4:",shortname_alternates:[":man_in_lotus_position_medium_dark_skin_tone:"],keywords:["meditation","medium-dark skin tone","yoga","uc10"],unicode_output:"1f9d8-1f3fe-200d-2642-fe0f"},"1f9d8-1f3ff-2642":{name:"man in lotus position: dark skin tone",category:"activity",shortname:":man_in_lotus_position_tone5:",shortname_alternates:[":man_in_lotus_position_dark_skin_tone:"],keywords:["dark skin tone","meditation","yoga","uc10"],unicode_output:"1f9d8-1f3ff-200d-2642-fe0f"},"1f3c4":{name:"person surfing",category:"activity",shortname:":person_surfing:",shortname_alternates:[":surfer:"],keywords:["surfing","uc6"],unicode_output:"1f3c4"},"1f3c4-1f3fb":{name:"person surfing: light skin tone",category:"activity",shortname:":person_surfing_tone1:",shortname_alternates:[":surfer_tone1:"],keywords:["light skin tone","surfing","uc8"],unicode_output:"1f3c4-1f3fb"},"1f3c4-1f3fc":{name:"person surfing: medium-light skin tone",category:"activity",shortname:":person_surfing_tone2:",shortname_alternates:[":surfer_tone2:"],keywords:["medium-light skin tone","surfing","uc8"],unicode_output:"1f3c4-1f3fc"},"1f3c4-1f3fd":{name:"person surfing: medium skin tone",category:"activity",shortname:":person_surfing_tone3:",shortname_alternates:[":surfer_tone3:"],keywords:["medium skin tone","surfing","uc8"],unicode_output:"1f3c4-1f3fd"},"1f3c4-1f3fe":{name:"person surfing: medium-dark skin tone",category:"activity",shortname:":person_surfing_tone4:",shortname_alternates:[":surfer_tone4:"],keywords:["medium-dark skin tone","surfing","uc8"],unicode_output:"1f3c4-1f3fe"},"1f3c4-1f3ff":{name:"person surfing: dark skin tone",category:"activity",shortname:":person_surfing_tone5:",shortname_alternates:[":surfer_tone5:"],keywords:["dark skin tone","surfing","uc8"],unicode_output:"1f3c4-1f3ff"},"1f3c4-2640":{name:"woman surfing",category:"activity",shortname:":woman_surfing:",shortname_alternates:[],keywords:["surfing","woman","uc6"],unicode_output:"1f3c4-200d-2640-fe0f"},"1f3c4-1f3fb-2640":{name:"woman surfing: light skin tone",category:"activity",shortname:":woman_surfing_tone1:",shortname_alternates:[":woman_surfing_light_skin_tone:"],keywords:["light skin tone","surfing","woman","uc8"],unicode_output:"1f3c4-1f3fb-200d-2640-fe0f"},"1f3c4-1f3fc-2640":{name:"woman surfing: medium-light skin tone",category:"activity",shortname:":woman_surfing_tone2:",shortname_alternates:[":woman_surfing_medium_light_skin_tone:"],keywords:["medium-light skin tone","surfing","woman","uc8"],unicode_output:"1f3c4-1f3fc-200d-2640-fe0f"},"1f3c4-1f3fd-2640":{name:"woman surfing: medium skin tone",category:"activity",shortname:":woman_surfing_tone3:",shortname_alternates:[":woman_surfing_medium_skin_tone:"],keywords:["medium skin tone","surfing","woman","uc8"],unicode_output:"1f3c4-1f3fd-200d-2640-fe0f"},"1f3c4-1f3fe-2640":{name:"woman surfing: medium-dark skin tone",category:"activity",shortname:":woman_surfing_tone4:",shortname_alternates:[":woman_surfing_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","surfing","woman","uc8"],unicode_output:"1f3c4-1f3fe-200d-2640-fe0f"},"1f3c4-1f3ff-2640":{name:"woman surfing: dark skin tone",category:"activity",shortname:":woman_surfing_tone5:",shortname_alternates:[":woman_surfing_dark_skin_tone:"],keywords:["dark skin tone","surfing","woman","uc8"],unicode_output:"1f3c4-1f3ff-200d-2640-fe0f"},"1f3c4-2642":{name:"man surfing",category:"activity",shortname:":man_surfing:",shortname_alternates:[],keywords:["man","surfing","uc6"],unicode_output:"1f3c4-200d-2642-fe0f"},"1f3c4-1f3fb-2642":{name:"man surfing: light skin tone",category:"activity",shortname:":man_surfing_tone1:",shortname_alternates:[":man_surfing_light_skin_tone:"],keywords:["light skin tone","man","surfing","uc8"],unicode_output:"1f3c4-1f3fb-200d-2642-fe0f"},"1f3c4-1f3fc-2642":{name:"man surfing: medium-light skin tone",category:"activity",shortname:":man_surfing_tone2:",shortname_alternates:[":man_surfing_medium_light_skin_tone:"],keywords:["man","medium-light skin tone","surfing","uc8"],unicode_output:"1f3c4-1f3fc-200d-2642-fe0f"},"1f3c4-1f3fd-2642":{name:"man surfing: medium skin tone",category:"activity",shortname:":man_surfing_tone3:",shortname_alternates:[":man_surfing_medium_skin_tone:"],keywords:["man","medium skin tone","surfing","uc8"],unicode_output:"1f3c4-1f3fd-200d-2642-fe0f"},"1f3c4-1f3fe-2642":{name:"man surfing: medium-dark skin tone",category:"activity",shortname:":man_surfing_tone4:",shortname_alternates:[":man_surfing_medium_dark_skin_tone:"],keywords:["man","medium-dark skin tone","surfing","uc8"],unicode_output:"1f3c4-1f3fe-200d-2642-fe0f"},"1f3c4-1f3ff-2642":{name:"man surfing: dark skin tone",category:"activity",shortname:":man_surfing_tone5:",shortname_alternates:[":man_surfing_dark_skin_tone:"],keywords:["dark skin tone","man","surfing","uc8"],unicode_output:"1f3c4-1f3ff-200d-2642-fe0f"},"1f3ca":{name:"person swimming",category:"activity",shortname:":person_swimming:",shortname_alternates:[":swimmer:"],keywords:["swim","uc6"],unicode_output:"1f3ca"},"1f3ca-1f3fb":{name:"person swimming: light skin tone",category:"activity",shortname:":person_swimming_tone1:",shortname_alternates:[":swimmer_tone1:"],keywords:["light skin tone","swim","uc8"],unicode_output:"1f3ca-1f3fb"},"1f3ca-1f3fc":{name:"person swimming: medium-light skin tone",category:"activity",shortname:":person_swimming_tone2:",shortname_alternates:[":swimmer_tone2:"],keywords:["medium-light skin tone","swim","uc8"],unicode_output:"1f3ca-1f3fc"},"1f3ca-1f3fd":{name:"person swimming: medium skin tone",category:"activity",shortname:":person_swimming_tone3:",shortname_alternates:[":swimmer_tone3:"],keywords:["medium skin tone","swim","uc8"],unicode_output:"1f3ca-1f3fd"},"1f3ca-1f3fe":{name:"person swimming: medium-dark skin tone",category:"activity",shortname:":person_swimming_tone4:",shortname_alternates:[":swimmer_tone4:"],keywords:["medium-dark skin tone","swim","uc8"],unicode_output:"1f3ca-1f3fe"},"1f3ca-1f3ff":{name:"person swimming: dark skin tone",category:"activity",shortname:":person_swimming_tone5:",shortname_alternates:[":swimmer_tone5:"],keywords:["dark skin tone","swim","uc8"],unicode_output:"1f3ca-1f3ff"},"1f3ca-2640":{name:"woman swimming",category:"activity",shortname:":woman_swimming:",shortname_alternates:[],keywords:["swim","woman","uc6"],unicode_output:"1f3ca-200d-2640-fe0f"},"1f3ca-1f3fb-2640":{name:"woman swimming: light skin tone",category:"activity",shortname:":woman_swimming_tone1:",shortname_alternates:[":woman_swimming_light_skin_tone:"],keywords:["light skin tone","swim","woman","uc8"],unicode_output:"1f3ca-1f3fb-200d-2640-fe0f"},"1f3ca-1f3fc-2640":{name:"woman swimming: medium-light skin tone",category:"activity",shortname:":woman_swimming_tone2:",shortname_alternates:[":woman_swimming_medium_light_skin_tone:"],keywords:["medium-light skin tone","swim","woman","uc8"],unicode_output:"1f3ca-1f3fc-200d-2640-fe0f"},"1f3ca-1f3fd-2640":{name:"woman swimming: medium skin tone",category:"activity",shortname:":woman_swimming_tone3:",shortname_alternates:[":woman_swimming_medium_skin_tone:"],keywords:["medium skin tone","swim","woman","uc8"],unicode_output:"1f3ca-1f3fd-200d-2640-fe0f"},"1f3ca-1f3fe-2640":{name:"woman swimming: medium-dark skin tone",category:"activity",shortname:":woman_swimming_tone4:",shortname_alternates:[":woman_swimming_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","swim","woman","uc8"],unicode_output:"1f3ca-1f3fe-200d-2640-fe0f"},"1f3ca-1f3ff-2640":{name:"woman swimming: dark skin tone",category:"activity",shortname:":woman_swimming_tone5:",shortname_alternates:[":woman_swimming_dark_skin_tone:"],keywords:["dark skin tone","swim","woman","uc8"],unicode_output:"1f3ca-1f3ff-200d-2640-fe0f"},"1f3ca-2642":{name:"man swimming",category:"activity",shortname:":man_swimming:",shortname_alternates:[],keywords:["man","swim","uc6"],unicode_output:"1f3ca-200d-2642-fe0f"},"1f3ca-1f3fb-2642":{name:"man swimming: light skin tone",category:"activity",shortname:":man_swimming_tone1:",shortname_alternates:[":man_swimming_light_skin_tone:"],keywords:["light skin tone","man","swim","uc8"],unicode_output:"1f3ca-1f3fb-200d-2642-fe0f"},"1f3ca-1f3fc-2642":{name:"man swimming: medium-light skin tone",category:"activity",shortname:":man_swimming_tone2:",shortname_alternates:[":man_swimming_medium_light_skin_tone:"],keywords:["man","medium-light skin tone","swim","uc8"],unicode_output:"1f3ca-1f3fc-200d-2642-fe0f"},"1f3ca-1f3fd-2642":{name:"man swimming: medium skin tone",category:"activity",shortname:":man_swimming_tone3:",shortname_alternates:[":man_swimming_medium_skin_tone:"],keywords:["man","medium skin tone","swim","uc8"],unicode_output:"1f3ca-1f3fd-200d-2642-fe0f"},"1f3ca-1f3fe-2642":{name:"man swimming: medium-dark skin tone",category:"activity",shortname:":man_swimming_tone4:",shortname_alternates:[":man_swimming_medium_dark_skin_tone:"],keywords:["man","medium-dark skin tone","swim","uc8"],unicode_output:"1f3ca-1f3fe-200d-2642-fe0f"},"1f3ca-1f3ff-2642":{name:"man swimming: dark skin tone",category:"activity",shortname:":man_swimming_tone5:",shortname_alternates:[":man_swimming_dark_skin_tone:"],keywords:["dark skin tone","man","swim","uc8"],unicode_output:"1f3ca-1f3ff-200d-2642-fe0f"},"1f93d":{name:"person playing water polo",category:"activity",shortname:":person_playing_water_polo:",shortname_alternates:[":water_polo:"],keywords:["polo","water","uc9"],unicode_output:"1f93d"},"1f93d-1f3fb":{name:"person playing water polo: light skin tone",category:"activity",shortname:":person_playing_water_polo_tone1:",shortname_alternates:[":water_polo_tone1:"],keywords:["light skin tone","polo","water","uc9"],unicode_output:"1f93d-1f3fb"},"1f93d-1f3fc":{name:"person playing water polo: medium-light skin tone",category:"activity",shortname:":person_playing_water_polo_tone2:",shortname_alternates:[":water_polo_tone2:"],keywords:["medium-light skin tone","polo","water","uc9"],unicode_output:"1f93d-1f3fc"},"1f93d-1f3fd":{name:"person playing water polo: medium skin tone",category:"activity",shortname:":person_playing_water_polo_tone3:",shortname_alternates:[":water_polo_tone3:"],keywords:["medium skin tone","polo","water","uc9"],unicode_output:"1f93d-1f3fd"},"1f93d-1f3fe":{name:"person playing water polo: medium-dark skin tone",category:"activity",shortname:":person_playing_water_polo_tone4:",shortname_alternates:[":water_polo_tone4:"],keywords:["medium-dark skin tone","polo","water","uc9"],unicode_output:"1f93d-1f3fe"},"1f93d-1f3ff":{name:"person playing water polo: dark skin tone",category:"activity",shortname:":person_playing_water_polo_tone5:",shortname_alternates:[":water_polo_tone5:"],keywords:["dark skin tone","polo","water","uc9"],unicode_output:"1f93d-1f3ff"},"1f93d-2640":{name:"woman playing water polo",category:"activity",shortname:":woman_playing_water_polo:",shortname_alternates:[],keywords:["water polo","woman","uc9"],unicode_output:"1f93d-200d-2640-fe0f"},"1f93d-1f3fb-2640":{name:"woman playing water polo: light skin tone",category:"activity",shortname:":woman_playing_water_polo_tone1:",shortname_alternates:[":woman_playing_water_polo_light_skin_tone:"],keywords:["light skin tone","water polo","woman","uc9"],unicode_output:"1f93d-1f3fb-200d-2640-fe0f"},"1f93d-1f3fc-2640":{name:"woman playing water polo: medium-light skin tone",category:"activity",shortname:":woman_playing_water_polo_tone2:",shortname_alternates:[":woman_playing_water_polo_medium_light_skin_tone:"],keywords:["medium-light skin tone","water polo","woman","uc9"],unicode_output:"1f93d-1f3fc-200d-2640-fe0f"},"1f93d-1f3fd-2640":{name:"woman playing water polo: medium skin tone",category:"activity",shortname:":woman_playing_water_polo_tone3:",shortname_alternates:[":woman_playing_water_polo_medium_skin_tone:"],keywords:["medium skin tone","water polo","woman","uc9"],unicode_output:"1f93d-1f3fd-200d-2640-fe0f"},"1f93d-1f3fe-2640":{name:"woman playing water polo: medium-dark skin tone",category:"activity",shortname:":woman_playing_water_polo_tone4:",shortname_alternates:[":woman_playing_water_polo_medium_dark_skin_tone:"],keywords:["medium-dark skin tone","water polo","woman","uc9"],unicode_output:"1f93d-1f3fe-200d-2640-fe0f"},"1f93d-1f3ff-2640":{name:"woman playing water polo: dark skin tone",category:"activity",shortname:":woman_playing_water_polo_tone5:",shortname_alternates:[":woman_playing_water_polo_dark_skin_tone:"],keywords:["dark skin tone","water polo","woman","uc9"],unicode_output:"1f93d-1f3ff-200d-2640-fe0f"},"1f93d-2642":{name:"man playing water polo",category:"activity",shortname:":man_playing_water_polo:",shortname_alternates:[],keywords:["man","water polo","uc9"],unicode_output:"1f93d-200d-2642-fe0f"},"1f93d-1f3fb-2642":{name:"man playing water polo: light skin tone",category:"activity",shortname:":man_playing_water_polo_tone1:",shortname_alternates:[":man_playing_water_polo_light_skin_tone:"],keywords:["light skin tone","man","water polo","uc9"],unicode_output:"1f93d-1f3fb-200d-2642-fe0f"},"1f93d-1f3fc-2642":{name:"man playing water polo: medium-light skin tone",category:"activity",shortname:":man_playing_water_polo_tone2:",shortname_alternates:[":man_playing_water_polo_medium_light_skin_tone:"],keywords:["man","medium-light skin tone","water polo","uc9"],unicode_output:"1f93d-1f3fc-200d-2642-fe0f"},"1f93d-1f3fd-2642":{name:"man playing water polo: medium skin tone",category:"activity",shortname:":man_playing_water_polo_tone3:",shortname_alternates:[":man_playing_water_polo_medium_skin_tone:"],keywords:["man","medium skin tone","water polo","uc9"],unicode_output:"1f93d-1f3fd-200d-2642-fe0f"},"1f93d-1f3fe-2642":{name:"man playing water polo: medium-dark skin tone",category:"activity",shortname:":man_playing_water_polo_tone4:",shortname_alternates:[":man_playing_water_polo_medium_dark_skin_tone:"],keywords:["man","medium-dark skin tone","water polo","uc9"],unicode_output:"1f93d-1f3fe-200d-2642-fe0f"},"1f93d-1f3ff-2642":{name:"man playing water polo: dark skin tone",category:"activity",shortname:":man_playing_water_polo_tone5:",shortname_alternates:[":man_playing_water_polo_dark_skin_tone:"],keywords:["dark skin tone","man","water polo","uc9"],unicode_output:"1f93d-1f3ff-200d-2642-fe0f"},"1f6a3":{name:"person rowing boat",category:"activity",shortname:":person_rowing_boat:",shortname_alternates:[":rowboat:"],keywords:["boat","rowboat","uc6"],unicode_output:"1f6a3"},"1f6a3-1f3fb":{name:"person rowing boat: light skin tone",category:"activity",shortname:":person_rowing_boat_tone1:",shortname_alternates:[":rowboat_tone1:"],keywords:["boat","light skin tone","rowboat","uc8"],unicode_output:"1f6a3-1f3fb"},"1f6a3-1f3fc":{name:"person rowing boat: medium-light skin tone",category:"activity",shortname:":person_rowing_boat_tone2:",shortname_alternates:[":rowboat_tone2:"],keywords:["boat","medium-light skin tone","rowboat","uc8"],unicode_output:"1f6a3-1f3fc"},"1f6a3-1f3fd":{name:"person rowing boat: medium skin tone",category:"activity",shortname:":person_rowing_boat_tone3:",shortname_alternates:[":rowboat_tone3:"],keywords:["boat","medium skin tone","rowboat","uc8"],unicode_output:"1f6a3-1f3fd"},"1f6a3-1f3fe":{name:"person rowing boat: medium-dark skin tone",category:"activity",shortname:":person_rowing_boat_tone4:",shortname_alternates:[":rowboat_tone4:"],keywords:["boat","medium-dark skin tone","rowboat","uc8"],unicode_output:"1f6a3-1f3fe"},"1f6a3-1f3ff":{name:"person rowing boat: dark skin tone",category:"activity",shortname:":person_rowing_boat_tone5:",shortname_alternates:[":rowboat_tone5:"],keywords:["boat","dark skin tone","rowboat","uc8"],unicode_output:"1f6a3-1f3ff"},"1f6a3-2640":{name:"woman rowing boat",category:"activity",shortname:":woman_rowing_boat:",shortname_alternates:[],keywords:["boat","rowboat","woman","uc6"],unicode_output:"1f6a3-200d-2640-fe0f"},"1f6a3-1f3fb-2640":{name:"woman rowing boat: light skin tone",category:"activity",shortname:":woman_rowing_boat_tone1:",shortname_alternates:[":woman_rowing_boat_light_skin_tone:"],keywords:["boat","light skin tone","rowboat","woman","uc8"],unicode_output:"1f6a3-1f3fb-200d-2640-fe0f"},"1f6a3-1f3fc-2640":{name:"woman rowing boat: medium-light skin tone",category:"activity",shortname:":woman_rowing_boat_tone2:",shortname_alternates:[":woman_rowing_boat_medium_light_skin_tone:"],keywords:["boat","medium-light skin tone","rowboat","woman","uc8"],unicode_output:"1f6a3-1f3fc-200d-2640-fe0f"},"1f6a3-1f3fd-2640":{name:"woman rowing boat: medium skin tone",category:"activity",shortname:":woman_rowing_boat_tone3:",shortname_alternates:[":woman_rowing_boat_medium_skin_tone:"],keywords:["boat","medium skin tone","rowboat","woman","uc8"],unicode_output:"1f6a3-1f3fd-200d-2640-fe0f"},"1f6a3-1f3fe-2640":{name:"woman rowing boat: medium-dark skin tone",category:"activity",shortname:":woman_rowing_boat_tone4:",shortname_alternates:[":woman_rowing_boat_medium_dark_skin_tone:"],keywords:["boat","medium-dark skin tone","rowboat","woman","uc8"],unicode_output:"1f6a3-1f3fe-200d-2640-fe0f"},"1f6a3-1f3ff-2640":{name:"woman rowing boat: dark skin tone",category:"activity",shortname:":woman_rowing_boat_tone5:",shortname_alternates:[":woman_rowing_boat_dark_skin_tone:"],keywords:["boat","dark skin tone","rowboat","woman","uc8"],unicode_output:"1f6a3-1f3ff-200d-2640-fe0f"},"1f6a3-2642":{name:"man rowing boat",category:"activity",shortname:":man_rowing_boat:",shortname_alternates:[],keywords:["boat","man","rowboat","uc6"],unicode_output:"1f6a3-200d-2642-fe0f"},"1f6a3-1f3fb-2642":{name:"man rowing boat: light skin tone",category:"activity",shortname:":man_rowing_boat_tone1:",shortname_alternates:[":man_rowing_boat_light_skin_tone:"],keywords:["boat","light skin tone","man","rowboat","uc8"],unicode_output:"1f6a3-1f3fb-200d-2642-fe0f"},"1f6a3-1f3fc-2642":{name:"man rowing boat: medium-light skin tone",category:"activity",shortname:":man_rowing_boat_tone2:",shortname_alternates:[":man_rowing_boat_medium_light_skin_tone:"],keywords:["boat","man","medium-light skin tone","rowboat","uc8"],unicode_output:"1f6a3-1f3fc-200d-2642-fe0f"},"1f6a3-1f3fd-2642":{name:"man rowing boat: medium skin tone",category:"activity",shortname:":man_rowing_boat_tone3:",shortname_alternates:[":man_rowing_boat_medium_skin_tone:"],keywords:["boat","man","medium skin tone","rowboat","uc8"],unicode_output:"1f6a3-1f3fd-200d-2642-fe0f"},"1f6a3-1f3fe-2642":{name:"man rowing boat: medium-dark skin tone",category:"activity",shortname:":man_rowing_boat_tone4:",shortname_alternates:[":man_rowing_boat_medium_dark_skin_tone:"],keywords:["boat","man","medium-dark skin tone","rowboat","uc8"],unicode_output:"1f6a3-1f3fe-200d-2642-fe0f"},"1f6a3-1f3ff-2642":{name:"man rowing boat: dark skin tone",category:"activity",shortname:":man_rowing_boat_tone5:",shortname_alternates:[":man_rowing_boat_dark_skin_tone:"],keywords:["boat","dark skin tone","man","rowboat","uc8"],unicode_output:"1f6a3-1f3ff-200d-2642-fe0f"},"1f9d7":{name:"person climbing",category:"activity",shortname:":person_climbing:",shortname_alternates:[],keywords:["climber","uc10"],unicode_output:"1f9d7"},"1f9d7-1f3fb":{name:"person climbing: light skin tone",category:"activity",shortname:":person_climbing_tone1:",shortname_alternates:[":person_climbing_light_skin_tone:"],keywords:["climber","light skin tone","uc10"],unicode_output:"1f9d7-1f3fb"},"1f9d7-1f3fc":{name:"person climbing: medium-light skin tone",category:"activity",shortname:":person_climbing_tone2:",shortname_alternates:[":person_climbing_medium_light_skin_tone:"],keywords:["climber","medium-light skin tone","uc10"],unicode_output:"1f9d7-1f3fc"},"1f9d7-1f3fd":{name:"person climbing: medium skin tone",category:"activity",shortname:":person_climbing_tone3:",shortname_alternates:[":person_climbing_medium_skin_tone:"],keywords:["climber","medium skin tone","uc10"],unicode_output:"1f9d7-1f3fd"},"1f9d7-1f3fe":{name:"person climbing: medium-dark skin tone",category:"activity",shortname:":person_climbing_tone4:",shortname_alternates:[":person_climbing_medium_dark_skin_tone:"],keywords:["climber","medium-dark skin tone","uc10"],unicode_output:"1f9d7-1f3fe"},"1f9d7-1f3ff":{name:"person climbing: dark skin tone",category:"activity",shortname:":person_climbing_tone5:",shortname_alternates:[":person_climbing_dark_skin_tone:"],keywords:["climber","dark skin tone","uc10"],unicode_output:"1f9d7-1f3ff"},"1f9d7-2640":{name:"woman climbing",category:"activity",shortname:":woman_climbing:",shortname_alternates:[],keywords:["climber","uc10"],unicode_output:"1f9d7-200d-2640-fe0f"},"1f9d7-1f3fb-2640":{name:"woman climbing: light skin tone",category:"activity",shortname:":woman_climbing_tone1:",shortname_alternates:[":woman_climbing_light_skin_tone:"],keywords:["climber","light skin tone","uc10"],unicode_output:"1f9d7-1f3fb-200d-2640-fe0f"},"1f9d7-1f3fc-2640":{name:"woman climbing: medium-light skin tone",category:"activity",shortname:":woman_climbing_tone2:",shortname_alternates:[":woman_climbing_medium_light_skin_tone:"],keywords:["climber","medium-light skin tone","uc10"],unicode_output:"1f9d7-1f3fc-200d-2640-fe0f"},"1f9d7-1f3fd-2640":{name:"woman climbing: medium skin tone",category:"activity",shortname:":woman_climbing_tone3:",shortname_alternates:[":woman_climbing_medium_skin_tone:"],keywords:["climber","medium skin tone","uc10"],unicode_output:"1f9d7-1f3fd-200d-2640-fe0f"},"1f9d7-1f3fe-2640":{name:"woman climbing: medium-dark skin tone",category:"activity",shortname:":woman_climbing_tone4:",shortname_alternates:[":woman_climbing_medium_dark_skin_tone:"],keywords:["climber","medium-dark skin tone","uc10"],unicode_output:"1f9d7-1f3fe-200d-2640-fe0f"},"1f9d7-1f3ff-2640":{name:"woman climbing: dark skin tone",category:"activity",shortname:":woman_climbing_tone5:",shortname_alternates:[":woman_climbing_dark_skin_tone:"],keywords:["climber","dark skin tone","uc10"],unicode_output:"1f9d7-1f3ff-200d-2640-fe0f"},"1f9d7-2642":{name:"man climbing",category:"activity",shortname:":man_climbing:",shortname_alternates:[],keywords:["climber","uc10"],unicode_output:"1f9d7-200d-2642-fe0f"},"1f9d7-1f3fb-2642":{name:"man climbing: light skin tone",category:"activity",shortname:":man_climbing_tone1:",shortname_alternates:[":man_climbing_light_skin_tone:"],keywords:["climber","light skin tone","uc10"],unicode_output:"1f9d7-1f3fb-200d-2642-fe0f"},"1f9d7-1f3fc-2642":{name:"man climbing: medium-light skin tone",category:"activity",shortname:":man_climbing_tone2:",shortname_alternates:[":man_climbing_medium_light_skin_tone:"],keywords:["climber","medium-light skin tone","uc10"],unicode_output:"1f9d7-1f3fc-200d-2642-fe0f"},"1f9d7-1f3fd-2642":{name:"man climbing: medium skin tone",category:"activity",shortname:":man_climbing_tone3:",shortname_alternates:[":man_climbing_medium_skin_tone:"],keywords:["climber","medium skin tone","uc10"],unicode_output:"1f9d7-1f3fd-200d-2642-fe0f"},"1f9d7-1f3fe-2642":{name:"man climbing: medium-dark skin tone",category:"activity",shortname:":man_climbing_tone4:",shortname_alternates:[":man_climbing_medium_dark_skin_tone:"],keywords:["climber","medium-dark skin tone","uc10"],unicode_output:"1f9d7-1f3fe-200d-2642-fe0f"},"1f9d7-1f3ff-2642":{name:"man climbing: dark skin tone",category:"activity",shortname:":man_climbing_tone5:",shortname_alternates:[":man_climbing_dark_skin_tone:"],keywords:["climber","dark skin tone","uc10"],unicode_output:"1f9d7-1f3ff-200d-2642-fe0f"},"1f6b5":{name:"person mountain biking",category:"activity",shortname:":person_mountain_biking:",shortname_alternates:[":mountain_bicyclist:"],keywords:["bicycle","bicyclist","bike","cyclist","mountain","uc6"],unicode_output:"1f6b5"},"1f6b5-1f3fb":{name:"person mountain biking: light skin tone",category:"activity",shortname:":person_mountain_biking_tone1:",shortname_alternates:[":mountain_bicyclist_tone1:"],keywords:["bicycle","bicyclist","bike","cyclist","light skin tone","mountain","uc8"],unicode_output:"1f6b5-1f3fb"},"1f6b5-1f3fc":{name:"person mountain biking: medium-light skin tone",category:"activity",shortname:":person_mountain_biking_tone2:",shortname_alternates:[":mountain_bicyclist_tone2:"],keywords:["bicycle","bicyclist","bike","cyclist","medium-light skin tone","mountain","uc8"],unicode_output:"1f6b5-1f3fc"},"1f6b5-1f3fd":{name:"person mountain biking: medium skin tone",category:"activity",shortname:":person_mountain_biking_tone3:",shortname_alternates:[":mountain_bicyclist_tone3:"],keywords:["bicycle","bicyclist","bike","cyclist","medium skin tone","mountain","uc8"],unicode_output:"1f6b5-1f3fd"},"1f6b5-1f3fe":{name:"person mountain biking: medium-dark skin tone",category:"activity",shortname:":person_mountain_biking_tone4:",shortname_alternates:[":mountain_bicyclist_tone4:"],keywords:["bicycle","bicyclist","bike","cyclist","medium-dark skin tone","mountain","uc8"],unicode_output:"1f6b5-1f3fe"},"1f6b5-1f3ff":{name:"person mountain biking: dark skin tone",category:"activity",shortname:":person_mountain_biking_tone5:",shortname_alternates:[":mountain_bicyclist_tone5:"],keywords:["bicycle","bicyclist","bike","cyclist","dark skin tone","mountain","uc8"],unicode_output:"1f6b5-1f3ff"},"1f6b5-2640":{name:"woman mountain biking",category:"activity",shortname:":woman_mountain_biking:",shortname_alternates:[],keywords:["bicycle","bike","biking","cyclist","mountain","woman","uc6"],unicode_output:"1f6b5-200d-2640-fe0f"},"1f6b5-1f3fb-2640":{name:"woman mountain biking: light skin tone",category:"activity",shortname:":woman_mountain_biking_tone1:",shortname_alternates:[":woman_mountain_biking_light_skin_tone:"],keywords:["bicycle","bike","biking","cyclist","light skin tone","mountain","woman","uc8"],unicode_output:"1f6b5-1f3fb-200d-2640-fe0f"},"1f6b5-1f3fc-2640":{name:"woman mountain biking: medium-light skin tone",category:"activity",shortname:":woman_mountain_biking_tone2:",shortname_alternates:[":woman_mountain_biking_medium_light_skin_tone:"],keywords:["bicycle","bike","biking","cyclist","medium-light skin tone","mountain","woman","uc8"],unicode_output:"1f6b5-1f3fc-200d-2640-fe0f"},"1f6b5-1f3fd-2640":{name:"woman mountain biking: medium skin tone",category:"activity",shortname:":woman_mountain_biking_tone3:",shortname_alternates:[":woman_mountain_biking_medium_skin_tone:"],keywords:["bicycle","bike","biking","cyclist","medium skin tone","mountain","woman","uc8"],unicode_output:"1f6b5-1f3fd-200d-2640-fe0f"},"1f6b5-1f3fe-2640":{name:"woman mountain biking: medium-dark skin tone",category:"activity",shortname:":woman_mountain_biking_tone4:",shortname_alternates:[":woman_mountain_biking_medium_dark_skin_tone:"],keywords:["bicycle","bike","biking","cyclist","medium-dark skin tone","mountain","woman","uc8"],unicode_output:"1f6b5-1f3fe-200d-2640-fe0f"},"1f6b5-1f3ff-2640":{name:"woman mountain biking: dark skin tone",category:"activity",shortname:":woman_mountain_biking_tone5:",shortname_alternates:[":woman_mountain_biking_dark_skin_tone:"],keywords:["bicycle","bike","biking","cyclist","dark skin tone","mountain","woman","uc8"],unicode_output:"1f6b5-1f3ff-200d-2640-fe0f"},"1f6b5-2642":{name:"man mountain biking",category:"activity",shortname:":man_mountain_biking:",shortname_alternates:[],keywords:["bicycle","bike","cyclist","man","mountain","uc6"],unicode_output:"1f6b5-200d-2642-fe0f"},"1f6b5-1f3fb-2642":{name:"man mountain biking: light skin tone",category:"activity",shortname:":man_mountain_biking_tone1:",shortname_alternates:[":man_mountain_biking_light_skin_tone:"],keywords:["bicycle","bike","cyclist","light skin tone","man","mountain","uc8"],unicode_output:"1f6b5-1f3fb-200d-2642-fe0f"},"1f6b5-1f3fc-2642":{name:"man mountain biking: medium-light skin tone",category:"activity",shortname:":man_mountain_biking_tone2:",shortname_alternates:[":man_mountain_biking_medium_light_skin_tone:"],keywords:["bicycle","bike","cyclist","man","medium-light skin tone","mountain","uc8"],unicode_output:"1f6b5-1f3fc-200d-2642-fe0f"},"1f6b5-1f3fd-2642":{name:"man mountain biking: medium skin tone",category:"activity",shortname:":man_mountain_biking_tone3:",shortname_alternates:[":man_mountain_biking_medium_skin_tone:"],keywords:["bicycle","bike","cyclist","man","medium skin tone","mountain","uc8"],unicode_output:"1f6b5-1f3fd-200d-2642-fe0f"},"1f6b5-1f3fe-2642":{name:"man mountain biking: medium-dark skin tone",category:"activity",shortname:":man_mountain_biking_tone4:",shortname_alternates:[":man_mountain_biking_medium_dark_skin_tone:"],keywords:["bicycle","bike","cyclist","man","medium-dark skin tone","mountain","uc8"],unicode_output:"1f6b5-1f3fe-200d-2642-fe0f"},"1f6b5-1f3ff-2642":{name:"man mountain biking: dark skin tone",category:"activity",shortname:":man_mountain_biking_tone5:",shortname_alternates:[":man_mountain_biking_dark_skin_tone:"],keywords:["bicycle","bike","cyclist","dark skin tone","man","mountain","uc8"],unicode_output:"1f6b5-1f3ff-200d-2642-fe0f"},"1f6b4":{name:"person biking",category:"activity",shortname:":person_biking:",shortname_alternates:[":bicyclist:"],keywords:["bicycle","biking","cyclist","uc6"],unicode_output:"1f6b4"},"1f6b4-1f3fb":{name:"person biking: light skin tone",category:"activity",shortname:":person_biking_tone1:",shortname_alternates:[":bicyclist_tone1:"],keywords:["bicycle","biking","cyclist","light skin tone","uc8"],unicode_output:"1f6b4-1f3fb"},"1f6b4-1f3fc":{name:"person biking: medium-light skin tone",category:"activity",shortname:":person_biking_tone2:",shortname_alternates:[":bicyclist_tone2:"],keywords:["bicycle","biking","cyclist","medium-light skin tone","uc8"],unicode_output:"1f6b4-1f3fc"},"1f6b4-1f3fd":{name:"person biking: medium skin tone",category:"activity",shortname:":person_biking_tone3:",shortname_alternates:[":bicyclist_tone3:"],keywords:["bicycle","biking","cyclist","medium skin tone","uc8"],unicode_output:"1f6b4-1f3fd"},"1f6b4-1f3fe":{name:"person biking: medium-dark skin tone",category:"activity",shortname:":person_biking_tone4:",shortname_alternates:[":bicyclist_tone4:"],keywords:["bicycle","biking","cyclist","medium-dark skin tone","uc8"],unicode_output:"1f6b4-1f3fe"},"1f6b4-1f3ff":{name:"person biking: dark skin tone",category:"activity",shortname:":person_biking_tone5:",shortname_alternates:[":bicyclist_tone5:"],keywords:["bicycle","biking","cyclist","dark skin tone","uc8"],unicode_output:"1f6b4-1f3ff"},"1f6b4-2640":{name:"woman biking",category:"activity",shortname:":woman_biking:",shortname_alternates:[],keywords:["bicycle","biking","cyclist","woman","uc6"],unicode_output:"1f6b4-200d-2640-fe0f"},"1f6b4-1f3fb-2640":{name:"woman biking: light skin tone",category:"activity",shortname:":woman_biking_tone1:",shortname_alternates:[":woman_biking_light_skin_tone:"],keywords:["bicycle","biking","cyclist","light skin tone","woman","uc8"],unicode_output:"1f6b4-1f3fb-200d-2640-fe0f"},"1f6b4-1f3fc-2640":{name:"woman biking: medium-light skin tone",category:"activity",shortname:":woman_biking_tone2:",shortname_alternates:[":woman_biking_medium_light_skin_tone:"],keywords:["bicycle","biking","cyclist","medium-light skin tone","woman","uc8"],unicode_output:"1f6b4-1f3fc-200d-2640-fe0f"},"1f6b4-1f3fd-2640":{name:"woman biking: medium skin tone",category:"activity",shortname:":woman_biking_tone3:",shortname_alternates:[":woman_biking_medium_skin_tone:"],keywords:["bicycle","biking","cyclist","medium skin tone","woman","uc8"],unicode_output:"1f6b4-1f3fd-200d-2640-fe0f"},"1f6b4-1f3fe-2640":{name:"woman biking: medium-dark skin tone",category:"activity",shortname:":woman_biking_tone4:",shortname_alternates:[":woman_biking_medium_dark_skin_tone:"],keywords:["bicycle","biking","cyclist","medium-dark skin tone","woman","uc8"],unicode_output:"1f6b4-1f3fe-200d-2640-fe0f"},"1f6b4-1f3ff-2640":{name:"woman biking: dark skin tone",category:"activity",shortname:":woman_biking_tone5:",shortname_alternates:[":woman_biking_dark_skin_tone:"],keywords:["bicycle","biking","cyclist","dark skin tone","woman","uc8"],unicode_output:"1f6b4-1f3ff-200d-2640-fe0f"},"1f6b4-2642":{name:"man biking",category:"activity",shortname:":man_biking:",shortname_alternates:[],keywords:["bicycle","biking","cyclist","man","uc6"],unicode_output:"1f6b4-200d-2642-fe0f"},"1f6b4-1f3fb-2642":{name:"man biking: light skin tone",category:"activity",shortname:":man_biking_tone1:",shortname_alternates:[":man_biking_light_skin_tone:"],keywords:["bicycle","biking","cyclist","light skin tone","man","uc8"],unicode_output:"1f6b4-1f3fb-200d-2642-fe0f"},"1f6b4-1f3fc-2642":{name:"man biking: medium-light skin tone",category:"activity",shortname:":man_biking_tone2:",shortname_alternates:[":man_biking_medium_light_skin_tone:"],keywords:["bicycle","biking","cyclist","man","medium-light skin tone","uc8"],unicode_output:"1f6b4-1f3fc-200d-2642-fe0f"},"1f6b4-1f3fd-2642":{name:"man biking: medium skin tone",category:"activity",shortname:":man_biking_tone3:",shortname_alternates:[":man_biking_medium_skin_tone:"],keywords:["bicycle","biking","cyclist","man","medium skin tone","uc8"],unicode_output:"1f6b4-1f3fd-200d-2642-fe0f"},"1f6b4-1f3fe-2642":{name:"man biking: medium-dark skin tone",category:"activity",shortname:":man_biking_tone4:",shortname_alternates:[":man_biking_medium_dark_skin_tone:"],keywords:["bicycle","biking","cyclist","man","medium-dark skin tone","uc8"],unicode_output:"1f6b4-1f3fe-200d-2642-fe0f"},"1f6b4-1f3ff-2642":{name:"man biking: dark skin tone",category:"activity",shortname:":man_biking_tone5:",shortname_alternates:[":man_biking_dark_skin_tone:"],keywords:["bicycle","biking","cyclist","dark skin tone","man","uc8"],unicode_output:"1f6b4-1f3ff-200d-2642-fe0f"},"1f3c6":{name:"trophy",category:"activity",shortname:":trophy:",shortname_alternates:[],keywords:["prize","uc6"],unicode_output:"1f3c6"},"1f947":{name:"1st place medal",category:"activity",shortname:":first_place:",shortname_alternates:[":first_place_medal:"],keywords:["first","gold","medal","uc9"],unicode_output:"1f947"},"1f948":{name:"2nd place medal",category:"activity",shortname:":second_place:",shortname_alternates:[":second_place_medal:"],keywords:["medal","second","silver","uc9"],unicode_output:"1f948"},"1f949":{name:"3rd place medal",category:"activity",shortname:":third_place:",shortname_alternates:[":third_place_medal:"],keywords:["bronze","medal","third","uc9"],unicode_output:"1f949"},"1f3c5":{name:"sports medal",category:"activity",shortname:":medal:",shortname_alternates:[":sports_medal:"],keywords:["medal","uc7"],unicode_output:"1f3c5"},"1f396":{name:"military medal",category:"activity",shortname:":military_medal:",shortname_alternates:[],keywords:["celebration","medal","military","uc7"],unicode_output:"1f396-fe0f"},"1f3f5":{name:"rosette",category:"activity",shortname:":rosette:",shortname_alternates:[],keywords:["plant","uc7"],unicode_output:"1f3f5-fe0f"},"1f397":{name:"reminder ribbon",category:"activity",shortname:":reminder_ribbon:",shortname_alternates:[],keywords:["celebration","reminder","ribbon","uc7"],unicode_output:"1f397-fe0f"},"1f3ab":{name:"ticket",category:"activity",shortname:":ticket:",shortname_alternates:[],keywords:["admission","uc6"],unicode_output:"1f3ab"},"1f39f":{name:"admission tickets",category:"activity",shortname:":tickets:",shortname_alternates:[":admission_tickets:"],keywords:["admission","ticket","uc7"],unicode_output:"1f39f-fe0f"},"1f3aa":{name:"circus tent",category:"activity",shortname:":circus_tent:",shortname_alternates:[],keywords:["circus","tent","uc6"],unicode_output:"1f3aa"},"1f939":{name:"person juggling",category:"activity",shortname:":person_juggling:",shortname_alternates:[":juggling:",":juggler:"],keywords:["balance","juggle","multitask","skill","uc9"],unicode_output:"1f939"},"1f939-1f3fb":{name:"person juggling: light skin tone",category:"activity",shortname:":person_juggling_tone1:",shortname_alternates:[":juggling_tone1:",":juggler_tone1:"],keywords:["balance","juggle","light skin tone","multitask","skill","uc9"],unicode_output:"1f939-1f3fb"},"1f939-1f3fc":{name:"person juggling: medium-light skin tone",category:"activity",shortname:":person_juggling_tone2:",shortname_alternates:[":juggling_tone2:",":juggler_tone2:"],keywords:["balance","juggle","medium-light skin tone","multitask","skill","uc9"],unicode_output:"1f939-1f3fc"},"1f939-1f3fd":{name:"person juggling: medium skin tone",category:"activity",shortname:":person_juggling_tone3:",shortname_alternates:[":juggling_tone3:",":juggler_tone3:"],keywords:["balance","juggle","medium skin tone","multitask","skill","uc9"],unicode_output:"1f939-1f3fd"},"1f939-1f3fe":{name:"person juggling: medium-dark skin tone",category:"activity",shortname:":person_juggling_tone4:",shortname_alternates:[":juggling_tone4:",":juggler_tone4:"],keywords:["balance","juggle","medium-dark skin tone","multitask","skill","uc9"],unicode_output:"1f939-1f3fe"},"1f939-1f3ff":{name:"person juggling: dark skin tone",category:"activity",shortname:":person_juggling_tone5:",shortname_alternates:[":juggling_tone5:",":juggler_tone5:"],keywords:["balance","dark skin tone","juggle","multitask","skill","uc9"],unicode_output:"1f939-1f3ff"},"1f939-2640":{name:"woman juggling",category:"activity",shortname:":woman_juggling:",shortname_alternates:[],keywords:["juggling","multitask","woman","uc9"],unicode_output:"1f939-200d-2640-fe0f"},"1f939-1f3fb-2640":{name:"woman juggling: light skin tone",category:"activity",shortname:":woman_juggling_tone1:",shortname_alternates:[":woman_juggling_light_skin_tone:"],keywords:["juggling","light skin tone","multitask","woman","uc9"],unicode_output:"1f939-1f3fb-200d-2640-fe0f"},"1f939-1f3fc-2640":{name:"woman juggling: medium-light skin tone",category:"activity",shortname:":woman_juggling_tone2:",shortname_alternates:[":woman_juggling_medium_light_skin_tone:"],keywords:["juggling","medium-light skin tone","multitask","woman","uc9"],unicode_output:"1f939-1f3fc-200d-2640-fe0f"},"1f939-1f3fd-2640":{name:"woman juggling: medium skin tone",category:"activity",shortname:":woman_juggling_tone3:",shortname_alternates:[":woman_juggling_medium_skin_tone:"],keywords:["juggling","medium skin tone","multitask","woman","uc9"],unicode_output:"1f939-1f3fd-200d-2640-fe0f"},"1f939-1f3fe-2640":{name:"woman juggling: medium-dark skin tone",category:"activity",shortname:":woman_juggling_tone4:",shortname_alternates:[":woman_juggling_medium_dark_skin_tone:"],keywords:["juggling","medium-dark skin tone","multitask","woman","uc9"],unicode_output:"1f939-1f3fe-200d-2640-fe0f"},"1f939-1f3ff-2640":{name:"woman juggling: dark skin tone",category:"activity",shortname:":woman_juggling_tone5:",shortname_alternates:[":woman_juggling_dark_skin_tone:"],keywords:["dark skin tone","juggling","multitask","woman","uc9"],unicode_output:"1f939-1f3ff-200d-2640-fe0f"},"1f939-2642":{name:"man juggling",category:"activity",shortname:":man_juggling:",shortname_alternates:[],keywords:["juggling","man","multitask","uc9"],unicode_output:"1f939-200d-2642-fe0f"},"1f939-1f3fb-2642":{name:"man juggling: light skin tone",category:"activity",shortname:":man_juggling_tone1:",shortname_alternates:[":man_juggling_light_skin_tone:"],keywords:["juggling","light skin tone","man","multitask","uc9"],unicode_output:"1f939-1f3fb-200d-2642-fe0f"},"1f939-1f3fc-2642":{name:"man juggling: medium-light skin tone",category:"activity",shortname:":man_juggling_tone2:",shortname_alternates:[":man_juggling_medium_light_skin_tone:"],keywords:["juggling","man","medium-light skin tone","multitask","uc9"],unicode_output:"1f939-1f3fc-200d-2642-fe0f"},"1f939-1f3fd-2642":{name:"man juggling: medium skin tone",category:"activity",shortname:":man_juggling_tone3:",shortname_alternates:[":man_juggling_medium_skin_tone:"],keywords:["juggling","man","medium skin tone","multitask","uc9"],unicode_output:"1f939-1f3fd-200d-2642-fe0f"},"1f939-1f3fe-2642":{name:"man juggling: medium-dark skin tone",category:"activity",shortname:":man_juggling_tone4:",shortname_alternates:[":man_juggling_medium_dark_skin_tone:"],keywords:["juggling","man","medium-dark skin tone","multitask","uc9"],unicode_output:"1f939-1f3fe-200d-2642-fe0f"},"1f939-1f3ff-2642":{name:"man juggling: dark skin tone",category:"activity",shortname:":man_juggling_tone5:",shortname_alternates:[":man_juggling_dark_skin_tone:"],keywords:["dark skin tone","juggling","man","multitask","uc9"],unicode_output:"1f939-1f3ff-200d-2642-fe0f"},"1f3ad":{name:"performing arts",category:"activity",shortname:":performing_arts:",shortname_alternates:[],keywords:["art","mask","performing","theater","theatre","uc6"],unicode_output:"1f3ad"},"1fa70":{name:"ballet shoes",category:"activity",shortname:":ballet_shoes:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa70"},"1f3a8":{name:"artist palette",category:"activity",shortname:":art:",shortname_alternates:[],keywords:["art","museum","painting","palette","uc6"],unicode_output:"1f3a8"},"1f3ac":{name:"clapper board",category:"activity",shortname:":clapper:",shortname_alternates:[],keywords:["clapper","movie","uc6"],unicode_output:"1f3ac"},"1f3a4":{name:"microphone",category:"activity",shortname:":microphone:",shortname_alternates:[],keywords:["karaoke","mic","uc6"],unicode_output:"1f3a4"},"1f3a7":{name:"headphone",category:"activity",shortname:":headphones:",shortname_alternates:[],keywords:["earbud","uc6"],unicode_output:"1f3a7"},"1f3bc":{name:"musical score",category:"activity",shortname:":musical_score:",shortname_alternates:[],keywords:["music","score","uc6"],unicode_output:"1f3bc"},"1f3b9":{name:"musical keyboard",category:"activity",shortname:":musical_keyboard:",shortname_alternates:[],keywords:["instrument","keyboard","music","piano","uc6"],unicode_output:"1f3b9"},"1f941":{name:"drum",category:"activity",shortname:":drum:",shortname_alternates:[":drum_with_drumsticks:"],keywords:["drum","drumsticks","music","uc9"],unicode_output:"1f941"},"1fa98":{name:"long drum",category:"activity",shortname:":long_drum:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa98"},"1f3b7":{name:"saxophone",category:"activity",shortname:":saxophone:",shortname_alternates:[],keywords:["instrument","music","sax","uc6"],unicode_output:"1f3b7"},"1f3ba":{name:"trumpet",category:"activity",shortname:":trumpet:",shortname_alternates:[],keywords:["instrument","music","uc6"],unicode_output:"1f3ba"},"1f3b8":{name:"guitar",category:"activity",shortname:":guitar:",shortname_alternates:[],keywords:["instrument","music","uc6"],unicode_output:"1f3b8"},"1fa95":{name:"banjo",category:"activity",shortname:":banjo:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa95"},"1f3bb":{name:"violin",category:"activity",shortname:":violin:",shortname_alternates:[],keywords:["instrument","music","uc6"],unicode_output:"1f3bb"},"1fa97":{name:"accordion",category:"activity",shortname:":accordion:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa97"},"1f3b2":{name:"game die",category:"activity",shortname:":game_die:",shortname_alternates:[],keywords:["dice","die","game","uc6"],unicode_output:"1f3b2"},"265f":{name:"chess pawn",category:"activity",shortname:":chess_pawn:",shortname_alternates:[],keywords:["uc1"],unicode_output:"265f-fe0f"},"1f3af":{name:"direct hit",category:"activity",shortname:":dart:",shortname_alternates:[],keywords:["bull","bullseye","dart","eye","game","hit","target","uc6"],unicode_output:"1f3af"},"1f3b3":{name:"bowling",category:"activity",shortname:":bowling:",shortname_alternates:[],keywords:["ball","game","uc6"],unicode_output:"1f3b3"},"1f3ae":{name:"video game",category:"activity",shortname:":video_game:",shortname_alternates:[],keywords:["controller","game","uc6"],unicode_output:"1f3ae"},"1f3b0":{name:"slot machine",category:"activity",shortname:":slot_machine:",shortname_alternates:[],keywords:["game","slot","uc6"],unicode_output:"1f3b0"},"1f9e9":{name:"puzzle piece",category:"activity",shortname:":jigsaw:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9e9"},"1f697":{name:"automobile",category:"travel",shortname:":red_car:",shortname_alternates:[],keywords:["car","uc6"],unicode_output:"1f697"},"1f695":{name:"taxi",category:"travel",shortname:":taxi:",shortname_alternates:[],keywords:["vehicle","uc6"],unicode_output:"1f695"},"1f699":{name:"sport utility vehicle",category:"travel",shortname:":blue_car:",shortname_alternates:[],keywords:["recreational","sport utility","uc6"],unicode_output:"1f699"},"1f6fb":{name:"pickup truck",category:"travel",shortname:":pickup_truck:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f6fb"},"1f68c":{name:"bus",category:"travel",shortname:":bus:",shortname_alternates:[],keywords:["vehicle","uc6"],unicode_output:"1f68c"},"1f68e":{name:"trolleybus",category:"travel",shortname:":trolleybus:",shortname_alternates:[],keywords:["bus","tram","trolley","uc6"],unicode_output:"1f68e"},"1f3ce":{name:"racing car",category:"travel",shortname:":race_car:",shortname_alternates:[":racing_car:"],keywords:["car","racing","uc7"],unicode_output:"1f3ce-fe0f"},"1f693":{name:"police car",category:"travel",shortname:":police_car:",shortname_alternates:[],keywords:["car","patrol","police","uc6"],unicode_output:"1f693"},"1f691":{name:"ambulance",category:"travel",shortname:":ambulance:",shortname_alternates:[],keywords:["vehicle","uc6"],unicode_output:"1f691"},"1f692":{name:"fire engine",category:"travel",shortname:":fire_engine:",shortname_alternates:[],keywords:["engine","fire","truck","uc6"],unicode_output:"1f692"},"1f690":{name:"minibus",category:"travel",shortname:":minibus:",shortname_alternates:[],keywords:["bus","uc6"],unicode_output:"1f690"},"1f69a":{name:"delivery truck",category:"travel",shortname:":truck:",shortname_alternates:[],keywords:["delivery","truck","uc6"],unicode_output:"1f69a"},"1f69b":{name:"articulated lorry",category:"travel",shortname:":articulated_lorry:",shortname_alternates:[],keywords:["lorry","semi","truck","uc6"],unicode_output:"1f69b"},"1f69c":{name:"tractor",category:"travel",shortname:":tractor:",shortname_alternates:[],keywords:["vehicle","uc6"],unicode_output:"1f69c"},"1f9af":{name:"probing cane",category:"travel",shortname:":probing_cane:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9af"},"1f9bd":{name:"manual wheelchair",category:"travel",shortname:":manual_wheelchair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9bd"},"1f9bc":{name:"motorized wheelchair",category:"travel",shortname:":motorized_wheelchair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f9bc"},"1f6f4":{name:"kick scooter",category:"travel",shortname:":scooter:",shortname_alternates:[],keywords:["kick","scooter","uc9"],unicode_output:"1f6f4"},"1f6b2":{name:"bicycle",category:"travel",shortname:":bike:",shortname_alternates:[],keywords:["bike","uc6"],unicode_output:"1f6b2"},"1f6f5":{name:"motor scooter",category:"travel",shortname:":motor_scooter:",shortname_alternates:[":motorbike:"],keywords:["motor","scooter","uc9"],unicode_output:"1f6f5"},"1f3cd":{name:"motorcycle",category:"travel",shortname:":motorcycle:",shortname_alternates:[":racing_motorcycle:"],keywords:["racing","uc7"],unicode_output:"1f3cd-fe0f"},"1f6fa":{name:"auto rickshaw",category:"travel",shortname:":auto_rickshaw:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f6fa"},"1f6a8":{name:"police car light",category:"travel",shortname:":rotating_light:",shortname_alternates:[],keywords:["beacon","car","light","police","revolving","uc6"],unicode_output:"1f6a8"},"1f694":{name:"oncoming police car",category:"travel",shortname:":oncoming_police_car:",shortname_alternates:[],keywords:["car","oncoming","police","uc6"],unicode_output:"1f694"},"1f68d":{name:"oncoming bus",category:"travel",shortname:":oncoming_bus:",shortname_alternates:[],keywords:["bus","oncoming","uc6"],unicode_output:"1f68d"},"1f698":{name:"oncoming automobile",category:"travel",shortname:":oncoming_automobile:",shortname_alternates:[],keywords:["automobile","car","oncoming","uc6"],unicode_output:"1f698"},"1f696":{name:"oncoming taxi",category:"travel",shortname:":oncoming_taxi:",shortname_alternates:[],keywords:["oncoming","taxi","uc6"],unicode_output:"1f696"},"1f6a1":{name:"aerial tramway",category:"travel",shortname:":aerial_tramway:",shortname_alternates:[],keywords:["aerial","cable","car","gondola","tramway","uc6"],unicode_output:"1f6a1"},"1f6a0":{name:"mountain cableway",category:"travel",shortname:":mountain_cableway:",shortname_alternates:[],keywords:["cable","gondola","mountain","uc6"],unicode_output:"1f6a0"},"1f69f":{name:"suspension railway",category:"travel",shortname:":suspension_railway:",shortname_alternates:[],keywords:["railway","suspension","uc6"],unicode_output:"1f69f"},"1f683":{name:"railway car",category:"travel",shortname:":railway_car:",shortname_alternates:[],keywords:["car","electric","railway","train","tram","trolleybus","uc6"],unicode_output:"1f683"},"1f68b":{name:"tram car",category:"travel",shortname:":train:",shortname_alternates:[],keywords:["car","tram","trolleybus","uc6"],unicode_output:"1f68b"},"1f69e":{name:"mountain railway",category:"travel",shortname:":mountain_railway:",shortname_alternates:[],keywords:["car","mountain","railway","uc6"],unicode_output:"1f69e"},"1f69d":{name:"monorail",category:"travel",shortname:":monorail:",shortname_alternates:[],keywords:["vehicle","uc6"],unicode_output:"1f69d"},"1f684":{name:"high-speed train",category:"travel",shortname:":bullettrain_side:",shortname_alternates:[],keywords:["railway","shinkansen","speed","train","uc6"],unicode_output:"1f684"},"1f685":{name:"bullet train",category:"travel",shortname:":bullettrain_front:",shortname_alternates:[],keywords:["bullet","railway","shinkansen","speed","train","uc6"],unicode_output:"1f685"},"1f688":{name:"light rail",category:"travel",shortname:":light_rail:",shortname_alternates:[],keywords:["railway","uc6"],unicode_output:"1f688"},"1f682":{name:"locomotive",category:"travel",shortname:":steam_locomotive:",shortname_alternates:[],keywords:["engine","railway","steam","train","uc6"],unicode_output:"1f682"},"1f686":{name:"train",category:"travel",shortname:":train2:",shortname_alternates:[],keywords:["railway","uc6"],unicode_output:"1f686"},"1f687":{name:"metro",category:"travel",shortname:":metro:",shortname_alternates:[],keywords:["subway","uc6"],unicode_output:"1f687"},"1f68a":{name:"tram",category:"travel",shortname:":tram:",shortname_alternates:[],keywords:["trolleybus","uc6"],unicode_output:"1f68a"},"1f689":{name:"station",category:"travel",shortname:":station:",shortname_alternates:[],keywords:["railway","train","uc6"],unicode_output:"1f689"},"1f6eb":{name:"airplane departure",category:"travel",shortname:":airplane_departure:",shortname_alternates:[],keywords:["aeroplane","airplane","check-in","departure","departures","uc7"],unicode_output:"1f6eb"},"1f6ec":{name:"airplane arrival",category:"travel",shortname:":airplane_arriving:",shortname_alternates:[],keywords:["aeroplane","airplane","arrivals","arriving","landing","uc7"],unicode_output:"1f6ec"},"1f6e9":{name:"small airplane",category:"travel",shortname:":airplane_small:",shortname_alternates:[":small_airplane:"],keywords:["aeroplane","airplane","uc7"],unicode_output:"1f6e9-fe0f"},"1f4ba":{name:"seat",category:"travel",shortname:":seat:",shortname_alternates:[],keywords:["chair","uc6"],unicode_output:"1f4ba"},"1f6f0":{name:"satellite",category:"travel",shortname:":satellite_orbital:",shortname_alternates:[],keywords:["space","uc7"],unicode_output:"1f6f0-fe0f"},"1f680":{name:"rocket",category:"travel",shortname:":rocket:",shortname_alternates:[],keywords:["space","uc6"],unicode_output:"1f680"},"1f6f8":{name:"flying saucer",category:"travel",shortname:":flying_saucer:",shortname_alternates:[],keywords:["UFO","uc10"],unicode_output:"1f6f8"},"1f681":{name:"helicopter",category:"travel",shortname:":helicopter:",shortname_alternates:[],keywords:["vehicle","uc6"],unicode_output:"1f681"},"1f6f6":{name:"canoe",category:"travel",shortname:":canoe:",shortname_alternates:[":kayak:"],keywords:["boat","canoe","uc9"],unicode_output:"1f6f6"},"26f5":{name:"sailboat",category:"travel",shortname:":sailboat:",shortname_alternates:[],keywords:["boat","resort","sea","yacht","uc5"],unicode_output:"26f5"},"1f6a4":{name:"speedboat",category:"travel",shortname:":speedboat:",shortname_alternates:[],keywords:["boat","uc6"],unicode_output:"1f6a4"},"1f6e5":{name:"motor boat",category:"travel",shortname:":motorboat:",shortname_alternates:[],keywords:["boat","motorboat","uc7"],unicode_output:"1f6e5-fe0f"},"1f6f3":{name:"passenger ship",category:"travel",shortname:":cruise_ship:",shortname_alternates:[":passenger_ship:"],keywords:["passenger","ship","uc7"],unicode_output:"1f6f3-fe0f"},"26f4":{name:"ferry",category:"travel",shortname:":ferry:",shortname_alternates:[],keywords:["boat","passenger","uc5"],unicode_output:"26f4-fe0f"},"1f6a2":{name:"ship",category:"travel",shortname:":ship:",shortname_alternates:[],keywords:["boat","passenger","uc6"],unicode_output:"1f6a2"},"26fd":{name:"fuel pump",category:"travel",shortname:":fuelpump:",shortname_alternates:[],keywords:["fuel","fuelpump","gas","pump","station","uc5"],unicode_output:"26fd"},"1f6a7":{name:"construction",category:"travel",shortname:":construction:",shortname_alternates:[],keywords:["barrier","uc6"],unicode_output:"1f6a7"},"1f6a6":{name:"vertical traffic light",category:"travel",shortname:":vertical_traffic_light:",shortname_alternates:[],keywords:["light","signal","traffic","uc6"],unicode_output:"1f6a6"},"1f6a5":{name:"horizontal traffic light",category:"travel",shortname:":traffic_light:",shortname_alternates:[],keywords:["light","signal","traffic","uc6"],unicode_output:"1f6a5"},"1f68f":{name:"bus stop",category:"travel",shortname:":busstop:",shortname_alternates:[],keywords:["bus","busstop","stop","uc6"],unicode_output:"1f68f"},"1f5fa":{name:"world map",category:"travel",shortname:":map:",shortname_alternates:[":world_map:"],keywords:["map","world","uc7"],unicode_output:"1f5fa-fe0f"},"1f5ff":{name:"moai",category:"travel",shortname:":moyai:",shortname_alternates:[],keywords:["face","moyai","statue","uc6"],unicode_output:"1f5ff"},"1f5fd":{name:"Statue of Liberty",category:"travel",shortname:":statue_of_liberty:",shortname_alternates:[],keywords:["liberty","statue","uc6"],unicode_output:"1f5fd"},"1f5fc":{name:"Tokyo tower",category:"travel",shortname:":tokyo_tower:",shortname_alternates:[],keywords:["Tokyo","tower","uc6"],unicode_output:"1f5fc"},"1f3f0":{name:"castle",category:"travel",shortname:":european_castle:",shortname_alternates:[],keywords:["European","uc6"],unicode_output:"1f3f0"},"1f3ef":{name:"Japanese castle",category:"travel",shortname:":japanese_castle:",shortname_alternates:[],keywords:["Japanese","castle","uc6"],unicode_output:"1f3ef"},"1f3df":{name:"stadium",category:"travel",shortname:":stadium:",shortname_alternates:[],keywords:["stadium","uc7"],unicode_output:"1f3df-fe0f"},"1f3a1":{name:"ferris wheel",category:"travel",shortname:":ferris_wheel:",shortname_alternates:[],keywords:["amusement park","ferris","wheel","uc6"],unicode_output:"1f3a1"},"1f3a2":{name:"roller coaster",category:"travel",shortname:":roller_coaster:",shortname_alternates:[],keywords:["amusement park","coaster","roller","uc6"],unicode_output:"1f3a2"},"1f3a0":{name:"carousel horse",category:"travel",shortname:":carousel_horse:",shortname_alternates:[],keywords:["carousel","horse","uc6"],unicode_output:"1f3a0"},"26f2":{name:"fountain",category:"travel",shortname:":fountain:",shortname_alternates:[],keywords:["fountain","uc5"],unicode_output:"26f2"},"26f1":{name:"umbrella on ground",category:"travel",shortname:":beach_umbrella:",shortname_alternates:[":umbrella_on_ground:"],keywords:["rain","sun","umbrella","uc5"],unicode_output:"26f1-fe0f"},"1f3d6":{name:"beach with umbrella",category:"travel",shortname:":beach:",shortname_alternates:[":beach_with_umbrella:"],keywords:["beach","umbrella","uc7"],unicode_output:"1f3d6-fe0f"},"1f3dd":{name:"desert island",category:"travel",shortname:":island:",shortname_alternates:[":desert_island:"],keywords:["desert","island","uc7"],unicode_output:"1f3dd-fe0f"},"1f3dc":{name:"desert",category:"travel",shortname:":desert:",shortname_alternates:[],keywords:["desert","uc7"],unicode_output:"1f3dc-fe0f"},"1f30b":{name:"volcano",category:"travel",shortname:":volcano:",shortname_alternates:[],keywords:["eruption","mountain","uc6"],unicode_output:"1f30b"},"26f0":{name:"mountain",category:"travel",shortname:":mountain:",shortname_alternates:[],keywords:["mountain","uc5"],unicode_output:"26f0-fe0f"},"1f3d4":{name:"snow-capped mountain",category:"travel",shortname:":mountain_snow:",shortname_alternates:[":snow_capped_mountain:"],keywords:["cold","mountain","snow","uc7"],unicode_output:"1f3d4-fe0f"},"1f5fb":{name:"mount fuji",category:"travel",shortname:":mount_fuji:",shortname_alternates:[],keywords:["fuji","mountain","uc6"],unicode_output:"1f5fb"},"1f3d5":{name:"camping",category:"travel",shortname:":camping:",shortname_alternates:[],keywords:["camping","uc7"],unicode_output:"1f3d5-fe0f"},"26fa":{name:"tent",category:"travel",shortname:":tent:",shortname_alternates:[],keywords:["camping","uc5"],unicode_output:"26fa"},"1f3e0":{name:"house",category:"travel",shortname:":house:",shortname_alternates:[],keywords:["home","house","uc6"],unicode_output:"1f3e0"},"1f3e1":{name:"house with garden",category:"travel",shortname:":house_with_garden:",shortname_alternates:[],keywords:["garden","home","house","uc6"],unicode_output:"1f3e1"},"1f3d8":{name:"houses",category:"travel",shortname:":homes:",shortname_alternates:[":house_buildings:"],keywords:["houses","uc7"],unicode_output:"1f3d8-fe0f"},"1f3da":{name:"derelict house",category:"travel",shortname:":house_abandoned:",shortname_alternates:[":derelict_house_building:"],keywords:["derelict","house","uc7"],unicode_output:"1f3da-fe0f"},"1f6d6":{name:"hut",category:"travel",shortname:":hut:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f6d6"},"1f3d7":{name:"building construction",category:"travel",shortname:":construction_site:",shortname_alternates:[":building_construction:"],keywords:["construction","uc7"],unicode_output:"1f3d7-fe0f"},"1f3ed":{name:"factory",category:"travel",shortname:":factory:",shortname_alternates:[],keywords:["building","uc6"],unicode_output:"1f3ed"},"1f3e2":{name:"office building",category:"travel",shortname:":office:",shortname_alternates:[],keywords:["building","uc6"],unicode_output:"1f3e2"},"1f3ec":{name:"department store",category:"travel",shortname:":department_store:",shortname_alternates:[],keywords:["department","store","uc6"],unicode_output:"1f3ec"},"1f3e3":{name:"Japanese post office",category:"travel",shortname:":post_office:",shortname_alternates:[],keywords:["Japanese","post","uc6"],unicode_output:"1f3e3"},"1f3e4":{name:"post office",category:"travel",shortname:":european_post_office:",shortname_alternates:[],keywords:["European","post","uc6"],unicode_output:"1f3e4"},"1f3e5":{name:"hospital",category:"travel",shortname:":hospital:",shortname_alternates:[],keywords:["doctor","medicine","uc6"],unicode_output:"1f3e5"},"1f3e6":{name:"bank",category:"travel",shortname:":bank:",shortname_alternates:[],keywords:["building","uc6"],unicode_output:"1f3e6"},"1f3e8":{name:"hotel",category:"travel",shortname:":hotel:",shortname_alternates:[],keywords:["building","uc6"],unicode_output:"1f3e8"},"1f3ea":{name:"convenience store",category:"travel",shortname:":convenience_store:",shortname_alternates:[],keywords:["convenience","store","uc6"],unicode_output:"1f3ea"},"1f3eb":{name:"school",category:"travel",shortname:":school:",shortname_alternates:[],keywords:["building","uc6"],unicode_output:"1f3eb"},"1f3e9":{name:"love hotel",category:"travel",shortname:":love_hotel:",shortname_alternates:[],keywords:["hotel","love","uc6"],unicode_output:"1f3e9"},"1f492":{name:"wedding",category:"travel",shortname:":wedding:",shortname_alternates:[],keywords:["chapel","romance","uc6"],unicode_output:"1f492"},"1f3db":{name:"classical building",category:"travel",shortname:":classical_building:",shortname_alternates:[],keywords:["classical","uc7"],unicode_output:"1f3db-fe0f"},"26ea":{name:"church",category:"travel",shortname:":church:",shortname_alternates:[],keywords:["Christian","cross","religion","uc5"],unicode_output:"26ea"},"1f54c":{name:"mosque",category:"travel",shortname:":mosque:",shortname_alternates:[],keywords:["Muslim","islam","religion","uc8"],unicode_output:"1f54c"},"1f54d":{name:"synagogue",category:"travel",shortname:":synagogue:",shortname_alternates:[],keywords:["Jew","Jewish","religion","temple","uc8"],unicode_output:"1f54d"},"1f6d5":{name:"hindu temple",category:"travel",shortname:":hindu_temple:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f6d5"},"1f54b":{name:"kaaba",category:"travel",shortname:":kaaba:",shortname_alternates:[],keywords:["Muslim","islam","religion","uc8"],unicode_output:"1f54b"},"26e9":{name:"shinto shrine",category:"travel",shortname:":shinto_shrine:",shortname_alternates:[],keywords:["religion","shinto","shrine","uc5"],unicode_output:"26e9-fe0f"},"1f6e4":{name:"railway track",category:"travel",shortname:":railway_track:",shortname_alternates:[":railroad_track:"],keywords:["railway","train","uc7"],unicode_output:"1f6e4-fe0f"},"1f6e3":{name:"motorway",category:"travel",shortname:":motorway:",shortname_alternates:[],keywords:["highway","road","uc7"],unicode_output:"1f6e3-fe0f"},"1f5fe":{name:"map of Japan",category:"travel",shortname:":japan:",shortname_alternates:[],keywords:["Japan","map","uc6"],unicode_output:"1f5fe"},"1f391":{name:"moon viewing ceremony",category:"travel",shortname:":rice_scene:",shortname_alternates:[],keywords:["celebration","ceremony","moon","uc6"],unicode_output:"1f391"},"1f3de":{name:"national park",category:"travel",shortname:":park:",shortname_alternates:[":national_park:"],keywords:["park","uc7"],unicode_output:"1f3de-fe0f"},"1f305":{name:"sunrise",category:"travel",shortname:":sunrise:",shortname_alternates:[],keywords:["morning","sun","uc6"],unicode_output:"1f305"},"1f304":{name:"sunrise over mountains",category:"travel",shortname:":sunrise_over_mountains:",shortname_alternates:[],keywords:["morning","mountain","sun","sunrise","uc6"],unicode_output:"1f304"},"1f320":{name:"shooting star",category:"travel",shortname:":stars:",shortname_alternates:[],keywords:["falling","shooting","star","uc6"],unicode_output:"1f320"},"1f387":{name:"sparkler",category:"travel",shortname:":sparkler:",shortname_alternates:[],keywords:["celebration","fireworks","sparkle","uc6"],unicode_output:"1f387"},"1f386":{name:"fireworks",category:"travel",shortname:":fireworks:",shortname_alternates:[],keywords:["celebration","uc6"],unicode_output:"1f386"},"1f307":{name:"sunset",category:"travel",shortname:":city_sunset:",shortname_alternates:[":city_sunrise:"],keywords:["dusk","sun","uc6"],unicode_output:"1f307"},"1f306":{name:"cityscape at dusk",category:"travel",shortname:":city_dusk:",shortname_alternates:[],keywords:["city","dusk","evening","landscape","sun","sunset","uc6"],unicode_output:"1f306"},"1f3d9":{name:"cityscape",category:"travel",shortname:":cityscape:",shortname_alternates:[],keywords:["city","uc7"],unicode_output:"1f3d9-fe0f"},"1f303":{name:"night with stars",category:"travel",shortname:":night_with_stars:",shortname_alternates:[],keywords:["night","star","uc6"],unicode_output:"1f303"},"1f30c":{name:"milky way",category:"travel",shortname:":milky_way:",shortname_alternates:[],keywords:["space","uc6"],unicode_output:"1f30c"},"1f309":{name:"bridge at night",category:"travel",shortname:":bridge_at_night:",shortname_alternates:[],keywords:["bridge","night","uc6"],unicode_output:"1f309"},"1f301":{name:"foggy",category:"travel",shortname:":foggy:",shortname_alternates:[],keywords:["fog","uc6"],unicode_output:"1f301"},"231a":{name:"watch",category:"objects",shortname:":watch:",shortname_alternates:[],keywords:["clock","uc1"],unicode_output:"231a"},"1f4f1":{name:"mobile phone",category:"objects",shortname:":mobile_phone:",shortname_alternates:[],keywords:["cell","mobile","phone","telephone","uc6"],unicode_output:"1f4f1"},"1f4f2":{name:"mobile phone with arrow",category:"objects",shortname:":calling:",shortname_alternates:[],keywords:["arrow","call","cell","mobile","phone","receive","telephone","uc6"],unicode_output:"1f4f2"},"1f4bb":{name:"laptop computer",category:"objects",shortname:":computer:",shortname_alternates:[],keywords:["computer","pc","personal","uc6"],unicode_output:"1f4bb"},"1f5a5":{name:"desktop computer",category:"objects",shortname:":desktop:",shortname_alternates:[":desktop_computer:"],keywords:["computer","desktop","uc7"],unicode_output:"1f5a5-fe0f"},"1f5a8":{name:"printer",category:"objects",shortname:":printer:",shortname_alternates:[],keywords:["computer","uc7"],unicode_output:"1f5a8-fe0f"},"1f5b1":{name:"computer mouse",category:"objects",shortname:":mouse_three_button:",shortname_alternates:[":three_button_mouse:"],keywords:["computer","uc7"],unicode_output:"1f5b1-fe0f"},"1f5b2":{name:"trackball",category:"objects",shortname:":trackball:",shortname_alternates:[],keywords:["computer","uc7"],unicode_output:"1f5b2-fe0f"},"1f579":{name:"joystick",category:"objects",shortname:":joystick:",shortname_alternates:[],keywords:["game","video game","uc7"],unicode_output:"1f579-fe0f"},"1f5dc":{name:"clamp",category:"objects",shortname:":compression:",shortname_alternates:[],keywords:["compress","tool","vice","uc7"],unicode_output:"1f5dc-fe0f"},"1f4bd":{name:"computer disk",category:"objects",shortname:":minidisc:",shortname_alternates:[],keywords:["computer","disk","minidisk","optical","uc6"],unicode_output:"1f4bd"},"1f4be":{name:"floppy disk",category:"objects",shortname:":floppy_disk:",shortname_alternates:[],keywords:["computer","disk","floppy","uc6"],unicode_output:"1f4be"},"1f4bf":{name:"optical disk",category:"objects",shortname:":cd:",shortname_alternates:[],keywords:["cd","computer","disk","optical","uc6"],unicode_output:"1f4bf"},"1f4c0":{name:"dvd",category:"objects",shortname:":dvd:",shortname_alternates:[],keywords:["blu-ray","computer","disk","dvd","optical","uc6"],unicode_output:"1f4c0"},"1f4fc":{name:"videocassette",category:"objects",shortname:":vhs:",shortname_alternates:[],keywords:["tape","vhs","video","uc6"],unicode_output:"1f4fc"},"1f4f7":{name:"camera",category:"objects",shortname:":camera:",shortname_alternates:[],keywords:["video","uc6"],unicode_output:"1f4f7"},"1f4f8":{name:"camera with flash",category:"objects",shortname:":camera_with_flash:",shortname_alternates:[],keywords:["camera","flash","video","uc7"],unicode_output:"1f4f8"},"1f4f9":{name:"video camera",category:"objects",shortname:":video_camera:",shortname_alternates:[],keywords:["camera","video","uc6"],unicode_output:"1f4f9"},"1f3a5":{name:"movie camera",category:"objects",shortname:":movie_camera:",shortname_alternates:[],keywords:["camera","cinema","movie","uc6"],unicode_output:"1f3a5"},"1f4fd":{name:"film projector",category:"objects",shortname:":projector:",shortname_alternates:[":film_projector:"],keywords:["cinema","film","movie","projector","video","uc7"],unicode_output:"1f4fd-fe0f"},"1f39e":{name:"film frames",category:"objects",shortname:":film_frames:",shortname_alternates:[],keywords:["cinema","film","frames","movie","uc7"],unicode_output:"1f39e-fe0f"},"1f4de":{name:"telephone receiver",category:"objects",shortname:":telephone_receiver:",shortname_alternates:[],keywords:["phone","receiver","telephone","uc6"],unicode_output:"1f4de"},"260e":{name:"telephone",category:"objects",shortname:":telephone:",shortname_alternates:[],keywords:["phone","uc1"],unicode_output:"260e-fe0f"},"1f4df":{name:"pager",category:"objects",shortname:":pager:",shortname_alternates:[],keywords:["pager","uc6"],unicode_output:"1f4df"},"1f4e0":{name:"fax machine",category:"objects",shortname:":fax:",shortname_alternates:[],keywords:["fax","uc6"],unicode_output:"1f4e0"},"1f4fa":{name:"television",category:"objects",shortname:":tv:",shortname_alternates:[],keywords:["tv","video","uc6"],unicode_output:"1f4fa"},"1f4fb":{name:"radio",category:"objects",shortname:":radio:",shortname_alternates:[],keywords:["video","uc6"],unicode_output:"1f4fb"},"1f399":{name:"studio microphone",category:"objects",shortname:":microphone2:",shortname_alternates:[":studio_microphone:"],keywords:["mic","microphone","music","studio","uc7"],unicode_output:"1f399-fe0f"},"1f39a":{name:"level slider",category:"objects",shortname:":level_slider:",shortname_alternates:[],keywords:["level","music","slider","uc7"],unicode_output:"1f39a-fe0f"},"1f39b":{name:"control knobs",category:"objects",shortname:":control_knobs:",shortname_alternates:[],keywords:["control","knobs","music","uc7"],unicode_output:"1f39b-fe0f"},"1f9ed":{name:"compass",category:"objects",shortname:":compass:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9ed"},"23f1":{name:"stopwatch",category:"objects",shortname:":stopwatch:",shortname_alternates:[],keywords:["clock","uc6"],unicode_output:"23f1-fe0f"},"23f2":{name:"timer clock",category:"objects",shortname:":timer:",shortname_alternates:[":timer_clock:"],keywords:["clock","timer","uc6"],unicode_output:"23f2-fe0f"},"23f0":{name:"alarm clock",category:"objects",shortname:":alarm_clock:",shortname_alternates:[],keywords:["alarm","clock","uc6"],unicode_output:"23f0"},"1f570":{name:"mantelpiece clock",category:"objects",shortname:":clock:",shortname_alternates:[":mantlepiece_clock:"],keywords:["clock","uc7"],unicode_output:"1f570-fe0f"},"231b":{name:"hourglass done",category:"objects",shortname:":hourglass:",shortname_alternates:[],keywords:["sand","timer","uc1"],unicode_output:"231b"},"23f3":{name:"hourglass not done",category:"objects",shortname:":hourglass_flowing_sand:",shortname_alternates:[],keywords:["hourglass","sand","timer","uc6"],unicode_output:"23f3"},"1f4e1":{name:"satellite antenna",category:"objects",shortname:":satellite:",shortname_alternates:[],keywords:["antenna","dish","satellite","uc6"],unicode_output:"1f4e1"},"1f50b":{name:"battery",category:"objects",shortname:":battery:",shortname_alternates:[],keywords:["battery","uc6"],unicode_output:"1f50b"},"1f50c":{name:"electric plug",category:"objects",shortname:":electric_plug:",shortname_alternates:[],keywords:["electric","electricity","plug","uc6"],unicode_output:"1f50c"},"1f4a1":{name:"light bulb",category:"objects",shortname:":bulb:",shortname_alternates:[],keywords:["bulb","comic","electric","idea","light","uc6"],unicode_output:"1f4a1"},"1f526":{name:"flashlight",category:"objects",shortname:":flashlight:",shortname_alternates:[],keywords:["electric","light","tool","torch","uc6"],unicode_output:"1f526"},"1f56f":{name:"candle",category:"objects",shortname:":candle:",shortname_alternates:[],keywords:["light","uc7"],unicode_output:"1f56f-fe0f"},"1fa94":{name:"diya lamp",category:"objects",shortname:":diya_lamp:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa94"},"1f9ef":{name:"fire extinguisher",category:"objects",shortname:":fire_extinguisher:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9ef"},"1f6e2":{name:"oil drum",category:"objects",shortname:":oil:",shortname_alternates:[":oil_drum:"],keywords:["drum","oil","uc7"],unicode_output:"1f6e2-fe0f"},"1f4b8":{name:"money with wings",category:"objects",shortname:":money_with_wings:",shortname_alternates:[],keywords:["bank","banknote","bill","dollar","fly","money","note","wings","uc6"],unicode_output:"1f4b8"},"1f4b5":{name:"dollar banknote",category:"objects",shortname:":dollar:",shortname_alternates:[],keywords:["bank","banknote","bill","currency","dollar","money","note","uc6"],unicode_output:"1f4b5"},"1f4b4":{name:"yen banknote",category:"objects",shortname:":yen:",shortname_alternates:[],keywords:["bank","banknote","bill","currency","money","note","yen","uc6"],unicode_output:"1f4b4"},"1f4b6":{name:"euro banknote",category:"objects",shortname:":euro:",shortname_alternates:[],keywords:["bank","banknote","bill","currency","euro","money","note","uc6"],unicode_output:"1f4b6"},"1f4b7":{name:"pound banknote",category:"objects",shortname:":pound:",shortname_alternates:[],keywords:["bank","banknote","bill","currency","money","note","pound","uc6"],unicode_output:"1f4b7"},"1fa99":{name:"coin",category:"objects",shortname:":coin:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa99"},"1f4b0":{name:"money bag",category:"objects",shortname:":moneybag:",shortname_alternates:[],keywords:["bag","dollar","money","moneybag","uc6"],unicode_output:"1f4b0"},"1f4b3":{name:"credit card",category:"objects",shortname:":credit_card:",shortname_alternates:[],keywords:["bank","card","credit","money","uc6"],unicode_output:"1f4b3"},"1f48e":{name:"gem stone",category:"objects",shortname:":gem:",shortname_alternates:[],keywords:["diamond","gem","jewel","uc6"],unicode_output:"1f48e"},"1fa9c":{name:"ladder",category:"objects",shortname:":ladder:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa9c"},"1f9f0":{name:"toolbox",category:"objects",shortname:":toolbox:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9f0"},"1fa9b":{name:"screwdriver",category:"objects",shortname:":screwdriver:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa9b"},"1f527":{name:"wrench",category:"objects",shortname:":wrench:",shortname_alternates:[],keywords:["spanner","tool","wrench","uc6"],unicode_output:"1f527"},"1f528":{name:"hammer",category:"objects",shortname:":hammer:",shortname_alternates:[],keywords:["tool","uc6"],unicode_output:"1f528"},"1f6e0":{name:"hammer and wrench",category:"objects",shortname:":tools:",shortname_alternates:[":hammer_and_wrench:"],keywords:["hammer","spanner","tool","wrench","uc7"],unicode_output:"1f6e0-fe0f"},"26cf":{name:"pick",category:"objects",shortname:":pick:",shortname_alternates:[],keywords:["mining","tool","uc5"],unicode_output:"26cf-fe0f"},"1f529":{name:"nut and bolt",category:"objects",shortname:":nut_and_bolt:",shortname_alternates:[],keywords:["bolt","nut","tool","uc6"],unicode_output:"1f529"},"1f9f1":{name:"brick",category:"objects",shortname:":bricks:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9f1"},"26d3":{name:"chains",category:"objects",shortname:":chains:",shortname_alternates:[],keywords:["chain","uc5"],unicode_output:"26d3-fe0f"},"1fa9d":{name:"hook",category:"objects",shortname:":hook:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa9d"},"1faa2":{name:"knot",category:"objects",shortname:":knot:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1faa2"},"1f9f2":{name:"magnet",category:"objects",shortname:":magnet:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9f2"},"1f52b":{name:"pistol",category:"objects",shortname:":gun:",shortname_alternates:[],keywords:["gun","handgun","revolver","tool","weapon","uc6"],unicode_output:"1f52b"},"1f4a3":{name:"bomb",category:"objects",shortname:":bomb:",shortname_alternates:[],keywords:["comic","uc6"],unicode_output:"1f4a3"},"1f9e8":{name:"firecracker",category:"objects",shortname:":firecracker:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9e8"},"1fa93":{name:"axe",category:"objects",shortname:":axe:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa93"},"1fa9a":{name:"carpentry saw",category:"objects",shortname:":carpentry_saw:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa9a"},"1f52a":{name:"kitchen knife",category:"objects",shortname:":knife:",shortname_alternates:[],keywords:["cooking","hocho","knife","tool","weapon","uc6"],unicode_output:"1f52a"},"1f5e1":{name:"dagger",category:"objects",shortname:":dagger:",shortname_alternates:[":dagger_knife:"],keywords:["knife","weapon","uc7"],unicode_output:"1f5e1-fe0f"},"1f6e1":{name:"shield",category:"objects",shortname:":shield:",shortname_alternates:[],keywords:["weapon","uc7"],unicode_output:"1f6e1-fe0f"},"1f6ac":{name:"cigarette",category:"objects",shortname:":smoking:",shortname_alternates:[],keywords:["smoking","uc6"],unicode_output:"1f6ac"},"26b0":{name:"coffin",category:"objects",shortname:":coffin:",shortname_alternates:[],keywords:["death","uc4"],unicode_output:"26b0-fe0f"},"1faa6":{name:"headstone",category:"objects",shortname:":headstone:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1faa6"},"26b1":{name:"funeral urn",category:"objects",shortname:":urn:",shortname_alternates:[":funeral_urn:"],keywords:["ashes","death","funeral","urn","uc4"],unicode_output:"26b1-fe0f"},"1f3fa":{name:"amphora",category:"objects",shortname:":amphora:",shortname_alternates:[],keywords:["Aquarius","cooking","drink","jug","tool","weapon","zodiac","uc8"],unicode_output:"1f3fa"},"1fa84":{name:"magic wand",category:"objects",shortname:":magic_wand:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa84"},"1f52e":{name:"crystal ball",category:"objects",shortname:":crystal_ball:",shortname_alternates:[],keywords:["ball","crystal","fairy tale","fantasy","fortune","tool","uc6"],unicode_output:"1f52e"},"1f4ff":{name:"prayer beads",category:"objects",shortname:":prayer_beads:",shortname_alternates:[],keywords:["beads","clothing","necklace","prayer","religion","uc8"],unicode_output:"1f4ff"},"1f9ff":{name:"nazar amulet",category:"objects",shortname:":nazar_amulet:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9ff"},"1f488":{name:"barber pole",category:"objects",shortname:":barber:",shortname_alternates:[],keywords:["barber","haircut","pole","uc6"],unicode_output:"1f488"},"1f52d":{name:"telescope",category:"objects",shortname:":telescope:",shortname_alternates:[],keywords:["science","tool","uc6"],unicode_output:"1f52d"},"1f52c":{name:"microscope",category:"objects",shortname:":microscope:",shortname_alternates:[],keywords:["science","tool","uc6"],unicode_output:"1f52c"},"1f573":{name:"hole",category:"objects",shortname:":hole:",shortname_alternates:[],keywords:["hole","uc7"],unicode_output:"1f573-fe0f"},"1fa9f":{name:"window",category:"objects",shortname:":window:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa9f"},"1fa79":{name:"adhesive bandage",category:"objects",shortname:":adhesive_bandage:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa79"},"1fa7a":{name:"stethoscope",category:"objects",shortname:":stethoscope:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa7a"},"1f48a":{name:"pill",category:"objects",shortname:":pill:",shortname_alternates:[],keywords:["doctor","medicine","sick","uc6"],unicode_output:"1f48a"},"1f489":{name:"syringe",category:"objects",shortname:":syringe:",shortname_alternates:[],keywords:["doctor","medicine","needle","shot","sick","tool","uc6"],unicode_output:"1f489"},"1fa78":{name:"drop of blood",category:"objects",shortname:":drop_of_blood:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa78"},"1f9ec":{name:"dna",category:"objects",shortname:":dna:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9ec"},"1f9a0":{name:"microbe",category:"objects",shortname:":microbe:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9a0"},"1f9eb":{name:"petri dish",category:"objects",shortname:":petri_dish:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9eb"},"1f9ea":{name:"test tube",category:"objects",shortname:":test_tube:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9ea"},"1f321":{name:"thermometer",category:"objects",shortname:":thermometer:",shortname_alternates:[],keywords:["weather","uc7"],unicode_output:"1f321-fe0f"},"1faa4":{name:"mouse trap",category:"objects",shortname:":mouse_trap:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1faa4"},"1f9f9":{name:"broom",category:"objects",shortname:":broom:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9f9"},"1f9fa":{name:"basket",category:"objects",shortname:":basket:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9fa"},"1faa1":{name:"sewing needle",category:"objects",shortname:":sewing_needle:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1faa1"},"1f9fb":{name:"roll of paper",category:"objects",shortname:":roll_of_paper:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9fb"},"1f6bd":{name:"toilet",category:"objects",shortname:":toilet:",shortname_alternates:[],keywords:["toilet","uc6"],unicode_output:"1f6bd"},"1faa0":{name:"plunger",category:"objects",shortname:":plunger:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1faa0"},"1faa3":{name:"bucket",category:"objects",shortname:":bucket:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1faa3"},"1f6b0":{name:"potable water",category:"objects",shortname:":potable_water:",shortname_alternates:[],keywords:["drinking","potable","water","uc6"],unicode_output:"1f6b0"},"1f6bf":{name:"shower",category:"objects",shortname:":shower:",shortname_alternates:[],keywords:["water","uc6"],unicode_output:"1f6bf"},"1f6c1":{name:"bathtub",category:"objects",shortname:":bathtub:",shortname_alternates:[],keywords:["bath","uc6"],unicode_output:"1f6c1"},"1f6c0":{name:"person taking bath",category:"objects",shortname:":bath:",shortname_alternates:[],keywords:["bath","bathtub","uc6"],unicode_output:"1f6c0"},"1f6c0-1f3fb":{name:"person taking bath: light skin tone",category:"objects",shortname:":bath_tone1:",shortname_alternates:[],keywords:["bath","bathtub","light skin tone","uc8"],unicode_output:"1f6c0-1f3fb"},"1f6c0-1f3fc":{name:"person taking bath: medium-light skin tone",category:"objects",shortname:":bath_tone2:",shortname_alternates:[],keywords:["bath","bathtub","medium-light skin tone","uc8"],unicode_output:"1f6c0-1f3fc"},"1f6c0-1f3fd":{name:"person taking bath: medium skin tone",category:"objects",shortname:":bath_tone3:",shortname_alternates:[],keywords:["bath","bathtub","medium skin tone","uc8"],unicode_output:"1f6c0-1f3fd"},"1f6c0-1f3fe":{name:"person taking bath: medium-dark skin tone",category:"objects",shortname:":bath_tone4:",shortname_alternates:[],keywords:["bath","bathtub","medium-dark skin tone","uc8"],unicode_output:"1f6c0-1f3fe"},"1f6c0-1f3ff":{name:"person taking bath: dark skin tone",category:"objects",shortname:":bath_tone5:",shortname_alternates:[],keywords:["bath","bathtub","dark skin tone","uc8"],unicode_output:"1f6c0-1f3ff"},"1faa5":{name:"toothbrush",category:"objects",shortname:":toothbrush:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1faa5"},"1f9fc":{name:"soap",category:"objects",shortname:":soap:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9fc"},"1fa92":{name:"razor",category:"objects",shortname:":razor:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa92"},"1f9fd":{name:"sponge",category:"objects",shortname:":sponge:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9fd"},"1f9f4":{name:"lotion bottle",category:"objects",shortname:":squeeze_bottle:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9f4"},"1f6ce":{name:"bellhop bell",category:"objects",shortname:":bellhop:",shortname_alternates:[":bellhop_bell:"],keywords:["bell","bellhop","hotel","uc7"],unicode_output:"1f6ce-fe0f"},"1f511":{name:"key",category:"objects",shortname:":key:",shortname_alternates:[],keywords:["lock","password","uc6"],unicode_output:"1f511"},"1f5dd":{name:"old key",category:"objects",shortname:":key2:",shortname_alternates:[":old_key:"],keywords:["clue","key","lock","old","uc7"],unicode_output:"1f5dd-fe0f"},"1f6aa":{name:"door",category:"objects",shortname:":door:",shortname_alternates:[],keywords:["door","uc6"],unicode_output:"1f6aa"},"1fa91":{name:"chair",category:"objects",shortname:":chair:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1fa91"},"1fa9e":{name:"mirror",category:"objects",shortname:":mirror:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa9e"},"1f6cb":{name:"couch and lamp",category:"objects",shortname:":couch:",shortname_alternates:[":couch_and_lamp:"],keywords:["couch","hotel","lamp","uc7"],unicode_output:"1f6cb-fe0f"},"1f6cf":{name:"bed",category:"objects",shortname:":bed:",shortname_alternates:[],keywords:["hotel","sleep","uc7"],unicode_output:"1f6cf-fe0f"},"1f6cc":{name:"person in bed",category:"objects",shortname:":sleeping_accommodation:",shortname_alternates:[],keywords:["hotel","sleep","uc7"],unicode_output:"1f6cc"},"1f6cc-1f3fb":{name:"person in bed: light skin tone",category:"objects",shortname:":person_in_bed_tone1:",shortname_alternates:[":person_in_bed_light_skin_tone:"],keywords:["hotel","light skin tone","sleep","uc8"],unicode_output:"1f6cc-1f3fb"},"1f6cc-1f3fc":{name:"person in bed: medium-light skin tone",category:"objects",shortname:":person_in_bed_tone2:",shortname_alternates:[":person_in_bed_medium_light_skin_tone:"],keywords:["hotel","medium-light skin tone","sleep","uc8"],unicode_output:"1f6cc-1f3fc"},"1f6cc-1f3fd":{name:"person in bed: medium skin tone",category:"objects",shortname:":person_in_bed_tone3:",shortname_alternates:[":person_in_bed_medium_skin_tone:"],keywords:["hotel","medium skin tone","sleep","uc8"],unicode_output:"1f6cc-1f3fd"},"1f6cc-1f3fe":{name:"person in bed: medium-dark skin tone",category:"objects",shortname:":person_in_bed_tone4:",shortname_alternates:[":person_in_bed_medium_dark_skin_tone:"],keywords:["hotel","medium-dark skin tone","sleep","uc8"],unicode_output:"1f6cc-1f3fe"},"1f6cc-1f3ff":{name:"person in bed: dark skin tone",category:"objects",shortname:":person_in_bed_tone5:",shortname_alternates:[":person_in_bed_dark_skin_tone:"],keywords:["dark skin tone","hotel","sleep","uc8"],unicode_output:"1f6cc-1f3ff"},"1f9f8":{name:"teddy bear",category:"objects",shortname:":teddy_bear:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9f8"},"1f5bc":{name:"framed picture",category:"objects",shortname:":frame_photo:",shortname_alternates:[":frame_with_picture:"],keywords:["art","frame","museum","painting","picture","uc7"],unicode_output:"1f5bc-fe0f"},"1f6cd":{name:"shopping bags",category:"objects",shortname:":shopping_bags:",shortname_alternates:[],keywords:["bag","hotel","shopping","uc7"],unicode_output:"1f6cd-fe0f"},"1f6d2":{name:"shopping cart",category:"objects",shortname:":shopping_cart:",shortname_alternates:[":shopping_trolley:"],keywords:["cart","shopping","trolley","uc9"],unicode_output:"1f6d2"},"1f381":{name:"wrapped gift",category:"objects",shortname:":gift:",shortname_alternates:[],keywords:["box","celebration","gift","present","wrapped","uc6"],unicode_output:"1f381"},"1f388":{name:"balloon",category:"objects",shortname:":balloon:",shortname_alternates:[],keywords:["celebration","uc6"],unicode_output:"1f388"},"1f38f":{name:"carp streamer",category:"objects",shortname:":flags:",shortname_alternates:[],keywords:["carp","celebration","streamer","uc6"],unicode_output:"1f38f"},"1f380":{name:"ribbon",category:"objects",shortname:":ribbon:",shortname_alternates:[],keywords:["celebration","uc6"],unicode_output:"1f380"},"1f38a":{name:"confetti ball",category:"objects",shortname:":confetti_ball:",shortname_alternates:[],keywords:["ball","celebration","confetti","uc6"],unicode_output:"1f38a"},"1f389":{name:"party popper",category:"objects",shortname:":tada:",shortname_alternates:[],keywords:["celebration","party","popper","tada","uc6"],unicode_output:"1f389"},"1fa85":{name:"piñata",category:"objects",shortname:":piñata:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa85"},"1fa86":{name:"nesting dolls",category:"objects",shortname:":nesting_dolls:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1fa86"},"1f38e":{name:"Japanese dolls",category:"objects",shortname:":dolls:",shortname_alternates:[],keywords:["Japanese","celebration","doll","festival","uc6"],unicode_output:"1f38e"},"1f3ee":{name:"red paper lantern",category:"objects",shortname:":izakaya_lantern:",shortname_alternates:[],keywords:["bar","lantern","light","red","uc6"],unicode_output:"1f3ee"},"1f390":{name:"wind chime",category:"objects",shortname:":wind_chime:",shortname_alternates:[],keywords:["bell","celebration","chime","wind","uc6"],unicode_output:"1f390"},"1f9e7":{name:"red envelope",category:"objects",shortname:":red_envelope:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9e7"},"1f4e9":{name:"envelope with arrow",category:"objects",shortname:":envelope_with_arrow:",shortname_alternates:[],keywords:["arrow","down","e-mail","email","envelope","letter","mail","outgoing","sent","uc6"],unicode_output:"1f4e9"},"1f4e8":{name:"incoming envelope",category:"objects",shortname:":incoming_envelope:",shortname_alternates:[],keywords:["e-mail","email","envelope","incoming","letter","mail","receive","uc6"],unicode_output:"1f4e8"},"1f4e7":{name:"e-mail",category:"objects",shortname:":e-mail:",shortname_alternates:[":email:"],keywords:["email","letter","mail","uc6"],unicode_output:"1f4e7"},"1f48c":{name:"love letter",category:"objects",shortname:":love_letter:",shortname_alternates:[],keywords:["heart","letter","love","mail","uc6"],unicode_output:"1f48c"},"1f4e5":{name:"inbox tray",category:"objects",shortname:":inbox_tray:",shortname_alternates:[],keywords:["box","inbox","letter","mail","receive","tray","uc6"],unicode_output:"1f4e5"},"1f4e4":{name:"outbox tray",category:"objects",shortname:":outbox_tray:",shortname_alternates:[],keywords:["box","letter","mail","outbox","sent","tray","uc6"],unicode_output:"1f4e4"},"1f4e6":{name:"package",category:"objects",shortname:":package:",shortname_alternates:[],keywords:["box","parcel","uc6"],unicode_output:"1f4e6"},"1f3f7":{name:"label",category:"objects",shortname:":label:",shortname_alternates:[],keywords:["label","uc7"],unicode_output:"1f3f7-fe0f"},"1f4ea":{name:"closed mailbox with lowered flag",category:"objects",shortname:":mailbox_closed:",shortname_alternates:[],keywords:["closed","lowered","mail","mailbox","postbox","uc6"],unicode_output:"1f4ea"},"1f4eb":{name:"closed mailbox with raised flag",category:"objects",shortname:":mailbox:",shortname_alternates:[],keywords:["closed","mail","mailbox","postbox","uc6"],unicode_output:"1f4eb"},"1f4ec":{name:"open mailbox with raised flag",category:"objects",shortname:":mailbox_with_mail:",shortname_alternates:[],keywords:["mail","mailbox","open","postbox","uc6"],unicode_output:"1f4ec"},"1f4ed":{name:"open mailbox with lowered flag",category:"objects",shortname:":mailbox_with_no_mail:",shortname_alternates:[],keywords:["lowered","mail","mailbox","open","postbox","uc6"],unicode_output:"1f4ed"},"1f4ee":{name:"postbox",category:"objects",shortname:":postbox:",shortname_alternates:[],keywords:["mail","mailbox","uc6"],unicode_output:"1f4ee"},"1f4ef":{name:"postal horn",category:"objects",shortname:":postal_horn:",shortname_alternates:[],keywords:["horn","post","postal","uc6"],unicode_output:"1f4ef"},"1faa7":{name:"placard",category:"objects",shortname:":placard:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1faa7"},"1f4dc":{name:"scroll",category:"objects",shortname:":scroll:",shortname_alternates:[],keywords:["paper","uc6"],unicode_output:"1f4dc"},"1f4c3":{name:"page with curl",category:"objects",shortname:":page_with_curl:",shortname_alternates:[],keywords:["curl","document","page","uc6"],unicode_output:"1f4c3"},"1f4c4":{name:"page facing up",category:"objects",shortname:":page_facing_up:",shortname_alternates:[],keywords:["document","page","uc6"],unicode_output:"1f4c4"},"1f4d1":{name:"bookmark tabs",category:"objects",shortname:":bookmark_tabs:",shortname_alternates:[],keywords:["bookmark","mark","marker","tabs","uc6"],unicode_output:"1f4d1"},"1f9fe":{name:"receipt",category:"objects",shortname:":receipt:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9fe"},"1f4ca":{name:"bar chart",category:"objects",shortname:":bar_chart:",shortname_alternates:[],keywords:["bar","chart","graph","uc6"],unicode_output:"1f4ca"},"1f4c8":{name:"chart increasing",category:"objects",shortname:":chart_with_upwards_trend:",shortname_alternates:[],keywords:["chart","graph","growth","trend","upward","uc6"],unicode_output:"1f4c8"},"1f4c9":{name:"chart decreasing",category:"objects",shortname:":chart_with_downwards_trend:",shortname_alternates:[],keywords:["chart","down","graph","trend","uc6"],unicode_output:"1f4c9"},"1f5d2":{name:"spiral notepad",category:"objects",shortname:":notepad_spiral:",shortname_alternates:[":spiral_note_pad:"],keywords:["note","pad","spiral","uc7"],unicode_output:"1f5d2-fe0f"},"1f5d3":{name:"spiral calendar",category:"objects",shortname:":calendar_spiral:",shortname_alternates:[":spiral_calendar_pad:"],keywords:["calendar","pad","spiral","uc7"],unicode_output:"1f5d3-fe0f"},"1f4c6":{name:"tear-off calendar",category:"objects",shortname:":calendar:",shortname_alternates:[],keywords:["calendar","uc6"],unicode_output:"1f4c6"},"1f4c5":{name:"calendar",category:"objects",shortname:":date:",shortname_alternates:[],keywords:["date","uc6"],unicode_output:"1f4c5"},"1f5d1":{name:"wastebasket",category:"objects",shortname:":wastebasket:",shortname_alternates:[],keywords:["wastebasket","uc7"],unicode_output:"1f5d1-fe0f"},"1f4c7":{name:"card index",category:"objects",shortname:":card_index:",shortname_alternates:[],keywords:["card","index","rolodex","uc6"],unicode_output:"1f4c7"},"1f5c3":{name:"card file box",category:"objects",shortname:":card_box:",shortname_alternates:[":card_file_box:"],keywords:["box","card","file","uc7"],unicode_output:"1f5c3-fe0f"},"1f5f3":{name:"ballot box with ballot",category:"objects",shortname:":ballot_box:",shortname_alternates:[":ballot_box_with_ballot:"],keywords:["ballot","box","uc7"],unicode_output:"1f5f3-fe0f"},"1f5c4":{name:"file cabinet",category:"objects",shortname:":file_cabinet:",shortname_alternates:[],keywords:["cabinet","file","filing","uc7"],unicode_output:"1f5c4-fe0f"},"1f4cb":{name:"clipboard",category:"objects",shortname:":clipboard:",shortname_alternates:[],keywords:["clipboard","uc6"],unicode_output:"1f4cb"},"1f4c1":{name:"file folder",category:"objects",shortname:":file_folder:",shortname_alternates:[],keywords:["file","folder","uc6"],unicode_output:"1f4c1"},"1f4c2":{name:"open file folder",category:"objects",shortname:":open_file_folder:",shortname_alternates:[],keywords:["file","folder","open","uc6"],unicode_output:"1f4c2"},"1f5c2":{name:"card index dividers",category:"objects",shortname:":dividers:",shortname_alternates:[":card_index_dividers:"],keywords:["card","dividers","index","uc7"],unicode_output:"1f5c2-fe0f"},"1f5de":{name:"rolled-up newspaper",category:"objects",shortname:":newspaper2:",shortname_alternates:[":rolled_up_newspaper:"],keywords:["news","newspaper","paper","rolled","uc7"],unicode_output:"1f5de-fe0f"},"1f4f0":{name:"newspaper",category:"objects",shortname:":newspaper:",shortname_alternates:[],keywords:["news","paper","uc6"],unicode_output:"1f4f0"},"1f4d3":{name:"notebook",category:"objects",shortname:":notebook:",shortname_alternates:[],keywords:["notebook","uc6"],unicode_output:"1f4d3"},"1f4d4":{name:"notebook with decorative cover",category:"objects",shortname:":notebook_with_decorative_cover:",shortname_alternates:[],keywords:["book","cover","decorated","notebook","uc6"],unicode_output:"1f4d4"},"1f4d2":{name:"ledger",category:"objects",shortname:":ledger:",shortname_alternates:[],keywords:["notebook","uc6"],unicode_output:"1f4d2"},"1f4d5":{name:"closed book",category:"objects",shortname:":closed_book:",shortname_alternates:[],keywords:["book","closed","uc6"],unicode_output:"1f4d5"},"1f4d7":{name:"green book",category:"objects",shortname:":green_book:",shortname_alternates:[],keywords:["book","green","uc6"],unicode_output:"1f4d7"},"1f4d8":{name:"blue book",category:"objects",shortname:":blue_book:",shortname_alternates:[],keywords:["blue","book","uc6"],unicode_output:"1f4d8"},"1f4d9":{name:"orange book",category:"objects",shortname:":orange_book:",shortname_alternates:[],keywords:["book","orange","uc6"],unicode_output:"1f4d9"},"1f4da":{name:"books",category:"objects",shortname:":books:",shortname_alternates:[],keywords:["book","uc6"],unicode_output:"1f4da"},"1f4d6":{name:"open book",category:"objects",shortname:":book:",shortname_alternates:[],keywords:["book","open","uc6"],unicode_output:"1f4d6"},"1f516":{name:"bookmark",category:"objects",shortname:":bookmark:",shortname_alternates:[],keywords:["mark","uc6"],unicode_output:"1f516"},"1f9f7":{name:"safety pin",category:"objects",shortname:":safety_pin:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9f7"},"1f517":{name:"link",category:"objects",shortname:":link:",shortname_alternates:[],keywords:["link","uc6"],unicode_output:"1f517"},"1f4ce":{name:"paperclip",category:"objects",shortname:":paperclip:",shortname_alternates:[],keywords:["paperclip","uc6"],unicode_output:"1f4ce"},"1f587":{name:"linked paperclips",category:"objects",shortname:":paperclips:",shortname_alternates:[":linked_paperclips:"],keywords:["link","paperclip","uc7"],unicode_output:"1f587-fe0f"},"1f4d0":{name:"triangular ruler",category:"objects",shortname:":triangular_ruler:",shortname_alternates:[],keywords:["ruler","set","triangle","uc6"],unicode_output:"1f4d0"},"1f4cf":{name:"straight ruler",category:"objects",shortname:":straight_ruler:",shortname_alternates:[],keywords:["ruler","straight edge","uc6"],unicode_output:"1f4cf"},"1f9ee":{name:"abacus",category:"objects",shortname:":abacus:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f9ee"},"1f4cc":{name:"pushpin",category:"objects",shortname:":pushpin:",shortname_alternates:[],keywords:["pin","uc6"],unicode_output:"1f4cc"},"1f4cd":{name:"round pushpin",category:"objects",shortname:":round_pushpin:",shortname_alternates:[],keywords:["pin","pushpin","uc6"],unicode_output:"1f4cd"},"1f58a":{name:"pen",category:"objects",shortname:":pen_ballpoint:",shortname_alternates:[":lower_left_ballpoint_pen:"],keywords:["ballpoint","uc7"],unicode_output:"1f58a-fe0f"},"1f58b":{name:"fountain pen",category:"objects",shortname:":pen_fountain:",shortname_alternates:[":lower_left_fountain_pen:"],keywords:["fountain","pen","uc7"],unicode_output:"1f58b-fe0f"},"1f58c":{name:"paintbrush",category:"objects",shortname:":paintbrush:",shortname_alternates:[":lower_left_paintbrush:"],keywords:["painting","uc7"],unicode_output:"1f58c-fe0f"},"1f58d":{name:"crayon",category:"objects",shortname:":crayon:",shortname_alternates:[":lower_left_crayon:"],keywords:["crayon","uc7"],unicode_output:"1f58d-fe0f"},"1f4dd":{name:"memo",category:"objects",shortname:":pencil:",shortname_alternates:[":memo:"],keywords:["pencil","uc6"],unicode_output:"1f4dd"},"270f":{name:"pencil",category:"objects",shortname:":pencil2:",shortname_alternates:[],keywords:["pencil","uc1"],unicode_output:"270f-fe0f"},"1f50d":{name:"magnifying glass tilted left",category:"objects",shortname:":mag:",shortname_alternates:[],keywords:["glass","magnifying","search","tool","uc6"],unicode_output:"1f50d"},"1f50e":{name:"magnifying glass tilted right",category:"objects",shortname:":mag_right:",shortname_alternates:[],keywords:["glass","magnifying","search","tool","uc6"],unicode_output:"1f50e"},"1f50f":{name:"locked with pen",category:"objects",shortname:":lock_with_ink_pen:",shortname_alternates:[],keywords:["ink","lock","nib","pen","privacy","uc6"],unicode_output:"1f50f"},"1f510":{name:"locked with key",category:"objects",shortname:":closed_lock_with_key:",shortname_alternates:[],keywords:["closed","key","lock","secure","uc6"],unicode_output:"1f510"},"1f512":{name:"locked",category:"objects",shortname:":lock:",shortname_alternates:[],keywords:["closed","uc6"],unicode_output:"1f512"},"1f513":{name:"unlocked",category:"objects",shortname:":unlock:",shortname_alternates:[],keywords:["lock","open","unlock","uc6"],unicode_output:"1f513"},"1f9e1":{name:"orange heart",category:"symbols",shortname:":orange_heart:",shortname_alternates:[],keywords:["orange","uc10"],unicode_output:"1f9e1"},"1f49b":{name:"yellow heart",category:"symbols",shortname:":yellow_heart:",shortname_alternates:[],keywords:["yellow","uc6"],unicode_output:"1f49b"},"1f49a":{name:"green heart",category:"symbols",shortname:":green_heart:",shortname_alternates:[],keywords:["green","uc6"],unicode_output:"1f49a"},"1f499":{name:"blue heart",category:"symbols",shortname:":blue_heart:",shortname_alternates:[],keywords:["blue","uc6"],unicode_output:"1f499"},"1f49c":{name:"purple heart",category:"symbols",shortname:":purple_heart:",shortname_alternates:[],keywords:["purple","uc6"],unicode_output:"1f49c"},"1f5a4":{name:"black heart",category:"symbols",shortname:":black_heart:",shortname_alternates:[],keywords:["black","evil","wicked","uc9"],unicode_output:"1f5a4"},"1f90e":{name:"brown heart",category:"symbols",shortname:":brown_heart:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f90e"},"1f90d":{name:"white heart",category:"symbols",shortname:":white_heart:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f90d"},"1f494":{name:"broken heart",category:"symbols",shortname:":broken_heart:",shortname_alternates:[],keywords:["break","broken","uc6"],unicode_output:"1f494"},"1f495":{name:"two hearts",category:"symbols",shortname:":two_hearts:",shortname_alternates:[],keywords:["love","uc6"],unicode_output:"1f495"},"1f49e":{name:"revolving hearts",category:"symbols",shortname:":revolving_hearts:",shortname_alternates:[],keywords:["revolving","uc6"],unicode_output:"1f49e"},"1f493":{name:"beating heart",category:"symbols",shortname:":heartbeat:",shortname_alternates:[],keywords:["beating","heartbeat","pulsating","uc6"],unicode_output:"1f493"},"1f497":{name:"growing heart",category:"symbols",shortname:":heartpulse:",shortname_alternates:[],keywords:["excited","growing","nervous","pulse","uc6"],unicode_output:"1f497"},"1f496":{name:"sparkling heart",category:"symbols",shortname:":sparkling_heart:",shortname_alternates:[],keywords:["excited","sparkle","uc6"],unicode_output:"1f496"},"1f498":{name:"heart with arrow",category:"symbols",shortname:":cupid:",shortname_alternates:[],keywords:["arrow","cupid","uc6"],unicode_output:"1f498"},"1f49d":{name:"heart with ribbon",category:"symbols",shortname:":gift_heart:",shortname_alternates:[],keywords:["ribbon","valentine","uc6"],unicode_output:"1f49d"},"2764-1fa79":{name:"mending heart",category:"symbols",shortname:":mending_heart:",shortname_alternates:[],keywords:["uc13"],unicode_output:"2764-fe0f-200d-1fa79"},"2764-1f525":{name:"heart on fire",category:"symbols",shortname:":heart_on_fire:",shortname_alternates:[],keywords:["uc13"],unicode_output:"2764-fe0f-200d-1f525"},"1f49f":{name:"heart decoration",category:"symbols",shortname:":heart_decoration:",shortname_alternates:[],keywords:["heart","uc6"],unicode_output:"1f49f"},"262e":{name:"peace symbol",category:"symbols",shortname:":peace:",shortname_alternates:[":peace_symbol:"],keywords:["peace","uc1"],unicode_output:"262e-fe0f"},"271d":{name:"latin cross",category:"symbols",shortname:":cross:",shortname_alternates:[":latin_cross:"],keywords:["Christian","cross","religion","uc1"],unicode_output:"271d-fe0f"},"262a":{name:"star and crescent",category:"symbols",shortname:":star_and_crescent:",shortname_alternates:[],keywords:["Muslim","islam","religion","uc1"],unicode_output:"262a-fe0f"},"1f549":{name:"om",category:"symbols",shortname:":om_symbol:",shortname_alternates:[],keywords:["Hindu","religion","uc7"],unicode_output:"1f549-fe0f"},"1f52f":{name:"dotted six-pointed star",category:"symbols",shortname:":six_pointed_star:",shortname_alternates:[],keywords:["fortune","star","uc6"],unicode_output:"1f52f"},"1f54e":{name:"menorah",category:"symbols",shortname:":menorah:",shortname_alternates:[],keywords:["candelabrum","candlestick","religion","uc8"],unicode_output:"1f54e"},"262f":{name:"yin yang",category:"symbols",shortname:":yin_yang:",shortname_alternates:[],keywords:["religion","tao","taoist","yang","yin","uc1"],unicode_output:"262f-fe0f"},"1f6d0":{name:"place of worship",category:"symbols",shortname:":place_of_worship:",shortname_alternates:[":worship_symbol:"],keywords:["religion","worship","uc8"],unicode_output:"1f6d0"},"26ce":{name:"Ophiuchus",category:"symbols",shortname:":ophiuchus:",shortname_alternates:[],keywords:["bearer","serpent","snake","zodiac","uc6"],unicode_output:"26ce"},"264a":{name:"Gemini",category:"symbols",shortname:":gemini:",shortname_alternates:[],keywords:["twins","zodiac","uc1"],unicode_output:"264a"},"264b":{name:"Cancer",category:"symbols",shortname:":cancer:",shortname_alternates:[],keywords:["crab","zodiac","uc1"],unicode_output:"264b"},"264c":{name:"Leo",category:"symbols",shortname:":leo:",shortname_alternates:[],keywords:["lion","zodiac","uc1"],unicode_output:"264c"},"264d":{name:"Virgo",category:"symbols",shortname:":virgo:",shortname_alternates:[],keywords:["zodiac","uc1"],unicode_output:"264d"},"264e":{name:"Libra",category:"symbols",shortname:":libra:",shortname_alternates:[],keywords:["balance","justice","scales","zodiac","uc1"],unicode_output:"264e"},"264f":{name:"Scorpio",category:"symbols",shortname:":scorpius:",shortname_alternates:[],keywords:["scorpio","scorpion","zodiac","uc1"],unicode_output:"264f"},"1f194":{name:"ID button",category:"symbols",shortname:":id:",shortname_alternates:[],keywords:["id","identity","uc6"],unicode_output:"1f194"},"269b":{name:"atom symbol",category:"symbols",shortname:":atom:",shortname_alternates:[":atom_symbol:"],keywords:["atheist","atom","uc4"],unicode_output:"269b-fe0f"},"1f251":{name:"Japanese “acceptable” button",category:"symbols",shortname:":accept:",shortname_alternates:[],keywords:["Japanese","ideograph","“acceptable”","可","uc6"],unicode_output:"1f251"},"1f4f4":{name:"mobile phone off",category:"symbols",shortname:":mobile_phone_off:",shortname_alternates:[],keywords:["cell","mobile","off","phone","telephone","uc6"],unicode_output:"1f4f4"},"1f4f3":{name:"vibration mode",category:"symbols",shortname:":vibration_mode:",shortname_alternates:[],keywords:["cell","mobile","mode","phone","telephone","vibration","uc6"],unicode_output:"1f4f3"},"1f236":{name:"Japanese “not free of charge” button",category:"symbols",shortname:":u6709:",shortname_alternates:[],keywords:["Japanese","ideograph","“not free of charge”","有","uc6"],unicode_output:"1f236"},"1f21a":{name:"Japanese “free of charge” button",category:"symbols",shortname:":u7121:",shortname_alternates:[],keywords:["Japanese","ideograph","“free of charge”","無","uc5"],unicode_output:"1f21a"},"1f238":{name:"Japanese “application” button",category:"symbols",shortname:":u7533:",shortname_alternates:[],keywords:["Japanese","ideograph","“application”","申","uc6"],unicode_output:"1f238"},"1f23a":{name:"Japanese “open for business” button",category:"symbols",shortname:":u55b6:",shortname_alternates:[],keywords:["Japanese","ideograph","“open for business”","営","uc6"],unicode_output:"1f23a"},"1f237":{name:"Japanese “monthly amount” button",category:"symbols",shortname:":u6708:",shortname_alternates:[],keywords:["Japanese","ideograph","“monthly amount”","月","uc6"],unicode_output:"1f237-fe0f"},"1f19a":{name:"VS button",category:"symbols",shortname:":vs:",shortname_alternates:[],keywords:["versus","vs","uc6"],unicode_output:"1f19a"},"1f4ae":{name:"white flower",category:"symbols",shortname:":white_flower:",shortname_alternates:[],keywords:["flower","uc6"],unicode_output:"1f4ae"},"1f250":{name:"Japanese “bargain” button",category:"symbols",shortname:":ideograph_advantage:",shortname_alternates:[],keywords:["Japanese","ideograph","“bargain”","得","uc6"],unicode_output:"1f250"},"1f234":{name:"Japanese “passing grade” button",category:"symbols",shortname:":u5408:",shortname_alternates:[],keywords:["Japanese","ideograph","“passing grade”","合","uc6"],unicode_output:"1f234"},"1f235":{name:"Japanese “no vacancy” button",category:"symbols",shortname:":u6e80:",shortname_alternates:[],keywords:["Japanese","ideograph","“no vacancy”","満","uc6"],unicode_output:"1f235"},"1f239":{name:"Japanese “discount” button",category:"symbols",shortname:":u5272:",shortname_alternates:[],keywords:["Japanese","ideograph","“discount”","割","uc6"],unicode_output:"1f239"},"1f232":{name:"Japanese “prohibited” button",category:"symbols",shortname:":u7981:",shortname_alternates:[],keywords:["Japanese","ideograph","“prohibited”","禁","uc6"],unicode_output:"1f232"},"1f170":{name:"A button (blood type)",category:"symbols",shortname:":a:",shortname_alternates:[],keywords:["a","blood type","uc6"],unicode_output:"1f170-fe0f"},"1f171":{name:"B button (blood type)",category:"symbols",shortname:":b:",shortname_alternates:[],keywords:["b","blood type","uc6"],unicode_output:"1f171-fe0f"},"1f18e":{name:"AB button (blood type)",category:"symbols",shortname:":ab:",shortname_alternates:[],keywords:["ab","blood type","uc6"],unicode_output:"1f18e"},"1f191":{name:"CL button",category:"symbols",shortname:":cl:",shortname_alternates:[],keywords:["cl","uc6"],unicode_output:"1f191"},"1f17e":{name:"O button (blood type)",category:"symbols",shortname:":o2:",shortname_alternates:[],keywords:["blood type","o","uc6"],unicode_output:"1f17e-fe0f"},"1f198":{name:"SOS button",category:"symbols",shortname:":sos:",shortname_alternates:[],keywords:["help","sos","uc6"],unicode_output:"1f198"},"274c":{name:"cross mark",category:"symbols",shortname:":x:",shortname_alternates:[],keywords:["cancel","mark","multiplication","multiply","x","uc6"],unicode_output:"274c"},"2b55":{name:"hollow red circle",category:"symbols",shortname:":o:",shortname_alternates:[],keywords:["circle","o","uc5"],unicode_output:"2b55"},"1f6d1":{name:"stop sign",category:"symbols",shortname:":octagonal_sign:",shortname_alternates:[":stop_sign:"],keywords:["octagonal","sign","stop","uc9"],unicode_output:"1f6d1"},"26d4":{name:"no entry",category:"symbols",shortname:":no_entry:",shortname_alternates:[],keywords:["entry","forbidden","no","not","prohibited","traffic","uc5"],unicode_output:"26d4"},"1f4db":{name:"name badge",category:"symbols",shortname:":name_badge:",shortname_alternates:[],keywords:["badge","name","uc6"],unicode_output:"1f4db"},"1f6ab":{name:"prohibited",category:"symbols",shortname:":no_entry_sign:",shortname_alternates:[],keywords:["entry","forbidden","no","not","uc6"],unicode_output:"1f6ab"},"1f4af":{name:"hundred points",category:"symbols",shortname:":100:",shortname_alternates:[],keywords:["100","full","hundred","score","uc6"],unicode_output:"1f4af"},"1f4a2":{name:"anger symbol",category:"symbols",shortname:":anger:",shortname_alternates:[],keywords:["angry","comic","mad","uc6"],unicode_output:"1f4a2"},"1f6b7":{name:"no pedestrians",category:"symbols",shortname:":no_pedestrians:",shortname_alternates:[],keywords:["forbidden","no","not","pedestrian","prohibited","uc6"],unicode_output:"1f6b7"},"1f6af":{name:"no littering",category:"symbols",shortname:":do_not_litter:",shortname_alternates:[],keywords:["forbidden","litter","no","not","prohibited","uc6"],unicode_output:"1f6af"},"1f6b3":{name:"no bicycles",category:"symbols",shortname:":no_bicycles:",shortname_alternates:[],keywords:["bicycle","bike","forbidden","no","not","prohibited","uc6"],unicode_output:"1f6b3"},"1f6b1":{name:"non-potable water",category:"symbols",shortname:":non-potable_water:",shortname_alternates:[],keywords:["non-drinking","non-potable","water","uc6"],unicode_output:"1f6b1"},"1f51e":{name:"no one under eighteen",category:"symbols",shortname:":underage:",shortname_alternates:[],keywords:["18","age restriction","eighteen","forbidden","no","not","prohibited","underage","uc6"],unicode_output:"1f51e"},"1f4f5":{name:"no mobile phones",category:"symbols",shortname:":no_mobile_phones:",shortname_alternates:[],keywords:["cell","forbidden","mobile","no","not","phone","prohibited","telephone","uc6"],unicode_output:"1f4f5"},"1f6ad":{name:"no smoking",category:"symbols",shortname:":no_smoking:",shortname_alternates:[],keywords:["forbidden","no","not","prohibited","smoking","uc6"],unicode_output:"1f6ad"},"203c":{name:"double exclamation mark",category:"symbols",shortname:":bangbang:",shortname_alternates:[],keywords:["bangbang","exclamation","mark","punctuation","uc1"],unicode_output:"203c-fe0f"},"1f505":{name:"dim button",category:"symbols",shortname:":low_brightness:",shortname_alternates:[],keywords:["brightness","dim","low","uc6"],unicode_output:"1f505"},"1f506":{name:"bright button",category:"symbols",shortname:":high_brightness:",shortname_alternates:[],keywords:["bright","brightness","uc6"],unicode_output:"1f506"},"303d":{name:"part alternation mark",category:"symbols",shortname:":part_alternation_mark:",shortname_alternates:[],keywords:["mark","part","uc3"],unicode_output:"303d-fe0f"},"26a0":{name:"warning",category:"symbols",shortname:":warning:",shortname_alternates:[],keywords:["warning","uc4"],unicode_output:"26a0-fe0f"},"1f6b8":{name:"children crossing",category:"symbols",shortname:":children_crossing:",shortname_alternates:[],keywords:["child","crossing","pedestrian","traffic","uc6"],unicode_output:"1f6b8"},"1f531":{name:"trident emblem",category:"symbols",shortname:":trident:",shortname_alternates:[],keywords:["anchor","emblem","ship","tool","trident","uc6"],unicode_output:"1f531"},"269c":{name:"fleur-de-lis",category:"symbols",shortname:":fleur-de-lis:",shortname_alternates:[],keywords:["fleur-de-lis","uc4"],unicode_output:"269c-fe0f"},"1f530":{name:"Japanese symbol for beginner",category:"symbols",shortname:":beginner:",shortname_alternates:[],keywords:["Japanese","beginner","chevron","green","leaf","tool","yellow","uc6"],unicode_output:"1f530"},"267b":{name:"recycling symbol",category:"symbols",shortname:":recycle:",shortname_alternates:[],keywords:["recycle","uc3"],unicode_output:"267b-fe0f"},"1f22f":{name:"Japanese “reserved” button",category:"symbols",shortname:":u6307:",shortname_alternates:[],keywords:["Japanese","ideograph","“reserved”","指","uc5"],unicode_output:"1f22f"},"1f4b9":{name:"chart increasing with yen",category:"symbols",shortname:":chart:",shortname_alternates:[],keywords:["bank","chart","currency","graph","growth","market","money","rise","trend","upward","yen","uc6"],unicode_output:"1f4b9"},"274e":{name:"cross mark button",category:"symbols",shortname:":negative_squared_cross_mark:",shortname_alternates:[],keywords:["mark","square","uc6"],unicode_output:"274e"},"1f310":{name:"globe with meridians",category:"symbols",shortname:":globe_with_meridians:",shortname_alternates:[],keywords:["earth","globe","meridians","world","uc6"],unicode_output:"1f310"},"1f4a0":{name:"diamond with a dot",category:"symbols",shortname:":diamond_shape_with_a_dot_inside:",shortname_alternates:[],keywords:["comic","diamond","geometric","inside","uc6"],unicode_output:"1f4a0"},"24c2":{name:"circled M",category:"symbols",shortname:":m:",shortname_alternates:[],keywords:["circle","m","uc1"],unicode_output:"24c2-fe0f"},"1f300":{name:"cyclone",category:"symbols",shortname:":cyclone:",shortname_alternates:[],keywords:["dizzy","twister","typhoon","uc6"],unicode_output:"1f300"},"1f4a4":{name:"zzz",category:"symbols",shortname:":zzz:",shortname_alternates:[],keywords:["comic","sleep","uc6"],unicode_output:"1f4a4"},"1f3e7":{name:"ATM sign",category:"symbols",shortname:":atm:",shortname_alternates:[],keywords:["atm","automated","bank","teller","uc6"],unicode_output:"1f3e7"},"1f6be":{name:"water closet",category:"symbols",shortname:":wc:",shortname_alternates:[],keywords:["closet","lavatory","restroom","water","wc","uc6"],unicode_output:"1f6be"},"267f":{name:"wheelchair symbol",category:"symbols",shortname:":wheelchair:",shortname_alternates:[],keywords:["access","uc4"],unicode_output:"267f"},"1f17f":{name:"P button",category:"symbols",shortname:":parking:",shortname_alternates:[],keywords:["parking","uc5"],unicode_output:"1f17f-fe0f"},"1f233":{name:"Japanese “vacancy” button",category:"symbols",shortname:":u7a7a:",shortname_alternates:[],keywords:["Japanese","ideograph","“vacancy”","空","uc6"],unicode_output:"1f233"},"1f202":{name:"Japanese “service charge” button",category:"symbols",shortname:":sa:",shortname_alternates:[],keywords:["Japanese","katakana","“service charge”","サ","uc6"],unicode_output:"1f202-fe0f"},"1f6c2":{name:"passport control",category:"symbols",shortname:":passport_control:",shortname_alternates:[],keywords:["control","passport","uc6"],unicode_output:"1f6c2"},"1f6c3":{name:"customs",category:"symbols",shortname:":customs:",shortname_alternates:[],keywords:["customs","uc6"],unicode_output:"1f6c3"},"1f6c4":{name:"baggage claim",category:"symbols",shortname:":baggage_claim:",shortname_alternates:[],keywords:["baggage","claim","uc6"],unicode_output:"1f6c4"},"1f6c5":{name:"left luggage",category:"symbols",shortname:":left_luggage:",shortname_alternates:[],keywords:["baggage","locker","luggage","uc6"],unicode_output:"1f6c5"},"1f6d7":{name:"elevator",category:"symbols",shortname:":elevator:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f6d7"},"1f6b9":{name:"men’s room",category:"symbols",shortname:":mens:",shortname_alternates:[],keywords:["lavatory","man","restroom","wc","uc6"],unicode_output:"1f6b9"},"1f6ba":{name:"women’s room",category:"symbols",shortname:":womens:",shortname_alternates:[],keywords:["lavatory","restroom","wc","woman","uc6"],unicode_output:"1f6ba"},"1f6bc":{name:"baby symbol",category:"symbols",shortname:":baby_symbol:",shortname_alternates:[],keywords:["baby","changing","uc6"],unicode_output:"1f6bc"},"1f6bb":{name:"restroom",category:"symbols",shortname:":restroom:",shortname_alternates:[],keywords:["WC","lavatory","restroom","uc6"],unicode_output:"1f6bb"},"1f6ae":{name:"litter in bin sign",category:"symbols",shortname:":put_litter_in_its_place:",shortname_alternates:[],keywords:["litter","litter bin","uc6"],unicode_output:"1f6ae"},"1f3a6":{name:"cinema",category:"symbols",shortname:":cinema:",shortname_alternates:[],keywords:["camera","film","movie","uc6"],unicode_output:"1f3a6"},"1f4f6":{name:"antenna bars",category:"symbols",shortname:":signal_strength:",shortname_alternates:[],keywords:["antenna","bar","cell","mobile","phone","signal","telephone","uc6"],unicode_output:"1f4f6"},"1f201":{name:"Japanese “here” button",category:"symbols",shortname:":koko:",shortname_alternates:[],keywords:["Japanese","katakana","“here”","ココ","uc6"],unicode_output:"1f201"},"1f523":{name:"input symbols",category:"symbols",shortname:":symbols:",shortname_alternates:[],keywords:["input","〒♪&%","uc6"],unicode_output:"1f523"},"1f524":{name:"input latin letters",category:"symbols",shortname:":abc:",shortname_alternates:[],keywords:["abc","alphabet","input","latin","letters","uc6"],unicode_output:"1f524"},"1f521":{name:"input latin lowercase",category:"symbols",shortname:":abcd:",shortname_alternates:[],keywords:["abcd","input","latin","letters","lowercase","uc6"],unicode_output:"1f521"},"1f520":{name:"input latin uppercase",category:"symbols",shortname:":capital_abcd:",shortname_alternates:[],keywords:["ABCD","input","latin","letters","uppercase","uc6"],unicode_output:"1f520"},"1f196":{name:"NG button",category:"symbols",shortname:":ng:",shortname_alternates:[],keywords:["ng","uc6"],unicode_output:"1f196"},"1f197":{name:"OK button",category:"symbols",shortname:":ok:",shortname_alternates:[],keywords:["OK","uc6"],unicode_output:"1f197"},"1f199":{name:"UP! button",category:"symbols",shortname:":up:",shortname_alternates:[],keywords:["mark","up","uc6"],unicode_output:"1f199"},"1f192":{name:"COOL button",category:"symbols",shortname:":cool:",shortname_alternates:[],keywords:["cool","uc6"],unicode_output:"1f192"},"1f195":{name:"NEW button",category:"symbols",shortname:":new:",shortname_alternates:[],keywords:["new","uc6"],unicode_output:"1f195"},"1f193":{name:"FREE button",category:"symbols",shortname:":free:",shortname_alternates:[],keywords:["free","uc6"],unicode_output:"1f193"},"0030-20e3":{name:"keycap: 0",category:"symbols",shortname:":zero:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0030-fe0f-20e3"},"0031-20e3":{name:"keycap: 1",category:"symbols",shortname:":one:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0031-fe0f-20e3"},"0032-20e3":{name:"keycap: 2",category:"symbols",shortname:":two:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0032-fe0f-20e3"},"0033-20e3":{name:"keycap: 3",category:"symbols",shortname:":three:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0033-fe0f-20e3"},"0034-20e3":{name:"keycap: 4",category:"symbols",shortname:":four:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0034-fe0f-20e3"},"0035-20e3":{name:"keycap: 5",category:"symbols",shortname:":five:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0035-fe0f-20e3"},"0036-20e3":{name:"keycap: 6",category:"symbols",shortname:":six:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0036-fe0f-20e3"},"0037-20e3":{name:"keycap: 7",category:"symbols",shortname:":seven:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0037-fe0f-20e3"},"0038-20e3":{name:"keycap: 8",category:"symbols",shortname:":eight:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0038-fe0f-20e3"},"0039-20e3":{name:"keycap: 9",category:"symbols",shortname:":nine:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0039-fe0f-20e3"},"1f51f":{name:"keycap: 10",category:"symbols",shortname:":keycap_ten:",shortname_alternates:[],keywords:["keycap 10","uc6"],unicode_output:"1f51f"},"1f522":{name:"input numbers",category:"symbols",shortname:":1234:",shortname_alternates:[],keywords:["1234","input","numbers","uc6"],unicode_output:"1f522"},"0023-20e3":{name:"keycap: #",category:"symbols",shortname:":hash:",shortname_alternates:[],keywords:["keycap","uc3"],unicode_output:"0023-fe0f-20e3"},"002a-20e3":{name:"keycap: *",category:"symbols",shortname:":asterisk:",shortname_alternates:[":keycap_asterisk:"],keywords:["keycap","uc3"],unicode_output:"002a-fe0f-20e3"},"23cf":{name:"eject button",category:"symbols",shortname:":eject:",shortname_alternates:[":eject_symbol:"],keywords:["eject","uc4"],unicode_output:"23cf-fe0f"},"25b6":{name:"play button",category:"symbols",shortname:":arrow_forward:",shortname_alternates:[],keywords:["arrow","play","right","triangle","uc1"],unicode_output:"25b6-fe0f"},"23f8":{name:"pause button",category:"symbols",shortname:":pause_button:",shortname_alternates:[":double_vertical_bar:"],keywords:["bar","double","pause","vertical","uc7"],unicode_output:"23f8-fe0f"},"23ef":{name:"play or pause button",category:"symbols",shortname:":play_pause:",shortname_alternates:[],keywords:["arrow","pause","play","right","triangle","uc6"],unicode_output:"23ef-fe0f"},"23f9":{name:"stop button",category:"symbols",shortname:":stop_button:",shortname_alternates:[],keywords:["square","stop","uc7"],unicode_output:"23f9-fe0f"},"23fa":{name:"record button",category:"symbols",shortname:":record_button:",shortname_alternates:[],keywords:["circle","record","uc7"],unicode_output:"23fa-fe0f"},"23ed":{name:"next track button",category:"symbols",shortname:":track_next:",shortname_alternates:[":next_track:"],keywords:["arrow","next scene","next track","triangle","uc6"],unicode_output:"23ed-fe0f"},"23ee":{name:"last track button",category:"symbols",shortname:":track_previous:",shortname_alternates:[":previous_track:"],keywords:["arrow","previous scene","previous track","triangle","uc6"],unicode_output:"23ee-fe0f"},"23e9":{name:"fast-forward button",category:"symbols",shortname:":fast_forward:",shortname_alternates:[],keywords:["arrow","double","fast","forward","uc6"],unicode_output:"23e9"},"23ea":{name:"fast reverse button",category:"symbols",shortname:":rewind:",shortname_alternates:[],keywords:["arrow","double","rewind","uc6"],unicode_output:"23ea"},"23eb":{name:"fast up button",category:"symbols",shortname:":arrow_double_up:",shortname_alternates:[],keywords:["arrow","double","uc6"],unicode_output:"23eb"},"23ec":{name:"fast down button",category:"symbols",shortname:":arrow_double_down:",shortname_alternates:[],keywords:["arrow","double","down","uc6"],unicode_output:"23ec"},"25c0":{name:"reverse button",category:"symbols",shortname:":arrow_backward:",shortname_alternates:[],keywords:["arrow","left","reverse","triangle","uc1"],unicode_output:"25c0-fe0f"},"1f53c":{name:"upwards button",category:"symbols",shortname:":arrow_up_small:",shortname_alternates:[],keywords:["arrow","button","red","uc6"],unicode_output:"1f53c"},"1f53d":{name:"downwards button",category:"symbols",shortname:":arrow_down_small:",shortname_alternates:[],keywords:["arrow","button","down","red","uc6"],unicode_output:"1f53d"},"27a1":{name:"right arrow",category:"symbols",shortname:":arrow_right:",shortname_alternates:[],keywords:["arrow","cardinal","direction","east","uc1"],unicode_output:"27a1-fe0f"},"2b05":{name:"left arrow",category:"symbols",shortname:":arrow_left:",shortname_alternates:[],keywords:["arrow","cardinal","direction","west","uc4"],unicode_output:"2b05-fe0f"},"2b06":{name:"up arrow",category:"symbols",shortname:":arrow_up:",shortname_alternates:[],keywords:["arrow","cardinal","direction","north","uc4"],unicode_output:"2b06-fe0f"},"2b07":{name:"down arrow",category:"symbols",shortname:":arrow_down:",shortname_alternates:[],keywords:["arrow","cardinal","direction","down","south","uc4"],unicode_output:"2b07-fe0f"},"21aa":{name:"left arrow curving right",category:"symbols",shortname:":arrow_right_hook:",shortname_alternates:[],keywords:["arrow","uc1"],unicode_output:"21aa-fe0f"},"21a9":{name:"right arrow curving left",category:"symbols",shortname:":leftwards_arrow_with_hook:",shortname_alternates:[],keywords:["arrow","uc1"],unicode_output:"21a9-fe0f"},"1f500":{name:"shuffle tracks button",category:"symbols",shortname:":twisted_rightwards_arrows:",shortname_alternates:[],keywords:["arrow","crossed","uc6"],unicode_output:"1f500"},"1f501":{name:"repeat button",category:"symbols",shortname:":repeat:",shortname_alternates:[],keywords:["arrow","clockwise","repeat","uc6"],unicode_output:"1f501"},"1f502":{name:"repeat single button",category:"symbols",shortname:":repeat_one:",shortname_alternates:[],keywords:["arrow","clockwise","once","uc6"],unicode_output:"1f502"},"1f504":{name:"counterclockwise arrows button",category:"symbols",shortname:":arrows_counterclockwise:",shortname_alternates:[],keywords:["anticlockwise","arrow","counterclockwise","withershins","uc6"],unicode_output:"1f504"},"1f503":{name:"clockwise vertical arrows",category:"symbols",shortname:":arrows_clockwise:",shortname_alternates:[],keywords:["arrow","clockwise","reload","uc6"],unicode_output:"1f503"},"1f3b5":{name:"musical note",category:"symbols",shortname:":musical_note:",shortname_alternates:[],keywords:["music","note","uc6"],unicode_output:"1f3b5"},"1f3b6":{name:"musical notes",category:"symbols",shortname:":notes:",shortname_alternates:[],keywords:["music","note","notes","uc6"],unicode_output:"1f3b6"},"267e":{name:"infinity",category:"symbols",shortname:":infinity:",shortname_alternates:[],keywords:["uc11"],unicode_output:"267e-fe0f"},"1f4b2":{name:"heavy dollar sign",category:"symbols",shortname:":heavy_dollar_sign:",shortname_alternates:[],keywords:["currency","dollar","money","uc6"],unicode_output:"1f4b2"},"1f4b1":{name:"currency exchange",category:"symbols",shortname:":currency_exchange:",shortname_alternates:[],keywords:["bank","currency","exchange","money","uc6"],unicode_output:"1f4b1"},"00a9":{name:"copyright",category:"symbols",shortname:":copyright:",shortname_alternates:[],keywords:["copyright","uc1"],unicode_output:"00a9-fe0f"},"00ae":{name:"registered",category:"symbols",shortname:":registered:",shortname_alternates:[],keywords:["registered","uc1"],unicode_output:"00ae-fe0f"},"27b0":{name:"curly loop",category:"symbols",shortname:":curly_loop:",shortname_alternates:[],keywords:["curl","loop","uc6"],unicode_output:"27b0"},"27bf":{name:"double curly loop",category:"symbols",shortname:":loop:",shortname_alternates:[],keywords:["curl","double","loop","uc6"],unicode_output:"27bf"},"1f51a":{name:"END arrow",category:"symbols",shortname:":end:",shortname_alternates:[],keywords:["arrow","end","uc6"],unicode_output:"1f51a"},"1f519":{name:"BACK arrow",category:"symbols",shortname:":back:",shortname_alternates:[],keywords:["arrow","back","uc6"],unicode_output:"1f519"},"1f51b":{name:"ON! arrow",category:"symbols",shortname:":on:",shortname_alternates:[],keywords:["arrow","mark","on","uc6"],unicode_output:"1f51b"},"1f51d":{name:"TOP arrow",category:"symbols",shortname:":top:",shortname_alternates:[],keywords:["arrow","top","up","uc6"],unicode_output:"1f51d"},"1f51c":{name:"SOON arrow",category:"symbols",shortname:":soon:",shortname_alternates:[],keywords:["arrow","soon","uc6"],unicode_output:"1f51c"},"1f518":{name:"radio button",category:"symbols",shortname:":radio_button:",shortname_alternates:[],keywords:["button","geometric","radio","uc6"],unicode_output:"1f518"},"26aa":{name:"white circle",category:"symbols",shortname:":white_circle:",shortname_alternates:[],keywords:["circle","geometric","uc4"],unicode_output:"26aa"},"26ab":{name:"black circle",category:"symbols",shortname:":black_circle:",shortname_alternates:[],keywords:["circle","geometric","uc4"],unicode_output:"26ab"},"1f534":{name:"red circle",category:"symbols",shortname:":red_circle:",shortname_alternates:[],keywords:["circle","geometric","red","uc6"],unicode_output:"1f534"},"1f535":{name:"blue circle",category:"symbols",shortname:":blue_circle:",shortname_alternates:[],keywords:["blue","circle","geometric","uc6"],unicode_output:"1f535"},"1f7e4":{name:"brown circle",category:"symbols",shortname:":brown_circle:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7e4"},"1f7e3":{name:"purple circle",category:"symbols",shortname:":purple_circle:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7e3"},"1f7e2":{name:"green circle",category:"symbols",shortname:":green_circle:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7e2"},"1f7e1":{name:"yellow circle",category:"symbols",shortname:":yellow_circle:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7e1"},"1f7e0":{name:"orange circle",category:"symbols",shortname:":orange_circle:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7e0"},"1f53a":{name:"red triangle pointed up",category:"symbols",shortname:":small_red_triangle:",shortname_alternates:[],keywords:["geometric","red","uc6"],unicode_output:"1f53a"},"1f53b":{name:"red triangle pointed down",category:"symbols",shortname:":small_red_triangle_down:",shortname_alternates:[],keywords:["down","geometric","red","uc6"],unicode_output:"1f53b"},"1f538":{name:"small orange diamond",category:"symbols",shortname:":small_orange_diamond:",shortname_alternates:[],keywords:["diamond","geometric","orange","uc6"],unicode_output:"1f538"},"1f539":{name:"small blue diamond",category:"symbols",shortname:":small_blue_diamond:",shortname_alternates:[],keywords:["blue","diamond","geometric","uc6"],unicode_output:"1f539"},"1f536":{name:"large orange diamond",category:"symbols",shortname:":large_orange_diamond:",shortname_alternates:[],keywords:["diamond","geometric","orange","uc6"],unicode_output:"1f536"},"1f537":{name:"large blue diamond",category:"symbols",shortname:":large_blue_diamond:",shortname_alternates:[],keywords:["blue","diamond","geometric","uc6"],unicode_output:"1f537"},"1f533":{name:"white square button",category:"symbols",shortname:":white_square_button:",shortname_alternates:[],keywords:["button","geometric","outlined","square","uc6"],unicode_output:"1f533"},"1f532":{name:"black square button",category:"symbols",shortname:":black_square_button:",shortname_alternates:[],keywords:["button","geometric","square","uc6"],unicode_output:"1f532"},"25aa":{name:"black small square",category:"symbols",shortname:":black_small_square:",shortname_alternates:[],keywords:["geometric","square","uc1"],unicode_output:"25aa-fe0f"},"25ab":{name:"white small square",category:"symbols",shortname:":white_small_square:",shortname_alternates:[],keywords:["geometric","square","uc1"],unicode_output:"25ab-fe0f"},"25fe":{name:"black medium-small square",category:"symbols",shortname:":black_medium_small_square:",shortname_alternates:[],keywords:["geometric","square","uc3"],unicode_output:"25fe"},"25fd":{name:"white medium-small square",category:"symbols",shortname:":white_medium_small_square:",shortname_alternates:[],keywords:["geometric","square","uc3"],unicode_output:"25fd"},"25fc":{name:"black medium square",category:"symbols",shortname:":black_medium_square:",shortname_alternates:[],keywords:["geometric","square","uc3"],unicode_output:"25fc-fe0f"},"25fb":{name:"white medium square",category:"symbols",shortname:":white_medium_square:",shortname_alternates:[],keywords:["geometric","square","uc3"],unicode_output:"25fb-fe0f"},"2b1b":{name:"black large square",category:"symbols",shortname:":black_large_square:",shortname_alternates:[],keywords:["geometric","square","uc5"],unicode_output:"2b1b"},"2b1c":{name:"white large square",category:"symbols",shortname:":white_large_square:",shortname_alternates:[],keywords:["geometric","square","uc5"],unicode_output:"2b1c"},"1f7e7":{name:"orange square",category:"symbols",shortname:":orange_square:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7e7"},"1f7e6":{name:"blue square",category:"symbols",shortname:":blue_square:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7e6"},"1f7e5":{name:"red square",category:"symbols",shortname:":red_square:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7e5"},"1f7eb":{name:"brown square",category:"symbols",shortname:":brown_square:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7eb"},"1f7ea":{name:"purple square",category:"symbols",shortname:":purple_square:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7ea"},"1f7e9":{name:"green square",category:"symbols",shortname:":green_square:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7e9"},"1f7e8":{name:"yellow square",category:"symbols",shortname:":yellow_square:",shortname_alternates:[],keywords:["uc12"],unicode_output:"1f7e8"},"1f508":{name:"speaker low volume",category:"symbols",shortname:":speaker:",shortname_alternates:[],keywords:["soft","uc6"],unicode_output:"1f508"},"1f507":{name:"muted speaker",category:"symbols",shortname:":mute:",shortname_alternates:[],keywords:["mute","quiet","silent","speaker","uc6"],unicode_output:"1f507"},"1f509":{name:"speaker medium volume",category:"symbols",shortname:":sound:",shortname_alternates:[],keywords:["medium","uc6"],unicode_output:"1f509"},"1f50a":{name:"speaker high volume",category:"symbols",shortname:":loud_sound:",shortname_alternates:[],keywords:["loud","uc6"],unicode_output:"1f50a"},"1f514":{name:"bell",category:"symbols",shortname:":bell:",shortname_alternates:[],keywords:["bell","uc6"],unicode_output:"1f514"},"1f515":{name:"bell with slash",category:"symbols",shortname:":no_bell:",shortname_alternates:[],keywords:["bell","forbidden","mute","no","not","prohibited","quiet","silent","uc6"],unicode_output:"1f515"},"1f4e3":{name:"megaphone",category:"symbols",shortname:":mega:",shortname_alternates:[],keywords:["cheering","uc6"],unicode_output:"1f4e3"},"1f4e2":{name:"loudspeaker",category:"symbols",shortname:":loudspeaker:",shortname_alternates:[],keywords:["loud","public address","uc6"],unicode_output:"1f4e2"},"1f5e8":{name:"left speech bubble",category:"symbols",shortname:":speech_left:",shortname_alternates:[":left_speech_bubble:"],keywords:["dialog","speech","uc7"],unicode_output:"1f5e8-fe0f"},"1f441-1f5e8":{name:"eye in speech bubble",category:"symbols",shortname:":eye_in_speech_bubble:",shortname_alternates:[],keywords:["eye","speech bubble","witness","uc7"],unicode_output:"1f441-fe0f-200d-1f5e8-fe0f"},"1f4ac":{name:"speech balloon",category:"symbols",shortname:":speech_balloon:",shortname_alternates:[],keywords:["balloon","bubble","comic","dialog","speech","uc6"],unicode_output:"1f4ac"},"1f4ad":{name:"thought balloon",category:"symbols",shortname:":thought_balloon:",shortname_alternates:[],keywords:["balloon","bubble","comic","thought","uc6"],unicode_output:"1f4ad"},"1f5ef":{name:"right anger bubble",category:"symbols",shortname:":anger_right:",shortname_alternates:[":right_anger_bubble:"],keywords:["angry","balloon","bubble","mad","uc7"],unicode_output:"1f5ef-fe0f"},"1f0cf":{name:"joker",category:"symbols",shortname:":black_joker:",shortname_alternates:[],keywords:["card","game","wildcard","uc6"],unicode_output:"1f0cf"},"1f3b4":{name:"flower playing cards",category:"symbols",shortname:":flower_playing_cards:",shortname_alternates:[],keywords:["Japanese","card","flower","game","playing","uc6"],unicode_output:"1f3b4"},"1f004":{name:"mahjong red dragon",category:"symbols",shortname:":mahjong:",shortname_alternates:[],keywords:["game","mahjong","red","uc5"],unicode_output:"1f004"},"1f550":{name:"one o’clock",category:"symbols",shortname:":clock1:",shortname_alternates:[],keywords:["00","1","1:00","clock","one","o’clock","uc6"],unicode_output:"1f550"},"1f551":{name:"two o’clock",category:"symbols",shortname:":clock2:",shortname_alternates:[],keywords:["00","2","2:00","clock","o’clock","two","uc6"],unicode_output:"1f551"},"1f552":{name:"three o’clock",category:"symbols",shortname:":clock3:",shortname_alternates:[],keywords:["00","3","3:00","clock","o’clock","three","uc6"],unicode_output:"1f552"},"1f553":{name:"four o’clock",category:"symbols",shortname:":clock4:",shortname_alternates:[],keywords:["00","4","4:00","clock","four","o’clock","uc6"],unicode_output:"1f553"},"1f554":{name:"five o’clock",category:"symbols",shortname:":clock5:",shortname_alternates:[],keywords:["00","5","5:00","clock","five","o’clock","uc6"],unicode_output:"1f554"},"1f555":{name:"six o’clock",category:"symbols",shortname:":clock6:",shortname_alternates:[],keywords:["00","6","6:00","clock","o’clock","six","uc6"],unicode_output:"1f555"},"1f556":{name:"seven o’clock",category:"symbols",shortname:":clock7:",shortname_alternates:[],keywords:["00","7","7:00","clock","o’clock","seven","uc6"],unicode_output:"1f556"},"1f557":{name:"eight o’clock",category:"symbols",shortname:":clock8:",shortname_alternates:[],keywords:["00","8","8:00","clock","eight","o’clock","uc6"],unicode_output:"1f557"},"1f558":{name:"nine o’clock",category:"symbols",shortname:":clock9:",shortname_alternates:[],keywords:["00","9","9:00","clock","nine","o’clock","uc6"],unicode_output:"1f558"},"1f559":{name:"ten o’clock",category:"symbols",shortname:":clock10:",shortname_alternates:[],keywords:["00","10","10:00","clock","o’clock","ten","uc6"],unicode_output:"1f559"},"1f55a":{name:"eleven o’clock",category:"symbols",shortname:":clock11:",shortname_alternates:[],keywords:["00","11","11:00","clock","eleven","o’clock","uc6"],unicode_output:"1f55a"},"1f55b":{name:"twelve o’clock",category:"symbols",shortname:":clock12:",shortname_alternates:[],keywords:["00","12","12:00","clock","o’clock","twelve","uc6"],unicode_output:"1f55b"},"1f55c":{name:"one-thirty",category:"symbols",shortname:":clock130:",shortname_alternates:[],keywords:["1","1:30","30","clock","one","thirty","uc6"],unicode_output:"1f55c"},"1f55d":{name:"two-thirty",category:"symbols",shortname:":clock230:",shortname_alternates:[],keywords:["2","2:30","30","clock","thirty","two","uc6"],unicode_output:"1f55d"},"1f55e":{name:"three-thirty",category:"symbols",shortname:":clock330:",shortname_alternates:[],keywords:["3","30","3:30","clock","thirty","three","uc6"],unicode_output:"1f55e"},"1f55f":{name:"four-thirty",category:"symbols",shortname:":clock430:",shortname_alternates:[],keywords:["4","30","4:30","clock","four","thirty","uc6"],unicode_output:"1f55f"},"1f560":{name:"five-thirty",category:"symbols",shortname:":clock530:",shortname_alternates:[],keywords:["5","30","5:30","clock","five","thirty","uc6"],unicode_output:"1f560"},"1f561":{name:"six-thirty",category:"symbols",shortname:":clock630:",shortname_alternates:[],keywords:["6","30","6:30","clock","six","thirty","uc6"],unicode_output:"1f561"},"1f562":{name:"seven-thirty",category:"symbols",shortname:":clock730:",shortname_alternates:[],keywords:["7","30","7:30","clock","seven","thirty","uc6"],unicode_output:"1f562"},"1f563":{name:"eight-thirty",category:"symbols",shortname:":clock830:",shortname_alternates:[],keywords:["8","30","8:30","clock","eight","thirty","uc6"],unicode_output:"1f563"},"1f564":{name:"nine-thirty",category:"symbols",shortname:":clock930:",shortname_alternates:[],keywords:["9","30","9:30","clock","nine","thirty","uc6"],unicode_output:"1f564"},"1f565":{name:"ten-thirty",category:"symbols",shortname:":clock1030:",shortname_alternates:[],keywords:["10","10:30","30","clock","ten","thirty","uc6"],unicode_output:"1f565"},"1f566":{name:"eleven-thirty",category:"symbols",shortname:":clock1130:",shortname_alternates:[],keywords:["11","11:30","30","clock","eleven","thirty","uc6"],unicode_output:"1f566"},"1f567":{name:"twelve-thirty",category:"symbols",shortname:":clock1230:",shortname_alternates:[],keywords:["12","12:30","30","clock","thirty","twelve","uc6"],unicode_output:"1f567"},"0030":{name:"digit zero",category:"symbols",shortname:":digit_zero:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0030-fe0f"},"0031":{name:"digit one",category:"symbols",shortname:":digit_one:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0031-fe0f"},"0032":{name:"digit two",category:"symbols",shortname:":digit_two:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0032-fe0f"},"0033":{name:"digit three",category:"symbols",shortname:":digit_three:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0033-fe0f"},"0034":{name:"digit four",category:"symbols",shortname:":digit_four:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0034-fe0f"},"0035":{name:"digit five",category:"symbols",shortname:":digit_five:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0035-fe0f"},"0036":{name:"digit six",category:"symbols",shortname:":digit_six:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0036-fe0f"},"0037":{name:"digit seven",category:"symbols",shortname:":digit_seven:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0037-fe0f"},"0038":{name:"digit eight",category:"symbols",shortname:":digit_eight:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0038-fe0f"},"0039":{name:"digit nine",category:"symbols",shortname:":digit_nine:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0039-fe0f"},"0023":{name:"pound symbol",category:"symbols",shortname:":pound_symbol:",shortname_alternates:[],keywords:["uc1"],unicode_output:"0023-fe0f"},"002a":{name:"asterisk",category:"symbols",shortname:":asterisk_symbol:",shortname_alternates:[],keywords:["uc1"],unicode_output:"002a-fe0f"},"26a7":{name:"transgender symbol",category:"symbols",shortname:":transgender_symbol:",shortname_alternates:[],keywords:["uc13"],unicode_output:"26a7"},"1f3f3":{name:"white flag",category:"flags",shortname:":flag_white:",shortname_alternates:[":waving_white_flag:"],keywords:["waving","uc7"],unicode_output:"1f3f3-fe0f"},"1f3f4":{name:"black flag",category:"flags",shortname:":flag_black:",shortname_alternates:[":waving_black_flag:"],keywords:["waving","uc7"],unicode_output:"1f3f4"},"1f3c1":{name:"chequered flag",category:"flags",shortname:":checkered_flag:",shortname_alternates:[],keywords:["checkered","chequered","racing","uc6"],unicode_output:"1f3c1"},"1f6a9":{name:"triangular flag",category:"flags",shortname:":triangular_flag_on_post:",shortname_alternates:[],keywords:["post","uc6"],unicode_output:"1f6a9"},"1f3f3-1f308":{name:"rainbow flag",category:"flags",shortname:":rainbow_flag:",shortname_alternates:[":gay_pride_flag:"],keywords:["rainbow","uc7"],unicode_output:"1f3f3-fe0f-200d-1f308"},"1f3f3-26a7":{name:"transgender flag",category:"flags",shortname:":transgender_flag:",shortname_alternates:[],keywords:["uc13"],unicode_output:"1f3f3-fe0f-200d-26a7-fe0f"},"1f3f4-2620":{name:"pirate flag",category:"flags",shortname:":pirate_flag:",shortname_alternates:[],keywords:["uc11"],unicode_output:"1f3f4-200d-2620-fe0f"},"1f1e6-1f1eb":{name:"flag: Afghanistan",category:"flags",shortname:":flag_af:",shortname_alternates:[":af:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1eb"},"1f1e6-1f1fd":{name:"flag: Åland Islands",category:"flags",shortname:":flag_ax:",shortname_alternates:[":ax:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1fd"},"1f1e6-1f1f1":{name:"flag: Albania",category:"flags",shortname:":flag_al:",shortname_alternates:[":al:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1f1"},"1f1e9-1f1ff":{name:"flag: Algeria",category:"flags",shortname:":flag_dz:",shortname_alternates:[":dz:"],keywords:["flag","uc6"],unicode_output:"1f1e9-1f1ff"},"1f1e6-1f1f8":{name:"flag: American Samoa",category:"flags",shortname:":flag_as:",shortname_alternates:[":as:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1f8"},"1f1e6-1f1e9":{name:"flag: Andorra",category:"flags",shortname:":flag_ad:",shortname_alternates:[":ad:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1e9"},"1f1e6-1f1f4":{name:"flag: Angola",category:"flags",shortname:":flag_ao:",shortname_alternates:[":ao:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1f4"},"1f1e6-1f1ee":{name:"flag: Anguilla",category:"flags",shortname:":flag_ai:",shortname_alternates:[":ai:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1ee"},"1f1e6-1f1f6":{name:"flag: Antarctica",category:"flags",shortname:":flag_aq:",shortname_alternates:[":aq:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1f6"},"1f1e6-1f1ec":{name:"flag: Antigua & Barbuda",category:"flags",shortname:":flag_ag:",shortname_alternates:[":ag:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1ec"},"1f1e6-1f1f7":{name:"flag: Argentina",category:"flags",shortname:":flag_ar:",shortname_alternates:[":ar:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1f7"},"1f1e6-1f1f2":{name:"flag: Armenia",category:"flags",shortname:":flag_am:",shortname_alternates:[":am:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1f2"},"1f1e6-1f1fc":{name:"flag: Aruba",category:"flags",shortname:":flag_aw:",shortname_alternates:[":aw:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1fc"},"1f1e6-1f1fa":{name:"flag: Australia",category:"flags",shortname:":flag_au:",shortname_alternates:[":au:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1fa"},"1f1e6-1f1f9":{name:"flag: Austria",category:"flags",shortname:":flag_at:",shortname_alternates:[":at:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1f9"},"1f1e6-1f1ff":{name:"flag: Azerbaijan",category:"flags",shortname:":flag_az:",shortname_alternates:[":az:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1ff"},"1f1e7-1f1f8":{name:"flag: Bahamas",category:"flags",shortname:":flag_bs:",shortname_alternates:[":bs:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1f8"},"1f1e7-1f1ed":{name:"flag: Bahrain",category:"flags",shortname:":flag_bh:",shortname_alternates:[":bh:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1ed"},"1f1e7-1f1e9":{name:"flag: Bangladesh",category:"flags",shortname:":flag_bd:",shortname_alternates:[":bd:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1e9"},"1f1e7-1f1e7":{name:"flag: Barbados",category:"flags",shortname:":flag_bb:",shortname_alternates:[":bb:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1e7"},"1f1e7-1f1fe":{name:"flag: Belarus",category:"flags",shortname:":flag_by:",shortname_alternates:[":by:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1fe"},"1f1e7-1f1ea":{name:"flag: Belgium",category:"flags",shortname:":flag_be:",shortname_alternates:[":be:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1ea"},"1f1e7-1f1ff":{name:"flag: Belize",category:"flags",shortname:":flag_bz:",shortname_alternates:[":bz:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1ff"},"1f1e7-1f1ef":{name:"flag: Benin",category:"flags",shortname:":flag_bj:",shortname_alternates:[":bj:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1ef"},"1f1e7-1f1f2":{name:"flag: Bermuda",category:"flags",shortname:":flag_bm:",shortname_alternates:[":bm:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1f2"},"1f1e7-1f1f9":{name:"flag: Bhutan",category:"flags",shortname:":flag_bt:",shortname_alternates:[":bt:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1f9"},"1f1e7-1f1f4":{name:"flag: Bolivia",category:"flags",shortname:":flag_bo:",shortname_alternates:[":bo:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1f4"},"1f1e7-1f1e6":{name:"flag: Bosnia & Herzegovina",category:"flags",shortname:":flag_ba:",shortname_alternates:[":ba:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1e6"},"1f1e7-1f1fc":{name:"flag: Botswana",category:"flags",shortname:":flag_bw:",shortname_alternates:[":bw:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1fc"},"1f1e7-1f1f7":{name:"flag: Brazil",category:"flags",shortname:":flag_br:",shortname_alternates:[":br:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1f7"},"1f1ee-1f1f4":{name:"flag: British Indian Ocean Territory",category:"flags",shortname:":flag_io:",shortname_alternates:[":io:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1f4"},"1f1fb-1f1ec":{name:"flag: British Virgin Islands",category:"flags",shortname:":flag_vg:",shortname_alternates:[":vg:"],keywords:["flag","uc6"],unicode_output:"1f1fb-1f1ec"},"1f1e7-1f1f3":{name:"flag: Brunei",category:"flags",shortname:":flag_bn:",shortname_alternates:[":bn:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1f3"},"1f1e7-1f1ec":{name:"flag: Bulgaria",category:"flags",shortname:":flag_bg:",shortname_alternates:[":bg:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1ec"},"1f1e7-1f1eb":{name:"flag: Burkina Faso",category:"flags",shortname:":flag_bf:",shortname_alternates:[":bf:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1eb"},"1f1e7-1f1ee":{name:"flag: Burundi",category:"flags",shortname:":flag_bi:",shortname_alternates:[":bi:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1ee"},"1f1f0-1f1ed":{name:"flag: Cambodia",category:"flags",shortname:":flag_kh:",shortname_alternates:[":kh:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1ed"},"1f1e8-1f1f2":{name:"flag: Cameroon",category:"flags",shortname:":flag_cm:",shortname_alternates:[":cm:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1f2"},"1f1e8-1f1e6":{name:"flag: Canada",category:"flags",shortname:":flag_ca:",shortname_alternates:[":ca:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1e6"},"1f1ee-1f1e8":{name:"flag: Canary Islands",category:"flags",shortname:":flag_ic:",shortname_alternates:[":ic:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1e8"},"1f1e8-1f1fb":{name:"flag: Cape Verde",category:"flags",shortname:":flag_cv:",shortname_alternates:[":cv:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1fb"},"1f1e7-1f1f6":{name:"flag: Caribbean Netherlands",category:"flags",shortname:":flag_bq:",shortname_alternates:[":bq:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1f6"},"1f1f0-1f1fe":{name:"flag: Cayman Islands",category:"flags",shortname:":flag_ky:",shortname_alternates:[":ky:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1fe"},"1f1e8-1f1eb":{name:"flag: Central African Republic",category:"flags",shortname:":flag_cf:",shortname_alternates:[":cf:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1eb"},"1f1f9-1f1e9":{name:"flag: Chad",category:"flags",shortname:":flag_td:",shortname_alternates:[":td:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1e9"},"1f1e8-1f1f1":{name:"flag: Chile",category:"flags",shortname:":flag_cl:",shortname_alternates:[":chile:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1f1"},"1f1e8-1f1f3":{name:"flag: China",category:"flags",shortname:":flag_cn:",shortname_alternates:[":cn:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1f3"},"1f1e8-1f1fd":{name:"flag: Christmas Island",category:"flags",shortname:":flag_cx:",shortname_alternates:[":cx:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1fd"},"1f1e8-1f1e8":{name:"flag: Cocos (Keeling) Islands",category:"flags",shortname:":flag_cc:",shortname_alternates:[":cc:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1e8"},"1f1e8-1f1f4":{name:"flag: Colombia",category:"flags",shortname:":flag_co:",shortname_alternates:[":co:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1f4"},"1f1f0-1f1f2":{name:"flag: Comoros",category:"flags",shortname:":flag_km:",shortname_alternates:[":km:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1f2"},"1f1e8-1f1ec":{name:"flag: Congo - Brazzaville",category:"flags",shortname:":flag_cg:",shortname_alternates:[":cg:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1ec"},"1f1e8-1f1e9":{name:"flag: Congo - Kinshasa",category:"flags",shortname:":flag_cd:",shortname_alternates:[":congo:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1e9"},"1f1e8-1f1f0":{name:"flag: Cook Islands",category:"flags",shortname:":flag_ck:",shortname_alternates:[":ck:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1f0"},"1f1e8-1f1f7":{name:"flag: Costa Rica",category:"flags",shortname:":flag_cr:",shortname_alternates:[":cr:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1f7"},"1f1e8-1f1ee":{name:"flag: Côte d’Ivoire",category:"flags",shortname:":flag_ci:",shortname_alternates:[":ci:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1ee"},"1f1ed-1f1f7":{name:"flag: Croatia",category:"flags",shortname:":flag_hr:",shortname_alternates:[":hr:"],keywords:["flag","uc6"],unicode_output:"1f1ed-1f1f7"},"1f1e8-1f1fa":{name:"flag: Cuba",category:"flags",shortname:":flag_cu:",shortname_alternates:[":cu:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1fa"},"1f1e8-1f1fc":{name:"flag: Curaçao",category:"flags",shortname:":flag_cw:",shortname_alternates:[":cw:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1fc"},"1f1e8-1f1fe":{name:"flag: Cyprus",category:"flags",shortname:":flag_cy:",shortname_alternates:[":cy:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1fe"},"1f1e8-1f1ff":{name:"flag: Czechia",category:"flags",shortname:":flag_cz:",shortname_alternates:[":cz:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1ff"},"1f1e9-1f1f0":{name:"flag: Denmark",category:"flags",shortname:":flag_dk:",shortname_alternates:[":dk:"],keywords:["flag","uc6"],unicode_output:"1f1e9-1f1f0"},"1f1e9-1f1ef":{name:"flag: Djibouti",category:"flags",shortname:":flag_dj:",shortname_alternates:[":dj:"],keywords:["flag","uc6"],unicode_output:"1f1e9-1f1ef"},"1f1e9-1f1f2":{name:"flag: Dominica",category:"flags",shortname:":flag_dm:",shortname_alternates:[":dm:"],keywords:["flag","uc6"],unicode_output:"1f1e9-1f1f2"},"1f1e9-1f1f4":{name:"flag: Dominican Republic",category:"flags",shortname:":flag_do:",shortname_alternates:[":do:"],keywords:["flag","uc6"],unicode_output:"1f1e9-1f1f4"},"1f1ea-1f1e8":{name:"flag: Ecuador",category:"flags",shortname:":flag_ec:",shortname_alternates:[":ec:"],keywords:["flag","uc6"],unicode_output:"1f1ea-1f1e8"},"1f1ea-1f1ec":{name:"flag: Egypt",category:"flags",shortname:":flag_eg:",shortname_alternates:[":eg:"],keywords:["flag","uc6"],unicode_output:"1f1ea-1f1ec"},"1f1f8-1f1fb":{name:"flag: El Salvador",category:"flags",shortname:":flag_sv:",shortname_alternates:[":sv:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1fb"},"1f1ec-1f1f6":{name:"flag: Equatorial Guinea",category:"flags",shortname:":flag_gq:",shortname_alternates:[":gq:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1f6"},"1f1ea-1f1f7":{name:"flag: Eritrea",category:"flags",shortname:":flag_er:",shortname_alternates:[":er:"],keywords:["flag","uc6"],unicode_output:"1f1ea-1f1f7"},"1f1ea-1f1ea":{name:"flag: Estonia",category:"flags",shortname:":flag_ee:",shortname_alternates:[":ee:"],keywords:["flag","uc6"],unicode_output:"1f1ea-1f1ea"},"1f1ea-1f1f9":{name:"flag: Ethiopia",category:"flags",shortname:":flag_et:",shortname_alternates:[":et:"],keywords:["flag","uc6"],unicode_output:"1f1ea-1f1f9"},"1f1ea-1f1fa":{name:"flag: European Union",category:"flags",shortname:":flag_eu:",shortname_alternates:[":eu:"],keywords:["flag","uc6"],unicode_output:"1f1ea-1f1fa"},"1f1eb-1f1f0":{name:"flag: Falkland Islands",category:"flags",shortname:":flag_fk:",shortname_alternates:[":fk:"],keywords:["flag","uc6"],unicode_output:"1f1eb-1f1f0"},"1f1eb-1f1f4":{name:"flag: Faroe Islands",category:"flags",shortname:":flag_fo:",shortname_alternates:[":fo:"],keywords:["flag","uc6"],unicode_output:"1f1eb-1f1f4"},"1f1eb-1f1ef":{name:"flag: Fiji",category:"flags",shortname:":flag_fj:",shortname_alternates:[":fj:"],keywords:["flag","uc6"],unicode_output:"1f1eb-1f1ef"},"1f1eb-1f1ee":{name:"flag: Finland",category:"flags",shortname:":flag_fi:",shortname_alternates:[":fi:"],keywords:["flag","uc6"],unicode_output:"1f1eb-1f1ee"},"1f1eb-1f1f7":{name:"flag: France",category:"flags",shortname:":flag_fr:",shortname_alternates:[":fr:"],keywords:["flag","uc6"],unicode_output:"1f1eb-1f1f7"},"1f1ec-1f1eb":{name:"flag: French Guiana",category:"flags",shortname:":flag_gf:",shortname_alternates:[":gf:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1eb"},"1f1f5-1f1eb":{name:"flag: French Polynesia",category:"flags",shortname:":flag_pf:",shortname_alternates:[":pf:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1eb"},"1f1f9-1f1eb":{name:"flag: French Southern Territories",category:"flags",shortname:":flag_tf:",shortname_alternates:[":tf:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1eb"},"1f1ec-1f1e6":{name:"flag: Gabon",category:"flags",shortname:":flag_ga:",shortname_alternates:[":ga:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1e6"},"1f1ec-1f1f2":{name:"flag: Gambia",category:"flags",shortname:":flag_gm:",shortname_alternates:[":gm:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1f2"},"1f1ec-1f1ea":{name:"flag: Georgia",category:"flags",shortname:":flag_ge:",shortname_alternates:[":ge:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1ea"},"1f1e9-1f1ea":{name:"flag: Germany",category:"flags",shortname:":flag_de:",shortname_alternates:[":de:"],keywords:["flag","uc6"],unicode_output:"1f1e9-1f1ea"},"1f1ec-1f1ed":{name:"flag: Ghana",category:"flags",shortname:":flag_gh:",shortname_alternates:[":gh:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1ed"},"1f1ec-1f1ee":{name:"flag: Gibraltar",category:"flags",shortname:":flag_gi:",shortname_alternates:[":gi:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1ee"},"1f1ec-1f1f7":{name:"flag: Greece",category:"flags",shortname:":flag_gr:",shortname_alternates:[":gr:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1f7"},"1f1ec-1f1f1":{name:"flag: Greenland",category:"flags",shortname:":flag_gl:",shortname_alternates:[":gl:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1f1"},"1f1ec-1f1e9":{name:"flag: Grenada",category:"flags",shortname:":flag_gd:",shortname_alternates:[":gd:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1e9"},"1f1ec-1f1f5":{name:"flag: Guadeloupe",category:"flags",shortname:":flag_gp:",shortname_alternates:[":gp:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1f5"},"1f1ec-1f1fa":{name:"flag: Guam",category:"flags",shortname:":flag_gu:",shortname_alternates:[":gu:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1fa"},"1f1ec-1f1f9":{name:"flag: Guatemala",category:"flags",shortname:":flag_gt:",shortname_alternates:[":gt:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1f9"},"1f1ec-1f1ec":{name:"flag: Guernsey",category:"flags",shortname:":flag_gg:",shortname_alternates:[":gg:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1ec"},"1f1ec-1f1f3":{name:"flag: Guinea",category:"flags",shortname:":flag_gn:",shortname_alternates:[":gn:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1f3"},"1f1ec-1f1fc":{name:"flag: Guinea-Bissau",category:"flags",shortname:":flag_gw:",shortname_alternates:[":gw:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1fc"},"1f1ec-1f1fe":{name:"flag: Guyana",category:"flags",shortname:":flag_gy:",shortname_alternates:[":gy:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1fe"},"1f1ed-1f1f9":{name:"flag: Haiti",category:"flags",shortname:":flag_ht:",shortname_alternates:[":ht:"],keywords:["flag","uc6"],unicode_output:"1f1ed-1f1f9"},"1f1ed-1f1f3":{name:"flag: Honduras",category:"flags",shortname:":flag_hn:",shortname_alternates:[":hn:"],keywords:["flag","uc6"],unicode_output:"1f1ed-1f1f3"},"1f1ed-1f1f0":{name:"flag: Hong Kong SAR China",category:"flags",shortname:":flag_hk:",shortname_alternates:[":hk:"],keywords:["flag","uc6"],unicode_output:"1f1ed-1f1f0"},"1f1ed-1f1fa":{name:"flag: Hungary",category:"flags",shortname:":flag_hu:",shortname_alternates:[":hu:"],keywords:["flag","uc6"],unicode_output:"1f1ed-1f1fa"},"1f1ee-1f1f8":{name:"flag: Iceland",category:"flags",shortname:":flag_is:",shortname_alternates:[":is:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1f8"},"1f1ee-1f1f3":{name:"flag: India",category:"flags",shortname:":flag_in:",shortname_alternates:[":in:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1f3"},"1f1ee-1f1e9":{name:"flag: Indonesia",category:"flags",shortname:":flag_id:",shortname_alternates:[":indonesia:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1e9"},"1f1ee-1f1f7":{name:"flag: Iran",category:"flags",shortname:":flag_ir:",shortname_alternates:[":ir:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1f7"},"1f1ee-1f1f6":{name:"flag: Iraq",category:"flags",shortname:":flag_iq:",shortname_alternates:[":iq:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1f6"},"1f1ee-1f1ea":{name:"flag: Ireland",category:"flags",shortname:":flag_ie:",shortname_alternates:[":ie:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1ea"},"1f1ee-1f1f2":{name:"flag: Isle of Man",category:"flags",shortname:":flag_im:",shortname_alternates:[":im:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1f2"},"1f1ee-1f1f1":{name:"flag: Israel",category:"flags",shortname:":flag_il:",shortname_alternates:[":il:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1f1"},"1f1ee-1f1f9":{name:"flag: Italy",category:"flags",shortname:":flag_it:",shortname_alternates:[":it:"],keywords:["flag","uc6"],unicode_output:"1f1ee-1f1f9"},"1f1ef-1f1f2":{name:"flag: Jamaica",category:"flags",shortname:":flag_jm:",shortname_alternates:[":jm:"],keywords:["flag","uc6"],unicode_output:"1f1ef-1f1f2"},"1f1ef-1f1f5":{name:"flag: Japan",category:"flags",shortname:":flag_jp:",shortname_alternates:[":jp:"],keywords:["flag","uc6"],unicode_output:"1f1ef-1f1f5"},"1f38c":{name:"crossed flags",category:"flags",shortname:":crossed_flags:",shortname_alternates:[],keywords:["Japanese","celebration","cross","crossed","uc6"],unicode_output:"1f38c"},"1f1ef-1f1ea":{name:"flag: Jersey",category:"flags",shortname:":flag_je:",shortname_alternates:[":je:"],keywords:["flag","uc6"],unicode_output:"1f1ef-1f1ea"},"1f1ef-1f1f4":{name:"flag: Jordan",category:"flags",shortname:":flag_jo:",shortname_alternates:[":jo:"],keywords:["flag","uc6"],unicode_output:"1f1ef-1f1f4"},"1f1f0-1f1ff":{name:"flag: Kazakhstan",category:"flags",shortname:":flag_kz:",shortname_alternates:[":kz:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1ff"},"1f1f0-1f1ea":{name:"flag: Kenya",category:"flags",shortname:":flag_ke:",shortname_alternates:[":ke:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1ea"},"1f1f0-1f1ee":{name:"flag: Kiribati",category:"flags",shortname:":flag_ki:",shortname_alternates:[":ki:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1ee"},"1f1fd-1f1f0":{name:"flag: Kosovo",category:"flags",shortname:":flag_xk:",shortname_alternates:[":xk:"],keywords:["flag","uc6"],unicode_output:"1f1fd-1f1f0"},"1f1f0-1f1fc":{name:"flag: Kuwait",category:"flags",shortname:":flag_kw:",shortname_alternates:[":kw:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1fc"},"1f1f0-1f1ec":{name:"flag: Kyrgyzstan",category:"flags",shortname:":flag_kg:",shortname_alternates:[":kg:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1ec"},"1f1f1-1f1e6":{name:"flag: Laos",category:"flags",shortname:":flag_la:",shortname_alternates:[":la:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1e6"},"1f1f1-1f1fb":{name:"flag: Latvia",category:"flags",shortname:":flag_lv:",shortname_alternates:[":lv:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1fb"},"1f1f1-1f1e7":{name:"flag: Lebanon",category:"flags",shortname:":flag_lb:",shortname_alternates:[":lb:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1e7"},"1f1f1-1f1f8":{name:"flag: Lesotho",category:"flags",shortname:":flag_ls:",shortname_alternates:[":ls:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1f8"},"1f1f1-1f1f7":{name:"flag: Liberia",category:"flags",shortname:":flag_lr:",shortname_alternates:[":lr:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1f7"},"1f1f1-1f1fe":{name:"flag: Libya",category:"flags",shortname:":flag_ly:",shortname_alternates:[":ly:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1fe"},"1f1f1-1f1ee":{name:"flag: Liechtenstein",category:"flags",shortname:":flag_li:",shortname_alternates:[":li:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1ee"},"1f1f1-1f1f9":{name:"flag: Lithuania",category:"flags",shortname:":flag_lt:",shortname_alternates:[":lt:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1f9"},"1f1f1-1f1fa":{name:"flag: Luxembourg",category:"flags",shortname:":flag_lu:",shortname_alternates:[":lu:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1fa"},"1f1f2-1f1f4":{name:"flag: Macao SAR China",category:"flags",shortname:":flag_mo:",shortname_alternates:[":mo:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1f4"},"1f1f2-1f1f0":{name:"flag: Macedonia",category:"flags",shortname:":flag_mk:",shortname_alternates:[":mk:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1f0"},"1f1f2-1f1ec":{name:"flag: Madagascar",category:"flags",shortname:":flag_mg:",shortname_alternates:[":mg:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1ec"},"1f1f2-1f1fc":{name:"flag: Malawi",category:"flags",shortname:":flag_mw:",shortname_alternates:[":mw:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1fc"},"1f1f2-1f1fe":{name:"flag: Malaysia",category:"flags",shortname:":flag_my:",shortname_alternates:[":my:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1fe"},"1f1f2-1f1fb":{name:"flag: Maldives",category:"flags",shortname:":flag_mv:",shortname_alternates:[":mv:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1fb"},"1f1f2-1f1f1":{name:"flag: Mali",category:"flags",shortname:":flag_ml:",shortname_alternates:[":ml:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1f1"},"1f1f2-1f1f9":{name:"flag: Malta",category:"flags",shortname:":flag_mt:",shortname_alternates:[":mt:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1f9"},"1f1f2-1f1ed":{name:"flag: Marshall Islands",category:"flags",shortname:":flag_mh:",shortname_alternates:[":mh:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1ed"},"1f1f2-1f1f6":{name:"flag: Martinique",category:"flags",shortname:":flag_mq:",shortname_alternates:[":mq:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1f6"},"1f1f2-1f1f7":{name:"flag: Mauritania",category:"flags",shortname:":flag_mr:",shortname_alternates:[":mr:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1f7"},"1f1f2-1f1fa":{name:"flag: Mauritius",category:"flags",shortname:":flag_mu:",shortname_alternates:[":mu:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1fa"},"1f1fe-1f1f9":{name:"flag: Mayotte",category:"flags",shortname:":flag_yt:",shortname_alternates:[":yt:"],keywords:["flag","uc6"],unicode_output:"1f1fe-1f1f9"},"1f1f2-1f1fd":{name:"flag: Mexico",category:"flags",shortname:":flag_mx:",shortname_alternates:[":mx:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1fd"},"1f1eb-1f1f2":{name:"flag: Micronesia",category:"flags",shortname:":flag_fm:",shortname_alternates:[":fm:"],keywords:["flag","uc6"],unicode_output:"1f1eb-1f1f2"},"1f1f2-1f1e9":{name:"flag: Moldova",category:"flags",shortname:":flag_md:",shortname_alternates:[":md:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1e9"},"1f1f2-1f1e8":{name:"flag: Monaco",category:"flags",shortname:":flag_mc:",shortname_alternates:[":mc:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1e8"},"1f1f2-1f1f3":{name:"flag: Mongolia",category:"flags",shortname:":flag_mn:",shortname_alternates:[":mn:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1f3"},"1f1f2-1f1ea":{name:"flag: Montenegro",category:"flags",shortname:":flag_me:",shortname_alternates:[":me:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1ea"},"1f1f2-1f1f8":{name:"flag: Montserrat",category:"flags",shortname:":flag_ms:",shortname_alternates:[":ms:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1f8"},"1f1f2-1f1e6":{name:"flag: Morocco",category:"flags",shortname:":flag_ma:",shortname_alternates:[":ma:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1e6"},"1f1f2-1f1ff":{name:"flag: Mozambique",category:"flags",shortname:":flag_mz:",shortname_alternates:[":mz:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1ff"},"1f1f2-1f1f2":{name:"flag: Myanmar (Burma)",category:"flags",shortname:":flag_mm:",shortname_alternates:[":mm:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1f2"},"1f1f3-1f1e6":{name:"flag: Namibia",category:"flags",shortname:":flag_na:",shortname_alternates:[":na:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1e6"},"1f1f3-1f1f7":{name:"flag: Nauru",category:"flags",shortname:":flag_nr:",shortname_alternates:[":nr:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1f7"},"1f1f3-1f1f5":{name:"flag: Nepal",category:"flags",shortname:":flag_np:",shortname_alternates:[":np:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1f5"},"1f1f3-1f1f1":{name:"flag: Netherlands",category:"flags",shortname:":flag_nl:",shortname_alternates:[":nl:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1f1"},"1f1f3-1f1e8":{name:"flag: New Caledonia",category:"flags",shortname:":flag_nc:",shortname_alternates:[":nc:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1e8"},"1f1f3-1f1ff":{name:"flag: New Zealand",category:"flags",shortname:":flag_nz:",shortname_alternates:[":nz:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1ff"},"1f1f3-1f1ee":{name:"flag: Nicaragua",category:"flags",shortname:":flag_ni:",shortname_alternates:[":ni:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1ee"},"1f1f3-1f1ea":{name:"flag: Niger",category:"flags",shortname:":flag_ne:",shortname_alternates:[":ne:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1ea"},"1f1f3-1f1ec":{name:"flag: Nigeria",category:"flags",shortname:":flag_ng:",shortname_alternates:[":nigeria:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1ec"},"1f1f3-1f1fa":{name:"flag: Niue",category:"flags",shortname:":flag_nu:",shortname_alternates:[":nu:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1fa"},"1f1f3-1f1eb":{name:"flag: Norfolk Island",category:"flags",shortname:":flag_nf:",shortname_alternates:[":nf:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1eb"},"1f1f0-1f1f5":{name:"flag: North Korea",category:"flags",shortname:":flag_kp:",shortname_alternates:[":kp:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1f5"},"1f1f2-1f1f5":{name:"flag: Northern Mariana Islands",category:"flags",shortname:":flag_mp:",shortname_alternates:[":mp:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1f5"},"1f1f3-1f1f4":{name:"flag: Norway",category:"flags",shortname:":flag_no:",shortname_alternates:[":no:"],keywords:["flag","uc6"],unicode_output:"1f1f3-1f1f4"},"1f1f4-1f1f2":{name:"flag: Oman",category:"flags",shortname:":flag_om:",shortname_alternates:[":om:"],keywords:["flag","uc6"],unicode_output:"1f1f4-1f1f2"},"1f1f5-1f1f0":{name:"flag: Pakistan",category:"flags",shortname:":flag_pk:",shortname_alternates:[":pk:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1f0"},"1f1f5-1f1fc":{name:"flag: Palau",category:"flags",shortname:":flag_pw:",shortname_alternates:[":pw:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1fc"},"1f1f5-1f1f8":{name:"flag: Palestinian Territories",category:"flags",shortname:":flag_ps:",shortname_alternates:[":ps:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1f8"},"1f1f5-1f1e6":{name:"flag: Panama",category:"flags",shortname:":flag_pa:",shortname_alternates:[":pa:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1e6"},"1f1f5-1f1ec":{name:"flag: Papua New Guinea",category:"flags",shortname:":flag_pg:",shortname_alternates:[":pg:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1ec"},"1f1f5-1f1fe":{name:"flag: Paraguay",category:"flags",shortname:":flag_py:",shortname_alternates:[":py:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1fe"},"1f1f5-1f1ea":{name:"flag: Peru",category:"flags",shortname:":flag_pe:",shortname_alternates:[":pe:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1ea"},"1f1f5-1f1ed":{name:"flag: Philippines",category:"flags",shortname:":flag_ph:",shortname_alternates:[":ph:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1ed"},"1f1f5-1f1f3":{name:"flag: Pitcairn Islands",category:"flags",shortname:":flag_pn:",shortname_alternates:[":pn:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1f3"},"1f1f5-1f1f1":{name:"flag: Poland",category:"flags",shortname:":flag_pl:",shortname_alternates:[":pl:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1f1"},"1f1f5-1f1f9":{name:"flag: Portugal",category:"flags",shortname:":flag_pt:",shortname_alternates:[":pt:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1f9"},"1f1f5-1f1f7":{name:"flag: Puerto Rico",category:"flags",shortname:":flag_pr:",shortname_alternates:[":pr:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1f7"},"1f1f6-1f1e6":{name:"flag: Qatar",category:"flags",shortname:":flag_qa:",shortname_alternates:[":qa:"],keywords:["flag","uc6"],unicode_output:"1f1f6-1f1e6"},"1f1f7-1f1ea":{name:"flag: Réunion",category:"flags",shortname:":flag_re:",shortname_alternates:[":re:"],keywords:["flag","uc6"],unicode_output:"1f1f7-1f1ea"},"1f1f7-1f1f4":{name:"flag: Romania",category:"flags",shortname:":flag_ro:",shortname_alternates:[":ro:"],keywords:["flag","uc6"],unicode_output:"1f1f7-1f1f4"},"1f1f7-1f1fa":{name:"flag: Russia",category:"flags",shortname:":flag_ru:",shortname_alternates:[":ru:"],keywords:["flag","uc6"],unicode_output:"1f1f7-1f1fa"},"1f1f7-1f1fc":{name:"flag: Rwanda",category:"flags",shortname:":flag_rw:",shortname_alternates:[":rw:"],keywords:["flag","uc6"],unicode_output:"1f1f7-1f1fc"},"1f1fc-1f1f8":{name:"flag: Samoa",category:"flags",shortname:":flag_ws:",shortname_alternates:[":ws:"],keywords:["flag","uc6"],unicode_output:"1f1fc-1f1f8"},"1f1f8-1f1f2":{name:"flag: San Marino",category:"flags",shortname:":flag_sm:",shortname_alternates:[":sm:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1f2"},"1f1f8-1f1f9":{name:"flag: São Tomé & Príncipe",category:"flags",shortname:":flag_st:",shortname_alternates:[":st:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1f9"},"1f1f8-1f1e6":{name:"flag: Saudi Arabia",category:"flags",shortname:":flag_sa:",shortname_alternates:[":saudiarabia:",":saudi:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1e6"},"1f1f8-1f1f3":{name:"flag: Senegal",category:"flags",shortname:":flag_sn:",shortname_alternates:[":sn:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1f3"},"1f1f7-1f1f8":{name:"flag: Serbia",category:"flags",shortname:":flag_rs:",shortname_alternates:[":rs:"],keywords:["flag","uc6"],unicode_output:"1f1f7-1f1f8"},"1f1f8-1f1e8":{name:"flag: Seychelles",category:"flags",shortname:":flag_sc:",shortname_alternates:[":sc:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1e8"},"1f1f8-1f1f1":{name:"flag: Sierra Leone",category:"flags",shortname:":flag_sl:",shortname_alternates:[":sl:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1f1"},"1f1f8-1f1ec":{name:"flag: Singapore",category:"flags",shortname:":flag_sg:",shortname_alternates:[":sg:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1ec"},"1f1f8-1f1fd":{name:"flag: Sint Maarten",category:"flags",shortname:":flag_sx:",shortname_alternates:[":sx:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1fd"},"1f1f8-1f1f0":{name:"flag: Slovakia",category:"flags",shortname:":flag_sk:",shortname_alternates:[":sk:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1f0"},"1f1f8-1f1ee":{name:"flag: Slovenia",category:"flags",shortname:":flag_si:",shortname_alternates:[":si:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1ee"},"1f1ec-1f1f8":{name:"flag: South Georgia & South Sandwich Islands",category:"flags",shortname:":flag_gs:",shortname_alternates:[":gs:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1f8"},"1f1f8-1f1e7":{name:"flag: Solomon Islands",category:"flags",shortname:":flag_sb:",shortname_alternates:[":sb:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1e7"},"1f1f8-1f1f4":{name:"flag: Somalia",category:"flags",shortname:":flag_so:",shortname_alternates:[":so:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1f4"},"1f1ff-1f1e6":{name:"flag: South Africa",category:"flags",shortname:":flag_za:",shortname_alternates:[":za:"],keywords:["flag","uc6"],unicode_output:"1f1ff-1f1e6"},"1f1f0-1f1f7":{name:"flag: South Korea",category:"flags",shortname:":flag_kr:",shortname_alternates:[":kr:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1f7"},"1f1f8-1f1f8":{name:"flag: South Sudan",category:"flags",shortname:":flag_ss:",shortname_alternates:[":ss:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1f8"},"1f1ea-1f1f8":{name:"flag: Spain",category:"flags",shortname:":flag_es:",shortname_alternates:[":es:"],keywords:["flag","uc6"],unicode_output:"1f1ea-1f1f8"},"1f1f1-1f1f0":{name:"flag: Sri Lanka",category:"flags",shortname:":flag_lk:",shortname_alternates:[":lk:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1f0"},"1f1e7-1f1f1":{name:"flag: St. Barthélemy",category:"flags",shortname:":flag_bl:",shortname_alternates:[":bl:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1f1"},"1f1f8-1f1ed":{name:"flag: St. Helena",category:"flags",shortname:":flag_sh:",shortname_alternates:[":sh:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1ed"},"1f1f0-1f1f3":{name:"flag: St. Kitts & Nevis",category:"flags",shortname:":flag_kn:",shortname_alternates:[":kn:"],keywords:["flag","uc6"],unicode_output:"1f1f0-1f1f3"},"1f1f1-1f1e8":{name:"flag: St. Lucia",category:"flags",shortname:":flag_lc:",shortname_alternates:[":lc:"],keywords:["flag","uc6"],unicode_output:"1f1f1-1f1e8"},"1f1f5-1f1f2":{name:"flag: St. Pierre & Miquelon",category:"flags",shortname:":flag_pm:",shortname_alternates:[":pm:"],keywords:["flag","uc6"],unicode_output:"1f1f5-1f1f2"},"1f1fb-1f1e8":{name:"flag: St. Vincent & Grenadines",category:"flags",shortname:":flag_vc:",shortname_alternates:[":vc:"],keywords:["flag","uc6"],unicode_output:"1f1fb-1f1e8"},"1f1f8-1f1e9":{name:"flag: Sudan",category:"flags",shortname:":flag_sd:",shortname_alternates:[":sd:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1e9"},"1f1f8-1f1f7":{name:"flag: Suriname",category:"flags",shortname:":flag_sr:",shortname_alternates:[":sr:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1f7"},"1f1f8-1f1ff":{name:"flag: Eswatini",category:"flags",shortname:":flag_sz:",shortname_alternates:[":sz:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1ff"},"1f1f8-1f1ea":{name:"flag: Sweden",category:"flags",shortname:":flag_se:",shortname_alternates:[":se:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1ea"},"1f1e8-1f1ed":{name:"flag: Switzerland",category:"flags",shortname:":flag_ch:",shortname_alternates:[":ch:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1ed"},"1f1f8-1f1fe":{name:"flag: Syria",category:"flags",shortname:":flag_sy:",shortname_alternates:[":sy:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1fe"},"1f1f9-1f1fc":{name:"flag: Taiwan",category:"flags",shortname:":flag_tw:",shortname_alternates:[":tw:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1fc"},"1f1f9-1f1ef":{name:"flag: Tajikistan",category:"flags",shortname:":flag_tj:",shortname_alternates:[":tj:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1ef"},"1f1f9-1f1ff":{name:"flag: Tanzania",category:"flags",shortname:":flag_tz:",shortname_alternates:[":tz:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1ff"},"1f1f9-1f1ed":{name:"flag: Thailand",category:"flags",shortname:":flag_th:",shortname_alternates:[":th:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1ed"},"1f1f9-1f1f1":{name:"flag: Timor-Leste",category:"flags",shortname:":flag_tl:",shortname_alternates:[":tl:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1f1"},"1f1f9-1f1ec":{name:"flag: Togo",category:"flags",shortname:":flag_tg:",shortname_alternates:[":tg:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1ec"},"1f1f9-1f1f0":{name:"flag: Tokelau",category:"flags",shortname:":flag_tk:",shortname_alternates:[":tk:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1f0"},"1f1f9-1f1f4":{name:"flag: Tonga",category:"flags",shortname:":flag_to:",shortname_alternates:[":to:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1f4"},"1f1f9-1f1f9":{name:"flag: Trinidad & Tobago",category:"flags",shortname:":flag_tt:",shortname_alternates:[":tt:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1f9"},"1f1f9-1f1f3":{name:"flag: Tunisia",category:"flags",shortname:":flag_tn:",shortname_alternates:[":tn:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1f3"},"1f1f9-1f1f7":{name:"flag: Turkey",category:"flags",shortname:":flag_tr:",shortname_alternates:[":tr:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1f7"},"1f1f9-1f1f2":{name:"flag: Turkmenistan",category:"flags",shortname:":flag_tm:",shortname_alternates:[":turkmenistan:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1f2"},"1f1f9-1f1e8":{name:"flag: Turks & Caicos Islands",category:"flags",shortname:":flag_tc:",shortname_alternates:[":tc:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1e8"},"1f1fb-1f1ee":{name:"flag: U.S. Virgin Islands",category:"flags",shortname:":flag_vi:",shortname_alternates:[":vi:"],keywords:["flag","uc6"],unicode_output:"1f1fb-1f1ee"},"1f1f9-1f1fb":{name:"flag: Tuvalu",category:"flags",shortname:":flag_tv:",shortname_alternates:[":tuvalu:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1fb"},"1f1fa-1f1ec":{name:"flag: Uganda",category:"flags",shortname:":flag_ug:",shortname_alternates:[":ug:"],keywords:["flag","uc6"],unicode_output:"1f1fa-1f1ec"},"1f1fa-1f1e6":{name:"flag: Ukraine",category:"flags",shortname:":flag_ua:",shortname_alternates:[":ua:"],keywords:["flag","uc6"],unicode_output:"1f1fa-1f1e6"},"1f1e6-1f1ea":{name:"flag: United Arab Emirates",category:"flags",shortname:":flag_ae:",shortname_alternates:[":ae:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1ea"},"1f1ec-1f1e7":{name:"flag: United Kingdom",category:"flags",shortname:":flag_gb:",shortname_alternates:[":gb:"],keywords:["flag","uc6"],unicode_output:"1f1ec-1f1e7"},"1f3f4-e0067-e0062-e0065-e006e-e0067-e007f":{name:"flag: England",category:"flags",shortname:":england:",shortname_alternates:[],keywords:["flag","uc7"],unicode_output:"1f3f4-e0067-e0062-e0065-e006e-e0067-e007f"},"1f3f4-e0067-e0062-e0073-e0063-e0074-e007f":{name:"flag: Scotland",category:"flags",shortname:":scotland:",shortname_alternates:[],keywords:["flag","uc7"],unicode_output:"1f3f4-e0067-e0062-e0073-e0063-e0074-e007f"},"1f3f4-e0067-e0062-e0077-e006c-e0073-e007f":{name:"flag: Wales",category:"flags",shortname:":wales:",shortname_alternates:[],keywords:["flag","uc7"],unicode_output:"1f3f4-e0067-e0062-e0077-e006c-e0073-e007f"},"1f1fa-1f1f8":{name:"flag: United States",category:"flags",shortname:":flag_us:",shortname_alternates:[":us:"],keywords:["flag","uc6"],unicode_output:"1f1fa-1f1f8"},"1f1fa-1f1fe":{name:"flag: Uruguay",category:"flags",shortname:":flag_uy:",shortname_alternates:[":uy:"],keywords:["flag","uc6"],unicode_output:"1f1fa-1f1fe"},"1f1fa-1f1ff":{name:"flag: Uzbekistan",category:"flags",shortname:":flag_uz:",shortname_alternates:[":uz:"],keywords:["flag","uc6"],unicode_output:"1f1fa-1f1ff"},"1f1fb-1f1fa":{name:"flag: Vanuatu",category:"flags",shortname:":flag_vu:",shortname_alternates:[":vu:"],keywords:["flag","uc6"],unicode_output:"1f1fb-1f1fa"},"1f1fb-1f1e6":{name:"flag: Vatican City",category:"flags",shortname:":flag_va:",shortname_alternates:[":va:"],keywords:["flag","uc6"],unicode_output:"1f1fb-1f1e6"},"1f1fb-1f1ea":{name:"flag: Venezuela",category:"flags",shortname:":flag_ve:",shortname_alternates:[":ve:"],keywords:["flag","uc6"],unicode_output:"1f1fb-1f1ea"},"1f1fb-1f1f3":{name:"flag: Vietnam",category:"flags",shortname:":flag_vn:",shortname_alternates:[":vn:"],keywords:["flag","uc6"],unicode_output:"1f1fb-1f1f3"},"1f1fc-1f1eb":{name:"flag: Wallis & Futuna",category:"flags",shortname:":flag_wf:",shortname_alternates:[":wf:"],keywords:["flag","uc6"],unicode_output:"1f1fc-1f1eb"},"1f1ea-1f1ed":{name:"flag: Western Sahara",category:"flags",shortname:":flag_eh:",shortname_alternates:[":eh:"],keywords:["flag","uc6"],unicode_output:"1f1ea-1f1ed"},"1f1fe-1f1ea":{name:"flag: Yemen",category:"flags",shortname:":flag_ye:",shortname_alternates:[":ye:"],keywords:["flag","uc6"],unicode_output:"1f1fe-1f1ea"},"1f1ff-1f1f2":{name:"flag: Zambia",category:"flags",shortname:":flag_zm:",shortname_alternates:[":zm:"],keywords:["flag","uc6"],unicode_output:"1f1ff-1f1f2"},"1f1ff-1f1fc":{name:"flag: Zimbabwe",category:"flags",shortname:":flag_zw:",shortname_alternates:[":zw:"],keywords:["flag","uc6"],unicode_output:"1f1ff-1f1fc"},"1f1e6-1f1e8":{name:"flag: Ascension Island",category:"flags",shortname:":flag_ac:",shortname_alternates:[":ac:"],keywords:["flag","uc6"],unicode_output:"1f1e6-1f1e8"},"1f1e7-1f1fb":{name:"flag: Bouvet Island",category:"flags",shortname:":flag_bv:",shortname_alternates:[":bv:"],keywords:["flag","uc6"],unicode_output:"1f1e7-1f1fb"},"1f1e8-1f1f5":{name:"flag: Clipperton Island",category:"flags",shortname:":flag_cp:",shortname_alternates:[":cp:"],keywords:["flag","uc6"],unicode_output:"1f1e8-1f1f5"},"1f1ea-1f1e6":{name:"flag: Ceuta & Melilla",category:"flags",shortname:":flag_ea:",shortname_alternates:[":ea:"],keywords:["flag","uc6"],unicode_output:"1f1ea-1f1e6"},"1f1e9-1f1ec":{name:"flag: Diego Garcia",category:"flags",shortname:":flag_dg:",shortname_alternates:[":dg:"],keywords:["flag","uc6"],unicode_output:"1f1e9-1f1ec"},"1f1ed-1f1f2":{name:"flag: Heard & McDonald Islands",category:"flags",shortname:":flag_hm:",shortname_alternates:[":hm:"],keywords:["flag","uc6"],unicode_output:"1f1ed-1f1f2"},"1f1f2-1f1eb":{name:"flag: St. Martin",category:"flags",shortname:":flag_mf:",shortname_alternates:[":mf:"],keywords:["flag","uc6"],unicode_output:"1f1f2-1f1eb"},"1f1f8-1f1ef":{name:"flag: Svalbard & Jan Mayen",category:"flags",shortname:":flag_sj:",shortname_alternates:[":sj:"],keywords:["flag","uc6"],unicode_output:"1f1f8-1f1ef"},"1f1f9-1f1e6":{name:"flag: Tristan da Cunha",category:"flags",shortname:":flag_ta:",shortname_alternates:[":ta:"],keywords:["flag","uc6"],unicode_output:"1f1f9-1f1e6"},"1f1fa-1f1f2":{name:"flag: U.S. Outlying Islands",category:"flags",shortname:":flag_um:",shortname_alternates:[":um:"],keywords:["flag","uc6"],unicode_output:"1f1fa-1f1f2"},"1f1fa-1f1f3":{name:"flag: United Nations",category:"flags",shortname:":united_nations:",shortname_alternates:[],keywords:["flag","uc6"],unicode_output:"1f1fa-1f1f3"},"1f3fb":{name:"light skin tone",category:"modifier",shortname:":tone1:",shortname_alternates:[],keywords:["uc8"],unicode_output:"1f3fb"},"1f3fc":{name:"medium-light skin tone",category:"modifier",shortname:":tone2:",shortname_alternates:[],keywords:["uc8"],unicode_output:"1f3fc"},"1f3fd":{name:"medium skin tone",category:"modifier",shortname:":tone3:",shortname_alternates:[],keywords:["uc8"],unicode_output:"1f3fd"},"1f3fe":{name:"medium-dark skin tone",category:"modifier",shortname:":tone4:",shortname_alternates:[],keywords:["uc8"],unicode_output:"1f3fe"},"1f3ff":{name:"dark skin tone",category:"modifier",shortname:":tone5:",shortname_alternates:[],keywords:["uc8"],unicode_output:"1f3ff"},"1f1ff":{name:"regional indicator symbol letter z",category:"regional",shortname:":regional_indicator_z:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1ff"},"1f1fe":{name:"regional indicator symbol letter y",category:"regional",shortname:":regional_indicator_y:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1fe"},"1f1fd":{name:"regional indicator symbol letter x",category:"regional",shortname:":regional_indicator_x:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1fd"},"1f1fc":{name:"regional indicator symbol letter w",category:"regional",shortname:":regional_indicator_w:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1fc"},"1f1fb":{name:"regional indicator symbol letter v",category:"regional",shortname:":regional_indicator_v:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1fb"},"1f1fa":{name:"regional indicator symbol letter u",category:"regional",shortname:":regional_indicator_u:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1fa"},"1f1f9":{name:"regional indicator symbol letter t",category:"regional",shortname:":regional_indicator_t:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1f9"},"1f1f8":{name:"regional indicator symbol letter s",category:"regional",shortname:":regional_indicator_s:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1f8"},"1f1f7":{name:"regional indicator symbol letter r",category:"regional",shortname:":regional_indicator_r:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1f7"},"1f1f6":{name:"regional indicator symbol letter q",category:"regional",shortname:":regional_indicator_q:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1f6"},"1f1f5":{name:"regional indicator symbol letter p",category:"regional",shortname:":regional_indicator_p:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1f5"},"1f1f4":{name:"regional indicator symbol letter o",category:"regional",shortname:":regional_indicator_o:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1f4"},"1f1f3":{name:"regional indicator symbol letter n",category:"regional",shortname:":regional_indicator_n:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1f3"},"1f1f2":{name:"regional indicator symbol letter m",category:"regional",shortname:":regional_indicator_m:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1f2"},"1f1f1":{name:"regional indicator symbol letter l",category:"regional",shortname:":regional_indicator_l:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1f1"},"1f1f0":{name:"regional indicator symbol letter k",category:"regional",shortname:":regional_indicator_k:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1f0"},"1f1ef":{name:"regional indicator symbol letter j",category:"regional",shortname:":regional_indicator_j:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1ef"},"1f1ee":{name:"regional indicator symbol letter i",category:"regional",shortname:":regional_indicator_i:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1ee"},"1f1ed":{name:"regional indicator symbol letter h",category:"regional",shortname:":regional_indicator_h:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1ed"},"1f1ec":{name:"regional indicator symbol letter g",category:"regional",shortname:":regional_indicator_g:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1ec"},"1f1eb":{name:"regional indicator symbol letter f",category:"regional",shortname:":regional_indicator_f:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1eb"},"1f1ea":{name:"regional indicator symbol letter e",category:"regional",shortname:":regional_indicator_e:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1ea"},"1f1e9":{name:"regional indicator symbol letter d",category:"regional",shortname:":regional_indicator_d:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1e9"},"1f1e8":{name:"regional indicator symbol letter c",category:"regional",shortname:":regional_indicator_c:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1e8"},"1f1e7":{name:"regional indicator symbol letter b",category:"regional",shortname:":regional_indicator_b:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1e7"},"1f1e6":{name:"regional indicator symbol letter a",category:"regional",shortname:":regional_indicator_a:",shortname_alternates:[],keywords:["uc6"],unicode_output:"1f1e6"}},W="6.6",A="https://cdn.jsdelivr.net/joypixels/assets/"+W+"/png/unicode/32/";exports.customEmojiAssetUrl=null;exports.emojiImageUrlSmall=A;exports.emojiFileExtensionSmall=".png";exports.emojiImageUrlLarge=A;exports.emojiFileExtensionLarge=".png";const f=ny;function Y(){return f}function oy(e,a=".png"){e.endsWith("/")||(e=e+"/"),exports.emojiImageUrlSmall=e,exports.emojiFileExtensionSmall=a}function ry(e,a=".svg"){e.endsWith("/")||(e=e+"/"),exports.emojiImageUrlLarge=e,exports.emojiFileExtensionLarge=a}function sy(e){exports.customEmojiAssetUrl=e}function iy(e){X(e)}function X(e){const a=["extension","custom"],t=["name","category","shortname","extension","custom"],n=(r,s,i)=>{if(r[s]===void 0){if(!a.includes(s))return;r[s]=i}else Array.isArray(r[s])?r[s]=r[s].concat(i):r[s]=i};Object.entries(e).forEach(r=>{const[s,i]=r;if(s in f){const _=f[s];for(const d in i){const c=i[d];n(_,d,c)}}else t.every(d=>i[d]!==void 0)?f[s]=i:console.error("The following custom emoji doesn't contain the required properties:",i)})}function S(e){function a(n,r){if(!(!n||typeof n!="object")){if("shortname"in n&&(n.shortname===e||n.shortname_alternates.includes(e)))return n.key=r,t=n,!0;Object.keys(n).some(function(s){return a(n[s],s)})}}let t;return a(Y(),null),t}function Q(e){let a="";for(const t of e){const n=t.codePointAt(0).toString(16);["200d","fe0f"].includes(n)||(a!==""&&(a=a+"-"),a=a+t.codePointAt(0).toString(16))}return a}function ee(e){const a=e.split("-");let t="";return a.forEach(n=>{t=t+String.fromCodePoint(parseInt(n,16))}),t}function te(e){if(e.startsWith(":")&&e.endsWith(":"))return S(e);{const a=Q(e),t=f[a];return t&&(t.key=a),t}}function ae(e){const a=e.match(/:\w+:/g);return ne(a)}function ne(e){const a=e?e.filter(t=>S(t)):[];return new Set(a)}function oe(e){const a=[...e.matchAll(ay())],t=a.length?a.map(n=>n[0]):[];return new Set(t)}const dy={name:"DtEmoji",components:{DtSkeleton:U},props:{code:{type:String,required:!0},size:{type:String,default:"500",validator:e=>Object.keys(u).includes(e)},imgClass:{type:[String,Object,Array],default:""},ariaLabel:{type:String,default:null},showSkeleton:{type:Boolean,default:!0}},data(){return{emojiData:null,imgLoading:!1}},computed:{emojiDataValid(){return!!this.emojiData},emojiSrc(){var e;return this.emojiDataValid?(e=this.emojiData)!=null&&e.custom?exports.customEmojiAssetUrl+this.emojiData.key+this.emojiData.extension:["100","200"].includes(this.size)?exports.emojiImageUrlSmall+this.emojiData.key+exports.emojiFileExtensionSmall:exports.emojiImageUrlLarge+this.emojiData.key+exports.emojiFileExtensionLarge:"invalid"},emojiAlt(){if(this.emojiDataValid)return this.emojiData.unicode_output?ee(this.emojiData.unicode_output):this.emojiData.name},emojiLabel(){return this.emojiDataValid?this.ariaLabel?this.ariaLabel:this.emojiData.name:"Invalid Emoji"},emojiSize(){return u[this.size]}},watch:{code:{handler:function(){this.getEmojiData()},immediate:!0},emojiSrc:{handler:async function(){this.imgLoading=!0}}},methods:{getEmojiData(){this.emojiData=te(this.code)},imageLoaded(){this.imgLoading=!1},imageErrored(){this.imgLoading=!1}}};var ly=function(){var a=this,t=a._self._c;return t("span",{class:["dt-emoji","d-icon",a.emojiSize]},[t("dt-skeleton",{directives:[{name:"show",rawName:"v-show",value:a.imgLoading&&a.showSkeleton,expression:"imgLoading && showSkeleton"}],class:a.emojiSize,attrs:{offset:0,"shape-option":{shape:"square",contentClass:a.emojiSize,size:"auto"}}}),t("img",{directives:[{name:"show",rawName:"v-show",value:!a.imgLoading,expression:"!imgLoading"}],ref:"emojiImg",class:["d-icon",a.emojiSize,a.imgClass],attrs:{"aria-label":a.emojiLabel,alt:a.emojiAlt,title:a.emojiLabel,src:a.emojiSrc},on:{load:a.imageLoaded,error:a.imageErrored}})],1)},fy=[],uy=o.normalizeComponent(dy,ly,fy,!1,null,"d04a00ba",null,null);const M=uy.exports,_y={name:"DtEmojiTextWrapper",components:{DtEmoji:M},inheritAttrs:!1,props:{elementType:{type:String,default:"div"},size:{type:String,default:"500",validator:e=>Object.keys(u).includes(e)}},data(){return{loadingEmojiJson:!0}},async created(){this.loadingEmojiJson=!1},methods:{replaceDtEmojis(e,a){const t=new RegExp(`(${e.join("|")})`,"g");return a.split(t).map(r=>e.includes(r)?this.$createElement(M,{attrs:{class:"d-d-inline-block"},props:{code:r,size:this.size,...this.$attrs}}):r)},searchVNodes(e){if(!e.tag&&e.text)return this.searchCodes(e.text);const a=e.children?e.children.map(t=>this.searchVNodes(t)):[];return this.$createElement(e.tag,e.data,a)},replaceVueComponentVNodeContent(e){},searchCodes(e){const a=ae(e),t=oe(e),n=[...a,...t];return n.length===0?e:this.replaceDtEmojis(n,e)}},render(e){const a=this.$slots.default||[];return e(this.elementType,this.loadingEmojiJson?a:a.map(t=>this.searchVNodes(t)))}},cy=null,my=null;var hy=o.normalizeComponent(_y,cy,my,!1,null,null,null,null);const gy=hy.exports;exports.BUTTON_ICON_SIZES=F;exports.BUTTON_IMPORTANCE_MODIFIERS=v;exports.BUTTON_KIND_MODIFIERS=w;exports.BUTTON_SIZE_MODIFIERS=h;exports.BUTTON_TYPES=O;exports.CheckableMixin=Vv;exports.DtButton=B;exports.DtEmoji=M;exports.DtEmojiTextWrapper=gy;exports.DtIcon=ov;exports.DtInput=qv;exports.DtSkeleton=U;exports.DtSkeletonListItem=I;exports.DtSkeletonParagraph=j;exports.DtSkeletonShape=C;exports.DtSkeletonText=x;exports.DtTab=ty;exports.DtTabGroup=Wv;exports.DtValidationMessages=q;exports.GroupableMixin=Pv;exports.ICON_POSITION_MODIFIERS=y;exports.ICON_SIZE_MODIFIERS=u;exports.INPUT_SIZES=l;exports.INPUT_TYPES=g;exports.INVALID_COMBINATION=E;exports.INVERTED=z;exports.InputMixin=Bv;exports.LINK_KIND_MODIFIERS=b;exports.LINK_VARIANTS=dv;exports.MUTED=H;exports.MessagesMixin=N;exports.SKELETON_HEADING_HEIGHTS=D;exports.SKELETON_RIPPLE_DURATION=V;exports.SKELETON_SHAPES=p;exports.SKELETON_SHAPE_SIZES=T;exports.SKELETON_TEXT_TYPES=P;exports.TAB_IMPORTANCE_MODIFIERS=J;exports.TAB_LIST_IMPORTANCE_MODIFIERS=K;exports.TAB_LIST_KIND_MODIFIERS=G;exports.TAB_LIST_SIZES=R;exports.codeToEmojiData=te;exports.defaultEmojiAssetUrl=A;exports.emojiJson=f;exports.emojiVersion=W;exports.filterValidShortCodes=ne;exports.findEmojis=oe;exports.findShortCodes=ae;exports.getEmojiData=Y;exports.setCustomEmojiJson=iy;exports.setCustomEmojiUrl=sy;exports.setEmojiAssetUrlLarge=ry;exports.setEmojiAssetUrlSmall=oy;exports.shortcodeToEmojiData=S;exports.stringToUnicode=ee;exports.unicodeToString=Q;exports.validateCustomEmojiJson=X;exports.validationMessageValidator=$;
|