@xplortech/apollo-core 2.4.2 → 2.5.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/.typings/apollo-components.html-data.json +1011 -3481
- package/build/style.css +7 -7
- package/dist/apollo-core/apollo-core.css +1 -1
- package/dist/apollo-core/apollo-core.esm.js +1 -1
- package/dist/apollo-core/{p-8c1f73ea.entry.js → p-0e1877a2.entry.js} +1 -1
- package/dist/apollo-core/{p-94209785.entry.js → p-1c2e4034.entry.js} +1 -1
- package/dist/apollo-core/p-77f0fd4a.entry.js +1 -0
- package/dist/apollo-core/p-7c22b842.entry.js +1 -0
- package/dist/apollo-core/p-7d245bf0.entry.js +1 -0
- package/dist/apollo-core/{p-b1f4604d.entry.js → p-f4c2626d.entry.js} +1 -1
- package/dist/cjs/xpl-avatar_41.cjs.entry.js +11732 -1165
- package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table.cjs.entry.js +1 -1
- package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/xpl-grid.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/xpl-data-card/xpl-data-card.js +11 -25
- package/dist/collection/components/xpl-divider/xpl-divider.js +1 -1
- package/dist/collection/components/xpl-dropdown/dropdown.stories.js +4 -0
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +2 -2
- package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +2 -2
- package/dist/collection/components/xpl-dynamic-table/dynamic-table.stories.js +4 -0
- package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +1 -1
- package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +2 -2
- package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +2 -2
- package/dist/collection/components/xpl-grid/xpl-grid.js +1 -1
- package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +1 -1
- package/dist/collection/components/xpl-header-accordion/header-accordion.stories.js +4 -0
- package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +1 -1
- package/dist/collection/components/xpl-icon/icon-types.js +1 -0
- package/dist/collection/components/xpl-icon/icons.stories.js +47 -12
- package/dist/collection/components/xpl-icon/xpl-icon.js +13 -15
- package/dist/collection/components/xpl-input/input.stories.js +4 -0
- package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +3 -3
- package/dist/collection/components/xpl-input/xpl-input.js +5 -4
- package/dist/collection/components/xpl-list/list.stories.js +4 -0
- package/dist/collection/components/xpl-progress/progress.stories.js +4 -0
- package/dist/collection/components/xpl-radio/radio.stories.js +4 -0
- package/dist/collection/components/xpl-select/select.stories.js +4 -0
- package/dist/collection/components/xpl-select/xpl-select.js +13 -19
- package/dist/collection/components/xpl-skeleton/skeleton.stories.js +4 -0
- package/dist/collection/components/xpl-slideout/slideout.stories.js +6 -0
- package/dist/collection/components/xpl-table/table.stories.js +4 -0
- package/dist/collection/components/xpl-table-header/table-header.stories.js +4 -0
- package/dist/collection/components/xpl-table-header-cell/table-header-cell.stories.js +4 -0
- package/dist/collection/components/xpl-table-header-cell/xpl-table-header-cell.js +5 -15
- package/dist/collection/components/xpl-tabs/tabs.stories.js +4 -0
- package/dist/collection/components/xpl-toast/toast.stories.js +4 -0
- package/dist/collection/components/xpl-toggle/toggle.stories.js +4 -0
- package/dist/collection/components/xpl-tooltip/tooltip.stories.js +4 -0
- package/dist/components/xpl-data-card.js +1 -1
- package/dist/components/xpl-divider2.js +1 -1
- package/dist/components/xpl-dropdown-group2.js +1 -1
- package/dist/components/xpl-dropdown-heading2.js +1 -1
- package/dist/components/xpl-dropdown-option2.js +1 -1
- package/dist/components/xpl-dropdown2.js +1 -1
- package/dist/components/xpl-dynamic-table-cell.js +1 -1
- package/dist/components/xpl-dynamic-table-row.js +1 -1
- package/dist/components/xpl-dynamic-table.js +1 -1
- package/dist/components/xpl-grid-item.js +1 -1
- package/dist/components/xpl-grid.js +1 -1
- package/dist/components/xpl-header-accordion.js +1 -1
- package/dist/components/xpl-icon2.js +1 -6
- package/dist/components/xpl-input2.js +1 -1
- package/dist/components/xpl-select2.js +1 -1
- package/dist/docs/xpl-accordion/readme.md +62 -0
- package/dist/docs/xpl-application-shell/readme.md +33 -0
- package/dist/docs/xpl-avatar/readme.md +35 -0
- package/dist/docs/xpl-backdrop/readme.md +34 -0
- package/dist/docs/xpl-badge/readme.md +29 -0
- package/dist/docs/xpl-breadcrumbs/xpl-breadcrumb-item/readme.md +19 -0
- package/dist/docs/xpl-breadcrumbs/xpl-breadcrumbs/readme.md +22 -0
- package/dist/docs/xpl-button/readme.md +44 -0
- package/dist/docs/xpl-button-row/readme.md +41 -0
- package/dist/docs/xpl-calendar/readme.md +48 -0
- package/dist/docs/xpl-checkbox/readme.md +47 -0
- package/dist/docs/xpl-choicelist/readme.md +43 -0
- package/dist/docs/xpl-content-area/readme.md +17 -0
- package/dist/docs/xpl-dashboard/readme.md +10 -0
- package/dist/docs/xpl-data-card/readme.md +54 -0
- package/dist/docs/xpl-divider/readme.md +30 -0
- package/dist/docs/xpl-dropdown/readme.md +80 -0
- package/dist/docs/xpl-dropdown/xpl-dropdown-group/readme.md +39 -0
- package/dist/docs/xpl-dropdown/xpl-dropdown-heading/readme.md +30 -0
- package/dist/docs/xpl-dropdown/xpl-dropdown-option/readme.md +36 -0
- package/dist/docs/xpl-dynamic-table/readme.md +19 -0
- package/dist/docs/xpl-dynamic-table-cell/readme.md +18 -0
- package/dist/docs/xpl-dynamic-table-row/readme.md +19 -0
- package/dist/docs/xpl-grid/readme.md +10 -0
- package/dist/docs/xpl-grid-item/readme.md +20 -0
- package/dist/docs/xpl-header-accordion/readme.md +39 -0
- package/dist/docs/xpl-icon/readme.md +80 -0
- package/dist/docs/xpl-input/readme.md +90 -0
- package/dist/docs/xpl-input/xpl-input-color/readme.md +61 -0
- package/dist/docs/xpl-input/xpl-input-date/readme.md +56 -0
- package/dist/docs/xpl-input/xpl-input-file/readme.md +79 -0
- package/dist/docs/xpl-input/xpl-input-time/readme.md +69 -0
- package/dist/docs/xpl-large-card/readme.md +40 -0
- package/dist/docs/xpl-list/readme.md +34 -0
- package/dist/docs/xpl-main-nav/readme.md +28 -0
- package/dist/docs/xpl-modal/readme.md +55 -0
- package/dist/docs/xpl-nav-item/readme.md +24 -0
- package/dist/docs/xpl-pagination/readme.md +52 -0
- package/dist/docs/xpl-popover/readme.md +48 -0
- package/dist/docs/xpl-progress/readme.md +22 -0
- package/dist/docs/xpl-radio/readme.md +43 -0
- package/dist/docs/xpl-secondary-nav/readme.md +10 -0
- package/dist/docs/xpl-select/readme.md +88 -0
- package/dist/docs/xpl-skeleton/readme.md +31 -0
- package/dist/docs/xpl-slideout/readme.md +46 -0
- package/dist/docs/xpl-tab/readme.md +25 -0
- package/dist/docs/xpl-tab-panel/readme.md +18 -0
- package/dist/docs/xpl-table/readme.md +46 -0
- package/dist/docs/xpl-table-header/readme.md +13 -0
- package/dist/docs/xpl-table-header-cell/readme.md +47 -0
- package/dist/docs/xpl-tabs/readme.md +54 -0
- package/dist/docs/xpl-tag/readme.md +30 -0
- package/dist/docs/xpl-toast/readme.md +42 -0
- package/dist/docs/xpl-toggle/readme.md +23 -0
- package/dist/docs/xpl-toolbar/readme.md +18 -0
- package/dist/docs/xpl-tooltip/readme.md +35 -0
- package/dist/docs/xpl-utility-bar/readme.md +55 -0
- package/dist/esm/xpl-avatar_41.entry.js +11732 -1165
- package/dist/esm/xpl-dynamic-table-cell.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table-row.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table.entry.js +1 -1
- package/dist/esm/xpl-grid-item.entry.js +1 -1
- package/dist/esm/xpl-grid.entry.js +1 -1
- package/dist/types/components/xpl-data-card/xpl-data-card.d.ts +2 -3
- package/dist/types/components/xpl-dynamic-table/dynamic-table.stories.d.ts +4 -0
- package/dist/types/components/xpl-header-accordion/header-accordion.stories.d.ts +4 -0
- package/dist/types/components/xpl-icon/icon-types.d.ts +2 -0
- package/dist/types/components/xpl-icon/xpl-icon.d.ts +1 -3
- package/dist/types/components/xpl-input/input.stories.d.ts +4 -0
- package/dist/types/components/xpl-list/list.stories.d.ts +4 -0
- package/dist/types/components/xpl-progress/progress.stories.d.ts +4 -0
- package/dist/types/components/xpl-radio/radio.stories.d.ts +4 -0
- package/dist/types/components/xpl-select/select.stories.d.ts +4 -0
- package/dist/types/components/xpl-select/xpl-select.d.ts +1 -3
- package/dist/types/components/xpl-slideout/slideout.stories.d.ts +6 -0
- package/dist/types/components/xpl-table/table.stories.d.ts +4 -0
- package/dist/types/components/xpl-table-header/table-header.stories.d.ts +4 -0
- package/dist/types/components/xpl-table-header-cell/table-header-cell.stories.d.ts +4 -0
- package/dist/types/components/xpl-table-header-cell/xpl-table-header-cell.d.ts +1 -2
- package/dist/types/components/xpl-tabs/tabs.stories.d.ts +4 -0
- package/dist/types/components/xpl-toast/toast.stories.d.ts +4 -0
- package/dist/types/components/xpl-toggle/toggle.stories.d.ts +4 -0
- package/dist/types/components/xpl-tooltip/tooltip.stories.d.ts +4 -0
- package/dist/types/components.d.ts +24 -28
- package/package.json +7 -4
- package/dist/apollo-core/p-23ef2717.entry.js +0 -6
- package/dist/apollo-core/p-31461db7.entry.js +0 -1
- package/dist/apollo-core/p-7f8e5cd0.entry.js +0 -1
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import{r as t,h as e,H as a,g as i,c as l,F as h}from"./p-DhZas3eX.js";import{v as s}from"./p-Cqlsd6nf.js";import{f as r}from"./p-CH4yJ6Qx.js";const o=class{constructor(e){t(this,e),this.disabled=!1}render(){let t="xpl-avatar";this.size&&(t+=` xpl-avatar--${this.size}`),this.color&&(t+=` xpl-avatar--${this.color}`);const i=e("div",{key:"491c0f4f1ac5c4359f1f0a678e74358c47383412"},this.src?e("img",{alt:this.name,src:this.src}):e("div",{class:"xpl-avatar__placeholder"},e("slot",null)),this.status&&e("div",{key:"1eddc940a7126cfdff262a3c1bbe93909663452f",class:`xpl-avatar__dot--${this.status}`}));return e(a,{key:"3cde3ed32c5b71deca67701635cac3dfabe8a076"},this.href&&!this.disabled?e("a",{href:this.href,class:t,target:this.target},i):e("div",this.href&&this.disabled?{class:`${t} xpl-avatar--disabled`}:{class:t},i))}},d=class{constructor(e){t(this,e),this.relative=!1}render(){return e(a,{key:"94479cd370f0304f8ce4d416a7000f851c927da8",class:{"xpl-backdrop":!0,"xpl-backdrop--fixed":!this.relative,"xpl-backdrop--relative":this.relative},"aria-hidden":"true"})}},c=class{constructor(e){t(this,e)}render(){let t="xpl-badge";return this.dot&&(t+=" xpl-badge--dot"),this.variant&&(t+=` xpl-badge--${this.variant}`),e(a,{key:"7a4da384c01815ea2bd1fed3eeaa96da99758de4"},e("div",{key:"6f955a5ddde98ff183409ffaf65edc946387a6c7",class:t},e("slot",{key:"a3cd6f85cf89c5a287eb464973c664d92fa03f40"})))}},n=class{constructor(e){t(this,e),this.chevron='<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-right" class="svg-inline--fa fa-chevron-right fa-w-10" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">\n <path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path>\n </svg>\n '}render(){return e(a,{key:"0fe6cf2098433d9933fe64337f86e7fd17067745",class:"xpl-breadcrumb-item",role:"listitem"},e("li",{key:"3f43a1e7569ce739e8097bc5a574c9bad1cebc76",role:"none"},e("slot",{key:"035487c5c3de89e51227c578b09791e18173470a"})),e("span",{key:"32e76833f80a44c66d136e4f3f3cf7f1be39fdbe",innerHTML:this.chevron}))}},p=class{constructor(e){t(this,e)}render(){return e(a,{key:"113bb54d6703b9d1d7dd98adb1d87a53dc56d747"},e("nav",{key:"c9903307abfb990b67f042b63463c89213a1de55",class:"xpl-breadcrumbs","aria-label":"Breadcrumb"},e("ol",{key:"cc49ec0f0356f7d0e3f39ce24294e3ed22728bbe",role:"list"},e("slot",{key:"910bce9c62ed5d1310559305d3f2b6e21a0f9a0d"}))))}},C=class{constructor(e){t(this,e),this.size="default",this.variant="primary",this.state="neutral"}componentDidRender(){const t=this.el.attributes,e=Object.keys(t).filter((e=>{const a=t[e].name;return!!a&&(a.includes("data-test")||a.includes("aria-"))})).reduce(((e,a)=>Object.assign(Object.assign({},e),{[t[a].name]:t[a].value})),{}),a=this.el.querySelector("button");Object.keys(e).forEach((t=>{a.setAttribute(t,e[t]),this.el.removeAttribute(t)}))}render(){let t=`xpl-button\n xpl-button--${this.size}\n xpl-button--${this.state}\n xpl-button--${this.variant}`;return this.iconOnly&&(t+=" xpl-button--icon-only"),this.fullWidth&&(t+=" xpl-button--full-width"),this.link&&this.disabled&&(t+=" xpl-button--link-disabled"),e(a,{key:"6def1e58f1fc0f0b1cee740c09278ab19ef77be5",class:t},this.link?e("slot",null):e("button",{disabled:this.disabled,name:this.name,type:this.type,value:this.value,form:this.form},e("slot",null)))}get el(){return i(this)}},f=class{constructor(e){t(this,e),this.checkboxChange=l(this,"checkboxChange",7),this.id=s(),this.onChange=t=>{this.checkboxChange.emit(this.value?this.value:t.target.checked)}}render(){return e(a,{key:"00250685fca2e8158973a57947ec1ae390b556c4",class:{"xpl-checkbox-radio-container":!0,styled:this.styled,disabled:this.disabled}},e("input",{key:"ead56008991620c8e6c612ee1e6d299a3a88c6d2",class:"xpl-checkbox",type:"checkbox",checked:this.checked,"data-id":this.dataId,disabled:this.disabled,id:this.id,indeterminate:this.indeterminate,onChange:this.onChange,name:this.name,required:this.required,value:this.value}),e("label",{key:"d336163f57e12ac87b1f29da074c66ef1e600a95",class:{"xpl-label":!0,"xpl-label--disabled":this.disabled},htmlFor:this.id},e("slot",{key:"c317e0a1f2e2ac2e63f95d268443d5ff0c53eb5e"}),this.description&&e("small",{key:"f6031a5c9db67dbe8bb94f396da56fb7dd28fea4",class:{"xpl-description":!0,"xpl-description--disabled":this.disabled}},this.description)))}},u=class{constructor(a){t(this,a),this.choicelistChange=l(this,"choicelistChange",7),this.choicelistValueChange=l(this,"choicelistValueChange",7),this.name=s(),this.onChoiceChange=(t,e)=>{if(this.multi){if(this.selected=this.selected.map(((t,a)=>a===e?!t:t)),"string"==typeof t){const t=this.choices.filter(((t,e)=>this.selected[e])).map(((t,e)=>{var a;return null!==(a=t.value)&&void 0!==a?a:this.selected[e]}));this.choicelistValueChange.emit(t)}}else this.selected=this.selected.map(((t,a)=>a===e)),"string"==typeof t&&this.choicelistValueChange.emit(t)},this.renderChoice=({description:t,label:a,value:i,checked:l},h)=>this.multi?e("xpl-checkbox",{value:i,description:t,name:this.name,checked:l,onCheckboxChange:t=>this.onChoiceChange(t.detail,h)},a):e("xpl-radio",{value:i,description:t,name:this.name,checked:l,onRadioChange:t=>this.onChoiceChange(t.detail,h)},a)}onChoicesPropChange(t){this.selected=null!=t&&t.length>0?t.map((t=>t.checked||!1)):[]}onSelectedChange(t){this.choicelistChange.emit(t)}componentWillLoad(){this.onChoicesPropChange(this.choices)}render(){return e(a,{key:"385f51ecb532a4f496e6ab8a74ec8731bdcc321f",class:"xpl-choicelist-container"},void 0!==this.heading||void 0!==this.description?e("div",{class:"xpl-choicelist-heading"},this.heading&&e("h3",null,this.heading),this.description&&e("p",null,this.description)):null,this.choices&&e("ul",{key:"1c3d9eff6699a56b0cc955a5f2e9905480d8363b",class:{"xpl-choicelist":!0,"xpl-choicelist--styled":this.styled}},this.choices.map(((t,a)=>{const i=this.renderChoice(t,a);return e("li",{class:{selected:this.styled&&this.selected[a]}},i,t.children&&e("ul",null,t.children.map(((t,a)=>{const i=this.renderChoice(t,a);return e("li",null,i)}))))}))))}static get watchers(){return{choices:[{onChoicesPropChange:0}],selected:[{onSelectedChange:0}]}}},b=class{constructor(e){t(this,e),this.size="wide"}render(){return e(a,{key:"20346d8b9d44a2cc90e2bade2beedc3786276c12"},e("main",{key:"9af1a83077ac5ae29038d998feaceb450be3f744",class:`xpl-content-area-wrapper xpl-content-area-wrapper__${this.size}`},e("div",{key:"776a4b59943b1bbbcb81b9d35cee43618e81f338",class:"xpl-content-area"},e("slot",{key:"a4a023c5ca16110c9f9ccf1f10386e28a8b4c81e"}))))}},m=class{constructor(e){t(this,e)}render(){return e(a,{key:"f072c5fdcc919dc5796dc23cdca36e9431a17814"},e("dl",{key:"899d09bec63eef669028c3e4d7193f2ab690f781",class:"xpl-dashboard"},e("slot",{key:"a36c42cb173e82d17c5d4b567a5a182152204813"})))}},v=class{constructor(e){t(this,e),this.leadingIcon=!0,this.tooltipTextSmallStat="",this.tooltipTextStat=""}watchStat(t){this.stat=t}watchShortStat(t){this.shortStat=t}componentDidLoad(){if(this.link){const t=this.el.getElementsByTagName("a")[0]||this.el.getElementsByTagName("button")[0],e=document.createTextNode(this.name),a=document.createElement("span");a.appendChild(e),t.setAttribute("class","xpl-data-card__anchor"),t.appendChild(a)}}render(){const t="graph-content",i=this.el.querySelector(`[slot="${t}"]`),l="positive"===this.smallStatVariant?"arrow-up-right":"negative"===this.smallStatVariant?"arrow-down-right":"dash";return e(a,{key:"7e13a0c8bd9cfd9fcde4fddb5f657718fb03a9d4",role:"group",class:"xpl-data-card "+(this.link?"xpl-data-card__link":""),tabindex:"0"},e("dt",{key:"57bf426d9b7e4c4e0d6e2fdea37d9dcdb654b893",class:"xpl-data-card__header xpl-data-card__header--"+("secondary"===this.variant?"secondary":"primary")},e("header",{key:"8c7135e6b2be28073b597ba6f007f341e2e1a5ad"},!!this.leadingIcon&&this.icon&&e("span",{key:"8ee90dabd30e9ce6d27f5d973d966df11d6f973c",class:`xpl-data-card__icon--${this.variant}`},e("xpl-icon",{key:"2e59ef2231055ccc724ffd4a8fc7fe7bef2b07af",icon:this.icon,"background-color":"secondary"===this.variant?"purple":"orange",size:20})),e("slot",{key:"7d110d59bdd258a204dbae64ed0c9d1582c17d6c",name:"title"},this.name)),this.link&&e("span",{key:"12b7bfda22bd7d17a4393bbd8a1cef61136a2944",class:"xpl-data-card__header-arrow"},e("xpl-icon",{key:"aaaa7e0caba5bc13d5fe491e4c66d5344788ddec",icon:"chevron-right",size:16}))),e("dd",{key:"cfd5cae926c7858f96a1f41a091e404b0f4ee600",class:"xpl-data-card__body"},e("div",{key:"0e16294a3965d915e3299db6ca51d1c9d4afdc35",class:"xpl-data-card__left"},e("span",{key:"3b55a4f2fcadd97f787309dfd009ef551376b613",class:"xpl-data-card-stat xpl-data-card-stat--long"},this.stat),this.tooltipTextStat?e("xpl-tooltip",{text:this.tooltipTextStat},e("div",{class:"xpl-data-card-stat xpl-data-card-stat--short"},this.shortStat?this.shortStat:this.stat)):e("div",{class:"xpl-data-card-stat xpl-data-card-stat--short"},e("abbr",{title:this.stat},this.shortStat?this.shortStat:this.stat)),this.smallStatVariant?this.tooltipTextSmallStat?e("xpl-tooltip",{text:this.tooltipTextSmallStat},e("div",{class:`xpl-data-card-stat xpl-data-card-stat--small ${this.smallStatVariant}`},e("xpl-icon",{icon:l,size:16}),this.smallStat)):e("div",{class:`xpl-data-card-stat xpl-data-card-stat--small ${this.smallStatVariant}`},e("xpl-icon",{icon:l,size:16}),this.smallStat):this.smallStatIcon&&(this.tooltipTextSmallStat?e("xpl-tooltip",{text:this.tooltipTextSmallStat},e("div",{class:"xpl-data-card-stat xpl-data-card-stat--small"},e("xpl-icon",{icon:this.smallStatIcon,size:16}),this.smallStat)):e("div",{class:"xpl-data-card-stat xpl-data-card-stat--small"},e("xpl-icon",{icon:this.smallStatIcon,size:16}),this.smallStat)),!!this.detail&&e("span",{key:"2e5e3f50a45719b9ceae4a762e428691373f8b5c",class:"xpl-data-card__detail"},this.detail)),i&&e("div",{key:"dbe07c3e040026f21f35ec47bd3eb912114d97b5",class:"xpl-data-card__right"},e("slot",{key:"aa6c8ca3de0ada039e60dcd29e89c3fcf55cc019",name:t}))))}get el(){return i(this)}static get watchers(){return{stat:[{watchStat:0}],shortStat:[{watchShortStat:0}]}}},g=class{constructor(e){t(this,e)}render(){let t="xpl-divider";return t+=` xpl-divider--${this.tier}`,e(a,{key:"b4638a60d33219cb26494e124311a45226ee1fea",class:t},e("span",{key:"b399d389866e86f9a750cdd26a52c38cd3f9fa00"},e("slot",{key:"5a1f60fea3cd316eb1bddd0849fbb3489bf2c8b4"})))}};const w=class{constructor(e){t(this,e),this.isOpenChange=l(this,"isOpenChange",7),this.isOpen=!1,this.closeOnSelect=!0,this.mode="single",this.anchorToTrigger=!1,this.selectOnFocus=!1,this.requestAnimationFrameId=null,this.updateDropdownPosition=()=>{var t;if(!this.anchorToTrigger||!this.triggerId)return;const e=null===(t=document.getElementById(this.triggerId))||void 0===t?void 0:t.getBoundingClientRect();if(!e)return;const a=Math.max(this.hostElement.offsetHeight,300),i=window.innerHeight,l=i-e.bottom;l<a&&e.top>l?(this.hostElement.style.cssText=`\n left: ${e.left}px;\n width: ${e.width}px;\n bottom: ${i-e.top}px;\n top: auto;\n `,this.hostElement.classList.add("xpl-dropdown--above"),this.hostElement.classList.remove("xpl-dropdown--below")):(this.hostElement.style.cssText=`\n left: ${e.left}px;\n width: ${e.width}px;\n top: ${e.bottom}px;\n bottom: auto;\n `,this.hostElement.classList.add("xpl-dropdown--below"),this.hostElement.classList.remove("xpl-dropdown--above"))},this.handleClickOutside=({target:t})=>{const{triggerId:e}=this,a=e?document.getElementById(e):null,i=null==a?void 0:a.contains(t);this.hostElement.contains(t)||i||!this.isOpen||(this.isOpen=!1)},this.handleKeyDown=t=>{"Escape"===t.key&&this.isOpen&&(this.isOpen=!1)}}onSelectedValuesChanged(t,e=!1){if(this.options&&this.options.length>0){this.options.reduce(((t,e)=>[...t,...e.groupName?e.options:[e]]),[]).forEach((e=>{const a=e.value||e.label;if("single"===this.mode)e.isSelected=a===t;else{const i=Array.isArray(t)?t:[];e.isSelected=i.includes(a)}}));const a=t=>(t.options=t.groupName?t.options.map(a):void 0,t);this.options=this.options.map(a),this.update&&!e&&this.update(null,{component:this})}}onIsOpenStateChange(t){this.isOpenChange.emit(t)}onWindowScroll(){this.requestAnimationFrameId&&cancelAnimationFrame(this.requestAnimationFrameId),this.requestAnimationFrameId=requestAnimationFrame((()=>{this.updateDropdownPosition()}))}async handleSelect(t,{component:e}){const{hostElement:a,mode:i,options:l,update:h}=this,s="single"===i,r="multi"===i;if(l){l.reduce(((t,e)=>[...t,...e.groupName?e.options:[e]]),[]).forEach((t=>{const a=(t.value||t.label)===(e.hostElement.value||e.hostElement.label);s?(t.isSelected=a,e.hostElement.isSelected=!0):r&&a&&(t.isSelected=!t.isSelected,e.hostElement.isSelected=t.isSelected)}));const t=e=>(e.options=e.groupName?e.options.map(t):void 0,e);this.options=l.map(t)}else s?Array.from(a.querySelectorAll("xpl-dropdown-option")).forEach((t=>{t.isSelected=t===e.hostElement})):r&&(e.isSelected=!e.isSelected);h&&h(t,{component:this})}componentWillLoad(){this.handleSelect=this.handleSelect.bind(this),this.selectedValues&&this.onSelectedValuesChanged(this.selectedValues,!0)}connectedCallback(){document.addEventListener("mousedown",this.handleClickOutside.bind(this)),document.addEventListener("keydown",this.handleKeyDown)}disconnectedCallback(){document.removeEventListener("mousedown",this.handleClickOutside),document.removeEventListener("keydown",this.handleKeyDown)}componentDidLoad(){this.updateDropdownPosition()}render(){const{isOpen:t}=this,{mode:i,options:l}=this,h=l&&l.length&&l.map((t=>{var{groupName:a,options:i,subtitle:l}=t,h=function(t,e){var a={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(a[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var l=0;for(i=Object.getOwnPropertySymbols(t);l<i.length;l++)e.indexOf(i[l])<0&&Object.prototype.propertyIsEnumerable.call(t,i[l])&&(a[i[l]]=t[i[l]])}return a}(t,["groupName","options","subtitle"]);return a?e("xpl-dropdown-group",Object.assign({groupName:a,options:i},h)):e("xpl-dropdown-option",Object.assign({subtitle:l},h))}));return e(a,{key:"d576d4fbedb6a4a4a3da81b06ef881e1b1c6afe2","aria-expanded":t,class:{"xpl-dropdown":!0,"xpl-dropdown--multi":"multi"===i,"xpl-dropdown--open":t,"xpl-dropdown--anchor-to-trigger":this.anchorToTrigger},role:"listbox"},e("ul",{key:"78bc70d74413a238f0a5366fd607361e5157eafe",class:"xpl-dropdown-list"},h||e("slot",{key:"9128e7407413335b0699434e68e2aefafd222fc2",name:"options"})))}get hostElement(){return i(this)}static get watchers(){return{selectedValues:[{onSelectedValuesChanged:0}],isOpen:[{onIsOpenStateChange:0}]}}};const y=class{constructor(e){t(this,e)}render(){const{groupName:t,options:i}=this,l=i&&i.length&&i.map((t=>{var{groupName:a}=t,i=function(t,e){var a={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(a[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var l=0;for(i=Object.getOwnPropertySymbols(t);l<i.length;l++)e.indexOf(i[l])<0&&Object.prototype.propertyIsEnumerable.call(t,i[l])&&(a[i[l]]=t[i[l]])}return a}(t,["groupName"]);return a?e("xpl-dropdown-group",Object.assign({label:a},i)):e("xpl-dropdown-option",Object.assign({},i))}));return e(a,{key:"f30203f92fbd12a8d7722dc24d7686d8a0c14a46",role:"group","aria-label":t},e("li",{key:"d0ea4ff252a095271a0377455f2f33ebe38ae85e",class:"xpl-dropdown-list-item"},e("xpl-dropdown-heading",{key:"8ae6c88ff139d0aef14589087b6271965d671336",label:t}),e("ul",{key:"265c9826177e976b142acc097e35249722c753a3",class:"xpl-dropdown-list"},l||e("slot",{key:"7f437bdbef703b6aba3fbc307c8bb1b6f6122ea3",name:"options"}))))}},k=class{constructor(e){t(this,e)}render(){return e(a,{key:"563a7656647f84782bdf61d19f3878407f83675a",class:{"xpl-dropdown-heading":!0},role:"presentation"},e("span",{key:"a0b116e7b0b85966e10de0dc4a363fa7e2e3b769"},this.label||e("slot",{key:"c79235054e087811e80dadf35a4e490658ece3c5",name:"heading"})))}},x=class{constructor(e){t(this,e)}componentWillLoad(){this.dropdown=this.hostElement.closest("xpl-dropdown")}handleClick(t){const{closeOnSelect:e,mode:a}=this.dropdown;t.x&&t.y&&(this.dropdown.handleSelect(t,{component:this}),"single"===a&&e&&(this.dropdown.isOpen=!1))}handleKeyup(t){const{dropdown:e}=this,{closeOnSelect:a,mode:i,selectOnFocus:l}=this.dropdown;if(l&&["ArrowDown","ArrowLeft","ArrowRight","ArrowUp","Tab"].includes(t.key)){const l=document.activeElement.closest("xpl-dropdown-option");return e.handleSelect(t,{component:{hostElement:l}}),void("single"===i&&a&&(this.dropdown.isOpen=!1))}["Escape","Enter"].includes(t.key)&&(e.handleSelect(t,{component:this}),("Escape"===t.key||this.dropdown.closeOnSelect&&"Enter"===t.key)&&(this.dropdown.isOpen=!1))}connectedCallback(){this.hostElement.addEventListener("click",this.handleClick.bind(this)),this.hostElement.addEventListener("keyup",this.handleKeyup.bind(this))}disconnectedCallback(){this.hostElement.removeEventListener("click",this.handleClick),this.hostElement.removeEventListener("keyup",this.handleKeyup)}render(){const{label:t,isSelected:i,isDisabled:l,value:h,subtitle:s}=this;return e(a,{key:"c2a8b75e28785e9adb9c7419a96da73317f9e546",class:{"xpl-dropdown-option":!0,"xpl-dropdown-option--disabled":l,"xpl-dropdown-option--selected":i},role:"option","aria-checked":i,"aria-disabled":l,"aria-selected":i,value:h},e("li",{key:"1ebbfe8cb270223284ccb98980fba11ecb6f45e7",class:"xpl-dropdown-list-item"},t||e("slot",{key:"4e26c99b1a73e2b6d64865df01410050732fa517",name:"option"}),s&&e("span",{key:"b039510ca92dada66455f4ea1a379877f26ffabe",class:"xpl-dropdown-list-item__subtitle"},s)))}get hostElement(){return i(this)}},L=class{constructor(e){t(this,e),this.initialExpanded=!1,this.disabled=!1,this.selectedCount=-1,this.hasCheckbox=!0,this.expanded=this.initialExpanded,this.parentChecked=!1,this.parentIndeterminate=!1,this.toggleAccordion=()=>{this.expanded=!this.expanded},this.handleParentCheckboxChange=t=>{var e;this.parentChecked=t,this.parentIndeterminate=!1,(null===(e=this.el)||void 0===e?void 0:e.querySelectorAll('[role="region"] xpl-checkbox input:not([disabled])')).forEach((e=>{e.checked=t}))}}applyBorderRadiusToLastRow(){var t;if(this.expanded){const e=null===(t=this.el)||void 0===t?void 0:t.querySelectorAll("xpl-dynamic-table-row"),a=e[e.length-1],i=null==a?void 0:a.querySelectorAll("xpl-dynamic-table-cell");i[0].style.borderBottomLeftRadius="0.5rem",i[i.length-1].style.borderBottomRightRadius="0.5rem"}}watchSelectedCount(t,e){t>-1&&this.updateParentCheckbox(t)}updateParentCheckbox(t){var e;const a=null===(e=this.el)||void 0===e?void 0:e.querySelectorAll('[role="region"] xpl-checkbox input:not([disabled])');0===t?(this.parentChecked=!1,this.parentIndeterminate=!1):t===a.length?(this.parentChecked=!0,this.parentIndeterminate=!1):(this.parentChecked=!1,this.parentIndeterminate=!0)}handleChildCheckboxChange(){var t;if(-1===this.selectedCount){const e=null===(t=this.el)||void 0===t?void 0:t.querySelectorAll('[role="region"] xpl-checkbox input:not([disabled])'),a=Array.from(e).filter((t=>t.checked)).length;this.updateParentCheckbox(a)}}componentDidLoad(){this.updateParentCheckbox(this.selectedCount>-1?this.selectedCount:0)}componentWillRender(){this.applyBorderRadiusToLastRow()}render(){return e(a,{key:"ee3fd9eb9638936fad6fdf39e6206e0e2732b920",class:"xpl-header-accordion"},e("div",{key:"94435c73c7f099bbd06ae686bdfa757d23af93e1",class:"header-accordion header-accordion--"+(this.expanded?"expanded":"collapsed")},this.hasCheckbox&&e("xpl-checkbox",{key:"55999a12930fd86d3c7271092a245db7e6229708",class:"xpl-header-accordion__parent-checkbox",checked:this.parentChecked,disabled:this.disabled,indeterminate:this.parentIndeterminate,onCheckboxChange:t=>this.handleParentCheckboxChange(t.detail)}),e("button",{key:"30fd009b44784a7718f8491c29b2319d8f24d775","aria-expanded":this.expanded,"aria-controls":this.contentId,class:"toggle-area",onClick:this.toggleAccordion,type:"button"},e("slot",{key:"29fd48fd7e822b01c6599ca1114492731e528720",name:"title"}),e("xpl-icon",{key:"a9d71ba4fb4701186b7e896ed0a8c6747179346b",size:16,icon:"chevron-down",class:this.expanded&&"rotate"}))),e("div",{key:"7d77c1a03c80b65a92d5db3ccf1c64c66a544ee5",id:this.contentId,role:"region",class:this.expanded?"content--shown":"content--hidden"},e("slot",{key:"1db8deafe423aaf6ec3eb2d4e783b49d9a207712",name:"content"})))}get el(){return i(this)}static get watchers(){return{selectedCount:[{watchSelectedCount:0}]}}};var z="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function M(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var H,V,_,Z,$={ai:{name:"ai",keywords:[],heights:{16:{width:16,path:'<path d="M9.59997 2.27897C9.62999 2.19703 9.68446 2.12628 9.756 2.0763C9.82754 2.02632 9.9127 1.99952 9.99997 1.99952C10.0872 1.99952 10.1724 2.02632 10.2439 2.0763C10.3155 2.12628 10.3699 2.19703 10.4 2.27897L10.807 3.39097C11.1262 4.26303 11.6317 5.05498 12.2883 5.71162C12.945 6.36826 13.7369 6.87379 14.609 7.19297L15.721 7.59997C15.8029 7.62999 15.8737 7.68446 15.9236 7.756C15.9736 7.82754 16.0004 7.9127 16.0004 7.99997C16.0004 8.08724 15.9736 8.17241 15.9236 8.24395C15.8737 8.31549 15.8029 8.36995 15.721 8.39997L14.609 8.80697C13.7369 9.12615 12.945 9.63168 12.2883 10.2883C11.6317 10.945 11.1262 11.7369 10.807 12.609L10.4 13.721C10.3699 13.8029 10.3155 13.8737 10.2439 13.9236C10.1724 13.9736 10.0872 14.0004 9.99997 14.0004C9.9127 14.0004 9.82754 13.9736 9.756 13.9236C9.68446 13.8737 9.62999 13.8029 9.59997 13.721L9.19297 12.609C8.87379 11.7369 8.36826 10.945 7.71162 10.2883C7.05498 9.63168 6.26303 9.12615 5.39097 8.80697L4.27897 8.39997C4.19703 8.36995 4.12628 8.31549 4.0763 8.24395C4.02632 8.17241 3.99952 8.08724 3.99952 7.99997C3.99952 7.9127 4.02632 7.82754 4.0763 7.756C4.12628 7.68446 4.19703 7.62999 4.27897 7.59997L5.39097 7.19297C6.26303 6.87379 7.05498 6.36826 7.71162 5.71162C8.36826 5.05498 8.87379 4.26303 9.19297 3.39097L9.59997 2.27897ZM5.33297 11.116C5.34557 11.0818 5.36833 11.0524 5.39819 11.0315C5.42805 11.0107 5.46357 10.9996 5.49997 10.9996C5.53637 10.9996 5.57189 11.0107 5.60175 11.0315C5.63161 11.0524 5.65437 11.0818 5.66697 11.116L5.83597 11.58C5.96903 11.9432 6.17968 12.2731 6.45324 12.5467C6.7268 12.8203 7.0567 13.0309 7.41997 13.164L7.88397 13.333C7.91812 13.3456 7.94759 13.3683 7.9684 13.3982C7.98921 13.4281 8.00037 13.4636 8.00037 13.5C8.00037 13.5364 7.98921 13.5719 7.9684 13.6018C7.94759 13.6316 7.91812 13.6544 7.88397 13.667L7.41997 13.836C7.0567 13.969 6.7268 14.1797 6.45324 14.4532C6.17968 14.7268 5.96903 15.0567 5.83597 15.42L5.66697 15.884C5.65437 15.9181 5.63161 15.9476 5.60175 15.9684C5.57189 15.9892 5.53637 16.0004 5.49997 16.0004C5.46357 16.0004 5.42805 15.9892 5.39819 15.9684C5.36833 15.9476 5.34557 15.9181 5.33297 15.884L5.16397 15.42C5.03091 15.0567 4.82026 14.7268 4.5467 14.4532C4.27314 14.1797 3.94324 13.969 3.57997 13.836L3.11597 13.667C3.08182 13.6544 3.05236 13.6316 3.03154 13.6018C3.01073 13.5719 2.99957 13.5364 2.99957 13.5C2.99957 13.4636 3.01073 13.4281 3.03154 13.3982C3.05236 13.3683 3.08182 13.3456 3.11597 13.333L3.57997 13.164C3.94324 13.0309 4.27314 12.8203 4.5467 12.5467C4.82026 12.2731 5.03091 11.9432 5.16397 11.58L5.33297 11.116ZM2.79997 0.139971C2.81498 0.0989989 2.84221 0.0636258 2.87798 0.0386357C2.91375 0.0136455 2.95634 0.000244141 2.99997 0.000244141C3.04361 0.000244141 3.08619 0.0136455 3.12196 0.0386357C3.15773 0.0636258 3.18496 0.0989989 3.19997 0.139971L3.40297 0.695971C3.56298 1.13176 3.81589 1.52752 4.14415 1.85579C4.47242 2.18405 4.86818 2.43696 5.30397 2.59697L5.85997 2.79997C5.90094 2.81498 5.93632 2.84221 5.96131 2.87798C5.9863 2.91375 5.9997 2.95634 5.9997 2.99997C5.9997 3.04361 5.9863 3.08619 5.96131 3.12196C5.93632 3.15773 5.90094 3.18496 5.85997 3.19997L5.30397 3.40297C4.86818 3.56298 4.47242 3.81589 4.14415 4.14415C3.81589 4.47242 3.56298 4.86818 3.40297 5.30397L3.19997 5.85997C3.18496 5.90094 3.15773 5.93632 3.12196 5.96131C3.08619 5.9863 3.04361 5.9997 2.99997 5.9997C2.95634 5.9997 2.91375 5.9863 2.87798 5.96131C2.84221 5.93632 2.81498 5.90094 2.79997 5.85997L2.59697 5.30397C2.43696 4.86818 2.18405 4.47242 1.85579 4.14415C1.52752 3.81589 1.13176 3.56298 0.695971 3.40297L0.139971 3.19997C0.0989989 3.18496 0.0636258 3.15773 0.0386357 3.12196C0.0136455 3.08619 0.000244141 3.04361 0.000244141 2.99997C0.000244141 2.95634 0.0136455 2.91375 0.0386357 2.87798C0.0636258 2.84221 0.0989989 2.81498 0.139971 2.79997L0.695971 2.59697C1.13176 2.43696 1.52752 2.18405 1.85579 1.85579C2.18405 1.52752 2.43696 1.13176 2.59697 0.695971L2.79997 0.139971Z" fill="currentColor"></path>'}}},"alarm-clock":{name:"alarm-clock",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.624 4.791c0 .766-.328 1.455-.85 1.936.304.665.475 1.408.473 2.191a5.224 5.224 0 01-1.16 3.293l.996.996a.56.56 0 010 .794.56.56 0 01-.794 0l-.999-.998a5.25 5.25 0 01-6.585 0l-.996.996a.56.56 0 01-.795 0 .56.56 0 010-.795l.996-.996a5.237 5.237 0 01-1.16-3.292c0-.78.172-1.524.476-2.19a2.623 2.623 0 114.162-3.025 5.34 5.34 0 011.224 0 2.623 2.623 0 015.013 1.09zm-1.125 0c0-.827-.672-1.5-1.5-1.5a1.49 1.49 0 00-1.248.673c.967.342 1.806.96 2.42 1.762.204-.255.329-.581.329-.935zM5 3.291c-.827 0-1.5.673-1.5 1.5 0 .354.125.68.33.935a5.241 5.241 0 012.422-1.762A1.5 1.5 0 005 3.29zM3.875 8.916A4.122 4.122 0 008 13.04a4.122 4.122 0 004.124-4.124A4.122 4.122 0 008 4.79a4.122 4.122 0 00-4.125 4.125zm4.31-1.79a.505.505 0 10-1.01 0v2.356a.505.505 0 00.317.469l1.684.673a.505.505 0 00.375-.937L8.185 9.14V7.126z" fill="currentColor"></path>'}}},"alert-circle":{name:"alert-circle",keywords:["warning","triangle","exclamation","point","circle"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8.47987 10.6083C8.60711 10.4811 8.67859 10.3085 8.67859 10.1285C8.67859 9.9486 8.60711 9.77603 8.47987 9.64879C8.35264 9.52155 8.18006 9.45007 8.00012 9.45007C7.82018 9.45007 7.64761 9.52155 7.52037 9.64879C7.39314 9.77603 7.32165 9.9486 7.32165 10.1285C7.32165 10.3085 7.39314 10.4811 7.52037 10.6083C7.64761 10.7355 7.82018 10.807 8.00012 10.807C8.18006 10.807 8.35264 10.7355 8.47987 10.6083Z" fill="currentColor"></path><path fill-rule="evenodd" d="M8.54555 5.73818C8.54555 5.59352 8.48809 5.45479 8.3858 5.3525C8.28351 5.25021 8.14478 5.19275 8.00012 5.19275C7.85547 5.19275 7.71674 5.25021 7.61445 5.3525C7.51216 5.45479 7.4547 5.59352 7.4547 5.73818V8.13292C7.4547 8.27758 7.51216 8.41631 7.61445 8.5186C7.71674 8.62088 7.85547 8.67835 8.00012 8.67835C8.14478 8.67835 8.28351 8.62088 8.3858 8.5186C8.48809 8.41631 8.54555 8.27758 8.54555 8.13292V5.73818Z" fill="currentColor"></path><path fill-rule="evenodd" d="M8.00012 1.99976C4.68642 1.99976 2 4.68617 2 7.99988C2 11.3136 4.68642 14 8.00012 14C11.3138 14 14.0002 11.3136 14.0002 7.99988C14.0002 4.68617 11.3138 1.99976 8.00012 1.99976ZM3.09086 7.99988C3.09086 6.69786 3.60808 5.44917 4.52875 4.5285C5.44941 3.60784 6.6981 3.09061 8.00012 3.09061C9.30214 3.09061 10.5508 3.60784 11.4715 4.5285C12.3922 5.44917 12.9094 6.69786 12.9094 7.99988C12.9094 9.3019 12.3922 10.5506 11.4715 11.4713C10.5508 12.3919 9.30214 12.9091 8.00012 12.9091C6.6981 12.9091 5.44941 12.3919 4.52875 11.4713C3.60808 10.5506 3.09086 9.3019 3.09086 7.99988Z" fill="currentColor"></path>'}}},"alert-hex":{name:"alert-hex",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.352 2.365A.563.563 0 015.75 2.2h4.5c.15 0 .292.06.398.165l3.187 3.188A.562.562 0 0114 5.95v4.5c0 .15-.06.293-.165.398l-3.187 3.188a.562.562 0 01-.398.164h-4.5a.562.562 0 01-.398-.164l-3.187-3.188A.563.563 0 012 10.45v-4.5c0-.149.06-.292.165-.397l3.187-3.188zm.631.96L3.125 6.183v4.034l2.858 2.858h4.034l2.858-2.858V6.183l-2.858-2.858H5.983zM8 5.2c.31 0 .563.252.563.563v2.625a.563.563 0 01-1.126 0V5.763c0-.31.252-.563.563-.563zm0 6a.75.75 0 100-1.5.75.75 0 000 1.5z" fill="currentColor"></path>'}}},"alert-triangle":{name:"alert-triangle",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.169 3.753a.191.191 0 00-.338 0l-4.658 8.714a.192.192 0 00.17.282h9.315a.191.191 0 00.169-.282L8.169 3.753zM6.818 3.21a1.34 1.34 0 012.364 0l4.658 8.715a1.34 1.34 0 01-1.182 1.972H3.342a1.34 1.34 0 01-1.182-1.972L6.818 3.21zm1.948 7.624a.766.766 0 11-1.532 0 .766.766 0 011.532 0zm-.192-4.021a.574.574 0 00-1.148 0v1.914a.574.574 0 001.148 0V6.814z" fill="currentColor"></path>'}}},apps:{name:"apps",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2 2.766a.6.6 0 01.6-.6h4.2a.6.6 0 01.6.6v4.2a.6.6 0 01-.6.6H2.6a.6.6 0 01-.6-.6v-4.2zm1.2.6v3h3v-3h-3zm5.4-.6a.6.6 0 01.6-.6h4.2a.6.6 0 01.6.6v4.2a.6.6 0 01-.6.6H9.2a.6.6 0 01-.6-.6v-4.2zm1.2.6v3h3v-3h-3zm-7.2 5.4a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H2.6zm.6 4.2v-3h3v3h-3z" fill="currentColor"></path><path d="M11.3 9.066a.6.6 0 01.6.6v1.2h1.2a.6.6 0 110 1.2h-1.2v1.2a.6.6 0 01-1.2 0v-1.2H9.5a.6.6 0 010-1.2h1.2v-1.2a.6.6 0 01.6-.6z" fill="currentColor"></path>'}}},archive:{name:"archive",keywords:["box","catalog"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.313 4.075a.188.188 0 00-.188.188v1.125c0 .103.084.187.188.187h9.374a.188.188 0 00.188-.187V4.263a.187.187 0 00-.188-.188H3.313zM2 4.263c0-.725.588-1.313 1.313-1.313h9.374c.725 0 1.313.588 1.313 1.313v1.125A1.313 1.313 0 0112.687 6.7H3.313A1.313 1.313 0 012 5.388V4.263zM3.313 7.45a.563.563 0 01.562.563v4.125c0 .103.084.187.188.187h7.875a.187.187 0 00.187-.187V8.013a.562.562 0 111.125 0v4.125a1.313 1.313 0 01-1.313 1.312H4.064a1.313 1.313 0 01-1.313-1.312V8.013a.563.563 0 01.563-.563zm3.374.75a.563.563 0 100 1.125h2.625a.562.562 0 100-1.125H6.688z" fill="currentColor"></path>'}}},"arrow-down":{name:"arrow-down",keywords:["point","direction"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.336 8.027a.837.837 0 010 1.184l-4.744 4.744a.837.837 0 01-1.184 0L2.664 9.21a.837.837 0 111.184-1.184l3.315 3.315V3.037a.837.837 0 011.674 0v8.305l3.315-3.315a.837.837 0 011.184 0z" fill="currentColor"></path>'}}},"arrow-down-right":{name:"arrow-down-right",keywords:["point","direction"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M11.8399 4.29341C12.3023 4.29341 12.6771 4.66825 12.6771 5.13062L12.6771 11.8399C12.6771 12.3023 12.3023 12.6771 11.8399 12.6771H5.13065C4.66826 12.6771 4.29343 12.3023 4.29344 11.8399C4.29344 11.3775 4.66822 11.0028 5.1306 11.0027L9.81869 11.0027L3.94663 5.13062C3.61968 4.80367 3.61968 4.27358 3.94663 3.94663C4.27358 3.61968 4.80367 3.61968 5.13062 3.94663L11.0027 9.81869L11.0027 5.13062C11.0027 4.66825 11.3776 4.29341 11.8399 4.29341Z" fill="currentColor"></path>'}}},"arrow-left":{name:"arrow-left",keywords:["point","direction"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.173 13.536a.837.837 0 01-1.184 0L2.245 8.792a.837.837 0 010-1.184L6.99 2.864a.837.837 0 011.184 1.184L4.858 7.363h8.305a.837.837 0 110 1.674H4.858l3.315 3.315a.837.837 0 010 1.184z" fill="currentColor"></path>'}}},"arrow-right":{name:"arrow-right",keywords:["point","direction"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M7.827 2.664a.837.837 0 011.184 0l4.744 4.744a.837.837 0 010 1.184L9.01 13.336a.837.837 0 11-1.184-1.184l3.315-3.315H2.837a.837.837 0 010-1.674h8.305L7.827 3.848a.837.837 0 010-1.184z" fill="currentColor"></path>'}}},"arrow-up":{name:"arrow-up",keywords:["point","direction"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.664 8.373a.837.837 0 010-1.184l4.744-4.744a.837.837 0 011.184 0l4.744 4.744a.837.837 0 11-1.184 1.184L8.837 5.058v8.305a.837.837 0 01-1.674 0V5.058L3.848 8.373a.837.837 0 01-1.184 0z" fill="currentColor"></path>'}}},"arrow-up-right":{name:"arrow-up-right",keywords:["point","direction"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M4.592 4.83721C4.592 4.37484 4.96683 4 5.42921 4L12.1385 4.00002C12.6009 4.00002 12.9757 4.37485 12.9757 4.83723V11.5465C12.9757 12.0089 12.6009 12.3837 12.1385 12.3837C11.6761 12.3837 11.3013 12.0089 11.3013 11.5465L11.3013 6.85845L5.42921 12.7305C5.10226 13.0575 4.57216 13.0575 4.24521 12.7305C3.91826 12.4036 3.91826 11.8735 4.24521 11.5465L10.1173 5.67445L5.42921 5.67442C4.96683 5.67442 4.592 5.29958 4.592 4.83721Z" fill="currentColor"></path>'}}},award:{name:"award",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.57 9.344a4 4 0 114.861 0l.565 4.257a.5.5 0 01-.753.494L8 12.75l-2.243 1.346a.5.5 0 01-.753-.495l.566-4.256zM5 6.166a3 3 0 116 0 3 3 0 01-6 0zm4.493 3.712A3.988 3.988 0 018 10.166a3.99 3.99 0 01-1.493-.287l-.375 2.825 1.61-.966a.5.5 0 01.515 0l1.611.966-.375-2.826z" fill="currentColor"></path>'}}},bell:{name:"bell",keywords:["notification"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.2a3.75 3.75 0 00-3.75 3.75v2.21a.188.188 0 01-.031.105L2.94 10.18a1.138 1.138 0 00.947 1.77h8.224a1.138 1.138 0 00.947-1.77l-1.277-1.916a.188.188 0 01-.032-.104V5.95A3.75 3.75 0 008 2.2zM5.375 5.95a2.625 2.625 0 115.25 0v2.21c0 .26.077.513.22.729l1.278 1.916a.013.013 0 01.002.007v.005l-.004.005a.019.019 0 01-.004.003H3.883l-.004-.003-.003-.005-.001-.005c0-.002 0-.005.002-.007l1.278-1.916a1.32 1.32 0 00.22-.728V5.95z" fill="currentColor"></path><path d="M9.488 12.888a1.5 1.5 0 01-2.976 0c-.013-.103.072-.188.175-.188h2.625c.104 0 .19.085.176.188z" fill="currentColor"></path>'}}},"bell-slash":{name:"bell-slash",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 3.325c-.748 0-1.422.312-1.9.815a.562.562 0 01-.815-.777A3.75 3.75 0 0111.75 5.95v1.78a.562.562 0 11-1.125 0V5.95A2.625 2.625 0 008 3.325zM5.137 5.433L2.892 3.807a.562.562 0 10-.66.912l2.018 1.46v1.982a.188.188 0 01-.031.104L2.94 10.18a1.138 1.138 0 00.947 1.77h8.332l.888.642a.562.562 0 10.66-.91l-1.032-.747a.338.338 0 00-.01-.008L5.148 5.441a.554.554 0 00-.011-.008zm5.529 5.392L5.375 6.994v1.167c0 .259-.077.512-.22.728l-1.278 1.916a.014.014 0 00-.002.007v.005l.004.005a.015.015 0 00.004.003h6.783zM8 14.2a1.5 1.5 0 001.488-1.313c.013-.102-.072-.187-.176-.187H6.688c-.104 0-.19.085-.176.188A1.5 1.5 0 008 14.2z" fill="currentColor"></path>'}}},bookmark:{name:"bookmark",keywords:["tab","star"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.214 3.452A.214.214 0 005 3.666v8.495l2.591-2.134a.643.643 0 01.818 0L11 12.161V3.666a.214.214 0 00-.214-.214H5.214zm-1.5.214a1.5 1.5 0 011.5-1.5h5.572a1.5 1.5 0 011.5 1.5v9.857a.643.643 0 01-1.052.497L8 11.356 4.766 14.02a.643.643 0 01-1.052-.496V3.665z" fill="currentColor"></path>'}}},"bookmark-slash":{name:"bookmark-slash",keywords:["bookmark","save","later"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M2.13517 2.12223C1.84761 1.91399 1.44569 1.9783 1.23746 2.26586C1.02923 2.55342 1.09353 2.95534 1.38109 3.16357L3.68669 4.83315V13.3571C3.68669 13.6017 3.82548 13.8251 4.04475 13.9335C4.26401 14.0418 4.52576 14.0164 4.72005 13.8678L7.97239 11.3807L11.2247 13.8678C11.419 14.0164 11.6808 14.0418 11.9001 13.9335C12.1193 13.8251 12.2581 13.6017 12.2581 13.3571V11.04L13.8096 12.1635C14.0972 12.3718 14.4991 12.3075 14.7074 12.0199C14.9155 11.7323 14.8513 11.3304 14.5637 11.1221L11.9978 9.26411C11.9938 9.2612 11.9899 9.25833 11.9859 9.25551L4.71208 3.98826C4.70817 3.98536 4.70422 3.9825 4.70024 3.97969L2.13517 2.12223ZM4.9724 5.76417V12.0563L7.58188 10.0608C7.81238 9.88452 8.13239 9.88452 8.36289 10.0608L10.9724 12.0563V10.109L4.9724 5.76417ZM6.1424 2.00005C5.78736 2.00005 5.49954 2.28787 5.49954 2.64291C5.49954 2.99794 5.78736 3.28576 6.1424 3.28576H10.7581C10.8765 3.28576 10.9724 3.3817 10.9724 3.50004V6.60599C10.9724 6.96102 11.2602 7.24884 11.6152 7.24884C11.9703 7.24884 12.2581 6.96102 12.2581 6.60599V3.50004C12.2581 2.67162 11.5865 2.00005 10.7581 2.00005H6.1424Z" fill="currentColor"></path>'}}},briefcase:{name:"briefcase",keywords:["suitcase","business"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.063 2.541A1.313 1.313 0 005.75 3.854v.937H3.312A1.313 1.313 0 002 6.104v6.375c0 .724.588 1.312 1.313 1.312h9.374A1.313 1.313 0 0014 12.48V6.104a1.313 1.313 0 00-1.313-1.313H10.25v-.937A1.313 1.313 0 008.937 2.54H7.063zm2.062 2.25v-.937a.187.187 0 00-.188-.188H7.063a.188.188 0 00-.188.188v.937h2.25zM5.75 5.916H3.312a.188.188 0 00-.187.188v.937a1.5 1.5 0 001.5 1.5h6.75a1.5 1.5 0 001.5-1.5v-.937a.188.188 0 00-.188-.188H5.75zm-1.125 3.75a2.613 2.613 0 01-1.5-.47v3.283c0 .103.084.187.188.187h9.374a.188.188 0 00.188-.187V9.196c-.44.307-.964.471-1.5.47h-6.75z" fill="currentColor"></path>'}}},calendar:{name:"calendar",keywords:["time","day","month","year","date","appointment"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.563 2.2c.31 0 .562.252.562.563V3.7h3.75v-.937a.562.562 0 111.125 0V3.7h.938c.724 0 1.312.588 1.312 1.313v7.875c0 .725-.588 1.312-1.313 1.312H4.064a1.312 1.312 0 01-1.313-1.312V5.013c0-.725.588-1.313 1.313-1.313H5v-.937c0-.31.252-.563.563-.563zm6.375 2.625c.103 0 .187.084.187.188V6.7h-8.25V5.013c0-.104.084-.188.188-.188h7.875zm-8.063 3v5.063c0 .104.084.187.188.187h7.875a.187.187 0 00.187-.187V7.825h-8.25z" fill="currentColor"></path>'}}},"calendar-month":{name:"calendar-month",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.563 2.2c.31 0 .562.252.562.563V3.7h3.75v-.937a.562.562 0 111.125 0V3.7h.938c.724 0 1.312.588 1.312 1.313v7.875c0 .725-.588 1.312-1.313 1.312H4.064a1.312 1.312 0 01-1.313-1.312V5.013c0-.725.588-1.313 1.313-1.313H5v-.937c0-.31.252-.563.563-.563zm6.375 2.625c.103 0 .187.084.187.188V6.7h-8.25V5.013c0-.104.084-.188.188-.188h7.875zm-8.063 3v5.063c0 .104.084.187.188.187h7.875a.187.187 0 00.187-.187V7.825h-8.25z" fill="currentColor"></path><path d="M5.281 10.148h.938c.154 0 .281-.109.281-.242v-.808c0-.133-.127-.242-.281-.242H5.28c-.154 0-.281.109-.281.242v.808c0 .133.127.242.281.242zm3.469-1.05v.808c0 .133-.127.242-.281.242H7.53c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm2.25 0v.808c0 .133-.127.242-.281.242H9.78c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm-2.25 1.939v.808c0 .133-.127.242-.281.242H7.53c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm-2.25 0v.808c0 .133-.127.242-.281.242H5.28c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242zm4.5 0v.808c0 .133-.127.242-.281.242H9.78c-.154 0-.281-.109-.281-.242v-.808c0-.133.127-.242.281-.242h.938c.154 0 .281.109.281.242z" fill="currentColor"></path>'}}},"calendar-week":{name:"calendar-week",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.563 2.2c.31 0 .562.252.562.563V3.7h3.75v-.937a.562.562 0 111.125 0V3.7h.938c.724 0 1.312.588 1.312 1.313v7.875c0 .725-.588 1.312-1.313 1.312H4.064a1.312 1.312 0 01-1.313-1.312V5.013c0-.725.588-1.313 1.313-1.313H5v-.937c0-.31.252-.563.563-.563zm6.375 2.625c.103 0 .187.084.187.188V6.7h-8.25V5.013c0-.104.084-.188.188-.188h7.875zm-8.063 3v5.063c0 .104.084.187.188.187h7.875a.187.187 0 00.187-.187V7.825h-8.25z" fill="currentColor"></path><path d="M7.12 11.934H5.28c-.168 0-.306-.169-.306-.374V9.316c0-.205.138-.374.307-.374h1.84c.168 0 .306.169.306.374v2.244c0 .205-.138.373-.307.373zm3.567 0H8.85c-.168 0-.306-.169-.306-.374V9.316c0-.205.138-.374.306-.374h1.837c.168 0 .306.169.306.374v2.244c0 .205-.138.373-.306.373z" fill="currentColor"></path>'}}},camera:{name:"camera",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 6.166a2.5 2.5 0 100 5 2.5 2.5 0 000-5zm-1.5 2.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z" fill="currentColor"></path><path fill-rule="evenodd" d="M6.5 3.166a.5.5 0 00-.416.223l-.852 1.277H3.5a1.5 1.5 0 00-1.5 1.5v5.5a1.5 1.5 0 001.5 1.5h9a1.5 1.5 0 001.5-1.5v-5.5a1.5 1.5 0 00-1.5-1.5h-1.732L9.916 3.39a.5.5 0 00-.416-.223h-3zm-.584 2.278l.852-1.278h2.464l.852 1.278a.5.5 0 00.416.222h2a.5.5 0 01.5.5v5.5a.5.5 0 01-.5.5h-9a.5.5 0 01-.5-.5v-5.5a.5.5 0 01.5-.5h2a.5.5 0 00.416-.222z" fill="currentColor"></path>'}}},"cash-register":{name:"cash-register",keywords:["checkout","pay"],heights:{16:{width:16,path:'<path d="M5.9375 8.9375H5.5625C5.35625 8.9375 5.1875 9.10625 5.1875 9.3125V9.6875C5.1875 9.89375 5.35625 10.0625 5.5625 10.0625H5.9375C6.14375 10.0625 6.3125 9.89375 6.3125 9.6875V9.3125C6.3125 9.10625 6.14375 8.9375 5.9375 8.9375ZM5.1875 7.8125C5.1875 7.60625 5.01875 7.4375 4.8125 7.4375H4.4375C4.23125 7.4375 4.0625 7.60625 4.0625 7.8125V8.1875C4.0625 8.39375 4.23125 8.5625 4.4375 8.5625H4.8125C5.01875 8.5625 5.1875 8.39375 5.1875 8.1875V7.8125ZM7.4375 7.8125C7.4375 7.60625 7.26875 7.4375 7.0625 7.4375H6.6875C6.48125 7.4375 6.3125 7.60625 6.3125 7.8125V8.1875C6.3125 8.39375 6.48125 8.5625 6.6875 8.5625H7.0625C7.26875 8.5625 7.4375 8.39375 7.4375 8.1875V7.8125ZM10.4375 8.9375H10.0625C9.85625 8.9375 9.6875 9.10625 9.6875 9.3125V9.6875C9.6875 9.89375 9.85625 10.0625 10.0625 10.0625H10.4375C10.6438 10.0625 10.8125 9.89375 10.8125 9.6875V9.3125C10.8125 9.10625 10.6438 8.9375 10.4375 8.9375ZM11.5625 7.4375H11.1875C10.9812 7.4375 10.8125 7.60625 10.8125 7.8125V8.1875C10.8125 8.39375 10.9812 8.5625 11.1875 8.5625H11.5625C11.7688 8.5625 11.9375 8.39375 11.9375 8.1875V7.8125C11.9375 7.60625 11.7688 7.4375 11.5625 7.4375ZM13.9859 10.8945L13.3883 6.71562C13.3086 6.1625 12.8352 5.75 12.275 5.75H6.875V5H9.125C9.33125 5 9.5 4.83125 9.5 4.625V2.375C9.5 2.16875 9.33125 2 9.125 2H3.125C2.91875 2 2.75 2.16875 2.75 2.375V4.625C2.75 4.83125 2.91875 5 3.125 5H5.375V5.75H3.725C3.16484 5.75 2.69141 6.1625 2.61172 6.71562L2.01406 10.8945C2.00469 10.9648 2 11.0352 2 11.1078V12.875C2 13.4961 2.50391 14 3.125 14H12.875C13.4961 14 14 13.4961 14 12.875V11.1055C14 11.0352 13.9953 10.9648 13.9859 10.8945ZM3.875 3.875V3.125H8.375V3.875H3.875ZM3.725 6.875H12.2727L12.8094 10.625H3.19062L3.725 6.875ZM12.875 12.875H3.125V11.75H12.875V12.875ZM9.6875 7.8125C9.6875 7.60625 9.51875 7.4375 9.3125 7.4375H8.9375C8.73125 7.4375 8.5625 7.60625 8.5625 7.8125V8.1875C8.5625 8.39375 8.73125 8.5625 8.9375 8.5625H9.3125C9.51875 8.5625 9.6875 8.39375 9.6875 8.1875V7.8125ZM8.1875 8.9375H7.8125C7.60625 8.9375 7.4375 9.10625 7.4375 9.3125V9.6875C7.4375 9.89375 7.60625 10.0625 7.8125 10.0625H8.1875C8.39375 10.0625 8.5625 9.89375 8.5625 9.6875V9.3125C8.5625 9.10625 8.39375 8.9375 8.1875 8.9375Z" fill="currentColor"></path>'}}},check:{name:"check",keywords:["mark","yes","confirm","accept","ok","success"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.78 4.039a.751.751 0 010 1.061l-7.26 7.262a.751.751 0 01-1.062 0L2.202 9.107a.751.751 0 011.061-1.062l2.725 2.725 6.73-6.731a.751.751 0 011.062 0z" fill="currentColor"></path>'}}},"check-circle":{name:"check-circle",keywords:[],heights:{17:{width:16,path:'<path d="M10.835 6.91a.562.562 0 10-.795-.795L7.063 9.092 5.96 7.99a.563.563 0 00-.795.796l1.5 1.5c.22.22.576.22.795 0l3.375-3.375z" fill="currentColor"></path><path fill-rule="evenodd" d="M2 8.2a6 6 0 1112 0 6 6 0 01-12 0zm1.125 0a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0z" fill="currentColor"></path>'}}},"check-circle-fill":{name:"check-circle-fill",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 14.166a6 6 0 100-12 6 6 0 000 12zm2.835-7.29a.562.562 0 10-.795-.795L7.063 9.058 5.96 7.956a.563.563 0 00-.795.796l1.5 1.5c.22.22.576.22.795 0l3.375-3.375z" fill="currentColor"></path>'}}},"chevron-down":{name:"chevron-down",keywords:["triangle","arrow"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M13.736 4.814a.9.9 0 010 1.272l-5.1 5.1a.9.9 0 01-1.272 0l-5.1-5.1a.9.9 0 011.272-1.272L8 9.277l4.464-4.463a.9.9 0 011.272 0z" fill="currentColor"></path>'}}},"chevron-left":{name:"chevron-left",keywords:["triangle","arrow"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M11.187 13.736a.9.9 0 01-1.273 0l-5.1-5.1a.9.9 0 010-1.272l5.1-5.1a.9.9 0 011.273 1.272L6.723 8l4.464 4.464a.9.9 0 010 1.272z" fill="currentColor"></path>'}}},"chevron-right":{name:"chevron-right",keywords:["triangle","arrow"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M4.814 2.264a.9.9 0 011.272 0l5.1 5.1a.9.9 0 010 1.272l-5.1 5.1a.9.9 0 11-1.272-1.272L9.277 8 4.814 3.536a.9.9 0 010-1.272z" fill="currentColor"></path>'}}},"chevron-up":{name:"chevron-up",keywords:["triangle","arrow"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M2.264 11.187a.9.9 0 010-1.273l5.1-5.1a.9.9 0 011.272 0l5.1 5.1a.9.9 0 01-1.272 1.273L8 6.723l-4.464 4.464a.9.9 0 01-1.272 0z" fill="currentColor"></path>'}}},"chevrons-down":{name:"chevrons-down",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.108 8.251a.857.857 0 011.212 0L8 11.931l3.68-3.68a.857.857 0 111.212 1.212L8.606 13.75a.857.857 0 01-1.212 0L3.108 9.463a.857.857 0 010-1.212z" fill="currentColor"></path><path fill-rule="evenodd" d="M3.108 2.251a.857.857 0 011.212 0L8 5.931l3.68-3.68a.857.857 0 111.212 1.212L8.606 7.75a.857.857 0 01-1.212 0L3.108 3.463a.857.857 0 010-1.212z" fill="currentColor"></path>'}}},"chevrons-left":{name:"chevrons-left",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M7.749 3.108a.857.857 0 010 1.212L4.069 8l3.68 3.68a.857.857 0 11-1.212 1.212L2.25 8.606a.857.857 0 010-1.212l4.286-4.286a.857.857 0 011.212 0z" fill="currentColor"></path><path fill-rule="evenodd" d="M13.749 3.108a.857.857 0 010 1.212L10.069 8l3.68 3.68a.857.857 0 11-1.212 1.212L8.25 8.606a.857.857 0 010-1.212l4.286-4.286a.857.857 0 011.212 0z" fill="currentColor"></path>'}}},"chevrons-right":{name:"chevrons-right",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8.251 3.108a.857.857 0 011.212 0l4.286 4.286a.857.857 0 010 1.212l-4.286 4.286a.857.857 0 11-1.212-1.212L11.931 8 8.25 4.32a.857.857 0 010-1.212z" fill="currentColor"></path><path fill-rule="evenodd" d="M2.251 3.108a.857.857 0 011.212 0L7.75 7.394a.857.857 0 010 1.212l-4.286 4.286a.857.857 0 11-1.212-1.212L5.931 8 2.25 4.32a.857.857 0 010-1.212z" fill="currentColor"></path>'}}},"chevrons-up":{name:"chevrons-up",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M7.394 2.251a.857.857 0 011.212 0l4.286 4.286a.857.857 0 11-1.212 1.212L8 4.069 4.32 7.75a.857.857 0 01-1.212-1.212L7.394 2.25z" fill="currentColor"></path><path fill-rule="evenodd" d="M7.394 8.251a.857.857 0 011.212 0l4.286 4.286a.857.857 0 11-1.212 1.212L8 10.069l-3.68 3.68a.857.857 0 11-1.212-1.212L7.394 8.25z" fill="currentColor"></path>'}}},"circle-slash":{name:"circle-slash",keywords:["no","deny","fail","failure","error","bad"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 8.166a4.875 4.875 0 017.901-3.822l-6.848 6.849a4.854 4.854 0 01-1.053-3.027zm1.849 3.822a4.875 4.875 0 006.848-6.848l-6.848 6.848zM8 2.166a6 6 0 100 12 6 6 0 000-12z" fill="currentColor"></path>'}}},clipboard:{name:"clipboard",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M6.071 2.166a.643.643 0 00-.642.643v2.572c0 .355.287.643.642.643H9.93a.643.643 0 00.643-.643V2.809a.643.643 0 00-.643-.643H6.07zm.643 2.572V3.452h2.572v1.286H6.714zm-2.464-.4a.643.643 0 10-.643-1.113 1.5 1.5 0 00-.75 1.299v8.142a1.5 1.5 0 001.5 1.5h7.286a1.5 1.5 0 001.5-1.5V4.524a1.5 1.5 0 00-.75-1.3.643.643 0 10-.643 1.114.214.214 0 01.107.186v8.142a.214.214 0 01-.214.215H4.357a.214.214 0 01-.214-.215V4.524c0-.079.042-.148.107-.186z" fill="currentColor"></path>'}}},clock:{name:"clock",keywords:["time","hour","minute","second","watch"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 8.166a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0zm4.875-6a6 6 0 100 12 6 6 0 000-12zm.375 3.811a.563.563 0 00-1.125 0v2.625a.563.563 0 00.353.522l1.875.75a.562.562 0 00.418-1.044l-1.521-.609V5.977z" fill="currentColor"></path>'}}},"code-square":{name:"code-square",keywords:[],heights:{16:{width:16,path:'<path d="M2 3.3125C2 2.588 2.588 2 3.3125 2H12.6875C13.412 2 14 2.588 14 3.3125V12.6875C14 13.0356 13.8617 13.3694 13.6156 13.6156C13.3694 13.8617 13.0356 14 12.6875 14H3.3125C2.9644 14 2.63056 13.8617 2.38442 13.6156C2.13828 13.3694 2 13.0356 2 12.6875V3.3125ZM3.3125 3.125C3.26277 3.125 3.21508 3.14475 3.17992 3.17992C3.14475 3.21508 3.125 3.26277 3.125 3.3125V12.6875C3.125 12.791 3.209 12.875 3.3125 12.875H12.6875C12.7372 12.875 12.7849 12.8552 12.8201 12.8201C12.8552 12.7849 12.875 12.7372 12.875 12.6875V3.3125C12.875 3.26277 12.8552 3.21508 12.8201 3.17992C12.7849 3.14475 12.7372 3.125 12.6875 3.125H3.3125ZM8.915 6.1025C9.02047 5.99716 9.16344 5.93799 9.3125 5.93799C9.46156 5.93799 9.60453 5.99716 9.71 6.1025L11.21 7.6025C11.3153 7.70797 11.3745 7.85094 11.3745 8C11.3745 8.14906 11.3153 8.29203 11.21 8.3975L9.71 9.8975C9.64125 9.97154 9.55379 10.0257 9.45686 10.0542C9.35992 10.0827 9.25709 10.0845 9.1592 10.0595C9.0613 10.0345 8.97197 9.9835 8.90062 9.91196C8.82926 9.84042 8.77853 9.75096 8.75375 9.653C8.72869 9.55522 8.73044 9.45249 8.75881 9.35562C8.78719 9.25874 8.84114 9.17131 8.915 9.1025L10.0175 8L8.915 6.8975C8.80966 6.79203 8.75049 6.64906 8.75049 6.5C8.75049 6.35094 8.80966 6.20797 8.915 6.1025ZM7.085 6.8975L5.9825 8L7.085 9.1025C7.15904 9.17125 7.21317 9.25871 7.24168 9.35564C7.27019 9.45258 7.27203 9.55541 7.247 9.6533C7.22197 9.7512 7.171 9.84053 7.09946 9.91188C7.02792 9.98324 6.93846 10.034 6.8405 10.0588C6.74272 10.0838 6.63999 10.0821 6.54312 10.0537C6.44624 10.0253 6.35881 9.97136 6.29 9.8975L4.79 8.3975C4.68466 8.29203 4.62549 8.14906 4.62549 8C4.62549 7.85094 4.68466 7.70797 4.79 7.6025L6.29 6.1025C6.3967 6.00319 6.53773 5.94912 6.68347 5.95163C6.82921 5.95415 6.9683 6.01307 7.0715 6.116C7.17443 6.2192 7.23335 6.35829 7.23587 6.50403C7.23838 6.64977 7.18431 6.7908 7.085 6.8975Z" fill="currentColor"></path>'}}},comment:{name:"comment",keywords:["speak","bubble"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.886a.214.214 0 00-.214.214v6.429c0 .118.096.214.214.214h1.714a.643.643 0 01.643.643v1.877l2.332-2.331a.643.643 0 01.454-.189H12.5a.214.214 0 00.214-.214V4.1a.214.214 0 00-.214-.214h-9zM2 4.1a1.5 1.5 0 011.5-1.5h9A1.5 1.5 0 0114 4.1v6.429a1.5 1.5 0 01-1.5 1.5H8.909l-2.206 2.206a1.248 1.248 0 01-2.132-.883v-1.323H3.5a1.5 1.5 0 01-1.5-1.5V4.1z" fill="currentColor"></path>'}}},"comment-alt":{name:"comment-alt",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.886a.214.214 0 00-.214.214v6.429c0 .118.096.214.214.214h1.714a.643.643 0 01.643.643v1.877l2.332-2.331a.643.643 0 01.454-.189H12.5a.214.214 0 00.214-.214V4.1a.214.214 0 00-.214-.214h-9zM2 4.1a1.5 1.5 0 011.5-1.5h9A1.5 1.5 0 0114 4.1v6.429a1.5 1.5 0 01-1.5 1.5H8.909l-2.206 2.206a1.248 1.248 0 01-2.132-.883v-1.323H3.5a1.5 1.5 0 01-1.5-1.5V4.1z" fill="currentColor"></path><path d="M5 7.267a.666.666 0 111.332-.002A.666.666 0 015 7.267zm2.333 0a.666.666 0 111.332-.002.666.666 0 01-1.332.002zm2.334 0a.666.666 0 111.332-.002.666.666 0 01-1.332.002z" fill="currentColor"></path>'}}},"comment-check":{name:"comment-check",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.28596C3.44317 3.28596 3.38867 3.30854 3.34847 3.34872C3.30829 3.38891 3.28571 3.44342 3.28571 3.50024V9.92882C3.28571 10.0471 3.38171 10.1431 3.5 10.1431H5.21429C5.38478 10.1431 5.5483 10.2108 5.66885 10.3314C5.78941 10.4519 5.85714 10.6155 5.85714 10.786V12.6631L8.18857 10.3317C8.30902 10.2111 8.47241 10.1433 8.64286 10.1431H12.5C12.5568 10.1431 12.6113 10.1206 12.6515 10.0804C12.6917 10.0402 12.7143 9.98564 12.7143 9.92882V3.50024C12.7143 3.44342 12.6917 3.38891 12.6515 3.34872C12.6113 3.30854 12.5568 3.28596 12.5 3.28596H3.5ZM2 3.50024C2 2.67224 2.672 2.00024 3.5 2.00024H12.5C13.328 2.00024 14 2.67224 14 3.50024V9.92882C14 10.3266 13.8419 10.7081 13.5606 10.9894C13.2793 11.2708 12.8978 11.4288 12.5 11.4288H8.90857L6.70314 13.6342C6.52849 13.8088 6.306 13.9276 6.06381 13.9758C5.82161 14.024 5.57057 13.9992 5.34243 13.9048C5.11428 13.8103 4.91927 13.6503 4.78204 13.445C4.64481 13.2397 4.57151 12.9983 4.57143 12.7514V11.4288H3.5C3.10217 11.4288 2.72064 11.2708 2.43934 10.9894C2.15803 10.7081 2 10.3266 2 9.92882V3.50024Z" fill="currentColor"></path><path d="M10.8352 5.38801C11.0549 5.16834 11.0549 4.81219 10.8352 4.59252C10.6156 4.37285 10.2594 4.37285 10.0398 4.59252L7.0625 7.56977L5.96025 6.46752C5.74058 6.24785 5.38442 6.24785 5.16475 6.46752C4.94508 6.68719 4.94508 7.04334 5.16475 7.26301L6.66475 8.76301C6.88442 8.98268 7.24058 8.98268 7.46025 8.76301L10.8352 5.38801Z" fill="currentColor"></path>'}}},"comment-closed":{name:"comment-closed",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.28596C3.44317 3.28596 3.38867 3.30854 3.34847 3.34872C3.30829 3.38891 3.28571 3.44342 3.28571 3.50024V9.92882C3.28571 10.0471 3.38171 10.1431 3.5 10.1431H5.21429C5.38478 10.1431 5.5483 10.2108 5.66885 10.3314C5.78941 10.4519 5.85714 10.6155 5.85714 10.786V12.6631L8.18857 10.3317C8.30902 10.2111 8.47241 10.1433 8.64286 10.1431H12.5C12.5568 10.1431 12.6113 10.1206 12.6515 10.0804C12.6917 10.0402 12.7143 9.98564 12.7143 9.92882V3.50024C12.7143 3.44342 12.6917 3.38891 12.6515 3.34872C12.6113 3.30854 12.5568 3.28596 12.5 3.28596H3.5ZM2 3.50024C2 2.67224 2.672 2.00024 3.5 2.00024H12.5C13.328 2.00024 14 2.67224 14 3.50024V9.92882C14 10.3266 13.8419 10.7081 13.5606 10.9894C13.2793 11.2708 12.8978 11.4288 12.5 11.4288H8.90857L6.70314 13.6342C6.52849 13.8088 6.306 13.9276 6.06381 13.9758C5.82161 14.024 5.57057 13.9992 5.34243 13.9048C5.11428 13.8103 4.91927 13.6503 4.78204 13.445C4.64481 13.2397 4.57151 12.9983 4.57143 12.7514V11.4288H3.5C3.10217 11.4288 2.72064 11.2708 2.43934 10.9894C2.15803 10.7081 2 10.3266 2 9.92882V3.50024Z" fill="currentColor"></path><path fill-rule="evenodd" d="M8 4.01549C6.55025 4.01549 5.375 5.19074 5.375 6.64049C5.375 8.09024 6.55025 9.26549 8 9.26549C9.44975 9.26549 10.625 8.09024 10.625 6.64049C10.625 5.19074 9.44975 4.01549 8 4.01549ZM7.00913 5.09278C7.29504 4.90936 7.6351 4.80299 8 4.80299C9.01482 4.80299 9.8375 5.62567 9.8375 6.64049C9.8375 7.00539 9.73113 7.34546 9.54771 7.63136L7.00913 5.09278ZM6.45229 5.64962C6.26887 5.93553 6.1625 6.27559 6.1625 6.64049C6.1625 7.65531 6.98518 8.47799 8 8.47799C8.3649 8.47799 8.70496 8.37163 8.99087 8.18821L6.45229 5.64962Z" fill="currentColor"></path>'}}},"comment-discussion":{name:"comment-discussion",keywords:["converse","talk"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 4.663a.188.188 0 01.188-.188h6.374a.188.188 0 01.188.188v4.125a.187.187 0 01-.188.187H7.063c-.15 0-.293.06-.398.165l-2.04 2.04V9.539a.563.563 0 00-.563-.563h-.75a.188.188 0 01-.187-.187V4.663zm.188-1.313A1.313 1.313 0 002 4.663v4.125c0 .724.588 1.313 1.313 1.313H3.5v1.157a1.093 1.093 0 001.865.772l1.93-1.93h2.393A1.313 1.313 0 0011 8.789V4.663A1.313 1.313 0 009.687 3.35H3.314zm9.562 2.813a.187.187 0 00-.188-.188h-.374a.562.562 0 110-1.125h.374c.725 0 1.313.588 1.313 1.313v4.125a1.313 1.313 0 01-1.313 1.313H12.5v1.157a1.093 1.093 0 01-1.865.772l-1.72-1.72a.564.564 0 01.612-.925c.07.03.131.075.183.13l1.665 1.665v-1.642a.562.562 0 01.563-.563h.75a.188.188 0 00.187-.187V6.163z" fill="currentColor"></path>'}}},"comment-minus":{name:"comment-minus",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.28596C3.44317 3.28596 3.38867 3.30854 3.34847 3.34872C3.30829 3.38891 3.28571 3.44342 3.28571 3.50024V9.92882C3.28571 10.0471 3.38171 10.1431 3.5 10.1431H5.21429C5.38478 10.1431 5.5483 10.2108 5.66885 10.3314C5.78941 10.4519 5.85714 10.6155 5.85714 10.786V12.6631L8.18857 10.3317C8.30902 10.2111 8.47241 10.1433 8.64286 10.1431H12.5C12.5568 10.1431 12.6113 10.1206 12.6515 10.0804C12.6917 10.0402 12.7143 9.98564 12.7143 9.92882V3.50024C12.7143 3.44342 12.6917 3.38891 12.6515 3.34872C12.6113 3.30854 12.5568 3.28596 12.5 3.28596H3.5ZM2 3.50024C2 2.67224 2.672 2.00024 3.5 2.00024H12.5C13.328 2.00024 14 2.67224 14 3.50024V9.92882C14 10.3266 13.8419 10.7081 13.5606 10.9894C13.2793 11.2708 12.8978 11.4288 12.5 11.4288H8.90857L6.70314 13.6342C6.52849 13.8088 6.306 13.9276 6.06381 13.9758C5.82161 14.024 5.57057 13.9992 5.34243 13.9048C5.11428 13.8103 4.91927 13.6503 4.78204 13.445C4.64481 13.2397 4.57151 12.9983 4.57143 12.7514V11.4288H3.5C3.10217 11.4288 2.72064 11.2708 2.43934 10.9894C2.15803 10.7081 2 10.3266 2 9.92882V3.50024Z" fill="currentColor"></path><path d="M6.2 5.9111C5.86863 5.9111 5.6 6.17972 5.6 6.51109C5.6 6.84246 5.86863 7.11109 6.2 7.11109H9.8C10.1314 7.11109 10.4 6.84246 10.4 6.51109C10.4 6.17972 10.1314 5.9111 9.8 5.9111H6.2Z" fill="currentColor"></path>'}}},"comment-plus":{name:"comment-plus",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.28596C3.44317 3.28596 3.38867 3.30854 3.34847 3.34872C3.30829 3.38891 3.28571 3.44342 3.28571 3.50024V9.92882C3.28571 10.0471 3.38171 10.1431 3.5 10.1431H5.21429C5.38478 10.1431 5.5483 10.2108 5.66885 10.3314C5.78941 10.4519 5.85714 10.6155 5.85714 10.786V12.6631L8.18857 10.3317C8.30902 10.2111 8.47241 10.1433 8.64286 10.1431H12.5C12.5568 10.1431 12.6113 10.1206 12.6515 10.0804C12.6917 10.0402 12.7143 9.98564 12.7143 9.92882V3.50024C12.7143 3.44342 12.6917 3.38891 12.6515 3.34872C12.6113 3.30854 12.5568 3.28596 12.5 3.28596H3.5ZM2 3.50024C2 2.67224 2.672 2.00024 3.5 2.00024H12.5C13.328 2.00024 14 2.67224 14 3.50024V9.92882C14 10.3266 13.8419 10.7081 13.5606 10.9894C13.2793 11.2708 12.8978 11.4288 12.5 11.4288H8.90857L6.70314 13.6342C6.52849 13.8088 6.306 13.9276 6.06381 13.9758C5.82161 14.024 5.57057 13.9992 5.34243 13.9048C5.11428 13.8103 4.91927 13.6503 4.78204 13.445C4.64481 13.2397 4.57151 12.9983 4.57143 12.7514V11.4288H3.5C3.10217 11.4288 2.72064 11.2708 2.43934 10.9894C2.15803 10.7081 2 10.3266 2 9.92882V3.50024Z" fill="currentColor"></path><path d="M7.99987 4.24367C8.34816 4.24367 8.6305 4.52601 8.6305 4.8743V6.11305H9.86937C10.2177 6.11305 10.5 6.39539 10.5 6.74368C10.5 7.09197 10.2177 7.37431 9.86937 7.37431H8.6305V8.61304C8.6305 8.96133 8.34816 9.24367 7.99987 9.24367C7.65158 9.24367 7.36924 8.96133 7.36924 8.61304V7.37431H6.13063C5.78234 7.37431 5.5 7.09197 5.5 6.74368C5.5 6.39539 5.78234 6.11305 6.13063 6.11305H7.36924V4.8743C7.36924 4.52601 7.65158 4.24367 7.99987 4.24367Z" fill="currentColor"></path>'}}},"comment-x":{name:"comment-x",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M3.5 3.28596C3.44317 3.28596 3.38867 3.30854 3.34847 3.34872C3.30829 3.38891 3.28571 3.44342 3.28571 3.50024V9.92882C3.28571 10.0471 3.38171 10.1431 3.5 10.1431H5.21429C5.38478 10.1431 5.5483 10.2108 5.66885 10.3314C5.78941 10.4519 5.85714 10.6155 5.85714 10.786V12.6631L8.18857 10.3317C8.30902 10.2111 8.47241 10.1433 8.64286 10.1431H12.5C12.5568 10.1431 12.6113 10.1206 12.6515 10.0804C12.6917 10.0402 12.7143 9.98564 12.7143 9.92882V3.50024C12.7143 3.44342 12.6917 3.38891 12.6515 3.34872C12.6113 3.30854 12.5568 3.28596 12.5 3.28596H3.5ZM2 3.50024C2 2.67224 2.672 2.00024 3.5 2.00024H12.5C13.328 2.00024 14 2.67224 14 3.50024V9.92882C14 10.3266 13.8419 10.7081 13.5606 10.9894C13.2793 11.2708 12.8978 11.4288 12.5 11.4288H8.90857L6.70314 13.6342C6.52849 13.8088 6.306 13.9276 6.06381 13.9758C5.82161 14.024 5.57057 13.9992 5.34243 13.9048C5.11428 13.8103 4.91927 13.6503 4.78204 13.445C4.64481 13.2397 4.57151 12.9983 4.57143 12.7514V11.4288H3.5C3.10217 11.4288 2.72064 11.2708 2.43934 10.9894C2.15803 10.7081 2 10.3266 2 9.92882V3.50024Z" fill="currentColor"></path><path d="M6.52275 4.30412C6.30308 4.08444 5.94692 4.08444 5.72725 4.30411C5.50758 4.52378 5.50758 4.87994 5.72725 5.09961L7.2045 6.57686L5.72725 8.05411C5.50758 8.27378 5.50758 8.62993 5.72725 8.8496C5.94692 9.06928 6.30308 9.06928 6.52275 8.84961L8 7.37236L9.47725 8.84961C9.69692 9.06928 10.0531 9.06928 10.2727 8.84961C10.4924 8.62994 10.4924 8.27378 10.2727 8.05411L8.7955 6.57686L10.2727 5.09961C10.4924 4.87994 10.4924 4.52379 10.2727 4.30412C10.0531 4.08445 9.69692 4.08445 9.47725 4.30412L8 5.78137L6.52275 4.30412Z" fill="currentColor"></path>'}}},compass:{name:"compass",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.83 6.026a.545.545 0 00-.69-.69L6.671 6.493a.545.545 0 00-.345.345L5.17 10.307a.545.545 0 00.69.69L9.329 9.84a.545.545 0 00.345-.345l1.156-3.469zm-4.28 3.59l.725-2.175 2.175-.725-.725 2.176-2.175.725z" fill="currentColor"></path><path fill-rule="evenodd" d="M8 2.166a6 6 0 100 12 6 6 0 000-12zm-4.91 6a4.91 4.91 0 119.82 0 4.91 4.91 0 01-9.82 0z" fill="currentColor"></path>'}}},"credit-card":{name:"credit-card",keywords:["money","billing","payments","transactions"],heights:{17:{width:16,path:'<path d="M9.5 9.479c0-.31.252-.563.563-.563h1.124a.563.563 0 010 1.125h-1.124A.563.563 0 019.5 9.48z" fill="currentColor"></path><path fill-rule="evenodd" d="M3.313 3.666C2.587 3.666 2 4.254 2 4.98v6.375c0 .725.588 1.312 1.313 1.312h9.374c.725 0 1.313-.587 1.313-1.312V4.979c0-.725-.588-1.313-1.313-1.313H3.313zm9.562 2.25V4.98a.187.187 0 00-.188-.188H3.313a.188.188 0 00-.188.188v.937h9.75zm-9.75 1.125h9.75v4.313a.187.187 0 01-.188.187H3.313a.187.187 0 01-.188-.187V7.04z" fill="currentColor"></path>'}}},dash:{name:"dash",keywords:["hyphen","range"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2 8.2c0-.432.35-.782.783-.782h10.434a.783.783 0 010 1.565H2.783A.783.783 0 012 8.2z" fill="currentColor"></path>'}}},"dollar-bill":{name:"dollar-bill",keywords:["money","cash","pay"],heights:{16:{width:16,path:'<path d="M5.9375 8.9375H5.5625C5.35625 8.9375 5.1875 9.10625 5.1875 9.3125V9.6875C5.1875 9.89375 5.35625 10.0625 5.5625 10.0625H5.9375C6.14375 10.0625 6.3125 9.89375 6.3125 9.6875V9.3125C6.3125 9.10625 6.14375 8.9375 5.9375 8.9375ZM5.1875 7.8125C5.1875 7.60625 5.01875 7.4375 4.8125 7.4375H4.4375C4.23125 7.4375 4.0625 7.60625 4.0625 7.8125V8.1875C4.0625 8.39375 4.23125 8.5625 4.4375 8.5625H4.8125C5.01875 8.5625 5.1875 8.39375 5.1875 8.1875V7.8125ZM7.4375 7.8125C7.4375 7.60625 7.26875 7.4375 7.0625 7.4375H6.6875C6.48125 7.4375 6.3125 7.60625 6.3125 7.8125V8.1875C6.3125 8.39375 6.48125 8.5625 6.6875 8.5625H7.0625C7.26875 8.5625 7.4375 8.39375 7.4375 8.1875V7.8125ZM10.4375 8.9375H10.0625C9.85625 8.9375 9.6875 9.10625 9.6875 9.3125V9.6875C9.6875 9.89375 9.85625 10.0625 10.0625 10.0625H10.4375C10.6438 10.0625 10.8125 9.89375 10.8125 9.6875V9.3125C10.8125 9.10625 10.6438 8.9375 10.4375 8.9375ZM11.5625 7.4375H11.1875C10.9812 7.4375 10.8125 7.60625 10.8125 7.8125V8.1875C10.8125 8.39375 10.9812 8.5625 11.1875 8.5625H11.5625C11.7688 8.5625 11.9375 8.39375 11.9375 8.1875V7.8125C11.9375 7.60625 11.7688 7.4375 11.5625 7.4375ZM13.9859 10.8945L13.3883 6.71562C13.3086 6.1625 12.8352 5.75 12.275 5.75H6.875V5H9.125C9.33125 5 9.5 4.83125 9.5 4.625V2.375C9.5 2.16875 9.33125 2 9.125 2H3.125C2.91875 2 2.75 2.16875 2.75 2.375V4.625C2.75 4.83125 2.91875 5 3.125 5H5.375V5.75H3.725C3.16484 5.75 2.69141 6.1625 2.61172 6.71562L2.01406 10.8945C2.00469 10.9648 2 11.0352 2 11.1078V12.875C2 13.4961 2.50391 14 3.125 14H12.875C13.4961 14 14 13.4961 14 12.875V11.1055C14 11.0352 13.9953 10.9648 13.9859 10.8945ZM3.875 3.875V3.125H8.375V3.875H3.875ZM3.725 6.875H12.2727L12.8094 10.625H3.19062L3.725 6.875ZM12.875 12.875H3.125V11.75H12.875V12.875ZM9.6875 7.8125C9.6875 7.60625 9.51875 7.4375 9.3125 7.4375H8.9375C8.73125 7.4375 8.5625 7.60625 8.5625 7.8125V8.1875C8.5625 8.39375 8.73125 8.5625 8.9375 8.5625H9.3125C9.51875 8.5625 9.6875 8.39375 9.6875 8.1875V7.8125ZM8.1875 8.9375H7.8125C7.60625 8.9375 7.4375 9.10625 7.4375 9.3125V9.6875C7.4375 9.89375 7.60625 10.0625 7.8125 10.0625H8.1875C8.39375 10.0625 8.5625 9.89375 8.5625 9.6875V9.3125C8.5625 9.10625 8.39375 8.9375 8.1875 8.9375Z" fill="currentColor"></path>'}}},"dollar-sign":{name:"dollar-sign",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.5 3a.5.5 0 10-1 0v1.5h-.75a2.25 2.25 0 100 4.5h.75v2.5H5a.5.5 0 000 1h2.5V14a.5.5 0 101 0v-1.5h.75a2.25 2.25 0 100-4.5H8.5V5.5h2a.5.5 0 000-1h-2V3zm-1 2.5h-.75a1.25 1.25 0 100 2.5h.75V5.5zm1 3.5v2.5h.75a1.25 1.25 0 000-2.5H8.5z" fill="currentColor"></path>'}}},download:{name:"download",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.529 11.294c.26.26.682.26.942 0l3.334-3.334a.667.667 0 00-.943-.942L8.667 9.213V3.267a.667.667 0 00-1.334 0v5.946L5.138 7.018a.667.667 0 00-.943.942l3.334 3.334zm-3.307 1.973a.667.667 0 000 1.333h7.556a.667.667 0 100-1.333H4.222z" fill="currentColor"></path>'}}},drag:{name:"drag",keywords:["drag","move"],heights:{16:{width:16,path:'<rect width="2" height="2" x="5" y="3" rx="0.5" fill="currentColor"></rect><rect width="2" height="2" x="5" y="7" rx="0.5" fill="currentColor"></rect><rect width="2" height="2" x="5" y="11" rx="0.5" fill="currentColor"></rect><rect width="2" height="2" x="9" y="3" rx="0.5" fill="currentColor"></rect><rect width="2" height="2" x="9" y="7" rx="0.5" fill="currentColor"></rect><rect width="2" height="2" x="9" y="11" rx="0.5" fill="currentColor"></rect>'}}},dumbbells:{name:"dumbbells",keywords:["strength","train"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M10.8618 3.14819C11.6902 3.14819 12.3618 3.81977 12.3618 4.64819V4.71843C12.4586 4.69541 12.5597 4.68323 12.6636 4.68323H13.0122C13.7302 4.68323 14.3122 5.26526 14.3122 5.98323V7.07555C14.3305 7.07434 14.349 7.07373 14.3676 7.07373C14.8238 7.07373 15.1936 7.44358 15.1936 7.8998V8.10036C15.1936 8.55659 14.8238 8.92643 14.3676 8.92643C14.349 8.92643 14.3305 8.92582 14.3122 8.92461V10.0167C14.3122 10.7347 13.7302 11.3167 13.0122 11.3167H12.6636C12.5597 11.3167 12.4586 11.3045 12.3618 11.2815V11.3519C12.3618 12.1803 11.6902 12.8519 10.8618 12.8519H10.4968C9.66839 12.8519 8.99682 12.1803 8.99682 11.3519V8.74524H7.00146V11.3519C7.00146 12.1803 6.32989 12.8519 5.50146 12.8519H5.13816C4.30974 12.8519 3.63816 12.1803 3.63816 11.3519V11.2809C3.54059 11.3043 3.43874 11.3167 3.334 11.3167H2.98772C2.26975 11.3167 1.68772 10.7347 1.68772 10.0167V8.92462C1.66949 8.92582 1.6511 8.92643 1.63256 8.92643C1.17642 8.92643 0.806641 8.55666 0.806641 8.10052V7.89965C0.806641 7.44351 1.17642 7.07373 1.63256 7.07373C1.6511 7.07373 1.66949 7.07434 1.68772 7.07554V5.98323C1.68772 5.26526 2.26976 4.68323 2.98773 4.68323H3.334C3.43874 4.68323 3.54059 4.69561 3.63816 4.719V4.64819C3.63816 3.81977 4.30974 3.14819 5.13816 3.14819H5.50146C6.32989 3.14819 7.00146 3.81977 7.00146 4.64819V7.25494H8.99682V4.64819C8.99682 3.81977 9.66839 3.14819 10.4968 3.14819H10.8618ZM11.3618 4.64819V11.3519C11.3618 11.628 11.1379 11.8519 10.8618 11.8519H10.4968C10.2207 11.8519 9.99682 11.628 9.99682 11.3519L9.99682 4.64819C9.99682 4.37205 10.2207 4.14819 10.4968 4.14819H10.8618C11.1379 4.14819 11.3618 4.37205 11.3618 4.64819ZM13.3122 10.0167V5.98323C13.3122 5.81754 13.1779 5.68323 13.0122 5.68323H12.6636C12.4979 5.68323 12.3636 5.81754 12.3636 5.98323V10.0167C12.3636 10.1824 12.4979 10.3167 12.6636 10.3167H13.0122C13.1779 10.3167 13.3122 10.1824 13.3122 10.0167ZM4.63816 11.3519V4.64819C4.63816 4.37205 4.86202 4.14819 5.13816 4.14819H5.50146C5.7776 4.14819 6.00146 4.37205 6.00146 4.64819V11.3519C6.00146 11.628 5.7776 11.8519 5.50146 11.8519H5.13816C4.86202 11.8519 4.63816 11.628 4.63816 11.3519ZM2.68772 5.98323V10.0167C2.68772 10.1824 2.82204 10.3167 2.98772 10.3167H3.334C3.49969 10.3167 3.634 10.1824 3.634 10.0167V5.98323C3.634 5.81754 3.49969 5.68323 3.334 5.68323H2.98773C2.82204 5.68323 2.68772 5.81754 2.68772 5.98323Z" fill="currentColor"></path>'}}},duplicate:{name:"duplicate",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2 7.229c0-.725.588-1.313 1.313-1.313h1.124a.563.563 0 010 1.125H3.313a.188.188 0 00-.187.188v5.625c0 .103.084.187.188.187h5.624a.188.188 0 00.188-.187v-1.125a.562.562 0 111.125 0v1.125c0 .725-.588 1.312-1.313 1.312H3.314A1.312 1.312 0 012 12.854V7.229z" fill="currentColor"></path><path fill-rule="evenodd" d="M5.75 3.479c0-.725.588-1.313 1.313-1.313h5.625c.724 0 1.312.588 1.312 1.313v5.625c0 .725-.588 1.312-1.313 1.312H7.064A1.313 1.313 0 015.75 9.104V3.479zm1.313-.188a.188.188 0 00-.188.188v5.625c0 .103.084.187.188.187h5.625a.187.187 0 00.187-.187V3.479a.187.187 0 00-.188-.188H7.064z" fill="currentColor"></path>'}}},edit:{name:"edit",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M12.307 2.166c-.45 0-.88.179-1.197.496L5.956 7.816a.542.542 0 00-.142.252l-.543 2.17a.542.542 0 00.658.657l2.17-.542a.541.541 0 00.252-.143l5.153-5.153a1.693 1.693 0 00-1.197-2.89zm-.43 1.263a.608.608 0 11.86.86L7.69 9.338l-1.147.287.287-1.147 5.047-5.048z" fill="currentColor"></path><path d="M3.627 3.317A1.627 1.627 0 002 4.945v7.594a1.627 1.627 0 001.627 1.627h7.595a1.627 1.627 0 001.627-1.627V8.742a.542.542 0 00-1.085 0v3.797a.542.542 0 01-.542.543H3.627a.543.543 0 01-.542-.543V4.945a.542.542 0 01.542-.543h3.798a.542.542 0 100-1.085H3.627z" fill="currentColor"></path>'}}},expand:{name:"expand",keywords:[],heights:{17:{width:16,path:'<path d="M6.382 3.495h-3.19A.192.192 0 003 3.687v3.19c0 .17.207.256.328.135l1.187-1.187L7.19 8.5l-2.675 2.675-1.187-1.187a.192.192 0 00-.328.136v3.19c0 .105.086.192.192.192h3.19a.192.192 0 00.136-.329L5.33 11.991 8 9.32l2.669 2.67-1.187 1.186a.192.192 0 00.136.329h3.19a.192.192 0 00.192-.193v-3.19a.192.192 0 00-.328-.135l-1.187 1.187L8.81 8.5l2.675-2.675 1.187 1.187A.192.192 0 0013 6.876v-3.19a.192.192 0 00-.192-.191h-3.19a.192.192 0 00-.136.328L10.67 5.01 8 7.679l-2.669-2.67 1.187-1.186a.192.192 0 00-.136-.328z" fill="currentColor"></path>'}}},eye:{name:"eye",keywords:["look","watch","see"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.164 8.148c.316-.475.95-1.339 1.81-2.078.865-.744 1.9-1.312 3.026-1.312 1.127 0 2.16.568 3.026 1.312.86.74 1.494 1.603 1.81 2.078a.09.09 0 010 .105c-.316.475-.95 1.339-1.81 2.078-.865.744-1.9 1.312-3.026 1.312-1.127 0-2.16-.568-3.026-1.312-.86-.74-1.494-1.603-1.81-2.078a.09.09 0 010-.105zM8 3.61c-1.516 0-2.808.759-3.774 1.59-.971.835-1.673 1.794-2.018 2.313a1.238 1.238 0 000 1.375c.345.519 1.047 1.478 2.018 2.313.966.831 2.258 1.59 3.774 1.59s2.808-.759 3.774-1.59c.971-.835 1.673-1.794 2.018-2.313a1.238 1.238 0 000-1.375c-.345-.519-1.047-1.478-2.018-2.313C10.808 4.369 9.516 3.61 8 3.61zm0 6.12a1.53 1.53 0 100-3.06 1.53 1.53 0 000 3.06z" fill="currentColor"></path>'}}},"eye-closed":{name:"eye-closed",keywords:["hidden","invisible","concealed",""],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.107 3.933a.562.562 0 01.785-.126l10.875 7.875a.562.562 0 11-.66.912l-1.686-1.222C10.51 12.092 9.344 12.7 8 12.7c-1.486 0-2.753-.743-3.7-1.558-.952-.819-1.64-1.759-1.978-2.268a1.213 1.213 0 010-1.347c.265-.4.746-1.065 1.401-1.729l-1.49-1.08a.562.562 0 01-.126-.785zm2.54 2.534A10.658 10.658 0 003.259 8.15a.09.09 0 00-.016.05c0 .016.004.034.016.052.31.465.931 1.312 1.775 2.037.848.73 1.862 1.287 2.966 1.287.896 0 1.732-.367 2.468-.894l-1.672-1.21A1.5 1.5 0 016.543 7.84L4.647 6.466zM8 4.825c-.387 0-.762.069-1.124.189a.562.562 0 01-.355-1.068A4.672 4.672 0 018 3.7c1.486 0 2.753.744 3.7 1.559.952.818 1.64 1.759 1.978 2.267.272.41.272.939 0 1.348-.083.125-.186.275-.308.441a.562.562 0 11-.907-.665c.11-.151.204-.286.278-.398a.09.09 0 000-.103c-.31-.465-.931-1.312-1.774-2.037-.849-.73-1.863-1.287-2.967-1.287z" fill="currentColor"></path>'}}},"eye-droper":{name:"eye-droper",keywords:["sample","color","info"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M2.63416 14.2536C2.38179 14.506 1.97262 14.506 1.72026 14.2536C1.46789 14.0013 1.46789 13.5921 1.72026 13.3397C2.09148 12.9685 2.35891 12.5065 2.4959 11.9997L3.0233 10.0485C3.06207 9.90506 3.13777 9.77427 3.24285 9.6692L6.53564 6.37641C5.93161 5.56577 5.99759 4.41348 6.73359 3.67749C7.46958 2.9415 8.62187 2.87551 9.4325 3.47954L10.7444 2.16762C11.5815 1.33051 12.9388 1.33051 13.7759 2.16762C14.613 3.00473 14.613 4.36196 13.7759 5.19907L12.464 6.51093C13.0684 7.32159 13.0026 8.47418 12.2664 9.21032C11.5303 9.94646 10.3777 10.0123 9.56703 9.40791L6.2743 12.7006C6.16922 12.8057 6.03843 12.8814 5.89498 12.9202L4.09942 13.4055C3.54527 13.5553 3.04006 13.8477 2.63416 14.2536ZM8.64655 8.5182L7.4253 7.29694L4.22903 10.4932L3.77665 12.1668L5.45029 11.7145L8.64655 8.5182ZM11.5323 7.44267L11.5308 7.44416C11.4921 7.35187 11.4352 7.26541 11.36 7.19027L10.6672 6.4975L12.8708 4.29397C13.208 3.95673 13.208 3.40996 12.8708 3.07272C12.5335 2.73548 11.9868 2.73548 11.6495 3.07272L9.44599 5.27625L8.75366 4.58392C8.67835 4.50861 8.59168 4.4516 8.49916 4.41289L8.50065 4.41139C8.21408 4.29249 7.87171 4.34956 7.63868 4.58259C7.33008 4.89119 7.33008 5.39153 7.63868 5.70014L10.2438 8.30523C10.5524 8.61383 11.0527 8.61383 11.3613 8.30523C11.5945 8.07204 11.6515 7.72936 11.5323 7.44267Z" fill="currentColor"></path>'}}},file:{name:"file",keywords:["file","text","words"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M4.6 3.366a.2.2 0 00-.2.2v9.2c0 .11.09.2.2.2h6.8a.2.2 0 00.2-.2v-5.8H9.4a1.4 1.4 0 01-1.4-1.4v-2.2H4.6zm4.6.448v1.752c0 .11.09.2.2.2h1.752L9.2 3.814zm-6-.248a1.4 1.4 0 011.4-1.4h4.069c.37 0 .727.148.99.41l2.73 2.732c.264.262.411.618.411.99v6.468a1.4 1.4 0 01-1.4 1.4H4.6a1.4 1.4 0 01-1.4-1.4v-9.2z" fill="currentColor"></path>'}}},flag:{name:"flag",keywords:["alert","report"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.887 2.53819C13.0592 2.86892 13.0331 3.26799 12.8192 3.57346L11.4707 5.5L12.8192 7.42654C13.0331 7.73201 13.0592 8.13108 12.887 8.46181C12.7148 8.79254 12.3729 9 12 9H5V13H6.5C6.77614 13 7 13.2239 7 13.5C7 13.7761 6.77614 14 6.5 14H2.5C2.22386 14 2 13.7761 2 13.5C2 13.2239 2.22386 13 2.5 13H4V8V4V3C4 2.44772 4.44772 2 5 2H12C12.3729 2 12.7148 2.20746 12.887 2.53819ZM5 4V8H12L10.25 5.5L12 3H5V4Z" fill="currentColor"></path>'}}},folder:{name:"folder",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.636 3.803a.545.545 0 00-.545.545v7.637a.546.546 0 00.545.545h8.728a.545.545 0 00.545-.545v-6a.545.545 0 00-.545-.546h-4.91a.545.545 0 01-.453-.243l-.93-1.393H3.637zM2.48 3.19c.307-.307.723-.48 1.157-.48h2.728c.182 0 .352.092.453.244l.93 1.393h4.617A1.636 1.636 0 0114 5.985v6a1.636 1.636 0 01-1.636 1.636H3.636A1.637 1.637 0 012 11.985V4.348c0-.434.172-.85.48-1.157z" fill="currentColor"></path>'}}},gear:{name:"gear",keywords:["settings"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.572 3.31a4.946 4.946 0 01.856 0c.027.002.081.027.103.11l.217.829c.11.42.412.724.748.89.13.065.255.138.375.218.313.209.728.318 1.147.203l.827-.227c.082-.022.131.012.147.034.164.233.307.481.429.742.011.024.017.083-.044.143l-.61.604a1.402 1.402 0 00-.399 1.092 3.422 3.422 0 010 .436c-.024.375.09.788.398 1.093l.611.604c.06.06.055.12.044.143-.122.26-.265.508-.43.742-.015.022-.064.056-.146.034l-.827-.227a1.402 1.402 0 00-1.147.203c-.12.08-.245.152-.375.217a1.4 1.4 0 00-.748.891l-.217.83c-.022.081-.076.107-.103.109a4.97 4.97 0 01-.856 0c-.027-.002-.082-.028-.103-.11l-.217-.829a1.403 1.403 0 00-.748-.891 3.374 3.374 0 01-.375-.217 1.402 1.402 0 00-1.147-.203L4.155 11c-.082.022-.131-.012-.147-.034a4.87 4.87 0 01-.429-.742c-.011-.024-.017-.084.044-.143l.611-.604a1.4 1.4 0 00.398-1.093 3.437 3.437 0 010-.436 1.402 1.402 0 00-.398-1.092l-.611-.604c-.06-.06-.055-.12-.044-.143a4.84 4.84 0 01.43-.742c.015-.022.064-.056.146-.034l.827.227c.42.115.834.006 1.147-.203.12-.08.245-.153.375-.217.336-.167.638-.471.748-.891l.217-.83c.021-.082.076-.107.103-.11zM8 2.166c-.177 0-.352.008-.526.023a1.253 1.253 0 00-1.093.946l-.217.829c-.013.05-.06.118-.159.168a4.494 4.494 0 00-.501.29c-.092.061-.174.067-.224.053l-.828-.227c-.482-.132-1.043.016-1.364.472a5.994 5.994 0 00-.529.913c-.236.507-.083 1.067.273 1.42l.611.603c.037.037.073.11.066.22a4.563 4.563 0 000 .58c.007.11-.029.184-.066.22l-.61.605c-.357.351-.51.912-.274 1.418.15.321.327.627.529.914.32.456.882.604 1.364.472l.827-.227c.05-.014.133-.008.225.053.16.107.327.204.501.29.1.05.146.118.159.168l.217.829c.126.485.536.897 1.093.946a6.1 6.1 0 001.052 0 1.253 1.253 0 001.093-.946l.217-.83c.013-.05.06-.118.16-.167.173-.086.34-.183.5-.29.092-.061.175-.067.225-.053l.827.226c.482.133 1.043-.015 1.364-.471.202-.287.379-.593.528-.914.237-.506.084-1.067-.272-1.418l-.611-.604c-.037-.037-.073-.11-.066-.221a4.557 4.557 0 000-.58c-.007-.11.029-.184.066-.22l.61-.604c.357-.352.51-.912.274-1.419a5.994 5.994 0 00-.529-.913c-.32-.456-.882-.604-1.364-.472l-.827.227c-.05.014-.133.008-.225-.053a4.495 4.495 0 00-.5-.29c-.1-.05-.147-.118-.16-.168l-.217-.83a1.253 1.253 0 00-1.093-.945A6.072 6.072 0 008 2.166zm1.125 6a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0zm1.125 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z" fill="currentColor"></path>'}}},gift:{name:"gift",keywords:["package","present","skill","craft","freebie"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.563 3.291a.937.937 0 100 1.875h1.731c-.175-.613-.407-1.05-.659-1.344-.322-.377-.685-.53-1.072-.53zM3.5 4.23c0 .337.081.656.225.937h-.413A1.312 1.312 0 002 6.48v1.5c0 .523.307.975.75 1.186v3.689c0 .725.588 1.312 1.313 1.312h7.875c.724 0 1.312-.587 1.312-1.312v-3.69c.443-.21.75-.663.75-1.186v-1.5c0-.725-.588-1.313-1.313-1.313h-.412a2.062 2.062 0 00-1.838-3c-.737 0-1.405.315-1.927.923a3.814 3.814 0 00-.51.782 3.814 3.814 0 00-.51-.782c-.522-.608-1.19-.923-1.928-.923A2.063 2.063 0 003.5 4.229zm5.206.937h1.732a.937.937 0 100-1.875c-.388 0-.75.154-1.073.53-.252.295-.484.732-.66 1.345zM3.313 6.291a.188.188 0 00-.188.188v1.5c0 .103.084.187.188.187h4.124V6.291H3.313zm5.25 0v1.875h4.124a.187.187 0 00.188-.187v-1.5a.187.187 0 00-.188-.188H8.564zm0 3h3.562v3.563a.187.187 0 01-.188.187H8.563v-3.75zm-1.126 0v3.75H4.063a.187.187 0 01-.187-.187V9.29h3.563z" fill="currentColor"></path>'}}},globe:{name:"globe",keywords:["world","earth","planet"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.157 7.604h2.05a8.344 8.344 0 011.186-3.711 8.8 8.8 0 01.264-.414 4.88 4.88 0 00-3.5 4.125zm2.05 1.125h-2.05a4.88 4.88 0 003.5 4.125 8.783 8.783 0 01-.264-.414 8.343 8.343 0 01-1.186-3.71zm1.128 0h3.33a7.227 7.227 0 01-1.022 3.132c-.23.383-.46.69-.643.912a7.478 7.478 0 01-.643-.912A7.227 7.227 0 016.335 8.73zm3.33-1.125h-3.33A7.228 7.228 0 017.357 4.47c.23-.382.46-.689.643-.911.184.222.413.529.643.911.46.768.916 1.831 1.022 3.133zm1.128 1.125a8.344 8.344 0 01-1.186 3.711 8.76 8.76 0 01-.264.414 4.88 4.88 0 003.5-4.125h-2.05zm2.05-1.125h-2.05a8.344 8.344 0 00-1.186-3.711 8.799 8.799 0 00-.264-.414 4.88 4.88 0 013.5 4.125zM8 2.166a6 6 0 100 12 6 6 0 000-12z" fill="currentColor"></path>'}}},graph:{name:"graph",keywords:["trend","stats","statistics"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 3.479a.563.563 0 00-1.125 0v9.375c0 .31.252.562.563.562h10.874a.563.563 0 000-1.125H3.126V3.48zm10.71 1.898a.562.562 0 10-.795-.796L9.5 8.121 7.648 6.269a.563.563 0 00-.796 0L4.415 8.706a.563.563 0 00.795.796l2.04-2.04 1.852 1.852a.563.563 0 00.796 0l3.937-3.937z" fill="currentColor"></path>'}}},"graph-bar":{name:"graph-bar",keywords:["trend","stats","statistics","bar-chart"],heights:{16:{width:16,path:'<path d="M2.9 3.375C2.9 3.16789 2.69853 3 2.45 3C2.20147 3 2 3.16789 2 3.375V12.625C2 12.8321 2.20147 13 2.45 13H13.55C13.7985 13 14 12.8321 14 12.625C14 12.4179 13.7985 12.25 13.55 12.25H2.9V3.375Z" fill="currentColor"></path><path d="M8.45 3.38467C8.69853 3.38467 8.9 3.55256 8.9 3.75967V10.5097C8.9 10.7168 8.69853 10.8847 8.45 10.8847C8.20147 10.8847 8 10.7168 8 10.5097V3.75967C8 3.55256 8.20147 3.38467 8.45 3.38467Z" fill="currentColor"></path><path d="M6.2 6.23916C6.2 6.03205 5.99853 5.86416 5.75 5.86416C5.50147 5.86416 5.3 6.03205 5.3 6.23916V10.4892C5.3 10.6963 5.50147 10.8642 5.75 10.8642C5.99853 10.8642 6.2 10.6963 6.2 10.4892V6.23916Z" fill="currentColor"></path><path d="M11.6 8.23916C11.6 8.03205 11.3985 7.86416 11.15 7.86416C10.9015 7.86416 10.7 8.03205 10.7 8.23916V10.4892C10.7 10.6963 10.9015 10.8642 11.15 10.8642C11.3985 10.8642 11.6 10.6963 11.6 10.4892V8.23916Z" fill="currentColor"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="0.25" d="M2.9 3.375C2.9 3.16789 2.69853 3 2.45 3C2.20147 3 2 3.16789 2 3.375V12.625C2 12.8321 2.20147 13 2.45 13H13.55C13.7985 13 14 12.8321 14 12.625C14 12.4179 13.7985 12.25 13.55 12.25H2.9V3.375Z" fill="currentColor"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="0.25" d="M8.45 3.38467C8.69853 3.38467 8.9 3.55256 8.9 3.75967V10.5097C8.9 10.7168 8.69853 10.8847 8.45 10.8847C8.20147 10.8847 8 10.7168 8 10.5097V3.75967C8 3.55256 8.20147 3.38467 8.45 3.38467Z" fill="currentColor"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="0.25" d="M6.2 6.23916C6.2 6.03205 5.99853 5.86416 5.75 5.86416C5.50147 5.86416 5.3 6.03205 5.3 6.23916V10.4892C5.3 10.6963 5.50147 10.8642 5.75 10.8642C5.99853 10.8642 6.2 10.6963 6.2 10.4892V6.23916Z" fill="currentColor"></path><path stroke-linecap="round" stroke-linejoin="round" stroke-width="0.25" d="M11.6 8.23916C11.6 8.03205 11.3985 7.86416 11.15 7.86416C10.9015 7.86416 10.7 8.03205 10.7 8.23916V10.4892C10.7 10.6963 10.9015 10.8642 11.15 10.8642C11.3985 10.8642 11.6 10.6963 11.6 10.4892V8.23916Z" fill="currentColor"></path>'}}},grid:{name:"grid",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.6 2.166a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H2.6zm.6 4.2v-3h3v3h-3zm6-4.2a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H9.2zm.6 4.2v-3h3v3h-3zm-1.2 3a.6.6 0 01.6-.6h4.2a.6.6 0 01.6.6v4.2a.6.6 0 01-.6.6H9.2a.6.6 0 01-.6-.6v-4.2zm1.2.6v3h3v-3h-3zm-7.2-1.2a.6.6 0 00-.6.6v4.2a.6.6 0 00.6.6h4.2a.6.6 0 00.6-.6v-4.2a.6.6 0 00-.6-.6H2.6zm.6 4.2v-3h3v3h-3z" fill="currentColor"></path>'}}},heart:{name:"heart",keywords:["love","beat"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.188 4.042c-1.002 0-2.063.873-2.063 2.25 0 1.612 1.185 3.107 2.524 4.26A15.414 15.414 0 008 12.213a15.413 15.413 0 002.351-1.659c1.339-1.154 2.524-2.65 2.524-4.262 0-1.376-1.06-2.25-2.063-2.25-1.03 0-1.956.74-2.271 1.843a.562.562 0 01-1.082 0C7.144 4.78 6.217 4.04 5.188 4.04zM8 12.854l-.259.5-.001-.002-.005-.002-.013-.007-.05-.027a15.504 15.504 0 01-.822-.485 16.558 16.558 0 01-1.936-1.426C3.534 10.215 2 8.43 2 6.292c0-1.999 1.564-3.375 3.188-3.375 1.16 0 2.177.6 2.812 1.514.635-.913 1.652-1.514 2.813-1.514C12.435 2.917 14 4.293 14 6.292c0 2.137-1.534 3.923-2.914 5.113a16.559 16.559 0 01-2.758 1.911l-.05.027-.013.007-.005.002-.001.001L8 12.854zm0 0l.259.5a.563.563 0 01-.518 0l.259-.5z" fill="currentColor"></path>'}}},home:{name:"home",keywords:["welcome","index","house","building"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.127 3.468a.204.204 0 00-.254 0l-4.28 3.424a.204.204 0 00-.077.16v5.721c0 .113.092.204.204.204h2.242v-4.28a.611.611 0 01.611-.611h2.854a.611.611 0 01.611.611v4.28h2.242a.204.204 0 00.204-.204V7.05a.206.206 0 00-.077-.158l-4.28-3.424zm-1.019-.955a1.427 1.427 0 011.783 0l4.28 3.424c.338.27.536.68.536 1.114v5.722A1.427 1.427 0 0112.28 14.2H9.427a.611.611 0 01-.612-.611v-4.28h-1.63v4.28a.612.612 0 01-.612.611H3.72a1.427 1.427 0 01-1.427-1.427V7.05c0-.432.198-.842.536-1.113l4.28-3.424z" fill="currentColor"></path>'}}},image:{name:"image",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.313 4.041a.188.188 0 00-.188.188v7.875c0 .104.084.187.188.187h.705a.578.578 0 01.022-.022L8.598 7.71a1.313 1.313 0 011.808-.046L12.875 9.9V4.23a.187.187 0 00-.188-.188H3.313zm9.374 8.25h-7.08l3.786-3.785a.187.187 0 01.259-.006l3.223 2.916v.688a.187.187 0 01-.188.187zM14 12.104V4.229c0-.725-.588-1.313-1.313-1.313H3.313C2.587 2.916 2 3.504 2 4.23v7.875c0 .725.588 1.312 1.313 1.312h9.374c.725 0 1.313-.587 1.313-1.312zM6.125 6.666a.375.375 0 11-.75 0 .375.375 0 01.75 0zm1.125 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z" fill="currentColor"></path>'}}},info:{name:"info",keywords:["help"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 3.291a4.875 4.875 0 100 9.75 4.875 4.875 0 000-9.75zM2 8.166a6 6 0 1112 0 6 6 0 01-12 0zm4.875-.187c0-.31.252-.563.563-.563h.75c.31 0 .562.252.562.563v2.062h.188a.562.562 0 110 1.125h-1.5a.563.563 0 010-1.125h.187v-1.5h-.188a.563.563 0 01-.562-.562zM8 6.666a.75.75 0 100-1.5.75.75 0 000 1.5z" fill="currentColor"></path>'}}},"kebab-horizontal":{name:"kebab-horizontal",keywords:["kebab","dot","menu","more"],heights:{17:{width:16,path:'<path d="M3.125 9.725a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zm4.875 0a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zM14 8.6a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0z" fill="currentColor"></path>'}}},"kebab-vertical":{name:"kebab-vertical",keywords:["kebab","dot","menu","more"],heights:{17:{width:16,path:'<path d="M6.875 4.025a1.125 1.125 0 102.25 0 1.125 1.125 0 00-2.25 0zm0 4.875a1.125 1.125 0 102.25 0 1.125 1.125 0 00-2.25 0zM8 14.9a1.125 1.125 0 110-2.25 1.125 1.125 0 010 2.25z" fill="currentColor"></path>'}}},key:{name:"key",keywords:["key","lock","secure","safe"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M6.875 6.291a3 3 0 112.049 2.847.562.562 0 00-.576.135l-.769.768h-.891a.562.562 0 00-.563.563v.892l-.045.045h-.893a.562.562 0 00-.562.563v.892l-.045.045H3.312a.187.187 0 01-.187-.187v-1.267l3.768-3.768a.562.562 0 00.136-.576 2.996 2.996 0 01-.154-.952zm3-4.125a4.125 4.125 0 00-4.011 5.091l-3.7 3.7a.562.562 0 00-.164.397v1.5c0 .725.588 1.312 1.313 1.312h1.5a.562.562 0 00.397-.164l.375-.375a.562.562 0 00.165-.398v-.563h.563a.562.562 0 00.397-.164l.375-.375a.562.562 0 00.165-.398v-.563h.563a.562.562 0 00.397-.164l.7-.7a4.125 4.125 0 10.966-8.136zm.375 4.5a.75.75 0 100-1.5.75.75 0 000 1.5z" fill="currentColor"></path>'}}},law:{name:"law",keywords:["legal","bill"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.563 3.291a.563.563 0 00-1.125 0v.938h-.739c-.228 0-.453.06-.651.173l-.967.552a.188.188 0 01-.093.025H3.313a.562.562 0 100 1.125h.32L2.05 9.623a.562.562 0 00.115.629l.398-.398-.398.398.001.001.002.002.005.004.011.012a1.393 1.393 0 00.146.12c.095.071.229.16.403.247.35.175.857.34 1.517.34.66 0 1.167-.165 1.517-.34a2.64 2.64 0 00.515-.337l.034-.03.011-.012.005-.004.002-.002v-.001l-.396-.398.397.398a.562.562 0 00.115-.629l-1.583-3.52h.121c.229 0 .453-.059.652-.172l.966-.552a.187.187 0 01.093-.025h.739v7.125H5.563a.562.562 0 100 1.125h4.875a.563.563 0 000-1.125H8.562V5.354h.739a.18.18 0 01.093.025l.966.552c.199.113.423.173.652.173h.121L9.55 9.623a.562.562 0 00.115.629l.398-.398-.398.398.001.001.002.002.005.004.011.012a1.33 1.33 0 00.146.12c.095.071.229.16.403.247.35.175.857.34 1.517.34.66 0 1.167-.165 1.517-.34a2.636 2.636 0 00.514-.337l.035-.03.007-.007.004-.005.005-.004.002-.002v-.001l-.396-.398.397.398a.563.563 0 00.115-.629l-1.583-3.52h.32a.563.563 0 000-1.124h-1.675a.187.187 0 01-.093-.025l-.967-.552a1.313 1.313 0 00-.651-.173h-.739V3.29zM3.27 9.65c.214.101.539.205.979.205.44 0 .765-.104.979-.205L4.25 7.475l-.979 2.174zm7.5 0c.214.101.539.205.979.205.44 0 .765-.104.979-.205l-.979-2.174-.979 2.174z" fill="currentColor"></path>'}}},layers:{name:"layers",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.756 2.224a.545.545 0 01.488 0l5.454 2.727a.545.545 0 010 .976L8.244 8.654a.545.545 0 01-.488 0L2.302 5.927a.545.545 0 010-.976l5.454-2.727zM3.766 5.44L8 7.557l4.235-2.118L8 3.322 3.765 5.439z" fill="currentColor"></path><path d="M2.058 10.65a.545.545 0 01.731-.244L8 13.01l5.21-2.605a.545.545 0 01.488.975l-5.454 2.73a.546.546 0 01-.488 0l-5.454-2.73a.545.545 0 01-.244-.731z" fill="currentColor"></path><path d="M2.79 7.678a.545.545 0 10-.488.976l5.454 2.727a.545.545 0 00.488 0l5.454-2.727a.545.545 0 00-.488-.976L8 10.284 2.79 7.678z" fill="currentColor"></path>'}}},"left-align":{name:"left-align",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.306 8.129a.667.667 0 000 .943l3.334 3.333a.667.667 0 00.943-.943L7.387 9.267h5.946a.667.667 0 100-1.333H7.387l2.196-2.196a.667.667 0 00-.943-.943L5.306 8.13zM3.333 4.822a.667.667 0 00-1.333 0v7.556a.667.667 0 101.333 0V4.822z" fill="currentColor"></path>'}}},"light-bulb":{name:"light-bulb",keywords:["idea"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 3.291c-1.772 0-3 1.268-3 2.813 0 .738.318 1.219.738 1.728l.16.19c.168.198.353.417.505.636.213.308.403.672.466 1.117a.562.562 0 01-1.113.158c-.03-.211-.122-.41-.277-.635a6.524 6.524 0 00-.407-.51l-.201-.24c-.47-.57-.996-1.307-.996-2.444 0-2.205 1.772-3.938 4.125-3.938 2.353 0 4.125 1.733 4.125 3.938 0 1.137-.526 1.875-.996 2.444l-.201.24c-.155.183-.287.34-.406.51-.156.225-.247.424-.277.635a.562.562 0 01-1.114-.159c.063-.444.253-.808.466-1.116.152-.22.337-.438.505-.636l.16-.19c.42-.51.738-.99.738-1.728C11 4.559 9.772 3.29 8 3.29zM6.5 13.604a.563.563 0 01.563-.563h1.875a.562.562 0 110 1.125H7.062a.563.563 0 01-.562-.562zm-.188-2.438a.562.562 0 100 1.125h3.375a.562.562 0 000-1.125H6.313z" fill="currentColor"></path>'}}},line:{name:"line",keywords:["bar","separator"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M7.99989 14C7.56767 14 7.21729 13.6496 7.21729 13.2174L7.21728 2.78261C7.21728 2.35039 7.56767 2 7.99989 2C8.43212 2 8.7825 2.35039 8.7825 2.78261L8.7825 13.2174C8.7825 13.6496 8.43212 14 7.99989 14Z" fill="currentColor"></path>'}}},link:{name:"link",keywords:["connect","hyperlink"],heights:{16:{width:16,path:'<path d="M7.8069 3.94998L8.8783 2.87858C9.15689 2.6 9.48761 2.37901 9.8516 2.22825C10.2156 2.07748 10.6057 1.99988 10.9997 1.99988C11.3937 1.99988 11.7838 2.07748 12.1478 2.22825C12.5117 2.37901 12.8425 2.6 13.1211 2.87858C13.3996 3.15716 13.6206 3.48789 13.7714 3.85187C13.9222 4.21586 13.9998 4.60598 13.9998 4.99995C13.9998 5.39393 13.9222 5.78405 13.7714 6.14803C13.6206 6.51202 13.3996 6.84275 13.1211 7.12133L10.9783 9.26413C10.6997 9.54273 10.369 9.76373 10.005 9.91451C9.64098 10.0653 9.25086 10.1429 8.85688 10.1429C8.4629 10.1429 8.07277 10.0653 7.70878 9.91451C7.3448 9.76373 7.01408 9.54273 6.7355 9.26413C6.62201 9.1422 6.56021 8.98101 6.56309 8.81446C6.56597 8.64791 6.6333 8.48895 6.75093 8.37101C6.86887 8.25338 7.02783 8.18605 7.19438 8.18317C7.36093 8.18029 7.52212 8.24209 7.64405 8.35558C7.80314 8.51517 7.99217 8.64179 8.20029 8.72819C8.40841 8.81459 8.63154 8.85906 8.85688 8.85906C9.08222 8.85906 9.30534 8.81459 9.51347 8.72819C9.72159 8.64179 9.91061 8.51517 10.0697 8.35558L12.2125 6.21278C12.5185 5.88798 12.686 5.45674 12.6793 5.01053C12.6727 4.56433 12.4925 4.13827 12.1769 3.82272C11.8614 3.50717 11.4353 3.32696 10.9891 3.32032C10.5429 3.31368 10.1117 3.48112 9.78685 3.78713L8.71545 4.85853C8.59352 4.97202 8.43233 5.03382 8.26578 5.03094C8.09923 5.02807 7.94027 4.96074 7.82233 4.8431C7.7047 4.72516 7.63737 4.56621 7.63449 4.39965C7.63161 4.2331 7.69341 4.07192 7.8069 3.94998ZM3.78701 12.2126C3.9461 12.3722 4.13512 12.4988 4.34324 12.5852C4.55136 12.6716 4.77449 12.7161 4.99983 12.7161C5.22517 12.7161 5.4483 12.6716 5.65642 12.5852C5.86454 12.4988 6.05357 12.3722 6.21266 12.2126L7.28406 11.1412C7.40599 11.0277 7.56718 10.9659 7.73373 10.9688C7.90028 10.9717 8.05924 11.039 8.17718 11.1567C8.29481 11.2746 8.36214 11.4335 8.36502 11.6001C8.3679 11.7667 8.3061 11.9278 8.19261 12.0498L7.12121 13.1212C6.84262 13.3998 6.5119 13.6207 6.14791 13.7715C5.78393 13.9223 5.39381 13.9999 4.99983 13.9999C4.20416 13.9999 3.44108 13.6838 2.87846 13.1212C2.31583 12.5586 1.99976 11.7955 1.99976 10.9998C1.99976 10.2041 2.31583 9.44105 2.87846 8.87843L5.02126 6.73562C5.29983 6.45702 5.63056 6.23602 5.99454 6.08524C6.35853 5.93446 6.74865 5.85686 7.14263 5.85686C7.53662 5.85686 7.92674 5.93446 8.29073 6.08524C8.65471 6.23602 8.98544 6.45702 9.26401 6.73562C9.3775 6.85756 9.4393 7.01874 9.43642 7.1853C9.43355 7.35185 9.36621 7.5108 9.24858 7.62874C9.13064 7.74638 8.97169 7.81371 8.80513 7.81659C8.63858 7.81946 8.4774 7.75766 8.35546 7.64417C8.19637 7.48458 8.00734 7.35796 7.79922 7.27157C7.5911 7.18517 7.36798 7.1407 7.14263 7.1407C6.91729 7.1407 6.69417 7.18517 6.48605 7.27157C6.27792 7.35796 6.0889 7.48458 5.92981 7.64417L3.78701 9.78697C3.62742 9.94607 3.5008 10.1351 3.4144 10.3432C3.328 10.5513 3.28353 10.7745 3.28353 10.9998C3.28353 11.2251 3.328 11.4483 3.4144 11.6564C3.5008 11.8645 3.62742 12.0535 3.78701 12.2126Z" fill="currentColor"></path>'}}},"link-external":{name:"link-external",keywords:["out","see","more","go","to"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M9.942 2.2h3.827a.23.23 0 01.231.231V6.26a.23.23 0 01-.394.163l-1.424-1.424-3.462 3.46a.692.692 0 01-.979-.979l3.462-3.461-1.424-1.425a.23.23 0 01.163-.394zm-6.327.924C2.723 3.124 2 3.847 2 4.739v7.846c0 .892.723 1.615 1.615 1.615h7.846c.893 0 1.616-.723 1.616-1.615v-3.23a.692.692 0 10-1.385 0v3.23a.23.23 0 01-.23.23H3.614a.23.23 0 01-.23-.23V4.74a.23.23 0 01.23-.23h3.231a.692.692 0 000-1.385h-3.23z" fill="currentColor"></path>'}}},"list-ordered":{name:"list-ordered",keywords:["numbers","tasks","todo","items"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.603 3.766a.4.4 0 00-.579-.358l-.802.4a.4.4 0 00.357.716l.224-.111v2.154H2.4a.4.4 0 000 .8h1.605a.4.4 0 100-.8h-.402v-2.8zm2.397.6a.6.6 0 01.6-.6h6.8a.6.6 0 110 1.2H6.6a.6.6 0 01-.6-.6zm0 4a.6.6 0 01.6-.6h6.8a.6.6 0 110 1.2H6.6a.6.6 0 01-.6-.6zm0 4a.6.6 0 01.6-.6h6.8a.6.6 0 110 1.2H6.6a.6.6 0 01-.6-.6zm-3.26-2.344l.002-.003a.681.681 0 01.115-.123.528.528 0 01.343-.13c.156 0 .246.056.3.118a.454.454 0 01.103.3c0 .363-.216.547-.64.863l-.029.02c-.38.284-.934.695-.934 1.5a.4.4 0 00.4.4h1.602a.4.4 0 000-.8H2.918c.105-.159.28-.298.523-.478l.038-.028c.376-.28.925-.686.925-1.476a1.25 1.25 0 00-.303-.83 1.17 1.17 0 00-.9-.388c-.384 0-.671.162-.854.314a1.487 1.487 0 00-.279.307l-.005.009-.002.003-.001.002a.4.4 0 00.68.42zm-.34-.211l-.342-.208.342.208z" fill="currentColor"></path>'}}},"list-unordered":{name:"list-unordered",keywords:["bullet","point","tasks","todo","items"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.857 4.738a.857.857 0 100-1.715.857.857 0 000 1.715zm3.214-1.286a.643.643 0 000 1.286h7.286a.643.643 0 100-1.286H6.071zm0 4.286a.643.643 0 000 1.285h7.286a.643.643 0 100-1.285H6.071zm0 4.285a.643.643 0 100 1.286h7.286a.643.643 0 100-1.285H6.071zM3.714 8.166a.857.857 0 11-1.714 0 .857.857 0 011.714 0zm-.857 5.143a.857.857 0 100-1.714.857.857 0 000 1.714z" fill="currentColor"></path>'}}},loader:{name:"loader",keywords:[],heights:{17:{width:16,path:'<path d="M8.878 13.196a.879.879 0 11-1.757 0 .879.879 0 011.757 0zM9.16 3.137a1.16 1.16 0 11-2.321 0 1.16 1.16 0 012.322 0zm3.357 8.58a.97.97 0 11-1.941 0 .97.97 0 011.94 0zm-7.311 0a.764.764 0 11-1.528 0 .764.764 0 011.528 0zm8.895-3.551a1.072 1.072 0 11-2.144 0 1.072 1.072 0 012.144 0zm-10.437 0a.694.694 0 11-1.387 0 .694.694 0 011.387 0zm9.021-3.561a1.139 1.139 0 11-2.278 0 1.139 1.139 0 012.278 0zm-7.642 0a.6.6 0 11-1.202 0 .6.6 0 011.202 0z" fill="currentColor"></path>'}}},location:{name:"location",keywords:["here","marker"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.815 4.527a3.982 3.982 0 010 5.63L8 12.971l-2.815-2.815a3.981 3.981 0 115.63-5.63zM11.66 11a5.176 5.176 0 10-7.318 0l2.814 2.815a1.195 1.195 0 001.69 0L11.66 11zM8 8.934A1.592 1.592 0 108 5.75a1.592 1.592 0 000 3.185z" fill="currentColor"></path>'}}},lock:{name:"lock",keywords:["secure","safe","protected"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M4.8 5.366v1.6h-.2a1.4 1.4 0 00-1.4 1.4v4.4a1.4 1.4 0 001.4 1.4h6.8a1.4 1.4 0 001.4-1.4v-4.4a1.4 1.4 0 00-1.4-1.4h-.2v-1.6a3.2 3.2 0 00-6.4 0zm5.2 1.6v-1.6a2 2 0 00-4 0v1.6h4zm1.2 1.2h.2a.2.2 0 01.2.2v4.4a.2.2 0 01-.2.2H4.6a.2.2 0 01-.2-.2v-4.4a.2.2 0 01.2-.2h6.6z" fill="currentColor"></path>'}}},mail:{name:"mail",keywords:["email","unread"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.313 3.7C2.588 3.7 2 4.289 2 5.014v6.375c0 .725.588 1.312 1.313 1.312h9.374c.725 0 1.313-.587 1.313-1.312V5.585a.67.67 0 000-.02v-.552c0-.725-.588-1.312-1.313-1.312H3.313zm9.562 1.553v-.24a.187.187 0 00-.188-.187H3.313a.188.188 0 00-.188.187v.24L8 8.111l4.875-2.858zm-9.75 1.304v4.83c0 .104.084.188.188.188h9.374a.187.187 0 00.188-.187v-4.83l-4.59 2.69a.562.562 0 01-.57 0l-4.59-2.69z" fill="currentColor"></path>'}}},"mail-check":{name:"mail-check",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.6875 3.5C13.4123 3.50005 14 4.0877 14 4.8125V8.00879C14 8.00879 14.0132 8.56201 13.4507 8.56201C12.8882 8.56201 12.875 8.00879 12.875 8.00879V6.35645L8.28418 9.04785C8.10865 9.15063 7.89136 9.15063 7.71582 9.04785L3.125 6.35645V11.1875C3.12502 11.291 3.20899 11.375 3.3125 11.375H6.98926C6.98926 11.375 7.5 11.375 7.5 11.9375C7.5 12.5 6.98926 12.5 6.98926 12.5H3.3125C2.58768 12.5 2.00002 11.9123 2 11.1875V4.8125C2.00004 4.08769 2.58769 3.50004 3.3125 3.5H12.6875ZM3.3125 4.625C3.209 4.62504 3.12504 4.709 3.125 4.8125V5.05273L8 7.91016L12.875 5.05273V4.8125C12.875 4.70901 12.791 4.62505 12.6875 4.625H3.3125Z" fill="currentColor"></path><path d="M13.1999 10.2741C13.3646 10.1094 13.3646 9.84239 13.1999 9.67771C13.0352 9.51303 12.7682 9.51303 12.6035 9.67771L10.3715 11.9097L9.54521 11.0833C9.38053 10.9187 9.11353 10.9187 8.94884 11.0833C8.78416 11.248 8.78416 11.515 8.94884 11.6797L10.0734 12.8042C10.238 12.9689 10.505 12.9689 10.6697 12.8042L13.1999 10.2741Z" fill="currentColor"></path>'}}},"mail-closed":{name:"mail-closed",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.6875 3.5C13.4123 3.50005 14 4.0877 14 4.8125V8.00879C14 8.00879 14.0132 8.56201 13.4507 8.56201C12.8882 8.56201 12.875 8.00879 12.875 8.00879V6.35645L8.28418 9.04785C8.10865 9.15063 7.89136 9.15063 7.71582 9.04785L3.125 6.35645V11.1875C3.12502 11.291 3.20899 11.375 3.3125 11.375H6.98926C6.98926 11.375 7.5 11.375 7.5 11.9375C7.5 12.5 6.98926 12.5 6.98926 12.5H3.3125C2.58768 12.5 2.00002 11.9123 2 11.1875V4.8125C2.00004 4.08769 2.58769 3.50004 3.3125 3.5H12.6875ZM3.3125 4.625C3.209 4.62504 3.12504 4.709 3.125 4.8125V5.05273L8 7.91016L12.875 5.05273V4.8125C12.875 4.70901 12.791 4.62505 12.6875 4.625H3.3125Z" fill="currentColor"></path><path fill-rule="evenodd" d="M11.0853 9.21784C9.6356 9.21784 8.46035 10.3931 8.46035 11.8428C8.46035 13.2926 9.6356 14.4678 11.0853 14.4678C12.5351 14.4678 13.7103 13.2926 13.7103 11.8428C13.7103 10.3931 12.5351 9.21784 11.0853 9.21784ZM10.0945 10.2951C10.3804 10.1117 10.7204 10.0053 11.0853 10.0053C12.1002 10.0053 12.9228 10.828 12.9228 11.8428C12.9228 12.2077 12.8165 12.5478 12.6331 12.8337L10.0945 10.2951ZM9.53763 10.852C9.35421 11.1379 9.24785 11.4779 9.24785 11.8428C9.24785 12.8577 10.0705 13.6803 11.0853 13.6803C11.4502 13.6803 11.7903 13.574 12.0762 13.3906L9.53763 10.852Z" fill="currentColor"></path>'}}},"mail-minus":{name:"mail-minus",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.6875 3.5C13.4123 3.50005 14 4.0877 14 4.8125V8.00879C14 8.00879 14.0132 8.56201 13.4507 8.56201C12.8882 8.56201 12.875 8.00879 12.875 8.00879V6.35645L8.28418 9.04785C8.10865 9.15063 7.89136 9.15063 7.71582 9.04785L3.125 6.35645V11.1875C3.12502 11.291 3.20899 11.375 3.3125 11.375H6.98926C6.98926 11.375 7.5 11.375 7.5 11.9375C7.5 12.5 6.98926 12.5 6.98926 12.5H3.3125C2.58768 12.5 2.00002 11.9123 2 11.1875V4.8125C2.00004 4.08769 2.58769 3.50004 3.3125 3.5H12.6875ZM3.3125 4.625C3.209 4.62504 3.12504 4.709 3.125 4.8125V5.05273L8 7.91016L12.875 5.05273V4.8125C12.875 4.70901 12.791 4.62505 12.6875 4.625H3.3125Z" fill="currentColor"></path><path d="M9.80015 10.3857C9.46878 10.3857 9.20015 10.6543 9.20015 10.9857C9.20015 11.317 9.46878 11.5857 9.80015 11.5857H13.4001C13.7315 11.5857 14.0001 11.317 14.0001 10.9857C14.0001 10.6543 13.7315 10.3857 13.4001 10.3857H9.80015Z" fill="currentColor"></path>'}}},"mail-plus":{name:"mail-plus",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.6875 3.5C13.4123 3.50005 14 4.0877 14 4.8125V8.00879C14 8.00879 14.0132 8.56201 13.4507 8.56201C12.8882 8.56201 12.875 8.00879 12.875 8.00879V6.35645L8.28418 9.04785C8.10865 9.15063 7.89136 9.15063 7.71582 9.04785L3.125 6.35645V11.1875C3.12502 11.291 3.20899 11.375 3.3125 11.375H6.98926C6.98926 11.375 7.5 11.375 7.5 11.9375C7.5 12.5 6.98926 12.5 6.98926 12.5H3.3125C2.58768 12.5 2.00002 11.9123 2 11.1875V4.8125C2.00004 4.08769 2.58769 3.50004 3.3125 3.5H12.6875ZM3.3125 4.625C3.209 4.62504 3.12504 4.709 3.125 4.8125V5.05273L8 7.91016L12.875 5.05273V4.8125C12.875 4.70901 12.791 4.62505 12.6875 4.625H3.3125Z" fill="currentColor"></path><path d="M11.5 9.39426C11.8483 9.39426 12.1306 9.6766 12.1306 10.0249V11.2636H13.3695C13.7178 11.2636 14.0001 11.546 14.0001 11.8943C14.0001 12.2426 13.7178 12.5249 13.3695 12.5249H12.1306V13.7636C12.1306 14.1119 11.8483 14.3943 11.5 14.3943C11.1517 14.3943 10.8694 14.1119 10.8694 13.7636V12.5249H9.63075C9.28246 12.5249 9.00012 12.2426 9.00012 11.8943C9.00012 11.546 9.28246 11.2636 9.63075 11.2636H10.8694V10.0249C10.8694 9.6766 11.1517 9.39426 11.5 9.39426Z" fill="currentColor"></path>'}}},"mail-x":{name:"mail-x",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M12.6875 3.5C13.4123 3.50005 14 4.0877 14 4.8125V8.00879C14 8.00879 14.0132 8.56201 13.4507 8.56201C12.8882 8.56201 12.875 8.00879 12.875 8.00879V6.35645L8.28418 9.04785C8.10865 9.15063 7.89136 9.15063 7.71582 9.04785L3.125 6.35645V11.1875C3.12502 11.291 3.20899 11.375 3.3125 11.375H6.98926C6.98926 11.375 7.5 11.375 7.5 11.9375C7.5 12.5 6.98926 12.5 6.98926 12.5H3.3125C2.58768 12.5 2.00002 11.9123 2 11.1875V4.8125C2.00004 4.08769 2.58769 3.50004 3.3125 3.5H12.6875ZM3.3125 4.625C3.209 4.62504 3.12504 4.709 3.125 4.8125V5.05273L8 7.91016L12.875 5.05273V4.8125C12.875 4.70901 12.791 4.62505 12.6875 4.625H3.3125Z" fill="currentColor"></path><path d="M9.78189 9.77036C9.6026 9.59107 9.31192 9.59107 9.13264 9.77036C8.95335 9.94965 8.95335 10.2403 9.13264 10.4196L10.3383 11.6253L9.13263 12.831C8.95335 13.0103 8.95335 13.3009 9.13263 13.4802C9.31192 13.6595 9.6026 13.6595 9.78189 13.4802L10.9876 12.2745L12.1932 13.4802C12.3725 13.6595 12.6632 13.6595 12.8425 13.4802C13.0218 13.3009 13.0218 13.0103 12.8425 12.831L11.6368 11.6253L12.8425 10.4196C13.0218 10.2403 13.0218 9.94965 12.8425 9.77037C12.6632 9.59108 12.3725 9.59108 12.1932 9.77036L10.9876 10.976L9.78189 9.77036Z" fill="currentColor"></path>'}}},map:{name:"map",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M6 2.666a.498.498 0 00-.256.07L2.252 4.733A.5.5 0 002 5.166v8a.5.5 0 00.748.434l3.268-1.867 3.751 1.876a.497.497 0 00.489-.013l3.492-1.995a.5.5 0 00.252-.435v-8a.5.5 0 00-.748-.434L9.984 4.6 6.233 2.724A.498.498 0 006 2.666zm4.5 9.639l2.5-1.429V4.028l-2.5 1.429v6.848zm-1-6.83l-3-1.5v6.882l3 1.5V5.475zM3 5.457l2.5-1.429v6.848L3 12.305V5.457z" fill="currentColor"></path>'}}},megaphone:{name:"megaphone",keywords:["bullhorn","loud","shout","broadcast"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.678 2.442A.562.562 0 0114 2.95l-.917-.436-.011.009-.058.042c-.054.038-.14.097-.258.168a7.42 7.42 0 01-1.098.539c-.991.396-2.513.803-4.592.803a1.2 1.2 0 00-.646-.187H5A3 3 0 003.876 9.67l-.001.03c0 1.74.365 2.949.61 3.563.196.494.672.75 1.138.75h.897c.514 0 .921-.291 1.16-.643a1.58 1.58 0 00.232-1.272 9.507 9.507 0 01-.287-2.387c1.795.065 3.133.433 4.033.793a7.42 7.42 0 011.098.539 4.267 4.267 0 01.316.21l.01.009h.001a.563.563 0 00.917-.437V2.95l-.918-.436a.562.562 0 01.596-.072zM5.002 9.888c.024 1.476.337 2.48.528 2.96a.045.045 0 00.02.022.139.139 0 00.073.018h.897c.062 0 .151-.035.23-.15a.456.456 0 00.074-.356A10.527 10.527 0 016.5 9.885a1.23 1.23 0 01-.081.003H5.002zm2.623-1.303c1.951.066 3.43.466 4.451.874.308.124.574.248.799.363V3.954a9.03 9.03 0 01-.799.362c-1.021.41-2.5.81-4.451.875v3.394zm5.457-6.07zM3.125 6.887c0-1.036.84-1.875 1.875-1.875h1.42a.08.08 0 01.08.08v3.59a.08.08 0 01-.08.08H5a1.875 1.875 0 01-1.875-1.875z" fill="currentColor"></path>'}}},"minus-circle":{name:"minus-circle",keywords:[],heights:{17:{width:16,path:'<path d="M5.818 7.655a.545.545 0 100 1.09h4.364a.546.546 0 000-1.09H5.818z" fill="currentColor"></path><path fill-rule="evenodd" d="M8 2.2a6 6 0 100 12 6 6 0 000-12zm-4.91 6a4.91 4.91 0 119.82 0 4.91 4.91 0 01-9.82 0z" fill="currentColor"></path>'}}},moon:{name:"moon",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M9.243 2.36a.66.66 0 01.692-.154 6.166 6.166 0 01-2.099 11.96 6.166 6.166 0 01-5.797-4.064.66.66 0 01.846-.846A4.843 4.843 0 009.09 3.052a.66.66 0 01.154-.692zm1.423 1.712a6.164 6.164 0 01-6.76 6.76 4.843 4.843 0 106.76-6.76z" fill="currentColor"></path>'}}},navigation:{name:"navigation",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.833 2.334c.17.17.215.43.112.648L8.802 13.84a.571.571 0 01-1.07-.107l-1.06-4.238-4.24-1.06a.571.571 0 01-.105-1.07L13.184 2.22a.571.571 0 01.649.113zm-9.574 5.38l3.022.755a.571.571 0 01.416.416l.756 3.022 3.774-7.968L4.26 7.714z" fill="currentColor"></path>'}}},organization:{name:"organization",keywords:["people","group","team"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 12.854c0 .103.084.187.187.187H5v-.937c0-.31.252-.563.562-.563h1.875c.311 0 .563.252.563.563v.937h1.687a.187.187 0 00.188-.187V3.479a.187.187 0 00-.188-.188H3.312a.188.188 0 00-.187.188v9.375zm.187 1.312A1.312 1.312 0 012 12.854V3.479c0-.725.588-1.313 1.312-1.313h6.375c.725 0 1.313.588 1.313 1.313v9.375c0 .064-.005.126-.013.187h1.7a.187.187 0 00.188-.187V8.38a.188.188 0 00-.084-.156l-.79-.527a.563.563 0 01.623-.936l.791.527c.366.244.585.653.585 1.092v4.474c0 .725-.588 1.312-1.313 1.312h-2.624a.56.56 0 01-.148-.02c-.074.014-.15.02-.228.02h-2.25a.562.562 0 01-.562-.562v-.938h-.75v.938c0 .31-.252.562-.563.562h-2.25zM4.25 4.98c0-.31.252-.563.562-.563h.375a.562.562 0 110 1.125h-.375a.562.562 0 01-.562-.562zm.562 1.687a.562.562 0 000 1.125h.375a.563.563 0 000-1.125h-.375zM4.25 9.48c0-.31.252-.563.562-.563h.375a.563.563 0 010 1.125h-.375a.562.562 0 01-.562-.562zm3.562-.563a.562.562 0 000 1.125h.375a.562.562 0 100-1.125h-.375zM7.25 7.23c0-.31.252-.563.562-.563h.375a.563.563 0 010 1.125h-.375a.562.562 0 01-.562-.562zm.562-2.813a.562.562 0 000 1.125h.375a.563.563 0 000-1.125h-.375z" fill="currentColor"></path>'}}},package:{name:"package",keywords:["box","ship"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M11.634 5.41L8 3.31 4.367 5.408l3.634 2.099 3.633-2.098zm-7.839.99v4.194l3.633 2.098V8.498L3.795 6.4zm4.778 6.291l3.632-2.097V6.402L8.573 8.498v4.193zM7.428 2.32a1.145 1.145 0 011.144 0l4.206 2.427a1.145 1.145 0 01.572.992v4.856a1.144 1.144 0 01-.572.991l-4.206 2.427a1.145 1.145 0 01-1.144 0l-4.206-2.427a1.145 1.145 0 01-.572-.992V5.74a1.145 1.145 0 01.572-.992L7.428 2.32z" fill="currentColor"></path>'}}},paperclip:{name:"paperclip",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.154 3.228a1.59 1.59 0 00-1.126.467L4.15 8.572a2.655 2.655 0 003.756 3.755l4.877-4.877a.53.53 0 01.75.75l-4.877 4.878A3.717 3.717 0 113.4 7.82l4.877-4.877a2.655 2.655 0 113.755 3.754l-4.883 4.878a1.593 1.593 0 01-2.253-2.253l4.506-4.5a.53.53 0 01.75.75l-4.505 4.5a.532.532 0 00.751.752l4.883-4.877a1.594 1.594 0 00-1.127-2.72z" fill="currentColor"></path>'}}},pencil:{name:"pencil",keywords:["edit","change","update","write"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.53 2.603a1.49 1.49 0 012.108 0l.925.925a1.49 1.49 0 010 2.108L6.23 12.971c-.18.18-.401.31-.645.38l-2.77.79a.639.639 0 01-.79-.79l.792-2.769c.07-.243.2-.465.38-.644l7.334-7.335zm1.205.904a.213.213 0 00-.301 0l-1.076 1.075 1.226 1.226 1.076-1.075a.213.213 0 000-.301l-.925-.925zM10.68 6.712L9.454 5.486 4.1 10.84a.213.213 0 00-.054.093l-.476 1.663 1.664-.475a.213.213 0 00.092-.054l5.356-5.356z" fill="currentColor"></path>'}}},people:{name:"people",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M6.144 5.153a1.523 1.523 0 100 3.046 1.523 1.523 0 000-3.046zM3.48 6.676a2.666 2.666 0 114.49 1.942 4.194 4.194 0 012.31 3.11.571.571 0 01-1.128.18 3.047 3.047 0 00-6.017 0 .571.571 0 11-1.129-.18 4.194 4.194 0 012.31-3.11 2.658 2.658 0 01-.838-1.942zm6.854-1.142a.571.571 0 000 1.142 1.143 1.143 0 01.508 2.166.571.571 0 00-.317.512v.268a.571.571 0 00.437.556c.914.22 1.647.914 1.92 1.807a.571.571 0 101.093-.335 3.816 3.816 0 00-1.95-2.294 2.286 2.286 0 00-1.69-3.822z" fill="currentColor"></path>'}}},percent:{name:"percent",keywords:[],heights:{17:{width:16,path:'<path d="M13.138 3.028c.26.26.26.683 0 .943l-9.333 9.334a.667.667 0 01-.943-.943l9.333-9.334c.26-.26.683-.26.943 0zM3 4.666a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm8.5 5.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z" fill="currentColor"></path>'}}},person:{name:"person",keywords:["people","man","woman","human"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.304 6.287a2.305 2.305 0 11-4.61 0 2.305 2.305 0 014.61 0zm.056 2.834A3.69 3.69 0 008 2.6a3.688 3.688 0 00-2.362 6.52 5.535 5.535 0 00-3.163 4.74.691.691 0 001.381.065 4.149 4.149 0 018.288 0 .692.692 0 101.381-.065 5.535 5.535 0 00-3.164-4.74z" fill="currentColor"></path>'}}},"person-add":{name:"person-add",keywords:["people","man","woman","human","plus"],heights:{16:{width:16,path:'<path d="M7.90021 8.548C8.78473 8.97851 9.53735 9.63725 10.0823 10.4563C10.6272 11.2753 10.9438 12.2248 10.9992 13.207C11.0049 13.3054 10.9911 13.4039 10.9586 13.4969C10.9262 13.5899 10.8758 13.6757 10.8102 13.7492C10.7447 13.8228 10.6653 13.8827 10.5766 13.9255C10.4879 13.9684 10.3916 13.9934 10.2932 13.999C10.1948 14.0046 10.0963 13.9909 10.0033 13.9584C9.91027 13.926 9.82453 13.8756 9.75099 13.81C9.67744 13.7445 9.61753 13.6651 9.57467 13.5764C9.53182 13.4876 9.50685 13.3914 9.50121 13.293C9.44572 12.2691 9.00009 11.3053 8.25593 10.5999C7.51176 9.89439 6.52562 9.5008 5.50021 9.5C4.47479 9.5008 3.48865 9.89439 2.74448 10.5999C2.00032 11.3053 1.55469 12.2691 1.4992 13.293C1.49362 13.3914 1.46872 13.4877 1.42593 13.5764C1.38313 13.6651 1.32327 13.7446 1.24978 13.8102C1.17628 13.8758 1.09058 13.9263 0.99757 13.9587C0.904561 13.9912 0.806065 14.0051 0.707705 13.9995C0.609345 13.9939 0.513047 13.969 0.42431 13.9262C0.335573 13.8834 0.256134 13.8236 0.19053 13.7501C0.124925 13.6766 0.0744395 13.5909 0.041955 13.4979C0.00947059 13.4049 -0.00437633 13.3064 0.00120485 13.208C0.0563662 12.2256 0.372768 11.2758 0.917734 10.4566C1.4627 9.63739 2.21647 8.97851 3.1012 8.548C2.59074 8.06729 2.23643 7.44434 2.08419 6.75988C1.93196 6.07542 1.98881 5.36102 2.24739 4.70926C2.50597 4.0575 2.95436 3.49843 3.53443 3.10451C4.1145 2.71059 4.79952 2.49998 5.50071 2.49998C6.20189 2.49998 6.88691 2.71059 7.46698 3.10451C8.04705 3.49843 8.49543 4.0575 8.75402 4.70926C9.0126 5.36102 9.06945 6.07542 8.91722 6.75988C8.76498 7.44434 8.41067 8.06729 7.90021 8.548ZM13.2502 0C13.4491 0 13.6399 0.0790176 13.7805 0.21967C13.9212 0.360322 14.0002 0.551088 14.0002 0.75V2H15.2502C15.4491 2 15.6399 2.07902 15.7805 2.21967C15.9212 2.36032 16.0002 2.55109 16.0002 2.75C16.0002 2.94891 15.9212 3.13968 15.7805 3.28033C15.6399 3.42098 15.4491 3.5 15.2502 3.5H14.0002V4.75C14.0002 4.94891 13.9212 5.13968 13.7805 5.28033C13.6399 5.42098 13.4491 5.5 13.2502 5.5C13.0513 5.5 12.8605 5.42098 12.7199 5.28033C12.5792 5.13968 12.5002 4.94891 12.5002 4.75V3.5H11.2502C11.0513 3.5 10.8605 3.42098 10.7199 3.28033C10.5792 3.13968 10.5002 2.94891 10.5002 2.75C10.5002 2.55109 10.5792 2.36032 10.7199 2.21967C10.8605 2.07902 11.0513 2 11.2502 2H12.5002V0.75C12.5002 0.551088 12.5792 0.360322 12.7199 0.21967C12.8605 0.0790176 13.0513 0 13.2502 0ZM5.50021 4C5.23387 3.99398 4.96901 4.04123 4.72118 4.13897C4.47335 4.23672 4.24755 4.38299 4.05703 4.5692C3.86651 4.75542 3.71512 4.97782 3.61173 5.22334C3.50835 5.46887 3.45506 5.73258 3.45499 5.99899C3.45492 6.2654 3.50808 6.52913 3.61134 6.77471C3.71461 7.02029 3.86589 7.24277 4.05632 7.42907C4.24674 7.61538 4.47247 7.76177 4.72025 7.85964C4.96803 7.95751 5.23286 8.00489 5.49921 7.999C6.02177 7.98744 6.51904 7.77178 6.88458 7.39816C7.25011 7.02455 7.45486 6.52268 7.45499 5.99999C7.45512 5.4773 7.25062 4.97533 6.88527 4.60153C6.51993 4.22773 6.02276 4.01182 5.50021 4Z" fill="currentColor"></path>'}}},"person-circle":{name:"person-circle",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M11 13.798a6 6 0 11.019-.01c-.013.013-.02.018-.02.01zM3.124 8.6a4.875 4.875 0 118.373 3.395 4.007 4.007 0 00-1.79-1.675 2.67 2.67 0 00-3.242-4.236 2.67 2.67 0 00-.176 4.236 4.006 4.006 0 00-1.79 1.675A4.859 4.859 0 013.126 8.6zm2.162 4.051c.775.52 1.709.824 2.713.824a4.853 4.853 0 002.712-.823 3.004 3.004 0 00-5.425 0zM9.179 9.45a1.668 1.668 0 10-2.36-2.36 1.668 1.668 0 002.36 2.36z" fill="currentColor"></path>'}}},phone:{name:"phone",keywords:[],heights:{17:{width:16,path:'<path d="M2.83 2.703l2.209-.509a1.07 1.07 0 011.226.624l1.02 2.38c.187.435.06.95-.308 1.251l-.937.767a7.29 7.29 0 002.911 2.909l.767-.938c.3-.368.816-.495 1.252-.307l2.38 1.02c.479.204.739.72.624 1.226l-.509 2.208c-.112.49-.544.832-1.045.832C6.68 14.17 1.998 9.52 1.998 3.748c0-.501.342-.933.832-1.045zm9.146 10.33a.483.483 0 00.49-.38l.306-1.329a.5.5 0 00-.29-.571l-1.572-.675a.5.5 0 00-.584.144l-.673.822a.773.773 0 01-.954.206c-1.78-.928-2.854-1.999-3.783-3.782a.773.773 0 01.206-.954l.823-.673a.5.5 0 00.143-.584l-.674-1.572a.5.5 0 00-.572-.29l-1.33.306a.483.483 0 00-.378.49 9.295 9.295 0 008.842 8.842z" fill="currentColor"></path>'}}},"phone-minus":{name:"phone-minus",keywords:[],heights:{16:{width:16,path:'<path d="M2.83027 2.53648L5.03858 2.02777C5.54494 1.91055 6.06068 2.17311 6.26463 2.65135L7.2844 5.03079C7.47194 5.46682 7.34535 5.98257 6.97729 6.28263L6.03958 7.04921C6.71005 8.27761 7.72277 9.29034 8.95118 9.95846L9.71776 9.02075C10.0178 8.6527 10.5336 8.52611 10.9696 8.71365L13.3514 9.73341C13.8296 9.93736 14.0898 10.4531 13.975 10.9595L13.4663 13.1678C13.3537 13.6577 12.9224 14 12.4207 14C6.67957 14.0023 1.99805 9.35364 1.99805 3.58202C1.99805 3.08035 2.34031 2.649 2.83027 2.53648ZM11.9762 12.8668C12.2097 12.8778 12.4134 12.7153 12.4659 12.4875L12.7723 11.158C12.8266 10.9223 12.7044 10.6815 12.4821 10.5862L10.9099 9.91215C10.7051 9.82435 10.4669 9.88266 10.3258 10.0551L9.65311 10.8776C9.42099 11.1614 9.02386 11.2533 8.69877 11.0838C6.91828 10.1553 5.84501 9.08485 4.91602 7.30135C4.74676 6.97639 4.83877 6.57957 5.12239 6.3476L5.94525 5.67457C6.11773 5.5335 6.17604 5.29532 6.08824 5.09052L5.41421 3.51831C5.31889 3.29599 5.0781 3.17378 4.84239 3.22809L3.51286 3.53446C3.28508 3.58694 3.12263 3.79073 3.13359 4.02422C3.35811 8.80684 7.19355 12.6423 11.9762 12.8668Z" fill="currentColor"></path><path d="M10.8002 4.38567C10.4688 4.38567 10.2002 4.65429 10.2002 4.98566C10.2002 5.31704 10.4688 5.58566 10.8002 5.58566H14.4002C14.7316 5.58566 15.0002 5.31704 15.0002 4.98566C15.0002 4.65429 14.7316 4.38567 14.4002 4.38567H10.8002Z" fill="currentColor"></path>'}}},"phone-pause":{name:"phone-pause",keywords:[],heights:{16:{width:16,path:'<path d="M2.83027 2.53648L5.03858 2.02777C5.54494 1.91055 6.06068 2.17311 6.26463 2.65135L7.2844 5.03079C7.47194 5.46682 7.34535 5.98257 6.97729 6.28263L6.03958 7.04921C6.71005 8.27761 7.72277 9.29034 8.95118 9.95846L9.71776 9.02075C10.0178 8.6527 10.5336 8.52611 10.9696 8.71365L13.3514 9.73341C13.8296 9.93736 14.0898 10.4531 13.975 10.9595L13.4663 13.1678C13.3537 13.6577 12.9224 14 12.4207 14C6.67957 14.0023 1.99805 9.35364 1.99805 3.58202C1.99805 3.08035 2.34031 2.649 2.83027 2.53648ZM11.9762 12.8668C12.2097 12.8778 12.4134 12.7153 12.4659 12.4875L12.7723 11.158C12.8266 10.9223 12.7044 10.6815 12.4821 10.5862L10.9099 9.91215C10.7051 9.82435 10.4669 9.88266 10.3258 10.0551L9.65311 10.8776C9.42099 11.1614 9.02386 11.2533 8.69877 11.0838C6.91828 10.1553 5.84501 9.08485 4.91602 7.30135C4.74676 6.97639 4.83877 6.57957 5.12239 6.3476L5.94525 5.67457C6.11773 5.5335 6.17604 5.29532 6.08824 5.09052L5.41421 3.51831C5.31889 3.29599 5.0781 3.17378 4.84239 3.22809L3.51286 3.53446C3.28508 3.58694 3.12263 3.79073 3.13359 4.02422C3.35811 8.80684 7.19355 12.6423 11.9762 12.8668Z" fill="currentColor"></path><path d="M10.9521 2.00001C11.2833 2.00013 11.5515 2.2685 11.5518 2.59962V6.20021C11.5516 6.53142 11.2834 6.79971 10.9521 6.79982C10.6208 6.79982 10.3517 6.53149 10.3516 6.20021V2.59962C10.3518 2.26843 10.6209 2.00001 10.9521 2.00001Z" fill="currentColor"></path><path d="M13.4023 2.00001C13.7334 2.00023 14.0017 2.26856 14.002 2.59962V6.20021C14.0018 6.53136 13.7335 6.79961 13.4023 6.79982C13.071 6.79982 12.8019 6.53149 12.8018 6.20021V2.59962C12.802 2.26843 13.0711 2.00001 13.4023 2.00001Z" fill="currentColor"></path>'}}},"phone-plus":{name:"phone-plus",keywords:[],heights:{16:{width:16,path:'<path d="M2.83027 2.53648L5.03858 2.02777C5.54494 1.91055 6.06068 2.17311 6.26463 2.65135L7.2844 5.03079C7.47194 5.46682 7.34535 5.98257 6.97729 6.28263L6.03958 7.04921C6.71005 8.27761 7.72277 9.29034 8.95118 9.95846L9.71776 9.02075C10.0178 8.6527 10.5336 8.52611 10.9696 8.71365L13.3514 9.73341C13.8296 9.93736 14.0898 10.4531 13.975 10.9595L13.4663 13.1678C13.3537 13.6577 12.9224 14 12.4207 14C6.67957 14.0023 1.99805 9.35364 1.99805 3.58202C1.99805 3.08035 2.34031 2.649 2.83027 2.53648ZM11.9762 12.8668C12.2097 12.8778 12.4134 12.7153 12.4659 12.4875L12.7723 11.158C12.8266 10.9223 12.7044 10.6815 12.4821 10.5862L10.9099 9.91215C10.7051 9.82435 10.4669 9.88266 10.3258 10.0551L9.65311 10.8776C9.42099 11.1614 9.02386 11.2533 8.69877 11.0838C6.91828 10.1553 5.84501 9.08485 4.91602 7.30135C4.74676 6.97639 4.83877 6.57957 5.12239 6.3476L5.94525 5.67457C6.11773 5.5335 6.17604 5.29532 6.08824 5.09052L5.41421 3.51831C5.31889 3.29599 5.0781 3.17378 4.84239 3.22809L3.51286 3.53446C3.28508 3.58694 3.12263 3.79073 3.13359 4.02422C3.35811 8.80684 7.19355 12.6423 11.9762 12.8668Z" fill="currentColor"></path><path d="M12.5 2.39427C12.8483 2.39427 13.1306 2.67661 13.1306 3.0249V4.26365H14.3695C14.7178 4.26365 15.0001 4.54599 15.0001 4.89428C15.0001 5.24257 14.7178 5.52491 14.3695 5.52491H13.1306V6.76364C13.1306 7.11193 12.8483 7.39427 12.5 7.39427C12.1517 7.39427 11.8694 7.11193 11.8694 6.76364V5.52491H10.6308C10.2825 5.52491 10.0001 5.24257 10.0001 4.89428C10.0001 4.54599 10.2825 4.26365 10.6308 4.26365H11.8694V3.0249C11.8694 2.67661 12.1517 2.39427 12.5 2.39427Z" fill="currentColor"></path>'}}},"phone-slash":{name:"phone-slash",keywords:[],heights:{16:{width:16,path:'<path d="M9.71777 9.02121C10.0178 8.65316 10.5337 8.52605 10.9697 8.71359L13.3516 9.73312C13.8298 9.93708 14.0895 10.4533 13.9746 10.9597L13.4658 13.1677C13.3533 13.6576 12.9225 13.9996 12.4209 13.9997C9.77269 14.0008 7.3516 13.0105 5.50977 11.3786L6.30664 10.5818C7.83718 11.9192 9.80878 12.7651 11.9766 12.8669C12.2097 12.8777 12.4132 12.7154 12.4658 12.488L12.7725 11.1579C12.8267 10.9224 12.7044 10.6821 12.4824 10.5866L10.9102 9.91183C10.7054 9.82404 10.4672 9.88293 10.3262 10.0554L9.65332 10.8777C9.42127 11.1614 9.02425 11.253 8.69922 11.0837C8.02542 10.7323 7.45291 10.3602 6.95117 9.93722L7.75 9.13839C8.12068 9.4499 8.52261 9.72562 8.95117 9.95871L9.71777 9.02121Z" fill="currentColor"></path><path d="M5.03906 2.02804C5.54523 1.91107 6.06069 2.17312 6.26465 2.65109L7.28418 5.03097C7.47168 5.46699 7.34557 5.98288 6.97754 6.28293L6.04004 7.04953C6.12781 7.15639 6.18455 7.22843 6.40121 7.51468C6.40121 7.51468 6.63702 7.82258 6.25007 8.16786C5.86313 8.51315 5.60141 8.31448 5.60141 8.31448C5.27374 7.8857 5.20047 7.84757 4.91602 7.30148C4.74677 6.97655 4.83852 6.57937 5.12207 6.34738L5.94531 5.67453C6.11775 5.53345 6.17568 5.29532 6.08789 5.09054L5.41406 3.51828C5.31877 3.29611 5.07835 3.17412 4.84277 3.22824L3.5127 3.53488C3.28508 3.58746 3.12287 3.79076 3.13379 4.02414C3.22927 6.05804 3.71931 7.49369 4.91602 8.98011C4.91602 8.98011 5.11968 9.28998 4.72677 9.62953C4.33385 9.96907 4.11523 9.78089 4.11523 9.78089C2.63135 7.98257 1.99805 6.10215 1.99805 3.58175C1.99817 3.08029 2.34035 2.64943 2.83008 2.53683L5.03906 2.02804Z" fill="currentColor"></path><path d="M2.293 12.9822C2.05955 13.215 2.05955 13.5924 2.293 13.8252C2.52645 14.0579 2.90494 14.0579 3.13839 13.8252L13.8265 3.01785C14.0599 2.78508 14.0599 2.40768 13.8265 2.17491C13.593 1.94214 13.2146 1.94214 12.9811 2.17491L2.293 12.9822Z" fill="currentColor"></path>'}}},"phone-x":{name:"phone-x",keywords:[],heights:{16:{width:16,path:'<path d="M2.83027 2.53648L5.03858 2.02777C5.54494 1.91055 6.06068 2.17311 6.26463 2.65135L7.2844 5.03079C7.47194 5.46682 7.34535 5.98257 6.97729 6.28263L6.03958 7.04921C6.71005 8.27761 7.72277 9.29034 8.95118 9.95846L9.71776 9.02075C10.0178 8.6527 10.5336 8.52611 10.9696 8.71365L13.3514 9.73341C13.8296 9.93736 14.0898 10.4531 13.975 10.9595L13.4663 13.1678C13.3537 13.6577 12.9224 14 12.4207 14C6.67957 14.0023 1.99805 9.35364 1.99805 3.58202C1.99805 3.08035 2.34031 2.649 2.83027 2.53648ZM11.9762 12.8668C12.2097 12.8778 12.4134 12.7153 12.4659 12.4875L12.7723 11.158C12.8266 10.9223 12.7044 10.6815 12.4821 10.5862L10.9099 9.91215C10.7051 9.82435 10.4669 9.88266 10.3258 10.0551L9.65311 10.8776C9.42099 11.1614 9.02386 11.2533 8.69877 11.0838C6.91828 10.1553 5.84501 9.08485 4.91602 7.30135C4.74676 6.97639 4.83877 6.57957 5.12239 6.3476L5.94525 5.67457C6.11773 5.5335 6.17604 5.29532 6.08824 5.09052L5.41421 3.51831C5.31889 3.29599 5.0781 3.17378 4.84239 3.22809L3.51286 3.53446C3.28508 3.58694 3.12263 3.79073 3.13359 4.02422C3.35811 8.80684 7.19355 12.6423 11.9762 12.8668Z" fill="currentColor"></path><path d="M11.7819 2.77037C11.6026 2.59109 11.3119 2.59109 11.1326 2.77037C10.9533 2.94966 10.9533 3.24034 11.1326 3.41963L12.3383 4.6253L11.1326 5.83098C10.9533 6.01026 10.9533 6.30094 11.1326 6.48023C11.3119 6.65952 11.6026 6.65952 11.7819 6.48023L12.9876 5.27456L14.1932 6.48023C14.3725 6.65952 14.6632 6.65952 14.8425 6.48023C15.0218 6.30095 15.0218 6.01027 14.8425 5.83098L13.6368 4.6253L14.8425 3.41963C15.0218 3.24034 15.0218 2.94966 14.8425 2.77038C14.6632 2.59109 14.3725 2.59109 14.1932 2.77038L12.9876 3.97605L11.7819 2.77037Z" fill="currentColor"></path>'}}},"pie-chart":{name:"pie-chart",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.168a.545.545 0 00-.545.545v5.455c0 .3.244.545.545.545h5.454A.545.545 0 0014 8.168a6 6 0 00-6-6zm.545 5.454V3.29a4.91 4.91 0 014.334 4.333H8.545z" fill="currentColor"></path><path d="M6.036 3.666a.545.545 0 10-.436-1 6 6 0 107.926 7.836.545.545 0 10-1.005-.425 4.908 4.908 0 11-6.485-6.411z" fill="currentColor"></path>'}}},pin:{name:"pin",keywords:["save","star","bookmark"],heights:{16:{width:16,path:'<path d="M8.89147 5.21676C8.89147 5.078 8.91211 4.93962 8.95201 4.80661L9.00377 4.66501C9.02372 4.61891 9.04593 4.57377 9.07116 4.53025L9.79088 3.29002H6.20885L6.92857 4.53025L6.99596 4.66501C7.01591 4.71112 7.03325 4.7584 7.04771 4.80661L7.07408 4.90719C7.0966 5.00861 7.10826 5.11267 7.10826 5.21676V6.75581C7.10826 6.95192 7.06765 7.14553 6.9901 7.32416L6.90025 7.49799C6.87976 7.53164 6.85731 7.56403 6.83385 7.59564L6.75865 7.68744L5.92467 8.61907H10.0751L9.24108 7.68744C9.21466 7.65795 9.18945 7.6274 9.16588 7.59564L9.09948 7.49799C8.96344 7.27451 8.89147 7.0174 8.89147 6.75581V5.21676ZM10.1815 6.75581C10.1815 6.78077 10.1881 6.80576 10.201 6.82709L11.663 8.45794C12.026 9.05434 11.6459 9.80762 10.9833 9.89933L10.8475 9.90909H5.1522L5.01646 9.89933C4.39782 9.81379 4.02568 9.15194 4.27427 8.57903L4.33677 8.45794L5.79771 6.82709C5.80423 6.81638 5.80999 6.80488 5.81334 6.79291L5.81822 6.75581V5.21676C5.81822 5.20349 5.81617 5.18943 5.81236 5.17672L4.68248 3.2285C4.51035 2.65425 4.90259 2.07652 5.47935 2.00684L5.59654 2H10.4032L10.5204 2.00684C11.0971 2.07658 11.4893 2.6543 11.3173 3.2285L10.1874 5.17672C10.1836 5.18943 10.1815 5.20349 10.1815 5.21676V6.75581Z" fill="currentColor"></path><path d="M8.52054 9.8454V13.0455C8.52054 13.2714 8.22588 14 7.99994 14C7.77401 14 7.47581 13.2714 7.47581 13.0455V9.8454H8.52054Z" fill="currentColor"></path>'}}},"pin-circle":{name:"pin-circle",keywords:[],heights:{16:{width:16,path:'<path d="M12.71 8C12.71 5.39874 10.6013 3.29004 8 3.29004C5.39874 3.29004 3.29004 5.39874 3.29004 8C3.29004 10.6013 5.39874 12.71 8 12.71V14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14V12.71C10.6013 12.71 12.71 10.6013 12.71 8Z" fill="currentColor"></path><path fill-rule="evenodd" d="M6.04903 5.40045C5.94099 5.0403 6.21067 4.67784 6.58667 4.67784H9.41311C9.78911 4.67784 10.0588 5.0403 9.95075 5.40045L9.28628 6.54619C9.28404 6.55367 9.2829 6.56143 9.2829 6.56923V7.47465C9.2829 7.48936 9.28694 7.50378 9.29459 7.51635L10.1539 8.47556C10.3816 8.84962 10.1123 9.32873 9.67441 9.32873H8.30603V11.173C8.30603 11.3059 8.13275 11.7344 7.99989 11.7344C7.86703 11.7344 7.69168 11.3059 7.69168 11.173V9.32873H6.32538C5.88747 9.32873 5.61821 8.84962 5.8459 8.47556L6.7052 7.51635C6.71284 7.50379 6.71689 7.48936 6.71689 7.47465V6.56923C6.71689 6.56143 6.71575 6.55367 6.71351 6.54619L6.04903 5.40045Z" fill="currentColor"></path>'}}},"pin-circle-filled":{name:"pin-circle-filled",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2ZM6.58691 4.67773C6.21095 4.67773 5.94088 5.04029 6.04883 5.40039L6.71387 6.5459C6.71611 6.55337 6.7168 6.56153 6.7168 6.56934V7.47461C6.7168 7.48932 6.71273 7.50404 6.70508 7.5166L5.8457 8.47559C5.61815 8.84958 5.88743 9.32897 6.3252 9.3291H7.69141V11.1729C7.69141 11.3057 7.86714 11.7344 8 11.7344C8.13285 11.7341 8.30566 11.3057 8.30566 11.1729V9.3291H9.6748C10.1124 9.32881 10.3817 8.8495 10.1543 8.47559L9.29492 7.5166C9.28727 7.50404 9.2832 7.48932 9.2832 7.47461V6.56934C9.2832 6.56153 9.28389 6.55337 9.28613 6.5459L9.95117 5.40039C10.0591 5.0403 9.78903 4.67773 9.41309 4.67773H6.58691Z" fill="currentColor"></path>'}}},"pin-filled":{name:"pin-filled",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M4.68239 3.22883C4.49866 2.61638 4.95727 2 5.59668 2H10.4032C11.0426 2 11.5012 2.61638 11.3175 3.22883L10.1875 5.17724C10.1837 5.18995 10.1818 5.20315 10.1818 5.21642V6.75614C10.1818 6.78115 10.1886 6.80568 10.2016 6.82704L11.6629 8.45823C12.0501 9.09434 11.5922 9.90909 10.8475 9.90909H8.52054V13.0455C8.52054 13.2714 8.22587 14 7.99994 14C7.774 14 7.47581 13.2714 7.47581 13.0455V9.90909H5.15233C4.40765 9.90909 3.94976 9.09434 4.33696 8.45823L5.79824 6.82704C5.81124 6.80568 5.81812 6.78115 5.81812 6.75614V5.21642C5.81812 5.20315 5.81618 5.18995 5.81237 5.17724L4.68239 3.22883Z" fill="currentColor"></path>'}}},play:{name:"play",keywords:["play","start","begin","action"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 8.166a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0zm4.875-6a6 6 0 100 12 6 6 0 000-12zm-1.216 3.92a.188.188 0 00-.284.162v3.837c0 .146.159.236.284.161l3.198-1.919a.188.188 0 000-.321l-3.198-1.92z" fill="currentColor"></path>'}}},plus:{name:"plus",keywords:["add","new","more"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.2a.783.783 0 01.783.783v4.435h4.434a.782.782 0 010 1.565H8.783v4.435a.782.782 0 11-1.566 0V8.983H2.783a.783.783 0 010-1.565h4.434V2.983A.783.783 0 018 2.2z" fill="currentColor"></path>'}}},"plus-circle":{name:"plus-circle",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.125 8.2a4.875 4.875 0 119.75 0 4.875 4.875 0 01-9.75 0zM8 2.2a6 6 0 100 12 6 6 0 000-12zm.563 3.563a.563.563 0 00-1.126 0v1.875H5.563a.563.563 0 000 1.125h1.875v1.875a.562.562 0 101.125 0V8.763h1.876a.563.563 0 000-1.125H8.562V5.763z" fill="currentColor"></path>'}}},printer:{name:"printer",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M4.182 2.712c0-.301.244-.546.545-.546h6.546c.301 0 .545.245.545.546v3.273h.546A1.636 1.636 0 0114 7.62v2.727a1.636 1.636 0 01-1.636 1.637h-.546v1.636a.545.545 0 01-.545.545H4.727a.545.545 0 01-.545-.545v-1.636h-.546A1.636 1.636 0 012 10.348V7.621a1.636 1.636 0 011.636-1.636h.546V2.712zm0 8.182V9.257c0-.3.244-.545.545-.545h6.546c.301 0 .545.244.545.545v1.637h.546a.545.545 0 00.545-.546V7.621a.545.545 0 00-.545-.546H3.636a.545.545 0 00-.545.546v2.727a.545.545 0 00.545.546h.546zm6.545.537V9.803H5.273v3.272h5.454v-1.644zm0-8.174v2.728H5.273V3.257h5.454z" fill="currentColor"></path>'}}},question:{name:"question",keywords:["help","explain"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 3.291a4.875 4.875 0 100 9.75 4.875 4.875 0 000-9.75zM2 8.166a6 6 0 1112 0 6 6 0 01-12 0zm6.75 2.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM7.19 6.73a.755.755 0 01.255-.299c.108-.072.278-.14.555-.14.21 0 .415.065.553.17a.46.46 0 01.197.393c0 .132-.03.198-.058.239a.717.717 0 01-.207.184 4.88 4.88 0 01-.194.12l-.005.003c-.07.042-.153.092-.235.146a1.812 1.812 0 00-.519.496.562.562 0 10.936.624.716.716 0 01.207-.184 4.88 4.88 0 01.194-.12l.005-.003c.07-.042.153-.092.235-.146.167-.112.366-.266.52-.496.16-.24.246-.527.246-.863 0-.57-.27-1.011-.647-1.294A2.07 2.07 0 008 5.166c-.473 0-.866.12-1.18.33a1.878 1.878 0 00-.636.731.563.563 0 101.007.503z" fill="currentColor"></path>'}}},"refresh-cw":{name:"refresh-cw",keywords:[],heights:{17:{width:16,path:'<path d="M2.262 9.55a.597.597 0 00-.362.55v3a.6.6 0 101.2 0v-1.613l1.302 1.224a5.1 5.1 0 008.409-1.91.6.6 0 10-1.132-.401 3.9 3.9 0 01-6.435 1.456l-.013-.013L4.015 10.7H5.5a.6.6 0 100-1.2h-3a.598.598 0 00-.238.05zm11.476-1.399a.597.597 0 00.362-.55v-3a.6.6 0 10-1.2 0v1.612l-1.302-1.224A5.1 5.1 0 003.189 6.9a.6.6 0 001.132.4 3.9 3.9 0 016.435-1.456l.013.013L11.985 7H10.5a.6.6 0 100 1.2h3a.598.598 0 00.238-.049z" fill="currentColor"></path>'}}},repeat:{name:"repeat",keywords:["rerun","duplicate","replica"],heights:{16:{width:16,path:'<path d="M10.3011 2.1466C10.2829 2.12836 10.2628 2.11313 10.2415 2.10092C10.1505 2.03731 10.0399 2 9.92056 2C9.61045 2 9.35905 2.25196 9.35905 2.56277C9.35905 2.6878 9.39974 2.80331 9.46856 2.89673C9.47975 2.91407 9.49302 2.93046 9.50838 2.94551L9.51514 2.95214C9.52354 2.96092 9.53222 2.96943 9.54116 2.97765L10.818 4.2294H5.5698C3.60141 4.2294 2 5.8344 2 7.80721C2 8.43999 2.16485 9.03483 2.45367 9.55105C2.59858 9.81005 2.74296 9.96291 3.00303 9.96291C3.31919 9.96291 3.57548 9.70604 3.57548 9.38916C3.57548 9.26771 3.53783 9.15506 3.47358 9.06232L3.47268 9.06081C3.25347 8.69392 3.1273 8.26508 3.1273 7.80721C3.1273 6.45739 4.223 5.35924 5.5698 5.35924H10.818L9.50838 6.64311C9.49035 6.66079 9.47519 6.68029 9.46291 6.70104C9.39751 6.79305 9.35905 6.90562 9.35905 7.02719C9.35905 7.338 9.61045 7.58996 9.92056 7.58996C10.0451 7.58996 10.1602 7.54931 10.2533 7.48054C10.2703 7.46969 10.2863 7.45685 10.3011 7.44202L12.7436 4.99404C12.8537 4.88372 12.8537 4.70488 12.7436 4.59458L10.3011 2.1466Z" fill="currentColor"></path><path d="M10.4302 11.7684C12.3986 11.7684 14 10.1634 14 8.19058C14 7.55781 13.8352 6.96296 13.5463 6.44674C13.4014 6.18775 13.257 6.03489 12.997 6.03489C12.6808 6.03489 12.4245 6.29176 12.4245 6.60863C12.4245 6.73009 12.4622 6.84274 12.5264 6.93548L12.5273 6.93699C12.7465 7.30387 12.8727 7.73272 12.8727 8.19058C12.8727 9.54041 11.777 10.6385 10.4302 10.6385H5.18202L6.49162 9.35468L6.49671 9.34956C6.61971 9.24633 6.69794 9.09127 6.69794 8.91789C6.69794 8.60708 6.44654 8.35512 6.13643 8.35512C5.97785 8.35512 5.83463 8.421 5.73252 8.52694C5.72076 8.53553 5.70951 8.54514 5.69889 8.55578L3.2564 11.0037C3.14635 11.1141 3.14635 11.2929 3.2564 11.4032L5.65183 13.804C5.75481 13.924 5.90741 14 6.07771 14C6.38783 14 6.63923 13.748 6.63923 13.4372C6.63923 13.3226 6.60502 13.2159 6.54628 13.127C6.53267 13.1 6.51445 13.0746 6.49162 13.0523L5.18202 11.7684H10.4302Z" fill="currentColor"></path>'}}},"right-align":{name:"right-align",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M10.694 9.072a.667.667 0 000-.943L7.36 4.795a.667.667 0 00-.943.943l2.196 2.195H2.667a.667.667 0 000 1.334h5.946l-2.196 2.195a.667.667 0 00.943.943l3.333-3.333zm1.973 3.306a.667.667 0 101.333 0V4.822a.667.667 0 00-1.333 0v7.556z" fill="currentColor"></path>'}}},rocket:{name:"rocket",keywords:["staff","stafftools","blast","off","space","launch","ship"],heights:{17:{width:16,path:'<path d="M13 3.166a8.94 8.94 0 00-7.01 3.951A3.816 3.816 0 003 7.849v.635a4.682 4.682 0 014.683 4.665v.009h.634a3.782 3.782 0 00.732-2.99A8.911 8.911 0 0013 3.166zM8.538 6.51c0-.618.503-1.12 1.12-1.12.617 0 1.12.502 1.12 1.12 0 .617-.503 1.12-1.12 1.12-.617 0-1.12-.503-1.12-1.12zm-3.959 4.24a1.23 1.23 0 00-1.526.847c-.035.106-.044.22-.044.335v1.234h1.235c.105 0 .202-.008.3-.035a1.231 1.231 0 00.89-1.499 1.25 1.25 0 00-.855-.882z" fill="currentColor"></path>'}}},"rotate-ccw":{name:"rotate-ccw",keywords:[],heights:{17:{width:16,path:'<path d="M11.232 3.773a5.555 5.555 0 00-6.604.923L3.19 6.046v-1.78a.645.645 0 10-1.291 0V7.54a.663.663 0 00.047.241.642.642 0 00.598.403h3.273a.645.645 0 000-1.291H4.175L5.518 5.63l.015-.013a4.264 4.264 0 11-1.01 4.434.645.645 0 00-1.217.43 5.555 5.555 0 107.927-6.708z" fill="currentColor"></path>'}}},"rotate-cw":{name:"rotate-cw",keywords:[],heights:{17:{width:16,path:'<path d="M8.236 3.1a5.556 5.556 0 104.458 7.35.646.646 0 10-1.218-.43 4.264 4.264 0 11-1.004-4.434l.014.013 1.341 1.264h-1.646a.646.646 0 100 1.29h3.273A.643.643 0 0014.1 7.5V4.235a.646.646 0 10-1.291 0v1.778l-1.431-1.347A5.555 5.555 0 008.236 3.1z" fill="currentColor"></path>'}}},save:{name:"save",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.8 2.166a1.8 1.8 0 00-1.8 1.8v8.4a1.8 1.8 0 001.8 1.8h8.4a1.8 1.8 0 001.8-1.8v-6.6a.6.6 0 00-.176-.424l-3-3a.6.6 0 00-.424-.176H3.8zm0 1.2a.6.6 0 00-.6.6v8.4a.6.6 0 00.6.6h.6v-4.2a.6.6 0 01.6-.6h6a.6.6 0 01.6.6v4.2h.6a.6.6 0 00.6-.6V6.015l-2.649-2.649H5.6v1.8h4.2a.6.6 0 110 1.2H5a.6.6 0 01-.6-.6v-2.4h-.6zm1.8 6v3.6h4.8v-3.6H5.6z" fill="currentColor"></path>'}}},search:{name:"search",keywords:["magnifying","glass"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.4 2.05a5.55 5.55 0 103.358 9.97l2.112 2.11a.75.75 0 001.06-1.06l-2.11-2.111A5.55 5.55 0 007.4 2.05zm2.925 8.352a4.05 4.05 0 10-.123.123.764.764 0 01.123-.123z" fill="currentColor"></path>'}}},share:{name:"share",keywords:[],heights:{16:{width:16,path:'<path d="M3.75 6.49999C3.6837 6.49999 3.62011 6.52633 3.57322 6.57322C3.52634 6.6201 3.5 6.68369 3.5 6.74999V13.25C3.5 13.388 3.612 13.5 3.75 13.5H12.25C12.3163 13.5 12.3799 13.4737 12.4268 13.4268C12.4737 13.3799 12.5 13.3163 12.5 13.25V6.74999C12.5 6.68369 12.4737 6.6201 12.4268 6.57322C12.3799 6.52633 12.3163 6.49999 12.25 6.49999H11.25C11.0511 6.49999 10.8603 6.42098 10.7197 6.28032C10.579 6.13967 10.5 5.9489 10.5 5.74999C10.5 5.55108 10.579 5.36031 10.7197 5.21966C10.8603 5.07901 11.0511 4.99999 11.25 4.99999H12.25C13.216 4.99999 14 5.78399 14 6.74999V13.25C14 13.7141 13.8156 14.1592 13.4874 14.4874C13.1592 14.8156 12.7141 15 12.25 15H3.75C3.28587 15 2.84075 14.8156 2.51256 14.4874C2.18437 14.1592 2 13.7141 2 13.25V6.74999C2 5.78399 2.784 4.99999 3.75 4.99999H4.75C4.94891 4.99999 5.13968 5.07901 5.28033 5.21966C5.42098 5.36031 5.5 5.55108 5.5 5.74999C5.5 5.9489 5.42098 6.13967 5.28033 6.28032C5.13968 6.42098 4.94891 6.49999 4.75 6.49999H3.75ZM7.823 0.176993C7.84622 0.153711 7.87381 0.13524 7.90418 0.122637C7.93456 0.110034 7.96712 0.103546 8 0.103546C8.03288 0.103546 8.06544 0.110034 8.09582 0.122637C8.12619 0.13524 8.15378 0.153711 8.177 0.176993L11.073 3.07299C11.1081 3.10796 11.1319 3.15254 11.1416 3.2011C11.1513 3.24965 11.1464 3.29999 11.1274 3.34572C11.1084 3.39146 11.0763 3.43054 11.0351 3.458C10.9939 3.48547 10.9455 3.50008 10.896 3.49999H8.75V9.24999C8.75 9.44891 8.67098 9.63967 8.53033 9.78032C8.38968 9.92098 8.19891 9.99999 8 9.99999C7.80109 9.99999 7.61032 9.92098 7.46967 9.78032C7.32902 9.63967 7.25 9.44891 7.25 9.24999V3.49999H5.104C5.05449 3.50008 5.00607 3.48547 4.96487 3.458C4.92368 3.43054 4.89157 3.39146 4.87261 3.34572C4.85365 3.29999 4.8487 3.24965 4.85838 3.2011C4.86806 3.15254 4.89195 3.10796 4.927 3.07299L7.823 0.176993Z" fill="currentColor"></path>'}}},"shopping-bag":{name:"shopping-bag",keywords:[],heights:{17:{width:16,path:'<path d="M6.364 7.075a.545.545 0 10-1.091 0 2.727 2.727 0 105.454 0 .546.546 0 00-1.09 0 1.636 1.636 0 11-3.273 0z" fill="currentColor"></path><path fill-rule="evenodd" d="M4.29 2.385a.545.545 0 01.437-.219h6.546c.171 0 .333.081.436.219l1.633 2.177c.07.092.112.207.112.332v7.636a1.636 1.636 0 01-1.636 1.636H4.182a1.636 1.636 0 01-1.637-1.636V4.894c0-.125.042-.24.113-.332L4.29 2.385zm6.71.872l.818 1.091H4.182L5 3.258h6zM3.636 12.53V5.44h8.728v7.09a.545.545 0 01-.546.546H4.182a.545.545 0 01-.546-.546z" fill="currentColor"></path>'}}},"shopping-cart":{name:"shopping-cart",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.5 2.416a.5.5 0 000 1h1.59l.416 2.078a.498.498 0 00.008.042l.836 4.173a1.5 1.5 0 001.494 1.207h4.852A1.5 1.5 0 0013.19 9.71l.801-4.199a.5.5 0 00-.491-.594H5.41l-.42-2.098a.5.5 0 00-.49-.402h-2zm3.83 7.098l-.72-3.598h7.286l-.687 3.6a.5.5 0 01-.5.4H6.83a.5.5 0 01-.5-.402z" fill="currentColor"></path><path d="M5.5 12.916a1 1 0 112 0 1 1 0 01-2 0zm5.5 0a1 1 0 112 0 1 1 0 01-2 0z" fill="currentColor"></path>'}}},"sign-in":{name:"sign-in",keywords:["door","arrow","direction","enter","log in"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.428 3.666a1.5 1.5 0 011.5-1.5h2.143a.643.643 0 010 1.286H3.928a.214.214 0 00-.214.214v9c0 .119.096.215.214.215h2.143a.643.643 0 110 1.285H3.928a1.5 1.5 0 01-1.5-1.5v-9zm5.624 3.858L9.74 5.835a.643.643 0 10-.909-.909L6.045 7.712a.643.643 0 000 .909l2.786 2.786a.643.643 0 10.91-.91L8.05 8.81h4.877a.643.643 0 000-1.285H8.052z" fill="currentColor"></path>'}}},"sign-out":{name:"sign-out",keywords:["door","arrow","direction","leave","log out"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2.428 3.666a1.5 1.5 0 011.5-1.5h2.143a.643.643 0 010 1.286H3.928a.214.214 0 00-.214.214v9c0 .119.096.215.214.215h2.143a.643.643 0 110 1.285H3.928a1.5 1.5 0 01-1.5-1.5v-9zm8.948 3.858H6.5a.643.643 0 000 1.285h4.876l-1.688 1.689a.643.643 0 10.91.909l2.785-2.786a.643.643 0 000-.91l-2.786-2.785a.643.643 0 10-.909.91l1.688 1.688z" fill="currentColor"></path>'}}},signature:{name:"signature",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M7.848 6.372a2.892 2.892 0 00-.209.31c-.283.513-.524.925-.748 1.307-.412.703-.764 1.305-1.208 2.25-.217.46-.504 1.324-.634 1.966l-.001.008a1.45 1.45 0 01-.03.126v.001a.635.635 0 01-.053.122v.002c-.013.022-.072.123-.195.197a.556.556 0 01-.64-.047.554.554 0 01-.167-.23v-.001a.578.578 0 01-.037-.16 4.26 4.26 0 01-.008-.199l-.005-.148a74.324 74.324 0 01-.029-3.04l.002-.339c0-.245-.014-1.086-.134-1.821-.062-.374-.142-.665-.23-.834a1.117 1.117 0 00-.263.235c-.115.134-.214.28-.33.45-.04.058-.08.119-.125.183-.4.577-.7 1.21-1.003 1.926a.555.555 0 01-1.023-.432c.31-.736.646-1.454 1.114-2.128l.093-.136c.122-.18.271-.4.433-.588.213-.247.502-.507.901-.626a.902.902 0 01.762.107c.2.13.332.319.42.486.177.334.28.774.347 1.177.135.825.15 1.74.148 2.005l-.001.339-.001.278c.333-.656.64-1.18.968-1.74.22-.377.45-.77.705-1.233l.455.252-.455-.252c.119-.215.328-.5.544-.752.207-.24.482-.523.745-.67a.6.6 0 01.675.058.692.692 0 01.205.298c.046.125.064.268.074.361a4.552 4.552 0 01.023.392v.007l.001.033v-.003c.027.36.036.847.045 1.345l.01.48c.011.535.03 1.038.074 1.428l.068-.081c.227-.28.471-.653.73-1.06.045-.071.09-.144.137-.216.209-.332.425-.674.63-.964.127-.178.258-.349.39-.494.129-.14.284-.285.464-.382a.867.867 0 01.722-.069c.24.09.386.27.47.406.153.243.25.58.32.822l.011.043c.069.237.122.41.174.527.348-.179.666-.536.954-1.275a.555.555 0 011.035.404c-.391 1.002-.931 1.668-1.736 1.972a.897.897 0 01-.72-.021 1.067 1.067 0 01-.437-.417c-.157-.256-.256-.6-.327-.85l-.01-.032a8.78 8.78 0 00-.111-.365 4.243 4.243 0 00-.293.374 21.23 21.23 0 00-.59.903l-.146.23c-.256.403-.531.826-.805 1.164-.137.169-.286.33-.443.462a1.396 1.396 0 01-.58.307.724.724 0 01-.853-.46 1.966 1.966 0 01-.103-.418L8.01 9.6c-.09-.506-.116-1.22-.131-1.882l-.01-.515c-.006-.3-.01-.583-.02-.831zm3.875.465l.003.003a.036.036 0 01-.003-.003z" fill="currentColor"></path>'}}},"sliders-h":{name:"sliders-h",keywords:[],heights:{17:{width:16,path:'<path d="M13 4.166a.5.5 0 01-.5.5H9a.5.5 0 010-1h3.5a.5.5 0 01.5.5zm-6.5.5v1a.5.5 0 001 0v-3a.5.5 0 00-1 0v1h-3a.5.5 0 000 1h3zm1.5 4a.5.5 0 000-1H3.5a.5.5 0 000 1H8zm5-.5a.5.5 0 01-.5.5h-2v1a.5.5 0 01-1 0v-3a.5.5 0 011 0v1h2a.5.5 0 01.5.5zm-6.5 5.5a.5.5 0 01-1 0v-1h-2a.5.5 0 010-1h2v-1a.5.5 0 111 0v3zm6.5-1.5a.5.5 0 01-.5.5H8a.5.5 0 010-1h4.5a.5.5 0 01.5.5z" fill="currentColor"></path>'}}},"sliders-v":{name:"sliders-v",keywords:[],heights:{17:{width:16,path:'<path d="M4 3.166a.5.5 0 01.5.5v3.5a.5.5 0 01-1 0v-3.5a.5.5 0 01.5-.5zm.5 6.5h1a.5.5 0 000-1h-3a.5.5 0 000 1h1v3a.5.5 0 001 0v-3zm4-1.5a.5.5 0 00-1 0v4.5a.5.5 0 001 0v-4.5zm-.5-5a.5.5 0 01.5.5v2h1a.5.5 0 010 1h-3a.5.5 0 010-1h1v-2a.5.5 0 01.5-.5zm5.5 6.5a.5.5 0 010 1h-1v2a.5.5 0 01-1 0v-2h-1a.5.5 0 010-1h3zm-1.5-6.5a.5.5 0 01.5.5v4.5a.5.5 0 01-1 0v-4.5a.5.5 0 01.5-.5z" fill="currentColor"></path>'}}},sort:{name:"sort",keywords:[],heights:{17:{width:16,path:'<path d="M4.524 6.542l3.304-3.304a.243.243 0 01.344 0l3.304 3.304a.243.243 0 01-.172.415H4.696a.243.243 0 01-.172-.415zm6.952 3.248l-3.304 3.305a.243.243 0 01-.344 0L4.524 9.791a.243.243 0 01.172-.415h6.608c.217 0 .326.262.172.415z" fill="currentColor"></path>'}}},star:{name:"star",keywords:["save","remember","like"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.43a.607.607 0 01.546.34l1.524 3.09 3.41.495a.607.607 0 01.337 1.036L11.35 9.796l.582 3.396a.607.607 0 01-.881.64L8 12.228l-3.05 1.604a.607.607 0 01-.882-.64l.584-3.396-2.47-2.405a.608.608 0 01.338-1.037l3.41-.495 1.525-3.09A.607.607 0 018 2.431zm0 1.981L6.88 6.683a.607.607 0 01-.457.332l-2.508.365 1.814 1.768a.608.608 0 01.175.538l-.428 2.498 2.243-1.18a.608.608 0 01.565 0l2.244 1.18-.43-2.498a.609.609 0 01.176-.538l1.814-1.768-2.508-.364a.607.607 0 01-.456-.332L8 4.41v.001z" fill="currentColor"></path>'}}},"star-fill":{name:"star-fill",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.43a.607.607 0 01.546.34l1.524 3.09 3.41.495a.607.607 0 01.337 1.036L11.35 9.796l.582 3.396a.607.607 0 01-.881.64L8 12.228l-3.05 1.604a.607.607 0 01-.882-.64l.584-3.396-2.47-2.405a.608.608 0 01.338-1.037l3.41-.495 1.525-3.09A.607.607 0 018 2.431z" fill="currentColor"></path>'}}},"star-half-fill":{name:"star-half-fill",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8 2.43a.607.607 0 00-.546.34L5.93 5.86l-3.41.495a.607.607 0 00-.337 1.036L4.65 9.796l-.582 3.396a.608.608 0 00.881.64L8 12.228l3.05 1.604a.607.607 0 00.882-.64l-.584-3.396 2.47-2.405a.607.607 0 00-.338-1.037l-3.41-.495-1.525-3.09A.607.607 0 008 2.431zm0 1.981l1.12 2.272a.607.607 0 00.457.332l2.508.364-1.814 1.77a.608.608 0 00-.175.537l.428 2.498a136.52 136.52 0 00-2.526-1.249V4.411z" fill="currentColor"></path>'}}},sun:{name:"sun",keywords:["star","light"],heights:{16:{width:16,path:'<path d="M8 11C7.20435 11 6.44129 10.6839 5.87868 10.1213C5.31607 9.55871 5 8.79565 5 8C5 7.20435 5.31607 6.44129 5.87868 5.87868C6.44129 5.31607 7.20435 5 8 5C8.79565 5 9.55871 5.31607 10.1213 5.87868C10.6839 6.44129 11 7.20435 11 8C11 8.79565 10.6839 9.55871 10.1213 10.1213C9.55871 10.6839 8.79565 11 8 11ZM8 9.875C8.49728 9.875 8.97419 9.67746 9.32583 9.32583C9.67746 8.97419 9.875 8.49728 9.875 8C9.875 7.50272 9.67746 7.02581 9.32583 6.67417C8.97419 6.32254 8.49728 6.125 8 6.125C7.50272 6.125 7.02581 6.32254 6.67417 6.67417C6.32254 7.02581 6.125 7.50272 6.125 8C6.125 8.49728 6.32254 8.97419 6.67417 9.32583C7.02581 9.67746 7.50272 9.875 8 9.875ZM12.2428 3.75725C12.295 3.80949 12.3365 3.87151 12.3648 3.93978C12.3931 4.00805 12.4076 4.08123 12.4076 4.15513C12.4076 4.22902 12.3931 4.3022 12.3648 4.37047C12.3365 4.43874 12.295 4.50076 12.2428 4.553L11.447 5.348C11.3782 5.42204 11.2908 5.47617 11.1939 5.50468C11.0969 5.53319 10.9941 5.53503 10.8962 5.51C10.7983 5.48497 10.709 5.434 10.6376 5.36246C10.5663 5.29092 10.5155 5.20146 10.4908 5.1035C10.4657 5.00572 10.4674 4.90299 10.4958 4.80612C10.5242 4.70924 10.5781 4.62181 10.652 4.553L11.447 3.758C11.5525 3.65266 11.6954 3.5935 11.8445 3.5935C11.9936 3.5935 12.1365 3.65266 12.242 3.758L12.2428 3.75725ZM5.348 10.652C5.45334 10.7575 5.51251 10.9004 5.51251 11.0495C5.51251 11.1986 5.45334 11.3415 5.348 11.447L4.553 12.2428C4.50114 12.2965 4.43909 12.3394 4.37047 12.3689C4.30186 12.3984 4.22806 12.414 4.15337 12.4146C4.07868 12.4153 4.00461 12.4011 3.93546 12.3729C3.86632 12.3446 3.8035 12.3029 3.75066 12.2501C3.69782 12.1973 3.65602 12.1345 3.62771 12.0654C3.59939 11.9963 3.58512 11.9222 3.58574 11.8475C3.58635 11.7729 3.60183 11.699 3.63128 11.6304C3.66073 11.5618 3.70355 11.4997 3.75725 11.4478L4.55225 10.652C4.60449 10.5997 4.66651 10.5583 4.73478 10.53C4.80305 10.5017 4.87623 10.4871 4.95012 10.4871C5.02402 10.4871 5.0972 10.5017 5.16547 10.53C5.23374 10.5583 5.29576 10.5997 5.348 10.652ZM8 2C8.14918 2 8.29226 2.05926 8.39775 2.16475C8.50324 2.27024 8.5625 2.41332 8.5625 2.5625V3.6875C8.5625 3.83668 8.50324 3.97976 8.39775 4.08525C8.29226 4.19074 8.14918 4.25 8 4.25C7.85082 4.25 7.70774 4.19074 7.60225 4.08525C7.49676 3.97976 7.4375 3.83668 7.4375 3.6875V2.5625C7.4375 2.41332 7.49676 2.27024 7.60225 2.16475C7.70774 2.05926 7.85082 2 8 2ZM4.25 8C4.25 8.14918 4.19074 8.29226 4.08525 8.39775C3.97976 8.50324 3.83668 8.5625 3.6875 8.5625H2.5625C2.41332 8.5625 2.27024 8.50324 2.16475 8.39775C2.05926 8.29226 2 8.14918 2 8C2 7.85082 2.05926 7.70774 2.16475 7.60225C2.27024 7.49676 2.41332 7.4375 2.5625 7.4375H3.6875C3.83668 7.4375 3.97976 7.49676 4.08525 7.60225C4.19074 7.70774 4.25 7.85082 4.25 8ZM14 8C14 8.14918 13.9407 8.29226 13.8352 8.39775C13.7298 8.50324 13.5867 8.5625 13.4375 8.5625H12.3125C12.1633 8.5625 12.0202 8.50324 11.9148 8.39775C11.8093 8.29226 11.75 8.14918 11.75 8C11.75 7.85082 11.8093 7.70774 11.9148 7.60225C12.0202 7.49676 12.1633 7.4375 12.3125 7.4375H13.4375C13.5867 7.4375 13.7298 7.49676 13.8352 7.60225C13.9407 7.70774 14 7.85082 14 8ZM8 11.75C8.14918 11.75 8.29226 11.8093 8.39775 11.9148C8.50324 12.0202 8.5625 12.1633 8.5625 12.3125V13.4375C8.5625 13.5867 8.50324 13.7298 8.39775 13.8352C8.29226 13.9407 8.14918 14 8 14C7.85082 14 7.70774 13.9407 7.60225 13.8352C7.49676 13.7298 7.4375 13.5867 7.4375 13.4375V12.3125C7.4375 12.1633 7.49676 12.0202 7.60225 11.9148C7.70774 11.8093 7.85082 11.75 8 11.75ZM10.652 10.652C10.7575 10.5467 10.9004 10.4875 11.0495 10.4875C11.1986 10.4875 11.3415 10.5467 11.447 10.652L12.2428 11.447C12.3453 11.553 12.402 11.6951 12.4008 11.8426C12.3996 11.9901 12.3405 12.1312 12.2363 12.2355C12.132 12.3399 11.991 12.3991 11.8435 12.4004C11.696 12.4018 11.5539 12.3452 11.4478 12.2428L10.652 11.4478C10.5997 11.3955 10.5583 11.3335 10.53 11.2652C10.5017 11.1969 10.4871 11.1238 10.4871 11.0499C10.4871 10.976 10.5017 10.9028 10.53 10.8345C10.5583 10.7663 10.5997 10.7042 10.652 10.652ZM3.75725 3.75725C3.80949 3.70498 3.87151 3.66351 3.93978 3.63522C4.00805 3.60693 4.08123 3.59237 4.15513 3.59237C4.22902 3.59237 4.3022 3.60693 4.37047 3.63522C4.43874 3.66351 4.50076 3.70498 4.553 3.75725L5.348 4.553C5.44731 4.6597 5.50138 4.80073 5.49887 4.94647C5.49635 5.09221 5.43743 5.2313 5.3345 5.3345C5.2313 5.43743 5.09221 5.49635 4.94647 5.49887C4.80073 5.50138 4.6597 5.44731 4.553 5.348L3.758 4.553C3.65266 4.44753 3.5935 4.30456 3.5935 4.1555C3.5935 4.00644 3.65266 3.86347 3.758 3.758L3.75725 3.75725Z" fill="currentColor"></path>'}}},tag:{name:"tag",keywords:["release"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.218 7.669V3.588a.203.203 0 01.203-.203h4.082a.203.203 0 01.143.059l5.076 5.076a.202.202 0 010 .288l-4.08 4.08a.201.201 0 01-.222.045.201.201 0 01-.066-.044L3.278 7.813a.203.203 0 01-.06-.144zM2 7.669V3.588c0-.785.637-1.422 1.421-1.422h4.082c.376 0 .739.15 1.005.417l5.076 5.076a1.421 1.421 0 010 2.01L9.502 13.75a1.421 1.421 0 01-2.01 0L2.418 8.674A1.422 1.422 0 012 7.67zm4.06-2.254a.812.812 0 100 1.624.812.812 0 000-1.624z" fill="currentColor"></path>'}}},"three-bars":{name:"three-bars",keywords:["hamburger","menu","dropdown"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M2 3.88a.643.643 0 01.643-.642h10.714a.643.643 0 110 1.286H2.643A.643.643 0 012 3.88zm0 4.286a.643.643 0 01.643-.642h10.714a.643.643 0 110 1.285H2.643A.643.643 0 012 8.166zm.643 3.643a.643.643 0 100 1.286h10.714a.643.643 0 100-1.286H2.643z" fill="currentColor"></path>'}}},"time-reverse":{name:"time-reverse",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M13.922 8.155c.007 3.306-2.69 6.01-5.995 6.011a5.973 5.973 0 01-3.42-1.066l-.108-.086a.58.58 0 01.717-.913l.11.085c.77.517 1.698.82 2.697.82a4.836 4.836 0 004.838-4.84 4.836 4.836 0 00-4.838-4.838 4.823 4.823 0 00-3.434 1.428l1.188 1.171a.29.29 0 01-.204.497H2.368a.29.29 0 01-.29-.29V3.072a.29.29 0 01.494-.206l1.09 1.076a6 6 0 0110.26 4.214zM8.127 6.317a.505.505 0 00-1.01 0v2.357a.505.505 0 00.317.468l1.684.674a.505.505 0 00.375-.938l-1.366-.546V6.317z" fill="currentColor"></path>'}}},tools:{name:"tools",keywords:["screwdriver","wrench","settings"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M5.904 3.394a3.669 3.669 0 00-1.578 3.017c0 1.305.68 2.45 1.707 3.103.422.269.758.754.736 1.34v.007l-.134 2.723a.612.612 0 11-1.223-.06l.133-2.718c.002-.07-.04-.176-.169-.258A4.895 4.895 0 013.102 6.41c0-1.663.83-3.133 2.095-4.017a1.21 1.21 0 011.366-.032c.377.241.62.675.62 1.162v2.301c0 .068.034.13.09.169l.612.416c.07.047.16.047.23 0l.612-.416a.204.204 0 00.09-.169v-2.3c0-.487.243-.92.62-1.162a1.21 1.21 0 011.366.032 4.893 4.893 0 012.095 4.017c0 1.74-.908 3.269-2.274 4.137-.129.082-.17.189-.169.258l.133 2.718a.612.612 0 11-1.223.06l-.134-2.73c-.022-.586.314-1.071.736-1.34a3.67 3.67 0 001.707-3.103 3.669 3.669 0 00-1.578-3.017c-.02.014-.055.055-.055.13v2.301c0 .473-.235.916-.626 1.182l-.612.416a1.429 1.429 0 01-1.606 0l-.612-.416a1.429 1.429 0 01-.626-1.182V3.524c0-.075-.035-.116-.055-.13zm.009-.004z" fill="currentColor"></path>'}}},trashcan:{name:"trashcan",keywords:["garbage","rubbish","recycle","delete"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M6.8 3.566c0-.11.09-.2.2-.2h2c.11 0 .2.09.2.2v1H6.8v-1zm3.6 0v1h1.8a.6.6 0 010 1.2H3.8a.6.6 0 010-1.2h1.8v-1a1.4 1.4 0 011.4-1.4h2a1.4 1.4 0 011.4 1.4zm-5.203 3.94a.6.6 0 10-1.194.12l.528 5.28a1.4 1.4 0 001.393 1.26h4.152a1.4 1.4 0 001.393-1.26l.528-5.28a.6.6 0 10-1.194-.12l-.528 5.28a.2.2 0 01-.199.18H5.924a.2.2 0 01-.2-.18l-.527-5.28z" fill="currentColor"></path>'}}},"triangle-down":{name:"triangle-down",keywords:["arrow","point","direction"],heights:{17:{width:16,path:'<path d="M4.08 6.668l3.726 3.725c.107.107.28.107.388 0l3.725-3.725a.274.274 0 00-.194-.468h-7.45a.274.274 0 00-.194.468z" fill="currentColor"></path>'}}},"triangle-left":{name:"triangle-left",keywords:["arrow","point","direction"],heights:{17:{width:16,path:'<path d="M8.806 4.28L5.08 8.007a.274.274 0 000 .388l3.726 3.725c.172.173.468.05.468-.194v-7.45a.274.274 0 00-.468-.194z" fill="currentColor"></path>'}}},"triangle-right":{name:"triangle-right",keywords:["arrow","point","direction"],heights:{17:{width:16,path:'<path d="M6.468 4.28l3.725 3.726a.274.274 0 010 .388l-3.725 3.725A.274.274 0 016 11.925v-7.45c0-.244.295-.367.468-.194z" fill="currentColor"></path>'}}},"triangle-up":{name:"triangle-up",keywords:["arrow","point","direction"],heights:{17:{width:16,path:'<path d="M4.08 10.006L7.807 6.28a.274.274 0 01.388 0l3.725 3.726a.274.274 0 01-.194.468h-7.45a.274.274 0 01-.194-.468z" fill="currentColor"></path>'}}},trophy:{name:"trophy",keywords:["goal","win","winner"],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M11.3333 3.00002V4.00002H13.6667C13.85 4.00002 14 4.15002 14 4.33335V5.60002C14 6.85835 12.5729 8.21044 10.675 8.57085C10.1042 9.7771 9.25625 10.4063 8.5 10.6V12.3334H9.83333C9.84389 12.3334 9.8541 12.3336 9.86397 12.3339H10.0753C10.352 12.3339 10.5763 12.5582 10.5763 12.8349C10.5763 13.1117 10.352 13.336 10.0753 13.336H5.9246C5.90723 13.336 5.89008 13.3351 5.87318 13.3334H5.8472C5.8149 13.3334 5.78467 13.324 5.75906 13.308C5.5637 13.2396 5.42358 13.0536 5.42358 12.8349C5.42358 12.5582 5.64789 12.3339 5.92459 12.3339H6.13568C6.14578 12.3336 6.15611 12.3334 6.16667 12.3334H7.5V10.6C6.74375 10.4084 5.89583 9.7771 5.325 8.57085C3.42292 8.20835 2 6.85627 2 5.60002V4.33335C2 4.15002 2.15 4.00002 2.33333 4.00002H4.66667V3.00002C4.66667 2.81669 4.81667 2.66669 5 2.66669H11C11.1833 2.66669 11.3333 2.81669 11.3333 3.00002ZM3 5.10002V5.60002C3 6.17528 3.69778 6.95499 4.74983 7.36961C4.82366 7.3987 4.89762 7.33142 4.8801 7.25403C4.71216 6.51187 4.67026 5.82208 4.6669 5.10005C4.66664 5.04482 4.6219 5.00002 4.56667 5.00002H3.1C3.04477 5.00002 3 5.04479 3 5.10002ZM5.66667 5.16669C5.66667 8.03335 6.89583 9.66669 8 9.66669C9.06667 9.66669 10.3333 8.09377 10.3333 5.16669V3.76669C10.3333 3.71146 10.2886 3.66669 10.2333 3.66669H5.76667C5.71144 3.66669 5.66667 3.71146 5.66667 3.76669V5.16669ZM11.2502 7.36961C12.3022 6.95499 13 6.17528 13 5.60002V5.10002C13 5.04479 12.9552 5.00002 12.9 5.00002H11.4333C11.3781 5.00002 11.3334 5.04482 11.3331 5.10004C11.3297 5.82045 11.2878 6.5117 11.1199 7.25403C11.1024 7.33142 11.1763 7.3987 11.2502 7.36961Z" fill="currentColor"></path>'}}},unlock:{name:"unlock",keywords:[],heights:{16:{width:16,path:'<path fill-rule="evenodd" d="M6 5.2a2 2 0 013.685-1.076.6.6 0 101.012-.647A3.2 3.2 0 004.8 5.2v1.6h-.4A1.2 1.2 0 003.2 8v4.8A1.2 1.2 0 004.4 14h7.2a1.2 1.2 0 001.2-1.2V8a1.2 1.2 0 00-1.2-1.2H6V5.2zM5.4 8h-1v4.8h7.2V8H5.4z" fill="currentColor"></path>'}}},upload:{name:"upload",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M8.471 2.795a.667.667 0 00-.942 0L4.195 6.13a.667.667 0 10.943.943l2.195-2.196v5.946a.667.667 0 101.334 0V4.876l2.195 2.196a.667.667 0 10.943-.943L8.47 2.795zM4.222 13.267a.667.667 0 000 1.333h7.556a.667.667 0 000-1.333H4.222z" fill="currentColor"></path>'}}},"video-camera":{name:"video-camera",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M14 4.979a.562.562 0 00-.852-.482L10.25 6.235V5.73c0-.725-.588-1.313-1.313-1.313H3.314A1.311 1.311 0 002 5.73v4.875c0 .725.588 1.312 1.313 1.312h5.624c.725 0 1.313-.587 1.313-1.312v-.507l2.898 1.74a.562.562 0 00.852-.483V4.979zm-3.75 3.806l2.625 1.575V5.972L10.25 7.547v1.238zM9.125 7.23v-1.5a.188.188 0 00-.188-.188H3.314a.188.188 0 00-.188.188v4.875c0 .104.084.187.188.187h5.624a.187.187 0 00.188-.187V7.229z" fill="currentColor"></path>'}}},x:{name:"x",keywords:["remove","close","delete"],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M3.243 3.465a.83.83 0 011.173 0l3.563 3.563 3.562-3.563a.83.83 0 111.173 1.172L9.151 8.2l3.563 3.563a.828.828 0 01-.58 1.437.83.83 0 01-.593-.264L7.98 9.373l-3.563 3.563a.83.83 0 01-1.173-1.173L6.806 8.2 3.243 4.637a.83.83 0 010-1.172z" fill="currentColor"></path>'}}},"x-circle":{name:"x-circle",keywords:[],heights:{17:{width:16,path:'<path d="M6.523 5.928a.563.563 0 00-.796.795L7.205 8.2 5.727 9.678a.563.563 0 00.796.795L8 8.996l1.477 1.477a.562.562 0 10.796-.795L8.796 8.2l1.477-1.477a.562.562 0 10-.796-.795L8 7.405 6.523 5.928z" fill="currentColor"></path><path fill-rule="evenodd" d="M3.757 3.958a6 6 0 108.486 8.485 6 6 0 00-8.486-8.485zm.796 7.69a4.875 4.875 0 116.894-6.895 4.875 4.875 0 01-6.894 6.895z" fill="currentColor"></path>'}}},"x-circle-fill":{name:"x-circle-fill",keywords:[],heights:{17:{width:16,path:'<path fill-rule="evenodd" d="M14 8.5a6 6 0 11-12 0 6 6 0 0112 0zm-3.844-2.434a.493.493 0 00-.544.12L7.995 7.802 6.377 6.184a.493.493 0 00-.698.698L7.298 8.5l-1.619 1.618-.002.002a.493.493 0 00.697.698l1.62-1.62 1.618 1.616a.494.494 0 10.697-.697L8.692 8.5l1.617-1.617a.492.492 0 00-.153-.817z" fill="currentColor"></path>'}}},"zoom-in":{name:"zoom-in",keywords:[],heights:{17:{width:16,path:'<path d="M7.4 5.2a.6.6 0 01.6.6V7h1.2a.6.6 0 110 1.2H8v1.2a.6.6 0 01-1.2 0V8.2H5.6a.6.6 0 010-1.2h1.2V5.8a.6.6 0 01.6-.6z" fill="currentColor"></path><path fill-rule="evenodd" d="M10.77 11.82a5.4 5.4 0 11.848-.848l2.206 2.204a.6.6 0 01-.848.849L10.77 11.82zM3.2 7.6a4.2 4.2 0 117.225 2.914.59.59 0 00-.111.111A4.2 4.2 0 013.2 7.6z" fill="currentColor"></path>'}}},"zoom-out":{name:"zoom-out",keywords:[],heights:{17:{width:16,path:'<path d="M5.6 7a.6.6 0 000 1.2h3.6a.6.6 0 100-1.2H5.6z" fill="currentColor"></path><path fill-rule="evenodd" d="M7.4 13a5.377 5.377 0 003.37-1.18l2.206 2.205a.6.6 0 00.848-.849l-2.205-2.205a5.4 5.4 0 10-4.22 2.03zm0-9.6a4.2 4.2 0 102.914 7.225.59.59 0 01.11-.11A4.2 4.2 0 007.4 3.4z" fill="currentColor"></path>'}}}};
|
|
2
|
-
/*
|
|
3
|
-
object-assign
|
|
4
|
-
(c) Sindre Sorhus
|
|
5
|
-
@license MIT
|
|
6
|
-
*/function A(){if(V)return H;V=1;var t=Object.getOwnPropertySymbols,e=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;return H=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},a=0;a<10;a++)e["_"+String.fromCharCode(a)]=a;if("0123456789"!==Object.getOwnPropertyNames(e).map((function(t){return e[t]})).join(""))return!1;var i={};return"abcdefghijklmnopqrst".split("").forEach((function(t){i[t]=t})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},i)).join("")}catch(t){return!1}}()?Object.assign:function(i,l){for(var h,s,r=function(t){if(null==t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}(i),o=1;o<arguments.length;o++){for(var d in h=Object(arguments[o]))e.call(h,d)&&(r[d]=h[d]);if(t){s=t(h);for(var c=0;c<s.length;c++)a.call(h,s[c])&&(r[s[c]]=h[s[c]])}}return r},H}var O=function(){if(Z)return _;Z=1;const t=$,e=A();for(const i of Object.keys(t)){const l=(t,a,l)=>{const h=[],s=e({},a,l);l&&((l.width||l.height)&&(s.width=l.width?l.width:parseInt(l.height)*a.width/a.height,s.height=l.height?l.height:parseInt(l.width)*a.height/a.width),l.class&&(s.class=`octicon octicon-${i} ${l.class}`,s.class.trim()),l["aria-label"]&&(s["aria-label"]=l["aria-label"],s.role="img",delete s["aria-hidden"]));for(const t of Object.keys(s))h.push(`${t}="${s[t]}"`);return h.join(" ").trim()};t[i].symbol=i;for(const e of Object.keys(t[i].heights))t[i].heights[e].options={version:"1.1",width:t[i].heights[e].width,height:parseInt(e),viewBox:`0 0 ${t[i].heights[e].width} ${e}`,class:`octicon octicon-${i}`,"aria-hidden":"true"};t[i].toSVG=function(e={}){const{height:h,width:s}=e,r=a(Object.keys(t[i].heights),h||s||16);return`<svg ${l(t[i],t[i].heights[r].options,e)}>${t[i].heights[r].path}</svg>`}}function a(t,e){return t.map((t=>parseInt(t,10))).reduce(((t,a)=>a<=e?a:t),t[0])}return _=t}(),S=M(O);const j=class{constructor(e){t(this,e)}render(){let t={};if(void 0!==this.size)if("number"==typeof this.size){const e=this.size<=32?this.size:32;t={width:e,height:e}}else console.warn("[Apollo] xpl-icon: size is not a number, the value passed was ignored. Please change value to a number.");let i="xpl-icon__wrapper ";return this.backgroundColor&&(i+=`xpl-icon__wrapper--with-background xpl-icon__wrapper--with-background--${this.backgroundColor}`),e(a,{key:"24576487ab74d82288bd43262d3021f19d12489d"},e("figure",{key:"1b90df03ca412fd56fd868f934a24712d3a19079",class:i},e("span",{key:"e0ebd1ccfb6796190240841035a0a2db8c1bb3f1","aria-label":this.icon,role:"img",class:"xpl-icon",style:{width:`${t.width}px`,height:`${t.height}px`},innerHTML:S[this.icon].toSVG(t)}),e("figcaption",{key:"d3976b8859355ef990e9bffa210b5c005505c308"},this.icon," icon")))}};j.style=".xpl-icon{align-items:center;display:grid;justify-content:center}";const E=class{constructor(e){t(this,e),this.focusEvent=l(this,"focusEvent",7),this.blurEvent=l(this,"blurEvent",7),this.valueChange=l(this,"valueChange",7),this.inputEvent=l(this,"inputEvent",7),this.multiline=!1,this.dateFormat="Y-m-d",this.timeFormat="24h",this.allowCustomOption=!1,this.mode="single",this.accept="",this.multiple=!1,this.hideTriggerOnSelect=!1,this.hideFileNames=!1,this.hideAcceptText=!1,this.type="text",this.valueChanged=t=>{this.valueChange.emit(t.target.value)},this.characterCount=0,this.passwordVisible=!1,this.handleFocus=t=>{this.focusEvent.emit(t)},this.handleBlur=t=>{this.blurEvent.emit(t)},this.handleInput=t=>{this.multiline&&this.updateCharacterCount();const{value:e}=t.target;this.inputEvent.emit(e)}}updateCharacterCount(){this.characterCount=this.input.value.length}componentWillLoad(){null!=this._id&&""!==this._id||(this._id=s()),this.multiline&&void 0!==this.maxCharacterCount&&(this.characterCount=void 0!==this.value?this.value.length:0)}renderInput(){switch(this.type){case"file":return e("xpl-input-file",{accept:this.accept,disabled:this.disabled,hideAcceptText:this.hideAcceptText,hideFileNames:this.hideFileNames,hideTriggerOnSelect:this.hideTriggerOnSelect,multiple:this.multiple,name:this.name,_id:this._id},e("slot",{name:"trigger"}));case"color":return e("xpl-input-color",{disabled:this.disabled,value:this.value,placeholder:this.placeholder,required:this.required,hideEyeDropper:this.hideEyeDropper});case"date":return e("xpl-input-date",{inputId:this._id,disabled:this.disabled,name:this.name,required:this.required,readonly:this.readonly,value:this.value,placeholder:this.placeholder,post:this.post,pre:this.pre,max:this.max,min:this.min,dateFormat:this.dateFormat,mode:this.mode});case"time":return e("xpl-input-time",{inputId:this._id,disabled:this.disabled,name:this.name,required:this.required,readonly:this.readonly,value:this.value,placeholder:this.placeholder,max:this.max,min:this.min,step:this.step,mode:this.mode,timeFormat:this.timeFormat,allowCustomOption:this.allowCustomOption});default:return e("div",{class:"xpl-input-wrapper"},this.pre&&!this.multiline&&e("label",{class:"xpl-input-pre",htmlFor:this._id},this.pre),this.multiline?e("textarea",{disabled:this.disabled,id:this._id,name:this.name,placeholder:this.placeholder,readonly:this.readonly,ref:t=>{this.input=t},required:this.required,onChange:this.valueChanged,onFocus:this.handleFocus,onBlur:this.handleBlur,onInput:this.handleInput},this.value):e("input",{autocomplete:this.autocomplete,disabled:this.disabled,id:this._id,max:this.max,min:this.min,name:this.name,placeholder:this.placeholder,readonly:this.readonly,ref:t=>{this.input=t},required:this.required,step:this.step,type:this.type,value:this.value,onChange:this.valueChanged,onFocus:this.handleFocus,onBlur:this.handleBlur,onInput:this.handleInput}),"password"===this.type&&e("button",{"aria-label":"Toggle password visibility",class:"xpl-input-password",onClick:()=>{this.passwordVisible=!this.passwordVisible},role:"presentation"},e("xpl-icon",{icon:this.passwordVisible?"eye-closed":"eye",size:24})),this.post&&!this.multiline&&e("label",{class:"xpl-input-post",htmlFor:this._id},this.post),this.multiline&&void 0!==this.maxCharacterCount&&e("span",{class:"xpl-input-characters"},this.characterCount,"/",this.maxCharacterCount))}}render(){var t;let i=!1;return void 0!==this.error&&(i=!0),this.multiline&&void 0!==this.maxCharacterCount&&this.characterCount>this.maxCharacterCount&&(i=!0),e(a,{key:"4dca16ca0939ae6365edc9201e00ec6cf76aadfc",class:{"xpl-input":!0,"xpl-input--disabled":this.disabled,"xpl-input--error":i,"xpl-input--readonly":this.readonly,[`xpl-input--${this.type}`]:!0}},this.label&&e("label",{key:"2abed2c330a6cb7fbad8274299a7012b09c22b03",class:"xpl-input-label",htmlFor:this._id},this.label,this.description&&e("small",{key:"4f310894b28354d9540aa73b4e87872632eb9c83"},this.description)),this.renderInput(),(null===(t=this.error)||void 0===t?void 0:t.length)>0&&e("label",{key:"ed5cd40feaa1d9d76d6b569c9b9c51da178d162d",class:"xpl-input-error",htmlFor:this._id},e("xpl-icon",{key:"2e5374ee3a0c5b18d3891a647b52853b0daa7b9c",icon:"alert-circle",size:16}),e("span",{key:"1a9aa0733831e709aa5923c9486049697e7ab20b"},this.error)))}},I=(t,e,a)=>{const i=(a/=100)*(e/=100),l=i*(1-Math.abs(t/60%2-1)),h=a-i;let s=0,r=0,o=0;return t<60?(s=i,r=l,o=0):t<120?(s=l,r=i,o=0):t<180?(s=0,r=i,o=l):t<240?(s=0,r=l,o=i):t<300?(s=l,r=0,o=i):(s=i,r=0,o=l),{r:Math.round(255*(s+h)),g:Math.round(255*(r+h)),b:Math.round(255*(o+h))}},T=(t,e,a)=>[t,e,a].map((t=>t.toString(16).padStart(2,"0"))).join(""),D=t=>{var e,a;if(t.startsWith("#")){if(!/^#([a-fA-F\d]{6})$/.test(t))throw new Error("Only 6-digit hex format supported (e.g. #aabbcc)");const e=t.toLowerCase().slice(1),a=parseInt(e.slice(0,2),16),i=parseInt(e.slice(2,4),16),l=parseInt(e.slice(4,6),16);return{hex:e,r:a,g:i,b:l,a:1}}if(t.startsWith("rgba")||t.startsWith("rgb")){const a=null===(e=t.match(/[\d.]+/g))||void 0===e?void 0:e.map(Number);if(!a||a.length<3)throw new Error("Invalid rgba/rgb format");const[i,l,h,s=1]=a,r=t=>t.toString(16).padStart(2,"0");return{hex:`${r(i)}${r(l)}${r(h)}`.toLowerCase(),r:i,g:l,b:h,a:s}}if(t.startsWith("hsla")||t.startsWith("hsl")){const e=null===(a=t.match(/[\d.]+/g))||void 0===a?void 0:a.map(Number);if(!e||e.length<3)throw new Error("Invalid hsla/hsl format");const[i,l,h,s=1]=e,r=((t,e,a,i)=>{a/=100;const l=e=>(e+t/30)%12,h=(e/=100)*Math.min(a,1-a),s=t=>a-h*Math.max(-1,Math.min(l(t)-3,Math.min(9-l(t),1)));return`rgba(${Math.round(255*s(0))}, ${Math.round(255*s(8))}, ${Math.round(255*s(4))}, ${i})`})(i,l,h,s),[o,d,c]=r.match(/[\d.]+/g).map(Number);return{hex:T(o,d,c).toLowerCase(),r:o,g:d,b:c,a:s}}throw new Error("Unsupported color format")},F=t=>t.a&&1!==t.a?`rgba(${t.r}, ${t.g}, ${t.b}, ${t.a})`:`#${t.hex}`,P={hex:"",r:0,g:0,b:0,a:1},N=class{constructor(e){t(this,e),this.inputChange=l(this,"inputChange",7),this.hasErrorStateChanged=l(this,"hasErrorStateChanged",7),this.placeholder="Select color",this.eyeDropperSupported="EyeDropper"in window,this.colorInputElements={hex:null,r:null,g:null,b:null,a:null,hue:null,slGrid:null,alpha:null},this.handleMove=t=>{const e=this.colorInputElements.slGrid.getBoundingClientRect(),a="touches"in t?t.touches[0].clientY:t.clientY,i=Math.max(0,Math.min(("touches"in t?t.touches[0].clientX:t.clientX)-e.left,e.width)),l=Math.max(0,Math.min(a-e.top,e.height)),h=i/e.width,s=l/e.height,r=I(this.hue,100,100),o=(255*(1-h)+h*r.r)*(1-s),d=(255*(1-h)+h*r.g)*(1-s),c=(255*(1-h)+h*r.b)*(1-s),n={r:Math.round(o),g:Math.round(d),b:Math.round(c),hex:T(Math.round(o),Math.round(d),Math.round(c)),a:this.colorValues.a};this.colorValues=n},this.startDrag=t=>{t.preventDefault(),this.handleMove(t),window.addEventListener("mousemove",this.handleMove),window.addEventListener("mouseup",this.stopDrag),window.addEventListener("touchmove",this.handleMove),window.addEventListener("touchend",this.stopDrag)},this.stopDrag=()=>{window.removeEventListener("mousemove",this.handleMove),window.removeEventListener("mouseup",this.stopDrag),window.removeEventListener("touchmove",this.handleMove),window.removeEventListener("touchend",this.stopDrag)},this.onHexInputChange=t=>{var e;const a=t.detail;if(a){const[t,i,l]=(t=>t?t.match(/\w\w/g).map((t=>parseInt(t,16))):[0,0,0])(a);this.colorValues={hex:a,r:t,g:i,b:l,a:null!==(e=this.colorValues.a)&&void 0!==e?e:1}}else this.colorValues=Object.assign({},P)},this.onRgbaInputChange=(t,e)=>{const a=parseFloat(e.detail);if(Number.isNaN(a))return void(this.hasErrorState=`invalid value from ${t.name}: ${a}`);const i=Object.assign({},this.colorValues);switch(t.name){case"color-r-input":i.r=a;break;case"color-g-input":i.g=a;break;case"color-b-input":i.b=a;break;case"color-a-input":i.a=a;break;default:this.hasErrorState=`unhandled input: ${t.name}`}i.hex=T(i.r,i.g,i.b),this.colorValues=i},this.onSliderInputChange=t=>{const e=parseFloat(t.value);if(Number.isNaN(e))this.hasErrorState=`invalid value from ${t.name}: ${e}`;else switch(t.name){case"color-hue-slider":this.colorValues=D(`hsla(${e}, 100%, 50%, 1)`),this.hue=e;break;case"color-alpha-slider":this.colorValues=Object.assign(Object.assign({},this.colorValues),{a:e});break;default:this.hasErrorState=`unhandled input: ${t.name}`}}}valueChanged(t){this.hasErrorState=this.required&&!t.hex?"required":null,this.inputChange.emit(t.hex?F(t):"")}onHasErrorStateChanged(t){this.hasErrorStateChanged.emit(t)}onValuePropChange(t){this.syncColorFromValue(t)}syncColorFromValue(t){if(t)try{this.colorValues=D(t),this.hue=(()=>{const t=this.colorValues.r/255,e=this.colorValues.g/255,a=this.colorValues.b/255,i=Math.max(t,e,a),l=Math.min(t,e,a),h=i-l;let s=0,r=0;const o=(i+l)/2;if(0!==h){switch(r=h/(1-Math.abs(2*o-1)),i){case t:s=(e-a)/h%6;break;case e:s=(a-t)/h+2;break;case a:s=(t-e)/h+4}s*=60,s<0&&(s+=360)}return{hue:Math.round(s),saturation:Math.round(100*r),lightness:Math.round(100*o)}})().hue}catch(t){this.hasErrorState="invalid color format",this.hue=0}else this.colorValues=Object.assign({},P),this.hasErrorState=null,this.hue=0}componentWillLoad(){this.syncColorFromValue(this.value)}componentDidLoad(){const{r:t,g:e,b:a,a:i,hue:l,alpha:h,hex:s}=this.colorInputElements;s.addEventListener("valueChange",(t=>{this.onHexInputChange(t)})),[t,e,a,i].forEach((t=>{t.addEventListener("valueChange",(e=>{this.onRgbaInputChange(t,e)}))})),[l,h].forEach((t=>{t.addEventListener("input",(()=>{this.onSliderInputChange(t)}))}))}async openEyeDropper(){try{const t=new window.EyeDropper,e=await t.open();this.colorValues=D(e.sRGBHex)}catch(t){this.hasErrorState=`eyedropper cancelled or failed: ${t}`}}render(){const{r:t,g:i,b:l,a:h}=this.colorValues,s=I(this.hue,100,100),{x:r,y:o}=((t,e,a,i)=>{const{s:l,v:h}=((t,e,a,i)=>{t/=255,e/=255,a/=255;const l=Math.max(t,e,a),h=l-Math.min(t,e,a);let s=0;return s=0===h?0:l===t?(e-a)/h%6:l===e?(a-t)/h+2:(t-e)/h+4,s=Math.round(60*s),s<0&&(s+=360),{h:null!=i?i:s,s:0===l?0:h/l,v:l}})(e.r,e.g,e.b,t);return{x:Math.round(l*a),y:Math.round((1-h)*i)}})(this.hue,{r:t,g:i,b:l},288,160),d={left:`${r}px`,top:`${o}px`,background:`rgb(${t}, ${i}, ${l})`};return e(a,{key:"639f311d46bbb46e327ae6b05fe24b47795adbf3",class:"xpl-input-color"},e("xpl-popover",{key:"ad9d6145e4e5ac581c6d22f726050767ff82d861",disabled:this.disabled,display:"menu"},e("div",{key:"219e1754388cfc2ecff25b42b67322e780a1e7d6",slot:"trigger"},e("div",{key:"7beafe5304521d496bf7d7f8f82de01c9b7de00d",class:{"xpl-input-color__display":!0,"xpl-input-color__display--disabled":this.disabled,"xpl-input-color__display--error":!!this.hasErrorState}},e("span",{key:"2caae6b87902c50eb754e93ce939797d619da723",class:"xpl-input-color__color",style:{background:F(this.colorValues)}}),this.colorValues.hex?e("span",{class:"xpl-input-color__value"},F(this.colorValues)):e("span",{class:"xpl-input-color__placeholder"},this.placeholder),this.eyeDropperSupported&&!this.hideEyeDropper&&e("xpl-icon",{key:"8cd0f1e94bf2eaf31ad82a4c8d307badef8046fc",size:20,icon:"eye-droper",class:"xpl-input-color__icon",onClick:t=>{t.stopPropagation(),this.openEyeDropper()}}))),e("div",{key:"8e6add90e733d299cea94559dcbc29dd4e64d9cd",class:"xpl-input-color__menu"},e("div",{key:"a488c9b7ef3ff0cabbbb4bf5a631f209034a2539",class:"xpl-input-color__sl-grid",ref:t=>{this.colorInputElements.slGrid=t},style:{background:["linear-gradient(to top, #000, #0000)","linear-gradient(to right, #fff, #fff0)",`rgb(${s.r} ${s.g} ${s.b})`].join(", ")},onMouseDown:this.startDrag,onTouchStart:this.startDrag},e("div",{key:"542a5cafd651e6b49f813f6eecb46088b0b6f97c",class:"xpl-input-color__sl-thumb",style:d})),e("div",{key:"fd3268874bb0c0bc22c2d2db15dd50c38d3ae70a",class:"xpl-input-color__grid"},e("input",{key:"08ea52b5c2bbc2800b2ad5cca6981813e4578ce5",type:"range",min:"0",max:"360",value:this.hue,class:"xpl-input-color__slider xpl-input-color__hue",name:"color-hue-slider",ref:t=>{this.colorInputElements.hue=t}}),e("input",{key:"1692e362cb1e48446f33e2f82c5988546ad6a6f0",type:"range",min:"0",max:"1",step:"0.01",value:h,class:"xpl-input-color__slider xpl-input-color__alpha",name:"color-alpha-slider",ref:t=>{this.colorInputElements.alpha=t},style:{backgroundImage:[`linear-gradient(to right, rgb(${t} ${i} ${l} / 0) 0%, rgb(${t} ${i} ${l} / 1) 100%)`,"linear-gradient(45deg, #ccc 25%, transparent 25%)","linear-gradient(-45deg, #ccc 25%, transparent 25%)","linear-gradient(45deg, transparent 75%, #ccc 75%)","linear-gradient(-45deg, transparent 75%, #ccc 75%)"].join(", ")}}),e("div",{key:"5de3d1979fbb4c4a2892961fcbd7e6fc2d2723b4",class:"xpl-input-color__preview",style:{background:`rgba(${t}, ${i}, ${l}, ${h})`}})),e("div",{key:"3a660bdbb902bc8bfddb8c423f2462404b0221b8",class:"xpl-input-color__inputs"},Object.entries(this.colorInputElements).filter((([t])=>["hex","r","g","b","a"].includes(t))).map((([t])=>e("xpl-input",{key:t,label:t.toLocaleUpperCase(),name:`color-${t}-input`,placeholder:"hex"===t?"793EF7":"0",value:this.colorValues[t],ref:e=>{this.colorInputElements[t]=e}})))))))}static get watchers(){return{colorValues:[{valueChanged:0}],hasErrorState:[{onHasErrorStateChanged:0}],value:[{onValuePropChange:0}]}}},q=(t=!1)=>`<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="${t?"M0.557948 5.6813L6.06209 0.132167C6.23831 -0.0440556 6.52327 -0.0440556 6.69949 0.132167L7.44187 0.874551C7.61809 1.05077 7.61809 1.33573 7.44187 1.51195L2.99882 6L7.44187 10.488C7.61809 10.6643 7.61809 10.9492 7.44187 11.1254L6.69949 11.8678C6.52327 12.0441 6.23831 12.0441 6.06209 11.8678L0.557948 6.3187C0.381726 6.14248 0.381726 5.85752 0.557948 5.6813Z":"M7.44187 6.3187L1.93773 11.8678C1.76151 12.0441 1.47655 12.0441 1.30033 11.8678L0.557948 11.1254C0.381726 10.9492 0.381726 10.6643 0.557948 10.488L5.001 6L0.557948 1.51195C0.381726 1.33573 0.381726 1.05077 0.557948 0.874551L1.30033 0.132167C1.47655 -0.0440556 1.76151 -0.0440556 1.93773 0.132167L7.44187 5.6813C7.6181 5.85752 7.6181 6.14248 7.44187 6.3187Z"}" /></svg>`,W=class{constructor(e){t(this,e),this.valueChange=l(this,"valueChange",7),this.hasErrorStateChanged=l(this,"hasErrorStateChanged",7),this.rangeSelected=l(this,"rangeSelected",7),this.dateFormat="Y-m-d",this.mode="single",this.valueChanged=t=>{this.valueChange.emit(t.target.value)}}onHasErrorStateChanged(t){this.hasErrorStateChanged.emit(t)}onValueChanged(t){var e;null===(e=this.flatpickrInstance)||void 0===e||e.setDate(t)}componentDidLoad(){this.flatpickrInstance=r(this.input,{allowInput:!0,dateFormat:this.dateFormat,defaultDate:this.value,maxDate:this.max,minDate:this.min,mode:this.mode,nextArrow:q(),prevArrow:q(!0),onClose:t=>{if(this.hasErrorState=t.length<(this.required?"single"===this.mode?1:2:0)?"required":null,2===t.length){const[e,a]=t;this.rangeSelected.emit({start:e,end:a})}}})}render(){return e(a,{key:"6024246dd7a92cc6396c634e8e87d614b1d860e3",class:{"xpl-input-date":!0,[`xpl-input-date--mode-${this.mode}`]:!0,"xpl-input-date--error":!!this.hasErrorState}},e("div",{key:"0c8fe7b8057715618ae040b64ee2ae6506051200",class:"xpl-input-wrapper"},this.pre&&e("label",{key:"d0d1048313962c7381b9fc4e2d07b107d42f86d1",class:"xpl-input-pre",htmlFor:this.inputId},this.pre),e("input",{key:"3daca1a28baf14701e4b7a9761d2ff91be8dcd96",type:"date",id:this.inputId,disabled:this.disabled,name:this.name,required:this.required,readonly:this.readonly,placeholder:this.placeholder,max:this.max,min:this.min,ref:t=>{this.input=t},onChange:t=>{this.valueChanged(t)}}),e("xpl-icon",{key:"82c57c4694c088debfb710e37bd90b5132fa3339",class:"xpl-input-calendar",icon:"calendar-month",size:24}),this.post&&e("label",{key:"553fa633312ed0adf1fd38352f40142e2b48eeaa",class:"xpl-input-post",htmlFor:this.inputId},this.post)))}static get watchers(){return{hasErrorState:[{onHasErrorStateChanged:0}],value:[{onValueChanged:0}]}}},B=class{constructor(e){t(this,e),this.inputChange=l(this,"inputChange",7),this.accept="",this.multiple=!1,this.hideTriggerOnSelect=!1,this.hideFileNames=!1,this.hideAcceptText=!1,this.files=null,this.openFileDialog=()=>{var t;this.disabled||null===(t=this.fileInput)||void 0===t||t.click()},this.handleFileChange=t=>{this.files=Array.from(t.target.files)},this.onRemoveFileByIndex=t=>{this.files=this.files.filter(((e,a)=>a!==t))}}onFilesChange(t){this.inputChange.emit({type:"file",value:t})}async removeFileByIndex(t){this.onRemoveFileByIndex(t)}render(){var t,i;return e(a,{key:"984964735a57f0c1ae83b7a6e9ad548b8b732694",class:{"xpl-input-file":!0,"xpl-input-file--hide-trigger-on-select":this.hideTriggerOnSelect,"xpl-input-file--disabled":this.disabled}},e("span",{key:"20da96646dda47226058869a6a3c188aa602ae7b",class:{"xpl-input-file__trigger-wrapper":!0,"xpl-input-file__trigger-wrapper--hidden":this.hideTriggerOnSelect&&(null===(t=this.files)||void 0===t?void 0:t.length)>0},role:"button",tabIndex:0,onClick:this.openFileDialog},e("slot",{key:"d6355378f46c6a6edd193839e3ff24bd241db9b6",name:"trigger"})),(null===(i=this.files)||void 0===i?void 0:i.length)>0&&!this.hideFileNames&&e("ul",{key:"48a7c3ff9668c7a7ad3e1f719c05f0439db0eb98",class:"xpl-input-file__file-list"},this.files.map(((t,a)=>e("li",{class:"xpl-input-file__file-item"},e("span",{class:"xpl-text-callout"},t.name),e("xpl-icon",{icon:"x-circle",size:24,onClick:t=>{t.preventDefault(),t.stopPropagation(),this.onRemoveFileByIndex(a)},class:"xpl-input-file__remove-icon"}))))),this.accept&&!this.hideAcceptText&&e("span",{key:"81a892b3c7cac161c4fe893b9e627055d43a13c8",class:"xpl-input-file__accept xpl-text-caption"},"Accepted file types: ",this.accept),e("input",{key:"bb3e89c64ae62748b3e4afd5f80fcede37ae7b3a",onChange:this.handleFileChange,type:"file",ref:t=>{this.fileInput=t},hidden:!0,accept:this.accept,multiple:this.multiple,name:this.name}))}get el(){return i(this)}static get watchers(){return{files:[{onFilesChange:0}]}}};function R(t){const[e,a]=t.split(":"),i=Number(e)>=12?"PM":"AM";return[(Number(e)%12||12).toString(),a,i]}const U=class{constructor(e){t(this,e),this.valueChange=l(this,"valueChange",7),this.hasErrorStateChanged=l(this,"hasErrorStateChanged",7),this.max="23:59",this.min="00:00",this.step=30,this.mode="single",this.timeFormat="24h",this.allowCustomOption=!1,this.showOptions=!1,this.options=[],this.handleInput=t=>{var e;const a=null===(e=t.target.value)||void 0===e?void 0:e.replace(/[^0-9:apmAPM]/g,"");this.value=a},this.handleFocus=()=>{this.showOptions=!0},this.handleBlur=()=>{this.value=function(t){if(!t||""===t.trim()||0===t.replace(/[^0-9]/g,"").length)return null;let e=t.trim().toLowerCase();e=e.replace(/(\d)\s+(am|pm)/g,"$1$2"),/^\d{1,2}(am|pm)?$/.test(e)&&(e=e.replace(/(am|pm)?$/,":00$1")),/^\d{1,2}$/.test(e)&&(e=`${e}:00`),/^\d{1,2}:\d{1}$/.test(e)&&(e=`${e}0`);const[a,i]=e.split(":"),l=i.replace(/[^0-9]/g,""),h=e.includes("am");return e.includes("pm")||h?h?`${(Number(a)%12).toString().padStart(2,"0")}:${l}`:`${Number(a)%12+12}:${l}`:`${a.padStart(2,"0")}:${l}`}(this.value)},this.handleClick=()=>{this.showOptions=!0}}onValueChange(t){this.valueChange.emit(t),this.updateState(t)}updateState(t){this.formattedValue=this.formatDisplayedTime(t),this.amPm=this.formatDisplayedAmPm(t),this.validateValue()}formatDisplayedTime(t){if(!t)return"";if("12h"===this.timeFormat&&t.includes(":")){const[e,a]=R(t);return`${e}:${a}`}return t}formatDisplayedAmPm(t){if(!t||"12h"!==this.timeFormat)return"";const[,,e]=R(t);return e}validateValue(){this.hasErrorState=this.value?!this.value.includes(":")||this.value.trim().length<4||this.value.trim().length>5?"Invalid time format, must be HH:MM":this.value<this.min||this.value>this.max?"Out of range":this.allowCustomOption||this.options.some((t=>t.value===this.value))?null:"Invalid option":this.required?"required":null}onHasErrorStateChanged(t){this.hasErrorStateChanged.emit(t)}componentDidLoad(){var t;"range"===this.mode&&console.warn("Range mode is not supported for time inputs at this time."),null===(t=this.dropdown)||void 0===t||t.addEventListener("isOpenChange",(t=>{this.showOptions=t.detail}))}componentWillLoad(){this.options=this.getOptions(),this.value&&this.updateState(this.value)}getOptions(){return function(t,e,a,i){const l=t=>{const[e,a]=t.split(":").map(Number);return 60*e+a},h=l(e.toString()),s=l(a.toString()),r=[];for(let e=h;e<=s;e+=t)r.push((o=e,`${Math.floor(o/60).toString().padStart(2,"0")}:${(o%60).toString().padStart(2,"0")}`));var o;return r.map((t=>({label:"12h"===i?function(t){const[e,a,i]=R(t);return`${e}:${a} ${i}`}(t):t,value:t})))}(this.step,this.min.toString(),this.max.toString(),this.timeFormat).map((({label:t,value:e})=>({label:t,value:e,onClick:()=>{this.value=e,this.showOptions=!1}})))}render(){return e(a,{key:"99b06c895d608dec6226f79f21ceda92225428b7",class:{"xpl-input-time":!0,[`xpl-input-time--mode-${this.mode}`]:!0,"xpl-input-time--error":!!this.hasErrorState}},e("xpl-input",{key:"8cdf996f46d969c243d246fdfe888c22c9c4999b",pre:e("xpl-icon",{class:"xpl-input-time__clock-icon",icon:"clock",size:24}),post:"12h"===this.timeFormat?this.amPm||"AM":null,type:"text",_id:this.inputId,disabled:this.disabled,name:this.name,required:this.required,readonly:this.readonly,placeholder:this.placeholder,max:this.max,min:this.min,onInput:this.handleInput,value:this.formattedValue,onFocusEvent:this.handleFocus,onBlurEvent:this.handleBlur,onClick:this.handleClick}),!this.readonly&&!this.disabled&&e("xpl-dropdown",{key:"5213fcd68da96d726d8b046277233afd6b5b20e8",options:this.options,isOpen:this.showOptions,ref:t=>{this.dropdown=t},class:"xpl-input-time__dropdown"}))}static get watchers(){return{value:[{onValueChange:0}],hasErrorState:[{onHasErrorStateChanged:0}]}}},K=class{constructor(e){t(this,e),this.modalClosed=l(this,"modalClosed",7),this.isOpen=!1,this.size="medium",this.variant="default",this.handleDialogClose=()=>{this.isOpen=!1,this.modalClosed.emit()},this.handleNativeBackdropClick=t=>{const e=this.dialogElement.getBoundingClientRect();(t.clientX<e.left||t.clientX>e.right||t.clientY<e.top||t.clientY>e.bottom)&&this.handleDialogClose()}}componentDidLoad(){this.dialogElement=this.element.querySelector("dialog"),this.updateModalState(),this.dialogElement.addEventListener("cancel",this.handleDialogClose),this.dialogElement.addEventListener("click",this.handleNativeBackdropClick)}disconnectedCallback(){this.dialogElement&&(this.dialogElement.removeEventListener("cancel",this.handleDialogClose),this.dialogElement.removeEventListener("click",this.handleNativeBackdropClick))}updateModalState(){var t,e;this.isOpen?null===(e=null===(t=this.dialogElement)||void 0===t?void 0:t.showModal)||void 0===e||e.call(t):this.dialogElement&&"function"==typeof this.dialogElement.close&&setTimeout((()=>{var t;null===(t=this.dialogElement)||void 0===t||t.close()}),250)}render(){return e(a,{key:"67a2c3914086a75280693b156c5148a5e86395d2",class:"xpl-modal"},this.isOpen&&e("xpl-backdrop",{key:"e99270d95b4a2267d4fd9c7cbee25672b5f90b7d"}),e("dialog",{key:"3493394ff8f93a8a5fb00903d712dd956b886024",class:`xpl-modal__dialog xpl-modal-size--${this.size} xpl-modal--${this.isOpen?"is-open":"is-closed"}`},e("div",{key:"66731b3fc2b562fd9f013de173dcf808b3f3ff1a",class:"xpl-modal__header"},e("div",{key:"b3a712444c7f3607b5f1bf968f46ac83305f6f1a",class:"xpl-modal__title"},"warning"===this.variant&&e("xpl-icon",{key:"d96d5df9527b0b96fa793025af3dca9956c5a946",size:20,icon:"alert-triangle",class:"xpl-modal__alert-icon"}),e("slot",{key:"3d30207ca82fffa6a7c7d7be42b240dc552ab01d",name:"title"}),e("xpl-button",{key:"34e0247f1f0de686233c95e236457dd170e3b050",type:"button",class:"xpl-modal__close-button",iconOnly:!0,size:"sm",variant:"subtle",onClick:this.handleDialogClose},e("xpl-icon",{key:"d14026b3e17070767fef2d798d5e4406c011dc7d",icon:"x"}))),e("div",{key:"cdacbf1e44ca7c8601ebcbfdce2ac5b6fb7d6489",class:"xpl-modal__subtitle"},e("slot",{key:"2ade6726ee27396a0aa570ef2b0c88be0361eb01",name:"subtitle"}))),e("div",{key:"f016a31264ee6874ddd19e9dcbde3b3f8c76d2ea",class:"xpl-modal__body"},e("slot",{key:"ea6016e3c5733a344f1f427ca07267917f66001e",name:"body"})),e("div",{key:"7e43b4317efd765152cdb3ea804e1fe9b0036bc4",class:"xpl-modal__footer"},e("slot",{key:"410d2ce31eccc7d2bb0c48091b165de2f85f6986",name:"tertiary"}),e("slot",{key:"d2d64c8203c8b942385c26adfe283af76c12afb3",name:"secondary"}),e("slot",{key:"3eb401ad94c36a2aa9f380508c438e5b473020d5",name:"primary"}))))}get element(){return i(this)}static get watchers(){return{isOpen:[{updateModalState:0}]}}},G=class{constructor(e){t(this,e),this.navOpen=l(this,"navOpen",7),this.navControl=!1}onNavToggle(){window.innerWidth<=640&&this.navOpen.emit(!1)}render(){return e(a,{key:"8a047443ba48a7812f3804e5639cdd8408f9a647",class:"xpl-nav-item",role:"listitem",onClick:()=>{this.navControl&&this.onNavToggle()}},e("slot",{key:"41012bd7a72ed7929deddb136ac5f2c6b30a4c1f",name:"link"},e("slot",{key:"ce1bb0b1957b5e614fa1ec65cc8973d42bd1dc32",name:"icon"}),e("slot",{key:"d50d2dd931be394e039f1e07651e05e41231627e"})))}},X=class{constructor(e){t(this,e),this.pageChange=l(this,"pageChange",7),this.rowsPerPageChange=l(this,"rowsPerPageChange",7),this.totalPages=1,this.withPageControl=!1,this.currentPage=1,this.rowsPerPageOptions="10,25,50,100,150",this.selectedRowsPerPage=10,this.rowsPerPageSelectRef=null,this.pageSelectRef=null,this.handleNextPage=()=>{this.currentPage<this.totalPages&&(this.currentPage+=1)},this.handlePrevPage=()=>{this.currentPage>1&&(this.currentPage-=1)},this.handlePageChange=t=>{const e=parseInt(t.detail,10);Number.isNaN(e)||(this.currentPage=e)},this.handleRowsChange=t=>{const e=parseInt(t.detail,10);Number.isNaN(e)||(this.selectedRowsPerPage=e)}}get rowsPerPageOptionsArray(){return this.rowsPerPageOptions.split(",").map(Number)}onPageUpdate(t){t<1?this.currentPage=1:t>this.totalPages&&(this.currentPage=this.totalPages),this.pageChange.emit(this.currentPage)}onRowsPerPageUpdate(t){this.rowsPerPageChange.emit(t)}componentDidLoad(){var t,e;null===(t=this.rowsPerPageSelectRef)||void 0===t||t.addEventListener("changeEvent",this.handleRowsChange),null===(e=this.pageSelectRef)||void 0===e||e.addEventListener("changeEvent",this.handlePageChange)}disconnectedCallback(){var t,e;null===(t=this.rowsPerPageSelectRef)||void 0===t||t.removeEventListener("changeEvent",this.handleRowsChange),null===(e=this.pageSelectRef)||void 0===e||e.removeEventListener("changeEvent",this.handlePageChange)}render(){const t=this.currentPage<=1,i=this.currentPage>=this.totalPages;return e(a,{key:"15d277d40eff79d5fb48867b89370759eb9ca8c7",class:`xpl-pagination xpl-pagination__${this.withPageControl?"with":"no"}-page-control`},this.withPageControl&&e("div",{key:"482bbca4e67c513f715573343f4f2d0f0a7281ee",class:"xpl-pagination__rows-per-page"},e("label",{key:"5a6b3a0f06e6b37b3e6f17021417bac5ce866a69",class:"xpl-pagination__rows-label"},"Rows per page:"),e("xpl-select",{key:"295db6e36fcf861ffd4f25550322552c6641084c",class:"xpl-pagination__rows-per-page-select",choices:this.rowsPerPageOptionsArray.map((t=>({label:t.toString(),value:t.toString(),isSelected:t===this.selectedRowsPerPage}))),ref:t=>{this.rowsPerPageSelectRef=t}})),e("div",{key:"87c7b3e4bf11be1668512f325139899496f2dd7a",class:"xpl-pagination__pager"},e("button",{key:"c020001ed61d227b9febd71bb9e411b3eeead985",class:"xpl-pagination__pager-button xpl-pagination__pager-button-prev",disabled:t,onClick:this.handlePrevPage,"aria-label":"Previous Page",tabindex:"0"},e("xpl-icon",{key:"3484457471eb692e3dc140b47f6d8bfd72899fe3",icon:"arrow-left",size:20})),e("xpl-select",{key:"f0897900308b3015db171f6b60382dd537f9dd71",class:"xpl-pagination__page-select",choices:Array.from({length:this.totalPages},((t,e)=>({label:`Page ${e+1}`,value:(e+1).toString(),isSelected:e+1===this.currentPage}))),"custom-display-value":!0,ref:t=>{this.pageSelectRef=t}},e("div",{key:"4c2184875c70ceac615c6efd05ef32f65d777152",slot:"custom-display-value"},`${this.currentPage} of ${this.totalPages}`)),e("button",{key:"91c856b44bf3b752280b36f69a53d4c2ed97da19",class:"xpl-pagination__pager-button xpl-pagination__pager-button-next",disabled:i,onClick:this.handleNextPage,"aria-label":"Next Page",tabindex:"0"},e("xpl-icon",{key:"538a33cbddd6d4e26b782e0a3178018b61f0dec4",icon:"arrow-right",size:20}))))}static get watchers(){return{currentPage:[{onPageUpdate:0}],selectedRowsPerPage:[{onRowsPerPageUpdate:0}]}}};var Y,J,Q=M(function(){if(J)return Y;J=1;var t="Expected a function",e=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,i=/^0b[01]+$/i,l=/^0o[0-7]+$/i,h=parseInt,s="object"==typeof self&&self&&self.Object===Object&&self,r="object"==typeof z&&z&&z.Object===Object&&z||s||Function("return this")(),o=Object.prototype.toString,d=Math.max,c=Math.min,n=function(){return r.Date.now()};function p(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function C(t){if("number"==typeof t)return t;if(function(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&"[object Symbol]"==o.call(t)}(t))return NaN;if(p(t)){var s="function"==typeof t.valueOf?t.valueOf():t;t=p(s)?s+"":s}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(e,"");var r=i.test(t);return r||l.test(t)?h(t.slice(2),r?2:8):a.test(t)?NaN:+t}return Y=function(e,a,i){var l=!0,h=!0;if("function"!=typeof e)throw new TypeError(t);return p(i)&&(l="leading"in i?!!i.leading:l,h="trailing"in i?!!i.trailing:h),function(e,a,i){var l,h,s,r,o,f,u=0,b=!1,m=!1,v=!0;if("function"!=typeof e)throw new TypeError(t);function g(t){var a=l,i=h;return l=h=void 0,u=t,r=e.apply(i,a)}function w(t){var e=t-f;return void 0===f||e>=a||e<0||m&&t-u>=s}function y(){var t=n();if(w(t))return k(t);o=setTimeout(y,function(t){var e=a-(t-f);return m?c(e,s-(t-u)):e}(t))}function k(t){return o=void 0,v&&l?g(t):(l=h=void 0,r)}function x(){var t=n(),e=w(t);if(l=arguments,h=this,f=t,e){if(void 0===o)return function(t){return u=t,o=setTimeout(y,a),b?g(t):r}(f);if(m)return o=setTimeout(y,a),g(f)}return void 0===o&&(o=setTimeout(y,a)),r}return a=C(a)||0,p(i)&&(b=!!i.leading,s=(m="maxWait"in i)?d(C(i.maxWait)||0,a):s,v="trailing"in i?!!i.trailing:v),x.cancel=function(){void 0!==o&&clearTimeout(o),u=0,l=f=h=o=void 0},x.flush=function(){return void 0===o?r:k(n())},x}(e,a,{leading:l,maxWait:a,trailing:h})}}());const tt=class{constructor(e){t(this,e),this.isOpenChange=l(this,"isOpenChange",7),this.isOpen=!1,this.disabled=!1,this.position="bottom-middle",this.display="arrow",this.isOpenState=this.isOpen,this.actualPosition=this.position,this.togglePopover=()=>{this.disabled||(this.isOpenState=!this.isOpenState)},this.handleKeyDown=t=>{"Escape"===t.key&&this.isOpenState&&(this.isOpenState=!1)},this.handleClickOutside=({target:t})=>{!this.el.contains(t)&&this.isOpenState&&(this.isOpenState=!1)}}onIsOpenPropChange(t){this.isOpenState=t}onIsOpenStateChange(t){this.updateActualPosition(t),this.isOpenChange.emit(t)}updateActualPosition(t){if(!this.triggerRef||!this.contentRef||!t)return;const e={"top-left":["top-left","bottom-left","top-right","bottom-right","top-middle","bottom-middle"],"bottom-left":["bottom-left","top-left","bottom-right","top-right","bottom-middle","top-middle"],"top-right":["top-right","bottom-right","top-left","bottom-left","top-middle","bottom-middle"],"bottom-right":["bottom-right","top-right","bottom-left","top-left","bottom-middle","top-middle"],"middle-left":["middle-left","middle-right","bottom-left","top-left","bottom-middle","top-middle"],"middle-right":["middle-right","middle-left","bottom-right","top-right","bottom-middle","top-middle"],"top-middle":["top-middle","top-start","top-end","bottom-middle","top-left","top-right"],"bottom-middle":["bottom-middle","bottom-start","bottom-end","top-middle","bottom-left","bottom-right"],"top-start":["top-start","bottom-start","top-end","bottom-end","top-middle","bottom-middle"],"top-end":["top-end","bottom-end","top-start","bottom-start","top-middle","bottom-middle"],"bottom-start":["bottom-start","top-start","bottom-end","top-end","bottom-middle","top-middle"],"bottom-end":["bottom-end","top-end","bottom-start","top-start","bottom-middle","top-middle"]}[this.position].find((t=>{const{top:e,left:a,bottom:i,right:l}=this.triggerRef.getBoundingClientRect(),{width:h,height:s}=this.contentRef.getBoundingClientRect(),{innerWidth:r,innerHeight:o}=window,d=i+s<o,c=e-s>=0,n=a-h>=0,p=l+h<r,C=(e+i)/2,f=t=>t&&C-s/2>=0&&C+s/2<=o,u=(a+l)/2,b=t=>t&&u-h/2>=0&&u+h/2<=r,m=a+h<r,v=l-h>=0;switch(t){case"top-left":return d&&n;case"middle-left":return f(n);case"bottom-left":return c&&n;case"top-right":return d&&p;case"middle-right":return f(p);case"bottom-right":return c&&p;case"top-middle":return b(c);case"bottom-middle":return b(d);case"top-start":return c&&m;case"top-end":return c&&v;case"bottom-start":return d&&m;case"bottom-end":return d&&v;default:return!1}}))||this.position;this.actualPosition=e}connectedCallback(){document.addEventListener("mousedown",this.handleClickOutside.bind(this)),document.addEventListener("keydown",this.handleKeyDown),this.updateListener=Q((()=>{this.updateActualPosition(this.isOpenState)})),["resize","scroll"].forEach((t=>{window.addEventListener(t,this.updateListener,{passive:!0})}))}disconnectedCallback(){document.removeEventListener("mousedown",this.handleClickOutside),document.removeEventListener("keydown",this.handleKeyDown),["resize","scroll"].forEach((t=>{window.removeEventListener(t,this.updateListener)}))}render(){return e(a,{key:"cf6c4f6b028bfdb9d08f6c8ad2b433c38c1a6f9f"},e("div",{key:"778f9a2f3a5626b19f5446c56d89f9bb6b31ca36",class:{"xpl-popover":!0,[`xpl-popover--${this.actualPosition}`]:!0,"xpl-popover--is-open":this.isOpenState}},e("span",{key:"762401eb1e8d30644dfb55e10f4f5f56abff648f",role:"button",tabindex:"0","aria-haspopup":"dialog","aria-expanded":this.isOpenState?"true":"false",onClick:this.togglePopover,ref:t=>{this.triggerRef=t}},e("slot",{key:"c29166383d024f24d6883ff0d4ea85380f849712",name:"trigger"})),"arrow"===this.display&&e("div",{key:"ef7eb85bc764ab403fc4b069a50606da16e3fcdc",class:"xpl-popover__arrow"},e("svg",{key:"32bc234f1dbc9b07b3b3e2b69e5be222bab02a26",width:"17",height:"14",xmlns:"http://www.w3.org/2000/svg"},e("path",{key:"d34ec2d2b3e67459981f29ce21810f1fb6b7ba45",d:"M0 5h15l-7.5 7.5L0 5Z",fill:"white",stroke:"none",class:"arrow-fill"}),e("path",{key:"f251a3f748c9d4eb5d84d6416dd0121b3365000b",d:"M0 5 L7.5 12.5 L15 5",fill:"none",stroke:"black","stroke-width":"1",class:"arrow-stroke"}))),e("div",{key:"02632fb4c284db5eabce50f4c27079ba37e10204",class:{"xpl-popover__content":!0,[`xpl-popover__content--display-${this.display}`]:!0},ref:t=>this.contentRef=t},e("slot",{key:"770df2750d5d4875d38eb52bb26788095ce7292d"}))))}get el(){return i(this)}static get watchers(){return{isOpen:[{onIsOpenPropChange:0}],isOpenState:[{onIsOpenStateChange:0}]}}},et=class{constructor(e){t(this,e),this.currentStep=0}getCircleClass(t){return this.currentStep<t?"":this.currentStep===t?"xpl-progress-step-active":"xpl-progress-step-finished"}render(){return e(a,{key:"573fca634dcf64084cd74f243a52a978c55478d5",class:"xpl-progress"},e("div",{key:"e0bb02b55c6676bed131397188ffa0074dba71ef",class:"xpl-progress-container"},(this.steps||[]).map(((t,a)=>e("div",{class:`xpl-progress-step ${this.getCircleClass(a)}`},e("div",{class:"xpl-progress-step-content"},e("div",{class:"xpl-progress-step-circle"},a+1),e("div",{class:"xpl-progress-step-text"},t)))))))}},at=class{constructor(e){t(this,e),this.radioChange=l(this,"radioChange",7),this.id=s(),this.onChange=t=>{this.radioChange.emit(this.value?this.value:t.target.checked)}}render(){return e(a,{key:"cc375ac47add5a4fddc8744186d1600431cb998d",class:{"xpl-checkbox-radio-container":!0,styled:this.styled,disabled:this.disabled}},e("input",{key:"ccc9a14ec86cf5d455558298f367dd1eb2835399",class:"xpl-radio",type:"radio",checked:this.checked,disabled:this.disabled,id:this.id,name:this.name,required:this.required,onChange:this.onChange,value:this.value}),e("label",{key:"5c0661fded4424d6b758ef55953cfde8da1f2af5",class:{"xpl-label":!0,"xpl-label--disabled":this.disabled},htmlFor:this.id},e("slot",{key:"9e203d6010f049c74294f543c75b091c129a323d"}),this.description&&e("small",{key:"15447fa65dff82fda1cb7981bbf3160b7f526c53",class:{"xpl-description":!0,"xpl-description--disabled":this.disabled}},this.description)))}},it=class{constructor(e){t(this,e)}render(){return e(a,{key:"86273edf300aa07f9d95d602eba079a3e5585d63",class:"xpl-secondary-nav"},e("nav",{key:"1756c028fe605e00683b6fa07e7235a6e18c1f68","aria-label":"Secondary Nav"},e("slot",{key:"74d5e209c31456877c40267d16d4020faac7ca33"})))}};function lt(t){return t.label||t.value}function ht(t){return t.reduce(((t,e)=>[...t,...e.groupName?e.options:[e]]),[])}const st=class{constructor(e){t(this,e),this.selectChange=l(this,"selectChange",7),this.changeEvent=l(this,"changeEvent",7),this.dropdownStateChange=l(this,"dropdownStateChange",7),this.triggerDropdown=l(this,"triggerDropdown",7),this.choices=[],this.selectIcon="chevron-down",this.mode="single",this.truncate=!0,this.active=!1,this.id=s(),this.keepFocus=!1,this.visibleChoices=1/0,this.choicesState=[],this.value=this.calculateValue(),this.dropdownOpenState=!1,this.container=null,this.dropdown=null,this.handleResizeThrottled=Q((()=>{this.maybeTruncateChoices()}),250),this.handleTabKeyDown=t=>{"Tab"===t.key&&(this.keepFocus=!0)},this.handleTagRemove=t=>{const e=e=>(null==t?void 0:t.value)&&e.value===t.value||(null==t?void 0:t.label)&&e.label===t.label;this.choicesState=this.choicesState.map((t=>{var a;return Object.assign(Object.assign({},t),{isSelected:!e(t)&&t.isSelected,options:null===(a=t.options)||void 0===a?void 0:a.map((t=>Object.assign(Object.assign({},t),{isSelected:!e(t)&&t.isSelected})))})}))},this.handleDropdownScroll=t=>{const{scrollTop:e,scrollHeight:a,clientHeight:i}=this.dropdown.querySelector(".xpl-dropdown-list");(0===e&&t.deltaY<0||e+i>=a&&t.deltaY>0)&&t.preventDefault()}}onChoicesPropChanged(t){this.choicesState=this.initializeChoicesState()}onSelectedValuesPropChanged(){this.choicesState=this.initializeChoicesState()}onChoicesStateChanged(){this.update()}handleValueStateChange(t){this.selectChange.emit(t),this.changeEvent.emit("single"===this.mode?t:(null==t?void 0:t.length)?t.split("|"):[]),this.customDisplayValue&&null!==this.container&&(this.container.querySelectorAll(".custom-display-value").forEach((e=>{e.classList.toggle("display-active",t.length>0),e.classList.toggle("display-inactive",0===t.length)})),this.container.querySelectorAll(".placeholder").forEach((e=>{e.classList.toggle("placeholder-hidden",t.length>0)})))}onDropdownOpenStateChanged(t){this.dropdownStateChange.emit(t)}initializeChoicesState(){return this.choices.map((t=>{var e;const a="string"==typeof this.selectedValues?[this.selectedValues]:this.selectedValues;return Object.assign(Object.assign({},t),{isSelected:t.isSelected||(null==a?void 0:a.includes(t.value||t.label)),options:null===(e=t.options)||void 0===e?void 0:e.map((t=>Object.assign(Object.assign({},t),{isSelected:t.isSelected||(null==a?void 0:a.includes(t.value||t.label))})))})}))}maybeTruncateChoices(){var t,e;if("single"===this.mode||!this.truncate)return;const a=null===(t=this.container)||void 0===t?void 0:t.getBoundingClientRect().width;let i=0,l=0;const h=null===(e=ht(this.choicesState))||void 0===e?void 0:e.filter((t=>t.isSelected));if(!h.length)return;const s=h.length;h.forEach(((t,e)=>(l+=function(t){const e=document.createElement("canvas").getContext("2d");return e.font="14px apple-system, system-ui, 'Segoe UI', Arial, Helvetica, Roboto, sans-serif",e.measureText(t).width+44}(lt(h[e])),l>a-140||(i+=1),null))),i>=s&&(i=1/0),i<1&&(i=1),this.visibleChoices=i}closeDropdown(){var t;(null===(t=this.dropdown)||void 0===t?void 0:t.isOpen)&&(this.dropdown.isOpen=!1,this.active=!1)}calculateValue(){const t=ht(this.choicesState).filter((t=>t.isSelected));return t.length?"single"===this.mode?t[0].value||t[0].label:t.map((t=>t.value||t.label)).join("|"):""}update(){this.value=this.calculateValue(),this.maybeTruncateChoices()}renderLabel(){return this.label||this.description?e("label",{class:{"xpl-label":!0,"xpl-label--disabled":this.disabled},htmlFor:this.id},this.label,this.description&&e("small",{class:{"xpl-description":!0,"xpl-description--disabled":this.disabled}},this.description)):null}renderSelectedTags(){let t=0;const a=ht(this.choicesState).filter((t=>t.isSelected));return a.length?a.map(((i,l)=>t>=this.visibleChoices?null:(t+=1,e("xpl-tag",{onClose:()=>this.handleTagRemove(a[l])},lt(a[l]))))):null}renderError(){return void 0===this.error||0===this.error.length?null:e("label",{class:"xpl-input-error",htmlFor:this.id},e("xpl-icon",{icon:"alert-circle"}),this.error)}componentWillLoad(){this.choicesState=this.initializeChoicesState()}handleClickEvent(t){const e=t.target.closest(".xpl-select");null!==e&&e===this.container||this.closeDropdown()}handleKeyDown(t){var e;"Escape"===t.key&&(this.active||(null===(e=this.container)||void 0===e?void 0:e.contains(document.activeElement)))&&this.closeDropdown()}handleResize(){this.handleResizeThrottled()}componentDidLoad(){requestAnimationFrame((()=>{this.maybeTruncateChoices()}))}disconnectedCallback(){var t;null===(t=this.handleResizeThrottled)||void 0===t||t.cancel()}handleDropdownTrigger(){var t;const e=null!==(t=this.dropdown.isOpen)&&void 0!==t&&t,a=!e;this.triggerDropdown.emit({prevState:e,nextState:a}).defaultPrevented||this.disabled||(this.dropdownOpenState=a,this.dropdown.isOpen=a)}async reset(){this.closeDropdown(),this.choicesState=this.choicesState.map((t=>{var e;return Object.assign(Object.assign({},t),{isSelected:!1,options:null===(e=t.options)||void 0===e?void 0:e.map((t=>Object.assign(Object.assign({},t),{isSelected:!1})))})}))}render(){var t,i,l;const s=ht(this.choicesState).filter((t=>t.isSelected)),r=(null===(t=s[0])||void 0===t?void 0:t.label)||(null===(i=s[0])||void 0===i?void 0:i.value),o=s.length>1&&this.visibleChoices<1/0&&this.truncate&&!this.customDisplayValue,d=`+ ${Math.abs(this.choicesState.filter((t=>t.isSelected)).length-this.visibleChoices)} more`;return e(a,{key:"8ffd6b069df2b869abfa22ae5e41731a992abe36",class:{"xpl-select":!0,"xpl-select--disabled":this.disabled,"xpl-select--no-truncate":!this.truncate,[null!==(l=this.classNames)&&void 0!==l?l:""]:!!this.classNames},onKeyDown:this.handleTabKeyDown,ref:t=>{this.container=t}},this.renderLabel(),e("div",{key:"ed959919397c5c2ffc063957188e00a10feeed9a",class:{"xpl-input":!0,"xpl-input--disabled":this.disabled,"xpl-input--error":void 0!==this.error}},e("div",{key:"266e7d99a66d66241ebe1d20375d0a270b8b6399",class:"xpl-input-wrapper"},e("button",{key:"cdb455539afb77ab76f729e8a21419d32c220a75",class:"xpl-select__trigger",disabled:this.disabled,id:this.id,onKeyDown:this.handleTabKeyDown,onClick:t=>{t.preventDefault(),this.handleDropdownTrigger()},type:"button"},e("div",{key:"db9e85fa588af2c35d3de960826c171bc02627af",class:{"xpl-select-value":!0,"xpl-select-value--active":"multi"===this.mode&&this.value.length>0,"has-value":this.value.length>0}},(()=>this.customDisplayValue?e(h,null,e("div",{class:{"custom-display-value":!0,"custom-display-value--inactive":0===this.value.length}},e("slot",{name:"custom-display-value"})),e("span",{class:{"xpl-placeholder--hidden":this.value.length>0}},this.placeholder)):"single"===this.mode?r||this.placeholder:this.value.length>0?this.renderSelectedTags():this.placeholder)(),o&&d),e("xpl-icon",{key:"ef3997f19a4e4bb4de12f826c736ef9afc4bd5c8",class:"xpl-select__chevron-down",icon:this.selectIcon}))),!this.disabled&&e("xpl-dropdown",{key:"df29a0a21c11fa4c9a550a4339c6719793783404",ref:t=>{this.dropdown=t},isOpen:this.dropdownOpenState,options:this.choicesState,selectedValues:this.selectedValues,mode:this.mode,triggerId:this.id,update:(t,{component:e})=>{const{options:a}=e;a&&a.length>0&&(this.choicesState=a)},onIsOpenChange:t=>{this.dropdownOpenState=t.detail},onWheel:this.handleDropdownScroll,anchorToTrigger:!0}),this.renderError()),e("input",{key:"3e7f53a0d8e6d4e8028e1dc38d0e3661b76978f5",type:"hidden",name:this.name,value:this.value}))}static get watchers(){return{choices:[{onChoicesPropChanged:0}],selectedValues:[{onSelectedValuesPropChanged:0}],choicesState:[{onChoicesStateChanged:0}],value:[{handleValueStateChange:0}],dropdownOpenState:[{onDropdownOpenStateChanged:0}]}}},rt=class{constructor(e){t(this,e),this.shape="rectangle",this.size="custom"}render(){return e(a,{key:"018d8ef69972d40fa84fd700ca778862f762b699",class:{"xpl-skeleton":!0,[`xpl-skeleton--shape-${this.shape}`]:!0,[`xpl-skeleton--size-${this.size}`]:!0,[this.classNames]:!!this.classNames,"xpl-skeleton--full-width":this.fullWidth},style:{width:this.width||void 0,height:this.height||void 0,margin:this.margin||void 0}})}},ot=class{constructor(e){t(this,e),this.isOpenChange=l(this,"isOpenChange",7),this.isOpen=!1,this.backdrop=!1,this.variant="default",this.showFooter=!0,this.handleClose=()=>{this.isOpen=!1}}watchPropHandler(t){this.isOpen=t,this.isOpenChange.emit(t)}handleScroll(){const t=this.el.querySelector(".content");t.scrollHeight>t.clientHeight?t.classList.add("has-shadow"):t.classList.remove("has-shadow")}componentDidLoad(){this.handleScroll()}render(){return e(a,{key:"d38f708c91ffd96369e5277b9e4d5c74e52a41d4",class:"xpl-slideout"},this.backdrop&&this.isOpen&&e("xpl-backdrop",{key:"8cfea9e2d270e84783f99db0b12b2749a829ff8a",onClick:this.handleClose}),e("aside",{key:"8b3a24dccbb44c281bad35ab8d2af895bde56d10",class:`slideout slideout--${!this.isOpen&&"closed"}`},e("header",{key:"921acd55e9aedcd5c04d2d6d4f2d26515ec744b8",class:"header"},e("div",{key:"dd434e7a1b5d28aa0833979f8d515df28ad00cc9",class:"title"},e("slot",{key:"9743e88555558ec66e46528b04d6f6391d1bd8df",name:"title"}),e("xpl-button",{key:"7b7b267fa892363d0d25af419bdaa55dd5a362ef",class:"close-button",iconOnly:!0,size:"sm",variant:"subtle",onClick:this.handleClose},e("xpl-icon",{key:"d27bd1de9864fbc6b72f1b71658ece1f5dfeddc9",icon:"x"}))),e("div",{key:"3183410cecb0973d8b7dca3997e1f6c254d28892",class:"subtitle"},e("slot",{key:"6dd1fbcdd15fde802a316053b19566c618f41dd0",name:"subtitle"})),e("div",{key:"b3c4a050275de296b43dc7d9e87bcc082c7f14ec",class:"search"},e("slot",{key:"c6f0ef04a753cb71da97021caa791ded9e2e0533",name:"search"}))),e("xpl-divider",{key:"68301c3540651d6d0dc2e9577d8fc6d2e5e9f536",tier:0,class:"divider top"}),e("article",{key:"eff6e4e81dfe48a9bf2f59d5f5ca09c5f56e6491",class:"content",tabIndex:0},e("slot",{key:"f3f25c5b51ae017cb6f84ea0f1c14329ba429adb",name:"content"})),this.showFooter&&e("footer",{key:"6e94107fefc5e2e24edb21f61b0e4af32c954445"},e("xpl-divider",{key:"89c550dbb352c6b22534edf7ff3a0e8d0513a206",tier:0,class:"divider bottom"}),e("div",{key:"32fe00b37f65ef0b1ba42bf8e7d8f59dfec7aa68",class:"footer"},e("slot",{key:"f42ee4c847be0ab553d039bc0ce50e29e70984fa",name:"tertiary"}),e("slot",{key:"dd6b8757bcd85dd79a084d3ec0bbbfd6629297bb",name:"secondary"}),e("slot",{key:"e6d4fea0d1ebfa7bd71fce313dee34b25f164b0c",name:"primary"})))))}get el(){return i(this)}static get watchers(){return{isOpen:[{watchPropHandler:0}]}}},dt=class{constructor(e){t(this,e),this.tabChange=l(this,"tabChange",7),this.selected=!1,this.handleTabClick=()=>{this.tabChange.emit(this.target)}}render(){return e(a,{key:"3f1eaa197c02b1bb45da97e59a58aeea9f86bc6f",class:{"xpl-tab":!0,"xpl-tab--selected":this.selected}},e("button",{key:"12066216ecbc4fa91c7645b45e4affce20342e4b",onClick:this.handleTabClick,class:"xpl-tab__button",role:"tab","aria-controls":this.target},e("slot",{key:"bbe6f9c862510aa83d4816fc7366e82ac10cf266"})))}},ct=class{constructor(e){t(this,e),this.selected=!1}render(){return e(a,{key:"f22da3feed8a64baae080a1593ea35c68d41f857",class:{"xpl-tab-panel":!0,"xpl-tab-panel--selected":this.selected},role:"tabpanel","aria-labelledby":this.target},e("slot",{key:"88311f1af38490ec1b3ba8aee8f1bb39d58cfd11"}))}},nt=class{constructor(e){t(this,e),this.tableSelect=l(this,"tableSelect",7),this.sortChanged=l(this,"sortChanged",3),this.selectedValues=[],this.isSortable=!1,this.sortableColumns=[],this.areAllSelected=!1,this.hasScrolled=!1,this.sortTypeArray=[],this.selectAllValue=Math.random().toString(36).slice(2),this.selectAll=t=>{const{target:e}=t;if(!(e instanceof HTMLInputElement))return;const{checked:a}=e;this.areAllSelected=a,this.selected=this.selectedValues.length>0?Array.from(this.el.querySelectorAll("tbody td:first-child input")).map((t=>a?null==t?void 0:t.value:a)):this.selected.map((()=>a)),this.onChange()},this.selectOne=(t,e)=>{const{target:a}=t;if(!(a instanceof HTMLInputElement))return;const{checked:i,value:l}=a;this.areAllSelected=!1,this.selected=this.selected.map(((t,a)=>a!==e?t:this.selectedValues.length>0&&i?l:i)),this.onChange()},this.onChange=()=>{this.tableSelect.emit({selected:this.selected,areAllSelected:this.areAllSelected})},this.onScroll=()=>{this.hasScrolled=this.container.scrollLeft>0},this.sortBy=(t,e)=>{const a=(e,a)=>e[t].toLocaleLowerCase()<a[t].toLocaleLowerCase()?-1:e[t].toLocaleLowerCase()>a[t].toLocaleLowerCase()?1:0;switch(e[t]){case"asc":this.rowData.sort(((t,e)=>a(t,e)));break;case"desc":this.rowData.sort(((t,e)=>a(e,t)));break;default:this.rowData=this.data,this.sortTypeArray[t]=null}this.rowData=Array.from(this.rowData),this.render()},this.setData=()=>{this.rowData=void 0!==this.data?Array.from(this.data):[]},this.setFooterData=()=>{this.rowFooterData=void 0!==this.footer?Array.from(this.footer):[]}}handleSort(t,e,a,i){t.preventDefault(),t.stopPropagation(),e&&(this.sortTypeArray=this.sortTypeArray.map(((t,e)=>{if(e!==a)return null;switch(t){case"asc":return"desc";case"desc":return null;default:return"asc"}})),this.sortChanged.emit({colNum:a,colName:i,sortTypeArr:this.sortTypeArray}).defaultPrevented||this.sortBy(a,this.sortTypeArray))}watchData(){this.setData()}watchFooterData(){this.setFooterData()}watchColumns(){this.sortTypeArray=this.columns?this.columns.map((()=>null)):[]}componentWillLoad(){this.areAllSelected=!1,this.setData(),this.setFooterData(),this.selected=new Array(this.rowData.length).fill(!1),this.sortTypeArray=this.columns?this.columns.map((()=>null)):[]}render(){var t;return!this.columns||this.sortTypeArray&&this.sortTypeArray.length===this.columns.length||(this.sortTypeArray=this.columns.map((()=>null))),e(a,{key:"3ac2c96a4d691a8e60a2f0f5732787a4dd43e71e"},e("div",{key:"242225267bf912ae46cf38dd1750dcd66fa627f7",class:"xpl-table-container",onScroll:this.onScroll,ref:t=>{this.container=t}},e("table",{key:"76f22b451b7d09f2843d1afc063f8e287afb419f",class:{"xpl-table":!0,"xpl-table--striped":this.striped,"xpl-table--freeze":this.freeze,"xpl-table--has-scrolled":this.hasScrolled}},this.columns&&e("thead",{key:"be12e8292faf5be828c281e3c7d5396652c7e4b8"},this.columns.map(((t,a)=>{var i;const l=(t=>{switch(t){case"asc":return"arrow-up";case"desc":return"arrow-down";default:return"dash"}})(null===(i=this.sortTypeArray)||void 0===i?void 0:i[a]),h=!(!this.isSortable||!this.sortableColumns[a]);return e("th",null,e("label",{onClick:e=>this.handleSort(e,h,a,t.replace(/ /g,"-").toLowerCase()),class:h?"cursor-pointer":""},this.multiselect&&0===a&&e("input",{checked:this.areAllSelected,id:"__xpl-table-th",indeterminate:!this.areAllSelected&&this.selected.some((t=>t)),onClick:t=>{t.stopPropagation(),this.selectAll(t)},type:"checkbox",value:`select-all-${this.selectAllValue}`}),t,h&&!!this.sortTypeArray[a]&&e("xpl-icon",{icon:l,size:16})))}))),e("tbody",{key:"94c5ad3a68f1cffa73a55bb106e81c8899ddc2c4"},this.rowData.map(((t,a)=>e("tr",{class:this.selected&&this.selected[a]?"xpl-table-row-selected":""},t.map(((t,i)=>e("td",null,this.multiselect&&0===i?e("label",{htmlFor:`__xpl-table-row-${a}`},e("input",{id:`__xpl-table-row-${a}`,checked:!!this.selected[a],type:"checkbox",onChange:t=>this.selectOne(t,a),value:this.selectedValues.length>0?this.selectedValues[a]:`xpl-table-checkbox-${a}`}),e("div",{innerHTML:t})):e("div",{innerHTML:t})))))))),(null===(t=this.rowFooterData)||void 0===t?void 0:t.length)>0&&e("tfoot",{key:"2bcfdfed0e5709f60f4beec7f8f58038899b8b30"},this.rowFooterData.map((t=>e("tr",null,t.map((t=>e("td",null,e("div",{innerHTML:t})))))))))))}get el(){return i(this)}static get watchers(){return{data:[{watchData:0}],footer:[{watchFooterData:0}],columns:[{watchColumns:0}]}}},pt=class{constructor(e){t(this,e),this.tabChange=l(this,"tabChange",7),this.fullWidth=!1,this.selectedValue=this.getDefaultValue(),this.activeBarPosition={left:0,width:0},this.isMobileSelectChange=!1,this.tabHeadings=[],this.tabPanels=[],this.handleTabChange=t=>{this.updateTabsSelectedState(t)}}onWindowResize(){this.updateActiveBarPosition()}getDefaultValue(){var t,e;return this.value||(null===(e=null===(t=this.tabHeadings)||void 0===t?void 0:t[0])||void 0===e?void 0:e.getAttribute("target"))||""}updateActiveBarPosition(){const t=this.tabHeadings.find((t=>t.getAttribute("target")===this.selectedValue));if(!this.headingsContainerRef||!t)return;const e=t.getBoundingClientRect(),a=this.headingsContainerRef.getBoundingClientRect();this.activeBarPosition={left:e.left-a.left,width:e.width}}updateTabsSelectedState(t){this.tabHeadings.forEach((e=>{t===e.getAttribute("target")?e.setAttribute("selected",""):e.removeAttribute("selected")})),this.tabPanels.forEach((e=>{t===e.getAttribute("target")?e.setAttribute("selected",""):e.removeAttribute("selected")})),requestAnimationFrame((()=>{this.selectedValue=t,this.updateActiveBarPosition()}))}collectTabs(){this.tabHeadings=Array.from(this.el.querySelectorAll("xpl-tab")),this.tabPanels=Array.from(this.el.querySelectorAll("xpl-tab-panel")),this.handleTabChange(this.getDefaultValue())}renderChoices(){return this.tabHeadings.map((t=>{var e,a;return{label:Array.from(null!==(a=null===(e=t.querySelector(".xpl-tab__button"))||void 0===e?void 0:e.childNodes)&&void 0!==a?a:[]).filter((t=>t.nodeType===Node.TEXT_NODE)).map((t=>t.textContent.trim())).join(" "),value:t.getAttribute("target")}}))}connectedCallback(){"undefined"!=typeof MutationObserver&&(this.observer=new MutationObserver((()=>{this.collectTabs()})),this.observer.observe(this.el,{childList:!0,subtree:!0}))}disconnectedCallback(){var t;null===(t=this.observer)||void 0===t||t.disconnect()}componentDidLoad(){this.collectTabs()}render(){return e(a,{key:"c6858318e3adea4fb9a5587d16aff2778a69af0d",class:{"xpl-tabs":!0,"xpl-tabs--full-width":this.fullWidth}},e("xpl-select",{key:"f6e67e41dc20da4bd6c3d9d4b60045e0e55c7343",classNames:"xpl-tabs__mobile-select",choices:this.renderChoices(),selectedValues:this.selectedValue,onDropdownStateChange:t=>{t.detail&&(this.isMobileSelectChange=!0)},onChangeEvent:t=>{if(this.isMobileSelectChange){const e=t.detail.toString();this.handleTabChange(e),this.tabChange.emit(e),this.isMobileSelectChange=!1}}}),e("nav",{key:"297eb4c0695adf1bea03de7e6874a0b61e108319",class:"xpl-tabs__headings",role:"tablist",ref:t=>{this.headingsContainerRef=t},onTabChange:t=>{this.isMobileSelectChange=!1,this.handleTabChange(t.detail)}},e("div",{key:"cd60b8acf47bb319bc92852d5f62ba456acee6f0",class:"xpl-tabs__active-bar",style:{transform:`translateX(${this.activeBarPosition.left}px)`,width:`${this.activeBarPosition.width}px`}}),e("slot",{key:"a4b73230bfc7178381780a5136a5c1d820be7d65",name:"heading"})),e("div",{key:"e5d4cf94e1c75dabe73d8a5cc2d00cc97466f1b2",class:"xpl-tabs__panels"},e("slot",{key:"e3d2fbfed0ebc74f2fc41f74574e202e834e2129",name:"panel"})))}get el(){return i(this)}static get watchers(){return{value:[{updateTabsSelectedState:0}]}}},Ct=class{constructor(e){t(this,e),this.close=l(this,"close",7)}render(){return e(a,{key:"4a5d37bbd7458d289bf7ea272bd3f944e5f1f1a8",class:"xpl-tag-container"},e("button",{key:"65701bf44741a791ab8d60db2de0f3308c83df33",class:"xpl-tag",onClick:()=>{this.close.emit()}},e("slot",{key:"bd3a1e0af2dbfbc70e18082a1cd0c02710f6ef26"})),e("button",{key:"13224cc6cc44e1c4ed9515019906ba3217edffd7",class:"xpl-tag__close",onClick:()=>{this.close.emit()}},"×"))}},ft=class{constructor(a){t(this,a),this.variant="neutral",this.showIcon=!0,this.dismissable=!0,this.timeout=8e3,this.handleAnimationEnd=()=>{var t,e;(null===(t=this.el)||void 0===t?void 0:t.classList.contains("xpl-toast--dismissed"))&&(null===(e=this.el)||void 0===e||e.remove())},this.getIcon=()=>{switch(this.variant){case"warning":return e("xpl-icon",{size:24,icon:"alert-hex"});case"success":return e("xpl-icon",{size:24,icon:"check-circle"});default:return e("xpl-icon",{size:24,icon:"comment-alt"})}},this.dismiss=()=>{var t;null===(t=this.el)||void 0===t||t.classList.add("xpl-toast--dismissed")}}componentDidLoad(){this.actionSlot.children.length<1&&setTimeout((()=>{this.dismiss()}),this.timeout)}render(){var t;return e(a,{key:"6a4c1dfe86f62c39db5573a0bb1eef2c14616085",class:`xpl-toast xpl-toast--${this.variant}`,onAnimationEnd:this.handleAnimationEnd},e("div",{key:"282a4c5fc37e538d3359a0c38e7cd30e2a29e311",class:"xpl-toast__left"},this.showIcon&&e("div",{key:"dfb6bb1923f5c9e1b1dae80630cc7977529e834f",class:`xpl-toast__icon xpl-toast__icon--${this.variant}`},this.getIcon()),e("div",{key:"9a1755b484e316be08b89044ae3c55e7a30c3795",class:"xpl-toast__notification"},e("p",{key:"afa9572dcb109c58c6c4045e14b604010da95230",class:"xpl-toast__title"},e("slot",{key:"0b80b8719e79a1e01bcf8ec125db8d9762f1a1d7",name:"title"})),""!==this.caption&&e("p",{key:"7debe4dd50870bc6478a86e7742450f667dfee3a",class:"xpl-toast__caption"},null===(t=this.caption)||void 0===t?void 0:t.substring(0,85)))),e("div",{key:"194104f419162bd4157fb5e8885983ca40467d9c",class:"xpl-toast__action",ref:t=>{this.actionSlot=t}},e("slot",{key:"c63cc79ec725417c4f317dd72511e72b24f8280e",name:"action"})),this.dismissable&&e("div",{key:"3328ad43d7cd4026d5b4488dc2d920031be0ca34",class:"xpl-toast__close"},e("button",{key:"ce3b27ae3c1570806916b3d668678513df5065ed",tabIndex:0,onClick:this.dismiss},e("xpl-icon",{key:"be1a177568f933417b62ce2a2705441d00b3118f",icon:"x"}))))}get el(){return i(this)}},ut=()=>e("svg",{xmlns:"http://www.w3.org/2000/svg",width:"17",height:"14"},e("g",{filter:"url(#a)"},e("path",{d:"M0 5h15l-7.5 7.5L0 5Z"})),e("defs",null,e("filter",{id:"a",width:"20",height:"8.171",x:".5",y:"5","color-interpolation-filters":"sRGB",filterUnits:"userSpaceOnUse"},e("feFlood",{"flood-opacity":"0",result:"BackgroundImageFix"}),e("feColorMatrix",{in:"SourceAlpha",result:"hardAlpha",values:"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"}),e("feOffset",{dy:"1"}),e("feComposite",{in2:"hardAlpha",operator:"out"}),e("feColorMatrix",{values:"0 0 0 0 0.882353 0 0 0 0 0.886275 0 0 0 0 0.909804 0 0 0 1 0"}),e("feBlend",{in2:"BackgroundImageFix",result:"effect1_dropShadow_20073_3067"}),e("feBlend",{in:"SourceGraphic",in2:"effect1_dropShadow_20073_3067",result:"shape"})))),bt=class{constructor(e){t(this,e),this.position="top-middle",this.hideArrow=!1}render(){return e(a,{key:"2a442f9c9c54e8e6f8032b5d6384c84a1fbda0ad"},e("div",{key:"f30932db02af0f1273421b14c5b25840adbc3f58",class:"xpl-tooltip-container"},e("slot",{key:"729aee67e66fb3d281b84a86aeba2d12a8a08340"}),e("div",{key:"9c0f6a237f2a1a11459a311095a2bdf9be4b176d",class:`xpl-tooltip xpl-tooltip--${this.position}`},this.text),!this.hideArrow&&e("div",{key:"3bb6b085ddde321cf3063feba8ff23e785723afd",class:"xpl-tooltip-arrow"},e(ut,{key:"f687c2776a7b9097aec183c5128e9e238e57d26e"}))))}},mt=class{constructor(e){t(this,e),this.navOpen=l(this,"navOpen",7),this.open=!0}onNavToggle(){this.open=!this.open,this.navOpen.emit(this.open)}componentWillLoad(){this.open=void 0!==this.isNavOpenAtStartup?this.isNavOpenAtStartup:this.open}render(){return e(a,{key:"a67e91188d392358df4b052d7e9026cf2f6b9b04"},e("nav",{key:"f51a3c37a1c8ae3d4f4ba8b524fb1f2ff2dd5ea8","aria-label":"utility navigation bar",class:"xpl-utility-bar"},this.navControl?e("div",null,e("button",{class:"xpl-utility-bar__nav-control",onClick:()=>this.onNavToggle()},e("xpl-icon",{class:"xpl-utility-nav__bars",icon:"three-bars"})),e("slot",{name:"aside"})):e("slot",{name:"aside"}),e("slot",{key:"75f581a8455f372b692a9ec190c2f0974b214105",name:"main"})))}};export{o as xpl_avatar,d as xpl_backdrop,c as xpl_badge,n as xpl_breadcrumb_item,p as xpl_breadcrumbs,C as xpl_button,f as xpl_checkbox,u as xpl_choicelist,b as xpl_content_area,m as xpl_dashboard,v as xpl_data_card,g as xpl_divider,w as xpl_dropdown,y as xpl_dropdown_group,k as xpl_dropdown_heading,x as xpl_dropdown_option,L as xpl_header_accordion,j as xpl_icon,E as xpl_input,N as xpl_input_color,W as xpl_input_date,B as xpl_input_file,U as xpl_input_time,K as xpl_modal,G as xpl_nav_item,X as xpl_pagination,tt as xpl_popover,et as xpl_progress,at as xpl_radio,it as xpl_secondary_nav,st as xpl_select,rt as xpl_skeleton,ot as xpl_slideout,dt as xpl_tab,ct as xpl_tab_panel,nt as xpl_table,pt as xpl_tabs,Ct as xpl_tag,ft as xpl_toast,bt as xpl_tooltip,mt as xpl_utility_bar}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as s,H as e}from"./p-DhZas3eX.js";const a=class{constructor(s){t(this,s),this.disabled=!1,this.selected=!1,this.isDisabled=!1}componentWillLoad(){this.isDisabled=this.disabled}componentDidLoad(){this.updateRowCellsDisabledState()}componentDidUpdate(){this.updateRowCellsDisabledState()}updateRowCellsDisabledState(){this.hostElement.querySelectorAll("xpl-dynamic-table-cell").forEach((t=>{t.disabled=this.isDisabled}))}render(){return s(e,{key:"3f514b6ebd0c519329c1f88fd7a06681fd263c20",role:"row",class:`xpl-dynamic-table-row\n ${this.isDisabled?"disabled":""}\n ${this.selected?"selected":""}`,ref:t=>{this.hostElement=t}},s("slot",{key:"acfe30cd4d852f2787ac18376b8b491731a736d4"}))}};export{a as xpl_dynamic_table_row}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as t,H as r,g as e}from"./p-DhZas3eX.js";const a=class{constructor(t){s(this,t)}componentDidLoad(){const s=Array.from(this.container.querySelectorAll(".xpl-grid-item"));let t=0,r=0,e=0,a=0;s.forEach((s=>{t+=+s.getAttribute("lg")||6,r+=+s.getAttribute("md")||6,e+=+s.getAttribute("sm")||6,a+=+s.getAttribute("xs")||6,t%6==0&&s.classList.add("xpl-grid-item-lg-last"),r%6==0&&s.classList.add("xpl-grid-item-md-last"),e%6==0&&s.classList.add("xpl-grid-item-sm-last"),a%6==0&&s.classList.add("xpl-grid-item-xs-last")}))}render(){return t(r,{key:"ebca0f4cd2335a920d6e070a5ea8e6ca32e06fb2",class:"xpl-grid"})}get container(){return e(this)}};export{a as xpl_grid}
|