@sellmate/design-system 1.0.41 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/cjs/sd-button_20.cjs.entry.js +10 -2
  2. package/dist/cjs/sd-confirm-modal.cjs.entry.js +4 -4
  3. package/dist/cjs/sd-modal-container.cjs.entry.js +17 -9
  4. package/dist/cjs/sd-popover.cjs.entry.js +10 -2
  5. package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +5 -5
  6. package/dist/collection/components/sd-modal-container/sd-modal-container.js +18 -10
  7. package/dist/collection/components/sd-popover/sd-popover.js +10 -2
  8. package/dist/collection/components/sd-tooltip/sd-tooltip.js +10 -2
  9. package/dist/components/{p-DGA1KNaL.js → p-AfdVu7_V.js} +1 -1
  10. package/dist/components/{p-CHq9aVFe.js → p-B2IPxQNl.js} +1 -1
  11. package/dist/components/{p-D6ayf5l7.js → p-BZJDhQ6h.js} +1 -1
  12. package/dist/components/p-CArAuWdh.js +1 -0
  13. package/dist/components/p-CnZPI5RL.js +1 -0
  14. package/dist/components/{p-DpqpugGF.js → p-jaHdAlr9.js} +1 -1
  15. package/dist/components/{p-DZ8T3piH.js → p-jk3tAdJg.js} +1 -1
  16. package/dist/components/sd-barcode-input.js +1 -1
  17. package/dist/components/sd-confirm-modal.js +1 -1
  18. package/dist/components/sd-date-picker.js +1 -1
  19. package/dist/components/sd-date-range-picker.js +1 -1
  20. package/dist/components/sd-field.js +1 -1
  21. package/dist/components/sd-input.js +1 -1
  22. package/dist/components/sd-modal-container.js +1 -1
  23. package/dist/components/sd-number-input.js +1 -1
  24. package/dist/components/sd-popover.js +1 -1
  25. package/dist/components/sd-select-dropdown.js +1 -1
  26. package/dist/components/sd-select-group.js +1 -1
  27. package/dist/components/sd-select-multiple-group.js +1 -1
  28. package/dist/components/sd-select-multiple.js +1 -1
  29. package/dist/components/sd-select-search-input.js +1 -1
  30. package/dist/components/sd-select-v2.js +1 -1
  31. package/dist/components/sd-select.js +1 -1
  32. package/dist/components/sd-table.js +1 -1
  33. package/dist/components/sd-tooltip.js +1 -1
  34. package/dist/design-system/design-system.esm.js +1 -1
  35. package/dist/design-system/{p-ae3b8832.entry.js → p-4921c569.entry.js} +1 -1
  36. package/dist/design-system/p-535b0778.entry.js +1 -0
  37. package/dist/design-system/p-6db4e8c7.entry.js +1 -0
  38. package/dist/design-system/p-f91f4fcc.entry.js +1 -0
  39. package/dist/esm/sd-button_20.entry.js +10 -2
  40. package/dist/esm/sd-confirm-modal.entry.js +4 -4
  41. package/dist/esm/sd-modal-container.entry.js +17 -9
  42. package/dist/esm/sd-popover.entry.js +10 -2
  43. package/dist/types/components/sd-confirm-modal/sd-confirm-modal.d.ts +1 -1
  44. package/dist/types/components/sd-modal-container/sd-modal-container.config.d.ts +3 -0
  45. package/dist/types/components/sd-popover/sd-popover.d.ts +1 -0
  46. package/dist/types/components/sd-tooltip/sd-tooltip.d.ts +1 -0
  47. package/dist/types/components.d.ts +2 -2
  48. package/hydrate/index.js +41 -17
  49. package/hydrate/index.mjs +41 -17
  50. package/package.json +1 -1
  51. package/dist/components/p-C4sDmQQ3.js +0 -1
  52. package/dist/components/p-Pdmk6q_e.js +0 -1
  53. package/dist/design-system/p-40614adb.entry.js +0 -1
  54. package/dist/design-system/p-a3c9d924.entry.js +0 -1
  55. package/dist/design-system/p-d63e0f4c.entry.js +0 -1
@@ -1 +1 @@
1
- import{r as t,c as e,g as i,h as C,F as o,a as s}from"./p-B8tGP77V.js";import{b as l}from"./p-KOzU1j2w.js";import{r as n,u as r,t as d}from"./p-Ch0LooGd.js";import{n as h}from"./p-CCwNgVmC.js";import{i as a}from"./p-CbjDAdZ_.js";import{s as w}from"./p-CS6ohqwt.js";import{B as c}from"./p-CRdYeSBK.js";import{S as p}from"./p-Cy6HMEsK.js";import{T as g}from"./p-BeCHKP_I.js";const u={xs:Number(l.size.xs.icon),sm:Number(l.size.sm.icon),md:Number(l.size.md.icon),lg:Number(l.size.lg.icon)},v=class{constructor(i){t(this,i),this.click=e(this,"sdClick")}get el(){return i(this)}variant="primary";size="sm";color="#025497";label="";disabled=!1;type="button";icon;iconColor;iconSize;iconRight;noHover=!1;sdClass="";click;handleClick=t=>{this.disabled||this.click.emit(t)};getButtonClasses(){const t=["sd-button"];return t.push(`sd-button--${this.variant}`),t.push(`sd-button--${this.size}`),t.push(`sd-button--color-${this.color}`),this.disabled&&t.push("sd-button--disabled"),this.label&&t.push("sd-button--has-label"),this.label||!this.icon&&!this.iconRight||t.push("sd-button--icon-only"),this.noHover&&t.push("sd-button--no-hover"),t.join(" ")}render(){const t=this.getButtonClasses(),e=n(this.color);return C("button",{key:"b1436c0cdf0267446df9cd022df68a8a6c349ca5",class:`${t} ${this.sdClass}`,type:this.type,disabled:this.disabled,style:{"--button-color":e},onClick:this.handleClick},C("div",{key:"70f9450410dbc7b2603679cda397bc8f211928b1",class:"sd-button__content"},this.icon&&C("sd-icon",{key:"ab09632262d175e8dc9a31df4e673470d128b274",class:"sd-button__icon sd-button__icon--left",name:this.icon,size:this.iconSize??u[this.size],color:this.iconColor??("primary"===this.variant?"#fff":e)}),this.label&&C("div",{key:"c33e565c9108996ab4a3d84b5beaf1d8acbd5700",class:"sd-button__label"},this.label),this.iconRight&&C("sd-icon",{key:"112a9649b77e7eb67198d0bf7bf407e9f7f71cd5",class:"sd-button__icon sd-button__icon--right",name:this.iconRight,size:u[this.size],color:"primary"===this.variant?"#fff":e})))}};v.style='sd-button{display:inline-flex;width:fit-content;height:fit-content}.sd-button{--sd-button-height:34px;--sd-button-padding-x:20px;--sd-button-gap:8px;--sd-button-font-family:inherit;--sd-button-font-size:16px;--sd-button-font-weight:500;--sd-button-text-decoration:none;--sd-button-label-min-width:auto;--sd-button-icon-only-size:var(--sd-button-height);text-decoration:none;cursor:pointer;border-radius:var(--sd-button-radius-default, 4px);transition:all 0.2s ease-in-out;position:relative;overflow:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border:none;padding:0 var(--sd-button-padding-x);min-width:var(--sd-button-min-width, auto);min-height:var(--sd-button-height);font-family:var(--sd-button-font-family);font-size:var(--sd-button-font-size);font-weight:var(--sd-button-font-weight);text-decoration:var(--sd-button-text-decoration)}.sd-button--xs{--sd-button-height:var(--sd-button-xs-height, 24px);--sd-button-padding-x:var(--sd-button-xs-padding-x, 8px);--sd-button-gap:var(--sd-button-xs-gap, 4px);--sd-button-font-family:var(--sd-button-xs-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-xs-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-xs-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-xs-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-xs-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-xs-width, var(--sd-button-height));line-height:20px}.sd-button--sm{--sd-button-height:var(--sd-button-sm-height, 28px);--sd-button-padding-x:var(--sd-button-sm-padding-x, 12px);--sd-button-gap:var(--sd-button-sm-gap, 6px);--sd-button-font-family:var(--sd-button-sm-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-sm-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-sm-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-sm-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-sm-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-sm-width, var(--sd-button-height));line-height:20px}.sd-button--md{--sd-button-height:var(--sd-button-md-height, 34px);--sd-button-padding-x:var(--sd-button-md-padding-x, 20px);--sd-button-gap:var(--sd-button-md-gap, 8px);--sd-button-font-family:var(--sd-button-md-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-md-typography-font-size, 16px);--sd-button-font-weight:var(--sd-button-md-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-md-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-md-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-md-width, var(--sd-button-height));line-height:26px}.sd-button--lg{--sd-button-height:var(--sd-button-lg-height, 62px);--sd-button-padding-x:var(--sd-button-lg-padding-x, 28px);--sd-button-gap:var(--sd-button-lg-gap, 12px);--sd-button-font-family:var(--sd-button-lg-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-lg-typography-font-size, 18px);--sd-button-font-weight:var(--sd-button-lg-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-lg-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-lg-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-lg-width, var(--sd-button-height));line-height:30px}.sd-button--has-label{--sd-button-min-width:var(--sd-button-label-min-width, auto)}.sd-button--primary{background-color:var(--button-color);color:white;transition:filter 0.2s ease}.sd-button--primary::before{content:"";position:absolute;inset:0;background:#000000;opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--primary:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.25}.sd-button--outline{background:white;border:var(--sd-button-border-width-default, 1px) solid var(--button-color);color:var(--button-color)}.sd-button--outline::before{content:"";position:absolute;inset:0;background:var(--button-color);opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--outline:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.15}.sd-button--outline .sd-button__content{position:relative;z-index:1}.sd-button--ghost{background-color:transparent;color:var(--button-color);border-color:transparent}.sd-button--ghost::before{content:"";position:absolute;inset:0;background:var(--button-color);opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--ghost:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.15}.sd-button--ghost .sd-button__content{position:relative;z-index:1}.sd-button--disabled{border:var(--sd-button-border-width-default, 1px) solid var(--sd-button-border-disabled, #CCCCCC);background:var(--sd-button-bg-disabled, #E1E1E1);color:var(--sd-button-content-disabled, #888888);cursor:not-allowed !important}.sd-button--icon-only{padding:0;width:var(--sd-button-icon-only-size, var(--sd-button-height));min-width:var(--sd-button-icon-only-size, var(--sd-button-height));height:var(--sd-button-icon-only-size, var(--sd-button-height))}.sd-button--no-hover:hover::before{opacity:0 !important}.sd-button .sd-button__content{display:inline-flex;align-items:center;justify-content:center;gap:var(--sd-button-gap);z-index:1;font-weight:inherit}';var f={fontWeight:"400",fontSize:"12",lineHeight:"20"},L={bg:{default:"#FFFFFF",hover:"#D9EAFF"},border:{default:"#AAAAAA",hover:"#0075FF"}},b={bg:{default:"#0075FF"},icon:{default:"#FFFFFF",disabled:"#888888"}};const x={size:"16",radius:"2",borderWidth:"1",gap:"8",iconSize:"12"},V={fontSize:f.fontSize,lineHeight:f.lineHeight,fontWeight:f.fontWeight},M={unchecked:{bg:L.bg.default,bgHover:L.bg.hover,border:L.border.default,borderHover:L.border.hover},checked:{bg:b.bg.default,icon:b.icon.default,iconDisabled:b.icon.disabled},label:{default:"#222222"}.default,disabled:{bg:{disabled:"#E1E1E1"}.disabled,border:{disabled:"#CCCCCC"}.disabled}},H=class{constructor(i){t(this,i),this.update=e(this,"sdUpdate")}get el(){return i(this)}value;val;disabled=!1;label="";isChecked=!1;hasWarnedMissingVal=!1;inputEl;update;componentWillLoad(){this.updateCheckedState(this.value)}watchValueHandler(t){this.updateCheckedState(t)}get checkboxClasses(){const t=["sd-checkbox","sd-checkbox--"+(this.isChecked?"checked":null===this.isChecked?"indeterminate":"unchecked")];return this.disabled&&t.push("sd-checkbox--disabled"),t.join(" ")}updateCheckedState(t){this.isChecked=null===t?null:"boolean"==typeof t?t:!!Array.isArray(t)&&void 0!==this.val&&t.includes(this.val),this.inputEl&&(this.inputEl.indeterminate=null===this.isChecked)}handleChange=()=>{if(this.disabled)return;let t;if("boolean"==typeof this.value)t=!this.value;else if(Array.isArray(this.value)){void 0!==this.val||this.hasWarnedMissingVal||(console.warn('A "val" property is required when using an array for the "value" property.'),this.hasWarnedMissingVal=!0);const e=new Set(this.value);e.has(this.val)?e.delete(this.val):e.add(this.val),t=Array.from(e)}else t=!this.isChecked;this.value=t,this.update.emit(t)};render(){return C("label",{key:"b343ac293abfb6a7834cccc597cd30e56e3a161c",class:this.checkboxClasses,style:{"--sd-checkbox-size":`${x.size}px`,"--sd-checkbox-radius":`${x.radius}px`,"--sd-checkbox-border-width":`${x.borderWidth}px`,"--sd-checkbox-gap":`${x.gap}px`,"--sd-checkbox-font-size":`${V.fontSize}px`,"--sd-checkbox-line-height":`${V.lineHeight}px`,"--sd-checkbox-font-weight":V.fontWeight,"--sd-checkbox-unchecked-bg":M.unchecked.bg,"--sd-checkbox-unchecked-bg-hover":M.unchecked.bgHover,"--sd-checkbox-unchecked-border":M.unchecked.border,"--sd-checkbox-unchecked-border-hover":M.unchecked.borderHover,"--sd-checkbox-checked-bg":M.checked.bg,"--sd-checkbox-label-color":M.label,"--sd-checkbox-disabled-bg":M.disabled.bg,"--sd-checkbox-disabled-border":M.disabled.border}},C("input",{key:"89d3c5ec214af16680f2111e5e85fcb228ff2223",type:"checkbox",ref:t=>{this.inputEl=t},value:this.val,checked:!!this.isChecked,disabled:this.disabled,onChange:this.handleChange,name:this.val?.toString()||"checkbox","aria-label":this.label||"checkbox","aria-checked":null===this.isChecked?"mixed":this.isChecked?"true":"false","aria-disabled":this.disabled?"true":"false"}),C("div",{key:"8eef48a269cbbf8c479d60a53996b09cc4aa8f20",class:"sd-checkbox__bg"},!1!==this.isChecked?C("sd-icon",{name:!0===this.isChecked?"check":"minus",size:Number(x.iconSize),color:this.disabled?M.checked.iconDisabled:M.checked.icon}):null),this.label&&C("span",{key:"43bf36ec3a3890f68ef699dbb73b48eb6a98451d",class:"sd-checkbox__label"},this.label))}static get watchers(){return{value:[{watchValueHandler:0}]}}};H.style="sd-checkbox{display:block;height:var(--sd-checkbox-line-height);line-height:0}sd-checkbox .sd-checkbox{cursor:pointer;display:inline-flex;align-items:center;gap:var(--sd-checkbox-gap);height:var(--sd-checkbox-line-height);max-height:var(--sd-checkbox-line-height)}sd-checkbox .sd-checkbox>input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}sd-checkbox .sd-checkbox>input:focus-visible+.sd-checkbox__bg{box-shadow:0 0 0 2px white, 0 0 0 4px var(--sd-checkbox-checked-bg);outline:none}sd-checkbox .sd-checkbox:hover.sd-checkbox--unchecked .sd-checkbox__bg{border-color:var(--sd-checkbox-unchecked-border-hover);background:var(--sd-checkbox-unchecked-bg-hover)}sd-checkbox .sd-checkbox:hover.sd-checkbox--disabled .sd-checkbox__bg{border-color:transparent;background:var(--sd-checkbox-disabled-bg)}sd-checkbox .sd-checkbox__bg{width:var(--sd-checkbox-size);height:var(--sd-checkbox-size);border-radius:var(--sd-checkbox-radius);border:var(--sd-checkbox-border-width) solid var(--sd-checkbox-unchecked-border);box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;line-height:0}sd-checkbox .sd-checkbox__label{font-size:var(--sd-checkbox-font-size);font-weight:var(--sd-checkbox-font-weight);color:var(--sd-checkbox-label-color);line-height:var(--sd-checkbox-line-height)}sd-checkbox .sd-checkbox--checked .sd-checkbox__bg,sd-checkbox .sd-checkbox--indeterminate .sd-checkbox__bg{border-color:var(--sd-checkbox-checked-bg);background:var(--sd-checkbox-checked-bg)}sd-checkbox .sd-checkbox--checked.sd-checkbox--disabled .sd-checkbox__bg,sd-checkbox .sd-checkbox--indeterminate.sd-checkbox--disabled .sd-checkbox__bg{background:var(--sd-checkbox-disabled-bg);border-color:var(--sd-checkbox-disabled-border)}sd-checkbox .sd-checkbox--unchecked .sd-checkbox__bg{background:var(--sd-checkbox-unchecked-bg)}sd-checkbox .sd-checkbox--disabled{cursor:not-allowed}sd-checkbox .sd-checkbox--disabled .sd-checkbox__bg{background:var(--sd-checkbox-disabled-bg);border-color:var(--sd-checkbox-disabled-border)}";const _=class{constructor(i){t(this,i),this.click=e(this,"sdClick"),this.mouseOver=e(this,"sdMouseOver")}date=null;disabled=!1;selected=!1;isStartDate=!1;isEndDate=!1;isToday=!1;inRange=!1;type="";click;mouseOver;handleClickDate(){!this.disabled&&this.date&&"string"!=typeof this.date&&this.click?.emit(this.date)}handleHoverDate(){"string"!=typeof this.date&&this.mouseOver?.emit(this.date)}render(){return C("div",{key:"b14dd7c9806828807cdfc232420a30c816ffbeb2",role:"button",tabindex:this.disabled?-1:0,class:{"sd-date-box":!0,"sd-hoverable":!this.disabled||!this.selected||""===this.type,"sd-date-box--disabled":this.disabled,"sd-date-box--selected":this.selected,"sd-date-box--today":this.isToday,"sd-date-box--start-date":this.isStartDate,"sd-date-box--end-date":this.isEndDate,"sd-date-box--in-range":this.inRange,"sd-date-box--type-start":"start"===this.type,"sd-date-box--type-end":"end"===this.type},onClick:()=>this.handleClickDate(),onMouseOver:()=>this.handleHoverDate()},C("div",{key:"acb1a2d51d018913e39f8fd1fc54ab85c4ce6957",class:"sd-date-box__content"},C("div",{key:"8c9445e4268cd254d76297ac1e775697d889f721",class:"sd-date-box__label"},this.date)))}};_.style='.sd-date-box.sc-sd-date-box{display:flex;align-items:center;justify-content:center;width:38px;height:36px;font-size:14px;position:relative;box-sizing:border-box;text-align:center;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);border-radius:14px}.sd-date-box.sc-sd-date-box .sd-date-box__content.sc-sd-date-box{width:28px;height:28px;border-radius:14px;position:relative}.sd-date-box.sc-sd-date-box .sd-date-box__content.sc-sd-date-box .sd-date-box__label.sc-sd-date-box{position:relative;z-index:2;-webkit-user-select:none;user-select:none;line-height:28px}.sd-date-box.sd-date-box--disabled.sc-sd-date-box{color:#CCCCCC;cursor:default !important;pointer-events:none}.sd-date-box.sc-sd-date-box:not(.sd-date-box--disabled){color:#333333;cursor:pointer}.sd-date-box.sd-hoverable.sc-sd-date-box:hover .sd-date-box__content.sc-sd-date-box{background:#D9EAFF}.sd-date-box.sd-date-box--in-range.sc-sd-date-box:not(.sd-date-box--disabled) .sd-date-box__content.sc-sd-date-box::before{content:"";position:absolute;top:0;left:-5px;width:calc(100% + 10px);height:100%;background:#D9EAFF}.sd-date-box.sd-date-box--in-range.sd-date-box--type-start.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::before{left:auto !important;width:19px !important;right:-5px}.sd-date-box.sd-date-box--in-range.sd-date-box--type-end.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::before{width:19px !important}.sd-date-box.sd-date-box--in-range.sc-sd-date-box .sd-date-box__content.sc-sd-date-box .sd-date-box__label.sc-sd-date-box{font-weight:500}.sd-date-box.sd-date-box--selected.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::after,.sd-date-box.sd-date-box--type-start.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::after,.sd-date-box.sd-date-box--type-end.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::after{content:"";position:absolute;inset:0;background:#0075FF;border-radius:14px;z-index:1}.sd-date-box.sd-date-box--selected.sc-sd-date-box .sd-date-box__content.sc-sd-date-box .sd-date-box__label.sc-sd-date-box,.sd-date-box.sd-date-box--type-start.sc-sd-date-box .sd-date-box__content.sc-sd-date-box .sd-date-box__label.sc-sd-date-box,.sd-date-box.sd-date-box--type-end.sc-sd-date-box .sd-date-box__content.sc-sd-date-box .sd-date-box__label.sc-sd-date-box{color:white;font-weight:700}.sd-date-box.sd-date-box--start-date.sd-date-box--end-date.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::before{display:none !important}.sd-date-box.sd-date-box--today.sc-sd-date-box:not(.sd-date-box--selected) .sd-date-box__content.sc-sd-date-box::after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:28px;height:28px;border:1px solid #E1E1E1 !important;border-radius:14px}';const m=(t,e)=>{const[i,C,o]=t.split("-").map(Number),s=new Date(i,C-1,o);return s.setDate(s.getDate()+e),`${s.getFullYear()}-${String(s.getMonth()+1).padStart(2,"0")}-${String(s.getDate()).padStart(2,"0")}`},Z=class{constructor(i){t(this,i),this.update=e(this,"sdUpdate"),this.viewChange=e(this,"sdViewChange")}get el(){return i(this)}value=["",""];label;selectable;maxRange;disabled=!1;placeholder="";isOpen=!1;dateRange=this.value;hoverDate="";prevYear=Number(this.dateRange[0].split("-")[0]);prevMonth=Number(this.dateRange[0].split("-")[1]);update;viewChange;inputEl;dateUtil=r();tempDateRange=["",""];componentWillLoad(){this.syncFromValue(this.value)}onValueChange(t){this.dateRange=[...t]}syncFromValue(t){this.dateRange=[...t],this.resetCalendarByDateRange(t)}resetCalendarByDateRange(t){const e=t[0]||d,i=t[1]||e,[C,o]=e.split("-").map(Number),[s,l]=d.split("-").map(Number);i<=d?(this.prevYear=C,this.prevMonth=o):e<d&&i>d?(this.prevYear=s,this.prevMonth=l):(this.prevYear=C,this.prevMonth=o)}get nextYear(){return 12===this.prevMonth?this.prevYear+1:this.prevYear}get nextMonth(){return 12===this.prevMonth?1:this.prevMonth+1}get prevCalendar(){return this.dateUtil.createCalendar(this.prevYear,this.prevMonth)}get nextCalendar(){return this.dateUtil.createCalendar(this.nextYear,this.nextMonth)}setPrevYear(t){this.prevYear=t}setPrevMonth(t){this.prevMonth=t}updateYearMonth(t){const{newYear:e,newMonth:i}=this.dateUtil.calculateYearMonth(this.prevYear,this.prevMonth,t);this.setPrevYear(e),this.setPrevMonth(i),this.viewChange.emit({year:e,month:i})}setHoverDate(t){this.hoverDate=t}setDateRange(t){this.dateRange=t}formatDate(t,e){return this.dateUtil.formatDate(0===t?this.prevYear:this.nextYear,0===t?this.prevMonth:this.nextMonth,e)}getDateBoxType(t){const[e,i]=this.dateRange;return t===e?i?"start":this.hoverDate<this.dateRange[0]?"end":"start":t===i?"end":""}isDateInRange(t){const[e,i]=this.dateRange;if(e&&i)return t>=e&&t<=i;if(!this.hoverDate||!e||i)return!1;const[C,o]=e<=this.hoverDate?[e,this.hoverDate]:[this.hoverDate,e];return t>=C&&t<=o}isDisabledDate(t){const[e,i]=this.dateRange;if(this.maxRange&&e&&!i){const i=m(e,-this.maxRange),C=m(e,this.maxRange);return!(i<=t&&t<=C)}return!(!(this.selectable&&this.selectable[0]&&this.selectable[1])||t>=this.selectable[0]&&t<=this.selectable[1])}openMenu(){this.disabled||(this.tempDateRange=[...this.dateRange],this.resetCalendarByDateRange(this.dateRange),this.isOpen=!0)}closeMenu=()=>{this.dateRange[0]&&this.dateRange[1]||(this.dateRange=[...this.tempDateRange]),this.isOpen=!1};handleDateClick(t,e){this.setHoverDate("");const i=this.formatDate(t,e);if(!this.dateRange[0]||this.dateRange[1]||i<this.dateRange[0])return void this.setDateRange([i,""]);const C=[this.dateRange[0],i];this.setDateRange(C),this.value=C,this.update.emit?.(C),this.isOpen=!1}handleDateHover(t,e){const i=this.formatDate(t,e);this.setHoverDate(i)}render(){return C("div",{key:"8870de35f713f9b5cd7756e87dcca0bff60acbcd",class:{"sd-date-range-picker":!0,"sd-date-range-picker--disabled":this.disabled}},C("sd-input",{key:"602f5be4d5cf9cbd378ca1236ee28969b5e9ba12",ref:t=>this.inputEl=t,value:this.dateRange[0]?`${this.dateRange[0]} ~ ${this.dateRange[1]}`:"",addonLabel:this.label,readonly:!0,disabled:this.disabled,placeholder:this.placeholder,inputClass:"sd-date-range-picker__input",onClick:()=>this.openMenu()},C("sd-icon",{key:"06a5bf3feaea7606bddad3fa2e655d0cfbaaf89b",slot:"prefix",name:"date",size:"16",color:this.disabled?"grey_65":"grey_70",class:"date-icon",onClick:()=>this.openMenu()})),this.isOpen&&C("sd-portal",{key:"2e27d6573a72ba2639dc873e7e295b432908a954",open:this.isOpen,parentRef:this.inputEl,onSdClose:this.closeMenu},C("div",{key:"b682a2ae8fdc168a56d77b32b05b239f2eb5a6cc",class:"sd-date-range-picker__menu"},C("div",{key:"34b4d36dca8a51c7adae9584e62cd0aaf26021d8",class:"sd-date-range-picker__header mb-16pxr flex flex-nowrap items-center justify-center"},C("button",{key:"47448fcf5ebc6cf8fd242119c7f318c72f69cd90",type:"button",name:"prev",title:"Previous",onClick:()=>{this.setPrevYear(this.prevYear-1),this.viewChange.emit({year:this.prevYear,month:this.prevMonth})}},C("sd-icon",{key:"5f05f690e1493854c5c91b1b7e6c7f92b2285fe0",name:"arrowLeft",size:"12",color:"#CCCCCC"})),C("div",{key:"b8c1d2c567eda67a4c8f7a7e2aac740fe8c8a306",class:"header-label"},this.prevYear),C("button",{key:"447fd54a95756777f665e628ccf747cf5c9f8bfa",type:"button",name:"next",title:"Next",onClick:()=>{this.setPrevYear(this.prevYear+1),this.viewChange.emit({year:this.prevYear,month:this.prevMonth})}},C("sd-icon",{key:"0aeca212fd4ba80c91cdfeb092bcfc7b426ce3cb",name:"arrowRight",size:"12",color:"#CCCCCC"}))),C("div",{key:"1858318f65bde16201f9792499b246432f5c80f4",class:"sd-date-range-picker__body"},[this.prevCalendar,this.nextCalendar].map(((t,e)=>C(o,null,1===e&&C("div",{class:"separator"}),C("div",{key:e,class:"calendar-container"},C("div",{class:"calendar-header"},C("button",{type:"button",name:"month",title:"Month",class:0===e?"header-button-prev":"header-button-next",onClick:()=>this.updateYearMonth(0===e?"prev":"next")},C("sd-icon",{name:0===e?"arrowLeft":"arrowRight",size:"12",color:"#CCCCCC"})),0===e?`${this.prevYear}.${String(this.prevMonth).padStart(2,"0")}`:`${this.nextYear}.${String(this.nextMonth).padStart(2,"0")}`),C("div",{class:"calendar-days"},["일","월","화","수","목","금","토"].map((t=>C("sd-date-box",{key:t,date:t,disabled:!0,class:"day"})))),C("div",{class:"calendar-body mt-12pxr grid grid-cols-7 gap-y-8pxr"},[...t.prevMonthDays,...t.days,...t.afterMonthDays].map(((t,i)=>C("sd-date-box",{key:`prev${t}_${i}`,date:t?Number(t):"",selected:this.dateRange.some((i=>i===this.formatDate(e,Number(t)))),type:this.getDateBoxType(this.formatDate(e,Number(t))),isToday:d===this.formatDate(e,Number(t)),disabled:!t||this.isDisabledDate(this.formatDate(e,Number(t))),inRange:this.isDateInRange(this.formatDate(e,Number(t))),isStartDate:this.dateRange[0]===this.formatDate(e,Number(t)),isEndDate:this.dateRange[1]===this.formatDate(e,Number(t)),onSdClick:()=>this.handleDateClick(e,Number(t)),onSdMouseOver:()=>this.handleDateHover(e,Number(t))}))))))))))))}static get watchers(){return{value:[{onValueChange:0}]}}};Z.style="sd-date-range-picker.sc-sd-date-range-picker{width:fit-content;display:inline-flex}sd-date-range-picker.sc-sd-date-range-picker .sd-date-range-picker--disabled.sc-sd-date-range-picker .date-icon.sc-sd-date-range-picker{cursor:not-allowed !important;color:#888888 !important}sd-date-range-picker.sc-sd-date-range-picker .sd-date-range-picker--disabled.sc-sd-date-range-picker .sd-input__native.sc-sd-date-range-picker{color:#888888 !important}sd-date-range-picker.sc-sd-date-range-picker .sd-field.sc-sd-date-range-picker .sd-field__control.sc-sd-date-range-picker{min-width:210px}sd-date-range-picker.sc-sd-date-range-picker .sd-field.sc-sd-date-range-picker .sd-input__native.sc-sd-date-range-picker{margin-left:17px !important}.sd-date-range-picker__menu.sc-sd-date-range-picker{width:609px;box-sizing:border-box;border-radius:8px;padding:24px 19px;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.2);background:white}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__header.sc-sd-date-range-picker{margin-bottom:16px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__header.sc-sd-date-range-picker .header-label.sc-sd-date-range-picker{margin:0 12px;width:40px;text-align:center;font-size:14px;line-height:24px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker{display:flex;flex-flow:row nowrap;align-items:stretch;gap:19px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker{width:266px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-header.sc-sd-date-range-picker{width:100%;height:24px;line-height:24px;font-size:14px;text-align:center;position:relative;padding:0 5px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-header.sc-sd-date-range-picker button.sc-sd-date-range-picker{position:absolute;top:50%;transform:translateY(-50%)}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-header.sc-sd-date-range-picker button.header-button-prev.sc-sd-date-range-picker{left:5px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-header.sc-sd-date-range-picker button.header-button-next.sc-sd-date-range-picker{right:5px;left:auto}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-days.sc-sd-date-range-picker{padding:0 5px;margin-top:8px;display:grid;grid-template-columns:repeat(7, minmax(0, 1fr));column-gap:10px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-days.sc-sd-date-range-picker .day.sc-sd-date-range-picker{width:28px;height:20px;font-size:12px;line-height:20px;text-align:center;color:#888888}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-body.sc-sd-date-range-picker{margin-top:12px;display:grid;grid-template-columns:repeat(7, minmax(0, 1fr))}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .separator.sc-sd-date-range-picker{width:1px;background-color:#D8D8D8}";var k={paddingX:"12",typography:{fontWeight:"500",fontSize:"12",lineHeight:"20"},bg:"#F6F6F6",border:{default:"#AAAAAA",disabled:"#CCCCCC"}};const y=["sd-select","sd-select-multiple","sd-select-multiple-group","sd-input","sd-barcode-input","sd-textarea","sd-number-input","sd-select-v2"],B=class{constructor(e){t(this,e)}get el(){return i(this)}name="";rules=[];error=!1;disabled=!1;hovered=!1;focused=!1;status;hint="";errorMessage="";width="";label="";addonLabel="";icon=void 0;labelTooltip="";labelTooltipProps=null;errorMsg="";hostElement=null;get value(){return this.hostElement?.value??null}get fieldStatus(){let t="";return this.disabled?(t="disabled",`sd-field--${t}`):this.focused?(t="focus",`sd-field--${t}`):(this.hovered&&(t="hover"),this.status&&(t=this.status),this.error&&(t="error"),t?`sd-field--${t}`:"")}componentDidLoad(){this.hostElement=this.findHostElement(),this.registerToForm()}disconnectedCallback(){this.unregisterFromForm()}findHostElement(){for(const t of y){const e=this.el.closest(t);if(e&&"value"in e)return e}return null}registerToForm(){const t=this.el.closest("sd-form");t&&"function"==typeof t.componentOnReady&&t.componentOnReady().then((t=>{t.sdRegisterField(this)}))}unregisterFromForm(){if(!this.name)return;const t=this.el.closest("sd-form");t?.componentOnReady().then((t=>{t.sdUnregisterField(this.name)}))}async sdValidate(){if(!this.rules||0===this.rules.length)return!0;for(const t of this.rules){const e=t(this.value??"");if(!0!==e)return this.setError(!0,e),!1}return this.setError(!1,""),!0}async sdReset(){this.hostElement&&(this.hostElement.value=null),this.setError(!1,"")}async sdResetValidation(){this.setError(!1,"")}async sdFocus(){this.hostElement?.focus?.(),this.hostElement?.scrollIntoView({behavior:"smooth",block:"center"})}setError(t,e){this.errorMsg=e,this.hostElement&&(this.hostElement.error=t)}render(){const t=this.addonLabel,e=t?{"--sd-field-addon-padding-x":`${k.paddingX}px`,"--sd-field-addon-font-size":`${k.typography.fontSize}px`,"--sd-field-addon-line-height":`${k.typography.lineHeight}px`,"--sd-field-addon-font-weight":k.typography.fontWeight,"--sd-field-addon-bg":k.bg,"--sd-field-addon-border-color":this.disabled?k.border.disabled:k.border.default}:{};return C("div",{key:"1badb3752c758c30995188f73505d912f4318ba3",class:{"sd-field":!0,"sd-field--has-label":!!this.label,"sd-field--has-addon":!!t,[this.fieldStatus]:!!this.fieldStatus},style:e},C("div",{key:"b8c08b4783eb7035cc28e6ffb1d541871cd25616",class:"sd-field__wrapper"},this.renderLabel(this.label),C("div",{key:"31efca0604479d2fa9bed06aaaeb9ca9930c62fb",class:{"sd-field__control":!0,"sd-field__control--has-addon":!!t},style:this.width?{width:"number"==typeof this.width?`${this.width}px`:this.width,flex:"none"}:{}},t&&C("div",{key:"159191a432603cbfa4b1755fc7f4c784868b3749",class:"sd-field__addon"},t),C("slot",{key:"58918e5af7dc2564af8d86b24cb5972cb9d0d67f"}))),this.errorMsg||this.errorMessage?C("div",{class:"sd-field__error-message"},this.errorMsg||this.errorMessage):this.hint&&C("div",{class:"sd-field__hint"},this.hint))}renderLabel(t){return t?C("label",{class:"sd-field__label"},this.icon&&C("sd-icon",{name:this.icon.name,size:this.icon.size??10,color:this.icon.color,rotate:this.icon.rotate,class:"sd-field__label__icon"}),C("div",{class:"sd-field__label__text"},t),this.labelTooltip&&C("sd-tooltip",{class:"sd-field__label__tooltip",...this.labelTooltipProps},C("div",{slot:"content"},this.labelTooltip))):null}};B.style="sd-field{display:inline-flex;flex-flow:column nowrap;height:fit-content;width:100%}sd-field .sd-field *:focus,sd-field .sd-field *:focus-visible,sd-field .sd-field *:focus-within{outline:none !important}sd-field .sd-field:not(.sd-field--disabled):hover .sd-field__control{border:1px solid var(--sd-system-color-field-border-hover) !important;box-shadow:0px 0px 4px 0px rgba(0, 113, 255, 0.4)}sd-field .sd-field.sd-field--disabled{cursor:not-allowed}sd-field .sd-field.sd-field--disabled .sd-field__wrapper{cursor:not-allowed !important}sd-field .sd-field.sd-field--disabled .sd-field__wrapper .sd-field__label-inside{border-color:#CCCCCC;color:#888888;cursor:not-allowed !important}sd-field .sd-field.sd-field--disabled .sd-field__wrapper .sd-field__control{background-color:#E1E1E1;border-color:#CCCCCC;color:#888888;cursor:not-allowed !important}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label{display:flex;align-items:center;margin-right:var(--sd-system-space-field-sm-gap)}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__icon{margin-right:6px}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__text{font-size:12px;line-height:20px;color:var(--sd-system-color-field-text-default);white-space:nowrap}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__tooltip{margin-left:2px}sd-field .sd-field--has-addon .sd-field__control .sd-field__addon{display:flex;align-items:center;white-space:nowrap;padding:0 var(--sd-field-addon-padding-x);font-size:var(--sd-field-addon-font-size);line-height:var(--sd-field-addon-line-height);font-weight:var(--sd-field-addon-font-weight);background:var(--sd-field-addon-bg);border-right:1px solid var(--sd-field-addon-border-color);border-radius:calc(var(--sd-system-radius-field-sm) - 1px) 0 0 calc(var(--sd-system-radius-field-sm) - 1px)}sd-field .sd-field__wrapper{width:100%;height:var(--sd-system-size-field-sm-height);display:flex;align-items:center;flex-flow:row nowrap;position:relative;color:var(--sd-system-color-field-text-default);cursor:pointer;-webkit-user-select:none;user-select:none}sd-field .sd-field__wrapper .sd-field__control{position:relative;height:100%;display:flex;flex:1;min-width:0;border:1px solid var(--sd-system-color-field-border-default);border-radius:var(--sd-system-radius-field-sm);background:var(--sd-system-color-field-bg-default)}sd-field .sd-field--error:not(:hover) .sd-field__wrapper .sd-field__control{border:1px solid var(--sd-system-color-field-border-danger) !important}sd-field .sd-field.sd-field--focus .sd-field__wrapper .sd-field__control,sd-field .sd-field.sd-field--hover .sd-field__wrapper .sd-field__control{border:1px solid var(--sd-system-color-field-border-focus) !important;box-shadow:0px 0px 4px 0px rgba(0, 113, 255, 0.4)}sd-field .sd-field.sd-field--pass .sd-field__wrapper .sd-field__control{border:1px solid #2BCE6C !important}sd-field .sd-field .sd-field__error-message{color:var(--sd-textinput-input-text-error-message);font-size:var(--sd-textinput-input-error-message-typography-font-size);line-height:var(--sd-textinput-input-error-message-typography-line-height);margin-top:var(--sd-textinput-input-contents-gap)}sd-field .sd-field .sd-field__hint{color:var(--sd-textinput-input-text-hint);font-size:var(--sd-textinput-input-hint-typography-font-size);line-height:var(--sd-textinput-input-hint-typography-line-height);margin-top:var(--sd-textinput-input-contents-gap)}";const F=class{constructor(i){t(this,i),this.close=e(this,"sdClose")}get el(){return i(this)}to="body";parentRef=null;offset=[0,0];zIndex=9999;placement="bottom";open=!1;close;container;wrapper;rafId;isInsideClick=!1;resizeObserver;mutationObserver;static ARROW_SIZE=11.2;componentDidLoad(){this.container=this.resolveContainer(),this.createWrapper(),this.moveSlotContent(),requestAnimationFrame((()=>{this.updatePosition(),this.wrapper&&(this.wrapper.style.visibility="visible")})),this.observeParent()}componentDidRender(){this.wrapper&&(this.open?(this.wrapper.style.display="block",requestAnimationFrame((()=>{this.updatePosition(),this.wrapper&&(this.wrapper.style.visibility="visible")}))):(this.wrapper.style.display="none",this.wrapper.style.visibility="hidden"))}disconnectedCallback(){this.rafId&&cancelAnimationFrame(this.rafId),this.unobserveParent(),this.wrapper?.remove()}resolveContainer(){const t="string"==typeof this.to?document.querySelector(this.to):this.to;return t instanceof HTMLElement?t:document.body}createWrapper(){this.wrapper=document.createElement("div"),Object.assign(this.wrapper.style,{position:"absolute",zIndex:this.zIndex.toString(),transition:"opacity 0.4s",top:"-9999px",left:"-9999px"}),this.container.appendChild(this.wrapper)}moveSlotContent(){this.wrapper&&Array.from(this.el.childNodes).filter((t=>t.nodeType!==Node.COMMENT_NODE)).forEach((t=>this.wrapper.appendChild(t)))}updatePosition(){this.rafId&&cancelAnimationFrame(this.rafId),this.rafId=requestAnimationFrame((()=>{if(!this.parentRef||!this.wrapper)return;const t=this.parentRef.getBoundingClientRect();if(!t.width&&!t.height)return;const[e,i]=this.offset,C=F.ARROW_SIZE;let o=0,s=0;switch(this.placement){case"top":o=t.top+window.scrollY-this.wrapper.offsetHeight+i-C,s=t.left+window.scrollX+t.width/2-this.wrapper.offsetWidth/2+e;break;case"bottom":o=t.bottom+window.scrollY+i+C,s=t.left+window.scrollX+t.width/2-this.wrapper.offsetWidth/2+e;break;case"left":o=t.top+window.scrollY+t.height/2-this.wrapper.offsetHeight/2+i,s=t.left+window.scrollX-this.wrapper.offsetWidth-e-C;break;case"right":o=t.top+window.scrollY+t.height/2-this.wrapper.offsetHeight/2+i,s=t.right+window.scrollX+e+C}Object.assign(this.wrapper.style,{top:`${o}px`,left:`${s}px`})}))}observeParent(){this.parentRef&&(this.resizeObserver=new ResizeObserver((()=>this.updatePosition())),this.resizeObserver.observe(this.parentRef),this.mutationObserver=new MutationObserver((()=>this.updatePosition())),this.mutationObserver.observe(document.body,{childList:!0,subtree:!0}))}unobserveParent(){this.resizeObserver?.disconnect(),this.mutationObserver?.disconnect()}handleMouseDown(t){this.isInsideClick=!!(this.wrapper&&this.wrapper.contains(t.target)||this.parentRef&&this.parentRef.contains(t.target))}handleWindowClick(t){this.isInsideClick?this.isInsideClick=!1:this.wrapper?.contains(t.target)||this.close.emit()}render(){return C("slot",{key:"d3ee1daa4b0009285df341cc1d8b892fb2a2fed6"})}};F.style=".sd-floating-menu{width:fit-content;padding:12px 16px;border-radius:6px;font-size:12px;font-weight:500;line-height:20px;position:relative;box-sizing:border-box;background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF)}.sd-floating-menu .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--default{background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF);font-weight:500}.sd-floating-menu--default .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--danger{background:var(--sd-floating-bg, #FCE6E6);color:var(--sd-floating-content, #FB4444);font-weight:700}.sd-floating-menu--danger .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FCE6E6)}.sd-floating-menu--warning{background:var(--sd-floating-bg, #FEF1EA);color:var(--sd-floating-content, #FF6B00);font-weight:700}.sd-floating-menu--warning .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FEF1EA)}.sd-floating-menu--accent{background:var(--sd-floating-bg, #E6F1FF);color:var(--sd-floating-content, #0075FF);font-weight:700}.sd-floating-menu--accent .sd-floating-menu__arrow{color:var(--sd-floating-bg, #E6F1FF)}.sd-floating-menu__arrow{position:absolute;display:flex;width:16px;height:12px}.sd-floating-menu__arrow svg{width:100%;height:100%}.sd-floating-menu__arrow--top{bottom:-12px;left:50%;transform:translateX(-50%)}.sd-floating-menu__arrow--bottom{top:-12px;left:50%;transform:translateX(-50%) rotate(180deg)}.sd-floating-menu__arrow--left{right:-12px;top:50%;transform:translateY(-50%) rotate(-90deg)}.sd-floating-menu__arrow--right{left:-12px;top:50%;transform:translateY(-50%) rotate(90deg)}.sd-floating-menu__content{font-size:12px;line-height:20px}.sd-floating-menu__content .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px;margin-bottom:4px}.sd-floating-menu__content .sd-floating-menu__messages{font-weight:500}.sd-floating-menu__content .sd-floating-menu__buttons{margin-top:12px;display:flex;gap:8px;align-items:center}.sd-floating-menu__content .sd-floating-menu__buttons--1{justify-content:flex-end}.sd-floating-menu__content .sd-floating-menu__buttons--2{justify-content:space-between}.sd-floating-menu--popover{padding:16px 20px}.sd-floating-menu--popover .sd-floating-menu__content{gap:4px}.sd-floating-menu--popover .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px}.sd-floating-menu--popover .sd-floating-menu__messages{font-size:12px;font-weight:500;line-height:20px}.sd-floating-menu__close-button{position:absolute;top:12px;right:12px;padding:0;background:none;border:none;cursor:pointer}";const z={...Object.freeze({__proto__:null,add:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.99951 1.27881C4.16517 1.27881 4.29927 1.41297 4.29932 1.57861V3.69971H6.42041C6.58599 3.69971 6.72101 3.83398 6.72119 3.99951C6.72119 4.1652 6.5861 4.29932 6.42041 4.29932H4.29932V6.42041C4.29932 6.5861 4.1652 6.72119 3.99951 6.72119C3.83398 6.72101 3.69971 6.58599 3.69971 6.42041V4.29932H1.57861C1.41297 4.29927 1.27881 4.16517 1.27881 3.99951C1.27899 3.83401 1.41308 3.69976 1.57861 3.69971H3.69971V1.57861C3.69976 1.41308 3.83401 1.27899 3.99951 1.27881Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.00006 1.5733C5.22094 1.5733 5.40039 1.75283 5.40045 1.97369V4.59967H8.02643C8.24729 4.59967 8.42673 4.77922 8.42682 5.00006C8.42682 5.22097 8.24734 5.40045 8.02643 5.40045H5.40045V8.02643C5.40045 8.24734 5.22097 8.42682 5.00006 8.42682C4.77922 8.42673 4.59967 8.24729 4.59967 8.02643V5.40045H1.97369C1.75283 5.40039 1.5733 5.22094 1.5733 5.00006C1.57339 4.77926 1.75289 4.59973 1.97369 4.59967H4.59967V1.97369C4.59973 1.75289 4.77926 1.57339 5.00006 1.5733Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 1.86816C6.2761 1.86816 6.49993 2.09208 6.5 2.36816V5.5H9.63184C9.90785 5.50015 10.1318 5.72395 10.1318 6C10.1318 6.27605 9.90785 6.49985 9.63184 6.5H6.5V9.63184C6.49985 9.90785 6.27605 10.1318 6 10.1318C5.72395 10.1318 5.50015 9.90785 5.5 9.63184V6.5H2.36816C2.09208 6.49993 1.86816 6.2761 1.86816 6C1.86817 5.7239 2.09209 5.50007 2.36816 5.5H5.5V2.36816C5.50007 2.09209 5.7239 1.86817 6 1.86816Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00067 2.65787C8.27661 2.65804 8.50057 2.88191 8.50067 3.15787V7.50064H12.8425C13.1186 7.50066 13.3425 7.72451 13.3425 8.00064C13.3423 8.27662 13.1185 8.50062 12.8425 8.50064H8.50067V12.8424C8.50065 13.1185 8.27665 13.3423 8.00067 13.3424C7.72454 13.3424 7.50069 13.1186 7.50067 12.8424V8.50064H3.1579C2.88194 8.50054 2.65807 8.27658 2.6579 8.00064C2.6579 7.72456 2.88184 7.50074 3.1579 7.50064H7.50067V3.15787C7.50077 2.88181 7.72459 2.65787 8.00067 2.65787Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0001 3.32236C10.3452 3.32236 10.6249 3.60228 10.6251 3.94736V9.37509H16.0528C16.3979 9.37509 16.6776 9.65507 16.6778 10.0001C16.6778 10.3453 16.398 10.6251 16.0528 10.6251H10.6251V16.0528C10.6251 16.398 10.3452 16.6778 10.0001 16.6778C9.65504 16.6776 9.37506 16.3979 9.37506 16.0528V10.6251H3.94733C3.60225 10.625 3.32233 10.3452 3.32233 10.0001C3.32251 9.65514 3.60236 9.37521 3.94733 9.37509H9.37506V3.94736C9.37518 3.60239 9.65511 3.32254 10.0001 3.32236Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.0005 3.98682C12.4146 3.98682 12.7503 4.32273 12.7505 4.73682V11.2505H19.2632C19.6774 11.2505 20.0132 11.5863 20.0132 12.0005C20.0132 12.4147 19.6774 12.7505 19.2632 12.7505H12.7505V19.2632C12.7505 19.6774 12.4147 20.0132 12.0005 20.0132C11.5863 20.0132 11.2505 19.6774 11.2505 19.2632V12.7505H4.73682C4.32273 12.7503 3.98682 12.4146 3.98682 12.0005C3.98682 11.5864 4.32273 11.2506 4.73682 11.2505H11.2505V4.73682C11.2506 4.32273 11.5864 3.98682 12.0005 3.98682Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,alert:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.13342 1.06971C4.55557 0.82384 5.08548 1.12803 5.08557 1.61659V6.38319C5.08552 6.85771 4.58316 7.16347 4.16174 6.94569L1.95471 5.80213H1.59143C1.0576 5.80209 0.624644 5.36918 0.624634 4.83534V3.31092C0.624798 2.77722 1.05769 2.34417 1.59143 2.34413H1.9469L4.13342 1.06971ZM4.43616 1.58827L2.32776 2.81678V5.31874L4.43713 6.41249C4.44445 6.41624 4.44986 6.41659 4.45374 6.41639C4.45842 6.41613 4.46472 6.41493 4.47034 6.41151C4.47573 6.40812 4.47974 6.40372 4.48206 6.39979C4.48399 6.39643 4.48595 6.39135 4.48596 6.38319V1.61659C4.48594 1.60814 4.48396 1.60324 4.48206 1.59999C4.47963 1.59595 4.47533 1.59076 4.46936 1.58729C4.46356 1.58398 4.4574 1.58257 4.45276 1.58241C4.44898 1.58235 4.44361 1.58396 4.43616 1.58827ZM6.20667 2.35194C6.32537 2.2368 6.51754 2.23696 6.63635 2.35194C7.62195 3.30945 7.62195 4.8622 6.63635 5.81971C6.51758 5.93476 6.32542 5.93479 6.20667 5.81971C6.08822 5.70441 6.08745 5.51717 6.20569 5.40174C6.95361 4.67513 6.95458 3.49652 6.20667 2.76991C6.08798 2.65444 6.08788 2.46734 6.20667 2.35194ZM1.59143 2.94374C1.38907 2.94378 1.22441 3.10859 1.22424 3.31092V4.83534C1.22425 5.03781 1.38897 5.20151 1.59143 5.20155H1.72717V2.94374H1.59143ZM5.47131 3.06678C5.59008 2.95146 5.78216 2.95157 5.901 3.06678C6.48041 3.62968 6.48041 4.54295 5.901 5.10585C5.78226 5.22058 5.58999 5.22069 5.47131 5.10585C5.35258 4.9905 5.35182 4.80238 5.47034 4.6869C5.81205 4.35492 5.813 3.81675 5.47131 3.48475C5.35248 3.3693 5.35248 3.18224 5.47131 3.06678Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.15332 1.31544C5.69773 0.998102 6.38177 1.39137 6.38184 2.0215V7.97951C6.3816 8.59154 5.73295 8.98568 5.18945 8.70412L2.4375 7.27833H1.98828C1.30737 7.2781 0.754954 6.72588 0.754883 6.04494V4.13869C0.755059 3.45783 1.30743 2.90552 1.98828 2.90529H2.42676L5.15332 1.31544ZM5.55664 2.00685L2.93457 3.53517V6.63478L5.55762 7.99415C5.56031 7.99552 5.56261 7.99594 5.56348 7.99611H5.56543C5.56707 7.99598 5.56987 7.99516 5.57324 7.99318C5.57682 7.991 5.5792 7.98875 5.58008 7.98732L5.58105 7.98537C5.58125 7.98466 5.58201 7.98275 5.58203 7.97951V2.0215C5.58202 2.01775 5.58124 2.01531 5.58105 2.01466L5.58008 2.01271C5.57915 2.01133 5.57692 2.00897 5.57324 2.00685C5.56933 2.00464 5.56597 2.00394 5.56445 2.00392H5.5625C5.56172 2.00417 5.5597 2.00507 5.55664 2.00685ZM7.73926 2.92287C7.89771 2.76893 8.156 2.76893 8.31445 2.92287C9.5561 4.12934 9.55515 6.08554 8.31348 7.29201C8.15507 7.44571 7.89864 7.44571 7.74023 7.29201C7.58222 7.13826 7.58153 6.88928 7.73926 6.73537C8.66425 5.83672 8.66425 4.37912 7.73926 3.48048C7.58132 3.32659 7.5812 3.07668 7.73926 2.92287ZM6.82031 3.81642C6.97876 3.66248 7.23608 3.66248 7.39453 3.81642C8.12857 4.52962 8.12851 5.68619 7.39453 6.39943C7.23609 6.55305 6.97867 6.55318 6.82031 6.39943C6.66202 6.24548 6.66289 5.99569 6.82129 5.84181C7.23832 5.43642 7.2375 4.77933 6.82031 4.37404C6.662 4.22019 6.66216 3.97036 6.82031 3.81642ZM1.98828 3.70607C1.74926 3.7063 1.55584 3.89965 1.55566 4.13869V6.04494C1.55573 6.28406 1.7492 6.4783 1.98828 6.47853H2.13379V3.70607H1.98828Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.17505 1.56076C6.84153 1.173 7.67784 1.65377 7.67798 2.42501V9.57443C7.67798 10.324 6.88361 10.8077 6.21802 10.4631L2.91821 8.75314H2.38599C1.55762 8.75307 0.886002 8.08151 0.885986 7.25314V4.96603C0.886233 4.13785 1.55777 3.46609 2.38599 3.46603H2.90649L6.17505 1.56076ZM3.54126 4.25314V7.94845L6.67798 9.57443V2.42501L3.54126 4.25314ZM9.27368 3.49337C9.47171 3.3013 9.7925 3.30122 9.99048 3.49337C11.4887 4.94889 11.4887 7.30934 9.99048 8.76486C9.79252 8.95693 9.47169 8.95685 9.27368 8.76486C9.07564 8.57246 9.0757 8.26002 9.27368 8.06759C10.3754 6.99699 10.3754 5.26124 9.27368 4.19064C9.07562 3.99822 9.07562 3.68579 9.27368 3.49337ZM8.17017 4.56564C8.36819 4.37326 8.68889 4.37333 8.88696 4.56564C9.77588 5.42923 9.77588 6.829 8.88696 7.69259C8.68891 7.88481 8.36818 7.88487 8.17017 7.69259C7.97233 7.50023 7.97236 7.18869 8.17017 6.9963C8.66296 6.51755 8.66296 5.74068 8.17017 5.26193C7.97229 5.06954 7.97229 4.75802 8.17017 4.56564ZM2.38599 4.46603C2.11005 4.46609 1.88623 4.69014 1.88599 4.96603V7.25314C1.886 7.52923 2.10991 7.75307 2.38599 7.75314H2.54126V4.46603H2.38599Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.31763 2.22546C9.09526 1.77257 10.0714 2.33331 10.0715 3.23327V12.7665C10.0714 13.6409 9.14487 14.2046 8.36841 13.8026L3.93481 11.5048H3.18188C2.16972 11.5045 1.3491 10.6839 1.34888 9.67174V6.62194C1.34905 5.60973 2.1697 4.7892 3.18188 4.78893H3.91919L8.31763 2.22546ZM9.07153 3.23327C9.07136 3.10497 8.9325 3.02545 8.82153 3.08971L4.55493 5.57604V10.6991L8.82837 12.9139C8.9392 12.9711 9.07142 12.8912 9.07153 12.7665V3.23327ZM12.4846 4.77428C12.6827 4.58186 13.0043 4.58186 13.2024 4.77428C15.1337 6.65071 15.1335 9.69269 13.2024 11.5692C13.0043 11.7616 12.6827 11.7616 12.4846 11.5692C12.2871 11.3768 12.2869 11.0652 12.4846 10.8729C14.0199 9.3812 14.02 6.96223 12.4846 5.47057C12.287 5.27818 12.2869 4.9666 12.4846 4.77428ZM3.18188 5.78893C2.72198 5.7892 2.34905 6.16201 2.34888 6.62194V9.67174C2.3491 10.1316 2.72201 10.5045 3.18188 10.5048H3.55493V5.78893H3.18188ZM11.0139 6.20299C11.212 6.01064 11.5336 6.0106 11.7317 6.20299C12.8507 7.2902 12.8505 9.05318 11.7317 10.1405C11.5336 10.3329 11.212 10.3329 11.0139 10.1405C10.816 9.94806 10.8159 9.63559 11.0139 9.44323C11.7367 8.74075 11.7368 7.60264 11.0139 6.90026C10.8159 6.70784 10.8159 6.39542 11.0139 6.20299Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.3964 2.78223C11.3685 2.21557 12.5885 2.91685 12.5887 4.04199V15.958C12.5887 17.0513 11.4306 17.7559 10.4598 17.2529L4.9198 14.3818H3.97839C2.71292 14.3817 1.68654 13.3553 1.6864 12.0898V8.27832C1.6864 7.01274 2.71283 5.98644 3.97839 5.98633H4.90027L10.3964 2.78223ZM11.3387 4.04199C11.3385 3.88147 11.165 3.78154 11.0262 3.8623L5.69421 6.96973V13.376L11.035 16.1436C11.1737 16.2153 11.3387 16.1142 11.3387 15.958V4.04199ZM15.6063 5.96777C15.8538 5.72748 16.2553 5.72756 16.5028 5.96777C18.9172 8.31334 18.9169 12.1162 16.5028 14.4619C16.2552 14.7024 15.8539 14.7024 15.6063 14.4619C15.3591 14.2214 15.3589 13.8312 15.6063 13.5908C17.5253 11.7262 17.5255 8.70338 15.6063 6.83887C15.3589 6.59833 15.3588 6.20823 15.6063 5.96777ZM3.97839 7.23633C3.40319 7.23644 2.9364 7.70309 2.9364 8.27832V12.0898C2.93654 12.665 3.40328 13.1317 3.97839 13.1318H4.44421V7.23633H3.97839ZM13.7675 7.75488C14.015 7.51436 14.4164 7.51437 14.6639 7.75488C16.0628 9.11392 16.0626 11.3166 14.6639 12.6758C14.4163 12.9161 14.0149 12.9162 13.7675 12.6758C13.5204 12.4353 13.5202 12.0451 13.7675 11.8047C14.671 10.9266 14.6712 9.50299 13.7675 8.625C13.5204 8.38457 13.5204 7.9953 13.7675 7.75488Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.4755 3.33801C13.642 2.65803 15.107 3.49956 15.1073 4.84973V19.1495C15.1071 20.4614 13.7164 21.3068 12.5516 20.7032L5.90027 17.257H4.77332C3.25468 17.2568 2.02338 16.0256 2.02332 14.507V9.93274C2.02332 8.41404 3.25464 7.18287 4.77332 7.18274H5.87878L12.4755 3.33801ZM13.6073 4.84973C13.607 4.65713 13.3978 4.53709 13.2313 4.63391L6.83289 8.36243V16.0499L13.2421 19.3712C13.4084 19.4573 13.6071 19.3368 13.6073 19.1495V4.84973ZM18.7274 7.16125C19.0245 6.87262 19.5065 6.87262 19.8036 7.16125C22.7006 9.976 22.7006 14.5399 19.8036 17.3546C19.5065 17.643 19.0245 17.643 18.7274 17.3546C18.4304 17.066 18.4305 16.5983 18.7274 16.3097C21.0306 14.0721 21.0306 10.4437 18.7274 8.20618C18.4304 7.91755 18.4303 7.44987 18.7274 7.16125ZM4.77332 8.68274C4.08307 8.68287 3.52332 9.24247 3.52332 9.93274V14.507C3.52338 15.1972 4.08311 15.7568 4.77332 15.757H5.33289V8.68274H4.77332ZM16.5214 9.30481C16.8184 9.01633 17.2995 9.01633 17.5966 9.30481C19.2754 10.9358 19.2754 13.5801 17.5966 15.2111C17.2995 15.4994 16.8184 15.4994 16.5214 15.2111C16.2243 14.9225 16.2244 14.4548 16.5214 14.1661C17.6058 13.1124 17.6058 11.4034 16.5214 10.3497C16.2243 10.0611 16.2243 9.59344 16.5214 9.30481Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,alignKorean:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.58368 3.7832C2.74921 3.78338 2.88348 3.91743 2.88348 4.08301V4.44922H3.58368C3.74922 4.44939 3.88348 4.58442 3.88348 4.75C3.88331 4.91543 3.74911 5.04963 3.58368 5.0498H3.23993C3.52292 5.19701 3.71649 5.49196 3.71649 5.83301C3.71649 6.32075 3.32138 6.71662 2.83368 6.7168H2.24969C1.76199 6.71662 1.36688 6.32075 1.36688 5.83301C1.36688 5.49196 1.56045 5.19701 1.84344 5.0498H1.41669C1.25111 5.0498 1.11706 4.91554 1.11688 4.75C1.11688 4.58431 1.251 4.44922 1.41669 4.44922H2.2829V4.08301C2.2829 3.91732 2.41799 3.7832 2.58368 3.7832ZM5.74969 1.2832C5.91538 1.2832 6.05048 1.41732 6.05048 1.58301V5.6377L6.36102 5.29492C6.47229 5.17226 6.66211 5.1632 6.78485 5.27441C6.90753 5.38567 6.91657 5.5755 6.80536 5.69824L5.97235 6.61816C5.91549 6.6808 5.8343 6.7168 5.74969 6.7168C5.66528 6.71671 5.58479 6.68062 5.52802 6.61816L4.69403 5.69824C4.58283 5.57546 4.59275 5.38565 4.71552 5.27441C4.8383 5.16323 5.02812 5.17216 5.13934 5.29492L5.44989 5.6377V1.58301C5.44989 1.41743 5.58416 1.28338 5.74969 1.2832ZM2.24969 5.5498C2.09336 5.54998 1.96649 5.67664 1.96649 5.83301C1.96649 5.98938 2.09336 6.11603 2.24969 6.11621H2.83368C2.99001 6.11603 3.11688 5.98938 3.11688 5.83301C3.11688 5.67664 2.99001 5.54998 2.83368 5.5498H2.24969ZM3.08368 1.2832C3.4332 1.28338 3.71632 1.56649 3.71649 1.91602V3.41602C3.71649 3.5817 3.58237 3.7168 3.41669 3.7168C3.251 3.7168 3.11688 3.5817 3.11688 3.41602V1.91602C3.11671 1.89786 3.10183 1.88299 3.08368 1.88281H1.41669C1.251 1.88281 1.11688 1.74869 1.11688 1.58301C1.11688 1.41732 1.251 1.2832 1.41669 1.2832H3.08368Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.22913 4.7041C3.45004 4.7041 3.62952 4.88358 3.62952 5.10449V5.53809H4.47913C4.69993 5.53809 4.87934 5.71674 4.87952 5.9375C4.87952 6.15841 4.70004 6.33789 4.47913 6.33789H4.14417C4.4605 6.53798 4.67151 6.89001 4.67151 7.29199C4.67151 7.91561 4.16525 8.4209 3.54163 8.4209H2.81311C2.18949 8.4209 1.68323 7.91561 1.68323 7.29199C1.68323 6.89001 1.89424 6.53798 2.21057 6.33789H1.77112C1.5502 6.33789 1.37073 6.15841 1.37073 5.9375C1.3709 5.71674 1.55031 5.53809 1.77112 5.53809H2.82971V5.10449C2.82971 4.88369 3.00836 4.70428 3.22913 4.7041ZM7.18811 1.5791C7.40887 1.57928 7.58752 1.75869 7.58752 1.97949V6.9834L7.93323 6.60254C8.08156 6.43915 8.33406 6.42706 8.49768 6.5752C8.6613 6.72344 8.67406 6.97593 8.526 7.13965L7.48401 8.29004C7.40827 8.37348 7.3008 8.42081 7.18811 8.4209C7.07523 8.4209 6.96706 8.37366 6.89124 8.29004L5.84924 7.13965C5.70135 6.97595 5.71406 6.7234 5.87756 6.5752C6.04128 6.42687 6.29466 6.43883 6.44299 6.60254L6.78772 6.9834V1.97949C6.78772 1.75858 6.9672 1.5791 7.18811 1.5791ZM2.81311 6.96289C2.63132 6.96289 2.48401 7.1102 2.48401 7.29199C2.48401 7.47379 2.63132 7.62109 2.81311 7.62109H3.54163C3.72342 7.62109 3.87073 7.47379 3.87073 7.29199C3.87073 7.1102 3.72342 6.96289 3.54163 6.96289H2.81311ZM3.85413 1.5791C4.30516 1.5791 4.67151 1.94545 4.67151 2.39648V4.27148C4.67133 4.49225 4.49192 4.6709 4.27112 4.6709C4.05031 4.6709 3.8709 4.49225 3.87073 4.27148V2.39648C3.87073 2.38728 3.86333 2.37988 3.85413 2.37988H1.77112C1.5502 2.37988 1.37073 2.20041 1.37073 1.97949C1.37073 1.75858 1.5502 1.5791 1.77112 1.5791H3.85413Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.875 5.625C4.15114 5.625 4.375 5.84886 4.375 6.125V6.625H5.375C5.65114 6.625 5.875 6.84886 5.875 7.125C5.875 7.40114 5.65114 7.625 5.375 7.625H5.03906C5.39308 7.87376 5.625 8.28446 5.625 8.75C5.625 9.50939 5.00939 10.125 4.25 10.125H3.375C2.61561 10.125 2 9.50939 2 8.75C2 8.28446 2.23192 7.87376 2.58594 7.625H2.125C1.84886 7.625 1.625 7.40114 1.625 7.125C1.625 6.84886 1.84886 6.625 2.125 6.625H3.375V6.125C3.375 5.84886 3.59886 5.625 3.875 5.625ZM8.625 1.875C8.90114 1.875 9.125 2.09886 9.125 2.375V8.32812L9.50488 7.90918C9.69035 7.70498 10.0065 7.68973 10.2109 7.875C10.4154 8.06044 10.4305 8.37648 10.2451 8.58105L8.99512 9.96094C8.90035 10.0653 8.76602 10.125 8.625 10.125C8.48398 10.125 8.34965 10.0653 8.25488 9.96094L7.00488 8.58105C6.81953 8.37648 6.83461 8.06044 7.03906 7.875C7.24355 7.68973 7.55965 7.70498 7.74512 7.90918L8.125 8.32812V2.375C8.125 2.09886 8.34886 1.875 8.625 1.875ZM3.375 8.375C3.16789 8.375 3 8.54289 3 8.75C3 8.95711 3.16789 9.125 3.375 9.125H4.25C4.45711 9.125 4.625 8.95711 4.625 8.75C4.625 8.54289 4.45711 8.375 4.25 8.375H3.375ZM4.625 1.875C5.17728 1.875 5.625 2.32272 5.625 2.875V5.125C5.625 5.40114 5.40114 5.625 5.125 5.625C4.84886 5.625 4.625 5.40114 4.625 5.125V2.875H2.125C1.84886 2.875 1.625 2.65114 1.625 2.375C1.625 2.09886 1.84886 1.875 2.125 1.875H4.625Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.16632 7.66666C5.44246 7.66666 5.66632 7.89051 5.66632 8.16666V8.99966H7.16632C7.44235 8.99966 7.66614 9.22367 7.66632 9.49966C7.66632 9.77581 7.44246 9.99966 7.16632 9.99966H5.66632C6.5868 9.99966 7.33331 10.7462 7.33331 11.6667C7.33331 12.5871 6.5868 13.3336 5.66632 13.3336H4.50031C3.57983 13.3336 2.83331 12.5871 2.83331 11.6667C2.83331 10.7462 3.57983 9.99966 4.50031 9.99966H2.83331C2.55717 9.99966 2.33331 9.77581 2.33331 9.49966C2.33349 9.22367 2.55728 8.99966 2.83331 8.99966H4.66632V8.16666C4.66632 7.89062 4.89033 7.66683 5.16632 7.66666ZM11.5003 2.66666C11.7763 2.66683 12.0003 2.89062 12.0003 3.16666V11.5358L12.7962 10.6579C12.9816 10.4534 13.2977 10.4383 13.5023 10.6237C13.7068 10.8091 13.7228 11.1252 13.5374 11.3297L11.8704 13.1686C11.7757 13.2731 11.6414 13.3336 11.5003 13.3336C11.3591 13.3336 11.224 13.2732 11.1292 13.1686L9.4632 11.3297C9.27788 11.1252 9.29304 10.8091 9.49738 10.6237C9.7019 10.4384 10.018 10.4535 10.2034 10.6579L11.0003 11.5368V3.16666C11.0003 2.89051 11.2242 2.66666 11.5003 2.66666ZM4.50031 10.9997C4.13212 10.9997 3.83331 11.2985 3.83331 11.6667C3.83331 12.0348 4.13212 12.3336 4.50031 12.3336H5.66632C6.03451 12.3336 6.33331 12.0348 6.33331 11.6667C6.33331 11.2985 6.03451 10.9997 5.66632 10.9997H4.50031ZM6.16632 2.66666C6.81065 2.66666 7.33331 3.18932 7.33331 3.83365V6.83365C7.33314 7.10964 7.10935 7.33365 6.83331 7.33365C6.55728 7.33365 6.33349 7.10964 6.33331 6.83365V3.83365C6.33331 3.7416 6.25837 3.66666 6.16632 3.66666H2.83331C2.55717 3.66666 2.33331 3.4428 2.33331 3.16666C2.33331 2.89051 2.55717 2.66666 2.83331 2.66666H6.16632Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.45862 9.58334C6.80365 9.58352 7.08362 9.86327 7.08362 10.2083V11.2503H8.95862C9.30365 11.2505 9.58362 11.5303 9.58362 11.8753C9.58344 12.2203 9.30354 12.5002 8.95862 12.5003H7.08362C8.23406 12.5005 9.16663 13.4329 9.16663 14.5833C9.16663 15.7338 8.23406 16.6662 7.08362 16.6664H5.62463C4.47419 16.6662 3.54163 15.7338 3.54163 14.5833C3.54163 13.4329 4.47419 12.5005 5.62463 12.5003H3.54163C3.19656 12.5003 2.9168 12.2204 2.91663 11.8753C2.91663 11.5302 3.19645 11.2503 3.54163 11.2503H5.83362V10.2083C5.83362 9.86317 6.11344 9.58334 6.45862 9.58334ZM14.3746 3.33334C14.7198 3.33334 14.9996 3.61317 14.9996 3.95834V14.4212L15.9948 13.3226C16.2264 13.0669 16.6218 13.0473 16.8776 13.2787C17.1333 13.5103 17.153 13.9057 16.9215 14.1615L14.8385 16.4613C14.72 16.592 14.5511 16.6664 14.3746 16.6664C14.1983 16.6663 14.0301 16.592 13.9117 16.4613L11.8287 14.1615C11.5971 13.9057 11.6159 13.5104 11.8717 13.2787C12.1275 13.047 12.5228 13.067 12.7545 13.3226L13.7496 14.4203V3.95834C13.7496 3.61327 14.0296 3.33352 14.3746 3.33334ZM5.62463 13.7503C5.16455 13.7505 4.79163 14.1232 4.79163 14.5833C4.79163 15.0435 5.16455 15.4162 5.62463 15.4164H7.08362C7.54371 15.4162 7.91663 15.0435 7.91663 14.5833C7.91663 14.1232 7.54371 13.7505 7.08362 13.7503H5.62463ZM7.70862 3.33334C8.51378 3.33352 9.16645 3.98619 9.16663 4.79135V8.54135C9.16663 8.88653 8.8868 9.16635 8.54163 9.16635C8.19645 9.16635 7.91663 8.88653 7.91663 8.54135V4.79135C7.91645 4.67655 7.82342 4.58352 7.70862 4.58334H3.54163C3.19645 4.58334 2.91663 4.30352 2.91663 3.95834C2.91663 3.61317 3.19645 3.33334 3.54163 3.33334H7.70862Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.74994 11.5C8.16415 11.5 8.49994 11.8358 8.49994 12.25V13.5H10.7499C11.1642 13.5 11.4999 13.8358 11.4999 14.25C11.4999 14.6642 11.1642 15 10.7499 15H8.49994C9.88065 15 10.9999 16.1193 10.9999 17.5C10.9999 18.8807 9.88065 20 8.49994 20H6.74994C5.36923 20 4.24994 18.8807 4.24994 17.5C4.24994 16.1193 5.36923 15 6.74994 15H4.24994C3.83573 15 3.49994 14.6642 3.49994 14.25C3.49994 13.8358 3.83573 13.5 4.24994 13.5H6.99994V12.25C6.99994 11.8358 7.33573 11.5 7.74994 11.5ZM17.2499 4C17.6642 4 17.9999 4.33579 17.9999 4.75V17.3047L19.1943 15.9873C19.4724 15.6803 19.9469 15.6565 20.2538 15.9346C20.5608 16.2127 20.5837 16.6872 20.3056 16.9941L17.8056 19.7539C17.6634 19.9107 17.4616 20 17.2499 20C17.0383 20 16.8364 19.9107 16.6943 19.7539L14.1943 16.9941L14.7499 16.4912L15.3056 15.9873L16.4999 17.3047V4.75C16.4999 4.33579 16.8357 4 17.2499 4ZM6.74994 16.5C6.19765 16.5 5.74994 16.9477 5.74994 17.5C5.74994 18.0523 6.19765 18.5 6.74994 18.5H8.49994C9.05222 18.5 9.49994 18.0523 9.49994 17.5C9.49994 16.9477 9.05222 16.5 8.49994 16.5H6.74994ZM14.246 15.9346C14.553 15.6565 15.0275 15.6803 15.3056 15.9873L14.1943 16.9941C13.9162 16.6872 13.9391 16.2127 14.246 15.9346ZM9.24994 4C10.2164 4 10.9999 4.7835 10.9999 5.75V10.25C10.9999 10.6642 10.6642 11 10.2499 11C9.83573 11 9.49994 10.6642 9.49994 10.25V5.75C9.49994 5.61193 9.38801 5.5 9.24994 5.5H4.24994C3.83573 5.5 3.49994 5.16421 3.49994 4.75C3.49994 4.33579 3.83573 4 4.24994 4H9.24994Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,archive:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.62451 0.658203C1.79018 0.658203 1.92428 0.792351 1.92432 0.958008V2.18848H3.5083V1.99707C3.50835 1.85121 3.56612 1.71136 3.66846 1.60742C3.77286 1.50155 3.91526 1.44146 4.06396 1.44141H4.93896C5.19089 1.44157 5.41508 1.60339 5.49365 1.84277L5.521 1.92578C5.53231 1.95983 5.56419 1.9834 5.6001 1.9834H6.09131C6.4133 1.98361 6.67529 2.24437 6.67529 2.56641V3.52441C6.67529 3.84645 6.4133 4.10819 6.09131 4.1084H4.09131C3.76929 4.10822 3.5083 3.84647 3.5083 3.52441V2.78906H1.92432V5.79102C1.92432 5.80929 1.93929 5.82401 1.95752 5.82422H3.5083V5.23047C3.50835 5.08461 3.56612 4.94476 3.66846 4.84082C3.77287 4.73493 3.91525 4.67486 4.06396 4.6748H4.93896C5.19089 4.67497 5.41508 4.83679 5.49365 5.07617L5.521 5.15918C5.53233 5.1932 5.56421 5.2168 5.6001 5.2168H6.09131C6.4133 5.21701 6.67529 5.47777 6.67529 5.7998V6.75781C6.67526 7.07982 6.41328 7.34159 6.09131 7.3418H4.09131C3.76931 7.34162 3.50833 7.07984 3.5083 6.75781V6.4248H1.95752C1.60792 6.4246 1.32471 6.14067 1.32471 5.79102V0.958008C1.32474 0.792371 1.45887 0.658236 1.62451 0.658203ZM4.06396 5.1748C4.04915 5.17486 4.03437 5.18089 4.02393 5.19141C4.01379 5.20179 4.00835 5.21596 4.0083 5.23047V6.75781C4.00833 6.8037 4.04545 6.84162 4.09131 6.8418H6.09131C6.13714 6.84159 6.17526 6.80368 6.17529 6.75781V5.7998C6.17529 5.75391 6.13716 5.717 6.09131 5.7168H5.6001C5.34819 5.7168 5.12416 5.55466 5.04541 5.31543L5.01807 5.23242C5.00688 5.19833 4.97482 5.17497 4.93896 5.1748H4.06396ZM4.06396 1.94141C4.04916 1.94146 4.03437 1.94751 4.02393 1.95801C4.01379 1.96839 4.00835 1.98256 4.0083 1.99707V3.52441C4.0083 3.57033 4.04543 3.60822 4.09131 3.6084H6.09131C6.13716 3.60819 6.17529 3.57031 6.17529 3.52441V2.56641C6.17529 2.52051 6.13716 2.4836 6.09131 2.4834H5.6001C5.34818 2.4834 5.12415 2.3213 5.04541 2.08203L5.01807 1.99902C5.00688 1.96493 4.97482 1.94157 4.93896 1.94141H4.06396Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.04395 0.810547C2.26483 0.810547 2.44429 0.990059 2.44434 1.21094V2.72461H4.39844V2.51074C4.39844 2.32833 4.47065 2.15244 4.59863 2.02246C4.7292 1.89006 4.90779 1.81543 5.09375 1.81543H6.18652C6.50152 1.81553 6.78165 2.01807 6.87988 2.31738L6.91406 2.4209C6.92823 2.46341 6.96785 2.49218 7.0127 2.49219H7.62793C8.03038 2.49249 8.35645 2.81916 8.35645 3.22168V4.41992C8.35614 4.82218 8.03019 5.14813 7.62793 5.14844H5.12793C4.72541 5.14844 4.39875 4.82237 4.39844 4.41992V3.52441H2.44434V7.25293C2.44451 7.26196 2.45188 7.26949 2.46094 7.26953H4.39844V6.55176C4.39855 6.36949 4.47075 6.19336 4.59863 6.06348C4.72917 5.93128 4.90794 5.85645 5.09375 5.85645H6.18652C6.50142 5.85655 6.78156 6.05926 6.87988 6.3584L6.91406 6.46191C6.92814 6.50459 6.96775 6.53319 7.0127 6.5332H7.62793C8.03024 6.53351 8.35622 6.86036 8.35645 7.2627V8.46094C8.35627 8.86331 8.03027 9.18915 7.62793 9.18945H5.12793C4.72533 9.18945 4.39861 8.86349 4.39844 8.46094V8.06934H2.46094C2.01005 8.06929 1.64373 7.70379 1.64355 7.25293V1.21094C1.6436 0.990084 1.82309 0.810588 2.04395 0.810547ZM5.09375 6.48145C5.07538 6.48145 5.05701 6.48907 5.04395 6.50195C5.03118 6.51492 5.02355 6.53356 5.02344 6.55176V7.62891C5.02478 7.64214 5.02733 7.65536 5.02734 7.66895C5.02734 7.6825 5.02476 7.69577 5.02344 7.70898V8.46094C5.02361 8.51832 5.07051 8.56445 5.12793 8.56445H7.62793C7.68509 8.56415 7.73127 8.51813 7.73145 8.46094V7.2627C7.73123 7.20554 7.68506 7.15851 7.62793 7.1582H7.0127C6.6978 7.15819 6.41873 6.9563 6.32031 6.65723L6.28613 6.55273C6.27195 6.51036 6.23124 6.48155 6.18652 6.48145H5.09375ZM5.09375 2.44043C5.07522 2.44043 5.05703 2.44785 5.04395 2.46094C5.03109 2.474 5.02344 2.49241 5.02344 2.51074V3.08105C5.02503 3.09554 5.02734 3.11009 5.02734 3.125C5.02733 3.13856 5.02477 3.15183 5.02344 3.16504V4.41992C5.02375 4.47719 5.07059 4.52344 5.12793 4.52344H7.62793C7.68501 4.52314 7.73114 4.477 7.73145 4.41992V3.22168C7.73145 3.16434 7.6852 3.11749 7.62793 3.11719H7.0127C6.69791 3.11718 6.41882 2.91512 6.32031 2.61621L6.28613 2.51172C6.27204 2.46918 6.23134 2.44053 6.18652 2.44043H5.09375Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.4624 0.962402C2.73851 0.962402 2.96235 1.1863 2.9624 1.4624V3.2583H5.2876V3.02197C5.2876 2.80332 5.3736 2.59294 5.52686 2.43701C5.68358 2.27784 5.89821 2.18799 6.12158 2.18799H7.43408C7.81204 2.18815 8.14726 2.43139 8.26514 2.79053L8.30615 2.91455C8.32313 2.96541 8.37068 3.00031 8.42432 3.00049H9.1626C9.6458 3.00054 10.0376 3.39227 10.0376 3.87549V5.31299C10.0373 5.79598 9.64564 6.18794 9.1626 6.18799H6.1626C5.67951 6.18799 5.28786 5.79601 5.2876 5.31299V4.2583H2.9624V8.7124H5.2876V7.87158C5.2876 7.65283 5.37347 7.44257 5.52686 7.28662C5.68358 7.12745 5.89821 7.0376 6.12158 7.0376H7.43408C7.81204 7.03776 8.14726 7.281 8.26514 7.64014L8.30615 7.76416C8.32302 7.81522 8.37055 7.84992 8.42432 7.8501H9.1626C9.6458 7.85015 10.0376 8.24188 10.0376 8.7251V10.1626C10.0375 10.6458 9.64577 11.0375 9.1626 11.0376H6.1626C5.67938 11.0376 5.28765 10.6458 5.2876 10.1626V9.7124H2.9624C2.41016 9.71235 1.9624 9.26466 1.9624 8.7124V1.4624C1.96245 1.18633 2.18633 0.962452 2.4624 0.962402ZM6.12158 7.7876C6.09913 7.7876 6.07776 7.79699 6.06201 7.81299C6.0466 7.82866 6.0376 7.8496 6.0376 7.87158V9.06494C6.05211 9.11175 6.062 9.16083 6.06201 9.2124C6.06201 9.26395 6.05208 9.31308 6.0376 9.35986V10.1626C6.03765 10.2316 6.09359 10.2876 6.1626 10.2876H9.1626C9.23156 10.2875 9.28755 10.2316 9.2876 10.1626V8.7251C9.2876 8.65609 9.23159 8.60015 9.1626 8.6001H8.42432C8.04641 8.59992 7.71116 8.35663 7.59326 7.99756L7.55225 7.87354C7.53539 7.82243 7.48788 7.78776 7.43408 7.7876H6.12158ZM6.12158 2.93799C6.09913 2.93799 6.07776 2.94738 6.06201 2.96338C6.04672 2.97903 6.0376 3.00009 6.0376 3.02197V3.61084C6.05213 3.65765 6.06196 3.70675 6.06201 3.7583C6.06201 3.80985 6.05208 3.85898 6.0376 3.90576V5.31299C6.03786 5.3818 6.09373 5.43799 6.1626 5.43799H9.1626C9.23143 5.43794 9.28733 5.38177 9.2876 5.31299V3.87549C9.2876 3.80648 9.23159 3.75054 9.1626 3.75049H8.42432C8.04654 3.75031 7.71127 3.50682 7.59326 3.14795L7.55225 3.02393C7.53539 2.97282 7.48788 2.93815 7.43408 2.93799H6.12158Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.2002 1.3667C3.4763 1.3667 3.70013 1.59061 3.7002 1.8667V4.42822H6.9668V3.94482C6.9669 3.65327 7.08167 3.37337 7.28613 3.16553C7.49496 2.95344 7.78051 2.83366 8.07812 2.8335H9.82812C10.3322 2.8335 10.7792 3.15737 10.9365 3.63623L10.9912 3.80225C11.0136 3.8705 11.0776 3.91632 11.1494 3.9165H12.1338C12.778 3.91668 13.2998 4.43927 13.2998 5.0835V7.00049C13.2996 7.64456 12.7779 8.16633 12.1338 8.1665H8.13379C7.48966 8.16639 6.96697 7.6446 6.9668 7.00049V5.42822H3.7002V11.5337C3.70037 11.6255 3.7753 11.6996 3.86719 11.6997H6.9668V10.4116C6.9669 10.1201 7.08171 9.84016 7.28613 9.63232C7.49496 9.42024 7.78051 9.30045 8.07812 9.30029H9.82812C10.3322 9.30029 10.7792 9.62413 10.9365 10.103L10.9912 10.269C11.0137 10.3373 11.0776 10.3831 11.1494 10.3833H12.1338C12.778 10.3835 13.2998 10.9061 13.2998 11.5503V13.4673C13.2996 14.1113 12.7778 14.6331 12.1338 14.6333H8.13379C7.4897 14.6332 6.96704 14.1113 6.9668 13.4673V12.6997H3.86719C3.22302 12.6996 2.70037 12.1778 2.7002 11.5337V1.8667C2.70026 1.59065 2.92415 1.36677 3.2002 1.3667ZM8.07812 10.3003C8.04847 10.3005 8.01987 10.3124 7.99902 10.3335C7.97864 10.3543 7.9669 10.3825 7.9668 10.4116V13.4673C7.96704 13.5591 8.04198 13.6332 8.13379 13.6333H12.1338C12.2255 13.6331 12.2996 13.559 12.2998 13.4673V11.5503C12.2998 11.4584 12.2257 11.3835 12.1338 11.3833H11.1494C10.6455 11.3831 10.1982 11.0594 10.041 10.5806L9.98633 10.4146C9.96372 10.3464 9.89996 10.3003 9.82812 10.3003H8.07812ZM8.07812 3.8335C8.04847 3.83365 8.01987 3.84559 7.99902 3.8667C7.9786 3.8875 7.9669 3.91568 7.9668 3.94482V7.00049C7.96697 7.09232 8.04194 7.16639 8.13379 7.1665H12.1338C12.2256 7.16633 12.2996 7.09228 12.2998 7.00049V5.0835C12.2998 4.99156 12.2257 4.91668 12.1338 4.9165H11.1494C10.6454 4.91632 10.1982 4.59265 10.041 4.11377L9.98633 3.94775C9.9637 3.87964 9.89994 3.8335 9.82812 3.8335H8.07812Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.99951 1.70801C4.34464 1.70801 4.62443 1.9879 4.62451 2.33301V5.53516H8.7085V4.93066C8.70862 4.56611 8.85218 4.21588 9.10791 3.95605C9.36907 3.69108 9.72608 3.54102 10.0981 3.54102H12.2856C12.9155 3.54129 13.4748 3.94652 13.6714 4.54492L13.7388 4.75195C13.7668 4.83746 13.847 4.89549 13.937 4.89551H15.1665C15.9715 4.89577 16.6252 5.54848 16.6255 6.35352V8.74902C16.6255 9.55428 15.9717 10.2077 15.1665 10.208H10.1665C9.36124 10.2078 8.7085 9.55433 8.7085 8.74902V6.78516H4.62451V14.416C4.62451 14.5309 4.71768 14.6247 4.83252 14.625H8.7085V13.0146C8.7085 12.6499 8.85207 12.3 9.10791 12.04C9.3691 11.7749 9.72593 11.625 10.0981 11.625H12.2856C12.9156 11.6253 13.4749 12.0303 13.6714 12.6289L13.7388 12.8359C13.7669 12.9213 13.8471 12.9795 13.937 12.9795H15.1665C15.9717 12.9798 16.6255 13.6322 16.6255 14.4375V16.833C16.6254 17.6382 15.9716 18.2917 15.1665 18.292H10.1665C9.36129 18.2918 8.70858 17.6382 8.7085 16.833V15.875H4.83252C4.02732 15.8747 3.37451 15.2213 3.37451 14.416V2.33301C3.37459 1.98795 3.65445 1.70809 3.99951 1.70801ZM10.0981 12.875C10.0608 12.875 10.0248 12.8904 9.99854 12.917C9.97294 12.9431 9.9585 12.9781 9.9585 13.0146V16.833C9.95858 16.9479 10.0516 17.0418 10.1665 17.042H15.1665C15.2813 17.0417 15.3754 16.9478 15.3755 16.833V14.4375C15.3755 14.3226 15.2813 14.2297 15.1665 14.2295H13.937C13.3069 14.2295 12.7479 13.8242 12.5513 13.2256L12.4839 13.0186C12.4559 12.9332 12.3754 12.8753 12.2856 12.875H10.0981ZM10.0981 4.79102C10.061 4.79102 10.0247 4.80665 9.99854 4.83301C9.97306 4.85899 9.95863 4.89428 9.9585 4.93066V8.74902C9.9585 8.86398 10.0516 8.95783 10.1665 8.95801H15.1665C15.2813 8.95775 15.3755 8.86392 15.3755 8.74902V6.35352C15.3752 6.23884 15.2812 6.14576 15.1665 6.14551H13.937C13.3068 6.14549 12.7478 5.74036 12.5513 5.1416L12.4839 4.93457C12.4558 4.8494 12.3753 4.79129 12.2856 4.79102H10.0981Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.7998 2.0498C5.21396 2.0498 5.54971 2.38568 5.5498 2.7998V6.64258H10.4502V5.91797C10.4502 5.48024 10.6226 5.05999 10.9297 4.74805C11.2431 4.42976 11.6715 4.25 12.1182 4.25H14.7422L14.8828 4.25586C15.5805 4.31175 16.1841 4.78049 16.4053 5.4541L16.4873 5.70312C16.5211 5.8056 16.6167 5.875 16.7246 5.875H18.2002C19.1666 5.8751 19.9502 6.65856 19.9502 7.625V10.5C19.9502 11.4664 19.1666 12.2499 18.2002 12.25H12.2002C11.2337 12.25 10.4502 11.4665 10.4502 10.5V8.14258H5.5498V17.2998C5.5498 17.4378 5.66182 17.5497 5.7998 17.5498H10.4502V15.6182C10.4502 15.1804 10.6226 14.7602 10.9297 14.4482C11.2431 14.1299 11.6714 13.9502 12.1182 13.9502H14.7422L14.8828 13.9561C15.5805 14.012 16.1841 14.4807 16.4053 15.1543L16.4873 15.4033C16.5211 15.5057 16.6167 15.5752 16.7246 15.5752H18.2002C19.1666 15.5753 19.9502 16.3588 19.9502 17.3252V20.2002C19.9501 21.1665 19.1665 21.9501 18.2002 21.9502H12.2002C11.2338 21.9502 10.4503 21.1666 10.4502 20.2002V19.0498H5.7998C4.83339 19.0497 4.0498 18.2662 4.0498 17.2998V2.7998C4.0499 2.38574 4.38574 2.0499 4.7998 2.0498ZM12.1182 15.4502C12.0733 15.4502 12.0295 15.468 11.998 15.5C11.9672 15.5313 11.9502 15.5742 11.9502 15.6182V20.2002C11.9503 20.3382 12.0622 20.4502 12.2002 20.4502H18.2002C18.3381 20.4501 18.4501 20.3381 18.4502 20.2002V17.3252C18.4502 17.1872 18.3382 17.0753 18.2002 17.0752H16.7246C15.9685 17.0752 15.2974 16.5894 15.0615 15.8711L14.9805 15.6221C14.9552 15.5451 14.8944 15.4872 14.8203 15.4629L14.7422 15.4502H12.1182ZM12.1182 5.75C12.0733 5.75 12.0295 5.76787 11.998 5.7998C11.9672 5.83115 11.9502 5.874 11.9502 5.91797V10.5C11.9502 10.6381 12.0621 10.75 12.2002 10.75H18.2002C18.3382 10.7499 18.4502 10.638 18.4502 10.5V7.625C18.4502 7.48699 18.3382 7.3751 18.2002 7.375H16.7246C15.9684 7.375 15.2974 6.88934 15.0615 6.1709L14.9805 5.92188C14.9552 5.84493 14.8944 5.78703 14.8203 5.7627L14.7422 5.75H12.1182Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,arrow2Down:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00001 0.924988V7.07499M4.00001 7.07499L1.60001 4.67499M4.00001 7.07499L6.40001 4.67499",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round","stroke-linejoin":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5 1.15625V8.84375M5 8.84375L2 5.84375M5 8.84375L8 5.84375",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round","stroke-linejoin":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.99999 1.38751V10.6125M5.99999 10.6125L2.39999 7.01251M5.99999 10.6125L9.59999 7.01251",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00001 1.85001V14.15M8.00001 14.15L3.20001 9.35001M8.00001 14.15L12.8 9.35001",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10 2.3125V17.6875M10 17.6875L4 11.6875M10 17.6875L16 11.6875",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round","stroke-linejoin":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 2.77499V21.225M12 21.225L4.79999 14.025M12 21.225L19.2 14.025",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}))}}),...Object.freeze({__proto__:null,arrow2Left:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.07501 4.00002L0.925012 4.00002M0.925012 4.00002L3.32501 6.40002M0.925012 4.00002L3.32501 1.60003",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round","stroke-linejoin":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.84375 5L1.15625 5M1.15625 5L4.15625 8M1.15625 5L4.15625 2",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round","stroke-linejoin":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.6125 5.99998L1.38749 5.99998M1.38749 5.99998L4.98749 9.59998M1.38749 5.99998L4.98749 2.39998",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.15 7.99999L1.84999 7.99999M1.84999 7.99999L6.64999 12.8M1.84999 7.99999L6.64999 3.19999",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6875 10L2.3125 10M2.3125 10L8.3125 16M2.3125 10L8.3125 4",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round","stroke-linejoin":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.225 12L2.77501 12M2.77501 12L9.97501 19.2M2.77501 12L9.97501 4.80001",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}))}}),...Object.freeze({__proto__:null,arrow2Right:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M0.924988 3.99998L7.07499 3.99998M7.07499 3.99998L4.67499 1.59998M7.07499 3.99998L4.67499 6.39998",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round","stroke-linejoin":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.15625 5L8.84375 5M8.84375 5L5.84375 2M8.84375 5L5.84375 8",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round","stroke-linejoin":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.38751 6.00002L10.6125 6.00003M10.6125 6.00003L7.01251 2.40002M10.6125 6.00003L7.01251 9.60002",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.85001 8.00001L14.15 8.00001M14.15 8.00001L9.35001 3.20001M14.15 8.00001L9.35001 12.8",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.3125 10L17.6875 10M17.6875 10L11.6875 4M17.6875 10L11.6875 16",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round","stroke-linejoin":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.77499 12L21.225 12M21.225 12L14.025 4.79999M21.225 12L14.025 19.2",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}))}}),...Object.freeze({__proto__:null,arrow2Up:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00001 7.07501V0.925012M4.00001 0.925012L1.60001 3.32501M4.00001 0.925012L6.40001 3.32501",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round","stroke-linejoin":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5 8.84375V1.15625M5 1.15625L2 4.15625M5 1.15625L8 4.15625",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round","stroke-linejoin":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.99999 10.6125V1.38749M5.99999 1.38749L2.39999 4.98749M5.99999 1.38749L9.59999 4.98749",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00001 14.15V1.84999M8.00001 1.84999L3.20001 6.64999M8.00001 1.84999L12.8 6.64999",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10 17.6875V2.3125M10 2.3125L4 8.3125M10 2.3125L16 8.3125",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round","stroke-linejoin":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 21.225V2.77501M12 2.77501L4.79999 9.97501M12 2.77501L19.2 9.97501",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}))}}),...Object.freeze({__proto__:null,arrow2UpDown:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.96661 0.776373C2.08048 0.674571 2.25314 0.674546 2.367 0.776373L3.867 2.11817C3.9901 2.22857 4.00052 2.41762 3.89043 2.54102C3.78001 2.66449 3.59011 2.67579 3.46661 2.56544L2.46661 1.6709V7.00001C2.46661 7.16567 2.33245 7.29977 2.1668 7.29981C2.00112 7.29981 1.867 7.16569 1.867 7.00001V1.6709L0.866997 2.56544C0.743506 2.67582 0.553606 2.66447 0.443169 2.54102C0.333037 2.41761 0.343447 2.22858 0.466606 2.11817L1.96661 0.776373ZM5.83379 0.700201C5.99929 0.700418 6.1336 0.834455 6.1336 1.00001V6.32911L7.1336 5.43458C7.25711 5.32439 7.44706 5.33558 7.55743 5.45899C7.6673 5.58234 7.65687 5.77146 7.53399 5.88184L6.03399 7.22364C5.92019 7.32541 5.74748 7.32528 5.6336 7.22364L4.1336 5.88184C4.01044 5.77143 4.00003 5.58241 4.11016 5.45899C4.22062 5.33569 4.41055 5.32424 4.53399 5.43458L5.53399 6.32911V1.00001C5.53399 0.834321 5.66811 0.700202 5.83379 0.700201Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.44189 0.952148C2.59372 0.816409 2.82327 0.816377 2.97509 0.952148L4.85009 2.62891C5.0146 2.77618 5.02851 3.02874 4.88134 3.19336C4.73408 3.35793 4.48153 3.3718 4.31689 3.22461L3.10888 2.14453V8.75C3.10888 8.97088 2.92936 9.15034 2.70849 9.15039C2.48757 9.15039 2.3081 8.97091 2.3081 8.75V2.14453L1.10009 3.22461C0.935465 3.37183 0.682918 3.3579 0.535636 3.19336C0.388398 3.02872 0.402304 2.77618 0.566886 2.62891L2.44189 0.952148ZM7.29149 0.849609C7.51241 0.849609 7.69189 1.02909 7.69189 1.25V7.85547L8.89989 6.77539C9.0645 6.62819 9.31706 6.64216 9.46435 6.80664C9.61158 6.97128 9.59768 7.22382 9.4331 7.37109L7.5581 9.04785C7.40626 9.18353 7.17669 9.1836 7.02489 9.04785L5.14989 7.37109C4.98547 7.22383 4.97155 6.97124 5.11864 6.80664C5.26588 6.6421 5.51845 6.62827 5.6831 6.77539L6.8911 7.85547V1.25C6.8911 1.02916 7.07069 0.849734 7.29149 0.849609Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.91715 1.12697C3.10683 0.957696 3.3935 0.957658 3.58316 1.12697L5.83316 3.13966C6.0389 3.32372 6.05715 3.6399 5.8732 3.84572C5.68917 4.0515 5.37299 4.0687 5.16715 3.88478L3.75016 2.61818V10.5C3.75016 10.7761 3.52624 11 3.25016 11C2.97401 11 2.75016 10.7762 2.75016 10.5V2.61818L1.33316 3.88478C1.12734 4.06875 0.811166 4.05147 0.627108 3.84572C0.443086 3.63988 0.461331 3.32373 0.667147 3.13966L2.91715 1.12697ZM8.75016 1.00002C9.02625 1.00008 9.25016 1.22391 9.25016 1.50002V9.38185L10.6671 8.11525C10.873 7.93133 11.1892 7.94853 11.3732 8.15431C11.5572 8.36013 11.5389 8.67631 11.3332 8.86037L9.08316 10.8731C8.8935 11.0424 8.60683 11.0423 8.41715 10.8731L6.16715 8.86037C5.96133 8.6763 5.94309 8.36015 6.12711 8.15431C6.31117 7.94856 6.62734 7.93128 6.83316 8.11525L8.25015 9.38185V1.50002C8.25015 1.22387 8.47401 1.00002 8.75016 1.00002Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.00055 1.62696C4.19023 1.45771 4.47691 1.45766 4.66657 1.62696L7.66657 4.31055C7.8723 4.49462 7.89059 4.8108 7.70661 5.01661C7.5226 5.22232 7.20638 5.23948 7.00055 5.05567L4.83356 3.11817V14C4.83356 14.2761 4.60963 14.4999 4.33356 14.5C4.05742 14.5 3.83356 14.2761 3.83356 14V3.11817L1.66657 5.05567C1.46076 5.23954 1.14455 5.22228 0.960513 5.01661C0.776431 4.81077 0.794715 4.49463 1.00055 4.31055L4.00055 1.62696ZM11.6666 1.50001C11.9427 1.50001 12.1666 1.72386 12.1666 2.00001V12.8818L14.3336 10.9443C14.5394 10.7605 14.8556 10.7777 15.0396 10.9834C15.2237 11.1892 15.2054 11.5054 14.9996 11.6895L11.9996 14.3731C11.8099 14.5423 11.5232 14.5424 11.3336 14.3731L8.33356 11.6895C8.12784 11.5054 8.10955 11.1892 8.29352 10.9834C8.47752 10.7777 8.79374 10.7605 8.99958 10.9443L11.1666 12.8818V2.00001C11.1666 1.72392 11.3905 1.5001 11.6666 1.50001Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99994 2.03418C5.23719 1.82211 5.59672 1.82204 5.83393 2.03418L9.58393 5.3877C9.84095 5.6178 9.86269 6.0133 9.63276 6.27051C9.40267 6.52763 9.00719 6.54929 8.74994 6.31934L6.04194 3.89844V17.5C6.04194 17.8451 5.76203 18.1249 5.41694 18.125C5.07176 18.125 4.79194 17.8452 4.79194 17.5V3.89844L2.08393 6.31934C1.82671 6.54937 1.43125 6.52758 1.20112 6.27051C0.97106 6.01326 0.992793 5.61782 1.24994 5.3877L4.99994 2.03418ZM14.583 1.875C14.9281 1.875 15.208 2.15482 15.208 2.5V16.1016L17.916 13.6807C18.1731 13.4507 18.5686 13.4725 18.7988 13.7295C19.0288 13.9867 19.0071 14.3822 18.7499 14.6123L14.9999 17.9658C14.7627 18.1778 14.4031 18.1779 14.166 17.9658L10.416 14.6123C10.1591 14.3822 10.1374 13.9867 10.3671 13.7295C10.5972 13.4724 10.9927 13.4508 11.2499 13.6807L13.958 16.1016V2.5C13.958 2.15498 14.238 1.87525 14.583 1.875Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.00024 2.44141C6.28493 2.18692 6.7156 2.18684 7.00024 2.44141L11.5002 6.46582C11.8086 6.74196 11.8347 7.21579 11.5588 7.52441C11.2827 7.83288 10.8089 7.85893 10.5002 7.58301L7.25024 4.67676V21C7.25024 21.4141 6.91435 21.7499 6.50024 21.75C6.08603 21.75 5.75024 21.4142 5.75024 21V4.67676L2.50024 7.58301L2.44067 7.63184C2.1333 7.85527 1.70057 7.81355 1.44165 7.52441C1.18284 7.23502 1.18941 6.80028 1.44556 6.51953L1.50024 6.46582L6.00024 2.44141ZM17.5002 2.25C17.9144 2.25012 18.2502 2.58586 18.2502 3V19.3232L21.5002 16.417C21.8089 16.1411 22.2827 16.1671 22.5588 16.4756C22.8347 16.7842 22.8086 17.258 22.5002 17.5342L18.0002 21.5586C17.7156 21.8132 17.2849 21.8131 17.0002 21.5586L12.5002 17.5342L12.4456 17.4805C12.1894 17.1997 12.1828 16.765 12.4417 16.4756C12.7006 16.1865 13.1333 16.1447 13.4407 16.3682L13.5002 16.417L16.7502 19.3232V3C16.7502 2.58579 17.086 2.25 17.5002 2.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,arrowDown:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.06668 2.5L4.05829 5.44299C4.0259 5.47468 3.97413 5.47468 3.94174 5.44299L0.933348 2.5",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.83334 3.125L5.07285 6.80374C5.03237 6.84335 4.96765 6.84335 4.92717 6.80374L1.16668 3.125",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.6 3.75L6.08742 8.16449C6.03883 8.21202 5.96118 8.21202 5.91259 8.16449L1.40001 3.75",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1333 5L8.11655 10.886C8.05177 10.9494 7.94823 10.9494 7.88345 10.886L1.86667 5",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6667 6.25L10.1457 13.6075C10.0647 13.6867 9.93528 13.6867 9.8543 13.6075L2.33332 6.25",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.2 7.5L12.1748 16.329C12.0777 16.424 11.9224 16.424 11.8252 16.329L2.80001 7.5",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,arrowLeft:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.5 0.933319L2.55701 3.94171C2.52532 3.9741 2.52532 4.02587 2.55701 4.05826L5.5 7.06665",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.875 1.16666L3.19626 4.92715C3.15665 4.96763 3.15665 5.03235 3.19626 5.07283L6.875 8.83332",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.25 1.39999L3.83551 5.91258C3.78798 5.96117 3.78798 6.03882 3.83551 6.08741L8.25 10.6",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11 1.86667L5.11401 7.88345C5.05064 7.94823 5.05065 8.05177 5.11402 8.11655L11 14.1333",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.75 2.33334L6.39252 9.85432C6.31331 9.9353 6.31331 10.0647 6.39252 10.1457L13.75 17.6667",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.5 2.8L7.67102 11.8252C7.57597 11.9223 7.57597 12.0777 7.67102 12.1748L16.5 21.2",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,arrowLeftEnd:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.26831 0.723616C4.38414 0.605248 4.57468 0.602989 4.69311 0.718733C4.81149 0.834551 4.81371 1.0251 4.69799 1.14354L1.90307 3.99998L4.69799 6.85741C4.81345 6.9758 4.81125 7.16547 4.69311 7.28123C4.57468 7.39709 4.38417 7.39477 4.26831 7.27635L1.32592 4.26854C1.18018 4.11955 1.18018 3.8814 1.32592 3.73241L4.26831 0.723616ZM6.26831 0.723616C6.38414 0.605248 6.57468 0.602989 6.69311 0.718733C6.81149 0.834551 6.81371 1.0251 6.69799 1.14354L3.90307 3.99998L6.69799 6.85741C6.81345 6.9758 6.81125 7.16547 6.69311 7.28123C6.57468 7.39709 6.38417 7.39478 6.26831 7.27635L3.32592 4.26854C3.18018 4.11955 3.18018 3.8814 3.32592 3.73241L6.26831 0.723616Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.31806 0.887386C5.47236 0.729651 5.72553 0.726607 5.88348 0.88055C6.0413 1.03493 6.04449 1.28804 5.89032 1.44598L2.41473 4.99969L5.89032 8.5534C6.0448 8.71131 6.04139 8.96435 5.88348 9.11883C5.72555 9.27311 5.47247 9.27082 5.31806 9.11297L1.63934 5.35223C1.44819 5.15631 1.44801 4.84296 1.63934 4.64715L5.31806 0.887386ZM7.81806 0.887386C7.97236 0.729651 8.22553 0.726607 8.38348 0.88055C8.5413 1.03493 8.54449 1.28804 8.39032 1.44598L4.91473 4.99969L8.39032 8.5534C8.5448 8.71131 8.54139 8.96435 8.38348 9.11883C8.22555 9.27311 7.97247 9.27082 7.81806 9.11297L4.13934 5.35223C3.94819 5.15631 3.94801 4.84296 4.13934 4.64715L7.81806 0.887386Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.36744 1.05033C6.56054 0.852994 6.87709 0.849454 7.07447 1.04252C7.27182 1.2356 7.27531 1.55216 7.08228 1.74955L2.92506 5.99955L7.08228 10.2505C7.27523 10.4479 7.27177 10.7645 7.07447 10.9576C6.8771 11.1505 6.56051 11.147 6.36744 10.9497L1.95338 6.43705C1.71574 6.19413 1.71574 5.80595 1.95338 5.56303L6.36744 1.05033ZM9.36744 1.05033C9.56054 0.852994 9.87709 0.849454 10.0745 1.04252C10.2718 1.2356 10.2753 1.55216 10.0823 1.74955L5.92506 5.99955L10.0823 10.2505C10.2752 10.4479 10.2718 10.7645 10.0745 10.9576C9.8771 11.1505 9.56051 11.147 9.36744 10.9497L4.95338 6.43705C4.71574 6.19413 4.71574 5.80595 4.95338 5.56303L9.36744 1.05033Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.60912 1.517C8.80222 1.31968 9.11877 1.31613 9.31615 1.50919C9.51349 1.70227 9.51697 2.01883 9.32396 2.21622L3.66673 7.99942L9.32396 13.7836C9.51701 13.981 9.51346 14.2975 9.31615 14.4906C9.11876 14.6837 8.80222 14.6802 8.60912 14.4828L2.72337 8.46622C2.4699 8.20711 2.46989 7.79272 2.72337 7.5336L8.60912 1.517ZM12.6091 1.517C12.8022 1.31968 13.1188 1.31613 13.3161 1.50919C13.5135 1.70227 13.517 2.01883 13.324 2.21622L7.66673 7.99942L13.324 13.7836C13.517 13.981 13.5135 14.2975 13.3161 14.4906C13.1188 14.6837 12.8022 14.6802 12.6091 14.4828L6.72337 8.46622C6.4699 8.20711 6.46989 7.79272 6.72337 7.5336L12.6091 1.517Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.7623 1.89582C11.0037 1.64962 11.3995 1.64583 11.6461 1.88703C11.8923 2.12843 11.896 2.52424 11.6549 2.77082L4.58357 9.99933L11.6549 17.2298C11.8961 17.4765 11.8926 17.8722 11.6461 18.1136C11.3994 18.3549 11.0037 18.3502 10.7623 18.1038L3.40388 10.5823C3.08751 10.2585 3.08741 9.74107 3.40388 9.4173L10.7623 1.89582ZM15.7623 1.89582C16.0037 1.64962 16.3995 1.64583 16.6461 1.88703C16.8923 2.12843 16.896 2.52424 16.6549 2.77082L9.58357 9.99933L16.6549 17.2298C16.8961 17.4765 16.8926 17.8722 16.6461 18.1136C16.3994 18.3549 16.0037 18.3502 15.7623 18.1038L8.40388 10.5823C8.08751 10.2585 8.08741 9.74107 8.40388 9.4173L15.7623 1.89582Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.9708 2.22382C13.2627 1.98039 13.6972 1.99235 13.9747 2.26385C14.2522 2.53536 14.2741 2.9696 14.0372 3.26678L13.9865 3.3244L5.50012 12.0002L13.9865 20.676C14.2758 20.972 14.2706 21.4469 13.9747 21.7365C13.6787 22.0259 13.2038 22.0206 12.9142 21.7248L4.08508 12.6994C3.70493 12.3108 3.70506 11.6896 4.08508 11.301L12.9142 2.27557L12.9708 2.22382ZM18.9708 2.22382C19.2627 1.98039 19.6972 1.99235 19.9747 2.26385C20.2522 2.53536 20.2741 2.9696 20.0372 3.26678L19.9865 3.3244L11.5001 12.0002L19.9865 20.676C20.2758 20.972 20.2706 21.4469 19.9747 21.7365C19.6787 22.0259 19.2038 22.0206 18.9142 21.7248L10.0851 12.6994C9.70493 12.3108 9.70506 11.6896 10.0851 11.301L18.9142 2.27557L18.9708 2.22382Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,arrowRight:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.5 7.06668L5.44299 4.05829C5.47468 4.0259 5.47468 3.97413 5.44299 3.94174L2.5 0.933348",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.125 8.83334L6.80374 5.07285C6.84335 5.03237 6.84335 4.96765 6.80374 4.92717L3.125 1.16668",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.75 10.6L8.16449 6.08742C8.21202 6.03883 8.21202 5.96118 8.16449 5.91259L3.75 1.40001",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5 14.1333L10.886 8.11655C10.9494 8.05177 10.9494 7.94823 10.886 7.88345L5 1.86667",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.25 17.6667L13.6075 10.1457C13.6867 10.0647 13.6867 9.93528 13.6075 9.8543L6.25 2.33332",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.5 21.2L16.329 12.1748C16.424 12.0777 16.424 11.9224 16.329 11.8252L7.5 2.80001",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,arrowRightEnd:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.3069 0.718895C1.42533 0.603033 1.61584 0.60534 1.7317 0.723778L4.67408 3.73159C4.81959 3.88059 4.81975 4.11881 4.67408 4.26772L1.7317 7.27651C1.61593 7.39462 1.42529 7.39684 1.3069 7.2814C1.18857 7.16564 1.18648 6.97505 1.30201 6.85659L4.09694 4.00015L1.30201 1.14272C1.18661 1.02439 1.18893 0.83468 1.3069 0.718895ZM3.3069 0.718895C3.42533 0.603033 3.61584 0.60534 3.7317 0.723778L6.67408 3.73159C6.81959 3.88059 6.81975 4.11881 6.67408 4.26772L3.7317 7.27651C3.61593 7.39462 3.42529 7.39684 3.3069 7.2814C3.18857 7.16564 3.18648 6.97505 3.30201 6.85659L6.09694 4.00015L3.30201 1.14272C3.18661 1.02439 3.18893 0.83468 3.3069 0.718895Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.61649 0.881514C1.77441 0.72703 2.02744 0.729457 2.18192 0.887374L5.86063 4.64812C6.05189 4.8441 6.05218 5.15739 5.86063 5.35319L2.18192 9.11296C2.02759 9.27056 1.77439 9.27374 1.61649 9.1198C1.45873 8.96546 1.45564 8.71231 1.60966 8.55437L5.08524 5.00065L1.60966 1.44694C1.45523 1.28908 1.45873 1.03601 1.61649 0.881514ZM4.11649 0.881514C4.27441 0.72703 4.52744 0.729457 4.68192 0.887374L8.36063 4.64812C8.55189 4.8441 8.55218 5.15739 8.36063 5.35319L4.68192 9.11296C4.52759 9.27056 4.27439 9.27374 4.11649 9.1198C3.95873 8.96546 3.95564 8.71231 4.10966 8.55437L7.58524 5.00065L4.10966 1.44694C3.95523 1.28908 3.95873 1.03601 4.11649 0.881514Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.92535 1.04258C2.12273 0.849619 2.43931 0.853114 2.63238 1.05039L7.04644 5.56309C7.28396 5.80602 7.28404 6.19423 7.04644 6.43711L2.63238 10.9498C2.43931 11.1471 2.12273 11.1506 1.92535 10.9576C1.72799 10.7645 1.72453 10.448 1.91754 10.2506L6.07476 6.00059L1.91754 1.74961C1.72458 1.55223 1.72807 1.23565 1.92535 1.04258ZM4.92535 1.04258C5.12273 0.849619 5.43931 0.853114 5.63238 1.05039L10.0464 5.56309C10.284 5.80602 10.284 6.19423 10.0464 6.43711L5.63238 10.9498C5.43931 11.1471 5.12273 11.1506 4.92535 10.9576C4.72799 10.7645 4.72453 10.448 4.91754 10.2506L9.07476 6.00059L4.91754 1.74961C4.72458 1.55223 4.72807 1.23565 4.92535 1.04258Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.68363 1.50917C2.88103 1.31612 3.19758 1.31961 3.39067 1.51698L9.27641 7.53359C9.52987 7.79268 9.52983 8.20708 9.27641 8.4662L3.39067 14.4828C3.19757 14.6802 2.88103 14.6837 2.68363 14.4906C2.48625 14.2975 2.48274 13.981 2.67582 13.7836L8.33305 8.00038L2.67582 2.2162C2.48272 2.01881 2.48625 1.70228 2.68363 1.50917ZM6.68363 1.50917C6.88103 1.31612 7.19758 1.31961 7.39067 1.51698L13.2764 7.53359C13.5299 7.79268 13.5298 8.20708 13.2764 8.4662L7.39067 14.4828C7.19757 14.6802 6.88103 14.6837 6.68363 14.4906C6.48625 14.2975 6.48274 13.981 6.67582 13.7836L12.333 8.00038L6.67582 2.2162C6.48272 2.01881 6.48625 1.70228 6.68363 1.50917Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.35393 1.88621C3.60055 1.64516 3.99637 1.64972 4.23772 1.89598L11.5961 9.41746C11.9124 9.74123 11.9124 10.2587 11.5961 10.5825L4.23772 18.104C3.9963 18.3503 3.60052 18.354 3.35393 18.1128C3.10777 17.8713 3.10396 17.4755 3.34515 17.229L10.4164 10.0005L3.34515 2.77C3.10393 2.52329 3.10737 2.12756 3.35393 1.88621ZM8.35393 1.88621C8.60055 1.64516 8.99637 1.64972 9.23772 1.89598L16.5961 9.41746C16.9124 9.74123 16.9124 10.2587 16.5961 10.5825L9.23772 18.104C8.9963 18.3503 8.60052 18.354 8.35393 18.1128C8.10777 17.8713 8.10396 17.4755 8.34515 17.229L15.4164 10.0005L8.34515 2.77C8.10393 2.52329 8.10737 2.12756 8.35393 1.88621Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.02551 2.26385C4.32157 1.97448 4.79646 1.97972 5.08606 2.27557L13.9152 11.301C14.2951 11.6896 14.2951 12.3108 13.9152 12.6994L5.08606 21.7248L5.02942 21.7766C4.73759 22.0199 4.30308 22.0078 4.02551 21.7365C3.74801 21.465 3.72622 21.0308 3.96301 20.7336L4.01379 20.676L12.5001 12.0002L4.01379 3.3244C3.72442 3.02834 3.72965 2.55345 4.02551 2.26385ZM10.0255 2.26385C10.3216 1.97448 10.7965 1.97972 11.0861 2.27557L19.9152 11.301C20.2951 11.6896 20.2951 12.3108 19.9152 12.6994L11.0861 21.7248L11.0294 21.7766C10.7376 22.0199 10.3031 22.0078 10.0255 21.7365C9.74801 21.465 9.72622 21.0308 9.96301 20.7336L10.0138 20.676L18.5001 12.0002L10.0138 3.3244C9.72442 3.02834 9.72965 2.55345 10.0255 2.26385Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,arrowUp:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.06668 5.5L4.05829 2.55701C4.0259 2.52532 3.97413 2.52532 3.94174 2.55701L0.933348 5.5",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.83334 6.875L5.07285 3.19626C5.03237 3.15665 4.96765 3.15665 4.92717 3.19626L1.16668 6.875",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.6 8.25L6.08742 3.83551C6.03883 3.78798 5.96118 3.78798 5.91259 3.83551L1.40001 8.25",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1333 11L8.11655 5.11402C8.05177 5.05065 7.94823 5.05065 7.88345 5.11402L1.86667 11",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6667 13.75L10.1457 6.39252C10.0647 6.31331 9.93528 6.31331 9.8543 6.39252L2.33332 13.75",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.2 16.5L12.1748 7.67102C12.0777 7.57597 11.9224 7.57597 11.8252 7.67102L2.80001 16.5",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,attachFile:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.42601 3.97814L3.93265 6.4715C3.28178 7.12237 2.2265 7.12238 1.57563 6.4715L1.52849 6.42436C0.877613 5.77349 0.877613 4.71821 1.52849 4.06734L4.39433 1.20149C4.86459 0.731235 5.62703 0.731235 6.09728 1.20149C6.56754 1.67175 6.56754 2.43418 6.09728 2.90444L3.57376 5.42797C3.29714 5.70459 2.84864 5.70459 2.57202 5.42797C2.2954 5.15134 2.2954 4.70285 2.57202 4.42623L4.92706 2.0712",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.03255 4.97264L4.91584 8.08934C4.10225 8.90294 2.78316 8.90294 1.96956 8.08935L1.91064 8.03042C1.09705 7.21683 1.09705 5.89773 1.91064 5.08414L5.49295 1.50183C6.08077 0.914013 7.03381 0.914013 7.62163 1.50183C8.20945 2.08965 8.20945 3.0427 7.62163 3.63052L4.46723 6.78493C4.12145 7.1307 3.56083 7.1307 3.21506 6.78493C2.86928 6.43915 2.86928 5.87854 3.21506 5.53276L6.15885 2.58896",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.63908 5.96718L5.89903 9.70722C4.92272 10.6835 3.33981 10.6835 2.3635 9.70722L2.29279 9.63651C1.31648 8.6602 1.31648 7.07729 2.29279 6.10098L6.59156 1.80221C7.29695 1.09682 8.4406 1.09682 9.14599 1.80221C9.85137 2.50759 9.85137 3.65124 9.14599 4.35663L5.3607 8.14192C4.94576 8.55685 4.27303 8.55685 3.85809 8.14192C3.44316 7.72699 3.44316 7.05425 3.85809 6.63932L7.39065 3.10676",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.8521 7.95625L7.86536 12.943C6.56361 14.2447 4.45306 14.2447 3.15132 12.943L3.05703 12.8487C1.75529 11.5469 1.75529 9.43639 3.05704 8.13465L8.78873 2.40295C9.72924 1.46244 11.2541 1.46244 12.1946 2.40295C13.1351 3.34346 13.1351 4.86834 12.1946 5.80885L7.14757 10.8559C6.59433 11.4091 5.69735 11.4091 5.14411 10.8559C4.59086 10.3027 4.59086 9.40567 5.14411 8.85243L9.85418 4.14236",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.0651 9.94531L9.83169 16.1787C8.2045 17.8059 5.56631 17.8059 3.93913 16.1787L3.82128 16.0609C2.19409 14.4337 2.19409 11.7955 3.82128 10.1683L10.9859 3.0037C12.1615 1.82806 14.0676 1.82806 15.2433 3.0037C16.4189 4.17934 16.4189 6.08543 15.2433 7.26107L8.93445 13.5699C8.2429 14.2614 7.12167 14.2614 6.43012 13.5699C5.73856 12.8783 5.73856 11.7571 6.43012 11.0655L12.3177 5.17796",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M19.2781 11.9344L11.798 19.4145C9.84539 21.3671 6.67956 21.3671 4.72694 19.4145L4.58552 19.273C2.6329 17.3204 2.6329 14.1546 4.58552 12.202L13.1831 3.60443C14.5938 2.19366 16.8811 2.19366 18.2919 3.60443C19.7027 5.0152 19.7027 7.3025 18.2919 8.71327L10.7213 16.2839C9.89147 17.1137 8.54599 17.1137 7.71613 16.2839C6.88626 15.454 6.88626 14.1085 7.71613 13.2786L14.7812 6.21354",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,badgeNew:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.66666 0.666687C7.03485 0.666687 7.33365 0.965489 7.33365 1.33368V6.66669C7.33365 7.03488 7.03485 7.33368 6.66666 7.33368H1.33365C0.965459 7.33368 0.666656 7.03488 0.666656 6.66669V1.33368C0.666656 0.965489 0.965459 0.666687 1.33365 0.666687H6.66666ZM2.49966 2.24969V5.74969H3.33267V3.69403H3.35709L4.79166 5.74969H5.49966V2.24969H4.66861V4.30243H4.63931L3.22037 2.24969H2.49966Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.33334 0.833313C8.79347 0.833313 9.16618 1.20623 9.16635 1.66632V8.33331C9.16635 8.79355 8.79358 9.16632 8.33334 9.16632H1.66635C1.20626 9.16615 0.833344 8.79344 0.833344 8.33331V1.66632C0.833519 1.20634 1.20637 0.833489 1.66635 0.833313H8.33334ZM3.12534 2.81281V7.18781H4.16635V4.61749H4.19662L5.98959 7.18781H6.87534V2.81281H5.83627V5.37823H5.79916L4.02573 2.81281H3.12534Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10 1C10.5523 1 11 1.44772 11 2V10C11 10.5523 10.5523 11 10 11H2C1.44772 11 1 10.5523 1 10V2C1 1.44772 1.44772 1 2 1H10ZM3.75 3.375V8.625H4.99902V5.54102H5.03613L7.1875 8.625H8.25V3.375H7.00293V6.4541H6.95898L4.83105 3.375H3.75Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.3333 1.33334C14.0696 1.33334 14.6662 1.93012 14.6664 2.66635V13.3333C14.6664 14.0697 14.0697 14.6664 13.3333 14.6664H2.66635C1.93012 14.6662 1.33334 14.0696 1.33334 13.3333V2.66635C1.33352 1.93023 1.93023 1.33352 2.66635 1.33334H13.3333ZM5.00034 4.50034V11.5003H6.66635V7.38803H6.7142L9.58334 11.5003H11.0003V4.50034H9.33725V8.60483H9.27866L6.44174 4.50034H5.00034Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.6667 1.66666C17.5871 1.66666 18.3336 2.41317 18.3336 3.33365V16.6667C18.3336 17.5871 17.5871 18.3336 16.6667 18.3336H3.33365C2.41317 18.3336 1.66666 17.5871 1.66666 16.6667V3.33365C1.66666 2.41317 2.41317 1.66666 3.33365 1.66666H16.6667ZM6.24966 5.62466V14.3747H8.33267V9.23502H8.39322L11.9792 14.3747H13.7497V5.62466H11.6715V10.7565H11.5983L8.05142 5.62466H6.24966Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M20 2C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20ZM7.5 6.75V17.25H9.99902V11.082H10.0713L14.374 17.25H16.5V6.75H14.0059V12.9072H13.918L9.66211 6.75H7.5Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,barcode:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.75 1C1.88807 1 2 1.11193 2 1.25V6.75C2 6.88807 1.88807 7 1.75 7H1.25C1.11193 7 1 6.88807 1 6.75V1.25C1 1.11193 1.11193 1 1.25 1H1.75ZM2.5 1C2.63807 1 2.75 1.11193 2.75 1.25V6.75C2.75 6.88807 2.63807 7 2.5 7C2.36193 7 2.25 6.88807 2.25 6.75V1.25C2.25 1.11193 2.36193 1 2.5 1ZM3.25 1C3.38807 1 3.5 1.11193 3.5 1.25V6.75C3.5 6.88807 3.38807 7 3.25 7C3.11193 7 3 6.88807 3 6.75V1.25C3 1.11193 3.11193 1 3.25 1ZM4.5 1C4.63807 1 4.75 1.11193 4.75 1.25V6.75C4.75 6.88807 4.63807 7 4.5 7H4C3.86193 7 3.75 6.88807 3.75 6.75V1.25C3.75 1.11193 3.86193 1 4 1H4.5ZM5.25 1C5.38807 1 5.5 1.11193 5.5 1.25V6.75C5.5 6.88807 5.38807 7 5.25 7C5.11193 7 5 6.88807 5 6.75V1.25C5 1.11193 5.11193 1 5.25 1ZM6.75 1C6.88807 1 7 1.11193 7 1.25V6.75C7 6.88807 6.88807 7 6.75 7H6.25C6.11193 7 6 6.88807 6 6.75V1.25C6 1.11193 6.11193 1 6.25 1H6.75Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.1875 1.25C2.36009 1.25 2.5 1.38991 2.5 1.5625V8.4375C2.5 8.61009 2.36009 8.75 2.1875 8.75H1.5625C1.38991 8.75 1.25 8.61009 1.25 8.4375V1.5625C1.25 1.38991 1.38991 1.25 1.5625 1.25H2.1875ZM3.125 1.25C3.29759 1.25 3.4375 1.38991 3.4375 1.5625V8.4375C3.4375 8.61009 3.29759 8.75 3.125 8.75C2.95241 8.75 2.8125 8.61009 2.8125 8.4375V1.5625C2.8125 1.38991 2.95241 1.25 3.125 1.25ZM4.0625 1.25C4.23509 1.25 4.375 1.38991 4.375 1.5625V8.4375C4.375 8.61009 4.23509 8.75 4.0625 8.75C3.88991 8.75 3.75 8.61009 3.75 8.4375V1.5625C3.75 1.38991 3.88991 1.25 4.0625 1.25ZM5.625 1.25C5.79759 1.25 5.9375 1.38991 5.9375 1.5625V8.4375C5.9375 8.61009 5.79759 8.75 5.625 8.75H5C4.82741 8.75 4.6875 8.61009 4.6875 8.4375V1.5625C4.6875 1.38991 4.82741 1.25 5 1.25H5.625ZM6.5625 1.25C6.73509 1.25 6.875 1.38991 6.875 1.5625V8.4375C6.875 8.61009 6.73509 8.75 6.5625 8.75C6.38991 8.75 6.25 8.61009 6.25 8.4375V1.5625C6.25 1.38991 6.38991 1.25 6.5625 1.25ZM8.4375 1.25C8.61009 1.25 8.75 1.38991 8.75 1.5625V8.4375C8.75 8.61009 8.61009 8.75 8.4375 8.75H7.8125C7.63991 8.75 7.5 8.61009 7.5 8.4375V1.5625C7.5 1.38991 7.63991 1.25 7.8125 1.25H8.4375Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.625 1.5C2.83211 1.5 3 1.66789 3 1.875V10.125C3 10.3321 2.83211 10.5 2.625 10.5H1.875C1.66789 10.5 1.5 10.3321 1.5 10.125V1.875C1.5 1.66789 1.66789 1.5 1.875 1.5H2.625ZM3.75 1.5C3.95711 1.5 4.125 1.66789 4.125 1.875V10.125C4.125 10.3321 3.95711 10.5 3.75 10.5C3.54289 10.5 3.375 10.3321 3.375 10.125V1.875C3.375 1.66789 3.54289 1.5 3.75 1.5ZM4.875 1.5C5.08211 1.5 5.25 1.66789 5.25 1.875V10.125C5.25 10.3321 5.08211 10.5 4.875 10.5C4.66789 10.5 4.5 10.3321 4.5 10.125V1.875C4.5 1.66789 4.66789 1.5 4.875 1.5ZM6.75 1.5C6.95711 1.5 7.125 1.66789 7.125 1.875V10.125C7.125 10.3321 6.95711 10.5 6.75 10.5H6C5.79289 10.5 5.625 10.3321 5.625 10.125V1.875C5.625 1.66789 5.79289 1.5 6 1.5H6.75ZM7.875 1.5C8.08211 1.5 8.25 1.66789 8.25 1.875V10.125C8.25 10.3321 8.08211 10.5 7.875 10.5C7.66789 10.5 7.5 10.3321 7.5 10.125V1.875C7.5 1.66789 7.66789 1.5 7.875 1.5ZM10.125 1.5C10.3321 1.5 10.5 1.66789 10.5 1.875V10.125C10.5 10.3321 10.3321 10.5 10.125 10.5H9.375C9.16789 10.5 9 10.3321 9 10.125V1.875C9 1.66789 9.16789 1.5 9.375 1.5H10.125Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.5 2C3.77614 2 4 2.22386 4 2.5V13.5C4 13.7761 3.77614 14 3.5 14H2.5C2.22386 14 2 13.7761 2 13.5V2.5C2 2.22386 2.22386 2 2.5 2H3.5ZM5 2C5.27614 2 5.5 2.22386 5.5 2.5V13.5C5.5 13.7761 5.27614 14 5 14C4.72386 14 4.5 13.7761 4.5 13.5V2.5C4.5 2.22386 4.72386 2 5 2ZM6.5 2C6.77614 2 7 2.22386 7 2.5V13.5C7 13.7761 6.77614 14 6.5 14C6.22386 14 6 13.7761 6 13.5V2.5C6 2.22386 6.22386 2 6.5 2ZM9 2C9.27614 2 9.5 2.22386 9.5 2.5V13.5C9.5 13.7761 9.27614 14 9 14H8C7.72386 14 7.5 13.7761 7.5 13.5V2.5C7.5 2.22386 7.72386 2 8 2H9ZM10.5 2C10.7761 2 11 2.22386 11 2.5V13.5C11 13.7761 10.7761 14 10.5 14C10.2239 14 10 13.7761 10 13.5V2.5C10 2.22386 10.2239 2 10.5 2ZM13.5 2C13.7761 2 14 2.22386 14 2.5V13.5C14 13.7761 13.7761 14 13.5 14H12.5C12.2239 14 12 13.7761 12 13.5V2.5C12 2.22386 12.2239 2 12.5 2H13.5Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.375 2.5C4.72018 2.5 5 2.77982 5 3.125V16.875C5 17.2202 4.72018 17.5 4.375 17.5H3.125C2.77982 17.5 2.5 17.2202 2.5 16.875V3.125C2.5 2.77982 2.77982 2.5 3.125 2.5H4.375ZM6.25 2.5C6.59518 2.5 6.875 2.77982 6.875 3.125V16.875C6.875 17.2202 6.59518 17.5 6.25 17.5C5.90482 17.5 5.625 17.2202 5.625 16.875V3.125C5.625 2.77982 5.90482 2.5 6.25 2.5ZM8.125 2.5C8.47018 2.5 8.75 2.77982 8.75 3.125V16.875C8.75 17.2202 8.47018 17.5 8.125 17.5C7.77982 17.5 7.5 17.2202 7.5 16.875V3.125C7.5 2.77982 7.77982 2.5 8.125 2.5ZM11.25 2.5C11.5952 2.5 11.875 2.77982 11.875 3.125V16.875C11.875 17.2202 11.5952 17.5 11.25 17.5H10C9.65482 17.5 9.375 17.2202 9.375 16.875V3.125C9.375 2.77982 9.65482 2.5 10 2.5H11.25ZM13.125 2.5C13.4702 2.5 13.75 2.77982 13.75 3.125V16.875C13.75 17.2202 13.4702 17.5 13.125 17.5C12.7798 17.5 12.5 17.2202 12.5 16.875V3.125C12.5 2.77982 12.7798 2.5 13.125 2.5ZM16.875 2.5C17.2202 2.5 17.5 2.77982 17.5 3.125V16.875C17.5 17.2202 17.2202 17.5 16.875 17.5H15.625C15.2798 17.5 15 17.2202 15 16.875V3.125C15 2.77982 15.2798 2.5 15.625 2.5H16.875Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.25 3C5.66421 3 6 3.33579 6 3.75V20.25C6 20.6642 5.66421 21 5.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H5.25ZM7.5 3C7.91421 3 8.25 3.33579 8.25 3.75V20.25C8.25 20.6642 7.91421 21 7.5 21C7.08579 21 6.75 20.6642 6.75 20.25V3.75C6.75 3.33579 7.08579 3 7.5 3ZM9.75 3C10.1642 3 10.5 3.33579 10.5 3.75V20.25C10.5 20.6642 10.1642 21 9.75 21C9.33579 21 9 20.6642 9 20.25V3.75C9 3.33579 9.33579 3 9.75 3ZM13.5 3C13.9142 3 14.25 3.33579 14.25 3.75V20.25C14.25 20.6642 13.9142 21 13.5 21H12C11.5858 21 11.25 20.6642 11.25 20.25V3.75C11.25 3.33579 11.5858 3 12 3H13.5ZM15.75 3C16.1642 3 16.5 3.33579 16.5 3.75V20.25C16.5 20.6642 16.1642 21 15.75 21C15.3358 21 15 20.6642 15 20.25V3.75C15 3.33579 15.3358 3 15.75 3ZM20.25 3C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H18.75C18.3358 21 18 20.6642 18 20.25V3.75C18 3.33579 18.3358 3 18.75 3H20.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,bell:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.93316 6.26923C4.96998 6.26923 5.00073 6.29985 4.99859 6.33661C4.96608 6.89274 4.53144 7.33341 4.00055 7.33368C3.46943 7.33368 3.03404 6.89291 3.00152 6.33661C2.99939 6.29985 3.03013 6.26923 3.06695 6.26923H4.93316ZM4.00055 0.666687C4.18431 0.666948 4.33338 0.815911 4.33355 0.999695V1.40302C5.33145 1.56533 6.0943 2.44387 6.0943 3.5036V4.71942C6.0943 4.99309 6.31468 5.21346 6.51422 5.4118C6.53894 5.43637 6.56387 5.4601 6.58746 5.48407C6.80155 5.70161 6.54647 5.98602 6.24371 5.98602H1.75641C1.45365 5.98602 1.19857 5.70161 1.41266 5.48407C1.43625 5.4601 1.46118 5.43637 1.4859 5.4118C1.68544 5.21346 1.90582 4.99309 1.90582 4.71942V3.5036C1.90582 2.44388 2.66867 1.56533 3.66656 1.40302V0.999695C3.66674 0.815749 3.81656 0.666687 4.00055 0.666687Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.16688 7.83722C6.21281 7.83733 6.25059 7.87435 6.24794 7.92023C6.2075 8.61582 5.66393 9.16632 4.99989 9.16632C4.33592 9.16625 3.79327 8.61576 3.75282 7.92023C3.75016 7.87443 3.78708 7.83746 3.8329 7.83722H6.16688ZM4.99989 0.833313C5.23001 0.833313 5.41688 1.02019 5.41688 1.25031V1.75323C6.66423 1.95608 7.61698 3.05461 7.61708 4.37921V5.89972C7.61724 6.24167 7.89409 6.51612 8.14344 6.76398C8.1744 6.79475 8.20472 6.82575 8.23426 6.85577C8.50154 7.12767 8.18294 7.48273 7.80458 7.48273H2.1952C1.81701 7.48257 1.49852 7.12759 1.76551 6.85577C1.79503 6.82578 1.82541 6.79471 1.85633 6.76398C2.1057 6.51611 2.38254 6.24168 2.3827 5.89972V4.37921C2.3828 3.0547 3.33568 1.95619 4.5829 1.75323V1.25031C4.5829 1.02023 4.76983 0.833382 4.99989 0.833313Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.39983 9.4043C7.45493 9.4043 7.50046 9.44895 7.49749 9.50391C7.44897 10.3385 6.79716 10.9999 6.00042 11C5.20357 11 4.55188 10.3386 4.50335 9.50391C4.50037 9.44899 4.545 9.40438 4.60003 9.4043H7.39983ZM6.00042 1C6.27645 1.00013 6.50042 1.22394 6.50042 1.5V2.10449C7.99713 2.34794 9.14083 3.66549 9.14105 5.25488V7.0791C9.14105 7.48961 9.47259 7.81967 9.7719 8.11719C9.80906 8.15412 9.84582 8.19053 9.88128 8.22656C10.2024 8.55287 9.81979 8.97851 9.36565 8.97852H2.63519C2.18117 8.97852 1.79794 8.55283 2.11858 8.22656C2.15397 8.19061 2.19088 8.15404 2.22796 8.11719C2.52728 7.81966 2.8598 7.48962 2.8598 7.0791V5.25488C2.86001 3.66538 4.00357 2.34781 5.50042 2.10449V1.5C5.50042 1.22386 5.72428 1 6.00042 1Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.86613 12.5394C9.9397 12.5394 10.0002 12.5988 9.99601 12.6722C9.9313 13.7851 9.06238 14.6663 7.99992 14.6663C6.93746 14.6663 6.06853 13.7851 6.00382 12.6722C5.99966 12.5988 6.06013 12.5394 6.1337 12.5394H9.86613ZM7.99992 1.33331C8.36811 1.33331 8.66691 1.63212 8.66691 2.00031V2.80499C10.6628 3.12955 12.1874 4.88763 12.1874 7.00714V9.43878C12.1874 9.98612 12.6301 10.4259 13.0292 10.8226C13.0787 10.8718 13.1274 10.921 13.1747 10.9691C13.6025 11.4041 13.0927 11.972 12.4872 11.972H3.51261C2.90719 11.972 2.39731 11.4041 2.82511 10.9691C2.87239 10.921 2.92108 10.8718 2.97062 10.8226C3.36971 10.4259 3.81242 9.98613 3.81242 9.43878V7.00714C3.81242 4.88763 5.33706 3.12956 7.33292 2.80499V2.00031C7.33292 1.63212 7.63173 1.33332 7.99992 1.33331Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.3338 15.6733C12.4257 15.6736 12.5003 15.7486 12.495 15.8403C12.4141 17.2315 11.3279 18.3335 9.99987 18.3335C8.6719 18.3334 7.58563 17.2314 7.50475 15.8403C7.49941 15.7484 7.57481 15.6733 7.66686 15.6733H12.3338ZM9.99987 1.6665C10.46 1.6665 10.8337 2.03942 10.8339 2.49951V3.50635C13.3285 3.91204 15.235 6.10911 15.2352 8.7583V11.7983C15.2352 12.4825 15.7881 13.0329 16.287 13.5288C16.3487 13.5902 16.4097 13.6506 16.4686 13.7104C17.0038 14.2543 16.3661 14.9644 15.6092 14.9644H4.39147C3.63462 14.9644 2.99613 14.2543 3.53112 13.7104C3.59014 13.6505 3.65189 13.5903 3.71373 13.5288C4.2126 13.0329 4.76549 12.4825 4.76549 11.7983V8.7583C4.76569 6.10898 6.672 3.91189 9.16686 3.50635V2.49951C9.16703 2.03951 9.53985 1.66664 9.99987 1.6665Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.7995 18.8086C14.9099 18.8086 15.0002 18.8985 14.9938 19.0088C14.8966 20.6781 13.5933 22 11.9997 22C10.4061 22 9.10267 20.6781 9.00552 19.0088C8.99911 18.8985 9.0894 18.8086 9.19986 18.8086H14.7995ZM11.9997 2C12.5519 2 12.9997 2.44772 12.9997 3V4.20801C15.9936 4.69468 18.2809 7.33134 18.2809 10.5107V14.1582C18.2809 14.9792 18.945 15.6393 19.5436 16.2344C19.6178 16.3082 19.6915 16.3811 19.7624 16.4531C20.404 17.1056 19.6391 17.9567 18.7311 17.957H5.26919C4.36091 17.957 3.59569 17.1057 4.23794 16.4531C4.30873 16.3812 4.38155 16.3081 4.45572 16.2344C5.05436 15.6393 5.71841 14.9792 5.71841 14.1582V10.5107C5.71841 7.33135 8.00569 4.6947 10.9997 4.20801V3C10.9997 2.44773 11.4474 2.00003 11.9997 2Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,board:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.58334 0.633484C4.86489 0.633609 5.10587 0.797543 5.22299 1.03387H6.06674C6.41635 1.03394 6.69938 1.3171 6.69955 1.66669V6.73407C6.69917 7.08348 6.41622 7.36681 6.06674 7.36688H1.93295C1.58359 7.36667 1.30053 7.08339 1.30014 6.73407V1.66669C1.30032 1.31719 1.58346 1.03408 1.93295 1.03387H2.7767C2.89384 0.797381 3.13559 0.633484 3.41733 0.633484H4.58334ZM1.93295 1.63348C1.91483 1.63369 1.89992 1.64856 1.89975 1.66669V6.73407C1.90013 6.75203 1.91496 6.76707 1.93295 6.76727H6.06674C6.08485 6.7672 6.09956 6.75211 6.09995 6.73407V1.66669C6.09977 1.64847 6.08498 1.63355 6.06674 1.63348H5.24155C5.13171 1.88837 4.87834 2.06695 4.58334 2.06708H3.41733C3.12214 2.06708 2.868 1.88853 2.75815 1.63348H1.93295ZM5.00034 4.69989C5.16576 4.70007 5.29996 4.83427 5.30014 4.99969C5.30014 5.16527 5.16587 5.29932 5.00034 5.2995H3.00034C2.83465 5.2995 2.70053 5.16538 2.70053 4.99969C2.70071 4.83416 2.83476 4.69989 3.00034 4.69989H5.00034ZM5.00034 3.36688C5.16587 3.36706 5.30014 3.50111 5.30014 3.66669C5.30014 3.83226 5.16587 3.96632 5.00034 3.96649H3.00034C2.83465 3.96649 2.70053 3.83237 2.70053 3.66669C2.70053 3.501 2.83465 3.36688 3.00034 3.36688H5.00034ZM3.41733 1.23309C3.35292 1.23309 3.30017 1.28588 3.30014 1.35028C3.30032 1.41456 3.353 1.46649 3.41733 1.46649H4.58334C4.64752 1.46632 4.70036 1.41446 4.70053 1.35028C4.7005 1.28598 4.64761 1.23327 4.58334 1.23309H3.41733Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.72949 0.766602C6.08601 0.766725 6.39483 0.970036 6.54785 1.2666H7.58301C8.03401 1.2666 8.40035 1.63299 8.40039 2.08398V8.41699C8.40039 8.86802 8.03404 9.2334 7.58301 9.2334H2.41699C1.966 9.23336 1.59961 8.868 1.59961 8.41699V2.08398C1.59965 1.63301 1.96602 1.26664 2.41699 1.2666H3.45215C3.60515 0.970023 3.914 0.766756 4.27051 0.766602H5.72949ZM2.41699 2.06738C2.40785 2.06742 2.40043 2.07484 2.40039 2.08398V8.41699C2.40039 8.42617 2.40782 8.43355 2.41699 8.43359H7.58301C7.59221 8.43359 7.59961 8.4262 7.59961 8.41699V2.08398C7.59957 2.07482 7.59219 2.06738 7.58301 2.06738H6.56738C6.42255 2.38613 6.10231 2.60827 5.72949 2.6084H4.27051C3.8977 2.60824 3.57742 2.38614 3.43262 2.06738H2.41699ZM6.25 5.84961C6.47078 5.84961 6.65017 6.02927 6.65039 6.25C6.65039 6.47091 6.47091 6.65039 6.25 6.65039H3.75C3.52912 6.65035 3.34961 6.47089 3.34961 6.25C3.34983 6.0293 3.52926 5.84965 3.75 5.84961H6.25ZM6.25 4.18359C6.47091 4.18359 6.65039 4.36307 6.65039 4.58398C6.65026 4.80479 6.47083 4.98438 6.25 4.98438H3.75C3.5292 4.98433 3.34974 4.80476 3.34961 4.58398C3.34961 4.3631 3.52912 4.18364 3.75 4.18359H6.25ZM4.27051 1.56738C4.2041 1.5676 4.15061 1.62109 4.15039 1.6875C4.15039 1.7541 4.20396 1.80837 4.27051 1.80859H5.72949C5.79608 1.80842 5.84961 1.75413 5.84961 1.6875C5.84939 1.62106 5.79594 1.56756 5.72949 1.56738H4.27051Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.87549 1.0249C7.28546 1.0251 7.63732 1.27228 7.7915 1.62549H9.1001C9.58326 1.62559 9.9751 2.0173 9.9751 2.50049V10.1001C9.97483 10.5831 9.58309 10.975 9.1001 10.9751H2.8999C2.41686 10.975 2.02517 10.5831 2.0249 10.1001V2.50049C2.0249 2.01727 2.4167 1.62554 2.8999 1.62549H4.2085C4.36274 1.27214 4.7153 1.0249 5.12549 1.0249H6.87549ZM2.8999 2.37549C2.83091 2.37554 2.7749 2.43148 2.7749 2.50049V10.1001C2.77517 10.1689 2.83107 10.225 2.8999 10.2251H9.1001C9.16888 10.225 9.22483 10.1688 9.2251 10.1001V2.50049C9.2251 2.43152 9.16904 2.37559 9.1001 2.37549H7.81006C7.66795 2.75444 7.30402 3.0247 6.87549 3.0249H5.12549C4.69674 3.0249 4.33211 2.75459 4.18994 2.37549H2.8999ZM7.50049 7.00049C7.77641 7.00075 8.00049 7.22451 8.00049 7.50049C8.00023 7.77624 7.77624 8.00023 7.50049 8.00049H4.50049C4.22451 8.00049 4.00075 7.77641 4.00049 7.50049C4.00049 7.22435 4.22435 7.00049 4.50049 7.00049H7.50049ZM7.50049 5.00049C7.77641 5.00075 8.00049 5.22451 8.00049 5.50049C8.00023 5.77624 7.77624 6.00023 7.50049 6.00049H4.50049C4.22451 6.00049 4.00075 5.77641 4.00049 5.50049C4.00049 5.22435 4.22435 5.00049 4.50049 5.00049H7.50049ZM5.12549 1.7749C4.98745 1.7749 4.87554 1.88687 4.87549 2.0249C4.87549 2.16297 4.98742 2.2749 5.12549 2.2749H6.87549C7.01334 2.27464 7.12549 2.16281 7.12549 2.0249C7.12544 1.88704 7.0133 1.77517 6.87549 1.7749H5.12549Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.16699 1.3667C9.7134 1.36683 10.1828 1.69597 10.3887 2.1665H12.1338C12.7779 2.16665 13.2996 2.6894 13.2998 3.3335V13.4663C13.2998 14.1106 12.778 14.6332 12.1338 14.6333H3.86719C3.22291 14.6332 2.7002 14.1106 2.7002 13.4663V3.3335C2.70037 2.68935 3.22302 2.16657 3.86719 2.1665H5.6123C5.81812 1.69613 6.28678 1.36696 6.83301 1.3667H9.16699ZM3.86719 3.1665C3.7753 3.16657 3.70037 3.24164 3.7002 3.3335V13.4663C3.7002 13.5583 3.7752 13.6332 3.86719 13.6333H12.1338C12.2257 13.6332 12.2998 13.5583 12.2998 13.4663V3.3335C12.2996 3.24169 12.2256 3.16664 12.1338 3.1665H10.415C10.2258 3.67261 9.73891 4.03355 9.16699 4.03369H6.83301C6.26127 4.03342 5.77516 3.67246 5.58594 3.1665H3.86719ZM10 9.50049C10.2761 9.50049 10.5 9.72435 10.5 10.0005C10.4998 10.2765 10.276 10.5005 10 10.5005H6C5.72412 10.5003 5.50018 10.2764 5.5 10.0005C5.5 9.72445 5.72401 9.50066 6 9.50049H10ZM10 6.8335C10.2761 6.8335 10.5 7.05735 10.5 7.3335C10.5 7.60964 10.2761 7.8335 10 7.8335H6C5.72401 7.83332 5.5 7.60953 5.5 7.3335C5.5 7.05746 5.72401 6.83367 6 6.8335H10ZM6.83301 2.3667C6.64936 2.36705 6.50024 2.51603 6.5 2.69971C6.5 2.88358 6.64921 3.03334 6.83301 3.03369H9.16699C9.35094 3.03352 9.5 2.88369 9.5 2.69971C9.49976 2.51593 9.35079 2.36688 9.16699 2.3667H6.83301Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.458 1.7085C12.1412 1.7085 12.7279 2.12017 12.9854 2.7085H15.167C15.9721 2.70867 16.6247 3.36142 16.625 4.1665V16.8335C16.625 17.6388 15.9723 18.2913 15.167 18.2915H4.83301C4.02781 18.2912 3.375 17.6388 3.375 16.8335V4.1665C3.37526 3.36147 4.02797 2.70875 4.83301 2.7085H7.01465C7.27205 2.12015 7.85887 1.70856 8.54199 1.7085H11.458ZM4.83301 3.9585C4.71833 3.95875 4.62526 4.05183 4.625 4.1665V16.8335C4.625 16.9484 4.71817 17.0412 4.83301 17.0415H15.167C15.2819 17.0413 15.375 16.9484 15.375 16.8335V4.1665C15.3747 4.05178 15.2817 3.95867 15.167 3.9585H13.0176C12.7808 4.59079 12.173 5.0415 11.458 5.0415H8.54199C7.82705 5.04144 7.21912 4.5908 6.98242 3.9585H4.83301ZM12.5 11.8755C12.8452 11.8755 13.125 12.1553 13.125 12.5005C13.1249 12.8456 12.8451 13.1255 12.5 13.1255H7.5C7.15495 13.1254 6.87509 12.8455 6.875 12.5005C6.875 12.1554 7.1549 11.8756 7.5 11.8755H12.5ZM12.5 8.5415C12.845 8.5415 13.1247 8.82155 13.125 9.1665C13.125 9.51168 12.8452 9.7915 12.5 9.7915H7.5C7.1549 9.79142 6.875 9.51163 6.875 9.1665C6.87526 8.8216 7.15506 8.54159 7.5 8.5415H12.5ZM8.54199 2.9585C8.312 2.95858 8.12508 3.14549 8.125 3.37549C8.12518 3.6054 8.31206 3.79142 8.54199 3.7915H11.458C11.688 3.7915 11.8748 3.60546 11.875 3.37549C11.8749 3.14544 11.6881 2.9585 11.458 2.9585H8.54199Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.75 2.0498C14.5699 2.0498 15.2733 2.54394 15.582 3.25H18.2002C19.1665 3.25021 19.9502 4.03363 19.9502 5V20.2002C19.9501 21.1665 19.1664 21.95 18.2002 21.9502H5.7998C4.83346 21.9501 4.04991 21.1665 4.0498 20.2002V5C4.0498 4.03356 4.83339 3.2501 5.7998 3.25H8.41797C8.72672 2.54394 9.43009 2.0498 10.25 2.0498H13.75ZM5.7998 4.75C5.66182 4.7501 5.5498 4.86199 5.5498 5V20.2002C5.54991 20.3381 5.66188 20.4501 5.7998 20.4502H18.2002C18.338 20.45 18.4501 20.338 18.4502 20.2002V5C18.4502 4.86206 18.3381 4.75021 18.2002 4.75H15.6211C15.3371 5.50881 14.6079 6.0498 13.75 6.0498H10.25C9.39207 6.0498 8.66292 5.50881 8.37891 4.75H5.7998ZM15 14.25C15.4142 14.25 15.75 14.5858 15.75 15C15.75 15.4142 15.4142 15.75 15 15.75H9C8.58579 15.75 8.25 15.4142 8.25 15C8.25 14.5858 8.58579 14.25 9 14.25H15ZM15 10.25C15.4142 10.25 15.75 10.5858 15.75 11C15.75 11.4142 15.4142 11.75 15 11.75H9C8.58579 11.75 8.25 11.4142 8.25 11C8.25 10.5858 8.58579 10.25 9 10.25H15ZM10.25 3.5498C9.97392 3.5498 9.7501 3.77375 9.75 4.0498C9.75 4.32595 9.97386 4.5498 10.25 4.5498H13.75C14.0261 4.5498 14.25 4.32595 14.25 4.0498C14.2499 3.77375 14.0261 3.5498 13.75 3.5498H10.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,box:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.78386 0.69296C3.92355 0.642236 4.0768 0.64221 4.21648 0.69296L6.94987 1.6871C7.1999 1.77816 7.36673 2.01574 7.36687 2.28183V5.71835C7.36668 5.98442 7.19991 6.22206 6.94987 6.31308L4.21648 7.30722C4.07679 7.35801 3.92357 7.35792 3.78386 7.30722L1.05046 6.31308C0.800405 6.22207 0.633656 5.98443 0.633469 5.71835V2.28183C0.633601 2.01564 0.800273 1.77808 1.05046 1.6871L3.78386 0.69296ZM1.23308 5.71835C1.23326 5.73213 1.24259 5.74482 1.25554 5.7496L3.69987 6.6373V3.25741L2.76628 2.94589V3.80819C2.76628 3.97388 2.63216 4.108 2.46648 4.108C2.30088 4.10789 2.16667 3.97382 2.16667 3.80819V2.74569L1.23308 2.43515V5.71835ZM4.29948 3.25741V6.6373L6.7448 5.7496C6.7578 5.74485 6.76609 5.73217 6.76628 5.71835V2.43515L4.29948 3.25741ZM5.33952 1.73886C5.31602 1.75826 5.29029 1.77586 5.26042 1.78769L3.39714 2.52401L3.99968 2.72519L6.11394 2.02109L5.33952 1.73886ZM1.88542 2.02109L2.51042 2.22909L4.51042 1.43808L4.0114 1.25644C4.00422 1.25387 3.99613 1.25393 3.98894 1.25644L1.88542 2.02109Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.72168 0.842335C4.90179 0.77695 5.0992 0.776891 5.2793 0.842335L8.69629 2.08452C9.01891 2.20188 9.2333 2.50881 9.2334 2.8521V7.14702C9.23336 7.4903 9.01884 7.79717 8.69629 7.9146L5.2793 9.15776C5.09928 9.22314 4.90171 9.22309 4.72168 9.15776L1.30469 7.9146C0.982004 7.79724 0.76664 7.49038 0.766602 7.14702V2.8521C0.7667 2.50882 0.982081 2.20188 1.30469 2.08452L4.72168 0.842335ZM5.40039 4.08941V8.26226L8.42285 7.16265C8.42924 7.16019 8.43356 7.15389 8.43359 7.14702V3.07866L5.40039 4.08941ZM1.56738 7.14702C1.56742 7.15398 1.57159 7.16025 1.57812 7.16265L4.59961 8.26128V4.08941L3.48438 3.71733V4.7603C3.48433 4.9811 3.30476 5.16056 3.08398 5.16069C2.8631 5.16069 2.68364 4.98118 2.68359 4.7603V3.45073L1.56738 3.07964V7.14702ZM6.67773 2.20171C6.64941 2.22317 6.61957 2.24366 6.58496 2.25737L4.32031 3.15288L5 3.37944L7.56445 2.52398L6.67773 2.20171ZM2.43457 2.52398L3.14062 2.75933L5.56836 1.79839L5.00586 1.59429C5.00237 1.59306 4.99862 1.59312 4.99512 1.59429L2.43457 2.52398Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.65771 0.992139C5.87823 0.91197 6.12076 0.912118 6.34131 0.992139L10.4419 2.48335C10.8367 2.62699 11.0997 3.00275 11.1001 3.4228V8.5771C11.1001 8.99754 10.837 9.37378 10.4419 9.51753L6.34131 11.0078C6.1206 11.088 5.87841 11.088 5.65771 11.0078L1.55811 9.51753C1.16305 9.37376 0.899902 8.99752 0.899902 8.5771V3.4228C0.9003 3.00268 1.16322 2.62695 1.55811 2.48335L5.65771 0.992139ZM1.8999 8.5771L5.50049 9.88667V4.92378L4.19971 4.49019V5.71382C4.19945 5.98974 3.97569 6.21382 3.69971 6.21382C3.42386 6.21366 3.19997 5.98964 3.19971 5.71382V4.1562L1.8999 3.72358V8.5771ZM6.50049 4.92378V9.88569L10.1001 8.5771V3.72358L6.50049 4.92378ZM8.01807 2.66499C7.98461 2.68936 7.94895 2.71253 7.90869 2.72847L5.2417 3.78218L6.00049 4.03608L9.01807 3.02925L8.01807 2.66499ZM2.98096 3.02925L3.76611 3.29097L6.62549 2.16011L5.99951 1.93257L2.98096 3.02925Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.60107 1.48003C7.85862 1.38638 8.14138 1.38638 8.39893 1.48003L13.8657 3.46733C14.3267 3.63505 14.6333 4.0735 14.6333 4.56401V11.4361C14.6332 11.9265 14.3265 12.3651 13.8657 12.5328L8.39893 14.5201C8.14144 14.6136 7.85855 14.6137 7.60107 14.5201L2.13428 12.5328C1.67349 12.3651 1.36684 11.9264 1.3667 11.4361V4.56401C1.3667 4.0736 1.6735 3.63512 2.13428 3.46733L7.60107 1.48003ZM2.3667 11.4361C2.36684 11.5059 2.41057 11.5683 2.47607 11.5923L7.50049 13.4195V6.44292L5.43311 5.75347V7.61577C5.43311 7.89191 5.20925 8.11577 4.93311 8.11577C4.65714 8.11556 4.43311 7.89179 4.43311 7.61577V5.42046L2.3667 4.73198V11.4361ZM8.50049 6.44292V13.4185L13.5239 11.5923C13.5895 11.5683 13.6332 11.5059 13.6333 11.4361V4.73198L8.50049 6.44292ZM10.6577 3.3648C10.61 3.41383 10.5516 3.45418 10.4839 3.48101L6.50049 5.05523L8.00049 5.55523L12.5288 4.04546L10.6577 3.3648ZM7.94287 2.41948L3.47021 4.04546L5.02686 4.56401L9.30322 2.87261L8.05713 2.41948C8.02034 2.40611 7.97966 2.4061 7.94287 2.41948Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.50146 1.84963C9.82337 1.73257 10.1766 1.73259 10.4985 1.84963L17.3315 4.334C17.9077 4.54352 18.2913 5.09107 18.2915 5.70412V14.2949C18.2914 14.908 17.9078 15.4555 17.3315 15.6651L10.4985 18.1504C10.1767 18.2674 9.82331 18.2674 9.50146 18.1504L2.66846 15.6651C2.09234 15.4555 1.70864 14.908 1.7085 14.2949V5.70412C1.70869 5.09114 2.0924 4.54357 2.66846 4.334L9.50146 1.84963ZM2.9585 14.2949C2.95864 14.3822 3.0133 14.4602 3.09521 14.4903L9.37549 16.7735V8.05275L6.7915 7.19142V9.52052C6.79142 9.86563 6.51163 10.1455 6.1665 10.1455C5.8216 10.1453 5.54159 9.86547 5.5415 9.52052V6.77443L2.9585 5.91408V14.2949ZM10.6255 8.05373V16.7735L16.9048 14.4903C16.9869 14.4603 17.0414 14.3823 17.0415 14.2949V5.91506L10.6255 8.05373ZM13.3208 4.2051C13.2612 4.26624 13.1895 4.3181 13.105 4.35158L8.12744 6.31935L10.0005 6.94435L15.6626 5.05666L13.3208 4.2051ZM9.9292 3.02443L4.33643 5.05666L6.28369 5.7051L11.6294 3.59084L10.0718 3.02443C10.0258 3.00774 9.97515 3.00774 9.9292 3.02443Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.4014 2.21942C11.7875 2.079 12.2115 2.07912 12.5977 2.21942L20.7979 5.20184C21.4894 5.45334 21.9502 6.1105 21.9502 6.84637V17.155C21.95 17.8907 21.4893 18.5481 20.7979 18.7995L12.5977 21.7809C12.2114 21.9213 11.7876 21.9214 11.4014 21.7809L3.20215 18.7995C2.51079 18.548 2.04997 17.8906 2.0498 17.155V6.84637C2.0498 6.11055 2.51067 5.45338 3.20215 5.20184L11.4014 2.21942ZM3.5498 17.155C3.54997 17.2599 3.61626 17.3534 3.71484 17.3893L11.25 20.1296V9.66571L8.15039 8.63251V11.4255C8.15018 11.8394 7.81429 12.1753 7.40039 12.1755C6.98631 12.1755 6.6506 11.8395 6.65039 11.4255V8.13251L3.5498 7.0993V17.155ZM12.75 9.66571V20.1296L20.2852 17.3893C20.3838 17.3535 20.45 17.2599 20.4502 17.155V7.0993L12.75 9.66571ZM15.9854 5.04755C15.914 5.12092 15.8279 5.18215 15.7266 5.22235L9.75195 7.58466L12 8.33466L18.7949 6.06903L15.9854 5.04755ZM12.085 3.62958C12.0299 3.60966 11.9691 3.60956 11.9141 3.62958L5.2041 6.06903L7.54004 6.84735L13.9561 4.30927L12.085 3.62958Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,camera:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M0.666626 6.02781V2.75796C0.666626 2.38977 0.965103 2.0913 1.33329 2.0913H2.14654C2.26563 2.0913 2.37567 2.02776 2.43522 1.92463L2.79262 1.30558C2.85217 1.20245 2.96221 1.13892 3.0813 1.13892H4.84495C4.96404 1.13892 5.07408 1.20245 5.13363 1.30558L5.49104 1.92463C5.55058 2.02776 5.66062 2.0913 5.77971 2.0913H6.66663C7.03482 2.0913 7.33329 2.38977 7.33329 2.75796V6.0278C7.33329 6.39599 7.03482 6.69447 6.66663 6.69447H1.33329C0.965103 6.69447 0.666626 6.396 0.666626 6.02781Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M3.99996 2.83337C4.73634 2.83337 5.33329 3.43033 5.33329 4.16671C5.33329 4.90309 4.73634 5.50004 3.99996 5.50004C3.26358 5.50004 2.66663 4.90309 2.66663 4.16671C2.66663 3.43033 3.26358 2.83337 3.99996 2.83337Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M6.38094 2.7262C6.55627 2.7262 6.6984 2.86833 6.6984 3.04366C6.6984 3.21899 6.55627 3.36112 6.38094 3.36112C6.20561 3.36112 6.06348 3.21899 6.06348 3.04366C6.06348 2.86833 6.20561 2.7262 6.38094 2.7262Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M0.833374 7.53476V3.44745C0.833374 2.98722 1.20647 2.61412 1.66671 2.61412H2.68327C2.83213 2.61412 2.96968 2.53471 3.04411 2.40579L3.49087 1.63198C3.5653 1.50306 3.70285 1.42365 3.85171 1.42365H6.05628C6.20514 1.42365 6.3427 1.50306 6.41713 1.63198L6.86389 2.40579C6.93832 2.5347 7.07587 2.61412 7.22473 2.61412H8.33337C8.79361 2.61412 9.16671 2.98722 9.16671 3.44745V7.53476C9.16671 7.99499 8.79361 8.36809 8.33337 8.36809H1.66671C1.20647 8.36809 0.833374 7.99499 0.833374 7.53476Z",stroke:"currentColor","stroke-width":"0.75"}),C("path",{d:"M5.00004 3.54169C5.92052 3.54169 6.66671 4.28788 6.66671 5.20835C6.66671 6.12883 5.92052 6.87502 5.00004 6.87502C4.07957 6.87502 3.33337 6.12883 3.33337 5.20835C3.33337 4.28788 4.07957 3.54169 5.00004 3.54169Z",stroke:"currentColor","stroke-width":"0.75"}),C("path",{d:"M7.97617 3.40778C8.19533 3.40778 8.373 3.58544 8.373 3.8046C8.373 4.02376 8.19533 4.20143 7.97617 4.20143C7.75701 4.20143 7.57935 4.02376 7.57935 3.8046C7.57935 3.58544 7.75701 3.40778 7.97617 3.40778Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1 9.04171V4.13695C1 3.58466 1.44772 3.13695 2 3.13695H3.21987C3.3985 3.13695 3.56357 3.04165 3.65288 2.88695L4.189 1.95837C4.27831 1.80367 4.44338 1.70837 4.62201 1.70837H7.26749C7.44612 1.70837 7.61119 1.80367 7.7005 1.95837L8.23661 2.88695C8.32593 3.04165 8.49099 3.13695 8.66963 3.13695H10C10.5523 3.13695 11 3.58466 11 4.13695V9.04171C11 9.59399 10.5523 10.0417 10 10.0417H2C1.44772 10.0417 1 9.59399 1 9.04171Z",stroke:"currentColor"}),C("path",{d:"M6 4.25C7.10457 4.25 8 5.14543 8 6.25C8 7.35457 7.10457 8.25 6 8.25C4.89543 8.25 4 7.35457 4 6.25C4 5.14543 4.89543 4.25 6 4.25Z",stroke:"currentColor"}),C("path",{d:"M9.57141 4.08929C9.8344 4.08929 10.0476 4.30249 10.0476 4.56548C10.0476 4.82848 9.8344 5.04168 9.57141 5.04168C9.30841 5.04168 9.09521 4.82848 9.09521 4.56548C9.09521 4.30249 9.30841 4.08929 9.57141 4.08929Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.33337 12.0556V5.5159C1.33337 4.77952 1.93033 4.18256 2.66671 4.18256H4.2932C4.53138 4.18256 4.75147 4.0555 4.87055 3.84923L5.58537 2.61113C5.70446 2.40487 5.92454 2.2778 6.16272 2.2778H9.69003C9.92821 2.2778 10.1483 2.40487 10.2674 2.61113L10.9822 3.84923C11.1013 4.0555 11.3214 4.18256 11.5595 4.18256H13.3334C14.0698 4.18256 14.6667 4.77952 14.6667 5.5159V12.0556C14.6667 12.792 14.0698 13.3889 13.3334 13.3889H2.66671C1.93033 13.3889 1.33337 12.792 1.33337 12.0556Z",stroke:"currentColor"}),C("path",{d:"M8.00004 5.66669C9.4728 5.66669 10.6667 6.86059 10.6667 8.33335C10.6667 9.80611 9.4728 11 8.00004 11C6.52728 11 5.33337 9.80611 5.33337 8.33335C5.33337 6.86059 6.52728 5.66669 8.00004 5.66669Z",stroke:"currentColor"}),C("path",{d:"M12.762 5.45239C13.1127 5.45239 13.3969 5.73666 13.3969 6.08731C13.3969 6.43797 13.1127 6.72223 12.762 6.72223C12.4113 6.72223 12.1271 6.43797 12.1271 6.08731C12.1271 5.73666 12.4113 5.45239 12.762 5.45239Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.66663 15.0694V6.89482C1.66663 5.97434 2.41282 5.22815 3.33329 5.22815H5.36641C5.66413 5.22815 5.93924 5.06932 6.0881 4.81148L6.98162 3.26387C7.13048 3.00603 7.40559 2.8472 7.70331 2.8472H12.1124C12.4102 2.8472 12.6853 3.00603 12.8341 3.26386L13.7276 4.81148C13.8765 5.06932 14.1516 5.22815 14.4493 5.22815H16.6666C17.5871 5.22815 18.3333 5.97434 18.3333 6.89482V15.0694C18.3333 15.9899 17.5871 16.7361 16.6666 16.7361H3.33329C2.41282 16.7361 1.66663 15.9899 1.66663 15.0694Z",stroke:"currentColor","stroke-width":"1.25"}),C("path",{d:"M9.99996 7.08331C11.8409 7.08331 13.3333 8.5757 13.3333 10.4166C13.3333 12.2576 11.8409 13.75 9.99996 13.75C8.15901 13.75 6.66663 12.2576 6.66663 10.4166C6.66663 8.5757 8.15901 7.08331 9.99996 7.08331Z",stroke:"currentColor","stroke-width":"1.25"}),C("path",{d:"M15.9523 6.81546C16.3907 6.81546 16.746 7.17079 16.746 7.60911C16.746 8.04743 16.3907 8.40276 15.9523 8.40276C15.514 8.40276 15.1587 8.04743 15.1587 7.60911C15.1587 7.17079 15.514 6.81546 15.9523 6.81546Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2 18.0833V8.2738C2 7.16923 2.89543 6.2738 4 6.2738H6.43974C6.79701 6.2738 7.12714 6.0832 7.30577 5.7738L8.37799 3.91666C8.55662 3.60726 8.88675 3.41666 9.24402 3.41666H14.535C14.8922 3.41666 15.2224 3.60726 15.401 3.91666L16.4732 5.7738C16.6519 6.0832 16.982 6.2738 17.3393 6.2738H20C21.1046 6.2738 22 7.16923 22 8.2738V18.0833C22 19.1879 21.1046 20.0833 20 20.0833H4C2.89543 20.0833 2 19.1879 2 18.0833Z",stroke:"currentColor","stroke-width":"1.5"}),C("path",{d:"M12 8.5C14.2091 8.5 16 10.2909 16 12.5C16 14.7091 14.2091 16.5 12 16.5C9.79086 16.5 8 14.7091 8 12.5C8 10.2909 9.79086 8.5 12 8.5Z",stroke:"currentColor","stroke-width":"1.5"}),C("path",{d:"M19.1428 8.17856C19.6688 8.17856 20.0952 8.60495 20.0952 9.13094C20.0952 9.65692 19.6688 10.0833 19.1428 10.0833C18.6168 10.0833 18.1904 9.65692 18.1904 9.13094C18.1904 8.60495 18.6168 8.17856 19.1428 8.17856Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,cancelFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00031 0.333313C6.0252 0.333489 7.66632 1.97537 7.66632 4.00031C7.66614 6.02509 6.02509 7.66614 4.00031 7.66632C1.97537 7.66632 0.333489 6.0252 0.333313 4.00031C0.333313 1.97526 1.97526 0.333313 4.00031 0.333313ZM5.71222 2.28839C5.59506 2.17123 5.40555 2.17123 5.28839 2.28839L4.00031 3.57648L2.71222 2.28839C2.59506 2.17123 2.40555 2.17123 2.28839 2.28839C2.17123 2.40555 2.17123 2.59506 2.28839 2.71222L3.57648 4.00031L2.28839 5.28839C2.17155 5.40558 2.17134 5.59517 2.28839 5.71222C2.40547 5.82895 2.59514 5.82895 2.71222 5.71222L4.00031 4.42413L5.28839 5.71222C5.4056 5.82873 5.59528 5.82916 5.71222 5.71222C5.82916 5.59528 5.82873 5.4056 5.71222 5.28839L4.42413 4.00031L5.71222 2.71222C5.82927 2.59517 5.82905 2.40557 5.71222 2.28839Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.99969 0.416687C7.53089 0.416687 9.5835 2.46854 9.58368 4.99969C9.58368 7.531 7.531 9.58368 4.99969 9.58368C2.46854 9.5835 0.416687 7.53089 0.416687 4.99969C0.416863 2.46865 2.46865 0.416863 4.99969 0.416687ZM7.1579 2.84149C7.00166 2.68563 6.74758 2.6854 6.59149 2.84149L4.99969 4.43329L3.4079 2.84149C3.25166 2.68563 2.99758 2.6854 2.84149 2.84149C2.6854 2.99758 2.68563 3.25166 2.84149 3.4079L4.43329 4.99969L2.84149 6.59149C2.68584 6.74745 2.68619 7.00074 2.84149 7.15692C2.9976 7.31303 3.25166 7.31382 3.4079 7.1579L4.99969 5.5661L6.59149 7.1579C6.74772 7.31382 7.00081 7.31303 7.15692 7.15692C7.31303 7.00081 7.31382 6.74772 7.1579 6.59149L5.5661 4.99969L7.1579 3.4079C7.3141 3.2517 7.31408 2.9977 7.1579 2.84149Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6C0.5 2.96243 2.96243 0.5 6 0.5ZM8.60352 3.39648C8.40825 3.20125 8.09174 3.20123 7.89648 3.39648L6 5.29297L4.10352 3.39648C3.90825 3.20125 3.59174 3.20123 3.39648 3.39648C3.20123 3.59174 3.20125 3.90825 3.39648 4.10352L5.29297 6L3.39648 7.89648C3.20144 8.09175 3.20132 8.40832 3.39648 8.60352C3.59168 8.79868 3.90825 8.79856 4.10352 8.60352L6 6.70703L7.89648 8.60352C8.09176 8.79857 8.40832 8.79871 8.60352 8.60352C8.79871 8.40832 8.79857 8.09176 8.60352 7.89648L6.70703 6L8.60352 4.10352C8.79877 3.90826 8.79875 3.59175 8.60352 3.39648Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99969 0.666687C12.0497 0.666687 15.3335 3.94976 15.3337 7.99969C15.3337 12.0498 12.0498 15.3337 7.99969 15.3337C3.94976 15.3335 0.666687 12.0497 0.666687 7.99969C0.666863 3.94987 3.94987 0.666863 7.99969 0.666687ZM11.3532 4.64618C11.1579 4.45125 10.8413 4.45103 10.6462 4.64618L7.99969 7.29266L5.35321 4.64618C5.15792 4.45125 4.84133 4.45103 4.64618 4.64618C4.45103 4.84133 4.45125 5.15792 4.64618 5.35321L7.29266 7.99969L4.64618 10.6462C4.45108 10.8413 4.45126 11.1579 4.64618 11.3532C4.84143 11.5484 5.15796 11.5484 5.35321 11.3532L7.99969 8.70673L10.6462 11.3532C10.8414 11.5484 11.158 11.5485 11.3532 11.3532C11.5485 11.158 11.5484 10.8414 11.3532 10.6462L8.70673 7.99969L11.3532 5.35321C11.5485 5.15796 11.5484 4.84144 11.3532 4.64618Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.833313C15.0628 0.833489 19.1663 4.9378 19.1663 10.0003C19.1661 15.0627 15.0627 19.1661 10.0003 19.1663C4.9378 19.1663 0.833489 15.0628 0.833313 10.0003C0.833313 4.9377 4.9377 0.833313 10.0003 0.833313ZM14.1917 5.80792C13.9476 5.56429 13.5519 5.56399 13.3079 5.80792L9.99933 9.11554L6.69171 5.80792C6.4476 5.56429 6.05185 5.56399 5.80792 5.80792C5.56399 6.05185 5.56429 6.4476 5.80792 6.69171L9.11554 9.99933L5.8089 13.3079C5.56482 13.552 5.56482 13.9476 5.8089 14.1917C6.05298 14.4357 6.44864 14.4358 6.69269 14.1917L9.99933 10.8831L13.3079 14.1917C13.552 14.4357 13.9477 14.4358 14.1917 14.1917C14.4358 13.9477 14.4357 13.552 14.1917 13.3079L10.8831 9.99933L14.1917 6.69171C14.4358 6.44765 14.4357 6.052 14.1917 5.80792Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM17.0303 6.96973C16.7374 6.67689 16.2626 6.67685 15.9697 6.96973L12 10.9395L8.03027 6.96973C7.73738 6.67689 7.2626 6.67685 6.96973 6.96973C6.67685 7.2626 6.67689 7.73738 6.96973 8.03027L10.9395 12L6.96973 15.9697C6.67712 16.2626 6.67698 16.7375 6.96973 17.0303C7.26253 17.323 7.73738 17.3229 8.03027 17.0303L12 13.0605L15.9697 17.0303C16.2626 17.3228 16.7375 17.3231 17.0303 17.0303C17.3231 16.7375 17.3228 16.2626 17.0303 15.9697L13.0605 12L17.0303 8.03027C17.3231 7.7374 17.3231 7.26262 17.0303 6.96973Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,cancelOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.00031 0.30011C6.04356 0.300321 7.69949 1.95701 7.69952 4.00031C7.69931 6.04345 6.04345 7.69931 4.00031 7.69952C1.95702 7.69948 0.300321 6.04355 0.30011 4.00031C0.300143 1.95691 1.95691 0.300154 4.00031 0.30011ZM4.00031 0.899719C2.28828 0.899763 0.899752 2.28828 0.899719 4.00031C0.89993 5.71218 2.28839 7.09987 4.00031 7.09991C5.71208 7.0997 7.0997 5.71208 7.09991 4.00031C7.09988 2.28838 5.71219 0.89993 4.00031 0.899719ZM5.28839 2.28839C5.40555 2.17123 5.59506 2.17123 5.71222 2.28839C5.82905 2.40557 5.82927 2.59517 5.71222 2.71222L4.42316 3.99933L5.71124 5.28741C5.8284 5.40457 5.82938 5.59506 5.71222 5.71222C5.59506 5.82938 5.40457 5.8284 5.28741 5.71124L3.99933 4.42316L2.71222 5.71124C2.59506 5.8284 2.40457 5.82938 2.28741 5.71222C2.17042 5.59505 2.17129 5.40452 2.28839 5.28741L3.5755 3.99933L2.28839 2.71222C2.17123 2.59506 2.17123 2.40555 2.28839 2.28839C2.40555 2.17123 2.59506 2.17123 2.71222 2.28839L3.99933 3.5755L5.28839 2.28839Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99994 0.349548C7.56804 0.349548 9.65029 2.43185 9.65033 4.99994C9.65033 7.56806 7.56806 9.65033 4.99994 9.65033C2.43186 9.65027 0.349548 7.56803 0.349548 4.99994C0.34959 2.43188 2.43189 0.349603 4.99994 0.349548ZM4.99994 1.15033C2.87371 1.15038 1.15037 2.87371 1.15033 4.99994C1.15033 7.1262 2.87369 8.84949 4.99994 8.84955C7.12624 8.84955 8.84955 7.12624 8.84955 4.99994C8.84951 2.87368 7.12621 1.15033 4.99994 1.15033ZM6.59174 2.84174C6.74792 2.68555 7.00193 2.68561 7.15814 2.84174C7.31435 2.99795 7.31435 3.25193 7.15814 3.40814L5.56635 4.99994L7.15814 6.59174C7.31406 6.74797 7.31426 7.00203 7.15814 7.15814C7.00203 7.31425 6.74797 7.31406 6.59174 7.15814L4.99994 5.56635L3.40814 7.15814C3.25205 7.31393 2.99886 7.31385 2.84271 7.15814C2.6866 7.00203 2.68582 6.74797 2.84174 6.59174L4.43353 4.99994L2.84174 3.40814C2.68561 3.25193 2.68555 2.99792 2.84174 2.84174C2.99792 2.68555 3.25193 2.68561 3.40814 2.84174L4.99994 4.43353L6.59174 2.84174Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.99951 0.399902C9.09215 0.399902 11.5998 2.90694 11.6001 5.99951C11.6001 9.09231 9.09231 11.6001 5.99951 11.6001C2.90695 11.5998 0.399902 9.09214 0.399902 5.99951C0.400163 2.90711 2.90711 0.400179 5.99951 0.399902ZM5.99951 1.3999C3.4594 1.40018 1.40016 3.45939 1.3999 5.99951C1.3999 8.53985 3.45924 10.5998 5.99951 10.6001C8.54002 10.6001 10.6001 8.54002 10.6001 5.99951C10.5998 3.45922 8.53986 1.3999 5.99951 1.3999ZM7.896 3.396C8.09126 3.20073 8.40874 3.20073 8.604 3.396C8.79927 3.59126 8.79927 3.90874 8.604 4.104L6.70752 5.99951L8.604 7.89697C8.79878 8.09227 8.7991 8.40891 8.604 8.604C8.40891 8.7991 8.09227 8.79878 7.89697 8.604L5.99951 6.70654L4.10303 8.604C3.90773 8.79878 3.5911 8.7991 3.396 8.604C3.2009 8.40891 3.20122 8.09227 3.396 7.89697L5.2915 5.99951L3.396 4.104C3.20073 3.90874 3.20073 3.59126 3.396 3.396C3.59126 3.20073 3.90874 3.20073 4.104 3.396L5.99951 5.2915L7.896 3.396Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8 0.700195C12.0316 0.700195 15.2996 3.96847 15.2998 8C15.2998 12.0317 12.0317 15.2998 8 15.2998C3.96849 15.2996 0.700195 12.0316 0.700195 8C0.700366 3.96859 3.96859 0.700388 8 0.700195ZM8 1.7002C4.52088 1.70039 1.70037 4.52087 1.7002 8C1.7002 11.4793 4.52077 14.2996 8 14.2998C11.4794 14.2998 14.2998 11.4794 14.2998 8C14.2996 4.52075 11.4793 1.7002 8 1.7002ZM10.6465 4.64648C10.8416 4.45133 11.1582 4.45155 11.3535 4.64648C11.5488 4.84175 11.5488 5.15825 11.3535 5.35352L8.70703 8L11.3535 10.6465C11.5487 10.8418 11.5488 11.1583 11.3535 11.3535C11.1583 11.5488 10.8418 11.5487 10.6465 11.3535L8 8.70703L5.35352 11.3535C5.15825 11.5487 4.84173 11.5488 4.64648 11.3535C4.45156 11.1582 4.45138 10.8416 4.64648 10.6465L7.29297 8L4.64648 5.35352C4.45155 5.15823 4.45133 4.84164 4.64648 4.64648C4.84164 4.45133 5.15823 4.45155 5.35352 4.64648L8 7.29297L10.6465 4.64648Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99982 0.874817C15.0394 0.874817 19.1247 4.96029 19.1248 9.99982C19.1248 15.0394 15.0394 19.1248 9.99982 19.1248C4.96031 19.1247 0.874817 15.0393 0.874817 9.99982C0.874899 4.96036 4.96036 0.874927 9.99982 0.874817ZM9.99982 2.12482C5.65072 2.12493 2.1249 5.65071 2.12482 9.99982C2.12482 14.349 5.65067 17.8747 9.99982 17.8748C14.3491 17.8748 17.8748 14.3491 17.8748 9.99982C17.8747 5.65065 14.349 2.12482 9.99982 2.12482ZM13.3084 5.80841C13.5525 5.56433 13.9481 5.56433 14.1922 5.80841C14.436 6.05251 14.4362 6.44823 14.1922 6.6922L10.8836 9.99982L14.1922 13.3084C14.4358 13.5525 14.4361 13.9483 14.1922 14.1922C13.9483 14.4361 13.5525 14.4358 13.3084 14.1922L9.99982 10.8836L6.6922 14.1922C6.44822 14.4361 6.05248 14.4359 5.80841 14.1922C5.56437 13.9482 5.56444 13.5525 5.80841 13.3084L9.11603 9.99982L5.80841 6.6922C5.56433 6.44812 5.56433 6.05249 5.80841 5.80841C6.05249 5.56433 6.44812 5.56433 6.6922 5.80841L9.99982 9.11603L13.3084 5.80841Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1.0498C18.0474 1.04991 22.9501 5.95263 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95266 22.9501 1.04991 18.0473 1.0498 12C1.0499 5.95265 5.95265 1.04994 12 1.0498ZM12 2.5498C6.78108 2.54994 2.5499 6.78107 2.5498 12C2.54991 17.2189 6.78109 21.4501 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4501 6.78106 17.2189 2.54991 12 2.5498ZM15.9697 6.96973C16.2626 6.67683 16.7374 6.67683 17.0303 6.96973C17.3232 7.26262 17.3232 7.73738 17.0303 8.03027L13.0605 12L17.0303 15.9697C17.3229 16.2626 17.3231 16.7375 17.0303 17.0303C16.7375 17.3231 16.2626 17.3229 15.9697 17.0303L12 13.0605L8.03027 17.0303C7.73736 17.3229 7.26253 17.3231 6.96973 17.0303C6.67692 16.7375 6.6771 16.2626 6.96973 15.9697L10.9395 12L6.96973 8.03027C6.67683 7.73738 6.67683 7.26262 6.96973 6.96973C7.26262 6.67683 7.73738 6.67683 8.03027 6.96973L12 10.9395L15.9697 6.96973Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,caretDown:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.9344 5.91801L0.909167 2.13647C0.865167 2.08147 0.904326 2 0.974761 2L7.02522 2C7.09565 2 7.13481 2.08147 7.09081 2.13647L4.06558 5.91801C4.03195 5.96004 3.96802 5.96004 3.9344 5.91801Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.5","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.91801 7.39751L1.13647 2.67059C1.08147 2.60184 1.13042 2.5 1.21847 2.5L8.78153 2.5C8.86958 2.5 8.91853 2.60184 8.86353 2.67059L5.08199 7.39751C5.03996 7.45005 4.96004 7.45005 4.91801 7.39751Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.625","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.90162 8.87701L1.36378 3.20471C1.29778 3.12221 1.35652 3 1.46217 3L10.5379 3C10.6435 3 10.7022 3.12221 10.6362 3.20471L6.0984 8.87701C6.04796 8.94006 5.95206 8.94006 5.90162 8.87701Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.86879 11.836L1.81833 4.27295C1.73033 4.16295 1.80865 4 1.94952 4L14.0504 4C14.1913 4 14.2696 4.16295 14.1816 4.27295L8.13116 11.836C8.06391 11.9201 7.93605 11.9201 7.86879 11.836Z",fill:"currentColor",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.83602 14.795L2.27295 5.34119C2.16295 5.20369 2.26085 5 2.43693 5L17.5631 5C17.7392 5 17.8371 5.20369 17.7271 5.34119L10.164 14.795C10.0799 14.9001 9.92009 14.9001 9.83602 14.795Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.8032 17.754L2.72756 6.40942C2.59556 6.24442 2.71304 6 2.92434 6L21.0757 6C21.287 6 21.4045 6.24442 21.2725 6.40942L12.1968 17.754C12.0959 17.8801 11.9041 17.8801 11.8032 17.754Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,caretLeft:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.08199 4.0656L5.86353 7.09083C5.91853 7.13483 6 7.09567 6 7.02524L6 0.974784C6 0.90435 5.91853 0.865191 5.86353 0.909191L2.08199 3.93442C2.03996 3.96805 2.03996 4.03198 2.08199 4.0656Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.5","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.60249 5.08199L7.32941 8.86353C7.39816 8.91853 7.5 8.86958 7.5 8.78153L7.5 1.21847C7.5 1.13042 7.39816 1.08147 7.32941 1.13647L2.60249 4.91801C2.54995 4.96004 2.54995 5.03996 2.60249 5.08199Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.625","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.12299 6.09838L8.79529 10.6362C8.87779 10.7022 9 10.6435 9 10.5378L9 1.46215C9 1.35649 8.87779 1.29776 8.79529 1.36376L3.12299 5.9016C3.05994 5.95204 3.05994 6.04794 3.12299 6.09838Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.16398 8.13121L11.7271 14.1817C11.8371 14.2697 12 14.1913 12 14.0505L12 1.94957C12 1.8087 11.8371 1.73038 11.7271 1.81838L4.16398 7.86884C4.07991 7.93609 4.07991 8.06395 4.16398 8.13121Z",fill:"currentColor",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.20498 10.164L14.6588 17.7271C14.7963 17.8371 15 17.7392 15 17.5631L15 2.43693C15 2.26085 14.7963 2.16295 14.6588 2.27295L5.20498 9.83602C5.09989 9.92009 5.09989 10.0799 5.20498 10.164Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.24597 12.1968L17.5906 21.2724C17.7556 21.4044 18 21.287 18 21.0757L18 2.92429C18 2.71299 17.7556 2.59551 17.5906 2.72751L6.24597 11.8032C6.11987 11.9041 6.11987 12.0959 6.24597 12.1968Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,caretRight:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.91801 4.0656L2.13647 7.09083C2.08147 7.13483 2 7.09567 2 7.02524L2 0.974784C2 0.90435 2.08147 0.865191 2.13647 0.909191L5.91801 3.93442C5.96004 3.96805 5.96004 4.03198 5.91801 4.0656Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.5","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.39751 5.08199L2.67059 8.86353C2.60184 8.91853 2.5 8.86958 2.5 8.78153L2.5 1.21847C2.5 1.13042 2.60184 1.08147 2.67059 1.13647L7.39751 4.91801C7.45005 4.96004 7.45005 5.03996 7.39751 5.08199Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.625","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.87701 6.09838L3.20471 10.6362C3.12221 10.7022 3 10.6435 3 10.5378L3 1.46215C3 1.35649 3.12221 1.29776 3.20471 1.36376L8.87701 5.9016C8.94006 5.95204 8.94006 6.04794 8.87701 6.09838Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.836 8.13121L4.27295 14.1817C4.16295 14.2697 4 14.1913 4 14.0505L4 1.94957C4 1.8087 4.16295 1.73038 4.27295 1.81838L11.836 7.86884C11.9201 7.93609 11.9201 8.06395 11.836 8.13121Z",fill:"currentColor",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.795 10.164L5.34119 17.7271C5.20369 17.8371 5 17.7392 5 17.5631L5 2.43693C5 2.26085 5.20369 2.16295 5.34119 2.27295L14.795 9.83602C14.9001 9.92009 14.9001 10.0799 14.795 10.164Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.754 12.1968L6.40942 21.2724C6.24442 21.4044 6 21.287 6 21.0757L6 2.92429C6 2.71299 6.24442 2.59551 6.40942 2.72751L17.754 11.8032C17.8801 11.9041 17.8801 12.0959 17.754 12.1968Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,caretUp:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.9344 2.08199L0.909167 5.86353C0.865167 5.91853 0.904326 6 0.974761 6H7.02522C7.09565 6 7.13481 5.91853 7.09081 5.86353L4.06558 2.08199C4.03195 2.03996 3.96802 2.03996 3.9344 2.08199Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.5","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.91801 2.60249L1.13647 7.32941C1.08147 7.39816 1.13042 7.5 1.21847 7.5H8.78153C8.86958 7.5 8.91853 7.39816 8.86353 7.32941L5.08199 2.60249C5.03996 2.54995 4.96004 2.54995 4.91801 2.60249Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.625","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.90162 3.12299L1.36378 8.79529C1.29778 8.87779 1.35652 9 1.46217 9H10.5379C10.6435 9 10.7022 8.87779 10.6362 8.79529L6.0984 3.12299C6.04796 3.05994 5.95206 3.05994 5.90162 3.12299Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.86879 4.16398L1.81833 11.7271C1.73033 11.8371 1.80865 12 1.94952 12H14.0504C14.1913 12 14.2696 11.8371 14.1816 11.7271L8.13116 4.16398C8.06391 4.07991 7.93605 4.07991 7.86879 4.16398Z",fill:"currentColor",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.83602 5.20498L2.27295 14.6588C2.16295 14.7963 2.26085 15 2.43693 15H17.5631C17.7392 15 17.8371 14.7963 17.7271 14.6588L10.164 5.20498C10.0799 5.09989 9.92009 5.09989 9.83602 5.20498Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.8032 6.24597L2.72756 17.5906C2.59556 17.7556 2.71304 18 2.92434 18H21.0757C21.287 18 21.4045 17.7556 21.2725 17.5906L12.1968 6.24597C12.0959 6.11987 11.9041 6.11987 11.8032 6.24597Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,check:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.06414 2.13165L3.35183 5.84396C3.31929 5.87651 3.26652 5.87651 3.23398 5.84396L0.935883 3.54587",stroke:"currentColor","stroke-width":"0.5","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.83015 2.66455L4.18977 7.30494C4.14909 7.34562 4.08313 7.34562 4.04245 7.30494L1.16983 4.43232",stroke:"currentColor","stroke-width":"0.625","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.5962 3.19745L5.02773 8.76591C4.97891 8.81473 4.89977 8.81473 4.85095 8.76591L1.40381 5.31877",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1283 4.26328L6.70363 11.6879C6.63854 11.753 6.53302 11.753 6.46793 11.6879L1.87173 7.0917",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6603 5.3291L8.37956 14.6099C8.2982 14.6912 8.16629 14.6912 8.08493 14.6099L2.33969 8.86464",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.1924 6.39493L10.0555 17.5319C9.95783 17.6295 9.79954 17.6295 9.70191 17.5319L2.80762 10.6376",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,checkFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00032 0.333344C6.02521 0.333519 7.66634 1.9754 7.66634 4.00034C7.66616 6.02512 6.02511 7.66618 4.00032 7.66635C1.97539 7.66635 0.333504 6.02523 0.333328 4.00034C0.333328 1.97529 1.97528 0.333344 4.00032 0.333344ZM6.07845 2.78842C5.96129 2.67126 5.77177 2.67126 5.65462 2.78842L3.60384 4.8392L2.40169 3.63705C2.28453 3.5199 2.09502 3.5199 1.97786 3.63705C1.86088 3.75423 1.86076 3.94379 1.97786 4.06088L3.33333 5.41635C3.48306 5.56562 3.72576 5.56493 3.87532 5.41537L6.07845 3.21225C6.19557 3.09512 6.19551 2.90559 6.07845 2.78842Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.99968 0.416656C7.53088 0.416656 9.58349 2.46851 9.58366 4.99966C9.58366 7.53097 7.53098 9.58365 4.99968 9.58365C2.46852 9.58347 0.416672 7.53086 0.416672 4.99966C0.416847 2.46862 2.46863 0.416832 4.99968 0.416656ZM7.61687 3.46646C7.46077 3.31036 7.2067 3.31058 7.05046 3.46646L4.50456 6.01236L3.02019 4.52798C2.86398 4.37177 2.60999 4.37177 2.45378 4.52798C2.29802 4.68412 2.29799 4.9373 2.45378 5.09341L4.14812 6.78775C4.34501 6.98448 4.66515 6.98457 4.86198 6.78775L7.61687 4.03287C7.77275 3.87663 7.77297 3.62256 7.61687 3.46646Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6C0.5 2.96243 2.96243 0.5 6 0.5ZM9.15332 4.14648C8.95805 3.95132 8.64152 3.95126 8.44629 4.14648L5.40625 7.18652L3.63867 5.41895C3.44356 5.22384 3.12694 5.22414 2.93164 5.41895C2.73638 5.61421 2.73638 5.93071 2.93164 6.12598L4.96387 8.15918C5.20789 8.4032 5.60356 8.40308 5.84766 8.15918L9.15332 4.85352C9.34858 4.65825 9.34858 4.34175 9.15332 4.14648Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99968 0.666656C12.0497 0.666656 15.3335 3.94973 15.3337 7.99966C15.3337 12.0498 12.0498 15.3336 7.99968 15.3336C3.94974 15.3335 0.666672 12.0496 0.666672 7.99966C0.666848 3.94984 3.94985 0.666833 7.99968 0.666656ZM12.0866 5.64615C11.8913 5.45119 11.5747 5.45102 11.3796 5.64615L7.20769 9.819L4.73308 7.34341C4.53795 7.14828 4.22134 7.14855 4.02605 7.34341C3.83106 7.5387 3.83088 7.85528 4.02605 8.05045L6.73601 10.7614C6.99635 11.0216 7.41905 11.0216 7.67937 10.7614L12.0866 6.35318C12.2818 6.15792 12.2818 5.8414 12.0866 5.64615Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.833344C15.0628 0.83352 19.1663 4.93783 19.1663 10.0003C19.1662 15.0627 15.0627 19.1662 10.0003 19.1664C4.93782 19.1664 0.833505 15.0628 0.833328 10.0003C0.833328 4.93773 4.93771 0.833344 10.0003 0.833344ZM15.1087 7.05795C14.8647 6.81393 14.469 6.81404 14.2249 7.05795L9.01009 12.2728L5.91634 9.17905C5.67234 8.93517 5.27661 8.93528 5.03255 9.17905C4.78851 9.42309 4.78858 9.81875 5.03255 10.0628L8.42122 13.4515C8.74661 13.7765 9.27361 13.7766 9.59895 13.4515L15.1087 7.94174C15.3526 7.69765 15.3527 7.30198 15.1087 7.05795Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM18.1299 8.46973C17.837 8.17703 17.3622 8.1769 17.0693 8.46973L10.8125 14.7275L7.09961 11.0146C6.80684 10.7221 6.33191 10.7223 6.03906 11.0146C5.74625 11.3075 5.7464 11.7823 6.03906 12.0752L10.1045 16.1416C10.495 16.5321 11.129 16.5321 11.5195 16.1416L18.1299 9.53027C18.4228 9.23738 18.4228 8.76262 18.1299 8.46973Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,checkOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4 0.0332031C6.19058 0.0333789 7.9668 1.80938 7.9668 4C7.96662 6.19047 6.19047 7.96662 4 7.9668C1.80938 7.9668 0.0333789 6.19058 0.0332031 4C0.0332031 1.80927 1.80927 0.0332031 4 0.0332031ZM4 0.632812C2.14064 0.632812 0.632812 2.14064 0.632812 4C0.632988 5.85921 2.14075 7.36621 4 7.36621C5.8591 7.36603 7.36603 5.8591 7.36621 4C7.36621 2.14075 5.85921 0.632988 4 0.632812ZM5.6543 2.78809C5.77145 2.67093 5.96097 2.67093 6.07812 2.78809C6.19519 2.90525 6.19525 3.09479 6.07812 3.21191L3.875 5.41504C3.72544 5.5646 3.48274 5.56529 3.33301 5.41602L1.97754 4.06055C1.86044 3.94345 1.86056 3.75389 1.97754 3.63672C2.0947 3.51956 2.28421 3.51956 2.40137 3.63672L3.60352 4.83887L5.6543 2.78809Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5 0.0166016C7.75211 0.0166016 9.98322 2.24793 9.9834 5C9.9834 7.75222 7.75222 9.9834 5 9.9834C2.24793 9.98322 0.0166016 7.75211 0.0166016 5C0.0167773 2.24804 2.24804 0.0167773 5 0.0166016ZM5 0.817383C2.68987 0.817559 0.817559 2.68987 0.817383 5C0.817383 7.31028 2.68976 9.18342 5 9.18359C7.31039 9.18359 9.18359 7.31039 9.18359 5C9.18342 2.68976 7.31028 0.817383 5 0.817383ZM7.05078 3.4668C7.20702 3.31091 7.46109 3.3107 7.61719 3.4668C7.77329 3.6229 7.77307 3.87697 7.61719 4.0332L4.8623 6.78809C4.66547 6.9849 4.34533 6.98481 4.14844 6.78809L2.4541 5.09375C2.29831 4.93763 2.29834 4.68446 2.4541 4.52832C2.61031 4.37211 2.8643 4.37211 3.02051 4.52832L4.50488 6.0127L7.05078 3.4668Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 0C9.31371 0 12 2.68629 12 6C12 9.31371 9.31371 12 6 12C2.68629 12 0 9.31371 0 6C0 2.68629 2.68629 0 6 0ZM6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1ZM8.44629 4.14648C8.64152 3.95126 8.95805 3.95132 9.15332 4.14648C9.34858 4.34175 9.34858 4.65825 9.15332 4.85352L5.84766 8.15918C5.60356 8.40308 5.20789 8.4032 4.96387 8.15918L2.93164 6.12598C2.73638 5.93071 2.73638 5.61421 2.93164 5.41895C3.12694 5.22414 3.44356 5.22384 3.63867 5.41895L5.40625 7.18652L8.44629 4.14648Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99968 0.166656C12.3258 0.166656 15.8335 3.67358 15.8337 7.99966C15.8337 12.3259 12.3259 15.8336 7.99968 15.8336C3.6736 15.8335 0.166672 12.3258 0.166672 7.99966C0.166848 3.67369 3.67371 0.166833 7.99968 0.166656ZM7.99968 1.16666C4.22599 1.16683 1.16685 4.22598 1.16667 7.99966C1.16667 11.7735 4.22588 14.8335 7.99968 14.8336C11.7736 14.8336 14.8337 11.7736 14.8337 7.99966C14.8335 4.22587 11.7735 1.16666 7.99968 1.16666ZM11.3796 5.64615C11.5747 5.45102 11.8913 5.45119 12.0866 5.64615C12.2818 5.8414 12.2818 6.15792 12.0866 6.35318L7.67937 10.7614C7.41905 11.0216 6.99635 11.0216 6.73601 10.7614L4.02605 8.05045C3.83088 7.85528 3.83106 7.5387 4.02605 7.34341C4.22134 7.14855 4.53795 7.14828 4.73308 7.34341L7.20769 9.819L11.3796 5.64615Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.208344C15.408 0.20852 19.7913 4.59266 19.7913 10.0003C19.7912 15.4079 15.4078 19.7912 10.0003 19.7914C4.59264 19.7914 0.208505 15.408 0.208328 10.0003C0.208328 4.59255 4.59253 0.208344 10.0003 0.208344ZM10.0003 1.45834C5.28289 1.45834 1.45833 5.2829 1.45833 10.0003C1.4585 14.7176 5.283 18.5414 10.0003 18.5414C14.7175 18.5412 18.5412 14.7175 18.5413 10.0003C18.5413 5.28301 14.7176 1.45852 10.0003 1.45834ZM14.2249 7.05795C14.469 6.81404 14.8647 6.81393 15.1087 7.05795C15.3527 7.30198 15.3526 7.69765 15.1087 7.94174L9.59895 13.4515C9.27361 13.7766 8.74661 13.7765 8.42122 13.4515L5.03255 10.0628C4.78858 9.81875 4.78851 9.42309 5.03255 9.17905C5.27661 8.93528 5.67234 8.93517 5.91634 9.17905L9.01009 12.2728L14.2249 7.05795Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 0.25C18.4893 0.25 23.75 5.51065 23.75 12C23.75 18.4893 18.4893 23.75 12 23.75C5.51065 23.75 0.25 18.4893 0.25 12C0.25 5.51065 5.51065 0.25 12 0.25ZM12 1.75C6.33908 1.75 1.75 6.33908 1.75 12C1.75 17.6609 6.33908 22.25 12 22.25C17.6609 22.25 22.25 17.6609 22.25 12C22.25 6.33908 17.6609 1.75 12 1.75ZM17.0693 8.46973C17.3622 8.1769 17.837 8.17703 18.1299 8.46973C18.4228 8.76262 18.4228 9.23738 18.1299 9.53027L11.5195 16.1416C11.129 16.5321 10.495 16.5321 10.1045 16.1416L6.03906 12.0752C5.7464 11.7823 5.74625 11.3075 6.03906 11.0146C6.33191 10.7223 6.80684 10.7221 7.09961 11.0146L10.8125 14.7275L17.0693 8.46973Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,clockFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00034 0.333313C6.02523 0.333489 7.66635 1.97537 7.66635 4.00031C7.66618 6.02509 6.02512 7.66614 4.00034 7.66632C1.9754 7.66632 0.333519 6.0252 0.333344 4.00031C0.333344 1.97526 1.97529 0.333313 4.00034 0.333313ZM4.00034 1.33331C3.81635 1.33331 3.6675 1.48238 3.66733 1.66632V3.99933C3.66733 4.18342 3.81624 4.33331 4.00034 4.33331H6.33334C6.51729 4.33314 6.66733 4.18332 6.66733 3.99933C6.66698 3.81564 6.51707 3.6665 6.33334 3.66632H4.33334V1.66632C4.33317 1.48248 4.18417 1.33349 4.00034 1.33331Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.99966 0.416687C7.53086 0.416687 9.58347 2.46854 9.58365 4.99969C9.58365 7.531 7.53097 9.58368 4.99966 9.58368C2.46851 9.5835 0.416656 7.53089 0.416656 4.99969C0.416832 2.46865 2.46862 0.416863 4.99966 0.416687ZM4.99966 1.68329C4.7789 1.68346 4.59927 1.86287 4.59927 2.08368V5.00067C4.59963 5.22118 4.77912 5.39991 4.99966 5.40009H7.91666C8.1372 5.39991 8.31572 5.22118 8.31607 5.00067C8.31607 4.77987 8.13742 4.60046 7.91666 4.60028H5.40005V2.08368C5.40005 1.86277 5.22058 1.68329 4.99966 1.68329Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6C0.5 2.96243 2.96243 0.5 6 0.5ZM6 2C5.72386 2 5.5 2.22386 5.5 2.5V6C5.5 6.27614 5.72386 6.5 6 6.5H9.5C9.77614 6.5 10 6.27614 10 6C10 5.72386 9.77614 5.5 9.5 5.5H6.5V2.5C6.5 2.22386 6.27614 2 6 2Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99966 0.666687C12.0496 0.666687 15.3335 3.94976 15.3336 7.99969C15.3336 12.0498 12.0498 15.3337 7.99966 15.3337C3.94973 15.3335 0.666656 12.0497 0.666656 7.99969C0.666832 3.94987 3.94984 0.666862 7.99966 0.666687ZM7.99966 2.83368C7.72367 2.83385 7.49966 3.05765 7.49966 3.33368V8.00067C7.50002 8.27641 7.72389 8.5005 7.99966 8.50067H12.6667C12.9424 8.5005 13.1663 8.27641 13.1667 8.00067C13.1667 7.72464 12.9426 7.50085 12.6667 7.50067H8.49966V3.33368C8.49966 3.05754 8.27581 2.83368 7.99966 2.83368Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.833313C15.0628 0.833489 19.1664 4.9378 19.1664 10.0003C19.1662 15.0627 15.0627 19.1661 10.0003 19.1663C4.93783 19.1663 0.83352 15.0628 0.833344 10.0003C0.833344 4.9377 4.93773 0.833313 10.0003 0.833313ZM10.0003 3.54132C9.65527 3.54132 9.37551 3.82129 9.37534 4.16632V9.99933C9.37534 10.3445 9.65516 10.6243 10.0003 10.6243H15.8333C16.1784 10.6242 16.4583 10.3444 16.4583 9.99933C16.458 9.65456 16.1782 9.37451 15.8333 9.37433H10.6253V4.16632C10.6252 3.8214 10.3453 3.5415 10.0003 3.54132Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V12C11.25 12.4142 11.5858 12.75 12 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H12.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,clockOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.00034 0.30011C6.04361 0.300321 7.69955 1.95698 7.69955 4.00031C7.69934 6.04345 6.04348 7.69931 4.00034 7.69952C1.95701 7.69952 0.300351 6.04358 0.30014 4.00031C0.30014 1.95685 1.95688 0.30011 4.00034 0.30011ZM4.00034 0.899719C2.28825 0.899719 0.89975 2.28822 0.89975 4.00031C0.899961 5.71221 2.28838 7.09991 4.00034 7.09991C5.71211 7.0997 7.09973 5.71208 7.09995 4.00031C7.09995 2.28835 5.71224 0.89993 4.00034 0.899719ZM4.00034 1.36652C4.16576 1.36672 4.3 1.50089 4.30014 1.66632V3.69952H6.33334C6.49866 3.69973 6.63381 3.83404 6.63412 3.99933C6.63412 4.16489 6.49885 4.2999 6.33334 4.30011H4.00034C3.83465 4.30011 3.70053 4.16501 3.70053 3.99933V1.66632C3.70067 1.50076 3.83474 1.36652 4.00034 1.36652Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99991 0.349548C7.56803 0.349548 9.6503 2.43182 9.6503 4.99994C9.6503 7.56806 7.56803 9.65033 4.99991 9.65033C2.43178 9.65033 0.349518 7.56806 0.349518 4.99994C0.349518 2.43182 2.43178 0.349548 4.99991 0.349548ZM4.99991 1.15033C2.87361 1.15033 1.1503 2.87364 1.1503 4.99994C1.1503 7.12624 2.87361 8.84955 4.99991 8.84955C7.1262 8.84955 8.84952 7.12624 8.84952 4.99994C8.84952 2.87364 7.1262 1.15033 4.99991 1.15033ZM4.99991 1.68256C5.22071 1.68256 5.40012 1.86218 5.4003 2.08295V4.59955H7.9169C8.13755 4.59972 8.31614 4.77928 8.31631 4.99994C8.31614 5.22059 8.13756 5.39918 7.9169 5.39935H4.99991C4.77911 5.39935 4.59969 5.2207 4.59952 4.99994V2.08295C4.5997 1.86219 4.77911 1.68256 4.99991 1.68256Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.99951 0.399902C9.09218 0.399902 11.5999 2.9069 11.6001 5.99951C11.6001 9.09231 9.09231 11.6001 5.99951 11.6001C2.9069 11.5999 0.399902 9.09218 0.399902 5.99951C0.400113 2.90703 2.90703 0.400113 5.99951 0.399902ZM5.99951 1.3999C3.45931 1.40011 1.40011 3.45931 1.3999 5.99951C1.3999 8.53989 3.45918 10.5999 5.99951 10.6001C8.54002 10.6001 10.6001 8.54002 10.6001 5.99951C10.5999 3.45918 8.53989 1.3999 5.99951 1.3999ZM5.99951 1.99951C6.27552 1.99951 6.4993 2.22355 6.49951 2.49951V5.49951H9.49951C9.77552 5.49951 9.9993 5.72355 9.99951 5.99951C9.99951 6.27565 9.77565 6.49951 9.49951 6.49951H5.99951C5.72355 6.4993 5.49951 6.27552 5.49951 5.99951V2.49951C5.49973 2.22368 5.72368 1.99973 5.99951 1.99951Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8 0.700195C12.0316 0.700195 15.2997 3.96841 15.2998 8C15.2998 12.0317 12.0317 15.2998 8 15.2998C3.96841 15.2997 0.700195 12.0316 0.700195 8C0.7003 3.96848 3.96848 0.7003 8 0.700195ZM8 1.7002C4.52076 1.7003 1.7003 4.52076 1.7002 8C1.7002 11.4793 4.5207 14.2997 8 14.2998C11.4794 14.2998 14.2998 11.4794 14.2998 8C14.2997 4.5207 11.4793 1.7002 8 1.7002ZM8 2.83398C8.27614 2.83398 8.5 3.05784 8.5 3.33398V7.50098H12.667C12.943 7.50115 13.167 7.72494 13.167 8.00098C13.1666 8.27666 12.9427 8.5008 12.667 8.50098H8C7.72421 8.50087 7.50042 8.2767 7.5 8.00098V3.33398C7.5 3.05791 7.72395 2.83409 8 2.83398Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99985 0.874817C15.0394 0.874817 19.1248 4.96022 19.1248 9.99982C19.1248 15.0394 15.0394 19.1248 9.99985 19.1248C4.96025 19.1248 0.874848 15.0394 0.874847 9.99982C0.874847 4.96022 4.96025 0.874817 9.99985 0.874817ZM9.99985 2.12482C5.65061 2.12482 2.12485 5.65058 2.12485 9.99982C2.12485 14.3491 5.65061 17.8748 9.99985 17.8748C14.3491 17.8748 17.8748 14.3491 17.8748 9.99982C17.8748 5.65058 14.3491 2.12482 9.99985 2.12482ZM9.99985 3.54181C10.345 3.54181 10.6248 3.82163 10.6248 4.16681V9.37482H15.8329C16.1779 9.37482 16.4577 9.65479 16.4579 9.99982C16.4577 10.3448 16.1779 10.6248 15.8329 10.6248H9.99985C9.65478 10.6248 9.37502 10.3448 9.37485 9.99982V4.16681C9.37485 3.82163 9.65467 3.54181 9.99985 3.54181Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1.0498C18.0474 1.04991 22.9502 5.95255 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95255 22.9502 1.04991 18.0474 1.0498 12C1.0498 5.95248 5.95248 1.0498 12 1.0498ZM12 2.5498C6.78091 2.5498 2.5498 6.78091 2.5498 12C2.54991 17.219 6.78097 21.4502 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4502 6.78097 17.219 2.54991 12 2.5498ZM12 4.25C12.4141 4.2501 12.75 4.58585 12.75 5V11.25H19C19.4141 11.2501 19.75 11.5858 19.75 12C19.7499 12.4141 19.4141 12.7499 19 12.75H12C11.5858 12.75 11.2501 12.4141 11.25 12V5C11.25 4.58579 11.5858 4.25 12 4.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,close:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.65498 0.921444C6.77215 0.804432 6.9617 0.804335 7.07881 0.921444C7.19584 1.03856 7.1958 1.22813 7.07881 1.34527L4.42354 3.99957L7.07881 6.65484C7.19582 6.77197 7.19582 6.96154 7.07881 7.07867C6.96169 7.19579 6.77215 7.19572 6.65498 7.07867L3.99971 4.4234L1.34541 7.07867C1.22827 7.19563 1.03869 7.19569 0.921584 7.07867C0.804484 6.96157 0.804597 6.77201 0.921584 6.65484L3.57588 3.99957L0.921584 1.34527C0.804597 1.2281 0.804484 1.03854 0.921584 0.921444C1.03869 0.804459 1.22828 0.804495 1.34541 0.921444L3.99971 3.57574L6.65498 0.921444Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.30063 1.1335C8.45677 0.977685 8.70992 0.977661 8.86606 1.1335C9.02226 1.28971 9.02227 1.5437 8.86606 1.69991L5.56527 4.99971L8.86606 8.30049C9.02227 8.4567 9.02226 8.71069 8.86606 8.8669C8.70994 9.02264 8.45675 9.02261 8.30063 8.8669L4.99984 5.56612L1.70004 8.86592C1.54383 9.02213 1.28984 9.02213 1.13363 8.86592C0.977801 8.7098 0.977839 8.45664 1.13363 8.30049L4.43344 4.99971L1.13363 1.69991C0.977675 1.54368 0.977507 1.28963 1.13363 1.1335C1.28977 0.977518 1.54386 0.977589 1.70004 1.1335L4.99984 4.43331L8.30063 1.1335Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.9463 1.34627C10.1415 1.15105 10.4581 1.15114 10.6533 1.34627C10.8486 1.54153 10.8486 1.85804 10.6533 2.0533L6.70704 5.99959L10.6533 9.94588C10.8486 10.1411 10.8486 10.4586 10.6533 10.6539C10.4581 10.8488 10.1415 10.8489 9.9463 10.6539L5.99903 6.70662L2.05372 10.6529C1.85846 10.8482 1.54195 10.8482 1.34669 10.6529C1.15156 10.4576 1.15147 10.1411 1.34669 9.94588L5.292 5.99959L1.34669 2.0533C1.15145 1.85804 1.15144 1.54153 1.34669 1.34627C1.54196 1.15119 1.85852 1.15109 2.05372 1.34627L6.00001 5.29256L9.9463 1.34627Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.3802 1.91321C13.5755 1.71824 13.8921 1.71804 14.0873 1.91321C14.2823 2.10838 14.2822 2.425 14.0873 2.62024L8.70642 8.00012L14.0873 13.38C14.2822 13.5752 14.2822 13.8918 14.0873 14.087C13.8921 14.2822 13.5755 14.2821 13.3802 14.087L7.99939 8.70618L2.61951 14.087C2.42422 14.282 2.10762 14.2822 1.91247 14.087C1.71766 13.8919 1.71766 13.5752 1.91247 13.38L7.29236 8.00012L1.91247 2.62024C1.7177 2.42503 1.7176 2.10836 1.91247 1.91321C2.1076 1.71808 2.42421 1.71835 2.61951 1.91321L7.99939 7.29309L13.3802 1.91321Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.7246 2.39162C16.9686 2.14756 17.3643 2.14759 17.6083 2.39162C17.8524 2.6357 17.8524 3.03133 17.6083 3.27541L10.8837 10L17.6083 16.7246C17.8524 16.9687 17.8524 17.3643 17.6083 17.6084C17.3643 17.8523 16.9686 17.8524 16.7246 17.6084L9.99995 10.8838L3.27534 17.6084C3.03126 17.8524 2.6356 17.8525 2.39155 17.6084C2.14755 17.3644 2.14757 16.9687 2.39155 16.7246L9.11616 10L2.39155 3.27541C2.14762 3.03139 2.1477 2.63569 2.39155 2.39162C2.6356 2.14757 3.03126 2.14762 3.27534 2.39162L9.99995 9.11623L16.7246 2.39162Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20.0693 2.86963C20.3621 2.57682 20.837 2.57699 21.1299 2.86963C21.4228 3.16252 21.4228 3.63728 21.1299 3.93017L13.0596 11.9995L21.1299 20.0698C21.4228 20.3627 21.4228 20.8375 21.1299 21.1304C20.837 21.4231 20.3622 21.4232 20.0693 21.1304L12 13.0601L3.93067 21.1304C3.63785 21.4232 3.16303 21.423 2.87012 21.1304C2.57723 20.8375 2.57723 20.3627 2.87012 20.0698L10.9395 11.9995L2.87012 3.93017C2.57728 3.63728 2.57725 3.1625 2.87012 2.86963C3.16303 2.5771 3.63789 2.5769 3.93067 2.86963L12 10.939L20.0693 2.86963Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,copy:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.66699 2.46484C7.01647 2.46505 7.2996 2.74818 7.2998 3.09766V6.66699C7.2996 7.01647 7.01647 7.2996 6.66699 7.2998H3.09766C2.74817 7.29961 2.46505 7.01647 2.46484 6.66699V3.09766C2.46505 2.74818 2.74817 2.46504 3.09766 2.46484H6.66699ZM3.09766 3.06445C3.07954 3.06465 3.06466 3.07955 3.06445 3.09766V6.66699C3.06466 6.6851 3.07954 6.7 3.09766 6.7002H6.66699C6.6851 6.69999 6.69999 6.6851 6.7002 6.66699V3.09766C6.69999 3.07955 6.6851 3.06466 6.66699 3.06445H3.09766ZM4.90234 0.700195C5.25184 0.700402 5.53498 0.983505 5.53516 1.33301V2C5.53516 2.16567 5.40101 2.29977 5.23535 2.2998C5.06967 2.2998 4.93555 2.16569 4.93555 2V1.33301C4.93537 1.31487 4.92047 1.30001 4.90234 1.2998H1.33301C1.31485 1.29998 1.29998 1.31486 1.2998 1.33301V4.90234C1.30001 4.92047 1.31487 4.93537 1.33301 4.93555H2C2.16569 4.93555 2.2998 5.06967 2.2998 5.23535C2.29977 5.40101 2.16567 5.53516 2 5.53516H1.33301C0.983505 5.53498 0.700402 5.25184 0.700195 4.90234V1.33301C0.700371 0.983485 0.983486 0.700371 1.33301 0.700195H4.90234Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.33398 3.05566C8.78471 3.05603 9.15039 3.42224 9.15039 3.87305V8.33398C9.15004 8.7845 8.78449 9.15003 8.33398 9.15039H3.87305C3.42223 9.15039 3.05601 8.78472 3.05566 8.33398V3.87305C3.05566 3.42201 3.42201 3.05566 3.87305 3.05566H8.33398ZM3.87305 3.85645C3.86384 3.85645 3.85645 3.86384 3.85645 3.87305V8.33398C3.85679 8.34289 3.86407 8.35059 3.87305 8.35059H8.33398C8.34268 8.35024 8.35026 8.34269 8.35059 8.33398V3.87305C8.35059 3.86407 8.34288 3.85681 8.33398 3.85645H3.87305ZM6.12793 0.849609C6.57874 0.849868 6.94434 1.21612 6.94434 1.66699V2.5C6.94434 2.72091 6.76486 2.90039 6.54395 2.90039C6.32311 2.9003 6.14453 2.72086 6.14453 2.5V1.66699C6.14453 1.65795 6.13691 1.65065 6.12793 1.65039H1.66699C1.65779 1.65039 1.65039 1.65779 1.65039 1.66699V6.12793C1.65065 6.13691 1.65795 6.14453 1.66699 6.14453H2.5C2.72086 6.14453 2.9003 6.32311 2.90039 6.54395C2.90039 6.76486 2.72091 6.94434 2.5 6.94434H1.66699C1.21612 6.94434 0.849868 6.57874 0.849609 6.12793V1.66699C0.849609 1.21596 1.21596 0.849609 1.66699 0.849609H6.12793Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10 3.64746C10.5521 3.64769 11 4.09532 11 4.64746V10C10.9998 10.552 10.552 10.9998 10 11H4.64746C4.09531 11 3.64768 10.5521 3.64746 10V4.64746C3.64746 4.09518 4.09518 3.64746 4.64746 3.64746H10ZM4.64746 10H10V4.64746H4.64746V10ZM7.35254 1C7.90482 1 8.35254 1.44772 8.35254 2V3C8.35254 3.27614 8.12868 3.5 7.85254 3.5C7.57658 3.49978 7.35254 3.27601 7.35254 3V2H2V7.35254H3C3.27601 7.35254 3.49978 7.57658 3.5 7.85254C3.5 8.12868 3.27614 8.35254 3 8.35254H2C1.44771 8.35254 1 7.90482 1 7.35254V2C1 1.44771 1.44772 1 2 1H7.35254Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.333 5.0293C13.9773 5.0293 14.4999 5.55201 14.5 6.19629V13.333C14.5 13.9773 13.9773 14.5 13.333 14.5H6.19629C5.55199 14.5 5.0293 13.9773 5.0293 13.333V6.19629C5.02936 5.55204 5.55204 5.02934 6.19629 5.0293H13.333ZM6.19629 6.0293C6.10432 6.02934 6.02936 6.10432 6.0293 6.19629V13.333C6.0293 13.425 6.10428 13.5 6.19629 13.5H13.333C13.4251 13.5 13.5 13.4251 13.5 13.333V6.19629C13.4999 6.1043 13.425 6.0293 13.333 6.0293H6.19629ZM9.80371 1.5C10.448 1.5 10.9707 2.02266 10.9707 2.66699V4C10.9707 4.2761 10.7468 4.49994 10.4707 4.5C10.1946 4.5 9.9707 4.27614 9.9707 4V2.66699C9.9707 2.57494 9.89576 2.5 9.80371 2.5H2.66699C2.57494 2.5 2.5 2.57495 2.5 2.66699V9.80371C2.5 9.89576 2.57495 9.9707 2.66699 9.9707H4C4.27614 9.9707 4.5 10.1946 4.5 10.4707C4.49994 10.7468 4.2761 10.9707 4 10.9707H2.66699C2.02266 10.9707 1.5 10.448 1.5 9.80371V2.66699C1.5 2.02266 2.02266 1.5 2.66699 1.5H9.80371Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.667 6.28711C17.4721 6.28732 18.1248 6.93998 18.125 7.74512V16.667C18.1248 17.4721 17.4721 18.1248 16.667 18.125H7.74512C6.93996 18.1248 6.28729 17.4721 6.28711 16.667V7.74512C6.28729 6.93996 6.93996 6.28729 7.74512 6.28711H16.667ZM7.74512 7.53711C7.63032 7.53729 7.53728 7.63032 7.53711 7.74512V16.667C7.53729 16.7818 7.63032 16.8748 7.74512 16.875H16.667C16.7818 16.8748 16.8748 16.7818 16.875 16.667V7.74512C16.8748 7.63034 16.7818 7.53732 16.667 7.53711H7.74512ZM12.2549 1.875C13.0602 1.875 13.7127 2.52774 13.7129 3.33301V5C13.7129 5.34518 13.4331 5.625 13.0879 5.625C12.7429 5.62481 12.4629 5.34506 12.4629 5V3.33301C12.4627 3.2181 12.3698 3.125 12.2549 3.125H3.33301C3.21821 3.12518 3.12518 3.21821 3.125 3.33301V12.2549C3.125 12.3698 3.2181 12.4627 3.33301 12.4629H5C5.34506 12.4629 5.62481 12.7429 5.625 13.0879C5.625 13.4331 5.34518 13.7129 5 13.7129H3.33301C2.52774 13.7127 1.875 13.0602 1.875 12.2549V3.33301C1.87518 2.52785 2.52785 1.87518 3.33301 1.875H12.2549Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M20 7.54395C20.9664 7.54404 21.7499 8.32759 21.75 9.29395V20C21.7499 20.9664 20.9664 21.7499 20 21.75H9.29395C8.32756 21.7499 7.54404 20.9664 7.54395 20V9.29395C7.54404 8.32757 8.32757 7.54401 9.29395 7.54395H20ZM9.29395 9.04395C9.15599 9.04401 9.04404 9.156 9.04395 9.29395V20C9.04404 20.138 9.15599 20.2499 9.29395 20.25H20C20.1379 20.2499 20.2499 20.1379 20.25 20V9.29395C20.2499 9.15602 20.1379 9.04404 20 9.04395H9.29395ZM14.7061 2.25C15.6725 2.25009 16.4561 3.03356 16.4561 4V6C16.4561 6.41416 16.1202 6.74991 15.7061 6.75C15.2918 6.75 14.9561 6.41421 14.9561 6V4C14.9561 3.86199 14.844 3.75009 14.7061 3.75H4C3.86193 3.75 3.75 3.86193 3.75 4V14.7061C3.75009 14.844 3.86199 14.9561 4 14.9561H6L6.07715 14.96C6.45511 14.9986 6.75 15.3179 6.75 15.7061C6.74991 16.0941 6.45507 16.4135 6.07715 16.4521L6 16.4561H4C3.03356 16.4561 2.25009 15.6725 2.25 14.7061V4C2.25 3.0335 3.0335 2.25 4 2.25H14.7061Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,dashboard:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.36652 4.91669C7.36652 5.35836 7.00833 5.71625 6.56671 5.71649L4.30011 5.71649L4.30011 6.28387L5.0003 6.28387C5.16584 6.28405 5.30011 6.4181 5.30011 6.58368C5.29993 6.74911 5.16573 6.88331 5.0003 6.88348L3.0003 6.88348C2.83473 6.88348 2.70068 6.74921 2.7005 6.58368C2.7005 6.41799 2.83462 6.28387 3.0003 6.28387L3.7005 6.28387L3.7005 5.71649L1.43292 5.71649C0.991272 5.71628 0.633117 5.35839 0.633118 4.91669L0.633118 1.91669C0.633118 1.47499 0.991272 1.11709 1.43292 1.11688L6.56671 1.11688C7.00833 1.11713 7.36652 1.47501 7.36652 1.91669L7.36652 4.91669ZM6.76593 1.91669C6.76593 1.80638 6.67696 1.71674 6.56671 1.71649L1.43292 1.71649C1.32264 1.7167 1.23273 1.80636 1.23273 1.91669L1.23273 4.91669C1.23273 5.02701 1.32264 5.11667 1.43292 5.11688L6.56671 5.11688C6.67696 5.11664 6.76593 5.02699 6.76593 4.91669L6.76593 1.91669ZM3.66632 4.41669C3.66632 4.50863 3.5922 4.5835 3.50031 4.58368L2.16632 4.58368C2.07442 4.5835 2.00031 4.50863 2.00031 4.41669L2.00031 2.41669C2.00031 2.32475 2.07442 2.24987 2.16632 2.24969L3.50031 2.24969C3.5922 2.24987 3.66632 2.32475 3.66632 2.41669L3.66632 4.41669ZM6.00031 3.08368C6.00013 3.17558 5.92525 3.24969 5.83331 3.24969L4.50031 3.24969C4.40837 3.24969 4.33349 3.17558 4.33331 3.08368L4.33331 2.41669C4.33331 2.32464 4.40826 2.24969 4.50031 2.24969L5.83331 2.24969C5.92536 2.24969 6.00031 2.32464 6.00031 2.41669L6.00031 3.08368ZM6.00031 4.41669C6.00031 4.50873 5.92536 4.58368 5.83331 4.58368L4.50031 4.58368C4.40826 4.58368 4.33331 4.50873 4.33331 4.41669L4.33331 3.74969C4.33349 3.6578 4.40837 3.58368 4.50031 3.58368L5.83331 3.58368C5.92525 3.58368 6.00013 3.6578 6.00031 3.74969L6.00031 4.41669Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.2334 6.146C9.2334 6.71198 8.77493 7.17121 8.20898 7.17139L5.40137 7.17139L5.40137 7.82861L6.25098 7.82861C6.4716 7.82883 6.65119 8.00837 6.65137 8.229C6.65137 8.44978 6.4717 8.62917 6.25098 8.62939L3.75098 8.62939C3.53006 8.62939 3.35059 8.44992 3.35059 8.229C3.35076 8.00824 3.53017 7.82861 3.75098 7.82861L4.60059 7.82861L4.60059 7.17139L1.79199 7.17139C1.22601 7.17126 0.766601 6.71201 0.766601 6.146L0.766602 2.396C0.766602 1.82998 1.22601 1.37073 1.79199 1.37061L8.20898 1.37061C8.77493 1.37078 9.2334 1.83001 9.2334 2.396L9.2334 6.146ZM8.43359 2.396C8.43359 2.27184 8.3331 2.17156 8.20898 2.17139L1.79199 2.17139C1.66784 2.17152 1.56738 2.27181 1.56738 2.396L1.56738 6.146C1.56738 6.27018 1.66784 6.37048 1.79199 6.37061L8.20898 6.37061C8.3331 6.37043 8.43359 6.27015 8.43359 6.146L8.43359 2.396ZM4.58398 5.521C4.58398 5.63592 4.49085 5.72878 4.37598 5.729L2.70898 5.729C2.59392 5.729 2.50098 5.63606 2.50098 5.521L2.50098 3.021C2.50098 2.90594 2.59392 2.81299 2.70898 2.81299L4.37598 2.81299C4.49085 2.81321 4.58398 2.90607 4.58398 3.021L4.58398 5.521ZM7.50098 3.854C7.50098 3.96906 7.40705 4.06299 7.29199 4.06299L5.62598 4.06299C5.51092 4.06299 5.41699 3.96906 5.41699 3.854L5.41699 3.021C5.41699 2.90594 5.51092 2.81299 5.62598 2.81299L7.29199 2.81299C7.40705 2.81299 7.50098 2.90594 7.50098 3.021L7.50098 3.854ZM7.50098 5.521C7.50098 5.63606 7.40705 5.729 7.29199 5.729L5.62598 5.729C5.51092 5.729 5.41699 5.63606 5.41699 5.521L5.41699 4.68799C5.41699 4.57293 5.51092 4.479 5.62598 4.479L7.29199 4.479C7.40705 4.479 7.50098 4.57293 7.50098 4.68799L7.50098 5.521Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.9751 7.3125C10.9751 7.93375 10.4713 8.43739 9.8501 8.4375L6.50049 8.4375L6.50049 9.3125L7.50049 9.3125C7.77641 9.31276 8.00049 9.53652 8.00049 9.8125C8.00049 10.0885 7.77641 10.3122 7.50049 10.3125L4.50049 10.3125C4.22435 10.3125 4.00049 10.0886 4.00049 9.8125C4.00049 9.53636 4.22435 9.3125 4.50049 9.3125L5.50049 9.3125L5.50049 8.4375L2.1499 8.4375C1.52862 8.43745 1.0249 7.93379 1.0249 7.3125L1.0249 2.8125C1.0249 2.19121 1.52862 1.68755 2.1499 1.6875L9.8501 1.6875C10.4713 1.68761 10.9751 2.19124 10.9751 2.8125L10.9751 7.3125ZM10.2251 2.8125C10.2251 2.60546 10.0571 2.43761 9.8501 2.4375L2.1499 2.4375C1.94284 2.43755 1.7749 2.60542 1.7749 2.8125L1.7749 7.3125C1.7749 7.51958 1.94284 7.68745 2.1499 7.6875L9.8501 7.6875C10.0571 7.6874 10.2251 7.51954 10.2251 7.3125L10.2251 2.8125ZM5.50049 6.5625C5.50049 6.70041 5.38834 6.81224 5.25049 6.8125L3.25049 6.8125C3.11242 6.8125 3.00049 6.70057 3.00049 6.5625L3.00049 3.5625C3.00049 3.42443 3.11242 3.3125 3.25049 3.3125L5.24951 3.3125C5.38758 3.3125 5.50049 3.42443 5.50049 3.5625L5.50049 6.5625ZM9.00049 4.5625C9.00049 4.70041 8.88834 4.81224 8.75049 4.8125L6.75049 4.8125C6.61242 4.8125 6.50049 4.70057 6.50049 4.5625L6.50049 3.5625C6.50049 3.42443 6.61242 3.3125 6.75049 3.3125L8.74951 3.3125C8.88758 3.3125 9.00049 3.42443 9.00049 3.5625L9.00049 4.5625ZM9.00049 6.5625C9.00049 6.70041 8.88834 6.81224 8.75049 6.8125L6.75049 6.8125C6.61242 6.8125 6.50049 6.70057 6.50049 6.5625L6.50049 5.5625C6.50049 5.42443 6.61242 5.3125 6.75049 5.3125L8.75049 5.3125C8.88834 5.31276 9.00049 5.42459 9.00049 5.5625L9.00049 6.5625Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.6335 9.83331C14.6335 10.6617 13.9618 11.3332 13.1335 11.3333L8.49969 11.3333L8.49969 12.6663L9.99969 12.6663C10.2757 12.6663 10.4995 12.8903 10.4997 13.1663C10.4997 13.4425 10.2758 13.6663 9.99969 13.6663L5.99969 13.6663C5.7237 13.6661 5.49969 13.4424 5.49969 13.1663C5.49987 12.8904 5.72381 12.6665 5.99969 12.6663L7.49969 12.6663L7.49969 11.3333L2.86688 11.3333C2.03845 11.3333 1.36688 10.6617 1.36688 9.83331L1.36688 3.83331C1.36688 3.00489 2.03846 2.33331 2.86688 2.33331L13.1335 2.33331C13.9618 2.33342 14.6335 3.00495 14.6335 3.83331L14.6335 9.83331ZM13.6335 3.83331C13.6335 3.55724 13.4095 3.33342 13.1335 3.33331L2.86688 3.33331C2.59074 3.33331 2.36688 3.55717 2.36688 3.83331L2.36688 9.83331C2.36688 10.1095 2.59074 10.3333 2.86688 10.3333L13.1335 10.3333C13.4095 10.3332 13.6335 10.1094 13.6335 9.83331L13.6335 3.83331ZM7.33368 8.83331C7.33368 9.01741 7.18379 9.16632 6.99969 9.16632L4.33368 9.16632C4.14958 9.16632 3.99969 9.01741 3.99969 8.83331L3.99969 4.83331C3.99969 4.64922 4.14958 4.5003 4.33368 4.5003L6.99969 4.5003C7.18379 4.5003 7.33368 4.64922 7.33368 4.83331L7.33368 8.83331ZM11.9997 6.16632C11.9997 6.35042 11.8508 6.50031 11.6667 6.50031L8.99969 6.5003C8.81575 6.50013 8.66669 6.35031 8.66669 6.16632L8.66669 4.83331C8.66669 4.64933 8.81575 4.50048 8.99969 4.5003L11.6667 4.50031C11.8508 4.50031 11.9997 4.64922 11.9997 4.83331L11.9997 6.16632ZM11.9997 8.83331C11.9997 9.01741 11.8508 9.16632 11.6667 9.16632L8.99969 9.16632C8.81575 9.16614 8.66669 9.0173 8.66669 8.83331L8.66669 7.5003C8.66669 7.31632 8.81575 7.1665 8.99969 7.16632L11.6667 7.16632C11.8508 7.16632 11.9997 7.31621 11.9997 7.50031L11.9997 8.83331Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.2915 12.2915C18.2915 13.327 17.452 14.1665 16.4165 14.1665L10.6255 14.1665L10.6255 15.8335L12.5005 15.8335C12.8457 15.8335 13.1255 16.1133 13.1255 16.4585C13.1253 16.8035 12.8456 17.0835 12.5005 17.0835L7.50049 17.0835C7.15549 17.0834 6.87566 16.8035 6.87549 16.4585C6.87549 16.1134 7.15539 15.8336 7.50049 15.8335L9.37549 15.8335L9.37549 14.1665L3.5835 14.1665C2.54818 14.1662 1.7085 13.3269 1.7085 12.2915L1.7085 4.7915C1.7085 3.75613 2.54818 2.91676 3.5835 2.9165L16.4165 2.9165C17.452 2.9165 18.2915 3.75597 18.2915 4.7915L18.2915 12.2915ZM17.0415 4.7915C17.0415 4.44633 16.7617 4.1665 16.4165 4.1665L3.5835 4.1665C3.23854 4.16676 2.9585 4.44648 2.9585 4.7915L2.9585 12.2915C2.9585 12.6365 3.23854 12.9162 3.5835 12.9165L16.4165 12.9165C16.7617 12.9165 17.0415 12.6367 17.0415 12.2915L17.0415 4.7915ZM9.16748 11.0415C9.16748 11.2716 8.98061 11.4585 8.75049 11.4585L5.41748 11.4585C5.18736 11.4585 5.00049 11.2716 5.00049 11.0415L5.00049 6.0415C5.00049 5.81139 5.18736 5.62451 5.41748 5.62451L8.75049 5.62451C8.98061 5.62451 9.16748 5.81139 9.16748 6.0415L9.16748 11.0415ZM15.0005 7.7085C15.0003 7.9383 14.8143 8.12425 14.5845 8.12451L11.2505 8.12451C11.0206 8.12442 10.8346 7.93841 10.8345 7.7085L10.8345 6.0415C10.8345 5.81144 11.0204 5.6246 11.2505 5.62451L14.5835 5.62451C14.8136 5.62451 15.0005 5.81139 15.0005 6.0415L15.0005 7.7085ZM15.0005 11.0415C15.0005 11.2715 14.8144 11.4582 14.5845 11.4585L11.2505 11.4585C11.0204 11.4584 10.8345 11.2716 10.8345 11.0415L10.8345 9.37451C10.8346 9.1446 11.0206 8.95858 11.2505 8.9585L14.5845 8.9585C14.8143 8.95876 15.0003 9.14471 15.0005 9.37451L15.0005 11.0415Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.9502 14.75C21.9502 15.9925 20.9427 16.9998 19.7002 17L12.75 17L12.75 19L15 19C15.4142 19 15.75 19.3358 15.75 19.75C15.75 20.1642 15.4142 20.5 15 20.5L9 20.5C8.58579 20.5 8.25 20.1642 8.25 19.75C8.25 19.3358 8.58579 19 9 19L11.25 19L11.25 17L4.29981 17C3.05725 16.9999 2.04981 15.9926 2.04981 14.75L2.04981 5.75C2.04981 4.50742 3.05725 3.5001 4.29981 3.5L19.7002 3.5C20.9427 3.50021 21.9502 4.50749 21.9502 5.75L21.9502 14.75ZM20.4502 5.75C20.4502 5.33592 20.1142 5.00021 19.7002 5L4.29981 5C3.88568 5.0001 3.54981 5.33585 3.54981 5.75L3.54981 14.75C3.54981 15.1642 3.88568 15.4999 4.29981 15.5L19.7002 15.5C20.1142 15.4998 20.4502 15.1641 20.4502 14.75L20.4502 5.75ZM11 13.25C11 13.5261 10.7761 13.75 10.5 13.75L6.5 13.75C6.22386 13.75 6 13.5261 6 13.25L6 7.25C6 6.97386 6.22386 6.75 6.5 6.75L10.5 6.75C10.7761 6.75 11 6.97386 11 7.25L11 13.25ZM18 9.25C18 9.52614 17.7761 9.75 17.5 9.75L13.5 9.75C13.2239 9.75 13 9.52614 13 9.25L13 7.25C13 6.97386 13.2239 6.75 13.5 6.75L17.5 6.75C17.7761 6.75 18 6.97386 18 7.25L18 9.25ZM18 13.25C18 13.5261 17.7761 13.75 17.5 13.75L13.5 13.75C13.2239 13.75 13 13.5261 13 13.25L13 11.25C13 10.9739 13.2239 10.75 13.5 10.75L17.5 10.75C17.7761 10.75 18 10.9739 18 11.25L18 13.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,date:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.66669 0.633453C5.8322 0.633662 5.96747 0.767701 5.96747 0.933258V1.36685H6.73309C7.08277 1.36685 7.36671 1.65003 7.36688 1.99966V6.73306C7.36685 7.08281 7.08285 7.36685 6.73309 7.36685H1.2663C0.916687 7.36668 0.63352 7.0827 0.633484 6.73306V1.99966C0.63366 1.65014 0.916775 1.36703 1.2663 1.36685H2.03387V0.933258C2.03387 0.767573 2.16799 0.633453 2.33368 0.633453C2.49919 0.633662 2.63348 0.767701 2.63348 0.933258V1.36685H5.36688V0.933258C5.36688 0.767681 5.50115 0.633629 5.66669 0.633453ZM1.23309 6.73306C1.23313 6.75133 1.24806 6.76609 1.2663 6.76627H6.73309C6.75148 6.76627 6.76626 6.75144 6.7663 6.73306V2.99966H1.23309V6.73306ZM5.99969 4.66666C6.1837 4.66666 6.33354 4.81569 6.33368 4.99966V5.99966C6.33368 6.18376 6.18379 6.33365 5.99969 6.33365H4.99969C4.81572 6.33351 4.66669 6.18367 4.66669 5.99966V4.99966C4.66683 4.81578 4.81581 4.6668 4.99969 4.66666H5.99969Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.08398 0.766113C7.30475 0.766289 7.4834 0.945698 7.4834 1.1665V1.68311H8.41699C8.86802 1.68311 9.2334 2.04946 9.2334 2.50049V8.4165C9.23322 8.86739 8.86792 9.23389 8.41699 9.23389H1.58398C1.13306 9.23389 0.766779 8.86739 0.766602 8.4165V2.50049C0.766602 2.04946 1.13295 1.68311 1.58398 1.68311H2.5166V1.1665C2.5166 0.945592 2.69608 0.766116 2.91699 0.766113C3.13791 0.766113 3.31738 0.94559 3.31738 1.1665V1.68311H6.68359V1.1665C6.68359 0.945592 6.86307 0.766116 7.08398 0.766113ZM1.56738 8.4165C1.56756 8.42556 1.57489 8.43311 1.58398 8.43311H8.41699C8.42609 8.43311 8.43342 8.42556 8.43359 8.4165V3.74951H1.56738V8.4165ZM7.5 5.8335C7.73001 5.8335 7.91682 6.01954 7.91699 6.24951V7.49951C7.91699 7.72963 7.73012 7.9165 7.5 7.9165H6.25C6.02003 7.91633 5.83398 7.72952 5.83398 7.49951V6.24951C5.83416 6.01965 6.02014 5.83367 6.25 5.8335H7.5Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.49951 0.900391C8.77565 0.900391 8.99951 1.12425 8.99951 1.40039V2H10.1001C10.6522 2.00011 11.0999 2.44796 11.1001 3V10.0996C11.1001 10.6518 10.6523 11.0995 10.1001 11.0996H1.8999C1.34762 11.0996 0.899902 10.6519 0.899902 10.0996V3C0.900113 2.44789 1.34775 2 1.8999 2H2.99951V1.40039C2.99951 1.12438 3.22355 0.900605 3.49951 0.900391C3.77565 0.900391 3.99951 1.12425 3.99951 1.40039V2H7.99951V1.40039C7.99951 1.12438 8.22355 0.900605 8.49951 0.900391ZM1.8999 10.0996H10.1001V4.5H1.8999V10.0996ZM8.99951 7C9.27552 7 9.4993 7.22404 9.49951 7.5V9C9.49951 9.27614 9.27565 9.5 8.99951 9.5H7.49951C7.22355 9.49979 6.99951 9.27601 6.99951 9V7.5C6.99972 7.22417 7.22368 7.00021 7.49951 7H8.99951Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.3333 1.36655C11.6093 1.36672 11.8333 1.59051 11.8333 1.86655V2.83334H13.4661C14.1105 2.83334 14.6331 3.356 14.6331 4.00034V13.4671C14.6328 14.1112 14.1103 14.6331 13.4661 14.6331H2.53351C1.88937 14.6331 1.36683 14.1112 1.36652 13.4671V4.00034C1.36652 3.356 1.88918 2.83334 2.53351 2.83334H4.16632V1.86655C4.16632 1.59047 4.39027 1.36666 4.66632 1.36655C4.94246 1.36655 5.16632 1.5904 5.16632 1.86655V2.83334H10.8333V1.86655C10.8333 1.59047 11.0573 1.36666 11.3333 1.36655ZM2.36652 13.4671C2.36683 13.5589 2.44166 13.6331 2.53351 13.6331H13.4661C13.558 13.6331 13.6328 13.5589 13.6331 13.4671V6.00034H2.36652V13.4671ZM12.0003 9.33334C12.3683 9.33359 12.6663 9.63229 12.6663 10.0003V12.0003C12.6661 12.3682 12.3681 12.6661 12.0003 12.6664H10.0003C9.63227 12.6664 9.33356 12.3683 9.33331 12.0003V10.0003C9.33331 9.63215 9.63212 9.33334 10.0003 9.33334H12.0003Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1665 1.7085C14.5117 1.7085 14.7915 1.98832 14.7915 2.3335V3.5415H16.8335C17.6387 3.5415 18.2912 4.19439 18.2915 4.99951V16.8335C18.2913 17.6388 17.6388 18.2915 16.8335 18.2915H3.1665C2.36135 18.2913 1.70867 17.6387 1.7085 16.8335V4.99951C1.70885 4.1945 2.36145 3.54168 3.1665 3.5415H5.2085V2.3335C5.2085 1.98832 5.48832 1.7085 5.8335 1.7085C6.17867 1.7085 6.4585 1.98832 6.4585 2.3335V3.5415H13.5415V2.3335C13.5415 1.98843 13.8215 1.70868 14.1665 1.7085ZM2.9585 16.8335C2.95867 16.9483 3.0517 17.0413 3.1665 17.0415H16.8335C16.9484 17.0415 17.0413 16.9484 17.0415 16.8335V7.50049H2.9585V16.8335ZM15.0005 11.6665C15.4606 11.6667 15.8335 12.0404 15.8335 12.5005V15.0005C15.8333 15.4605 15.4605 15.8333 15.0005 15.8335H12.5005C12.0404 15.8335 11.6667 15.4606 11.6665 15.0005V12.5005C11.6665 12.0403 12.0403 11.6665 12.5005 11.6665H15.0005Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17 2.0498C17.4141 2.0499 17.75 2.38565 17.75 2.7998V4.25H20.2002C21.1665 4.25021 21.9502 5.03363 21.9502 6V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83344 21.9502 2.05002 21.1665 2.0498 20.2002V6C2.0498 5.0335 2.83331 4.25 3.7998 4.25H6.25V2.7998C6.25 2.38559 6.58579 2.0498 7 2.0498C7.41413 2.0499 7.75 2.38565 7.75 2.7998V4.25H16.25V2.7998C16.25 2.38559 16.5858 2.0498 17 2.0498ZM3.5498 20.2002C3.55002 20.3381 3.66187 20.4502 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V9H3.5498V20.2002ZM18 14C18.5522 14.0001 19 14.4478 19 15V18C18.9999 18.5521 18.5521 18.9999 18 19H15C14.4478 19 14.0001 18.5522 14 18V15C14 14.4477 14.4477 14 15 14H18Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,remove:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.33301 0.633301C4.68251 0.633477 4.96561 0.916622 4.96582 1.26611V1.3667H6.66602C6.8317 1.3667 6.9668 1.50082 6.9668 1.6665V2.6665C6.9668 2.83219 6.8317 2.96631 6.66602 2.96631H6.59082L6.04883 6.54443C5.97721 7.01696 5.5707 7.36669 5.09277 7.3667H2.90625C2.42844 7.36654 2.02178 7.01689 1.9502 6.54443L1.4082 2.96631H1.33301C1.16732 2.96631 1.0332 2.83219 1.0332 2.6665V1.6665C1.0332 1.50082 1.16732 1.3667 1.33301 1.3667H2.86621V1.26611C2.86642 0.91673 3.14967 0.633652 3.49902 0.633301H4.33301ZM2.54297 6.45459C2.57011 6.63373 2.7251 6.76595 2.90625 6.76611H5.09277C5.27404 6.7661 5.4279 6.6338 5.45508 6.45459L5.9834 2.96631H2.01465L2.54297 6.45459ZM2.77441 3.53955C2.93682 3.50718 3.09447 3.6125 3.12695 3.7749L3.46094 5.44092C3.49321 5.60315 3.38774 5.76179 3.22559 5.79443C3.06326 5.82686 2.90473 5.72132 2.87207 5.55908L2.53906 3.89209C2.50669 3.72971 2.61204 3.57206 2.77441 3.53955ZM4 3.53369C4.16554 3.53387 4.2998 3.66792 4.2998 3.8335V5.50049C4.29945 5.66577 4.16532 5.80012 4 5.80029C3.83453 5.80029 3.70055 5.66587 3.7002 5.50049V3.8335C3.7002 3.66781 3.83431 3.53369 4 3.53369ZM5.22559 3.53955C5.38767 3.57225 5.4932 3.7299 5.46094 3.89209L5.12695 5.55908C5.09428 5.7212 4.93663 5.8267 4.77441 5.79443C4.61205 5.76196 4.50677 5.60328 4.53906 5.44092L4.87207 3.7749C4.90456 3.61243 5.06312 3.50706 5.22559 3.53955ZM1.63281 2.3667H6.36621V1.96631H1.63281V2.3667ZM3.49902 1.23291C3.48104 1.23326 3.46603 1.2481 3.46582 1.26611V1.3667H4.36621V1.26611C4.366 1.24799 4.35114 1.23308 4.33301 1.23291H3.49902Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.41669 0.791595C5.85374 0.791772 6.20863 1.14651 6.20868 1.58359V1.70859H8.33368C8.54064 1.70876 8.70868 1.87659 8.70868 2.08359V3.33359C8.70855 3.54047 8.54055 3.70841 8.33368 3.70859H8.23993L7.56219 8.18124C7.47263 8.77174 6.96412 9.20843 6.36688 9.20859H3.63348C3.03619 9.20853 2.52877 8.77176 2.43915 8.18124L1.76044 3.70859H1.66669C1.45966 3.70859 1.29182 3.54058 1.29169 3.33359V2.08359C1.29169 1.87648 1.45958 1.70859 1.66669 1.70859H3.58368V1.58359C3.58372 1.1464 3.93847 0.791595 4.37567 0.791595H5.41669ZM3.18036 8.06894C3.21443 8.29281 3.40702 8.45853 3.63348 8.45859H6.36688C6.59327 8.45843 6.78597 8.29276 6.82001 8.06894L7.48114 3.70859H2.5202L3.18036 8.06894ZM3.46844 4.42343C3.67137 4.38307 3.86923 4.51544 3.90985 4.71835L4.32587 6.80136C4.36648 7.00444 4.235 7.20214 4.03192 7.24277C3.82894 7.28336 3.63127 7.15173 3.59052 6.94882L3.17352 4.86484C3.13319 4.66191 3.26551 4.46402 3.46844 4.42343ZM6.53192 4.42343C6.7349 4.46403 6.86628 4.66187 6.82587 4.86484L6.40985 6.94882C6.36914 7.15166 6.17134 7.28317 5.96844 7.24277C5.76539 7.20215 5.63295 7.00442 5.67352 6.80136L6.09052 4.71835C6.13116 4.51534 6.32889 4.38287 6.53192 4.42343ZM4.99969 4.4166C5.20677 4.4166 5.37465 4.58453 5.37469 4.7916V6.8746C5.37469 7.08171 5.2068 7.2496 4.99969 7.2496C4.79274 7.24943 4.62469 7.0816 4.62469 6.8746V4.7916C4.62474 4.58463 4.79276 4.41677 4.99969 4.4166ZM2.04169 2.95859H7.95868V2.45859H2.04169V2.95859ZM4.37567 1.5416C4.35269 1.5416 4.33372 1.56061 4.33368 1.58359V1.70859H5.45868V1.58359C5.45863 1.56072 5.43952 1.54177 5.41669 1.5416H4.37567Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.5 0.899902C7.05225 0.899902 7.49995 1.34766 7.5 1.8999V2.00049H10C10.2761 2.00049 10.5 2.22435 10.5 2.50049V4.00049C10.4997 4.27641 10.276 4.50049 10 4.50049H9.92969L9.12305 9.82568C9.01153 10.5585 8.38097 11.1001 7.63965 11.1001H4.36035C3.61903 11.1001 2.98847 10.5585 2.87695 9.82568L2.07031 4.50049H2C1.72402 4.50049 1.50026 4.27641 1.5 4.00049V2.50049C1.5 2.22435 1.72386 2.00049 2 2.00049H4.25V1.8999C4.25005 1.34766 4.69775 0.899902 5.25 0.899902H6.5ZM3.86523 9.67529C3.90247 9.91948 4.1133 10.1001 4.36035 10.1001H7.63965C7.8867 10.1001 8.09753 9.91948 8.13477 9.67529L8.91895 4.50049H3.08105L3.86523 9.67529ZM6 5.25049C6.27598 5.25049 6.49974 5.47359 6.5 5.74951V8.24951C6.5 8.52565 6.27614 8.75049 6 8.75049C5.72402 8.75049 5.50026 8.52641 5.5 8.25049V5.75049C5.5 5.47435 5.72386 5.25049 6 5.25049ZM4.15234 5.26025C4.42299 5.20634 4.6861 5.38218 4.74023 5.65283L5.24023 8.15283C5.29386 8.42331 5.11815 8.68662 4.84766 8.74072C4.5772 8.79455 4.3141 8.6185 4.25977 8.34814L3.75977 5.84814C3.70585 5.57753 3.88174 5.31443 4.15234 5.26025ZM7.84766 5.26025C8.11826 5.31443 8.29415 5.57753 8.24023 5.84814L7.74023 8.34814C7.6859 8.6185 7.4228 8.79455 7.15234 8.74072C6.88185 8.68662 6.70614 8.42331 6.75977 8.15283L7.25977 5.65283C7.3139 5.38218 7.57701 5.20634 7.84766 5.26025ZM2.5 3.50049H9.5V3.00049H2.5V3.50049ZM5.25 2.00049H6.5V1.8999H5.25V2.00049Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.66669 1.36655C9.31083 1.36672 9.83361 1.88938 9.83368 2.53354V2.83334H13.3337C13.6097 2.83352 13.8337 3.05731 13.8337 3.33334V5.33334C13.8337 5.60938 13.6097 5.83317 13.3337 5.83334H13.0974L11.9997 13.0746C11.8639 13.9707 11.0935 14.633 10.1872 14.6331H5.81317C4.90689 14.633 4.13647 13.9706 4.00067 13.0746L2.90399 5.83334H2.66669C2.39054 5.83334 2.16669 5.60949 2.16669 5.33334V3.33334C2.16669 3.0572 2.39054 2.83334 2.66669 2.83334H5.83368V2.53354C5.83375 1.88927 6.35638 1.36655 7.00067 1.36655H8.66669ZM4.98993 12.9251C5.05179 13.3322 5.40143 13.633 5.81317 13.6331H10.1872C10.599 13.633 10.9496 13.3323 11.0114 12.9251L12.0856 5.83334H3.91473L4.98993 12.9251ZM5.56903 7.17612C5.83955 7.12226 6.10265 7.29824 6.15692 7.5687L6.82391 10.9017C6.87799 11.1724 6.70204 11.4354 6.43134 11.4896C6.16066 11.5437 5.89774 11.3686 5.84344 11.098L5.17645 7.76401C5.12273 7.49347 5.29848 7.23023 5.56903 7.17612ZM7.99969 7.16635C8.27573 7.16635 8.49952 7.39036 8.49969 7.66635V10.9994C8.49969 11.2755 8.27584 11.4994 7.99969 11.4994C7.7237 11.4992 7.49969 11.2754 7.49969 10.9994V7.66635C7.49987 7.39047 7.72381 7.16653 7.99969 7.16635ZM10.4313 7.17612C10.7019 7.23022 10.8776 7.49349 10.8239 7.76401L10.1569 11.098C10.1027 11.3685 9.83962 11.5435 9.56903 11.4896C9.29831 11.4354 9.12234 11.1724 9.17645 10.9017L9.84344 7.5687C9.89773 7.29813 10.1607 7.12206 10.4313 7.17612ZM3.16669 4.83334H12.8337V3.83334H3.16669V4.83334ZM7.00067 2.36655C6.90867 2.36655 6.83375 2.44155 6.83368 2.53354V2.83334H8.83368V2.53354C8.83361 2.44166 8.75854 2.36672 8.66669 2.36655H7.00067Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.8333 1.70816C11.6384 1.70834 12.2911 2.36109 12.2913 3.16617V3.54214H16.6663C17.0115 3.54214 17.2913 3.82197 17.2913 4.16714V6.66714C17.2911 7.0121 17.0113 7.29214 16.6663 7.29214H16.3704L14.9993 16.3439C14.8293 17.4639 13.8656 18.2921 12.7327 18.2921H7.26593C6.13327 18.2919 5.17025 17.4637 5.00031 16.3439L3.62823 7.29214H3.33331C2.9883 7.29214 2.70858 7.0121 2.70831 6.66714V4.16714C2.70831 3.82197 2.98814 3.54214 3.33331 3.54214H7.29132V3.16617C7.29159 2.36119 7.94438 1.70851 8.74933 1.70816H10.8333ZM6.23663 16.1564C6.31394 16.6652 6.75128 17.0419 7.26593 17.0421H12.7327C13.2476 17.0421 13.6856 16.6654 13.763 16.1564L15.1058 7.29214H4.89386L6.23663 16.1564ZM6.96027 8.96988C7.29855 8.90224 7.62866 9.12195 7.69659 9.46011L8.5296 13.6271C8.59728 13.9655 8.37772 14.2947 8.03937 14.3625C7.70089 14.4302 7.37171 14.2107 7.30402 13.8722L6.47003 9.70621C6.40246 9.36791 6.62206 9.03773 6.96027 8.96988ZM10.0003 8.95816C10.3453 8.95834 10.6252 9.23817 10.6253 9.58316V13.7502C10.6251 14.0951 10.3452 14.375 10.0003 14.3752C9.65524 14.3752 9.37548 14.0952 9.37531 13.7502V9.58316C9.37539 9.23806 9.65518 8.95816 10.0003 8.95816ZM13.0394 8.96988C13.3778 9.03759 13.5972 9.36781 13.5296 9.70621L12.6966 13.8722C12.6289 14.2107 12.2987 14.4302 11.9603 14.3625C11.6221 14.2945 11.4024 13.9654 11.47 13.6271L12.304 9.46011C12.372 9.12202 12.7011 8.90225 13.0394 8.96988ZM3.95831 6.04214H16.0413V4.79214H3.95831V6.04214ZM8.74933 2.95816C8.63473 2.95851 8.54158 3.05155 8.54132 3.16617V3.54214H11.0413V3.16617C11.0411 3.05144 10.9481 2.95834 10.8333 2.95816H8.74933Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13 2.0498C13.9664 2.0498 14.7499 2.8334 14.75 3.7998V4.25H20C20.4142 4.25 20.75 4.58579 20.75 5V8C20.75 8.41421 20.4142 8.75 20 8.75H19.6445L17.999 19.6123C17.7952 20.9565 16.6398 21.9502 15.2803 21.9502H8.71973C7.36018 21.9502 6.20481 20.9565 6.00098 19.6123L4.35547 8.75H4C3.58579 8.75 3.25 8.41421 3.25 8V5C3.25 4.58579 3.58579 4.25 4 4.25H8.75V3.7998C8.75011 2.8334 9.53357 2.0498 10.5 2.0498H13ZM7.48438 19.3877C7.57717 19.9985 8.10188 20.4502 8.71973 20.4502H15.2803C15.8981 20.4502 16.4228 19.9985 16.5156 19.3877L18.1279 8.75H5.87207L7.48438 19.3877ZM8.35254 10.7646C8.73329 10.6885 9.10493 10.9151 9.2168 11.2783L9.23535 11.3525L10.2354 16.3525C10.3166 16.7586 10.0534 17.1539 9.64746 17.2354C9.26671 17.3115 8.89507 17.0849 8.7832 16.7217L8.76465 16.6475L7.76465 11.6475L7.75293 11.5713C7.71637 11.193 7.97192 10.841 8.35254 10.7646ZM12 10.75C12.4142 10.75 12.75 11.0858 12.75 11.5V16.5C12.75 16.9142 12.4142 17.25 12 17.25C11.5858 17.25 11.25 16.9142 11.25 16.5V11.5C11.25 11.0858 11.5858 10.75 12 10.75ZM14.7646 11.3525C14.8461 10.9466 15.2414 10.6834 15.6475 10.7646C16.0534 10.8461 16.3166 11.2414 16.2354 11.6475L15.2354 16.6475C15.1539 17.0534 14.7586 17.3166 14.3525 17.2354C13.9466 17.1539 13.6834 16.7586 13.7646 16.3525L14.7646 11.3525ZM4.75 7.25H19.25V5.75H4.75V7.25ZM10.5 3.5498C10.362 3.5498 10.2501 3.66182 10.25 3.7998V4.25H13.25V3.7998C13.2499 3.66182 13.138 3.5498 13 3.5498H10.5Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,download:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.06708 6.40057C7.23255 6.40082 7.36688 6.53484 7.36688 6.70038C7.36671 6.86576 7.23244 6.99994 7.06708 7.00018H0.933289C0.767739 7.00015 0.633659 6.86589 0.633484 6.70038C0.633484 6.53471 0.767631 6.40061 0.933289 6.40057H7.06708ZM3.99969 1.00018C4.16536 1.00018 4.29947 1.13433 4.2995 1.29999V4.89667L5.78485 3.37616C5.90055 3.25769 6.09111 3.2557 6.20966 3.37128C6.32781 3.48702 6.33004 3.67667 6.21454 3.7951L4.21454 5.84296C4.1581 5.90067 4.08043 5.93378 3.99969 5.93378C3.91902 5.93369 3.84123 5.90068 3.78485 5.84296L1.78485 3.7951C1.66959 3.67671 1.67178 3.48697 1.78973 3.37128C1.9082 3.25557 2.09875 3.25782 2.21454 3.37616L3.69989 4.89667V1.29999C3.69992 1.13444 3.83418 1.00036 3.99969 1.00018Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.83398 7.97461C9.05472 7.97478 9.23335 8.15423 9.2334 8.375C9.2334 8.59581 9.05475 8.77522 8.83398 8.77539H1.16699C0.946113 8.77535 0.766602 8.59589 0.766602 8.375C0.766645 8.15415 0.94614 7.97465 1.16699 7.97461H8.83398ZM5 1.22461C5.22089 1.22461 5.40035 1.40412 5.40039 1.625V6.05859L7.21387 4.20215C7.36816 4.04438 7.6213 4.04224 7.7793 4.19629C7.93721 4.35066 7.94045 4.60372 7.78613 4.76172L5.28613 7.32129C5.21089 7.3982 5.10761 7.44141 5 7.44141C4.89246 7.4413 4.78903 7.3982 4.71387 7.32129L2.21387 4.76172C2.05985 4.60376 2.06304 4.35059 2.2207 4.19629C2.3786 4.04208 2.63174 4.04454 2.78613 4.20215L4.59961 6.05859V1.625C4.59965 1.40426 4.7793 1.22483 5 1.22461Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.6001 9.55029C10.8762 9.5504 11.1001 9.77422 11.1001 10.0503C11.0998 10.3261 10.876 10.5502 10.6001 10.5503H1.3999C1.12396 10.5502 0.900166 10.3262 0.899902 10.0503C0.899902 9.77418 1.1238 9.55034 1.3999 9.55029H10.6001ZM6.00049 1.44971C6.27638 1.44997 6.50044 1.67377 6.50049 1.94971V7.22217L8.64307 5.02881C8.83603 4.83167 9.15267 4.82727 9.3501 5.02002C9.54733 5.21287 9.55043 5.52954 9.35791 5.72705L6.35791 8.79932C6.26396 8.89536 6.13484 8.94958 6.00049 8.94971C5.86605 8.94971 5.73711 8.89536 5.64307 8.79932L2.64307 5.72705C2.45019 5.52949 2.45335 5.21294 2.65088 5.02002C2.84842 4.82746 3.16507 4.83148 3.35791 5.02881L5.50049 7.22217V1.94971C5.50054 1.67361 5.72438 1.44971 6.00049 1.44971Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1331 12.8997C14.4092 12.8997 14.6329 13.1237 14.6331 13.3997C14.6331 13.6759 14.4093 13.8997 14.1331 13.8997H1.86652C1.59043 13.8997 1.36652 13.6758 1.36652 13.3997C1.36669 13.1238 1.59054 12.8998 1.86652 12.8997H14.1331ZM8.00031 2.09991C8.27626 2.10009 8.50024 2.32394 8.50031 2.59991V10.0384L11.6429 6.82159C11.8359 6.62448 12.1525 6.62098 12.3499 6.81378C12.547 7.00669 12.5503 7.32339 12.3577 7.52081L8.35773 11.6155C8.26372 11.7118 8.13484 11.7668 8.00031 11.7669C7.8657 11.7669 7.73696 11.7118 7.64288 11.6155L3.64288 7.52081C3.45004 7.32337 3.45345 7.00676 3.6507 6.81378C3.84819 6.62113 4.16484 6.62433 4.35773 6.82159L7.50031 10.0384V2.59991C7.50037 2.32383 7.7242 2.09991 8.00031 2.09991Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6665 16.125C18.0116 16.125 18.2914 16.4049 18.2915 16.75C18.2915 17.0952 18.0117 17.375 17.6665 17.375H2.3335C1.98839 17.3749 1.7085 17.0951 1.7085 16.75C1.70858 16.4049 1.98844 16.1251 2.3335 16.125H17.6665ZM10.0005 2.625C10.3455 2.62509 10.6254 2.90495 10.6255 3.25V12.5479L14.5532 8.52734C14.7943 8.28064 15.1901 8.27569 15.437 8.5166C15.6838 8.75766 15.6886 9.15343 15.4478 9.40039L10.4478 14.5205C10.3302 14.6408 10.1687 14.708 10.0005 14.708C9.83225 14.708 9.67081 14.6408 9.55322 14.5205L4.55322 9.40039C4.31226 9.15344 4.3171 8.75771 4.56396 8.5166C4.81093 8.2758 5.2067 8.28053 5.44775 8.52734L9.37549 12.5479V3.25C9.37557 2.90489 9.65536 2.625 10.0005 2.625Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.2764 19.354C21.6546 19.3924 21.9502 19.7117 21.9502 20.1001C21.9502 20.4885 21.6546 20.8078 21.2764 20.8462L21.2002 20.8501H2.7998C2.38568 20.85 2.0498 20.5142 2.0498 20.1001C2.0498 19.6859 2.38568 19.3502 2.7998 19.3501H21.2002L21.2764 19.354ZM12 3.1499C12.4142 3.1499 12.7499 3.48577 12.75 3.8999V15.0581L17.4639 10.2329L17.5195 10.1802C17.8112 9.93656 18.2466 9.949 18.5244 10.2202C18.8205 10.5096 18.8254 10.9845 18.5361 11.2808L12.5361 17.4243C12.395 17.5686 12.2018 17.6499 12 17.6499C11.7982 17.6499 11.605 17.5686 11.4639 17.4243L5.46387 11.2808L5.41309 11.2231C5.1763 10.9258 5.19797 10.4916 5.47559 10.2202C5.75337 9.949 6.18877 9.93656 6.48047 10.1802L6.53613 10.2329L11.25 15.0581V3.8999C11.2501 3.48577 11.5858 3.1499 12 3.1499Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,drag:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.06708 5.36652C7.23244 5.36676 7.36671 5.50094 7.36688 5.66632C7.36688 5.83185 7.23255 5.96588 7.06708 5.96613H0.933289C0.767631 5.96609 0.633484 5.83199 0.633484 5.66632C0.63366 5.50081 0.76774 5.36655 0.933289 5.36652H7.06708ZM7.06708 3.7005C7.23255 3.70075 7.36688 3.83477 7.36688 4.00031C7.36671 4.16569 7.23244 4.29986 7.06708 4.30011H0.933289C0.76774 4.30008 0.633659 4.16582 0.633484 4.00031C0.633484 3.83464 0.767631 3.70053 0.933289 3.7005H7.06708ZM7.06708 2.03351C7.23255 2.03375 7.36688 2.16778 7.36688 2.33331C7.36688 2.49885 7.23255 2.63287 7.06708 2.63312H0.933289C0.767631 2.63308 0.633484 2.49898 0.633484 2.33331C0.633484 2.16765 0.767631 2.03354 0.933289 2.03351H7.06708Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.83398 6.68311C9.05475 6.68328 9.2334 6.86269 9.2334 7.0835C9.23322 7.30415 9.05464 7.48371 8.83398 7.48389H1.16699C0.946222 7.48385 0.766778 7.30423 0.766602 7.0835C0.766602 6.86261 0.946113 6.68315 1.16699 6.68311H8.83398ZM8.83398 4.59912C9.05464 4.5993 9.23322 4.77886 9.2334 4.99951C9.2334 5.22032 9.05475 5.39973 8.83398 5.3999H1.16699C0.946113 5.39986 0.766602 5.2204 0.766602 4.99951C0.766778 4.77877 0.946222 4.59916 1.16699 4.59912H8.83398ZM8.83398 2.51611C9.05475 2.51629 9.2334 2.6957 9.2334 2.9165C9.2334 3.13731 9.05475 3.31672 8.83398 3.31689H1.16699C0.946113 3.31685 0.766602 3.13739 0.766602 2.9165C0.766602 2.69562 0.946113 2.51615 1.16699 2.51611H8.83398Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.6001 8C10.8762 8.00011 11.1001 8.22392 11.1001 8.5C11.1001 8.77608 10.8762 8.99989 10.6001 9H1.3999C1.1238 8.99995 0.899902 8.77611 0.899902 8.5C0.899902 8.22389 1.1238 8.00005 1.3999 8H10.6001ZM10.6001 5.5C10.8762 5.50011 11.1001 5.72392 11.1001 6C11.1001 6.27608 10.8762 6.49989 10.6001 6.5H1.3999C1.1238 6.49995 0.899902 6.27611 0.899902 6C0.899902 5.72389 1.1238 5.50005 1.3999 5.5H10.6001ZM10.6001 3C10.8762 3.00011 11.1001 3.22392 11.1001 3.5C11.1001 3.77608 10.8762 3.99989 10.6001 4H1.3999C1.1238 3.99995 0.899902 3.77611 0.899902 3.5C0.899902 3.22389 1.1238 3.00005 1.3999 3H10.6001Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1331 10.8336C14.4093 10.8336 14.6331 11.0575 14.6331 11.3336C14.6329 11.6096 14.4092 11.8336 14.1331 11.8336H1.86652C1.59054 11.8336 1.36669 11.6096 1.36652 11.3336C1.36652 11.0575 1.59043 10.8337 1.86652 10.8336H14.1331ZM14.1331 7.49966C14.4092 7.49966 14.6329 7.72367 14.6331 7.99966C14.6331 8.27581 14.4093 8.49966 14.1331 8.49966H1.86652C1.59043 8.4996 1.36652 8.27577 1.36652 7.99966C1.36669 7.72371 1.59054 7.49973 1.86652 7.49966H14.1331ZM14.1331 4.16666C14.4093 4.16666 14.6331 4.39051 14.6331 4.66666C14.6331 4.9428 14.4093 5.16666 14.1331 5.16666H1.86652C1.59043 5.16659 1.36652 4.94276 1.36652 4.66666C1.36652 4.39055 1.59043 4.16672 1.86652 4.16666H14.1331Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6665 13.5415C18.0116 13.5415 18.2913 13.8215 18.2915 14.1665C18.2915 14.5117 18.0117 14.7915 17.6665 14.7915H2.3335C1.98839 14.7914 1.7085 14.5116 1.7085 14.1665C1.70867 13.8215 1.9885 13.5416 2.3335 13.5415H17.6665ZM17.6665 9.37549C18.0117 9.37549 18.2915 9.65531 18.2915 10.0005C18.2913 10.3455 18.0116 10.6255 17.6665 10.6255H2.3335C1.9885 10.6254 1.70867 10.3455 1.7085 10.0005C1.7085 9.65536 1.98839 9.37557 2.3335 9.37549H17.6665ZM17.6665 5.2085C18.0117 5.2085 18.2915 5.48832 18.2915 5.8335C18.2915 6.17867 18.0117 6.4585 17.6665 6.4585H2.3335C1.98839 6.45841 1.7085 6.17862 1.7085 5.8335C1.7085 5.48837 1.98839 5.20858 2.3335 5.2085H17.6665Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.2764 16.2539C21.6546 16.2923 21.9502 16.6116 21.9502 17C21.9502 17.3884 21.6546 17.7077 21.2764 17.7461L21.2002 17.75H2.7998C2.38568 17.7499 2.0498 17.4142 2.0498 17C2.0498 16.5858 2.38568 16.2501 2.7998 16.25H21.2002L21.2764 16.2539ZM21.2764 11.2539C21.6546 11.2923 21.9502 11.6116 21.9502 12C21.9502 12.3884 21.6546 12.7077 21.2764 12.7461L21.2002 12.75H2.7998C2.38568 12.7499 2.0498 12.4142 2.0498 12C2.0498 11.5858 2.38568 11.2501 2.7998 11.25H21.2002L21.2764 11.2539ZM21.2764 6.25391C21.6546 6.29226 21.9502 6.61164 21.9502 7C21.9502 7.38836 21.6546 7.70774 21.2764 7.74609L21.2002 7.75H2.7998C2.38568 7.7499 2.0498 7.41415 2.0498 7C2.0498 6.58585 2.38568 6.2501 2.7998 6.25H21.2002L21.2764 6.25391Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,etc:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.16669 3.5C1.44283 3.5 1.66669 3.72386 1.66669 4C1.66669 4.27614 1.44283 4.5 1.16669 4.5C0.890545 4.5 0.666687 4.27614 0.666687 4C0.666687 3.72386 0.890545 3.5 1.16669 3.5ZM3.99969 3.5C4.27584 3.5 4.49969 3.72386 4.49969 4C4.49969 4.27614 4.27584 4.5 3.99969 4.5C3.7237 4.49982 3.49969 4.27603 3.49969 4C3.49969 3.72397 3.7237 3.50018 3.99969 3.5ZM6.83368 3.5C7.10967 3.50018 7.33368 3.72397 7.33368 4C7.33368 4.27603 7.10967 4.49982 6.83368 4.5C6.55754 4.5 6.33368 4.27614 6.33368 4C6.33368 3.72386 6.55754 3.5 6.83368 3.5Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.45831 4.375C1.80349 4.375 2.08331 4.65482 2.08331 5C2.08331 5.34518 1.80349 5.625 1.45831 5.625C1.11314 5.625 0.833313 5.34518 0.833313 5C0.833313 4.65482 1.11314 4.375 1.45831 4.375ZM5.00031 4.375C5.34533 4.37518 5.62531 4.65493 5.62531 5C5.62531 5.34507 5.34533 5.62482 5.00031 5.625C4.65513 5.625 4.37531 5.34518 4.37531 5C4.37531 4.65482 4.65513 4.375 5.00031 4.375ZM8.54132 4.375C8.8865 4.375 9.16632 4.65482 9.16632 5C9.16632 5.34518 8.8865 5.625 8.54132 5.625C8.19629 5.62482 7.91632 5.34507 7.91632 5C7.91632 4.65493 8.19629 4.37518 8.54132 4.375Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.75 5.25C2.16421 5.25 2.5 5.58579 2.5 6C2.5 6.41421 2.16421 6.75 1.75 6.75C1.33579 6.75 1 6.41421 1 6C1 5.58579 1.33579 5.25 1.75 5.25ZM6 5.25C6.41421 5.25 6.75 5.58579 6.75 6C6.75 6.41421 6.41421 6.75 6 6.75C5.58579 6.75 5.25 6.41421 5.25 6C5.25 5.58579 5.58579 5.25 6 5.25ZM10.25 5.25C10.6642 5.25 11 5.58579 11 6C11 6.41421 10.6642 6.75 10.25 6.75C9.83579 6.75 9.5 6.41421 9.5 6C9.5 5.58579 9.83579 5.25 10.25 5.25Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.33331 7C2.8856 7 3.33331 7.44772 3.33331 8C3.33331 8.55228 2.8856 9 2.33331 9C1.78103 9 1.33331 8.55228 1.33331 8C1.33331 7.44772 1.78103 7 2.33331 7ZM8.00031 7C8.55244 7.00018 9.00031 7.44782 9.00031 8C9.00031 8.55218 8.55244 8.99982 8.00031 9C7.44802 9 7.00031 8.55228 7.00031 8C7.00031 7.44772 7.44802 7 8.00031 7ZM13.6663 7C14.2186 7 14.6663 7.44772 14.6663 8C14.6663 8.55228 14.2186 9 13.6663 9C13.1142 8.99982 12.6663 8.55218 12.6663 8C12.6663 7.44782 13.1142 7.00018 13.6663 7Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.91669 8.75C3.60704 8.75 4.16669 9.30964 4.16669 10C4.16669 10.6904 3.60704 11.25 2.91669 11.25C2.22633 11.25 1.66669 10.6904 1.66669 10C1.66669 9.30964 2.22633 8.75 2.91669 8.75ZM9.99969 8.75C10.6901 8.75 11.2497 9.30964 11.2497 10C11.2497 10.6904 10.6901 11.25 9.99969 11.25C9.30949 11.2498 8.74969 10.6902 8.74969 10C8.74969 9.30975 9.30949 8.75018 9.99969 8.75ZM17.0837 8.75C17.7739 8.75018 18.3337 9.30975 18.3337 10C18.3337 10.6902 17.7739 11.2498 17.0837 11.25C16.3933 11.25 15.8337 10.6904 15.8337 10C15.8337 9.30964 16.3933 8.75 17.0837 8.75Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.5 10.5C4.32843 10.5 5 11.1716 5 12C5 12.8284 4.32843 13.5 3.5 13.5C2.67157 13.5 2 12.8284 2 12C2 11.1716 2.67157 10.5 3.5 10.5ZM12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5ZM20.5 10.5C21.3284 10.5 22 11.1716 22 12C22 12.8284 21.3284 13.5 20.5 13.5C19.6716 13.5 19 12.8284 19 12C19 11.1716 19.6716 10.5 20.5 10.5Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,event:{16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2 14V4C2 3.44772 2.44772 3 3 3H13C13.5523 3 14 3.44772 14 4V14C14 14.5523 13.5523 15 13 15H3C2.44772 15 2 14.5523 2 14Z",fill:"none",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}),C("path",{d:"M2 5V4C2 3.44772 2.44772 3 3 3H13C13.5523 3 14 3.44772 14 4V5C14 5.55228 13.5523 6 13 6H3C2.44772 6 2 5.55228 2 5Z",fill:"currentColor"}),C("path",{d:"M4 1V3M12 1V3",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}),C("path",{d:"M7.71468 7.87812C7.80449 7.60172 8.19551 7.60172 8.28532 7.87812L8.60619 8.86565C8.64635 8.98926 8.76154 9.07295 8.8915 9.07295H9.92986C10.2205 9.07295 10.3413 9.44483 10.1062 9.61565L9.26615 10.226C9.161 10.3024 9.11701 10.4378 9.15717 10.5614L9.47804 11.5489C9.56784 11.8253 9.2515 12.0552 9.01639 11.8843L8.17634 11.274C8.07119 11.1976 7.92881 11.1976 7.82366 11.274L6.98361 11.8843C6.7485 12.0552 6.43216 11.8253 6.52196 11.5489L6.84283 10.5614C6.88299 10.4378 6.839 10.3024 6.73385 10.226L5.8938 9.61565C5.65869 9.44483 5.77952 9.07295 6.07014 9.07295H7.1085C7.23846 9.07295 7.35365 8.98926 7.39381 8.86565L7.71468 7.87812Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,global:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.99963 0.916687C5.7024 0.916687 7.08344 2.29697 7.08362 3.99969C7.08362 5.70257 5.70251 7.08368 3.99963 7.08368C2.29691 7.0835 0.916626 5.70246 0.916626 3.99969C0.916802 2.29707 2.29701 0.916863 3.99963 0.916687Z",stroke:"currentColor","stroke-width":"0.5"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.00037 1.14581C7.12881 1.14599 8.85388 2.87182 8.85388 5.00031C8.85371 7.12864 7.12871 8.85364 5.00037 8.85382C2.87188 8.85382 1.14605 7.12875 1.14587 5.00031C1.14587 2.87171 2.87177 1.14581 5.00037 1.14581Z",stroke:"currentColor","stroke-width":"0.625"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 1.375C8.55432 1.375 10.625 3.44568 10.625 6C10.625 8.55432 8.55432 10.625 6 10.625C3.44568 10.625 1.375 8.55432 1.375 6C1.375 3.44568 3.44568 1.375 6 1.375Z",stroke:"currentColor","stroke-width":"0.75"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00037 1.83334C11.406 1.83352 14.1664 4.59469 14.1664 8.00034C14.1662 11.4058 11.4059 14.1662 8.00037 14.1664C4.59472 14.1664 1.83355 11.4059 1.83337 8.00034C1.83337 4.59458 4.59461 1.83334 8.00037 1.83334Z",stroke:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99963 2.29166C14.2567 2.29166 17.7084 5.74262 17.7086 9.99966C17.7086 14.2569 14.2568 17.7086 9.99963 17.7086C5.74259 17.7085 2.29163 14.2568 2.29163 9.99966C2.2918 5.74273 5.7427 2.29183 9.99963 2.29166Z",stroke:"currentColor","stroke-width":"1.25"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75Z",stroke:"currentColor","stroke-width":"1.5"}))}}),...Object.freeze({__proto__:null,helpFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00031 0.333344C6.0252 0.333519 7.66632 1.9754 7.66632 4.00034C7.66614 6.02512 6.02509 7.66618 4.00031 7.66635C1.97537 7.66635 0.333489 6.02523 0.333313 4.00034C0.333313 1.97529 1.97526 0.333344 4.00031 0.333344ZM4.00031 5.25034C3.81621 5.25034 3.66632 5.39925 3.66632 5.58334C3.66632 5.76744 3.81621 5.91635 4.00031 5.91635C4.18425 5.91618 4.33331 5.76733 4.33331 5.58334C4.33331 5.39936 4.18425 5.25051 4.00031 5.25034ZM4.00031 1.82553C3.51417 1.82553 3.17532 2.0144 2.96515 2.27963C2.76555 2.53168 2.7005 2.82883 2.7005 3.03452C2.70072 3.20001 2.83476 3.33432 3.00031 3.33432C3.1657 3.33414 3.29989 3.1999 3.30011 3.03452C3.30011 2.93719 3.3355 2.77941 3.43585 2.65268C3.5257 2.53927 3.68665 2.42514 4.00031 2.42514C4.31375 2.42522 4.47494 2.53931 4.56476 2.65268C4.66491 2.77935 4.7005 2.93727 4.7005 3.03452C4.70035 3.21435 4.59856 3.52163 4.25323 3.61362C3.99384 3.68264 3.70058 3.91122 3.7005 4.2767V4.62534C3.70068 4.79087 3.83473 4.92514 4.00031 4.92514C4.16573 4.92497 4.29993 4.79076 4.30011 4.62534V4.2767C4.30013 4.27198 4.30127 4.26107 4.31769 4.2435C4.33607 4.22386 4.36786 4.20327 4.40753 4.19272C5.11538 4.00418 5.29996 3.36694 5.30011 3.03452C5.30011 2.82892 5.23487 2.53161 5.03546 2.27963C4.82534 2.01446 4.48627 1.82562 4.00031 1.82553Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.99969 0.416656C7.53089 0.416656 9.5835 2.46851 9.58368 4.99966C9.58368 7.53097 7.531 9.58365 4.99969 9.58365C2.46854 9.58347 0.416687 7.53086 0.416687 4.99966C0.416863 2.46862 2.46865 0.416832 4.99969 0.416656ZM4.99969 6.56216C4.76973 6.56234 4.58368 6.74915 4.58368 6.97916C4.58368 7.20917 4.76973 7.39597 4.99969 7.39615C5.22981 7.39615 5.41669 7.20927 5.41669 6.97916C5.41669 6.74904 5.22981 6.56216 4.99969 6.56216ZM4.99969 2.25552C4.38491 2.25561 3.95389 2.49575 3.68622 2.83365C3.43265 3.15381 3.34937 3.53102 3.3493 3.79263C3.3495 4.01328 3.52905 4.19187 3.74969 4.19205C3.97049 4.19205 4.14989 4.01338 4.15009 3.79263C4.15016 3.67551 4.1921 3.48373 4.31317 3.33072C4.42044 3.19531 4.61498 3.05638 4.99969 3.0563C5.38433 3.0563 5.57887 3.19537 5.68622 3.33072C5.80729 3.48373 5.84923 3.67551 5.8493 3.79263C5.84917 4.01109 5.72613 4.38095 5.30927 4.49185C4.97833 4.58004 4.59948 4.87362 4.5993 5.34537V5.78091C4.5993 6.00172 4.77893 6.18113 4.99969 6.1813C5.22061 6.1813 5.40009 6.00183 5.40009 5.78091V5.34537C5.40008 5.34415 5.40011 5.34272 5.40106 5.34048C5.40245 5.3373 5.40605 5.33025 5.41473 5.32095C5.43418 5.30016 5.46991 5.27741 5.51532 5.26529C6.41567 5.02569 6.64995 4.21454 6.65009 3.79263C6.65002 3.53102 6.56674 3.15381 6.31317 2.83365C6.04543 2.49586 5.61446 2.25552 4.99969 2.25552Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6C0.5 2.96243 2.96243 0.5 6 0.5ZM6 7.875C5.72386 7.875 5.5 8.09886 5.5 8.375C5.5 8.65114 5.72386 8.875 6 8.875C6.27614 8.875 6.5 8.65114 6.5 8.375C6.5 8.09886 6.27614 7.875 6 7.875ZM6 2.6875C5.25621 2.6875 4.73347 2.97798 4.4082 3.38867C4.10065 3.77704 4.00007 4.23325 4 4.55078C4 4.82692 4.22386 5.05078 4.5 5.05078C4.77614 5.05078 5 4.82692 5 4.55078C5.00009 4.41379 5.05027 4.18925 5.19238 4.00977C5.31712 3.85227 5.54379 3.6875 6 3.6875C6.45621 3.6875 6.68288 3.85227 6.80762 4.00977C6.94973 4.18925 6.99991 4.41379 7 4.55078C7 4.80779 6.85463 5.24115 6.36621 5.37109C5.96351 5.47832 5.5 5.83653 5.5 6.41504V6.9375C5.5 7.21364 5.72386 7.4375 6 7.4375C6.27614 7.4375 6.5 7.21364 6.5 6.9375V6.41699C6.50056 6.41568 6.50346 6.40932 6.5127 6.39941C6.53328 6.3774 6.57267 6.35155 6.62402 6.33789C7.71669 6.04702 8 5.062 8 4.55078C7.99993 4.23325 7.89935 3.77704 7.5918 3.38867C7.26653 2.97798 6.74379 2.6875 6 2.6875Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99969 0.666656C12.0497 0.666656 15.3335 3.94973 15.3337 7.99966C15.3337 12.0498 12.0498 15.3336 7.99969 15.3336C3.94976 15.3335 0.666687 12.0496 0.666687 7.99966C0.666863 3.94984 3.94987 0.666832 7.99969 0.666656ZM7.99969 10.4997C7.63166 10.4998 7.33368 10.7986 7.33368 11.1667C7.33368 11.5347 7.63165 11.8335 7.99969 11.8336C8.36788 11.8336 8.66669 11.5348 8.66669 11.1667C8.66669 10.7985 8.36788 10.4997 7.99969 10.4997ZM7.99969 3.74966C7.05615 3.74975 6.40773 4.11549 6.00751 4.62076C5.6249 5.10385 5.49976 5.67471 5.49969 6.06802C5.49979 6.34398 5.72376 6.56785 5.99969 6.56802C6.27578 6.56802 6.4996 6.34408 6.49969 6.06802C6.49977 5.85527 6.57451 5.51606 6.79169 5.24185C6.9914 4.98974 7.34378 4.74974 7.99969 4.74966C8.65555 4.74966 9.00791 4.98981 9.2077 5.24185C9.42488 5.51606 9.49962 5.85527 9.49969 6.06802C9.49963 6.45311 9.28281 7.1219 8.53094 7.32193C8.03949 7.45282 7.50003 7.88225 7.49969 8.5524V9.24966C7.49969 9.5257 7.7237 9.74949 7.99969 9.74966C8.27584 9.74966 8.49969 9.52581 8.49969 9.24966V8.5524C8.49984 8.51411 8.51371 8.46845 8.56122 8.41763C8.6119 8.36345 8.69306 8.31423 8.78876 8.28873C10.1448 7.92774 10.4996 6.70733 10.4997 6.06802C10.4996 5.67471 10.3745 5.10385 9.99188 4.62076C9.59159 4.11559 8.94322 3.74966 7.99969 3.74966Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.833344C15.0628 0.83352 19.1663 4.93783 19.1663 10.0003C19.1661 15.0627 15.0627 19.1662 10.0003 19.1664C4.9378 19.1664 0.833489 15.0628 0.833313 10.0003C0.833313 4.93773 4.9377 0.833344 10.0003 0.833344ZM10.0003 13.1253C9.54007 13.1253 9.16632 13.4981 9.16632 13.9583C9.16632 14.4186 9.54007 14.7914 10.0003 14.7914C10.4604 14.7912 10.8333 14.4185 10.8333 13.9583C10.8333 13.4982 10.4604 13.1255 10.0003 13.1253ZM10.0003 4.68784C8.82062 4.68784 8.01041 5.14501 7.51007 5.7767C7.03179 6.38061 6.87536 7.09366 6.87531 7.5853C6.87548 7.93032 7.15524 8.2103 7.50031 8.2103C7.84522 8.21012 8.12513 7.93022 8.12531 7.5853C8.12537 7.31937 8.21905 6.89589 8.49054 6.55307C8.74023 6.2379 9.1802 5.93784 10.0003 5.93784C10.8202 5.93792 11.2604 6.23794 11.5101 6.55307C11.7814 6.89583 11.8752 7.31945 11.8753 7.5853C11.8752 8.06663 11.604 8.90357 10.6644 9.15366C10.0498 9.31727 9.37531 9.85354 9.37531 10.6917V11.5628C9.37548 11.9079 9.65524 12.1878 10.0003 12.1878C10.3452 12.1877 10.6251 11.9078 10.6253 11.5628V10.6917C10.6253 10.6437 10.6428 10.5867 10.7025 10.5228C10.7658 10.4551 10.8662 10.3935 10.9857 10.3617C12.6809 9.91055 13.1252 8.3845 13.1253 7.5853C13.1252 7.09375 12.9686 6.38055 12.4905 5.7767C11.9902 5.14507 11.1798 4.68792 10.0003 4.68784Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 15.75C11.4477 15.75 11 16.1977 11 16.75C11 17.3023 11.4477 17.75 12 17.75C12.5523 17.75 13 17.3023 13 16.75C13 16.1977 12.5523 15.75 12 15.75ZM12 5.625C10.5844 5.625 9.61212 6.17361 9.01172 6.93164C8.43765 7.65648 8.25 8.51255 8.25 9.10254C8.25014 9.51663 8.58588 9.85254 9 9.85254C9.41412 9.85254 9.74986 9.51663 9.75 9.10254C9.75 8.78348 9.86166 8.27478 10.1875 7.86328C10.4871 7.485 11.0157 7.125 12 7.125C12.9843 7.125 13.5129 7.485 13.8125 7.86328C14.1383 8.27478 14.25 8.78348 14.25 9.10254C14.2499 9.68017 13.9247 10.6843 12.7969 10.9844C12.0595 11.1807 11.2502 11.8236 11.25 12.8291V13.875C11.25 14.2892 11.5858 14.625 12 14.625C12.4142 14.625 12.75 14.2892 12.75 13.875V12.8291C12.7501 12.7716 12.7715 12.7043 12.8428 12.6279C12.9188 12.5466 13.039 12.4719 13.1826 12.4336C15.2172 11.8923 15.7499 10.0616 15.75 9.10254C15.75 8.51255 15.5624 7.65648 14.9883 6.93164C14.3879 6.17361 13.4156 5.625 12 5.625Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,helpOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.00031 0.30014C6.04358 0.300351 7.69952 1.95701 7.69952 4.00034C7.69931 6.04348 6.04345 7.69934 4.00031 7.69955C1.95698 7.69955 0.300321 6.04361 0.30011 4.00034C0.30011 1.95688 1.95685 0.30014 4.00031 0.30014ZM4.00031 0.89975C2.28822 0.89975 0.899719 2.28825 0.899719 4.00034C0.89993 5.71224 2.28835 7.09995 4.00031 7.09995C5.71208 7.09973 7.0997 5.71211 7.09991 4.00034C7.09991 2.28838 5.71221 0.899961 4.00031 0.89975ZM4.00031 5.25034C4.18422 5.25054 4.33331 5.39938 4.33331 5.58334C4.33328 5.76728 4.1842 5.91614 4.00031 5.91635C3.81623 5.91635 3.66636 5.76741 3.66632 5.58334C3.66632 5.39925 3.81621 5.25034 4.00031 5.25034ZM4.00031 1.82553C4.48623 1.82563 4.82534 2.01447 5.03546 2.27963C5.23482 2.5316 5.30011 2.82894 5.30011 3.03452C5.29993 3.36695 5.1153 4.00418 4.40753 4.19272C4.36786 4.20327 4.33607 4.22386 4.31769 4.2435C4.30127 4.26106 4.30013 4.27198 4.30011 4.2767V4.62534C4.2999 4.79071 4.16568 4.92493 4.00031 4.92514C3.83475 4.92514 3.70071 4.79084 3.7005 4.62534V4.2767C3.70058 3.91122 3.99384 3.68264 4.25323 3.61362C4.59848 3.52163 4.70032 3.21435 4.7005 3.03452C4.7005 2.93729 4.66487 2.77934 4.56476 2.65268C4.47494 2.53932 4.31371 2.42523 4.00031 2.42514C3.68665 2.42514 3.5257 2.53927 3.43585 2.65268C3.33551 2.7794 3.30011 2.93719 3.30011 3.03452C3.29985 3.19985 3.16565 3.33411 3.00031 3.33432C2.83478 3.33432 2.70076 3.19998 2.7005 3.03452C2.7005 2.82884 2.76555 2.53168 2.96515 2.27963C3.17532 2.0144 3.51417 1.82553 4.00031 1.82553Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99994 0.349518C7.56806 0.349518 9.65033 2.43178 9.65033 4.99991C9.65033 7.56803 7.56806 9.6503 4.99994 9.6503C2.43182 9.6503 0.349548 7.56803 0.349548 4.99991C0.349548 2.43178 2.43182 0.349518 4.99994 0.349518ZM4.99994 1.1503C2.87364 1.1503 1.15033 2.87361 1.15033 4.99991C1.15033 7.1262 2.87364 8.84952 4.99994 8.84952C7.12624 8.84952 8.84955 7.1262 8.84955 4.99991C8.84955 2.87361 7.12624 1.1503 4.99994 1.1503ZM4.99994 6.56241C5.23006 6.56241 5.41693 6.74928 5.41693 6.9794C5.41675 7.20937 5.22995 7.39542 4.99994 7.39542C4.76993 7.39541 4.58312 7.20937 4.58295 6.9794C4.58295 6.74928 4.76982 6.56241 4.99994 6.56241ZM4.99994 2.25577C5.61492 2.25577 6.0457 2.49591 6.31342 2.83389C6.56709 3.15418 6.65033 3.53125 6.65033 3.79288C6.6502 4.21478 6.41591 5.02594 5.51556 5.26553C5.47004 5.27765 5.43445 5.30037 5.41498 5.3212C5.40615 5.33065 5.40265 5.33762 5.40131 5.34073C5.40027 5.34316 5.40033 5.34426 5.40033 5.34561V5.78116C5.40033 6.00207 5.22085 6.18155 4.99994 6.18155C4.77903 6.18155 4.59955 6.00207 4.59955 5.78116V5.34561C4.59955 4.87357 4.97845 4.58023 5.30951 4.4921C5.72638 4.38119 5.84941 4.01134 5.84955 3.79288C5.84955 3.67578 5.80764 3.48412 5.68646 3.33096C5.57917 3.1955 5.38491 3.05655 4.99994 3.05655C4.61497 3.05655 4.4207 3.1955 4.31342 3.33096C4.19223 3.48412 4.15033 3.67578 4.15033 3.79288C4.15014 4.01363 3.97073 4.19229 3.74994 4.19229C3.52915 4.19229 3.34974 4.01363 3.34955 3.79288C3.34955 3.53125 3.43279 3.15418 3.68646 2.83389C3.95418 2.49591 4.38496 2.25577 4.99994 2.25577Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.99951 0.399902C9.09218 0.399902 11.5999 2.9069 11.6001 5.99951C11.6001 9.09231 9.09231 11.6001 5.99951 11.6001C2.9069 11.5999 0.399902 9.09218 0.399902 5.99951C0.400113 2.90703 2.90703 0.400113 5.99951 0.399902ZM5.99951 1.3999C3.45931 1.40011 1.40011 3.45931 1.3999 5.99951C1.3999 8.53989 3.45918 10.5999 5.99951 10.6001C8.54002 10.6001 10.6001 8.54002 10.6001 5.99951C10.5999 3.45918 8.53989 1.3999 5.99951 1.3999ZM5.99951 7.87451C6.27552 7.87451 6.4993 8.09855 6.49951 8.37451C6.49951 8.65065 6.27565 8.87451 5.99951 8.87451C5.72355 8.8743 5.49951 8.65052 5.49951 8.37451C5.49972 8.09868 5.72368 7.87473 5.99951 7.87451ZM5.99951 2.68701C6.74304 2.68701 7.26602 2.97772 7.59131 3.38818C7.89874 3.77639 7.99935 4.23278 7.99951 4.55029C7.99951 5.06151 7.71621 6.04653 6.62354 6.3374C6.57232 6.35108 6.53275 6.37695 6.51221 6.39893C6.50334 6.40844 6.50023 6.41486 6.49951 6.4165V6.93701C6.49951 7.21315 6.27565 7.43701 5.99951 7.43701C5.72355 7.4368 5.49951 7.21302 5.49951 6.93701V6.41455C5.49972 5.8364 5.96318 5.4779 6.36572 5.37061C6.85414 5.24067 6.99951 4.8073 6.99951 4.55029C6.99933 4.41327 6.94911 4.18859 6.80713 4.00928C6.68232 3.85192 6.45531 3.68701 5.99951 3.68701C5.54361 3.68711 5.3166 3.85184 5.19189 4.00928C5.04991 4.18859 4.99969 4.41327 4.99951 4.55029C4.99951 4.82644 4.77565 5.05029 4.49951 5.05029C4.22355 5.05008 3.99951 4.8263 3.99951 4.55029C3.99967 4.23278 4.10028 3.77639 4.40771 3.38818C4.73293 2.97759 5.25596 2.68711 5.99951 2.68701Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8 0.700195C12.0316 0.700195 15.2997 3.96841 15.2998 8C15.2998 12.0317 12.0317 15.2998 8 15.2998C3.96841 15.2997 0.700195 12.0316 0.700195 8C0.700301 3.96848 3.96848 0.700301 8 0.700195ZM8 1.7002C4.52076 1.7003 1.7003 4.52076 1.7002 8C1.7002 11.4793 4.5207 14.2997 8 14.2998C11.4794 14.2998 14.2998 11.4794 14.2998 8C14.2997 4.5207 11.4793 1.7002 8 1.7002ZM8 10.5C8.36819 10.5 8.66699 10.7988 8.66699 11.167C8.66692 11.5351 8.36815 11.834 8 11.834C7.63195 11.8339 7.33406 11.5351 7.33398 11.167C7.33398 10.7989 7.6319 10.5001 8 10.5ZM8 3.75C8.94361 3.75 9.5919 4.11586 9.99219 4.62109C10.3748 5.10424 10.5 5.67504 10.5 6.06836C10.4999 6.70766 10.1451 7.92808 8.78906 8.28906C8.69332 8.31456 8.61222 8.36377 8.56152 8.41797C8.51396 8.46884 8.50012 8.51441 8.5 8.55273V9.25C8.5 9.52614 8.27614 9.75 8 9.75C7.72395 9.74989 7.5 9.52607 7.5 9.25V8.55273C7.50026 7.88247 8.03974 7.45314 8.53125 7.32227C9.28312 7.12224 9.49993 6.45344 9.5 6.06836C9.49996 5.85561 9.42523 5.51646 9.20801 5.24219C9.00824 4.9901 8.65598 4.75 8 4.75C7.34398 4.75005 6.99172 4.99005 6.79199 5.24219C6.57477 5.51646 6.50005 5.85561 6.5 6.06836C6.4999 6.34442 6.27608 6.56836 6 6.56836C5.72401 6.56825 5.5001 6.34435 5.5 6.06836C5.50004 5.67504 5.62516 5.10424 6.00781 4.62109C6.40806 4.11579 7.05638 3.75005 8 3.75Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99982 0.874847C15.0394 0.874847 19.1248 4.96025 19.1248 9.99985C19.1248 15.0394 15.0394 19.1248 9.99982 19.1248C4.96022 19.1248 0.874817 15.0394 0.874817 9.99985C0.874817 4.96025 4.96022 0.874847 9.99982 0.874847ZM9.99982 2.12485C5.65057 2.12485 2.12482 5.65061 2.12482 9.99985C2.12482 14.3491 5.65057 17.8748 9.99982 17.8748C14.3491 17.8748 17.8748 14.3491 17.8748 9.99985C17.8748 5.65061 14.3491 2.12485 9.99982 2.12485ZM9.99982 13.1248C10.4599 13.1248 10.8327 13.4978 10.8328 13.9579C10.8328 14.4181 10.4601 14.7918 9.99982 14.7918C9.53958 14.7918 9.16681 14.4181 9.16681 13.9579C9.16698 13.4978 9.53969 13.1249 9.99982 13.1248ZM9.99982 4.68735C11.1795 4.68735 11.9897 5.14453 12.4901 5.77621C12.9684 6.38013 13.1248 7.09316 13.1248 7.58481C13.1248 8.38396 12.6808 9.91008 10.9852 10.3612C10.8657 10.393 10.7653 10.4546 10.702 10.5223C10.6423 10.5862 10.6248 10.6432 10.6248 10.6913V11.5623C10.6248 11.9075 10.345 12.1873 9.99982 12.1873C9.65464 12.1873 9.37482 11.9075 9.37482 11.5623V10.6913C9.37482 9.85305 10.0493 9.31679 10.6639 9.15317C11.6039 8.9031 11.8748 8.06613 11.8748 7.58481C11.8748 7.31887 11.7811 6.89541 11.5096 6.55258C11.2599 6.23741 10.8199 5.93735 9.99982 5.93735C9.17972 5.93735 8.73974 6.23741 8.49005 6.55258C8.21854 6.89541 8.12488 7.31887 8.12482 7.58481C8.12482 7.92999 7.84499 8.20981 7.49982 8.20981C7.15464 8.2098 6.87482 7.92998 6.87482 7.58481C6.87487 7.09316 7.03128 6.38013 7.50958 5.77621C8.00992 5.14453 8.82014 4.68735 9.99982 4.68735Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1.0498C18.0474 1.04991 22.9502 5.95255 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95255 22.9502 1.04991 18.0474 1.0498 12C1.0498 5.95248 5.95248 1.0498 12 1.0498ZM12 2.5498C6.78091 2.5498 2.5498 6.78091 2.5498 12C2.54991 17.219 6.78097 21.4502 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4502 6.78097 17.219 2.54991 12 2.5498ZM12 15.75C12.5522 15.7501 13 16.1978 13 16.75C12.9999 17.3021 12.5521 17.7499 12 17.75C11.4478 17.75 11.0001 17.3022 11 16.75C11 16.1977 11.4477 15.75 12 15.75ZM12 5.625C13.4155 5.62505 14.3879 6.17365 14.9883 6.93164C15.5622 7.65643 15.75 8.51261 15.75 9.10254C15.7498 10.0616 15.2169 11.8923 13.1826 12.4336C13.039 12.4719 12.9188 12.5466 12.8428 12.6279C12.7715 12.7043 12.7501 12.7716 12.75 12.8291V13.875C12.7499 14.2891 12.4141 14.6249 12 14.625C11.5859 14.625 11.2501 14.2891 11.25 13.875V12.8291C11.2502 11.8236 12.0595 11.1807 12.7969 10.9844C13.9244 10.6843 14.2498 9.68018 14.25 9.10254C14.25 8.78353 14.1382 8.27475 13.8125 7.86328C13.5129 7.48502 12.9842 7.12504 12 7.125C11.0157 7.125 10.4871 7.485 10.1875 7.86328C9.86168 8.27478 9.75 8.78348 9.75 9.10254C9.74975 9.51648 9.41397 9.85244 9 9.85254C8.58594 9.85254 8.25025 9.51654 8.25 9.10254C8.25 8.51256 8.43767 7.65647 9.01172 6.93164C9.61212 6.17361 10.5844 5.625 12 5.625Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,history:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.3621 2.0293C2.33232 0.689061 4.16831 0.240206 5.66581 1.04492C7.29767 1.92229 7.91017 3.95687 7.033 5.58887C6.15566 7.2206 4.12099 7.83203 2.48905 6.95508C2.02603 6.70613 1.64368 6.36337 1.35526 5.96289C1.2586 5.82846 1.29021 5.64073 1.4246 5.54395C1.55881 5.44774 1.74575 5.47756 1.84257 5.61133C2.07887 5.93945 2.3913 6.22187 2.77225 6.42676C4.11238 7.14711 5.78416 6.64467 6.50467 5.30469C7.2249 3.96449 6.72179 2.29263 5.38163 1.57227C4.13547 0.902819 2.60407 1.2916 1.8162 2.42676L2.54081 2.3916C2.70599 2.3836 2.84586 2.51062 2.85428 2.67578C2.86249 2.84118 2.73547 2.98189 2.5701 2.99023L1.2869 3.05469C1.16735 3.0605 1.05744 2.99462 1.00468 2.89063L0.985144 2.84375L0.57987 1.53223C0.531273 1.3742 0.620249 1.20629 0.778113 1.15723C0.936302 1.10835 1.10505 1.1964 1.15409 1.35449L1.3621 2.0293ZM4.10526 2.20508C4.27093 2.20508 4.40601 2.33922 4.40604 2.50488V4.01855C4.40612 4.0943 4.42967 4.16864 4.47342 4.23047L5.01737 4.99805C5.11296 5.1331 5.08088 5.32017 4.94608 5.41602C4.81089 5.51168 4.62288 5.47989 4.52714 5.34473L3.98319 4.57715C3.86762 4.41393 3.80553 4.21854 3.80546 4.01855V2.50488C3.80548 2.3394 3.93984 2.20537 4.10526 2.20508Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.71045 2.48209C2.93783 0.827221 5.2258 0.2797 7.09424 1.28385C9.14606 2.38705 9.91567 4.94466 8.81299 6.99674C7.7099 9.04891 5.15135 9.81929 3.09912 8.71647C2.51683 8.40343 2.03706 7.97112 1.67431 7.46744C1.5455 7.2882 1.58598 7.03788 1.76513 6.90885C1.94428 6.78026 2.19372 6.82177 2.32275 7.00065C2.61612 7.40798 3.00591 7.75709 3.479 8.01139C5.14199 8.90466 7.21409 8.28067 8.10791 6.61784C9.00146 4.95491 8.378 2.88295 6.71533 1.98893C5.18429 1.1661 3.30687 1.62933 2.3208 3.00553L3.17431 2.96452C3.39473 2.95366 3.58206 3.12306 3.59326 3.34342C3.6042 3.56388 3.43473 3.75211 3.21435 3.76334L1.60986 3.84244C1.45027 3.85023 1.30319 3.76262 1.23291 3.62369L1.20849 3.56119L0.701658 1.92252C0.636447 1.71145 0.755237 1.48773 0.966306 1.42252C1.17715 1.35771 1.4001 1.47543 1.46533 1.68619L1.71045 2.48209ZM5.13232 2.73112C5.35309 2.73129 5.53174 2.9107 5.53174 3.13151V5.02311C5.53183 5.11269 5.56003 5.20098 5.61181 5.27409L6.2915 6.23405C6.41882 6.41428 6.3769 6.66407 6.19677 6.79166C6.01663 6.91906 5.76686 6.87587 5.63916 6.69596L4.95849 5.736C4.81105 5.52775 4.73202 5.27827 4.73193 5.02311V3.13151C4.73193 2.9106 4.91142 2.73113 5.13232 2.73112Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.16959 3.0836C3.6041 1.10642 6.31473 0.444901 8.52603 1.6334C10.9372 2.92971 11.8413 5.93483 10.5456 8.34629C9.24929 10.7579 6.24333 11.6629 3.8317 10.3668C3.14727 9.99887 2.58309 9.49177 2.15689 8.9C2.03625 8.73201 2.07402 8.49752 2.24185 8.37656C2.40988 8.25571 2.64429 8.29454 2.76529 8.4625C3.12643 8.96393 3.60514 9.39379 4.18716 9.70664C6.23379 10.8063 8.78423 10.0382 9.88443 7.9918C10.9842 5.94529 10.2176 3.39494 8.17154 2.29453C6.26977 1.27229 3.93243 1.86193 2.72818 3.59238L3.87076 3.53672C4.14628 3.52314 4.38117 3.73588 4.39517 4.01133C4.40881 4.28695 4.19613 4.52183 3.92056 4.53574L1.99576 4.63145C1.79626 4.64121 1.61292 4.53165 1.52505 4.35801L1.49283 4.27988L0.885406 2.31309C0.80399 2.04934 0.951796 1.76966 1.21548 1.68809C1.47932 1.60657 1.75897 1.75433 1.84048 2.01817L2.16959 3.0836ZM6.22134 3.25742C6.49738 3.25751 6.7213 3.48137 6.72134 3.75742V6.02696C6.72134 6.13036 6.75345 6.2316 6.81314 6.31602L7.62955 7.46836C7.78906 7.69365 7.73559 8.006 7.51041 8.16563C7.28508 8.32519 6.97275 8.27178 6.81314 8.04649L5.99771 6.89414C5.81817 6.64068 5.72134 6.33757 5.72134 6.02696V3.75742C5.72138 3.48132 5.94523 3.25742 6.22134 3.25742Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.6875 4.2827C4.56559 1.51364 8.27272 0.558745 11.2842 2.17723C14.4996 3.9057 15.7058 7.91485 13.9775 11.1304C12.2491 14.3456 8.24082 15.5507 5.02539 13.8227C4.11276 13.3322 3.36029 12.6567 2.792 11.8677C2.63092 11.6438 2.68169 11.3318 2.90528 11.1704C3.12935 11.009 3.44214 11.0596 3.60352 11.2837C4.08497 11.9521 4.72219 12.5248 5.49805 12.9419C8.22711 14.4087 11.6297 13.3857 13.0967 10.6567C14.5635 7.92768 13.5395 4.52507 10.8106 3.05809C8.2122 1.66175 5.00487 2.52331 3.4375 4.96434L5.08594 4.88328C5.36141 4.86991 5.59555 5.08241 5.60938 5.35789C5.62284 5.63352 5.41044 5.86862 5.13477 5.8823L2.56934 6.00926C2.34122 6.02058 2.13394 5.87586 2.06641 5.6577L1.25586 3.03465C1.17467 2.77098 1.32232 2.49115 1.58594 2.40965C1.84977 2.32815 2.12943 2.47687 2.21094 2.7407L2.6875 4.2827ZM8.21094 4.51023C8.4869 4.51041 8.71089 4.73425 8.71094 5.01023V8.0366C8.71094 8.20899 8.76471 8.37732 8.86426 8.51805L9.95215 10.0542C10.1117 10.2795 10.0583 10.5918 9.83301 10.7514C9.60769 10.9109 9.29531 10.8576 9.13575 10.6323L8.04786 9.09617C7.82866 8.78649 7.71094 8.41602 7.71094 8.0366V5.01023C7.711 4.73428 7.93503 4.51047 8.21094 4.51023Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.36024 5.3522C5.70807 1.89143 10.3412 0.699026 14.1054 2.72232C18.1246 4.8829 19.6318 9.89242 17.4716 13.9118C15.311 17.9312 10.3006 19.4385 6.28114 17.278C5.14027 16.6647 4.20051 15.82 3.49012 14.8336C3.28873 14.5536 3.35273 14.1632 3.6327 13.9616C3.91267 13.7603 4.30311 13.8235 4.50477 14.1032C5.10665 14.9389 5.90292 15.655 6.87293 16.1764C10.2843 18.0101 14.5363 16.7314 16.37 13.32C18.2036 9.90861 16.9249 5.65663 13.5136 3.8229C10.2657 2.07711 6.25716 3.15368 4.29774 6.20474L6.35731 6.10318C6.70158 6.08635 6.99407 6.35176 7.01161 6.69595C7.02872 7.04062 6.76347 7.33496 6.41883 7.3522L3.21083 7.51138C2.96145 7.52367 2.73187 7.38657 2.62196 7.16958L2.5829 7.07193L1.5702 3.79263C1.46882 3.46313 1.65291 3.1133 1.98231 3.01138C2.31199 2.90953 2.6625 3.0949 2.76454 3.42447L3.36024 5.3522ZM10.2636 5.63736C10.6087 5.63736 10.8885 5.91724 10.8886 6.26236V10.0456C10.8886 10.2612 10.9563 10.4721 11.0809 10.6481L12.4403 12.568C12.6398 12.8497 12.5735 13.2396 12.2919 13.4391C12.0103 13.6385 11.6204 13.572 11.4208 13.2907L10.0604 11.3698C9.78634 10.9826 9.63856 10.5199 9.63856 10.0456V6.26236C9.63863 5.91736 9.91859 5.63756 10.2636 5.63736Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.03253 6.42389C6.84962 2.27039 12.4089 0.838875 16.9261 3.26666C21.7495 5.85934 23.5578 11.871 20.9651 16.6944C18.3723 21.5174 12.3606 23.326 7.53741 20.7335C6.25404 20.0435 5.18312 19.1098 4.35187 18.0206L4.18878 17.8008C3.94696 17.4647 4.02365 16.996 4.35968 16.754C4.67466 16.5274 5.10561 16.5802 5.35773 16.8643L5.40656 16.9239C6.12881 17.9267 7.08438 18.7865 8.24835 19.4122C12.3417 21.6122 17.4433 20.0775 19.6439 15.9844C21.8443 11.8907 20.3098 6.7884 16.2161 4.58795C12.3189 2.4933 7.50988 3.78464 5.15851 7.44537L7.62921 7.32428H7.70538C8.08494 7.34397 8.39609 7.64841 8.41534 8.03619C8.43448 8.42384 8.15519 8.75727 7.7796 8.81451L7.70343 8.82233L3.85284 9.01276C3.55376 9.02724 3.27952 8.86293 3.14777 8.6026L3.09991 8.48639L1.88409 4.5528C1.76183 4.15708 1.9845 3.73663 2.38019 3.61432C2.77581 3.49227 3.1954 3.71386 3.31769 4.10944L4.03253 6.42389ZM12.3177 6.76471C12.7317 6.76489 13.0676 7.10068 13.0677 7.51471V12.0547C13.0677 12.3135 13.1476 12.5662 13.2972 12.7774L14.93 15.0811C15.1692 15.419 15.089 15.8876 14.7513 16.127C14.4133 16.3664 13.9448 16.2862 13.7054 15.9483L12.0735 13.6446C11.7444 13.1799 11.5677 12.6242 11.5677 12.0547V7.51471C11.5678 7.10057 11.9035 6.76471 12.3177 6.76471Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,imageFill:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.52704 3.4245L5.08466 5.69891C5.3202 5.90806 5.67422 5.91213 5.91473 5.70868L7.33368 4.50751V6.66669C7.33368 7.03488 7.03488 7.33368 6.66669 7.33368H1.33368C0.965489 7.33368 0.666687 7.03488 0.666687 6.66669V5.10028L2.48212 3.4245C2.49466 3.41352 2.51444 3.4135 2.52704 3.4245ZM6.66669 0.666687C7.03488 0.666687 7.33368 0.965489 7.33368 1.33368V3.72137L5.52704 5.25067C5.51446 5.26118 5.49544 5.26047 5.48309 5.24969L2.92548 2.97626C2.68223 2.76024 2.31408 2.7636 2.07489 2.98407L0.666687 4.28387V1.33368C0.666687 0.965489 0.965489 0.666687 1.33368 0.666687H6.66669ZM5.41669 1.99969C5.00258 1.9997 4.66686 2.33563 4.66669 2.74969C4.66669 3.16391 5.00247 3.49969 5.41669 3.49969C5.8309 3.49969 6.16669 3.16391 6.16669 2.74969C6.16651 2.33563 5.83079 1.99969 5.41669 1.99969Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.0589 4.23566C3.09817 4.1994 3.15949 4.19931 3.19952 4.23468L6.39679 7.07745C6.66789 7.31818 7.07594 7.32318 7.35284 7.08917L9.16632 5.55304V8.33331C9.16632 8.79355 8.79355 9.16632 8.33331 9.16632H1.66632C1.20623 9.16615 0.833313 8.79344 0.833313 8.33331V6.29034L3.0589 4.23566ZM8.33331 0.833313C8.79344 0.833313 9.16615 1.20623 9.16632 1.66632V4.73468L6.94855 6.61163C6.90905 6.64471 6.85044 6.64382 6.81183 6.60968L3.61456 3.76788C3.33438 3.51904 2.91045 3.52248 2.63507 3.77667L0.833313 5.43976V1.66632C0.833489 1.20634 1.20634 0.833489 1.66632 0.833313H8.33331ZM6.77081 2.50031C6.25305 2.50031 5.83331 2.92004 5.83331 3.43781C5.83349 3.95542 6.25315 4.37531 6.77081 4.37531C7.28847 4.3753 7.70814 3.95542 7.70831 3.43781C7.70831 2.92004 7.28858 2.50031 6.77081 2.50031Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.67188 5.08301C3.71905 5.03966 3.79188 5.03857 3.83984 5.08105L7.67676 8.49219C8.00219 8.78138 8.49086 8.78704 8.82324 8.50586L11 6.66406V10C11 10.5523 10.5523 11 10 11H2C1.44772 11 1 10.5523 1 10V7.54785L3.67188 5.08301ZM10 1C10.5523 1 11 1.44772 11 2V5.68164L8.33887 7.93359C8.29141 7.97368 8.22127 7.97287 8.1748 7.93164L4.33789 4.52051C4.00184 4.22194 3.49359 4.22663 3.16309 4.53125L1 6.52832V2C1 1.44772 1.44772 1 2 1H10ZM8.125 3C7.50368 3 7 3.50368 7 4.125C7 4.74632 7.50368 5.25 8.125 5.25C8.74632 5.25 9.25 4.74632 9.25 4.125C9.25 3.50368 8.74632 3 8.125 3Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.89484 6.77768C4.95777 6.71958 5.05443 6.71887 5.11847 6.77573L10.2357 11.3236C10.6694 11.7088 11.3209 11.7166 11.764 11.3421L14.6663 8.88608V13.3333C14.6663 14.0697 14.0697 14.6664 13.3333 14.6664H2.66632C1.93009 14.6662 1.33331 14.0696 1.33331 13.3333V10.0638L4.89484 6.77768ZM13.3333 1.33334C14.0696 1.33334 14.6661 1.93012 14.6663 2.66635V7.57553L11.1185 10.5785C11.0552 10.6317 10.9616 10.6305 10.8997 10.5755L5.78351 6.02768C5.33531 5.62935 4.65782 5.63578 4.2171 6.04233L1.33331 8.70444V2.66635C1.33349 1.93023 1.9302 1.33352 2.66632 1.33334H13.3333ZM10.8333 4.00034C10.0049 4.00034 9.33331 4.67191 9.33331 5.50034C9.33349 6.32861 10.005 7.00034 10.8333 7.00034C11.6616 7.00034 12.3331 6.32861 12.3333 5.50034C12.3333 4.67191 11.6617 4.00034 10.8333 4.00034Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.11981 8.47134C6.1985 8.39897 6.31915 8.39739 6.39911 8.46841L12.7946 14.153C13.337 14.6351 14.1518 14.6452 14.7057 14.1764L18.3337 11.1061V16.6667C18.3337 17.5871 17.5872 18.3336 16.6667 18.3336H3.33368C2.4132 18.3336 1.66669 17.5871 1.66669 16.6667V12.5807L6.11981 8.47134ZM16.6667 1.66666C17.5872 1.66666 18.3337 2.41317 18.3337 3.33365V9.46939L13.8981 13.2223C13.8191 13.2891 13.7031 13.2879 13.6257 13.2194L7.23016 7.53384C6.66997 7.0359 5.82308 7.04434 5.27216 7.5524L1.66669 10.8805V3.33365C1.66669 2.41317 2.4132 1.66666 3.33368 1.66666H16.6667ZM13.5417 4.99966C12.5063 4.99966 11.6669 5.83928 11.6667 6.87466C11.6667 7.9102 12.5062 8.74966 13.5417 8.74966C14.5772 8.74966 15.4167 7.9102 15.4167 6.87466C15.4165 5.83928 14.5771 4.99966 13.5417 4.99966Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.34277 10.165C7.43712 10.0782 7.58272 10.0771 7.67871 10.1621L15.3535 16.9844C16.0043 17.5627 16.9817 17.5749 17.6465 17.0127L22 13.3281V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V15.0967L7.34277 10.165ZM20 2C21.1046 2 22 2.89543 22 4V11.3633L16.6777 15.8672C16.5828 15.9474 16.4425 15.9457 16.3496 15.8633L8.67578 9.04102C8.0034 8.44349 6.98624 8.45344 6.3252 9.06348L2 13.0557V4C2 2.89543 2.89543 2 4 2H20ZM16.25 6C15.0074 6 14 7.00736 14 8.25C14 9.49264 15.0074 10.5 16.25 10.5C17.4926 10.5 18.5 9.49264 18.5 8.25C18.5 7.00736 17.4926 6 16.25 6Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,imageLine:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.40009 0.633484C6.93388 0.633554 7.36685 1.06648 7.36688 1.60028V6.40009C7.36681 6.93386 6.93386 7.36681 6.40009 7.36688H1.60028C1.06648 7.36685 0.633554 6.93388 0.633484 6.40009V1.60028C0.633517 1.06645 1.06645 0.633517 1.60028 0.633484H6.40009ZM2.47723 3.42059L1.23309 4.52606V6.40009C1.23316 6.60251 1.39785 6.76626 1.60028 6.7663H6.40009C6.60249 6.76623 6.76623 6.60249 6.7663 6.40009V5.06122L5.90302 5.73309C5.66215 5.9204 5.32162 5.90926 5.09344 5.70673L2.52216 3.42059C2.50952 3.40967 2.48975 3.40947 2.47723 3.42059ZM1.60028 1.23309C1.39782 1.23313 1.23313 1.39782 1.23309 1.60028V3.7243L2.0788 2.97235C2.31864 2.75915 2.68063 2.75936 2.92059 2.97235L5.49188 5.25751C5.50388 5.26817 5.52217 5.26929 5.53485 5.25946L6.7663 4.30048V1.60028C6.76626 1.39785 6.60251 1.23316 6.40009 1.23309H1.60028ZM5.16669 2.03387C5.60851 2.03387 5.96649 2.39185 5.96649 2.83368C5.96632 3.27536 5.60841 3.63348 5.16669 3.63348C4.72497 3.63348 4.36706 3.27536 4.36688 2.83368C4.36688 2.39185 4.72486 2.03387 5.16669 2.03387ZM5.16669 2.63348C5.05623 2.63348 4.96649 2.72322 4.96649 2.83368C4.96667 2.94399 5.05634 3.03387 5.16669 3.03387C5.27704 3.03387 5.36671 2.94399 5.36688 2.83368C5.36688 2.72322 5.27714 2.63348 5.16669 2.63348Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 0.766602C8.68102 0.766602 9.23318 1.31903 9.2334 2V8C9.2334 8.68115 8.68115 9.2334 8 9.2334H2C1.31903 9.23318 0.766602 8.68102 0.766602 8V2C0.766819 1.31917 1.31917 0.766818 2 0.766602H8ZM3.11426 4.29492L1.56738 5.66895V8C1.56738 8.23919 1.76086 8.43338 2 8.43359H8C8.23932 8.43359 8.43359 8.23932 8.43359 8V6.37695L7.39453 7.18652C7.08391 7.42807 6.64481 7.41356 6.35059 7.15234L3.13574 4.29492C3.12953 4.28995 3.12035 4.28971 3.11426 4.29492ZM2 1.56738C1.761 1.5676 1.5676 1.761 1.56738 2V4.59961L2.58203 3.69727C2.89131 3.42235 3.35854 3.4226 3.66797 3.69727L6.88184 6.55371C6.88782 6.55903 6.89698 6.55957 6.90332 6.55469L8.43359 5.36426V2C8.43338 1.76086 8.23919 1.56738 8 1.56738H2ZM6.45898 2.5166C7.02494 2.51673 7.48433 2.97602 7.48438 3.54199C7.48438 4.108 7.02496 4.56725 6.45898 4.56738C5.89289 4.56738 5.43359 4.10808 5.43359 3.54199C5.43364 2.97594 5.89292 2.5166 6.45898 2.5166ZM6.45898 3.31738C6.33475 3.31738 6.23442 3.41777 6.23438 3.54199C6.23438 3.66626 6.33472 3.7666 6.45898 3.7666C6.58314 3.76647 6.68359 3.66617 6.68359 3.54199C6.68355 3.41785 6.58311 3.31751 6.45898 3.31738Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.6001 0.899902C10.4284 0.900008 11.1 1.57158 11.1001 2.3999V9.6001C11.1 10.4284 10.4284 11.1 9.6001 11.1001H2.3999C1.57158 11.1 0.900007 10.4284 0.899902 9.6001V2.3999C0.899952 1.57155 1.57155 0.899952 2.3999 0.899902H9.6001ZM1.8999 6.81396V9.6001C1.90001 9.87612 2.12387 10.1 2.3999 10.1001H9.6001C9.87609 10.1 10.1 9.87609 10.1001 9.6001V7.69482L8.88623 8.64014C8.50603 8.93584 7.9682 8.91763 7.60791 8.59814L3.75049 5.16943L1.8999 6.81396ZM2.3999 1.8999C2.12383 1.89995 1.89995 2.12383 1.8999 2.3999V5.47607L3.08643 4.42236C3.46531 4.08562 4.03568 4.0856 4.41455 4.42236L8.27197 7.8501L10.1001 6.42822V2.3999C10.1 2.12387 9.87612 1.90001 9.6001 1.8999H2.3999ZM7.75049 3.00049C8.44062 3.00075 9.00049 3.5603 9.00049 4.25049C9.00023 4.94046 8.44046 5.50022 7.75049 5.50049C7.0603 5.50049 6.50075 4.94062 6.50049 4.25049C6.50049 3.56013 7.06013 3.00049 7.75049 3.00049ZM7.75049 4.00049C7.61242 4.00049 7.50049 4.11242 7.50049 4.25049C7.50075 4.38833 7.61258 4.50049 7.75049 4.50049C7.88817 4.50023 8.00023 4.38817 8.00049 4.25049C8.00049 4.11258 7.88833 4.00075 7.75049 4.00049Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.8001 1.36655C13.8124 1.36669 14.6329 2.18733 14.6331 3.19955V12.8001C14.633 13.8125 13.8124 14.633 12.8001 14.6331H3.19952C2.18729 14.6329 1.36666 13.8124 1.36652 12.8001V3.19955C1.36676 2.18739 2.18736 1.36679 3.19952 1.36655H12.8001ZM5.11066 6.76791C5.04756 6.71193 4.95306 6.71195 4.88995 6.76791L2.36652 9.00912V12.8001C2.36666 13.2601 2.73958 13.6329 3.19952 13.6331H12.8001C13.2601 13.633 13.633 13.2602 13.6331 12.8001V9.9183L11.7454 11.388C11.3016 11.7332 10.6736 11.7125 10.2532 11.3392L5.11066 6.76791ZM3.19952 2.36655C2.73964 2.36679 2.36676 2.73967 2.36652 3.19955V7.67221L4.22491 6.01987C4.66693 5.62704 5.33369 5.62703 5.7757 6.01987L10.9183 10.5912C10.9783 10.6442 11.0679 10.6481 11.1312 10.599L13.6331 8.65268V3.19955C13.6329 2.73961 13.2601 2.36669 12.8001 2.36655H3.19952ZM10.3333 4.16635C11.1616 4.16635 11.8331 4.83807 11.8333 5.66635C11.8333 6.49478 11.1617 7.16635 10.3333 7.16635C9.50489 7.16635 8.83331 6.49478 8.83331 5.66635C8.83349 4.83807 9.50499 4.16635 10.3333 4.16635ZM10.3333 5.16635C10.0573 5.16635 9.83349 5.39036 9.83331 5.66635C9.83331 5.94249 10.0572 6.16635 10.3333 6.16635C10.6095 6.16635 10.8333 5.94249 10.8333 5.66635C10.8331 5.39036 10.6093 5.16635 10.3333 5.16635Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.0005 1.7085C17.2659 1.70867 18.2914 2.73501 18.2915 4.00049V16.0005C18.2913 17.2659 17.2659 18.2913 16.0005 18.2915H4.00049C2.73501 18.2914 1.70867 17.2659 1.7085 16.0005V4.00049C1.70858 2.73496 2.73496 1.70858 4.00049 1.7085H16.0005ZM6.38916 8.45947C6.31023 8.38931 6.19075 8.38932 6.11182 8.45947L2.9585 11.2622V16.0005C2.95867 16.5756 3.42537 17.0414 4.00049 17.0415H16.0005C16.5755 17.0413 17.0413 16.5755 17.0415 16.0005V12.3989L14.6812 14.2349C14.1263 14.6663 13.3423 14.6402 12.8169 14.1733L6.38916 8.45947ZM4.00049 2.9585C3.42531 2.95858 2.95858 3.42531 2.9585 4.00049V9.59033L5.28174 7.52588C5.83428 7.03474 6.6667 7.03473 7.21924 7.52588L13.6479 13.2397C13.7229 13.306 13.8345 13.3098 13.9136 13.2485L17.0415 10.8149V4.00049C17.0414 3.42537 16.5756 2.95867 16.0005 2.9585H4.00049ZM12.9175 5.2085C13.9527 5.20876 14.7924 6.0482 14.7925 7.0835C14.7925 8.11887 13.9528 8.95823 12.9175 8.9585C11.8819 8.9585 11.0425 8.11903 11.0425 7.0835C11.0426 6.04804 11.882 5.2085 12.9175 5.2085ZM12.9175 6.4585C12.5724 6.4585 12.2926 6.73839 12.2925 7.0835C12.2925 7.42867 12.5723 7.7085 12.9175 7.7085C13.2624 7.70823 13.5425 7.42851 13.5425 7.0835C13.5424 6.73856 13.2624 6.45876 12.9175 6.4585Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M19.2002 2.0498C20.7187 2.05002 21.9501 3.28123 21.9502 4.7998V19.2002C21.95 20.7187 20.7187 21.95 19.2002 21.9502H4.7998C3.28124 21.9501 2.05001 20.7187 2.0498 19.2002V4.7998C2.0499 3.28117 3.28117 2.0499 4.7998 2.0498H19.2002ZM7.66602 10.1514C7.57129 10.0672 7.42871 10.0672 7.33398 10.1514L3.5498 13.5137V19.2002C3.55001 19.8903 4.10966 20.4501 4.7998 20.4502H19.2002C19.8902 20.45 20.45 19.8902 20.4502 19.2002V14.877L17.6172 17.0811C16.9513 17.599 16.0104 17.5683 15.3799 17.0078L7.66602 10.1514ZM4.7998 3.5498C4.1096 3.5499 3.5499 4.10959 3.5498 4.7998V11.5078L6.33691 9.03027C6.99996 8.4409 8.00004 8.4409 8.66309 9.03027L16.377 15.8867C16.467 15.9666 16.6012 15.9714 16.6963 15.8975L20.4502 12.9766V4.7998C20.4501 4.10966 19.8903 3.55002 19.2002 3.5498H4.7998ZM15.5 6.25C16.7426 6.25 17.75 7.25736 17.75 8.5C17.75 9.74264 16.7426 10.75 15.5 10.75C14.2574 10.75 13.25 9.74264 13.25 8.5C13.25 7.25736 14.2574 6.25 15.5 6.25ZM15.5 7.75C15.0858 7.75 14.75 8.08579 14.75 8.5C14.75 8.91421 15.0858 9.25 15.5 9.25C15.9142 9.25 16.25 8.91421 16.25 8.5C16.25 8.08579 15.9142 7.75 15.5 7.75Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,inline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.69299 0.633484C3.85866 0.633484 3.99276 0.767631 3.9928 0.933289C3.9928 1.09897 3.85868 1.23309 3.69299 1.23309H1.26624C1.24814 1.23331 1.23324 1.2482 1.23303 1.2663V6.73309C1.23303 6.75137 1.24801 6.76608 1.26624 6.7663H6.73303C6.75144 6.7663 6.76624 6.7515 6.76624 6.73309V4.30634C6.76642 4.14084 6.90148 4.00657 7.06702 4.00653C7.23238 4.00678 7.36663 4.14096 7.36682 4.30634V6.73309C7.36682 7.08287 7.08281 7.36688 6.73303 7.36688H1.26624C0.916642 7.36666 0.633423 7.08274 0.633423 6.73309V1.2663C0.633632 0.91683 0.91677 0.633703 1.26624 0.633484H3.69299ZM6.39807 1.53094C6.49431 1.35887 6.68199 1.30669 6.83069 1.34344C6.98465 1.38163 7.13505 1.5276 7.11877 1.74091L7.09924 1.93622C7.04315 2.40611 6.90074 2.96541 6.55627 3.43622C6.17874 3.95173 5.57987 4.33067 4.67639 4.39911V5.28192C4.67618 5.61158 4.29434 5.77815 4.05334 5.58173L4.00745 5.53778L2.4928 3.8454C2.36293 3.69997 2.36295 3.48009 2.4928 3.33466L4.00745 1.64227C4.24211 1.38105 4.67599 1.54689 4.67639 1.89813V2.80048C5.07098 2.7938 5.81111 2.58291 6.39807 1.53094ZM3.06995 3.59052L4.07678 4.71552V4.19403C4.07702 3.97474 4.25626 3.81455 4.45471 3.81024C5.30535 3.79165 5.78643 3.47303 6.07288 3.08173C6.17078 2.9479 6.24729 2.80035 6.3092 2.64813C5.59426 3.36548 4.80616 3.46108 4.37952 3.37762C4.18585 3.33967 4.07689 3.16961 4.07678 3.00653V2.46552L3.06995 3.59052Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.61719 0.766602C4.83799 0.766707 5.01656 0.946178 5.0166 1.16699C5.0166 1.38784 4.83801 1.56728 4.61719 1.56738H1.58398C1.57485 1.56744 1.56742 1.57485 1.56738 1.58398V8.41699C1.56738 8.42616 1.57483 8.43354 1.58398 8.43359H8.41699C8.4262 8.43359 8.43359 8.4262 8.43359 8.41699V5.38379C8.43364 5.16294 8.61314 4.98345 8.83398 4.9834C9.05472 4.98357 9.23336 5.16302 9.2334 5.38379V8.41699C9.2334 8.86802 8.86803 9.2334 8.41699 9.2334H1.58398C1.133 9.23334 0.766602 8.86799 0.766602 8.41699V1.58398C0.766643 1.13302 1.13302 0.766657 1.58398 0.766602H4.61719ZM7.97559 1.90137C8.10196 1.67535 8.34867 1.60723 8.54395 1.65527C8.74641 1.70532 8.94425 1.89693 8.92285 2.17773L8.89844 2.42285C8.82808 3.01283 8.6501 3.71608 8.21582 4.30957C7.7424 4.95637 6.99418 5.43282 5.87012 5.52344V6.60254C5.87004 7.03611 5.3688 7.25498 5.05176 6.99707L4.99023 6.93848L3.09766 4.82422C2.92655 4.63279 2.92639 4.3427 3.09766 4.15137L4.99023 2.03711C5.29876 1.69274 5.86961 1.91082 5.87012 2.37305V3.47852C6.36032 3.46191 7.25832 3.18698 7.97559 1.90137ZM3.87109 4.48828L5.07031 5.8291V5.24316C5.07053 4.95463 5.30668 4.7441 5.56738 4.73828C6.62402 4.71534 7.21717 4.31938 7.57031 3.83691C7.66627 3.70575 7.74696 3.56468 7.81445 3.41797C6.9396 4.23996 5.99318 4.34951 5.46973 4.24707C5.21452 4.19698 5.07031 3.97222 5.07031 3.75781V3.14844L3.87109 4.48828Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.53955 0.899902C5.81566 0.899902 6.0395 1.1238 6.03955 1.3999C6.03955 1.67604 5.81569 1.8999 5.53955 1.8999H1.8999V10.1001H10.1001V6.45947C10.1004 6.18361 10.3242 5.95954 10.6001 5.95947C10.876 5.95958 11.0998 6.18363 11.1001 6.45947V10.1001C11.1 10.6522 10.6522 11.1 10.1001 11.1001H1.8999C1.34774 11.1 0.900007 10.6523 0.899902 10.1001V1.8999C0.899952 1.3477 1.3477 0.899968 1.8999 0.899902H5.53955ZM9.5542 2.27295C9.71087 1.99228 10.0162 1.90743 10.2583 1.96729C10.5091 2.02963 10.7539 2.2675 10.7271 2.61572C10.6683 3.37581 10.4742 4.3661 9.87549 5.18408C9.30645 5.96147 8.40825 6.53287 7.06494 6.646V7.92334C7.06457 8.46046 6.44227 8.7319 6.04932 8.4126L5.97412 8.34033L3.70264 5.80322C3.49025 5.56595 3.4903 5.20654 3.70264 4.96924L5.97412 2.43115C6.35672 2.00426 7.06474 2.27483 7.06494 2.84814V4.15381C7.65081 4.12673 8.7075 3.79044 9.5542 2.27295ZM4.67236 5.38623L6.06494 6.94287V6.29248C6.06494 5.9343 6.35785 5.67255 6.68115 5.66553C7.94283 5.63793 8.64915 5.16661 9.06885 4.59326C9.16324 4.46426 9.24393 4.32639 9.31494 4.18408C8.28178 5.11205 7.17873 5.23792 6.55908 5.1167C6.24264 5.05451 6.06516 4.77574 6.06494 4.51025V3.82959L4.67236 5.38623Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.38611 1.36655C7.66221 1.36655 7.88604 1.59046 7.88611 1.86655C7.88611 2.14269 7.66225 2.36655 7.38611 2.36655H2.53357C2.44164 2.36663 2.36664 2.4416 2.36658 2.53354V13.4662C2.36658 13.5581 2.4416 13.6331 2.53357 13.6331H13.4662C13.5582 13.6331 13.6332 13.5582 13.6332 13.4662V8.61362C13.6332 8.33761 13.8572 8.11374 14.1332 8.11362C14.4093 8.11362 14.6331 8.33753 14.6332 8.61362V13.4662C14.6332 14.1105 14.1105 14.6331 13.4662 14.6331H2.53357C1.88931 14.6331 1.36658 14.1104 1.36658 13.4662V2.53354C1.36664 1.88932 1.88935 1.36663 2.53357 1.36655H7.38611ZM12.8832 3.11166C13.0507 2.81141 13.3774 2.72042 13.6371 2.78452C13.9055 2.85109 14.1646 3.10338 14.1361 3.47397L14.098 3.86166C13.9869 4.79191 13.707 5.89107 13.0316 6.81381C12.2824 7.83693 11.0847 8.59084 9.25232 8.70639V10.5638C9.25207 11.1374 8.58747 11.4275 8.16833 11.0853L8.08826 11.0091L5.05994 7.62534C4.83366 7.37241 4.83393 6.98975 5.05994 6.73666L8.08826 3.35287C8.49627 2.89704 9.25205 3.18556 9.25232 3.79721V5.70639C10.0495 5.72809 11.6412 5.33739 12.8832 3.11166ZM6.00525 7.181L8.25232 9.6937V8.38901C8.25244 8.00804 8.56441 7.72873 8.91052 7.72104C10.6405 7.68345 11.6321 7.03276 12.225 6.22299C12.5239 5.81458 12.7316 5.35059 12.8744 4.87631C11.3865 6.61068 9.65998 6.83163 8.77673 6.65854C8.44207 6.59269 8.25246 6.29712 8.25232 6.01303V4.66928L6.00525 7.181Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.23389 1.7085C9.57883 1.70871 9.8588 1.98852 9.85889 2.3335C9.85889 2.67854 9.57889 2.95828 9.23389 2.9585H3.1665C3.05185 2.95878 2.95875 3.05184 2.9585 3.1665V16.8335C2.9585 16.9484 3.05169 17.0412 3.1665 17.0415H16.8335C16.9486 17.0415 17.0415 16.9486 17.0415 16.8335V10.7671C17.0416 10.4222 17.3216 10.1424 17.6665 10.1421C18.0116 10.1421 18.2914 10.422 18.2915 10.7671V16.8335C18.2915 17.6389 17.6389 18.2915 16.8335 18.2915H3.1665C2.36133 18.2912 1.7085 17.6387 1.7085 16.8335V3.1665C1.70875 2.36148 2.36149 1.70878 3.1665 1.7085H9.23389ZM16.104 3.88916C16.3134 3.51381 16.7218 3.39979 17.0464 3.47998C17.382 3.56295 17.7059 3.87889 17.6704 4.34229L17.6235 4.82666C17.4847 5.98965 17.135 7.36339 16.2905 8.51709C15.3539 9.79651 13.8564 10.739 11.5649 10.8833V13.2056C11.5647 13.9225 10.7354 14.2842 10.2114 13.8569L10.1108 13.7612L6.32568 9.53174C6.04256 9.21539 6.04263 8.7368 6.32568 8.42041L10.1108 4.19092C10.6209 3.62118 11.5646 3.98204 11.5649 4.74658V7.1333C12.5612 7.16077 14.551 6.67259 16.104 3.88916ZM7.50635 8.97705L10.3149 12.1147V10.4868C10.3149 10.0105 10.7055 9.66053 11.1382 9.65088C13.301 9.60393 14.5406 8.79117 15.2817 7.77881C15.6558 7.26783 15.9157 6.68765 16.0942 6.09424C14.2344 8.2631 12.0766 8.53996 10.9722 8.32373C10.5535 8.24162 10.3151 7.87238 10.3149 7.51709V5.83838L7.50635 8.97705Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.1562 2.05371C11.5345 2.09201 11.83 2.41148 11.8301 2.7998C11.8301 3.18821 11.5346 3.5076 11.1562 3.5459L11.0801 3.5498H3.7998C3.66191 3.54994 3.5499 3.6619 3.5498 3.7998V20.2002C3.55001 20.338 3.66197 20.4501 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4503 12.5059 20.7862 12.1701 21.2002 12.1699C21.6142 12.1701 21.9501 12.5059 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83355 21.9501 2.05002 21.1664 2.0498 20.2002V3.7998C2.0499 2.83347 2.83348 2.04994 3.7998 2.0498H11.0801L11.1562 2.05371ZM19.3252 4.66699C19.5765 4.21659 20.0655 4.07962 20.4551 4.17578C20.858 4.27538 21.248 4.65457 21.2051 5.21094L21.1475 5.79199C20.9808 7.18748 20.5611 8.83543 19.5479 10.2197C18.424 11.755 16.6276 12.8864 13.8779 13.0596V15.8457C13.8779 16.7061 12.8828 17.1403 12.2539 16.6279L12.1328 16.5127L7.59082 11.4375C7.25096 11.0578 7.25096 10.4832 7.59082 10.1035L12.1328 5.0293C12.7449 4.34543 13.8779 4.77847 13.8779 5.69629V8.55957C15.0735 8.59246 17.4617 8.00699 19.3252 4.66699ZM9.00684 10.7715L12.3779 14.5381V12.583C12.3781 12.0114 12.8468 11.5923 13.3662 11.5811C15.9616 11.5247 17.4486 10.5489 18.3379 9.33398C18.787 8.72044 19.0992 8.02407 19.3135 7.31152C17.0812 9.91545 14.4914 10.247 13.166 9.9873C12.6634 9.8888 12.3779 9.44604 12.3779 9.01953V7.00488L9.00684 10.7715Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,line:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.41669 4.33368C1.55476 4.33368 1.66669 4.44561 1.66669 4.58368V7.08368C1.66651 7.2216 1.55465 7.33368 1.41669 7.33368H0.916687C0.778724 7.33368 0.666862 7.2216 0.666687 7.08368V4.58368C0.666687 4.44561 0.778616 4.33368 0.916687 4.33368H1.41669ZM4.24969 4.33368C4.38777 4.33368 4.49969 4.44561 4.49969 4.58368V7.08368C4.49952 7.2216 4.38766 7.33368 4.24969 7.33368H3.74969C3.61188 7.3335 3.49987 7.22149 3.49969 7.08368V4.58368C3.49969 4.44572 3.61177 4.33386 3.74969 4.33368H4.24969ZM1.41669 0.666687C1.55476 0.666687 1.66669 0.778616 1.66669 0.916687V3.41669C1.66669 3.55476 1.55476 3.66669 1.41669 3.66669H0.916687C0.778616 3.66669 0.666687 3.55476 0.666687 3.41669V0.916687C0.666687 0.778616 0.778616 0.666687 0.916687 0.666687H1.41669ZM4.24969 0.666687C4.38777 0.666687 4.49969 0.778616 4.49969 0.916687V3.41669C4.49969 3.55476 4.38777 3.66669 4.24969 3.66669H3.74969C3.61177 3.66651 3.49969 3.55465 3.49969 3.41669V0.916687C3.49969 0.778724 3.61177 0.666863 3.74969 0.666687H4.24969ZM7.08368 0.666687C7.2216 0.666862 7.33368 0.778724 7.33368 0.916687V3.41669C7.33368 3.55465 7.2216 3.66651 7.08368 3.66669H6.58368C6.44561 3.66669 6.33368 3.55476 6.33368 3.41669V0.916687C6.33368 0.778616 6.44561 0.666687 6.58368 0.666687H7.08368Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.77081 5.41632C1.94329 5.41632 2.08314 5.55638 2.08331 5.72882V8.85382C2.08331 9.02641 1.9434 9.16632 1.77081 9.16632H1.14581C0.973224 9.16632 0.833313 9.02641 0.833313 8.85382V5.72882C0.833489 5.55638 0.973332 5.41632 1.14581 5.41632H1.77081ZM5.31281 5.41632C5.48514 5.4165 5.62513 5.55649 5.62531 5.72882V8.85382C5.62531 9.0263 5.48524 9.16614 5.31281 9.16632H4.68781C4.51522 9.16632 4.37531 9.02641 4.37531 8.85382V5.72882C4.37548 5.55638 4.51532 5.41632 4.68781 5.41632H5.31281ZM1.77081 0.833313C1.9434 0.833313 2.08331 0.973224 2.08331 1.14581V4.27081C2.08331 4.4434 1.9434 4.58331 1.77081 4.58331H1.14581C0.973224 4.58331 0.833313 4.4434 0.833313 4.27081V1.14581C0.833313 0.973224 0.973224 0.833313 1.14581 0.833313H1.77081ZM5.31281 0.833313C5.48524 0.833489 5.62531 0.973333 5.62531 1.14581V4.27081C5.62531 4.44329 5.48524 4.58314 5.31281 4.58331H4.68781C4.51522 4.58331 4.37531 4.4434 4.37531 4.27081V1.14581C4.37531 0.973224 4.51522 0.833313 4.68781 0.833313H5.31281ZM8.85382 0.833313C9.02641 0.833313 9.16632 0.973224 9.16632 1.14581V4.27081C9.16632 4.4434 9.02641 4.58331 8.85382 4.58331H8.22882C8.05638 4.58314 7.91632 4.44329 7.91632 4.27081V1.14581C7.91632 0.973332 8.05638 0.833488 8.22882 0.833313H8.85382Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.125 6.5C2.33211 6.5 2.5 6.66789 2.5 6.875V10.625C2.5 10.8321 2.33211 11 2.125 11H1.375C1.16789 11 1 10.8321 1 10.625V6.875C1 6.66789 1.16789 6.5 1.375 6.5H2.125ZM6.375 6.5C6.58211 6.5 6.75 6.66789 6.75 6.875V10.625C6.75 10.8321 6.58211 11 6.375 11H5.625C5.41789 11 5.25 10.8321 5.25 10.625V6.875C5.25 6.66789 5.41789 6.5 5.625 6.5H6.375ZM2.125 1C2.33211 1 2.5 1.16789 2.5 1.375V5.125C2.5 5.33211 2.33211 5.5 2.125 5.5H1.375C1.16789 5.5 1 5.33211 1 5.125V1.375C1 1.16789 1.16789 1 1.375 1H2.125ZM6.375 1C6.58211 1 6.75 1.16789 6.75 1.375V5.125C6.75 5.33211 6.58211 5.5 6.375 5.5H5.625C5.41789 5.5 5.25 5.33211 5.25 5.125V1.375C5.25 1.16789 5.41789 1 5.625 1H6.375ZM10.625 1C10.8321 1 11 1.16789 11 1.375V5.125C11 5.33211 10.8321 5.5 10.625 5.5H9.875C9.66789 5.5 9.5 5.33211 9.5 5.125V1.375C9.5 1.16789 9.66789 1 9.875 1H10.625Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.83331 8.66632C3.10935 8.66632 3.33314 8.89033 3.33331 9.16632V14.1663C3.33331 14.4425 3.10946 14.6663 2.83331 14.6663H1.83331C1.55717 14.6663 1.33331 14.4425 1.33331 14.1663V9.16632C1.33349 8.89033 1.55728 8.66632 1.83331 8.66632H2.83331ZM8.50031 8.66632C8.77619 8.6665 9.00013 8.89044 9.00031 9.16632V14.1663C9.00031 14.4424 8.7763 14.6661 8.50031 14.6663H7.50031C7.22416 14.6663 7.00031 14.4425 7.00031 14.1663V9.16632C7.00048 8.89033 7.22427 8.66632 7.50031 8.66632H8.50031ZM2.83331 1.33331C3.10946 1.33331 3.33331 1.55717 3.33331 1.83331V6.83331C3.33331 7.10946 3.10946 7.33331 2.83331 7.33331H1.83331C1.55717 7.33331 1.33331 7.10946 1.33331 6.83331V1.83331C1.33331 1.55717 1.55717 1.33331 1.83331 1.33331H2.83331ZM8.50031 1.33331C8.7763 1.33349 9.00031 1.55728 9.00031 1.83331V6.83331C9.0003 7.10935 8.7763 7.33314 8.50031 7.33331H7.50031C7.22416 7.33331 7.00031 7.10946 7.00031 6.83331V1.83331C7.00031 1.55717 7.22416 1.33331 7.50031 1.33331H8.50031ZM14.1663 1.33331C14.4425 1.33331 14.6663 1.55717 14.6663 1.83331V6.83331C14.6663 7.10946 14.4425 7.33331 14.1663 7.33331H13.1663C12.8903 7.33314 12.6663 7.10935 12.6663 6.83331V1.83331C12.6663 1.55728 12.8903 1.33349 13.1663 1.33331H14.1663Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.54169 10.8337C3.88686 10.8337 4.16669 11.1135 4.16669 11.4587V17.7087C4.16651 18.0537 3.88676 18.3337 3.54169 18.3337H2.29169C1.94662 18.3337 1.66686 18.0537 1.66669 17.7087V11.4587C1.66669 11.1135 1.94651 10.8337 2.29169 10.8337H3.54169ZM10.6247 10.8337C10.9699 10.8337 11.2497 11.1135 11.2497 11.4587V17.7087C11.2495 18.0537 10.9698 18.3337 10.6247 18.3337H9.37469C9.02978 18.3335 8.74987 18.0536 8.74969 17.7087V11.4587C8.74969 11.1136 9.02967 10.8339 9.37469 10.8337H10.6247ZM3.54169 1.66669C3.88686 1.66669 4.16669 1.94651 4.16669 2.29169V8.54169C4.16669 8.88686 3.88686 9.16669 3.54169 9.16669H2.29169C1.94651 9.16669 1.66669 8.88687 1.66669 8.54169V2.29169C1.66669 1.94651 1.94651 1.66669 2.29169 1.66669H3.54169ZM10.6247 1.66669C10.9699 1.66669 11.2497 1.94651 11.2497 2.29169V8.54169C11.2497 8.88686 10.9699 9.16669 10.6247 9.16669H9.37469C9.02967 9.16651 8.7497 8.88676 8.74969 8.54169V2.29169C8.74969 1.94662 9.02967 1.66686 9.37469 1.66669H10.6247ZM17.7087 1.66669C18.0537 1.66686 18.3337 1.94662 18.3337 2.29169V8.54169C18.3337 8.88676 18.0537 9.16651 17.7087 9.16669H16.4587C16.1135 9.16669 15.8337 8.88687 15.8337 8.54169V2.29169C15.8337 1.94651 16.1135 1.66669 16.4587 1.66669H17.7087Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.25 13C4.66421 13 5 13.3358 5 13.75V21.25C5 21.6642 4.66421 22 4.25 22H2.75C2.33579 22 2 21.6642 2 21.25V13.75C2 13.3358 2.33579 13 2.75 13H4.25ZM12.75 13C13.1642 13 13.5 13.3358 13.5 13.75V21.25C13.5 21.6642 13.1642 22 12.75 22H11.25C10.8358 22 10.5 21.6642 10.5 21.25V13.75C10.5 13.3358 10.8358 13 11.25 13H12.75ZM4.25 2C4.66421 2 5 2.33579 5 2.75V10.25C5 10.6642 4.66421 11 4.25 11H2.75C2.33579 11 2 10.6642 2 10.25V2.75C2 2.33579 2.33579 2 2.75 2H4.25ZM12.75 2C13.1642 2 13.5 2.33579 13.5 2.75V10.25C13.5 10.6642 13.1642 11 12.75 11H11.25C10.8358 11 10.5 10.6642 10.5 10.25V2.75C10.5 2.33579 10.8358 2 11.25 2H12.75ZM21.25 2C21.6642 2 22 2.33579 22 2.75V10.25C22 10.6642 21.6642 11 21.25 11H19.75C19.3358 11 19 10.6642 19 10.25V2.75C19 2.33579 19.3358 2 19.75 2H21.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,location:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.31949 7.50528C4.15282 7.72044 3.83337 7.72044 3.66671 7.50528C2.95837 6.57292 1.33337 4.34961 1.33337 3.08735C1.33337 1.56689 2.52782 0.333313 4.00004 0.333313C5.47226 0.333313 6.66671 1.56689 6.66671 3.08735C6.66671 4.34961 5.04171 6.57292 4.31949 7.50528ZM4.00004 4.00536C4.48615 4.00536 4.88893 3.60373 4.88893 3.08735C4.88893 2.58531 4.48615 2.16934 4.00004 2.16934C3.50004 2.16934 3.11115 2.58531 3.11115 3.08735C3.11115 3.60373 3.50004 4.00536 4.00004 4.00536Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.39926 9.38164C5.19093 9.65059 4.79163 9.65059 4.58329 9.38164C3.69788 8.2162 1.66663 5.43706 1.66663 3.85923C1.66663 1.95866 3.15968 0.416687 4.99996 0.416687C6.84024 0.416687 8.33329 1.95866 8.33329 3.85923C8.33329 5.43706 6.30204 8.2162 5.39926 9.38164ZM4.99996 5.00674C5.6076 5.00674 6.11107 4.50471 6.11107 3.85923C6.11107 3.23168 5.6076 2.71172 4.99996 2.71172C4.37496 2.71172 3.88885 3.23168 3.88885 3.85923C3.88885 4.50471 4.37496 5.00674 4.99996 5.00674Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.47917 11.2579C6.22917 11.5807 5.75 11.5807 5.5 11.2579C4.4375 9.85941 2 6.52445 2 4.63105C2 2.35037 3.79167 0.5 6 0.5C8.20833 0.5 10 2.35037 10 4.63105C10 6.52445 7.5625 9.85941 6.47917 11.2579ZM6 6.00807C6.72917 6.00807 7.33333 5.40562 7.33333 4.63105C7.33333 3.878 6.72917 3.25403 6 3.25403C5.25 3.25403 4.66667 3.878 4.66667 4.63105C4.66667 5.40562 5.25 6.00807 6 6.00807Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.63885 15.0106C8.30552 15.4409 7.66663 15.4409 7.33329 15.0106C5.91663 13.1459 2.66663 8.69929 2.66663 6.17476C2.66663 3.13384 5.05552 0.666687 7.99996 0.666687C10.9444 0.666687 13.3333 3.13384 13.3333 6.17476C13.3333 8.69929 10.0833 13.1459 8.63885 15.0106ZM7.99996 8.01078C8.97218 8.01078 9.77774 7.20752 9.77774 6.17476C9.77774 5.17068 8.97218 4.33873 7.99996 4.33873C6.99996 4.33873 6.22218 5.17068 6.22218 6.17476C6.22218 7.20752 6.99996 8.01078 7.99996 8.01078Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.7987 18.7632C10.382 19.3011 9.58337 19.3011 9.16671 18.7632C7.39587 16.4323 3.33337 10.8741 3.33337 7.7184C3.33337 3.91726 6.31949 0.833313 10 0.833313C13.6806 0.833313 16.6667 3.91726 16.6667 7.7184C16.6667 10.8741 12.6042 16.4323 10.7987 18.7632ZM10 10.0134C11.2153 10.0134 12.2223 9.00935 12.2223 7.7184C12.2223 6.4633 11.2153 5.42337 10 5.42337C8.75004 5.42337 7.77782 6.4633 7.77782 7.7184C7.77782 9.00935 8.75004 10.0134 10 10.0134Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.9583 22.5159C12.4583 23.1614 11.5 23.1614 11 22.5159C8.875 19.7188 4 13.0489 4 9.2621C4 4.70073 7.58333 1 12 1C16.4167 1 20 4.70073 20 9.2621C20 13.0489 15.125 19.7188 12.9583 22.5159ZM12 12.0161C13.4583 12.0161 14.6667 10.8112 14.6667 9.2621C14.6667 7.75599 13.4583 6.50807 12 6.50807C10.5 6.50807 9.33333 7.75599 9.33333 9.2621C9.33333 10.8112 10.5 12.0161 12 12.0161Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,logout:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.26263 0.633301C4.61229 0.633301 4.89621 0.916511 4.89642 1.26611V2.56885C4.89632 2.73434 4.76209 2.86848 4.59662 2.86865C4.43102 2.86862 4.29594 2.73443 4.29584 2.56885V1.26611C4.29563 1.24788 4.28091 1.23291 4.26263 1.23291H1.26263C1.24453 1.23312 1.22964 1.24801 1.22943 1.26611V6.73291C1.22943 6.75119 1.2444 6.7659 1.26263 6.76611H4.26263C4.28104 6.76611 4.29584 6.75132 4.29584 6.73291V5.53271C4.29608 5.36726 4.43111 5.23294 4.59662 5.23291C4.762 5.23309 4.89618 5.36735 4.89642 5.53271V6.73291C4.89642 7.08269 4.61241 7.3667 4.26263 7.3667H1.26263C0.913031 7.36649 0.629822 7.08256 0.629822 6.73291V1.26611C0.630031 0.916639 0.913161 0.63351 1.26263 0.633301H4.26263ZM5.49799 2.15576C5.62684 2.05209 5.81489 2.07299 5.91888 2.20166L7.30365 3.91455L7.33295 3.95752C7.39132 4.063 7.38081 4.19627 7.30267 4.29248L5.92474 5.98486C5.82021 6.11333 5.63138 6.13325 5.50287 6.02881C5.37448 5.92424 5.35445 5.73541 5.45892 5.60693L6.44037 4.40088L2.86713 4.396C2.70144 4.39572 2.56607 4.2609 2.56635 4.09521C2.56673 3.92975 2.70168 3.79534 2.86713 3.79541L6.44135 3.80029L5.45306 2.57764C5.3491 2.44874 5.36914 2.25982 5.49799 2.15576Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.32971 0.766602C5.78057 0.766778 6.14608 1.1331 6.14612 1.58398V3.21191C6.14586 3.43261 5.96648 3.61133 5.74573 3.61133C5.52516 3.61111 5.34657 3.43247 5.34631 3.21191V1.58398C5.34627 1.57493 5.33874 1.56756 5.32971 1.56738H1.57971C1.57057 1.56742 1.56315 1.57484 1.56311 1.58398V8.41699C1.56311 8.42617 1.57054 8.43355 1.57971 8.43359H5.32971C5.33877 8.43342 5.34631 8.42609 5.34631 8.41699V6.91699C5.34635 6.69625 5.52502 6.51682 5.74573 6.5166C5.96662 6.5166 6.14608 6.69611 6.14612 6.91699V8.41699C6.14612 8.86792 5.78059 9.23322 5.32971 9.2334H1.57971C1.12872 9.23336 0.762329 8.868 0.762329 8.41699V1.58398C0.76237 1.13301 1.12874 0.766643 1.57971 0.766602H5.32971ZM6.85706 2.67676C7.02881 2.53815 7.27976 2.56479 7.41858 2.73633L9.14905 4.87793L9.18811 4.93652C9.26559 5.07708 9.25214 5.25373 9.14807 5.38184L7.42542 7.49902C7.28598 7.67014 7.03419 7.69591 6.86292 7.55664C6.69177 7.41729 6.66621 7.16545 6.8053 6.99414L7.99866 5.52637L3.58362 5.52051C3.36285 5.52009 3.184 5.34086 3.1842 5.12012C3.18459 4.89937 3.36391 4.72059 3.58459 4.7207L7.99963 4.72656L6.79749 3.23926C6.65875 3.06748 6.68541 2.8156 6.85706 2.67676Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.3949 0.899902C6.94715 0.899902 7.39485 1.34766 7.3949 1.8999V3.85303C7.3949 4.12917 7.17104 4.35303 6.8949 4.35303C6.6188 4.35298 6.3949 4.12914 6.3949 3.85303V1.8999H1.8949V10.1001H6.3949V8.30029C6.39495 8.02422 6.61883 7.80034 6.8949 7.80029C7.17101 7.80029 7.39485 8.02419 7.3949 8.30029V10.1001C7.39479 10.6523 6.94712 11.1001 6.3949 11.1001H1.8949C1.34272 11.1 0.895003 10.6523 0.894897 10.1001V1.8999C0.894947 1.34769 1.34269 0.899952 1.8949 0.899902H6.3949ZM8.21521 3.1958C8.43004 3.0223 8.74484 3.05616 8.91833 3.271L10.9945 5.84131L11.0424 5.9126C11.1398 6.08855 11.1231 6.30979 10.9926 6.47021L8.92615 9.01123C8.75198 9.22507 8.43714 9.25722 8.22302 9.0835C8.00906 8.9094 7.97613 8.59455 8.14978 8.38037L9.55505 6.65186L4.29919 6.64404C4.02345 6.64312 3.79971 6.41892 3.80017 6.14307C3.80075 5.86703 4.02606 5.64456 4.30212 5.64502L9.55701 5.65186L8.14001 3.89795C7.96719 3.68321 8.00081 3.36916 8.21521 3.1958Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.52692 1.36652C9.17106 1.36669 9.69287 1.88934 9.69293 2.53351V5.138C9.69273 5.41397 9.46895 5.638 9.19293 5.638C8.91712 5.63776 8.69313 5.41382 8.69293 5.138V2.53351C8.69287 2.44163 8.61877 2.36669 8.52692 2.36652H2.52692C2.43497 2.36658 2.35999 2.44156 2.35992 2.53351V13.4661C2.35992 13.5581 2.43493 13.6331 2.52692 13.6331H8.52692C8.61881 13.6329 8.69293 13.5581 8.69293 13.4661V11.0667C8.693 10.7908 8.91704 10.567 9.19293 10.5667C9.46903 10.5667 9.69287 10.7906 9.69293 11.0667V13.4661C9.69293 14.1103 9.1711 14.6329 8.52692 14.6331H2.52692C1.88264 14.6331 1.35992 14.1104 1.35992 13.4661V2.53351C1.35999 1.88927 1.88268 1.36658 2.52692 1.36652H8.52692ZM11.0582 4.38995C11.273 4.21657 11.5888 4.25046 11.7623 4.46515L14.5298 7.89191L14.5777 7.96417C14.6752 8.14012 14.6584 8.36134 14.5279 8.52179L11.772 11.9085C11.5979 12.1226 11.2831 12.1557 11.0689 11.9818C10.8547 11.8075 10.8224 11.4918 10.9966 11.2776L13.0894 8.70343L5.73395 8.69171C5.45787 8.69118 5.23348 8.46683 5.23395 8.19073C5.23471 7.91485 5.45994 7.69223 5.7359 7.69269L13.0923 7.70441L10.9839 5.09308C10.8106 4.8783 10.8435 4.56344 11.0582 4.38995Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.6579 1.7085C11.4632 1.7085 12.1166 2.36131 12.1169 3.1665V6.42236C12.1169 6.76743 11.8369 7.04719 11.4919 7.04736C11.1468 7.04728 10.8669 6.76749 10.8669 6.42236V3.1665C10.8666 3.05166 10.7728 2.9585 10.6579 2.9585H3.1579C3.04322 2.95875 2.95015 3.05182 2.94989 3.1665V16.8335C2.94989 16.9484 3.04306 17.0412 3.1579 17.0415H10.6579C10.773 17.0415 10.8669 16.9486 10.8669 16.8335V13.8335C10.867 13.4884 11.1468 13.2086 11.4919 13.2085C11.8369 13.2087 12.1168 13.4885 12.1169 13.8335V16.8335C12.1169 17.6389 11.4633 18.2915 10.6579 18.2915H3.1579C2.3527 18.2912 1.69989 17.6388 1.69989 16.8335V3.1665C1.70015 2.36147 2.35286 1.70875 3.1579 1.7085H10.6579ZM13.8239 5.48779C14.0924 5.27151 14.4851 5.3142 14.7018 5.58252L18.1618 9.86475L18.2224 9.95557C18.3439 10.1754 18.3227 10.4514 18.1599 10.6519L14.7155 14.8872C14.4977 15.1547 14.1033 15.1946 13.8356 14.9771C13.5683 14.7593 13.5275 14.3658 13.7448 14.0981L16.363 10.8804L7.16766 10.8657C6.82261 10.8651 6.54325 10.5848 6.54364 10.2397C6.54426 9.89481 6.82378 9.61548 7.16864 9.61572L16.3659 9.63037L13.7292 6.3667C13.5128 6.09817 13.5556 5.70452 13.8239 5.48779Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.7899 2.0498C13.7563 2.0498 14.5398 2.83339 14.5399 3.7998V7.70605C14.5399 8.12027 14.2041 8.45605 13.7899 8.45605C13.3757 8.45596 13.0399 8.12021 13.0399 7.70605V3.7998C13.0398 3.66182 12.9279 3.5498 12.7899 3.5498H3.78986C3.65193 3.5499 3.53995 3.66188 3.53986 3.7998V20.2002C3.54007 20.338 3.652 20.4501 3.78986 20.4502H12.7899C12.9278 20.4502 13.0396 20.3381 13.0399 20.2002V16.5996C13.0401 16.1856 13.3759 15.8497 13.7899 15.8496C14.2039 15.8496 14.5397 16.1856 14.5399 16.5996V20.2002C14.5396 21.1665 13.7562 21.9502 12.7899 21.9502H3.78986C2.82357 21.9501 2.04007 21.1665 2.03986 20.2002V3.7998C2.03995 2.83345 2.8235 2.0499 3.78986 2.0498H12.7899ZM16.5877 6.58594C16.8899 6.34191 17.3241 6.37039 17.5916 6.64062L17.6424 6.69727L21.7938 11.8379L21.867 11.9473C22.0127 12.2111 21.9874 12.5428 21.7918 12.7832L17.658 17.8633C17.3966 18.1846 16.9236 18.234 16.6024 17.9727C16.2812 17.7113 16.2329 17.2383 16.494 16.917L19.6356 13.0557L8.6004 13.0381C8.18644 13.0372 7.85084 12.7011 7.85138 12.2871C7.85215 11.873 8.18925 11.5375 8.60333 11.5381L19.6385 11.5557L16.4754 7.64062L16.4305 7.57812C16.2229 7.25988 16.2859 6.82994 16.5877 6.58594Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,minus:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.33331 4H6.66665",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.66669 5H8.33335",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2 6H10",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.66669 8H13.3334",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.33331 10H16.6666",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4 12H20",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,notificationFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00031 0.333344C6.0252 0.333519 7.66632 1.9754 7.66632 4.00034C7.66614 6.02512 6.02509 7.66618 4.00031 7.66635C1.97537 7.66635 0.333489 6.02523 0.333313 4.00034C0.333313 1.97529 1.97526 0.333344 4.00031 0.333344ZM4.00031 5.16635C3.81621 5.16635 3.66632 5.31624 3.66632 5.50034C3.6665 5.68428 3.81632 5.83334 4.00031 5.83334C4.18414 5.83317 4.33314 5.68417 4.33331 5.50034C4.33331 5.31635 4.18425 5.16653 4.00031 5.16635ZM4.00031 2.07553C3.83462 2.07553 3.7005 2.20965 3.7005 2.37534V4.37534C3.70068 4.54087 3.83473 4.67514 4.00031 4.67514C4.16573 4.67497 4.29993 4.54076 4.30011 4.37534V2.37534C4.30011 2.20976 4.16584 2.07571 4.00031 2.07553Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.99969 0.416656C7.53089 0.416656 9.5835 2.46851 9.58368 4.99966C9.58368 7.53097 7.531 9.58365 4.99969 9.58365C2.46854 9.58347 0.416687 7.53086 0.416687 4.99966C0.416863 2.46862 2.46865 0.416832 4.99969 0.416656ZM4.99969 6.45865C4.76983 6.45882 4.58385 6.6448 4.58368 6.87466C4.58368 7.10467 4.76973 7.29148 4.99969 7.29166C5.22981 7.29166 5.41669 7.10478 5.41669 6.87466C5.41651 6.64469 5.22971 6.45865 4.99969 6.45865ZM4.99969 2.56802C4.77904 2.5682 4.59948 2.74776 4.5993 2.96841V5.46841C4.5993 5.68922 4.77893 5.86863 4.99969 5.8688C5.22061 5.8688 5.40009 5.68933 5.40009 5.46841V2.96841C5.39991 2.74765 5.2205 2.56802 4.99969 2.56802Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6C0.5 2.96243 2.96243 0.5 6 0.5ZM6 7.75C5.72386 7.75 5.5 7.97386 5.5 8.25C5.5 8.52614 5.72386 8.75 6 8.75C6.27614 8.75 6.5 8.52614 6.5 8.25C6.5 7.97386 6.27614 7.75 6 7.75ZM6 3.0625C5.72386 3.0625 5.5 3.28636 5.5 3.5625V6.5625C5.5 6.83864 5.72386 7.0625 6 7.0625C6.27614 7.0625 6.5 6.83864 6.5 6.5625V3.5625C6.5 3.28636 6.27614 3.0625 6 3.0625Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99969 0.666656C12.0497 0.666656 15.3335 3.94973 15.3337 7.99966C15.3337 12.0498 12.0498 15.3336 7.99969 15.3336C3.94976 15.3335 0.666687 12.0496 0.666687 7.99966C0.666863 3.94984 3.94987 0.666832 7.99969 0.666656ZM7.99969 10.3336C7.63176 10.3338 7.33386 10.6317 7.33368 10.9997C7.33368 11.3677 7.63165 11.6665 7.99969 11.6667C8.36788 11.6667 8.66669 11.3679 8.66669 10.9997C8.66651 10.6316 8.36778 10.3336 7.99969 10.3336ZM7.99969 4.24966C7.72381 4.24984 7.49987 4.47378 7.49969 4.74966V8.74966C7.49969 9.0257 7.7237 9.24949 7.99969 9.24966C8.27584 9.24966 8.49969 9.02581 8.49969 8.74966V4.74966C8.49952 4.47367 8.27573 4.24966 7.99969 4.24966Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.833344C15.0628 0.83352 19.1663 4.93783 19.1663 10.0003C19.1661 15.0627 15.0627 19.1662 10.0003 19.1664C4.9378 19.1664 0.833489 15.0628 0.833313 10.0003C0.833313 4.93773 4.9377 0.833344 10.0003 0.833344ZM10.0003 12.9164C9.54007 12.9164 9.16632 13.2901 9.16632 13.7503C9.1665 14.2104 9.54018 14.5833 10.0003 14.5833C10.4603 14.5832 10.8331 14.2103 10.8333 13.7503C10.8333 13.2902 10.4604 12.9165 10.0003 12.9164ZM10.0003 5.31284C9.65513 5.31284 9.37531 5.59266 9.37531 5.93784V10.9378C9.37548 11.2829 9.65524 11.5628 10.0003 11.5628C10.3452 11.5627 10.6251 11.2828 10.6253 10.9378V5.93784C10.6253 5.59277 10.3453 5.31301 10.0003 5.31284Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 15.5C11.4477 15.5 11 15.9477 11 16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5C13 15.9477 12.5523 15.5 12 15.5ZM12 6.375C11.5858 6.375 11.25 6.71079 11.25 7.125V13.125C11.25 13.5392 11.5858 13.875 12 13.875C12.4142 13.875 12.75 13.5392 12.75 13.125V7.125C12.75 6.71079 12.4142 6.375 12 6.375Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,notificationOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.00031 0.30014C6.04356 0.300351 7.69949 1.95704 7.69952 4.00034C7.69931 6.04348 6.04345 7.69934 4.00031 7.69955C1.95701 7.69952 0.300321 6.04359 0.30011 4.00034C0.300146 1.95693 1.9569 0.300173 4.00031 0.30014ZM4.00031 0.89975C2.28827 0.899783 0.899755 2.2883 0.899719 4.00034C0.89993 5.71222 2.28838 7.09991 4.00031 7.09995C5.71208 7.09973 7.0997 5.71211 7.09991 4.00034C7.09988 2.28841 5.71219 0.899961 4.00031 0.89975ZM4.00031 5.16635C4.18425 5.16653 4.33331 5.31635 4.33331 5.50034C4.33314 5.68417 4.18414 5.83317 4.00031 5.83334C3.81632 5.83334 3.6665 5.68428 3.66632 5.50034C3.66632 5.31624 3.81621 5.16635 4.00031 5.16635ZM4.00031 2.07553C4.16584 2.07571 4.30011 2.20976 4.30011 2.37534V4.37534C4.29993 4.54076 4.16573 4.67497 4.00031 4.67514C3.83473 4.67514 3.70068 4.54087 3.7005 4.37534V2.37534C3.7005 2.20965 3.83462 2.07553 4.00031 2.07553Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99994 0.349518C7.56804 0.349518 9.65028 2.43182 9.65033 4.99991C9.65033 7.56803 7.56806 9.6503 4.99994 9.6503C2.43185 9.65026 0.349548 7.56801 0.349548 4.99991C0.349593 2.43185 2.43188 0.349559 4.99994 0.349518ZM4.99994 1.1503C2.87371 1.15034 1.15037 2.87368 1.15033 4.99991C1.15033 7.12618 2.87368 8.84948 4.99994 8.84952C7.12624 8.84952 8.84955 7.1262 8.84955 4.99991C8.8495 2.87365 7.12621 1.1503 4.99994 1.1503ZM4.99994 6.45792C5.23003 6.45792 5.41689 6.64483 5.41693 6.87491C5.41693 7.10503 5.23006 7.2919 4.99994 7.2919C4.76986 7.29186 4.58295 7.105 4.58295 6.87491C4.58299 6.64485 4.76988 6.45796 4.99994 6.45792ZM4.99994 2.56827C5.22083 2.56827 5.40029 2.74778 5.40033 2.96866V5.46866C5.40033 5.68957 5.22085 5.86905 4.99994 5.86905C4.77906 5.86901 4.59955 5.68955 4.59955 5.46866V2.96866C4.59959 2.74781 4.77909 2.56831 4.99994 2.56827Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.99951 0.399902C9.09214 0.399902 11.5998 2.90694 11.6001 5.99951C11.6001 9.09231 9.09231 11.6001 5.99951 11.6001C2.90694 11.5998 0.399902 9.09215 0.399902 5.99951C0.400167 2.9071 2.9071 0.400163 5.99951 0.399902ZM5.99951 1.3999C3.45939 1.40016 1.40017 3.45939 1.3999 5.99951C1.3999 8.53986 3.45922 10.5998 5.99951 10.6001C8.54002 10.6001 10.6001 8.54002 10.6001 5.99951C10.5998 3.45923 8.53986 1.3999 5.99951 1.3999ZM6.00049 7.75049C6.27641 7.75075 6.50049 7.97451 6.50049 8.25049C6.50023 8.52624 6.27624 8.75023 6.00049 8.75049C5.72451 8.75049 5.50075 8.52641 5.50049 8.25049C5.50049 7.97435 5.72435 7.75049 6.00049 7.75049ZM6.00049 3.06299C6.27641 3.06325 6.50049 3.28701 6.50049 3.56299L6.49951 6.56299C6.49925 6.83891 6.27549 7.06299 5.99951 7.06299C5.72359 7.06273 5.49951 6.83799 5.49951 6.56201L5.50049 3.56201C5.50075 3.28609 5.72451 3.06299 6.00049 3.06299Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8 0.700195C12.0316 0.700195 15.2996 3.96847 15.2998 8C15.2998 12.0317 12.0317 15.2998 8 15.2998C3.96847 15.2996 0.700195 12.0316 0.700195 8C0.700372 3.96858 3.96858 0.700367 8 0.700195ZM8 1.7002C4.52086 1.70037 1.70037 4.52086 1.7002 8C1.7002 11.4793 4.52075 14.2996 8 14.2998C11.4794 14.2998 14.2998 11.4794 14.2998 8C14.2996 4.52076 11.4793 1.7002 8 1.7002ZM8 10.334C8.36808 10.334 8.66682 10.632 8.66699 11C8.66699 11.3682 8.36819 11.667 8 11.667C7.63196 11.6668 7.33398 11.3681 7.33398 11C7.33416 10.6321 7.63207 10.3342 8 10.334ZM8 4.25C8.27603 4.25 8.49982 4.47401 8.5 4.75V8.75C8.5 9.02614 8.27614 9.25 8 9.25C7.72401 9.24982 7.5 9.02603 7.5 8.75V4.75C7.50018 4.47412 7.72412 4.25018 8 4.25Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99982 0.874847C15.0394 0.874847 19.1247 4.96033 19.1248 9.99985C19.1248 15.0394 15.0394 19.1248 9.99982 19.1248C4.96029 19.1248 0.874817 15.0394 0.874817 9.99985C0.874906 4.96038 4.96034 0.87493 9.99982 0.874847ZM9.99982 2.12485C5.6507 2.12493 2.12491 5.65073 2.12482 9.99985C2.12482 14.349 5.65064 17.8748 9.99982 17.8748C14.3491 17.8748 17.8748 14.3491 17.8748 9.99985C17.8747 5.65068 14.349 2.12485 9.99982 2.12485ZM9.99982 12.9168C10.46 12.9168 10.8327 13.2897 10.8328 13.7498C10.8328 14.2101 10.4601 14.5829 9.99982 14.5829C9.53965 14.5828 9.16681 14.21 9.16681 13.7498C9.1669 13.2897 9.53971 12.9169 9.99982 12.9168ZM9.99982 5.31235C10.3449 5.31235 10.6247 5.59224 10.6248 5.93735V10.9373C10.6248 11.2825 10.345 11.5623 9.99982 11.5623C9.65471 11.5623 9.37482 11.2825 9.37482 10.9373V5.93735C9.3749 5.5923 9.65477 5.31244 9.99982 5.31235Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1.0498C18.0474 1.04991 22.9501 5.95264 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95263 22.9501 1.04991 18.0474 1.0498 12C1.04991 5.95263 5.95263 1.0499 12 1.0498ZM12 2.5498C6.78106 2.5499 2.54991 6.78106 2.5498 12C2.54991 17.2189 6.78106 21.4501 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4501 6.78106 17.2189 2.54991 12 2.5498ZM12 15.5C12.5523 15.5 13 15.9477 13 16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5C11 15.9477 11.4477 15.5 12 15.5ZM12 6.375C12.4142 6.375 12.75 6.71079 12.75 7.125V13.125C12.75 13.5392 12.4142 13.875 12 13.875C11.5858 13.875 11.25 13.5392 11.25 13.125V7.125C11.25 6.71079 11.5858 6.375 12 6.375Z",fill:"currentColor"})),32:t=>C("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M15.9993 1.39973C24.0625 1.39973 30.5996 7.93629 30.5999 15.9993C30.5999 24.0627 24.0627 30.5999 15.9993 30.5999C7.93626 30.5996 1.39972 24.0625 1.39972 15.9993C1.40007 7.9365 7.93648 1.40008 15.9993 1.39973ZM15.9993 3.39973C9.04105 3.40008 3.40007 9.04107 3.39972 15.9993C3.39972 22.9579 9.04083 28.5996 15.9993 28.5999C22.9581 28.5999 28.5999 22.9581 28.5999 15.9993C28.5996 9.04085 22.9579 3.39973 15.9993 3.39973ZM16.0003 20.6663C16.7365 20.6665 17.3333 21.264 17.3333 22.0003C17.3331 22.7364 16.7364 23.3332 16.0003 23.3333C15.264 23.3333 14.6665 22.7366 14.6663 22.0003C14.6663 21.2639 15.2639 20.6663 16.0003 20.6663ZM16.0003 8.50032C16.5524 8.5005 17.0003 8.94814 17.0003 9.50032V17.5003C17.0001 18.0523 16.5523 18.5001 16.0003 18.5003C15.4481 18.5003 15.0005 18.0525 15.0003 17.5003V9.50032C15.0003 8.94804 15.448 8.50032 16.0003 8.50032Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,notion:{16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.47562 3.3239C3.92362 3.68764 4.09108 3.6599 4.93268 3.60337L12.8612 3.12764C13.0298 3.12764 12.89 2.96017 12.8335 2.93244L11.5162 1.9799C11.2644 1.78364 10.9284 1.55964 10.2842 1.61617L2.60628 2.17617C2.32682 2.2039 2.27028 2.34364 2.38228 2.45564L3.47562 3.3239ZM3.95135 5.17137V13.5138C3.95135 13.9618 4.17535 14.1303 4.67988 14.1026L13.3946 13.598C13.898 13.5703 13.9546 13.262 13.9546 12.8983V4.61137C13.9546 4.2487 13.8148 4.05137 13.5066 4.0791L4.39935 4.61137C4.06335 4.6391 3.95135 4.80764 3.95135 5.17137ZM12.554 5.61937C12.6095 5.8711 12.554 6.12284 12.3012 6.15164L11.881 6.23484V12.3938C11.5172 12.59 11.1802 12.7031 10.8996 12.7031C10.4516 12.7031 10.3396 12.5623 10.0036 12.142L7.25695 7.83057V12.0023L8.12628 12.1986C8.12628 12.1986 8.12628 12.702 7.42548 12.702L5.49268 12.814C5.43615 12.702 5.49268 12.4226 5.68895 12.366L6.19242 12.2274V6.71057L5.49375 6.6551C5.43722 6.40337 5.57695 6.03964 5.96948 6.01084L8.04308 5.87217L10.9018 10.2391V6.37564L10.1732 6.29137C10.1167 5.9831 10.3407 5.7591 10.6212 5.73137L12.5551 5.61937H12.554ZM1.96202 1.4199L9.94815 0.832171C10.9284 0.746838 11.1802 0.804437 11.7967 1.25244L14.346 3.04444C14.7674 3.35164 14.9071 3.4359 14.9071 3.7719V13.598C14.9071 14.2146 14.6831 14.5794 13.898 14.6338L4.62442 15.1938C4.03562 15.2226 3.75508 15.1383 3.44682 14.7458L1.56948 12.3106C1.23348 11.8626 1.09375 11.5266 1.09375 11.134V2.3991C1.09375 1.89564 1.31775 1.47537 1.96202 1.4199Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,outLine:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.69305 0.633484C3.85874 0.633484 3.99286 0.767603 3.99286 0.933289C3.99286 1.09897 3.85874 1.23309 3.69305 1.23309H1.2663C1.24814 1.23327 1.23327 1.24814 1.23309 1.2663V6.73309C1.23309 6.75139 1.24804 6.76612 1.2663 6.7663H6.73309C6.7515 6.7663 6.7663 6.7515 6.7663 6.73309V4.30634C6.76645 4.14078 6.90149 4.00653 7.06708 4.00653C7.23246 4.00678 7.36673 4.14093 7.36688 4.30634V6.73309C7.36688 7.08287 7.08287 7.36688 6.73309 7.36688H1.2663C0.916665 7.36671 0.633484 7.08276 0.633484 6.73309V1.2663C0.63366 0.916775 0.916774 0.63366 1.2663 0.633484H3.69305ZM4.82391 1.21747C4.82433 0.888012 5.20603 0.721366 5.44696 0.917664L5.49286 0.961609L7.00751 2.65399C7.13734 2.79936 7.1372 3.01929 7.00751 3.16473L5.49286 4.85712C5.2582 5.11891 4.82405 4.95287 4.82391 4.60126V3.69891C4.42943 3.70548 3.68934 3.91638 3.10223 4.96844C3.00606 5.14082 2.81843 5.19273 2.66962 5.15594C2.51549 5.11783 2.36506 4.97208 2.38153 4.75848L2.40106 4.56317C2.4572 4.09321 2.59943 3.53397 2.94403 3.06317C3.32162 2.5477 3.92036 2.16864 4.82391 2.10028V1.21747ZM5.42352 2.30536C5.42346 2.52479 5.24412 2.6848 5.04559 2.68915C4.1949 2.70766 3.71393 3.0264 3.42743 3.41766C3.32945 3.55152 3.25305 3.69899 3.1911 3.85126C3.90614 3.13392 4.69423 3.03823 5.12079 3.12177C5.31434 3.1597 5.42329 3.32986 5.42352 3.49286V4.03387L6.43036 2.90887L5.42352 1.78387V2.30536Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.61719 0.766602C4.83801 0.766707 5.0166 0.946143 5.0166 1.16699C5.0166 1.38784 4.83801 1.56728 4.61719 1.56738H1.58398C1.57478 1.56738 1.56738 1.57478 1.56738 1.58398V8.41699C1.56738 8.4262 1.57478 8.43359 1.58398 8.43359H8.41699C8.4262 8.43359 8.43359 8.4262 8.43359 8.41699V5.38379C8.43359 5.16288 8.61307 4.9834 8.83398 4.9834C9.05475 4.98357 9.2334 5.16298 9.2334 5.38379V8.41699C9.2334 8.86802 8.86803 9.2334 8.41699 9.2334H1.58398C1.13295 9.2334 0.766602 8.86803 0.766602 8.41699V1.58398C0.766602 1.13295 1.13295 0.766602 1.58398 0.766602H4.61719ZM6.00586 1.52246C6.00619 1.08911 6.50725 0.870085 6.82422 1.12793L6.88574 1.18652L8.77832 3.30078C8.94956 3.49209 8.94936 3.78221 8.77832 3.97363L6.88574 6.08789C6.57717 6.43262 6.00603 6.21454 6.00586 5.75195V4.64648C5.5157 4.66309 4.61762 4.93836 3.90039 6.22363C3.77408 6.44985 3.52738 6.51776 3.33203 6.46973C3.12947 6.41965 2.93151 6.22829 2.95312 5.94727L2.97754 5.70215C3.04794 5.11217 3.22584 4.40884 3.66016 3.81543C4.13359 3.16882 4.88201 2.69217 6.00586 2.60156V1.52246ZM6.80566 2.88184C6.80566 3.17048 6.56932 3.38077 6.30859 3.38672C5.25223 3.40965 4.65884 3.80579 4.30566 4.28809C4.20972 4.41919 4.12902 4.56038 4.06152 4.70703C4.93629 3.88533 5.88286 3.7755 6.40625 3.87793C6.66127 3.92803 6.80552 4.15291 6.80566 4.36719V4.97656L8.00488 3.63672L6.80566 2.2959V2.88184Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.53955 0.899902C5.81569 0.899902 6.03955 1.12376 6.03955 1.3999C6.03955 1.67604 5.81569 1.8999 5.53955 1.8999H1.8999V10.1001H10.1001V6.45947C10.1003 6.18353 10.3241 5.95947 10.6001 5.95947C10.876 5.95958 11.0999 6.18359 11.1001 6.45947V10.1001C11.1 10.6522 10.6522 11.1 10.1001 11.1001H1.8999C1.34768 11.1001 0.900007 10.6523 0.899902 10.1001V1.8999C0.899902 1.34762 1.34762 0.899902 1.8999 0.899902H5.53955ZM7.18506 1.82666C7.18536 1.28943 7.80771 1.01795 8.20068 1.3374L8.27588 1.40967L10.5474 3.94678C10.7598 4.18405 10.7597 4.54346 10.5474 4.78076L8.27588 7.31885C7.89328 7.74573 7.18526 7.47517 7.18506 6.90186V5.59619C6.5992 5.62324 5.54254 5.95946 4.6958 7.47705C4.53913 7.75772 4.23382 7.84257 3.9917 7.78271C3.74089 7.72041 3.49608 7.48255 3.52295 7.13428C3.58165 6.37418 3.77579 5.38393 4.37451 4.56592C4.94357 3.78851 5.8417 3.21711 7.18506 3.104V1.82666ZM8.18506 3.45752C8.18506 3.8157 7.89215 4.07745 7.56885 4.08447C6.30711 4.11205 5.60086 4.58337 5.18115 5.15674C5.08675 5.28575 5.00607 5.42359 4.93506 5.56592C5.96828 4.6379 7.07129 4.51204 7.69092 4.6333C8.0074 4.6955 8.18488 4.97423 8.18506 5.23975V5.92041L9.57764 4.36377L8.18506 2.80713V3.45752Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.38605 1.36655C7.66219 1.36655 7.88605 1.5904 7.88605 1.86655C7.88605 2.14269 7.66219 2.36655 7.38605 2.36655H2.53351C2.44146 2.36655 2.36652 2.44149 2.36652 2.53354V13.4662C2.36652 13.5582 2.44146 13.6331 2.53351 13.6331H13.4661C13.5582 13.6331 13.6331 13.5582 13.6331 13.4662V8.61362C13.6331 8.3375 13.857 8.11365 14.1331 8.11362C14.4093 8.11362 14.6331 8.33747 14.6331 8.61362V13.4662C14.6331 14.1105 14.1105 14.6331 13.4661 14.6331H2.53351C1.88918 14.6331 1.36652 14.1105 1.36652 13.4662V2.53354C1.36652 1.88921 1.88918 1.36655 2.53351 1.36655H7.38605ZM9.74738 2.43686C9.74738 1.86301 10.4121 1.57307 10.8314 1.91537L10.9114 1.99155L13.9398 5.37534C14.1659 5.62838 14.166 6.01103 13.9398 6.26401L10.9114 9.6478C10.5035 10.1033 9.74801 9.81472 9.74738 9.20346V7.29428C8.95011 7.27258 7.35852 7.66294 6.11652 9.88901C5.94895 10.189 5.62222 10.2802 5.36261 10.2162C5.09433 10.1496 4.83532 9.89706 4.86359 9.5267L4.90167 9.13901C5.01275 8.20876 5.29271 7.10967 5.96808 6.18686C6.71725 5.16355 7.91476 4.40985 9.74738 4.29428V2.43686ZM10.7474 4.61166C10.747 4.99248 10.4352 5.27206 10.0892 5.27963C8.3589 5.31723 7.3676 5.96774 6.77472 6.77768C6.47579 7.18615 6.26811 7.65004 6.12531 8.12436C7.61327 6.38967 9.33966 6.16903 10.223 6.34213C10.5578 6.40798 10.7474 6.70344 10.7474 6.98764V8.33139L12.9944 5.81967L10.7474 3.30698V4.61166Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.23389 1.7085C9.57889 1.70871 9.85889 1.98845 9.85889 2.3335C9.85889 2.67854 9.57889 2.95828 9.23389 2.9585H3.1665C3.0517 2.95867 2.95867 3.0517 2.9585 3.1665V16.8335C2.9585 16.9484 3.05159 17.0413 3.1665 17.0415H16.8335C16.9486 17.0415 17.0415 16.9486 17.0415 16.8335V10.7671C17.0415 10.422 17.3215 10.1423 17.6665 10.1421C18.0117 10.1421 18.2915 10.4219 18.2915 10.7671V16.8335C18.2915 17.6389 17.6389 18.2915 16.8335 18.2915H3.1665C2.36124 18.2913 1.7085 17.6388 1.7085 16.8335V3.1665C1.70867 2.36135 2.36135 1.70867 3.1665 1.7085H9.23389ZM12.1851 3.04541C12.1852 2.32844 13.0146 1.96678 13.5386 2.39404L13.6392 2.48975L17.4243 6.71924C17.7075 7.03565 17.7075 7.51418 17.4243 7.83057L13.6392 12.0601C13.1291 12.6292 12.1857 12.2686 12.1851 11.5044V9.11768C11.1887 9.09032 9.19885 9.57852 7.646 12.3618C7.43647 12.7369 7.02815 12.8512 6.70361 12.771C6.36813 12.688 6.04426 12.3718 6.07959 11.9087L6.12646 11.4243C6.26527 10.2614 6.61517 8.88757 7.45947 7.73389C8.396 6.45444 9.8937 5.51201 12.1851 5.36768V3.04541ZM13.4351 5.76416C13.4349 6.24038 13.0445 6.59054 12.6118 6.6001C10.4491 6.64713 9.20935 7.45977 8.46826 8.47217C8.09435 8.98312 7.83427 9.5634 7.65576 10.1567C9.51551 7.98789 11.6733 7.7111 12.7778 7.92725C13.1967 8.00932 13.435 8.37851 13.4351 8.73389V10.4126L16.2437 7.27393L13.4351 4.13623V5.76416Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.1562 2.05371C11.5346 2.09201 11.8301 2.4114 11.8301 2.7998C11.8301 3.18821 11.5346 3.5076 11.1562 3.5459L11.0801 3.5498H3.7998C3.66173 3.5498 3.5498 3.66173 3.5498 3.7998V20.2002C3.55002 20.3381 3.66186 20.4502 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4502 12.5057 20.786 12.1699 21.2002 12.1699C21.6142 12.1701 21.9502 12.5058 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83344 21.9502 2.05002 21.1665 2.0498 20.2002V3.7998C2.0498 2.83331 2.83331 2.0498 3.7998 2.0498H11.0801L11.1562 2.05371ZM14.6221 3.6543C14.6221 2.7939 15.6172 2.35966 16.2461 2.87207L16.3672 2.9873L20.9092 8.0625C21.2489 8.44219 21.249 9.01686 20.9092 9.39648L16.3672 14.4707C15.7551 15.1545 14.6222 14.7214 14.6221 13.8037V10.9404C13.4265 10.9075 11.0383 11.493 9.1748 14.833C8.92355 15.2833 8.43442 15.4203 8.04492 15.3242C7.64205 15.2246 7.2521 14.8453 7.29492 14.2891L7.35254 13.708C7.51917 12.3125 7.93893 10.6646 8.95215 9.28027C10.076 7.74497 11.8724 6.61358 14.6221 6.44043V3.6543ZM16.1221 6.91699C16.1218 7.48846 15.653 7.90758 15.1338 7.91895C12.5384 7.97533 11.0514 8.95111 10.1621 10.166C9.71303 10.7796 9.40079 11.4759 9.18652 12.1885C11.4188 9.58455 14.0086 9.253 15.334 9.5127C15.8365 9.61128 16.1221 10.054 16.1221 10.4805V12.4951L19.4932 8.72852L16.1221 4.96191V6.91699Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,pageEdit:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.69304 0.633484C3.8587 0.633484 3.99281 0.767631 3.99284 0.933289C3.99284 1.09897 3.85872 1.23309 3.69304 1.23309H1.26628C1.24818 1.2333 1.23328 1.24819 1.23308 1.2663V6.73309C1.23308 6.75137 1.24805 6.76609 1.26628 6.7663H6.73308C6.75149 6.7663 6.76628 6.7515 6.76628 6.73309V4.30634C6.76647 4.14083 6.90152 4.00657 7.06706 4.00653C7.23242 4.00678 7.36668 4.14096 7.36687 4.30634V6.73309C7.36687 7.08287 7.08286 7.36688 6.73308 7.36688H1.26628C0.91668 7.36667 0.633469 7.08274 0.633469 6.73309V1.2663C0.633677 0.916824 0.916809 0.633695 1.26628 0.633484H3.69304ZM5.74284 0.845398C5.89795 0.743019 6.10133 0.743185 6.25652 0.845398L6.32976 0.904968L7.09441 1.66962C7.27642 1.85182 7.27642 2.14757 7.09441 2.32977L4.26042 5.16278C4.1729 5.2503 4.05411 5.2995 3.93034 5.2995H3.16667C2.90909 5.29932 2.69987 5.09033 2.69987 4.8327V4.06903C2.69996 3.94538 2.74915 3.82639 2.83659 3.73895L5.6696 0.904968L5.74284 0.845398ZM3.29948 4.12372V4.69989H3.87566L6.57487 1.99969L5.9987 1.42352L3.29948 4.12372Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.61719 0.766602C4.83799 0.766707 5.01656 0.946178 5.0166 1.16699C5.0166 1.38784 4.83801 1.56728 4.61719 1.56738H1.58398C1.57484 1.56743 1.56742 1.57484 1.56738 1.58398V8.41699C1.56738 8.42617 1.57482 8.43355 1.58398 8.43359H8.41699C8.4262 8.43359 8.43359 8.4262 8.43359 8.41699V5.38379C8.43364 5.16294 8.61313 4.98344 8.83398 4.9834C9.05472 4.98357 9.23336 5.16302 9.2334 5.38379V8.41699C9.2334 8.86802 8.86803 9.2334 8.41699 9.2334H1.58398C1.13299 9.23335 0.766602 8.868 0.766602 8.41699V1.58398C0.766643 1.13301 1.13301 0.766645 1.58398 0.766602H4.61719ZM7.16504 1.03613C7.36727 0.902616 7.63263 0.902823 7.83496 1.03613L7.92969 1.11426L8.88574 2.07031C9.12286 2.3078 9.12286 2.69221 8.88574 2.92969L5.34375 6.47168C5.22975 6.58568 5.07527 6.6503 4.91406 6.65039H3.95801C3.62248 6.64999 3.34979 6.37757 3.34961 6.04199V5.08594C3.34981 4.92487 3.41442 4.77015 3.52832 4.65625L7.07031 1.11426L7.16504 1.03613ZM4.15039 5.16504V5.84961H4.83496L8.18457 2.5L7.5 1.81543L4.15039 5.16504Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.53955 0.899902C5.81566 0.899902 6.0395 1.1238 6.03955 1.3999C6.03955 1.67604 5.81569 1.8999 5.53955 1.8999H1.8999V10.1001H10.1001V6.45947C10.1004 6.1836 10.3242 5.95953 10.6001 5.95947C10.876 5.95958 11.0998 6.18363 11.1001 6.45947V10.1001C11.1 10.6522 10.6522 11.1 10.1001 11.1001H1.8999C1.34773 11.1 0.900007 10.6523 0.899902 10.1001V1.8999C0.899952 1.34769 1.34769 0.899955 1.8999 0.899902H5.53955ZM8.52686 1.27197C8.82143 1.03173 9.25618 1.04917 9.53076 1.32373L10.6772 2.47021C10.9696 2.76314 10.97 3.23804 10.6772 3.53076L6.42725 7.78076C6.28672 7.92129 6.0957 8.00035 5.89697 8.00049H4.75049C4.33644 8.00049 4.00075 7.66448 4.00049 7.25049V6.104C4.0005 5.90511 4.07957 5.71437 4.22021 5.57373L8.47021 1.32373L8.52686 1.27197ZM5.00049 6.20752V7.00049H5.79346L9.79346 3.00049L9.00049 2.20752L5.00049 6.20752Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.38606 1.36655C7.66216 1.36655 7.886 1.59046 7.88606 1.86655C7.88606 2.14269 7.66221 2.36655 7.38606 2.36655H2.53352C2.44158 2.36662 2.3666 2.44159 2.36653 2.53354V13.4662C2.36653 13.5582 2.44154 13.6331 2.53352 13.6331H13.4661C13.5582 13.6331 13.6331 13.5582 13.6331 13.4662V8.61362C13.6332 8.3376 13.8571 8.11372 14.1331 8.11362C14.4092 8.11362 14.6331 8.33753 14.6331 8.61362V13.4662C14.6331 14.1105 14.1105 14.6331 13.4661 14.6331H2.53352C1.88925 14.6331 1.36653 14.1104 1.36653 13.4662V2.53354C1.3666 1.88931 1.88929 1.36662 2.53352 1.36655H7.38606ZM11.474 1.82553C11.7796 1.576 12.2211 1.57598 12.5267 1.82553L12.5892 1.88217L14.1185 3.41147C14.4431 3.73684 14.4433 4.26396 14.1185 4.5892L8.45149 10.2562C8.29538 10.4123 8.08339 10.5001 7.86263 10.5003H6.33333C5.87346 10.5002 5.50067 10.1272 5.50032 9.66733V8.13803C5.50042 7.91715 5.58827 7.70536 5.74446 7.54916L11.4115 1.88217L11.474 1.82553ZM6.50032 8.20737V9.50034H7.79329L13.2933 4.00034L12.0003 2.70737L6.50032 8.20737Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.23389 1.7085C9.57883 1.70871 9.8588 1.98852 9.85889 2.3335C9.85889 2.67854 9.57889 2.95828 9.23389 2.9585H3.1665C3.05183 2.95876 2.95875 3.05183 2.9585 3.1665V16.8335C2.9585 16.9484 3.05167 17.0412 3.1665 17.0415H16.8335C16.9486 17.0415 17.0415 16.9486 17.0415 16.8335V10.7671C17.0416 10.4221 17.3216 10.1424 17.6665 10.1421C18.0116 10.1421 18.2914 10.422 18.2915 10.7671V16.8335C18.2915 17.6389 17.6389 18.2915 16.8335 18.2915H3.1665C2.36131 18.2912 1.7085 17.6388 1.7085 16.8335V3.1665C1.70875 2.36147 2.36147 1.70876 3.1665 1.7085H9.23389ZM14.3433 2.28174C14.7251 1.97041 15.2759 1.9704 15.6577 2.28174L15.7368 2.35303L17.6479 4.26416C18.0543 4.67092 18.0544 5.33012 17.6479 5.73682L10.5649 12.8208C10.3696 13.0161 10.1038 13.1254 9.82764 13.1255H7.91748C7.34224 13.1255 6.87558 12.6587 6.87549 12.0835V10.1733C6.87549 9.89707 6.98483 9.63139 7.18018 9.43604L14.2642 2.35303L14.3433 2.28174ZM8.12549 10.2593V11.8755H9.74072L16.6157 4.99951L15.0005 3.38428L8.12549 10.2593Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.1562 2.05371C11.5345 2.09201 11.83 2.41148 11.8301 2.7998C11.8301 3.18821 11.5346 3.5076 11.1562 3.5459L11.0801 3.5498H3.7998C3.66188 3.54991 3.5499 3.66188 3.5498 3.7998V20.2002C3.55001 20.338 3.66195 20.4501 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4503 12.5059 20.7861 12.17 21.2002 12.1699C21.6142 12.1701 21.9501 12.5059 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83353 21.9501 2.05002 21.1665 2.0498 20.2002V3.7998C2.0499 2.83346 2.83346 2.04991 3.7998 2.0498H11.0801L11.1562 2.05371ZM17.2109 2.7373C17.7019 2.33686 18.4261 2.36563 18.8838 2.82324L21.1768 5.11621C21.6649 5.60436 21.6649 6.39564 21.1768 6.88379L12.6768 15.3838C12.4424 15.6182 12.1245 15.75 11.793 15.75H9.5C8.80964 15.75 8.25 15.1904 8.25 14.5V12.207C8.25002 11.8755 8.38181 11.5576 8.61621 11.3232L17.1162 2.82324L17.2109 2.7373ZM9.75 12.3105V14.25H11.6895L19.9395 6L18 4.06055L9.75 12.3105Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,pageEdit2:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.32819 0.71124C5.48338 0.609049 5.68676 0.608848 5.84186 0.71124L5.9151 0.77081L7.22858 2.08526C7.41076 2.26745 7.41064 2.56316 7.22858 2.74542L2.74518 7.22882C2.65779 7.31611 2.53958 7.36541 2.41608 7.36554H1.10162C0.843919 7.3655 0.634827 7.15645 0.634827 6.89874V5.58429C0.635013 5.46077 0.684195 5.34156 0.771545 5.25421L5.25494 0.77081L5.32819 0.71124ZM1.23444 5.63995V6.76593H2.36041L5.82428 3.30011L4.6983 2.17413L1.23444 5.63995ZM5.12213 1.7503L6.24811 2.87628L6.71002 2.41534L5.58405 1.28937L5.12213 1.7503Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.64597 0.867977C6.84835 0.734356 7.1135 0.734356 7.31589 0.867977L7.41061 0.946102L9.05417 2.58966C9.29122 2.82714 9.29126 3.21157 9.05417 3.44903L3.44968 9.05352C3.33569 9.16744 3.18113 9.23214 3.01999 9.23223H1.37643C1.04082 9.23202 0.768323 8.95943 0.768036 8.62384V6.98028C0.76813 6.81914 0.832834 6.66458 0.946747 6.55059L6.55124 0.946102L6.64597 0.867977ZM1.56882 7.05938V8.43145H2.94089L7.24557 4.12677L5.8735 2.7547L1.56882 7.05938ZM6.43991 2.18829L7.81198 3.56036L8.353 3.01934L6.98093 1.64727L6.43991 2.18829Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.84622 1.12159C8.13901 0.828834 8.61386 0.829038 8.90677 1.12159L10.8784 3.09327C11.1713 3.38616 11.1713 3.86093 10.8784 4.15382L4.15384 10.8784C4.01324 11.019 3.82239 11.0981 3.62357 11.0982H1.65189C1.23772 11.0981 0.901886 10.7623 0.901886 10.3482V8.37647C0.902037 8.17777 0.981095 7.98672 1.12161 7.8462L7.84622 1.12159ZM1.90189 8.47999V10.0982H3.52005L8.75345 4.86378L7.13528 3.24561L1.90189 8.47999ZM7.66653 2.71436L9.2847 4.33253L9.99466 3.62354L8.3765 2.00538L7.66653 2.71436Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.6436 1.55585C10.9492 1.30671 11.3899 1.30652 11.6953 1.55585L11.7588 1.6125L14.3867 4.2414C14.7122 4.56684 14.7122 5.09468 14.3867 5.42011L5.41995 14.3869C5.26372 14.5429 5.05187 14.6311 4.83109 14.6311H2.20218C1.74219 14.6308 1.36924 14.2571 1.36917 13.7971V11.1691C1.36917 10.9482 1.45711 10.7356 1.61331 10.5793L10.5801 1.6125L10.6436 1.55585ZM2.36917 11.2375V13.6311H4.76175L11.7901 6.60175L9.39651 4.2082L2.36917 11.2375ZM10.1035 3.50117L12.4971 5.89472L13.5616 4.83027L11.169 2.43671L10.1035 3.50117Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.3041 1.94487C13.686 1.63353 14.2368 1.63353 14.6186 1.94487L14.6977 2.01616L17.9838 5.30229C18.3902 5.70905 18.3903 6.36825 17.9838 6.77495L6.77582 17.9839C6.58049 18.1791 6.31465 18.2886 6.03851 18.2886H2.75336C2.17827 18.2885 1.71159 17.8217 1.71136 17.2466V13.9615C1.71136 13.6853 1.82088 13.4195 2.01605 13.2242L13.225 2.01616L13.3041 1.94487ZM2.96136 14.0474V17.0386H5.9516L14.7368 8.25151L11.7465 5.26128L2.96136 14.0474ZM12.6313 4.37651L15.6215 7.36675L16.9516 6.03764L13.9614 3.04741L12.6313 4.37651Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M15.9649 2.33405C16.4231 1.96044 17.0849 1.96043 17.5431 2.33405L17.6378 2.41998L21.5802 6.36334C22.0683 6.85148 22.0683 7.64277 21.5802 8.13092L8.13095 21.5801C7.89664 21.8144 7.57852 21.9462 7.24716 21.9464H3.3038C2.61353 21.9463 2.0538 21.3866 2.0538 20.6964V16.754C2.05388 16.4226 2.1857 16.1045 2.42001 15.8702L15.8702 2.41998L15.9649 2.33405ZM3.5538 16.8575V20.4464H7.14365L17.6856 9.90338L14.0958 6.31354L3.5538 16.8575ZM15.1563 5.25299L18.7462 8.84283L20.3429 7.24615L16.753 3.65729L15.1563 5.25299Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,pageMove:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.69304 0.633484C3.8587 0.633484 3.99281 0.767631 3.99284 0.933289C3.99284 1.09897 3.85872 1.23309 3.69304 1.23309H1.26628C1.24818 1.2333 1.23328 1.24819 1.23308 1.2663V6.73309C1.23308 6.75137 1.24805 6.76608 1.26628 6.7663H6.73308C6.75149 6.7663 6.76628 6.7515 6.76628 6.73309V4.30634C6.76647 4.14083 6.90152 4.00657 7.06706 4.00653C7.23242 4.00678 7.36668 4.14096 7.36687 4.30634V6.73309C7.36687 7.08287 7.08286 7.36688 6.73308 7.36688H1.26628C0.91668 7.36667 0.633469 7.08274 0.633469 6.73309V1.2663C0.633677 0.916825 0.916809 0.633695 1.26628 0.633484H3.69304ZM6.66667 1.03387C6.83221 1.03405 6.96648 1.1681 6.96648 1.33368V2.86102C6.9663 3.02645 6.8321 3.16163 6.66667 3.1618C6.50124 3.16163 6.36607 3.02645 6.36589 2.86102V2.05829L3.21159 5.21259C3.09445 5.3292 2.90477 5.32942 2.78777 5.21259C2.67072 5.09554 2.67093 4.90497 2.78777 4.78778L5.94206 1.63348H4.83269C4.66741 1.63313 4.53306 1.499 4.53288 1.33368C4.53288 1.16821 4.6673 1.03423 4.83269 1.03387H6.66667Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.61719 0.766602C4.83799 0.766707 5.01656 0.946178 5.0166 1.16699C5.0166 1.38784 4.83801 1.56728 4.61719 1.56738H1.58398C1.57484 1.56743 1.56742 1.57484 1.56738 1.58398V8.41699C1.56738 8.42617 1.57482 8.43355 1.58398 8.43359H8.41699C8.4262 8.43359 8.43359 8.4262 8.43359 8.41699V5.38379C8.43364 5.16294 8.61313 4.98344 8.83398 4.9834C9.05472 4.98357 9.23336 5.16302 9.2334 5.38379V8.41699C9.2334 8.86802 8.86803 9.2334 8.41699 9.2334H1.58398C1.13299 9.23335 0.766602 8.868 0.766602 8.41699V1.58398C0.766643 1.13301 1.13302 0.766646 1.58398 0.766602H4.61719ZM8.33301 1.2666C8.55389 1.2666 8.73335 1.44612 8.7334 1.66699V3.57715C8.73316 3.79786 8.55378 3.97656 8.33301 3.97656C8.11258 3.97617 7.93383 3.79762 7.93359 3.57715V2.63281L4.0332 6.5332C3.87698 6.68925 3.62295 6.68936 3.4668 6.5332C3.31116 6.37712 3.31121 6.12389 3.4668 5.96777L7.36719 2.06738H6.04199C5.82126 2.06716 5.6416 1.88777 5.6416 1.66699C5.64165 1.44625 5.82129 1.26682 6.04199 1.2666H8.33301Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.53955 0.899902C5.81566 0.899902 6.0395 1.1238 6.03955 1.3999C6.03955 1.67604 5.81569 1.8999 5.53955 1.8999H1.8999V10.1001H10.1001V6.45947C10.1004 6.1836 10.3242 5.95953 10.6001 5.95947C10.876 5.95958 11.0998 6.18363 11.1001 6.45947V10.1001C11.1 10.6522 10.6522 11.1 10.1001 11.1001H1.8999C1.34773 11.1 0.900007 10.6523 0.899902 10.1001V1.8999C0.899952 1.34769 1.34769 0.899956 1.8999 0.899902H5.53955ZM10.0005 1.50049C10.2764 1.50075 10.5005 1.72451 10.5005 2.00049V4.29248C10.5 4.56809 10.2761 4.79222 10.0005 4.79248C9.72462 4.79248 9.50093 4.56825 9.50049 4.29248V3.20752L4.854 7.854C4.6589 8.0491 4.34227 8.04878 4.14697 7.854C3.95171 7.65874 3.95171 7.34223 4.14697 7.14697L8.79346 2.50049H7.25049C6.97451 2.50049 6.75075 2.27641 6.75049 2.00049C6.75049 1.72435 6.97435 1.50049 7.25049 1.50049H10.0005Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.38606 1.36655C7.66216 1.36655 7.886 1.59046 7.88606 1.86655C7.88606 2.14269 7.66221 2.36655 7.38606 2.36655H2.53352C2.44158 2.36662 2.3666 2.44159 2.36653 2.53354V13.4662C2.36653 13.5582 2.44154 13.6331 2.53352 13.6331H13.4661C13.5582 13.6331 13.6331 13.5582 13.6331 13.4662V8.61362C13.6332 8.3376 13.8571 8.11372 14.1331 8.11362C14.4092 8.11362 14.6331 8.33753 14.6331 8.61362V13.4662C14.6331 14.1105 14.1105 14.6331 13.4661 14.6331H2.53352C1.88925 14.6331 1.36653 14.1104 1.36653 13.4662V2.53354C1.3666 1.88931 1.88929 1.36662 2.53352 1.36655H7.38606ZM13.3333 2.16635C13.6092 2.16653 13.8332 2.39047 13.8333 2.66635V5.72202C13.8333 5.998 13.6093 6.22184 13.3333 6.22202C13.0574 6.22184 12.8334 5.998 12.8333 5.72202V3.87338L6.35384 10.3529C6.15857 10.5481 5.84207 10.5481 5.6468 10.3529C5.45171 10.1576 5.4516 9.84105 5.6468 9.64584L12.1263 3.16635H9.66731C9.39117 3.16635 9.16731 2.94249 9.16731 2.66635C9.16749 2.39036 9.39128 2.16635 9.66731 2.16635H13.3333Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.23389 1.7085C9.57883 1.70871 9.8588 1.98852 9.85889 2.3335C9.85889 2.67854 9.57889 2.95828 9.23389 2.9585H3.1665C3.05183 2.95876 2.95875 3.05183 2.9585 3.1665V16.8335C2.9585 16.9484 3.05167 17.0412 3.1665 17.0415H16.8335C16.9486 17.0415 17.0415 16.9486 17.0415 16.8335V10.7671C17.0416 10.4221 17.3216 10.1424 17.6665 10.1421C18.0116 10.1421 18.2914 10.422 18.2915 10.7671V16.8335C18.2915 17.6389 17.6389 18.2915 16.8335 18.2915H3.1665C2.36132 18.2912 1.7085 17.6387 1.7085 16.8335V3.1665C1.70875 2.36147 2.36147 1.70876 3.1665 1.7085H9.23389ZM16.6675 2.7085C17.0124 2.70876 17.2924 2.98856 17.2925 3.3335V7.15283C17.2925 7.49785 17.0124 7.77757 16.6675 7.77783C16.3223 7.77783 16.0425 7.49801 16.0425 7.15283V4.84229L7.94287 12.9419C7.69879 13.186 7.30218 13.186 7.05811 12.9419C6.81441 12.6978 6.8143 12.3021 7.05811 12.0581L15.1577 3.9585H12.0835C11.7385 3.95832 11.4585 3.67857 11.4585 3.3335C11.4586 2.9885 11.7385 2.70867 12.0835 2.7085H16.6675Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.1562 2.05371C11.5345 2.09201 11.83 2.41148 11.8301 2.7998C11.8301 3.18821 11.5346 3.5076 11.1562 3.5459L11.0801 3.5498H3.7998C3.66189 3.54991 3.5499 3.66188 3.5498 3.7998V20.2002C3.55001 20.338 3.66195 20.4501 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4503 12.5059 20.7861 12.17 21.2002 12.1699C21.6142 12.1701 21.9501 12.5059 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83353 21.9501 2.05002 21.1665 2.0498 20.2002V3.7998C2.0499 2.83346 2.83346 2.04991 3.7998 2.0498H11.0801L11.1562 2.05371ZM20 3.25C20.4142 3.25 20.75 3.58579 20.75 4V8.58301C20.75 8.99722 20.4142 9.33301 20 9.33301C19.5858 9.33301 19.25 8.99722 19.25 8.58301V5.81055L9.53027 15.5303C9.23738 15.8232 8.76262 15.8232 8.46973 15.5303C8.17683 15.2374 8.17683 14.7626 8.46973 14.4697L18.1895 4.75H14.5C14.0858 4.75 13.75 4.41421 13.75 4C13.75 3.58579 14.0858 3.25 14.5 3.25H20Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,pdf:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.72003 0.633484C4.88715 0.6336 5.04777 0.699268 5.16632 0.817078L6.513 2.15594C6.63259 2.2748 6.69949 2.43656 6.69952 2.60516V6.73309C6.69952 7.08283 6.41643 7.36681 6.06671 7.36688H1.93292C1.58329 7.36671 1.30011 7.08277 1.30011 6.73309V1.2663C1.30029 0.916774 1.5834 0.63366 1.93292 0.633484H4.72003ZM1.93292 1.23309C1.91477 1.23327 1.89989 1.24814 1.89972 1.2663V6.73309C1.89972 6.75139 1.91466 6.76612 1.93292 6.7663H6.06671C6.08506 6.76623 6.09991 6.75146 6.09991 6.73309V2.7995H4.91632C4.70487 2.79932 4.53368 2.62814 4.53351 2.41669V1.23309H1.93292ZM3.72687 2.29169C3.80217 2.27478 3.89049 2.28907 3.95831 2.35516C3.97808 2.37452 3.99309 2.39906 4.00128 2.42548C4.1403 2.87836 4.10981 3.35912 3.99152 3.81219C4.03329 3.86752 4.0801 3.92499 4.13214 3.98309C4.25104 4.11578 4.36332 4.22596 4.4671 4.31805C4.70146 4.26869 4.90174 4.25276 5.07159 4.26337C5.47777 4.28873 5.73263 4.46478 5.82062 4.67841C5.84302 4.7331 5.83492 4.79645 5.79913 4.84344C5.67242 5.00845 5.42115 5.12166 5.0882 5.05048C4.88207 5.00632 4.64594 4.89264 4.38019 4.68134C4.12014 4.75009 3.80754 4.86391 3.43683 5.04364C3.23555 5.35458 3.01816 5.61217 2.82843 5.76923C2.72982 5.8508 2.6215 5.921 2.51691 5.94403C2.46208 5.95605 2.39262 5.95813 2.3255 5.92548C2.25506 5.89111 2.21309 5.83058 2.19171 5.76825C2.1382 5.61102 2.1771 5.46412 2.25519 5.34637C2.33 5.23378 2.44373 5.13997 2.56085 5.06415C2.76664 4.93107 3.02112 4.82953 3.2171 4.76825C3.3824 4.49748 3.52736 4.18939 3.62628 3.86981C3.35736 3.45693 3.29825 3.08772 3.34991 2.80438C3.38187 2.62972 3.45717 2.48599 3.55109 2.39423C3.59731 2.34915 3.65716 2.30751 3.72687 2.29169ZM2.74249 5.34344C2.64309 5.40775 2.57139 5.47252 2.53253 5.53094C2.51811 5.55276 2.50905 5.57272 2.50421 5.59052C2.53297 5.5739 2.57072 5.54945 2.61554 5.51239C2.68352 5.4561 2.75777 5.37905 2.83722 5.28876C2.80481 5.30671 2.77238 5.32414 2.74249 5.34344ZM4.84796 4.5993C4.96776 4.66764 5.07157 4.70669 5.15851 4.72528C5.27954 4.7511 5.36769 4.73627 5.42999 4.71161C5.36123 4.66053 5.24423 4.60848 5.05109 4.59637C4.99033 4.59258 4.92256 4.59403 4.84796 4.5993ZM3.87042 4.18817C3.82241 4.31582 3.76804 4.43964 3.71027 4.55829C3.84323 4.50415 3.96852 4.45674 4.08722 4.41864C4.02118 4.35322 3.95324 4.28195 3.88409 4.20477C3.87938 4.19948 3.87508 4.19344 3.87042 4.18817ZM3.72687 2.71259C3.70718 2.75148 3.68935 2.80233 3.67804 2.86395C3.6553 2.98865 3.66315 3.15985 3.74054 3.36688C3.76861 3.14566 3.7664 2.92498 3.72687 2.71259ZM5.13312 2.19989H5.70636L5.13312 1.62958V2.19989Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.89941 0.766602C6.11513 0.766602 6.32258 0.85282 6.47559 1.00488L8.15918 2.67773C8.31334 2.83099 8.40035 3.03946 8.40039 3.25684V8.41699C8.40039 8.86802 8.03404 9.2334 7.58301 9.2334H2.41699C1.96596 9.2334 1.59961 8.86803 1.59961 8.41699V1.58398C1.59961 1.13295 1.96596 0.766602 2.41699 0.766602H5.89941ZM2.41699 1.56738C2.40779 1.56738 2.40039 1.57478 2.40039 1.58398V8.41699C2.40039 8.4262 2.40779 8.43359 2.41699 8.43359H7.58301C7.59221 8.43359 7.59961 8.4262 7.59961 8.41699V3.52539H6.14648C5.86804 3.52539 5.6416 3.29895 5.6416 3.02051V1.56738H2.41699ZM4.6582 2.86523C4.75251 2.84394 4.86331 2.86139 4.94824 2.94434C4.97308 2.96862 4.99172 2.99904 5.00195 3.03223C5.17578 3.59833 5.13808 4.19925 4.99023 4.76562C5.0425 4.83484 5.09992 4.90681 5.16504 4.97949C5.31383 5.14556 5.45413 5.28322 5.58398 5.39844C5.87697 5.33672 6.1275 5.31682 6.33984 5.33008C6.84797 5.36188 7.16675 5.58222 7.27637 5.84961C7.30421 5.91791 7.29369 5.99603 7.24902 6.05469C7.0907 6.26085 6.77723 6.40317 6.36133 6.31445C6.10346 6.25933 5.80815 6.11605 5.47559 5.85156C5.15002 5.93763 4.7593 6.08234 4.29492 6.30762C4.0438 6.69514 3.77277 7.01599 3.53613 7.21191C3.41288 7.31389 3.27722 7.40085 3.14648 7.42969C3.07795 7.44475 2.99117 7.44802 2.90723 7.40723C2.81905 7.36423 2.76596 7.28895 2.73926 7.21094C2.67222 7.01429 2.72168 6.83085 2.81934 6.68359C2.91296 6.54265 3.05554 6.42492 3.20215 6.33008C3.45955 6.1637 3.77751 6.03748 4.02246 5.96094C4.22885 5.6228 4.41251 5.23888 4.53613 4.83984C4.1983 4.32253 4.12377 3.86072 4.18848 3.50586C4.2284 3.28777 4.32123 3.10785 4.43848 2.99316C4.49623 2.93684 4.57111 2.88503 4.6582 2.86523ZM3.42773 6.68066C3.30383 6.76089 3.21551 6.84117 3.16699 6.91406C3.14895 6.94126 3.13796 6.96608 3.13184 6.98828C3.1677 6.96745 3.21491 6.93663 3.27051 6.89062C3.35531 6.82037 3.4478 6.72486 3.54688 6.6123C3.50638 6.63474 3.46508 6.65654 3.42773 6.68066ZM6.06055 5.75C6.21015 5.8353 6.33965 5.88303 6.44824 5.90625C6.60076 5.93881 6.71205 5.92193 6.79004 5.89062C6.70434 5.8263 6.55673 5.76132 6.31348 5.74609C6.23776 5.74139 6.15346 5.74345 6.06055 5.75ZM4.83887 5.23828C4.77897 5.39732 4.71069 5.55137 4.63867 5.69922C4.80505 5.63148 4.96185 5.57206 5.11035 5.52441C5.02749 5.44237 4.94127 5.35369 4.85449 5.25684C4.84909 5.2508 4.8442 5.2443 4.83887 5.23828ZM4.66016 3.3916C4.63543 3.44037 4.6128 3.50363 4.59863 3.58105C4.57018 3.7371 4.57874 3.95078 4.67578 4.20996C4.71097 3.93327 4.70954 3.65726 4.66016 3.3916ZM6.44238 2.72461H7.07129L6.44238 2.09961V2.72461Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.07959 0.899902C7.34367 0.899948 7.59735 1.00476 7.78467 1.19092L9.80518 3.19873C9.99386 3.38637 10.1 3.64161 10.1001 3.90771V10.1001C10.1 10.6522 9.65223 11.1 9.1001 11.1001H2.8999C2.34768 11.1001 1.90001 10.6523 1.8999 10.1001V1.8999C1.8999 1.34762 2.34762 0.899902 2.8999 0.899902H7.07959ZM2.8999 10.1001H9.1001V4.24951H7.37451C7.02952 4.2493 6.74951 3.96956 6.74951 3.62451V1.8999H2.8999V10.1001ZM5.58936 3.43896C5.7025 3.41329 5.835 3.43332 5.93701 3.53271C5.96685 3.56186 5.98917 3.59833 6.00146 3.63818C6.21032 4.3182 6.16565 5.03995 5.98779 5.72021C6.0502 5.80277 6.12012 5.88843 6.19775 5.9751C6.37608 6.17411 6.54406 6.3399 6.69971 6.47803C7.05139 6.40389 7.35204 6.38013 7.60693 6.396C8.21682 6.43407 8.59935 6.69816 8.73096 7.01904C8.76455 7.10134 8.7519 7.19561 8.69775 7.26611C8.50761 7.51347 8.13157 7.68339 7.63232 7.57666C7.32303 7.51044 6.96864 7.33912 6.56982 7.02197C6.17935 7.12523 5.71062 7.29779 5.15381 7.56787C4.85221 8.03348 4.5269 8.41854 4.24268 8.65381C4.09467 8.77626 3.93189 8.88103 3.7749 8.91553C3.69268 8.93354 3.58842 8.93714 3.48779 8.88818C3.38211 8.83647 3.31858 8.74548 3.28662 8.65186C3.20639 8.41605 3.26522 8.19662 3.38232 8.02002C3.49461 7.85076 3.6653 7.71008 3.84131 7.59619C4.15033 7.39628 4.53245 7.24574 4.82666 7.15381C5.07382 6.74903 5.29346 6.28969 5.44189 5.81201C5.03508 5.19029 4.94722 4.63392 5.0249 4.20752C5.07275 3.94528 5.18474 3.72909 5.32568 3.59131C5.395 3.52361 5.48473 3.4628 5.58936 3.43896ZM4.11279 8.01611C3.96373 8.11259 3.85752 8.20875 3.79932 8.29639C3.77712 8.32987 3.76355 8.36001 3.75635 8.38721C3.79957 8.36226 3.85581 8.32489 3.92334 8.26904C4.02559 8.18444 4.1368 8.06902 4.25635 7.93311C4.20719 7.96031 4.15807 7.98682 4.11279 8.01611ZM7.27197 6.89893C7.45137 7.00124 7.60655 7.05948 7.73682 7.0874C7.91962 7.12648 8.05337 7.10629 8.14697 7.06885C8.04406 6.99169 7.86752 6.91323 7.57568 6.89502C7.48478 6.88937 7.38352 6.89106 7.27197 6.89893ZM5.80615 6.28662C5.73497 6.47553 5.65723 6.65968 5.57178 6.83545C5.76875 6.75542 5.95432 6.68494 6.13037 6.62842C6.03131 6.53028 5.92843 6.42387 5.82471 6.30811C5.81848 6.30113 5.81231 6.29358 5.80615 6.28662ZM5.59131 4.06885C5.56147 4.12755 5.53414 4.20392 5.51709 4.29736C5.48307 4.48432 5.49397 4.74007 5.60986 5.05029C5.65199 4.71834 5.65065 4.38754 5.59131 4.06885ZM7.74951 3.24951H8.43799L7.74951 2.56494V3.24951Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.43945 1.3667C9.7475 1.3667 10.0432 1.4885 10.2617 1.70557L12.9561 4.3833C13.1763 4.60222 13.2997 4.89993 13.2998 5.21045V13.4663C13.2998 14.1106 12.778 14.6332 12.1338 14.6333H3.86719C3.22285 14.6333 2.7002 14.1106 2.7002 13.4663V2.53369C2.7002 1.88936 3.22286 1.3667 3.86719 1.3667H9.43945ZM3.86719 2.3667C3.77514 2.3667 3.7002 2.44164 3.7002 2.53369V13.4663C3.7002 13.5584 3.77514 13.6333 3.86719 13.6333H12.1338C12.2257 13.6332 12.2998 13.5583 12.2998 13.4663V5.50049H9.83398C9.46594 5.50049 9.16723 5.20148 9.16699 4.8335V2.3667H3.86719ZM7.45312 4.58545C7.5852 4.5555 7.73726 4.57194 7.86426 4.66553L7.91699 4.71045L7.96875 4.77588C7.98305 4.79938 7.99478 4.82458 8.00293 4.85107C8.28156 5.75817 8.22177 6.72103 7.98438 7.62842C8.06756 7.73843 8.16117 7.85081 8.26465 7.96631C8.50292 8.23225 8.72666 8.45374 8.93457 8.63818C9.40345 8.53939 9.80375 8.5076 10.1436 8.52881C10.9569 8.57963 11.4673 8.93087 11.6426 9.35889C11.6874 9.46862 11.6698 9.59396 11.5977 9.68799C11.3443 10.0179 10.8434 10.2452 10.1777 10.103C9.76503 10.0148 9.29205 9.78621 8.75977 9.36279C8.24092 9.50003 7.61891 9.72941 6.87988 10.0874C6.47657 10.7111 6.03748 11.2249 5.65723 11.5396C5.45993 11.7028 5.24344 11.8422 5.03418 11.8882C4.92452 11.9123 4.78565 11.9173 4.65137 11.8521C4.51001 11.7832 4.42551 11.6617 4.38281 11.5366C4.27552 11.222 4.35449 10.9295 4.51074 10.6938C4.66053 10.4681 4.88827 10.2803 5.12305 10.1284C5.53559 9.86161 6.04512 9.66008 6.4375 9.5376C6.7666 8.9984 7.05909 8.38662 7.25684 7.75049C6.71382 6.92101 6.59746 6.17865 6.70117 5.60986C6.76499 5.26021 6.9136 4.97224 7.10156 4.78857C7.19403 4.69828 7.31355 4.61719 7.45312 4.58545ZM5.48535 10.688C5.28617 10.8168 5.14402 10.946 5.06641 11.063C5.03671 11.1078 5.01931 11.1477 5.00977 11.1841C5.06747 11.1508 5.14224 11.1005 5.23242 11.0259C5.37249 10.91 5.52822 10.7539 5.69238 10.5659C5.62072 10.6051 5.55103 10.6455 5.48535 10.688ZM9.69727 9.19971C9.93634 9.33599 10.1428 9.41352 10.3164 9.45068C10.5611 9.50297 10.7404 9.47659 10.8652 9.42627C10.7283 9.32295 10.4923 9.21826 10.1016 9.19385C9.98041 9.18631 9.84593 9.18924 9.69727 9.19971ZM7.74316 8.3833C7.64808 8.63562 7.54288 8.88099 7.42871 9.11572C7.69237 9.00856 7.94022 8.91396 8.17578 8.83838C8.04344 8.70731 7.90616 8.5663 7.76758 8.41162C7.75926 8.40234 7.75137 8.39257 7.74316 8.3833ZM7.45508 5.42627C7.41545 5.50445 7.38007 5.60579 7.35742 5.72998C7.31176 5.9805 7.32372 6.32419 7.48047 6.74072C7.53749 6.29607 7.5345 5.85316 7.45508 5.42627ZM10.167 4.50049H11.6553L10.167 3.021V4.50049Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.7988 1.7085C12.184 1.7085 12.5539 1.86083 12.8271 2.13232L16.1943 5.479C16.4697 5.75267 16.6249 6.12497 16.625 6.51318V16.8335C16.625 17.6388 15.9723 18.2913 15.167 18.2915H4.83301C4.02774 18.2913 3.375 17.6388 3.375 16.8335V3.1665C3.37518 2.36135 4.02785 1.70867 4.83301 1.7085H11.7988ZM4.83301 2.9585C4.71821 2.95867 4.62518 3.0517 4.625 3.1665V16.8335C4.625 16.9484 4.7181 17.0413 4.83301 17.0415H15.167C15.2819 17.0413 15.375 16.9484 15.375 16.8335V6.87549H12.291C11.8313 6.87513 11.4584 6.5022 11.458 6.04248V2.9585H4.83301ZM9.31543 5.73193C9.48067 5.69443 9.67121 5.71528 9.83008 5.83252L9.89551 5.88818L9.95996 5.97021C9.97784 5.99957 9.99273 6.03087 10.0029 6.06396C10.351 7.19737 10.2769 8.40085 9.98047 9.53467C10.0846 9.67237 10.2006 9.81393 10.3301 9.9585C10.6265 10.2893 10.9043 10.5655 11.1631 10.7954C11.7507 10.6713 12.2531 10.6351 12.6787 10.6616C13.6954 10.7251 14.3325 11.1638 14.5518 11.6987C14.6079 11.836 14.5874 11.9932 14.4971 12.1108C14.1802 12.5232 13.5529 12.8063 12.7207 12.6284C12.2048 12.518 11.6136 12.233 10.9482 11.7036C10.3 11.8752 9.52266 12.1618 8.59961 12.6089C8.09546 13.3886 7.54664 14.0309 7.07129 14.4243C6.82464 14.6284 6.55359 14.8034 6.29199 14.8608C6.15495 14.8909 5.9812 14.8965 5.81348 14.8149C5.63702 14.7288 5.53088 14.5776 5.47754 14.4214C5.34341 14.0282 5.44251 13.6622 5.6377 13.3677C5.82475 13.0857 6.10916 12.8514 6.40234 12.6616C6.91811 12.328 7.55625 12.0765 8.04688 11.9233C8.45836 11.2492 8.82308 10.4833 9.07031 9.68799C8.39183 8.65143 8.24646 7.72404 8.37598 7.01318C8.4557 6.57596 8.64196 6.2155 8.87695 5.98584C8.99239 5.87316 9.14129 5.77167 9.31543 5.73193ZM6.85547 13.3608C6.60666 13.5218 6.429 13.6824 6.33203 13.8286C6.29511 13.8844 6.27368 13.9347 6.26172 13.98C6.33376 13.9384 6.42756 13.8758 6.54004 13.7827C6.71489 13.638 6.90935 13.443 7.11426 13.2085C7.02482 13.2574 6.93743 13.3078 6.85547 13.3608ZM12.1162 11.4966C12.4173 11.6688 12.6772 11.7673 12.8955 11.814C13.2008 11.8792 13.4241 11.8454 13.5801 11.7827C13.4088 11.6538 13.1147 11.5231 12.627 11.4927C12.4742 11.4832 12.3039 11.4832 12.1162 11.4966ZM9.67773 10.479C9.55963 10.7924 9.42879 11.0975 9.28711 11.3892C9.61469 11.2561 9.92492 11.1433 10.2178 11.0493C10.0524 10.8855 9.88214 10.7084 9.70898 10.5151C9.69837 10.5033 9.6882 10.4908 9.67773 10.479ZM9.31836 6.78271C9.26881 6.88045 9.22363 7.0073 9.19531 7.1626C9.13828 7.47578 9.15461 7.90562 9.35059 8.42627C9.42186 7.87039 9.41768 7.31639 9.31836 6.78271ZM12.708 5.62549H14.5684L12.708 3.77588V5.62549Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1592 2.0498C14.6213 2.0499 15.0648 2.23283 15.3926 2.55859L19.4336 6.57422C19.764 6.90262 19.9501 7.34957 19.9502 7.81543V20.2002C19.95 21.1664 19.1664 21.95 18.2002 21.9502H5.7998C4.83344 21.9502 4.05002 21.1665 4.0498 20.2002V3.7998C4.0498 2.83331 4.83331 2.0498 5.7998 2.0498H14.1592ZM5.7998 3.5498C5.66173 3.5498 5.5498 3.66173 5.5498 3.7998V20.2002C5.55002 20.3381 5.66186 20.4502 5.7998 20.4502H18.2002C18.338 20.45 18.45 20.338 18.4502 20.2002V8.25H14.75C14.1978 8.25 13.7501 7.8022 13.75 7.25V3.5498H5.7998ZM11.1797 6.87695C11.4061 6.82573 11.6711 6.86636 11.875 7.06543C11.9347 7.12378 11.9793 7.19655 12.0039 7.27637C12.4216 8.63633 12.3322 10.08 11.9766 11.4404C12.1014 11.6056 12.2402 11.7758 12.3955 11.9492C12.7514 12.3465 13.0857 12.6781 13.3965 12.9541C14.1016 12.8052 14.7041 12.7601 15.2148 12.792C16.4346 12.8682 17.1997 13.3953 17.4629 14.0371C17.5303 14.2016 17.5046 14.3901 17.3965 14.5312C17.0163 15.0263 16.2645 15.3668 15.2656 15.1533C14.6465 15.021 13.9371 14.6791 13.1387 14.0439C12.3609 14.2497 11.4279 14.5925 10.3203 15.1289C9.71521 16.0649 9.05595 16.8354 8.48535 17.3076C8.18934 17.5525 7.86476 17.763 7.55078 17.832C7.38638 17.8681 7.17884 17.8751 6.97754 17.7773C6.76533 17.6741 6.6383 17.4923 6.57422 17.3047C6.41329 16.8328 6.53139 16.3944 6.76562 16.041C6.99028 15.7024 7.33148 15.4202 7.68359 15.1924C8.30393 14.7911 9.06997 14.4854 9.65918 14.3018C10.1517 13.4941 10.5887 12.5773 10.8848 11.625C10.0705 10.3811 9.89538 9.2681 10.0508 8.41504C10.1465 7.89052 10.3704 7.45813 10.6523 7.18262C10.7911 7.0472 10.9703 6.92448 11.1797 6.87695ZM8.22656 16.0322C7.92821 16.2253 7.71507 16.4174 7.59863 16.5928C7.55409 16.6599 7.52902 16.7208 7.51465 16.7754C7.60106 16.7255 7.71281 16.6496 7.84766 16.5381C8.05763 16.3643 8.29203 16.1303 8.53809 15.8486C8.43046 15.9074 8.32518 15.9684 8.22656 16.0322ZM14.5391 13.7949C14.9007 14.0019 15.2125 14.1197 15.4746 14.1758C15.8409 14.2541 16.1087 14.2138 16.2959 14.1387C16.0903 13.9839 15.7376 13.8266 15.1523 13.79C14.9689 13.7786 14.7646 13.7788 14.5391 13.7949ZM11.6143 12.5732C11.4727 12.9491 11.3163 13.3152 11.1465 13.665C11.5386 13.5058 11.9101 13.3714 12.2607 13.2588C12.0623 13.0623 11.8592 12.8481 11.6514 12.6162C11.6387 12.6021 11.6267 12.5873 11.6143 12.5732ZM11.1855 8.13574C11.1255 8.25337 11.0695 8.40582 11.0352 8.59375C10.9666 8.96992 10.9859 9.48657 11.2217 10.1123C11.3075 9.4441 11.3052 8.7772 11.1855 8.13574ZM15.25 6.75H17.4814L15.25 4.53125V6.75Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,print:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.71643 0.666656C6.06592 0.666865 6.34907 0.949967 6.34924 1.29947V2.24966H6.79944C7.14901 2.24967 7.43289 2.53298 7.43323 2.88248V5.38248C7.43323 5.73225 7.14921 6.01626 6.79944 6.01627H6.34924V6.80045C6.34884 7.14975 6.06578 7.43305 5.71643 7.43326H2.38245C2.03321 7.43292 1.75004 7.14967 1.74963 6.80045V6.01627H1.29944C0.949808 6.01609 0.666626 5.73215 0.666626 5.38248V2.88248C0.666958 2.53309 0.950014 2.24984 1.29944 2.24966H1.74963V1.29947C1.74981 0.950046 2.03306 0.666993 2.38245 0.666656H5.71643ZM2.34924 6.80045C2.34964 6.81831 2.36457 6.83332 2.38245 6.83365H5.71643C5.73441 6.83344 5.74923 6.81838 5.74963 6.80045V4.93326H2.34924V6.80045ZM5.21643 5.99966C5.38187 5.99986 5.51611 6.13401 5.51624 6.29947C5.51624 6.46503 5.38195 6.59908 5.21643 6.59927H2.88342C2.71774 6.59927 2.58362 6.46515 2.58362 6.29947C2.58374 6.13389 2.71782 5.99966 2.88342 5.99966H5.21643ZM5.21643 5.24966C5.38187 5.24986 5.5161 5.38402 5.51624 5.54947C5.51624 5.71503 5.38195 5.84908 5.21643 5.84927H2.88342C2.71774 5.84927 2.58362 5.71515 2.58362 5.54947C2.58375 5.3839 2.71782 5.24966 2.88342 5.24966H5.21643ZM6.83264 4.7272C6.79302 4.8464 6.68199 4.93322 6.54944 4.93326H6.34924V5.41568H6.79944C6.81784 5.41568 6.83264 5.40088 6.83264 5.38248V4.7272ZM1.26624 5.38248C1.26624 5.40077 1.28118 5.41551 1.29944 5.41568H1.74963V4.93326H1.54944C1.41659 4.93312 1.30549 4.84591 1.26624 4.72623V5.38248ZM1.29944 2.84927C1.28138 2.84944 1.26656 2.86446 1.26624 2.88248V4.53873C1.30581 4.41959 1.41698 4.33378 1.54944 4.33365H6.54944C6.6816 4.33368 6.79271 4.4191 6.83264 4.53775V2.88248C6.83231 2.86435 6.81764 2.84928 6.79944 2.84927H1.29944ZM2.38342 3.08365C2.54895 3.08384 2.68323 3.21789 2.68323 3.38345C2.68303 3.54885 2.54882 3.68307 2.38342 3.68326H1.71643C1.55087 3.68326 1.41682 3.54897 1.41663 3.38345C1.41663 3.21777 1.55075 3.08365 1.71643 3.08365H2.38342ZM2.38245 1.26627C2.36443 1.2666 2.34941 1.28142 2.34924 1.29947V2.24966H5.74963V1.29947C5.74946 1.28134 5.73455 1.26647 5.71643 1.26627H2.38245Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.17126 0.833313C7.62213 0.833504 7.98865 1.19979 7.98865 1.6507V2.81281H8.52576C8.97658 2.81305 9.34216 3.17931 9.34216 3.63019V6.75519C9.34176 7.20572 8.97633 7.57135 8.52576 7.57159H7.98865V8.52472C7.98865 8.97563 7.62214 9.34192 7.17126 9.3421H3.00525C2.55422 9.3421 2.18787 8.97575 2.18787 8.52472V7.57159H1.65076C1.19998 7.57159 0.833777 7.20587 0.833374 6.75519V3.63019C0.833374 3.17916 1.19973 2.81281 1.65076 2.81281H2.18787V1.6507C2.18787 1.19967 2.55422 0.833313 3.00525 0.833313H7.17126ZM2.98865 8.52472C2.98865 8.53392 2.99605 8.54132 3.00525 8.54132H7.17126C7.1803 8.54114 7.18787 8.5338 7.18787 8.52472V6.2171H2.98865V8.52472ZM6.54626 7.50031C6.76701 7.50051 6.94568 7.67991 6.94568 7.9007C6.94544 8.12128 6.76686 8.30089 6.54626 8.30109H3.62927C3.40863 8.30093 3.22912 8.12131 3.22888 7.9007C3.22888 7.67988 3.40849 7.50046 3.62927 7.50031H6.54626ZM6.54626 6.56281C6.76701 6.56301 6.94568 6.74241 6.94568 6.9632C6.94545 7.18379 6.76687 7.36339 6.54626 7.36359H3.62927C3.40863 7.36343 3.22911 7.18382 3.22888 6.9632C3.22888 6.74238 3.40849 6.56296 3.62927 6.56281H6.54626ZM8.54236 6.0423C8.47053 6.14762 8.35031 6.21695 8.21326 6.2171H7.98865V6.77179H8.52576C8.53451 6.77156 8.54197 6.76391 8.54236 6.75519V6.0423ZM1.63416 6.75519C1.63455 6.76405 1.64181 6.77179 1.65076 6.77179H2.18787V6.2171H1.96326C1.82659 6.2171 1.70642 6.14797 1.63416 6.04327V6.75519ZM1.65076 3.61359C1.64156 3.61359 1.63416 3.62099 1.63416 3.63019V5.58917C1.7065 5.48503 1.82702 5.41632 1.96326 5.41632H8.21326C8.34988 5.41647 8.47045 5.48539 8.54236 5.59015V3.63019C8.54236 3.62114 8.53474 3.61384 8.52576 3.61359H1.65076ZM3.00427 3.85382C3.22509 3.85383 3.40452 4.03343 3.40466 4.25421C3.40466 4.47512 3.22518 4.65459 3.00427 4.6546H2.17126C1.95035 4.6546 1.77087 4.47513 1.77087 4.25421C1.77102 4.03342 1.95044 3.85382 2.17126 3.85382H3.00427ZM3.00525 1.63409C2.99605 1.63409 2.98865 1.64149 2.98865 1.6507V2.81281H7.18787V1.6507C7.18787 1.64161 7.1803 1.63428 7.17126 1.63409H3.00525Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.625 0.999969C9.17723 1.00004 9.625 1.44773 9.625 1.99997V3.37497H10.25C10.8022 3.37505 11.25 3.82274 11.25 4.37497V8.12497C11.2499 8.67715 10.8022 9.12489 10.25 9.12497H9.625V10.25C9.62492 10.8021 9.17718 11.2499 8.625 11.25H3.625C3.07277 11.25 2.62508 10.8022 2.625 10.25V9.12497H2C1.44776 9.12497 1.00006 8.6772 1 8.12497V4.37497C1 3.82269 1.44772 3.37497 2 3.37497H2.625V1.99997C2.625 1.44769 3.07272 0.999969 3.625 0.999969H8.625ZM3.625 10.25H8.625V7.49997H3.625V10.25ZM7.875 8.99997C8.15109 9.00003 8.375 9.22386 8.375 9.49997C8.37493 9.77601 8.15105 9.99991 7.875 9.99997H4.375C4.0989 9.99997 3.87507 9.77605 3.875 9.49997C3.875 9.22383 4.09886 8.99997 4.375 8.99997H7.875ZM7.875 7.87497C8.15109 7.87503 8.375 8.09886 8.375 8.37497C8.37494 8.65102 8.15105 8.87491 7.875 8.87497H4.375C4.0989 8.87497 3.87506 8.65106 3.875 8.37497C3.875 8.09883 4.09886 7.87497 4.375 7.87497H7.875ZM10.25 7.32712C10.1583 7.43205 10.0252 7.49993 9.875 7.49997H9.625V8.12497H10.25V7.32712ZM2 8.12497H2.625V7.49997H2.375C2.22472 7.49997 2.09166 7.43206 2 7.32712V8.12497ZM2 6.67184C2.09165 6.56716 2.22494 6.49997 2.375 6.49997H9.875C10.025 6.50001 10.1583 6.56717 10.25 6.67184V4.37497H2V6.67184ZM3.625 4.62497C3.90112 4.62499 4.125 4.84884 4.125 5.12497C4.12496 5.40107 3.9011 5.62495 3.625 5.62497H2.625C2.34888 5.62497 2.12504 5.40108 2.125 5.12497C2.125 4.84883 2.34886 4.62497 2.625 4.62497H3.625ZM3.625 3.37497H8.625V1.99997H3.625V3.37497Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.3333 1.33331C11.9774 1.33351 12.5002 1.85611 12.5002 2.50031V4.50031H13.4993C14.1436 4.50031 14.6663 5.02298 14.6663 5.6673V10.6673C14.6658 11.3112 14.1433 11.8333 13.4993 11.8333H12.5002V13.4993C12.5002 14.1435 11.9774 14.6661 11.3333 14.6663H4.66724C4.02292 14.6663 3.50024 14.1437 3.50024 13.4993V11.8333H2.50024C1.85619 11.8333 1.33369 11.3112 1.33325 10.6673V5.6673C1.33325 5.02297 1.85592 4.50031 2.50024 4.50031H3.50024V2.50031C3.50024 1.85598 4.02292 1.33331 4.66724 1.33331H11.3333ZM4.50024 13.4993C4.50024 13.5914 4.57519 13.6663 4.66724 13.6663H11.3333C11.4251 13.6661 11.5002 13.5913 11.5002 13.4993V9.66632H4.50024V13.4993ZM10.3333 11.9993C10.609 11.9995 10.833 12.2235 10.8333 12.4993C10.8333 12.7753 10.6092 12.9991 10.3333 12.9993H5.66626C5.39024 12.9992 5.16626 12.7754 5.16626 12.4993C5.16651 12.2235 5.39039 11.9995 5.66626 11.9993H10.3333ZM10.3333 10.5003C10.6092 10.5005 10.8333 10.7243 10.8333 11.0003C10.833 11.2761 10.609 11.5001 10.3333 11.5003H5.66626C5.3904 11.5002 5.16652 11.2761 5.16626 11.0003C5.16626 10.7243 5.39024 10.5004 5.66626 10.5003H10.3333ZM2.50024 5.50031C2.4082 5.50031 2.33325 5.57525 2.33325 5.6673V10.6673C2.33369 10.759 2.40847 10.8333 2.50024 10.8333H3.50024V9.66632H3.00024C2.72411 9.66632 2.50024 9.44246 2.50024 9.16632C2.50035 8.89027 2.72417 8.66632 3.00024 8.66632H13.0002C13.2761 8.6666 13.5001 8.89045 13.5002 9.16632C13.5002 9.44229 13.2761 9.66604 13.0002 9.66632H12.5002V10.8333H13.4993C13.591 10.8333 13.6658 10.759 13.6663 10.6673V5.6673C13.6663 5.57525 13.5913 5.50031 13.4993 5.50031H2.50024ZM4.66626 6.16632C4.9423 6.16634 5.16613 6.3903 5.16626 6.66632C5.16626 6.94245 4.94238 7.1663 4.66626 7.16632H3.33325C3.05711 7.16632 2.83325 6.94246 2.83325 6.66632C2.83338 6.39029 3.05719 6.16632 3.33325 6.16632H4.66626ZM4.66724 2.33331C4.57519 2.33331 4.50024 2.40826 4.50024 2.50031V4.50031H11.5002V2.50031C11.5002 2.40838 11.4251 2.33351 11.3333 2.33331H4.66724Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1666 1.66666C14.9718 1.66683 15.6245 2.31951 15.6246 3.12466V5.62466H16.8746C17.6798 5.62466 18.3333 6.27756 18.3336 7.08267V13.3327C18.3336 14.1381 17.68 14.7917 16.8746 14.7917H15.6246V16.8756C15.6243 17.6806 14.9717 18.3335 14.1666 18.3336H5.83264C5.02774 18.3333 4.37499 17.6805 4.37463 16.8756V14.7917H3.12463C2.31937 14.7915 1.66663 14.138 1.66663 13.3327V7.08267C1.66698 6.27766 2.31959 5.62484 3.12463 5.62466H4.37463V3.12466C4.37481 2.31962 5.02763 1.66701 5.83264 1.66666H14.1666ZM5.62463 16.8756C5.62498 16.9902 5.7181 17.0833 5.83264 17.0836H14.1666C14.2813 17.0835 14.3743 16.9903 14.3746 16.8756V12.0836H5.62463V16.8756ZM12.9166 14.9997C13.2615 14.9998 13.5415 15.2797 13.5416 15.6247C13.5416 15.9697 13.2617 16.2495 12.9166 16.2497H7.08362C6.73844 16.2497 6.45862 15.9698 6.45862 15.6247C6.45879 15.2796 6.73855 14.9997 7.08362 14.9997H12.9166ZM12.9166 13.1247C13.2615 13.1248 13.5415 13.4047 13.5416 13.7497C13.5416 14.0947 13.2617 14.3745 12.9166 14.3747H7.08362C6.73844 14.3747 6.45862 14.0948 6.45862 13.7497C6.45879 13.4046 6.73855 13.1247 7.08362 13.1247H12.9166ZM3.12463 6.87466C3.00994 6.87484 2.91698 6.96802 2.91663 7.08267V13.3327C2.91663 13.4476 3.00972 13.5415 3.12463 13.5417H4.37463V12.0836H3.74963C3.40471 12.0835 3.12481 11.8036 3.12463 11.4586C3.12463 11.1136 3.40461 10.8338 3.74963 10.8336H16.2496C16.5948 10.8336 16.8746 11.1135 16.8746 11.4586C16.8745 11.8037 16.5947 12.0836 16.2496 12.0836H15.6246V13.5417H16.8746C16.9897 13.5417 17.0836 13.4477 17.0836 13.3327V7.08267C17.0833 6.96791 16.9895 6.87466 16.8746 6.87466H3.12463ZM5.83362 7.70865C6.17865 7.70882 6.45862 7.98858 6.45862 8.33365C6.45844 8.67857 6.17854 8.95847 5.83362 8.95865H4.16663C3.82156 8.95865 3.5418 8.67868 3.54163 8.33365C3.54163 7.98847 3.82145 7.70865 4.16663 7.70865H5.83362ZM5.83264 2.91666C5.71799 2.91701 5.62481 3.00997 5.62463 3.12466V5.62466H14.3746V3.12466C14.3745 3.00986 14.2814 2.91683 14.1666 2.91666H5.83264Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17 2C17.9665 2 18.75 2.7835 18.75 3.75V6.75H20.25C21.2165 6.75 22 7.5335 22 8.5V16C22 16.9665 21.2165 17.75 20.25 17.75H18.75V20.25C18.75 21.2165 17.9665 22 17 22H7C6.0335 22 5.25 21.2165 5.25 20.25V17.75H3.75C2.7835 17.75 2 16.9665 2 16V8.5C2 7.5335 2.7835 6.75 3.75 6.75H5.25V3.75C5.25 2.7835 6.0335 2 7 2H17ZM6.75 20.25C6.75 20.3881 6.86193 20.5 7 20.5H17C17.1381 20.5 17.25 20.3881 17.25 20.25V14.5C14.643 14.5 10.1788 14.5 6.75 14.5V20.25ZM15.5 18C15.9142 18 16.25 18.3358 16.25 18.75C16.25 19.1642 15.9142 19.5 15.5 19.5H8.5C8.08579 19.5 7.75 19.1642 7.75 18.75C7.75 18.3358 8.08579 18 8.5 18H15.5ZM15.5 15.75C15.9142 15.75 16.25 16.0858 16.25 16.5C16.25 16.9142 15.9142 17.25 15.5 17.25H8.5C8.08579 17.25 7.75 16.9142 7.75 16.5C7.75 16.0858 8.08579 15.75 8.5 15.75H15.5ZM3.75 8.25C3.61193 8.25 3.5 8.36193 3.5 8.5V16C3.5 16.1381 3.61193 16.25 3.75 16.25H5.25V14.5H4.5C4.08579 14.5 3.75 14.1642 3.75 13.75C3.75 13.3358 4.08579 13 4.5 13H19.5L19.5771 13.0039C19.9551 13.0425 20.25 13.3618 20.25 13.75C20.25 14.1642 19.9142 14.5 19.5 14.5H18.75V16.25H20.25C20.3881 16.25 20.5 16.1381 20.5 16V8.5C20.5 8.36193 20.3881 8.25 20.25 8.25H3.75ZM7 9.25C7.41421 9.25 7.75 9.58579 7.75 10C7.75 10.4142 7.41421 10.75 7 10.75H5C4.58579 10.75 4.25 10.4142 4.25 10C4.25 9.58579 4.58579 9.25 5 9.25H7ZM7 3.5C6.86193 3.5 6.75 3.61193 6.75 3.75V6.75H17.25V3.75C17.25 3.61193 17.1381 3.5 17 3.5H7Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,reset:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.30605 0.651898C3.47092 0.637169 3.61632 0.759467 3.63125 0.924359C3.64587 1.08902 3.52439 1.23443 3.35976 1.24955C2.95717 1.28606 2.55605 1.41264 2.18594 1.63627C0.883882 2.42335 0.465474 4.11736 1.25234 5.41948C2.03958 6.72136 3.73447 7.13917 5.03652 6.35209C6.24745 5.61981 6.6908 4.10338 6.11367 2.84721L5.77676 3.48881C5.69967 3.63536 5.51905 3.69172 5.37246 3.61479C5.22593 3.53761 5.16937 3.3561 5.24648 3.20952L5.84414 2.0728C5.89998 1.96679 6.01281 1.90506 6.1293 1.91264L6.1791 1.92045L7.51406 2.23881C7.67501 2.27721 7.77475 2.43919 7.73672 2.60014C7.69829 2.76121 7.53646 2.86107 7.37539 2.8228L6.68691 2.65776C7.34819 4.17535 6.80145 5.98482 5.34609 6.86479C3.76036 7.82323 1.69721 7.31475 0.738671 5.72905C-0.219351 4.14338 0.289861 2.08103 1.87539 1.1226C2.32528 0.850745 2.81458 0.696388 3.30605 0.651898Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.13065 0.789693C4.35034 0.770074 4.54513 0.93234 4.56522 1.152C4.58502 1.37193 4.42189 1.56666 4.20194 1.58657C3.70219 1.63186 3.20441 1.78933 2.74491 2.06704C1.12934 3.04393 0.610979 5.14562 1.58768 6.76137C2.56448 8.37673 4.66537 8.89389 6.28104 7.91762C7.76882 7.01828 8.32573 5.1662 7.64237 3.61684L7.24393 4.3727C7.14107 4.56816 6.89938 4.64348 6.70389 4.54067C6.5085 4.43788 6.43335 4.19608 6.53592 4.00063L7.28397 2.57876C7.35853 2.43759 7.50861 2.35568 7.66385 2.36587L7.73026 2.37661L9.39921 2.77407C9.61393 2.82536 9.74616 3.04174 9.6951 3.25649C9.6437 3.47113 9.42839 3.60355 9.21366 3.55239L8.40214 3.35805C9.20273 5.25691 8.51151 7.50553 6.69608 8.60317C4.70234 9.80805 2.10855 9.1688 0.903113 7.17544C-0.302111 5.18164 0.336369 2.58701 2.32987 1.38149C2.89571 1.03945 3.5124 0.845657 4.13065 0.789693Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.95371 0.928023C5.22864 0.903168 5.47267 1.10623 5.49765 1.38115C5.52243 1.65595 5.31927 1.89902 5.04453 1.92412C4.44758 1.97817 3.85223 2.16555 3.30331 2.49736C1.37407 3.66387 0.756237 6.17337 1.92246 8.10283C3.08887 10.032 5.59751 10.6506 7.52695 9.48466C9.29184 8.41781 9.95974 6.22774 9.16855 4.38505L8.71054 5.25712C8.58206 5.50116 8.27995 5.59506 8.03574 5.46709C7.79135 5.33852 7.69721 5.03569 7.82578 4.7913L8.72226 3.08623C8.81542 2.90955 9.00365 2.80685 9.19785 2.81962L9.28085 2.83232L11.2838 3.30986C11.552 3.37409 11.7177 3.64408 11.6539 3.9124C11.5898 4.1809 11.3199 4.34641 11.0514 4.28252L10.1168 4.05888C11.057 6.33869 10.2202 9.02593 8.04453 10.3411C5.64246 11.7927 2.51812 11.0222 1.06601 8.62041C-0.385768 6.21843 0.384149 3.09417 2.78574 1.64189C3.46728 1.2299 4.20898 0.995495 4.95371 0.928023Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.62111 1.40296C6.89583 1.37835 7.13904 1.58139 7.16408 1.85609C7.18881 2.13084 6.98565 2.37393 6.71096 2.39905C5.89044 2.47338 5.07233 2.73041 4.31838 3.18616C1.66703 4.78911 0.817146 8.23877 2.41994 10.8903C4.02283 13.5415 7.47162 14.3913 10.1231 12.7887C12.648 11.2624 13.538 8.06309 12.2334 5.47132L11.4658 6.93128C11.3373 7.17546 11.0353 7.26958 10.791 7.14124C10.5469 7.0126 10.4526 6.70976 10.5811 6.46546L11.7774 4.19202C11.8838 3.99008 12.1139 3.88523 12.336 3.93812L15.0059 4.57484C15.2743 4.63893 15.4397 4.90897 15.376 5.17738C15.3119 5.44598 15.0421 5.61158 14.7735 5.54749L13.2022 5.17249C14.6309 8.19862 13.5669 11.8762 10.6406 13.6451C7.51668 15.5333 3.45314 14.5314 1.56447 11.4078C-0.32406 8.28366 0.677668 4.2193 3.80178 2.3307C4.68848 1.79474 5.65269 1.49062 6.62111 1.40296Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.2753 1.75411C8.61906 1.72299 8.92287 1.97676 8.95401 2.32051C8.9849 2.66398 8.73198 2.96788 8.38858 2.99922C7.36288 3.09209 6.34083 3.41293 5.39834 3.98262C2.08385 5.9862 1.02075 10.298 3.02432 13.6125C5.02793 16.9269 9.33975 17.9891 12.6542 15.9856C15.8096 14.0779 16.9213 10.0803 15.2919 6.84102L14.3329 8.66524C14.1722 8.9702 13.7944 9.08702 13.4892 8.92696C13.1838 8.76633 13.0661 8.38863 13.2265 8.08321L14.7216 5.24044C14.8379 5.01939 15.0725 4.89162 15.3153 4.90743L15.4198 4.92305L18.7577 5.71993C19.0929 5.80042 19.3006 6.1374 19.2206 6.47286C19.1404 6.8083 18.8022 7.01556 18.4667 6.93575L16.5028 6.467C18.2878 10.2493 16.9581 14.845 13.3007 17.0559C9.39546 19.4165 4.31573 18.1641 1.95498 14.259C-0.40572 10.3537 0.846562 5.27399 4.75186 2.91329C5.86024 2.2433 7.06476 1.86371 8.2753 1.75411Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.93091 2.10602C10.3432 2.06891 10.7079 2.37249 10.7454 2.78473C10.7803 3.17111 10.5155 3.51575 10.1428 3.58844L10.0657 3.60016C8.83507 3.7116 7.60956 4.09642 6.47876 4.77985C2.50148 7.18406 1.22613 12.3572 3.63013 16.3345C6.03442 20.3119 11.2074 21.5875 15.1848 19.1832C18.9718 16.8939 20.306 12.0959 18.3499 8.20856L17.1985 10.398L17.1594 10.4644C16.9493 10.7809 16.5293 10.8941 16.1858 10.7134C15.8423 10.5328 15.6975 10.1225 15.8391 9.77008L15.8713 9.69977L17.6663 6.28864C17.8059 6.02368 18.087 5.87121 18.3782 5.8902L18.5032 5.90875L22.5081 6.86383C22.911 6.95996 23.1599 7.36522 23.0637 7.76813C22.9673 8.17063 22.5631 8.41882 22.1604 8.32281L19.803 7.75934C21.9458 12.2982 20.35 17.8129 15.9612 20.4664C11.2748 23.2992 5.1788 21.7973 2.34595 17.1109C-0.486648 12.4246 1.01619 6.32945 5.70239 3.49664C6.94935 2.74291 8.29779 2.29566 9.65845 2.13434L9.93091 2.10602Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,robot:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.99951 0.850098C4.36759 0.850098 4.66633 1.14807 4.6665 1.51611C4.6665 1.76237 4.53121 1.97479 4.33252 2.09033V2.55029H5.99951C6.34918 2.55029 6.63312 2.83347 6.6333 3.18311V3.36084C6.81398 3.38565 7.03013 3.46088 7.21729 3.62256C7.46421 3.83603 7.6333 4.17332 7.6333 4.6499C7.63327 5.1265 7.46426 5.4638 7.21729 5.67725C7.03016 5.83889 6.81396 5.91317 6.6333 5.93799V6.51709C6.63295 6.86657 6.34908 7.1499 5.99951 7.1499H1.99951C1.6501 7.14973 1.36705 6.86646 1.3667 6.51709V5.93799C1.186 5.91322 0.969937 5.83895 0.782715 5.67725C0.535676 5.4638 0.366733 5.12657 0.366699 4.6499C0.366699 4.1732 0.535689 3.83602 0.782715 3.62256C0.969985 3.46079 1.18596 3.3856 1.3667 3.36084V3.18311C1.36688 2.83358 1.64999 2.55047 1.99951 2.55029H3.6665V2.08936C3.46845 1.97371 3.3335 1.76204 3.3335 1.51611C3.33367 1.14818 3.63158 0.850274 3.99951 0.850098ZM1.99951 3.1499C1.98136 3.15008 1.96648 3.16495 1.96631 3.18311V6.51709C1.96665 6.53509 1.98147 6.55012 1.99951 6.55029H5.99951C6.0177 6.55029 6.03237 6.5352 6.03271 6.51709V3.18311C6.03254 3.16485 6.01781 3.1499 5.99951 3.1499H4.14209C4.09886 3.1704 4.05059 3.18311 3.99951 3.18311C3.94866 3.18306 3.90098 3.17028 3.85791 3.1499H1.99951ZM4.3335 5.21631C4.49892 5.21648 4.63312 5.35069 4.6333 5.51611C4.6333 5.68169 4.49903 5.81574 4.3335 5.81592H3.6665C3.50082 5.81592 3.3667 5.6818 3.3667 5.51611C3.36688 5.35058 3.50093 5.21631 3.6665 5.21631H4.3335ZM1.3667 3.97217C1.30459 3.99134 1.2362 4.02409 1.17529 4.07666C1.07515 4.16321 0.966309 4.32672 0.966309 4.6499C0.96634 4.97306 1.07515 5.13662 1.17529 5.22314C1.23612 5.27562 1.30466 5.30749 1.3667 5.32666V3.97217ZM6.6333 5.32666C6.69528 5.30746 6.76396 5.27557 6.82471 5.22314C6.92482 5.13659 7.03366 4.97294 7.03369 4.6499C7.03369 4.32692 6.9248 4.16325 6.82471 4.07666C6.76389 4.02418 6.69533 3.99136 6.6333 3.97217V5.32666ZM3.1665 4.18311C3.35049 4.18311 3.49934 4.33217 3.49951 4.51611C3.49951 4.70021 3.3506 4.8501 3.1665 4.8501C2.98241 4.8501 2.8335 4.70021 2.8335 4.51611C2.83367 4.33217 2.98252 4.18311 3.1665 4.18311ZM4.8335 4.18311C5.01733 4.18328 5.16633 4.33228 5.1665 4.51611C5.1665 4.7001 5.01744 4.84992 4.8335 4.8501C4.6494 4.8501 4.49951 4.70021 4.49951 4.51611C4.49969 4.33217 4.64951 4.18311 4.8335 4.18311Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.00032 1.05792C5.4512 1.0581 5.81673 1.42438 5.81673 1.87531C5.81661 2.17343 5.65599 2.433 5.41731 2.5755V3.14093H7.50032C7.95109 3.14111 8.31655 3.50754 8.31673 3.95831V4.15656C8.54224 4.1914 8.80684 4.28949 9.03743 4.48859C9.35228 4.76066 9.56665 5.18921 9.56673 5.79132C9.56673 6.39359 9.35233 6.82193 9.03743 7.09406C8.8068 7.29331 8.54232 7.39121 8.31673 7.42609V8.12433C8.31673 8.57525 7.9512 8.94154 7.50032 8.94171H2.50032C2.04929 8.94171 1.68294 8.57536 1.68294 8.12433V7.42609C1.4574 7.39116 1.19276 7.29323 0.962234 7.09406C0.647416 6.82193 0.432938 6.39349 0.432938 5.79132C0.433011 5.18921 0.647387 4.76066 0.962234 4.48859C1.19276 4.28947 1.45743 4.19146 1.68294 4.15656V3.95831C1.68311 3.50743 2.0494 3.14093 2.50032 3.14093H4.58333V2.5755C4.34426 2.43305 4.18305 2.17358 4.18294 1.87531C4.18294 1.42427 4.54929 1.05792 5.00032 1.05792ZM2.50032 3.94171C2.49122 3.94171 2.48389 3.94926 2.48372 3.95831V8.12433C2.48372 8.13353 2.49112 8.14093 2.50032 8.14093H7.50032C7.50937 8.14075 7.51692 8.13342 7.51692 8.12433V3.95831C7.51674 3.94937 7.50926 3.94189 7.50032 3.94171H5.11263C5.07677 3.9518 5.03937 3.95828 5.00032 3.95831C4.96138 3.95831 4.92379 3.95172 4.88802 3.94171H2.50032ZM5.41634 6.47491C5.63725 6.47492 5.81673 6.65439 5.81673 6.87531C5.81655 7.09607 5.63714 7.2757 5.41634 7.2757H4.58333C4.36252 7.2757 4.18311 7.09607 4.18294 6.87531C4.18294 6.65439 4.36241 6.47491 4.58333 6.47491H5.41634ZM1.68294 4.9798C1.61762 5.00368 1.54826 5.04004 1.48567 5.09406C1.36663 5.19691 1.23379 5.39386 1.23372 5.79132C1.23372 6.18882 1.36663 6.38567 1.48567 6.48859C1.54824 6.54262 1.61762 6.57894 1.68294 6.60284V4.9798ZM8.31673 6.60284C8.38211 6.57895 8.45135 6.54268 8.51399 6.48859C8.63307 6.3857 8.76595 6.18899 8.76595 5.79132C8.76588 5.39385 8.63304 5.19691 8.51399 5.09406C8.45136 5.04005 8.38207 5.00365 8.31673 4.9798V6.60284ZM3.95833 5.20831C4.18845 5.20831 4.37532 5.39519 4.37532 5.62531C4.37514 5.85527 4.18834 6.04132 3.95833 6.04132C3.72832 6.04132 3.54151 5.85527 3.54134 5.62531C3.54134 5.39519 3.72821 5.20831 3.95833 5.20831ZM6.04134 5.20831C6.27145 5.20831 6.45833 5.39519 6.45833 5.62531C6.45815 5.85527 6.27135 6.04132 6.04134 6.04132C5.81148 6.04115 5.6255 5.85517 5.62532 5.62531C5.62532 5.39529 5.81137 5.20849 6.04134 5.20831ZM4.9886 1.86359L4.98372 1.87531C4.98912 1.8751 4.99487 1.87433 5.00032 1.87433C5.00556 1.87433 5.01076 1.87511 5.01595 1.87531H5.01692C5.01692 1.86621 5.00937 1.85888 5.00032 1.8587C4.99572 1.8587 4.9916 1.86059 4.9886 1.86359Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 1.25C6.55228 1.25 7 1.69772 7 2.25C7 2.61979 6.79843 2.94123 6.5 3.11426V3.75H9C9.55228 3.75 10 4.19772 10 4.75V4.9707C10.2703 5.01518 10.584 5.13501 10.8584 5.37207C11.241 5.70286 11.5 6.22252 11.5 6.9502C11.4999 7.67783 11.2411 8.19757 10.8584 8.52832C10.5841 8.7653 10.2702 8.88423 10 8.92871V9.75C10 10.3023 9.55228 10.75 9 10.75H3C2.44772 10.75 2 10.3023 2 9.75V8.92871C1.72977 8.88423 1.41593 8.7653 1.1416 8.52832C0.758942 8.19757 0.500051 7.67783 0.5 6.9502C0.5 6.22252 0.758963 5.70286 1.1416 5.37207C1.41598 5.13501 1.72971 5.01518 2 4.9707V4.75C2 4.19772 2.44772 3.75 3 3.75H5.5V3.11426C5.20157 2.94123 5 2.61979 5 2.25C5 1.69772 5.44772 1.25 6 1.25ZM3 9.75H9V4.75H3V9.75ZM6.5 7.75C6.77614 7.75 7 7.97386 7 8.25C7 8.52614 6.77614 8.75 6.5 8.75H5.5C5.22386 8.75 5 8.52614 5 8.25C5 7.97386 5.22386 7.75 5.5 7.75H6.5ZM2 6.00684C1.93192 6.03482 1.86051 6.07308 1.7959 6.12891C1.65794 6.24817 1.5 6.47826 1.5 6.9502C1.50005 7.42211 1.65793 7.65227 1.7959 7.77148C1.86042 7.82721 1.93201 7.86462 2 7.89258V6.00684ZM10 7.89258C10.068 7.86462 10.1396 7.82721 10.2041 7.77148C10.3421 7.65227 10.5 7.42211 10.5 6.9502C10.5 6.47826 10.3421 6.24817 10.2041 6.12891C10.1395 6.07308 10.0681 6.03482 10 6.00684V7.89258ZM4.75 6.25C5.02614 6.25 5.25 6.47386 5.25 6.75C5.25 7.02614 5.02614 7.25 4.75 7.25C4.47386 7.25 4.25 7.02614 4.25 6.75C4.25 6.47386 4.47386 6.25 4.75 6.25ZM7.25 6.25C7.52614 6.25 7.75 6.47386 7.75 6.75C7.75 7.02614 7.52614 7.25 7.25 7.25C6.97386 7.25 6.75 7.02614 6.75 6.75C6.75 6.47386 6.97386 6.25 7.25 6.25Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00032 1.83331C8.6445 1.83349 9.16634 2.35608 9.16634 3.00031C9.16621 3.46513 8.89369 3.86473 8.50032 4.05206V5.16632H12.0003C12.6444 5.1665 13.1662 5.68924 13.1663 6.33331V6.77472C13.5266 6.8083 13.9798 6.95256 14.3685 7.28839C14.8381 7.69417 15.1663 8.33904 15.1663 9.26691C15.1663 10.1946 14.838 10.8397 14.3685 11.2454C13.9799 11.581 13.5265 11.7235 13.1663 11.7571V12.9993C13.1663 13.6436 12.6445 14.1661 12.0003 14.1663H4.00032C3.35599 14.1663 2.83333 13.6437 2.83333 12.9993V11.7571C2.47319 11.7235 2.01972 11.5811 1.63118 11.2454C1.16162 10.8397 0.833396 10.1946 0.833328 9.26691C0.833328 8.33913 1.16165 7.69417 1.63118 7.28839C2.01979 6.95263 2.47312 6.80836 2.83333 6.77472V6.33331C2.8335 5.68913 3.3561 5.16632 4.00032 5.16632H7.50032V4.05206C7.10656 3.86481 6.83346 3.46527 6.83333 3.00031C6.83333 2.35597 7.35599 1.83331 8.00032 1.83331ZM4.00032 6.16632C3.90838 6.16632 3.8335 6.24141 3.83333 6.33331V12.9993C3.83333 13.0914 3.90827 13.1663 4.00032 13.1663H12.0003C12.0922 13.1661 12.1663 13.0913 12.1663 12.9993V6.33331C12.1662 6.24152 12.0921 6.1665 12.0003 6.16632H4.00032ZM8.66634 10.5003C8.94248 10.5003 9.16634 10.7242 9.16634 11.0003C9.16616 11.2763 8.94237 11.5003 8.66634 11.5003H7.33333C7.05729 11.5003 6.8335 11.2763 6.83333 11.0003C6.83333 10.7242 7.05719 10.5003 7.33333 10.5003H8.66634ZM2.83333 7.78351C2.66691 7.81456 2.46232 7.8925 2.28548 8.04523C2.06072 8.23948 1.83333 8.59496 1.83333 9.26691C1.83339 9.93881 2.06071 10.2944 2.28548 10.4886C2.46219 10.6412 2.667 10.7173 2.83333 10.7484V7.78351ZM13.1663 10.7484C13.3327 10.7173 13.5374 10.6411 13.7142 10.4886C13.939 10.2944 14.1663 9.93881 14.1663 9.26691C14.1663 8.59481 13.939 8.23946 13.7142 8.04523C13.5372 7.89243 13.3328 7.81452 13.1663 7.78351V10.7484ZM6.33333 8.33331C6.70152 8.33331 7.00032 8.63212 7.00032 9.00031C7.00014 9.36835 6.70141 9.66632 6.33333 9.66632C5.96525 9.66632 5.66651 9.36835 5.66634 9.00031C5.66634 8.63212 5.96514 8.33331 6.33333 8.33331ZM9.66634 8.33331C10.0345 8.33331 10.3333 8.63212 10.3333 9.00031C10.3332 9.36835 10.0344 9.66632 9.66634 9.66632C9.2984 9.66615 9.0005 9.36824 9.00032 9.00031C9.00032 8.63222 9.2983 8.33349 9.66634 8.33331ZM8.00032 2.83331C7.90827 2.83331 7.83333 2.90826 7.83333 3.00031C7.8335 3.0922 7.90838 3.16632 8.00032 3.16632C8.09211 3.16614 8.16616 3.09209 8.16634 3.00031C8.16634 2.90837 8.09222 2.83349 8.00032 2.83331Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99968 2.29169C10.805 2.29169 11.4585 2.94443 11.4587 3.74969C11.4587 4.33116 11.1172 4.83171 10.6247 5.0661V6.45868H14.9997C15.805 6.45868 16.4585 7.11142 16.4587 7.91669V8.46844C16.9087 8.51061 17.4749 8.69137 17.9606 9.11102C18.5475 9.61826 18.9587 10.424 18.9587 11.5837C18.9586 12.7434 18.5476 13.5492 17.9606 14.0563C17.4749 14.476 16.9087 14.6548 16.4587 14.697V16.2507C16.4583 17.0558 15.8049 17.7087 14.9997 17.7087H4.99968C4.19463 17.7085 3.54202 17.0557 3.54167 16.2507V14.697C3.09168 14.6548 2.52551 14.4759 2.03972 14.0563C1.45272 13.5492 1.04176 12.7434 1.04167 11.5837C1.04167 10.4239 1.45276 9.61825 2.03972 9.11102C2.52559 8.69127 3.09161 8.51055 3.54167 8.46844V7.91669C3.54185 7.11153 4.19452 6.45886 4.99968 6.45868H9.37468V5.0661C8.88257 4.83164 8.54167 4.33102 8.54167 3.74969C8.54185 2.94454 9.19452 2.29186 9.99968 2.29169ZM4.99968 7.70868C4.88488 7.70886 4.79185 7.80189 4.79167 7.91669V16.2507C4.79202 16.3653 4.88499 16.4585 4.99968 16.4587H14.9997C15.1145 16.4587 15.2083 16.3654 15.2087 16.2507V7.91669C15.2085 7.80178 15.1146 7.70868 14.9997 7.70868H4.99968ZM10.8337 13.1247C11.1786 13.1249 11.4585 13.4048 11.4587 13.7497C11.4587 14.0948 11.1787 14.3745 10.8337 14.3747H9.16667C8.82149 14.3747 8.54167 14.0949 8.54167 13.7497C8.54185 13.4047 8.8216 13.1247 9.16667 13.1247H10.8337ZM3.54167 9.72919C3.33347 9.76784 3.07738 9.86517 2.85612 10.0563C2.57521 10.2992 2.29167 10.7438 2.29167 11.5837C2.29175 12.4235 2.5752 12.8683 2.85612 13.111C3.07732 13.3021 3.33353 13.3985 3.54167 13.4372V9.72919ZM16.4587 13.4362C16.6668 13.3975 16.9232 13.302 17.1442 13.111C17.4251 12.8683 17.7086 12.4235 17.7087 11.5837C17.7087 10.744 17.4251 10.2992 17.1442 10.0563C16.9231 9.86532 16.6668 9.76888 16.4587 9.73016V13.4362ZM7.91667 10.4167C8.3768 10.4167 8.7495 10.7896 8.74968 11.2497C8.74968 11.7099 8.37691 12.0837 7.91667 12.0837C7.45643 12.0837 7.08366 11.7099 7.08366 11.2497C7.08384 10.7896 7.45654 10.4167 7.91667 10.4167ZM12.0837 10.4167C12.5436 10.4169 12.9165 10.7897 12.9167 11.2497C12.9167 11.7098 12.5438 12.0835 12.0837 12.0837C11.6234 12.0837 11.2497 11.7099 11.2497 11.2497C11.2499 10.7896 11.6235 10.4167 12.0837 10.4167ZM9.99968 3.54169C9.88488 3.54186 9.79185 3.63489 9.79167 3.74969C9.79167 3.86465 9.88477 3.9585 9.99968 3.95868C10.1147 3.95868 10.2087 3.86475 10.2087 3.74969C10.2085 3.63479 10.1146 3.54169 9.99968 3.54169Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 2.75C12.9665 2.75 13.75 3.5335 13.75 4.5C13.75 5.19772 13.3407 5.79804 12.75 6.0791V7.75H18C18.9665 7.75 19.75 8.5335 19.75 9.5V10.1621C20.2902 10.2125 20.9697 10.4289 21.5527 10.9326C22.2571 11.5413 22.75 12.5087 22.75 13.9004C22.7499 15.292 22.2571 16.2596 21.5527 16.8682C20.9698 17.3717 20.2901 17.5863 19.75 17.6367V19.5C19.75 20.4665 18.9665 21.25 18 21.25H6C5.0335 21.25 4.25 20.4665 4.25 19.5V17.6367C3.70992 17.5863 3.03022 17.3717 2.44727 16.8682C1.74287 16.2596 1.2501 15.292 1.25 13.9004C1.25 12.5087 1.74291 11.5413 2.44727 10.9326C3.0303 10.4289 3.70984 10.2125 4.25 10.1621V9.5C4.25 8.5335 5.0335 7.75 6 7.75H11.25V6.0791C10.6593 5.79804 10.25 5.19772 10.25 4.5C10.25 3.5335 11.0335 2.75 12 2.75ZM6 9.25C5.86193 9.25 5.75 9.36193 5.75 9.5V19.5C5.75 19.6381 5.86193 19.75 6 19.75H18C18.1381 19.75 18.25 19.6381 18.25 19.5V9.5C18.25 9.36193 18.1381 9.25 18 9.25H6ZM13 15.75C13.4142 15.75 13.75 16.0858 13.75 16.5C13.75 16.9142 13.4142 17.25 13 17.25H11C10.5858 17.25 10.25 16.9142 10.25 16.5C10.25 16.0858 10.5858 15.75 11 15.75H13ZM4.25 11.6748C4.00027 11.7214 3.69323 11.839 3.42773 12.0684C3.09069 12.3598 2.75 12.8927 2.75 13.9004C2.7501 14.908 3.09067 15.4411 3.42773 15.7324C3.69311 15.9616 4.00037 16.0774 4.25 16.124V11.6748ZM19.75 16.124C19.9996 16.0774 20.3069 15.9616 20.5723 15.7324C20.9093 15.4411 21.2499 14.908 21.25 13.9004C21.25 12.8927 20.9093 12.3598 20.5723 12.0684C20.3068 11.839 19.9997 11.7214 19.75 11.6748V16.124ZM9.5 12.5C10.0523 12.5 10.5 12.9477 10.5 13.5C10.5 14.0523 10.0523 14.5 9.5 14.5C8.94772 14.5 8.5 14.0523 8.5 13.5C8.5 12.9477 8.94772 12.5 9.5 12.5ZM14.5 12.5C15.0523 12.5 15.5 12.9477 15.5 13.5C15.5 14.0523 15.0523 14.5 14.5 14.5C13.9477 14.5 13.5 14.0523 13.5 13.5C13.5 12.9477 13.9477 12.5 14.5 12.5ZM12 4.25C11.8619 4.25 11.75 4.36193 11.75 4.5C11.75 4.63807 11.8619 4.75 12 4.75C12.1381 4.75 12.25 4.63807 12.25 4.5C12.25 4.36193 12.1381 4.25 12 4.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,row:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.41669 0.666687C1.55476 0.666687 1.66669 0.778616 1.66669 0.916687V7.08368C1.66651 7.2216 1.55465 7.33368 1.41669 7.33368H0.916687C0.778724 7.33368 0.666863 7.2216 0.666687 7.08368V0.916687C0.666687 0.778616 0.778616 0.666687 0.916687 0.666687H1.41669ZM4.24969 0.666687C4.38777 0.666687 4.49969 0.778616 4.49969 0.916687V7.08368C4.49952 7.2216 4.38766 7.33368 4.24969 7.33368H3.74969C3.61188 7.3335 3.49987 7.22149 3.49969 7.08368V0.916687C3.49969 0.778724 3.61177 0.666863 3.74969 0.666687H4.24969ZM7.08368 0.666687C7.2216 0.666862 7.33368 0.778724 7.33368 0.916687V7.08368C7.3335 7.22149 7.22149 7.3335 7.08368 7.33368H6.58368C6.44572 7.33368 6.33386 7.2216 6.33368 7.08368V0.916687C6.33368 0.778616 6.44561 0.666687 6.58368 0.666687H7.08368Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.77081 0.833313C1.9434 0.833313 2.08331 0.973224 2.08331 1.14581V8.85382C2.08331 9.02641 1.9434 9.16632 1.77081 9.16632H1.14581C0.973224 9.16632 0.833313 9.02641 0.833313 8.85382V1.14581C0.833313 0.973224 0.973224 0.833313 1.14581 0.833313H1.77081ZM5.31281 0.833313C5.48524 0.833489 5.62531 0.973333 5.62531 1.14581V8.85382C5.62531 9.0263 5.48524 9.16614 5.31281 9.16632H4.68781C4.51522 9.16632 4.37531 9.02641 4.37531 8.85382V1.14581C4.37531 0.973224 4.51522 0.833313 4.68781 0.833313H5.31281ZM8.85382 0.833313C9.02641 0.833313 9.16632 0.973224 9.16632 1.14581V8.85382C9.16632 9.02641 9.02641 9.16632 8.85382 9.16632H8.22882C8.05638 9.16615 7.91632 9.0263 7.91632 8.85382V1.14581C7.91632 0.973332 8.05638 0.833488 8.22882 0.833313H8.85382Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.125 1C2.33211 1 2.5 1.16789 2.5 1.375V10.625C2.5 10.8321 2.33211 11 2.125 11H1.375C1.16789 11 1 10.8321 1 10.625V1.375C1 1.16789 1.16789 1 1.375 1H2.125ZM6.375 1C6.58211 1 6.75 1.16789 6.75 1.375V10.625C6.75 10.8321 6.58211 11 6.375 11H5.625C5.41789 11 5.25 10.8321 5.25 10.625V1.375C5.25 1.16789 5.41789 1 5.625 1H6.375ZM10.625 1C10.8321 1 11 1.16789 11 1.375V10.625C11 10.8321 10.8321 11 10.625 11H9.875C9.66789 11 9.5 10.8321 9.5 10.625V1.375C9.5 1.16789 9.66789 1 9.875 1H10.625Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.83331 1.33331C3.10946 1.33331 3.33331 1.55717 3.33331 1.83331V14.1663C3.33331 14.4425 3.10946 14.6663 2.83331 14.6663H1.83331C1.55717 14.6663 1.33331 14.4425 1.33331 14.1663V1.83331C1.33331 1.55717 1.55717 1.33331 1.83331 1.33331H2.83331ZM8.50031 1.33331C8.7763 1.33349 9.00031 1.55728 9.00031 1.83331V14.1663C9.00031 14.4424 8.7763 14.6661 8.50031 14.6663H7.50031C7.22416 14.6663 7.00031 14.4425 7.00031 14.1663V1.83331C7.00031 1.55717 7.22416 1.33331 7.50031 1.33331H8.50031ZM14.1663 1.33331C14.4425 1.33331 14.6663 1.55717 14.6663 1.83331V14.1663C14.6663 14.4425 14.4425 14.6663 14.1663 14.6663H13.1663C12.8903 14.6661 12.6663 14.4424 12.6663 14.1663V1.83331C12.6663 1.55728 12.8903 1.33349 13.1663 1.33331H14.1663Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.54169 1.66669C3.88686 1.66669 4.16669 1.94651 4.16669 2.29169V17.7087C4.16651 18.0537 3.88676 18.3337 3.54169 18.3337H2.29169C1.94662 18.3337 1.66686 18.0537 1.66669 17.7087V2.29169C1.66669 1.94651 1.94651 1.66669 2.29169 1.66669H3.54169ZM10.6247 1.66669C10.9699 1.66669 11.2497 1.94651 11.2497 2.29169V17.7087C11.2495 18.0537 10.9698 18.3337 10.6247 18.3337H9.37469C9.02978 18.3335 8.74987 18.0536 8.74969 17.7087V2.29169C8.74969 1.94662 9.02967 1.66686 9.37469 1.66669H10.6247ZM17.7087 1.66669C18.0537 1.66686 18.3337 1.94662 18.3337 2.29169V17.7087C18.3335 18.0536 18.0536 18.3335 17.7087 18.3337H16.4587C16.1136 18.3337 15.8339 18.0537 15.8337 17.7087V2.29169C15.8337 1.94651 16.1135 1.66669 16.4587 1.66669H17.7087Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.25 2C4.66421 2 5 2.33579 5 2.75V21.25C5 21.6642 4.66421 22 4.25 22H2.75C2.33579 22 2 21.6642 2 21.25V2.75C2 2.33579 2.33579 2 2.75 2H4.25ZM12.75 2C13.1642 2 13.5 2.33579 13.5 2.75V21.25C13.5 21.6642 13.1642 22 12.75 22H11.25C10.8358 22 10.5 21.6642 10.5 21.25V2.75C10.5 2.33579 10.8358 2 11.25 2H12.75ZM21.25 2C21.6642 2 22 2.33579 22 2.75V21.25C22 21.6642 21.6642 22 21.25 22H19.75C19.3358 22 19 21.6642 19 21.25V2.75C19 2.33579 19.3358 2 19.75 2H21.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,save:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M0.93335 6.40002V1.60002C0.93335 1.23183 1.23183 0.93335 1.60002 0.93335H5.39053C5.56734 0.93335 5.7369 1.00359 5.86193 1.12861L6.87142 2.13809C6.99644 2.26312 7.06668 2.43269 7.06668 2.6095V6.40002C7.06668 6.76821 6.76821 7.06668 6.40002 7.06668H1.60002C1.23183 7.06668 0.93335 6.76821 0.93335 6.40002Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M4.5 1V2",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M2 6.00002V4.00002C2 3.81593 2.14924 3.66669 2.33333 3.66669H5.66667C5.85076 3.66669 6 3.81593 6 4.00002V6.00002C6 6.18412 5.85076 6.33335 5.66667 6.33335H2.33333C2.14924 6.33335 2 6.18411 2 6.00002Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M2.33337 1V2.16667C2.33337 2.35076 2.48261 2.5 2.66671 2.5H5.00004C5.18414 2.5 5.33337 2.35076 5.33337 2.16667V1",stroke:"currentColor","stroke-width":"0.6"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.16675 8.00002V2.00002C1.16675 1.53978 1.53985 1.16669 2.00008 1.16669H6.73822C6.95923 1.16669 7.17119 1.25448 7.32747 1.41076L8.58933 2.67261C8.74562 2.82889 8.83341 3.04086 8.83341 3.26187V8.00002C8.83341 8.46026 8.46032 8.83335 8.00008 8.83335H2.00008C1.53984 8.83335 1.16675 8.46026 1.16675 8.00002Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M5.625 1.25V2.5",stroke:"currentColor","stroke-width":"0.8"}),C("path",{d:"M2.5 7.49998V4.99998C2.5 4.76986 2.68655 4.58331 2.91667 4.58331H7.08333C7.31345 4.58331 7.5 4.76986 7.5 4.99998V7.49998C7.5 7.7301 7.31345 7.91665 7.08333 7.91665H2.91667C2.68655 7.91665 2.5 7.7301 2.5 7.49998Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M2.91663 1.25V2.70833C2.91663 2.93845 3.10317 3.125 3.33329 3.125H6.24996C6.48008 3.125 6.66663 2.93845 6.66663 2.70833V1.25",stroke:"currentColor","stroke-width":"0.6"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.40002 9.60003V2.40002C1.40002 1.84774 1.84774 1.40002 2.40002 1.40002H8.08579C8.351 1.40002 8.60536 1.50538 8.79289 1.69291L10.3071 3.20714C10.4947 3.39467 10.6 3.64903 10.6 3.91425V9.60002C10.6 10.1523 10.1523 10.6 9.60003 10.6H2.40002C1.84774 10.6 1.40002 10.1523 1.40002 9.60003Z",stroke:"currentColor","stroke-width":"0.8"}),C("path",{d:"M6.75 1.5V3",stroke:"currentColor"}),C("path",{d:"M3 9V6C3 5.72386 3.22386 5.5 3.5 5.5H8.5C8.77614 5.5 9 5.72386 9 6V9C9 9.27614 8.77614 9.5 8.5 9.5H3.5C3.22386 9.5 3 9.27614 3 9Z",stroke:"currentColor","stroke-width":"0.8"}),C("path",{d:"M3.5 1.5V3.25C3.5 3.52614 3.72386 3.75 4 3.75H7.5C7.77614 3.75 8 3.52614 8 3.25V1.5",stroke:"currentColor","stroke-width":"0.8"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.8667 12.8V3.19997C1.8667 2.46359 2.46365 1.86664 3.20003 1.86664H10.7811C11.1347 1.86664 11.4738 2.00711 11.7239 2.25716L13.7428 4.27612C13.9929 4.52617 14.1334 4.86531 14.1334 5.21894V12.8C14.1334 13.5364 13.5364 14.1333 12.8 14.1333H3.20003C2.46365 14.1333 1.8667 13.5364 1.8667 12.8Z",stroke:"currentColor"}),C("path",{d:"M9 2V4",stroke:"currentColor","stroke-width":"1.33333"}),C("path",{d:"M4 12V7.99998C4 7.63179 4.29848 7.33331 4.66667 7.33331H11.3333C11.7015 7.33331 12 7.63179 12 7.99998V12C12 12.3682 11.7015 12.6666 11.3333 12.6666H4.66667C4.29848 12.6666 4 12.3682 4 12Z",stroke:"currentColor"}),C("path",{d:"M4.66663 2V4.33333C4.66663 4.70152 4.9651 5 5.33329 5H9.99996C10.3681 5 10.6666 4.70152 10.6666 4.33333V2",stroke:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.33337 16V3.99998C2.33337 3.0795 3.07957 2.33331 4.00004 2.33331H13.4763C13.9183 2.33331 14.3423 2.50891 14.6548 2.82146L17.1785 5.34517C17.4911 5.65773 17.6667 6.08165 17.6667 6.52368V16C17.6667 16.9205 16.9205 17.6666 16 17.6666H4.00004C3.07957 17.6666 2.33337 16.9205 2.33337 16Z",stroke:"currentColor","stroke-width":"1.25"}),C("path",{d:"M11.25 2.5V5",stroke:"currentColor","stroke-width":"1.25"}),C("path",{d:"M5 15V10C5 9.53978 5.3731 9.16669 5.83333 9.16669H14.1667C14.6269 9.16669 15 9.53978 15 10V15C15 15.4603 14.6269 15.8334 14.1667 15.8334H5.83333C5.3731 15.8334 5 15.4603 5 15Z",stroke:"currentColor","stroke-width":"1.25"}),C("path",{d:"M5.83337 2.5V5.41667C5.83337 5.8769 6.20647 6.25 6.66671 6.25H12.5C12.9603 6.25 13.3334 5.8769 13.3334 5.41667V2.5",stroke:"currentColor","stroke-width":"1.25"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.80005 19.2V4.79999C2.80005 3.69542 3.69548 2.79999 4.80005 2.79999H16.1716C16.702 2.79999 17.2107 3.0107 17.5858 3.38577L20.6143 6.41421C20.9893 6.78929 21.2 7.298 21.2 7.82843V19.2C21.2 20.3046 20.3046 21.2 19.2001 21.2H4.80005C3.69548 21.2 2.80005 20.3046 2.80005 19.2Z",stroke:"currentColor","stroke-width":"1.5"}),C("path",{d:"M13.5 3V6",stroke:"currentColor","stroke-width":"2"}),C("path",{d:"M6 18V12C6 11.4477 6.44772 11 7 11H17C17.5523 11 18 11.4477 18 12V18C18 18.5523 17.5523 19 17 19H7C6.44772 19 6 18.5523 6 18Z",stroke:"currentColor","stroke-width":"1.5"}),C("path",{d:"M7 3V6.5C7 7.05228 7.44772 7.5 8 7.5H15C15.5523 7.5 16 7.05228 16 6.5V3",stroke:"currentColor","stroke-width":"1.5"}))}}),...Object.freeze({__proto__:null,search:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.71375 0.633606C5.25994 0.633847 6.51355 1.88716 6.51355 3.43341V3.71368C6.51345 4.37869 6.27985 4.98826 5.89246 5.46857L7.27917 6.85529C7.39587 6.97248 7.39617 7.16211 7.27917 7.27911C7.16217 7.39612 6.97254 7.39581 6.85535 7.27911L5.46863 5.8924C4.98832 6.27979 4.37875 6.51339 3.71375 6.51349H3.43347C1.88722 6.51349 0.633907 5.25988 0.633667 3.71368V3.43341C0.633667 1.88701 1.88707 0.633606 3.43347 0.633606H3.71375ZM3.43347 1.23322C2.21845 1.23322 1.23328 2.21838 1.23328 3.43341V3.71368C1.23352 4.92851 2.21859 5.9129 3.43347 5.9129H3.71375C4.92842 5.91266 5.91272 4.92836 5.91296 3.71368V3.43341C5.91296 2.21853 4.92857 1.23346 3.71375 1.23322H3.43347Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.64136 0.766418C6.58816 0.766418 8.16675 2.34501 8.16675 4.29181V4.64142C8.16675 5.47048 7.87923 6.23178 7.40015 6.8338L9.11694 8.5506C9.27281 8.70683 9.27303 8.96091 9.11694 9.117C8.96085 9.2731 8.70677 9.27288 8.55054 9.117L6.83374 7.40021C6.23171 7.87929 5.47042 8.16681 4.64136 8.16681H4.29175C2.34494 8.16681 0.766357 6.58822 0.766357 4.64142V4.29181C0.766357 2.34501 2.34495 0.76642 4.29175 0.766418H4.64136ZM4.29175 1.5672C2.78677 1.5672 1.56714 2.78683 1.56714 4.29181V4.64142C1.56714 6.14639 2.78677 7.367 4.29175 7.367H4.64136C6.14633 7.367 7.36694 6.14639 7.36694 4.64142V4.29181C7.36694 2.78683 6.14633 1.5672 4.64136 1.5672H4.29175Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.57007 0.900146C7.91719 0.900244 9.82007 2.803 9.82007 5.15015V5.57007C9.82003 6.56335 9.47705 7.47536 8.90601 8.19897L10.9539 10.2468C11.1488 10.4421 11.149 10.7587 10.9539 10.9539C10.7587 11.149 10.4421 11.1488 10.2468 10.9539L8.19897 8.90601C7.47536 9.47705 6.56335 9.82003 5.57007 9.82007H5.15015C2.803 9.82007 0.900245 7.91719 0.900146 5.57007V5.15015C0.900147 2.80294 2.80294 0.900147 5.15015 0.900146H5.57007ZM5.15015 1.90015C3.35522 1.90015 1.90015 3.35522 1.90015 5.15015V5.57007C1.90024 7.36491 3.35528 8.82007 5.15015 8.82007H5.57007C7.36485 8.81997 8.81997 7.36485 8.82007 5.57007V5.15015C8.82007 3.35528 7.36491 1.90024 5.57007 1.90015H5.15015Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.42651 1.36688C10.4641 1.36688 12.9265 3.82932 12.9265 6.86688V7.42645C12.9265 8.76517 12.4471 9.99127 11.6521 10.945L14.4871 13.78C14.6819 13.9753 14.6822 14.2919 14.4871 14.487C14.2919 14.6821 13.9753 14.6819 13.78 14.487L10.9451 11.652C9.99133 12.4471 8.76523 12.9265 7.42651 12.9265H6.86694C3.82938 12.9265 1.36694 10.464 1.36694 7.42645V6.86688C1.36694 3.82932 3.82938 1.36688 6.86694 1.36688H7.42651ZM6.86694 2.36688C4.38166 2.36688 2.36694 4.3816 2.36694 6.86688V7.42645C2.36694 9.91173 4.38166 11.9265 6.86694 11.9265H7.42651C9.91179 11.9265 11.9265 9.91173 11.9265 7.42645V6.86688C11.9265 4.3816 9.91179 2.36688 7.42651 2.36688H6.86694Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.28284 1.70859C13.0798 1.70859 16.1578 4.78663 16.1578 8.58359V9.28281C16.1578 10.9562 15.5589 12.4891 14.5651 13.6812L18.108 17.2252C18.3521 17.4693 18.3521 17.8649 18.108 18.109C17.8639 18.3526 17.4682 18.3529 17.2242 18.109L13.6803 14.566C12.4883 15.5593 10.9558 16.1578 9.28284 16.1578H8.58362C4.78666 16.1578 1.70862 13.0798 1.70862 9.28281V8.58359C1.70862 4.78663 4.78666 1.70859 8.58362 1.70859H9.28284ZM8.58362 2.95859C5.47702 2.95859 2.95862 5.47699 2.95862 8.58359V9.28281C2.95862 12.3894 5.47702 14.9078 8.58362 14.9078H9.28284C12.3894 14.9078 14.9078 12.3894 14.9078 9.28281V8.58359C14.9078 5.47699 12.3894 2.95859 9.28284 2.95859H8.58362Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.1401 2.05032C15.6963 2.05052 19.3901 5.7441 19.3901 10.3003V11.1402C19.3901 13.1482 18.6716 14.9879 17.479 16.4185L21.73 20.6695C22.0229 20.9624 22.0229 21.4371 21.73 21.73C21.4371 22.0229 20.9623 22.0229 20.6694 21.73L16.4185 17.479C14.9878 18.6716 13.1481 19.3901 11.1401 19.3902H10.3003C5.74407 19.3902 2.05049 15.6963 2.05029 11.1402V10.3003C2.05029 5.74398 5.74395 2.05033 10.3003 2.05032H11.1401ZM10.3003 3.55032C6.57237 3.55033 3.55029 6.5724 3.55029 10.3003V11.1402C3.55049 14.8679 6.57249 17.8902 10.3003 17.8902H11.1401C14.8678 17.89 17.8899 14.8678 17.8901 11.1402V10.3003C17.8901 6.57252 14.8679 3.55052 11.1401 3.55032H10.3003Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,setting:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.39527 0.333314C4.50307 0.333314 4.5995 0.400413 4.6358 0.500878L4.89465 1.21844C4.98742 1.24154 5.06698 1.26464 5.13445 1.28884C5.20814 1.31524 5.30311 1.3552 5.42043 1.40983L6.02321 1.09084C6.07242 1.06477 6.12874 1.05536 6.18375 1.06402C6.23875 1.07268 6.28946 1.09895 6.32827 1.13887L6.85845 1.68703C6.92885 1.76 6.94865 1.8667 6.90905 1.95983L6.62636 2.62239C6.67329 2.70855 6.71069 2.78225 6.73929 2.84385C6.77009 2.91095 6.80822 3.00335 6.85369 3.12251L7.51256 3.40484C7.61156 3.44701 7.67279 3.54601 7.66619 3.65197L7.61779 4.4128C7.61448 4.46223 7.59674 4.50959 7.56676 4.54903C7.53677 4.58846 7.49587 4.61823 7.44913 4.63463L6.82509 4.85646C6.80712 4.94262 6.78842 5.01632 6.76862 5.07866C6.73669 5.17492 6.70023 5.26963 6.65936 5.36245L6.97285 6.05544C6.99497 6.10414 7.00093 6.15863 6.98985 6.21095C6.97876 6.26327 6.95122 6.31067 6.91125 6.34621L6.31507 6.8786C6.27581 6.91351 6.22681 6.9356 6.17465 6.94189C6.12249 6.94818 6.06965 6.93838 6.02321 6.9138L5.4087 6.5882C5.31256 6.63911 5.21338 6.68405 5.11171 6.72277L4.84332 6.82324L4.605 7.48323C4.58734 7.53156 4.55548 7.57342 4.5136 7.60333C4.47172 7.63323 4.42179 7.64978 4.37034 7.65079L3.6737 7.66656C3.62088 7.66794 3.56894 7.65293 3.52501 7.62358C3.48109 7.59423 3.44734 7.55198 3.4284 7.50266L3.14755 6.75944C3.05172 6.72669 2.95684 6.69123 2.86302 6.6531C2.78629 6.61989 2.71071 6.58406 2.63643 6.54567L1.93979 6.8434C1.89389 6.86299 1.84328 6.8688 1.79413 6.86014C1.74498 6.85149 1.69941 6.82873 1.66297 6.79464L1.14745 6.31101C1.10907 6.27516 1.08293 6.22815 1.07273 6.17663C1.06253 6.1251 1.06879 6.07168 1.09062 6.02391L1.39017 5.37125C1.35034 5.29395 1.3134 5.21518 1.27945 5.13512C1.23981 5.03712 1.20313 4.93796 1.16945 4.83776L0.513139 4.63793C0.459791 4.6218 0.41326 4.58851 0.380773 4.54323C0.348286 4.49795 0.33166 4.4432 0.333478 4.3875L0.359144 3.68314C0.360971 3.63718 0.375327 3.5926 0.40066 3.55421C0.425992 3.51583 0.461337 3.48509 0.502872 3.46534L1.19145 3.13461C1.22335 3.01765 1.25121 2.92672 1.27578 2.86035C1.31037 2.77171 1.34878 2.6846 1.39091 2.59929L1.09245 1.96863C1.0698 1.92073 1.06292 1.86689 1.07281 1.81484C1.08269 1.7628 1.10882 1.71522 1.14745 1.67896L1.66223 1.19277C1.69832 1.15873 1.74347 1.13585 1.79226 1.12687C1.84104 1.1179 1.89138 1.12321 1.93722 1.14217L2.63313 1.42963C2.71013 1.3783 2.77979 1.33687 2.84286 1.3035C2.91802 1.26354 3.01849 1.22174 3.14498 1.17664L3.38697 0.501612C3.40486 0.452211 3.43756 0.409536 3.48061 0.379414C3.52366 0.349293 3.57496 0.333193 3.6275 0.333314H4.39527ZM4.00882 2.90692C3.39761 2.90692 2.90226 3.39641 2.90226 4.00067C2.90226 4.60493 3.39761 5.09479 4.00882 5.09479C4.61966 5.09479 5.11501 4.60493 5.11501 4.00067C5.11501 3.39641 4.62003 2.90692 4.00882 2.90692Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.49407 0.416688C5.62881 0.416688 5.74935 0.500562 5.79472 0.626144L6.11829 1.52309C6.23425 1.55197 6.3337 1.58084 6.41803 1.61109C6.51016 1.64409 6.62886 1.69405 6.77552 1.76234L7.52899 1.36359C7.5905 1.33101 7.66091 1.31925 7.72966 1.33007C7.79841 1.3409 7.8618 1.37373 7.91032 1.42363L8.57304 2.10883C8.66104 2.20004 8.68579 2.33341 8.63629 2.44983L8.28293 3.27803C8.34159 3.38574 8.38834 3.47786 8.42409 3.55486C8.46259 3.63873 8.51025 3.75423 8.56709 3.90319L9.39068 4.2561C9.51443 4.30881 9.59097 4.43256 9.58272 4.56501L9.52222 5.51604C9.51808 5.57783 9.4959 5.63704 9.45842 5.68633C9.42094 5.73562 9.36982 5.77283 9.31139 5.79333L8.53134 6.07062C8.50888 6.17833 8.4855 6.27045 8.46076 6.34837C8.42084 6.4687 8.37526 6.58708 8.32418 6.70311L8.71604 7.56935C8.7437 7.63021 8.75114 7.69833 8.73729 7.76374C8.72343 7.82914 8.689 7.88839 8.63904 7.93281L7.89382 8.5983C7.84474 8.64194 7.7835 8.66954 7.71829 8.67741C7.65309 8.68527 7.58704 8.67302 7.52899 8.6423L6.76086 8.2353C6.64068 8.29893 6.5167 8.35511 6.38962 8.40351L6.05413 8.52909L5.75622 9.35408C5.73415 9.4145 5.69432 9.46683 5.64198 9.50421C5.58963 9.54158 5.52721 9.56227 5.4629 9.56354L4.5921 9.58324C4.52608 9.58498 4.46115 9.56621 4.40624 9.52952C4.35134 9.49283 4.30915 9.44002 4.28548 9.37837L3.93441 8.44934C3.81463 8.4084 3.69603 8.36408 3.57876 8.31643C3.48284 8.27491 3.38837 8.23012 3.29552 8.18214L2.42471 8.5543C2.36734 8.57878 2.30408 8.58605 2.24264 8.57522C2.18121 8.5644 2.12424 8.53595 2.07868 8.49334L1.43429 7.88881C1.38631 7.84399 1.35364 7.78523 1.34089 7.72083C1.32814 7.65643 1.33597 7.58965 1.36325 7.52993L1.7377 6.71411C1.6879 6.61748 1.64173 6.51903 1.59928 6.41895C1.54974 6.29645 1.50389 6.17249 1.46179 6.04724L0.6414 5.79746C0.574716 5.7773 0.516552 5.73569 0.475943 5.67908C0.435334 5.62248 0.414552 5.55405 0.416825 5.48442L0.448907 4.60397C0.451191 4.54652 0.469136 4.4908 0.500801 4.44281C0.532467 4.39483 0.576649 4.35641 0.628568 4.33172L1.48929 3.91831C1.52916 3.77211 1.56399 3.65844 1.5947 3.57548C1.63794 3.46468 1.68595 3.3558 1.73861 3.24915L1.36554 2.46083C1.33723 2.40096 1.32863 2.33366 1.34099 2.2686C1.35334 2.20354 1.38601 2.14407 1.43429 2.09875L2.07777 1.49101C2.12288 1.44846 2.17932 1.41986 2.2403 1.40864C2.30128 1.39742 2.36421 1.40406 2.42151 1.42776L3.29139 1.78709C3.38764 1.72292 3.47472 1.67113 3.55355 1.62942C3.6475 1.57947 3.77308 1.52722 3.9312 1.47084L4.23369 0.62706C4.25606 0.565309 4.29693 0.511966 4.35074 0.474314C4.40455 0.436662 4.46867 0.416537 4.53435 0.416688H5.49407ZM5.011 3.63369C4.24698 3.63369 3.6278 4.24556 3.6278 5.00088C3.6278 5.75621 4.24698 6.36853 5.011 6.36853C5.77456 6.36853 6.39374 5.75621 6.39374 5.00088C6.39374 4.24556 5.77501 3.63369 5.011 3.63369Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.59289 0.500001C6.75459 0.500001 6.89923 0.60065 6.95368 0.751348L7.34197 1.82768C7.48111 1.86233 7.60046 1.89698 7.70165 1.93328C7.8122 1.97288 7.95464 2.03283 8.13064 2.11478L9.03481 1.63629C9.10861 1.59719 9.1931 1.58307 9.2756 1.59606C9.35811 1.60905 9.43417 1.64845 9.49239 1.70834L10.2877 2.53058C10.3933 2.64003 10.423 2.80007 10.3636 2.93977L9.93953 3.93361C10.0099 4.06286 10.066 4.17341 10.1089 4.26581C10.1551 4.36645 10.2123 4.50505 10.2805 4.6838L11.2688 5.1073C11.4173 5.17054 11.5092 5.31904 11.4993 5.47799L11.4267 6.61923C11.4217 6.69337 11.3951 6.76442 11.3501 6.82357C11.3051 6.88272 11.2438 6.92737 11.1737 6.95197L10.2376 7.28472C10.2107 7.41397 10.1826 7.52452 10.1529 7.61801C10.105 7.76241 10.0503 7.90447 9.98902 8.04371L10.4593 9.0832C10.4924 9.15623 10.5014 9.23798 10.4848 9.31646C10.4681 9.39494 10.4268 9.46604 10.3669 9.51934L9.47259 10.3179C9.4137 10.3703 9.34021 10.4034 9.26196 10.4129C9.18372 10.4223 9.10446 10.4076 9.03481 10.3707L8.11304 9.88234C7.96883 9.9587 7.82005 10.0261 7.66755 10.0842L7.26497 10.2349L6.90748 11.2249C6.88099 11.2974 6.8332 11.3602 6.77039 11.405C6.70757 11.4499 6.63266 11.4747 6.55549 11.4762L5.51053 11.4999C5.43131 11.5019 5.3534 11.4794 5.28751 11.4354C5.22161 11.3914 5.17099 11.328 5.14259 11.254L4.72131 10.1392C4.57757 10.0901 4.43525 10.0369 4.29452 9.97969C4.17942 9.92987 4.06606 9.87612 3.95463 9.81854L2.90967 10.2651C2.84082 10.2945 2.76491 10.3032 2.69118 10.2902C2.61746 10.2773 2.5491 10.2431 2.49443 10.192L1.72116 9.46654C1.66359 9.41277 1.62438 9.34225 1.60908 9.26497C1.59378 9.18769 1.60317 9.10755 1.63591 9.0359L2.08525 8.05691C2.02549 7.94096 1.97008 7.82281 1.91915 7.70271C1.8597 7.55572 1.80468 7.40697 1.75416 7.25667L0.769693 6.95692C0.689671 6.93274 0.619875 6.8828 0.571144 6.81488C0.522413 6.74695 0.497475 6.66483 0.500202 6.58128L0.538701 5.52474C0.541441 5.4558 0.562975 5.38893 0.600974 5.33135C0.638973 5.27377 0.691991 5.22767 0.754293 5.19804L1.78716 4.70195C1.83501 4.5265 1.8768 4.3901 1.91365 4.29056C1.96554 4.15759 2.02316 4.02694 2.08635 3.89896L1.63866 2.95297C1.60469 2.88113 1.59437 2.80037 1.60919 2.7223C1.62402 2.64422 1.66322 2.57286 1.72116 2.51848L2.49333 1.78919C2.54746 1.73813 2.61519 1.70381 2.68837 1.69034C2.76155 1.67688 2.83706 1.68484 2.90582 1.71329L3.94968 2.14448C4.06518 2.06748 4.16967 2.00533 4.26427 1.95528C4.37702 1.89533 4.52771 1.83263 4.71746 1.76499L5.08044 0.752448C5.10728 0.678346 5.15633 0.614334 5.2209 0.569152C5.28548 0.52397 5.36242 0.499821 5.44123 0.500001H6.59289ZM6.01321 4.3604C5.09639 4.3604 4.35337 5.09465 4.35337 6.00103C4.35337 6.90742 5.09639 7.64221 6.01321 7.64221C6.92948 7.64221 7.6725 6.90742 7.6725 6.00103C7.6725 5.09465 6.93003 4.3604 6.01321 4.3604Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.79051 0.666688C9.0061 0.666688 9.19896 0.800887 9.27156 1.00182L9.78928 2.43693C9.9748 2.48313 10.1339 2.52933 10.2689 2.57773C10.4163 2.63053 10.6062 2.71046 10.8408 2.81973L12.0464 2.18174C12.1448 2.1296 12.2575 2.11078 12.3675 2.1281C12.4775 2.14543 12.5789 2.19795 12.6565 2.2778L13.7169 3.37412C13.8577 3.52005 13.8973 3.73345 13.8181 3.91972L13.2527 5.24483C13.3466 5.41716 13.4214 5.56456 13.4785 5.68776C13.5401 5.82196 13.6164 6.00676 13.7073 6.24509L15.0251 6.80975C15.2231 6.89408 15.3456 7.09208 15.3324 7.30401L15.2356 8.82566C15.2289 8.92451 15.1934 9.01925 15.1335 9.09812C15.0735 9.17698 14.9917 9.23651 14.8982 9.26932L13.6501 9.71298C13.6142 9.88531 13.5768 10.0327 13.5372 10.1574C13.4733 10.3499 13.4004 10.5393 13.3187 10.725L13.9457 12.1109C13.9899 12.2083 14.0018 12.3173 13.9797 12.422C13.9575 12.5266 13.9024 12.6214 13.8225 12.6925L12.6301 13.7573C12.5516 13.8271 12.4536 13.8713 12.3493 13.8838C12.245 13.8964 12.1393 13.8768 12.0464 13.8277L10.8174 13.1765C10.6251 13.2783 10.4267 13.3682 10.2234 13.4456L9.68661 13.6465L9.20996 14.9665C9.17464 15.0632 9.11092 15.1469 9.02717 15.2067C8.94342 15.2665 8.84354 15.2996 8.74065 15.3016L7.34736 15.3332C7.24174 15.3359 7.13785 15.3059 7.05 15.2472C6.96214 15.1885 6.89464 15.104 6.85678 15.0054L6.29506 13.5189C6.10341 13.4534 5.91365 13.3825 5.72602 13.3063C5.57255 13.2398 5.4214 13.1682 5.27283 13.0914L3.87955 13.6869C3.78774 13.726 3.68653 13.7377 3.58824 13.7203C3.48994 13.703 3.3988 13.6575 3.3259 13.5893L2.29487 12.6221C2.21811 12.5504 2.16583 12.4564 2.14543 12.3533C2.12504 12.2503 2.13755 12.1434 2.18121 12.0479L2.78032 10.7426C2.70064 10.588 2.62677 10.4304 2.55886 10.2703C2.47959 10.0743 2.40623 9.87598 2.33887 9.67558L1.02625 9.27592C0.919551 9.24367 0.82649 9.17709 0.761515 9.08652C0.696541 8.99595 0.66329 8.88646 0.666926 8.77506L0.718258 7.36634C0.721911 7.27443 0.750623 7.18526 0.801288 7.10849C0.851954 7.03171 0.922644 6.97025 1.00571 6.93075L2.38287 6.26929C2.44666 6.03536 2.5024 5.85349 2.55153 5.72076C2.62071 5.54348 2.69753 5.36927 2.78179 5.19863L2.18487 3.93732C2.13957 3.84153 2.12582 3.73385 2.14558 3.62975C2.16535 3.52565 2.21762 3.4305 2.29487 3.35799L3.32443 2.3856C3.39661 2.31753 3.48691 2.27176 3.58449 2.25381C3.68206 2.23585 3.78274 2.24648 3.87441 2.2844L5.26623 2.85933C5.42023 2.75666 5.55956 2.6738 5.68569 2.60706C5.83601 2.52713 6.03694 2.44353 6.28993 2.35333L6.77391 1.00328C6.80969 0.904482 6.8751 0.819133 6.9612 0.75889C7.04729 0.698647 7.14988 0.666448 7.25496 0.666688H8.79051ZM8.0176 5.81389C6.79518 5.81389 5.80448 6.79288 5.80448 8.0014C5.80448 9.20992 6.79518 10.1896 8.0176 10.1896C9.2393 10.1896 10.23 9.20992 10.23 8.0014C10.23 6.79288 9.24003 5.81389 8.0176 5.81389Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.9882 0.833315C11.2577 0.833315 11.4987 1.00106 11.5895 1.25223L12.2366 3.04612C12.4685 3.10387 12.6674 3.16162 12.8361 3.22212C13.0203 3.28812 13.2577 3.38803 13.5511 3.52462L15.058 2.72713C15.181 2.66196 15.3218 2.63843 15.4593 2.66008C15.5969 2.68174 15.7236 2.74739 15.8207 2.84721L17.1461 4.21761C17.3221 4.40002 17.3716 4.66677 17.2726 4.8996L16.5659 6.55599C16.6832 6.77141 16.7767 6.95566 16.8482 7.10965C16.9252 7.2774 17.0205 7.5084 17.1342 7.80631L18.7814 8.51214C19.0289 8.61755 19.182 8.86505 19.1655 9.12996L19.0445 11.032C19.0362 11.1556 18.9918 11.274 18.9169 11.3726C18.8419 11.4712 18.7397 11.5456 18.6228 11.5866L17.0627 12.1412C17.0178 12.3566 16.971 12.5408 16.9215 12.6967C16.8417 12.9373 16.7505 13.1741 16.6484 13.4062L17.4321 15.1386C17.4874 15.2604 17.5023 15.3966 17.4746 15.5274C17.4469 15.6582 17.378 15.7767 17.2781 15.8655L15.7877 17.1965C15.6895 17.2838 15.567 17.339 15.4366 17.3547C15.3062 17.3705 15.1741 17.346 15.058 17.2845L13.5217 16.4705C13.2814 16.5978 13.0334 16.7102 12.7793 16.807L12.1083 17.0581L11.5125 18.7081C11.4683 18.8289 11.3887 18.9336 11.284 19.0084C11.1793 19.0831 11.0544 19.1245 10.9258 19.127L9.18422 19.1664C9.05219 19.1699 8.92234 19.1323 8.81252 19.059C8.7027 18.9856 8.61832 18.88 8.57099 18.7567L7.86885 16.8986C7.62929 16.8167 7.39209 16.7281 7.15755 16.6328C6.96571 16.5498 6.77677 16.4602 6.59106 16.3642L4.84946 17.1085C4.7347 17.1575 4.60819 17.172 4.48532 17.1504C4.36245 17.1287 4.24852 17.0718 4.1574 16.9866L2.86861 15.7775C2.77266 15.6879 2.70731 15.5704 2.68181 15.4416C2.65632 15.3128 2.67196 15.1792 2.72653 15.0598L3.47542 13.4282C3.37582 13.2349 3.28348 13.038 3.1986 12.8378C3.09951 12.5928 3.00781 12.3449 2.92361 12.0944L1.28283 11.5949C1.14946 11.5545 1.03313 11.4713 0.951917 11.3581C0.870699 11.2449 0.829135 11.108 0.83368 10.9688L0.897845 9.20788C0.902412 9.09299 0.938302 8.98153 1.00163 8.88556C1.06496 8.78959 1.15333 8.71276 1.25717 8.66339L2.97861 7.83656C3.05835 7.54415 3.12802 7.31682 3.18943 7.1509C3.27591 6.9293 3.37194 6.71154 3.47726 6.49825L2.73111 4.9216C2.67449 4.80187 2.65729 4.66726 2.682 4.53714C2.70671 4.40702 2.77204 4.28808 2.86861 4.19744L4.15557 2.98196C4.24578 2.89686 4.35866 2.83966 4.48063 2.81721C4.60259 2.79477 4.72845 2.80805 4.84304 2.85546L6.58281 3.57411C6.77531 3.44578 6.94947 3.3422 7.10713 3.25879C7.29504 3.15887 7.5462 3.05437 7.86244 2.94162L8.46742 1.25406C8.51214 1.13056 8.5939 1.02387 8.70152 0.948567C8.80914 0.873263 8.93738 0.833014 9.06873 0.833315H10.9882ZM10.022 7.26732C8.494 7.26732 7.25562 8.49106 7.25562 10.0017C7.25562 11.5124 8.494 12.737 10.022 12.737C11.5491 12.737 12.7875 11.5124 12.7875 10.0017C12.7875 8.49106 11.5501 7.26732 10.022 7.26732Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.1858 1C13.5092 1 13.7985 1.2013 13.9074 1.5027L14.6839 3.65537C14.9622 3.72467 15.2009 3.79397 15.4033 3.86657C15.6244 3.94577 15.9093 4.06567 16.2613 4.22956L18.0696 3.27257C18.2172 3.19437 18.3862 3.16614 18.5512 3.19213C18.7162 3.21811 18.8683 3.2969 18.9848 3.41667L20.5753 5.06115C20.7865 5.28005 20.8459 5.60015 20.7271 5.87954L19.8791 7.86722C20.0198 8.12572 20.132 8.34681 20.2178 8.53161C20.3102 8.73291 20.4246 9.01011 20.561 9.3676L22.5377 10.2146C22.8346 10.3411 23.0183 10.6381 22.9985 10.956L22.8533 13.2385C22.8434 13.3867 22.7902 13.5288 22.7002 13.6471C22.6103 13.7654 22.4876 13.8547 22.3474 13.9039L20.4752 14.5694C20.4213 14.8279 20.3652 15.049 20.3058 15.236C20.21 15.5248 20.1006 15.8089 19.978 16.0874L20.9185 18.1664C20.9849 18.3125 21.0028 18.476 20.9695 18.6329C20.9363 18.7899 20.8536 18.9321 20.7337 19.0387L18.9452 20.6359C18.8274 20.7406 18.6804 20.8069 18.5239 20.8257C18.3674 20.8446 18.2089 20.8152 18.0696 20.7415L16.2261 19.7647C15.9377 19.9174 15.6401 20.0522 15.3351 20.1684L14.5299 20.4698L13.815 22.4497C13.762 22.5947 13.6664 22.7203 13.5408 22.81C13.4151 22.8998 13.2653 22.9494 13.111 22.9524L11.0211 22.9997C10.8626 23.0039 10.7068 22.9588 10.575 22.8708C10.4432 22.7827 10.342 22.656 10.2852 22.508L9.44261 20.2784C9.15513 20.1801 8.8705 20.0737 8.58904 19.9594C8.35884 19.8597 8.13211 19.7522 7.90927 19.6371L5.81934 20.5303C5.68163 20.589 5.52981 20.6065 5.38237 20.5805C5.23492 20.5545 5.09821 20.4862 4.98887 20.384L3.44232 18.9331C3.32718 18.8255 3.24876 18.6845 3.21817 18.5299C3.18757 18.3754 3.20634 18.2151 3.27183 18.0718L4.17049 16.1138C4.05098 15.8819 3.94017 15.6456 3.83831 15.4054C3.7194 15.1114 3.60936 14.8139 3.50832 14.5133L1.53939 13.9138C1.37934 13.8655 1.23975 13.7656 1.14229 13.6298C1.04483 13.4939 0.99495 13.3297 1.0004 13.1626L1.0774 11.0495C1.08288 10.9116 1.12595 10.7779 1.20195 10.6627C1.27795 10.5475 1.38398 10.4553 1.50859 10.3961L3.57431 9.4039C3.67001 9.053 3.75361 8.78021 3.82731 8.58111C3.93108 8.31518 4.04632 8.05387 4.17269 7.79792L3.27733 5.90594C3.20938 5.76227 3.18874 5.60074 3.21839 5.44459C3.24804 5.28845 3.32644 5.14573 3.44232 5.03695L4.98667 3.57837C5.09493 3.47626 5.23038 3.40761 5.37674 3.38068C5.5231 3.35375 5.67412 3.36969 5.81164 3.42657L7.89937 4.28896C8.13036 4.13496 8.33935 4.01067 8.52854 3.91057C8.75404 3.79067 9.05543 3.66527 9.43491 3.52997L10.1609 1.5049C10.2146 1.35669 10.3127 1.22867 10.4418 1.1383C10.571 1.04794 10.7248 0.999641 10.8825 1H13.1858ZM12.0264 8.72081C10.1928 8.72081 8.70674 10.1893 8.70674 12.0021C8.70674 13.8148 10.1928 15.2844 12.0264 15.2844C13.859 15.2844 15.345 13.8148 15.345 12.0021C15.345 10.1893 13.8601 8.72081 12.0264 8.72081Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,star:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.08726 0.333313C4.13157 0.333419 4.16802 0.368189 4.17026 0.412415L4.30796 3.46417L7.02183 2.0589C7.06132 2.03866 7.10996 2.05266 7.13218 2.09113L7.21909 2.24249C7.24104 2.28099 7.2291 2.32989 7.19175 2.35382L4.61753 3.99933L7.19175 5.64581C7.22928 5.66982 7.24137 5.71953 7.21909 5.75812L7.13218 5.90851C7.10994 5.94702 7.06134 5.96107 7.02183 5.94073L4.30894 4.53448L4.17026 7.58722C4.16818 7.6316 4.13167 7.66621 4.08726 7.66632H3.91343C3.86891 7.66632 3.83152 7.63167 3.82944 7.58722L3.68979 4.53448L0.978857 5.94073C0.939313 5.96123 0.89079 5.94707 0.868505 5.90851L0.780615 5.75812C0.758423 5.7196 0.770575 5.66984 0.807958 5.64581L3.3812 3.99933L0.807958 2.35382C0.770836 2.32986 0.758824 2.28089 0.780615 2.24249L0.868505 2.09113C0.890857 2.05276 0.9394 2.03845 0.978857 2.0589L3.68979 3.46417L3.82944 0.412415C3.83168 0.368114 3.86902 0.333313 3.91343 0.333313H4.08726Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.10878 0.416687C5.16447 0.416692 5.21075 0.460667 5.21328 0.516296L5.38515 4.33075L8.77675 2.57391C8.82609 2.54834 8.88652 2.56597 8.91445 2.61395L9.02382 2.80243C9.05163 2.85059 9.03641 2.91203 8.98964 2.94208L5.77187 4.99969L8.98964 7.05731C9.03656 7.08732 9.05167 7.14971 9.02382 7.19794L8.91445 7.38544C8.88662 7.43364 8.82618 7.45201 8.77675 7.42645L5.38515 5.66864L5.21328 9.48407C5.21068 9.53964 5.16443 9.58367 5.10878 9.58368H4.89101C4.83546 9.58359 4.79011 9.53956 4.7875 9.48407L4.61269 5.66864L1.22304 7.42645C1.17364 7.45191 1.11315 7.43359 1.08535 7.38544L0.975972 7.19794C0.948133 7.14972 0.96326 7.08733 1.01015 7.05731L4.22695 4.99969L1.01015 2.94208C0.963489 2.912 0.948211 2.85055 0.975972 2.80243L1.08535 2.61395C1.11324 2.56594 1.1737 2.54839 1.22304 2.57391L4.61367 4.33075L4.7875 0.516296C4.79002 0.460722 4.8354 0.416779 4.89101 0.416687H5.10878Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.1304 0.5C6.19717 0.5 6.25227 0.552469 6.2554 0.619141L6.46243 5.19727L10.5318 3.08887C10.591 3.05815 10.6643 3.07901 10.6978 3.13672L10.8286 3.36328C10.8619 3.42112 10.8438 3.49529 10.7876 3.53125L6.9263 6L10.7876 8.46875C10.8438 8.5047 10.8619 8.57888 10.8286 8.63672L10.6978 8.86328C10.6643 8.921 10.591 8.94185 10.5318 8.91113L6.46341 6.80273L6.2554 11.3809C6.25227 11.4475 6.19717 11.5 6.1304 11.5H5.86966C5.80289 11.5 5.74778 11.4475 5.74466 11.3809L5.53665 6.80176L1.46829 8.91113C1.40903 8.94185 1.33574 8.921 1.30227 8.86328L1.17141 8.63672C1.1382 8.57888 1.15621 8.50471 1.21243 8.46875L5.07278 6L1.21243 3.53125C1.15621 3.49529 1.13819 3.42112 1.17141 3.36328L1.30227 3.13672C1.33575 3.07901 1.40903 3.05815 1.46829 3.08887L5.53665 5.19727L5.74466 0.619141C5.74778 0.552469 5.80289 0.5 5.86966 0.5H6.1304Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.17435 0.666656C8.26327 0.666869 8.33632 0.736958 8.34036 0.825836L8.61673 6.92935L14.0425 4.11783C14.1216 4.07683 14.2196 4.10512 14.2642 4.18228L14.438 4.48404C14.4825 4.56115 14.4583 4.65965 14.3833 4.70767L9.23685 7.99966L14.3833 11.2926C14.4582 11.3407 14.4825 11.4392 14.438 11.5163L14.2632 11.817C14.2187 11.8942 14.1216 11.9234 14.0425 11.8825L8.61771 9.06998L8.34036 15.1745C8.3362 15.2632 8.26319 15.3334 8.17435 15.3336H7.82572C7.73674 15.3336 7.66388 15.2633 7.6597 15.1745L7.38138 9.07095L1.95755 11.8825C1.87844 11.9235 1.78042 11.8942 1.73587 11.817L1.56204 11.5163C1.51751 11.4391 1.54173 11.3407 1.61673 11.2926L6.76322 7.99966L1.61673 4.70767C1.54167 4.65966 1.51749 4.56121 1.56204 4.48404L1.73587 4.18228C1.78046 4.10523 1.87849 4.07685 1.95755 4.11783L7.38138 6.92935L7.6597 0.825836C7.66374 0.736852 7.73665 0.666702 7.82572 0.666656H8.17435Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2174 0.833344C10.3287 0.833353 10.4203 0.921303 10.4254 1.03256L10.7721 8.66147L17.5533 5.1478C17.6521 5.09658 17.7739 5.13158 17.8297 5.22787L18.0475 5.60483C18.1031 5.70129 18.0729 5.82509 17.9791 5.8851L11.5445 9.99936L17.9791 14.1156C18.0727 14.1756 18.1029 14.2985 18.0475 14.3949L17.8297 14.7718C17.774 14.8682 17.6522 14.904 17.5533 14.8529L10.7721 11.3382L10.4254 18.9681C10.4202 19.0792 10.3286 19.1663 10.2174 19.1664H9.78183C9.6707 19.1662 9.57902 19.0791 9.57382 18.9681L9.22616 11.3382L2.44589 14.8529C2.34716 14.9037 2.22617 14.868 2.1705 14.7718L1.95272 14.3949C1.89703 14.2984 1.92725 14.1756 2.02108 14.1156L8.45468 10.0003L2.02011 5.8851C1.92641 5.82505 1.89707 5.70123 1.95272 5.60483L2.16952 5.22787C2.22521 5.13153 2.34705 5.09667 2.44589 5.1478L9.22714 8.66147L9.57382 1.03256C9.57887 0.921414 9.6706 0.833528 9.78183 0.833344H10.2174Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.2607 1C12.3943 1 12.5045 1.10494 12.5107 1.23828L12.9258 10.3945L21.0645 6.17676C21.1829 6.11552 21.3286 6.1581 21.3955 6.27344L21.6572 6.72656C21.7236 6.84217 21.6875 6.98956 21.5752 7.06152L13.8535 11.999L21.5752 16.9385C21.6874 17.0104 21.7236 17.1578 21.6572 17.2734L21.3955 17.7266C21.3286 17.8419 21.1829 17.8844 21.0645 17.8232L12.9268 13.6055L12.5107 22.7617C12.5045 22.8951 12.3943 23 12.2607 23H11.7393C11.6057 23 11.4955 22.8951 11.4893 22.7617L11.0723 13.6055L2.93555 17.8232C2.81708 17.8844 2.67137 17.8419 2.60449 17.7266L2.34277 17.2734C2.27639 17.1578 2.31256 17.0104 2.4248 16.9385L10.1455 11.999L2.4248 7.06152C2.31252 6.98956 2.27637 6.84217 2.34277 6.72656L2.60449 6.27344C2.67139 6.1581 2.81708 6.11553 2.93555 6.17676L11.0723 10.3936L11.4893 1.23828C11.4955 1.10494 11.6057 1 11.7393 1H12.2607Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,synchronize:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.07075 3.56745C1.17879 3.47905 1.33427 3.47636 1.44477 3.56159L2.14399 4.10261C2.27501 4.20396 2.29807 4.39247 2.19672 4.52351C2.09528 4.65432 1.90776 4.6785 1.7768 4.57722L1.61469 4.45319C1.74174 5.03806 2.10243 5.76757 2.93989 6.17585C4.13272 6.75706 5.24294 6.17597 5.64399 5.81257C5.76673 5.70139 5.95654 5.71044 6.06782 5.83308C6.17886 5.95564 6.16957 6.14461 6.04731 6.25593C5.54386 6.71239 4.17317 7.4438 2.67719 6.71491C1.54738 6.1641 1.11777 5.15644 0.996526 4.40437L0.790472 4.57233C0.662243 4.67725 0.472554 4.65851 0.36762 4.53034C0.262788 4.40217 0.282463 4.21339 0.410589 4.10847L1.07075 3.56745ZM1.95356 1.74323C2.45728 1.28675 3.82713 0.556494 5.3227 1.28522C6.45249 1.83608 6.88308 2.84367 7.00434 3.59577L7.20942 3.4278C7.33763 3.32289 7.52733 3.34163 7.63227 3.46979C7.73713 3.59801 7.71751 3.78676 7.5893 3.89167L6.92914 4.43269C6.82108 4.52103 6.66559 4.52382 6.55512 4.43854L5.8559 3.89753C5.72492 3.79614 5.70179 3.60667 5.80317 3.47565C5.90466 3.34518 6.09225 3.32177 6.22309 3.42292L6.3852 3.54694C6.25816 2.96205 5.89748 2.23262 5.06 1.82429C3.86694 1.24294 2.75669 1.82419 2.3559 2.18757C2.23317 2.29874 2.04334 2.2897 1.93207 2.16706C1.82091 2.04437 1.83096 1.85451 1.95356 1.74323Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.32232 4.43931C1.46652 4.32143 1.67403 4.31949 1.82134 4.43345L2.69536 5.10923C2.8697 5.24441 2.90157 5.49519 2.76665 5.66978C2.63144 5.84448 2.37985 5.87623 2.20513 5.74107L2.05767 5.62778C2.22781 6.34083 2.67918 7.20541 3.6856 7.69614C5.16444 8.417 6.54127 7.69733 7.03814 7.24693C7.20166 7.09866 7.45414 7.11105 7.60259 7.27427C7.75095 7.43786 7.73882 7.69032 7.57524 7.83872C6.94159 8.41323 5.21779 9.33354 3.33501 8.41587C1.93453 7.73311 1.38931 6.49301 1.22759 5.55161L1.00396 5.73521C0.833058 5.87496 0.580406 5.84924 0.440479 5.67857C0.300951 5.50776 0.325627 5.25596 0.496143 5.11607L1.32232 4.43931ZM2.42485 2.16099C3.05847 1.58648 4.78236 0.66613 6.66509 1.58384C8.06544 2.26661 8.61073 3.50669 8.77251 4.4481L8.99614 4.26548C9.16712 4.12558 9.41972 4.15116 9.55962 4.32212C9.69908 4.49299 9.67457 4.74479 9.50396 4.88462L8.67778 5.5604C8.53359 5.67839 8.32612 5.68124 8.17876 5.56724L7.30474 4.89146C7.13045 4.75639 7.09886 4.50551 7.23345 4.33091C7.36865 4.15619 7.62025 4.12347 7.79497 4.25864L7.94243 4.37193C7.77227 3.65884 7.32095 2.79433 6.3145 2.30357C4.83572 1.58267 3.45883 2.30238 2.96196 2.75278C2.7984 2.90109 2.54594 2.8888 2.39751 2.72544C2.24914 2.56183 2.26127 2.30939 2.42485 2.16099Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.57485 5.31212C1.75507 5.16476 2.01375 5.16094 2.1979 5.30333L3.24575 6.11485C3.46396 6.28366 3.50506 6.59765 3.33657 6.81603C3.16763 7.03433 2.85282 7.07458 2.63442 6.90587L2.50356 6.80528C2.71679 7.6451 3.25656 8.64566 4.43129 9.21837C6.19542 10.0783 7.83911 9.21964 8.43227 8.68224C8.63671 8.49687 8.95277 8.51132 9.13832 8.71544C9.32371 8.91985 9.30838 9.23595 9.10415 9.42149C8.34018 10.1141 6.26227 11.2232 3.99282 10.1168C2.32204 9.30226 1.66285 7.82999 1.46059 6.69981L1.21645 6.89806C1.00272 7.07253 0.687105 7.0403 0.512348 6.82677C0.337898 6.61309 0.370054 6.29742 0.583637 6.12267L1.57485 5.31212ZM2.89614 2.57774C3.66006 1.88518 5.73806 0.776939 8.00747 1.88341C9.67806 2.6981 10.3375 4.17024 10.5397 5.3004L10.7829 5.10216C10.9966 4.92748 11.3131 4.95891 11.4879 5.17247C11.6626 5.38616 11.6303 5.70272 11.4166 5.87755L10.4254 6.68712C10.2452 6.83456 9.98657 6.83927 9.80239 6.69688L8.75454 5.88536C8.53616 5.71641 8.49479 5.40161 8.66372 5.18321C8.83272 4.96491 9.14749 4.92544 9.36586 5.09435L9.49575 5.19493C9.28251 4.35511 8.74361 3.35461 7.56899 2.78185C5.80469 1.92165 4.16103 2.78056 3.56801 3.31798C3.3635 3.50341 3.04651 3.48912 2.86098 3.28478C2.67551 3.08025 2.69162 2.76325 2.89614 2.57774Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.20456 7.21108C2.38469 7.06378 2.64347 7.06109 2.82761 7.20326L4.22604 8.28432C4.44444 8.45327 4.48389 8.76807 4.31491 8.98647C4.14589 9.20453 3.83203 9.24503 3.61374 9.07631L3.08151 8.6642C3.28624 9.89418 3.99713 11.5447 5.83444 12.4406C8.2715 13.6287 10.5361 12.4408 11.3549 11.6984C11.5594 11.5132 11.8755 11.5284 12.061 11.7326C12.2465 11.9371 12.2304 12.2541 12.0258 12.4396C11.0354 13.3372 8.3374 14.773 5.39596 13.339C3.08459 12.2119 2.26552 10.1117 2.06686 8.61733L1.51608 9.06655C1.30234 9.24142 0.987835 9.20992 0.812957 8.99623C0.638422 8.78256 0.669655 8.46788 0.883269 8.29311L2.20456 7.21108ZM3.97311 3.55971C4.9634 2.66213 7.66153 1.2271 10.603 2.66127C12.9144 3.78843 13.7334 5.88848 13.9321 7.38295L14.4829 6.93276C14.6966 6.7579 15.0121 6.78945 15.187 7.00307C15.3616 7.21676 15.3303 7.53238 15.1167 7.70717L13.7944 8.78822C13.6142 8.93559 13.3555 8.93932 13.1714 8.79701L11.7739 7.71498C11.5556 7.54611 11.5154 7.23219 11.6841 7.01381C11.8531 6.79576 12.1669 6.75528 12.3852 6.92397L12.9174 7.33608C12.7127 6.10605 12.0018 4.45563 10.1645 3.55971C7.72747 2.37153 5.46278 3.55854 4.64401 4.30092C4.43953 4.4861 4.1244 4.4709 3.93893 4.26674C3.75344 4.06219 3.76854 3.7452 3.97311 3.55971Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.75685 9.01431C2.98206 8.83031 3.30506 8.82577 3.53517 9.00357L5.28322 10.3571C5.55549 10.5683 5.6052 10.9593 5.39455 11.2321C5.18348 11.5048 4.79155 11.5559 4.51857 11.3454L3.85158 10.8297C4.10737 12.3673 4.99709 14.4305 7.29396 15.5504C10.3403 17.0354 13.1709 15.5507 14.1944 14.6227C14.4501 14.3912 14.8454 14.4111 15.0772 14.6667C15.3087 14.9223 15.2888 15.3177 15.0332 15.5495C13.7955 16.6714 10.423 18.4668 6.74611 16.6745C3.85724 15.2661 2.83267 12.6411 2.584 10.7731L1.89552 11.3346C1.6285 11.5529 1.23522 11.5134 1.01662 11.2467C0.798087 10.9797 0.837505 10.5864 1.10451 10.3678L2.75685 9.01431ZM4.96681 4.44986C6.20453 3.32793 9.57711 1.53336 13.2539 3.32584C16.1426 4.73446 17.1674 7.35917 17.416 9.2272L18.1035 8.66568C18.3704 8.44735 18.7647 8.4862 18.9834 8.75259C19.202 9.01965 19.1625 9.41385 18.8955 9.63248L17.2432 10.985C17.018 11.169 16.695 11.1745 16.4649 10.9967L14.7168 9.64322C14.4443 9.43196 14.3945 9.04006 14.6055 8.76724C14.8166 8.49452 15.2085 8.44427 15.4815 8.65494L16.1485 9.16959C15.8925 7.63204 15.0028 5.56881 12.7061 4.44888C9.65983 2.96386 6.82909 4.44867 5.80568 5.37662C5.54994 5.60814 5.15463 5.58823 4.92287 5.33267C4.69157 5.07697 4.71129 4.68155 4.96681 4.44986Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.30786 10.8176C3.57821 10.5966 3.96526 10.5923 4.24146 10.8059L6.34009 12.4279L5.88013 13.0207L5.42114 13.6145L4.62134 12.9953C4.92814 14.8405 5.99621 17.3163 8.75317 18.6604C12.4088 20.4424 15.8053 18.6616 17.0334 17.548C17.3402 17.2702 17.8138 17.2926 18.092 17.5988C18.3703 17.9056 18.3472 18.3811 18.0403 18.6594C16.5551 20.0057 12.5076 22.1602 8.09497 20.009C4.62925 18.3193 3.3957 15.1714 3.09692 12.9299L2.27563 13.6018C1.95509 13.864 1.48134 13.8167 1.21899 13.4963C0.956814 13.1759 1.00418 12.703 1.32446 12.4406L3.30786 10.8176ZM6.34009 12.4279C6.66715 12.6815 6.72625 13.1523 6.4729 13.4797C6.21938 13.8068 5.7486 13.8675 5.42114 13.6145L6.34009 12.4279ZM5.96021 5.34004C7.44543 3.9937 11.4921 1.84011 15.9045 3.99141C19.3704 5.68128 20.6038 8.8289 20.9026 11.0705L21.7249 10.3986C22.0454 10.1365 22.5182 10.1838 22.7805 10.5041C23.0428 10.8246 22.9955 11.2974 22.675 11.5598L20.6917 13.1828C20.4213 13.4037 20.0342 13.4082 19.7581 13.1945L17.6604 11.5725L18.1204 10.9797L18.5793 10.3859L19.3792 11.0051C19.0724 9.1598 18.0043 6.68336 15.2473 5.33907C11.5917 3.55675 8.19517 5.33877 6.96704 6.45235L6.46411 5.89571L5.96021 5.34004ZM17.5266 10.5207C17.7801 10.1932 18.2518 10.1325 18.5793 10.3859L17.6604 11.5725C17.3331 11.319 17.2734 10.8482 17.5266 10.5207ZM6.96704 6.45235C6.66033 6.72993 6.1866 6.70675 5.90845 6.40059C5.6302 6.09377 5.65334 5.61829 5.96021 5.34004L6.96704 6.45235Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,user:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.99996 3.99998C3.26038 3.99998 2.66663 3.40623 2.66663 2.66665C2.66663 1.93748 3.26038 1.33331 3.99996 1.33331C4.72913 1.33331 5.33329 1.93748 5.33329 2.66665C5.33329 3.40623 4.72913 3.99998 3.99996 3.99998ZM3.52079 4.49998H4.46871C5.49996 4.49998 6.33329 5.33331 6.33329 6.36456C6.33329 6.53123 6.18746 6.66665 6.02079 6.66665H1.96871C1.80204 6.66665 1.66663 6.53123 1.66663 6.36456C1.66663 5.33331 2.48954 4.49998 3.52079 4.49998Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.00004 5.00002C4.07556 5.00002 3.33337 4.25783 3.33337 3.33335C3.33337 2.4219 4.07556 1.66669 5.00004 1.66669C5.9115 1.66669 6.66671 2.4219 6.66671 3.33335C6.66671 4.25783 5.9115 5.00002 5.00004 5.00002ZM4.40108 5.62502H5.58598C6.87504 5.62502 7.91671 6.66669 7.91671 7.95575C7.91671 8.16408 7.73442 8.33335 7.52608 8.33335H2.46098C2.25264 8.33335 2.08337 8.16408 2.08337 7.95575C2.08337 6.66669 3.11202 5.62502 4.40108 5.62502Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 6C4.89062 6 4 5.10938 4 4C4 2.90625 4.89062 2 6 2C7.09375 2 8 2.90625 8 4C8 5.10938 7.09375 6 6 6ZM5.28125 6.75H6.70312C8.25 6.75 9.5 8 9.5 9.54688C9.5 9.79688 9.28125 10 9.03125 10H2.95313C2.70313 10 2.5 9.79688 2.5 9.54688C2.5 8 3.73438 6.75 5.28125 6.75Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00004 8.00002C6.52087 8.00002 5.33337 6.81252 5.33337 5.33335C5.33337 3.87502 6.52087 2.66669 8.00004 2.66669C9.45837 2.66669 10.6667 3.87502 10.6667 5.33335C10.6667 6.81252 9.45837 8.00002 8.00004 8.00002ZM7.04171 9.00002H8.93754C11 9.00002 12.6667 10.6667 12.6667 12.7292C12.6667 13.0625 12.375 13.3334 12.0417 13.3334H3.93754C3.60421 13.3334 3.33337 13.0625 3.33337 12.7292C3.33337 10.6667 4.97921 9.00002 7.04171 9.00002Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99996 9.99998C8.151 9.99998 6.66663 8.5156 6.66663 6.66665C6.66663 4.84373 8.151 3.33331 9.99996 3.33331C11.8229 3.33331 13.3333 4.84373 13.3333 6.66665C13.3333 8.5156 11.8229 9.99998 9.99996 9.99998ZM8.80204 11.25H11.1718C13.75 11.25 15.8333 13.3333 15.8333 15.9114C15.8333 16.3281 15.4687 16.6666 15.052 16.6666H4.92183C4.50517 16.6666 4.16663 16.3281 4.16663 15.9114C4.16663 13.3333 6.22392 11.25 8.80204 11.25Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 12C9.78125 12 8 10.2188 8 8C8 5.8125 9.78125 4 12 4C14.1875 4 16 5.8125 16 8C16 10.2188 14.1875 12 12 12ZM10.5625 13.5H13.4062C16.5 13.5 19 16 19 19.0938C19 19.5938 18.5625 20 18.0625 20H5.90625C5.40625 20 5 19.5938 5 19.0938C5 16 7.46875 13.5 10.5625 13.5Z",fill:"currentColor"})),32:t=>C("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16 16C13.0416 16 10.6666 13.625 10.6666 10.6666C10.6666 7.74998 13.0416 5.33331 16 5.33331C18.9166 5.33331 21.3333 7.74998 21.3333 10.6666C21.3333 13.625 18.9166 16 16 16ZM14.0833 18H17.875C22 18 25.3333 21.3333 25.3333 25.4583C25.3333 26.125 24.75 26.6666 24.0833 26.6666H7.87496C7.20829 26.6666 6.66663 26.125 6.66663 25.4583C6.66663 21.3333 9.95829 18 14.0833 18Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,visibilityOff:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00169 2.16665C4.92169 2.16665 5.66836 2.91331 5.66836 3.83331C5.66836 4.01113 5.63917 4.17996 5.58633 4.33982C5.56534 4.40329 5.57905 4.47401 5.62632 4.52128L6.414 5.30895C6.47498 5.36994 6.57268 5.3746 6.63672 5.31684C7.02154 4.96975 7.33736 4.54777 7.5611 4.07398C7.63306 3.92161 7.6329 3.74504 7.56082 3.59273C6.92895 2.25765 5.57213 1.33331 3.99836 1.33331C3.62396 1.33331 3.26243 1.38695 2.92067 1.48562C2.80347 1.51945 2.77062 1.66557 2.85687 1.75183L3.31372 2.20868C3.361 2.25595 3.43171 2.26966 3.49519 2.24868C3.65504 2.19583 3.82387 2.16665 4.00169 2.16665ZM0.880022 1.04498C0.763122 1.16188 0.763122 1.35141 0.880022 1.46831L1.42836 2.01665L1.44813 2.03642C1.51904 2.10733 1.51152 2.22415 1.43538 2.28941C1.01759 2.64743 0.676968 3.09092 0.439431 3.59233C0.367163 3.74488 0.367205 3.92178 0.439435 4.07434C1.0714 5.40918 2.42808 6.33331 4.00169 6.33331C4.47937 6.33331 4.93711 6.24783 5.35909 6.09268C5.42167 6.06968 5.49226 6.08388 5.5394 6.13102L5.60169 6.19331L6.36651 6.95552C6.48357 7.07218 6.67298 7.07202 6.78984 6.95516C6.90684 6.83816 6.90684 6.64847 6.78984 6.53147L1.30336 1.04498C1.18646 0.928079 0.996922 0.928079 0.880022 1.04498ZM2.42241 3.3147C2.45924 3.20662 2.5955 3.18379 2.67623 3.26453L2.9625 3.55079C3.00343 3.59172 3.01909 3.6508 3.01088 3.70809C3.00496 3.74942 3.00169 3.79136 3.00169 3.83331C3.00169 4.38665 3.44836 4.83331 4.00169 4.83331C4.04364 4.83331 4.08559 4.83004 4.12691 4.82412C4.1842 4.81591 4.24328 4.83158 4.28421 4.8725L4.57048 5.15877C4.65121 5.2395 4.62838 5.37577 4.5203 5.41259C4.35681 5.4683 4.18321 5.49998 4.00169 5.49998C3.08169 5.49998 2.33502 4.75331 2.33502 3.83331C2.33502 3.6518 2.3667 3.4782 2.42241 3.3147ZM4.00502 2.83665C3.98307 2.83794 3.97294 2.86457 3.98849 2.88012L4.96035 3.85197C4.97582 3.86744 5.00231 3.85835 5.00502 3.83665C5.00502 3.28331 4.55836 2.83665 4.00502 2.83665Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.0021 2.70835C6.1521 2.70835 7.08543 3.64169 7.08543 4.79169C7.08543 5.01396 7.04895 5.225 6.98289 5.42482C6.95666 5.50416 6.97379 5.59255 7.03289 5.65164L8.01748 6.63624C8.09371 6.71246 8.21584 6.7183 8.29589 6.6461C8.77691 6.21223 9.17169 5.68475 9.45136 5.09252C9.54131 4.90205 9.54111 4.68134 9.45101 4.49095C8.66117 2.8221 6.96515 1.66669 4.99793 1.66669C4.52993 1.66669 4.07803 1.73373 3.65082 1.85707C3.50432 1.89936 3.46325 2.08201 3.57107 2.18983L4.14214 2.7609C4.20123 2.81999 4.28962 2.83712 4.36897 2.81089C4.56878 2.74484 4.77983 2.70835 5.0021 2.70835ZM1.10001 1.30627C0.953887 1.4524 0.953887 1.68931 1.10001 1.83544L1.78543 2.52085L1.81015 2.54558C1.89878 2.63421 1.88939 2.78024 1.79421 2.8618C1.27198 3.30933 0.846195 3.86369 0.549273 4.49046C0.458939 4.68114 0.458991 4.90227 0.549279 5.09297C1.33923 6.76153 3.03509 7.91669 5.0021 7.91669C5.5992 7.91669 6.17137 7.80984 6.69885 7.6159C6.77707 7.58714 6.8653 7.6049 6.92423 7.66383L7.0021 7.74169L7.95812 8.69445C8.10444 8.84027 8.34121 8.84007 8.48729 8.694C8.63354 8.54775 8.63354 8.31063 8.48729 8.16438L1.62918 1.30627C1.48305 1.16014 1.24614 1.16015 1.10001 1.30627ZM3.028 4.14342C3.07403 4.00832 3.24436 3.97978 3.34528 4.0807L3.70311 4.43854C3.75427 4.48969 3.77385 4.56355 3.76359 4.63516C3.75619 4.68682 3.7521 4.73925 3.7521 4.79169C3.7521 5.48335 4.31043 6.04169 5.0021 6.04169C5.05453 6.04169 5.10697 6.0376 5.15862 6.0302C5.23024 6.01994 5.30409 6.03952 5.35525 6.09067L5.71308 6.4485C5.814 6.54943 5.78546 6.71975 5.65036 6.76579C5.44599 6.83542 5.22899 6.87502 5.0021 6.87502C3.8521 6.87502 2.91876 5.94169 2.91876 4.79169C2.91876 4.56479 2.95836 4.34779 3.028 4.14342ZM5.00626 3.54585C4.97882 3.54747 4.96616 3.58075 4.9856 3.60019L6.20042 4.81501C6.21976 4.83435 6.25287 4.82299 6.25626 4.79585C6.25626 4.10419 5.69793 3.54585 5.00626 3.54585Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.0025 3.25C7.3825 3.25 8.5025 4.37 8.5025 5.75C8.5025 6.01672 8.45872 6.26997 8.37946 6.50976C8.34798 6.60497 8.36854 6.71104 8.43945 6.78195L9.62096 7.96346C9.71243 8.05493 9.85899 8.06193 9.95505 7.97529C10.5323 7.45466 11.006 6.82168 11.3416 6.111C11.4496 5.88244 11.4493 5.61758 11.3412 5.38912C10.3934 3.3865 8.35817 2 5.9975 2C5.43591 2 4.89362 2.08046 4.38097 2.22846C4.20518 2.27921 4.15589 2.49839 4.28528 2.62777L4.97055 3.31305C5.04146 3.38396 5.14753 3.40452 5.24275 3.37305C5.48253 3.29378 5.73578 3.25 6.0025 3.25ZM1.32 1.5675C1.14465 1.74285 1.14465 2.02715 1.32 2.2025L2.1425 3.025L2.17217 3.05467C2.27853 3.16103 2.26725 3.33626 2.15304 3.43414C1.52636 3.97117 1.01542 4.63641 0.659116 5.38853C0.550714 5.61735 0.550777 5.8827 0.659122 6.11154C1.60707 8.11381 3.6421 9.5 6.0025 9.5C6.71903 9.5 7.40563 9.37178 8.03861 9.13905C8.13248 9.10454 8.23835 9.12585 8.30907 9.19657L8.4025 9.29L9.54973 10.4333C9.72532 10.6083 10.0094 10.6081 10.1847 10.4328C10.3602 10.2573 10.3602 9.97273 10.1847 9.79723L1.955 1.5675C1.77965 1.39215 1.49535 1.39215 1.32 1.5675ZM3.63358 4.97208C3.68882 4.80996 3.89322 4.77571 4.01432 4.89682L4.44372 5.32622C4.50511 5.38761 4.5286 5.47623 4.51629 5.56217C4.50741 5.62415 4.5025 5.68708 4.5025 5.75C4.5025 6.58 5.1725 7.25 6.0025 7.25C6.06542 7.25 6.12835 7.24509 6.19033 7.23621C6.27627 7.2239 6.3649 7.24739 6.42628 7.30878L6.85568 7.73818C6.97679 7.85929 6.94254 8.06368 6.78042 8.11892C6.53518 8.20249 6.27478 8.25 6.0025 8.25C4.6225 8.25 3.5025 7.13 3.5025 5.75C3.5025 5.47772 3.55002 5.21733 3.63358 4.97208ZM6.0075 4.255C5.97457 4.25694 5.95938 4.29688 5.98271 4.32021L7.44049 5.77799C7.4637 5.80119 7.50343 5.78756 7.5075 5.755C7.5075 4.925 6.8375 4.255 6.0075 4.255Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00332 4.33332C9.84332 4.33332 11.3366 5.82666 11.3366 7.66666C11.3366 8.02229 11.2783 8.35996 11.1726 8.67966C11.1306 8.80662 11.158 8.94804 11.2526 9.04259L12.8279 10.6179C12.9499 10.7399 13.1453 10.7492 13.2734 10.6337C14.043 9.93953 14.6747 9.09556 15.1221 8.14799C15.2661 7.84324 15.2657 7.4901 15.1216 7.18548C13.8578 4.51532 11.1442 2.66666 7.99665 2.66666C7.24786 2.66666 6.52481 2.77393 5.84128 2.97127C5.60688 3.03894 5.54117 3.33118 5.71368 3.50369L6.62738 4.41739C6.72193 4.51194 6.86336 4.53935 6.99031 4.49738C7.31002 4.3917 7.64769 4.33332 8.00332 4.33332ZM1.75998 2.08999C1.52618 2.32379 1.52618 2.70286 1.75998 2.93666L2.85665 4.03332L2.8962 4.07288C3.03802 4.21469 3.02298 4.44834 2.8707 4.57884C2.03513 5.29488 1.35388 6.18187 0.8788 7.18469C0.734266 7.48979 0.734349 7.84359 0.878809 8.14872C2.14274 10.8184 4.85611 12.6667 8.00332 12.6667C8.95868 12.6667 9.87416 12.4957 10.7181 12.1854C10.8433 12.1394 10.9844 12.1678 11.0787 12.2621L11.2033 12.3867L12.733 13.9111C12.9671 14.1444 13.3459 14.1441 13.5796 13.9104C13.8136 13.6764 13.8136 13.297 13.5796 13.063L2.60665 2.08999C2.37285 1.85619 1.99378 1.85619 1.75998 2.08999ZM4.84476 6.62943C4.91841 6.41328 5.19093 6.36761 5.35241 6.52908L5.92494 7.10161C6.00679 7.18346 6.03812 7.30163 6.0217 7.41621C6.00986 7.49886 6.00332 7.58276 6.00332 7.66666C6.00332 8.77332 6.89665 9.66666 8.00332 9.66666C8.08721 9.66666 8.17111 9.66011 8.25376 9.64827C8.36834 9.63186 8.48651 9.66318 8.56836 9.74503L9.14089 10.3176C9.30237 10.479 9.2567 10.7516 9.04054 10.8252C8.71355 10.9366 8.36635 11 8.00332 11C6.16332 11 4.66998 9.50666 4.66998 7.66666C4.66998 7.30362 4.73334 6.95642 4.84476 6.62943ZM8.00998 5.67332C7.96607 5.67591 7.94582 5.72916 7.97693 5.76027L9.92064 7.70398C9.95157 7.73491 10.0046 7.71674 10.01 7.67332C10.01 6.56666 9.11665 5.67332 8.00998 5.67332Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0042 5.41668C12.3042 5.41668 14.1709 7.28334 14.1709 9.58334C14.1709 10.0279 14.0979 10.45 13.9658 10.8496C13.9133 11.0083 13.9476 11.1851 14.0658 11.3033L16.035 13.2724C16.1874 13.4249 16.4317 13.4366 16.5918 13.2922C17.5538 12.4244 18.3434 11.3695 18.9027 10.185C19.0826 9.80408 19.0822 9.36265 18.902 8.98187C17.3223 5.64418 13.9303 3.33334 9.99586 3.33334C9.05986 3.33334 8.15605 3.46744 7.30164 3.71411C7.00865 3.7987 6.92651 4.16399 7.14215 4.37963L8.28428 5.52176C8.40246 5.63994 8.57924 5.67421 8.73793 5.62175C9.13757 5.48964 9.55965 5.41668 10.0042 5.41668ZM2.20002 2.61251C1.90777 2.90476 1.90777 3.37859 2.20002 3.67084L3.57086 5.04168L3.6203 5.09112C3.79757 5.26839 3.77878 5.56045 3.58842 5.72357C2.54395 6.61863 1.69239 7.72736 1.09855 8.98089C0.917878 9.36226 0.917982 9.8045 1.09856 10.1859C2.67846 13.523 6.07018 15.8333 10.0042 15.8333C11.1984 15.8333 12.3427 15.6196 13.3977 15.2318C13.5541 15.1742 13.7306 15.2098 13.8485 15.3276L14.0042 15.4833L15.9162 17.3889C16.2089 17.6805 16.6824 17.6801 16.9746 17.388C17.2671 17.0955 17.2671 16.6212 16.9746 16.3287L3.25836 2.61251C2.96611 2.32026 2.49227 2.32026 2.20002 2.61251ZM6.05599 8.28681C6.14806 8.01662 6.48871 7.95953 6.69056 8.16138L7.40622 8.87704C7.50853 8.97935 7.54769 9.12706 7.52717 9.27029C7.51237 9.3736 7.50419 9.47847 7.50419 9.58334C7.50419 10.9667 8.62086 12.0833 10.0042 12.0833C10.1091 12.0833 10.2139 12.0752 10.3172 12.0604C10.4605 12.0398 10.6082 12.079 10.7105 12.1813L11.4262 12.897C11.628 13.0988 11.5709 13.4395 11.3007 13.5315C10.892 13.6708 10.458 13.75 10.0042 13.75C7.70419 13.75 5.83752 11.8833 5.83752 9.58334C5.83752 9.12955 5.91672 8.69555 6.05599 8.28681ZM10.0125 7.09168C9.95763 7.09491 9.93232 7.16148 9.9712 7.20036L12.4008 9.63C12.4395 9.66867 12.5057 9.64594 12.5125 9.59168C12.5125 8.20834 11.3959 7.09168 10.0125 7.09168Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.005 6.5C14.765 6.5 17.005 8.74 17.005 11.5C17.005 12.0334 16.9174 12.5399 16.7589 13.0195C16.696 13.2099 16.7371 13.4221 16.8789 13.5639L19.2419 15.9269C19.4249 16.1099 19.718 16.1239 19.9101 15.9506C21.0646 14.9093 22.012 13.6434 22.6833 12.222C22.8991 11.7649 22.8987 11.2352 22.6824 10.7782C20.7868 6.773 16.7163 4 11.995 4C10.8718 4 9.78724 4.16091 8.76194 4.45692C8.41035 4.55843 8.31178 4.99678 8.57055 5.25555L9.94111 6.6261C10.0829 6.76792 10.2951 6.80904 10.4855 6.74609C10.9651 6.58756 11.4716 6.5 12.005 6.5ZM2.64 3.135C2.2893 3.4857 2.2893 4.0543 2.64 4.405L4.28501 6.05L4.34434 6.10933C4.55706 6.32205 4.53451 6.67252 4.30608 6.86828C3.05272 7.94234 2.03084 9.27282 1.31823 10.7771C1.10143 11.2347 1.10155 11.7654 1.31824 12.2231C3.21413 16.2276 7.28419 19 12.005 19C13.4381 19 14.8113 18.7436 16.0772 18.2781C16.265 18.2091 16.4767 18.2517 16.6181 18.3931L16.805 18.58L19.0995 20.8666C19.4506 21.2166 20.0189 21.2161 20.3695 20.8655C20.7205 20.5145 20.7205 19.9455 20.3695 19.5945L3.91 3.135C3.5593 2.7843 2.99071 2.7843 2.64 3.135ZM7.26717 9.94416C7.37765 9.61993 7.78643 9.55143 8.02864 9.79364L8.88744 10.6524C9.01022 10.7752 9.05721 10.9525 9.03258 11.1243C9.01482 11.2483 9.005 11.3742 9.005 11.5C9.005 13.16 10.345 14.5 12.005 14.5C12.1308 14.5 12.2567 14.4902 12.3807 14.4724C12.5525 14.4478 12.7298 14.4948 12.8526 14.6176L13.7114 15.4764C13.9536 15.7186 13.8851 16.1274 13.5608 16.2378C13.0704 16.405 12.5496 16.5 12.005 16.5C9.245 16.5 7.005 14.26 7.005 11.5C7.005 10.9554 7.10003 10.4347 7.26717 9.94416ZM12.015 8.51C11.9491 8.51388 11.9188 8.59376 11.9654 8.64042L14.881 11.556C14.9274 11.6024 15.0069 11.5751 15.015 11.51C15.015 9.85 13.675 8.51 12.015 8.51Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,visibilityOn:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.99968 1.5C5.57322 1.5 6.93018 2.42404 7.56218 3.75879C7.63442 3.91138 7.63442 4.08862 7.56218 4.24121C6.93018 5.57596 5.57322 6.5 3.99968 6.5C2.42632 6.49989 1.07014 5.5758 0.438155 4.24121C0.365911 4.08862 0.365911 3.91138 0.438155 3.75879C1.07014 2.4242 2.42632 1.50011 3.99968 1.5ZM3.99968 2.33301C3.07981 2.33317 2.33366 3.0801 2.33366 4C2.33366 4.9199 3.07981 5.66683 3.99968 5.66699C4.91968 5.66699 5.66667 4.92 5.66667 4C5.66667 3.08 4.91968 2.33301 3.99968 2.33301ZM3.99968 3C4.55301 3 4.99968 3.44667 4.99968 4C4.99968 4.55333 4.55301 5 3.99968 5C3.44648 4.99984 2.99968 4.55324 2.99968 4C2.99968 3.89736 3.01506 3.79821 3.04362 3.70508C3.12192 3.87877 3.29681 3.99988 3.49968 4C3.77582 4 3.99968 3.77614 3.99968 3.5C3.99968 3.29701 3.87853 3.12228 3.70476 3.04395C3.7978 3.0154 3.89714 3.00003 3.99968 3Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99986 1.875C6.96674 1.875 8.66296 3.02986 9.45298 4.69824C9.54329 4.88898 9.54329 5.11102 9.45298 5.30176C8.66296 6.97014 6.96674 8.125 4.99986 8.125C3.03299 8.12495 1.33671 6.97016 0.546732 5.30176C0.456428 5.11102 0.456428 4.88898 0.546732 4.69824C1.33671 3.02984 3.03299 1.87505 4.99986 1.875ZM4.99986 2.91699C3.84991 2.91706 2.91685 3.85004 2.91685 5C2.91685 6.14996 3.84991 7.08294 4.99986 7.08301C6.14986 7.08301 7.08287 6.15 7.08287 5C7.08287 3.85 6.14986 2.91699 4.99986 2.91699ZM4.99986 3.75C5.69152 3.75 6.24986 4.30833 6.24986 5C6.24986 5.69167 5.69152 6.25 4.99986 6.25C4.30825 6.24993 3.74986 5.69163 3.74986 5C3.74986 4.87182 3.7689 4.74815 3.80454 4.63184C3.90246 4.84898 4.1212 4.99995 4.37486 5C4.72004 5 4.99986 4.72018 4.99986 4.375C4.99986 4.12127 4.8489 3.90261 4.63169 3.80469C4.74801 3.76903 4.87167 3.75001 4.99986 3.75Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.00005 2.25C8.36041 2.25002 10.3958 3.63646 11.3438 5.63867C11.4519 5.86733 11.4519 6.13267 11.3438 6.36133C10.3958 8.36354 8.36041 9.74998 6.00005 9.75C3.63967 9.75 1.60425 8.36356 0.656298 6.36133C0.548161 6.13265 0.548161 5.86735 0.656298 5.63867C1.60425 3.63644 3.63967 2.25 6.00005 2.25ZM6.00005 3.5C4.62005 3.5 3.50005 4.62 3.50005 6C3.50005 7.38 4.62005 8.5 6.00005 8.5C7.38002 8.49997 8.50005 7.37998 8.50005 6C8.50005 4.62002 7.38002 3.50003 6.00005 3.5ZM6.00005 4.5C6.83002 4.50003 7.50005 5.17002 7.50005 6C7.50005 6.82998 6.83002 7.49997 6.00005 7.5C5.17005 7.5 4.50005 6.83 4.50005 6C4.50005 5.84604 4.52262 5.69731 4.56548 5.55762C4.68298 5.81828 4.94556 6 5.25005 6C5.66424 5.99997 6.00005 5.6642 6.00005 5.25C6.00005 4.94551 5.81833 4.68293 5.55766 4.56543C5.69736 4.52258 5.84609 4.5 6.00005 4.5Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.00033 3C11.1472 3.00015 13.8604 4.84819 15.1244 7.51758C15.2688 7.82276 15.2688 8.17724 15.1244 8.48242C13.8604 11.1518 11.1472 12.9998 8.00033 13C4.85323 13 2.13931 11.152 0.875333 8.48242C0.730846 8.17724 0.730846 7.82276 0.875333 7.51758C2.13931 4.84803 4.85323 3 8.00033 3ZM8.00033 4.66699C6.16033 4.66699 4.66635 6.16 4.66635 8C4.66635 9.84 6.16033 11.333 8.00033 11.333C9.84015 11.3328 11.3333 9.83987 11.3333 8C11.3333 6.16013 9.84015 4.6672 8.00033 4.66699ZM8.00033 6C9.10682 6.00021 10.0003 6.89346 10.0003 8C10.0003 9.10654 9.10682 9.99979 8.00033 10C6.89367 10 6.00033 9.10667 6.00033 8C6.00033 7.7946 6.03102 7.59651 6.08822 7.41016C6.24486 7.75779 6.59429 8 7.00033 8C7.55244 7.99979 8.00033 7.55215 8.00033 7C8.00033 6.59403 7.75803 6.24456 7.41049 6.08789C7.59674 6.03076 7.79506 6 8.00033 6Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.99973 3.75C13.9337 3.75 17.3261 6.06041 18.906 9.39746C19.0864 9.77878 19.0864 10.2212 18.906 10.6025C17.3261 13.9396 13.9337 16.25 9.99973 16.25C6.06587 16.2499 2.67436 13.9395 1.09446 10.6025C0.913907 10.2211 0.913907 9.77889 1.09446 9.39746C2.67436 6.06048 6.06587 3.75009 9.99973 3.75ZM9.99973 5.83301C7.69985 5.83314 5.83372 7.70008 5.83372 10C5.83372 12.2999 7.69985 14.1669 9.99973 14.167C12.2997 14.167 14.1667 12.3 14.1667 10C14.1667 7.7 12.2997 5.83301 9.99973 5.83301ZM9.99973 7.5C11.3831 7.5 12.4997 8.61667 12.4997 10C12.4997 11.3833 11.3831 12.5 9.99973 12.5C8.61651 12.4999 7.49973 11.3833 7.49973 10C7.49973 9.7434 7.53866 9.49552 7.61009 9.2627C7.80589 9.69707 8.24236 9.9999 8.74973 10C9.44009 10 9.99973 9.44036 9.99973 8.75C9.99973 8.24255 9.69782 7.80522 9.26341 7.60938C9.49605 7.53805 9.74336 7.50002 9.99973 7.5Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.9995 4.5C16.7202 4.5 20.7911 7.27202 22.687 11.2764C22.9038 11.7341 22.9038 12.2659 22.687 12.7236C20.7911 16.728 16.7202 19.5 11.9995 19.5C7.27904 19.4998 3.2089 16.7278 1.313 12.7236C1.09627 12.2659 1.09627 11.7341 1.313 11.2764C3.2089 7.27216 7.27904 4.50017 11.9995 4.5ZM11.9995 7C9.23973 7.00024 6.99952 9.24015 6.99952 12C6.99952 14.7599 9.23973 16.9998 11.9995 17C14.7595 17 16.9995 14.76 16.9995 12C16.9995 9.24 14.7595 7 11.9995 7ZM11.9995 9C13.6595 9 14.9995 10.34 14.9995 12C14.9995 13.66 13.6595 15 11.9995 15C10.3397 14.9998 8.99952 13.6599 8.99952 12C8.99952 11.6916 9.0454 11.394 9.13136 11.1143C9.36603 11.6361 9.89025 11.9998 10.4995 12C11.328 12 11.9995 11.3284 11.9995 10.5C11.9995 9.89054 11.6358 9.36656 11.1138 9.13184C11.3934 9.0459 11.6912 9.00004 11.9995 9Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,warehouseLine:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.75781 1.22694C3.91278 1.16343 4.08623 1.16347 4.24121 1.22694L6.94531 2.33436C7.18487 2.43254 7.3418 2.66628 7.3418 2.92518V6.52088C7.34178 6.68656 7.20669 6.82069 7.04102 6.82069C6.87549 6.82051 6.74123 6.68645 6.74121 6.52088V2.92518C6.74121 2.90981 6.73197 2.89589 6.71777 2.89002L4.01367 1.78162C4.00456 1.778 3.99444 1.77792 3.98535 1.78162L1.28125 2.89002C1.26721 2.89596 1.25781 2.90991 1.25781 2.92518V6.52088C1.2578 6.68656 1.12368 6.82069 0.958008 6.82069C0.792332 6.82069 0.658218 6.68656 0.658203 6.52088V2.92518C0.658203 2.66636 0.814274 2.43259 1.05371 2.33436L3.75781 1.22694ZM5.68945 3.34803C5.94821 3.34815 6.15795 3.55806 6.1582 3.81678V6.35194C6.15799 6.61069 5.94823 6.82057 5.68945 6.82069H2.30957C2.05082 6.82054 1.84104 6.61067 1.84082 6.35194V3.81678C1.84108 3.55808 2.05085 3.34818 2.30957 3.34803H5.68945ZM2.44043 5.80702V6.2201H5.55859V5.80702H2.44043ZM2.44043 5.20741H5.55859V4.96229H2.44043V5.20741ZM2.44043 4.36268H5.55859V3.94764H2.44043V4.36268Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.1123 4.1601C7.44978 4.1601 7.72348 4.43399 7.72363 4.77143V7.94038C7.7234 8.27775 7.44973 8.5517 7.1123 8.5517H2.8877C2.55043 8.55152 2.2766 8.27763 2.27637 7.94038V4.77143C2.27652 4.43411 2.55038 4.16029 2.8877 4.1601H7.1123ZM4.68848 1.50971C4.88831 1.42785 5.11268 1.42782 5.3125 1.50971L8.69141 2.89545C9.00024 3.02203 9.20215 3.32243 9.20215 3.6562V8.15131C9.20207 8.37205 9.02345 8.55055 8.80273 8.55073C8.58187 8.55073 8.40242 8.37216 8.40234 8.15131V3.6562C8.40234 3.64721 8.39691 3.63922 8.38867 3.63569L5.00879 2.24995C5.0035 2.24782 4.9975 2.24789 4.99219 2.24995L1.6123 3.63569C1.6039 3.63916 1.59863 3.6471 1.59863 3.6562V8.15131C1.59856 8.37216 1.41911 8.55073 1.19824 8.55073C0.977376 8.55073 0.797929 8.37216 0.797852 8.15131V3.6562C0.797852 3.32255 0.999945 3.02211 1.30859 2.89545L4.68848 1.50971ZM3.07715 7.28413V7.75092H6.92383V7.28413H3.07715ZM3.07715 6.48335H6.92383V6.22846H3.07715V6.48335ZM3.07715 5.42768H6.92383V4.96088H3.07715V5.42768Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.61816 1.79348C5.86286 1.69319 6.13714 1.69319 6.38184 1.79348L10.4375 3.45558C10.8155 3.61058 11.0625 3.97863 11.0625 4.38723V9.78176C11.0623 10.0577 10.8385 10.2818 10.5625 10.2818C10.2865 10.2818 10.0627 10.0577 10.0625 9.78176V4.38723C10.0625 4.38449 10.0611 4.3815 10.0586 4.38039L6.00293 2.71828C6.00124 2.71759 5.99876 2.71759 5.99707 2.71828L1.94141 4.38039C1.93892 4.3815 1.93751 4.38449 1.9375 4.38723V9.78176C1.9373 10.0577 1.71352 10.2818 1.4375 10.2818C1.16148 10.2818 0.937698 10.0577 0.9375 9.78176V4.38723C0.937508 3.97863 1.18445 3.61058 1.5625 3.45558L5.61816 1.79348ZM8.53516 4.97219C8.95103 4.97243 9.28799 5.31019 9.28809 5.72609V9.52785C9.28803 9.94378 8.95104 10.2805 8.53516 10.2808H3.46582C3.04972 10.2808 2.71197 9.94393 2.71191 9.52785V5.72609C2.71201 5.31004 3.04975 4.97219 3.46582 4.97219H8.53516ZM3.71191 8.76027V9.28078H8.28809V8.76027H3.71191ZM3.71191 7.76027H8.28809V7.49367H3.71191V7.76027ZM3.71191 6.49367H8.28809V5.97219H3.71191V6.49367Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.55432 2.5458C7.84003 2.42877 8.16023 2.42872 8.44592 2.5458L13.8531 4.76162C14.2946 4.94256 14.5835 5.37244 14.5836 5.84951V13.0419C14.5836 13.3179 14.3596 13.5417 14.0836 13.5419C13.8075 13.5419 13.5836 13.318 13.5836 13.0419V5.84951C13.5835 5.77836 13.54 5.7145 13.4742 5.68741L8.06702 3.47061C8.0243 3.4531 7.97595 3.45313 7.93323 3.47061L2.526 5.68741C2.46006 5.71444 2.41677 5.77827 2.41663 5.84951V13.0419C2.4166 13.318 2.19275 13.5419 1.91663 13.5419C1.6405 13.5419 1.41666 13.318 1.41663 13.0419V5.84951C1.41677 5.37244 1.70564 4.94256 2.14709 4.76162L7.55432 2.5458ZM11.3805 6.79678C11.8428 6.79728 12.2183 7.17222 12.2184 7.63467V12.704C12.2183 13.1665 11.8428 13.5414 11.3805 13.5419H4.62073C4.158 13.5419 3.78289 13.1667 3.78284 12.704V7.63467C3.78288 7.17193 4.15799 6.79682 4.62073 6.79678H11.3805ZM4.78284 11.5146V12.5419H11.2184V11.5146H4.78284ZM4.78284 10.5146H11.2184V9.82412H4.78284V10.5146ZM4.78284 8.82412H11.2184V7.79678H4.78284V8.82412Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.44275 3.18192C9.79973 3.03568 10.2 3.03575 10.557 3.18192L17.3168 5.95243C17.8687 6.17866 18.2289 6.71628 18.2289 7.31278V16.303C18.2287 16.6481 17.949 16.928 17.6039 16.928C17.2589 16.9278 16.979 16.648 16.9789 16.303V7.31278C16.9789 7.22364 16.9256 7.14259 16.8431 7.10868L10.0834 4.33915C10.0299 4.31724 9.96982 4.31724 9.91638 4.33915L3.15759 7.10868C3.07503 7.14253 3.02087 7.22354 3.02087 7.31278V16.303C3.02072 16.6481 2.74096 16.928 2.39587 16.928C2.05079 16.928 1.77103 16.6481 1.77087 16.303V7.31278C1.77087 6.71638 2.13122 6.17873 2.68298 5.95243L9.44275 3.18192ZM14.224 8.49637C14.8025 8.49637 15.2719 8.96573 15.2719 9.54422V15.8802C15.2717 16.4585 14.8024 16.928 14.224 16.928H5.77576C5.19744 16.9279 4.7281 16.4584 4.72791 15.8802V9.54422C4.72791 8.96577 5.19732 8.49644 5.77576 8.49637H14.224ZM5.97791 14.3929V15.678H14.0219V14.3929H5.97791ZM5.97791 13.1429H14.0219V12.2806H5.97791V13.1429ZM5.97791 11.0306H14.0219V9.74637H5.97791V11.0306Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.3311 3.81891C11.7597 3.64324 12.2403 3.64324 12.6689 3.81891L20.7803 7.14313C21.4424 7.41466 21.875 8.05927 21.875 8.77496V19.563C21.875 19.9772 21.5392 20.313 21.125 20.313C20.7108 20.313 20.375 19.9772 20.375 19.563V8.77496C20.375 8.6679 20.31 8.57144 20.2109 8.53082L12.0996 5.2066C12.0357 5.18054 11.9643 5.18054 11.9004 5.2066L3.78906 8.53082C3.69 8.57144 3.62502 8.6679 3.625 8.77496V19.563C3.62496 19.9772 3.28919 20.313 2.875 20.313C2.46081 20.313 2.12504 19.9772 2.125 19.563V8.77496C2.12502 8.05927 2.55757 7.41466 3.21973 7.14313L11.3311 3.81891ZM17.0693 10.1949C17.7633 10.195 18.3259 10.7578 18.3262 11.4517V19.0562C18.3261 19.7502 17.7633 20.3129 17.0693 20.313H6.93066C6.23659 20.313 5.67395 19.7503 5.67383 19.0562V11.4517C5.67407 10.7578 6.23668 10.1949 6.93066 10.1949H17.0693ZM7.17383 17.272V18.813H16.8262V17.272H7.17383ZM7.17383 15.772H16.8262V14.7369H7.17383V15.772ZM7.17383 13.2369H16.8262V11.6949H7.17383V13.2369Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,warehouseSolid:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.85999 1.2647C3.9498 1.22805 4.05047 1.22797 4.14026 1.2647L7.10315 2.47955C7.24223 2.53655 7.33362 2.67202 7.33362 2.82232V6.57818C7.33338 6.68025 7.2502 6.76275 7.14807 6.76275H6.62952C6.52742 6.76271 6.44421 6.68023 6.44397 6.57818V3.61431C6.44372 3.40997 6.27825 3.2442 6.07385 3.2442H1.92542C1.72123 3.24445 1.55554 3.41013 1.5553 3.61431V6.57818C1.55506 6.68012 1.47267 6.76254 1.37073 6.76275H0.852173C0.750047 6.76275 0.666868 6.68025 0.666626 6.57818V2.82232C0.666626 2.67218 0.757304 2.53666 0.896118 2.47955L3.85999 1.2647ZM5.85217 6.02252C5.95419 6.02271 6.03659 6.10506 6.03674 6.20709V6.57818C6.0365 6.68013 5.95414 6.76256 5.85217 6.76275H2.14807C2.04596 6.76273 1.96276 6.68024 1.96252 6.57818V6.20709C1.96268 6.10496 2.04591 6.02254 2.14807 6.02252H5.85217ZM5.85217 4.72564C5.95429 4.72583 6.03674 4.80903 6.03674 4.91119V5.46685C6.03662 5.5689 5.95421 5.65123 5.85217 5.65142H2.14807C2.0459 5.6514 1.96265 5.56901 1.96252 5.46685V4.91119C1.96252 4.80893 2.04582 4.72567 2.14807 4.72564H5.85217ZM5.85217 3.61431C5.95425 3.6145 6.03669 3.69775 6.03674 3.79986V4.16998C6.03674 4.27214 5.95429 4.35534 5.85217 4.35553H2.14807C2.04582 4.3555 1.96252 4.27224 1.96252 4.16998V3.79986C1.96258 3.69765 2.04585 3.61434 2.14807 3.61431H5.85217Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.82458 1.58065C4.93688 1.53468 5.06285 1.53476 5.17517 1.58065L8.87927 3.0992C9.05298 3.17044 9.16627 3.3392 9.16638 3.52694V8.22225C9.16621 8.34995 9.06267 8.4537 8.93494 8.4537H8.28748C8.15974 8.4537 8.0562 8.34995 8.05603 8.22225V4.51815C8.05599 4.2625 7.84782 4.05526 7.59216 4.05526H2.40759C2.15193 4.05526 1.94475 4.2625 1.9447 4.51815V8.22225C1.94453 8.34986 1.84088 8.45356 1.71326 8.4537H1.06482C0.937098 8.45368 0.833545 8.34994 0.833374 8.22225V3.52694C0.833486 3.3393 0.946933 3.17051 1.12048 3.0992L4.82458 1.58065ZM7.31482 7.52792C7.44266 7.52792 7.54626 7.63152 7.54626 7.75936V8.22225C7.5461 8.34995 7.44256 8.4537 7.31482 8.4537H2.68494C2.55733 8.45353 2.45366 8.34985 2.45349 8.22225V7.75936C2.45349 7.63162 2.55723 7.52808 2.68494 7.52792H7.31482ZM7.31482 5.90682C7.44255 5.90682 7.54609 6.01057 7.54626 6.13827V6.8326C7.54626 6.96045 7.44266 7.06405 7.31482 7.06405H2.68494C2.55723 7.06389 2.45349 6.96035 2.45349 6.8326V6.13827C2.45367 6.01067 2.55734 5.90698 2.68494 5.90682H7.31482ZM7.31482 4.51815C7.44262 4.51815 7.5462 4.62181 7.54626 4.74959V5.21249C7.54626 5.34033 7.44266 5.44393 7.31482 5.44393H2.68494C2.55723 5.44377 2.45349 5.34023 2.45349 5.21249V4.74959C2.45356 4.62191 2.55727 4.51831 2.68494 4.51815H7.31482Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.78906 1.89727C5.92407 1.84194 6.07593 1.84194 6.21094 1.89727L10.6553 3.71954C10.8637 3.8051 11 4.00785 11 4.23321V9.867C10.9999 10.0202 10.8758 10.1441 10.7227 10.1443H9.94434C9.79104 10.1443 9.66709 10.0203 9.66699 9.867V5.42266C9.66699 5.11591 9.41805 4.86711 9.11133 4.867H2.88867C2.58195 4.86712 2.33301 5.11591 2.33301 5.42266V9.867C2.33291 10.0203 2.20896 10.1443 2.05566 10.1443H1.27734C1.12419 10.1441 1.0001 10.0202 1 9.867V4.23321C1 4.00785 1.13627 3.8051 1.34473 3.71954L5.78906 1.89727ZM8.77734 9.03301C8.93076 9.03301 9.05566 9.15792 9.05566 9.31133V9.867C9.05557 10.0203 8.9307 10.1443 8.77734 10.1443H3.22266C3.0693 10.1443 2.94443 10.0203 2.94434 9.867V9.31133C2.94434 9.15792 3.06924 9.03301 3.22266 9.03301H8.77734ZM8.77734 7.08868C8.93076 7.08868 9.05566 7.21359 9.05566 7.367V8.20001C9.05566 8.35342 8.93076 8.47833 8.77734 8.47833H3.22266C3.06924 8.47833 2.94434 8.35342 2.94434 8.20001V7.367C2.94434 7.21359 3.06924 7.08868 3.22266 7.08868H8.77734ZM8.77734 5.42266C8.93071 5.42266 9.05559 5.54666 9.05566 5.70001V6.25567C9.05566 6.40908 8.93076 6.53301 8.77734 6.53301H3.22266C3.06924 6.53301 2.94434 6.40908 2.94434 6.25567V5.70001C2.94441 5.54666 3.06929 5.42266 3.22266 5.42266H8.77734Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.71924 2.52958C7.89907 2.45592 8.10091 2.456 8.28076 2.52958L14.2065 4.95829C14.4846 5.07226 14.6664 5.34333 14.6665 5.64384V13.1556C14.6665 13.3601 14.5009 13.5257 14.2964 13.5257H13.2593C13.0548 13.5256 12.8892 13.3601 12.8892 13.1556V7.22978C12.8892 6.82068 12.557 6.48856 12.1479 6.48856H3.85205C3.44295 6.48856 3.11084 6.82068 3.11084 7.22978V13.1556C3.11084 13.3601 2.94527 13.5257 2.74072 13.5257H1.70361C1.49918 13.5255 1.3335 13.36 1.3335 13.1556V5.64384C1.3336 5.34333 1.51538 5.07226 1.79346 4.95829L7.71924 2.52958ZM11.7036 12.0442C11.9082 12.0442 12.0747 12.2108 12.0747 12.4153V13.1556C12.0747 13.3601 11.9082 13.5257 11.7036 13.5257H4.29639C4.09188 13.5256 3.92627 13.3601 3.92627 13.1556V12.4153C3.92627 12.2108 4.09188 12.0443 4.29639 12.0442H11.7036ZM11.7036 9.45146C11.9082 9.45146 12.0747 9.618 12.0747 9.82255V10.9339C12.0745 11.1382 11.908 11.304 11.7036 11.304H4.29639C4.09204 11.3039 3.92652 11.1382 3.92627 10.9339V9.82255C3.92627 9.61803 4.09188 9.4515 4.29639 9.45146H11.7036ZM11.7036 7.22978C11.9081 7.22978 12.0746 7.39543 12.0747 7.59989V8.3411C12.0746 8.54553 11.9081 8.71122 11.7036 8.71122H4.29639C4.09197 8.71117 3.92642 8.5455 3.92627 8.3411V7.59989C3.92637 7.39546 4.09194 7.22982 4.29639 7.22978H11.7036Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.64893 3.16248C9.87392 3.07028 10.1261 3.07027 10.3511 3.16248L17.7583 6.19763C18.106 6.34013 18.3335 6.67929 18.3335 7.05505V16.4437C18.3335 16.6993 18.1261 16.9064 17.8706 16.9066H16.5737C16.3181 16.9065 16.1108 16.6994 16.1108 16.4437V9.0365C16.1108 8.52521 15.6964 8.11074 15.1851 8.11072H4.81494C4.30362 8.11072 3.88925 8.5252 3.88916 9.0365V16.4437C3.88916 16.6994 3.68098 16.9066 3.42529 16.9066H2.12939C1.87374 16.9066 1.6665 16.6994 1.6665 16.4437V7.05505C1.6665 6.67929 1.894 6.34013 2.2417 6.19763L9.64893 3.16248ZM14.6294 15.0551C14.885 15.0551 15.0922 15.2624 15.0923 15.5179V16.4437C15.0923 16.6994 14.8851 16.9066 14.6294 16.9066H5.37061C5.11492 16.9066 4.90771 16.6994 4.90771 16.4437V15.5179C4.90783 15.2624 5.11499 15.0551 5.37061 15.0551H14.6294ZM14.6294 11.8148C14.8851 11.8148 15.0923 12.022 15.0923 12.2777V13.6664C15.0922 13.922 14.885 14.1293 14.6294 14.1293H5.37061C5.11495 14.1293 4.90777 13.922 4.90771 13.6664V12.2777C4.90771 12.022 5.11492 11.8148 5.37061 11.8148H14.6294ZM14.6294 9.0365C14.885 9.0365 15.0922 9.24381 15.0923 9.49939V10.4252C15.0923 10.6809 14.8851 10.8881 14.6294 10.8881H5.37061C5.11492 10.8881 4.90771 10.6809 4.90771 10.4252V9.49939C4.90785 9.24381 5.115 9.0365 5.37061 9.0365H14.6294Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.5791 3.79436C11.8489 3.68386 12.1511 3.68386 12.4209 3.79436L21.3105 7.43694C21.7277 7.60799 22 8.01443 22 8.46526V19.7328C21.9998 20.0395 21.751 20.2885 21.4443 20.2885H19.8887C19.5821 20.2884 19.3332 20.0394 19.333 19.7328V10.8432C19.3328 10.2299 18.836 9.73308 18.2227 9.73284H5.77734C5.16402 9.73308 4.6672 10.2299 4.66699 10.8432V19.7328C4.66679 20.0394 4.41793 20.2884 4.11133 20.2885H2.55566C2.24896 20.2885 2.0002 20.0395 2 19.7328V8.46526C2 8.01443 2.27234 7.60799 2.68945 7.43694L11.5791 3.79436ZM17.5557 18.0658C17.8625 18.0659 18.1113 18.3147 18.1113 18.6215V19.7328C18.1111 20.0395 17.8623 20.2885 17.5557 20.2885H6.44434C6.13769 20.2884 5.88886 20.0395 5.88867 19.7328V18.6215C5.88867 18.3147 6.13757 18.0659 6.44434 18.0658H17.5557ZM17.5557 14.1772C17.8625 14.1772 18.1113 14.426 18.1113 14.7328V16.3989C18.1113 16.7057 17.8625 16.9545 17.5557 16.9545H6.44434C6.13757 16.9544 5.88867 16.7056 5.88867 16.3989V14.7328C5.88867 14.4261 6.13757 14.1772 6.44434 14.1772H17.5557ZM17.5557 10.8432C17.8624 10.8432 18.1112 11.0922 18.1113 11.3989V12.5102C18.1113 12.817 17.8625 13.0658 17.5557 13.0658H6.44434C6.13757 13.0658 5.88867 12.817 5.88867 12.5102V11.3989C5.88883 11.0922 6.13767 10.8433 6.44434 10.8432H17.5557Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,warningFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.67339 1.19789C3.83848 0.987942 4.16168 0.987881 4.32671 1.19789L4.35894 1.24574L7.34722 6.33168C7.51009 6.60932 7.30974 6.9594 6.98785 6.95961H1.01226C0.690238 6.95953 0.489919 6.60938 0.652887 6.33168L3.64117 1.24574L3.67339 1.19789ZM3.99957 5.29261C3.81572 5.29277 3.66674 5.44178 3.66656 5.62562C3.66656 5.80962 3.8156 5.95945 3.99957 5.95961C4.18366 5.95961 4.33355 5.80972 4.33355 5.62562C4.33337 5.44168 4.18355 5.29261 3.99957 5.29261ZM3.99957 2.99281C3.83402 2.99296 3.69977 3.12703 3.69976 3.29261V4.79261C3.69976 4.9582 3.83401 5.09226 3.99957 5.09242C4.16525 5.09242 4.29937 4.9583 4.29937 4.79261V3.29261C4.29936 3.12693 4.16525 2.99281 3.99957 2.99281Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.60474 1.50745C4.80443 1.25391 5.19505 1.25398 5.39478 1.50745L5.43482 1.56604L9.1692 7.92249C9.36664 8.25856 9.12437 8.68218 8.73462 8.68226H1.2649C0.875307 8.68199 0.632935 8.25848 0.830328 7.92249L4.56568 1.56604L4.60474 1.50745ZM5.00025 6.61585C4.77013 6.61585 4.58326 6.80272 4.58326 7.03284C4.58329 7.26293 4.77015 7.44983 5.00025 7.44983C5.23018 7.44963 5.41623 7.26281 5.41627 7.03284C5.41627 6.80285 5.2302 6.61605 5.00025 6.61585ZM5.00025 3.71546C4.77942 3.71546 4.6 3.89505 4.59986 4.11585V5.99085C4.59986 6.21176 4.77934 6.39124 5.00025 6.39124C5.22099 6.39104 5.40064 6.21164 5.40064 5.99085V4.11585C5.4005 3.89518 5.22091 3.71566 5.00025 3.71546Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.50976 1.79666C5.75726 1.48203 6.2416 1.48223 6.48925 1.79666L6.53905 1.86892L11.0205 9.49783C11.2647 9.91438 10.9644 10.4392 10.4814 10.4392H1.51854C1.03557 10.4391 0.73523 9.91436 0.979482 9.49783L5.46093 1.86892L5.50976 1.79666ZM5.99999 7.93923C5.72385 7.93923 5.49999 8.16309 5.49999 8.43923C5.50024 8.71516 5.724 8.93923 5.99999 8.93923C6.27595 8.9392 6.49974 8.71514 6.49999 8.43923C6.49999 8.16311 6.27611 7.93926 5.99999 7.93923ZM5.99999 4.43923C5.72385 4.43923 5.49999 4.66309 5.49999 4.93923V7.18923C5.50024 7.46516 5.724 7.68923 5.99999 7.68923C6.27595 7.6892 6.49974 7.46514 6.49999 7.18923V4.93923C6.49999 4.66311 6.27611 4.43926 5.99999 4.43923Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.4772 2.49942C7.74134 2.16383 8.25809 2.16371 8.52213 2.49942L8.57486 2.57657L14.5504 12.7475C14.8112 13.1917 14.4903 13.7519 13.9753 13.7523H2.02408C1.50875 13.7522 1.1888 13.1918 1.44986 12.7475L7.42447 2.57657L7.4772 2.49942ZM7.99967 10.5854C7.63148 10.5854 7.33267 10.8842 7.33267 11.2523C7.33284 11.6204 7.63158 11.9184 7.99967 11.9184C8.36757 11.9181 8.66552 11.6203 8.66568 11.2523C8.66568 10.8843 8.36767 10.5856 7.99967 10.5854ZM7.99967 6.08536C7.72353 6.08536 7.49968 6.30923 7.49967 6.58536V9.58536C7.49967 9.8615 7.72352 10.0854 7.99967 10.0854C8.27562 10.0851 8.49967 9.86137 8.49967 9.58536V6.58536C8.49965 6.30936 8.27562 6.08557 7.99967 6.08536Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.34726 3.12458C9.701 2.67503 10.4164 2.70733 10.7184 3.22126L18.1881 15.9351C18.5137 16.4905 18.1132 17.1899 17.4693 17.19H2.53085C1.88673 17.19 1.48624 16.4906 1.8121 15.9351L9.28183 3.22126L9.34726 3.12458ZM9.9996 13.232C9.53947 13.2321 9.16659 13.6049 9.16659 14.065C9.16667 14.5251 9.53952 14.8979 9.9996 14.898C10.4598 14.898 10.8335 14.5252 10.8336 14.065C10.8336 13.6048 10.4598 13.232 9.9996 13.232ZM9.9996 7.60701C9.65453 7.60713 9.3746 7.8869 9.3746 8.23201V11.982C9.37485 12.3269 9.65468 12.6069 9.9996 12.607C10.3446 12.607 10.6244 12.327 10.6246 11.982V8.23201C10.6246 7.88683 10.3448 7.60701 9.9996 7.60701Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.2157 3.74971C11.6118 3.246 12.3869 3.24616 12.7831 3.74971L12.8622 3.86592L21.8251 19.1218C22.2167 19.7884 21.7359 20.6285 20.9628 20.6286H3.03601C2.2632 20.6282 1.78224 19.7882 2.17371 19.1218L11.1376 3.86592L11.2157 3.74971ZM11.9999 15.8786C11.4476 15.8786 10.9999 16.3263 10.9999 16.8786C10.9999 17.4309 11.4476 17.8786 11.9999 17.8786C12.5521 17.8786 12.9999 17.4309 12.9999 16.8786C12.9999 16.3264 12.5521 15.8787 11.9999 15.8786ZM11.9999 9.12862C11.5857 9.12862 11.2499 9.46442 11.2499 9.87862V14.3786C11.2499 14.7928 11.5857 15.1286 11.9999 15.1286C12.414 15.1286 12.7499 14.7928 12.7499 14.3786V9.87862C12.7499 9.46446 12.414 9.12868 11.9999 9.12862Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,warningOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.66942 1.26316C3.79917 1.04246 4.09508 1.01437 4.2661 1.18015L4.33055 1.26316L7.31785 6.34812C7.46784 6.60357 7.28396 6.92605 6.98778 6.92625H1.01219C0.715868 6.92617 0.531997 6.60364 0.682113 6.34812L3.66942 1.26316ZM1.39012 6.32566H6.60985L3.9995 1.88425L1.39012 6.32566ZM3.9995 5.29246C4.18348 5.29246 4.3333 5.44152 4.33348 5.62546C4.33348 5.80956 4.18359 5.95945 3.9995 5.95945C3.81553 5.95929 3.66649 5.80946 3.66649 5.62546C3.66667 5.44162 3.81565 5.29261 3.9995 5.29246ZM3.9995 2.99265C4.16518 2.99265 4.29929 3.12678 4.2993 3.29246V4.79246C4.2993 4.95814 4.16518 5.09226 3.9995 5.09226C3.83394 5.09211 3.69969 4.95805 3.69969 4.79246V3.29246C3.6997 3.12687 3.83395 2.99281 3.9995 2.99265Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.60474 1.50745C4.80443 1.25391 5.19505 1.25398 5.39478 1.50745L5.43482 1.56604L9.1692 7.92249C9.36664 8.25856 9.12437 8.68218 8.73462 8.68226H1.2649C0.875309 8.68199 0.632934 8.25848 0.830328 7.92249L4.56568 1.56604L4.60474 1.50745ZM1.78248 7.88245H8.21802L4.99927 2.40589L1.78248 7.88245ZM5.00025 6.61585C5.2302 6.61605 5.41627 6.80285 5.41627 7.03284C5.41623 7.26281 5.23018 7.44963 5.00025 7.44983C4.77015 7.44983 4.58329 7.26293 4.58326 7.03284C4.58326 6.80272 4.77013 6.61585 5.00025 6.61585ZM5.00025 3.71546C5.22091 3.71566 5.4005 3.89518 5.40064 4.11585V5.99085C5.40064 6.21164 5.22099 6.39104 5.00025 6.39124C4.77934 6.39124 4.59986 6.21176 4.59986 5.99085V4.11585C4.6 3.89505 4.77942 3.71546 5.00025 3.71546Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.50976 1.79666C5.75726 1.48203 6.2416 1.48223 6.48925 1.79666L6.53905 1.86892L11.0205 9.49783C11.2647 9.91438 10.9644 10.4392 10.4814 10.4392H1.51854C1.03557 10.4391 0.73523 9.91436 0.979482 9.49783L5.46093 1.86892L5.50976 1.79666ZM2.17382 9.43923H9.82616L5.99999 2.92556L2.17382 9.43923ZM5.99999 7.93923C6.27611 7.93926 6.49999 8.16311 6.49999 8.43923C6.49974 8.71514 6.27595 8.9392 5.99999 8.93923C5.724 8.93923 5.50024 8.71516 5.49999 8.43923C5.49999 8.16309 5.72385 7.93923 5.99999 7.93923ZM5.99999 4.43923C6.27611 4.43926 6.49999 4.66311 6.49999 4.93923V7.18923C6.49974 7.46514 6.27595 7.6892 5.99999 7.68923C5.724 7.68923 5.50024 7.46516 5.49999 7.18923V4.93923C5.49999 4.66309 5.72385 4.43923 5.99999 4.43923Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.47721 2.49942C7.74134 2.16383 8.25809 2.16371 8.52213 2.49942L8.57486 2.57657L14.5504 12.7475C14.8112 13.1917 14.4903 13.7519 13.9753 13.7523H2.02408C1.50875 13.7522 1.1888 13.1918 1.44986 12.7475L7.42447 2.57657L7.47721 2.49942ZM2.60709 12.7523H13.3932L7.99967 3.57169L2.60709 12.7523ZM7.99967 10.5854C8.36767 10.5856 8.66568 10.8843 8.66568 11.2523C8.66552 11.6203 8.36757 11.9181 7.99967 11.9184C7.63158 11.9184 7.33284 11.6204 7.33267 11.2523C7.33267 10.8842 7.63148 10.5854 7.99967 10.5854ZM7.99967 6.08536C8.27562 6.08557 8.49965 6.30936 8.49967 6.58536V9.58536C8.49967 9.86137 8.27562 10.0851 7.99967 10.0854C7.72352 10.0854 7.49967 9.8615 7.49967 9.58536V6.58536C7.49968 6.30923 7.72353 6.08536 7.99967 6.08536Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.34726 3.12458C9.70101 2.67503 10.4164 2.70733 10.7184 3.22126L18.1881 15.9351C18.5137 16.4905 18.1132 17.1899 17.4693 17.19H2.53085C1.88673 17.19 1.48624 16.4906 1.8121 15.9351L9.28183 3.22126L9.34726 3.12458ZM3.25937 15.94H16.7408L9.9996 4.4654L3.25937 15.94ZM9.9996 13.232C10.4598 13.232 10.8336 13.6048 10.8336 14.065C10.8335 14.5252 10.4598 14.898 9.9996 14.898C9.53952 14.8979 9.16667 14.5251 9.16659 14.065C9.16659 13.6049 9.53947 13.2321 9.9996 13.232ZM9.9996 7.60701C10.3448 7.60701 10.6246 7.88683 10.6246 8.23201V11.982C10.6244 12.327 10.3446 12.607 9.9996 12.607C9.65468 12.6069 9.37485 12.3269 9.3746 11.982V8.23201C9.3746 7.8869 9.65453 7.60713 9.9996 7.60701Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.2157 3.74971C11.6118 3.246 12.3869 3.24616 12.7831 3.74971L12.8622 3.86592L21.8251 19.1218C22.2167 19.7884 21.7359 20.6285 20.9628 20.6286H3.03601C2.2632 20.6282 1.78224 19.7882 2.17371 19.1218L11.1376 3.86592L11.2157 3.74971ZM3.91003 19.1286H20.0887L11.9989 5.35909L3.91003 19.1286ZM11.9999 15.8786C12.5521 15.8787 12.9999 16.3264 12.9999 16.8786C12.9999 17.4309 12.5521 17.8786 11.9999 17.8786C11.4476 17.8786 10.9999 17.4309 10.9999 16.8786C10.9999 16.3263 11.4476 15.8786 11.9999 15.8786ZM11.9999 9.12862C12.414 9.12868 12.7499 9.46446 12.7499 9.87862V14.3786C12.7499 14.7928 12.414 15.1286 11.9999 15.1286C11.5857 15.1286 11.2499 14.7928 11.2499 14.3786V9.87862C11.2499 9.46442 11.5857 9.12862 11.9999 9.12862Z",fill:"currentColor"})),32:t=>C("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.956 4.99929C15.4843 4.32812 16.5168 4.32791 17.0449 4.99929L17.1494 5.15359L29.1006 25.4954C29.6227 26.3842 28.982 27.5041 27.9511 27.5042H4.04881C3.01816 27.5039 2.37726 26.3841 2.89939 25.4954L14.8506 5.15359L14.956 4.99929ZM5.21482 25.5042H26.7851L16 7.1448L5.21482 25.5042ZM16 21.1712C16.7362 21.1712 17.3338 21.768 17.334 22.5042C17.334 23.2406 16.7364 23.8382 16 23.8382C15.2637 23.8381 14.667 23.2405 14.667 22.5042C14.6672 21.768 15.2638 21.1713 16 21.1712ZM16 12.1712C16.5522 12.1712 17 12.6189 17 13.1712V19.1712C17 19.7235 16.5523 20.1712 16 20.1712C15.4478 20.1711 15 19.7234 15 19.1712V13.1712C15 12.619 15.4478 12.1713 16 12.1712Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,youtube:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.66669 2C7.03488 2 7.33368 2.2988 7.33368 2.66699V5.33301C7.33368 5.7012 7.03488 6 6.66669 6H1.33368C0.965489 6 0.666687 5.7012 0.666687 5.33301V2.66699C0.666687 2.2988 0.965489 2 1.33368 2H6.66669ZM3.62958 3.08594C3.57434 3.04933 3.50002 3.08906 3.49969 3.15527V4.84473C3.50002 4.91094 3.57434 4.95067 3.62958 4.91406L4.89618 4.06934C4.9455 4.03634 4.9455 3.96366 4.89618 3.93066L3.62958 3.08594Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.33331 2.5C8.79344 2.5 9.16614 2.87292 9.16632 3.33301V6.66699C9.16614 7.12708 8.79344 7.5 8.33331 7.5H1.66632C1.20634 7.49982 0.833489 7.12697 0.833313 6.66699V3.33301C0.833489 2.87303 1.20634 2.50018 1.66632 2.5H8.33331ZM4.53741 3.8584C4.46827 3.8123 4.37553 3.86132 4.37531 3.94434V6.05566C4.37553 6.13868 4.46827 6.1877 4.53741 6.1416L6.12042 5.08691C6.182 5.04566 6.182 4.95434 6.12042 4.91309L4.53741 3.8584Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10 3C10.5523 3 11 3.44772 11 4V8C11 8.55228 10.5523 9 10 9H2C1.44772 9 1 8.55228 1 8V4C1 3.44772 1.44772 3 2 3H10ZM5.44434 4.62988C5.36131 4.57453 5.25012 4.63366 5.25 4.7334V7.2666C5.25012 7.36634 5.36131 7.42547 5.44434 7.37012L7.34375 6.10449C7.41797 6.05501 7.41797 5.94499 7.34375 5.89551L5.44434 4.62988Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.3333 4C14.0696 4 14.6661 4.59678 14.6663 5.33301V10.667C14.6661 11.4032 14.0696 12 13.3333 12H2.66632C1.9302 11.9998 1.33349 11.4031 1.33331 10.667V5.33301C1.33349 4.59689 1.9302 4.00018 2.66632 4H13.3333ZM7.25909 6.17285C7.14833 6.09901 7.00031 6.17841 7.00031 6.31152V9.68848C7.00031 9.82159 7.14833 9.90099 7.25909 9.82715L9.7923 8.13867C9.89095 8.07268 9.89095 7.92732 9.7923 7.86133L7.25909 6.17285Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.6667 5C17.5872 5 18.3337 5.74652 18.3337 6.66699V13.333C18.3337 14.2535 17.5872 15 16.6667 15H3.33368C2.4132 15 1.66669 14.2535 1.66669 13.333V6.66699C1.66669 5.74652 2.4132 5 3.33368 5H16.6667ZM9.07391 7.71582C8.93547 7.62358 8.74969 7.72327 8.74969 7.88965V12.1104C8.74969 12.2767 8.93547 12.3764 9.07391 12.2842L12.2399 10.1738C12.3636 10.0914 12.3636 9.90864 12.2399 9.82617L9.07391 7.71582Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M20 6C21.1046 6 22 6.89543 22 8V16C22 17.1046 21.1046 18 20 18H4C2.89543 18 2 17.1046 2 16V8C2 6.89543 2.89543 6 4 6H20ZM10.8887 9.25879C10.7226 9.14827 10.5002 9.26738 10.5 9.4668V14.5332C10.5002 14.7326 10.7226 14.8517 10.8887 14.7412L14.6875 12.208C14.8359 12.1091 14.8359 11.8909 14.6875 11.792L10.8887 9.25879Z",fill:"currentColor"}))}})},O=class{constructor(e){t(this,e)}name;size=12;color;rotate;label;iconStyle={};getIconClasses(){const t=["sd-icon"];return this.rotate&&t.push(`sd-icon--rotate-${this.rotate}`),t.join(" ")}get resolvedColor(){return n(this.color)}render(){const t=z[this.name]?.[this.size];return C("i",{key:"64d1789805536124f229d7dde816ef986d583276",class:this.getIconClasses(),style:this.iconStyle},C(t,{key:"35ba2d95f6e3e9d7cb346b4872ba1a436a08e04d",color:this.resolvedColor}))}};O.style="sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}";const S=a.input.sm,j=a.input.md,$={sm:{height:S.height,paddingX:S.paddingX,gap:S.gap,radius:S.radius,fontSize:S.typography.fontSize,lineHeight:S.typography.lineHeight,fontWeight:S.typography.fontWeight},md:{height:j.height,paddingX:j.paddingX,gap:j.gap,radius:j.radius,fontSize:j.typography.fontSize,lineHeight:j.typography.lineHeight,fontWeight:j.typography.fontWeight}},E={text:a.input.text,icon:a.input.icon},A={frameSize:Number(a.input.size.icon),iconSize:Number(w.size.field.icon)},R=class{constructor(i){t(this,i),this.input=e(this,"sdUpdate"),this.focus=e(this,"sdFocus"),this.blur=e(this,"sdBlur")}get host(){return i(this)}value=null;type="text";size="sm";addonLabel="";placeholder="입력해 주세요.";disabled=!1;clearable=!1;width="";rules=[];autoFocus=!1;status;hint="";errorMessage="";inputClass="";readonly=!1;error=!1;focused=!1;hovered=!1;label="";icon=void 0;labelTooltip="";labelTooltipProps=null;inputStyle={};internalValue=null;passwordVisible=!1;nativeEl=void 0;formField;name=h();input;focus;blur;valueChanged(t){this.internalValue=t}internalValueChanged(t){t!==this.value&&(this.value=t,this.input?.emit(this.value))}async sdGetNativeElement(){return this.nativeEl||null}async sdValidate(){this.formField?.sdValidate()}async sdReset(){this.formField?.sdReset()}async sdResetValidate(){this.formField?.sdResetValidation()}async sdFocus(){this.formField?.sdFocus()}componentWillLoad(){this.value&&(this.internalValue=this.value)}componentDidLoad(){this.autoFocus&&this.nativeEl?.focus()}handleInput=t=>{this.internalValue=t.target.value};handleFocus=async(t,e)=>{this.focused="focus"===t,"blur"===t?(this.rules&&this.rules.length>0&&await(this.formField?.sdValidate()),this.blur?.emit(e)):this.focus?.emit(e)};render(){const t=$[this.size]??$.sm;return C("sd-field",{key:"82adfc401e74a6d823aa4f95442aa74b663e3ee4",name:this.name,label:this.label,addonLabel:this.addonLabel,hint:this.hint,errorMessage:this.errorMessage,width:this.width,rules:this.rules,error:this.error,disabled:this.disabled,focused:this.focused,hovered:this.hovered,status:this.status,icon:this.icon,labelTooltip:this.labelTooltip,labelTooltipProps:this.labelTooltipProps,ref:t=>this.formField=t,onMouseEnter:()=>this.hovered=!0,onMouseLeave:()=>this.hovered=!1,style:{"--sd-input-font-size":`${t.fontSize}px`,"--sd-input-line-height":`${t.lineHeight}px`,"--sd-input-font-weight":t.fontWeight,"--sd-input-padding-x":`${t.paddingX}px`,"--sd-input-gap":`${t.gap}px`,"--sd-input-text-color":E.text.default,"--sd-input-placeholder-color":E.text.placeholder,"--sd-input-disabled-color":E.text.disabled,"--sd-input-icon-color":E.icon.default,"--sd-system-size-field-sm-height":`${t.height}px`,"--sd-system-radius-field-sm":`${t.radius}px`}},C("label",{key:"6c7a76e6d863cddf4e7ca83d1231255fe5e7edea",class:"sd-input__content"},C("slot",{key:"14ab01247317f114f92127b6c1c43c42251fa90c",name:"prefix"}),C("input",{key:"ee546204bc6cfa28f8e42dce6deebdf251dc04da",name:this.name,ref:t=>this.nativeEl=t,class:`sd-input__native ${this.inputClass}`,type:"password"===this.type&&this.passwordVisible?"text":this.type,value:this.internalValue||"",placeholder:this.placeholder,disabled:this.disabled,readonly:this.readonly,autofocus:this.autoFocus,onInput:this.handleInput,onFocus:t=>this.handleFocus("focus",t),onBlur:t=>this.handleFocus("blur",t),style:this.inputStyle}),C("slot",{key:"4f52aa176c00462996d8794da1d8fd86c468e132",name:"suffix"}),this.clearable&&this.internalValue&&C("sd-icon",{key:"40ab163ef22e68a261e639ec5d8fb3bc1d6cd42a",name:"close",color:E.icon.default,size:A.iconSize,class:"sd-input__clear-icon",onClick:async()=>{this.internalValue="",await(this.formField?.sdValidate())}}),"password"===this.type&&C("sd-icon",{key:"d841ed3ca46d065048107b8733c41e63155b0990",name:this.passwordVisible?"visibilityOn":"visibilityOff",color:E.icon.default,size:A.frameSize,class:"sd-input__password-icon",onClick:()=>{this.passwordVisible=!this.passwordVisible}})))}static get watchers(){return{value:[{valueChanged:0}],internalValue:[{internalValueChanged:0}]}}};R.style="sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}.sd-date-picker{width:100%;display:inline-block}.sd-date-picker .sd-date-picker--disabled .date-icon{cursor:not-allowed !important;color:#888888 !important}.sd-date-picker .sd-date-picker__input{text-align:center !important}.sd-date-picker__menu{border-radius:8px;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.2)}sd-date-range-picker{width:fit-content;display:inline-flex}sd-date-range-picker .sd-date-range-picker--disabled .date-icon{cursor:not-allowed !important;color:#888888 !important}sd-date-range-picker .sd-date-range-picker--disabled .sd-input__native{color:#888888 !important}sd-date-range-picker .sd-field .sd-field__control{min-width:210px}sd-date-range-picker .sd-field .sd-input__native{margin-left:17px !important}.sd-date-range-picker__menu{width:609px;box-sizing:border-box;border-radius:8px;padding:24px 19px;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.2);background:white}.sd-date-range-picker__menu .sd-date-range-picker__header{margin-bottom:16px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}.sd-date-range-picker__menu .sd-date-range-picker__header .header-label{margin:0 12px;width:40px;text-align:center;font-size:14px;line-height:24px}.sd-date-range-picker__menu .sd-date-range-picker__body{display:flex;flex-flow:row nowrap;align-items:stretch;gap:19px}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container{width:266px}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-header{width:100%;height:24px;line-height:24px;font-size:14px;text-align:center;position:relative;padding:0 5px}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-header button{position:absolute;top:50%;transform:translateY(-50%)}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-header button.header-button-prev{left:5px}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-header button.header-button-next{right:5px;left:auto}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-days{padding:0 5px;margin-top:8px;display:grid;grid-template-columns:repeat(7, minmax(0, 1fr));column-gap:10px}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-days .day{width:28px;height:20px;font-size:12px;line-height:20px;text-align:center;color:#888888}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-body{margin-top:12px;display:grid;grid-template-columns:repeat(7, minmax(0, 1fr))}.sd-date-range-picker__menu .sd-date-range-picker__body .separator{width:1px;background-color:#D8D8D8}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0px 1000px #fff inset;box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}input:autofill,input:autofill:hover,input:autofill:focus,input:autofill:active{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0px 1000px #fff inset;box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}sd-input{display:inline-flex}sd-input .sd-input__content{width:100%;height:100%;display:flex;flex-flow:row nowrap;align-items:center;color:var(--sd-input-text-color);font-size:var(--sd-input-font-size);line-height:var(--sd-input-line-height);font-weight:var(--sd-input-font-weight);padding:0 var(--sd-input-padding-x);gap:var(--sd-input-gap)}sd-input .sd-input__content .sd-input__native{width:100%;height:100%;border:none;outline:none;background:transparent;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}sd-input .sd-input__content .sd-input__native[disabled]{cursor:not-allowed;color:var(--sd-input-disabled-color)}sd-input .sd-input__content .sd-input__native::placeholder{color:var(--sd-input-placeholder-color)}sd-input .sd-input__content .sd-input__clear-icon,sd-input .sd-input__content .sd-input__password-icon{flex-shrink:0;cursor:pointer}";const D=class{constructor(e){t(this,e)}color="#0075ff";get resolvedColor(){return n(this.color)}render(){return C(o,{key:"debc93482bd2c47f317457fd97ee2bf40b6f3e59"},C("svg",{key:"915a8e743e9286e32c81b1bf49714da01ba9a1c3",class:"sd-loading-spinner",width:"72px",height:"72px",viewBox:"25 25 50 50",style:{color:this.resolvedColor}},C("circle",{key:"04abf57521d77d5492a0e5553a7f64017fe0d1a3",class:"path",cx:"50",cy:"50",r:"20",fill:"none",stroke:"currentColor","stroke-width":"5","stroke-miterlimit":"10"})))}};D.style="sd-loading-spinner{display:inline-flex;width:fit-content;height:fit-content;align-items:center}sd-loading-spinner .sd-loading-spinner{animation:sd-loading-spin 2s linear infinite;transform-origin:center center}sd-loading-spinner .sd-loading-spinner .path{animation:sd-loading-spin-path 1.5s ease-in-out infinite}@keyframes sd-loading-spin{0%{transform:rotate3d(0, 0, 1, 0deg)}25%{transform:rotate3d(0, 0, 1, 90deg)}50%{transform:rotate3d(0, 0, 1, 180deg)}75%{transform:rotate3d(0, 0, 1, 270deg)}100%{transform:rotate3d(0, 0, 1, 359deg)}}@keyframes sd-loading-spin-path{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}";const P=class{constructor(i){t(this,i),this.update=e(this,"sdUpdate"),this.focus=e(this,"sdFocus"),this.blur=e(this,"sdBlur")}get el(){return i(this)}min=Number.NEGATIVE_INFINITY;max=Number.POSITIVE_INFINITY;step=1;useButton=!1;useDecimal=!1;value=null;label;addonLabel="";placeholder="입력해 주세요.";disabled=!1;width;rules=[];autoFocus=!1;status;hint="";errorMessage="";inputClass="";readonly=!1;inputStyle={};error=!1;focused=!1;hovered=!1;internalValue=null;displayValue="";nativeEl=void 0;formField;name=h();update;focus;blur;formatWithCommas(t){if(null==t)return"";const e=t<0,i=Math.abs(t),[C,o]=i.toString().split("."),s=(+C).toLocaleString(),l=e?"-"+s:s;return o?l+"."+o:String(l)}parseInput(t){if(!t||""===t.trim())return null;const e=t.replace(/,/g,"").trim();if(!/^-?(\d+\.?\d*|\d*\.\d+)$/.test(e))return null;const i=parseFloat(e);return isNaN(i)||!this.useDecimal&&e.includes(".")?null:i}clampMinMax(t){return Math.min(Math.max(t,this.min),this.max)}updateDisplay(){this.displayValue=this.formatWithCommas(this.internalValue)}isIncrementDisabled(){return!(!this.disabled&&!this.readonly)||null!==this.internalValue&&this.internalValue>=this.max}isDecrementDisabled(){return!(!this.disabled&&!this.readonly)||null!==this.internalValue&&this.internalValue<=this.min}valueChanged(t){if(null===t||""===t)this.internalValue=null;else{const e="string"==typeof t?this.parseInput(t):t;null!==e&&(this.internalValue=this.clampMinMax(e))}this.updateDisplay()}internalValueChanged(t){this.updateDisplay(),t!==this.value&&(this.value=t,this.update?.emit(t))}async sdValidate(){this.formField?.sdValidate()}async sdReset(){this.formField?.sdReset()}async sdResetValidate(){this.formField?.sdResetValidation()}async sdFocus(){this.formField?.sdFocus()}componentWillLoad(){if(null!=this.value){const t="string"==typeof this.value?this.parseInput(this.value):this.value;null!==t&&(this.internalValue=this.clampMinMax(t))}this.updateDisplay()}handleInput=t=>{const e=t.target,i=e.value;if(""===i)return this.internalValue=null,void(this.displayValue="");const C=i.replace(/,/g,""),o=(C.match(/\./g)||[]).length;if(o>1)return void(e.value=this.displayValue);if("-"===C||"."===C||"-."===C)return void(e.value=C);if(C.endsWith(".")&&1===o){const t=C.slice(0,-1),i=this.parseInput(t);if(null!==i){const t=this.formatWithCommas(i);return void(e.value=t+".")}}const s=this.parseInput(C);if(null!==s){if(s<this.min)return void(e.value=this.displayValue);if(s>this.max)return void(e.value=this.displayValue);this.internalValue=s,this.displayValue=this.formatWithCommas(s),e.value=this.displayValue}else e.value=this.displayValue};handleFocus=t=>{this.focused=!0,this.focus?.emit(t)};handleBlur=async t=>{this.updateDisplay(),this.nativeEl&&(this.nativeEl.value=this.displayValue),this.rules&&this.rules.length>0&&await(this.formField?.sdValidate()),this.focused=!1,this.blur?.emit(t)};handleKeyDown=t=>{"ArrowUp"===t.key?(t.preventDefault(),this.handleIncrement()):"ArrowDown"===t.key&&(t.preventDefault(),this.handleDecrement())};handleIncrement=()=>{if(this.isIncrementDisabled())return;const t=this.internalValue??this.min??0;let e=t+this.step;e>this.max&&(e=this.max),e!==t&&(this.internalValue=e)};handleDecrement=()=>{if(this.isDecrementDisabled())return;const t=this.internalValue??this.min??0;let e=t-this.step;e<this.min&&(e=this.min),e!==t&&(this.internalValue=e)};async sdGetNativeElement(){return this.nativeEl||null}getInputStatus(){return this.disabled?"sd-number-input--disabled":this.hovered?"sd-number-input--hovered":this.status?`sd-number-input--${this.status}`:this.error?"sd-number-input--error":""}render(){const t={textAlign:this.useButton?"center":"right"};return C("sd-field",{key:"7c278ee43828ff5619efe471b7f2a8c6ea09c300",name:this.name,label:this.label,addonLabel:this.addonLabel,hint:this.hint,errorMessage:this.errorMessage,rules:this.rules,error:this.error,disabled:this.disabled,focused:this.focused,hovered:this.hovered,status:this.status,ref:t=>this.formField=t,style:this.width?{"--input-width":"number"==typeof this.width?`${this.width}px`:this.width}:{}},C("label",{key:"10987e5255b183d774affb873866d2fab5721997",class:{"sd-number-input":!0,[this.getInputStatus()]:!0,"sd-number-input--with-buttons":this.useButton},onMouseEnter:()=>this.hovered=!0,onMouseLeave:()=>this.hovered=!1,style:this.inputStyle},C("input",{key:"ea09e409d3c4c0a9e59b57b8f0d9211ca271b0ed",name:this.name,ref:t=>this.nativeEl=t,class:`sd-number-input__input ${this.inputClass}`,type:"text",inputMode:"numeric",value:this.displayValue,placeholder:this.placeholder,disabled:this.disabled,readonly:this.readonly,autofocus:this.autoFocus,onInput:this.handleInput,onKeyDown:this.handleKeyDown,style:t,onFocus:this.handleFocus,onBlur:this.handleBlur}),this.useButton&&C("div",{key:"3539fa8237cde3c5220934d18152bd6e3c20b979",class:"sd-number-input__buttons"},C("button",{key:"4b48a586dbe4509a9c780c1d23b06252f3e5cf55",type:"button",class:{"sd-number-input__button":!0,"sd-number-input__button--decrement":!0},disabled:this.isDecrementDisabled(),onClick:this.handleDecrement,tabindex:-1},C("sd-icon",{key:"25076f714328a1bce556ecff6317573c98bd8214",name:"minus",size:12,color:this.isDecrementDisabled()?"grey_45":"brilliantblue_70"})),C("button",{key:"99b5951b072d6bdbd1f36f217d441604aada3f4b",type:"button",class:{"sd-number-input__button":!0,"sd-number-input__button--increment":!0},disabled:this.isIncrementDisabled(),onClick:this.handleIncrement,tabindex:-1},C("sd-icon",{key:"13e8eda3bb5042bd65381057159dd60f04ecf69d",name:"add",size:12,color:this.isIncrementDisabled()?"grey_45":"brilliantblue_70"})))))}static get watchers(){return{value:[{valueChanged:0}],internalValue:[{internalValueChanged:0}]}}};P.style="sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}sd-number-input .sd-number-input{box-sizing:border-box;display:flex;width:var(--input-width, 100%);align-items:center;height:28px;padding:4px 8px;border-radius:4px;color:#333333;font-size:12px;line-height:20px;position:relative}sd-number-input .sd-number-input .sd-number-input__input{display:block;width:100%;height:20px;line-height:20px;border:none;outline:none;background:transparent;font-size:inherit;color:#333333;margin-left:4px;margin-right:4px;padding-block:0;padding-inline:0;text-align:right}sd-number-input .sd-number-input .sd-number-input__input[disabled]{cursor:not-allowed;color:#888888}sd-number-input .sd-number-input .sd-number-input__input::placeholder{font-size:12px;height:20px;line-height:20px;color:#AAAAAA}sd-number-input .sd-number-input .sd-number-input__clear-icon{cursor:pointer;margin-left:8px}sd-number-input .sd-number-input .sd-number-input__buttons{padding:4px;display:flex;justify-content:space-between;align-items:center;position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity 0.2s ease}sd-number-input .sd-number-input .sd-number-input__button{width:20px;height:20px;border:none;border-radius:2px;background-color:#EFF6FF;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0;transition:background-color 0.2s ease}sd-number-input .sd-number-input .sd-number-input__button:hover:not(:disabled){background-color:#E6F1FF}sd-number-input .sd-number-input .sd-number-input__button:disabled{background-color:#EEEEEE;cursor:not-allowed}sd-number-input .sd-number-input .sd-number-input__button--decrement{border-bottom-left-radius:0;border-bottom-right-radius:0}sd-number-input .sd-number-input .sd-number-input__button--increment{border-top-left-radius:0;border-top-right-radius:0}sd-number-input .sd-number-input .sd-number-input__label{margin-bottom:8px;font-weight:500;color:#333333}sd-number-input:focus-within .sd-number-input__buttons{opacity:1;pointer-events:auto}sd-number-input:focus-within .sd-number-input{border-color:#0075FF;box-shadow:0 0 4px 0 rgba(0, 113, 255, 0.4)}";const I={1:26,2:36,3:42,4:50,5:58},N=10,W=class{constructor(i){t(this,i),this.pageChange=e(this,"sdPageChange")}currentPage=1;lastPage=1;simple=!1;pageChange;get paginationClasses(){const t=["sd-pagination"];return this.simple&&t.push("sd-pagination--simple"),t.join(" ")}get pageNumbers(){const t=Math.floor((this.currentPage-1)/N)*N+1,e=Math.min(t+N-1,this.lastPage);return Array.from({length:e-t+1},((e,i)=>t+i))}get buttonWidth(){const t=(this.pageNumbers.at(-1)??1).toString().length;return I[t]||I[1]}handlePageChange(t){t<1||t>this.lastPage||(this.currentPage=t,this.pageChange.emit(t))}handleGroupChange(t){const e=Math.min(Math.max(this.currentPage+("forward"===t?N:-10),1),this.lastPage);this.handlePageChange(e)}get isFirstGroup(){return this.currentPage<=N}get isLastGroup(){return Math.floor((this.currentPage-1)/N)*N+1+N-1>=this.lastPage}renderPrevButtons(){return this.simple?this.currentPage<=1?null:C(o,null,C("button",{"aria-label":"Go to first page",onClick:()=>this.handlePageChange(1)},C("sd-icon",{name:"arrowLeftEnd",size:"12",color:"#222222"})),C("button",{"aria-label":"Go to previous page",onClick:()=>this.handlePageChange(this.currentPage-1)},C("sd-icon",{name:"arrowLeft",size:"12",color:"#222222"}))):this.isFirstGroup?void 0:C(o,null,C("button",{"aria-label":"Go to first page",onClick:()=>this.handlePageChange(1)},C("sd-icon",{name:"arrowLeftEnd",size:"12",color:"#222222"})),C("button",{"aria-label":"Go to previous page group",onClick:()=>this.handleGroupChange("backward")},C("sd-icon",{name:"arrowLeft",size:"12",color:"#222222"})))}renderNextButtons(){return this.simple?this.currentPage>=this.lastPage?null:C(o,null,C("button",{"aria-label":"Go to next page",onClick:()=>this.handlePageChange(this.currentPage+1)},C("sd-icon",{name:"arrowRight",size:"12",color:"#222222"})),C("button",{"aria-label":"Go to last page",onClick:()=>this.handlePageChange(this.lastPage)},C("sd-icon",{name:"arrowRightEnd",size:"12",color:"#222222"}))):this.isLastGroup?void 0:C(o,null,C("button",{"aria-label":"Go to next page group",onClick:()=>this.handleGroupChange("forward")},C("sd-icon",{name:"arrowRight",size:"12",color:"#222222"})),C("button",{"aria-label":"Go to last page",onClick:()=>this.handlePageChange(this.lastPage)},C("sd-icon",{name:"arrowRightEnd",size:"12",color:"#222222"})))}render(){return C("div",{key:"fe61b181ec08d65564d8e68787403a7a83a90631",class:this.paginationClasses},C("div",{key:"79237017bd874cf9bfa9af51e66f06ec641cefcf",class:"prepend-btns"},this.renderPrevButtons()),this.simple?C("div",{class:"pagination-info"},C("span",{class:"current-page"},this.currentPage),C("span",null,"/"),C("span",{class:"last-page"},this.lastPage)):this.pageNumbers.map((t=>C("button",{type:"button","aria-current":this.currentPage===t?"page":void 0,class:{"pagination-btn":!0,"pagination-btn--selected":this.currentPage===t},disabled:this.currentPage===t,style:{"--pagination-btn-width":`${this.buttonWidth}px`},onClick:()=>this.handlePageChange(t)},t))),C("div",{key:"416e4c3b231a8a9987cce6bd4359edc759c134ee",class:"append-btns"},this.renderNextButtons()))}};W.style=".sd-pagination{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:8px;color:#555555;width:100%;font-size:12px}.sd-pagination .prepend-btns{display:flex;flex-flow:row nowrap;align-items:center;gap:8px;width:60px}.sd-pagination .prepend-btns button{width:26px;height:26px;border:0;background:none}.sd-pagination .prepend-btns button:hover{border:1px solid #006AC1;border-radius:14px}.sd-pagination .append-btns{display:flex;flex-flow:row nowrap;align-items:center;gap:8px;width:60px}.sd-pagination .append-btns button{width:26px;height:26px;border:0;background:none}.sd-pagination .append-btns button:hover{border:1px solid #006AC1;border-radius:14px}.sd-pagination .pagination-btn{display:flex;align-items:center;justify-content:center;border-radius:14px;outline:none;border:none;cursor:pointer;height:26px;color:#555555;width:var(--pagination-btn-width, 26px)}.sd-pagination .pagination-btn--selected{background-color:#006AC1;color:white}.sd-pagination .pagination-btn:hover{border:1px solid #006AC1}.sd-pagination--simple .pagination-info{line-height:26px;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.sd-pagination--simple .pagination-info .current-page,.sd-pagination--simple .pagination-info .last-page{padding:0 2px}";const T=class{constructor(i){t(this,i),this.close=e(this,"sdClose")}get hostEl(){return i(this)}to="body";parentRef=null;offset=[0,4];viewportPadding=0;zIndex=9999;open=!1;close;container;wrapper;rafId;isInsideClick=!1;closeTransitionTimer;handleObservedScroll=()=>this.updatePosition();resizeObserver;mutationObserver;scrollParents=[];isObserved=!1;handleOpenChange(){this.syncPortalState()}componentDidLoad(){this.container=this.resolveContainer(),this.syncPortalState()}componentDidRender(){this.syncPortalState()}disconnectedCallback(){if(this.closeTransitionTimer&&clearTimeout(this.closeTransitionTimer),this.unobserveParent(),this.wrapper?.parentNode)try{this.wrapper.parentNode.removeChild(this.wrapper)}catch{}}resolveContainer(){const t="string"==typeof this.to?document.querySelector(this.to):this.to;return t instanceof HTMLElement?t:document.body}createWrapper(){this.wrapper=document.createElement("div"),Object.assign(this.wrapper.style,{position:"absolute",top:"0",left:"0",zIndex:(this.zIndex??9999).toString(),opacity:"0",transition:"opacity 0.15s ease-out",boxSizing:"border-box",visibility:"hidden"}),this.container.appendChild(this.wrapper)}ensureWrapper(){this.wrapper||(this.container||=this.resolveContainer(),this.createWrapper(),this.moveSlotContent())}syncPortalState(){if(!this.open)return this.wrapper&&(this.wrapper.style.transition="opacity 0.15s ease-out",this.wrapper.style.opacity="0",this.wrapper.style.pointerEvents="none",this.closeTransitionTimer&&clearTimeout(this.closeTransitionTimer),this.closeTransitionTimer=setTimeout((()=>{this.wrapper&&!this.open&&(this.wrapper.style.display="none")}),150)),void this.unobserveParent();this.closeTransitionTimer&&clearTimeout(this.closeTransitionTimer),this.ensureWrapper(),this.wrapper&&(this.wrapper.style.display="block",this.wrapper.style.transition="opacity 0.25s ease-out",this.wrapper.style.opacity="0",this.wrapper.style.pointerEvents="",this.observeParent(),this.updatePosition())}moveSlotContent(){this.wrapper&&Array.from(this.hostEl.childNodes).filter((t=>t.nodeType!==Node.COMMENT_NODE)).forEach((t=>this.wrapper.appendChild(t)))}updatePosition(){this.rafId&&cancelAnimationFrame(this.rafId),this.rafId=requestAnimationFrame((()=>{if(!this.parentRef||!this.wrapper)return;const t=this.parentRef.getBoundingClientRect(),e=window.innerWidth,i=window.innerHeight,C=this.offset??[0,4],o=Math.max(0,this.viewportPadding??0),s=Math.max(e-2*o,0),l=Math.max(i-2*o,0);this.wrapper.style.maxWidth=`${s}px`,this.wrapper.style.maxHeight=`${l}px`;const n=this.wrapper.getBoundingClientRect(),r=i-t.bottom-C[1]-o;let d=t.bottom+window.scrollY+C[1],h=t.left+window.scrollX+C[0];r<n.height&&t.top-C[1]-o>r&&(d=t.top+window.scrollY-n.height-C[1]);const a=window.scrollY+o,w=window.scrollY+i-o-n.height;d=w<a?a:Math.min(Math.max(d,a),w),t.left+n.width+C[0]>e-o&&(h=t.right+window.scrollX-n.width-C[0]);const c=window.scrollX+o,p=window.scrollX+e-o-n.width;h=p<c?c:Math.min(Math.max(h,c),p),this.wrapper.style.top=`${d}px`,this.wrapper.style.left=`${h}px`,this.wrapper.style.visibility="visible",this.wrapper.style.opacity="1"}))}observeParent(){this.parentRef&&!this.isObserved&&(this.observeScrollParents(this.parentRef),"undefined"!=typeof ResizeObserver&&(this.resizeObserver=new ResizeObserver((()=>this.updatePosition())),this.resizeObserver.observe(this.parentRef)),"undefined"!=typeof MutationObserver&&(this.mutationObserver=new MutationObserver((()=>this.updatePosition())),this.mutationObserver.observe(document.body,{childList:!0,subtree:!0})),this.isObserved=!0)}unobserveParent(){this.isObserved&&(this.unobserveScrollParents(),this.resizeObserver?.disconnect(),this.resizeObserver=void 0,this.mutationObserver?.disconnect(),this.mutationObserver=void 0,this.isObserved=!1)}observeScrollParents(t){const e=this.getScrollParents(t);e.forEach((t=>{t.addEventListener("scroll",this.handleObservedScroll,{passive:!0})})),this.scrollParents=e}unobserveScrollParents(){this.scrollParents.forEach((t=>{t.removeEventListener("scroll",this.handleObservedScroll)})),this.scrollParents=[]}getScrollParents(t){const e=[];let i=t.parentElement;for(;i;){const{overflow:t,overflowX:C,overflowY:o}=getComputedStyle(i);[t,C,o].some((t=>/(auto|scroll|overlay)/.test(t)))&&e.push(i),i=i.parentElement}return e}handleMouseDown(t){this.isInsideClick=!(!this.wrapper||!this.wrapper.contains(t.target))}handleWindowClick(t){this.isInsideClick?this.isInsideClick=!1:this.wrapper?.contains(t.target)||this.close.emit()}render(){return C("slot",{key:"04581cb6d22882520a7da534d19dcbec7b540af7"})}static get watchers(){return{open:[{handleOpenChange:0}]}}},U=class{constructor(i){t(this,i),this.update=e(this,"sdUpdate")}value;disabled=!1;val;label;update;getRadioClasses(){const t=["sd-radio",String(this.val)===String(this.value)?"sd-radio--selected":"sd-radio--unselected"];return this.disabled&&t.push("sd-radio--disabled"),t.join(" ")}handleRadioChange(t){this.disabled||(console.log("detail",t),this.value=this.val,this.update.emit(this.value))}render(){return C("div",{key:"22f461c707a4493e9cd1c3249b8e9d7ba2e8c1d3","aria-label":this.val||"radio option","aria-checked":String(this.val)===String(this.value)?"true":"false","aria-disabled":this.disabled?"true":"false",class:this.getRadioClasses()},C("label",{key:`radio-${this.val}`},C("input",{key:"fa3a86b504202c9d74038fba3d6dafc04632e2fb",type:"radio",name:this.val,value:String(this.val),checked:String(this.val)===String(this.value),disabled:this.disabled,onInput:({detail:t})=>this.handleRadioChange(t)}),this.val&&C("span",{key:"bc4e311599a3b9c4339dc07538a2e27149c3d816",class:"sd-radio-group__label"},this.label||this.val)))}};U.style='sd-radio{display:inline-flex;width:fit-content;height:fit-content}sd-radio .sd-radio{cursor:pointer}sd-radio .sd-radio label{display:inline-flex;width:fit-content;align-items:center;gap:8px;cursor:pointer}sd-radio .sd-radio label input{display:inline-block;position:relative;appearance:none;margin:0;width:16px;height:16px;border:1px solid #888888;border-radius:50%;accent-color:#0075FF;background-color:white;cursor:pointer}sd-radio .sd-radio label input:checked{border-color:#0075FF;background-color:white}sd-radio .sd-radio label input:checked::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:10px;height:10px;border-radius:50%;background-color:#0075FF}sd-radio .sd-radio label input:disabled{border-color:#CCCCCC;background-color:#EEEEEE}sd-radio .sd-radio label input:disabled:checked::before{background-color:#CCCCCC}sd-radio .sd-radio label input:not(:disabled):hover{border-color:#0075FF;background-color:#D9EAFF}sd-radio .sd-radio--disabled{cursor:not-allowed !important}sd-radio .sd-radio--disabled label{cursor:not-allowed !important}sd-radio .sd-radio--disabled label input{cursor:not-allowed !important}';const G=class extends c{constructor(i){super(),t(this,i),this.update=e(this,"sdUpdate"),this.dropDownShow=e(this,"sdDropDownShow")}get el(){return i(this)}value=null;options=[];placeholder="선택";optionPlaceholder="선택지가 없습니다.";width="200px";dropdownHeight="260px";autoFocus=!1;disabled=!1;clearable=!1;searchable=!1;label="";addonLabel="";icon=void 0;labelTooltip="";labelTooltipProps=null;rules=[];error=!1;optionRenderer;isOpen=!1;itemIndex=-1;isScrolled=!1;update;dropDownShow;selectRef;triggerRef;formField;filteredOptions=[];dropDownWidth="200px";name=h();async sdOpen(){this.isOpen=!0}async sdValidate(){this.formField?.sdValidate()}async sdReset(){this.formField?.sdReset()}async sdResetValidate(){this.formField?.sdResetValidation()}async sdFocus(){this.formField?.sdFocus()}async isOpenChanged(){this.onDropdownToggle(this.isOpen),this.dropDownShow?.emit({isOpen:this.isOpen}),!1===this.isOpen&&await(this.formField?.sdValidate())}componentWillLoad(){this.filteredOptions=this.options,this.dropDownWidth=this.width,this.initializeEvent()}componentDidLoad(){this.autoFocus&&this.selectRef?.focus()}componentDidRender(){const t=this.triggerRef,e=t?.getBoundingClientRect();this.dropDownWidth=e?.width?`${e.width}px`:this.width}disconnectedCallback(){this.cleanupEvent()}handleDocumentClick(t){this.selectRef?.contains(t.target)||(this.isOpen=!1)}handleDocumentKeydown(t){if(t.stopPropagation(),["ArrowDown","ArrowUp","Enter","Escape"].includes(t.key))switch(t.preventDefault(),t.key){case"ArrowDown":case"ArrowUp":const e=new p(this.searchable,this.filteredOptions).getNextIndex(this.itemIndex,t.key);this.itemIndex=e;break;case"Enter":const i=this.filteredOptions[this.itemIndex];i&&!i.disabled&&(this.value=i.value,this.isOpen=!1);break;case"Escape":this.isOpen=!1}}getSelectedOption(){return this.options.find((t=>t.value===this.value))}closeDropdown(){this.isOpen=!1}handleTriggerClick=t=>{t.stopPropagation(),this.disabled||(this.isOpen=!this.isOpen,this.dropDownShow?.emit({isOpen:this.isOpen}))};handleOptionClick=t=>{const{option:e,event:i}=t;if(i.stopPropagation(),!e.disabled){this.value=e.value,this.isOpen=!1;const t=this.getSelectedOption();this.update?.emit({value:t?.value||null,option:t||null})}};render(){return C("sd-field",{key:"f7cd0c34188712a30389d07bde7edc7875e9923b",label:this.label,name:this.name,rules:this.rules,error:this.error,disabled:this.disabled,icon:this.icon,addonLabel:this.addonLabel,labelTooltip:this.labelTooltip,labelTooltipProps:this.labelTooltipProps,ref:t=>this.formField=t},C("div",{key:"460a8a23247e24a02bd25470105598914029e205",class:{"sd-select":!0,"sd-select--disabled":this.disabled,"sd-select--error":!!this.error,"sd-select--label":!!this.label},ref:t=>this.selectRef=t},this.renderTrigger(),this.renderDropdown()))}renderTrigger(){const t=this.getSelectedOption();return C("div",{class:"sd-select__trigger",tabindex:this.disabled?-1:0,onClick:this.handleTriggerClick,ref:t=>this.triggerRef=t},C("span",{class:"sd-select__value"},t?t.label:this.placeholder),this.clearable&&t&&!this.disabled&&C("sd-icon",{key:"clear-icon",name:"close",size:10,color:"#888",class:"sd-select__clear",onClick:async t=>{t.stopPropagation(),this.value=null,await(this.formField?.sdValidate())}}),C("sd-icon",{key:"arrow-icon",name:"arrowDown",color:"#888",class:{"sd-select__arrow":!0,"sd-select__arrow--open":this.isOpen}}))}renderDropdown(){if(!1===this.isOpen)return null;const t=this.selectRef?.querySelector(".sd-select__trigger")||this.selectRef;return C("sd-portal",{open:this.isOpen,parentRef:t,onSdClose:this.closeDropdown},C("sd-select-dropdown",{value:this.value,options:this.options,itemIndex:this.itemIndex,width:this.dropDownWidth,dropdownHeight:this.dropdownHeight,searchable:this.searchable,optionPlaceholder:this.optionPlaceholder,onSdOptionClick:({detail:t})=>this.handleOptionClick(t),onSdOptionFiltered:({detail:t})=>this.filteredOptions=t}))}static get watchers(){return{isOpen:[{isOpenChanged:0}]}}};G.style="sd-select{display:inline-flex;flex-flow:column nowrap;height:fit-content}sd-select *:focus,sd-select *:focus-visible,sd-select *:focus-within{outline:none !important}sd-select .sd-select{width:100%}sd-select .sd-select .sd-select__trigger{padding:4px 28px 4px 12px;display:flex;width:100%;height:100%;align-items:center}sd-select .sd-select .sd-select__trigger .sd-select__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:20px;font-size:12px;font-weight:400;text-align:left}sd-select .sd-select .sd-select__trigger .sd-select__clear{margin:0 4px;width:8px;height:8px;background-color:transparent;outline:none;border:none}sd-select .sd-select .sd-select__arrow{position:absolute;top:8px;right:8px;width:12px;height:12px;color:#888888;transition:transform 0.3s ease;margin-left:8px}sd-select .sd-select .sd-select__arrow--open{transform:rotate(180deg)}";const K=class{constructor(i){t(this,i),this.optionClick=e(this,"sdOptionClick"),this.optionFiltered=e(this,"sdOptionFiltered"),this.scroll=e(this,"sdScroll")}itemIndex;value=null;options;width;dropdownHeight;searchable;optionPlaceholder;useCheckbox=!1;useAll=!1;filteredOptions=[];searchText=null;isScrolled=!1;isDropdownReady=!1;optionClick;optionFiltered;scroll;filteredOptionsChanged(t){this.optionFiltered.emit(t)}searchTextChanged(){this.filterOptions()}async itemIndexChanged(t,e){if(this.searchable){const t=await this.getNativeInputElement();if(-1===this.itemIndex)return void t?.focus({preventScroll:!0});t?.matches(":focus")&&t?.blur()}const i=this.dropdownRef?.querySelectorAll(".sd-select-dropdown sd-select-option")||[],C=i?.[this.itemIndex];C&&(this.optionRef=C,await this.optionRef.sdIsDisabled()?t>e?this.itemIndex++:this.itemIndex--:this.scrollToOption(C))}componentWillLoad(){this.filteredOptions=this.options,requestAnimationFrame((()=>{requestAnimationFrame((async()=>{const t=this.getSelectedOption();if(t){const e=Array.isArray(t)?this.options.indexOf(t[0]):this.options.indexOf(t),i=Array.from(this.dropdownRef?.querySelectorAll("sd-select-option")||[]),C=Math.min((this.useAll?e+1:e)+4,i.length-1),o=i?.[C];o&&this.scrollToOption(o,"instant")}if(this.isDropdownReady=!0,this.searchable){const t=await this.getNativeInputElement();t&&requestAnimationFrame((()=>{t.focus({preventScroll:!0})}))}}))}))}dropdownRef;searchRef;optionRef;get dropdownSize(){return{"--select-dropdown-width":this.width||"200px","--select-dropdown-height":this.dropdownHeight||"260px"}}filterOptions(){this.filteredOptions=this.searchText&&""!==this.searchText.trim()?this.options.filter((t=>t.label.toLowerCase().includes(this.searchText.toLowerCase()))):this.options}getSelectedOption(){return"object"!=typeof this.value?this.options.find((t=>t.value===this.value)):this.options.filter((t=>this.value?.includes(t)))}isOptionSelected(t){return Array.isArray(this.value)?this.value.some((e=>e.value===t)):t===this.value}async getNativeInputElement(){return this.searchRef?this.searchRef.sdGetNativeElement():null}scrollToOption(t,e="smooth"){if(!this.dropdownRef||!t)return;const i=this.dropdownRef,C=t.offsetTop,o=t.offsetHeight,s=i.scrollTop,l=i.clientHeight,n=i.querySelector(".sd-select-search-input"),r=n?n.offsetHeight:0,d=s+l;C<s+r?i.scrollTo({top:C-r,behavior:e}):C+o>d&&i.scrollTo({top:C+o-l+r,behavior:e})}handleDropdownScroll=t=>{this.isScrolled=t.target.scrollTop>0};render(){return C("div",{key:"70bea150872ff4b70b70d358972b14bf0ad2bdf2",class:{"sd-select-dropdown":!0,"sd-select-dropdown--ready":this.isDropdownReady},style:this.dropdownSize,onScroll:this.handleDropdownScroll,ref:t=>this.dropdownRef=t},this.searchable&&C("sd-select-search-input",{key:"79ebdc72ca4a905f700dc6293d8033a5ec22d679",ref:t=>this.searchRef=t,isScrolled:this.isScrolled,searchText:this.searchText,onSdSearchInput:t=>this.searchText=t.detail||"",onSdSearchFocus:()=>this.itemIndex=-1}),this.filteredOptions.length>0?this.filteredOptions.map(((t,e)=>C("slot",{name:`option-${t.value}`},C("sd-select-option",{option:t,index:e,isSelected:this.isOptionSelected(t.value),isFocused:e===this.itemIndex,onOptionClick:({detail:t})=>this.optionClick.emit(t),useCheckbox:this.useCheckbox})))):C("slot",{name:"option-placeholder"},C("div",{class:"sd-select-option-placeholder"},this.optionPlaceholder)))}static get watchers(){return{filteredOptions:[{filteredOptionsChanged:0}],searchText:[{searchTextChanged:0}],itemIndex:[{itemIndexChanged:0}]}}};K.style=".sd-select-dropdown .sd-select-option-placeholder{height:48px;display:flex;align-items:center;padding:8px 16px;font-size:12px;line-height:0;text-align:left;color:#888888}.sd-select-dropdown{overflow:auto;min-width:fit-content;width:var(--select-dropdown-width, 200px);max-height:var(--select-dropdown-height, 260px);padding-bottom:2px;background-color:white;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.1);border-radius:4px;overflow-y:auto;color:#333333;display:flex;flex-direction:column;opacity:0.5;transition:opacity 0.15s ease-in}.sd-select-dropdown--ready{opacity:1}";const q=class{constructor(i){t(this,i),this.optionClick=e(this,"optionClick")}get el(){return i(this)}option;index;isSelected=!1;isFocused=!1;optionStyle;disabled=!1;useCheckbox=!1;isHovered=!1;async sdIsDisabled(){return!!this.option.disabled}optionClick;handleClick=t=>{t.stopPropagation(),this.option.disabled||this.disabled||this.optionClick.emit({option:this.option,index:this.index,event:t})};render(){return C("div",{key:"2e04258ee26b376794a5ebe76503875e48dd3ff2",class:{"sd-select__option":!0,"sd-select__option--selected":this.isSelected,"sd-select__option--disabled":!!this.option.disabled,"sd-select__option--focused":this.isFocused,"sd-select__option--use-checkbox":this.useCheckbox},onMouseEnter:()=>this.isHovered=!0,onMouseLeave:()=>this.isHovered=!1,style:this.optionStyle,"data-index":this.index,onClick:this.handleClick},this.useCheckbox?C("div",{class:"sd-select__option__checkbox-wrapper"},C("sd-checkbox",{value:this.isSelected,disabled:this.option.disabled,onClick:t=>{t.preventDefault(),this.handleClick(t)}}),C("span",{class:"sd-select__option-label"},this.option.label)):this.option.label)}};q.style="sd-select-option{display:block;height:fit-content;line-height:0}sd-select-option .sd-select__option{display:flex;padding:4px 12px;font-size:12px;line-height:20px;cursor:pointer}sd-select-option .sd-select__option__checkbox-wrapper{display:flex;width:100%;column-gap:8px;align-items:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}sd-select-option .sd-select__option--focused{background-color:#E6F1FF}sd-select-option .sd-select__option--selected:not(:hover):not(.sd-select__option--use-checkbox),sd-select-option .sd-select__option--focused:not(:hover):not(.sd-select__option--use-checkbox){color:#0075FF;font-weight:700}sd-select-option .sd-select__option--disabled{color:#AAAAAA;cursor:not-allowed}sd-select-option .sd-select__option:hover:not(.sd-select__option--disabled){background-color:#0075FF;color:white}";const Y=class{constructor(i){t(this,i),this.searchInput=e(this,"sdSearchInput"),this.searchFocus=e(this,"sdSearchFocus")}isScrolled=!1;searchText="";searchInput;searchFocus;searchRef;async sdGetNativeElement(){return this.searchRef?this.searchRef.sdGetNativeElement():null}async sdSearchInputFocus(){const t=await this.sdGetNativeElement();t?.focus({preventScroll:!0})}render(){return C("div",{key:"82fd2b838c46c47b51b93a23e5a837708fb944b1",class:{"sd-select-search-input":!0,"sd-select-search-input--scrolled":!!this.isScrolled},onClick:t=>t.stopPropagation()},C("sd-input",{key:"fc0821ce63f445bed3dfce51668ece1831914f86",ref:t=>this.searchRef=t,value:this.searchText,placeholder:"검색",clearable:!0,inputStyle:{"padding-left":"8px"},autofocus:!0,onSdUpdate:t=>{this.searchInput.emit(String(t?.detail))},onSdFocus:()=>{this.searchFocus.emit()},onKeyDown:t=>{"Enter"===t.code&&t.stopPropagation()}},C("sd-icon",{key:"6a9b19f5910132be045e3a2cc33546307e3d5cb9",name:"search",size:16,color:"#737373",style:{marginRight:"4px"},slot:"prefix"})))}};Y.style="sd-select-search-input{position:sticky;top:0;display:flex;width:100%;background-color:white;align-items:center}sd-select-search-input .sd-select-search-input{position:sticky;top:0;display:flex;width:100%;background-color:white;align-items:center;padding:4px 8px}sd-select-search-input .sd-select-search-input sd-input{width:100%}sd-select-search-input .sd-select-search-input--scrolled{box-shadow:2px 2px 8px 2px rgba(0, 0, 0, 0.2)}";const X=class{constructor(i){t(this,i),this.sdSelectChange=e(this,"sdSelectChange"),this.sdPageChange=e(this,"sdPageChange"),this.sdRowsPerPageChange=e(this,"sdRowsPerPageChange")}get el(){return i(this)}columns;rows;selected=[];rowKey="id";selectable=!1;resizable=!1;width;height;stickyHeader=!1;stickyColumn={left:0,right:0};noDataLabel="데이터가 없습니다.";isLoading=!1;pagination;useInternalPagination=!1;useRowsPerPageSelect=!1;rowsPerPageOption=[{label:"10개씩 보기",value:10},{label:"25개씩 보기",value:25},{label:"50개씩 보기",value:50},{label:"100개씩 보기",value:100}];useVirtualScroll={};virtualRowHeight=44;virtualColumnWidth=120;virtualBufferSize={vertical:5,horizontal:5};sdSelectChange;sdPageChange;sdRowsPerPageChange;currentPage=this.pagination?.page||1;innerRows=[];innerSelected=new Set;columnWidths=[];scrolledLeft=!1;scrolledRight=!1;virtualStartIndex=0;virtualEndIndex=0;scrollTopPosition=0;virtualStartColIdx=0;virtualEndColIdx=0;scrollLeftPosition=0;scrollRequestAnimationFrame=null;scrollContainer=null;resizeObserver=null;rafScheduled=!1;pendingUpdates={vertical:!1,horizontal:!1};cachedVirtualRows=null;cachedVirtualIndexKey="";cachedColumnOrder=null;lastColumnOrderKey="";cachedContainerHeight=0;cachedContainerWidth=0;stickyStyleCache=new Map;cachedIsAllChecked;lastSelectionKey="";onScroll;handleColumnsChange(t){this.columnWidths=this.getColumnWidths(t),this.refreshColumnLayout()}handleUseVirtualScrollChange(){this.columnWidths=this.getColumnWidths(this.columns||[]),this.refreshColumnLayout(),this.useVirtualScroll.vertical&&this.scheduleUpdate("vertical")}handleVirtualColumnWidthChange(){this.useVirtualScroll.horizontal&&(this.columnWidths=this.getColumnWidths(this.columns||[]),this.refreshColumnLayout())}handleSelectableChange(){this.refreshColumnLayout()}handleStickyColumnChange(){this.refreshColumnLayout()}handleColumnWidthsChange(){this.stickyStyleCache.clear(),this.useVirtualScroll.horizontal&&this.scheduleUpdate("horizontal")}handleRowsChange(t){this.innerRows=[...t],this.clearRowDerivedCache(),this.useVirtualScroll.vertical&&this.scheduleUpdate("vertical")}handleSelectedChange(t){this.innerSelected=new Set(this.dedupeRowsByKey(t||[])),this.clearSelectionCache()}cleanUpVirtualCache(){this.cachedVirtualRows=null,this.cachedVirtualIndexKey="",this.cachedColumnOrder=null,this.lastColumnOrderKey=""}refreshColumnLayout(){this.cleanUpVirtualCache(),this.stickyStyleCache.clear(),this.useVirtualScroll.horizontal&&this.scheduleUpdate("horizontal")}clearSelectionCache(){this.cachedIsAllChecked=void 0,this.lastSelectionKey=""}clearRowDerivedCache(){this.cleanUpVirtualCache(),this.clearSelectionCache()}handlePaginationChange(t){this.clearRowDerivedCache(),t?.page&&t.page!==this.currentPage&&(this.currentPage=t.page,this.useVirtualScroll.vertical&&this.scrollContainer&&(this.scrollContainer.scrollTo({top:0,behavior:"instant"}),this.scrollTopPosition=0,this.calculateVisibleRange()))}componentWillLoad(){this.innerRows=[...this.rows||[]],this.innerSelected=new Set(this.dedupeRowsByKey(this.selected||[])),this.columnWidths=this.getColumnWidths(this.columns||[]),this.pagination?.page&&(this.currentPage=this.pagination.page)}componentDidLoad(){s((()=>{const t=this.el.querySelector(".sd-table__middle");t&&(this.onScroll=()=>{const e=t.scrollLeft,i=t.scrollTop,C=this.useVirtualScroll.vertical&&this.scrollTopPosition!==i,o=this.useVirtualScroll.horizontal&&this.scrollLeftPosition!==e,s=e>0,l=e+t.clientWidth<t.scrollWidth;this.scrolledLeft===s&&this.scrolledRight===l||(this.scrolledLeft=s,this.scrolledRight=l),(C||o)&&(null!==this.scrollRequestAnimationFrame&&cancelAnimationFrame(this.scrollRequestAnimationFrame),this.scrollRequestAnimationFrame=requestAnimationFrame((()=>{C&&(this.scrollTopPosition=i,this.calculateVisibleRange()),o&&(this.scrollLeftPosition=e,this.calculateVisibleColumnRange()),this.scrollRequestAnimationFrame=null})))},this.scrollContainer=t,requestAnimationFrame((()=>{this.scrollContainer&&this.onScroll&&(this.cachedContainerHeight=this.scrollContainer.clientHeight,this.cachedContainerWidth=this.scrollContainer.clientWidth,t.addEventListener("scroll",this.onScroll,{passive:!0}),this.startResizeObserver(),this.useVirtualScroll.vertical&&this.calculateVisibleRange(),this.useVirtualScroll.horizontal&&this.calculateVisibleColumnRange(),this.onScroll())})))}))}changePage(t){this.useInternalPagination?(this.currentPage=t,this.clearRowDerivedCache(),this.useVirtualScroll.vertical&&this.scrollContainer&&(this.scrollContainer.scrollTo({top:0,behavior:"instant"}),this.scrollTopPosition=0,this.calculateVisibleRange()),this.sdPageChange.emit(this.currentPage)):this.sdPageChange.emit(t)}changeRowsPerPage(t){const e=t?Number(t):0;if(!this.useInternalPagination)return void this.sdRowsPerPageChange.emit(e);const i=Number(t||0);let C=Math.max(1,Math.ceil(this.innerRows.length/i)),o=this.currentPage;o>C&&(o=C),this.pagination={page:o,rowsPerPage:i,lastPage:C},this.currentPage=o,this.clearRowDerivedCache(),this.useVirtualScroll.vertical&&this.scrollContainer&&(this.scrollContainer.scrollTo({top:0,behavior:"instant"}),this.scrollTopPosition=0,this.calculateVisibleRange()),this.sdRowsPerPageChange.emit(e)}disconnectedCallback(){this.scrollContainer&&this.onScroll&&this.scrollContainer.removeEventListener("scroll",this.onScroll),this.resizeObserver?.disconnect(),null!==this.scrollRequestAnimationFrame&&cancelAnimationFrame(this.scrollRequestAnimationFrame)}get tableColumns(){return this.columns||[]}get paginatedRows(){if(!this.pagination||!this.useInternalPagination)return this.innerRows;const{rowsPerPage:t=this.rows.length}=this.pagination||{};return this.innerRows.slice((this.currentPage-1)*t,this.currentPage*t)}get virtualRows(){const t=`${this.useInternalPagination?`${this.currentPage}-${this.pagination?.rowsPerPage??"all"}`:"all"}-${this.innerRows.length}-${this.virtualStartIndex}-${this.virtualEndIndex}`;return this.cachedVirtualRows&&this.cachedVirtualIndexKey===t||(this.cachedVirtualIndexKey=t,this.cachedVirtualRows=this.useVirtualScroll.vertical?this.paginatedRows.slice(this.virtualStartIndex,this.virtualEndIndex+1).map(((t,e)=>({row:t,actualIndex:this.virtualStartIndex+e}))):this.paginatedRows.map(((t,e)=>({row:t,actualIndex:e})))),this.cachedVirtualRows}get topSpacerHeight(){return this.useVirtualScroll.vertical&&0!==this.virtualStartIndex?this.virtualStartIndex*this.virtualRowHeight:0}get bottomSpacerHeight(){if(!this.useVirtualScroll.vertical)return 0;const t=this.paginatedRows.length-this.virtualEndIndex-1;return t>0?t*this.virtualRowHeight:0}getHorizontalSpacerWidth(t){const{stickyLeftCount:e,stickyRightCount:i}=this.getNormalizedStickyCounts(),C=this.columnWidths.slice(e,this.tableColumns.length-i);return"right"===t&&C.length-this.virtualEndColIdx-1<=0?0:C.slice(..."left"===t?[0,this.virtualStartColIdx]:[this.virtualEndColIdx+1]).reduce(((t,e)=>t+e),0)}get leftSpacerWidth(){return this.useVirtualScroll.horizontal&&0!==this.virtualStartColIdx?this.getHorizontalSpacerWidth("left"):0}get rightSpacerWidth(){return this.useVirtualScroll.horizontal?this.getHorizontalSpacerWidth("right"):0}get totalVirtualHeight(){return this.useVirtualScroll.vertical?this.paginatedRows.length*this.virtualRowHeight:0}get lastPageNumber(){const{lastPage:t,rowsPerPage:e=this.rows.length}=this.pagination||{};return t??Math.max(1,Math.ceil(this.rows.length/e))}get sdTableClasses(){return["sd-table",this.stickyHeader&&"sd-table--sticky-header",this.selectable&&"sd-table--selectable",this.resizable&&"sd-table--resizable",!this.innerRows.length&&"sd-table--no-data",this.hasStickyColumn&&"sd-table--sticky-column",this.scrolledLeft&&"sd-table--scrolled-left",this.scrolledRight&&"sd-table--scrolled-right"].filter(Boolean).join(" ")}get hasStickyColumn(){const{stickyLeftCount:t,stickyRightCount:e}=this.getNormalizedStickyCounts();return this.selectable||t>0||e>0}get hasStickyLeftDataColumn(){return this.getNormalizedStickyCounts().stickyLeftCount>0}isRowSelected(t){return Array.from(this.innerSelected).some((e=>this.getRowKeyValue(e)===this.getRowKeyValue(t)))}updateRowSelect(t){const e=Array.from(this.innerSelected),i=this.isRowSelected(t)?e.filter((e=>this.getRowKeyValue(e)!==this.getRowKeyValue(t))):[...e,t];i.length!==e.length&&(this.innerSelected=new Set(this.dedupeRowsByKey(i)),this.clearSelectionCache(),this.selected=Array.from(this.innerSelected),this.sdSelectChange.emit(Array.from(this.innerSelected)))}toggleSelectAll(t){const e=Array.from(this.innerSelected);if(t)this.innerSelected=new Set(this.dedupeRowsByKey([...e,...this.paginatedRows]));else{const t=new Set(this.paginatedRows.map((t=>this.getRowKeyValue(t))));this.innerSelected=new Set(e.filter((e=>!t.has(this.getRowKeyValue(e)))))}this.clearSelectionCache(),this.selected=Array.from(this.innerSelected),this.sdSelectChange.emit(Array.from(this.innerSelected))}get isAllChecked(){const t=`${this.paginatedRows.map((t=>String(this.getRowKeyValue(t)))).join("|")}::${Array.from(this.innerSelected).map((t=>String(this.getRowKeyValue(t)))).sort().join("|")}`;if(void 0!==this.cachedIsAllChecked&&this.lastSelectionKey===t)return this.cachedIsAllChecked;const e=this.paginatedRows.length,i=this.paginatedRows.filter((t=>Array.from(this.innerSelected).some((e=>this.getRowKeyValue(e)===this.getRowKeyValue(t))))).length;let C;return C=0!==i&&(i===e||null),this.cachedIsAllChecked=C,this.lastSelectionKey=t,C}scheduleUpdate(t){this.pendingUpdates[t]=!0,this.rafScheduled||(this.rafScheduled=!0,this.scrollRequestAnimationFrame=requestAnimationFrame((()=>{this.pendingUpdates.vertical&&this.calculateVisibleRange(),this.pendingUpdates.horizontal&&this.calculateVisibleColumnRange(),this.pendingUpdates={vertical:!1,horizontal:!1},this.rafScheduled=!1,this.scrollRequestAnimationFrame=null})))}calculateVisibleRange(){if(!this.useVirtualScroll.vertical)return this.virtualStartIndex=0,void(this.virtualEndIndex=this.paginatedRows.length-1);const t=this.scrollTopPosition;let e=this.cachedContainerHeight;0===e&&this.scrollContainer&&(e=this.scrollContainer.clientHeight,this.cachedContainerHeight=e);const i=this.virtualBufferSize.vertical||5,C=Math.floor(t/this.virtualRowHeight),o=C+Math.ceil(e/this.virtualRowHeight)-1,s=Math.max(0,C-i),l=Math.min(this.paginatedRows.length-1,o+i);this.virtualStartIndex===s&&this.virtualEndIndex===l||(this.virtualStartIndex=s,this.virtualEndIndex=l)}calculateVisibleColumnRange(){if(!this.useVirtualScroll.horizontal)return this.virtualStartColIdx=0,void(this.virtualEndColIdx=this.tableColumns.length-1);const t=this.scrollLeftPosition;let e=this.cachedContainerWidth;0===e&&this.scrollContainer&&(e=this.scrollContainer.clientWidth,this.cachedContainerWidth=e);const{stickyLeftCount:i,stickyRightCount:C}=this.getNormalizedStickyCounts(),o=this.tableColumns.slice(i,this.tableColumns.length-C);if(0===o.length)return this.virtualStartColIdx=0,void(this.virtualEndColIdx=0);const s=this.columnWidths.slice(0,i).reduce(((t,e)=>t+e),0)+(this.selectable?52:0),l=e-s-this.columnWidths.slice(this.tableColumns.length-C).reduce(((t,e)=>t+e),0),n=this.columnWidths.slice(i,this.tableColumns.length-C),r=Math.max(0,t-s),d=n.reduce(((t,e,i)=>(t.push((t[i-1]||0)+e),t)),[]);let h=0,a=o.length-1;for(let t=0;t<d.length;t++)if(d[t]>r){h=Math.max(0,t);break}const w=r+l;for(let t=h;t<d.length;t++)if(d[t]>=w){a=Math.min(o.length-1,t);break}const c=this.virtualBufferSize.horizontal||5,p=Math.max(0,h-c),g=Math.min(o.length-1,a+c);this.virtualStartColIdx===p&&this.virtualEndColIdx===g||(this.virtualStartColIdx=p,this.virtualEndColIdx=g)}getStickyStyle(t){if(this.stickyStyleCache.has(t))return this.stickyStyleCache.get(t);const e=this.columnWidths.slice(0,t).reduce(((t,e)=>t+e),0)+(this.selectable?52:0),{stickyRightCount:i}=this.getNormalizedStickyCounts(),C={"--sticky-left-offset":`${e}px`,"--sticky-right-offset":`${this.columnWidths.filter(((e,C)=>C>=this.tableColumns.length-i&&C>t)).reduce(((t,e)=>t+e),0)}px`,width:`${this.columnWidths[t]}px`,minWidth:`${this.columnWidths[t]}px`,maxWidth:`${this.columnWidths[t]}px`};return this.stickyStyleCache.set(t,C),C}startResizeObserver(){this.scrollContainer&&"undefined"!=typeof ResizeObserver&&(this.resizeObserver?.disconnect(),this.resizeObserver=new ResizeObserver((()=>{if(!this.scrollContainer)return;const t=this.scrollContainer.clientHeight,e=this.scrollContainer.clientWidth,i=this.cachedContainerHeight!==t,C=this.cachedContainerWidth!==e;(i||C)&&(this.cachedContainerHeight=t,this.cachedContainerWidth=e,i&&this.useVirtualScroll.vertical&&this.scheduleUpdate("vertical"),C&&this.useVirtualScroll.horizontal&&this.scheduleUpdate("horizontal"))})),this.resizeObserver.observe(this.scrollContainer))}parseColumnWidth(t,e){if("number"==typeof t)return Number.isFinite(t)?t:e;if("string"!=typeof t)return e;const i=t.trim();return i&&(/^\d+(\.\d+)?px$/.test(i)||/^\d+(\.\d+)?$/.test(i))?Number.parseFloat(i):e}getColumnWidths(t=[]){const e=this.useVirtualScroll.horizontal?this.virtualColumnWidth:120;return t.map((t=>this.parseColumnWidth(t.width,e)))}getNormalizedStickyCounts(){const t=this.tableColumns.length,e=Number(this.stickyColumn?.left??0)||0,i=Number(this.stickyColumn?.right??0)||0,C=Math.min(t,Math.max(0,e));return{stickyLeftCount:C,stickyRightCount:Math.min(Math.max(0,t-C),Math.max(0,i))}}getRowKeyValue(t){return t?.[this.rowKey]}dedupeRowsByKey(t){const e=new Map;return t.forEach((t=>{e.set(this.getRowKeyValue(t),t)})),Array.from(e.values())}handleResize(t,e){if("undefined"==typeof document)return;const i=e.clientX,C=this.columnWidths[t],o=e=>{if(!this.columnWidths[t])return;const o=this.tableColumns[t],s=o?.minWidth||50,l=o?.maxWidth||9999,n=Math.min(Math.max(C+e.clientX-i,s),l);this.columnWidths=this.columnWidths.map(((e,i)=>i===t?n:e))},s=()=>{document.removeEventListener("mousemove",o),document.removeEventListener("mouseup",s)};document.addEventListener("mousemove",o),document.addEventListener("mouseup",s)}getCellValue(t,e){const{field:i,format:C,name:o}=t,s="function"==typeof i?i(e):i?e[i]:e[o];return C?C(s,e):s}getColumnRenderedInOrder(){const{stickyLeftCount:t,stickyRightCount:e}=this.getNormalizedStickyCounts(),i=`${this.tableColumns.map((t=>t.name)).join("|")}-${t}-${e}-${this.useVirtualScroll.horizontal?`${this.virtualStartColIdx}-${this.virtualEndColIdx}`:"all"}`;if(this.cachedColumnOrder&&this.lastColumnOrderKey===i)return this.cachedColumnOrder;const C=this.tableColumns.slice(0,t),o=this.tableColumns.slice(this.tableColumns.length-e),s=this.useVirtualScroll.horizontal?this.tableColumns.slice(t,this.tableColumns.length-e).slice(this.virtualStartColIdx,this.virtualEndColIdx+1):this.tableColumns.slice(t,this.tableColumns.length-e);return this.cachedColumnOrder={stickyLeftCount:t,stickyRightCount:e,stickyLeftCols:C,middleCols:s,stickyRightCols:o},this.lastColumnOrderKey=i,this.cachedColumnOrder}renderHead(){const{stickyLeftCount:t,stickyRightCount:e,stickyLeftCols:i,middleCols:o,stickyRightCols:s}=this.getColumnRenderedInOrder();return C("thead",null,C("tr",null,this.selectable&&C("th",{class:{"sd-th":!0,"sd-th--selected":!0,"sticky-left":!0,"sticky-left-edge":!this.hasStickyLeftDataColumn},style:{"--sticky-left-offset":"0px"}},C("sd-checkbox",{value:this.isAllChecked,disabled:!this.paginatedRows.length,onSdUpdate:t=>this.toggleSelectAll(t.detail)})),i.map(((e,i)=>C("th",{key:e.name,class:{"sd-th":!0,[`${e.thClass}`]:Boolean(e.thClass),"sticky-left":!0,"sticky-left-edge":i===t-1},style:{...e.thStyle,...this.getStickyStyle(i)}},C("div",{class:`sd-th__content sd-th__content--${e.align||"left"}`},C("slot",{name:`header-cell-${e.name}`},C("div",{class:"sd-th__content--label"},e.label)),e.usePageMoveIcon&&C("sd-icon",{name:"pageMove",size:"12",color:"#006AC1"}),e.tooltip&&C("sd-tooltip",{...e.tooltipOptions},C("div",{slot:"content"},e.tooltip.map((t=>C("p",null,t)))))),this.resizable&&"undefined"!=typeof window&&C("div",{class:"sd-th__resizer",onMouseDown:t=>this.handleResize(i,t)})))),this.renderSpacerTh("left"),o.map(((e,i)=>{const o=t+this.virtualStartColIdx+i;return C("th",{key:e.name,class:{"sd-th":!0,[`${e.thClass}`]:Boolean(e.thClass)},style:{...e.thStyle,...this.getStickyStyle(o)}},C("div",{class:`sd-th__content sd-th__content--${e.align||"left"}`},C("slot",{name:`header-cell-${e.name}`},C("div",{class:"sd-th__content--label"},e.label)),e.usePageMoveIcon&&C("sd-icon",{name:"pageMove",size:"12",color:"#006AC1"}),e.tooltip&&C("sd-tooltip",{...e.tooltipOptions},C("div",{slot:"content"},e.tooltip.map((t=>C("p",null,t)))))),this.resizable&&"undefined"!=typeof window&&C("div",{class:"sd-th__resizer",onMouseDown:t=>this.handleResize(o,t)}))})),this.renderSpacerTh("right"),s.map(((t,i)=>{const o=this.tableColumns.length-e+i;return C("th",{key:t.name,class:{"sd-th":!0,[`${t.thClass}`]:Boolean(t.thClass),"sticky-right":!0,"sticky-right-edge":0===i},style:{...t.thStyle,...this.getStickyStyle(o)}},C("div",{class:`sd-th__content sd-th__content--${t.align||"left"}`},C("slot",{name:`header-cell-${t.name}`},C("div",{class:"sd-th__content--label"},t.label)),t.usePageMoveIcon&&C("sd-icon",{name:"pageMove",size:"12",color:"#006AC1"}),t.tooltip&&C("sd-tooltip",{...t.tooltipOptions},C("div",{slot:"content"},t.tooltip.map((t=>C("p",null,t)))))),this.resizable&&"undefined"!=typeof window&&C("div",{class:"sd-th__resizer",onMouseDown:t=>this.handleResize(o,t)}))}))))}renderBody(){return C("tbody",{...!this.paginatedRows.length&&{part:"tbody-empty"},class:"sd-table-tbody "+(this.useVirtualScroll.vertical?"sd-table-tbody--virtual-scroll":""),style:{"--total-virtual-height":`${this.totalVirtualHeight}px`}},this.useVirtualScroll.vertical&&this.topSpacerHeight>0&&this.renderSpacerRow("top"),this.paginatedRows.length>0&&this.virtualRows.map((({row:t,actualIndex:e})=>this.renderRow(t,e))),this.useVirtualScroll.vertical&&this.bottomSpacerHeight>0&&this.renderSpacerRow("bottom"))}renderRow(t,e){const{stickyLeftCount:i,stickyRightCount:o,stickyLeftCols:s,middleCols:l,stickyRightCols:n}=this.getColumnRenderedInOrder();return C("tr",{key:t[this.rowKey],class:"hover:bg-Grey_Lighten-6",style:this.useVirtualScroll.vertical?{height:`${this.virtualRowHeight}px`}:{}},this.selectable&&C("td",{class:{"sd-td":!0,"sd-td--selected":!0,"sticky-left":!0,"sticky-left-edge":!this.hasStickyLeftDataColumn},style:{"--sticky-left-offset":"0px"}},C("sd-checkbox",{value:this.isRowSelected(t),disabled:!this.paginatedRows.length,onSdUpdate:()=>this.updateRowSelect(t)})),s.map(((o,s)=>C("td",{key:o.name,part:`td-${o.name}`,class:{"sd-td":!0,[`sd-td--${o.align||"left"}`]:!0,"sticky-left":!0,"sticky-left-edge":s===i-1,[`${o.tdClass}`]:Boolean(o.tdClass)},style:this.getStickyStyle(s)},C("slot",{name:`body-cell-${o.name}-${e}`},this.getCellValue(o,t))))),this.renderSpacerTd("left",e),l.map(((o,s)=>{const l=i+this.virtualStartColIdx+s;return C("td",{key:o.name,part:`td-${o.name}`,class:{"sd-td":!0,[`sd-td--${o.align||"left"}`]:!0,[`${o.tdClass}`]:Boolean(o.tdClass)},style:this.getStickyStyle(l)},C("slot",{name:`body-cell-${o.name}-${e}`},this.getCellValue(o,t)))})),this.renderSpacerTd("right",e),n.map(((i,s)=>{const l=this.tableColumns.length-o+s;return C("td",{key:i.name,part:`td-${i.name}`,class:{"sd-td":!0,[`sd-td--${i.align||"left"}`]:!0,"sticky-right":!0,"sticky-right-edge":0===s,[`${i.tdClass}`]:Boolean(i.tdClass)},style:this.getStickyStyle(l)},C("slot",{name:`body-cell-${i.name}-${e}`},this.getCellValue(i,t)))})))}renderSpacerRow(t){return C("tr",{key:`virtual-${t}-spacer`,class:"sd-table__virtual-row-spacer",style:{height:`${"top"===t?this.topSpacerHeight:this.bottomSpacerHeight}px`},"aria-hidden":"true"},C("td",{colSpan:this.tableColumns.length+(this.selectable?1:0)},C("div",{class:"sd-table__skeleton",style:{"--row-height":`${this.virtualRowHeight}px`}})))}getSpacerCellStyle(t){return{width:`${t}px`,minWidth:`${t}px`,maxWidth:`${t}px`,padding:"0",border:"none"}}renderSpacerTh(t){return("left"===t?this.useVirtualScroll.horizontal&&this.leftSpacerWidth>0:this.useVirtualScroll.horizontal&&this.rightSpacerWidth>0)?C("th",{key:`virtual-${t}-spacer-header`,class:"sd-table__virtual-spacer",style:this.getSpacerCellStyle("left"===t?this.leftSpacerWidth:this.rightSpacerWidth),"aria-hidden":"true"},C("div",{class:"sd-table__skeleton-cell"})):null}renderSpacerTd(t,e){return("left"===t?this.useVirtualScroll.horizontal&&this.leftSpacerWidth>0:this.useVirtualScroll.horizontal&&this.rightSpacerWidth>0)?C("td",{key:`virtual-${t}-spacer-${e}`,class:"sd-table__virtual-spacer",style:this.getSpacerCellStyle("left"===t?this.leftSpacerWidth:this.rightSpacerWidth),"aria-hidden":"true"},C("div",{class:"sd-table__skeleton-cell"})):null}render(){return C(o,{key:"f3e4930d36d080fd546dddc1e80190b831e93012"},C("div",{key:"ad2f798951631319190d93f83e25b87f871e58de",class:"sd-table__wrapper",style:{"--table-width":this.width,"--table-height":this.height}},C("div",{key:"c4b6d4080f1416d1c88ab1413c66848bdafe9019",class:"sd-table__container",style:{"--table-container-height":`calc(${this.height} - ${this.pagination&&this.innerRows.length>0?48:0}px)`}},C("div",{key:"3aacc27970b0c6d8b700063c0af7c57175e2cb22",class:{"sd-table__middle":!0,"sd-table__middle--scrollable":this.paginatedRows.length>0,"sd-table__middle--loading":this.isLoading}},this.isLoading&&C("div",{key:"25fca304a4e8ebf43aeeff20de3e3446d25e1ffb",class:"sd-table__middle--loading__spinner"},C("sd-loading-spinner",{key:"48b0adad60cf422b884557b53097c28a4f0b8879"})),C("table",{key:"ec4328a1f43c865de642cc5814fbdef6a374b7e3",part:"table",class:this.sdTableClasses},this.renderHead(),this.renderBody())),!this.paginatedRows.length&&C("div",{key:"ba362ecb9fb8134a15ff3d0a3b8e6a523e94166a",class:"sd-table__bottom"},C("div",{key:"ca5c2e0b19a1e301ac159588436ef24eecfb6365",class:"sd-table__no-data"},C("slot",{key:"68564a60a05833ba87743212d7189eef6e179fb4",name:"no-data"},this.noDataLabel)))),this.pagination&&this.innerRows.length>0&&C("div",{key:"88c3c7362234c20a60f6437ecd79d4c75b2caa6e",class:"sd-table__pagination"},C("sd-pagination",{key:"c3c8c435fcb752f2b1139981bb764cf4dfb153ab",currentPage:this.useInternalPagination?this.currentPage:this.pagination.page,lastPage:this.useInternalPagination?this.lastPageNumber:this.pagination.lastPage,onSdPageChange:t=>this.changePage(t.detail)}),this.useRowsPerPageSelect&&C("sd-select",{key:"03801039397a31321e5af96c2bd2d2900151240e",value:this.pagination.rowsPerPage,options:this.rowsPerPageOption,width:"128px",onSdUpdate:t=>this.changeRowsPerPage(t.detail.value)}))))}static get watchers(){return{columns:[{handleColumnsChange:0}],useVirtualScroll:[{handleUseVirtualScrollChange:0}],virtualColumnWidth:[{handleVirtualColumnWidthChange:0}],selectable:[{handleSelectableChange:0}],stickyColumn:[{handleStickyColumnChange:0}],columnWidths:[{handleColumnWidthsChange:0}],rows:[{handleRowsChange:0}],selected:[{handleSelectedChange:0}],pagination:[{handlePaginationChange:0}]}}};X.style='.sd-table__wrapper{height:var(--table-height, auto);width:var(--table-width, 100%);color:#222222}.sd-table__wrapper .sd-table__container{width:100%;height:var(--table-container-height, auto);display:flex;flex-direction:column;position:relative;border:1px solid #E1E1E1;border-radius:8px;font-size:12px;overflow:hidden;background:#FFFFFF}.sd-table__wrapper .sd-table__container .sd-table__middle{overflow:auto;will-change:scroll-position;min-height:var(--table-container-height, auto)}.sd-table__wrapper .sd-table__container .sd-table__middle--scrollable{height:var(--table-container-height, auto)}.sd-table__wrapper .sd-table__container .sd-table__middle--loading{overflow:hidden !important;pointer-events:none}.sd-table__wrapper .sd-table__container .sd-table__middle--loading__spinner{position:absolute;top:0;left:0;width:100%;height:var(--table-container-height, 100%);min-height:var(--table-container-height, 100%);background:rgba(255, 255, 255, 0.6);z-index:200;display:flex;align-items:center;justify-content:center}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table{background-color:white;display:table;width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody.sd-table-tbody--virtual-scroll{position:relative;height:var(--total-virtual-height, --table-container-height, auto)}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody.sd-table-tbody--virtual-scroll tr:not([aria-hidden=true]){width:100%}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody.sd-table-tbody--virtual-scroll tr[aria-hidden=true]{padding:0;border:none}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody.sd-table-tbody--virtual-scroll tr[aria-hidden=true]:not(.sd-table__virtual-row-spacer) td{display:none}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable td.sd-td--selected,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable th.sd-th--selected{position:relative;width:52px !important;max-width:52px !important;min-width:52px !important;padding:0 10px 0 24px;text-align:left}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable td.sd-td--selected sd-checkbox label,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable th.sd-th--selected sd-checkbox label{position:relative}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable td.sd-td--selected sd-checkbox label:before,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable th.sd-th--selected sd-checkbox label:before{content:"";position:absolute;inset:-6px}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-header thead{position:sticky;top:0;z-index:120}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column th.sticky-left,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column th.sticky-right{position:sticky;background-color:#F5FAFF;z-index:110 !important}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column td.sticky-left,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column td.sticky-right{position:sticky;background-color:white;z-index:100 !important}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column .sticky-left{left:var(--sticky-left-offset, 0)}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column .sticky-right{right:var(--sticky-right-offset, 0)}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column th.sticky-cell{position:sticky;z-index:102;background-color:#F5FAFF}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column td.sticky-cell{position:sticky;z-index:101;background-color:white}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-left th.sticky-left-edge,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-left td.sticky-left-edge{overflow:visible}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-left th.sticky-left-edge:after,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-left td.sticky-left-edge:after{content:"";position:absolute;top:0;left:100%;right:-20px;width:20px;height:100%;z-index:101 !important;box-shadow:inset 12px 0 20px -25px;opacity:1;pointer-events:none}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-right th.sticky-right-edge,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-right td.sticky-right-edge{overflow:visible}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-right th.sticky-right-edge:after,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-right td.sticky-right-edge:after{content:"";position:absolute;top:0;left:-20px;width:20px;height:100%;z-index:101 !important;box-shadow:inset -12px 0 20px -25px;opacity:1;pointer-events:none}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--no-data thead{opacity:0.4}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--no-data thead tr th.sd-th{border-bottom:1px solid rgba(225, 225, 225, 0.4) !important}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table sd-td,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table sd-th,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table .sd-th__content--label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead{height:36px}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr{width:100%}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th{background:#F5FAFF;height:36px;padding:0 16px;font-weight:500;vertical-align:middle;border-bottom:1px solid #E1E1E1;-webkit-user-select:none;user-select:none;position:relative}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th.sd-th .sd-th__content{display:flex;flex-flow:row nowrap;align-items:center;gap:4px}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th.sd-th .sd-th__content--left{justify-content:flex-start}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th.sd-th .sd-th__content--center{justify-content:center}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th.sd-th .sd-th__content--right{justify-content:flex-end}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th.sd-th .sd-th__resizer{position:absolute;top:50%;right:0;transform:translateY(-50%);width:4px;height:16px;cursor:col-resize;z-index:3;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody tr td{height:44px;padding:0 16px;border-bottom:1px solid #E1E1E1;background:white;vertical-align:middle}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody tr td.sd-td--left{text-align:left}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody tr td.sd-td--center{text-align:center}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody tr td.sd-td--right{text-align:right}.sd-table__wrapper .sd-table__container .sd-table__bottom{background:transparent;text-align:center;display:flex;align-items:center;justify-content:center;flex:1;min-height:240px;translate:0 -10%;pointer-events:none}.sd-table__wrapper .sd-table__container .sd-table__bottom .sd-table__no-data{font-size:12px;color:#888888}.sd-table__wrapper .sd-table__pagination{position:relative;background:#F9F9F9;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #E1E1E1;border-top:none;border-radius:8px}.sd-table__wrapper .sd-table__pagination sd-select{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.sd-table__wrapper .sd-table__virtual-spacer,.sd-table__wrapper .sd-table__virtual-row-spacer{padding:0 !important}.sd-table__wrapper .sd-table__virtual-spacer td,.sd-table__wrapper .sd-table__virtual-row-spacer td{padding:0 !important;border:none}.sd-table__wrapper .sd-table__virtual-spacer .sd-table__skeleton,.sd-table__wrapper .sd-table__virtual-row-spacer .sd-table__skeleton{width:100%;height:100%;background-image:repeating-linear-gradient(0deg, rgba(246, 246, 246, 0.3) 0px, rgba(225, 225, 225, 0.5) calc(var(--row-height, 44px) / 2), rgba(246, 246, 246, 0.3) var(--row-height, 44px));background-size:100% 200%;animation:skeleton-loading 1.5s ease-in-out infinite;position:relative}.sd-table__wrapper .sd-table__virtual-spacer .sd-table__skeleton::before,.sd-table__wrapper .sd-table__virtual-row-spacer .sd-table__skeleton::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(to bottom, transparent 0, transparent calc(var(--row-height, 44px) - 1px), #E1E1E1 calc(var(--row-height, 44px) - 1px), #E1E1E1 var(--row-height, 44px));pointer-events:none}.sd-table__wrapper .sd-table__skeleton-cell{width:100%;height:20px;background:linear-gradient(90deg, rgba(246, 246, 246, 0.3) 0%, rgba(225, 225, 225, 0.5) 50%, rgba(246, 246, 246, 0.3) 100%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:0% 0%}50%{background-position:100% 100%}100%{background-position:0% 0%}}';const J=class{constructor(i){t(this,i),this.input=e(this,"sdUpdate"),this.focus=e(this,"sdFocus"),this.blur=e(this,"sdBlur")}get host(){return i(this)}value=null;name;disabled=!1;autoFocus=!1;textareaClass="";helpText;maxLength;placeholder="입력해 주세요.";internalValue=null;focused=!1;hovered=!1;nativeEl=void 0;input;focus;blur;valueChanged(t){this.internalValue=t}internalValueChanged(t){t!==this.value&&(this.value=t,this.input?.emit(this.value))}async sdFocus(){this.nativeEl?.focus()}async getNativeElement(){return this.nativeEl||null}componentWillLoad(){null!=this.value&&(this.internalValue=this.value)}componentDidLoad(){this.autoFocus&&this.nativeEl?.focus()}handleInput(t){this.internalValue=t.target.value}handleFocus(t,e){this.focused="focus"===t,"blur"===t?this.blur?.emit(e):this.focus?.emit(e)}getTextareaStatus(){return this.disabled?"sd-textarea--disabled":this.hovered?"sd-textarea--hovered":this.focused?"sd-textarea--focused":""}getMaxLengthCounter(){return void 0===this.maxLength?null:`${(this.internalValue||"").length}/${this.maxLength}`}hasFooter(){return void 0!==this.helpText||void 0!==this.maxLength}render(){const t=this.getMaxLengthCounter();return C("div",{key:"abc90981d61632afc86d158283575cd65031e10e",class:{"sd-textarea":!0,[this.getTextareaStatus()]:!0},onMouseEnter:()=>this.hovered=!0,onMouseLeave:()=>this.hovered=!1},C("div",{key:"e2c3599dc763d59df0ba1ed6d80d2b8e6b9846f9",class:"sd-textarea__content"},C("textarea",{key:"f6ac448db448ed16eeac15313b3ca8016b51b70f",name:this.name,ref:t=>this.nativeEl=t,class:`sd-textarea__native ${this.textareaClass}`,value:this.internalValue||"",placeholder:this.placeholder,disabled:this.disabled,autofocus:this.autoFocus,maxLength:this.maxLength,onInput:this.handleInput.bind(this),onFocus:t=>this.handleFocus("focus",t),onBlur:t=>this.handleFocus("blur",t)})),this.hasFooter()&&C("div",{key:"dfa41f4149b2f8b51c485e2f6306256982c7fdd1",class:"sd-textarea__footer"},void 0!==this.helpText&&C("span",{key:"909c7c59fde0bec3ac398899e9301b2f93fbb0f4",class:"sd-textarea__help-text"},this.helpText),null!==t&&C("span",{key:"a0907c3745f7b07ddc5458e5f822bf87873a5316",class:"sd-textarea__counter"},t)))}static get watchers(){return{value:[{valueChanged:0}],internalValue:[{internalValueChanged:0}]}}};J.style="sd-textarea{display:block}sd-textarea .sd-textarea{display:flex;flex-direction:column;color:#333333;font-size:12px;line-height:20px}sd-textarea .sd-textarea .sd-textarea__content{width:100%;display:flex;border:1px solid #AAAAAA;border-radius:4px;background:white}sd-textarea .sd-textarea .sd-textarea__content .sd-textarea__native{width:100%;min-height:100px;border:none;outline:none;background:transparent;padding:4px 8px;font-family:inherit;font-size:12px;line-height:20px;color:#333333;resize:vertical}sd-textarea .sd-textarea .sd-textarea__content .sd-textarea__native::placeholder{color:#AAAAAA}sd-textarea .sd-textarea--hovered .sd-textarea__content,sd-textarea .sd-textarea--focused .sd-textarea__content{border-color:#0075FF;box-shadow:0 0 4px 0 rgba(0, 113, 255, 0.4)}sd-textarea .sd-textarea--disabled{cursor:not-allowed !important;box-shadow:none !important}sd-textarea .sd-textarea--disabled .sd-textarea__content{background:#EEEEEE !important;border:1px solid #CCCCCC !important;color:#888888 !important}sd-textarea .sd-textarea--disabled .sd-textarea__content .sd-textarea__native{cursor:not-allowed !important;color:#888888 !important}sd-textarea .sd-textarea .sd-textarea__footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px;font-size:12px;line-height:20px}sd-textarea .sd-textarea .sd-textarea__help-text{font-size:12px;line-height:20px;font-weight:400;color:#222222}sd-textarea .sd-textarea .sd-textarea__counter{color:#CCCCCC;margin-left:auto}";var Q={bg:"#07284A",content:"#FFFFFF"},tt={bg:"#FCEFEF",content:"#FB4444"},et={bg:"#FEF1EA",content:"#FF6B00"},it={bg:"#E6F1FF",content:"#0075FF"};const Ct={default:{bg:Q.bg,content:Q.content},danger:{bg:tt.bg,content:tt.content},warning:{bg:et.bg,content:et.content},accent:{bg:it.bg,content:it.content}},ot=class{constructor(e){t(this,e)}get el(){return i(this)}trigger="hover";placement="top";color="#01BB4B";tooltipType="default";icon="helpOutline";iconSize=12;label="";buttonSize="sm";buttonVariant="primary";noHover=!0;showTooltip=!1;slotContentHTML="";buttonEl;handleClose=()=>{this.showTooltip=!1};componentWillLoad(){this.slotContentHTML=this.el.innerHTML,this.el.replaceChildren(),this.el.classList.toggle("visible",!0)}render(){const t=Ct[this.tooltipType]??Ct.default,e="hover"===this.trigger?{onMouseEnter:()=>this.showTooltip=!0,onMouseLeave:()=>this.showTooltip=!1}:{onClick:()=>this.showTooltip=!this.showTooltip};return C(o,{key:"53edf89a07b59cc1f6f3b84cbba7f4b77c6819c7"},this.label?C("sd-button",{ref:t=>this.buttonEl=t,label:this.label,icon:this.icon,size:this.buttonSize,color:this.color,variant:this.buttonVariant,class:"sd-tooltip",..."hover"===this.trigger?{onMouseEnter:()=>this.showTooltip=!0,onMouseLeave:()=>this.showTooltip=!1}:{onSdClick:()=>this.showTooltip=!this.showTooltip}}):C("sd-icon",{ref:t=>this.buttonEl=t,name:this.icon,size:this.iconSize,color:this.color,class:"sd-tooltip",...e}),this.showTooltip&&C("sd-floating-portal",{key:"0011143fc06ea5bcf0b800bc4baabb06dd822911",parentRef:this.buttonEl,onSdClose:this.handleClose.bind(this),placement:this.placement},C("div",{key:"5cd0ed3132d542436a951bf74784d0aa0cd8078d",class:{"sd-floating-menu":!0,[`sd-floating-menu--${this.tooltipType}`]:!0,[`sd-floating-menu--${this.placement}`]:!0},style:{"--sd-floating-bg":t.bg,"--sd-floating-content":t.content}},C("i",{key:"9502962bbd9a95f04d0b6bef1e03c0c048515090",class:`sd-floating-menu__arrow sd-floating-menu__arrow--${this.placement}`},C(g,{key:"b41486b3cecd413dd817b0a1384cfe9fb7255434"})),C("div",{key:"ea15c6250d1b8dabc5c6ecf1b5c48674a877a3c4",class:"sd-floating-menu__content",innerHTML:this.slotContentHTML}))))}};ot.style="sd-tooltip{visibility:hidden !important;display:inline-flex}sd-tooltip.visible{visibility:visible !important}sd-tooltip .sd-tooltip{position:relative;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}";export{v as sd_button,H as sd_checkbox,_ as sd_date_box,Z as sd_date_range_picker,B as sd_field,F as sd_floating_portal,O as sd_icon,R as sd_input,D as sd_loading_spinner,P as sd_number_input,W as sd_pagination,T as sd_portal,U as sd_radio,G as sd_select,K as sd_select_dropdown,q as sd_select_option,Y as sd_select_search_input,X as sd_table,J as sd_textarea,ot as sd_tooltip}
1
+ import{r as t,c as e,g as i,h as C,F as o,a as s}from"./p-B8tGP77V.js";import{b as l}from"./p-KOzU1j2w.js";import{r as n,u as r,t as d}from"./p-Ch0LooGd.js";import{n as h}from"./p-CCwNgVmC.js";import{i as a}from"./p-CbjDAdZ_.js";import{s as w}from"./p-CS6ohqwt.js";import{B as c}from"./p-CRdYeSBK.js";import{S as p}from"./p-Cy6HMEsK.js";import{T as g}from"./p-BeCHKP_I.js";const u={xs:Number(l.size.xs.icon),sm:Number(l.size.sm.icon),md:Number(l.size.md.icon),lg:Number(l.size.lg.icon)},v=class{constructor(i){t(this,i),this.click=e(this,"sdClick")}get el(){return i(this)}variant="primary";size="sm";color="#025497";label="";disabled=!1;type="button";icon;iconColor;iconSize;iconRight;noHover=!1;sdClass="";click;handleClick=t=>{this.disabled||this.click.emit(t)};getButtonClasses(){const t=["sd-button"];return t.push(`sd-button--${this.variant}`),t.push(`sd-button--${this.size}`),t.push(`sd-button--color-${this.color}`),this.disabled&&t.push("sd-button--disabled"),this.label&&t.push("sd-button--has-label"),this.label||!this.icon&&!this.iconRight||t.push("sd-button--icon-only"),this.noHover&&t.push("sd-button--no-hover"),t.join(" ")}render(){const t=this.getButtonClasses(),e=n(this.color);return C("button",{key:"b1436c0cdf0267446df9cd022df68a8a6c349ca5",class:`${t} ${this.sdClass}`,type:this.type,disabled:this.disabled,style:{"--button-color":e},onClick:this.handleClick},C("div",{key:"70f9450410dbc7b2603679cda397bc8f211928b1",class:"sd-button__content"},this.icon&&C("sd-icon",{key:"ab09632262d175e8dc9a31df4e673470d128b274",class:"sd-button__icon sd-button__icon--left",name:this.icon,size:this.iconSize??u[this.size],color:this.iconColor??("primary"===this.variant?"#fff":e)}),this.label&&C("div",{key:"c33e565c9108996ab4a3d84b5beaf1d8acbd5700",class:"sd-button__label"},this.label),this.iconRight&&C("sd-icon",{key:"112a9649b77e7eb67198d0bf7bf407e9f7f71cd5",class:"sd-button__icon sd-button__icon--right",name:this.iconRight,size:u[this.size],color:"primary"===this.variant?"#fff":e})))}};v.style='sd-button{display:inline-flex;width:fit-content;height:fit-content}.sd-button{--sd-button-height:34px;--sd-button-padding-x:20px;--sd-button-gap:8px;--sd-button-font-family:inherit;--sd-button-font-size:16px;--sd-button-font-weight:500;--sd-button-text-decoration:none;--sd-button-label-min-width:auto;--sd-button-icon-only-size:var(--sd-button-height);text-decoration:none;cursor:pointer;border-radius:var(--sd-button-radius-default, 4px);transition:all 0.2s ease-in-out;position:relative;overflow:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;border:none;padding:0 var(--sd-button-padding-x);min-width:var(--sd-button-min-width, auto);min-height:var(--sd-button-height);font-family:var(--sd-button-font-family);font-size:var(--sd-button-font-size);font-weight:var(--sd-button-font-weight);text-decoration:var(--sd-button-text-decoration)}.sd-button--xs{--sd-button-height:var(--sd-button-xs-height, 24px);--sd-button-padding-x:var(--sd-button-xs-padding-x, 8px);--sd-button-gap:var(--sd-button-xs-gap, 4px);--sd-button-font-family:var(--sd-button-xs-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-xs-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-xs-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-xs-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-xs-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-xs-width, var(--sd-button-height));line-height:20px}.sd-button--sm{--sd-button-height:var(--sd-button-sm-height, 28px);--sd-button-padding-x:var(--sd-button-sm-padding-x, 12px);--sd-button-gap:var(--sd-button-sm-gap, 6px);--sd-button-font-family:var(--sd-button-sm-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-sm-typography-font-size, 12px);--sd-button-font-weight:var(--sd-button-sm-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-sm-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-sm-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-sm-width, var(--sd-button-height));line-height:20px}.sd-button--md{--sd-button-height:var(--sd-button-md-height, 34px);--sd-button-padding-x:var(--sd-button-md-padding-x, 20px);--sd-button-gap:var(--sd-button-md-gap, 8px);--sd-button-font-family:var(--sd-button-md-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-md-typography-font-size, 16px);--sd-button-font-weight:var(--sd-button-md-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-md-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-md-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-md-width, var(--sd-button-height));line-height:26px}.sd-button--lg{--sd-button-height:var(--sd-button-lg-height, 62px);--sd-button-padding-x:var(--sd-button-lg-padding-x, 28px);--sd-button-gap:var(--sd-button-lg-gap, 12px);--sd-button-font-family:var(--sd-button-lg-typography-font-family, inherit);--sd-button-font-size:var(--sd-button-lg-typography-font-size, 18px);--sd-button-font-weight:var(--sd-button-lg-typography-font-weight, 500);--sd-button-text-decoration:var(--sd-button-lg-typography-text-decoration, none);--sd-button-label-min-width:var(--sd-button-label-lg-min-width, auto);--sd-button-icon-only-size:var(--sd-button-icon-only-lg-width, var(--sd-button-height));line-height:30px}.sd-button--has-label{--sd-button-min-width:var(--sd-button-label-min-width, auto)}.sd-button--primary{background-color:var(--button-color);color:white;transition:filter 0.2s ease}.sd-button--primary::before{content:"";position:absolute;inset:0;background:#000000;opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--primary:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.25}.sd-button--outline{background:white;border:var(--sd-button-border-width-default, 1px) solid var(--button-color);color:var(--button-color)}.sd-button--outline::before{content:"";position:absolute;inset:0;background:var(--button-color);opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--outline:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.15}.sd-button--outline .sd-button__content{position:relative;z-index:1}.sd-button--ghost{background-color:transparent;color:var(--button-color);border-color:transparent}.sd-button--ghost::before{content:"";position:absolute;inset:0;background:var(--button-color);opacity:0;transition:opacity 0.2s ease;z-index:0}.sd-button--ghost:hover:not(.sd-button--disabled):not(.sd-button--loading)::before{opacity:0.15}.sd-button--ghost .sd-button__content{position:relative;z-index:1}.sd-button--disabled{border:var(--sd-button-border-width-default, 1px) solid var(--sd-button-border-disabled, #CCCCCC);background:var(--sd-button-bg-disabled, #E1E1E1);color:var(--sd-button-content-disabled, #888888);cursor:not-allowed !important}.sd-button--icon-only{padding:0;width:var(--sd-button-icon-only-size, var(--sd-button-height));min-width:var(--sd-button-icon-only-size, var(--sd-button-height));height:var(--sd-button-icon-only-size, var(--sd-button-height))}.sd-button--no-hover:hover::before{opacity:0 !important}.sd-button .sd-button__content{display:inline-flex;align-items:center;justify-content:center;gap:var(--sd-button-gap);z-index:1;font-weight:inherit}';var f={fontWeight:"400",fontSize:"12",lineHeight:"20"},L={bg:{default:"#FFFFFF",hover:"#D9EAFF"},border:{default:"#AAAAAA",hover:"#0075FF"}},b={bg:{default:"#0075FF"},icon:{default:"#FFFFFF",disabled:"#888888"}};const x={size:"16",radius:"2",borderWidth:"1",gap:"8",iconSize:"12"},V={fontSize:f.fontSize,lineHeight:f.lineHeight,fontWeight:f.fontWeight},M={unchecked:{bg:L.bg.default,bgHover:L.bg.hover,border:L.border.default,borderHover:L.border.hover},checked:{bg:b.bg.default,icon:b.icon.default,iconDisabled:b.icon.disabled},label:{default:"#222222"}.default,disabled:{bg:{disabled:"#E1E1E1"}.disabled,border:{disabled:"#CCCCCC"}.disabled}},H=class{constructor(i){t(this,i),this.update=e(this,"sdUpdate")}get el(){return i(this)}value;val;disabled=!1;label="";isChecked=!1;hasWarnedMissingVal=!1;inputEl;update;componentWillLoad(){this.updateCheckedState(this.value)}watchValueHandler(t){this.updateCheckedState(t)}get checkboxClasses(){const t=["sd-checkbox","sd-checkbox--"+(this.isChecked?"checked":null===this.isChecked?"indeterminate":"unchecked")];return this.disabled&&t.push("sd-checkbox--disabled"),t.join(" ")}updateCheckedState(t){this.isChecked=null===t?null:"boolean"==typeof t?t:!!Array.isArray(t)&&void 0!==this.val&&t.includes(this.val),this.inputEl&&(this.inputEl.indeterminate=null===this.isChecked)}handleChange=()=>{if(this.disabled)return;let t;if("boolean"==typeof this.value)t=!this.value;else if(Array.isArray(this.value)){void 0!==this.val||this.hasWarnedMissingVal||(console.warn('A "val" property is required when using an array for the "value" property.'),this.hasWarnedMissingVal=!0);const e=new Set(this.value);e.has(this.val)?e.delete(this.val):e.add(this.val),t=Array.from(e)}else t=!this.isChecked;this.value=t,this.update.emit(t)};render(){return C("label",{key:"b343ac293abfb6a7834cccc597cd30e56e3a161c",class:this.checkboxClasses,style:{"--sd-checkbox-size":`${x.size}px`,"--sd-checkbox-radius":`${x.radius}px`,"--sd-checkbox-border-width":`${x.borderWidth}px`,"--sd-checkbox-gap":`${x.gap}px`,"--sd-checkbox-font-size":`${V.fontSize}px`,"--sd-checkbox-line-height":`${V.lineHeight}px`,"--sd-checkbox-font-weight":V.fontWeight,"--sd-checkbox-unchecked-bg":M.unchecked.bg,"--sd-checkbox-unchecked-bg-hover":M.unchecked.bgHover,"--sd-checkbox-unchecked-border":M.unchecked.border,"--sd-checkbox-unchecked-border-hover":M.unchecked.borderHover,"--sd-checkbox-checked-bg":M.checked.bg,"--sd-checkbox-label-color":M.label,"--sd-checkbox-disabled-bg":M.disabled.bg,"--sd-checkbox-disabled-border":M.disabled.border}},C("input",{key:"89d3c5ec214af16680f2111e5e85fcb228ff2223",type:"checkbox",ref:t=>{this.inputEl=t},value:this.val,checked:!!this.isChecked,disabled:this.disabled,onChange:this.handleChange,name:this.val?.toString()||"checkbox","aria-label":this.label||"checkbox","aria-checked":null===this.isChecked?"mixed":this.isChecked?"true":"false","aria-disabled":this.disabled?"true":"false"}),C("div",{key:"8eef48a269cbbf8c479d60a53996b09cc4aa8f20",class:"sd-checkbox__bg"},!1!==this.isChecked?C("sd-icon",{name:!0===this.isChecked?"check":"minus",size:Number(x.iconSize),color:this.disabled?M.checked.iconDisabled:M.checked.icon}):null),this.label&&C("span",{key:"43bf36ec3a3890f68ef699dbb73b48eb6a98451d",class:"sd-checkbox__label"},this.label))}static get watchers(){return{value:[{watchValueHandler:0}]}}};H.style="sd-checkbox{display:block;height:var(--sd-checkbox-line-height);line-height:0}sd-checkbox .sd-checkbox{cursor:pointer;display:inline-flex;align-items:center;gap:var(--sd-checkbox-gap);height:var(--sd-checkbox-line-height);max-height:var(--sd-checkbox-line-height)}sd-checkbox .sd-checkbox>input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}sd-checkbox .sd-checkbox>input:focus-visible+.sd-checkbox__bg{box-shadow:0 0 0 2px white, 0 0 0 4px var(--sd-checkbox-checked-bg);outline:none}sd-checkbox .sd-checkbox:hover.sd-checkbox--unchecked .sd-checkbox__bg{border-color:var(--sd-checkbox-unchecked-border-hover);background:var(--sd-checkbox-unchecked-bg-hover)}sd-checkbox .sd-checkbox:hover.sd-checkbox--disabled .sd-checkbox__bg{border-color:transparent;background:var(--sd-checkbox-disabled-bg)}sd-checkbox .sd-checkbox__bg{width:var(--sd-checkbox-size);height:var(--sd-checkbox-size);border-radius:var(--sd-checkbox-radius);border:var(--sd-checkbox-border-width) solid var(--sd-checkbox-unchecked-border);box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;overflow:hidden;line-height:0}sd-checkbox .sd-checkbox__label{font-size:var(--sd-checkbox-font-size);font-weight:var(--sd-checkbox-font-weight);color:var(--sd-checkbox-label-color);line-height:var(--sd-checkbox-line-height)}sd-checkbox .sd-checkbox--checked .sd-checkbox__bg,sd-checkbox .sd-checkbox--indeterminate .sd-checkbox__bg{border-color:var(--sd-checkbox-checked-bg);background:var(--sd-checkbox-checked-bg)}sd-checkbox .sd-checkbox--checked.sd-checkbox--disabled .sd-checkbox__bg,sd-checkbox .sd-checkbox--indeterminate.sd-checkbox--disabled .sd-checkbox__bg{background:var(--sd-checkbox-disabled-bg);border-color:var(--sd-checkbox-disabled-border)}sd-checkbox .sd-checkbox--unchecked .sd-checkbox__bg{background:var(--sd-checkbox-unchecked-bg)}sd-checkbox .sd-checkbox--disabled{cursor:not-allowed}sd-checkbox .sd-checkbox--disabled .sd-checkbox__bg{background:var(--sd-checkbox-disabled-bg);border-color:var(--sd-checkbox-disabled-border)}";const _=class{constructor(i){t(this,i),this.click=e(this,"sdClick"),this.mouseOver=e(this,"sdMouseOver")}date=null;disabled=!1;selected=!1;isStartDate=!1;isEndDate=!1;isToday=!1;inRange=!1;type="";click;mouseOver;handleClickDate(){!this.disabled&&this.date&&"string"!=typeof this.date&&this.click?.emit(this.date)}handleHoverDate(){"string"!=typeof this.date&&this.mouseOver?.emit(this.date)}render(){return C("div",{key:"b14dd7c9806828807cdfc232420a30c816ffbeb2",role:"button",tabindex:this.disabled?-1:0,class:{"sd-date-box":!0,"sd-hoverable":!this.disabled||!this.selected||""===this.type,"sd-date-box--disabled":this.disabled,"sd-date-box--selected":this.selected,"sd-date-box--today":this.isToday,"sd-date-box--start-date":this.isStartDate,"sd-date-box--end-date":this.isEndDate,"sd-date-box--in-range":this.inRange,"sd-date-box--type-start":"start"===this.type,"sd-date-box--type-end":"end"===this.type},onClick:()=>this.handleClickDate(),onMouseOver:()=>this.handleHoverDate()},C("div",{key:"acb1a2d51d018913e39f8fd1fc54ab85c4ce6957",class:"sd-date-box__content"},C("div",{key:"8c9445e4268cd254d76297ac1e775697d889f721",class:"sd-date-box__label"},this.date)))}};_.style='.sd-date-box.sc-sd-date-box{display:flex;align-items:center;justify-content:center;width:38px;height:36px;font-size:14px;position:relative;box-sizing:border-box;text-align:center;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);border-radius:14px}.sd-date-box.sc-sd-date-box .sd-date-box__content.sc-sd-date-box{width:28px;height:28px;border-radius:14px;position:relative}.sd-date-box.sc-sd-date-box .sd-date-box__content.sc-sd-date-box .sd-date-box__label.sc-sd-date-box{position:relative;z-index:2;-webkit-user-select:none;user-select:none;line-height:28px}.sd-date-box.sd-date-box--disabled.sc-sd-date-box{color:#CCCCCC;cursor:default !important;pointer-events:none}.sd-date-box.sc-sd-date-box:not(.sd-date-box--disabled){color:#333333;cursor:pointer}.sd-date-box.sd-hoverable.sc-sd-date-box:hover .sd-date-box__content.sc-sd-date-box{background:#D9EAFF}.sd-date-box.sd-date-box--in-range.sc-sd-date-box:not(.sd-date-box--disabled) .sd-date-box__content.sc-sd-date-box::before{content:"";position:absolute;top:0;left:-5px;width:calc(100% + 10px);height:100%;background:#D9EAFF}.sd-date-box.sd-date-box--in-range.sd-date-box--type-start.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::before{left:auto !important;width:19px !important;right:-5px}.sd-date-box.sd-date-box--in-range.sd-date-box--type-end.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::before{width:19px !important}.sd-date-box.sd-date-box--in-range.sc-sd-date-box .sd-date-box__content.sc-sd-date-box .sd-date-box__label.sc-sd-date-box{font-weight:500}.sd-date-box.sd-date-box--selected.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::after,.sd-date-box.sd-date-box--type-start.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::after,.sd-date-box.sd-date-box--type-end.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::after{content:"";position:absolute;inset:0;background:#0075FF;border-radius:14px;z-index:1}.sd-date-box.sd-date-box--selected.sc-sd-date-box .sd-date-box__content.sc-sd-date-box .sd-date-box__label.sc-sd-date-box,.sd-date-box.sd-date-box--type-start.sc-sd-date-box .sd-date-box__content.sc-sd-date-box .sd-date-box__label.sc-sd-date-box,.sd-date-box.sd-date-box--type-end.sc-sd-date-box .sd-date-box__content.sc-sd-date-box .sd-date-box__label.sc-sd-date-box{color:white;font-weight:700}.sd-date-box.sd-date-box--start-date.sd-date-box--end-date.sc-sd-date-box .sd-date-box__content.sc-sd-date-box::before{display:none !important}.sd-date-box.sd-date-box--today.sc-sd-date-box:not(.sd-date-box--selected) .sd-date-box__content.sc-sd-date-box::after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:28px;height:28px;border:1px solid #E1E1E1 !important;border-radius:14px}';const m=(t,e)=>{const[i,C,o]=t.split("-").map(Number),s=new Date(i,C-1,o);return s.setDate(s.getDate()+e),`${s.getFullYear()}-${String(s.getMonth()+1).padStart(2,"0")}-${String(s.getDate()).padStart(2,"0")}`},Z=class{constructor(i){t(this,i),this.update=e(this,"sdUpdate"),this.viewChange=e(this,"sdViewChange")}get el(){return i(this)}value=["",""];label;selectable;maxRange;disabled=!1;placeholder="";isOpen=!1;dateRange=this.value;hoverDate="";prevYear=Number(this.dateRange[0].split("-")[0]);prevMonth=Number(this.dateRange[0].split("-")[1]);update;viewChange;inputEl;dateUtil=r();tempDateRange=["",""];componentWillLoad(){this.syncFromValue(this.value)}onValueChange(t){this.dateRange=[...t]}syncFromValue(t){this.dateRange=[...t],this.resetCalendarByDateRange(t)}resetCalendarByDateRange(t){const e=t[0]||d,i=t[1]||e,[C,o]=e.split("-").map(Number),[s,l]=d.split("-").map(Number);i<=d?(this.prevYear=C,this.prevMonth=o):e<d&&i>d?(this.prevYear=s,this.prevMonth=l):(this.prevYear=C,this.prevMonth=o)}get nextYear(){return 12===this.prevMonth?this.prevYear+1:this.prevYear}get nextMonth(){return 12===this.prevMonth?1:this.prevMonth+1}get prevCalendar(){return this.dateUtil.createCalendar(this.prevYear,this.prevMonth)}get nextCalendar(){return this.dateUtil.createCalendar(this.nextYear,this.nextMonth)}setPrevYear(t){this.prevYear=t}setPrevMonth(t){this.prevMonth=t}updateYearMonth(t){const{newYear:e,newMonth:i}=this.dateUtil.calculateYearMonth(this.prevYear,this.prevMonth,t);this.setPrevYear(e),this.setPrevMonth(i),this.viewChange.emit({year:e,month:i})}setHoverDate(t){this.hoverDate=t}setDateRange(t){this.dateRange=t}formatDate(t,e){return this.dateUtil.formatDate(0===t?this.prevYear:this.nextYear,0===t?this.prevMonth:this.nextMonth,e)}getDateBoxType(t){const[e,i]=this.dateRange;return t===e?i?"start":this.hoverDate<this.dateRange[0]?"end":"start":t===i?"end":""}isDateInRange(t){const[e,i]=this.dateRange;if(e&&i)return t>=e&&t<=i;if(!this.hoverDate||!e||i)return!1;const[C,o]=e<=this.hoverDate?[e,this.hoverDate]:[this.hoverDate,e];return t>=C&&t<=o}isDisabledDate(t){const[e,i]=this.dateRange;if(this.maxRange&&e&&!i){const i=m(e,-this.maxRange),C=m(e,this.maxRange);return!(i<=t&&t<=C)}return!(!(this.selectable&&this.selectable[0]&&this.selectable[1])||t>=this.selectable[0]&&t<=this.selectable[1])}openMenu(){this.disabled||(this.tempDateRange=[...this.dateRange],this.resetCalendarByDateRange(this.dateRange),this.isOpen=!0)}closeMenu=()=>{this.dateRange[0]&&this.dateRange[1]||(this.dateRange=[...this.tempDateRange]),this.isOpen=!1};handleDateClick(t,e){this.setHoverDate("");const i=this.formatDate(t,e);if(!this.dateRange[0]||this.dateRange[1]||i<this.dateRange[0])return void this.setDateRange([i,""]);const C=[this.dateRange[0],i];this.setDateRange(C),this.value=C,this.update.emit?.(C),this.isOpen=!1}handleDateHover(t,e){const i=this.formatDate(t,e);this.setHoverDate(i)}render(){return C("div",{key:"8870de35f713f9b5cd7756e87dcca0bff60acbcd",class:{"sd-date-range-picker":!0,"sd-date-range-picker--disabled":this.disabled}},C("sd-input",{key:"602f5be4d5cf9cbd378ca1236ee28969b5e9ba12",ref:t=>this.inputEl=t,value:this.dateRange[0]?`${this.dateRange[0]} ~ ${this.dateRange[1]}`:"",addonLabel:this.label,readonly:!0,disabled:this.disabled,placeholder:this.placeholder,inputClass:"sd-date-range-picker__input",onClick:()=>this.openMenu()},C("sd-icon",{key:"06a5bf3feaea7606bddad3fa2e655d0cfbaaf89b",slot:"prefix",name:"date",size:"16",color:this.disabled?"grey_65":"grey_70",class:"date-icon",onClick:()=>this.openMenu()})),this.isOpen&&C("sd-portal",{key:"2e27d6573a72ba2639dc873e7e295b432908a954",open:this.isOpen,parentRef:this.inputEl,onSdClose:this.closeMenu},C("div",{key:"b682a2ae8fdc168a56d77b32b05b239f2eb5a6cc",class:"sd-date-range-picker__menu"},C("div",{key:"34b4d36dca8a51c7adae9584e62cd0aaf26021d8",class:"sd-date-range-picker__header mb-16pxr flex flex-nowrap items-center justify-center"},C("button",{key:"47448fcf5ebc6cf8fd242119c7f318c72f69cd90",type:"button",name:"prev",title:"Previous",onClick:()=>{this.setPrevYear(this.prevYear-1),this.viewChange.emit({year:this.prevYear,month:this.prevMonth})}},C("sd-icon",{key:"5f05f690e1493854c5c91b1b7e6c7f92b2285fe0",name:"arrowLeft",size:"12",color:"#CCCCCC"})),C("div",{key:"b8c1d2c567eda67a4c8f7a7e2aac740fe8c8a306",class:"header-label"},this.prevYear),C("button",{key:"447fd54a95756777f665e628ccf747cf5c9f8bfa",type:"button",name:"next",title:"Next",onClick:()=>{this.setPrevYear(this.prevYear+1),this.viewChange.emit({year:this.prevYear,month:this.prevMonth})}},C("sd-icon",{key:"0aeca212fd4ba80c91cdfeb092bcfc7b426ce3cb",name:"arrowRight",size:"12",color:"#CCCCCC"}))),C("div",{key:"1858318f65bde16201f9792499b246432f5c80f4",class:"sd-date-range-picker__body"},[this.prevCalendar,this.nextCalendar].map(((t,e)=>C(o,null,1===e&&C("div",{class:"separator"}),C("div",{key:e,class:"calendar-container"},C("div",{class:"calendar-header"},C("button",{type:"button",name:"month",title:"Month",class:0===e?"header-button-prev":"header-button-next",onClick:()=>this.updateYearMonth(0===e?"prev":"next")},C("sd-icon",{name:0===e?"arrowLeft":"arrowRight",size:"12",color:"#CCCCCC"})),0===e?`${this.prevYear}.${String(this.prevMonth).padStart(2,"0")}`:`${this.nextYear}.${String(this.nextMonth).padStart(2,"0")}`),C("div",{class:"calendar-days"},["일","월","화","수","목","금","토"].map((t=>C("sd-date-box",{key:t,date:t,disabled:!0,class:"day"})))),C("div",{class:"calendar-body mt-12pxr grid grid-cols-7 gap-y-8pxr"},[...t.prevMonthDays,...t.days,...t.afterMonthDays].map(((t,i)=>C("sd-date-box",{key:`prev${t}_${i}`,date:t?Number(t):"",selected:this.dateRange.some((i=>i===this.formatDate(e,Number(t)))),type:this.getDateBoxType(this.formatDate(e,Number(t))),isToday:d===this.formatDate(e,Number(t)),disabled:!t||this.isDisabledDate(this.formatDate(e,Number(t))),inRange:this.isDateInRange(this.formatDate(e,Number(t))),isStartDate:this.dateRange[0]===this.formatDate(e,Number(t)),isEndDate:this.dateRange[1]===this.formatDate(e,Number(t)),onSdClick:()=>this.handleDateClick(e,Number(t)),onSdMouseOver:()=>this.handleDateHover(e,Number(t))}))))))))))))}static get watchers(){return{value:[{onValueChange:0}]}}};Z.style="sd-date-range-picker.sc-sd-date-range-picker{width:fit-content;display:inline-flex}sd-date-range-picker.sc-sd-date-range-picker .sd-date-range-picker--disabled.sc-sd-date-range-picker .date-icon.sc-sd-date-range-picker{cursor:not-allowed !important;color:#888888 !important}sd-date-range-picker.sc-sd-date-range-picker .sd-date-range-picker--disabled.sc-sd-date-range-picker .sd-input__native.sc-sd-date-range-picker{color:#888888 !important}sd-date-range-picker.sc-sd-date-range-picker .sd-field.sc-sd-date-range-picker .sd-field__control.sc-sd-date-range-picker{min-width:210px}sd-date-range-picker.sc-sd-date-range-picker .sd-field.sc-sd-date-range-picker .sd-input__native.sc-sd-date-range-picker{margin-left:17px !important}.sd-date-range-picker__menu.sc-sd-date-range-picker{width:609px;box-sizing:border-box;border-radius:8px;padding:24px 19px;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.2);background:white}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__header.sc-sd-date-range-picker{margin-bottom:16px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__header.sc-sd-date-range-picker .header-label.sc-sd-date-range-picker{margin:0 12px;width:40px;text-align:center;font-size:14px;line-height:24px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker{display:flex;flex-flow:row nowrap;align-items:stretch;gap:19px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker{width:266px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-header.sc-sd-date-range-picker{width:100%;height:24px;line-height:24px;font-size:14px;text-align:center;position:relative;padding:0 5px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-header.sc-sd-date-range-picker button.sc-sd-date-range-picker{position:absolute;top:50%;transform:translateY(-50%)}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-header.sc-sd-date-range-picker button.header-button-prev.sc-sd-date-range-picker{left:5px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-header.sc-sd-date-range-picker button.header-button-next.sc-sd-date-range-picker{right:5px;left:auto}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-days.sc-sd-date-range-picker{padding:0 5px;margin-top:8px;display:grid;grid-template-columns:repeat(7, minmax(0, 1fr));column-gap:10px}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-days.sc-sd-date-range-picker .day.sc-sd-date-range-picker{width:28px;height:20px;font-size:12px;line-height:20px;text-align:center;color:#888888}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .calendar-container.sc-sd-date-range-picker .calendar-body.sc-sd-date-range-picker{margin-top:12px;display:grid;grid-template-columns:repeat(7, minmax(0, 1fr))}.sd-date-range-picker__menu.sc-sd-date-range-picker .sd-date-range-picker__body.sc-sd-date-range-picker .separator.sc-sd-date-range-picker{width:1px;background-color:#D8D8D8}";var k={paddingX:"12",typography:{fontWeight:"500",fontSize:"12",lineHeight:"20"},bg:"#F6F6F6",border:{default:"#AAAAAA",disabled:"#CCCCCC"}};const y=["sd-select","sd-select-multiple","sd-select-multiple-group","sd-input","sd-barcode-input","sd-textarea","sd-number-input","sd-select-v2"],B=class{constructor(e){t(this,e)}get el(){return i(this)}name="";rules=[];error=!1;disabled=!1;hovered=!1;focused=!1;status;hint="";errorMessage="";width="";label="";addonLabel="";icon=void 0;labelTooltip="";labelTooltipProps=null;errorMsg="";hostElement=null;get value(){return this.hostElement?.value??null}get fieldStatus(){let t="";return this.disabled?(t="disabled",`sd-field--${t}`):this.focused?(t="focus",`sd-field--${t}`):(this.hovered&&(t="hover"),this.status&&(t=this.status),this.error&&(t="error"),t?`sd-field--${t}`:"")}componentDidLoad(){this.hostElement=this.findHostElement(),this.registerToForm()}disconnectedCallback(){this.unregisterFromForm()}findHostElement(){for(const t of y){const e=this.el.closest(t);if(e&&"value"in e)return e}return null}registerToForm(){const t=this.el.closest("sd-form");t&&"function"==typeof t.componentOnReady&&t.componentOnReady().then((t=>{t.sdRegisterField(this)}))}unregisterFromForm(){if(!this.name)return;const t=this.el.closest("sd-form");t?.componentOnReady().then((t=>{t.sdUnregisterField(this.name)}))}async sdValidate(){if(!this.rules||0===this.rules.length)return!0;for(const t of this.rules){const e=t(this.value??"");if(!0!==e)return this.setError(!0,e),!1}return this.setError(!1,""),!0}async sdReset(){this.hostElement&&(this.hostElement.value=null),this.setError(!1,"")}async sdResetValidation(){this.setError(!1,"")}async sdFocus(){this.hostElement?.focus?.(),this.hostElement?.scrollIntoView({behavior:"smooth",block:"center"})}setError(t,e){this.errorMsg=e,this.hostElement&&(this.hostElement.error=t)}render(){const t=this.addonLabel,e=t?{"--sd-field-addon-padding-x":`${k.paddingX}px`,"--sd-field-addon-font-size":`${k.typography.fontSize}px`,"--sd-field-addon-line-height":`${k.typography.lineHeight}px`,"--sd-field-addon-font-weight":k.typography.fontWeight,"--sd-field-addon-bg":k.bg,"--sd-field-addon-border-color":this.disabled?k.border.disabled:k.border.default}:{};return C("div",{key:"1badb3752c758c30995188f73505d912f4318ba3",class:{"sd-field":!0,"sd-field--has-label":!!this.label,"sd-field--has-addon":!!t,[this.fieldStatus]:!!this.fieldStatus},style:e},C("div",{key:"b8c08b4783eb7035cc28e6ffb1d541871cd25616",class:"sd-field__wrapper"},this.renderLabel(this.label),C("div",{key:"31efca0604479d2fa9bed06aaaeb9ca9930c62fb",class:{"sd-field__control":!0,"sd-field__control--has-addon":!!t},style:this.width?{width:"number"==typeof this.width?`${this.width}px`:this.width,flex:"none"}:{}},t&&C("div",{key:"159191a432603cbfa4b1755fc7f4c784868b3749",class:"sd-field__addon"},t),C("slot",{key:"58918e5af7dc2564af8d86b24cb5972cb9d0d67f"}))),this.errorMsg||this.errorMessage?C("div",{class:"sd-field__error-message"},this.errorMsg||this.errorMessage):this.hint&&C("div",{class:"sd-field__hint"},this.hint))}renderLabel(t){return t?C("label",{class:"sd-field__label"},this.icon&&C("sd-icon",{name:this.icon.name,size:this.icon.size??10,color:this.icon.color,rotate:this.icon.rotate,class:"sd-field__label__icon"}),C("div",{class:"sd-field__label__text"},t),this.labelTooltip&&C("sd-tooltip",{class:"sd-field__label__tooltip",...this.labelTooltipProps},C("div",{slot:"content"},this.labelTooltip))):null}};B.style="sd-field{display:inline-flex;flex-flow:column nowrap;height:fit-content;width:100%}sd-field .sd-field *:focus,sd-field .sd-field *:focus-visible,sd-field .sd-field *:focus-within{outline:none !important}sd-field .sd-field:not(.sd-field--disabled):hover .sd-field__control{border:1px solid var(--sd-system-color-field-border-hover) !important;box-shadow:0px 0px 4px 0px rgba(0, 113, 255, 0.4)}sd-field .sd-field.sd-field--disabled{cursor:not-allowed}sd-field .sd-field.sd-field--disabled .sd-field__wrapper{cursor:not-allowed !important}sd-field .sd-field.sd-field--disabled .sd-field__wrapper .sd-field__label-inside{border-color:#CCCCCC;color:#888888;cursor:not-allowed !important}sd-field .sd-field.sd-field--disabled .sd-field__wrapper .sd-field__control{background-color:#E1E1E1;border-color:#CCCCCC;color:#888888;cursor:not-allowed !important}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label{display:flex;align-items:center;margin-right:var(--sd-system-space-field-sm-gap)}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__icon{margin-right:6px}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__text{font-size:12px;line-height:20px;color:var(--sd-system-color-field-text-default);white-space:nowrap}sd-field .sd-field--has-label .sd-field__wrapper .sd-field__label__tooltip{margin-left:2px}sd-field .sd-field--has-addon .sd-field__control .sd-field__addon{display:flex;align-items:center;white-space:nowrap;padding:0 var(--sd-field-addon-padding-x);font-size:var(--sd-field-addon-font-size);line-height:var(--sd-field-addon-line-height);font-weight:var(--sd-field-addon-font-weight);background:var(--sd-field-addon-bg);border-right:1px solid var(--sd-field-addon-border-color);border-radius:calc(var(--sd-system-radius-field-sm) - 1px) 0 0 calc(var(--sd-system-radius-field-sm) - 1px)}sd-field .sd-field__wrapper{width:100%;height:var(--sd-system-size-field-sm-height);display:flex;align-items:center;flex-flow:row nowrap;position:relative;color:var(--sd-system-color-field-text-default);cursor:pointer;-webkit-user-select:none;user-select:none}sd-field .sd-field__wrapper .sd-field__control{position:relative;height:100%;display:flex;flex:1;min-width:0;border:1px solid var(--sd-system-color-field-border-default);border-radius:var(--sd-system-radius-field-sm);background:var(--sd-system-color-field-bg-default)}sd-field .sd-field--error:not(:hover) .sd-field__wrapper .sd-field__control{border:1px solid var(--sd-system-color-field-border-danger) !important}sd-field .sd-field.sd-field--focus .sd-field__wrapper .sd-field__control,sd-field .sd-field.sd-field--hover .sd-field__wrapper .sd-field__control{border:1px solid var(--sd-system-color-field-border-focus) !important;box-shadow:0px 0px 4px 0px rgba(0, 113, 255, 0.4)}sd-field .sd-field.sd-field--pass .sd-field__wrapper .sd-field__control{border:1px solid #2BCE6C !important}sd-field .sd-field .sd-field__error-message{color:var(--sd-textinput-input-text-error-message);font-size:var(--sd-textinput-input-error-message-typography-font-size);line-height:var(--sd-textinput-input-error-message-typography-line-height);margin-top:var(--sd-textinput-input-contents-gap)}sd-field .sd-field .sd-field__hint{color:var(--sd-textinput-input-text-hint);font-size:var(--sd-textinput-input-hint-typography-font-size);line-height:var(--sd-textinput-input-hint-typography-line-height);margin-top:var(--sd-textinput-input-contents-gap)}";const F=class{constructor(i){t(this,i),this.close=e(this,"sdClose")}get el(){return i(this)}to="body";parentRef=null;offset=[0,0];zIndex=9999;placement="bottom";open=!1;close;container;wrapper;rafId;isInsideClick=!1;resizeObserver;mutationObserver;static ARROW_SIZE=11.2;componentDidLoad(){this.container=this.resolveContainer(),this.createWrapper(),this.moveSlotContent(),requestAnimationFrame((()=>{this.updatePosition(),this.wrapper&&(this.wrapper.style.visibility="visible")})),this.observeParent()}componentDidRender(){this.wrapper&&(this.open?(this.wrapper.style.display="block",requestAnimationFrame((()=>{this.updatePosition(),this.wrapper&&(this.wrapper.style.visibility="visible")}))):(this.wrapper.style.display="none",this.wrapper.style.visibility="hidden"))}disconnectedCallback(){this.rafId&&cancelAnimationFrame(this.rafId),this.unobserveParent(),this.wrapper?.remove()}resolveContainer(){const t="string"==typeof this.to?document.querySelector(this.to):this.to;return t instanceof HTMLElement?t:document.body}createWrapper(){this.wrapper=document.createElement("div"),Object.assign(this.wrapper.style,{position:"absolute",zIndex:this.zIndex.toString(),transition:"opacity 0.4s",top:"-9999px",left:"-9999px"}),this.container.appendChild(this.wrapper)}moveSlotContent(){this.wrapper&&Array.from(this.el.childNodes).filter((t=>t.nodeType!==Node.COMMENT_NODE)).forEach((t=>this.wrapper.appendChild(t)))}updatePosition(){this.rafId&&cancelAnimationFrame(this.rafId),this.rafId=requestAnimationFrame((()=>{if(!this.parentRef||!this.wrapper)return;const t=this.parentRef.getBoundingClientRect();if(!t.width&&!t.height)return;const[e,i]=this.offset,C=F.ARROW_SIZE;let o=0,s=0;switch(this.placement){case"top":o=t.top+window.scrollY-this.wrapper.offsetHeight+i-C,s=t.left+window.scrollX+t.width/2-this.wrapper.offsetWidth/2+e;break;case"bottom":o=t.bottom+window.scrollY+i+C,s=t.left+window.scrollX+t.width/2-this.wrapper.offsetWidth/2+e;break;case"left":o=t.top+window.scrollY+t.height/2-this.wrapper.offsetHeight/2+i,s=t.left+window.scrollX-this.wrapper.offsetWidth-e-C;break;case"right":o=t.top+window.scrollY+t.height/2-this.wrapper.offsetHeight/2+i,s=t.right+window.scrollX+e+C}Object.assign(this.wrapper.style,{top:`${o}px`,left:`${s}px`})}))}observeParent(){this.parentRef&&(this.resizeObserver=new ResizeObserver((()=>this.updatePosition())),this.resizeObserver.observe(this.parentRef),this.mutationObserver=new MutationObserver((()=>this.updatePosition())),this.mutationObserver.observe(document.body,{childList:!0,subtree:!0}))}unobserveParent(){this.resizeObserver?.disconnect(),this.mutationObserver?.disconnect()}handleMouseDown(t){this.isInsideClick=!!(this.wrapper&&this.wrapper.contains(t.target)||this.parentRef&&this.parentRef.contains(t.target))}handleWindowClick(t){this.isInsideClick?this.isInsideClick=!1:this.wrapper?.contains(t.target)||this.close.emit()}render(){return C("slot",{key:"d3ee1daa4b0009285df341cc1d8b892fb2a2fed6"})}};F.style=".sd-floating-menu{width:fit-content;padding:12px 16px;border-radius:6px;font-size:12px;font-weight:500;line-height:20px;position:relative;box-sizing:border-box;background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF)}.sd-floating-menu .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--default{background:var(--sd-floating-bg, #07284A);color:var(--sd-floating-content, #FFFFFF);font-weight:500}.sd-floating-menu--default .sd-floating-menu__arrow{color:var(--sd-floating-bg, #07284A)}.sd-floating-menu--danger{background:var(--sd-floating-bg, #FCE6E6);color:var(--sd-floating-content, #FB4444);font-weight:700}.sd-floating-menu--danger .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FCE6E6)}.sd-floating-menu--warning{background:var(--sd-floating-bg, #FEF1EA);color:var(--sd-floating-content, #FF6B00);font-weight:700}.sd-floating-menu--warning .sd-floating-menu__arrow{color:var(--sd-floating-bg, #FEF1EA)}.sd-floating-menu--accent{background:var(--sd-floating-bg, #E6F1FF);color:var(--sd-floating-content, #0075FF);font-weight:700}.sd-floating-menu--accent .sd-floating-menu__arrow{color:var(--sd-floating-bg, #E6F1FF)}.sd-floating-menu__arrow{position:absolute;display:flex;width:16px;height:12px}.sd-floating-menu__arrow svg{width:100%;height:100%}.sd-floating-menu__arrow--top{bottom:-12px;left:50%;transform:translateX(-50%)}.sd-floating-menu__arrow--bottom{top:-12px;left:50%;transform:translateX(-50%) rotate(180deg)}.sd-floating-menu__arrow--left{right:-12px;top:50%;transform:translateY(-50%) rotate(-90deg)}.sd-floating-menu__arrow--right{left:-12px;top:50%;transform:translateY(-50%) rotate(90deg)}.sd-floating-menu__content{font-size:12px;line-height:20px}.sd-floating-menu__content .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px;margin-bottom:4px}.sd-floating-menu__content .sd-floating-menu__messages{font-weight:500}.sd-floating-menu__content .sd-floating-menu__buttons{margin-top:12px;display:flex;gap:8px;align-items:center}.sd-floating-menu__content .sd-floating-menu__buttons--1{justify-content:flex-end}.sd-floating-menu__content .sd-floating-menu__buttons--2{justify-content:space-between}.sd-floating-menu--popover{padding:16px 20px}.sd-floating-menu--popover .sd-floating-menu__content{gap:4px}.sd-floating-menu--popover .sd-floating-menu__title{font-size:14px;font-weight:700;line-height:24px}.sd-floating-menu--popover .sd-floating-menu__messages{font-size:12px;font-weight:500;line-height:20px}.sd-floating-menu__close-button{position:absolute;top:12px;right:12px;padding:0;background:none;border:none;cursor:pointer}";const z={...Object.freeze({__proto__:null,add:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.99951 1.27881C4.16517 1.27881 4.29927 1.41297 4.29932 1.57861V3.69971H6.42041C6.58599 3.69971 6.72101 3.83398 6.72119 3.99951C6.72119 4.1652 6.5861 4.29932 6.42041 4.29932H4.29932V6.42041C4.29932 6.5861 4.1652 6.72119 3.99951 6.72119C3.83398 6.72101 3.69971 6.58599 3.69971 6.42041V4.29932H1.57861C1.41297 4.29927 1.27881 4.16517 1.27881 3.99951C1.27899 3.83401 1.41308 3.69976 1.57861 3.69971H3.69971V1.57861C3.69976 1.41308 3.83401 1.27899 3.99951 1.27881Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.00006 1.5733C5.22094 1.5733 5.40039 1.75283 5.40045 1.97369V4.59967H8.02643C8.24729 4.59967 8.42673 4.77922 8.42682 5.00006C8.42682 5.22097 8.24734 5.40045 8.02643 5.40045H5.40045V8.02643C5.40045 8.24734 5.22097 8.42682 5.00006 8.42682C4.77922 8.42673 4.59967 8.24729 4.59967 8.02643V5.40045H1.97369C1.75283 5.40039 1.5733 5.22094 1.5733 5.00006C1.57339 4.77926 1.75289 4.59973 1.97369 4.59967H4.59967V1.97369C4.59973 1.75289 4.77926 1.57339 5.00006 1.5733Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 1.86816C6.2761 1.86816 6.49993 2.09208 6.5 2.36816V5.5H9.63184C9.90785 5.50015 10.1318 5.72395 10.1318 6C10.1318 6.27605 9.90785 6.49985 9.63184 6.5H6.5V9.63184C6.49985 9.90785 6.27605 10.1318 6 10.1318C5.72395 10.1318 5.50015 9.90785 5.5 9.63184V6.5H2.36816C2.09208 6.49993 1.86816 6.2761 1.86816 6C1.86817 5.7239 2.09209 5.50007 2.36816 5.5H5.5V2.36816C5.50007 2.09209 5.7239 1.86817 6 1.86816Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00067 2.65787C8.27661 2.65804 8.50057 2.88191 8.50067 3.15787V7.50064H12.8425C13.1186 7.50066 13.3425 7.72451 13.3425 8.00064C13.3423 8.27662 13.1185 8.50062 12.8425 8.50064H8.50067V12.8424C8.50065 13.1185 8.27665 13.3423 8.00067 13.3424C7.72454 13.3424 7.50069 13.1186 7.50067 12.8424V8.50064H3.1579C2.88194 8.50054 2.65807 8.27658 2.6579 8.00064C2.6579 7.72456 2.88184 7.50074 3.1579 7.50064H7.50067V3.15787C7.50077 2.88181 7.72459 2.65787 8.00067 2.65787Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0001 3.32236C10.3452 3.32236 10.6249 3.60228 10.6251 3.94736V9.37509H16.0528C16.3979 9.37509 16.6776 9.65507 16.6778 10.0001C16.6778 10.3453 16.398 10.6251 16.0528 10.6251H10.6251V16.0528C10.6251 16.398 10.3452 16.6778 10.0001 16.6778C9.65504 16.6776 9.37506 16.3979 9.37506 16.0528V10.6251H3.94733C3.60225 10.625 3.32233 10.3452 3.32233 10.0001C3.32251 9.65514 3.60236 9.37521 3.94733 9.37509H9.37506V3.94736C9.37518 3.60239 9.65511 3.32254 10.0001 3.32236Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.0005 3.98682C12.4146 3.98682 12.7503 4.32273 12.7505 4.73682V11.2505H19.2632C19.6774 11.2505 20.0132 11.5863 20.0132 12.0005C20.0132 12.4147 19.6774 12.7505 19.2632 12.7505H12.7505V19.2632C12.7505 19.6774 12.4147 20.0132 12.0005 20.0132C11.5863 20.0132 11.2505 19.6774 11.2505 19.2632V12.7505H4.73682C4.32273 12.7503 3.98682 12.4146 3.98682 12.0005C3.98682 11.5864 4.32273 11.2506 4.73682 11.2505H11.2505V4.73682C11.2506 4.32273 11.5864 3.98682 12.0005 3.98682Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,alert:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.13342 1.06971C4.55557 0.82384 5.08548 1.12803 5.08557 1.61659V6.38319C5.08552 6.85771 4.58316 7.16347 4.16174 6.94569L1.95471 5.80213H1.59143C1.0576 5.80209 0.624644 5.36918 0.624634 4.83534V3.31092C0.624798 2.77722 1.05769 2.34417 1.59143 2.34413H1.9469L4.13342 1.06971ZM4.43616 1.58827L2.32776 2.81678V5.31874L4.43713 6.41249C4.44445 6.41624 4.44986 6.41659 4.45374 6.41639C4.45842 6.41613 4.46472 6.41493 4.47034 6.41151C4.47573 6.40812 4.47974 6.40372 4.48206 6.39979C4.48399 6.39643 4.48595 6.39135 4.48596 6.38319V1.61659C4.48594 1.60814 4.48396 1.60324 4.48206 1.59999C4.47963 1.59595 4.47533 1.59076 4.46936 1.58729C4.46356 1.58398 4.4574 1.58257 4.45276 1.58241C4.44898 1.58235 4.44361 1.58396 4.43616 1.58827ZM6.20667 2.35194C6.32537 2.2368 6.51754 2.23696 6.63635 2.35194C7.62195 3.30945 7.62195 4.8622 6.63635 5.81971C6.51758 5.93476 6.32542 5.93479 6.20667 5.81971C6.08822 5.70441 6.08745 5.51717 6.20569 5.40174C6.95361 4.67513 6.95458 3.49652 6.20667 2.76991C6.08798 2.65444 6.08788 2.46734 6.20667 2.35194ZM1.59143 2.94374C1.38907 2.94378 1.22441 3.10859 1.22424 3.31092V4.83534C1.22425 5.03781 1.38897 5.20151 1.59143 5.20155H1.72717V2.94374H1.59143ZM5.47131 3.06678C5.59008 2.95146 5.78216 2.95157 5.901 3.06678C6.48041 3.62968 6.48041 4.54295 5.901 5.10585C5.78226 5.22058 5.58999 5.22069 5.47131 5.10585C5.35258 4.9905 5.35182 4.80238 5.47034 4.6869C5.81205 4.35492 5.813 3.81675 5.47131 3.48475C5.35248 3.3693 5.35248 3.18224 5.47131 3.06678Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.15332 1.31544C5.69773 0.998102 6.38177 1.39137 6.38184 2.0215V7.97951C6.3816 8.59154 5.73295 8.98568 5.18945 8.70412L2.4375 7.27833H1.98828C1.30737 7.2781 0.754954 6.72588 0.754883 6.04494V4.13869C0.755059 3.45783 1.30743 2.90552 1.98828 2.90529H2.42676L5.15332 1.31544ZM5.55664 2.00685L2.93457 3.53517V6.63478L5.55762 7.99415C5.56031 7.99552 5.56261 7.99594 5.56348 7.99611H5.56543C5.56707 7.99598 5.56987 7.99516 5.57324 7.99318C5.57682 7.991 5.5792 7.98875 5.58008 7.98732L5.58105 7.98537C5.58125 7.98466 5.58201 7.98275 5.58203 7.97951V2.0215C5.58202 2.01775 5.58124 2.01531 5.58105 2.01466L5.58008 2.01271C5.57915 2.01133 5.57692 2.00897 5.57324 2.00685C5.56933 2.00464 5.56597 2.00394 5.56445 2.00392H5.5625C5.56172 2.00417 5.5597 2.00507 5.55664 2.00685ZM7.73926 2.92287C7.89771 2.76893 8.156 2.76893 8.31445 2.92287C9.5561 4.12934 9.55515 6.08554 8.31348 7.29201C8.15507 7.44571 7.89864 7.44571 7.74023 7.29201C7.58222 7.13826 7.58153 6.88928 7.73926 6.73537C8.66425 5.83672 8.66425 4.37912 7.73926 3.48048C7.58132 3.32659 7.5812 3.07668 7.73926 2.92287ZM6.82031 3.81642C6.97876 3.66248 7.23608 3.66248 7.39453 3.81642C8.12857 4.52962 8.12851 5.68619 7.39453 6.39943C7.23609 6.55305 6.97867 6.55318 6.82031 6.39943C6.66202 6.24548 6.66289 5.99569 6.82129 5.84181C7.23832 5.43642 7.2375 4.77933 6.82031 4.37404C6.662 4.22019 6.66216 3.97036 6.82031 3.81642ZM1.98828 3.70607C1.74926 3.7063 1.55584 3.89965 1.55566 4.13869V6.04494C1.55573 6.28406 1.7492 6.4783 1.98828 6.47853H2.13379V3.70607H1.98828Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.17505 1.56076C6.84153 1.173 7.67784 1.65377 7.67798 2.42501V9.57443C7.67798 10.324 6.88361 10.8077 6.21802 10.4631L2.91821 8.75314H2.38599C1.55762 8.75307 0.886002 8.08151 0.885986 7.25314V4.96603C0.886233 4.13785 1.55777 3.46609 2.38599 3.46603H2.90649L6.17505 1.56076ZM3.54126 4.25314V7.94845L6.67798 9.57443V2.42501L3.54126 4.25314ZM9.27368 3.49337C9.47171 3.3013 9.7925 3.30122 9.99048 3.49337C11.4887 4.94889 11.4887 7.30934 9.99048 8.76486C9.79252 8.95693 9.47169 8.95685 9.27368 8.76486C9.07564 8.57246 9.0757 8.26002 9.27368 8.06759C10.3754 6.99699 10.3754 5.26124 9.27368 4.19064C9.07562 3.99822 9.07562 3.68579 9.27368 3.49337ZM8.17017 4.56564C8.36819 4.37326 8.68889 4.37333 8.88696 4.56564C9.77588 5.42923 9.77588 6.829 8.88696 7.69259C8.68891 7.88481 8.36818 7.88487 8.17017 7.69259C7.97233 7.50023 7.97236 7.18869 8.17017 6.9963C8.66296 6.51755 8.66296 5.74068 8.17017 5.26193C7.97229 5.06954 7.97229 4.75802 8.17017 4.56564ZM2.38599 4.46603C2.11005 4.46609 1.88623 4.69014 1.88599 4.96603V7.25314C1.886 7.52923 2.10991 7.75307 2.38599 7.75314H2.54126V4.46603H2.38599Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.31763 2.22546C9.09526 1.77257 10.0714 2.33331 10.0715 3.23327V12.7665C10.0714 13.6409 9.14487 14.2046 8.36841 13.8026L3.93481 11.5048H3.18188C2.16972 11.5045 1.3491 10.6839 1.34888 9.67174V6.62194C1.34905 5.60973 2.1697 4.7892 3.18188 4.78893H3.91919L8.31763 2.22546ZM9.07153 3.23327C9.07136 3.10497 8.9325 3.02545 8.82153 3.08971L4.55493 5.57604V10.6991L8.82837 12.9139C8.9392 12.9711 9.07142 12.8912 9.07153 12.7665V3.23327ZM12.4846 4.77428C12.6827 4.58186 13.0043 4.58186 13.2024 4.77428C15.1337 6.65071 15.1335 9.69269 13.2024 11.5692C13.0043 11.7616 12.6827 11.7616 12.4846 11.5692C12.2871 11.3768 12.2869 11.0652 12.4846 10.8729C14.0199 9.3812 14.02 6.96223 12.4846 5.47057C12.287 5.27818 12.2869 4.9666 12.4846 4.77428ZM3.18188 5.78893C2.72198 5.7892 2.34905 6.16201 2.34888 6.62194V9.67174C2.3491 10.1316 2.72201 10.5045 3.18188 10.5048H3.55493V5.78893H3.18188ZM11.0139 6.20299C11.212 6.01064 11.5336 6.0106 11.7317 6.20299C12.8507 7.2902 12.8505 9.05318 11.7317 10.1405C11.5336 10.3329 11.212 10.3329 11.0139 10.1405C10.816 9.94806 10.8159 9.63559 11.0139 9.44323C11.7367 8.74075 11.7368 7.60264 11.0139 6.90026C10.8159 6.70784 10.8159 6.39542 11.0139 6.20299Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.3964 2.78223C11.3685 2.21557 12.5885 2.91685 12.5887 4.04199V15.958C12.5887 17.0513 11.4306 17.7559 10.4598 17.2529L4.9198 14.3818H3.97839C2.71292 14.3817 1.68654 13.3553 1.6864 12.0898V8.27832C1.6864 7.01274 2.71283 5.98644 3.97839 5.98633H4.90027L10.3964 2.78223ZM11.3387 4.04199C11.3385 3.88147 11.165 3.78154 11.0262 3.8623L5.69421 6.96973V13.376L11.035 16.1436C11.1737 16.2153 11.3387 16.1142 11.3387 15.958V4.04199ZM15.6063 5.96777C15.8538 5.72748 16.2553 5.72756 16.5028 5.96777C18.9172 8.31334 18.9169 12.1162 16.5028 14.4619C16.2552 14.7024 15.8539 14.7024 15.6063 14.4619C15.3591 14.2214 15.3589 13.8312 15.6063 13.5908C17.5253 11.7262 17.5255 8.70338 15.6063 6.83887C15.3589 6.59833 15.3588 6.20823 15.6063 5.96777ZM3.97839 7.23633C3.40319 7.23644 2.9364 7.70309 2.9364 8.27832V12.0898C2.93654 12.665 3.40328 13.1317 3.97839 13.1318H4.44421V7.23633H3.97839ZM13.7675 7.75488C14.015 7.51436 14.4164 7.51437 14.6639 7.75488C16.0628 9.11392 16.0626 11.3166 14.6639 12.6758C14.4163 12.9161 14.0149 12.9162 13.7675 12.6758C13.5204 12.4353 13.5202 12.0451 13.7675 11.8047C14.671 10.9266 14.6712 9.50299 13.7675 8.625C13.5204 8.38457 13.5204 7.9953 13.7675 7.75488Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.4755 3.33801C13.642 2.65803 15.107 3.49956 15.1073 4.84973V19.1495C15.1071 20.4614 13.7164 21.3068 12.5516 20.7032L5.90027 17.257H4.77332C3.25468 17.2568 2.02338 16.0256 2.02332 14.507V9.93274C2.02332 8.41404 3.25464 7.18287 4.77332 7.18274H5.87878L12.4755 3.33801ZM13.6073 4.84973C13.607 4.65713 13.3978 4.53709 13.2313 4.63391L6.83289 8.36243V16.0499L13.2421 19.3712C13.4084 19.4573 13.6071 19.3368 13.6073 19.1495V4.84973ZM18.7274 7.16125C19.0245 6.87262 19.5065 6.87262 19.8036 7.16125C22.7006 9.976 22.7006 14.5399 19.8036 17.3546C19.5065 17.643 19.0245 17.643 18.7274 17.3546C18.4304 17.066 18.4305 16.5983 18.7274 16.3097C21.0306 14.0721 21.0306 10.4437 18.7274 8.20618C18.4304 7.91755 18.4303 7.44987 18.7274 7.16125ZM4.77332 8.68274C4.08307 8.68287 3.52332 9.24247 3.52332 9.93274V14.507C3.52338 15.1972 4.08311 15.7568 4.77332 15.757H5.33289V8.68274H4.77332ZM16.5214 9.30481C16.8184 9.01633 17.2995 9.01633 17.5966 9.30481C19.2754 10.9358 19.2754 13.5801 17.5966 15.2111C17.2995 15.4994 16.8184 15.4994 16.5214 15.2111C16.2243 14.9225 16.2244 14.4548 16.5214 14.1661C17.6058 13.1124 17.6058 11.4034 16.5214 10.3497C16.2243 10.0611 16.2243 9.59344 16.5214 9.30481Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,alignKorean:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.58368 3.7832C2.74921 3.78338 2.88348 3.91743 2.88348 4.08301V4.44922H3.58368C3.74922 4.44939 3.88348 4.58442 3.88348 4.75C3.88331 4.91543 3.74911 5.04963 3.58368 5.0498H3.23993C3.52292 5.19701 3.71649 5.49196 3.71649 5.83301C3.71649 6.32075 3.32138 6.71662 2.83368 6.7168H2.24969C1.76199 6.71662 1.36688 6.32075 1.36688 5.83301C1.36688 5.49196 1.56045 5.19701 1.84344 5.0498H1.41669C1.25111 5.0498 1.11706 4.91554 1.11688 4.75C1.11688 4.58431 1.251 4.44922 1.41669 4.44922H2.2829V4.08301C2.2829 3.91732 2.41799 3.7832 2.58368 3.7832ZM5.74969 1.2832C5.91538 1.2832 6.05048 1.41732 6.05048 1.58301V5.6377L6.36102 5.29492C6.47229 5.17226 6.66211 5.1632 6.78485 5.27441C6.90753 5.38567 6.91657 5.5755 6.80536 5.69824L5.97235 6.61816C5.91549 6.6808 5.8343 6.7168 5.74969 6.7168C5.66528 6.71671 5.58479 6.68062 5.52802 6.61816L4.69403 5.69824C4.58283 5.57546 4.59275 5.38565 4.71552 5.27441C4.8383 5.16323 5.02812 5.17216 5.13934 5.29492L5.44989 5.6377V1.58301C5.44989 1.41743 5.58416 1.28338 5.74969 1.2832ZM2.24969 5.5498C2.09336 5.54998 1.96649 5.67664 1.96649 5.83301C1.96649 5.98938 2.09336 6.11603 2.24969 6.11621H2.83368C2.99001 6.11603 3.11688 5.98938 3.11688 5.83301C3.11688 5.67664 2.99001 5.54998 2.83368 5.5498H2.24969ZM3.08368 1.2832C3.4332 1.28338 3.71632 1.56649 3.71649 1.91602V3.41602C3.71649 3.5817 3.58237 3.7168 3.41669 3.7168C3.251 3.7168 3.11688 3.5817 3.11688 3.41602V1.91602C3.11671 1.89786 3.10183 1.88299 3.08368 1.88281H1.41669C1.251 1.88281 1.11688 1.74869 1.11688 1.58301C1.11688 1.41732 1.251 1.2832 1.41669 1.2832H3.08368Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.22913 4.7041C3.45004 4.7041 3.62952 4.88358 3.62952 5.10449V5.53809H4.47913C4.69993 5.53809 4.87934 5.71674 4.87952 5.9375C4.87952 6.15841 4.70004 6.33789 4.47913 6.33789H4.14417C4.4605 6.53798 4.67151 6.89001 4.67151 7.29199C4.67151 7.91561 4.16525 8.4209 3.54163 8.4209H2.81311C2.18949 8.4209 1.68323 7.91561 1.68323 7.29199C1.68323 6.89001 1.89424 6.53798 2.21057 6.33789H1.77112C1.5502 6.33789 1.37073 6.15841 1.37073 5.9375C1.3709 5.71674 1.55031 5.53809 1.77112 5.53809H2.82971V5.10449C2.82971 4.88369 3.00836 4.70428 3.22913 4.7041ZM7.18811 1.5791C7.40887 1.57928 7.58752 1.75869 7.58752 1.97949V6.9834L7.93323 6.60254C8.08156 6.43915 8.33406 6.42706 8.49768 6.5752C8.6613 6.72344 8.67406 6.97593 8.526 7.13965L7.48401 8.29004C7.40827 8.37348 7.3008 8.42081 7.18811 8.4209C7.07523 8.4209 6.96706 8.37366 6.89124 8.29004L5.84924 7.13965C5.70135 6.97595 5.71406 6.7234 5.87756 6.5752C6.04128 6.42687 6.29466 6.43883 6.44299 6.60254L6.78772 6.9834V1.97949C6.78772 1.75858 6.9672 1.5791 7.18811 1.5791ZM2.81311 6.96289C2.63132 6.96289 2.48401 7.1102 2.48401 7.29199C2.48401 7.47379 2.63132 7.62109 2.81311 7.62109H3.54163C3.72342 7.62109 3.87073 7.47379 3.87073 7.29199C3.87073 7.1102 3.72342 6.96289 3.54163 6.96289H2.81311ZM3.85413 1.5791C4.30516 1.5791 4.67151 1.94545 4.67151 2.39648V4.27148C4.67133 4.49225 4.49192 4.6709 4.27112 4.6709C4.05031 4.6709 3.8709 4.49225 3.87073 4.27148V2.39648C3.87073 2.38728 3.86333 2.37988 3.85413 2.37988H1.77112C1.5502 2.37988 1.37073 2.20041 1.37073 1.97949C1.37073 1.75858 1.5502 1.5791 1.77112 1.5791H3.85413Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.875 5.625C4.15114 5.625 4.375 5.84886 4.375 6.125V6.625H5.375C5.65114 6.625 5.875 6.84886 5.875 7.125C5.875 7.40114 5.65114 7.625 5.375 7.625H5.03906C5.39308 7.87376 5.625 8.28446 5.625 8.75C5.625 9.50939 5.00939 10.125 4.25 10.125H3.375C2.61561 10.125 2 9.50939 2 8.75C2 8.28446 2.23192 7.87376 2.58594 7.625H2.125C1.84886 7.625 1.625 7.40114 1.625 7.125C1.625 6.84886 1.84886 6.625 2.125 6.625H3.375V6.125C3.375 5.84886 3.59886 5.625 3.875 5.625ZM8.625 1.875C8.90114 1.875 9.125 2.09886 9.125 2.375V8.32812L9.50488 7.90918C9.69035 7.70498 10.0065 7.68973 10.2109 7.875C10.4154 8.06044 10.4305 8.37648 10.2451 8.58105L8.99512 9.96094C8.90035 10.0653 8.76602 10.125 8.625 10.125C8.48398 10.125 8.34965 10.0653 8.25488 9.96094L7.00488 8.58105C6.81953 8.37648 6.83461 8.06044 7.03906 7.875C7.24355 7.68973 7.55965 7.70498 7.74512 7.90918L8.125 8.32812V2.375C8.125 2.09886 8.34886 1.875 8.625 1.875ZM3.375 8.375C3.16789 8.375 3 8.54289 3 8.75C3 8.95711 3.16789 9.125 3.375 9.125H4.25C4.45711 9.125 4.625 8.95711 4.625 8.75C4.625 8.54289 4.45711 8.375 4.25 8.375H3.375ZM4.625 1.875C5.17728 1.875 5.625 2.32272 5.625 2.875V5.125C5.625 5.40114 5.40114 5.625 5.125 5.625C4.84886 5.625 4.625 5.40114 4.625 5.125V2.875H2.125C1.84886 2.875 1.625 2.65114 1.625 2.375C1.625 2.09886 1.84886 1.875 2.125 1.875H4.625Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.16632 7.66666C5.44246 7.66666 5.66632 7.89051 5.66632 8.16666V8.99966H7.16632C7.44235 8.99966 7.66614 9.22367 7.66632 9.49966C7.66632 9.77581 7.44246 9.99966 7.16632 9.99966H5.66632C6.5868 9.99966 7.33331 10.7462 7.33331 11.6667C7.33331 12.5871 6.5868 13.3336 5.66632 13.3336H4.50031C3.57983 13.3336 2.83331 12.5871 2.83331 11.6667C2.83331 10.7462 3.57983 9.99966 4.50031 9.99966H2.83331C2.55717 9.99966 2.33331 9.77581 2.33331 9.49966C2.33349 9.22367 2.55728 8.99966 2.83331 8.99966H4.66632V8.16666C4.66632 7.89062 4.89033 7.66683 5.16632 7.66666ZM11.5003 2.66666C11.7763 2.66683 12.0003 2.89062 12.0003 3.16666V11.5358L12.7962 10.6579C12.9816 10.4534 13.2977 10.4383 13.5023 10.6237C13.7068 10.8091 13.7228 11.1252 13.5374 11.3297L11.8704 13.1686C11.7757 13.2731 11.6414 13.3336 11.5003 13.3336C11.3591 13.3336 11.224 13.2732 11.1292 13.1686L9.4632 11.3297C9.27788 11.1252 9.29304 10.8091 9.49738 10.6237C9.7019 10.4384 10.018 10.4535 10.2034 10.6579L11.0003 11.5368V3.16666C11.0003 2.89051 11.2242 2.66666 11.5003 2.66666ZM4.50031 10.9997C4.13212 10.9997 3.83331 11.2985 3.83331 11.6667C3.83331 12.0348 4.13212 12.3336 4.50031 12.3336H5.66632C6.03451 12.3336 6.33331 12.0348 6.33331 11.6667C6.33331 11.2985 6.03451 10.9997 5.66632 10.9997H4.50031ZM6.16632 2.66666C6.81065 2.66666 7.33331 3.18932 7.33331 3.83365V6.83365C7.33314 7.10964 7.10935 7.33365 6.83331 7.33365C6.55728 7.33365 6.33349 7.10964 6.33331 6.83365V3.83365C6.33331 3.7416 6.25837 3.66666 6.16632 3.66666H2.83331C2.55717 3.66666 2.33331 3.4428 2.33331 3.16666C2.33331 2.89051 2.55717 2.66666 2.83331 2.66666H6.16632Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.45862 9.58334C6.80365 9.58352 7.08362 9.86327 7.08362 10.2083V11.2503H8.95862C9.30365 11.2505 9.58362 11.5303 9.58362 11.8753C9.58344 12.2203 9.30354 12.5002 8.95862 12.5003H7.08362C8.23406 12.5005 9.16663 13.4329 9.16663 14.5833C9.16663 15.7338 8.23406 16.6662 7.08362 16.6664H5.62463C4.47419 16.6662 3.54163 15.7338 3.54163 14.5833C3.54163 13.4329 4.47419 12.5005 5.62463 12.5003H3.54163C3.19656 12.5003 2.9168 12.2204 2.91663 11.8753C2.91663 11.5302 3.19645 11.2503 3.54163 11.2503H5.83362V10.2083C5.83362 9.86317 6.11344 9.58334 6.45862 9.58334ZM14.3746 3.33334C14.7198 3.33334 14.9996 3.61317 14.9996 3.95834V14.4212L15.9948 13.3226C16.2264 13.0669 16.6218 13.0473 16.8776 13.2787C17.1333 13.5103 17.153 13.9057 16.9215 14.1615L14.8385 16.4613C14.72 16.592 14.5511 16.6664 14.3746 16.6664C14.1983 16.6663 14.0301 16.592 13.9117 16.4613L11.8287 14.1615C11.5971 13.9057 11.6159 13.5104 11.8717 13.2787C12.1275 13.047 12.5228 13.067 12.7545 13.3226L13.7496 14.4203V3.95834C13.7496 3.61327 14.0296 3.33352 14.3746 3.33334ZM5.62463 13.7503C5.16455 13.7505 4.79163 14.1232 4.79163 14.5833C4.79163 15.0435 5.16455 15.4162 5.62463 15.4164H7.08362C7.54371 15.4162 7.91663 15.0435 7.91663 14.5833C7.91663 14.1232 7.54371 13.7505 7.08362 13.7503H5.62463ZM7.70862 3.33334C8.51378 3.33352 9.16645 3.98619 9.16663 4.79135V8.54135C9.16663 8.88653 8.8868 9.16635 8.54163 9.16635C8.19645 9.16635 7.91663 8.88653 7.91663 8.54135V4.79135C7.91645 4.67655 7.82342 4.58352 7.70862 4.58334H3.54163C3.19645 4.58334 2.91663 4.30352 2.91663 3.95834C2.91663 3.61317 3.19645 3.33334 3.54163 3.33334H7.70862Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.74994 11.5C8.16415 11.5 8.49994 11.8358 8.49994 12.25V13.5H10.7499C11.1642 13.5 11.4999 13.8358 11.4999 14.25C11.4999 14.6642 11.1642 15 10.7499 15H8.49994C9.88065 15 10.9999 16.1193 10.9999 17.5C10.9999 18.8807 9.88065 20 8.49994 20H6.74994C5.36923 20 4.24994 18.8807 4.24994 17.5C4.24994 16.1193 5.36923 15 6.74994 15H4.24994C3.83573 15 3.49994 14.6642 3.49994 14.25C3.49994 13.8358 3.83573 13.5 4.24994 13.5H6.99994V12.25C6.99994 11.8358 7.33573 11.5 7.74994 11.5ZM17.2499 4C17.6642 4 17.9999 4.33579 17.9999 4.75V17.3047L19.1943 15.9873C19.4724 15.6803 19.9469 15.6565 20.2538 15.9346C20.5608 16.2127 20.5837 16.6872 20.3056 16.9941L17.8056 19.7539C17.6634 19.9107 17.4616 20 17.2499 20C17.0383 20 16.8364 19.9107 16.6943 19.7539L14.1943 16.9941L14.7499 16.4912L15.3056 15.9873L16.4999 17.3047V4.75C16.4999 4.33579 16.8357 4 17.2499 4ZM6.74994 16.5C6.19765 16.5 5.74994 16.9477 5.74994 17.5C5.74994 18.0523 6.19765 18.5 6.74994 18.5H8.49994C9.05222 18.5 9.49994 18.0523 9.49994 17.5C9.49994 16.9477 9.05222 16.5 8.49994 16.5H6.74994ZM14.246 15.9346C14.553 15.6565 15.0275 15.6803 15.3056 15.9873L14.1943 16.9941C13.9162 16.6872 13.9391 16.2127 14.246 15.9346ZM9.24994 4C10.2164 4 10.9999 4.7835 10.9999 5.75V10.25C10.9999 10.6642 10.6642 11 10.2499 11C9.83573 11 9.49994 10.6642 9.49994 10.25V5.75C9.49994 5.61193 9.38801 5.5 9.24994 5.5H4.24994C3.83573 5.5 3.49994 5.16421 3.49994 4.75C3.49994 4.33579 3.83573 4 4.24994 4H9.24994Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,archive:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.62451 0.658203C1.79018 0.658203 1.92428 0.792351 1.92432 0.958008V2.18848H3.5083V1.99707C3.50835 1.85121 3.56612 1.71136 3.66846 1.60742C3.77286 1.50155 3.91526 1.44146 4.06396 1.44141H4.93896C5.19089 1.44157 5.41508 1.60339 5.49365 1.84277L5.521 1.92578C5.53231 1.95983 5.56419 1.9834 5.6001 1.9834H6.09131C6.4133 1.98361 6.67529 2.24437 6.67529 2.56641V3.52441C6.67529 3.84645 6.4133 4.10819 6.09131 4.1084H4.09131C3.76929 4.10822 3.5083 3.84647 3.5083 3.52441V2.78906H1.92432V5.79102C1.92432 5.80929 1.93929 5.82401 1.95752 5.82422H3.5083V5.23047C3.50835 5.08461 3.56612 4.94476 3.66846 4.84082C3.77287 4.73493 3.91525 4.67486 4.06396 4.6748H4.93896C5.19089 4.67497 5.41508 4.83679 5.49365 5.07617L5.521 5.15918C5.53233 5.1932 5.56421 5.2168 5.6001 5.2168H6.09131C6.4133 5.21701 6.67529 5.47777 6.67529 5.7998V6.75781C6.67526 7.07982 6.41328 7.34159 6.09131 7.3418H4.09131C3.76931 7.34162 3.50833 7.07984 3.5083 6.75781V6.4248H1.95752C1.60792 6.4246 1.32471 6.14067 1.32471 5.79102V0.958008C1.32474 0.792371 1.45887 0.658236 1.62451 0.658203ZM4.06396 5.1748C4.04915 5.17486 4.03437 5.18089 4.02393 5.19141C4.01379 5.20179 4.00835 5.21596 4.0083 5.23047V6.75781C4.00833 6.8037 4.04545 6.84162 4.09131 6.8418H6.09131C6.13714 6.84159 6.17526 6.80368 6.17529 6.75781V5.7998C6.17529 5.75391 6.13716 5.717 6.09131 5.7168H5.6001C5.34819 5.7168 5.12416 5.55466 5.04541 5.31543L5.01807 5.23242C5.00688 5.19833 4.97482 5.17497 4.93896 5.1748H4.06396ZM4.06396 1.94141C4.04916 1.94146 4.03437 1.94751 4.02393 1.95801C4.01379 1.96839 4.00835 1.98256 4.0083 1.99707V3.52441C4.0083 3.57033 4.04543 3.60822 4.09131 3.6084H6.09131C6.13716 3.60819 6.17529 3.57031 6.17529 3.52441V2.56641C6.17529 2.52051 6.13716 2.4836 6.09131 2.4834H5.6001C5.34818 2.4834 5.12415 2.3213 5.04541 2.08203L5.01807 1.99902C5.00688 1.96493 4.97482 1.94157 4.93896 1.94141H4.06396Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.04395 0.810547C2.26483 0.810547 2.44429 0.990059 2.44434 1.21094V2.72461H4.39844V2.51074C4.39844 2.32833 4.47065 2.15244 4.59863 2.02246C4.7292 1.89006 4.90779 1.81543 5.09375 1.81543H6.18652C6.50152 1.81553 6.78165 2.01807 6.87988 2.31738L6.91406 2.4209C6.92823 2.46341 6.96785 2.49218 7.0127 2.49219H7.62793C8.03038 2.49249 8.35645 2.81916 8.35645 3.22168V4.41992C8.35614 4.82218 8.03019 5.14813 7.62793 5.14844H5.12793C4.72541 5.14844 4.39875 4.82237 4.39844 4.41992V3.52441H2.44434V7.25293C2.44451 7.26196 2.45188 7.26949 2.46094 7.26953H4.39844V6.55176C4.39855 6.36949 4.47075 6.19336 4.59863 6.06348C4.72917 5.93128 4.90794 5.85645 5.09375 5.85645H6.18652C6.50142 5.85655 6.78156 6.05926 6.87988 6.3584L6.91406 6.46191C6.92814 6.50459 6.96775 6.53319 7.0127 6.5332H7.62793C8.03024 6.53351 8.35622 6.86036 8.35645 7.2627V8.46094C8.35627 8.86331 8.03027 9.18915 7.62793 9.18945H5.12793C4.72533 9.18945 4.39861 8.86349 4.39844 8.46094V8.06934H2.46094C2.01005 8.06929 1.64373 7.70379 1.64355 7.25293V1.21094C1.6436 0.990084 1.82309 0.810588 2.04395 0.810547ZM5.09375 6.48145C5.07538 6.48145 5.05701 6.48907 5.04395 6.50195C5.03118 6.51492 5.02355 6.53356 5.02344 6.55176V7.62891C5.02478 7.64214 5.02733 7.65536 5.02734 7.66895C5.02734 7.6825 5.02476 7.69577 5.02344 7.70898V8.46094C5.02361 8.51832 5.07051 8.56445 5.12793 8.56445H7.62793C7.68509 8.56415 7.73127 8.51813 7.73145 8.46094V7.2627C7.73123 7.20554 7.68506 7.15851 7.62793 7.1582H7.0127C6.6978 7.15819 6.41873 6.9563 6.32031 6.65723L6.28613 6.55273C6.27195 6.51036 6.23124 6.48155 6.18652 6.48145H5.09375ZM5.09375 2.44043C5.07522 2.44043 5.05703 2.44785 5.04395 2.46094C5.03109 2.474 5.02344 2.49241 5.02344 2.51074V3.08105C5.02503 3.09554 5.02734 3.11009 5.02734 3.125C5.02733 3.13856 5.02477 3.15183 5.02344 3.16504V4.41992C5.02375 4.47719 5.07059 4.52344 5.12793 4.52344H7.62793C7.68501 4.52314 7.73114 4.477 7.73145 4.41992V3.22168C7.73145 3.16434 7.6852 3.11749 7.62793 3.11719H7.0127C6.69791 3.11718 6.41882 2.91512 6.32031 2.61621L6.28613 2.51172C6.27204 2.46918 6.23134 2.44053 6.18652 2.44043H5.09375Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.4624 0.962402C2.73851 0.962402 2.96235 1.1863 2.9624 1.4624V3.2583H5.2876V3.02197C5.2876 2.80332 5.3736 2.59294 5.52686 2.43701C5.68358 2.27784 5.89821 2.18799 6.12158 2.18799H7.43408C7.81204 2.18815 8.14726 2.43139 8.26514 2.79053L8.30615 2.91455C8.32313 2.96541 8.37068 3.00031 8.42432 3.00049H9.1626C9.6458 3.00054 10.0376 3.39227 10.0376 3.87549V5.31299C10.0373 5.79598 9.64564 6.18794 9.1626 6.18799H6.1626C5.67951 6.18799 5.28786 5.79601 5.2876 5.31299V4.2583H2.9624V8.7124H5.2876V7.87158C5.2876 7.65283 5.37347 7.44257 5.52686 7.28662C5.68358 7.12745 5.89821 7.0376 6.12158 7.0376H7.43408C7.81204 7.03776 8.14726 7.281 8.26514 7.64014L8.30615 7.76416C8.32302 7.81522 8.37055 7.84992 8.42432 7.8501H9.1626C9.6458 7.85015 10.0376 8.24188 10.0376 8.7251V10.1626C10.0375 10.6458 9.64577 11.0375 9.1626 11.0376H6.1626C5.67938 11.0376 5.28765 10.6458 5.2876 10.1626V9.7124H2.9624C2.41016 9.71235 1.9624 9.26466 1.9624 8.7124V1.4624C1.96245 1.18633 2.18633 0.962452 2.4624 0.962402ZM6.12158 7.7876C6.09913 7.7876 6.07776 7.79699 6.06201 7.81299C6.0466 7.82866 6.0376 7.8496 6.0376 7.87158V9.06494C6.05211 9.11175 6.062 9.16083 6.06201 9.2124C6.06201 9.26395 6.05208 9.31308 6.0376 9.35986V10.1626C6.03765 10.2316 6.09359 10.2876 6.1626 10.2876H9.1626C9.23156 10.2875 9.28755 10.2316 9.2876 10.1626V8.7251C9.2876 8.65609 9.23159 8.60015 9.1626 8.6001H8.42432C8.04641 8.59992 7.71116 8.35663 7.59326 7.99756L7.55225 7.87354C7.53539 7.82243 7.48788 7.78776 7.43408 7.7876H6.12158ZM6.12158 2.93799C6.09913 2.93799 6.07776 2.94738 6.06201 2.96338C6.04672 2.97903 6.0376 3.00009 6.0376 3.02197V3.61084C6.05213 3.65765 6.06196 3.70675 6.06201 3.7583C6.06201 3.80985 6.05208 3.85898 6.0376 3.90576V5.31299C6.03786 5.3818 6.09373 5.43799 6.1626 5.43799H9.1626C9.23143 5.43794 9.28733 5.38177 9.2876 5.31299V3.87549C9.2876 3.80648 9.23159 3.75054 9.1626 3.75049H8.42432C8.04654 3.75031 7.71127 3.50682 7.59326 3.14795L7.55225 3.02393C7.53539 2.97282 7.48788 2.93815 7.43408 2.93799H6.12158Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.2002 1.3667C3.4763 1.3667 3.70013 1.59061 3.7002 1.8667V4.42822H6.9668V3.94482C6.9669 3.65327 7.08167 3.37337 7.28613 3.16553C7.49496 2.95344 7.78051 2.83366 8.07812 2.8335H9.82812C10.3322 2.8335 10.7792 3.15737 10.9365 3.63623L10.9912 3.80225C11.0136 3.8705 11.0776 3.91632 11.1494 3.9165H12.1338C12.778 3.91668 13.2998 4.43927 13.2998 5.0835V7.00049C13.2996 7.64456 12.7779 8.16633 12.1338 8.1665H8.13379C7.48966 8.16639 6.96697 7.6446 6.9668 7.00049V5.42822H3.7002V11.5337C3.70037 11.6255 3.7753 11.6996 3.86719 11.6997H6.9668V10.4116C6.9669 10.1201 7.08171 9.84016 7.28613 9.63232C7.49496 9.42024 7.78051 9.30045 8.07812 9.30029H9.82812C10.3322 9.30029 10.7792 9.62413 10.9365 10.103L10.9912 10.269C11.0137 10.3373 11.0776 10.3831 11.1494 10.3833H12.1338C12.778 10.3835 13.2998 10.9061 13.2998 11.5503V13.4673C13.2996 14.1113 12.7778 14.6331 12.1338 14.6333H8.13379C7.4897 14.6332 6.96704 14.1113 6.9668 13.4673V12.6997H3.86719C3.22302 12.6996 2.70037 12.1778 2.7002 11.5337V1.8667C2.70026 1.59065 2.92415 1.36677 3.2002 1.3667ZM8.07812 10.3003C8.04847 10.3005 8.01987 10.3124 7.99902 10.3335C7.97864 10.3543 7.9669 10.3825 7.9668 10.4116V13.4673C7.96704 13.5591 8.04198 13.6332 8.13379 13.6333H12.1338C12.2255 13.6331 12.2996 13.559 12.2998 13.4673V11.5503C12.2998 11.4584 12.2257 11.3835 12.1338 11.3833H11.1494C10.6455 11.3831 10.1982 11.0594 10.041 10.5806L9.98633 10.4146C9.96372 10.3464 9.89996 10.3003 9.82812 10.3003H8.07812ZM8.07812 3.8335C8.04847 3.83365 8.01987 3.84559 7.99902 3.8667C7.9786 3.8875 7.9669 3.91568 7.9668 3.94482V7.00049C7.96697 7.09232 8.04194 7.16639 8.13379 7.1665H12.1338C12.2256 7.16633 12.2996 7.09228 12.2998 7.00049V5.0835C12.2998 4.99156 12.2257 4.91668 12.1338 4.9165H11.1494C10.6454 4.91632 10.1982 4.59265 10.041 4.11377L9.98633 3.94775C9.9637 3.87964 9.89994 3.8335 9.82812 3.8335H8.07812Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.99951 1.70801C4.34464 1.70801 4.62443 1.9879 4.62451 2.33301V5.53516H8.7085V4.93066C8.70862 4.56611 8.85218 4.21588 9.10791 3.95605C9.36907 3.69108 9.72608 3.54102 10.0981 3.54102H12.2856C12.9155 3.54129 13.4748 3.94652 13.6714 4.54492L13.7388 4.75195C13.7668 4.83746 13.847 4.89549 13.937 4.89551H15.1665C15.9715 4.89577 16.6252 5.54848 16.6255 6.35352V8.74902C16.6255 9.55428 15.9717 10.2077 15.1665 10.208H10.1665C9.36124 10.2078 8.7085 9.55433 8.7085 8.74902V6.78516H4.62451V14.416C4.62451 14.5309 4.71768 14.6247 4.83252 14.625H8.7085V13.0146C8.7085 12.6499 8.85207 12.3 9.10791 12.04C9.3691 11.7749 9.72593 11.625 10.0981 11.625H12.2856C12.9156 11.6253 13.4749 12.0303 13.6714 12.6289L13.7388 12.8359C13.7669 12.9213 13.8471 12.9795 13.937 12.9795H15.1665C15.9717 12.9798 16.6255 13.6322 16.6255 14.4375V16.833C16.6254 17.6382 15.9716 18.2917 15.1665 18.292H10.1665C9.36129 18.2918 8.70858 17.6382 8.7085 16.833V15.875H4.83252C4.02732 15.8747 3.37451 15.2213 3.37451 14.416V2.33301C3.37459 1.98795 3.65445 1.70809 3.99951 1.70801ZM10.0981 12.875C10.0608 12.875 10.0248 12.8904 9.99854 12.917C9.97294 12.9431 9.9585 12.9781 9.9585 13.0146V16.833C9.95858 16.9479 10.0516 17.0418 10.1665 17.042H15.1665C15.2813 17.0417 15.3754 16.9478 15.3755 16.833V14.4375C15.3755 14.3226 15.2813 14.2297 15.1665 14.2295H13.937C13.3069 14.2295 12.7479 13.8242 12.5513 13.2256L12.4839 13.0186C12.4559 12.9332 12.3754 12.8753 12.2856 12.875H10.0981ZM10.0981 4.79102C10.061 4.79102 10.0247 4.80665 9.99854 4.83301C9.97306 4.85899 9.95863 4.89428 9.9585 4.93066V8.74902C9.9585 8.86398 10.0516 8.95783 10.1665 8.95801H15.1665C15.2813 8.95775 15.3755 8.86392 15.3755 8.74902V6.35352C15.3752 6.23884 15.2812 6.14576 15.1665 6.14551H13.937C13.3068 6.14549 12.7478 5.74036 12.5513 5.1416L12.4839 4.93457C12.4558 4.8494 12.3753 4.79129 12.2856 4.79102H10.0981Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.7998 2.0498C5.21396 2.0498 5.54971 2.38568 5.5498 2.7998V6.64258H10.4502V5.91797C10.4502 5.48024 10.6226 5.05999 10.9297 4.74805C11.2431 4.42976 11.6715 4.25 12.1182 4.25H14.7422L14.8828 4.25586C15.5805 4.31175 16.1841 4.78049 16.4053 5.4541L16.4873 5.70312C16.5211 5.8056 16.6167 5.875 16.7246 5.875H18.2002C19.1666 5.8751 19.9502 6.65856 19.9502 7.625V10.5C19.9502 11.4664 19.1666 12.2499 18.2002 12.25H12.2002C11.2337 12.25 10.4502 11.4665 10.4502 10.5V8.14258H5.5498V17.2998C5.5498 17.4378 5.66182 17.5497 5.7998 17.5498H10.4502V15.6182C10.4502 15.1804 10.6226 14.7602 10.9297 14.4482C11.2431 14.1299 11.6714 13.9502 12.1182 13.9502H14.7422L14.8828 13.9561C15.5805 14.012 16.1841 14.4807 16.4053 15.1543L16.4873 15.4033C16.5211 15.5057 16.6167 15.5752 16.7246 15.5752H18.2002C19.1666 15.5753 19.9502 16.3588 19.9502 17.3252V20.2002C19.9501 21.1665 19.1665 21.9501 18.2002 21.9502H12.2002C11.2338 21.9502 10.4503 21.1666 10.4502 20.2002V19.0498H5.7998C4.83339 19.0497 4.0498 18.2662 4.0498 17.2998V2.7998C4.0499 2.38574 4.38574 2.0499 4.7998 2.0498ZM12.1182 15.4502C12.0733 15.4502 12.0295 15.468 11.998 15.5C11.9672 15.5313 11.9502 15.5742 11.9502 15.6182V20.2002C11.9503 20.3382 12.0622 20.4502 12.2002 20.4502H18.2002C18.3381 20.4501 18.4501 20.3381 18.4502 20.2002V17.3252C18.4502 17.1872 18.3382 17.0753 18.2002 17.0752H16.7246C15.9685 17.0752 15.2974 16.5894 15.0615 15.8711L14.9805 15.6221C14.9552 15.5451 14.8944 15.4872 14.8203 15.4629L14.7422 15.4502H12.1182ZM12.1182 5.75C12.0733 5.75 12.0295 5.76787 11.998 5.7998C11.9672 5.83115 11.9502 5.874 11.9502 5.91797V10.5C11.9502 10.6381 12.0621 10.75 12.2002 10.75H18.2002C18.3382 10.7499 18.4502 10.638 18.4502 10.5V7.625C18.4502 7.48699 18.3382 7.3751 18.2002 7.375H16.7246C15.9684 7.375 15.2974 6.88934 15.0615 6.1709L14.9805 5.92188C14.9552 5.84493 14.8944 5.78703 14.8203 5.7627L14.7422 5.75H12.1182Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,arrow2Down:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00001 0.924988V7.07499M4.00001 7.07499L1.60001 4.67499M4.00001 7.07499L6.40001 4.67499",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round","stroke-linejoin":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5 1.15625V8.84375M5 8.84375L2 5.84375M5 8.84375L8 5.84375",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round","stroke-linejoin":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.99999 1.38751V10.6125M5.99999 10.6125L2.39999 7.01251M5.99999 10.6125L9.59999 7.01251",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00001 1.85001V14.15M8.00001 14.15L3.20001 9.35001M8.00001 14.15L12.8 9.35001",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10 2.3125V17.6875M10 17.6875L4 11.6875M10 17.6875L16 11.6875",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round","stroke-linejoin":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 2.77499V21.225M12 21.225L4.79999 14.025M12 21.225L19.2 14.025",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}))}}),...Object.freeze({__proto__:null,arrow2Left:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.07501 4.00002L0.925012 4.00002M0.925012 4.00002L3.32501 6.40002M0.925012 4.00002L3.32501 1.60003",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round","stroke-linejoin":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.84375 5L1.15625 5M1.15625 5L4.15625 8M1.15625 5L4.15625 2",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round","stroke-linejoin":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.6125 5.99998L1.38749 5.99998M1.38749 5.99998L4.98749 9.59998M1.38749 5.99998L4.98749 2.39998",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.15 7.99999L1.84999 7.99999M1.84999 7.99999L6.64999 12.8M1.84999 7.99999L6.64999 3.19999",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6875 10L2.3125 10M2.3125 10L8.3125 16M2.3125 10L8.3125 4",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round","stroke-linejoin":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.225 12L2.77501 12M2.77501 12L9.97501 19.2M2.77501 12L9.97501 4.80001",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}))}}),...Object.freeze({__proto__:null,arrow2Right:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M0.924988 3.99998L7.07499 3.99998M7.07499 3.99998L4.67499 1.59998M7.07499 3.99998L4.67499 6.39998",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round","stroke-linejoin":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.15625 5L8.84375 5M8.84375 5L5.84375 2M8.84375 5L5.84375 8",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round","stroke-linejoin":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.38751 6.00002L10.6125 6.00003M10.6125 6.00003L7.01251 2.40002M10.6125 6.00003L7.01251 9.60002",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.85001 8.00001L14.15 8.00001M14.15 8.00001L9.35001 3.20001M14.15 8.00001L9.35001 12.8",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.3125 10L17.6875 10M17.6875 10L11.6875 4M17.6875 10L11.6875 16",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round","stroke-linejoin":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.77499 12L21.225 12M21.225 12L14.025 4.79999M21.225 12L14.025 19.2",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}))}}),...Object.freeze({__proto__:null,arrow2Up:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00001 7.07501V0.925012M4.00001 0.925012L1.60001 3.32501M4.00001 0.925012L6.40001 3.32501",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round","stroke-linejoin":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5 8.84375V1.15625M5 1.15625L2 4.15625M5 1.15625L8 4.15625",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round","stroke-linejoin":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.99999 10.6125V1.38749M5.99999 1.38749L2.39999 4.98749M5.99999 1.38749L9.59999 4.98749",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00001 14.15V1.84999M8.00001 1.84999L3.20001 6.64999M8.00001 1.84999L12.8 6.64999",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10 17.6875V2.3125M10 2.3125L4 8.3125M10 2.3125L16 8.3125",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round","stroke-linejoin":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 21.225V2.77501M12 2.77501L4.79999 9.97501M12 2.77501L19.2 9.97501",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}))}}),...Object.freeze({__proto__:null,arrow2UpDown:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.96661 0.776373C2.08048 0.674571 2.25314 0.674546 2.367 0.776373L3.867 2.11817C3.9901 2.22857 4.00052 2.41762 3.89043 2.54102C3.78001 2.66449 3.59011 2.67579 3.46661 2.56544L2.46661 1.6709V7.00001C2.46661 7.16567 2.33245 7.29977 2.1668 7.29981C2.00112 7.29981 1.867 7.16569 1.867 7.00001V1.6709L0.866997 2.56544C0.743506 2.67582 0.553606 2.66447 0.443169 2.54102C0.333037 2.41761 0.343447 2.22858 0.466606 2.11817L1.96661 0.776373ZM5.83379 0.700201C5.99929 0.700418 6.1336 0.834455 6.1336 1.00001V6.32911L7.1336 5.43458C7.25711 5.32439 7.44706 5.33558 7.55743 5.45899C7.6673 5.58234 7.65687 5.77146 7.53399 5.88184L6.03399 7.22364C5.92019 7.32541 5.74748 7.32528 5.6336 7.22364L4.1336 5.88184C4.01044 5.77143 4.00003 5.58241 4.11016 5.45899C4.22062 5.33569 4.41055 5.32424 4.53399 5.43458L5.53399 6.32911V1.00001C5.53399 0.834321 5.66811 0.700202 5.83379 0.700201Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.44189 0.952148C2.59372 0.816409 2.82327 0.816377 2.97509 0.952148L4.85009 2.62891C5.0146 2.77618 5.02851 3.02874 4.88134 3.19336C4.73408 3.35793 4.48153 3.3718 4.31689 3.22461L3.10888 2.14453V8.75C3.10888 8.97088 2.92936 9.15034 2.70849 9.15039C2.48757 9.15039 2.3081 8.97091 2.3081 8.75V2.14453L1.10009 3.22461C0.935465 3.37183 0.682918 3.3579 0.535636 3.19336C0.388398 3.02872 0.402304 2.77618 0.566886 2.62891L2.44189 0.952148ZM7.29149 0.849609C7.51241 0.849609 7.69189 1.02909 7.69189 1.25V7.85547L8.89989 6.77539C9.0645 6.62819 9.31706 6.64216 9.46435 6.80664C9.61158 6.97128 9.59768 7.22382 9.4331 7.37109L7.5581 9.04785C7.40626 9.18353 7.17669 9.1836 7.02489 9.04785L5.14989 7.37109C4.98547 7.22383 4.97155 6.97124 5.11864 6.80664C5.26588 6.6421 5.51845 6.62827 5.6831 6.77539L6.8911 7.85547V1.25C6.8911 1.02916 7.07069 0.849734 7.29149 0.849609Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.91715 1.12697C3.10683 0.957696 3.3935 0.957658 3.58316 1.12697L5.83316 3.13966C6.0389 3.32372 6.05715 3.6399 5.8732 3.84572C5.68917 4.0515 5.37299 4.0687 5.16715 3.88478L3.75016 2.61818V10.5C3.75016 10.7761 3.52624 11 3.25016 11C2.97401 11 2.75016 10.7762 2.75016 10.5V2.61818L1.33316 3.88478C1.12734 4.06875 0.811166 4.05147 0.627108 3.84572C0.443086 3.63988 0.461331 3.32373 0.667147 3.13966L2.91715 1.12697ZM8.75016 1.00002C9.02625 1.00008 9.25016 1.22391 9.25016 1.50002V9.38185L10.6671 8.11525C10.873 7.93133 11.1892 7.94853 11.3732 8.15431C11.5572 8.36013 11.5389 8.67631 11.3332 8.86037L9.08316 10.8731C8.8935 11.0424 8.60683 11.0423 8.41715 10.8731L6.16715 8.86037C5.96133 8.6763 5.94309 8.36015 6.12711 8.15431C6.31117 7.94856 6.62734 7.93128 6.83316 8.11525L8.25015 9.38185V1.50002C8.25015 1.22387 8.47401 1.00002 8.75016 1.00002Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.00055 1.62696C4.19023 1.45771 4.47691 1.45766 4.66657 1.62696L7.66657 4.31055C7.8723 4.49462 7.89059 4.8108 7.70661 5.01661C7.5226 5.22232 7.20638 5.23948 7.00055 5.05567L4.83356 3.11817V14C4.83356 14.2761 4.60963 14.4999 4.33356 14.5C4.05742 14.5 3.83356 14.2761 3.83356 14V3.11817L1.66657 5.05567C1.46076 5.23954 1.14455 5.22228 0.960513 5.01661C0.776431 4.81077 0.794715 4.49463 1.00055 4.31055L4.00055 1.62696ZM11.6666 1.50001C11.9427 1.50001 12.1666 1.72386 12.1666 2.00001V12.8818L14.3336 10.9443C14.5394 10.7605 14.8556 10.7777 15.0396 10.9834C15.2237 11.1892 15.2054 11.5054 14.9996 11.6895L11.9996 14.3731C11.8099 14.5423 11.5232 14.5424 11.3336 14.3731L8.33356 11.6895C8.12784 11.5054 8.10955 11.1892 8.29352 10.9834C8.47752 10.7777 8.79374 10.7605 8.99958 10.9443L11.1666 12.8818V2.00001C11.1666 1.72392 11.3905 1.5001 11.6666 1.50001Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99994 2.03418C5.23719 1.82211 5.59672 1.82204 5.83393 2.03418L9.58393 5.3877C9.84095 5.6178 9.86269 6.0133 9.63276 6.27051C9.40267 6.52763 9.00719 6.54929 8.74994 6.31934L6.04194 3.89844V17.5C6.04194 17.8451 5.76203 18.1249 5.41694 18.125C5.07176 18.125 4.79194 17.8452 4.79194 17.5V3.89844L2.08393 6.31934C1.82671 6.54937 1.43125 6.52758 1.20112 6.27051C0.97106 6.01326 0.992793 5.61782 1.24994 5.3877L4.99994 2.03418ZM14.583 1.875C14.9281 1.875 15.208 2.15482 15.208 2.5V16.1016L17.916 13.6807C18.1731 13.4507 18.5686 13.4725 18.7988 13.7295C19.0288 13.9867 19.0071 14.3822 18.7499 14.6123L14.9999 17.9658C14.7627 18.1778 14.4031 18.1779 14.166 17.9658L10.416 14.6123C10.1591 14.3822 10.1374 13.9867 10.3671 13.7295C10.5972 13.4724 10.9927 13.4508 11.2499 13.6807L13.958 16.1016V2.5C13.958 2.15498 14.238 1.87525 14.583 1.875Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.00024 2.44141C6.28493 2.18692 6.7156 2.18684 7.00024 2.44141L11.5002 6.46582C11.8086 6.74196 11.8347 7.21579 11.5588 7.52441C11.2827 7.83288 10.8089 7.85893 10.5002 7.58301L7.25024 4.67676V21C7.25024 21.4141 6.91435 21.7499 6.50024 21.75C6.08603 21.75 5.75024 21.4142 5.75024 21V4.67676L2.50024 7.58301L2.44067 7.63184C2.1333 7.85527 1.70057 7.81355 1.44165 7.52441C1.18284 7.23502 1.18941 6.80028 1.44556 6.51953L1.50024 6.46582L6.00024 2.44141ZM17.5002 2.25C17.9144 2.25012 18.2502 2.58586 18.2502 3V19.3232L21.5002 16.417C21.8089 16.1411 22.2827 16.1671 22.5588 16.4756C22.8347 16.7842 22.8086 17.258 22.5002 17.5342L18.0002 21.5586C17.7156 21.8132 17.2849 21.8131 17.0002 21.5586L12.5002 17.5342L12.4456 17.4805C12.1894 17.1997 12.1828 16.765 12.4417 16.4756C12.7006 16.1865 13.1333 16.1447 13.4407 16.3682L13.5002 16.417L16.7502 19.3232V3C16.7502 2.58579 17.086 2.25 17.5002 2.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,arrowDown:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.06668 2.5L4.05829 5.44299C4.0259 5.47468 3.97413 5.47468 3.94174 5.44299L0.933348 2.5",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.83334 3.125L5.07285 6.80374C5.03237 6.84335 4.96765 6.84335 4.92717 6.80374L1.16668 3.125",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.6 3.75L6.08742 8.16449C6.03883 8.21202 5.96118 8.21202 5.91259 8.16449L1.40001 3.75",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1333 5L8.11655 10.886C8.05177 10.9494 7.94823 10.9494 7.88345 10.886L1.86667 5",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6667 6.25L10.1457 13.6075C10.0647 13.6867 9.93528 13.6867 9.8543 13.6075L2.33332 6.25",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.2 7.5L12.1748 16.329C12.0777 16.424 11.9224 16.424 11.8252 16.329L2.80001 7.5",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,arrowLeft:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.5 0.933319L2.55701 3.94171C2.52532 3.9741 2.52532 4.02587 2.55701 4.05826L5.5 7.06665",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.875 1.16666L3.19626 4.92715C3.15665 4.96763 3.15665 5.03235 3.19626 5.07283L6.875 8.83332",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.25 1.39999L3.83551 5.91258C3.78798 5.96117 3.78798 6.03882 3.83551 6.08741L8.25 10.6",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11 1.86667L5.11401 7.88345C5.05064 7.94823 5.05065 8.05177 5.11402 8.11655L11 14.1333",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.75 2.33334L6.39252 9.85432C6.31331 9.9353 6.31331 10.0647 6.39252 10.1457L13.75 17.6667",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.5 2.8L7.67102 11.8252C7.57597 11.9223 7.57597 12.0777 7.67102 12.1748L16.5 21.2",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,arrowLeftEnd:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.26831 0.723616C4.38414 0.605248 4.57468 0.602989 4.69311 0.718733C4.81149 0.834551 4.81371 1.0251 4.69799 1.14354L1.90307 3.99998L4.69799 6.85741C4.81345 6.9758 4.81125 7.16547 4.69311 7.28123C4.57468 7.39709 4.38417 7.39477 4.26831 7.27635L1.32592 4.26854C1.18018 4.11955 1.18018 3.8814 1.32592 3.73241L4.26831 0.723616ZM6.26831 0.723616C6.38414 0.605248 6.57468 0.602989 6.69311 0.718733C6.81149 0.834551 6.81371 1.0251 6.69799 1.14354L3.90307 3.99998L6.69799 6.85741C6.81345 6.9758 6.81125 7.16547 6.69311 7.28123C6.57468 7.39709 6.38417 7.39478 6.26831 7.27635L3.32592 4.26854C3.18018 4.11955 3.18018 3.8814 3.32592 3.73241L6.26831 0.723616Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.31806 0.887386C5.47236 0.729651 5.72553 0.726607 5.88348 0.88055C6.0413 1.03493 6.04449 1.28804 5.89032 1.44598L2.41473 4.99969L5.89032 8.5534C6.0448 8.71131 6.04139 8.96435 5.88348 9.11883C5.72555 9.27311 5.47247 9.27082 5.31806 9.11297L1.63934 5.35223C1.44819 5.15631 1.44801 4.84296 1.63934 4.64715L5.31806 0.887386ZM7.81806 0.887386C7.97236 0.729651 8.22553 0.726607 8.38348 0.88055C8.5413 1.03493 8.54449 1.28804 8.39032 1.44598L4.91473 4.99969L8.39032 8.5534C8.5448 8.71131 8.54139 8.96435 8.38348 9.11883C8.22555 9.27311 7.97247 9.27082 7.81806 9.11297L4.13934 5.35223C3.94819 5.15631 3.94801 4.84296 4.13934 4.64715L7.81806 0.887386Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.36744 1.05033C6.56054 0.852994 6.87709 0.849454 7.07447 1.04252C7.27182 1.2356 7.27531 1.55216 7.08228 1.74955L2.92506 5.99955L7.08228 10.2505C7.27523 10.4479 7.27177 10.7645 7.07447 10.9576C6.8771 11.1505 6.56051 11.147 6.36744 10.9497L1.95338 6.43705C1.71574 6.19413 1.71574 5.80595 1.95338 5.56303L6.36744 1.05033ZM9.36744 1.05033C9.56054 0.852994 9.87709 0.849454 10.0745 1.04252C10.2718 1.2356 10.2753 1.55216 10.0823 1.74955L5.92506 5.99955L10.0823 10.2505C10.2752 10.4479 10.2718 10.7645 10.0745 10.9576C9.8771 11.1505 9.56051 11.147 9.36744 10.9497L4.95338 6.43705C4.71574 6.19413 4.71574 5.80595 4.95338 5.56303L9.36744 1.05033Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.60912 1.517C8.80222 1.31968 9.11877 1.31613 9.31615 1.50919C9.51349 1.70227 9.51697 2.01883 9.32396 2.21622L3.66673 7.99942L9.32396 13.7836C9.51701 13.981 9.51346 14.2975 9.31615 14.4906C9.11876 14.6837 8.80222 14.6802 8.60912 14.4828L2.72337 8.46622C2.4699 8.20711 2.46989 7.79272 2.72337 7.5336L8.60912 1.517ZM12.6091 1.517C12.8022 1.31968 13.1188 1.31613 13.3161 1.50919C13.5135 1.70227 13.517 2.01883 13.324 2.21622L7.66673 7.99942L13.324 13.7836C13.517 13.981 13.5135 14.2975 13.3161 14.4906C13.1188 14.6837 12.8022 14.6802 12.6091 14.4828L6.72337 8.46622C6.4699 8.20711 6.46989 7.79272 6.72337 7.5336L12.6091 1.517Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.7623 1.89582C11.0037 1.64962 11.3995 1.64583 11.6461 1.88703C11.8923 2.12843 11.896 2.52424 11.6549 2.77082L4.58357 9.99933L11.6549 17.2298C11.8961 17.4765 11.8926 17.8722 11.6461 18.1136C11.3994 18.3549 11.0037 18.3502 10.7623 18.1038L3.40388 10.5823C3.08751 10.2585 3.08741 9.74107 3.40388 9.4173L10.7623 1.89582ZM15.7623 1.89582C16.0037 1.64962 16.3995 1.64583 16.6461 1.88703C16.8923 2.12843 16.896 2.52424 16.6549 2.77082L9.58357 9.99933L16.6549 17.2298C16.8961 17.4765 16.8926 17.8722 16.6461 18.1136C16.3994 18.3549 16.0037 18.3502 15.7623 18.1038L8.40388 10.5823C8.08751 10.2585 8.08741 9.74107 8.40388 9.4173L15.7623 1.89582Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.9708 2.22382C13.2627 1.98039 13.6972 1.99235 13.9747 2.26385C14.2522 2.53536 14.2741 2.9696 14.0372 3.26678L13.9865 3.3244L5.50012 12.0002L13.9865 20.676C14.2758 20.972 14.2706 21.4469 13.9747 21.7365C13.6787 22.0259 13.2038 22.0206 12.9142 21.7248L4.08508 12.6994C3.70493 12.3108 3.70506 11.6896 4.08508 11.301L12.9142 2.27557L12.9708 2.22382ZM18.9708 2.22382C19.2627 1.98039 19.6972 1.99235 19.9747 2.26385C20.2522 2.53536 20.2741 2.9696 20.0372 3.26678L19.9865 3.3244L11.5001 12.0002L19.9865 20.676C20.2758 20.972 20.2706 21.4469 19.9747 21.7365C19.6787 22.0259 19.2038 22.0206 18.9142 21.7248L10.0851 12.6994C9.70493 12.3108 9.70506 11.6896 10.0851 11.301L18.9142 2.27557L18.9708 2.22382Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,arrowRight:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.5 7.06668L5.44299 4.05829C5.47468 4.0259 5.47468 3.97413 5.44299 3.94174L2.5 0.933348",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.125 8.83334L6.80374 5.07285C6.84335 5.03237 6.84335 4.96765 6.80374 4.92717L3.125 1.16668",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.75 10.6L8.16449 6.08742C8.21202 6.03883 8.21202 5.96118 8.16449 5.91259L3.75 1.40001",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5 14.1333L10.886 8.11655C10.9494 8.05177 10.9494 7.94823 10.886 7.88345L5 1.86667",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.25 17.6667L13.6075 10.1457C13.6867 10.0647 13.6867 9.93528 13.6075 9.8543L6.25 2.33332",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.5 21.2L16.329 12.1748C16.424 12.0777 16.424 11.9224 16.329 11.8252L7.5 2.80001",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,arrowRightEnd:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.3069 0.718895C1.42533 0.603033 1.61584 0.60534 1.7317 0.723778L4.67408 3.73159C4.81959 3.88059 4.81975 4.11881 4.67408 4.26772L1.7317 7.27651C1.61593 7.39462 1.42529 7.39684 1.3069 7.2814C1.18857 7.16564 1.18648 6.97505 1.30201 6.85659L4.09694 4.00015L1.30201 1.14272C1.18661 1.02439 1.18893 0.83468 1.3069 0.718895ZM3.3069 0.718895C3.42533 0.603033 3.61584 0.60534 3.7317 0.723778L6.67408 3.73159C6.81959 3.88059 6.81975 4.11881 6.67408 4.26772L3.7317 7.27651C3.61593 7.39462 3.42529 7.39684 3.3069 7.2814C3.18857 7.16564 3.18648 6.97505 3.30201 6.85659L6.09694 4.00015L3.30201 1.14272C3.18661 1.02439 3.18893 0.83468 3.3069 0.718895Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.61649 0.881514C1.77441 0.72703 2.02744 0.729457 2.18192 0.887374L5.86063 4.64812C6.05189 4.8441 6.05218 5.15739 5.86063 5.35319L2.18192 9.11296C2.02759 9.27056 1.77439 9.27374 1.61649 9.1198C1.45873 8.96546 1.45564 8.71231 1.60966 8.55437L5.08524 5.00065L1.60966 1.44694C1.45523 1.28908 1.45873 1.03601 1.61649 0.881514ZM4.11649 0.881514C4.27441 0.72703 4.52744 0.729457 4.68192 0.887374L8.36063 4.64812C8.55189 4.8441 8.55218 5.15739 8.36063 5.35319L4.68192 9.11296C4.52759 9.27056 4.27439 9.27374 4.11649 9.1198C3.95873 8.96546 3.95564 8.71231 4.10966 8.55437L7.58524 5.00065L4.10966 1.44694C3.95523 1.28908 3.95873 1.03601 4.11649 0.881514Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.92535 1.04258C2.12273 0.849619 2.43931 0.853114 2.63238 1.05039L7.04644 5.56309C7.28396 5.80602 7.28404 6.19423 7.04644 6.43711L2.63238 10.9498C2.43931 11.1471 2.12273 11.1506 1.92535 10.9576C1.72799 10.7645 1.72453 10.448 1.91754 10.2506L6.07476 6.00059L1.91754 1.74961C1.72458 1.55223 1.72807 1.23565 1.92535 1.04258ZM4.92535 1.04258C5.12273 0.849619 5.43931 0.853114 5.63238 1.05039L10.0464 5.56309C10.284 5.80602 10.284 6.19423 10.0464 6.43711L5.63238 10.9498C5.43931 11.1471 5.12273 11.1506 4.92535 10.9576C4.72799 10.7645 4.72453 10.448 4.91754 10.2506L9.07476 6.00059L4.91754 1.74961C4.72458 1.55223 4.72807 1.23565 4.92535 1.04258Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.68363 1.50917C2.88103 1.31612 3.19758 1.31961 3.39067 1.51698L9.27641 7.53359C9.52987 7.79268 9.52983 8.20708 9.27641 8.4662L3.39067 14.4828C3.19757 14.6802 2.88103 14.6837 2.68363 14.4906C2.48625 14.2975 2.48274 13.981 2.67582 13.7836L8.33305 8.00038L2.67582 2.2162C2.48272 2.01881 2.48625 1.70228 2.68363 1.50917ZM6.68363 1.50917C6.88103 1.31612 7.19758 1.31961 7.39067 1.51698L13.2764 7.53359C13.5299 7.79268 13.5298 8.20708 13.2764 8.4662L7.39067 14.4828C7.19757 14.6802 6.88103 14.6837 6.68363 14.4906C6.48625 14.2975 6.48274 13.981 6.67582 13.7836L12.333 8.00038L6.67582 2.2162C6.48272 2.01881 6.48625 1.70228 6.68363 1.50917Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.35393 1.88621C3.60055 1.64516 3.99637 1.64972 4.23772 1.89598L11.5961 9.41746C11.9124 9.74123 11.9124 10.2587 11.5961 10.5825L4.23772 18.104C3.9963 18.3503 3.60052 18.354 3.35393 18.1128C3.10777 17.8713 3.10396 17.4755 3.34515 17.229L10.4164 10.0005L3.34515 2.77C3.10393 2.52329 3.10737 2.12756 3.35393 1.88621ZM8.35393 1.88621C8.60055 1.64516 8.99637 1.64972 9.23772 1.89598L16.5961 9.41746C16.9124 9.74123 16.9124 10.2587 16.5961 10.5825L9.23772 18.104C8.9963 18.3503 8.60052 18.354 8.35393 18.1128C8.10777 17.8713 8.10396 17.4755 8.34515 17.229L15.4164 10.0005L8.34515 2.77C8.10393 2.52329 8.10737 2.12756 8.35393 1.88621Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.02551 2.26385C4.32157 1.97448 4.79646 1.97972 5.08606 2.27557L13.9152 11.301C14.2951 11.6896 14.2951 12.3108 13.9152 12.6994L5.08606 21.7248L5.02942 21.7766C4.73759 22.0199 4.30308 22.0078 4.02551 21.7365C3.74801 21.465 3.72622 21.0308 3.96301 20.7336L4.01379 20.676L12.5001 12.0002L4.01379 3.3244C3.72442 3.02834 3.72965 2.55345 4.02551 2.26385ZM10.0255 2.26385C10.3216 1.97448 10.7965 1.97972 11.0861 2.27557L19.9152 11.301C20.2951 11.6896 20.2951 12.3108 19.9152 12.6994L11.0861 21.7248L11.0294 21.7766C10.7376 22.0199 10.3031 22.0078 10.0255 21.7365C9.74801 21.465 9.72622 21.0308 9.96301 20.7336L10.0138 20.676L18.5001 12.0002L10.0138 3.3244C9.72442 3.02834 9.72965 2.55345 10.0255 2.26385Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,arrowUp:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.06668 5.5L4.05829 2.55701C4.0259 2.52532 3.97413 2.52532 3.94174 2.55701L0.933348 5.5",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.83334 6.875L5.07285 3.19626C5.03237 3.15665 4.96765 3.15665 4.92717 3.19626L1.16668 6.875",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.6 8.25L6.08742 3.83551C6.03883 3.78798 5.96118 3.78798 5.91259 3.83551L1.40001 8.25",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1333 11L8.11655 5.11402C8.05177 5.05065 7.94823 5.05065 7.88345 5.11402L1.86667 11",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6667 13.75L10.1457 6.39252C10.0647 6.31331 9.93528 6.31331 9.8543 6.39252L2.33332 13.75",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.2 16.5L12.1748 7.67102C12.0777 7.57597 11.9224 7.57597 11.8252 7.67102L2.80001 16.5",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,attachFile:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.42601 3.97814L3.93265 6.4715C3.28178 7.12237 2.2265 7.12238 1.57563 6.4715L1.52849 6.42436C0.877613 5.77349 0.877613 4.71821 1.52849 4.06734L4.39433 1.20149C4.86459 0.731235 5.62703 0.731235 6.09728 1.20149C6.56754 1.67175 6.56754 2.43418 6.09728 2.90444L3.57376 5.42797C3.29714 5.70459 2.84864 5.70459 2.57202 5.42797C2.2954 5.15134 2.2954 4.70285 2.57202 4.42623L4.92706 2.0712",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.03255 4.97264L4.91584 8.08934C4.10225 8.90294 2.78316 8.90294 1.96956 8.08935L1.91064 8.03042C1.09705 7.21683 1.09705 5.89773 1.91064 5.08414L5.49295 1.50183C6.08077 0.914013 7.03381 0.914013 7.62163 1.50183C8.20945 2.08965 8.20945 3.0427 7.62163 3.63052L4.46723 6.78493C4.12145 7.1307 3.56083 7.1307 3.21506 6.78493C2.86928 6.43915 2.86928 5.87854 3.21506 5.53276L6.15885 2.58896",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.63908 5.96718L5.89903 9.70722C4.92272 10.6835 3.33981 10.6835 2.3635 9.70722L2.29279 9.63651C1.31648 8.6602 1.31648 7.07729 2.29279 6.10098L6.59156 1.80221C7.29695 1.09682 8.4406 1.09682 9.14599 1.80221C9.85137 2.50759 9.85137 3.65124 9.14599 4.35663L5.3607 8.14192C4.94576 8.55685 4.27303 8.55685 3.85809 8.14192C3.44316 7.72699 3.44316 7.05425 3.85809 6.63932L7.39065 3.10676",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.8521 7.95625L7.86536 12.943C6.56361 14.2447 4.45306 14.2447 3.15132 12.943L3.05703 12.8487C1.75529 11.5469 1.75529 9.43639 3.05704 8.13465L8.78873 2.40295C9.72924 1.46244 11.2541 1.46244 12.1946 2.40295C13.1351 3.34346 13.1351 4.86834 12.1946 5.80885L7.14757 10.8559C6.59433 11.4091 5.69735 11.4091 5.14411 10.8559C4.59086 10.3027 4.59086 9.40567 5.14411 8.85243L9.85418 4.14236",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.0651 9.94531L9.83169 16.1787C8.2045 17.8059 5.56631 17.8059 3.93913 16.1787L3.82128 16.0609C2.19409 14.4337 2.19409 11.7955 3.82128 10.1683L10.9859 3.0037C12.1615 1.82806 14.0676 1.82806 15.2433 3.0037C16.4189 4.17934 16.4189 6.08543 15.2433 7.26107L8.93445 13.5699C8.2429 14.2614 7.12167 14.2614 6.43012 13.5699C5.73856 12.8783 5.73856 11.7571 6.43012 11.0655L12.3177 5.17796",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M19.2781 11.9344L11.798 19.4145C9.84539 21.3671 6.67956 21.3671 4.72694 19.4145L4.58552 19.273C2.6329 17.3204 2.6329 14.1546 4.58552 12.202L13.1831 3.60443C14.5938 2.19366 16.8811 2.19366 18.2919 3.60443C19.7027 5.0152 19.7027 7.3025 18.2919 8.71327L10.7213 16.2839C9.89147 17.1137 8.54599 17.1137 7.71613 16.2839C6.88626 15.454 6.88626 14.1085 7.71613 13.2786L14.7812 6.21354",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,badgeNew:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.66666 0.666687C7.03485 0.666687 7.33365 0.965489 7.33365 1.33368V6.66669C7.33365 7.03488 7.03485 7.33368 6.66666 7.33368H1.33365C0.965459 7.33368 0.666656 7.03488 0.666656 6.66669V1.33368C0.666656 0.965489 0.965459 0.666687 1.33365 0.666687H6.66666ZM2.49966 2.24969V5.74969H3.33267V3.69403H3.35709L4.79166 5.74969H5.49966V2.24969H4.66861V4.30243H4.63931L3.22037 2.24969H2.49966Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.33334 0.833313C8.79347 0.833313 9.16618 1.20623 9.16635 1.66632V8.33331C9.16635 8.79355 8.79358 9.16632 8.33334 9.16632H1.66635C1.20626 9.16615 0.833344 8.79344 0.833344 8.33331V1.66632C0.833519 1.20634 1.20637 0.833489 1.66635 0.833313H8.33334ZM3.12534 2.81281V7.18781H4.16635V4.61749H4.19662L5.98959 7.18781H6.87534V2.81281H5.83627V5.37823H5.79916L4.02573 2.81281H3.12534Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10 1C10.5523 1 11 1.44772 11 2V10C11 10.5523 10.5523 11 10 11H2C1.44772 11 1 10.5523 1 10V2C1 1.44772 1.44772 1 2 1H10ZM3.75 3.375V8.625H4.99902V5.54102H5.03613L7.1875 8.625H8.25V3.375H7.00293V6.4541H6.95898L4.83105 3.375H3.75Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.3333 1.33334C14.0696 1.33334 14.6662 1.93012 14.6664 2.66635V13.3333C14.6664 14.0697 14.0697 14.6664 13.3333 14.6664H2.66635C1.93012 14.6662 1.33334 14.0696 1.33334 13.3333V2.66635C1.33352 1.93023 1.93023 1.33352 2.66635 1.33334H13.3333ZM5.00034 4.50034V11.5003H6.66635V7.38803H6.7142L9.58334 11.5003H11.0003V4.50034H9.33725V8.60483H9.27866L6.44174 4.50034H5.00034Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.6667 1.66666C17.5871 1.66666 18.3336 2.41317 18.3336 3.33365V16.6667C18.3336 17.5871 17.5871 18.3336 16.6667 18.3336H3.33365C2.41317 18.3336 1.66666 17.5871 1.66666 16.6667V3.33365C1.66666 2.41317 2.41317 1.66666 3.33365 1.66666H16.6667ZM6.24966 5.62466V14.3747H8.33267V9.23502H8.39322L11.9792 14.3747H13.7497V5.62466H11.6715V10.7565H11.5983L8.05142 5.62466H6.24966Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M20 2C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20ZM7.5 6.75V17.25H9.99902V11.082H10.0713L14.374 17.25H16.5V6.75H14.0059V12.9072H13.918L9.66211 6.75H7.5Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,barcode:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.75 1C1.88807 1 2 1.11193 2 1.25V6.75C2 6.88807 1.88807 7 1.75 7H1.25C1.11193 7 1 6.88807 1 6.75V1.25C1 1.11193 1.11193 1 1.25 1H1.75ZM2.5 1C2.63807 1 2.75 1.11193 2.75 1.25V6.75C2.75 6.88807 2.63807 7 2.5 7C2.36193 7 2.25 6.88807 2.25 6.75V1.25C2.25 1.11193 2.36193 1 2.5 1ZM3.25 1C3.38807 1 3.5 1.11193 3.5 1.25V6.75C3.5 6.88807 3.38807 7 3.25 7C3.11193 7 3 6.88807 3 6.75V1.25C3 1.11193 3.11193 1 3.25 1ZM4.5 1C4.63807 1 4.75 1.11193 4.75 1.25V6.75C4.75 6.88807 4.63807 7 4.5 7H4C3.86193 7 3.75 6.88807 3.75 6.75V1.25C3.75 1.11193 3.86193 1 4 1H4.5ZM5.25 1C5.38807 1 5.5 1.11193 5.5 1.25V6.75C5.5 6.88807 5.38807 7 5.25 7C5.11193 7 5 6.88807 5 6.75V1.25C5 1.11193 5.11193 1 5.25 1ZM6.75 1C6.88807 1 7 1.11193 7 1.25V6.75C7 6.88807 6.88807 7 6.75 7H6.25C6.11193 7 6 6.88807 6 6.75V1.25C6 1.11193 6.11193 1 6.25 1H6.75Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.1875 1.25C2.36009 1.25 2.5 1.38991 2.5 1.5625V8.4375C2.5 8.61009 2.36009 8.75 2.1875 8.75H1.5625C1.38991 8.75 1.25 8.61009 1.25 8.4375V1.5625C1.25 1.38991 1.38991 1.25 1.5625 1.25H2.1875ZM3.125 1.25C3.29759 1.25 3.4375 1.38991 3.4375 1.5625V8.4375C3.4375 8.61009 3.29759 8.75 3.125 8.75C2.95241 8.75 2.8125 8.61009 2.8125 8.4375V1.5625C2.8125 1.38991 2.95241 1.25 3.125 1.25ZM4.0625 1.25C4.23509 1.25 4.375 1.38991 4.375 1.5625V8.4375C4.375 8.61009 4.23509 8.75 4.0625 8.75C3.88991 8.75 3.75 8.61009 3.75 8.4375V1.5625C3.75 1.38991 3.88991 1.25 4.0625 1.25ZM5.625 1.25C5.79759 1.25 5.9375 1.38991 5.9375 1.5625V8.4375C5.9375 8.61009 5.79759 8.75 5.625 8.75H5C4.82741 8.75 4.6875 8.61009 4.6875 8.4375V1.5625C4.6875 1.38991 4.82741 1.25 5 1.25H5.625ZM6.5625 1.25C6.73509 1.25 6.875 1.38991 6.875 1.5625V8.4375C6.875 8.61009 6.73509 8.75 6.5625 8.75C6.38991 8.75 6.25 8.61009 6.25 8.4375V1.5625C6.25 1.38991 6.38991 1.25 6.5625 1.25ZM8.4375 1.25C8.61009 1.25 8.75 1.38991 8.75 1.5625V8.4375C8.75 8.61009 8.61009 8.75 8.4375 8.75H7.8125C7.63991 8.75 7.5 8.61009 7.5 8.4375V1.5625C7.5 1.38991 7.63991 1.25 7.8125 1.25H8.4375Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.625 1.5C2.83211 1.5 3 1.66789 3 1.875V10.125C3 10.3321 2.83211 10.5 2.625 10.5H1.875C1.66789 10.5 1.5 10.3321 1.5 10.125V1.875C1.5 1.66789 1.66789 1.5 1.875 1.5H2.625ZM3.75 1.5C3.95711 1.5 4.125 1.66789 4.125 1.875V10.125C4.125 10.3321 3.95711 10.5 3.75 10.5C3.54289 10.5 3.375 10.3321 3.375 10.125V1.875C3.375 1.66789 3.54289 1.5 3.75 1.5ZM4.875 1.5C5.08211 1.5 5.25 1.66789 5.25 1.875V10.125C5.25 10.3321 5.08211 10.5 4.875 10.5C4.66789 10.5 4.5 10.3321 4.5 10.125V1.875C4.5 1.66789 4.66789 1.5 4.875 1.5ZM6.75 1.5C6.95711 1.5 7.125 1.66789 7.125 1.875V10.125C7.125 10.3321 6.95711 10.5 6.75 10.5H6C5.79289 10.5 5.625 10.3321 5.625 10.125V1.875C5.625 1.66789 5.79289 1.5 6 1.5H6.75ZM7.875 1.5C8.08211 1.5 8.25 1.66789 8.25 1.875V10.125C8.25 10.3321 8.08211 10.5 7.875 10.5C7.66789 10.5 7.5 10.3321 7.5 10.125V1.875C7.5 1.66789 7.66789 1.5 7.875 1.5ZM10.125 1.5C10.3321 1.5 10.5 1.66789 10.5 1.875V10.125C10.5 10.3321 10.3321 10.5 10.125 10.5H9.375C9.16789 10.5 9 10.3321 9 10.125V1.875C9 1.66789 9.16789 1.5 9.375 1.5H10.125Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.5 2C3.77614 2 4 2.22386 4 2.5V13.5C4 13.7761 3.77614 14 3.5 14H2.5C2.22386 14 2 13.7761 2 13.5V2.5C2 2.22386 2.22386 2 2.5 2H3.5ZM5 2C5.27614 2 5.5 2.22386 5.5 2.5V13.5C5.5 13.7761 5.27614 14 5 14C4.72386 14 4.5 13.7761 4.5 13.5V2.5C4.5 2.22386 4.72386 2 5 2ZM6.5 2C6.77614 2 7 2.22386 7 2.5V13.5C7 13.7761 6.77614 14 6.5 14C6.22386 14 6 13.7761 6 13.5V2.5C6 2.22386 6.22386 2 6.5 2ZM9 2C9.27614 2 9.5 2.22386 9.5 2.5V13.5C9.5 13.7761 9.27614 14 9 14H8C7.72386 14 7.5 13.7761 7.5 13.5V2.5C7.5 2.22386 7.72386 2 8 2H9ZM10.5 2C10.7761 2 11 2.22386 11 2.5V13.5C11 13.7761 10.7761 14 10.5 14C10.2239 14 10 13.7761 10 13.5V2.5C10 2.22386 10.2239 2 10.5 2ZM13.5 2C13.7761 2 14 2.22386 14 2.5V13.5C14 13.7761 13.7761 14 13.5 14H12.5C12.2239 14 12 13.7761 12 13.5V2.5C12 2.22386 12.2239 2 12.5 2H13.5Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.375 2.5C4.72018 2.5 5 2.77982 5 3.125V16.875C5 17.2202 4.72018 17.5 4.375 17.5H3.125C2.77982 17.5 2.5 17.2202 2.5 16.875V3.125C2.5 2.77982 2.77982 2.5 3.125 2.5H4.375ZM6.25 2.5C6.59518 2.5 6.875 2.77982 6.875 3.125V16.875C6.875 17.2202 6.59518 17.5 6.25 17.5C5.90482 17.5 5.625 17.2202 5.625 16.875V3.125C5.625 2.77982 5.90482 2.5 6.25 2.5ZM8.125 2.5C8.47018 2.5 8.75 2.77982 8.75 3.125V16.875C8.75 17.2202 8.47018 17.5 8.125 17.5C7.77982 17.5 7.5 17.2202 7.5 16.875V3.125C7.5 2.77982 7.77982 2.5 8.125 2.5ZM11.25 2.5C11.5952 2.5 11.875 2.77982 11.875 3.125V16.875C11.875 17.2202 11.5952 17.5 11.25 17.5H10C9.65482 17.5 9.375 17.2202 9.375 16.875V3.125C9.375 2.77982 9.65482 2.5 10 2.5H11.25ZM13.125 2.5C13.4702 2.5 13.75 2.77982 13.75 3.125V16.875C13.75 17.2202 13.4702 17.5 13.125 17.5C12.7798 17.5 12.5 17.2202 12.5 16.875V3.125C12.5 2.77982 12.7798 2.5 13.125 2.5ZM16.875 2.5C17.2202 2.5 17.5 2.77982 17.5 3.125V16.875C17.5 17.2202 17.2202 17.5 16.875 17.5H15.625C15.2798 17.5 15 17.2202 15 16.875V3.125C15 2.77982 15.2798 2.5 15.625 2.5H16.875Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.25 3C5.66421 3 6 3.33579 6 3.75V20.25C6 20.6642 5.66421 21 5.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H5.25ZM7.5 3C7.91421 3 8.25 3.33579 8.25 3.75V20.25C8.25 20.6642 7.91421 21 7.5 21C7.08579 21 6.75 20.6642 6.75 20.25V3.75C6.75 3.33579 7.08579 3 7.5 3ZM9.75 3C10.1642 3 10.5 3.33579 10.5 3.75V20.25C10.5 20.6642 10.1642 21 9.75 21C9.33579 21 9 20.6642 9 20.25V3.75C9 3.33579 9.33579 3 9.75 3ZM13.5 3C13.9142 3 14.25 3.33579 14.25 3.75V20.25C14.25 20.6642 13.9142 21 13.5 21H12C11.5858 21 11.25 20.6642 11.25 20.25V3.75C11.25 3.33579 11.5858 3 12 3H13.5ZM15.75 3C16.1642 3 16.5 3.33579 16.5 3.75V20.25C16.5 20.6642 16.1642 21 15.75 21C15.3358 21 15 20.6642 15 20.25V3.75C15 3.33579 15.3358 3 15.75 3ZM20.25 3C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H18.75C18.3358 21 18 20.6642 18 20.25V3.75C18 3.33579 18.3358 3 18.75 3H20.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,bell:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.93316 6.26923C4.96998 6.26923 5.00073 6.29985 4.99859 6.33661C4.96608 6.89274 4.53144 7.33341 4.00055 7.33368C3.46943 7.33368 3.03404 6.89291 3.00152 6.33661C2.99939 6.29985 3.03013 6.26923 3.06695 6.26923H4.93316ZM4.00055 0.666687C4.18431 0.666948 4.33338 0.815911 4.33355 0.999695V1.40302C5.33145 1.56533 6.0943 2.44387 6.0943 3.5036V4.71942C6.0943 4.99309 6.31468 5.21346 6.51422 5.4118C6.53894 5.43637 6.56387 5.4601 6.58746 5.48407C6.80155 5.70161 6.54647 5.98602 6.24371 5.98602H1.75641C1.45365 5.98602 1.19857 5.70161 1.41266 5.48407C1.43625 5.4601 1.46118 5.43637 1.4859 5.4118C1.68544 5.21346 1.90582 4.99309 1.90582 4.71942V3.5036C1.90582 2.44388 2.66867 1.56533 3.66656 1.40302V0.999695C3.66674 0.815749 3.81656 0.666687 4.00055 0.666687Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.16688 7.83722C6.21281 7.83733 6.25059 7.87435 6.24794 7.92023C6.2075 8.61582 5.66393 9.16632 4.99989 9.16632C4.33592 9.16625 3.79327 8.61576 3.75282 7.92023C3.75016 7.87443 3.78708 7.83746 3.8329 7.83722H6.16688ZM4.99989 0.833313C5.23001 0.833313 5.41688 1.02019 5.41688 1.25031V1.75323C6.66423 1.95608 7.61698 3.05461 7.61708 4.37921V5.89972C7.61724 6.24167 7.89409 6.51612 8.14344 6.76398C8.1744 6.79475 8.20472 6.82575 8.23426 6.85577C8.50154 7.12767 8.18294 7.48273 7.80458 7.48273H2.1952C1.81701 7.48257 1.49852 7.12759 1.76551 6.85577C1.79503 6.82578 1.82541 6.79471 1.85633 6.76398C2.1057 6.51611 2.38254 6.24168 2.3827 5.89972V4.37921C2.3828 3.0547 3.33568 1.95619 4.5829 1.75323V1.25031C4.5829 1.02023 4.76983 0.833382 4.99989 0.833313Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.39983 9.4043C7.45493 9.4043 7.50046 9.44895 7.49749 9.50391C7.44897 10.3385 6.79716 10.9999 6.00042 11C5.20357 11 4.55188 10.3386 4.50335 9.50391C4.50037 9.44899 4.545 9.40438 4.60003 9.4043H7.39983ZM6.00042 1C6.27645 1.00013 6.50042 1.22394 6.50042 1.5V2.10449C7.99713 2.34794 9.14083 3.66549 9.14105 5.25488V7.0791C9.14105 7.48961 9.47259 7.81967 9.7719 8.11719C9.80906 8.15412 9.84582 8.19053 9.88128 8.22656C10.2024 8.55287 9.81979 8.97851 9.36565 8.97852H2.63519C2.18117 8.97852 1.79794 8.55283 2.11858 8.22656C2.15397 8.19061 2.19088 8.15404 2.22796 8.11719C2.52728 7.81966 2.8598 7.48962 2.8598 7.0791V5.25488C2.86001 3.66538 4.00357 2.34781 5.50042 2.10449V1.5C5.50042 1.22386 5.72428 1 6.00042 1Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.86613 12.5394C9.9397 12.5394 10.0002 12.5988 9.99601 12.6722C9.9313 13.7851 9.06238 14.6663 7.99992 14.6663C6.93746 14.6663 6.06853 13.7851 6.00382 12.6722C5.99966 12.5988 6.06013 12.5394 6.1337 12.5394H9.86613ZM7.99992 1.33331C8.36811 1.33331 8.66691 1.63212 8.66691 2.00031V2.80499C10.6628 3.12955 12.1874 4.88763 12.1874 7.00714V9.43878C12.1874 9.98612 12.6301 10.4259 13.0292 10.8226C13.0787 10.8718 13.1274 10.921 13.1747 10.9691C13.6025 11.4041 13.0927 11.972 12.4872 11.972H3.51261C2.90719 11.972 2.39731 11.4041 2.82511 10.9691C2.87239 10.921 2.92108 10.8718 2.97062 10.8226C3.36971 10.4259 3.81242 9.98613 3.81242 9.43878V7.00714C3.81242 4.88763 5.33706 3.12956 7.33292 2.80499V2.00031C7.33292 1.63212 7.63173 1.33332 7.99992 1.33331Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.3338 15.6733C12.4257 15.6736 12.5003 15.7486 12.495 15.8403C12.4141 17.2315 11.3279 18.3335 9.99987 18.3335C8.6719 18.3334 7.58563 17.2314 7.50475 15.8403C7.49941 15.7484 7.57481 15.6733 7.66686 15.6733H12.3338ZM9.99987 1.6665C10.46 1.6665 10.8337 2.03942 10.8339 2.49951V3.50635C13.3285 3.91204 15.235 6.10911 15.2352 8.7583V11.7983C15.2352 12.4825 15.7881 13.0329 16.287 13.5288C16.3487 13.5902 16.4097 13.6506 16.4686 13.7104C17.0038 14.2543 16.3661 14.9644 15.6092 14.9644H4.39147C3.63462 14.9644 2.99613 14.2543 3.53112 13.7104C3.59014 13.6505 3.65189 13.5903 3.71373 13.5288C4.2126 13.0329 4.76549 12.4825 4.76549 11.7983V8.7583C4.76569 6.10898 6.672 3.91189 9.16686 3.50635V2.49951C9.16703 2.03951 9.53985 1.66664 9.99987 1.6665Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.7995 18.8086C14.9099 18.8086 15.0002 18.8985 14.9938 19.0088C14.8966 20.6781 13.5933 22 11.9997 22C10.4061 22 9.10267 20.6781 9.00552 19.0088C8.99911 18.8985 9.0894 18.8086 9.19986 18.8086H14.7995ZM11.9997 2C12.5519 2 12.9997 2.44772 12.9997 3V4.20801C15.9936 4.69468 18.2809 7.33134 18.2809 10.5107V14.1582C18.2809 14.9792 18.945 15.6393 19.5436 16.2344C19.6178 16.3082 19.6915 16.3811 19.7624 16.4531C20.404 17.1056 19.6391 17.9567 18.7311 17.957H5.26919C4.36091 17.957 3.59569 17.1057 4.23794 16.4531C4.30873 16.3812 4.38155 16.3081 4.45572 16.2344C5.05436 15.6393 5.71841 14.9792 5.71841 14.1582V10.5107C5.71841 7.33135 8.00569 4.6947 10.9997 4.20801V3C10.9997 2.44773 11.4474 2.00003 11.9997 2Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,board:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.58334 0.633484C4.86489 0.633609 5.10587 0.797543 5.22299 1.03387H6.06674C6.41635 1.03394 6.69938 1.3171 6.69955 1.66669V6.73407C6.69917 7.08348 6.41622 7.36681 6.06674 7.36688H1.93295C1.58359 7.36667 1.30053 7.08339 1.30014 6.73407V1.66669C1.30032 1.31719 1.58346 1.03408 1.93295 1.03387H2.7767C2.89384 0.797381 3.13559 0.633484 3.41733 0.633484H4.58334ZM1.93295 1.63348C1.91483 1.63369 1.89992 1.64856 1.89975 1.66669V6.73407C1.90013 6.75203 1.91496 6.76707 1.93295 6.76727H6.06674C6.08485 6.7672 6.09956 6.75211 6.09995 6.73407V1.66669C6.09977 1.64847 6.08498 1.63355 6.06674 1.63348H5.24155C5.13171 1.88837 4.87834 2.06695 4.58334 2.06708H3.41733C3.12214 2.06708 2.868 1.88853 2.75815 1.63348H1.93295ZM5.00034 4.69989C5.16576 4.70007 5.29996 4.83427 5.30014 4.99969C5.30014 5.16527 5.16587 5.29932 5.00034 5.2995H3.00034C2.83465 5.2995 2.70053 5.16538 2.70053 4.99969C2.70071 4.83416 2.83476 4.69989 3.00034 4.69989H5.00034ZM5.00034 3.36688C5.16587 3.36706 5.30014 3.50111 5.30014 3.66669C5.30014 3.83226 5.16587 3.96632 5.00034 3.96649H3.00034C2.83465 3.96649 2.70053 3.83237 2.70053 3.66669C2.70053 3.501 2.83465 3.36688 3.00034 3.36688H5.00034ZM3.41733 1.23309C3.35292 1.23309 3.30017 1.28588 3.30014 1.35028C3.30032 1.41456 3.353 1.46649 3.41733 1.46649H4.58334C4.64752 1.46632 4.70036 1.41446 4.70053 1.35028C4.7005 1.28598 4.64761 1.23327 4.58334 1.23309H3.41733Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.72949 0.766602C6.08601 0.766725 6.39483 0.970036 6.54785 1.2666H7.58301C8.03401 1.2666 8.40035 1.63299 8.40039 2.08398V8.41699C8.40039 8.86802 8.03404 9.2334 7.58301 9.2334H2.41699C1.966 9.23336 1.59961 8.868 1.59961 8.41699V2.08398C1.59965 1.63301 1.96602 1.26664 2.41699 1.2666H3.45215C3.60515 0.970023 3.914 0.766756 4.27051 0.766602H5.72949ZM2.41699 2.06738C2.40785 2.06742 2.40043 2.07484 2.40039 2.08398V8.41699C2.40039 8.42617 2.40782 8.43355 2.41699 8.43359H7.58301C7.59221 8.43359 7.59961 8.4262 7.59961 8.41699V2.08398C7.59957 2.07482 7.59219 2.06738 7.58301 2.06738H6.56738C6.42255 2.38613 6.10231 2.60827 5.72949 2.6084H4.27051C3.8977 2.60824 3.57742 2.38614 3.43262 2.06738H2.41699ZM6.25 5.84961C6.47078 5.84961 6.65017 6.02927 6.65039 6.25C6.65039 6.47091 6.47091 6.65039 6.25 6.65039H3.75C3.52912 6.65035 3.34961 6.47089 3.34961 6.25C3.34983 6.0293 3.52926 5.84965 3.75 5.84961H6.25ZM6.25 4.18359C6.47091 4.18359 6.65039 4.36307 6.65039 4.58398C6.65026 4.80479 6.47083 4.98438 6.25 4.98438H3.75C3.5292 4.98433 3.34974 4.80476 3.34961 4.58398C3.34961 4.3631 3.52912 4.18364 3.75 4.18359H6.25ZM4.27051 1.56738C4.2041 1.5676 4.15061 1.62109 4.15039 1.6875C4.15039 1.7541 4.20396 1.80837 4.27051 1.80859H5.72949C5.79608 1.80842 5.84961 1.75413 5.84961 1.6875C5.84939 1.62106 5.79594 1.56756 5.72949 1.56738H4.27051Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.87549 1.0249C7.28546 1.0251 7.63732 1.27228 7.7915 1.62549H9.1001C9.58326 1.62559 9.9751 2.0173 9.9751 2.50049V10.1001C9.97483 10.5831 9.58309 10.975 9.1001 10.9751H2.8999C2.41686 10.975 2.02517 10.5831 2.0249 10.1001V2.50049C2.0249 2.01727 2.4167 1.62554 2.8999 1.62549H4.2085C4.36274 1.27214 4.7153 1.0249 5.12549 1.0249H6.87549ZM2.8999 2.37549C2.83091 2.37554 2.7749 2.43148 2.7749 2.50049V10.1001C2.77517 10.1689 2.83107 10.225 2.8999 10.2251H9.1001C9.16888 10.225 9.22483 10.1688 9.2251 10.1001V2.50049C9.2251 2.43152 9.16904 2.37559 9.1001 2.37549H7.81006C7.66795 2.75444 7.30402 3.0247 6.87549 3.0249H5.12549C4.69674 3.0249 4.33211 2.75459 4.18994 2.37549H2.8999ZM7.50049 7.00049C7.77641 7.00075 8.00049 7.22451 8.00049 7.50049C8.00023 7.77624 7.77624 8.00023 7.50049 8.00049H4.50049C4.22451 8.00049 4.00075 7.77641 4.00049 7.50049C4.00049 7.22435 4.22435 7.00049 4.50049 7.00049H7.50049ZM7.50049 5.00049C7.77641 5.00075 8.00049 5.22451 8.00049 5.50049C8.00023 5.77624 7.77624 6.00023 7.50049 6.00049H4.50049C4.22451 6.00049 4.00075 5.77641 4.00049 5.50049C4.00049 5.22435 4.22435 5.00049 4.50049 5.00049H7.50049ZM5.12549 1.7749C4.98745 1.7749 4.87554 1.88687 4.87549 2.0249C4.87549 2.16297 4.98742 2.2749 5.12549 2.2749H6.87549C7.01334 2.27464 7.12549 2.16281 7.12549 2.0249C7.12544 1.88704 7.0133 1.77517 6.87549 1.7749H5.12549Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.16699 1.3667C9.7134 1.36683 10.1828 1.69597 10.3887 2.1665H12.1338C12.7779 2.16665 13.2996 2.6894 13.2998 3.3335V13.4663C13.2998 14.1106 12.778 14.6332 12.1338 14.6333H3.86719C3.22291 14.6332 2.7002 14.1106 2.7002 13.4663V3.3335C2.70037 2.68935 3.22302 2.16657 3.86719 2.1665H5.6123C5.81812 1.69613 6.28678 1.36696 6.83301 1.3667H9.16699ZM3.86719 3.1665C3.7753 3.16657 3.70037 3.24164 3.7002 3.3335V13.4663C3.7002 13.5583 3.7752 13.6332 3.86719 13.6333H12.1338C12.2257 13.6332 12.2998 13.5583 12.2998 13.4663V3.3335C12.2996 3.24169 12.2256 3.16664 12.1338 3.1665H10.415C10.2258 3.67261 9.73891 4.03355 9.16699 4.03369H6.83301C6.26127 4.03342 5.77516 3.67246 5.58594 3.1665H3.86719ZM10 9.50049C10.2761 9.50049 10.5 9.72435 10.5 10.0005C10.4998 10.2765 10.276 10.5005 10 10.5005H6C5.72412 10.5003 5.50018 10.2764 5.5 10.0005C5.5 9.72445 5.72401 9.50066 6 9.50049H10ZM10 6.8335C10.2761 6.8335 10.5 7.05735 10.5 7.3335C10.5 7.60964 10.2761 7.8335 10 7.8335H6C5.72401 7.83332 5.5 7.60953 5.5 7.3335C5.5 7.05746 5.72401 6.83367 6 6.8335H10ZM6.83301 2.3667C6.64936 2.36705 6.50024 2.51603 6.5 2.69971C6.5 2.88358 6.64921 3.03334 6.83301 3.03369H9.16699C9.35094 3.03352 9.5 2.88369 9.5 2.69971C9.49976 2.51593 9.35079 2.36688 9.16699 2.3667H6.83301Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.458 1.7085C12.1412 1.7085 12.7279 2.12017 12.9854 2.7085H15.167C15.9721 2.70867 16.6247 3.36142 16.625 4.1665V16.8335C16.625 17.6388 15.9723 18.2913 15.167 18.2915H4.83301C4.02781 18.2912 3.375 17.6388 3.375 16.8335V4.1665C3.37526 3.36147 4.02797 2.70875 4.83301 2.7085H7.01465C7.27205 2.12015 7.85887 1.70856 8.54199 1.7085H11.458ZM4.83301 3.9585C4.71833 3.95875 4.62526 4.05183 4.625 4.1665V16.8335C4.625 16.9484 4.71817 17.0412 4.83301 17.0415H15.167C15.2819 17.0413 15.375 16.9484 15.375 16.8335V4.1665C15.3747 4.05178 15.2817 3.95867 15.167 3.9585H13.0176C12.7808 4.59079 12.173 5.0415 11.458 5.0415H8.54199C7.82705 5.04144 7.21912 4.5908 6.98242 3.9585H4.83301ZM12.5 11.8755C12.8452 11.8755 13.125 12.1553 13.125 12.5005C13.1249 12.8456 12.8451 13.1255 12.5 13.1255H7.5C7.15495 13.1254 6.87509 12.8455 6.875 12.5005C6.875 12.1554 7.1549 11.8756 7.5 11.8755H12.5ZM12.5 8.5415C12.845 8.5415 13.1247 8.82155 13.125 9.1665C13.125 9.51168 12.8452 9.7915 12.5 9.7915H7.5C7.1549 9.79142 6.875 9.51163 6.875 9.1665C6.87526 8.8216 7.15506 8.54159 7.5 8.5415H12.5ZM8.54199 2.9585C8.312 2.95858 8.12508 3.14549 8.125 3.37549C8.12518 3.6054 8.31206 3.79142 8.54199 3.7915H11.458C11.688 3.7915 11.8748 3.60546 11.875 3.37549C11.8749 3.14544 11.6881 2.9585 11.458 2.9585H8.54199Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.75 2.0498C14.5699 2.0498 15.2733 2.54394 15.582 3.25H18.2002C19.1665 3.25021 19.9502 4.03363 19.9502 5V20.2002C19.9501 21.1665 19.1664 21.95 18.2002 21.9502H5.7998C4.83346 21.9501 4.04991 21.1665 4.0498 20.2002V5C4.0498 4.03356 4.83339 3.2501 5.7998 3.25H8.41797C8.72672 2.54394 9.43009 2.0498 10.25 2.0498H13.75ZM5.7998 4.75C5.66182 4.7501 5.5498 4.86199 5.5498 5V20.2002C5.54991 20.3381 5.66188 20.4501 5.7998 20.4502H18.2002C18.338 20.45 18.4501 20.338 18.4502 20.2002V5C18.4502 4.86206 18.3381 4.75021 18.2002 4.75H15.6211C15.3371 5.50881 14.6079 6.0498 13.75 6.0498H10.25C9.39207 6.0498 8.66292 5.50881 8.37891 4.75H5.7998ZM15 14.25C15.4142 14.25 15.75 14.5858 15.75 15C15.75 15.4142 15.4142 15.75 15 15.75H9C8.58579 15.75 8.25 15.4142 8.25 15C8.25 14.5858 8.58579 14.25 9 14.25H15ZM15 10.25C15.4142 10.25 15.75 10.5858 15.75 11C15.75 11.4142 15.4142 11.75 15 11.75H9C8.58579 11.75 8.25 11.4142 8.25 11C8.25 10.5858 8.58579 10.25 9 10.25H15ZM10.25 3.5498C9.97392 3.5498 9.7501 3.77375 9.75 4.0498C9.75 4.32595 9.97386 4.5498 10.25 4.5498H13.75C14.0261 4.5498 14.25 4.32595 14.25 4.0498C14.2499 3.77375 14.0261 3.5498 13.75 3.5498H10.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,box:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.78386 0.69296C3.92355 0.642236 4.0768 0.64221 4.21648 0.69296L6.94987 1.6871C7.1999 1.77816 7.36673 2.01574 7.36687 2.28183V5.71835C7.36668 5.98442 7.19991 6.22206 6.94987 6.31308L4.21648 7.30722C4.07679 7.35801 3.92357 7.35792 3.78386 7.30722L1.05046 6.31308C0.800405 6.22207 0.633656 5.98443 0.633469 5.71835V2.28183C0.633601 2.01564 0.800273 1.77808 1.05046 1.6871L3.78386 0.69296ZM1.23308 5.71835C1.23326 5.73213 1.24259 5.74482 1.25554 5.7496L3.69987 6.6373V3.25741L2.76628 2.94589V3.80819C2.76628 3.97388 2.63216 4.108 2.46648 4.108C2.30088 4.10789 2.16667 3.97382 2.16667 3.80819V2.74569L1.23308 2.43515V5.71835ZM4.29948 3.25741V6.6373L6.7448 5.7496C6.7578 5.74485 6.76609 5.73217 6.76628 5.71835V2.43515L4.29948 3.25741ZM5.33952 1.73886C5.31602 1.75826 5.29029 1.77586 5.26042 1.78769L3.39714 2.52401L3.99968 2.72519L6.11394 2.02109L5.33952 1.73886ZM1.88542 2.02109L2.51042 2.22909L4.51042 1.43808L4.0114 1.25644C4.00422 1.25387 3.99613 1.25393 3.98894 1.25644L1.88542 2.02109Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.72168 0.842335C4.90179 0.77695 5.0992 0.776891 5.2793 0.842335L8.69629 2.08452C9.01891 2.20188 9.2333 2.50881 9.2334 2.8521V7.14702C9.23336 7.4903 9.01884 7.79717 8.69629 7.9146L5.2793 9.15776C5.09928 9.22314 4.90171 9.22309 4.72168 9.15776L1.30469 7.9146C0.982004 7.79724 0.76664 7.49038 0.766602 7.14702V2.8521C0.7667 2.50882 0.982081 2.20188 1.30469 2.08452L4.72168 0.842335ZM5.40039 4.08941V8.26226L8.42285 7.16265C8.42924 7.16019 8.43356 7.15389 8.43359 7.14702V3.07866L5.40039 4.08941ZM1.56738 7.14702C1.56742 7.15398 1.57159 7.16025 1.57812 7.16265L4.59961 8.26128V4.08941L3.48438 3.71733V4.7603C3.48433 4.9811 3.30476 5.16056 3.08398 5.16069C2.8631 5.16069 2.68364 4.98118 2.68359 4.7603V3.45073L1.56738 3.07964V7.14702ZM6.67773 2.20171C6.64941 2.22317 6.61957 2.24366 6.58496 2.25737L4.32031 3.15288L5 3.37944L7.56445 2.52398L6.67773 2.20171ZM2.43457 2.52398L3.14062 2.75933L5.56836 1.79839L5.00586 1.59429C5.00237 1.59306 4.99862 1.59312 4.99512 1.59429L2.43457 2.52398Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.65771 0.992139C5.87823 0.91197 6.12076 0.912118 6.34131 0.992139L10.4419 2.48335C10.8367 2.62699 11.0997 3.00275 11.1001 3.4228V8.5771C11.1001 8.99754 10.837 9.37378 10.4419 9.51753L6.34131 11.0078C6.1206 11.088 5.87841 11.088 5.65771 11.0078L1.55811 9.51753C1.16305 9.37376 0.899902 8.99752 0.899902 8.5771V3.4228C0.9003 3.00268 1.16322 2.62695 1.55811 2.48335L5.65771 0.992139ZM1.8999 8.5771L5.50049 9.88667V4.92378L4.19971 4.49019V5.71382C4.19945 5.98974 3.97569 6.21382 3.69971 6.21382C3.42386 6.21366 3.19997 5.98964 3.19971 5.71382V4.1562L1.8999 3.72358V8.5771ZM6.50049 4.92378V9.88569L10.1001 8.5771V3.72358L6.50049 4.92378ZM8.01807 2.66499C7.98461 2.68936 7.94895 2.71253 7.90869 2.72847L5.2417 3.78218L6.00049 4.03608L9.01807 3.02925L8.01807 2.66499ZM2.98096 3.02925L3.76611 3.29097L6.62549 2.16011L5.99951 1.93257L2.98096 3.02925Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.60107 1.48003C7.85862 1.38638 8.14138 1.38638 8.39893 1.48003L13.8657 3.46733C14.3267 3.63505 14.6333 4.0735 14.6333 4.56401V11.4361C14.6332 11.9265 14.3265 12.3651 13.8657 12.5328L8.39893 14.5201C8.14144 14.6136 7.85855 14.6137 7.60107 14.5201L2.13428 12.5328C1.67349 12.3651 1.36684 11.9264 1.3667 11.4361V4.56401C1.3667 4.0736 1.6735 3.63512 2.13428 3.46733L7.60107 1.48003ZM2.3667 11.4361C2.36684 11.5059 2.41057 11.5683 2.47607 11.5923L7.50049 13.4195V6.44292L5.43311 5.75347V7.61577C5.43311 7.89191 5.20925 8.11577 4.93311 8.11577C4.65714 8.11556 4.43311 7.89179 4.43311 7.61577V5.42046L2.3667 4.73198V11.4361ZM8.50049 6.44292V13.4185L13.5239 11.5923C13.5895 11.5683 13.6332 11.5059 13.6333 11.4361V4.73198L8.50049 6.44292ZM10.6577 3.3648C10.61 3.41383 10.5516 3.45418 10.4839 3.48101L6.50049 5.05523L8.00049 5.55523L12.5288 4.04546L10.6577 3.3648ZM7.94287 2.41948L3.47021 4.04546L5.02686 4.56401L9.30322 2.87261L8.05713 2.41948C8.02034 2.40611 7.97966 2.4061 7.94287 2.41948Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.50146 1.84963C9.82337 1.73257 10.1766 1.73259 10.4985 1.84963L17.3315 4.334C17.9077 4.54352 18.2913 5.09107 18.2915 5.70412V14.2949C18.2914 14.908 17.9078 15.4555 17.3315 15.6651L10.4985 18.1504C10.1767 18.2674 9.82331 18.2674 9.50146 18.1504L2.66846 15.6651C2.09234 15.4555 1.70864 14.908 1.7085 14.2949V5.70412C1.70869 5.09114 2.0924 4.54357 2.66846 4.334L9.50146 1.84963ZM2.9585 14.2949C2.95864 14.3822 3.0133 14.4602 3.09521 14.4903L9.37549 16.7735V8.05275L6.7915 7.19142V9.52052C6.79142 9.86563 6.51163 10.1455 6.1665 10.1455C5.8216 10.1453 5.54159 9.86547 5.5415 9.52052V6.77443L2.9585 5.91408V14.2949ZM10.6255 8.05373V16.7735L16.9048 14.4903C16.9869 14.4603 17.0414 14.3823 17.0415 14.2949V5.91506L10.6255 8.05373ZM13.3208 4.2051C13.2612 4.26624 13.1895 4.3181 13.105 4.35158L8.12744 6.31935L10.0005 6.94435L15.6626 5.05666L13.3208 4.2051ZM9.9292 3.02443L4.33643 5.05666L6.28369 5.7051L11.6294 3.59084L10.0718 3.02443C10.0258 3.00774 9.97515 3.00774 9.9292 3.02443Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.4014 2.21942C11.7875 2.079 12.2115 2.07912 12.5977 2.21942L20.7979 5.20184C21.4894 5.45334 21.9502 6.1105 21.9502 6.84637V17.155C21.95 17.8907 21.4893 18.5481 20.7979 18.7995L12.5977 21.7809C12.2114 21.9213 11.7876 21.9214 11.4014 21.7809L3.20215 18.7995C2.51079 18.548 2.04997 17.8906 2.0498 17.155V6.84637C2.0498 6.11055 2.51067 5.45338 3.20215 5.20184L11.4014 2.21942ZM3.5498 17.155C3.54997 17.2599 3.61626 17.3534 3.71484 17.3893L11.25 20.1296V9.66571L8.15039 8.63251V11.4255C8.15018 11.8394 7.81429 12.1753 7.40039 12.1755C6.98631 12.1755 6.6506 11.8395 6.65039 11.4255V8.13251L3.5498 7.0993V17.155ZM12.75 9.66571V20.1296L20.2852 17.3893C20.3838 17.3535 20.45 17.2599 20.4502 17.155V7.0993L12.75 9.66571ZM15.9854 5.04755C15.914 5.12092 15.8279 5.18215 15.7266 5.22235L9.75195 7.58466L12 8.33466L18.7949 6.06903L15.9854 5.04755ZM12.085 3.62958C12.0299 3.60966 11.9691 3.60956 11.9141 3.62958L5.2041 6.06903L7.54004 6.84735L13.9561 4.30927L12.085 3.62958Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,camera:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M0.666626 6.02781V2.75796C0.666626 2.38977 0.965103 2.0913 1.33329 2.0913H2.14654C2.26563 2.0913 2.37567 2.02776 2.43522 1.92463L2.79262 1.30558C2.85217 1.20245 2.96221 1.13892 3.0813 1.13892H4.84495C4.96404 1.13892 5.07408 1.20245 5.13363 1.30558L5.49104 1.92463C5.55058 2.02776 5.66062 2.0913 5.77971 2.0913H6.66663C7.03482 2.0913 7.33329 2.38977 7.33329 2.75796V6.0278C7.33329 6.39599 7.03482 6.69447 6.66663 6.69447H1.33329C0.965103 6.69447 0.666626 6.396 0.666626 6.02781Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M3.99996 2.83337C4.73634 2.83337 5.33329 3.43033 5.33329 4.16671C5.33329 4.90309 4.73634 5.50004 3.99996 5.50004C3.26358 5.50004 2.66663 4.90309 2.66663 4.16671C2.66663 3.43033 3.26358 2.83337 3.99996 2.83337Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M6.38094 2.7262C6.55627 2.7262 6.6984 2.86833 6.6984 3.04366C6.6984 3.21899 6.55627 3.36112 6.38094 3.36112C6.20561 3.36112 6.06348 3.21899 6.06348 3.04366C6.06348 2.86833 6.20561 2.7262 6.38094 2.7262Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M0.833374 7.53476V3.44745C0.833374 2.98722 1.20647 2.61412 1.66671 2.61412H2.68327C2.83213 2.61412 2.96968 2.53471 3.04411 2.40579L3.49087 1.63198C3.5653 1.50306 3.70285 1.42365 3.85171 1.42365H6.05628C6.20514 1.42365 6.3427 1.50306 6.41713 1.63198L6.86389 2.40579C6.93832 2.5347 7.07587 2.61412 7.22473 2.61412H8.33337C8.79361 2.61412 9.16671 2.98722 9.16671 3.44745V7.53476C9.16671 7.99499 8.79361 8.36809 8.33337 8.36809H1.66671C1.20647 8.36809 0.833374 7.99499 0.833374 7.53476Z",stroke:"currentColor","stroke-width":"0.75"}),C("path",{d:"M5.00004 3.54169C5.92052 3.54169 6.66671 4.28788 6.66671 5.20835C6.66671 6.12883 5.92052 6.87502 5.00004 6.87502C4.07957 6.87502 3.33337 6.12883 3.33337 5.20835C3.33337 4.28788 4.07957 3.54169 5.00004 3.54169Z",stroke:"currentColor","stroke-width":"0.75"}),C("path",{d:"M7.97617 3.40778C8.19533 3.40778 8.373 3.58544 8.373 3.8046C8.373 4.02376 8.19533 4.20143 7.97617 4.20143C7.75701 4.20143 7.57935 4.02376 7.57935 3.8046C7.57935 3.58544 7.75701 3.40778 7.97617 3.40778Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1 9.04171V4.13695C1 3.58466 1.44772 3.13695 2 3.13695H3.21987C3.3985 3.13695 3.56357 3.04165 3.65288 2.88695L4.189 1.95837C4.27831 1.80367 4.44338 1.70837 4.62201 1.70837H7.26749C7.44612 1.70837 7.61119 1.80367 7.7005 1.95837L8.23661 2.88695C8.32593 3.04165 8.49099 3.13695 8.66963 3.13695H10C10.5523 3.13695 11 3.58466 11 4.13695V9.04171C11 9.59399 10.5523 10.0417 10 10.0417H2C1.44772 10.0417 1 9.59399 1 9.04171Z",stroke:"currentColor"}),C("path",{d:"M6 4.25C7.10457 4.25 8 5.14543 8 6.25C8 7.35457 7.10457 8.25 6 8.25C4.89543 8.25 4 7.35457 4 6.25C4 5.14543 4.89543 4.25 6 4.25Z",stroke:"currentColor"}),C("path",{d:"M9.57141 4.08929C9.8344 4.08929 10.0476 4.30249 10.0476 4.56548C10.0476 4.82848 9.8344 5.04168 9.57141 5.04168C9.30841 5.04168 9.09521 4.82848 9.09521 4.56548C9.09521 4.30249 9.30841 4.08929 9.57141 4.08929Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.33337 12.0556V5.5159C1.33337 4.77952 1.93033 4.18256 2.66671 4.18256H4.2932C4.53138 4.18256 4.75147 4.0555 4.87055 3.84923L5.58537 2.61113C5.70446 2.40487 5.92454 2.2778 6.16272 2.2778H9.69003C9.92821 2.2778 10.1483 2.40487 10.2674 2.61113L10.9822 3.84923C11.1013 4.0555 11.3214 4.18256 11.5595 4.18256H13.3334C14.0698 4.18256 14.6667 4.77952 14.6667 5.5159V12.0556C14.6667 12.792 14.0698 13.3889 13.3334 13.3889H2.66671C1.93033 13.3889 1.33337 12.792 1.33337 12.0556Z",stroke:"currentColor"}),C("path",{d:"M8.00004 5.66669C9.4728 5.66669 10.6667 6.86059 10.6667 8.33335C10.6667 9.80611 9.4728 11 8.00004 11C6.52728 11 5.33337 9.80611 5.33337 8.33335C5.33337 6.86059 6.52728 5.66669 8.00004 5.66669Z",stroke:"currentColor"}),C("path",{d:"M12.762 5.45239C13.1127 5.45239 13.3969 5.73666 13.3969 6.08731C13.3969 6.43797 13.1127 6.72223 12.762 6.72223C12.4113 6.72223 12.1271 6.43797 12.1271 6.08731C12.1271 5.73666 12.4113 5.45239 12.762 5.45239Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.66663 15.0694V6.89482C1.66663 5.97434 2.41282 5.22815 3.33329 5.22815H5.36641C5.66413 5.22815 5.93924 5.06932 6.0881 4.81148L6.98162 3.26387C7.13048 3.00603 7.40559 2.8472 7.70331 2.8472H12.1124C12.4102 2.8472 12.6853 3.00603 12.8341 3.26386L13.7276 4.81148C13.8765 5.06932 14.1516 5.22815 14.4493 5.22815H16.6666C17.5871 5.22815 18.3333 5.97434 18.3333 6.89482V15.0694C18.3333 15.9899 17.5871 16.7361 16.6666 16.7361H3.33329C2.41282 16.7361 1.66663 15.9899 1.66663 15.0694Z",stroke:"currentColor","stroke-width":"1.25"}),C("path",{d:"M9.99996 7.08331C11.8409 7.08331 13.3333 8.5757 13.3333 10.4166C13.3333 12.2576 11.8409 13.75 9.99996 13.75C8.15901 13.75 6.66663 12.2576 6.66663 10.4166C6.66663 8.5757 8.15901 7.08331 9.99996 7.08331Z",stroke:"currentColor","stroke-width":"1.25"}),C("path",{d:"M15.9523 6.81546C16.3907 6.81546 16.746 7.17079 16.746 7.60911C16.746 8.04743 16.3907 8.40276 15.9523 8.40276C15.514 8.40276 15.1587 8.04743 15.1587 7.60911C15.1587 7.17079 15.514 6.81546 15.9523 6.81546Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2 18.0833V8.2738C2 7.16923 2.89543 6.2738 4 6.2738H6.43974C6.79701 6.2738 7.12714 6.0832 7.30577 5.7738L8.37799 3.91666C8.55662 3.60726 8.88675 3.41666 9.24402 3.41666H14.535C14.8922 3.41666 15.2224 3.60726 15.401 3.91666L16.4732 5.7738C16.6519 6.0832 16.982 6.2738 17.3393 6.2738H20C21.1046 6.2738 22 7.16923 22 8.2738V18.0833C22 19.1879 21.1046 20.0833 20 20.0833H4C2.89543 20.0833 2 19.1879 2 18.0833Z",stroke:"currentColor","stroke-width":"1.5"}),C("path",{d:"M12 8.5C14.2091 8.5 16 10.2909 16 12.5C16 14.7091 14.2091 16.5 12 16.5C9.79086 16.5 8 14.7091 8 12.5C8 10.2909 9.79086 8.5 12 8.5Z",stroke:"currentColor","stroke-width":"1.5"}),C("path",{d:"M19.1428 8.17856C19.6688 8.17856 20.0952 8.60495 20.0952 9.13094C20.0952 9.65692 19.6688 10.0833 19.1428 10.0833C18.6168 10.0833 18.1904 9.65692 18.1904 9.13094C18.1904 8.60495 18.6168 8.17856 19.1428 8.17856Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,cancelFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00031 0.333313C6.0252 0.333489 7.66632 1.97537 7.66632 4.00031C7.66614 6.02509 6.02509 7.66614 4.00031 7.66632C1.97537 7.66632 0.333489 6.0252 0.333313 4.00031C0.333313 1.97526 1.97526 0.333313 4.00031 0.333313ZM5.71222 2.28839C5.59506 2.17123 5.40555 2.17123 5.28839 2.28839L4.00031 3.57648L2.71222 2.28839C2.59506 2.17123 2.40555 2.17123 2.28839 2.28839C2.17123 2.40555 2.17123 2.59506 2.28839 2.71222L3.57648 4.00031L2.28839 5.28839C2.17155 5.40558 2.17134 5.59517 2.28839 5.71222C2.40547 5.82895 2.59514 5.82895 2.71222 5.71222L4.00031 4.42413L5.28839 5.71222C5.4056 5.82873 5.59528 5.82916 5.71222 5.71222C5.82916 5.59528 5.82873 5.4056 5.71222 5.28839L4.42413 4.00031L5.71222 2.71222C5.82927 2.59517 5.82905 2.40557 5.71222 2.28839Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.99969 0.416687C7.53089 0.416687 9.5835 2.46854 9.58368 4.99969C9.58368 7.531 7.531 9.58368 4.99969 9.58368C2.46854 9.5835 0.416687 7.53089 0.416687 4.99969C0.416863 2.46865 2.46865 0.416863 4.99969 0.416687ZM7.1579 2.84149C7.00166 2.68563 6.74758 2.6854 6.59149 2.84149L4.99969 4.43329L3.4079 2.84149C3.25166 2.68563 2.99758 2.6854 2.84149 2.84149C2.6854 2.99758 2.68563 3.25166 2.84149 3.4079L4.43329 4.99969L2.84149 6.59149C2.68584 6.74745 2.68619 7.00074 2.84149 7.15692C2.9976 7.31303 3.25166 7.31382 3.4079 7.1579L4.99969 5.5661L6.59149 7.1579C6.74772 7.31382 7.00081 7.31303 7.15692 7.15692C7.31303 7.00081 7.31382 6.74772 7.1579 6.59149L5.5661 4.99969L7.1579 3.4079C7.3141 3.2517 7.31408 2.9977 7.1579 2.84149Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6C0.5 2.96243 2.96243 0.5 6 0.5ZM8.60352 3.39648C8.40825 3.20125 8.09174 3.20123 7.89648 3.39648L6 5.29297L4.10352 3.39648C3.90825 3.20125 3.59174 3.20123 3.39648 3.39648C3.20123 3.59174 3.20125 3.90825 3.39648 4.10352L5.29297 6L3.39648 7.89648C3.20144 8.09175 3.20132 8.40832 3.39648 8.60352C3.59168 8.79868 3.90825 8.79856 4.10352 8.60352L6 6.70703L7.89648 8.60352C8.09176 8.79857 8.40832 8.79871 8.60352 8.60352C8.79871 8.40832 8.79857 8.09176 8.60352 7.89648L6.70703 6L8.60352 4.10352C8.79877 3.90826 8.79875 3.59175 8.60352 3.39648Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99969 0.666687C12.0497 0.666687 15.3335 3.94976 15.3337 7.99969C15.3337 12.0498 12.0498 15.3337 7.99969 15.3337C3.94976 15.3335 0.666687 12.0497 0.666687 7.99969C0.666863 3.94987 3.94987 0.666863 7.99969 0.666687ZM11.3532 4.64618C11.1579 4.45125 10.8413 4.45103 10.6462 4.64618L7.99969 7.29266L5.35321 4.64618C5.15792 4.45125 4.84133 4.45103 4.64618 4.64618C4.45103 4.84133 4.45125 5.15792 4.64618 5.35321L7.29266 7.99969L4.64618 10.6462C4.45108 10.8413 4.45126 11.1579 4.64618 11.3532C4.84143 11.5484 5.15796 11.5484 5.35321 11.3532L7.99969 8.70673L10.6462 11.3532C10.8414 11.5484 11.158 11.5485 11.3532 11.3532C11.5485 11.158 11.5484 10.8414 11.3532 10.6462L8.70673 7.99969L11.3532 5.35321C11.5485 5.15796 11.5484 4.84144 11.3532 4.64618Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.833313C15.0628 0.833489 19.1663 4.9378 19.1663 10.0003C19.1661 15.0627 15.0627 19.1661 10.0003 19.1663C4.9378 19.1663 0.833489 15.0628 0.833313 10.0003C0.833313 4.9377 4.9377 0.833313 10.0003 0.833313ZM14.1917 5.80792C13.9476 5.56429 13.5519 5.56399 13.3079 5.80792L9.99933 9.11554L6.69171 5.80792C6.4476 5.56429 6.05185 5.56399 5.80792 5.80792C5.56399 6.05185 5.56429 6.4476 5.80792 6.69171L9.11554 9.99933L5.8089 13.3079C5.56482 13.552 5.56482 13.9476 5.8089 14.1917C6.05298 14.4357 6.44864 14.4358 6.69269 14.1917L9.99933 10.8831L13.3079 14.1917C13.552 14.4357 13.9477 14.4358 14.1917 14.1917C14.4358 13.9477 14.4357 13.552 14.1917 13.3079L10.8831 9.99933L14.1917 6.69171C14.4358 6.44765 14.4357 6.052 14.1917 5.80792Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM17.0303 6.96973C16.7374 6.67689 16.2626 6.67685 15.9697 6.96973L12 10.9395L8.03027 6.96973C7.73738 6.67689 7.2626 6.67685 6.96973 6.96973C6.67685 7.2626 6.67689 7.73738 6.96973 8.03027L10.9395 12L6.96973 15.9697C6.67712 16.2626 6.67698 16.7375 6.96973 17.0303C7.26253 17.323 7.73738 17.3229 8.03027 17.0303L12 13.0605L15.9697 17.0303C16.2626 17.3228 16.7375 17.3231 17.0303 17.0303C17.3231 16.7375 17.3228 16.2626 17.0303 15.9697L13.0605 12L17.0303 8.03027C17.3231 7.7374 17.3231 7.26262 17.0303 6.96973Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,cancelOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.00031 0.30011C6.04356 0.300321 7.69949 1.95701 7.69952 4.00031C7.69931 6.04345 6.04345 7.69931 4.00031 7.69952C1.95702 7.69948 0.300321 6.04355 0.30011 4.00031C0.300143 1.95691 1.95691 0.300154 4.00031 0.30011ZM4.00031 0.899719C2.28828 0.899763 0.899752 2.28828 0.899719 4.00031C0.89993 5.71218 2.28839 7.09987 4.00031 7.09991C5.71208 7.0997 7.0997 5.71208 7.09991 4.00031C7.09988 2.28838 5.71219 0.89993 4.00031 0.899719ZM5.28839 2.28839C5.40555 2.17123 5.59506 2.17123 5.71222 2.28839C5.82905 2.40557 5.82927 2.59517 5.71222 2.71222L4.42316 3.99933L5.71124 5.28741C5.8284 5.40457 5.82938 5.59506 5.71222 5.71222C5.59506 5.82938 5.40457 5.8284 5.28741 5.71124L3.99933 4.42316L2.71222 5.71124C2.59506 5.8284 2.40457 5.82938 2.28741 5.71222C2.17042 5.59505 2.17129 5.40452 2.28839 5.28741L3.5755 3.99933L2.28839 2.71222C2.17123 2.59506 2.17123 2.40555 2.28839 2.28839C2.40555 2.17123 2.59506 2.17123 2.71222 2.28839L3.99933 3.5755L5.28839 2.28839Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99994 0.349548C7.56804 0.349548 9.65029 2.43185 9.65033 4.99994C9.65033 7.56806 7.56806 9.65033 4.99994 9.65033C2.43186 9.65027 0.349548 7.56803 0.349548 4.99994C0.34959 2.43188 2.43189 0.349603 4.99994 0.349548ZM4.99994 1.15033C2.87371 1.15038 1.15037 2.87371 1.15033 4.99994C1.15033 7.1262 2.87369 8.84949 4.99994 8.84955C7.12624 8.84955 8.84955 7.12624 8.84955 4.99994C8.84951 2.87368 7.12621 1.15033 4.99994 1.15033ZM6.59174 2.84174C6.74792 2.68555 7.00193 2.68561 7.15814 2.84174C7.31435 2.99795 7.31435 3.25193 7.15814 3.40814L5.56635 4.99994L7.15814 6.59174C7.31406 6.74797 7.31426 7.00203 7.15814 7.15814C7.00203 7.31425 6.74797 7.31406 6.59174 7.15814L4.99994 5.56635L3.40814 7.15814C3.25205 7.31393 2.99886 7.31385 2.84271 7.15814C2.6866 7.00203 2.68582 6.74797 2.84174 6.59174L4.43353 4.99994L2.84174 3.40814C2.68561 3.25193 2.68555 2.99792 2.84174 2.84174C2.99792 2.68555 3.25193 2.68561 3.40814 2.84174L4.99994 4.43353L6.59174 2.84174Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.99951 0.399902C9.09215 0.399902 11.5998 2.90694 11.6001 5.99951C11.6001 9.09231 9.09231 11.6001 5.99951 11.6001C2.90695 11.5998 0.399902 9.09214 0.399902 5.99951C0.400163 2.90711 2.90711 0.400179 5.99951 0.399902ZM5.99951 1.3999C3.4594 1.40018 1.40016 3.45939 1.3999 5.99951C1.3999 8.53985 3.45924 10.5998 5.99951 10.6001C8.54002 10.6001 10.6001 8.54002 10.6001 5.99951C10.5998 3.45922 8.53986 1.3999 5.99951 1.3999ZM7.896 3.396C8.09126 3.20073 8.40874 3.20073 8.604 3.396C8.79927 3.59126 8.79927 3.90874 8.604 4.104L6.70752 5.99951L8.604 7.89697C8.79878 8.09227 8.7991 8.40891 8.604 8.604C8.40891 8.7991 8.09227 8.79878 7.89697 8.604L5.99951 6.70654L4.10303 8.604C3.90773 8.79878 3.5911 8.7991 3.396 8.604C3.2009 8.40891 3.20122 8.09227 3.396 7.89697L5.2915 5.99951L3.396 4.104C3.20073 3.90874 3.20073 3.59126 3.396 3.396C3.59126 3.20073 3.90874 3.20073 4.104 3.396L5.99951 5.2915L7.896 3.396Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8 0.700195C12.0316 0.700195 15.2996 3.96847 15.2998 8C15.2998 12.0317 12.0317 15.2998 8 15.2998C3.96849 15.2996 0.700195 12.0316 0.700195 8C0.700366 3.96859 3.96859 0.700388 8 0.700195ZM8 1.7002C4.52088 1.70039 1.70037 4.52087 1.7002 8C1.7002 11.4793 4.52077 14.2996 8 14.2998C11.4794 14.2998 14.2998 11.4794 14.2998 8C14.2996 4.52075 11.4793 1.7002 8 1.7002ZM10.6465 4.64648C10.8416 4.45133 11.1582 4.45155 11.3535 4.64648C11.5488 4.84175 11.5488 5.15825 11.3535 5.35352L8.70703 8L11.3535 10.6465C11.5487 10.8418 11.5488 11.1583 11.3535 11.3535C11.1583 11.5488 10.8418 11.5487 10.6465 11.3535L8 8.70703L5.35352 11.3535C5.15825 11.5487 4.84173 11.5488 4.64648 11.3535C4.45156 11.1582 4.45138 10.8416 4.64648 10.6465L7.29297 8L4.64648 5.35352C4.45155 5.15823 4.45133 4.84164 4.64648 4.64648C4.84164 4.45133 5.15823 4.45155 5.35352 4.64648L8 7.29297L10.6465 4.64648Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99982 0.874817C15.0394 0.874817 19.1247 4.96029 19.1248 9.99982C19.1248 15.0394 15.0394 19.1248 9.99982 19.1248C4.96031 19.1247 0.874817 15.0393 0.874817 9.99982C0.874899 4.96036 4.96036 0.874927 9.99982 0.874817ZM9.99982 2.12482C5.65072 2.12493 2.1249 5.65071 2.12482 9.99982C2.12482 14.349 5.65067 17.8747 9.99982 17.8748C14.3491 17.8748 17.8748 14.3491 17.8748 9.99982C17.8747 5.65065 14.349 2.12482 9.99982 2.12482ZM13.3084 5.80841C13.5525 5.56433 13.9481 5.56433 14.1922 5.80841C14.436 6.05251 14.4362 6.44823 14.1922 6.6922L10.8836 9.99982L14.1922 13.3084C14.4358 13.5525 14.4361 13.9483 14.1922 14.1922C13.9483 14.4361 13.5525 14.4358 13.3084 14.1922L9.99982 10.8836L6.6922 14.1922C6.44822 14.4361 6.05248 14.4359 5.80841 14.1922C5.56437 13.9482 5.56444 13.5525 5.80841 13.3084L9.11603 9.99982L5.80841 6.6922C5.56433 6.44812 5.56433 6.05249 5.80841 5.80841C6.05249 5.56433 6.44812 5.56433 6.6922 5.80841L9.99982 9.11603L13.3084 5.80841Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1.0498C18.0474 1.04991 22.9501 5.95263 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95266 22.9501 1.04991 18.0473 1.0498 12C1.0499 5.95265 5.95265 1.04994 12 1.0498ZM12 2.5498C6.78108 2.54994 2.5499 6.78107 2.5498 12C2.54991 17.2189 6.78109 21.4501 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4501 6.78106 17.2189 2.54991 12 2.5498ZM15.9697 6.96973C16.2626 6.67683 16.7374 6.67683 17.0303 6.96973C17.3232 7.26262 17.3232 7.73738 17.0303 8.03027L13.0605 12L17.0303 15.9697C17.3229 16.2626 17.3231 16.7375 17.0303 17.0303C16.7375 17.3231 16.2626 17.3229 15.9697 17.0303L12 13.0605L8.03027 17.0303C7.73736 17.3229 7.26253 17.3231 6.96973 17.0303C6.67692 16.7375 6.6771 16.2626 6.96973 15.9697L10.9395 12L6.96973 8.03027C6.67683 7.73738 6.67683 7.26262 6.96973 6.96973C7.26262 6.67683 7.73738 6.67683 8.03027 6.96973L12 10.9395L15.9697 6.96973Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,caretDown:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.9344 5.91801L0.909167 2.13647C0.865167 2.08147 0.904326 2 0.974761 2L7.02522 2C7.09565 2 7.13481 2.08147 7.09081 2.13647L4.06558 5.91801C4.03195 5.96004 3.96802 5.96004 3.9344 5.91801Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.5","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.91801 7.39751L1.13647 2.67059C1.08147 2.60184 1.13042 2.5 1.21847 2.5L8.78153 2.5C8.86958 2.5 8.91853 2.60184 8.86353 2.67059L5.08199 7.39751C5.03996 7.45005 4.96004 7.45005 4.91801 7.39751Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.625","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.90162 8.87701L1.36378 3.20471C1.29778 3.12221 1.35652 3 1.46217 3L10.5379 3C10.6435 3 10.7022 3.12221 10.6362 3.20471L6.0984 8.87701C6.04796 8.94006 5.95206 8.94006 5.90162 8.87701Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.86879 11.836L1.81833 4.27295C1.73033 4.16295 1.80865 4 1.94952 4L14.0504 4C14.1913 4 14.2696 4.16295 14.1816 4.27295L8.13116 11.836C8.06391 11.9201 7.93605 11.9201 7.86879 11.836Z",fill:"currentColor",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.83602 14.795L2.27295 5.34119C2.16295 5.20369 2.26085 5 2.43693 5L17.5631 5C17.7392 5 17.8371 5.20369 17.7271 5.34119L10.164 14.795C10.0799 14.9001 9.92009 14.9001 9.83602 14.795Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.8032 17.754L2.72756 6.40942C2.59556 6.24442 2.71304 6 2.92434 6L21.0757 6C21.287 6 21.4045 6.24442 21.2725 6.40942L12.1968 17.754C12.0959 17.8801 11.9041 17.8801 11.8032 17.754Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,caretLeft:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.08199 4.0656L5.86353 7.09083C5.91853 7.13483 6 7.09567 6 7.02524L6 0.974784C6 0.90435 5.91853 0.865191 5.86353 0.909191L2.08199 3.93442C2.03996 3.96805 2.03996 4.03198 2.08199 4.0656Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.5","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.60249 5.08199L7.32941 8.86353C7.39816 8.91853 7.5 8.86958 7.5 8.78153L7.5 1.21847C7.5 1.13042 7.39816 1.08147 7.32941 1.13647L2.60249 4.91801C2.54995 4.96004 2.54995 5.03996 2.60249 5.08199Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.625","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.12299 6.09838L8.79529 10.6362C8.87779 10.7022 9 10.6435 9 10.5378L9 1.46215C9 1.35649 8.87779 1.29776 8.79529 1.36376L3.12299 5.9016C3.05994 5.95204 3.05994 6.04794 3.12299 6.09838Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.16398 8.13121L11.7271 14.1817C11.8371 14.2697 12 14.1913 12 14.0505L12 1.94957C12 1.8087 11.8371 1.73038 11.7271 1.81838L4.16398 7.86884C4.07991 7.93609 4.07991 8.06395 4.16398 8.13121Z",fill:"currentColor",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.20498 10.164L14.6588 17.7271C14.7963 17.8371 15 17.7392 15 17.5631L15 2.43693C15 2.26085 14.7963 2.16295 14.6588 2.27295L5.20498 9.83602C5.09989 9.92009 5.09989 10.0799 5.20498 10.164Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.24597 12.1968L17.5906 21.2724C17.7556 21.4044 18 21.287 18 21.0757L18 2.92429C18 2.71299 17.7556 2.59551 17.5906 2.72751L6.24597 11.8032C6.11987 11.9041 6.11987 12.0959 6.24597 12.1968Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,caretRight:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.91801 4.0656L2.13647 7.09083C2.08147 7.13483 2 7.09567 2 7.02524L2 0.974784C2 0.90435 2.08147 0.865191 2.13647 0.909191L5.91801 3.93442C5.96004 3.96805 5.96004 4.03198 5.91801 4.0656Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.5","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.39751 5.08199L2.67059 8.86353C2.60184 8.91853 2.5 8.86958 2.5 8.78153L2.5 1.21847C2.5 1.13042 2.60184 1.08147 2.67059 1.13647L7.39751 4.91801C7.45005 4.96004 7.45005 5.03996 7.39751 5.08199Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.625","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.87701 6.09838L3.20471 10.6362C3.12221 10.7022 3 10.6435 3 10.5378L3 1.46215C3 1.35649 3.12221 1.29776 3.20471 1.36376L8.87701 5.9016C8.94006 5.95204 8.94006 6.04794 8.87701 6.09838Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.836 8.13121L4.27295 14.1817C4.16295 14.2697 4 14.1913 4 14.0505L4 1.94957C4 1.8087 4.16295 1.73038 4.27295 1.81838L11.836 7.86884C11.9201 7.93609 11.9201 8.06395 11.836 8.13121Z",fill:"currentColor",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.795 10.164L5.34119 17.7271C5.20369 17.8371 5 17.7392 5 17.5631L5 2.43693C5 2.26085 5.20369 2.16295 5.34119 2.27295L14.795 9.83602C14.9001 9.92009 14.9001 10.0799 14.795 10.164Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.754 12.1968L6.40942 21.2724C6.24442 21.4044 6 21.287 6 21.0757L6 2.92429C6 2.71299 6.24442 2.59551 6.40942 2.72751L17.754 11.8032C17.8801 11.9041 17.8801 12.0959 17.754 12.1968Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,caretUp:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.9344 2.08199L0.909167 5.86353C0.865167 5.91853 0.904326 6 0.974761 6H7.02522C7.09565 6 7.13481 5.91853 7.09081 5.86353L4.06558 2.08199C4.03195 2.03996 3.96802 2.03996 3.9344 2.08199Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.5","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.91801 2.60249L1.13647 7.32941C1.08147 7.39816 1.13042 7.5 1.21847 7.5H8.78153C8.86958 7.5 8.91853 7.39816 8.86353 7.32941L5.08199 2.60249C5.03996 2.54995 4.96004 2.54995 4.91801 2.60249Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.625","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.90162 3.12299L1.36378 8.79529C1.29778 8.87779 1.35652 9 1.46217 9H10.5379C10.6435 9 10.7022 8.87779 10.6362 8.79529L6.0984 3.12299C6.04796 3.05994 5.95206 3.05994 5.90162 3.12299Z",fill:"currentColor",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.86879 4.16398L1.81833 11.7271C1.73033 11.8371 1.80865 12 1.94952 12H14.0504C14.1913 12 14.2696 11.8371 14.1816 11.7271L8.13116 4.16398C8.06391 4.07991 7.93605 4.07991 7.86879 4.16398Z",fill:"currentColor",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.83602 5.20498L2.27295 14.6588C2.16295 14.7963 2.26085 15 2.43693 15H17.5631C17.7392 15 17.8371 14.7963 17.7271 14.6588L10.164 5.20498C10.0799 5.09989 9.92009 5.09989 9.83602 5.20498Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.8032 6.24597L2.72756 17.5906C2.59556 17.7556 2.71304 18 2.92434 18H21.0757C21.287 18 21.4045 17.7556 21.2725 17.5906L12.1968 6.24597C12.0959 6.11987 11.9041 6.11987 11.8032 6.24597Z",fill:"currentColor",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,check:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.06414 2.13165L3.35183 5.84396C3.31929 5.87651 3.26652 5.87651 3.23398 5.84396L0.935883 3.54587",stroke:"currentColor","stroke-width":"0.5","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.83015 2.66455L4.18977 7.30494C4.14909 7.34562 4.08313 7.34562 4.04245 7.30494L1.16983 4.43232",stroke:"currentColor","stroke-width":"0.625","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.5962 3.19745L5.02773 8.76591C4.97891 8.81473 4.89977 8.81473 4.85095 8.76591L1.40381 5.31877",stroke:"currentColor","stroke-width":"0.75","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1283 4.26328L6.70363 11.6879C6.63854 11.753 6.53302 11.753 6.46793 11.6879L1.87173 7.0917",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6603 5.3291L8.37956 14.6099C8.2982 14.6912 8.16629 14.6912 8.08493 14.6099L2.33969 8.86464",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.1924 6.39493L10.0555 17.5319C9.95783 17.6295 9.79954 17.6295 9.70191 17.5319L2.80762 10.6376",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,checkFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00032 0.333344C6.02521 0.333519 7.66634 1.9754 7.66634 4.00034C7.66616 6.02512 6.02511 7.66618 4.00032 7.66635C1.97539 7.66635 0.333504 6.02523 0.333328 4.00034C0.333328 1.97529 1.97528 0.333344 4.00032 0.333344ZM6.07845 2.78842C5.96129 2.67126 5.77177 2.67126 5.65462 2.78842L3.60384 4.8392L2.40169 3.63705C2.28453 3.5199 2.09502 3.5199 1.97786 3.63705C1.86088 3.75423 1.86076 3.94379 1.97786 4.06088L3.33333 5.41635C3.48306 5.56562 3.72576 5.56493 3.87532 5.41537L6.07845 3.21225C6.19557 3.09512 6.19551 2.90559 6.07845 2.78842Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.99968 0.416656C7.53088 0.416656 9.58349 2.46851 9.58366 4.99966C9.58366 7.53097 7.53098 9.58365 4.99968 9.58365C2.46852 9.58347 0.416672 7.53086 0.416672 4.99966C0.416847 2.46862 2.46863 0.416832 4.99968 0.416656ZM7.61687 3.46646C7.46077 3.31036 7.2067 3.31058 7.05046 3.46646L4.50456 6.01236L3.02019 4.52798C2.86398 4.37177 2.60999 4.37177 2.45378 4.52798C2.29802 4.68412 2.29799 4.9373 2.45378 5.09341L4.14812 6.78775C4.34501 6.98448 4.66515 6.98457 4.86198 6.78775L7.61687 4.03287C7.77275 3.87663 7.77297 3.62256 7.61687 3.46646Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6C0.5 2.96243 2.96243 0.5 6 0.5ZM9.15332 4.14648C8.95805 3.95132 8.64152 3.95126 8.44629 4.14648L5.40625 7.18652L3.63867 5.41895C3.44356 5.22384 3.12694 5.22414 2.93164 5.41895C2.73638 5.61421 2.73638 5.93071 2.93164 6.12598L4.96387 8.15918C5.20789 8.4032 5.60356 8.40308 5.84766 8.15918L9.15332 4.85352C9.34858 4.65825 9.34858 4.34175 9.15332 4.14648Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99968 0.666656C12.0497 0.666656 15.3335 3.94973 15.3337 7.99966C15.3337 12.0498 12.0498 15.3336 7.99968 15.3336C3.94974 15.3335 0.666672 12.0496 0.666672 7.99966C0.666848 3.94984 3.94985 0.666833 7.99968 0.666656ZM12.0866 5.64615C11.8913 5.45119 11.5747 5.45102 11.3796 5.64615L7.20769 9.819L4.73308 7.34341C4.53795 7.14828 4.22134 7.14855 4.02605 7.34341C3.83106 7.5387 3.83088 7.85528 4.02605 8.05045L6.73601 10.7614C6.99635 11.0216 7.41905 11.0216 7.67937 10.7614L12.0866 6.35318C12.2818 6.15792 12.2818 5.8414 12.0866 5.64615Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.833344C15.0628 0.83352 19.1663 4.93783 19.1663 10.0003C19.1662 15.0627 15.0627 19.1662 10.0003 19.1664C4.93782 19.1664 0.833505 15.0628 0.833328 10.0003C0.833328 4.93773 4.93771 0.833344 10.0003 0.833344ZM15.1087 7.05795C14.8647 6.81393 14.469 6.81404 14.2249 7.05795L9.01009 12.2728L5.91634 9.17905C5.67234 8.93517 5.27661 8.93528 5.03255 9.17905C4.78851 9.42309 4.78858 9.81875 5.03255 10.0628L8.42122 13.4515C8.74661 13.7765 9.27361 13.7766 9.59895 13.4515L15.1087 7.94174C15.3526 7.69765 15.3527 7.30198 15.1087 7.05795Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM18.1299 8.46973C17.837 8.17703 17.3622 8.1769 17.0693 8.46973L10.8125 14.7275L7.09961 11.0146C6.80684 10.7221 6.33191 10.7223 6.03906 11.0146C5.74625 11.3075 5.7464 11.7823 6.03906 12.0752L10.1045 16.1416C10.495 16.5321 11.129 16.5321 11.5195 16.1416L18.1299 9.53027C18.4228 9.23738 18.4228 8.76262 18.1299 8.46973Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,checkOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4 0.0332031C6.19058 0.0333789 7.9668 1.80938 7.9668 4C7.96662 6.19047 6.19047 7.96662 4 7.9668C1.80938 7.9668 0.0333789 6.19058 0.0332031 4C0.0332031 1.80927 1.80927 0.0332031 4 0.0332031ZM4 0.632812C2.14064 0.632812 0.632812 2.14064 0.632812 4C0.632988 5.85921 2.14075 7.36621 4 7.36621C5.8591 7.36603 7.36603 5.8591 7.36621 4C7.36621 2.14075 5.85921 0.632988 4 0.632812ZM5.6543 2.78809C5.77145 2.67093 5.96097 2.67093 6.07812 2.78809C6.19519 2.90525 6.19525 3.09479 6.07812 3.21191L3.875 5.41504C3.72544 5.5646 3.48274 5.56529 3.33301 5.41602L1.97754 4.06055C1.86044 3.94345 1.86056 3.75389 1.97754 3.63672C2.0947 3.51956 2.28421 3.51956 2.40137 3.63672L3.60352 4.83887L5.6543 2.78809Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5 0.0166016C7.75211 0.0166016 9.98322 2.24793 9.9834 5C9.9834 7.75222 7.75222 9.9834 5 9.9834C2.24793 9.98322 0.0166016 7.75211 0.0166016 5C0.0167773 2.24804 2.24804 0.0167773 5 0.0166016ZM5 0.817383C2.68987 0.817559 0.817559 2.68987 0.817383 5C0.817383 7.31028 2.68976 9.18342 5 9.18359C7.31039 9.18359 9.18359 7.31039 9.18359 5C9.18342 2.68976 7.31028 0.817383 5 0.817383ZM7.05078 3.4668C7.20702 3.31091 7.46109 3.3107 7.61719 3.4668C7.77329 3.6229 7.77307 3.87697 7.61719 4.0332L4.8623 6.78809C4.66547 6.9849 4.34533 6.98481 4.14844 6.78809L2.4541 5.09375C2.29831 4.93763 2.29834 4.68446 2.4541 4.52832C2.61031 4.37211 2.8643 4.37211 3.02051 4.52832L4.50488 6.0127L7.05078 3.4668Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 0C9.31371 0 12 2.68629 12 6C12 9.31371 9.31371 12 6 12C2.68629 12 0 9.31371 0 6C0 2.68629 2.68629 0 6 0ZM6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1ZM8.44629 4.14648C8.64152 3.95126 8.95805 3.95132 9.15332 4.14648C9.34858 4.34175 9.34858 4.65825 9.15332 4.85352L5.84766 8.15918C5.60356 8.40308 5.20789 8.4032 4.96387 8.15918L2.93164 6.12598C2.73638 5.93071 2.73638 5.61421 2.93164 5.41895C3.12694 5.22414 3.44356 5.22384 3.63867 5.41895L5.40625 7.18652L8.44629 4.14648Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99968 0.166656C12.3258 0.166656 15.8335 3.67358 15.8337 7.99966C15.8337 12.3259 12.3259 15.8336 7.99968 15.8336C3.6736 15.8335 0.166672 12.3258 0.166672 7.99966C0.166848 3.67369 3.67371 0.166833 7.99968 0.166656ZM7.99968 1.16666C4.22599 1.16683 1.16685 4.22598 1.16667 7.99966C1.16667 11.7735 4.22588 14.8335 7.99968 14.8336C11.7736 14.8336 14.8337 11.7736 14.8337 7.99966C14.8335 4.22587 11.7735 1.16666 7.99968 1.16666ZM11.3796 5.64615C11.5747 5.45102 11.8913 5.45119 12.0866 5.64615C12.2818 5.8414 12.2818 6.15792 12.0866 6.35318L7.67937 10.7614C7.41905 11.0216 6.99635 11.0216 6.73601 10.7614L4.02605 8.05045C3.83088 7.85528 3.83106 7.5387 4.02605 7.34341C4.22134 7.14855 4.53795 7.14828 4.73308 7.34341L7.20769 9.819L11.3796 5.64615Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.208344C15.408 0.20852 19.7913 4.59266 19.7913 10.0003C19.7912 15.4079 15.4078 19.7912 10.0003 19.7914C4.59264 19.7914 0.208505 15.408 0.208328 10.0003C0.208328 4.59255 4.59253 0.208344 10.0003 0.208344ZM10.0003 1.45834C5.28289 1.45834 1.45833 5.2829 1.45833 10.0003C1.4585 14.7176 5.283 18.5414 10.0003 18.5414C14.7175 18.5412 18.5412 14.7175 18.5413 10.0003C18.5413 5.28301 14.7176 1.45852 10.0003 1.45834ZM14.2249 7.05795C14.469 6.81404 14.8647 6.81393 15.1087 7.05795C15.3527 7.30198 15.3526 7.69765 15.1087 7.94174L9.59895 13.4515C9.27361 13.7766 8.74661 13.7765 8.42122 13.4515L5.03255 10.0628C4.78858 9.81875 4.78851 9.42309 5.03255 9.17905C5.27661 8.93528 5.67234 8.93517 5.91634 9.17905L9.01009 12.2728L14.2249 7.05795Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 0.25C18.4893 0.25 23.75 5.51065 23.75 12C23.75 18.4893 18.4893 23.75 12 23.75C5.51065 23.75 0.25 18.4893 0.25 12C0.25 5.51065 5.51065 0.25 12 0.25ZM12 1.75C6.33908 1.75 1.75 6.33908 1.75 12C1.75 17.6609 6.33908 22.25 12 22.25C17.6609 22.25 22.25 17.6609 22.25 12C22.25 6.33908 17.6609 1.75 12 1.75ZM17.0693 8.46973C17.3622 8.1769 17.837 8.17703 18.1299 8.46973C18.4228 8.76262 18.4228 9.23738 18.1299 9.53027L11.5195 16.1416C11.129 16.5321 10.495 16.5321 10.1045 16.1416L6.03906 12.0752C5.7464 11.7823 5.74625 11.3075 6.03906 11.0146C6.33191 10.7223 6.80684 10.7221 7.09961 11.0146L10.8125 14.7275L17.0693 8.46973Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,clockFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00034 0.333313C6.02523 0.333489 7.66635 1.97537 7.66635 4.00031C7.66618 6.02509 6.02512 7.66614 4.00034 7.66632C1.9754 7.66632 0.333519 6.0252 0.333344 4.00031C0.333344 1.97526 1.97529 0.333313 4.00034 0.333313ZM4.00034 1.33331C3.81635 1.33331 3.6675 1.48238 3.66733 1.66632V3.99933C3.66733 4.18342 3.81624 4.33331 4.00034 4.33331H6.33334C6.51729 4.33314 6.66733 4.18332 6.66733 3.99933C6.66698 3.81564 6.51707 3.6665 6.33334 3.66632H4.33334V1.66632C4.33317 1.48248 4.18417 1.33349 4.00034 1.33331Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.99966 0.416687C7.53086 0.416687 9.58347 2.46854 9.58365 4.99969C9.58365 7.531 7.53097 9.58368 4.99966 9.58368C2.46851 9.5835 0.416656 7.53089 0.416656 4.99969C0.416832 2.46865 2.46862 0.416863 4.99966 0.416687ZM4.99966 1.68329C4.7789 1.68346 4.59927 1.86287 4.59927 2.08368V5.00067C4.59963 5.22118 4.77912 5.39991 4.99966 5.40009H7.91666C8.1372 5.39991 8.31572 5.22118 8.31607 5.00067C8.31607 4.77987 8.13742 4.60046 7.91666 4.60028H5.40005V2.08368C5.40005 1.86277 5.22058 1.68329 4.99966 1.68329Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6C0.5 2.96243 2.96243 0.5 6 0.5ZM6 2C5.72386 2 5.5 2.22386 5.5 2.5V6C5.5 6.27614 5.72386 6.5 6 6.5H9.5C9.77614 6.5 10 6.27614 10 6C10 5.72386 9.77614 5.5 9.5 5.5H6.5V2.5C6.5 2.22386 6.27614 2 6 2Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99966 0.666687C12.0496 0.666687 15.3335 3.94976 15.3336 7.99969C15.3336 12.0498 12.0498 15.3337 7.99966 15.3337C3.94973 15.3335 0.666656 12.0497 0.666656 7.99969C0.666832 3.94987 3.94984 0.666862 7.99966 0.666687ZM7.99966 2.83368C7.72367 2.83385 7.49966 3.05765 7.49966 3.33368V8.00067C7.50002 8.27641 7.72389 8.5005 7.99966 8.50067H12.6667C12.9424 8.5005 13.1663 8.27641 13.1667 8.00067C13.1667 7.72464 12.9426 7.50085 12.6667 7.50067H8.49966V3.33368C8.49966 3.05754 8.27581 2.83368 7.99966 2.83368Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.833313C15.0628 0.833489 19.1664 4.9378 19.1664 10.0003C19.1662 15.0627 15.0627 19.1661 10.0003 19.1663C4.93783 19.1663 0.83352 15.0628 0.833344 10.0003C0.833344 4.9377 4.93773 0.833313 10.0003 0.833313ZM10.0003 3.54132C9.65527 3.54132 9.37551 3.82129 9.37534 4.16632V9.99933C9.37534 10.3445 9.65516 10.6243 10.0003 10.6243H15.8333C16.1784 10.6242 16.4583 10.3444 16.4583 9.99933C16.458 9.65456 16.1782 9.37451 15.8333 9.37433H10.6253V4.16632C10.6252 3.8214 10.3453 3.5415 10.0003 3.54132Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V12C11.25 12.4142 11.5858 12.75 12 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H12.75V5C12.75 4.58579 12.4142 4.25 12 4.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,clockOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.00034 0.30011C6.04361 0.300321 7.69955 1.95698 7.69955 4.00031C7.69934 6.04345 6.04348 7.69931 4.00034 7.69952C1.95701 7.69952 0.300351 6.04358 0.30014 4.00031C0.30014 1.95685 1.95688 0.30011 4.00034 0.30011ZM4.00034 0.899719C2.28825 0.899719 0.89975 2.28822 0.89975 4.00031C0.899961 5.71221 2.28838 7.09991 4.00034 7.09991C5.71211 7.0997 7.09973 5.71208 7.09995 4.00031C7.09995 2.28835 5.71224 0.89993 4.00034 0.899719ZM4.00034 1.36652C4.16576 1.36672 4.3 1.50089 4.30014 1.66632V3.69952H6.33334C6.49866 3.69973 6.63381 3.83404 6.63412 3.99933C6.63412 4.16489 6.49885 4.2999 6.33334 4.30011H4.00034C3.83465 4.30011 3.70053 4.16501 3.70053 3.99933V1.66632C3.70067 1.50076 3.83474 1.36652 4.00034 1.36652Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99991 0.349548C7.56803 0.349548 9.6503 2.43182 9.6503 4.99994C9.6503 7.56806 7.56803 9.65033 4.99991 9.65033C2.43178 9.65033 0.349518 7.56806 0.349518 4.99994C0.349518 2.43182 2.43178 0.349548 4.99991 0.349548ZM4.99991 1.15033C2.87361 1.15033 1.1503 2.87364 1.1503 4.99994C1.1503 7.12624 2.87361 8.84955 4.99991 8.84955C7.1262 8.84955 8.84952 7.12624 8.84952 4.99994C8.84952 2.87364 7.1262 1.15033 4.99991 1.15033ZM4.99991 1.68256C5.22071 1.68256 5.40012 1.86218 5.4003 2.08295V4.59955H7.9169C8.13755 4.59972 8.31614 4.77928 8.31631 4.99994C8.31614 5.22059 8.13756 5.39918 7.9169 5.39935H4.99991C4.77911 5.39935 4.59969 5.2207 4.59952 4.99994V2.08295C4.5997 1.86219 4.77911 1.68256 4.99991 1.68256Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.99951 0.399902C9.09218 0.399902 11.5999 2.9069 11.6001 5.99951C11.6001 9.09231 9.09231 11.6001 5.99951 11.6001C2.9069 11.5999 0.399902 9.09218 0.399902 5.99951C0.400113 2.90703 2.90703 0.400113 5.99951 0.399902ZM5.99951 1.3999C3.45931 1.40011 1.40011 3.45931 1.3999 5.99951C1.3999 8.53989 3.45918 10.5999 5.99951 10.6001C8.54002 10.6001 10.6001 8.54002 10.6001 5.99951C10.5999 3.45918 8.53989 1.3999 5.99951 1.3999ZM5.99951 1.99951C6.27552 1.99951 6.4993 2.22355 6.49951 2.49951V5.49951H9.49951C9.77552 5.49951 9.9993 5.72355 9.99951 5.99951C9.99951 6.27565 9.77565 6.49951 9.49951 6.49951H5.99951C5.72355 6.4993 5.49951 6.27552 5.49951 5.99951V2.49951C5.49973 2.22368 5.72368 1.99973 5.99951 1.99951Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8 0.700195C12.0316 0.700195 15.2997 3.96841 15.2998 8C15.2998 12.0317 12.0317 15.2998 8 15.2998C3.96841 15.2997 0.700195 12.0316 0.700195 8C0.7003 3.96848 3.96848 0.7003 8 0.700195ZM8 1.7002C4.52076 1.7003 1.7003 4.52076 1.7002 8C1.7002 11.4793 4.5207 14.2997 8 14.2998C11.4794 14.2998 14.2998 11.4794 14.2998 8C14.2997 4.5207 11.4793 1.7002 8 1.7002ZM8 2.83398C8.27614 2.83398 8.5 3.05784 8.5 3.33398V7.50098H12.667C12.943 7.50115 13.167 7.72494 13.167 8.00098C13.1666 8.27666 12.9427 8.5008 12.667 8.50098H8C7.72421 8.50087 7.50042 8.2767 7.5 8.00098V3.33398C7.5 3.05791 7.72395 2.83409 8 2.83398Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99985 0.874817C15.0394 0.874817 19.1248 4.96022 19.1248 9.99982C19.1248 15.0394 15.0394 19.1248 9.99985 19.1248C4.96025 19.1248 0.874848 15.0394 0.874847 9.99982C0.874847 4.96022 4.96025 0.874817 9.99985 0.874817ZM9.99985 2.12482C5.65061 2.12482 2.12485 5.65058 2.12485 9.99982C2.12485 14.3491 5.65061 17.8748 9.99985 17.8748C14.3491 17.8748 17.8748 14.3491 17.8748 9.99982C17.8748 5.65058 14.3491 2.12482 9.99985 2.12482ZM9.99985 3.54181C10.345 3.54181 10.6248 3.82163 10.6248 4.16681V9.37482H15.8329C16.1779 9.37482 16.4577 9.65479 16.4579 9.99982C16.4577 10.3448 16.1779 10.6248 15.8329 10.6248H9.99985C9.65478 10.6248 9.37502 10.3448 9.37485 9.99982V4.16681C9.37485 3.82163 9.65467 3.54181 9.99985 3.54181Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1.0498C18.0474 1.04991 22.9502 5.95255 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95255 22.9502 1.04991 18.0474 1.0498 12C1.0498 5.95248 5.95248 1.0498 12 1.0498ZM12 2.5498C6.78091 2.5498 2.5498 6.78091 2.5498 12C2.54991 17.219 6.78097 21.4502 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4502 6.78097 17.219 2.54991 12 2.5498ZM12 4.25C12.4141 4.2501 12.75 4.58585 12.75 5V11.25H19C19.4141 11.2501 19.75 11.5858 19.75 12C19.7499 12.4141 19.4141 12.7499 19 12.75H12C11.5858 12.75 11.2501 12.4141 11.25 12V5C11.25 4.58579 11.5858 4.25 12 4.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,close:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.65498 0.921444C6.77215 0.804432 6.9617 0.804335 7.07881 0.921444C7.19584 1.03856 7.1958 1.22813 7.07881 1.34527L4.42354 3.99957L7.07881 6.65484C7.19582 6.77197 7.19582 6.96154 7.07881 7.07867C6.96169 7.19579 6.77215 7.19572 6.65498 7.07867L3.99971 4.4234L1.34541 7.07867C1.22827 7.19563 1.03869 7.19569 0.921584 7.07867C0.804484 6.96157 0.804597 6.77201 0.921584 6.65484L3.57588 3.99957L0.921584 1.34527C0.804597 1.2281 0.804484 1.03854 0.921584 0.921444C1.03869 0.804459 1.22828 0.804495 1.34541 0.921444L3.99971 3.57574L6.65498 0.921444Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.30063 1.1335C8.45677 0.977685 8.70992 0.977661 8.86606 1.1335C9.02226 1.28971 9.02227 1.5437 8.86606 1.69991L5.56527 4.99971L8.86606 8.30049C9.02227 8.4567 9.02226 8.71069 8.86606 8.8669C8.70994 9.02264 8.45675 9.02261 8.30063 8.8669L4.99984 5.56612L1.70004 8.86592C1.54383 9.02213 1.28984 9.02213 1.13363 8.86592C0.977801 8.7098 0.977839 8.45664 1.13363 8.30049L4.43344 4.99971L1.13363 1.69991C0.977675 1.54368 0.977507 1.28963 1.13363 1.1335C1.28977 0.977518 1.54386 0.977589 1.70004 1.1335L4.99984 4.43331L8.30063 1.1335Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.9463 1.34627C10.1415 1.15105 10.4581 1.15114 10.6533 1.34627C10.8486 1.54153 10.8486 1.85804 10.6533 2.0533L6.70704 5.99959L10.6533 9.94588C10.8486 10.1411 10.8486 10.4586 10.6533 10.6539C10.4581 10.8488 10.1415 10.8489 9.9463 10.6539L5.99903 6.70662L2.05372 10.6529C1.85846 10.8482 1.54195 10.8482 1.34669 10.6529C1.15156 10.4576 1.15147 10.1411 1.34669 9.94588L5.292 5.99959L1.34669 2.0533C1.15145 1.85804 1.15144 1.54153 1.34669 1.34627C1.54196 1.15119 1.85852 1.15109 2.05372 1.34627L6.00001 5.29256L9.9463 1.34627Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.3802 1.91321C13.5755 1.71824 13.8921 1.71804 14.0873 1.91321C14.2823 2.10838 14.2822 2.425 14.0873 2.62024L8.70642 8.00012L14.0873 13.38C14.2822 13.5752 14.2822 13.8918 14.0873 14.087C13.8921 14.2822 13.5755 14.2821 13.3802 14.087L7.99939 8.70618L2.61951 14.087C2.42422 14.282 2.10762 14.2822 1.91247 14.087C1.71766 13.8919 1.71766 13.5752 1.91247 13.38L7.29236 8.00012L1.91247 2.62024C1.7177 2.42503 1.7176 2.10836 1.91247 1.91321C2.1076 1.71808 2.42421 1.71835 2.61951 1.91321L7.99939 7.29309L13.3802 1.91321Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.7246 2.39162C16.9686 2.14756 17.3643 2.14759 17.6083 2.39162C17.8524 2.6357 17.8524 3.03133 17.6083 3.27541L10.8837 10L17.6083 16.7246C17.8524 16.9687 17.8524 17.3643 17.6083 17.6084C17.3643 17.8523 16.9686 17.8524 16.7246 17.6084L9.99995 10.8838L3.27534 17.6084C3.03126 17.8524 2.6356 17.8525 2.39155 17.6084C2.14755 17.3644 2.14757 16.9687 2.39155 16.7246L9.11616 10L2.39155 3.27541C2.14762 3.03139 2.1477 2.63569 2.39155 2.39162C2.6356 2.14757 3.03126 2.14762 3.27534 2.39162L9.99995 9.11623L16.7246 2.39162Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M20.0693 2.86963C20.3621 2.57682 20.837 2.57699 21.1299 2.86963C21.4228 3.16252 21.4228 3.63728 21.1299 3.93017L13.0596 11.9995L21.1299 20.0698C21.4228 20.3627 21.4228 20.8375 21.1299 21.1304C20.837 21.4231 20.3622 21.4232 20.0693 21.1304L12 13.0601L3.93067 21.1304C3.63785 21.4232 3.16303 21.423 2.87012 21.1304C2.57723 20.8375 2.57723 20.3627 2.87012 20.0698L10.9395 11.9995L2.87012 3.93017C2.57728 3.63728 2.57725 3.1625 2.87012 2.86963C3.16303 2.5771 3.63789 2.5769 3.93067 2.86963L12 10.939L20.0693 2.86963Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,copy:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.66699 2.46484C7.01647 2.46505 7.2996 2.74818 7.2998 3.09766V6.66699C7.2996 7.01647 7.01647 7.2996 6.66699 7.2998H3.09766C2.74817 7.29961 2.46505 7.01647 2.46484 6.66699V3.09766C2.46505 2.74818 2.74817 2.46504 3.09766 2.46484H6.66699ZM3.09766 3.06445C3.07954 3.06465 3.06466 3.07955 3.06445 3.09766V6.66699C3.06466 6.6851 3.07954 6.7 3.09766 6.7002H6.66699C6.6851 6.69999 6.69999 6.6851 6.7002 6.66699V3.09766C6.69999 3.07955 6.6851 3.06466 6.66699 3.06445H3.09766ZM4.90234 0.700195C5.25184 0.700402 5.53498 0.983505 5.53516 1.33301V2C5.53516 2.16567 5.40101 2.29977 5.23535 2.2998C5.06967 2.2998 4.93555 2.16569 4.93555 2V1.33301C4.93537 1.31487 4.92047 1.30001 4.90234 1.2998H1.33301C1.31485 1.29998 1.29998 1.31486 1.2998 1.33301V4.90234C1.30001 4.92047 1.31487 4.93537 1.33301 4.93555H2C2.16569 4.93555 2.2998 5.06967 2.2998 5.23535C2.29977 5.40101 2.16567 5.53516 2 5.53516H1.33301C0.983505 5.53498 0.700402 5.25184 0.700195 4.90234V1.33301C0.700371 0.983485 0.983486 0.700371 1.33301 0.700195H4.90234Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.33398 3.05566C8.78471 3.05603 9.15039 3.42224 9.15039 3.87305V8.33398C9.15004 8.7845 8.78449 9.15003 8.33398 9.15039H3.87305C3.42223 9.15039 3.05601 8.78472 3.05566 8.33398V3.87305C3.05566 3.42201 3.42201 3.05566 3.87305 3.05566H8.33398ZM3.87305 3.85645C3.86384 3.85645 3.85645 3.86384 3.85645 3.87305V8.33398C3.85679 8.34289 3.86407 8.35059 3.87305 8.35059H8.33398C8.34268 8.35024 8.35026 8.34269 8.35059 8.33398V3.87305C8.35059 3.86407 8.34288 3.85681 8.33398 3.85645H3.87305ZM6.12793 0.849609C6.57874 0.849868 6.94434 1.21612 6.94434 1.66699V2.5C6.94434 2.72091 6.76486 2.90039 6.54395 2.90039C6.32311 2.9003 6.14453 2.72086 6.14453 2.5V1.66699C6.14453 1.65795 6.13691 1.65065 6.12793 1.65039H1.66699C1.65779 1.65039 1.65039 1.65779 1.65039 1.66699V6.12793C1.65065 6.13691 1.65795 6.14453 1.66699 6.14453H2.5C2.72086 6.14453 2.9003 6.32311 2.90039 6.54395C2.90039 6.76486 2.72091 6.94434 2.5 6.94434H1.66699C1.21612 6.94434 0.849868 6.57874 0.849609 6.12793V1.66699C0.849609 1.21596 1.21596 0.849609 1.66699 0.849609H6.12793Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10 3.64746C10.5521 3.64769 11 4.09532 11 4.64746V10C10.9998 10.552 10.552 10.9998 10 11H4.64746C4.09531 11 3.64768 10.5521 3.64746 10V4.64746C3.64746 4.09518 4.09518 3.64746 4.64746 3.64746H10ZM4.64746 10H10V4.64746H4.64746V10ZM7.35254 1C7.90482 1 8.35254 1.44772 8.35254 2V3C8.35254 3.27614 8.12868 3.5 7.85254 3.5C7.57658 3.49978 7.35254 3.27601 7.35254 3V2H2V7.35254H3C3.27601 7.35254 3.49978 7.57658 3.5 7.85254C3.5 8.12868 3.27614 8.35254 3 8.35254H2C1.44771 8.35254 1 7.90482 1 7.35254V2C1 1.44771 1.44772 1 2 1H7.35254Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.333 5.0293C13.9773 5.0293 14.4999 5.55201 14.5 6.19629V13.333C14.5 13.9773 13.9773 14.5 13.333 14.5H6.19629C5.55199 14.5 5.0293 13.9773 5.0293 13.333V6.19629C5.02936 5.55204 5.55204 5.02934 6.19629 5.0293H13.333ZM6.19629 6.0293C6.10432 6.02934 6.02936 6.10432 6.0293 6.19629V13.333C6.0293 13.425 6.10428 13.5 6.19629 13.5H13.333C13.4251 13.5 13.5 13.4251 13.5 13.333V6.19629C13.4999 6.1043 13.425 6.0293 13.333 6.0293H6.19629ZM9.80371 1.5C10.448 1.5 10.9707 2.02266 10.9707 2.66699V4C10.9707 4.2761 10.7468 4.49994 10.4707 4.5C10.1946 4.5 9.9707 4.27614 9.9707 4V2.66699C9.9707 2.57494 9.89576 2.5 9.80371 2.5H2.66699C2.57494 2.5 2.5 2.57495 2.5 2.66699V9.80371C2.5 9.89576 2.57495 9.9707 2.66699 9.9707H4C4.27614 9.9707 4.5 10.1946 4.5 10.4707C4.49994 10.7468 4.2761 10.9707 4 10.9707H2.66699C2.02266 10.9707 1.5 10.448 1.5 9.80371V2.66699C1.5 2.02266 2.02266 1.5 2.66699 1.5H9.80371Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.667 6.28711C17.4721 6.28732 18.1248 6.93998 18.125 7.74512V16.667C18.1248 17.4721 17.4721 18.1248 16.667 18.125H7.74512C6.93996 18.1248 6.28729 17.4721 6.28711 16.667V7.74512C6.28729 6.93996 6.93996 6.28729 7.74512 6.28711H16.667ZM7.74512 7.53711C7.63032 7.53729 7.53728 7.63032 7.53711 7.74512V16.667C7.53729 16.7818 7.63032 16.8748 7.74512 16.875H16.667C16.7818 16.8748 16.8748 16.7818 16.875 16.667V7.74512C16.8748 7.63034 16.7818 7.53732 16.667 7.53711H7.74512ZM12.2549 1.875C13.0602 1.875 13.7127 2.52774 13.7129 3.33301V5C13.7129 5.34518 13.4331 5.625 13.0879 5.625C12.7429 5.62481 12.4629 5.34506 12.4629 5V3.33301C12.4627 3.2181 12.3698 3.125 12.2549 3.125H3.33301C3.21821 3.12518 3.12518 3.21821 3.125 3.33301V12.2549C3.125 12.3698 3.2181 12.4627 3.33301 12.4629H5C5.34506 12.4629 5.62481 12.7429 5.625 13.0879C5.625 13.4331 5.34518 13.7129 5 13.7129H3.33301C2.52774 13.7127 1.875 13.0602 1.875 12.2549V3.33301C1.87518 2.52785 2.52785 1.87518 3.33301 1.875H12.2549Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M20 7.54395C20.9664 7.54404 21.7499 8.32759 21.75 9.29395V20C21.7499 20.9664 20.9664 21.7499 20 21.75H9.29395C8.32756 21.7499 7.54404 20.9664 7.54395 20V9.29395C7.54404 8.32757 8.32757 7.54401 9.29395 7.54395H20ZM9.29395 9.04395C9.15599 9.04401 9.04404 9.156 9.04395 9.29395V20C9.04404 20.138 9.15599 20.2499 9.29395 20.25H20C20.1379 20.2499 20.2499 20.1379 20.25 20V9.29395C20.2499 9.15602 20.1379 9.04404 20 9.04395H9.29395ZM14.7061 2.25C15.6725 2.25009 16.4561 3.03356 16.4561 4V6C16.4561 6.41416 16.1202 6.74991 15.7061 6.75C15.2918 6.75 14.9561 6.41421 14.9561 6V4C14.9561 3.86199 14.844 3.75009 14.7061 3.75H4C3.86193 3.75 3.75 3.86193 3.75 4V14.7061C3.75009 14.844 3.86199 14.9561 4 14.9561H6L6.07715 14.96C6.45511 14.9986 6.75 15.3179 6.75 15.7061C6.74991 16.0941 6.45507 16.4135 6.07715 16.4521L6 16.4561H4C3.03356 16.4561 2.25009 15.6725 2.25 14.7061V4C2.25 3.0335 3.0335 2.25 4 2.25H14.7061Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,dashboard:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.36652 4.91669C7.36652 5.35836 7.00833 5.71625 6.56671 5.71649L4.30011 5.71649L4.30011 6.28387L5.0003 6.28387C5.16584 6.28405 5.30011 6.4181 5.30011 6.58368C5.29993 6.74911 5.16573 6.88331 5.0003 6.88348L3.0003 6.88348C2.83473 6.88348 2.70068 6.74921 2.7005 6.58368C2.7005 6.41799 2.83462 6.28387 3.0003 6.28387L3.7005 6.28387L3.7005 5.71649L1.43292 5.71649C0.991272 5.71628 0.633117 5.35839 0.633118 4.91669L0.633118 1.91669C0.633118 1.47499 0.991272 1.11709 1.43292 1.11688L6.56671 1.11688C7.00833 1.11713 7.36652 1.47501 7.36652 1.91669L7.36652 4.91669ZM6.76593 1.91669C6.76593 1.80638 6.67696 1.71674 6.56671 1.71649L1.43292 1.71649C1.32264 1.7167 1.23273 1.80636 1.23273 1.91669L1.23273 4.91669C1.23273 5.02701 1.32264 5.11667 1.43292 5.11688L6.56671 5.11688C6.67696 5.11664 6.76593 5.02699 6.76593 4.91669L6.76593 1.91669ZM3.66632 4.41669C3.66632 4.50863 3.5922 4.5835 3.50031 4.58368L2.16632 4.58368C2.07442 4.5835 2.00031 4.50863 2.00031 4.41669L2.00031 2.41669C2.00031 2.32475 2.07442 2.24987 2.16632 2.24969L3.50031 2.24969C3.5922 2.24987 3.66632 2.32475 3.66632 2.41669L3.66632 4.41669ZM6.00031 3.08368C6.00013 3.17558 5.92525 3.24969 5.83331 3.24969L4.50031 3.24969C4.40837 3.24969 4.33349 3.17558 4.33331 3.08368L4.33331 2.41669C4.33331 2.32464 4.40826 2.24969 4.50031 2.24969L5.83331 2.24969C5.92536 2.24969 6.00031 2.32464 6.00031 2.41669L6.00031 3.08368ZM6.00031 4.41669C6.00031 4.50873 5.92536 4.58368 5.83331 4.58368L4.50031 4.58368C4.40826 4.58368 4.33331 4.50873 4.33331 4.41669L4.33331 3.74969C4.33349 3.6578 4.40837 3.58368 4.50031 3.58368L5.83331 3.58368C5.92525 3.58368 6.00013 3.6578 6.00031 3.74969L6.00031 4.41669Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.2334 6.146C9.2334 6.71198 8.77493 7.17121 8.20898 7.17139L5.40137 7.17139L5.40137 7.82861L6.25098 7.82861C6.4716 7.82883 6.65119 8.00837 6.65137 8.229C6.65137 8.44978 6.4717 8.62917 6.25098 8.62939L3.75098 8.62939C3.53006 8.62939 3.35059 8.44992 3.35059 8.229C3.35076 8.00824 3.53017 7.82861 3.75098 7.82861L4.60059 7.82861L4.60059 7.17139L1.79199 7.17139C1.22601 7.17126 0.766601 6.71201 0.766601 6.146L0.766602 2.396C0.766602 1.82998 1.22601 1.37073 1.79199 1.37061L8.20898 1.37061C8.77493 1.37078 9.2334 1.83001 9.2334 2.396L9.2334 6.146ZM8.43359 2.396C8.43359 2.27184 8.3331 2.17156 8.20898 2.17139L1.79199 2.17139C1.66784 2.17152 1.56738 2.27181 1.56738 2.396L1.56738 6.146C1.56738 6.27018 1.66784 6.37048 1.79199 6.37061L8.20898 6.37061C8.3331 6.37043 8.43359 6.27015 8.43359 6.146L8.43359 2.396ZM4.58398 5.521C4.58398 5.63592 4.49085 5.72878 4.37598 5.729L2.70898 5.729C2.59392 5.729 2.50098 5.63606 2.50098 5.521L2.50098 3.021C2.50098 2.90594 2.59392 2.81299 2.70898 2.81299L4.37598 2.81299C4.49085 2.81321 4.58398 2.90607 4.58398 3.021L4.58398 5.521ZM7.50098 3.854C7.50098 3.96906 7.40705 4.06299 7.29199 4.06299L5.62598 4.06299C5.51092 4.06299 5.41699 3.96906 5.41699 3.854L5.41699 3.021C5.41699 2.90594 5.51092 2.81299 5.62598 2.81299L7.29199 2.81299C7.40705 2.81299 7.50098 2.90594 7.50098 3.021L7.50098 3.854ZM7.50098 5.521C7.50098 5.63606 7.40705 5.729 7.29199 5.729L5.62598 5.729C5.51092 5.729 5.41699 5.63606 5.41699 5.521L5.41699 4.68799C5.41699 4.57293 5.51092 4.479 5.62598 4.479L7.29199 4.479C7.40705 4.479 7.50098 4.57293 7.50098 4.68799L7.50098 5.521Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.9751 7.3125C10.9751 7.93375 10.4713 8.43739 9.8501 8.4375L6.50049 8.4375L6.50049 9.3125L7.50049 9.3125C7.77641 9.31276 8.00049 9.53652 8.00049 9.8125C8.00049 10.0885 7.77641 10.3122 7.50049 10.3125L4.50049 10.3125C4.22435 10.3125 4.00049 10.0886 4.00049 9.8125C4.00049 9.53636 4.22435 9.3125 4.50049 9.3125L5.50049 9.3125L5.50049 8.4375L2.1499 8.4375C1.52862 8.43745 1.0249 7.93379 1.0249 7.3125L1.0249 2.8125C1.0249 2.19121 1.52862 1.68755 2.1499 1.6875L9.8501 1.6875C10.4713 1.68761 10.9751 2.19124 10.9751 2.8125L10.9751 7.3125ZM10.2251 2.8125C10.2251 2.60546 10.0571 2.43761 9.8501 2.4375L2.1499 2.4375C1.94284 2.43755 1.7749 2.60542 1.7749 2.8125L1.7749 7.3125C1.7749 7.51958 1.94284 7.68745 2.1499 7.6875L9.8501 7.6875C10.0571 7.6874 10.2251 7.51954 10.2251 7.3125L10.2251 2.8125ZM5.50049 6.5625C5.50049 6.70041 5.38834 6.81224 5.25049 6.8125L3.25049 6.8125C3.11242 6.8125 3.00049 6.70057 3.00049 6.5625L3.00049 3.5625C3.00049 3.42443 3.11242 3.3125 3.25049 3.3125L5.24951 3.3125C5.38758 3.3125 5.50049 3.42443 5.50049 3.5625L5.50049 6.5625ZM9.00049 4.5625C9.00049 4.70041 8.88834 4.81224 8.75049 4.8125L6.75049 4.8125C6.61242 4.8125 6.50049 4.70057 6.50049 4.5625L6.50049 3.5625C6.50049 3.42443 6.61242 3.3125 6.75049 3.3125L8.74951 3.3125C8.88758 3.3125 9.00049 3.42443 9.00049 3.5625L9.00049 4.5625ZM9.00049 6.5625C9.00049 6.70041 8.88834 6.81224 8.75049 6.8125L6.75049 6.8125C6.61242 6.8125 6.50049 6.70057 6.50049 6.5625L6.50049 5.5625C6.50049 5.42443 6.61242 5.3125 6.75049 5.3125L8.75049 5.3125C8.88834 5.31276 9.00049 5.42459 9.00049 5.5625L9.00049 6.5625Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.6335 9.83331C14.6335 10.6617 13.9618 11.3332 13.1335 11.3333L8.49969 11.3333L8.49969 12.6663L9.99969 12.6663C10.2757 12.6663 10.4995 12.8903 10.4997 13.1663C10.4997 13.4425 10.2758 13.6663 9.99969 13.6663L5.99969 13.6663C5.7237 13.6661 5.49969 13.4424 5.49969 13.1663C5.49987 12.8904 5.72381 12.6665 5.99969 12.6663L7.49969 12.6663L7.49969 11.3333L2.86688 11.3333C2.03845 11.3333 1.36688 10.6617 1.36688 9.83331L1.36688 3.83331C1.36688 3.00489 2.03846 2.33331 2.86688 2.33331L13.1335 2.33331C13.9618 2.33342 14.6335 3.00495 14.6335 3.83331L14.6335 9.83331ZM13.6335 3.83331C13.6335 3.55724 13.4095 3.33342 13.1335 3.33331L2.86688 3.33331C2.59074 3.33331 2.36688 3.55717 2.36688 3.83331L2.36688 9.83331C2.36688 10.1095 2.59074 10.3333 2.86688 10.3333L13.1335 10.3333C13.4095 10.3332 13.6335 10.1094 13.6335 9.83331L13.6335 3.83331ZM7.33368 8.83331C7.33368 9.01741 7.18379 9.16632 6.99969 9.16632L4.33368 9.16632C4.14958 9.16632 3.99969 9.01741 3.99969 8.83331L3.99969 4.83331C3.99969 4.64922 4.14958 4.5003 4.33368 4.5003L6.99969 4.5003C7.18379 4.5003 7.33368 4.64922 7.33368 4.83331L7.33368 8.83331ZM11.9997 6.16632C11.9997 6.35042 11.8508 6.50031 11.6667 6.50031L8.99969 6.5003C8.81575 6.50013 8.66669 6.35031 8.66669 6.16632L8.66669 4.83331C8.66669 4.64933 8.81575 4.50048 8.99969 4.5003L11.6667 4.50031C11.8508 4.50031 11.9997 4.64922 11.9997 4.83331L11.9997 6.16632ZM11.9997 8.83331C11.9997 9.01741 11.8508 9.16632 11.6667 9.16632L8.99969 9.16632C8.81575 9.16614 8.66669 9.0173 8.66669 8.83331L8.66669 7.5003C8.66669 7.31632 8.81575 7.1665 8.99969 7.16632L11.6667 7.16632C11.8508 7.16632 11.9997 7.31621 11.9997 7.50031L11.9997 8.83331Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18.2915 12.2915C18.2915 13.327 17.452 14.1665 16.4165 14.1665L10.6255 14.1665L10.6255 15.8335L12.5005 15.8335C12.8457 15.8335 13.1255 16.1133 13.1255 16.4585C13.1253 16.8035 12.8456 17.0835 12.5005 17.0835L7.50049 17.0835C7.15549 17.0834 6.87566 16.8035 6.87549 16.4585C6.87549 16.1134 7.15539 15.8336 7.50049 15.8335L9.37549 15.8335L9.37549 14.1665L3.5835 14.1665C2.54818 14.1662 1.7085 13.3269 1.7085 12.2915L1.7085 4.7915C1.7085 3.75613 2.54818 2.91676 3.5835 2.9165L16.4165 2.9165C17.452 2.9165 18.2915 3.75597 18.2915 4.7915L18.2915 12.2915ZM17.0415 4.7915C17.0415 4.44633 16.7617 4.1665 16.4165 4.1665L3.5835 4.1665C3.23854 4.16676 2.9585 4.44648 2.9585 4.7915L2.9585 12.2915C2.9585 12.6365 3.23854 12.9162 3.5835 12.9165L16.4165 12.9165C16.7617 12.9165 17.0415 12.6367 17.0415 12.2915L17.0415 4.7915ZM9.16748 11.0415C9.16748 11.2716 8.98061 11.4585 8.75049 11.4585L5.41748 11.4585C5.18736 11.4585 5.00049 11.2716 5.00049 11.0415L5.00049 6.0415C5.00049 5.81139 5.18736 5.62451 5.41748 5.62451L8.75049 5.62451C8.98061 5.62451 9.16748 5.81139 9.16748 6.0415L9.16748 11.0415ZM15.0005 7.7085C15.0003 7.9383 14.8143 8.12425 14.5845 8.12451L11.2505 8.12451C11.0206 8.12442 10.8346 7.93841 10.8345 7.7085L10.8345 6.0415C10.8345 5.81144 11.0204 5.6246 11.2505 5.62451L14.5835 5.62451C14.8136 5.62451 15.0005 5.81139 15.0005 6.0415L15.0005 7.7085ZM15.0005 11.0415C15.0005 11.2715 14.8144 11.4582 14.5845 11.4585L11.2505 11.4585C11.0204 11.4584 10.8345 11.2716 10.8345 11.0415L10.8345 9.37451C10.8346 9.1446 11.0206 8.95858 11.2505 8.9585L14.5845 8.9585C14.8143 8.95876 15.0003 9.14471 15.0005 9.37451L15.0005 11.0415Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.9502 14.75C21.9502 15.9925 20.9427 16.9998 19.7002 17L12.75 17L12.75 19L15 19C15.4142 19 15.75 19.3358 15.75 19.75C15.75 20.1642 15.4142 20.5 15 20.5L9 20.5C8.58579 20.5 8.25 20.1642 8.25 19.75C8.25 19.3358 8.58579 19 9 19L11.25 19L11.25 17L4.29981 17C3.05725 16.9999 2.04981 15.9926 2.04981 14.75L2.04981 5.75C2.04981 4.50742 3.05725 3.5001 4.29981 3.5L19.7002 3.5C20.9427 3.50021 21.9502 4.50749 21.9502 5.75L21.9502 14.75ZM20.4502 5.75C20.4502 5.33592 20.1142 5.00021 19.7002 5L4.29981 5C3.88568 5.0001 3.54981 5.33585 3.54981 5.75L3.54981 14.75C3.54981 15.1642 3.88568 15.4999 4.29981 15.5L19.7002 15.5C20.1142 15.4998 20.4502 15.1641 20.4502 14.75L20.4502 5.75ZM11 13.25C11 13.5261 10.7761 13.75 10.5 13.75L6.5 13.75C6.22386 13.75 6 13.5261 6 13.25L6 7.25C6 6.97386 6.22386 6.75 6.5 6.75L10.5 6.75C10.7761 6.75 11 6.97386 11 7.25L11 13.25ZM18 9.25C18 9.52614 17.7761 9.75 17.5 9.75L13.5 9.75C13.2239 9.75 13 9.52614 13 9.25L13 7.25C13 6.97386 13.2239 6.75 13.5 6.75L17.5 6.75C17.7761 6.75 18 6.97386 18 7.25L18 9.25ZM18 13.25C18 13.5261 17.7761 13.75 17.5 13.75L13.5 13.75C13.2239 13.75 13 13.5261 13 13.25L13 11.25C13 10.9739 13.2239 10.75 13.5 10.75L17.5 10.75C17.7761 10.75 18 10.9739 18 11.25L18 13.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,date:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.66669 0.633453C5.8322 0.633662 5.96747 0.767701 5.96747 0.933258V1.36685H6.73309C7.08277 1.36685 7.36671 1.65003 7.36688 1.99966V6.73306C7.36685 7.08281 7.08285 7.36685 6.73309 7.36685H1.2663C0.916687 7.36668 0.63352 7.0827 0.633484 6.73306V1.99966C0.63366 1.65014 0.916775 1.36703 1.2663 1.36685H2.03387V0.933258C2.03387 0.767573 2.16799 0.633453 2.33368 0.633453C2.49919 0.633662 2.63348 0.767701 2.63348 0.933258V1.36685H5.36688V0.933258C5.36688 0.767681 5.50115 0.633629 5.66669 0.633453ZM1.23309 6.73306C1.23313 6.75133 1.24806 6.76609 1.2663 6.76627H6.73309C6.75148 6.76627 6.76626 6.75144 6.7663 6.73306V2.99966H1.23309V6.73306ZM5.99969 4.66666C6.1837 4.66666 6.33354 4.81569 6.33368 4.99966V5.99966C6.33368 6.18376 6.18379 6.33365 5.99969 6.33365H4.99969C4.81572 6.33351 4.66669 6.18367 4.66669 5.99966V4.99966C4.66683 4.81578 4.81581 4.6668 4.99969 4.66666H5.99969Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.08398 0.766113C7.30475 0.766289 7.4834 0.945698 7.4834 1.1665V1.68311H8.41699C8.86802 1.68311 9.2334 2.04946 9.2334 2.50049V8.4165C9.23322 8.86739 8.86792 9.23389 8.41699 9.23389H1.58398C1.13306 9.23389 0.766779 8.86739 0.766602 8.4165V2.50049C0.766602 2.04946 1.13295 1.68311 1.58398 1.68311H2.5166V1.1665C2.5166 0.945592 2.69608 0.766116 2.91699 0.766113C3.13791 0.766113 3.31738 0.94559 3.31738 1.1665V1.68311H6.68359V1.1665C6.68359 0.945592 6.86307 0.766116 7.08398 0.766113ZM1.56738 8.4165C1.56756 8.42556 1.57489 8.43311 1.58398 8.43311H8.41699C8.42609 8.43311 8.43342 8.42556 8.43359 8.4165V3.74951H1.56738V8.4165ZM7.5 5.8335C7.73001 5.8335 7.91682 6.01954 7.91699 6.24951V7.49951C7.91699 7.72963 7.73012 7.9165 7.5 7.9165H6.25C6.02003 7.91633 5.83398 7.72952 5.83398 7.49951V6.24951C5.83416 6.01965 6.02014 5.83367 6.25 5.8335H7.5Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.49951 0.900391C8.77565 0.900391 8.99951 1.12425 8.99951 1.40039V2H10.1001C10.6522 2.00011 11.0999 2.44796 11.1001 3V10.0996C11.1001 10.6518 10.6523 11.0995 10.1001 11.0996H1.8999C1.34762 11.0996 0.899902 10.6519 0.899902 10.0996V3C0.900113 2.44789 1.34775 2 1.8999 2H2.99951V1.40039C2.99951 1.12438 3.22355 0.900605 3.49951 0.900391C3.77565 0.900391 3.99951 1.12425 3.99951 1.40039V2H7.99951V1.40039C7.99951 1.12438 8.22355 0.900605 8.49951 0.900391ZM1.8999 10.0996H10.1001V4.5H1.8999V10.0996ZM8.99951 7C9.27552 7 9.4993 7.22404 9.49951 7.5V9C9.49951 9.27614 9.27565 9.5 8.99951 9.5H7.49951C7.22355 9.49979 6.99951 9.27601 6.99951 9V7.5C6.99972 7.22417 7.22368 7.00021 7.49951 7H8.99951Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.3333 1.36655C11.6093 1.36672 11.8333 1.59051 11.8333 1.86655V2.83334H13.4661C14.1105 2.83334 14.6331 3.356 14.6331 4.00034V13.4671C14.6328 14.1112 14.1103 14.6331 13.4661 14.6331H2.53351C1.88937 14.6331 1.36683 14.1112 1.36652 13.4671V4.00034C1.36652 3.356 1.88918 2.83334 2.53351 2.83334H4.16632V1.86655C4.16632 1.59047 4.39027 1.36666 4.66632 1.36655C4.94246 1.36655 5.16632 1.5904 5.16632 1.86655V2.83334H10.8333V1.86655C10.8333 1.59047 11.0573 1.36666 11.3333 1.36655ZM2.36652 13.4671C2.36683 13.5589 2.44166 13.6331 2.53351 13.6331H13.4661C13.558 13.6331 13.6328 13.5589 13.6331 13.4671V6.00034H2.36652V13.4671ZM12.0003 9.33334C12.3683 9.33359 12.6663 9.63229 12.6663 10.0003V12.0003C12.6661 12.3682 12.3681 12.6661 12.0003 12.6664H10.0003C9.63227 12.6664 9.33356 12.3683 9.33331 12.0003V10.0003C9.33331 9.63215 9.63212 9.33334 10.0003 9.33334H12.0003Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1665 1.7085C14.5117 1.7085 14.7915 1.98832 14.7915 2.3335V3.5415H16.8335C17.6387 3.5415 18.2912 4.19439 18.2915 4.99951V16.8335C18.2913 17.6388 17.6388 18.2915 16.8335 18.2915H3.1665C2.36135 18.2913 1.70867 17.6387 1.7085 16.8335V4.99951C1.70885 4.1945 2.36145 3.54168 3.1665 3.5415H5.2085V2.3335C5.2085 1.98832 5.48832 1.7085 5.8335 1.7085C6.17867 1.7085 6.4585 1.98832 6.4585 2.3335V3.5415H13.5415V2.3335C13.5415 1.98843 13.8215 1.70868 14.1665 1.7085ZM2.9585 16.8335C2.95867 16.9483 3.0517 17.0413 3.1665 17.0415H16.8335C16.9484 17.0415 17.0413 16.9484 17.0415 16.8335V7.50049H2.9585V16.8335ZM15.0005 11.6665C15.4606 11.6667 15.8335 12.0404 15.8335 12.5005V15.0005C15.8333 15.4605 15.4605 15.8333 15.0005 15.8335H12.5005C12.0404 15.8335 11.6667 15.4606 11.6665 15.0005V12.5005C11.6665 12.0403 12.0403 11.6665 12.5005 11.6665H15.0005Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17 2.0498C17.4141 2.0499 17.75 2.38565 17.75 2.7998V4.25H20.2002C21.1665 4.25021 21.9502 5.03363 21.9502 6V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83344 21.9502 2.05002 21.1665 2.0498 20.2002V6C2.0498 5.0335 2.83331 4.25 3.7998 4.25H6.25V2.7998C6.25 2.38559 6.58579 2.0498 7 2.0498C7.41413 2.0499 7.75 2.38565 7.75 2.7998V4.25H16.25V2.7998C16.25 2.38559 16.5858 2.0498 17 2.0498ZM3.5498 20.2002C3.55002 20.3381 3.66187 20.4502 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V9H3.5498V20.2002ZM18 14C18.5522 14.0001 19 14.4478 19 15V18C18.9999 18.5521 18.5521 18.9999 18 19H15C14.4478 19 14.0001 18.5522 14 18V15C14 14.4477 14.4477 14 15 14H18Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,remove:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.33301 0.633301C4.68251 0.633477 4.96561 0.916622 4.96582 1.26611V1.3667H6.66602C6.8317 1.3667 6.9668 1.50082 6.9668 1.6665V2.6665C6.9668 2.83219 6.8317 2.96631 6.66602 2.96631H6.59082L6.04883 6.54443C5.97721 7.01696 5.5707 7.36669 5.09277 7.3667H2.90625C2.42844 7.36654 2.02178 7.01689 1.9502 6.54443L1.4082 2.96631H1.33301C1.16732 2.96631 1.0332 2.83219 1.0332 2.6665V1.6665C1.0332 1.50082 1.16732 1.3667 1.33301 1.3667H2.86621V1.26611C2.86642 0.91673 3.14967 0.633652 3.49902 0.633301H4.33301ZM2.54297 6.45459C2.57011 6.63373 2.7251 6.76595 2.90625 6.76611H5.09277C5.27404 6.7661 5.4279 6.6338 5.45508 6.45459L5.9834 2.96631H2.01465L2.54297 6.45459ZM2.77441 3.53955C2.93682 3.50718 3.09447 3.6125 3.12695 3.7749L3.46094 5.44092C3.49321 5.60315 3.38774 5.76179 3.22559 5.79443C3.06326 5.82686 2.90473 5.72132 2.87207 5.55908L2.53906 3.89209C2.50669 3.72971 2.61204 3.57206 2.77441 3.53955ZM4 3.53369C4.16554 3.53387 4.2998 3.66792 4.2998 3.8335V5.50049C4.29945 5.66577 4.16532 5.80012 4 5.80029C3.83453 5.80029 3.70055 5.66587 3.7002 5.50049V3.8335C3.7002 3.66781 3.83431 3.53369 4 3.53369ZM5.22559 3.53955C5.38767 3.57225 5.4932 3.7299 5.46094 3.89209L5.12695 5.55908C5.09428 5.7212 4.93663 5.8267 4.77441 5.79443C4.61205 5.76196 4.50677 5.60328 4.53906 5.44092L4.87207 3.7749C4.90456 3.61243 5.06312 3.50706 5.22559 3.53955ZM1.63281 2.3667H6.36621V1.96631H1.63281V2.3667ZM3.49902 1.23291C3.48104 1.23326 3.46603 1.2481 3.46582 1.26611V1.3667H4.36621V1.26611C4.366 1.24799 4.35114 1.23308 4.33301 1.23291H3.49902Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.41669 0.791595C5.85374 0.791772 6.20863 1.14651 6.20868 1.58359V1.70859H8.33368C8.54064 1.70876 8.70868 1.87659 8.70868 2.08359V3.33359C8.70855 3.54047 8.54055 3.70841 8.33368 3.70859H8.23993L7.56219 8.18124C7.47263 8.77174 6.96412 9.20843 6.36688 9.20859H3.63348C3.03619 9.20853 2.52877 8.77176 2.43915 8.18124L1.76044 3.70859H1.66669C1.45966 3.70859 1.29182 3.54058 1.29169 3.33359V2.08359C1.29169 1.87648 1.45958 1.70859 1.66669 1.70859H3.58368V1.58359C3.58372 1.1464 3.93847 0.791595 4.37567 0.791595H5.41669ZM3.18036 8.06894C3.21443 8.29281 3.40702 8.45853 3.63348 8.45859H6.36688C6.59327 8.45843 6.78597 8.29276 6.82001 8.06894L7.48114 3.70859H2.5202L3.18036 8.06894ZM3.46844 4.42343C3.67137 4.38307 3.86923 4.51544 3.90985 4.71835L4.32587 6.80136C4.36648 7.00444 4.235 7.20214 4.03192 7.24277C3.82894 7.28336 3.63127 7.15173 3.59052 6.94882L3.17352 4.86484C3.13319 4.66191 3.26551 4.46402 3.46844 4.42343ZM6.53192 4.42343C6.7349 4.46403 6.86628 4.66187 6.82587 4.86484L6.40985 6.94882C6.36914 7.15166 6.17134 7.28317 5.96844 7.24277C5.76539 7.20215 5.63295 7.00442 5.67352 6.80136L6.09052 4.71835C6.13116 4.51534 6.32889 4.38287 6.53192 4.42343ZM4.99969 4.4166C5.20677 4.4166 5.37465 4.58453 5.37469 4.7916V6.8746C5.37469 7.08171 5.2068 7.2496 4.99969 7.2496C4.79274 7.24943 4.62469 7.0816 4.62469 6.8746V4.7916C4.62474 4.58463 4.79276 4.41677 4.99969 4.4166ZM2.04169 2.95859H7.95868V2.45859H2.04169V2.95859ZM4.37567 1.5416C4.35269 1.5416 4.33372 1.56061 4.33368 1.58359V1.70859H5.45868V1.58359C5.45863 1.56072 5.43952 1.54177 5.41669 1.5416H4.37567Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.5 0.899902C7.05225 0.899902 7.49995 1.34766 7.5 1.8999V2.00049H10C10.2761 2.00049 10.5 2.22435 10.5 2.50049V4.00049C10.4997 4.27641 10.276 4.50049 10 4.50049H9.92969L9.12305 9.82568C9.01153 10.5585 8.38097 11.1001 7.63965 11.1001H4.36035C3.61903 11.1001 2.98847 10.5585 2.87695 9.82568L2.07031 4.50049H2C1.72402 4.50049 1.50026 4.27641 1.5 4.00049V2.50049C1.5 2.22435 1.72386 2.00049 2 2.00049H4.25V1.8999C4.25005 1.34766 4.69775 0.899902 5.25 0.899902H6.5ZM3.86523 9.67529C3.90247 9.91948 4.1133 10.1001 4.36035 10.1001H7.63965C7.8867 10.1001 8.09753 9.91948 8.13477 9.67529L8.91895 4.50049H3.08105L3.86523 9.67529ZM6 5.25049C6.27598 5.25049 6.49974 5.47359 6.5 5.74951V8.24951C6.5 8.52565 6.27614 8.75049 6 8.75049C5.72402 8.75049 5.50026 8.52641 5.5 8.25049V5.75049C5.5 5.47435 5.72386 5.25049 6 5.25049ZM4.15234 5.26025C4.42299 5.20634 4.6861 5.38218 4.74023 5.65283L5.24023 8.15283C5.29386 8.42331 5.11815 8.68662 4.84766 8.74072C4.5772 8.79455 4.3141 8.6185 4.25977 8.34814L3.75977 5.84814C3.70585 5.57753 3.88174 5.31443 4.15234 5.26025ZM7.84766 5.26025C8.11826 5.31443 8.29415 5.57753 8.24023 5.84814L7.74023 8.34814C7.6859 8.6185 7.4228 8.79455 7.15234 8.74072C6.88185 8.68662 6.70614 8.42331 6.75977 8.15283L7.25977 5.65283C7.3139 5.38218 7.57701 5.20634 7.84766 5.26025ZM2.5 3.50049H9.5V3.00049H2.5V3.50049ZM5.25 2.00049H6.5V1.8999H5.25V2.00049Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.66669 1.36655C9.31083 1.36672 9.83361 1.88938 9.83368 2.53354V2.83334H13.3337C13.6097 2.83352 13.8337 3.05731 13.8337 3.33334V5.33334C13.8337 5.60938 13.6097 5.83317 13.3337 5.83334H13.0974L11.9997 13.0746C11.8639 13.9707 11.0935 14.633 10.1872 14.6331H5.81317C4.90689 14.633 4.13647 13.9706 4.00067 13.0746L2.90399 5.83334H2.66669C2.39054 5.83334 2.16669 5.60949 2.16669 5.33334V3.33334C2.16669 3.0572 2.39054 2.83334 2.66669 2.83334H5.83368V2.53354C5.83375 1.88927 6.35638 1.36655 7.00067 1.36655H8.66669ZM4.98993 12.9251C5.05179 13.3322 5.40143 13.633 5.81317 13.6331H10.1872C10.599 13.633 10.9496 13.3323 11.0114 12.9251L12.0856 5.83334H3.91473L4.98993 12.9251ZM5.56903 7.17612C5.83955 7.12226 6.10265 7.29824 6.15692 7.5687L6.82391 10.9017C6.87799 11.1724 6.70204 11.4354 6.43134 11.4896C6.16066 11.5437 5.89774 11.3686 5.84344 11.098L5.17645 7.76401C5.12273 7.49347 5.29848 7.23023 5.56903 7.17612ZM7.99969 7.16635C8.27573 7.16635 8.49952 7.39036 8.49969 7.66635V10.9994C8.49969 11.2755 8.27584 11.4994 7.99969 11.4994C7.7237 11.4992 7.49969 11.2754 7.49969 10.9994V7.66635C7.49987 7.39047 7.72381 7.16653 7.99969 7.16635ZM10.4313 7.17612C10.7019 7.23022 10.8776 7.49349 10.8239 7.76401L10.1569 11.098C10.1027 11.3685 9.83962 11.5435 9.56903 11.4896C9.29831 11.4354 9.12234 11.1724 9.17645 10.9017L9.84344 7.5687C9.89773 7.29813 10.1607 7.12206 10.4313 7.17612ZM3.16669 4.83334H12.8337V3.83334H3.16669V4.83334ZM7.00067 2.36655C6.90867 2.36655 6.83375 2.44155 6.83368 2.53354V2.83334H8.83368V2.53354C8.83361 2.44166 8.75854 2.36672 8.66669 2.36655H7.00067Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.8333 1.70816C11.6384 1.70834 12.2911 2.36109 12.2913 3.16617V3.54214H16.6663C17.0115 3.54214 17.2913 3.82197 17.2913 4.16714V6.66714C17.2911 7.0121 17.0113 7.29214 16.6663 7.29214H16.3704L14.9993 16.3439C14.8293 17.4639 13.8656 18.2921 12.7327 18.2921H7.26593C6.13327 18.2919 5.17025 17.4637 5.00031 16.3439L3.62823 7.29214H3.33331C2.9883 7.29214 2.70858 7.0121 2.70831 6.66714V4.16714C2.70831 3.82197 2.98814 3.54214 3.33331 3.54214H7.29132V3.16617C7.29159 2.36119 7.94438 1.70851 8.74933 1.70816H10.8333ZM6.23663 16.1564C6.31394 16.6652 6.75128 17.0419 7.26593 17.0421H12.7327C13.2476 17.0421 13.6856 16.6654 13.763 16.1564L15.1058 7.29214H4.89386L6.23663 16.1564ZM6.96027 8.96988C7.29855 8.90224 7.62866 9.12195 7.69659 9.46011L8.5296 13.6271C8.59728 13.9655 8.37772 14.2947 8.03937 14.3625C7.70089 14.4302 7.37171 14.2107 7.30402 13.8722L6.47003 9.70621C6.40246 9.36791 6.62206 9.03773 6.96027 8.96988ZM10.0003 8.95816C10.3453 8.95834 10.6252 9.23817 10.6253 9.58316V13.7502C10.6251 14.0951 10.3452 14.375 10.0003 14.3752C9.65524 14.3752 9.37548 14.0952 9.37531 13.7502V9.58316C9.37539 9.23806 9.65518 8.95816 10.0003 8.95816ZM13.0394 8.96988C13.3778 9.03759 13.5972 9.36781 13.5296 9.70621L12.6966 13.8722C12.6289 14.2107 12.2987 14.4302 11.9603 14.3625C11.6221 14.2945 11.4024 13.9654 11.47 13.6271L12.304 9.46011C12.372 9.12202 12.7011 8.90225 13.0394 8.96988ZM3.95831 6.04214H16.0413V4.79214H3.95831V6.04214ZM8.74933 2.95816C8.63473 2.95851 8.54158 3.05155 8.54132 3.16617V3.54214H11.0413V3.16617C11.0411 3.05144 10.9481 2.95834 10.8333 2.95816H8.74933Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13 2.0498C13.9664 2.0498 14.7499 2.8334 14.75 3.7998V4.25H20C20.4142 4.25 20.75 4.58579 20.75 5V8C20.75 8.41421 20.4142 8.75 20 8.75H19.6445L17.999 19.6123C17.7952 20.9565 16.6398 21.9502 15.2803 21.9502H8.71973C7.36018 21.9502 6.20481 20.9565 6.00098 19.6123L4.35547 8.75H4C3.58579 8.75 3.25 8.41421 3.25 8V5C3.25 4.58579 3.58579 4.25 4 4.25H8.75V3.7998C8.75011 2.8334 9.53357 2.0498 10.5 2.0498H13ZM7.48438 19.3877C7.57717 19.9985 8.10188 20.4502 8.71973 20.4502H15.2803C15.8981 20.4502 16.4228 19.9985 16.5156 19.3877L18.1279 8.75H5.87207L7.48438 19.3877ZM8.35254 10.7646C8.73329 10.6885 9.10493 10.9151 9.2168 11.2783L9.23535 11.3525L10.2354 16.3525C10.3166 16.7586 10.0534 17.1539 9.64746 17.2354C9.26671 17.3115 8.89507 17.0849 8.7832 16.7217L8.76465 16.6475L7.76465 11.6475L7.75293 11.5713C7.71637 11.193 7.97192 10.841 8.35254 10.7646ZM12 10.75C12.4142 10.75 12.75 11.0858 12.75 11.5V16.5C12.75 16.9142 12.4142 17.25 12 17.25C11.5858 17.25 11.25 16.9142 11.25 16.5V11.5C11.25 11.0858 11.5858 10.75 12 10.75ZM14.7646 11.3525C14.8461 10.9466 15.2414 10.6834 15.6475 10.7646C16.0534 10.8461 16.3166 11.2414 16.2354 11.6475L15.2354 16.6475C15.1539 17.0534 14.7586 17.3166 14.3525 17.2354C13.9466 17.1539 13.6834 16.7586 13.7646 16.3525L14.7646 11.3525ZM4.75 7.25H19.25V5.75H4.75V7.25ZM10.5 3.5498C10.362 3.5498 10.2501 3.66182 10.25 3.7998V4.25H13.25V3.7998C13.2499 3.66182 13.138 3.5498 13 3.5498H10.5Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,download:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.06708 6.40057C7.23255 6.40082 7.36688 6.53484 7.36688 6.70038C7.36671 6.86576 7.23244 6.99994 7.06708 7.00018H0.933289C0.767739 7.00015 0.633659 6.86589 0.633484 6.70038C0.633484 6.53471 0.767631 6.40061 0.933289 6.40057H7.06708ZM3.99969 1.00018C4.16536 1.00018 4.29947 1.13433 4.2995 1.29999V4.89667L5.78485 3.37616C5.90055 3.25769 6.09111 3.2557 6.20966 3.37128C6.32781 3.48702 6.33004 3.67667 6.21454 3.7951L4.21454 5.84296C4.1581 5.90067 4.08043 5.93378 3.99969 5.93378C3.91902 5.93369 3.84123 5.90068 3.78485 5.84296L1.78485 3.7951C1.66959 3.67671 1.67178 3.48697 1.78973 3.37128C1.9082 3.25557 2.09875 3.25782 2.21454 3.37616L3.69989 4.89667V1.29999C3.69992 1.13444 3.83418 1.00036 3.99969 1.00018Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.83398 7.97461C9.05472 7.97478 9.23335 8.15423 9.2334 8.375C9.2334 8.59581 9.05475 8.77522 8.83398 8.77539H1.16699C0.946113 8.77535 0.766602 8.59589 0.766602 8.375C0.766645 8.15415 0.94614 7.97465 1.16699 7.97461H8.83398ZM5 1.22461C5.22089 1.22461 5.40035 1.40412 5.40039 1.625V6.05859L7.21387 4.20215C7.36816 4.04438 7.6213 4.04224 7.7793 4.19629C7.93721 4.35066 7.94045 4.60372 7.78613 4.76172L5.28613 7.32129C5.21089 7.3982 5.10761 7.44141 5 7.44141C4.89246 7.4413 4.78903 7.3982 4.71387 7.32129L2.21387 4.76172C2.05985 4.60376 2.06304 4.35059 2.2207 4.19629C2.3786 4.04208 2.63174 4.04454 2.78613 4.20215L4.59961 6.05859V1.625C4.59965 1.40426 4.7793 1.22483 5 1.22461Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.6001 9.55029C10.8762 9.5504 11.1001 9.77422 11.1001 10.0503C11.0998 10.3261 10.876 10.5502 10.6001 10.5503H1.3999C1.12396 10.5502 0.900166 10.3262 0.899902 10.0503C0.899902 9.77418 1.1238 9.55034 1.3999 9.55029H10.6001ZM6.00049 1.44971C6.27638 1.44997 6.50044 1.67377 6.50049 1.94971V7.22217L8.64307 5.02881C8.83603 4.83167 9.15267 4.82727 9.3501 5.02002C9.54733 5.21287 9.55043 5.52954 9.35791 5.72705L6.35791 8.79932C6.26396 8.89536 6.13484 8.94958 6.00049 8.94971C5.86605 8.94971 5.73711 8.89536 5.64307 8.79932L2.64307 5.72705C2.45019 5.52949 2.45335 5.21294 2.65088 5.02002C2.84842 4.82746 3.16507 4.83148 3.35791 5.02881L5.50049 7.22217V1.94971C5.50054 1.67361 5.72438 1.44971 6.00049 1.44971Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1331 12.8997C14.4092 12.8997 14.6329 13.1237 14.6331 13.3997C14.6331 13.6759 14.4093 13.8997 14.1331 13.8997H1.86652C1.59043 13.8997 1.36652 13.6758 1.36652 13.3997C1.36669 13.1238 1.59054 12.8998 1.86652 12.8997H14.1331ZM8.00031 2.09991C8.27626 2.10009 8.50024 2.32394 8.50031 2.59991V10.0384L11.6429 6.82159C11.8359 6.62448 12.1525 6.62098 12.3499 6.81378C12.547 7.00669 12.5503 7.32339 12.3577 7.52081L8.35773 11.6155C8.26372 11.7118 8.13484 11.7668 8.00031 11.7669C7.8657 11.7669 7.73696 11.7118 7.64288 11.6155L3.64288 7.52081C3.45004 7.32337 3.45345 7.00676 3.6507 6.81378C3.84819 6.62113 4.16484 6.62433 4.35773 6.82159L7.50031 10.0384V2.59991C7.50037 2.32383 7.7242 2.09991 8.00031 2.09991Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6665 16.125C18.0116 16.125 18.2914 16.4049 18.2915 16.75C18.2915 17.0952 18.0117 17.375 17.6665 17.375H2.3335C1.98839 17.3749 1.7085 17.0951 1.7085 16.75C1.70858 16.4049 1.98844 16.1251 2.3335 16.125H17.6665ZM10.0005 2.625C10.3455 2.62509 10.6254 2.90495 10.6255 3.25V12.5479L14.5532 8.52734C14.7943 8.28064 15.1901 8.27569 15.437 8.5166C15.6838 8.75766 15.6886 9.15343 15.4478 9.40039L10.4478 14.5205C10.3302 14.6408 10.1687 14.708 10.0005 14.708C9.83225 14.708 9.67081 14.6408 9.55322 14.5205L4.55322 9.40039C4.31226 9.15344 4.3171 8.75771 4.56396 8.5166C4.81093 8.2758 5.2067 8.28053 5.44775 8.52734L9.37549 12.5479V3.25C9.37557 2.90489 9.65536 2.625 10.0005 2.625Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.2764 19.354C21.6546 19.3924 21.9502 19.7117 21.9502 20.1001C21.9502 20.4885 21.6546 20.8078 21.2764 20.8462L21.2002 20.8501H2.7998C2.38568 20.85 2.0498 20.5142 2.0498 20.1001C2.0498 19.6859 2.38568 19.3502 2.7998 19.3501H21.2002L21.2764 19.354ZM12 3.1499C12.4142 3.1499 12.7499 3.48577 12.75 3.8999V15.0581L17.4639 10.2329L17.5195 10.1802C17.8112 9.93656 18.2466 9.949 18.5244 10.2202C18.8205 10.5096 18.8254 10.9845 18.5361 11.2808L12.5361 17.4243C12.395 17.5686 12.2018 17.6499 12 17.6499C11.7982 17.6499 11.605 17.5686 11.4639 17.4243L5.46387 11.2808L5.41309 11.2231C5.1763 10.9258 5.19797 10.4916 5.47559 10.2202C5.75337 9.949 6.18877 9.93656 6.48047 10.1802L6.53613 10.2329L11.25 15.0581V3.8999C11.2501 3.48577 11.5858 3.1499 12 3.1499Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,drag:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.06708 5.36652C7.23244 5.36676 7.36671 5.50094 7.36688 5.66632C7.36688 5.83185 7.23255 5.96588 7.06708 5.96613H0.933289C0.767631 5.96609 0.633484 5.83199 0.633484 5.66632C0.63366 5.50081 0.76774 5.36655 0.933289 5.36652H7.06708ZM7.06708 3.7005C7.23255 3.70075 7.36688 3.83477 7.36688 4.00031C7.36671 4.16569 7.23244 4.29986 7.06708 4.30011H0.933289C0.76774 4.30008 0.633659 4.16582 0.633484 4.00031C0.633484 3.83464 0.767631 3.70053 0.933289 3.7005H7.06708ZM7.06708 2.03351C7.23255 2.03375 7.36688 2.16778 7.36688 2.33331C7.36688 2.49885 7.23255 2.63287 7.06708 2.63312H0.933289C0.767631 2.63308 0.633484 2.49898 0.633484 2.33331C0.633484 2.16765 0.767631 2.03354 0.933289 2.03351H7.06708Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.83398 6.68311C9.05475 6.68328 9.2334 6.86269 9.2334 7.0835C9.23322 7.30415 9.05464 7.48371 8.83398 7.48389H1.16699C0.946222 7.48385 0.766778 7.30423 0.766602 7.0835C0.766602 6.86261 0.946113 6.68315 1.16699 6.68311H8.83398ZM8.83398 4.59912C9.05464 4.5993 9.23322 4.77886 9.2334 4.99951C9.2334 5.22032 9.05475 5.39973 8.83398 5.3999H1.16699C0.946113 5.39986 0.766602 5.2204 0.766602 4.99951C0.766778 4.77877 0.946222 4.59916 1.16699 4.59912H8.83398ZM8.83398 2.51611C9.05475 2.51629 9.2334 2.6957 9.2334 2.9165C9.2334 3.13731 9.05475 3.31672 8.83398 3.31689H1.16699C0.946113 3.31685 0.766602 3.13739 0.766602 2.9165C0.766602 2.69562 0.946113 2.51615 1.16699 2.51611H8.83398Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.6001 8C10.8762 8.00011 11.1001 8.22392 11.1001 8.5C11.1001 8.77608 10.8762 8.99989 10.6001 9H1.3999C1.1238 8.99995 0.899902 8.77611 0.899902 8.5C0.899902 8.22389 1.1238 8.00005 1.3999 8H10.6001ZM10.6001 5.5C10.8762 5.50011 11.1001 5.72392 11.1001 6C11.1001 6.27608 10.8762 6.49989 10.6001 6.5H1.3999C1.1238 6.49995 0.899902 6.27611 0.899902 6C0.899902 5.72389 1.1238 5.50005 1.3999 5.5H10.6001ZM10.6001 3C10.8762 3.00011 11.1001 3.22392 11.1001 3.5C11.1001 3.77608 10.8762 3.99989 10.6001 4H1.3999C1.1238 3.99995 0.899902 3.77611 0.899902 3.5C0.899902 3.22389 1.1238 3.00005 1.3999 3H10.6001Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1331 10.8336C14.4093 10.8336 14.6331 11.0575 14.6331 11.3336C14.6329 11.6096 14.4092 11.8336 14.1331 11.8336H1.86652C1.59054 11.8336 1.36669 11.6096 1.36652 11.3336C1.36652 11.0575 1.59043 10.8337 1.86652 10.8336H14.1331ZM14.1331 7.49966C14.4092 7.49966 14.6329 7.72367 14.6331 7.99966C14.6331 8.27581 14.4093 8.49966 14.1331 8.49966H1.86652C1.59043 8.4996 1.36652 8.27577 1.36652 7.99966C1.36669 7.72371 1.59054 7.49973 1.86652 7.49966H14.1331ZM14.1331 4.16666C14.4093 4.16666 14.6331 4.39051 14.6331 4.66666C14.6331 4.9428 14.4093 5.16666 14.1331 5.16666H1.86652C1.59043 5.16659 1.36652 4.94276 1.36652 4.66666C1.36652 4.39055 1.59043 4.16672 1.86652 4.16666H14.1331Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17.6665 13.5415C18.0116 13.5415 18.2913 13.8215 18.2915 14.1665C18.2915 14.5117 18.0117 14.7915 17.6665 14.7915H2.3335C1.98839 14.7914 1.7085 14.5116 1.7085 14.1665C1.70867 13.8215 1.9885 13.5416 2.3335 13.5415H17.6665ZM17.6665 9.37549C18.0117 9.37549 18.2915 9.65531 18.2915 10.0005C18.2913 10.3455 18.0116 10.6255 17.6665 10.6255H2.3335C1.9885 10.6254 1.70867 10.3455 1.7085 10.0005C1.7085 9.65536 1.98839 9.37557 2.3335 9.37549H17.6665ZM17.6665 5.2085C18.0117 5.2085 18.2915 5.48832 18.2915 5.8335C18.2915 6.17867 18.0117 6.4585 17.6665 6.4585H2.3335C1.98839 6.45841 1.7085 6.17862 1.7085 5.8335C1.7085 5.48837 1.98839 5.20858 2.3335 5.2085H17.6665Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M21.2764 16.2539C21.6546 16.2923 21.9502 16.6116 21.9502 17C21.9502 17.3884 21.6546 17.7077 21.2764 17.7461L21.2002 17.75H2.7998C2.38568 17.7499 2.0498 17.4142 2.0498 17C2.0498 16.5858 2.38568 16.2501 2.7998 16.25H21.2002L21.2764 16.2539ZM21.2764 11.2539C21.6546 11.2923 21.9502 11.6116 21.9502 12C21.9502 12.3884 21.6546 12.7077 21.2764 12.7461L21.2002 12.75H2.7998C2.38568 12.7499 2.0498 12.4142 2.0498 12C2.0498 11.5858 2.38568 11.2501 2.7998 11.25H21.2002L21.2764 11.2539ZM21.2764 6.25391C21.6546 6.29226 21.9502 6.61164 21.9502 7C21.9502 7.38836 21.6546 7.70774 21.2764 7.74609L21.2002 7.75H2.7998C2.38568 7.7499 2.0498 7.41415 2.0498 7C2.0498 6.58585 2.38568 6.2501 2.7998 6.25H21.2002L21.2764 6.25391Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,etc:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.16669 3.5C1.44283 3.5 1.66669 3.72386 1.66669 4C1.66669 4.27614 1.44283 4.5 1.16669 4.5C0.890545 4.5 0.666687 4.27614 0.666687 4C0.666687 3.72386 0.890545 3.5 1.16669 3.5ZM3.99969 3.5C4.27584 3.5 4.49969 3.72386 4.49969 4C4.49969 4.27614 4.27584 4.5 3.99969 4.5C3.7237 4.49982 3.49969 4.27603 3.49969 4C3.49969 3.72397 3.7237 3.50018 3.99969 3.5ZM6.83368 3.5C7.10967 3.50018 7.33368 3.72397 7.33368 4C7.33368 4.27603 7.10967 4.49982 6.83368 4.5C6.55754 4.5 6.33368 4.27614 6.33368 4C6.33368 3.72386 6.55754 3.5 6.83368 3.5Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.45831 4.375C1.80349 4.375 2.08331 4.65482 2.08331 5C2.08331 5.34518 1.80349 5.625 1.45831 5.625C1.11314 5.625 0.833313 5.34518 0.833313 5C0.833313 4.65482 1.11314 4.375 1.45831 4.375ZM5.00031 4.375C5.34533 4.37518 5.62531 4.65493 5.62531 5C5.62531 5.34507 5.34533 5.62482 5.00031 5.625C4.65513 5.625 4.37531 5.34518 4.37531 5C4.37531 4.65482 4.65513 4.375 5.00031 4.375ZM8.54132 4.375C8.8865 4.375 9.16632 4.65482 9.16632 5C9.16632 5.34518 8.8865 5.625 8.54132 5.625C8.19629 5.62482 7.91632 5.34507 7.91632 5C7.91632 4.65493 8.19629 4.37518 8.54132 4.375Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.75 5.25C2.16421 5.25 2.5 5.58579 2.5 6C2.5 6.41421 2.16421 6.75 1.75 6.75C1.33579 6.75 1 6.41421 1 6C1 5.58579 1.33579 5.25 1.75 5.25ZM6 5.25C6.41421 5.25 6.75 5.58579 6.75 6C6.75 6.41421 6.41421 6.75 6 6.75C5.58579 6.75 5.25 6.41421 5.25 6C5.25 5.58579 5.58579 5.25 6 5.25ZM10.25 5.25C10.6642 5.25 11 5.58579 11 6C11 6.41421 10.6642 6.75 10.25 6.75C9.83579 6.75 9.5 6.41421 9.5 6C9.5 5.58579 9.83579 5.25 10.25 5.25Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.33331 7C2.8856 7 3.33331 7.44772 3.33331 8C3.33331 8.55228 2.8856 9 2.33331 9C1.78103 9 1.33331 8.55228 1.33331 8C1.33331 7.44772 1.78103 7 2.33331 7ZM8.00031 7C8.55244 7.00018 9.00031 7.44782 9.00031 8C9.00031 8.55218 8.55244 8.99982 8.00031 9C7.44802 9 7.00031 8.55228 7.00031 8C7.00031 7.44772 7.44802 7 8.00031 7ZM13.6663 7C14.2186 7 14.6663 7.44772 14.6663 8C14.6663 8.55228 14.2186 9 13.6663 9C13.1142 8.99982 12.6663 8.55218 12.6663 8C12.6663 7.44782 13.1142 7.00018 13.6663 7Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.91669 8.75C3.60704 8.75 4.16669 9.30964 4.16669 10C4.16669 10.6904 3.60704 11.25 2.91669 11.25C2.22633 11.25 1.66669 10.6904 1.66669 10C1.66669 9.30964 2.22633 8.75 2.91669 8.75ZM9.99969 8.75C10.6901 8.75 11.2497 9.30964 11.2497 10C11.2497 10.6904 10.6901 11.25 9.99969 11.25C9.30949 11.2498 8.74969 10.6902 8.74969 10C8.74969 9.30975 9.30949 8.75018 9.99969 8.75ZM17.0837 8.75C17.7739 8.75018 18.3337 9.30975 18.3337 10C18.3337 10.6902 17.7739 11.2498 17.0837 11.25C16.3933 11.25 15.8337 10.6904 15.8337 10C15.8337 9.30964 16.3933 8.75 17.0837 8.75Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.5 10.5C4.32843 10.5 5 11.1716 5 12C5 12.8284 4.32843 13.5 3.5 13.5C2.67157 13.5 2 12.8284 2 12C2 11.1716 2.67157 10.5 3.5 10.5ZM12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5ZM20.5 10.5C21.3284 10.5 22 11.1716 22 12C22 12.8284 21.3284 13.5 20.5 13.5C19.6716 13.5 19 12.8284 19 12C19 11.1716 19.6716 10.5 20.5 10.5Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,event:{16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2 14V4C2 3.44772 2.44772 3 3 3H13C13.5523 3 14 3.44772 14 4V14C14 14.5523 13.5523 15 13 15H3C2.44772 15 2 14.5523 2 14Z",fill:"none",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}),C("path",{d:"M2 5V4C2 3.44772 2.44772 3 3 3H13C13.5523 3 14 3.44772 14 4V5C14 5.55228 13.5523 6 13 6H3C2.44772 6 2 5.55228 2 5Z",fill:"currentColor"}),C("path",{d:"M4 1V3M12 1V3",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}),C("path",{d:"M7.71468 7.87812C7.80449 7.60172 8.19551 7.60172 8.28532 7.87812L8.60619 8.86565C8.64635 8.98926 8.76154 9.07295 8.8915 9.07295H9.92986C10.2205 9.07295 10.3413 9.44483 10.1062 9.61565L9.26615 10.226C9.161 10.3024 9.11701 10.4378 9.15717 10.5614L9.47804 11.5489C9.56784 11.8253 9.2515 12.0552 9.01639 11.8843L8.17634 11.274C8.07119 11.1976 7.92881 11.1976 7.82366 11.274L6.98361 11.8843C6.7485 12.0552 6.43216 11.8253 6.52196 11.5489L6.84283 10.5614C6.88299 10.4378 6.839 10.3024 6.73385 10.226L5.8938 9.61565C5.65869 9.44483 5.77952 9.07295 6.07014 9.07295H7.1085C7.23846 9.07295 7.35365 8.98926 7.39381 8.86565L7.71468 7.87812Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,global:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.99963 0.916687C5.7024 0.916687 7.08344 2.29697 7.08362 3.99969C7.08362 5.70257 5.70251 7.08368 3.99963 7.08368C2.29691 7.0835 0.916626 5.70246 0.916626 3.99969C0.916802 2.29707 2.29701 0.916863 3.99963 0.916687Z",stroke:"currentColor","stroke-width":"0.5"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.00037 1.14581C7.12881 1.14599 8.85388 2.87182 8.85388 5.00031C8.85371 7.12864 7.12871 8.85364 5.00037 8.85382C2.87188 8.85382 1.14605 7.12875 1.14587 5.00031C1.14587 2.87171 2.87177 1.14581 5.00037 1.14581Z",stroke:"currentColor","stroke-width":"0.625"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 1.375C8.55432 1.375 10.625 3.44568 10.625 6C10.625 8.55432 8.55432 10.625 6 10.625C3.44568 10.625 1.375 8.55432 1.375 6C1.375 3.44568 3.44568 1.375 6 1.375Z",stroke:"currentColor","stroke-width":"0.75"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00037 1.83334C11.406 1.83352 14.1664 4.59469 14.1664 8.00034C14.1662 11.4058 11.4059 14.1662 8.00037 14.1664C4.59472 14.1664 1.83355 11.4059 1.83337 8.00034C1.83337 4.59458 4.59461 1.83334 8.00037 1.83334Z",stroke:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99963 2.29166C14.2567 2.29166 17.7084 5.74262 17.7086 9.99966C17.7086 14.2569 14.2568 17.7086 9.99963 17.7086C5.74259 17.7085 2.29163 14.2568 2.29163 9.99966C2.2918 5.74273 5.7427 2.29183 9.99963 2.29166Z",stroke:"currentColor","stroke-width":"1.25"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75Z",stroke:"currentColor","stroke-width":"1.5"}))}}),...Object.freeze({__proto__:null,helpFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00031 0.333344C6.0252 0.333519 7.66632 1.9754 7.66632 4.00034C7.66614 6.02512 6.02509 7.66618 4.00031 7.66635C1.97537 7.66635 0.333489 6.02523 0.333313 4.00034C0.333313 1.97529 1.97526 0.333344 4.00031 0.333344ZM4.00031 5.25034C3.81621 5.25034 3.66632 5.39925 3.66632 5.58334C3.66632 5.76744 3.81621 5.91635 4.00031 5.91635C4.18425 5.91618 4.33331 5.76733 4.33331 5.58334C4.33331 5.39936 4.18425 5.25051 4.00031 5.25034ZM4.00031 1.82553C3.51417 1.82553 3.17532 2.0144 2.96515 2.27963C2.76555 2.53168 2.7005 2.82883 2.7005 3.03452C2.70072 3.20001 2.83476 3.33432 3.00031 3.33432C3.1657 3.33414 3.29989 3.1999 3.30011 3.03452C3.30011 2.93719 3.3355 2.77941 3.43585 2.65268C3.5257 2.53927 3.68665 2.42514 4.00031 2.42514C4.31375 2.42522 4.47494 2.53931 4.56476 2.65268C4.66491 2.77935 4.7005 2.93727 4.7005 3.03452C4.70035 3.21435 4.59856 3.52163 4.25323 3.61362C3.99384 3.68264 3.70058 3.91122 3.7005 4.2767V4.62534C3.70068 4.79087 3.83473 4.92514 4.00031 4.92514C4.16573 4.92497 4.29993 4.79076 4.30011 4.62534V4.2767C4.30013 4.27198 4.30127 4.26107 4.31769 4.2435C4.33607 4.22386 4.36786 4.20327 4.40753 4.19272C5.11538 4.00418 5.29996 3.36694 5.30011 3.03452C5.30011 2.82892 5.23487 2.53161 5.03546 2.27963C4.82534 2.01446 4.48627 1.82562 4.00031 1.82553Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.99969 0.416656C7.53089 0.416656 9.5835 2.46851 9.58368 4.99966C9.58368 7.53097 7.531 9.58365 4.99969 9.58365C2.46854 9.58347 0.416687 7.53086 0.416687 4.99966C0.416863 2.46862 2.46865 0.416832 4.99969 0.416656ZM4.99969 6.56216C4.76973 6.56234 4.58368 6.74915 4.58368 6.97916C4.58368 7.20917 4.76973 7.39597 4.99969 7.39615C5.22981 7.39615 5.41669 7.20927 5.41669 6.97916C5.41669 6.74904 5.22981 6.56216 4.99969 6.56216ZM4.99969 2.25552C4.38491 2.25561 3.95389 2.49575 3.68622 2.83365C3.43265 3.15381 3.34937 3.53102 3.3493 3.79263C3.3495 4.01328 3.52905 4.19187 3.74969 4.19205C3.97049 4.19205 4.14989 4.01338 4.15009 3.79263C4.15016 3.67551 4.1921 3.48373 4.31317 3.33072C4.42044 3.19531 4.61498 3.05638 4.99969 3.0563C5.38433 3.0563 5.57887 3.19537 5.68622 3.33072C5.80729 3.48373 5.84923 3.67551 5.8493 3.79263C5.84917 4.01109 5.72613 4.38095 5.30927 4.49185C4.97833 4.58004 4.59948 4.87362 4.5993 5.34537V5.78091C4.5993 6.00172 4.77893 6.18113 4.99969 6.1813C5.22061 6.1813 5.40009 6.00183 5.40009 5.78091V5.34537C5.40008 5.34415 5.40011 5.34272 5.40106 5.34048C5.40245 5.3373 5.40605 5.33025 5.41473 5.32095C5.43418 5.30016 5.46991 5.27741 5.51532 5.26529C6.41567 5.02569 6.64995 4.21454 6.65009 3.79263C6.65002 3.53102 6.56674 3.15381 6.31317 2.83365C6.04543 2.49586 5.61446 2.25552 4.99969 2.25552Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6C0.5 2.96243 2.96243 0.5 6 0.5ZM6 7.875C5.72386 7.875 5.5 8.09886 5.5 8.375C5.5 8.65114 5.72386 8.875 6 8.875C6.27614 8.875 6.5 8.65114 6.5 8.375C6.5 8.09886 6.27614 7.875 6 7.875ZM6 2.6875C5.25621 2.6875 4.73347 2.97798 4.4082 3.38867C4.10065 3.77704 4.00007 4.23325 4 4.55078C4 4.82692 4.22386 5.05078 4.5 5.05078C4.77614 5.05078 5 4.82692 5 4.55078C5.00009 4.41379 5.05027 4.18925 5.19238 4.00977C5.31712 3.85227 5.54379 3.6875 6 3.6875C6.45621 3.6875 6.68288 3.85227 6.80762 4.00977C6.94973 4.18925 6.99991 4.41379 7 4.55078C7 4.80779 6.85463 5.24115 6.36621 5.37109C5.96351 5.47832 5.5 5.83653 5.5 6.41504V6.9375C5.5 7.21364 5.72386 7.4375 6 7.4375C6.27614 7.4375 6.5 7.21364 6.5 6.9375V6.41699C6.50056 6.41568 6.50346 6.40932 6.5127 6.39941C6.53328 6.3774 6.57267 6.35155 6.62402 6.33789C7.71669 6.04702 8 5.062 8 4.55078C7.99993 4.23325 7.89935 3.77704 7.5918 3.38867C7.26653 2.97798 6.74379 2.6875 6 2.6875Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99969 0.666656C12.0497 0.666656 15.3335 3.94973 15.3337 7.99966C15.3337 12.0498 12.0498 15.3336 7.99969 15.3336C3.94976 15.3335 0.666687 12.0496 0.666687 7.99966C0.666863 3.94984 3.94987 0.666832 7.99969 0.666656ZM7.99969 10.4997C7.63166 10.4998 7.33368 10.7986 7.33368 11.1667C7.33368 11.5347 7.63165 11.8335 7.99969 11.8336C8.36788 11.8336 8.66669 11.5348 8.66669 11.1667C8.66669 10.7985 8.36788 10.4997 7.99969 10.4997ZM7.99969 3.74966C7.05615 3.74975 6.40773 4.11549 6.00751 4.62076C5.6249 5.10385 5.49976 5.67471 5.49969 6.06802C5.49979 6.34398 5.72376 6.56785 5.99969 6.56802C6.27578 6.56802 6.4996 6.34408 6.49969 6.06802C6.49977 5.85527 6.57451 5.51606 6.79169 5.24185C6.9914 4.98974 7.34378 4.74974 7.99969 4.74966C8.65555 4.74966 9.00791 4.98981 9.2077 5.24185C9.42488 5.51606 9.49962 5.85527 9.49969 6.06802C9.49963 6.45311 9.28281 7.1219 8.53094 7.32193C8.03949 7.45282 7.50003 7.88225 7.49969 8.5524V9.24966C7.49969 9.5257 7.7237 9.74949 7.99969 9.74966C8.27584 9.74966 8.49969 9.52581 8.49969 9.24966V8.5524C8.49984 8.51411 8.51371 8.46845 8.56122 8.41763C8.6119 8.36345 8.69306 8.31423 8.78876 8.28873C10.1448 7.92774 10.4996 6.70733 10.4997 6.06802C10.4996 5.67471 10.3745 5.10385 9.99188 4.62076C9.59159 4.11559 8.94322 3.74966 7.99969 3.74966Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.833344C15.0628 0.83352 19.1663 4.93783 19.1663 10.0003C19.1661 15.0627 15.0627 19.1662 10.0003 19.1664C4.9378 19.1664 0.833489 15.0628 0.833313 10.0003C0.833313 4.93773 4.9377 0.833344 10.0003 0.833344ZM10.0003 13.1253C9.54007 13.1253 9.16632 13.4981 9.16632 13.9583C9.16632 14.4186 9.54007 14.7914 10.0003 14.7914C10.4604 14.7912 10.8333 14.4185 10.8333 13.9583C10.8333 13.4982 10.4604 13.1255 10.0003 13.1253ZM10.0003 4.68784C8.82062 4.68784 8.01041 5.14501 7.51007 5.7767C7.03179 6.38061 6.87536 7.09366 6.87531 7.5853C6.87548 7.93032 7.15524 8.2103 7.50031 8.2103C7.84522 8.21012 8.12513 7.93022 8.12531 7.5853C8.12537 7.31937 8.21905 6.89589 8.49054 6.55307C8.74023 6.2379 9.1802 5.93784 10.0003 5.93784C10.8202 5.93792 11.2604 6.23794 11.5101 6.55307C11.7814 6.89583 11.8752 7.31945 11.8753 7.5853C11.8752 8.06663 11.604 8.90357 10.6644 9.15366C10.0498 9.31727 9.37531 9.85354 9.37531 10.6917V11.5628C9.37548 11.9079 9.65524 12.1878 10.0003 12.1878C10.3452 12.1877 10.6251 11.9078 10.6253 11.5628V10.6917C10.6253 10.6437 10.6428 10.5867 10.7025 10.5228C10.7658 10.4551 10.8662 10.3935 10.9857 10.3617C12.6809 9.91055 13.1252 8.3845 13.1253 7.5853C13.1252 7.09375 12.9686 6.38055 12.4905 5.7767C11.9902 5.14507 11.1798 4.68792 10.0003 4.68784Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 15.75C11.4477 15.75 11 16.1977 11 16.75C11 17.3023 11.4477 17.75 12 17.75C12.5523 17.75 13 17.3023 13 16.75C13 16.1977 12.5523 15.75 12 15.75ZM12 5.625C10.5844 5.625 9.61212 6.17361 9.01172 6.93164C8.43765 7.65648 8.25 8.51255 8.25 9.10254C8.25014 9.51663 8.58588 9.85254 9 9.85254C9.41412 9.85254 9.74986 9.51663 9.75 9.10254C9.75 8.78348 9.86166 8.27478 10.1875 7.86328C10.4871 7.485 11.0157 7.125 12 7.125C12.9843 7.125 13.5129 7.485 13.8125 7.86328C14.1383 8.27478 14.25 8.78348 14.25 9.10254C14.2499 9.68017 13.9247 10.6843 12.7969 10.9844C12.0595 11.1807 11.2502 11.8236 11.25 12.8291V13.875C11.25 14.2892 11.5858 14.625 12 14.625C12.4142 14.625 12.75 14.2892 12.75 13.875V12.8291C12.7501 12.7716 12.7715 12.7043 12.8428 12.6279C12.9188 12.5466 13.039 12.4719 13.1826 12.4336C15.2172 11.8923 15.7499 10.0616 15.75 9.10254C15.75 8.51255 15.5624 7.65648 14.9883 6.93164C14.3879 6.17361 13.4156 5.625 12 5.625Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,helpOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.00031 0.30014C6.04358 0.300351 7.69952 1.95701 7.69952 4.00034C7.69931 6.04348 6.04345 7.69934 4.00031 7.69955C1.95698 7.69955 0.300321 6.04361 0.30011 4.00034C0.30011 1.95688 1.95685 0.30014 4.00031 0.30014ZM4.00031 0.89975C2.28822 0.89975 0.899719 2.28825 0.899719 4.00034C0.89993 5.71224 2.28835 7.09995 4.00031 7.09995C5.71208 7.09973 7.0997 5.71211 7.09991 4.00034C7.09991 2.28838 5.71221 0.899961 4.00031 0.89975ZM4.00031 5.25034C4.18422 5.25054 4.33331 5.39938 4.33331 5.58334C4.33328 5.76728 4.1842 5.91614 4.00031 5.91635C3.81623 5.91635 3.66636 5.76741 3.66632 5.58334C3.66632 5.39925 3.81621 5.25034 4.00031 5.25034ZM4.00031 1.82553C4.48623 1.82563 4.82534 2.01447 5.03546 2.27963C5.23482 2.5316 5.30011 2.82894 5.30011 3.03452C5.29993 3.36695 5.1153 4.00418 4.40753 4.19272C4.36786 4.20327 4.33607 4.22386 4.31769 4.2435C4.30127 4.26106 4.30013 4.27198 4.30011 4.2767V4.62534C4.2999 4.79071 4.16568 4.92493 4.00031 4.92514C3.83475 4.92514 3.70071 4.79084 3.7005 4.62534V4.2767C3.70058 3.91122 3.99384 3.68264 4.25323 3.61362C4.59848 3.52163 4.70032 3.21435 4.7005 3.03452C4.7005 2.93729 4.66487 2.77934 4.56476 2.65268C4.47494 2.53932 4.31371 2.42523 4.00031 2.42514C3.68665 2.42514 3.5257 2.53927 3.43585 2.65268C3.33551 2.7794 3.30011 2.93719 3.30011 3.03452C3.29985 3.19985 3.16565 3.33411 3.00031 3.33432C2.83478 3.33432 2.70076 3.19998 2.7005 3.03452C2.7005 2.82884 2.76555 2.53168 2.96515 2.27963C3.17532 2.0144 3.51417 1.82553 4.00031 1.82553Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99994 0.349518C7.56806 0.349518 9.65033 2.43178 9.65033 4.99991C9.65033 7.56803 7.56806 9.6503 4.99994 9.6503C2.43182 9.6503 0.349548 7.56803 0.349548 4.99991C0.349548 2.43178 2.43182 0.349518 4.99994 0.349518ZM4.99994 1.1503C2.87364 1.1503 1.15033 2.87361 1.15033 4.99991C1.15033 7.1262 2.87364 8.84952 4.99994 8.84952C7.12624 8.84952 8.84955 7.1262 8.84955 4.99991C8.84955 2.87361 7.12624 1.1503 4.99994 1.1503ZM4.99994 6.56241C5.23006 6.56241 5.41693 6.74928 5.41693 6.9794C5.41675 7.20937 5.22995 7.39542 4.99994 7.39542C4.76993 7.39541 4.58312 7.20937 4.58295 6.9794C4.58295 6.74928 4.76982 6.56241 4.99994 6.56241ZM4.99994 2.25577C5.61492 2.25577 6.0457 2.49591 6.31342 2.83389C6.56709 3.15418 6.65033 3.53125 6.65033 3.79288C6.6502 4.21478 6.41591 5.02594 5.51556 5.26553C5.47004 5.27765 5.43445 5.30037 5.41498 5.3212C5.40615 5.33065 5.40265 5.33762 5.40131 5.34073C5.40027 5.34316 5.40033 5.34426 5.40033 5.34561V5.78116C5.40033 6.00207 5.22085 6.18155 4.99994 6.18155C4.77903 6.18155 4.59955 6.00207 4.59955 5.78116V5.34561C4.59955 4.87357 4.97845 4.58023 5.30951 4.4921C5.72638 4.38119 5.84941 4.01134 5.84955 3.79288C5.84955 3.67578 5.80764 3.48412 5.68646 3.33096C5.57917 3.1955 5.38491 3.05655 4.99994 3.05655C4.61497 3.05655 4.4207 3.1955 4.31342 3.33096C4.19223 3.48412 4.15033 3.67578 4.15033 3.79288C4.15014 4.01363 3.97073 4.19229 3.74994 4.19229C3.52915 4.19229 3.34974 4.01363 3.34955 3.79288C3.34955 3.53125 3.43279 3.15418 3.68646 2.83389C3.95418 2.49591 4.38496 2.25577 4.99994 2.25577Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.99951 0.399902C9.09218 0.399902 11.5999 2.9069 11.6001 5.99951C11.6001 9.09231 9.09231 11.6001 5.99951 11.6001C2.9069 11.5999 0.399902 9.09218 0.399902 5.99951C0.400113 2.90703 2.90703 0.400113 5.99951 0.399902ZM5.99951 1.3999C3.45931 1.40011 1.40011 3.45931 1.3999 5.99951C1.3999 8.53989 3.45918 10.5999 5.99951 10.6001C8.54002 10.6001 10.6001 8.54002 10.6001 5.99951C10.5999 3.45918 8.53989 1.3999 5.99951 1.3999ZM5.99951 7.87451C6.27552 7.87451 6.4993 8.09855 6.49951 8.37451C6.49951 8.65065 6.27565 8.87451 5.99951 8.87451C5.72355 8.8743 5.49951 8.65052 5.49951 8.37451C5.49972 8.09868 5.72368 7.87473 5.99951 7.87451ZM5.99951 2.68701C6.74304 2.68701 7.26602 2.97772 7.59131 3.38818C7.89874 3.77639 7.99935 4.23278 7.99951 4.55029C7.99951 5.06151 7.71621 6.04653 6.62354 6.3374C6.57232 6.35108 6.53275 6.37695 6.51221 6.39893C6.50334 6.40844 6.50023 6.41486 6.49951 6.4165V6.93701C6.49951 7.21315 6.27565 7.43701 5.99951 7.43701C5.72355 7.4368 5.49951 7.21302 5.49951 6.93701V6.41455C5.49972 5.8364 5.96318 5.4779 6.36572 5.37061C6.85414 5.24067 6.99951 4.8073 6.99951 4.55029C6.99933 4.41327 6.94911 4.18859 6.80713 4.00928C6.68232 3.85192 6.45531 3.68701 5.99951 3.68701C5.54361 3.68711 5.3166 3.85184 5.19189 4.00928C5.04991 4.18859 4.99969 4.41327 4.99951 4.55029C4.99951 4.82644 4.77565 5.05029 4.49951 5.05029C4.22355 5.05008 3.99951 4.8263 3.99951 4.55029C3.99967 4.23278 4.10028 3.77639 4.40771 3.38818C4.73293 2.97759 5.25596 2.68711 5.99951 2.68701Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8 0.700195C12.0316 0.700195 15.2997 3.96841 15.2998 8C15.2998 12.0317 12.0317 15.2998 8 15.2998C3.96841 15.2997 0.700195 12.0316 0.700195 8C0.700301 3.96848 3.96848 0.700301 8 0.700195ZM8 1.7002C4.52076 1.7003 1.7003 4.52076 1.7002 8C1.7002 11.4793 4.5207 14.2997 8 14.2998C11.4794 14.2998 14.2998 11.4794 14.2998 8C14.2997 4.5207 11.4793 1.7002 8 1.7002ZM8 10.5C8.36819 10.5 8.66699 10.7988 8.66699 11.167C8.66692 11.5351 8.36815 11.834 8 11.834C7.63195 11.8339 7.33406 11.5351 7.33398 11.167C7.33398 10.7989 7.6319 10.5001 8 10.5ZM8 3.75C8.94361 3.75 9.5919 4.11586 9.99219 4.62109C10.3748 5.10424 10.5 5.67504 10.5 6.06836C10.4999 6.70766 10.1451 7.92808 8.78906 8.28906C8.69332 8.31456 8.61222 8.36377 8.56152 8.41797C8.51396 8.46884 8.50012 8.51441 8.5 8.55273V9.25C8.5 9.52614 8.27614 9.75 8 9.75C7.72395 9.74989 7.5 9.52607 7.5 9.25V8.55273C7.50026 7.88247 8.03974 7.45314 8.53125 7.32227C9.28312 7.12224 9.49993 6.45344 9.5 6.06836C9.49996 5.85561 9.42523 5.51646 9.20801 5.24219C9.00824 4.9901 8.65598 4.75 8 4.75C7.34398 4.75005 6.99172 4.99005 6.79199 5.24219C6.57477 5.51646 6.50005 5.85561 6.5 6.06836C6.4999 6.34442 6.27608 6.56836 6 6.56836C5.72401 6.56825 5.5001 6.34435 5.5 6.06836C5.50004 5.67504 5.62516 5.10424 6.00781 4.62109C6.40806 4.11579 7.05638 3.75005 8 3.75Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99982 0.874847C15.0394 0.874847 19.1248 4.96025 19.1248 9.99985C19.1248 15.0394 15.0394 19.1248 9.99982 19.1248C4.96022 19.1248 0.874817 15.0394 0.874817 9.99985C0.874817 4.96025 4.96022 0.874847 9.99982 0.874847ZM9.99982 2.12485C5.65057 2.12485 2.12482 5.65061 2.12482 9.99985C2.12482 14.3491 5.65057 17.8748 9.99982 17.8748C14.3491 17.8748 17.8748 14.3491 17.8748 9.99985C17.8748 5.65061 14.3491 2.12485 9.99982 2.12485ZM9.99982 13.1248C10.4599 13.1248 10.8327 13.4978 10.8328 13.9579C10.8328 14.4181 10.4601 14.7918 9.99982 14.7918C9.53958 14.7918 9.16681 14.4181 9.16681 13.9579C9.16698 13.4978 9.53969 13.1249 9.99982 13.1248ZM9.99982 4.68735C11.1795 4.68735 11.9897 5.14453 12.4901 5.77621C12.9684 6.38013 13.1248 7.09316 13.1248 7.58481C13.1248 8.38396 12.6808 9.91008 10.9852 10.3612C10.8657 10.393 10.7653 10.4546 10.702 10.5223C10.6423 10.5862 10.6248 10.6432 10.6248 10.6913V11.5623C10.6248 11.9075 10.345 12.1873 9.99982 12.1873C9.65464 12.1873 9.37482 11.9075 9.37482 11.5623V10.6913C9.37482 9.85305 10.0493 9.31679 10.6639 9.15317C11.6039 8.9031 11.8748 8.06613 11.8748 7.58481C11.8748 7.31887 11.7811 6.89541 11.5096 6.55258C11.2599 6.23741 10.8199 5.93735 9.99982 5.93735C9.17972 5.93735 8.73974 6.23741 8.49005 6.55258C8.21854 6.89541 8.12488 7.31887 8.12482 7.58481C8.12482 7.92999 7.84499 8.20981 7.49982 8.20981C7.15464 8.2098 6.87482 7.92998 6.87482 7.58481C6.87487 7.09316 7.03128 6.38013 7.50958 5.77621C8.00992 5.14453 8.82014 4.68735 9.99982 4.68735Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1.0498C18.0474 1.04991 22.9502 5.95255 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95255 22.9502 1.04991 18.0474 1.0498 12C1.0498 5.95248 5.95248 1.0498 12 1.0498ZM12 2.5498C6.78091 2.5498 2.5498 6.78091 2.5498 12C2.54991 17.219 6.78097 21.4502 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4502 6.78097 17.219 2.54991 12 2.5498ZM12 15.75C12.5522 15.7501 13 16.1978 13 16.75C12.9999 17.3021 12.5521 17.7499 12 17.75C11.4478 17.75 11.0001 17.3022 11 16.75C11 16.1977 11.4477 15.75 12 15.75ZM12 5.625C13.4155 5.62505 14.3879 6.17365 14.9883 6.93164C15.5622 7.65643 15.75 8.51261 15.75 9.10254C15.7498 10.0616 15.2169 11.8923 13.1826 12.4336C13.039 12.4719 12.9188 12.5466 12.8428 12.6279C12.7715 12.7043 12.7501 12.7716 12.75 12.8291V13.875C12.7499 14.2891 12.4141 14.6249 12 14.625C11.5859 14.625 11.2501 14.2891 11.25 13.875V12.8291C11.2502 11.8236 12.0595 11.1807 12.7969 10.9844C13.9244 10.6843 14.2498 9.68018 14.25 9.10254C14.25 8.78353 14.1382 8.27475 13.8125 7.86328C13.5129 7.48502 12.9842 7.12504 12 7.125C11.0157 7.125 10.4871 7.485 10.1875 7.86328C9.86168 8.27478 9.75 8.78348 9.75 9.10254C9.74975 9.51648 9.41397 9.85244 9 9.85254C8.58594 9.85254 8.25025 9.51654 8.25 9.10254C8.25 8.51256 8.43767 7.65647 9.01172 6.93164C9.61212 6.17361 10.5844 5.625 12 5.625Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,history:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.3621 2.0293C2.33232 0.689061 4.16831 0.240206 5.66581 1.04492C7.29767 1.92229 7.91017 3.95687 7.033 5.58887C6.15566 7.2206 4.12099 7.83203 2.48905 6.95508C2.02603 6.70613 1.64368 6.36337 1.35526 5.96289C1.2586 5.82846 1.29021 5.64073 1.4246 5.54395C1.55881 5.44774 1.74575 5.47756 1.84257 5.61133C2.07887 5.93945 2.3913 6.22187 2.77225 6.42676C4.11238 7.14711 5.78416 6.64467 6.50467 5.30469C7.2249 3.96449 6.72179 2.29263 5.38163 1.57227C4.13547 0.902819 2.60407 1.2916 1.8162 2.42676L2.54081 2.3916C2.70599 2.3836 2.84586 2.51062 2.85428 2.67578C2.86249 2.84118 2.73547 2.98189 2.5701 2.99023L1.2869 3.05469C1.16735 3.0605 1.05744 2.99462 1.00468 2.89063L0.985144 2.84375L0.57987 1.53223C0.531273 1.3742 0.620249 1.20629 0.778113 1.15723C0.936302 1.10835 1.10505 1.1964 1.15409 1.35449L1.3621 2.0293ZM4.10526 2.20508C4.27093 2.20508 4.40601 2.33922 4.40604 2.50488V4.01855C4.40612 4.0943 4.42967 4.16864 4.47342 4.23047L5.01737 4.99805C5.11296 5.1331 5.08088 5.32017 4.94608 5.41602C4.81089 5.51168 4.62288 5.47989 4.52714 5.34473L3.98319 4.57715C3.86762 4.41393 3.80553 4.21854 3.80546 4.01855V2.50488C3.80548 2.3394 3.93984 2.20537 4.10526 2.20508Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.71045 2.48209C2.93783 0.827221 5.2258 0.2797 7.09424 1.28385C9.14606 2.38705 9.91567 4.94466 8.81299 6.99674C7.7099 9.04891 5.15135 9.81929 3.09912 8.71647C2.51683 8.40343 2.03706 7.97112 1.67431 7.46744C1.5455 7.2882 1.58598 7.03788 1.76513 6.90885C1.94428 6.78026 2.19372 6.82177 2.32275 7.00065C2.61612 7.40798 3.00591 7.75709 3.479 8.01139C5.14199 8.90466 7.21409 8.28067 8.10791 6.61784C9.00146 4.95491 8.378 2.88295 6.71533 1.98893C5.18429 1.1661 3.30687 1.62933 2.3208 3.00553L3.17431 2.96452C3.39473 2.95366 3.58206 3.12306 3.59326 3.34342C3.6042 3.56388 3.43473 3.75211 3.21435 3.76334L1.60986 3.84244C1.45027 3.85023 1.30319 3.76262 1.23291 3.62369L1.20849 3.56119L0.701658 1.92252C0.636447 1.71145 0.755237 1.48773 0.966306 1.42252C1.17715 1.35771 1.4001 1.47543 1.46533 1.68619L1.71045 2.48209ZM5.13232 2.73112C5.35309 2.73129 5.53174 2.9107 5.53174 3.13151V5.02311C5.53183 5.11269 5.56003 5.20098 5.61181 5.27409L6.2915 6.23405C6.41882 6.41428 6.3769 6.66407 6.19677 6.79166C6.01663 6.91906 5.76686 6.87587 5.63916 6.69596L4.95849 5.736C4.81105 5.52775 4.73202 5.27827 4.73193 5.02311V3.13151C4.73193 2.9106 4.91142 2.73113 5.13232 2.73112Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.16959 3.0836C3.6041 1.10642 6.31473 0.444901 8.52603 1.6334C10.9372 2.92971 11.8413 5.93483 10.5456 8.34629C9.24929 10.7579 6.24333 11.6629 3.8317 10.3668C3.14727 9.99887 2.58309 9.49177 2.15689 8.9C2.03625 8.73201 2.07402 8.49752 2.24185 8.37656C2.40988 8.25571 2.64429 8.29454 2.76529 8.4625C3.12643 8.96393 3.60514 9.39379 4.18716 9.70664C6.23379 10.8063 8.78423 10.0382 9.88443 7.9918C10.9842 5.94529 10.2176 3.39494 8.17154 2.29453C6.26977 1.27229 3.93243 1.86193 2.72818 3.59238L3.87076 3.53672C4.14628 3.52314 4.38117 3.73588 4.39517 4.01133C4.40881 4.28695 4.19613 4.52183 3.92056 4.53574L1.99576 4.63145C1.79626 4.64121 1.61292 4.53165 1.52505 4.35801L1.49283 4.27988L0.885406 2.31309C0.80399 2.04934 0.951796 1.76966 1.21548 1.68809C1.47932 1.60657 1.75897 1.75433 1.84048 2.01817L2.16959 3.0836ZM6.22134 3.25742C6.49738 3.25751 6.7213 3.48137 6.72134 3.75742V6.02696C6.72134 6.13036 6.75345 6.2316 6.81314 6.31602L7.62955 7.46836C7.78906 7.69365 7.73559 8.006 7.51041 8.16563C7.28508 8.32519 6.97275 8.27178 6.81314 8.04649L5.99771 6.89414C5.81817 6.64068 5.72134 6.33757 5.72134 6.02696V3.75742C5.72138 3.48132 5.94523 3.25742 6.22134 3.25742Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.6875 4.2827C4.56559 1.51364 8.27272 0.558745 11.2842 2.17723C14.4996 3.9057 15.7058 7.91485 13.9775 11.1304C12.2491 14.3456 8.24082 15.5507 5.02539 13.8227C4.11276 13.3322 3.36029 12.6567 2.792 11.8677C2.63092 11.6438 2.68169 11.3318 2.90528 11.1704C3.12935 11.009 3.44214 11.0596 3.60352 11.2837C4.08497 11.9521 4.72219 12.5248 5.49805 12.9419C8.22711 14.4087 11.6297 13.3857 13.0967 10.6567C14.5635 7.92768 13.5395 4.52507 10.8106 3.05809C8.2122 1.66175 5.00487 2.52331 3.4375 4.96434L5.08594 4.88328C5.36141 4.86991 5.59555 5.08241 5.60938 5.35789C5.62284 5.63352 5.41044 5.86862 5.13477 5.8823L2.56934 6.00926C2.34122 6.02058 2.13394 5.87586 2.06641 5.6577L1.25586 3.03465C1.17467 2.77098 1.32232 2.49115 1.58594 2.40965C1.84977 2.32815 2.12943 2.47687 2.21094 2.7407L2.6875 4.2827ZM8.21094 4.51023C8.4869 4.51041 8.71089 4.73425 8.71094 5.01023V8.0366C8.71094 8.20899 8.76471 8.37732 8.86426 8.51805L9.95215 10.0542C10.1117 10.2795 10.0583 10.5918 9.83301 10.7514C9.60769 10.9109 9.29531 10.8576 9.13575 10.6323L8.04786 9.09617C7.82866 8.78649 7.71094 8.41602 7.71094 8.0366V5.01023C7.711 4.73428 7.93503 4.51047 8.21094 4.51023Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.36024 5.3522C5.70807 1.89143 10.3412 0.699026 14.1054 2.72232C18.1246 4.8829 19.6318 9.89242 17.4716 13.9118C15.311 17.9312 10.3006 19.4385 6.28114 17.278C5.14027 16.6647 4.20051 15.82 3.49012 14.8336C3.28873 14.5536 3.35273 14.1632 3.6327 13.9616C3.91267 13.7603 4.30311 13.8235 4.50477 14.1032C5.10665 14.9389 5.90292 15.655 6.87293 16.1764C10.2843 18.0101 14.5363 16.7314 16.37 13.32C18.2036 9.90861 16.9249 5.65663 13.5136 3.8229C10.2657 2.07711 6.25716 3.15368 4.29774 6.20474L6.35731 6.10318C6.70158 6.08635 6.99407 6.35176 7.01161 6.69595C7.02872 7.04062 6.76347 7.33496 6.41883 7.3522L3.21083 7.51138C2.96145 7.52367 2.73187 7.38657 2.62196 7.16958L2.5829 7.07193L1.5702 3.79263C1.46882 3.46313 1.65291 3.1133 1.98231 3.01138C2.31199 2.90953 2.6625 3.0949 2.76454 3.42447L3.36024 5.3522ZM10.2636 5.63736C10.6087 5.63736 10.8885 5.91724 10.8886 6.26236V10.0456C10.8886 10.2612 10.9563 10.4721 11.0809 10.6481L12.4403 12.568C12.6398 12.8497 12.5735 13.2396 12.2919 13.4391C12.0103 13.6385 11.6204 13.572 11.4208 13.2907L10.0604 11.3698C9.78634 10.9826 9.63856 10.5199 9.63856 10.0456V6.26236C9.63863 5.91736 9.91859 5.63756 10.2636 5.63736Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.03253 6.42389C6.84962 2.27039 12.4089 0.838875 16.9261 3.26666C21.7495 5.85934 23.5578 11.871 20.9651 16.6944C18.3723 21.5174 12.3606 23.326 7.53741 20.7335C6.25404 20.0435 5.18312 19.1098 4.35187 18.0206L4.18878 17.8008C3.94696 17.4647 4.02365 16.996 4.35968 16.754C4.67466 16.5274 5.10561 16.5802 5.35773 16.8643L5.40656 16.9239C6.12881 17.9267 7.08438 18.7865 8.24835 19.4122C12.3417 21.6122 17.4433 20.0775 19.6439 15.9844C21.8443 11.8907 20.3098 6.7884 16.2161 4.58795C12.3189 2.4933 7.50988 3.78464 5.15851 7.44537L7.62921 7.32428H7.70538C8.08494 7.34397 8.39609 7.64841 8.41534 8.03619C8.43448 8.42384 8.15519 8.75727 7.7796 8.81451L7.70343 8.82233L3.85284 9.01276C3.55376 9.02724 3.27952 8.86293 3.14777 8.6026L3.09991 8.48639L1.88409 4.5528C1.76183 4.15708 1.9845 3.73663 2.38019 3.61432C2.77581 3.49227 3.1954 3.71386 3.31769 4.10944L4.03253 6.42389ZM12.3177 6.76471C12.7317 6.76489 13.0676 7.10068 13.0677 7.51471V12.0547C13.0677 12.3135 13.1476 12.5662 13.2972 12.7774L14.93 15.0811C15.1692 15.419 15.089 15.8876 14.7513 16.127C14.4133 16.3664 13.9448 16.2862 13.7054 15.9483L12.0735 13.6446C11.7444 13.1799 11.5677 12.6242 11.5677 12.0547V7.51471C11.5678 7.10057 11.9035 6.76471 12.3177 6.76471Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,imageFill:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.52704 3.4245L5.08466 5.69891C5.3202 5.90806 5.67422 5.91213 5.91473 5.70868L7.33368 4.50751V6.66669C7.33368 7.03488 7.03488 7.33368 6.66669 7.33368H1.33368C0.965489 7.33368 0.666687 7.03488 0.666687 6.66669V5.10028L2.48212 3.4245C2.49466 3.41352 2.51444 3.4135 2.52704 3.4245ZM6.66669 0.666687C7.03488 0.666687 7.33368 0.965489 7.33368 1.33368V3.72137L5.52704 5.25067C5.51446 5.26118 5.49544 5.26047 5.48309 5.24969L2.92548 2.97626C2.68223 2.76024 2.31408 2.7636 2.07489 2.98407L0.666687 4.28387V1.33368C0.666687 0.965489 0.965489 0.666687 1.33368 0.666687H6.66669ZM5.41669 1.99969C5.00258 1.9997 4.66686 2.33563 4.66669 2.74969C4.66669 3.16391 5.00247 3.49969 5.41669 3.49969C5.8309 3.49969 6.16669 3.16391 6.16669 2.74969C6.16651 2.33563 5.83079 1.99969 5.41669 1.99969Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.0589 4.23566C3.09817 4.1994 3.15949 4.19931 3.19952 4.23468L6.39679 7.07745C6.66789 7.31818 7.07594 7.32318 7.35284 7.08917L9.16632 5.55304V8.33331C9.16632 8.79355 8.79355 9.16632 8.33331 9.16632H1.66632C1.20623 9.16615 0.833313 8.79344 0.833313 8.33331V6.29034L3.0589 4.23566ZM8.33331 0.833313C8.79344 0.833313 9.16615 1.20623 9.16632 1.66632V4.73468L6.94855 6.61163C6.90905 6.64471 6.85044 6.64382 6.81183 6.60968L3.61456 3.76788C3.33438 3.51904 2.91045 3.52248 2.63507 3.77667L0.833313 5.43976V1.66632C0.833489 1.20634 1.20634 0.833489 1.66632 0.833313H8.33331ZM6.77081 2.50031C6.25305 2.50031 5.83331 2.92004 5.83331 3.43781C5.83349 3.95542 6.25315 4.37531 6.77081 4.37531C7.28847 4.3753 7.70814 3.95542 7.70831 3.43781C7.70831 2.92004 7.28858 2.50031 6.77081 2.50031Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.67188 5.08301C3.71905 5.03966 3.79188 5.03857 3.83984 5.08105L7.67676 8.49219C8.00219 8.78138 8.49086 8.78704 8.82324 8.50586L11 6.66406V10C11 10.5523 10.5523 11 10 11H2C1.44772 11 1 10.5523 1 10V7.54785L3.67188 5.08301ZM10 1C10.5523 1 11 1.44772 11 2V5.68164L8.33887 7.93359C8.29141 7.97368 8.22127 7.97287 8.1748 7.93164L4.33789 4.52051C4.00184 4.22194 3.49359 4.22663 3.16309 4.53125L1 6.52832V2C1 1.44772 1.44772 1 2 1H10ZM8.125 3C7.50368 3 7 3.50368 7 4.125C7 4.74632 7.50368 5.25 8.125 5.25C8.74632 5.25 9.25 4.74632 9.25 4.125C9.25 3.50368 8.74632 3 8.125 3Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.89484 6.77768C4.95777 6.71958 5.05443 6.71887 5.11847 6.77573L10.2357 11.3236C10.6694 11.7088 11.3209 11.7166 11.764 11.3421L14.6663 8.88608V13.3333C14.6663 14.0697 14.0697 14.6664 13.3333 14.6664H2.66632C1.93009 14.6662 1.33331 14.0696 1.33331 13.3333V10.0638L4.89484 6.77768ZM13.3333 1.33334C14.0696 1.33334 14.6661 1.93012 14.6663 2.66635V7.57553L11.1185 10.5785C11.0552 10.6317 10.9616 10.6305 10.8997 10.5755L5.78351 6.02768C5.33531 5.62935 4.65782 5.63578 4.2171 6.04233L1.33331 8.70444V2.66635C1.33349 1.93023 1.9302 1.33352 2.66632 1.33334H13.3333ZM10.8333 4.00034C10.0049 4.00034 9.33331 4.67191 9.33331 5.50034C9.33349 6.32861 10.005 7.00034 10.8333 7.00034C11.6616 7.00034 12.3331 6.32861 12.3333 5.50034C12.3333 4.67191 11.6617 4.00034 10.8333 4.00034Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.11981 8.47134C6.1985 8.39897 6.31915 8.39739 6.39911 8.46841L12.7946 14.153C13.337 14.6351 14.1518 14.6452 14.7057 14.1764L18.3337 11.1061V16.6667C18.3337 17.5871 17.5872 18.3336 16.6667 18.3336H3.33368C2.4132 18.3336 1.66669 17.5871 1.66669 16.6667V12.5807L6.11981 8.47134ZM16.6667 1.66666C17.5872 1.66666 18.3337 2.41317 18.3337 3.33365V9.46939L13.8981 13.2223C13.8191 13.2891 13.7031 13.2879 13.6257 13.2194L7.23016 7.53384C6.66997 7.0359 5.82308 7.04434 5.27216 7.5524L1.66669 10.8805V3.33365C1.66669 2.41317 2.4132 1.66666 3.33368 1.66666H16.6667ZM13.5417 4.99966C12.5063 4.99966 11.6669 5.83928 11.6667 6.87466C11.6667 7.9102 12.5062 8.74966 13.5417 8.74966C14.5772 8.74966 15.4167 7.9102 15.4167 6.87466C15.4165 5.83928 14.5771 4.99966 13.5417 4.99966Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.34277 10.165C7.43712 10.0782 7.58272 10.0771 7.67871 10.1621L15.3535 16.9844C16.0043 17.5627 16.9817 17.5749 17.6465 17.0127L22 13.3281V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V15.0967L7.34277 10.165ZM20 2C21.1046 2 22 2.89543 22 4V11.3633L16.6777 15.8672C16.5828 15.9474 16.4425 15.9457 16.3496 15.8633L8.67578 9.04102C8.0034 8.44349 6.98624 8.45344 6.3252 9.06348L2 13.0557V4C2 2.89543 2.89543 2 4 2H20ZM16.25 6C15.0074 6 14 7.00736 14 8.25C14 9.49264 15.0074 10.5 16.25 10.5C17.4926 10.5 18.5 9.49264 18.5 8.25C18.5 7.00736 17.4926 6 16.25 6Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,imageLine:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.40009 0.633484C6.93388 0.633554 7.36685 1.06648 7.36688 1.60028V6.40009C7.36681 6.93386 6.93386 7.36681 6.40009 7.36688H1.60028C1.06648 7.36685 0.633554 6.93388 0.633484 6.40009V1.60028C0.633517 1.06645 1.06645 0.633517 1.60028 0.633484H6.40009ZM2.47723 3.42059L1.23309 4.52606V6.40009C1.23316 6.60251 1.39785 6.76626 1.60028 6.7663H6.40009C6.60249 6.76623 6.76623 6.60249 6.7663 6.40009V5.06122L5.90302 5.73309C5.66215 5.9204 5.32162 5.90926 5.09344 5.70673L2.52216 3.42059C2.50952 3.40967 2.48975 3.40947 2.47723 3.42059ZM1.60028 1.23309C1.39782 1.23313 1.23313 1.39782 1.23309 1.60028V3.7243L2.0788 2.97235C2.31864 2.75915 2.68063 2.75936 2.92059 2.97235L5.49188 5.25751C5.50388 5.26817 5.52217 5.26929 5.53485 5.25946L6.7663 4.30048V1.60028C6.76626 1.39785 6.60251 1.23316 6.40009 1.23309H1.60028ZM5.16669 2.03387C5.60851 2.03387 5.96649 2.39185 5.96649 2.83368C5.96632 3.27536 5.60841 3.63348 5.16669 3.63348C4.72497 3.63348 4.36706 3.27536 4.36688 2.83368C4.36688 2.39185 4.72486 2.03387 5.16669 2.03387ZM5.16669 2.63348C5.05623 2.63348 4.96649 2.72322 4.96649 2.83368C4.96667 2.94399 5.05634 3.03387 5.16669 3.03387C5.27704 3.03387 5.36671 2.94399 5.36688 2.83368C5.36688 2.72322 5.27714 2.63348 5.16669 2.63348Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 0.766602C8.68102 0.766602 9.23318 1.31903 9.2334 2V8C9.2334 8.68115 8.68115 9.2334 8 9.2334H2C1.31903 9.23318 0.766602 8.68102 0.766602 8V2C0.766819 1.31917 1.31917 0.766818 2 0.766602H8ZM3.11426 4.29492L1.56738 5.66895V8C1.56738 8.23919 1.76086 8.43338 2 8.43359H8C8.23932 8.43359 8.43359 8.23932 8.43359 8V6.37695L7.39453 7.18652C7.08391 7.42807 6.64481 7.41356 6.35059 7.15234L3.13574 4.29492C3.12953 4.28995 3.12035 4.28971 3.11426 4.29492ZM2 1.56738C1.761 1.5676 1.5676 1.761 1.56738 2V4.59961L2.58203 3.69727C2.89131 3.42235 3.35854 3.4226 3.66797 3.69727L6.88184 6.55371C6.88782 6.55903 6.89698 6.55957 6.90332 6.55469L8.43359 5.36426V2C8.43338 1.76086 8.23919 1.56738 8 1.56738H2ZM6.45898 2.5166C7.02494 2.51673 7.48433 2.97602 7.48438 3.54199C7.48438 4.108 7.02496 4.56725 6.45898 4.56738C5.89289 4.56738 5.43359 4.10808 5.43359 3.54199C5.43364 2.97594 5.89292 2.5166 6.45898 2.5166ZM6.45898 3.31738C6.33475 3.31738 6.23442 3.41777 6.23438 3.54199C6.23438 3.66626 6.33472 3.7666 6.45898 3.7666C6.58314 3.76647 6.68359 3.66617 6.68359 3.54199C6.68355 3.41785 6.58311 3.31751 6.45898 3.31738Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.6001 0.899902C10.4284 0.900008 11.1 1.57158 11.1001 2.3999V9.6001C11.1 10.4284 10.4284 11.1 9.6001 11.1001H2.3999C1.57158 11.1 0.900007 10.4284 0.899902 9.6001V2.3999C0.899952 1.57155 1.57155 0.899952 2.3999 0.899902H9.6001ZM1.8999 6.81396V9.6001C1.90001 9.87612 2.12387 10.1 2.3999 10.1001H9.6001C9.87609 10.1 10.1 9.87609 10.1001 9.6001V7.69482L8.88623 8.64014C8.50603 8.93584 7.9682 8.91763 7.60791 8.59814L3.75049 5.16943L1.8999 6.81396ZM2.3999 1.8999C2.12383 1.89995 1.89995 2.12383 1.8999 2.3999V5.47607L3.08643 4.42236C3.46531 4.08562 4.03568 4.0856 4.41455 4.42236L8.27197 7.8501L10.1001 6.42822V2.3999C10.1 2.12387 9.87612 1.90001 9.6001 1.8999H2.3999ZM7.75049 3.00049C8.44062 3.00075 9.00049 3.5603 9.00049 4.25049C9.00023 4.94046 8.44046 5.50022 7.75049 5.50049C7.0603 5.50049 6.50075 4.94062 6.50049 4.25049C6.50049 3.56013 7.06013 3.00049 7.75049 3.00049ZM7.75049 4.00049C7.61242 4.00049 7.50049 4.11242 7.50049 4.25049C7.50075 4.38833 7.61258 4.50049 7.75049 4.50049C7.88817 4.50023 8.00023 4.38817 8.00049 4.25049C8.00049 4.11258 7.88833 4.00075 7.75049 4.00049Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.8001 1.36655C13.8124 1.36669 14.6329 2.18733 14.6331 3.19955V12.8001C14.633 13.8125 13.8124 14.633 12.8001 14.6331H3.19952C2.18729 14.6329 1.36666 13.8124 1.36652 12.8001V3.19955C1.36676 2.18739 2.18736 1.36679 3.19952 1.36655H12.8001ZM5.11066 6.76791C5.04756 6.71193 4.95306 6.71195 4.88995 6.76791L2.36652 9.00912V12.8001C2.36666 13.2601 2.73958 13.6329 3.19952 13.6331H12.8001C13.2601 13.633 13.633 13.2602 13.6331 12.8001V9.9183L11.7454 11.388C11.3016 11.7332 10.6736 11.7125 10.2532 11.3392L5.11066 6.76791ZM3.19952 2.36655C2.73964 2.36679 2.36676 2.73967 2.36652 3.19955V7.67221L4.22491 6.01987C4.66693 5.62704 5.33369 5.62703 5.7757 6.01987L10.9183 10.5912C10.9783 10.6442 11.0679 10.6481 11.1312 10.599L13.6331 8.65268V3.19955C13.6329 2.73961 13.2601 2.36669 12.8001 2.36655H3.19952ZM10.3333 4.16635C11.1616 4.16635 11.8331 4.83807 11.8333 5.66635C11.8333 6.49478 11.1617 7.16635 10.3333 7.16635C9.50489 7.16635 8.83331 6.49478 8.83331 5.66635C8.83349 4.83807 9.50499 4.16635 10.3333 4.16635ZM10.3333 5.16635C10.0573 5.16635 9.83349 5.39036 9.83331 5.66635C9.83331 5.94249 10.0572 6.16635 10.3333 6.16635C10.6095 6.16635 10.8333 5.94249 10.8333 5.66635C10.8331 5.39036 10.6093 5.16635 10.3333 5.16635Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.0005 1.7085C17.2659 1.70867 18.2914 2.73501 18.2915 4.00049V16.0005C18.2913 17.2659 17.2659 18.2913 16.0005 18.2915H4.00049C2.73501 18.2914 1.70867 17.2659 1.7085 16.0005V4.00049C1.70858 2.73496 2.73496 1.70858 4.00049 1.7085H16.0005ZM6.38916 8.45947C6.31023 8.38931 6.19075 8.38932 6.11182 8.45947L2.9585 11.2622V16.0005C2.95867 16.5756 3.42537 17.0414 4.00049 17.0415H16.0005C16.5755 17.0413 17.0413 16.5755 17.0415 16.0005V12.3989L14.6812 14.2349C14.1263 14.6663 13.3423 14.6402 12.8169 14.1733L6.38916 8.45947ZM4.00049 2.9585C3.42531 2.95858 2.95858 3.42531 2.9585 4.00049V9.59033L5.28174 7.52588C5.83428 7.03474 6.6667 7.03473 7.21924 7.52588L13.6479 13.2397C13.7229 13.306 13.8345 13.3098 13.9136 13.2485L17.0415 10.8149V4.00049C17.0414 3.42537 16.5756 2.95867 16.0005 2.9585H4.00049ZM12.9175 5.2085C13.9527 5.20876 14.7924 6.0482 14.7925 7.0835C14.7925 8.11887 13.9528 8.95823 12.9175 8.9585C11.8819 8.9585 11.0425 8.11903 11.0425 7.0835C11.0426 6.04804 11.882 5.2085 12.9175 5.2085ZM12.9175 6.4585C12.5724 6.4585 12.2926 6.73839 12.2925 7.0835C12.2925 7.42867 12.5723 7.7085 12.9175 7.7085C13.2624 7.70823 13.5425 7.42851 13.5425 7.0835C13.5424 6.73856 13.2624 6.45876 12.9175 6.4585Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M19.2002 2.0498C20.7187 2.05002 21.9501 3.28123 21.9502 4.7998V19.2002C21.95 20.7187 20.7187 21.95 19.2002 21.9502H4.7998C3.28124 21.9501 2.05001 20.7187 2.0498 19.2002V4.7998C2.0499 3.28117 3.28117 2.0499 4.7998 2.0498H19.2002ZM7.66602 10.1514C7.57129 10.0672 7.42871 10.0672 7.33398 10.1514L3.5498 13.5137V19.2002C3.55001 19.8903 4.10966 20.4501 4.7998 20.4502H19.2002C19.8902 20.45 20.45 19.8902 20.4502 19.2002V14.877L17.6172 17.0811C16.9513 17.599 16.0104 17.5683 15.3799 17.0078L7.66602 10.1514ZM4.7998 3.5498C4.1096 3.5499 3.5499 4.10959 3.5498 4.7998V11.5078L6.33691 9.03027C6.99996 8.4409 8.00004 8.4409 8.66309 9.03027L16.377 15.8867C16.467 15.9666 16.6012 15.9714 16.6963 15.8975L20.4502 12.9766V4.7998C20.4501 4.10966 19.8903 3.55002 19.2002 3.5498H4.7998ZM15.5 6.25C16.7426 6.25 17.75 7.25736 17.75 8.5C17.75 9.74264 16.7426 10.75 15.5 10.75C14.2574 10.75 13.25 9.74264 13.25 8.5C13.25 7.25736 14.2574 6.25 15.5 6.25ZM15.5 7.75C15.0858 7.75 14.75 8.08579 14.75 8.5C14.75 8.91421 15.0858 9.25 15.5 9.25C15.9142 9.25 16.25 8.91421 16.25 8.5C16.25 8.08579 15.9142 7.75 15.5 7.75Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,inline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.69299 0.633484C3.85866 0.633484 3.99276 0.767631 3.9928 0.933289C3.9928 1.09897 3.85868 1.23309 3.69299 1.23309H1.26624C1.24814 1.23331 1.23324 1.2482 1.23303 1.2663V6.73309C1.23303 6.75137 1.24801 6.76608 1.26624 6.7663H6.73303C6.75144 6.7663 6.76624 6.7515 6.76624 6.73309V4.30634C6.76642 4.14084 6.90148 4.00657 7.06702 4.00653C7.23238 4.00678 7.36663 4.14096 7.36682 4.30634V6.73309C7.36682 7.08287 7.08281 7.36688 6.73303 7.36688H1.26624C0.916642 7.36666 0.633423 7.08274 0.633423 6.73309V1.2663C0.633632 0.91683 0.91677 0.633703 1.26624 0.633484H3.69299ZM6.39807 1.53094C6.49431 1.35887 6.68199 1.30669 6.83069 1.34344C6.98465 1.38163 7.13505 1.5276 7.11877 1.74091L7.09924 1.93622C7.04315 2.40611 6.90074 2.96541 6.55627 3.43622C6.17874 3.95173 5.57987 4.33067 4.67639 4.39911V5.28192C4.67618 5.61158 4.29434 5.77815 4.05334 5.58173L4.00745 5.53778L2.4928 3.8454C2.36293 3.69997 2.36295 3.48009 2.4928 3.33466L4.00745 1.64227C4.24211 1.38105 4.67599 1.54689 4.67639 1.89813V2.80048C5.07098 2.7938 5.81111 2.58291 6.39807 1.53094ZM3.06995 3.59052L4.07678 4.71552V4.19403C4.07702 3.97474 4.25626 3.81455 4.45471 3.81024C5.30535 3.79165 5.78643 3.47303 6.07288 3.08173C6.17078 2.9479 6.24729 2.80035 6.3092 2.64813C5.59426 3.36548 4.80616 3.46108 4.37952 3.37762C4.18585 3.33967 4.07689 3.16961 4.07678 3.00653V2.46552L3.06995 3.59052Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.61719 0.766602C4.83799 0.766707 5.01656 0.946178 5.0166 1.16699C5.0166 1.38784 4.83801 1.56728 4.61719 1.56738H1.58398C1.57485 1.56744 1.56742 1.57485 1.56738 1.58398V8.41699C1.56738 8.42616 1.57483 8.43354 1.58398 8.43359H8.41699C8.4262 8.43359 8.43359 8.4262 8.43359 8.41699V5.38379C8.43364 5.16294 8.61314 4.98345 8.83398 4.9834C9.05472 4.98357 9.23336 5.16302 9.2334 5.38379V8.41699C9.2334 8.86802 8.86803 9.2334 8.41699 9.2334H1.58398C1.133 9.23334 0.766602 8.86799 0.766602 8.41699V1.58398C0.766643 1.13302 1.13302 0.766657 1.58398 0.766602H4.61719ZM7.97559 1.90137C8.10196 1.67535 8.34867 1.60723 8.54395 1.65527C8.74641 1.70532 8.94425 1.89693 8.92285 2.17773L8.89844 2.42285C8.82808 3.01283 8.6501 3.71608 8.21582 4.30957C7.7424 4.95637 6.99418 5.43282 5.87012 5.52344V6.60254C5.87004 7.03611 5.3688 7.25498 5.05176 6.99707L4.99023 6.93848L3.09766 4.82422C2.92655 4.63279 2.92639 4.3427 3.09766 4.15137L4.99023 2.03711C5.29876 1.69274 5.86961 1.91082 5.87012 2.37305V3.47852C6.36032 3.46191 7.25832 3.18698 7.97559 1.90137ZM3.87109 4.48828L5.07031 5.8291V5.24316C5.07053 4.95463 5.30668 4.7441 5.56738 4.73828C6.62402 4.71534 7.21717 4.31938 7.57031 3.83691C7.66627 3.70575 7.74696 3.56468 7.81445 3.41797C6.9396 4.23996 5.99318 4.34951 5.46973 4.24707C5.21452 4.19698 5.07031 3.97222 5.07031 3.75781V3.14844L3.87109 4.48828Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.53955 0.899902C5.81566 0.899902 6.0395 1.1238 6.03955 1.3999C6.03955 1.67604 5.81569 1.8999 5.53955 1.8999H1.8999V10.1001H10.1001V6.45947C10.1004 6.18361 10.3242 5.95954 10.6001 5.95947C10.876 5.95958 11.0998 6.18363 11.1001 6.45947V10.1001C11.1 10.6522 10.6522 11.1 10.1001 11.1001H1.8999C1.34774 11.1 0.900007 10.6523 0.899902 10.1001V1.8999C0.899952 1.3477 1.3477 0.899968 1.8999 0.899902H5.53955ZM9.5542 2.27295C9.71087 1.99228 10.0162 1.90743 10.2583 1.96729C10.5091 2.02963 10.7539 2.2675 10.7271 2.61572C10.6683 3.37581 10.4742 4.3661 9.87549 5.18408C9.30645 5.96147 8.40825 6.53287 7.06494 6.646V7.92334C7.06457 8.46046 6.44227 8.7319 6.04932 8.4126L5.97412 8.34033L3.70264 5.80322C3.49025 5.56595 3.4903 5.20654 3.70264 4.96924L5.97412 2.43115C6.35672 2.00426 7.06474 2.27483 7.06494 2.84814V4.15381C7.65081 4.12673 8.7075 3.79044 9.5542 2.27295ZM4.67236 5.38623L6.06494 6.94287V6.29248C6.06494 5.9343 6.35785 5.67255 6.68115 5.66553C7.94283 5.63793 8.64915 5.16661 9.06885 4.59326C9.16324 4.46426 9.24393 4.32639 9.31494 4.18408C8.28178 5.11205 7.17873 5.23792 6.55908 5.1167C6.24264 5.05451 6.06516 4.77574 6.06494 4.51025V3.82959L4.67236 5.38623Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.38611 1.36655C7.66221 1.36655 7.88604 1.59046 7.88611 1.86655C7.88611 2.14269 7.66225 2.36655 7.38611 2.36655H2.53357C2.44164 2.36663 2.36664 2.4416 2.36658 2.53354V13.4662C2.36658 13.5581 2.4416 13.6331 2.53357 13.6331H13.4662C13.5582 13.6331 13.6332 13.5582 13.6332 13.4662V8.61362C13.6332 8.33761 13.8572 8.11374 14.1332 8.11362C14.4093 8.11362 14.6331 8.33753 14.6332 8.61362V13.4662C14.6332 14.1105 14.1105 14.6331 13.4662 14.6331H2.53357C1.88931 14.6331 1.36658 14.1104 1.36658 13.4662V2.53354C1.36664 1.88932 1.88935 1.36663 2.53357 1.36655H7.38611ZM12.8832 3.11166C13.0507 2.81141 13.3774 2.72042 13.6371 2.78452C13.9055 2.85109 14.1646 3.10338 14.1361 3.47397L14.098 3.86166C13.9869 4.79191 13.707 5.89107 13.0316 6.81381C12.2824 7.83693 11.0847 8.59084 9.25232 8.70639V10.5638C9.25207 11.1374 8.58747 11.4275 8.16833 11.0853L8.08826 11.0091L5.05994 7.62534C4.83366 7.37241 4.83393 6.98975 5.05994 6.73666L8.08826 3.35287C8.49627 2.89704 9.25205 3.18556 9.25232 3.79721V5.70639C10.0495 5.72809 11.6412 5.33739 12.8832 3.11166ZM6.00525 7.181L8.25232 9.6937V8.38901C8.25244 8.00804 8.56441 7.72873 8.91052 7.72104C10.6405 7.68345 11.6321 7.03276 12.225 6.22299C12.5239 5.81458 12.7316 5.35059 12.8744 4.87631C11.3865 6.61068 9.65998 6.83163 8.77673 6.65854C8.44207 6.59269 8.25246 6.29712 8.25232 6.01303V4.66928L6.00525 7.181Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.23389 1.7085C9.57883 1.70871 9.8588 1.98852 9.85889 2.3335C9.85889 2.67854 9.57889 2.95828 9.23389 2.9585H3.1665C3.05185 2.95878 2.95875 3.05184 2.9585 3.1665V16.8335C2.9585 16.9484 3.05169 17.0412 3.1665 17.0415H16.8335C16.9486 17.0415 17.0415 16.9486 17.0415 16.8335V10.7671C17.0416 10.4222 17.3216 10.1424 17.6665 10.1421C18.0116 10.1421 18.2914 10.422 18.2915 10.7671V16.8335C18.2915 17.6389 17.6389 18.2915 16.8335 18.2915H3.1665C2.36133 18.2912 1.7085 17.6387 1.7085 16.8335V3.1665C1.70875 2.36148 2.36149 1.70878 3.1665 1.7085H9.23389ZM16.104 3.88916C16.3134 3.51381 16.7218 3.39979 17.0464 3.47998C17.382 3.56295 17.7059 3.87889 17.6704 4.34229L17.6235 4.82666C17.4847 5.98965 17.135 7.36339 16.2905 8.51709C15.3539 9.79651 13.8564 10.739 11.5649 10.8833V13.2056C11.5647 13.9225 10.7354 14.2842 10.2114 13.8569L10.1108 13.7612L6.32568 9.53174C6.04256 9.21539 6.04263 8.7368 6.32568 8.42041L10.1108 4.19092C10.6209 3.62118 11.5646 3.98204 11.5649 4.74658V7.1333C12.5612 7.16077 14.551 6.67259 16.104 3.88916ZM7.50635 8.97705L10.3149 12.1147V10.4868C10.3149 10.0105 10.7055 9.66053 11.1382 9.65088C13.301 9.60393 14.5406 8.79117 15.2817 7.77881C15.6558 7.26783 15.9157 6.68765 16.0942 6.09424C14.2344 8.2631 12.0766 8.53996 10.9722 8.32373C10.5535 8.24162 10.3151 7.87238 10.3149 7.51709V5.83838L7.50635 8.97705Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.1562 2.05371C11.5345 2.09201 11.83 2.41148 11.8301 2.7998C11.8301 3.18821 11.5346 3.5076 11.1562 3.5459L11.0801 3.5498H3.7998C3.66191 3.54994 3.5499 3.6619 3.5498 3.7998V20.2002C3.55001 20.338 3.66197 20.4501 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4503 12.5059 20.7862 12.1701 21.2002 12.1699C21.6142 12.1701 21.9501 12.5059 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83355 21.9501 2.05002 21.1664 2.0498 20.2002V3.7998C2.0499 2.83347 2.83348 2.04994 3.7998 2.0498H11.0801L11.1562 2.05371ZM19.3252 4.66699C19.5765 4.21659 20.0655 4.07962 20.4551 4.17578C20.858 4.27538 21.248 4.65457 21.2051 5.21094L21.1475 5.79199C20.9808 7.18748 20.5611 8.83543 19.5479 10.2197C18.424 11.755 16.6276 12.8864 13.8779 13.0596V15.8457C13.8779 16.7061 12.8828 17.1403 12.2539 16.6279L12.1328 16.5127L7.59082 11.4375C7.25096 11.0578 7.25096 10.4832 7.59082 10.1035L12.1328 5.0293C12.7449 4.34543 13.8779 4.77847 13.8779 5.69629V8.55957C15.0735 8.59246 17.4617 8.00699 19.3252 4.66699ZM9.00684 10.7715L12.3779 14.5381V12.583C12.3781 12.0114 12.8468 11.5923 13.3662 11.5811C15.9616 11.5247 17.4486 10.5489 18.3379 9.33398C18.787 8.72044 19.0992 8.02407 19.3135 7.31152C17.0812 9.91545 14.4914 10.247 13.166 9.9873C12.6634 9.8888 12.3779 9.44604 12.3779 9.01953V7.00488L9.00684 10.7715Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,line:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.41669 4.33368C1.55476 4.33368 1.66669 4.44561 1.66669 4.58368V7.08368C1.66651 7.2216 1.55465 7.33368 1.41669 7.33368H0.916687C0.778724 7.33368 0.666862 7.2216 0.666687 7.08368V4.58368C0.666687 4.44561 0.778616 4.33368 0.916687 4.33368H1.41669ZM4.24969 4.33368C4.38777 4.33368 4.49969 4.44561 4.49969 4.58368V7.08368C4.49952 7.2216 4.38766 7.33368 4.24969 7.33368H3.74969C3.61188 7.3335 3.49987 7.22149 3.49969 7.08368V4.58368C3.49969 4.44572 3.61177 4.33386 3.74969 4.33368H4.24969ZM1.41669 0.666687C1.55476 0.666687 1.66669 0.778616 1.66669 0.916687V3.41669C1.66669 3.55476 1.55476 3.66669 1.41669 3.66669H0.916687C0.778616 3.66669 0.666687 3.55476 0.666687 3.41669V0.916687C0.666687 0.778616 0.778616 0.666687 0.916687 0.666687H1.41669ZM4.24969 0.666687C4.38777 0.666687 4.49969 0.778616 4.49969 0.916687V3.41669C4.49969 3.55476 4.38777 3.66669 4.24969 3.66669H3.74969C3.61177 3.66651 3.49969 3.55465 3.49969 3.41669V0.916687C3.49969 0.778724 3.61177 0.666863 3.74969 0.666687H4.24969ZM7.08368 0.666687C7.2216 0.666862 7.33368 0.778724 7.33368 0.916687V3.41669C7.33368 3.55465 7.2216 3.66651 7.08368 3.66669H6.58368C6.44561 3.66669 6.33368 3.55476 6.33368 3.41669V0.916687C6.33368 0.778616 6.44561 0.666687 6.58368 0.666687H7.08368Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.77081 5.41632C1.94329 5.41632 2.08314 5.55638 2.08331 5.72882V8.85382C2.08331 9.02641 1.9434 9.16632 1.77081 9.16632H1.14581C0.973224 9.16632 0.833313 9.02641 0.833313 8.85382V5.72882C0.833489 5.55638 0.973332 5.41632 1.14581 5.41632H1.77081ZM5.31281 5.41632C5.48514 5.4165 5.62513 5.55649 5.62531 5.72882V8.85382C5.62531 9.0263 5.48524 9.16614 5.31281 9.16632H4.68781C4.51522 9.16632 4.37531 9.02641 4.37531 8.85382V5.72882C4.37548 5.55638 4.51532 5.41632 4.68781 5.41632H5.31281ZM1.77081 0.833313C1.9434 0.833313 2.08331 0.973224 2.08331 1.14581V4.27081C2.08331 4.4434 1.9434 4.58331 1.77081 4.58331H1.14581C0.973224 4.58331 0.833313 4.4434 0.833313 4.27081V1.14581C0.833313 0.973224 0.973224 0.833313 1.14581 0.833313H1.77081ZM5.31281 0.833313C5.48524 0.833489 5.62531 0.973333 5.62531 1.14581V4.27081C5.62531 4.44329 5.48524 4.58314 5.31281 4.58331H4.68781C4.51522 4.58331 4.37531 4.4434 4.37531 4.27081V1.14581C4.37531 0.973224 4.51522 0.833313 4.68781 0.833313H5.31281ZM8.85382 0.833313C9.02641 0.833313 9.16632 0.973224 9.16632 1.14581V4.27081C9.16632 4.4434 9.02641 4.58331 8.85382 4.58331H8.22882C8.05638 4.58314 7.91632 4.44329 7.91632 4.27081V1.14581C7.91632 0.973332 8.05638 0.833488 8.22882 0.833313H8.85382Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.125 6.5C2.33211 6.5 2.5 6.66789 2.5 6.875V10.625C2.5 10.8321 2.33211 11 2.125 11H1.375C1.16789 11 1 10.8321 1 10.625V6.875C1 6.66789 1.16789 6.5 1.375 6.5H2.125ZM6.375 6.5C6.58211 6.5 6.75 6.66789 6.75 6.875V10.625C6.75 10.8321 6.58211 11 6.375 11H5.625C5.41789 11 5.25 10.8321 5.25 10.625V6.875C5.25 6.66789 5.41789 6.5 5.625 6.5H6.375ZM2.125 1C2.33211 1 2.5 1.16789 2.5 1.375V5.125C2.5 5.33211 2.33211 5.5 2.125 5.5H1.375C1.16789 5.5 1 5.33211 1 5.125V1.375C1 1.16789 1.16789 1 1.375 1H2.125ZM6.375 1C6.58211 1 6.75 1.16789 6.75 1.375V5.125C6.75 5.33211 6.58211 5.5 6.375 5.5H5.625C5.41789 5.5 5.25 5.33211 5.25 5.125V1.375C5.25 1.16789 5.41789 1 5.625 1H6.375ZM10.625 1C10.8321 1 11 1.16789 11 1.375V5.125C11 5.33211 10.8321 5.5 10.625 5.5H9.875C9.66789 5.5 9.5 5.33211 9.5 5.125V1.375C9.5 1.16789 9.66789 1 9.875 1H10.625Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.83331 8.66632C3.10935 8.66632 3.33314 8.89033 3.33331 9.16632V14.1663C3.33331 14.4425 3.10946 14.6663 2.83331 14.6663H1.83331C1.55717 14.6663 1.33331 14.4425 1.33331 14.1663V9.16632C1.33349 8.89033 1.55728 8.66632 1.83331 8.66632H2.83331ZM8.50031 8.66632C8.77619 8.6665 9.00013 8.89044 9.00031 9.16632V14.1663C9.00031 14.4424 8.7763 14.6661 8.50031 14.6663H7.50031C7.22416 14.6663 7.00031 14.4425 7.00031 14.1663V9.16632C7.00048 8.89033 7.22427 8.66632 7.50031 8.66632H8.50031ZM2.83331 1.33331C3.10946 1.33331 3.33331 1.55717 3.33331 1.83331V6.83331C3.33331 7.10946 3.10946 7.33331 2.83331 7.33331H1.83331C1.55717 7.33331 1.33331 7.10946 1.33331 6.83331V1.83331C1.33331 1.55717 1.55717 1.33331 1.83331 1.33331H2.83331ZM8.50031 1.33331C8.7763 1.33349 9.00031 1.55728 9.00031 1.83331V6.83331C9.0003 7.10935 8.7763 7.33314 8.50031 7.33331H7.50031C7.22416 7.33331 7.00031 7.10946 7.00031 6.83331V1.83331C7.00031 1.55717 7.22416 1.33331 7.50031 1.33331H8.50031ZM14.1663 1.33331C14.4425 1.33331 14.6663 1.55717 14.6663 1.83331V6.83331C14.6663 7.10946 14.4425 7.33331 14.1663 7.33331H13.1663C12.8903 7.33314 12.6663 7.10935 12.6663 6.83331V1.83331C12.6663 1.55728 12.8903 1.33349 13.1663 1.33331H14.1663Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.54169 10.8337C3.88686 10.8337 4.16669 11.1135 4.16669 11.4587V17.7087C4.16651 18.0537 3.88676 18.3337 3.54169 18.3337H2.29169C1.94662 18.3337 1.66686 18.0537 1.66669 17.7087V11.4587C1.66669 11.1135 1.94651 10.8337 2.29169 10.8337H3.54169ZM10.6247 10.8337C10.9699 10.8337 11.2497 11.1135 11.2497 11.4587V17.7087C11.2495 18.0537 10.9698 18.3337 10.6247 18.3337H9.37469C9.02978 18.3335 8.74987 18.0536 8.74969 17.7087V11.4587C8.74969 11.1136 9.02967 10.8339 9.37469 10.8337H10.6247ZM3.54169 1.66669C3.88686 1.66669 4.16669 1.94651 4.16669 2.29169V8.54169C4.16669 8.88686 3.88686 9.16669 3.54169 9.16669H2.29169C1.94651 9.16669 1.66669 8.88687 1.66669 8.54169V2.29169C1.66669 1.94651 1.94651 1.66669 2.29169 1.66669H3.54169ZM10.6247 1.66669C10.9699 1.66669 11.2497 1.94651 11.2497 2.29169V8.54169C11.2497 8.88686 10.9699 9.16669 10.6247 9.16669H9.37469C9.02967 9.16651 8.7497 8.88676 8.74969 8.54169V2.29169C8.74969 1.94662 9.02967 1.66686 9.37469 1.66669H10.6247ZM17.7087 1.66669C18.0537 1.66686 18.3337 1.94662 18.3337 2.29169V8.54169C18.3337 8.88676 18.0537 9.16651 17.7087 9.16669H16.4587C16.1135 9.16669 15.8337 8.88687 15.8337 8.54169V2.29169C15.8337 1.94651 16.1135 1.66669 16.4587 1.66669H17.7087Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.25 13C4.66421 13 5 13.3358 5 13.75V21.25C5 21.6642 4.66421 22 4.25 22H2.75C2.33579 22 2 21.6642 2 21.25V13.75C2 13.3358 2.33579 13 2.75 13H4.25ZM12.75 13C13.1642 13 13.5 13.3358 13.5 13.75V21.25C13.5 21.6642 13.1642 22 12.75 22H11.25C10.8358 22 10.5 21.6642 10.5 21.25V13.75C10.5 13.3358 10.8358 13 11.25 13H12.75ZM4.25 2C4.66421 2 5 2.33579 5 2.75V10.25C5 10.6642 4.66421 11 4.25 11H2.75C2.33579 11 2 10.6642 2 10.25V2.75C2 2.33579 2.33579 2 2.75 2H4.25ZM12.75 2C13.1642 2 13.5 2.33579 13.5 2.75V10.25C13.5 10.6642 13.1642 11 12.75 11H11.25C10.8358 11 10.5 10.6642 10.5 10.25V2.75C10.5 2.33579 10.8358 2 11.25 2H12.75ZM21.25 2C21.6642 2 22 2.33579 22 2.75V10.25C22 10.6642 21.6642 11 21.25 11H19.75C19.3358 11 19 10.6642 19 10.25V2.75C19 2.33579 19.3358 2 19.75 2H21.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,location:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.31949 7.50528C4.15282 7.72044 3.83337 7.72044 3.66671 7.50528C2.95837 6.57292 1.33337 4.34961 1.33337 3.08735C1.33337 1.56689 2.52782 0.333313 4.00004 0.333313C5.47226 0.333313 6.66671 1.56689 6.66671 3.08735C6.66671 4.34961 5.04171 6.57292 4.31949 7.50528ZM4.00004 4.00536C4.48615 4.00536 4.88893 3.60373 4.88893 3.08735C4.88893 2.58531 4.48615 2.16934 4.00004 2.16934C3.50004 2.16934 3.11115 2.58531 3.11115 3.08735C3.11115 3.60373 3.50004 4.00536 4.00004 4.00536Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.39926 9.38164C5.19093 9.65059 4.79163 9.65059 4.58329 9.38164C3.69788 8.2162 1.66663 5.43706 1.66663 3.85923C1.66663 1.95866 3.15968 0.416687 4.99996 0.416687C6.84024 0.416687 8.33329 1.95866 8.33329 3.85923C8.33329 5.43706 6.30204 8.2162 5.39926 9.38164ZM4.99996 5.00674C5.6076 5.00674 6.11107 4.50471 6.11107 3.85923C6.11107 3.23168 5.6076 2.71172 4.99996 2.71172C4.37496 2.71172 3.88885 3.23168 3.88885 3.85923C3.88885 4.50471 4.37496 5.00674 4.99996 5.00674Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.47917 11.2579C6.22917 11.5807 5.75 11.5807 5.5 11.2579C4.4375 9.85941 2 6.52445 2 4.63105C2 2.35037 3.79167 0.5 6 0.5C8.20833 0.5 10 2.35037 10 4.63105C10 6.52445 7.5625 9.85941 6.47917 11.2579ZM6 6.00807C6.72917 6.00807 7.33333 5.40562 7.33333 4.63105C7.33333 3.878 6.72917 3.25403 6 3.25403C5.25 3.25403 4.66667 3.878 4.66667 4.63105C4.66667 5.40562 5.25 6.00807 6 6.00807Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.63885 15.0106C8.30552 15.4409 7.66663 15.4409 7.33329 15.0106C5.91663 13.1459 2.66663 8.69929 2.66663 6.17476C2.66663 3.13384 5.05552 0.666687 7.99996 0.666687C10.9444 0.666687 13.3333 3.13384 13.3333 6.17476C13.3333 8.69929 10.0833 13.1459 8.63885 15.0106ZM7.99996 8.01078C8.97218 8.01078 9.77774 7.20752 9.77774 6.17476C9.77774 5.17068 8.97218 4.33873 7.99996 4.33873C6.99996 4.33873 6.22218 5.17068 6.22218 6.17476C6.22218 7.20752 6.99996 8.01078 7.99996 8.01078Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.7987 18.7632C10.382 19.3011 9.58337 19.3011 9.16671 18.7632C7.39587 16.4323 3.33337 10.8741 3.33337 7.7184C3.33337 3.91726 6.31949 0.833313 10 0.833313C13.6806 0.833313 16.6667 3.91726 16.6667 7.7184C16.6667 10.8741 12.6042 16.4323 10.7987 18.7632ZM10 10.0134C11.2153 10.0134 12.2223 9.00935 12.2223 7.7184C12.2223 6.4633 11.2153 5.42337 10 5.42337C8.75004 5.42337 7.77782 6.4633 7.77782 7.7184C7.77782 9.00935 8.75004 10.0134 10 10.0134Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.9583 22.5159C12.4583 23.1614 11.5 23.1614 11 22.5159C8.875 19.7188 4 13.0489 4 9.2621C4 4.70073 7.58333 1 12 1C16.4167 1 20 4.70073 20 9.2621C20 13.0489 15.125 19.7188 12.9583 22.5159ZM12 12.0161C13.4583 12.0161 14.6667 10.8112 14.6667 9.2621C14.6667 7.75599 13.4583 6.50807 12 6.50807C10.5 6.50807 9.33333 7.75599 9.33333 9.2621C9.33333 10.8112 10.5 12.0161 12 12.0161Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,logout:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.26263 0.633301C4.61229 0.633301 4.89621 0.916511 4.89642 1.26611V2.56885C4.89632 2.73434 4.76209 2.86848 4.59662 2.86865C4.43102 2.86862 4.29594 2.73443 4.29584 2.56885V1.26611C4.29563 1.24788 4.28091 1.23291 4.26263 1.23291H1.26263C1.24453 1.23312 1.22964 1.24801 1.22943 1.26611V6.73291C1.22943 6.75119 1.2444 6.7659 1.26263 6.76611H4.26263C4.28104 6.76611 4.29584 6.75132 4.29584 6.73291V5.53271C4.29608 5.36726 4.43111 5.23294 4.59662 5.23291C4.762 5.23309 4.89618 5.36735 4.89642 5.53271V6.73291C4.89642 7.08269 4.61241 7.3667 4.26263 7.3667H1.26263C0.913031 7.36649 0.629822 7.08256 0.629822 6.73291V1.26611C0.630031 0.916639 0.913161 0.63351 1.26263 0.633301H4.26263ZM5.49799 2.15576C5.62684 2.05209 5.81489 2.07299 5.91888 2.20166L7.30365 3.91455L7.33295 3.95752C7.39132 4.063 7.38081 4.19627 7.30267 4.29248L5.92474 5.98486C5.82021 6.11333 5.63138 6.13325 5.50287 6.02881C5.37448 5.92424 5.35445 5.73541 5.45892 5.60693L6.44037 4.40088L2.86713 4.396C2.70144 4.39572 2.56607 4.2609 2.56635 4.09521C2.56673 3.92975 2.70168 3.79534 2.86713 3.79541L6.44135 3.80029L5.45306 2.57764C5.3491 2.44874 5.36914 2.25982 5.49799 2.15576Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.32971 0.766602C5.78057 0.766778 6.14608 1.1331 6.14612 1.58398V3.21191C6.14586 3.43261 5.96648 3.61133 5.74573 3.61133C5.52516 3.61111 5.34657 3.43247 5.34631 3.21191V1.58398C5.34627 1.57493 5.33874 1.56756 5.32971 1.56738H1.57971C1.57057 1.56742 1.56315 1.57484 1.56311 1.58398V8.41699C1.56311 8.42617 1.57054 8.43355 1.57971 8.43359H5.32971C5.33877 8.43342 5.34631 8.42609 5.34631 8.41699V6.91699C5.34635 6.69625 5.52502 6.51682 5.74573 6.5166C5.96662 6.5166 6.14608 6.69611 6.14612 6.91699V8.41699C6.14612 8.86792 5.78059 9.23322 5.32971 9.2334H1.57971C1.12872 9.23336 0.762329 8.868 0.762329 8.41699V1.58398C0.76237 1.13301 1.12874 0.766643 1.57971 0.766602H5.32971ZM6.85706 2.67676C7.02881 2.53815 7.27976 2.56479 7.41858 2.73633L9.14905 4.87793L9.18811 4.93652C9.26559 5.07708 9.25214 5.25373 9.14807 5.38184L7.42542 7.49902C7.28598 7.67014 7.03419 7.69591 6.86292 7.55664C6.69177 7.41729 6.66621 7.16545 6.8053 6.99414L7.99866 5.52637L3.58362 5.52051C3.36285 5.52009 3.184 5.34086 3.1842 5.12012C3.18459 4.89937 3.36391 4.72059 3.58459 4.7207L7.99963 4.72656L6.79749 3.23926C6.65875 3.06748 6.68541 2.8156 6.85706 2.67676Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.3949 0.899902C6.94715 0.899902 7.39485 1.34766 7.3949 1.8999V3.85303C7.3949 4.12917 7.17104 4.35303 6.8949 4.35303C6.6188 4.35298 6.3949 4.12914 6.3949 3.85303V1.8999H1.8949V10.1001H6.3949V8.30029C6.39495 8.02422 6.61883 7.80034 6.8949 7.80029C7.17101 7.80029 7.39485 8.02419 7.3949 8.30029V10.1001C7.39479 10.6523 6.94712 11.1001 6.3949 11.1001H1.8949C1.34272 11.1 0.895003 10.6523 0.894897 10.1001V1.8999C0.894947 1.34769 1.34269 0.899952 1.8949 0.899902H6.3949ZM8.21521 3.1958C8.43004 3.0223 8.74484 3.05616 8.91833 3.271L10.9945 5.84131L11.0424 5.9126C11.1398 6.08855 11.1231 6.30979 10.9926 6.47021L8.92615 9.01123C8.75198 9.22507 8.43714 9.25722 8.22302 9.0835C8.00906 8.9094 7.97613 8.59455 8.14978 8.38037L9.55505 6.65186L4.29919 6.64404C4.02345 6.64312 3.79971 6.41892 3.80017 6.14307C3.80075 5.86703 4.02606 5.64456 4.30212 5.64502L9.55701 5.65186L8.14001 3.89795C7.96719 3.68321 8.00081 3.36916 8.21521 3.1958Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.52692 1.36652C9.17106 1.36669 9.69287 1.88934 9.69293 2.53351V5.138C9.69273 5.41397 9.46895 5.638 9.19293 5.638C8.91712 5.63776 8.69313 5.41382 8.69293 5.138V2.53351C8.69287 2.44163 8.61877 2.36669 8.52692 2.36652H2.52692C2.43497 2.36658 2.35999 2.44156 2.35992 2.53351V13.4661C2.35992 13.5581 2.43493 13.6331 2.52692 13.6331H8.52692C8.61881 13.6329 8.69293 13.5581 8.69293 13.4661V11.0667C8.693 10.7908 8.91704 10.567 9.19293 10.5667C9.46903 10.5667 9.69287 10.7906 9.69293 11.0667V13.4661C9.69293 14.1103 9.1711 14.6329 8.52692 14.6331H2.52692C1.88264 14.6331 1.35992 14.1104 1.35992 13.4661V2.53351C1.35999 1.88927 1.88268 1.36658 2.52692 1.36652H8.52692ZM11.0582 4.38995C11.273 4.21657 11.5888 4.25046 11.7623 4.46515L14.5298 7.89191L14.5777 7.96417C14.6752 8.14012 14.6584 8.36134 14.5279 8.52179L11.772 11.9085C11.5979 12.1226 11.2831 12.1557 11.0689 11.9818C10.8547 11.8075 10.8224 11.4918 10.9966 11.2776L13.0894 8.70343L5.73395 8.69171C5.45787 8.69118 5.23348 8.46683 5.23395 8.19073C5.23471 7.91485 5.45994 7.69223 5.7359 7.69269L13.0923 7.70441L10.9839 5.09308C10.8106 4.8783 10.8435 4.56344 11.0582 4.38995Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.6579 1.7085C11.4632 1.7085 12.1166 2.36131 12.1169 3.1665V6.42236C12.1169 6.76743 11.8369 7.04719 11.4919 7.04736C11.1468 7.04728 10.8669 6.76749 10.8669 6.42236V3.1665C10.8666 3.05166 10.7728 2.9585 10.6579 2.9585H3.1579C3.04322 2.95875 2.95015 3.05182 2.94989 3.1665V16.8335C2.94989 16.9484 3.04306 17.0412 3.1579 17.0415H10.6579C10.773 17.0415 10.8669 16.9486 10.8669 16.8335V13.8335C10.867 13.4884 11.1468 13.2086 11.4919 13.2085C11.8369 13.2087 12.1168 13.4885 12.1169 13.8335V16.8335C12.1169 17.6389 11.4633 18.2915 10.6579 18.2915H3.1579C2.3527 18.2912 1.69989 17.6388 1.69989 16.8335V3.1665C1.70015 2.36147 2.35286 1.70875 3.1579 1.7085H10.6579ZM13.8239 5.48779C14.0924 5.27151 14.4851 5.3142 14.7018 5.58252L18.1618 9.86475L18.2224 9.95557C18.3439 10.1754 18.3227 10.4514 18.1599 10.6519L14.7155 14.8872C14.4977 15.1547 14.1033 15.1946 13.8356 14.9771C13.5683 14.7593 13.5275 14.3658 13.7448 14.0981L16.363 10.8804L7.16766 10.8657C6.82261 10.8651 6.54325 10.5848 6.54364 10.2397C6.54426 9.89481 6.82378 9.61548 7.16864 9.61572L16.3659 9.63037L13.7292 6.3667C13.5128 6.09817 13.5556 5.70452 13.8239 5.48779Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.7899 2.0498C13.7563 2.0498 14.5398 2.83339 14.5399 3.7998V7.70605C14.5399 8.12027 14.2041 8.45605 13.7899 8.45605C13.3757 8.45596 13.0399 8.12021 13.0399 7.70605V3.7998C13.0398 3.66182 12.9279 3.5498 12.7899 3.5498H3.78986C3.65193 3.5499 3.53995 3.66188 3.53986 3.7998V20.2002C3.54007 20.338 3.652 20.4501 3.78986 20.4502H12.7899C12.9278 20.4502 13.0396 20.3381 13.0399 20.2002V16.5996C13.0401 16.1856 13.3759 15.8497 13.7899 15.8496C14.2039 15.8496 14.5397 16.1856 14.5399 16.5996V20.2002C14.5396 21.1665 13.7562 21.9502 12.7899 21.9502H3.78986C2.82357 21.9501 2.04007 21.1665 2.03986 20.2002V3.7998C2.03995 2.83345 2.8235 2.0499 3.78986 2.0498H12.7899ZM16.5877 6.58594C16.8899 6.34191 17.3241 6.37039 17.5916 6.64062L17.6424 6.69727L21.7938 11.8379L21.867 11.9473C22.0127 12.2111 21.9874 12.5428 21.7918 12.7832L17.658 17.8633C17.3966 18.1846 16.9236 18.234 16.6024 17.9727C16.2812 17.7113 16.2329 17.2383 16.494 16.917L19.6356 13.0557L8.6004 13.0381C8.18644 13.0372 7.85084 12.7011 7.85138 12.2871C7.85215 11.873 8.18925 11.5375 8.60333 11.5381L19.6385 11.5557L16.4754 7.64062L16.4305 7.57812C16.2229 7.25988 16.2859 6.82994 16.5877 6.58594Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,minus:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.33331 4H6.66665",stroke:"currentColor","stroke-width":"0.6","stroke-linecap":"round"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.66669 5H8.33335",stroke:"currentColor","stroke-width":"0.8","stroke-linecap":"round"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2 6H10",stroke:"currentColor","stroke-linecap":"round"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.66669 8H13.3334",stroke:"currentColor","stroke-linecap":"round"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.33331 10H16.6666",stroke:"currentColor","stroke-width":"1.25","stroke-linecap":"round"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4 12H20",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"}))}}),...Object.freeze({__proto__:null,notificationFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00031 0.333344C6.0252 0.333519 7.66632 1.9754 7.66632 4.00034C7.66614 6.02512 6.02509 7.66618 4.00031 7.66635C1.97537 7.66635 0.333489 6.02523 0.333313 4.00034C0.333313 1.97529 1.97526 0.333344 4.00031 0.333344ZM4.00031 5.16635C3.81621 5.16635 3.66632 5.31624 3.66632 5.50034C3.6665 5.68428 3.81632 5.83334 4.00031 5.83334C4.18414 5.83317 4.33314 5.68417 4.33331 5.50034C4.33331 5.31635 4.18425 5.16653 4.00031 5.16635ZM4.00031 2.07553C3.83462 2.07553 3.7005 2.20965 3.7005 2.37534V4.37534C3.70068 4.54087 3.83473 4.67514 4.00031 4.67514C4.16573 4.67497 4.29993 4.54076 4.30011 4.37534V2.37534C4.30011 2.20976 4.16584 2.07571 4.00031 2.07553Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.99969 0.416656C7.53089 0.416656 9.5835 2.46851 9.58368 4.99966C9.58368 7.53097 7.531 9.58365 4.99969 9.58365C2.46854 9.58347 0.416687 7.53086 0.416687 4.99966C0.416863 2.46862 2.46865 0.416832 4.99969 0.416656ZM4.99969 6.45865C4.76983 6.45882 4.58385 6.6448 4.58368 6.87466C4.58368 7.10467 4.76973 7.29148 4.99969 7.29166C5.22981 7.29166 5.41669 7.10478 5.41669 6.87466C5.41651 6.64469 5.22971 6.45865 4.99969 6.45865ZM4.99969 2.56802C4.77904 2.5682 4.59948 2.74776 4.5993 2.96841V5.46841C4.5993 5.68922 4.77893 5.86863 4.99969 5.8688C5.22061 5.8688 5.40009 5.68933 5.40009 5.46841V2.96841C5.39991 2.74765 5.2205 2.56802 4.99969 2.56802Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 0.5C9.03757 0.5 11.5 2.96243 11.5 6C11.5 9.03757 9.03757 11.5 6 11.5C2.96243 11.5 0.5 9.03757 0.5 6C0.5 2.96243 2.96243 0.5 6 0.5ZM6 7.75C5.72386 7.75 5.5 7.97386 5.5 8.25C5.5 8.52614 5.72386 8.75 6 8.75C6.27614 8.75 6.5 8.52614 6.5 8.25C6.5 7.97386 6.27614 7.75 6 7.75ZM6 3.0625C5.72386 3.0625 5.5 3.28636 5.5 3.5625V6.5625C5.5 6.83864 5.72386 7.0625 6 7.0625C6.27614 7.0625 6.5 6.83864 6.5 6.5625V3.5625C6.5 3.28636 6.27614 3.0625 6 3.0625Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.99969 0.666656C12.0497 0.666656 15.3335 3.94973 15.3337 7.99966C15.3337 12.0498 12.0498 15.3336 7.99969 15.3336C3.94976 15.3335 0.666687 12.0496 0.666687 7.99966C0.666863 3.94984 3.94987 0.666832 7.99969 0.666656ZM7.99969 10.3336C7.63176 10.3338 7.33386 10.6317 7.33368 10.9997C7.33368 11.3677 7.63165 11.6665 7.99969 11.6667C8.36788 11.6667 8.66669 11.3679 8.66669 10.9997C8.66651 10.6316 8.36778 10.3336 7.99969 10.3336ZM7.99969 4.24966C7.72381 4.24984 7.49987 4.47378 7.49969 4.74966V8.74966C7.49969 9.0257 7.7237 9.24949 7.99969 9.24966C8.27584 9.24966 8.49969 9.02581 8.49969 8.74966V4.74966C8.49952 4.47367 8.27573 4.24966 7.99969 4.24966Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0003 0.833344C15.0628 0.83352 19.1663 4.93783 19.1663 10.0003C19.1661 15.0627 15.0627 19.1662 10.0003 19.1664C4.9378 19.1664 0.833489 15.0628 0.833313 10.0003C0.833313 4.93773 4.9377 0.833344 10.0003 0.833344ZM10.0003 12.9164C9.54007 12.9164 9.16632 13.2901 9.16632 13.7503C9.1665 14.2104 9.54018 14.5833 10.0003 14.5833C10.4603 14.5832 10.8331 14.2103 10.8333 13.7503C10.8333 13.2902 10.4604 12.9165 10.0003 12.9164ZM10.0003 5.31284C9.65513 5.31284 9.37531 5.59266 9.37531 5.93784V10.9378C9.37548 11.2829 9.65524 11.5628 10.0003 11.5628C10.3452 11.5627 10.6251 11.2828 10.6253 10.9378V5.93784C10.6253 5.59277 10.3453 5.31301 10.0003 5.31284Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1ZM12 15.5C11.4477 15.5 11 15.9477 11 16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5C13 15.9477 12.5523 15.5 12 15.5ZM12 6.375C11.5858 6.375 11.25 6.71079 11.25 7.125V13.125C11.25 13.5392 11.5858 13.875 12 13.875C12.4142 13.875 12.75 13.5392 12.75 13.125V7.125C12.75 6.71079 12.4142 6.375 12 6.375Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,notificationOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.00031 0.30014C6.04356 0.300351 7.69949 1.95704 7.69952 4.00034C7.69931 6.04348 6.04345 7.69934 4.00031 7.69955C1.95701 7.69952 0.300321 6.04359 0.30011 4.00034C0.300146 1.95693 1.9569 0.300173 4.00031 0.30014ZM4.00031 0.89975C2.28827 0.899783 0.899755 2.2883 0.899719 4.00034C0.89993 5.71222 2.28838 7.09991 4.00031 7.09995C5.71208 7.09973 7.0997 5.71211 7.09991 4.00034C7.09988 2.28841 5.71219 0.899961 4.00031 0.89975ZM4.00031 5.16635C4.18425 5.16653 4.33331 5.31635 4.33331 5.50034C4.33314 5.68417 4.18414 5.83317 4.00031 5.83334C3.81632 5.83334 3.6665 5.68428 3.66632 5.50034C3.66632 5.31624 3.81621 5.16635 4.00031 5.16635ZM4.00031 2.07553C4.16584 2.07571 4.30011 2.20976 4.30011 2.37534V4.37534C4.29993 4.54076 4.16573 4.67497 4.00031 4.67514C3.83473 4.67514 3.70068 4.54087 3.7005 4.37534V2.37534C3.7005 2.20965 3.83462 2.07553 4.00031 2.07553Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99994 0.349518C7.56804 0.349518 9.65028 2.43182 9.65033 4.99991C9.65033 7.56803 7.56806 9.6503 4.99994 9.6503C2.43185 9.65026 0.349548 7.56801 0.349548 4.99991C0.349593 2.43185 2.43188 0.349559 4.99994 0.349518ZM4.99994 1.1503C2.87371 1.15034 1.15037 2.87368 1.15033 4.99991C1.15033 7.12618 2.87368 8.84948 4.99994 8.84952C7.12624 8.84952 8.84955 7.1262 8.84955 4.99991C8.8495 2.87365 7.12621 1.1503 4.99994 1.1503ZM4.99994 6.45792C5.23003 6.45792 5.41689 6.64483 5.41693 6.87491C5.41693 7.10503 5.23006 7.2919 4.99994 7.2919C4.76986 7.29186 4.58295 7.105 4.58295 6.87491C4.58299 6.64485 4.76988 6.45796 4.99994 6.45792ZM4.99994 2.56827C5.22083 2.56827 5.40029 2.74778 5.40033 2.96866V5.46866C5.40033 5.68957 5.22085 5.86905 4.99994 5.86905C4.77906 5.86901 4.59955 5.68955 4.59955 5.46866V2.96866C4.59959 2.74781 4.77909 2.56831 4.99994 2.56827Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.99951 0.399902C9.09214 0.399902 11.5998 2.90694 11.6001 5.99951C11.6001 9.09231 9.09231 11.6001 5.99951 11.6001C2.90694 11.5998 0.399902 9.09215 0.399902 5.99951C0.400167 2.9071 2.9071 0.400163 5.99951 0.399902ZM5.99951 1.3999C3.45939 1.40016 1.40017 3.45939 1.3999 5.99951C1.3999 8.53986 3.45922 10.5998 5.99951 10.6001C8.54002 10.6001 10.6001 8.54002 10.6001 5.99951C10.5998 3.45923 8.53986 1.3999 5.99951 1.3999ZM6.00049 7.75049C6.27641 7.75075 6.50049 7.97451 6.50049 8.25049C6.50023 8.52624 6.27624 8.75023 6.00049 8.75049C5.72451 8.75049 5.50075 8.52641 5.50049 8.25049C5.50049 7.97435 5.72435 7.75049 6.00049 7.75049ZM6.00049 3.06299C6.27641 3.06325 6.50049 3.28701 6.50049 3.56299L6.49951 6.56299C6.49925 6.83891 6.27549 7.06299 5.99951 7.06299C5.72359 7.06273 5.49951 6.83799 5.49951 6.56201L5.50049 3.56201C5.50075 3.28609 5.72451 3.06299 6.00049 3.06299Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8 0.700195C12.0316 0.700195 15.2996 3.96847 15.2998 8C15.2998 12.0317 12.0317 15.2998 8 15.2998C3.96847 15.2996 0.700195 12.0316 0.700195 8C0.700372 3.96858 3.96858 0.700367 8 0.700195ZM8 1.7002C4.52086 1.70037 1.70037 4.52086 1.7002 8C1.7002 11.4793 4.52075 14.2996 8 14.2998C11.4794 14.2998 14.2998 11.4794 14.2998 8C14.2996 4.52076 11.4793 1.7002 8 1.7002ZM8 10.334C8.36808 10.334 8.66682 10.632 8.66699 11C8.66699 11.3682 8.36819 11.667 8 11.667C7.63196 11.6668 7.33398 11.3681 7.33398 11C7.33416 10.6321 7.63207 10.3342 8 10.334ZM8 4.25C8.27603 4.25 8.49982 4.47401 8.5 4.75V8.75C8.5 9.02614 8.27614 9.25 8 9.25C7.72401 9.24982 7.5 9.02603 7.5 8.75V4.75C7.50018 4.47412 7.72412 4.25018 8 4.25Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99982 0.874847C15.0394 0.874847 19.1247 4.96033 19.1248 9.99985C19.1248 15.0394 15.0394 19.1248 9.99982 19.1248C4.96029 19.1248 0.874817 15.0394 0.874817 9.99985C0.874906 4.96038 4.96034 0.87493 9.99982 0.874847ZM9.99982 2.12485C5.6507 2.12493 2.12491 5.65073 2.12482 9.99985C2.12482 14.349 5.65064 17.8748 9.99982 17.8748C14.3491 17.8748 17.8748 14.3491 17.8748 9.99985C17.8747 5.65068 14.349 2.12485 9.99982 2.12485ZM9.99982 12.9168C10.46 12.9168 10.8327 13.2897 10.8328 13.7498C10.8328 14.2101 10.4601 14.5829 9.99982 14.5829C9.53965 14.5828 9.16681 14.21 9.16681 13.7498C9.1669 13.2897 9.53971 12.9169 9.99982 12.9168ZM9.99982 5.31235C10.3449 5.31235 10.6247 5.59224 10.6248 5.93735V10.9373C10.6248 11.2825 10.345 11.5623 9.99982 11.5623C9.65471 11.5623 9.37482 11.2825 9.37482 10.9373V5.93735C9.3749 5.5923 9.65477 5.31244 9.99982 5.31235Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 1.0498C18.0474 1.04991 22.9501 5.95264 22.9502 12C22.9501 18.0474 18.0474 22.9501 12 22.9502C5.95263 22.9501 1.04991 18.0474 1.0498 12C1.04991 5.95263 5.95263 1.0499 12 1.0498ZM12 2.5498C6.78106 2.5499 2.54991 6.78106 2.5498 12C2.54991 17.2189 6.78106 21.4501 12 21.4502C17.2189 21.4501 21.4501 17.2189 21.4502 12C21.4501 6.78106 17.2189 2.54991 12 2.5498ZM12 15.5C12.5523 15.5 13 15.9477 13 16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5C11 15.9477 11.4477 15.5 12 15.5ZM12 6.375C12.4142 6.375 12.75 6.71079 12.75 7.125V13.125C12.75 13.5392 12.4142 13.875 12 13.875C11.5858 13.875 11.25 13.5392 11.25 13.125V7.125C11.25 6.71079 11.5858 6.375 12 6.375Z",fill:"currentColor"})),32:t=>C("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M15.9993 1.39973C24.0625 1.39973 30.5996 7.93629 30.5999 15.9993C30.5999 24.0627 24.0627 30.5999 15.9993 30.5999C7.93626 30.5996 1.39972 24.0625 1.39972 15.9993C1.40007 7.9365 7.93648 1.40008 15.9993 1.39973ZM15.9993 3.39973C9.04105 3.40008 3.40007 9.04107 3.39972 15.9993C3.39972 22.9579 9.04083 28.5996 15.9993 28.5999C22.9581 28.5999 28.5999 22.9581 28.5999 15.9993C28.5996 9.04085 22.9579 3.39973 15.9993 3.39973ZM16.0003 20.6663C16.7365 20.6665 17.3333 21.264 17.3333 22.0003C17.3331 22.7364 16.7364 23.3332 16.0003 23.3333C15.264 23.3333 14.6665 22.7366 14.6663 22.0003C14.6663 21.2639 15.2639 20.6663 16.0003 20.6663ZM16.0003 8.50032C16.5524 8.5005 17.0003 8.94814 17.0003 9.50032V17.5003C17.0001 18.0523 16.5523 18.5001 16.0003 18.5003C15.4481 18.5003 15.0005 18.0525 15.0003 17.5003V9.50032C15.0003 8.94804 15.448 8.50032 16.0003 8.50032Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,notion:{16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.47562 3.3239C3.92362 3.68764 4.09108 3.6599 4.93268 3.60337L12.8612 3.12764C13.0298 3.12764 12.89 2.96017 12.8335 2.93244L11.5162 1.9799C11.2644 1.78364 10.9284 1.55964 10.2842 1.61617L2.60628 2.17617C2.32682 2.2039 2.27028 2.34364 2.38228 2.45564L3.47562 3.3239ZM3.95135 5.17137V13.5138C3.95135 13.9618 4.17535 14.1303 4.67988 14.1026L13.3946 13.598C13.898 13.5703 13.9546 13.262 13.9546 12.8983V4.61137C13.9546 4.2487 13.8148 4.05137 13.5066 4.0791L4.39935 4.61137C4.06335 4.6391 3.95135 4.80764 3.95135 5.17137ZM12.554 5.61937C12.6095 5.8711 12.554 6.12284 12.3012 6.15164L11.881 6.23484V12.3938C11.5172 12.59 11.1802 12.7031 10.8996 12.7031C10.4516 12.7031 10.3396 12.5623 10.0036 12.142L7.25695 7.83057V12.0023L8.12628 12.1986C8.12628 12.1986 8.12628 12.702 7.42548 12.702L5.49268 12.814C5.43615 12.702 5.49268 12.4226 5.68895 12.366L6.19242 12.2274V6.71057L5.49375 6.6551C5.43722 6.40337 5.57695 6.03964 5.96948 6.01084L8.04308 5.87217L10.9018 10.2391V6.37564L10.1732 6.29137C10.1167 5.9831 10.3407 5.7591 10.6212 5.73137L12.5551 5.61937H12.554ZM1.96202 1.4199L9.94815 0.832171C10.9284 0.746838 11.1802 0.804437 11.7967 1.25244L14.346 3.04444C14.7674 3.35164 14.9071 3.4359 14.9071 3.7719V13.598C14.9071 14.2146 14.6831 14.5794 13.898 14.6338L4.62442 15.1938C4.03562 15.2226 3.75508 15.1383 3.44682 14.7458L1.56948 12.3106C1.23348 11.8626 1.09375 11.5266 1.09375 11.134V2.3991C1.09375 1.89564 1.31775 1.47537 1.96202 1.4199Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,outLine:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.69305 0.633484C3.85874 0.633484 3.99286 0.767603 3.99286 0.933289C3.99286 1.09897 3.85874 1.23309 3.69305 1.23309H1.2663C1.24814 1.23327 1.23327 1.24814 1.23309 1.2663V6.73309C1.23309 6.75139 1.24804 6.76612 1.2663 6.7663H6.73309C6.7515 6.7663 6.7663 6.7515 6.7663 6.73309V4.30634C6.76645 4.14078 6.90149 4.00653 7.06708 4.00653C7.23246 4.00678 7.36673 4.14093 7.36688 4.30634V6.73309C7.36688 7.08287 7.08287 7.36688 6.73309 7.36688H1.2663C0.916665 7.36671 0.633484 7.08276 0.633484 6.73309V1.2663C0.63366 0.916775 0.916774 0.63366 1.2663 0.633484H3.69305ZM4.82391 1.21747C4.82433 0.888012 5.20603 0.721366 5.44696 0.917664L5.49286 0.961609L7.00751 2.65399C7.13734 2.79936 7.1372 3.01929 7.00751 3.16473L5.49286 4.85712C5.2582 5.11891 4.82405 4.95287 4.82391 4.60126V3.69891C4.42943 3.70548 3.68934 3.91638 3.10223 4.96844C3.00606 5.14082 2.81843 5.19273 2.66962 5.15594C2.51549 5.11783 2.36506 4.97208 2.38153 4.75848L2.40106 4.56317C2.4572 4.09321 2.59943 3.53397 2.94403 3.06317C3.32162 2.5477 3.92036 2.16864 4.82391 2.10028V1.21747ZM5.42352 2.30536C5.42346 2.52479 5.24412 2.6848 5.04559 2.68915C4.1949 2.70766 3.71393 3.0264 3.42743 3.41766C3.32945 3.55152 3.25305 3.69899 3.1911 3.85126C3.90614 3.13392 4.69423 3.03823 5.12079 3.12177C5.31434 3.1597 5.42329 3.32986 5.42352 3.49286V4.03387L6.43036 2.90887L5.42352 1.78387V2.30536Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.61719 0.766602C4.83801 0.766707 5.0166 0.946143 5.0166 1.16699C5.0166 1.38784 4.83801 1.56728 4.61719 1.56738H1.58398C1.57478 1.56738 1.56738 1.57478 1.56738 1.58398V8.41699C1.56738 8.4262 1.57478 8.43359 1.58398 8.43359H8.41699C8.4262 8.43359 8.43359 8.4262 8.43359 8.41699V5.38379C8.43359 5.16288 8.61307 4.9834 8.83398 4.9834C9.05475 4.98357 9.2334 5.16298 9.2334 5.38379V8.41699C9.2334 8.86802 8.86803 9.2334 8.41699 9.2334H1.58398C1.13295 9.2334 0.766602 8.86803 0.766602 8.41699V1.58398C0.766602 1.13295 1.13295 0.766602 1.58398 0.766602H4.61719ZM6.00586 1.52246C6.00619 1.08911 6.50725 0.870085 6.82422 1.12793L6.88574 1.18652L8.77832 3.30078C8.94956 3.49209 8.94936 3.78221 8.77832 3.97363L6.88574 6.08789C6.57717 6.43262 6.00603 6.21454 6.00586 5.75195V4.64648C5.5157 4.66309 4.61762 4.93836 3.90039 6.22363C3.77408 6.44985 3.52738 6.51776 3.33203 6.46973C3.12947 6.41965 2.93151 6.22829 2.95312 5.94727L2.97754 5.70215C3.04794 5.11217 3.22584 4.40884 3.66016 3.81543C4.13359 3.16882 4.88201 2.69217 6.00586 2.60156V1.52246ZM6.80566 2.88184C6.80566 3.17048 6.56932 3.38077 6.30859 3.38672C5.25223 3.40965 4.65884 3.80579 4.30566 4.28809C4.20972 4.41919 4.12902 4.56038 4.06152 4.70703C4.93629 3.88533 5.88286 3.7755 6.40625 3.87793C6.66127 3.92803 6.80552 4.15291 6.80566 4.36719V4.97656L8.00488 3.63672L6.80566 2.2959V2.88184Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.53955 0.899902C5.81569 0.899902 6.03955 1.12376 6.03955 1.3999C6.03955 1.67604 5.81569 1.8999 5.53955 1.8999H1.8999V10.1001H10.1001V6.45947C10.1003 6.18353 10.3241 5.95947 10.6001 5.95947C10.876 5.95958 11.0999 6.18359 11.1001 6.45947V10.1001C11.1 10.6522 10.6522 11.1 10.1001 11.1001H1.8999C1.34768 11.1001 0.900007 10.6523 0.899902 10.1001V1.8999C0.899902 1.34762 1.34762 0.899902 1.8999 0.899902H5.53955ZM7.18506 1.82666C7.18536 1.28943 7.80771 1.01795 8.20068 1.3374L8.27588 1.40967L10.5474 3.94678C10.7598 4.18405 10.7597 4.54346 10.5474 4.78076L8.27588 7.31885C7.89328 7.74573 7.18526 7.47517 7.18506 6.90186V5.59619C6.5992 5.62324 5.54254 5.95946 4.6958 7.47705C4.53913 7.75772 4.23382 7.84257 3.9917 7.78271C3.74089 7.72041 3.49608 7.48255 3.52295 7.13428C3.58165 6.37418 3.77579 5.38393 4.37451 4.56592C4.94357 3.78851 5.8417 3.21711 7.18506 3.104V1.82666ZM8.18506 3.45752C8.18506 3.8157 7.89215 4.07745 7.56885 4.08447C6.30711 4.11205 5.60086 4.58337 5.18115 5.15674C5.08675 5.28575 5.00607 5.42359 4.93506 5.56592C5.96828 4.6379 7.07129 4.51204 7.69092 4.6333C8.0074 4.6955 8.18488 4.97423 8.18506 5.23975V5.92041L9.57764 4.36377L8.18506 2.80713V3.45752Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.38605 1.36655C7.66219 1.36655 7.88605 1.5904 7.88605 1.86655C7.88605 2.14269 7.66219 2.36655 7.38605 2.36655H2.53351C2.44146 2.36655 2.36652 2.44149 2.36652 2.53354V13.4662C2.36652 13.5582 2.44146 13.6331 2.53351 13.6331H13.4661C13.5582 13.6331 13.6331 13.5582 13.6331 13.4662V8.61362C13.6331 8.3375 13.857 8.11365 14.1331 8.11362C14.4093 8.11362 14.6331 8.33747 14.6331 8.61362V13.4662C14.6331 14.1105 14.1105 14.6331 13.4661 14.6331H2.53351C1.88918 14.6331 1.36652 14.1105 1.36652 13.4662V2.53354C1.36652 1.88921 1.88918 1.36655 2.53351 1.36655H7.38605ZM9.74738 2.43686C9.74738 1.86301 10.4121 1.57307 10.8314 1.91537L10.9114 1.99155L13.9398 5.37534C14.1659 5.62838 14.166 6.01103 13.9398 6.26401L10.9114 9.6478C10.5035 10.1033 9.74801 9.81472 9.74738 9.20346V7.29428C8.95011 7.27258 7.35852 7.66294 6.11652 9.88901C5.94895 10.189 5.62222 10.2802 5.36261 10.2162C5.09433 10.1496 4.83532 9.89706 4.86359 9.5267L4.90167 9.13901C5.01275 8.20876 5.29271 7.10967 5.96808 6.18686C6.71725 5.16355 7.91476 4.40985 9.74738 4.29428V2.43686ZM10.7474 4.61166C10.747 4.99248 10.4352 5.27206 10.0892 5.27963C8.3589 5.31723 7.3676 5.96774 6.77472 6.77768C6.47579 7.18615 6.26811 7.65004 6.12531 8.12436C7.61327 6.38967 9.33966 6.16903 10.223 6.34213C10.5578 6.40798 10.7474 6.70344 10.7474 6.98764V8.33139L12.9944 5.81967L10.7474 3.30698V4.61166Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.23389 1.7085C9.57889 1.70871 9.85889 1.98845 9.85889 2.3335C9.85889 2.67854 9.57889 2.95828 9.23389 2.9585H3.1665C3.0517 2.95867 2.95867 3.0517 2.9585 3.1665V16.8335C2.9585 16.9484 3.05159 17.0413 3.1665 17.0415H16.8335C16.9486 17.0415 17.0415 16.9486 17.0415 16.8335V10.7671C17.0415 10.422 17.3215 10.1423 17.6665 10.1421C18.0117 10.1421 18.2915 10.4219 18.2915 10.7671V16.8335C18.2915 17.6389 17.6389 18.2915 16.8335 18.2915H3.1665C2.36124 18.2913 1.7085 17.6388 1.7085 16.8335V3.1665C1.70867 2.36135 2.36135 1.70867 3.1665 1.7085H9.23389ZM12.1851 3.04541C12.1852 2.32844 13.0146 1.96678 13.5386 2.39404L13.6392 2.48975L17.4243 6.71924C17.7075 7.03565 17.7075 7.51418 17.4243 7.83057L13.6392 12.0601C13.1291 12.6292 12.1857 12.2686 12.1851 11.5044V9.11768C11.1887 9.09032 9.19885 9.57852 7.646 12.3618C7.43647 12.7369 7.02815 12.8512 6.70361 12.771C6.36813 12.688 6.04426 12.3718 6.07959 11.9087L6.12646 11.4243C6.26527 10.2614 6.61517 8.88757 7.45947 7.73389C8.396 6.45444 9.8937 5.51201 12.1851 5.36768V3.04541ZM13.4351 5.76416C13.4349 6.24038 13.0445 6.59054 12.6118 6.6001C10.4491 6.64713 9.20935 7.45977 8.46826 8.47217C8.09435 8.98312 7.83427 9.5634 7.65576 10.1567C9.51551 7.98789 11.6733 7.7111 12.7778 7.92725C13.1967 8.00932 13.435 8.37851 13.4351 8.73389V10.4126L16.2437 7.27393L13.4351 4.13623V5.76416Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.1562 2.05371C11.5346 2.09201 11.8301 2.4114 11.8301 2.7998C11.8301 3.18821 11.5346 3.5076 11.1562 3.5459L11.0801 3.5498H3.7998C3.66173 3.5498 3.5498 3.66173 3.5498 3.7998V20.2002C3.55002 20.3381 3.66186 20.4502 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4502 12.5057 20.786 12.1699 21.2002 12.1699C21.6142 12.1701 21.9502 12.5058 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83344 21.9502 2.05002 21.1665 2.0498 20.2002V3.7998C2.0498 2.83331 2.83331 2.0498 3.7998 2.0498H11.0801L11.1562 2.05371ZM14.6221 3.6543C14.6221 2.7939 15.6172 2.35966 16.2461 2.87207L16.3672 2.9873L20.9092 8.0625C21.2489 8.44219 21.249 9.01686 20.9092 9.39648L16.3672 14.4707C15.7551 15.1545 14.6222 14.7214 14.6221 13.8037V10.9404C13.4265 10.9075 11.0383 11.493 9.1748 14.833C8.92355 15.2833 8.43442 15.4203 8.04492 15.3242C7.64205 15.2246 7.2521 14.8453 7.29492 14.2891L7.35254 13.708C7.51917 12.3125 7.93893 10.6646 8.95215 9.28027C10.076 7.74497 11.8724 6.61358 14.6221 6.44043V3.6543ZM16.1221 6.91699C16.1218 7.48846 15.653 7.90758 15.1338 7.91895C12.5384 7.97533 11.0514 8.95111 10.1621 10.166C9.71303 10.7796 9.40079 11.4759 9.18652 12.1885C11.4188 9.58455 14.0086 9.253 15.334 9.5127C15.8365 9.61128 16.1221 10.054 16.1221 10.4805V12.4951L19.4932 8.72852L16.1221 4.96191V6.91699Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,pageEdit:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.69304 0.633484C3.8587 0.633484 3.99281 0.767631 3.99284 0.933289C3.99284 1.09897 3.85872 1.23309 3.69304 1.23309H1.26628C1.24818 1.2333 1.23328 1.24819 1.23308 1.2663V6.73309C1.23308 6.75137 1.24805 6.76609 1.26628 6.7663H6.73308C6.75149 6.7663 6.76628 6.7515 6.76628 6.73309V4.30634C6.76647 4.14083 6.90152 4.00657 7.06706 4.00653C7.23242 4.00678 7.36668 4.14096 7.36687 4.30634V6.73309C7.36687 7.08287 7.08286 7.36688 6.73308 7.36688H1.26628C0.91668 7.36667 0.633469 7.08274 0.633469 6.73309V1.2663C0.633677 0.916824 0.916809 0.633695 1.26628 0.633484H3.69304ZM5.74284 0.845398C5.89795 0.743019 6.10133 0.743185 6.25652 0.845398L6.32976 0.904968L7.09441 1.66962C7.27642 1.85182 7.27642 2.14757 7.09441 2.32977L4.26042 5.16278C4.1729 5.2503 4.05411 5.2995 3.93034 5.2995H3.16667C2.90909 5.29932 2.69987 5.09033 2.69987 4.8327V4.06903C2.69996 3.94538 2.74915 3.82639 2.83659 3.73895L5.6696 0.904968L5.74284 0.845398ZM3.29948 4.12372V4.69989H3.87566L6.57487 1.99969L5.9987 1.42352L3.29948 4.12372Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.61719 0.766602C4.83799 0.766707 5.01656 0.946178 5.0166 1.16699C5.0166 1.38784 4.83801 1.56728 4.61719 1.56738H1.58398C1.57484 1.56743 1.56742 1.57484 1.56738 1.58398V8.41699C1.56738 8.42617 1.57482 8.43355 1.58398 8.43359H8.41699C8.4262 8.43359 8.43359 8.4262 8.43359 8.41699V5.38379C8.43364 5.16294 8.61313 4.98344 8.83398 4.9834C9.05472 4.98357 9.23336 5.16302 9.2334 5.38379V8.41699C9.2334 8.86802 8.86803 9.2334 8.41699 9.2334H1.58398C1.13299 9.23335 0.766602 8.868 0.766602 8.41699V1.58398C0.766643 1.13301 1.13301 0.766645 1.58398 0.766602H4.61719ZM7.16504 1.03613C7.36727 0.902616 7.63263 0.902823 7.83496 1.03613L7.92969 1.11426L8.88574 2.07031C9.12286 2.3078 9.12286 2.69221 8.88574 2.92969L5.34375 6.47168C5.22975 6.58568 5.07527 6.6503 4.91406 6.65039H3.95801C3.62248 6.64999 3.34979 6.37757 3.34961 6.04199V5.08594C3.34981 4.92487 3.41442 4.77015 3.52832 4.65625L7.07031 1.11426L7.16504 1.03613ZM4.15039 5.16504V5.84961H4.83496L8.18457 2.5L7.5 1.81543L4.15039 5.16504Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.53955 0.899902C5.81566 0.899902 6.0395 1.1238 6.03955 1.3999C6.03955 1.67604 5.81569 1.8999 5.53955 1.8999H1.8999V10.1001H10.1001V6.45947C10.1004 6.1836 10.3242 5.95953 10.6001 5.95947C10.876 5.95958 11.0998 6.18363 11.1001 6.45947V10.1001C11.1 10.6522 10.6522 11.1 10.1001 11.1001H1.8999C1.34773 11.1 0.900007 10.6523 0.899902 10.1001V1.8999C0.899952 1.34769 1.34769 0.899955 1.8999 0.899902H5.53955ZM8.52686 1.27197C8.82143 1.03173 9.25618 1.04917 9.53076 1.32373L10.6772 2.47021C10.9696 2.76314 10.97 3.23804 10.6772 3.53076L6.42725 7.78076C6.28672 7.92129 6.0957 8.00035 5.89697 8.00049H4.75049C4.33644 8.00049 4.00075 7.66448 4.00049 7.25049V6.104C4.0005 5.90511 4.07957 5.71437 4.22021 5.57373L8.47021 1.32373L8.52686 1.27197ZM5.00049 6.20752V7.00049H5.79346L9.79346 3.00049L9.00049 2.20752L5.00049 6.20752Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.38606 1.36655C7.66216 1.36655 7.886 1.59046 7.88606 1.86655C7.88606 2.14269 7.66221 2.36655 7.38606 2.36655H2.53352C2.44158 2.36662 2.3666 2.44159 2.36653 2.53354V13.4662C2.36653 13.5582 2.44154 13.6331 2.53352 13.6331H13.4661C13.5582 13.6331 13.6331 13.5582 13.6331 13.4662V8.61362C13.6332 8.3376 13.8571 8.11372 14.1331 8.11362C14.4092 8.11362 14.6331 8.33753 14.6331 8.61362V13.4662C14.6331 14.1105 14.1105 14.6331 13.4661 14.6331H2.53352C1.88925 14.6331 1.36653 14.1104 1.36653 13.4662V2.53354C1.3666 1.88931 1.88929 1.36662 2.53352 1.36655H7.38606ZM11.474 1.82553C11.7796 1.576 12.2211 1.57598 12.5267 1.82553L12.5892 1.88217L14.1185 3.41147C14.4431 3.73684 14.4433 4.26396 14.1185 4.5892L8.45149 10.2562C8.29538 10.4123 8.08339 10.5001 7.86263 10.5003H6.33333C5.87346 10.5002 5.50067 10.1272 5.50032 9.66733V8.13803C5.50042 7.91715 5.58827 7.70536 5.74446 7.54916L11.4115 1.88217L11.474 1.82553ZM6.50032 8.20737V9.50034H7.79329L13.2933 4.00034L12.0003 2.70737L6.50032 8.20737Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.23389 1.7085C9.57883 1.70871 9.8588 1.98852 9.85889 2.3335C9.85889 2.67854 9.57889 2.95828 9.23389 2.9585H3.1665C3.05183 2.95876 2.95875 3.05183 2.9585 3.1665V16.8335C2.9585 16.9484 3.05167 17.0412 3.1665 17.0415H16.8335C16.9486 17.0415 17.0415 16.9486 17.0415 16.8335V10.7671C17.0416 10.4221 17.3216 10.1424 17.6665 10.1421C18.0116 10.1421 18.2914 10.422 18.2915 10.7671V16.8335C18.2915 17.6389 17.6389 18.2915 16.8335 18.2915H3.1665C2.36131 18.2912 1.7085 17.6388 1.7085 16.8335V3.1665C1.70875 2.36147 2.36147 1.70876 3.1665 1.7085H9.23389ZM14.3433 2.28174C14.7251 1.97041 15.2759 1.9704 15.6577 2.28174L15.7368 2.35303L17.6479 4.26416C18.0543 4.67092 18.0544 5.33012 17.6479 5.73682L10.5649 12.8208C10.3696 13.0161 10.1038 13.1254 9.82764 13.1255H7.91748C7.34224 13.1255 6.87558 12.6587 6.87549 12.0835V10.1733C6.87549 9.89707 6.98483 9.63139 7.18018 9.43604L14.2642 2.35303L14.3433 2.28174ZM8.12549 10.2593V11.8755H9.74072L16.6157 4.99951L15.0005 3.38428L8.12549 10.2593Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.1562 2.05371C11.5345 2.09201 11.83 2.41148 11.8301 2.7998C11.8301 3.18821 11.5346 3.5076 11.1562 3.5459L11.0801 3.5498H3.7998C3.66188 3.54991 3.5499 3.66188 3.5498 3.7998V20.2002C3.55001 20.338 3.66195 20.4501 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4503 12.5059 20.7861 12.17 21.2002 12.1699C21.6142 12.1701 21.9501 12.5059 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83353 21.9501 2.05002 21.1665 2.0498 20.2002V3.7998C2.0499 2.83346 2.83346 2.04991 3.7998 2.0498H11.0801L11.1562 2.05371ZM17.2109 2.7373C17.7019 2.33686 18.4261 2.36563 18.8838 2.82324L21.1768 5.11621C21.6649 5.60436 21.6649 6.39564 21.1768 6.88379L12.6768 15.3838C12.4424 15.6182 12.1245 15.75 11.793 15.75H9.5C8.80964 15.75 8.25 15.1904 8.25 14.5V12.207C8.25002 11.8755 8.38181 11.5576 8.61621 11.3232L17.1162 2.82324L17.2109 2.7373ZM9.75 12.3105V14.25H11.6895L19.9395 6L18 4.06055L9.75 12.3105Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,pageEdit2:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.32819 0.71124C5.48338 0.609049 5.68676 0.608848 5.84186 0.71124L5.9151 0.77081L7.22858 2.08526C7.41076 2.26745 7.41064 2.56316 7.22858 2.74542L2.74518 7.22882C2.65779 7.31611 2.53958 7.36541 2.41608 7.36554H1.10162C0.843919 7.3655 0.634827 7.15645 0.634827 6.89874V5.58429C0.635013 5.46077 0.684195 5.34156 0.771545 5.25421L5.25494 0.77081L5.32819 0.71124ZM1.23444 5.63995V6.76593H2.36041L5.82428 3.30011L4.6983 2.17413L1.23444 5.63995ZM5.12213 1.7503L6.24811 2.87628L6.71002 2.41534L5.58405 1.28937L5.12213 1.7503Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.64597 0.867977C6.84835 0.734356 7.1135 0.734356 7.31589 0.867977L7.41061 0.946102L9.05417 2.58966C9.29122 2.82714 9.29126 3.21157 9.05417 3.44903L3.44968 9.05352C3.33569 9.16744 3.18113 9.23214 3.01999 9.23223H1.37643C1.04082 9.23202 0.768323 8.95943 0.768036 8.62384V6.98028C0.76813 6.81914 0.832834 6.66458 0.946747 6.55059L6.55124 0.946102L6.64597 0.867977ZM1.56882 7.05938V8.43145H2.94089L7.24557 4.12677L5.8735 2.7547L1.56882 7.05938ZM6.43991 2.18829L7.81198 3.56036L8.353 3.01934L6.98093 1.64727L6.43991 2.18829Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.84622 1.12159C8.13901 0.828834 8.61386 0.829038 8.90677 1.12159L10.8784 3.09327C11.1713 3.38616 11.1713 3.86093 10.8784 4.15382L4.15384 10.8784C4.01324 11.019 3.82239 11.0981 3.62357 11.0982H1.65189C1.23772 11.0981 0.901886 10.7623 0.901886 10.3482V8.37647C0.902037 8.17777 0.981095 7.98672 1.12161 7.8462L7.84622 1.12159ZM1.90189 8.47999V10.0982H3.52005L8.75345 4.86378L7.13528 3.24561L1.90189 8.47999ZM7.66653 2.71436L9.2847 4.33253L9.99466 3.62354L8.3765 2.00538L7.66653 2.71436Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.6436 1.55585C10.9492 1.30671 11.3899 1.30652 11.6953 1.55585L11.7588 1.6125L14.3867 4.2414C14.7122 4.56684 14.7122 5.09468 14.3867 5.42011L5.41995 14.3869C5.26372 14.5429 5.05187 14.6311 4.83109 14.6311H2.20218C1.74219 14.6308 1.36924 14.2571 1.36917 13.7971V11.1691C1.36917 10.9482 1.45711 10.7356 1.61331 10.5793L10.5801 1.6125L10.6436 1.55585ZM2.36917 11.2375V13.6311H4.76175L11.7901 6.60175L9.39651 4.2082L2.36917 11.2375ZM10.1035 3.50117L12.4971 5.89472L13.5616 4.83027L11.169 2.43671L10.1035 3.50117Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M13.3041 1.94487C13.686 1.63353 14.2368 1.63353 14.6186 1.94487L14.6977 2.01616L17.9838 5.30229C18.3902 5.70905 18.3903 6.36825 17.9838 6.77495L6.77582 17.9839C6.58049 18.1791 6.31465 18.2886 6.03851 18.2886H2.75336C2.17827 18.2885 1.71159 17.8217 1.71136 17.2466V13.9615C1.71136 13.6853 1.82088 13.4195 2.01605 13.2242L13.225 2.01616L13.3041 1.94487ZM2.96136 14.0474V17.0386H5.9516L14.7368 8.25151L11.7465 5.26128L2.96136 14.0474ZM12.6313 4.37651L15.6215 7.36675L16.9516 6.03764L13.9614 3.04741L12.6313 4.37651Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M15.9649 2.33405C16.4231 1.96044 17.0849 1.96043 17.5431 2.33405L17.6378 2.41998L21.5802 6.36334C22.0683 6.85148 22.0683 7.64277 21.5802 8.13092L8.13095 21.5801C7.89664 21.8144 7.57852 21.9462 7.24716 21.9464H3.3038C2.61353 21.9463 2.0538 21.3866 2.0538 20.6964V16.754C2.05388 16.4226 2.1857 16.1045 2.42001 15.8702L15.8702 2.41998L15.9649 2.33405ZM3.5538 16.8575V20.4464H7.14365L17.6856 9.90338L14.0958 6.31354L3.5538 16.8575ZM15.1563 5.25299L18.7462 8.84283L20.3429 7.24615L16.753 3.65729L15.1563 5.25299Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,pageMove:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.69304 0.633484C3.8587 0.633484 3.99281 0.767631 3.99284 0.933289C3.99284 1.09897 3.85872 1.23309 3.69304 1.23309H1.26628C1.24818 1.2333 1.23328 1.24819 1.23308 1.2663V6.73309C1.23308 6.75137 1.24805 6.76608 1.26628 6.7663H6.73308C6.75149 6.7663 6.76628 6.7515 6.76628 6.73309V4.30634C6.76647 4.14083 6.90152 4.00657 7.06706 4.00653C7.23242 4.00678 7.36668 4.14096 7.36687 4.30634V6.73309C7.36687 7.08287 7.08286 7.36688 6.73308 7.36688H1.26628C0.91668 7.36667 0.633469 7.08274 0.633469 6.73309V1.2663C0.633677 0.916825 0.916809 0.633695 1.26628 0.633484H3.69304ZM6.66667 1.03387C6.83221 1.03405 6.96648 1.1681 6.96648 1.33368V2.86102C6.9663 3.02645 6.8321 3.16163 6.66667 3.1618C6.50124 3.16163 6.36607 3.02645 6.36589 2.86102V2.05829L3.21159 5.21259C3.09445 5.3292 2.90477 5.32942 2.78777 5.21259C2.67072 5.09554 2.67093 4.90497 2.78777 4.78778L5.94206 1.63348H4.83269C4.66741 1.63313 4.53306 1.499 4.53288 1.33368C4.53288 1.16821 4.6673 1.03423 4.83269 1.03387H6.66667Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.61719 0.766602C4.83799 0.766707 5.01656 0.946178 5.0166 1.16699C5.0166 1.38784 4.83801 1.56728 4.61719 1.56738H1.58398C1.57484 1.56743 1.56742 1.57484 1.56738 1.58398V8.41699C1.56738 8.42617 1.57482 8.43355 1.58398 8.43359H8.41699C8.4262 8.43359 8.43359 8.4262 8.43359 8.41699V5.38379C8.43364 5.16294 8.61313 4.98344 8.83398 4.9834C9.05472 4.98357 9.23336 5.16302 9.2334 5.38379V8.41699C9.2334 8.86802 8.86803 9.2334 8.41699 9.2334H1.58398C1.13299 9.23335 0.766602 8.868 0.766602 8.41699V1.58398C0.766643 1.13301 1.13302 0.766646 1.58398 0.766602H4.61719ZM8.33301 1.2666C8.55389 1.2666 8.73335 1.44612 8.7334 1.66699V3.57715C8.73316 3.79786 8.55378 3.97656 8.33301 3.97656C8.11258 3.97617 7.93383 3.79762 7.93359 3.57715V2.63281L4.0332 6.5332C3.87698 6.68925 3.62295 6.68936 3.4668 6.5332C3.31116 6.37712 3.31121 6.12389 3.4668 5.96777L7.36719 2.06738H6.04199C5.82126 2.06716 5.6416 1.88777 5.6416 1.66699C5.64165 1.44625 5.82129 1.26682 6.04199 1.2666H8.33301Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.53955 0.899902C5.81566 0.899902 6.0395 1.1238 6.03955 1.3999C6.03955 1.67604 5.81569 1.8999 5.53955 1.8999H1.8999V10.1001H10.1001V6.45947C10.1004 6.1836 10.3242 5.95953 10.6001 5.95947C10.876 5.95958 11.0998 6.18363 11.1001 6.45947V10.1001C11.1 10.6522 10.6522 11.1 10.1001 11.1001H1.8999C1.34773 11.1 0.900007 10.6523 0.899902 10.1001V1.8999C0.899952 1.34769 1.34769 0.899956 1.8999 0.899902H5.53955ZM10.0005 1.50049C10.2764 1.50075 10.5005 1.72451 10.5005 2.00049V4.29248C10.5 4.56809 10.2761 4.79222 10.0005 4.79248C9.72462 4.79248 9.50093 4.56825 9.50049 4.29248V3.20752L4.854 7.854C4.6589 8.0491 4.34227 8.04878 4.14697 7.854C3.95171 7.65874 3.95171 7.34223 4.14697 7.14697L8.79346 2.50049H7.25049C6.97451 2.50049 6.75075 2.27641 6.75049 2.00049C6.75049 1.72435 6.97435 1.50049 7.25049 1.50049H10.0005Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.38606 1.36655C7.66216 1.36655 7.886 1.59046 7.88606 1.86655C7.88606 2.14269 7.66221 2.36655 7.38606 2.36655H2.53352C2.44158 2.36662 2.3666 2.44159 2.36653 2.53354V13.4662C2.36653 13.5582 2.44154 13.6331 2.53352 13.6331H13.4661C13.5582 13.6331 13.6331 13.5582 13.6331 13.4662V8.61362C13.6332 8.3376 13.8571 8.11372 14.1331 8.11362C14.4092 8.11362 14.6331 8.33753 14.6331 8.61362V13.4662C14.6331 14.1105 14.1105 14.6331 13.4661 14.6331H2.53352C1.88925 14.6331 1.36653 14.1104 1.36653 13.4662V2.53354C1.3666 1.88931 1.88929 1.36662 2.53352 1.36655H7.38606ZM13.3333 2.16635C13.6092 2.16653 13.8332 2.39047 13.8333 2.66635V5.72202C13.8333 5.998 13.6093 6.22184 13.3333 6.22202C13.0574 6.22184 12.8334 5.998 12.8333 5.72202V3.87338L6.35384 10.3529C6.15857 10.5481 5.84207 10.5481 5.6468 10.3529C5.45171 10.1576 5.4516 9.84105 5.6468 9.64584L12.1263 3.16635H9.66731C9.39117 3.16635 9.16731 2.94249 9.16731 2.66635C9.16749 2.39036 9.39128 2.16635 9.66731 2.16635H13.3333Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.23389 1.7085C9.57883 1.70871 9.8588 1.98852 9.85889 2.3335C9.85889 2.67854 9.57889 2.95828 9.23389 2.9585H3.1665C3.05183 2.95876 2.95875 3.05183 2.9585 3.1665V16.8335C2.9585 16.9484 3.05167 17.0412 3.1665 17.0415H16.8335C16.9486 17.0415 17.0415 16.9486 17.0415 16.8335V10.7671C17.0416 10.4221 17.3216 10.1424 17.6665 10.1421C18.0116 10.1421 18.2914 10.422 18.2915 10.7671V16.8335C18.2915 17.6389 17.6389 18.2915 16.8335 18.2915H3.1665C2.36132 18.2912 1.7085 17.6387 1.7085 16.8335V3.1665C1.70875 2.36147 2.36147 1.70876 3.1665 1.7085H9.23389ZM16.6675 2.7085C17.0124 2.70876 17.2924 2.98856 17.2925 3.3335V7.15283C17.2925 7.49785 17.0124 7.77757 16.6675 7.77783C16.3223 7.77783 16.0425 7.49801 16.0425 7.15283V4.84229L7.94287 12.9419C7.69879 13.186 7.30218 13.186 7.05811 12.9419C6.81441 12.6978 6.8143 12.3021 7.05811 12.0581L15.1577 3.9585H12.0835C11.7385 3.95832 11.4585 3.67857 11.4585 3.3335C11.4586 2.9885 11.7385 2.70867 12.0835 2.7085H16.6675Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.1562 2.05371C11.5345 2.09201 11.83 2.41148 11.8301 2.7998C11.8301 3.18821 11.5346 3.5076 11.1562 3.5459L11.0801 3.5498H3.7998C3.66189 3.54991 3.5499 3.66188 3.5498 3.7998V20.2002C3.55001 20.338 3.66195 20.4501 3.7998 20.4502H20.2002C20.338 20.45 20.45 20.338 20.4502 20.2002V12.9199C20.4503 12.5059 20.7861 12.17 21.2002 12.1699C21.6142 12.1701 21.9501 12.5059 21.9502 12.9199V20.2002C21.95 21.1664 21.1664 21.95 20.2002 21.9502H3.7998C2.83353 21.9501 2.05002 21.1665 2.0498 20.2002V3.7998C2.0499 2.83346 2.83346 2.04991 3.7998 2.0498H11.0801L11.1562 2.05371ZM20 3.25C20.4142 3.25 20.75 3.58579 20.75 4V8.58301C20.75 8.99722 20.4142 9.33301 20 9.33301C19.5858 9.33301 19.25 8.99722 19.25 8.58301V5.81055L9.53027 15.5303C9.23738 15.8232 8.76262 15.8232 8.46973 15.5303C8.17683 15.2374 8.17683 14.7626 8.46973 14.4697L18.1895 4.75H14.5C14.0858 4.75 13.75 4.41421 13.75 4C13.75 3.58579 14.0858 3.25 14.5 3.25H20Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,pdf:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.72003 0.633484C4.88715 0.6336 5.04777 0.699268 5.16632 0.817078L6.513 2.15594C6.63259 2.2748 6.69949 2.43656 6.69952 2.60516V6.73309C6.69952 7.08283 6.41643 7.36681 6.06671 7.36688H1.93292C1.58329 7.36671 1.30011 7.08277 1.30011 6.73309V1.2663C1.30029 0.916774 1.5834 0.63366 1.93292 0.633484H4.72003ZM1.93292 1.23309C1.91477 1.23327 1.89989 1.24814 1.89972 1.2663V6.73309C1.89972 6.75139 1.91466 6.76612 1.93292 6.7663H6.06671C6.08506 6.76623 6.09991 6.75146 6.09991 6.73309V2.7995H4.91632C4.70487 2.79932 4.53368 2.62814 4.53351 2.41669V1.23309H1.93292ZM3.72687 2.29169C3.80217 2.27478 3.89049 2.28907 3.95831 2.35516C3.97808 2.37452 3.99309 2.39906 4.00128 2.42548C4.1403 2.87836 4.10981 3.35912 3.99152 3.81219C4.03329 3.86752 4.0801 3.92499 4.13214 3.98309C4.25104 4.11578 4.36332 4.22596 4.4671 4.31805C4.70146 4.26869 4.90174 4.25276 5.07159 4.26337C5.47777 4.28873 5.73263 4.46478 5.82062 4.67841C5.84302 4.7331 5.83492 4.79645 5.79913 4.84344C5.67242 5.00845 5.42115 5.12166 5.0882 5.05048C4.88207 5.00632 4.64594 4.89264 4.38019 4.68134C4.12014 4.75009 3.80754 4.86391 3.43683 5.04364C3.23555 5.35458 3.01816 5.61217 2.82843 5.76923C2.72982 5.8508 2.6215 5.921 2.51691 5.94403C2.46208 5.95605 2.39262 5.95813 2.3255 5.92548C2.25506 5.89111 2.21309 5.83058 2.19171 5.76825C2.1382 5.61102 2.1771 5.46412 2.25519 5.34637C2.33 5.23378 2.44373 5.13997 2.56085 5.06415C2.76664 4.93107 3.02112 4.82953 3.2171 4.76825C3.3824 4.49748 3.52736 4.18939 3.62628 3.86981C3.35736 3.45693 3.29825 3.08772 3.34991 2.80438C3.38187 2.62972 3.45717 2.48599 3.55109 2.39423C3.59731 2.34915 3.65716 2.30751 3.72687 2.29169ZM2.74249 5.34344C2.64309 5.40775 2.57139 5.47252 2.53253 5.53094C2.51811 5.55276 2.50905 5.57272 2.50421 5.59052C2.53297 5.5739 2.57072 5.54945 2.61554 5.51239C2.68352 5.4561 2.75777 5.37905 2.83722 5.28876C2.80481 5.30671 2.77238 5.32414 2.74249 5.34344ZM4.84796 4.5993C4.96776 4.66764 5.07157 4.70669 5.15851 4.72528C5.27954 4.7511 5.36769 4.73627 5.42999 4.71161C5.36123 4.66053 5.24423 4.60848 5.05109 4.59637C4.99033 4.59258 4.92256 4.59403 4.84796 4.5993ZM3.87042 4.18817C3.82241 4.31582 3.76804 4.43964 3.71027 4.55829C3.84323 4.50415 3.96852 4.45674 4.08722 4.41864C4.02118 4.35322 3.95324 4.28195 3.88409 4.20477C3.87938 4.19948 3.87508 4.19344 3.87042 4.18817ZM3.72687 2.71259C3.70718 2.75148 3.68935 2.80233 3.67804 2.86395C3.6553 2.98865 3.66315 3.15985 3.74054 3.36688C3.76861 3.14566 3.7664 2.92498 3.72687 2.71259ZM5.13312 2.19989H5.70636L5.13312 1.62958V2.19989Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.89941 0.766602C6.11513 0.766602 6.32258 0.85282 6.47559 1.00488L8.15918 2.67773C8.31334 2.83099 8.40035 3.03946 8.40039 3.25684V8.41699C8.40039 8.86802 8.03404 9.2334 7.58301 9.2334H2.41699C1.96596 9.2334 1.59961 8.86803 1.59961 8.41699V1.58398C1.59961 1.13295 1.96596 0.766602 2.41699 0.766602H5.89941ZM2.41699 1.56738C2.40779 1.56738 2.40039 1.57478 2.40039 1.58398V8.41699C2.40039 8.4262 2.40779 8.43359 2.41699 8.43359H7.58301C7.59221 8.43359 7.59961 8.4262 7.59961 8.41699V3.52539H6.14648C5.86804 3.52539 5.6416 3.29895 5.6416 3.02051V1.56738H2.41699ZM4.6582 2.86523C4.75251 2.84394 4.86331 2.86139 4.94824 2.94434C4.97308 2.96862 4.99172 2.99904 5.00195 3.03223C5.17578 3.59833 5.13808 4.19925 4.99023 4.76562C5.0425 4.83484 5.09992 4.90681 5.16504 4.97949C5.31383 5.14556 5.45413 5.28322 5.58398 5.39844C5.87697 5.33672 6.1275 5.31682 6.33984 5.33008C6.84797 5.36188 7.16675 5.58222 7.27637 5.84961C7.30421 5.91791 7.29369 5.99603 7.24902 6.05469C7.0907 6.26085 6.77723 6.40317 6.36133 6.31445C6.10346 6.25933 5.80815 6.11605 5.47559 5.85156C5.15002 5.93763 4.7593 6.08234 4.29492 6.30762C4.0438 6.69514 3.77277 7.01599 3.53613 7.21191C3.41288 7.31389 3.27722 7.40085 3.14648 7.42969C3.07795 7.44475 2.99117 7.44802 2.90723 7.40723C2.81905 7.36423 2.76596 7.28895 2.73926 7.21094C2.67222 7.01429 2.72168 6.83085 2.81934 6.68359C2.91296 6.54265 3.05554 6.42492 3.20215 6.33008C3.45955 6.1637 3.77751 6.03748 4.02246 5.96094C4.22885 5.6228 4.41251 5.23888 4.53613 4.83984C4.1983 4.32253 4.12377 3.86072 4.18848 3.50586C4.2284 3.28777 4.32123 3.10785 4.43848 2.99316C4.49623 2.93684 4.57111 2.88503 4.6582 2.86523ZM3.42773 6.68066C3.30383 6.76089 3.21551 6.84117 3.16699 6.91406C3.14895 6.94126 3.13796 6.96608 3.13184 6.98828C3.1677 6.96745 3.21491 6.93663 3.27051 6.89062C3.35531 6.82037 3.4478 6.72486 3.54688 6.6123C3.50638 6.63474 3.46508 6.65654 3.42773 6.68066ZM6.06055 5.75C6.21015 5.8353 6.33965 5.88303 6.44824 5.90625C6.60076 5.93881 6.71205 5.92193 6.79004 5.89062C6.70434 5.8263 6.55673 5.76132 6.31348 5.74609C6.23776 5.74139 6.15346 5.74345 6.06055 5.75ZM4.83887 5.23828C4.77897 5.39732 4.71069 5.55137 4.63867 5.69922C4.80505 5.63148 4.96185 5.57206 5.11035 5.52441C5.02749 5.44237 4.94127 5.35369 4.85449 5.25684C4.84909 5.2508 4.8442 5.2443 4.83887 5.23828ZM4.66016 3.3916C4.63543 3.44037 4.6128 3.50363 4.59863 3.58105C4.57018 3.7371 4.57874 3.95078 4.67578 4.20996C4.71097 3.93327 4.70954 3.65726 4.66016 3.3916ZM6.44238 2.72461H7.07129L6.44238 2.09961V2.72461Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.07959 0.899902C7.34367 0.899948 7.59735 1.00476 7.78467 1.19092L9.80518 3.19873C9.99386 3.38637 10.1 3.64161 10.1001 3.90771V10.1001C10.1 10.6522 9.65223 11.1 9.1001 11.1001H2.8999C2.34768 11.1001 1.90001 10.6523 1.8999 10.1001V1.8999C1.8999 1.34762 2.34762 0.899902 2.8999 0.899902H7.07959ZM2.8999 10.1001H9.1001V4.24951H7.37451C7.02952 4.2493 6.74951 3.96956 6.74951 3.62451V1.8999H2.8999V10.1001ZM5.58936 3.43896C5.7025 3.41329 5.835 3.43332 5.93701 3.53271C5.96685 3.56186 5.98917 3.59833 6.00146 3.63818C6.21032 4.3182 6.16565 5.03995 5.98779 5.72021C6.0502 5.80277 6.12012 5.88843 6.19775 5.9751C6.37608 6.17411 6.54406 6.3399 6.69971 6.47803C7.05139 6.40389 7.35204 6.38013 7.60693 6.396C8.21682 6.43407 8.59935 6.69816 8.73096 7.01904C8.76455 7.10134 8.7519 7.19561 8.69775 7.26611C8.50761 7.51347 8.13157 7.68339 7.63232 7.57666C7.32303 7.51044 6.96864 7.33912 6.56982 7.02197C6.17935 7.12523 5.71062 7.29779 5.15381 7.56787C4.85221 8.03348 4.5269 8.41854 4.24268 8.65381C4.09467 8.77626 3.93189 8.88103 3.7749 8.91553C3.69268 8.93354 3.58842 8.93714 3.48779 8.88818C3.38211 8.83647 3.31858 8.74548 3.28662 8.65186C3.20639 8.41605 3.26522 8.19662 3.38232 8.02002C3.49461 7.85076 3.6653 7.71008 3.84131 7.59619C4.15033 7.39628 4.53245 7.24574 4.82666 7.15381C5.07382 6.74903 5.29346 6.28969 5.44189 5.81201C5.03508 5.19029 4.94722 4.63392 5.0249 4.20752C5.07275 3.94528 5.18474 3.72909 5.32568 3.59131C5.395 3.52361 5.48473 3.4628 5.58936 3.43896ZM4.11279 8.01611C3.96373 8.11259 3.85752 8.20875 3.79932 8.29639C3.77712 8.32987 3.76355 8.36001 3.75635 8.38721C3.79957 8.36226 3.85581 8.32489 3.92334 8.26904C4.02559 8.18444 4.1368 8.06902 4.25635 7.93311C4.20719 7.96031 4.15807 7.98682 4.11279 8.01611ZM7.27197 6.89893C7.45137 7.00124 7.60655 7.05948 7.73682 7.0874C7.91962 7.12648 8.05337 7.10629 8.14697 7.06885C8.04406 6.99169 7.86752 6.91323 7.57568 6.89502C7.48478 6.88937 7.38352 6.89106 7.27197 6.89893ZM5.80615 6.28662C5.73497 6.47553 5.65723 6.65968 5.57178 6.83545C5.76875 6.75542 5.95432 6.68494 6.13037 6.62842C6.03131 6.53028 5.92843 6.42387 5.82471 6.30811C5.81848 6.30113 5.81231 6.29358 5.80615 6.28662ZM5.59131 4.06885C5.56147 4.12755 5.53414 4.20392 5.51709 4.29736C5.48307 4.48432 5.49397 4.74007 5.60986 5.05029C5.65199 4.71834 5.65065 4.38754 5.59131 4.06885ZM7.74951 3.24951H8.43799L7.74951 2.56494V3.24951Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.43945 1.3667C9.7475 1.3667 10.0432 1.4885 10.2617 1.70557L12.9561 4.3833C13.1763 4.60222 13.2997 4.89993 13.2998 5.21045V13.4663C13.2998 14.1106 12.778 14.6332 12.1338 14.6333H3.86719C3.22285 14.6333 2.7002 14.1106 2.7002 13.4663V2.53369C2.7002 1.88936 3.22286 1.3667 3.86719 1.3667H9.43945ZM3.86719 2.3667C3.77514 2.3667 3.7002 2.44164 3.7002 2.53369V13.4663C3.7002 13.5584 3.77514 13.6333 3.86719 13.6333H12.1338C12.2257 13.6332 12.2998 13.5583 12.2998 13.4663V5.50049H9.83398C9.46594 5.50049 9.16723 5.20148 9.16699 4.8335V2.3667H3.86719ZM7.45312 4.58545C7.5852 4.5555 7.73726 4.57194 7.86426 4.66553L7.91699 4.71045L7.96875 4.77588C7.98305 4.79938 7.99478 4.82458 8.00293 4.85107C8.28156 5.75817 8.22177 6.72103 7.98438 7.62842C8.06756 7.73843 8.16117 7.85081 8.26465 7.96631C8.50292 8.23225 8.72666 8.45374 8.93457 8.63818C9.40345 8.53939 9.80375 8.5076 10.1436 8.52881C10.9569 8.57963 11.4673 8.93087 11.6426 9.35889C11.6874 9.46862 11.6698 9.59396 11.5977 9.68799C11.3443 10.0179 10.8434 10.2452 10.1777 10.103C9.76503 10.0148 9.29205 9.78621 8.75977 9.36279C8.24092 9.50003 7.61891 9.72941 6.87988 10.0874C6.47657 10.7111 6.03748 11.2249 5.65723 11.5396C5.45993 11.7028 5.24344 11.8422 5.03418 11.8882C4.92452 11.9123 4.78565 11.9173 4.65137 11.8521C4.51001 11.7832 4.42551 11.6617 4.38281 11.5366C4.27552 11.222 4.35449 10.9295 4.51074 10.6938C4.66053 10.4681 4.88827 10.2803 5.12305 10.1284C5.53559 9.86161 6.04512 9.66008 6.4375 9.5376C6.7666 8.9984 7.05909 8.38662 7.25684 7.75049C6.71382 6.92101 6.59746 6.17865 6.70117 5.60986C6.76499 5.26021 6.9136 4.97224 7.10156 4.78857C7.19403 4.69828 7.31355 4.61719 7.45312 4.58545ZM5.48535 10.688C5.28617 10.8168 5.14402 10.946 5.06641 11.063C5.03671 11.1078 5.01931 11.1477 5.00977 11.1841C5.06747 11.1508 5.14224 11.1005 5.23242 11.0259C5.37249 10.91 5.52822 10.7539 5.69238 10.5659C5.62072 10.6051 5.55103 10.6455 5.48535 10.688ZM9.69727 9.19971C9.93634 9.33599 10.1428 9.41352 10.3164 9.45068C10.5611 9.50297 10.7404 9.47659 10.8652 9.42627C10.7283 9.32295 10.4923 9.21826 10.1016 9.19385C9.98041 9.18631 9.84593 9.18924 9.69727 9.19971ZM7.74316 8.3833C7.64808 8.63562 7.54288 8.88099 7.42871 9.11572C7.69237 9.00856 7.94022 8.91396 8.17578 8.83838C8.04344 8.70731 7.90616 8.5663 7.76758 8.41162C7.75926 8.40234 7.75137 8.39257 7.74316 8.3833ZM7.45508 5.42627C7.41545 5.50445 7.38007 5.60579 7.35742 5.72998C7.31176 5.9805 7.32372 6.32419 7.48047 6.74072C7.53749 6.29607 7.5345 5.85316 7.45508 5.42627ZM10.167 4.50049H11.6553L10.167 3.021V4.50049Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.7988 1.7085C12.184 1.7085 12.5539 1.86083 12.8271 2.13232L16.1943 5.479C16.4697 5.75267 16.6249 6.12497 16.625 6.51318V16.8335C16.625 17.6388 15.9723 18.2913 15.167 18.2915H4.83301C4.02774 18.2913 3.375 17.6388 3.375 16.8335V3.1665C3.37518 2.36135 4.02785 1.70867 4.83301 1.7085H11.7988ZM4.83301 2.9585C4.71821 2.95867 4.62518 3.0517 4.625 3.1665V16.8335C4.625 16.9484 4.7181 17.0413 4.83301 17.0415H15.167C15.2819 17.0413 15.375 16.9484 15.375 16.8335V6.87549H12.291C11.8313 6.87513 11.4584 6.5022 11.458 6.04248V2.9585H4.83301ZM9.31543 5.73193C9.48067 5.69443 9.67121 5.71528 9.83008 5.83252L9.89551 5.88818L9.95996 5.97021C9.97784 5.99957 9.99273 6.03087 10.0029 6.06396C10.351 7.19737 10.2769 8.40085 9.98047 9.53467C10.0846 9.67237 10.2006 9.81393 10.3301 9.9585C10.6265 10.2893 10.9043 10.5655 11.1631 10.7954C11.7507 10.6713 12.2531 10.6351 12.6787 10.6616C13.6954 10.7251 14.3325 11.1638 14.5518 11.6987C14.6079 11.836 14.5874 11.9932 14.4971 12.1108C14.1802 12.5232 13.5529 12.8063 12.7207 12.6284C12.2048 12.518 11.6136 12.233 10.9482 11.7036C10.3 11.8752 9.52266 12.1618 8.59961 12.6089C8.09546 13.3886 7.54664 14.0309 7.07129 14.4243C6.82464 14.6284 6.55359 14.8034 6.29199 14.8608C6.15495 14.8909 5.9812 14.8965 5.81348 14.8149C5.63702 14.7288 5.53088 14.5776 5.47754 14.4214C5.34341 14.0282 5.44251 13.6622 5.6377 13.3677C5.82475 13.0857 6.10916 12.8514 6.40234 12.6616C6.91811 12.328 7.55625 12.0765 8.04688 11.9233C8.45836 11.2492 8.82308 10.4833 9.07031 9.68799C8.39183 8.65143 8.24646 7.72404 8.37598 7.01318C8.4557 6.57596 8.64196 6.2155 8.87695 5.98584C8.99239 5.87316 9.14129 5.77167 9.31543 5.73193ZM6.85547 13.3608C6.60666 13.5218 6.429 13.6824 6.33203 13.8286C6.29511 13.8844 6.27368 13.9347 6.26172 13.98C6.33376 13.9384 6.42756 13.8758 6.54004 13.7827C6.71489 13.638 6.90935 13.443 7.11426 13.2085C7.02482 13.2574 6.93743 13.3078 6.85547 13.3608ZM12.1162 11.4966C12.4173 11.6688 12.6772 11.7673 12.8955 11.814C13.2008 11.8792 13.4241 11.8454 13.5801 11.7827C13.4088 11.6538 13.1147 11.5231 12.627 11.4927C12.4742 11.4832 12.3039 11.4832 12.1162 11.4966ZM9.67773 10.479C9.55963 10.7924 9.42879 11.0975 9.28711 11.3892C9.61469 11.2561 9.92492 11.1433 10.2178 11.0493C10.0524 10.8855 9.88214 10.7084 9.70898 10.5151C9.69837 10.5033 9.6882 10.4908 9.67773 10.479ZM9.31836 6.78271C9.26881 6.88045 9.22363 7.0073 9.19531 7.1626C9.13828 7.47578 9.15461 7.90562 9.35059 8.42627C9.42186 7.87039 9.41768 7.31639 9.31836 6.78271ZM12.708 5.62549H14.5684L12.708 3.77588V5.62549Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1592 2.0498C14.6213 2.0499 15.0648 2.23283 15.3926 2.55859L19.4336 6.57422C19.764 6.90262 19.9501 7.34957 19.9502 7.81543V20.2002C19.95 21.1664 19.1664 21.95 18.2002 21.9502H5.7998C4.83344 21.9502 4.05002 21.1665 4.0498 20.2002V3.7998C4.0498 2.83331 4.83331 2.0498 5.7998 2.0498H14.1592ZM5.7998 3.5498C5.66173 3.5498 5.5498 3.66173 5.5498 3.7998V20.2002C5.55002 20.3381 5.66186 20.4502 5.7998 20.4502H18.2002C18.338 20.45 18.45 20.338 18.4502 20.2002V8.25H14.75C14.1978 8.25 13.7501 7.8022 13.75 7.25V3.5498H5.7998ZM11.1797 6.87695C11.4061 6.82573 11.6711 6.86636 11.875 7.06543C11.9347 7.12378 11.9793 7.19655 12.0039 7.27637C12.4216 8.63633 12.3322 10.08 11.9766 11.4404C12.1014 11.6056 12.2402 11.7758 12.3955 11.9492C12.7514 12.3465 13.0857 12.6781 13.3965 12.9541C14.1016 12.8052 14.7041 12.7601 15.2148 12.792C16.4346 12.8682 17.1997 13.3953 17.4629 14.0371C17.5303 14.2016 17.5046 14.3901 17.3965 14.5312C17.0163 15.0263 16.2645 15.3668 15.2656 15.1533C14.6465 15.021 13.9371 14.6791 13.1387 14.0439C12.3609 14.2497 11.4279 14.5925 10.3203 15.1289C9.71521 16.0649 9.05595 16.8354 8.48535 17.3076C8.18934 17.5525 7.86476 17.763 7.55078 17.832C7.38638 17.8681 7.17884 17.8751 6.97754 17.7773C6.76533 17.6741 6.6383 17.4923 6.57422 17.3047C6.41329 16.8328 6.53139 16.3944 6.76562 16.041C6.99028 15.7024 7.33148 15.4202 7.68359 15.1924C8.30393 14.7911 9.06997 14.4854 9.65918 14.3018C10.1517 13.4941 10.5887 12.5773 10.8848 11.625C10.0705 10.3811 9.89538 9.2681 10.0508 8.41504C10.1465 7.89052 10.3704 7.45813 10.6523 7.18262C10.7911 7.0472 10.9703 6.92448 11.1797 6.87695ZM8.22656 16.0322C7.92821 16.2253 7.71507 16.4174 7.59863 16.5928C7.55409 16.6599 7.52902 16.7208 7.51465 16.7754C7.60106 16.7255 7.71281 16.6496 7.84766 16.5381C8.05763 16.3643 8.29203 16.1303 8.53809 15.8486C8.43046 15.9074 8.32518 15.9684 8.22656 16.0322ZM14.5391 13.7949C14.9007 14.0019 15.2125 14.1197 15.4746 14.1758C15.8409 14.2541 16.1087 14.2138 16.2959 14.1387C16.0903 13.9839 15.7376 13.8266 15.1523 13.79C14.9689 13.7786 14.7646 13.7788 14.5391 13.7949ZM11.6143 12.5732C11.4727 12.9491 11.3163 13.3152 11.1465 13.665C11.5386 13.5058 11.9101 13.3714 12.2607 13.2588C12.0623 13.0623 11.8592 12.8481 11.6514 12.6162C11.6387 12.6021 11.6267 12.5873 11.6143 12.5732ZM11.1855 8.13574C11.1255 8.25337 11.0695 8.40582 11.0352 8.59375C10.9666 8.96992 10.9859 9.48657 11.2217 10.1123C11.3075 9.4441 11.3052 8.7772 11.1855 8.13574ZM15.25 6.75H17.4814L15.25 4.53125V6.75Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,print:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.71643 0.666656C6.06592 0.666865 6.34907 0.949967 6.34924 1.29947V2.24966H6.79944C7.14901 2.24967 7.43289 2.53298 7.43323 2.88248V5.38248C7.43323 5.73225 7.14921 6.01626 6.79944 6.01627H6.34924V6.80045C6.34884 7.14975 6.06578 7.43305 5.71643 7.43326H2.38245C2.03321 7.43292 1.75004 7.14967 1.74963 6.80045V6.01627H1.29944C0.949808 6.01609 0.666626 5.73215 0.666626 5.38248V2.88248C0.666958 2.53309 0.950014 2.24984 1.29944 2.24966H1.74963V1.29947C1.74981 0.950046 2.03306 0.666993 2.38245 0.666656H5.71643ZM2.34924 6.80045C2.34964 6.81831 2.36457 6.83332 2.38245 6.83365H5.71643C5.73441 6.83344 5.74923 6.81838 5.74963 6.80045V4.93326H2.34924V6.80045ZM5.21643 5.99966C5.38187 5.99986 5.51611 6.13401 5.51624 6.29947C5.51624 6.46503 5.38195 6.59908 5.21643 6.59927H2.88342C2.71774 6.59927 2.58362 6.46515 2.58362 6.29947C2.58374 6.13389 2.71782 5.99966 2.88342 5.99966H5.21643ZM5.21643 5.24966C5.38187 5.24986 5.5161 5.38402 5.51624 5.54947C5.51624 5.71503 5.38195 5.84908 5.21643 5.84927H2.88342C2.71774 5.84927 2.58362 5.71515 2.58362 5.54947C2.58375 5.3839 2.71782 5.24966 2.88342 5.24966H5.21643ZM6.83264 4.7272C6.79302 4.8464 6.68199 4.93322 6.54944 4.93326H6.34924V5.41568H6.79944C6.81784 5.41568 6.83264 5.40088 6.83264 5.38248V4.7272ZM1.26624 5.38248C1.26624 5.40077 1.28118 5.41551 1.29944 5.41568H1.74963V4.93326H1.54944C1.41659 4.93312 1.30549 4.84591 1.26624 4.72623V5.38248ZM1.29944 2.84927C1.28138 2.84944 1.26656 2.86446 1.26624 2.88248V4.53873C1.30581 4.41959 1.41698 4.33378 1.54944 4.33365H6.54944C6.6816 4.33368 6.79271 4.4191 6.83264 4.53775V2.88248C6.83231 2.86435 6.81764 2.84928 6.79944 2.84927H1.29944ZM2.38342 3.08365C2.54895 3.08384 2.68323 3.21789 2.68323 3.38345C2.68303 3.54885 2.54882 3.68307 2.38342 3.68326H1.71643C1.55087 3.68326 1.41682 3.54897 1.41663 3.38345C1.41663 3.21777 1.55075 3.08365 1.71643 3.08365H2.38342ZM2.38245 1.26627C2.36443 1.2666 2.34941 1.28142 2.34924 1.29947V2.24966H5.74963V1.29947C5.74946 1.28134 5.73455 1.26647 5.71643 1.26627H2.38245Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.17126 0.833313C7.62213 0.833504 7.98865 1.19979 7.98865 1.6507V2.81281H8.52576C8.97658 2.81305 9.34216 3.17931 9.34216 3.63019V6.75519C9.34176 7.20572 8.97633 7.57135 8.52576 7.57159H7.98865V8.52472C7.98865 8.97563 7.62214 9.34192 7.17126 9.3421H3.00525C2.55422 9.3421 2.18787 8.97575 2.18787 8.52472V7.57159H1.65076C1.19998 7.57159 0.833777 7.20587 0.833374 6.75519V3.63019C0.833374 3.17916 1.19973 2.81281 1.65076 2.81281H2.18787V1.6507C2.18787 1.19967 2.55422 0.833313 3.00525 0.833313H7.17126ZM2.98865 8.52472C2.98865 8.53392 2.99605 8.54132 3.00525 8.54132H7.17126C7.1803 8.54114 7.18787 8.5338 7.18787 8.52472V6.2171H2.98865V8.52472ZM6.54626 7.50031C6.76701 7.50051 6.94568 7.67991 6.94568 7.9007C6.94544 8.12128 6.76686 8.30089 6.54626 8.30109H3.62927C3.40863 8.30093 3.22912 8.12131 3.22888 7.9007C3.22888 7.67988 3.40849 7.50046 3.62927 7.50031H6.54626ZM6.54626 6.56281C6.76701 6.56301 6.94568 6.74241 6.94568 6.9632C6.94545 7.18379 6.76687 7.36339 6.54626 7.36359H3.62927C3.40863 7.36343 3.22911 7.18382 3.22888 6.9632C3.22888 6.74238 3.40849 6.56296 3.62927 6.56281H6.54626ZM8.54236 6.0423C8.47053 6.14762 8.35031 6.21695 8.21326 6.2171H7.98865V6.77179H8.52576C8.53451 6.77156 8.54197 6.76391 8.54236 6.75519V6.0423ZM1.63416 6.75519C1.63455 6.76405 1.64181 6.77179 1.65076 6.77179H2.18787V6.2171H1.96326C1.82659 6.2171 1.70642 6.14797 1.63416 6.04327V6.75519ZM1.65076 3.61359C1.64156 3.61359 1.63416 3.62099 1.63416 3.63019V5.58917C1.7065 5.48503 1.82702 5.41632 1.96326 5.41632H8.21326C8.34988 5.41647 8.47045 5.48539 8.54236 5.59015V3.63019C8.54236 3.62114 8.53474 3.61384 8.52576 3.61359H1.65076ZM3.00427 3.85382C3.22509 3.85383 3.40452 4.03343 3.40466 4.25421C3.40466 4.47512 3.22518 4.65459 3.00427 4.6546H2.17126C1.95035 4.6546 1.77087 4.47513 1.77087 4.25421C1.77102 4.03342 1.95044 3.85382 2.17126 3.85382H3.00427ZM3.00525 1.63409C2.99605 1.63409 2.98865 1.64149 2.98865 1.6507V2.81281H7.18787V1.6507C7.18787 1.64161 7.1803 1.63428 7.17126 1.63409H3.00525Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.625 0.999969C9.17723 1.00004 9.625 1.44773 9.625 1.99997V3.37497H10.25C10.8022 3.37505 11.25 3.82274 11.25 4.37497V8.12497C11.2499 8.67715 10.8022 9.12489 10.25 9.12497H9.625V10.25C9.62492 10.8021 9.17718 11.2499 8.625 11.25H3.625C3.07277 11.25 2.62508 10.8022 2.625 10.25V9.12497H2C1.44776 9.12497 1.00006 8.6772 1 8.12497V4.37497C1 3.82269 1.44772 3.37497 2 3.37497H2.625V1.99997C2.625 1.44769 3.07272 0.999969 3.625 0.999969H8.625ZM3.625 10.25H8.625V7.49997H3.625V10.25ZM7.875 8.99997C8.15109 9.00003 8.375 9.22386 8.375 9.49997C8.37493 9.77601 8.15105 9.99991 7.875 9.99997H4.375C4.0989 9.99997 3.87507 9.77605 3.875 9.49997C3.875 9.22383 4.09886 8.99997 4.375 8.99997H7.875ZM7.875 7.87497C8.15109 7.87503 8.375 8.09886 8.375 8.37497C8.37494 8.65102 8.15105 8.87491 7.875 8.87497H4.375C4.0989 8.87497 3.87506 8.65106 3.875 8.37497C3.875 8.09883 4.09886 7.87497 4.375 7.87497H7.875ZM10.25 7.32712C10.1583 7.43205 10.0252 7.49993 9.875 7.49997H9.625V8.12497H10.25V7.32712ZM2 8.12497H2.625V7.49997H2.375C2.22472 7.49997 2.09166 7.43206 2 7.32712V8.12497ZM2 6.67184C2.09165 6.56716 2.22494 6.49997 2.375 6.49997H9.875C10.025 6.50001 10.1583 6.56717 10.25 6.67184V4.37497H2V6.67184ZM3.625 4.62497C3.90112 4.62499 4.125 4.84884 4.125 5.12497C4.12496 5.40107 3.9011 5.62495 3.625 5.62497H2.625C2.34888 5.62497 2.12504 5.40108 2.125 5.12497C2.125 4.84883 2.34886 4.62497 2.625 4.62497H3.625ZM3.625 3.37497H8.625V1.99997H3.625V3.37497Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.3333 1.33331C11.9774 1.33351 12.5002 1.85611 12.5002 2.50031V4.50031H13.4993C14.1436 4.50031 14.6663 5.02298 14.6663 5.6673V10.6673C14.6658 11.3112 14.1433 11.8333 13.4993 11.8333H12.5002V13.4993C12.5002 14.1435 11.9774 14.6661 11.3333 14.6663H4.66724C4.02292 14.6663 3.50024 14.1437 3.50024 13.4993V11.8333H2.50024C1.85619 11.8333 1.33369 11.3112 1.33325 10.6673V5.6673C1.33325 5.02297 1.85592 4.50031 2.50024 4.50031H3.50024V2.50031C3.50024 1.85598 4.02292 1.33331 4.66724 1.33331H11.3333ZM4.50024 13.4993C4.50024 13.5914 4.57519 13.6663 4.66724 13.6663H11.3333C11.4251 13.6661 11.5002 13.5913 11.5002 13.4993V9.66632H4.50024V13.4993ZM10.3333 11.9993C10.609 11.9995 10.833 12.2235 10.8333 12.4993C10.8333 12.7753 10.6092 12.9991 10.3333 12.9993H5.66626C5.39024 12.9992 5.16626 12.7754 5.16626 12.4993C5.16651 12.2235 5.39039 11.9995 5.66626 11.9993H10.3333ZM10.3333 10.5003C10.6092 10.5005 10.8333 10.7243 10.8333 11.0003C10.833 11.2761 10.609 11.5001 10.3333 11.5003H5.66626C5.3904 11.5002 5.16652 11.2761 5.16626 11.0003C5.16626 10.7243 5.39024 10.5004 5.66626 10.5003H10.3333ZM2.50024 5.50031C2.4082 5.50031 2.33325 5.57525 2.33325 5.6673V10.6673C2.33369 10.759 2.40847 10.8333 2.50024 10.8333H3.50024V9.66632H3.00024C2.72411 9.66632 2.50024 9.44246 2.50024 9.16632C2.50035 8.89027 2.72417 8.66632 3.00024 8.66632H13.0002C13.2761 8.6666 13.5001 8.89045 13.5002 9.16632C13.5002 9.44229 13.2761 9.66604 13.0002 9.66632H12.5002V10.8333H13.4993C13.591 10.8333 13.6658 10.759 13.6663 10.6673V5.6673C13.6663 5.57525 13.5913 5.50031 13.4993 5.50031H2.50024ZM4.66626 6.16632C4.9423 6.16634 5.16613 6.3903 5.16626 6.66632C5.16626 6.94245 4.94238 7.1663 4.66626 7.16632H3.33325C3.05711 7.16632 2.83325 6.94246 2.83325 6.66632C2.83338 6.39029 3.05719 6.16632 3.33325 6.16632H4.66626ZM4.66724 2.33331C4.57519 2.33331 4.50024 2.40826 4.50024 2.50031V4.50031H11.5002V2.50031C11.5002 2.40838 11.4251 2.33351 11.3333 2.33331H4.66724Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M14.1666 1.66666C14.9718 1.66683 15.6245 2.31951 15.6246 3.12466V5.62466H16.8746C17.6798 5.62466 18.3333 6.27756 18.3336 7.08267V13.3327C18.3336 14.1381 17.68 14.7917 16.8746 14.7917H15.6246V16.8756C15.6243 17.6806 14.9717 18.3335 14.1666 18.3336H5.83264C5.02774 18.3333 4.37499 17.6805 4.37463 16.8756V14.7917H3.12463C2.31937 14.7915 1.66663 14.138 1.66663 13.3327V7.08267C1.66698 6.27766 2.31959 5.62484 3.12463 5.62466H4.37463V3.12466C4.37481 2.31962 5.02763 1.66701 5.83264 1.66666H14.1666ZM5.62463 16.8756C5.62498 16.9902 5.7181 17.0833 5.83264 17.0836H14.1666C14.2813 17.0835 14.3743 16.9903 14.3746 16.8756V12.0836H5.62463V16.8756ZM12.9166 14.9997C13.2615 14.9998 13.5415 15.2797 13.5416 15.6247C13.5416 15.9697 13.2617 16.2495 12.9166 16.2497H7.08362C6.73844 16.2497 6.45862 15.9698 6.45862 15.6247C6.45879 15.2796 6.73855 14.9997 7.08362 14.9997H12.9166ZM12.9166 13.1247C13.2615 13.1248 13.5415 13.4047 13.5416 13.7497C13.5416 14.0947 13.2617 14.3745 12.9166 14.3747H7.08362C6.73844 14.3747 6.45862 14.0948 6.45862 13.7497C6.45879 13.4046 6.73855 13.1247 7.08362 13.1247H12.9166ZM3.12463 6.87466C3.00994 6.87484 2.91698 6.96802 2.91663 7.08267V13.3327C2.91663 13.4476 3.00972 13.5415 3.12463 13.5417H4.37463V12.0836H3.74963C3.40471 12.0835 3.12481 11.8036 3.12463 11.4586C3.12463 11.1136 3.40461 10.8338 3.74963 10.8336H16.2496C16.5948 10.8336 16.8746 11.1135 16.8746 11.4586C16.8745 11.8037 16.5947 12.0836 16.2496 12.0836H15.6246V13.5417H16.8746C16.9897 13.5417 17.0836 13.4477 17.0836 13.3327V7.08267C17.0833 6.96791 16.9895 6.87466 16.8746 6.87466H3.12463ZM5.83362 7.70865C6.17865 7.70882 6.45862 7.98858 6.45862 8.33365C6.45844 8.67857 6.17854 8.95847 5.83362 8.95865H4.16663C3.82156 8.95865 3.5418 8.67868 3.54163 8.33365C3.54163 7.98847 3.82145 7.70865 4.16663 7.70865H5.83362ZM5.83264 2.91666C5.71799 2.91701 5.62481 3.00997 5.62463 3.12466V5.62466H14.3746V3.12466C14.3745 3.00986 14.2814 2.91683 14.1666 2.91666H5.83264Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M17 2C17.9665 2 18.75 2.7835 18.75 3.75V6.75H20.25C21.2165 6.75 22 7.5335 22 8.5V16C22 16.9665 21.2165 17.75 20.25 17.75H18.75V20.25C18.75 21.2165 17.9665 22 17 22H7C6.0335 22 5.25 21.2165 5.25 20.25V17.75H3.75C2.7835 17.75 2 16.9665 2 16V8.5C2 7.5335 2.7835 6.75 3.75 6.75H5.25V3.75C5.25 2.7835 6.0335 2 7 2H17ZM6.75 20.25C6.75 20.3881 6.86193 20.5 7 20.5H17C17.1381 20.5 17.25 20.3881 17.25 20.25V14.5C14.643 14.5 10.1788 14.5 6.75 14.5V20.25ZM15.5 18C15.9142 18 16.25 18.3358 16.25 18.75C16.25 19.1642 15.9142 19.5 15.5 19.5H8.5C8.08579 19.5 7.75 19.1642 7.75 18.75C7.75 18.3358 8.08579 18 8.5 18H15.5ZM15.5 15.75C15.9142 15.75 16.25 16.0858 16.25 16.5C16.25 16.9142 15.9142 17.25 15.5 17.25H8.5C8.08579 17.25 7.75 16.9142 7.75 16.5C7.75 16.0858 8.08579 15.75 8.5 15.75H15.5ZM3.75 8.25C3.61193 8.25 3.5 8.36193 3.5 8.5V16C3.5 16.1381 3.61193 16.25 3.75 16.25H5.25V14.5H4.5C4.08579 14.5 3.75 14.1642 3.75 13.75C3.75 13.3358 4.08579 13 4.5 13H19.5L19.5771 13.0039C19.9551 13.0425 20.25 13.3618 20.25 13.75C20.25 14.1642 19.9142 14.5 19.5 14.5H18.75V16.25H20.25C20.3881 16.25 20.5 16.1381 20.5 16V8.5C20.5 8.36193 20.3881 8.25 20.25 8.25H3.75ZM7 9.25C7.41421 9.25 7.75 9.58579 7.75 10C7.75 10.4142 7.41421 10.75 7 10.75H5C4.58579 10.75 4.25 10.4142 4.25 10C4.25 9.58579 4.58579 9.25 5 9.25H7ZM7 3.5C6.86193 3.5 6.75 3.61193 6.75 3.75V6.75H17.25V3.75C17.25 3.61193 17.1381 3.5 17 3.5H7Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,reset:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.30605 0.651898C3.47092 0.637169 3.61632 0.759467 3.63125 0.924359C3.64587 1.08902 3.52439 1.23443 3.35976 1.24955C2.95717 1.28606 2.55605 1.41264 2.18594 1.63627C0.883882 2.42335 0.465474 4.11736 1.25234 5.41948C2.03958 6.72136 3.73447 7.13917 5.03652 6.35209C6.24745 5.61981 6.6908 4.10338 6.11367 2.84721L5.77676 3.48881C5.69967 3.63536 5.51905 3.69172 5.37246 3.61479C5.22593 3.53761 5.16937 3.3561 5.24648 3.20952L5.84414 2.0728C5.89998 1.96679 6.01281 1.90506 6.1293 1.91264L6.1791 1.92045L7.51406 2.23881C7.67501 2.27721 7.77475 2.43919 7.73672 2.60014C7.69829 2.76121 7.53646 2.86107 7.37539 2.8228L6.68691 2.65776C7.34819 4.17535 6.80145 5.98482 5.34609 6.86479C3.76036 7.82323 1.69721 7.31475 0.738671 5.72905C-0.219351 4.14338 0.289861 2.08103 1.87539 1.1226C2.32528 0.850745 2.81458 0.696388 3.30605 0.651898Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.13065 0.789693C4.35034 0.770074 4.54513 0.93234 4.56522 1.152C4.58502 1.37193 4.42189 1.56666 4.20194 1.58657C3.70219 1.63186 3.20441 1.78933 2.74491 2.06704C1.12934 3.04393 0.610979 5.14562 1.58768 6.76137C2.56448 8.37673 4.66537 8.89389 6.28104 7.91762C7.76882 7.01828 8.32573 5.1662 7.64237 3.61684L7.24393 4.3727C7.14107 4.56816 6.89938 4.64348 6.70389 4.54067C6.5085 4.43788 6.43335 4.19608 6.53592 4.00063L7.28397 2.57876C7.35853 2.43759 7.50861 2.35568 7.66385 2.36587L7.73026 2.37661L9.39921 2.77407C9.61393 2.82536 9.74616 3.04174 9.6951 3.25649C9.6437 3.47113 9.42839 3.60355 9.21366 3.55239L8.40214 3.35805C9.20273 5.25691 8.51151 7.50553 6.69608 8.60317C4.70234 9.80805 2.10855 9.1688 0.903113 7.17544C-0.302111 5.18164 0.336369 2.58701 2.32987 1.38149C2.89571 1.03945 3.5124 0.845657 4.13065 0.789693Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.95371 0.928023C5.22864 0.903168 5.47267 1.10623 5.49765 1.38115C5.52243 1.65595 5.31927 1.89902 5.04453 1.92412C4.44758 1.97817 3.85223 2.16555 3.30331 2.49736C1.37407 3.66387 0.756237 6.17337 1.92246 8.10283C3.08887 10.032 5.59751 10.6506 7.52695 9.48466C9.29184 8.41781 9.95974 6.22774 9.16855 4.38505L8.71054 5.25712C8.58206 5.50116 8.27995 5.59506 8.03574 5.46709C7.79135 5.33852 7.69721 5.03569 7.82578 4.7913L8.72226 3.08623C8.81542 2.90955 9.00365 2.80685 9.19785 2.81962L9.28085 2.83232L11.2838 3.30986C11.552 3.37409 11.7177 3.64408 11.6539 3.9124C11.5898 4.1809 11.3199 4.34641 11.0514 4.28252L10.1168 4.05888C11.057 6.33869 10.2202 9.02593 8.04453 10.3411C5.64246 11.7927 2.51812 11.0222 1.06601 8.62041C-0.385768 6.21843 0.384149 3.09417 2.78574 1.64189C3.46728 1.2299 4.20898 0.995495 4.95371 0.928023Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.62111 1.40296C6.89583 1.37835 7.13904 1.58139 7.16408 1.85609C7.18881 2.13084 6.98565 2.37393 6.71096 2.39905C5.89044 2.47338 5.07233 2.73041 4.31838 3.18616C1.66703 4.78911 0.817146 8.23877 2.41994 10.8903C4.02283 13.5415 7.47162 14.3913 10.1231 12.7887C12.648 11.2624 13.538 8.06309 12.2334 5.47132L11.4658 6.93128C11.3373 7.17546 11.0353 7.26958 10.791 7.14124C10.5469 7.0126 10.4526 6.70976 10.5811 6.46546L11.7774 4.19202C11.8838 3.99008 12.1139 3.88523 12.336 3.93812L15.0059 4.57484C15.2743 4.63893 15.4397 4.90897 15.376 5.17738C15.3119 5.44598 15.0421 5.61158 14.7735 5.54749L13.2022 5.17249C14.6309 8.19862 13.5669 11.8762 10.6406 13.6451C7.51668 15.5333 3.45314 14.5314 1.56447 11.4078C-0.32406 8.28366 0.677668 4.2193 3.80178 2.3307C4.68848 1.79474 5.65269 1.49062 6.62111 1.40296Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.2753 1.75411C8.61906 1.72299 8.92287 1.97676 8.95401 2.32051C8.9849 2.66398 8.73198 2.96788 8.38858 2.99922C7.36288 3.09209 6.34083 3.41293 5.39834 3.98262C2.08385 5.9862 1.02075 10.298 3.02432 13.6125C5.02793 16.9269 9.33975 17.9891 12.6542 15.9856C15.8096 14.0779 16.9213 10.0803 15.2919 6.84102L14.3329 8.66524C14.1722 8.9702 13.7944 9.08702 13.4892 8.92696C13.1838 8.76633 13.0661 8.38863 13.2265 8.08321L14.7216 5.24044C14.8379 5.01939 15.0725 4.89162 15.3153 4.90743L15.4198 4.92305L18.7577 5.71993C19.0929 5.80042 19.3006 6.1374 19.2206 6.47286C19.1404 6.8083 18.8022 7.01556 18.4667 6.93575L16.5028 6.467C18.2878 10.2493 16.9581 14.845 13.3007 17.0559C9.39546 19.4165 4.31573 18.1641 1.95498 14.259C-0.40572 10.3537 0.846562 5.27399 4.75186 2.91329C5.86024 2.2433 7.06476 1.86371 8.2753 1.75411Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.93091 2.10602C10.3432 2.06891 10.7079 2.37249 10.7454 2.78473C10.7803 3.17111 10.5155 3.51575 10.1428 3.58844L10.0657 3.60016C8.83507 3.7116 7.60956 4.09642 6.47876 4.77985C2.50148 7.18406 1.22613 12.3572 3.63013 16.3345C6.03442 20.3119 11.2074 21.5875 15.1848 19.1832C18.9718 16.8939 20.306 12.0959 18.3499 8.20856L17.1985 10.398L17.1594 10.4644C16.9493 10.7809 16.5293 10.8941 16.1858 10.7134C15.8423 10.5328 15.6975 10.1225 15.8391 9.77008L15.8713 9.69977L17.6663 6.28864C17.8059 6.02368 18.087 5.87121 18.3782 5.8902L18.5032 5.90875L22.5081 6.86383C22.911 6.95996 23.1599 7.36522 23.0637 7.76813C22.9673 8.17063 22.5631 8.41882 22.1604 8.32281L19.803 7.75934C21.9458 12.2982 20.35 17.8129 15.9612 20.4664C11.2748 23.2992 5.1788 21.7973 2.34595 17.1109C-0.486648 12.4246 1.01619 6.32945 5.70239 3.49664C6.94935 2.74291 8.29779 2.29566 9.65845 2.13434L9.93091 2.10602Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,robot:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.99951 0.850098C4.36759 0.850098 4.66633 1.14807 4.6665 1.51611C4.6665 1.76237 4.53121 1.97479 4.33252 2.09033V2.55029H5.99951C6.34918 2.55029 6.63312 2.83347 6.6333 3.18311V3.36084C6.81398 3.38565 7.03013 3.46088 7.21729 3.62256C7.46421 3.83603 7.6333 4.17332 7.6333 4.6499C7.63327 5.1265 7.46426 5.4638 7.21729 5.67725C7.03016 5.83889 6.81396 5.91317 6.6333 5.93799V6.51709C6.63295 6.86657 6.34908 7.1499 5.99951 7.1499H1.99951C1.6501 7.14973 1.36705 6.86646 1.3667 6.51709V5.93799C1.186 5.91322 0.969937 5.83895 0.782715 5.67725C0.535676 5.4638 0.366733 5.12657 0.366699 4.6499C0.366699 4.1732 0.535689 3.83602 0.782715 3.62256C0.969985 3.46079 1.18596 3.3856 1.3667 3.36084V3.18311C1.36688 2.83358 1.64999 2.55047 1.99951 2.55029H3.6665V2.08936C3.46845 1.97371 3.3335 1.76204 3.3335 1.51611C3.33367 1.14818 3.63158 0.850274 3.99951 0.850098ZM1.99951 3.1499C1.98136 3.15008 1.96648 3.16495 1.96631 3.18311V6.51709C1.96665 6.53509 1.98147 6.55012 1.99951 6.55029H5.99951C6.0177 6.55029 6.03237 6.5352 6.03271 6.51709V3.18311C6.03254 3.16485 6.01781 3.1499 5.99951 3.1499H4.14209C4.09886 3.1704 4.05059 3.18311 3.99951 3.18311C3.94866 3.18306 3.90098 3.17028 3.85791 3.1499H1.99951ZM4.3335 5.21631C4.49892 5.21648 4.63312 5.35069 4.6333 5.51611C4.6333 5.68169 4.49903 5.81574 4.3335 5.81592H3.6665C3.50082 5.81592 3.3667 5.6818 3.3667 5.51611C3.36688 5.35058 3.50093 5.21631 3.6665 5.21631H4.3335ZM1.3667 3.97217C1.30459 3.99134 1.2362 4.02409 1.17529 4.07666C1.07515 4.16321 0.966309 4.32672 0.966309 4.6499C0.96634 4.97306 1.07515 5.13662 1.17529 5.22314C1.23612 5.27562 1.30466 5.30749 1.3667 5.32666V3.97217ZM6.6333 5.32666C6.69528 5.30746 6.76396 5.27557 6.82471 5.22314C6.92482 5.13659 7.03366 4.97294 7.03369 4.6499C7.03369 4.32692 6.9248 4.16325 6.82471 4.07666C6.76389 4.02418 6.69533 3.99136 6.6333 3.97217V5.32666ZM3.1665 4.18311C3.35049 4.18311 3.49934 4.33217 3.49951 4.51611C3.49951 4.70021 3.3506 4.8501 3.1665 4.8501C2.98241 4.8501 2.8335 4.70021 2.8335 4.51611C2.83367 4.33217 2.98252 4.18311 3.1665 4.18311ZM4.8335 4.18311C5.01733 4.18328 5.16633 4.33228 5.1665 4.51611C5.1665 4.7001 5.01744 4.84992 4.8335 4.8501C4.6494 4.8501 4.49951 4.70021 4.49951 4.51611C4.49969 4.33217 4.64951 4.18311 4.8335 4.18311Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.00032 1.05792C5.4512 1.0581 5.81673 1.42438 5.81673 1.87531C5.81661 2.17343 5.65599 2.433 5.41731 2.5755V3.14093H7.50032C7.95109 3.14111 8.31655 3.50754 8.31673 3.95831V4.15656C8.54224 4.1914 8.80684 4.28949 9.03743 4.48859C9.35228 4.76066 9.56665 5.18921 9.56673 5.79132C9.56673 6.39359 9.35233 6.82193 9.03743 7.09406C8.8068 7.29331 8.54232 7.39121 8.31673 7.42609V8.12433C8.31673 8.57525 7.9512 8.94154 7.50032 8.94171H2.50032C2.04929 8.94171 1.68294 8.57536 1.68294 8.12433V7.42609C1.4574 7.39116 1.19276 7.29323 0.962234 7.09406C0.647416 6.82193 0.432938 6.39349 0.432938 5.79132C0.433011 5.18921 0.647387 4.76066 0.962234 4.48859C1.19276 4.28947 1.45743 4.19146 1.68294 4.15656V3.95831C1.68311 3.50743 2.0494 3.14093 2.50032 3.14093H4.58333V2.5755C4.34426 2.43305 4.18305 2.17358 4.18294 1.87531C4.18294 1.42427 4.54929 1.05792 5.00032 1.05792ZM2.50032 3.94171C2.49122 3.94171 2.48389 3.94926 2.48372 3.95831V8.12433C2.48372 8.13353 2.49112 8.14093 2.50032 8.14093H7.50032C7.50937 8.14075 7.51692 8.13342 7.51692 8.12433V3.95831C7.51674 3.94937 7.50926 3.94189 7.50032 3.94171H5.11263C5.07677 3.9518 5.03937 3.95828 5.00032 3.95831C4.96138 3.95831 4.92379 3.95172 4.88802 3.94171H2.50032ZM5.41634 6.47491C5.63725 6.47492 5.81673 6.65439 5.81673 6.87531C5.81655 7.09607 5.63714 7.2757 5.41634 7.2757H4.58333C4.36252 7.2757 4.18311 7.09607 4.18294 6.87531C4.18294 6.65439 4.36241 6.47491 4.58333 6.47491H5.41634ZM1.68294 4.9798C1.61762 5.00368 1.54826 5.04004 1.48567 5.09406C1.36663 5.19691 1.23379 5.39386 1.23372 5.79132C1.23372 6.18882 1.36663 6.38567 1.48567 6.48859C1.54824 6.54262 1.61762 6.57894 1.68294 6.60284V4.9798ZM8.31673 6.60284C8.38211 6.57895 8.45135 6.54268 8.51399 6.48859C8.63307 6.3857 8.76595 6.18899 8.76595 5.79132C8.76588 5.39385 8.63304 5.19691 8.51399 5.09406C8.45136 5.04005 8.38207 5.00365 8.31673 4.9798V6.60284ZM3.95833 5.20831C4.18845 5.20831 4.37532 5.39519 4.37532 5.62531C4.37514 5.85527 4.18834 6.04132 3.95833 6.04132C3.72832 6.04132 3.54151 5.85527 3.54134 5.62531C3.54134 5.39519 3.72821 5.20831 3.95833 5.20831ZM6.04134 5.20831C6.27145 5.20831 6.45833 5.39519 6.45833 5.62531C6.45815 5.85527 6.27135 6.04132 6.04134 6.04132C5.81148 6.04115 5.6255 5.85517 5.62532 5.62531C5.62532 5.39529 5.81137 5.20849 6.04134 5.20831ZM4.9886 1.86359L4.98372 1.87531C4.98912 1.8751 4.99487 1.87433 5.00032 1.87433C5.00556 1.87433 5.01076 1.87511 5.01595 1.87531H5.01692C5.01692 1.86621 5.00937 1.85888 5.00032 1.8587C4.99572 1.8587 4.9916 1.86059 4.9886 1.86359Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 1.25C6.55228 1.25 7 1.69772 7 2.25C7 2.61979 6.79843 2.94123 6.5 3.11426V3.75H9C9.55228 3.75 10 4.19772 10 4.75V4.9707C10.2703 5.01518 10.584 5.13501 10.8584 5.37207C11.241 5.70286 11.5 6.22252 11.5 6.9502C11.4999 7.67783 11.2411 8.19757 10.8584 8.52832C10.5841 8.7653 10.2702 8.88423 10 8.92871V9.75C10 10.3023 9.55228 10.75 9 10.75H3C2.44772 10.75 2 10.3023 2 9.75V8.92871C1.72977 8.88423 1.41593 8.7653 1.1416 8.52832C0.758942 8.19757 0.500051 7.67783 0.5 6.9502C0.5 6.22252 0.758963 5.70286 1.1416 5.37207C1.41598 5.13501 1.72971 5.01518 2 4.9707V4.75C2 4.19772 2.44772 3.75 3 3.75H5.5V3.11426C5.20157 2.94123 5 2.61979 5 2.25C5 1.69772 5.44772 1.25 6 1.25ZM3 9.75H9V4.75H3V9.75ZM6.5 7.75C6.77614 7.75 7 7.97386 7 8.25C7 8.52614 6.77614 8.75 6.5 8.75H5.5C5.22386 8.75 5 8.52614 5 8.25C5 7.97386 5.22386 7.75 5.5 7.75H6.5ZM2 6.00684C1.93192 6.03482 1.86051 6.07308 1.7959 6.12891C1.65794 6.24817 1.5 6.47826 1.5 6.9502C1.50005 7.42211 1.65793 7.65227 1.7959 7.77148C1.86042 7.82721 1.93201 7.86462 2 7.89258V6.00684ZM10 7.89258C10.068 7.86462 10.1396 7.82721 10.2041 7.77148C10.3421 7.65227 10.5 7.42211 10.5 6.9502C10.5 6.47826 10.3421 6.24817 10.2041 6.12891C10.1395 6.07308 10.0681 6.03482 10 6.00684V7.89258ZM4.75 6.25C5.02614 6.25 5.25 6.47386 5.25 6.75C5.25 7.02614 5.02614 7.25 4.75 7.25C4.47386 7.25 4.25 7.02614 4.25 6.75C4.25 6.47386 4.47386 6.25 4.75 6.25ZM7.25 6.25C7.52614 6.25 7.75 6.47386 7.75 6.75C7.75 7.02614 7.52614 7.25 7.25 7.25C6.97386 7.25 6.75 7.02614 6.75 6.75C6.75 6.47386 6.97386 6.25 7.25 6.25Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00032 1.83331C8.6445 1.83349 9.16634 2.35608 9.16634 3.00031C9.16621 3.46513 8.89369 3.86473 8.50032 4.05206V5.16632H12.0003C12.6444 5.1665 13.1662 5.68924 13.1663 6.33331V6.77472C13.5266 6.8083 13.9798 6.95256 14.3685 7.28839C14.8381 7.69417 15.1663 8.33904 15.1663 9.26691C15.1663 10.1946 14.838 10.8397 14.3685 11.2454C13.9799 11.581 13.5265 11.7235 13.1663 11.7571V12.9993C13.1663 13.6436 12.6445 14.1661 12.0003 14.1663H4.00032C3.35599 14.1663 2.83333 13.6437 2.83333 12.9993V11.7571C2.47319 11.7235 2.01972 11.5811 1.63118 11.2454C1.16162 10.8397 0.833396 10.1946 0.833328 9.26691C0.833328 8.33913 1.16165 7.69417 1.63118 7.28839C2.01979 6.95263 2.47312 6.80836 2.83333 6.77472V6.33331C2.8335 5.68913 3.3561 5.16632 4.00032 5.16632H7.50032V4.05206C7.10656 3.86481 6.83346 3.46527 6.83333 3.00031C6.83333 2.35597 7.35599 1.83331 8.00032 1.83331ZM4.00032 6.16632C3.90838 6.16632 3.8335 6.24141 3.83333 6.33331V12.9993C3.83333 13.0914 3.90827 13.1663 4.00032 13.1663H12.0003C12.0922 13.1661 12.1663 13.0913 12.1663 12.9993V6.33331C12.1662 6.24152 12.0921 6.1665 12.0003 6.16632H4.00032ZM8.66634 10.5003C8.94248 10.5003 9.16634 10.7242 9.16634 11.0003C9.16616 11.2763 8.94237 11.5003 8.66634 11.5003H7.33333C7.05729 11.5003 6.8335 11.2763 6.83333 11.0003C6.83333 10.7242 7.05719 10.5003 7.33333 10.5003H8.66634ZM2.83333 7.78351C2.66691 7.81456 2.46232 7.8925 2.28548 8.04523C2.06072 8.23948 1.83333 8.59496 1.83333 9.26691C1.83339 9.93881 2.06071 10.2944 2.28548 10.4886C2.46219 10.6412 2.667 10.7173 2.83333 10.7484V7.78351ZM13.1663 10.7484C13.3327 10.7173 13.5374 10.6411 13.7142 10.4886C13.939 10.2944 14.1663 9.93881 14.1663 9.26691C14.1663 8.59481 13.939 8.23946 13.7142 8.04523C13.5372 7.89243 13.3328 7.81452 13.1663 7.78351V10.7484ZM6.33333 8.33331C6.70152 8.33331 7.00032 8.63212 7.00032 9.00031C7.00014 9.36835 6.70141 9.66632 6.33333 9.66632C5.96525 9.66632 5.66651 9.36835 5.66634 9.00031C5.66634 8.63212 5.96514 8.33331 6.33333 8.33331ZM9.66634 8.33331C10.0345 8.33331 10.3333 8.63212 10.3333 9.00031C10.3332 9.36835 10.0344 9.66632 9.66634 9.66632C9.2984 9.66615 9.0005 9.36824 9.00032 9.00031C9.00032 8.63222 9.2983 8.33349 9.66634 8.33331ZM8.00032 2.83331C7.90827 2.83331 7.83333 2.90826 7.83333 3.00031C7.8335 3.0922 7.90838 3.16632 8.00032 3.16632C8.09211 3.16614 8.16616 3.09209 8.16634 3.00031C8.16634 2.90837 8.09222 2.83349 8.00032 2.83331Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99968 2.29169C10.805 2.29169 11.4585 2.94443 11.4587 3.74969C11.4587 4.33116 11.1172 4.83171 10.6247 5.0661V6.45868H14.9997C15.805 6.45868 16.4585 7.11142 16.4587 7.91669V8.46844C16.9087 8.51061 17.4749 8.69137 17.9606 9.11102C18.5475 9.61826 18.9587 10.424 18.9587 11.5837C18.9586 12.7434 18.5476 13.5492 17.9606 14.0563C17.4749 14.476 16.9087 14.6548 16.4587 14.697V16.2507C16.4583 17.0558 15.8049 17.7087 14.9997 17.7087H4.99968C4.19463 17.7085 3.54202 17.0557 3.54167 16.2507V14.697C3.09168 14.6548 2.52551 14.4759 2.03972 14.0563C1.45272 13.5492 1.04176 12.7434 1.04167 11.5837C1.04167 10.4239 1.45276 9.61825 2.03972 9.11102C2.52559 8.69127 3.09161 8.51055 3.54167 8.46844V7.91669C3.54185 7.11153 4.19452 6.45886 4.99968 6.45868H9.37468V5.0661C8.88257 4.83164 8.54167 4.33102 8.54167 3.74969C8.54185 2.94454 9.19452 2.29186 9.99968 2.29169ZM4.99968 7.70868C4.88488 7.70886 4.79185 7.80189 4.79167 7.91669V16.2507C4.79202 16.3653 4.88499 16.4585 4.99968 16.4587H14.9997C15.1145 16.4587 15.2083 16.3654 15.2087 16.2507V7.91669C15.2085 7.80178 15.1146 7.70868 14.9997 7.70868H4.99968ZM10.8337 13.1247C11.1786 13.1249 11.4585 13.4048 11.4587 13.7497C11.4587 14.0948 11.1787 14.3745 10.8337 14.3747H9.16667C8.82149 14.3747 8.54167 14.0949 8.54167 13.7497C8.54185 13.4047 8.8216 13.1247 9.16667 13.1247H10.8337ZM3.54167 9.72919C3.33347 9.76784 3.07738 9.86517 2.85612 10.0563C2.57521 10.2992 2.29167 10.7438 2.29167 11.5837C2.29175 12.4235 2.5752 12.8683 2.85612 13.111C3.07732 13.3021 3.33353 13.3985 3.54167 13.4372V9.72919ZM16.4587 13.4362C16.6668 13.3975 16.9232 13.302 17.1442 13.111C17.4251 12.8683 17.7086 12.4235 17.7087 11.5837C17.7087 10.744 17.4251 10.2992 17.1442 10.0563C16.9231 9.86532 16.6668 9.76888 16.4587 9.73016V13.4362ZM7.91667 10.4167C8.3768 10.4167 8.7495 10.7896 8.74968 11.2497C8.74968 11.7099 8.37691 12.0837 7.91667 12.0837C7.45643 12.0837 7.08366 11.7099 7.08366 11.2497C7.08384 10.7896 7.45654 10.4167 7.91667 10.4167ZM12.0837 10.4167C12.5436 10.4169 12.9165 10.7897 12.9167 11.2497C12.9167 11.7098 12.5438 12.0835 12.0837 12.0837C11.6234 12.0837 11.2497 11.7099 11.2497 11.2497C11.2499 10.7896 11.6235 10.4167 12.0837 10.4167ZM9.99968 3.54169C9.88488 3.54186 9.79185 3.63489 9.79167 3.74969C9.79167 3.86465 9.88477 3.9585 9.99968 3.95868C10.1147 3.95868 10.2087 3.86475 10.2087 3.74969C10.2085 3.63479 10.1146 3.54169 9.99968 3.54169Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 2.75C12.9665 2.75 13.75 3.5335 13.75 4.5C13.75 5.19772 13.3407 5.79804 12.75 6.0791V7.75H18C18.9665 7.75 19.75 8.5335 19.75 9.5V10.1621C20.2902 10.2125 20.9697 10.4289 21.5527 10.9326C22.2571 11.5413 22.75 12.5087 22.75 13.9004C22.7499 15.292 22.2571 16.2596 21.5527 16.8682C20.9698 17.3717 20.2901 17.5863 19.75 17.6367V19.5C19.75 20.4665 18.9665 21.25 18 21.25H6C5.0335 21.25 4.25 20.4665 4.25 19.5V17.6367C3.70992 17.5863 3.03022 17.3717 2.44727 16.8682C1.74287 16.2596 1.2501 15.292 1.25 13.9004C1.25 12.5087 1.74291 11.5413 2.44727 10.9326C3.0303 10.4289 3.70984 10.2125 4.25 10.1621V9.5C4.25 8.5335 5.0335 7.75 6 7.75H11.25V6.0791C10.6593 5.79804 10.25 5.19772 10.25 4.5C10.25 3.5335 11.0335 2.75 12 2.75ZM6 9.25C5.86193 9.25 5.75 9.36193 5.75 9.5V19.5C5.75 19.6381 5.86193 19.75 6 19.75H18C18.1381 19.75 18.25 19.6381 18.25 19.5V9.5C18.25 9.36193 18.1381 9.25 18 9.25H6ZM13 15.75C13.4142 15.75 13.75 16.0858 13.75 16.5C13.75 16.9142 13.4142 17.25 13 17.25H11C10.5858 17.25 10.25 16.9142 10.25 16.5C10.25 16.0858 10.5858 15.75 11 15.75H13ZM4.25 11.6748C4.00027 11.7214 3.69323 11.839 3.42773 12.0684C3.09069 12.3598 2.75 12.8927 2.75 13.9004C2.7501 14.908 3.09067 15.4411 3.42773 15.7324C3.69311 15.9616 4.00037 16.0774 4.25 16.124V11.6748ZM19.75 16.124C19.9996 16.0774 20.3069 15.9616 20.5723 15.7324C20.9093 15.4411 21.2499 14.908 21.25 13.9004C21.25 12.8927 20.9093 12.3598 20.5723 12.0684C20.3068 11.839 19.9997 11.7214 19.75 11.6748V16.124ZM9.5 12.5C10.0523 12.5 10.5 12.9477 10.5 13.5C10.5 14.0523 10.0523 14.5 9.5 14.5C8.94772 14.5 8.5 14.0523 8.5 13.5C8.5 12.9477 8.94772 12.5 9.5 12.5ZM14.5 12.5C15.0523 12.5 15.5 12.9477 15.5 13.5C15.5 14.0523 15.0523 14.5 14.5 14.5C13.9477 14.5 13.5 14.0523 13.5 13.5C13.5 12.9477 13.9477 12.5 14.5 12.5ZM12 4.25C11.8619 4.25 11.75 4.36193 11.75 4.5C11.75 4.63807 11.8619 4.75 12 4.75C12.1381 4.75 12.25 4.63807 12.25 4.5C12.25 4.36193 12.1381 4.25 12 4.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,row:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.41669 0.666687C1.55476 0.666687 1.66669 0.778616 1.66669 0.916687V7.08368C1.66651 7.2216 1.55465 7.33368 1.41669 7.33368H0.916687C0.778724 7.33368 0.666863 7.2216 0.666687 7.08368V0.916687C0.666687 0.778616 0.778616 0.666687 0.916687 0.666687H1.41669ZM4.24969 0.666687C4.38777 0.666687 4.49969 0.778616 4.49969 0.916687V7.08368C4.49952 7.2216 4.38766 7.33368 4.24969 7.33368H3.74969C3.61188 7.3335 3.49987 7.22149 3.49969 7.08368V0.916687C3.49969 0.778724 3.61177 0.666863 3.74969 0.666687H4.24969ZM7.08368 0.666687C7.2216 0.666862 7.33368 0.778724 7.33368 0.916687V7.08368C7.3335 7.22149 7.22149 7.3335 7.08368 7.33368H6.58368C6.44572 7.33368 6.33386 7.2216 6.33368 7.08368V0.916687C6.33368 0.778616 6.44561 0.666687 6.58368 0.666687H7.08368Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.77081 0.833313C1.9434 0.833313 2.08331 0.973224 2.08331 1.14581V8.85382C2.08331 9.02641 1.9434 9.16632 1.77081 9.16632H1.14581C0.973224 9.16632 0.833313 9.02641 0.833313 8.85382V1.14581C0.833313 0.973224 0.973224 0.833313 1.14581 0.833313H1.77081ZM5.31281 0.833313C5.48524 0.833489 5.62531 0.973333 5.62531 1.14581V8.85382C5.62531 9.0263 5.48524 9.16614 5.31281 9.16632H4.68781C4.51522 9.16632 4.37531 9.02641 4.37531 8.85382V1.14581C4.37531 0.973224 4.51522 0.833313 4.68781 0.833313H5.31281ZM8.85382 0.833313C9.02641 0.833313 9.16632 0.973224 9.16632 1.14581V8.85382C9.16632 9.02641 9.02641 9.16632 8.85382 9.16632H8.22882C8.05638 9.16615 7.91632 9.0263 7.91632 8.85382V1.14581C7.91632 0.973332 8.05638 0.833488 8.22882 0.833313H8.85382Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.125 1C2.33211 1 2.5 1.16789 2.5 1.375V10.625C2.5 10.8321 2.33211 11 2.125 11H1.375C1.16789 11 1 10.8321 1 10.625V1.375C1 1.16789 1.16789 1 1.375 1H2.125ZM6.375 1C6.58211 1 6.75 1.16789 6.75 1.375V10.625C6.75 10.8321 6.58211 11 6.375 11H5.625C5.41789 11 5.25 10.8321 5.25 10.625V1.375C5.25 1.16789 5.41789 1 5.625 1H6.375ZM10.625 1C10.8321 1 11 1.16789 11 1.375V10.625C11 10.8321 10.8321 11 10.625 11H9.875C9.66789 11 9.5 10.8321 9.5 10.625V1.375C9.5 1.16789 9.66789 1 9.875 1H10.625Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.83331 1.33331C3.10946 1.33331 3.33331 1.55717 3.33331 1.83331V14.1663C3.33331 14.4425 3.10946 14.6663 2.83331 14.6663H1.83331C1.55717 14.6663 1.33331 14.4425 1.33331 14.1663V1.83331C1.33331 1.55717 1.55717 1.33331 1.83331 1.33331H2.83331ZM8.50031 1.33331C8.7763 1.33349 9.00031 1.55728 9.00031 1.83331V14.1663C9.00031 14.4424 8.7763 14.6661 8.50031 14.6663H7.50031C7.22416 14.6663 7.00031 14.4425 7.00031 14.1663V1.83331C7.00031 1.55717 7.22416 1.33331 7.50031 1.33331H8.50031ZM14.1663 1.33331C14.4425 1.33331 14.6663 1.55717 14.6663 1.83331V14.1663C14.6663 14.4425 14.4425 14.6663 14.1663 14.6663H13.1663C12.8903 14.6661 12.6663 14.4424 12.6663 14.1663V1.83331C12.6663 1.55728 12.8903 1.33349 13.1663 1.33331H14.1663Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.54169 1.66669C3.88686 1.66669 4.16669 1.94651 4.16669 2.29169V17.7087C4.16651 18.0537 3.88676 18.3337 3.54169 18.3337H2.29169C1.94662 18.3337 1.66686 18.0537 1.66669 17.7087V2.29169C1.66669 1.94651 1.94651 1.66669 2.29169 1.66669H3.54169ZM10.6247 1.66669C10.9699 1.66669 11.2497 1.94651 11.2497 2.29169V17.7087C11.2495 18.0537 10.9698 18.3337 10.6247 18.3337H9.37469C9.02978 18.3335 8.74987 18.0536 8.74969 17.7087V2.29169C8.74969 1.94662 9.02967 1.66686 9.37469 1.66669H10.6247ZM17.7087 1.66669C18.0537 1.66686 18.3337 1.94662 18.3337 2.29169V17.7087C18.3335 18.0536 18.0536 18.3335 17.7087 18.3337H16.4587C16.1136 18.3337 15.8339 18.0537 15.8337 17.7087V2.29169C15.8337 1.94651 16.1135 1.66669 16.4587 1.66669H17.7087Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.25 2C4.66421 2 5 2.33579 5 2.75V21.25C5 21.6642 4.66421 22 4.25 22H2.75C2.33579 22 2 21.6642 2 21.25V2.75C2 2.33579 2.33579 2 2.75 2H4.25ZM12.75 2C13.1642 2 13.5 2.33579 13.5 2.75V21.25C13.5 21.6642 13.1642 22 12.75 22H11.25C10.8358 22 10.5 21.6642 10.5 21.25V2.75C10.5 2.33579 10.8358 2 11.25 2H12.75ZM21.25 2C21.6642 2 22 2.33579 22 2.75V21.25C22 21.6642 21.6642 22 21.25 22H19.75C19.3358 22 19 21.6642 19 21.25V2.75C19 2.33579 19.3358 2 19.75 2H21.25Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,save:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M0.93335 6.40002V1.60002C0.93335 1.23183 1.23183 0.93335 1.60002 0.93335H5.39053C5.56734 0.93335 5.7369 1.00359 5.86193 1.12861L6.87142 2.13809C6.99644 2.26312 7.06668 2.43269 7.06668 2.6095V6.40002C7.06668 6.76821 6.76821 7.06668 6.40002 7.06668H1.60002C1.23183 7.06668 0.93335 6.76821 0.93335 6.40002Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M4.5 1V2",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M2 6.00002V4.00002C2 3.81593 2.14924 3.66669 2.33333 3.66669H5.66667C5.85076 3.66669 6 3.81593 6 4.00002V6.00002C6 6.18412 5.85076 6.33335 5.66667 6.33335H2.33333C2.14924 6.33335 2 6.18411 2 6.00002Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M2.33337 1V2.16667C2.33337 2.35076 2.48261 2.5 2.66671 2.5H5.00004C5.18414 2.5 5.33337 2.35076 5.33337 2.16667V1",stroke:"currentColor","stroke-width":"0.6"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.16675 8.00002V2.00002C1.16675 1.53978 1.53985 1.16669 2.00008 1.16669H6.73822C6.95923 1.16669 7.17119 1.25448 7.32747 1.41076L8.58933 2.67261C8.74562 2.82889 8.83341 3.04086 8.83341 3.26187V8.00002C8.83341 8.46026 8.46032 8.83335 8.00008 8.83335H2.00008C1.53984 8.83335 1.16675 8.46026 1.16675 8.00002Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M5.625 1.25V2.5",stroke:"currentColor","stroke-width":"0.8"}),C("path",{d:"M2.5 7.49998V4.99998C2.5 4.76986 2.68655 4.58331 2.91667 4.58331H7.08333C7.31345 4.58331 7.5 4.76986 7.5 4.99998V7.49998C7.5 7.7301 7.31345 7.91665 7.08333 7.91665H2.91667C2.68655 7.91665 2.5 7.7301 2.5 7.49998Z",stroke:"currentColor","stroke-width":"0.6"}),C("path",{d:"M2.91663 1.25V2.70833C2.91663 2.93845 3.10317 3.125 3.33329 3.125H6.24996C6.48008 3.125 6.66663 2.93845 6.66663 2.70833V1.25",stroke:"currentColor","stroke-width":"0.6"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.40002 9.60003V2.40002C1.40002 1.84774 1.84774 1.40002 2.40002 1.40002H8.08579C8.351 1.40002 8.60536 1.50538 8.79289 1.69291L10.3071 3.20714C10.4947 3.39467 10.6 3.64903 10.6 3.91425V9.60002C10.6 10.1523 10.1523 10.6 9.60003 10.6H2.40002C1.84774 10.6 1.40002 10.1523 1.40002 9.60003Z",stroke:"currentColor","stroke-width":"0.8"}),C("path",{d:"M6.75 1.5V3",stroke:"currentColor"}),C("path",{d:"M3 9V6C3 5.72386 3.22386 5.5 3.5 5.5H8.5C8.77614 5.5 9 5.72386 9 6V9C9 9.27614 8.77614 9.5 8.5 9.5H3.5C3.22386 9.5 3 9.27614 3 9Z",stroke:"currentColor","stroke-width":"0.8"}),C("path",{d:"M3.5 1.5V3.25C3.5 3.52614 3.72386 3.75 4 3.75H7.5C7.77614 3.75 8 3.52614 8 3.25V1.5",stroke:"currentColor","stroke-width":"0.8"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M1.8667 12.8V3.19997C1.8667 2.46359 2.46365 1.86664 3.20003 1.86664H10.7811C11.1347 1.86664 11.4738 2.00711 11.7239 2.25716L13.7428 4.27612C13.9929 4.52617 14.1334 4.86531 14.1334 5.21894V12.8C14.1334 13.5364 13.5364 14.1333 12.8 14.1333H3.20003C2.46365 14.1333 1.8667 13.5364 1.8667 12.8Z",stroke:"currentColor"}),C("path",{d:"M9 2V4",stroke:"currentColor","stroke-width":"1.33333"}),C("path",{d:"M4 12V7.99998C4 7.63179 4.29848 7.33331 4.66667 7.33331H11.3333C11.7015 7.33331 12 7.63179 12 7.99998V12C12 12.3682 11.7015 12.6666 11.3333 12.6666H4.66667C4.29848 12.6666 4 12.3682 4 12Z",stroke:"currentColor"}),C("path",{d:"M4.66663 2V4.33333C4.66663 4.70152 4.9651 5 5.33329 5H9.99996C10.3681 5 10.6666 4.70152 10.6666 4.33333V2",stroke:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.33337 16V3.99998C2.33337 3.0795 3.07957 2.33331 4.00004 2.33331H13.4763C13.9183 2.33331 14.3423 2.50891 14.6548 2.82146L17.1785 5.34517C17.4911 5.65773 17.6667 6.08165 17.6667 6.52368V16C17.6667 16.9205 16.9205 17.6666 16 17.6666H4.00004C3.07957 17.6666 2.33337 16.9205 2.33337 16Z",stroke:"currentColor","stroke-width":"1.25"}),C("path",{d:"M11.25 2.5V5",stroke:"currentColor","stroke-width":"1.25"}),C("path",{d:"M5 15V10C5 9.53978 5.3731 9.16669 5.83333 9.16669H14.1667C14.6269 9.16669 15 9.53978 15 10V15C15 15.4603 14.6269 15.8334 14.1667 15.8334H5.83333C5.3731 15.8334 5 15.4603 5 15Z",stroke:"currentColor","stroke-width":"1.25"}),C("path",{d:"M5.83337 2.5V5.41667C5.83337 5.8769 6.20647 6.25 6.66671 6.25H12.5C12.9603 6.25 13.3334 5.8769 13.3334 5.41667V2.5",stroke:"currentColor","stroke-width":"1.25"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M2.80005 19.2V4.79999C2.80005 3.69542 3.69548 2.79999 4.80005 2.79999H16.1716C16.702 2.79999 17.2107 3.0107 17.5858 3.38577L20.6143 6.41421C20.9893 6.78929 21.2 7.298 21.2 7.82843V19.2C21.2 20.3046 20.3046 21.2 19.2001 21.2H4.80005C3.69548 21.2 2.80005 20.3046 2.80005 19.2Z",stroke:"currentColor","stroke-width":"1.5"}),C("path",{d:"M13.5 3V6",stroke:"currentColor","stroke-width":"2"}),C("path",{d:"M6 18V12C6 11.4477 6.44772 11 7 11H17C17.5523 11 18 11.4477 18 12V18C18 18.5523 17.5523 19 17 19H7C6.44772 19 6 18.5523 6 18Z",stroke:"currentColor","stroke-width":"1.5"}),C("path",{d:"M7 3V6.5C7 7.05228 7.44772 7.5 8 7.5H15C15.5523 7.5 16 7.05228 16 6.5V3",stroke:"currentColor","stroke-width":"1.5"}))}}),...Object.freeze({__proto__:null,search:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.71375 0.633606C5.25994 0.633847 6.51355 1.88716 6.51355 3.43341V3.71368C6.51345 4.37869 6.27985 4.98826 5.89246 5.46857L7.27917 6.85529C7.39587 6.97248 7.39617 7.16211 7.27917 7.27911C7.16217 7.39612 6.97254 7.39581 6.85535 7.27911L5.46863 5.8924C4.98832 6.27979 4.37875 6.51339 3.71375 6.51349H3.43347C1.88722 6.51349 0.633907 5.25988 0.633667 3.71368V3.43341C0.633667 1.88701 1.88707 0.633606 3.43347 0.633606H3.71375ZM3.43347 1.23322C2.21845 1.23322 1.23328 2.21838 1.23328 3.43341V3.71368C1.23352 4.92851 2.21859 5.9129 3.43347 5.9129H3.71375C4.92842 5.91266 5.91272 4.92836 5.91296 3.71368V3.43341C5.91296 2.21853 4.92857 1.23346 3.71375 1.23322H3.43347Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.64136 0.766418C6.58816 0.766418 8.16675 2.34501 8.16675 4.29181V4.64142C8.16675 5.47048 7.87923 6.23178 7.40015 6.8338L9.11694 8.5506C9.27281 8.70683 9.27303 8.96091 9.11694 9.117C8.96085 9.2731 8.70677 9.27288 8.55054 9.117L6.83374 7.40021C6.23171 7.87929 5.47042 8.16681 4.64136 8.16681H4.29175C2.34494 8.16681 0.766357 6.58822 0.766357 4.64142V4.29181C0.766357 2.34501 2.34495 0.76642 4.29175 0.766418H4.64136ZM4.29175 1.5672C2.78677 1.5672 1.56714 2.78683 1.56714 4.29181V4.64142C1.56714 6.14639 2.78677 7.367 4.29175 7.367H4.64136C6.14633 7.367 7.36694 6.14639 7.36694 4.64142V4.29181C7.36694 2.78683 6.14633 1.5672 4.64136 1.5672H4.29175Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.57007 0.900146C7.91719 0.900244 9.82007 2.803 9.82007 5.15015V5.57007C9.82003 6.56335 9.47705 7.47536 8.90601 8.19897L10.9539 10.2468C11.1488 10.4421 11.149 10.7587 10.9539 10.9539C10.7587 11.149 10.4421 11.1488 10.2468 10.9539L8.19897 8.90601C7.47536 9.47705 6.56335 9.82003 5.57007 9.82007H5.15015C2.803 9.82007 0.900245 7.91719 0.900146 5.57007V5.15015C0.900147 2.80294 2.80294 0.900147 5.15015 0.900146H5.57007ZM5.15015 1.90015C3.35522 1.90015 1.90015 3.35522 1.90015 5.15015V5.57007C1.90024 7.36491 3.35528 8.82007 5.15015 8.82007H5.57007C7.36485 8.81997 8.81997 7.36485 8.82007 5.57007V5.15015C8.82007 3.35528 7.36491 1.90024 5.57007 1.90015H5.15015Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M7.42651 1.36688C10.4641 1.36688 12.9265 3.82932 12.9265 6.86688V7.42645C12.9265 8.76517 12.4471 9.99127 11.6521 10.945L14.4871 13.78C14.6819 13.9753 14.6822 14.2919 14.4871 14.487C14.2919 14.6821 13.9753 14.6819 13.78 14.487L10.9451 11.652C9.99133 12.4471 8.76523 12.9265 7.42651 12.9265H6.86694C3.82938 12.9265 1.36694 10.464 1.36694 7.42645V6.86688C1.36694 3.82932 3.82938 1.36688 6.86694 1.36688H7.42651ZM6.86694 2.36688C4.38166 2.36688 2.36694 4.3816 2.36694 6.86688V7.42645C2.36694 9.91173 4.38166 11.9265 6.86694 11.9265H7.42651C9.91179 11.9265 11.9265 9.91173 11.9265 7.42645V6.86688C11.9265 4.3816 9.91179 2.36688 7.42651 2.36688H6.86694Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.28284 1.70859C13.0798 1.70859 16.1578 4.78663 16.1578 8.58359V9.28281C16.1578 10.9562 15.5589 12.4891 14.5651 13.6812L18.108 17.2252C18.3521 17.4693 18.3521 17.8649 18.108 18.109C17.8639 18.3526 17.4682 18.3529 17.2242 18.109L13.6803 14.566C12.4883 15.5593 10.9558 16.1578 9.28284 16.1578H8.58362C4.78666 16.1578 1.70862 13.0798 1.70862 9.28281V8.58359C1.70862 4.78663 4.78666 1.70859 8.58362 1.70859H9.28284ZM8.58362 2.95859C5.47702 2.95859 2.95862 5.47699 2.95862 8.58359V9.28281C2.95862 12.3894 5.47702 14.9078 8.58362 14.9078H9.28284C12.3894 14.9078 14.9078 12.3894 14.9078 9.28281V8.58359C14.9078 5.47699 12.3894 2.95859 9.28284 2.95859H8.58362Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.1401 2.05032C15.6963 2.05052 19.3901 5.7441 19.3901 10.3003V11.1402C19.3901 13.1482 18.6716 14.9879 17.479 16.4185L21.73 20.6695C22.0229 20.9624 22.0229 21.4371 21.73 21.73C21.4371 22.0229 20.9623 22.0229 20.6694 21.73L16.4185 17.479C14.9878 18.6716 13.1481 19.3901 11.1401 19.3902H10.3003C5.74407 19.3902 2.05049 15.6963 2.05029 11.1402V10.3003C2.05029 5.74398 5.74395 2.05033 10.3003 2.05032H11.1401ZM10.3003 3.55032C6.57237 3.55033 3.55029 6.5724 3.55029 10.3003V11.1402C3.55049 14.8679 6.57249 17.8902 10.3003 17.8902H11.1401C14.8678 17.89 17.8899 14.8678 17.8901 11.1402V10.3003C17.8901 6.57252 14.8679 3.55052 11.1401 3.55032H10.3003Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,setting:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.39527 0.333314C4.50307 0.333314 4.5995 0.400413 4.6358 0.500878L4.89465 1.21844C4.98742 1.24154 5.06698 1.26464 5.13445 1.28884C5.20814 1.31524 5.30311 1.3552 5.42043 1.40983L6.02321 1.09084C6.07242 1.06477 6.12874 1.05536 6.18375 1.06402C6.23875 1.07268 6.28946 1.09895 6.32827 1.13887L6.85845 1.68703C6.92885 1.76 6.94865 1.8667 6.90905 1.95983L6.62636 2.62239C6.67329 2.70855 6.71069 2.78225 6.73929 2.84385C6.77009 2.91095 6.80822 3.00335 6.85369 3.12251L7.51256 3.40484C7.61156 3.44701 7.67279 3.54601 7.66619 3.65197L7.61779 4.4128C7.61448 4.46223 7.59674 4.50959 7.56676 4.54903C7.53677 4.58846 7.49587 4.61823 7.44913 4.63463L6.82509 4.85646C6.80712 4.94262 6.78842 5.01632 6.76862 5.07866C6.73669 5.17492 6.70023 5.26963 6.65936 5.36245L6.97285 6.05544C6.99497 6.10414 7.00093 6.15863 6.98985 6.21095C6.97876 6.26327 6.95122 6.31067 6.91125 6.34621L6.31507 6.8786C6.27581 6.91351 6.22681 6.9356 6.17465 6.94189C6.12249 6.94818 6.06965 6.93838 6.02321 6.9138L5.4087 6.5882C5.31256 6.63911 5.21338 6.68405 5.11171 6.72277L4.84332 6.82324L4.605 7.48323C4.58734 7.53156 4.55548 7.57342 4.5136 7.60333C4.47172 7.63323 4.42179 7.64978 4.37034 7.65079L3.6737 7.66656C3.62088 7.66794 3.56894 7.65293 3.52501 7.62358C3.48109 7.59423 3.44734 7.55198 3.4284 7.50266L3.14755 6.75944C3.05172 6.72669 2.95684 6.69123 2.86302 6.6531C2.78629 6.61989 2.71071 6.58406 2.63643 6.54567L1.93979 6.8434C1.89389 6.86299 1.84328 6.8688 1.79413 6.86014C1.74498 6.85149 1.69941 6.82873 1.66297 6.79464L1.14745 6.31101C1.10907 6.27516 1.08293 6.22815 1.07273 6.17663C1.06253 6.1251 1.06879 6.07168 1.09062 6.02391L1.39017 5.37125C1.35034 5.29395 1.3134 5.21518 1.27945 5.13512C1.23981 5.03712 1.20313 4.93796 1.16945 4.83776L0.513139 4.63793C0.459791 4.6218 0.41326 4.58851 0.380773 4.54323C0.348286 4.49795 0.33166 4.4432 0.333478 4.3875L0.359144 3.68314C0.360971 3.63718 0.375327 3.5926 0.40066 3.55421C0.425992 3.51583 0.461337 3.48509 0.502872 3.46534L1.19145 3.13461C1.22335 3.01765 1.25121 2.92672 1.27578 2.86035C1.31037 2.77171 1.34878 2.6846 1.39091 2.59929L1.09245 1.96863C1.0698 1.92073 1.06292 1.86689 1.07281 1.81484C1.08269 1.7628 1.10882 1.71522 1.14745 1.67896L1.66223 1.19277C1.69832 1.15873 1.74347 1.13585 1.79226 1.12687C1.84104 1.1179 1.89138 1.12321 1.93722 1.14217L2.63313 1.42963C2.71013 1.3783 2.77979 1.33687 2.84286 1.3035C2.91802 1.26354 3.01849 1.22174 3.14498 1.17664L3.38697 0.501612C3.40486 0.452211 3.43756 0.409536 3.48061 0.379414C3.52366 0.349293 3.57496 0.333193 3.6275 0.333314H4.39527ZM4.00882 2.90692C3.39761 2.90692 2.90226 3.39641 2.90226 4.00067C2.90226 4.60493 3.39761 5.09479 4.00882 5.09479C4.61966 5.09479 5.11501 4.60493 5.11501 4.00067C5.11501 3.39641 4.62003 2.90692 4.00882 2.90692Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.49407 0.416688C5.62881 0.416688 5.74935 0.500562 5.79472 0.626144L6.11829 1.52309C6.23425 1.55197 6.3337 1.58084 6.41803 1.61109C6.51016 1.64409 6.62886 1.69405 6.77552 1.76234L7.52899 1.36359C7.5905 1.33101 7.66091 1.31925 7.72966 1.33007C7.79841 1.3409 7.8618 1.37373 7.91032 1.42363L8.57304 2.10883C8.66104 2.20004 8.68579 2.33341 8.63629 2.44983L8.28293 3.27803C8.34159 3.38574 8.38834 3.47786 8.42409 3.55486C8.46259 3.63873 8.51025 3.75423 8.56709 3.90319L9.39068 4.2561C9.51443 4.30881 9.59097 4.43256 9.58272 4.56501L9.52222 5.51604C9.51808 5.57783 9.4959 5.63704 9.45842 5.68633C9.42094 5.73562 9.36982 5.77283 9.31139 5.79333L8.53134 6.07062C8.50888 6.17833 8.4855 6.27045 8.46076 6.34837C8.42084 6.4687 8.37526 6.58708 8.32418 6.70311L8.71604 7.56935C8.7437 7.63021 8.75114 7.69833 8.73729 7.76374C8.72343 7.82914 8.689 7.88839 8.63904 7.93281L7.89382 8.5983C7.84474 8.64194 7.7835 8.66954 7.71829 8.67741C7.65309 8.68527 7.58704 8.67302 7.52899 8.6423L6.76086 8.2353C6.64068 8.29893 6.5167 8.35511 6.38962 8.40351L6.05413 8.52909L5.75622 9.35408C5.73415 9.4145 5.69432 9.46683 5.64198 9.50421C5.58963 9.54158 5.52721 9.56227 5.4629 9.56354L4.5921 9.58324C4.52608 9.58498 4.46115 9.56621 4.40624 9.52952C4.35134 9.49283 4.30915 9.44002 4.28548 9.37837L3.93441 8.44934C3.81463 8.4084 3.69603 8.36408 3.57876 8.31643C3.48284 8.27491 3.38837 8.23012 3.29552 8.18214L2.42471 8.5543C2.36734 8.57878 2.30408 8.58605 2.24264 8.57522C2.18121 8.5644 2.12424 8.53595 2.07868 8.49334L1.43429 7.88881C1.38631 7.84399 1.35364 7.78523 1.34089 7.72083C1.32814 7.65643 1.33597 7.58965 1.36325 7.52993L1.7377 6.71411C1.6879 6.61748 1.64173 6.51903 1.59928 6.41895C1.54974 6.29645 1.50389 6.17249 1.46179 6.04724L0.6414 5.79746C0.574716 5.7773 0.516552 5.73569 0.475943 5.67908C0.435334 5.62248 0.414552 5.55405 0.416825 5.48442L0.448907 4.60397C0.451191 4.54652 0.469136 4.4908 0.500801 4.44281C0.532467 4.39483 0.576649 4.35641 0.628568 4.33172L1.48929 3.91831C1.52916 3.77211 1.56399 3.65844 1.5947 3.57548C1.63794 3.46468 1.68595 3.3558 1.73861 3.24915L1.36554 2.46083C1.33723 2.40096 1.32863 2.33366 1.34099 2.2686C1.35334 2.20354 1.38601 2.14407 1.43429 2.09875L2.07777 1.49101C2.12288 1.44846 2.17932 1.41986 2.2403 1.40864C2.30128 1.39742 2.36421 1.40406 2.42151 1.42776L3.29139 1.78709C3.38764 1.72292 3.47472 1.67113 3.55355 1.62942C3.6475 1.57947 3.77308 1.52722 3.9312 1.47084L4.23369 0.62706C4.25606 0.565309 4.29693 0.511966 4.35074 0.474314C4.40455 0.436662 4.46867 0.416537 4.53435 0.416688H5.49407ZM5.011 3.63369C4.24698 3.63369 3.6278 4.24556 3.6278 5.00088C3.6278 5.75621 4.24698 6.36853 5.011 6.36853C5.77456 6.36853 6.39374 5.75621 6.39374 5.00088C6.39374 4.24556 5.77501 3.63369 5.011 3.63369Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.59289 0.500001C6.75459 0.500001 6.89923 0.60065 6.95368 0.751348L7.34197 1.82768C7.48111 1.86233 7.60046 1.89698 7.70165 1.93328C7.8122 1.97288 7.95464 2.03283 8.13064 2.11478L9.03481 1.63629C9.10861 1.59719 9.1931 1.58307 9.2756 1.59606C9.35811 1.60905 9.43417 1.64845 9.49239 1.70834L10.2877 2.53058C10.3933 2.64003 10.423 2.80007 10.3636 2.93977L9.93953 3.93361C10.0099 4.06286 10.066 4.17341 10.1089 4.26581C10.1551 4.36645 10.2123 4.50505 10.2805 4.6838L11.2688 5.1073C11.4173 5.17054 11.5092 5.31904 11.4993 5.47799L11.4267 6.61923C11.4217 6.69337 11.3951 6.76442 11.3501 6.82357C11.3051 6.88272 11.2438 6.92737 11.1737 6.95197L10.2376 7.28472C10.2107 7.41397 10.1826 7.52452 10.1529 7.61801C10.105 7.76241 10.0503 7.90447 9.98902 8.04371L10.4593 9.0832C10.4924 9.15623 10.5014 9.23798 10.4848 9.31646C10.4681 9.39494 10.4268 9.46604 10.3669 9.51934L9.47259 10.3179C9.4137 10.3703 9.34021 10.4034 9.26196 10.4129C9.18372 10.4223 9.10446 10.4076 9.03481 10.3707L8.11304 9.88234C7.96883 9.9587 7.82005 10.0261 7.66755 10.0842L7.26497 10.2349L6.90748 11.2249C6.88099 11.2974 6.8332 11.3602 6.77039 11.405C6.70757 11.4499 6.63266 11.4747 6.55549 11.4762L5.51053 11.4999C5.43131 11.5019 5.3534 11.4794 5.28751 11.4354C5.22161 11.3914 5.17099 11.328 5.14259 11.254L4.72131 10.1392C4.57757 10.0901 4.43525 10.0369 4.29452 9.97969C4.17942 9.92987 4.06606 9.87612 3.95463 9.81854L2.90967 10.2651C2.84082 10.2945 2.76491 10.3032 2.69118 10.2902C2.61746 10.2773 2.5491 10.2431 2.49443 10.192L1.72116 9.46654C1.66359 9.41277 1.62438 9.34225 1.60908 9.26497C1.59378 9.18769 1.60317 9.10755 1.63591 9.0359L2.08525 8.05691C2.02549 7.94096 1.97008 7.82281 1.91915 7.70271C1.8597 7.55572 1.80468 7.40697 1.75416 7.25667L0.769693 6.95692C0.689671 6.93274 0.619875 6.8828 0.571144 6.81488C0.522413 6.74695 0.497475 6.66483 0.500202 6.58128L0.538701 5.52474C0.541441 5.4558 0.562975 5.38893 0.600974 5.33135C0.638973 5.27377 0.691991 5.22767 0.754293 5.19804L1.78716 4.70195C1.83501 4.5265 1.8768 4.3901 1.91365 4.29056C1.96554 4.15759 2.02316 4.02694 2.08635 3.89896L1.63866 2.95297C1.60469 2.88113 1.59437 2.80037 1.60919 2.7223C1.62402 2.64422 1.66322 2.57286 1.72116 2.51848L2.49333 1.78919C2.54746 1.73813 2.61519 1.70381 2.68837 1.69034C2.76155 1.67688 2.83706 1.68484 2.90582 1.71329L3.94968 2.14448C4.06518 2.06748 4.16967 2.00533 4.26427 1.95528C4.37702 1.89533 4.52771 1.83263 4.71746 1.76499L5.08044 0.752448C5.10728 0.678346 5.15633 0.614334 5.2209 0.569152C5.28548 0.52397 5.36242 0.499821 5.44123 0.500001H6.59289ZM6.01321 4.3604C5.09639 4.3604 4.35337 5.09465 4.35337 6.00103C4.35337 6.90742 5.09639 7.64221 6.01321 7.64221C6.92948 7.64221 7.6725 6.90742 7.6725 6.00103C7.6725 5.09465 6.93003 4.3604 6.01321 4.3604Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.79051 0.666688C9.0061 0.666688 9.19896 0.800887 9.27156 1.00182L9.78928 2.43693C9.9748 2.48313 10.1339 2.52933 10.2689 2.57773C10.4163 2.63053 10.6062 2.71046 10.8408 2.81973L12.0464 2.18174C12.1448 2.1296 12.2575 2.11078 12.3675 2.1281C12.4775 2.14543 12.5789 2.19795 12.6565 2.2778L13.7169 3.37412C13.8577 3.52005 13.8973 3.73345 13.8181 3.91972L13.2527 5.24483C13.3466 5.41716 13.4214 5.56456 13.4785 5.68776C13.5401 5.82196 13.6164 6.00676 13.7073 6.24509L15.0251 6.80975C15.2231 6.89408 15.3456 7.09208 15.3324 7.30401L15.2356 8.82566C15.2289 8.92451 15.1934 9.01925 15.1335 9.09812C15.0735 9.17698 14.9917 9.23651 14.8982 9.26932L13.6501 9.71298C13.6142 9.88531 13.5768 10.0327 13.5372 10.1574C13.4733 10.3499 13.4004 10.5393 13.3187 10.725L13.9457 12.1109C13.9899 12.2083 14.0018 12.3173 13.9797 12.422C13.9575 12.5266 13.9024 12.6214 13.8225 12.6925L12.6301 13.7573C12.5516 13.8271 12.4536 13.8713 12.3493 13.8838C12.245 13.8964 12.1393 13.8768 12.0464 13.8277L10.8174 13.1765C10.6251 13.2783 10.4267 13.3682 10.2234 13.4456L9.68661 13.6465L9.20996 14.9665C9.17464 15.0632 9.11092 15.1469 9.02717 15.2067C8.94342 15.2665 8.84354 15.2996 8.74065 15.3016L7.34736 15.3332C7.24174 15.3359 7.13785 15.3059 7.05 15.2472C6.96214 15.1885 6.89464 15.104 6.85678 15.0054L6.29506 13.5189C6.10341 13.4534 5.91365 13.3825 5.72602 13.3063C5.57255 13.2398 5.4214 13.1682 5.27283 13.0914L3.87955 13.6869C3.78774 13.726 3.68653 13.7377 3.58824 13.7203C3.48994 13.703 3.3988 13.6575 3.3259 13.5893L2.29487 12.6221C2.21811 12.5504 2.16583 12.4564 2.14543 12.3533C2.12504 12.2503 2.13755 12.1434 2.18121 12.0479L2.78032 10.7426C2.70064 10.588 2.62677 10.4304 2.55886 10.2703C2.47959 10.0743 2.40623 9.87598 2.33887 9.67558L1.02625 9.27592C0.919551 9.24367 0.82649 9.17709 0.761515 9.08652C0.696541 8.99595 0.66329 8.88646 0.666926 8.77506L0.718258 7.36634C0.721911 7.27443 0.750623 7.18526 0.801288 7.10849C0.851954 7.03171 0.922644 6.97025 1.00571 6.93075L2.38287 6.26929C2.44666 6.03536 2.5024 5.85349 2.55153 5.72076C2.62071 5.54348 2.69753 5.36927 2.78179 5.19863L2.18487 3.93732C2.13957 3.84153 2.12582 3.73385 2.14558 3.62975C2.16535 3.52565 2.21762 3.4305 2.29487 3.35799L3.32443 2.3856C3.39661 2.31753 3.48691 2.27176 3.58449 2.25381C3.68206 2.23585 3.78274 2.24648 3.87441 2.2844L5.26623 2.85933C5.42023 2.75666 5.55956 2.6738 5.68569 2.60706C5.83601 2.52713 6.03694 2.44353 6.28993 2.35333L6.77391 1.00328C6.80969 0.904482 6.8751 0.819133 6.9612 0.75889C7.04729 0.698647 7.14988 0.666448 7.25496 0.666688H8.79051ZM8.0176 5.81389C6.79518 5.81389 5.80448 6.79288 5.80448 8.0014C5.80448 9.20992 6.79518 10.1896 8.0176 10.1896C9.2393 10.1896 10.23 9.20992 10.23 8.0014C10.23 6.79288 9.24003 5.81389 8.0176 5.81389Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.9882 0.833315C11.2577 0.833315 11.4987 1.00106 11.5895 1.25223L12.2366 3.04612C12.4685 3.10387 12.6674 3.16162 12.8361 3.22212C13.0203 3.28812 13.2577 3.38803 13.5511 3.52462L15.058 2.72713C15.181 2.66196 15.3218 2.63843 15.4593 2.66008C15.5969 2.68174 15.7236 2.74739 15.8207 2.84721L17.1461 4.21761C17.3221 4.40002 17.3716 4.66677 17.2726 4.8996L16.5659 6.55599C16.6832 6.77141 16.7767 6.95566 16.8482 7.10965C16.9252 7.2774 17.0205 7.5084 17.1342 7.80631L18.7814 8.51214C19.0289 8.61755 19.182 8.86505 19.1655 9.12996L19.0445 11.032C19.0362 11.1556 18.9918 11.274 18.9169 11.3726C18.8419 11.4712 18.7397 11.5456 18.6228 11.5866L17.0627 12.1412C17.0178 12.3566 16.971 12.5408 16.9215 12.6967C16.8417 12.9373 16.7505 13.1741 16.6484 13.4062L17.4321 15.1386C17.4874 15.2604 17.5023 15.3966 17.4746 15.5274C17.4469 15.6582 17.378 15.7767 17.2781 15.8655L15.7877 17.1965C15.6895 17.2838 15.567 17.339 15.4366 17.3547C15.3062 17.3705 15.1741 17.346 15.058 17.2845L13.5217 16.4705C13.2814 16.5978 13.0334 16.7102 12.7793 16.807L12.1083 17.0581L11.5125 18.7081C11.4683 18.8289 11.3887 18.9336 11.284 19.0084C11.1793 19.0831 11.0544 19.1245 10.9258 19.127L9.18422 19.1664C9.05219 19.1699 8.92234 19.1323 8.81252 19.059C8.7027 18.9856 8.61832 18.88 8.57099 18.7567L7.86885 16.8986C7.62929 16.8167 7.39209 16.7281 7.15755 16.6328C6.96571 16.5498 6.77677 16.4602 6.59106 16.3642L4.84946 17.1085C4.7347 17.1575 4.60819 17.172 4.48532 17.1504C4.36245 17.1287 4.24852 17.0718 4.1574 16.9866L2.86861 15.7775C2.77266 15.6879 2.70731 15.5704 2.68181 15.4416C2.65632 15.3128 2.67196 15.1792 2.72653 15.0598L3.47542 13.4282C3.37582 13.2349 3.28348 13.038 3.1986 12.8378C3.09951 12.5928 3.00781 12.3449 2.92361 12.0944L1.28283 11.5949C1.14946 11.5545 1.03313 11.4713 0.951917 11.3581C0.870699 11.2449 0.829135 11.108 0.83368 10.9688L0.897845 9.20788C0.902412 9.09299 0.938302 8.98153 1.00163 8.88556C1.06496 8.78959 1.15333 8.71276 1.25717 8.66339L2.97861 7.83656C3.05835 7.54415 3.12802 7.31682 3.18943 7.1509C3.27591 6.9293 3.37194 6.71154 3.47726 6.49825L2.73111 4.9216C2.67449 4.80187 2.65729 4.66726 2.682 4.53714C2.70671 4.40702 2.77204 4.28808 2.86861 4.19744L4.15557 2.98196C4.24578 2.89686 4.35866 2.83966 4.48063 2.81721C4.60259 2.79477 4.72845 2.80805 4.84304 2.85546L6.58281 3.57411C6.77531 3.44578 6.94947 3.3422 7.10713 3.25879C7.29504 3.15887 7.5462 3.05437 7.86244 2.94162L8.46742 1.25406C8.51214 1.13056 8.5939 1.02387 8.70152 0.948567C8.80914 0.873263 8.93738 0.833014 9.06873 0.833315H10.9882ZM10.022 7.26732C8.494 7.26732 7.25562 8.49106 7.25562 10.0017C7.25562 11.5124 8.494 12.737 10.022 12.737C11.5491 12.737 12.7875 11.5124 12.7875 10.0017C12.7875 8.49106 11.5501 7.26732 10.022 7.26732Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.1858 1C13.5092 1 13.7985 1.2013 13.9074 1.5027L14.6839 3.65537C14.9622 3.72467 15.2009 3.79397 15.4033 3.86657C15.6244 3.94577 15.9093 4.06567 16.2613 4.22956L18.0696 3.27257C18.2172 3.19437 18.3862 3.16614 18.5512 3.19213C18.7162 3.21811 18.8683 3.2969 18.9848 3.41667L20.5753 5.06115C20.7865 5.28005 20.8459 5.60015 20.7271 5.87954L19.8791 7.86722C20.0198 8.12572 20.132 8.34681 20.2178 8.53161C20.3102 8.73291 20.4246 9.01011 20.561 9.3676L22.5377 10.2146C22.8346 10.3411 23.0183 10.6381 22.9985 10.956L22.8533 13.2385C22.8434 13.3867 22.7902 13.5288 22.7002 13.6471C22.6103 13.7654 22.4876 13.8547 22.3474 13.9039L20.4752 14.5694C20.4213 14.8279 20.3652 15.049 20.3058 15.236C20.21 15.5248 20.1006 15.8089 19.978 16.0874L20.9185 18.1664C20.9849 18.3125 21.0028 18.476 20.9695 18.6329C20.9363 18.7899 20.8536 18.9321 20.7337 19.0387L18.9452 20.6359C18.8274 20.7406 18.6804 20.8069 18.5239 20.8257C18.3674 20.8446 18.2089 20.8152 18.0696 20.7415L16.2261 19.7647C15.9377 19.9174 15.6401 20.0522 15.3351 20.1684L14.5299 20.4698L13.815 22.4497C13.762 22.5947 13.6664 22.7203 13.5408 22.81C13.4151 22.8998 13.2653 22.9494 13.111 22.9524L11.0211 22.9997C10.8626 23.0039 10.7068 22.9588 10.575 22.8708C10.4432 22.7827 10.342 22.656 10.2852 22.508L9.44261 20.2784C9.15513 20.1801 8.8705 20.0737 8.58904 19.9594C8.35884 19.8597 8.13211 19.7522 7.90927 19.6371L5.81934 20.5303C5.68163 20.589 5.52981 20.6065 5.38237 20.5805C5.23492 20.5545 5.09821 20.4862 4.98887 20.384L3.44232 18.9331C3.32718 18.8255 3.24876 18.6845 3.21817 18.5299C3.18757 18.3754 3.20634 18.2151 3.27183 18.0718L4.17049 16.1138C4.05098 15.8819 3.94017 15.6456 3.83831 15.4054C3.7194 15.1114 3.60936 14.8139 3.50832 14.5133L1.53939 13.9138C1.37934 13.8655 1.23975 13.7656 1.14229 13.6298C1.04483 13.4939 0.99495 13.3297 1.0004 13.1626L1.0774 11.0495C1.08288 10.9116 1.12595 10.7779 1.20195 10.6627C1.27795 10.5475 1.38398 10.4553 1.50859 10.3961L3.57431 9.4039C3.67001 9.053 3.75361 8.78021 3.82731 8.58111C3.93108 8.31518 4.04632 8.05387 4.17269 7.79792L3.27733 5.90594C3.20938 5.76227 3.18874 5.60074 3.21839 5.44459C3.24804 5.28845 3.32644 5.14573 3.44232 5.03695L4.98667 3.57837C5.09493 3.47626 5.23038 3.40761 5.37674 3.38068C5.5231 3.35375 5.67412 3.36969 5.81164 3.42657L7.89937 4.28896C8.13036 4.13496 8.33935 4.01067 8.52854 3.91057C8.75404 3.79067 9.05543 3.66527 9.43491 3.52997L10.1609 1.5049C10.2146 1.35669 10.3127 1.22867 10.4418 1.1383C10.571 1.04794 10.7248 0.999641 10.8825 1H13.1858ZM12.0264 8.72081C10.1928 8.72081 8.70674 10.1893 8.70674 12.0021C8.70674 13.8148 10.1928 15.2844 12.0264 15.2844C13.859 15.2844 15.345 13.8148 15.345 12.0021C15.345 10.1893 13.8601 8.72081 12.0264 8.72081Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,star:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.08726 0.333313C4.13157 0.333419 4.16802 0.368189 4.17026 0.412415L4.30796 3.46417L7.02183 2.0589C7.06132 2.03866 7.10996 2.05266 7.13218 2.09113L7.21909 2.24249C7.24104 2.28099 7.2291 2.32989 7.19175 2.35382L4.61753 3.99933L7.19175 5.64581C7.22928 5.66982 7.24137 5.71953 7.21909 5.75812L7.13218 5.90851C7.10994 5.94702 7.06134 5.96107 7.02183 5.94073L4.30894 4.53448L4.17026 7.58722C4.16818 7.6316 4.13167 7.66621 4.08726 7.66632H3.91343C3.86891 7.66632 3.83152 7.63167 3.82944 7.58722L3.68979 4.53448L0.978857 5.94073C0.939313 5.96123 0.89079 5.94707 0.868505 5.90851L0.780615 5.75812C0.758423 5.7196 0.770575 5.66984 0.807958 5.64581L3.3812 3.99933L0.807958 2.35382C0.770836 2.32986 0.758824 2.28089 0.780615 2.24249L0.868505 2.09113C0.890857 2.05276 0.9394 2.03845 0.978857 2.0589L3.68979 3.46417L3.82944 0.412415C3.83168 0.368114 3.86902 0.333313 3.91343 0.333313H4.08726Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.10878 0.416687C5.16447 0.416692 5.21075 0.460667 5.21328 0.516296L5.38515 4.33075L8.77675 2.57391C8.82609 2.54834 8.88652 2.56597 8.91445 2.61395L9.02382 2.80243C9.05163 2.85059 9.03641 2.91203 8.98964 2.94208L5.77187 4.99969L8.98964 7.05731C9.03656 7.08732 9.05167 7.14971 9.02382 7.19794L8.91445 7.38544C8.88662 7.43364 8.82618 7.45201 8.77675 7.42645L5.38515 5.66864L5.21328 9.48407C5.21068 9.53964 5.16443 9.58367 5.10878 9.58368H4.89101C4.83546 9.58359 4.79011 9.53956 4.7875 9.48407L4.61269 5.66864L1.22304 7.42645C1.17364 7.45191 1.11315 7.43359 1.08535 7.38544L0.975972 7.19794C0.948133 7.14972 0.96326 7.08733 1.01015 7.05731L4.22695 4.99969L1.01015 2.94208C0.963489 2.912 0.948211 2.85055 0.975972 2.80243L1.08535 2.61395C1.11324 2.56594 1.1737 2.54839 1.22304 2.57391L4.61367 4.33075L4.7875 0.516296C4.79002 0.460722 4.8354 0.416779 4.89101 0.416687H5.10878Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.1304 0.5C6.19717 0.5 6.25227 0.552469 6.2554 0.619141L6.46243 5.19727L10.5318 3.08887C10.591 3.05815 10.6643 3.07901 10.6978 3.13672L10.8286 3.36328C10.8619 3.42112 10.8438 3.49529 10.7876 3.53125L6.9263 6L10.7876 8.46875C10.8438 8.5047 10.8619 8.57888 10.8286 8.63672L10.6978 8.86328C10.6643 8.921 10.591 8.94185 10.5318 8.91113L6.46341 6.80273L6.2554 11.3809C6.25227 11.4475 6.19717 11.5 6.1304 11.5H5.86966C5.80289 11.5 5.74778 11.4475 5.74466 11.3809L5.53665 6.80176L1.46829 8.91113C1.40903 8.94185 1.33574 8.921 1.30227 8.86328L1.17141 8.63672C1.1382 8.57888 1.15621 8.50471 1.21243 8.46875L5.07278 6L1.21243 3.53125C1.15621 3.49529 1.13819 3.42112 1.17141 3.36328L1.30227 3.13672C1.33575 3.07901 1.40903 3.05815 1.46829 3.08887L5.53665 5.19727L5.74466 0.619141C5.74778 0.552469 5.80289 0.5 5.86966 0.5H6.1304Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.17435 0.666656C8.26327 0.666869 8.33632 0.736958 8.34036 0.825836L8.61673 6.92935L14.0425 4.11783C14.1216 4.07683 14.2196 4.10512 14.2642 4.18228L14.438 4.48404C14.4825 4.56115 14.4583 4.65965 14.3833 4.70767L9.23685 7.99966L14.3833 11.2926C14.4582 11.3407 14.4825 11.4392 14.438 11.5163L14.2632 11.817C14.2187 11.8942 14.1216 11.9234 14.0425 11.8825L8.61771 9.06998L8.34036 15.1745C8.3362 15.2632 8.26319 15.3334 8.17435 15.3336H7.82572C7.73674 15.3336 7.66388 15.2633 7.6597 15.1745L7.38138 9.07095L1.95755 11.8825C1.87844 11.9235 1.78042 11.8942 1.73587 11.817L1.56204 11.5163C1.51751 11.4391 1.54173 11.3407 1.61673 11.2926L6.76322 7.99966L1.61673 4.70767C1.54167 4.65966 1.51749 4.56121 1.56204 4.48404L1.73587 4.18228C1.78046 4.10523 1.87849 4.07685 1.95755 4.11783L7.38138 6.92935L7.6597 0.825836C7.66374 0.736852 7.73665 0.666702 7.82572 0.666656H8.17435Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.2174 0.833344C10.3287 0.833353 10.4203 0.921303 10.4254 1.03256L10.7721 8.66147L17.5533 5.1478C17.6521 5.09658 17.7739 5.13158 17.8297 5.22787L18.0475 5.60483C18.1031 5.70129 18.0729 5.82509 17.9791 5.8851L11.5445 9.99936L17.9791 14.1156C18.0727 14.1756 18.1029 14.2985 18.0475 14.3949L17.8297 14.7718C17.774 14.8682 17.6522 14.904 17.5533 14.8529L10.7721 11.3382L10.4254 18.9681C10.4202 19.0792 10.3286 19.1663 10.2174 19.1664H9.78183C9.6707 19.1662 9.57902 19.0791 9.57382 18.9681L9.22616 11.3382L2.44589 14.8529C2.34716 14.9037 2.22617 14.868 2.1705 14.7718L1.95272 14.3949C1.89703 14.2984 1.92725 14.1756 2.02108 14.1156L8.45468 10.0003L2.02011 5.8851C1.92641 5.82505 1.89707 5.70123 1.95272 5.60483L2.16952 5.22787C2.22521 5.13153 2.34705 5.09667 2.44589 5.1478L9.22714 8.66147L9.57382 1.03256C9.57887 0.921414 9.6706 0.833528 9.78183 0.833344H10.2174Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.2607 1C12.3943 1 12.5045 1.10494 12.5107 1.23828L12.9258 10.3945L21.0645 6.17676C21.1829 6.11552 21.3286 6.1581 21.3955 6.27344L21.6572 6.72656C21.7236 6.84217 21.6875 6.98956 21.5752 7.06152L13.8535 11.999L21.5752 16.9385C21.6874 17.0104 21.7236 17.1578 21.6572 17.2734L21.3955 17.7266C21.3286 17.8419 21.1829 17.8844 21.0645 17.8232L12.9268 13.6055L12.5107 22.7617C12.5045 22.8951 12.3943 23 12.2607 23H11.7393C11.6057 23 11.4955 22.8951 11.4893 22.7617L11.0723 13.6055L2.93555 17.8232C2.81708 17.8844 2.67137 17.8419 2.60449 17.7266L2.34277 17.2734C2.27639 17.1578 2.31256 17.0104 2.4248 16.9385L10.1455 11.999L2.4248 7.06152C2.31252 6.98956 2.27637 6.84217 2.34277 6.72656L2.60449 6.27344C2.67139 6.1581 2.81708 6.11553 2.93555 6.17676L11.0723 10.3936L11.4893 1.23828C11.4955 1.10494 11.6057 1 11.7393 1H12.2607Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,synchronize:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.07075 3.56745C1.17879 3.47905 1.33427 3.47636 1.44477 3.56159L2.14399 4.10261C2.27501 4.20396 2.29807 4.39247 2.19672 4.52351C2.09528 4.65432 1.90776 4.6785 1.7768 4.57722L1.61469 4.45319C1.74174 5.03806 2.10243 5.76757 2.93989 6.17585C4.13272 6.75706 5.24294 6.17597 5.64399 5.81257C5.76673 5.70139 5.95654 5.71044 6.06782 5.83308C6.17886 5.95564 6.16957 6.14461 6.04731 6.25593C5.54386 6.71239 4.17317 7.4438 2.67719 6.71491C1.54738 6.1641 1.11777 5.15644 0.996526 4.40437L0.790472 4.57233C0.662243 4.67725 0.472554 4.65851 0.36762 4.53034C0.262788 4.40217 0.282463 4.21339 0.410589 4.10847L1.07075 3.56745ZM1.95356 1.74323C2.45728 1.28675 3.82713 0.556494 5.3227 1.28522C6.45249 1.83608 6.88308 2.84367 7.00434 3.59577L7.20942 3.4278C7.33763 3.32289 7.52733 3.34163 7.63227 3.46979C7.73713 3.59801 7.71751 3.78676 7.5893 3.89167L6.92914 4.43269C6.82108 4.52103 6.66559 4.52382 6.55512 4.43854L5.8559 3.89753C5.72492 3.79614 5.70179 3.60667 5.80317 3.47565C5.90466 3.34518 6.09225 3.32177 6.22309 3.42292L6.3852 3.54694C6.25816 2.96205 5.89748 2.23262 5.06 1.82429C3.86694 1.24294 2.75669 1.82419 2.3559 2.18757C2.23317 2.29874 2.04334 2.2897 1.93207 2.16706C1.82091 2.04437 1.83096 1.85451 1.95356 1.74323Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.32232 4.43931C1.46652 4.32143 1.67403 4.31949 1.82134 4.43345L2.69536 5.10923C2.8697 5.24441 2.90157 5.49519 2.76665 5.66978C2.63144 5.84448 2.37985 5.87623 2.20513 5.74107L2.05767 5.62778C2.22781 6.34083 2.67918 7.20541 3.6856 7.69614C5.16444 8.417 6.54127 7.69733 7.03814 7.24693C7.20166 7.09866 7.45414 7.11105 7.60259 7.27427C7.75095 7.43786 7.73882 7.69032 7.57524 7.83872C6.94159 8.41323 5.21779 9.33354 3.33501 8.41587C1.93453 7.73311 1.38931 6.49301 1.22759 5.55161L1.00396 5.73521C0.833058 5.87496 0.580406 5.84924 0.440479 5.67857C0.300951 5.50776 0.325627 5.25596 0.496143 5.11607L1.32232 4.43931ZM2.42485 2.16099C3.05847 1.58648 4.78236 0.66613 6.66509 1.58384C8.06544 2.26661 8.61073 3.50669 8.77251 4.4481L8.99614 4.26548C9.16712 4.12558 9.41972 4.15116 9.55962 4.32212C9.69908 4.49299 9.67457 4.74479 9.50396 4.88462L8.67778 5.5604C8.53359 5.67839 8.32612 5.68124 8.17876 5.56724L7.30474 4.89146C7.13045 4.75639 7.09886 4.50551 7.23345 4.33091C7.36865 4.15619 7.62025 4.12347 7.79497 4.25864L7.94243 4.37193C7.77227 3.65884 7.32095 2.79433 6.3145 2.30357C4.83572 1.58267 3.45883 2.30238 2.96196 2.75278C2.7984 2.90109 2.54594 2.8888 2.39751 2.72544C2.24914 2.56183 2.26127 2.30939 2.42485 2.16099Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M1.57485 5.31212C1.75507 5.16476 2.01375 5.16094 2.1979 5.30333L3.24575 6.11485C3.46396 6.28366 3.50506 6.59765 3.33657 6.81603C3.16763 7.03433 2.85282 7.07458 2.63442 6.90587L2.50356 6.80528C2.71679 7.6451 3.25656 8.64566 4.43129 9.21837C6.19542 10.0783 7.83911 9.21964 8.43227 8.68224C8.63671 8.49687 8.95277 8.51132 9.13832 8.71544C9.32371 8.91985 9.30838 9.23595 9.10415 9.42149C8.34018 10.1141 6.26227 11.2232 3.99282 10.1168C2.32204 9.30226 1.66285 7.82999 1.46059 6.69981L1.21645 6.89806C1.00272 7.07253 0.687105 7.0403 0.512348 6.82677C0.337898 6.61309 0.370054 6.29742 0.583637 6.12267L1.57485 5.31212ZM2.89614 2.57774C3.66006 1.88518 5.73806 0.776939 8.00747 1.88341C9.67806 2.6981 10.3375 4.17024 10.5397 5.3004L10.7829 5.10216C10.9966 4.92748 11.3131 4.95891 11.4879 5.17247C11.6626 5.38616 11.6303 5.70272 11.4166 5.87755L10.4254 6.68712C10.2452 6.83456 9.98657 6.83927 9.80239 6.69688L8.75454 5.88536C8.53616 5.71641 8.49479 5.40161 8.66372 5.18321C8.83272 4.96491 9.14749 4.92544 9.36586 5.09435L9.49575 5.19493C9.28251 4.35511 8.74361 3.35461 7.56899 2.78185C5.80469 1.92165 4.16103 2.78056 3.56801 3.31798C3.3635 3.50341 3.04651 3.48912 2.86098 3.28478C2.67551 3.08025 2.69162 2.76325 2.89614 2.57774Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.20456 7.21108C2.38469 7.06378 2.64347 7.06109 2.82761 7.20326L4.22604 8.28432C4.44444 8.45327 4.48389 8.76807 4.31491 8.98647C4.14589 9.20453 3.83203 9.24503 3.61374 9.07631L3.08151 8.6642C3.28624 9.89418 3.99713 11.5447 5.83444 12.4406C8.2715 13.6287 10.5361 12.4408 11.3549 11.6984C11.5594 11.5132 11.8755 11.5284 12.061 11.7326C12.2465 11.9371 12.2304 12.2541 12.0258 12.4396C11.0354 13.3372 8.3374 14.773 5.39596 13.339C3.08459 12.2119 2.26552 10.1117 2.06686 8.61733L1.51608 9.06655C1.30234 9.24142 0.987835 9.20992 0.812957 8.99623C0.638422 8.78256 0.669655 8.46788 0.883269 8.29311L2.20456 7.21108ZM3.97311 3.55971C4.9634 2.66213 7.66153 1.2271 10.603 2.66127C12.9144 3.78843 13.7334 5.88848 13.9321 7.38295L14.4829 6.93276C14.6966 6.7579 15.0121 6.78945 15.187 7.00307C15.3616 7.21676 15.3303 7.53238 15.1167 7.70717L13.7944 8.78822C13.6142 8.93559 13.3555 8.93932 13.1714 8.79701L11.7739 7.71498C11.5556 7.54611 11.5154 7.23219 11.6841 7.01381C11.8531 6.79576 12.1669 6.75528 12.3852 6.92397L12.9174 7.33608C12.7127 6.10605 12.0018 4.45563 10.1645 3.55971C7.72747 2.37153 5.46278 3.55854 4.64401 4.30092C4.43953 4.4861 4.1244 4.4709 3.93893 4.26674C3.75344 4.06219 3.76854 3.7452 3.97311 3.55971Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.75685 9.01431C2.98206 8.83031 3.30506 8.82577 3.53517 9.00357L5.28322 10.3571C5.55549 10.5683 5.6052 10.9593 5.39455 11.2321C5.18348 11.5048 4.79155 11.5559 4.51857 11.3454L3.85158 10.8297C4.10737 12.3673 4.99709 14.4305 7.29396 15.5504C10.3403 17.0354 13.1709 15.5507 14.1944 14.6227C14.4501 14.3912 14.8454 14.4111 15.0772 14.6667C15.3087 14.9223 15.2888 15.3177 15.0332 15.5495C13.7955 16.6714 10.423 18.4668 6.74611 16.6745C3.85724 15.2661 2.83267 12.6411 2.584 10.7731L1.89552 11.3346C1.6285 11.5529 1.23522 11.5134 1.01662 11.2467C0.798087 10.9797 0.837505 10.5864 1.10451 10.3678L2.75685 9.01431ZM4.96681 4.44986C6.20453 3.32793 9.57711 1.53336 13.2539 3.32584C16.1426 4.73446 17.1674 7.35917 17.416 9.2272L18.1035 8.66568C18.3704 8.44735 18.7647 8.4862 18.9834 8.75259C19.202 9.01965 19.1625 9.41385 18.8955 9.63248L17.2432 10.985C17.018 11.169 16.695 11.1745 16.4649 10.9967L14.7168 9.64322C14.4443 9.43196 14.3945 9.04006 14.6055 8.76724C14.8166 8.49452 15.2085 8.44427 15.4815 8.65494L16.1485 9.16959C15.8925 7.63204 15.0028 5.56881 12.7061 4.44888C9.65983 2.96386 6.82909 4.44867 5.80568 5.37662C5.54994 5.60814 5.15463 5.58823 4.92287 5.33267C4.69157 5.07697 4.71129 4.68155 4.96681 4.44986Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.30786 10.8176C3.57821 10.5966 3.96526 10.5923 4.24146 10.8059L6.34009 12.4279L5.88013 13.0207L5.42114 13.6145L4.62134 12.9953C4.92814 14.8405 5.99621 17.3163 8.75317 18.6604C12.4088 20.4424 15.8053 18.6616 17.0334 17.548C17.3402 17.2702 17.8138 17.2926 18.092 17.5988C18.3703 17.9056 18.3472 18.3811 18.0403 18.6594C16.5551 20.0057 12.5076 22.1602 8.09497 20.009C4.62925 18.3193 3.3957 15.1714 3.09692 12.9299L2.27563 13.6018C1.95509 13.864 1.48134 13.8167 1.21899 13.4963C0.956814 13.1759 1.00418 12.703 1.32446 12.4406L3.30786 10.8176ZM6.34009 12.4279C6.66715 12.6815 6.72625 13.1523 6.4729 13.4797C6.21938 13.8068 5.7486 13.8675 5.42114 13.6145L6.34009 12.4279ZM5.96021 5.34004C7.44543 3.9937 11.4921 1.84011 15.9045 3.99141C19.3704 5.68128 20.6038 8.8289 20.9026 11.0705L21.7249 10.3986C22.0454 10.1365 22.5182 10.1838 22.7805 10.5041C23.0428 10.8246 22.9955 11.2974 22.675 11.5598L20.6917 13.1828C20.4213 13.4037 20.0342 13.4082 19.7581 13.1945L17.6604 11.5725L18.1204 10.9797L18.5793 10.3859L19.3792 11.0051C19.0724 9.1598 18.0043 6.68336 15.2473 5.33907C11.5917 3.55675 8.19517 5.33877 6.96704 6.45235L6.46411 5.89571L5.96021 5.34004ZM17.5266 10.5207C17.7801 10.1932 18.2518 10.1325 18.5793 10.3859L17.6604 11.5725C17.3331 11.319 17.2734 10.8482 17.5266 10.5207ZM6.96704 6.45235C6.66033 6.72993 6.1866 6.70675 5.90845 6.40059C5.6302 6.09377 5.65334 5.61829 5.96021 5.34004L6.96704 6.45235Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,user:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M3.99996 3.99998C3.26038 3.99998 2.66663 3.40623 2.66663 2.66665C2.66663 1.93748 3.26038 1.33331 3.99996 1.33331C4.72913 1.33331 5.33329 1.93748 5.33329 2.66665C5.33329 3.40623 4.72913 3.99998 3.99996 3.99998ZM3.52079 4.49998H4.46871C5.49996 4.49998 6.33329 5.33331 6.33329 6.36456C6.33329 6.53123 6.18746 6.66665 6.02079 6.66665H1.96871C1.80204 6.66665 1.66663 6.53123 1.66663 6.36456C1.66663 5.33331 2.48954 4.49998 3.52079 4.49998Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.00004 5.00002C4.07556 5.00002 3.33337 4.25783 3.33337 3.33335C3.33337 2.4219 4.07556 1.66669 5.00004 1.66669C5.9115 1.66669 6.66671 2.4219 6.66671 3.33335C6.66671 4.25783 5.9115 5.00002 5.00004 5.00002ZM4.40108 5.62502H5.58598C6.87504 5.62502 7.91671 6.66669 7.91671 7.95575C7.91671 8.16408 7.73442 8.33335 7.52608 8.33335H2.46098C2.25264 8.33335 2.08337 8.16408 2.08337 7.95575C2.08337 6.66669 3.11202 5.62502 4.40108 5.62502Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6 6C4.89062 6 4 5.10938 4 4C4 2.90625 4.89062 2 6 2C7.09375 2 8 2.90625 8 4C8 5.10938 7.09375 6 6 6ZM5.28125 6.75H6.70312C8.25 6.75 9.5 8 9.5 9.54688C9.5 9.79688 9.28125 10 9.03125 10H2.95313C2.70313 10 2.5 9.79688 2.5 9.54688C2.5 8 3.73438 6.75 5.28125 6.75Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00004 8.00002C6.52087 8.00002 5.33337 6.81252 5.33337 5.33335C5.33337 3.87502 6.52087 2.66669 8.00004 2.66669C9.45837 2.66669 10.6667 3.87502 10.6667 5.33335C10.6667 6.81252 9.45837 8.00002 8.00004 8.00002ZM7.04171 9.00002H8.93754C11 9.00002 12.6667 10.6667 12.6667 12.7292C12.6667 13.0625 12.375 13.3334 12.0417 13.3334H3.93754C3.60421 13.3334 3.33337 13.0625 3.33337 12.7292C3.33337 10.6667 4.97921 9.00002 7.04171 9.00002Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M9.99996 9.99998C8.151 9.99998 6.66663 8.5156 6.66663 6.66665C6.66663 4.84373 8.151 3.33331 9.99996 3.33331C11.8229 3.33331 13.3333 4.84373 13.3333 6.66665C13.3333 8.5156 11.8229 9.99998 9.99996 9.99998ZM8.80204 11.25H11.1718C13.75 11.25 15.8333 13.3333 15.8333 15.9114C15.8333 16.3281 15.4687 16.6666 15.052 16.6666H4.92183C4.50517 16.6666 4.16663 16.3281 4.16663 15.9114C4.16663 13.3333 6.22392 11.25 8.80204 11.25Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12 12C9.78125 12 8 10.2188 8 8C8 5.8125 9.78125 4 12 4C14.1875 4 16 5.8125 16 8C16 10.2188 14.1875 12 12 12ZM10.5625 13.5H13.4062C16.5 13.5 19 16 19 19.0938C19 19.5938 18.5625 20 18.0625 20H5.90625C5.40625 20 5 19.5938 5 19.0938C5 16 7.46875 13.5 10.5625 13.5Z",fill:"currentColor"})),32:t=>C("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16 16C13.0416 16 10.6666 13.625 10.6666 10.6666C10.6666 7.74998 13.0416 5.33331 16 5.33331C18.9166 5.33331 21.3333 7.74998 21.3333 10.6666C21.3333 13.625 18.9166 16 16 16ZM14.0833 18H17.875C22 18 25.3333 21.3333 25.3333 25.4583C25.3333 26.125 24.75 26.6666 24.0833 26.6666H7.87496C7.20829 26.6666 6.66663 26.125 6.66663 25.4583C6.66663 21.3333 9.95829 18 14.0833 18Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,visibilityOff:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M4.00169 2.16665C4.92169 2.16665 5.66836 2.91331 5.66836 3.83331C5.66836 4.01113 5.63917 4.17996 5.58633 4.33982C5.56534 4.40329 5.57905 4.47401 5.62632 4.52128L6.414 5.30895C6.47498 5.36994 6.57268 5.3746 6.63672 5.31684C7.02154 4.96975 7.33736 4.54777 7.5611 4.07398C7.63306 3.92161 7.6329 3.74504 7.56082 3.59273C6.92895 2.25765 5.57213 1.33331 3.99836 1.33331C3.62396 1.33331 3.26243 1.38695 2.92067 1.48562C2.80347 1.51945 2.77062 1.66557 2.85687 1.75183L3.31372 2.20868C3.361 2.25595 3.43171 2.26966 3.49519 2.24868C3.65504 2.19583 3.82387 2.16665 4.00169 2.16665ZM0.880022 1.04498C0.763122 1.16188 0.763122 1.35141 0.880022 1.46831L1.42836 2.01665L1.44813 2.03642C1.51904 2.10733 1.51152 2.22415 1.43538 2.28941C1.01759 2.64743 0.676968 3.09092 0.439431 3.59233C0.367163 3.74488 0.367205 3.92178 0.439435 4.07434C1.0714 5.40918 2.42808 6.33331 4.00169 6.33331C4.47937 6.33331 4.93711 6.24783 5.35909 6.09268C5.42167 6.06968 5.49226 6.08388 5.5394 6.13102L5.60169 6.19331L6.36651 6.95552C6.48357 7.07218 6.67298 7.07202 6.78984 6.95516C6.90684 6.83816 6.90684 6.64847 6.78984 6.53147L1.30336 1.04498C1.18646 0.928079 0.996922 0.928079 0.880022 1.04498ZM2.42241 3.3147C2.45924 3.20662 2.5955 3.18379 2.67623 3.26453L2.9625 3.55079C3.00343 3.59172 3.01909 3.6508 3.01088 3.70809C3.00496 3.74942 3.00169 3.79136 3.00169 3.83331C3.00169 4.38665 3.44836 4.83331 4.00169 4.83331C4.04364 4.83331 4.08559 4.83004 4.12691 4.82412C4.1842 4.81591 4.24328 4.83158 4.28421 4.8725L4.57048 5.15877C4.65121 5.2395 4.62838 5.37577 4.5203 5.41259C4.35681 5.4683 4.18321 5.49998 4.00169 5.49998C3.08169 5.49998 2.33502 4.75331 2.33502 3.83331C2.33502 3.6518 2.3667 3.4782 2.42241 3.3147ZM4.00502 2.83665C3.98307 2.83794 3.97294 2.86457 3.98849 2.88012L4.96035 3.85197C4.97582 3.86744 5.00231 3.85835 5.00502 3.83665C5.00502 3.28331 4.55836 2.83665 4.00502 2.83665Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M5.0021 2.70835C6.1521 2.70835 7.08543 3.64169 7.08543 4.79169C7.08543 5.01396 7.04895 5.225 6.98289 5.42482C6.95666 5.50416 6.97379 5.59255 7.03289 5.65164L8.01748 6.63624C8.09371 6.71246 8.21584 6.7183 8.29589 6.6461C8.77691 6.21223 9.17169 5.68475 9.45136 5.09252C9.54131 4.90205 9.54111 4.68134 9.45101 4.49095C8.66117 2.8221 6.96515 1.66669 4.99793 1.66669C4.52993 1.66669 4.07803 1.73373 3.65082 1.85707C3.50432 1.89936 3.46325 2.08201 3.57107 2.18983L4.14214 2.7609C4.20123 2.81999 4.28962 2.83712 4.36897 2.81089C4.56878 2.74484 4.77983 2.70835 5.0021 2.70835ZM1.10001 1.30627C0.953887 1.4524 0.953887 1.68931 1.10001 1.83544L1.78543 2.52085L1.81015 2.54558C1.89878 2.63421 1.88939 2.78024 1.79421 2.8618C1.27198 3.30933 0.846195 3.86369 0.549273 4.49046C0.458939 4.68114 0.458991 4.90227 0.549279 5.09297C1.33923 6.76153 3.03509 7.91669 5.0021 7.91669C5.5992 7.91669 6.17137 7.80984 6.69885 7.6159C6.77707 7.58714 6.8653 7.6049 6.92423 7.66383L7.0021 7.74169L7.95812 8.69445C8.10444 8.84027 8.34121 8.84007 8.48729 8.694C8.63354 8.54775 8.63354 8.31063 8.48729 8.16438L1.62918 1.30627C1.48305 1.16014 1.24614 1.16015 1.10001 1.30627ZM3.028 4.14342C3.07403 4.00832 3.24436 3.97978 3.34528 4.0807L3.70311 4.43854C3.75427 4.48969 3.77385 4.56355 3.76359 4.63516C3.75619 4.68682 3.7521 4.73925 3.7521 4.79169C3.7521 5.48335 4.31043 6.04169 5.0021 6.04169C5.05453 6.04169 5.10697 6.0376 5.15862 6.0302C5.23024 6.01994 5.30409 6.03952 5.35525 6.09067L5.71308 6.4485C5.814 6.54943 5.78546 6.71975 5.65036 6.76579C5.44599 6.83542 5.22899 6.87502 5.0021 6.87502C3.8521 6.87502 2.91876 5.94169 2.91876 4.79169C2.91876 4.56479 2.95836 4.34779 3.028 4.14342ZM5.00626 3.54585C4.97882 3.54747 4.96616 3.58075 4.9856 3.60019L6.20042 4.81501C6.21976 4.83435 6.25287 4.82299 6.25626 4.79585C6.25626 4.10419 5.69793 3.54585 5.00626 3.54585Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.0025 3.25C7.3825 3.25 8.5025 4.37 8.5025 5.75C8.5025 6.01672 8.45872 6.26997 8.37946 6.50976C8.34798 6.60497 8.36854 6.71104 8.43945 6.78195L9.62096 7.96346C9.71243 8.05493 9.85899 8.06193 9.95505 7.97529C10.5323 7.45466 11.006 6.82168 11.3416 6.111C11.4496 5.88244 11.4493 5.61758 11.3412 5.38912C10.3934 3.3865 8.35817 2 5.9975 2C5.43591 2 4.89362 2.08046 4.38097 2.22846C4.20518 2.27921 4.15589 2.49839 4.28528 2.62777L4.97055 3.31305C5.04146 3.38396 5.14753 3.40452 5.24275 3.37305C5.48253 3.29378 5.73578 3.25 6.0025 3.25ZM1.32 1.5675C1.14465 1.74285 1.14465 2.02715 1.32 2.2025L2.1425 3.025L2.17217 3.05467C2.27853 3.16103 2.26725 3.33626 2.15304 3.43414C1.52636 3.97117 1.01542 4.63641 0.659116 5.38853C0.550714 5.61735 0.550777 5.8827 0.659122 6.11154C1.60707 8.11381 3.6421 9.5 6.0025 9.5C6.71903 9.5 7.40563 9.37178 8.03861 9.13905C8.13248 9.10454 8.23835 9.12585 8.30907 9.19657L8.4025 9.29L9.54973 10.4333C9.72532 10.6083 10.0094 10.6081 10.1847 10.4328C10.3602 10.2573 10.3602 9.97273 10.1847 9.79723L1.955 1.5675C1.77965 1.39215 1.49535 1.39215 1.32 1.5675ZM3.63358 4.97208C3.68882 4.80996 3.89322 4.77571 4.01432 4.89682L4.44372 5.32622C4.50511 5.38761 4.5286 5.47623 4.51629 5.56217C4.50741 5.62415 4.5025 5.68708 4.5025 5.75C4.5025 6.58 5.1725 7.25 6.0025 7.25C6.06542 7.25 6.12835 7.24509 6.19033 7.23621C6.27627 7.2239 6.3649 7.24739 6.42628 7.30878L6.85568 7.73818C6.97679 7.85929 6.94254 8.06368 6.78042 8.11892C6.53518 8.20249 6.27478 8.25 6.0025 8.25C4.6225 8.25 3.5025 7.13 3.5025 5.75C3.5025 5.47772 3.55002 5.21733 3.63358 4.97208ZM6.0075 4.255C5.97457 4.25694 5.95938 4.29688 5.98271 4.32021L7.44049 5.77799C7.4637 5.80119 7.50343 5.78756 7.5075 5.755C7.5075 4.925 6.8375 4.255 6.0075 4.255Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.00332 4.33332C9.84332 4.33332 11.3366 5.82666 11.3366 7.66666C11.3366 8.02229 11.2783 8.35996 11.1726 8.67966C11.1306 8.80662 11.158 8.94804 11.2526 9.04259L12.8279 10.6179C12.9499 10.7399 13.1453 10.7492 13.2734 10.6337C14.043 9.93953 14.6747 9.09556 15.1221 8.14799C15.2661 7.84324 15.2657 7.4901 15.1216 7.18548C13.8578 4.51532 11.1442 2.66666 7.99665 2.66666C7.24786 2.66666 6.52481 2.77393 5.84128 2.97127C5.60688 3.03894 5.54117 3.33118 5.71368 3.50369L6.62738 4.41739C6.72193 4.51194 6.86336 4.53935 6.99031 4.49738C7.31002 4.3917 7.64769 4.33332 8.00332 4.33332ZM1.75998 2.08999C1.52618 2.32379 1.52618 2.70286 1.75998 2.93666L2.85665 4.03332L2.8962 4.07288C3.03802 4.21469 3.02298 4.44834 2.8707 4.57884C2.03513 5.29488 1.35388 6.18187 0.8788 7.18469C0.734266 7.48979 0.734349 7.84359 0.878809 8.14872C2.14274 10.8184 4.85611 12.6667 8.00332 12.6667C8.95868 12.6667 9.87416 12.4957 10.7181 12.1854C10.8433 12.1394 10.9844 12.1678 11.0787 12.2621L11.2033 12.3867L12.733 13.9111C12.9671 14.1444 13.3459 14.1441 13.5796 13.9104C13.8136 13.6764 13.8136 13.297 13.5796 13.063L2.60665 2.08999C2.37285 1.85619 1.99378 1.85619 1.75998 2.08999ZM4.84476 6.62943C4.91841 6.41328 5.19093 6.36761 5.35241 6.52908L5.92494 7.10161C6.00679 7.18346 6.03812 7.30163 6.0217 7.41621C6.00986 7.49886 6.00332 7.58276 6.00332 7.66666C6.00332 8.77332 6.89665 9.66666 8.00332 9.66666C8.08721 9.66666 8.17111 9.66011 8.25376 9.64827C8.36834 9.63186 8.48651 9.66318 8.56836 9.74503L9.14089 10.3176C9.30237 10.479 9.2567 10.7516 9.04054 10.8252C8.71355 10.9366 8.36635 11 8.00332 11C6.16332 11 4.66998 9.50666 4.66998 7.66666C4.66998 7.30362 4.73334 6.95642 4.84476 6.62943ZM8.00998 5.67332C7.96607 5.67591 7.94582 5.72916 7.97693 5.76027L9.92064 7.70398C9.95157 7.73491 10.0046 7.71674 10.01 7.67332C10.01 6.56666 9.11665 5.67332 8.00998 5.67332Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10.0042 5.41668C12.3042 5.41668 14.1709 7.28334 14.1709 9.58334C14.1709 10.0279 14.0979 10.45 13.9658 10.8496C13.9133 11.0083 13.9476 11.1851 14.0658 11.3033L16.035 13.2724C16.1874 13.4249 16.4317 13.4366 16.5918 13.2922C17.5538 12.4244 18.3434 11.3695 18.9027 10.185C19.0826 9.80408 19.0822 9.36265 18.902 8.98187C17.3223 5.64418 13.9303 3.33334 9.99586 3.33334C9.05986 3.33334 8.15605 3.46744 7.30164 3.71411C7.00865 3.7987 6.92651 4.16399 7.14215 4.37963L8.28428 5.52176C8.40246 5.63994 8.57924 5.67421 8.73793 5.62175C9.13757 5.48964 9.55965 5.41668 10.0042 5.41668ZM2.20002 2.61251C1.90777 2.90476 1.90777 3.37859 2.20002 3.67084L3.57086 5.04168L3.6203 5.09112C3.79757 5.26839 3.77878 5.56045 3.58842 5.72357C2.54395 6.61863 1.69239 7.72736 1.09855 8.98089C0.917878 9.36226 0.917982 9.8045 1.09856 10.1859C2.67846 13.523 6.07018 15.8333 10.0042 15.8333C11.1984 15.8333 12.3427 15.6196 13.3977 15.2318C13.5541 15.1742 13.7306 15.2098 13.8485 15.3276L14.0042 15.4833L15.9162 17.3889C16.2089 17.6805 16.6824 17.6801 16.9746 17.388C17.2671 17.0955 17.2671 16.6212 16.9746 16.3287L3.25836 2.61251C2.96611 2.32026 2.49227 2.32026 2.20002 2.61251ZM6.05599 8.28681C6.14806 8.01662 6.48871 7.95953 6.69056 8.16138L7.40622 8.87704C7.50853 8.97935 7.54769 9.12706 7.52717 9.27029C7.51237 9.3736 7.50419 9.47847 7.50419 9.58334C7.50419 10.9667 8.62086 12.0833 10.0042 12.0833C10.1091 12.0833 10.2139 12.0752 10.3172 12.0604C10.4605 12.0398 10.6082 12.079 10.7105 12.1813L11.4262 12.897C11.628 13.0988 11.5709 13.4395 11.3007 13.5315C10.892 13.6708 10.458 13.75 10.0042 13.75C7.70419 13.75 5.83752 11.8833 5.83752 9.58334C5.83752 9.12955 5.91672 8.69555 6.05599 8.28681ZM10.0125 7.09168C9.95763 7.09491 9.93232 7.16148 9.9712 7.20036L12.4008 9.63C12.4395 9.66867 12.5057 9.64594 12.5125 9.59168C12.5125 8.20834 11.3959 7.09168 10.0125 7.09168Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M12.005 6.5C14.765 6.5 17.005 8.74 17.005 11.5C17.005 12.0334 16.9174 12.5399 16.7589 13.0195C16.696 13.2099 16.7371 13.4221 16.8789 13.5639L19.2419 15.9269C19.4249 16.1099 19.718 16.1239 19.9101 15.9506C21.0646 14.9093 22.012 13.6434 22.6833 12.222C22.8991 11.7649 22.8987 11.2352 22.6824 10.7782C20.7868 6.773 16.7163 4 11.995 4C10.8718 4 9.78724 4.16091 8.76194 4.45692C8.41035 4.55843 8.31178 4.99678 8.57055 5.25555L9.94111 6.6261C10.0829 6.76792 10.2951 6.80904 10.4855 6.74609C10.9651 6.58756 11.4716 6.5 12.005 6.5ZM2.64 3.135C2.2893 3.4857 2.2893 4.0543 2.64 4.405L4.28501 6.05L4.34434 6.10933C4.55706 6.32205 4.53451 6.67252 4.30608 6.86828C3.05272 7.94234 2.03084 9.27282 1.31823 10.7771C1.10143 11.2347 1.10155 11.7654 1.31824 12.2231C3.21413 16.2276 7.28419 19 12.005 19C13.4381 19 14.8113 18.7436 16.0772 18.2781C16.265 18.2091 16.4767 18.2517 16.6181 18.3931L16.805 18.58L19.0995 20.8666C19.4506 21.2166 20.0189 21.2161 20.3695 20.8655C20.7205 20.5145 20.7205 19.9455 20.3695 19.5945L3.91 3.135C3.5593 2.7843 2.99071 2.7843 2.64 3.135ZM7.26717 9.94416C7.37765 9.61993 7.78643 9.55143 8.02864 9.79364L8.88744 10.6524C9.01022 10.7752 9.05721 10.9525 9.03258 11.1243C9.01482 11.2483 9.005 11.3742 9.005 11.5C9.005 13.16 10.345 14.5 12.005 14.5C12.1308 14.5 12.2567 14.4902 12.3807 14.4724C12.5525 14.4478 12.7298 14.4948 12.8526 14.6176L13.7114 15.4764C13.9536 15.7186 13.8851 16.1274 13.5608 16.2378C13.0704 16.405 12.5496 16.5 12.005 16.5C9.245 16.5 7.005 14.26 7.005 11.5C7.005 10.9554 7.10003 10.4347 7.26717 9.94416ZM12.015 8.51C11.9491 8.51388 11.9188 8.59376 11.9654 8.64042L14.881 11.556C14.9274 11.6024 15.0069 11.5751 15.015 11.51C15.015 9.85 13.675 8.51 12.015 8.51Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,visibilityOn:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.99968 1.5C5.57322 1.5 6.93018 2.42404 7.56218 3.75879C7.63442 3.91138 7.63442 4.08862 7.56218 4.24121C6.93018 5.57596 5.57322 6.5 3.99968 6.5C2.42632 6.49989 1.07014 5.5758 0.438155 4.24121C0.365911 4.08862 0.365911 3.91138 0.438155 3.75879C1.07014 2.4242 2.42632 1.50011 3.99968 1.5ZM3.99968 2.33301C3.07981 2.33317 2.33366 3.0801 2.33366 4C2.33366 4.9199 3.07981 5.66683 3.99968 5.66699C4.91968 5.66699 5.66667 4.92 5.66667 4C5.66667 3.08 4.91968 2.33301 3.99968 2.33301ZM3.99968 3C4.55301 3 4.99968 3.44667 4.99968 4C4.99968 4.55333 4.55301 5 3.99968 5C3.44648 4.99984 2.99968 4.55324 2.99968 4C2.99968 3.89736 3.01506 3.79821 3.04362 3.70508C3.12192 3.87877 3.29681 3.99988 3.49968 4C3.77582 4 3.99968 3.77614 3.99968 3.5C3.99968 3.29701 3.87853 3.12228 3.70476 3.04395C3.7978 3.0154 3.89714 3.00003 3.99968 3Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.99986 1.875C6.96674 1.875 8.66296 3.02986 9.45298 4.69824C9.54329 4.88898 9.54329 5.11102 9.45298 5.30176C8.66296 6.97014 6.96674 8.125 4.99986 8.125C3.03299 8.12495 1.33671 6.97016 0.546732 5.30176C0.456428 5.11102 0.456428 4.88898 0.546732 4.69824C1.33671 3.02984 3.03299 1.87505 4.99986 1.875ZM4.99986 2.91699C3.84991 2.91706 2.91685 3.85004 2.91685 5C2.91685 6.14996 3.84991 7.08294 4.99986 7.08301C6.14986 7.08301 7.08287 6.15 7.08287 5C7.08287 3.85 6.14986 2.91699 4.99986 2.91699ZM4.99986 3.75C5.69152 3.75 6.24986 4.30833 6.24986 5C6.24986 5.69167 5.69152 6.25 4.99986 6.25C4.30825 6.24993 3.74986 5.69163 3.74986 5C3.74986 4.87182 3.7689 4.74815 3.80454 4.63184C3.90246 4.84898 4.1212 4.99995 4.37486 5C4.72004 5 4.99986 4.72018 4.99986 4.375C4.99986 4.12127 4.8489 3.90261 4.63169 3.80469C4.74801 3.76903 4.87167 3.75001 4.99986 3.75Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6.00005 2.25C8.36041 2.25002 10.3958 3.63646 11.3438 5.63867C11.4519 5.86733 11.4519 6.13267 11.3438 6.36133C10.3958 8.36354 8.36041 9.74998 6.00005 9.75C3.63967 9.75 1.60425 8.36356 0.656298 6.36133C0.548161 6.13265 0.548161 5.86735 0.656298 5.63867C1.60425 3.63644 3.63967 2.25 6.00005 2.25ZM6.00005 3.5C4.62005 3.5 3.50005 4.62 3.50005 6C3.50005 7.38 4.62005 8.5 6.00005 8.5C7.38002 8.49997 8.50005 7.37998 8.50005 6C8.50005 4.62002 7.38002 3.50003 6.00005 3.5ZM6.00005 4.5C6.83002 4.50003 7.50005 5.17002 7.50005 6C7.50005 6.82998 6.83002 7.49997 6.00005 7.5C5.17005 7.5 4.50005 6.83 4.50005 6C4.50005 5.84604 4.52262 5.69731 4.56548 5.55762C4.68298 5.81828 4.94556 6 5.25005 6C5.66424 5.99997 6.00005 5.6642 6.00005 5.25C6.00005 4.94551 5.81833 4.68293 5.55766 4.56543C5.69736 4.52258 5.84609 4.5 6.00005 4.5Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.00033 3C11.1472 3.00015 13.8604 4.84819 15.1244 7.51758C15.2688 7.82276 15.2688 8.17724 15.1244 8.48242C13.8604 11.1518 11.1472 12.9998 8.00033 13C4.85323 13 2.13931 11.152 0.875333 8.48242C0.730846 8.17724 0.730846 7.82276 0.875333 7.51758C2.13931 4.84803 4.85323 3 8.00033 3ZM8.00033 4.66699C6.16033 4.66699 4.66635 6.16 4.66635 8C4.66635 9.84 6.16033 11.333 8.00033 11.333C9.84015 11.3328 11.3333 9.83987 11.3333 8C11.3333 6.16013 9.84015 4.6672 8.00033 4.66699ZM8.00033 6C9.10682 6.00021 10.0003 6.89346 10.0003 8C10.0003 9.10654 9.10682 9.99979 8.00033 10C6.89367 10 6.00033 9.10667 6.00033 8C6.00033 7.7946 6.03102 7.59651 6.08822 7.41016C6.24486 7.75779 6.59429 8 7.00033 8C7.55244 7.99979 8.00033 7.55215 8.00033 7C8.00033 6.59403 7.75803 6.24456 7.41049 6.08789C7.59674 6.03076 7.79506 6 8.00033 6Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.99973 3.75C13.9337 3.75 17.3261 6.06041 18.906 9.39746C19.0864 9.77878 19.0864 10.2212 18.906 10.6025C17.3261 13.9396 13.9337 16.25 9.99973 16.25C6.06587 16.2499 2.67436 13.9395 1.09446 10.6025C0.913907 10.2211 0.913907 9.77889 1.09446 9.39746C2.67436 6.06048 6.06587 3.75009 9.99973 3.75ZM9.99973 5.83301C7.69985 5.83314 5.83372 7.70008 5.83372 10C5.83372 12.2999 7.69985 14.1669 9.99973 14.167C12.2997 14.167 14.1667 12.3 14.1667 10C14.1667 7.7 12.2997 5.83301 9.99973 5.83301ZM9.99973 7.5C11.3831 7.5 12.4997 8.61667 12.4997 10C12.4997 11.3833 11.3831 12.5 9.99973 12.5C8.61651 12.4999 7.49973 11.3833 7.49973 10C7.49973 9.7434 7.53866 9.49552 7.61009 9.2627C7.80589 9.69707 8.24236 9.9999 8.74973 10C9.44009 10 9.99973 9.44036 9.99973 8.75C9.99973 8.24255 9.69782 7.80522 9.26341 7.60938C9.49605 7.53805 9.74336 7.50002 9.99973 7.5Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.9995 4.5C16.7202 4.5 20.7911 7.27202 22.687 11.2764C22.9038 11.7341 22.9038 12.2659 22.687 12.7236C20.7911 16.728 16.7202 19.5 11.9995 19.5C7.27904 19.4998 3.2089 16.7278 1.313 12.7236C1.09627 12.2659 1.09627 11.7341 1.313 11.2764C3.2089 7.27216 7.27904 4.50017 11.9995 4.5ZM11.9995 7C9.23973 7.00024 6.99952 9.24015 6.99952 12C6.99952 14.7599 9.23973 16.9998 11.9995 17C14.7595 17 16.9995 14.76 16.9995 12C16.9995 9.24 14.7595 7 11.9995 7ZM11.9995 9C13.6595 9 14.9995 10.34 14.9995 12C14.9995 13.66 13.6595 15 11.9995 15C10.3397 14.9998 8.99952 13.6599 8.99952 12C8.99952 11.6916 9.0454 11.394 9.13136 11.1143C9.36603 11.6361 9.89025 11.9998 10.4995 12C11.328 12 11.9995 11.3284 11.9995 10.5C11.9995 9.89054 11.6358 9.36656 11.1138 9.13184C11.3934 9.0459 11.6912 9.00004 11.9995 9Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,warehouseLine:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.75781 1.22694C3.91278 1.16343 4.08623 1.16347 4.24121 1.22694L6.94531 2.33436C7.18487 2.43254 7.3418 2.66628 7.3418 2.92518V6.52088C7.34178 6.68656 7.20669 6.82069 7.04102 6.82069C6.87549 6.82051 6.74123 6.68645 6.74121 6.52088V2.92518C6.74121 2.90981 6.73197 2.89589 6.71777 2.89002L4.01367 1.78162C4.00456 1.778 3.99444 1.77792 3.98535 1.78162L1.28125 2.89002C1.26721 2.89596 1.25781 2.90991 1.25781 2.92518V6.52088C1.2578 6.68656 1.12368 6.82069 0.958008 6.82069C0.792332 6.82069 0.658218 6.68656 0.658203 6.52088V2.92518C0.658203 2.66636 0.814274 2.43259 1.05371 2.33436L3.75781 1.22694ZM5.68945 3.34803C5.94821 3.34815 6.15795 3.55806 6.1582 3.81678V6.35194C6.15799 6.61069 5.94823 6.82057 5.68945 6.82069H2.30957C2.05082 6.82054 1.84104 6.61067 1.84082 6.35194V3.81678C1.84108 3.55808 2.05085 3.34818 2.30957 3.34803H5.68945ZM2.44043 5.80702V6.2201H5.55859V5.80702H2.44043ZM2.44043 5.20741H5.55859V4.96229H2.44043V5.20741ZM2.44043 4.36268H5.55859V3.94764H2.44043V4.36268Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.1123 4.1601C7.44978 4.1601 7.72348 4.43399 7.72363 4.77143V7.94038C7.7234 8.27775 7.44973 8.5517 7.1123 8.5517H2.8877C2.55043 8.55152 2.2766 8.27763 2.27637 7.94038V4.77143C2.27652 4.43411 2.55038 4.16029 2.8877 4.1601H7.1123ZM4.68848 1.50971C4.88831 1.42785 5.11268 1.42782 5.3125 1.50971L8.69141 2.89545C9.00024 3.02203 9.20215 3.32243 9.20215 3.6562V8.15131C9.20207 8.37205 9.02345 8.55055 8.80273 8.55073C8.58187 8.55073 8.40242 8.37216 8.40234 8.15131V3.6562C8.40234 3.64721 8.39691 3.63922 8.38867 3.63569L5.00879 2.24995C5.0035 2.24782 4.9975 2.24789 4.99219 2.24995L1.6123 3.63569C1.6039 3.63916 1.59863 3.6471 1.59863 3.6562V8.15131C1.59856 8.37216 1.41911 8.55073 1.19824 8.55073C0.977376 8.55073 0.797929 8.37216 0.797852 8.15131V3.6562C0.797852 3.32255 0.999945 3.02211 1.30859 2.89545L4.68848 1.50971ZM3.07715 7.28413V7.75092H6.92383V7.28413H3.07715ZM3.07715 6.48335H6.92383V6.22846H3.07715V6.48335ZM3.07715 5.42768H6.92383V4.96088H3.07715V5.42768Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.61816 1.79348C5.86286 1.69319 6.13714 1.69319 6.38184 1.79348L10.4375 3.45558C10.8155 3.61058 11.0625 3.97863 11.0625 4.38723V9.78176C11.0623 10.0577 10.8385 10.2818 10.5625 10.2818C10.2865 10.2818 10.0627 10.0577 10.0625 9.78176V4.38723C10.0625 4.38449 10.0611 4.3815 10.0586 4.38039L6.00293 2.71828C6.00124 2.71759 5.99876 2.71759 5.99707 2.71828L1.94141 4.38039C1.93892 4.3815 1.93751 4.38449 1.9375 4.38723V9.78176C1.9373 10.0577 1.71352 10.2818 1.4375 10.2818C1.16148 10.2818 0.937698 10.0577 0.9375 9.78176V4.38723C0.937508 3.97863 1.18445 3.61058 1.5625 3.45558L5.61816 1.79348ZM8.53516 4.97219C8.95103 4.97243 9.28799 5.31019 9.28809 5.72609V9.52785C9.28803 9.94378 8.95104 10.2805 8.53516 10.2808H3.46582C3.04972 10.2808 2.71197 9.94393 2.71191 9.52785V5.72609C2.71201 5.31004 3.04975 4.97219 3.46582 4.97219H8.53516ZM3.71191 8.76027V9.28078H8.28809V8.76027H3.71191ZM3.71191 7.76027H8.28809V7.49367H3.71191V7.76027ZM3.71191 6.49367H8.28809V5.97219H3.71191V6.49367Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.55432 2.5458C7.84003 2.42877 8.16023 2.42872 8.44592 2.5458L13.8531 4.76162C14.2946 4.94256 14.5835 5.37244 14.5836 5.84951V13.0419C14.5836 13.3179 14.3596 13.5417 14.0836 13.5419C13.8075 13.5419 13.5836 13.318 13.5836 13.0419V5.84951C13.5835 5.77836 13.54 5.7145 13.4742 5.68741L8.06702 3.47061C8.0243 3.4531 7.97595 3.45313 7.93323 3.47061L2.526 5.68741C2.46006 5.71444 2.41677 5.77827 2.41663 5.84951V13.0419C2.4166 13.318 2.19275 13.5419 1.91663 13.5419C1.6405 13.5419 1.41666 13.318 1.41663 13.0419V5.84951C1.41677 5.37244 1.70564 4.94256 2.14709 4.76162L7.55432 2.5458ZM11.3805 6.79678C11.8428 6.79728 12.2183 7.17222 12.2184 7.63467V12.704C12.2183 13.1665 11.8428 13.5414 11.3805 13.5419H4.62073C4.158 13.5419 3.78289 13.1667 3.78284 12.704V7.63467C3.78288 7.17193 4.15799 6.79682 4.62073 6.79678H11.3805ZM4.78284 11.5146V12.5419H11.2184V11.5146H4.78284ZM4.78284 10.5146H11.2184V9.82412H4.78284V10.5146ZM4.78284 8.82412H11.2184V7.79678H4.78284V8.82412Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.44275 3.18192C9.79973 3.03568 10.2 3.03575 10.557 3.18192L17.3168 5.95243C17.8687 6.17866 18.2289 6.71628 18.2289 7.31278V16.303C18.2287 16.6481 17.949 16.928 17.6039 16.928C17.2589 16.9278 16.979 16.648 16.9789 16.303V7.31278C16.9789 7.22364 16.9256 7.14259 16.8431 7.10868L10.0834 4.33915C10.0299 4.31724 9.96982 4.31724 9.91638 4.33915L3.15759 7.10868C3.07503 7.14253 3.02087 7.22354 3.02087 7.31278V16.303C3.02072 16.6481 2.74096 16.928 2.39587 16.928C2.05079 16.928 1.77103 16.6481 1.77087 16.303V7.31278C1.77087 6.71638 2.13122 6.17873 2.68298 5.95243L9.44275 3.18192ZM14.224 8.49637C14.8025 8.49637 15.2719 8.96573 15.2719 9.54422V15.8802C15.2717 16.4585 14.8024 16.928 14.224 16.928H5.77576C5.19744 16.9279 4.7281 16.4584 4.72791 15.8802V9.54422C4.72791 8.96577 5.19732 8.49644 5.77576 8.49637H14.224ZM5.97791 14.3929V15.678H14.0219V14.3929H5.97791ZM5.97791 13.1429H14.0219V12.2806H5.97791V13.1429ZM5.97791 11.0306H14.0219V9.74637H5.97791V11.0306Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.3311 3.81891C11.7597 3.64324 12.2403 3.64324 12.6689 3.81891L20.7803 7.14313C21.4424 7.41466 21.875 8.05927 21.875 8.77496V19.563C21.875 19.9772 21.5392 20.313 21.125 20.313C20.7108 20.313 20.375 19.9772 20.375 19.563V8.77496C20.375 8.6679 20.31 8.57144 20.2109 8.53082L12.0996 5.2066C12.0357 5.18054 11.9643 5.18054 11.9004 5.2066L3.78906 8.53082C3.69 8.57144 3.62502 8.6679 3.625 8.77496V19.563C3.62496 19.9772 3.28919 20.313 2.875 20.313C2.46081 20.313 2.12504 19.9772 2.125 19.563V8.77496C2.12502 8.05927 2.55757 7.41466 3.21973 7.14313L11.3311 3.81891ZM17.0693 10.1949C17.7633 10.195 18.3259 10.7578 18.3262 11.4517V19.0562C18.3261 19.7502 17.7633 20.3129 17.0693 20.313H6.93066C6.23659 20.313 5.67395 19.7503 5.67383 19.0562V11.4517C5.67407 10.7578 6.23668 10.1949 6.93066 10.1949H17.0693ZM7.17383 17.272V18.813H16.8262V17.272H7.17383ZM7.17383 15.772H16.8262V14.7369H7.17383V15.772ZM7.17383 13.2369H16.8262V11.6949H7.17383V13.2369Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,warehouseSolid:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.85999 1.2647C3.9498 1.22805 4.05047 1.22797 4.14026 1.2647L7.10315 2.47955C7.24223 2.53655 7.33362 2.67202 7.33362 2.82232V6.57818C7.33338 6.68025 7.2502 6.76275 7.14807 6.76275H6.62952C6.52742 6.76271 6.44421 6.68023 6.44397 6.57818V3.61431C6.44372 3.40997 6.27825 3.2442 6.07385 3.2442H1.92542C1.72123 3.24445 1.55554 3.41013 1.5553 3.61431V6.57818C1.55506 6.68012 1.47267 6.76254 1.37073 6.76275H0.852173C0.750047 6.76275 0.666868 6.68025 0.666626 6.57818V2.82232C0.666626 2.67218 0.757304 2.53666 0.896118 2.47955L3.85999 1.2647ZM5.85217 6.02252C5.95419 6.02271 6.03659 6.10506 6.03674 6.20709V6.57818C6.0365 6.68013 5.95414 6.76256 5.85217 6.76275H2.14807C2.04596 6.76273 1.96276 6.68024 1.96252 6.57818V6.20709C1.96268 6.10496 2.04591 6.02254 2.14807 6.02252H5.85217ZM5.85217 4.72564C5.95429 4.72583 6.03674 4.80903 6.03674 4.91119V5.46685C6.03662 5.5689 5.95421 5.65123 5.85217 5.65142H2.14807C2.0459 5.6514 1.96265 5.56901 1.96252 5.46685V4.91119C1.96252 4.80893 2.04582 4.72567 2.14807 4.72564H5.85217ZM5.85217 3.61431C5.95425 3.6145 6.03669 3.69775 6.03674 3.79986V4.16998C6.03674 4.27214 5.95429 4.35534 5.85217 4.35553H2.14807C2.04582 4.3555 1.96252 4.27224 1.96252 4.16998V3.79986C1.96258 3.69765 2.04585 3.61434 2.14807 3.61431H5.85217Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.82458 1.58065C4.93688 1.53468 5.06285 1.53476 5.17517 1.58065L8.87927 3.0992C9.05298 3.17044 9.16627 3.3392 9.16638 3.52694V8.22225C9.16621 8.34995 9.06267 8.4537 8.93494 8.4537H8.28748C8.15974 8.4537 8.0562 8.34995 8.05603 8.22225V4.51815C8.05599 4.2625 7.84782 4.05526 7.59216 4.05526H2.40759C2.15193 4.05526 1.94475 4.2625 1.9447 4.51815V8.22225C1.94453 8.34986 1.84088 8.45356 1.71326 8.4537H1.06482C0.937098 8.45368 0.833545 8.34994 0.833374 8.22225V3.52694C0.833486 3.3393 0.946933 3.17051 1.12048 3.0992L4.82458 1.58065ZM7.31482 7.52792C7.44266 7.52792 7.54626 7.63152 7.54626 7.75936V8.22225C7.5461 8.34995 7.44256 8.4537 7.31482 8.4537H2.68494C2.55733 8.45353 2.45366 8.34985 2.45349 8.22225V7.75936C2.45349 7.63162 2.55723 7.52808 2.68494 7.52792H7.31482ZM7.31482 5.90682C7.44255 5.90682 7.54609 6.01057 7.54626 6.13827V6.8326C7.54626 6.96045 7.44266 7.06405 7.31482 7.06405H2.68494C2.55723 7.06389 2.45349 6.96035 2.45349 6.8326V6.13827C2.45367 6.01067 2.55734 5.90698 2.68494 5.90682H7.31482ZM7.31482 4.51815C7.44262 4.51815 7.5462 4.62181 7.54626 4.74959V5.21249C7.54626 5.34033 7.44266 5.44393 7.31482 5.44393H2.68494C2.55723 5.44377 2.45349 5.34023 2.45349 5.21249V4.74959C2.45356 4.62191 2.55727 4.51831 2.68494 4.51815H7.31482Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.78906 1.89727C5.92407 1.84194 6.07593 1.84194 6.21094 1.89727L10.6553 3.71954C10.8637 3.8051 11 4.00785 11 4.23321V9.867C10.9999 10.0202 10.8758 10.1441 10.7227 10.1443H9.94434C9.79104 10.1443 9.66709 10.0203 9.66699 9.867V5.42266C9.66699 5.11591 9.41805 4.86711 9.11133 4.867H2.88867C2.58195 4.86712 2.33301 5.11591 2.33301 5.42266V9.867C2.33291 10.0203 2.20896 10.1443 2.05566 10.1443H1.27734C1.12419 10.1441 1.0001 10.0202 1 9.867V4.23321C1 4.00785 1.13627 3.8051 1.34473 3.71954L5.78906 1.89727ZM8.77734 9.03301C8.93076 9.03301 9.05566 9.15792 9.05566 9.31133V9.867C9.05557 10.0203 8.9307 10.1443 8.77734 10.1443H3.22266C3.0693 10.1443 2.94443 10.0203 2.94434 9.867V9.31133C2.94434 9.15792 3.06924 9.03301 3.22266 9.03301H8.77734ZM8.77734 7.08868C8.93076 7.08868 9.05566 7.21359 9.05566 7.367V8.20001C9.05566 8.35342 8.93076 8.47833 8.77734 8.47833H3.22266C3.06924 8.47833 2.94434 8.35342 2.94434 8.20001V7.367C2.94434 7.21359 3.06924 7.08868 3.22266 7.08868H8.77734ZM8.77734 5.42266C8.93071 5.42266 9.05559 5.54666 9.05566 5.70001V6.25567C9.05566 6.40908 8.93076 6.53301 8.77734 6.53301H3.22266C3.06924 6.53301 2.94434 6.40908 2.94434 6.25567V5.70001C2.94441 5.54666 3.06929 5.42266 3.22266 5.42266H8.77734Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.71924 2.52958C7.89907 2.45592 8.10091 2.456 8.28076 2.52958L14.2065 4.95829C14.4846 5.07226 14.6664 5.34333 14.6665 5.64384V13.1556C14.6665 13.3601 14.5009 13.5257 14.2964 13.5257H13.2593C13.0548 13.5256 12.8892 13.3601 12.8892 13.1556V7.22978C12.8892 6.82068 12.557 6.48856 12.1479 6.48856H3.85205C3.44295 6.48856 3.11084 6.82068 3.11084 7.22978V13.1556C3.11084 13.3601 2.94527 13.5257 2.74072 13.5257H1.70361C1.49918 13.5255 1.3335 13.36 1.3335 13.1556V5.64384C1.3336 5.34333 1.51538 5.07226 1.79346 4.95829L7.71924 2.52958ZM11.7036 12.0442C11.9082 12.0442 12.0747 12.2108 12.0747 12.4153V13.1556C12.0747 13.3601 11.9082 13.5257 11.7036 13.5257H4.29639C4.09188 13.5256 3.92627 13.3601 3.92627 13.1556V12.4153C3.92627 12.2108 4.09188 12.0443 4.29639 12.0442H11.7036ZM11.7036 9.45146C11.9082 9.45146 12.0747 9.618 12.0747 9.82255V10.9339C12.0745 11.1382 11.908 11.304 11.7036 11.304H4.29639C4.09204 11.3039 3.92652 11.1382 3.92627 10.9339V9.82255C3.92627 9.61803 4.09188 9.4515 4.29639 9.45146H11.7036ZM11.7036 7.22978C11.9081 7.22978 12.0746 7.39543 12.0747 7.59989V8.3411C12.0746 8.54553 11.9081 8.71122 11.7036 8.71122H4.29639C4.09197 8.71117 3.92642 8.5455 3.92627 8.3411V7.59989C3.92637 7.39546 4.09194 7.22982 4.29639 7.22978H11.7036Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.64893 3.16248C9.87392 3.07028 10.1261 3.07027 10.3511 3.16248L17.7583 6.19763C18.106 6.34013 18.3335 6.67929 18.3335 7.05505V16.4437C18.3335 16.6993 18.1261 16.9064 17.8706 16.9066H16.5737C16.3181 16.9065 16.1108 16.6994 16.1108 16.4437V9.0365C16.1108 8.52521 15.6964 8.11074 15.1851 8.11072H4.81494C4.30362 8.11072 3.88925 8.5252 3.88916 9.0365V16.4437C3.88916 16.6994 3.68098 16.9066 3.42529 16.9066H2.12939C1.87374 16.9066 1.6665 16.6994 1.6665 16.4437V7.05505C1.6665 6.67929 1.894 6.34013 2.2417 6.19763L9.64893 3.16248ZM14.6294 15.0551C14.885 15.0551 15.0922 15.2624 15.0923 15.5179V16.4437C15.0923 16.6994 14.8851 16.9066 14.6294 16.9066H5.37061C5.11492 16.9066 4.90771 16.6994 4.90771 16.4437V15.5179C4.90783 15.2624 5.11499 15.0551 5.37061 15.0551H14.6294ZM14.6294 11.8148C14.8851 11.8148 15.0923 12.022 15.0923 12.2777V13.6664C15.0922 13.922 14.885 14.1293 14.6294 14.1293H5.37061C5.11495 14.1293 4.90777 13.922 4.90771 13.6664V12.2777C4.90771 12.022 5.11492 11.8148 5.37061 11.8148H14.6294ZM14.6294 9.0365C14.885 9.0365 15.0922 9.24381 15.0923 9.49939V10.4252C15.0923 10.6809 14.8851 10.8881 14.6294 10.8881H5.37061C5.11492 10.8881 4.90771 10.6809 4.90771 10.4252V9.49939C4.90785 9.24381 5.115 9.0365 5.37061 9.0365H14.6294Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.5791 3.79436C11.8489 3.68386 12.1511 3.68386 12.4209 3.79436L21.3105 7.43694C21.7277 7.60799 22 8.01443 22 8.46526V19.7328C21.9998 20.0395 21.751 20.2885 21.4443 20.2885H19.8887C19.5821 20.2884 19.3332 20.0394 19.333 19.7328V10.8432C19.3328 10.2299 18.836 9.73308 18.2227 9.73284H5.77734C5.16402 9.73308 4.6672 10.2299 4.66699 10.8432V19.7328C4.66679 20.0394 4.41793 20.2884 4.11133 20.2885H2.55566C2.24896 20.2885 2.0002 20.0395 2 19.7328V8.46526C2 8.01443 2.27234 7.60799 2.68945 7.43694L11.5791 3.79436ZM17.5557 18.0658C17.8625 18.0659 18.1113 18.3147 18.1113 18.6215V19.7328C18.1111 20.0395 17.8623 20.2885 17.5557 20.2885H6.44434C6.13769 20.2884 5.88886 20.0395 5.88867 19.7328V18.6215C5.88867 18.3147 6.13757 18.0659 6.44434 18.0658H17.5557ZM17.5557 14.1772C17.8625 14.1772 18.1113 14.426 18.1113 14.7328V16.3989C18.1113 16.7057 17.8625 16.9545 17.5557 16.9545H6.44434C6.13757 16.9544 5.88867 16.7056 5.88867 16.3989V14.7328C5.88867 14.4261 6.13757 14.1772 6.44434 14.1772H17.5557ZM17.5557 10.8432C17.8624 10.8432 18.1112 11.0922 18.1113 11.3989V12.5102C18.1113 12.817 17.8625 13.0658 17.5557 13.0658H6.44434C6.13757 13.0658 5.88867 12.817 5.88867 12.5102V11.3989C5.88883 11.0922 6.13767 10.8433 6.44434 10.8432H17.5557Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,warningFilled:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.67339 1.19789C3.83848 0.987942 4.16168 0.987881 4.32671 1.19789L4.35894 1.24574L7.34722 6.33168C7.51009 6.60932 7.30974 6.9594 6.98785 6.95961H1.01226C0.690238 6.95953 0.489919 6.60938 0.652887 6.33168L3.64117 1.24574L3.67339 1.19789ZM3.99957 5.29261C3.81572 5.29277 3.66674 5.44178 3.66656 5.62562C3.66656 5.80962 3.8156 5.95945 3.99957 5.95961C4.18366 5.95961 4.33355 5.80972 4.33355 5.62562C4.33337 5.44168 4.18355 5.29261 3.99957 5.29261ZM3.99957 2.99281C3.83402 2.99296 3.69977 3.12703 3.69976 3.29261V4.79261C3.69976 4.9582 3.83401 5.09226 3.99957 5.09242C4.16525 5.09242 4.29937 4.9583 4.29937 4.79261V3.29261C4.29936 3.12693 4.16525 2.99281 3.99957 2.99281Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.60474 1.50745C4.80443 1.25391 5.19505 1.25398 5.39478 1.50745L5.43482 1.56604L9.1692 7.92249C9.36664 8.25856 9.12437 8.68218 8.73462 8.68226H1.2649C0.875307 8.68199 0.632935 8.25848 0.830328 7.92249L4.56568 1.56604L4.60474 1.50745ZM5.00025 6.61585C4.77013 6.61585 4.58326 6.80272 4.58326 7.03284C4.58329 7.26293 4.77015 7.44983 5.00025 7.44983C5.23018 7.44963 5.41623 7.26281 5.41627 7.03284C5.41627 6.80285 5.2302 6.61605 5.00025 6.61585ZM5.00025 3.71546C4.77942 3.71546 4.6 3.89505 4.59986 4.11585V5.99085C4.59986 6.21176 4.77934 6.39124 5.00025 6.39124C5.22099 6.39104 5.40064 6.21164 5.40064 5.99085V4.11585C5.4005 3.89518 5.22091 3.71566 5.00025 3.71546Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.50976 1.79666C5.75726 1.48203 6.2416 1.48223 6.48925 1.79666L6.53905 1.86892L11.0205 9.49783C11.2647 9.91438 10.9644 10.4392 10.4814 10.4392H1.51854C1.03557 10.4391 0.73523 9.91436 0.979482 9.49783L5.46093 1.86892L5.50976 1.79666ZM5.99999 7.93923C5.72385 7.93923 5.49999 8.16309 5.49999 8.43923C5.50024 8.71516 5.724 8.93923 5.99999 8.93923C6.27595 8.9392 6.49974 8.71514 6.49999 8.43923C6.49999 8.16311 6.27611 7.93926 5.99999 7.93923ZM5.99999 4.43923C5.72385 4.43923 5.49999 4.66309 5.49999 4.93923V7.18923C5.50024 7.46516 5.724 7.68923 5.99999 7.68923C6.27595 7.6892 6.49974 7.46514 6.49999 7.18923V4.93923C6.49999 4.66311 6.27611 4.43926 5.99999 4.43923Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.4772 2.49942C7.74134 2.16383 8.25809 2.16371 8.52213 2.49942L8.57486 2.57657L14.5504 12.7475C14.8112 13.1917 14.4903 13.7519 13.9753 13.7523H2.02408C1.50875 13.7522 1.1888 13.1918 1.44986 12.7475L7.42447 2.57657L7.4772 2.49942ZM7.99967 10.5854C7.63148 10.5854 7.33267 10.8842 7.33267 11.2523C7.33284 11.6204 7.63158 11.9184 7.99967 11.9184C8.36757 11.9181 8.66552 11.6203 8.66568 11.2523C8.66568 10.8843 8.36767 10.5856 7.99967 10.5854ZM7.99967 6.08536C7.72353 6.08536 7.49968 6.30923 7.49967 6.58536V9.58536C7.49967 9.8615 7.72352 10.0854 7.99967 10.0854C8.27562 10.0851 8.49967 9.86137 8.49967 9.58536V6.58536C8.49965 6.30936 8.27562 6.08557 7.99967 6.08536Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.34726 3.12458C9.701 2.67503 10.4164 2.70733 10.7184 3.22126L18.1881 15.9351C18.5137 16.4905 18.1132 17.1899 17.4693 17.19H2.53085C1.88673 17.19 1.48624 16.4906 1.8121 15.9351L9.28183 3.22126L9.34726 3.12458ZM9.9996 13.232C9.53947 13.2321 9.16659 13.6049 9.16659 14.065C9.16667 14.5251 9.53952 14.8979 9.9996 14.898C10.4598 14.898 10.8335 14.5252 10.8336 14.065C10.8336 13.6048 10.4598 13.232 9.9996 13.232ZM9.9996 7.60701C9.65453 7.60713 9.3746 7.8869 9.3746 8.23201V11.982C9.37485 12.3269 9.65468 12.6069 9.9996 12.607C10.3446 12.607 10.6244 12.327 10.6246 11.982V8.23201C10.6246 7.88683 10.3448 7.60701 9.9996 7.60701Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.2157 3.74971C11.6118 3.246 12.3869 3.24616 12.7831 3.74971L12.8622 3.86592L21.8251 19.1218C22.2167 19.7884 21.7359 20.6285 20.9628 20.6286H3.03601C2.2632 20.6282 1.78224 19.7882 2.17371 19.1218L11.1376 3.86592L11.2157 3.74971ZM11.9999 15.8786C11.4476 15.8786 10.9999 16.3263 10.9999 16.8786C10.9999 17.4309 11.4476 17.8786 11.9999 17.8786C12.5521 17.8786 12.9999 17.4309 12.9999 16.8786C12.9999 16.3264 12.5521 15.8787 11.9999 15.8786ZM11.9999 9.12862C11.5857 9.12862 11.2499 9.46442 11.2499 9.87862V14.3786C11.2499 14.7928 11.5857 15.1286 11.9999 15.1286C12.414 15.1286 12.7499 14.7928 12.7499 14.3786V9.87862C12.7499 9.46446 12.414 9.12868 11.9999 9.12862Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,warningOutline:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.66942 1.26316C3.79917 1.04246 4.09508 1.01437 4.2661 1.18015L4.33055 1.26316L7.31785 6.34812C7.46784 6.60357 7.28396 6.92605 6.98778 6.92625H1.01219C0.715868 6.92617 0.531997 6.60364 0.682113 6.34812L3.66942 1.26316ZM1.39012 6.32566H6.60985L3.9995 1.88425L1.39012 6.32566ZM3.9995 5.29246C4.18348 5.29246 4.3333 5.44152 4.33348 5.62546C4.33348 5.80956 4.18359 5.95945 3.9995 5.95945C3.81553 5.95929 3.66649 5.80946 3.66649 5.62546C3.66667 5.44162 3.81565 5.29261 3.9995 5.29246ZM3.9995 2.99265C4.16518 2.99265 4.29929 3.12678 4.2993 3.29246V4.79246C4.2993 4.95814 4.16518 5.09226 3.9995 5.09226C3.83394 5.09211 3.69969 4.95805 3.69969 4.79246V3.29246C3.6997 3.12687 3.83395 2.99281 3.9995 2.99265Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.60474 1.50745C4.80443 1.25391 5.19505 1.25398 5.39478 1.50745L5.43482 1.56604L9.1692 7.92249C9.36664 8.25856 9.12437 8.68218 8.73462 8.68226H1.2649C0.875309 8.68199 0.632934 8.25848 0.830328 7.92249L4.56568 1.56604L4.60474 1.50745ZM1.78248 7.88245H8.21802L4.99927 2.40589L1.78248 7.88245ZM5.00025 6.61585C5.2302 6.61605 5.41627 6.80285 5.41627 7.03284C5.41623 7.26281 5.23018 7.44963 5.00025 7.44983C4.77015 7.44983 4.58329 7.26293 4.58326 7.03284C4.58326 6.80272 4.77013 6.61585 5.00025 6.61585ZM5.00025 3.71546C5.22091 3.71566 5.4005 3.89518 5.40064 4.11585V5.99085C5.40064 6.21164 5.22099 6.39104 5.00025 6.39124C4.77934 6.39124 4.59986 6.21176 4.59986 5.99085V4.11585C4.6 3.89505 4.77942 3.71546 5.00025 3.71546Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M5.50976 1.79666C5.75726 1.48203 6.2416 1.48223 6.48925 1.79666L6.53905 1.86892L11.0205 9.49783C11.2647 9.91438 10.9644 10.4392 10.4814 10.4392H1.51854C1.03557 10.4391 0.73523 9.91436 0.979482 9.49783L5.46093 1.86892L5.50976 1.79666ZM2.17382 9.43923H9.82616L5.99999 2.92556L2.17382 9.43923ZM5.99999 7.93923C6.27611 7.93926 6.49999 8.16311 6.49999 8.43923C6.49974 8.71514 6.27595 8.9392 5.99999 8.93923C5.724 8.93923 5.50024 8.71516 5.49999 8.43923C5.49999 8.16309 5.72385 7.93923 5.99999 7.93923ZM5.99999 4.43923C6.27611 4.43926 6.49999 4.66311 6.49999 4.93923V7.18923C6.49974 7.46514 6.27595 7.6892 5.99999 7.68923C5.724 7.68923 5.50024 7.46516 5.49999 7.18923V4.93923C5.49999 4.66309 5.72385 4.43923 5.99999 4.43923Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7.47721 2.49942C7.74134 2.16383 8.25809 2.16371 8.52213 2.49942L8.57486 2.57657L14.5504 12.7475C14.8112 13.1917 14.4903 13.7519 13.9753 13.7523H2.02408C1.50875 13.7522 1.1888 13.1918 1.44986 12.7475L7.42447 2.57657L7.47721 2.49942ZM2.60709 12.7523H13.3932L7.99967 3.57169L2.60709 12.7523ZM7.99967 10.5854C8.36767 10.5856 8.66568 10.8843 8.66568 11.2523C8.66552 11.6203 8.36757 11.9181 7.99967 11.9184C7.63158 11.9184 7.33284 11.6204 7.33267 11.2523C7.33267 10.8842 7.63148 10.5854 7.99967 10.5854ZM7.99967 6.08536C8.27562 6.08557 8.49965 6.30936 8.49967 6.58536V9.58536C8.49967 9.86137 8.27562 10.0851 7.99967 10.0854C7.72352 10.0854 7.49967 9.8615 7.49967 9.58536V6.58536C7.49968 6.30923 7.72353 6.08536 7.99967 6.08536Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.34726 3.12458C9.70101 2.67503 10.4164 2.70733 10.7184 3.22126L18.1881 15.9351C18.5137 16.4905 18.1132 17.1899 17.4693 17.19H2.53085C1.88673 17.19 1.48624 16.4906 1.8121 15.9351L9.28183 3.22126L9.34726 3.12458ZM3.25937 15.94H16.7408L9.9996 4.4654L3.25937 15.94ZM9.9996 13.232C10.4598 13.232 10.8336 13.6048 10.8336 14.065C10.8335 14.5252 10.4598 14.898 9.9996 14.898C9.53952 14.8979 9.16667 14.5251 9.16659 14.065C9.16659 13.6049 9.53947 13.2321 9.9996 13.232ZM9.9996 7.60701C10.3448 7.60701 10.6246 7.88683 10.6246 8.23201V11.982C10.6244 12.327 10.3446 12.607 9.9996 12.607C9.65468 12.6069 9.37485 12.3269 9.3746 11.982V8.23201C9.3746 7.8869 9.65453 7.60713 9.9996 7.60701Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M11.2157 3.74971C11.6118 3.246 12.3869 3.24616 12.7831 3.74971L12.8622 3.86592L21.8251 19.1218C22.2167 19.7884 21.7359 20.6285 20.9628 20.6286H3.03601C2.2632 20.6282 1.78224 19.7882 2.17371 19.1218L11.1376 3.86592L11.2157 3.74971ZM3.91003 19.1286H20.0887L11.9989 5.35909L3.91003 19.1286ZM11.9999 15.8786C12.5521 15.8787 12.9999 16.3264 12.9999 16.8786C12.9999 17.4309 12.5521 17.8786 11.9999 17.8786C11.4476 17.8786 10.9999 17.4309 10.9999 16.8786C10.9999 16.3263 11.4476 15.8786 11.9999 15.8786ZM11.9999 9.12862C12.414 9.12868 12.7499 9.46446 12.7499 9.87862V14.3786C12.7499 14.7928 12.414 15.1286 11.9999 15.1286C11.5857 15.1286 11.2499 14.7928 11.2499 14.3786V9.87862C11.2499 9.46442 11.5857 9.12862 11.9999 9.12862Z",fill:"currentColor"})),32:t=>C("svg",{width:"32",height:"32",viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.956 4.99929C15.4843 4.32812 16.5168 4.32791 17.0449 4.99929L17.1494 5.15359L29.1006 25.4954C29.6227 26.3842 28.982 27.5041 27.9511 27.5042H4.04881C3.01816 27.5039 2.37726 26.3841 2.89939 25.4954L14.8506 5.15359L14.956 4.99929ZM5.21482 25.5042H26.7851L16 7.1448L5.21482 25.5042ZM16 21.1712C16.7362 21.1712 17.3338 21.768 17.334 22.5042C17.334 23.2406 16.7364 23.8382 16 23.8382C15.2637 23.8381 14.667 23.2405 14.667 22.5042C14.6672 21.768 15.2638 21.1713 16 21.1712ZM16 12.1712C16.5522 12.1712 17 12.6189 17 13.1712V19.1712C17 19.7235 16.5523 20.1712 16 20.1712C15.4478 20.1711 15 19.7234 15 19.1712V13.1712C15 12.619 15.4478 12.1713 16 12.1712Z",fill:"currentColor"}))}}),...Object.freeze({__proto__:null,youtube:{8:t=>C("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M6.66669 2C7.03488 2 7.33368 2.2988 7.33368 2.66699V5.33301C7.33368 5.7012 7.03488 6 6.66669 6H1.33368C0.965489 6 0.666687 5.7012 0.666687 5.33301V2.66699C0.666687 2.2988 0.965489 2 1.33368 2H6.66669ZM3.62958 3.08594C3.57434 3.04933 3.50002 3.08906 3.49969 3.15527V4.84473C3.50002 4.91094 3.57434 4.95067 3.62958 4.91406L4.89618 4.06934C4.9455 4.03634 4.9455 3.96366 4.89618 3.93066L3.62958 3.08594Z",fill:"currentColor"})),10:t=>C("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M8.33331 2.5C8.79344 2.5 9.16614 2.87292 9.16632 3.33301V6.66699C9.16614 7.12708 8.79344 7.5 8.33331 7.5H1.66632C1.20634 7.49982 0.833489 7.12697 0.833313 6.66699V3.33301C0.833489 2.87303 1.20634 2.50018 1.66632 2.5H8.33331ZM4.53741 3.8584C4.46827 3.8123 4.37553 3.86132 4.37531 3.94434V6.05566C4.37553 6.13868 4.46827 6.1877 4.53741 6.1416L6.12042 5.08691C6.182 5.04566 6.182 4.95434 6.12042 4.91309L4.53741 3.8584Z",fill:"currentColor"})),12:t=>C("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M10 3C10.5523 3 11 3.44772 11 4V8C11 8.55228 10.5523 9 10 9H2C1.44772 9 1 8.55228 1 8V4C1 3.44772 1.44772 3 2 3H10ZM5.44434 4.62988C5.36131 4.57453 5.25012 4.63366 5.25 4.7334V7.2666C5.25012 7.36634 5.36131 7.42547 5.44434 7.37012L7.34375 6.10449C7.41797 6.05501 7.41797 5.94499 7.34375 5.89551L5.44434 4.62988Z",fill:"currentColor"})),16:t=>C("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M13.3333 4C14.0696 4 14.6661 4.59678 14.6663 5.33301V10.667C14.6661 11.4032 14.0696 12 13.3333 12H2.66632C1.9302 11.9998 1.33349 11.4031 1.33331 10.667V5.33301C1.33349 4.59689 1.9302 4.00018 2.66632 4H13.3333ZM7.25909 6.17285C7.14833 6.09901 7.00031 6.17841 7.00031 6.31152V9.68848C7.00031 9.82159 7.14833 9.90099 7.25909 9.82715L9.7923 8.13867C9.89095 8.07268 9.89095 7.92732 9.7923 7.86133L7.25909 6.17285Z",fill:"currentColor"})),20:t=>C("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M16.6667 5C17.5872 5 18.3337 5.74652 18.3337 6.66699V13.333C18.3337 14.2535 17.5872 15 16.6667 15H3.33368C2.4132 15 1.66669 14.2535 1.66669 13.333V6.66699C1.66669 5.74652 2.4132 5 3.33368 5H16.6667ZM9.07391 7.71582C8.93547 7.62358 8.74969 7.72327 8.74969 7.88965V12.1104C8.74969 12.2767 8.93547 12.3764 9.07391 12.2842L12.2399 10.1738C12.3636 10.0914 12.3636 9.90864 12.2399 9.82617L9.07391 7.71582Z",fill:"currentColor"})),24:t=>C("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},C("path",{d:"M20 6C21.1046 6 22 6.89543 22 8V16C22 17.1046 21.1046 18 20 18H4C2.89543 18 2 17.1046 2 16V8C2 6.89543 2.89543 6 4 6H20ZM10.8887 9.25879C10.7226 9.14827 10.5002 9.26738 10.5 9.4668V14.5332C10.5002 14.7326 10.7226 14.8517 10.8887 14.7412L14.6875 12.208C14.8359 12.1091 14.8359 11.8909 14.6875 11.792L10.8887 9.25879Z",fill:"currentColor"}))}})},O=class{constructor(e){t(this,e)}name;size=12;color;rotate;label;iconStyle={};getIconClasses(){const t=["sd-icon"];return this.rotate&&t.push(`sd-icon--rotate-${this.rotate}`),t.join(" ")}get resolvedColor(){return n(this.color)}render(){const t=z[this.name]?.[this.size];return C("i",{key:"64d1789805536124f229d7dde816ef986d583276",class:this.getIconClasses(),style:this.iconStyle},C(t,{key:"35ba2d95f6e3e9d7cb346b4872ba1a436a08e04d",color:this.resolvedColor}))}};O.style="sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}";const S=a.input.sm,j=a.input.md,$={sm:{height:S.height,paddingX:S.paddingX,gap:S.gap,radius:S.radius,fontSize:S.typography.fontSize,lineHeight:S.typography.lineHeight,fontWeight:S.typography.fontWeight},md:{height:j.height,paddingX:j.paddingX,gap:j.gap,radius:j.radius,fontSize:j.typography.fontSize,lineHeight:j.typography.lineHeight,fontWeight:j.typography.fontWeight}},E={text:a.input.text,icon:a.input.icon},A={frameSize:Number(a.input.size.icon),iconSize:Number(w.size.field.icon)},R=class{constructor(i){t(this,i),this.input=e(this,"sdUpdate"),this.focus=e(this,"sdFocus"),this.blur=e(this,"sdBlur")}get host(){return i(this)}value=null;type="text";size="sm";addonLabel="";placeholder="입력해 주세요.";disabled=!1;clearable=!1;width="";rules=[];autoFocus=!1;status;hint="";errorMessage="";inputClass="";readonly=!1;error=!1;focused=!1;hovered=!1;label="";icon=void 0;labelTooltip="";labelTooltipProps=null;inputStyle={};internalValue=null;passwordVisible=!1;nativeEl=void 0;formField;name=h();input;focus;blur;valueChanged(t){this.internalValue=t}internalValueChanged(t){t!==this.value&&(this.value=t,this.input?.emit(this.value))}async sdGetNativeElement(){return this.nativeEl||null}async sdValidate(){this.formField?.sdValidate()}async sdReset(){this.formField?.sdReset()}async sdResetValidate(){this.formField?.sdResetValidation()}async sdFocus(){this.formField?.sdFocus()}componentWillLoad(){this.value&&(this.internalValue=this.value)}componentDidLoad(){this.autoFocus&&this.nativeEl?.focus()}handleInput=t=>{this.internalValue=t.target.value};handleFocus=async(t,e)=>{this.focused="focus"===t,"blur"===t?(this.rules&&this.rules.length>0&&await(this.formField?.sdValidate()),this.blur?.emit(e)):this.focus?.emit(e)};render(){const t=$[this.size]??$.sm;return C("sd-field",{key:"82adfc401e74a6d823aa4f95442aa74b663e3ee4",name:this.name,label:this.label,addonLabel:this.addonLabel,hint:this.hint,errorMessage:this.errorMessage,width:this.width,rules:this.rules,error:this.error,disabled:this.disabled,focused:this.focused,hovered:this.hovered,status:this.status,icon:this.icon,labelTooltip:this.labelTooltip,labelTooltipProps:this.labelTooltipProps,ref:t=>this.formField=t,onMouseEnter:()=>this.hovered=!0,onMouseLeave:()=>this.hovered=!1,style:{"--sd-input-font-size":`${t.fontSize}px`,"--sd-input-line-height":`${t.lineHeight}px`,"--sd-input-font-weight":t.fontWeight,"--sd-input-padding-x":`${t.paddingX}px`,"--sd-input-gap":`${t.gap}px`,"--sd-input-text-color":E.text.default,"--sd-input-placeholder-color":E.text.placeholder,"--sd-input-disabled-color":E.text.disabled,"--sd-input-icon-color":E.icon.default,"--sd-system-size-field-sm-height":`${t.height}px`,"--sd-system-radius-field-sm":`${t.radius}px`}},C("label",{key:"6c7a76e6d863cddf4e7ca83d1231255fe5e7edea",class:"sd-input__content"},C("slot",{key:"14ab01247317f114f92127b6c1c43c42251fa90c",name:"prefix"}),C("input",{key:"ee546204bc6cfa28f8e42dce6deebdf251dc04da",name:this.name,ref:t=>this.nativeEl=t,class:`sd-input__native ${this.inputClass}`,type:"password"===this.type&&this.passwordVisible?"text":this.type,value:this.internalValue||"",placeholder:this.placeholder,disabled:this.disabled,readonly:this.readonly,autofocus:this.autoFocus,onInput:this.handleInput,onFocus:t=>this.handleFocus("focus",t),onBlur:t=>this.handleFocus("blur",t),style:this.inputStyle}),C("slot",{key:"4f52aa176c00462996d8794da1d8fd86c468e132",name:"suffix"}),this.clearable&&this.internalValue&&C("sd-icon",{key:"40ab163ef22e68a261e639ec5d8fb3bc1d6cd42a",name:"close",color:E.icon.default,size:A.iconSize,class:"sd-input__clear-icon",onClick:async()=>{this.internalValue="",await(this.formField?.sdValidate())}}),"password"===this.type&&C("sd-icon",{key:"d841ed3ca46d065048107b8733c41e63155b0990",name:this.passwordVisible?"visibilityOn":"visibilityOff",color:E.icon.default,size:A.frameSize,class:"sd-input__password-icon",onClick:()=>{this.passwordVisible=!this.passwordVisible}})))}static get watchers(){return{value:[{valueChanged:0}],internalValue:[{internalValueChanged:0}]}}};R.style="sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}.sd-date-picker{width:100%;display:inline-block}.sd-date-picker .sd-date-picker--disabled .date-icon{cursor:not-allowed !important;color:#888888 !important}.sd-date-picker .sd-date-picker__input{text-align:center !important}.sd-date-picker__menu{border-radius:8px;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.2)}sd-date-range-picker{width:fit-content;display:inline-flex}sd-date-range-picker .sd-date-range-picker--disabled .date-icon{cursor:not-allowed !important;color:#888888 !important}sd-date-range-picker .sd-date-range-picker--disabled .sd-input__native{color:#888888 !important}sd-date-range-picker .sd-field .sd-field__control{min-width:210px}sd-date-range-picker .sd-field .sd-input__native{margin-left:17px !important}.sd-date-range-picker__menu{width:609px;box-sizing:border-box;border-radius:8px;padding:24px 19px;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.2);background:white}.sd-date-range-picker__menu .sd-date-range-picker__header{margin-bottom:16px;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}.sd-date-range-picker__menu .sd-date-range-picker__header .header-label{margin:0 12px;width:40px;text-align:center;font-size:14px;line-height:24px}.sd-date-range-picker__menu .sd-date-range-picker__body{display:flex;flex-flow:row nowrap;align-items:stretch;gap:19px}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container{width:266px}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-header{width:100%;height:24px;line-height:24px;font-size:14px;text-align:center;position:relative;padding:0 5px}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-header button{position:absolute;top:50%;transform:translateY(-50%)}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-header button.header-button-prev{left:5px}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-header button.header-button-next{right:5px;left:auto}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-days{padding:0 5px;margin-top:8px;display:grid;grid-template-columns:repeat(7, minmax(0, 1fr));column-gap:10px}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-days .day{width:28px;height:20px;font-size:12px;line-height:20px;text-align:center;color:#888888}.sd-date-range-picker__menu .sd-date-range-picker__body .calendar-container .calendar-body{margin-top:12px;display:grid;grid-template-columns:repeat(7, minmax(0, 1fr))}.sd-date-range-picker__menu .sd-date-range-picker__body .separator{width:1px;background-color:#D8D8D8}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0px 1000px #fff inset;box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}input:autofill,input:autofill:hover,input:autofill:focus,input:autofill:active{-webkit-text-fill-color:#000;-webkit-box-shadow:0 0 0px 1000px #fff inset;box-shadow:0 0 0px 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}sd-input{display:inline-flex}sd-input .sd-input__content{width:100%;height:100%;display:flex;flex-flow:row nowrap;align-items:center;color:var(--sd-input-text-color);font-size:var(--sd-input-font-size);line-height:var(--sd-input-line-height);font-weight:var(--sd-input-font-weight);padding:0 var(--sd-input-padding-x);gap:var(--sd-input-gap)}sd-input .sd-input__content .sd-input__native{width:100%;height:100%;border:none;outline:none;background:transparent;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}sd-input .sd-input__content .sd-input__native[disabled]{cursor:not-allowed;color:var(--sd-input-disabled-color)}sd-input .sd-input__content .sd-input__native::placeholder{color:var(--sd-input-placeholder-color)}sd-input .sd-input__content .sd-input__clear-icon,sd-input .sd-input__content .sd-input__password-icon{flex-shrink:0;cursor:pointer}";const D=class{constructor(e){t(this,e)}color="#0075ff";get resolvedColor(){return n(this.color)}render(){return C(o,{key:"debc93482bd2c47f317457fd97ee2bf40b6f3e59"},C("svg",{key:"915a8e743e9286e32c81b1bf49714da01ba9a1c3",class:"sd-loading-spinner",width:"72px",height:"72px",viewBox:"25 25 50 50",style:{color:this.resolvedColor}},C("circle",{key:"04abf57521d77d5492a0e5553a7f64017fe0d1a3",class:"path",cx:"50",cy:"50",r:"20",fill:"none",stroke:"currentColor","stroke-width":"5","stroke-miterlimit":"10"})))}};D.style="sd-loading-spinner{display:inline-flex;width:fit-content;height:fit-content;align-items:center}sd-loading-spinner .sd-loading-spinner{animation:sd-loading-spin 2s linear infinite;transform-origin:center center}sd-loading-spinner .sd-loading-spinner .path{animation:sd-loading-spin-path 1.5s ease-in-out infinite}@keyframes sd-loading-spin{0%{transform:rotate3d(0, 0, 1, 0deg)}25%{transform:rotate3d(0, 0, 1, 90deg)}50%{transform:rotate3d(0, 0, 1, 180deg)}75%{transform:rotate3d(0, 0, 1, 270deg)}100%{transform:rotate3d(0, 0, 1, 359deg)}}@keyframes sd-loading-spin-path{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}";const P=class{constructor(i){t(this,i),this.update=e(this,"sdUpdate"),this.focus=e(this,"sdFocus"),this.blur=e(this,"sdBlur")}get el(){return i(this)}min=Number.NEGATIVE_INFINITY;max=Number.POSITIVE_INFINITY;step=1;useButton=!1;useDecimal=!1;value=null;label;addonLabel="";placeholder="입력해 주세요.";disabled=!1;width;rules=[];autoFocus=!1;status;hint="";errorMessage="";inputClass="";readonly=!1;inputStyle={};error=!1;focused=!1;hovered=!1;internalValue=null;displayValue="";nativeEl=void 0;formField;name=h();update;focus;blur;formatWithCommas(t){if(null==t)return"";const e=t<0,i=Math.abs(t),[C,o]=i.toString().split("."),s=(+C).toLocaleString(),l=e?"-"+s:s;return o?l+"."+o:String(l)}parseInput(t){if(!t||""===t.trim())return null;const e=t.replace(/,/g,"").trim();if(!/^-?(\d+\.?\d*|\d*\.\d+)$/.test(e))return null;const i=parseFloat(e);return isNaN(i)||!this.useDecimal&&e.includes(".")?null:i}clampMinMax(t){return Math.min(Math.max(t,this.min),this.max)}updateDisplay(){this.displayValue=this.formatWithCommas(this.internalValue)}isIncrementDisabled(){return!(!this.disabled&&!this.readonly)||null!==this.internalValue&&this.internalValue>=this.max}isDecrementDisabled(){return!(!this.disabled&&!this.readonly)||null!==this.internalValue&&this.internalValue<=this.min}valueChanged(t){if(null===t||""===t)this.internalValue=null;else{const e="string"==typeof t?this.parseInput(t):t;null!==e&&(this.internalValue=this.clampMinMax(e))}this.updateDisplay()}internalValueChanged(t){this.updateDisplay(),t!==this.value&&(this.value=t,this.update?.emit(t))}async sdValidate(){this.formField?.sdValidate()}async sdReset(){this.formField?.sdReset()}async sdResetValidate(){this.formField?.sdResetValidation()}async sdFocus(){this.formField?.sdFocus()}componentWillLoad(){if(null!=this.value){const t="string"==typeof this.value?this.parseInput(this.value):this.value;null!==t&&(this.internalValue=this.clampMinMax(t))}this.updateDisplay()}handleInput=t=>{const e=t.target,i=e.value;if(""===i)return this.internalValue=null,void(this.displayValue="");const C=i.replace(/,/g,""),o=(C.match(/\./g)||[]).length;if(o>1)return void(e.value=this.displayValue);if("-"===C||"."===C||"-."===C)return void(e.value=C);if(C.endsWith(".")&&1===o){const t=C.slice(0,-1),i=this.parseInput(t);if(null!==i){const t=this.formatWithCommas(i);return void(e.value=t+".")}}const s=this.parseInput(C);if(null!==s){if(s<this.min)return void(e.value=this.displayValue);if(s>this.max)return void(e.value=this.displayValue);this.internalValue=s,this.displayValue=this.formatWithCommas(s),e.value=this.displayValue}else e.value=this.displayValue};handleFocus=t=>{this.focused=!0,this.focus?.emit(t)};handleBlur=async t=>{this.updateDisplay(),this.nativeEl&&(this.nativeEl.value=this.displayValue),this.rules&&this.rules.length>0&&await(this.formField?.sdValidate()),this.focused=!1,this.blur?.emit(t)};handleKeyDown=t=>{"ArrowUp"===t.key?(t.preventDefault(),this.handleIncrement()):"ArrowDown"===t.key&&(t.preventDefault(),this.handleDecrement())};handleIncrement=()=>{if(this.isIncrementDisabled())return;const t=this.internalValue??this.min??0;let e=t+this.step;e>this.max&&(e=this.max),e!==t&&(this.internalValue=e)};handleDecrement=()=>{if(this.isDecrementDisabled())return;const t=this.internalValue??this.min??0;let e=t-this.step;e<this.min&&(e=this.min),e!==t&&(this.internalValue=e)};async sdGetNativeElement(){return this.nativeEl||null}getInputStatus(){return this.disabled?"sd-number-input--disabled":this.hovered?"sd-number-input--hovered":this.status?`sd-number-input--${this.status}`:this.error?"sd-number-input--error":""}render(){const t={textAlign:this.useButton?"center":"right"};return C("sd-field",{key:"7c278ee43828ff5619efe471b7f2a8c6ea09c300",name:this.name,label:this.label,addonLabel:this.addonLabel,hint:this.hint,errorMessage:this.errorMessage,rules:this.rules,error:this.error,disabled:this.disabled,focused:this.focused,hovered:this.hovered,status:this.status,ref:t=>this.formField=t,style:this.width?{"--input-width":"number"==typeof this.width?`${this.width}px`:this.width}:{}},C("label",{key:"10987e5255b183d774affb873866d2fab5721997",class:{"sd-number-input":!0,[this.getInputStatus()]:!0,"sd-number-input--with-buttons":this.useButton},onMouseEnter:()=>this.hovered=!0,onMouseLeave:()=>this.hovered=!1,style:this.inputStyle},C("input",{key:"ea09e409d3c4c0a9e59b57b8f0d9211ca271b0ed",name:this.name,ref:t=>this.nativeEl=t,class:`sd-number-input__input ${this.inputClass}`,type:"text",inputMode:"numeric",value:this.displayValue,placeholder:this.placeholder,disabled:this.disabled,readonly:this.readonly,autofocus:this.autoFocus,onInput:this.handleInput,onKeyDown:this.handleKeyDown,style:t,onFocus:this.handleFocus,onBlur:this.handleBlur}),this.useButton&&C("div",{key:"3539fa8237cde3c5220934d18152bd6e3c20b979",class:"sd-number-input__buttons"},C("button",{key:"4b48a586dbe4509a9c780c1d23b06252f3e5cf55",type:"button",class:{"sd-number-input__button":!0,"sd-number-input__button--decrement":!0},disabled:this.isDecrementDisabled(),onClick:this.handleDecrement,tabindex:-1},C("sd-icon",{key:"25076f714328a1bce556ecff6317573c98bd8214",name:"minus",size:12,color:this.isDecrementDisabled()?"grey_45":"brilliantblue_70"})),C("button",{key:"99b5951b072d6bdbd1f36f217d441604aada3f4b",type:"button",class:{"sd-number-input__button":!0,"sd-number-input__button--increment":!0},disabled:this.isIncrementDisabled(),onClick:this.handleIncrement,tabindex:-1},C("sd-icon",{key:"13e8eda3bb5042bd65381057159dd60f04ecf69d",name:"add",size:12,color:this.isIncrementDisabled()?"grey_45":"brilliantblue_70"})))))}static get watchers(){return{value:[{valueChanged:0}],internalValue:[{internalValueChanged:0}]}}};P.style="sd-icon{display:inline-block;line-height:0}sd-icon .sd-icon--rotate-90{transform:rotate(90deg)}sd-icon .sd-icon--rotate-180{transform:rotate(180deg)}sd-icon .sd-icon--rotate-270{transform:rotate(270deg)}sd-number-input .sd-number-input{box-sizing:border-box;display:flex;width:var(--input-width, 100%);align-items:center;height:28px;padding:4px 8px;border-radius:4px;color:#333333;font-size:12px;line-height:20px;position:relative}sd-number-input .sd-number-input .sd-number-input__input{display:block;width:100%;height:20px;line-height:20px;border:none;outline:none;background:transparent;font-size:inherit;color:#333333;margin-left:4px;margin-right:4px;padding-block:0;padding-inline:0;text-align:right}sd-number-input .sd-number-input .sd-number-input__input[disabled]{cursor:not-allowed;color:#888888}sd-number-input .sd-number-input .sd-number-input__input::placeholder{font-size:12px;height:20px;line-height:20px;color:#AAAAAA}sd-number-input .sd-number-input .sd-number-input__clear-icon{cursor:pointer;margin-left:8px}sd-number-input .sd-number-input .sd-number-input__buttons{padding:4px;display:flex;justify-content:space-between;align-items:center;position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity 0.2s ease}sd-number-input .sd-number-input .sd-number-input__button{width:20px;height:20px;border:none;border-radius:2px;background-color:#EFF6FF;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;margin:0;transition:background-color 0.2s ease}sd-number-input .sd-number-input .sd-number-input__button:hover:not(:disabled){background-color:#E6F1FF}sd-number-input .sd-number-input .sd-number-input__button:disabled{background-color:#EEEEEE;cursor:not-allowed}sd-number-input .sd-number-input .sd-number-input__button--decrement{border-bottom-left-radius:0;border-bottom-right-radius:0}sd-number-input .sd-number-input .sd-number-input__button--increment{border-top-left-radius:0;border-top-right-radius:0}sd-number-input .sd-number-input .sd-number-input__label{margin-bottom:8px;font-weight:500;color:#333333}sd-number-input:focus-within .sd-number-input__buttons{opacity:1;pointer-events:auto}sd-number-input:focus-within .sd-number-input{border-color:#0075FF;box-shadow:0 0 4px 0 rgba(0, 113, 255, 0.4)}";const I={1:26,2:36,3:42,4:50,5:58},N=10,W=class{constructor(i){t(this,i),this.pageChange=e(this,"sdPageChange")}currentPage=1;lastPage=1;simple=!1;pageChange;get paginationClasses(){const t=["sd-pagination"];return this.simple&&t.push("sd-pagination--simple"),t.join(" ")}get pageNumbers(){const t=Math.floor((this.currentPage-1)/N)*N+1,e=Math.min(t+N-1,this.lastPage);return Array.from({length:e-t+1},((e,i)=>t+i))}get buttonWidth(){const t=(this.pageNumbers.at(-1)??1).toString().length;return I[t]||I[1]}handlePageChange(t){t<1||t>this.lastPage||(this.currentPage=t,this.pageChange.emit(t))}handleGroupChange(t){const e=Math.min(Math.max(this.currentPage+("forward"===t?N:-10),1),this.lastPage);this.handlePageChange(e)}get isFirstGroup(){return this.currentPage<=N}get isLastGroup(){return Math.floor((this.currentPage-1)/N)*N+1+N-1>=this.lastPage}renderPrevButtons(){return this.simple?this.currentPage<=1?null:C(o,null,C("button",{"aria-label":"Go to first page",onClick:()=>this.handlePageChange(1)},C("sd-icon",{name:"arrowLeftEnd",size:"12",color:"#222222"})),C("button",{"aria-label":"Go to previous page",onClick:()=>this.handlePageChange(this.currentPage-1)},C("sd-icon",{name:"arrowLeft",size:"12",color:"#222222"}))):this.isFirstGroup?void 0:C(o,null,C("button",{"aria-label":"Go to first page",onClick:()=>this.handlePageChange(1)},C("sd-icon",{name:"arrowLeftEnd",size:"12",color:"#222222"})),C("button",{"aria-label":"Go to previous page group",onClick:()=>this.handleGroupChange("backward")},C("sd-icon",{name:"arrowLeft",size:"12",color:"#222222"})))}renderNextButtons(){return this.simple?this.currentPage>=this.lastPage?null:C(o,null,C("button",{"aria-label":"Go to next page",onClick:()=>this.handlePageChange(this.currentPage+1)},C("sd-icon",{name:"arrowRight",size:"12",color:"#222222"})),C("button",{"aria-label":"Go to last page",onClick:()=>this.handlePageChange(this.lastPage)},C("sd-icon",{name:"arrowRightEnd",size:"12",color:"#222222"}))):this.isLastGroup?void 0:C(o,null,C("button",{"aria-label":"Go to next page group",onClick:()=>this.handleGroupChange("forward")},C("sd-icon",{name:"arrowRight",size:"12",color:"#222222"})),C("button",{"aria-label":"Go to last page",onClick:()=>this.handlePageChange(this.lastPage)},C("sd-icon",{name:"arrowRightEnd",size:"12",color:"#222222"})))}render(){return C("div",{key:"fe61b181ec08d65564d8e68787403a7a83a90631",class:this.paginationClasses},C("div",{key:"79237017bd874cf9bfa9af51e66f06ec641cefcf",class:"prepend-btns"},this.renderPrevButtons()),this.simple?C("div",{class:"pagination-info"},C("span",{class:"current-page"},this.currentPage),C("span",null,"/"),C("span",{class:"last-page"},this.lastPage)):this.pageNumbers.map((t=>C("button",{type:"button","aria-current":this.currentPage===t?"page":void 0,class:{"pagination-btn":!0,"pagination-btn--selected":this.currentPage===t},disabled:this.currentPage===t,style:{"--pagination-btn-width":`${this.buttonWidth}px`},onClick:()=>this.handlePageChange(t)},t))),C("div",{key:"416e4c3b231a8a9987cce6bd4359edc759c134ee",class:"append-btns"},this.renderNextButtons()))}};W.style=".sd-pagination{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:8px;color:#555555;width:100%;font-size:12px}.sd-pagination .prepend-btns{display:flex;flex-flow:row nowrap;align-items:center;gap:8px;width:60px}.sd-pagination .prepend-btns button{width:26px;height:26px;border:0;background:none}.sd-pagination .prepend-btns button:hover{border:1px solid #006AC1;border-radius:14px}.sd-pagination .append-btns{display:flex;flex-flow:row nowrap;align-items:center;gap:8px;width:60px}.sd-pagination .append-btns button{width:26px;height:26px;border:0;background:none}.sd-pagination .append-btns button:hover{border:1px solid #006AC1;border-radius:14px}.sd-pagination .pagination-btn{display:flex;align-items:center;justify-content:center;border-radius:14px;outline:none;border:none;cursor:pointer;height:26px;color:#555555;width:var(--pagination-btn-width, 26px)}.sd-pagination .pagination-btn--selected{background-color:#006AC1;color:white}.sd-pagination .pagination-btn:hover{border:1px solid #006AC1}.sd-pagination--simple .pagination-info{line-height:26px;display:flex;flex-flow:row nowrap;align-items:center;gap:8px}.sd-pagination--simple .pagination-info .current-page,.sd-pagination--simple .pagination-info .last-page{padding:0 2px}";const T=class{constructor(i){t(this,i),this.close=e(this,"sdClose")}get hostEl(){return i(this)}to="body";parentRef=null;offset=[0,4];viewportPadding=0;zIndex=9999;open=!1;close;container;wrapper;rafId;isInsideClick=!1;closeTransitionTimer;handleObservedScroll=()=>this.updatePosition();resizeObserver;mutationObserver;scrollParents=[];isObserved=!1;handleOpenChange(){this.syncPortalState()}componentDidLoad(){this.container=this.resolveContainer(),this.syncPortalState()}componentDidRender(){this.syncPortalState()}disconnectedCallback(){if(this.closeTransitionTimer&&clearTimeout(this.closeTransitionTimer),this.unobserveParent(),this.wrapper?.parentNode)try{this.wrapper.parentNode.removeChild(this.wrapper)}catch{}}resolveContainer(){const t="string"==typeof this.to?document.querySelector(this.to):this.to;return t instanceof HTMLElement?t:document.body}createWrapper(){this.wrapper=document.createElement("div"),Object.assign(this.wrapper.style,{position:"absolute",top:"0",left:"0",zIndex:(this.zIndex??9999).toString(),opacity:"0",transition:"opacity 0.15s ease-out",boxSizing:"border-box",visibility:"hidden"}),this.container.appendChild(this.wrapper)}ensureWrapper(){this.wrapper||(this.container||=this.resolveContainer(),this.createWrapper(),this.moveSlotContent())}syncPortalState(){if(!this.open)return this.wrapper&&(this.wrapper.style.transition="opacity 0.15s ease-out",this.wrapper.style.opacity="0",this.wrapper.style.pointerEvents="none",this.closeTransitionTimer&&clearTimeout(this.closeTransitionTimer),this.closeTransitionTimer=setTimeout((()=>{this.wrapper&&!this.open&&(this.wrapper.style.display="none")}),150)),void this.unobserveParent();this.closeTransitionTimer&&clearTimeout(this.closeTransitionTimer),this.ensureWrapper(),this.wrapper&&(this.wrapper.style.display="block",this.wrapper.style.transition="opacity 0.25s ease-out",this.wrapper.style.opacity="0",this.wrapper.style.pointerEvents="",this.observeParent(),this.updatePosition())}moveSlotContent(){this.wrapper&&Array.from(this.hostEl.childNodes).filter((t=>t.nodeType!==Node.COMMENT_NODE)).forEach((t=>this.wrapper.appendChild(t)))}updatePosition(){this.rafId&&cancelAnimationFrame(this.rafId),this.rafId=requestAnimationFrame((()=>{if(!this.parentRef||!this.wrapper)return;const t=this.parentRef.getBoundingClientRect(),e=window.innerWidth,i=window.innerHeight,C=this.offset??[0,4],o=Math.max(0,this.viewportPadding??0),s=Math.max(e-2*o,0),l=Math.max(i-2*o,0);this.wrapper.style.maxWidth=`${s}px`,this.wrapper.style.maxHeight=`${l}px`;const n=this.wrapper.getBoundingClientRect(),r=i-t.bottom-C[1]-o;let d=t.bottom+window.scrollY+C[1],h=t.left+window.scrollX+C[0];r<n.height&&t.top-C[1]-o>r&&(d=t.top+window.scrollY-n.height-C[1]);const a=window.scrollY+o,w=window.scrollY+i-o-n.height;d=w<a?a:Math.min(Math.max(d,a),w),t.left+n.width+C[0]>e-o&&(h=t.right+window.scrollX-n.width-C[0]);const c=window.scrollX+o,p=window.scrollX+e-o-n.width;h=p<c?c:Math.min(Math.max(h,c),p),this.wrapper.style.top=`${d}px`,this.wrapper.style.left=`${h}px`,this.wrapper.style.visibility="visible",this.wrapper.style.opacity="1"}))}observeParent(){this.parentRef&&!this.isObserved&&(this.observeScrollParents(this.parentRef),"undefined"!=typeof ResizeObserver&&(this.resizeObserver=new ResizeObserver((()=>this.updatePosition())),this.resizeObserver.observe(this.parentRef)),"undefined"!=typeof MutationObserver&&(this.mutationObserver=new MutationObserver((()=>this.updatePosition())),this.mutationObserver.observe(document.body,{childList:!0,subtree:!0})),this.isObserved=!0)}unobserveParent(){this.isObserved&&(this.unobserveScrollParents(),this.resizeObserver?.disconnect(),this.resizeObserver=void 0,this.mutationObserver?.disconnect(),this.mutationObserver=void 0,this.isObserved=!1)}observeScrollParents(t){const e=this.getScrollParents(t);e.forEach((t=>{t.addEventListener("scroll",this.handleObservedScroll,{passive:!0})})),this.scrollParents=e}unobserveScrollParents(){this.scrollParents.forEach((t=>{t.removeEventListener("scroll",this.handleObservedScroll)})),this.scrollParents=[]}getScrollParents(t){const e=[];let i=t.parentElement;for(;i;){const{overflow:t,overflowX:C,overflowY:o}=getComputedStyle(i);[t,C,o].some((t=>/(auto|scroll|overlay)/.test(t)))&&e.push(i),i=i.parentElement}return e}handleMouseDown(t){this.isInsideClick=!(!this.wrapper||!this.wrapper.contains(t.target))}handleWindowClick(t){this.isInsideClick?this.isInsideClick=!1:this.wrapper?.contains(t.target)||this.close.emit()}render(){return C("slot",{key:"04581cb6d22882520a7da534d19dcbec7b540af7"})}static get watchers(){return{open:[{handleOpenChange:0}]}}},U=class{constructor(i){t(this,i),this.update=e(this,"sdUpdate")}value;disabled=!1;val;label;update;getRadioClasses(){const t=["sd-radio",String(this.val)===String(this.value)?"sd-radio--selected":"sd-radio--unselected"];return this.disabled&&t.push("sd-radio--disabled"),t.join(" ")}handleRadioChange(t){this.disabled||(console.log("detail",t),this.value=this.val,this.update.emit(this.value))}render(){return C("div",{key:"22f461c707a4493e9cd1c3249b8e9d7ba2e8c1d3","aria-label":this.val||"radio option","aria-checked":String(this.val)===String(this.value)?"true":"false","aria-disabled":this.disabled?"true":"false",class:this.getRadioClasses()},C("label",{key:`radio-${this.val}`},C("input",{key:"fa3a86b504202c9d74038fba3d6dafc04632e2fb",type:"radio",name:this.val,value:String(this.val),checked:String(this.val)===String(this.value),disabled:this.disabled,onInput:({detail:t})=>this.handleRadioChange(t)}),this.val&&C("span",{key:"bc4e311599a3b9c4339dc07538a2e27149c3d816",class:"sd-radio-group__label"},this.label||this.val)))}};U.style='sd-radio{display:inline-flex;width:fit-content;height:fit-content}sd-radio .sd-radio{cursor:pointer}sd-radio .sd-radio label{display:inline-flex;width:fit-content;align-items:center;gap:8px;cursor:pointer}sd-radio .sd-radio label input{display:inline-block;position:relative;appearance:none;margin:0;width:16px;height:16px;border:1px solid #888888;border-radius:50%;accent-color:#0075FF;background-color:white;cursor:pointer}sd-radio .sd-radio label input:checked{border-color:#0075FF;background-color:white}sd-radio .sd-radio label input:checked::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:10px;height:10px;border-radius:50%;background-color:#0075FF}sd-radio .sd-radio label input:disabled{border-color:#CCCCCC;background-color:#EEEEEE}sd-radio .sd-radio label input:disabled:checked::before{background-color:#CCCCCC}sd-radio .sd-radio label input:not(:disabled):hover{border-color:#0075FF;background-color:#D9EAFF}sd-radio .sd-radio--disabled{cursor:not-allowed !important}sd-radio .sd-radio--disabled label{cursor:not-allowed !important}sd-radio .sd-radio--disabled label input{cursor:not-allowed !important}';const G=class extends c{constructor(i){super(),t(this,i),this.update=e(this,"sdUpdate"),this.dropDownShow=e(this,"sdDropDownShow")}get el(){return i(this)}value=null;options=[];placeholder="선택";optionPlaceholder="선택지가 없습니다.";width="200px";dropdownHeight="260px";autoFocus=!1;disabled=!1;clearable=!1;searchable=!1;label="";addonLabel="";icon=void 0;labelTooltip="";labelTooltipProps=null;rules=[];error=!1;optionRenderer;isOpen=!1;itemIndex=-1;isScrolled=!1;update;dropDownShow;selectRef;triggerRef;formField;filteredOptions=[];dropDownWidth="200px";name=h();async sdOpen(){this.isOpen=!0}async sdValidate(){this.formField?.sdValidate()}async sdReset(){this.formField?.sdReset()}async sdResetValidate(){this.formField?.sdResetValidation()}async sdFocus(){this.formField?.sdFocus()}async isOpenChanged(){this.onDropdownToggle(this.isOpen),this.dropDownShow?.emit({isOpen:this.isOpen}),!1===this.isOpen&&await(this.formField?.sdValidate())}componentWillLoad(){this.filteredOptions=this.options,this.dropDownWidth=this.width,this.initializeEvent()}componentDidLoad(){this.autoFocus&&this.selectRef?.focus()}componentDidRender(){const t=this.triggerRef,e=t?.getBoundingClientRect();this.dropDownWidth=e?.width?`${e.width}px`:this.width}disconnectedCallback(){this.cleanupEvent()}handleDocumentClick(t){this.selectRef?.contains(t.target)||(this.isOpen=!1)}handleDocumentKeydown(t){if(t.stopPropagation(),["ArrowDown","ArrowUp","Enter","Escape"].includes(t.key))switch(t.preventDefault(),t.key){case"ArrowDown":case"ArrowUp":const e=new p(this.searchable,this.filteredOptions).getNextIndex(this.itemIndex,t.key);this.itemIndex=e;break;case"Enter":const i=this.filteredOptions[this.itemIndex];i&&!i.disabled&&(this.value=i.value,this.isOpen=!1);break;case"Escape":this.isOpen=!1}}getSelectedOption(){return this.options.find((t=>t.value===this.value))}closeDropdown(){this.isOpen=!1}handleTriggerClick=t=>{t.stopPropagation(),this.disabled||(this.isOpen=!this.isOpen,this.dropDownShow?.emit({isOpen:this.isOpen}))};handleOptionClick=t=>{const{option:e,event:i}=t;if(i.stopPropagation(),!e.disabled){this.value=e.value,this.isOpen=!1;const t=this.getSelectedOption();this.update?.emit({value:t?.value||null,option:t||null})}};render(){return C("sd-field",{key:"f7cd0c34188712a30389d07bde7edc7875e9923b",label:this.label,name:this.name,rules:this.rules,error:this.error,disabled:this.disabled,icon:this.icon,addonLabel:this.addonLabel,labelTooltip:this.labelTooltip,labelTooltipProps:this.labelTooltipProps,ref:t=>this.formField=t},C("div",{key:"460a8a23247e24a02bd25470105598914029e205",class:{"sd-select":!0,"sd-select--disabled":this.disabled,"sd-select--error":!!this.error,"sd-select--label":!!this.label},ref:t=>this.selectRef=t},this.renderTrigger(),this.renderDropdown()))}renderTrigger(){const t=this.getSelectedOption();return C("div",{class:"sd-select__trigger",tabindex:this.disabled?-1:0,onClick:this.handleTriggerClick,ref:t=>this.triggerRef=t},C("span",{class:"sd-select__value"},t?t.label:this.placeholder),this.clearable&&t&&!this.disabled&&C("sd-icon",{key:"clear-icon",name:"close",size:10,color:"#888",class:"sd-select__clear",onClick:async t=>{t.stopPropagation(),this.value=null,await(this.formField?.sdValidate())}}),C("sd-icon",{key:"arrow-icon",name:"arrowDown",color:"#888",class:{"sd-select__arrow":!0,"sd-select__arrow--open":this.isOpen}}))}renderDropdown(){if(!1===this.isOpen)return null;const t=this.selectRef?.querySelector(".sd-select__trigger")||this.selectRef;return C("sd-portal",{open:this.isOpen,parentRef:t,onSdClose:this.closeDropdown},C("sd-select-dropdown",{value:this.value,options:this.options,itemIndex:this.itemIndex,width:this.dropDownWidth,dropdownHeight:this.dropdownHeight,searchable:this.searchable,optionPlaceholder:this.optionPlaceholder,onSdOptionClick:({detail:t})=>this.handleOptionClick(t),onSdOptionFiltered:({detail:t})=>this.filteredOptions=t}))}static get watchers(){return{isOpen:[{isOpenChanged:0}]}}};G.style="sd-select{display:inline-flex;flex-flow:column nowrap;height:fit-content}sd-select *:focus,sd-select *:focus-visible,sd-select *:focus-within{outline:none !important}sd-select .sd-select{width:100%}sd-select .sd-select .sd-select__trigger{padding:4px 28px 4px 12px;display:flex;width:100%;height:100%;align-items:center}sd-select .sd-select .sd-select__trigger .sd-select__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:20px;font-size:12px;font-weight:400;text-align:left}sd-select .sd-select .sd-select__trigger .sd-select__clear{margin:0 4px;width:8px;height:8px;background-color:transparent;outline:none;border:none}sd-select .sd-select .sd-select__arrow{position:absolute;top:8px;right:8px;width:12px;height:12px;color:#888888;transition:transform 0.3s ease;margin-left:8px}sd-select .sd-select .sd-select__arrow--open{transform:rotate(180deg)}";const K=class{constructor(i){t(this,i),this.optionClick=e(this,"sdOptionClick"),this.optionFiltered=e(this,"sdOptionFiltered"),this.scroll=e(this,"sdScroll")}itemIndex;value=null;options;width;dropdownHeight;searchable;optionPlaceholder;useCheckbox=!1;useAll=!1;filteredOptions=[];searchText=null;isScrolled=!1;isDropdownReady=!1;optionClick;optionFiltered;scroll;filteredOptionsChanged(t){this.optionFiltered.emit(t)}searchTextChanged(){this.filterOptions()}async itemIndexChanged(t,e){if(this.searchable){const t=await this.getNativeInputElement();if(-1===this.itemIndex)return void t?.focus({preventScroll:!0});t?.matches(":focus")&&t?.blur()}const i=this.dropdownRef?.querySelectorAll(".sd-select-dropdown sd-select-option")||[],C=i?.[this.itemIndex];C&&(this.optionRef=C,await this.optionRef.sdIsDisabled()?t>e?this.itemIndex++:this.itemIndex--:this.scrollToOption(C))}componentWillLoad(){this.filteredOptions=this.options,requestAnimationFrame((()=>{requestAnimationFrame((async()=>{const t=this.getSelectedOption();if(t){const e=Array.isArray(t)?this.options.indexOf(t[0]):this.options.indexOf(t),i=Array.from(this.dropdownRef?.querySelectorAll("sd-select-option")||[]),C=Math.min((this.useAll?e+1:e)+4,i.length-1),o=i?.[C];o&&this.scrollToOption(o,"instant")}if(this.isDropdownReady=!0,this.searchable){const t=await this.getNativeInputElement();t&&requestAnimationFrame((()=>{t.focus({preventScroll:!0})}))}}))}))}dropdownRef;searchRef;optionRef;get dropdownSize(){return{"--select-dropdown-width":this.width||"200px","--select-dropdown-height":this.dropdownHeight||"260px"}}filterOptions(){this.filteredOptions=this.searchText&&""!==this.searchText.trim()?this.options.filter((t=>t.label.toLowerCase().includes(this.searchText.toLowerCase()))):this.options}getSelectedOption(){return"object"!=typeof this.value?this.options.find((t=>t.value===this.value)):this.options.filter((t=>this.value?.includes(t)))}isOptionSelected(t){return Array.isArray(this.value)?this.value.some((e=>e.value===t)):t===this.value}async getNativeInputElement(){return this.searchRef?this.searchRef.sdGetNativeElement():null}scrollToOption(t,e="smooth"){if(!this.dropdownRef||!t)return;const i=this.dropdownRef,C=t.offsetTop,o=t.offsetHeight,s=i.scrollTop,l=i.clientHeight,n=i.querySelector(".sd-select-search-input"),r=n?n.offsetHeight:0,d=s+l;C<s+r?i.scrollTo({top:C-r,behavior:e}):C+o>d&&i.scrollTo({top:C+o-l+r,behavior:e})}handleDropdownScroll=t=>{this.isScrolled=t.target.scrollTop>0};render(){return C("div",{key:"70bea150872ff4b70b70d358972b14bf0ad2bdf2",class:{"sd-select-dropdown":!0,"sd-select-dropdown--ready":this.isDropdownReady},style:this.dropdownSize,onScroll:this.handleDropdownScroll,ref:t=>this.dropdownRef=t},this.searchable&&C("sd-select-search-input",{key:"79ebdc72ca4a905f700dc6293d8033a5ec22d679",ref:t=>this.searchRef=t,isScrolled:this.isScrolled,searchText:this.searchText,onSdSearchInput:t=>this.searchText=t.detail||"",onSdSearchFocus:()=>this.itemIndex=-1}),this.filteredOptions.length>0?this.filteredOptions.map(((t,e)=>C("slot",{name:`option-${t.value}`},C("sd-select-option",{option:t,index:e,isSelected:this.isOptionSelected(t.value),isFocused:e===this.itemIndex,onOptionClick:({detail:t})=>this.optionClick.emit(t),useCheckbox:this.useCheckbox})))):C("slot",{name:"option-placeholder"},C("div",{class:"sd-select-option-placeholder"},this.optionPlaceholder)))}static get watchers(){return{filteredOptions:[{filteredOptionsChanged:0}],searchText:[{searchTextChanged:0}],itemIndex:[{itemIndexChanged:0}]}}};K.style=".sd-select-dropdown .sd-select-option-placeholder{height:48px;display:flex;align-items:center;padding:8px 16px;font-size:12px;line-height:0;text-align:left;color:#888888}.sd-select-dropdown{overflow:auto;min-width:fit-content;width:var(--select-dropdown-width, 200px);max-height:var(--select-dropdown-height, 260px);padding-bottom:2px;background-color:white;box-shadow:2px 2px 12px 2px rgba(0, 0, 0, 0.1);border-radius:4px;overflow-y:auto;color:#333333;display:flex;flex-direction:column;opacity:0.5;transition:opacity 0.15s ease-in}.sd-select-dropdown--ready{opacity:1}";const q=class{constructor(i){t(this,i),this.optionClick=e(this,"optionClick")}get el(){return i(this)}option;index;isSelected=!1;isFocused=!1;optionStyle;disabled=!1;useCheckbox=!1;isHovered=!1;async sdIsDisabled(){return!!this.option.disabled}optionClick;handleClick=t=>{t.stopPropagation(),this.option.disabled||this.disabled||this.optionClick.emit({option:this.option,index:this.index,event:t})};render(){return C("div",{key:"2e04258ee26b376794a5ebe76503875e48dd3ff2",class:{"sd-select__option":!0,"sd-select__option--selected":this.isSelected,"sd-select__option--disabled":!!this.option.disabled,"sd-select__option--focused":this.isFocused,"sd-select__option--use-checkbox":this.useCheckbox},onMouseEnter:()=>this.isHovered=!0,onMouseLeave:()=>this.isHovered=!1,style:this.optionStyle,"data-index":this.index,onClick:this.handleClick},this.useCheckbox?C("div",{class:"sd-select__option__checkbox-wrapper"},C("sd-checkbox",{value:this.isSelected,disabled:this.option.disabled,onClick:t=>{t.preventDefault(),this.handleClick(t)}}),C("span",{class:"sd-select__option-label"},this.option.label)):this.option.label)}};q.style="sd-select-option{display:block;height:fit-content;line-height:0}sd-select-option .sd-select__option{display:flex;padding:4px 12px;font-size:12px;line-height:20px;cursor:pointer}sd-select-option .sd-select__option__checkbox-wrapper{display:flex;width:100%;column-gap:8px;align-items:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}sd-select-option .sd-select__option--focused{background-color:#E6F1FF}sd-select-option .sd-select__option--selected:not(:hover):not(.sd-select__option--use-checkbox),sd-select-option .sd-select__option--focused:not(:hover):not(.sd-select__option--use-checkbox){color:#0075FF;font-weight:700}sd-select-option .sd-select__option--disabled{color:#AAAAAA;cursor:not-allowed}sd-select-option .sd-select__option:hover:not(.sd-select__option--disabled){background-color:#0075FF;color:white}";const Y=class{constructor(i){t(this,i),this.searchInput=e(this,"sdSearchInput"),this.searchFocus=e(this,"sdSearchFocus")}isScrolled=!1;searchText="";searchInput;searchFocus;searchRef;async sdGetNativeElement(){return this.searchRef?this.searchRef.sdGetNativeElement():null}async sdSearchInputFocus(){const t=await this.sdGetNativeElement();t?.focus({preventScroll:!0})}render(){return C("div",{key:"82fd2b838c46c47b51b93a23e5a837708fb944b1",class:{"sd-select-search-input":!0,"sd-select-search-input--scrolled":!!this.isScrolled},onClick:t=>t.stopPropagation()},C("sd-input",{key:"fc0821ce63f445bed3dfce51668ece1831914f86",ref:t=>this.searchRef=t,value:this.searchText,placeholder:"검색",clearable:!0,inputStyle:{"padding-left":"8px"},autofocus:!0,onSdUpdate:t=>{this.searchInput.emit(String(t?.detail))},onSdFocus:()=>{this.searchFocus.emit()},onKeyDown:t=>{"Enter"===t.code&&t.stopPropagation()}},C("sd-icon",{key:"6a9b19f5910132be045e3a2cc33546307e3d5cb9",name:"search",size:16,color:"#737373",style:{marginRight:"4px"},slot:"prefix"})))}};Y.style="sd-select-search-input{position:sticky;top:0;display:flex;width:100%;background-color:white;align-items:center}sd-select-search-input .sd-select-search-input{position:sticky;top:0;display:flex;width:100%;background-color:white;align-items:center;padding:4px 8px}sd-select-search-input .sd-select-search-input sd-input{width:100%}sd-select-search-input .sd-select-search-input--scrolled{box-shadow:2px 2px 8px 2px rgba(0, 0, 0, 0.2)}";const X=class{constructor(i){t(this,i),this.sdSelectChange=e(this,"sdSelectChange"),this.sdPageChange=e(this,"sdPageChange"),this.sdRowsPerPageChange=e(this,"sdRowsPerPageChange")}get el(){return i(this)}columns;rows;selected=[];rowKey="id";selectable=!1;resizable=!1;width;height;stickyHeader=!1;stickyColumn={left:0,right:0};noDataLabel="데이터가 없습니다.";isLoading=!1;pagination;useInternalPagination=!1;useRowsPerPageSelect=!1;rowsPerPageOption=[{label:"10개씩 보기",value:10},{label:"25개씩 보기",value:25},{label:"50개씩 보기",value:50},{label:"100개씩 보기",value:100}];useVirtualScroll={};virtualRowHeight=44;virtualColumnWidth=120;virtualBufferSize={vertical:5,horizontal:5};sdSelectChange;sdPageChange;sdRowsPerPageChange;currentPage=this.pagination?.page||1;innerRows=[];innerSelected=new Set;columnWidths=[];scrolledLeft=!1;scrolledRight=!1;virtualStartIndex=0;virtualEndIndex=0;scrollTopPosition=0;virtualStartColIdx=0;virtualEndColIdx=0;scrollLeftPosition=0;scrollRequestAnimationFrame=null;scrollContainer=null;resizeObserver=null;rafScheduled=!1;pendingUpdates={vertical:!1,horizontal:!1};cachedVirtualRows=null;cachedVirtualIndexKey="";cachedColumnOrder=null;lastColumnOrderKey="";cachedContainerHeight=0;cachedContainerWidth=0;stickyStyleCache=new Map;cachedIsAllChecked;lastSelectionKey="";onScroll;handleColumnsChange(t){this.columnWidths=this.getColumnWidths(t),this.refreshColumnLayout()}handleUseVirtualScrollChange(){this.columnWidths=this.getColumnWidths(this.columns||[]),this.refreshColumnLayout(),this.useVirtualScroll.vertical&&this.scheduleUpdate("vertical")}handleVirtualColumnWidthChange(){this.useVirtualScroll.horizontal&&(this.columnWidths=this.getColumnWidths(this.columns||[]),this.refreshColumnLayout())}handleSelectableChange(){this.refreshColumnLayout()}handleStickyColumnChange(){this.refreshColumnLayout()}handleColumnWidthsChange(){this.stickyStyleCache.clear(),this.useVirtualScroll.horizontal&&this.scheduleUpdate("horizontal")}handleRowsChange(t){this.innerRows=[...t],this.clearRowDerivedCache(),this.useVirtualScroll.vertical&&this.scheduleUpdate("vertical")}handleSelectedChange(t){this.innerSelected=new Set(this.dedupeRowsByKey(t||[])),this.clearSelectionCache()}cleanUpVirtualCache(){this.cachedVirtualRows=null,this.cachedVirtualIndexKey="",this.cachedColumnOrder=null,this.lastColumnOrderKey=""}refreshColumnLayout(){this.cleanUpVirtualCache(),this.stickyStyleCache.clear(),this.useVirtualScroll.horizontal&&this.scheduleUpdate("horizontal")}clearSelectionCache(){this.cachedIsAllChecked=void 0,this.lastSelectionKey=""}clearRowDerivedCache(){this.cleanUpVirtualCache(),this.clearSelectionCache()}handlePaginationChange(t){this.clearRowDerivedCache(),t?.page&&t.page!==this.currentPage&&(this.currentPage=t.page,this.useVirtualScroll.vertical&&this.scrollContainer&&(this.scrollContainer.scrollTo({top:0,behavior:"instant"}),this.scrollTopPosition=0,this.calculateVisibleRange()))}componentWillLoad(){this.innerRows=[...this.rows||[]],this.innerSelected=new Set(this.dedupeRowsByKey(this.selected||[])),this.columnWidths=this.getColumnWidths(this.columns||[]),this.pagination?.page&&(this.currentPage=this.pagination.page)}componentDidLoad(){s((()=>{const t=this.el.querySelector(".sd-table__middle");t&&(this.onScroll=()=>{const e=t.scrollLeft,i=t.scrollTop,C=this.useVirtualScroll.vertical&&this.scrollTopPosition!==i,o=this.useVirtualScroll.horizontal&&this.scrollLeftPosition!==e,s=e>0,l=e+t.clientWidth<t.scrollWidth;this.scrolledLeft===s&&this.scrolledRight===l||(this.scrolledLeft=s,this.scrolledRight=l),(C||o)&&(null!==this.scrollRequestAnimationFrame&&cancelAnimationFrame(this.scrollRequestAnimationFrame),this.scrollRequestAnimationFrame=requestAnimationFrame((()=>{C&&(this.scrollTopPosition=i,this.calculateVisibleRange()),o&&(this.scrollLeftPosition=e,this.calculateVisibleColumnRange()),this.scrollRequestAnimationFrame=null})))},this.scrollContainer=t,requestAnimationFrame((()=>{this.scrollContainer&&this.onScroll&&(this.cachedContainerHeight=this.scrollContainer.clientHeight,this.cachedContainerWidth=this.scrollContainer.clientWidth,t.addEventListener("scroll",this.onScroll,{passive:!0}),this.startResizeObserver(),this.useVirtualScroll.vertical&&this.calculateVisibleRange(),this.useVirtualScroll.horizontal&&this.calculateVisibleColumnRange(),this.onScroll())})))}))}changePage(t){this.useInternalPagination?(this.currentPage=t,this.clearRowDerivedCache(),this.useVirtualScroll.vertical&&this.scrollContainer&&(this.scrollContainer.scrollTo({top:0,behavior:"instant"}),this.scrollTopPosition=0,this.calculateVisibleRange()),this.sdPageChange.emit(this.currentPage)):this.sdPageChange.emit(t)}changeRowsPerPage(t){const e=t?Number(t):0;if(!this.useInternalPagination)return void this.sdRowsPerPageChange.emit(e);const i=Number(t||0);let C=Math.max(1,Math.ceil(this.innerRows.length/i)),o=this.currentPage;o>C&&(o=C),this.pagination={page:o,rowsPerPage:i,lastPage:C},this.currentPage=o,this.clearRowDerivedCache(),this.useVirtualScroll.vertical&&this.scrollContainer&&(this.scrollContainer.scrollTo({top:0,behavior:"instant"}),this.scrollTopPosition=0,this.calculateVisibleRange()),this.sdRowsPerPageChange.emit(e)}disconnectedCallback(){this.scrollContainer&&this.onScroll&&this.scrollContainer.removeEventListener("scroll",this.onScroll),this.resizeObserver?.disconnect(),null!==this.scrollRequestAnimationFrame&&cancelAnimationFrame(this.scrollRequestAnimationFrame)}get tableColumns(){return this.columns||[]}get paginatedRows(){if(!this.pagination||!this.useInternalPagination)return this.innerRows;const{rowsPerPage:t=this.rows.length}=this.pagination||{};return this.innerRows.slice((this.currentPage-1)*t,this.currentPage*t)}get virtualRows(){const t=`${this.useInternalPagination?`${this.currentPage}-${this.pagination?.rowsPerPage??"all"}`:"all"}-${this.innerRows.length}-${this.virtualStartIndex}-${this.virtualEndIndex}`;return this.cachedVirtualRows&&this.cachedVirtualIndexKey===t||(this.cachedVirtualIndexKey=t,this.cachedVirtualRows=this.useVirtualScroll.vertical?this.paginatedRows.slice(this.virtualStartIndex,this.virtualEndIndex+1).map(((t,e)=>({row:t,actualIndex:this.virtualStartIndex+e}))):this.paginatedRows.map(((t,e)=>({row:t,actualIndex:e})))),this.cachedVirtualRows}get topSpacerHeight(){return this.useVirtualScroll.vertical&&0!==this.virtualStartIndex?this.virtualStartIndex*this.virtualRowHeight:0}get bottomSpacerHeight(){if(!this.useVirtualScroll.vertical)return 0;const t=this.paginatedRows.length-this.virtualEndIndex-1;return t>0?t*this.virtualRowHeight:0}getHorizontalSpacerWidth(t){const{stickyLeftCount:e,stickyRightCount:i}=this.getNormalizedStickyCounts(),C=this.columnWidths.slice(e,this.tableColumns.length-i);return"right"===t&&C.length-this.virtualEndColIdx-1<=0?0:C.slice(..."left"===t?[0,this.virtualStartColIdx]:[this.virtualEndColIdx+1]).reduce(((t,e)=>t+e),0)}get leftSpacerWidth(){return this.useVirtualScroll.horizontal&&0!==this.virtualStartColIdx?this.getHorizontalSpacerWidth("left"):0}get rightSpacerWidth(){return this.useVirtualScroll.horizontal?this.getHorizontalSpacerWidth("right"):0}get totalVirtualHeight(){return this.useVirtualScroll.vertical?this.paginatedRows.length*this.virtualRowHeight:0}get lastPageNumber(){const{lastPage:t,rowsPerPage:e=this.rows.length}=this.pagination||{};return t??Math.max(1,Math.ceil(this.rows.length/e))}get sdTableClasses(){return["sd-table",this.stickyHeader&&"sd-table--sticky-header",this.selectable&&"sd-table--selectable",this.resizable&&"sd-table--resizable",!this.innerRows.length&&"sd-table--no-data",this.hasStickyColumn&&"sd-table--sticky-column",this.scrolledLeft&&"sd-table--scrolled-left",this.scrolledRight&&"sd-table--scrolled-right"].filter(Boolean).join(" ")}get hasStickyColumn(){const{stickyLeftCount:t,stickyRightCount:e}=this.getNormalizedStickyCounts();return this.selectable||t>0||e>0}get hasStickyLeftDataColumn(){return this.getNormalizedStickyCounts().stickyLeftCount>0}isRowSelected(t){return Array.from(this.innerSelected).some((e=>this.getRowKeyValue(e)===this.getRowKeyValue(t)))}updateRowSelect(t){const e=Array.from(this.innerSelected),i=this.isRowSelected(t)?e.filter((e=>this.getRowKeyValue(e)!==this.getRowKeyValue(t))):[...e,t];i.length!==e.length&&(this.innerSelected=new Set(this.dedupeRowsByKey(i)),this.clearSelectionCache(),this.selected=Array.from(this.innerSelected),this.sdSelectChange.emit(Array.from(this.innerSelected)))}toggleSelectAll(t){const e=Array.from(this.innerSelected);if(t)this.innerSelected=new Set(this.dedupeRowsByKey([...e,...this.paginatedRows]));else{const t=new Set(this.paginatedRows.map((t=>this.getRowKeyValue(t))));this.innerSelected=new Set(e.filter((e=>!t.has(this.getRowKeyValue(e)))))}this.clearSelectionCache(),this.selected=Array.from(this.innerSelected),this.sdSelectChange.emit(Array.from(this.innerSelected))}get isAllChecked(){const t=`${this.paginatedRows.map((t=>String(this.getRowKeyValue(t)))).join("|")}::${Array.from(this.innerSelected).map((t=>String(this.getRowKeyValue(t)))).sort().join("|")}`;if(void 0!==this.cachedIsAllChecked&&this.lastSelectionKey===t)return this.cachedIsAllChecked;const e=this.paginatedRows.length,i=this.paginatedRows.filter((t=>Array.from(this.innerSelected).some((e=>this.getRowKeyValue(e)===this.getRowKeyValue(t))))).length;let C;return C=0!==i&&(i===e||null),this.cachedIsAllChecked=C,this.lastSelectionKey=t,C}scheduleUpdate(t){this.pendingUpdates[t]=!0,this.rafScheduled||(this.rafScheduled=!0,this.scrollRequestAnimationFrame=requestAnimationFrame((()=>{this.pendingUpdates.vertical&&this.calculateVisibleRange(),this.pendingUpdates.horizontal&&this.calculateVisibleColumnRange(),this.pendingUpdates={vertical:!1,horizontal:!1},this.rafScheduled=!1,this.scrollRequestAnimationFrame=null})))}calculateVisibleRange(){if(!this.useVirtualScroll.vertical)return this.virtualStartIndex=0,void(this.virtualEndIndex=this.paginatedRows.length-1);const t=this.scrollTopPosition;let e=this.cachedContainerHeight;0===e&&this.scrollContainer&&(e=this.scrollContainer.clientHeight,this.cachedContainerHeight=e);const i=this.virtualBufferSize.vertical||5,C=Math.floor(t/this.virtualRowHeight),o=C+Math.ceil(e/this.virtualRowHeight)-1,s=Math.max(0,C-i),l=Math.min(this.paginatedRows.length-1,o+i);this.virtualStartIndex===s&&this.virtualEndIndex===l||(this.virtualStartIndex=s,this.virtualEndIndex=l)}calculateVisibleColumnRange(){if(!this.useVirtualScroll.horizontal)return this.virtualStartColIdx=0,void(this.virtualEndColIdx=this.tableColumns.length-1);const t=this.scrollLeftPosition;let e=this.cachedContainerWidth;0===e&&this.scrollContainer&&(e=this.scrollContainer.clientWidth,this.cachedContainerWidth=e);const{stickyLeftCount:i,stickyRightCount:C}=this.getNormalizedStickyCounts(),o=this.tableColumns.slice(i,this.tableColumns.length-C);if(0===o.length)return this.virtualStartColIdx=0,void(this.virtualEndColIdx=0);const s=this.columnWidths.slice(0,i).reduce(((t,e)=>t+e),0)+(this.selectable?52:0),l=e-s-this.columnWidths.slice(this.tableColumns.length-C).reduce(((t,e)=>t+e),0),n=this.columnWidths.slice(i,this.tableColumns.length-C),r=Math.max(0,t-s),d=n.reduce(((t,e,i)=>(t.push((t[i-1]||0)+e),t)),[]);let h=0,a=o.length-1;for(let t=0;t<d.length;t++)if(d[t]>r){h=Math.max(0,t);break}const w=r+l;for(let t=h;t<d.length;t++)if(d[t]>=w){a=Math.min(o.length-1,t);break}const c=this.virtualBufferSize.horizontal||5,p=Math.max(0,h-c),g=Math.min(o.length-1,a+c);this.virtualStartColIdx===p&&this.virtualEndColIdx===g||(this.virtualStartColIdx=p,this.virtualEndColIdx=g)}getStickyStyle(t){if(this.stickyStyleCache.has(t))return this.stickyStyleCache.get(t);const e=this.columnWidths.slice(0,t).reduce(((t,e)=>t+e),0)+(this.selectable?52:0),{stickyRightCount:i}=this.getNormalizedStickyCounts(),C={"--sticky-left-offset":`${e}px`,"--sticky-right-offset":`${this.columnWidths.filter(((e,C)=>C>=this.tableColumns.length-i&&C>t)).reduce(((t,e)=>t+e),0)}px`,width:`${this.columnWidths[t]}px`,minWidth:`${this.columnWidths[t]}px`,maxWidth:`${this.columnWidths[t]}px`};return this.stickyStyleCache.set(t,C),C}startResizeObserver(){this.scrollContainer&&"undefined"!=typeof ResizeObserver&&(this.resizeObserver?.disconnect(),this.resizeObserver=new ResizeObserver((()=>{if(!this.scrollContainer)return;const t=this.scrollContainer.clientHeight,e=this.scrollContainer.clientWidth,i=this.cachedContainerHeight!==t,C=this.cachedContainerWidth!==e;(i||C)&&(this.cachedContainerHeight=t,this.cachedContainerWidth=e,i&&this.useVirtualScroll.vertical&&this.scheduleUpdate("vertical"),C&&this.useVirtualScroll.horizontal&&this.scheduleUpdate("horizontal"))})),this.resizeObserver.observe(this.scrollContainer))}parseColumnWidth(t,e){if("number"==typeof t)return Number.isFinite(t)?t:e;if("string"!=typeof t)return e;const i=t.trim();return i&&(/^\d+(\.\d+)?px$/.test(i)||/^\d+(\.\d+)?$/.test(i))?Number.parseFloat(i):e}getColumnWidths(t=[]){const e=this.useVirtualScroll.horizontal?this.virtualColumnWidth:120;return t.map((t=>this.parseColumnWidth(t.width,e)))}getNormalizedStickyCounts(){const t=this.tableColumns.length,e=Number(this.stickyColumn?.left??0)||0,i=Number(this.stickyColumn?.right??0)||0,C=Math.min(t,Math.max(0,e));return{stickyLeftCount:C,stickyRightCount:Math.min(Math.max(0,t-C),Math.max(0,i))}}getRowKeyValue(t){return t?.[this.rowKey]}dedupeRowsByKey(t){const e=new Map;return t.forEach((t=>{e.set(this.getRowKeyValue(t),t)})),Array.from(e.values())}handleResize(t,e){if("undefined"==typeof document)return;const i=e.clientX,C=this.columnWidths[t],o=e=>{if(!this.columnWidths[t])return;const o=this.tableColumns[t],s=o?.minWidth||50,l=o?.maxWidth||9999,n=Math.min(Math.max(C+e.clientX-i,s),l);this.columnWidths=this.columnWidths.map(((e,i)=>i===t?n:e))},s=()=>{document.removeEventListener("mousemove",o),document.removeEventListener("mouseup",s)};document.addEventListener("mousemove",o),document.addEventListener("mouseup",s)}getCellValue(t,e){const{field:i,format:C,name:o}=t,s="function"==typeof i?i(e):i?e[i]:e[o];return C?C(s,e):s}getColumnRenderedInOrder(){const{stickyLeftCount:t,stickyRightCount:e}=this.getNormalizedStickyCounts(),i=`${this.tableColumns.map((t=>t.name)).join("|")}-${t}-${e}-${this.useVirtualScroll.horizontal?`${this.virtualStartColIdx}-${this.virtualEndColIdx}`:"all"}`;if(this.cachedColumnOrder&&this.lastColumnOrderKey===i)return this.cachedColumnOrder;const C=this.tableColumns.slice(0,t),o=this.tableColumns.slice(this.tableColumns.length-e),s=this.useVirtualScroll.horizontal?this.tableColumns.slice(t,this.tableColumns.length-e).slice(this.virtualStartColIdx,this.virtualEndColIdx+1):this.tableColumns.slice(t,this.tableColumns.length-e);return this.cachedColumnOrder={stickyLeftCount:t,stickyRightCount:e,stickyLeftCols:C,middleCols:s,stickyRightCols:o},this.lastColumnOrderKey=i,this.cachedColumnOrder}renderHead(){const{stickyLeftCount:t,stickyRightCount:e,stickyLeftCols:i,middleCols:o,stickyRightCols:s}=this.getColumnRenderedInOrder();return C("thead",null,C("tr",null,this.selectable&&C("th",{class:{"sd-th":!0,"sd-th--selected":!0,"sticky-left":!0,"sticky-left-edge":!this.hasStickyLeftDataColumn},style:{"--sticky-left-offset":"0px"}},C("sd-checkbox",{value:this.isAllChecked,disabled:!this.paginatedRows.length,onSdUpdate:t=>this.toggleSelectAll(t.detail)})),i.map(((e,i)=>C("th",{key:e.name,class:{"sd-th":!0,[`${e.thClass}`]:Boolean(e.thClass),"sticky-left":!0,"sticky-left-edge":i===t-1},style:{...e.thStyle,...this.getStickyStyle(i)}},C("div",{class:`sd-th__content sd-th__content--${e.align||"left"}`},C("slot",{name:`header-cell-${e.name}`},C("div",{class:"sd-th__content--label"},e.label)),e.usePageMoveIcon&&C("sd-icon",{name:"pageMove",size:"12",color:"#006AC1"}),e.tooltip&&C("sd-tooltip",{...e.tooltipOptions},C("div",{slot:"content"},e.tooltip.map((t=>C("p",null,t)))))),this.resizable&&"undefined"!=typeof window&&C("div",{class:"sd-th__resizer",onMouseDown:t=>this.handleResize(i,t)})))),this.renderSpacerTh("left"),o.map(((e,i)=>{const o=t+this.virtualStartColIdx+i;return C("th",{key:e.name,class:{"sd-th":!0,[`${e.thClass}`]:Boolean(e.thClass)},style:{...e.thStyle,...this.getStickyStyle(o)}},C("div",{class:`sd-th__content sd-th__content--${e.align||"left"}`},C("slot",{name:`header-cell-${e.name}`},C("div",{class:"sd-th__content--label"},e.label)),e.usePageMoveIcon&&C("sd-icon",{name:"pageMove",size:"12",color:"#006AC1"}),e.tooltip&&C("sd-tooltip",{...e.tooltipOptions},C("div",{slot:"content"},e.tooltip.map((t=>C("p",null,t)))))),this.resizable&&"undefined"!=typeof window&&C("div",{class:"sd-th__resizer",onMouseDown:t=>this.handleResize(o,t)}))})),this.renderSpacerTh("right"),s.map(((t,i)=>{const o=this.tableColumns.length-e+i;return C("th",{key:t.name,class:{"sd-th":!0,[`${t.thClass}`]:Boolean(t.thClass),"sticky-right":!0,"sticky-right-edge":0===i},style:{...t.thStyle,...this.getStickyStyle(o)}},C("div",{class:`sd-th__content sd-th__content--${t.align||"left"}`},C("slot",{name:`header-cell-${t.name}`},C("div",{class:"sd-th__content--label"},t.label)),t.usePageMoveIcon&&C("sd-icon",{name:"pageMove",size:"12",color:"#006AC1"}),t.tooltip&&C("sd-tooltip",{...t.tooltipOptions},C("div",{slot:"content"},t.tooltip.map((t=>C("p",null,t)))))),this.resizable&&"undefined"!=typeof window&&C("div",{class:"sd-th__resizer",onMouseDown:t=>this.handleResize(o,t)}))}))))}renderBody(){return C("tbody",{...!this.paginatedRows.length&&{part:"tbody-empty"},class:"sd-table-tbody "+(this.useVirtualScroll.vertical?"sd-table-tbody--virtual-scroll":""),style:{"--total-virtual-height":`${this.totalVirtualHeight}px`}},this.useVirtualScroll.vertical&&this.topSpacerHeight>0&&this.renderSpacerRow("top"),this.paginatedRows.length>0&&this.virtualRows.map((({row:t,actualIndex:e})=>this.renderRow(t,e))),this.useVirtualScroll.vertical&&this.bottomSpacerHeight>0&&this.renderSpacerRow("bottom"))}renderRow(t,e){const{stickyLeftCount:i,stickyRightCount:o,stickyLeftCols:s,middleCols:l,stickyRightCols:n}=this.getColumnRenderedInOrder();return C("tr",{key:t[this.rowKey],class:"hover:bg-Grey_Lighten-6",style:this.useVirtualScroll.vertical?{height:`${this.virtualRowHeight}px`}:{}},this.selectable&&C("td",{class:{"sd-td":!0,"sd-td--selected":!0,"sticky-left":!0,"sticky-left-edge":!this.hasStickyLeftDataColumn},style:{"--sticky-left-offset":"0px"}},C("sd-checkbox",{value:this.isRowSelected(t),disabled:!this.paginatedRows.length,onSdUpdate:()=>this.updateRowSelect(t)})),s.map(((o,s)=>C("td",{key:o.name,part:`td-${o.name}`,class:{"sd-td":!0,[`sd-td--${o.align||"left"}`]:!0,"sticky-left":!0,"sticky-left-edge":s===i-1,[`${o.tdClass}`]:Boolean(o.tdClass)},style:this.getStickyStyle(s)},C("slot",{name:`body-cell-${o.name}-${e}`},this.getCellValue(o,t))))),this.renderSpacerTd("left",e),l.map(((o,s)=>{const l=i+this.virtualStartColIdx+s;return C("td",{key:o.name,part:`td-${o.name}`,class:{"sd-td":!0,[`sd-td--${o.align||"left"}`]:!0,[`${o.tdClass}`]:Boolean(o.tdClass)},style:this.getStickyStyle(l)},C("slot",{name:`body-cell-${o.name}-${e}`},this.getCellValue(o,t)))})),this.renderSpacerTd("right",e),n.map(((i,s)=>{const l=this.tableColumns.length-o+s;return C("td",{key:i.name,part:`td-${i.name}`,class:{"sd-td":!0,[`sd-td--${i.align||"left"}`]:!0,"sticky-right":!0,"sticky-right-edge":0===s,[`${i.tdClass}`]:Boolean(i.tdClass)},style:this.getStickyStyle(l)},C("slot",{name:`body-cell-${i.name}-${e}`},this.getCellValue(i,t)))})))}renderSpacerRow(t){return C("tr",{key:`virtual-${t}-spacer`,class:"sd-table__virtual-row-spacer",style:{height:`${"top"===t?this.topSpacerHeight:this.bottomSpacerHeight}px`},"aria-hidden":"true"},C("td",{colSpan:this.tableColumns.length+(this.selectable?1:0)},C("div",{class:"sd-table__skeleton",style:{"--row-height":`${this.virtualRowHeight}px`}})))}getSpacerCellStyle(t){return{width:`${t}px`,minWidth:`${t}px`,maxWidth:`${t}px`,padding:"0",border:"none"}}renderSpacerTh(t){return("left"===t?this.useVirtualScroll.horizontal&&this.leftSpacerWidth>0:this.useVirtualScroll.horizontal&&this.rightSpacerWidth>0)?C("th",{key:`virtual-${t}-spacer-header`,class:"sd-table__virtual-spacer",style:this.getSpacerCellStyle("left"===t?this.leftSpacerWidth:this.rightSpacerWidth),"aria-hidden":"true"},C("div",{class:"sd-table__skeleton-cell"})):null}renderSpacerTd(t,e){return("left"===t?this.useVirtualScroll.horizontal&&this.leftSpacerWidth>0:this.useVirtualScroll.horizontal&&this.rightSpacerWidth>0)?C("td",{key:`virtual-${t}-spacer-${e}`,class:"sd-table__virtual-spacer",style:this.getSpacerCellStyle("left"===t?this.leftSpacerWidth:this.rightSpacerWidth),"aria-hidden":"true"},C("div",{class:"sd-table__skeleton-cell"})):null}render(){return C(o,{key:"f3e4930d36d080fd546dddc1e80190b831e93012"},C("div",{key:"ad2f798951631319190d93f83e25b87f871e58de",class:"sd-table__wrapper",style:{"--table-width":this.width,"--table-height":this.height}},C("div",{key:"c4b6d4080f1416d1c88ab1413c66848bdafe9019",class:"sd-table__container",style:{"--table-container-height":`calc(${this.height} - ${this.pagination&&this.innerRows.length>0?48:0}px)`}},C("div",{key:"3aacc27970b0c6d8b700063c0af7c57175e2cb22",class:{"sd-table__middle":!0,"sd-table__middle--scrollable":this.paginatedRows.length>0,"sd-table__middle--loading":this.isLoading}},this.isLoading&&C("div",{key:"25fca304a4e8ebf43aeeff20de3e3446d25e1ffb",class:"sd-table__middle--loading__spinner"},C("sd-loading-spinner",{key:"48b0adad60cf422b884557b53097c28a4f0b8879"})),C("table",{key:"ec4328a1f43c865de642cc5814fbdef6a374b7e3",part:"table",class:this.sdTableClasses},this.renderHead(),this.renderBody())),!this.paginatedRows.length&&C("div",{key:"ba362ecb9fb8134a15ff3d0a3b8e6a523e94166a",class:"sd-table__bottom"},C("div",{key:"ca5c2e0b19a1e301ac159588436ef24eecfb6365",class:"sd-table__no-data"},C("slot",{key:"68564a60a05833ba87743212d7189eef6e179fb4",name:"no-data"},this.noDataLabel)))),this.pagination&&this.innerRows.length>0&&C("div",{key:"88c3c7362234c20a60f6437ecd79d4c75b2caa6e",class:"sd-table__pagination"},C("sd-pagination",{key:"c3c8c435fcb752f2b1139981bb764cf4dfb153ab",currentPage:this.useInternalPagination?this.currentPage:this.pagination.page,lastPage:this.useInternalPagination?this.lastPageNumber:this.pagination.lastPage,onSdPageChange:t=>this.changePage(t.detail)}),this.useRowsPerPageSelect&&C("sd-select",{key:"03801039397a31321e5af96c2bd2d2900151240e",value:this.pagination.rowsPerPage,options:this.rowsPerPageOption,width:"128px",onSdUpdate:t=>this.changeRowsPerPage(t.detail.value)}))))}static get watchers(){return{columns:[{handleColumnsChange:0}],useVirtualScroll:[{handleUseVirtualScrollChange:0}],virtualColumnWidth:[{handleVirtualColumnWidthChange:0}],selectable:[{handleSelectableChange:0}],stickyColumn:[{handleStickyColumnChange:0}],columnWidths:[{handleColumnWidthsChange:0}],rows:[{handleRowsChange:0}],selected:[{handleSelectedChange:0}],pagination:[{handlePaginationChange:0}]}}};X.style='.sd-table__wrapper{height:var(--table-height, auto);width:var(--table-width, 100%);color:#222222}.sd-table__wrapper .sd-table__container{width:100%;height:var(--table-container-height, auto);display:flex;flex-direction:column;position:relative;border:1px solid #E1E1E1;border-radius:8px;font-size:12px;overflow:hidden;background:#FFFFFF}.sd-table__wrapper .sd-table__container .sd-table__middle{overflow:auto;will-change:scroll-position;min-height:var(--table-container-height, auto)}.sd-table__wrapper .sd-table__container .sd-table__middle--scrollable{height:var(--table-container-height, auto)}.sd-table__wrapper .sd-table__container .sd-table__middle--loading{overflow:hidden !important;pointer-events:none}.sd-table__wrapper .sd-table__container .sd-table__middle--loading__spinner{position:absolute;top:0;left:0;width:100%;height:var(--table-container-height, 100%);min-height:var(--table-container-height, 100%);background:rgba(255, 255, 255, 0.6);z-index:200;display:flex;align-items:center;justify-content:center}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table{background-color:white;display:table;width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody.sd-table-tbody--virtual-scroll{position:relative;height:var(--total-virtual-height, --table-container-height, auto)}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody.sd-table-tbody--virtual-scroll tr:not([aria-hidden=true]){width:100%}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody.sd-table-tbody--virtual-scroll tr[aria-hidden=true]{padding:0;border:none}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody.sd-table-tbody--virtual-scroll tr[aria-hidden=true]:not(.sd-table__virtual-row-spacer) td{display:none}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable td.sd-td--selected,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable th.sd-th--selected{position:relative;width:52px !important;max-width:52px !important;min-width:52px !important;padding:0 10px 0 24px;text-align:left}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable td.sd-td--selected sd-checkbox label,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable th.sd-th--selected sd-checkbox label{position:relative}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable td.sd-td--selected sd-checkbox label:before,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--selectable th.sd-th--selected sd-checkbox label:before{content:"";position:absolute;inset:-6px}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-header thead{position:sticky;top:0;z-index:120}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column th.sticky-left,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column th.sticky-right{position:sticky;background-color:#F5FAFF;z-index:110 !important}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column td.sticky-left,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column td.sticky-right{position:sticky;background-color:white;z-index:100 !important}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column .sticky-left{left:var(--sticky-left-offset, 0)}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column .sticky-right{right:var(--sticky-right-offset, 0)}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column th.sticky-cell{position:sticky;z-index:102;background-color:#F5FAFF}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--sticky-column td.sticky-cell{position:sticky;z-index:101;background-color:white}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-left th.sticky-left-edge,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-left td.sticky-left-edge{overflow:visible}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-left th.sticky-left-edge:after,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-left td.sticky-left-edge:after{content:"";position:absolute;top:0;left:100%;right:-20px;width:20px;height:100%;z-index:101 !important;box-shadow:inset 12px 0 20px -25px;opacity:1;pointer-events:none}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-right th.sticky-right-edge,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-right td.sticky-right-edge{overflow:visible}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-right th.sticky-right-edge:after,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--scrolled-right td.sticky-right-edge:after{content:"";position:absolute;top:0;left:-20px;width:20px;height:100%;z-index:101 !important;box-shadow:inset -12px 0 20px -25px;opacity:1;pointer-events:none}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--no-data thead{opacity:0.4}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table--no-data thead tr th.sd-th{border-bottom:1px solid rgba(225, 225, 225, 0.4) !important}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table sd-td,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table sd-th,.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table .sd-th__content--label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead{height:36px}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr{width:100%}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th{background:#F5FAFF;height:36px;padding:0 16px;font-weight:500;vertical-align:middle;border-bottom:1px solid #E1E1E1;-webkit-user-select:none;user-select:none;position:relative}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th.sd-th .sd-th__content{display:flex;flex-flow:row nowrap;align-items:center;gap:4px}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th.sd-th .sd-th__content--left{justify-content:flex-start}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th.sd-th .sd-th__content--center{justify-content:center}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th.sd-th .sd-th__content--right{justify-content:flex-end}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table thead tr th.sd-th .sd-th__resizer{position:absolute;top:50%;right:0;transform:translateY(-50%);width:4px;height:16px;cursor:col-resize;z-index:3;border-left:1px solid #CCCCCC;border-right:1px solid #CCCCCC}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody tr td{height:44px;padding:0 16px;border-bottom:1px solid #E1E1E1;background:white;vertical-align:middle}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody tr td.sd-td--left{text-align:left}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody tr td.sd-td--center{text-align:center}.sd-table__wrapper .sd-table__container .sd-table__middle .sd-table tbody tr td.sd-td--right{text-align:right}.sd-table__wrapper .sd-table__container .sd-table__bottom{background:transparent;text-align:center;display:flex;align-items:center;justify-content:center;flex:1;min-height:240px;translate:0 -10%;pointer-events:none}.sd-table__wrapper .sd-table__container .sd-table__bottom .sd-table__no-data{font-size:12px;color:#888888}.sd-table__wrapper .sd-table__pagination{position:relative;background:#F9F9F9;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #E1E1E1;border-top:none;border-radius:8px}.sd-table__wrapper .sd-table__pagination sd-select{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.sd-table__wrapper .sd-table__virtual-spacer,.sd-table__wrapper .sd-table__virtual-row-spacer{padding:0 !important}.sd-table__wrapper .sd-table__virtual-spacer td,.sd-table__wrapper .sd-table__virtual-row-spacer td{padding:0 !important;border:none}.sd-table__wrapper .sd-table__virtual-spacer .sd-table__skeleton,.sd-table__wrapper .sd-table__virtual-row-spacer .sd-table__skeleton{width:100%;height:100%;background-image:repeating-linear-gradient(0deg, rgba(246, 246, 246, 0.3) 0px, rgba(225, 225, 225, 0.5) calc(var(--row-height, 44px) / 2), rgba(246, 246, 246, 0.3) var(--row-height, 44px));background-size:100% 200%;animation:skeleton-loading 1.5s ease-in-out infinite;position:relative}.sd-table__wrapper .sd-table__virtual-spacer .sd-table__skeleton::before,.sd-table__wrapper .sd-table__virtual-row-spacer .sd-table__skeleton::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(to bottom, transparent 0, transparent calc(var(--row-height, 44px) - 1px), #E1E1E1 calc(var(--row-height, 44px) - 1px), #E1E1E1 var(--row-height, 44px));pointer-events:none}.sd-table__wrapper .sd-table__skeleton-cell{width:100%;height:20px;background:linear-gradient(90deg, rgba(246, 246, 246, 0.3) 0%, rgba(225, 225, 225, 0.5) 50%, rgba(246, 246, 246, 0.3) 100%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:0% 0%}50%{background-position:100% 100%}100%{background-position:0% 0%}}';const J=class{constructor(i){t(this,i),this.input=e(this,"sdUpdate"),this.focus=e(this,"sdFocus"),this.blur=e(this,"sdBlur")}get host(){return i(this)}value=null;name;disabled=!1;autoFocus=!1;textareaClass="";helpText;maxLength;placeholder="입력해 주세요.";internalValue=null;focused=!1;hovered=!1;nativeEl=void 0;input;focus;blur;valueChanged(t){this.internalValue=t}internalValueChanged(t){t!==this.value&&(this.value=t,this.input?.emit(this.value))}async sdFocus(){this.nativeEl?.focus()}async getNativeElement(){return this.nativeEl||null}componentWillLoad(){null!=this.value&&(this.internalValue=this.value)}componentDidLoad(){this.autoFocus&&this.nativeEl?.focus()}handleInput(t){this.internalValue=t.target.value}handleFocus(t,e){this.focused="focus"===t,"blur"===t?this.blur?.emit(e):this.focus?.emit(e)}getTextareaStatus(){return this.disabled?"sd-textarea--disabled":this.hovered?"sd-textarea--hovered":this.focused?"sd-textarea--focused":""}getMaxLengthCounter(){return void 0===this.maxLength?null:`${(this.internalValue||"").length}/${this.maxLength}`}hasFooter(){return void 0!==this.helpText||void 0!==this.maxLength}render(){const t=this.getMaxLengthCounter();return C("div",{key:"abc90981d61632afc86d158283575cd65031e10e",class:{"sd-textarea":!0,[this.getTextareaStatus()]:!0},onMouseEnter:()=>this.hovered=!0,onMouseLeave:()=>this.hovered=!1},C("div",{key:"e2c3599dc763d59df0ba1ed6d80d2b8e6b9846f9",class:"sd-textarea__content"},C("textarea",{key:"f6ac448db448ed16eeac15313b3ca8016b51b70f",name:this.name,ref:t=>this.nativeEl=t,class:`sd-textarea__native ${this.textareaClass}`,value:this.internalValue||"",placeholder:this.placeholder,disabled:this.disabled,autofocus:this.autoFocus,maxLength:this.maxLength,onInput:this.handleInput.bind(this),onFocus:t=>this.handleFocus("focus",t),onBlur:t=>this.handleFocus("blur",t)})),this.hasFooter()&&C("div",{key:"dfa41f4149b2f8b51c485e2f6306256982c7fdd1",class:"sd-textarea__footer"},void 0!==this.helpText&&C("span",{key:"909c7c59fde0bec3ac398899e9301b2f93fbb0f4",class:"sd-textarea__help-text"},this.helpText),null!==t&&C("span",{key:"a0907c3745f7b07ddc5458e5f822bf87873a5316",class:"sd-textarea__counter"},t)))}static get watchers(){return{value:[{valueChanged:0}],internalValue:[{internalValueChanged:0}]}}};J.style="sd-textarea{display:block}sd-textarea .sd-textarea{display:flex;flex-direction:column;color:#333333;font-size:12px;line-height:20px}sd-textarea .sd-textarea .sd-textarea__content{width:100%;display:flex;border:1px solid #AAAAAA;border-radius:4px;background:white}sd-textarea .sd-textarea .sd-textarea__content .sd-textarea__native{width:100%;min-height:100px;border:none;outline:none;background:transparent;padding:4px 8px;font-family:inherit;font-size:12px;line-height:20px;color:#333333;resize:vertical}sd-textarea .sd-textarea .sd-textarea__content .sd-textarea__native::placeholder{color:#AAAAAA}sd-textarea .sd-textarea--hovered .sd-textarea__content,sd-textarea .sd-textarea--focused .sd-textarea__content{border-color:#0075FF;box-shadow:0 0 4px 0 rgba(0, 113, 255, 0.4)}sd-textarea .sd-textarea--disabled{cursor:not-allowed !important;box-shadow:none !important}sd-textarea .sd-textarea--disabled .sd-textarea__content{background:#EEEEEE !important;border:1px solid #CCCCCC !important;color:#888888 !important}sd-textarea .sd-textarea--disabled .sd-textarea__content .sd-textarea__native{cursor:not-allowed !important;color:#888888 !important}sd-textarea .sd-textarea .sd-textarea__footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px;font-size:12px;line-height:20px}sd-textarea .sd-textarea .sd-textarea__help-text{font-size:12px;line-height:20px;font-weight:400;color:#222222}sd-textarea .sd-textarea .sd-textarea__counter{color:#CCCCCC;margin-left:auto}";var Q={bg:"#07284A",content:"#FFFFFF"},tt={bg:"#FCEFEF",content:"#FB4444"},et={bg:"#FEF1EA",content:"#FF6B00"},it={bg:"#E6F1FF",content:"#0075FF"};const Ct={default:{bg:Q.bg,content:Q.content},danger:{bg:tt.bg,content:tt.content},warning:{bg:et.bg,content:et.content},accent:{bg:it.bg,content:it.content}},ot=class{constructor(e){t(this,e)}get el(){return i(this)}trigger="hover";placement="top";color="#01BB4B";tooltipType="default";icon="helpOutline";iconSize=12;label="";buttonSize="sm";buttonVariant="primary";noHover=!0;showTooltip=!1;slotContentHTML="";buttonEl;get tooltipOffset(){switch(this.placement){case"top":return[0,-4];case"bottom":return[0,4];case"left":case"right":return[4,0]}}handleClose=()=>{this.showTooltip=!1};componentWillLoad(){this.slotContentHTML=this.el.innerHTML,this.el.replaceChildren(),this.el.classList.toggle("visible",!0)}render(){const t=Ct[this.tooltipType]??Ct.default,e="hover"===this.trigger?{onMouseEnter:()=>this.showTooltip=!0,onMouseLeave:()=>this.showTooltip=!1}:{onClick:()=>this.showTooltip=!this.showTooltip};return C(o,{key:"2890811dd681299b155d191d6d6023441db6debc"},this.label?C("sd-button",{ref:t=>this.buttonEl=t,label:this.label,icon:this.icon,size:this.buttonSize,color:this.color,variant:this.buttonVariant,class:"sd-tooltip",..."hover"===this.trigger?{onMouseEnter:()=>this.showTooltip=!0,onMouseLeave:()=>this.showTooltip=!1}:{onSdClick:()=>this.showTooltip=!this.showTooltip}}):C("sd-icon",{ref:t=>this.buttonEl=t,name:this.icon,size:this.iconSize,color:this.color,class:"sd-tooltip",...e}),this.showTooltip&&C("sd-floating-portal",{key:"666cf59e0548af92eff225cd91b485824b82249d",parentRef:this.buttonEl,onSdClose:this.handleClose.bind(this),placement:this.placement,offset:this.tooltipOffset},C("div",{key:"ad5285750f95fdb0829372dd3b45d96035a02315",class:{"sd-floating-menu":!0,[`sd-floating-menu--${this.tooltipType}`]:!0,[`sd-floating-menu--${this.placement}`]:!0},style:{"--sd-floating-bg":t.bg,"--sd-floating-content":t.content}},C("i",{key:"ee92f004dbd17de84a3410bd555da735c5fcb4ca",class:`sd-floating-menu__arrow sd-floating-menu__arrow--${this.placement}`},C(g,{key:"04ccadfa1de8bcf3b64218e6e048fcbf09ff3301"})),C("div",{key:"0534c8cec5c79c8b0df3950d554a1b62d1e3b32b",class:"sd-floating-menu__content",innerHTML:this.slotContentHTML}))))}};ot.style="sd-tooltip{visibility:hidden !important;display:inline-flex}sd-tooltip.visible{visibility:visible !important}sd-tooltip .sd-tooltip{position:relative;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}";export{v as sd_button,H as sd_checkbox,_ as sd_date_box,Z as sd_date_range_picker,B as sd_field,F as sd_floating_portal,O as sd_icon,R as sd_input,D as sd_loading_spinner,P as sd_number_input,W as sd_pagination,T as sd_portal,U as sd_radio,G as sd_select,K as sd_select_dropdown,q as sd_select_option,Y as sd_select_search_input,X as sd_table,J as sd_textarea,ot as sd_tooltip}